﻿/*@font-face {
    font-family: 'LatoRegular';
    src: url('../Libraries/fonts/Lato/Lato/Lato-Regular.eot');
    src: url('../Libraries/fonts/Lato/Lato-Regular.woff2') format('woff2'),url('../Libraries/fonts/Lato/Lato-Regular.woff') format('woff'),url('../Libraries/fonts/Lato/Lato-Regular.ttf') format('truetype'),url('../Libraries/fonts/Lato/Lato-Regular.svg#Lato-Regular') format('svg'),url('../Libraries/fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoBold';
    src: url('../Libraries/fonts/Lato/Lato/Lato-Bold.eot');
    src: url('../Libraries/fonts/Lato/Lato-Bold.woff2') format('woff2'),url('../Libraries/fonts/Lato/Lato-Bold.woff') format('woff'),url('../Libraries/fonts/Lato/Lato-Bold.ttf') format('truetype'),url('../Libraries/fonts/Lato/Lato-Bold.svg#Lato-Bold') format('svg'),url('../Libraries/fonts/Lato/Lato-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoLight';
    src: url('../Libraries/fonts/Lato/Lato/Lato-Light.eot');
    src: url('../Libraries/fonts/Lato/Lato-Light.woff2') format('woff2'), url('../Libraries/fonts/Lato/Lato-Light.woff') format('woff'), url('../Libraries/fonts/Lato/Lato-Light.ttf') format('truetype'), url('../Libraries/fonts/Lato/Lato-Light.svg#Lato-Light') format('svg'), url('../Libraries/fonts/Lato/Lato-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoBlack';
    src: url('../Libraries/fonts/Lato/Lato/Lato-Black.eot');
    src: url('../Libraries/fonts/Lato/Lato-Black.woff2') format('woff2'), url('../Libraries/fonts/Lato/Lato-Black.woff') format('woff'), url('../Libraries/fonts/Lato/Lato-Black.ttf') format('truetype'), url('../Libraries/fonts/Lato/Lato-Black.svg#Lato-Black') format('svg'), url('../Libraries/fonts/Lato/Lato-Black.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}*/


@font-face {
    font-family: 'FontRegular';
    src: url('../Libraries/fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'FontBold';
    src: url('../Libraries/fonts/Roboto/Roboto-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FontLight';
    src: url('../Libraries/fonts/Roboto/Roboto-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontBlack';
    src: url('../Libraries/fonts/Roboto/Roboto-Black.ttf');
    font-weight: bold;
}

:root {
    --fontlight: "FontLight";
    --fontbold: "FontBold";
    --fontregular: "FontRegular";
    --fontblack: "FontBlack";
    --textboxfontsize: 14px;
    --buttonfontsize: 15px;
    --defaultfont-color: #111;
    --menubg: #314157;
    --menulinkfontsize: 14px;
    --menuheaderfontsize: 20px;
    --menulinkcolor: #ddd;
    --menulinkfocuscolor: #000;
    --menulinkfocusbg: #e7e7e7;
    --inputlabelcolor: #222;
    --inputlabelfocuscolor: #000;
    --bodybg: #fdf9f9;
}

body {
    font-family: var(--fontregular) !important;
    background-size: auto;
    background-repeat: no-repeat;
    color: var(--defaultfont-color);
}

.header {
    padding: 10px;
}

.no-padding {
    padding: 0px !important;
}

code {
    background: none;
    color: red;
}

.checkbox-container, .radiobutton-container {
    white-space: nowrap;
    margin-right: 10px;
}

    .checkbox-container label, .radiobutton-container label {
        margin-bottom: 0px !important;
        margin-left: 5px;
    }

    .checkbox-container input, .radiobutton-container input {
        margin: 5px !important;
    }
    .checkbox-container label {
        white-space: normal;
    }
    label {
        font-family: var(--fontbold);
    }

.inline-block {
    display: inline-block;
}

@media(max-width:991px) {
    .control-label {
        text-align: left !important;
        margin-bottom: 5px;
    }
}

.content-body {
    margin-bottom: 50px;
}

input [type=text].loading, select.loading {
    background: url('../Libraries/Images/ajax-loader.gif') no-repeat right center;
    background-color: #f4ead4;
}

.form-control {
    border-radius: 0px !important;
    border-radius: 12px !important;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    border-color: #66afe9;
}

.header {
    background: url(../images/banner-6.jpg);
    height: auto;
}


.alert-message {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1060;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .alert-message div {
        position: relative !important;
    }

.alert-message-dialog {
    position: relative;
    margin: auto;
    top: 30%;
    width: 31%;
    left: 0;
    right: 0;
    border-radius: 0;
    overflow-x: hidden;
    z-index: 12399999;
    opacity: 1;
}


.alert-message-content {
    overflow: auto;
    border-radius: 0;
    position: relative;
    opacity: 1;
    color: black;
    z-index: 12399999;
    background: #fff !important;
    font-size: 16px;
    padding: 40px;
    border-left: 5px solid #1c4166;
}

.alert-message-header h3 {
    color: #1c4166;
}

.confirm .alert-message-header h3 {
    color: #D14836 !important;
}

.confirm.alert-message-content {
    border-left: 5px solid #D14836;
}

.alert-message-header img {
    width: 23px;
    vertical-align: top;
}

.alert-message-header, .alert-message-footer {
    /*background: #28692c;*/
    background: #fff;
    clear: both;
    border: none;
    color: #000;
    /*text-align: center;*/
    display: block;
}

    .alert-message-header h3 {
        margin: 0px;
    }

.alert-message-footer {
    width: 100%;
}

.alert-message-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: #000;
    opacity: .5;
}

.alert-message.big .alert-message-dialog {
    width: 60%;
    top: 10%;
}

.alert-message.big .alert-message-content {
    text-align: justify;
}

@media (max-width:991px) {
    .alert-message-dialog {
        width: 96% !important;
        top: 1% !important;
    }
}

.alert-message-body {
    padding: 15px 0px 19px;
}

.btn-primary {
    background: #1c4166;
    background-color: #1c4166;
}

    .btn-primary:not(.alert-message-ok-button) {
        background: #800d02 !important;
        background-color: #131E3B !important;
        border-color: #800d02 !important;
        margin: 0 0 !important;
    }

    .btn-primary:hover {
        color: #fff !important;
        background-color: #4B853E !important;
    }

.alert-message-ok-button {
    background: #1c4166 !important;
    background-color: #1c4166 !important;
    border-color: #1c4166 !important;
    margin: 0 0 !important;
}



.document-full-screen.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
    z-index: 1002;
}

.document-full-screen .modal-content {
    margin: auto;
    display: block;
    margin-top: 2%;
    width: 80%;
    max-width: 700px;
    background: none;
}

.document-full-screen .caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

.document-full-screen .modal-content, .document-full-screen .caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.document-full-screen .close {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 10000;
    opacity: 0.8 !important;
}

    .document-full-screen .close:hover,
    .document-full-screen .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

@media only screen and (max-width: 700px) {
    .document-full-screen .modal-content {
        /*width: 100%;*/
    }
}

.document-full-screen .modal-content img {
    width: 100%;
}

.invisible {
    visibility: hidden;
}


button.loading, li.loading a, a.loading {
    padding-right: 25px;
    position: relative;
}

    button.loading:after, li.loading a:after, a.loading:after {
        content: '';
        position: absolute;
        border: 2px solid #000;
        border-radius: 50%;
        border-top: 2px solid #e8f0f1;
        width: 15px;
        height: 15px;
        -webkit-animation: spin 0.5s linear infinite;
        animation: spin 0.5s linear infinite;
        position: absolute;
        margin-top: 3px;
        margin-left: 3px;
    }


.loader {
    border: 5px solid #046377;
    border-radius: 50%;
    border-top: 5px solid #e8f0f1;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
    position: fixed;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.card {
    background: #fff;
    border: #bcc2cf solid 1px;
    box-shadow: 0 8px 6px -6px #cbc7bb;
    border-radius: 2px;
}

.chart {
    padding: 10px;
    margin: 10px 0px;
}

.chart-refresh {
    cursor: pointer;
    opacity: 0.8;
}

    .chart-refresh:hover {
        opacity: 1;
    }

.chart-type {
    padding: 20px;
    cursor: pointer;
    text-align: center;
}

.chart-header h3 {
    font-size: 18px;
    font-family: var(--fontbold);
}

.chart-header h3, .chart-header div {
    display: inline-block !important;
}

.chart-header .form-control {
    display: inline-block !important;
    width: auto;
}

.chart-body {
    overflow: auto;
}



.chart-body {
    height: 321px;
    width: 100%;
}

.chart-header select, .chart-header button, .chart .btn-default {
    margin-top: 15px;
    color: black;
    border: 1px solid black;
    cursor: pointer;
}

.chart td button {
    border: 0px;
}

.chart.no-shadow button {
    margin-top: 0px !important;
}

.chart12 {
    float: left;
    width: 100%;
    display: inline-block;
}

.chart6 {
    width: 49%;
    display: inline-block;
}

.chart4 {
    width: 33%;
    display: inline-block;
}

.chart3 {
    width: 24%;
    display: inline-block;
}

.chart-container > .chart6:nth-child(even) {
    float: right;
}

@media (max-width:992px) {
    .chart3, .chart4, .chart6 {
        width: 100%;
    }

    .chart-container > .chart6:nth-child(2), .chart12 {
        float: none !important;
    }
}

.chart-data-empty div {
    display: inline-block;
    padding: 46px;
    border: 1px solid;
    margin-top: 50px;
    border-radius: 50%;
}

    .chart-data-empty div span.icon {
        font-size: 100px;
        color: #bcbbbb;
        text-align: center;
    }

.chart-data-empty span.message {
    font-size: 16px;
    color: #777;
}

.section-header {
    text-align: center;
    margin-top: 0px;
}

.spanAmountMsg {
    line-height: 25px;
}

.spanMsg {
    line-height: 20px;
}

.main-content {
    margin-bottom: 30px;
}
