﻿[v-cloak] {
    display: none;
}

.vgs__container {
    height: auto;
}

.pagination {
    margin: 0 !important;
}

.pre {
    white-space: pre-wrap;
}

    .pre:before {
        display: none !important;
        content: none;
    }


    .pre:after {
        display: none !important;
        content: none;
    }


table.no-top-border tbody tr:first-child td {
    border: 0px;
}


table.no-borders tbody tr td {
    border: 0px;
}


.text-navy {
    color: #1ab394;
}

.text-blue {
    color: #1e0fbe;
}

.text-primary {
    color: greenyellow;
}

.text-success {
    color: #1c84c6;
}

.text-info {
    color: #23c6c8;
}

.text-danger {
    color: #EF5352;
}

.text-warning {
    color: #F8AC59;
}

.ibox-modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.ibox-modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.ibox-modal-container {
    margin: 0px auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

    .ibox-modal-container .ibox-content {
        padding-bottom: 0;
        overflow-x: hidden;
        overflow-y: hidden;
    }


.ibox-modal-wrapper .lg {
    width: 80%;
}

.ibox-modal-wrapper .md {
    width: 50%;
}

.fh-md .scroll-view {
    height: 350px;
    max-height: 350px;
    display: inline-block;
    width: 100%;
    overflow-y: auto;
}

.ibox-modal-body {
    margin: 0;
}


/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.ibox-modal-enter {
    opacity: 0;
}

.ibox-modal-leave-active {
    opacity: 0;
}

    .ibox-modal-enter .ibox-modal-container,
    .ibox-modal-leave-active .ibox-modal-container {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #2f4050;
    border-color: #454d55;
}

.table .thead th.link {
    width: 30px;
    max-width: 30px;
}

.status-circle {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
}

.m-r-2 {
    margin-right: 10px;
}


.m-l-2 {
    margin-left: 10px;
}

.m-t-2 {
    margin-top: 10px;
}

.m-b-2 {
    margin-bottom: 10px;
}

.m-2 {
    margin: 10px;
}


.m-r-4 {
    margin-right: 20px;
}


.m-l-4 {
    margin-left: 20px;
}

.m-t-4 {
    margin-top: 20px;
}

.m-b-4 {
    margin-bottom: 20px;
}

.m-4 {
    margin: 20px;
}

dl.process-view dd  {
    overflow-wrap: break-word;
}
