﻿
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,900,700italic,900italic);

body {
    font-family: "Roboto", "Segoe UI", "Open Sans", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    padding-top: 50px;
    padding-bottom: 20px;
}

.modal-link {
}

.modalShow {
}

.crudTable th, .crudTable td {
    vertical-align: middle;
    /*text-align: center;*/
}

.card-excel > .card-header {
    background-color: #25943A;
    border-color: #25943A;
    color: #FFF;
}

.card-excel {
    /*border-color:#25943A;*/
    margin: 5px;
}

.greenExcel {
    color: #008a00;
    margin-right: 10px;
}

.vcenter {
    vertical-align: middle !important;
}

dt, dd {
    margin-bottom: 5px;
}


#modalDiv .modal-dialog {
    width: 900px; /* your width */
}

/*#modalDiv .modal-dialog .modal-content .modal-body .form-horizontal {
         margin: 30px;
     }*/
#modalDiv .form-horizontal {
    margin: 30px;
}

#modalDiv .input-group-addon {
    min-width: 100px;
}

.abmLabel {
    font-weight: bold;
    text-align: right;
}

.text-title {
    font-size: 20px;
}

.text-sheet-title {
    font-size: 15px;
}


.link-with-image a {
    display: inline;
    padding: 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.link-with-image i {
    margin-left: 3px;
}

.page-title {
    color: #666;
    margin-bottom: 20px;
}

.page-title-1 {
    font-size: 30px;
    font-weight: 500;
}

.page-title-2 {
    font-size: 18px;
    font-weight: 400;
}

.page-title-3 {
    font-size: 12px;
}

.tableImportSummary {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}

.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}

.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}

.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}

.input-group-addon.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}

.center {
    margin: 0 auto !important;
}

.popoverData {
}

.border-right {
    border-right: 1px solid #ddd;
}

.borders {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: -1px;
}

.border-left {
    border-left: 1px solid #ddd;
}



.navbar-logout {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-logout:hover,
    .navbar-logout:focus {
        text-decoration: none;
    }

    .navbar-logout > img {
        display: block;
    }

.multiline {
    white-space: pre-wrap;
}

.alert {
    width: 60%;
}

.report-index-card {
    padding: 30px 15px;
    /*margin-top: 40px;*/
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
}

    .report-index-card h3.side-title {
        margin: 0;
        margin-bottom: 10px;
        padding: 0;
        font-size: 20px;
        color: #003973;
        text-transform: uppercase;
    }

        .report-index-card h3.side-title:after {
            content: '';
            width: 60px;
            height: 1px;
            background: #31708f;
            display: block;
            margin-top: 6px;
        }

    .report-index-card ul {
        margin-bottom: 0;
    }

    .report-index-card li a {
        color: #666;
        font-size: 14px;
        text-transform: uppercase;
        border-bottom: 1px solid #f0f0f0;
        line-height: 40px;
        display: block;
        text-decoration: none;
    }

        .report-index-card li a:hover {
            color: #5bc0de;
        }

    .report-index-card li:last-child a {
        border-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.btn-primary {
    color: #fff;
    background-color: #003973;
    border-color: #003973;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #002852;
        border-color: #002852;
    }

    .btn-primary:active, .btn-primary.focus {
        /* ReSharper disable once InvalidValue */
        box-shadow: #002852;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 30, 82, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #002852;
        border-color: #002852;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #002852;
        border-color: #002852;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 40, 82, 0.5);
        }

.btn-outline-primary {
    color: #003973;
    border-color: #003973;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #003973;
        border-color: #003973;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 57, 116, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #013974;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #003973;
        border-color: #003973;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 57, 116, 0.5);
        }

.text-primary {
    color: #003973 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #001225 !important;
}

.badge-primary {
    color: #fff;
    background-color: #003973;
}

.border-primary {
    border-color: #003973 !important;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #002d5c;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 57, 116, 0.5);
}

.bg-primary {
    background-color: #003973 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #002d5c !important;
}

.alert-primary {
    color: #001d3c;
    background-color: #b3d9ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }


.pt-05,
.py-05 {
    padding-top: 0.20rem !important;
}

.w-1 {
    width: 1% !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-99 {
    width: 99% !important;
}

.btn-account {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-important {
    color: #dc3545;
    border-color: #dc3545;
}

.page-link {
    color: #003973 !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
}

    .page-link:hover {
        color: #002750 !important;
        background-color: #e9ecef !important;
        border-color: #dee2e6 !important;
    }

    .page-link:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
    }

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #003973 !important;
    border-color: #003973 !important;
}

.page-item.disabled .page-link {
    color: #6c757d !important;
    background-color: #fff !important;
    border-color: #dee2e6 !important;
}


.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #333;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
