body{
    font-family: Arial, sans-serif;
}

.bootstrap-dialog .modal-header
{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.bootstrap-dialog.type-warning .modal-header {
    background-color: #f39c12;
}


.dropdown-menu>li>a {
    color: #333;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto;
}
@media (max-width: 991px)
{
    .navbar-collapse.pull-left + .navbar-custom-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 0px;
    } 
}
@media (max-width: 767px)
{
    .navbar-collapse.pull-left + .navbar-custom-menu {
        right: 40px;
    } 
}

.main-header .logo
{
    font-size: 17px;
}

.content-header{
    padding-left: 25px;
}
.content{
    padding-left: 25px;
}

.control-sidebar-menu > li > a {
    padding: 10px 12px;
}

.control-sidebar-menu .menu-icon {
    width: 14px;
    line-height: 23px;
}

.control-sidebar-dark .control-sidebar-menu > li > a .menu-info >  h4 {
    margin: 0 !important;
    display: block !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #b8c7ce !important;
}
.control-sidebar-dark .control-sidebar-menu > li:hover > a .menu-info > h4,
.control-sidebar-dark .control-sidebar-menu > li.active > a .menu-info > h4
{
    color: #ffffff !important;
}

.control-sidebar-menu .menu-info {
    margin-left: 25px;
}
.control-sidebar-menu .menu-info > p
{
    margin-top: 3px !important;   
}
.control-sidebar-menu .menu-info {
    margin-left: 25px;
}
.control-sidebar-menu > li > a 
{
    color: #b8c7ce;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.control-sidebar-menu > li:hover > a,
.control-sidebar-menu > li.active > a
{
    border-left-color: #3c8dbc;
    border-right-color: #3c8dbc;
}

.control-sidebar-menu > li > a.not-hover
{
    cursor: default;
}
.control-sidebar-menu > li:hover > a.not-hover,
.control-sidebar-menu > li.active > a.not-hover
{
    border-left-color: transparent;
    border-right-color: transparent;
}





.table tr td .progress {
    margin-top: 2px!important;
}


.info-box {
    min-height: 60px;
}
.info-box-content {
    margin-left: 60px;
}
.info-box-icon
{
    height: 60px;
    width: 60px;

    font-size: 40px;
    line-height: 60px;
}


.small-box > .inner
{
    padding: 5px 10px 5px 10px;
}
.small-box h3 {
    font-size: 34px;
}
.small-box .icon {
    font-size: 75px;
}
.small-box:hover .icon {
    font-size: 80px;
}



.table-compact
{
    width: 100%;
    max-width: 100%;
    min-height: 110px;
}





.indicator-box {
    min-height: 87px;    
    color: #fff;
}
.indicator-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 87px;
    width: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 82px;
    background: rgba(0, 0, 0, 0.2);
}
.indicator-box-content {
    padding: 5px 10px;
    margin-left: 10px;
}
.indicator-box-text {
    text-decoration: underline;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
}
.indicator-description {
    margin: 0;
}
.indicator-description {
    display: block;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indicator-box .progress, .indicator-box .progress .progress-bar {
    border-radius: 0;
}
.indicator-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}
.indicator-box .progress .progress-bar {
    background: #fff;
}




.indicator .progress {
    height: 11px;
    margin-bottom: 0px;
    background-color: #e4e4e4;
}
.indicator .progress-bar {
    font-size: 11px;
    line-height: 11px;
    text-align: left;
}




.schedule-day
{
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 37px;
    border-radius: 0;
    background-color: #f56954;
    width: 37px;
    height: 37px;
    cursor: pointer;

}

.schedule-day-long
{
    width: 100%;
    font-size: 12px;
    text-align: left;
    padding-left:4px;
}

.schedule-day:hover
{
    background-color: rgba(0, 0, 0, 0.1);
}
.schedule-days
{
    clear: both;
}
.schedule-days .schedule-day
{
    float: right;
    margin-left: 4px;
    margin-bottom: 4px;
}


/*Override fullcalendar css*/
.fc-toolbar .fc-center h2
{
    text-transform:capitalize;
}
.fc-unthemed .fc-today
{
    background-color: #ffdcd7;
}
.fc-event {
    border-radius: 0;
}
.fc-state-default.fc-corner-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.fc-state-default.fc-corner-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/*End override fullcalendar css*/


.label-very-small {
    font-size: 12px;
}
.input-very-small {
    height: 25px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.3;
}

.modal-content form
{
    margin-bottom: 0px!important;
}