﻿#overlay
{
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; /*background: rgba(0, 0, 0, 0.62);*/
    transition: 1s 0.4s;
}

#progress
{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999; /*background: url(../images/loader.gif) no-repeat center center rgba(0, 0, 0, 0.39);*/ /*background: url(../images/loader.gif) no-repeat center center;*/ /*background: url(../images/loader1.gif) no-repeat center center;*/
    background: url(../images/loader2.gif) no-repeat center center;
}

#progstat
{
    display: none;
}

.modal-header
{
    padding: 10px 15px;
}

.modal-content
{
    border-radius: 0px;
}

.modal-footer
{
    padding: 5px 15px;
}

.dvShowHidePassword
{
    float: right;
    margin-top: -11%;
    margin-right: 10px;
    z-index: 10000;
    position: inherit;
    font-size: 17px;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none; /*-khtml-user-select: none;*/
    -ms-user-select: none;
}

.dvShowHidePassword1
{
    float: right;
    margin-top: -9%;
    margin-right: 10px;
    z-index: 10000;
    position: inherit;
    font-size: 17px;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none; /*-khtml-user-select: none;*/
    -ms-user-select: none;
}

label
{
    font-weight: 600 !important;
}





label
{
    font-weight: 300;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
{
    background-color: #fff;
}

.bg_primary
{
    border-top: 3px solid #2d3756 !important;
    border-bottom: 1px solid #d2d1d1 !important;
}

.bg_danger
{
    border-top: 3px solid #2d3756;
    border-bottom: 1px solid #d2d1d1 !important;
}

.bg_warning
{
    border-top: 3px solid #2d3756;
    border-bottom: 1px solid #d2d1d1 !important;
}

.bg_info
{
    border-top: 3px solid #2d3756;
    border-bottom: 1px solid #d2d1d1 !important;
}

.bg_success
{
    border-top: 3px solid #2d3756;
    border-bottom: 1px solid #d2d1d1 !important;
}

fieldset
{
    border: 1px solid #6891c3;
    padding: 0 10px;
    margin-bottom: 15px;
}

legend
{
    padding: .2em 0.5em;
    border: 1px solid #6891c3;
    color: Green;
    font-size: 90%;
    min-width: 10%;
    width: auto;
    margin-left: 10px;
}

legend span
{
    display: block;
    text-align: center;
}

label
{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color: #131313;
    font-size: 13px;
}

.form-control
{
    margin-bottom: 10px !important;
}

.adj
{
    height: 40px !important;
}

.adjmirgin
{
    margin-bottom: 15px;
}

.page_no
{
    padding-right: 10px;
}

.form_panel
{
    padding-top: 1% !important;
    padding: 0;
}


.form_label
{
    display: inline;
    padding: .5em .6em .5em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

.panel-Mne
{
    border-color: #4c4c4c;
}

.panel-Mne > .panel-heading
{
    color: #ffffff;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
}

.no_padding
{
    padding: 0 !important;
}

.no_label
{
    min-height: 18px;
}

.table-bordered-Mne
{
    border: 1px solid #9e9e9e;
}

.table-bordered-Mne > tbody > tr > td, .table-bordered-Mne > tbody > tr > th, .table-bordered-Mne > tfoot > tr > td, .table-bordered-Mne > tfoot > tr > th, .table-bordered-Mne > thead > tr > td, .table-bordered-Mne > thead > tr > th
{
    border: 1px solid #9e9e9e;
}

.tbl_head
{
}

.table .form-control
{
    margin: 0 !important;
    border: 1px solid #9a9a9a;
    padding: 0;
    padding-right: 2px;
    font-weight: 600;
    width: 50px !important;
}

.month
{
    padding: 0 15px;
    height: 25px;
    margin-top: 6px;
    margin-right: 10px;
}

fieldset
{
    border: 1px solid #6891c3;
    padding: 0 10px;
    margin-bottom: 15px;
}

legend
{
    padding: .2em 0.5em;
    border: 1px solid #6891c3;
    color: Green;
    font-size: 90%;
    min-width: 10%;
    width: auto;
    margin-left: 10px;
}

legend span
{
    display: block;
    text-align: center;
}


.dash_pannel
{
    border: 1px solid #bfbfbf;
}


.dash_main_panel
{
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.13);
}

.panel-heading-dash
{
    padding: 8px 15px;
    font-size: 16px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    color: #1d1d1d;
    border-bottom: 1px solid #d8d7d7;
}



.dash_main_panel .panel-accordion .panel-default .panel-heading .panel-title a:hover, .panel-accordion .panel-default .panel-heading .panel-title a:active
{
    color: #fff;
    background-color: #2d3756;
    transition: 0.3s ease all;
    border: 1px solid #bdbdbd !important;
}

.dash_main_panel .panel-accordion .panel-default .panel-heading .panel-title
{
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    box-shadow: 1px 2px 10px #bdbdbd;
}

.panel-accordion .panel-default .panel-heading .panel-title a[aria-expanded="true"]
{
    color: #ffffff;
    background-color: #2d3756;
    border: 1px solid #2d3756 !important;
    box-shadow: 1px 2px 10px #fff;
}

.panel-accordion .panel-body
{
    border: 1px solid #ccc;
}

.panel-accordion .panel-default .panel-heading .panel-title a
{
    font-weight: normal;
    padding: 5px 15px;
    display: block;
    background-color: transparent;
    border: 1px solid #ddd;
    text-decoration: none;
}

.dash_main_panel .panel-group
{
    margin-bottom: 10px;
}

.dash_lnk a
{
    padding: 5px 0;
    display: block;
}

.dash_lnk a:hover
{
    color: #fb3737;
    transition: .2s ease all;
    text-decoration: none;
}

.dash_lnk a span
{
    padding-right: 6px;
    font-weight: bold;
}

.praptr_no
{
    font-weight: normal !important;
    padding-left: 10px;
    color: #0087ff;
}

.no_width .form-control
{
    width: 100% !important;
}



table .form-control:focus
{
    border-color: #4aa9e9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table .form-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);
}

thead tr th
{
    background: whitesmoke !important;
    font-weight: 600 !important;
}

tfoot tr td
{
    background: #f5f5f5 !important;
}
/*.mriAdminReportTable td:nth-child(1){
    font-weight: 600 !important;
    text-align:left;
}
 
.mriAdminReportTable td:nth-child(2){
    font-weight: 600 !important;
    text-align:left;
}*/
.tdnumbers
{
    font-weight: 400 !important;
}

.btn-search
{
    color: #ffffff;
    background-color: #118e94;
    border-color: #118e94;
}

.btn-search:hover
{
    color: #ffffff;
}

.btn-pdf
{
    color: #ffffff;
    background-color: #840f05;
    border-color: #840f05;
}

.btn-pdf:hover
{
    color: #ffffff;
}

.btn-close
{
    color: #ffffff;
    background-color: #c10e06;
    border-color: #c10e06;
}

.btn-close:hover
{
    color: #ffffff;
}

table.dataTable
{
    border-collapse: collapse !important;
}



.dash-bg-one
{
    color: #fff;
    background: #ff9919;
}

.dash-bg-two
{
    color: #fff;
    background: #979737;
}

.dash-bg-three
{
    color: #fff;
    background: #9a1931;
}

.dash-bg-four
{
    color: #fff;
    background: #6a961b;
}

.dash-bg-five
{
    color: #fff;
    background: #576045;
}

.dash-bg-six
{
    color: #fff;
    background: #006599;
}

.dash-bg-one:hover
{
    color: #fff;
    background: #f58c08;
}

.dash-bg-two:hover
{
    color: #fff;
    background: #86862e;
}

.dash-bg-three:hover
{
    color: #fff;
    background: #900e26;
}

.dash-bg-four:hover
{
    color: #fff;
    background: #5e8a10;
}

.dash-bg-five:hover
{
    color: #fff;
    background: #4f583b;
}

.dash-bg-six:hover
{
    color: #fff;
    background: #015a88;
}










