body {
    background-color: #EBEEF1;
    color: #444444;
    font-weight: 400;
    font-family: "Microsoft YaHei", Arial, sans-serif, Tahoma;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400;
    line-height: 1.1;
    color: #414141;
}

a {
    color: #444444;
    text-decoration: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

a:visited,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

ol,
ul {
    padding: 0;
    list-style: none;
}

ol {
    list-style: outside decimal;
}

.bullet {
    list-style-type: disc;
    margin-left: 15px;
}

::-moz-selection,
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-moz-selection,
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #e8ecf3;
}

img {
    max-width: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

.img-rounded {
    border-radius: 2px;
}

.img-circle {
    border-radius: 50%;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 100%;
}

.avatar-lg {
    width: 128px;
}

.avatar-md {
    width: 64px;
}

.avatar-sm {
    width: 32px;
}

.avatar-xs {
    width: 16px;
}

.bordered-avatar {
    border: 6px solid #efefef;
}

.header .avatar {
    width: 30px;
}

[contenteditable],
[contenteditable]:hover,
[contenteditable]:active {
    outline: 0;
}

@media screen and (min-width: 768px) {

    html,
    body {
        height: 100%;
    }
}

.header {
    min-height: 50px;
    position: relative;
    margin: 0;
    border-radius: 0;
    border: 0;
    z-index: 1000;
}

.header li:hover,
.header li a:hover,
.header li a:active {
    background: transparent;
}

.header .brand {
    width: 200px;
    height: 50px;
    float: left;
    position: relative;
}

.header .brand .navbar-brand {
    padding: 0;
    font-size: 14px;
    width: 200px;
    height: 50px;
    text-align: center;
}

.header .headform {
    width: 400px;
    height: 50px;
    float: left;
    position: relative;
}

.header .headform .input-group {
    width: 100%;
    overflow: hidden
}

.header .headform .input-group .search {
    width: 100%;
}

.header.navbar .sub-navbar {
    height: 50px;
}

.header.navbar .sub-tabbar {
    height: 30px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #ddd;
}

.header.navbar .sub-tabbar .main-menu {
    position: relative;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    background-color: #eee;
}

.header.navbar .sub-tabbar .main-menu:hover {
    background-color: #fff;
}

.header.navbar .sub-tabbar .main-tabbar {
    position: relative;
    float: none;
    width: auto;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .header {
        width: 100%;
    }

    .header.header-fixed {
        position: fixed;
        width: 100%;
    }

    .header .brand {
        width: 100%;
        text-align: center;
    }

    .header .brand .navbar-brand {
        display: inline-block;
        float: none;
        text-align: center;
    }

    .app .header.header-fixed {
        top: auto;
    }
}

@media screen and (min-width: 768px) {
    .header {
        position: absolute;
        width: 100%;
        padding: 0;
    }

    .horizontal>.header .brand {
        width: auto;
    }
}

.mainmenu .dropdown-menu {
    border: 1px solid #c6cbda !important;
    border-radius: 4px !important;
    margin-top: 2px !important;
    -webkit-animation-duration: 200ms;
    transition-animation: 200ms;
    box-shadow: 0px 0px 5px rgba(88, 96, 114, 0.15);
}

.quickmenu .dropdown-menu {
    border: 1px solid #c6cbda !important;
    border-radius: 4px;
    margin-top: 2px !important;
    -webkit-animation-duration: 200ms;
    transition-animation: 200ms;
    box-shadow: 0px 0px 5px rgba(88, 96, 114, 0.15);
}

.quickmenu .dropdown-menu:before {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #c6cbda transparent;
    content: " ";
    pointer-events: none;
}

.quickmenu .dropdown-menu:after {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    content: " ";
    pointer-events: none;
}

.mainmenu {
    position: relative;
}

.mainmenu .dropdown-menu {
    min-width: 180px;
}

.mainmenu .panel-heading {
    padding: 5px 15px;
}

.mainmenu .badge {
    position: absolute !important;
    top: 8px !important;
    right: 5px;
}

.mainmenu ul li a {
    font-size: 14px;
}

.mainmenu ul li a.m-body {
    margin-left: 50px;
}

.mainmenu .panel-footer {
    padding: 5px 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.mainmenu .panel-footer>a {
    font-size: 13px;
}

.quickmenu .dropdown-menu {
    min-width: 180px;
}

.quickmenu .dropdown-menu:before {
    top: -21px;
    right: 25px;
}

.quickmenu .dropdown-menu:after {
    top: -20px;
    right: 25px;
}

.quickmenu .dropdown-menu.dropdown-menu-left:before {
    right: inherit;
    left: 25px;
}

.quickmenu .dropdown-menu.dropdown-menu-left:after {
    right: inherit;
    left: 25px;
}

.notifications .dropdown-menu {
    border: 1px solid #c6cbda;
    border-radius: 4px !important;
    margin-top: 2px !important;
    -webkit-animation-duration: 200ms;
    transition-animation: 200ms;
    box-shadow: 0px 0px 5px rgba(88, 96, 114, 0.15);
}

.notifications .dropdown-menu:before {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #c6cbda transparent;
    content: " ";
    pointer-events: none;
}

.notifications .dropdown-menu:after {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    content: " ";
    pointer-events: none;
}

.notifications {
    position: relative;
}

.notifications .dropdown-menu {
    min-width: 350px;
}

.notifications .panel-heading {
    padding: 5px 15px;
}

.notifications .dropdown-menu:before {
    top: -21px;
    right: 10px;
}

.notifications .dropdown-menu:after {
    top: -20px;
    right: 10px;
}

.notifications .dropdown-menu.dropdown-menu-left:before {
    right: inherit;
    left: 10px;
}

.notifications .dropdown-menu.dropdown-menu-left:after {
    right: inherit;
    left: 10px;
}

.notifications .badge {
    position: absolute !important;
    top: 8px !important;
    right: 5px;
}

.notifications ul li a {
    font-size: 13px;
}

.notifications ul li a.m-body {
    margin-left: 50px;
}

.notifications .panel-footer {
    padding: 5px 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.notifications .panel-footer>a {
    font-size: 13px;
}

@media (max-width: 767px) {
    .quickmenu {
        float: left;
        margin-right: 0 !important;
    }

    .quickmenu>a {
        float: left;
        padding: 10px 15px !important;
    }

    .quickmenu .dropdown-menu:before {
        top: -21px;
        right: 15px;
    }

    .quickmenu .dropdown-menu:after {
        top: -20px;
        right: 15px;
    }

    .quickmenu .dropdown-menu.dropdown-menu-left:before {
        right: inherit;
        left: 15px;
    }

    .quickmenu .dropdown-menu.dropdown-menu-left:after {
        right: inherit;
        left: 15px;
    }

    .header .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
        margin-top: 0;
        background-color: #fff;
        left: inherit;
    }

    .header .navbar-collapse {
        width: 100%;
    }

    .header .off-right {
        position: absolute;
        right: 0;
    }

    .header .off-left {
        position: absolute;
        left: 0;
    }

    .header .navbar-iconbtn {
        font-size: 16px;
        z-index: 999;
        padding: 9px 15px;
        margin-top: 8px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
}

.sidebar {
    position: relative;
    width: 200px;
}


@media screen and (min-width: 768px) {
    .sidebar-menu {
        float: left;
        width: 200px;
        background-color: #fcfcfc;
        border-right: 1px solid #e8ecf3;
    }

    .sidebar-list {
        float: left;
        width: 400px;
        background-color: #ffffff;
        border-right: 1px solid #e8ecf3;
    }
}

@media (max-width: 767px) {
    .sidebar-menu {
        width: 100%;
        background-color: #fcfcfc;
        border-right: 1px solid #e8ecf3;
    }

    .sidebar-list {
        width: 100% !important;
        background-color: #ffffff;
    }
}

.main-navigation {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.main-navigation.app-navigation {
    position: relative;
}

.main-navigation.app-navigation ul li a {
    padding: 5px 15px;
}

.main-navigation ul {
    margin: 0;
}

.main-navigation ul li {
    display: inline-block;
    width: 100%;
}

.main-navigation ul li a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main-navigation ul li a.item {
    padding-left: 30px;
}

.main-navigation ul li i {
    min-width: 15px;
}

.main-navigation ul li .pull-right a {
    display: inline-block;
    padding: 5px 0px;
}

.main-navigation li.divider {
    margin: 2px 0;
    height: 1px;
    background-color: #d7deea;
}

@media (max-width: 767px) {
    .main-navigation {
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 50px;
    }
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 50px;
    z-index: 100;
}

footer .footer-toolbar {
    line-height: 50px;
    padding: 0 6px;
    width: 100%;
}

footer .about-app {
    display: none;
    white-space: normal;
}

footer .about-app.open {
    display: block;
}

footer .about-app img {
    float: left;
    margin-right: 10px;
    width: 50px;
}

footer .toggle-sidebar i {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.touch li:hover,
.touch li:focus,
.touch a:hover,
.touch a:focus {
    background-color: transparent !important;
}

.collapsible .slimScrollBar {
    z-index: 9999 !important;
}

.app .collapsible .main-navigation,
.app .collapsible .slimScrollDiv {
    height: 100% !important;
}

.app .collapsible ul>li {
    position: relative;
    clear: both;
}

.app .collapsible ul>li.collapse-open {
    background: rgba(0, 0, 0, 0.1);
}

.app .collapsible ul>li.collapse-open>.dropdown-menu {
    display: block;
}

.app .collapsible ul>li.collapse-open>a .toggle-accordion:before {
    content: "\f107";
}

.app .collapsible ul>li>ul {
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    left: 0;
    width: 100%;
    border-bottom: transparent;
    border-top: 0;
    border-left: 0 !important;
    border-right: 0 !important;
    display: none;
    box-shadow: 0;
}

.app .collapsible li ul li a {
    padding: 9px 15px 9px 40px !important;
    background: transparent;
}

.app .collapsible li ul li a:hover {
    background: transparent;
}

.app .collapsible li a .toggle-accordion:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 15px;
}

.scroll-menu {
    position: absolute;
    top: 0;
    bottom: 50px;
    width: 100%;
}

.scroll-menu .main-navigation {
    position: relative;
}

.container {
    padding: 0;
}

@media screen and (min-width: 768px) {

    .container,
    .app {
        height: 100%;
        position: relative;
        padding: 0;
    }
}

.main-content {
    background: #ebeef1;
}

.main-content .content-wrap {
    padding: 15px;
}

.main-content .subscription {
    padding: 50px 15px;
    border-radius: 2px;
}

.main-content .header .nav>li:active>a,
.main-content .header .nav>li.active>a {
    background-color: #ebeef1;
    color: #444444;
}

.main-content>footer,
.app>footer {
    height: 50px;
    padding: 0 15px;
    background-color: #dde1e7;
}

.main-content>footer p,
.app>footer p {
    display: inline-table;
    margin: 19px 0;
    line-height: 1;
}

.layout .header {
    z-index: 995;
}

@media screen and (min-width: 768px) {
    .app>footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .app .header-fixed:not(.visible-xs)+.layout {
        padding-top: 80px;
    }

    .app .layout {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    .app .layout section,
    .app .layout aside {
        float: left;
        height: 100%;
        position: relative;
    }

    .app .layout section.main-content {
        position: relative;
        float: none;
        width: auto;
        overflow: hidden;
    }

    .app .layout section:before,
    .app .layout aside:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .main-content {
        width: 100%;
        height: 100%;
    }

    .main-content>footer {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .content-wrap {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .header+.content-wrap {
        top: 50px;
    }

    .content-wrap.bottom-50 {
        bottom: 50px;
    }
}

@media (max-width: 991px) {
    .sidebar-address {
        width: 0;
        display: none;
    }
}

@media (min-width: 992px) {
    .sidebar-address {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .app .header-fixed.visible-xs+.layout {
        padding-top: 50px;
    }

    .app .header-fixed+.layout {
        padding-top: 50px;
    }

    .app .layout {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .header+.content-wrap {
        top: 50px;
    }

    .article-page {
        width: 100%;
        height: 100%;
    }

    .main-content>.header {
        padding: 0;
    }

    .main-content>.header>ul>li {
        display: block;
        float: left;
    }

    .main-content>.header.header-fixed+.content-wrap {
        padding-top: 65px;
    }

    .main-content>.header.header-fixed+.content-wrap.no-padding {
        padding-top: 50px;
    }
}

.loader {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.modal-content {
    border-radius: 4px;
    box-shadow: none;
}

.well {
    background-color: #FFFFFF;
    border-radius: 2px;
}

.list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.list-group-item {
    border: 1px solid #eeeeee;
    cursor: pointer;
}

.list-group-item:hover,
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #f7f7f7 !important;
    color: #444444;
    border-color: #eeeeee;
}

.list-group-item .avatar {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin-top: 5px;
}

.list-group-item .avatar.image {
    display: inline !important;
}

.list-group-item .avatar.text {
    color: #29B6F6;
    font-size: 18px;
    border: 1px solid #29B6F6;
}

.list-group-item .avatar.white-text {
    color: #ffffff !important;
    font-size: 18px;
    border: 0;
}

.list-group-item .mbody {
    margin-left: 50px;
}

.list-group-item .title {
    width: 70%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-group-item .subtitle {
    width: 100%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-group-item.unread span {
    font-weight: bold;
}

.list-group-item.unread i.unread-flag {
    width: 8px;
    height: 8px;
    background-color: #33B7F4;
    border-radius: 50%;
    display: inline-block;
}

label.radio,
label.checkbox {
    padding-left: 20px;
}

@media (max-width: 767px) {

    html,
    body {
        height: 100%;
    }

    .off-canvas {
        overflow: hidden;
    }

    .app {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .app.move-right .main-content .fffix,
    .app.move-left .main-content .fffix {
        position: static;
    }

    .layout {
        backface-visibility: hidden;
        position: relative;
        width: 100%;
        -webkit-transition: -webkit-transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
    }

    .layout:before,
    .layout:after {
        content: " ";
        display: table;
    }

    .layout:after {
        clear: both;
    }

    .canvas-left {
        backface-visibility: hidden;
        width: 200px;
        overflow: hidden;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        position: absolute;
        top: 50px;
        bottom: 0;
        left: 0;
    }

    .canvas-right {
        backface-visibility: hidden;
        width: 280px;
        overflow: hidden;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        position: absolute;
        top: 60px;
        bottom: 0;
        right: 0;
    }

    .ios .canvas-left,
    .ios .canvas-right {
        position: fixed;
    }

    .move-left>.layout {
        -webkit-transform: translate(200px, 0);
        -ms-transform: translate(200px, 0);
        transform: translate(200px, 0);
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
        -webkit-transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
    }

    .move-right>.layout {
        -webkit-transform: translate(-280px, 0);
        -ms-transform: translate(-280px, 0);
        transform: translate(-280px, 0);
        -webkit-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
        -webkit-transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
    }

    .off-canvas>.layout {
        position: absolute;
        top: 0;
        bottom: 0;
        overflow: visible !important;
    }

    .no-csstransforms .canvas-left {
        left: -200px;
    }

    .no-csstransforms .canvas-right {
        right: -280px;
    }

    .no-csstransforms .move-right>.layout {
        right: 200px;
    }

    .no-csstransforms .move-left>.layout {
        left: 280px;
    }

    .move-left .site-overlay,
    .move-right .site-overlay {
        backface-visibility: hidden;
        cursor: pointer;
        display: block;
        position: absolute;
        background: rgba(255, 255, 255, 0.1);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

.alert-success {
    background-color: #67dd9c;
    border: 0;
    color: #1a7844;
}

.alert-success hr {
    border-top-color: #28b667;
}

.alert-success .alert-link {
    color: #114e2c;
}

.alert-info {
    background-color: #4ee0e4;
    border: 0;
    color: #116d6f;
}

.alert-info hr {
    border-top-color: #1badb2;
}

.alert-info .alert-link {
    color: #0a4143;
}

.alert-warning {
    background-color: #ffd291;
    border: 0;
    color: #dd8200;
}

.alert-warning hr {
    border-top-color: #ffa72a;
}

.alert-warning .alert-link {
    color: #aa6400;
}

.alert-danger {
    background-color: #ffa59c;
    border: 0;
    color: #e81600;
}

.alert-danger hr {
    border-top-color: #ff4935;
}

.alert-danger .alert-link {
    color: #b51100;
}

.alert {
    padding: 10px 15px;
    border-radius: 2px;
}

.alert-dismissable .close {
    right: 0;
}

.breadcrumb {
    background-color: #ffffff;
    border-radius: 2px;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    content: "\f105\00a0";
    font-family: FontAwesome;
}

.pagination {
    border-radius: 2px;
}

.pagination>li>a,
.pagination>li>span {
    border-color: #e8ecf3;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    background-color: #f9fafc;
    border-color: #d7deea;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 6px;
    border-color: #e8ecf3;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f8f8f8;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th {
    background-color: #f8f8f8;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
    background-color: #fafafc;
}

.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 #e8ecf3;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #91e7b7;
    border-color: #7ce2a9;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td {
    background-color: #135631;
    border-color: #135631;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #7ae8eb;
    border-color: #64e4e8;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td {
    background-color: #0b4a4c;
    border-color: #0b4a4c;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #ffd3cf;
    border-color: #ffbcb5;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td {
    background-color: #bf1200;
    border-color: #bf1200;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #ffe6c3;
    border-color: #ffdcaa;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td {
    background-color: #b46a00;
    border-color: #b46a00;
}

@media (max-width: 767px) {

    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .no-more-tables tr {
        border: 1px solid #ccc;
    }

    .no-more-tables td {
        border-top: 0 !important;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
    }

    .no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    .no-more-tables td:before {
        content: attr(data-title);
    }
}

.panel {
    border-radius: 2px;
    box-shadow: none;
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel-heading {
    border-color: #e8ecf3;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading .nav-text {
    display: inline-block;
    margin: 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.panel-heading .navbar-btn {
    margin: 0;
}

.panel-heading.gray {
    background: #fcfcfc;
}

.panel-heading.gradient {
    background: #fcfcfc;
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #f5f5f5 100%);
}

.panel-footer {
    border-top: 1px solid #e8ecf3;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #fcfcfc;
}

.panel-group .panel {
    border-radius: 2px;
}

.panel-default {
    border-color: #dde1e7;
}

.panel-default>.panel-heading {
    color: #444444;
    background-color: #dde1e7;
    border-color: #dde1e7;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #dde1e7;
}

.panel-default>.panel-heading a {
    color: #444444;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #dde1e7;
}

.panel-primary {
    border-color: #17c3e5;
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #17c3e5;
    border-color: #17c3e5;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #17c3e5;
}

.panel-primary>.panel-heading a {
    color: #ffffff;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #17c3e5;
}

.panel-success {
    border-color: #2dcb73;
}

.panel-success>.panel-heading {
    color: #ffffff;
    background-color: #2dcb73;
    border-color: #2dcb73;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #2dcb73;
}

.panel-success>.panel-heading a {
    color: #ffffff;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #2dcb73;
}

.panel-warning {
    border-color: #ffb244;
}

.panel-warning>.panel-heading {
    color: #ffffff;
    background-color: #ffb244;
    border-color: #ffb244;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ffb244;
}

.panel-warning>.panel-heading a {
    color: #ffffff;
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ffb244;
}

.panel-danger {
    border-color: #ff604f;
}

.panel-danger>.panel-heading {
    color: #ffffff;
    background-color: #ff604f;
    border-color: #ff604f;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ff604f;
}

.panel-danger>.panel-heading a {
    color: #ffffff;
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ff604f;
}

.panel-info {
    border-color: #1ec3c8;
}

.panel-info>.panel-heading {
    color: #ffffff;
    background-color: #1ec3c8;
    border-color: #1ec3c8;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #1ec3c8;
}

.panel-info>.panel-heading a {
    color: #ffffff;
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #1ec3c8;
}

textarea {
    resize: vertical;
}

.form-control:-moz-placeholder {
    color: #919191;
}

.form-control::-moz-placeholder {
    color: #919191;
}

.form-control:-ms-input-placeholder {
    color: #919191;
}

.form-control::-webkit-input-placeholder {
    color: #919191;
}

.placeholder {
    color: #aaa;
}

.form-control {
    border: 1px solid #e8ecf3;
    border-radius: 2px;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    font-weight: 400;
    font-size: 14px;
}

.form-control:focus {
    outline: 0;
    border-color: #e5e9ec;
    box-shadow: none;
}

input[type="file"] {
    line-height: 1;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #2dcb73;
}

.has-success .form-control {
    border-color: #2dcb73;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #24a15b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ce2a9;
}

.has-success .input-group-addon {
    color: #2dcb73;
    border-color: #2dcb73;
    background-color: #2dcb73;
}

.has-success .form-control-feedback {
    color: #2dcb73;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #ffb244;
}

.has-warning .form-control {
    border-color: #ffb244;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #ff9d11;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdcaa;
}

.has-warning .input-group-addon {
    color: #ffb244;
    border-color: #ffb244;
    background-color: #ffb244;
}

.has-warning .form-control-feedback {
    color: #ffb244;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #ff604f;
}

.has-error .form-control {
    border-color: #ff604f;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #ff321c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffbcb5;
}

.has-error .input-group-addon {
    color: #ff604f;
    border-color: #ff604f;
    background-color: #ff604f;
}

.has-error .form-control-feedback {
    color: #ff604f;
}

.input-group-addon {
    background-color: #f5f5f8;
    border: 1px solid #e8ecf3;
    border-radius: 2px;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    border-radius: 2px;
}

.popover {
    border: 1px solid #c4d1df;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.popover .popover-title {
    border-bottom: 1px solid #e8ecf3;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 2px;
    background-color: #fafbfd;
}

.tooltip-inner {
    border-radius: 2px;
    background-color: 2px;
    background: #535a6c;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #535a6c;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #535a6c;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #535a6c;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #535a6c;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #535a6c;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #535a6c;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #535a6c;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #535a6c;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.badge.badge-top {
    position: relative;
    top: -10px;
    padding: 3px 5.5px;
    margin-left: -10px;
}

.badge-opac {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

pre {
    color: #444444;
    background-color: #EFF2F5;
    border: 1px solid #e8ecf3;
    border-radius: 2px;
    font-size: 11px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 2px;
    border: 1px solid #e8ecf3;
    z-index: 9999;
        box-shadow: 0px 0px 5px rgba(88, 96, 114, 0.2);
}

.dropdown-menu>li>a {
    margin: 0;
    border-radius: 2px;
    font-size: 14px;
    line-height: 22px;
    color: #444444;
}

.dropdown-menu>li>a:hover {
    background: #f2f4f8;
}

.dropdown-menu .divider {
    margin: 2px 0;
    height: 1px;
    background-color: #d7deea;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #f2f4f8;
    color: #444444;
}

.main-navigation .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border: 1px solid #d7deea;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.main-navigation .dropdown-menu a {
    margin: 0;
    padding: 3px 20px;
    width: 100%;
    font-size: 13px;
    border-radius: 0;
}

.right-sidebar .main-navigation .dropdown-menu {
    border-left-width: 1px;
    border-right-width: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.main-navigation .show-on-hover {
    position: relative;
    top: 0;
    display: block;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: inherit;
}

.main-navigation .show-on-hover li {
    padding: 0 !important;
    border-bottom: 0 !important;
}

.main-navigation .show-on-hover>.dropdown-menu li a {
    text-align: left !important;
}

.show-on-hover:hover .dropdown-menu {
    display: block;
}

.dropdown.open .dropdown-menu {
    display: block;
}

@media screen and (min-width: 768px) {
    .right-sidebar .main-navigation .dropdown-menu {
        left: auto;
        right: 100%;
        border-width: 1px !important;
        border-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .main-navigation .dropdown-menu {
        border-radius: 0;
        border: 0 !important;
        box-shadow: none;
    }

    .show-on-hover.open .dropdown-menu,
    .collapse-open {
        display: block;
    }

    .main-navigation .show-on-hover.open .dropdown-menu,
    .navbar-collapse .show-on-hover.open .dropdown-menu {
        display: block !important;
        position: relative;
        top: 0;
        left: 0;
        float: none;
    }

    .main-navigation .show-on-hover:hover .dropdown-menu,
    .navbar-collapse .show-on-hover:hover .dropdown-menu {
        display: none;
    }

    .show-on-hover.open .dropdown-menu {
        width: 100%;
    }
}

.progress {
    overflow: hidden;
    margin-bottom: 15px;
    height: 20px;
    border-radius: 2px;
    background-color: #d0dbec;
    box-shadow: none;
}

.progress-bar {
    box-shadow: none;
    background-color: #17c3e5;
}

.progress-bar-success {
    background-color: #2dcb73;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #1ec3c8;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #ffb244;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #ff604f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-dark {
    background-color: #ff604f;
}

.progress-striped .progress-bar-dark {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-xs {
    height: 5px;
}

.progress-sm {
    height: 10px;
}

.progress-md {
    height: 15px;
}

.progress-lg {
    height: 25px;
}

.btn {
    outline: 0;
    border-radius: 2px;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.btn:active,
.btn.active {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    outline: 0;
}

.btn-rounded,
.btn-rounded a,
.btn-rounded .btn,
.input-rounded {
    border-radius: 40px;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-default {
    color: #444444;
    background-color: #dde1e7;
    border-color: #dde1e7;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #444444;
    background-color: #ced4dc;
    border-color: #ced4dc;
}

a.btn-default {
    color: #444444;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #dde1e7;
    border-color: #dde1e7;
}

.btn-primary {
    color: #ffffff;
    background-color: #17c3e5;
    border-color: #17c3e5;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #15afce;
    border-color: #15afce;
}

a.btn-primary {
    color: #ffffff;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #17c3e5;
    border-color: #17c3e5;
}

.btn-warning {
    color: #ffffff;
    background-color: #ffb244;
    border-color: #ffb244;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ffa72a;
    border-color: #ffa72a;
}

a.btn-warning {
    color: #ffffff;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #ffb244;
    border-color: #ffb244;
}

.btn-success {
    color: #ffffff;
    background-color: #2dcb73;
    border-color: #2dcb73;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #28b667;
    border-color: #28b667;
}

a.btn-success {
    color: #ffffff;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #2dcb73;
    border-color: #2dcb73;
}

.btn-info {
    color: #ffffff;
    background-color: #1ec3c8;
    border-color: #1ec3c8;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #1badb2;
    border-color: #1badb2;
}

a.btn-info {
    color: #ffffff;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #1ec3c8;
    border-color: #1ec3c8;
}

.btn-white {
    color: #444444;
    background-color: #ffffff;
    border-color: #e8ecf3;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    color: #444444;
    background-color: #f2f2f2;
    border-color: #d7deea;
}

a.btn-white {
    color: #444444;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
    background-color: #ffffff;
    border-color: #e8ecf3;
}

.btn-danger {
    color: #ffffff;
    background-color: #ff604f;
    border-color: #ff604f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #ff4935;
    border-color: #ff4935;
}

a.btn-danger {
    color: #ffffff;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #ff604f;
    border-color: #ff604f;
}

.btn-outline,
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.open .dropdown-toggle.btn-outline {
    background: transparent;
    color: #444444 !important;
}

.navbar .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.navbar-nav {
    margin: 0;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav.nav-tabs {
    background: transparent;
    border-radius: 0;
}

.navbar-nav.nav-tabs>li>a {
    margin: 0;
    border-radius: 0;
    padding: 16px 15px;
}

.navbar-inverse {
    border-color: #535a6c;
    background-color: #535a6c;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #4c5363;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #535a6c;
}

.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #484e5e;
}

.navbar-inverse .dropdown-menu {
    border-color: #535a6c;
}

@media screen and (min-width: 768px) {
    .navbar-form {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        padding: 0;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }

    .navbar-form {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #17c3e5;
}

.nav-pills>li>a {
    border-radius: 2px;
}

.nav-tabs {
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    background: #dde1e7;
}

.nav-tabs>li {
    margin: 0;
}

.nav-tabs>li>a {
    border: 0;
    border-radius: 2px 2px 0 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border: 0;
    background-color: #f9f9f9;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: transparent;
    background-color: transparent;
}

.label {
    line-height: inherit;
}

.label-default {
    background-color: #dde1e7;
    color: #444444;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #bfc7d2;
}

.label-primary {
    background-color: #17c3e5;
    color: #fff;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #129cb7;
}

.label-success {
    background-color: #2dcb73;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #24a15b;
}

.label-info {
    background-color: #1ec3c8;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #17989c;
}

.label-warning {
    background-color: #ffb244;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ff9d11;
}

.label-danger {
    background-color: #ff604f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #ff321c;
}

.label-white {
    background-color: #ffffff;
    color: #444444;
}

.label-white[href]:hover,
.label-white[href]:focus {
    background-color: #e6e6e6;
}

.mail-reply {
    padding: 10px;
    height: 100%;
    background: #ffffff;
}

.mail-reply:focus {
    outline: 0;
}

.mail-reply {
    height: 60px;
    position: relative;
    border-radius: 2px;
}

.switcher {
    display: block;
}

.switcher .thumb img {
    width: 100%;
}

.switcher .panel {
    position: relative;
    display: block;
    border: 0;
}

.spinner-loader {
    position: absolute;
    display: initial;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: -50px 0 0 -50px;
    z-index: 9999;
    text-align: center;
    line-height: 100px;
}

.spinner-loader>div {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner-loader .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner-loader .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@media (max-width: 767px) {
    .spinner-loader {
        position: fixed;
    }
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/* Toggle */

.toggle-active {
    cursor: pointer;
}

.toggle-active.active {
    color: #ffb244;
}

/*
 *
 * Main stylesheet for $Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */

.switchery {
    background-color: #ffffff;
    border: 1px solid #e8ecf3;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
}

.switchery>small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 28px;
    position: absolute;
    top: 0;
    width: 28px;
}

/*
 * $Sortable elements (Jquery Sortable)
 *
 */

.sortable .list-group-item,
.handles .list-group-item {
    padding: 15px;
}

.connected,
.sortable,
.exclude,
.handles {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.connected li,
.sortable li,
.exclude li,
.handles li {
    border: 1px solid transparent;
}

.connected li:not(:last-child),
.sortable li:not(:last-child),
.exclude li:not(:last-child),
.handles li:not(:last-child) {
    margin-bottom: 1px;
    border: 1px solid transparent;
    border-radius: 2px;
}

.sortable>li,
.handles span {
    cursor: move;
}

.handles span {
    float: left;
}

#connected {
    overflow: hidden;
    margin: auto;
}

.connected {
    float: left;
}

.connected.no2 {
    float: right;
}

.sortable-placeholder {
    list-style: none;
    border: 1px dashed #ddd !important;
    min-height: 50px;
    width: 100%;
}

/*
 * Nestable elements (Jquery Nestable)
 *
 */

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    margin: 5px 0;
    padding: 10px;
    text-decoration: none;
    border: 1px solid #e8ecf3;
    background: #fff;
    border-radius: 2px;
}

.dd-handle:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-item>button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 30px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.dd-item>button:before {
    content: "+";
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item>button[data-action="collapse"]:before {
    content: "-";
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: transparent;
    border: 1px dashed #ddd;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel>.dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/*
 * $Utilities Classes
 *
 */
/* pd,mg,bd = padding,margin,border
 * Directions
 * t,b,r,l,n = top,bottom,right,left, negative
 * Sizing
 * xs,sm,md,df,lg = extra-small(@xs),small(@sm),medium(@md),default(@df),large(@lg)
 */
/* Set background color to transparent */

.bg-none,
.bg-none>.list-group-item {
    background-color: transparent;
    box-shadow: none;
}

.box-shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.position-relative {
    position: relative;
}

/* Remove border */

.no-border,
.no-border>.list-group-item,
.table.no-border>thead>tr>th,
.table.no-border>tbody>tr>th,
.table.no-border>tfoot>tr>th,
.table.no-border>thead>tr>td,
.table.no-border>tbody>tr>td,
.table.no-border>tfoot>tr>td {
    border: 0 !important;
}

/* Remove box shadow */

.no-shadow {
    box-shadow: none;
}

.overflow {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Hides overflow content */

.overflow-hidden {
    overflow: hidden;
}

/* Margins */

.no-margin {
    margin: 0 !important;
}

.mg-n {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.mg-r-n {
    margin-right: -15px !important;
}

.mg-l-n {
    margin-left: -15px !important;
}

.no-mg-l {
    margin-left: 0 !important;
}

.no-mg-r {
    margin-right: 0 !important;
}

.no-mg-t {
    margin-top: 0 !important;
}

.no-mg-b {
    margin-bottom: 0 !important;
}

.mg-lg {
    margin: 25px !important;
}

.mg-r-lg {
    margin-right: 25px !important;
}

.mg-l-lg {
    margin-left: 25px !important;
}

.mg-t-lg {
    margin-top: 25px !important;
}

.mg-b-lg {
    margin-bottom: 25px !important;
}

.mg {
    margin: 20px !important;
}

.mg-r {
    margin-right: 20px !important;
}

.mg-l {
    margin-left: 20px !important;
}

.mg-t {
    margin-top: 20px !important;
}

.mg-b {
    margin-bottom: 20px !important;
}

.mg-md {
    margin: 15px !important;
}

.mg-r-md {
    margin-right: 15px !important;
}

.mg-l-md {
    margin-left: 15px !important;
}

.mg-t-md {
    margin-top: 15px !important;
}

.mg-b-md {
    margin-bottom: 15px !important;
}

.mg-sm {
    margin: 10px !important;
}

.mg-r-sm {
    margin-right: 10px !important;
}

.mg-l-sm {
    margin-left: 10px !important;
}

.mg-t-sm {
    margin-top: 10px !important;
}

.mg-b-sm {
    margin-bottom: 10px !important;
}

.mg-xs {
    margin: 5px !important;
}

.mg-r-xs {
    margin-right: 5px !important;
}

.mg-l-xs {
    margin-left: 5px !important;
}

.mg-t-xs {
    margin-top: 5px !important;
}

.mg-b-xs {
    margin-bottom: 5px !important;
}

/* Padding space */

.no-padding {
    padding: 0 !important;
}

.no-pd-l {
    padding-left: 0 !important;
}

.no-pd-r {
    padding-right: 0 !important;
}

.no-pd-t {
    padding-top: 0 !important;
}

.no-pd-b {
    padding-bottom: 0 !important;
}

.pd-lg {
    padding: 25px !important;
}

.pd-r-lg {
    padding-right: 25px !important;
}

.pd-l-lg {
    padding-left: 25px !important;
}

.pd-t-lg {
    padding-top: 25px !important;
}

.pd-b-lg {
    padding-bottom: 25px !important;
}

.pd {
    padding: 20px !important;
}

.pd-r {
    padding-right: 20px !important;
}

.pd-l {
    padding-left: 20px !important;
}

.pd-t {
    padding-top: 20px !important;
}

.pd-b {
    padding-bottom: 20px !important;
}

.pd-md {
    padding: 15px !important;
}

.pd-r-md {
    padding-right: 15px !important;
}

.pd-l-md {
    padding-left: 15px !important;
}

.pd-t-md {
    padding-top: 15px !important;
}

.pd-b-md {
    padding-bottom: 15px !important;
}

.pd-sm {
    padding: 10px !important;
}

.pd-r-sm {
    padding-right: 10px !important;
}

.pd-l-sm {
    padding-left: 10px !important;
}

.pd-t-sm {
    padding-top: 10px !important;
}

.pd-b-sm {
    padding-bottom: 10px !important;
}

.pd-xs {
    padding: 5px !important;
}

.pd-r-xs {
    padding-right: 5px !important;
}

.pd-l-xs {
    padding-left: 5px !important;
}

.pd-t-xs {
    padding-top: 5px !important;
}

.pd-b-xs {
    padding-bottom: 5px !important;
}

/* Borders */
.bordered {
    border: 1px solid #e8ecf3;
}

.bd-b {
    border-bottom: 1px solid #e8ecf3;
}

.bd-t {
    border-top: 1px solid #e8ecf3;
}

.bd-l {
    border-left: 1px solid #e8ecf3;
}

.bd-r {
    border-right: 1px solid #e8ecf3;
}

/* Radius */

.no-radius {
    border-radius: 0;
}

.no-radius .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.no-radius .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.full-width {
    width: 100%;
}

.form-horizontal .control-label {
    padding-top: 0;
    padding-left: 15px;
}

.form-group {
    margin-bottom: 10px;
}

.form-group select {
    outline: 0;
    font-size: 13px;
    height: 34px;
    padding-left: 6px;
    border: 1px solid #e8ecf3;
}

.form-group select::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-group label {
    min-height: 34px;
    line-height: 34px;
    float: left;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.compose-mail {
    width: 100%;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
}

.compose-mail input[type=text],
.compose-mail input[type=text]:focus,
.compose-mail input[type=password],
.compose-mail input[type=password]:focus .compose-mail textarea,
.compose-mail textarea:focus {
    border: none;
    padding: 0;
    font-weight: normal;
}

.compose-mail .form-group {
    border-bottom: 1px solid #eeeeee;
    display: inline-block;
    min-height: 36px;
    line-height: 36px;
    width: 100%;
    margin: 0;
}

.compose-mail .form-group .form-control.rcpts {
    height: auto;
    padding: 0;
    border: none !important;
}

.compose-editor {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.compose-editor textarea:focus {
    outline: 0;
    border: 1px solid #3399FF
}

.compose-btn {
    margin-top: 15px;
}

.has-footer-toolbar {
    padding-bottom: 50px !important;
}

html.login,
html.login body {
    height: 100%;
}

.center-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: relative;
}

.center-wrapper .center-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    float: none;
    z-index: 9999;
}

.index-page .form-group {
    height: 34px;
    line-height: 34px;
}

.index-page .form-group input {
    font-size: 13px;
    font-weight: bold;
}

.index-page .form-group select {
    height: 32px;
    width: 100%;
    border: 0;
}

.index-page .form-group input#f_user,
.index-page .form-group input#f_pass,
.index-page .form-group input#pwdplaceholder,
.index-page .form-group input#f_checkcode,
.index-page .form-group select#f_lang {
    padding-left: 25px;
}

.index-page .form-group .input-group-addon span {
    width: 90%;
    border: 0;
    padding: 0;
    overflow: hidden;
    float: right;
}

.index-page .form-group select#f_domain {
    width: 90%;
    background-color: #fff;
    border: 0;
    padding: 0;
    float: right;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    left: 100%;
    margin-top: -30px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    background-color: #fff;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none !important;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 5px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-submenu.dropup>.dropdown-menu {
    float: none !important;
    margin-bottom: -30px;
}

.text-overcut {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

input[type="checkbox"] {
    width: 1.1em;
    height: 1.1em;
    margin: 0;
    vertical-align: middle;
}

acronym {
    cursor: pointer;
    margin-left: 3px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: 0;
}

/* ---------------------- Power by ZhouCan --------------------------- */
body {
    font-size: 14px;
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "WenQuanYi Micro Hei", sans-serif;
}

.header .headform .input-group,
.btn,
.main-navigation ul li a,
.dropdown-menu,
.nav.navbar-nav .quickmenu .dropdown-menu {
    border-radius: 6px;
}

.header .headform .input-group .search {
    padding-left: 12px !important;
}

.nav.navbar-nav .quickmenu .dropdown-menu {
    padding-bottom: 10px;
}

.main-navigation ul li a {
    margin: 2px 14px;
    padding: 6px 6px 6px 20px;
}

#menuarchive li a,
#menupop3 li a,
#menumsglabel li a,
#menufolder_other_title li a {
    padding-left: 5px;
}

.main-navigation ul li a:hover {
    background: #d7e7f9;
}

#menuitem_msglist_spam .pull-right,
#menuitem_msglist_trash .pull-right {
    opacity: 0;
    transition: opacity 0.3s ease;
    /* 添加过渡动画 */
}

#menuitem_msglist_spam.active:hover .pull-right,
#menuitem_msglist_trash.active:hover .pull-right {
    opacity: 1;
}

.main-navigation ul li a i {
    margin-right: 6px;
}

.main-navigation ul li a i.fa-angle-down {
    min-width: 0;
    transition: transform 0.3s ease;
}

.main-navigation ul .active a {
    background: #c8ddf5;
}

.main-navigation ul li a.item {
    padding-left: 40px;
}

.fa.ico-active {
    transform: rotate(-180deg);
    transition: transform 0.3s ease;
}

acronym {
    text-decoration: none;
}

.dropdown-menu>li {
    display: flex;
}

.dropdown-menu>li>a {
    width: 100%;
    padding: 10px 30px;
}

.dropdown-menu li img {
    width: 22px;
    height: 22px;
    margin-right: 30px;
}

.dropdown-menu .divider {
    margin: 0;
}

.navbar-btn small {
    font-size: 14px;
}

/* 附件和网盘上传栏 */
.form-group-upload {
    padding-top: 6px;
    display: flex;
    align-items: center;
}

.form-group-upload .progressWrapper {
    width: auto;
}

/* 上传按钮 */
.file-btn{
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.file-btn a {
    display: block;
    height: 22px;
    line-height: 20px;
    padding: 0 6px;
    overflow: hidden;
}

#ftp_upload_btnctrl a {
    display: block;
    padding: 6px;
    overflow: hidden;
}

.ajax-file-upload input[type="file"] {
    font-size: 0;
}

.tab_pages .control_tabs .tab_item .tab_text {
    text-align: center;
}

.header.navbar .sub-tabbar .main-menu {
    width: 200px;
}

.form-control[readonly] {
    background: none;
}

/* 邮件列表刷新按钮动画效果 */
.fa-refresh.rotating {
    animation: rotateSquare 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes rotateSquare {
    0% {
        transform: rotate(0deg) scale(0.8);
    }
    25% {
        transform: rotate(90deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.2);
    }
    75% {
        transform: rotate(270deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(0.8);
    }
}

.list-group-item {
    padding-right: 20px;
}

.list-group-item .subtitle {
    width: 80%;
    position: relative;
}

.msg-label {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.msg-label .msg-color {
    height: 20px;
    line-height: 16px;
    padding: 2px 4px;
    font-size: 12px;
}

.msg-color span {
    max-width: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.msg-color .close {
    width: 16px;
    height: 16px;
    border: 0;
    background-image: url(../../images/close_white.png);
    background-size: 12px;
    background-position-x: 3px;
    background-position-y: 3px;
}

.msg-size {
    margin: 0;
    float: right;
}

.msg-top {
    width: 5px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-group small {
    font-size: 14px;
}

.list-group small i {
    font-size: 16px;
}

.no-mail {
    width: 100%;
    max-width: 128px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.no-mail img {
    width: 100%;
}

.no-mail p {
    margin-top: 15px;
    font-size: 16px;
    color: #999;
}

.select-y {
    margin-left: 4px;
}

.unread * {
    font-weight: bolder;
}

.read-mail-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read-mail-remask {
    display: block;
    margin-left: 12px;
    width: 24px;
}

#id_content_div .content-wrap {
    overflow-y: hidden;
    transition: all 0.3s ease;
}

#id_content_div .content-wrap:hover {
    overflow-y: auto;
}

#id_content_div .content-wrap iframe html {
    overflow: hidden;
}

#to_tab,
#cc_tab,
#bcc_tab,
#sub_tab {
    display: flex;
}

.col-left {
    width: 80px;
    padding-right: 14px !important;
    flex-shrink: 0
}


.col-right {
    flex-shrink: 0
}

.col-mid {
    flex: 1;
}

.fa {
    font-size: 14px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-ico i{
    font-size: 18px;
}

.headform>.navbar-form>.input-group>.input-group-addon:hover i {
    color: #000;
}


.search-more-ico:hover .search-more-text {
    max-width: 110px;
    opacity: 1;
    margin-left: 8px;
}

.search-more-text {
    display: inline-block;
    max-width: 0;
    opacity: 0;
    white-space: nowrap;
    transition: all 0.4s ease;
}

.list-group-item .title {
    width: 58%;
}

.panel-footer>.bg-warning>a,
.panel-footer>.bg-primary>a,
.panel-footer>.bg-success>a {
    display: block;
}

/* 弹出蒙层--收件人弹窗---网盘弹窗 */
.dialog-overlay {
    width: 100% !important;
    height: 100% !important;
}

.dialog-main {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 610px !important;
    overflow: hidden;
}

/* 皮肤选择框 */
.skin-box {
    padding: 20px;
}

.skin-box img{
    border: 1px solid #eee;
    border-radius: 2px;
}


.skin-box p {
    padding: 10px 0 0 0;
    margin: 0;
}

/* 去掉SSL证书管理 */
#menuitem_emailca {
    display: none;
}

/* 禁止修改发件人姓名和真实姓名 */
input[name="fullname"],
input[name="f_real_name"] {
    pointer-events: none;
    cursor: not-allowed;
}

/* 新建文件夹输入框 */
.focusctrl {
    border: 1px solid #888;
    border-radius: 2px;
    height: 26px;
}

/* 附件体积过大错误弹出个性化窗口 */
.simple-uploadfile {
    width: 450px;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 2px 2px 10px #666;
}

.simple-uploadfile p {
    margin: 22px 0;
    font-size: 16px;
    color: #666;
}

/* 邮件列表翻页按钮 */
.pager {
    margin: 10px 0;
}

/* 自定义滚动条基础样式 - 只需添加一次 */
.custom-scrollbar {
    position: absolute;
    top: 52px;
    right: 0;
    width: 5px;
    height: 100%;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

#simple-scrollbar {
    top: 0;
    height: calc(100% - 50px);
}

/* 悬停时显示滚动条 */
#messagelist:hover .custom-scrollbar,
.sidebar-menu:hover .custom-scrollbar {
    opacity: 1;
}

.scroll-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #C1C1C1;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.scroll-thumb:hover {
    background: #A1A1A1;
}

.scroll-thumb.dragging {
    background: #818181 !important;
    transition: opacity 0.3s ease;
}

/* 中间的左右拖动条 */
.dragbar {
    width: 1px;
    height: 100%;
    /* background-color: #fff; */
    cursor: col-resize;
    cursor: ew-resize;
    position: relative;
    z-index: 1;
    float: left;
    transition: background-color 0.3s;
}

.dragbar::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    width: 3px;
    height: 100px;
    /* background-color: #a0a0a0; */
    border-radius: 10px;
    transform: translate(0, -50%);
}

/* 邮件操作记录列表 */
.userstat-list {
    display: flex;
    border-bottom: 1px solid #eee;
}

.userstat-titlle {
    padding: 8px;
    font-weight: bold;
}

.userstat-item {
    padding: 8px;
}

.userstat-noinfo {
    display: flex; 
    justify-content: center; 
    align-items: center; height: 100px; 
    padding: 20px; 
    border-bottom: 1px solid #eee;
}

.list-text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

::-webkit-scrollbar {
    /* 竖向滚动条 */
    width: 5px;
    /* 横向滚动条 */
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 5px;
}

/* 网盘和附件页面的按钮图标 */
.file-list-btn a i,
.attach-list-btn a i {
    font-size: 18px;
    color: #666;
}

/* 响应式布局 - 用户拖动邮件列表时，且列表的宽度大于400px时，显示宽屏模式 */
@media screen and (min-width: 768px) {
    .sidebar-list {
        width: 40%;
        min-width: 400px;
    }
}

@media (max-width: 767px) {
    #msglist-tools {
        position: fixed;
    }
}

@media screen and (min-width: 1280px) {
    .wide-size .sender_info .fa-mail-forward,
    .wide-size .sender_info .fa-mail-reply,
    .wide-size .user-img {
        display: none;
    }

   .wide-size .list-group-item .mbody.mail-list-sim {
        background: url(../../images/mail-read.png);
        margin-left: 10px;
        padding-left: 30px;
        padding-top: 1px;
        padding-bottom: 1px;
        display: flex;
    }

   .wide-size .list-group-item .mbody.mail-list-sim.has-mail-reply {
        background: url(../../images/mail-reply.png);
    }

    .wide-size .list-group-item .mbody.mail-list-sim.has-mail-forward {
        background: url(../../images/mail-forward.png);
    }

    .wide-size .list-group-item.unread .mbody.mail-list-sim {
        background: url(../../images/mail-unread.png);
    }

    .wide-size .list-group-item .mbody.mail-list-sim,
    .wide-size .list-group-item .mbody.mail-list-sim.has-mail-reply,
    .wide-size .list-group-item .mbody.mail-list-sim.has-mail-forward,
    .wide-size .list-group-item.unread .mbody.mail-list-sim {
        background-size: 22px;
        background-position-x: 0;
        background-position-y: 0;
        background-repeat: no-repeat;
    }

    .wide-size .list-group-item .title {
        width: 20%;
        order: 1;
        flex-shrink: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .wide-size .list-group-item .subtitle {
        order: 2;
        flex: 1;
        min-width: 0;
    }

    .wide-size .list-group-item .mail-time {
        order: 3;
        display: flex;
        margin-left: 20px;
        flex-shrink: 0;
        align-items: center;
        gap: 6px;
    }

    .wide-size .list-group-item .mail-time .fa-star,
    .wide-size .list-group-item .mail-time .fa-star-o {
        order: 1;
        margin-left: 10px;
    }

    .wide-size .list-group-item .msg-size {
        width: 64px;
        flex-shrink: 0;
        order: 4;
        text-align: right;
    }
}