html {
    height: 100%;
}

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

.am-table-bordered > thead + tbody > tr:first-child > td, .am-table-bordered > thead + tbody > tr:first-child > th {
    border-top: 0 solid #ddd;
}

.am-table-bordered > tbody > tr > td, .am-table-bordered > tbody > tr > th, .am-table-bordered > tfoot > tr > td, .am-table-bordered > tfoot > tr > th, .am-table-bordered > thead > tr > td, .am-table-bordered > thead > tr > th {
    font-size: 14px;
}

.am-form input[type=number], .am-form input[type=search], .am-form input[type=text], .am-form input[type=password], .am-form input[type=datetime], .am-form input[type=datetime-local], .am-form input[type=date], .am-form input[type=month], .am-form input[type=time], .am-form input[type=week], .am-form input[type=email], .am-form input[type=url], .am-form input[type=tel], .am-form input[type=color], .am-form select, .am-form textarea {
    display: inline-block;
    max-width: 80%;
}

.am-form .am-form-group .s1 {
    display: inline-block;
    width: 100px;
    text-align: right;
}

.am-panel-bd {
    padding: 1.25rem 0;
}

.am-table > tbody > tr.am-total > td {
    /*background-color: #FFF !important;*/
    color: #ff191a;
}

.am-table > tbody > tr.am-color1 > td {
    /*background-color: #FFF !important;*/
    color: #38ce11;
}

.am-table > tbody > tr.am-color2 > td {
    /*background-color: #FFF !important;*/
    color: #447cff;
}

header {
    position: relative;
    z-index: 1200;
}

.tpl-header-logo {
    position: relative;
    z-index: 1300;
    display: table;
    width: 180px;
    height: 57px;
    text-align: center;
}

.tpl-header-logo a {
    display: table-cell;
    vertical-align: middle;
}

.tpl-header-logo img {
    width: 170px;
}

.tpl-header-fluid {
    margin-left: 180px;
    padding-right: 20px;
    padding-left: 20px;
    height: 56px;
}

.tpl-header-switch-button {
    float: left;
    margin: 0 0 0 -20px;
    padding: 0 22px;
    border: 0;
    border-radius: 0;
    color: #cfcfcf;
    font-size: 22px;
    line-height: 55px;
}

.tpl-header-switch-button:hover {
    outline: 0;
}

.tpl-header-search-form {
    margin-left: 10px;
    height: 54px;
    line-height: 52px;
}

.tpl-header-search-box, .tpl-header-search-btn {
    outline: 0;
    border: none;
    background: 0 0;
    color: #848c90;
    transition: all .4s ease-in-out;
}

.tpl-header-search-box {
    font-size: 14px;
}

.tpl-header-search-box:active, .tpl-header-search-box:hover {
    color: #fff;
}

.tpl-header-search-btn {
    font-size: 15px;
}

.tpl-header-search-btn:active, .tpl-header-search-btn:hover {
    color: #fff;
}

.tpl-header-navbar {
    color: #fff;
}

.tpl-header-navbar li {
    float: left;
}

.tpl-header-navbar a {
    position: relative;
    display: block;
    padding: 0 16px;
    line-height: 56px;
}

.tpl-header-navbar a .item-feed-badge {
    position: absolute;
    top: 9px;
    left: 25px;
}

ul.tpl-dropdown-content {
    margin-top: 0;
    padding: 10px;
    width: 300px;
    border: 1px solid #525e62;
    border-radius: 0;
    background-color: #2f3638;
}

ul.tpl-dropdown-content li {
    float: none;
}

ul.tpl-dropdown-content:after, ul.tpl-dropdown-content:before {
    display: none;
}

ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-title {
    float: left;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
}

ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-time {
    float: right;
    margin-left: 10px;
    width: 50px;
    color: rgba(255, 255, 255, .7);
    text-align: right;
    font-size: 11px;
}

ul.tpl-dropdown-content .tpl-dropdown-menu-notifications:last-child .tpl-dropdown-menu-notifications-item {
    border: none;
    text-align: center;
    font-size: 12px;
}

ul.tpl-dropdown-content .tpl-dropdown-menu-notifications:last-child .tpl-dropdown-menu-notifications-item i {
    margin-left: -6px;
}

ul.tpl-dropdown-content .tpl-dropdown-menu-messages:last-child .tpl-dropdown-menu-messages-item {
    border: none;
    text-align: center;
    font-size: 12px;
}

ul.tpl-dropdown-content .tpl-dropdown-menu-messages:last-child .tpl-dropdown-menu-messages-item i {
    margin-left: -6px;
}

ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item, ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item {
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    line-height: 20px;
}

ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item:focus, ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item:hover, ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item:focus, ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item:hover {
    background-color: #465154;
    color: #fff;
}

ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-ico, ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .menu-messages-ico {
    float: left;
    overflow: hidden;
    margin-top: 6px;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: initial;
}

ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-ico img, ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .menu-messages-ico img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-time, ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .menu-messages-time {
    float: right;
    margin-left: 10px;
    width: 40px;
    color: rgba(255, 255, 255, .7);
    text-align: right;
    font-size: 11px;
}

ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-content, ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .menu-messages-content {
    display: block;
    margin-right: 50px;
    margin-left: 45px;
    font-size: 13px;
}

ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-content .menu-messages-content-time, ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .menu-messages-content .menu-messages-content-time {
    margin-top: 3px;
    color: rgba(255, 255, 255, .7);
    font-size: 11px;
}

.am-dimmer {
    z-index: 1200;
}

.am-modal {
    z-index: 1300;
}

.am-datepicker-dropdown {
    z-index: 1400;
}

.tpl-skiner {
    position: fixed;
    top: 65px;
    right: -130px;
    z-index: 10000;
    transition: all .4s ease-in-out;
}

.tpl-skiner.active {
    right: 0;
}

.tpl-skiner-content {
    overflow: hidden;
    padding: 15px;
    width: 130px;
    border-radius: 4px 0 0 4px;
    background: rgba(0, 0, 0, .7);
}

.fc-content .am-icon-close {
    position: absolute;
    top: 0;
    right: 0;
}

.tpl-skiner-toggle {
    position: absolute;
    top: 5px;
    left: -40px;
    width: 40px;
    height: 40px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background: rgba(0, 0, 0, .7);
    color: #969a9b;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
}

.tpl-skiner-content-title {
    margin: 0 0 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.tpl-skiner-content-bar {
    padding-top: 10px;
}

.tpl-skiner-content-bar .skiner-color {
    float: left;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.tpl-skiner-content-bar .skiner-white {
    border: 2px solid #eee;
    background: #fff;
}

.tpl-skiner-content-bar .skiner-black {
    border: 2px solid #222;
    background: #000;
}

.sub-active {
    color: #fff !important;
}

.left-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1104;
    padding-top: 57px;
    width: 180px;
    min-height: 100%;
    transition: all .4s ease-in-out;
}

.left-sidebar.xs-active {
    left: 0;
}

.left-sidebar.active {
    left: -180px;
}

.tpl-sidebar-user-panel {
    padding: 28px 22px 22px;
}

.tpl-user-panel-profile-picture {
    overflow: hidden;
    margin-bottom: 10px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
}

.tpl-user-panel-profile-picture img {
    width: auto;
    height: 82px;
    vertical-align: middle;
}

.tpl-user-panel-status-icon {
    margin-right: 2px;
}

.user-panel-logged-in-text {
    display: block;
    color: #cfcfcf;
    font-size: 14px;
}

.tpl-user-panel-action-link {
    color: #6d787c;
    font-size: 12px;
}

.tpl-user-panel-action-link:hover {
    color: #a2aaad;
}

.sidebar-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #42485B;
}

.sidebar-nav-sub {
    display: none;
    background: #333744;
}

.sidebar-nav-sub .sidebar-nav-link {
    font-size: 12px;
}

.sidebar-nav-sub .sidebar-nav-link a {
    padding-left: 25px;
    font-size: 12px;
}

.sidebar-nav-sub .sidebar-nav-link-logo {
    margin-right: 8px;
    width: 20px;
    font-size: 16px;
}

.sidebar-nav-sub-ico-rotate {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar-nav-link-logo-ico {
    margin-top: 5px;
}

.sidebar-nav-heading {
    padding: 24px 17px;
    font-weight: 500;
    font-size: 15px;
}

.sidebar-nav-heading-info {
    padding-left: 10px;
    color: #000;
    font-size: 12px;
}

.sidebar-nav-link-logo {
    margin-right: 8px;
    width: 20px;
    font-size: 16px;
}

.sidebar-nav-link {
    color: #fff;
}

.sidebar-nav-link a {
    display: block;
    padding: 8px 25px;
    /*border-left: #282d2f 3px solid;*/
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
}

.sidebar-nav-sub .sidebar-nav-link a {
    display: block;
    padding: 10px 25px;
    /*border-left: #282d2f 3px solid;*/
    color: #FFFFFF;
    font-size: 12px;
    cursor: pointer;
}

.sidebar-nav-link a.active {
    /*border-left: #1CA2CE 3px solid;*/
    color: #fff;
    cursor: pointer;
}

.sidebar-nav-link a:hover {
    color: #fff;
}

.tpl-content-wrapper {
    position: relative;
    z-index: 1101;
    margin-left: 180px;
    min-height: 100%;
    border-bottom-left-radius: 3px;
    transition: all .4s ease-in-out;
}

.tpl-content-wrapper.xs-active {
    margin-left: 180px;
}

.tpl-content-wrapper.active {
    margin-left: 0;
}

.page-header {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 0;
    border-bottom: 0;
    background: #424b4f;
}

.container-fluid {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 20px;
    border-bottom: 0;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.page-header-description {
    margin-top: 4px;
    margin-bottom: 0;
    color: #e6e6e6;
    font-size: 14px;
}

.page-header-heading {
    font-weight: 400;
    font-size: 20px;
}

.page-header-heading .page-header-heading-ico {
    position: relative;
    top: 3px;
    font-size: 28px;
}

.page-header-heading small {
    color: #B3B3B3;
    font-weight: 400;
    line-height: 1;
}

.page-header-button {
    float: right;
    padding: 14px 36px 16px;
    outline: 0;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: 500;
    font-size: 23px;
    line-height: 23px;
    opacity: .3;
    transition: all .4s ease-in-out;
}

.page-header-button:hover {
    background-color: #fff;
    color: #333;
    opacity: 1;
}

.widget {
    position: relative;
    width: 100%;
    min-height: 148px;
    border-radius: 0;
}

.widget-head {
    padding: 15px;
    width: 100%;
}

.widget-title {
    font-size: 14px;
}

.widget-fluctuation-period-text {
    display: inline-block;
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 20px;
}

.widget-body {
    padding: 0 10px 10px 0;
    width: 100%;
}

.am-divider {
    margin: 1rem auto;
}

.am-breadcrumb {
    margin-bottom: 0;
}

.widget-fluctuation-description-text {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 13px;
}

.widget-fluctuation-description-amount {
    display: block;
    font-size: 20px;
    line-height: 22px;
}

.widget-statistic-header {
    position: relative;
    z-index: 35;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 14px;
}

.widget-body-md {
    height: 200px;
}

.widget-body-lg {
    min-height: 330px;
}

.widget-margin-bottom-lg {
    margin-bottom: 20px;
}

.tpl-table-black-operation a {
    display: inline-block;
    padding: 5px 6px;
    font-size: 12px;
    line-height: 12px;
}

.tpl-switch input[type=checkbox] {
    position: absolute;
    width: 50px;
    height: 20px;
    opacity: 0;
}

.tpl-switch input[type=checkbox].ios-switch + div {
    margin-top: 6px;
    width: 40px;
    height: 20px;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, .1);
    vertical-align: middle;
    -webkit-transition-duration: .4s;
    -webkit-transition-property: background-color, box-shadow;
}

.tpl-switch input[type=checkbox].ios-switch:checked + div {
    width: 40px;
    background: #36c6d3 0 0;
}

.tpl-switch input[type=checkbox].tinyswitch.ios-switch + div {
    width: 34px;
    height: 18px;
}

.tpl-switch input[type=checkbox].bigswitch.ios-switch + div {
    width: 50px;
    height: 25px;
}

.tpl-switch input[type=checkbox].green.ios-switch:checked + div {
    border: 1px solid #00a23f;
    background-color: #00e359;
    box-shadow: inset 0 0 0 10px #00e359;
}

.tpl-switch input[type=checkbox].ios-switch + div > div {
    float: left;
    margin-top: 1px;
    margin-left: 1px;
    width: 18px;
    height: 18px;
    border-radius: inherit;
    background: #fff;
    -webkit-transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
    -moz-transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -webkit-transition-property: transform, background-color, box-shadow;
    -moz-transition-property: transform, background-color;
    pointer-events: none;
}

.tpl-switch input[type=checkbox].ios-switch:checked + div > div {
    background-color: #fff;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
}

.tpl-switch input[type=checkbox].tinyswitch.ios-switch + div > div {
    margin-top: 1px;
    width: 16px;
    height: 16px;
}

.tpl-switch input[type=checkbox].tinyswitch.ios-switch:checked + div > div {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3), 0 0 0 1px #0850ac;
    -webkit-transform: translate3d(16px, 0, 0);
    -moz-transform: translate3d(16px, 0, 0);
}

.tpl-switch input[type=checkbox].bigswitch.ios-switch + div > div {
    margin-top: 1px;
    width: 23px;
    height: 23px;
}

.tpl-switch input[type=checkbox].bigswitch.ios-switch:checked + div > div {
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(16px, 0, 0);
}

.tpl-switch input[type=checkbox].green.ios-switch:checked + div > div {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3), 0 0 0 1px #00a23f;
}

.tpl-page-state {
    width: 100%;
}

.tpl-page-state-title {
    font-weight: 700;
    font-size: 40px;
}

.tpl-page-state-content {
    padding: 10px 0;
}

.tpl-login {
    width: 100%;
}

.tpl-login-logo {
    margin: 0 auto 20px;
    height: 50px;
    max-width: 159px;
    text-align: center;
}

.tpl-login-title {
    width: 100%;
    font-size: 24px;
}

.tpl-login-content {
    margin: 12% auto 0;
    width: 300px;
}

.tpl-login-remember-me {
    color: #B3B3B3;
    font-size: 14px;
}

.tpl-login-remember-me label {
    position: relative;
    top: -2px;
}

.tpl-login-content-info {
    color: #B3B3B3;
    font-size: 14px;
}

.cl-p {
    padding: 0 !important;
}

.tpl-table-line-img {
    padding: 2px;
    max-width: 100px;
}

.tpl-table-list-select {
    text-align: right;
}

.fc button, .fc-button-group {
    display: block;
}

.theme-white {
    background: rgba(255, 255, 255, 0.51);
}

.theme-white .sidebar-nav-sub .sidebar-nav-link-logo {
    margin-left: 10px;
}

.theme-white .tpl-header-search-box:active .tpl-error-title, .theme-white .tpl-header-search-box:hover {
    color: #848c90;
}

.theme-white .tpl-error-title-info {
    margin-top: 20px;
    color: #dce2ec;
    text-align: center;
    font-size: 21px;
    line-height: 30px;
}

.theme-white .tpl-error-btn {
    padding: 6px 20px 8px;
    border: 1px solid #03a9f3;
    border-radius: 30px;
    background: #03a9f3;
}

.theme-white .tpl-error-content {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #96a2b4;
    text-align: center;
    font-size: 16px;
}

.theme-white .tpl-calendar-box {
    padding: 20px;
    border-radius: 4px;
    background: #fff;
}

.theme-white .tpl-calendar-box .fc-event {
    border: 1px solid #14b0f6;
    border-radius: 0;
    background: #03a9f3;
}

.theme-white .tpl-calendar-box .fc-axis {
    color: #000;
}

.theme-white .tpl-calendar-box .fc-unthemed .fc-today {
    background: #eee;
}

.theme-white .tpl-calendar-box .fc-more {
    color: #000;
}

.theme-white .tpl-calendar-box .fc th.fc-widget-header {
    padding: 7px 0;
    border: none !important;
    background: #32c5d2 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}

.theme-white .tpl-calendar-box .fc th.fc-widget-header a {
    color: #fff;
}

.theme-white .tpl-calendar-box .fc-center h2 {
    color: #000;
}

.theme-white .tpl-calendar-box .fc-state-default {
    background: #fff none;
    color: #000;
    font-size: 14px;
}

.theme-white .tpl-calendar-box .fc hr, .theme-white .tpl-calendar-box .fc tbody, .theme-white .tpl-calendar-box .fc td, .theme-white .tpl-calendar-box .fc th, .theme-white .tpl-calendar-box .fc thead, .theme-white .tpl-calendar-box .fc-row {
    border-color: #eee !important;
}

.theme-white .tpl-calendar-box .fc-day-number {
    padding-right: 6px;
    color: #000;
}

.theme-white .tpl-calendar-box .fc th {
    padding: 6px 0;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.theme-white .sub-active {
    color: #23abf0 !important;
}

.theme-white .tpl-table-line-img {
    border: 1px solid #ddd;
}

.theme-white .tpl-pagination .am-disabled a, .theme-white .tpl-pagination li a {
    padding: 6px 12px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
}

.am-pagination > li > a:hover, .am-pagination > li > span:hover {
    border: 1px solid #00C1DE;
    background: none;
    color: #00C1DE;
}

.theme-white .tpl-pagination .am-active a {
    padding: 6px 12px;
    border: 1px solid #00C1DE;
    background: #00C1DE;
    color: #fff;
    margin: 0 1px;
}

.theme-white .tpl-login-btn {
    padding: 10px 16px;
    outline: 0;
    border: none;
    background-color: #32c5d2;
    font-size: 14px;
    line-height: 14px;
}

.theme-white .tpl-login-btn:active, .theme-white .tpl-login-btn:hover {
    background: #22b2e1;
    color: #fff;
}

.theme-white .tpl-login-title {
    color: #697882;
}

.theme-white .tpl-login-title strong {
    color: #39bae4;
}

.theme-white .tpl-login-content {
    padding: 40px 40px 25px;
    width: 500px;
    border-radius: 4px;
}

.theme-white .tpl-form-border-form, .theme-white .tpl-form-line-form {
    padding-top: 20px;
}

.theme-white .am-form-field:focus, .theme-white .tpl-form-border-form input[type=color]:focus, .theme-white .tpl-form-border-form input[type=date]:focus, .theme-white .tpl-form-border-form input[type=datetime-local]:focus, .theme-white .tpl-form-border-form input[type=datetime]:focus, .theme-white .tpl-form-border-form input[type=email]:focus, .theme-white .tpl-form-border-form input[type=month]:focus, .theme-white .tpl-form-border-form input[type=number]:focus, .theme-white .tpl-form-border-form input[type=password]:focus, .theme-white .tpl-form-border-form input[type=search]:focus, .theme-white .tpl-form-border-form input[type=tel]:focus, .theme-white .tpl-form-border-form input[type=text]:focus, .theme-white .tpl-form-border-form input[type=time]:focus, .theme-white .tpl-form-border-form input[type=url]:focus, .theme-white .tpl-form-border-form input[type=week]:focus, .theme-white .tpl-form-border-form select:focus, .theme-white .tpl-form-border-form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-white .tpl-form-border-form .am-checkbox, .theme-white .tpl-form-border-form .am-checkbox-inline, .theme-white .tpl-form-border-form .am-form-label, .theme-white .tpl-form-border-form .am-radio, .theme-white .tpl-form-border-form .am-radio-inline {
    margin-top: 0;
    margin-bottom: 0;
}

.theme-white .tpl-form-border-form .am-form-group:after {
    clear: both;
}

.theme-white .tpl-form-border-form .am-form-group:after, .theme-white .tpl-form-border-form .am-form-group:before {
    display: table;
    content: " ";
}

.theme-white .tpl-form-border-form .am-form-label {
    padding-top: 5px;
    color: #888;
    text-align: right;
    font-weight: inherit;
    font-size: 16px;
}

.theme-white .tpl-form-border-form .am-form-label .tpl-form-line-small-title {
    color: #999;
    font-size: 12px;
}

.theme-white .am-form-field:focus, .theme-white .tpl-form-line-form input[type=color]:focus, .theme-white .tpl-form-line-form input[type=date]:focus, .theme-white .tpl-form-line-form input[type=datetime-local]:focus, .theme-white .tpl-form-line-form input[type=datetime]:focus, .theme-white .tpl-form-line-form input[type=email]:focus, .theme-white .tpl-form-line-form input[type=month]:focus, .theme-white .tpl-form-line-form input[type=number]:focus, .theme-white .tpl-form-line-form input[type=password]:focus, .theme-white .tpl-form-line-form input[type=search]:focus, .theme-white .tpl-form-line-form input[type=tel]:focus, .theme-white .tpl-form-line-form input[type=text]:focus, .theme-white .tpl-form-line-form input[type=time]:focus, .theme-white .tpl-form-line-form input[type=url]:focus, .theme-white .tpl-form-line-form input[type=week]:focus, .theme-white .tpl-form-line-form select:focus, .theme-white .tpl-form-line-form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-white .tpl-form-line-form .am-checkbox, .theme-white .tpl-form-line-form .am-checkbox-inline, .theme-white .tpl-form-line-form .am-form-label, .theme-white .tpl-form-line-form .am-radio, .theme-white .tpl-form-line-form .am-radio-inline {
    margin-top: 0;
    margin-bottom: 0;
}

.theme-white .tpl-form-line-form .am-form-group:after {
    clear: both;
}

.theme-white .tpl-form-line-form .am-form-group:after, .theme-white .tpl-form-line-form .am-form-group:before {
    display: table;
    content: " ";
}

.theme-white .tpl-form-line-form .am-form-label {
    padding-top: 5px;
    color: #888;
    text-align: right;
    font-weight: inherit;
    font-size: 16px;
}

.theme-white .tpl-form-line-form .am-form-label .tpl-form-line-small-title {
    color: #999;
    font-size: 12px;
}

.theme-white .tpl-table-black-operation a {
    border: 1px solid #36c6d3;
    color: #36c6d3;
}

.theme-white .tpl-table-black-operation a:hover {
    background: #36c6d3;
    color: #fff;
}

.theme-white .tpl-table-black-operation a.tpl-table-black-operation-del {
    border: 1px solid #e7505a;
    color: #e7505a;
}

.theme-white .tpl-table-black-operation a.tpl-table-black-operation-del:hover {
    background: #e7505a;
    color: #fff;
}

.theme-white .tpl-table-black-operation a.tpl-table-black-operation-warning {
    border: 1px solid #ea6e0c;
    color: #ea6e0c;
}

.theme-white .tpl-table-black-operation a.tpl-table-black-operation-warning:hover {
    background: #ea6e0c;
    color: #fff;
}

.theme-white .tpl-table-black-operation a.tpl-table-black-operation-secondary {
    border: 1px solid #23abf0;
    color: #23abf0;
}

.theme-white .tpl-table-black-operation a.tpl-table-black-operation-secondary:hover {
    background: #23abf0;
    color: #fff;
}

.theme-white .tpl-amendment-echarts {
    left: -17px;
}

.theme-white .tpl-user-card {
    border: 1px solid #3598dc;
    border-top: 2px solid #3598dc;
    border-radius: 4px;
    background: #3598dc;
    color: #fff;
}

.theme-white .tpl-user-card-title {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 26px;
}

.theme-white .achievement-subheading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 12px;
}

.theme-white .achievement-image {
    margin-bottom: 22px;
    border-radius: 50%;
}

.theme-white .achievement-description {
    margin: 0;
    font-size: 12px;
}

.theme-white .tpl-table-black {
    color: #838FA1;
}

.theme-white .tpl-table-black thead > tr > th {
    padding: 6px;
    font-size: 14px;
}

.theme-white .tpl-table-black tbody > tr > td {
    padding: 7px 6px;
    font-size: 14px;
}

.theme-white .tpl-table-black tfoot > tr > th {
    padding: 6px 0;
    font-size: 14px;
}

.theme-white .am-progress {
    height: 12px;
}

.theme-white .am-progress-title {
    margin-bottom: 8px;
    font-size: 14px;
}

.theme-white .widget-fluctuation-tpl-btn {
    display: block;
    margin-top: 6px;
    padding: 8px 14px;
    outline: 0;
    border: 1px solid #e7505a;
    background-color: #e7505a;
    color: #fff;
    font-size: 12px;
}

.theme-white .widget-fluctuation-tpl-btn:hover {
    background: 0 0;
    color: #e7505a;
}

.theme-white .widget-fluctuation-description-text {
    color: #c5cacd;
}

.theme-white .widget-fluctuation-period-text {
    color: #838FA1;
}

.theme-white .text-success {
    color: #5eb95e;
}

.theme-white .widget-head {
    border-bottom: 1px solid #eef1f5;
}

.theme-white .widget-function a {
    color: #838FA1;
}

.theme-white .widget-function a:hover {
    color: #a7bdcd;
}

.theme-white .widget {
    padding: 10px 10px 13px;
    background-color: #fff;
    color: #000;
}

.theme-white .widget-title {
    font-size: 16px;
}

.theme-white .widget-primary {
    padding: 12px 17px 12px 22px;
    min-height: 174px;
    border: 1px solid #32c5d2;
    border-top: 2px solid #32c5d2;
    background: #32c5d2;
    color: #fff;
}

.theme-white .widget-statistic-icon {
    position: absolute;
    top: 24px;
    right: 30px;
    z-index: 30;
    color: #46cad6;
    font-size: 70px;
}

.theme-white .widget-statistic-description {
    position: relative;
    z-index: 35;
    display: block;
    padding-top: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

.theme-white .widget-statistic-value {
    position: relative;
    z-index: 35;
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 300;
    font-size: 46px;
    line-height: 46px;
}

.theme-white .widget-statistic-header {
    padding-top: 18px;
    color: #fff;
}

.theme-white .widget-purple {
    padding: 12px 17px;
    min-height: 174px;
    border: 1px solid #8E44AD;
    border-top: 2px solid #8E44AD;
    background: #8E44AD;
    color: #fff;
}

.theme-white .widget-purple .widget-statistic-icon {
    color: #9956b5;
}

.theme-white .widget-purple .widget-statistic-header {
    color: #ded5e7;
}

.theme-white .widget-purple .widget-statistic-description {
    color: #ded5e7;
}

.theme-white .page-header-button {
    border: 1px solid #32c5d2;
    background: #32c5d2;
    color: #fff;
    opacity: .8;
}

.theme-white .page-header-button:hover {
    opacity: 1;
}

.theme-white .page-header-description {
    color: #666;
}

.theme-white .page-header-heading {
    color: #666;
}

.theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-content .menu-messages-content-time {
    color: #96a5aa;
}

.theme-white ul.tpl-dropdown-content {
    border: 1px solid #ddd;
    background: #fff;
}

.theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item, .theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item {
    border-bottom: 1px solid #eee;
    color: #999;
}

.theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item:hover, .theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item:hover {
    background-color: #f5f5f5;
}

.theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .tpl-dropdown-menu-notifications-time, .theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .tpl-dropdown-menu-notifications-time {
    color: #999;
}

.theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item:hover {
    background-color: #f5f5f5;
}

.theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-title {
    color: #999;
}

.theme-white .sidebar-nav-link a {
    /*border-left: #fff 3px solid;*/
}

.theme-white .sidebar-nav-link a:hover {
    /*border-left: #3bb4f2 3px solid;*/
    background: #00C1ED;
    color: #FFFFFF;
}

.theme-white .sidebar-nav-sub .sidebar-nav-link a:hover {
    background: #4A5064;
    color: #FFFFFF;
}

.theme-white .sidebar-nav-link a.active {
    /*border-left: #3bb4f2 3px solid;*/
    /*background: #f2f6f9;*/
    /*color: #000;*/
}

.theme-white .sidebar-nav-link a.active {
    /*border-left: #3bb4f2 3px solid;*/
    /*background: #f2f6f9;*/
    /*color: #000;*/
}

.theme-white .sidebar-nav-heading {
    border-bottom: 1px solid #eee;
    color: #999;
}

.theme-white .tpl-sidebar-user-panel {
    border-bottom: 1px solid #eee;
    background: #fff;
}

.theme-white .tpl-content-wrapper {
    background: #e9ecf3;
}

.theme-white .tpl-header-fluid {
    border-top: 1px solid #373D41;
    background: #373D41;
}

.theme-white .tpl-header-logo {
    /*border-bottom: 1px solid #E0E0E0;*/
    background: #373D41;
}

.theme-white .tpl-header-switch-button {
    border-right: 1px solid #373D41;
    border-left: 1px solid #373D41;
    background: #373D41;
}

.theme-white .tpl-header-switch-button:hover {
    background: #2a2f32;
    color: #999;
}

.theme-white .tpl-header-navbar a {
    color: #FFFFFF;
}

.theme-white .tpl-header-navbar a:hover {
    color: #FFFFFF;
}

.theme-white .left-sidebar {
    background: #333744;
}

.theme-white .widget-color-green {
    border: 1px solid #32c5d2;
    border-top: 2px solid #32c5d2;
    background: #32c5d2;
    color: #fff;
}

.theme-white .widget-color-green .widget-fluctuation-period-text {
    color: #fff;
}

.theme-white .widget-color-green .widget-head {
    border-bottom: 1px solid #2bb8c4;
}

.theme-white .widget-color-green .widget-fluctuation-description-text {
    color: #bbe7f6;
}

.theme-white .widget-color-green .widget-function a {
    color: #42bde5;
}

.theme-white .widget-color-green .widget-function a:hover {
    color: #fff;
}

.theme-white .am-panel-primary > .am-panel-hd {
    color: #000;
    background-color: #dedede;
    border-color: #dedede;
}

.theme-white .am-panel-primary {
    border-color: #dedede;
}

.am-table-bordered > thead > tr > th {
    /*background-color: #f9f9f9;*/
    height: 30px;
    line-height: 30px;
    font-weight: 500;
}

.am-btn-primary {
    color: #fff;
    background-color: #00C1DE;
    border-color: #00C1DE;
}