/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
.table-scrollable{
    overflow: visible;
}
td:last-child .dropdown-menu, .portlet-title .actions .dropdown-menu{
    right: 0;
    left:auto;
}
td:last-child .dropdown-menu::before, .portlet-title .actions .dropdown-menu::before{
    right: 9px;
    left:auto;
}
td:last-child .dropdown-menu::after, .portlet-title .actions .dropdown-menu::after{
    right: 10px;
    left:auto;
}
.sidebar-search-wrapper .nav-tabs > li > a:hover,
.sidebar-search-wrapper .nav-tabs > li.active > a,
.sidebar-search-wrapper .nav-tabs > li.active > a:hover,
.sidebar-search-wrapper .nav-tabs > li.active > a:focus{
    background: #364150;
    color: #8997af;
    border-color: #435060;
    border-bottom-color: #364150;
}
.sidebar-search-wrapper .nav-tabs > li > a{
    color: #6b788b;
    padding: 8px;
}
.sidebar-search-wrapper .nav-tabs{
    border-color: #435060;
}
.highlighted{background: #ffff95;}
.popover-title{
    background-color:#fcf8e3;
}
.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th{
    background: #f5f5f5;
}
.select_icon label{border: 1px solid #cccccc;padding: 4px; margin: 3px;cursor: pointer;width:40px;text-align: center;}
.select_icon label input{display: none;}
.select_icon label:hover{background: #eeeeee;}
.select_icon label.checked{background: #cccccc;}
.popover.confirmation.in{z-index: 999999;}
.btn .badge{display: inline;}
.input-sm .select2-input{
    padding: 3px 0 !important;
}
.input-sm .select2-choices{
    min-height: auto !important;
}
select.select2{
    display: none;
}
/*.table-responsive{*/
    /*padding-bottom: 250px;*/
/*}*/
.page-header-inner > .container > .page-logo{
    padding-right:0;
    width: auto;
}
.hor-menu.pull-right li:last-child{
    margin-left:50px;
}
ul.provider-contact-list li{
    font-size: 1.4em !important;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    padding:10px 0;
}
ul.provider-contact-list li:last-child{
    border-bottom: 0;
}
ul.provider-contact-list i{
    display: block;
    text-align: center;
    margin:10px auto;
    font-size: 1.3em !important;
}
.portlet-title > h3.caption {margin:0;}
.static .dropdown-menu{
    display: block;
}
#range-sliders-radio input[type="radio"]{
    display: block;
    text-align: center;
    margin: 35px auto;
}
.dd-item[data-public='0']{
    opacity: 0.6;
}
.bg-box{
    margin-right:-20px;
    margin-left:-20px;
    padding:0 20px;
    background: #48525e;
}
.bg-box:first-child{
    margin-top: -25px;
    padding-top: 25px;
}
.md-radio label > .check{
    background: #428bca;
}
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover{
    border:0 !important;
}
.form-inline .form-control-static, .form-inline .form-group{
    margin-left:10px;
}
@media(max-width: 992px){
    .hor-menu{
        float: none !important;
        padding-top: 50px;
    }
}
.page-sidebar .page-sidebar-menu li > a > .arrow:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}