html {
    overflow-x: hidden;
}

body {
    font-size: 1.3em;
    font-family: sans-serif;
    color: #646464;
    overflow-x: hidden;
    overflow-y: hidden;

    font-weight: 300;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: black;
    overflow: hidden;

    height: 100%;
    /* cursor: none; */

    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
								  supported by Chrome, Edge, Opera and Firefox */
}

::-webkit-scrollbar {
    display: none;
}

.text-default {
    font-weight: normal !important;
    font-size: 14px;
    vertical-align: middle !important;
}

body.menu-opened {
    overflow: hidden;
    height: 100vh;
}

.full-screen {
    height: 100vh;
}

.main-content {
    top: 130px;
}

.table tbody>tr>td.vert-align {
    vertical-align: middle;
}

.background {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
    background-position: 50% 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

a:hover {
    text-decoration: none;
}

.menu-trigger {
    position: fixed;
    right: 1%;
    font-size: 1em;
    width: 40px;
}

.scroller,
.scroller-inner {
    position: absolute;
    top: -1;
    right: 1;
}

.header-top {
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0px 0 0 0;
    height: 5px;
    padding-right: 6px;
    z-index: 100;
    background-color: red;
}

.header {
    position: absolute;
    top: 0;
    border-bottom: 1px solid white;
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0 0 0;
    /* box-shadow: 5px 0px 0px 0px black !important; */
    height: 45px;
    padding-left: 6px;
    padding-top: 2px;
    z-index: 9;
}

.header:before {
    background-color: red;
}

.logo {
    width: 220px;
    max-width: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 2px;
}

.disabled {
    opacity: 0.3;
}

.invisible {
    opacity: 0;
}

/* portfolio-item */

.portfolio-item .icon {
    font-size: 3.5em;
    line-height: 1em;
}

.portfolio-item .icon:before {
    margin: 0;
}

.col-xs-3 .col-centered {
    display: inline-block;
    vertical-align: middle;
    float: none;
    text-align: left;
    margin-right: -4px;
}

.inline-block {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

#content {
    display: table;
    /*height: calc(100vh - 135px);*/
    /*height: calc(100vh - 100px);*/
    width: 100%;
    overflow-y: scroll;
    overflow-x: scroll;
    /*    padding: 20px 0;*/
}

.container.mainpage::-webkit-scrollbar {
    display: none;
}

.mp-pusher {
    margin-top: 45px;
}

.container {
    vertical-align: top;
    padding-bottom: 0;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    overflow-scrolling: touch;
    display: table-cell;
    min-width: 400px;
    /* BLI:90 */
    width: 100%;
    /* top: -15px; */
}

.container.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.row {
    margin-top: 5px;
    margin-bottom: 5px;
}

.row .col-xs-4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.row-centered {
    text-align: center;
}

.row-bottom {
    position: fixed;
    width: 100%;
    /* max-width: 768px; */
    bottom: 0;
    left: 0;
    height: 100px;
    /* padding: 15px 0; */
    border-top: 1px solid #fff;
    display: table;
}

.row-bottom>div {
    /* display: table-cell; */
    vertical-align: middle;
    float: none;
}

.row-spacer {
    margin-top: 0px;
    margin-bottom: 0px;
}

.top-curtine-spacer {
    height: 6vh;
}

/* type */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    margin: 5px 0;
}

h2 {
    font-size: 3.5em;
}

h3 {
    margin: 0;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1em;
    line-height: 1em;
}

.text-no-wrap {
    white-space: nowrap;
}

.container p {
    font-family: inherit;
    font-weight: 100;
    line-height: 1.1;
    color: inherit;
    margin: 5px 0;
    font-size: 14px;
    word-wrap: break-word;
}

p#flow-rate-left,
p#flow-rate-right {
    font-size: 12px;
}

.green {
    color: #06e5bc;
}

/* buttons */

.button.icon-arrow-right-circle:before {
    position: absolute;
    right: 10px;
    font-size: 2em;
    top: 2px;
}

.input-plus-minus .input-number {
    background: transparent;
    border: none;
    box-shadow: none;
    text-align: center;
    font-size: 36px;
}

.input-plus-minus .btn-success,
.input-plus-minus .btn-danger {
    background: transparent;
    border: none;
    text-align: center;
}

.input-plus-minus .btn-success:focus,
.input-plus-minus .btn-danger:focus {
    background: transparent;
    border: none;
    text-align: center;
}

.input-plus-minus .icon:before {
    margin: 0;
    font-size: 44px;
}

.input-plus-minus .form-control {
    height: 84px;
}

/* hr */
.hr-full-width {
    width: 150%;
    margin-left: -20px;
    border-top: 2px;
    border-bottom: 0px;
    border-color: gray;
}

.title {
    color: black;
    font-size: 17px;
    font-weight: bold;
}

.container-gray {
    background-color: lightgray;
}

/* checkbox list */

button.icon {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.checkbox label {
    font-family: inherit;
    font-weight: 100;
    line-height: 26px;
    color: inherit;
    margin: 5px 0;
    font-size: 14px;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    margin-left: 0;
    border: 3px solid;
    background-color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox input[type="checkbox"]:checked+label::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #06e5bc;
    position: absolute;
    left: 6px;
    top: 11px;
}

.radio label,
.checkbox label {
    padding-left: 46px;
}

/* list */
/*.list {*/
/*    border: 1px solid white;*/
/*    margin: 10px 1%;*/
/*}*/
/**/
/*.list p {*/
/*    font-size: 18px;*/
/*    line-height: 46px;*/
/*    margin: 0;*/
/*}*/
/**/
/*.list .icon:before {*/
/*    font-size: 24px;*/
/*    line-height: 24px;*/
/*    margin: 0;*/
/*}*/

table {
    width: 100%;
    font-family: inherit;
    font-weight: normal !important;
    line-height: 1.1;
    margin: 5px 0;
    font-size: 14px;
    text-align: left;
}

table .icon:before {
    margin: 0 0 5px 0;
    font-size: 20px;
}

table tbody .icon:before {
    font-size: 32px;
}

table tr {
    margin: 10px 0;
    line-height: 46px;
    border-top: 1px solid white;
}

table tr:first-of-type {
    border: none;
}

table td {
    padding: 2px 6px;
}

table.alarm td {
    vertical-align: top;
    padding: 12px 6px;
}

table.alarm tr td:first-of-type,
table.alarm tr td:last-of-type {
    padding-top: 14px;
}

.period-row-control {
    width: 32px;
    height: 32px;
    margin: auto;
    display: block;
}

.text-right a {
    float: right;
}

.schema img {
    width: 100%;
}

/**
Schema dla typu AP3 i AP4
*/

.schema #schema-34-nawiew {
    position: absolute;
    right: 0%;
    top: 92%;
    font-size: 1.6em;
}

.schema #schema-34-wywiew {
    position: absolute;
    right: 0%;
    top: -10%;
    font-size: 1.6em;
}

.schema #schema-34-czerpnia {
    position: absolute;
    left: 0%;
    top: -10%;
    font-size: 1.6em;
}

.schema #schema-34-wyrzutnia {
    position: absolute;
    left: 0%;
    top: 92%;
    font-size: 1.6em;
}

.schema #schema-34-temp-exhaust {
    position: absolute;
    right: 5%;
    top: 16%;
    font-size: 1.6em;
}

.schema #schema-34-temp-supply {
    position: absolute;
    right: 23%;
    top: 58%;
    font-size: 1.6em;
}

.schema #schema-34-temp-duct {
    position: absolute;
    right: 1%;
    top: 52%;
    font-size: 1.6em;
}

.schema #schema-34-temp-gwc {
    position: absolute;
    right: 92%;
    top: 16%;
    font-size: 1.6em;
}

.schema #schema-34-temp-fpx {
    position: absolute;
    left: 33%;
    top: 65%;
    font-size: 1.6em;
}

.schema #schema-34-temp-ambient {
    position: absolute;
    right: 37%;
    top: 92%;
    font-size: 1.6em;
}

.schema #schema-34-temp-outside {
    position: absolute;
    right: 79%;
    top: 16%;
    font-size: 1.6em;
}

.schema #schema-34-filter-in {
    position: absolute;
    right: 75%;
    top: 27%;
    font-size: 1.6em;
}

.schema #schema-34-filter-out {
    position: absolute;
    right: 11%;
    top: 27%;
    font-size: 1.6em;
}

.schema #schema-34-gwc {
    position: absolute;
    top: 69.5%;
    left: 12.5%;
    font-size: 1.6em;
}

.schema #schema-34-nc {
    position: absolute;
    top: 16.5%;
    left: 82%;
    font-size: 1.6em;
}

.schema #schema-34-fxp {
    position: absolute;
    top: 69.5%;
    left: 28%;
    font-size: 1.6em;
}

.schema #schema-34-flow-out {
    position: absolute;
    top: 23%;
    left: 76%;
    font-size: 1.6em;
}

.schema #schema-34-flow-in {
    position: absolute;
    top: 23%;
    left: 37%;
    font-size: 1.6em;
}

.schema #schema-image-test {
    position: absolute;
    top: 23%;
    left: 37%;
    font-size: 1.6em;
    background-image: url('../img/loader.gif');

    width: 100px;
    height: 100px;
    z-index: 1000;

}


/**
Schema dla typu AP2
*/

.schema #schema-2-nawiew {
    position: absolute;
    right: 0%;
    top: -10%;
    font-size: 1.6em;
}

.schema #schema-2-wywiew {


    position: absolute;
    left: 0%;
    top: -10%;
    font-size: 1.6em;
}

.schema #schema-2-czerpnia {

    position: absolute;
    left: 0%;
    top: 92%;
    font-size: 1.6em;

}

.schema #schema-2-wyrzutnia {


    position: absolute;
    right: 0%;
    top: 92%;
    font-size: 1.6em;
}

.schema #schema-2-temp-exhaust {
    position: absolute;
    left: 0%;
    top: 16%;
    font-size: 1.6em;
}

.schema #schema-2-temp-supply {
    position: absolute;
    right: 14%;
    top: 20%;
    font-size: 1.6em;
}

.schema #schema-2-temp-duct {
    position: absolute;
    right: 6%;
    top: 20%;
    font-size: 1.6em;
}

.schema #schema-2-temp-gwc {
    position: absolute;
    left: 5%;
    top: 65%;
    font-size: 1.6em;
}

.schema #schema-2-temp-fpx {
    position: absolute;
    left: 33%;
    top: 65%;
    font-size: 1.6em;
}

.schema #schema-2-temp-ambient {
    position: absolute;
    left: 37%;
    top: 89%;
    font-size: 1.6em;
}

.schema #schema-2-temp-outside {
    position: absolute;
    left: 0%;
    top: 56%;
    font-size: 1.6em;
}

.schema #schema-2-gwc {
    position: absolute;
    top: 69.5%;
    left: 12.5%;
    font-size: 1.6em;
}

.schema #schema-2-nc {
    position: absolute;
    top: 16.5%;
    left: 82%;
    font-size: 1.6em;
}

.schema #schema-2-fxp {
    position: absolute;
    top: 69.5%;
    left: 28%;
    font-size: 1.6em;
}

.schema #schema-2-flow-out {
    position: absolute;
    top: 49%;
    left: 67%;
    font-size: 1.6em;
}

.schema #schema-2-flow-in {
    position: absolute;
    top: 23%;
    left: 67%;
    font-size: 1.6em;
}




.btn {
    white-space: normal !important;
    word-wrap: break-word;
}

/* green text input */

.btn-default,
.input-green {
    background: transparent;
    border: none;
    color: #06e5bc;
    font-size: 20px;
    font-weight: 100;
    box-shadow: none;
    font-size: 20px;
    padding: 10px 0 20px 0;
}

.input-green::-webkit-input-placeholder,
.input-green,
.dropdown {
    color: #06e5bc;
}

.input-group {
    display: inline-block;
    margin-bottom: 1em;
}

.row.input-group {
    display: block;
}

.testheight {
    height: 100%;
}

.loader {
    position: absolute;
    /* top: -50px; */
    top: 0px;
    /* top:100px; */

    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;



    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    /* 
    border-top: 100px;
    border-color: orange; */
}

.splash-screen {
    z-index: 1000;
    vertical-align: top;
}

#modal-popup {
    display: table-cell;
    vertical-align: middle;
}

.modal-dialog {
    /* margin: 20vh auto 0px auto; */
    /* border: 1px solid black; */
    position: absolute;
    top: 0;
    min-width: 100%;
    min-height: 50%;
    margin-top: 30% !important;
}

#filters-control-timer-modal {
    display: table;
    width: 100%;
    max-width: 420px;
    margin: auto;
    height: 100%;
    padding: 15px;
}

#filters-control-timer-modal .modal-dialog {
    display: table-cell;
    vertical-align: middle;
}

.countdown {
    font-size: 48px;
    padding: 24px 0px;
    text-align: center;
    width: auto;
    width: 120px;
    height: 120px;
    font-weight: 100;
    border-radius: 100%;
    color: #06e5bc;
    border: 1px solid #06e5bc;
    margin: auto;
}

.status-combo {}

.on-off-combo {
    position: absolute;
    top: -3px;
    right: 25vw;
    font-size: 2em;
    color: transparent;
}

@media screen and (min-width: 768px) {
    .row-bottom {
        /*
        margin-left: -384px;
        left: 50%;
        */
    }
}

@media screen and (max-width: 560px) {
    .input-plus-minus .input-number {
        font-size: 18px;
        line-height: 24px;
    }

    .input-plus-minus .form-control {
        height: 70px;
    }
}

@media screen and (max-width: 420px) {
    .logo {
        width: 150px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 420px),
(max-height: 380px) {
    .container {
        min-width: 0;
        font-size: 80%;
    }
}

@media screen and (max-height: 300px) {
    .container {
        font-size: 60%;
    }

    .input-plus-minus .input-number {
        font-size: 18px;
    }
}

@media screen and (max-width: 310px) {
    .status-combo {
        width: 80px;
        font-size: 10px;
    }

    .btn {
        padding: 5px 0;
    }

    .input-plus-minus .input-number {
        padding: 0;
    }
}

/*BLI77*/
@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px),
screen and (-o-min-device-pixel-ratio: 15/10) and (max-width: 767px) {
    .container {
        font-size: 50%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 2.5) and (max-width: 767px),
screen and (-o-min-device-pixel-ratio: 25/10) and (max-width: 767px) {
    .container {
        font-size: 40%;
    }
}

#communication-status {
    /* display: table-cell;
    vertical-align: middle;
    width: 15px;
    left: -14px;
    top: 2px;
    position: absolute; 
    left:-14px; */

}

#communication-status-particle {
    /* display: table-cell;
    vertical-align: middle;
    width: 15px;
    left: -14px;*/
    top: 4px;
    position: absolute;
    left: -14px;

}

.communication-status-wrapper {
    margin-left: -14px;
    display: flex;
    align-items: center;
}

.status-header-icons {
    display: flex;
    z-index: 1;
}

.status-header-icons .alarms-span {
    margin-left: 5px;
    margin-top: 2px;
}

.status-header-icons .alarms-span i {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.status-header-icons .alarms-span i:before {
    line-height: inherit;
}

.circle {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #06e5bc;
    display: inline-block;
}

.circle.on {
    background-color: #06e5bc;
}

.circle.off {
    background-color: #ff0080;
}

.circle.warning {
    background-color: #ffec00;
    top: -1px;
    position: relative;

}

.circle.danger {
    background-color: #ff0080;
    top: -1px;
    position: relative;
}

.power-on {
    color: #06e5bc;
}

.power-off {
    color: gray;
}

@keyframes progress {
    0% {
        background-color: #cccccc;
    }

    15% {
        background-color: #999999;
    }

    30% {
        background-color: #666666;
    }

    45% {
        background-color: #333333;
    }

    60% {
        background-color: #666666;
    }

    75% {
        background-color: #999999;
    }

    100% {
        background-color: #cccccc;
    }
}

.circle.loading {
    background-color: #333333;
    animation: progress 1s infinite;
    -webkit-animation: progress 1s infinite;
}

.circle.local {
    background-color: #00ffff;
}

.circle.localError {
    background-color: #006666;
}

.circle.error {
    background-color: #ff9900;
}

.status-visible {
    display: block;
}

.status-invisible {
    display: none;
}

/* mlpushmenu overrides */

.scroller {
    overflow-y: hidden !important;
}

/*
.scroller,
.scroller-inner {
	position: unset !important;
}
    */

.mp-level {
    overflow: hidden !important;
    background: #00adf0;
    /* padding-top: 49px; */
    z-index: 1;
}

.info {
    text-align: center;
    font-size: 1.5em;
    margin-top: 3em;
    clear: both;
    padding-top: 3em;
}

.info a {
    font-weight: 700;
    font-size: 0.9em;
}

.bg-light-gray {
    max-width: 768px;
    margin: 0 auto;
}

.status {
    margin-right: 42px;
    font-size: 0.75em;
    line-height: 1em;
    max-width: 140px;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    padding-right: 15px;
}

@media screen and (max-width: 69em) {
    .schema {
        font-size: 10px;
    }
}

.selected-system-caption {
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
    color: black;
    margin-top: -3px;
}

/* override table definitions (bootstrap tables) */

/* use in case of table with even/odd lines 
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
*/

/* section moved from demo.css */

a {
    text-decoration: none;
    color: #f7f7f7;
    outline: none;
}

a:hover,
a:focus {
    color: #fff;
    outline: none;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.codrops-header,
.codrops-top {
    /*	font-family: 'Lato', Arial, sans-serif;*/
}

.codrops-header {
    margin: 0 auto;
    padding: 2em;
    background: rgba(0, 0, 0, 0.01);
    text-align: center;
}

.codrops-header h1 {
    margin: 0;
    font-weight: 300;
    font-size: 2.625em;
    line-height: 1.3;
}

.codrops-header span {
    display: block;
    padding: 0 0 0.6em 0.1em;
    font-size: 60%;
    opacity: 0.7;
}

/* To Navigation Style */
.codrops-top {
    width: 100%;
    background: #91cfa1;
    background: rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    font-size: 0.69em;
    line-height: 2.2;
}

.codrops-top a {
    display: inline-block;
    padding: 0 1em;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.1em;
}

.codrops-top a:hover {
    background: rgba(255, 255, 255, 0.95);
    color: #333;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    display: block;
    float: left;
}

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    /*	font-family: 'codropsicons';*/
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
    padding-top: 1em;
    font-size: 1.1em;
}

.codrops-demos a {
    display: block;
    float: left;
    clear: both;
    margin: 0.5em 0.5em 0.5em 1.9em;
    padding: 1em 1.1em;
    width: 280px;
    outline: none;
    color: #fff;
    background: #336ca6;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
    opacity: 0.6;
}

.content {
    padding: 4em 2em;
    max-width: 1200px;
    margin: 0 auto;
}

.block {
    float: left;
    padding: 1em 3em;
}

.block-40 {
    width: 40%;
}

.block-60 {
    width: 60%;
}

.block p {
    margin: 0;
    padding: 0 1em 0.6em;
    font-size: 1.8em;
    line-height: 1.5;
}

.info {
    text-align: center;
    font-size: 1.5em;
    margin-top: 3em;
    clear: both;
    padding-top: 3em;
    color: rgba(255, 255, 255, 0.5);
}

.info a {
    font-weight: 700;
    font-size: 0.9em;
}

.info a:hover {
    color: #336ca6;
}

.bg-light-gray {
    max-width: 768px;
    margin: 0 auto;
}

.status {
    margin-right: 42px;
    font-size: 0.75em;
    color: white;
    line-height: 1em;
    max-width: 140px;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    padding-right: 15px;
}

.status-combo {}

@media screen and (max-width: 69em) {
    .block {
        float: none;
        width: 100% !important;
        padding: 1em;
    }

    /*        .row .col-xs-4 {
            margin-top: 0px;
            margin-bottom: 0px;
        }*/
}

@media screen and (max-width: 25em) {
    body {
        /*		font-size: 80%;*/
    }

    .codrops-icon span {
        display: none;
    }

    .schema {
        font-size: 10px;
    }
}

/* end of section moved from demo.css */

/* ------------------ */
.img-fade-in {
    -webkit-animation: fadein 2.5s;
    /* Safari and Chrome */
    -moz-animation: fadein 2.5s;
    /* Firefox */
    -ms-animation: fadein 2.5s;
    /* Internet Explorer */
    -o-animation: fadein 2.5s;
    /* Opera */
    animation: fadein 2.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ---------------- */
.welcome-spiner {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* cicrcle select dial */
#slider-form {
    align-content: center;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.circle-range-select-wrapper .handle:before {
    position: absolute;
    z-index: 3;
    top: -1em;
    left: -1em;
    height: 2em;
    width: 2em;
    border-radius: 50%;
}

/* bootstrap extensions */

/* square buttons */

.btn-sq-lg {
    width: 150px !important;
    height: 150px !important;
    vertical-align: middle;
}

.btn-sq {
    width: 100px !important;
    height: 100px !important;
    font-size: 10px;
}

.btn-sq-sm {
    width: 50px !important;
    height: 50px !important;
    font-size: 10px;
}

.btn-sq-xs {
    width: 25px !important;
    height: 25px !important;
    padding: 2px;
}

.btn-margin-5 {
    margin-left: 5px;
    margin-top: 5px;
}

.col-centered {
    text-align: center;
}

.icon-top-margin {
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon-top-margin-small {
    margin-top: 10px;
    margin-bottom: 5px;
}

.img-height100 {
    height: 70px;
}

.img-height200 {
    height: 140px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 0px solid #ddd;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 0px solid #ddd;
    }
}

/* font awesome icon colors */

.icon-color-black {
    color: black;
}

.icon-color-blue {
    color: darkblue;
}

.icon-color-red {
    color: red;
}

.icon-color-orange {
    color: darkorange;
}

.icon-color-green {
    color: green;
}

.icon-color-gray {
    color: dimgray;
}

/* div table for visualization*/

/* DivTable.com */

.divTable,
.divTableRow,
.divTableHeading,
.divTableContainer,
.divTableCell,
.divTableHead,
.divTableHeading,
.divTableFoot,
.divTableBody,
.divTableCellCentral,
.divTableCellRow {
    vertical-align: middle;
    align-content: center;
    text-align: center;
    font-size: small;
}

.divTable {
    display: table;

    /*width:100%;*/
}

.divTableRow {
    display: table-row;

    /* width:100%; */
}

.divTableCellRow {
    display: table-row;
}

.divTableHeading {
    background-color: #eee;
    display: table-header-group;
}

.divTableContainer {
    display: table-cell;
    padding: 0px 0px;
}

.divTableCell,
.divTableHead,
.divTableCellCentral,
.divTableCellSpacer {
    display: table-cell;
    padding: 3px 0px;
}

.divTableCell,
.divTableCellCentral {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;

    /*box-shadow: 5px 5px 5px #888888;*/
}

.divTableCell {}

.divTableCellSpacer {
    width: 100%;
}

.divTableCellCentral {
    vertical-align: middle;
}

.divTableHeading {
    background-color: #eee;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #eee;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.divTableCellLeftSpacer {
    display: table-cell;

    padding: 0px 0px;

    /*float:left;

    min-width:0px;
    max-width:500px;
        */

    width: 500px;
    background-color: white;
    /*
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 0px solid lightgray;
    */
    height: 114px;
}

.divTableCellRightSpacer {
    display: block;

    float: right;

    background-color: white;
    /*
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    border-left: 0px solid lightgray;
    border-right: 1px solid lightgray;
    */
    height: 114px;
}

.border-box {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;

    padding: 4px 4px;
    box-shadow: 5px 5px 5px #888888;

    overflow: scroll !important;
}

@media screen and (min-width: 200px) and (max-width: 299px) {
    .border-box {
        width: 250px;
    }
}

@media screen and (min-width: 300px) and (max-width: 339px) {
    .border-box {
        width: 290px;
    }
}

@media screen and (min-width: 340px) and (max-width: 399px) {
    .border-box {
        width: 340px;
    }
}

@media screen and (min-width: 400px) and (max-width: 450px) {
    .border-box {
        width: 380px;
    }
}

.text-small {
    font-size: 12px !important;
    height: 28px;
    vertical-align: middle;
}

.text-float {
    float: left;
}

.text-white {
    color: white !important;
}

.text-black {
    color: black !important;
}

/* prevent border on click */
.no-border,
.no-border a,
.no-border.a,
.no-border.a:link,
.no-border.a:visited,
.no-border.a:hover,
.no-border.a:active {
    border: 0px;
}

.no-padding {
    padding: 0px;
}

.no-border:focus {
    outline: none !important;
    border: 0 !important;
    background-color: transparent;
}

.btn-transparent {
    color: white;
    background-color: transparent;
    border-color: transparent;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
    color: #06e5bc !important;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none !important;
}

/* prevent border on click */
/*
a,
a:link,
a:visited,
a:hover,
a:active {
    border: 0px;
}
*/

.pulsate {
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.5;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0.8;
    }

    20% {
        opacity: 0.8;
    }

    40% {
        opacity: 1.0;
    }

    60% {
        opacity: 0.8;
    }

    80% {
        opacity: 0.8;
    }

    100% {
        opacity: 0.8;
    }
}

.pulsate-2 {
    -webkit-animation: pulsate-2 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.5;
}

@-webkit-keyframes pulsate-2 {
    0% {
        opacity: 0.6;
    }

    20% {
        opacity: 0.8;
    }

    40% {
        opacity: 1.0;
    }

    60% {
        opacity: 1.0;
    }

    80% {
        opacity: 0.8;
    }

    100% {
        opacity: 0.6;
    }
}

.center-screen {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin-top: -50px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-30 {
    font-size: 30px;
}

.font-weight-light {
    font-weight: 200;
}

.font-weight-normal {
    font-weight: 300;
}

.font-weight-bold {
    font-weight: 400;
}

.align-right {
    position: relative;
    float: right;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.align-left {
    position: relative;
    float: left;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.season-mode {
    margin-right: 0px;
    padding-left: 15px;
    margin-left: 10px;
}

.align-center {
    width: 100%;
}

/* table columns */
.column-1 {
    width: 1%;
}

.column-5 {
    width: 5%;
}

.column-10 {
    width: 10%;
}

.column-15 {
    width: 15%;
}

.column-20 {
    width: 20%;
}

.column-25 {
    width: 25%;
}

.column-30 {
    width: 30%;
}

.column-33 {
    width: 33%;
}

.column-34 {
    width: 34%;
}

.column-45 {
    width: 45%;
}

.column-50 {
    width: 50%;
}

.column-60 {
    width: 60%;
}

.column-66 {
    width: 66%;
}

.column-70 {
    width: 70%;
}

.column-75 {
    width: 75%;
}

.column-80 {
    width: 80%;
}

.column-90 {
    width: 90%;
}

.column-100 {
    width: 100%;
}

.table-90 {
    margin-left: 4%;
    width: 92%;
    align-self: center;
}

.no-margin {
    margin: 0em;
}

.text-align-left {
    text-align: left;
}

.inline-block-display {
    display: inline-block;
}

@media screen and (orientation: portrait) {
    body {}
}

@media screen and (orientation: landscape) {
    body {
        /*
		zoom: 0.9;
		-moz-transform: scale(0.9); 
		*/
    }

    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .font-size-30 {
        font-size: 20px;
    }
}

/* ThesslaGreen specific styles */
/* carousel */

.carousel {
    vertical-align: top;
    margin-top: -15px;
}

.carousel-inner {
    position: absolute;
    overflow: unset !important;
    padding: 0;
    top: 9px;
}

.carousel-caption {
    position: relative;
    left: 0;
    text-shadow: none;
    background-color: #f0f0f0;
    padding-top: 10px;
    margin-top: 10px;
}

.carousel-control {
    top: auto;
    width: 30px;
    font-size: inherit;
}

.carousel-control.left,
.carousel-control.right {
    background: transparent;
    text-shadow: none;
    opacity: 1;
    z-index: 10000;
    max-width: 25px !important;
    top: 0px;
}

.carousel-control.left {
    text-align: left;
    left: 7px;
}

.carousel-control.right {
    text-align: right;
    right: 6px;
}

.item h3 {
    background-color: #f0f0f0;
    height: 30px;
    margin: 0 35px;
}

.item.run h3 {
    background-color: #06e5bc;
    height: 30px;
}

h3 {
    padding: 5px 0;
}

.item.run h3 {}

h3 {
    font-size: 1.5em;
}

.portfolio-caption {
    font-size: 1.3em;
}

.text-light-caption {
    font-size: 1em;
    font-weight: 100;
}

.text-med-caption {
    font-size: 1.1em;
    font-weight: 400;
}

.dark-row {
    background-color: rgba(100, 100, 100);
    position: fixed;
    bottom: 50px;
    height: 18px;
    float: left;
    width: 100%;
    color: #f0f0f0;
}

.dark-row:after {
    content: "";
    width: 100%;
    height: 1000px;
    background-color: rgba(100, 100, 100);
    top: 17px;
    display: block;
    position: absolute;
}

.e-type {
    vertical-align: top;
}

.s-type {
    vertical-align: top;
}

#next {
    right: 10px;
    position: absolute;
    top: -25px;
    font-size: 0.5em;
    font-weight: 200;
}

#prev {
    left: 10px;
    position: absolute;
    top: -25px;
    font-size: 0.5em;
    font-weight: 200;
}

.text-center {
    width: auto;
}

#slider-title {
    position: absolute !important;
    width: 100vw;
    top: -20px;
    right: 10px;
}

@media screen and (max-height: 700px) {
    .spacer1 {
        height: 6vh;
    }
}

@media screen and (min-height: 701px) {
    .spacer1 {
        height: 10vh;
    }
}

/* bootstrap modals */

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .0);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .0);
    min-height: 350px;
}

.modal-dialog {
    margin: 15vh auto 0px auto;
}

.modal-backdrop {
    background-color: #efedea;
}

.modal-header {
    padding: 10px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-footer {
    border-top: 0px solid #e5e5e5;
    display: flex;
    justify-content: space-between;


}

.modal-title {
    font-size: 1.1em;
}

.next-btn {
    position: relative;
    color: inherit;
    margin-left: auto;
    background: none;
    border: 0;
}

.prev-btn {
    position: relative;
    margin-right: auto;
    color: inherit;
    background: none;
    border: 0;
}

/* 
* Text classess
*/
.font-small {
    font-size: small;
}

.text-bold,
.text-400 {
    font-weight: 400;
}

.text-tiny {
    font-weight: 300;
}

.text-dark {
    color: #000001;
}

/* 
* Margin & Padding
*/

.mt-18 {
    margin-top: 1.8vh;
}

.mt-20 {
    margin-top: 2vh;
}


.mt-60 {
    margin-top: 6.4vh;
}

.mt-0 {
    margin-top: 2.4vh;
}

.mt-1 {
    margin-top: 3.8vh;
}

.mt-2 {
    margin-top: 6.4vh;
}

.mb-1 {
    margin-bottom: 3.8vh;
}

.mb-2 {
    margin-bottom: 6.4vh;
}

.ml-1 {
    margin-left: 1rem;
}

.mr-1 {
    margin-right: 1rem;
}

.pt-1 {
    padding-top: 1rem;
}

.pt-2 {
    padding-top: 2rem;
}

.mb-0 {
    margin-bottom: 0;
}


/*
* Size
*/
.w-100 {
    width: 100%;
}

.w-50 {
    width: 50% !important;
}

.h-100 {
    height: 100%;
}

/**
* Text color
*/
#content .text-secondary {
    color: #d9d9d9;
}

.list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.list li {
    display: flex;
    align-items: center;
}

.list.list-cell li:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f0f0f0;
    margin-right: 1.5vh;
}

.list.list-cell li.active:before {
    background: #06e5bc;
}

.list.space-evenly {
    justify-content: space-evenly;
}

.list.list-column {
    flex-direction: column;
}

.list.list-column li {
    margin-bottom: 1vh;
}

.list .element {
    font-size: 1.3em;
    line-height: 1.4em;
}

#content .active {
    color: #08e5bc;
}

.active {
    color: #08e5bc !important;
}

.deactive {
    color: #a3a3a3 !important;
}

.system-add-active {
    color: #a3a3a3 !important;
}

.system-add-deactive {
    color: #08e5bc !important;
}

.hidden-text {
    color: transparent;
}

.activeBefore:before {
    color: #08e5bc !important;
    background: #08e5bc !important;
}

/**
* Alarm background
* 
*/
.alarm {
    line-height: 1em;
    border-radius: 5px;
}

.alarm-warning {
    background-color: #FFFF66;
}

.alarm-danger {
    background-color: #ff0080;
}

.alarm-success {
    background-color: #08e5bc;
}

.alarm-info {
    background-color: #d9d9d9;
}

.alarm-item {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
}

.alarm-item-code {
    text-align: left;
    padding-left: 5px;
    width: 20%;
    margin-right: -10px;
    z-index: 1;
    height: fit-content;
    font-size: 1.3em;
    line-height: 1.1em;
    border-radius: 5px;
}

.alarm-item-text {
    width: 80%;
    background-color: #f0f0f0;
    border-radius: 5px;
    padding-left: 20px;
    font-weight: 300;
    margin-top: 2px;
    line-height: 1em;
    font-size: 0.7em;
    padding: 0.5em 0.5em 1em 2em;
    text-align: left;
    margin: 0;
    display: flex;
}

.alarm-item-text-content {
    width: 80%;
    display: inline-block;
}

.alarm-item-text-icon {
    display: inline-block;
    width: 20%;
    display: flex;
    justify-content: flex-end;
    right: -25px;
    display: table-cell;
    top: -2px;
    vertical-align: middle;
    position: relative;
}

.alarm-item-text-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5em;
    height: 1.5em;
    color: #ffffff;
    background: #646464;
    border-radius: 50%;
}

.alarm-item-text-icon i:before {
    color: #ffffff;
    font-size: 0.6em;
    margin: 0;
    padding: 0;
    width: auto;
}

.alarm-item-date {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-weight: 300;
    line-height: 1em;
    font-size: 0.7em;
    padding-right: 3vw;
    padding-top: 1vw;
}

/**
*
* Box scroll
*/
.box-scroll {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
}

.box-scroll-content {
    height: 70vh;
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
}

#content .default-icon {
    font-size: 1em;
    padding-right: 10px;
    color: #f0f0f0;
}

#content .default-icon.active {
    color: #08e5bc;
}

#content .default-icon-color {
    font-size: 1em;
    color: #f0f0f0;
}

#content .default-icon-color.active {
    color: #08e5bc;
}



/**
* Bacground & Text Color
*/
#content .bg-primary,
.bg-primary {
    background: #08e5bc;
}

#content .bg-secondary,
.bg-secondary {
    background: #eff1ee;
}

#content .bg-warning {
    background: #ffff68;
}

#content .color-primary,
#content .color-primary * {
    /* color: #08e5bc; */
    color: #ffff68;
}

#content .color-secondary,
#content .color-secondary * {
    color: #eff1ee;
}

#content .color-warning,
#content .color-warning * {
    color: #ffff68;
}

.range-box {
    position: relative;
    height: 20px;
    width: 100%;
}

.range-box .range-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    z-index: 1;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.flex-evenly {
    display: flex;
    justify-content: space-evenly;
}

.list-test {
    display: flex;
    width: 100%;
}

.list-test-title {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
}

.list-test-value {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.6rem;
    font-weight: 400;
    padding-left: 8px;
    padding-right: 8px;
}

.register-input {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
    width: 32%;
    border-radius: 4px;
}

.register-input-name {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
    width: 100%;
    border-radius: 4px;

}

.digital-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-size: 1.4em;
    line-height: 1.4em;
}

.keypad-text {
    font-size: 3.3em;
    font-weight: 400;
    font-style: normal;
}

.disabled-02 {
    pointer-events: none;
    opacity: 0.2;
}

.disabled-03 {
    pointer-events: none;
    opacity: 0.3;
}

.disabled-04 {
    pointer-events: none;
    opacity: 0.4;
}

.disabled-05 {
    pointer-events: none;
    opacity: 0.5;
}


/** 
* List section
*/
.list-section {
    background: #F0F0F0;
    border-radius: 8px;
    font-size: 1.2em;
    line-height: 1.4em;
}

.list-section li {}

.list-section .list-section-number {
    width: 41px;
    height: 35px;
    border-radius: 8px;
    background: #d9d9d9;
    margin-right: 1.5vh;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-top: -2px;
    margin-bottom: -2px;
}

#content .list-section .list-section-number span,
.list-section .list-section-number span {
    color: #fff;
}

.list-section.active .list-section-number {
    background: #08e5bc;
}

.list-section.active .list-section-content .list-section-item {
    color: #646464;
}

.list-devices {
    background: #F0F0F0;
    border-radius: 8px;
    font-size: 1em;
    line-height: 1.4em;
    overflow: hidden;
    position: relative;
}

.list-devices-item {
    padding: 0.5em 0;
    word-spacing: 100vw;
}

.list-devices-icon {
    background: #DADADA;
}

.list-devices-icon.active {
    background: #FFFF66;
}

.list-devices-icon.active i:before {
    color: #08e5bc;
}

.list-devices-icon i {
    font-size: 4em;
}

.list-devices-symbol {
    font-size: 2em;
    line-height: 1em;
    display: flex;
    justify-content: center;
}

.list-devices-symbol:before {
    color: #000001;
    font-size: initial;
}

.list-devices-symbol i:before {
    color: #000001;
    font-size: initial;
}

.list-devices-info {
    margin: 3px 5px;
}

.list-devices-panel {
    display: none;
    position: absolute;
    z-index: 10;
    background: rgba(64, 64, 64, .9);
    width: 100%;
    height: 100%;

}

.list-devices-panel.open {
    display: block;
}

.list-devices-panel-item span {
    color: #fff !important;
}

.list-devices-panel-item i,
.list-devices-panel-item i:before {
    font-size: 1.5em;
    line-height: 1em;
    color: #08e5bc !important;
}

.list-devices-add {
    color: #08e5bc;
}

.list-devices-add i:before {
    font-size: 3em;
    line-height: 1em;
    color: #08e5bc !important;
    margin-right: 15px;
    margin-left: 0;
}

.list-devices-add a span {
    color: #08e5bc !important;
}

/**
* bootstrap 4.5
*/
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-column {
    flex-direction: column;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto {
    position: relative;
    width: 100%;
    /* padding-right: 15px;
    padding-left: 15px; */
}

/* Justiy content */
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.justify-content-evenly {
    -ms-flex-pack: justify !important;
    justify-content: space-evenly !important;
}

/* Align items */
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.menu-icon:before {
    color: #06e5bc;
    margin-right: 10px;
    left: -10px;
    position: relative;
}

.menu-icon-adv:before {
    color: #777777;
    margin-right: 10px;
    left: -10px;
    position: relative;
}

.c-gray {
    color: #646464 !important;
}

.c-gray:before {
    font-size: 0.8em;
    line-height: 1.4em;
}

.fontello-reset {
    margin: 0;
}

.fontello-reset:before {
    top: 0;
    margin: 0;
    font-size: 1em;
}

.text-active {
    color: #06e5bc;
}

.text-active-hover:hover,
.text-active-hover:focus,
.text-active-hover:active {
    color: #06e5bc;
}

.circle-button {
    display: flex;
    width: 205px;
    height: 205px;
    border-radius: 50%;

    align-items: center;
    justify-content: center;
    font-size: 3em;
    font-weight: 400;
    text-transform: uppercase;

    background: #F0EFEF;
}

.calibration-input {
    background: #eff1ee;
    padding: 0;
    padding-right: 10px;
    margin: 0;
}

.calibration-left {
    background: #F0F0F0;
    padding: 5px 10px;
}

.calibration-right {
    background: #FFFF66;
    padding: 5px 10px;
}

.text-left {
    text-align: left !important;
}

.start {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #06e5bc;
    padding: 30px;
}

.start h1 {
    margin-top: 50px;
    font-weight: 300;
}

.start .btn-start {
    background: #fff;
    color: #000;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
}

.cover {
    position: fixed;
    z-index: 9998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(150, 150, 150, 0.3);
    padding: 30px;
}

.cover h1 {
    margin-top: 50px;
    font-weight: 300;
    background-color: rgba(150, 150, 150, 0.8);
}

.app-no-connection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    background: red;
}

.app-no-connection h1 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff !important;
}

.app-no-connection .btn {
    background: #e0e0e0;
    margin-top: 15px;
}

#top-curtine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10em;
    background-color: #fff;

    z-index: 1;
}

.am2 sup {
    font-size: 0.5em;
    position: relative;
    top: -1em;
}

.inactive {
    color: #dadada !important;
}

.modal1-height {
    height: 450px;
}