
.displaynone {
    display: none !important;
}

/*.skin-yellow .table-header thead tr, .skin-yellow-light .table-header thead tr {
    background-color: #f39c12;
    color: #fff
}

.skin-yellow .pagination > .active > a, .skin-yellow-light .pagination > .active > a {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #fff
}

.skin-yellow input:checked + .slider, .skin-yellow-light input:checked + .slider {
    background-color: #f39c12;
}
*/

.width100px {
    width:100px;
}
.width150px {
    width: 150px;
}
.width200px {
    width: 200px;
}
.fsticons {
    font-size: 20px;
    margin:auto;
    vertical-align:middle;  
}
.fstlink:hover {
    color: #ffc107;
    /*font-weight:bold;*/
}
.fstlink {
   text-decoration:none;
   color:inherit;
}
.fsticon {
    font-size: 16px;
    color: #ffc107;
}

.form-control:focus {
    border-color: #ffc107;
}

.loadinginternal {
    background-image: url('/images/loader.gif');
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.datepicker-dropdown {
    padding: 0px;
}

.table-condensed {
    font-family:Calibri;
    border-collapse: collapse;
    font-weight: 400;
    font-size: 15px;
    /* line-height: 1.42857143;*/
    color: #333;
    width: 100%;
    /*border: 1px solid #f8f9fa;
            padding:5px;*/
}

    .table-condensed td, .table-condensed th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .table-condensed th {
        padding: 8px;
        /*  padding-bottom: 12px;*/
        text-align: center;
        background-color: #f2f2f2;
    }

.field-validation-error 
{
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.form-control.input-validation-error {
    border-color: #dc3545;
    padding-right: 2.25rem !important;
   /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);*/
}
/*.form-control {
   font-size:14px;
}*/
.control-label {
    font-size: 14px;
    color: #212529 !important;
    font-weight: 400 !important;
}
.sticky-note {
    outline: none;
    height: 294px;
    padding: 5px;
    border: none;
    color: #000;
    font-size: 110%;
    background: #fff7d1;
    width: 100%;
}
.modal.right .modal-exlg {
    position: fixed;
    margin: auto;
    width: 50%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    right: 0px;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 40%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    right: 0px;
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}
/*.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}*/

.modal.right .modal-body {
    padding: 15px 15px 15px;
}


/*.modalright .modal-dialog {
    right: 0;
}*/

.modalrigthcontent {
    border-radius: 0;
    border: none;
}



.select2-selection--single {
    height: 37px !important;
    width: 100% !important;
}

/*a {
    color: #ffd622;
    text-decoration: none;
}
    a:hover {
        color: #ffd622;
        text-decoration: underline;
    }
*/
.gridanchor:hover {
    color: #007bff !important;
}



    .reporttable {
    font-family: Calibri;
    border-collapse: collapse;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    width: 100%;
}

    .reporttable td, .reporttable th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .reporttable th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #f2f2f2;
    }

.input-sm .form-control{
    height: 32px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}
.input-sm .control-label {
    font-size: 14px;
}