/* 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;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/
a,.table tr{
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.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;
}
.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-left:0;
    width: auto;
}
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{
    display: block;
    cursor: pointer;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
}
.form-control.date-tags{
    height: auto;
    max-height: none;
    min-height: 34px;
    padding:5px 0 0 5px;
}
.form-control.date-tags .label-tag{
    margin-right:5px;
    margin-bottom:5px;
    padding:0 3px;
    display:inline-block;
}
.form-control.date-tags .label-tag:last-child{
    margin-right:0;
}
.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-right:10px;
}
.page-logo img{
    height: 20px;
}
@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;
}