textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #e3e3e3;
    border-radius: 3px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 7.5px 16px;
    font-size: 18px;
    border-radius: 3px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee
}

.nav>li.disabled>a {
    color: #999999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #3699d2
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #dddddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #dddddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #dddddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 3px 3px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #f5f5f5
    }
}

.nav-pills>li {
    float: left
}

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

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #76b6ec
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #dddddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 3px 3px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #f5f5f5
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 3px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}

.navbar-toggle:focus {
    outline: none
}

.navbar-toggle .fa-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .fa-bar+.fa-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

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

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777777
}

.navbar-default .navbar-nav>li>a {
    color: #777777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #dddddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd
}

.navbar-default .navbar-toggle .fa-bar {
    background-color: #cccccc
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #cccccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777777
}

.navbar-default .navbar-link:hover {
    color: #333333
}

.navbar-inverse {
    background-color: #222222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999999
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333
}

.navbar-inverse .navbar-toggle .fa-bar {
    background-color: #ffffff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #ffffff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

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

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ffffff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #ffffff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999999
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 3px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc
}

.breadcrumb>.active {
    color: #999999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 3px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #3699d2;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #226e99;
    background-color: #eeeeee;
    border-color: #dddddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #333333;
    background-color: #ffffff;
    border-color: #76b6ec;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #cccccc;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 7.5px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #cccccc;
    background-color: #ffffff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:hover,
.label[href]:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #333333
}

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

.label-primary {
    background-color: #76b6ec
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #499ee6
}

.label-success {
    background-color: #aece4e
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #95b633
}

.label-info {
    background-color: #a5c8e5
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #7db0da
}

.label-warning {
    background-color: #f4c84f
}

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

.label-danger {
    background-color: #e77755
}

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

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #3699d2;
    background-color: #ffffff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.container .jumbotron {
    border-radius: 3px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #3699d2
}

.thumbnail .caption {
    padding: 9px;
    color: #333333
}

.alert {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 40px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #aece4e;
    background-color: #fff;
    border-color: #aece4e;
    color: #758f27;
    color: #999999;
    font-size: 12px
}

.alert-success hr {
    border-top-color: #a5c83a
}

.alert-success .alert-link {
    color: #54671c;
    color: #808080
}

.alert-success .title {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px
}

.alert-success .title i {
    color: #aece4e;
    margin-right: 7px
}

.alert-info {
    background-color: #a5c8e5;
    background-color: #fff;
    border-color: #a5c8e5;
    color: #5698ce;
    color: #999999;
    font-size: 12px
}

.alert-info hr {
    border-top-color: #91bcdf
}

.alert-info .alert-link {
    color: #367fbb;
    color: #808080
}

.alert-info .title {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px
}

.alert-info .title i {
    color: #a5c8e5;
    margin-right: 7px
}

.alert-warning {
    background-color: #f4c84f;
    background-color: #fff;
    border-color: #f3a641;
    color: #d09c0d;
    color: #999999;
    font-size: 12px
}

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

.alert-warning .alert-link {
    color: #a0780a;
    color: #808080
}

.alert-warning .title {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px
}

.alert-warning .title i {
    color: #f3a641;
    margin-right: 7px
}

.alert-danger {
    background-color: #e77755;
    background-color: #fff;
    border-color: #e77755;
    color: #bc401a;
    color: #999999;
    font-size: 12px
}

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

.alert-danger .alert-link {
    color: #8f3114;
    color: #808080
}

.alert-danger .title {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px
}

.alert-danger .title i {
    color: #e77755;
    margin-right: 7px
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #76b6ec;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #aece4e
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #a5c8e5
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f4c84f
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #e77755
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #eeeeee
}

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

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

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555555
}

a.list-group-item .list-group-item-heading {
    color: #333333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #76b6ec;
    border-color: #76b6ec
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #ffffff
}

.list-group-item-success {
    color: #758f27;
    background-color: #aece4e
}

a.list-group-item-success {
    color: #758f27
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #758f27;
    background-color: #a5c83a
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #758f27;
    border-color: #758f27
}

.list-group-item-info {
    color: #5698ce;
    background-color: #a5c8e5
}

a.list-group-item-info {
    color: #5698ce
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #5698ce;
    background-color: #91bcdf
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #5698ce;
    border-color: #5698ce
}

.list-group-item-warning {
    color: #d09c0d;
    background-color: #f4c84f
}

a.list-group-item-warning {
    color: #d09c0d
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #d09c0d;
    background-color: #f3c137
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #d09c0d;
    border-color: #d09c0d
}

.list-group-item-danger {
    color: #bc401a;
    background-color: #e77755
}

a.list-group-item-danger {
    color: #bc401a
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #bc401a;
    background-color: #e4653f
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #bc401a;
    border-color: #bc401a
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group .list-group-item:first-child {
    border-top: 0
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}

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

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

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #eeeeee
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tfoot>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>td {
    border-top: 0
}

.panel>.table-bordered>thead>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:last-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #eeeeee
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #eeeeee
}

.panel-default {
    border-color: #e5e5e5
}

@media (max-width: 768px) {
    .welcomePage-btn {
        text-align: center
    }
}

.welcomePage-btn {
    padding-left: 15px;
    padding-right: 15px
}

.panel-default>.panel-heading {
    color: #666666;
    background-color: #ffffff;
    border-color: #e5e5e5
}

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

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

.panel-primary {
    border-color: #76b6ec
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #76b6ec;
    border-color: #76b6ec
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #76b6ec
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #76b6ec
}

.panel-success {
    border-color: #aece4e
}

.panel-success>.panel-heading {
    color: #758f27;
    background-color: #aece4e;
    border-color: #aece4e
}

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

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

.panel-info {
    border-color: #a5c8e5
}

.panel-info>.panel-heading {
    color: #5698ce;
    background-color: #a5c8e5;
    border-color: #a5c8e5
}

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

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

.panel-warning {
    border-color: #f3a641
}

.panel-warning>.panel-heading {
    color: #d09c0d;
    background-color: #f4c84f;
    border-color: #f3a641
}

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

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

.panel-danger {
    border-color: #e77755
}

.panel-danger>.panel-heading {
    color: #bc401a;
    background-color: #e77755;
    border-color: #e77755
}

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

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

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 3px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 71px 10px;
    pointer-events: all !important;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 71px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }

    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #333333;
    border-radius: 3px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #333333
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #333333
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #333333
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #333333
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #333333
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #333333
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #333333
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #333333
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 8px
}

.popover .arrow:after {
    border-width: 7px;
    content: ""
}

.popover.top .arrow {
    left: 50%;
    margin-left: -8px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -8px
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -7px;
    border-bottom-width: 0;
    border-top-color: #ffffff
}

.popover.right .arrow {
    top: 50%;
    left: -8px;
    margin-top: -8px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -7px;
    border-left-width: 0;
    border-right-color: #ffffff
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -8px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -8px
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #ffffff
}

.popover.left .arrow {
    top: 50%;
    right: -8px;
    margin-top: -8px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -7px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: none;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.carousel-control .fa-prev,
.carousel-control .fa-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .fa-prev,
.carousel-control .fa-chevron-left {
    left: 50%
}

.carousel-control .fa-next,
.carousel-control .fa-chevron-right {
    right: 50%
}

.carousel-control .fa-prev,
.carousel-control .fa-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .fa-prev:before {
    content: '\2039'
}

.carousel-control .fa-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

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

    .carousel-control .fa-chevron-left,
    .carousel-control .fa-chevron-right,
    .carousel-control .fa-prev,
    .carousel-control .fa-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (max-width: 767px) {

    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important
    }
}

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

    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {

    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important
    }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

@media print {

    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important
    }
}

.suggestions-nowrap {
    white-space: nowrap
}

.suggestions-input {
    border: 1px solid grey;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.suggestions-input::-ms-clear {
    display: none
}

.suggestions-wrapper {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top
}

.suggestions-wrapper .suggestions-addon {
    display: none;
    opacity: 0;
    position: absolute
}

.suggestions-wrapper .suggestions-addon[data-addon-type="spinner"] {
    background: rgba(255, 255, 255, 0.75) url("0d9651d3ce64c2d1cb6640124305f30290dc0e57.gif") 50% 50% no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.suggestions-wrapper .suggestions-addon[data-addon-type="clear"] {
    background: transparent url("356410ea03423d2091dff835f93ef1c588de18c3.svg#999'/></g></svg>") 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0.8
}

.suggestions-wrapper .suggestions-addon[data-addon-type="clear"]:hover {
    opacity: 1
}

.suggestions-wrapper .suggestions-suggestions {
    background: #ffffff;
    border: 1px solid #999;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    z-index: 9999;
    position: static !important
}

.suggestions-wrapper .suggestions-suggestions strong {
    font-weight: normal;
    color: #3399FF
}

.suggestions-wrapper .suggestions-suggestions.suggestions-mobile {
    border-style: none
}

.suggestions-wrapper .suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
    border-bottom: 1px solid #ddd
}

.suggestions-wrapper .suggestions-suggestion {
    padding: 4px 4px;
    overflow: hidden
}

.suggestions-wrapper .suggestions-suggestion:hover {
    background: #f7f7f7
}

.suggestions-wrapper .suggestions-selected {
    background: #f0f0f0
}

.suggestions-wrapper .suggestions-selected:hover {
    background: #f0f0f0
}

.suggestions-wrapper .suggestions-hint {
    padding: 4px 4px;
    white-space: nowrap;
    overflow: hidden;
    color: #777;
    font-size: 85%
}

.suggestions-wrapper .suggestions-constraints {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    white-space: nowrap
}

.suggestions-wrapper .suggestions-constraints li {
    background: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0 0.5em
}

.suggestions-wrapper .suggestions-constraints li .suggestions-remove {
    height: 1em;
    width: 1em;
    display: inline-block;
    margin: 0 0 0 0.25em;
    background: transparent url("356410ea03423d2091dff835f93ef1c588de18c3.svg#999'/></g></svg>") 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0.8
}

.suggestions-wrapper .suggestions-constraints li .suggestions-remove:hover {
    opacity: 1
}

.suggestions-wrapper .suggestions-constraints li span {
    vertical-align: middle
}

.suggestions-wrapper .suggestions-subtext {
    color: #777777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.suggestions-wrapper .suggestions-subtext_inline {
    margin: 0 1em 0 0
}

.suggestions-wrapper .suggestions-subtext-delimiter {
    display: inline-block;
    width: 2px
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111
}

table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    cursor: pointer;
    *cursor: hand
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    background-image: url("sort_both.png.html")
}

table.dataTable thead .sorting_asc {
    background-image: url("sort_asc.png.html")
}

table.dataTable thead .sorting_desc {
    background-image: url("sort_desc.png.html")
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("sort_asc_disabled.png.html")
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("sort_desc_disabled.png.html")
}

table.dataTable tbody tr {
    background-color: #ffffff
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #ddd
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: none
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
    border-top: none
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
    background-color: #fafafa
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: whitesmoke
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b7d1
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fafafa
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fcfcfc
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #eaeaea
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
    background-color: #ececec
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
    background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
    background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
    background-color: #a5b2cb
}

table.dataTable.no-footer {
    border-bottom: 1px solid #111
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 4px
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1
}

.dataTables_wrapper .dataTables_length {
    float: left
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333
}

.dataTables_wrapper .dataTables_scroll {
    clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

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

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em
    }
}

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

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em
    }
}

.removePreloadFile:hover {
    cursor: pointer;
    background-color: #CBCBCB !important
}

.removePreloadFile {
    color: #5D5A5A !important
}

.openPdfBtn:hover {
    cursor: pointer
}

.openModalImgBtn:hover {
    cursor: pointer
}

.clientsTable th,
.clientsTable td {
    vertical-align: middle !important;
    text-align: center !important
}

.openModalImage:hover {
    cursor: pointer;
    border: double 2px #AF9D9D
}

.displayBlock {
    display: block
}

.displayNone {
    display: none
}

.pointerCursor:hover {
    cursor: pointer
}

.redText {
    color: #F00
}

.disBtn {
    box-shadow: 0px 3px 0px 0px #FFF inset !important
}

.cursorWait {
    cursor: wait !important
}

.map-container {
    width: 100%;
    max-width: 100%;
    height: 600px
}

.officeInfoSpan {
    color: #FF0000;
    text-decoration: underline;
    font-weight: 400
}

.officesInfoDiv {
    color: #000000;
    font-size: 15px;
    font-weight: 400
}

.loadingDiv {
    position: absolute;
    width: 233px;
    z-index: 2000000000;
    left: 50%;
    top: 50%;
    color: rgb(255, 255, 255);
    margin: -82px auto -50px -115px;
    font-weight: bold;
    font-size: 18px
}

.changeOfBtns {
    margin-bottom: 1px
}

.navWidth50 {
    width: 50%;
    text-align: center
}

.btnsInGrp {
    margin-top: 5px
}

.tagsBtnsGrpDiv {
    background-color: inherit !important;
    border: 0px solid #FBFBFB !important;
    margin: 0px !important;
    padding: 0px !important
}

.zIndex9999 {
    z-index: 999999
}

.legendStyleForNetwork {
    width: inherit !important;
    border: 0;
    margin: 0px;
    font-size: 18px
}

.fieldsetStyleForNetwork {
    padding: 7px;
    border: 1px solid #8B8B8B;
    border-radius: 5px
}

.nCCCardOfClient .legend_nCC {
    padding-top: 1px
}

.roleSelector {
    margin-top: 3px;
    margin-right: 3px
}

.network button,
.network .tagsBtnsGrpDiv span {
    white-space: normal !important
}

.network tr,
.network th,
.network .label {
    text-align: center !important;
    vertical-align: middle !important
}

.eskalatProductHeadDiv {
    background-color: rgb(55, 65, 110) !important;
    border-color: rgb(55, 65, 110) !important;
    border: medium none !important;
    text-align: left
}

.marketProductHeadDiv {
    border: medium none !important;
    text-align: left
}

.eskalatProductHeadDiv img,
.marketProductHeadDiv img {
    top: 4px;
    height: 40px;
    position: relative;
    border-right: 2px solid rgb(237, 237, 237);
    padding-right: 11px;
    border: medium none !important
}

.eskalatProductHeadDiv span,
.marketProductHeadDiv span {
    font-weight: 400 !important;
    float: right;
    height: 40px !important;
    margin: 4px;
    padding: 7px 7px 7px 24px
}

.showcase .panel-content {
    min-height: 295px
}

.showcase .panel-content img {
    max-width: 170px !important;
    margin: 30px !important;
    max-height: 200px !important
}

.redColor {
    color: #FF0000 !important
}

.showcase .eskalatProductContentDiv a {
    color: #37416E
}

@media (max-width: 768px) {

    .eskalatProductHeadDiv img,
    .marketProductHeadDiv img {
        display: none
    }

    .eskalatProductHeadDiv span,
    .marketProductHeadDiv span {
        border: none;
        float: none;
        display: block;
        vertical-align: middle !important
    }
}

.adminClient .btnsInGrp button {
    white-space: normal !important
}

.toShowNews:hover,
.toHideNews:hover {
    cursor: pointer
}

.verticalMiddle {
    vertical-align: middle !important
}

.select2-search-choice div {
    color: #333333 !important
}

.productHeaderColor1 {
    background-color: #4ec2cf !important
}

.productHeaderColor2 {
    background-color: #fcbf33 !important
}

.productHeaderColor3 {
    background-color: #2ec5b6 !important
}

.productHeaderColor4 {
    background-color: #ff7372 !important
}

.productHeaderColor5 {
    background-color: #f9d83b !important
}

.productHeaderColor6 {
    background-color: #d1b6e1 !important
}

.productHeaderColor7 {
    background-color: #505199 !important
}

.productHeaderColor8 {
    background-color: #7C9DEB !important
}

#marketTransfers tr,
#marketTransfers th {
    text-align: center !important;
    vertical-align: middle !important
}

.protectionCode {
    padding: 2px
}

#vtoCollectionToggle .btn {
    border-radius: 3px !important;
    margin-right: 8px !important
}

.vtoClientBtnGroup .btn {
    margin: 5px !important
}

.vtoClientCardBtnGroup .btn {
    width: 100% !important;
    margin: 0px 10px 10px 0px !important
}

.notBorder {
    border: 0px
}

.notMargin {
    margin: 0px !important
}

.closeCreditStubText {
    color: #918F8F
}

.reactiveTableBodyDiv .collectionToggle {
    margin-top: 3px
}

.indent20px {
    text-indent: 20px
}

.agreementLi {
    color: #525252;
    list-style-type: disc
}

.discLi {
    color: #525252;
    list-style-type: disc
}

.green {
    color: #8fae30
}

.green2 {
    color: #8fae30
}

.notifHistText {
    word-break: break-all;
    padding-right: 0px !important;
    padding-left: 0px !important
}

.received {
    text-align: center
}

.countRead {
    text-align: center
}

.green3 {
    color: #8fae30
}

.blockicons {
    display: block
}

.redd {
    background-color: #e77755
}

ul#selectPermis li {
    display: inline
}

.videoLinksLeft {
    text-align: left !important;
    line-height: 16px
}

.videoLinksLeft a {
    display: inline-flex !important
}

.videoLinksLeft small {
    font-size: 100% !important
}

.person-row {
    cursor: pointer
}

.person-row.selected {
    background-color: #ccc
}

.dropMenu {
    background: white !important;
    min-width: 50px !important
}

.invisible {
    opacity: 0.1 !important
}

.videoLinksCenter a {
    display: inline-flex !important
}

.videoLinksCenter small {
    margin: -3px 0px 0px 5px;
    font-size: 100% !important
}

.reactive-table-navigation .form-inline input {
    min-width: 55px;
    text-align: center;
    padding: 0 0 0 0
}

#cppLink {
    -webkit-animation: cppLink 1s linear infinite;
    animation: cppLink 1s linear infinite
}

@-webkit-keyframes cppLink {
    0% {
        color: yellow
    }

    50% {
        color: yellowgreen
    }

    100% {
        color: rgb(901, 900, 920)
    }
}

@keyframes cppLink {
    0% {
        color: rgba(34, 34, 34, 1)
    }

    50% {
        color: rgba(34, 34, 34, 0)
    }

    100% {
        color: rgba(34, 34, 34, 1)
    }
}

@media (min-width: 1420px) {
    .nothing {
        display: none
    }
}

.cap {
    -webkit-box-shadow: 0 4px 10px -4px rgba(0, 0, 0, .05) !important;
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, .05) !important;
    position: relative !important;
    border-color: white !important
}

.linksStyle li {
    display: inline-block !important;
    width: 80px !important;
    height: 71px !important;
    font-size: 14px !important;
    text-align: center !important
}

.linksStyle li a {
    vertical-align: initial !important
}

.capVers2 {
    padding-bottom: 0px;
    padding-top: 5px
}

.capVers3 {
    padding-bottom: 0px;
    padding-top: 8px
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: inherit !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: ">" !important
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: inherit !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "<"
}

@media all and (min-width: 1634px),
all and (min-height: 800px) {
    .msg {
        height: 350px !important
    }

    #ModalNof {
        top: 0px !important
    }
}

.wlInfoBlock {
    font-size: 13px !important;
    padding: 10px 0 10px 0;
    color: #4B73A2 !important;
    background: #D9EDF7 !important
}

label[class="checboxLabel"] {
    display: block;
    position: relative;
    cursor: pointer
}

input[name="bigCheckbox"]+span {
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: url("bigCheck.png") no-repeat;
    cursor: pointer
}

input[name="bigCheckbox"]:checked+span {
    background: url("bigChecked.png") no-repeat
}

input[name="bigCheckbox"]:hover+span {
    background: url("bigHover.png") no-repeat
}

input[class="checboxAgree"]+span {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: url("check.png") no-repeat;
    cursor: pointer
}

input[class="checboxAgree"]:checked+span {
    background: url("checked.png") no-repeat
}

span[class="hoverCheckbox"]:hover {
    background: url("hover.png") no-repeat
}

@media all and (min-width: 1300px),
all and (min-height: 800px) {
    #wlMarketGo {
        margin-top: 380px !important
    }

    .hiddenButton {
        display: none !important
    }

    .checkbox {
        margin-top: 0px !important;
        margin-bottom: 0px !important
    }

    .likedButton {
        font-weight: normal !important
    }

    @media all and (min-width: 1024px),
    all and (min-height: 768px) {
        .nCCCounters {
            zoom: 0.99 !important
        }
    }

    @media all and (min-width: 80px),
    all and (min-height: 80px) {
        .widthNccCounter {
            width: 50% !important
        }
    }

    .buttonsOfficeStatMobile {
        margin-top: 10px !important
    }

    .productClientsHide {
        display: none
    }

    ul.listBannerManagers li {
        display: inline;
        padding-left: 0px !important
    }
}

div.noActivityAlert {
    background: -webkit-linear-gradient(right, #fe176b, #fd5520);
    background: -o-linear-gradient(right, #fe176b, #fd5520);
    background: linear-gradient(to left, #fe176b, #fd5520);
    margin-bottom: 20px;
    color: white;
    padding: 10px
}

div.noActivityAlert>div {
    padding: 30px
}

div.alertZero {
    font-size: 133px;
    padding-right: 20px;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 110px
}

div.noActivityAlert img {
    float: right;
    cursor: pointer
}

div.alertSumm {
    font-size: 22px;
    border: 1px solid white;
    padding: 0 60px;
    white-space: nowrap;
    margin: 5px 10px 0px
}

#progress_bar,
#progress_barPD,
#progress_barAD,
#progress_barIpInn,
#progress_barIpOgrn,
#progress_barOfficeDov,
#progress_barOfficePhoto,
#progress_barChangeOfOffice,
#progress_barChangeOfInviter {
    margin: 10px 0;
    padding: 3px;
    border: 1px solid #000;
    font-size: 14px;
    clear: both;
    opacity: 0;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear
}

#progress_bar.loading,
#progress_barPD.loading,
#progress_barAD.loading,
#progress_barIpInn.loading,
#progress_barIpOgrn.loading,
#progress_barOfficeDov.loading,
#progress_barOfficePhoto.loading,
#progress_barChangeOfOffice.loading,
#progress_barChangeOfInviter.loading {
    opacity: 1.0
}

#progress_bar .percent,
#progress_barPD .percentPD,
#progress_barAD .percentAD,
#progress_barIpInn .percentIpInn,
#progress_barIpOgrn .percentIpOgrn,
#progress_barOfficeDov .percentOfficeDov,
#progress_barOfficePhoto .percentOfficePhoto,
#progress_barChangeOfOffice .percentChangeOfOffice,
#progress_barChangeOfInviter .percentChangeOfInviter {
    background-color: #99ccff;
    height: auto;
    width: 0
}

.avatar-profile {
    height: 80px !important
}

@media (max-height: 799px) and (max-width: 1025px) {
    .avatar-profile {
        height: 220px !important
    }

    .avatatBtnList {
        left: -40px !important
    }
}

.avatatBtnList li {
    list-style-type: none
}

.avatarBtn {
    width: 203px
}

.avatatBtnList {
    position: relative;
    left: 175px;
    top: 7px
}

.panel {
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05)
}

.panel>.list-group .list-group-item {
    border-color: #eeeeee;
    background: none;
    border-radius: 0
}

.panel-heading,
.panel-footer,
.panel-group .panel {
    border-radius: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 0
}

.panel-group .panel-heading {
    border-bottom: 0;
    padding: 17px 15px
}

.panel-group .panel-heading a {
    display: block
}

.panel-group .panel-collapse {
    -webkit-box-shadow: 0 -3px 0 0 transparent;
    box-shadow: 0 -3px 0 0 transparent
}

.panel-group .panel-collapse.in {
    -webkit-box-shadow: 0 -3px 0 0 #76b6ec;
    box-shadow: 0 -3px 0 0 #76b6ec
}

.panel-group .collapsing {
    height: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.panel.panel-block .panel-heading {
    padding: 20px;
    border: none
}

.panel.panel-block .panel-heading:before,
.panel.panel-block .panel-heading:after {
    content: " ";
    display: table
}

.panel.panel-block .panel-heading:after {
    clear: both
}

.panel.panel-block .panel-heading>div>img,
.panel.panel-block .panel-heading>div>i {
    position: relative;
    top: -1px;
    display: block;
    float: left;
    height: 30px;
    margin: 0;
    margin-right: 10px
}

.panel.panel-block .panel-heading>div>i {
    font-size: 31px
}

.panel.panel-block .panel-heading>div h1 {
    margin: -2px 0 0;
    display: block;
    float: left;
    font-size: 18px
}

.panel.panel-block .panel-heading>div h1 small {
    margin: 1px 0 0;
    display: block;
    font-size: 12px
}

.panel.panel-block .list-group .list-group-item:first-child {
    border-top: none
}

.panel.panel-block .list-group .list-group-item {
    padding: 15px 20px 20px
}

.panel.panel-title-block {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    border-bottom-width: 0
}

.panel.panel-title-block h1 {
    max-width: 180px
}

.panel.panel-title-block h1 small {
    line-height: 15px
}

@media (min-width: 769px) {
    .panel.panel-title-block {
        -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
        margin-bottom: 20px;
        border-bottom-width: 1px
    }

    .panel.panel-title-block h1 {
        max-width: 70%
    }
}

.panel.panel-grid-demo {
    padding: 0;
    margin: 0;
    border-width: 5px;
    overflow: hidden
}

.panel.panel-grid-demo .panel-heading {
    color: #fff;
    padding: 20px 0
}

.row.panel-grid-demo {
    margin-bottom: 20px
}

.alert {
    background-color: #222222;
    background-color: #fff;
    border-color: #222222;
    color: #cccccc;
    color: #999999;
    font-size: 12px
}

.alert hr {
    border-top-color: #151515
}

.alert .alert-link {
    color: #b3b3b3;
    color: #808080
}

.alert .title {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px
}

.alert .title i {
    color: #222222;
    margin-right: 7px
}

.alert.ui-pnotify-sharp {
    border-radius: 0
}

.alert-dismissable .close {
    top: -7px;
    right: -26px;
    line-height: 0
}

.alert-dismissable .close i {
    font-size: 12px
}

.alert-success {
    background-color: #aece4e;
    background-color: #fff;
    border-color: #aece4e;
    color: #758f27;
    color: #999999;
    font-size: 12px
}

.alert-success hr {
    border-top-color: #a5c83a
}

.alert-success .alert-link {
    color: #54671c;
    color: #808080
}

.alert-success .title {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px
}

.alert-success .title i {
    color: #aece4e;
    margin-right: 7px
}

.alert-info {
    background-color: #a5c8e5;
    background-color: #fff;
    border-color: #a5c8e5;
    color: #5698ce;
    color: #999999;
    font-size: 12px
}

.alert-info hr {
    border-top-color: #91bcdf
}

.alert-info .alert-link {
    color: #367fbb;
    color: #808080
}

.alert-info .title {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px
}

.alert-info .title i {
    color: #a5c8e5;
    margin-right: 7px
}

.alert-warning {
    background-color: #f4c84f;
    background-color: #fff;
    border-color: #f3a641;
    color: #d09c0d;
    color: #999999;
    font-size: 12px
}

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

.alert-warning .alert-link {
    color: #a0780a;
    color: #808080
}

.alert-warning .title {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px
}

.alert-warning .title i {
    color: #f3a641;
    margin-right: 7px
}

.alert-danger {
    background-color: #e77755;
    background-color: #fff;
    border-color: #e77755;
    color: #bc401a;
    color: #999999;
    font-size: 12px
}

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

.alert-danger .alert-link {
    color: #8f3114;
    color: #808080
}

.alert-danger .title {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px
}

.alert-danger .title i {
    color: #e77755;
    margin-right: 7px
}

.alert-error {
    background-color: #e77755;
    background-color: #fff;
    border-color: #e77755;
    color: #bc401a;
    color: #999999;
    font-size: 12px
}

.alert-error hr {
    border-top-color: #e4653f
}

.alert-error .alert-link {
    color: #8f3114;
    color: #808080
}

.alert-error .title {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px
}

.alert-error .title i {
    color: #e77755;
    margin-right: 7px
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f9f9f9
}

.ios-device .form-control {
    -webkit-appearance: caret;
    -moz-appearance: caret;
}

.form-inline.always-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

@media (min-width: 768px) {
    .form-inline .form-group {
        margin-top: 0
    }

    .form-inline .form-control {
        display: inline-block
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-bottom: 5px;
    padding-top: 6px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left
    }
}

.form-group:last-child {
    margin-bottom: 0
}

select {
    font-family: sans-serif
}

.ios-device select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}

textarea {
    height: auto;
    width: 100%;
    max-width: 100%
}

textarea.no-resize {
    resize: none
}

.character-counter,
.field-annotation {
    display: block;
    text-align: right;
    font-size: 12px
}

.btn:focus {
    outline: 0
}

.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-group-btn .btn {
    background-color: #f4f4f4;
    border-color: #e3e3e3
}

.input-group-btn .btn:hover,
.input-group-btn .btn:focus {
    border-color: #e3e3e3
}

.button-demo .btn,
.button-demo .make-switch {
    margin-top: 5px
}

.breadcrumb {
    position: relative;
    left: 11px;
    padding: 14px 0;
    margin: 0;
    background-color: transparent
}

.breadcrumb a {
    color: #999999
}

.breadcrumb a i {
    font-size: 20px
}

.breadcrumb>li {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    z-index: 1001;
    white-space: nowrap
}

.breadcrumb>li+li:before {
    position: relative;
    top: -2px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: 7px;
    content: "\f054\00a0";
    padding: 0 10px;
    color: #999999
}

.lt-ie9 .breadcrumb>li+li:before {
    position: static;
    top: auto
}

.breadcrumb li.group+li.active {
    margin-left: 22px;
    display: block
}

.breadcrumb li.group+li.active>a {
    color: #cccccc
}

.breadcrumb>.active a {
    color: #999999
}

.breadcrumb .dropdown-menu {
    display: none
}

.breadcrumb>li.open .dropdown-menu {
    display: none
}

@media (min-width: 769px) {
    .breadcrumb {
        position: absolute;
        top: 0;
        left: 2px;
        padding: 24px 0
    }

    .breadcrumb>li+li:before {
        top: -1px;
        font-size: 10px
    }

    .breadcrumb li.group+li.active {
        margin-left: 0;
        display: inline-block
    }

    .breadcrumb .dropdown-menu {
        left: 30px
    }

    .opacity .breadcrumb .dropdown-menu {
        display: block;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.1s, max-height 0s 0.5s;
        transition: opacity 0.1s, max-height 0s 0.5s
    }

    .breadcrumb .dropdown-menu a {
        text-transform: capitalize
    }

    .breadcrumb>li.open .dropdown-menu {
        display: block
    }

    .opacity .breadcrumb>li.open .dropdown-menu {
        max-height: 1000px;
        overflow: visible;
        opacity: 1;
        -webkit-transition: opacity 0.1s;
        transition: opacity 0.1s
    }
}

.dropdown-menu {
    background: #333333;
    min-width: 165px;
    margin: 0;
    padding: 7px 0;
    border: none;
    border-radius: 0;
    display: none
}

.opacity .dropdown-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity 0.1s, max-height 0s 0.5s;
    transition: opacity 0.1s, max-height 0s 0.5s
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu.pull-right.dropdown-menu-arrow:after {
    right: 20%
}

.dropdown-menu.dropdown-menu-arrow {
    margin-top: 12px
}

.dropdown-menu.dropdown-menu-arrow:after,
.dropdown-menu.dropdown-menu-arrow:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    content: " ";
    right: 80%;
    margin-right: -8px;
    border-top-width: 0;
    border-bottom-color: #333333;
    top: -8px
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #222222
}

.dropdown-menu>li>a {
    padding: 2px 20px;
    color: #999999;
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

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

.opacity .open>.dropdown-menu {
    max-height: 1000px;
    overflow: visible;
    opacity: 1;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #5fa2db
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #5fa2db
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #cccccc
}

.tooltip {
    font-size: 14px;
    line-height: 34px;
    -webkit-transform: translateZ(0) scale(1, 1)
}

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

.tooltip-inner {
    padding: 3px 13px;
    border-radius: 0;
    line-height: 20px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.progress,
.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress {
    height: 25px;
    margin-bottom: 10px
}

.progress-thin {
    height: 5px
}

.nav-tabs {
    background-color: #fff;
    border-bottom-color: transparent;
    margin-bottom: 0
}

.nav-tabs>li>a {
    border: none;
    border-radius: 0;
    background-color: #fff;
    color: #999999;
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

.nav-tabs>li>a:hover {
    color: #666666;
    background-color: #fff;
    border: none
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #666666;
    border: none;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -3px 0 0 #76b6ec;
    box-shadow: inset 0 -3px 0 0 #76b6ec
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05)
}

.modal-backdrop.in {
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.modal-body {
    background-color: #fbfbfb
}

.modal-title i {
    position: relative;
    top: -1px;
    display: block;
    float: left;
    height: 30px;
    margin: 0;
    margin-right: 10px;
    font-size: 24px
}

.modal-footer {
    margin-top: 0
}

@media screen and (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05)
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0
}

.pagination.pagination-demo {
    margin: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-color: #eeeeee transparent;
    margin-left: 0;
    color: #999999;
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border: 1px solid #eeeeee;
    margin-left: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border: 1px solid #eeeeee;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 3px 0 0 #a3cef2;
    box-shadow: inset 0 3px 0 0 #a3cef2
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-color: #eeeeee transparent;
    cursor: default;
    -webkit-box-shadow: inset 0 3px 0 0 #76b6ec;
    box-shadow: inset 0 3px 0 0 #76b6ec
}

.pagination>.disabled>span,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #cccccc;
    background-color: #ffffff;
    border-color: #eeeeee;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 7.5px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.upper-alpha {
    list-style: upper-alpha
}

.upper-roman {
    list-style: upper-roman
}

.decimal-leading-zero {
    list-style: decimal-leading-zero
}

.lower-alpha {
    list-style: lower-alpha
}

.image-fa-list {
    -webkit-padding-start: 0;
    list-style: none;
    margin-left: 0
}

.image-fa-list li {
    background: url("list-fa.png.html") no-repeat 0 0;
    padding: 0 0 0 25px
}

.font-fa-list {
    list-style: none;
    margin-left: 0;
    -webkit-padding-start: 0
}

.font-fa-list li {
    padding: 0 0 0 10px
}

.font-fa-list li:before {
    position: relative;
    top: 0;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    color: #758f27;
    content: '\F0A9';
    font-size: 12px;
    margin-right: 8px
}

.inline-font-fa-list {
    list-style: none;
    margin-left: 0;
    -webkit-padding-start: 0
}

.inline-font-fa-list li {
    padding: 0 0 0 10px
}

.inline-font-fa-list li i {
    margin-top: 1px;
    margin-right: 8px;
    font-size: 12px;
    text-align: center
}

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

.text-italic {
    font-style: italic
}

.text-bold {
    font-weight: bold
}

label,
small,
.section-title {
    font-weight: normal
}

label i,
small i,
.section-title i {
    position: relative;
    top: 1px;
    margin-left: 5px;
    color: #cccccc;
    font-size: 14px
}

.section-title {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid #eeeeee
}

.section-title i {
    top: -1px
}

html,
body {
    min-width: 300px
}

.wrapper {
    position: relative;
    padding: 0 9px;
    opacity: 0
}

.no-cssanimations .wrapper {
    opacity: 1
}

.scrollable {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.no-touch .scrollable.hover {
    overflow-y: hidden
}

.no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible
}

@media (min-width: 769px) {

    html,
    body {
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    body {
        position: fixed
    }

    .wrapper {
        position: absolute;
        display: block;
        vertical-align: top;
        top: 0;
        left: 390px;
        right: 0;
        bottom: 0;
        padding: 0;
        padding-right: 30px;
        padding-bottom: 30px;
        -webkit-transition: left 0.1s ease-in;
        transition: left 0.1s ease-in
    }

    .wrapper.extended {
        left: 110px
    }

    .wrapper p {
        padding: 0 15px
    }
}

a {
    -webkit-transition: color 0.1s;
    transition: color 0.1s
}

a:hover,
a:focus {
    text-decoration: none
}

a:focus {
    outline: none
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

nav ul,
nav li {
    margin: 0;
    padding: 0;
    outline: 0
}

.display-table {
    display: table;
    border-collapse: collapse;
    border-spacing: 0
}

.color-transition {
    -webkit-transition: color 0.1s;
    transition: color 0.1s
}

.full-transition {
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

.styled-scrollbar::-webkit-scrollbar {
    width: 0.3em;
    background-color: #fbfbfb
}

.styled-scrollbar::-webkit-scrollbar-thumb {
    background-color: #76b6ec;
    border-radius: 0
}

.styled-scrollbar::-webkit-scrollbar-track {
    background-color: none
}

@media (min-width: 769px) {
    nav.main-menu {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        left: 0;
        width: 60px;
        overflow: hidden;
        -webkit-transition: width 0.05s linear;
        transition: width 0.05s linear;
        -webkit-transform: translateZ(0) scale(1, 1);
        background: #252830;
        color: #fff;
        z-index: 1010;
        padding-top: 90px
    }

    nav.main-menu>ul {
        margin: 7px 0
    }

    nav.main-menu>ul.logout {
        position: absolute;
        left: 0;
        bottom: 0
    }

    nav.main-menu li {
        position: relative;
        display: block;
        width: 250px
    }

    nav.main-menu li>a {
        position: relative;
        display: table;
        border-collapse: collapse;
        border-spacing: 0;
        color: #fff;
        -webkit-transform: translateZ(0) scale(1, 1);
        -webkit-transition: all 0.1s linear;
        transition: all 0.1s linear
    }

    nav.main-menu li ul {
        position: absolute;
        display: inline-block;
        background: #222222;
        top: 0;
        right: -210px;
        width: 0;
        overflow: hidden;
        -webkit-transition: width 0s 0.05s linear;
        transition: width 0s 0.05s linear
    }

    nav.main-menu li li {
        display: table;
        border-collapse: collapse;
        border-spacing: 0;
        width: 210px
    }

    nav.main-menu li li>a {
        width: 210px;
        height: 36px;
        color: #999999
    }

    nav.main-menu li li .subnav-text {
        display: table-cell;
        vertical-align: middle;
        padding-left: 20px;
        padding-right: 40px
    }

    nav.main-menu li li:hover a {
        color: #fff;
        background-color: #5fa2db
    }

    nav.main-menu li.has-subnav .nav-text {
        width: 170px
    }

    nav.main-menu li:hover>a {
        color: #fff;
        background-color: #4B6874
    }

    nav.main-menu li.active>a {
        color: #fff;
        background-color: #F34545
    }

    nav.main-menu li:hover ul,
    nav.main-menu li.active ul {
        width: 210px
    }

    nav.main-menu .nav-fa {
        position: relative;
        display: table-cell;
        width: 60px;
        height: 36px;
        text-align: center;
        vertical-align: middle;
        font-size: 18px
    }

    nav.main-menu .nav-icon.fa-home {
        font-size: 20px
    }

    nav.main-menu .nav-text {
        position: relative;
        left: -1px;
        display: table-cell;
        vertical-align: middle;
        width: 190px;
        visibility: hidden
    }

    nav.main-menu .userInfo-text {
        display: none
    }

    nav.main-menu .counter {
        display: none
    }

    nav.main-menu .status-fa {
        visibility: hidden
    }

    nav.main-menu .fa-angle-right {
        display: table-cell;
        width: 20px;
        vertical-align: middle;
        font-size: 16px
    }

    nav.main-menu:hover,
    nav.main-menu.expanded {
        width: 250px;
        overflow: visible
    }

    nav.main-menu:hover .status-fa,
    nav.main-menu.expanded .status-fa {
        visibility: visible
    }

    nav.main-menu:hover .avatar-mainMenu,
    nav.main-menu.expanded .avatar-mainMenu {
        max-height: 100px;
        max-width: 100px
    }

    nav.main-menu:hover .userInfo-text,
    nav.main-menu.expanded .userInfo-text {
        display: block
    }

    nav.main-menu:hover .counter,
    nav.main-menu.expanded .counter {
        display: block
    }

    nav.main-menu:hover .nav-text,
    nav.main-menu.expanded .nav-text {
        visibility: visible
    }

    nav.main-menu .label-new {
        display: block;
        position: absolute;
        top: 10px;
        right: 5px
    }
}

@media (min-width: 1281px) {
    nav.main-menu {
        width: 250px;
        overflow: visible
    }

    nav.main-menu .nav-text {
        visibility: visible
    }

    nav.main-menu .userInfo-text {
        display: block
    }

    nav.main-menu .counter {
        display: block
    }

    nav.main-menu .status-fa {
        visibility: visible
    }
}

.slideout-menu {
    display: none
}

@media (max-width: 768px) {
    #slideout-menu {
        background-color: #333333
    }

    .slideout-menu {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 0;
        width: 256px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        display: none
    }

    .slideout-panel {
        position: relative;
        z-index: 1
    }

    .slideout-open,
    .slideout-open body,
    .slideout-open .slideout-panel {
        overflow: hidden
    }

    .slideout-open .slideout-menu {
        display: block
    }

    nav.main-menu {
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.2s linear;
        transition: max-height 0.2s linear;
        -webkit-transform: translateZ(0) scale(1, 1);
        background: #333333;
        z-index: 1010
    }

    .slideout-menu>ul {
        padding-left: 0;
        margin: 0
    }

    .slideout-menu>ul>li {
        border: 1px solid #404040;
        border-width: 0 0 1px
    }

    .slideout-menu>ul>li:active {
        background-color: #222222
    }

    nav.main-menu>ul>li.has-subnav.active,
    nav.main-menu>ul>li.has-subnav:hover {
        border-bottom-color: #222222
    }

    .no-touch nav.main-menu>ul>li:hover>a,
    .slideout-menu>ul>li.active>a {
        color: #fff;
        background-color: #222222
    }

    .slideout-menu li {
        display: block;
        width: 100%
    }

    .slideout-menu li>a {
        position: relative;
        display: table;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        color: #999999;
        -webkit-transform: translateZ(0) scale(1, 1);
        -webkit-transition: all 0.1s linear;
        transition: all 0.1s linear
    }

    .slideout-menu li ul {
        display: block;
        background: #222222;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.5s linear;
        transition: max-height 0.5s linear
    }

    .slideout-menu li ul>li {
        border: 1px solid #404040;
        border-width: 1px 0 0
    }

    nav.main-menu li li {
        display: table;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%
    }

    nav.main-menu li li>a {
        width: 100%;
        height: 40px;
        color: #999999
    }

    nav.main-menu li li .subnav-text {
        display: table-cell;
        vertical-align: middle;
        padding-left: 60px
    }

    .slideout-menu .nav-fa {
        position: relative;
        display: table-cell;
        width: 60px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        font-size: 18px
    }

    .slideout-menu .nav-icon.fa-home {
        font-size: 20px
    }

    .slideout-menu .nav-text {
        position: relative;
        left: -1px;
        display: table-cell;
        vertical-align: middle
    }

    .slideout-menu .fa-angle-right {
        display: table-cell;
        width: 20px;
        vertical-align: middle;
        font-size: 16px
    }
}

nav.main-menu .label-new.label-warning {
    color: #555
}

nav.user-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    border-bottom: 1px solid #eeeeee;
    background-color: #333333;
    -webkit-box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.15)
}

nav.user-menu .user-menu-wrapper {
    position: relative;
    float: right;
    z-index: 1
}

nav.user-menu i {
    display: table-cell;
    font-size: 20px;
    height: 30px;
    text-align: center;
    vertical-align: middle
}

nav.user-menu>section>a {
    position: relative;
    float: left;
    padding: 15px 0 15px
}

nav.user-menu>section>a i {
    width: 59px;
    height: 30px;
    color: #cccccc;
    border-left: 1px solid #eeeeee;
    -webkit-transition: color 0.1s;
    transition: color 0.1s
}

.no-touch nav.user-menu>section>a:hover i,
nav.user-menu>section>a.active i,
nav.user-menu>section>a.unread i {
    color: #76b6ec
}

nav.user-menu .menu-counter {
    position: absolute;
    top: -2px;
    left: 15px;
    width: 30px;
    height: 21px;
    background-color: #76b6ec;
    border-radius: 0 0 3px 3px;
    color: #fff;
    text-align: center
}

nav.user-menu .main-menu-access {
    position: relative;
    float: left;
    padding: 15px 17px;
    color: #999999;
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

nav.user-menu .main-menu-access i {
    font-size: 21px;
    width: 30px
}

nav.user-menu .main-menu-access.active {
    background: #333333
}

nav.user-menu .main-menu-access.active i {
    color: #fff
}

nav.user-menu .panel {
    position: absolute;
    display: none;
    top: 58px;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.05);
    z-index: 1010
}

nav.user-menu .panel .arrow,
nav.user-menu .panel .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 7px;
    content: " "
}

nav.user-menu .panel .arrow.user-menu-arrow {
    border-width: 8px;
    right: 50%;
    margin-right: -8px;
    border-top-width: 0;
    border-bottom-color: #e5e5e5;
    top: -8px
}

nav.user-menu .panel .arrow.user-menu-arrow:after {
    top: 1px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #ffffff
}

nav.user-menu .panel.theme-view .user-menu-arrow {
    right: 145px
}

nav.user-menu .panel.messages-view .user-menu-arrow {
    right: 86px
}

nav.user-menu .panel.notifications-view .user-menu-arrow {
    right: 28px
}

nav.user-menu .panel .panel-heading {
    padding: 0 15px
}

nav.user-menu .panel .panel-heading i,
nav.user-menu .panel .panel-heading span {
    display: table-cell;
    vertical-align: middle;
    height: 53px
}

nav.user-menu .panel .panel-heading span {
    font-size: 17px;
    text-transform: uppercase
}

nav.user-menu .panel .panel-heading i {
    position: relative;
    top: -1px;
    font-size: 20px;
    width: 40px;
    text-align: left;
    padding-left: 6px
}

nav.user-menu .panel .panel-heading .fa-remove {
    position: absolute;
    display: block;
    top: 20px;
    right: 15px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #cccccc;
    -webkit-transition: color 0.1s;
    transition: color 0.1s
}

.no-touch nav.user-menu .panel .panel-heading .fa-remove:hover {
    cursor: pointer;
    color: #666666
}

nav.user-menu .panel .list-group-item {
    padding: 12px 15px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

nav.user-menu .panel .list-group-item i,
nav.user-menu .panel .list-group-item .text-holder {
    display: table-cell;
    vertical-align: middle
}

nav.user-menu .panel .list-group-item a {
    color: inherit
}

nav.user-menu .panel .list-group-item i {
    width: 40px;
    text-align: left
}

nav.user-menu .panel .list-group-item i img,
nav.user-menu .panel .list-group-item i b {
    height: 28px;
    width: 28px;
    margin-left: 2px;
    border-radius: 50%
}

nav.user-menu .panel .list-group-item i b {
    display: block;
    background-color: #fff;
    border: 1px dashed #666666
}

nav.user-menu .panel .list-group-item i b.dark {
    background-color: #666666;
    border: none
}

nav.user-menu .panel .list-group-item i b.pastel {
    background-color: #eefddf
}

nav.user-menu .panel .list-group-item i b.pastel-marine {
    background-color: #dfeefd
}

nav.user-menu .panel .list-group-item i b.rio {
    background-color: #1d8c97
}

nav.user-menu .panel .list-group-item i b.terminal {
    background-color: #CDEE69
}

nav.user-menu .panel .list-group-item .text-holder span {
    display: block;
    width: 150px;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

nav.user-menu .panel .list-group-item .text-holder .title-text {
    font-weight: bold
}

nav.user-menu .panel .list-group-item .time-ago {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 80px;
    text-align: right;
    color: #cccccc;
    line-height: 17px
}

.no-touch nav.user-menu .panel .list-group-item:hover {
    cursor: pointer;
    background-color: #76b6ec;
    color: #fff
}

.no-touch nav.user-menu .panel .list-group-item:hover .time-ago {
    color: #fff
}

@media (min-width: 769px) {
    nav.user-menu {
        height: 70px;
        border: none;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .dashboard-page nav.user-menu {
        top: 5px;
        position: absolute
    }

    .dashboard-page nav.user-menu .user-menu-wrapper {
        margin-right: 20px
    }

    .dashboard-page nav.user-menu .panel {
        right: 20px
    }

    nav.user-menu .main-menu-access {
        display: none
    }

    nav.user-menu .user-menu-wrapper {
        margin-right: -10px
    }

    nav.user-menu>section>a {
        margin: 10px 0;
        padding: 0
    }

    nav.user-menu>section>a i {
        border: none;
        height: 50px;
        width: 40px
    }

    nav.user-menu .menu-counter {
        top: -10px;
        left: 5px;
        width: 30px;
        height: 23px
    }

    .dashboard-page nav.user-menu .menu-counter {
        top: -15px
    }

    nav.user-menu .panel {
        left: auto;
        right: -10px;
        width: 300px
    }

    nav.user-menu .panel.theme-view .user-menu-arrow {
        right: 99px
    }

    nav.user-menu .panel.messages-view .user-menu-arrow {
        right: 59px
    }

    nav.user-menu .panel.notifications-view .user-menu-arrow {
        right: 20px
    }
}

.login-page .wrapper {
    left: 0;
    padding: 0;
    height: 100%
}

.login-page .wrapper .panel {
    position: relative;
    width: 400px;
    margin: 0 auto;
    top: 10%;
    -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.05), 0 4px 4px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.05), 0 4px 4px -3px rgba(0, 0, 0, 0.1)
}

.login-page .wrapper .panel-heading,
.login-page .wrapper .list-group-item,
.login-page .wrapper .panel-footer {
    text-align: center
}

.login-page .wrapper .panel-heading {
    padding: 22px 15px
}

.login-page .wrapper .panel-heading>div {
    display: inline-block;
    margin: 0 auto
}

.login-page .wrapper .panel-heading>div img {
    position: relative;
    display: block;
    float: left;
    top: 5px;
    width: 49px;
    height: 44px;
    margin: 0;
    margin-right: 5px
}

.login-page .wrapper .panel-heading>div h1 {
    margin: 0;
    display: block;
    float: left
}

.login-page .wrapper .panel-heading>div h1 span {
    display: block;
    color: #333333
}

.login-page .wrapper .panel-heading>div h1 .title {
    font-size: 39px;
    line-height: 39px;
    font-weight: bold;
    letter-spacing: -1px
}

.login-page .wrapper .panel-heading>div h1 .subtitle {
    font-size: 13px;
    line-height: 13px
}

.login-page .wrapper .list-group-item {
    padding: 23px 15px;
    color: #555555
}

.login-page .wrapper .welcome-text {
    display: block;
    font-size: 18px
}

.login-page .wrapper .member {
    display: inline-block;
    margin-right: 7px
}

.login-page .wrapper .login-text {
    display: inline-block;
    margin-bottom: 16px
}

.login-page .wrapper .form-group {
    margin: 0 auto 10px
}

.login-page .wrapper .form-group label {
    display: none
}

.login-page .wrapper .form-group input {
    width: 262px;
    margin: 0 auto
}

.login-page .wrapper .panel-footer .btn {
    margin-top: 10px;
    width: 260px
}

.login-page .wrapper .panel-footer .forgot {
    display: inline-block;
    margin: 15px auto 5px
}

@media (max-width: 768px) {
    .login-page .wrapper .panel {
        position: relative;
        width: 100%;
        margin: 0 auto;
        top: 0;
        border-width: 1px 0
    }
}

.dashboard-page {
    background-color: #ededed
}

.dashboard-page .wrapper {
    padding: 0
}

.dashboard-page .title-bar {
    position: relative;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.05)
}

.dashboard-page .title-bar>div {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    height: 80px;
    margin: 0 auto
}

.dashboard-page .title-bar span,
.dashboard-page .title-bar nav {
    display: table-cell;
    vertical-align: middle
}

.dashboard-page .title-bar span {
    font-size: 25px;
    font-weight: 300
}

.dashboard-page nav.dashboard-menu {
    position: relative;
    z-index: 999
}

.dashboard-page nav.dashboard-menu>a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 52px;
    height: 31px;
    margin-left: 9px;
    border: 1px solid transparent;
    border-bottom: none;
    z-index: 2
}

.dashboard-page nav.dashboard-menu>a i {
    position: relative;
    top: -1px;
    display: table-cell;
    width: 29px;
    vertical-align: middle;
    text-align: right;
    font-size: 20px;
    color: #cccccc;
    -webkit-transition: color 0.1s;
    transition: color 0.1s
}

.dashboard-page nav.dashboard-menu>a .menu-state-fa {
    display: none;
    text-align: center;
    font-size: 10px
}

.dashboard-page nav.dashboard-menu>a .menu-state-fa.active {
    display: table-cell
}

.dashboard-page nav.dashboard-menu>a .fa-sort-up {
    top: 3px
}

.no-touch .dashboard-page nav.dashboard-menu>a:hover {
    cursor: pointer
}

.no-touch .dashboard-page nav.dashboard-menu>a:hover i {
    color: #333333
}

.dashboard-page nav.dashboard-menu ul {
    position: absolute;
    top: 55px;
    right: 0;
    padding: 7px 0;
    background: #333333;
    z-index: 1;
    margin-top: -1px;
    border: 1px solid transparent;
    display: none
}

.opacity .dashboard-page nav.dashboard-menu ul {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.1s, max-height 0s 0.5s;
    transition: opacity 0.1s, max-height 0s 0.5s
}

.dashboard-page nav.dashboard-menu ul li {
    position: relative;
    display: block;
    height: 24px;
    min-width: 155px
}

.dashboard-page nav.dashboard-menu ul li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 10px;
    color: #999999;
    white-space: nowrap;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear
}

.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
    color: #fff;
    background-color: #5fa2db
}

.dashboard-page nav.dashboard-menu.expanded>a {
    background: #333333;
    border: 1px solid transparent;
    border-bottom: none
}

.dashboard-page nav.dashboard-menu.expanded>a i {
    color: #fff !important
}

.dashboard-page nav.dashboard-menu.expanded ul {
    display: block
}

.opacity .dashboard-page nav.dashboard-menu.expanded ul {
    max-height: 1000px;
    overflow: visible;
    opacity: 1;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s
}

.dashboard-page .quick-launch-bar {
    position: relative;
    display: block;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.05)
}

.dashboard-page .quick-launch-bar ul {
    display: block;
    min-height: 80px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    font-size: 0
}

.dashboard-page .quick-launch-bar li {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 14px;
    text-align: center
}

.dashboard-page .quick-launch-bar li a {
    display: table-cell;
    vertical-align: middle;
    color: #999999;
    height: 80px;
    width: 80px;
    padding-top: 6px
}

.dashboard-page .quick-launch-bar li i {
    font-size: 25px
}

.dashboard-page .quick-launch-bar li span {
    display: block;
    margin-top: 4px
}

.no-touch .dashboard-page .quick-launch-bar li:hover a,
.dashboard-page .quick-launch-bar li.active a {
    color: #333333
}

.dashboard-page .quick-launch-bar li.ui-sortable-helper a {
    color: #999999 !important
}

.dashboard-page .quick-launch-bar .add-quick-launch {
    position: absolute;
    top: 25px;
    right: 25px;
    display: none;
    background-color: #cccccc;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    color: #f5f5f5;
    text-align: center;
    line-height: 31px;
    font-size: 15px;
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s
}

.no-touch .dashboard-page .quick-launch-bar .add-quick-launch:hover,
.dashboard-page .quick-launch-bar .add-quick-launch.active {
    background-color: #aece4e
}

@media (min-width: 769px) {
    .dashboard-page .wrapper {
        left: 60px;
        padding: 0
    }

    .dashboard-page .title-bar>div {
        left: -40.666666666666664px
    }

    .dashboard-page nav.dashboard-menu {
        z-index: 1001;
        -webkit-transform: translateZ(0) scale(1, 1)
    }

    .dashboard-page nav.dashboard-menu ul {
        top: 55px;
        right: auto;
        left: 9px
    }

    .dashboard-page .quick-launch-bar ul {
        padding: 0 60px
    }
}

@media (min-width: 1281px) {
    .dashboard-page .wrapper {
        left: 250px
    }
}

@media (min-width: 768px) {
    .dashboard-page .title-bar>div {
        left: 30.5px
    }

    .dashboard-page .quick-launch-bar .add-quick-launch {
        display: block
    }
}

.widget-group {
    font-size: 0;
    text-align: center;
    padding: 0
}

.widget-group .drag-placeholder {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 250px;
    margin: 0;
    background-color: #e6e6e6
}

.proton-widget {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 250px;
    margin: 15px 0;
    opacity: 0;
    font-size: 14px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

.proton-widget.lit {
    opacity: 1
}

.proton-widget.placeholder {
    background-color: #e6e6e6
}

.proton-widget>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 250px;
    overflow: hidden
}

.csstransitions .proton-widget>div {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.csstransitions .proton-widget>div.back {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: perspective(800px) rotateY(180deg);
    -webkit-transform: perspective(800px) rotateY(180deg);
    transform: perspective(800px) rotateY(180deg)
}

.csstransitions .proton-widget>div.front {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: perspective(800px) rotateY(0deg);
    -webkit-transform: perspective(800px) rotateY(0deg);
    transform: perspective(800px) rotateY(0deg)
}

.csstransitions .proton-widget.setup>div.back {
    -moz-transform: perspective(800px) rotateY(0);
    -webkit-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0)
}

.csstransitions .proton-widget.setup>div.front {
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
    -moz-transform: perspective(800px) rotateY(-179.9deg);
    transform: perspective(800px) rotateY(-179.9deg)
}

.no-csstransitions .proton-widget>div.back {
    display: none
}

.no-touch.no-csstransitions .proton-widget.setup>div.front {
    display: none
}

.no-touch.no-csstransitions .proton-widget.setup>div.back {
    display: block
}

.no-touch .proton-widget .front .toggle-widget-setup {
    opacity: 0
}

.no-touch .proton-widget:hover .front .toggle-widget-setup {
    opacity: 1
}

.proton-widget.setup .front .fa-cog {
    visibility: hidden
}

.proton-widget .panel {
    background-color: #fff
}

.proton-widget .panel>div {
    overflow: hidden
}

.proton-widget .panel-heading {
    position: relative;
    padding: 0 15px;
    z-index: 2
}

.proton-widget .panel-heading i,
.proton-widget .panel-heading span {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    color: #fff
}

.proton-widget .panel-heading span {
    font-size: 17px;
    text-transform: uppercase
}

.proton-widget .panel-heading i {
    position: relative;
    top: -1px;
    font-size: 20px;
    width: 40px;
    text-align: left;
    padding-left: 6px
}

.proton-widget .panel-heading .toggle-widget-setup {
    position: absolute;
    display: block;
    padding: 0;
    top: 0;
    right: 0;
    width: 50px;
    height: 51px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    opacity: 1
}

.no-touch .proton-widget .panel-heading .toggle-widget-setup:hover {
    cursor: pointer
}

.proton-widget .panel.back .panel-heading {
    background-color: #f5f5f5
}

.proton-widget .panel.back .panel-heading i,
.proton-widget .panel.back .panel-heading span {
    color: #999999
}

.proton-widget .panel.back .panel-heading .toggle-widget-setup {
    width: 50px;
    background-color: #aece4e
}

.proton-widget .panel.back .panel-heading .toggle-widget-setup i,
.proton-widget .panel.back .panel-heading .toggle-widget-setup span {
    padding: 0;
    color: #fff;
    font-size: 16px
}

.proton-widget .panel.back .panel-heading .toggle-widget-setup i {
    position: relative;
    padding-right: 7px
}

.proton-widget .panel.back .list-group-item,
.proton-widget .panel.back .list-group-item:hover {}

.proton-widget .panel.back .select2 {
    width: 100%
}

.proton-widget .panel-default .panel-heading {
    background-color: #76b6ec
}

.proton-widget .panel-default .panel-heading .toggle-widget-setup {
    background-color: #666666
}

.proton-widget .panel-primary .panel-heading {
    background-color: #60aae9
}

.proton-widget .panel-primary .panel-heading .toggle-widget-setup {
    background-color: #3392e3
}

.proton-widget .panel-success .panel-heading {
    background-color: #aece4e
}

.proton-widget .panel-success .panel-heading .toggle-widget-setup {
    background-color: #758f27
}

.proton-widget .panel-warning .panel-heading {
    background-color: #f4c84f
}

.proton-widget .panel-warning .panel-heading .toggle-widget-setup {
    background-color: #d09c0d
}

.proton-widget .panel-danger .panel-heading {
    background-color: #e77755
}

.proton-widget .panel-danger .panel-heading .toggle-widget-setup {
    background-color: #bc401a
}

.proton-widget .panel-info .panel-heading {
    background-color: #a5c8e5
}

.proton-widget .panel-info .panel-heading .toggle-widget-setup {
    background-color: #5698ce
}

.proton-widget .list-group-item {
    padding: 2px 10px 2.5px;
    text-align: left;
    margin: 0;
    border-width: 0 0 1px !important;
    border-radius: 0;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear
}

.proton-widget .list-group-item:before,
.proton-widget .list-group-item:after {
    content: " ";
    display: table
}

.proton-widget .list-group-item:after {
    clear: both
}

.proton-widget .list-group-item>i,
.proton-widget .list-group-item .text-holder {
    display: block;
    float: left;
    vertical-align: middle;
    height: 22px
}

.proton-widget .list-group-item>i {
    width: 40px;
    text-align: left
}

.proton-widget .list-group-item>i img,
.proton-widget .list-group-item>i div {
    height: 28px;
    width: 28px;
    margin-left: 2px;
    border-radius: 50%
}

.proton-widget .list-group-item>i div {
    background-color: #fff;
    border: 1px dashed #666666
}

.proton-widget .list-group-item>i div.dark {
    background-color: #666666;
    border: none
}

.proton-widget .list-group-item .text-holder span {
    display: block;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.proton-widget .list-group-item .text-holder .title-text {
    font-weight: bold
}

.proton-widget .list-group-item .stat-value {
    position: absolute;
    top: 11px;
    right: 10px;
    width: 80px;
    text-align: right;
    color: #cccccc
}

.no-touch .proton-widget .list-group-item:hover {
    cursor: pointer;
    background-color: #76b6ec;
    color: #fff
}

.no-touch .proton-widget .list-group-item:hover .stat-value {
    color: #fff
}

.proton-widget.messages .front .list-group-item {
    padding: 4px 10px;
    -webkit-transition: margin-top 0.15s ease-out;
    transition: margin-top 0.15s ease-out
}

.proton-widget.messages .front .list-group-item>i {
    margin-top: 6px
}

.proton-widget.messages .front .list-group-item .text-holder {
    height: 41px
}

.proton-widget.messages .front .list-group-item.new-item {
    margin-top: -50px
}

.proton-widget.latest-users .list-group-item {
    padding: 10px 10px 7px;
    -webkit-transition: margin-top 0.15s ease-out;
    transition: margin-top 0.15s ease-out
}

.proton-widget.latest-users .list-group-item>i {
    margin-top: -4px
}

.proton-widget.latest-users .list-group-item.new-item {
    margin-top: -40px
}

.proton-widget.latest-users .stat-value {
    top: 10px
}

.proton-widget.general-stats .panel-heading .fa-sort {
    width: 30px
}

.proton-widget.general-stats .list-group-item {
    padding: 10px 20px 6.5px
}

.proton-widget.general-stats .stat-value {
    top: 6px;
    right: 20px;
    color: #333333;
    font-weight: bold
}

.proton-widget.general-stats .stat-value i {
    position: relative;
    top: 2.5px;
    color: #f4c84f;
    font-size: 20px;
    margin-left: 10px;
    margin-left: 5px
}

.proton-widget.general-stats .stat-value .fa-sort-up {
    color: #aece4e;
    top: 5.5px
}

.proton-widget.general-stats .stat-value .fa-sort-down {
    color: #e77755;
    top: -1.5px
}

.proton-widget.general-stats .text-holder span {
    display: inline-block;
    width: auto;
    margin-right: 5px
}

.proton-widget.task-completion .list-group {
    position: absolute;
    display: block;
    top: 51px;
    left: 0;
    width: 101%;
    bottom: 0
}

.proton-widget.task-completion .sub-list {
    position: relative;
    display: block;
    height: 50%;
    padding: 0;
    overflow: hidden;
    border: none
}

.proton-widget.task-completion .sub-list ul {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    height: 100%
}

.proton-widget.task-completion .sub-list li {
    text-align: center;
    height: 100%;
    display: block;
    padding: 0;
    float: left;
    width: 33.3333%;
    border: none;
    border-right: 1px solid #eeeeee
}

.proton-widget.task-completion .sub-list span {
    display: block;
    padding: 2px 5px 0
}

.proton-widget.task-completion .sub-list .processed-value {
    font-size: 19px;
    padding-top: 0
}

.proton-widget.task-completion .widget-progress-bar {
    padding: 20px;
    border-top: 1px solid #eeeeee
}

@media (min-width: 769px) {
    .widget-group {
        padding: 15px
    }

    .widget-group .drag-placeholder {
        margin: 15px
    }
}

.error-page .wrapper {
    left: 0;
    padding: 0;
    height: 100%
}

.error-page .tooltip-inner {
    line-height: 25px
}

.panel.panel-error-block {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    border-bottom-width: 0
}

.panel.panel-error-block .panel-heading {
    padding: 20px 30px;
    border-right: 3px solid #e77755;
    border-bottom: 1px solid #eeeeee
}

.panel.panel-error-block .panel-heading>div {
    position: relative;
    padding: 11px 0
}

.panel.panel-error-block .panel-heading>div>i {
    top: -6px;
    font-size: 38px;
    height: 38px;
    margin-right: 15px
}

.panel.panel-error-block .panel-heading>div .error-code {
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 110px;
    font-size: 48px;
    line-height: 49px
}

.panel.panel-error-block .panel-heading>div h1 {
    margin: -2px 0 0;
    display: block;
    float: left;
    font-size: 14px
}

.panel.panel-error-block .panel-heading>div h1 small {
    margin: 0 0 3px;
    display: block;
    font-size: 14px
}

.panel.panel-error-block .panel-heading>div h1 i {
    position: relative;
    top: 1px;
    margin-left: 8px;
    color: #cccccc
}

.panel.panel-error-block .panel-body {
    padding: 15px 30px
}

.panel.panel-error-block .panel-body a {
    display: block;
    color: #999999;
    float: left;
    height: 34px;
    line-height: 34px
}

.panel.panel-error-block .panel-body a i {
    font-size: 17px
}

.no-touch .panel.panel-error-block .panel-body a:hover {
    color: #666666
}

.panel.panel-error-block .panel-body .input-group {
    float: left;
    margin-left: 15px;
    width: 200px;
    max-width: 80%
}

.panel.panel-error-block .panel-body .input-group input {
    border-right: none;
    padding-right: 0
}

.panel.panel-error-block .panel-body .input-group input:focus {
    border-color: #e3e3e3
}

.panel.panel-error-block .panel-body .input-group .btn-search {
    border-left: none;
    background: #fff
}

.panel.panel-error-block .panel-body .input-group i {
    color: #999999
}

.panel.panel-error-block .panel-body .input-group .btn:hover i {
    color: #666666
}

@media (min-width: 769px) {
    .panel.panel-error-block {
        position: relative;
        margin: 0 auto;
        top: 25%;
        width: 400px;
        -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
        border-bottom-width: 1px
    }

    .panel.panel-error-block .panel-heading>div .error-code {
        position: absolute;
        text-align: right;
        border-left: 1px solid #eeeeee
    }

    .panel.panel-error-block .panel-body {
        padding: 30px
    }

    .panel.panel-error-block .panel-body .input-group {
        width: 290px;
        float: right;
        margin-left: 0
    }
}

.sidebar {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.1s ease-in;
    transition: max-height 0.1s ease-in;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.15);
    z-index: 990
}

.no-cssanimations .sidebar {
    opacity: 1
}

.sidebar .panel {
    border-width: 0;
    margin: 0 0 30px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sidebar .panel-heading {
    display: none;
    padding: 13px 20px;
    background-color: transparent
}

.sidebar .panel-heading>div {
    display: inline-block;
    margin: 0 auto
}

.sidebar .panel-heading>div img {
    position: relative;
    display: block;
    float: left;
    top: 4px;
    width: 39px;
    height: 35px;
    margin: 0;
    margin-right: 6px
}

.sidebar .panel-heading>div h5 {
    margin: 0;
    display: block;
    float: left
}

.sidebar .panel-heading>div h5 span {
    display: block;
    color: #333333
}

.sidebar .panel-heading>div h5 .title {
    font-size: 29px;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: -1px
}

.sidebar .panel-heading>div h5 .subtitle {
    position: relative;
    left: 1px;
    font-size: 10px;
    line-height: 10px
}

.sidebar .panel-body {
    padding: 13px 20px
}

.sidebar .panel-body .title {
    color: #999999;
    font-size: 16px
}

.sidebar .panel-body .title i {
    position: relative;
    top: -1px;
    margin-right: 4px
}

.sidebar .panel-body .title .add {
    position: relative;
    top: 1px;
    display: block;
    float: right;
    font-size: 14px
}

.sidebar .panel-body .title .add i {
    position: relative;
    top: 1px;
    font-size: 16px
}

.sidebar .panel-body .input-group {
    padding: 13px 0 0
}

.sidebar .panel-body .input-group input {
    border-right: none;
    padding-right: 0
}

.sidebar .panel-body .input-group input:focus {
    border-color: #e3e3e3
}

.sidebar .panel-body .input-group .btn-search {
    border-left: none;
    background: #fff
}

.sidebar .panel-body .input-group i {
    color: #999999
}

.sidebar .panel-body .input-group .btn:hover i {
    color: #666666
}

.sidebar .tree-body {
    padding: 0
}

.sidebar .sidebar-handle {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    background-color: #ffffff;
    color: #cccccc;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.sidebar .sidebar-handle i {
    padding-top: 9px;
    display: inline-block
}

.sidebar .sidebar-handle .fa-ellipsis-vertical {
    display: none
}

.sidebar.extended .panel {
    display: block
}

.sidebar.retracted {
    max-height: 30px !important
}

@media (min-width: 769px) {
    .sidebar {
        position: absolute;
        height: 100%;
        left: 60px;
        width: 20px;
        overflow: hidden;
        background-color: #fbfbfb;
        -webkit-transition: width 0.1s ease-in, padding 0.1s;
        transition: width 0.1s ease-in, padding 0.1s;
        -webkit-box-shadow: 4px 0 10px -4px rgba(0, 0, 0, 0.15);
        box-shadow: 4px 0 10px -4px rgba(0, 0, 0, 0.15)
    }

    .sidebar .panel {
        width: 300px;
        height: 100%;
        margin: 0
    }

    .sidebar .panel-heading {
        display: block;
        border-color: transparent;
        -webkit-transition: border-color 0.05s;
        transition: border-color 0.05s
    }

    .sidebar .tree-body {
        position: absolute;
        top: 166px;
        left: 0;
        right: 2px;
        bottom: 13px;
        padding: 0 20px
    }

    .sidebar.extended {
        width: 300px
    }

    .sidebar.extended .panel .panel-heading {
        border-color: #e5e5e5
    }

    .sidebar.retracted {
        max-height: none !important
    }

    .sidebar .sidebar-handle {
        position: absolute;
        left: auto;
        bottom: auto;
        right: 0;
        top: 50%;
        margin-top: -20px;
        width: 21px;
        height: 40px;
        border: 1px solid #eeeeee
    }

    .sidebar .sidebar-handle .fa-ellipsis-horizontal {
        display: none
    }

    .sidebar .sidebar-handle .fa-ellipsis-vertical {
        display: inline-block;
        padding-top: 13px
    }

    .scrollable {
        height: auto
    }
}

.sidebar .panel-body .input-group .btn-advanced-search {
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

.sidebar .panel-body .input-group .btn-advanced-search:hover {
    background-color: #76b6ec;
    border-color: #76b6ec
}

.sidebar .panel-body .input-group .btn-advanced-search:hover i {
    color: #fff
}

.sidebar.search-mode {
    max-height: none !important
}

.sidebar.search-mode .panel-body .input-group .btn-advanced-search {
    background-color: #76b6ec;
    border-color: #76b6ec
}

.sidebar.search-mode .panel-body .input-group .btn-advanced-search i {
    color: #fff
}

.sidebar.search-mode .advanced-search {
    max-height: 1500px
}

.sidebar .advanced-search {
    position: relative;
    max-height: 0;
    overflow: hidden
}

.sidebar .advanced-search>.panel {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0 15px
}

.sidebar .advanced-search>.panel .panel-heading {
    display: block
}

.sidebar .advanced-search>.panel .arrow,
.sidebar .advanced-search>.panel .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 7px;
    content: " "
}

.sidebar .advanced-search>.panel .arrow.adv-search-arrow {
    border-width: 8px;
    right: 34px;
    margin-right: -8px;
    border-top-width: 0;
    border-bottom-color: #76b6ec;
    top: -8px
}

.sidebar .advanced-search>.panel .arrow.adv-search-arrow:after {
    top: 1px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #76b6ec
}

.sidebar .advanced-search>.panel .panel-heading {
    padding: 0 15px;
    background-color: #76b6ec;
    border-color: #76b6ec
}

.sidebar .advanced-search>.panel .panel-heading i,
.sidebar .advanced-search>.panel .panel-heading span {
    display: table-cell;
    color: #fff;
    vertical-align: middle;
    height: 55px
}

.sidebar .advanced-search>.panel .panel-heading span {
    position: relative;
    top: 1px;
    font-size: 17px;
    text-transform: uppercase
}

.sidebar .advanced-search>.panel .panel-heading i {
    position: relative;
    top: -1px;
    font-size: 14px;
    width: 30px;
    text-align: left;
    padding-left: 6px
}

.sidebar .advanced-search>.panel .panel-body {
    padding: 0;
    border-top: 0
}

.sidebar .advanced-search>.panel .list-group {
    padding: 0;
    margin: 0
}

.sidebar .advanced-search>.panel .list-group-item {
    padding: 12px 15px
}

.sidebar .advanced-search .select2,
.sidebar .advanced-search .checkbox-inline {
    width: 100%
}

.sidebar .advanced-search .fa-exchange {
    margin-right: 7px;
    color: #333333;
    font-size: 17px
}

.sidebar .advanced-search .checkbox-inline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sidebar .advanced-search .btn-success {
    margin-right: 7px
}

.sidebar .advanced-search .btn {
    width: 106px
}

@media (min-width: 769px) {
    .sidebar .tree-body {
        padding-right: 0
    }

    .sidebar.search-mode .advanced-search {
        -webkit-transition: max-height 0.3s linear;
        transition: max-height 0.3s linear
    }

    .sidebar.search-mode .sidebar-handle {
        display: none
    }

    .sidebar .advanced-search {
        float: left;
        clear: both;
        width: 261px;
        padding-right: 3px;
        -webkit-transition: max-height 0.2s linear;
        transition: max-height 0.2s linear
    }

    .sidebar .advanced-search>.panel .arrow.adv-search-arrow {
        right: 13px
    }

    .sidebar .jstree {
        float: left;
        clear: both;
        width: 100%
    }
}

@font-face {
    font-family: 'proton-fas';
    src: url("proton-fas.eot-1.html");
    src: url("proton-fas.eot.html#iefix") format('embedded-opentype'), url("proton-fas.svg.html#proton-fas") format('svg'), url("proton-fas.woff.html") format('woff'), url("proton-fas.ttf.html") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback
}

.icon-proton-logo {
    font-family: 'proton-fas' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.icon-proton-logo:before {
    content: "\e000"
}

.icons-demo {
    text-align: center
}

.icons-demo h4 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: left;
    border-color: transparent;
    padding-left: 10px
}

.icons-demo a {
    display: block;
    height: 80px;
    padding: 5px;
    color: #666666;
    font-size: 12px;
    line-height: 13px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.icons-demo a i {
    display: block;
    font-size: 20px;
    padding-bottom: 3px;
    -webkit-transform: translateZ(0) scale(1, 1)
}

.icons-demo a:hover {
    background-color: #76b6ec;
    color: #fff
}

.icons-demo ul {
    list-style: none
}

.spinners {
    display: inline-block;
    margin: 0;
    padding: 0
}

.spinners li {
    display: inline-block;
    float: left;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    margin: 10px
}

.spinners img {
    max-width: 50%
}

.panel.stat {
    position: relative;
    border-color: #e5e5e5;
    border-right: 3px solid #333333;
    background-color: #ffffff;
    -webkit-transform: translateZ(0) scale(1, 1)
}

.panel.stat .panel-heading {
    padding: 13px 20px;
    border: none
}

.panel.stat .panel-heading>div {
    display: block;
    margin: 0 auto
}

.panel.stat .panel-heading>div:before,
.panel.stat .panel-heading>div:after {
    content: " ";
    display: table
}

.panel.stat .panel-heading>div:after {
    clear: both
}

.panel.stat .panel-heading>div>i {
    position: relative;
    display: block;
    top: -1px;
    float: left;
    margin: 0;
    margin-right: 20px;
    font-size: 38px;
    height: 42px
}

.panel.stat .panel-heading>div h2 {
    display: block;
    float: left;
    margin: 6px 0 0;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    font-weight: lighter
}

.panel.stat .panel-heading>div .counter {
    position: absolute;
    display: inline-block;
    padding: 0 20px;
    top: 9px;
    right: 0;
    height: 50px;
    line-height: 50px;
    font-size: 38px;
    background-color: #fff;
    border-left: 1px solid #eeeeee;
    -webkit-box-shadow: -15px 0 20px -4px #ffffff;
    box-shadow: -15px 0 20px -4px #ffffff;
    font-weight: lighter;
    z-index: 2
}

.panel.stat .panel-heading>div .counter.counter-small {
    font-size: 22px;
    padding: 0 10px
}

.panel.stat .panel-heading>div .counter .sparkspan {
    position: relative;
    top: 7px
}

.panel.stat.stat-warning {
    border-right-color: #d09c0d
}

.panel.stat.stat-warning.stat-color i {
    color: #d09c0d
}

.panel.stat.stat-danger {
    border-right-color: #bc401a
}

.panel.stat.stat-danger.stat-color i {
    color: #bc401a
}

.panel.stat.stat-success {
    border-right-color: #758f27
}

.panel.stat.stat-success.stat-color i {
    color: #758f27
}

.panel.stat.stat-info {
    border-right-color: #5698ce
}

.panel.stat.stat-info.stat-color i {
    color: #5698ce
}

.row.stat-row {
    margin-bottom: 10px
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.panel.gallery-uploader .panel-heading {
    position: relative;
    z-index: 3;
    font-size: 16px;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05)
}

.panel.gallery-uploader .panel-heading .icon-info-sign {
    top: 1px;
    margin-left: 5px;
    color: #cccccc;
    font-size: 14px
}

.panel.gallery-uploader .list-group .dropzone-container {
    background: #f7f7f7;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.1s ease-in-out, padding 0.1s ease-in-out;
    transition: max-height 0.1s ease-in-out, padding 0.1s ease-in-out
}

.panel.gallery-uploader .list-group .preview-container {
    padding: 15px 8px 20px;
    -webkit-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.05)
}

.panel.gallery-uploader .dropzone {
    border: none;
    background: none;
    padding: 0 0 5px;
    color: #cccccc;
    text-align: center
}

.panel.gallery-uploader .dropzone .icon-picture {
    display: block;
    margin: 15px auto 8px;
    font-size: 40px
}

.panel.gallery-uploader .dropzone .icon-download {
    display: block;
    margin: 18px auto 4px;
    font-size: 40px
}

.panel.gallery-uploader .dropzone .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 3px;
    background-color: #76b6ec;
    color: #fff;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s 0.1s;
    transition: opacity 0.3s 0.1s
}

.panel.gallery-uploader .gallery-title {
    display: block;
    float: left;
    clear: none
}

.panel.gallery-uploader .add {
    position: relative;
    float: left;
    clear: both;
    top: 1px;
    margin-top: 15px;
    display: block;
    font-size: 14px
}

.panel.gallery-uploader .add span {
    -webkit-transition: opacity 0.1s 0.3s;
    transition: opacity 0.1s 0.3s
}

.panel.gallery-uploader .add.finished {
    display: none
}

.panel.gallery-uploader .add i {
    position: absolute;
    top: 0;
    right: -22px;
    font-size: 16px;
    margin-right: 4px
}

.panel.gallery-uploader .dz-drag-hover .hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.panel.gallery-uploader.active .list-group .dropzone-container {
    padding: 15px 20px;
    max-height: 145px
}

.gallery-container {
    font-size: 0
}

.gallery-container .dz-preview {
    position: relative;
    display: inline-block;
    margin: 1px;
    vertical-align: top;
    font-size: 14px
}

.gallery-container .dz-preview .dz-details {
    width: 250px;
    height: auto;
    position: relative;
    background: #cccccc
}

.gallery-container .dz-preview img {
    position: inherit;
    top: 0;
    left: 0;
    width: 250px;
    height: auto;
    border: none
}

.gallery-container .dz-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    display: none
}

.gallery-container .dz-progress .dz-upload {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #bc401a;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out
}

.gallery-container .dz-processing .dz-progress {
    display: block
}

.gallery-container .dz-error .dz-progress .dz-upload {
    background: #ee1e2d
}

.gallery-container .dz-error .dz-error-mark {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 0.1s color;
    transition: 0.1s color
}

.gallery-container .dz-error .dz-error-message {
    display: block;
    padding: 0 5px;
    border-radius: 3px;
    background-color: #e77755
}

.gallery-container .dz-error .overlay .controls {
    display: none
}

.gallery-container .dz-success .dz-progress {
    display: block;
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0)
}

.gallery-container .dz-success .dz-success-mark {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gallery-container .dz-success-mark,
.gallery-container .dz-error-mark {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    right: -1px;
    top: -8px;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s
}

.gallery-container .dz-success-mark:hover,
.gallery-container .dz-error-mark:hover {
    color: #8f3114
}

.gallery-container .dz-error-message,
.gallery-container .confirm-removal {
    display: none
}

.gallery-container .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    background: #cccccc;
    background: rgba(0, 0, 0, 0.6);
    color: #fff
}

.gallery-container .overlay:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gallery-container .overlay .dz-filename {
    width: 140px;
    padding: 15px 5px 0 15px
}

.gallery-container .overlay .status {
    position: relative;
    z-index: 3;
    padding: 5px 5px 0
}

.gallery-container .overlay .controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px 15px;
    text-align: center
}

.gallery-container .overlay .controls a {
    display: block;
    float: left;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    padding: 10px 0 0;
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s
}

.gallery-container .overlay .controls a:hover {
    background-color: #76b6ec
}

.gallery-container .overlay .controls.confirm-removal a {
    float: right;
    margin: 0 5px;
    padding: 3px 5px 0;
    width: 40px
}

.modal-edit-image {
    text-align: left
}

.modal-edit-image .modal-thumbnail {
    width: 100%;
    max-width: 150px
}

.modal-edit-image .form-group {
    margin-top: 15px;
    text-align: left
}

.modal-edit-image .modal-footer .btn {
    margin-top: 5px
}

@media (min-width: 769px) {
    .panel.gallery-uploader .add {
        float: right;
        clear: none;
        margin-top: 0
    }

    .panel.gallery-uploader .add i {
        position: relative;
        top: 1px;
        right: auto
    }

    .panel.gallery-uploader .list-group .preview-container {
        padding: 15px 15px 20px
    }

    .modal-edit-image .form-group {
        margin-top: 0
    }

    .modal-edit-image .modal-footer .btn {
        margin-top: 0
    }
}

.user-profile .panel .panel-heading .avatar {
    position: relative;
    height: 120px;
    margin-bottom: 0;
    float: left;
    clear: both;
    margin-right: 15px
}

.user-profile .panel .panel-heading .avatar img {
    height: 100%;
    margin: 0
}

.user-profile .panel .panel-heading .title,
.user-profile .panel .panel-heading small {
    display: block;
    float: left;
    clear: both
}

.user-profile .panel .panel-heading .title {
    font-size: 30px
}

.user-profile .panel .panel-heading small {
    font-size: 14px
}

.user-profile .map {
    margin-top: 10px
}

.user-profile .nav-tabs>li {
    float: none
}

.user-profile .nav-tabs>li a {
    margin-right: 0
}

.user-profile .tab-content .list-group {
    margin: 0
}

.user-profile .tab-content h4 {
    display: inline-block;
    padding: 6px 20px 5px;
    background-color: #76b6ec;
    margin-left: -20px;
    margin-bottom: 30px;
    color: #fff
}

.user-profile .tab-content .messages-view {
    border: none;
    height: 150px;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.user-profile .tab-content .messages-view .list-group-item {
    padding: 10px 20px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

.user-profile .tab-content .messages-view .list-group-item i,
.user-profile .tab-content .messages-view .list-group-item .text-holder {
    display: table-cell;
    vertical-align: middle
}

.user-profile .tab-content .messages-view .list-group-item a {
    color: inherit
}

.user-profile .tab-content .messages-view .list-group-item i {
    width: 60px;
    text-align: left
}

.user-profile .tab-content .messages-view .list-group-item i img,
.user-profile .tab-content .messages-view .list-group-item i b {
    height: 40px;
    width: 40px;
    border-radius: 50%
}

.user-profile .tab-content .messages-view .list-group-item i b {
    display: block;
    background-color: #fff;
    border: 1px dashed #666666
}

.user-profile .tab-content .messages-view .list-group-item i b.dark {
    background-color: #666666;
    border: none
}

.user-profile .tab-content .messages-view .list-group-item i b.pastel {
    background-color: #eefddf
}

.user-profile .tab-content .messages-view .list-group-item i b.pastel-marine {
    background-color: #dfeefd
}

.user-profile .tab-content .messages-view .list-group-item i b.rio {
    background-color: #1d8c97
}

.user-profile .tab-content .messages-view .list-group-item i b.terminal {
    background-color: #CDEE69
}

.user-profile .tab-content .messages-view .list-group-item .text-holder span {
    display: block;
    width: 200px;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.user-profile .tab-content .messages-view .list-group-item .text-holder .title-text {
    font-weight: bold
}

.user-profile .tab-content .messages-view .list-group-item .time-ago {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 80px;
    text-align: right;
    color: #cccccc;
    line-height: 17px
}

.no-touch .user-profile .tab-content .messages-view .list-group-item:hover {
    cursor: pointer;
    background-color: #ebebeb;
    color: #5698ce
}

.no-touch .user-profile .tab-content .messages-view .list-group-item:hover .time-ago {
    color: #5698ce
}

.user-profile .panel.stat {
    margin-bottom: 5px
}

.user-profile .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    background: #cccccc;
    background: rgba(0, 0, 0, 0.6);
    color: #fff
}

.user-profile .overlay:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.user-profile .overlay .dz-filename {
    width: 140px;
    padding: 15px 5px 0 15px
}

.user-profile .overlay .status {
    position: relative;
    z-index: 3;
    padding: 5px 5px 0
}

.user-profile .overlay .controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px 15px;
    text-align: center
}

.user-profile .overlay .controls a {
    display: block;
    float: left;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    padding: 3px 0 0;
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s
}

.user-profile .overlay .controls a:hover {
    background-color: #76b6ec
}

.user-profile .overlay .controls.confirm-removal {
    display: none
}

.user-profile .overlay .controls.confirm-removal a {
    float: right;
    margin: 0 5px;
    padding: 3px 5px 0;
    width: 40px
}

@media (min-width: 769px) {
    .wrapper.user-profile {
        left: 90px
    }

    .user-profile .panel .panel-heading .avatar {
        height: 120px;
        clear: none
    }

    .user-profile .panel .panel-heading .title,
    .user-profile .panel .panel-heading small {
        display: block;
        float: none;
        clear: none
    }

    .user-profile .tab-content .messages-view {
        height: 505px
    }

    .user-profile .nav-tabs>li {
        float: left
    }

    .user-profile .nav-tabs>li a {
        margin-right: 0
    }
}

.ui-pnotify {
    top: 70px;
    max-width: 90%
}

.ui-pnotify .ui-pnotify-container {
    border: none;
    margin-bottom: 0
}

.ui-pnotify h4 {
    font-size: 14px;
    text-transform: uppercase
}

.ui-pnotify .ui-pnotify-fa span {
    position: relative;
    top: -1px;
    margin-right: 5px;
    font-size: 16px
}

.ui-pnotify .ui-pnotify-closer,
.ui-pnotify .ui-pnotify-sticker {
    position: relative;
    top: -2px;
    margin-left: 10px
}

.ui-pnotify .alert {
    background-color: #333333;
    border-color: transparent;
    color: #fff
}

.ui-pnotify .alert hr {
    border-top-color: #262626
}

.ui-pnotify .alert .alert-link {
    color: #499ee6
}

.no-touch .ui-pnotify .alert:hover {
    background-color: #262626
}

.ui-pnotify .alert-success {
    background-color: #aece4e;
    border-color: transparent;
    color: #fff
}

.ui-pnotify .alert-success hr {
    border-top-color: #a5c83a
}

.ui-pnotify .alert-success .alert-link {
    color: #499ee6
}

.no-touch .ui-pnotify .alert-success:hover {
    background-color: #a5c83a
}

.ui-pnotify .alert-info {
    background-color: #76b6ec;
    border-color: transparent;
    color: #fff
}

.ui-pnotify .alert-info hr {
    border-top-color: #60aae9
}

.ui-pnotify .alert-info .alert-link {
    color: #499ee6
}

.no-touch .ui-pnotify .alert-info:hover {
    background-color: #60aae9
}

.ui-pnotify .alert-error {
    background-color: #e77755;
    border-color: transparent;
    color: #fff
}

.ui-pnotify .alert-error hr {
    border-top-color: #e4653f
}

.ui-pnotify .alert-error .alert-link {
    color: #499ee6
}

.no-touch .ui-pnotify .alert-error:hover {
    background-color: #e4653f
}

@media (max-width: 768px) {
    .ui-pnotify {
        right: 0 !important
    }
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 5px 5px 0;
    margin-bottom: 10px;
    color: #555;
    vertical-align: middle;
    border-radius: 3px;
    width: 100%;
    min-height: 37px;
    line-height: 20px;
    font-size: 0
}

.bootstrap-tagsinput input {
    position: relative;
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: auto !important;
    max-width: inherit;
    font-size: 14px
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none
}

.bootstrap-tagsinput .tag {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "\F057";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover,
.bootstrap-tagsinput .tag [data-role="remove"]:active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.star-rating {
    color: #76b6ec
}

.star-rating .dimmed {
    color: #cccccc
}

.star-rating .fa-remove-sign {
    padding: 5px
}

pre.prettyprint {
    display: block;
    background-color: #333;
    margin-bottom: 0
}

pre .nocode {
    background-color: none;
    color: #000000
}

pre .str {
    color: #ffa0a0
}

pre .kwd {
    color: #f0e68c;
    font-weight: bold
}

pre .com {
    color: #87ceeb
}

pre .typ {
    color: #98fb98
}

pre .lit {
    color: #cd5c5c
}

pre .pun {
    color: #ffffff
}

pre .pln {
    color: #ffffff
}

pre .tag {
    color: #f0e68c;
    font-weight: bold
}

pre .atn {
    color: #bdb76b;
    font-weight: bold
}

pre .atv {
    color: #ffa0a0
}

pre .dec {
    color: #98fb98
}

ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
    color: #aeaeae
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
    list-style-type: none
}

@media print {
    pre.prettyprint {
        background-color: none
    }

    pre .str,
    code .str {
        color: #006600
    }

    pre .kwd,
    code .kwd {
        color: #006;
        font-weight: bold
    }

    pre .com,
    code .com {
        color: #600;
        font-style: italic
    }

    pre .typ,
    code .typ {
        color: #404;
        font-weight: bold
    }

    pre .lit,
    code .lit {
        color: #004444
    }

    pre .pun,
    code .pun {
        color: #444400
    }

    pre .pln,
    code .pln {
        color: #000000
    }

    pre .tag,
    code .tag {
        color: #006;
        font-weight: bold
    }

    pre .atn,
    code .atn {
        color: #440044
    }

    pre .atv,
    code .atv {
        color: #006600
    }
}

div.checker {
    position: relative;
    top: -1px
}

.checkbox-inline div.checker {
    margin-left: -20px
}

.text-center .farbtastic {
    margin: 0 auto
}

.jstree.jstree-proton {
    -webkit-font-smoothing: antialiased;
    font-family: 'Titillium Web', sans-serif, Arial, sans-serif;
    text-align: left
}

.jstree.jstree-proton li,
.jstree.jstree-proton ins {
    background-image: url("d.png.html");
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 108px 96px
}

.lt-ie9 .jstree.jstree-proton li,
.lt-ie9 .jstree.jstree-proton ins {
    background-image: url("d-ie8.png.html");
    background-size: auto auto
}

.jstree.jstree-proton li {
    background-position: -90px 0;
    background-repeat: repeat-y;
    min-height: 24px;
    font-size: 14px;
    line-height: 24px
}

.jstree.jstree-proton>ul>li:first-child {
    padding-top: 5px
}

.jstree.jstree-proton a>ins {
    width: 18px
}

.jstree.jstree-proton li.jstree-last {
    background: transparent
}

.jstree.jstree-proton .jstree-open>ins {
    background-position: -72px 0
}

.jstree.jstree-proton .jstree-open>a>ins {
    background-position: -56px -37px
}

.jstree.jstree-proton .jstree-open>a>ins.jstree-fa {
    height: 14px
}

.jstree.jstree-proton .jstree-closed>ins {
    background-position: -54px 0
}

.jstree.jstree-proton .jstree-leaf>ins {
    background-position: -36px 0
}

.jstree.jstree-proton a {
    position: relative;
    top: -6px;
    max-width: 80%;
    display: inline-block;
    height: 24px;
    padding: 4px 6px 3px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    border-radius: 3px;
    color: inherit;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.jstree.jstree-proton .jstree-hovered {
    background: #76b6ec;
    color: #fff
}

.jstree.jstree-proton .jstree-clicked {
    background: #3392e3;
    color: #fff
}

.jstree.jstree-proton .jstree-clicked>ins {
    background-position: -74px -19px
}

.jstree.jstree-proton a .jstree-fa {
    background-position: -56px -19px
}

.jstree.jstree-proton a.jstree-loading .jstree-fa {
    background: url("throbber.gif.html") center center no-repeat !important
}

.jstree.jstree-proton jstree-focused {
    background: transparent
}

.jstree.jstree-proton .jstree-no-dots li,
.jstree.jstree-proton .jstree-no-dots .jstree-leaf>ins {
    background: transparent
}

.jstree.jstree-proton .jstree-no-dots .jstree-open>ins {
    background-position: -18px 0
}

.jstree.jstree-proton .jstree-no-dots .jstree-closed>ins {
    background-position: 0 0
}

.jstree.jstree-proton .jstree-no-fas a .jstree-fa {
    display: none
}

.jstree.jstree-proton .jstree-search {
    font-style: italic
}

.jstree.jstree-proton .jstree-no-fas .jstree-checkbox {
    display: inline-block
}

.jstree.jstree-proton .jstree-no-checkboxes .jstree-checkbox {
    display: none !important
}

.jstree.jstree-proton .jstree-checked>a>.jstree-checkbox {
    background-position: -37px -19px
}

.jstree.jstree-proton .jstree-unchecked>a>.jstree-checkbox {
    background-position: -1px -19px
}

.jstree.jstree-proton .jstree-undetermined>a>.jstree-checkbox {
    background-position: -19px -19px
}

.jstree.jstree-proton .jstree-checked>a>.checkbox:hover {
    background-position: -37px -37px
}

.jstree.jstree-proton .jstree-unchecked>a>.jstree-checkbox:hover {
    background-position: -1px -37px
}

.jstree.jstree-proton .jstree-undetermined>a>.jstree-checkbox:hover {
    background-position: -19px -37px
}

.jstree.jstree-proton.jstree li[rel="file"]>a>ins.jstree-fa {
    background-image: url("file.png.html");
    background-position: 0 0;
    background-size: 18px 16px
}

.lt-ie9 .jstree.jstree-proton.jstree li[rel="file"]>a>ins.jstree-fa {
    background-image: url("file-ie8.png.html");
    background-size: auto auto
}

.jstree.jstree-proton #vakata-dragged {
    font-size: 14px;
    line-height: 24px;
    opacity: 0.7
}

.jstree.jstree-proton #vakata-dragged.jstree-proton ins {
    background: transparent !important
}

.jstree.jstree-proton #vakata-dragged.jstree-proton .jstree-ok {
    background: url("d.png.html") -1px -54px no-repeat !important;
    background-size: 108px 96px !important
}

.lt-ie9 .jstree.jstree-proton #vakata-dragged.jstree-proton .jstree-ok {
    background: url("d-ie8.png.html") -1px -54px no-repeat !important;
    background-size: auto auto
}

.jstree.jstree-proton #vakata-dragged.jstree-proton .jstree-invalid {
    background: url("d.png.html") -18px -54px no-repeat !important;
    background-size: 108px 96px !important
}

.lt-ie9 .jstree.jstree-proton #vakata-dragged.jstree-proton .jstree-invalid {
    background: url("d-ie8.png.html") -18px -54px no-repeat !important;
    background-size: auto auto
}

.jstree.jstree-proton #jstree-marker.jstree-proton {
    background: url("d.png.html") -40px -56px no-repeat !important;
    background-size: 108px 96px !important;
    text-indent: -100px
}

.lt-ie9 .jstree.jstree-proton #jstree-marker.jstree-proton {
    background: url("d-ie8.png.html") -40px -56px no-repeat !important;
    background-size: auto auto
}

.jstree.jstree-proton a.jstree-search {
    color: aqua
}

.jstree.jstree-proton .jstree-locked a {
    color: silver;
    cursor: default
}

.jstree.jstree-proton #vakata-contextmenu.jstree-proton-context,
.jstree.jstree-proton #vakata-contextmenu.jstree-proton-context li ul {
    background: #f0f0f0;
    border: 1px solid #979797;
    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow: 1px 1px 2px #999;
    box-shadow: 1px 1px 2px #999
}

.jstree.jstree-proton #vakata-contextmenu.jstree-proton-context a {
    color: black
}

.jstree.jstree-proton #vakata-contextmenu.jstree-proton-context a:hover,
.jstree.jstree-proton #vakata-contextmenu.jstree-proton-context .vakata-hover>a {
    padding: 0 5px;
    background: #e8eff7;
    border: 1px solid #aecff7;
    color: black;
    border-radius: 2px
}

.jstree.jstree-proton #vakata-contextmenu.jstree-proton-context li.jstree-contextmenu-disabled a,
.jstree.jstree-proton #vakata-contextmenu.jstree-proton-context li.jstree-contextmenu-disabled a:hover {
    color: silver;
    background: transparent;
    border: 0;
    padding: 1px 4px
}

.jstree.jstree-proton #vakata-contextmenu.jstree-proton-context li.vakata-separator {
    background: white;
    border-top: 1px solid #e0e0e0;
    margin: 0
}

.jstree.jstree-proton #vakata-contextmenu.jstree-proton-context li ul {
    margin-left: -4px
}

@media (max-width: 768px) {
    .jstree.jstree-proton {
        width: 100%
    }

    .jstree.jstree-proton li {
        background-image: none
    }

    .jstree.jstree-proton ins {
        background-size: 108px 96px
    }

    .jstree.jstree-proton li {
        padding: 6px 0;
        border-top: 1px solid #eeeeee;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        margin-left: 0
    }

    .jstree.jstree-proton .jstree-open {
        background-color: #f7f7f7;
        background-color: rgba(0, 0, 0, 0.02);
        padding-bottom: 0 !important
    }

    .jstree.jstree-proton .jstree-open li:last-child {
        padding: 6px 0
    }

    .jstree.jstree-proton .jstree-open+.jstree-open {
        border-top: 1px solid #eeeeee;
        background-color: rgba(0, 0, 0, 0.02)
    }

    .jstree.jstree-proton>ul>.jstree-last {
        border-bottom: 1px solid #eeeeee;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05)
    }

    .jstree.jstree-proton li.jstree-open>ul {
        margin-top: 6px
    }

    .jstree.jstree-proton li>ins {
        position: relative;
        top: 2px;
        width: 21px;
        height: 21px
    }

    .jstree.jstree-proton a,
    .jstree.jstree-proton .jstree-hovered,
    .jstree.jstree-proton .jstree-clicked {
        background-color: transparent;
        color: inherit;
        padding: 0 3px;
        margin-left: 8px;
        top: 3px
    }

    .jstree.jstree-proton .jstree-leaf>ins {
        background: transparent
    }

    .jstree.jstree-proton .jstree-no-dots .jstree-closed>ins,
    .jstree.jstree-proton .jstree-closed>ins {
        background-position: -53px -54px
    }

    .jstree.jstree-proton .jstree-no-dots .jstree-open>ins,
    .jstree.jstree-proton .jstree-open>ins {
        background-position: -53px -75px
    }

    .jstree.jstree-proton>ul>li:first-child {
        padding: 6px 0
    }

    .jstree.jstree-proton>ul>li>ins {
        margin-left: 15px;
        margin-right: 5px
    }

    .jstree.jstree-proton>ul>li>ul>li {
        border-color: rgba(0, 0, 0, 0.1)
    }

    .jstree.jstree-proton>ul>li>ul>li>ins {
        margin-left: 48px
    }

    .jstree.jstree-proton>ul>li>ul>li>ul>li {
        border-color: rgba(0, 0, 0, 0.15)
    }

    .jstree.jstree-proton>ul>li>ul>li>ul>li>ins {
        margin-left: 72px
    }
}

.select2-container.form-control {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0
}

.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
    background: none;
    padding: 0;
    border-color: #e3e3e3;
    border-radius: 3px;
    color: #555555;
    font-family: 'Titillium Web', sans-serif;
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-search input {
    background: #ffffff url("select2-1.png") no-repeat 100% -22px;
    border-color: #e3e3e3;
    border-radius: 3px;
    color: #555555;
    font-family: 'Titillium Web', sans-serif;
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container .select2-choices .select2-search-field input {
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container .select2-choice {
    height: 34px;
    line-height: 1.428571429
}

.select2-container.select2-container-multi.form-control {
    height: auto
}

.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
    height: 30px;
    line-height: 1.5;
    border-radius: 3px
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
    height: 41px;
    line-height: 1.33;
    border-radius: 3px
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 32px
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
    height: 28px
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
    height: 39px
}

.select2-container-multi .select2-choices .select2-search-field input {
    margin: 0
}

.select2-chosen,
.select2-choice>span:first-child,
.select2-container .select2-choices .select2-search-field input {
    padding: 6px 12px
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice>span:first-child,
.input-group-sm .select2-choice>span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
    padding: 5px 10px
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice>span:first-child,
.input-group-lg .select2-choice>span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
    padding: 7.5px 16px
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 5px;
    margin-bottom: 3px
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
    line-height: 24px
}

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
    border-left: 1px solid #e3e3e3;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
    border-left-color: transparent;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
    background-position: 0 3px
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 3px
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
    background-position: 0 1px
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
    background-position: 0 9px
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
    background-position: -18px 9px
}

.has-warning .select2-choice,
.has-warning .select2-choices {
    border-color: #d09c0d
}

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
    border-color: #a0780a;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-warning.select2-drop-active {
    border-color: #a0780a
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #a0780a
}

.has-error .select2-choice,
.has-error .select2-choices {
    border-color: #bc401a
}

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
    border-color: #8f3114;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-error.select2-drop-active {
    border-color: #8f3114
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #8f3114
}

.has-success .select2-choice,
.has-success .select2-choices {
    border-color: #758f27
}

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
    border-color: #54671c;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-success.select2-drop-active {
    border-color: #54671c
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #54671c
}

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    border-color: #3699d2;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.select2-drop-active {
    border-color: #3699d2
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
    border-top-color: #3699d2
}

.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.input-group.select2-bootstrap-append [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.select2-dropdown-open [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.select2-results .select2-highlighted {
    color: #ffffff;
    background-color: #76b6ec
}

.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .btn {
    vertical-align: top
}

.select2-container-multi .select2-choices .select2-search-choice {
    color: #fff;
    background: #aaaaaa;
    border-color: #aaaaaa;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #969696;
    border-color: #8b8b8b;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-search-choice-close {
    margin-top: -7px;
    top: 50%
}

.select2-container .select2-choice abbr {
    top: 50%
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background-color: #f4c84f;
    color: #d09c0d
}

.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
    cursor: not-allowed;
    background-color: #eeeeee;
    border-color: #e3e3e3
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices div {
    background-color: transparent;
    border-left: 1px solid transparent;
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.slider.slider-horizontal {
    width: 100% !important;
    height: 20px
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    margin-top: -5px;
    top: 50%;
    left: 10px;
    right: 10px
}

.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0
}

.slider.slider-horizontal .slider-handle {
    margin-left: -20px;
    margin-top: -5px
}

.slider.slider-vertical {
    height: 200px !important;
    margin-top: 10px;
    margin-right: 10px;
    width: 20px
}

.slider.slider-vertical .slider-track {
    width: 10px;
    margin-left: -5px;
    left: 50%;
    top: 10px;
    bottom: 10px
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

.slider.slider-vertical .slider-handle {
    height: 40px;
    width: 20px;
    margin-left: -5px;
    margin-top: -20px
}

.slider.slider-vertical .slider-handle:after {
    content: "\F142";
    top: 0;
    left: 7.5px;
    padding: 10px 0
}

.slider input {
    display: none
}

.slider .tooltip-inner {
    white-space: nowrap;
    margin-top: -20px
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #f5f5f5;
    border-radius: 3px
}

.slider-selection {
    position: absolute;
    background-color: #76b6ec;
    border-radius: 3px
}

.slider-handle {
    position: absolute;
    width: 40px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    -webkit-transition: border-color 0.1s;
    transition: border-color 0.1s
}

.slider-handle:after {
    position: absolute;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\F141";
    top: 0;
    left: 0;
    padding: 0 13px;
    color: #e1e1e1;
    -webkit-transition: color 0.1s;
    transition: color 0.1s
}

.slider-handle:hover {
    border: 1px solid #999999
}

.slider-handle:hover:after {
    color: #999999
}

.has-switch {
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid;
    border-color: #848484;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
    min-width: 100px
}

.has-switch.switch-mini {
    min-width: 72px
}

.has-switch.switch-mini i.switch-mini-fa {
    height: 1.20em;
    line-height: 9px;
    vertical-align: text-top;
    text-align: center;
    transform: scale(0.6);
    margin-top: -1px;
    margin-bottom: -1px
}

.has-switch.switch-small {
    min-width: 80px
}

.has-switch.switch-large {
    min-width: 120px
}

.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important
}

.has-switch.deactivate label,
.has-switch.deactivate span {
    cursor: default !important
}

.has-switch>div {
    display: inline-block;
    width: 150%;
    position: relative;
    top: 0
}

.has-switch>div.switch-animate {
    -webkit-transition: left 0.5s;
    transition: left 0.5s
}

.has-switch>div.switch-off {
    left: -50%
}

.has-switch>div.switch-off label {
    border-right: 1px solid #848484
}

.has-switch>div.switch-on {
    left: 0%
}

.has-switch>div.switch-on label {
    border-left: 1px solid #848484
}

.has-switch input[type=radio],
.has-switch input[type=checkbox] {
    display: none
}

.has-switch span,
.has-switch label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 100%;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 14px;
    line-height: 20px
}

.has-switch span.switch-mini,
.has-switch label.switch-mini {
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 10px;
    line-height: 9px
}

.has-switch span.switch-small,
.has-switch label.switch-small {
    padding-bottom: 3px;
    padding-top: 3px;
    font-size: 12px;
    line-height: 18px
}

.has-switch span.switch-large,
.has-switch label.switch-large {
    padding-bottom: 9px;
    padding-top: 9px;
    font-size: 16px;
    line-height: normal
}

.has-switch label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    width: 34%;
    background: #aaaaaa
}

.has-switch label i {
    color: #000;
    text-shadow: 0 1px 0 #fff;
    line-height: 18px;
    pointer-events: none
}

.has-switch span {
    text-align: center;
    z-index: 1;
    width: 33%
}

.has-switch span.switch-left {
    color: #f00
}

.has-switch span.switch-right {
    background: #eeeeee;
    color: #000
}

.has-switch span.switch-primary,
.has-switch span.switch-left {
    background: #76b6ec;
    color: #fff
}

.has-switch span.switch-info {
    background: #a5c8e5;
    color: #fff
}

.has-switch span.switch-success {
    background: #aece4e;
    color: #fff
}

.has-switch span.switch-warning {
    background: #f4c84f;
    color: #fff
}

.has-switch span.switch-danger {
    background: #e77755;
    color: #fff
}

.has-switch span.switch-default {
    background: #eeeeee;
    color: #000
}

.datetimepicker {
    padding: 4px;
    margin-top: 1px;
    white-space: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.opacity .datetimepicker {
    display: none;
    max-height: none;
    overflow: visible;
    opacity: 1
}

.datetimepicker.datetimepicker-rtl {
    direction: rtl
}

.datetimepicker.datetimepicker-rtl table tr td span {
    float: right
}

.datetimepicker>div {
    display: none
}

.datetimepicker.minutes div.datetimepicker-minutes {
    display: block
}

.datetimepicker.hours div.datetimepicker-hours {
    display: block
}

.datetimepicker.days div.datetimepicker-days {
    display: block
}

.datetimepicker.months div.datetimepicker-months {
    display: block
}

.datetimepicker.years div.datetimepicker-years {
    display: block
}

.datetimepicker table {
    margin: 0;
    background-color: transparent
}

.datetimepicker table th,
.datetimepicker table td {
    padding: 2px !important
}

.datetimepicker table tr td.minute:hover {
    background: #222222;
    cursor: pointer
}

.datetimepicker table tr td.hour:hover {
    background: #222222;
    cursor: pointer
}

.datetimepicker table tr td.day:hover {
    background: #222222;
    cursor: pointer
}

.datetimepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datetimepicker table tr td span:hover {
    background: #222222
}

.datetimepicker table tr td span.old {
    color: #666666
}

.datetimepicker .datetimepicker-hours span {
    height: 26px;
    line-height: 26px
}

.datetimepicker .datetimepicker-minutes span {
    height: 26px;
    line-height: 26px
}

.datetimepicker th.switch {
    width: 145px
}

.datetimepicker-inline {
    width: 220px
}

.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
    top: 0;
    left: 0
}

.datetimepicker-dropdown-bottom-left:before {
    top: -7px;
    right: 6px
}

.datetimepicker-dropdown-bottom-left:after {
    top: -6px;
    right: 7px
}

.datetimepicker-dropdown-bottom-right:before {
    top: -7px;
    left: 6px
}

.datetimepicker-dropdown-bottom-right:after {
    top: -6px;
    left: 7px
}

.datetimepicker-dropdown-top-left:before {
    bottom: -7px;
    right: 6px
}

.datetimepicker-dropdown-top-left:after {
    bottom: -6px;
    right: 7px
}

.datetimepicker-dropdown-top-right:before {
    bottom: -7px;
    left: 6px
}

.datetimepicker-dropdown-top-right:after {
    bottom: -6px;
    left: 7px
}

.datetimepicker td,
.datetimepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: #999999
}

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
    background-color: transparent
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
    color: #666666
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
    background: none;
    color: #666666;
    cursor: default
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
    background-color: #76b6ec;
    border-color: #76b6ec #76b6ec #76b6ec
}

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
    background-color: #76b6ec
}

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
    background-color: #76b6ec
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
    background-color: #76b6ec;
    border-color: #76b6ec #76b6ec #76b6ec;
    color: #fff
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
    background-color: #76b6ec
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
    background-color: #76b6ec
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
    width: 14.6%
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
    margin-bottom: inherit;
    line-height: 30px
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
    background: none;
    color: #666666;
    cursor: default
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
    background-color: #76b6ec;
    border-color: #76b6ec #76b6ec #76b6ec;
    color: #fff
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #76b6ec
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
    background-color: #76b6ec
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
    cursor: pointer
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
    background: #222222
}

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
    cursor: pointer;
    width: 14px;
    height: 14px
}

.datatable-heading .section-title {
    text-transform: uppercase;
    font-size: 16px;
    padding: 2px 0 0;
    margin: 0;
    border: none
}

.dataTables_wrapper>.row {
    margin: 0
}

.dataTables_wrapper>.row label {
    position: relative;
    margin: 0;
    padding: 0
}

.dataTables_wrapper .table-header-row {
    border-top: 1px solid #eeeeee
}

.dataTables_wrapper .table-header-row .col-sm-12 {
    background-color: #fbfbfb;
    padding: 10px 20px
}

.dataTables_wrapper .table-header-row .select2-container {
    margin: 0 10px;
    width: 70px
}

.dataTables_wrapper .table-header-row input {
    width: 200px;
    padding-right: 28px
}

.dataTables_wrapper .table-header-row .dataTables_filter label:after {
    position: absolute;
    right: 9px;
    top: 6px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f002"
}

.dataTables_wrapper table.table {
    margin-bottom: 0 !important
}

.dataTables_wrapper table.table,
.dataTables_wrapper table.table tr {
    border-left: 0;
    border-right: 0
}

.dataTables_wrapper .table-footer-row .col-sm-12 {
    background-color: #fbfbfb;
    padding: 0 20px;
    padding-right: 0
}

.dataTables_wrapper .table-footer-row .dataTables_info,
.dataTables_wrapper .table-footer-row .pagination {
    padding: 0;
    margin: 0
}

.dataTables_wrapper .table-footer-row .dataTables_info {
    padding-top: 7px
}

.dataTables_wrapper .table-footer-row .pagination {
    display: block
}

.dataTables_wrapper .table-footer-row .pagination:before,
.dataTables_wrapper .table-footer-row .pagination:after {
    content: " ";
    display: table
}

.dataTables_wrapper .table-footer-row .pagination:after {
    clear: both
}

.dataTables_wrapper .table-footer-row .pagination>li>a,
.dataTables_wrapper .table-footer-row .pagination>li>span {
    background-color: #fbfbfb !important;
    border-top: 0;
    border-bottom: 0;
    font-size: 14px
}

.morris-hover {
    position: absolute;
    z-index: 1000
}

.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    border: solid 2px #eeeeee;
    border-radius: 0;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0
}

.lt-ie9 .summernote-block {
    display: none
}

.note-editor {
    border: 1px solid #eeeeee;
}

.note-editor.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
}

.note-editor.fullscreen .note-editable {
    background-color: white
}

.note-editor.fullscreen .note-resizebar {
    display: none
}

.note-editor.codeview .note-editable {
    display: none
}

.note-editor.codeview .note-codable {
    display: block
}

.note-editor .note-toolbar {
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee
}

.note-editor .note-toolbar>.btn-group {
    margin-left: 0;
    margin-right: 5px;
    padding: 5px 0 0
}

.note-editor .note-toolbar .note-table .dropdown-menu {
    min-width: 0;
    padding: 5px
}

.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
    font-size: 18px
}

.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute !important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer
}

.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative !important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url("b222461b60b3de8ba02bfb72d3f68a85700066af.png") repeat
}

.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute !important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url("d810b83634b2e376a5f9640227eb71efd4922bf9.png") repeat
}

.note-editor .note-toolbar .note-style h1,
.note-editor .note-toolbar .note-style h2,
.note-editor .note-toolbar .note-style h3,
.note-editor .note-toolbar .note-style h4,
.note-editor .note-toolbar .note-style h5,
.note-editor .note-toolbar .note-style h6,
.note-editor .note-toolbar .note-style blockquote {
    margin: 0
}

.note-editor .note-toolbar .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px
}

.note-editor .note-toolbar .note-color .dropdown-menu {
    min-width: 290px
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group {
    margin: 0
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
    margin: 0 5px
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
    font-size: 12px;
    margin: 2px 7px;
    text-align: center;
    border-bottom: 1px solid #eee
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
    font-size: 12px;
    margin: 5px;
    padding: 0 3px;
    cursor: pointer;
    border-radius: 5px
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
    background: #eee
}

.note-editor .note-toolbar .note-para .dropdown-menu {
    min-width: 153px;
    padding: 5px
}

.note-editor .note-toolbar .note-para li:first-child {
    margin-bottom: 5px
}

.note-editor .note-statusbar {
    background-color: #ffffff
}

.note-editor .note-statusbar .note-resizebar {
    height: 8px;
    width: 100%;
    border-top: 1px solid #eeeeee;
    cursor: s-resize
}

.note-editor .note-statusbar .note-resizebar .note-fa-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #eeeeee
}

.note-editor .note-popover .popover {
    max-width: none
}

.note-editor .note-popover .popover .popover-content {
    padding: 5px
}

.note-editor .note-popover .popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.note-editor .note-popover .popover .popover-content .btn-group+.btn-group {
    margin-left: 5px
}

.note-editor .note-popover .popover .arrow {
    left: 20px
}

.note-editor .note-handle {}

.note-editor .note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid black
}

.note-editor .note-handle .note-control-selection>div {
    position: absolute
}

.note-editor .note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.note-editor .note-handle .note-control-selection .note-control-handle {
    width: 7px;
    height: 7px;
    border: 1px solid black
}

.note-editor .note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid black
}

.note-editor .note-handle .note-control-selection .note-control-sizing {
    width: 7px;
    height: 7px;
    border: 1px solid black;
    background-color: white
}

.note-editor .note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: none;
    border-bottom: none
}

.note-editor .note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: none;
    border-left: none
}

.note-editor .note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: none;
    border-right: none
}

.note-editor .note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize
}

.note-editor .note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    color: white;
    background-color: black;
    font-size: 12px;
    border-radius: 5px;
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.note-editor .note-dialog>div {
    display: none;
}

.note-editor .note-dialog .note-image-dialog .note-dropzone {
    min-height: 200px;
    font-size: 30px;
    line-height: 6;
    color: lightgray;
    text-align: center;
    border: 4px dashed lightgray
}

.note-editor .note-dialog .note-help-dialog {
    font-size: 12px;
    color: #ccc;
    background-color: #222 !important;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background: transparent;
    border: none
}

.note-editor .note-dialog .note-help-dialog .modal-content {
    background: transparent;
    border: 1px solid white;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px
}

.note-editor .note-dialog .note-help-dialog a {
    font-size: 12px;
    color: white
}

.note-editor .note-dialog .note-help-dialog .title {
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: white 1px solid
}

.note-editor .note-dialog .note-help-dialog .modal-close {
    font-size: 14px;
    color: #dddd00;
    cursor: pointer
}

.note-editor .note-dialog .note-help-dialog .note-shortcut-layout {
    width: 100%
}

.note-editor .note-dialog .note-help-dialog .note-shortcut-layout td {
    vertical-align: top
}

.note-editor .note-dialog .note-help-dialog .note-shortcut {
    margin-top: 8px
}

.note-editor .note-dialog .note-help-dialog .note-shortcut th {
    text-align: left;
    font-size: 13px;
    color: #dddd00
}

.note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
    min-width: 110px;
    font-family: "Courier New";
    color: #dddd00;
    text-align: right;
    padding-right: 10px
}

.note-editor .note-editable {
    padding: 10px;
    overflow: scroll;
    outline: none;
    font-family: Georgia, "Times New Roman", Times, serif
}

.note-editor .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    border: none;
    box-shadow: none;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 0
}

.note-editor .dropdown-menu {
    min-width: 90px;
}

.note-editor .dropdown-menu.right {
    right: 0;
    left: auto
}

.note-editor .dropdown-menu.right::before {
    right: 9px;
    left: auto !important
}

.note-editor .dropdown-menu.right::after {
    right: 10px;
    left: auto !important
}

.note-editor .dropdown-menu li a i {
    color: deepskyblue;
    visibility: hidden
}

.note-editor .dropdown-menu li a.checked i {
    visibility: visible
}

.note-editor .note-fontsize-10 {
    font-size: 10px
}

.note-editor .note-color-palette {
    line-height: 1
}

.note-editor .note-color-palette div .note-color-btn {
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff
}

.note-editor .note-color-palette div .note-color-btn:hover {
    border: 1px solid #000
}

.parsley-error:focus {
    border-color: #bc401a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(188, 64, 26, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(188, 64, 26, 0.6)
}

.parsley-error-list {
    display: block;
    text-align: right;
    list-style: none;
    color: #bc401a;
    margin: 0
}

.checker .parsley-error-list {
    position: relative;
    width: 200px;
    top: -5px;
    text-align: left
}

.calendar .fc-header td {
    display: inline-block;
    padding: 10px 5px;
    vertical-align: middle;
    white-space: nowrap
}

.calendar .btn {
    margin: 0 2px
}

.calendar .fc-header-left .btn {
    font-size: 18px;
    line-height: 20px
}

.calendar .fc-header-right {
    text-align: right
}

.calendar h2 {
    font-size: 16px;
    margin: 0
}

.calendar .fc-state-disabled {
    background-color: #cccccc;
    border-color: #cccccc
}

.calendar .fc-content {
    padding: 15px 20px;
    border-top: 1px solid #e5e5e5;
    background: #fbfbfb
}

.calendar .fc-content table {
    background-color: #fbfbfb
}

@media (min-width: 680px) {
    .calendar .fc-header td {
        display: table-cell;
        padding: 10px 15px;
        vertical-align: middle;
        white-space: nowrap
    }

    .calendar .btn {
        margin: 0 5px
    }

    .calendar h2 {
        font-size: 22px;
        margin: 0
    }
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer
}

.fileinput {
    margin-bottom: 9px;
    display: inline-block
}

.fileinput .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text
}

.fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center
}

.fileinput .thumbnail>img {
    max-height: 100%
}

.fileinput .btn {
    vertical-align: middle
}

i.fileinput-exists {
    display: inline-block;
    padding-right: 10px
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none
}

.fileinput-inline .fileinput-controls {
    display: inline
}

.fileinput .uneditable-input {
    white-space: normal
}

.fileinput-new .input-group .btn-file {
    border-radius: 0 3px 3px 0
}

.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
    border-radius: 0 3px 3px 0
}

.fileinput-new .input-group .btn-file.btn-lg {
    border-radius: 0 3px 3px 0
}

.form-group.has-warning .fileinput .uneditable-input {
    color: #d09c0d;
    border-color: #f3a641
}

.form-group.has-warning .fileinput .fileinput-preview {
    color: #d09c0d
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #f3a641
}

.form-group.has-error .fileinput .uneditable-input {
    color: #bc401a;
    border-color: #e77755
}

.form-group.has-error .fileinput .fileinput-preview {
    color: #bc401a
}

.form-group.has-error .fileinput .thumbnail {
    border-color: #e77755
}

.form-group.has-success .fileinput .uneditable-input {
    color: #758f27;
    border-color: #aece4e
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #758f27
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #aece4e
}

.input-group-addon {
    background-color: #76b6ec
}

.input-group-addon:not(:first-child) {
    border-left: 0
}

.introjs-overlay {
    position: absolute;
    z-index: 999999;
    background-color: #000;
    opacity: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
    background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#e6000000', GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.introjs-fixParent {
    z-index: auto !important;
    -webkit-transform: none !important
}

.introjs-showElement {
    z-index: 9999999 !important
}

.introjs-relativePosition {
    position: relative
}

.introjs-helperLayer {
    position: absolute;
    z-index: 9999998;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #777;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.introjs-helperNumberLayer {
    position: absolute;
    top: -16px;
    left: -16px;
    z-index: 9999999999 !important;
    padding: 2px;
    font-family: Arial, verdana, tahoma;
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background: #ff3019;
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 3px solid white;
    border-radius: 50%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.introjs-arrow {
    border: 5px solid white;
    content: '';
    position: absolute
}

.introjs-arrow.top {
    top: -10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: white;
    border-left-color: transparent
}

.introjs-arrow.right {
    right: -10px;
    top: 10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: white
}

.introjs-arrow.bottom {
    bottom: -10px;
    border-top-color: white;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.introjs-arrow.left {
    left: -10px;
    top: 10px;
    border-top-color: transparent;
    border-right-color: white;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.introjs-tooltip {
    position: absolute;
    padding: 10px;
    background-color: white;
    min-width: 200px;
    max-width: 300px;
    border-radius: 3px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -ms-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out
}

.introjs-tooltipbuttons {
    text-align: right
}

.introjs-button {
    color: #ffffff;
    background-color: #76b6ec;
    border-color: #60aae9;
    border-color: #76b6ec;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.introjs-button:focus {
    outline: 0
}

.introjs-button:active,
.introjs-button.active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.introjs-button.disabled,
.introjs-button[disabled],
fieldset[disabled] .introjs-button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.introjs-button:hover,
.introjs-button:focus,
.introjs-button:active,
.introjs-button.active,
.open .dropdown-toggle.introjs-button {
    color: #ffffff;
    background-color: #52a3e7;
    border-color: #2a8de1;
    border-color: #52a3e7
}

.introjs-button:active,
.introjs-button.active,
.open .dropdown-toggle.introjs-button {
    background-image: none;
    background-color: #4099e5;
    border-color: #4099e5
}

.introjs-button.disabled,
.introjs-button[disabled],
fieldset[disabled] .introjs-button,
.introjs-button.disabled:hover,
.introjs-button[disabled]:hover,
fieldset[disabled] .introjs-button:hover,
.introjs-button.disabled:focus,
.introjs-button[disabled]:focus,
fieldset[disabled] .introjs-button:focus,
.introjs-button.disabled:active,
.introjs-button[disabled]:active,
fieldset[disabled] .introjs-button:active,
.introjs-button.disabled.active,
.introjs-button[disabled].active,
fieldset[disabled] .introjs-button.active {
    background-color: #76b6ec;
    border-color: #60aae9;
    background-color: #f9f9f9;
    border-color: #ebebeb;
    color: #cccccc
}

.introjs-button .badge {
    color: #76b6ec;
    background-color: #ffffff
}

.introjs-button+.introjs-button {
    margin-left: 3px
}

.introjs-button.introjs-skipbutton {
    color: #ffffff;
    background-color: #aece4e;
    border-color: #a5c83a;
    border-color: #aece4e;
    margin-right: 15px
}

.introjs-button.introjs-skipbutton:hover,
.introjs-button.introjs-skipbutton:focus,
.introjs-button.introjs-skipbutton:active,
.introjs-button.introjs-skipbutton.active,
.open .dropdown-toggle.introjs-button.introjs-skipbutton {
    color: #ffffff;
    background-color: #9cbe35;
    border-color: #7f9b2b;
    border-color: #9cbe35
}

.introjs-button.introjs-skipbutton:active,
.introjs-button.introjs-skipbutton.active,
.open .dropdown-toggle.introjs-button.introjs-skipbutton {
    background-image: none;
    background-color: #8fae30;
    border-color: #8fae30
}

.introjs-button.introjs-skipbutton.disabled,
.introjs-button.introjs-skipbutton[disabled],
fieldset[disabled] .introjs-button.introjs-skipbutton,
.introjs-button.introjs-skipbutton.disabled:hover,
.introjs-button.introjs-skipbutton[disabled]:hover,
fieldset[disabled] .introjs-button.introjs-skipbutton:hover,
.introjs-button.introjs-skipbutton.disabled:focus,
.introjs-button.introjs-skipbutton[disabled]:focus,
fieldset[disabled] .introjs-button.introjs-skipbutton:focus,
.introjs-button.introjs-skipbutton.disabled:active,
.introjs-button.introjs-skipbutton[disabled]:active,
fieldset[disabled] .introjs-button.introjs-skipbutton:active,
.introjs-button.introjs-skipbutton.disabled.active,
.introjs-button.introjs-skipbutton[disabled].active,
fieldset[disabled] .introjs-button.introjs-skipbutton.active {
    background-color: #aece4e;
    border-color: #a5c83a;
    background-color: #f9f9f9;
    border-color: #ebebeb;
    color: #cccccc
}

.introjs-button.introjs-skipbutton .badge {
    color: #aece4e;
    background-color: #ffffff
}

.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.introjs-bullets {
    text-align: center
}

.introjs-bullets ul {
    clear: both;
    margin: 15px auto;
    padding: 0;
    display: inline-block
}

.introjs-bullets ul li {
    list-style: none;
    float: left;
    margin: 0 2px
}

.introjs-bullets ul li a {
    display: block;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-decoration: none
}

.introjs-bullets ul li a:hover {
    background: #999
}

.introjs-bullets ul li a.active {
    background: #999
}

@media (min-width: 769px) {
    .theme-light nav.main-menu {
        background: #fbfbfb;
        border-right: 1px solid #e5e5e5
    }

    .theme-light nav.main-menu ul>li>a {
        left: -1px
    }

    .theme-light nav.main-menu li>a {
        color: #999999
    }

    .theme-light nav.main-menu li ul {
        background: #f8f8f8
    }

    .no-touch .theme-light nav.main-menu li:hover ul,
    .theme-light nav.main-menu li.active ul {
        top: -1px;
        width: 210px;
        border: 1px solid #e5e5e5;
        border-left: none
    }

    .theme-light nav.main-menu li li>a {
        color: #999999
    }
}

@media (max-width: 768px) {
    .theme-light nav.main-menu {
        background: #fbfbfb;
        border: none
    }

    .theme-light nav.main-menu>ul>li {
        border: 1px solid #e2e2e2;
        border-width: 0 0 1px
    }

    .theme-light nav.main-menu>ul>li.has-subnav.active,
    .theme-light nav.main-menu>ul>li.has-subnav:hover {
        border-bottom-color: #e2e2e2
    }

    .no-touch .theme-light nav.main-menu>ul>li:hover>a,
    .theme-light nav.main-menu>ul>li.active>a {
        color: #666666;
        background-color: #f8f8f8
    }

    .theme-light nav.main-menu li>a {
        color: #999999
    }

    .theme-light nav.main-menu li ul {
        background: #f8f8f8
    }

    .theme-light nav.main-menu li ul>li {
        background: #f1f1f1;
        border: 1px solid #d5d5d5;
        border-width: 1px 0 0
    }

    .theme-light nav.main-menu li li>a {
        color: #999999
    }
}

.theme-light nav.user-menu .main-menu-access.active {
    background: #fbfbfb;
    border-right: 1px solid #c8c8c8
}

.theme-light nav.user-menu .main-menu-access.active i {
    color: #999999
}

.theme-light .dropdown-menu {
    background: #fbfbfb;
    -webkit-box-shadow: 0 0 0 1px #e2e2e2;
    box-shadow: 0 0 0 1px #e2e2e2
}

.theme-light .dropdown-menu.dropdown-menu-arrow:after {
    border-bottom-color: #fbfbfb
}

.theme-light .dropdown-menu.dropdown-menu-arrow:before {
    border-width: 9px;
    margin-right: -9px;
    border-top-width: 0;
    border-bottom-color: #e2e2e2;
    top: -9px
}

.theme-light .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.theme-light .dropdown-menu>li>a {
    color: #999999
}

.no-touch .theme-light .dropdown-menu>li>a:hover {
    color: #fff
}

.theme-pastel {
    background-color: #edfae1
}

@media (min-width: 769px) {
    .theme-pastel nav.main-menu {
        background: #eefddf;
        border-right: 1px solid #d9e0d1
    }

    .theme-pastel nav.main-menu ul>li>a {
        left: -1px
    }

    .theme-pastel nav.main-menu li>a {
        color: #8ca375
    }

    .theme-pastel nav.main-menu li ul {
        background: #e4fccc
    }

    .no-touch .theme-pastel nav.main-menu li:hover ul,
    .theme-pastel nav.main-menu li.active ul {
        top: -1px;
        width: 210px;
        border: 1px solid #d9e0d1;
        border-left: none
    }

    .theme-pastel nav.main-menu li li>a {
        color: #8ca375
    }
}

@media (max-width: 768px) {
    .theme-pastel nav.main-menu {
        background: #eefddf;
        border: none
    }

    .theme-pastel nav.main-menu>ul>li {
        border: 1px solid #d5fbaf;
        border-width: 0 0 1px
    }

    .theme-pastel nav.main-menu>ul>li.has-subnav.active,
    .theme-pastel nav.main-menu>ul>li.has-subnav:hover {
        border-bottom-color: #d5fbaf
    }

    .no-touch .theme-pastel nav.main-menu>ul>li:hover>a,
    .theme-pastel nav.main-menu>ul>li.active>a {
        color: #596b47;
        background-color: #ecfdda
    }

    .theme-pastel nav.main-menu li>a {
        color: #8ca375
    }

    .theme-pastel nav.main-menu li ul {
        background: #ecfdda
    }

    .theme-pastel nav.main-menu li ul>li {
        background: #e4fccc;
        border: 1px solid #c8fa96;
        border-width: 1px 0 0
    }

    .theme-pastel nav.main-menu li li>a {
        color: #8ca375
    }
}

.theme-pastel nav.user-menu .main-menu-access.active {
    background: #eefddf;
    border-right: 1px solid #bbf87e
}

.theme-pastel nav.user-menu .main-menu-access.active i {
    color: #8ca375
}

.theme-pastel .sidebar .panel {
    background-color: #f6feee
}

@media (min-width: 769px) {
    .theme-pastel .sidebar {
        background-color: #f6feee
    }

    .theme-pastel .sidebar.extended .panel .panel-heading {
        border-color: #dcfcbd
    }
}

.theme-pastel.dashboard-page .title-bar {
    background: #f3fee9
}

.theme-pastel.dashboard-page nav.dashboard-menu>a i {
    color: #bfccb3
}

.no-touch .theme-pastel.dashboard-page nav.dashboard-menu>a:hover {
    cursor: pointer
}

.no-touch .theme-pastel.dashboard-page nav.dashboard-menu>a:hover i {
    color: #a6b894
}

.theme-pastel.dashboard-page nav.dashboard-menu ul {
    background: #eefddf;
    border: 1px solid #e5e5e5
}

.theme-pastel.dashboard-page nav.dashboard-menu ul li {
    background: #eefddf
}

.theme-pastel.dashboard-page nav.dashboard-menu ul li>a {
    color: #738a5c
}

.theme-pastel.dashboard-page nav.dashboard-menu.expanded>a {
    background: #eefddf;
    border: 1px solid #e5e5e5;
    border-bottom: none
}

.theme-pastel.dashboard-page nav.dashboard-menu.expanded>a i {
    color: #8ca375 !important
}

.theme-pastel.dashboard-page .quick-launch-bar {
    background-color: #f3fcc7
}

.theme-pastel.dashboard-page .quick-launch-bar li a {
    color: #8ca375
}

.no-touch .theme-pastel.dashboard-page .quick-launch-bar li:hover a,
.theme-pastel.dashboard-page .quick-launch-bar li.active a {
    color: #596b47
}

.theme-pastel.dashboard-page .quick-launch-bar li.ui-sortable-helper a {
    color: #a6b894 !important
}

.theme-pastel.dashboard-page .quick-launch-bar .add-quick-launch {
    background-color: #8ca375
}

.no-touch .theme-pastel.dashboard-page .quick-launch-bar .add-quick-launch:hover,
.theme-pastel.dashboard-page .quick-launch-bar .add-quick-launch.active {
    background-color: #738a5c
}

.theme-pastel nav.user-menu>section>a i {
    color: #a6b894;
    border-left: 1px solid #eefddf
}

@media (min-width: 769px) {
    .theme-pastel nav.user-menu>section>a i {
        border: none
    }
}

.no-touch .theme-pastel nav.user-menu>section>a:hover i,
.theme-pastel nav.user-menu>section>a.active i,
.theme-pastel nav.user-menu>section>a.unread i {
    color: #76b6ec
}

.theme-pastel nav.user-menu .panel .arrow.user-menu-arrow {
    border-bottom-color: #d9e0d1
}

.theme-pastel nav.user-menu .panel {
    background-color: #eefddf
}

.theme-pastel nav.user-menu .panel-default {
    border-color: #d9e0d1
}

.theme-pastel nav.user-menu .list-group-item {
    border-color: #e5ebe0
}

.theme-pastel nav.user-menu .panel-default>.panel-heading {
    border-color: #d9e0d1;
    color: #8ca375
}

.theme-pastel nav.user-menu .panel .list-group-item .time-ago {
    color: #ccd6c2
}

.theme-pastel nav.user-menu .panel .list-group-item .text-holder .title-text {
    color: #99ad85
}

.theme-pastel nav.user-menu .main-menu-access i {
    color: #a6b894
}

.theme-pastel .sidebar {
    color: #8ca375
}

.theme-pastel .sidebar .panel-body .title {
    color: #738a5c
}

.theme-pastel .breadcrumb a {
    color: #738a5c
}

.theme-pastel .breadcrumb li.group+li.active>a {
    color: #bfccb3
}

.theme-pastel .dropdown-menu {
    background: #dfeefd;
    -webkit-box-shadow: 0 0 0 1px #afd5fb;
    box-shadow: 0 0 0 1px #afd5fb
}

.theme-pastel .dropdown-menu.dropdown-menu-arrow:after {
    border-bottom-color: #dfeefd
}

.theme-pastel .dropdown-menu.dropdown-menu-arrow:before {
    border-width: 9px;
    margin-right: -9px;
    border-top-width: 0;
    border-bottom-color: #afd5fb;
    top: -9px
}

.theme-pastel .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.theme-pastel .dropdown-menu>li>a {
    color: #8ca375
}

.no-touch .theme-pastel .dropdown-menu>li>a:hover {
    color: #fff
}

.theme-pastel-marine {
    background-color: #eaf2fb
}

@media (min-width: 769px) {
    .theme-pastel-marine nav.main-menu {
        background: #dfeefd;
        border-right: 1px solid #d1d9e0
    }

    .theme-pastel-marine nav.main-menu ul>li>a {
        left: -1px
    }

    .theme-pastel-marine nav.main-menu li>a {
        color: #758ca3
    }

    .theme-pastel-marine nav.main-menu li ul {
        background: #cce4fc
    }

    .no-touch .theme-pastel-marine nav.main-menu li:hover ul,
    .theme-pastel-marine nav.main-menu li.active ul {
        top: -1px;
        width: 210px;
        border: 1px solid #d1d9e0;
        border-left: none
    }

    .theme-pastel-marine nav.main-menu li li>a {
        color: #758ca3
    }
}

@media (max-width: 768px) {
    .theme-pastel-marine nav.main-menu {
        background: #dfeefd;
        border: none
    }

    .theme-pastel-marine nav.main-menu>ul>li {
        border: 1px solid #afd5fb;
        border-width: 0 0 1px
    }

    .theme-pastel-marine nav.main-menu>ul>li.has-subnav.active,
    .theme-pastel-marine nav.main-menu>ul>li.has-subnav:hover {
        border-bottom-color: #afd5fb
    }

    .no-touch .theme-pastel-marine nav.main-menu>ul>li:hover>a,
    .theme-pastel-marine nav.main-menu>ul>li.active>a {
        color: #47596b;
        background-color: #daecfd
    }

    .theme-pastel-marine nav.main-menu li>a {
        color: #758ca3
    }

    .theme-pastel-marine nav.main-menu li ul {
        background: #daecfd
    }

    .theme-pastel-marine nav.main-menu li ul>li {
        background: #cce4fc;
        border: 1px solid #96c8fa;
        border-width: 1px 0 0
    }

    .theme-pastel-marine nav.main-menu li li>a {
        color: #758ca3
    }
}

.theme-pastel-marine nav.user-menu .main-menu-access.active {
    background: #dfeefd;
    border-right: 1px solid #7ebbf8
}

.theme-pastel-marine nav.user-menu .main-menu-access.active i {
    color: #758ca3
}

.theme-pastel-marine .sidebar .panel {
    background-color: #eef6fe
}

@media (min-width: 769px) {
    .theme-pastel-marine .sidebar {
        background-color: #eef6fe
    }

    .theme-pastel-marine .sidebar.extended .panel .panel-heading {
        border-color: #bddcfc
    }
}

.theme-pastel-marine.dashboard-page .title-bar {
    background: #e9f3fe
}

.theme-pastel-marine.dashboard-page nav.dashboard-menu>a i {
    color: #b3bfcc
}

.no-touch .theme-pastel-marine.dashboard-page nav.dashboard-menu>a:hover {
    cursor: pointer
}

.no-touch .theme-pastel-marine.dashboard-page nav.dashboard-menu>a:hover i {
    color: #94a6b8
}

.theme-pastel-marine.dashboard-page nav.dashboard-menu ul {
    background: #dfeefd;
    border: 1px solid #e5e5e5
}

.theme-pastel-marine.dashboard-page nav.dashboard-menu ul li {
    background: #dfeefd
}

.theme-pastel-marine.dashboard-page nav.dashboard-menu ul li>a {
    color: #5c738a
}

.theme-pastel-marine.dashboard-page nav.dashboard-menu.expanded>a {
    background: #dfeefd;
    border: 1px solid #e5e5e5;
    border-bottom: none
}

.theme-pastel-marine.dashboard-page nav.dashboard-menu.expanded>a i {
    color: #758ca3 !important
}

.theme-pastel-marine.dashboard-page .quick-launch-bar {
    background-color: #c7f3fc
}

.theme-pastel-marine.dashboard-page .quick-launch-bar li a {
    color: #758ca3
}

.no-touch .theme-pastel-marine.dashboard-page .quick-launch-bar li:hover a,
.theme-pastel-marine.dashboard-page .quick-launch-bar li.active a {
    color: #47596b
}

.theme-pastel-marine.dashboard-page .quick-launch-bar li.ui-sortable-helper a {
    color: #94a6b8 !important
}

.theme-pastel-marine.dashboard-page .quick-launch-bar .add-quick-launch {
    background-color: #758ca3
}

.no-touch .theme-pastel-marine.dashboard-page .quick-launch-bar .add-quick-launch:hover,
.theme-pastel-marine.dashboard-page .quick-launch-bar .add-quick-launch.active {
    background-color: #5c738a
}

.theme-pastel-marine nav.user-menu>section>a i {
    color: #94a6b8;
    border-left: 1px solid #dfeefd
}

@media (min-width: 769px) {
    .theme-pastel-marine nav.user-menu>section>a i {
        border: none
    }
}

.no-touch .theme-pastel-marine nav.user-menu>section>a:hover i,
.theme-pastel-marine nav.user-menu>section>a.active i,
.theme-pastel-marine nav.user-menu>section>a.unread i {
    color: #76b6ec
}

.theme-pastel-marine nav.user-menu .panel .arrow.user-menu-arrow {
    border-bottom-color: #d1d9e0
}

.theme-pastel-marine nav.user-menu .panel {
    background-color: #dfeefd
}

.theme-pastel-marine nav.user-menu .panel-default {
    border-color: #d1d9e0
}

.theme-pastel-marine nav.user-menu .list-group-item {
    border-color: #e0e5eb
}

.theme-pastel-marine nav.user-menu .panel-default>.panel-heading {
    border-color: #d1d9e0;
    color: #758ca3
}

.theme-pastel-marine nav.user-menu .panel .list-group-item .time-ago {
    color: #c2ccd6
}

.theme-pastel-marine nav.user-menu .panel .list-group-item .text-holder .title-text {
    color: #8599ad
}

.theme-pastel-marine nav.user-menu .main-menu-access i {
    color: #94a6b8
}

.theme-pastel-marine .sidebar {
    color: #758ca3
}

.theme-pastel-marine .sidebar .panel-body .title {
    color: #5c738a
}

.theme-pastel-marine .breadcrumb a {
    color: #5c738a
}

.theme-pastel-marine .breadcrumb li.group+li.active>a {
    color: #b3bfcc
}

.theme-pastel-marine .dropdown-menu {
    background: #dfeefd;
    -webkit-box-shadow: 0 0 0 1px #afd5fb;
    box-shadow: 0 0 0 1px #afd5fb
}

.theme-pastel-marine .dropdown-menu.dropdown-menu-arrow:after {
    border-bottom-color: #dfeefd
}

.theme-pastel-marine .dropdown-menu.dropdown-menu-arrow:before {
    border-width: 9px;
    margin-right: -9px;
    border-top-width: 0;
    border-bottom-color: #afd5fb;
    top: -9px
}

.theme-pastel-marine .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.theme-pastel-marine .dropdown-menu>li>a {
    color: #758ca3
}

.no-touch .theme-pastel-marine .dropdown-menu>li>a:hover {
    color: #fff
}

.theme-rio {
    background-color: #fffbae
}

@media (min-width: 769px) {
    .theme-rio nav.main-menu {
        background: #1d8c97;
        border-right: 1px solid #ffffff
    }

    .theme-rio nav.main-menu ul>li>a {
        left: -1px
    }

    .theme-rio nav.main-menu li>a {
        color: #ffffff
    }

    .theme-rio nav.main-menu li ul {
        background: #00b36f
    }

    .no-touch .theme-rio nav.main-menu li:hover ul,
    .theme-rio nav.main-menu li.active ul {
        top: -1px;
        width: 210px;
        border: 1px solid #ffffff;
        border-left: none
    }

    .theme-rio nav.main-menu li li>a {
        color: #ffffff
    }
}

@media (max-width: 768px) {
    .theme-rio nav.main-menu {
        background: #1d8c97;
        border: none
    }

    .theme-rio nav.main-menu>ul>li {
        border: 1px solid #15646c;
        border-width: 0 0 1px
    }

    .theme-rio nav.main-menu>ul>li.has-subnav.active,
    .theme-rio nav.main-menu>ul>li.has-subnav:hover {
        border-bottom-color: #15646c
    }

    .no-touch .theme-rio nav.main-menu>ul>li:hover>a,
    .theme-rio nav.main-menu>ul>li.active>a {
        color: #cccccc;
        background-color: #1c8893
    }

    .theme-rio nav.main-menu li>a {
        color: #ffffff
    }

    .theme-rio nav.main-menu li ul {
        background: #1c8893
    }

    .theme-rio nav.main-menu li ul>li {
        background: #1a7c86;
        border: 1px solid #115157;
        border-width: 1px 0 0
    }

    .theme-rio nav.main-menu li li>a {
        color: #ffffff
    }
}

.theme-rio nav.user-menu .main-menu-access.active {
    background: #1d8c97;
    border-right: 1px solid #0d3d41
}

.theme-rio nav.user-menu .main-menu-access.active i {
    color: #ffffff
}

.theme-rio .sidebar .panel {
    background-color: #c9e983
}

@media (min-width: 769px) {
    .theme-rio .sidebar {
        background-color: #c9e983
    }

    .theme-rio .sidebar.extended .panel .panel-heading {
        border-color: #b6e158
    }
}

.theme-rio.dashboard-page .title-bar {
    background: #ffffff
}

.theme-rio.dashboard-page nav.dashboard-menu>a i {
    color: #c795ae
}

.no-touch .theme-rio.dashboard-page nav.dashboard-menu>a:hover {
    cursor: pointer
}

.no-touch .theme-rio.dashboard-page nav.dashboard-menu>a:hover i {
    color: #b57495
}

.theme-rio.dashboard-page nav.dashboard-menu ul {
    background: #fcf9fb;
    border: 1px solid #e5e5e5
}

.theme-rio.dashboard-page nav.dashboard-menu ul li {
    background: #fcf9fb
}

.theme-rio.dashboard-page nav.dashboard-menu ul li>a {
    color: #804362
}

.theme-rio.dashboard-page nav.dashboard-menu.expanded>a {
    background: #fcf9fb;
    border: 1px solid #e5e5e5;
    border-bottom: none
}

.theme-rio.dashboard-page nav.dashboard-menu.expanded>a i {
    color: #a1557b !important
}

.theme-rio.dashboard-page .quick-launch-bar {
    background-color: #f3e8f1
}

.theme-rio.dashboard-page .quick-launch-bar li a {
    color: #a1557b
}

.no-touch .theme-rio.dashboard-page .quick-launch-bar li:hover a,
.theme-rio.dashboard-page .quick-launch-bar li.active a {
    color: #5e3248
}

.theme-rio.dashboard-page .quick-launch-bar li.ui-sortable-helper a {
    color: #b57495 !important
}

.theme-rio.dashboard-page .quick-launch-bar .add-quick-launch {
    background-color: #a1557b
}

.no-touch .theme-rio.dashboard-page .quick-launch-bar .add-quick-launch:hover,
.theme-rio.dashboard-page .quick-launch-bar .add-quick-launch.active {
    background-color: #804362
}

.theme-rio nav.user-menu>section>a i {
    color: #b57495;
    border-left: 1px solid #fcf9fb
}

@media (min-width: 769px) {
    .theme-rio nav.user-menu>section>a i {
        border: none
    }
}

.no-touch .theme-rio nav.user-menu>section>a:hover i,
.theme-rio nav.user-menu>section>a.active i,
.theme-rio nav.user-menu>section>a.unread i {
    color: #76b6ec
}

.theme-rio nav.user-menu .panel .arrow.user-menu-arrow {
    border-bottom-color: #d9b6c8
}

.theme-rio nav.user-menu .panel {
    background-color: #fcf9fb
}

.theme-rio nav.user-menu .panel-default {
    border-color: #d9b6c8
}

.theme-rio nav.user-menu .list-group-item {
    border-color: #e1c7d4
}

.theme-rio nav.user-menu .panel-default>.panel-heading {
    border-color: #d9b6c8;
    color: #a1557b
}

.theme-rio nav.user-menu .panel .list-group-item .time-ago {
    color: #d0a6bb
}

.theme-rio nav.user-menu .panel .list-group-item .text-holder .title-text {
    color: #ad6388
}

.theme-rio nav.user-menu .main-menu-access i {
    color: #b57495
}

.theme-rio .sidebar {
    color: #a1557b
}

.theme-rio .sidebar .panel-body .title {
    color: #804362
}

.theme-rio .breadcrumb a {
    color: #804362
}

.theme-rio .breadcrumb li.group+li.active>a {
    color: #c795ae
}

.theme-rio .dropdown-menu {
    background: #c25aaf;
    -webkit-box-shadow: 0 0 0 1px #aa3f97;
    box-shadow: 0 0 0 1px #aa3f97
}

.theme-rio .dropdown-menu.dropdown-menu-arrow:after {
    border-bottom-color: #c25aaf
}

.theme-rio .dropdown-menu.dropdown-menu-arrow:before {
    border-width: 9px;
    margin-right: -9px;
    border-top-width: 0;
    border-bottom-color: #aa3f97;
    top: -9px
}

.theme-rio .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.theme-rio .dropdown-menu>li>a {
    color: #ffffff
}

.no-touch .theme-rio .dropdown-menu>li>a:hover {
    color: #fff
}

.theme-terminal {
    background-color: #000000
}

@media (min-width: 769px) {
    .theme-terminal nav.main-menu {
        background: #000000;
        border-right: 1px solid #cfe2a5
    }

    .theme-terminal nav.main-menu ul>li>a {
        left: -1px
    }

    .theme-terminal nav.main-menu li>a {
        color: #8eb33b
    }

    .theme-terminal nav.main-menu li ul {
        background: #141a08
    }

    .no-touch .theme-terminal nav.main-menu li:hover ul,
    .theme-terminal nav.main-menu li.active ul {
        top: -1px;
        width: 210px;
        border: 1px solid #cfe2a5;
        border-left: none
    }

    .theme-terminal nav.main-menu li li>a {
        color: #8eb33b
    }
}

@media (max-width: 768px) {
    .theme-terminal nav.main-menu {
        background: #000000;
        border: none
    }

    .theme-terminal nav.main-menu>ul>li {
        border: 1px solid #000000;
        border-width: 0 0 1px
    }

    .theme-terminal nav.main-menu>ul>li.has-subnav.active,
    .theme-terminal nav.main-menu>ul>li.has-subnav:hover {
        border-bottom-color: #000000
    }

    .no-touch .theme-terminal nav.main-menu>ul>li:hover>a,
    .theme-terminal nav.main-menu>ul>li.active>a {
        color: #516622;
        background-color: #000000
    }

    .theme-terminal nav.main-menu li>a {
        color: #8eb33b
    }

    .theme-terminal nav.main-menu li ul {
        background: #000000
    }

    .theme-terminal nav.main-menu li ul>li {
        background: #000000;
        border: 1px solid #000000;
        border-width: 1px 0 0
    }

    .theme-terminal nav.main-menu li li>a {
        color: #8eb33b
    }
}

.theme-terminal nav.user-menu .main-menu-access.active {
    background: #000000;
    border-right: 1px solid #000000
}

.theme-terminal nav.user-menu .main-menu-access.active i {
    color: #8eb33b
}

.theme-terminal .sidebar .panel {
    background-color: #42531b
}

@media (min-width: 769px) {
    .theme-terminal .sidebar {
        background-color: #42531b
    }

    .theme-terminal .sidebar.extended .panel .panel-heading {
        border-color: #242d0f
    }
}

.theme-terminal.dashboard-page .title-bar {
    background: #485b1e
}

.theme-terminal.dashboard-page nav.dashboard-menu>a i {
    color: #e4eecc
}

.no-touch .theme-terminal.dashboard-page nav.dashboard-menu>a:hover {
    cursor: pointer
}

.no-touch .theme-terminal.dashboard-page nav.dashboard-menu>a:hover i {
    color: #cfe2a6
}

.theme-terminal.dashboard-page nav.dashboard-menu ul {
    background: #42531b;
    border: 1px solid #e5e5e5
}

.theme-terminal.dashboard-page nav.dashboard-menu ul li {
    background: #42531b
}

.theme-terminal.dashboard-page nav.dashboard-menu ul li>a {
    color: #a6c859
}

.theme-terminal.dashboard-page nav.dashboard-menu.expanded>a {
    background: #42531b;
    border: 1px solid #e5e5e5;
    border-bottom: none
}

.theme-terminal.dashboard-page nav.dashboard-menu.expanded>a i {
    color: #bad57f !important
}

.theme-terminal.dashboard-page .quick-launch-bar {
    background-color: #403f15
}

.theme-terminal.dashboard-page .quick-launch-bar li a {
    color: #bad57f
}

.no-touch .theme-terminal.dashboard-page .quick-launch-bar li:hover a,
.theme-terminal.dashboard-page .quick-launch-bar li.active a {
    color: #8eb33b
}

.theme-terminal.dashboard-page .quick-launch-bar li.ui-sortable-helper a {
    color: #cfe2a6 !important
}

.theme-terminal.dashboard-page .quick-launch-bar .add-quick-launch {
    background-color: #bad57f
}

.no-touch .theme-terminal.dashboard-page .quick-launch-bar .add-quick-launch:hover,
.theme-terminal.dashboard-page .quick-launch-bar .add-quick-launch.active {
    background-color: #a6c859
}

.theme-terminal nav.user-menu>section>a i {
    color: #cfe2a6;
    border-left: 1px solid #42531b
}

@media (min-width: 769px) {
    .theme-terminal nav.user-menu>section>a i {
        border: none
    }
}

.no-touch .theme-terminal nav.user-menu>section>a:hover i,
.theme-terminal nav.user-menu>section>a.active i,
.theme-terminal nav.user-menu>section>a.unread i {
    color: #76b6ec
}

.theme-terminal nav.user-menu .panel .arrow.user-menu-arrow {
    border-bottom-color: #f8fbf2
}

.theme-terminal nav.user-menu .panel {
    background-color: #42531b
}

.theme-terminal nav.user-menu .panel-default {
    border-color: #f8fbf2
}

.theme-terminal nav.user-menu .list-group-item {
    border-color: #ffffff
}

.theme-terminal nav.user-menu .panel-default>.panel-heading {
    border-color: #f8fbf2;
    color: #bad57f
}

.theme-terminal nav.user-menu .panel .list-group-item .time-ago {
    color: #eef4df
}

.theme-terminal nav.user-menu .panel .list-group-item .text-holder .title-text {
    color: #c5db92
}

.theme-terminal nav.user-menu .main-menu-access i {
    color: #cfe2a6
}

.theme-terminal .sidebar {
    color: #bad57f
}

.theme-terminal .sidebar .panel-body .title {
    color: #a6c859
}

.theme-terminal .breadcrumb a {
    color: #a6c859
}

.theme-terminal .breadcrumb li.group+li.active>a {
    color: #e4eecc
}

.theme-terminal .dropdown-menu {
    background: #42531b;
    -webkit-box-shadow: 0 0 0 1px #242d0f;
    box-shadow: 0 0 0 1px #242d0f
}

.theme-terminal .dropdown-menu.dropdown-menu-arrow:after {
    border-bottom-color: #42531b
}

.theme-terminal .dropdown-menu.dropdown-menu-arrow:before {
    border-width: 9px;
    margin-right: -9px;
    border-top-width: 0;
    border-bottom-color: #242d0f;
    top: -9px
}

.theme-terminal .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.theme-terminal .dropdown-menu>li>a {
    color: #cdee69
}

.no-touch .theme-terminal .dropdown-menu>li>a:hover {
    color: #fff
}

.theme-template {
    background-color: #eaf2fb
}

@media (min-width: 769px) {
    .theme-template nav.main-menu {
        background: #dfeefd;
        border-right: 1px solid #d1d9e0
    }

    .theme-template nav.main-menu ul>li>a {
        left: -1px
    }

    .theme-template nav.main-menu li>a {
        color: #758ca3
    }

    .theme-template nav.main-menu li ul {
        background: #cce4fc
    }

    .no-touch .theme-template nav.main-menu li:hover ul,
    .theme-template nav.main-menu li.active ul {
        top: -1px;
        width: 210px;
        border: 1px solid #d1d9e0;
        border-left: none
    }

    .theme-template nav.main-menu li li>a {
        color: #758ca3
    }
}

@media (max-width: 768px) {
    .theme-template nav.main-menu {
        background: #dfeefd;
        border: none
    }

    .theme-template nav.main-menu>ul>li {
        border: 1px solid #afd5fb;
        border-width: 0 0 1px
    }

    .theme-template nav.main-menu>ul>li.has-subnav.active,
    .theme-template nav.main-menu>ul>li.has-subnav:hover {
        border-bottom-color: #afd5fb
    }

    .no-touch .theme-template nav.main-menu>ul>li:hover>a,
    .theme-template nav.main-menu>ul>li.active>a {
        color: #47596b;
        background-color: #daecfd
    }

    .theme-template nav.main-menu li>a {
        color: #758ca3
    }

    .theme-template nav.main-menu li ul {
        background: #daecfd
    }

    .theme-template nav.main-menu li ul>li {
        background: #cce4fc;
        border: 1px solid #96c8fa;
        border-width: 1px 0 0
    }

    .theme-template nav.main-menu li li>a {
        color: #758ca3
    }
}

.theme-template nav.user-menu .main-menu-access.active {
    background: #dfeefd;
    border-right: 1px solid #7ebbf8
}

.theme-template nav.user-menu .main-menu-access.active i {
    color: #758ca3
}

.theme-template .sidebar .panel {
    background-color: #eef6fe
}

@media (min-width: 769px) {
    .theme-template .sidebar {
        background-color: #eef6fe
    }

    .theme-template .sidebar.extended .panel .panel-heading {
        border-color: #bddcfc
    }
}

.theme-template.dashboard-page .title-bar {
    background: #e9f3fe
}

.theme-template.dashboard-page nav.dashboard-menu>a i {
    color: #b3bfcc
}

.no-touch .theme-template.dashboard-page nav.dashboard-menu>a:hover {
    cursor: pointer
}

.no-touch .theme-template.dashboard-page nav.dashboard-menu>a:hover i {
    color: #94a6b8
}

.theme-template.dashboard-page nav.dashboard-menu ul {
    background: #dfeefd;
    border: 1px solid #e5e5e5
}

.theme-template.dashboard-page nav.dashboard-menu ul li {
    background: #dfeefd
}

.theme-template.dashboard-page nav.dashboard-menu ul li>a {
    color: #5c738a
}

.theme-template.dashboard-page nav.dashboard-menu.expanded>a {
    background: #dfeefd;
    border: 1px solid #e5e5e5;
    border-bottom: none
}

.theme-template.dashboard-page nav.dashboard-menu.expanded>a i {
    color: #758ca3 !important
}

.theme-template.dashboard-page .quick-launch-bar {
    background-color: #c7f3fc
}

.theme-template.dashboard-page .quick-launch-bar li a {
    color: #758ca3
}

.no-touch .theme-template.dashboard-page .quick-launch-bar li:hover a,
.theme-template.dashboard-page .quick-launch-bar li.active a {
    color: #47596b
}

.theme-template.dashboard-page .quick-launch-bar li.ui-sortable-helper a {
    color: #94a6b8 !important
}

.theme-template.dashboard-page .quick-launch-bar .add-quick-launch {
    background-color: #758ca3
}

.no-touch .theme-template.dashboard-page .quick-launch-bar .add-quick-launch:hover,
.theme-template.dashboard-page .quick-launch-bar .add-quick-launch.active {
    background-color: #5c738a
}

.theme-template nav.user-menu>section>a i {
    color: #94a6b8;
    border-left: 1px solid #dfeefd
}

@media (min-width: 769px) {
    .theme-template nav.user-menu>section>a i {
        border: none
    }
}

.no-touch .theme-template nav.user-menu>section>a:hover i,
.theme-template nav.user-menu>section>a.active i,
.theme-template nav.user-menu>section>a.unread i {
    color: #76b6ec
}

.theme-template nav.user-menu .panel .arrow.user-menu-arrow {
    border-bottom-color: #d1d9e0
}

.theme-template nav.user-menu .panel {
    background-color: #dfeefd
}

.theme-template nav.user-menu .panel-default {
    border-color: #d1d9e0
}

.theme-template nav.user-menu .list-group-item {
    border-color: #e0e5eb
}

.theme-template nav.user-menu .panel-default>.panel-heading {
    border-color: #d1d9e0;
    color: #758ca3
}

.theme-template nav.user-menu .panel .list-group-item .time-ago {
    color: #c2ccd6
}

.theme-template nav.user-menu .panel .list-group-item .text-holder .title-text {
    color: #8599ad
}

.theme-template nav.user-menu .main-menu-access i {
    color: #94a6b8
}

.theme-template .sidebar {
    color: #758ca3
}

.theme-template .sidebar .panel-body .title {
    color: #5c738a
}

.theme-template .breadcrumb a {
    color: #5c738a
}

.theme-template .breadcrumb li.group+li.active>a {
    color: #b3bfcc
}

.theme-template .dropdown-menu {
    background: #dfeefd;
    -webkit-box-shadow: 0 0 0 1px #afd5fb;
    box-shadow: 0 0 0 1px #afd5fb
}

.theme-template .dropdown-menu.dropdown-menu-arrow:after {
    border-bottom-color: #dfeefd
}

.theme-template .dropdown-menu.dropdown-menu-arrow:before {
    border-width: 9px;
    margin-right: -9px;
    border-top-width: 0;
    border-bottom-color: #afd5fb;
    top: -9px
}

.theme-template .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.theme-template .dropdown-menu>li>a {
    color: #758ca3
}

.no-touch .theme-template .dropdown-menu>li>a:hover {
    color: #fff
}

.widget-group.example-widgets-larger {
    font-size: 0;
    text-align: center;
    padding: 0
}

.widget-group.example-widgets-larger .drag-placeholder {
    position: relative;
    display: inline-block;
    width: 600px;
    height: 250px;
    margin: 0;
    background-color: #e6e6e6
}

.widget-group.example-widgets-larger .proton-widget {
    position: relative;
    display: inline-block;
    width: 600px;
    height: 250px;
    margin: 5px 0;
    opacity: 0;
    font-size: 14px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

.widget-group.example-widgets-larger .proton-widget.lit {
    opacity: 1
}

.widget-group.example-widgets-larger .proton-widget.placeholder {
    background-color: #e6e6e6
}

.widget-group.example-widgets-larger .proton-widget>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
    height: 250px;
    overflow: hidden
}

.csstransitions .widget-group.example-widgets-larger .proton-widget>div {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.csstransitions .widget-group.example-widgets-larger .proton-widget>div.back {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: perspective(800px) rotateY(180deg);
    -webkit-transform: perspective(800px) rotateY(180deg);
    transform: perspective(800px) rotateY(180deg)
}

.csstransitions .widget-group.example-widgets-larger .proton-widget>div.front {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: perspective(800px) rotateY(0deg);
    -webkit-transform: perspective(800px) rotateY(0deg);
    transform: perspective(800px) rotateY(0deg)
}

.csstransitions .widget-group.example-widgets-larger .proton-widget.setup>div.back {
    -moz-transform: perspective(800px) rotateY(0);
    -webkit-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0)
}

.csstransitions .widget-group.example-widgets-larger .proton-widget.setup>div.front {
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
    -moz-transform: perspective(800px) rotateY(-179.9deg);
    transform: perspective(800px) rotateY(-179.9deg)
}

.no-csstransitions .widget-group.example-widgets-larger .proton-widget>div.back {
    display: none
}

.no-touch.no-csstransitions .widget-group.example-widgets-larger .proton-widget.setup>div.front {
    display: none
}

.no-touch.no-csstransitions .widget-group.example-widgets-larger .proton-widget.setup>div.back {
    display: block
}

.no-touch .widget-group.example-widgets-larger .proton-widget .front .toggle-widget-setup {
    opacity: 0
}

.no-touch .widget-group.example-widgets-larger .proton-widget:hover .front .toggle-widget-setup {
    opacity: 1
}

.widget-group.example-widgets-larger .proton-widget.setup .front .fa-cog {
    visibility: hidden
}

.widget-group.example-widgets-larger .proton-widget .panel {
    background-color: #fff
}

.widget-group.example-widgets-larger .proton-widget .panel>div {
    overflow: hidden
}

.widget-group.example-widgets-larger .proton-widget .panel-heading {
    position: relative;
    padding: 0 15px;
    z-index: 2
}

.widget-group.example-widgets-larger .proton-widget .panel-heading i,
.widget-group.example-widgets-larger .proton-widget .panel-heading span {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    color: #fff
}

.widget-group.example-widgets-larger .proton-widget .panel-heading span {
    font-size: 17px;
    text-transform: uppercase
}

.widget-group.example-widgets-larger .proton-widget .panel-heading i {
    position: relative;
    top: -1px;
    font-size: 20px;
    width: 40px;
    text-align: left;
    padding-left: 6px
}

.widget-group.example-widgets-larger .proton-widget .panel-heading .toggle-widget-setup {
    position: absolute;
    display: block;
    padding: 0;
    top: 0;
    right: 0;
    width: 50px;
    height: 51px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    opacity: 1
}

.no-touch .widget-group.example-widgets-larger .proton-widget .panel-heading .toggle-widget-setup:hover {
    cursor: pointer
}

.widget-group.example-widgets-larger .proton-widget .panel.back .panel-heading {
    background-color: #f5f5f5
}

.widget-group.example-widgets-larger .proton-widget .panel.back .panel-heading i,
.widget-group.example-widgets-larger .proton-widget .panel.back .panel-heading span {
    color: #999999
}

.widget-group.example-widgets-larger .proton-widget .panel.back .panel-heading .toggle-widget-setup {
    width: 100px;
    background-color: #aece4e;
    padding: 0 20px
}

.widget-group.example-widgets-larger .proton-widget .panel.back .panel-heading .toggle-widget-setup i,
.widget-group.example-widgets-larger .proton-widget .panel.back .panel-heading .toggle-widget-setup span {
    padding: 0;
    color: #fff;
    font-size: 16px
}

.widget-group.example-widgets-larger .proton-widget .panel.back .panel-heading .toggle-widget-setup i {
    position: relative;
    padding-right: 7px
}

.widget-group.example-widgets-larger .proton-widget .panel.back .list-group-item,
.widget-group.example-widgets-larger .proton-widget .panel.back .list-group-item:hover {
    padding: 2px 20px;
    border: none;
    background-color: inherit;
    color: #333333;
    cursor: default
}

.widget-group.example-widgets-larger .proton-widget .panel.back .select2 {
    width: 100%
}

.widget-group.example-widgets-larger .proton-widget .panel-default .panel-heading {
    background-color: #76b6ec
}

.widget-group.example-widgets-larger .proton-widget .panel-default .panel-heading .toggle-widget-setup {
    background-color: #666666
}

.widget-group.example-widgets-larger .proton-widget .panel-primary .panel-heading {
    background-color: #60aae9
}

.widget-group.example-widgets-larger .proton-widget .panel-primary .panel-heading .toggle-widget-setup {
    background-color: #3392e3
}

.widget-group.example-widgets-larger .proton-widget .panel-success .panel-heading {
    background-color: #aece4e
}

.widget-group.example-widgets-larger .proton-widget .panel-success .panel-heading .toggle-widget-setup {
    background-color: #758f27
}

.widget-group.example-widgets-larger .proton-widget .panel-warning .panel-heading {
    background-color: #f4c84f
}

.widget-group.example-widgets-larger .proton-widget .panel-warning .panel-heading .toggle-widget-setup {
    background-color: #d09c0d
}

.widget-group.example-widgets-larger .proton-widget .panel-danger .panel-heading {
    background-color: #e77755
}

.widget-group.example-widgets-larger .proton-widget .panel-danger .panel-heading .toggle-widget-setup {
    background-color: #bc401a
}

.widget-group.example-widgets-larger .proton-widget .panel-info .panel-heading {
    background-color: #a5c8e5
}

.widget-group.example-widgets-larger .proton-widget .panel-info .panel-heading .toggle-widget-setup {
    background-color: #5698ce
}

.widget-group.example-widgets-larger .proton-widget .list-group-item {
    padding: 2px 10px 2.5px;
    text-align: left;
    margin: 0;
    border-width: 0 0 1px !important;
    border-radius: 0;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear
}

.widget-group.example-widgets-larger .proton-widget .list-group-item:before,
.widget-group.example-widgets-larger .proton-widget .list-group-item:after {
    content: " ";
    display: table
}

.widget-group.example-widgets-larger .proton-widget .list-group-item:after {
    clear: both
}

.widget-group.example-widgets-larger .proton-widget .list-group-item>i,
.widget-group.example-widgets-larger .proton-widget .list-group-item .text-holder {
    display: block;
    float: left;
    vertical-align: middle;
    height: 22px
}

.widget-group.example-widgets-larger .proton-widget .list-group-item>i {
    width: 40px;
    text-align: left
}

.widget-group.example-widgets-larger .proton-widget .list-group-item>i img,
.widget-group.example-widgets-larger .proton-widget .list-group-item>i div {
    height: 28px;
    width: 28px;
    margin-left: 2px;
    border-radius: 50%
}

.widget-group.example-widgets-larger .proton-widget .list-group-item>i div {
    background-color: #fff;
    border: 1px dashed #666666
}

.widget-group.example-widgets-larger .proton-widget .list-group-item>i div.dark {
    background-color: #666666;
    border: none
}

.widget-group.example-widgets-larger .proton-widget .list-group-item .text-holder span {
    display: block;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.widget-group.example-widgets-larger .proton-widget .list-group-item .text-holder .title-text {
    font-weight: bold
}

.widget-group.example-widgets-larger .proton-widget .list-group-item .stat-value {
    position: absolute;
    top: 11px;
    right: 10px;
    width: 80px;
    text-align: right;
    color: #cccccc
}

.no-touch .widget-group.example-widgets-larger .proton-widget .list-group-item:hover {
    cursor: pointer;
    background-color: #76b6ec;
    color: #fff
}

.no-touch .widget-group.example-widgets-larger .proton-widget .list-group-item:hover .stat-value {
    color: #fff
}

.widget-group.example-widgets-larger .proton-widget.messages .front .list-group-item {
    padding: 4px 10px;
    -webkit-transition: margin-top 0.15s ease-out;
    transition: margin-top 0.15s ease-out
}

.widget-group.example-widgets-larger .proton-widget.messages .front .list-group-item>i {
    margin-top: 6px
}

.widget-group.example-widgets-larger .proton-widget.messages .front .list-group-item .text-holder {
    height: 41px
}

.widget-group.example-widgets-larger .proton-widget.messages .front .list-group-item.new-item {
    margin-top: -50px
}

.widget-group.example-widgets-larger .proton-widget.latest-users .list-group-item {
    padding: 10px 10px 7px;
    -webkit-transition: margin-top 0.15s ease-out;
    transition: margin-top 0.15s ease-out
}

.widget-group.example-widgets-larger .proton-widget.latest-users .list-group-item>i {
    margin-top: -4px
}

.widget-group.example-widgets-larger .proton-widget.latest-users .list-group-item.new-item {
    margin-top: -40px
}

.widget-group.example-widgets-larger .proton-widget.latest-users .stat-value {
    top: 10px
}

.widget-group.example-widgets-larger .proton-widget.general-stats .panel-heading .fa-sort {
    width: 30px
}

.widget-group.example-widgets-larger .proton-widget.general-stats .list-group-item {
    padding: 10px 20px 6.5px
}

.widget-group.example-widgets-larger .proton-widget.general-stats .stat-value {
    top: 6px;
    right: 20px;
    color: #333333;
    font-weight: bold
}

.widget-group.example-widgets-larger .proton-widget.general-stats .stat-value i {
    position: relative;
    top: 2.5px;
    color: #f4c84f;
    font-size: 20px;
    margin-left: 10px;
    margin-left: 5px
}

.widget-group.example-widgets-larger .proton-widget.general-stats .stat-value .fa-sort-up {
    color: #aece4e;
    top: 5.5px
}

.widget-group.example-widgets-larger .proton-widget.general-stats .stat-value .fa-sort-down {
    color: #e77755;
    top: -1.5px
}

.widget-group.example-widgets-larger .proton-widget.general-stats .text-holder span {
    display: inline-block;
    width: auto;
    margin-right: 5px
}

.widget-group.example-widgets-larger .proton-widget.task-completion .list-group {
    position: absolute;
    display: block;
    top: 51px;
    left: 0;
    width: 101%;
    bottom: 0
}

.widget-group.example-widgets-larger .proton-widget.task-completion .sub-list {
    position: relative;
    display: block;
    height: 50%;
    padding: 0;
    overflow: hidden;
    border: none
}

.widget-group.example-widgets-larger .proton-widget.task-completion .sub-list ul {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    height: 100%
}

.widget-group.example-widgets-larger .proton-widget.task-completion .sub-list li {
    text-align: center;
    height: 100%;
    display: block;
    padding: 0;
    float: left;
    width: 33.3333%;
    border: none;
    border-right: 1px solid #eeeeee
}

.widget-group.example-widgets-larger .proton-widget.task-completion .sub-list span {
    display: block;
    padding: 15px 10px 0
}

.widget-group.example-widgets-larger .proton-widget.task-completion .sub-list .processed-value {
    font-size: 24px;
    padding-top: 0
}

.widget-group.example-widgets-larger .proton-widget.task-completion .widget-progress-bar {
    padding: 20px;
    border-top: 1px solid #eeeeee
}

@media (min-width: 769px) {
    .widget-group.example-widgets-larger {
        padding: 5px
    }

    .widget-group.example-widgets-larger .drag-placeholder {
        margin: 5px
    }

    .widget-group.example-widgets-larger .proton-widget {
        margin: 5px
    }
}

.query-builder .rules-group-container,
.query-builder .rule-container,
.query-builder .rule-placeholder {
    position: relative;
    margin: 4px 0;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #EEE;
    background: rgba(255, 255, 255, 0.9)
}

.query-builder .rule-container .rule-filter-container,
.query-builder .rule-container .rule-operator-container,
.query-builder .rule-container .rule-value-container,
.query-builder .error-container,
.query-builder .drag-handle {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle
}

.query-builder .rules-group-container {
    padding: 10px;
    padding-bottom: 6px;
    border: 1px solid #DCC896;
    background: rgba(250, 240, 210, 0.5)
}

.query-builder .rules-group-container .rules-group-header {
    margin-bottom: 10px
}

.query-builder .rules-group-container .rules-group-header input[name$=_cond] {
    display: none
}

.query-builder .rules-group-container .rules-list {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0
}

.query-builder .rule-container .rule-value-container {
    border-left: 1px solid #ddd;
    padding-left: 5px
}

.query-builder .rule-container .rule-value-container label {
    margin-bottom: 0;
    font-weight: normal
}

.query-builder .rule-container .rule-value-container label.block {
    display: block
}

.query-builder .rule-container select,
.query-builder .rule-container input[type=text],
.query-builder .rule-container input[type=number] {
    padding: 1px
}

.query-builder .error-container {
    display: none;
    cursor: help;
    color: #F00
}

.query-builder .has-error {
    background-color: #FDD;
    border-color: #F99
}

.query-builder .has-error .error-container {
    display: inline-block !important
}

.query-builder .rules-list>*:before,
.query-builder .rules-list>*:after {
    content: '';
    position: absolute;
    left: -10px;
    width: 10px;
    height: calc(50% + 4px);
    border-color: #CCC;
    border-style: solid
}

.query-builder .rules-list>*:before {
    top: -4px;
    border-width: 0 0 2px 2px
}

.query-builder .rules-list>*:after {
    top: 50%;
    border-width: 0 0 0 2px
}

.query-builder .rules-list>*:first-child:before {
    top: -12px;
    height: calc(50% + 14px)
}

.query-builder .rules-list>*:last-child:before {
    border-radius: 0 0 0 4px
}

.query-builder .rules-list>*:last-child:after {
    display: none
}

.query-builder .error-container+.tooltip .tooltip-inner {
    color: #F99 !important
}

.query-builder p.filter-description {
    margin: 5px 0 0 0;
    background: #D9EDF7;
    border: 1px solid #BCE8F1;
    color: #31708F;
    border-radius: 5px;
    padding: 2.5px 5px;
    font-size: 0.8em
}

.query-builder .rules-group-header [data-invert] {
    margin-left: 5px
}

.query-builder .drag-handle {
    cursor: move;
    vertical-align: middle;
    margin-left: 5px
}

.query-builder .dragged {
    opacity: 0.5
}

.query-builder .rule-placeholder {
    border: 1px dashed #BBB;
    opacity: 0.7
}

.cd-wrapper {
    display: inline-block;
    margin: 0 auto
}

.cntSeparator {
    font-size: 50px;
    line-height: 70px;
    margin: 0 10px
}

.cd-wrapper .d {
    font-weight: bold;
    font-size: 25px
}

.clear {
    clear: both
}

div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
    background-image: url("sprite.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased
}

div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
    outline: 0
}

div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
div.button * {
    margin: 0;
    padding: 0
}

.highContrastDetect {
    background: url("bg-input.png") repeat-x 0 0;
    width: 0px;
    height: 0px
}

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    padding: 3px;
    background: url("bg-input.png") repeat-x 0 0;
    outline: 0
}

input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
    background: url("bg-input-focus.png") repeat-x 0 0
}

div.checker input,
input[type="search"],
input[type="search"]:active {
    -moz-appearance: none;
    -webkit-appearance: none
}

div.selector {
    background-position: 0 -130px;
    line-height: 26px;
    height: 26px;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden
}

div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 26px;
    line-height: 26px;
    padding-right: 25px;
    cursor: pointer;
    width: 100%;
    display: block
}

div.selector.fixedWidth {
    width: 190px
}

div.selector.fixedWidth span {
    width: 155px
}

div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 22px;
    top: 2px;
    left: 0px;
    width: 100%
}

div.selector.active {
    background-position: 0 -156px
}

div.selector.active span {
    background-position: right -26px
}

div.selector.hover,
div.selector.focus {
    background-position: 0 -182px
}

div.selector.hover span,
div.selector.focus span {
    background-position: right -52px
}

div.selector.hover.active,
div.selector.focus.active {
    background-position: 0 -208px
}

div.selector.hover.active span,
div.selector.focus.active span {
    background-position: right -78px
}

div.selector.disabled,
div.selector.disabled.active {
    background-position: 0 -234px
}

div.selector.disabled span,
div.selector.disabled.active span {
    background-position: right -104px
}

div.checker {
    position: relative
}

div.checker,
div.checker span,
div.checker input {
    width: 19px;
    height: 19px
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -260px
}

div.checker span.checked {
    background-position: -76px -260px
}

div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1
}

div.checker.active span {
    background-position: -19px -260px
}

div.checker.active span.checked {
    background-position: -95px -260px
}

div.checker.hover span,
div.checker.focus span {
    background-position: -38px -260px
}

div.checker.hover span.checked,
div.checker.focus span.checked {
    background-position: -114px -260px
}

div.checker.hover.active span,
div.checker.focus.active span {
    background-position: -57px -260px
}

div.checker.hover.active span.checked,
div.checker.focus.active span.checked {
    background-position: -133px -260px
}

div.checker.disabled,
div.checker.disabled.active {
    background-position: -152px -260px
}

div.checker.disabled span.checked,
div.checker.disabled.active span.checked {
    background-position: -171px -260px
}

div.radio {
    position: relative
}

div.radio,
div.radio span,
div.radio input {
    width: 18px;
    height: 18px
}

div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -279px
}

div.radio span.checked {
    background-position: -72px -279px
}

div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center
}

div.radio.active span {
    background-position: -18px -18px -279px
}

div.radio.active span.checked {
    background-position: -90px -279px
}

div.radio.hover span,
div.radio.focus span {
    background-position: -36px -36px -279px
}

div.radio.hover span.checked,
div.radio.focus span.checked {
    background-position: -108px -279px
}

div.radio.hover.active span,
div.radio.focus.active span {
    background-position: -54px -279px
}

div.radio.hover.active span.checked,
div.radio.focus.active span.checked {
    background-position: -126px -279px
}

div.radio.disabled span,
div.radio.disabled.active span {
    background-position: -144px -279px
}

div.radio.disabled span.checked,
div.radio.disabled.active span.checked {
    background-position: -162px -279px
}

div.uploader {
    background-position: 0 -297px;
    height: 28px;
    width: 190px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

div.uploader span.action {
    background-position: right -409px;
    height: 28px;
    line-height: 28px;
    width: 82px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer
}

div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 24px;
    margin: 2px 0 2px 2px;
    line-height: 24px;
    width: 85px;
    padding: 0 10px
}

div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%
}

div.uploader.active span.action {
    background-position: right -465px
}

div.uploader.hover,
div.uploader.focus {
    background-position: 0 -353px
}

div.uploader.hover span.action,
div.uploader.focus span.action {
    background-position: right -437px
}

div.uploader.hover.active span.action,
div.uploader.focus.active span.action {
    background-position: right -493px
}

div.uploader.disabled,
div.uploader.disabled.active {
    background-position: 0 -325px
}

div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
    background-position: right -381px
}

div.button {
    background-position: 0 -641px;
    height: 30px;
    cursor: pointer;
    position: relative;
}

div.button a,
div.button button,
div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 22px;
    text-align: center;
    background-position: right -521px;
    height: 22px;
    margin-left: 13px;
    padding: 8px 15px 0 2px
}

div.button.active {
    background-position: 0 -671px
}

div.button.active span {
    background-position: right -551px;
    cursor: default
}

div.button.hover,
div.button.focus {
    background-position: 0 -701px
}

div.button.hover span,
div.button.focus span {
    background-position: right -581px
}

div.button.disabled,
div.button.disabled.active {
    background-position: 0 -731px
}

div.button.disabled span,
div.button.disabled.active span {
    background-position: right -611px;
    cursor: default
}

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    font-size: 12px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #777;
    border-top: solid 1px #aaaaaa;
    border-left: solid 1px #aaaaaa;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

input.uniform-input.hover,
input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-color: #999
}

div.button span {
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase
}

div.button.hover span,
div.button.focus span {
    color: #555
}

div.button.disabled span,
div.button.disabled.active span {
    color: #bbb
}

div.selector {
    font-size: 12px
}

div.selector span {
    color: #666;
    text-shadow: 0 1px 0 white
}

div.selector select {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px
}

div.selector.disabled span,
div.selector.disabled.active span {
    color: #bbb
}

div.checker {
    margin-right: 5px
}

div.radio {
    margin-right: 3px
}

div.uploader span.action {
    text-shadow: white 0px 1px 0px;
    background-color: #fff;
    font-size: 11px;
    font-weight: bold
}

div.uploader span.filename {
    color: #777;
    border-right: solid 1px #bbbbbb;
    font-size: 11px
}

div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
    color: #aaa
}

div.uploader.disabled span.filename,
div.uploader.disabled.active span.filename {
    border-color: #ddd;
    color: #aaa
}

input.uniform-input,
input.uniform-input:focus {
    background-color: #fff
}

*::-webkit-input-placeholder {
    color: #ddd !important
}

*:-moz-placeholder {
    color: #ddd !important
}

*::-moz-placeholder {
    color: #ddd !important
}

*:-ms-input-placeholder {
    color: #ddd !important
}

body {
    font-family: 'Exo 2', sans-serif
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 800
}

.proton-widget .panel-heading span {
    font-weight: 800
}

input[type="password"],
input[type="text"] {
    width: 100%;
    padding: 0px 16px;
    font-size: 18px;
    line-height: 1.33
}

.login-page .wrapper .form-group .input-group {
    width: 262px;
    margin: 0 auto
}

.login-page .wrapper .form-group .input-group input {
    width: 214px;
    border-right: none
}

.login-page .wrapper .form-group .input-group .btn-gen {
    border: 1px solid #ccc;
    border-left: none;
    background: #fff;
    height: 46px
}

.leaf {
    float: left;
    width: 50%
}

.partner {
    margin: auto;
    width: 100px;
    height: 110px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 10px
}

.blank {
    height: 1px;
    -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.05);
    border: none
}

.alien {
    color: #ddd
}

.col-md-6[name="ballsPartnersCol"] {
    padding: 0px
}

.row[name="ballsPartnersWrapper"] {
    padding: 0px !important
}

p[name="ballsPartnersP"] {
    padding: 0px
}

.docs-list {
    display: inline-block;
    width: 24%;
    margin-bottom: 5px
}

.default-page {
    background-color: #ededed
}

.nav-footer {
    color: #999999;
    padding-top: 5px
}

.user-info {
    padding-top: 15px;
    color: #fff;
    padding-left: 15px;
    user-select: text
}

.selected {
    -webkit-box-shadow: inset 0 -2px 0 2px #52a3e7
}

.welButton {
    max-width: 250px !important;
    padding-bottom: 3px;
    margin-bottom: 22px
}

#rangeCardOfClient .noUi-pips {
    font-size: 10px !important
}

.view-first {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.view-first:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #52a3e7;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.view-first:hover:before,
.view-first:focus:before,
.view-first:active:before {
    left: 0;
    right: 0
}

.welcome-img {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    height: inherit !important
}

.error-page .wrapper {
    left: 0;
    padding: 0;
    height: 100%
}

.noUi-connect {
    background: #aece4e
}

.rangeSlider {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 50px;
    margin-top: 40px
}

.noUi-handle-lower .noUi-tooltip {
    top: -34px !important;
    width: 32px !important
}

@media (max-width: 479px) {
    #cloudPayBtn {
        margin-top: 45px
    }

    .noficationsList {
        display: none
    }

    .operationsList {
        display: none
    }

    .account-i-full {
        display: none
    }

    .reactive-table {
        padding-left: 0;
        padding-right: 0
    }

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block
    }

    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    tr {
        border: 1px solid #ccc
    }

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

    td {
        white-space: inherit !important;
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        padding-top: 25px !important
    }

    table.binaryLR td:nth-of-type(1):before {
        content: "ID, ФИО"
    }

    table.binaryLR td:nth-of-type(2):before {
        content: "Ур."
    }

    table.binaryLR td:nth-of-type(3):before {
        content: "Партнеров"
    }

    table.binaryLR td:nth-of-type(4):before {
        content: "Баллов"
    }

    table.nOffice td:nth-of-type(1):before {
        content: "ID"
    }

    table.nOffice td:nth-of-type(2):before {
        content: "Адрес"
    }

    table.nOffice td:nth-of-type(3):before {
        content: "Телефоны"
    }

    table.nOffice td:nth-of-type(4):before {
        content: "Держатель"
    }

    table.nOffice td:nth-of-type(5):before {
        content: "Регулятор"
    }

    table.nOffice td:nth-of-type(6):before {
        content: "Статус"
    }

    table.nOffice td:nth-of-type(7):before {
        content: "Активация"
    }

    table.nOffice td:nth-of-type(8):before {
        content: "Обновление"
    }

    table.nOffice td:nth-of-type(9):before {
        content: "Действия"
    }
}

@media (min-width: 480px) {
    .account-mob-i {
        display: none !important
    }

    .account-b {
        display: none !important
    }
}

@media (max-width: 768px) {
    nav.main-menu-top {
        display: none
    }

    .support-modal {
        display: none
    }

    .modal-backdrop {
        z-index: 0
    }

    .mobile-panel {
        display: none !important
    }

    .title-bar {
        display: none !important
    }

    .avatar-slideout {
        height: 50px;
        width: 50px;
        margin: 5px;
        border-radius: 50%
    }

    .default-page .wrapper .row {
        padding: 0px
    }
}

@media (min-width: 768px) {
    .dashboard-page .title-bar>div {
        left: 0px
    }

    .default-page .title-bar>div {
        left: 0px
    }
}

@media (min-width: 769px) {
    .page-title-mob {
        display: none
    }

    .dashboard-page .title-bar>div {
        left: 0px
    }

    .default-page .title-bar>div {
        left: 0px
    }

    .default-page nav.user-menu {
        top: 5px;
        position: absolute
    }

    .default-page nav.user-menu .user-menu-wrapper {
        margin-right: 20px
    }

    .default-page nav.user-menu .panel {
        right: 20px
    }

    .default-page nav.user-menu .menu-counter {
        top: -15px
    }

    .wrapper.extended {
        left: 90px
    }
}

.default-page .title-bar {
    position: relative;
    display: block;
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.05)
}

.default-page .title-bar>div {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    height: 80px;
    margin: 0 auto
}

.default-page .title-bar span,
.default-page .title-bar nav {
    display: table-cell;
    vertical-align: middle
}

.default-page .title-bar span {
    font-size: 25px;
    font-weight: 300
}

nav.user-menu .panel .list-group-item .time-ago {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.8em
}

.message-cont {
    min-width: 60%
}

.dialog {
    max-width: 600px;
    margin: auto
}

.avatar {
    max-height: 100px;
    max-width: 100px;
}

.avatar-mainMenu {
    height: 67px;
    width: 67px;
    border-radius: 50px;
}

.status-mainMenu {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-top: -53%
}

.status-fa {
    color: #999999;
    margin: 4px;
    position: absolute
}

.status-fa:hover {
    color: #777777
}

.input-group-btn .btn {
    color: #656565
}

input[type="email"] {
    padding: 0px 16px;
    font-size: 18px;
    line-height: 1.33
}

a.directCase {
    width: 20px;
    display: block;
    color: #f4c84f
}

@media (min-width: 769px) {
    nav.user-menu .panel.messages-view .user-menu-arrow {
        right: 100px
    }

    nav.user-menu .panel.notifications-view .user-menu-arrow {
        right: 59px
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pricing-tables {
    padding: 20px
}

.pricing-tables h1 {
    font-size: 48px
}

.pricing-tables img {
    max-width: 100%;
    padding: 10px
}

.pricing-tables .plan.first {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pricing-tables .plan.last {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pricing-tables .plan.recommended {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.pricing-tables .plan.recommended .head {
    margin-bottom: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.pricing-tables.attached .col-sm-4,
.pricing-tables.attached .col-md-4,
.pricing-tables.attached .col-sm-3,
.pricing-tables.attached .col-md-3 {
    padding-left: 0;
    padding-right: 0
}

.pricing-tables.attached .plan {
    border-radius: 0
}

.pricing-tables.attached .plan .head {
    border-radius: 0
}

.pricing-tables.attached .plan.recommended {
    border-radius: 4px
}

.pricing-tables.attached .plan.recommended .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #5cb85c
}

.pricing-tables.attached .plan.last {
    border-bottom-right-radius: 4px
}

.pricing-tables.attached .plan.last .head {
    border-top-right-radius: 4px
}

.pricing-tables.attached .plan.first {
    border-bottom-left-radius: 4px
}

.pricing-tables.attached .plan.first .head {
    border-top-left-radius: 4px
}

.plan {
    box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
    min-height: 100px;
    background: #fff;
    border-radius: 4px;
    margin: 20px 0;
    padding-bottom: 25px;
    text-align: center
}

.plan .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 12px 16px;
    background: #1c1c1c;
    color: #fff
}

.plan .head h1,
.plan .head h2,
.plan .head h3 {
    padding: 0;
    margin: 0;
    font-weight: 100
}

.plan .price {
    border-top: 1px solid #eee;
    margin: 0 auto 20px auto;
    width: 80%
}

.plan .price h3 {
    font-size: 72px;
    vertical-align: top;
    line-height: 1
}

.plan .price h3 span {
    font-size: 22px;
    vertical-align: top;
    position: relative;
    margin: 6px 0 0 -7px;
    display: inline-block
}

.plan .price h4 {
    color: #aaa;
    font-size: 14px
}

.plan .btn {
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500
}

.plan ul {
    list-style-type: none;
    padding: 20px;
    margin-top: 2px
}

.plan ul li {
    line-height: 16px;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 400
}

.plan ul li a {
    text-decoration: underline;
    color: #e6e9ed
}

.plan ul li:last-child {
    border-bottom: none
}

.plan ul strong {
    font-weight: 700
}

.plan.recommended {
    margin-top: 6px;
    box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
    position: relative;
    z-index: 99;
    border-radius: 4px
}

.plan.recommended .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #171717
}

.plan.recommended .btn {
    margin-bottom: 10px
}

.chat-item {
    position: relative
}

.arrow:before,
.arrow:after {
    position: absolute;
    display: inline-block;
    border-color: transparent;
    border-style: solid;
    content: ""
}

.arrow-left:before {
    margin-left: -7px;
    border-right-color: #d1d4d7;
    border-width: 7px 7px 7px 0
}

.chat-item.arrow-left:before {
    top: 12px;
    left: 40px
}

.arrow-left:after {
    margin-left: -7px;
    border-width: 7px 7px 7px 0
}

.chat-item.arrow-left:after {
    top: 12px;
    left: 41px;
    border-right-color: #f1f5f9
}

.arrow-right:before {
    margin-right: -7px;
    top: 6px;
    right: 0px;
    border-left-color: #d1d4d7;
    border-width: 7px 0 7px 7px
}

.chat-item.arrow-right:before {
    top: 11px;
    left: auto;
    right: 39px
}

.arrow-right:after {
    margin-right: -6px;
    top: 7px;
    right: 0px;
    border-left-color: #fff;
    border-width: 6px 0 6px 6px
}

.chat-item.arrow-right:after {
    top: 12px;
    left: auto;
    right: 39px
}

.text-small {
    font-size: 12px
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-color: #e3e8ed
}

.bg-lighter {
    background-color: #f1f5f9
}

.text-muted {
    color: #919599
}

.m-b-none {
    margin-bottom: 0
}

.thumb img,
.thumb-mini img,
.thumb-small img,
.thumb-large img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

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

.footable.no-paging .hide-if-no-paging {
    display: none
}

.checkbox-inline .checkbox-margin {
    margin-left: 0px !important
}

h4 a.active small {
    color: #428bca
}

h4 a.active i {
    color: #428bca
}

p.agreement {
    max-height: 300px;
    overflow-y: scroll
}

.filter-form-row {
    margin-bottom: 20px
}

.vkmedia {
    max-width: 100%
}

.main-menu hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #777
}

.vjs-control-bar {
    display: none
}

.row-pad {
    margin: 0;
    margin-bottom: 20px
}

.dialog-history-btn {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #76b6ec;
    text-shadow: 0 1px 0 #ffffff
}

button.dialog-history-btn {
    -webkit-appearance: none;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
    background: transparent;
    border: 0
}

.ui-pnotify.custom .ui-pnotify-container {
    background-color: #507296 !important
}

.ui-pnotify .alert-success {
    background-color: #aece4e
}

.ui-pnotify .alert-info {
    background-color: #76b6ec
}

.ui-pnotify .alert-warning {
    background-color: #e77755
}

.ui-pnotify .alert-danger {
    background-color: #e77755
}

.ui-pnotify .alert-error {
    background-color: #e77755
}

.no-touch .ui-pnotify .alert-success:hover {
    background-color: #aece4e
}

.no-touch .ui-pnotify .alert-info:hover {
    background-color: #76b6ec
}

.no-touch .ui-pnotify .alert-warning:hover {
    background-color: #e77755
}

.no-touch .ui-pnotify .alert-danger:hover {
    background-color: #e77755
}

.no-touch .ui-pnotify .alert-error:hover {
    background-color: #e77755
}

.vjs-poster {
    z-index: -10
}

object.vjs-tech,
iframe.vjs-tech {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.btn-group-inline {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.btn-group-inline label.btn {
    float: none;
    display: inline-block
}

.showcase-page .wrapper {
    padding: 0
}

.transferInp {
    display: none
}

.main-menu-logo {
    position: absolute;
    height: 52px;
    top: 23%;
    left: 15%
}

.logo-div {
    position: relative;
    margin-left: 0;
    padding: 0;
    padding-top: 15px;
    width: 220px;
    height: 100%;
    margin-right: 30px;
    border-bottom: 1px solid #404040
}

.logo-div .logo-tr {
    border: 15px solid transparent;
    border-left: 15px solid #C32329;
    position: absolute;
    top: 35%
}

.menu-top-fullName {
    font-size: 20px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400
}

.menu-top-list li {
    font-size: 13px;
    display: flex;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400
}

.menu-top-list li i {
    font-size: 8px;
    padding-right: 5px;
    margin-top: 4px;
    color: #f00
}

.menu-top-text {
    font-weight: 600;
    font-size: 14px
}

.menu-top-balance {
    width: auto;
    margin-top: 14px;
    font-weight: 600;
    float: left;
    border-left: 1px solid #404040
}

.btn-wl-red {
    color: #ffffff;
    background-color: #F34545;
    border-color: #d13d3d
}

.btn-wl-red:hover,
.btn-wl-red:focus,
.btn-wl-red:active,
.btn-wl-red.active,
.open .dropdown-toggle.btn-wl-red {
    color: #ffffff;
    background-color: #c83b3b;
    border-color: #a33030
}

.btn-wl-red:active,
.btn-wl-red.active,
.open .dropdown-toggle.btn-wl-red {
    background-image: none;
    background-color: #bf2c25;
    border-color: #bf3a3a
}

.menu-top-btn {
    width: 100%
}

.menu-top-links {
    width: auto;
    float: right;
    font-size: 22px;
    padding-top: 25px;
    padding-right: 25px
}

.top-link {
    padding: 5px
}

.top-menu-userInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto
}

.menu-line {
    border-bottom: 1px solid #404040;
    margin-left: 15px;
    margin-right: 15px
}

.avatar-topMenu {
    margin-top: 11px;
    margin-bottom: 11px;
    height: 67px;
    width: 67px;
    border-radius: 50px;
    display: block
}

.educationCentreDiv a {
    color: #453e3e
}

@media (min-width: 769px) {
    .showcase-page .wrapper {
        left: 60px;
        padding: 0
    }
}

@media (min-width: 1634px) {
    .transferBtn {
        display: none
    }

    .transferInp {
        display: table
    }
}

@media (min-width: 1281px) {
    .showcase-page .wrapper {
        left: 250px
    }
}

.showcase-page .title-bar {
    position: relative;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.05)
}

@media (min-width: 769px) {
    .showcase-page nav.user-menu {
        top: 5px;
        position: absolute
    }
}

.showcase-page .quick-launch-bar {
    position: relative;
    display: block;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.05)
}

.showcase {
    font-size: 0;
    text-align: center;
    padding: 0
}

@media (min-width: 769px) {
    .showcase {
        padding: 15px
    }
}

.zk-showcase {
    background-color: #c0c0c0 !important;
    color: #fff !important
}

.rub {
    font-size: 20px;
    font-weight: 400
}

.showcase-li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px
}

.lawCenter-stats-panel {
    float: left;
    width: auto
}

.lawCenter-panel-text {
    font-size: 16px
}

.lawCenter-stats-numbers {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.0
}

.lawCenter-stats-fa {
    font-size: 50px !important;
    color: #F34545;
    height: 100%
}

.lawCenter-priceBlock {
    color: #fff;
    background-color: #F34545;
    margin: 0 !important;
    padding: 0 !important
}

.lawCenter-price {
    font-size: 45px;
    font-weight: 600
}

.lawCenter-div {
    float: left;
    width: auto;
    padding: 14px
}

.btn-wl-grey {
    color: #ffffff;
    background-color: #453e3e;
    border-color: #433b3b
}

.btn-wl-grey:hover,
.btn-wl-grey:focus,
.btn-wl-grey:active,
.btn-wl-grey.active,
.open .dropdown-toggle.btn-wl-grey {
    color: #ffffff;
    background-color: #352e2e;
    border-color: #332c2c
}

.btn-wl-grey:active,
.btn-wl-grey.active,
.open .dropdown-toggle.btn-wl-grey {
    background-image: none;
    background-color: #453e3e;
    border-color: #675e5e
}

.lawCenter-btn {
    margin: 15px;
    width: 50%
}

.panel-content img {
    float: left;
    max-width: 200px;
    margin: 10px
}

.panel-content .list-group {
    margin-left: 220px
}

@media (max-width: 620px) {
    .panel-content img {
        display: none
    }

    .panel-content .list-group {
        margin-left: 0px
    }
}

.docs-list {
    position: relative
}

.docs-list .remove-photo {
    position: absolute;
    top: 2px;
    right: 5px
}

.panel-fixed-height {
    min-height: 200px
}

.section-title i.text-success {
    color: #758f27
}

.proton-widget .list-group-item .stat-value {
    width: 100px
}

.flip-container {
    perspective: 1000px;
    margin-bottom: 11px;
    margin-top: 11px
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
    transform: rotateY(180deg)
}

.flip-container,
.front,
.back {
    width: 67px;
    height: 67px
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative
}

.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.front {
    z-index: 2;
    transform: rotateY(0deg)
}

.back {
    transform: rotateY(180deg)
}

@media (min-width: 769px) {
    nav.main-menu-top {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 90px;
        left: 0;
        width: 100%;
        overflow: hidden;
        -webkit-transition: width 0.05s linear;
        transition: width 0.05s linear;
        -webkit-transform: translateZ(0) scale(1, 1);
        background: #252830;
        color: #fff;
        z-index: 1011
    }

    .default-page .wrapper .row {
        padding: 0px 30px
    }

    .default-page .wrapper {
        top: 90px
    }
}

@media (min-width: 1281px) {
    .default-page .wrapper {
        left: 250px
    }
}

.default-page .wrapper {
    padding: 0
}

.default-page .quick-launch-bar {
    position: relative;
    display: block;
    background-color: white;
    -webkit-box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px
}

.default-page .quick-launch-bar ul {
    display: block;
    min-height: 80px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    font-size: 0
}

@media (min-width: 769px) {
    .default-page .quick-launch-bar ul {
        padding: 0 60px
    }

    .sum-repayment-modal {
        width: 1024px;
        margin-top: 15px
    }
}

.default-page .quick-launch-bar li {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 14px;
    text-align: center
}

.default-page .quick-launch-bar li a {
    display: table-cell;
    vertical-align: middle;
    color: #999999;
    height: 80px;
    width: 80px;
    padding-top: 6px
}

.default-page .quick-launch-bar li i {
    font-size: 25px
}

.default-page .quick-launch-bar li span {
    display: block;
    margin-top: 4px
}

.no-touch .default-page .quick-launch-bar li:hover a,
.default-page .quick-launch-bar li.active a {
    color: #333333
}

.dashboard-page .title-bar {
    background-color: #f5f5f5
}

.dashboard-page .quick-launch-bar {
    background-color: white
}

.no-touch .proton-widget .front .toggle-widget-setup {
    opacity: 0.3
}

.inviterCard {
    background: #DCDCDC;
    border-radius: 10px;
    max-width: 210px;
    min-width: 210px;
    position: relative;
    padding: 5px 5px 5px 5px;
    display: inline-block;
    min-height: 260px;
    margin: 0px 0px 5px 25px
}

.inviterCard .card-block {
    min-height: 90px
}

.inviterCard i {
    position: absolute;
    top: 130px;
    right: -27px;
    color: green
}

.inviterCard img {
    border-radius: 100px
}

.wActiveTransfer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-between
}

.transfer-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: -webkit-center;
    padding: 10px 0px 10px 0px;
    font-size: 1.5em
}

.transfer-item {
    width: 50% !important;
    margin-top: 10px !important;
    padding: 10px 0 10px 0 !important;
    font-size: 1.3em !important;
    text-align: center !important
}

.transfer-item-change {
    flex: 0 0 135px;
    margin-top: 10px;
    padding: 10px 20px 10px 20px;
    font-size: 1.3em;
    text-align: center
}

.changeButtonArticle.active,
.changeButtonSection.active {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2)
}

.fineInfo {
    border-left: 1px solid #eae6e6
}

.fineInfo label {
    font-size: 16px
}

.fineInfo p {
    font-size: 17px;
    font-weight: 600
}

.dropdown-menu-arrow {
    cursor: pointer
}

.president-panel table tr {
    cursor: pointer
}

.radio-btn {
    border-radius: 20px
}

.radio-btn:active,
.radio-btn.active {
    background-image: none;
    outline: 0
}

.sumRepaymentChecks {
    transform: scale(1.5);
    margin-bottom: 10px !important
}

.uses-tooltip {
    cursor: pointer
}

.account-info {
    display: -webkit-box
}

.account-info i {
    font-size: 24px;
    color: #f34545
}

.account-info p {
    font-size: 14px;
    color: #333333
}

h4.section-title {
    font-size: 21px
}

.short-history-table td {
    padding: 10px !important
}

.history-value {
    font-size: 17px
}

.account-btn {
    width: 160px;
    margin-top: 30px
}

.account-date {
    font-size: 15px
}

.account-time {
    font-size: 12px
}

.portfolio-card-text span.title-text {
    font-size: 10px
}

.portfolio-card-item {
    font-size: 12px;
    padding: 10px
}

.portfolio-heading {
    padding: 0 15px !important
}

.body-fixed {
    position: fixed
}

.row-clear {
    margin-left: -15px;
    margin-right: -15px;
    display: flex
}

.menu-moneyBox {
    padding: 17px 0;
    font-size: 20px;
    font-weight: 400;
    width: 100%
}

.menu-user-status {
    position: absolute;
    background-color: #F34545;
    border-radius: 12px;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    text-transform: uppercase
}

.menu-avatar-container {
    margin-top: 11px;
    margin-bottom: 11px;
    position: relative;
    width: 80px;
    text-align: center
}

.balance-container {
    display: flex
}

.balance-container i {
    font-size: 20px;
    color: red;
    margin-right: 10px
}

.balance-container h4 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0
}

.balance-container span {
    font-size: 12px
}

.balance-container-2block {
    max-width: 380px
}

.p-widget-container {
    text-align: center;
    max-width: 200px;
    min-width: 185px;
    padding: 15px 10px 40px 10px;
    background-color: #fff;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.p-widget-block {
    border-radius: 5px
}

.p-widget-other {
    position: absolute;
    border: 1px solid #c6b6b6;
    border-radius: 4px;
    bottom: 5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    background-color: #fff;
    font-size: 10px
}

.widget-status {
    font-weight: 400;
    color: #707070 !important;
    font-size: 17px;
    text-transform: uppercase
}

.p-widget-block h4 {
    font-weight: 400;
    color: #707070;
    font-size: 19px;
    margin-bottom: 5px
}

.p-widget-block span {
    color: #c6b6b6;
    font-size: 15px
}

.p-widget-top-buttons {
    padding: 5px 20px
}

.p-widget-top-buttons i {
    color: #4899de
}

.p-widget-bottom-buttons {
    padding: 5px 20px 15px 20px
}

.p-widget-other i {
    color: #f8a700
}

.p-widget-block i {
    font-size: 16px;
    cursor: pointer
}

.partner-short-info {
    border-radius: 5px;
    border: 1px solid #eeeeee;
    padding: 10px;
    margin: 12px 0
}

.partner-level {
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #F8A700;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    font-size: 18px
}

.gold-border {
    border: 1px solid #F8A700
}

.gray-border {
    border: 1px solid #c6b6b6
}

.binary-tips {
    margin-top: 40px
}

.binary-tips-quad {
    width: 50px;
    height: 50px;
    border-radius: 7px
}

.col-md-1-5 {
    width: 20%
}

.my-office-clients th,
.my-office-clients td {
    text-align: center
}

.my-office-clients th {
    font-size: 12px;
    font-weight: 400
}

.my-office-clients h4 {
    font-weight: 400
}

.my-office-clients-block {
    margin-bottom: 25px
}

.my-office-clients-block h2 {
    margin: 0 5px 0 0;
    font-size: 35px;
    font-weight: 400
}

.my-office-clients-block h5 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 400
}

.my-office-clients a {
    cursor: pointer
}

.financeType {
    padding: 20px 0
}

.carousel-background {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.owl-controls {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 50px
}

.office-carousel-nav {
    width: 100%;
    position: absolute;
    bottom: 15px;
    z-index: 1;
    padding: 0 25px
}

.carousel-nav-btn {
    font-family: 'Ubuntu', sans-serif;
    background-color: rgba(38, 38, 38, 0.7);
    color: #fff;
    border: none;
    margin-right: 5px;
    border-radius: 22px;
    width: auto;
    height: auto;
    font-size: 14px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

.carousel-nav-btn:hover {
    background-color: rgba(26, 26, 26, 0.81)
}

.carousel-nav-btn:active {
    background-color: rgba(12, 12, 12, 0.91)
}

.carousel-buttons {
    bottom: 0;
    position: absolute;
    width: 100%;
    padding-bottom: 15px
}

.carousel-buttons button {
    width: 150px;
    margin-right: 10px
}

.carousel-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    padding: 15px !important
}

.carousel-glass {
    background-color: rgba(52, 52, 52, 0);
    height: 100%
}

.carousel-nav-btn.customPrevBtn {
    position: absolute;
    bottom: 15px;
    z-index: 1;
    left: 15px
}

.carousel-nav-btn.customNextBtn {
    position: absolute;
    bottom: 15px;
    z-index: 1;
    right: 15px
}

.disabled-reestr-clients {
    color: #F34545;
    font-size: 17px
}

.disabled-reestr-clients a {
    cursor: pointer
}

.delete-image {
    position: absolute;
    display: block;
    width: 25px;
    top: 5px;
    right: 5px;
    height: 25px;
    color: #FFF;
    z-index: 999;
    padding: 2px 6px;
    background: #ef5a5ae0;
    cursor: pointer
}

.delete-image:hover {
    background: #bb4040e0
}

.law-tickets-container {
    display: flex
}

.law-tickets-container span {
    font-size: 14px
}

.law-tickets-container i.fa-circle {
    font-size: 15px;
    margin-right: 10px
}

.law-tickets-container i.fa-angle-right {
    margin-left: 10px;
    font-size: 30px
}

.law-chat-bottom {
    position: absolute;
    bottom: 0
}

.law-chat-bottom a {
    margin-top: 15px
}

.ncc-percent-block {
    display: flex !important;
    margin-bottom: 10px !important
}

.ncc-percent-block i {
    display: block;
    top: -1px;
    float: left;
    margin: 0;
    margin-right: 20px;
    font-size: 38px;
    height: 42px
}

.ncc-percent-counter {
    padding-left: 20px;
    line-height: 50px;
    font-size: 38px;
    background-color: #fff;
    border-left: 1px solid #eeeeee;
    font-weight: lighter;
    z-index: 2;
    margin-left: 5px
}

.percent-bar-text-left {
    position: absolute;
    color: #554f4f;
    z-index: 2;
    left: 15px;
    top: 2px
}

.percent-bar-text-right {
    position: absolute;
    color: #554f4f;
    z-index: 2;
    right: 15px;
    top: 2px
}

.widget-user-info {
    padding: 10px;
    cursor: pointer
}

.widget-user-info span {
    font-size: 12px;
    color: #161616
}

.widget-button-block {
    padding: 10px;
    border-top: 1px solid #c6b6b6
}

.widget-button-block button {
    padding: 4px
}

.shortUp-btn {
    margin-bottom: -18px;
    z-index: 100;
    position: relative;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 28px
}

.structure-block {
    margin-bottom: 20px
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 50%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0)
}

@media (max-width: 769px) {

    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 100%;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out
}

.modal.right.fade.in .modal-dialog {
    right: 0
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out
}

.modal.left.fade.in .modal-dialog {
    left: 0
}

.content-site-width {
    max-width: 1640px;
    margin: auto
}

.imageSocNet {
    height: 31px
}

.successConnectSocNet {
    margin-right: 0px;
    margin-left: 32px;
    font-size: 16px;
    color: #B0CE43;
    text-decoration: underline
}

.removeSocNet {
    font-size: 16px;
    color: #E94340;
    text-decoration: underline;
    position: absolute;
    right: 68px
}

@media (max-width: 1025px) {
    .removeSocNet {
        right: 25px !important
    }

    .login-layout-permissions {
        width: 33% !important
    }
}

@media (max-width: 417px) {
    .removeSocNet {
        right: 7px !important
    }

    .login-layout-permissions {
        width: 66% !important;
        left: 64px
    }
}

@media (min-width: 1029px) and (max-width: 1441px) {
    .login-layout-permissions {
        width: 25% !important
    }
}

@media (max-width: 961px) and (min-width: 471px) {
    .login-layout-permissions {
        width: 36% !important;
        left: 248px
    }
}

.radioFixedWidth label {
    width: 170px
}

.login-layout-permissions {
    width: 20%
}

.checkBoxStep3 label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both
}

.checkBoxStep3 .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em
}

.radio .cr {
    border-radius: 50%
}

.checkBoxStep3 .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%
}

.radio .cr .cr-icon {
    margin-left: 0.04em
}

.checkBoxStep3 label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none
}

.checkBoxStep3 label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in
}

.checkBoxStep3 label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1
}

.checkBoxStep3 label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5
}

.alert-infoBT {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alertBT {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.checkProfileText h1 {
    text-decoration: underline;
    color: #999999
}

.checkProfileText h3 {
    color: #656565
}

.checkProfileText h4 {
    color: #686868
}

.circleImg {
    border-radius: 100px;
    box-shadow: 0 0 7px #666;
    max-width: 60px !important;
    max-height: 60px !important
}

.cityManagerList {
    display: block;
    min-height: 73px;
    line-height: 73px;
    cursor: pointer;
    font-size: 16px
}

.cityManagerList:hover {
    background: #E9E9E9
}

.cityManagerList i {
    line-height: 73px
}

.cityManagerList i:hover {
    color: green;
    font-size: 35px
}

.managerList {
    overflow: hidden;
    max-height: 444px
}

.managerList:hover {
    overflow: auto
}

i[name=backStep] {
    font-size: 1em;
    cursor: pointer;
    color: #AECE4E
}

i[name=backStep]:hover {
    color: green
}

.rowNotif {
    border: 3px dashed #AECE4E
}

.viewingNotif {
    color: #AECE4E;
    margin-left: 5px
}

.fa-exclamation-circle.viewingNotif:hover:before {
    content: "\f14a"
}

.changeColor:hover {
    color: #719015
}

.changeColor {
    color: #aece4e
}

.vtoClientCard th,
.vtoClientCard td {
    text-align: center !important;
    vertical-align: middle !important
}