body {
    margin: 0px;
    padding: 0px;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    background-color: #333 !important;
}

img {
    margin: 0px;
    padding: 0px;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

::selection {
    background: #f79226; /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #f79226; /* Gecko Browsers */
}


-webkit-scrollbar {
    display: none;
}

/*DIVS*/
div.main_content.white {
    /*    background-image: url(../icons/bg_white.png);*/
    background-color: white;
}

div.main_content.dark {
    background-image: url(../icons/bg_low_quality_blured.jpg);
}

div.main_content {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: background-image 0.5s ease-in-out;
    transition: background-image 0.5s ease-in-out;
}

div.header {
    position: relative;
    height: 80px;
    z-index: 1;
    background-color: #525252;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(20, 20, 20, 0.65);
    -moz-box-shadow: 0px 2px 3px 0px rgba(20, 20, 20, 0.65);
    box-shadow: 0px 2px 3px 0px rgba(20, 20, 20, 0.65);
}

.sub-header > .move-right {
    background-image: url(../icons/navigation/ic_right.png);
    height: 56px;
    width: 10%;
    display: inline-block;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
}

#floorName {
    margin-top: 25px !important;
}

.sub-header > .move-left {
    background-image: url(../icons/navigation/ic_left.png);
    height: 56px;
    width: 10%;
    display: inline-block;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
}

div.header-content.divisions {
    top: 0% !important;
}

div.header-content {
    position: relative;
    text-align: center;
    top: 0px;
    height: 80px;
    /*
    margin-left: 7%;
    margin-right: 7%;
    */
    margin-left: 2%;
    margin-right: 2%;
}



div.sub-header {
    height: 56px;
    background-color: #525252;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
}

div.device-row.open {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.4);
}

div.device-control-row {
    width: 100% !important;
    text-align: center !important; /* adicionado*/
    margin-left: 0% !important; /*adicionado*/
}


div.sub-header-category {
    height: 36px;
    width: 20%;
    padding: 0px;
    overflow: visible;
    display: inline-block;
    transition-timing-function: ease;
    transition-duration: 200ms;
    z-index: 2;
    margin-top: 10px !important;
    position: relative;
    margin: auto;
}

div.sub-header-category-list {
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    display: inline-block;
    float: left;
}

div.sub-header-control {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: absolute;
}

    div.sub-header-control.left > img {
        float: left;
        margin-top: 12px;
        position: absolute;
        height: 35px;
    }

    div.sub-header-control.right > img {
        float: right;
        right: 0px;
        margin-top: 12px;
        position: absolute;
        height: 35px;
    }

div.sub-header-category > img {
    height: 100%;
    display: block;
    transition-duration: 200ms;
    margin: auto;
    animation-timing-function: ease-in-out;
    opacity: 0.5;
}

div.sub-header-category.selected > img {
    transform: scale(1.5);
    opacity: 1;
}

div.sub-header-category-selected {
    background-image: url(../icons/devices/subnav/orange_circle.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 70px;
    height: 70px;
    left: calc(50% - 36px);
    z-index: 1;
    top: 73px;
}

.divider:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 10.4px;
    border-left: 1px solid rgba(50,50,50,0.2);
}

.divider.dark:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgb(68, 68, 68);
}

.divider.dark.no-device-icon {
    margin-left: 25px;
}

.divider {
    width: 20px;
    margin: auto;
    height: 48px;
    position: relative;
    text-align: center;
}

.divider-on {
    background-color: #f79226;
    width: 11px;
    height: 11px;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
    position: absolute;
    border-radius: 50%;
}

.divider-off {
    background-color: white;
    width: 8px;
    height: 8px;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
    position: absolute;
    border-radius: 50%;
    border: solid 2px #dedede;
}

.device-icon-climatization {
    width: calc(100% - 121px);
    height: 100%;
    cursor: pointer;
}

    .device-icon-climatization.dark > div {
        background-color: #444;
    }

    .device-icon-climatization > div {
        height: 42px;
        width: 1px;
        margin-top: 4px;
        margin-left: 5px;
        background-color: #e1e1e1;
    }

    .device-icon-climatization > span {
        line-height: 48px;
        color: #9a9797;
        position: relative;
        bottom: -10px;
        font-weight: 600;
    }

        .device-icon-climatization > span.temp {
            font-size: 15pt;
        }

        .device-icon-climatization > span.unit {
            font-size: 9pt;
        }

    .device-icon-climatization > img {
        width: auto;
        height: 100%;
    }

#enter-pin-button > div > img {
    background-color: #f79226;
    border-radius: 50%;
}

div.device-list.alarms {
    overflow: visible !important;
}

div.device-title.dark.no-device-icon {
    width: calc(100% - 130px) !important;
}

div.device-title.dark > span {
    color: white;
}

div.device-title-sensor > span {
    font-weight: 600;
    font-size: 15pt;
}

div.device-title-sensor {
    line-height: 90px;
    width: calc(100% - 173px);
}

div.device-row-sensor > div.device-down-arrow {
    width: 35px;
    top: 23%;
    position: relative;
}

div.device-row-sensor {
    height: 90px;
}

    div.device-row-sensor > .device-title > span {
        font-size: 14pt;
        /*font-weight: 600;*/
        font-weight: normal;
        top: -35px;
        position: absolute;
    }


    div.device-row-sensor > .device-title {
        line-height: 90px;
        width: calc(100% - 125px) !important;
    }

    div.device-row-sensor.dark:not(.open):after {
        border-bottom: 1px solid #444;
    }


    div.device-row-sensor:not(.open):after {
        height: 100%;
        display: block;
        border-bottom: 1px solid #dedede;
        content: '';
    }

div.device-icon-sensor :last-child {
    display: inline-flex;
    vertical-align: middle;
    font-size: 12pt;
    font-weight: 600;
    height: 27px;
    color: #555;
    margin-top: 14px;
}

div.device-icon-sensor :first-child {
    display: inline-flex;
    vertical-align: middle;
    font-size: 15pt;
    font-weight: 600;
    margin-top: 10px;
    height: 1px;
}

div.device-icon-sensor {
    background-image: url('../icons/devices/controls/info_sensor_112.png');
    width: 70px;
    height: 70px;
    background-size: contain;
    text-align: center;
    display: table !important;
    margin-top: 10px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

div.device-icon-sensor-temp.dark :last-child {
    color: whitesmoke;
}

div.device-icon-sensor-temp.dark :first-child {
    color: white;
}

div.device-icon-sensor.dark :last-child {
    color: whitesmoke;
}

div.device-icon-sensor.dark :first-child {
    color: white;
}

div.device-icon-sensor-value.dark :last-child {
    color: whitesmoke;
}

div.device-icon-sensor-value.dark :first-child {
    color: white;
}

div.device-icon-sensor-temp {
    background-image: url('../icons/devices/controls/info_sensor_112.png');
    width: 70px;
    height: 70px;
    background-size: contain;
    text-align: center;
    display: table !important;
    margin-top: 10px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

    div.device-icon-sensor-temp :first-child {
        display: inline-table;
        vertical-align: middle;
        font-size: 17pt;
        font-weight: 600;
        margin-top: 13px;
        height: 1px;
    }

    div.device-icon-sensor-temp :last-child {
        display: inline-block;
        vertical-align: middle;
        font-size: 9pt;
        font-weight: 600;
        height: 27px;
        color: #555;
        margin-top: 32px;
    }

div.device-icon-sensor-value {
    background-image: url('../icons/devices/controls/info_sensor_112.png');
    width: 70px;
    height: 70px;
    background-size: contain;
    text-align: center;
    display: table !important;
    margin-top: 10px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

    div.device-icon-sensor-value > span {
        display: inline-block; /* table-cell; alterei */
        vertical-align: middle;
        font-size: 15pt;
        font-weight: 600;
        height: 1px;
        margin-top: 23px; /* acrescentei */
    }

div.device-icon-sensor-with-unity.dark {
    color: white;
}

div.device-icon-sensor-with-unity {
    background-image: url('../icons/devices/controls/info_sensor_112.png');
    width: 70px;
    height: 70px;
    background-size: contain;
    text-align: center;
    display: table !important;
    margin-top: 10px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

    div.device-icon-sensor-with-unity > span:first-child {
        font-size: 15pt;
        font-weight: 600;
        top: 18px;
        text-align: center;
        position: relative;
    }

    div.device-icon-sensor-with-unity.dark > span:last-child {
        color: white;
    }

    div.device-icon-sensor-with-unity > span:last-child {
        display: table-row;
        vertical-align: middle;
        font-size: 9pt;
        font-weight: 600;
        height: 27px;
        color: #555;
        margin-top: 32px;
    }


div.device-icon-sensor-bool {
    width: 70px;
    height: 70px;
    background-size: contain;
    text-align: center;
    display: table !important;
    margin-top: 10px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

    div.device-icon-sensor-bool.on-sensor {
        background-image: url(../icons/devices/controls/info_sensor.png);
    }

    div.device-icon-sensor-bool.off-sensor {
        background-image: url(../icons/devices/controls/info_sensor_off.png);
    }

div.row.align-right > div {
    float: right !important;
}

div.row > div {
    display: flex;
    vertical-align: top;
    float: left;
}

div.device-handling {
    top: 4.3px; /*alterei de 9px para 3px*/
    text-align: center;
    position: relative;
    margin-right: 5px;
    margin-right: 3px;
    margin-left: 3px;
}

div.right {
    float: right !important;
}

div.device-icon {
    width: 48px;
}

    div.device-icon > img {
        width: auto;
        height: 33px;
        left: calc(50% - 11px);
        position: relative;
        top: 8px;
        float: left;
    }

.device-title {
    width: calc(100% - 187px);
    cursor: pointer;
    top: 35%;
    position: relative;
}

    .device-title.no-down-arrow {
        width: calc(100% - 152px);
    }

div.device-down-arrow {
    width: 35px;
}

.div.on-off-switch {
    width: 100px;
}

.device-list {
    overflow-y: auto;
    width: 100%;
}

.device-list.open {
    overflow: hidden !important;
}

.device-list.dark {
    background-image: url('../icons/bg_low_quality_blured.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    }

.device-row.alarms:not(.open):after {
    margin-left: 0px;
}

.device-row:not(.open):after {
    height: 100%;
    display: block;
    border-bottom: 1px solid #dedede;
    content: '';
    margin-left: 70px;
}

div.device-row {
    height: 48px;
}

.device-row.dark:not(.open):after {
    border-bottom: 1px solid #444 !important;
}

.centered {
    text-align: center;
}

.down-arrow {
    display: block;
}

    .down-arrow > img {
        height: 32px;
        top: 8px;
        position: relative;
    }

/*MULTIMEDIA*/
/*CHANNELS*/
div.multimedia-channels {
    top: 2px; /*-15px*/
    height: auto;
    position: relative;
}

    div.multimedia-channels > div {
        display: inline-block;
        width: 20%;
        height: 50px;
        float: left;
    }

        div.multimedia-channels > div.selected > div > span {
            font-weight: 600;
        }

        div.multimedia-channels > div.selected > div {
            transform: scale(1.3);
            background-color: #f79226;
        }

        div.multimedia-channels > div > div > span {
            line-height: 50px;
            font-size: 25px;
            color: white;
            position: absolute;
            width: 100%;
            text-align: center;
        }

        div.multimedia-channels > div > div {
            background-color: rgba(150,150,150,0.5);
            height: 50px;
            width: 50px;
            left: calc(50% - 28px);
            position: relative;
            border-radius: 50%;
        }

div.multimedia-channels-settings {
    background-image: url(../icons/devices/controls/others/ic_source_options.png);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: 50%;
}

div.col-12 {
    width: 100%;
}

div.col-11 {
    width: 91.66%;
}

div.col-10 {
    width: 83.3%;
}

div.col-9 {
    width: 75%;
}

div.col-8 {
    width: 66.66%;
}

div.col-7 {
    width: 58.3%;
}

div.col-6 {
    width: 50%;
}

div.col-5 {
    width: 41.66%;
}

div.col-4 {
    width: 33.3%;
}

div.col-3 {
    width: 25%;
}

div.col-2 {
    width: 16.66%;
}

div.col-1 {
    width: 8.33%;
}


/*IMAGES*/
img.header.left {
    height: 50px;
    margin-top: 15px;
    float: left;
    cursor: pointer;
}

img.header.right {
    height: 45px;
    right: 1px; /*20px*/
    position: absolute;
    top: calc(50% - 22.5px);
    cursor: pointer;
}

/*SPANS*/
span {
    font-family: 'Roboto', sans-serif;
}

    span.title {
        font-family: 'Roboto', sans-serif;
        font-size: 15pt; /*16pt*/
        font-weight: bold;
        color: #fff;
        width: 100%;
        margin-top: 8px;
        left: 0px;
        position: absolute;
    }

        span.title.sidebar-title {
            color: darkorange;
        }
/* Reduce header-content title text size */
.header-content-title {
    font-size: 13pt !important;
}
/* --- */

.topic-help {
    font-size: 15px !important;
}

/* Overflow text in title devices */
div.breaktext {
    font-family: 'Roboto', sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: #fff;
    margin-top: 29px;
    position: absolute;
    width: 70%;
    left: 15%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* ------ */

span.sub_title {
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
}


span.text {
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
    font-weight: normal;
}

span.small_text {
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    font-weight: normal;
}

span.medium-large {
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    font-size: 44pt;
    font-weight: lighter;
}

span.large {
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    font-size: 44pt;
    font-weight: lighter;
}

div.device-row-climatization.dark:not(.open):after {
    border-bottom: 1px solid #444;
}

div.device-row-climatization:not(.open):after {
    height: 100%;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(222, 222, 222);
    content: '';
}

div.device-row-climatization {
    height: 48px;
}

div.icon-close {
    background-size: 50px;
    background-image: url(../icons/navigation/ic_back.png);
    background-repeat: no-repeat;
    background-position: 50%;
    height: 80px;
    width: 60px;
    /*float: left;*/
    float: right;
    right: 0px; /*adicionado*/
    z-index: 10;
    top: 0px;
    position: absolute;
}

div.header-emap-floors {
    height: 55px;
    background-color: #ba7c41;
    border-bottom: 1px solid #694d24;
}

    div.header-emap-floors > div > span {
        font-weight: normal;
    }

    div.header-emap-floors > div {
        top: 10px;
        text-align: left;
    }

.help-topic {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
}

div.device-down-arrow-list {
    float: right;
}

    div.device-down-arrow-list > a {
        display: block;
    }

        div.device-down-arrow-list > a > img {
            height: 40px;
            position: relative;
        }

div.emap {
    width: 100%;
}

#emapFloors {
    background-image: url('../icons/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}


/* MODAL */

div.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(90,90,90,0.9);
}

div.modal-content.pin, div.modal-content.contact {
    width: 350px;
    height: 500px;
    left: calc(50% - 175px);
    top: calc(50% - 250px);
    position: fixed;
    background-color: rgba(60,60,60,0.98);
    border-radius: 5px;
    border: 0px;
}

/*div.modal-content.contact {
    background-color: rgba(60,60,60,0.2);
}*/

div.modal-content.alert {
    width: 35%; /*100%;*/
    height: 320px;
    /*left: 0px;*/
    /*top: calc(50% - 250px);*/
    top: calc(50% - 160px);
    left: calc(50% - 17.5%); /*Adicionei*/
    position: fixed;
    background-color: rgba(60,60,60,0.9);
    border-radius: 5px;
}

.form-input-contact {
    width: 330px;
    padding: 20px 10px;
    border: 0px;
    background-color: rgba(60,60,60,0.98);
    color: #fff;
}

input.form-input-contact {
    display: inline-block;
    width: 300px;
    padding: 20px 40px 20px 10px;
    letter-spacing: 1px;
}

button.form-input-contact {
    display: inline-block;
    width: 51px;
    border: 0px;
    /*background-color: rgba(0,0,0,0.3);*/
    background-color: rgba(0,0,0,0.6);
    /*color: darkorange;*/
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}

.img-send {
    display: block;
    position: absolute;
    float: right;
    top: 0px;
    right: -3px;
    padding: 20px;
    filter: drop-shadow(1px 1px 1px #1C1C1C);
    -webkit-filter: drop-shadow(1px 1px 1px #1C1C1C);
}


textarea.form-input-contact {
    height: 400px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 19px;
    resize: none;
}

.alarm-close-icon {
    position: relative;
    float: right;
    padding: 20px;
    z-index: 2;
}

.logo-alert-alarm {
    position: relative;
    left: calc(50% - 57px);
}

/*INPUT PIN*/
div.pin {
    width: 100%;
    height: 20%;
    overflow: hidden;
    border-bottom: 1px solid grey;
}

div.alert {
    width: 100%;
    height: 10%;
}

.modal-pin-placeholder {
    color: #BDBDBD;
    font-size: 24px;
    position: relative;
    display: block;
    /*left: 90px;*/
    left: calc(50% - 910px);
    letter-spacing: 2px;
}

    div.pin > div.small-circles-pin {
        /*width: 50%;*/
        width: 2000px;
        height: 7%;
        /*left: 25%;*/
        position: absolute;
        padding-top: 30px;
        padding-left: 10px;
        display: block;
    }

        div.pin > div.small-circles-pin > div.typed {
            background-color: white;
            transform: scale(1.3);
        }

        div.pin > div.small-circles-pin > div {
            position: relative;
            width: 25px;
            height: 25px;
            /*top: 5px;*/
            background-color: #bbb;
            /*margin-left: calc(25% - 25px);*/
            display: inline-block;
            border-radius: 50%;
            transform: scale(0.8);
            margin-left: 8px;
            float: left;
        }

div.input-pad {
    width: 100%;
    height: 80%;
    position: relative;
}

    div.input-pad > div {
        width: 33.3%;
        height: 25%;
        position: relative;
        display: inline-flex;
        margin: 0px;
        float: left;
        border-radius: 50%;
        border: 0px solid transparent;
    }

        div.input-pad > div > div {
            width: 80px;
            height: 80px;
            left: calc(50% - 40px);
            top: calc(50% - 40px);
            position: absolute;
            border-radius: 50%;
            transition-timing-function: ease;
            transition-duration: 200ms;
        }

            div.input-pad > div > div.pressed {
                background-color: #888;
            }

            div.input-pad > div > div > span {
                text-align: center;
                font-size: 44pt;
                font-weight: 100;
                line-height: 75px;
            }

            div.input-pad > div > div > img {
                height: 50px;
                top: calc(50% - 25px);
                left: calc(50% - 25px);
                position: absolute;
            }

div.modal.show {
    display: block;
}

div.modal.hide {
    display: none;
}

div.navigation-small-circles {
    height: 15px;
    /*width: 60%;*/
    padding-top: 20px;
    /*margin-left: calc(31%);*/
    position: relative;
    padding-bottom: 20px;
    text-align: center; /*adicionei*/
}

.small-circle {
    height: 8px;
    width: 8px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

    .small-circle.elements_11 {
        margin-left: calc(4.54% - 7.5px);
        margin-right: calc(4.54% - 7.5px);
    }

    .small-circle.elements_10 {
        margin-left: 6%;
    }

    .small-circle.elements_9 {
        margin-left: 6.67%;
    }


    .small-circle.elements_8 {
        margin-left: 7.5%;
    }


    .small-circle.elements_7 {
        margin-left: calc(7.14% - 7.5px);
        margin-right: calc(7.14% - 7.5px);
    }


    .small-circle.elements_6 {
        margin-left: 10%;
    }


    .small-circle.elements_5 {
        margin-left: 12%;
    }


    .small-circle.elements_4 {
        margin-left: 15%;
    }

    .small-circle.elements_3 {
        margin-left: 20%;
    }

    .small-circle.elements_2 {
        margin-left: 30%;
    }

    .small-circle.elements_1 {
        margin-left: 60%;
    }


    .small-circle.selected {
        background-color: white;
    }

.graphics-selected-option {
    text-align: center;
    margin-top: 20px;/*0px;*/
    margin-bottom: 15px;
}

    .graphics-selected-option > span {
        font-family: 'Roboto', sans-serif;
        font-size: 16pt;
        font-weight: 100;
        color: #fff;
    }

    .graphics-selected-option:after {
        content: '';
        display: block;
        width: 300px;
        margin-left: calc(50% - 150px);
        border-bottom: 1px solid gray;
        height: 6px;
    }

    .graphics-selected-option:before {
        content: '';
        display: block;
        width: 300px;
        border-top: 1px solid gray;
        margin-left: calc(50% - 150px);
        height: 6px;
    }

.warning-msg {
    padding: 16px;
    color: #fff;
    background-color: red;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    /*margin-top: calc(100% - 147px);*/
}

.warning-default {
    background-color: darkorange;
}

/*canvas{
    z-index: 9;
}*/

div.chart > canvas {
    /*    padding-right: 35px;
    padding-left: 20px;
    width: 100%;*/
    padding-left: 1%;
    width: 98% !important;
}

div.chart {
    padding: 5px;
}

.chart-icon {
    width: 40px;
    height: 40px;
    background-color: #333;
    margin-top: -14px; /*older value 10px*/
    border-radius: 50%;
    left: calc(100% - 50px);
    position: relative;
}

.chart-label {
    width: 124px;
    background-color: #333;
    margin-top: 10px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    float: right;
    position: static;
}

    .chart-label > span:not(.endataval) {
        font-size: 10pt;
        /*padding: 30px;*/
        padding: 2px 2px 2px 10px;
        line-height: 30px;
        color: white;
    }

.label-consumption, .label-cost {
    color: #ba7c41;
}

.endataval {
    color: #fff;
}


.endata-container {
    background-color: #ba7c41;
}

.instant-label, .totalizer-label {
    font-weight: bold;
}

.instant-val, .totalizer-val {
    color: #fff;
}

.endata-subcontainer {
    padding: 4px 4px 4px 10px;
}

.graphics-area {
    position: relative;
}

.graphics-area-meteo {
    height: calc(100% + 350px);
    position: relative;
}

.datepicker {
    position: fixed;
    background-color: rgba(240,240,240,0.8);
    width: 70%;
    height: 95px;
    overflow: hidden;
    z-index: 11;
    left: 15%;
    top: 25%;
}

.datepicker-linguide {
    width: 100%;
    height: 19px;
    position: absolute;
    background-color: rgba(100,100,100,0.5);
    top: calc(50% - 9.5px);
}

.datepicker-column {
    display: inline-block;
    width: 33.3%;
    float: left;
    height: 95px;
    text-align: center;
}

    .datepicker-column > div > span {
        font-size: 20pt;
    }

    .datepicker-column > div {
        transform: translateY(0px);
    }

    .datepicker-column.animated > div {
    }

    .datepicker-column.day:after {
        background: -webkit-linear-gradient(top, rgba(250,250,250,1), rgba(255,255,255,0),rgba(250,250,250,1));
        content: '';
        position: absolute;
        width: 33.3%;
        height: 100%; 
        top: 0px;
        left: 0px;
        z-index: 10;
        height: 95px;
    }

    .datepicker-column.month:after {
        background: -webkit-linear-gradient(top, rgba(250,250,250,1), rgba(255,255,255,0),rgba(250,250,250,1));
        content: '';
        position: absolute;
        width: 33.3%;
        height: 100%;
        top: 0px;
        left: 33.3%;
        z-index: 10;
        height: 95px;
    }

    .datepicker-column.year:after {
        background: -webkit-linear-gradient(top, rgba(250,250,250,1), rgba(255,255,255,0),rgba(250,250,250,1));
        content: '';
        position: absolute;
        width: 33.3%;
        height: 100%;
        top: 0px;
        left: 66.6%;
        z-index: 10;
        height: 95px;
    }

.energy-charts {
    overflow: scroll !important;
    height: 100% !important;
}

div.weather-forecast {
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0px;
    border-top: solid 5px #f79226;
    background-color: #434343;
    z-index: 9;
    display: none;
}

    div.weather-forecast > div {
        float: left;
        display: inline-block;
        height: 100%;
        text-align: center;
        background-color: #434343;
    }

    div.weather-forecast > .col-today {
        width: 34%;
    }

    div.weather-forecast > .col-days {
        width: 22%;
    }

    div.weather-forecast > .col-today > div.info {
        width: 50%;
        float: left;
        display: inline-block;
        height: 100%;
        text-align: center;
    }

    div.weather-forecast > .col-today > div.icon {
        height: 100%;
        width: 50%;
        margin-left: 50%
    }

        div.weather-forecast > .col-today > div.icon > i {
            line-height: 50px;
            color: white;
            z-index: 484;
            font-size: 42pt;
            line-height: 120px;
            text-align: center;
            width: 100%;
        }

    div.weather-forecast > .col-today > div > span.today {
        line-height: 45px;
        display: block;
        color: #f79226;
        font-weight: 600;
    }

    div.weather-forecast > .col-today > div > span.temp {
        line-height: 35px;
        display: block;
        font-weight: 600;
        color: white;
        font-size: 16pt;
    }

    div.weather-forecast > .col-today > div > span.min-max {
        line-height: 35px;
        display: block;
        color: #BBB;
        font-weight: 600;
        font-size: 8pt;
    }

    div.weather-forecast > .col-days > .weekday {
        line-height: 35px;
        display: block;
        color: #f79226;
        font-weight: 600;
    }

    div.weather-forecast > .col-days > i {
        line-height: 50px;
        color: white;
        z-index: 484;
        font-size: 30pt;
        line-height: 50px;
        text-align: center;
        width: 50%;
        color: #BBB;
    }

    div.weather-forecast > .col-days > .info {
        line-height: 35px;
        display: block;
        color: #BBB;
        font-weight: 600;
        font-size: 9pt;
    }


/*SEARCH*/

#search-blur {
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}

div.search-division {
    height: 40px;
    width: 100%;
    position: relative;
    background-color: rgba(250,250,250,0.25);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(20, 20, 20, 0.65);
    -moz-box-shadow: 0px 2px 3px 0px rgba(20, 20, 20, 0.65);
    box-shadow: 0px 1px 8px 0px rgba(20, 20, 20, 0.65);
}

    div.search-division:before {
        content: '';
        position: absolute;
        margin-top: 0px;
        z-index: 0;
        background-color: #f79226;
        height: 40px;
        width: 10px;
    }

    div.search-division > span {
        color: #f79226;
        font-weight: 600;
        margin-top: 12px;
        margin-left: 10px;
        position: absolute;
        margin-left: 20px;
    }


div.search-input {
    position: fixed;
    bottom: 67px;
    width: calc(100% - 14px);
    height: 45px;
    /* padding-top: 5px; */
    z-index: 4;
    margin: 6px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 10px;
}

   #empty-input-search {
        position: absolute;
        float: right;
        display: block;
        right: -6px;
        top: -5px;
        padding: 20px;
    }

    div.search-input > input {
        width: 100%;
        height: 100%;
        font-size: 20pt;
        font-family: 'Roboto', sans-serif;
        border: transparent;
        padding-left: 5px;
        background-color: transparent;
        color: #fff;
        /*
        background-image: url(../icons/searching-magnifying-glass.png);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position-y: 50%;
        background-position-x: 95%;
        */
    }

/*remove selection*/

textarea:focus, input:focus {
    outline: none;
}

/*EMAP - control device*/
#control-row {
    width: 100%;
    position: fixed;
    background-color: #434343;
}

    #control-row.open {
        /*height: 65%;
        top: 140px;*/
        /*height: calc(80% - 48px);
        top: 10%;*/
        top: 5%;
    }

    #control-row.closed {
        top: calc(50% - 24px);
    }

/*EMAP*/

#emap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.emap-device {
    background-size: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
}

.multimedia-channels.dark {
    height: 56px;
    position: relative;
    width: 80%;
    left: 10%;
}

div.multimedia-channels.dark > div {
    display: flex;
    width: 25%;
    height: 50px;
    float: left;
}

div.multimedia-playing-where {
    width: 100%;
    height: 30px;
    background-color: rgba(150,150,150,0.2);
    display: flex;
    margin-top: 85px;/*80px;*/
}

    div.multimedia-playing-where > span {
        color: white;
        line-height: 30px;
        text-align: center;
        font-size: 11pt;
        width: 100%;
        overflow: hidden;
        text-transform: uppercase;
    }

div.multimedia-type {
    width: 100%;
    height: 80px;
    display: flex;
    margin-top: 2px;
}

    div.multimedia-type > div.radio.col-50 {
        width: 50%;
    }

    div.multimedia-type > div.radio.col-40 {
        width: 40%;
    }

    div.multimedia-type > div.mp3.col-50 {
        width: 50%;
    }

    div.multimedia-type > div.mp3.col-40 {
        width: 40%;
    }

    div.multimedia-type > div.radio {
        display: flex;
        background-color: rgba(150,150,150,0.5);
    }

        div.multimedia-type > div.radio.selected {
            background-color: rgba(250,150,50,0.6);
        }

        div.multimedia-type > div.radio > span {
            color: white;
            font-size: 19pt;
            width: 100%;
            line-height: 80px;
            text-align: center;
        }

    div.multimedia-type > div.mp3 {
        margin-left: 2px;
        display: flex;
        background-color: rgba(150,150,150,0.5);
    }

        div.multimedia-type > div.mp3.selected {
            background-color: rgba(250,150,50,0.6);
        }

        div.multimedia-type > div.mp3 > span {
            color: white;
            font-size: 19pt;
            width: 100%;
            line-height: 80px;
            text-align: center;
        }

    div.multimedia-type > div.random.active {
        background-image: url(../icons/devices/controls/others/ic_random_on.png);
    }

    div.multimedia-type > div.random {
        background-image: url(../icons/devices/controls/others/ic_random_off.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: 50%;
        width: 20%;
        margin-left: 2px;
        background-color: rgba(150,150,150,0.5);
    }

div.header.multimedia {
    position: relative;
    height: 80px;
    z-index: 1;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


#multimedia-selection > canvas {
    margin-top: 2px;
}

/* LOGIN */
div.login-input {
    position: relative;
    bottom: 0px;
    width: 99%;
    height: 60px;
    padding: 10px;
    margin: auto;
    max-width: 500px;
}

    div.login-input > input {
        width: 100%;
        height: 100%;
        font-size: 20pt;
        font-family: 'Roboto', sans-serif;
        border: transparent;
        padding-left: 5px;
        border-bottom: solid 2px rgba(200,200,200,0.2);
        color: white;
        background-color: transparent;
        padding-bottom: 5px;
    }

    div.login-input > select {
        width: 100%;
        height: 100%;
        font-size: 20pt;
        font-family: 'Roboto', sans-serif;
        border: transparent;
        padding-left: 5px;
        border-bottom: solid 2px rgba(200,200,200,0.2);
        color: white;
        background-color: transparent;
        padding-bottom: 5px;
        outline: 0;
    }

        div.login-input > select > option {
            background-color: #515151;
        }


    div.login-input > #login-checkbox {
        content: "";
        vertical-align: middle;
        text-align: center;
        line-height: 17px;
        height: 17px;
        width: 17px;
        left: 0px;
        top: 0px;
        font-size: 12px;
        background: white !important;
    }

.login-checkbox-label {
    color: #BDBDBD;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    top: 2px;
    position: relative;
}

div.login-input > input.wrong {
    border-bottom: solid 3px #f79226;
}

div.login-control {
    height: 60%;
    width: 95%;/*100%*/
    top: 30%; /*40%; alterei aqui*/
    position: absolute;
    margin-top: 45px;
}

div.login-homes {
    height: 5%;
    width: 100%;
    position: absolute;
    margin: auto;
}

div.wrong-credentials {
    padding: 10px;
    color: #f79226;
    font-weight: 100;
    font-size: 14pt;
    max-width: 500px;
    margin: auto;
}

    div.wrong-credentials > span {
        margin-right: 5px;
    }

/*HOMES*/
div.homes-panel-holder {
    position: relative;
    top: calc(25% + 50px);
    margin: 0 auto;
    display: table;
}

div.home {
    margin-left: 5px;
    margin-right: 5px;
    float: right;
}


    div.home.selected {
        width: 100%;
        height: 80px;
        position: relative;
        text-align: center
        /*
        background-image: url(../icons/login/home_selected.png);
        background-size: contain;
        */
    }

    div.home > img{
        display: block;
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }

    div.home > span {
        /*bottom: -30px;*/
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        color: white;
        font-size: 12pt;
        font-weight: 700;
        margin-top: 5px;
    }

    div.home.selected > span {
        opacity: 1;
    }

    div.home.unselected {
        width: 80px;
        height: 80px;
        position: relative;
        background-image: url(../icons/login/home_unselected.png);
        background-size: contain;
    }

        div.home.unselected > span {
            opacity: 0.8;
        }


/*TEMPORARY CSS - MAIN PAGE DEVICES SELECTION SUB HEADER*/
.animated {
    transition-duration: 200ms;
    animation-timing-function: ease-in-out;
}


/*FLOAT MENU*/

#float-menu {
    bottom: 0px;
    position: absolute;
    height: 230px;
    width: 100%;
    overflow: hidden;
}

    #float-menu > div {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(255,250,130,0.5);
    }

img#button-home {
    position: absolute;
    width: 70px;
    left: calc(50% - 35px);
    bottom: 0%;
}

.home-button-no-background {
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.home-button-background {
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

    .home-button-background:not(.shadow) {
        width: 70px;
        height: 70px;
        position: absolute;
        bottom: 0px;
        left: calc(50% - 35px);
        background-color: transparent;
    }

    .home-button-background.shadow {
        box-shadow: 0px -15px 20px rgba(255,255,255,1);
    }

#main_content {
    transition-duration: 100ms;
}

    #main_content.blur {
        /*filter: blur(5px);*/
        filter: grayscale(100%);
        opacity: 0.4;
    }


/*when background is blur*/
#prevent_click {
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    height: calc(100% - 230px);
    z-index: 999;
}

.date-title {
    top: 20%;
    position: fixed;
    text-align: center;
    width: 100%;
}

    .date-title > span {
        color: white;
        font-size: 18pt;
    }

img.logo_floors {
    position: fixed;
    top: 5%;
    left: calc(50% - 100px);
    width: 200px;
}

/*video security*/
#video-image {
    position: static;
    width: 100%;
    height: 50%;
    background-image: url(../icons/video/cam/1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}

#left-cams > span {
    color: white;
}

#right-cams > span {
    color: white;
}

#left-cams {
    width: 10%;
    float: left;
    display: inline-block;
}

#right-cams {
    width: 10%;
    float: left;
    display: inline-block;
}

#main-video-selection {
    box-shadow: 0px 1px 10px black;
}

#video-btns-ops > img#video-lock { /*#video-image > img#video-lock*/
    height: 55px;
    position: relative;
    transform: scale(none);
    opacity: 1;
    transition: all 350ms ease-in-out;
}


.punch {
    transform: scale(2);
    opacity: 0.1 !important;
}

#video-btns-ops {
    position: absolute;
    width: 64px;
    float: right;
    right: 22px;
    top: 35%;
}

    #video-btns-ops > img#video-historic { /*#video-image > img#video-historic*/
        height: 55px;
        position: relative;
    }
#video-row-cams {
    height: 60px;
    width: 80%;
    float: left;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

    #video-row-cams > div.column {
        width: 10%;
        display: inline-flex;
        float: left;
        height: 100%;
    }

    #video-row-cams > div.column-video-cam > span.left-right-cams {
        text-align: center;
        width: 100%;
        line-height: 60px;
        color: white;
        font-size: 20pt;
    }

.column-video-cam.selected:before {
    content: '';
    position: absolute;
    border-top: solid 4px orange;
    width: 100%;
    left: 0px;
    background-color: rgba(255,255,255,0.1);
    height: 2px;
}

.column-video-cam.selected > span {
    color: white;
}

.column-video-cam.selected {
    background-color: rgba(255,255,255,0.1);
}

.column-video-cam > span {
    font-weight: 700;
    color: #222;
    font-size: 26px;/*24pt;*/
    line-height: 60px;
}

.column-video-cam {
    text-align: center;
    height: 100%;
    width: 12%;
    padding: 0px;
    overflow: visible;
    display: inline-block;
    transition-timing-function: ease;
    transition-duration: 200ms;
    z-index: 2;
    position: relative;
    margin: auto;
}



.column-video-ctrl-left-right > span {
    font-weight: 700;
    color: #222;
    font-size: 24pt;
    line-height: 60px;
}


.column-video-cam.num-cams-16 {
    width: 12.5%;
}

.column-video-cam.num-cams-8 {
    width: 12.5%;
}

.column-video-cam.num-cams-6 {
    width: 16.66%;
}

.column-video-cam.num-cams-4 {
    width: 25%;
}

.column-video-cam.num-cams-2 {
    width: 50%;
}

#right-cams {
    background-image: url(../icons/navigation/ic_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 60px;
}

#left-cams {
    background-image: url(../icons/navigation/ic_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 60px;
}

.column-video-ctrl-left-right {
    text-align: center;
    height: 100%;
    padding: 0px;
    overflow: visible;
    display: inline-block;
    transition-timing-function: ease;
    transition-duration: 200ms;
    z-index: 2;
    position: relative;
    margin: auto;
}

.videosecurity-functions {
    padding: 10px;
    overflow-y: auto;
    height: calc(50% - 140px);
}

.warning-no-history {
    color: #fff;
    display: block;
    position: relative;
    top: -11%;
    font-size: 20px;
    text-align: center;
}

.img-no-history {
    width: 50%;
    height: auto;
    display: block;
    position: relative;
    left: 25%;
    top: 7%;
}

div.device-title.dark.no-device-icon-videosecurity {
    width: calc(100% - 110px) !important;
}

.disabled {
    opacity: 0.2;
}

.enabled {
    opacity: 1;
}

div.device-title.dark.no-device-icon-quick-menu {
    width: calc(100% - 132px) !important;
    margin-left: 25px;
}


.quickm-customfuncs-list, .quickm-generalfuncs-list {
    overflow-y: auto;
}

.btn-login {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    border: none;
    background-color: rgba(250,150,50,0.6);
    padding: 10px 40px;
    color: #fff;
    outline: none;
    /*box-shadow: 2px 7px 6px -6px rgba(0,0,0,0.62);*/
    border-radius: 4px;
    cursor: pointer;
}

    .btn-login:active {
        background-color: rgba(250,150,50,0.9);
    }

#btn-logout, #btn-lang, #btn-help {
    cursor: pointer;
}

.logo-floors {
    width: 100%;
    height: 18%;
    position: absolute;
    top: 2%;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    background-image: url(../icons/logo.png);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position-x: 50%;
}

/* RIGHT SIDE BAR */

#panel-prevent-click-side-bar {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

div#side-bar-right.open {
    left: 0px; /*0px;*/
}

div#side-bar-right.closed {
    left: -305px; /*-305px;*/
}

div#side-bar-right {
    width: 300px;
    height: 100%;
    position: fixed;
    /*background-color: white;*/
    background-color: rgba(0,0,0,0.65);
    z-index: 1;
    box-shadow: 0px 0px 6px 0px #333;
}

#side-bar-right.animate-side-bar {
    -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}

div#side-bar-right > .panel-info {
    width: 100%;
    height: 10%; /* 25% */
    max-height: 9%; /* 20% adicionado*/
    background-color: #333;
    z-index: 20;
    bottom: 0px;
    box-shadow: 1px 0px 10px #333;
    text-align: right;
}

    div#side-bar-right > .panel-info > .info-home {
        width: 130px;
        height: 100%;
        right: 0px;
        text-align: center;
        float: right;
    }

        div#side-bar-right > .panel-info > .info-home > img {
            height: 60px;
            width: 60px;
            position: relative;
            top: 10px;
            display: inline-block;
        }

        div#side-bar-right > .panel-info > .info-home > span {
            top: 10px;
            position: relative;
            display: inline-block;
        }

div#side-bar-right > .panel-options {
    /*background-color: white;*/
    color: #fff; /*#F79226;*/
    width: 100%;
    height: 75%;
    z-index: 0;
}

    div#side-bar-right > .panel-options > ul {
        list-style-type: none;
    }

    div#side-bar-right > .panel-options > ul > li {
        padding-right: 20px;
        right: 0px;
        text-align: right;
        overflow: hidden;
        font-size: 15px;
    }

div.preventClickClimatization {
    position: absolute;
    width: 100%;
    height: 100%;
}

.grayscale {
    filter: grayscale(1);
}

.aux-my-audio {
    background-image: url(../icons/speaker.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: 50%;
    display: none;
}

/* video history*/
div.video-history {
    background-image: url(icons/videoporteiro_default.jpg);
    height: calc(100% - 160px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #000;
}

div.info-video-history {
    margin-left: 20px;
    color: white;
    padding: 4px;
}

    div.info-video-history > span:first-child {
        font-weight: 800;
    }

    div.info-video-history > span {
        font-size: 16pt;
    }

#image-counter {
    position: absolute;
    bottom: 100px;
    color: white;
    font-size: 14pt;
    right: 20px;
    text-shadow: 2px 2px 2px #000;
}


/* Loader */

#mask-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(0,0,0,0.7);
    color: #ff931e;
    display: none;
}

#mask-container-message {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: relative;
    top: 43%;
}

.loader {
    border: 7px solid #ffffff;
    border-top: 7px solid #ff931e;
    border-radius: 50%;
    width: 82px;
    height: 82px;
    margin-left: auto;
    margin-right: auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* --- */

/* quando o load esta a carregar os elementos*/
#meteoChartList {
    height: 100%;
}

#energyChartList {
    height: 100%;
}

#emapFloors {
    height: 100%;
}

#alarmList {
    height: 100%;
}

/* loader */

.app-loader,
.app-loader:before,
.app-loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.app-loader {
    color: #ffffff;
    font-size: 10px;
    top: 20%;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .app-loader:before,
    .app-loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .app-loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .app-loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


/* Fim do Loading*/



.device-icon > img {
    max-width: 48px;
}

div.header.transparent {
    background-color: rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#menu-lang {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: none;
}

.lang-option {
    padding: 9px 10px;
    cursor: pointer;
}

.lang-option-selected {
    border-bottom: 1px solid darkorange;
}

.selected-lang {
    color: darkorange;
}

.chartvalues-container {
    width: 70%;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 11px;
    position: relative;
    display: inline-block;
}

.chartvalues-container:not(:first-child) {
    margin-top: 15px;
}

.chartvalues-container > span:not(.dataval) {
    margin-left: 10px;
}

.datalabel, .raintimeval {
    color: #ba7c41;
}