a,a:active,a:hover,a:focus{ color:#005df6;}
.page-content {background: #b4c7db;}
.table-bordered>thead>tr>th
, .table-bordered>tbody>tr>th
, .table-bordered>tfoot>tr>th
, .table-bordered>thead>tr>td
, .table-bordered>tbody>tr>td
, .table-bordered>tfoot>tr>td {
    border: 1px solid #8a97ad;
}
.table-scrollable {
    border: 1px solid #8a97ad;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: 1px solid #8a97ad;
    border-bottom-color: transparent;
}
.nav-tabs {
    border-bottom: 1px solid #8a97ad;
}
.portlet > .portlet-title{
    border-bottom:1px solid #8a97ad;
}
.clear_both{clear:both;}
.datepickerHidden{
    display:none;
}
div.datepicker table{
    border-collapse:collapse;
}
div.datepicker a{
    color:#444;
    text-decoration:none;
    cursor:default;
    outline:none;
}
div.datepicker table td{
    text-align:right;
    padding:0;
    margin:0;
    cursor:pointer;
}
div.datepicker th{
    text-align:center;
    color:#777;
    font-weight:normal;
}
div.datepicker tbody th{
    text-align:left;
}
div.datepicker tbody a{
    display:block;
}
.datepickerDays a{
    width:20px;
    line-height:16px;
    height:16px;
    padding-right:2px;
}
.datepickerMonths a{
    width:38px;
    line-height:28px;
    height:28px;
    text-align:center;
    display:inline-block;
    *display:inline;
    zoom:1;
}
td.datepickerNotInMonth a{
    color:#999;
}
tbody.datepickerDays td.datepickerSelected{
    background:#000;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected{
    background:#000;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
    background:#17384d;
}
div.datepicker a:hover,
div.datepicker a:hover{
    color:#88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover{
    color:#999;
}
div.datepicker tbody th{
    text-align:left;
}
.datepickerSpace div{
    width:20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a{
    text-align:center;
    height:20px;
    line-height:20px;
}
.datepickerGoNext a{
    float:right;
    width:20px;
}
.datepickerGoPrev a{
    float:left;
    width:20px;
}
table.datepickerViewDays{
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears{
    display:none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW{
    display:none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW{
    display:none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
    color:#333;
}
td.datepickerDisabled a:hover{
    color:#333;
}
td.datepickerSpecial a{
    background:#700;
}
td.datepickerSpecial.datepickerSelected a{
    background:#a00;
}
td.datepickerSelected a{
    color:#fff;
}
tbody.datepickerDays td a{ cursor:pointer; }
th.datepickerMonth a, th.datepickerGoPrev a, th.datepickerGoNext a{
    font-size:16px; color:#fff; font-weight:bold;
}
tbody.datepickerYears td{ width:38px; }
tbody.datepickerYears td span{
    font-size:11px;
    width:38px;
    line-height:28px;
    height:28px;
    text-align:center;
    display:inline-block;
    *display:inline;
    zoom:1;
    margin-top:8px;
}
table.datepickerViewMonths tbody.datepickerMonths td{ padding-top:10px; }
.datepicker-container-bg{
    position:absolute;
    z-index:100;
    background:transparent url('/assets/global/img/cal_bg.png') no-repeat 50% 50%;
    height:159px;
    width:174px;
    display:none;
    margin-left:10px;
    top:55px;
    right:33px;
}
*:first-child + html .datepicker-container-bg{ margin-left:0px }
.datepicker-container{
    padding-top:7px;
    margin-left:10px;
}
table.datepickerViewDays thead tr.datepickerDoW th{
    padding-top:10px;
}
.search_calendar li{ float:left; }
.search_calendar li.li_sorting{ margin-right:5px;}
.search_calendar li.li_search{ margin-left:5px;}
.search_calendar li.li_calendar{ width:230px; }
.search_calendar li.li_search_btn{ width:60px; text-align:right;}

.datepickerContainer{ padding-top:5px; padding-left:10px;}

.table_multi_th th{ vertical-align:middle !important;}
.table_multi_th th.top_border{border-top:1px solid #8a97ad;}