/* Dashboard Admin Template Layout */
/* Header */

#header-logo,
#page-header {
    height: 78px;
}
#header-logo {
    width: 260px;
    text-align: center;
    font-size: 16px;
    float: left;
    position: relative;
}
#header-logo .logo-content-big,
.logo-content-small {
    background: url('../../image-resources/logo-admin.png') left 50% no-repeat;
    text-indent: -999em;
    position: absolute;
    height: 34px;
    width: 190px;
    left: 10px;
    top: 50%;
    margin-top: -17px;
}
.logo-content-small {
    width: 35px;
}
#header-logo .logo-content-small {
    left: 50%;
    margin-left: -17px;
    display: none;
}
#page-header #close-sidebar {
    color: rgba(255,255,255,0.5);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    line-height: 24px;
    width: 24px;
    display: block;
    border-radius: 3px;
    text-align: center;
} 
/** 
 * Add nice transition to icon:
 * - Icon is now pointing left (<-) by default -
 * (indicates that button has to be clicked to "close" the sidebar)
 **/ 
#page-header #close-sidebar .fa-angle-left {
    transition-timing-function: ease-out;
    transition: 0.25s;
}
/** 
 * When sidebar is "closed", turn icon in the opposite direction:
 * - Icon is now pointing right (->) -
 * (indicates that button has to be clicked to "expand" the sidebar)
 **/ 
.closed-sidebar #page-header #close-sidebar .fa-angle-left {
    transform: rotate(180deg);
}
#page-header #close-sidebar .glyph-icon {
    display: block;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
#page-header #close-sidebar:hover {
    color: rgba(255,255,255,0.85);
    background: rgba(255,255,255,0.1);
}

/* Header nav left */

#header-nav-left {
    float: left;
    margin: 0 15px;
}
#page-header .user-account-btn {
    float: left;
    margin: 23px 0 0;
}
/*
#page-header .user-account-btn .dropdown-menu {
    padding-bottom: 0;
    top: 39px;
    left: -12px;
}
#page-header .user-account-btn .dropdown-menu:after,
#page-header .user-account-btn .dropdown-menu:before {
    left: 50%;
    margin-left: -3px;
}*/
#page-header .user-account-btn > a.user-profile {
    height: 28px;
    line-height: 28px;
    display: block;
}

#page-header .user-account-btn > a.user-profile span {
    margin-right: 10px;
    float: left;
    min-width: 96px;
}

#page-header .user-account-btn > a.user-profile .glyph-icon {
    width: 28px;
    line-height: 28px;
    height: 28px;
    float: right;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
}/*

#page-header .user-account-btn > a.user-profile .icon-elusive-user {
    border-radius: 50px;
    float: left;
    margin-right: 5px;
}
.user-account-btn img {
    border-radius: 50px;
    float: left;
    margin-right: 5px;
}*/
/* Header nav right */

#header-nav-right {
    float: right;
    margin: 15px 20px 0 0;
}
#header-nav-right .header-btn,
#header-nav-right > .dropdown {
    /*margin: 0 0 0 5px;*/
    margin: 8px 10px 0 0;
    float: left;
}
#header-nav-right .header-btn,
#header-nav-right .dropdown > a {
    /*border: transparent solid 2px;
    border-radius: 4px;*/
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: block;
    text-align: center;
    position: relative;
    background: rgba(255,255,255,0.05);
    border-radius: 3px;
    color: rgba(255,255,255,0.7);
}

#header-nav-right .header-btn:hover,
#header-nav-right .dropdown > a:hover {
    background: rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.8);
}
/*
#header-nav-right .header-btn,
#header-nav-right .dropdown > a {
    border: transparent solid 2px;
    border-radius: 4px;
    width: 45px;
    height: 45px;
    line-height: 43px;
    display: block;
    text-align: center;
    position: relative;
}
*/
#header-nav-right .header-btn .small-badge,
#header-nav-right .dropdown > a .small-badge {
    display: block;
    border: 0 !important;
    top: 0px;
    box-sizing: initial;
    right: 0;
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 0;
    border-bottom-left-radius: 9px;
}
#header-nav-right .header-btn .glyph-icon,
#header-nav-right .dropdown > a .glyph-icon {
    text-align: center;
    /*font-size: 21px;*/
}
#header-nav-right .dropdown-menu.float-right {
    right: 0;    
    top: 49px;    
}

#header-nav-right .user-account-btn .dropdown-menu.float-right {
    right: 0;    
    top: 49px;
    /* temporary fix since bootstrap 4 sets to left 0 via inline which bs3 didn't */    
    /* most likely due to it detecting position of element of dropdowns/popovers which is new in bs4 */
    left: auto!important; 
}
#header-nav-right a.hdr-btn {
    float: left;
    height: 28px;
    line-height: 28px;
    display: block;
    width: 28px;
    text-align: center;
    background: rgba(255,255,255,0.05);
    border-radius: 3px;
    margin: 8px 10px 0 0;
    color: rgba(255,255,255,0.7);
}
#header-nav-right a.hdr-btn:hover {
    background: rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.8);
}

/* Mobile navigation */

#mobile-navigation {
    float: left;
    margin: 0;
    position: relative;
    height: 78px;
    padding: 0 65px 0 0;
    text-align: center;
    border-right: rgba(255,255,255,0.15) solid 1px;
}
#mobile-navigation #nav-toggle {
    height: 78px;
    width: 70px;
    padding: 0;
    position: relative;
    border-right: rgba(255,255,255,0.15) solid 1px;
}
#mobile-navigation  #nav-toggle span {
    left: 17px;
}
#mobile-navigation #nav-toggle span:before,
#mobile-navigation #nav-toggle span:after {
    left: 0;
}
#mobile-navigation .logo-content-small {
    width: 35px;
    display: block;
    left: 85px;
}

body #nav-toggle span:before,
body #nav-toggle span:after {
    background: #fff;
}

body #nav-toggle.collapsed span:before,
body #nav-toggle.collapsed span:after,
body #nav-toggle.collapsed span {
    background: rgba(255,255,255,0.7);
}

#page-sidebar.collapse.show {
    visibility: visible; 
}
#page-sidebar.collapse.show .scroll-sidebar {
    height: auto !important;
}
#page-sidebar.collapse.show #sidebar-menu {
}


/* Sidebar */

#page-sidebar {
    width: 260px;
    clear: left;
    float: left;
    position: relative;
    margin-right: -100%;
    z-index: 160;
    background-color: #fff;
}
/* Sidebar menu */

#sidebar-menu {
    margin: 0;
    padding: 5px 20px;
    list-style: none;
}

.sidebar-image {
    height: 18px;
    width: 18px;
    margin-left: 12px;
    margin-right: 4px;
}

#sidebar-menu li {
    position: relative;
    margin: 2px 0;
}
#sidebar-menu li.header {
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 0;
    font-weight: 700;
}
#sidebar-menu li a {
    display: block;
    position: relative;
    line-height: 32px;
    height: 32px;
}
#sidebar-menu > li > a {
    padding: 0 10px 0 0;
    border-radius: 3px;
    border: transparent solid 1px;
    line-height: 35px;
    height: 36px;
}
#sidebar-menu > li > a .bs-badge,
#sidebar-menu > li > a .bs-label {
    position: absolute;
    top: 9px;
    right: 29px;
}
#sidebar-menu > li > a .bs-badge {
    top: 8px;
}
#sidebar-menu > li.no-menu > a .bs-badge,
#sidebar-menu > li.no-menu > a .bs-label {
    right: 10px;
}
#page-sidebar li a.sf-with-ul:after {
    line-height: 21px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
#page-sidebar li.sfHover > a.sf-with-ul:after {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
#page-sidebar li ul li a:before,
#page-sidebar li a .glyph-icon {
    font-size: 18px;
    line-height: 35px;
    display: block;
    float: left;
    width: 30px;
    height: 36px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    /*
    opacity: .30;
    -moz-opacity: .30;
    filter: alpha(opacity: 30);
    */
}
#page-sidebar li ul li a:before {
    font-size: 8px;
    width: 18px;
    margin: 0 3px 0 4px;
    height: 32px;
    line-height: 32px;
}
#page-sidebar li a .glyph-icon {
    /*
    opacity: .60;
    -moz-opacity: .60;
    filter: alpha(opacity: 60);
    */
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
#page-sidebar li a:hover .glyph-icon {
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}
/* Sidebar sidebar-submenu */

#sidebar-menu li .sidebar-submenu {
    display: none;
    padding: 0;
    width: 100%;
    margin: 10px 0;
    list-style: none;
    border: transparent solid 1px;
    border-radius: 3px;
}
#sidebar-menu li .sidebar-submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sidebar-menu li .sidebar-submenu ul li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0;
}

#sidebar-menu li ul li:first-child,
#sidebar-menu li ul li:first-child a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#sidebar-menu li ul li:last-child,
#sidebar-menu li ul li:last-child a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#sidebar-menu li .sidebar-submenu ul li:last-child {
    border-bottom: 0;
}

#sidebar-toggle-1 > div.container {
    max-width: 100%;
}

/* Page content wrapper */

#page-content-wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: 140;
}
#page-content {
    margin-left: 260px;
    padding: 20px 30px;
}

#page-content > .container {
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    width:100%;
}
/* Page title */

#page-title {
    padding: 0 0 23px;
    position: relative;
}
#page-title h2 {
    font-size: 22px;
    padding: 0;
    font-weight: normal;
    margin: 0;
    color: #333;
}
#page-title p {
    opacity: 0.6;
}
/* Boxed layout */

.boxed-layout {
    background-color: #fafafa;
}
.boxed-layout #page-wrapper {
    background: #fff;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}
.boxed-layout #page-header,
.boxed-layout #page-content-wrapper {
    border-left: #fff solid 4px;
    border-right: #fff solid 4px;
}
.boxed-layout #page-sidebar {
    margin-left: 4px;
}
.boxed-layout .popover {
    min-width: 50px;
}
.boxed-layout .dashboard-box .list-grade  {
    display: none;
}
#page-wrapper {
    margin: 0 auto;
}
/* Fixed header */

.fixed-header #page-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 170;
}
.fixed-header #page-wrapper {
    padding-top: 78px;
}
/* Fixed sidebar */

.fixed-sidebar #page-sidebar {
    position: fixed;
}
.fixed-sidebar #page-header #close-sidebar {
    display: none;
}
.fixed-sidebar.closed-sidebar #header-logo {
    width: 78px;
    position: relative;
    margin-left: 0;
}
.fixed-sidebar #header-logo {
    position: fixed;
    margin-left: -260px;
    top: 0;
}
.fixed-sidebar #page-sidebar .slimScrollBar {
    border-radius: 0 !important;
}
.fixed-sidebar #page-header {
    padding-left: 260px;
}
/* Helpers */

#page-header {
    transition: padding 0.7s ease;
    -moz-transition: padding 0.7s ease;
    -webkit-transition: padding 0.7s ease;
}
#page-sidebar,
#header-logo {
    transition: width 0.7s ease;
    -moz-transition: width 0.7s ease;
    -webkit-transition: width 0.7s ease;
}
#page-content,
#page-sidebar {
    transition: margin 0.7s ease;
    -moz-transition: margin 0.7s ease;
    -webkit-transition: margin 0.7s ease;
}
#page-header,
#page-wrapper {
    max-width: 3000px;
    transition: max-width 0.7s ease;
    -moz-transition: max-width 0.7s ease;
    -webkit-transition: max-width 0.7s ease;
}

/* Closed sidebar */

#page-sidebar {
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    visibility: visible;
}
.closed-sidebar #page-sidebar {
    transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
    visibility: hidden;
}
.closed-sidebar #page-content {
    margin-left: 0;
}
.closed-sidebar #header-logo {
    width: 100px;
}
.closed-sidebar #header-logo .logo-content-small {
    width: 35px;
    margin-left: 0;
    left: 20px;
    display: block;
}
.closed-sidebar #header-logo .logo-content-big {
    width: 0;
    display: none;
}
.closed-sidebar.fixed-sidebar #page-header {
    padding-left: 0;
}

.t {
-webkit-transition: transform 0.5s ease;
-o-transition: transform 0.5s ease;
transition: transform 0.5s ease;
}
.a {
    transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
}

/* Default color scheme */
/* General */

body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    background-color: #fff;
    line-height: 1.42857143;
    font-size: 13px;
}
label {
    color: #3e4855;
}
h1, h2, h3, h4, h5, h6,
#page-title > p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

/* Header */

#page-header .user-account-btn > a.user-profile .glyph-icon,
.logo-bg {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
#page-header .user-account-btn > a.user-profile {
    color: #fff;
}
/* Header nav left */
/* Header nav right */

#header-nav-right .header-btn .glyph-icon,
#header-nav-right .dropdown > a .glyph-icon {
    color: rgba(255, 255, 255, 0.8);
}
#header-nav-right .header-btn:hover .glyph-icon,
#header-nav-right .dropdown > a:hover .glyph-icon {
    color: rgba(255, 255, 255, 0.95);
}
#header-nav-right .header-btn,
#header-nav-right .dropdown > a {
    border-color: rgba(255, 255, 255, 0.2);
}
#header-nav-right .header-btn:hover,
#header-nav-right .dropdown > a:hover {
    background: rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.8);
    border-color: rgba(255, 255, 255, 0.25);
}
/* Page content */

#page-content {
    /*background: #fafcfe;*/
    background-color: #ecf0f5;
}
/* Sidebar menu */

#page-sidebar ul li.header {
    color: #000;
}
#page-sidebar ul li a .glyph-icon {
    color: #0093d9;
}
#page-sidebar ul li.sfHover > a.sf-with-ul,
#page-sidebar ul li a:hover,
/* This selector was added for main menu items that are selected but do not have a submenu item under them. The
sidebar-menu would otherwise contain a ul > li sequence of elements when defining submenu items, which in the JavaScript
code for monarch would add a sf-with-ul class onto the element to cover this style. However, this isn't the
case for main-menu only elements with no submenus. */
#page-sidebar ul li.sfHover > a.sfActive {
    border-color: #d1d9dd;
}
/* Sidebar submenu */

#sidebar-menu li .sidebar-submenu {
    border-color: #f6f7f8;
}
#sidebar-menu li .sidebar-submenu ul li {
    border-color: #f8f9fa;
}
#sidebar-menu li .sidebar-submenu ul li a:hover,
#sidebar-menu li .sidebar-submenu ul li a.sfActive {
    background: #fcfdfe;
}

#sidebar-menu li .sidebar-submenu ul li a.sfActive,
/* This selector was added for main menu items that are selected but do not have a submenu item under them. The
sidebar-menu would otherwise contain a ul > li sequence of elements when defining submenu items but this isn't the
case for main-menu only elements with no submenus. */
#sidebar-menu > li.sfHover > a.sfActive {
    color: #0C6ECA;
}

/* Sidebar alternate style */

#page-sidebar.font-inverse {

}
#page-sidebar.font-inverse ul li.header {
    color: rgba(255, 255, 255, 0.95);
}
#page-sidebar.font-inverse ul li.divider {
    background: rgba(255, 255, 255, 0.1);
}
#page-sidebar.font-inverse #sidebar-menu > li > a {
    color: rgba(255, 255, 255, 0.62);
}
#page-sidebar.font-inverse #sidebar-menu li.sfHover > a.sf-with-ul,
#page-sidebar.font-inverse #sidebar-menu li a:hover {
    border-color: rgba(255, 255, 255, 0.26);
    color: rgba(255, 255, 255, 0.96);
}
#page-sidebar.font-inverse #sidebar-menu li .sidebar-submenu {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
}
#page-sidebar.font-inverse #sidebar-menu li a {
    color: rgba(255, 255, 255, 0.62);
}
#page-sidebar.font-inverse #sidebar-menu li a:hover {
    color: rgba(255, 255, 255, 0.96);
}
#page-sidebar.font-inverse#page-sidebar ul li a .glyph-icon {
    color: rgba(255, 255, 255, 0.8);
}
#page-sidebar.font-inverse#page-sidebar ul li a:hover .glyph-icon {
    color: rgba(255, 255, 255, 1);
    opacity: .90;
    -moz-opacity: .90;
    filter: alpha(opacity: 90);
}
#page-sidebar.font-inverse #sidebar-menu li .sidebar-submenu ul li {
    border-color: rgba(255, 255, 255, 0.07);
}
#page-sidebar.font-inverse #sidebar-menu li .sidebar-submenu ul li a:hover {
    background: rgba(255,255,255,0.05);
}

/* Components */
/* Framework CSS */
/* Secondary font color */

.table,
.chosen-disabled .chosen-single,
div.selector,
.content-box-header.bg-default > .ui-tabs-nav li > a,
.content-box-header.bg-gray > .ui-tabs-nav li > a,
.content-box-header.bg-white > .ui-tabs-nav li > a,
.content-box-header > .ui-tabs-nav li.ui-tabs-active > a,
body .content-box-header > .ui-tabs-nav li.ui-tabs-active > a:hover,
.pagination > li > a,
.pagination > li > span,
.btn-link,
a {
    color: #333;
}
/* Primary font color */

.tabs-nav li a:hover,
.tabs-nav li.active a,
.features-tour-box h3,
.font-primary,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after,
.content-box-header.bg-default > .ui-tabs-nav li > a:hover,
.content-box-header.bg-gray > .ui-tabs-nav li > a:hover,
.content-box-header.bg-white > .ui-tabs-nav li > a:hover,
.btn-link:hover,
#page-sidebar ul li.sfHover > a.sf-with-ul,
a:hover {
    color: #0C6ECA;
}
/* Primary border color */

.ui-accordion .ui-accordion-header.ui-accordion-header-active,
.ui-dialog-buttonset button,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
a.thumbnail:hover,
.ui-spinner .ui-spinner-button:hover,
div[id^='uniform-'] span.checked,
.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
li.active a.list-group-item,
li.active a.list-group-item:hover,
li.active a.list-group-item:focus,
.border-primary {
    border-color: #00a792;
}

a:focus { outline:none !important; }

/* Primary background color */

#loadingbar,
.irs-line-mid,
.irs-line-left,
.irs-line-right,
div.switch-toggle.switch-on,
.bootstrap-switch-primary,
.ui-tabs-nav li.ui-state-active > a,
.ui-tabs-nav li.ui-state-active.ui-state-hover > a,
.ms-hover.ui-state-focus,
.ui-accordion-header.ui-accordion-header-active,
.ui-slider-handle,
.ui-rangeSlider-bar,
.ui-dialog-buttonset button,
.ui-datepicker .ui-datepicker-current-day a,
.ui-datepicker .ui-datepicker-current-day span,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.daterangepicker .ranges li.active,
.daterangepicker .ranges li.active:hover,
.ui-spinner .ui-spinner-button:hover,
.ui-menu li > a:hover,
.ms-list .ms-hover,
.chosen-container .chosen-results li.active-result.highlighted,
div[id^='uniform-'] span.checked,
.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
li.active a.list-group-item,
li.active a.list-group-item:hover,
li.active a.list-group-item:focus,
.label-primary,
.badge-primary,
.fc-event,
.bg-primary,
.owl-controls .owl-page span,
#nav-toggle.collapsed span,
#nav-toggle span:before,
#nav-toggle span:after {
    color: #fff;
    background: #00bca4;
}

.font-secondary,
.post-box .post-title,
.inverse.carousel-wrapper .owl-controls .owl-buttons .owl-next,
.inverse.carousel-wrapper .owl-controls .owl-buttons .owl-prev {
    color: #00bca4;
}

.post-box .post-title:hover {
    color: #3e4855;
}
/* Default border color */

.thumb-pane,
.mailbox-wrapper .nav-list li a,
.ui-tabs-nav,
.tabs-navigation > ul,
.tabs-navigation > ul li > a,
.tabs-navigation > ul li.ui-state-hover > a,
.ui-accordion .ui-accordion-header,
.panel,
.panel-group .panel-heading + .panel-collapse .panel-body,
.panel-group .panel-footer + .panel-collapse .panel-body,
.panel-footer,
.panel-heading,
.timeline-box:before,
.timeline-box .tl-item .popover,
.popover-title,
.ui-dialog .ui-dialog-titlebar,
.thumbnail,
.img-thumbnail,
.daterangepicker .calendar-date,
.ui-spinner .ui-spinner-button,
.ms-container .ms-list,
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection,
.chosen-container-multi .chosen-choices li.search-choice,
.chosen-container .chosen-drop,
.chosen-container,
.chosen-container-single .chosen-single div,
.chosen-container-active.chosen-with-drop .chosen-single div,
div[id^='uniform-'] span,
div.selector,
.selector i,
.list-group-item,
.nav-tabs,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > th,
.table-bordered,
.button-pane,
.ui-datepicker-buttonpane,
.ui-dialog-buttonpane,
.content-box,
.content-box-header.bg-default,
.content-box-header.bg-gray,
.content-box-header.bg-white,
.panel-box.bg-default,
.panel-box.bg-gray,
.panel-box.bg-white,
.panel-content.bg-default,
.panel-content.bg-gray,
.panel-content.bg-white,
.pagination > li > a,
.pagination > li > span,
.dashboard-buttons .btn,
.bg-default,
.fc-state-default,
.fc-widget-header,
.fc-widget-content,
.ui-datepicker .ui-datepicker-buttonpane button,
.btn-default,
.popover-title,
.bordered-row .form-group,
.bg-white.dashboard-box .button-pane,
.bg-white.tile-box .tile-footer,
.mail-toolbar,
.email-body,
.ui-dialog, .ui-datepicker, .dropdown-menu, .popover, .ui-menu, .minicolors-panel,
.jvectormap-label,
.jvectormap-zoomin,
.jvectormap-zoomout,
.posts-list li,
.border-default {
    border-color: #dfe8f1;
}
.nav-divider,
.divider,
.timeline-horizontal.timeline-box:before {
    background: #dfe8f1;
}
.content-box.border-top {
    border-right-color: #dfe8f1 !important;
    border-bottom-color: #dfe8f1 !important;
    border-left-color: #dfe8f1 !important;
}
/* Default background color */

.label-default,
.bootstrap-switch-default,
.ui-accordion-header,
.panel-heading,
.panel-footer,
.ui-dialog .ui-dialog-titlebar,
.popover-title,
.ui-datepicker td span,
.ui-datepicker td a,
.ui-spinner .ui-spinner-button,
div[id^='uniform-'] span,
.bg-default,
.btn-default,
.button-pane,
.mail-toolbar,
.bg-white.dashboard-box .button-pane,
.bg-white.tile-box .tile-footer,
.jvectormap-zoomin, .jvectormap-zoomout,
.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-label {
    color: #555a60;
    background-color: #FEFEFF;
}
.irs-diapason,
.ui-datepicker-buttonpane,
.ui-dialog-buttonpane,
.ui-slider-range,
.ui-rangeSlider-container {
    background-color: #FEFEFF;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
    color: #4b5056;
    background-color: #f9fafe;
}
/* Button default hover */

.ui-tabs-nav > li.ui-state-hover > a,
.ui-accordion-header.ui-state-hover,
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.ui-datepicker .ui-datepicker-buttonpane button:hover,
.open .dropdown-toggle.btn-default,
.open.dropdown-submenu a,
.btn-default.disabled,
.btn-default[disabled],
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
.jvectormap-zoomin:hover,
.jvectormap-zoomout:hover {
    color: #2b2f33;
    border-color: #bfc8d1;
    background-color: #f3f3f9;
}
.btn-default.active .glyph-icon {
    color: #2b2f33 !important;
}
/* Button primary hover */

.ui-accordion-header.ui-accordion-header-active.ui-state-hover,
.ui-rangeSlider-bar:hover,
.ui-rangeSlider-bar:active,
.ui-slider-handle.ui-state-hover,
.ui-slider-handle.ui-state-active,
.ui-dialog-buttonset button:hover,
.ui-datepicker td a:hover,
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover,
.bsdatepicker th.next:hover,
.bsdatepicker th.prev:hover,
.bsdatepicker td.active,
.bsdatepicker td.day.active:hover,
.bsdatepicker td span:hover,
.label-primary[href]:hover,
.label-primary[href]:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    /*
    border-color: #00b19b;
    background-color: #00ceb4;
    */
    background-color: #337ab7;
    border-color: #337ab7;
}
/* Dropdown hover/active/focus */

.ui-datepicker-title,
.bsdatepicker td.day:hover,
.bsdatepicker thead tr:first-child th.switch:hover,
.bsdatepicker td span,
.daterangepicker td.available:hover,
.daterangepicker .ranges li:hover,
.chosen-container-single .chosen-single div,
.chosen-container-multi .chosen-choices li.search-choice,
.selector i,
.nav > li > a:hover,
.nav > li > a:focus,
a.list-group-item:hover,
a.list-group-item:focus,
.pager li > a:hover,
.pager li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2b2f33;
    background: #eff4f6;
}
.pager li > a:hover,
.pager li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2b2f33;
    background-color: #f3f3f9;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.dropdown-menu .active > a:focus {
    color: #2b2f33;
    background: #eff4f6;
}
/* Colors for elements inside active class */

.active > .badge,
.active > .bs-badge,
.active > .bs-label {
    color: #666 !important;
    background: #fff !important;
}
a.list-group-item.active > .glyph-icon,
li.active a.list-group-item > .glyph-icon,
.active > .glyph-icon {
    color: #fff !important;
}
/* Icon separator */

.icon-separator {
    border-right: rgba(255, 255, 255, .21) solid 1px;
    background: rgba(255, 255, 255, .2);
}
.tile-box.bg-default .tile-header,
.tile-box.bg-gray .tile-header,
.tile-box.bg-white .tile-header,
.tile-box.btn-default .tile-header,
.content-box-header.bg-default .icon-separator,
.content-box-header.bg-gray .icon-separator,
.content-box-header.bg-white .icon-separator {
    border-right: #dfe8f1 solid 1px;
    background: rgba(255, 255, 255, .1);
}
.content-box-header .header-buttons-separator .icon-separator {
    border-right: 0;
    border-left: rgba(255, 255, 255, .21) solid 1px;
}
.content-box-header.bg-default .header-buttons-separator .icon-separator,
.content-box-header.bg-gray .header-buttons-separator .icon-separator,
.content-box-header.bg-white .header-buttons-separator .icon-separator {
    border-right: 0;
    border-left: #dfe8f1 solid 1px;
}
.header-buttons-separator .icon-separator {
    color: rgba(255, 255, 255, .8);
}
.header-buttons-separator .icon-separator:hover {
    color: #fff;
    background: rgba(255, 255, 255, .3);
}
.content-box-header.bg-default .header-buttons-separator .icon-separator,
.content-box-header.bg-gray .header-buttons-separator .icon-separator,
.content-box-header.bg-white .header-buttons-separator .icon-separator {
    color: rgba(0, 0, 0, .6);
}
.content-box-header.bg-default .header-buttons-separator .icon-separator:hover,
.content-box-header.bg-gray .header-buttons-separator .icon-separator:hover,
.content-box-header.bg-white .header-buttons-separator .icon-separator:hover {
    color: rgba(0, 0, 0, .9);
}
.dashboard-panel .button-pane {
    background: rgba(0, 0, 0, .1) !important;
}

/* Charts */

.xchart .color0 .line {
    stroke: #00bca4;
}
.xchart .color0 circle {
    stroke: #00bca4;
}
.xchart .color0 .line .fill {
    pointer-events: none;
}
.xchart .color0 rect {
    fill: #00bca4;
}
.xchart .color0 circle {
    fill: #fff;
}
.xchart .color0 .fill {
    fill: rgba(0, 188, 164, 0.06);
}
.xchart .color0.comp .line {
    stroke: #00bca4;
}
.xchart .color0.comp rect {
    fill: #00bca4;
}
.xchart .color0.comp .fill {
    display: none;
}
.xchart .color0.comp circle,
.xchart .color0.comp .pointer {
    fill: #00bca4;
}


.xchart .color1 .line {
    stroke: #52a7e0;
}
.xchart .color1 circle {
    stroke: #52a7e0;
}
.xchart .color1 .line .fill {
    pointer-events: none;
}
.xchart .color1 rect {
    fill: #52a7e0;
}
.xchart .color1 circle {
    fill: #fff;
}
.xchart .color1 .fill {
    fill: rgba(82, 167, 224, 0.06);
}
.xchart .color1.comp .line {
    stroke: #52a7e0;
}
.xchart .color1.comp rect {
    fill: #52a7e0;
}
.xchart .color1.comp .fill {
    display: none;
}
.xchart .color1.comp circle,
.xchart .color1.comp .pointer {
    fill: #52a7e0;
}

/* Components modifiers */

body .popover.top .arrow:after {
    border-top-color: #fff;
}
body .popover.right .arrow:after {
    border-right-color: #fff;
}
body .popover.bottom .arrow:after {
    border-bottom-color: #fff;
}
body .popover.left .arrow:after {
    border-left-color: #fff;
}


/* Border radius */

.sb-slidebar .chat-box li a,
.sb-slidebar .popover-title,
.ui-menu-item,
div.dataTables_filter input,
.main-header .main-nav.nav-alt li.sf-mega-menu .sf-mega a,
.main-header .main-nav.nav-alt li > ul li a,
.ui-accordion,
.ui-accordion-header,
.panel-group .panel,
.ui-editRangeSlider-inputValue,
.ui-rangeSlider-withArrows .ui-rangeSlider-container,
.ui-rangeSlider-noArrow .ui-rangeSlider-container,
.ui-rangeSlider-bar,
.ui-rangeSlider-label,
.ui-corner-all,
.image-box,
.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog-buttonset button,
.input-group-addon.addon-inside,
.ms-list li,
.chosen-container-single .chosen-search input,
div[id^='uniform-'] span,
.nav-tabs.nav-justified > li > a,
.nav > li > a,
.alert-icon,
.progressbar,
.progressbar-value,
.pagination,
.icon-boxed,
.hero-btn,
.main-nav ul li ul li a,
.daterangepicker td,
.daterangepicker th,
.daterangepicker .ranges li,
.daterangepicker .calendar-date,
.daterangepicker,
.ui-datepicker td span,
.ui-datepicker td a,
.bsdatepicker,
.bsdatepicker td,
.bsdatepicker th,
.bsdatepicker td span,
.todo-box li,
.tile-button,
.dropzone,
.btn,
.ui-button,
.ui-tabs,
.ui-dialog,
.ui-dialog-titlebar-close,
.ui-datepicker,
.ui-datepicker-prev,
.ui-datepicker-next,
.ui-datepicker-buttonpane button,
.jGrowl-notification,
.input,
.form-control,
.dropdown-menu,
.popover,
.minicolors-panel,
.chosen-container,
.chosen-choices li.search-choice,
.chosen-single,
.chosen-choices,
.chosen-results li.highlighted,
.ui-menu li a,
.selector,
.tile-box,
.dashboard-box,
.panel-layout,
.panel-box,
.panel-content,
.content-box,
.content-box-closed,
.content-box-closed .content-box-header,
.form-input-icon .glyph-icon,
.content-box .ui-widget-overlay.loader,
.bootstrap-timepicker-widget table td input,
.button-pane,
.alert,
.tooltip-inner,
.table-rounded,
.info-box-alt,
.notifications-box,
.ui-toolbar select,
.ui-toolbar input,
.info-box,
.dropdown-submenu.float-left > .dropdown-menu,
.nav-list,
.nav-list-horizontal-alt li a {
    border-radius: 3px;
}
.ui-datepicker-title,
.panel > .list-group:first-child .list-group-item:first-child,
.panel-heading,
.tile-header,
.list-group-item:first-child,
.pricing-title,
.ui-dialog .ui-dialog-titlebar,
.ui-datepicker-header,
.content-box .content-box-header,
.ui-tabs-nav,
.btn-group-vertical > .btn:first-child,
.notifications-box li:first-child,
.ui-tabs-nav li > a,
.nav-list li:first-child a,
.post-box textarea,
.popover-title {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel-footer,
.popover-content,
.list-group-item:last-child,
.ui-tabs-nav.tabs-bottom {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.irs-line-left,
.ui-tabs-nav li:first-child,
.table-rounded thead tr:first-child th:first-child,
.table-rounded thead tr:first-child td:first-child {
    border-top-left-radius: 3px;
}
.fc-state-default.fc-corner-left,
.ui-tabs-nav.tabs-bottom li:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 3px;
}
.header-buttons-separator .icon-separator:last-child,
.ui-tabs-nav li.float-right:not(:last-child),
.table-rounded thead tr:first-child th:last-child,
.table-rounded thead tr:first-child td:last-child {
    border-top-right-radius: 3px;
}
.fc-state-default.fc-corner-right,
.ui-tabs-nav.tabs-bottom li.float-right:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
}
.table-rounded tbody tr:last-child th:last-child,
.table-rounded tbody tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}
.irs-line-left,
.input-group-addon.addon-inside + .form-control,
.table-rounded tbody tr:last-child th:first-child,
.table-rounded tbody tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}
.nav-tabs-bottom > li > a,
.main-nav ul li ul,
.ui-dialog .ui-dialog-buttonpane,
.ui-datepicker-buttonpane,
.chosen-drop,
.chosen-results li.no-results,
.ui-menu,
.content-box .content-box-wrapper,
.btn-group-vertical > .btn:last-of-type,
.info-box,
.notifications-box li:last-child,
.nav-list li:last-child a {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}
.nav-tabs-left > li > a,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.fc-corner-left,
.input-append-wrapper .input-append {
    border-radius: 0;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}
.panel-box[class*=' col-xs'] + .panel-box[class*=' col-xs'],
.nav-tabs-right > li > a,
.chosen-container-single .chosen-search i,
.chosen-container-single .chosen-single div,
.selector i,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.fc-corner-right,
.input-append-right .input-append {
    border-radius: 0;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
.irs-line-right,
.btn-group .btn:last-of-type,
.btn-group .btn:last-of-type .icon-separator,
.icon-separator.float-right {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.ui-spinner-up {
    border-top-left-radius: 0;
    border-top-right-radius: 3px !important;
}
.ui-spinner-down {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.ui-autocomplete,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child,
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon.addon-inside + .form-control,
.corner-ribbon,
.corner-ribbon > div,
.corner-ribbon > a,
.content-box-header > .icon-separator {
    border-top-left-radius: 3px;
}
.corner-ribbon-tr,
.corner-ribbon-tr > div,
.corner-ribbon-tr > a {
    border-top-right-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-on {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* === Mobile devices - Portrait (320px wide) === */

@media only screen and (min-width: 20em) {

}
/* === Mobile devices - Landscape (480px wide) === */

@media only screen and (min-width: 30em) {

}
/* === Tablet devices - Portrait (768px wide) === */

@media only screen and (min-width: 48em) {

}
/* === Tablet devices - Landscape (900px wide) === */

@media only screen and (min-width: 56.25em) {

}
/* === Netbook devices (1100px wide) === */

@media only screen and (min-width: 68.75em) {

}
/* === Desktop devices (1300px wide) === */

@media only screen and (min-width: 81.25em) {


}
/* === Desktop devices (1600px wide) === */

@media only screen and (min-width: 81.25em) {

}




/* Responsive elements */

@media (max-width: 1050px) {
    /* Information Boxes */

    .info-box.icon-wrapper {
        padding-left: 50px;
    }
    .info-box.icon-wrapper .icon-large {
        font-size: 70px;
    }
    .info-box .stats {
        font-size: 20px;
    }
    .info-box b {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
@media screen and (max-width: 650px) {
    .mobile-hidden {
        display: none !important;
    }
    .mobile-buttons a.btn {
        display: block;
        float: none;
        min-width: 1px;
        max-width: 100%;
        margin: 0 0 5px;
    }
    .heading-1 .heading-content {
        width: 80%;
    }
    .heading-1 small {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .content-box .content-box-wrapper {
        padding: 5px;
    }
    .popover {
        min-width: 100px !important;
    }
    .medium-box,
    .scrollable-small {
        width: 300px !important;
    }
    /* Chats */

    .chat-box li {
        padding-right: 50px;
    }
    .chat-box li.float-left {
        padding-left: 50px;
    }
    .chat-box .popover .popover-content {
        font-size: 11px;
        line-height: 1.5em;
        padding: 5px;
    }
    .chat-box .chat-author img {
        width: 34px;
        min-width: 34px;
    }
    /* Notifications */

    .notifications-box li .notification-text {
        display: block;
        overflow: hidden;
        width: 44%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .notifications-box li .notification-time {
        margin: 0;
    }
    /* Messages */

    .messages-box li .messages-text {
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.embed-responsive-frame-h90 {
    min-height: 900px;
    min-height: calc(100vh - 118px);
}
#wrapper {
    overflow-y: hidden;
    padding-left: 10px;
}
#page-content {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
td {
    padding-right: 2px;
}
a.morefeatures:link {
    font-size: 13px;
}
.current-page {
    background-color: #d3e3f9;
    border: 1px solid rgba(220, 233, 255, 0.54);
    border-radius: 3px;
}

/* === Mobile devices - Portrait (320px wide) === */
@media only screen and (min-width: 20em) and (max-width: 50em) {    
    #page-sidebar {
        background-color: #fff;
        float: none;
        width: 100%;
        position: relative;
    }
}

@media only screen and (min-width: 20em) {
    #theme-options,
    #header-logo {
        display: none;
    }

    #page-content {
        margin-left: 0;
    }
}
/* === Mobile devices - Landscape (480px wide) === */

@media only screen and (min-width: 30em) {

}
/* === Tablet devices - Portrait (768px wide) === */

@media only screen and (min-width: 48em) {

}
/* === Tablet devices - Landscape (900px wide) === */

@media only screen and (min-width: 56.25em) {
    #theme-options,
    #header-logo {
        display: block;
    }
    #mobile-navigation {
        display: none;
    }
    #page-sidebar {
        transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        visibility: visible;
    }
    #page-content {
        margin-left: 260px;
    }
    #page-sidebar.collapse {
        display: block;
    }
}
/* === Netbook devices (1100px wide) === */

@media only screen and (min-width: 68.75em) {

}
/* === Desktop devices (1300px wide) === */

@media only screen and (min-width: 81.25em) {


}
/* === Desktop devices (1600px wide) === */

@media only screen and (min-width: 81.25em) {

}

/* Custom */
@media only screen and (max-width: 760px) {

    #header-nav-right #fullscreen-btn,
    #cloud-btn {
        display: none;
    }

}

@media only screen and (max-width: 650px) {

    #page-header .user-account-btn > a.user-profile span {
        display: none;
    }
    #page-header .user-account-btn .dropdown-menu:after,
    #page-header .user-account-btn .dropdown-menu:before {
        left: 56px;
    }

}
@media only screen and (max-width: 545px) {

    #header-nav-right #chatbox-btn {
        display: none;
    }

}
@media only screen and (max-width: 520px) {

    #dashnav-btn,
    #page-header .user-account-btn > a.user-profile span {
        display: none;
    }
    .popover {
        width: 100%;
        border-radius: 0;
    }
    .box-md {
        width: auto;
    }

}
@media only screen and (max-width: 460px) {

    .box-sm {
        width: auto;
    }

    #page-content {
        padding: 10px;
    }

    #page-title {
        padding: 10px 0 15px;
        text-align: center;
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        margin-bottom: 20px;
    }

    .content-box {
        margin-top: 0 !important;
    }

    .row.mrg20B {
        margin-bottom: 0 !important;
    }

    .timeline-box .popover {
        width: auto;
    }

    .header-buttons-separator,
    #progress-btn,
    #page-title p,
    .dashboard-box .list-grade,
    .tooltip .tooltip-arrow,
    .todo-box .btn,
    .todo-box .bs-label {
        display: none;
    }

}
@media only screen and (max-width: 410px) {

    #header-nav-right #logout-btn,
    #notifications-btn {
        display: none;
    }
    #header-nav-left {
        float: right;
    }
    #header-nav-right {
        margin-right: 0;
        margin-left: 15px;
        float: left;
    }
    .dropdown-menu {
        position: fixed;
        left: 0 !important;
        width: 100%;
        border-radius: 0;
    }
    #page-header .user-account-btn .dropdown-menu {
        top: 65px;
    }
    #page-header .user-account-btn .dropdown-menu:after,
    #page-header .user-account-btn .dropdown-menu:before {
        left: auto;
        right: 24px;
    }

}

/* Login Box */

.login-box {
    padding: 10px 15px;
}
.login-box .user-img {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
.login-box .user-img a.change-img {
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fdfdfd;
    background: rgba(0, 0, 0, .7);
}
.login-box .user-img:hover a.change-img {
    display: block;
}
.login-box .user-img img {
    width: 100%;
    height: 100%;
}
.login-box .user-info span {
    font-size: 17px;
    display: block;
    /*padding: 0 0 10px;*/
    padding: 0px;
}
.login-box .user-info span i {
    font-size: 80%;
    font-style: normal;
    display: block;
    opacity: .70;
    -moz-opacity: .70;
    filter: alpha(opacity: 70);
}
.login-box .user-info a {
    line-height: 16px;
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    padding-right: 5px;
}

/* chat box start */
/* chat.css */

ul.chat-box {
    margin: 0;
    padding: 16px 16px;
    list-style: none;
}
.chat-box li {
    position: relative;
    z-index: 35;
    margin-bottom: 30px;
    padding-right: 65px;
}
.chat-box li.float-left {
    float: none !important;
    padding-right: 0;
    padding-left: 60px;
}
.chat-box .chat-author {
    position: absolute;
    top: 0;
    right: 24px;
}
.chat-box li.float-left .chat-author {
    right: auto;
    left: 0;
}
.chat-box .chat-author img {
    max-width: 36px;
    border-radius: 100px;
}
.chat-box .popover {
    position: relative !important;
    display: block;
    float: none;
    min-height: 45px;
    max-width: 100%;
    width: calc(100% - 19px);
}
.chat-box .popover .popover-content {
    padding: 15px;
}
.chat-box .popover {
    margin-left: 0 !important;
    margin-top: 0 !important;
}
.chat-box .popover.left .arrow,
.chat-box .popover.right .arrow {
    top: 18px;
}
.chat-box .chat-time {
    font-size: 12px;
    /*font-style: italic;*/
    margin-top: 5px;
    /*color: rgba(0, 0, 0, .5);*/
    color: #989898;
}
.chat-box .chat-time i {
    font-size: 13px;
    margin-right: 3px;
}
.chat-box .popover h3 {
    font-size: 16px;
    margin: 0 0 5px;
}
.chat-box .popover .divider {
    margin: 8px 0 10px;
}
.chat-box .chat-reply {
    overflow: hidden;
    padding: 0;
    border-width: 1px;
}

/* chat box end */