@import "variables.css";

/*  ==========================================================================
    Theme
    ========================================================================== */


/*  ==========================================================================
    Base styles
    ========================================================================== */

body {
    background: #F8F8F8;
    color: #535353;
}

a {
    color: #161616;
}

a:hover {
    color: #FFC20A;
}

a:focus {
    color: #FFC20A;
}

::-moz-selection {
    background: #DDDDDD;
}

::selection {
    background: #DDDDDD;
}

hr {
    border-top: 1px solid #EDEDED;
}

.browsehappy {
    background: #CCCCCC;
    color: #000;
}


/*  ==========================================================================
    Layout
    ========================================================================== */


/*
    Page Layouts - General Site Containers for Layout
    ========================================================================== */


/*
    Page Heading
    ------------------------------------- */

.l-page-header {
    background: #FDFDFD;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}


/*
	Scroll Up
	------------------------------------- */

#scrollUp {
    color: var(--soft-green-entel);
    background: var(--background-l-slider);
}

#scrollUp:hover {
    color: #fff;
    background: var(--background-l-slider);
}

.t-boxed {
    background: #FFF;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
}

.t-boxed-2 {
    background: #F4F4F4;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}


/*
    Grid system
    ========================================================================== */

.show-grid [class^=col-],
.show-grid [class^=l-col-],
.show-grid [class^=l-span-] {
    background-color: #F4F4F4;
    border: 1px solid #DDDDDD;
}

.t-col-2-example [class^=col-],
.t-col-2-example [class^=l-col-],
.t-col-2-example [class^=l-span-] {
    background-color: #dbf6e8;
    border: 1px solid #a6e8c6;
}

.t-col-3-example [class^=col-],
.t-col-3-example [class^=l-col-],
.t-col-3-example [class^=l-span-] {
    background-color: #fce4e6;
    border: 1px solid #f8c4c8;
}

.t-col-4-example [class^=col-],
.t-col-4-example [class^=l-col-],
.t-col-4-example [class^=l-span-] {
    background-color: #fdeed8;
    border: 1px solid #f9d69e;
}


/*
    Sidebar Layouts
    ========================================================================== */

.t-sidebar-1 {
    /*background: #1d1d1d;*/
    background: var(--background-l-slider);
    color: #A0A0A0;
}

.t-sidebar-2 {
    background: #FDFDFD;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}

.t-sidebar-3 {
    color: #A0A0A0;
    background: #161616;
    border-left: 1px solid #111111;
    border-right: 1px solid #111111;
}

.t-sidebar-4 {
    background: #F8F8F8;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}


/*
    Box Containers
    ========================================================================== */


/*
    Box
    ------------------------------------- */

.l-box {
    background: #FFF;
    /*border: 1px solid #EDEDED;*/
}

.l-box-header {
    background: rgba(237, 242, 246, 0.4);
    /*#FDFDFD;*/
    border-bottom: 1px solid #EDEDED;
}

.l-box-footer {
    background: #FDFDFD;
    border-top: 1px solid #EDEDED;
}

.l-box-primary {
    border-color: #ffe8a3;
}

.l-box-primary>.l-box-header,
.l-box-primary>.l-box-footer {
    color: #FFC20A;
    background-color: #fff5d6;
    border-color: #ffe8a3;
}

.l-box-primary>.l-box-header .badge,
.l-box-primary>.l-box-footer .badge {
    color: #fff5d6;
    background-color: #FFC20A;
}

.l-box-success {
    border-color: #9ee6c1;
}

.l-box-success>.l-box-header,
.l-box-success>.l-box-footer {
    color: #30BB74;
    background-color: #c7f0db;
    border-color: #9ee6c1;
}

.l-box-success>.l-box-header .badge,
.l-box-success>.l-box-footer .badge {
    color: #c7f0db;
    background-color: #30BB74;
}

.l-box-info {
    border-color: #d0eff9;
}

.l-box-info>.l-box-header,
.l-box-info>.l-box-footer {
    color: #49C0E7;
    background-color: #e7f7fc;
    border-color: #d0eff9;
}

.l-box-info>.l-box-header .badge,
.l-box-info>.l-box-footer .badge {
    color: #e7f7fc;
    background-color: #49C0E7;
}

.l-box-warning {
    border-color: #fbe4c0;
}

.l-box-warning>.l-box-header,
.l-box-warning>.l-box-footer {
    color: #F2A730;
    background-color: #fef9f0;
    border-color: #fbe4c0;
}

.l-box-warning>.l-box-header .badge,
.l-box-warning>.l-box-footer .badge {
    color: #fef9f0;
    background-color: #F2A730;
}

.l-box-danger {
    border-color: #fbdbdd;
}

.l-box-danger>.l-box-header,
.l-box-danger>.l-box-footer {
    color: #eb525d;
    background-color: #fdf2f3;
    border-color: #fbdbdd;
}

.l-box-danger>.l-box-header .badge,
.l-box-danger>.l-box-footer .badge {
    color: #fdf2f3;
    background-color: #eb525d;
}

.l-box-dark {
    border-color: #b9b9b9;
}

.l-box-dark>.l-box-header,
.l-box-dark>.l-box-footer {
    color: #535353;
    background-color: lightgray;
    border-color: #b9b9b9;
}

.l-box-dark>.l-box-header .badge,
.l-box-dark>.l-box-footer .badge {
    color: lightgray;
    background-color: #535353;
}

.l-box-no-border {
    border: none;
}

.l-box-no-border .l-box-header {
    border-bottom: none;
}

.l-box-no-border .l-box-footer {
    border-top: none;
}

.l-box-transparent {
    background: none;
}

.l-box-transparent>.l-box-header,
.l-box-transparent>.l-box-footer {
    background: none;
}


/*
    Side Box
    ------------------------------------- */


/*
    Panels
    ------------------------------------- */

.panel {
    background-color: #FFF;
}

.panel-footer {
    border-top: 1px solid #EDEDED;
    background-color: #FDFDFD;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #EDEDED;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #EDEDED;
}

.panel-default {
    border-color: #EDEDED;
}

.panel-default>.panel-heading {
    color: #535353;
    background-color: #FDFDFD;
    border-color: #EDEDED;
}

.panel-default>.panel-heading a:hover,
.panel-default>.panel-heading a:focus {
    color: #202020;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EDEDED;
}

.panel-default>.panel-heading .badge {
    color: #FDFDFD;
    background-color: #535353;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #EDEDED;
}

.panel-primary {
    border-color: #ffe8a3;
}

.panel-primary>.panel-heading {
    color: #FFC20A;
    background-color: #fff5d6;
    border-color: #ffe8a3;
}

.panel-primary>.panel-heading a:hover,
.panel-primary>.panel-heading a:focus {
    color: #a37a00;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ffe8a3;
}

.panel-primary>.panel-heading .badge {
    color: #fff5d6;
    background-color: #FFC20A;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ffe8a3;
}

.panel-success {
    border-color: #9ee6c1;
}

.panel-success>.panel-heading {
    color: #30BB74;
    background-color: #c7f0db;
    border-color: #9ee6c1;
}

.panel-success>.panel-heading a:hover,
.panel-success>.panel-heading a:focus {
    color: #1b6a42;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #9ee6c1;
}

.panel-success>.panel-heading .badge {
    color: #c7f0db;
    background-color: #30BB74;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #9ee6c1;
}

.panel-info {
    border-color: #d0eff9;
}

.panel-info>.panel-heading {
    color: #49C0E7;
    background-color: #e7f7fc;
    border-color: #d0eff9;
}

.panel-info>.panel-heading a:hover,
.panel-info>.panel-heading a:focus {
    color: #188cb2;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d0eff9;
}

.panel-info>.panel-heading .badge {
    color: #e7f7fc;
    background-color: #49C0E7;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d0eff9;
}

.panel-warning {
    border-color: #fbe4c0;
}

.panel-warning>.panel-heading {
    color: #F2A730;
    background-color: #fef9f0;
    border-color: #fbe4c0;
}

.panel-warning>.panel-heading a:hover,
.panel-warning>.panel-heading a:focus {
    color: #b1710b;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fbe4c0;
}

.panel-warning>.panel-heading .badge {
    color: #fef9f0;
    background-color: #F2A730;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #fbe4c0;
}

.panel-danger {
    border-color: #fbdbdd;
}

.panel-danger>.panel-heading {
    color: #eb525d;
    background-color: #fdf2f3;
    border-color: #fbdbdd;
}

.panel-danger>.panel-heading a:hover,
.panel-danger>.panel-heading a:focus {
    color: #c11623;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fbdbdd;
}

.panel-danger>.panel-heading .badge {
    color: #fdf2f3;
    background-color: #eb525d;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #fbdbdd;
}

.panel-dark {
    border-color: #b9b9b9;
}

.panel-dark>.panel-heading {
    color: #535353;
    background-color: lightgray;
    border-color: #b9b9b9;
}

.panel-dark>.panel-heading a:hover,
.panel-dark>.panel-heading a:focus {
    color: #202020;
}

.panel-dark>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #b9b9b9;
}

.panel-dark>.panel-heading .badge {
    color: lightgray;
    background-color: #535353;
}

.panel-dark>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #b9b9b9;
}

.t-box-button {
    background: #FDFDFD;
}

.t-box-button .l-box-header {
    background: #FAFAFA;
}


/*
    Header
    ========================================================================== */

.t-header-1 {
    background: #FFF;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.t-header-slide-1 {
    background: #F8F8F8;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.t-header-slide-2 {
    background: #FFF;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.t-header-slide-3 {
    background: #161616;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}


/*
    Footer
    ========================================================================== */

.t-footer-1 {
    background: #FFF;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

.t-footer-slide-1 {
    -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    background: #F8F8F8;
}


/*
	Navigation
	========================================================================== */

.ason-nav {
    /*background: #1d1d1d;*/
    background: var(--background-l-slider);
}

.ason-nav ul {
    /*background: #1d1d1d;*/
    background: var(--background-l-slider);
}

.ason-nav>li>a:hover {
    /*background: #111111;*/
    background: var(--purple-entel);
}

.ason-nav a {
    color: #CCCCCC;
}

.ason-nav a:hover {
    /*color: #005f9e;*/
    color: #fff;
}

.ason-nav .info {
    background: none;
    color: #eb525d;
}

.ason-nav .new {
    background: none;
    color: #30BB74;
}

.ason-nav .soon {
    background: none;
    /*color: #66A6E2;*/
    color: #fff;
}

.ason-nav .open>a {
    /*color: #f47917;*/
    color: var(--color-l-slider-active);
}

.ason-nav .active>a {
    /*color: #f47917;*/
    color: var(--color-l-slider-active);
}

.ason-nav .open>a,
.ason-nav .open>ul {
    /*background: #161616;*/
    background: var(--background-l-slider-active);
}

.ason-nav .level-1 a {
    padding-left: 44px;
}

.ason-nav .level-1 a:hover {
    background: var(--purple-entel);
}

.ason-nav .level-1 .divider {
    /*border-top: 1px solid #111111;*/
    border-top: 1px solid var(--background-l-slider-active);
}

.ason-nav .level-1 .open>a,
.ason-nav .level-1 .open>ul {
    /*background: #111111;*/
    background: var(--background-l-slider-active);
}

.ason-nav .level-2 a {
    padding-left: 64px;
}

.ason-nav .level-2 .divider {
    border-top: 1px solid #090909;
}

.ason-nav .level-2 .open>a,
.ason-nav .level-2 .open>ul {
    background: #090909;
}

.ason-nav .level-3 a {
    padding-left: 84px;
}

.ason-nav .level-3 .divider {
    border-top: 1px solid #040404;
}

.ason-nav .level-3 .open>a,
.ason-nav .level-3 .open>ul {
    background: #040404;
}

.ason-nav .level-4 a {
    padding-left: 104px;
}


/*
	Compact Nav State
	------------------------------------- */

.l-sidebar-compact-left .ason-nav .level-1 a,
.l-sidebar-compact-right .ason-nav .level-1 a {
    padding-left: 20px;
}

.l-sidebar-compact-left .ason-nav .level-2 a,
.l-sidebar-compact-right .ason-nav .level-2 a {
    padding-left: 40px;
}

.l-sidebar-compact-left .ason-nav .level-3 a,
.l-sidebar-compact-right .ason-nav .level-3 a {
    padding-left: 60px;
}

.l-sidebar-compact-left .ason-nav .level-4 a,
.l-sidebar-compact-right .ason-nav .level-4 a {
    padding-left: 80px;
}


/*
	Collapsed Nav State
	------------------------------------- */

.l-sidebar-collapsed-left .ason-nav .level-1,
.l-sidebar-collapsed-right .ason-nav .level-1 {
    border-top: 1px solid #040404;
}

.l-sidebar-collapsed-left .ason-nav .level-1 a,
.l-sidebar-collapsed-right .ason-nav .level-1 a {
    padding-left: 20px;
}

.l-sidebar-collapsed-left .ason-nav .level-2 a,
.l-sidebar-collapsed-right .ason-nav .level-2 a {
    padding-left: 35px;
}

.l-sidebar-collapsed-left .ason-nav .level-3 a,
.l-sidebar-collapsed-right .ason-nav .level-3 a {
    padding-left: 50px;
}

.l-sidebar-collapsed-left .ason-nav .level-4 a,
.l-sidebar-collapsed-right .ason-nav .level-4 a {
    padding-left: 65px;
}


/*
    Bootstrap Navigation
    ========================================================================== */

.navbar-ason {
    background-color: #FFF;
    border: none;
}

.navbar-ason .navbar-brand {
    color: #535353;
}

.navbar-ason .navbar-brand:hover,
.navbar-ason .navbar-brand:focus {
    color: #464646;
    background-color: transparent;
}

.navbar-ason .navbar-text {
    color: #535353;
}

.navbar-ason .navbar-nav>li:first-child {
    border-top: none;
}

.navbar-ason .navbar-nav>li>a {
    color: #535353;
}

.navbar-ason .navbar-nav>li>a:hover,
.navbar-ason .navbar-nav>li>a:focus {
    color: #464646;
    background-color: transparent;
}

.navbar-ason .navbar-nav>.active>a,
.navbar-ason .navbar-nav>.active>a:hover,
.navbar-ason .navbar-nav>.active>a:focus {
    color: #161616;
    background-color: #F8F8F8;
}

.navbar-ason .navbar-nav>.disabled>a,
.navbar-ason .navbar-nav>.disabled>a:hover,
.navbar-ason .navbar-nav>.disabled>a:focus {
    color: #FDFDFD;
    background-color: transparent;
}

.navbar-ason .navbar-nav .open>a {
    background: #F8F8F8;
    border-color: #EDEDED;
}

.navbar-ason .navbar-nav .open>a:hover,
.navbar-ason .navbar-nav .open>a:focus {
    background: #F8F8F8;
    border-color: #EDEDED;
}

.navbar-ason .navbar-toggle {
    border-color: #D7D7D7;
}

.navbar-ason .navbar-toggle:hover,
.navbar-ason .navbar-toggle:focus {
    background-color: #F4F4F4;
}

.navbar-ason .navbar-toggle .icon-bar {
    background-color: #535353;
}

.navbar-ason .navbar-collapse,
.navbar-ason .navbar-form {
    border-color: #EDEDED;
}

.navbar-ason .navbar-nav>.open>a,
.navbar-ason .navbar-nav>.open>a:hover,
.navbar-ason .navbar-nav>.open>a:focus {
    background-color: #F8F8F8;
    color: #161616;
}

.navbar-ason .navbar-link {
    color: #535353;
}

.navbar-ason .navbar-link:hover {
    color: #464646;
}

.navbar-ason .btn-link {
    color: #535353;
}

.navbar-ason .btn-link:hover,
.navbar-ason .btn-link:focus {
    color: #464646;
}

.navbar-ason .btn-link[disabled]:hover,
.navbar-ason .btn-link[disabled]:focus,
fieldset[disabled] .navbar-ason .btn-link:hover,
fieldset[disabled] .navbar-ason .btn-link:focus {
    color: #FDFDFD;
}

@media (max-width: 767px) {
    .navbar-ason .navbar-nav>li {
        border-bottom: 1px solid #EDEDED;
    }
    .navbar-ason .navbar-nav .open .dropdown-menu>li>a {
        color: #535353;
    }
    .navbar-ason .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-ason .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #464646;
        background-color: transparent;
    }
    .navbar-ason .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-ason .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-ason .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #161616;
        background-color: #F8F8F8;
    }
    .navbar-ason .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-ason .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-ason .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #FDFDFD;
        background-color: transparent;
    }
}


/*  ==========================================================================
    Modules
    ========================================================================== */


/*
    Form - Elements
    ========================================================================== */


/*
    Basic Elements
    ------------------------------------- */

input,
textarea,
select,
.form-control {
    background: #FFF;
    border-color: #E2E2E2;
}

input:hover,
textarea:hover,
select:hover,
.form-control:hover {
    background: #FAFAFA;
    border-color: #E2E2E2;
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
    background: #F8F8F8;
    border-color: #D7D7D7;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}

input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly],
select[disabled],
select[readonly],
.form-control[disabled],
.form-control[readonly] {
    background: #F4F4F4;
    border-color: #CCCCCC;
}


/*
    Textarea with counters
    ------------------------------------- */

.originalTextareaInfo {
    color: #000000;
}

.warningTextareaInfo {
    color: #FF0000;
}


/*
    Control States
    ------------------------------------- */

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #2ba767;
}

.has-success .form-control {
    border-color: #2ba767;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #26925b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035), 0 0 3px #61d69a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035), 0 0 3px #61d69a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035), 0 0 3px #61d69a;
}

.has-success .input-group-addon {
    color: #2ba767;
    border-color: #2ba767;
    background-color: #2ba767;
}

.has-success .form-control-feedback {
    color: #2ba767;
}

.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
    color: #32b8e4;
}

.has-info .form-control {
    border-color: #32b8e4;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-info .form-control:focus {
    border-color: #1db0e0;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035), 0 0 3px #8dd7f0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035), 0 0 3px #8dd7f0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035), 0 0 3px #8dd7f0;
}

.has-info .input-group-addon {
    color: #32b8e4;
    border-color: #32b8e4;
    background-color: #32b8e4;
}

.has-info .form-control-feedback {
    color: #32b8e4;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #f09d18;
}

.has-warning .form-control {
    border-color: #f09d18;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #e18f0e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035), 0 0 3px #f7c678;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035), 0 0 3px #f7c678;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035), 0 0 3px #f7c678;
}

.has-warning .input-group-addon {
    color: #f09d18;
    border-color: #f09d18;
    background-color: #f09d18;
}

.has-warning .form-control-feedback {
    color: #f09d18;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #e83b48;
}

.has-error .form-control {
    border-color: #e83b48;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #e62432;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035), 0 0 3px #f3979d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035), 0 0 3px #f3979d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035), 0 0 3px #f3979d;
}

.has-error .input-group-addon {
    color: #e83b48;
    border-color: #e83b48;
    background-color: #e83b48;
}

.has-error .form-control-feedback {
    color: #e83b48;
}

.has-dark .help-block,
.has-dark .control-label,
.has-dark .radio,
.has-dark .checkbox,
.has-dark .radio-inline,
.has-dark .checkbox-inline,
.has-dark.radio label,
.has-dark.checkbox label,
.has-dark.radio-inline label,
.has-dark.checkbox-inline label {
    color: #464646;
}

.has-dark .form-control {
    border-color: #464646;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-dark .form-control:focus {
    border-color: #393939;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035), 0 0 3px #797979;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035), 0 0 3px #797979;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035), 0 0 3px #797979;
}

.has-dark .input-group-addon {
    color: #464646;
    border-color: #464646;
    background-color: #464646;
}

.has-dark .form-control-feedback {
    color: #464646;
}


/*
   	Text input groups
    ------------------------------------- */

.input-group-addon {
    color: #535353;
    background-color: #F8F8F8;
    border: 1px solid #E2E2E2;
}


/*
    Switchery
    ------------------------------------- */

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
}

.switchery>small {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.switchery-default {
    color: #EDEDED;
}

.switchery-primary {
    color: #FFC20A;
}

.switchery-success {
    color: #30BB74;
}

.switchery-info {
    color: #49C0E7;
}

.switchery-warning {
    color: #F2A730;
}

.switchery-danger {
    color: #eb525d;
}

.switchery-dark {
    color: #535353;
}


/*
    On-Off Toggle Switch
    ------------------------------------- */

.onoffDefault .onoffswitch-label {
    border: 1px solid #BBBBBB;
}

.onoffDefault .onoffswitch-inner:before,
.onoffDefault .onoffswitch-inner:after {
    color: white;
}

.onoffDefault .onoffswitch-inner:before {
    content: "YES";
    color: #FFFFFF;
    background-color: #AAAAAA;
}

.onoffDefault .onoffswitch-inner:after {
    content: "NO";
    color: #999999;
    background-color: #EEEEEE;
}

.onoffDefault .onoffswitch-switch {
    background: white;
    border: 1px solid #BBBBBB;
}

.onoffiOS .onoffswitch-label {
    border: 1px solid #BBBBBB;
}

.onoffiOS .onoffswitch-inner:before,
.onoffiOS .onoffswitch-inner:after {
    color: white;
}

.onoffiOS .onoffswitch-inner:before {
    content: "ON";
    background-color: #AAAAAA;
    color: #FFFFFF;
}

.onoffiOS .onoffswitch-inner:after {
    content: "OFF";
    background-color: #F8F8F8;
    color: #666666;
}

.onoffiOS .onoffswitch-switch {
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
}

.onoffWindows .onoffswitch-label {
    border: 1px solid #BBBBBB;
}

.onoffWindows .onoffswitch-inner:before,
.onoffWindows .onoffswitch-inner:after {
    color: white;
}

.onoffWindows .onoffswitch-inner:before {
    background-color: #AAAAAA;
    color: #FFFFFF;
}

.onoffWindows .onoffswitch-inner:after {
    background-color: #CCCCCC;
    color: #333333;
}

.onoffWindows .onoffswitch-switch {
    background: #000000;
}

.onoffPrimary .onoffswitch-inner:before {
    background-color: #FFC20A;
}

.onoffSuccess .onoffswitch-inner:before {
    background-color: #30BB74;
}

.onoffInfo .onoffswitch-inner:before {
    background-color: #49C0E7;
}

.onoffWarning .onoffswitch-inner:before {
    background-color: #F2A730;
}

.onoffDanger .onoffswitch-inner:before {
    background-color: #eb525d;
}

.onoffDark .onoffswitch-inner:before {
    background-color: #535353;
}


/*
    FancySelect
    ------------------------------------- */

div.fancy-select {
    color: #535353;
}

div.fancy-select select:focus+div.trigger.open {
    box-shadow: none;
}

div.fancy-select div.trigger {
    background: #FAFAFA;
    border: 1px solid #D7D7D7;
    color: #535353;
}

div.fancy-select div.trigger:after {
    border: 5px solid transparent;
    border-top-color: #535353;
}

div.fancy-select div.trigger.open {
    background: #535353;
    border: 1px solid #464646;
    color: #FFF;
    box-shadow: none;
}

div.fancy-select div.trigger.open:after {
    border-top-color: #FFF;
}

div.fancy-select ul.options {
    background: #535353;
}

div.fancy-select ul.options li {
    color: #FFF;
}

div.fancy-select ul.options li.selected {
    background: #464646;
    color: #FFC20A;
}

div.fancy-select ul.options li.hover {
    color: #FFC20A;
}


/*
    Checkradios
    ------------------------------------- */

.checkradios-checkbox,
.checkradios-radio {
    border: 1px solid #E2E2E2;
    color: #afafaf;
    /*Focus*/
}

.checkradios-checkbox.focus,
.checkradios-radio.focus {
    border: 1px solid #afafaf;
}

.checkradios-primary-1,
.checkradios-success-1,
.checkradios-info-1,
.checkradios-warning-1,
.checkradios-danger-1,
.checkradios-dark-1,
.checkradios-disabled-1,
.checkradios-primary-2,
.checkradios-success-2,
.checkradios-info-2,
.checkradios-warning-2,
.checkradios-danger-2,
.checkradios-dark-2,
.checkradios-disabled-2 {
    color: #FFF;
}

.checkradios-primary-1 {
    color: #FFC20A;
    border: 1px solid #d6a100;
}

.checkradios-primary-1.focus {
    border: 1px solid #a37a00;
}

.checkradios-success-1 {
    color: #30BB74;
    border: 1px solid #26925b;
}

.checkradios-success-1.focus {
    border: 1px solid #1b6a42;
}

.checkradios-info-1 {
    color: #49C0E7;
    border: 1px solid #1db0e0;
}

.checkradios-info-1.focus {
    border: 1px solid #188cb2;
}

.checkradios-warning-1 {
    color: #F2A730;
    border: 1px solid #e18f0e;
}

.checkradios-warning-1.focus {
    border: 1px solid #b1710b;
}

.checkradios-danger-1 {
    color: #eb525d;
    border: 1px solid #e62432;
}

.checkradios-danger-1.focus {
    border: 1px solid #c11623;
}

.checkradios-dark-1 {
    color: #535353;
    border: 1px solid #393939;
}

.checkradios-dark-1.focus {
    border: 1px solid #202020;
}

.checkradios-disabled-1 {
    color: #D7D7D7;
    border: 1px solid #bebebe;
    cursor: default;
}

.checkradios-disabled-1.focus {
    border: 1px solid #bebebe;
}

.checkradios-disabled-1:before {
    content: "";
}

.checkradios-primary-2 {
    background-color: #FFC20A;
    border: 1px solid #d6a100;
}

.checkradios-primary-2.focus {
    border: 1px solid #a37a00;
}

.checkradios-success-2 {
    background-color: #30BB74;
    border: 1px solid #26925b;
}

.checkradios-success-2.focus {
    border: 1px solid #1b6a42;
}

.checkradios-info-2 {
    background-color: #49C0E7;
    border: 1px solid #1db0e0;
}

.checkradios-info-2.focus {
    border: 1px solid #188cb2;
}

.checkradios-warning-2 {
    background-color: #F2A730;
    border: 1px solid #e18f0e;
}

.checkradios-warning-2.focus {
    border: 1px solid #b1710b;
}

.checkradios-danger-2 {
    background-color: #eb525d;
    border: 1px solid #e62432;
}

.checkradios-danger-2.focus {
    border: 1px solid #c11623;
}

.checkradios-dark-2 {
    background-color: #535353;
    border: 1px solid #393939;
}

.checkradios-dark-2.focus {
    border: 1px solid #202020;
}

.checkradios-disabled-2 {
    background-color: #D7D7D7;
    border: 1px solid #bebebe;
    cursor: default;
}

.checkradios-disabled-2.focus {
    border: 1px solid #bebebe;
}

.checkradios-disabled-2:before {
    content: "";
}


/*
    CheckBo
    ------------------------------------- */

.cb-checkbox.disabled {
    color: #D7D7D7;
}

.cb-checkbox.disabled .cb-inner {
    color: #D7D7D7;
}

.cb-checkbox.disabled:hover .cb-inner {
    border-color: #D7D7D7;
}

.cb-checkbox.disabled.checked .cb-inner {
    background-color: #D7D7D7;
    border-color: #D7D7D7;
}

.cb-radio.disabled {
    color: #D7D7D7;
}

.cb-radio.disabled .cb-inner {
    border-color: #D7D7D7;
}

.cb-radio.disabled i {
    background-color: transparent;
}

.cb-radio.disabled.checked .cb-inner {
    border-color: #D7D7D7;
}

.cb-radio.disabled.checked .cb-inner i {
    background-color: #D7D7D7;
}

.cb-radio.disabled:hover .cb-inner {
    border-color: #D7D7D7;
}

.cb-checkbox .cb-inner,
.cb-radio .cb-inner {
    border: 1px solid #E2E2E2;
}

.cb-checkbox:hover .cb-inner,
.cb-radio:hover .cb-inner {
    border-color: #a2a2a2;
}

.cb-checkbox i:before,
.cb-checkbox i:after {
    background-color: #afafaf;
}

.cb-checkbox.checked .cb-inner {
    border-color: #E2E2E2;
    background-color: #FFF;
}

.cb-radio.checked .cb-inner {
    background: #FFF;
}

.cb-radio.checked i {
    background-color: #969696;
}

.cb-checkbox-primary-1 .cb-inner,
.cb-radio-primary-1 .cb-inner {
    border: 1px solid #d6a100;
}

.cb-checkbox-primary-1:hover .cb-inner,
.cb-radio-primary-1:hover .cb-inner {
    border-color: #a37a00;
}

.cb-checkbox-primary-1 i:before,
.cb-checkbox-primary-1 i:after {
    background-color: #FFC20A;
}

.cb-checkbox-primary-1.checked .cb-inner {
    border-color: #d6a100;
    background-color: #FFF;
}

.cb-radio-primary-1.checked .cb-inner {
    background: #FFF;
}

.cb-radio-primary-1.checked i {
    background-color: #FFC20A;
}

.cb-checkbox-success-1 .cb-inner,
.cb-radio-success-1 .cb-inner {
    border: 1px solid #26925b;
}

.cb-checkbox-success-1:hover .cb-inner,
.cb-radio-success-1:hover .cb-inner {
    border-color: #1b6a42;
}

.cb-checkbox-success-1 i:before,
.cb-checkbox-success-1 i:after {
    background-color: #30BB74;
}

.cb-checkbox-success-1.checked .cb-inner {
    border-color: #26925b;
    background-color: #FFF;
}

.cb-radio-success-1.checked .cb-inner {
    background: #FFF;
}

.cb-radio-success-1.checked i {
    background-color: #30BB74;
}

.cb-checkbox-info-1 .cb-inner,
.cb-radio-info-1 .cb-inner {
    border: 1px solid #1db0e0;
}

.cb-checkbox-info-1:hover .cb-inner,
.cb-radio-info-1:hover .cb-inner {
    border-color: #188cb2;
}

.cb-checkbox-info-1 i:before,
.cb-checkbox-info-1 i:after {
    background-color: #49C0E7;
}

.cb-checkbox-info-1.checked .cb-inner {
    border-color: #1db0e0;
    background-color: #FFF;
}

.cb-radio-info-1.checked .cb-inner {
    background: #FFF;
}

.cb-radio-info-1.checked i {
    background-color: #49C0E7;
}

.cb-checkbox-warning-1 .cb-inner,
.cb-radio-warning-1 .cb-inner {
    border: 1px solid #e18f0e;
}

.cb-checkbox-warning-1:hover .cb-inner,
.cb-radio-warning-1:hover .cb-inner {
    border-color: #b1710b;
}

.cb-checkbox-warning-1 i:before,
.cb-checkbox-warning-1 i:after {
    background-color: #F2A730;
}

.cb-checkbox-warning-1.checked .cb-inner {
    border-color: #e18f0e;
    background-color: #FFF;
}

.cb-radio-warning-1.checked .cb-inner {
    background: #FFF;
}

.cb-radio-warning-1.checked i {
    background-color: #F2A730;
}

.cb-checkbox-danger-1 .cb-inner,
.cb-radio-danger-1 .cb-inner {
    border: 1px solid #e62432;
}

.cb-checkbox-danger-1:hover .cb-inner,
.cb-radio-danger-1:hover .cb-inner {
    border-color: #c11623;
}

.cb-checkbox-danger-1 i:before,
.cb-checkbox-danger-1 i:after {
    background-color: #eb525d;
}

.cb-checkbox-danger-1.checked .cb-inner {
    border-color: #e62432;
    background-color: #FFF;
}

.cb-radio-danger-1.checked .cb-inner {
    background: #FFF;
}

.cb-radio-danger-1.checked i {
    background-color: #eb525d;
}

.cb-checkbox-dark-1 .cb-inner,
.cb-radio-dark-1 .cb-inner {
    border: 1px solid #393939;
}

.cb-checkbox-dark-1:hover .cb-inner,
.cb-radio-dark-1:hover .cb-inner {
    border-color: #202020;
}

.cb-checkbox-dark-1 i:before,
.cb-checkbox-dark-1 i:after {
    background-color: #535353;
}

.cb-checkbox-dark-1.checked .cb-inner {
    border-color: #393939;
    background-color: #FFF;
}

.cb-radio-dark-1.checked .cb-inner {
    background: #FFF;
}

.cb-radio-dark-1.checked i {
    background-color: #535353;
}

.cb-checkbox-primary-2 .cb-inner,
.cb-radio-primary-2 .cb-inner {
    border: 1px solid #d6a100;
}

.cb-checkbox-primary-2:hover .cb-inner,
.cb-radio-primary-2:hover .cb-inner {
    border-color: #a37a00;
}

.cb-checkbox-primary-2 i:before,
.cb-checkbox-primary-2 i:after {
    background-color: #FFF;
}

.cb-checkbox-primary-2.checked .cb-inner {
    border-color: #d6a100;
    background-color: #FFC20A;
}

.cb-radio-primary-2.checked .cb-inner {
    background: #FFC20A;
}

.cb-radio-primary-2.checked i {
    background-color: #FFF;
}

.cb-checkbox-success-2 .cb-inner,
.cb-radio-success-2 .cb-inner {
    border: 1px solid #26925b;
}

.cb-checkbox-success-2:hover .cb-inner,
.cb-radio-success-2:hover .cb-inner {
    border-color: #1b6a42;
}

.cb-checkbox-success-2 i:before,
.cb-checkbox-success-2 i:after {
    background-color: #FFF;
}

.cb-checkbox-success-2.checked .cb-inner {
    border-color: #26925b;
    background-color: #30BB74;
}

.cb-radio-success-2.checked .cb-inner {
    background: #30BB74;
}

.cb-radio-success-2.checked i {
    background-color: #FFF;
}

.cb-checkbox-info-2 .cb-inner,
.cb-radio-info-2 .cb-inner {
    border: 1px solid #1db0e0;
}

.cb-checkbox-info-2:hover .cb-inner,
.cb-radio-info-2:hover .cb-inner {
    border-color: #188cb2;
}

.cb-checkbox-info-2 i:before,
.cb-checkbox-info-2 i:after {
    background-color: #FFF;
}

.cb-checkbox-info-2.checked .cb-inner {
    border-color: #1db0e0;
    background-color: #49C0E7;
}

.cb-radio-info-2.checked .cb-inner {
    background: #49C0E7;
}

.cb-radio-info-2.checked i {
    background-color: #FFF;
}

.cb-checkbox-warning-2 .cb-inner,
.cb-radio-warning-2 .cb-inner {
    border: 1px solid #e18f0e;
}

.cb-checkbox-warning-2:hover .cb-inner,
.cb-radio-warning-2:hover .cb-inner {
    border-color: #b1710b;
}

.cb-checkbox-warning-2 i:before,
.cb-checkbox-warning-2 i:after {
    background-color: #FFF;
}

.cb-checkbox-warning-2.checked .cb-inner {
    border-color: #e18f0e;
    background-color: #F2A730;
}

.cb-radio-warning-2.checked .cb-inner {
    background: #F2A730;
}

.cb-radio-warning-2.checked i {
    background-color: #FFF;
}

.cb-checkbox-danger-2 .cb-inner,
.cb-radio-danger-2 .cb-inner {
    border: 1px solid #e62432;
}

.cb-checkbox-danger-2:hover .cb-inner,
.cb-radio-danger-2:hover .cb-inner {
    border-color: #c11623;
}

.cb-checkbox-danger-2 i:before,
.cb-checkbox-danger-2 i:after {
    background-color: #FFF;
}

.cb-checkbox-danger-2.checked .cb-inner {
    border-color: #e62432;
    background-color: #eb525d;
}

.cb-radio-danger-2.checked .cb-inner {
    background: #eb525d;
}

.cb-radio-danger-2.checked i {
    background-color: #FFF;
}

.cb-checkbox-dark-2 .cb-inner,
.cb-radio-dark-2 .cb-inner {
    border: 1px solid #393939;
}

.cb-checkbox-dark-2:hover .cb-inner,
.cb-radio-dark-2:hover .cb-inner {
    border-color: #202020;
}

.cb-checkbox-dark-2 i:before,
.cb-checkbox-dark-2 i:after {
    background-color: #FFF;
}

.cb-checkbox-dark-2.checked .cb-inner {
    border-color: #393939;
    background-color: #535353;
}

.cb-radio-dark-2.checked .cb-inner {
    background: #535353;
}

.cb-radio-dark-2.checked i {
    background-color: #FFF;
}

.cb-switcher {
    border: 1px solid #eee;
    background-color: #fff;
}

.cb-switcher:before {
    background-color: #eee;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.cb-switcher.checked {
    background-color: #E2E2E2;
}

.cb-switcher.checked .cb-state {
    color: #E2E2E2;
}

.cb-switcher.checked:before {
    color: #E2E2E2;
    background-color: #fff;
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}

.cb-switcher.checked .inner-switcher:before {
    border-top-color: #E2E2E2;
}

.cb-switcher.checked .inner-switcher:after {
    border-bottom-color: #E2E2E2;
}

.cb-switcher .inner-switcher:before {
    border-top: 17px solid #fff;
}

.cb-switcher .inner-switcher:after {
    border-bottom: 17px solid #fff;
}

.cb-state {
    color: #ccc;
}


/*
    Form - Upload
    ========================================================================== */


/*
    Bootstrap File Upload
    ------------------------------------- */

.btn-file input[type=file] {
    background: white;
}


/*
    Form - Validation
    ========================================================================== */


/*
    Parsley Validation
    ------------------------------------- */

.parsley-success,
.parsley-success,
.parsley-success {
    color: #2ba767;
    background-color: #c7f0db;
    border: 1px solid #9ee6c1;
}

.parsley-error,
.parsley-error,
.parsley-error {
    color: #eb525d;
    background-color: #fdf2f3;
    border: 1px solid #fbdbdd;
}


/*
    Validate Validation
    ------------------------------------- */

.validate input.error {
    border: 1px solid #fbdbdd;
    background: #fdf2f3;
}

.validate label.error {
    color: #eb525d;
}


/*
    Form - Wizard
    ========================================================================== */


/*
    Steps
    ------------------------------------- */


/*
	Wizard
*/

.wizard>.steps .disabled a {
    background: #F4F4F4;
    color: #AAAAAA;
}

.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    background: #F4F4F4;
    color: #AAAAAA;
}

.wizard>.steps .current a {
    background: #535353;
    color: #FFF;
    cursor: default;
}

.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background: #535353;
    color: #FFF;
}

.wizard>.steps .done a {
    background: #b9b9b9;
    color: #FFF;
}

.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    background: #b9b9b9;
    color: #FFF;
}

.wizard>.steps .error a {
    background: #eb525d;
    color: #FFF;
}

.wizard>.steps .error a:hover,
.wizard>.steps .error a:active {
    background: #eb525d;
    color: #FFF;
}

.wizard>.content {
    background: #F8F8F8;
    border: 1px solid #EDEDED;
}

.wizard>.content>.body>iframe {
    border: 0 none;
}

.wizard>.content>.body input.error,
.wizard>.content>.body textarea.error,
.wizard>.content>.body select.error {
    background: #fdf2f3;
    border: 1px solid #fbdbdd;
    color: #eb525d;
}

.wizard>.content>.body label.error {
    color: #eb525d;
}

.wizard>.actions a {
    background: #535353;
    color: #FFF;
}

.wizard>.actions a:hover,
.wizard>.actions a:active {
    background: #535353;
    color: #FFF;
}

.wizard>.actions .disabled a {
    background: #F4F4F4;
    color: #AAAAAA;
}

.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
    background: #F4F4F4;
    color: #AAAAAA;
}


/*
	Tabcontrol
*/

.tabcontrol>.steps>ul>li:hover {
    background: #edecec;
    border: 1px solid #bbb;
}

.tabcontrol>.steps>ul>li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
}

.tabcontrol>.steps>ul>li>a {
    color: #5f5f5f;
}

.tabcontrol>.content {
    border-top: 1px solid #bbb;
}


/*
    Table - Static
    ========================================================================== */


/*
    Baseline styles
    ------------------------------------- */

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    border-top: 1px solid #EDEDED;
}

.table>thead>tr>th {
    border-bottom: 1px solid #EDEDED;
}

.table>tbody+tbody {
    border-top: 1px solid #EDEDED;
}


/*
    Baseline styles
    ------------------------------------- */

.table-bordered {
    border: 1px solid #EDEDED;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #EDEDED;
}


/*
    Zebra-striping
    ------------------------------------- */

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #FAFAFA;
}


/*
    Hover effect
    ------------------------------------- */

.table-hover>tbody>tr:hover {
    background-color: #FAFAFA;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #FAFAFA;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #ededed;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #c7f0db;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #b2ebce;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #e7f7fc;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #d0eff9;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fef9f0;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #fdeed8;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #fdf2f3;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #fbdbdd;
}


/*
    Responsive tables
    ------------------------------------- */

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 1px solid #EDEDED;
    }
}


/*
    Table - DataTable
    ========================================================================== */


/*
    DataTable
    ------------------------------------- */

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid #EDEDED;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    border-top: 1px solid #EDEDED;
}

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("../img/plugins/datatable/sort_both.png");
}

table.dataTable thead .sorting_asc {
    background-image: url("../img/plugins/datatable/sort_asc.png");
    color: var(--color-l-slider-active);
    border-bottom: 1px solid var(--color-l-slider-active);
}

table.dataTable thead .sorting_desc {
    background-image: url("../img/plugins/datatable/sort_desc.png");
    color: var(--color-l-slider-active);
    border-bottom: 1px solid var(--color-l-slider-active);
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../img/plugins/datatable/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../img/plugins/datatable/sort_desc_disabled.png");
}

table.dataTable tbody tr {
    background-color: #ffffff;
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td {
    border-top: 1px solid #EDEDED;
}

table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #EDEDED;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td {
    border-top: none;
}

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 #EDEDED;
    border-right: 1px solid #EDEDED;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #EDEDED;
}

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;*/
    background-color: #fff;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
    background-color: #abb9d3;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: whitesmoke;
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
    background-color: #a9b7d1;
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3 {
    background-color: #f9f9f9;
}

table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
    background-color: #f9f9f9;
}

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 {
    background-color: #acbad4;
}

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: #acbad4;
}

table.dataTable.display tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1;
}

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: #a6b3cd;
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a7b5ce;
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b6d0;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #f9f9f9;
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fbfbfb;
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fdfdfd;
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad4;
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #adbbd6;
}

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: #ebebeb;
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    background-color: #eeeeee;
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
    background-color: #a1aec7;
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
    background-color: #a2afc8;
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
    background-color: #a4b2cb;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ccc;
}


/*
 * Control feature layout
 */

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #535353 !important;
    border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #ffffff !important;
    border: 1px solid var(--color-l-slider-active);
    background-color: var(--color-l-slider-active);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #535353 !important;
    border: 1px solid var(--color-l-slider-active);
    background-color: #FFF;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: var(--color-l-slider-active) !important;
    /*border: 1px solid #FFC20A;
    background-color: #FFC20A;*/
    text-decoration: underline !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #fff;
}

.dataTables_wrapper .dataTables_processing {
    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)));
    /* Chrome,Safari4+ */
    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%);
    /* Chrome10+,Safari5.1+ */
    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%);
    /* FF3.6+ */
    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%);
    /* IE10+ */
    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%);
    /* Opera 11.10+ */
    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%);
    /* W3C */
}

.dataTables_wrapper .dataTables_filter input {
    /*background: #FFF;
    border: 1px solid #E2E2E2;
    border: 1px solid var(--grey-input-border);*/
    background: #FFF;
    border-radius: 9px;
    color: var(--grey-light-color-input);
    background-image: none;
    border: 1px solid var(--grey-input-border);
    padding: 6px 12px !important;
    height: 40px;
    font-weight: 400;
}

.dataTables_wrapper .dataTables_filter input:hover {
    background: #FAFAFA;
    border-color: var(--grey-input-border);
    /*#E2E2E2;*/
}

.dataTables_wrapper .dataTables_filter input:focus {
    background: #F8F8F8;
    border-color: var(--celeste-info);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #535353;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none;
}


/*
	AutoFill styles
	------------------------------------- */

div.AutoFill_border {
    background-color: #b9b9b9;
    -moz-box-shadow: 0px 2px 2px #535353;
    -webkit-box-shadow: 0px 2px 2px #535353;
    box-shadow: 0px 2px 2px #535353;
}


/*
	ColReorder styles
	------------------------------------- */

table.DTCR_clonedTable {
    background-color: rgba(255, 255, 255, 0.7);
}

div.DTCR_pointer {
    background-color: #FFC20A;
}


/*
	Responsive styles
	------------------------------------- */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    color: #FFF;
    background-color: #1d1d1d;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #f0b400;
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
    color: #FFF;
    background-color: #1d1d1d;
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before,
table.dataTable.dtr-column>tbody>tr.parent th.control:before {
    background-color: #f0b400;
}

table.dataTable>tbody>tr.child ul li {
    border-bottom: 1px solid #EDEDED;
}


/*
    Table - FooTable
    ========================================================================== */


/*
    FooTable
    ------------------------------------- */

.footable.breakpoint>tbody>tr>td.footable-cell-detail {
    background: #D7D7D7;
}

.footable.breakpoint>tbody>tr>td>span.footable-toggle {
    color: #AAAAAA;
}

.footable-odd {
    background-color: #F8F8F8;
}


/*
    Chart - C3
    ========================================================================== */


/*
    C3
    ------------------------------------- */


/*-- Chart --*/

.c3 path,
.c3 line {
    fill: none;
    stroke: #000;
}

.c3-chart-arc path {
    stroke: #fff;
}

.c3-chart-arc text {
    fill: #fff;
}


/*-- Axis --*/


/*-- Grid --*/

.c3-grid line {
    stroke: #aaa;
}

.c3-grid text {
    fill: #aaa;
}


/*-- Text on Chart --*/

.c3-text.c3-empty {
    fill: #808080;
}


/*-- Point --*/

.c3-circle._expanded_ {
    stroke: white;
}

.c3-selected-circle {
    fill: white;
}


/*-- Region --*/

.c3-region {
    fill: steelblue;
}


/*-- Legend --*/

.c3-legend-background {
    fill: white;
    stroke: lightgray;
}


/*-- Tooltip --*/

.c3-tooltip {
    background-color: #fff;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.c3-tooltip th {
    background-color: #333;
    color: #FFF;
}

.c3-tooltip td {
    background-color: #fff;
    border-left: 1px dotted #999;
}

.c3-chart-arcs .c3-chart-arcs-background {
    fill: #e0e0e0;
    stroke: none;
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
    fill: #000;
}

.c3-chart-arcs .c3-chart-arcs-gauge-max,
.c3-chart-arcs .c3-chart-arcs-gauge-min {
    fill: #777;
}

.c3-chart-arc .c3-gauge-value {
    fill: #000;
}

.c3-line-1 {
    color: #30BB74;
}

.c3-line-2 {
    color: #49C0E7;
}

.c3-line-3 {
    color: #eb525d;
}

.c3-area-1 {
    color: #FFC20A;
}

.c3-area-2 {
    color: #eb525d;
}

.c3-spline-1 {
    color: #161616;
}

.c3-spline-2 {
    color: #F2A730;
}

.c3-spline-3 {
    color: #FFC20A;
}

.c3-mixed-1 {
    color: #d0eff9;
}

.c3-mixed-2 {
    color: #49C0E7;
}

.c3-mixed-3 {
    color: #32b8e4;
}

.c3-pie-1 {
    color: #66A6E2;
}

.c3-pie-2 {
    color: #30BB74;
}

.c3-pie-3 {
    color: #49C0E7;
}

.c3-pie-4 {
    color: #F2A730;
}

.c3-pie-5 {
    color: #eb525d;
}

.c3-donut-1 {
    color: #FFC20A;
}

.c3-donut-2 {
    color: #535353;
}

.c3-donut-3 {
    color: #161616;
}

.c3-donut-4 {
    color: #F2A730;
}

.c3-donut-5 {
    color: #AAAAAA;
}


/*
    Chart - Flot
    ========================================================================== */


/*
    Flot
    ------------------------------------- */

.flot-realtime {
    color: #FFC20A;
}

.flot-line-1 {
    color: #30BB74;
}

.flot-line-2 {
    color: #49C0E7;
}

.flot-pie-1 {
    color: #66A6E2;
}

.flot-pie-2 {
    color: #30BB74;
}

.flot-pie-3 {
    color: #49C0E7;
}

.flot-pie-4 {
    color: #F2A730;
}

.flot-pie-5 {
    color: #eb525d;
}

.flot-donut-1 {
    color: #FFC20A;
}

.flot-donut-2 {
    color: #535353;
}

.flot-donut-3 {
    color: #161616;
}

.flot-donut-4 {
    color: #F2A730;
}

.flot-donut-5 {
    color: #AAAAAA;
}

.flot-bars-1 {
    color: rgba(73, 192, 231, 0.9);
}

.flot-bars-2 {
    color: rgba(235, 82, 93, 0.9);
}

.flot-bars-3 {
    color: rgba(48, 187, 116, 0.9);
}

.flot-lines-1 {
    color: rgba(255, 194, 10, 0.9);
}

.flot-lines-2 {
    color: rgba(242, 167, 48, 0.9);
}

.flot-lines-3 {
    color: rgba(83, 83, 83, 0.9);
}


/*
    Chart - Morris
    ========================================================================== */


/*
    Morris
    ------------------------------------- */

.morris-hover.morris-default-style {
    background: rgba(255, 255, 255, 0.8);
    border: solid 1px rgba(230, 230, 230, 0.8);
}

.morris-area-1 {
    color: #49C0E7;
}

.morris-area-2 {
    color: #30BB74;
}

.morris-area-3 {
    color: #BBBBBB;
}

.morris-bar-1 {
    color: #ffe8a3;
}

.morris-bar-2 {
    color: #FFC20A;
}

.morris-bar-3 {
    color: #f0b400;
}

.morris-stacked-1 {
    color: rgba(232, 59, 72, 0.5);
}

.morris-stacked-2 {
    color: rgba(235, 82, 93, 0.5);
}

.morris-stacked-3 {
    color: rgba(251, 219, 221, 0.5);
}

.morris-donut-1 {
    color: #49C0E7;
}

.morris-donut-2 {
    color: #eb525d;
}

.morris-donut-3 {
    color: #30BB74;
}

.morris-donut-4 {
    color: #F2A730;
}

.morris-line-1 {
    color: #FFC20A;
}


/*
    Chart - Rickshaw
    ========================================================================== */


/*
    Rickshaw
    ------------------------------------- */

.rickshaw_graph {
    /* ticks */
}

.rickshaw_graph .detail {
    background: rgba(0, 0, 0, 0.1);
}

.rickshaw_graph .detail .x_label {
    border: 1px solid #e0e0e0;
    background: white;
}

.rickshaw_graph .detail .item {
    background: rgba(0, 0, 0, 0.4);
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.rickshaw_graph .detail .item.active {
    background: rgba(0, 0, 0, 0.8);
}

.rickshaw_graph .detail .item.left:after {
    border-right-color: rgba(0, 0, 0, 0.8);
}

.rickshaw_graph .detail .item.right:after {
    border-left-color: rgba(0, 0, 0, 0.8);
}

.rickshaw_graph .detail .dot {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    background: white;
}

.rickshaw_graph .x_tick {
    border-left: 1px dotted rgba(0, 0, 0, 0.2);
}


/* annotations */

.rickshaw_annotation_timeline {
    border-top: 1px solid #e0e0e0;
}

.rickshaw_annotation_timeline .annotation {
    background-color: rgba(0, 0, 0, 0.25);
}

.rickshaw_graph .annotation_line {
    border-left: 2px solid rgba(0, 0, 0, 0.3);
}

.rickshaw_graph .annotation_range {
    background: rgba(0, 0, 0, 0.1);
}

.rickshaw_annotation_timeline .annotation .content {
    background: white;
    color: black;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}

.rickshaw_annotation_timeline .annotation .content:before {
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
}

.rickshaw_annotation_timeline .annotation.active,
.rickshaw_annotation_timeline .annotation:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.rickshaw_graph .y_ticks .tick line,
.rickshaw_graph .x_ticks_d3 .tick {
    stroke: rgba(0, 0, 0, 0.16);
}

.rickshaw_graph .y_grid .tick,
.rickshaw_graph .x_grid_d3 .tick {
    stroke: rgba(0, 0, 0, 0.2);
}

.rickshaw_graph .x_grid_d3 path {
    fill: none;
    stroke: none;
}

.rickshaw_graph .y_ticks path,
.rickshaw_graph .x_ticks_d3 path {
    fill: none;
    stroke: #808080;
}

.rickshaw_graph .x_tick.glow .title,
.rickshaw_graph .y_ticks.glow text {
    fill: black;
    color: black;
    text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.1), 1px -1px 0 rgba(255, 255, 255, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.1), 0px -1px 0 rgba(255, 255, 255, 0.1), 1px 0px 0 rgba(255, 255, 255, 0.1), -1px 0px 0 rgba(255, 255, 255, 0.1), -1px -1px 0 rgba(255, 255, 255, 0.1);
}

.rickshaw_graph .x_tick.inverse .title,
.rickshaw_graph .y_ticks.inverse text {
    fill: white;
    color: white;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.8), 1px -1px 0 rgba(0, 0, 0, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.8), 0px 1px 0 rgba(0, 0, 0, 0.8), 0px -1px 0 rgba(0, 0, 0, 0.8), 1px 0px 0 rgba(0, 0, 0, 0.8), -1px 0px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8);
}

.rickshaw_legend {
    background: white;
}

.rickshaw_legend .swatch {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.rickshaw_legend li:hover {
    background: rgba(255, 255, 255, 0.08);
}

.rickshaw_legend li:active {
    background: rgba(255, 255, 255, 0.2);
}

.rickshaw-area-1 {
    color: #F2A730;
}

.rickshaw-area-2 {
    color: #535353;
}

.rickshaw-area-3 {
    color: #BBBBBB;
}

.rickshaw-bar-1 {
    color: rgba(22, 22, 22, 0.8);
}

.rickshaw-bar-2 {
    color: rgba(73, 192, 231, 0.8);
}

.rickshaw-bar-3 {
    color: rgba(208, 239, 249, 0.8);
}

.rickshaw-line-1 {
    color: rgba(232, 59, 72, 0.5);
}

.rickshaw-line-2 {
    color: rgba(235, 82, 93, 0.5);
}

.rickshaw-line-3 {
    color: rgba(251, 219, 221, 0.5);
}

.rickshaw-scatter-1 {
    color: #eb525d;
}

.rickshaw-scatter-2 {
    color: #30BB74;
}

.rickshaw-scatter-3 {
    color: #F2A730;
}


/*
    Chart - Other
    ========================================================================== */


/*
    circliful
    ------------------------------------- */

.circle-info,
.circle-info-half {
    color: #999;
}

.other-skill-1 {
    color: #49C0E7;
}

.other-skill-2 {
    color: #eb525d;
}

.other-skill-3 {
    color: #30BB74;
}

.other-skill-4 {
    color: #FFC20A;
}

.other-skill-5 {
    color: #F2A730;
}

.other-spark-bar-1 {
    color: #FFC20A;
}

.other-spark-bar-2 {
    color: #535353;
}

.other-spark-line-1 {
    color: #eb525d;
}

.other-spark-line-2 {
    color: #fbdbdd;
}

.other-spark-line-3 {
    color: #e83b48;
}

.other-spark-bullet-1 {
    color: #eb525d;
}

.other-spark-bullet-2 {
    color: #535353;
}

.other-spark-bullet-3 {
    color: #FFC20A;
}

.other-spark-bullet-4 {
    color: #FFC20A;
}

.other-spark-bullet-5 {
    color: #F2A730;
}

.other-spark-box-1 {
    color: #32b8e4;
}

.other-spark-box-2 {
    color: #d0eff9;
}

.other-spark-box-3 {
    color: #49C0E7;
}

.other-spark-box-4 {
    color: #49C0E7;
}

.other-spark-box-5 {
    color: #32b8e4;
}

.other-spark-pie-1 {
    color: #c7f0db;
}

.other-spark-pie-2 {
    color: #9ee6c1;
}

.other-spark-pie-3 {
    color: #30BB74;
}

.other-spark-pie-4 {
    color: #2ba767;
}


/*
    sparkline
    ------------------------------------- */

.sparklineTooltip .jqsfield {
    color: white;
    border: 1px solid white;
    background: black transparent;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}


/*
    Accordions
    ========================================================================== */


/*
    Bootstrap
    ------------------------------------- */


/*
    Collapse
    ------------------------------------- */

.collapse-container h3 {
    background: #FDFDFD;
    line-height: 1.5;
}

.collapse-container h3 a {
    border: 1px solid #EDEDED;
}

.collapse-container h3:hover {
    background: #FDFDFD;
}

.collapse-container h3.open {
    background: #F8F8F8;
}

.collapse-container .content {
    border: 1px solid #EDEDED;
    border-top: transparent;
}

.animated-collapse h3+div {
    background: #D7D7D7;
}

.animated-collapse h3.open+div {
    background: #EDEDED;
}


/*
    Collapsible
    ------------------------------------- */

.collapsible-cointainer .collapsible,
.collapsible-cointainer .page_collapsible {
    color: #535353;
    background: #FFF;
    border: 1px solid #EDEDED;
}

.collapsible-cointainer .collapse-open {
    background: #F8F8F8;
    color: #535353;
}

.collapsible-cointainer div.content {
    background: #FFF;
    border: 1px solid #EDEDED;
}


/*
    Breadcrumb
    ========================================================================== */


/*
    Bootstrap Beadcrumb
    ------------------------------------- */

.breadcrumb {
    background-color: #FAFAFA;
    border: 1px solid #EDEDED;
}

.breadcrumb>li+li:before {
    color: #535353;
}

.breadcrumb>.active {
    color: #A0A0A0;
}


/*
    jBreadCrumb
    ------------------------------------- */

.breadCrumb {
    color: #535353;
    background: #FAFAFA;
    border: 1px solid #EDEDED;
}

.breadCrumb ul li.first a {
    background: url(../img/plugins/breadcrumb/IconHome.gif) no-repeat 0 0;
}

.t-breadcrumb-page {
    background-color: transparent;
    border: 1px solid transparent;
}

.t-breadcrumb-page a {
    color: #535353;
}

.t-breadcrumb-page a:hover {
    color: #FFC20A;
}

.t-breadcrumb-page .active,
.t-breadcrumb-page>li+li:before {
    color: #A0A0A0;
}


/*
    Button
    ========================================================================== */

.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}

.btn-link {
    color: #66A6E2;
}

.btn-link:focus,
.btn-link.focus,
.btn-link:active,
.btn-link.active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group.open .dropdown-toggle {
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}

.btn-default {
    color: #535353;
    background-color: #FFF;
    border-color: #EDEDED;
}

.btn-default:focus,
.btn-default.focus {
    color: #535353;
    background-color: #f0f0f0;
    border-color: #cecece;
}

.btn-default:hover {
    color: #535353;
    background-color: whitesmoke;
    border-color: #dedede;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #535353;
    background-color: #f0f0f0;
    border-color: #cecece;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #535353;
    background-color: #ebebeb;
    border-color: #c9c9c9;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #FFF;
    border-color: #EDEDED;
}

.btn-default .badge {
    color: #FFF;
    background-color: #535353;
}

.btn-primary {
    color: #535353;
    background-color: #FFC20A;
    border-color: #FFC20A;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #535353;
    background-color: #eab000;
    border-color: #cc9900;
}

.btn-primary:hover {
    color: #535353;
    background-color: #f5b800;
    border-color: #eab000;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #535353;
    background-color: #eab000;
    border-color: #cc9900;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #535353;
    background-color: #e0a800;
    border-color: #c29100;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #FFC20A;
    border-color: #FFC20A;
}

.btn-primary .badge {
    color: #FFC20A;
    background-color: #535353;
}

.btn-success {
    color: #FFF;
    background-color: #30BB74;
    border-color: #30BB74;
}

.btn-success:focus,
.btn-success.focus {
    color: #FFF;
    background-color: #2aa365;
    border-color: #238a56;
}

.btn-success:hover {
    color: #FFF;
    background-color: #2cab6a;
    border-color: #2aa365;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #FFF;
    background-color: #2aa365;
    border-color: #238a56;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #FFF;
    background-color: #289b60;
    border-color: #218251;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #30BB74;
    border-color: #30BB74;
}

.btn-success .badge {
    color: #30BB74;
    background-color: #FFF;
}

.btn-info {
    color: #FFF;
    background-color: #49C0E7;
    border-color: #49C0E7;
}

.btn-info:focus,
.btn-info.focus {
    color: #FFF;
    background-color: #2eb7e3;
    border-color: #1ca9d7;
}

.btn-info:hover {
    color: #FFF;
    background-color: #37bae5;
    border-color: #2eb7e3;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #FFF;
    background-color: #2eb7e3;
    border-color: #1ca9d7;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #FFF;
    background-color: #25b4e2;
    border-color: #1ba1ce;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #49C0E7;
    border-color: #49C0E7;
}

.btn-info .badge {
    color: #49C0E7;
    background-color: #FFF;
}

.btn-warning {
    color: #FFF;
    background-color: #F2A730;
    border-color: #F2A730;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #FFF;
    background-color: #f09b13;
    border-color: #d7890e;
}

.btn-warning:hover {
    color: #FFF;
    background-color: #f19f1d;
    border-color: #f09b13;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #FFF;
    background-color: #f09b13;
    border-color: #d7890e;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #FFF;
    background-color: #ea960f;
    border-color: #ce830d;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #F2A730;
    border-color: #F2A730;
}

.btn-warning .badge {
    color: #F2A730;
    background-color: #FFF;
}

.btn-danger {
    color: #FFF;
    background-color: #eb525d;
    border-color: #eb525d;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #FFF;
    background-color: #e83743;
    border-color: #e51b2a;
}

.btn-danger:hover {
    color: #FFF;
    background-color: #e9404c;
    border-color: #e83743;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #FFF;
    background-color: #e83743;
    border-color: #e51b2a;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #FFF;
    background-color: #e72d3b;
    border-color: #dc1927;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #eb525d;
    border-color: #eb525d;
}

.btn-danger .badge {
    color: #eb525d;
    background-color: #FFF;
}

.btn-dark {
    color: #FFF;
    background-color: var(--color-2-slider-active);
    border-color: var(--color-2-slider-active);
    /*border-radius: 8px !important;
    padding: 9px 16px !important;*/
}

.btn-dark:focus,
.btn-dark.focus {
    color: var(--color-2-slider-active);
    background-color: #fff;
    border-color: var(--color-2-slider-active);
}

.btn-dark:hover {
    color: var(--color-2-slider-active);
    background-color: #fff;
    border-color: var(--color-2-slider-active);
}

.btn-dark:hover i,
.btn-dark:focus i,
.btn-dark.focus i {
    color: var(--color-2-slider-active);
}

.btn-dark:active,
.btn-dark.active,
.open>.btn-dark.dropdown-toggle {
    color: var(--color-2-slider-active);
    background-color: #fff;
    border-color: var(--color-2-slider-active);
}

.btn-dark:active:hover,
.btn-dark:active:focus,
.btn-dark:active.focus,
.btn-dark.active:hover,
.btn-dark.active:focus,
.btn-dark.active.focus,
.open>.btn-dark.dropdown-toggle:hover,
.open>.btn-dark.dropdown-toggle:focus,
.open>.btn-dark.dropdown-toggle.focus {
    color: #FFF;
    background-color: #3f3f3f;
    border-color: #2f2f2f;
}

.btn-dark:active,
.btn-dark.active,
.open>.btn-dark.dropdown-toggle {
    background-image: none;
}

.btn-dark.disabled,
.btn-dark.disabled:hover,
.btn-dark.disabled:focus,
.btn-dark.disabled.focus,
.btn-dark.disabled:active,
.btn-dark.disabled.active,
.btn-dark[disabled],
.btn-dark[disabled]:hover,
.btn-dark[disabled]:focus,
.btn-dark[disabled].focus,
.btn-dark[disabled]:active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark.focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark.active {
    background-color: #535353;
    border-color: #535353;
}

.btn-dark .badge {
    color: #535353;
    background-color: #FFF;
}

.dropdown-menu {
    border: 1px solid #EDEDED;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.dropdown-menu>li>a {
    color: #535353;
}

.dropdown-menu .divider {
    background: #EDEDED;
}

.drop-default {
    color: #535353;
    background-color: #EDEDED;
    border-color: #EDEDED;
}

.drop-default>li>a {
    color: #535353;
}

.drop-default>li>a:hover {
    color: #535353;
    background-color: #e3e3e3;
}

.drop-default .divider {
    background-color: #e3e3e3;
}

.drop-primary {
    color: #535353;
    background-color: #FFC20A;
    border-color: #FFC20A;
}

.drop-primary>li>a {
    color: #535353;
}

.drop-primary>li>a:hover {
    color: #535353;
    background-color: #f5b800;
}

.drop-primary .divider {
    background-color: #f5b800;
}

.drop-success {
    color: #FFF;
    background-color: #30BB74;
    border-color: #30BB74;
}

.drop-success>li>a {
    color: #FFF;
}

.drop-success>li>a:hover {
    color: #FFF;
    background-color: #2cab6a;
}

.drop-success .divider {
    background-color: #2cab6a;
}

.drop-info {
    color: #FFF;
    background-color: #49C0E7;
    border-color: #49C0E7;
}

.drop-info>li>a {
    color: #FFF;
}

.drop-info>li>a:hover {
    color: #FFF;
    background-color: #37bae5;
}

.drop-info .divider {
    background-color: #37bae5;
}

.drop-warning {
    color: #FFF;
    background-color: #F2A730;
    border-color: #F2A730;
}

.drop-warning>li>a {
    color: #FFF;
}

.drop-warning>li>a:hover {
    color: #FFF;
    background-color: #f19f1d;
}

.drop-warning .divider {
    background-color: #f19f1d;
}

.drop-danger {
    color: #FFF;
    background-color: #eb525d;
    border-color: #eb525d;
}

.drop-danger>li>a {
    color: #FFF;
}

.drop-danger>li>a:hover {
    color: #FFF;
    background-color: #e9404c;
}

.drop-danger .divider {
    background-color: #e9404c;
}

.drop-dark {
    color: #FFF;
    background-color: #535353;
    border-color: #535353;
}

.drop-dark>li>a {
    color: #FFF;
}

.drop-dark>li>a:hover {
    color: #FFF;
    background-color: #494949;
}

.drop-dark .divider {
    background-color: #494949;
}


/*
    Bordered Elements
    ------------------------------------- */

.btn-bordered {
    background: #FFF;
    color: #535353;
}

.btn-bordered.btn-primary {
    color: #FFC20A;
}

.btn-bordered.btn-success {
    color: #30BB74;
}

.btn-bordered.btn-info {
    color: #49C0E7;
}

.btn-bordered.btn-warning {
    color: #F2A730;
}

.btn-bordered.btn-danger {
    color: #eb525d;
}

.btn-bordered.btn-dark {
    color: #535353;
}

.btn-bordered.btn-default:hover {
    color: #535353;
}

.btn-bordered:hover {
    color: #FFF;
}


/*
    Effects
    ------------------------------------- */


/* --- Setup - 1 --- */

.btn-e|ff-1.btn-default:hover {
    color: #535353 !important;
}

.btn-eff-1.btn-primary:hover {
    color: #535353 !important;
}

.btn-eff-1:hover {
    color: #FFF !important;
}

.btn-eff:before {
    background: #FFF;
}

.btn-eff:hover {
    color: #535353;
}

.btn-eff:hover.btn-primary {
    color: #FFC20A;
}

.btn-eff:hover.btn-success {
    color: #30BB74;
}

.btn-eff:hover.btn-info {
    color: #49C0E7;
}

.btn-eff:hover.btn-warning {
    color: #F2A730;
}

.btn-eff:hover.btn-danger {
    color: #eb525d;
}


/* --- Setup - 2 --- */


/* - Shadow Basic - */

.btn-shadow.btn-default {
    -moz-box-shadow: 0 6px #505050;
    -webkit-box-shadow: 0 6px #505050;
    box-shadow: 0 6px #505050;
}

.btn-shadow.btn-primary {
    -moz-box-shadow: 0 6px #bd8e00;
    -webkit-box-shadow: 0 6px #bd8e00;
    box-shadow: 0 6px #bd8e00;
    border: none;
}

.btn-shadow.btn-success {
    -moz-box-shadow: 0 6px #207e4e;
    -webkit-box-shadow: 0 6px #207e4e;
    box-shadow: 0 6px #207e4e;
    border: none;
}

.btn-shadow.btn-info {
    -moz-box-shadow: 0 6px #1b9ec9;
    -webkit-box-shadow: 0 6px #1b9ec9;
    box-shadow: 0 6px #1b9ec9;
    border: none;
}

.btn-shadow.btn-warning {
    -moz-box-shadow: 0 6px #c9800d;
    -webkit-box-shadow: 0 6px #c9800d;
    box-shadow: 0 6px #c9800d;
    border: none;
}

.btn-shadow.btn-danger {
    -moz-box-shadow: 0 6px #d81927;
    -webkit-box-shadow: 0 6px #d81927;
    box-shadow: 0 6px #d81927;
    border: none;
}

.btn-shadow.btn-dark {
    -moz-box-shadow: 0 6px #2d2d2d;
    -webkit-box-shadow: 0 6px #2d2d2d;
    box-shadow: 0 6px #2d2d2d;
    border: none;
}


/* - Shadow 1 - */

.btn-sh-1.btn-default:hover {
    -moz-box-shadow: 0 4px #393939;
    -webkit-box-shadow: 0 4px #393939;
    box-shadow: 0 4px #393939;
}

.btn-sh-1.btn-primary:hover {
    -moz-box-shadow: 0 4px #a37a00;
    -webkit-box-shadow: 0 4px #a37a00;
    box-shadow: 0 4px #a37a00;
}

.btn-sh-1.btn-success:hover {
    -moz-box-shadow: 0 4px #1b6a42;
    -webkit-box-shadow: 0 4px #1b6a42;
    box-shadow: 0 4px #1b6a42;
}

.btn-sh-1.btn-info:hover {
    -moz-box-shadow: 0 4px #188cb2;
    -webkit-box-shadow: 0 4px #188cb2;
    box-shadow: 0 4px #188cb2;
}

.btn-sh-1.btn-warning:hover {
    -moz-box-shadow: 0 4px #b1710b;
    -webkit-box-shadow: 0 4px #b1710b;
    box-shadow: 0 4px #b1710b;
}

.btn-sh-1.btn-danger:hover {
    -moz-box-shadow: 0 4px #c11623;
    -webkit-box-shadow: 0 4px #c11623;
    box-shadow: 0 4px #c11623;
}

.btn-sh-1.btn-dark:hover {
    -moz-box-shadow: 0 4px #202020;
    -webkit-box-shadow: 0 4px #202020;
    box-shadow: 0 4px #202020;
}


/* - Shadow 2 - */

.btn-sh-2.btn-default:hover {
    -moz-box-shadow: 0 8px #393939;
    -webkit-box-shadow: 0 8px #393939;
    box-shadow: 0 8px #393939;
}

.btn-sh-2.btn-primary:hover {
    -moz-box-shadow: 0 8px #a37a00;
    -webkit-box-shadow: 0 8px #a37a00;
    box-shadow: 0 8px #a37a00;
}

.btn-sh-2.btn-success:hover {
    -moz-box-shadow: 0 8px #1b6a42;
    -webkit-box-shadow: 0 8px #1b6a42;
    box-shadow: 0 8px #1b6a42;
}

.btn-sh-2.btn-info:hover {
    -moz-box-shadow: 0 8px #188cb2;
    -webkit-box-shadow: 0 8px #188cb2;
    box-shadow: 0 8px #188cb2;
}

.btn-sh-2.btn-warning:hover {
    -moz-box-shadow: 0 8px #b1710b;
    -webkit-box-shadow: 0 8px #b1710b;
    box-shadow: 0 8px #b1710b;
}

.btn-sh-2.btn-danger:hover {
    -moz-box-shadow: 0 8px #c11623;
    -webkit-box-shadow: 0 8px #c11623;
    box-shadow: 0 8px #c11623;
}

.btn-sh-2.btn-dark:hover {
    -moz-box-shadow: 0 8px #202020;
    -webkit-box-shadow: 0 8px #202020;
    box-shadow: 0 8px #202020;
}


/* - Shadow Basic - */

.btn-shadow.btn-default:active {
    -moz-box-shadow: 0 0 #535353;
    -webkit-box-shadow: 0 0 #535353;
    box-shadow: 0 0 #535353;
}

.btn-shadow.btn-primary:active {
    -moz-box-shadow: 0 0 #FFC20A;
    -webkit-box-shadow: 0 0 #FFC20A;
    box-shadow: 0 0 #FFC20A;
}

.btn-shadow.btn-success:active {
    -moz-box-shadow: 0 0 #30BB74;
    -webkit-box-shadow: 0 0 #30BB74;
    box-shadow: 0 0 #30BB74;
}

.btn-shadow.btn-info:active {
    -moz-box-shadow: 0 0 #49C0E7;
    -webkit-box-shadow: 0 0 #49C0E7;
    box-shadow: 0 0 #49C0E7;
}

.btn-shadow.btn-warning:active {
    -moz-box-shadow: 0 0 #F2A730;
    -webkit-box-shadow: 0 0 #F2A730;
    box-shadow: 0 0 #F2A730;
}

.btn-shadow.btn-danger:active {
    -moz-box-shadow: 0 0 #eb525d;
    -webkit-box-shadow: 0 0 #eb525d;
    box-shadow: 0 0 #eb525d;
}

.btn-shadow.btn-dark:active {
    -moz-box-shadow: 0 0 #535353;
    -webkit-box-shadow: 0 0 #535353;
    box-shadow: 0 0 #535353;
}


/* --- Setup - 3 --- */


/* - Borer 1 - */

.btn-bd-1.btn-default {
    border: 2px solid #535353;
}

.btn-bd-1.btn-default:hover {
    color: #535353;
}

.btn-bd-1.btn-primary {
    background: #FFC20A;
    border: 2px solid #FFC20A;
}

.btn-bd-1.btn-primary:hover {
    color: #FFC20A;
}

.btn-bd-1.btn-success {
    background: #30BB74;
    border: 2px solid #30BB74;
}

.btn-bd-1.btn-success:hover {
    color: #30BB74;
}

.btn-bd-1.btn-info {
    background: #49C0E7;
    border: 2px solid #49C0E7;
}

.btn-bd-1.btn-info:hover {
    color: #49C0E7;
}

.btn-bd-1.btn-warning {
    background: #F2A730;
    border: 2px solid #F2A730;
}

.btn-bd-1.btn-warning:hover {
    color: #F2A730;
}

.btn-bd-1.btn-danger {
    background: #eb525d;
    border: 2px solid #eb525d;
}

.btn-bd-1.btn-danger:hover {
    color: #eb525d;
}

.btn-bd-1.btn-dark {
    background: #535353;
    border: 2px solid #535353;
}

.btn-bd-1.btn-dark:hover {
    color: #535353;
}


/* - Borer 2 - */

.btn-bd-2.btn-default {
    border: 2px dashed #535353;
}

.btn-bd-2.btn-default:hover {
    color: #535353;
}

.btn-bd-2.btn-primary {
    background: #FFC20A;
    border: 2px dashed #FFC20A;
}

.btn-bd-2.btn-primary:hover {
    color: #FFC20A;
}

.btn-bd-2.btn-success {
    background: #30BB74;
    border: 2px dashed #30BB74;
}

.btn-bd-2.btn-success:hover {
    color: #30BB74;
}

.btn-bd-2.btn-info {
    background: #49C0E7;
    border: 2px dashed #49C0E7;
}

.btn-bd-2.btn-info:hover {
    color: #49C0E7;
}

.btn-bd-2.btn-warning {
    background: #F2A730;
    border: 2px dashed #F2A730;
}

.btn-bd-2.btn-warning:hover {
    color: #F2A730;
}

.btn-bd-2.btn-danger {
    background: #eb525d;
    border: 2px dashed #eb525d;
}

.btn-bd-2.btn-danger:hover {
    color: #eb525d;
}

.btn-bd-2.btn-dark {
    background: #535353;
    border: 2px dashed #535353;
}

.btn-bd-2.btn-dark:hover {
    color: #535353;
}


/* - Borer 3 - */

.btn-bd-3.btn-default {
    border: 2px dotted #535353;
}

.btn-bd-3.btn-default:hover {
    color: #535353;
}

.btn-bd-3.btn-primary {
    background: #FFC20A;
    border: 2px dotted #FFC20A;
}

.btn-bd-3.btn-primary:hover {
    color: #FFC20A;
}

.btn-bd-3.btn-success {
    background: #30BB74;
    border: 2px dotted #30BB74;
}

.btn-bd-3.btn-success:hover {
    color: #30BB74;
}

.btn-bd-3.btn-info {
    background: #49C0E7;
    border: 2px dotted #49C0E7;
}

.btn-bd-3.btn-info:hover {
    color: #49C0E7;
}

.btn-bd-3.btn-warning {
    background: #F2A730;
    border: 2px dotted #F2A730;
}

.btn-bd-3.btn-warning:hover {
    color: #F2A730;
}

.btn-bd-3.btn-danger {
    background: #eb525d;
    border: 2px dotted #eb525d;
}

.btn-bd-3.btn-danger:hover {
    color: #eb525d;
}

.btn-bd-3.btn-dark {
    background: #535353;
    border: 2px dotted #535353;
}

.btn-bd-3.btn-dark:hover {
    color: #535353;
}


/* - Borer 4 - */

.btn-bd-4.btn-default {
    border: 4px double #535353;
}

.btn-bd-4.btn-default:hover {
    color: #535353;
}

.btn-bd-4.btn-primary {
    background: #FFC20A;
    border: 4px double #FFC20A;
}

.btn-bd-4.btn-primary:hover {
    color: #FFC20A;
}

.btn-bd-4.btn-success {
    background: #30BB74;
    border: 4px double #30BB74;
}

.btn-bd-4.btn-success:hover {
    color: #30BB74;
}

.btn-bd-4.btn-info {
    background: #49C0E7;
    border: 4px double #49C0E7;
}

.btn-bd-4.btn-info:hover {
    color: #49C0E7;
}

.btn-bd-4.btn-warning {
    background: #F2A730;
    border: 4px double #F2A730;
}

.btn-bd-4.btn-warning:hover {
    color: #F2A730;
}

.btn-bd-4.btn-danger {
    background: #eb525d;
    border: 4px double #eb525d;
}

.btn-bd-4.btn-danger:hover {
    color: #eb525d;
}

.btn-bd-4.btn-dark {
    background: #535353;
    border: 4px double #535353;
}

.btn-bd-4.btn-dark:hover {
    color: #535353;
}

tr .btn-dark,
tr .btn {
    border-radius: 1em;
    padding: .5em;
}


/*
    Calendar
    ========================================================================== */


/*
	External Events
	-------------------------------------------------------------------------------------------------- */

.external-remove {
    border-top: 1px solid #EDEDED;
}


/*
    Full Calendar
    --------------------------------------------------------------------------------------------------*/


/*
	Colors
	-------------------------------------------------------------------------------------------------- */

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row {
    border-color: #EDEDED;
}

.fc-unthemed .fc-popover {
    background-color: #FFF;
    border-color: #EDEDED;
}

.fc-unthemed .fc-divider {
    background: #E2E2E2;
}

.fc-unthemed .fc-popover .fc-header {
    background: #F8F8F8;
    border-bottom: 1px solid #EDEDED;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #AAAAAA;
}

.fc-unthemed .fc-today {
    background: #fff5d6;
}

.fc-highlight {
    background: #EDEDED;
}

.fc-bgevent {
    background: #c7f0db;
}

.fc-nonbusiness {
    background: #EDEDED;
}


/*
	Buttons (styled <button> tags, normalized to work cross-browser)
	-------------------------------------------------------------------------------------------------- */

.fc-state-default {
    background-color: #FFF;
    border-color: #EDEDED;
    color: #535353;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    background-color: #F8F8F8;
    color: #535353;
}

.fc-state-down,
.fc-state-active {
    background-color: #F4F4F4;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.04);
}


/*
	Popover
	-------------------------------------------------------------------------------------------------- */

.fc-popover {
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}


/*
	Misc Reusable Components
	-------------------------------------------------------------------------------------------------- */

.fc-head {
    background: #F8F8F8;
}


/*
	Global Event Styles
	-------------------------------------------------------------------------------------------------- */

.fc-event {
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    color: #535353;
}

.fc-event:hover {
    color: #535353;
    background-color: #EDEDED;
}

.ui-widget .fc-event {
    color: #535353;
}

.ev-info {
    color: #49C0E7;
    background-color: #e7f7fc;
    border: 1px solid #e7f7fc;
}

.ev-info:hover {
    color: #49C0E7;
    background-color: #d0eff9;
}

.ev-warning {
    color: #F2A730;
    background-color: #fef9f0;
    border: 1px solid #fef9f0;
}

.ev-warning:hover {
    color: #F2A730;
    background-color: #fbe4c0;
}

.ev-danger {
    color: #eb525d;
    background-color: #fdf2f3;
    border: 1px solid #fdf2f3;
}

.ev-danger:hover {
    color: #eb525d;
    background-color: #fbdbdd;
}

.ev-success {
    color: #30BB74;
    background-color: #c7f0db;
    border: 1px solid #c7f0db;
}

.ev-success:hover {
    color: #30BB74;
    background-color: #9ee6c1;
}

.ev-dark {
    color: #464646;
    background-color: #AAAAAA;
    border: 1px solid #AAAAAA;
}

.ev-dark:hover {
    color: #464646;
    background-color: #A0A0A0;
}


/*
	Event Limiting
	-------------------------------------------------------------------------------------------------- */

a.fc-more:hover {
    color: #161616;
}


/*
    Colorpicker
    ========================================================================== */


/*
    Colorpicker - Bootstrap
    ------------------------------------- */

.colorpicker-saturation {
    background-image: url("../img/plugins/colorpicker/bootstrap-colorpicker/saturation.png");
}

.colorpicker-saturation i {
    border: 1px solid #000;
}

.colorpicker-saturation i b {
    border: 1px solid #fff;
}

.colorpicker-hue i,
.colorpicker-alpha i {
    background: #000;
    border-top: 1px solid #fff;
}

.colorpicker-hue {
    background-image: url("../img/plugins/colorpicker/bootstrap-colorpicker/hue.png");
}

.colorpicker-alpha {
    background-image: url("../img/plugins/colorpicker/bootstrap-colorpicker/alpha.png");
}

.colorpicker {
    background: #FFF;
    border: 1px solid #EDEDED;
}

.colorpicker:before {
    border-right: 7px solid transparent;
    border-bottom: 7px solid #EDEDED;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.colorpicker:after {
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    border-left: 6px solid transparent;
}

.colorpicker-color {
    background-image: url("../img/plugins/colorpicker/bootstrap-colorpicker/alpha.png");
}

.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
    background: #ffffff;
    border: none;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue {
    background-image: url("../img/plugins/colorpicker/bootstrap-colorpicker/hue-horizontal.png");
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    background-image: url("../img/plugins/colorpicker/bootstrap-colorpicker/alpha-horizontal.png");
}


/*
    Colorpicker Slider - Bootstrap
    ------------------------------------- */

.cp-container .cp-transparency,
.cp-container .cp-swatches .cp-swatch {
    background: url(data:image/gif;base64,R0lGODlhBgAGAIABAMPDw////yH5BAEKAAEALAAAAAAGAAYAAAIKhIMGGMrs0pGgAAA7) repeat;
}

.cp-container .cp-slider,
.cp-container .cp-preview {
    border: 1px solid #dadada;
}

.cp-container .cp-hsvpanel .cp-hsvpanel-sv,
.cp-container .cp-hsvpanel .cp-hsvpanel-h,
.cp-container .cp-hsvpanel .cp-hsvpanel-a {
    border: 1px solid #dadada;
}

.cp-container .cp-hsvpanel .cp-hsvpanel-h {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmYwMDAwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmMDAiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjE2Njk5OTk5OTk5OTk5OTk4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwZmYwMCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMzMyOTk5OTk5OTk5OTk5OTYiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDBmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC41Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwMDBmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNjY3Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmMDBmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuODMzIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, red), color-stop(0.167, yellow), color-stop(0.333, lime), color-stop(0.5, cyan), color-stop(0.667, blue), color-stop(0.833, magenta), color-stop(1, red));
    background-image: -webkit-linear-gradient(top, red 0%, yellow 16.7%, lime 33.3%, cyan 50%, blue 66.7%, magenta 83.3%, red 100%);
    background-image: linear-gradient(to bottom, #ff0000 0%, #ffff00 16.7%, #00ff00 33.3%, #00ffff 50%, #0000ff 66.7%, #ff00ff 83.3%, #ff0000 100%);
}

.cp-container .cp-hsvpanel .cp-hsvpanel-sv span {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==), url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, black), color-stop(1, transparent)), -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, white), color-stop(1, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, black 0%, transparent 100%), -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.cp-container .cp-marker {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAMAAABVLlSxAAAAtFBMVEUAAAB1dXVsbGxwcHBqampoaGj+/v7r6+vw8PBmZmb6+vp/f39kZGTh4eGxsbHT09NlZWXX19dgYGBfX1/W1tb7+/vx8fHZ2dna2tqBgYFnZ2fg4ODe3t7j4+Pi4uL39/eampro6Ojl5eXy8vLt7e3p6emgoKCmpqatra1ra2v19fXm5ubz8/Pv7+9hYWFjY2N5eXlvb29zc3Ps7Ozd3d2ysrKCgoKDg4P9/f2zs7P4+Pj///83Bdu/AAAAAXRSTlMAQObYZgAAAGlJREFUeNo9ylcbgWAAhuG3ZZQoEkkhDe099P3//9Xg6j56Dh6cjkm623IsnTNIDsqlEsN1HBVI5evdDMtN0FOQKt14lWrArzLcnpZjvx9nshcA342jviO1hlHuTdlgVnzIt8VfNubiNwzmhAsoIAkssgAAAABJRU5ErkJggg==);
}

.cp-container .cp-hsvmarker-vertical {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALCAMAAABxsOwqAAAAbFBMVEUAAACysrLz8/NjY2Pw8PBmZmbe3t7////4+PiBgYHs7Oxra2t0dHSDg4Ozs7P9/f3p6enj4+Pa2trh4eFhYWFfX1/X19d5eXlvb2/7+/vm5ub19fXt7e2tra2mpqagoKCamprl5eXT09NwcHAw/sWYAAAAAXRSTlMAQObYZgAAAFtJREFUCNclzNsWQCAURdFDF1RIpZI7//+P6thP82GPBTjGiJtR8uL+Qcbztsa7LHVQPXFDAMLe1pu2nEA3NGNbi2QZQF9MRWKQXTXLSoUshQ6dic73CL+DUu8HF6YEcUMoNOYAAAAASUVORK5CYII=);
}

.cp-container .cp-marker-point {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAALVBMVEX///8AAADX19d7e3t4eHhDQ0NnZ2dzc3NLS0tbW1tTU1POzs7AwMC0tLSoqKgWXydUAAAAAnRSTlN1ACTbQIsAAAA/SURBVAjXYxAUDBcUZBCUeOQIJNcyqAgySB4QZDJkyGYUFFBmMAKS2xiEFQR5JjIIOjHcAqoR0WsEkoKlgoIAHu8JgCiLy9kAAAAASUVORK5CYII=);
}

.cp-container.cp-unconvertible-cie-color .cp-slider.cp-cielightness .cp-marker,
.cp-container.cp-unconvertible-cie-color .cp-slider.cp-ciechroma .cp-marker,
.cp-container.cp-unconvertible-cie-color .cp-slider.cp-ciehue .cp-marker {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAMAAABVLlSxAAAAvVBMVEUAAADLy8u8vLzZ2dlgYGDe3t5sbGxoaGjr6+vb29tqamrCwsJmZmZkZGTW1tbExMTw8PDj4+Pa2tpfX1/z8/PU1NTp6enX19fg4OBwcHDc3NzJycn4+Pj7+/v6+vrd3d3h4eH+/v6lpaWmpqaampqgoKBlZWWzs7Orq6tra2uxsbGBgYF1dXVnZ2d/f3/T09PMzMxhYWFjY2P19fXv7+9vb2/l5eVzc3P////n5+eysrKDg4OCgoJ5eXnoAACu7h75AAAAAXRSTlMAQObYZgAAAG1JREFUeNo1ytsaQkAAReGdkpRKRUTofEANBoOY93+sfMp/tS4WNqM4mSvSdJztEJPFkETyJNUYEmMtzvhApfsQN89cCXxJ3WOD1yXfRlx3Cv8NPK+pZedFFaCVnQ+8rGp02Kl8fPDX3Nvs/YYvAnQLhiGwga0AAAAASUVORK5CYII=);
}

.cp-container .cp-swatch {
    border-color: #CCCCCC;
}

.cp-container .cp-swatches .cp-swatch.actual {
    border-color: #535353;
    -moz-box-shadow: 0 0 5px #535353;
    -webkit-box-shadow: 0 0 5px #535353;
    box-shadow: 0 0 5px #535353;
}

.cp-container .cp-pills li a {
    color: #000;
}

.cp-container .cp-pills li a:hover,
.cp-container .cp-pills li a.active {
    background-color: #02afff;
    color: #fff;
}


/*
    Date and Time pickers
    ========================================================================== */


/*
    Date Range Picker
    ------------------------------------- */

.daterangepicker {
    background: #FFF;
    border: 1px solid #EDEDED;
}

.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
    color: #535353;
}

.daterangepicker .ranges .input-mini {
    background-color: #F8F8F8;
    border: 1px solid #EDEDED;
    color: #535353;
}

.daterangepicker .ranges li {
    background: #F4F4F4;
    border: 1px solid #F4F4F4;
    color: #535353;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #EDEDED;
    border: 1px solid #EDEDED;
    color: #464646;
}

.daterangepicker .calendar-date {
    border: 1px solid #EDEDED;
    background: #FFF;
}

.daterangepicker.opensleft:before {
    border-right: 7px solid transparent;
    border-bottom: 7px solid #EDEDED;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.daterangepicker.opensleft:after {
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    border-left: 6px solid transparent;
}

.daterangepicker.opensright:before {
    border-right: 7px solid transparent;
    border-bottom: 7px solid #EDEDED;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.daterangepicker.opensright:after {
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    border-left: 6px solid transparent;
}

.daterangepicker td.off,
.daterangepicker td.disabled {
    color: #AAAAAA;
}

.daterangepicker td.available:hover {
    background: #E2E2E2;
}

.daterangepicker th.available:hover {
    background: #E2E2E2;
}

.daterangepicker td.in-range {
    background: #EDEDED;
}

.daterangepicker td.active {
    background-color: #535353;
    border-color: #464646;
    color: #FFF;
}

.daterangepicker td.active:hover {
    background-color: #535353;
    border-color: #464646;
    color: #FFF;
}

.daterangepicker td.week {
    color: #ccc;
}

.daterangepicker th.week {
    color: #ccc;
}


/*
    Date Time Picker
    ------------------------------------- */

.bootstrap-datetimepicker-widget {
    background: #FFF;
    border: 1px solid #EDEDED;
}

.bootstrap-datetimepicker-widget:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #EDEDED;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.bootstrap-datetimepicker-widget:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFF;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
    background: #EDEDED;
}

.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
    color: #999;
}

.bootstrap-datetimepicker-widget td.active {
    color: #FFF;
    background: #535353;
}

.bootstrap-datetimepicker-widget td.active:hover {
    color: #FFF;
    background: #535353;
}

.bootstrap-datetimepicker-widget td.disabled {
    background: 0;
    color: #AAAAAA;
}

.bootstrap-datetimepicker-widget td.disabled:hover {
    background: 0;
    color: #AAAAAA;
}

.bootstrap-datetimepicker-widget td span:hover {
    background: #EDEDED;
}

.bootstrap-datetimepicker-widget td span.active {
    color: #FFF;
    background: #535353;
}

.bootstrap-datetimepicker-widget td span.active:hover,
.bootstrap-datetimepicker-widget td span.active:active,
.bootstrap-datetimepicker-widget td span.active.active,
.bootstrap-datetimepicker-widget td span.active.disabled,
.bootstrap-datetimepicker-widget td span.active[disabled] {
    color: #FFF;
    background: #535353;
}

.bootstrap-datetimepicker-widget td span.old {
    color: #AAAAAA;
}

.bootstrap-datetimepicker-widget td span.disabled {
    background: 0;
    color: #AAAAAA;
}

.bootstrap-datetimepicker-widget td span.disabled:hover {
    background: 0;
    color: #AAAAAA;
}

.bootstrap-datetimepicker-widget th.disabled {
    background: 0;
    color: #AAAAAA;
}

.bootstrap-datetimepicker-widget th.disabled:hover {
    background: 0;
    color: #AAAAAA;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #EDEDED;
}


/*
    Clockface
    ------------------------------------- */

.clockface .outer:hover,
.clockface .inner:hover {
    background-color: #EDEDED;
}

.clockface .outer {
    color: gray;
}

.clockface .outer.active {
    color: #FFF;
    background: #535353;
}

.clockface .outer.active:hover {
    color: #FFF;
    background: #535353;
}

.clockface .outer.active:active,
.clockface .outer.active:hover:active,
.clockface .outer.active.active,
.clockface .outer.active:hover.active,
.clockface .outer.active.disabled,
.clockface .outer.active:hover.disabled,
.clockface .outer.active[disabled],
.clockface .outer.active:hover[disabled] {
    color: #FFF;
    background-color: #535353;
}

.clockface .outer.active:active,
.clockface .outer.active:hover:active,
.clockface .outer.active.active,
.clockface .outer.active:hover.active {
    background-color: #535353;
}

.clockface .inner.active {
    color: #FFF;
    background: #AAAAAA;
}

.clockface .inner.active:hover {
    color: #FFF;
    background: #AAAAAA;
}

.clockface .inner.active:active,
.clockface .inner.active:hover:active,
.clockface .inner.active.active,
.clockface .inner.active:hover.active,
.clockface .inner.active.disabled,
.clockface .inner.active:hover.disabled,
.clockface .inner.active[disabled],
.clockface .inner.active:hover[disabled] {
    color: #FFF;
    background-color: #AAAAAA;
}

.clockface .inner.active:active,
.clockface .inner.active:hover:active,
.clockface .inner.active.active,
.clockface .inner.active:hover.active {
    background-color: #AAAAAA;
}

.clockface .ampm {
    color: #535353;
    border-bottom: 1px dashed #535353;
}


/*
    Digital Clock
    ------------------------------------- */

.digital-clock {
    /*----- Light color theme -----*/
    /*----- Dark color theme -----*/
}

.digital-clock.light {
    background-color: #f3f3f3;
    color: #272e38;
}

.digital-clock.light:after {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.digital-clock.light .digits div span {
    background-color: #272e38;
    border-color: #272e38;
}

.digital-clock.light .digits div.dots:before,
.digital-clock.light .digits div.dots:after {
    background-color: #272e38;
}

.digital-clock.light .alarm {
    background: url("../img/alarm_light.jpg");
}

.digital-clock.light .display {
    background-color: #dddddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset, 0 1px 1px #fafafa;
}

.digital-clock.dark {
    background-color: #272e38;
    color: #cacaca;
}

.digital-clock.dark:after {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.digital-clock.dark .digits div span {
    background-color: #cacaca;
    border-color: #cacaca;
}

.digital-clock.dark .alarm {
    background: url("../img/alarm_dark.jpg");
}

.digital-clock.dark .display {
    background-color: #0f1620;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset, 0 1px 1px #2d3642;
}

.digital-clock.dark .digits div.dots:before,
.digital-clock.dark .digits div.dots:after {
    background-color: #cacaca;
}


/*
	Date Picker
	------------------------------------- */

.datepicker-dropdown:before {
    border-bottom: 7px solid #E2E2E2;
}

.datepicker-dropdown:after {
    border-bottom: 6px solid #FFF;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    border-top: 7px solid #E2E2E2;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    border-top: 6px solid #FFF;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #E2E2E2;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #737373;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #E2E2E2;
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    color: #FFF;
    background: #AAAAAA;
}

.datepicker table tr td.today:hover:hover {
    color: #000;
}

.datepicker table tr td.today.active:hover {
    color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #E2E2E2;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    color: #FFF;
    background: #AAAAAA;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    color: #FFF;
    background: #737373;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    color: #161616;
    background: #FFC20A;
}

.datepicker table tr td span:hover {
    background: #E2E2E2;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #E2E2E2;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #161616;
    background: #FFC20A;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #737373;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #E2E2E2;
}


/*
    Documentation
    ========================================================================== */


/*
    General
    ------------------------------------- */

.doc-default {
    background: #F8F8F8;
}

.doc-default.doc-text,
.doc-default .doc-text {
    color: #ababab;
}

.doc-default.doc-border {
    border: 1px solid #e4e4e4;
}

.doc-default.doc-top {
    border-top: 5px solid #dfdfdf;
}

.doc-default.doc-right {
    border-right: 5px solid #dfdfdf;
}

.doc-default.doc-bottom {
    border-bottom: 5px solid #dfdfdf;
}

.doc-default.doc-left {
    border-left: 5px solid #dfdfdf;
}


/* Colors v1 */

.doc-primary {
    background: #ffe8a3;
}

.doc-primary.doc-text,
.doc-primary .doc-text {
    color: #d6a100;
}

.doc-primary.doc-border {
    border: 1px solid #ffde7a;
}

.doc-primary.doc-top {
    border-top: 5px solid #ffdb70;
}

.doc-primary.doc-right {
    border-right: 5px solid #ffdb70;
}

.doc-primary.doc-bottom {
    border-bottom: 5px solid #ffdb70;
}

.doc-primary.doc-left {
    border-left: 5px solid #ffdb70;
}

.doc-success {
    background: #9ee6c1;
}

.doc-success.doc-text,
.doc-success .doc-text {
    color: #26925b;
}

.doc-success.doc-border {
    border: 1px solid #7ddead;
}

.doc-success.doc-top {
    border-top: 5px solid #75dca7;
}

.doc-success.doc-right {
    border-right: 5px solid #75dca7;
}

.doc-success.doc-bottom {
    border-bottom: 5px solid #75dca7;
}

.doc-success.doc-left {
    border-left: 5px solid #75dca7;
}

.doc-info {
    background: #d0eff9;
}

.doc-info.doc-text,
.doc-info .doc-text {
    color: #1db0e0;
}

.doc-info.doc-border {
    border: 1px solid #ace2f4;
}

.doc-info.doc-top {
    border-top: 5px solid #a3dff3;
}

.doc-info.doc-right {
    border-right: 5px solid #a3dff3;
}

.doc-info.doc-bottom {
    border-bottom: 5px solid #a3dff3;
}

.doc-info.doc-left {
    border-left: 5px solid #a3dff3;
}

.doc-warning {
    background: #fbe4c0;
}

.doc-warning.doc-text,
.doc-warning .doc-text {
    color: #e18f0e;
}

.doc-warning.doc-border {
    border: 1px solid #f9d49a;
}

.doc-warning.doc-top {
    border-top: 5px solid #f8d090;
}

.doc-warning.doc-right {
    border-right: 5px solid #f8d090;
}

.doc-warning.doc-bottom {
    border-bottom: 5px solid #f8d090;
}

.doc-warning.doc-left {
    border-left: 5px solid #f8d090;
}

.doc-danger {
    background: #fbdbdd;
}

.doc-danger.doc-text,
.doc-danger .doc-text {
    color: #e62432;
}

.doc-danger.doc-border {
    border: 1px solid #f7b7bb;
}

.doc-danger.doc-top {
    border-top: 5px solid #f6adb3;
}

.doc-danger.doc-right {
    border-right: 5px solid #f6adb3;
}

.doc-danger.doc-bottom {
    border-bottom: 5px solid #f6adb3;
}

.doc-danger.doc-left {
    border-left: 5px solid #f6adb3;
}

.doc-dark {
    background: #b9b9b9;
}

.doc-dark.doc-text,
.doc-dark .doc-text {
    color: #202020;
}

.doc-dark.doc-border {
    border: 1px solid #a5a5a5;
}

.doc-dark.doc-top {
    border-top: 5px solid #a0a0a0;
}

.doc-dark.doc-right {
    border-right: 5px solid #a0a0a0;
}

.doc-dark.doc-bottom {
    border-bottom: 5px solid #a0a0a0;
}

.doc-dark.doc-left {
    border-left: 5px solid #a0a0a0;
}

.doc-light {
    background: #FFF;
}

.doc-light.doc-text,
.doc-light .doc-text {
    color: #666666;
}

.doc-light.doc-border {
    border: 1px solid #ebebeb;
}

.doc-light.doc-top {
    border-top: 5px solid #e6e6e6;
}

.doc-light.doc-right {
    border-right: 5px solid #e6e6e6;
}

.doc-light.doc-bottom {
    border-bottom: 5px solid #e6e6e6;
}

.doc-light.doc-left {
    border-left: 5px solid #e6e6e6;
}


/* Colors v2 */

.doc-primary-1 {
    color: #FFF;
    background: #ffca29;
}

.doc-primary-1.doc-text,
.doc-primary-1 .doc-text {
    color: #8a6700;
}

.doc-primary-1.doc-border {
    border: 1px solid #e0a800;
}

.doc-primary-1.doc-top {
    border-top: 5px solid #d6a100;
}

.doc-primary-1.doc-right {
    border-right: 5px solid #d6a100;
}

.doc-primary-1.doc-bottom {
    border-bottom: 5px solid #d6a100;
}

.doc-primary-1.doc-left {
    border-left: 5px solid #d6a100;
}

.doc-success-1 {
    color: #FFF;
    background: #3dcd83;
}

.doc-success-1.doc-text,
.doc-success-1 .doc-text {
    color: #165635;
}

.doc-success-1.doc-border {
    border: 1px solid #289b60;
}

.doc-success-1.doc-top {
    border-top: 5px solid #26925b;
}

.doc-success-1.doc-right {
    border-right: 5px solid #26925b;
}

.doc-success-1.doc-bottom {
    border-bottom: 5px solid #26925b;
}

.doc-success-1.doc-left {
    border-left: 5px solid #26925b;
}

.doc-info-1 {
    color: #FFF;
    background: #64c9eb;
}

.doc-info-1.doc-text,
.doc-info-1 .doc-text {
    color: #157b9c;
}

.doc-info-1.doc-border {
    border: 1px solid #25b4e2;
}

.doc-info-1.doc-top {
    border-top: 5px solid #1db0e0;
}

.doc-info-1.doc-right {
    border-right: 5px solid #1db0e0;
}

.doc-info-1.doc-bottom {
    border-bottom: 5px solid #1db0e0;
}

.doc-info-1.doc-left {
    border-left: 5px solid #1db0e0;
}

.doc-warning-1 {
    color: #FFF;
    background: #f4b34d;
}

.doc-warning-1.doc-text,
.doc-warning-1 .doc-text {
    color: #99620a;
}

.doc-warning-1.doc-border {
    border: 1px solid #ea960f;
}

.doc-warning-1.doc-top {
    border-top: 5px solid #e18f0e;
}

.doc-warning-1.doc-right {
    border-right: 5px solid #e18f0e;
}

.doc-warning-1.doc-bottom {
    border-bottom: 5px solid #e18f0e;
}

.doc-warning-1.doc-left {
    border-left: 5px solid #e18f0e;
}

.doc-danger-1 {
    color: #FFF;
    background: #ee6d77;
}

.doc-danger-1.doc-text,
.doc-danger-1 .doc-text {
    color: #aa141e;
}

.doc-danger-1.doc-border {
    border: 1px solid #e72d3b;
}

.doc-danger-1.doc-top {
    border-top: 5px solid #e62432;
}

.doc-danger-1.doc-right {
    border-right: 5px solid #e62432;
}

.doc-danger-1.doc-bottom {
    border-bottom: 5px solid #e62432;
}

.doc-danger-1.doc-left {
    border-left: 5px solid #e62432;
}

.doc-dark-1 {
    color: #FFF;
    background: #626262;
}

.doc-dark-1.doc-text,
.doc-dark-1 .doc-text {
    color: #131313;
}

.doc-dark-1.doc-border {
    border: 1px solid #3f3f3f;
}

.doc-dark-1.doc-top {
    border-top: 5px solid #393939;
}

.doc-dark-1.doc-right {
    border-right: 5px solid #393939;
}

.doc-dark-1.doc-bottom {
    border-bottom: 5px solid #393939;
}

.doc-dark-1.doc-left {
    border-left: 5px solid #393939;
}


/*
    Draggables
    ========================================================================== */


/*
    Placeholder
    ------------------------------------- */

.ui-drag-placeholder {
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
}


/*
    Gridstack
    ------------------------------------- */

.grid-stack-placeholder .placeholder-content {
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
}

.grid-stack-item.ui-draggable-dragging .grid-stack-item-content,
.grid-stack-item.ui-resizable-resizing .grid-stack-item-content {
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
}

.grid-stack-item .ui-resizable-handle {
    color: gray;
}


/*
    Icons
    ========================================================================== */

.icon-header {
    border-bottom: 1px solid #EDEDED;
}

.icon-header a {
    color: #FFC20A;
}

.icon-header a:hover {
    color: #161616;
}

.icon-list .icon-hover {
    color: #535353;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.icon-list .icon-hover::-moz-selection {
    color: #1d1d1d;
    background: #f0b400;
}

.icon-list .icon-hover::selection {
    color: #1d1d1d;
    background: #f0b400;
}

.icon-list .icon-hover:hover {
    background-color: #FFC20A;
    color: #1d1d1d;
}


/*
    Maps
    ========================================================================== */


/*
    Google Map
    ------------------------------------- */

.map-overlay {
    color: #FFF;
    background: rgba(22, 22, 22, 0.8);
    border: 1px solid rgba(19, 19, 19, 0.82);
}

.map-overlay:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: rgba(19, 19, 19, 0.82);
}

.map-overlay:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: rgba(19, 19, 19, 0.82);
}


/*
    Modals
    ========================================================================== */


/*
    Bootstrap Modal
    ------------------------------------- */

.modal-content {
    background-color: #FFF;
    border: 1px solid #FFF;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.modal-backdrop {
    background-color: #000;
}

.modal-header {
    background: #FFF;
    border-bottom: 1px solid #EDEDED;
}

.modal-body {
    background: #FFF;
}

.modal-footer {
    background: #FFF;
    border-top: 1px solid #EDEDED;
}


/*
    Remodal
    ------------------------------------- */

.remodal-overlay {
    background: #000;
}


/* Modal dialog default theme styles */

.remodal {
    background: #F8F8F8;
    color: #535353;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}


/* Close button */

.remodal-close {
    border: 2px solid #535353;
}

.remodal-close:after {
    color: #535353;
}

.remodal-close:hover,
.remodal-close:active {
    background: #535353;
}

.remodal-close:hover.remodal-close:after,
.remodal-close:active.remodal-close:after {
    color: #F8F8F8;
}


/*
    Magnific Popup
    ------------------------------------- */

.mfp-bg {
    background: #000;
}

.mfp-preloader {
    color: #CCCCCC;
}

.mfp-preloader a {
    color: #CCCCCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-close {
    color: #FFF;
}

.mfp-close-btn-in .mfp-close {
    color: #1d1d1d;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
}

.mfp-counter {
    color: #CCCCCC;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    border-right: 27px solid #535353;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #535353;
}

@media (max-width: 991px) {
    .modal-content {
        -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }
}


/*
    Notifications
    ========================================================================== */


/*
    jGrowl
    ------------------------------------- */

.jGrowl {
    color: #FAFAFA;
}


/** Cross Browser Styling **/

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
    background-color: #535353;
}

.jGrowl .jGrowl-closer:hover {
    background-color: #1d1d1d;
}

.jGrowl .jGrowl-close:hover {
    color: #1d1d1d;
}


/*
    Toastr
    ------------------------------------- */

.toast-message a,
.toast-message label {
    color: #FFF;
}

.toast-close-button {
    color: #FFF;
}

.toast-close-button:hover,
.toast-close-button:focus {
    color: #FAFAFA;
}

#toast-container>div {
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

#toast-container> :hover {
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.toast {
    background-color: #161616;
}

.toast-success {
    background-color: #30BB74;
}

.toast-error {
    background-color: #49C0E7;
}

.toast-info {
    background-color: #F2A730;
}

.toast-warning {
    background-color: #eb525d;
}

.toast-progress {
    background-color: #000;
}


/*
    Amaran
    ------------------------------------- */

.amaran-wrapper {
    position: fixed;
}

.amaran-wrapper.top {
    top: 0;
    bottom: auto;
}

.amaran-wrapper.bottom {
    bottom: 0;
    top: auto;
}

.amaran-wrapper.left {
    left: 0;
}

.amaran-wrapper.right {
    right: 0;
    left: auto;
}

.amaran-wrapper.center {
    left: 0;
    right: auto;
}

.amaran {
    width: 200px;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    padding: 3px;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 5px;
    display: none;
    font-family: Arial;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    text-align: left;
    min-height: 50px;
    margin: 10px;
}

.amaran:first-child {
    margin-top: 0;
}

.amaran-close {
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    width: 20px;
    height: 20px;
}


/*
    Hide jGrowl when printing
    ------------------------------------- */

@media print {
    .jGrowl {
        display: none;
    }
}


/*
    Toastr
    ------------------------------------- */


/*Responsive Design*/

@media all and (max-width: 239px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 240px) and (max-width: 479px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 480px) and (max-width: 767px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}


/*
    Page Progressbar
    ========================================================================== */


/*
    Common Settings
    ------------------------------------- */

.pace-active-effect {
    background: #FAFAFA;
}


/*
    Default Effect - Minimal
    ------------------------------------- */

.pace-effect-1 .pace-progress {
    /*background: #FFC20A;*/
    background: var(--color-l-slider-active);
    padding: 5px;
}


/*
    Flash
    ------------------------------------- */

.pace-effect-2 .pace-progress {
    background: #FFC20A;
}

.pace-effect-2 .pace-progress-inner {
    box-shadow: 0 0 10px #FFC20A, 0 0 5px #FFC20A;
}

.pace-effect-2 .pace-activity {
    border-top-color: #FFC20A;
    border-left-color: #FFC20A;
}


/*
	Barber Shop
	------------------------------------- */

.pace-effect-3 .pace-progress {
    background-color: #FFC20A;
}

.pace-effect-3 .pace-activity {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}


/*
	Fill Left
	------------------------------------- */

.pace-effect-4 .pace-progress {
    background-color: rgba(255, 194, 10, 0.2);
}


/*
	Big Counter
	------------------------------------- */

.pace-effect-5 .pace-progress:after {
    color: rgba(255, 194, 10, 0.5);
}


/*
	Corner Indicator
	------------------------------------- */

.pace-effect-6 .pace-activity {
    background: #FFC20A;
}

.pace-effect-6 .pace-activity::before,
.pace-effect-6 .pace-activity::after {
    border: 5px solid #fff;
}

.pace-effect-6 .pace-activity::before {
    border-right-color: rgba(0, 0, 0, 0.2);
    border-left-color: rgba(0, 0, 0, 0.2);
}

.pace-effect-6 .pace-activity::after {
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
}


/*
	Bounce
	------------------------------------- */

.pace-effect-7 .pace-activity {
    background: #FFC20A;
}

.pace-effect-7 .pace-progress {
    background: rgba(20, 20, 20, 0.1);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, 0.1);
}


/*
	Loading Bar
	------------------------------------- */

.pace-effect-8 .pace-progress {
    background: #FFC20A;
    color: #FFC20A;
    -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
    -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
    box-shadow: 120px 0 #fff, 240px 0 #fff;
}

.pace-effect-8 .pace-activity {
    box-shadow: inset 0 0 0 2px #FFC20A, inset 0 0 0 7px #FFF;
}


/*
	Center Simple
	------------------------------------- */

.pace-effect-9 {
    background: #fff;
    border: 1px solid #FFC20A;
}

.pace-effect-9 .pace-progress {
    background: #FFC20A;
}


/*
    Pagination
    ========================================================================== */


/*
    Pagination
    ------------------------------------- */

.pagination>li>a,
.pagination>li>span {
    color: #535353;
    background-color: #FFF;
    border: 1px solid #EDEDED;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: #FFF;
    background-color: #FFC20A;
    border-color: #FFC20A;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    color: #FFF;
    background-color: #535353;
    border-color: #535353;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #AAAAAA;
    background-color: #F4F4F4;
    border-color: #EDEDED;
}


/*
    Pager
    ------------------------------------- */

.pager li>a,
.pager li>span {
    color: #535353;
    background-color: #FFF;
    border: 1px solid #EDEDED;
}

.pager li>a:hover,
.pager li>a:focus {
    color: #FFF;
    background-color: #FFC20A;
    border: 1px solid #FFC20A;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #AAAAAA;
    background-color: #F4F4F4;
    border: 1px solid #EDEDED;
}


/*
    Pricing Tables
    ========================================================================== */


/*
    Progressbar - Bootstrap
    ------------------------------------- */

.plans .plan-bordered {
    border: 1px solid #EDEDED;
}


/* Plan 1 */

.plans-1 .plan {
    background: #FFF;
}

.plans-1 .price {
    color: #FFF;
    background: #535353;
}

.plans-1 .btn {
    border: 1px solid #535353;
}

.plans-1 .btn:hover {
    background: #F4F4F4;
}

.plans-1 .best .title {
    color: #FFF;
    background: #535353;
}

.plans-1 .best .price {
    background: #FFC20A;
}

.plans-1 .best .btn {
    color: #FFF;
    background: #FFC20A;
    border: 1px solid #FFC20A;
}

.plans-1 .best .btn:hover {
    background: #f0b400;
}


/* Plan 2 */

.plans-2 .plan {
    color: #535353;
    background: #FFF;
}

.plans-2 .plan-bordered {
    border: 2px solid #EDEDED;
}

.plans-2 .title {
    background: #EDEDED;
}

.plans-2 .price {
    background: #EDEDED;
}

.plans-2 .price .nr {
    color: #535353;
}

.plans-2 .btn {
    color: #FFF;
    background: #535353;
    border: 1px solid #535353;
}

.plans-2 .btn:hover {
    background: #FFC20A;
    border: 1px solid #FFC20A;
}

.plans-2 .best.plan-bordered {
    border: 2px solid #AAAAAA;
}

.plans-2 .best .title {
    color: #FFF;
    background: #AAAAAA;
}

.plans-2 .best .price {
    color: #FFF;
    background: #AAAAAA;
}

.plans-2 .best .price .nr {
    color: #1d1d1d;
}

.plans-2 .best .btn {
    color: #FFF;
    background: #1d1d1d;
    border: 1px solid #1d1d1d;
}

.plans-2 .best .btn:hover {
    background: #FFC20A;
    border: 1px solid #FFC20A;
}


/* Plan 3 */

.plans-3 .plan {
    background: #F8F8F8;
}

.plans-3 .plan-bordered {
    border-color: #D7D7D7;
}

.plans-3 .title {
    border-bottom: 1px solid #E2E2E2;
}

.plans-3 .btn {
    color: #FFF;
    background: #535353;
    border: 1px solid #535353;
}

.plans-3 .btn:hover {
    background: #1d1d1d;
    border: 1px solid #1d1d1d;
}

.plans-3 .best {
    background: #FFF;
}

.plans-3 .best .btn {
    color: #FFF;
    background: #1d1d1d;
    border: 1px solid #1d1d1d;
}

.plans-3 .best .btn:hover {
    background: #000;
    border: 1px solid #000;
}

.t-pt-row-1 {
    background: #F4F4F4;
}


/*
    Progressbar
    ========================================================================== */


/*
    Progressbar - Bootstrap
    ------------------------------------- */

.progress {
    border: 1px solid #EDEDED;
}

.progress-bar {
    background-color: #b9b9b9;
}

.progress-bar-primary {
    background-color: #FFC20A;
}

.progress-bar-success {
    background-color: #30BB74;
}

.progress-bar-info {
    background-color: #49C0E7;
}

.progress-bar-warning {
    background-color: #F2A730;
}

.progress-bar-danger {
    background-color: #eb525d;
}

.progress-bar-dark {
    background-color: #535353;
}

.progress-no-border {
    border: none;
}


/*
    Scrollbar
    ========================================================================== */

.ps-container.ps-in-scrolling {
    pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
}

.ps-container>.ps-scrollbar-x-rail {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #aaa;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ps-container>.ps-scrollbar-y-rail {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #aaa;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999;
}


/*
    Sliders
    ========================================================================== */


/*
    jQuery UI Slider
    ------------------------------------- */

.ui-widget-content {
    background: #EDEDED;
    border: none;
}

.ui-slider-range {
    background: #535353;
}

.ui-slider .ui-slider-handle {
    border: 1px solid #535353;
    background: #FFF;
}

.ui-slider .ui-slider-handle:before {
    background: #535353;
}

.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle:active {
    border-color: #FFC20A;
}

.ui-slider .ui-slider-handle:hover:before,
.ui-slider .ui-slider-handle:active:before {
    background: #FFC20A;
}

.ui-amount {
    background: none !important;
    border: none;
    color: #161616;
}


/* Colored */

.ui-slider-primary .ui-slider-handle:hover,
.ui-slider-primary .ui-slider-handle:active,
.ui-slider-success .ui-slider-handle:hover,
.ui-slider-success .ui-slider-handle:active,
.ui-slider-info .ui-slider-handle:hover,
.ui-slider-info .ui-slider-handle:active,
.ui-slider-warning .ui-slider-handle:hover,
.ui-slider-warning .ui-slider-handle:active,
.ui-slider-danger .ui-slider-handle:hover,
.ui-slider-danger .ui-slider-handle:active {
    border-color: #535353;
}

.ui-slider-primary .ui-slider-handle:hover:before,
.ui-slider-primary .ui-slider-handle:active:before,
.ui-slider-success .ui-slider-handle:hover:before,
.ui-slider-success .ui-slider-handle:active:before,
.ui-slider-info .ui-slider-handle:hover:before,
.ui-slider-info .ui-slider-handle:active:before,
.ui-slider-warning .ui-slider-handle:hover:before,
.ui-slider-warning .ui-slider-handle:active:before,
.ui-slider-danger .ui-slider-handle:hover:before,
.ui-slider-danger .ui-slider-handle:active:before {
    background: #535353;
}

.ui-slider-primary .ui-slider-handle {
    border: 1px solid #FFC20A;
}

.ui-slider-primary .ui-slider-handle:before {
    background: #FFC20A;
}

.ui-slider-primary .ui-slider-range {
    background: #FFC20A;
}

.ui-slider-success .ui-slider-handle {
    border: 1px solid #30BB74;
}

.ui-slider-success .ui-slider-handle:before {
    background: #30BB74;
}

.ui-slider-success .ui-slider-range {
    background: #30BB74;
}

.ui-slider-info .ui-slider-handle {
    border: 1px solid #49C0E7;
}

.ui-slider-info .ui-slider-handle:before {
    background: #49C0E7;
}

.ui-slider-info .ui-slider-range {
    background: #49C0E7;
}

.ui-slider-warning .ui-slider-handle {
    border: 1px solid #F2A730;
}

.ui-slider-warning .ui-slider-handle:before {
    background: #F2A730;
}

.ui-slider-warning .ui-slider-range {
    background: #F2A730;
}

.ui-slider-danger .ui-slider-handle {
    border: 1px solid #eb525d;
}

.ui-slider-danger .ui-slider-handle:before {
    background: #eb525d;
}

.ui-slider-danger .ui-slider-range {
    background: #eb525d;
}


/*
    jQuery UI Slider Pips
    ------------------------------------- */


/* HORIZONTAL */

.ui-slider-pips .ui-slider-pip {
    color: #999;
}

.ui-slider-pips .ui-slider-line {
    background: #999;
}

.ui-slider-pip:hover .ui-slider-label {
    color: black;
}


/* VERTICAL */

.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
    background: white;
    border: 1px solid #888;
    color: #333;
}

.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    border: 5px solid rgba(255, 255, 255, 0);
    border-top-color: white;
}

.ui-slider-float .ui-slider-tip:before {
    border: 5px solid rgba(255, 255, 255, 0);
    border-top-color: #888;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    border: 5px solid rgba(255, 255, 255, 0);
    border-top-color: #888;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    border: 5px solid rgba(255, 255, 255, 0);
    border-bottom-color: white;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    border: 5px solid rgba(255, 255, 255, 0);
    border-bottom-color: #888;
}

.ui-slider-vertical.ui-slider-float .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
    color: #333;
}

.ui-slider-vertical.ui-slider-float .ui-slider-tip:after,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    border: 5px solid rgba(255, 255, 255, 0);
    border-left-color: white;
    border-top-color: transparent;
}

.ui-slider-vertical.ui-slider-float .ui-slider-tip:before {
    border: 5px solid rgba(255, 255, 255, 0);
    border-left-color: #888;
    border-top-color: transparent;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    border: 5px solid rgba(255, 255, 255, 0);
    border-left-color: #888;
    border-top-color: transparent;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    border: 5px solid rgba(255, 255, 255, 0);
    border-right-color: white;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    border: 5px solid rgba(255, 255, 255, 0);
    border-right-color: #888;
}

.ui-slider-pips .ui-slider-pip-selected-initial,
.ui-slider-pips .ui-slider-pip-selected-initial-first,
.ui-slider-pips .ui-slider-pip-selected-initial-second {
    color: #30BB74;
}

.ui-slider-pips .ui-slider-pip-selected-initial-second {
    color: #49C0E7;
}

.ui-slider-pips .ui-slider-pip-selected,
.ui-slider-pips .ui-slider-pip-selected-first,
.ui-slider-pips .ui-slider-pip-selected-second {
    color: #F2A730;
}

@media (max-width: 1199px) {
    .slider-md-adjust {
        margin-top: 50px;
    }
}


/*
    Spinners
    ========================================================================== */


/*
    Spinners
    =============================================== */


/*
	Basic
    ------------------------------------- */

.spinner:before {
    background-color: #DDDDDD;
    opacity: 0.3;
}

.spinner:after {
    border-top: 4px solid #555;
}


/*
	Bar
    ------------------------------------- */

.spinner.bar:after {
    -moz-animation: bar 1s infinite linear;
    -webkit-animation: bar 1s infinite linear;
    animation: bar 1s infinite linear;
}

@-moz-keyframes bar {
    from {
        box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.5);
    }
    to {
        box-shadow: inset 80px 0px 0px rgba(0, 0, 0, 0.5);
    }
}

@-webkit-keyframes bar {
    from {
        box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.5);
    }
    to {
        box-shadow: inset 80px 0px 0px rgba(0, 0, 0, 0.5);
    }
}

@keyframes bar {
    from {
        box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.5);
    }
    to {
        box-shadow: inset 80px 0px 0px rgba(0, 0, 0, 0.5);
    }
}


/*
	Blade
    ------------------------------------- */

.spinner.blade:after {
    border-bottom: 4px solid #555;
}


/*
	Double Up
	------------------------------------- */

.spinner.double-up:after {
    border-right: 4px solid #555;
    border-top: 4px double #555;
    border-left: 4px double #555;
    border-bottom: 4px double #555;
}


/*
	Duo
	------------------------------------- */

.spinner.duo:after {
    border-right: 4px solid #333;
    border-left: 4px solid #333;
    border-top: 4px solid #999;
    border-bottom: 4px solid #999;
}


/*
	Helicopter
    ------------------------------------- */

.spinner.helicopter:after {
    background-color: #555;
}


/*
	Line
    ------------------------------------- */

.spinner.line:after {
    -moz-box-shadow: inset -10px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset -10px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset -10px 0px 0px rgba(0, 0, 0, 0.5);
}


/*
	Ringed
    ------------------------------------- */

.spinner.ringed:after {
    border-right: 4px solid #181818;
    border-top: 4px solid #555;
    border-left: 4px solid #555;
    border-bottom: 4px solid #555;
    opacity: 1;
}


/*
	Shadow
    ------------------------------------- */

.spinner.shadow:after {
    -moz-animation: spin-shadow 0.4s infinite linear;
    -webkit-animation: spin-shadow 0.4s infinite linear;
    animation: spin-shadow 0.4s infinite linear;
}

@-moz-keyframes spin-shadow {
    0% {
        box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.5);
    }
    25% {
        box-shadow: inset -5px 5px 5px rgba(0, 0, 0, 0.5);
    }
    50% {
        box-shadow: inset -5px -5px 5px rgba(0, 0, 0, 0.5);
    }
    100% {
        box-shadow: inset 5px -5px 5px rgba(0, 0, 0, 0.5);
    }
}

@-webkit-keyframes spin-shadow {
    0% {
        box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.5);
    }
    25% {
        box-shadow: inset -5px 5px 5px rgba(0, 0, 0, 0.5);
    }
    50% {
        box-shadow: inset -5px -5px 5px rgba(0, 0, 0, 0.5);
    }
    100% {
        box-shadow: inset 5px -5px 5px rgba(0, 0, 0, 0.5);
    }
}

@keyframes spin-shadow {
    0% {
        box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.5);
    }
    25% {
        box-shadow: inset -5px 5px 5px rgba(0, 0, 0, 0.5);
    }
    50% {
        box-shadow: inset -5px -5px 5px rgba(0, 0, 0, 0.5);
    }
    100% {
        box-shadow: inset 5px -5px 5px rgba(0, 0, 0, 0.5);
    }
}


/*
	Sphere Horizontal
	------------------------------------- */

.spinner.sphere:after {
    -moz-animation: sphere 0.5s infinite;
    -webkit-animation: sphere 0.5s infinite;
    animation: sphere 0.5s infinite;
}

@-moz-keyframes sphere {
    from {
        box-shadow: inset 45px 0px 10px rgba(0, 0, 0, 0.5);
    }
    to {
        box-shadow: inset -45px 0px 10px rgba(0, 0, 0, 0.5);
    }
}

@-webkit-keyframes sphere {
    from {
        box-shadow: inset 45px 0px 10px rgba(0, 0, 0, 0.5);
    }
    to {
        box-shadow: inset -45px 0px 10px rgba(0, 0, 0, 0.5);
    }
}

@keyframes sphere {
    from {
        box-shadow: inset 45px 0px 10px rgba(0, 0, 0, 0.5);
    }
    to {
        box-shadow: inset -45px 0px 10px rgba(0, 0, 0, 0.5);
    }
}


/*
	Sphere Vertical
	------------------------------------- */

.spinner.sphere.vertical:after {
    -moz-animation: sphere-v 0.5s infinite;
    -webkit-animation: sphere-v 0.5s infinite;
    animation: sphere-v 0.5s infinite;
}

@-moz-keyframes sphere-v {
    from {
        box-shadow: inset 0px 45px 10px rgba(0, 0, 0, 0.5);
    }
    to {
        box-shadow: inset 0px -45px 10px rgba(0, 0, 0, 0.5);
    }
}

@-webkit-keyframes sphere-v {
    from {
        box-shadow: inset 0px 45px 10px rgba(0, 0, 0, 0.5);
    }
    to {
        box-shadow: inset 0px -45px 10px rgba(0, 0, 0, 0.5);
    }
}

@keyframes sphere-v {
    from {
        box-shadow: inset 0px 45px 10px rgba(0, 0, 0, 0.5);
    }
    to {
        box-shadow: inset 0px -45px 10px rgba(0, 0, 0, 0.5);
    }
}


/*
	Sphere Vertical
	------------------------------------- */

.spinner.traditional:after {
    border-right: 4px solid #777;
    border-top: 4px solid #777;
    border-left: 4px solid #999;
    border-bottom: 4px solid #BBB;
}


/*
	Sphere Dashed
	------------------------------------- */

.spinner.dashed:after {
    border: dashed 1px #181818;
}


/*
	Sphere Dashed Thick
	------------------------------------- */

.spinner.dashed.thick:after {
    border: dashed 2px #181818;
}


/*
	AudioWave
	------------------------------------- */

.spinner.audiowave:after {
    background: linear-gradient(#777777, #777777) 0 50%, linear-gradient(#777777, #777777) 0.625em 50%, linear-gradient(#777777, #777777) 1.25em 50%, linear-gradient(#777777, #777777) 1.875em 50%, linear-gradient(#777777, #777777) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
    border-radius: 0;
    border-top: 0;
    -moz-animation: audioWave 1.5s linear infinite;
    -webkit-animation: audioWave 1.5s linear infinite;
    animation: audioWave 1.5s linear infinite;
}

@-moz-keyframes audioWave {
    25% {
        background: linear-gradient(#181818, #181818) 0 50%, linear-gradient(#777777, #777777) 0.625em 50%, linear-gradient(#777777, #777777) 1.25em 50%, linear-gradient(#777777, #777777) 1.875em 50%, linear-gradient(#777777, #777777) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
    }
    37.5% {
        background: linear-gradient(#777777, #777777) 0 50%, linear-gradient(#181818, #181818) 0.625em 50%, linear-gradient(#777777, #777777) 1.25em 50%, linear-gradient(#777777, #777777) 1.875em 50%, linear-gradient(#777777, #777777) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
    }
    50% {
        background: linear-gradient(#777777, #777777) 0 50%, linear-gradient(#777777, #777777) 0.625em 50%, linear-gradient(#181818, #181818) 1.25em 50%, linear-gradient(#777777, #777777) 1.875em 50%, linear-gradient(#777777, #777777) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
    }
    62.5% {
        background: linear-gradient(#777777, #777777) 0 50%, linear-gradient(#777777, #777777) 0.625em 50%, linear-gradient(#777777, #777777) 1.25em 50%, linear-gradient(#181818, #181818) 1.875em 50%, linear-gradient(#777777, #777777) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
    }
    75% {
        background: linear-gradient(#777777, #777777) 0 50%, linear-gradient(#777777, #777777) 0.625em 50%, linear-gradient(#777777, #777777) 1.25em 50%, linear-gradient(#777777, #777777) 1.875em 50%, linear-gradient(#181818, #181818) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
    }
}

@-webkit-keyframes audioWave {
    25% {
        background: linear-gradient(#181818, #181818) 0 50%, linear-gradient(#777777, #777777) 0.625em 50%, linear-gradient(#777777, #777777) 1.25em 50%, linear-gradient(#777777, #777777) 1.875em 50%, linear-gradient(#777777, #777777) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
    }
    37.5% {
        background: linear-gradient(#777777, #777777) 0 50%, linear-gradient(#181818, #181818) 0.625em 50%, linear-gradient(#777777, #777777) 1.25em 50%, linear-gradient(#777777, #777777) 1.875em 50%, linear-gradient(#777777, #777777) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
    }
    50% {
        background: linear-gradient(#777777, #777777) 0 50%, linear-gradient(#777777, #777777) 0.625em 50%, linear-gradient(#181818, #181818) 1.25em 50%, linear-gradient(#777777, #777777) 1.875em 50%, linear-gradient(#777777, #777777) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
    }
    62.5% {
        background: linear-gradient(#777777, #777777) 0 50%, linear-gradient(#777777, #777777) 0.625em 50%, linear-gradient(#777777, #777777) 1.25em 50%, linear-gradient(#181818, #181818) 1.875em 50%, linear-gradient(#777777, #777777) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
    }
    75% {
        background: linear-gradient(#777777, #777777) 0 50%, linear-gradient(#777777, #777777) 0.625em 50%, linear-gradient(#777777, #777777) 1.25em 50%, linear-gradient(#777777, #777777) 1.875em 50%, linear-gradient(#181818, #181818) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
    }
}

@keyframes audioWave {
    25% {
        background: linear-gradient(#181818, #181818) 0 50%, linear-gradient(#777777, #777777) 0.625em 50%, linear-gradient(#777777, #777777) 1.25em 50%, linear-gradient(#777777, #777777) 1.875em 50%, linear-gradient(#777777, #777777) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
    }
    37.5% {
        background: linear-gradient(#777777, #777777) 0 50%, linear-gradient(#181818, #181818) 0.625em 50%, linear-gradient(#777777, #777777) 1.25em 50%, linear-gradient(#777777, #777777) 1.875em 50%, linear-gradient(#777777, #777777) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
    }
    50% {
        background: linear-gradient(#777777, #777777) 0 50%, linear-gradient(#777777, #777777) 0.625em 50%, linear-gradient(#181818, #181818) 1.25em 50%, linear-gradient(#777777, #777777) 1.875em 50%, linear-gradient(#777777, #777777) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
    }
    62.5% {
        background: linear-gradient(#777777, #777777) 0 50%, linear-gradient(#777777, #777777) 0.625em 50%, linear-gradient(#777777, #777777) 1.25em 50%, linear-gradient(#181818, #181818) 1.875em 50%, linear-gradient(#777777, #777777) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
    }
    75% {
        background: linear-gradient(#777777, #777777) 0 50%, linear-gradient(#777777, #777777) 0.625em 50%, linear-gradient(#777777, #777777) 1.25em 50%, linear-gradient(#777777, #777777) 1.875em 50%, linear-gradient(#181818, #181818) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
    }
}


/*
	Snake
	------------------------------------- */

.spinner.snake:after {
    width: 1.25em;
    height: 1.25em;
    border-radius: 50%;
    border-top: 0;
    box-shadow: 1.375em 0em #8c8c8c, 1.375em 0em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em 0.29721em #727272, 2.75em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em 0.18368em #595959, 4.125em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em -0.18368em #3f3f3f, 5.5em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em -0.29721em #252525, 6.875em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    margin: -10px 0 0 -10px;
    -moz-transform: translate(-4.125em);
    -ms-transform: translate(-4.125em);
    -webkit-transform: translate(-4.125em);
    transform: translate(-4.125em);
    -moz-animation: snake 2s linear infinite;
    -webkit-animation: snake 2s linear infinite;
    animation: snake 2s linear infinite;
}

@-moz-keyframes snake {
    0% {
        box-shadow: 1.375em 0em #8c8c8c, 1.375em 0em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em 0.29721em #727272, 2.75em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em 0.18368em #595959, 4.125em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em -0.18368em #3f3f3f, 5.5em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em -0.29721em #252525, 6.875em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
    20% {
        box-shadow: 1.375em 0.29721em #727272, 1.375em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em 0.18368em #595959, 2.75em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em -0.18368em #3f3f3f, 4.125em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em -0.29721em #252525, 5.5em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em 0.0em #8c8c8c, 6.875em 0.0em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
    40% {
        box-shadow: 1.375em 0.18368em #595959, 1.375em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em -0.18368em #3f3f3f, 2.75em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em -0.29721em #252525, 4.125em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em 0.0em #8c8c8c, 5.5em 0.0em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em 0.29721em #727272, 6.875em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
    60% {
        box-shadow: 1.375em -0.18368em #3f3f3f, 1.375em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em -0.29721em #252525, 2.75em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em 0.0em #8c8c8c, 4.125em 0.0em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em 0.29721em #727272, 5.5em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em 0.18368em #595959, 6.875em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
    80% {
        box-shadow: 1.375em -0.29721em #252525, 1.375em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em 0.0em #8c8c8c, 2.75em 0.0em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em 0.29721em #727272, 4.125em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em 0.18368em #595959, 5.5em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em -0.18368em #3f3f3f, 6.875em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
    100% {
        box-shadow: 1.375em 0.0em #8c8c8c, 1.375em 0.0em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em 0.29721em #727272, 2.75em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em 0.18368em #595959, 4.125em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em -0.18368em #3f3f3f, 5.5em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em -0.29721em #252525, 6.875em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
}

@-webkit-keyframes snake {
    0% {
        box-shadow: 1.375em 0em #8c8c8c, 1.375em 0em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em 0.29721em #727272, 2.75em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em 0.18368em #595959, 4.125em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em -0.18368em #3f3f3f, 5.5em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em -0.29721em #252525, 6.875em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
    20% {
        box-shadow: 1.375em 0.29721em #727272, 1.375em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em 0.18368em #595959, 2.75em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em -0.18368em #3f3f3f, 4.125em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em -0.29721em #252525, 5.5em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em 0.0em #8c8c8c, 6.875em 0.0em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
    40% {
        box-shadow: 1.375em 0.18368em #595959, 1.375em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em -0.18368em #3f3f3f, 2.75em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em -0.29721em #252525, 4.125em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em 0.0em #8c8c8c, 5.5em 0.0em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em 0.29721em #727272, 6.875em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
    60% {
        box-shadow: 1.375em -0.18368em #3f3f3f, 1.375em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em -0.29721em #252525, 2.75em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em 0.0em #8c8c8c, 4.125em 0.0em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em 0.29721em #727272, 5.5em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em 0.18368em #595959, 6.875em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
    80% {
        box-shadow: 1.375em -0.29721em #252525, 1.375em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em 0.0em #8c8c8c, 2.75em 0.0em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em 0.29721em #727272, 4.125em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em 0.18368em #595959, 5.5em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em -0.18368em #3f3f3f, 6.875em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
    100% {
        box-shadow: 1.375em 0.0em #8c8c8c, 1.375em 0.0em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em 0.29721em #727272, 2.75em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em 0.18368em #595959, 4.125em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em -0.18368em #3f3f3f, 5.5em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em -0.29721em #252525, 6.875em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
}

@keyframes snake {
    0% {
        box-shadow: 1.375em 0em #8c8c8c, 1.375em 0em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em 0.29721em #727272, 2.75em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em 0.18368em #595959, 4.125em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em -0.18368em #3f3f3f, 5.5em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em -0.29721em #252525, 6.875em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
    20% {
        box-shadow: 1.375em 0.29721em #727272, 1.375em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em 0.18368em #595959, 2.75em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em -0.18368em #3f3f3f, 4.125em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em -0.29721em #252525, 5.5em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em 0.0em #8c8c8c, 6.875em 0.0em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
    40% {
        box-shadow: 1.375em 0.18368em #595959, 1.375em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em -0.18368em #3f3f3f, 2.75em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em -0.29721em #252525, 4.125em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em 0.0em #8c8c8c, 5.5em 0.0em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em 0.29721em #727272, 6.875em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
    60% {
        box-shadow: 1.375em -0.18368em #3f3f3f, 1.375em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em -0.29721em #252525, 2.75em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em 0.0em #8c8c8c, 4.125em 0.0em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em 0.29721em #727272, 5.5em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em 0.18368em #595959, 6.875em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
    80% {
        box-shadow: 1.375em -0.29721em #252525, 1.375em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em 0.0em #8c8c8c, 2.75em 0.0em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em 0.29721em #727272, 4.125em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em 0.18368em #595959, 5.5em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em -0.18368em #3f3f3f, 6.875em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
    100% {
        box-shadow: 1.375em 0.0em #8c8c8c, 1.375em 0.0em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 2.75em 0.29721em #727272, 2.75em -0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 4.125em 0.18368em #595959, 4.125em -0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 5.5em -0.18368em #3f3f3f, 5.5em 0.18368em 0.625em -0.3125em rgba(0, 0, 0, 0.52), 6.875em -0.29721em #252525, 6.875em 0.29721em 0.625em -0.3125em rgba(0, 0, 0, 0.52);
    }
}


/*
	Spinning Disc
	------------------------------------- */

.spinner.spinningdisc:after {
    border: solid 0.5em rgba(0, 0, 0, 0.52);
    border-right-color: transparent;
    border-left-color: transparent;
    padding: 0.5em;
    border-radius: 50%;
    background: #181818;
    background-clip: content-box;
    -moz-animation: spinDisc 1.5s linear infinite;
    -webkit-animation: spinDisc 1.5s linear infinite;
    animation: spinDisc 1.5s linear infinite;
}

@-moz-keyframes spinDisc {
    50% {
        border-top-color: #181818;
        border-bottom-color: #181818;
        background-color: #999;
    }
    100% {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-webkit-keyframes spinDisc {
    50% {
        border-top-color: #181818;
        border-bottom-color: #181818;
        background-color: #999;
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes spinDisc {
    50% {
        border-top-color: #181818;
        border-bottom-color: #181818;
        background-color: #999;
    }
    100% {
        -moz-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}


/*
	Glistening Window
	------------------------------------- */

.spinner.glisteningwindow:after {
    width: 0.25em;
    height: 0.25em;
    box-shadow: 0.70711em 0.70711em 0 0em #3c3c3c, -0.70711em 0.70711em 0 0.17678em #999, -0.70711em -0.70711em 0 0.25em #181818, 0.70711em -0.70711em 0 0.17678em rgba(0, 0, 0, 0.52);
    border-top: 0;
    border-radius: 0;
    margin: 0;
    -moz-animation: gw 1s ease-in-out infinite, rot 2.8s linear infinite;
    -webkit-animation: gw 1s ease-in-out infinite, rot 2.8s linear infinite;
    animation: gw 1s ease-in-out infinite, rot 2.8s linear infinite;
}

@-moz-keyframes rot {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rot {
    to {
        transform: rotate(360deg);
    }
}

@keyframes rot {
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes gw {
    0% {
        box-shadow: 0.70711em 0.70711em 0 0.125em #3c3c3c, -0.70711em 0.70711em 0 0.39017em #999, -0.70711em -0.70711em 0 0.5em #181818, 0.70711em -0.70711em 0 0.39017em rgba(0, 0, 0, 0.52);
    }
    25% {
        box-shadow: 0.70711em 0.70711em 0 0.39017em #3c3c3c, -0.70711em 0.70711em 0 0.5em #999, -0.70711em -0.70711em 0 0.39017em #181818, 0.70711em -0.70711em 0 0.125em rgba(0, 0, 0, 0.52);
    }
    50% {
        box-shadow: 0.70711em 0.70711em 0 0.5em #3c3c3c, -0.70711em 0.70711em 0 0.39017em #999, -0.70711em -0.70711em 0 0.125em #181818, 0.70711em -0.70711em 0 0.39017em rgba(0, 0, 0, 0.52);
    }
    75% {
        box-shadow: 0.70711em 0.70711em 0 0.39017em #3c3c3c, -0.70711em 0.70711em 0 0.125em #999, -0.70711em -0.70711em 0 0.39017em #181818, 0.70711em -0.70711em 0 0.5em rgba(0, 0, 0, 0.52);
    }
    100% {
        box-shadow: 0.70711em 0.70711em 0 0.125em #3c3c3c, -0.70711em 0.70711em 0 0.39017em #999, -0.70711em -0.70711em 0 0.5em #181818, 0.70711em -0.70711em 0 0.39017em rgba(0, 0, 0, 0.52);
    }
}

@-webkit-keyframes gw {
    0% {
        box-shadow: 0.70711em 0.70711em 0 0.125em #3c3c3c, -0.70711em 0.70711em 0 0.39017em #999, -0.70711em -0.70711em 0 0.5em #181818, 0.70711em -0.70711em 0 0.39017em rgba(0, 0, 0, 0.52);
    }
    25% {
        box-shadow: 0.70711em 0.70711em 0 0.39017em #3c3c3c, -0.70711em 0.70711em 0 0.5em #999, -0.70711em -0.70711em 0 0.39017em #181818, 0.70711em -0.70711em 0 0.125em rgba(0, 0, 0, 0.52);
    }
    50% {
        box-shadow: 0.70711em 0.70711em 0 0.5em #3c3c3c, -0.70711em 0.70711em 0 0.39017em #999, -0.70711em -0.70711em 0 0.125em #181818, 0.70711em -0.70711em 0 0.39017em rgba(0, 0, 0, 0.52);
    }
    75% {
        box-shadow: 0.70711em 0.70711em 0 0.39017em #3c3c3c, -0.70711em 0.70711em 0 0.125em #999, -0.70711em -0.70711em 0 0.39017em #181818, 0.70711em -0.70711em 0 0.5em rgba(0, 0, 0, 0.52);
    }
    100% {
        box-shadow: 0.70711em 0.70711em 0 0.125em #3c3c3c, -0.70711em 0.70711em 0 0.39017em #999, -0.70711em -0.70711em 0 0.5em #181818, 0.70711em -0.70711em 0 0.39017em rgba(0, 0, 0, 0.52);
    }
}

@keyframes gw {
    0% {
        box-shadow: 0.70711em 0.70711em 0 0.125em #3c3c3c, -0.70711em 0.70711em 0 0.39017em #999, -0.70711em -0.70711em 0 0.5em #181818, 0.70711em -0.70711em 0 0.39017em rgba(0, 0, 0, 0.52);
    }
    25% {
        box-shadow: 0.70711em 0.70711em 0 0.39017em #3c3c3c, -0.70711em 0.70711em 0 0.5em #999, -0.70711em -0.70711em 0 0.39017em #181818, 0.70711em -0.70711em 0 0.125em rgba(0, 0, 0, 0.52);
    }
    50% {
        box-shadow: 0.70711em 0.70711em 0 0.5em #3c3c3c, -0.70711em 0.70711em 0 0.39017em #999, -0.70711em -0.70711em 0 0.125em #181818, 0.70711em -0.70711em 0 0.39017em rgba(0, 0, 0, 0.52);
    }
    75% {
        box-shadow: 0.70711em 0.70711em 0 0.39017em #3c3c3c, -0.70711em 0.70711em 0 0.125em #999, -0.70711em -0.70711em 0 0.39017em #181818, 0.70711em -0.70711em 0 0.5em rgba(0, 0, 0, 0.52);
    }
    100% {
        box-shadow: 0.70711em 0.70711em 0 0.125em #3c3c3c, -0.70711em 0.70711em 0 0.39017em #999, -0.70711em -0.70711em 0 0.5em #181818, 0.70711em -0.70711em 0 0.39017em rgba(0, 0, 0, 0.52);
    }
}


/*
    Tabs
    ========================================================================== */


/*
    Bootstrap Tabs
    ------------------------------------- */

.nav-tabs {
    border-bottom: 1px solid #EDEDED;
}

.nav-tabs>li>a:hover {
    background-color: #FDFDFD;
    border-color: #EDEDED;
}

.nav-tabs>li.active>a {
    color: #FFC20A !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #535353;
    background-color: #FFF;
    border: 1px solid #EDEDED;
    border-bottom-color: transparent;
}


/*
    Easy Responsive Tabs
    ------------------------------------- */

.resp-tabs-container {
    background-color: #FFF;
}

.resp-tab-active {
    color: #FFC20A;
    background-color: #FFF;
    border: 1px solid #EDEDED;
    border-bottom: none;
}

.resp-tab-item:hover {
    color: #FFC20A;
}

.resp-tab-content {
    border: 1px solid #EDEDED;
}

h2.resp-accordion {
    border: 1px solid #EDEDED;
    border-top: 0px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #EDEDED !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #EDEDED !important;
}


/*-----Vertical tabs-----*/

.resp-vtabs .resp-tabs-container {
    background-color: #FFF;
    border: 1px solid #EDEDED;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    color: #FFC20A;
    border: 1px solid #EDEDED;
    background-color: #FFF;
    border-right: none;
}

.resp-arrow {
    border-top: 12px solid #D7D7D7;
}

h2.resp-tab-active {
    background: #F8F8F8 !important;
}

h2.resp-tab-active span.resp-arrow {
    border-bottom: 12px solid #AAAAAA;
}


/*-----Accordion styles-----*/

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #EDEDED;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #EDEDED !important;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #EDEDED !important;
}


/*-----Skins-----*/

.resp-tabs-skin-1 .resp-tabs-list li {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.resp-tabs-skin-1 .resp-tab-active {
    color: #535353;
    border: 1px solid #d9d9d9;
    background: #E2E2E2;
}

.resp-tabs-skin-1 .resp-tabs-container {
    background: none;
    border: none;
    border-top: 1px solid #d9d9d9;
}

.resp-tabs-skin-1 .resp-tab-content {
    border: none;
    padding: 2% 0;
}


/*
    Responsive Tabs
    ------------------------------------- */

.r-tabs .r-tabs-nav {
    border-bottom: 1px solid #EDEDED;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    color: #535353;
}

.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
    color: #FFC20A;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
    border-top: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled a:hover {
    color: #535353;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #FFC20A;
    background-color: #FDFDFD;
}

.r-tabs .r-tabs-panel {
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #FFF;
    color: #FFC20A;
    border-top: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled a:hover {
    color: #535353;
}


/*
    Tabslet
    ------------------------------------- */

.tabslet .tabs-nav li {
    background: #FFF;
    border: 1px solid #EDEDED;
}

.tabslet .tabs-nav li:hover,
.tabslet .tabs-nav li.active {
    background: #F8F8F8;
}

.tabslet .tabs-nav li:hover a,
.tabslet .tabs-nav li.active a {
    color: #FFC20A;
}

.tabslet .tabs-nav a {
    color: #535353;
}

.tabslet .tabs-panel {
    border: 1px solid #EDEDED;
}

@media (max-width: 991px) {
    /*
      Easy Responsive Tabs
      ------------------------------------- */
    .resp-vtabs .resp-tab-content {
        border: 1px solid #EDEDED;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #EDEDED !important;
    }
    /*-----Skins-----*/
    .resp-tabs-skin-1 {
        margin-bottom: 10px !important;
    }
    .resp-tabs-skin-1 .resp-tab-active {
        border: 1px solid #d9d9d9 !important;
        background: #E2E2E2 !important;
    }
    .resp-tabs-skin-1 .resp-tab-active.resp-accordion:first-child {
        border-top: 1px solid #E2E2E2 !important;
    }
    .resp-tabs-skin-1 .resp-accordion {
        border: 1px solid #d9d9d9 !important;
    }
    .resp-tabs-skin-1 .resp-accordion:first-child {
        border-top: 1px solid #F8F8F8 !important;
    }
}


/*
    Tags
    ========================================================================== */


/*
    Tag Editor
    ------------------------------------- */


/* surrounding tag container */

.tag-editor {
    background: #F8F8F8;
    border: 1px solid #EDEDED;
    color: #535353;
    /* core styles usually need no change */
    /* tag style */
    /* delete icon */
}

.tag-editor .placeholder {
    color: #535353;
}

.tag-editor .tag-editor-spacer {
    color: transparent;
    background: none;
}

.tag-editor .tag-editor-tag {
    color: #535353;
    background: #E2E2E2;
}

.tag-editor .tag-editor-tag.active {
    color: #161616;
}

.tag-editor .tag-editor-delete {
    background: #DDDDDD;
}


/* skin 1 */

.tag-skin-1+.tag-editor {
    background: #FAFAFA;
}

.tag-skin-1+.tag-editor .tag-editor-tag {
    color: #FFF;
    background: #535353;
}

.tag-skin-1+.tag-editor .tag-editor-tag.active {
    color: #161616;
}


/* jQuery UI autocomplete for Tags Editor */

.tags-autocomplete .ui-widget-content {
    border: 1px solid #EDEDED;
    background: #F8F8F8;
    color: #535353;
}

.tags-autocomplete .ui-widget-content a {
    color: #535353;
}

.tags-autocomplete .ui-widget-content .ui-state-hover {
    background: #E2E2E2;
}

.tags-autocomplete .ui-widget-header .ui-state-hover,
.tags-autocomplete .ui-state-focus,
.tags-autocomplete .ui-widget-content .ui-state-focus,
.tags-autocomplete .ui-widget-header .ui-state-focus {
    background: #E2E2E2;
}


/*
    Tagging
    ------------------------------------- */

.tagging {
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    color: #FFF;
}

.tag {
    background: #FFC20A;
    color: #535353;
}

.tag span {
    background: #f0b400;
}

.tag .tag-i {
    color: #535353;
}

.tag .tag-i:hover {
    color: #000;
}

.type-zone {
    background: #F8F8F8;
    border: none;
    color: #535353;
}


/*
    Masterblaster
    ------------------------------------- */

.mb-container.mb-error .mb-input {
    border: 1px solid #eb525d;
}

.mb-add-button {
    color: #535353;
    background: #FFC20A;
}

.mb-add-button:hover {
    color: #FFC20A;
    background: #161616;
}

.mb-container li.mb-tag {
    color: #535353;
    background: #E2E2E2;
    border: 1px solid #DDDDDD;
}

.mb-container .mb-input {
    border: 1px solid #DDDDDD;
}


/*
    Tooltips and Popovers
    ========================================================================== */


/*
    Tooltip
    ------------------------------------- */

.tooltip-inner {
    color: #F8F8F8;
    background-color: #161616;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #161616;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #161616;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #161616;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #161616;
}


/*
    Tooltipster
    ------------------------------------- */

.tooltipster-default {
    background: #1d1d1d;
    border: 1px solid #111111;
    color: #FFF;
}


/* Tooltipster skins */

.tooltipster-light {
    background: #FAFAFA;
    border: 1px solid #EDEDED;
    color: #535353;
}

.tooltipster-noir {
    border: 2px solid #535353;
    background: #FAFAFA;
    color: #535353;
}

.tooltipster-punk {
    background: #535353;
    border-bottom: 3px solid #eb525d;
    color: #FFF;
}

.tooltipster-shadow {
    background: #FFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    color: #161616;
}

.tooltipster-cool {
    background: #161616;
    border-bottom: 2px solid #f0b400;
    color: #FFF;
}


/*
    Popover
    ------------------------------------- */

.popover {
    background-color: #FFF;
    border: 1px solid #D7D7D7;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.popover-title {
    background-color: #F8F8F8;
    border-bottom: 1px solid #EDEDED;
}

.popover.top>.arrow {
    border-top-color: #D7D7D7;
}

.popover.top>.arrow:after {
    border-top-color: #FFF;
}

.popover.right>.arrow {
    border-right-color: #D7D7D7;
}

.popover.right>.arrow:after {
    border-right-color: #FFF;
}

.popover.bottom>.arrow {
    border-bottom-color: #D7D7D7;
}

.popover.bottom>.arrow:after {
    border-bottom-color: #FFF;
}

.popover.left>.arrow {
    border-left-color: #D7D7D7;
}

.popover.left>.arrow:after {
    border-left-color: #FFF;
}


/*
	Webui Popover
	------------------------------------- */

.webui-popover {
    background-color: #FFF;
    border: 1px solid #D7D7D7;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.webui-popover-inner .close {
    color: #000000;
    text-shadow: 0 1px 0 #fff;
}

.webui-popover-title {
    background-color: #F8F8F8;
    border-bottom: 1px solid #EDEDED;
}

.webui-popover.top>.arrow,
.webui-popover.top-right>.arrow,
.webui-popover.top-left>.arrow {
    border-top-color: #D7D7D7;
}

.webui-popover.top>.arrow:after,
.webui-popover.top-right>.arrow:after,
.webui-popover.top-left>.arrow:after {
    border-top-color: #FFF;
}

.webui-popover.right>.arrow,
.webui-popover.right-top>.arrow,
.webui-popover.right-bottom>.arrow {
    border-right-color: #D7D7D7;
}

.webui-popover.right>.arrow:after,
.webui-popover.right-top>.arrow:after,
.webui-popover.right-bottom>.arrow:after {
    border-right-color: #FFF;
}

.webui-popover.bottom>.arrow,
.webui-popover.bottom-right>.arrow,
.webui-popover.bottom-left>.arrow {
    border-bottom-color: #D7D7D7;
}

.webui-popover.bottom>.arrow:after,
.webui-popover.bottom-right>.arrow:after,
.webui-popover.bottom-left>.arrow:after {
    border-bottom-color: #FFF;
}

.webui-popover.left>.arrow,
.webui-popover.left-top>.arrow,
.webui-popover.left-bottom>.arrow {
    border-left-color: #D7D7D7;
}

.webui-popover.left>.arrow:after,
.webui-popover.left-top>.arrow:after,
.webui-popover.left-bottom>.arrow:after {
    border-left-color: #FFF;
}

.webui-popover-inverse {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: #F8F8F8;
}

.webui-popover-inverse .webui-popover-title {
    background: #1d1d1d;
    color: #F8F8F8;
}

.webui-popover-inverse.top>.arrow,
.webui-popover-inverse.top-left>.arrow,
.webui-popover-inverse.top-right>.arrow,
.webui-popover-inverse.top>.arrow:after,
.webui-popover-inverse.top-left>.arrow:after,
.webui-popover-inverse.top-right>.arrow:after {
    border-top-color: #1d1d1d;
}

.webui-popover-inverse.right>.arrow,
.webui-popover-inverse.right-top>.arrow,
.webui-popover-inverse.right-bottom>.arrow,
.webui-popover-inverse.right>.arrow:after,
.webui-popover-inverse.right-top>.arrow:after,
.webui-popover-inverse.right-bottom>.arrow:after {
    border-right-color: #1d1d1d;
}

.webui-popover-inverse.bottom>.arrow,
.webui-popover-inverse.bottom-left>.arrow,
.webui-popover-inverse.bottom-right>.arrow,
.webui-popover-inverse.bottom>.arrow:after,
.webui-popover-inverse.bottom-left>.arrow:after,
.webui-popover-inverse.bottom-right>.arrow:after {
    border-bottom-color: #1d1d1d;
}

.webui-popover-inverse.left>.arrow,
.webui-popover-inverse.left-top>.arrow,
.webui-popover-inverse.left-bottom>.arrow,
.webui-popover-inverse.left>.arrow:after,
.webui-popover-inverse.left-top>.arrow:after,
.webui-popover-inverse.left-bottom>.arrow:after {
    border-left-color: #1d1d1d;
}


/*
    Typography
    ========================================================================== */

.sep-bottom {
    border-bottom: 1px solid #EDEDED;
}

mark {
    background: #fbe4c0;
}

code {
    color: #eb525d;
    background: #fdf2f3;
}

.text-primary {
    color: #FFC20A;
}

.text-success {
    color: #30BB74;
}

.text-info {
    color: #49C0E7;
}

.text-warning {
    color: #F2A730;
}

.text-danger {
    color: #eb525d;
}

.text-dark {
    color: #535353;
}

.bg-primary {
    background: #ffe8a3;
    color: #535353;
}

.bg-success {
    background: #9ee6c1;
}

.bg-info {
    background: #d0eff9;
}

.bg-warning {
    background: #fbe4c0;
}

.bg-danger {
    background: #fbdbdd;
}

.label-default,
.badge-default {
    background: #EDEDED;
    color: #535353;
}

.label-primary,
.badge-primary {
    background: #FFC20A;
}

.label-success,
.badge-success {
    background: #30BB74;
}

.label-info,
.badge-info {
    background: #49C0E7;
}

.label-warning,
.badge-warning {
    background: #F2A730;
}

.label-danger,
.badge-danger {
    background: #eb525d;
}

.label-dark,
.badge-dark {
    background: #535353;
}

.alert .alert-link {
    font-family: 'Barlow', sans-serif;
}

.alert-success {
    background-color: #c7f0db;
    border-color: #9ee6c1;
    color: #30BB74;
}

.alert-success hr {
    border-top-color: #8ae1b4;
}

.alert-success .alert-link {
    color: #26925b;
}

.alert-info {
    background-color: #e7f7fc;
    border-color: #d0eff9;
    color: #49C0E7;
}

.alert-info hr {
    border-top-color: #bae7f6;
}

.alert-info .alert-link {
    color: #1db0e0;
}

.alert-warning {
    background-color: #fef9f0;
    border-color: #fbe4c0;
    color: #F2A730;
}

.alert-warning hr {
    border-top-color: #fadaa8;
}

.alert-warning .alert-link {
    color: #e18f0e;
}

.alert-danger {
    background-color: #fdf2f3;
    border-color: #fbdbdd;
    color: #eb525d;
}

.alert-danger hr {
    border-top-color: #f8c4c8;
}

.alert-danger .alert-link {
    color: #e62432;
}

.alert-dark {
    background-color: lightgray;
    border-color: #b9b9b9;
    color: #535353;
}

.alert-dark hr {
    border-top-color: #acacac;
}

.alert-dark .alert-link {
    color: #393939;
}

.t-background {
    text-indent: 10px;
}


/*
    Blank Page
    ========================================================================== */


/*
    Section Comment - CSS
    ------------------------------------- */


/* Sub Section Comment - CSS */


/*
    Lock Screen
    ========================================================================== */

#error-bg {
    background: #F8F8F8;
}

#error-particle {
    background: #DDDDDD;
    color: #DDDDDD;
}


/*
    Error 403
    ------------------------------------- */

.error-403-content {
    background: #FFF;
    border: 1px solid #EDEDED;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}


/*
    Error 404
    ------------------------------------- */

.error-404 {
    background: rgba(255, 255, 255, 0.6);
}


/*
    Error 405
    ------------------------------------- */

.error-405-container {
    background: #F4F4F4;
}

.error-405-content {
    background: rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


/*
    Error 503
    ------------------------------------- */

.error-503-header {
    background: #EDEDED;
}

.error-503-body {
    background: #FFF;
}


/*
    Faqs
    ========================================================================== */


/*
    Page Invoice
    ========================================================================== */


/*
    Invoice
    ------------------------------------- */

.invoice-container .table-invoice {
    background: #FFF;
    border: 1px solid #ddd;
}

.invoice-header {
    background: #FFF;
    overflow: hidden;
    *zoom: 1;
}


/*
    Login
    ========================================================================== */

.login-bg {
    /*background: url("../img/pages/login-prueba.svg") no-repeat;*/
    background-size: 100% auto;
    /*background-color: #0f55a0;*/
    background-color: #fff;
}

.login-wrapper {
    /*background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(83, 83, 83, 0.3);
  border-bottom: 1px solid rgba(83, 83, 83, 0.3);
  -moz-box-shadow: inset 0 0 250px 100px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: inset 0 0 250px 100px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 0 250px 100px rgba(0, 0, 0, 0.02);?*/
}

.login-form input {
    border: 1px solid #FFF;
}

.login-form input:hover {
    border-color: #FFC20A;
}

.login-form input:focus {
    border-color: #f0b400;
}

.login-form input.error {
    border-color: #eb525d;
}

.login-form .btn {
    color: #FFF;
}

.login-form label.error {
    color: #eb525d;
}

.or {
    color: #F8F8F8;
}

.btn-facebook {
    background: #3B5998;
}

.btn-facebook:hover {
    background: #355089;
}

.btn-facebook:focus {
    background: #324c82;
}

.btn-twitter {
    background: #55ACEE;
}

.btn-twitter:hover {
    background: #42a3ec;
}

.btn-twitter:focus {
    background: #399eeb;
}

.login-options a {
    color: #005f9f;
    font-family: 'Barlow', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.login-options a:hover {
    color: #535353;
    transition: 200ms;
}

.btn-login-register {
    color: #535353 !important;
}

.login-form .checkradios {
    border: 1px solid #737373;
}

.errorTerms .checkradios {
    color: #eb525d;
    border-color: #eb525d;
}

.lock-screen-image img {
    border: 5px solid rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.lock-screen-image img:hover {
    border-color: rgba(255, 194, 10, 0.5);
}


/*
    Profile
    ========================================================================== */


/*
    Profile Details
    ------------------------------------- */

.profile-header {
    background: url("../img/profile/profile_bg.jpg") no-repeat center;
    border: 1px solid #D7D7D7;
    color: #FFF;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.profile-header a:hover {
    color: #FFC20A;
}

.profile-img img {
    border: 5px solid rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.profile-info {
    background: rgba(0, 0, 0, 0.2);
}

.profile-info span {
    color: #EDEDED;
}

.contact-info {
    color: #161616;
}


/*
	Activity
	------------------------------------- */

.activity-item img {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}


/*
    Friend List
    ------------------------------------- */

.friends-list figcaption {
    background: #161616;
    color: #FFC20A;
}

.friends-list figcaption h3 {
    color: #FFF;
}

.friends-list .friend-info {
    color: #FFF;
}


/*
    Search Result
    ========================================================================== */


/*
    Classic Search
    ------------------------------------- */

.classic-search-container .search-row {
    border-bottom: 1px solid #EDEDED;
}


/*
    Grid/List Search
    ------------------------------------- */

.gridlist-search-container .search-header {
    border-bottom: 1px solid #EDEDED;
}

.gridlist-search-container .search-row {
    border-bottom: 1px solid #EDEDED;
}

.gridlist-search-container .search-col {
    border-bottom: 1px solid #EDEDED;
}


/*
    User Search
    ------------------------------------- */

@media (max-width: 767px) {
    .sort {
        border-bottom: 1px solid #EDEDED;
    }
}


/*
    Mail App
    ========================================================================== */


/*
	Content
	------------------------------------- */


/* Mail buttons */

.btn-mail,
.message-content .btn {
    color: #161616;
    background-color: #F8F8F8;
    border-color: #E2E2E2;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.btn-mail:focus,
.btn-mail.focus,
.message-content .btn:focus,
.message-content .btn.focus {
    color: #161616;
    background-color: #eeeeee;
    border-color: #cecece;
}

.btn-mail:hover,
.message-content .btn:hover {
    color: #161616;
    background-color: #f3f3f3;
    border-color: #d8d8d8;
}

.btn-mail:active,
.btn-mail.active,
.open>.btn-mail.dropdown-toggle,
.message-content .btn:active,
.message-content .btn.active,
.open>.message-content .btn.dropdown-toggle {
    color: #161616;
    background-color: #eeeeee;
    border-color: #cecece;
}

.btn-mail:active:hover,
.btn-mail:active:focus,
.btn-mail:active.focus,
.btn-mail.active:hover,
.btn-mail.active:focus,
.btn-mail.active.focus,
.open>.btn-mail.dropdown-toggle:hover,
.open>.btn-mail.dropdown-toggle:focus,
.open>.btn-mail.dropdown-toggle.focus,
.message-content .btn:active:hover,
.message-content .btn:active:focus,
.message-content .btn:active.focus,
.message-content .btn.active:hover,
.message-content .btn.active:focus,
.message-content .btn.active.focus,
.open>.message-content .btn.dropdown-toggle:hover,
.open>.message-content .btn.dropdown-toggle:focus,
.open>.message-content .btn.dropdown-toggle.focus {
    color: #161616;
    background-color: #e4e4e4;
    border-color: #bebebe;
}

.btn-mail:active,
.btn-mail.active,
.open>.btn-mail.dropdown-toggle,
.message-content .btn:active,
.message-content .btn.active,
.open>.message-content .btn.dropdown-toggle {
    background-image: none;
}

.btn-mail.disabled,
.btn-mail.disabled:hover,
.btn-mail.disabled:focus,
.btn-mail.disabled.focus,
.btn-mail.disabled:active,
.btn-mail.disabled.active,
.btn-mail[disabled],
.btn-mail[disabled]:hover,
.btn-mail[disabled]:focus,
.btn-mail[disabled].focus,
.btn-mail[disabled]:active,
.btn-mail[disabled].active,
fieldset[disabled] .btn-mail,
fieldset[disabled] .btn-mail:hover,
fieldset[disabled] .btn-mail:focus,
fieldset[disabled] .btn-mail.focus,
fieldset[disabled] .btn-mail:active,
fieldset[disabled] .btn-mail.active,
.message-content .btn.disabled,
.message-content .btn.disabled:hover,
.message-content .btn.disabled:focus,
.message-content .btn.disabled.focus,
.message-content .btn.disabled:active,
.message-content .btn.disabled.active,
.message-content .btn[disabled],
.message-content .btn[disabled]:hover,
.message-content .btn[disabled]:focus,
.message-content .btn[disabled].focus,
.message-content .btn[disabled]:active,
.message-content .btn[disabled].active,
fieldset[disabled] .message-content .btn,
fieldset[disabled] .message-content .btn:hover,
fieldset[disabled] .message-content .btn:focus,
fieldset[disabled] .message-content .btn.focus,
fieldset[disabled] .message-content .btn:active,
fieldset[disabled] .message-content .btn.active {
    background-color: #F8F8F8;
    border-color: #E2E2E2;
}

.btn-mail .badge,
.message-content .btn .badge {
    color: #F8F8F8;
    background-color: #161616;
}

.btn-mail-send {
    color: #bd8e00;
    background-color: #ffe8a3;
    border-color: #FFC20A;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-mail-send:focus,
.btn-mail-send.focus {
    color: #bd8e00;
    background-color: #ffe28a;
    border-color: #d6a100;
}

.btn-mail-send:hover {
    color: #bd8e00;
    background-color: #ffe494;
    border-color: #f0b400;
}

.btn-mail-send:active,
.btn-mail-send.active,
.open>.btn-mail-send.dropdown-toggle {
    color: #bd8e00;
    background-color: #ffe28a;
    border-color: #d6a100;
}

.btn-mail-send:active:hover,
.btn-mail-send:active:focus,
.btn-mail-send:active.focus,
.btn-mail-send.active:hover,
.btn-mail-send.active:focus,
.btn-mail-send.active.focus,
.open>.btn-mail-send.dropdown-toggle:hover,
.open>.btn-mail-send.dropdown-toggle:focus,
.open>.btn-mail-send.dropdown-toggle.focus {
    color: #bd8e00;
    background-color: #ffde7a;
    border-color: #c29100;
}

.btn-mail-send:active,
.btn-mail-send.active,
.open>.btn-mail-send.dropdown-toggle {
    background-image: none;
}

.btn-mail-send.disabled,
.btn-mail-send.disabled:hover,
.btn-mail-send.disabled:focus,
.btn-mail-send.disabled.focus,
.btn-mail-send.disabled:active,
.btn-mail-send.disabled.active,
.btn-mail-send[disabled],
.btn-mail-send[disabled]:hover,
.btn-mail-send[disabled]:focus,
.btn-mail-send[disabled].focus,
.btn-mail-send[disabled]:active,
.btn-mail-send[disabled].active,
fieldset[disabled] .btn-mail-send,
fieldset[disabled] .btn-mail-send:hover,
fieldset[disabled] .btn-mail-send:focus,
fieldset[disabled] .btn-mail-send.focus,
fieldset[disabled] .btn-mail-send:active,
fieldset[disabled] .btn-mail-send.active {
    background-color: #ffe8a3;
    border-color: #FFC20A;
}

.btn-mail-send .badge {
    color: #ffe8a3;
    background-color: #bd8e00;
}

.drop-mail,
.message-content .dropdown-menu {
    color: #464646;
    background-color: #FAFAFA;
    border-color: #E2E2E2;
}

.drop-mail>li>a,
.message-content .dropdown-menu>li>a {
    color: #464646;
}

.drop-mail>li>a:hover,
.message-content .dropdown-menu>li>a:hover {
    color: #464646;
    background-color: #f2f2f2;
}

.drop-mail .divider,
.message-content .dropdown-menu .divider {
    background-color: #f2f2f2;
}


/* Mail options */

.mail-options {
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    background: #FDFDFD;
}

.mail-options .caret {
    color: #AAAAAA;
}

.mail-select .btn-label .cb-inner {
    border-color: #AAAAAA;
}

.mail-select .btn-label:hover,
.mail-select .btn-label:focus,
.mail-select .btn-label.active {
    background: #F8F8F8;
    border: 1px solid #E2E2E2;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Mail content */

.mail-list-container {
    background: #FDFDFD;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mail-list table tr:first-child td {
    border-top: none;
}

.mail-list .col-sender .fa-star {
    color: #F2A730;
}

.mail-list .col-sender .fa-star-o {
    color: #535353;
}


/* Mail details */

.mail-details {
    background: #FFF;
}


/* Mail details - header */

.mail-details-header {
    background: #FAFAFA;
    border-top: 1px solid #EDEDED;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mail-details-options .caret {
    color: #AAAAAA;
}


/* Mail details - message */

.mail-details-message {
    border-bottom: 1px solid #EDEDED;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mail-details-message-header {
    background: #FDFDFD;
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
}

.mail-details-message-body {
    background: #FFF;
    color: #737373;
}

.mail-details-message-attachment {
    background: #FDFDFD;
    border: 1px solid #EDEDED;
}

.mail-details-attachment-body .well {
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


/* Mail layouts */

.mail-layout-right .mail-list-container {
    border-right: 1px solid #EDEDED;
}


/* New message */

.new-message {
    background: #FFF;
}

.new-message-title {
    background: #FAFAFA;
    border-top: 1px solid #EDEDED;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.new-message-header {
    background: #FDFDFD;
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
}

.message-content .note-editor {
    border-color: #E2E2E2;
}

.message-content .note-editor .note-toolbar {
    background: #FDFDFD;
    border-bottom-color: #E2E2E2;
}

.message-content .note-editor .note-statusbar .note-resizebar {
    border-top-color: #E2E2E2;
}

.input-upload[readonly] {
    background: #FFF;
    border-color: #E2E2E2;
}

.new-message-footer {
    background: #FDFDFD;
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
}


/*
	Sidebars and Slidebars
	------------------------------------- */

.btn-mail-compose {
    color: #161616;
    background: #FFC20A;
}

.btn-mail-compose:hover {
    color: #161616;
    background: #bd8e00;
}

.mail-side-sep {
    border-top: 1px solid #111111;
}

.mail-side-header h4 {
    color: #CCCCCC;
}

.mail-side-header h4 a {
    color: #CCCCCC;
}

.mail-side-header h4 a:hover {
    color: #FFC20A;
}

.mail-side-header .btn-add-more {
    color: #CCCCCC;
}

.mail-side-header .btn-add-more:hover {
    color: #FFC20A;
}


/* Label colors and bg colors */

.label-bg-color-1 {
    background-color: #30BB74;
}

.label-bg-color-2 {
    background-color: #49C0E7;
}

.label-bg-color-3 {
    background-color: #F2A730;
}

.label-bg-color-4 {
    background-color: #eb525d;
}

.label-bg-color-5 {
    background-color: #AAAAAA;
}

.label-color-1 {
    color: #30BB74;
}

.label-color-2 {
    color: #49C0E7;
}

.label-color-3 {
    color: #F2A730;
}

.label-color-4 {
    color: #eb525d;
}

.label-color-5 {
    color: #AAAAAA;
}


/*  ==========================================================================
    Widgets
    ========================================================================== */


/*
    Widget - Blank
    ========================================================================== */


/*
    Common
    ------------------------------------- */


/*
    Blank in Header
    ------------------------------------- */


/*
    Blank in Box
    ------------------------------------- */


/*
    Blank in Sidebar
    ------------------------------------- */


/*
    Widget - Shared (DRY Methodology)
    ========================================================================== */


/*
    In Header
    =============================================== */


/*
	Dropdown In Header
	------------------------------------- */

.dropdown-in-header .dropdown-toggle {
    color: #535353;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.dropdown-in-header .dropdown-toggle:hover {
    color: #000;
    background: #FAFAFA;
}

.dropdown-in-header .dropdown-toggle:hover span {
    left: 15px;
    top: 15px;
}

.dropdown-in-header.open .dropdown-toggle {
    background: #F8F8F8;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    -moz-box-shadow: 0px 1px #F8F8F8;
    -webkit-box-shadow: 0px 1px #F8F8F8;
    box-shadow: 0px 1px #F8F8F8;
}


/*
	Dropdown Menu Header
	------------------------------------- */

.dropdown-menu-header {
    background: #F8F8F8;
    border-bottom: 1px solid #EDEDED;
}


/*
	Dropdown Menu Footer
	------------------------------------- */

.dropdown-menu-footer a {
    background: #FAFAFA;
    border-top: 1px solid #EDEDED;
}


/*
    In Sidebar
    =============================================== */


/*
    In Body
    =============================================== */


/*
    Widget - Active Users
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-active-users li {
    border-bottom: 1px solid #E2E2E2;
}

.widget-active-users li:first-child {
    border-top: 1px solid #E2E2E2;
}

.widget-active-users a:hover {
    background: #FFF;
}

.widget-active-users a:hover .active-users-img {
    border: 1px solid transparent;
}

.active-users-main-title {
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.active-users-img {
    border: 1px solid lightgray;
}

.active-users-info p {
    color: #b9b9b9;
}

.active-users-info .time {
    color: #535353;
}


/*
    Active Users in Header
    ------------------------------------- */


/*
    Active Users in Box
    ------------------------------------- */


/*
    Active Users in Sidebar
    ------------------------------------- */


/*
    Widget - Activity
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-activity-header a:hover,
.widget-activity-header a:focus {
    color: #FFC20A;
    background: #FFF;
    border-color: #EDEDED;
}

.widget-activity-item {
    background: #F4F4F4;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}


/*
    Activity in Header
    ------------------------------------- */


/*
    Activity in Box
    ------------------------------------- */


/*
    Activity in Sidebar
    ------------------------------------- */

.l-sidebar-compact-left .activity-text,
.l-sidebar-compact-right .activity-text {
    background: #F4F4F4;
    -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}

.l-sidebar-collapsed-left .activity-text,
.l-sidebar-collapsed-right .activity-text {
    background: #F4F4F4;
    -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .widget-activity-body .activity-status {
        border-top: 1px solid #E2E2E2;
    }
    .l-sidebar-compact-left .activity-status,
    .l-sidebar-compact-right .activity-status,
    .l-sidebar-collapsed-left .activity-status,
    .l-sidebar-collapsed-right .activity-status {
        border-top: none;
    }
}


/*
    Widget - Chat
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-chat-header a:hover,
.widget-chat-header a:focus {
    color: #FFC20A;
    background: #FFF;
    border-color: #EDEDED;
}

.widget-chat-body .first-row {
    border-top: 1px solid #EDEDED;
}

.widget-chat-body .chat-row {
    border-bottom: 1px solid #EDEDED;
}

.widget-chat-body a.chat-user:hover {
    color: #161616;
    background: #F8F8F8;
}

.widget-chat-body a.chat-user.open {
    color: #FFC20A;
    background: #161616;
}

.widget-chat-body .chat-info .mood {
    color: #A0A0A0;
}

.widget-chat-body .chat-conversation {
    background: #EDEDED;
}

.widget-chat-body .chat-conversation .chat-user {
    border-bottom: 1px solid #E2E2E2;
}

.widget-chat-body .chat-date-start {
    border-bottom: 1px solid #E2E2E2;
}

.widget-chat-body .user-1 {
    background: #FFF;
}

.widget-chat-body .user-2 {
    background: #F8F8F8;
}

.widget-chat-body .chat-more-message {
    border-top: 1px solid #E2E2E2;
}

.widget-chat-body .chat-time {
    text-align: center;
}

.widget-chat-body .chat-input {
    border-top: 1px solid #E2E2E2;
    background: #F8F8F8;
}

.widget-chat-body .chat-input .btn {
    border: 1px solid #E2E2E2;
}


/*
    Chat in Header
    ------------------------------------- */


/*
    Chat in Sidebar
    ------------------------------------- */


/*
    Chat in Box
    ------------------------------------- */


/*
    Widget - Group
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-group-header a:hover,
.widget-group-header a:focus {
    color: #FFC20A;
    background: #FFF;
    border-color: #EDEDED;
}

.widget-group-body a {
    color: #A0A0A0;
}

.widget-group-body a:hover {
    color: #FFC20A;
}


/*
    Group in Header
    ------------------------------------- */


/*
    Group in Sidebar
    ------------------------------------- */


/*
    Group in Box
    ------------------------------------- */


/*
    Widget - Info
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-info {
    background: #FFF;
}


/*
    Info in Header
    ------------------------------------- */


/*
    Info in Sidebar
    ------------------------------------- */


/*
    Info in Box
    ------------------------------------- */

.info-t-1-spark-1-c {
    color: #FFF;
}

.t-info-1 {
    color: #FFF;
    /*background: #eb525d;*/
    background: var(--gris-dashboard-box);
}

.t-info-1 hr {
    /*border-color: #d81927;*/
    border-color: var(--gris-dashboard-box-bar);
}

.t-info-1 .progress-bar {
    /*background-color: #c11623;*/
    background-color: var(--gris-dashboard-box-bar);
}

.t-info-1 a {
    color: #FFF;
}

.t-info-1 a:hover {
    color: #fff;
}

.info-t-2-spark-1-c {
    color: #30BB74;
}

.info-t-2-spark-2-c {
    color: #FDFDFD;
}

.info-t-2-spark-3-c {
    color: #464646;
}

.t-info-2 {
    color: #FFF;
    /*background: #30BB74;*/
    background: var(--gris-dashboard-box);
}

.t-info-2 hr {
    /*border-color: #2ba767;*/
    border-color: var(--gris-dashboard-box-bar);
}

.t-info-2 .progress-bar {
    /*background-color: #1b6a42;*/
    background-color: var(--gris-dashboard-box-bar);
}

.t-info-2 a {
    color: #FFF;
}

.t-info-2 a:hover {
    color: #161616;
}

.info-t-3-spark-1-c {
    color: #FFF;
}

.t-info-3 {
    color: #FFF;
    /*background: #49C0E7;*/
    background: var(--gris-dashboard-box);
}

.t-info-3 hr {
    /*border-color: #1db0e0;*/
    border-color: var(--gris-dashboard-box-bar);
}

.t-info-3 .progress-bar {
    /*background-color: #188cb2;*/
    background-color: var(--gris-dashboard-box-bar);
}

.t-info-3 a {
    color: #FFF;
}

.t-info-3 a:hover {
    color: #161616;
}

.info-t-4-spark-1-c {
    color: #FFF;
}

.t-info-4 {
    color: #FFF;
    /*background: #F2A730;*/
    background: var(--gris-dashboard-box);
}

.t-info-4 hr {
    /*border-color: #ea960f;*/
    border-color: var(--gris-dashboard-box-bar);
}

.t-info-4 .progress-bar {
    /*background-color: #b1710b;*/
    background-color: var(--gris-dashboard-box-bar);
}

.t-info-4 a {
    color: #FFF;
}

.t-info-4 a:hover {
    color: #161616;
}

.t-info-5 {
    color: #FFF;
    /*background: #f47917;*/
    background: var(--gris-dashboard-box);
}

.t-info-5 .progress-bar {
    /*background-color: #b7590d;*/
    background-color: var(--gris-dashboard-box-bar);
}


/*
    Widget - Latest News
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-latest-news .collapsible-cointainer .collapsible {
    border: none;
    border-top: 1px solid #DDDDDD;
}

.widget-latest-news .collapsible-cointainer .collapsible.last {
    border-bottom: 1px solid #DDDDDD;
}

.widget-latest-news .collapsible-cointainer .collapse-open {
    background: #F4F4F4;
}

.widget-latest-news .collapsible-cointainer div.content {
    border: none;
    border-top: 1px solid #DDDDDD;
    background: #FAFAFA;
}

.widget-latest-news .collapsible-cointainer div.content.last {
    border-top: none;
    border-bottom: 1px solid #DDDDDD;
}

.latest-news-main-title {
    background: #FFF;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.latest-news-img img {
    border: 1px solid #DDDDDD;
}

.latest-news-img:hover img {
    border: 1px solid #FFC20A;
    opacity: 0.9;
}

.latest-news-date {
    color: #b9b9b9;
}


/*
    Latest News in Header
    ------------------------------------- */


/*
    Latest News in Box
    ------------------------------------- */


/*
    Latest News in Sidebar
    ------------------------------------- */


/*
    Widget - Latest Orders
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-latest-orders {
    background: #FFF;
    border: 1px solid #EDEDED;
}

.widget-latest-orders th {
    color: #eb525d;
}

.widget-latest-orders td.tb-col-1 {
    color: #b9b9b9;
}

.widget-latest-orders td.tb-col-3 {
    color: #AAAAAA;
}

.widget-latest-orders td.tb-col-4 {
    color: #AAAAAA;
}

.widget-latest-orders td.tb-col-5 {
    color: #535353;
}

.widget-latest-orders .table-order-body {
    background: #FDFDFD;
    border-bottom: 2px solid #EDEDED;
}


/*
    Latest Orders in Header
    ------------------------------------- */


/*
    Latest Orders in Sidebar
    ------------------------------------- */


/*
    Latest Orders in Box
    ------------------------------------- */


/*
    Widget - Logo
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-logo span.logo-default:after,
.widget-logo span.logo-default-header:after,
.widget-logo span.logo-medium:after {
    /*background: #FFC20A;*/
}

.widget-logo:hover span:after {
    /*background: #FFF;*/
}

.widget-logo:hover span.logo-default-header:after {
    /*background: #000;*/
}


/*
    Logo in Header
    ------------------------------------- */


/*
    Logo in Sidebar
    ------------------------------------- */


/*
    Logo in Box
    ------------------------------------- */


/*
    Widget - Members
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-members {
    background: #FFF;
    border: 1px solid #EDEDED;
}

.widget-members tr:hover {
    background-color: #F4F4F4 !important;
}


/*
    Members in Header
    ------------------------------------- */


/*
    Members in Sidebar
    ------------------------------------- */


/*
    Members in Box
    ------------------------------------- */


/*
    Widget - Message
    ========================================================================== */


/*
	Message
	------------------------------------- */

.widget-message .msg-content a {
    border-bottom: 1px solid #EDEDED;
}

.widget-message .msg-content a:hover,
.widget-message .msg-content a:focus {
    color: #000;
    background: #FAFAFA;
}

.message-in-header.open .dropdown-toggle {
    color: #49C0E7;
}

.message-in-side .dropdown-menu-header,
.message-in-side .dropdown-menu-footer a,
.message-in-box .dropdown-menu-header,
.message-in-box .dropdown-menu-footer a {
    background: transparent;
}


/*
    Widget - Navigation
    ========================================================================== */


/*
    Common
    ------------------------------------- */


/*
    Navigation in Header
    ------------------------------------- */


/*
    Navigation in Box
    ------------------------------------- */


/*
    Navigation in Sidebar
    ------------------------------------- */

.l-sidebar-collapsed-left .nav-text,
.l-sidebar-collapsed-right .nav-text {
    background: #FAFAFA;
    border: 1px solid #E2E2E2;
}

.t-nav-1 a {
    border-bottom: 1px solid #E2E2E2;
}

.t-nav-1 a:hover {
    background: #FAFAFA;
}

.t-nav-1 a:hover .nav-icon i {
    background: #FFF;
    border: 1px solid #FFC20A;
}

.t-nav-1 .nav-icon i {
    border: 1px solid #E2E2E2;
}

.t-nav-2 a:hover {
    background: #FAFAFA;
}

.t-nav-3 a:hover {
    background: #FFF;
}


/*
    Widget - Notification
    ========================================================================== */


/*
	Notification
	------------------------------------- */

.widget-notification .nft-content a:hover,
.widget-notification .nft-content a:focus {
    color: #000;
    background: #FAFAFA;
}

.notification-in-header.open .dropdown-toggle {
    color: #30BB74;
}

.notification-in-side .dropdown-menu-header,
.notification-in-side .dropdown-menu-footer a,
.notification-in-box .dropdown-menu-header,
.notification-in-box .dropdown-menu-footer a {
    background: transparent;
}


/*
    Widget - Options
    ========================================================================== */


/*
    Common
    ------------------------------------- */


/*
    Options in Header
    ------------------------------------- */


/*
    Options in Sidebar
    ------------------------------------- */


/*
    Options in Box
    ------------------------------------- */


/*
    Widget - Page Summary
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-page-summary {
    background: #FDFDFD;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.widget-page-summary .page-summary-info-switcher {
    background: #FFF;
    border: 1px solid #EDEDED;
}

.widget-page-summary .page-sub-title span {
    color: #eab000;
}

.widget-page-summary .switcherySettings {
    color: #FFC20A;
}

.widget-page-summary .switcheryUnits {
    color: #eb525d;
}

.widget-page-summary .rickshaw-views {
    color: #eb525d;
}

.widget-page-summary .rickshaw-followers {
    color: #49C0E7;
}

.widget-page-summary .rickshaw-comments {
    color: #30BB74;
}

.widget-page-summary .update-status-settings a {
    color: #b9b9b9;
}

.widget-page-summary .update-status-settings a:hover {
    color: #535353;
}

.summary-chart i {
    color: #b9b9b9;
}

.summary-chart.chart-views:hover i {
    color: #eb525d;
}

.summary-chart.chart-followers:hover i {
    color: #49C0E7;
}

.summary-chart.chart-comments:hover i {
    color: #30BB74;
}

.clock-wrapper .jqclock {
    border-right: 1px solid #b9b9b9;
}


/*
    Page Summary in Header
    ------------------------------------- */


/*
    Page Summary in Box
    ------------------------------------- */


/*
    Page Summary in Sidebar
    ------------------------------------- */

@media (max-width: 767px) {
    .clock-wrapper .jqclock {
        border-right: none;
    }
}


/*
    Widget - Profile
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-profile .dropdown-menu .lock {
    background: #FDFDFD;
    border-top: 1px solid #EDEDED;
}

.widget-profile .dropdown-menu .power {
    background: #FDFDFD;
}

.widget-profile .dropdown-menu>li>a:hover {
    color: #FFC20A;
    background: none;
}


/*
    Profile in Header
    ------------------------------------- */

.profile-in-header .dropdown-toggle {
    background: #FFF;
}

.profile-in-header .dropdown-menu {
    border-top-color: #FFF;
}

.profile-in-header.open .dropdown-toggle {
    border-color: transparent #EDEDED;
}

.profile-in-header.open .name {
    color: #FFC20A;
}


/*
    Profile in Sidebar
    ------------------------------------- */

.profile-in-side .dropdown-toggle {
    background: #FFF;
    border-color: #EDEDED transparent;
}

@media (max-width: 767px) {
    .profile-in-header.open .dropdown-toggle {
        border-color: transparent transparent #EDEDED;
    }
}


/*
    Widget - Profile 2
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.profile-2-img {
    position: relative;
}

.profile-2-img img {
    border: 1px solid;
}

.profile-2-img .edit-profile {
    position: absolute;
    right: 10px;
    top: 10px;
}

.profile-2-img .status .dropdown {
    background: #111111;
}

.status-color-1 {
    color: #30BB74;
}

.status-color-2 {
    color: #F2A730;
}

.status-color-3 {
    color: #eb525d;
}

.status-color-4 {
    color: #AAAAAA;
}


/*
    Profile 2 in Header
    ------------------------------------- */


/*
    Profile 2 in Box
    ------------------------------------- */


/*
    Profile 2 in Sidebar
    ------------------------------------- */

.l-sidebar-compact-left .profile-2-in-side-2 .profile-2-chart,
.l-sidebar-compact-right .profile-2-in-side-2 .profile-2-chart {
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.l-sidebar-collapsed-left .profile-2-in-side-2 .profile-2-chart,
.l-sidebar-collapsed-right .profile-2-in-side-2 .profile-2-chart {
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.t-profile-2-1 h3 {
    color: #F8F8F8;
}

.t-profile-2-1 a {
    color: #AAAAAA;
}

.t-profile-2-1 a:hover {
    color: #FFC20A;
}

.t-profile-2-1 .profile-2-details {
    border-top: 1px solid #161616;
}

.t-profile-2-2 .profile-2-img img {
    box-shadow: inset 0px 0 5px rgba(0, 0, 0, 0.3);
}

.t-profile-2-3 h3 {
    color: #F8F8F8;
}

.t-profile-2-3 a {
    color: #AAAAAA;
}

.t-profile-2-3 a:hover {
    color: #FFC20A;
}

.t-profile-2-3 .profile-2-wrapper,
.t-profile-2-3 .profile-2-img,
.t-profile-2-3 .profile-2-info {
    background: #161616;
}

.t-profile-2-3 .profile-2-toggle {
    background: #1d1d1d;
}

.t-profile-2-3 .profile-2-toggle:hover {
    background: #111111;
}

.t-profile-2-3 .profile-2-details {
    border-top: 1px solid #161616;
}

.t-profile-2-3 .btn-dark {
    background-color: #111111;
    border-color: #090909;
}

.t-profile-2-3 .btn-dark.active,
.t-profile-2-3 .btn-dark:hover {
    background: #1d1d1d;
}

.t-profile-2-3 .profile-2-social-stats {
    background: #111111;
}

.t-profile-2-3 .profile-2-chart {
    background: #090909;
}

.rickshaw-visitors {
    color: #ffcf3d;
}


/*
    Widget - Revenue
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-revenue {
    background: #FFF;
    border: 1px solid #EDEDED;
}

.widget-revenue .c3 path,
.widget-revenue .c3 line {
    fill: none;
    stroke: #535353;
}

.widget-revenue .c3 svg {
    fill: #535353;
}

.c3-revenue-1 {
    color: #9ee6c1;
}

.c3-revenue-2 {
    color: #30BB74;
}

.c3-revenue-3 {
    color: #f09d18;
}

.c3-revenue-4 {
    color: #F2A730;
}

.c3-revenue-5 {
    color: #49C0E7;
}


/*
    Revenue in Header
    ------------------------------------- */


/*
    Revenue in Sidebar
    ------------------------------------- */


/*
    Revenue in Box
    ------------------------------------- */


/*
    Widget - Search
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-search .btn {
    background: none;
}

.widget-search .btn:hover {
    color: #FFC20A;
}


/*
    Search in Header
    ------------------------------------- */

.search-in-header input {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.search-in-header input:hover+.btn,
.search-in-header input:focus+.btn {
    color: #535353;
}


/*
    Search in Box
    ------------------------------------- */


/*
    Search in Sidebar
    ------------------------------------- */

.search-in-side input {
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

.t-search-1 .btn {
    color: #FFF;
}

.t-search-2 .btn {
    color: #EDEDED;
    border-color: transparent #EDEDED;
}

.t-search-3 .btn {
    color: #A0A0A0;
}

.t-search-4 input {
    color: #D7D7D7;
    background: #161616;
    border-color: #111111;
}

.t-search-4 input:hover,
.t-search-4 input:focus {
    background: #111111;
    border-color: #090909;
}

.t-search-4 .btn {
    color: #A0A0A0;
}


/*
    Widget - Search Expanding
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.search-exp-input {
    background: #FFF;
    color: #535353;
}

.search-exp-input::-webkit-input-placeholder {
    color: #FFC20A;
}

.search-exp-input:-moz-placeholder {
    color: #FFC20A;
}

.search-exp-input::-moz-placeholder {
    color: #FFC20A;
}

.search-exp-input:-ms-input-placeholder {
    color: #FFC20A;
}

.search-exp-icon {
    color: #FFF;
    background: #535353;
}

.search-exp-submit {
    background: #FFF;
}


/* Open state */

.search-expanding.search-exp-open .search-exp-icon,
.no-js .search-expanding .search-exp-icon {
    background: #535353;
    color: #FFF;
}


/*
    Search Expanding in Header
    ------------------------------------- */


/*
    Search Expanding in Box
    ------------------------------------- */


/*
    Search Expanding in Sidebar
    ------------------------------------- */


/*
    Widget - Server Stats
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-server-stats .server-stats-pcu-1 {
    color: #e83b48;
}

.widget-server-stats .server-stats-pcu-2 {
    color: #eb525d;
}

.widget-server-stats .server-stats-memory-1 {
    color: #30BB74;
}

.widget-server-stats .server-stats-memory-2 {
    color: #9ee6c1;
}

.widget-server-stats .server-stats-temp-1 {
    color: #F2A730;
}

.widget-server-stats .server-stats-user-1 {
    color: #32b8e4;
}

.widget-server-stats .server-stats-user-2 {
    color: #49C0E7;
}


/*
    Server Stats in Header
    ------------------------------------- */


/*
    Server Stats in Box
    ------------------------------------- */


/*
    Server Stats in Sidebar
    ------------------------------------- */

.t-server-stats-1 .server-stats-btn {
    border-bottom: 1px solid #EDEDED;
}

.t-server-stats-1 .server-stats-btn:hover,
.t-server-stats-1 .server-stats-btn.active {
    color: #737373;
    background: #F8F8F8;
}

.t-server-stats-1 .server-stats-btn:focus {
    color: #737373;
}

.t-server-stats-1 .server-stats-content {
    background: #FAFAFA;
    border: 1px solid #E2E2E2;
}

.t-server-stats-1 .server-stats-header {
    background: #F4F4F4;
    border-bottom: 1px solid #E2E2E2;
}

.t-server-stats-1 .server-stats-footer {
    background: #F4F4F4;
    border-top: 1px solid #E2E2E2;
}

.t-server-stats-1 .increase {
    color: #30BB74;
}

.t-server-stats-1 .decrease {
    color: #eb525d;
}


/*
    Widget - Settings
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-settings .settings-title {
    border-bottom: 1px solid #EDEDED;
}


/*
    Settings in Header
    ------------------------------------- */


/*
    Settings in Box
    ------------------------------------- */


/*
    Settings in Sidebar
    ------------------------------------- */


/*
    Widget - Social
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-social {
    background: #FFF;
}


/*
    Social in Header
    ------------------------------------- */


/*
    Social in Sidebar
    ------------------------------------- */


/*
    Social in Box
    ------------------------------------- */

.t-social-facebook {
    color: #FFF;
    background: #3B5998;
}

.t-social-twitter {
    color: #FFF;
    background: #55ACEE;
}

.t-social-youtube {
    color: #FFF;
    background: #e52d27;
}

.t-social-google-plus {
    color: #FFF;
    background: #dd4b39;
}

.t-social-instagram {
    color: #FFF;
    background: #3f729b;
}


/*
    Widget - Stats
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-stats {
    color: #535353;
    background: #FFF;
}

.widget-stats a {
    color: #535353;
}

.widget-stats a:hover {
    color: #FFC20A;
}

.widget-stats .stats-data span {
    color: #464646;
}


/*
    Stats in Header
    ------------------------------------- */


/*
    Stats in Sidebar
    ------------------------------------- */


/*
    Stats in Box
    ------------------------------------- */

.t-stats-1 {
    color: #CCCCCC;
    background: #1d1d1d;
}

.t-stats-1 a {
    color: #CCCCCC;
}

.t-stats-1 a:hover {
    color: #FFC20A;
}

.t-stats-1 .stats-data span {
    color: #F4F4F4;
}

.t-stats-1 h4 {
    border-bottom: 1px solid #090909;
}


/*
    Widget - Stats 2
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-stats-2 {
    color: #535353;
}

.widget-stats-2 .stats-2-header {
    border-bottom: 1px solid #E2E2E2;
}

.widget-stats-2 .stats-2-toggler,
.widget-stats-2 .stats-2-header,
.widget-stats-2 .stats-2-body {
    background: #EDEDED;
}


/*
    Stats 2 in Header
    ------------------------------------- */


/*
    Stats 2 in Box
    ------------------------------------- */


/*
    Stats 2 in Sidebar
    ------------------------------------- */

.t-stats-2-1 {
    color: #FFF;
}

.t-stats-2-1 .stats-2-header {
    border-bottom: 1px solid #f09d18;
}

.t-stats-2-1 .stats-2-toggler,
.t-stats-2-1 .stats-2-header,
.t-stats-2-1 .stats-2-body {
    background: #F2A730;
}

.t-stats-2-2 {
    color: #FFF;
}

.t-stats-2-2 .stats-2-header {
    border-bottom: 1px solid #e83b48;
}

.t-stats-2-2 .stats-2-toggler,
.t-stats-2-2 .stats-2-header,
.t-stats-2-2 .stats-2-body {
    background: #eb525d;
}

.t-stats-2-3 {
    color: #FFF;
}

.t-stats-2-3 .stats-2-header {
    border-bottom: 1px solid #2ba767;
}

.t-stats-2-3 .stats-2-toggler,
.t-stats-2-3 .stats-2-header,
.t-stats-2-3 .stats-2-body {
    background: #30BB74;
}

.t-stats-2-4 {
    color: #FFF;
}

.t-stats-2-4 .stats-2-header {
    border-bottom: 1px solid #32b8e4;
}

.t-stats-2-4 .stats-2-toggler,
.t-stats-2-4 .stats-2-header,
.t-stats-2-4 .stats-2-body {
    background: #49C0E7;
}

.t-stats-2-5 {
    color: #FFF;
}

.t-stats-2-5 .stats-2-header {
    border-bottom: 1px solid #464646;
}

.t-stats-2-5 .stats-2-toggler,
.t-stats-2-5 .stats-2-header,
.t-stats-2-5 .stats-2-body {
    background: #535353;
}

.t-stats-2-6 {
    color: #FFF;
}

.t-stats-2-6 .stats-2-header {
    border-bottom: 1px solid #040404;
}

.t-stats-2-6 .stats-2-toggler,
.t-stats-2-6 .stats-2-header,
.t-stats-2-6 .stats-2-body {
    background: #111111;
}


/*
    Widget - Statistic
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-statistic {
    background: #FDFDFD;
    border-top: 1px solid #EDEDED;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.widget-statistic .statistic-options li:last-child {
    border-right: 1px solid #b9b9b9;
}

.widget-statistic .statistic-options li.last {
    border-right: none;
}

.widget-statistic .statistic-options a {
    color: #b9b9b9;
}

.widget-statistic .statistic-options a.active,
.widget-statistic .statistic-options a:hover {
    color: #535353;
}

.widget-statistic .statistic-header {
    background: #FAFAFA;
    border-bottom: 1px solid #EDEDED;
}

.widget-statistic .statistic-title-1 {
    color: #FFC20A;
}

.widget-statistic .statistic-title-2 {
    color: #49C0E7;
}

.widget-statistic .statistic-title-3 {
    color: #9ee6c1;
}

.widget-statistic .statistic-title-4 {
    color: #eb525d;
}

.widget-statistic .rickshaw-statistic-c-1-1 {
    color: rgba(255, 200, 36, 0.8);
}

.widget-statistic .rickshaw-statistic-c-1-2 {
    color: rgba(255, 238, 189, 0.8);
}

.widget-statistic .rickshaw-statistic-c-2-1 {
    color: rgba(96, 200, 234, 0.8);
}

.widget-statistic .rickshaw-statistic-c-3-1 {
    color: rgba(178, 235, 206, 0.8);
}

.widget-statistic .rickshaw-statistic-c-4-1 {
    color: rgba(238, 105, 114, 0.8);
}

.widget-statistic .switcheryDisplay {
    color: #464646;
}

.widget-statistic .c3-donut-1 {
    color: #3B5998;
}

.widget-statistic .c3-donut-2 {
    color: #F2A730;
}

.widget-statistic .c3-donut-3 {
    color: #30BB74;
}

.widget-statistic .c3-donut-4 {
    color: #161616;
}

.widget-statistic .c3-donut-5 {
    color: #32b8e4;
}

.widget-statistic .c3-donut-6 {
    color: #49C0E7;
}

.widget-statistic .c3-donut-7 {
    color: #2ba767;
}

.widget-statistic .c3-donut-8 {
    color: #e52d27;
}

.widget-statistic .c3-donut-9 {
    color: #eb525d;
}

.statistic-gender .c3-gender-1 {
    color: rgba(255, 200, 36, 0.8);
}

.statistic-gender .c3-gender-2 {
    color: rgba(73, 192, 231, 0.8);
}

.statistic-gender .c3-chart-arc.c3-target-Female path {
    stroke: #d6a100;
}

.statistic-gender .c3-chart-arc.c3-target-Female text {
    fill: #8a6700;
}

.statistic-gender .c3-chart-arc.c3-target-Male path {
    stroke: #1db0e0;
}

.statistic-gender .c3-chart-arc.c3-target-Male text {
    fill: #126985;
}

.statistic-browser .rickshaw-browser-1 {
    color: rgba(96, 200, 234, 0.8);
}

.statistic-browser .rickshaw-browser-2 {
    color: rgba(178, 235, 206, 0.8);
}

.statistic-browser .rickshaw-browser-3 {
    color: rgba(238, 105, 114, 0.8);
}

.statistic-activity .activity-row {
    border-bottom: 1px solid #EDEDED;
}

.statistic-activity .activity-row:hover {
    background: #F8F8F8;
}

.statistic-activity .activity-row:hover .activity-settings {
    display: block;
}

.statistic-activity .activity-img span:after {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.statistic-activity .activity-img span:hover {
    background: rgba(255, 194, 10, 0.3);
}

.statistic-activity .activity-img span:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

.statistic-activity .activity-info {
    position: relative;
}

.statistic-activity .activity-info .time {
    color: #AAAAAA;
}

.statistic-activity .activity-info .activity-settings {
    display: none;
}

.statistic-activity .activity-info .activity-settings a {
    color: #b9b9b9;
}

.statistic-activity .activity-info .activity-settings a:hover {
    color: #535353;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #FFC20A, 0 0 0 5px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #FFC20A, 0 0 0 5px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.2);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #FFC20A, 0 0 0 5px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #FFC20A, 0 0 0 5px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #FFC20A, 0 0 0 5px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #FFC20A, 0 0 0 5px rgba(255, 255, 255, 0.5);
        transform: scale(1.2);
        opacity: 0;
    }
}

.is-statistic-right {
    border-right: 1px solid #EDEDED;
}

.is-statistic-left {
    border-left: 1px solid #EDEDED;
}


/*
    Statistic in Header
    ------------------------------------- */


/*
    Statistic in Box
    ------------------------------------- */


/*
    Statistic in Sidebar
    ------------------------------------- */

.t-item-1 {
    color: #FFF;
    background: #60c8ea;
}

.t-item-1:hover {
    background: #49C0E7;
}

.t-item-1 .rickshaw-statistic-item-1 {
    color: #72ceec;
}

.t-item-2 {
    color: #1d1d1d;
    background: #eaeaea;
}

.t-item-2:hover {
    background: #DDDDDD;
}

.t-item-2 .rickshaw-statistic-item-2 {
    color: #f4f4f4;
}

.t-item-3 {
    color: #FFF;
    background: #232323;
}

.t-item-3:hover {
    background: #161616;
}

.t-item-3 .rickshaw-statistic-item-3 {
    color: #2d2d2d;
}

.t-item-4 {
    color: #FFF;
    background: #ee6972;
}

.t-item-4:hover {
    background: #eb525d;
}

.t-item-4 .rickshaw-statistic-item-4 {
    color: #f07b84;
}

@media (max-width: 767px) {
    .widget-statistic .statistic-options li:last-child {
        border-right: none;
    }
}


/*
    Widget - Tabs
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-tabs .nav {
    background: #FFF;
    border-bottom: none;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.widget-tabs .nav>li {
    border-right: 1px solid #EDEDED;
}

.widget-tabs .nav>li>a {
    border: none;
}

.widget-tabs .nav>li>a:hover,
.widget-tabs .nav>li>a:focus {
    border: none;
}

.widget-tabs .nav .last {
    border-right: none;
}


/*
    Tabs in Header
    ------------------------------------- */


/*
    Tabs in Sidebar
    ------------------------------------- */


/*
    Tabs in Box
    ------------------------------------- */


/*
    Widget - Tabs 2
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-tabs-2 {
    background: #FDFDFD;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

.widget-tabs-2 ul li {
    border-right: 1px solid #EDEDED;
}

.widget-tabs-2 ul li:hover {
    background: #FAFAFA;
    border-bottom: 1px solid #EDEDED;
}

.widget-tabs-2 ul .resp-tab-active:hover {
    background: #FFF;
    border-bottom: 1px solid transparent;
}

.widget-tabs-2 .resp-tab-item:hover,
.widget-tabs-2 .resp-tab-active {
    color: #161616;
}

.widget-tabs-2 .tab-2-info {
    color: #AAAAAA;
}

.widget-tabs-2 .tab-chart-update {
    color: #b9b9b9;
}

.widget-tabs-2 .tab-chart-update:hover {
    color: #535353;
}

.widget-tabs-2 .tab-chart span {
    color: #737373;
}

.widget-tabs-2 .tab-chart-track-color {
    color: #DDDDDD;
}

.widget-tabs-2 .tab-chart-1-color {
    color: #e83b48;
}

.widget-tabs-2 .tab-chart-2-color {
    color: #2ba767;
}

.widget-tabs-2 .tab-chart-3-color {
    color: #f09d18;
}

.widget-tabs-2 .tab-chart-4-color {
    color: #32b8e4;
}


/*
    Tabs 2 in Header
    ------------------------------------- */


/*
    Tabs 2 in Box
    ------------------------------------- */


/*
    Tabs 2 in Sidebar
    ------------------------------------- */


/*
    Widget - Task
    ========================================================================== */


/*
	Task
	------------------------------------- */

.task-in-header.open .dropdown-toggle {
    color: #eb525d;
}

.task-in-side .dropdown-menu-header {
    background: transparent;
}

.task-in-box .dropdown-menu-header {
    background: transparent;
}


/*
    Widget - Theme Settings
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-theme-settings {
    background: #FDFDFD;
    border: 1px solid #E2E2E2;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.theme-settings-toggle {
    background: #F4F4F4;
    border: 1px solid #E2E2E2;
    border-right-color: #F4F4F4;
}

.theme-settings-wrapper h3 {
    background: #F4F4F4;
    border-bottom: 1px solid #E2E2E2;
}

.theme-settings-info {
    background: #E2E2E2;
}

.theme-settings-info:hover {
    background: #161616;
}

.theme-skin-title {
    border-bottom: 1px solid #E2E2E2;
}

.theme-skin-title .clear-cache {
    color: #535353;
}

.theme-skin-title .clear-cache:hover {
    color: #FFC20A;
}

.theme-skin-wrapper {
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.skin-default {
    position: relative;
}

.skin-default:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
    -webkit-background-origin: border-box;
    -moz-background-origin: border;
    background-origin: border-box;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0)));
    background-image: -moz-linear-gradient(left top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(left top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
}

.skin-default .skin-c-1 {
    background: #161616;
}

.skin-default .skin-c-2 {
    background: #FFC20A;
}

.skin-default .skin-c-3 {
    background: #F8F8F8;
}

.skin-medium-purple .skin-c-1 {
    background: #1F1F1F;
}

.skin-medium-purple .skin-c-2 {
    background: #756ddd;
}

.skin-medium-purple .skin-c-3 {
    background: #ee5077;
}

.skin-medium-purple .skin-c-4 {
    background: #fafafa;
}

.skin-c-soon {
    background: #F4F4F4;
}


/*
	Collapsible
	------------------------------------- */

.theme-collapsible-cointainer .theme-collapsible {
    color: #535353;
    background: #FFF;
    border-bottom: 1px solid #EDEDED;
}

.theme-collapsible-cointainer .collapse-open {
    background: #F8F8F8;
    color: #535353;
}

.theme-collapsible-cointainer div.content {
    background: #FFF;
    border-bottom: 1px solid #EDEDED;
}


/*
    Widget - Todos
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-todo {
    background: #FFF;
    border: 1px solid #EDEDED;
}

.widget-todo h4 {
    border-bottom: 1px solid #EDEDED;
}

.widget-todo .todo-list li:last-child {
    border-bottom: none;
}

.widget-todo .todo-item {
    border-bottom: 1px solid #EDEDED;
}

.widget-todo a {
    color: #AAAAAA;
}

.widget-todo a:hover {
    color: #FFC20A;
}


/*
    Todos in Header
    ------------------------------------- */


/*
    Todos in Sidebar
    ------------------------------------- */


/*
    Todos in Box
    ------------------------------------- */

.t-todo-1 {
    background: #F4F4F4;
    border: 1px solid #d9d9d9;
    color: #535353;
}

.t-todo-1 h4 {
    border-bottom: 1px solid #BBBBBB;
}

.t-todo-1 .todo-item {
    border-bottom: 1px solid #BBBBBB;
}


/*
    Widget - Weather Forecast
    ========================================================================== */


/*
    Common
    ------------------------------------- */

.widget-weather-forecast {
    color: #FFF;
}

.weather-day-col {
    color: #FFF;
    border-right: 1px solid #000;
}

.weather-day-col:hover {
    background: #1d1d1d;
}

.weather-date {
    color: #AAAAAA;
}

.weather-icon i {
    color: #FFC20A;
}

.weather-description {
    color: #A0A0A0;
}

.weather-forecast-settings .cb-radio-primary-1 .cb-inner {
    background: #161616;
    border: 1px solid #111111;
}

.weather-forecast-settings input.form-control {
    color: #FFF;
    background: #535353;
    border-color: #464646;
}

.weather-forecast-settings .input-group-addon {
    color: #FFC20A;
    background-color: #464646;
    border: 1px solid #464646;
}

.weather-forecast-settings .forecast-geo-location {
    color: #FFC20A;
}

.weather-forecast-settings .forecast-geo-location:hover {
    color: #E2E2E2;
}


/*
    Weather Forecast in Header
    ------------------------------------- */


/*
    Weather Forecast in Box
    ------------------------------------- */


/*
    Weather Forecast in Sidebar
    ------------------------------------- */


/*
    Widget - Miscellaneous
    ========================================================================== */


/*
    Common
    =============================================== */


/*
    Switcher
    ------------------------------------- */

.t-switcher-header:hover {
    background: #005f9e;
}

.t-switcher-side {
    /*color: #CCCCCC;
    background: #1d1d1d;
    border-bottom: 1px solid #111111;*/
    color: #fff;
    background: var(--background-l-slider);
    border-bottom: 1px solid var(--background-l-slider-active);
}

.t-switcher-side:hover {
    /*color: #005f9e;
    background: #090909;*/
    color: #fff;
    background: var(--background-l-slider-active);
}


/*
    Header
    ------------------------------------- */

.widget-header {
    border-bottom: 1px solid #EDEDED;
}


/*
	Sub Widget 1
	------------------------------------- */


/*
	Block Widgets
	=============================================== */


/*
	Status
	------------------------------------- */

.widget-status .dropdown-toggle:hover {
    background: #FFF;
    border-color: #EDEDED;
}

.widget-status.open .dropdown-toggle {
    background: #FFF;
    border-color: #EDEDED;
}


/*
	Chat Setting
	------------------------------------- */

.widget-chat-setting .dropdown-toggle:hover {
    background: #FFF;
    border-color: #EDEDED;
}

.widget-chat-setting.open .dropdown-toggle {
    background: #FFF;
    border-color: #EDEDED;
}


/*  ==========================================================================
    Helpers
    ========================================================================== */

.is-secondary,
.is-tertiary {
    display: none;
}