/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,28): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(41,28): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(51,28): run-time error CSS1039: Token not allowed after unary operator: '-panel-bg-color'
(52,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
(60,32): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
(71,28): run-time error CSS1039: Token not allowed after unary operator: '-panel-bg-color'
(72,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
(91,28): run-time error CSS1039: Token not allowed after unary operator: '-panel-bg-color'
(93,33): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
(99,34): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
(104,28): run-time error CSS1039: Token not allowed after unary operator: '-panel-bg-color'
(114,17): run-time error CSS1039: Token not allowed after unary operator: '-white-text-color'
(115,28): run-time error CSS1039: Token not allowed after unary operator: '-btn-bg-red-color'
(121,28): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(131,28): run-time error CSS1039: Token not allowed after unary operator: '-panel-bg-color'
(132,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
(137,28): run-time error CSS1039: Token not allowed after unary operator: '-btn-bg-red-color'
(138,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
(139,17): run-time error CSS1039: Token not allowed after unary operator: '-white-text-color'
(150,28): run-time error CSS1039: Token not allowed after unary operator: '-panel-bg-color'
(151,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
(162,35): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
(182,28): run-time error CSS1039: Token not allowed after unary operator: '-btn-bg-red-color'
(183,17): run-time error CSS1039: Token not allowed after unary operator: '-white-text-color'
(229,35): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
(231,28): run-time error CSS1039: Token not allowed after unary operator: '-list-sub-item-bg-color'
(237,28): run-time error CSS1039: Token not allowed after unary operator: '-btn-bg-hover-color'
(241,28): run-time error CSS1039: Token not allowed after unary operator: '-btn-bg-active-color'
(262,28): run-time error CSS1039: Token not allowed after unary operator: '-panel-bg-color'
(263,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
(284,28): run-time error CSS1039: Token not allowed after unary operator: '-panel-bg-color'
(285,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
 */
body.light-theme {
    --main-bg-color: #d8d8d9;
    --list-sub-item-bg-color: #f1f1f1;

    --panel-header-color: #2d2d30;
    --panel-bg-color: #fff;

    --input-bg-color: #1e1e1e;
    --input-bg-disabled-color: #2d2d30;
    --input-border-color: #bebebe;

    --white-text-color: #fff;
    --white-text-disable-color: #828282;
    
    --btn-bg-color: #fff;
    --btn-bg-hover-color: #e6e6e6;
    --btn-bg-active-color: #d4d4d4;
    --btn-bg-focus-color: #e6e6e6;

    --btn-bg-red-color: #d9534f;
    --btn-bg-red-hover-color: #c9302c;
    --btn-bg-red-active-color: #c9302c;
    --btn-bg-red-focus-color: #d9534f;

    --scheme-bg-color: #141414;
    --mark-color: #494949;
    --mark-green-color: #5e8b18;
}

/* Main */
body.light-theme {
    background-color: var(--main-bg-color);
}

body.light-theme .current-content {
    padding-bottom: 75px;
    padding-top: 10px;
}

body.light-theme .tab-footer-container {
    background-color: var(--main-bg-color);
    padding: 0px 15px 15px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

body.light-theme .tab-footer {
    background-color: var(--panel-bg-color);
    border: 1px solid var(--input-border-color);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .25);
    border-radius: 4px;
    height: 56px;
    padding: 10px;
}

body.light-theme hr {
    border-top: 1px solid var(--input-border-color);
}

body.light-theme .control-panel-footer-hr,
body.light-theme .control-panel-footer {
    display: none;
}

/* Nav tabs */

body.light-theme .way-tabs {
    background-color: var(--panel-bg-color);
    border: 1px solid var(--input-border-color);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .25);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

body.light-theme .way-tabs > li {
    position: relative;
    overflow: hidden;
}

body.light-theme .way-tabs > li > a {
    padding: 15px 20px;
    display: block;
    color: #333;
    background-color: var(--panel-bg-color);
    position: relative;
    border-left: 1px solid var(--input-border-color) !important;
    cursor: default;
    font-weight: bold;
}

body.light-theme .way-tabs > li:last-child > a {
    border-right: 1px solid var(--input-border-color) !important;
}

body.light-theme .way-tabs > li > a:hover,
body.light-theme .way-tabs > li > a:focus {
    background-color: var(--panel-bg-color);
    text-decoration: none;
}

body.light-theme .way-tabs > li > a:active {
}

body.light-theme .way-tabs > li.active > a,
body.light-theme .way-tabs > li.active > a:hover,
body.light-theme .way-tabs > li.active > a:focus {
    color: var(--white-text-color)!important;
    background-color: var(--btn-bg-red-color)!important;
}

body.light-theme .way-tabs .tab-prev-arrow {
    width: 40px;
    height: 40px;
    background-color: var(--main-bg-color);
    position: absolute;
    transform: rotate(45deg);
    right: 8px;
    display: none;
}

/* Panels */

body.light-theme .panel {
    background-color: var(--panel-bg-color)!important;
    border: 1px solid var(--input-border-color)!important;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .25);
}

body.light-theme .panel-heading {
    background-color: var(--btn-bg-red-color)!important;
    border: 1px solid var(--input-border-color)!important;
    color: var(--white-text-color)!important;
}

/* Sidebar */

body.light-theme .container-with-sidebar {
    display: flex;
    align-items: flex-start;
}

body.light-theme .system-sidebar {
    background-color: var(--panel-bg-color);
    border: 1px solid var(--input-border-color);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .25);
    border-radius: 4px;
    min-width: 375px;
}

body.light-theme .system-sidebar-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid var(--input-border-color);
    position: relative;
    z-index: 100;
}

body.light-theme .system-sidebar-item:last-child {
    border-bottom: 0px;
}

body.light-theme .sidebar-system-img {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

body.light-theme .sidebar-system-num {
    height: 16px;
    width: 16px;
    background-color: var(--btn-bg-red-color);
    color: var(--white-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 16px;
    position: absolute;
    top: 8px;
    left: 40px;
}

body.light-theme .sidebar-system-name {
    margin-left: 22px;
    width: 200px;
}

body.light-theme .sidebar-system-img.img-t1 {
    background-image: url(/HeatPlatform/Content/kb3/images/t1.png);
}

body.light-theme .sidebar-system-img.img-t2 {
    background-image: url(/HeatPlatform/Content/kb3/images/t2.png);
}

body.light-theme .sidebar-system-img.img-t3 {
    background-image: url(/HeatPlatform/Content/kb3/images/t3.png);
}

body.light-theme .sidebar-system-img.img-t4 {
    background-image: url(/HeatPlatform/Content/kb3/images/t4.png);
}

body.light-theme .sidebar-system-img.img-t5 {
    background-image: url(/HeatPlatform/Content/kb3/images/t5.png);
}

body.light-theme .system-content {
    width: 100%;
    margin-left: 15px;
}

body.light-theme .ready-system-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid var(--input-border-color);
    position: relative;
    background-color: var(--list-sub-item-bg-color);
    cursor: pointer;
    min-height: 54px;
}

body.light-theme .ready-system-item:hover {
    background-color: var(--btn-bg-hover-color);
}

body.light-theme .ready-system-item:active {
    background-color: var(--btn-bg-active-color);
}

body.light-theme .ready-system-button {
    position: relative;
}

body.light-theme .ready-system-button button {
    position: absolute;
    right: 15px;
    top: -45px;
    z-index: 100;
}

/* Content */

body.light-theme .main-title {
    margin-bottom: 20px;
}

body.light-theme .fast-system-container {
    background-color: var(--panel-bg-color);
    border: 1px solid var(--input-border-color);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .25);
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    position: absolute;
    top: 50px;
    right: 545px;
}

body.light-theme .fast-system-container .btn {
    margin-left: 10px;
}

body.light-theme .system-container {
    margin-top: 0px;
}

body.light-theme .control-box {
    background-color: var(--panel-bg-color);
    border: 1px solid var(--input-border-color);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .25);
    border-radius: 4px;
}
