﻿body {
}

a {
}

/*.select-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;
                background-image:none;border:none;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.select-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
.select-control::-moz-placeholder{color:#999;opacity:1}
.select-control:-ms-input-placeholder{color:#999}
.select-control::-webkit-input-placeholder{color:#999}
.select-control[disabled],.form-control[readonly],fieldset[disabled] 
.select-control{background-color:#eee;opacity:1}
.select-control[disabled],fieldset[disabled] 
.select-control{cursor:not-allowed}*/


@media only screen and (max-width: 580px) {
    .h2, h2 {
        font-size: 1.5rem;
    }

    .txtfooterleft, .txtfooterright {
        text-align: center !important;
    }

    .form-control::placeholder {
        color: #a0a0a0 !important;
        font-size: 0.700rem !important;
        opacity: 1 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .h2, h2 {
        font-size: 1.75rem;
    }

    .txtfooterleft, .txtfooterright {
        text-align: center !important;
    }

    .form-control::placeholder {
        color: #a0a0a0 !important;
        font-size: 0.700rem !important;
        opacity: 1 !important;
    }
}


.form-control::placeholder {
    color: #a0a0a0 !important;
    font-size: 0.825rem !important;
    opacity: 1 !important;
}


.txtfooterleft {
    text-align: left;
}

.txtfooterright {
    text-align: right;
}

.toast-warning {
    color: black !important;
    font-weight: 600;
}

#toast-container .toast-warning {
    color: black !important;
}


.GVSLabelText {
    font-size: 17px;
    font-weight: 600;
    font-family: Calibri;
}

.RequiredInput {
    border: 1px solid #c51212 !important;
}

.TableHF {
    color: #62430a;
    height: 35px;
    background-color:#e9ddc3
}

/*.Required-control-border
 {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: inherit;
}*/

.Required-select:focus {
    border-color: #9acffa;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 0 .2rem rgba(33,150,243,.25);
}

    .Required-select:focus::-ms-value {
        color: #495057;
        background-color: transparent;
    }

.Required-select[multiple], .Required-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0;
    background-image: none;
}

.Required-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.Required-select::-ms-expand {
    display: none;
}

.Required-select-sm {
    height: calc(1.5em + .8125rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 0;
    font-size: .875rem;
}

.Required-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5625rem;
    padding-bottom: .5625rem;
    padding-left: 0;
    font-size: 1.25rem;
}

.high {
    color: palevioletred;
}

.low {
    color: skyblue;
}



.dataTables_wrapper {
    position: relative;
    clear: both;
    /*background-color: lightyellow;*/
}

.LoginText {
    font-family: Calibri;
    font-size: 16px;
    color: #888888;
    font-weight: 500;
}

.RptHeader {
    background-color: #c8d0ed !important;
}
