h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
h3,
h4,
h5 {
    margin-top: 5px;
    font-weight: 600;
}
.nav > li > a {
    color: #a7b1c2;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
}
.nav.navbar-right > li > a {
    color: #999c9e;
}
.nav > li.active > a {
    color: #ffffff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    background-color: #293846;
    color: white;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: #fff;
}
.nav.navbar-top-links > li > a:hover,
.nav.navbar-top-links > li > a:focus {
    background-color: transparent;
}
.nav > li > a i {
    margin-right: 6px;
}
.navbar {
    border: 0;
}
.navbar-default {
    background-color: transparent;
    border-color: #2f4050;
}
.navbar-top-links li {
    display: inline-block;
}
.navbar-top-links li:last-child {
    margin-right: 40px;
}

body.body-small .navbar-top-links li:last-child {
    margin-right: 10px;
}
.navbar-top-links li a {
    padding: 20px 10px;
    min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
    display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}
.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}
.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}
.dropdown-messages,
.dropdown-alerts {
    padding: 10px 10px 10px 10px;
}
.dropdown-messages li a,
.dropdown-alerts li a {
    font-size: 12px;
}
.dropdown-messages li em,
.dropdown-alerts li em {
    font-size: 10px;
}
.nav.navbar-top-links .dropdown-alerts a {
    font-size: 12px;
}
.nav-header {
    padding: 33px 25px;
    background: url("patterns/header-profile.png") no-repeat;
}
.pace-done .nav-header {
    transition: all 0.5s;
}
.nav > li.active {
    border-left: 4px solid #19aa8d;
    background: #293846;
}
.nav.nav-second-level > li.active {
    border: none;
}
.nav.nav-second-level.collapse[style] {
    height: auto !important;
}
.nav-header a {
    color: #DFE4ED;
}
.nav-header .text-muted {
    color: #8095a8;
}
.minimalize-styl-2 {
    padding: 4px 12px;
    margin: 14px 5px 5px 20px;
    font-size: 14px;
    float: left;
}
.navbar-form-custom {
    float: left;
    height: 50px;
    padding: 0;
    width: 200px;
    display: inline-table;
}
.navbar-form-custom .form-group {
    margin-bottom: 0;
}
.nav.navbar-top-links a {
    font-size: 14px;
}
.navbar-form-custom .form-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 14px;
    height: 60px;
    margin: 0;
    z-index: 2000;
}
.count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 6px;
    top: 12px;
}
.arrow {
   /* float: right;*/
}
.arrow, .arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.fa.arrow:before {
    content: "\f104";
}
.active > a > .fa.arrow:before {
    content: "\f107";
}
.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}
.nav-second-level li a {
    padding: 7px 10px 7px 10px;
    padding-left: 52px;
}
.nav-third-level li a {
    padding-left: 62px;
}
.nav-second-level li:last-child {
    margin-bottom: 10px;
}
body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
    display: block;
    border-radius: 0 2px 2px 0;
    min-width: 140px;
    height: auto;
}
body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
    font-size: 12px;
    border-radius: 3px;
}
.fixed-nav .slimScrollDiv #side-menu {
    padding-bottom: 60px;
}
.mini-navbar .nav-second-level li a {
    padding: 10px 10px 10px 15px;
}
.mini-navbar .nav-second-level {
    position: absolute;
    left: 70px;
    top: 0px;
    background-color: #2f4050;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
}
.canvas-menu.mini-navbar .nav-second-level {
    background: #293846;
}
.mini-navbar li.active .nav-second-level {
    left: 65px;
}
.navbar-default .special_link a {
    background: #1ab394;
    color: white;
}
.navbar-default .special_link a:hover {
    background: #17987e !important;
    color: white;
}
.navbar-default .special_link a span.label {
    background: #fff;
    color: #1ab394;
}
.navbar-default .landing_link a {
    background: #1cc09f;
    color: white;
}
.navbar-default .landing_link a:hover {
    background: #1ab394 !important;
    color: white;
}
.navbar-default .landing_link a span.label {
    background: #fff;
    color: #1cc09f;
}
.logo-element {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: none;
    padding: 18px 0;
}
.pace-done .navbar-static-side,
.pace-done .nav-header,
.pace-done li.active,
.pace-done #page-wrapper,
.pace-done .footer {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-fixed-top {
    background: #fff;
    transition-duration: 0.5s;
    border-bottom: 1px solid #e7eaec !important;
    z-index: 2030;
}

.fixed-nav #wrapper {
    margin-top: 60px;
}
.fixed-nav .minimalize-styl-2 {
    margin: 14px 5px 5px 15px;
}
.body-small .navbar-fixed-top {
    margin-left: 0px;
}
body.mini-navbar .navbar-static-side {
    width: 70px;
}
body.mini-navbar .profile-element,
body.mini-navbar .nav-label,
body.mini-navbar .navbar-default .nav li a span {
    display: none;
}
body.canvas-menu .profile-element {
    display: block;
}
body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
    display: none;
}
body.mini-navbar .navbar-default .nav > li > a {
    font-size: 16px;
}
body.mini-navbar .logo-element {
    display: block;
}
body.canvas-menu .logo-element {
    display: none;
}
body.mini-navbar .nav-header {
padding: 0;
background-color: #1ab394;
height: 50px;

}
body.canvas-menu .nav-header {
    padding: 33px 25px;
}
body.mini-navbar #page-wrapper {
    margin: 0 0 0 70px;
}
body.fixed-sidebar.mini-navbar .footer,
body.canvas-menu.mini-navbar .footer {
    margin: 0 0 0 0 !important;
}
body.canvas-menu.mini-navbar #page-wrapper,
body.canvas-menu.mini-navbar .footer {
    margin: 0 0 0 0;
}
body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {
    position: fixed;
    width: 220px;
    z-index: 2001;
    height: 100%;
}
body.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 0px;
}
body.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0 0 0 0px;
}
body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0 0 0 220px;
}
body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 220px;
}
.fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,
.canvas-menu.mini-navbar .nav li:focus > .nav-second-level {
    display: block;
    height: auto;
}
body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
    font-size: 12px;
    border-radius: 3px;
}
body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
    font-size: 13px;
    border-radius: 3px;
}
.fixed-sidebar.mini-navbar .nav-second-level li a,
.canvas-menu.mini-navbar .nav-second-level li a {
    padding: 10px 10px 10px 15px;
}
.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
    position: relative;
    padding: 0;
    font-size: 13px;
}
.fixed-sidebar.mini-navbar li.active .nav-second-level,
.canvas-menu.mini-navbar li.active .nav-second-level {
    left: 0px;
}
body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a,
body.canvas-menu.mini-navbar .navbar-default .nav > li > a {
    font-size: 13px;
}
body.fixed-sidebar.mini-navbar .nav-label,
body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
body.canvas-menu.mini-navbar .nav-label,
body.canvas-menu.mini-navbar .navbar-default .nav li a span {
    display: inline;
}
body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
    display: block;
}
.canvas-menu.mini-navbar .nav-second-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li a {
    padding: 7px 10px 7px 52px;
}
.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
    left: 0px;
}
body.canvas-menu nav.navbar-static-side {
    z-index: 2001;
    background: #2f4050;
    height: 100%;
    position: fixed;
    display: none;
}
body.canvas-menu.mini-navbar nav.navbar-static-side {
    display: block;
    width: 220px;
}
.top-navigation #page-wrapper {
    margin-left: 0;
}
.top-navigation .navbar-nav .dropdown-menu > .active > a {
    background: white;
    color: #1ab394;
    font-weight: bold;
}
.white-bg .navbar-fixed-top,
.white-bg .navbar-static-top {
    background: #fff;
}
.top-navigation .navbar {
    margin-bottom: 0;
}
.top-navigation .nav > li > a {
    padding: 15px 20px;
    color: #676a6c;
}
.top-navigation .nav > li a:hover,
.top-navigation .nav > li a:focus {
    background: #fff;
    color: #1ab394;
}
.top-navigation .nav > li.active {
    background: #fff;
    border: none;
}
.top-navigation .nav > li.active > a {
    color: #1ab394;
}
.top-navigation .navbar-right {
    margin-right: 10px;
}
.top-navigation .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 1px solid #e7eaec;
}
.top-navigation .dropdown-menu > li > a {
    margin: 0;
    padding: 7px 20px;
}
.navbar .dropdown-menu {
    margin-top: 0px;
}
.top-navigation .navbar-brand {
    background: #1ab394;
    color: #fff;
    padding: 15px 25px;
}
.top-navigation .navbar-top-links li:last-child {
    margin-right: 0;
}
.top-navigation.mini-navbar #page-wrapper,
.top-navigation.body-small.fixed-sidebar.mini-navbar #page-wrapper,
.mini-navbar .top-navigation #page-wrapper,
.body-small.fixed-sidebar.mini-navbar .top-navigation #page-wrapper,
.canvas-menu #page-wrapper {
    margin: 0;
}
.top-navigation.fixed-nav #wrapper,
.fixed-nav #wrapper.top-navigation {
    margin-top: 50px;
}
.top-navigation .footer.fixed {
    margin-left: 0 !important;
}
.top-navigation .wrapper.wrapper-content {
    padding: 40px;
}
.top-navigation.body-small .wrapper.wrapper-content,
.body-small .top-navigation .wrapper.wrapper-content {
    padding: 40px 0px 40px 0px;
}
.navbar-toggle {
    background-color: #1ab394;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
}
.top-navigation .navbar-nav .open .dropdown-menu > li > a,
.top-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 20px;
}
@media (max-width: 768px) {
    .top-navigation .navbar-header {
        display: block;
        float: none;
    }
}
.menu-visible-lg,
.menu-visible-md {
    display: none !important;
}
@media (min-width: 1200px) {
    .menu-visible-lg {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .menu-visible-md {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .menu-visible-md {
        display: block !important;
    }
    .menu-visible-lg {
        display: block !important;
    }
}
.btn {
    border-radius: 3px;
}
.float-e-margins .btn {
    margin-bottom: 5px;
}
.btn-w-m {
    min-width: 120px;
}
.btn-primary.btn-outline {
    color: #1ab394;
}
.btn-success.btn-outline {
    color: #1c84c6;
}
.btn-info.btn-outline {
    color: #23c6c8;
}
.btn-warning.btn-outline {
    color: #f8ac59;
}
.btn-danger.btn-outline {
    color: #ed5565;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}
.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #18a689;
    border-color: #18a689;
    color: #FFFFFF;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #1dc5a3;
    border-color: #1dc5a3;
}
.btn-success {
    background-color: #459df5;
    border-color: #459df5;
    color: #FFFFFF;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-color: #1a7bb9;
    border-color: #1a7bb9;
    color: #FFFFFF;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #1f90d8;
    border-color: #1f90d8;
}
.btn-info {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #FFFFFF;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #21b9bb;
    border-color: #21b9bb;
    color: #FFFFFF;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #26d7d9;
    border-color: #26d7d9;
}
.btn-default {
    background-color: #459df5;
    border-color: #459df5;
    color: #FFFFFF;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #bababa;
    border-color: #bababa;
    color: #333333;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #cccccc;
    border-color: #cccccc;
}
.btn-warning {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #FFFFFF;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #f7a54a;
    border-color: #f7a54a;
    color: #FFFFFF;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f9b66d;
    border-color: #f9b66d;
}
.btn-danger {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #FFFFFF;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #ec4758;
    border-color: #ec4758;
    color: #FFFFFF;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #ef6776;
    border-color: #ef6776;
}
.btn-link {
    color: inherit;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
    color: #1ab394;
    text-decoration: none;
}
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
    background-image: none;
}
.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:active,
.btn-link.active[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
    color: #cacaca;
}
.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    color: inherit;
    border: 1px solid #d2d2d2;
}
.btn-white:active,
.btn-white.active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}
.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
    color: #cacaca;
}
.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
    box-shadow: none;
}
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}
.btn-rounded {
    border-radius: 50px;
}
.btn-large-dim {
    width: 90px;
    height: 90px;
    font-size: 42px;
}
button.dim {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 20px !important;
}
button.dim:active {
    top: 3px;
}
button.btn-primary.dim {
    box-shadow: inset 0px 0px 0px #16987e, 0px 5px 0px 0px #16987e, 0px 10px 5px #999999;
}
button.btn-primary.dim:active {
    box-shadow: inset 0px 0px 0px #16987e, 0px 2px 0px 0px #16987e, 0px 5px 3px #999999;
}
button.btn-default.dim {
    box-shadow: inset 0px 0px 0px #b3b3b3, 0px 5px 0px 0px #b3b3b3, 0px 10px 5px #999999;
}
button.btn-default.dim:active {
    box-shadow: inset 0px 0px 0px #b3b3b3, 0px 2px 0px 0px #b3b3b3, 0px 5px 3px #999999;
}
button.btn-warning.dim {
    box-shadow: inset 0px 0px 0px #f79d3c, 0px 5px 0px 0px #f79d3c, 0px 10px 5px #999999;
}
button.btn-warning.dim:active {
    box-shadow: inset 0px 0px 0px #f79d3c, 0px 2px 0px 0px #f79d3c, 0px 5px 3px #999999;
}
button.btn-info.dim {
    box-shadow: inset 0px 0px 0px #1eacae, 0px 5px 0px 0px #1eacae, 0px 10px 5px #999999;
}
button.btn-info.dim:active {
    box-shadow: inset 0px 0px 0px #1eacae, 0px 2px 0px 0px #1eacae, 0px 5px 3px #999999;
}
button.btn-success.dim {
    box-shadow: inset 0px 0px 0px #1872ab, 0px 5px 0px 0px #1872ab, 0px 10px 5px #999999;
}
button.btn-success.dim:active {
    box-shadow: inset 0px 0px 0px #1872ab, 0px 2px 0px 0px #1872ab, 0px 5px 3px #999999;
}
button.btn-danger.dim {
    box-shadow: inset 0px 0px 0px #ea394c, 0px 5px 0px 0px #ea394c, 0px 10px 5px #999999;
}
button.btn-danger.dim:active {
    box-shadow: inset 0px 0px 0px #ea394c, 0px 2px 0px 0px #ea394c, 0px 5px 3px #999999;
}
button.dim:before {
    font-size: 50px;
    line-height: 1em;
    font-weight: normal;
    color: #fff;
    display: block;
    padding-top: 10px;
}
button.dim:active:before {
    top: 7px;
    font-size: 50px;
}
.label {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans';
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
}
.badge {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans';
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-shadow: none;
}
.label-primary,
.badge-primary {
    background-color: #1ab394;
    color: #FFFFFF;
}
.label-success,
.badge-success {
    background-color: #1c84c6;
    color: #FFFFFF;
}
.label-warning,
.badge-warning {
    background-color: #f8ac59;
    color: #FFFFFF;
}
.label-warning-light,
.badge-warning-light {
    background-color: #f8ac59;
    color: #ffffff;
}
.label-danger,
.badge-danger {
    background-color: #ed5565;
    color: #FFFFFF;
}
.label-info,
.badge-info {
    background-color: #23c6c8;
    color: #FFFFFF;
}
.label-inverse,
.badge-inverse {
    background-color: #262626;
    color: #FFFFFF;
}
.label-white,
.badge-white {
    background-color: #FFFFFF;
    color: #5E5E5E;
}
.label-white,
.badge-disable {
    background-color: #2A2E36;
    color: #8B91A0;
}
/* TOOGLE SWICH */
.onoffswitch {
    position: relative;
    width: 64px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #1ab394;
    border-radius: 2px;
}
.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #1ab394;
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #FFFFFF;
    color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    width: 20px;
    margin: 0px;
    background: #FFFFFF;
    border: 2px solid #1ab394;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 44px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single {
    background: #ffffff;
    box-shadow: none;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CBD5DD;
    border-radius: 2px;
    cursor: text;
    height: auto !important;
    margin: 0;
    min-height: 30px;
    overflow: hidden;
    padding: 4px 12px;
    position: relative;
    width: 100%;
}
.chosen-container-multi .chosen-choices li.search-choice {
    background: #f1f1f1;
    border: 1px solid #ededed;
    border-radius: 2px;
    box-shadow: none;
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative;
}
/* PAGINATIN */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #f4f4f4;
    border-color: #DDDDDD;
    color: inherit;
    cursor: default;
    z-index: 2;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}
/* TOOLTIPS */
.tooltip-inner {
    background-color: #2F4050;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #2F4050;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #2F4050;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #2F4050;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #2F4050;
}
/* EASY PIE CHART*/
.easypiechart {
    position: relative;
    text-align: center;
}
.easypiechart .h2 {
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
.easypiechart canvas {
    top: 0;
    left: 0;

}
.easypiechart .easypie-text {
    line-height: 1;
    position: absolute;
    top: 30%;
    width: 100%;

}
.easypiechart .text-muted{
    line-height: 1;
    position: absolute;
    top: 60%;
    width: 100%;


}
.easypiechart img {
    margin-top: -4px;
}
.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* FULLCALENDAR */
.fc-state-default {
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    color: #333333;
    text-shadow: none;
}
.fc-state-default {
    border: 1px solid;
}
.fc-button {
    color: inherit;
    border: 1px solid #e7eaec;
    cursor: pointer;
    display: inline-block;
    height: 1.9em;
    line-height: 1.9em;
    overflow: hidden;
    padding: 0 0.6em;
    position: relative;
    white-space: nowrap;
}
.fc-state-active {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #ffffff;
}
.fc-header-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
}
.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
    border-color: #e7eaec;
    font-weight: normal;
}
.fc-border-separate tbody {
    background-color: #F8F8F8;
}
.fc-state-highlight {
    background: none repeat scroll 0 0 #FCF8E3;
}
.external-event {
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 5px;
}
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-radius: 2px;
}
.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
    padding: 4px 6px;
    background-color: #1ab394;
    /* background color */
    border-color: #1ab394;
    /* border color */
}
.fc-event-time,
.fc-event-title {
    color: #717171;
    padding: 0 1px;
}
.ui-calendar .fc-event-time,
.ui-calendar .fc-event-title {
    color: #fff;
}
/* Chat */
.chat-activity-list .chat-element {
    border-bottom: 1px solid #e7eaec;
}
.chat-element:first-child {
    margin-top: 0;
}
.chat-element {
    padding-bottom: 15px;
}
.chat-element,
.chat-element .media {
    margin-top: 15px;
}
.chat-element,
.media-body {
    overflow: hidden;
}
.media-body {
    display: block;
    width: auto;
}
.chat-element > .pull-left {
    margin-right: 10px;
}
.chat-element img.img-circle,
.dropdown-messages-box img.img-circle {
    width: 38px;
    height: 38px;
}
.chat-element .well {
    border: 1px solid #e7eaec;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 16px;
}
.chat-element .actions {
    margin-top: 10px;
}
.chat-element .photos {
    margin: 10px 0;
}
.right.chat-element > .pull-right {
    margin-left: 10px;
}
.chat-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}
.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}
.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}
.chat li.left .chat-body {
    margin-left: 60px;
}
.chat li.right .chat-body {
    margin-right: 60px;
}
.chat li .chat-body p {
    margin: 0;
    color: #777777;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}
.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}
/* LIST GROUP */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
    z-index: 2;
}
.list-group-item-heading {
    margin-top: 10px;
}
.list-group-item-text {
    margin: 0 0 10px;
    color: inherit;
    font-size: 12px;
    line-height: inherit;
}
.no-padding .list-group-item {
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.no-padding .list-group-item:first-child {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
}
.no-padding .list-group {
    margin-bottom: 0;
}
.list-group-item {
    background-color: inherit;
    border: 1px solid #e7eaec;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
.elements-list .list-group-item {
    border-left: none;
    border-right: none;
    /*border-top: none;*/
    padding: 15px 25px;
}
.elements-list .list-group-item:first-child {
    border-left: none;
    border-right: none;
    border-top: none !important;
}
.elements-list .list-group {
    margin-bottom: 0;
}
.elements-list a {
    color: inherit;
}
.elements-list .list-group-item.active,
.elements-list .list-group-item:hover {
    background: #f3f3f4;
    color: inherit;
    border-color: #e7eaec;
    /*border-bottom: 1px solid #e7eaec;*/
    /*border-top: 1px solid #e7eaec;*/
    border-radius: 0;
}
.elements-list li.active {
    transition: none;
}
.element-detail-box {
    padding: 25px;
}
/* FLOT CHART  */
.flot-chart {
    display: block;
    height: 200px;
}
.widget .flot-chart.dashboard-chart {
    display: block;
    height: 120px;
    margin-top: 40px;
}
.flot-chart.dashboard-chart {
    display: block;
    height: 180px;
    margin-top: 40px;
}
.flot-chart-content {
    width: 100%;
    height: 100%;
}
.flot-chart-pie-content {
    width: 200px;
    height: 200px;
    margin: auto;
}
.jqstooltip {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    visibility: hidden;
    background: #2b303a;
    background-color: rgba(43, 48, 58, 0.8);
    color: white;
    text-align: left;
    white-space: nowrap;
    z-index: 10000;
    padding: 5px 5px 5px 5px;
    min-height: 22px;
    border-radius: 3px;
}
.jqsfield {
    color: white;
    text-align: left;
}
.h-200 {
    min-height: 200px;
}
.legendLabel {
    padding-left: 5px;
}
.stat-list li:first-child {
    margin-top: 0;
}
.stat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.stat-percent {
    float: right;
}
.stat-list li {
    margin-top: 15px;
    position: relative;
}
/* DATATABLES */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}
table.dataTable thead .sorting_asc:after {
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, 0.5);
}
.dataTables_wrapper {
    padding-bottom: 30px;
}
/* CIRCLE */
.img-circle {
    border-radius: 50%;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}
.show-grid {
    margin: 15px 0;
}
/* ANIMATION */
.css-animation-box h1 {
    font-size: 44px;
}
.animation-efect-links a {
    padding: 4px 6px;
    font-size: 12px;
}
#animation_box {
    background-color: #f9f8f8;
    border-radius: 16px;
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
}
.animation-text-box {
    position: absolute;
    margin-top: 40px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
}
.animation-text-info {
    position: absolute;
    margin-top: -60px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    font-size: 10px;
}
.animation-text-box h2 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 5px;
}
.animation-text-box p {
    font-size: 12px;
    text-transform: uppercase;
}
/* PEACE */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #1ab394;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
.pace-inactive {
    display: none;
}
/* WIDGETS */
.widget {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.widget.style1 h2 {
    font-size: 30px;
}
.widget h2,
.widget h3 {
    margin-top: 5px;
    margin-bottom: 0;
}
.widget-text-box {
    padding: 20px;
    border: 1px solid #e7eaec;
    background: #ffffff;
}
.widget-head-color-box {
    border-radius: 5px 5px 0px 0px;
    margin-top: 10px;
}
.widget .flot-chart {
    height: 100px;
}
.vertical-align div {
    display: inline-block;
    vertical-align: middle;
}
.vertical-align h2,
.vertical-align h3 {
    margin: 0;
}
.todo-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.todo-list.small-list {
    font-size: 12px;
}
.todo-list.small-list > li {
    background: #f3f3f4;
    border-left: none;
    border-right: none;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 2px;
    padding: 6px 6px 6px 12px;
}
.todo-list.small-list .btn-xs,
.todo-list.small-list .btn-group-xs > .btn {
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.5;
    padding: 1px 2px 1px 5px;
}
.todo-list > li {
    background: #f3f3f4;
    border-left: 6px solid #e7eaec;
    border-right: 6px solid #e7eaec;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 2px;
    padding: 10px;
}
.todo-list .handle {
    cursor: move;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
}
.todo-list > li .label {
    font-size: 9px;
    margin-left: 10px;
}
.check-link {
    font-size: 16px;
}
.todo-completed {
    text-decoration: line-through;
}
.geo-statistic h1 {
    font-size: 36px;
    margin-bottom: 0;
}
.glyphicon.fa {
    font-family: "FontAwesome";
}
/* INPUTS */
.inline {
    display: inline-block !important;
}
.input-s-sm {
    width: 120px;
}
.input-s {
    width: 200px;
}
.input-s-lg {
    width: 250px;
}
.i-checks {
    padding-left: 0;
}
.form-control,
.single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}
.form-control:focus,
.single-line:focus {
    border-color: #1ab394 !important;
}
.has-success .form-control {
    border-color: #1ab394;
}
.has-warning .form-control {
    border-color: #f8ac59;
}
.has-error .form-control {
    border-color: #ed5565;
}
.has-success .control-label {
    color: #1ab394;
}
.has-warning .control-label {
    color: #f8ac59;
}
.has-error .control-label {
    color: #ed5565;
}
.input-group-addon {
    background-color: #fff;
    border: 1px solid #E5E6E7;
    border-radius: 1px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}
.spinner-buttons.input-group-btn .btn-xs {
    line-height: 1.13;
}
.spinner-buttons.input-group-btn {
    width: 20%;
}
.noUi-connect {
    background: none repeat scroll 0 0 #1ab394;
    box-shadow: none;
}
.slider_red .noUi-connect {
    background: none repeat scroll 0 0 #ed5565;
    box-shadow: none;
}
/* UI Sortable */
.ui-sortable .ibox-title {
    cursor: move;
}
.ui-sortable-placeholder {
    border: 1px dashed #cecece !important;
    visibility: visible !important;
    background: #e7eaec;
}
.ibox.ui-sortable-placeholder {
    margin: 0px 0px 23px !important;
}
/* SWITCHES */
.onoffswitch {
    position: relative;
    width: 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #1AB394;
    border-radius: 3px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 16px;
    padding: 0;
    line-height: 16px;
    font-size: 10px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 7px;
    background-color: #1AB394;
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 7px;
    background-color: #FFFFFF;
    color: #919191;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 0px;
    background: #FFFFFF;
    border: 2px solid #1AB394;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/* jqGrid */
.ui-jqgrid {
    -moz-box-sizing: content-box;
}
.ui-jqgrid-btable {
    border-collapse: separate;
}
.ui-jqgrid-htable {
    border-collapse: separate;
}
.ui-jqgrid-titlebar {
    height: 40px;
    line-height: 15px;
    color: #676a6c;
    background-color: #F9F9F9;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.ui-jqgrid .ui-jqgrid-title {
    float: left;
    margin: 1.1em 1em 0.2em;
}
.ui-jqgrid .ui-jqgrid-titlebar {
    position: relative;
    border-left: 0px solid;
    border-right: 0px solid;
    border-top: 0px solid;
}
.ui-widget-header {
    background: none;
    background-image: none;
    background-color: #f5f5f6;
    text-transform: uppercase;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.ui-jqgrid tr.ui-row-ltr td {
    border-right-color: inherit;
    border-right-style: solid;
    border-right-width: 1px;
    text-align: left;
    border-color: #DDDDDD;
    background-color: inherit;
}
.ui-search-toolbar input[type="text"] {
    font-size: 12px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    line-height: 15px;
    font-weight: bold;
    color: #676a6c;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.ui-widget-content {
    box-sizing: content-box;
}
.ui-icon-triangle-1-n {
    background-position: 1px -16px;
}
.ui-jqgrid tr.ui-search-toolbar th {
    border-top-width: 0px !important;
    border-top-color: inherit !important;
    border-top-style: ridge !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #f5f5f5;
    border-collapse: separate;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #f2fbff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #dddddd;
    background: #ffffff;
    font-weight: normal;
    color: #212121;
}
.ui-jqgrid .ui-pg-input {
    font-size: inherit;
    width: 50px;
    border: 1px solid #CCCCCC;
    height: 15px;
}
.ui-jqgrid .ui-pg-selbox {
    display: block;
    font-size: 1em;
    height: 25px;
    line-height: 18px;
    margin: 0;
    width: auto;
}
.ui-jqgrid .ui-pager-control {
    position: relative;
}
.ui-jqgrid .ui-jqgrid-pager {
    height: 32px;
    position: relative;
}
.ui-pg-table .navtable .ui-corner-all {
    border-radius: 0px;
}
.ui-jqgrid .ui-pg-button:hover {
    padding: 1px;
    border: 0px;
}
.ui-jqgrid .loading {
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    height: auto;
    z-index: 101;
    padding: 6px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    display: none;
    border-width: 2px !important;
    font-size: 11px;
}
.ui-jqgrid .form-control {
    height: 10px;
    width: auto;
    display: inline;
    padding: 10px 12px;
}
.ui-jqgrid-pager {
    height: 32px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0;
}
.ui-widget-content {
    border: 1px solid #ddd;
}
.ui-jqgrid .ui-jqgrid-titlebar {
    padding: 0;
}
.ui-jqgrid .ui-jqgrid-titlebar {
    border-bottom: 1px solid #ddd;
}
.ui-jqgrid tr.jqgrow td {
    padding: 6px;
}
.ui-jqdialog .ui-jqdialog-titlebar {
    padding: 10px 10px;
}
.ui-jqdialog .ui-jqdialog-title {
    float: none !important;
}
.ui-jqdialog > .ui-resizable-se {
    position: absolute;
}
/* Nestable list */
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}
.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;
    font-size: 13px;
    line-height: 20px;
}
.dd-handle {
    display: block;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    border: 1px solid #e7eaec;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.dd-handle span {
    font-weight: bold;
}
.dd-handle:hover {
    background: #f0f0f0;
    cursor: pointer;
    font-weight: bold;
}
.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    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: '-';
}
#nestable2 .dd-item > button {
    font-family: FontAwesome;
    height: 34px;
    width: 33px;
    color: #c1c1c1;
}
#nestable2 .dd-item > button:before {
    content: "\f067";
}
#nestable2 .dd-item > button[data-action="collapse"]:before {
    content: "\f068";
}
.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.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: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-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;
    z-index: 9999;
    pointer-events: none;
}
.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/**
* Nestable Extras
*/
.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}
#nestable-menu {
    padding: 0;
    margin: 10px 0 20px 0;
}
#nestable-output,
#nestable2-output {
    width: 100%;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#nestable2 .dd-handle {
    color: inherit;
    border: 1px dashed #e7eaec;
    background: #f3f3f4;
    padding: 10px;
}
#nestable2 .dd-handle:hover {
    /*background: #bbb;*/
}
#nestable2 span.label {
    margin-right: 10px;
}
#nestable-output,
#nestable2-output {
    font-size: 12px;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* CodeMirror */
.CodeMirror {
    border: 1px solid #eee;
    height: auto;
}
.CodeMirror-scroll {
    overflow-y: hidden;
    overflow-x: auto;
}
/* Google Maps */
.google-map {
    height: 300px;
}
/* Validation */
label.error {
    color: #cc5965;
    display: inline-block;
    margin-left: 5px;
}
.form-control.error {
    border: 1px dotted #cc5965;
}
/* ngGrid */
.gridStyle {
    border: 1px solid #d4d4d4;
    width: 100%;
    height: 400px;
}
.gridStyle2 {
    border: 1px solid #d4d4d4;
    width: 500px;
    height: 300px;
}
.ngH eaderCell {
    border-right: none;
    border-bottom: 1px solid #e7eaec;
}
.ngCell {
    border-right: none;
}
.ngTopPanel {
    background: #F5F5F6;
}
.ngRow.even {
    background: #f9f9f9;
}
.ngRow.selected {
    background: #EBF2F1;
}
.ngRow {
    border-bottom: 1px solid #e7eaec;
}
.ngCell {
    background-color: transparent;
}
.ngHeaderCell {
    border-right: none;
}
/* Toastr custom style */
#toast-container > .toast {
    background-image: none !important;
}
#toast-container > .toast:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 24px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}
#toast-container > .toast-warning:before {
    content: "\f0e7";
}
#toast-container > .toast-error:before {
    content: "\f071";
}
#toast-container > .toast-info:before {
    content: "\f005";
}
#toast-container > .toast-success:before {
    content: "\f00C";
}
#toast-container > div {
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
}
#toast-container > :hover {
    -moz-box-shadow: 0 0 4px #999;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}
.toast {
    background-color: #1ab394;
}
.toast-success {
    background-color: #1ab394;
}
.toast-error {
    background-color: #ed5565;
}
.toast-info {
    background-color: #23c6c8;
}
.toast-warning {
    background-color: #f8ac59;
}
.toast-top-full-width {
    margin-top: 20px;
}
.toast-bottom-full-width {
    margin-bottom: 20px;
}
/* Image cropper style */
.img-container,
.img-preview {
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.img-preview-sm {
    height: 130px;
    width: 200px;
}
/* Forum styles  */
.forum-post-container .media {
    margin: 10px 10px 10px 10px;
    padding: 20px 10px 20px 10px;
    border-bottom: 1px solid #f1f1f1;
}
.forum-avatar {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 110px;
}
.forum-avatar .img-circle {
    height: 48px;
    width: 48px;
}
.author-info {
    color: #676a6c;
    font-size: 11px;
    margin-top: 5px;
    text-align: center;
}
.forum-post-info {
    padding: 9px 12px 6px 12px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
}
.media-body > .media {
    background: #f9f9f9;
    border-radius: 3px;
    border: 1px solid #f1f1f1;
}
.forum-post-container .media-body .photos {
    margin: 10px 0;
}
.forum-photo {
    max-width: 140px;
    border-radius: 3px;
}
.media-body > .media .forum-avatar {
    width: 70px;
    margin-right: 10px;
}
.media-body > .media .forum-avatar .img-circle {
    height: 38px;
    width: 38px;
}
.mid-icon {
    font-size: 66px;
}
.forum-item {
    margin: 10px 0;
    padding: 10px 0 20px;
    border-bottom: 1px solid #f1f1f1;
}
.views-number {
    font-size: 24px;
    line-height: 18px;
    font-weight: 400;
}
.forum-container,
.forum-post-container {
    padding: 30px !important;
}
.forum-item small {
    color: #999;
}
.forum-item .forum-sub-title {
    color: #999;
    margin-left: 50px;
}
.forum-title {
    margin: 15px 0 15px 0;
}
.forum-info {
    text-align: center;
}
.forum-desc {
    color: #999;
}
.forum-icon {
    float: left;
    width: 30px;
    margin-right: 20px;
    text-align: center;
}
a.forum-item-title {
    color: inherit;
    display: block;
    font-size: 18px;
    font-weight: 600;
}
a.forum-item-title:hover {
    color: inherit;
}
.forum-icon .fa {
    font-size: 30px;
    margin-top: 8px;
    color: #9b9b9b;
}
.forum-item.active .fa {
    color: #1ab394;
}
.forum-item.active a.forum-item-title {
    color: #1ab394;
}
@media (max-width: 992px) {
    .forum-info {
        margin: 15px 0 10px 0px;
        /* Comment this is you want to show forum info in small devices */
        display: none;
    }
    .forum-desc {
        float: none !important;
    }
}
/* New Timeline style */
.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.vertical-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f1f1f1;
}
.vertical-timeline-content .btn {
    float: right;
}
#vertical-timeline.light-timeline:before {
    background: #e7eaec;
}
.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent ;
}
.dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent  transparent transparent #f5f5f5;
}
.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
}
@media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #vertical-timeline.center-orientation:before {
        left: 50%;
        margin-left: -2px;
    }
}
@media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent #f5f5f5 transparent transparent;
    }
}
.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}
.vertical-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.vertical-timeline-block:first-child {
    margin-top: 0;
}
.vertical-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }
    .center-orientation .vertical-timeline-block:first-child {
        margin-top: 0;
    }
    .center-orientation .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }
}
.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
}
.vertical-timeline-icon i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -9px;
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px;
    }
    .center-orientation .vertical-timeline-icon i {
        margin-left: -12px;
        margin-top: -10px;
    }
    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }
}
.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
}
.vertical-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.vertical-timeline-content h2 {
    font-weight: 400;
    margin-top: 4px;
}
.vertical-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}
.vertical-timeline-content .vertical-date {
    float: left;
    font-weight: 500;
}
.vertical-date small {
    color: #1ab394;
    font-weight: 400;
}
.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }
    .vertical-timeline-content p {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .center-orientation .vertical-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .center-orientation .vertical-timeline-content .btn {
        float: left;
    }
    .center-orientation .vertical-timeline-content .vertical-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 2px;
        font-size: 14px;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden;
    }
}
.sidebard-panel {
    width: 220px;
    background: #ebebed;
    padding: 10px 20px;
    position: absolute;
    right: 0;
}
.sidebard-panel .feed-element img.img-circle {
    width: 32px;
    height: 32px;
}
.sidebard-panel .feed-element,
.media-body,
.sidebard-panel p {
    font-size: 12px;
}
.sidebard-panel .feed-element {
    margin-top: 20px;
    padding-bottom: 0;
}
.sidebard-panel .list-group {
    margin-bottom: 10px;
}
.sidebard-panel .list-group .list-group-item {
    padding: 5px 0;
    font-size: 12px;
    border: 0;
}
.sidebar-content .wrapper,
.wrapper.sidebar-content {
    padding-right: 230px !important;
}
.body-small .sidebar-content .wrapper,
.body-small .wrapper.sidebar-content {
    padding-right: 20px !important;
}
#right-sidebar {
    background-color: #fff;
    border-left: 1px solid #e7eaec;
    border-top: 1px solid #e7eaec;
    overflow: hidden;
    position: fixed;
    top: 60px;
    width: 260px !important;
    z-index: 1009;
    bottom: 0;
    right: -260px;
}
#right-sidebar.sidebar-open {
    right: 0;
}
#right-sidebar.sidebar-open.sidebar-top {
    top: 0;
    border-top: none;
}
.sidebar-container ul.nav-tabs {
    border: none;
}
.sidebar-container ul.nav-tabs.navs-4 li {
    width: 25%;
}
.sidebar-container ul.nav-tabs.navs-3 li {
    width: 33.3333%;
}
.sidebar-container ul.nav-tabs.navs-2 li {
    width: 50%;
}
.sidebar-container ul.nav-tabs li {
    border: none;
}
.sidebar-container ul.nav-tabs li a {
    border: none;
    padding: 12px 10px;
    margin: 0;
    border-radius: 0;
    background: #2f4050;
    color: #fff;
    text-align: center;
    border-right: 1px solid #334556;
}
.sidebar-container ul.nav-tabs li.active a {
    border: none;
    background: #f9f9f9;
    color: #676a6c;
    font-weight: bold;
}
.sidebar-container .nav-tabs > li.active > a:hover,
.sidebar-container .nav-tabs > li.active > a:focus {
    border: none;
}
.sidebar-container ul.sidebar-list {
    margin: 0;
    padding: 0;
}
.sidebar-container ul.sidebar-list li {
    border-bottom: 1px solid #e7eaec;
    padding: 15px 20px;
    list-style: none;
    font-size: 12px;
}
.sidebar-container .sidebar-message:nth-child(2n+2) {
    background: #f9f9f9;
}
.sidebar-container ul.sidebar-list li a {
    text-decoration: none;
    color: inherit;
}
.sidebar-container .sidebar-content {
    padding: 15px 20px ;
    font-size: 12px;
}
.sidebar-container .sidebar-title {
    background: #f9f9f9;
    padding: 20px;
    border-bottom: 1px solid #e7eaec;
}
.sidebar-container .sidebar-title h3 {
    margin-bottom: 3px;
    padding-left: 2px;
}
.sidebar-container .tab-content h4 {
    margin-bottom: 5px;
}
.sidebar-container .sidebar-message > a > .pull-left {
    margin-right: 10px;
}
.sidebar-container .sidebar-message > a {
    text-decoration: none;
    color: inherit;
}
.sidebar-container .sidebar-message {
    padding: 15px 20px;
}
.sidebar-container .sidebar-message .message-avatar {
    height: 38px;
    width: 38px;
    border-radius: 50%;
}
.sidebar-container .setings-item {
    padding: 15px 20px;
    border-bottom: 1px solid #e7eaec;
}
body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #2f4050;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
}
html,
body {
    height: 100%;
}
body.full-height-layout #wrapper,
body.full-height-layout #page-wrapper {
    height: 100%;
}
#page-wrapper {
    min-height: auto;
}
body.boxed-layout {
    background: url('patterns/shattered.png');
}
body.boxed-layout #wrapper {
    background-color: #2f4050;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation {
    max-width: 1300px !important;
}
.block {
    display: block;
}
.clear {
    display: block;
    overflow: hidden;
}
a {
    cursor: pointer;
}
a:hover,
a:focus {
    text-decoration: none;
}
.border-bottom {
    border-bottom: 1px solid #e7eaec !important;
}
.font-bold {
    font-weight: 600;
}
.font-noraml {
    font-weight: 400;
}
.text-uppercase {
    text-transform: uppercase;
}
.b-r {
    border-right: 1px solid #e7eaec;
}
.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}
.hr-line-solid {
    border-bottom: 1px solid #e7eaec;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
video {
    width: 100%    !important;
    height: auto   !important;
}
/* GALLERY */
.gallery > .row > div {
    margin-bottom: 15px;
}
.fancybox img {
    margin-bottom: 5px;
    /* Only for demo */
    width: 24%;
}
/* Summernote text editor  */
.note-editor {
    height: auto;
    min-height: 300px;
}
/* MODAL */
.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}
.modal-dialog {
    z-index: 1200;
}
.modal-body {
    padding: 20px 30px 30px 30px;
}
.inmodal .modal-body {
    background: #f8fafb;
}
.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
}
.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.inmodal .modal-title {
    font-size: 26px;
}
.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}
.modal-footer {
    margin-top: 0;
}
/* WRAPPERS */
#wrapper {
    width: 100%;
    height:100%;
    overflow-x: hidden;
}
.wrapper {
    padding: 0 20px;
}
.wrapper-content {
    padding: 20px 10px 40px;
}
#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    position: relative !important;
}
@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 240px;
        min-height: 1000px;
    }
}
.title-action {
    text-align: right;
    padding-top: 30px;
}
.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px;
}
ul.unstyled,
ol.unstyled {
    list-style: none outside none;
    margin-left: 0;
}
.big-icon {
    font-size: 160px;
    color: #e5e6e7;
}
/* FOOTER */
.footer {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #e7eaec;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    z-index:10;
}
.footer.fixed_full {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 20px;
    background: white;
    border-top: 1px solid #e7eaec;
}
.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 20px;
    background: white;
    border-top: 1px solid #e7eaec;
    margin-left: 220px;
}
body.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
    margin: 0 0 0 70px;
}
body.mini-navbar.canvas-menu .footer.fixed,
body.canvas-menu .footer.fixed {
    margin: 0 !important;
}
body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
    margin: 0 0 0 220px;
}
body.body-small .footer.fixed {
    margin-left: 0px;
}
/* PANELS */
.page-heading {
    border-top: 0;
    padding: 0px 10px 20px 10px;
}
.panel-heading h1,
.panel-heading h2 {
    margin-bottom: 5px;
}

/* PANELS */
.panel.blank-panel {
    background: none;
    margin: 0;
}
.blank-panel .panel-heading {
    padding-bottom: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none;
    border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
    border-bottom: #f3f3f4;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}
.nav.nav-tabs li {
    background: none;
    border: none;
}
.nav-tabs > li > a {
    color: #A7B1C2;
    font-weight: 600;
    padding: 10px 20px 10px 25px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: #e6e6e6;
    color: #676a6c;
}
.ui-tab .tab-content {
    padding: 20px 0px;
}
/* GLOBAL  */
.no-padding {
    padding: 0 !important;
}
.no-borders {
    border: none !important;
}
.no-margins {
    margin: 0 !important;
}
.no-top-border {
    border-top: 0 !important;
}
.ibox-content.text-box {
    padding-bottom: 0px;
    padding-top: 15px;
}
.border-left-right {
    border-left: 1px solid #e7eaec;
    border-right: 1px solid #e7eaec;
    border-top: none;
    border-bottom: none;
}
.border-left {
    border-left: 1px solid #e7eaec;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.border-right {
    border-left: none;
    border-right: 1px solid #e7eaec;
    border-top: none;
    border-bottom: none;
}
.full-width {
    width: 100% !important;
}
.link-block {
    font-size: 12px;
    padding: 10px;
}
.nav.navbar-top-links .link-block a {
    font-size: 12px;
}
.link-block a {
    font-size: 10px;
    color: inherit;
}
body.mini-navbar .branding {
    display: none;
}
img.circle-border {
    border: 6px solid #FFFFFF;
    border-radius: 50%;
}
.branding {
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 17px 20px;
    text-align: center;
    background-color: #1ab394;
}
.login-panel {
    margin-top: 25%;
}
.icons-box h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.icons-box .infont a i {
    font-size: 25px;
    display: block;
    color: #676a6c;
}
.icons-box .infont a {
    color: #a6a8a9;
}
.icons-box .infont a {
    padding: 10px;
    margin: 1px;
    display: block;
}
.ui-draggable .ibox-title {
    cursor: move;
}
.breadcrumb {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 0;
}
.breadcrumb > li a {
    color: inherit;
}
.breadcrumb > .active {
    color: inherit;
}
code {
    background-color: #F9F2F4;
    border-radius: 4px;
    color: #ca4440;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
}
.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}
.ibox.collapsed .ibox-content {
    display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}
.ibox:after,
.ibox:before {
    display: table;
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0px 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}
table.table-mail tr td {
    padding: 12px;
}
.table-mail .check-mail {
    padding-left: 20px;
}
.table-mail .mail-date {
    padding-right: 20px;
}
.star-mail,
.check-mail {
    width: 40px;
}
.unread td a,
.unread td {
    font-weight: 600;
    color: inherit;
}
.read td a,
.read td {
    font-weight: normal;
    color: inherit;
}
.unread td {
    background-color: #f9f8f8;
}
.ibox-content {
    clear: both;
}
.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}
.ibox-heading h3 {
    font-weight: 200;
    font-size: 24px;
}
.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}
.ibox-title .label {
    float: left;
    margin-left: 4px;
}
.ibox-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    position: relative;
    padding: 0;
}
.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
}
.ibox-tools a.btn-primary {
    color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
    padding: 4px 10px;
    font-size: 12px;
}
.ibox .open > .dropdown-menu {
    left: auto;
    right: 0;
}
/* BACKGROUNDS */
.gray-bg {
    background-color: #f3f3f4;
}
.white-bg {
    background-color: #ffffff;
}
.navy-bg {
    background-color: #1ab394;
    color: #ffffff;
}
.blue-bg {
    background-color: #1c84c6;
    color: #ffffff;
}
.lazur-bg {
    background-color: #23c6c8;
    color: #ffffff;
}
.yellow-bg {
    background-color: #f8ac59;
    color: #ffffff;
}
.red-bg {
    background-color: #ed5565;
    color: #ffffff;
}
.black-bg {
    background-color: #262626;
}
.panel-primary {
    border-color: #1ab394;
}
.panel-primary > .panel-heading {
    background-color: #1ab394;
    border-color: #1ab394;
}
.panel-success {
    border-color: #1c84c6;
}
.panel-success > .panel-heading {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #ffffff;
}
.panel-info {
    border-color: #23c6c8;
}
.panel-info > .panel-heading {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #ffffff;
}
.panel-warning {
    border-color: #f8ac59;
}
.panel-warning > .panel-heading {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #ffffff;
}
.panel-danger {
    border-color: #ed5565;
}
.panel-danger > .panel-heading {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #ffffff;
}
.progress-bar {
    background-color: #1ab394;
}
.progress-small,
.progress-small .progress-bar {
    height: 10px;
}
.progress-small,
.progress-mini {
    margin-top: 5px;
}
.progress-mini,
.progress-mini .progress-bar {
    height: 5px;
    margin-bottom: 0px;
}
.progress-bar-navy-light {
    background-color: #3dc7ab;
}
.progress-bar-success {
    background-color: #1c84c6;
}
.progress-bar-info {
    background-color: #23c6c8;
}
.progress-bar-warning {
    background-color: #f8ac59;
}
.progress-bar-danger {
    background-color: #ed5565;
}
.panel-title {
    font-size: inherit;
}
.jumbotron {
    border-radius: 6px;
    padding: 40px;
}
.jumbotron h1 {
    margin-top: 0;
}
/* COLORS */
.text-navy {
    color: #1ab394;
}
.text-primary {
    color: inherit;
}
.text-success {
    color: #1c84c6;
}
.text-info {
    color: #23c6c8;
}
.text-warning {
    color: #f8ac59;
}
.text-danger {
    color: #ed5565;
}
.text-muted {
    color: #888888;
}
.simple_tag {
    background-color: #f3f3f4;
    border: 1px solid #e7eaec;
    border-radius: 2px;
    color: inherit;
    font-size: 10px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 12px;
    display: inline-block;
}
.img-shadow {
    -webkit-box-shadow: 0px 0px 3px 0px #919191;
    -moz-box-shadow: 0px 0px 3px 0px #919191;
    box-shadow: 0px 0px 3px 0px #919191;
}
/* For handle diferent bg color in AngularJS version */
.dashboards\.dashboard_2 nav.navbar,
.dashboards\.dashboard_3 nav.navbar,
.mailbox\.inbox nav.navbar,
.mailbox\.email_view nav.navbar,
.mailbox\.email_compose nav.navbar,
.dashboards\.dashboard_4_1 nav.navbar {
    background: #fff;
}
/* For handle diferent bg color in MVC version */
.Dashboard_2 .navbar.navbar-static-top,
.Dashboard_3 .navbar.navbar-static-top,
.Dashboard_4_1 .navbar.navbar-static-top,
.ComposeEmail .navbar.navbar-static-top,
.EmailView .navbar.navbar-static-top,
.Inbox .navbar.navbar-static-top {
    background: #fff;
}
a.close-canvas-menu {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1011;
    color: #a7b1c2;
}
a.close-canvas-menu:hover {
    color: #fff;
}
/* FULL HEIGHT */
.full-height {
    height: 100%;
}
.fh-breadcrumb {
    height: calc(100% - 196px);
    margin: 0 -15px;
    position: relative;
}
.fh-no-breadcrumb {
    height: calc(100% - 99px);
    margin: 0 -15px;
    position: relative;
}
.fh-column {
    background: #fff;
    height: 100%;
    width: 240px;
    float: left;
}
.modal-backdrop {
    z-index: 2040 !important;
}
.modal {
    z-index: 2050 !important;
}
.spiner-example {
    height: 200px;
    padding-top: 70px;
}
/* MARGINS & PADDINGS */
.p-xxs {
    padding: 5px;
}
.p-xs {
    padding: 10px;
}
.p-sm {
    padding: 15px;
}
.p-m {
    padding: 20px;
}
.p-md {
    padding: 25px;
}
.p-lg {
    padding: 30px;
}
.p-xl {
    padding: 40px;
}
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-t-none {
    margin-top: 0;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.space-15 {
    margin: 15px 0;
}
.space-20 {
    margin: 20px 0;
}
.space-25 {
    margin: 25px 0;
}
.space-30 {
    margin: 30px 0;
}
body.modal-open {
    padding-right: inherit !important;
}
/* SEARCH PAGE */
.search-form {
    margin-top: 10px;
}
.search-result h3 {
    margin-bottom: 0;
    color: #1E0FBE;
}
.search-result .search-link {
    color: #006621;
}
.search-result p {
    font-size: 12px;
    margin-top: 5px;
}
/* CONTACTS */
.contact-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    padding: 20px;
    margin-bottom: 20px;
}
.contact-box a {
    color: inherit;
}
/* INVOICE */
.invoice-table tbody > tr > td:last-child,
.invoice-table tbody > tr > td:nth-child(4),
.invoice-table tbody > tr > td:nth-child(3),
.invoice-table tbody > tr > td:nth-child(2) {
    text-align: right;
}
.invoice-table thead > tr > th:last-child,
.invoice-table thead > tr > th:nth-child(4),
.invoice-table thead > tr > th:nth-child(3),
.invoice-table thead > tr > th:nth-child(2) {
    text-align: right;
}
.invoice-total > tbody > tr > td:first-child {
    text-align: right;
}
.invoice-total > tbody > tr > td {
    border: 0 none;
}
.invoice-total > tbody > tr > td:last-child {
    border-bottom: 1px solid #DDDDDD;
    text-align: right;
    width: 15%;
}
/* ERROR & LOGIN & LOCKSCREEN*/
.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}
.lockscreen.middle-box {
    width: 200px;
    padding-top: 110px;
}
.loginscreen.middle-box {
    width: 300px;
}
.loginColumns {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}
.passwordBox {
    max-width: 460px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}
.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0px;
}
.middle-box h1 {
    font-size: 170px;
}
.wrapper .middle-box {
    margin-top: 140px;
}
.lock-word {
    z-index: 10;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -470px;
}
.lock-word span {
    font-size: 100px;
    font-weight: 600;
    color: #e9e9e9;
    display: inline-block;
}
.lock-word .first-word {
    margin-right: 160px;
}
/* DASBOARD */
.dashboard-header {
    border-top: 0;
    padding: 20px 20px 20px 20px;
}
.dashboard-header h2 {
    margin-top: 10px;
    font-size: 26px;
}
.fist-item {
    border-top: none !important;
}
.statistic-box {
    margin-top: 40px;
}
.dashboard-header .list-group-item span.label {
    margin-right: 10px;
}
.list-group.clear-list .list-group-item {
    border-top: 1px solid #e7eaec;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px 0;
}
ul.clear-list:first-child {
    border-top: none !important;
}
/* Intimeline */
.timeline-item .date i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    width: 30px;
    text-align: center;
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    border-left: 1px solid #e7eaec;
    background: #f8f8f8;
}
.timeline-item .date {
    text-align: right;
    width: 110px;
    position: relative;
    padding-top: 30px;
}
.timeline-item .content {
    border-left: 1px solid #e7eaec;
    border-top: 1px solid #e7eaec;
    padding-top: 10px;
    min-height: 100px;
}
.timeline-item .content:hover {
    background: #f6f6f6;
}
/* PIN BOARD */
ul.notes li,
ul.tag-list li {
    list-style: none;
}
ul.notes li h4 {
    margin-top: 20px;
    font-size: 16px;
}
ul.notes li div {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 140px;
    width: 140px;
    padding: 1em;
    position: relative;
}
ul.notes li div small {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
}
ul.notes li div a {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: inherit;
}
ul.notes li {
    margin: 10px 40px 50px 0px;
    float: left;
}
ul.notes li div p {
    font-size: 12px;
}
ul.notes li div {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 140px;
    width: 140px;
    padding: 1em;
    /* Firefox */
    -moz-box-shadow: 5px 5px 2px #212121;
    /* Safari+Chrome */
    -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
    /* Opera */
    box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
}
ul.notes li div {
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
}
ul.notes li:nth-child(even) div {
    -o-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    position: relative;
    top: 5px;
}
ul.notes li:nth-child(3n) div {
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    position: relative;
    top: -5px;
}
ul.notes li:nth-child(5n) div {
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    position: relative;
    top: -10px;
}
ul.notes li div:hover,
ul.notes li div:focus {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    position: relative;
    z-index: 5;
}
ul.notes li div {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 210px;
    width: 210px;
    padding: 1em;
    -moz-box-shadow: 5px 5px 7px #212121;
    -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
    box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
    -moz-transition: -moz-transform 0.15s linear;
    -o-transition: -o-transform 0.15s linear;
    -webkit-transition: -webkit-transform 0.15s linear;
}
/* FILE MANAGER */
.file-box {
    float: left;
    width: 220px;
}
.file-manager h5 {
    text-transform: uppercase;
}
.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.folder-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}
.folder-list li {
    border-bottom: 1px solid #e7eaec;
    display: block;
}
.folder-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}
.category-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}
.category-list li {
    display: block;
}
.category-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}
.category-list li a .text-navy {
    color: #1ab394;
}
.category-list li a .text-primary {
    color: #1c84c6;
}
.category-list li a .text-info {
    color: #23c6c8;
}
.category-list li a .text-danger {
    color: #EF5352;
}
.category-list li a .text-warning {
    color: #F8AC59;
}
.file-manager h5.tag-title {
    margin-top: 20px;
}
.tag-list li {
    float: left;
}
.tag-list li a {
    font-size: 10px;
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}
.file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}
.file-manager .hr-line-dashed {
    margin: 15px 0;
}
.file .icon,
.file .image {
    height: 100px;
    overflow: hidden;
}
.file .icon {
    padding: 15px 10px;
    text-align: center;
}
.file-control {
    color: inherit;
    font-size: 11px;
    margin-right: 10px;
}
.file-control.active {
    text-decoration: underline;
}
.file .icon i {
    font-size: 70px;
    color: #dadada;
}
.file .file-name {
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
}
.file-name small {
    color: #676a6c;
}
.corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
    border-right: 0.6em solid #f1f1f1;
    border-bottom: 0.6em solid #f1f1f1;
    right: 0em;
    bottom: 0em;
}
a.compose-mail {
    padding: 8px 10px;
}
.mail-search {
    max-width: 300px;
}
/* PROFILE */
.profile-content {
    border-top: none !important;
}
.feed-activity-list .feed-element {
    border-bottom: 1px solid #e7eaec;
}
.feed-element:first-child {
    margin-top: 0;
}
.feed-element {
    padding-bottom: 15px;
}
.feed-element,
.feed-element .media {
    margin-top: 15px;
}
.feed-element,
.media-body {
    overflow: hidden;
}
.feed-element > .pull-left {
    margin-right: 10px;
}
.feed-element img.img-circle,
.dropdown-messages-box img.img-circle {
    width: 38px;
    height: 38px;
}
.feed-element .well {
    border: 1px solid #e7eaec;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 16px;
}
.feed-element .actions {
    margin-top: 10px;
}
.feed-element .photos {
    margin: 10px 0;
}
.feed-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}
/* MAILBOX */
.mail-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    border-top: 0;
    padding: 0px;
    margin-bottom: 20px;
}
.mail-box-header {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    border-bottom: 0;
    padding: 30px 20px 20px 20px;
}
.mail-box-header h2 {
    margin-top: 0px;
}
.mailbox-content .tag-list li a {
    background: #ffffff;
}
.mail-body {
    border-top: 1px solid #e7eaec;
    padding: 20px;
}
.mail-text {
    border-top: 1px solid #e7eaec;
}
.mail-text .note-toolbar {
    padding: 10px 15px;
}
.mail-body .form-group {
    margin-bottom: 5px;
}
.mail-text .note-editor .note-toolbar {
    background-color: #F9F8F8;
}
.mail-attachment {
    border-top: 1px solid #e7eaec;
    padding: 20px;
    font-size: 12px;
}
.mailbox-content {
    background: none;
    border: none;
    padding: 10px;
}
.mail-ontact {
    width: 23%;
}
/* PROJECTS */
.project-people,
.project-actions {
    text-align: right;
    vertical-align: middle;
}
dd.project-people {
    text-align: left;
    margin-top: 5px;
}
.project-people img {
    width: 32px;
    height: 32px;
}
.project-title a {
    font-size: 14px;
    color: #676a6c;
    font-weight: 600;
}
.project-list table tr td {
    border-top: none;
    border-bottom: 1px solid #e7eaec;
    padding: 15px 10px;
    vertical-align: middle;
}
.project-manager .tag-list li a {
    font-size: 10px;
    background-color: white;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}
.project-files li a {
    font-size: 11px;
    color: #676a6c;
    margin-left: 10px;
    line-height: 22px;
}
/* FAQ */
.faq-item {
    padding: 20px;
    margin-bottom: 2px;
    background: #fff;
}
.faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #1ab394;
    display: block;
}
.faq-question:hover {
    color: #179d82;
}
.faq-answer {
    margin-top: 10px;
    background: #f3f3f4;
    border: 1px solid #e7eaec;
    border-radius: 3px;
    padding: 15px;
}
.faq-item .tag-item {
    background: #f3f3f4;
    padding: 2px 6px;
    font-size: 10px;
    text-transform: uppercase;
}
/* Chat view */
.message-input {
    height: 90px !important;
}
.chat-avatar {
    white: 36px;
    height: 36px;
    float: left;
    margin-right: 10px;
}
.chat-user-name {
    padding: 10px;
}
.chat-user {
    padding: 8px 10px;
    border-bottom: 1px solid #e7eaec;
}
.chat-user a {
    color: inherit;
}
.chat-view {
    z-index: 20012;
}
.chat-users,
.chat-statistic {
    margin-left: -30px;
}
@media (max-width: 992px) {
    .chat-users,
    .chat-statistic {
        margin-left: 0px;
    }
}
.chat-view .ibox-content {
    padding: 0;
}
.chat-message {
    padding: 10px 20px;
}
.message-avatar {
    height: 48px;
    width: 48px;
    border: 1px solid #e7eaec;
    border-radius: 4px;
    margin-top: 1px;
}
.chat-discussion .chat-message:nth-child(2n+1) .message-avatar {
    float: left;
    margin-right: 10px;
}
.chat-discussion .chat-message:nth-child(2n) .message-avatar {
    float: right;
    margin-left: 10px;
}
.message {
    background-color: #fff;
    border: 1px solid #e7eaec;
    text-align: left;
    display: block;
    padding: 10px 20px;
    position: relative;
    border-radius: 4px;
}
.chat-discussion .chat-message:nth-child(2n+1) .message-date {
    float: right;
}
.chat-discussion .chat-message:nth-child(2n) .message-date {
    float: left;
}
.chat-discussion .chat-message:nth-child(2n+1) .message {
    text-align: left;
    margin-left: 55px;
}
.chat-discussion .chat-message:nth-child(2n) .message {
    text-align: right;
    margin-right: 55px;
}
.message-date {
    font-size: 10px;
    color: #888888;
}
.message-content {
    display: block;
}
.chat-discussion {
    background: #eee;
    padding: 15px;
    height: 400px;
    overflow-y: auto;
}
.chat-users {
    overflow-y: auto;
    height: 400px;
}
.chat-message-form .form-group {
    margin-bottom: 0;
}
/* jsTree */
.jstree-open > .jstree-anchor > .fa-folder:before {
    content: "\f07c";
}
.jstree-default .jstree-icon.none {
    width: 0;
}
/* CLIENTS */
.clients-list {
    margin-top: 20px;
}
.clients-list .tab-pane {
    position: relative;
    height: 600px;
}
.client-detail {
    position: relative;
    height: 620px;
}
.clients-list table tr td {
    height: 46px;
    vertical-align: middle;
    border: none ;
}
.client-link {
    font-weight: 600;
    color: inherit;
}
.client-link:hover {
    color: inherit;
}
.client-avatar {
    width: 42px;
}
.client-avatar img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.contact-type {
    width: 20px;
    color: #c1c3c4;
}
.client-status {
    text-align: left;
}
.client-detail .vertical-timeline-content p {
    margin: 0;
}
.client-detail .vertical-timeline-icon.gray-bg {
    color: #a7aaab;
}
.clients-list .nav-tabs > li.active > a,
.clients-list .nav-tabs > li.active > a:hover,
.clients-list .nav-tabs > li.active > a:focus {
    border-bottom: 1px solid #fff;
}
/* BLOG ARTICLE */
.blog h2 {
    font-weight: 700;
}
.blog h5 {
    margin: 0 0 5px 0;
}
.blog .btn {
    margin: 0 0 5px 0;
}
.article h1 {
    font-size: 48px;
    font-weight: 700;
    color: #2F4050;
}
.article p {
    font-size: 15px;
    line-height: 26px;
}
.article-title {
    text-align: center;
    margin: 40px 0 100px 0;
}
.article .ibox-content {
    padding: 40px;
}
/* ISSUE TRACKER */
.issue-tracker .btn-link {
    color: #1ab394;
}
table.issue-tracker tbody tr td {
    vertical-align: middle;
    height: 50px;
}
.issue-info {
    width: 50%;
}
.issue-info a {
    font-weight: 600;
    color: #676a6c;
}
.issue-info small {
    display: block;
}
/* TEAMS */
.team-members {
    margin: 10px 0;
}
.team-members img.img-circle {
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
}
/* AGILE BOARD */
.sortable-list {
    padding: 10px 0;
}
.agile-list {
    list-style: none;
    margin: 0;
}
.agile-list li {
    background: #FAFAFB;
    border: 1px solid #e7eaec;
    margin: 0px 0 10px 0;
    padding: 10px;
    border-radius: 2px;
}
.agile-list li:hover {
    cursor: pointer;
    background: #fff;
}
.agile-list li.warning-element {
    border-left: 3px solid #f8ac59;
}
.agile-list li.danger-element {
    border-left: 3px solid #ed5565;
}
.agile-list li.info-element {
    border-left: 3px solid #1c84c6;
}
.agile-list li.success-element {
    border-left: 3px solid #1ab394;
}
.agile-detail {
    margin-top: 5px;
    font-size: 12px;
}
/* DIFF */
ins {
    background-color: #c6ffc6;
    text-decoration: none;
}
del {
    background-color: #ffc6c6;
}
#small-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
#small-chat .badge {
    position: absolute;
    top: -3px;
    right: -4px;
}
.open-small-chat {
    height: 38px;
    width: 38px;
    display: block;
    background: #1ab394;
    padding: 9px 8px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.open-small-chat:hover {
    color: white;
    background: #1ab394;
}
.small-chat-box {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 75px;
    background: #fff;
    border: 1px solid #e7eaec;
    width: 230px;
    height: 320px;
    border-radius: 4px;
}
.small-chat-box.ng-small-chat {
    display: block;
}
.body-small .small-chat-box {
    bottom: 70px;
    right: 20px;
}
.small-chat-box.active {
    display: block;
}
.small-chat-box .heading {
    background: #2f4050;
    padding: 8px 15px;
    font-weight: bold;
    color: #fff;
}
.small-chat-box .chat-date {
    opacity: 0.6;
    font-size: 10px;
    font-weight: normal;
}
.small-chat-box .content {
    padding: 15px 15px;
}
.small-chat-box .content .author-name {
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 11px;
}
.small-chat-box .content > div {
    padding-bottom: 20px;
}
.small-chat-box .content .chat-message {
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 11px;
    line-height: 14px;
    max-width: 80%;
    background: #f3f3f4;
    margin-bottom: 10px;
}
.small-chat-box .content .chat-message.active {
    background: #1ab394;
    color: #fff;
}
.small-chat-box .content .left {
    text-align: left;
    clear: both;
}
.small-chat-box .content .left .chat-message {
    float: left;
}
.small-chat-box .content .right {
    text-align: right;
    clear: both;
}
.small-chat-box .content .right .chat-message {
    float: right;
}
.small-chat-box .form-chat {
    padding: 10px 10px;
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background-color: #1ab394;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
}
.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1ab394;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-spinner-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}
.sk-spinner-wave div {
    background-color: #1ab394;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
.sk-spinner-wandering-cubes.sk-spinner {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    position: relative;
}
.sk-spinner-wandering-cubes .sk-cube1,
.sk-spinner-wandering-cubes .sk-cube2 {
    background-color: #1ab394;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
    animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
}
.sk-spinner-wandering-cubes .sk-cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
@-webkit-keyframes sk-wanderingCubeMove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
        transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        /* Hack to make FF rotate in the right direction */
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
        transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes sk-wanderingCubeMove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
        transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        /* Hack to make FF rotate in the right direction */
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
        transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse.sk-spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear;
}
.sk-spinner-chasing-dots .sk-dot1,
.sk-spinner-chasing-dots .sk-dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}
.sk-spinner-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes sk-chasingDotsBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-chasingDotsBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}
.sk-spinner-three-bounce div {
    width: 18px;
    height: 18px;
    background-color: #1ab394;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sk-spinner-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.sk-spinner-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-threeBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-threeBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-circle.sk-spinner {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
}
.sk-spinner-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-spinner-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 20%;
    height: 20%;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sk-spinner-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-spinner-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-spinner-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-spinner-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-spinner-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-spinner-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-spinner-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-spinner-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-spinner-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-spinner-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-spinner-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-spinner-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-spinner-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-spinner-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-spinner-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-spinner-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-spinner-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-spinner-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-spinner-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-spinner-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-spinner-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-spinner-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
.sk-spinner-cube-grid {
    /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}
.sk-spinner-cube-grid.sk-spinner {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.sk-spinner-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #1ab394;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-spinner-cube-grid .sk-cube:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(2) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(4) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(5) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(6) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(8) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(9) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
.sk-spinner-wordpress.sk-spinner {
    background-color: #1ab394;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
    -webkit-animation: sk-innerCircle 1s linear infinite;
    animation: sk-innerCircle 1s linear infinite;
}
.sk-spinner-wordpress .sk-inner-circle {
    display: block;
    background-color: #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 8px;
    top: 5px;
    left: 5px;
}
@-webkit-keyframes sk-innerCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes sk-innerCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
}
.sk-spinner-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-spinner-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 18%;
    height: 18%;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sk-spinner-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-spinner-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-spinner-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-spinner-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-spinner-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-spinner-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-spinner-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-spinner-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-spinner-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-spinner-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-spinner-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-spinner-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-spinner-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-spinner-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-spinner-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-spinner-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-spinner-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-spinner-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-spinner-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-spinner-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-spinner-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-spinner-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
body.rtls {
    /* Theme config */
}
body.rtls #page-wrapper {
    margin: 0 220px 0 0;
}
body.rtls .nav-second-level li a {
    padding: 7px 35px 7px 10px;
}
body.rtls .ibox-title h5 {
    float: right;
}
body.rtls .pull-right {
    float: left !important;
}
body.rtls .pull-left {
    float: right !important;
}
body.rtls .ibox-tools {
    float: left;
}
body.rtls .stat-percent {
    float: left;
}
body.rtls .navbar-right {
    float: left !important;
}
body.rtls .navbar-top-links li:last-child {
    margin-left: 40px;
    margin-right: 0;
}
body.rtls .minimalize-styl-2 {
    float: right;
    margin: 14px 20px 5px 5px;
}
body.rtls .feed-element > .pull-left {
    margin-left: 10px;
    margin-right: 0;
}
body.rtls .timeline-item .date {
    text-align: left;
}
body.rtls .timeline-item .date i {
    left: 0;
    right: auto;
}
body.rtls .timeline-item .content {
    border-right: 1px solid #e7eaec;
    border-left: none;
}
body.rtls .theme-config {
    left: 0;
    right: auto;
}
body.rtls .spin-icon {
    border-radius: 0 20px 20px 0;
}
body.rtls .toast-close-button {
    float: left;
}
body.rtls #toast-container > .toast:before {
    margin: auto -1.5em auto 0.5em;
}
body.rtls #toast-container > div {
    padding: 15px 50px 15px 15px;
}
body.rtls .center-orientation .vertical-timeline-icon i {
    margin-left: 0;
    margin-right: -12px;
}
body.rtls .vertical-timeline-icon i {
    right: 50%;
    left: auto;
    margin-left: auto;
    margin-right: -12px;
}
body.rtls .file-box {
    float: right;
}
body.rtls ul.notes li {
    float: right;
}
body.rtls .chat-users,
body.rtls .chat-statistic {
    margin-right: -30px;
    margin-left: auto;
}
body.rtls .dropdown-menu > li > a {
    text-align: right;
}
body.rtls .b-r {
    border-left: 1px solid #e7eaec;
    border-right: none;
}
body.rtls .dd-list .dd-list {
    padding-right: 30px;
    padding-left: 0;
}
body.rtls .dd-item > button {
    float: right;
}
body.rtls .theme-config-box {
    margin-left: -220px;
    margin-right: 0;
}
body.rtls .theme-config-box.show {
    margin-left: 0;
    margin-right: 0;
}
body.rtls .spin-icon {
    right: 0;
    left: auto;
}
body.rtls .skin-setttings {
    margin-right: 40px;
    margin-left: 0;
}
body.rtls .skin-setttings {
    direction: ltr;
}
body.rtls .footer.fixed {
    margin-right: 220px;
    margin-left: 0;
}
@media (max-width: 992px) {
    body.rtls .chat-users,
    body.rtls .chat-statistic {
        margin-right: 0px;
    }
}
body.rtls.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
    margin: 0 70px 0 0;
}
body.rtls.mini-navbar.fixed-sidebar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
    margin: 0 0 0 0;
}
body.rtls.top-navigation .navbar-toggle {
    float: right;
    margin-left: 15px;
    margin-right: 15px;
}
.body-small.rtls.top-navigation .navbar-header {
    float: none;
}
body.rtls.top-navigation #page-wrapper {
    margin: 0;
}
body.rtls.mini-navbar #page-wrapper {
    margin: 0 70px 0 0;
}
body.rtls.mini-navbar.fixed-sidebar #page-wrapper {
    margin: 0 0 0 0;
}
body.rtls.body-small.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0 220px 0 0;
}
body.rtls.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 220px;
}
.body-small.rtls .navbar-fixed-top {
    margin-right: 0px;
}
.body-small.rtls .navbar-header {
    float: right;
}
body.rtls .navbar-top-links li:last-child {
    margin-left: 20px;
}
body.rtls .top-navigation #page-wrapper,
body.rtls.mini-navbar .top-navigation #page-wrapper,
body.rtls.mini-navbar.top-navigation #page-wrapper {
    margin: 0;
}
body.rtls .top-navigation .footer.fixed,
body.rtls.top-navigation .footer.fixed {
    margin: 0;
}
@media (max-width: 768px) {
    body.rtls .navbar-top-links li:last-child {
        margin-left: 20px;
    }
    .body-small.rtls #page-wrapper {
        position: inherit;
        margin: 0 0 0 0px;
        min-height: 1000px;
    }
    .body-small.rtls .navbar-static-side {
        display: none;
        z-index: 2001;
        position: absolute;
        width: 70px;
    }
    .body-small.rtls.mini-navbar .navbar-static-side {
        display: block;
    }
    .rtls.fixed-sidebar.body-small .navbar-static-side {
        display: none;
        z-index: 2001;
        position: fixed;
        width: 220px;
    }
    .rtls.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
        display: block;
    }
}
.rtls .ltr-support {
    direction: ltr;
}
/*
 *
 *   This is style for skin config
 *   Use only in demo theme
 *
*/
.theme-config {
    position: absolute;
    top: 90px;
    right: 0px;
    overflow: hidden;
}
.theme-config-box {
    margin-right: -220px;
    position: relative;
    z-index: 2000;
    transition-duration: 0.8s;
}
.theme-config-box.show {
    margin-right: 0px;
}
.spin-icon {
    background: #1ab394;
    position: absolute;
    padding: 7px 10px 7px 13px;
    border-radius: 20px 0px 0px 20px;
    font-size: 16px;
    top: 0;
    left: 0px;
    width: 40px;
    color: #fff;
    cursor: pointer;
}
.skin-setttings {
    width: 220px;
    margin-left: 40px;
    background: #f3f3f4;
}
.skin-setttings .title {
    background: #efefef;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding: 10px 15px;
    font-size: 12px;
}
.setings-item {
    padding: 10px 30px;
}
.setings-item.skin {
    text-align: center;
}
.setings-item .switch {
    float: right;
}
.skin-name a {
    text-transform: uppercase;
}
.setings-item a {
    color: #fff;
}
.default-skin,
.blue-skin,
.ultra-skin,
.yellow-skin {
    text-align: center;
}
.default-skin {
    font-weight: 600;
    background: #1ab394;
}
.default-skin:hover {
    background: #199d82;
}
.blue-skin {
    font-weight: 600;
    background: url("patterns/header-profile-skin-1.png") repeat scroll 0 0;
}
.blue-skin:hover {
    background: #0d8ddb;
}
.yellow-skin {
    font-weight: 600;
    background: url("patterns/header-profile-skin-3.png") repeat scroll 0 100%;
}
.yellow-skin:hover {
    background: #ce8735;
}
.ultra-skin {
    font-weight: 600;
    background: url("patterns/header-profile-skin-2.png") repeat scroll 0 0;
}
.ultra-skin:hover {
    background: #1a2d40;
}
/*
 *
 *   SKIN 1 - H+ - Admin Theme
 *   NAME - Blue light
 *
*/
.skin-1 .minimalize-styl-2 {
    margin: 14px 5px 5px 30px;
}
.skin-1 .navbar-top-links li:last-child {
    margin-right: 30px;
}
.skin-1.fixed-nav .minimalize-styl-2 {
    margin: 14px 5px 5px 15px;
}
.skin-1 .spin-icon {
    background: #0e9aef !important;
}
.skin-1 .nav-header {
    background: #0e9aef;
    background: url('patterns/header-profile-skin-1.png');
}
.skin-1.mini-navbar .nav-second-level {
    background: #3e495f;
}
.skin-1 .breadcrumb {
    background: transparent;
}
.skin-1 .page-heading {
    border: none;
}
.skin-1 .nav > li.active {
    background: #3a4459;
}
.skin-1 .nav > li > a {
    color: #9ea6b9;
}
.skin-1 .nav > li.active > a {
    color: #fff;
}
.skin-1 .navbar-minimalize {
    background: #0e9aef;
    border-color: #0e9aef;
}
body.skin-1 {
    background: #3e495f;
}
.skin-1 .navbar-static-top {
    background: #ffffff;
}
.skin-1 .dashboard-header {
    background: transparent;
    border-bottom: none !important;
    border-top: none;
    padding: 20px 30px 10px 30px;
}
.fixed-nav.skin-1 .navbar-fixed-top {
    background: #fff;
}
.skin-1 .wrapper-content {
    padding: 30px 15px;
}
.skin-1 #page-wrapper {
    background: #f4f6fa;
}
.skin-1 .ibox-title,
.skin-1 .ibox-content {
    border-width: 1px;
}
.skin-1 .ibox-content:last-child {
    border-style: solid solid solid solid;
}
.skin-1 .nav > li.active {
    border: none;
}
.skin-1 .nav-header {
    padding: 35px 25px 25px 25px;
}
.skin-1 .nav-header a.dropdown-toggle {
    color: #fff;
    margin-top: 10px;
}
.skin-1 .nav-header a.dropdown-toggle .text-muted {
    color: #fff;
    opacity: 0.8;
}
.skin-1 .profile-element {
    text-align: center;
}
.skin-1 .img-circle {
    border-radius: 5px;
}
.skin-1 .navbar-default .nav > li > a:hover,
.skin-1 .navbar-default .nav > li > a:focus {
    background: #3a4459;
    color: #fff;
}
.skin-1 .nav.nav-tabs > li.active > a {
    color: #555;
}
.skin-1 .nav.nav-tabs > li.active {
    background: transparent;
}
/*
 *
 *   SKIN 2 - H+ - Admin Theme
 *   NAME - Ultra
 *
*/
body.skin-2 {
    color: #565758 !important;
}
.skin-2 .minimalize-styl-2 {
    margin: 14px 5px 5px 25px;
}
.skin-2 .navbar-top-links li:last-child {
    margin-right: 25px;
}
.skin-2 .spin-icon {
    background: #23c6c8 !important;
}
.skin-2 .nav-header {
    background: #23c6c8;
    background: url('patterns/header-profile-skin-2.png');
}
.skin-2.mini-navbar .nav-second-level {
    background: #ededed;
}
.skin-2 .breadcrumb {
    background: transparent;
}
.skin-2.fixed-nav .minimalize-styl-2 {
    margin: 14px 5px 5px 15px;
}
.skin-2 .page-heading {
    border: none;
    background: rgba(255, 255, 255, 0.7);
}
.skin-2 .nav > li.active {
    background: #e0e0e0;
}
.skin-2 .logo-element {
    padding: 17px 0;
}
.skin-2 .nav > li > a,
.skin-2 .welcome-message {
    color: #edf6ff;
}
.skin-2 #top-search::-moz-placeholder {
    color: #edf6ff;
    opacity: 0.5;
}
.skin-2 #side-menu > li > a,
.skin-2 .nav.nav-second-level > li > a {
    color: #586b7d;
}
.skin-2 .nav > li.active > a {
    color: #213a53;
}
.skin-2.mini-navbar .nav-header {
    background: #213a53;
}
.skin-2 .navbar-minimalize {
    background: #23c6c8;
    border-color: #23c6c8;
}
.skin-2 .border-bottom {
    border-bottom: none !important;
}
.skin-2 #top-search {
    color: #fff;
}
body.skin-2 #wrapper {
    background-color: #ededed;
}
.skin-2 .navbar-static-top {
    background: #213a53;
}
.fixed-nav.skin-2 .navbar-fixed-top {
    background: #213a53;
    border-bottom: none !important;
}
.skin-2 .nav-header {
    padding: 30px 25px 30px 25px;
}
.skin-2 .dashboard-header {
    background: rgba(255, 255, 255, 0.4);
    border-bottom: none !important;
    border-top: none;
    padding: 20px 30px 20px 30px;
}
.skin-2 .wrapper-content {
    padding: 30px 15px;
}
.skin-2 .dashoard-1 .wrapper-content {
    padding: 0px 30px 25px 30px;
}
.skin-2 .ibox-title {
    background: rgba(255, 255, 255, 0.7);
    border: none;
    margin-bottom: 1px;
}
.skin-2 .ibox-content {
    background: rgba(255, 255, 255, 0.4);
    border: none !important;
}
.skin-2 #page-wrapper {
    background: #f6f6f6;
    background: -webkit-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
    background: -o-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
    background: -ms-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
    background: radial-gradient(ellipse at center, #f6f6f6 20%, #d5d5d5 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#d5d5d5)";
}
.skin-2 .ibox-title,
.skin-2 .ibox-content {
    border-width: 1px;
}
.skin-2 .ibox-content:last-child {
    border-style: solid solid solid solid;
}
.skin-2 .nav > li.active {
    border: none;
}
.skin-2 .nav-header a.dropdown-toggle {
    color: #edf6ff;
    margin-top: 10px;
}
.skin-2 .nav-header a.dropdown-toggle .text-muted {
    color: #edf6ff;
    opacity: 0.8;
}
.skin-2 .img-circle {
    border-radius: 10px;
}
.skin-2 .nav.navbar-top-links > li > a:hover,
.skin-2 .nav.navbar-top-links > li > a:focus {
    background: #1a2d41;
}
.skin-2 .navbar-default .nav > li > a:hover,
.skin-2 .navbar-default .nav > li > a:focus {
    background: #e0e0e0;
    color: #213a53;
}
.skin-2 .nav.nav-tabs > li.active > a {
    color: #555;
}
.skin-2 .nav.nav-tabs > li.active {
    background: transparent;
}
/*
 *
 *   SKIN 3 - H+ - Admin Theme
 *   NAME - Yellow/purple
 *
*/
.skin-3 .minimalize-styl-2 {
    margin: 14px 5px 5px 30px;
}
.skin-3 .navbar-top-links li:last-child {
    margin-right: 30px;
}
.skin-3.fixed-nav .minimalize-styl-2 {
    margin: 14px 5px 5px 15px;
}
.skin-3 .spin-icon {
    background: #ecba52 !important;
}
body.boxed-layout.skin-3 #wrapper {
    background: #3e2c42;
}
.skin-3 .nav-header {
    background: #ecba52;
    background: url('patterns/header-profile-skin-3.png');
}
.skin-3.mini-navbar .nav-second-level {
    background: #3e2c42;
}
.skin-3 .breadcrumb {
    background: transparent;
}
.skin-3 .page-heading {
    border: none;
}
.skin-3 .nav > li.active {
    background: #38283c;
}
.fixed-nav.skin-3 .navbar-fixed-top {
    background: #fff;
}
.skin-3 .nav > li > a {
    color: #948b96;
}
.skin-3 .nav > li.active > a {
    color: #fff;
}
.skin-3 .navbar-minimalize {
    background: #ecba52;
    border-color: #ecba52;
}
body.skin-3 {
    background: #3e2c42;
}
.skin-3 .navbar-static-top {
    background: #ffffff;
}
.skin-3 .dashboard-header {
    background: transparent;
    border-bottom: none !important;
    border-top: none;
    padding: 20px 30px 10px 30px;
}
.skin-3 .wrapper-content {
    padding: 30px 15px;
}
.skin-3 #page-wrapper {
    background: #f4f6fa;
}
.skin-3 .ibox-title,
.skin-3 .ibox-content {
    border-width: 1px;
}
.skin-3 .ibox-content:last-child {
    border-style: solid solid solid solid;
}
.skin-3 .nav > li.active {
    border: none;
}
.skin-3 .nav-header {
    padding: 35px 25px 25px 25px;
}
.skin-3 .nav-header a.dropdown-toggle {
    color: #fff;
    margin-top: 10px;
}
.skin-3 .nav-header a.dropdown-toggle .text-muted {
    color: #fff;
    opacity: 0.8;
}
.skin-3 .profile-element {
    text-align: center;
}
.skin-3 .img-circle {
    border-radius: 5px;
}
.skin-3 .navbar-default .nav > li > a:hover,
.skin-3 .navbar-default .nav > li > a:focus {
    background: #38283c;
    color: #fff;
}
.skin-3 .nav.nav-tabs > li.active > a {
    color: #555;
}
.skin-3 .nav.nav-tabs > li.active {
    background: transparent;
}
@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 220px;
        min-height: 100%;
    }
    .navbar-static-side {
        z-index: 2001;
        position: absolute;
        width: 220px;
    }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}
@media (max-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0px;
        min-height: 100%;
    }
    .body-small .navbar-static-side {
        display: none;
        z-index: 2001;
        position: absolute;
        width: 70px;
    }
    .body-small.mini-navbar .navbar-static-side {
        display: block;
    }
    .lock-word {
        display: none;
    }
    .navbar-form-custom {
        display: none;
    }
    .navbar-header {
        display: inline;
        float: left;
    }
    .sidebard-panel {
        z-index: 2;
        position: relative;
        width: auto;
        min-height: 100% !important;
    }
    .sidebar-content .wrapper {
        padding-right: 0px;
        z-index: 1;
    }
    .fixed-sidebar.body-small .navbar-static-side {
        display: none;
        z-index: 2001;
        position: fixed;
        width: 220px;
    }
    .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
        display: block;
    }
    .ibox-tools {
        float: none;
        text-align: right;
        display: block;
    }
}
@media (max-width: 350px) {
    .timeline-item .date {
        text-align: left;
        width: 110px;
        position: relative;
        padding-top: 30px;
    }
    .timeline-item .date i {
        position: absolute;
        top: 0;
        left: 15px;
        padding: 5px;
        width: 30px;
        text-align: center;
        border: 1px solid #e7eaec;
        background: #f8f8f8;
    }
    .timeline-item .content {
        border-left: none;
        border-top: 1px solid #e7eaec;
        padding-top: 10px;
        min-height: 100px;
    }
    .nav.navbar-top-links li.dropdown {
        display: none;
    }
    .ibox-tools {
        float: none;
        text-align: left;
        display: inline-block;
    }
}
/* Only demo */
@media (max-width: 1000px) {
    .welcome-message {
        display: none;
    }
}


/* ECHARTS  */
.echarts {
    height: 240px;
}


/* ����̨   */
.navbar-fixed-top,
.navbar-static-top {
    background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGMzZWMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYzg5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);background-image:-webkit-linear-gradient(right, #00c3ec 0%, #00c89d 100%);background-image:-moz-linear-gradient(right, #00c3ec 0%, #00c89d 100%);background-image:-o-linear-gradient(right, #00c3ec 0%, #00c89d 100%);background-image:linear-gradient(to left, #00c3ec 0%, #00c89d 100%);box-shadow:0 -1px 6px rgba(0,0,0,0.05) inset;min-width:1300px;position: fixed;top:0px;z-index:100;width:100%}
.header-tag{float:left;position:absolute;bottom:0;left:80px}
.header-tag-list li{float:left;background:rgba(255,255,255,0.3);position:relative;margin-right:10px;-webkit-transition:all ease 0.4s;-moz-transition:all ease 0.4s;-o-transition:all ease 0.4s;transition:all ease 0.4s}
.header-tag-list .user-tab a:before{content:"\e6b2";font-family:"kf5";float:left;margin-right:2px;font-size:15px}
.header-tag-list .ticket-tab a:before{content:"\e68b";font-family:"kf5";float:left;margin-right:2px;font-size:15px}
.header-tag-list li:after{content:"";width:0;height:0;border-bottom:32px solid rgba(255,255,255,0.3);border-right:18px solid transparent;position:absolute;right:-18px;top:0;-webkit-transition:all ease 0.4s;-moz-transition:all ease 0.4s;-o-transition:all ease 0.4s;transition:all ease 0.4s}
.header-tag-list li>a{display:block;height:32px;min-width:40px;max-width:100px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:32px;padding:0 8px;font-size:12px;color:#fff}
#header{background: #000;}
/*
#header{background: #f8f8f8;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGMzZWMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYzg5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);background-image:-webkit-linear-gradient(right, #00c3ec 0%, #00c89d 100%);background-image:-moz-linear-gradient(right, #00c3ec 0%, #00c89d 100%);background-image:-o-linear-gradient(right, #00c3ec 0%, #00c89d 100%);background-image:linear-gradient(to left, #00c3ec 0%, #00c89d 100%);box-shadow:0 -1px 6px rgba(0,0,0,0.05) inset;min-width:1100px}

#header:after{content:".";display:block;height:0;clear:both;visibility:hidden}
*/
.header-tag-list .icon-close{display:inline-block;height:18px;width:18px;border-radius:100%;text-align:center;line-height:18px;color:#999;position:absolute;top:7px;right:0;opacity:0;-webkit-transition:all ease 0.2s;-moz-transition:all ease 0.2s;-o-transition:all ease 0.2s;transition:all ease 0.2s}
.header-tag-list .icon-close:hover{color:#fff;background:#ff595f}
.header-tag-list li:hover{background:rgba(255,255,255,0.3);padding-right:16px}
.header-tag-list li:hover:after{border-bottom-color:rgba(255,255,255,0.3)}
.header-tag-list li:hover .icon-close{opacity:1}
.header-tag-list .active{background:#fff}
.header-tag-list .active:after{border-bottom-color:#fff}
.header-tag-list .active a{color:#000}
.header-tag-list .active:hover{background:#fff}
.header-tag-list .active:hover:after{border-bottom-color:#fff}

#menulist{
    overflow: hidden;
    position:relative;
}
.jstree-open > .jstree-anchor > .fa-folder:before {
    content: "\f07c";
}
.jstree-default .jstree-icon.none {
    width: 0;
}

#zhege{
    overflow: hidden;
}
.hide{
    display:none;
}

/*newob */
#panel{margin-left: -15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow: hidden; }
#panel-sidebar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fbfcfd;width:300px;border-right:1px solid #e2eaec;    position: fixed;height:100%;z-index:4;top:105px;}
.panel-titles{position:fixed;top:50px;z-index:98;height:55px;line-height:55px;border-bottom:1px solid #e2eaec;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff}
#panel-sidebar .panel-titles{width:300px}
.panel-titles>.sidebar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;left:0;top:0;height:55px;line-height:55px;padding-left:20px;width:300px;border-right:1px solid #e2eaec}
.panel-titles>.sidebar>h2{padding-right:20px;font-size:16px}
#panel-sidebar>.scrollbar-box{padding-top:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#panel-sidebar .indent-box{margin-bottom:60px}
#panel-sidebar .indent-box .new-customUser-list{text-align:center;padding-bottom:10px}
#panel-sidebar .indent-box .new-customUser-list i{font-size:80px;color:#eff4f5;line-height:1}
#panel-sidebar .indent-box .new-customUser-list p{font-size:12px;color:#9b9b9b;margin-bottom:15px;margin-top:-5px}
#panel-sidebar h3{font-size:14px;font-weight:bold;padding-bottom:4px;border-bottom:1px solid #e2eaec;padding-right:15px;margin-bottom:12px;margin-left:20px}
#panel-sidebar h3>.fr-link{float:right;font-size:12px;color:#0096c4;font-weight:normal;margin-left:8px}
#panel-sidebar h3>.fr-link:hover{color:#48b6d7}
#panel-sidebar h3.dropdown{cursor:pointer}
#panel-sidebar h3.dropdown:after{content:"";height:0;width:0;border-top:4px solid #444;border-left:3px solid transparent;border-right:3px solid transparent;display:inline-block;margin-left:5px;position:relative;top:-2px;-webkit-transition:all ease 0.4s;-moz-transition:all ease 0.4s;-o-transition:all ease 0.4s;transition:all ease 0.4s}
#panel-sidebar h3.dropdown.close:after{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}
#panel-sidebar .bullet-list,#panel-sidebar .time-line-list{padding-left:20px}
.panel-titless{position:fixed;top:50px;z-index:1;height:55px;line-height:55px;border-bottom:1px solid #e2eaec;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff}
#panel-sidebar+.panel-main{padding:55px 0 0 300px;}
.panel-main .panel-titless{padding-left:10px;padding-right:20px}
.panel-main .panel-titless>.main{padding-left:10px;padding-right:0}
.panel-main .panel-titless>.main:after{content:".";display:block;height:0;clear:both;visibility:hidden}

.panel-main{padding:0 0 0 0;-webkit-transition:all ease 0.4s;-moz-transition:all ease 0.4s;-o-transition:all ease 0.4s;transition:all ease 0.4s;position:relative;z-index:3;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.panel-main .row{background-color: #ffffff;}
/*.panel-main .row:last-child{margin-bottom:80px}*/
.panel-number-btn{padding:0 17px 0 20px;margin-bottom:20px;margin-top:20px}
.panel-number-btn:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.panel-number-btn>ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:-40px;}
.panel-number-btn>ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.panel-number-btn li{float:left;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-left:15px;min-width:180px}
.panel-number-btn li:first-child{margin-left:0}
.panel-number-btn li>a{color:#333;display:block;background:#fff;border-radius:3px;box-shadow:0 1px 4px rgba(0,0,0,0.05);height:122px;width:100%;-webkit-transition:all ease 0.4s;-moz-transition:all ease 0.4s;-o-transition:all ease 0.4s;transition:all ease 0.4s;border:1px solid #fff;position:relative;text-align:center}
.panel-number-btn li>a:after{content:"";width:0;height:0;border-bottom:12px solid #ccd0d9;border-left:12px solid transparent;position:absolute;right:3px;bottom:3px;-webkit-transition:all ease 0.4s;-moz-transition:all ease 0.4s;-o-transition:all ease 0.4s;transition:all ease 0.4s}
.panel-number-btn li>a:hover{color:#333;box-shadow:0 1px 6px rgba(0,0,0,0.1);border-color:#21d376}
.panel-number-btn li>a:hover:after{border-bottom-color:#21d376}

.panel-number-btn li>a>span{font-size:42px;display:block;padding-top:20px}
.panel-number-btn .active a{border-color:#21d376}
.panel-number-btn .active a:after{border-bottom-color:#21d376}
.red{color:#ff595f}.green{color:#21d376}.orange{color:#ffa900}.blue{color:#21b1d3}.purple{color:#9e5ae3}.link{color:#0096c4}.link:hover{color:#48b6d7}
ol, ul { list-style: none; }
.col{background:#fff;box-shadow:0 1px 4px rgba(0,0,0,0.05);margin-left:20px;margin-bottom:20px;border-radius:3px}.col:first-child{margin-left:0}
.col .body{padding:20px}
a { text-decoration:none; color:#333}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
a:hover{text-decoration:none}
@charset "utf-8";html{font-size:62.5%}body{font-size:14px; font-family: 'Open Sans', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;color:#374051;}
.row>.col-1{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.col-4 {
    width: 33.33333333333333%;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.showi{
    margin-top:50px;
}
.tooltip.help{color:#36d5ac;margin-left:4px}

.surveyhead
{
    line-height: 20px; text-align: center;
    width:96%;
    padding:40px 2% 30px;
    margin:2px auto 10px;
}
.surveyhead h1
{
    font-size:24px !important; font-weight: bold; color: #f53d05; vertical-align: middle;
    margin:0;padding:15px 0; line-height:24px;
}
.surveyhead1
{
    line-height: 20px; text-align: center;
    width:96%;
    padding:40px 2% 30px;
    margin:2px auto 10px;
}
.surveyhead1 h1
{
    font-size:24px !important; font-weight: bold; color: #f53d05; vertical-align: middle;
    margin:0;padding:15px 0; line-height:24px;
}
.surveydescription
{
    color:#555555;
    line-height:24px;
    text-align:left;
    font-size:16px;
    padding-bottom:15px;
    border-bottom:1px dashed #ccc;
    margin-left:0;
    margin-top:20px;
}
.surveyhead:hover{
    border: 2px solid rgb(253, 181, 83); cursor: pointer;
}
.div_question_mouseover {
    border:2px solid  #fdb553;
    cursor: pointer;
    padding:4px;
}
.div_question_mouseout {
    cursor:pointer;
}
.div_question
{
    border:2px solid  white;
    padding:4px;
    clear:both;
    margin:2px auto 10px;
    width:96%;
    height:auto;
}
.div_title_question_all{
    padding-top:2px;
    font-size:15px;
    color:#444444;
    font-weight:bold;
    height:auto;
    line-height:20px;
}
.div_topic_question{
    font-weight:bold;
    width:28px;
    float:left;
}
.div_title_question
{
    overflow:hidden;zoom:1;
}
.div_title_page_question{
    font-weight:bold;font-size: 14px;
}
.div_title_cut_question{
    font-size:14px;
}
.div_table_question{
    float:right;
    display:block;
    margin-bottom:4px;
    height:25px;
    clear:both;
}
.div_table_question_hide
{
    display:none;
}

.div_table_radio_question{
    clear:both;
    padding-top:5px;
    padding-left:24px;
    padding-bottom:2px;
    border-bottom:1px solid #EFEFEF;
    font-size:14px;
    color:#333333;
    _padding-left:27px;
}
.div_table_radio_question select {
    border: 1px solid #7F9DB9;
    padding: 3px;
    vertical-align: middle;
}
.div_table_radio_question .inputtext
{
    line-height:22px;
    padding:2px;
}
.div_table_clear_top
{
    clear:both;
    margin-top:4px;
}
.div_table_clear_bottom
{
    clear:both;
    margin-bottom:10px;
}
.div_table_radio_question li
{
    float:left;
    list-style-type:none;
}
.div_ins_question
{
    padding-top:8px;
    color:#666666;
    padding-left:20px;
    line-height:18px;
    clear:both;
    font-size: 10px;
}
.spanLeft {
    float: left;
}
.spanRight{
    float: right;
}
.stuff {
    font-size: 12px;
    FLOAT: left;
    MARGIN: 0px 0px 0px 0px;
    WIDTH: auto;
    background-color: #ffffff;
    height: 23px;
    vertical-align: bottom;
    LIST-STYLE-TYPE: none;
    LINE-HEIGHT: 23px;
}

.stuff LI {
    vertical-align: bottom;
    CLEAR: none;
    LIST-STYLE-TYPE: none;
    padding: 0px;
    FLOAT: left;
    vertical-align: middle;
    list-style-position: outside;
    height: 23px;
    BORDER: #fff 1px solid;
    text-align: center;
}
.stuff LI A, .stuff LI A:visited {
    vertical-align: bottom;
    DISPLAY: inline-block;
    MARGIN: 0px 0px;
    CURSOR: pointer;
    COLOR: #666;
    TEXT-DECORATION: none;
    padding-right: 6px;
    height: 23px;
    padding-left: 6px;
}
.nav-list{margin-left: 0px;}
.nav-list a{color:#333;display:block;height:35px;line-height:35px;border-left:3px solid #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:17px;padding-right:45px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;position:relative}
.nav-list a .num{height:17px;line-height:17px;font-size:12px;color:#fff;min-width:22px;padding:0 3px;text-align:center;border-radius:40px;background:#ced6d8;float:right;position:absolute;right:15px;top:50%;margin-top:-8px}
.nav-list a:hover{background:#eff4f5;border-left-color:#eff4f5}
.nav-list .active a{background:#eff4f5;border-left-color:#21d376}
.nav-list .active a .num{background:#ff595f}
.nav-list li{position:relative;}
.nav-list .done:after{content:"\e6bd";font-family:"kf5";height:22px;width:22px;line-height:22px;text-align:center;border-radius:100%;background:#21d376;color:#fff;position:absolute;right:18px;top:50%;margin-top:-11px}
.scrollbar-box {
    height: 100%;
    position: relative;
}
.btn_addPic{
    display: block;
    position: relative;
    width: 140px;
    height: 39px;
    overflow: hidden;
    border: 1px solid #EBEBEB;
    background: none repeat scroll 0 0 #F3F3F3;
    color: #999999;
    cursor: pointer;
    text-align: center;
}
.btn_addPic span{display: block;line-height: 39px;}
.btn_addPic em {
    background:url(../img/t014ce592c1a0b2d489.png) 0 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    margin: 10px 5px 10px 0;
    line-height: 20em;
    vertical-align: middle;
}
.btn_addPic:hover em{background-position:-19px 0;}
.filePrew {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 39px;
    font-size: 100px; /* ����ͬ������Ŀɵ������ */
    opacity: 0; /* ʵ�ֵĹؼ�� */
    filter:alpha(opacity=0);/* ����IE */
}


.modalss {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.loading {
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    left: 50%;
    margin-top: -36px;
    margin-left: -80px;
    text-align: center;
    z-index: 9999999;
}
.drop-btn-default.select>a:after {
content: "";
height: 0!important;
width: 0!important;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 5px solid #333;
right: 10px;
top: 13px;
}
.normal-list{border-bottom:1px solid #e2eaec;margin-left:0px;margin-bottom:15px;padding-bottom:5px}
.normal-list:last-child{border-bottom:none}
.normal-list>li{position:relative;font-size:14px;margin-left:20px;margin-bottom:10px;line-height:1.4em;padding-right:15px;font-size:13px;padding-left:115px;padding-top:4px;padding-bottom:4px}
.normal-list>li a.fr{color:#0096c4}
.normal-list>li a.fr:hover{color:#48b6d7}
.normal-list input[type=text]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:30px;border-radius:3px;border:1px solid transparent;padding:0 5px;width:100%;-webkit-transition:all ease 0.2s;-moz-transition:all ease 0.2s;-o-transition:all ease 0.2s;transition:all ease 0.2s}
.normal-list input[type=text]:hover{border-color:#e2eaec}
.normal-list input[type=text]:focus{border-color:#21d376}
.normal-list .field,.normal-list .field_editable{position:relative;top:-5px}
.normal-list textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:5px;width:100%;font-size:13px;overflow:hidden;border-color:#fff;-webkit-transition:all ease 0.2s;-moz-transition:all ease 0.2s;-o-transition:all ease 0.2s;transition:all ease 0.2s}
.normal-list textarea:hover{border-color:#e2eaec}
.normal-list textarea:focus{border-color:#21d376}
.normal-list li .title{width:105px;position:absolute;left:0}
.field_editable{cursor:text;line-height:1.5em;padding:5px;border:1px solid transparent;border-radius:3px}
.field_editable:hover{border-color:#ced6d8}
.user-center-title{padding:20px 20px 0;border-bottom:1px solid #e2eaec;/*position:relative;*/border-radius:3px 3px 0 0}
.user-center-title:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.user-center-title>.top{padding-bottom:10px;border-bottom:1px solid #eff4f5}
.user-center-title>.top:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.user-center-title>.bottom{padding-top:15px;border-top:1px solid #fff}
.user-center-title .user-info{float:left;white-space:nowrap;min-width:300px}
.user-center-title .user-info h4{font-size:18px;padding-top:3px;margin-bottom:4px}
.user-center-title .user-info h4 input{font-size:18px;margin-left:-5px;padding:0 5px;border-color:transparent;background:transparent}
.user-center-title .user-info h4 input:hover{border-color:#e2eaec;background:#fff}
.user-center-title .user-info h4 input:focus{border-color:#21d376;background:#fff}
.user-center-title .user-info h4+.drop-btn-default{background:transparent}
.user-center-title .user-info h4+.drop-btn-default>a{border:none;padding-left:2px;padding-right:28px}
.user-center-title .user-info h4+.drop-btn-default>a:after{border:none}
.user-center-title .user-btn-list{float:right}
.user-center-title .user-btn-list>li{float:left;margin-left:5px;}
.user-center-title .user-avatar{height:60px;width:60px;float:left;margin-right:10px;text-align:center}
.user-center-title .user-avatar:before{content:"";background:rgba(0,0,0,0.4);height:100%;width:100%;position:absolute;left:0;top:0;border-radius:100%;-webkit-transition:all ease 0.4s;-moz-transition:all ease 0.4s;-o-transition:all ease 0.4s;transition:all ease 0.4s;opacity:0;z-index:1}
.user-center-title .user-avatar:after{content:"\e6a8";color:#fff;line-height:60px;font-family:"kf5";position:absolute;font-size:25px;left:0;top:0;width:100%;text-align:center;-webkit-transition:all ease 0.4s;-moz-transition:all ease 0.4s;-o-transition:all ease 0.4s;transition:all ease 0.4s;opacity:0;z-index:2;padding-top:2px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
.drop-btn-default{margin-left:0px}
.drop-btn-default>a{color:#333;height:28px;line-height:26px;border:1px solid #ced6d8;font-size:12px;padding:0 36px 0 10px;position:relative}.drop-btn-default>a:hover{border-color:#bac2c4}.drop-btn-default>a:hover:after{border-left-color:#ced6d8}.drop-btn-default>a:after{content:"\e6c2";font-family:"kf5";position:absolute;right:0;top:0;height:26px;line-height:26px;width:26px;border-left:1px solid #e2eaec;display:block;color:#a4a8b1;text-align:center}.drop-btn-default>a.focus{border-color:#21d376;box-shadow:0 0 3px rgba(33,211,118,0.35)}
.drop-btn-default .drop-box{padding:5px 0}
.drop-btn-default ul{border-bottom:1px solid #e2eaec;-webkit-transition:all ease 0.4s;-moz-transition:all ease 0.4s;-o-transition:all ease 0.4s;transition:all ease 0.4s}.drop-btn-default ul:last-of-type{border-bottom:none}
.drop-btn-default li{line-height:1.5em;}.drop-btn-default li>a{position:relative;font-size:14px;padding:5px 10px;display:block}.drop-btn-default li>a:hover{background:#eff4f5}
.drop-btn{display:block;border-radius:3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.drop-box{position:absolute;left:0;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-width:100%;max-width:300px;white-space:nowrap;text-overflow:ellipsis;max-height:250px;padding:0 0 10px;border:1px solid #ced6d8;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,0.2);overflow-y:auto;overflow-x:hidden !important;z-index:9999}
.drop-box li>a{white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden}
.fl{float:left}
.drop-btn-default {
    position: relative;
    background: #fff;
    outline: 0;
}
.user-center-title .user-info h4+.drop-btn-default>a, .table-top-info .user-info h4+.drop-btn-default>a {
    border: 0;
    padding-left: 2px;
    padding-right: 28px;
}
.drop-btn-default .drop-btn {
    overflow: hidden;
}
.status, .color_label {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff!important;
    border-radius: 3px;
    padding: 1px 5px;
    border: 1px solid #fff;
    white-space: nowrap;
    margin-left: 5px;
}
.green.status {
    background: #21d376;
}
.red.status {
    background: #ff595f;
}
.blue.status {
    background: #21b1d3;
}
.tab-title1{clear:both;/*margin-bottom:-10px;  */  padding: 0;}
.tab-title1:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.tab-title1>li{float:left;position:relative}.tab-title1>li:hover .sub-title{display:block}
.tab-title1>li>a{color:#333;display:block;height:40px;line-height:40px;padding:0 20px;position:relative;bottom:-1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-bottom:2px;border-radius: 0; background-color: #d6dde3; margin-right: 1px; border: 1px solid transparent; }.tab-title1 .active>a{background:#fff;border-top-color:#21d376;border-left-color:#e2eaec;border-right-color:#e2eaec}
.tab-title1 .sub-title{position:absolute;background:#fff;border:1px solid #ced6d8;box-shadow:0 0 5px rgba(0,0,0,0.2);padding:5px 0;border-radius:3px;display:none}.tab-title1 .sub-title a{color:#333;display:block;height:30px;line-height:30px;padding:0 10px;white-space:nowrap}.tab-title1 .sub-title a:hover{background:#21d376;color:#fff}

.sub-switch-menu{padding-bottom:20px;border-bottom:1px solid #eff4f5}.sub-switch-menu .title{float:left;line-height:27px;margin-right:10px}.sub-switch-menu ul,.sub-switch-menu li{float:left}.sub-switch-menu li{margin-right:12px}.sub-switch-menu li>a{color:#333;display:block;height:26px;line-height:26px;padding:0 14px;border:1px solid transparent;border-radius:3px}.sub-switch-menu li>a:hover{color:#0dbf62}.sub-switch-menu .active>a{color:#0dbf62;border-color:#21d376}
.bodys{
background-color: #ffffff;
-webkit-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);

}
.bodyss{
    padding: 20px;
}
input[type=checkbox]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
input[type=number]{height:30px;width:400px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 10px}
input[type=checkbox]{-webkit-appearance:none;appearance:none;height:15px;width:15px;border-radius:2px;border:1px solid #d5d6d9;background:#fff;display:inline-block;outline:0;font-family:kf5;position:relative;margin-right:3px}
input[type=checkbox]:hover{border-color:#adaeb1}
input[type=checkbox]:checked{border-color:#459df5;background:#459df5}
input[type=checkbox]:checked:after{content: '\2714';color:#fff;line-height:14px;width:14px;font-size:12px;position:absolute;text-align:center}
input[type=radio]{-webkit-appearance:none;appearance:none;height:16px;width:16px;border-radius:100%;border:1px solid #ccd0d9;display:inline-block;margin-right:3px;position:relative;top:3px;background:#fff}
input[type=radio]:checked{border-color:#21d376!important}
input[type=radio]:checked:after{content:"";position:absolute;left:50%;top:50%;margin-top:-4px;margin-left:-4px;height:8px;width:8px;border-radius:100%;background:#21d376}
textarea{outline:0;border-radius:2px}::-webkit-input-placeholder{color:#b0b0b0}:-moz-placeholder{color:#b0b0b0}::-moz-placeholder{color:#b0b0b0}:-ms-input-placeholder{color:#b0b0b0}
.whsystem{padding:20px;background-color: #ffffff;min-height:600px;height:100%}
.whsystem .field{margin-bottom:20px;max-width:950px}
.whsystem .field:last-child{border-bottom:0}
.whsystem .field h4{font-size:14px;margin-bottom:10px}
.whsystem .field h4 span{color:#ff595f;margin:0 3px}
.whsystem .field.t-col{border-bottom:1px solid #eff4f5;padding-bottom:10px}
.whsystem .field.t-col:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.whsystem .field.t-col h4{width:25%;float:left;line-height:30px;margin-bottom:0;padding-right:10px}
.whsystem .field.t-col h4.ln{line-height:30px}
.whsystem .field.t-col .t-col-content{width:75%;float:right}
.whsystem .field.t-col .t-col-content>p{line-height:30px;margin-bottom:10px}
.whsystem .field.t-col .t-col-content>p+.hint{margin-top:-10px}
.whsystem .field.t-col .t-col-content>.hint{line-height:1.6em;margin-bottom:15px;margin-top:5px}
.whsystem .field.t-col .t-col-content>.hint a{color:#0096C4}
.whsystem .field.t-col .t-col-content>.hint a:hover{color:#48b6d7}
.whsystem .field input[type=text]{height:36px;width:600px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 10px;max-width:100%}
.whsystem .field input[type=radio]{margin-right:0}
.whsystem .field select{margin-right:5px;height:30px}
.whsystem .field select:hover{border-color:#21d376}
.whsystem .field select+.radio{margin-left:20px}
.whsystem .field textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:150px;width:600px;display:block;margin-bottom:15px;margin-top:5px;padding:10px}
.whsystem .field textarea+.hint{margin-top:-10px!important;font-size:12px;color:#999;margin-bottom:20px}
.whsystem .field textarea+.hint a{color:#0096C4}
.whsystem .field textarea+.hint a:hover{color:#48b6d7}
.whsystem .field .radio{display:inline-block;margin-right:20px;line-height:30px}
.whsystem .field .select-group{margin-bottom:5px;padding:5px;border-radius:3px}
.whsystem .field .select-group:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.whsystem .field .select-group select+[type=text]{width:100px;height:30px}
.whsystem .field .select-group:hover{background:#eff4f5}
.whsystem .field .ticket-rule-group label,.whsystem .field .checkbox-group label{margin-right:20px;margin-bottom:10px;display:inline-block}
.whsystem .field .ticket-rule-group input[type=checkbox],.whsystem .field .checkbox-group input[type=checkbox]{margin-right:3px}
.whsystem .t-col-content input[type=text],.whsystem .t-col-content
.field-operation { height:34px;}
.field-operation{height: 34px;line-height: 34px; background: #fff; font-size: 14px; border-radius: 3px; padding: 0 12px; display: inline-block; border: 1px solid #e9eaed; color: #374051; background: #21d376; color: #fff; border-color: #21d376; float:right; cursor:pointer;}
.fr{float:right}
.btn-green{background:#21d376;color:#fff;border-color:#21d376}.btn-green:hover{background:#0dbf62;border-color:#0dbf62}.btn-red{background:#ff595f;color:#fff;border-color:#ff595f}.btn-red:hover{background:#eb454b;border-color:#eb454b}.btn-gray{background:#ccd0d9;color:#fff;border-color:#ccd0d9}.btn-gray:hover{background:#b8bcc5;border-color:#b8bcc5}
.whsystem .field.t-cols{padding-bottom:10px}
.testClass > input {
    border-bottom: 3px solid #1A4987;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
}
a.dim {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 20px !important;
}
a.dim:active {
    top: 3px;
}
a.btn-primary.dim {
    box-shadow: inset 0px 0px 0px #16987e, 0px 5px 0px 0px #16987e, 0px 10px 5px #999999;
}
a.btn-primary.dim:active {
    box-shadow: inset 0px 0px 0px #16987e, 0px 2px 0px 0px #16987e, 0px 5px 3px #999999;
}
a.btn-default.dim {
    box-shadow: inset 0px 0px 0px #b3b3b3, 0px 5px 0px 0px #b3b3b3, 0px 10px 5px #999999;
}
a.btn-default.dim:active {
    box-shadow: inset 0px 0px 0px #b3b3b3, 0px 2px 0px 0px #b3b3b3, 0px 5px 3px #999999;
}
a.btn-warning.dim {
    box-shadow: inset 0px 0px 0px #f79d3c, 0px 5px 0px 0px #f79d3c, 0px 10px 5px #999999;
}
a.btn-warning.dim:active {
    box-shadow: inset 0px 0px 0px #f79d3c, 0px 2px 0px 0px #f79d3c, 0px 5px 3px #999999;
}
a.btn-info.dim {
    box-shadow: inset 0px 0px 0px #1eacae, 0px 5px 0px 0px #1eacae, 0px 10px 5px #999999;
}
a.btn-info.dim:active {
    box-shadow: inset 0px 0px 0px #1eacae, 0px 2px 0px 0px #1eacae, 0px 5px 3px #999999;
}
a.btn-success.dim {
    box-shadow: inset 0px 0px 0px #1872ab, 0px 5px 0px 0px #1872ab, 0px 10px 5px #999999;
}
a.btn-success.dim:active {
    box-shadow: inset 0px 0px 0px #1872ab, 0px 2px 0px 0px #1872ab, 0px 5px 3px #999999;
}
a.btn-danger.dim {
    box-shadow: inset 0px 0px 0px #ea394c, 0px 5px 0px 0px #ea394c, 0px 10px 5px #999999;
}
a.btn-danger.dim:active {
    box-shadow: inset 0px 0px 0px #ea394c, 0px 2px 0px 0px #ea394c, 0px 5px 3px #999999;
}
a.dim:before {
    font-size: 50px;
    line-height: 1em;
    font-weight: normal;
    color: #fff;
    display: block;
    padding-top: 10px;
}
a.dim:active:before {
    top: 7px;
    font-size: 50px;
}

.sub-switch-menu1{padding-bottom:10px;margin-bottom:15px}.sub-switch-menu1 .title{float:left;line-height:27px;margin-right:10px}.sub-switch-menu1 ul,.sub-switch-menu1 li{float:left}.sub-switch-menu1 li{margin-right:12px}.sub-switch-menu1 li>a{color:#333;display:block;height:26px;line-height:26px;padding:0 14px;border:1px solid transparent;border-radius:3px}.sub-switch-menu1 li>a:hover{color:#0dbf62}.sub-switch-menu1 .active>a{color:#0dbf62;border-color:#21d376}

.panel-number-btn1 li>a>span{font-size:42px;display:block;padding-top:20px}
.panel-number-btn1 .active a{border-color:#21d376}
.panel-number-btn1 .active a:after{border-bottom-color:#21d376}
.panel-number-btn1{margin-bottom:20px;margin-top:50px}
.panel-number-btn1:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.panel-number-btn1>ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:0px;margin-bottom:10px}
.panel-number-btn1>ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.panel-number-btn1 li{float:left;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-left:15px;min-width:180px}
.panel-number-btn1 li:first-child{margin-left:0}
.panel-number-btn1 li>a{color:#333;display:block;background:#eee;border-radius:3px;box-shadow:0 1px 4px rgba(0,0,0,0.05);height:122px;width:100%;-webkit-transition:all ease 0.4s;-moz-transition:all ease 0.4s;-o-transition:all ease 0.4s;transition:all ease 0.4s;border:1px solid #fff;position:relative;text-align:center}
.panel-number-btn1 li>a:after{content:"";width:0;height:0;border-bottom:12px solid #ccd0d9;border-left:12px solid transparent;position:absolute;right:3px;bottom:3px;-webkit-transition:all ease 0.4s;-moz-transition:all ease 0.4s;-o-transition:all ease 0.4s;transition:all ease 0.4s}
.panel-number-btn1 li>a:hover{color:#333;box-shadow:0 1px 6px rgba(0,0,0,0.1);border-color:#21d376}
.panel-number-btn1 li>a:hover:after{border-bottom-color:#21d376}
.panel-number-btn li>a>span{font-size:42px;display:block;padding-top:20px}
.panel-number-btn .active a{border-color:#21d376}
.panel-number-btn .active a:after{border-bottom-color:#21d376}
.panel-number-btn1 li>a>span{font-size:42px;display:block;padding-top:20px}
.panel-number-btn1 .active a{border-color:#21d376}
.panel-number-btn1 .active a:after{border-bottom-color:#21d376}

.user-center-title .user-avatar1{height:60px;width:60px;float:left;margin-right:10px;text-align:center}
.panel-titlez {
    position: fixed;
    top: 50px;
    z-index: 98;
    height: 50px;
    line-height: 50px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.panel-titlez>.main {
    padding-right: 85px;
    padding-left: 20px;
}
.panel-titlez>.main .btn-sm, .panel-titlez>.main .drop-btn-default {
    margin-top: 10px;
}
.panel-titlez>.main .btn {
    margin-top: 10px;
    margin-bottom: 10px;
	border: 1px solid #d1d2d3;
    border-radius: 2px;
    text-align: center;
    background-color: #fcfcfc;
}

.orange.status{background:#ffa900}.purple.status{background:#9e5ae3}.link.status{background:#0096c4}
.lightbox{
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e2eaec;
    background: #faf9f9;
    border-radius: 3px 3px 0 0;
    font-size: 16px;
	margin-top:-20px;
	margin-bottom:15px;
}
.lightbox h4 {
    float: left;
	padding: 15px;
}
.header_search_wrap {
    position: relative;
    width: 290px;
    min-width: 290px;
}
.header_search_button {
    z-index: 8;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    top: 7px;
    right: 8px;
}
.header_search_input {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
}
.header_search_input_textbox {
    position: relative;
    padding: 5px 60px 0 5px;
}
.header_search_input_textbox .textbox_wrap {
    padding: 2px 0;
    background-color: transparent;
    background-color: #fff;
    position: relative;
    margin-left: 43px;
	margin-top:-25px;
}
.textbox_inner {
height: 18px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    zoom: 1;
}
.text_link {
    color: #5e696e;
    cursor: pointer;
    text-decoration: underline;
}
.header_search_advanced {
    position: absolute;
    right: 30px;
    top: 5px;
    line-height: 20px;
    white-space: nowrap;
    cursor: pointer;
}
.contacts_caption {
    background-color: rgb(249, 249, 249);
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 4px 6px -4px rgba(0,0,0,0.6);
    box-shadow: 0 4px 6px -4px rgba(0,0,0,0.6);
    z-index: 1;
}
.contacts_caption .caption-top {
    padding: 5px 0;
    margin: 0 5px;
}
.header_wrap {
    position: relative;
}
input[type="text"] {
    padding-left: 3px;
}

.textbox_input1{
display: inline-block;
    height: 18px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.textbox_input {
    width: 100%;
    height: 20px;
    line-height: 20px;
    background-color: transparent;
    border: 0!important;
    outline: none!important;
    box-shadow: none!important;
}
.card_row, .card_row_new, .email_card_row_new {
    position: relative;
    padding: 2px 0;
}
.card_row .card_right {
    float: right;
	line-height: 24px;
    text-align: right;
}
.card_row .card_left {
    float: left;
    width: 30px;
}
.card_row .card_middle {
    margin: -2px 80px 0 30px;
    line-height: 24px;
    word-break: break-all;
}
.card_row .customer, .card_row_new .customer, .card_row_title {
    font-weight: bold;
    font-size: 14px;
}
.card_row .customer_mini, .card_row_new .customer_mini {
    font-weight: bold;
    font-size: 12px;
}
.card_row .customer, .card_row_new .customer, .card_row_title {
    font-weight: bold;
    font-size: 14px;
}
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    /*overflow: hidden;*/
    zoom: 1;
}
.nav-lists{margin-left: 0px;}
.nav-lists a{color:#333;display:block;height:85px;border-left:3px solid #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-top:8px;padding-left:10px;padding-right:10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;position:relative}
.nav-lists a .num{height:17px;line-height:17px;font-size:12px;color:#fff;min-width:22px;padding:0 3px;text-align:center;border-radius:40px;background:#ced6d8;float:right;position:absolute;right:15px;top:50%;margin-top:-8px}
.nav-lists a:hover{background:#eff4f5;border-left-color:#eff4f5}
.nav-lists .active a{background:#eff4f5;border-left-color:#21d376}
.nav-lists .active a .num{background:#ff595f}
.nav-lists li{position:relative;  border-bottom: 1px solid #F0F0F0;}
.nav-lists .done:after{content:"\e6bd";font-family:"kf5";height:22px;width:22px;line-height:22px;text-align:center;border-radius:100%;background:#21d376;color:#fff;position:absolute;right:18px;top:50%;margin-top:-11px}
.muted {
    color: #999999;
}
#panel-sidebar>.scrollbar-boxs {
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.scrollbar-boxs {
    height: 100%;
    position: relative;
}
.advanced_search_pane {
    min-width: 295px;
    border: 1px solid #c5c5c5;
    position: fixed;
    top: 77px;
    left: 66px;
    background-color: #fff;
    padding: 0;
    z-index: 666;
    margin-top: -1px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.advanced_search_pane .advanced_body {
    padding: 20px 10px 25px;
    max-height: 500px;
    max-width: 290px;
    overflow-x: hidden;
    overflow-y: auto;
}
.row-fluid {
    width: 100%;
}
.row-fluid:before, .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
}

.service_box{  background-color:#fff; position:relative; width:100%;margin-top:20px}
.service_box .blue{ width:14px; height:14px; position:absolute; z-index:2; left:4%; top:20px; background-color:#a5dcfa; border-radius:50%; padding-top:2px; padding-left:2px; box-sizing:border-box}
.service_box .blue div{ height:10px; width:10px; background-color:#01aff0; border-radius:50%;}
.service_box .blue p{ position:absolute; width:2px; height:59px; background-color:#ccc; left:50%; margin-left:-1px; top:10px;}
.gray{ width:14px; height:14px; position:absolute; z-index:0; left:4%; top:20px; padding-top:1px; padding-left:1px; box-sizing:border-box}
.gray div{ height:12px; width:12px; background-color:#ccc; border-radius:50%;}
.gray p{ position:absolute; width:2px; height:59px; background-color:#ccc; left:50%; margin-left:-1px; top:10px;}
.service{ height:60px; padding-top:11px; box-sizing:border-box; position:relative; box-sizing:border-box; }
.service h1{ line-height:18px; color:#191919; font-size:14px; margin-left:8%;position:absolute; top:0; }
.service h2{ line-height:16px; color:#65646b; font-size:12px; margin-left:8%;position:absolute; top:18px;}
.service > p{ line-height:42px; color:#65646b; font-size:12px; position:absolute; right:4%;}
.order_box{ width:100%;}
.order_title{ height:39px; line-height:39px; font-size:14px; color:#65646b; padding-left:4%; box-sizing:border-box}
.order{ height:42px; background-color:#fff; position:relative; padding-left:4%; padding-right:4%; padding-top:9px; box-sizing:border-box}
.order_line{ height:26px;}
.order_line h1{ line-height:26px; font-size:14px; color:#191919; float:left}
.order_line p{ line-height:26px; font-size:14px; color:#EA5858; float:right}
.order_msg{ background-color:#fff; position:relative; padding-left:4%; padding-right:4%; padding-top:9px; padding-bottom:9px; box-sizing:border-box}
.msg_line h1{ line-height:26px; font-size:14px; color:#65646b; float:left; width:20%;position:relative; }
.msg_line p{ line-height:26px; font-size:14px; color:#191919; float:left; width:78%;position:relative; bottom: -20px;}


#tjdiv-wrap{
    position: absolute;
    right: 10px;
    bottom:5px;
    z-index: 2005;
    width: 500px;
    line-height: 40px;
	background-color: rgb(249, 249, 249);
     border-radius: 5px;
        -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.5);
	box-shadow: 0 4px 30px rgba(0,0,0,.5);
	overflow-y: hidden;


}
#tjdiv {
	
}
#tjdiv-header {
    height: 40px;
    background: #5da5e6;
    cursor: pointer;
}
#tjdiv-header .tjfont{
	position:relative; 
	text-align: center;
}
#tjdiv-header .tjclose{
	position:absolute; 
	right:10px;
	top:0px;
	color:#fff
}

#tjdiv-wrap1{
    position: fixed;
    z-index: 1000;
    line-height: 40px;
	background-color: rgb(249, 249, 249);
    /*    -webkit-box-shadow: -8px 0 12px rgba(0,0,0,.06);
    box-shadow: -8px 0 12px rgba(0,0,0,.06);
	*/
	 border-radius: 5px;
        -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.5);
	box-shadow: 0 4px 30px rgba(0,0,0,.5);
	overflow-y: hidden;
	overflow-x: hidden;

}
#tjdiv1 {
	padding:10px 0 10px 0;
}
#tjdiv-header1 {
    height: 40px;
    background: #5da5e6;
    cursor: pointer;
}
#tjdiv-header1 .tjfont{
	position:relative; 
	text-align: center;
}
#tjdiv-header1 .tjclose{
	position:absolute; 
	right:10px;
	top:0px;
	color:#fff
}
#tjdiv-wrap2{
    position: fixed;
    z-index: 1000;
    line-height: 40px;
	background-color: rgb(249, 249, 249);
     border-radius: 5px;
        -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.5);
	box-shadow: 0 4px 30px rgba(0,0,0,.5);
	overflow-y: hidden;
	overflow-x: hidden;

}
#tjdiv3 {
	padding:10px 10px 10px 10px;
}
#tjdiv-header2 {
    height: 40px;
    background: #5da5e6;
    cursor: pointer;
}
#tjdiv-header2 .tjfont2{
	position:relative; 
	text-align: center;
}
#tjdiv-header2 .tjclose2{
	position:absolute; 
	right:10px;
	top:0px;
	color:#fff
}
.form-group1 {
    margin-bottom: 5px;
}
.textbox_input2 {
    height: 20px;
    line-height: 20px;
    background-color: transparent;
    border: 0!important;
    outline: none!important;
    box-shadow: none!important;
}
.batchzhiyin{
	position:absolute; 
	top:0px;
}

.header-flex-box {
   display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	 float: right;
	 padding-right: 80px;
}
.header-flex-box .header-notification {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-left: 20px;
}
.header-notification {

    float: right;
}
.header-avatar {
    float: left;
    position: relative;
}
.header-avatar>a {
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 25px;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    position: relative;
    border-radius: 0;
}
.header-avatar .pic {
    float: left;
    position: relative;
    top: 7px;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(255,255,255,.5);
    margin-right: 10px;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}
.header-avatar .pic>img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.header-avatar .icon-expand-more {
    font-size: 12px;
    position: relative;
    top: 1px;
    margin-left: 2px;
}
.user-right-menu {
    position: fixed;
    background: #fff;
    box-shadow: -8px 0 12px rgba(0,0,0,.06);
    border-left: 1px solid #e2eaec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 320px;
    padding-bottom: 106px;
    right: 0;
    top: 50px;
    bottom: 0;
    z-index: 10;
    -webkit-transform: translate3d(360px,0,0);
    -moz-transform: translate3d(360px,0,0);
    -ms-transform: translate3d(360px,0,0);
    -o-transform: translate3d(360px,0,0);
    transform: translate3d(360px,0,0);
    -webkit-transition: all 600ms cubic-bezier(0.215,.61,.355,1);
    -moz-transition: all 600ms cubic-bezier(0.215,.61,.355,1);
    -o-transition: all 600ms cubic-bezier(0.215,.61,.355,1);
    transition: all 600ms cubic-bezier(0.215,.61,.355,1);
}
.user-right-menu-top {
    padding: 15px 20px;
    border-bottom: 1px solid #e2eaec;
    position: relative;
    min-height: 55px;
    background: #fbfcfd;
}
.user-right-menu-top .quit {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 12px;
    color: #888;
}
.user-right-menu-top .user-pic {
    position: absolute;
    left: 20px;
    top: 15px;
}
.user-right-menu-top .user-pic img {
    height: 55px;
    width: 55px;
    border-radius: 100%;
}
.user-right-menu-top .info {
    padding-left: 68px;
    padding-top: 5px;
}
.user-right-menu-top .info h5 {
    font-size: 16px;
    margin-bottom: 0;
    width: 140px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.user-right-menu-top .info p {
    color: #888;
}
.user-right-menu-list {
    padding: 15px 0 15px 20px;
    overflow-y: auto;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 87px;
    bottom: 105px;
    width: 100%;
}
.user-right-menu-list ul {
    border-bottom: 1px solid #eff4f5;
    margin-bottom: 15px;
    padding-bottom: 4px;
}
.user-right-menu-list li {
    position: relative;
    padding: 0 20px 0 15px;
    margin-bottom: 10px;
}
.user-right-menu-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fbfcfd;
    border-top: 1px solid #e2eaec;
}
.user-right-menu-bottom ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px 0;
}
.user-right-menu-bottom ul li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    margin-bottom: 12px;
}
.user-right-menu-bottom ul a {
    display: block;
}
.user-right-menu.show {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.order1 {
    height: 42px;
    background-color: #fffffa;
    position: relative;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 9px;
    box-sizing: border-box;
}

#tjdiv-wrapindex{
    position: fixed;
    z-index: 1000;
    line-height: 40px;
	background-color: rgb(249, 249, 249);
    border-radius: 5px;
        -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.5);
	box-shadow: 0 4px 30px rgba(0,0,0,.5);
	overflow-y: hidden;
	overflow-x: hidden;

}
#tjdivindex1 {
	
}
#tjdivindex2 {
	padding:10px 0 10px 0;
}
#tjdiv-headerindex {
    height: 40px;
    background: #5da5e6;
    cursor: pointer;
}
#tjdiv-headerindex .tjfont{
	position:relative; 
	text-align: center;
}
#tjdiv-headerindex .tjclose{
	position:absolute; 
	right:10px;
	top:0px;
	color:#fff
}
#tjdiv-wrappublicwindow{
    position: fixed;
    z-index: 100002;
    line-height: 40px;
	background-color: rgb(249, 249, 249);

    border-radius: 5px;
        -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.5);
	box-shadow: 0 4px 30px rgba(0,0,0,.5);
	overflow-y: hidden;
	overflow-x: hidden;

}
#tjdivpublicwindow1 {
	
}
#tjdivpublicwindow2 {
	padding:0 30px 10px 30px;
}
.tjdivpublicwindowyy {
	padding:0 30px 0px 30px;
}
#tjdiv-headerpublicwindow {
    height: 40px;
    background: #5da5e6;
    cursor: pointer;
}
#tjdiv-headerpublicwindow .tjfontpublicwindow{
	position:relative; 
	text-align: center;
}
#tjdiv-headerpublicwindow .tjclosepublicwindow{
	position:absolute; 
	right:10px;
	top:0px;
	color:#fff
}
#tjdiv-headerpublicwindow .tjmaketruepublicwindow{
	position:absolute; 
	right:30px;
	top:0px;
	color:#fff
}
.msg-content{
	background: #fff;
}
.manage-area-title-right {
    line-height: 27px;
}
.manage-area-title-right {
    position: fixed;
    top: 45px;
    right: 20px;
    line-height: normal;
}
.manage-area-title-right:before {
    display: inline-block;
    content: "";
    width: 0;
    vertical-align: middle;
    font-size: 0;
}

.manage-area-title-right .pagination {
    display: inline-block;
    vertical-align: middle;
}
.paginations {
    font-size: 12px;
}
.paginations .page-prev {
    margin-right: 10px;
}
.manage-area-title-right a {
    font-size: 12px;
    vertical-align: middle;
}
.btn-page-disabled, .btn-page-disabled:focus, .btn-page-disabled:hover {
    background-color: #E8E8E8;
    border-color: #D5D5D5;
    cursor: default;
}
.btn-pages {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 27px;
    border: 1px solid #d1d2d3;
    border-radius: 2px;
    text-align: center;
    background-color: #fcfcfc;
    cursor: pointer;
    font-size: 14px !important;
    position: relative;
}
.title-ms-info {
    background-color: #f7f8fc;
    font-size: 18px;
    line-height: 60px;
    border-bottom: 1px solid #e5e9f1;
    padding-left: 40px;
	    -webkit-box-shadow: 0 4px 6px -4px rgba(0,0,0,0.6);
    box-shadow: 0 4px 6px -4px rgba(0,0,0,0.6);
}
.title-ms-time {
    color: #a2a2a2;
    font-size: 14px;
    margin-left: 10px;
}
.ms-info-text {
    margin: 5px 20px 20px 20px;
    border-bottom: 1px solid #cfd1d5;
    padding-bottom: 20px;
}
.msg-list-panel {
    padding: 20px 20px 0 20px;
}
.ms-info-div {
    font-size: 14px;
    word-break: break-all;
}
.ms-del-btn {
    margin: 20px;
    text-align: right;
}
.tc-15-btn.m {
    height: 25px;
    min-width: 21px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 23px;
	margin: 0;
}
.tc-15-btn {
    height: 33px;
    min-width: 24px;
    padding: 0 20px;
    border: 1px solid #0064b6;
    border-radius: 2px;
    background: #2277da;
    color: #fff;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
}
.icon-page-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 7px;
    vertical-align: middle;
}
.icon-page-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 7px;
    vertical-align: middle;

}
.account-box.main-mod {
    padding-left: 30px;
    border-top: none;
}
.account-box {
    border-top: 1px solid #edeef2;
    padding: 40px 0;
}
.account-box .title {
    font-size: 20px;
    color: #454a51;
    padding: 0 0 25px;
}
.capital-box {
    width: 100%;
    display: table;
}
.capital-box-left {
    display: table-cell;
    padding: 10px 0 10px 36px;
    border-right: 1px solid #edeef2;
    vertical-align: middle;
    width: 33%;
}
.account-box .til {
    color: #73777B;
}
.tc-15-bubble-icon {
    font-size: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.account-box .price {
    color: #ff824d;
    font-size: 36px;
    margin: 10px 0;
}
.account-box .price .small-price {
    font-size: 16px;
    font-style: normal;
}
.account-box .job {
    color: #ff824d;
    font-size: 36px;
    margin-left:25px;
}
.capital-box-left .tc-btn {
    margin-right: 10px;
    line-height: 27px;
}
.capital-box .tc-btn {
    padding: 3px 23px;
}
.tc-btn.orange {
    background-color: #ff6625;
    border-color: #e87044;
    color: #fff;
}
.tc-btn {
    height: 30px;
    padding: 0 15px;
    border: 1px solid #0064b6;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    background: #2277da;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
}
.tc-btn.white {
    color: #0071d1;
    background-color: #fcfcfc;
    border-color: #d1d2d3;
}
.capital-box-left:last-child {
    border-right: none;
}
#bottom-bar.show {
bottom: 0;
}
#bottom-bar {
background: rgba(255,255,255,.95);
position: fixed;
bottom: -70px;
padding: 8px 25px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 3;
box-shadow: 0 -1px 3px rgba(0,0,0,.15);
-webkit-transition: all ease .4s;
-moz-transition: all ease .4s;
-o-transition: all ease .4s;
transition: all ease .4s;
}
#bottom-bar .drop-btn-defaults {
margin-right: 12px;

}
#bottom-bar .ticket-submit {
position: relative;
}
#bottom-bar .ticket-submit input[type=submit] {
float: left;
height: 34px;
border-radius: 3px 0 0 3px;
border: 0;
font-size: 14px;
color: #fff;
background: #ff595f;
padding: 0 15px;
cursor: pointer;
border-right: 1px solid #ff959b;
}
#bottom-bar .ticket-submit .drop-btn {
float: left;
height: 34px;
width: 34px;
background: #ff595f;
line-height: 42px;
color: #fff;
font-size: 16px;
border-radius: 0 3px 3px 0;
text-align: center;
}
#bottom-bar .ticket-submit .drop-box {
position: absolute;
bottom: 105%;
left: 0;
background: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-width: 100%;
white-space: nowrap;
padding: 0 0 10px;
border: 1px solid #ced6d8;
border-radius: 3px;
box-shadow: 0 0 5px rgba(0,0,0,.2);
}
#bottom-bar .ticket-submit .drop-box dt {
font-size: 15px;
margin-bottom: 8px;
border-bottom: 1px solid #eff4f5;
padding: 8px 15px;
font-weight: 100;
}
#bottom-bar .ticket-submit .drop-box dd>a {
color: #333;
display: block;
padding: 5px 15px;
}
#bottom-bar .ticket-submit .drop-box dd>a:hover{background:#eff4f5;border-left-color:#eff4f5}
#bottom-bar:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#bottom-bar .ticket-submit .drop-box dd .status {
margin: 0;
margin-left: 5px;
}
.bottoms{padding-top:15px;border-top:1px solid #f9fafa}
.div_title_question_alls {
    padding-top: 2px;
    font-size: 15px;
    color: #444444;
    font-weight: bold;
    height: auto;
    line-height: 20px;
    width: 150px;
    position: absolute;
    top: 55px;
}
.div_table_radio_questions {
    clear: both;
    padding-top: 5px;
    padding-left: 24px;
    padding-bottom: 2px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 14px;
    color: #333333;
    _padding-left: 27px;
    margin-left: 150px;

}
/* TABLES */
.table-bordered {
    border: 1px solid #EBEBEB;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    background-color: #F5F5F6;
    border-bottom-width: 1px;
}
.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 #e7e7e7;
}
.table > thead > tr > th {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: bottom;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-bottom: 1px solid #e7eaec;
    line-height: 2;
    padding: 10px;
    vertical-align: top;
}
.table thead {
   /* border-bottom: 1px solid #e2eaec;*/
	background-color: #f9f9f9;
	border-top: 1px solid #e2eaec;

}
.table tbody td:first-child {
    padding-left: 15px;
}
.div-space {
    margin: 0;
    display: inline-block;
}
.divtables{
	/*    -webkit-box-shadow: 0 4px 6px -4px rgba(0,0,0,0.6);
    box-shadow: 0 4px 6px -4px rgba(0,0,0,0.6);
*/
}
.divtablesundel{
	border-bottom: 2px solid #e7eaec;
	
}
#tjdivpublicwindows2{
	background-color: #ffffff;
	
}
.tooltip-ticket-theme {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    position: absolute;
    z-index: 999999999;
    border: 1px solid rgb(200, 214, 217);
    border-radius: 4px;
}
.tooltipster-fade-show {
    
}
.tooltipster-fade {
  
}
.tooltipster-base {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    padding: 0px;
    overflow: visible;
}
.tooltip-ticket-theme .tooltipster-content {
    position: relative;
    z-index: 10;
    border-radius: 3px;
}
.tooltipster-base .tooltipster-content {
    overflow: hidden;
}
.tooltipster-content {
    font-family: 'Open Sans', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
}
.ticket_tip {
    width: 360px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    border-radius: 3px;
    background: rgb(255, 255, 255);
}
.ticket_tip h3 {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: rgb(250, 249, 249);
    border-bottom: 1px solid rgb(239, 244, 245);
    padding: 0px 15px;
    border-radius: 3px 3px 0px 0px;
	margin-top: 0px;
}
.ticket_tip h3 + div {
    border-bottom: 1px solid rgb(239, 244, 245);
}
.ticket_tip div {
    padding: 0px 10px;
	height: 230px;
}
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    z-index: -1;
}
.tooltip-ticket-theme .tooltipster-arrow span {
    height: 10px;
    width: 10px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 10px;
    position: absolute;
    left: 50%;
    top: -4px;
    margin-left: -5px;
    transform: rotate(-45deg);
    background: rgb(250, 249, 249);
    border: 1px solid rgb(200, 214, 217) !important;
    border-image:  !important;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    top: -7px;
    border-bottom: 9px solid;
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
}
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    top: -7px;
    border-bottom: 8px solid;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
}
.ticket_tip p {
    font-size: 13px;
    line-height: 1.6em;
}
.ticket_tip .status {
    float: right;
    position: relative;
    top: 11px;
    margin-right: 0px;
}
.status0 {
background: #ffbe26;
}
.status1 {
background: #fc7c79;
}
.status2 {
background: #67c0ff;
}
.status3 {
background: #5dca91;
}
.status4 {
background: #696969;
}
.status, .color_label {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    white-space: nowrap;
    margin-left: 5px;
    color: rgb(255, 255, 255);
    border-radius: 3px;
    padding: 1px 5px;
    border: 1px solid rgb(255, 255, 255);
}

.account-boxs {
    width:33%;
	float:left;
}
.ticket-list-choice-row {
    padding: 0 19px 0 15px;
	height:500px;
}
.col:first-child {
    margin-left: 0;
}
.col {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 1px;
}
.ticket-list-choice {
    margin-bottom: 0;
}
.ticket-list-choice {
    padding: 10px 20px;
}
.col {
    background: #fff;
   /* box-shadow: 0 1px 4px rgba(0,0,0,.05);*/
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    max-width: 100%;
}
.ticket-list-choice dl {
    padding: 10px 0 0;
    border-bottom: 1px dashed #e2eaec;
    font-size: 13px;
    position: relative;
    padding-left: 120px;
    padding-right: 60px;
    overflow-y: hidden;
    height: 33px;
}
.ticket-list-choice dt {
    float: left;
    color: #777;
    width: 110px;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 10px;
    line-height: 22px;
}
.ticket-list-choice dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ticket-list-choice dd {
    float: left;
    margin-right: 50px;
    margin-bottom: 10px;
    line-height: 22px;
}
.ticket-list-choice a.active {
    color: #00c668;
}
.ticket-list-choice .more {
    position: absolute;
    right: 0;
    top: 10px;
    margin-right: 5px;
}
.ticket-list-choice .more a {
    color: #0096C4;
    position: relative;
    padding-right: 13px;
}
.ticket-list-choice dl.show {
    height: auto;
}
.manage-area-title-left {
    position: fixed;
    top: 50px;
    left: 270px;
    line-height: normal;
}
.manage-area-title-left:before {
    display: inline-block;
    content: "";
    width: 0;
    vertical-align: middle;
    font-size: 0;
}
.emptycontent {
padding: 20px;
}
.emptycontents{
padding: 40px 0;
text-align: center;
color: #aaa;
border-radius: 5px;
border: 1px dashed #e2eaec;
}

.emptycontents:before{
content: "\f025";
font: normal normal normal 14px/1 FontAwesome;
font-size: 40px;
margin-bottom: 5px;
color: #ccc;
display: block;
}
.publish {
    position: relative;
    min-height: 560px;
}
.publish>.sidebar {
    width: 270px;
    position: absolute;
    right: 0;
    top: 0;
}
.publish-aside .alert {
    padding: 10px 15px;
    background: #FFF7ED;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.alert {
    border-radius: 3px;
    padding: 10px 15px 10px 35px;
    margin-bottom: 15px;
    position: relative;
    text-align: left;
}
.publish-aside .sort {
    padding: 0 0 10px;
    border-bottom: 1px solid #e2eaec;
    margin-bottom: 10px;
}
.publish-aside .alert:before {
    position: static;
}
.alert:before {
    content: "\f027";
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 5px;
    float: left;
    margin-top: -1px;
    color: #ffa900;
    position: absolute;
    left: 10px;
    top: 10px;
}
.publish-aside .sort p {
    line-height: 26px;
    margin-right: 10px;
}
.publish-aside .sort:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tag-out-box {
    padding: 0 5px;
    border: 1px solid #ced6d8;
    border-radius: 3px;
    cursor: text;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -5px;
    background: #fff;
}
.tag-out-box input[type=text].add-tag {
    height: 28px;
    width: 120px!important;
    padding: 0 5px;
    border: 0!important;
    box-shadow: none!important;
    background: transparent;
}
.tag-out-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.publish-aside .check li {
    margin-bottom: 5px;
}
.publish-aside .check input {
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.publish-aside .check:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.publish>.main {
    padding-right: 308px;
}
.publish-title {
    margin-bottom: 20px;
}
.publish-title label {
    display: block;
    margin-bottom: 5px;
}
.publish-title>p {
    position: relative;
}
.publish-title input[type=text] {
    height: 34px;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.publish-content {
    position: relative;
    z-index: 1;
	margin-bottom: 20px;
}
.publish-content label {
    display: block;
    margin-bottom: 5px;
}
.user-center-title .bottom {
padding-top: 15px;
border-top: 1px solid #F7EBEB;
}
.workattimg {
border: 1px dashed #cacbcc;
padding-top: 5px;
}
.upload-preview {
display: inline-block;
}
.upload-wrap .thumbnail, .upload-preview .thumbnail {
display: block;
float: left;
width: 80px;
height: 80px;
text-align: center;
line-height: 80px;
margin: 0;
overflow: hidden;
position: relative;
}
.delimg {
position: absolute;
left: 4px;
bottom: 4px;
right: 4px;
height: 20px;
line-height: 20px;
text-indent: 5px;
background: rgba(0, 0, 0, 0.6);
color: white;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 12px;
z-index: 10;
}
.delimg a {
font-size: 12px;
color: white;
line-height: 20px;
}
.user-right-menu1 {
position: fixed;
background: #fff;
box-shadow: -8px 0 12px rgba(0,0,0,.06);
border-left: 1px solid #e2eaec;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 320px;
padding-bottom: 106px;
right: 0;
top: 50px;
bottom: 0;
z-index: 100;
-webkit-transform: translate3d(360px,0,0);
-moz-transform: translate3d(360px,0,0);
-ms-transform: translate3d(360px,0,0);
-o-transform: translate3d(360px,0,0);
transform: translate3d(360px,0,0);
-webkit-transition: all 600ms cubic-bezier(0.215,.61,.355,1);
-moz-transition: all 600ms cubic-bezier(0.215,.61,.355,1);
-o-transition: all 600ms cubic-bezier(0.215,.61,.355,1);
transition: all 600ms cubic-bezier(0.215,.61,.355,1);
}
.user-right-menu-top1 {
padding: 15px 20px;
border-bottom: 1px solid #e2eaec;
position: relative;
min-height: 55px;
background: #fbfcfd;
}
.user-right-menu-top1 .quit {
position: absolute;
right: 15px;
top: 15px;
font-size: 14px;
color: #888;
}
.user-right-menu-top1 .quit1 {
position: absolute;
right: 75px;
top: 15px;
font-size: 14px;
color: #888;
}
.user-right-menu-top1 .user-pic {
position: absolute;
left: 20px;
top: 15px;
}
.user-right-menu-top1 .user-pic img {
height: 55px;
width: 55px;
border-radius: 100%;
}
.user-right-menu-top1 .info {
padding-left: 68px;
padding-top: 5px;
}
.user-right-menu-top1 .info h5 {
font-size: 16px;
margin-bottom: 0;
width: 140px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.user-right-menu-top1 .info p {
color: #888;
}
.user-right-menu-list1 {
padding: 15px 0 15px 20px;
overflow-y: auto;
position: absolute;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
top: 87px;
bottom: 105px;
width: 100%;
}
.user-right-menu-list1 ul {
border-bottom: 1px solid #eff4f5;
margin-bottom: 15px;
padding-bottom: 4px;
}
.user-right-menu-list1 li {
position: relative;
padding: 0 20px 0 15px;
margin-bottom: 10px;
}
.user-right-menu-list2 {
padding: 15px 0 15px 20px;
overflow-y: auto;
/*position: absolute;*/
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
top: 87px;
bottom: 105px;
width: 30%;
float:left;
}
.user-right-menu-list2 ul {

margin-bottom: 15px;
padding-bottom: 4px;
}
.user-right-menu-list2 li {
position: relative;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #eff4f5;


}
.user-right-menu-list2 li:hover {
position: relative;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #eff4f5;
background-color: #2f4050;
color: white;

}
.user-right-menu-list2 li img {
height: 16px;
width: 16px;
}
.user-right-menu-list2 li a {

}

.user-right-menu-list3 {
padding: 15px 0 15px 20px;

border-left: 1px solid #e2eaec;
overflow-y: auto;
/*position: absolute;box-shadow: -8px 0 12px rgba(0,0,0,.06);height:600px;*/
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 70%;
float:right;

}
.user-right-menu-bottom1 {
position: absolute;
right: 0;
bottom: 0;
left: 0;
background: #fbfcfd;
border-top: 1px solid #e2eaec;
}
.user-right-menu-bottom1 ul {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 15px 15px 0;
}
.user-right-menu-bottom1 ul li {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
margin-bottom: 12px;
}
.user-right-menu-bottom1 ul a {
display: block;
}
.user-right-menu1.show {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.wo-comment-item {
padding-left: 70px;
border-bottom: 1px dashed #eff4f5;
}
.wo-comment-item:last-child {
padding-left: 70px;
border-bottom: 0;
}
.wo-comment-item .wo-include {
padding: 16px 0 8px;

}
.wo-comment-item .wo-include .wrap {
max-width: 730px;
position: relative;
min-height: 55px;
}
.wo-comment-item .wo-include .user-avatar {
position: absolute;
left: -70px;
top: 0;
}
.user-avatar>img {
display: block;
width: 80%;
height: 80%;
border-radius: 100%;
-webkit-transition: all ease .4s;
-moz-transition: all ease .4s;
-o-transition: all ease .4s;
transition: all ease .4s;
}
.wo-comment-item .wo-include header {
margin-bottom: 5px;
font-size: 13px;
padding-top: 2px;
}
.wo-comment-item .wo-include header a {
color: #0096C4;
margin-right: 5px;
}
.comment-body{
-webkit-font-smoothing: antialiased;
font-size: 14px;
line-height: 1.7em;
}
.comment-body p, .comment-body ul, .comment-body ol, .comment-body table {
margin-bottom: 6px;
}
#bottom-bar .alert {
border-radius: 3px;
padding: 0 15px 0 35px;
margin-bottom: 0px;
position: relative;
text-align: left;
border: 0;
}
#bottom-bar .alert:before {
content: "\f0e5";
font-family: FontAwesome;
font-size: 20px;
margin-right: 5px;
float: left;
margin-top: -1px;
color: #ffa900;
position: absolute;
left: 10px;
top: 15px;
}
.form-group .alert {
padding: 10px 25px;
background: #FFF7ED;
border-radius: 3px;
font-size: 13px;
line-height: 1.6em;
margin-bottom: 20px;
margin-top: 20px;
}
.tc-15-btn.weak {
background: #fcfcfc;
border-color: #d1d2d3;
color: #2277da;

}
.msg-category {
margin: 0 0 10px 0;
}
.s-title {
border-top: 1px solid #e5e5e5;
padding: 10px 0 10px 10px;
margin-top: 10px;
border-bottom: 1px solid #e5e5e5;
}
.txt-label:nth-child(1) {
    margin-left: 5px;
}
.txt-label {
    margin: 0 10px 0 10px;
    float: left;
    height: 34px;
    line-height: 34px;
}
.s-title .form-control {
    padding-left: 15px;
}

.input-search {
    width: 200px;
    height: 34px;
    float: left;
}
.txt-select100 {
    float: left;
}

.txt-select100 .selection {
    width: 130px;
}

.input-group-left16 {
    margin-left: 16px;
}
.time-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.s-title .time-group .time-input {
    width: 130px;
}
.time-group .time-input {
    display: inline-table;
    vertical-align: middle;
    position: relative;
    width: 168px;
}
.s-title .time-input .input-time {
    width: 128px;
    background: url('../img/data-icon.png') 97px no-repeat !important;
}
.time-input .input-time {
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: 168px;
    margin-bottom: 0;
    height: 34px;
    background-color: #fff;
    background: url('../img/data-icon.png') 133px no-repeat !important;
}
.henxian {
    height: 2px;
    display: inline-block;
    width: 10px;
    vertical-align: middle;
    background-color: #ddd;
}
.selection {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    float: left;
    position: relative;
    vertical-align: middle;
}
.tdtop9 {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background: #ebf3f9;
}
.tdItem {
    white-space: nowrap;
    text-align: right;
    background-color: #ebf3f9;
    line-height: 35px;
    border-bottom: dashed 1px #eee;
    empty-cells: show;
}

.tdContent {
    padding-left: 4px;
    text-align: left;
    border-bottom: dashed 1px #eee;
    word-break: break-all;
    empty-cells: show;
}
.wo-header .wo_channels {
height: 48px;
width: 48px;
border-radius: 3px;
border: 1px solid #ced6d8;
font-size: 26px;
color: #8C8C8C;
float: left;
position: relative;
text-align: center;
line-height: 48px;
font-family: FontAwesome;
}
.wo-header .wo_channels:after {
content: "\f0d1";
}
.jyh_detail * {
    box-sizing: border-box;
}
.jyh_detail .jyh_detail_header {
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px #d3d8db;
    -moz-box-shadow: 0 1px 1px #d3d8db;
    box-shadow: 0 1px 1px #d3d8db;
}
.jyh_header .grid_align_spread {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.jyh_header_grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.jyh_header .jyh_header_businfo {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex: 1 1 0;
}
.jyh_header .jyh_header_businfo .jyh_header_primary {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.jyh_header .jyh_header_businfo .jyh_header_primary .jyh_header_col {
    min-width: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.jyh_header_grid .jyh_header_title {
    height: 44px;
    min-width: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.jyh_header .jyh_header_field .jyh_header_title span {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    max-width: 460px;
    height: 40px;
    padding-left: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333940;
}
.jyh_header .jyh_header_businfo .jyh_header_account {
    background: url(../img/jyh_icos.png) no-repeat;
}
.jyh_header .jyh_header_businfo .jyh_header_figure {
    display: block;
    float: left;
    height: 40px;
    padding-left: 0;
}
.jyh_header .jyh_header_businfo .jyh_header_title .jyh_header_figure:nth-child(2) {
    padding-left: 0!important;
}
.jyh_header .jyh_header_menu.jyh_header_col {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.jyh_buttonbar {
    position: relative;
}
.jyh_buttonbar .jyh_buttonbar_list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
}
.jyh_buttonbar .jyh_buttonbar_list>li {
    position: relative;
}
.jyh_buttonbar .jyh_buttonbar_list>li:first-child .jyh_buttonbar_link {
    border-radius: 4px 0 0 4px;
}
.jyh_buttonbar .jyh_buttonbar_list>li a.jyh_buttonbar_link {
    border-right: none;
}
.jyh_buttonbar .jyh_buttonbar_list>li .jyh_buttonbar_link {
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
    text-decoration: none;
}
.jyh_buttonbar .jyh_buttonbar_list>li .jyh_buttonbar_link {
    font-size: 12px;
    position: relative;
    display: inline-block;
    display: table-cell;
    overflow: hidden;
    box-sizing: content-box;
    max-width: 370px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #475059;
    border: 1px solid #a3b8cc;
    border-right: none;
    background-color: #fff;
}
.jyh_buttonbar .jyh_buttonbar_list>li .jyh_buttonbar_link:hover{color:#fff;border:1px solid #00aaef;border-right:none;background-color:#00aaef}
.jyh_buttonbar .jyh_buttonbar_menu {
    position: absolute;
    z-index: 999;
    top: 32px;
    right: 0;
    width: 127px;
    padding: 5px 0;
    border: 1px solid #adc3d9;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
}
.jyh_buttonbar .jyh_buttonbar_menu ul li {
    line-height: 30px;
    position: relative;
    height: 30px;
    cursor: pointer;
}
.jyh_buttonbar .jyh_buttonbar_menu .jyh_buttonbar_item {
    font-size: 12px;
    display: block;
    overflow: hidden;
    max-width: 100%;
    padding-left: 17px;
    text-decoration: none;
    color: #475059;
}
.jyh_buttonbar .jyh_buttonbar_menu .jyh_buttonbar_item span {
    display: inline-block;
    overflow: hidden;
    max-width: 90px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jyh_buttonbar .jyh_buttonbar_list>li:last-child {
    margin-right: 0;
    position: relative;
}
.jyh_buttonbar .jyh_buttonbar_list>li:last-child .jyh_buttonbar_link {
    border-right: 1px solid #a3b8cc!important;
    border-radius: 0 4px 4px 0;
}
.jyh_header .jyh_header_detail {
    margin-left: 30px;
}
.jyh_header .jyh_header_detail {
    overflow: hidden;
    margin: 10px 0 0 30px;
}
.jyh_header .jyh_header_detail .jyh_header_sedfields {
    font-size: .875rem;
    line-height: 1.5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: left;
    color: #16325c;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        padding: 0;
    margin: 0;
}

.jyh_header .jyh_header_detail .jyh_header_sedfields li {
    border-right: 10px solid #fff;
    background-color: #fff;
    box-sizing: border-box;
}
.jyh_header .jyh_header_detail .size-1-of-5 {
    width: 20%;
}
.jyh_header .jyh_header_detail .jyh_header_sedfields .jyh_header_item {
    margin: 10px 0 -3px 20px;
}
.jyh_header .jyh_header_detail .jyh_header_sedfields .jyh_header_item .jyh_header_label {
    font-size: 12px;
    width: 100%;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #8fa1b2;
}
.jyh_header .jyh_header_detail .jyh_header_sedfields .jyh_header_item .jyh_header_value {
    font-size: 14px;
    color: #475059;
}
.jyh_header_recordcell {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    padding-right: 1rem;
    white-space: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}
.jyh_info_sec {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dashed #eef2f4;
}.jyh_info_title {
    font-size: 14px;
    margin-bottom: -2px;
    margin-top: 2px;
    color: #3d3e40;
}
.jyh_info_list .jyh_info_item {
    float: left;
    padding: 7px 10px;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
    width: 50%;
}
.jyh_info_item .jyh_info_label {
    width: 100%;
    height: 12px;
    line-height: 12px;
    color: #8fa1b2;
    font-size: 12px;
}
.jyh_info_item .jyh_info_data {
    font-size: 14px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding-right: 20px;
    color: #333940;
    position: relative;
}
.jyh_info_item .jyh_info_data span{
   cursor: pointer;
}
.jyh_info_item .jyh_info_null {
    color: #cfd6e5;

}
.jyh_info_item:hover{background-color:#f2f4f7}
.jyh_header_value a.item-user img {
    width: 22px;
    height: 22px;
}
.jyh_info_data input.text{line-height:30px;width:calc(100% - 2px);width:-webkit-calc(100% - 2px);width:-moz-calc(100% - 2px);height:30px;text-indent:5px;border:1px solid #a3b8cc;border-radius:4px;background-color:#fff;background-image:none}
.jyh_info_list .jyh_info_items {
    float: left;
    padding: 7px 10px;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
    width: 100%;
}
.jyh_info_items .jyh_info_label {
    width: 100%;
    height: 12px;
    line-height: 12px;
    color: #8fa1b2;
    font-size: 12px;
}
.jyh_info_items .jyh_info_data {
    font-size: 14px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding-right: 20px;
    color: #333940;
    position: relative;
}
.jyh_info_items .jyh_info_data span{
   cursor: pointer;
}
.jyh_info_items .jyh_info_null {
    color: #cfd6e5;

}
.jyh_info_items:hover{background-color:#f2f4f7}
.new_list {
margin: 0 10px 20px 30px;
padding-top: 10px;
font-size: 12px;
}
.new_list .field {
position: relative;
min-height: 38px;
padding: 5px 0;
}
.field .necessary {
/*position: absolute;*/
top: 5px;
left: -15px;
color: #ff4800;
}
.field .field_name {
float: left;
width: 95px;
margin-right: 5px;
padding: 10px 0;
color: #3d5266;
word-break: break-all;
line-height: 16px;
}
.new_list .field .field_content {
margin-top: 1px;
min-width: 300px;
}
.field .field_content {
line-height: 36px;
position: relative;
float: left;
max-width: 420px;
margin: 7px 0 0;
padding-right: 20px;
color: #3d5266;
}
.new_list input.text {
background: #FFF;
border: 1px solid #DDD;
border-radius: 3px;
height: 30px;
line-height: 30px;
padding-left: 5px;
width: 253px;
}
.new_list select {
    width: 253px;
        font-size: 12px;
        line-height: 30px;
        border: 1px solid #DDD;
border-radius: 3px;
background: #FFF;
height: 30px;
}
.field_content label {
    width: 90px;
    display: block;
    float: left;
    word-break: break-all;
    font-weight: 400;
}
.tjdivpublicwindowyy .down_buttom{float: right;
    margin: 10px 10px 0 0;}
  .tjdivpublicwindowyy .cancel_button{border: 1px solid #a3b8cc;
    color: #475059;
    background: 0 0;padding: 0 25px;
    height: 32px;
    line-height: 32px;}  
      .tjdivpublicwindowyy .save_button{padding: 0 20px;
    background: #00aaef;
    border: 1px solid #00aaef;  margin-left: 12px; 
    height: 32px;
    line-height: 32px;
    display: block;}  
    a.cancel_button {
    display: block;
    float: left;
    color: #959ca8;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background: #f7f7f9;
}

a.save_button {
    display: block;
    float: left;
    color: #fff!important;
    border: 1px solid #26bf8c;
    border-radius: 3px;
    background: #26bf8c;
}
.tjdivpublicwindowyy a.save_button:hover{background:#0092cc;border:1px solid #0092cc}
.tjdivpublicwindowyy a.cancel_button:hover{text-decoration:none;color:#00aaef!important;border:1px solid #00aaef;background:#fff}
.topic {
    float: left;
    margin: 3px 0 0 0;
}
.topic_show li {
    line-height: 22px;
    display: block;
    float: left;
    height: 22px;
    height: auto !important;
    margin: 0 5px 5px 0;
    padding: 0 6px;
    text-decoration: none;
    color: #525252;
    border-radius: 2px;
    background: #dbe8fe;
}
.topic_show li span {
    float: left;
}
.topic_show li span a {
    float: left;
    width: auto;
    height: auto !important;
    color: #525252;
    background: none;
    font-size:12px;
}
.topic_show li a {
    display: block;
    float: left;
    width: 13px;
    height: 22px;
    margin-left: 4px;
    text-decoration: none;
    background: url(../img/delect01.jpg) center no-repeat;
}
.assign-roles-content {
    margin-top: 20px;
}
.assign-roles-left {
    float: left;
    width: 480px;
    height: 100%;
    border-right: 1px solid #ddd;
}
.assign-roles-left .assign-role:first-child {
    margin-right: 30px;
}
.assign-role {
    float: left;
}
.assign-role span.title {
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
}
.assign-role span.title > span {
    float: left;
}
.assign-role > ul {
    float: left;
    overflow-y: auto;
    width: 203px;
    height: 440px;
    border: 1px solid #ddd;
}
.assign-role > ul li {
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    border-bottom: 1px dashed #eeefef;
}
.assign-role > ul li span.name {
    display: inline-block;
    overflow: hidden;
    max-width: 131px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.assign-role > ul span.toolbar {
    float: right;
    margin: 0px 0 0 0;
}
.assign-roles-right {
    float: right;
}
.assign-role > ul li.title {
    line-height: 30px;
    height: 30px;
    margin-bottom: 0;
    background: #f2f2f2;
}
.assign-role > ul li:hover {
    background: #f2f2f2;
}
.jyh_info_list{
        padding: 0;
    margin: 0;
}
#menuTree {
max-width: 100%;
overflow: auto;
height: 100%;
background-color: #fbfcfd;
}
#menuTree>ul {
position: relative;
}
#menuTree ul.txt-indent li {
padding-left: 20px;
display: block;
line-height: 28px;
position: relative;
font-size: 14px;
font-family: Microsoft YaHei;
color: #000;

}
#menuTree ul .txt:hover{background:#eff4f5;border-left-color:#eff4f5}
.nodemenu .btn-open, #menuTree>ul>li {
text-indent: 20px;
line-height: 40px;
box-sizing: border-box;
}
#menuTree ul .txt.active {
background-color: #eff4f5;
border-left-color: #21d376;
color: #337ab7;
}
#menuTree ul .txt {
padding-left: 0px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
border-left: 3px solid #fff;

}
#menuTree .txt>.icon {
width: 15px;
height: 12px;
margin: 10px 0 0 -15px;
background: url('../../Images/DocumentSystem/personal-icon.png') -312px 0px no-repeat;
vertical-align: middle;
display: inline-block;
float: left;
position: absolute;
}
#menuTree .txt>span {
white-space: normal;
text-overflow: ellipsis;
overflow: hidden;
cursor: pointer;
}
#menuTree .txt>.icon.open {
margin-top: 8px;
width: 13px;
height: 16px;
background: url('../../Images/DocumentSystem/personal-icon.png') -338px 0px no-repeat;
}
#menuTree ul ul .txt {
    padding-left: 0px;
    margin-left: 0;
    padding: 0 10px 0 10px;
}
#menuTree ul ul ul .txt {
padding-left: 20px;
}
#menuTree ul ul ul ul .txt {
padding-left: 40px;
}
#menuTree ul ul ul ul ul .txt {
padding-left: 60px;
}
.s-crumb {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px 0px 10px;
    margin-bottom:10px;
}
.s-crumb .s-crumb-left {
    width: -moz-calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    display: inline-block;
    margin-bottom:10px;
}
.s-crumb .s-crumb-right {
    width: 150px;
    display: inline-block;
    text-align: right;
}
a.nav-tab::before {
    content: "/";
    margin: 0px 5px;
    color: #333;
}

.s-title {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0 10px 10px;
    margin-top: 10px;
     border-bottom: 1px solid #e5e5e5;
}
.txt-label:nth-child(1) {
    margin-left: 5px;
}
.txt-label {
    margin: 0 10px 0 10px;
    float: left;
    height: 34px;
    line-height: 34px;
}
.s-title .form-control {
    padding-left: 15px;
}

.input-search {
    width: 200px;
    height: 34px;
    float: left;
}
.txt-select100 {
    float: left;
}

.txt-select100 .selection {
    width: 130px;
}

.input-group-left16 {
    margin-left: 16px;
}
.time-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.s-title .time-group .time-input {
    width: 130px;
}
.time-group .time-input {
    display: inline-table;
    vertical-align: middle;
    position: relative;
    width: 168px;
}
.s-title .time-input .input-time {
    width: 128px;
    background: url('../img/data-icon.png') 97px no-repeat !important;
}
.time-input .input-time {
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: 168px;
    margin-bottom: 0;
    height: 34px;
    background-color: #fff;
    background: url('../img/data-icon.png') 133px no-repeat !important;
}
.henxian {
    height: 2px;
    display: inline-block;
    width: 10px;
    vertical-align: middle;
    background-color: #ddd;
}
.selection {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    float: left;
    position: relative;
    vertical-align: middle;
}
.publish {
    position: relative;
    min-height: 560px;
}
.publish>.sidebar {
    width: 270px;
    position: absolute;
    right: 0;
    top: 0;
}
.publish-aside .alert {
    padding: 10px 15px;
    background: #FFF7ED;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.alert {
    border-radius: 3px;
    padding: 10px 15px 10px 35px;
    margin-bottom: 15px;
    position: relative;
    text-align: left;
}
.publish-aside .sort {
    padding: 0 0 10px;
    border-bottom: 1px solid #e2eaec;
    margin-bottom: 10px;
}
.publish-aside .alert:before {
    position: static;
}
.alert:before {
    content: "\f027";
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 5px;
    float: left;
    margin-top: -1px;
    color: #ffa900;
    position: absolute;
    left: 10px;
    top: 10px;
}
.publish-aside .sort p {
    line-height: 26px;
    margin-right: 10px;
}
.publish-aside .sort:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tag-out-box {
    padding: 0 5px;
    border: 1px solid #ced6d8;
    border-radius: 3px;
    cursor: text;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -5px;
    background: #fff;
}
.tag-out-box input[type=text].add-tag {
    height: 28px;
    width: 120px!important;
    padding: 0 5px;
    border: 0!important;
    box-shadow: none!important;
    background: transparent;
}
.tag-out-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.publish-aside .check li {
    margin-bottom: 5px;
}
.publish-aside .check input {
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.publish-aside .check:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.publish>.main {
    padding-right: 308px;
}
.publish-title {
    margin-bottom: 20px;
}
.publish-title label {
    display: block;
    margin-bottom: 5px;
}
.publish-title>p {
    position: relative;
}
.publish-title input[type=text] {
    height: 34px;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.publish-content {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.publish-content label {
    display: block;
    margin-bottom: 5px;
}



.newnodetree>ul {
position: relative;
}
.newnodetree ul.txt-indent li {
/* padding-left: 20px; */
display: block;
line-height: 28px;
position: relative;
font-size: 14px;
font-family: Microsoft YaHei;
color: #000;

}
.newnodetree ul .txt:hover{background:#eff4f5;border-left-color:#eff4f5}
.nodemenu .btn-open, .newnodetree>ul>li {
text-indent: 20px;
line-height: 40px;
box-sizing: border-box;
}
.newnodetree ul .txt.active {
background-color: #eff4f5;
border-left-color: #21d376;
color: #337ab7;
}
.newnodetree ul .txt {
padding-left: 0px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
border-left: 3px solid #fff;
margin-left:-20px;
}
.newnodetree .txt>.icon {
width: 15px;
height: 12px;
margin: 10px 0 0 -15px;
background: url('../../Images/DocumentSystem/personal-icon.png') -312px 0px no-repeat;
vertical-align: middle;
display: inline-block;
float: left;
position: absolute;
}
.newnodetree .txt>span {
white-space: normal;
text-overflow: ellipsis;
overflow: hidden;
cursor: pointer;
}
.newnodetree .txt>.icon.open {
margin-top: 8px;
width: 13px;
height: 16px;
background: url('../../Images/DocumentSystem/personal-icon.png') -338px 0px no-repeat;
}
.newnodetree ul ul .txt {
    padding-left: 0px;
    margin-left: 0;
}
.newnodetree ul ul ul .txt {
padding-left: 20px;
}
.newnodetree ul ul ul ul .txt {
padding-left: 40px;
}
.newnodetree ul ul ul ul ul .txt {
padding-left: 60px;
}
.form-group .alert {
    padding: 10px 15px;
    background: #FFF7ED;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 20px;
    margin-top:20px;
}
.form-group .alert:before {
    position: static;
}
.cf {
zoom: 1;
}
.reply_title {
_overflow: hidden;
margin-bottom: 20px;
}
.comment_detail .reply_title {
padding-bottom: 10px;
height: 36px;
border-bottom: 1px solid #eee;
margin-bottom: 15px;
}
.cf:after {
content: ".";
display: block;
clear: both;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
overflow: hidden;
}

.reply_title li {
float: left;
position: relative;
margin-bottom: -1px;
cursor: pointer;
}
.reply_title li.active h2 {
border-bottom: 1px solid #00a7e1;
}
.reply_title li h2 {
padding-bottom: 10px;
padding-bottom: 11px\9;
}
.comment_detail .reply_title h2 {
float: left;
font-family: Microsoft YaHei,Hiragino Sans GB;
font-size: 14px;
padding-top: 10px;
font-weight: normal;
}
.comment_detail .reply_title h2 a {
color: #333;
}
.comment_detail .reply_title h2 span {
color: #999;
padding-left: 10px;
font-size: 12px;
}
.comment_detail .reply_title h2 span.f_orange {
color: #ff5200;
padding: 0 5px 0 0;
font-size: 12px;
}
.node_side {
background: #fff;
border-radius: 3px;
padding: 15px;
border: 1px solid #e2eaec;
margin-bottom: 20px;
}
.node_side h3 {
font-size: 14px;
margin-bottom: 15px;
padding-bottom: 5px;
border-bottom: 1px solid #00a7e1;
}
.node_side li {
margin-bottom: 15px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.node_side ul {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-weight: 400;
vertical-align: baseline;
background: 0 0;
word-break: break-word;
}
.node_side a {
color: #428bca;
}
#bottom-bar .alert {
border-radius: 3px;
padding: 0 15px 0 35px;
margin-bottom: 0px;
position: relative;
text-align: left;
border: 0;
}
#bottom-bar .alert:before {
content: "\f0e5";
font-family: FontAwesome;
font-size: 20px;
margin-right: 5px;
float: left;
margin-top: -1px;
color: #ffa900;
position: absolute;
left: 10px;
top: 5px;
}
.header-avatar .pic .msg-counts {
    width: 15px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    border-radius: 15px;
    font-weight: bold;
    color: white;
    top: 0px;
    right: -4px;
    text-align: center;
        background: rgb(242, 116, 116);
}
.manage-area-title-left {
    position: fixed;
    top: 50px;
    left: 280px;
    line-height: normal;
}
.manage-area-title-left:before {
    display: inline-block;
    content: "";
    width: 0;
    vertical-align: middle;
    font-size: 0;
}
.tdtop9 {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background: #ebf3f9;
}
.tdItem {
    white-space: nowrap;
    text-align: right;
    background-color: #ebf3f9;
    line-height: 35px;
    border-bottom: dashed 1px #eee;
    empty-cells: show;
}

.tdContent {
    padding-left: 4px;
    text-align: left;
    border-bottom: dashed 1px #eee;
    word-break: break-all;
    empty-cells: show;
}
.list-column-man {
    background-color: #fff;
    border-top: #e9e9e9 1px solid;
    border-right: #e9e9e9 1px solid;
    border-bottom: #e9e9e9 1px solid;
    padding: 8px 16px 8px 16px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    position: absolute;
    width: 522px;
    left: 70px;
    top: 0px;
    display: block;
}
.list-column {
    line-height: 32px;
    clear: both;
}
.list-column .cr999 {
    line-height: 32px;
    font-size: 14px;
    color: #999999;
    display: inline-block;
    min-width: 78px;
    overflow: hidden;
    text-align: right;
}
.cr999 span {
    display: inline-block;
    margin: 0 5px;
}
.thrid-menu {
    float: left;
    /* margin-left: -5px; */
    display: inline-block;
    width: 410px;
}
.list-column .column-txt a:nth-child(1) {
    margin-left: 0;
}
.list-column .column-txt .txt, .list-column .column-txt .txt-a {
    line-height: 32px;
    font-size: 14px;
    display: inline-block;
    margin-right: 6px;
    color: #222;
}
.list-column .column-txt .txt:before {
    content: "|";
    margin-right: 5px;
    font-size: 8px;
    color: #cccccc;
}
.list-column .column-txt .txt:first-child:before {
    content: "";
    margin-right: 5px;
    font-size: 8px;
    color: #cccccc;
}
.divtables .table thead > tr
{
    background: #f8fafc!important;
    color: #999!important;
    border-top: 1px solid #eee;
}
.producttag ul{
margin: 0;
    padding: 0;
    list-style-type: none;

}
.producttag ul li{
    color: #fff;
    margin: 4px;
    padding: 1px 8px;
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 13px;
    background-color: #f8ac59;

}
ul {
    padding: 0;
    margin: 0;
}
.wo-header .wo_channels {
height: 48px;
width: 48px;
border-radius: 3px;
border: 1px solid #ced6d8;
font-size: 26px;
color: #8C8C8C;
float: left;
position: relative;
text-align: center;
line-height: 48px;
font-family: FontAwesome;
}
.wo-header .wo_channels:after {
content: "\f0d1";
}
.jyh_detail * {
    box-sizing: border-box;
}
.jyh_detail .jyh_detail_header {
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px #d3d8db;
    -moz-box-shadow: 0 1px 1px #d3d8db;
    box-shadow: 0 1px 1px #d3d8db;
}
.jyh_header .grid_align_spread {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.jyh_header_grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.jyh_header .jyh_header_businfo {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex: 1 1 0;
}
.jyh_header .jyh_header_businfo .jyh_header_primary {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.jyh_header .jyh_header_businfo .jyh_header_primary .jyh_header_col {
    min-width: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.jyh_header_grid .jyh_header_title {
    height: 44px;
    min-width: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.jyh_header .jyh_header_field .jyh_header_title span {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    max-width: 460px;
    height: 40px;
    padding-left: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333940;
}
.jyh_header .jyh_header_businfo .jyh_header_account {
    background: url(../img/jyh_icos.png) no-repeat;
}
.jyh_header .jyh_header_businfo .jyh_header_account4 {
    background: url(../img/jyh_icos.png) 0px -120px no-repeat;
}
.jyh_header .jyh_header_businfo .jyh_header_account5 {
    background: url(../img/jyh_icos.png) 0px -366px no-repeat;
}
.jyh_header .jyh_header_businfo .jyh_header_figure {
    display: block;
    float: left;
    height: 40px;
    padding-left: 0;
}
.jyh_header .jyh_header_businfo .jyh_header_title .jyh_header_figure:nth-child(2) {
    padding-left: 0!important;
}
.jyh_header .jyh_header_menu.jyh_header_col {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.jyh_buttonbar {
    position: relative;
}
.jyh_buttonbar .jyh_buttonbar_list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
}
.jyh_buttonbar .jyh_buttonbar_list>li {
    position: relative;
}
.jyh_buttonbar .jyh_buttonbar_list>li:first-child .jyh_buttonbar_link {
    border-radius: 4px 0 0 4px;
}
.jyh_buttonbar .jyh_buttonbar_list>li a.jyh_buttonbar_link {
    border-right: none;
}
.jyh_buttonbar .jyh_buttonbar_list>li .jyh_buttonbar_link {
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
    text-decoration: none;
}
.jyh_buttonbar .jyh_buttonbar_list>li .jyh_buttonbar_link {
    font-size: 12px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-sizing: content-box;
    max-width: 570px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #475059;
    border: 1px solid #a3b8cc;
    border-right: none;
    background-color: #fff;
}
.jyh_buttonbar .jyh_buttonbar_list>li .jyh_buttonbar_link:hover{color:#fff;border:1px solid #00aaef;border-right:none;background-color:#00aaef}
.jyh_buttonbar .jyh_buttonbar_menu {
    position: absolute;
    z-index: 999;
    top: 32px;
    right: 0;
    width: 127px;
    padding: 5px 0;
    border: 1px solid #adc3d9;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
}
.jyh_buttonbar .jyh_buttonbar_menu ul li {
    line-height: 30px;
    position: relative;
    height: 30px;
    cursor: pointer;
}
.jyh_buttonbar .jyh_buttonbar_menu .jyh_buttonbar_item {
    font-size: 12px;
    display: block;
    overflow: hidden;
    max-width: 100%;
    padding-left: 17px;
    text-decoration: none;
    color: #475059;
}
.jyh_buttonbar .jyh_buttonbar_menu .jyh_buttonbar_item span {
    display: inline-block;
    overflow: hidden;
    max-width: 90px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jyh_buttonbar .jyh_buttonbar_list>li:last-child {
    margin-right: 0;
    position: relative;
}
.jyh_buttonbar .jyh_buttonbar_list>li:last-child .jyh_buttonbar_link {
    border-right: 1px solid #a3b8cc!important;
    border-radius: 0 4px 4px 0;
}
.jyh_header .jyh_header_detail {
    margin-left: 30px;
}
.jyh_header .jyh_header_detail {
    overflow: hidden;
    margin: 10px 0 0 30px;
}
.jyh_header .jyh_header_detail .jyh_header_sedfields {
    font-size: .875rem;
    line-height: 1.5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: left;
    color: #16325c;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jyh_header .jyh_header_detail .jyh_header_sedfields li {
    border-right: 10px solid #fff;
    background-color: #fff;
	box-sizing: border-box;
}
.jyh_header .jyh_header_detail .size-1-of-5 {
    width: 20%;
}
.jyh_header .jyh_header_detail .jyh_header_sedfields .jyh_header_item {
    margin: 10px 0 -3px 20px;
}
.jyh_header .jyh_header_detail .jyh_header_sedfields .jyh_header_item .jyh_header_label {
    font-size: 12px;
    width: 100%;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #8fa1b2;
}
.jyh_header .jyh_header_detail .jyh_header_sedfields .jyh_header_item .jyh_header_value {
    font-size: 14px;
    color: #475059;
}
.jyh_header_recordcell {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    padding-right: 1rem;
    white-space: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}
.jyh_info_sec {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dashed #eef2f4;
}.jyh_info_title {
    font-size: 14px;
    margin-bottom: -2px;
    margin-top: 2px;
	color: #3d3e40;
}
.jyh_info_list .jyh_info_item {
    float: left;
    padding: 7px 10px;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
	width: 50%;
}
.jyh_info_item .jyh_info_label {
    width: 100%;
    height: 12px;
	line-height: 12px;
    color: #8fa1b2;
	font-size: 12px;
}
.jyh_info_item .jyh_info_data {
    font-size: 14px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding-right: 20px;
    color: #333940;
    position: relative;
}
.jyh_info_item .jyh_info_data span{
   cursor: pointer;
}
.jyh_info_item .jyh_info_null {
    color: #cfd6e5;

}
.jyh_info_item:hover{background-color:#f2f4f7}
.jyh_header_value a.item-user img {
    width: 22px;
    height: 22px;
}
.jyh_info_data input.text{line-height:30px;width:calc(100% - 2px);width:-webkit-calc(100% - 2px);width:-moz-calc(100% - 2px);height:30px;text-indent:5px;border:1px solid #a3b8cc;border-radius:4px;background-color:#fff;background-image:none}
.jyh_info_list .jyh_info_items {
    float: left;
    padding: 7px 10px;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
    width: 100%;
}
.jyh_info_items .jyh_info_label {
    width: 100%;
    height: 12px;
    line-height: 12px;
    color: #8fa1b2;
    font-size: 12px;
}
.jyh_info_items .jyh_info_data {
    font-size: 14px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding-right: 20px;
    color: #333940;
    position: relative;
}
.jyh_info_items .jyh_info_data span{
   cursor: pointer;
}
.jyh_info_items .jyh_info_null {
    color: #cfd6e5;

}
.jyh_info_items:hover{background-color:#f2f4f7}
.new_list {
margin: 0 10px 20px 30px;
padding-top: 10px;
font-size: 12px;
}
.new_list .field {
position: relative;
min-height: 38px;
padding: 5px 0;
}
.field .necessary {
/*position: absolute;*/
top: 5px;
left: -15px;
color: #ff4800;
}
.field .field_name {
float: left;
width: 95px;
margin-right: 5px;
padding: 10px 0;
color: #3d5266;
word-break: break-all;
line-height: 16px;
}
.new_list .field .field_content {
margin-top: 1px;
min-width: 300px;
}
.field .field_content {
line-height: 36px;
position: relative;
float: left;
max-width: 420px;
margin: 7px 0 0;
padding-right: 20px;
color: #3d5266;
}
.new_list input.text {
background: #FFF;
border: 1px solid #DDD;
border-radius: 3px;
height: 30px;
line-height: 30px;
padding-left: 5px;
width: 253px;
}
.new_list select {
    width: 253px;
        font-size: 12px;
        line-height: 30px;
        border: 1px solid #DDD;
border-radius: 3px;
background: #FFF;
height: 30px;
}
.field_content label {
    width: 90px;
    display: block;
    float: left;
    word-break: break-all;
    font-weight: 400;
}
.tjdivpublicwindowyy .down_buttom{float: right;
    margin: 10px 10px 0 0;}
  .tjdivpublicwindowyy .cancel_button{border: 1px solid #a3b8cc;
    color: #475059;
    background: 0 0;padding: 0 25px;
    height: 32px;
    line-height: 32px;}  
      .tjdivpublicwindowyy .save_button{padding: 0 20px;
    background: #00aaef;
    border: 1px solid #00aaef;  margin-left: 12px; 
    height: 32px;
    line-height: 32px;
    display: block;}  
    a.cancel_button {
    display: block;
    float: left;
    color: #959ca8;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background: #f7f7f9;
}

a.save_button {
    display: block;
    float: left;
    color: #fff!important;
    border: 1px solid #26bf8c;
    border-radius: 3px;
    background: #26bf8c;
}
.tjdivpublicwindowyy a.save_button:hover{background:#0092cc;border:1px solid #0092cc}
.tjdivpublicwindowyy a.cancel_button:hover{text-decoration:none;color:#00aaef!important;border:1px solid #00aaef;background:#fff}
.topic {
    float: left;
    margin: 3px 0 0 0;
}
.topic_show li {
    line-height: 22px;
    display: block;
    float: left;
    height: 22px;
    height: auto !important;
    margin: 0 5px 5px 0;
    padding: 0 6px;
    text-decoration: none;
    color: #525252;
    border-radius: 2px;
    background: #dbe8fe;
}
.topic_show li span {
    float: left;
}
.topic_show li span a {
    float: left;
    width: auto;
    height: auto !important;
    color: #525252;
    background: none;
    font-size:12px;
}
.topic_show li a {
    display: block;
    float: left;
    width: 13px;
    height: 22px;
    margin-left: 4px;
    text-decoration: none;
    background: url(../img/delect01.jpg) center no-repeat;
}
.assign-roles-content {
    margin-top: 20px;
}
.assign-roles-left {
    float: left;
    width: 250px;
    height: 100%;
    border-right: 1px solid #ddd;
}
.assign-roles-left .assign-role:first-child {
    margin-right: 30px;
}
.assign-role {
    float: left;
}
.assign-role span.title {
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
}
.assign-role span.title > span {
    float: left;
}
.assign-role > ul {
    float: left;
    overflow-y: auto;
    width: 203px;
    height: 440px;
    border: 1px solid #ddd;
}
.assign-role > ul li {
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    border-bottom: 1px dashed #eeefef;
}
.assign-role > ul li span.name {
    display: inline-block;
    overflow: hidden;
    max-width: 131px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.assign-role > ul span.toolbar {
    float: right;
    margin: 0px 0 0 0;
}
.assign-roles-right {
    float: right;
}
.assign-role > ul li.title {
    line-height: 30px;
    height: 30px;
    margin-bottom: 0;
    background: #f2f2f2;
}
.assign-role > ul li:hover {
    background: #f2f2f2;
}
.jkf_content {
    overflow: hidden;
    margin-bottom: 10px;
}
.plantflom-main-panel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.ykf_listpreview {
    width: 100%;
}
.jkf_group_members {
    background-color: #fff;
    margin-bottom: 20px;
    padding-top: 20px;
}
.jkf_group_members .jkf_group_members_header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 0 20px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.jkf_group_members_header .jkf_group_members_header_lf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #475059;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex: 1 1 0;
}
.jkf_group_members_header .jkf_group_members_header_lr {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.jkf_group_members_body>ul>li:hover {
    background-color: #f9fafc;
}
.jkf_group_members_body>ul>li {
    height: 60px;
    padding: 0 28px;
}
.jkf_group_members_con {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.jkf_group_members_con .jkf_group_members_con_lf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #475059;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex: 1 1 0;
}
.jkf_group_members_con .jkf_group_members_con_lr {
    text-align: right;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.jkf_group_members_con_lf .jkf_group_members_avarter {
    margin-top: 10px;
}
.jkf_group_members_con_lf .jkf_group_members_info {
    margin: 8px 0 0 12px;
}
.jkf_group_members_con_lf .jkf_group_members_info span {
    display: block;
}
.jkf_group_members_con_lf .jkf_group_members_info .jkf_group_members_name {
    font-size: 14px;
    color: #475059;
    display: inline-block;
    max-width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.jkf_group_members_con_lf .jkf_group_members_avarter img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}
.jkf_group_members_con .jkf_group_members_con_lr>ul {
    margin-top: 20px;
}
.jkf_group_members_con_lf .jkf_group_members_info .jkf_group_members_title {
    color: #8fa1b2;
    max-width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.jkf_group_members_con .jkf_group_members_con_lr>ul>li {
    position: relative;
    float: left;
    width: 120px;
	text-align: left;
}
.jkf_group_members_con_lr .jkf_group_members_role {
    display: block;
    margin-right: 30px;
    color: #8fa1b2;
}
.menu_one{
height: 60px;
padding: 0 28px;
}
.menu_two{
height: 60px;
padding: 0 28px;
}
.menu_one:hover {
    background-color: #f9fafc;
}
.menu_two:hover {
    background-color: #f9fafc;
}
.pop_up_content {
    overflow: visible;
    padding: 0;
    background: #fff;
}
.pop_up_content_inner {
    margin: 0 0 20px 40px;
    padding-top: 20px;
}
.step_flow .process .corners {
    position: absolute;
    top: -5px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #e1e4e9;
}
.step_flow {
    height: 70px;
    color: #8fa1b2;
}
.step_first {
    float: left;
    width: 100px;
}
.step_first p {
    white-space: nowrap;
}
.step_flow .process {
    position: relative;
    height: 3px;
    margin-top: 10px;
    background: #e1e4e9;
}
.step_first .process, .step_passed .process, .step_passed .process .corners {
    background: #00aaef;
}

.step_first .process .corners {
    left: 0;
    background: #00aaef;
}

.step_middle {
    float: left;
    width: 200px;
    text-align: center;
}
.step_middle .process .corners {
    left: 50%;
    margin-left: -6px;
}
.step_last {
    float: left;
    width: 100px;
    text-align: right;
}
.step_last .process .corners {
    right: 0;
}
.pop_up_content .pop_item {
    margin-bottom: 20px;
}
.pop_item.pop-item-plus span:nth-child(1) {
    display: block;
}
.pop_item.pop-item-plus div.download-tem {
    margin-left: 24px;
}
.pop_item.pop-item-plus div.download-tem span:nth-child(1) select {
    width: 203px!important;
    margin: 15px 0;
}
.js-down_template a {
    color: #3399cc;
}
.pop_up_content .pop_item .pop_item_content {
    margin-left: 25px;
    margin-top: 10px;
    line-height: 2em;
}
.pop_up_content .pop_item a.more {
    color: #959ca8;
}
.pop_up_content .pop_item .pop_item_content div {
    margin-bottom: 8px;
}
.pop_up_content .pop_item .pop_info {
    background: #fff;
    margin: 5px 0 0;
    width: 350px;
    padding: 10px;
    color: #959ca8;
    line-height: 2em;
}
.pop_up_content .pop_item .pop_item_content span {
    margin-right: 10px;
}
.fileinput-button {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #eee url(../img/upload.png) 4px center no-repeat;
    color: #525252;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding-left: 24px;
    float: none !important;
}
.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 14px;
    direction: ltr;
    cursor: pointer;
}
.import_process {
    width: 400px;
    margin-bottom: 30px;
}
.process_bar {
    width: 100%;
    height: 30px;
    background: #f6f6f6;
}
.process_bar .process_now {
    position: relative;
    width: 0;
    min-width: 16px;
    height: 30px;
    background: #6abd3d;
}
.process_bar .process_now .percent {
    position: absolute;
    top: 10px;
    right: 5px;
    color: #fff;
}
.import_info {
    margin-top: 10px;
}
.import_info .num {
    margin: 0 5px;
    color: #ff7d1d;
}
.pop_tip {
    line-height: 30px;
    color: #888;
}
.show_attachment_upload {
    clear: both;
    width: 350px;
    padding-top: 10px;
}
.show_attachment_upload .show_attachment_border {
    margin-bottom: 10px;
}
.show_attachment_border {
    position: relative;
    border: 1px solid #ececec;
    background: #f8f9f9;
}
.show_attachment_upload .uploadifyQueue {
    width: auto;
}
.uploadifyQueue {
    line-height: none;
    display: none;
    float: left;
    clear: both;
    width: auto;
    margin: 0 0 8px;
}
.uploadifyQueueItem {
    margin-bottom: 2px!important;
}
.uploadifyQueueItem {
    position: relative;
    height: auto;
    padding: 10px 0 0;
}
.uploadifyQueueItem .fileDownload {
    float: right;
    margin: 5px 10px 0 0;
}

.uploadifyQueueItem .fileDownload a {
    line-height: 16px;
    display: block;
    float: left;
    height: 16px;
    padding-left: 16px;
    color: #4a4a4a;
    background: url(../img/file_download.png) left center no-repeat;
}
.name_card {
    position: fixed;
    width: 360px;
    height: auto;
    background: #fff;
    z-index: 100001;
}
.name_card_border {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 4px 1px #ddd;
    -moz-box-shadow: 0 0 4px 1px #ddd;
    box-shadow: 0 0 4px 1px #ddd;
}
.name_card_content {
    margin: 20px;
}
.name_card_content .face {
    display: block;
    float: left;
    width: 110px;
    height: 110px;
    border: 3px solid #f7f7f7;
    border-radius: 2px;
}
.name_card_content .info {
    float: left;
    width: 182px;
    margin: 0 0 0 20px;
}
.name_card_content .info .name {
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
}
.case_list .list_item span.label, .name_card_content .info .name {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.name_card_content .info .name a, .name_card_content .info .name a:visited {
    color: #1587ce;
}
.name_card_content .info .title {
    margin-bottom: 6px;
	font-size: 14px;
}
.name_card_content .info .title span {
    display: block;
    float: left;
    margin-right: 10px;
}
.name_card_content .info .contact, .name_card_content .info .contact .mail_text a {
    color: #959595;
}
.name_card_content .info .contact span {
    line-height: 21px;
    display: block;
    float: left;
    height: 21px;
	font-size: 10px;
}
.name_card_content .info .contact .mail_text {
    overflow: hidden;
    width: 140px;
}
.name_card .arrow_left {
    left: -5px;
    background: url(../img/card_arrow.png) no-repeat;
}
.name_card .arrow_left, .name_card .arrow_right {
    position: absolute;
    top: 50%;
    display: block;
    width: 6px;
    height: 11px;
    margin-top: 8px;
}
.name_card .arrow_down {
    bottom: -5px;
    background: url(../img/card_arrow.png) 0 -28px no-repeat;
}
.name_card .arrow_down, .name_card .arrow_up {
    position: absolute;
    left: 50%;
    width: 11px;
    height: 6px;
    margin-left: 8px;
    display: block;
}
.name_card .arrow_up {
    top: -5px;
    background: url(../img/card_arrow.png) 0 -11px no-repeat;
}
.name_card_content .info .contact br{clear:left}
.name_card_content .info .contact .mail_text a:hover{color:#525252}
.bodyss .col-8 {
    width: 66.66666667%;
}
.bodyss .show-grid {
    background-color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    clear: both;
}
.bodyss .show-grid .xsyIndexFeed, ..bodyss .show-grid .xsyIndexSchedule {
    padding-bottom: 20px;
}
.bodyss .xsy_gridlayout_lastchild {
    margin-bottom: 0;
}
.bodyss .show-grid .assembly-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eef2f4;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 16px;
}
.rk-feed-content {
    height: 100%;
    margin: 0 28px;
}
.rk-avtive-publish {
    border: 1px solid #d4dadf;
    border-radius: 3px;
    width: 100%;
}
.rk-edit-frame {
    padding: 5px 10px;
}
.rk-avtive-publish textarea {
    font-size: 13px;
    width: 100%;
    height: 20px;
    margin-top: 5px;
    border: none;
}
.rk-feed-list {
    margin-top: 25px;
}
.ui-tabs.ui-widget-content {
    background: none;
}
.ui-tabs {
    padding: 0px;
}
.ui-widget-content {
    border: none;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-radius: 0px;
}
.ui-widget-content {
    color: #3d5266;
}
.ui-widget {
    font-size: 12px;
}
.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed"); */
    padding: .2em;
}
.rk-feed-list .ui-tabs .ui-tabs-nav {
    border-bottom: 1px solid #eee;
}
.ui-tabs .ui-tabs-nav {
    padding: 0px;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-widget-header {
    color: #fff;
}
.ui-widget-header {
    border: none;
    background: none;
}

.ui-helper-clearfix {
    min-height: 0;
    /* support: IE7; */
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    margin-left: 4px;
    text-align: center;
    border: none;
    background: none;
}
.ui-tabs .ui-tabs-nav li.active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li {
    margin-right: 30px;
}
.rk-feed-list .ui-tabs .ui-tabs-nav li.active a {
    font-size: 14px;
    padding-bottom: 7px;
    letter-spacing: 0;
}
.rk-feed-list .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    font-size: 14px;
    padding-bottom: 7px;
    letter-spacing: 0;
}
.ui-tabs .ui-tabs-nav li.active a {
    border-bottom: 3px solid #15a4fa;
    padding-bottom: 5px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    border-bottom: 3px solid #15a4fa;
    padding-bottom: 5px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li a {
    font-size: 13px;
    color: #5f6b7e;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
}
.rk-feed-list .ui-tabs .ui-tabs-nav a {
    font-size: 14px;
    letter-spacing: 0;
}
.rk-feed-list .ui-tabs .ui-tabs-panel {
    position: relative;
    min-height: 500px;
    margin-top: 0;
}
.ui-tabs .ui-tabs-panel {
    padding: 0px;
    margin-top: 25px;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
a.new_feed {
    color: #e39b02;
    background: #fef0be;
}
a.feed_loading, a.new_feed {
    font-size: 12px;
    display: block;
    height: 30px;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
}
.js-feed-flow {
    padding-bottom: 155px;
}
.feed-show-content {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding-top: 24px;
    border-bottom: 1px dotted #eee;
}
.ui-widget-content a {
    color: #3399cc;
}
.feed-show-content .userpic {
    position: absolute;
    top: 24px;
    left: 0;
    width: 42px;
    height: 42px;
   /* border: 1px solid #ddd;
    border-radius: 3px;*/
}
.feed-right-content {
    position: relative;
    margin: 0 0 0 57px;
}
.feed-comefrom {
    overflow: hidden;
}
.feed-show-info a.username {
    float: left;
    margin-right: 4px;
    text-decoration: none;
}
.feed-show-info label.feed-info-group {
    display: inline-block;
    float: left;
    width: 1px;
    height: 12px;
    margin: 2px 10px 0 8px;
    background: #b3bccc;
}
.feed-show-info p {
    line-height: 21px;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
    color: #3d5266;
	    margin: 0 0 0px;
}
p.feed-group-name {
    line-height: 16px;
    clear: none;
    margin-top: 0!important;
    padding: 0;
    word-wrap: break-word;
    word-break: break-all;
}
p.feed-group-name, p.feed-group-name a {
    width: auto;
    float: left;
    overflow: hidden;
	    margin: 0 0 0px;
}


.feed-group-name span.feed-group-class {
    width: 14px;
    height: 14px;
    margin: 0 5px 0 0!important;
}
p.feed-group-name a {
    display: block;
    max-width: 600px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    color: #5f6b7e;
    -o-text-overflow: ellipsis;
}
p.feed-group-name, p.feed-group-name a {
    width: auto;
    float: left;
    overflow: hidden;
}
p.feed-group-name span.feed-group-p {
    height: 12px;
}
span.feed-group-p {
    display: block;
    float: left;
    width: 16px;
    height: 28px;
    margin: 3px 0 0 4px;
    text-indent: -9999px;
    
}
.feed-addition {
    clear: both;
    overflow: hidden;
    margin: 10px 0 0;
}
.feed-show-tool {
    float: left;
    clear: left;
    width: 100%;
    height: auto;
    height: 16px;
    margin-top: 12px;
    margin-bottom: 16px;
}
a.feed_loading {
    padding-left: 80px;
    color: #5f6b7e;
    background: url(../img/loading1.gif) center center no-repeat;
}
a.feed_loading, a.new_feed {
    font-size: 12px;
    display: block;
    height: 30px;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
}
.feed-show-footer {
    position: relative;
    float: left;
    width: 100%;
    height: 52px;
    border-bottom: 1px dotted #eee;
}
.feed-show-footer a.return-index {
    position: absolute;
    top: 17px;
    color: #959ca8;
}
.rk-edit-frame {
    padding: 5px 10px;
}
.rk-avtive-publish .textarea, .rk-avtive-publish textarea {
    font-size: 13px;
    width: 100%;
    height: 20px;
    margin-top: 5px;
    border: none;
}
.pm_face .group_face, .rk-edit-bottom {
    margin: 0 1px 1px;
}
.rk-sent {
    position: relative;
    width: 100%;
    height: 46px;
    border-top: 1px solid #ebebeb;
    background: #f8f8f8;
}
ul.rk-sent-add {
    position: absolute;
    top: 1px;
    left: 0;
}
.rk-sent-button {
    float: right;
    margin: 10px 10px 0 0;
}
.rk-sent, .rk-sent-add li {
    float: left;
}
ul.rk-sent-add li a.rk-feed-attach, ul.rk-sent-add li a.rk-feed-attach:visited {
    line-height: 46px;
    display: block;
    height: 46px;
    padding: 0 8px 0 24px;
    text-decoration: none;
    color: #5f6b7e;
}
ul.rk-sent-add li i {
    display: inline-block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 17px 5px 0 0;
}
.rk-sent-button .rk-cancel-btn, .rk-sent-button .rk-sent-btn {
    line-height: 26px;
    width: 64px;
    height: 26px;
    margin-left: 20px;
    text-align: center;
    color: #fff;
}
a.pg-btn-green {
    float: left;
    background: #00aaef;
}
a.pg-btn-green, a.pg-btn-lawngreen {
    color: #fff;
    border-radius: 4px;
    display: block;
}
.upload_popup_morepic {
    left: -1px;
    -webkit-box-shadow: 0 0 3px 3px #e3e3e3;
    box-shadow: 0 0 3px 3px #e3e3e3;
}
.upload_popup_morefile, .upload_popup_morepic {
    z-index: 12;
    border-radius: 5px;
    background: #fff;
    top: 43px;
    position: absolute;
}
.pop_up_arrow {
    position: absolute;
    z-index: 2;
    top: -5px;
    left: 50%;
    display: block;
    width: 10px;
    height: 6px;
    margin-left: -120px;
    background: url(../img/arrow_up01.png) center no-repeat;
}
.upload_more_frame {
    overflow: hidden;
    width: 310px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
}
.upload_more_frame h5 {
    font-weight: 400;
    line-height: 30px;
    position: relative;
    height: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #f2f2f2;
	    margin-top: 0px;
}
.upload_more_frame h5 span {
    font-weight: 700;
    margin-left: 10px;
    color: #666;
}
.rk-add-file.active .rk-fileAdd a, .rk-add-img.active .rk-imgAdd a, .rk-sent-add .active a, ul.rk-sent-add li a.rk-feed-attach:visited, ul.rk-sent-add li:hover a {
    color: #47a0de;
}
.upload_more_frame h5 a.close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/button_pm_close.png) center no-repeat;
}
.upload_more_frame .pic_show {
    clear: both;
    margin: 15px 20px;
}
.upload_more_frame p {
    line-height: 22px;
    color: #8fa1b2;
	    margin: 0 0 0px;
		font-size:12px;
}
.upload_more_frame .pic_show span.des {
    display: inline-block;
    float: none;
    margin-right: 0;
    margin-left: 3px;
    color: #8fa1b2;
}
.upload_more_frame .pic_show ul.pic_list {
    clear: both;
    overflow: hidden;
    margin-top: 5px;
}
.upload_more_frame .pic_show ul.pic_list li.add {
    width: 82px;
    height: 82px;
}
.upload_more_frame .pic_show ul.pic_list li {
    line-height: 80px;
    position: relative;
    float: left!important;
    clear: none!important;
    overflow: hidden;
    margin: 0 5px 5px 0!important;
    text-align: center;
}.upload_more_frame .pic_show ul.pic_list li a {
    position: relative;
    display: inline-block;
    float: left;
    width: 80px;
}
.upload_more_frame a.add_img_btn {
    display: block;
    width: 82px!important;
    height: 82px;
    border: none;
    background: url(../img/add_img_normal.png) center center no-repeat;
}
.oa-panel-body-nav {
    line-height: 36px;
    overflow: hidden;
    height: 36px;
    margin: 10px 0 20px;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    background: #eee;
}
.oa-panel-task-type {
    display: inline-block;
    width: 100%;
}
.oa-panel-task-type span.header-type:nth-child(1) {
    border-right: 1px solid #dcdcdc;
}
.oa-panel-schedule-type span.header-type {
    width: 112px;
}
.oa-panel-task-type span.header-type {
    float: left;
    width: 50%;
    text-align: center;
}
.oa-panel-schedule-type span.header-type, .oa-panel-schedule-type span.header-type:last-of-type {
    width: 33%!important;
}
.oa-panel-task-type .active {
    background: #fff;
}
.oa-panel-task-type span {
    display: block;
    float: left;
}
.oa-panel-task-type .active a {
    color: #2e3847;
}
.oa-panel-task-type a {
    font-size: 13px;
    display: block;
    padding: 0 10px;
    color: #999;
}
.oa-panel-task-type span.header-type:nth-child(3) {
    border-left: 1px solid #dcdcdc;
}
.btn-defaults {
    border: 1px solid #a3b8cc;
    background-color: #fff;
	color: #999;
}
.btn-defaults.active,.btn-defaults:hover {
   background-color: #00aaef;
    border: 1px solid transparent;
    color: #fff;
}
.emptycontentss {
    padding: 10px 20px;
    text-align: left;
    color: #333;
    border-radius: 5px;
    border: 1px dashed #e2eaec;
}
#tjdiv-wrappublicwindowx{
    position: fixed;
    z-index: 100002;
    line-height: 40px;
	background-color: rgb(249, 249, 249);

    border-radius: 5px;
        -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.5);
	box-shadow: 0 4px 30px rgba(0,0,0,.5);
	overflow-y: hidden;
	overflow-x: hidden;

}
#tjdivpublicwindowx1 {
	
}
#tjdivpublicwindowx2 {
	padding:0 30px 10px 30px;
}
.tjdivpublicwindowyyx {
	padding:0 30px 0px 30px;
}
#tjdiv-headerpublicwindowx {
    height: 40px;
    background: #5da5e6;
    cursor: pointer;
}
#tjdiv-headerpublicwindowx .tjfontpublicwindowx{
	position:relative; 
	text-align: center;
}
#tjdiv-headerpublicwindowx .tjclosepublicwindowx{
	position:absolute; 
	right:10px;
	top:0px;
	color:#fff
}
#tjdiv-headerpublicwindowx .tjmaketruepublicwindowx{
	position:absolute; 
	right:30px;
	top:0px;
	color:#fff
}
.tjdivpublicwindowyyx .down_buttom{float: right;
    margin: 10px 10px 0 0;}
  .tjdivpublicwindowyyx .cancel_button{border: 1px solid #a3b8cc;
    color: #475059;
    background: 0 0;padding: 0 25px;
    height: 32px;
    line-height: 32px;}  
      .tjdivpublicwindowyyx .save_button{padding: 0 20px;
    background: #00aaef;
    border: 1px solid #00aaef;  margin-left: 12px; 
    height: 32px;
    line-height: 32px;
    display: block;}  
    a.cancel_button {
    display: block;
    float: left;
    color: #959ca8;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background: #f7f7f9;
}

.tjdivpublicwindowyyx a.save_button:hover{background:#0092cc;border:1px solid #0092cc}
.tjdivpublicwindowyyx a.cancel_button:hover{text-decoration:none;color:#00aaef!important;border:1px solid #00aaef;background:#fff}

.notification-menu {
float: left;
padding: 0 15px;
height: 50px;
line-height: 50px;
border-left: 1px solid rgba(0,0,0,.05);
border-right: 1px solid rgba(0,0,0,.05);
}

.notification-menu>li {
float: left;
margin-left: 18px;
position: relative;
height: 50px;
line-height: 50px;
}
.notification-menu>li:first-child {
margin-left: 0;
}
.notification-menu>li>a {
color: #fff;
font-size: 20px;
}

.popover-title:empty {
    display: none;
}
.ng-cloak { display: none; }
 .phone-bar{ float: left; font-size: 16px; line-height: 28px; margin-top: -5px; } .phone-bar .phone_bar_btn{ display: -ms-flexbox; display: flex; padding-left: 16px; } .phone-bar .phone_bar_btn span { display: inline-block; border: 1px solid #d2d2d2; border-radius: 50%; margin-right: 6px; width: 34px; height: 34px; cursor: pointer; font-size: 16px; text-align: center; line-height: 34px; color: #ffffff; box-shadow: #797979 2px 4px 10px 0px; } .icon-dianhua:before { content: "\E632"; } #softphone_phonestate_dropdown a.btn-success { background: #84bc25; } #peer_state { position: relative; } #peer_state .state_time { padding: 1px 8px; font-weight: bold; width: 50px; display: none; } #softphone_phonestate_dropdown img.state_line { width: 0; height: 16px; border-left: 1px solid #fff; } #peer_state .state_line { margin-top: 2px; margin-right: 4px; display: none; } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .dialoutPopoverHtml+.popover { max-width: 330px; min-width: 300px; } .popover.bottom { margin-top: 10px; }.dialout_wrap {     border: 1px solid #2C96C5;     border-radius: 2px;     position: relative; } #dialout_input_pop {     width: 226px;     height: 24px;     box-sizing: border-box;     border: none; } .dialout_button_wrap {     position: absolute;     width: 50px;     height: 24px;     background-color: #2C96C5;     right: 0;     top: 0;     cursor: pointer; } .dialout_wrap:after, #cdr_history-item li:after, .add-memory-ability:after {     content: "";     display: block;     clear: both; } .dialout_button {     display: inline-block;     background: url(../img/do_action_icon.png) no-repeat 0 0;     background-size: 100%; } .dialout_button {     -webkit-filter: brightness(2);     width: 20px;     height: 20px;     background-position: 0 -178px;     background-size: 100%;     margin: 2px 0 0 16px; } .cdr_history-wrap {     font-size: 14px; } #cdr_history-item li {     white-space: nowrap;     padding-top: 10px;     min-width: 250px; } #cdr_history-item li div {     display: inline-block; } .cdr_history-icon img {     width: 15px;     padding-bottom: 3px; } #cdr_history-item li div {     display: inline-block; } .cdr_history-time {     padding-left: 4px;     color: #C2C2C2; } .cdr_history-dialout {     color: #7FD9C7;     padding-left: 6px;     cursor: pointer; } .cdr_history-dialout {     color: #7FD9C7;     padding-left: 6px;     cursor: pointer; } #cdr_history-item .cdr-history-phone {     max-width: 8em;     white-space: nowrap;     text-overflow: ellipsis;     overflow: hidden;     vertical-align: bottom; } .state_im {     display: none;     position: absolute;     border-radius: 3px;     box-shadow: 0 1px 10px rgba(0,0,0,.2);     top: 30px;     left: 50%;     margin-left: -32px; } .state_im:before {     content: "";     position: absolute;     z-index: 1;     left: 50%;     margin-left: -8px;     top: -5px;     display: inline-block;     width: 0;     height: 0;     border-left: 10px solid transparent;     border-right: 10px solid transparent;     border-bottom: 10px solid #fff; } .state_im ul {     background: #fff;     position: relative;     z-index: 2;     border-radius: 3px;     white-space: nowrap;     padding: 8px 0; } .state_im li {     font-size: 14px;     padding: 4px 15px;     color: #333;     cursor: pointer; 	font-weight: 100;     text-align: left; }.state_im li:before {     content: "";     height: 10px;     width: 10px;     display: inline-block;     border-radius: 100%;     margin-right: 5px; } .state_im .offline:before {     background: #BABABA; } .imstate{     position: relative; } .imstate:hover .state_im{display:block} .state_im li:hover{background:#eff4f5} .state_im .busyline:before{background:#ff595f} .state_im .leaveline:before{background:#F5A623} .state_im .online:before{background:#21d376} .state_call {     display: none;     position: absolute;     border-radius: 3px;     box-shadow: 0 1px 10px rgba(0,0,0,.2);     top: 30px;     left: 50%;     margin-left: -32px; } .state_call:before {     content: "";     position: absolute;     z-index: 1;     left: 50%;     margin-left: -8px;     top: -5px;     display: inline-block;     width: 0;     height: 0;     border-left: 10px solid transparent;     border-right: 10px solid transparent;     border-bottom: 10px solid #fff; } .state_call ul {     background: #fff;     position: relative;     z-index: 2;     border-radius: 3px;     white-space: nowrap;     padding: 8px 0; } .state_call li {     font-size: 14px;     padding: 4px 15px;     color: #333;     cursor: pointer; 	font-weight: 100;     text-align: left; }.state_call li:before {     content: "";     height: 10px;     width: 10px;     display: inline-block;     border-radius: 100%;     margin-right: 5px; } .state_call .offline:before {     background: #BABABA; } .callstate{     position: relative; } .callstate:hover .state_call{display:block} .state_call li:hover{background:#eff4f5} .state_call .busyline:before{background:#ff595f} .state_call .leaveline:before{background:#F5A623} .state_call .online:before{background:#21d376} .worktag{display: inline-block;border-radius: 2px;padding: 4px 8px;margin-right: 10px;background: #fafafa;border: 1px solid #d6dbe5;margin-bottom: 10px;} .worktag.active { background: #00aaef; border: 1px solid transparent; color: #fff; } .qtable thead { width: 100%; background-color: #F4F6FA; } .qtable thead tr { line-height: 50px; } .qtable thead tr th:first-child { padding-left: 20px; } .qtable thead tr th { font-size: 14px; font-weight: 700; padding-left: 10px;padding-right: 10px; color: #3D4966;     background: #459df5;color: #fff;text-align: left; } .qtable tbody { width: 100%; } .qtable tbody tr { line-height: 50px; background-color: #fff; border-bottom: 1px solid #EBEBEB; } .qtable tbody tr td:first-child { padding-left: 20px; } .qtable tbody tr td { font-size: 14px; font-weight: 400; padding-left: 10px;padding-right: 10px; color: #3D4966; text-align: left; }.qtable tbody tr.table_active {     background-color: rgb(245, 245, 245); } .jkf_right_body{ 	height: 100%;     overflow-y: auto;     overflow-x: hidden;     padding-bottom: 150px;} .jkf_right_main{        background: #fafcfc;     margin: 20px;     padding: 20px; } .jkf_right_main .jkf_line_div {     margin-bottom: 20px; }.jkf_right_main .jkf_line_div_title{     float: left;     text-align: right;     margin-right: 10px;     line-height: 28px;     width: 84px; } .jkf_right_main .jkf_line_div_content{     float: left;     width: 440px; } .jkf_right_main .jkf_line_div::after {     height: 0;     display: block;     content: '';     visibility: hidden;     clear: both; } .jkf_right_main .jkf_line_div_content_warning{     font-size: 12px;     font-weight: 400;     color: #F3303A; 	margin: 5px 0 0; }.qinput{width:158px;height:30px;line-height:30px}.qinput { color: #3D4966; height: 28px; line-height: 28px; padding: 0 5px; border: 1px solid #e1e6f5; } .qinput, .qtextarea { display: inline-block;} .qinput:focus{border:1px solid #09aeb0;box-shadow:0 0 6px 1px rgba(9,174,176,.3)} .qinput::-webkit-input-placeholder{color:#A6AEC2;font-weight:300} .qinput.disabled{color:#bdc3d1;cursor:not-allowed;background-color:#eff3fa} .qinput.disabled:focus{border:1px solid #d6dbe5;box-shadow:0 0} .qinput.disabled::-webkit-input-placeholder{color:#bdc3d1;font-weight:300} .qinput.error{border:1px solid #fa4b85;box-shadow:0 0 6px 1px rgba(255,0,0,.3)} .qtextarea{width:100%;height:80px;line-height:16px;font-size:14px;padding:4px 7px;color:#3D4966;border:1px solid #e1e6f5;resize:none} .qtextarea::-webkit-input-placeholder{color:#A6AEC2;font-weight:300} .qtextarea.disabled{color:#bdc3d1;cursor:not-allowed;background-color:#eff3fa} .qtextarea.disabled:focus{border:1px solid #d6dbe5;box-shadow:0 0} .qtextarea.disabled::-webkit-input-placeholder{color:#bdc3d1;font-weight:300} .qtextarea:focus{border:1px solid #09aeb0;box-shadow:0 0 6px 1px rgba(9,174,176,.3)} .qtable tbody tr.active{background-color:#F5F8FD} .qtable tbody tr:hover{background-color:#F5F8FD} .qtable .td1 { width: 100px; min-width: 100px; } .qtable .td2 { overflow: initial; width: 200px; min-width: 200px; } .qtable th{ /*width: 150px;*/ min-width: 150px; /*max-width: 150px;*/ height: 50px; line-height: 50px; padding-left: 20px; overflow: hidden; white-space: nowrap; color: #3D4966; text-align: left; text-overflow: ellipsis; } ::-webkit-scrollbar { width: 10px; height: 5px; background: 0 0; } ::-webkit-scrollbar-thumb { background: #eadcdd; border-radius: 40px; -webkit-transition: all ease .4s; -moz-transition: all ease .4s; -o-transition: all ease .4s; transition: all ease .4s; }
 .qualityright .scoreArea .qualityTable .editedArea .editEdit{background-position:0 0} .qualityright .scoreArea .qualityTable .editedArea .editEdit:hover{background-position:-20px 0}
  .qualityright .scoreArea .qualityTable .editedArea .editEdit {
    background-position: 0 0;
}
.qualityright .scoreArea .qualityTable .editedArea .editDel {
    background-position: 0 -60px;
}
  .qualityright .scoreArea .qualityTable .editedArea span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 2px;
    background-image: url(../img/jkfui.png);
    cursor: pointer;
}
.qualityright .scoreArea .qualityTable .editedArea span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 2px;
    background-image: url(../img/jkfui.png);
    cursor: pointer;
}

.jkfSearchFilterDiv { clear: both; width: 100%; padding: 15px 20px; border-left: 1px solid #e1e6f5;border-right: 1px solid #e1e6f5;border-bottom: 1px solid #e1e6f5; background: #fff;min-width: 800px;  } .jkfSearchFilterDiv .jkfSearchFilterDivlist { padding: 0; margin: 0 0 20px; width: 100%; } .jkfSearchFilterDiv .jkfSearchFilterDivlist .jkfSearchFilterDivlistpart { padding: 0; margin: 0; float: left; } .jkfSearchFilterDiv .jkfSearchFilterDivlist::after { content: ''; height: 0; clear: both; visibility: hidden; display: block; } .jkfSearchFilterDiv .jkfSearchFilterDivlist .jkfSearchFilterDivlistpart .jkfSearchFilterDivlistitem { box-sizing: border-box; width: 100%; margin-bottom: 10px; color: #6d7894; } .jkfSearchFilterDiv .jkfSearchFilterDivlist .jkfSearchFilterDivlistpart .jkfSearchFilterDivlistitem:last-child { margin: 0; } .jkfSearchFilterDiv .jkfSearchFilterDivlist .jkfSearchFilterDivlistpart .jkfSearchFilterDivlistitem .jkfSearchFilterDivlistitemtitle { width: 100px; display: inline-block; text-align: right; float: left; line-height: 28px; } .jkfSearchFilterDivlistitem::after { content: ''; height: 0; clear: both; visibility: hidden; display: block; } .jkfSearchFilterDivlistitem .input-outer { max-width: 700px; margin-left: 107px; } .jkfSearchFilterDivlistitem .input-outer .quality-dropdown { float: left; } 
.navbar-top-links .dropdown-menu li { display: block; } .navbar-top-links .dropdown-menu li:last-child { margin-right: 0; } .navbar-top-links .dropdown-menu li a { padding: 3px 20px; min-height: 0; } .navbar-top-links .dropdown-menu li a div { white-space: normal; } .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts { width: 310px; min-width: 0; } .navbar-top-links .dropdown-messages { margin-left: 5px; } .navbar-top-links .dropdown-tasks { margin-left: -59px; } .navbar-top-links .dropdown-alerts { margin-left: -123px; } .navbar-top-links .dropdown-user { right: 0; left: auto; } .dropdown-messages, .dropdown-alerts { padding: 10px 10px 10px 10px; } .dropdown-messages li a, .dropdown-alerts li a { font-size: 12px; } .dropdown-messages li em, .dropdown-alerts li em { font-size: 10px; } .nav.navbar-top-links .dropdown-alerts a { font-size: 12px; } 
s-content .tab-header li.active a{color:#459df5}.s-content .nav-tabs>li.active a:focus{color:#5d5d5d}.s-content .nav li a{color:#459df5}.s-content .nav li.active a{color:#5d5d5d}.s-content .text-primary{color:#459df5}.s-content .save_bottom{right:auto}.s-content .text-14px{font-size:13px}.s-content .btn{font-size:13px}.nav-tabs{border-bottom:1px solid #ddd;}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}
 .form-groups { margin-bottom: 10px; position: relative; } .form-groups>label { margin-bottom: 3px; font-weight: 100; } .form-groups>label { display: block; margin-bottom: 5px; float: none!important; } .form-groups>label>a:not { float: right; color: #0096C4; font-size: 12px; } .form-groups input[type=text] { height: 30px; width: 100%; padding: 0 25px 0 10px; border-radius: 3px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 12px; } input[type=text], input[type=number], input[type=email], input[type=search], input[type=password], textarea { outline: 0; background: #fff; border-radius: 3px; border: 1px solid #ced6d8; -webkit-transition: all ease .4s; -moz-transition: all ease .4s; -o-transition: all ease .4s; transition: all ease .4s; } input, select, button, textarea { outline: 0; font-family: "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif; color: #374051; } input { outline: 0; } .form-groups:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .matchlist:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .indent-box>form { padding-left: 20px; } .drop-btn-default.select>a:after { content: ""; height: 0!important; width: 0!important; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid #333; right: 10px; top: 13px; } .drop-btn-default>a:after { content: "\e6c2"; font-family: FontAwesome; position: absolute; right: 0; top: 0; height: 26px; line-height: 26px; width: 26px; border-left: 1px solid #e2eaec; display: block; color: #a4a8b1; text-align: center; } .form-groups .hint { font-size: 12px; color: #999; margin-top: 3px; } .form-groups>label>a:not(.help) { float: right; color: #0096C4; font-size: 12px; }
.nav-tabs {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    height: 39px;
}
.nav-tabs__title {
    color: #459df5;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
    min-width: 100px;
}
.wo-header {
    position: relative;
    padding-bottom: 15px;
}
.wo-header .wo_channel {
    height: 48px;
    width: 48px;
    border-radius: 3px;
    border: 1px solid #ced6d8;
    font-size: 26px;
    color: #8C8C8C;
    float: left;
    position: relative;
    text-align: center;
    line-height: 48px;
    font-family: FontAwesome;
}
.wo-header .wo_channel:after {
    content: "\f0c0";
}
.wo-header .info {
    padding-left: 55px;
    max-width: 800px;
    padding-right: 175px;
}
.wo-header h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding-left: 10px;
}
.wo-header h3+p {
    font-size: 12px;
    color: #9B9B9B;
    margin-top: 2px;
    padding-left: 10px;
}
.wo-header h3+p span {
   
}
.search-cont {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.search-cont .search-set-icon {
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 5px;
    display: inline-block;
    color: #459df5;
    font-size: 18px;
}
.search-li {
    padding: 3px 10px;
    font-size: 12px;
}
.search-li .search-label {
    width: 90px;
    padding-right: 0;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 12px;
    color: #666;
}
.auto {
    height: auto;
    overflow: hidden;
    zoom: 1;
}
.search-li .search-link a {
    padding: 4px 13px;
    display: inline-block;
    color: #323232;
    margin: 5px 5px 5px 0;
    font-size: 12px;
}
.search-li .search-link a.active {
    color: #0b73df;
    background: #deefff;
}

.quality-dropdown .jkf-dropdown-btn .caret {
    position: absolute;
    top: 45%;
    right: 10px;
    display: inline-block;
    border: 0;
    width: 14px;
    height: 14px;
    background: url(../img/jkfui.png) -340px -180px;
    vertical-align: middle;
    margin-left: 2px;
}

.wb-dropdown-menu-li {
    width: 100%;
    padding: 0 10px;
    cursor: pointer;
}
.wb-dropdown-menu-li .wb-dropdown-menu-li-a {
    background-color: #fff;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #6e7894;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
 .quality-dropdown { width: 150px; display: inline-block; position: relative; } .quality-dropdown .jkf-dropdown-btn { position: relative; padding: 0 10px; text-align: left; font-size: 14px; font-weight: 400; border: 0; background-color: #EFF3FA; border-radius: 0; color: #6d7894; width: 100%; height: 28px; } .quality-dropdown .jkf-dropdown-btn .dropdown-btn-current { padding-right: 13px; line-height: 26px; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .quality-dropdown .jkf-dropdown-menu { width: 100%; margin-top: 1px; border: 1px solid #e1e6f5; border-radius: 0; background-color: #fff; list-style: none; padding: 5px 0; overflow-y: auto; min-width: 0; max-width: 100%; max-height: 500px;} .quality-dropdown .jkf-dropdown-menu .jkf-dropdown-menu-li { width: 100%; padding: 0; cursor: pointer; } .quality-dropdown .jkf-dropdown-menu .jkf-dropdown-menu-li.actives { background-color: #f0f3fb; } .quality-dropdown .jkf-dropdown-menu .jkf-dropdown-menu-li.actives a { background-color: #f0f3fb; color: #6e7894; } .jkf-dropdown-menu-li:hover{background-color:#f7f9fd} .jkf-dropdown-menu-li:hover a{background-color:#f7f9fd;color:#04c2c2} .quality-dropdown.open .jkf-dropdown-btn .caret{background-position:-320px -180px}  .wb-dropdown-menu::-webkit-scrollbar { background-color: #f7f9fd; height: 7px; width:7px; } .wb-dropdown-menu::-webkit-scrollbar-thumb { height: 7px; width:7px; background-color: #87888a; border-radius: 4px; } .switch-show {
    display: block;
}.switch-hide {
    display: none;
}
.filter-down {
    background-color: #fff;
    line-height: 20px;
    display: inline-block;
    width: 80px;
    text-align: center;
    font-size: 14px;
    color: #459df5;
}
.wb-layout-preview {
    width: 134px;
    display: inline-block;
    position: relative;
}
.wb-layout-preview button {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    line-height: 18px;
}
.wb-layout-preview .wb-layout-preview-btn {
    position: relative;
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #d3ddef;
    background-color: #fff;
    color: #6d7894;
    width: 100%;
    height: 28px;
    border-radius: 2px;
}
.wb-layout-preview .dropdown-btn-current {
    padding-right: 13px;
    line-height: 26px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #0daeaf;
}
.wb-layout-preview .caret {
    position: absolute;
    top: 45%;
    right: 10px;
}
.wb-layout-preview .wb-dropdown-menu {
    border: none;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(38,43,48,.15);
    width: 820px;
    min-height: 105px;
    max-height: 320px;
    margin-top: 10px;
    padding: 20px;
    left: 0;
}
.wb-layout-preview li, .wb-layout-preview ul {
    margin: 0;
    padding: 0;
}
.wb-layout-preview li {
    display: inline-block;
    width: 160px;
    margin-bottom: 20px;
    cursor: pointer;
}
.qcheckbox {
    background: url(../img/jkfui.png) -20px -100px;
}
.qcheckbox, .qradio {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.qcheckbox.checked {
    background-position: 0 -100px;
}
.wb-layout-preview li .tips {
    line-height: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    max-width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}
.wb-layout-preview button {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    line-height: 18px;
}
.qtable .addwidth {
    width: 230px;
    line-height: 2;
    min-width: 230px;
}
.avatar-source {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    position: relative;
}
.qtable .avatar-source {
    float: left;
    margin-right: 8px;
}
.sort_th a {
    color: #fff;
    display: block;
    position: relative;
    padding-right: 15px;
    text-decoration: none;
}
.sort_th .fa {
    position: absolute;
    right: 0;
	    color: #3589dc;
}
.sort_th .bai{
	    color: #fff;
}
.lineh30 {
    line-height: 30px;
}
.text-ellipsis {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lineh50 {
    line-height: 50px;
}
.sort_th th{
    border-left: #3589dc 1px solid;
}
.qtable tbody tr td .value{
       padding-right: 16px;
    position: relative;
    line-height: 30px;
	min-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.value_inner {
    font-style: normal;
}
.qtable tbody tr td .value a {
    color: #0b73df;
    text-decoration: none;
}
.qtable tbody tr td .fa-pencil {
    display: inline;
    position: absolute;
    line-height: 30px;
	right: 0;
	top:0;
}
.qtable tbody tr td .value .fa-pencil {
    cursor: pointer;
}
.pos-abt {
    position: absolute;
}
.timescont {
    color: #333;
    background: #fff;
    border: #ddd 1px solid;
    z-index: 33;
    width: 520px;
    left: -205px;
    z-index: 60;
}
.pad10 {
    padding: 10px;
}
.pos-rlt {
    position: relative;
}
.search-close{
display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 34px;
    top: 7px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    cursor: pointer;

}
#panel-sidebars {
    padding: 16px 20px 47px;
    width: 360px;
    height: 100%;
    border-right: 1px solid #EFF3FA;
    float: left;
    background-color: #fff;
    position: relative;
}
#panel-sidebars+.panel-main {
    padding: 55px 0 0 360px;
}
.jkf-col33{float: left;width: 32%;margin-right:1%}.jkf-col50{float: left;margin-right:2%;width: 48%;}.jkf-col100{float: left;width: 100%;}.jkf-input-col33{width:100%;}.jkf-input-col50{width:98%;}.jkf-input-col100{width:100%;}
.jkf-menu-body {
    z-index: 3;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 5px 30px 5px 20px;
}
.jkf-h2{
font-size:14px;
font-weight: 700;
color: #3D4966;

}
.jkf-li{
line-height: 20px;
    margin-bottom: 18px;

}
.jkf-li-title {
    color: #8B98AD;
    width: 84px;
    display: inline-block;
    text-align: right;
    float: left;
    word-break: break-all;
}
.jkf-li-content {
    color: #3D4966;
    display: block;
    width: 100%;
    padding-left: 100px;
    position: relative;
    word-break: break-all;
}
.padt60 {
    padding-top: 60px;
}
.padb10 {
    padding-bottom: 10px;
}
.padt10 {
    padding-top: 10px;
}
.comment-item-time {
    margin: 5px 0 15px;
    position: relative;
}
.comment-item-time .timedot {
    width: 2em;
    height: 1em;
    margin-top: 5px;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-left: -2px;
    text-align: center;
    position: relative;
}
.comment-item-time .timedot .dot {
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #459df5;
    display: inline-block;
    vertical-align: 1px;
}
.comment-item-time .timedate {
    padding: 0 10px;
    margin-left: 15px;
    height: 21px;
    background-color: #459df5;
    line-height: 21px;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    position: relative;
}
.comment-item-time .timedate::before {
    width: 0;
    content: "";
    position: absolute;
    left: -6px;
    top: 3px;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #459df5;
    border-bottom: 7px solid transparent;
}
.comment-list .comment-item {
    margin-top: 0;
    position: relative;
}
.comment-item .m-l-xs {
    margin-left: 0;
}
.comment-list .comment-item .text-info {
    color: #459df5;
}

.arrow.left {
    top: 50%;
    left: -8px;
    margin-top: -8px;
    border-left-width: 0;
    border-right-color: #eee;
    border-right-color: rgba(0,0,0,0.1);
}
.comment-list .comment-item .arrow.left {
    top: 13px;
    left: 32px;
	border-width: 8px;
    z-index: 10;
}
.comment-list .comment-item .arrow.left::after {
    border-right-color: #f7fbfe;
}
.arrow.left::after {
    content: " ";
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -7px;
}
.comment-list .comment-item .comment-body {
    border: 1px solid #d7e8f4;
    background-color: #f7fbfe;
    border-radius: 5px;
    padding: 5px;
	margin-left: 46px;
}
.comment-list .comment-item .panel-heading, .comment-list .comment-item .panel-footer {
    position: relative;
    font-size: 12px;
    position: relative;
}
.comment-item .user {
    margin-top: 0;
    font-size: 18px;
}
.comment-item .user img {
    width: 27px;
    height: 27px;
    border-radius: 50%;
}
.fz14 {
    font-size: 14px !important;
}
.fz8, .fz12 {
    font-size: 12px;
}
.comment-list .comment-item .comment-body .panel-heading, .comment-list .comment-item .comment-body .panel-body {
    background-color: transparent;
}
.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}
.comment-item .panel-body>* {
    padding-right: 15px;
    padding-left: 15px;
}
.padv5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.img_more {
    margin-bottom: 5px;
    height: auto;
    overflow: hidden;
    zoom: 1;
}
.comment-item .address {
    margin-top: 5px;
    margin-bottom: 5px;
}
 .comment-item .reply {
    padding-top: 8px;
    padding-bottom: 4px;
}
.comment-item .reply .reply-input {
    padding-bottom: 8px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.tagsinput .tag {
    background-color: #65bd77;
    margin-right: 2px;
    color: white;
    position: absolute;
    z-index: 999;
    top: 3px;
    bottom: 3px;
    left: 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}
.jkf-pf>.panel-body::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 27px;
    width: 1px;
    background-color: #e0e4e8;
    content: "";
    display: block;
}
.jkf-pf>.panel-body {
    padding: 0 15px;
    position: relative;
}
.text-white {
    color: #fff;
}
.arrow::after {
    border-width: 7px;
    content: "";
}
.qualityleft {
    height: 500px;
    width: 180px;
    float: left;
}
.qualityleft .header-box {
    width: 100%;
    height: 40px;
    border: 1px solid #ebeff5;
    background-color: #FAFCFD;
}
.qualityleft .header-box .header-box-title {
    margin: 0 0 0 20px;
    line-height: 40px;
    font-weight: 700;
    color: #3D4966;
}
.qualityleft .leftMenuArea {
    padding: 0;
    width: 180px;
    height: 500px;
    float: left;
    background: #f7f9fc;
    border: 1px solid #ebeff5;
}
.qualityleft .leftMenuArea .leftMenuList {
    padding: 10px;
    margin: 0;
    overflow-y: auto;
    height: 460px;
}
.qualityleft .leftMenuArea .leftMenuList .leftMenuListLi {
    width: 158px;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    color: #3D4966;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.qualityleft .leftMenuArea .leftMenuList .leftMenuListLiActive {
    color: #6d7894;
    background: #e4ebf7;
}
.qualityleft .leftMenuArea .listBottom {
    width: 100%;
    background: #f8fafd;
    border-top: 1px solid #ebeff5;
}
.qualityleft .leftMenuArea .listBottom .addArea {
    float: left;
    width: 118px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
}
.qualityleft .leftMenuArea .listBottom .addArea .addIcn {
    float: left;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/jkfui.png) 0 -200px;
    margin: 13px 7px;
}
.qualityleft .leftMenuArea .listBottom .addArea .addText {
    float: left;
    font-size: 14px;
    color: #0daeaf;
}
.qualityleft .leftMenuArea .listBottom .deleteCase {
    width: 22px;
    float: right;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    color: #8B98AD;
}
.qualityleft .leftMenuArea .listBottom .deleteCase .deleteCaseIcn {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    background: url(../img/jkfui.png) 0 -60px;
}
.qualityleft .leftMenuArea .listBottom .editIcn {
    float: right;
    width: 12px;
    height: 12px;
    margin: 13px 12px;
    background: url(../img/jkfui.png);
    cursor: pointer;
}
.qualityright {
    width: 77%;
    float: left;
    margin-left: 10px;
    margin-bottom: 40px;
    border: 1px solid #ebeff5;
}
.emptycontents {
    padding: 40px 0;
    text-align: center;
    color: #aaa;
    border-radius: 5px;
    border: 1px dashed #e2eaec;
}
.qualityright .titleArea {
    width: 100%;
    border-bottom: 1px solid #ebeff5;
    background: #fff;
    height: 38px;
}
.qualityright .titleArea .title {
    float: left;
    width: 518px;
    padding-left: 20px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #3D4966;
    font-weight: 700;
}
 .u-title { font-size: 18px !important; color: #222; line-height: 1.5; border-bottom: 1px solid #e6e6e6; margin-bottom: 20px; padding-top: 14px; padding-bottom: 10px; } .u-title .summary { font-size: 12px; color: #999; vertical-align: text-bottom; } .whsystem .body_item { border: 1px solid #dbdbdb; border-radius: 2px; margin-bottom: 40px; } .m-form { margin: 0 auto; } .m-form .mhead { padding: 12px 20px; font-size: 18px; line-height: 1.5; color: #222; background-color: #eee; } .m-form .mbody { transition: 1s easeOut; }.m-form .formitm { position: relative; margin: 20px 0; } .m-form .formitm .lab {     position: relative;     font-size: 14px;     color: #222;     line-height: 28px;     width: 120px !important;     margin-top: 0;     float: left;     margin-right: 28px;     text-align: left;margin-left:20px } .m-form .formitm .ipts {     padding-top: 0;     font-size: 14px;     line-height: 28px;     color: #666;     zoom: 1;     width: auto;     margin-left: 128px;     text-align: left; } .m-form .formitm .ipts .summary {     margin-left: 20px;     font-size: 12px;     line-height: 28px;     color: #999; } .m-form .formitm .ipts:after { display: block; clear: both; visibility: hidden; height: 0; overflow: hidden; content: "."; } .m-form .formitm .ipts .u-switch-primary { display: inline-block; } .u-switch-primary { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }.u-switch-primary { background-color: #fff; color: #ccc; } .u-switch-primary ul { display: inline-block; } .u-switch-primary .itm.z-open { cursor: default; color: #fff; border: 1px solid #62a8ea; background-color: #62a8ea; } .u-switch-primary .itm:first-child { border-color: #ccc; border-right: 0 !important; border-top-left-radius: 2px; border-bottom-left-radius: 2px; } .u-switch-primary .itm { position: relative; display: inline-block; height: 26px; line-height: 26px; padding: 0 25px; font-size: 14px; cursor: pointer; border: 1px solid #ccc; } .u-switch-primary .itm:last-child { border-color: #ccc !important; border-left: 0 !important; margin-left: -4px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; } .m-tooltip-detail {   }.m-tooltip { display: inline-block; position: relative; } .m-tooltip a { color: #76838f; }.m-tooltip a { font-size: 14px; } .m-tooltip-detail .u-icon-help { margin-left: 4px; }.m-tooltip-detail i {     opacity: 0.5;     font-size: 18px; } .m-tooltip-detail .inner-left { top: 12px; }.m-tooltip-detail .inner {     color: #7d8994;     background-color: #fff;     padding: 20px 15px;     min-width: 280px;     line-height: 20px;     font-size: 14px;     box-shadow: 0 0 4px #ddd;     font-weight: normal;     position: absolute;     opacity: 0;     display: block;     border-radius: 5px;     border: 1px solid #e6eaeb; } .m-tooltip .inner-left {     transform: translate(100%,-50%);     right: -10px;     /* top: 5px; */ } .u-checkbox { font-size: 13px; color: #333; margin-left: 50px; }.u-checkbox { display: inline-block; font-size: 12px; line-height: 16px; cursor: pointer;width:120px; } .m-tooltip:hover>.inner { opacity: 1; display: block; transition: opacity 0.35s; z-index: 10; }.m-tooltip .inner-left:before{height:0;width:0;position:absolute;left: -7px;top:50%;margin-top: -5px;content:"";border-bottom: 5px solid transparent;border-left:0px;border-top:5px solid transparent;border-right: 6px solid #e6eaeb;} .m-tooltip .inner-left:after{height:0;width:0;position:absolute;left: -7px;top:50%;margin-top:-5px;content:"";border-bottom:5px solid transparent;border-left:0px;border-right:7px solid rgba(0,0,0,0.5);border-top:5px solid transparent;border-right:5px solid #e6eaeb;} .m-tooltip-detail .inner-left:after{border-right:7px solid #fff;} .m-form  .formitm .ipts .remarkText { font-size: 14px; color: #333; line-height: 1.5; } .m-form .formitm .ipts .remarkNote { margin-left: 10px; font-size: 12px; line-height: 1.5; color: #999; }input[type=checkbox].switchnew:before { 	content: 'ON'; 	color: #ffffff; 	position: absolute; 	left: 10px; 	z-index: 0; 	font: 12px/26px Arial, sans-serif; 	font-weight: bold; } input[type=checkbox].switchnew:after{ 	 content: 'OFF'; 	 color: #000; 	 position: absolute; 	 right: 5px; 	 z-index: 0; 	 font: 12px/26px Arial, sans-serif; 	 font-weight: bold; 	 text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15); } input[type=checkbox].switch {-webkit-appearance: none;appearance: none;position: relative;height: 28px;width: 80px;box-sizing: border-box;background: #eff4f5;border: 1px solid #e2eaec;border-radius: 40px;transition: all ease .4s;cursor: pointer;} input[type=checkbox].switch:checked { background: #21d376; border-color: #17c96c; } input[type=checkbox].switch:checked:after {-webkit-transform: translateX(42px);-moz-transform: translateX(42px);-ms-transform: translateX(42px);-o-transform: translateX(42px);transform: translateX(42px);}  input[type=checkbox].switch:after {content: "";height: 28px;width: 38px;border-radius: 100%;background: #fff;box-shadow: 0 1px 3px rgba(0,0,0,.4);position: absolute;left: 0;top: -1px;-webkit-transition: all ease .4s;-moz-transition: all ease .4s;-o-transition: all ease .4s;transition: all ease .4s;-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);-webkit-border-radius: 50px;border-radius: 50px;}input[type=checkbox].switchnew {margin: 0;-webkit-appearance: none;appearance: none;position: relative;height: 28px;width: 80px;box-sizing: border-box;background: #eff4f5;border: 1px solid #e2eaec;border-radius: 40px;transition: all ease .4s;cursor: pointer;} input[type=checkbox].switchnew:checked { background: #21d376; border-color: #17c96c; } input[type=checkbox].switchnew:checked:after { width:30px;}  .slideThree{ display: inline-block; position: relative; height: 28px;width: 80px;} .slideThree label{ 	content: ""; 	height: 28px; 	width: 42px; 	border-radius: 100%; 	background: #fff; 	box-shadow: 0 1px 3px rgba(0,0,0,.4); 	position: absolute; 	left: 0; 	top: -1px; 	-webkit-transition: all ease .4s; 	-moz-transition: all ease .4s; 	-o-transition: all ease .4s; 	transition: all ease .4s; 	-webkit-transform: translateX(0); 	-moz-transform: translateX(0); 	-ms-transform: translateX(0); 	-o-transform: translateX(0); 	transform: translateX(0); 	-webkit-border-radius: 50px; 	border-radius: 50px; } .slideThree input[type=checkbox].switchnew:checked + label {     -webkit-transform: translateX(42px);     -moz-transform: translateX(42px);     -ms-transform: translateX(42px);     -o-transform: translateX(42px);     transform: translateX(38px); }
.w-250px {
    width: 250px;
}
.frozen, .frozen a {
    color: #bebebe;
}
.qualityright .scoreArea .qualityTable .editedArea .editUp {
    background-position: 0 -20px;
}
.qualityright .scoreArea .qualityTable .editedArea .editDown {
    background-position: 0 -40px;
}
.qualityright .scoreArea .qualityTable .editedArea .editUpActive, .qualityright .scoreArea .qualityTable .editedArea .editUpActive:hover {
    background-position: -39px -20px;
}
.qualityright .scoreArea .qualityTable .editedArea .editDownActive, .qualityright .scoreArea .qualityTable .editedArea .editDownActive:hover {
    background-position: -39px -40px;
}
.qualityleft .jkf-tree {
    position: relative;
    color: #6d7894;
    width: 100%;
    margin: 0;
    border-right: 1px solid #ebeff5;
    border-left: 1px solid #ebeff5;
    border-radius: 0;
    background-color: #FAFCFD;
    list-style: none;
    padding: 10px 5px;
    overflow-y: auto;
    min-width: 160px;
    max-width: 100%;
    height: 529px;
}
.qualityleft .func-bar {
    width: 100%;
    height: 40px;
    padding-top: 12px;
    padding-left: 20px;
    border: 1px solid #ebeff5;
    background-color: #FAFCFD;
}
.jkf-tree li {
    position: relative;
}
.jkf-tree .jkf-item-box {
    position: relative;
    width: 100%;
    display: inline-block;
}
.jkf-tree .jkf-item-arrow {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 11px;
    height: 11px;
    display: inline-block;
    background-image: url(../img/jkfui.png);
    background-position: -80px -200px;
    cursor: pointer;
}
.jkf-tree .jkf-item-name.active {
    background-color: #f0f3fb;
}
.jkf-tree .jkf-item-name {
    margin-left: 27px;
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
    overflow: hidden;
    width: 150px;
    padding-left: 5px;
}
.jkf-tree .jkf-child-list {
    padding: 0;
    margin-left: 20px;
}
.jkf-tree .jkf-item-arrow.active {
    background-position: -120px -200px;
}
.jkf-tree .jkf-child-list .jkf-item-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #E4E7ED;
    top: 13px;
    left: -5px;
}
.jkf-tree .jkf-item-arrow.disappear {
    background-position: -157px -197px;
}
.jkf-tree .jkf-child-list .jkf-item-box::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #E4E7ED;
    top: -21px;
    left: -5px;
}
.jkf-tree .jkf-child-list li::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #E4E7ED;
    top: -20px;
    left: -5px;
}
.qualityleft .func-bar .add-icon {
    background-position: -140px -220px;
    margin-right: 20px;
}
.qualityleft .func-bar .add-icon, .func-bar .add-icons, .qualityleft .func-bar .edit-icon, .qualityleft .func-bar .delete-icon, .func-bar .up-icon, .func-bar .down-icon, .func-bar .up-icons, .func-bar .down-icons {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url(../img/jkfui.png);
}
.qualityleft .func-bar .edit-icon {
    background-position: 0 0;
    margin-right: 20px;
}
.qualityleft .func-bar .edit-icon.disable {
    background-position: -40px 0;
}
.qualityleft .func-bar .delete-icon {
    background-position: 0 -60px;
    margin-right: 20px;
}
.qualityleft .func-bar .delete-icon.disable {
    background-position: -40px -60px;
}
.qualityleft .func-bar::after {
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
    display: block;
}
.qualityright .right-header {
    height: 39px;
    line-height: 39px;
    padding-left: 20px;
    color: #3D4966;
    border-bottom: 1px solid #f0f4fa;
}
.qualityright .right-header .right-header-map-list {
    margin: 0;
    padding: 0;
}
.qualityright .right-content {
    padding: 27px 20px;
}
.table-ui1 {
    line-height: 1;
    width: 100%;
    margin-bottom: 20px;
}
.table-ui1 tbody td {
    line-height: 1.5em;
    padding: 15px 10px;
}
.table-ui1 tbody td {
    border-bottom: none;
}
.table-ui1 tbody tr.tr-description td {
    padding-top: 0px;
}
.table-ui1 tbody tr.tr-description td, .table-ui1 tbody td.td-operation {
    border-bottom: 1px solid #e9eaed;
}
.table-ui1 a {
    cursor: pointer;
    color: #0096c4;
}
.table-ui1 .btn-sm-n {
    float: left;
    margin-right: 10px;
    color: #444;
}
.btn-sm-n {
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    height: 26px;
    padding: 0 12px;
    color: #475059;
    border: 1px solid #a3b8cc;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}
.btn-sm-n {
    line-height: 28px!important;
    padding: 0 12px!important;
}
.btn-sm-n.fr {
    margin-left: 10px;
}
.jkf-btn-footer {
    width: 100%;
    padding: 0 10px;
}
.jkf-btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #0DAEAF;
    color: #0DAEAF;
    background-color: #fff;
    border-radius: 2px;
    line-height: 26px;
    height: 28px;
    padding: 0 10px;
    margin: 0;
    position: relative;
}
.jkf-btn.btn-text {
    border: 0;
    background-color: #91aff1;
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0;
}
.jkf-dropdown-hr-menu .jkf-dropdown-hr-menu-li {
    width: 100%;
    padding: 0 10px;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.jkf-checkbox {
    background: url(../img/jkfui.png) -20px -100px;
}
.jkf-checkbox, .jkf-radio {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.jkf-dropdown-hr-menu .jkf-dropdown-hr-menu-li .jkf-dropdown-hr-menu-li-span {
    background-color: #fff;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #6e7894;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 5px;
}
.jkf-checkbox.checked {
    background-position: 0 -100px;
}
.qtable tbody tr td {
    padding-left: 20px;
}
.qualityTable .editedArea .editEdit {
    background-position: 0 0;
}

.qualityTable .editedArea span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 2px;
    background-image: url(../img/jkfui.png);
    cursor: pointer;
}
.qualityright .right-header .right-header-map-list-li {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    color: #0DAEAF;
    max-width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qualityright .right-header .right-header-map-list-li::after {
    height: 0;
    display: block;
    content: '';
    visibility: hidden;
    clear: both;
}
.jkf-col99{float: left;width:100%;}