/*WATTABIT STYLES*/

/*
 * INDEX
 * 1) - Global
 * - Colors
 * - Loading
 * - Login
 * - Projects
 * - Header and Navigation
 * -     Mobile Navigation
 * - Tutorial
 * - Widgets
 * -    Widget LastValue
 * -    Widget PV Status
 * -    Widget PV Flow
 * - 	Widget MapLocation
 * - 	Widget Accumulated
 * - 	Widget Savings
 * -    Widget TempHumi
 * -    Widget CameraDetection
 * -    Widget Rssi Coverage
 * -    Widget calendar vem
 * -    Widget html
 * -    Widget sensor custom
 * - Dashboard
 * - Monitoring
 * -    Mobile Monitoring 
 * - Alarms
 * - Table
 * - Vem
 * -    Management VEM
 * - Analytics
 * - Reports
 *   - Reports scheduled
 * - Billing
 * - Control
 * - Admin
 * - Scada

  */

/*******1) GLOBAL********/

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/titillium/Titillium-Web-Regular.eot'); /* IE9 Compat Modes */
    src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
    url('../fonts/titillium/Titillium-Web-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/titillium/Titillium-Web-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/titillium/Titillium-Web-Regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/titillium/Titillium-Web-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/titillium/Titillium-Web-Regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'Titillium Web';
        src: url('../fonts/titillium/Titillium-Web-Regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
    }
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    /*background-color: #555;*/
}

/* eliminar flechas campo imput */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}

/*
::-webkit-scrollbar-thumb:window-inactive {
    width: 12px;
    background-color: #F5F5F5;
}
*/

body {
    font-family: "Titillium Web", "Open Sans";
}

* {
    scrollbar-width: thin;
}

body:not(.menu-on-top).desktop-detected {
    min-height: 100% !important;
}

h1, h2, h3, h4 {
    font-family: "Titillium Web", "Open Sans" !important;
}

.tooltip-inner {
    font-family: "Titillium Web", "Open Sans";
}

.tooltip {
    z-index: 3005;
}

.customDivider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: grey !important;
}

.break-line {
    white-space: pre-line
}

.page-footer {
    background-color: transparent !important;
}

.fa-1-3x {
    font-size: 1.3em;
}

.fa-1-5x {
    font-size: 1.5em;
}

.fa-7x {
    font-size: 7em;
}

.fa-22x {
    font-size: 22em;
}

.min-width-fa {
    min-width: 16px;
}

.modal {
    z-index: 2000 !important;
}

body.modal-open {
    overflow-y: inherit !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    font-family: "Titillium Web", "Open Sans";
}

.projects-table {
    margin-bottom: 0;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-32 {
    font-size: 32px;
}

.font-130 {
    font-size: 130% !important;
}

.break-all {
    word-break: break-all;
}

.form-control[disabled] {
    color: grey !important;
}

.select-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.table.vertical-align > tbody > tr > td, .table.vertical-align > thead > tr > th {
    vertical-align: middle;
}

.fake-tbody {
    border-top: 2px solid #ddd;
}

.white-background {
    background-color: white;
}

.text-white {
    color: white;
}

.text-black {
    color: black;
}

.disabled:hover {
    cursor: default;
}

.display-inline-block {
    display: inline-block;
}

.disabled {
    cursor: default;
}

.red {
    color: red;
}

.green {
    color: green;
}

.vertical-align {
    vertical-align: middle;
}

.center-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical-align-super {
    vertical-align: super;
}

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

hr.vertical {
    margin-top: 0;
    border: none;
    border-left: 1px solid hsla(200, 10%, 50%, 100);
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
}

.text-bold {
    font-weight: bold;
}

.no-draggable {
    pointer-events: none
}

.style-col {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.expand-whole {
    width: 100%;
    height: 100%;
}

.select2-hidden-accessible {
    display: none;
}

.select2-results .select2-disabled > div {
    cursor: default;
}

.input-group > .select2-container, .input-group > .select2-container .input-group-btn, .input-group > .select2-container .input-group-btn .btn {
    vertical-align: top;
}

.input-group > .select2-container {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 0;
}

.input-group > .select2-container > .select2-choice {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.poweredByWattabit {
    margin-top: 65px;
    font-size: 10px;
    color: white;
    text-align: right;
}

#logo,
#logo-wcity {
    display: inline-block;
    width: 100%;
    margin-left: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 65px;
}

.background-logo,
.public-logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#logo img,
#logo-wcity img {
    width: 180px;
}

.disabled-nav .cursor-default .caret {
    display: none;
}

.required-label::after {
    content: " *";
}

.table-responsive {
    overflow-y: hidden;
}

.opacity100 {
    opacity: 1 !important;
}

.smart-style-2 nav ul li.open > a {
    color: #b1b1b1 !important;
}

.smart-style-2 nav ul li a {
    color: #b1b1b1 !important;
}

.smart-style-2 nav ul li.active > a {
    color: #202427 !important;
}

.smart-style-2 nav ul li a.active {
    color: #202427 !important;
    font-weight: 700;
}

nav > ul > li > a b {
    right: 0;
}

.btn-primary-wattabit {
    color: #fff;
}

.btn-primary-wattabit:hover {
    color: #fff;
}

.jarviswidget > header > h2.sm-header {
    font-size: 12px;
}

.bigger-titles .jarviswidget > header h2 {
    font-size: 24px
}

.label-default {
    color: black;
}

.strong {
    font-weight: bold;
}

.text-small {
    font-size: 11px;
}

.link-style {
    cursor: pointer;
    color: #30b1e8;
}

.color-blue-wattabit {
    color: #30b1e8;
}

.cursor-default {
    cursor: default !important;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.box-options {
    border: 1px solid grey;
    width: 100%;
    padding: 10px;
}

.input-group-addon {
    padding: 6px 10px;
    /*border-radius: 0;*/
    /*-moz-border-radius: 0;*/
    /*-webkit-border-radius: 0;*/
    transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s
}

.form-control.no-validate {
    border-color: inherit !important;
}

.switch input {
    display: none;
}

.switch i {
    display: inline-block;
    cursor: pointer;
    height: 20px;
    padding-right: 20px;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .5);
}

.switch i:before {
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    margin-top: 2px;
}

.switch :checked + i {
    padding-right: 0;
    padding-left: 20px;
}

.switch :disabled + i {
    cursor: not-allowed;
}

/*.switch.red :checked + i { change color switch*/
/*box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px red;*/
/*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px red;*/
/*}*/

.switchery-default {
    border-color: #DDDDDD !important;
    background-color: #DDDDDD !important;
}

.width-4 {
    width: 4%;
}

.width-5 {
    width: 5%;
}

.width-7 {
    width: 7%;
}

.width-8 {
    width: 8%;
}

.width-9 {
    width: 9%;
}

.width-10 {
    width: 10%;
}

.width-15 {
    width: 15%;
}

.width-19 {
    width: 19%;
}

.width-20 {
    width: 20%;
}

.width-20-5 {
    width: 20.5%;
}

.width-22 {
    width: 22%;
}

.width-25 {
    width: 25%;
}

.width-28 {
    width: 28%;
}

.width-30 {
    width: 30%;
}

.width-30-5 {
    width: 30.5%;
}

.width-31 {
    width: 31%;
}

.width-35 {
    width: 35%;
}

.width-40 {
    width: 40%;
}

.width-45 {
    width: 45%;
}

.width-49 {
    width: 49%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-75 {
    width: 75%;
}

.width-80 {
    width: 80%;
}

.width-85 {
    width: 85%;
}

.width-88 {
    width: 88%;
}

.width-89 {
    width: 89%;
}

.width-89-5 {
    width: 89.5%;
}

.width-90 {
    width: 90%;
}

.width-92 {
    width: 92%;
}

.width-95 {
    width: 95%;
}

.width-100 {
    width: 100% !important;
}

.width-13px {
    width: 13px;
}

.width-15px {
    width: 15px;
}

.width-20px {
    width: 20px;
}

.width-25px {
    width: 25px;
}

.width-34px {
    width: 34px;
}

.width-35px {
    width: 35px;
}

.width-40px {
    width: 40px;
}

.width-50px {
    width: 50px;
}

.width-55px {
    width: 55px;
}

.width-60px {
    width: 60px;
}

.width-70px {
    width: 70px;
}

.width-75px {
    width: 75px;
}

.width-100px {
    width: 100px;
}

.width-150px {
    width: 150px;
}

.width-200px {
    width: 200px;
}

.width-225px {
    width: 225px;
}

.width-300px {
    width: 300px;
}

.width-350 {
    width: 350px;
}

.max-width-90 {
    max-width: 90%;
}

.max-width-100 {
    max-width: 100% !important;
}

.max-width-500 {
    max-width: 500px;
}

.max-height-85 {
    max-height: 85px;
}

.max-height-86 {
    max-height: 86px;
}

.max-height-105 {
    max-height: 105px;
}

.max-height-140 {
    max-height: 140px;
}

.max-height-165 {
    max-height: 165px;
}

.max-height-175 {
    max-height: 175px;
}

.max-height-195 {
    max-height: 195px;
}

.max-height-266 {
    max-height: 266px;
}

.max-height-340 {
    max-height: 340px;
}

.max-height-420 {
    max-height: 420px;
}

.min-width-85 {
    min-width: 85px;
}

.min-width-100 {
    min-width: 100px;
}

.min-width-200 {
    min-width: 200px;
}

.min-width-300 {
    min-width: 300px;
}

.min-width-500 {
    min-width: 500px;
}

.min-width-600 {
    min-width: 600px;
}

.min-width-1100 {
    min-width: 1100px;
}

.height-15px {
    height: 15px;
}

.height-30 {
    height: 30px;
}

.height-31 {
    height: 31px;
}

.height-32 {
    height: 32px;
}

.height-34 {
    height: 34px;
}

.height-40px {
    height: 40px;
}

.height-48px {
    height: 48px;
}

.height-50px {
    height: 50px;
}

.height-60px {
    height: 60px;
}

.height-74px {
    height: 74px;
}

.height-75px {
    height: 75px;
}

.height-85px {
    height: 85px;
}

.height-120px {
    height: 120px;
}

.height-150px {
    height: 150px;
}

.height-175px {
    height: 175px;
}

.height-190px {
    height: 190px;
}

.height-210 {
    height: 210px;
}

.height-230 {
    height: 230px;
}

.height-235 {
    height: 235px;
}

.height-265 {
    height: 265px;
}

.height-280 {
    height: 280px;
}

.height-320 {
    height: 320px;
}

.height-720 {
    height: 720px;
}

.min-height-30 {
    min-height: 30px;
}

.min-height-34 {
    min-height: 34px;
}

.min-height-74 {
    min-height: 74px;
}

.min-height-200 {
    min-height: 200px;
}

.min-height-279 {
    min-height: 279px;
}

.min-height-320 {
    min-height: 320px;
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-13 {
    line-height: 13px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-34 {
    line-height: 34px !important;
}

.line-height-190 {
    line-height: 190px;
}

.top-5 {
    top: -5px;
}

.left-0 {
    left: 0;
}

.left-60 {
    left: 60px;
}

.padding-top-6 {
    padding-top: 6px;
}

.padding-top-7 {
    padding-top: 7px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-6 {
    padding: 6px;
}

.padding-7 {
    padding: 7px;
}

.no-border {
    border: none;
}

.overflow-auto {
    overflow: auto;
}

.no-x-overflow {
    overflow-x: hidden;
}

.no-y-overflow {
    overflow-y: hidden !important;
}

.y-overflow {
    overflow-y: auto;
}

.boxSelectTagTrend {
    border: 1px solid grey;
    border-radius: 40px;
    padding: 5px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
}

.boxTagsSelect {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.fixedButton2SaveTags:active,
.fixedButton2SaveTags {
    position: absolute;
!important;
    right: 50px !important;
    left: inherit !important;
    top: 20px !important;
    z-index: 100;
}

.well-tagsTree-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
    margin-bottom: 0;
}

.well-tagsTree-scroll-small {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 480px;
    margin-bottom: 0;
}

.max-height-360 {
    max-height: 360px;
}

.max-height-400 {
    max-height: 400px !important;
}

.max-height-500 {
    max-height: 500px;
}

.height-400 {
    height: 400px;
}

.height-405 {
    height: 405px;
}

.height-420 {
    height: 420px !important;
}

.display-none {
    display: none !important;
}

.display-flex {
    display: flex;
}

.flex-align-middle {
    display: flex;
    align-items: center;
}

.flex-grow {
    flex-grow: 1;
}

.well-tagsTree-scroll-full {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 630px;
    margin-bottom: 0;
}

.modal-scroll-body {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
}

.checkboxTree {
    position: absolute;
    right: 10px;
}

.checkBoxContainer { /**Select isteven para todos**/
    max-height: 200px;
    overflow-y: auto !important;
}

.widgetsModalScroll {
    max-height: 450px;
    overflow-y: auto !important;
    padding-right: 30px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .multiSelect .helperButton {
        font-size: 10px;
    }
}

.vertical-align-middle {
    vertical-align: middle
}

.disabled.cursor-pointer, .disabled .cursor-pointer, .cursor-pointer[disabled] {
    cursor: not-allowed !important;
}

.color-black {
    color: black;
}

.margin-10 {
    margin: 10px;
}

.margin-0 {
    margin: 0 !important;
}

.margin-auto {
    margin: auto;
}

.margin-top-3-negative {
    margin-top: -3px;
}

.margin-top-2 {
    margin-top: 2px;
}

.margin-top-3 {
    margin-top: 3px;
}

.margin-top-4 {
    margin-top: 4px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-7 {
    margin-top: 7px;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-top-12 {
    margin-top: 12px;
}

.margin-top-16 {
    margin-top: 16px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-23 {
    margin-top: 23px;
}

.margin-top-23-5 {
    margin-top: 23.5px;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-25-negative {
    margin-top: -25px;
}

.margin-top-27 {
    margin-top: 27px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-30-negative {
    margin-top: -30px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-11 {
    margin-bottom: 11px;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

.margin-bottom-14 {
    margin-bottom: 14px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-65 {
    margin-bottom: 65px;
}

.margin-right-7 {
    margin-right: 7px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-50 {
    margin-right: 50px;
}

.margin-8 {
    margin: 8px;
}

.background-color-white {
    background-color: white;
}

.background-color-blue {
    background-color: deepskyblue;
}

.background-color-black {
    background-color: black;
}

.padding-0 {
    padding: 0 !important;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-bottom-14 {
    padding-bottom: 14px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-right-2 {
    padding-right: 2px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-right-35 {
    padding-right: 35px !important;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-left-2 {
    padding-left: 2px;
}

.padding-left-3 {
    padding-left: 3px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-6 {
    padding-left: 6px;
}

.padding-left-8 {
    padding-left: 8px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-35 {
    padding-left: 35px;
}

.padding-left-40 {
    padding-left: 40px;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.height-25 {
    height: 25px;
}

.string-break {
    word-break: normal;
    white-space: normal;
}

.center-screen {
    text-align: center;
    margin: auto;
    margin-top: 10%;
    margin-bottom: 10%;
    width: 100%;
}

.stack-link-function {
    margin-top: -4.7em;
}

.popover {
    z-index: 3000;
}

.z-index-10 {
    z-index: 10;
}

.z-index-3001 {
    z-index: 3001;
}

.popover-title {
    text-align: center;
}

.table-selected-row {
    color: white;
}

.unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.undraggable {
    user-drag: none;
    user-select: none;
    moz-user-select: none;
    -webkit-user-drag: none;
    webkit-user-select: none;
    -ms-user-select: none;
}

.absolute-width {
    position: absolute;
    width: 100%;
}

.table-filtered-bottom {
    height: 34px;
    width: 180px;
    position: relative;
    padding-top: 8px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.table-filtered {
    height: 34px;
    width: 180px;
    position: relative;
    padding-top: 8px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    margin-bottom: 15px
}

.width-fa {
    width: 14px;
}

.bordered-div {
    border: 1px solid rgba(0, 0, 0, .4)
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 29px;
    outline: none;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.color-inherit {
    color: inherit !important;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 300px;
}

.imageOnePlant {
    opacity: 0.2;
    width: 50%;
}

.block {
    display: block;
}

/*****COLORS****/

.btn-super-user {
    background-color: #e8e801 !important;
    border-color: #ffff32 !important;
    color: black !important;
}

.color-super-user {
    color: #e8e801 !important;
}

.switch.super-user :checked + i {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .5), inset 0 0 40px #e8e801;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .5), inset 0 0 40px #e8e801;
}

label input[type=checkbox].checkbox:checked + span.super-user:before {
    color: #e8e801;
}

label:active input[type=checkbox].checkbox:checked + span.super-user:before {
    color: #fff;
    background: #e8e801;
    border-color: #e8e801;
}

.no-color {
    color: #333;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.margin-left-3 {
    margin-left: 3px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-negative-40 {
    margin-left: -40px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-left-90 {
    margin-left: 90px;
}

.margin-left-230 {
    margin-left: 230px;
}

.border-0 {
    border: 0;
}

.custom-variable-component-filter-value {
    width: 50px;
}

.operation-formula {
    font-weight: bold;
    padding-bottom: 7px;
    font-size: 20px;
    text-align: center;
}

/*****LOADING****/
.overlay-loading-transparent {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 900;
}

.overlay-loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.4);
}

.overlay-widget-loading {
    width: 100%;
    height: 95%;
    opacity: 0.8;
    position: absolute;
    z-index: 1;
    background-color: #f3f3f3;
}

.overlay-popover-loading {
    width: 95%;
    height: 95%;
    opacity: 0.8;
    position: absolute;
    z-index: 1;
    background-color: white;
}

.image-adapt {
    max-height: 100%;
    max-width: 100%;
}

.header-dropdown-list {
    z-index: 2;
}

/*****LOGIN****/

.loginLanguage {
    margin-right: 50px;
}

.btn-primary-wattabit-login {
    color: #fff;
    background-color: #3b9ff3;
    border-color: #3292E2;
}

.focus.btn-primary-wattabit-login, .btn-primary-wattabit-login:focus, .btn-primary-wattabit-login:hover {
    color: #fff;
    background-color: #3E90D4;
    border-color: #3292E2;
}

.initial-screen {
    min-height: 100vh;
    background-image: linear-gradient(white, #D2EAEF);
}


.background-initial-screen,
.background-initial-screen-wcity,
.background-initial-screen-inver,
.background-initial-screen-vergy {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2C3742;
    min-height: 100vh;
}

.background-initial-screen {
    background: url(../img/login_background.svg) #2C3742 no-repeat center center / cover;
}

.background-initial-screen-wcity {
    background: url(../img/login_wcity.svg) #2C3742 no-repeat center center / cover;
}

.background-initial-screen-inver {
    background: url(../img/background_inver_crop.jpg) #2C3742 no-repeat center center / cover;
}

.background-initial-screen-vergy {
    background: url(../img/background_vergy.jpg) #2C3742 no-repeat center center / cover;
}

.height-welcome-logo {
    height: 50px;
}

.initial-screen .smart-form {
    padding-left: 20px;
    padding-right: 20px;
}

.initial-screen .smart-form .input input {
    background: #2C3742;
    color: white;
    height: 38px;
    border-radius: 20px;
}

/* Tienen que estar duplicados porque los selectores por browser no funcionan juntos*/
.initial-screen input::-webkit-input-placeholder {
    color: white !important;
    font-weight: bold
}

.initial-screen input::-moz-placeholder {
    color: white !important;
    font-weight: bold
}

.initial-screen input::placeholder {
    color: white !important;
    font-weight: bold
}

.initial-screen input:-ms-input-placeholder {
    color: white !important;
    font-weight: bold
}

.initial-screen input::-ms-input-placeholder {
    color: white !important;
    font-weight: bold
}

.initial-screen input:-o-input-placeholder {
    color: white !important;
    font-weight: bold
}

/* Fin replicados por browser*/

.initial-screen .smart-form header {
    padding-top: 100px;
    background: none;
    border-bottom: none;
}

.initial-screen .smart-form footer {
    background: none;
    border-top: none;
}

.initial-screen .smart-form .icon-prepend {
    border-right: none;
    color: white;
    top: 8px;
}

.initial-screen .smart-form .has-error .icon-prepend {
    color: red;
}

.initial-screen .smart-form fieldset {
    padding-top: 65px;
    background: none;
}

.copyright {
    position: absolute;
    bottom: 5px;
    right: 35px;
}

.iconsPlay {
    position: absolute;
    bottom: 5px;
    left: 10px;
}

/*****PROJECTS****/

[data-progressbar-value]:before {
    content: attr(data-progressbar-text);
}

[data-progressbar-value]:after {
    content: '';
}

.dataTable tbody .shown + tr > td > table tbody tr {
    background-color: inherit !important;
}

.danger-light {
    background-color: #A4A6A9 !important;
}

th.sort-asc,
th.sort-desc,
th.sort-both,
.well-column-dashboard > .sort-asc,
.well-column-dashboard > .sort-desc,
.well-column-dashboard > .sort-both {
    padding-right: 18px !important;
}

.sort-asc {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAAB1JREFUCNdjwAkcgPgBAwPjBwYG5h8MDOx/GAgBAKRJBBCQbHkwAAAAAElFTkSuQmCC) no-repeat center right;
}

.sort-desc {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAABxJREFUCNdjIATY/zAwMP9gYGD8AOQ8AGIHnEoBkNkEEEbbutQAAAAASUVORK5CYII=) no-repeat center right;
}

.sort-both {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right;
}

.projects-map-container {
    height: 773px;
    margin-bottom: 10px;
}

.projects-sites-list {
    overflow-y: auto;
    max-height: 724px;
}

.projects-map-container > .map-id > div > .angular-google-map-container {
    width: 99%;
}

.mobile.projects-map-container > .map-id > div > .angular-google-map-container {
    width: 93%;
}

/****Header and Navigation*****/
.notify-badge {
    position: absolute;
    top: 5px;
}

.navigation-select-popover {
    max-width: 505px;
    z-index: 1999;
}

.navigation-select-popover > .popover-inner {
    width: 500px;
}

.bold-title > .popover-inner > .popover-title {
    font-weight: bold;
}

.file-name-popover {
    max-width: 750px;
}

.popover-click-title > .popover-inner > .popover-title {
    cursor: default;
    font-weight: bold;
    color: #30b1e8;
}

.horizontal-divider {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #bfbfbf;
    width: 100%;
}

#navigation-group {
    padding-right: 30px;
}

.dropdown-menu-logout {
    left: -56px;
    min-width: 110px;
}

.dropdown-menu.dropdown-menu-logout > li > a {
    padding: 3px 14px;
}

.usernamedrop {
    cursor: pointer;
    margin-top: 2px;
    margin-right: 10px;
}

.dropLanguage {
    margin-top: 2px !important;
}

.language-dropdown {
    min-width: 84px;
}

.dropLanguage {
    position: absolute;
    right: 0;
    top: -15px;
}

.dropUsername {
    cursor: pointer;
    margin-right: 40px;
    margin-top: 5px;
}

a.wattabitMenu {
    text-decoration: none;
}

.wattabitMenu {
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
    display: inline-block;
    width: 98px;
    font-size: 15px;
}

nav > ul.hide-submenu ul li a i {
    display: none !important;
}

.smart-style-2 #header > div,
.smart-style-2 #header {
    height: 90px;
}

.smart-style-2 #header {
    width: 100%;
    position: fixed;
    margin: 0 auto;
    padding-right: 0;
}

.icoTutorial {
    position: absolute;
    bottom: 12px;
    right: 50px;
    cursor: pointer;
    font-size: 25px;
}

.icoTutorial > ul {
    left: -130px;
}

.icoConfiguration {
    font-size: 25px;
    position: absolute;
    bottom: 17px;
    right: 17px;
    cursor: pointer;
}

.padding-ico-selection-mode {
    padding: 5px 6px;
    margin-top: -4px;
}

.icoSelectionMode {
    font-size: 18px;
    cursor: pointer;
}

.icoSuperuser:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.icoSuperuser {
    font-size: 1.0em;
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#logo-group > span {
    text-align: center;
}

.headerDemo {
    width: 100%;
    text-align: center;
    line-height: 0.1em;
    font-size: 14px;
    margin-top: 60px;
}

.headerDemo span {
    padding: 0 10px;
}

.input-calendar-hidden {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 20px;
    background: transparent;
    border: 0;
    pointer-events: none;
    cursor: text;
    margin-left: 6px;
    margin-top: 8px
}

@media only screen and (min-width: 1200px) {
    .shown-1 .input-calendar-hidden {
        margin-left: -8px;
    }
}


.daterangepicker.dropdown-menu {
    z-index: 3001;
}

/*.daterangepicker .calendar {
    display: block;
}

.daterangepicker .ranges li:last-child {
    display: none;
}*/

.reloadNavigationButton {
    margin-left: 10px;
    cursor: pointer;
}

.reloadNavigationButton:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.multiSelect .checkboxLayer {
    min-width: 300px;
}

.multiSelect .caret {
    position: absolute;
    right: 5px;
    top: 50%;
}

.smart-style-2 .jarviswidget-color-blueDark > header {
    border-color: #C2C2C2 !important;
}

.selectNavigation {
    height: 34px;
}

.selectNavigation .select2-container {
    width: 210px;
}

.selectNavigation .select2-search-choice,
.selectNavigation .select2-search-field {
    height: 20px;
}

.select2-container .select2-choice {
    border-radius: 4px;
}

.input-group-addon + select2-variables .select2-container .select2-choice {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.multiSelectNavigation {
    display: inline-block;
}

.multiSelectNavigation > .multiSelect > button {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
    min-height: 34px !important;
    color: #aaa
}

.multiSelectNavigation > .multiSelect > button > .buttonLabel {
    color: #555
}

.smart-style-2 #left-panel {
    padding-top: 100px;
    position: fixed;
}

.smart-style-2.minified #left-panel {
    padding: 0 !important;
    padding-top: 93px !important;
    position: fixed;
}

.lineHeader {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px !important;
    z-index: 1;
}

.lineHeader .super-user {
    background-color: #e8e801 !important;
}

.titleFilterHeader {
    margin-top: 5px;
}

.max-width-1100 {
    max-width: 1100px;
}

.headerDates {
    font-size: 18px;
    cursor: pointer;
}

.headerCalendarIcon {
    margin-left: 2px;
    cursor: pointer;
}

.minified nav > ul > li:hover > a > .menu-item-parent, .minified nav > ul > li:hover > ul {
    display: block !important;
}

/*.minified nav > ul > li.open > a > .menu-item-parent, .minified nav > ul > li.open > ul {*/
/*    display: block !important;*/
/*}*/

.project-horizontal-container {
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden !important;
    padding-bottom: 10px;
    padding-left: 3px;
    background-color: #e6e6e6;
}

.iconMultiProjectHorizontal {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 30px;
}

.iconMultiProjectVertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.project-vertical-container {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    min-height: 120px;
    cursor: default;
    background-color: #e6e6e6;
    padding-top: 10px;
    padding-bottom: 10px;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.horizontal-center {
    display: flex;
    justify-content: center;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.vertical-text {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tagsPlant {
    text-align: center;
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eaeaea;
}

.numberPlants {
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    font-size: 14px;
}

.fixed-subheader {
    position: fixed;
    width: 100%;
    z-index: 6;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-under-subheader {
    margin-top: 10px;
    padding-top: 54px;
}

/****CSS MENSAJE HEADER*****/
.displaying-message.smart-style-2 #left-panel {
    padding-top: 135px;
}

.displaying-message.smart-style-2.minified #left-panel {
    padding-top: 130px !important;
}

.displaying-message .container-message {
    display: block !important;
}

.container-message {
    display: none !important;
    position: absolute;
    width: 100%;
    bottom: -30px;
    left: 0;
    height: 37px !important;
    z-index: 1;
    background-color: #d6dde7 !important;
    margin-bottom: 0;
    font-size: 13.5px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    padding-top: 8px;
}

.padding-main-content {
    padding-top: 90px !important;
}

.displaying-message .padding-main-content {
    padding-top: 125px !important;
}

.displaying-message .lineHeader {
    bottom: -35px;
}

@media only screen and (max-width: 1350px) {
    .displaying-message.smart-style-2 #left-panel {
        padding-top: 145px;
    }

    .displaying-message.smart-style-2.minified #left-panel {
        padding-top: 140px !important;
    }

    .container-message {
        bottom: -40px;
        height: 48px !important;
        padding-top: 6px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .displaying-message .padding-main-content {
        padding-top: 135px !important;
    }

    .displaying-message .lineHeader {
        bottom: -45px;
    }
}

/****FIN CSS MENSAJE HEADER*****/

/*****Mobile Navegation****/
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .wattabitMenu {
        text-align: center;
        padding: 0;
        cursor: pointer;
        width: 79px;
        font-size: 14px;
    }

}

@media only screen and (max-width: 479px) and (min-width: 320px) {

    #contentBody {
        margin-top: 150px;
        padding-right: 10px;
    }

    #main > .shown-0 > #contentBody {
        margin-top: 10px;
    }

    #main > .shown-1 > #contentBody {
        margin-top: 70px;
    }

    #main > .shown-2 > #contentBody {
        margin-top: 110px;
    }

    #main > .shown-3 > #contentBody {
        margin-top: 150px;
    }

    #content {
        padding-right: 40px;
    }

    .smart-style-2 #header > #navigation-group {
        height: 140px;
    }

    .smart-style-2 #header > #navigation-group.shown-0 {
        display: none;
    }

    .smart-style-2 #header > #navigation-group.shown-1 {
        height: 60px;
    }

    .smart-style-2 #header > #navigation-group.shown-2 {
        height: 100px;
    }

    .smart-style-2 #header > #navigation-group.shown-3 {
        height: 140px;
    }

    .smart-style-2 #header > #navigation-group.shown-1 #header-calendar {
        margin-top: 15px;
    }

    .smart-style-2.minified #left-panel {
        padding-top: 230px !important;
    }

    .smart-style-2.minified #left-panel.shown-0 {
        padding-top: 90px !important;
    }

    .smart-style-2.minified #left-panel.shown-1 {
        padding-top: 150px !important;
    }

    .smart-style-2.minified #left-panel.shown-2 {
        padding-top: 190px !important;
    }

    .smart-style-2.minified #left-panel.shown-3 {
        padding-top: 230px !important;
    }

    .divSelectMultiGraph {
        text-align: center;
        margin-bottom: 10px;
        margin-left: 1px;
    }

    .multiSelect .checkboxLayer {
        max-width: 100px;
        text-align: left;
    }

    .fixed-subheader {
        left: 60px;
        margin-top: -20px;
    }

    .stack-link-function {
        margin-top: -0.9em;
        right: 30px;
    }

    .navigation-select-popover > .popover-inner {
        width: 200px;
    }

    .calendar-legend {
        padding-top: 160px !important;
    }
}

@media only screen and (max-width: 991px) {

    #menu-icon {
        display: none;
        width: 40px;
        height: 40px;
        /*background: url(../img/iconMenuMobile.svg) center;*/
        /*background-repeat: no-repeat;*/
    }

    nav.navMenuMobile {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    a:hover#menu-icon {
        background-color: #444;
        border-radius: 4px 4px 0 0;
    }

    ul.wattabitMenuMobile {
        list-style: none;
    }

    .wattabitMenuMobile > li {
        display: inline-block;
        float: left;
        padding: 10px;
    }

    .multiSelectNavigation > .multiSelect > button {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 150px;
        height: 34px;
    }

    #menu-icon {
        display: inline-block;
    }

    nav.navMenuMobile ul {
        display: none;
        position: absolute;
        padding: 20px;
        background: #fff;
        border: 2px solid #31b1e8;
        right: 0;
        font-size: 16px;
        color: black;
        top: 38px;
        z-index: 999;
        width: 150px;
        border-radius: 4px 0 4px 4px;
    }

    nav.navMenuMobile li {
        text-align: center;
        width: 100%;
        padding: 10px 0;
        margin: 0;
    }

    nav.navMenuMobile:hover ul {
        display: block;
    }

    .smart-style-2 nav.navMenuMobile > ul > li > a {
        padding: 0;
    }

    .reloadNavigationButton {
        right: -70px;
        top: 22px;
    }
}

@media only screen and (max-width: 1199px) {
    .multiSelectNavigation > .multiSelect > button {
        width: 250px;
    }

}

/*******TUTORIAL******/

.divBackgroundTutorial {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9997;
    background-color: black;
    opacity: 0.86;
}

.imageTutorial {
    width: 100%;
}

.bannerTutorial {
    position: fixed;
    bottom: 10px;
    z-index: 9997;
    width: 100%;
    padding: 20px;
    color: white;
    background-color: #30b1e8;
}

.buttonNextTutorial {
    background-color: #2C3742;
    color: white;
    float: right;
}

.buttonNextTutorial:hover {
    color: #30b1e8;
}

/*******WIDGETS*******/

.widget-body-wattabit {
    height: 420px;
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}

.widget-body-wattabit-scroll-shown {
    padding-right: 5px;
    padding-top: 13px;
    padding-bottom: 0;
}

.widget-body-wattabit-hidden-overflow {
    height: 420px;
    max-height: 420px;
    overflow: hidden;
}

.widget-content-scroll-shown {
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 13px !important;
}

.amcharts-chart-div > a {
    display: none !important;
}

.gauge-chart-div {
    width: 100%;
    height: 200px;
    pointer-events: none;
}

/*****WIDGET LAST VALUE *****/
.widgetLastValue > div > .widget-body > table > thead > tr > th {
    font-size: 16px;
}

.title-group {
    font-size: 14px;
    font-weight: bold;
}

/*****WIDGET PV STATUS ****/

.badge-inverter {
    padding: 0.5px 5px;
}

/*****WIDGET PV FLOW ****/

.replace-color-svg {
    fill: currentColor;
    stroke: currentColor;
}

.grey-svg {
    fill: grey;
    stroke: grey;
}

/*****WIDGET MAPLOCATION ****/

.dataMarker {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    right: 10px;
    width: 50%;
    height: 200px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    z-index: 1;
}

.imageMarkerData {
    margin-left: 5px;
    margin-top: 5px;
}

.boxMarkerData {
    margin-top: 10px;
    margin-left: 10px;
}

.closeMarker {
    opacity: 1;
    color: white;
    margin-right: 10px;
}

.carousel-widget-container-div {
    height: 435px;
    width: 100%;
}

.angular-google-map-container-div > .map-id > div > .angular-google-map-container {
    height: 400px;
}

.widget-body-wattabit.angular-google-map-container-div-fullscreen {
    height: 100%;
    max-height: none;
}

.widget-body-wattabit.angular-google-map-container-div-fullscreen > .map-id > div > .angular-google-map-container {
    height: 98%;
    max-height: none;
}

.infoPlantWidgetMap {
    word-wrap: break-word;
    padding-right: 20px;
}

/*****TABLET WIDGET MAP LOCATION*****/
@media only screen and (max-width: 991px) {
    .angular-google-map-container-div {
        height: 200px;
    }

    .angular-google-map-container-div > .map-id > div > .angular-google-map-container {
        height: 190px;
    }

}

/*****WIDGET ACCUMULATED ****/

.supplyLastValueScroll {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 10px;
    padding-right: 10px;
}

.font-accumulated {
    font-size: 15px;
}

.accumulated-well {
    border: 1px solid #DDD;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 125px;
    margin-bottom: 5px;
}

.height-160 {
    height: 160px;
}

.height-435 {
    height: 435px;
}

.supply-label {
    display: block;
    padding: .2em .6em .3em;
    line-height: 1;
    color: #fff;
    text-align: center;
    bottom: 12px;
    white-space: normal;
    width: 60%;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 100%;
    font-weight: bold;
    vertical-align: baseline;
    border-radius: .25em;
}

.decimals-checkbox-infoWidget {
    position: absolute;
    bottom: 0;
}

.carousel-side-buttons > a {
    opacity: unset;
    background-image: unset !important;
    height: 30px;
    margin-top: 100px;
    z-index: 1;
    width: 27px;
    margin-left: 15px;
    margin-right: 15px;
}

.carousel-side-buttons.carousel-small .carousel-control .glyphicon-chevron-left, .carousel-side-buttons.carousel-small .carousel-control .glyphicon-chevron-right {
    font-size: 15px;
}

.carousel-small .carousel-indicators li {
    background-color: black;
    border: 1px solid black;
}

.carousel-small .carousel-indicators li.active {
    background-color: white;
}

.carousel-small ol.carousel-indicators {
    margin-bottom: 0;
}

.carousel-widget-body {
    height: 433px;
    max-height: 433px;
    top: -1px
}

.carousel-no-side-arrows .carousel-control {
    display: none;
}

.carouselButtonsNoText > div > a {
    margin-top: 175px;
}

.carouselButtons1Line > div > a {
    margin-top: 165px;
}

.carouselButtons2Lines > div > a {
    margin-top: 140px;
}

.carouselButtons3Lines > div > a {
    margin-top: 120px;
}

.carouselButtons4Lines > div > a {
    margin-top: 105px;
}

.carousel-side-buttons > a > span {
    top: 8px;
}

.accumulatedVars-carousel-side-buttons,
.accumulatedVars-carousel-side-buttons-combi {
    margin-bottom: -20px;
}

.variables-carousel-side-buttons > a,
.accumulatedVars-carousel-side-buttons > a,
.accumulatedVars-carousel-side-buttons-combi > a {
    display: none;
}

.accumulatedVars-carousel-side-buttons > ol {
    margin-top: -10px;
    position: relative;
}

.variables-carousel-side-buttons > ol,
.accumulatedVars-carousel-side-buttons-combi > ol {
    margin-top: -20px;
    margin-bottom: 0;
    position: relative;
}

.variables-carousel-side-buttons > ol > li,
.accumulatedVars-carousel-side-buttons > ol > li,
.accumulatedVars-carousel-side-buttons-combi > ol > li {
    background-color: #aba6a6;
}

.variables-carousel-side-buttons > ol > li.active,
.accumulatedVars-carousel-side-buttons > ol > li.active,
.accumulatedVars-carousel-side-buttons-combi > ol > li.active {
    background-color: #525050;
}

.carouselWidget > div,
.carousel-widget-kpi > div {
    padding: 0;
}

.carouselWidget .widget-body-wattabit,
.carousel-widget-kpi .widget-body-wattabit {
    padding: 0;
    overflow-y: hidden;
}

.carousel-widget-kpi-image {
    margin-top: -195px;
    width: 100%;
    text-align: center;
    position: absolute;
}

.carousel-widget-kpi-image-combined {
    margin-left: -8px;
    margin-top: -107px;
    width: 100%;
    text-align: center;
}

.mobile-detected .carousel-widget-kpi-image-combined {
    margin-top: -83px;
}

.carousel-widget-kpi-pie-combined {
    height: 150px;
    width: 100%;
    margin-top: -20px;
    margin-left: -8px;
}

.mobile-detected .carousel-widget-kpi-pie-combined {
    height: 140%;
    margin-top: -10px;
}

.carouselWidget .carousel-indicators {
    display: none;
}

.carousel-description {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: left;
    color: white;
    font-size: 15px;
    z-index: 1;
}

.carouselButtons1Line > .carousel-description {
    height: 15%;
}

.carouselButtons2Lines > .carousel-description {
    height: 25%;
}

.carouselButtons3Lines > .carousel-description {
    height: 32%;
}

.carouselButtons4Lines > .carousel-description {
    height: 40%;
}

.carousel-widget-image {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 420px;
}

.accumulated-vars-value {
    font-size: 15px;
    padding-left: 0;
    font-weight: bold;
}

.accumulatedVarsWidget-CarouselContainer {
    width: 100%;
    display: table;

    height: 405px;
}

.accumulatedVarsWidget-CarouselCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.accumulatedVarsWidget-varHeader {
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.accumulatedVarsWidget-varHeader-combi {
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 5px;
}

.accumulatedVarsWidget-headerText {
    margin-bottom: 7px;
    margin-top: 7px;
    font-size: 20px;
}

.accumulatedVarsWidget-varBody {
    padding-left: 40px;
    padding-right: 40px;
}

.accumulatedVarsWidget-varBodyInner {
    background-color: white;
    height: 330px;
    padding-top: 70px;
    padding-right: 40px;
    padding-left: 15px;
}

.accumulatedVarsWidget-varBodyInner-combi {
    background-color: white;
    height: 138px;
    padding-top: 18px;
    padding-right: 15px;
    padding-left: 15px;
}

.mobile-detected .accumulatedVarsWidget-varBodyInner-combi {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.accumulatedVarsWidget-varValue {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}

.accumulatedVarsWidget-varUnits {
    font-size: 25px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 6px;
}

.variablesWidget-varHeader {
    padding-right: 15px;
    padding-left: 15px;
}

.variablesWidget-headerText {
    margin-bottom: 7px;
    font-size: 18px;
}

.variablesWidget-footerText {
    margin-bottom: 14px;
    margin-top: 7px;
    font-size: 15px;
}

.variablesWidget-varBodyInner {
    background-color: white;
    padding-right: 40px;
    padding-left: 15px;
}

/****Widget RSSI Coverage****/
.imageRssiWidget {
    width: 50%;
    margin-top: 10%;
}

.valueRssiWidget {
    font-size: 50px;
    position: absolute;
    left: auto;
    width: 100%;
}

/****Widget vem calendar***/

.boxVemEventWidget {
    padding-bottom: 10px;
}

.boxVemEventWidgetDay {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.boxVemEventWidgetSubtitle {
    font-size: 12px;
    color: grey;
}

.boxVemEventWidgetTitle {
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}

.boxVemEventWidgetTitle > a {
    text-decoration: none;
}

/**Widget html***/
.textAreaHtmlWidget {
    font-family: arial;
}

/****Widget custom sensor**/

.textWidgetSensor {
    font-size: 60px;
    margin-top: 20px;
}

/****Widget TANK Level****/
.imageTankLevelWidget {
    width: 95%;
}

.maxHeightLevel {
    max-height: 200px;
}

.iconWidgetBrand {
    width: 200px;
    left: 10px;
    top: 10px;
    position: absolute;
}

.valueTankLevelWidget {
    font-size: 50px;
}

/*****WIDGET DAILY EVOLUTION ****/
.highcharts-credits {
    display: none !important;
}

.highcharts-range-selector {
    font-size: 11px !important;
}

.highcharts-tooltip-container {
    z-index: 3000 !important;
}

.chart-height-widget {
    height: 310px;
}

.chart-height {
    height: 400px;
}

.chart-height.has-description {
    height: 350px;
}

.mobile-detected .chart-height.has-description {
    height: 350px;
}

.widget-body-wattabit.widget-height-fullscreen,
.widget-body-wattabit-hidden-overflow.widget-height-fullscreen,
.widget-monitoring.widget-height-fullscreen {
    height: 95%;
    overflow: hidden;
    max-height: none;
}

.height-100 {
    height: 100% !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.weekend-calendar {
    min-width: 20px;
    height: 20px;
}

/*****WIDGET ACCUMULATED VARS ****/
.variable-label {
    display: inline-block;
    padding: .2em .6em .3em;
    line-height: 1;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 12px;
    word-break: break-all;
    white-space: normal;
    width: 60%;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 100%;
    font-weight: bold;
    vertical-align: baseline;
    border-radius: .25em;
}

/*****WIDGET PERCENTAGE ****/

.pie-chart {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center;
    font-size: 30px;
    padding-top: 20px;
    margin-top: 5px;
}

.pie-chart canvas {
    position: absolute;
    top: -10px;
    left: 0;
}

.percent {
    display: inline-block;
    line-height: 80px;
    z-index: 2;
}

.namePieChart {
    font-size: 20px;
    margin-top: -15px;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
}

.last-value-inverters-date {
    float: right !important;
    padding: 10px 15px;
}

/*****DASHBOARD*****/

.headerEmptyWidgets {
    background-color: transparent !important;
    border: none !important;
}

#emptyWidget .bodyEmptyWidgets {
    border-color: transparent;
    background-color: transparent !important;
}

.icoDashboardConf:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.icoDashboardConf {
    width: 25px;
    margin-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.buttonReloadData {
    margin-right: 5px;
}

.boxDashboardConf {
    width: 200px;
}

.boxDashboardConf:hover .contextualDashboardConf {
    display: block;
}

.contextualDashboardConf {
    display: none;
    border: 1px solid black;
    width: 150px;
    text-align: center;
    position: absolute;
    left: 50px;
    top: 5px;
    z-index: 9999;
    padding-top: 10px;
    background-color: white;
}

.contextualDashboardConf > p {
    cursor: pointer;
}

.arrow-left {
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid black;
    /* left: 0px; */
    position: absolute;
    left: -8px;
}

.boxGridLayout {
    margin: 5px;
    height: 300px;
}

.modalUploadPlantImages {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.boxWidgetDrag {
    margin-bottom: 10px;
    cursor: all-scroll;
    height: 180px;
}

.imageBoxGridLayout {
    width: 100%;
    height: 70%;
}

.boxGridLayout.active {
    border: 1px solid black;
}

.backgroundEmptyWidgets {
    position: absolute;
    cursor: all-scroll;
    opacity: 0.20;
    background-color: black;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: white;
    z-index: 10;
}

.backgroundOptionsWidgets {
    position: absolute;
    cursor: all-scroll;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: white;
    z-index: 10;
}

.backgroundOptionsWidgets:hover {
    background-color: black;
    opacity: 0.50;
}

.backgroundErrorWidgets {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.boxBackWidgetOption {
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
}

.boxBackWidgetError {
    text-align: center;
    margin-top: 15%;
}

.icoConfigWidget {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.list-widgets {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 925px;
}

.well-column-dashboard {
    display: inline-block;
    width: 175px;
    height: 200px;
    margin-right: 10px;
    text-align: center;
    padding: 10px;
}

.well-column-dashboard:last-child {
    margin-right: 0;
}

/***DASHBOARD MAP*****/

#window .infoWindowNodata {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.titleInstantData {
    font-size: 17px;
    font-weight: 400;
    position: fixed;
}

.dashboard-map-container-div {
    height: 670px;
}

.dashboard-map-container-div > .map-id > div > .angular-google-map-container {
    height: 650px;
}

.dashboard-map-container-div-fullscreen {
    height: 100%;
}

.dashboard-map-container-div-fullscreen > .map-id > div > .angular-google-map-container {
    height: 98%;
}

.google-window-dashboard {
    width: 450px;
}

.google-window-projects {
    width: 450px;
    min-height: 200px;
    overflow-x: hidden !important;
}

.google-window-control {
    width: 450px;
    min-height: 300px;
    overflow-x: hidden !important;
}

.google-window-element {
    width: 450px;
    min-height: 125px;
    overflow-x: hidden !important;
    position: relative;
}

.google-window-tittle {
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "Titillium Web", "Open Sans";
}

.google-window-loading-height {
    height: 345px;
}

.pencil-over-map {
    padding-left: 15px;
    margin-top: -5px;
}

.list-instant-data {
    max-height: 300px;
    min-height: 200px;
    overflow-y: auto;
    margin-bottom: 20px;
    margin-top: 25px;
}

.list-instant-data-control {
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 20px;
    margin-top: 15px;
}

.special-schedule-list {
    height: 375px;
    overflow-y: auto;
    overflow-x: hidden;
}


.left-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.right-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sites-list {
    overflow-y: auto;
    max-height: 560px;
    min-height: 34px;
}

.sites-list-slider {
    overflow-y: auto;
    max-height: 503px;
}

.legendMapDashboard {
    height: 22px;
    vertical-align: middle;
    opacity: 0.70;
    text-align: center !important;
}

.legendMapDashboard > h6 {
    margin-top: -3px;
}

.specialMarkerValueDisabled {
    color: black !important;
}

.numberBells {
    position: relative;
    top: -6px;
    left: -8px;
}

.controlButtonsModalMap {
    padding-top: 13px;
}

/*******MONITORING*********/

.widget-monitoring {
    height: 600px;
    max-height: 600px;
    overflow: hidden;
}

.chart-height-monitoring {
    height: 600px;
}

.divBoxOptionsGraph {
    margin-left: 10px;
    margin-top: 20px;
}

.cell-with-table {
    padding: 0 !important;
}

.cell-with-table > table {
    width: 100%;
    background-color: transparent !important;
    margin-bottom: 0;
}

.cell-with-table > table > tbody > tr:first-child > td {
    border-top: 0;
}

.background-white {
    background-color: white
}

.hr-comment {
    margin: 0 -9px 10px;
}

.well-comment {
    margin-bottom: 10px;
}

.variable-name {
    font-weight: normal;
}

.max-value {
    background-color: grey;
    border-radius: 3px;
    padding: 1px 4px 2px;
}

.variation-greater {
    color: red;
}

.minimum-radial-graph {
    top: -5px;
}

.variation-greater.greater-better {
    color: green;
}

.variation-less {
    color: green;
}

.variation-less.greater-better {
    color: red;
}

.bodyOptionsPeriods {
    height: 447px;
}

.max-series-alert {
    padding-left: 29px;
    padding-right: 31px;
}

.textNoComments {
    text-align: center;
    font-size: 20px;
    font-weight: bold;

}

.input-group-min-max {
    display: inline-block;
    vertical-align: middle;
}

.input-min-max {
    display: inline;
    width: inherit;
}

.table-monitoring-pie {
    overflow-y: auto;
    max-height: 649px;
}

.table-monitoring-radial {
    overflow-y: auto;
    max-height: 469px;
}

.graph-image {
    height: 230px
}

.graph-image-alone {
    height: 330px
}

.overlay-configure-widget-text {
    position: absolute;
    width: 100%;
    color: white;
}

.overlay-configure-widget-error {
    position: absolute;
    width: 98%;
    text-align: center;
    bottom: 0;
    font-weight: bold;
    font-size: 17px;
}

.dropdown-item {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li.disabled > a, .dropdown-menu > li.disabled > a:focus, .dropdown-menu > li.disabled > a:hover {
    background-color: transparent;
}

.smart-style-2 .dropdown-menu > li > a:focus, .smart-style-2 .dropdown-menu > li > a:hover {
    color: white;
}

.dropdown-favorite-chart {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

/****MONITORING MOBILE*****/
@media only screen and (max-width: 1199px) {
    .bodyOptionsPeriods {
        height: inherit;
    }

}

/*******TABLE*********/

.default-table.table > thead > tr > th {
    background-color: white !important;
    color: black;
}

.table.default-table .header-sort-table > th {
    padding-right: 18px !important;
}

.table-icons {
    margin: 2px;
}

.icon-header-mppt {
    padding-top: 0.2em;
}

.table-condensed.table.table-widget-inverters > tbody > tr > td {
    padding: 2px 10px !important;
}

.button-number-items:hover,
.pagination-page:hover > a,
.pagination-first:hover > a,
.pagination-prev:hover > a,
.pagination-next:hover > a,
.pagination-last:hover > a {
    opacity: 0.5;
}

.button-number-items:active,
.button-number-items.active,
.pagination-page:active > a,
.pagination-page.active > a,
.pagination-first:active > a,
.pagination-first.active > a,
.pagination-prev:active > a,
.pagination-prev.active > a,
.pagination-next:active > a,
.pagination-next.active > a,
.pagination-last:active > a,
.pagination-last.active > a {
    opacity: 0.7;
}


.multiselect-table-outside-right,
.multiselect-table-outside-right-benchmarking-table {
    margin-right: 210px;
    padding: 2px;
    padding-left: 6px;
}


.multiselect-table-outside-right-benchmarking-table {
    height: 34px !important;
}

.multiselect-table-outside-left,
.multiselect-table-outside-left-benchmarking-table {
    padding: 2px;
    margin-left: 180px;
    margin-top: -54px;
}

.multiselect-table-outside-left-benchmarking-table {
    height: 34px;
}


.multiselect-table-outside-right .select2-container .select2-choice,
.multiselect-table-outside-right-benchmarking-table .select2-container .select2-choice,
.multiselect-table-outside-left .select2-container .select2-choice {
    height: 24px;
    line-height: 24px;
}

.select-multiselect-filter {
    max-width: 170px;
    display: inline-block;
    padding: 0;
    height: 24px;
    vertical-align: middle;
    width: inherit;
}

.filter-pagination-table {
    min-height: 49px;
}

/*******TABS*********/

wattabit-tabs + .tab-content {
    border: 1px solid #ddd;
    border-top: none;
}

/*****ALARMS******/

.color-orange {
    color: orange;
}

.background-grey {
    background-color: #C5C6CA !important;
}

.alertBoxEvaluation {
    margin-top: 36px;
    width: 50%;
    margin-left: 34px;
}

.backgroundFiltersAlarms {
    text-align: center;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bodyNotesAlarms {
    max-height: 310px;
    overflow-y: auto;
    margin-bottom: 10px;
    background-color: white;
}

.bodyNotesAddAlarms {
    padding-top: 13px;
}

.title-alarm-wizard {
    min-height: 29px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.textPlantsAlarmsActives {
    font-size: 16px;
    font-weight: bold;
    margin-right: 8px;
}

.btn-group-filter {
    padding: 2px;
}

.btn-filter {
    height: 26px;
    padding-top: 4px;
}

.text-table-filter {
    padding-top: 3px;
    padding-right: 9px;
    padding-left: 9px;
}

.alarm-form-tab-icon {
    color: #337ab7 !important;
    opacity: 1 !important;
}

.alarm-list-table-icon-width {
    width: 2%;
    margin: 0 !important;
}

.box-alarm-create {
    min-height: 140px;
    width: 100%;
}

.alarms-list-table-popover-width {
    max-width: 650px;
}

.alarm-select-activation {
    padding: 0;
    min-width: 35px;
}

.select-massive-config {
    overflow: auto;
    max-height: 90px;
    padding-right: 0;
}

.select-massive-config .select2-container.select2-container-multi .select2-search-choice {
    padding-right: 5px;
}

.button-massive-config {
    top: 0;
    position: absolute;
    right: 10px;
}

.alarm-form-timepicker input {
    width: 40px !important;
    padding: 0;
}

.time-picker-vertical .btn {
    padding-top: 0;
    padding-bottom: 0;
}

.text-offset {
    width: calc(100% - 165px);
}

.select-offset {
    margin-right: 15px;
    width: 60px;
}

.buttons-wizard-up {
    margin-top: -35px;
    margin-bottom: 20px;
}

.alarm-form-footer {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
}

.alarm-form-footer div {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}

.alarm-form-border {
    padding-bottom: 20px;
    border-bottom: 1px solid #84B4E0;
}

.alarm-form-period-range-width {
    max-width: 120px;
    margin-right: 20px;
}

.alarm-form-massive-config-conditions-display {
    display: inline-flex;
    width: 60px;
    /* width:60px;
     padding:0px;
     text-align:center;*/
}

.alarm-form-massive-config-conditions-margin {
    margin-right: 20px;
    margin-top: 6px;
}

.alarm-form-time-table td {
    font-size: 13px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}


.legend-color-calendar-alarm {
    height: 113px;
    width: 13px;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 16px;
    top: 0;
    margin-top: 73px;
    border: 1px solid black;
}

.cell-calendar-1 {
    opacity: 1;
}

.cell-calendar-2 {
    opacity: 0.75;
}

.cell-calendar-3 {
    opacity: 0.50;
}

.cell-calendar-4 {
    opacity: 0.25;
}

.alarm-form-hourCell {
    width: 3.9%;
}

.namePeriodAlarm {
    min-width: 100px;
}

.alarm-form-hour-cell-days {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.alarm-form-event-select {
    padding-left: 0;
    width: 250px;
}

.icon-number-label {
    font-size: 80%;
    border-radius: 12px;
    padding: 1px;
    padding-right: 5px;
    font-weight: 600;
}

.offset-sign {
    display: inline-block;
    vertical-align: top;
    margin-top: 34px;
}

.wizard-disabled {
    pointer-events: none;
}

@media only screen and (max-width: 1025px) {
    .table.tableAlarmCommunication.vertical-align > tbody > tr > td, .table.vertical-align > thead > tr > th {
        font-size: 10px;
    }
}

/*******VEM*********/

.calendar-legend {
    padding-top: 90px;
    margin-bottom: 10px;
}

.jarviswidget #calendar {
    margin-top: 10px;
}

.fc-button .fc-icon {
    font-size: 1em;
}

.legend-created {
    color: #9abde8;
    border-color: #9abde8;
}

.event-created {
    background-color: #9abde8;
}

.event-created > div {
    border-color: #9abde8 !important;
}

.legend-planned {
    color: #d473ff;
    border-color: #D473FF;
}

.event-planned {
    background-color: #D473FF;
}

.event-planned > div {
    border-color: #D473FF !important;
}

.legend-ended-ok {
    color: #5ea55e;
    border-color: #5ea55e;
}

.event-ended-ok {
    background-color: #5ea55e;
}

.event-ended-ok > div {
    border-color: #5ea55e !important;
}

.legend-ended-ko {
    color: #de6262;
    border-color: #de6262;
}

.event-ended-ko {
    background-color: #de6262;
}

.event-ended-ko > div {
    border-color: #de6262 !important;
}

.legend-closed {
    color: #999999;
    border-color: #999999;
}

.event-closed {
    background-color: #999999;
}

.event-closed > div {
    border-color: #999999 !important;
}

.legend-note {
    color: blue;
    border-color: blue;
    background-color: blue;
    background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, .5) 5px, rgba(255, 255, 255, .5) 10px);
    background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, .5) 5px, rgba(255, 255, 255, .5) 10px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, .5) 5px, rgba(255, 255, 255, .5) 10px);
    height: 27px;
}

.note {
    background-color: blue;
    background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, .5) 5px, rgba(255, 255, 255, .5) 10px);
    background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, .5) 5px, rgba(255, 255, 255, .5) 10px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, .5) 5px, rgba(255, 255, 255, .5) 10px);
    /*background-color: blue;*/
    /*background-color: white;*/
    /*border-color: blue;*/
    /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAPUlEQVQoU2P8////fwYCgJGQIq5pOxnwKgIp+JbljlsRTAHIJVhNQlaAVRG6AgxF2BSgKMKlAK4InwKQIgB2cjo/212pawAAAABJRU5ErkJggg==") repeat;*/
}

.note > div {
    border-color: blue !important;
}

.legend-alarm {
    color: #ef9a00;
    border-color: #ef9a00;
    background-color: #ef9a00;
    background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, .5) 5px, rgba(255, 255, 255, .5) 10px);
    background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, .5) 5px, rgba(255, 255, 255, .5) 10px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, .5) 5px, rgba(255, 255, 255, .5) 10px);
    height: 27px;
}

.alarm {
    background-color: #ef9a00;
    background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, .5) 5px, rgba(255, 255, 255, .5) 10px);
    background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, .5) 5px, rgba(255, 255, 255, .5) 10px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, .5) 5px, rgba(255, 255, 255, .5) 10px);
}

.alarm > div {
    border-color: #ef9a00 !important;
}

.alarm-not-solved {
    color: red;
}

.fc-content {
    background-color: white;
    border: 1px solid;
    border-left: 0 !important;
    padding-left: 2px;
    font-size: 12px;
}

.fc-content > div {
    white-space: normal;
}

.fc-event, .fc-event:hover {
    color: black;
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
    position: relative;
}

.fc-more-popover .fc-event-container {
    overflow-y: auto;
    height: 180px;
}

.badge-event {
    font-size: 0.75em;
    min-width: 0;
    color: black;
    padding: 3px;
}

.notes-list {
    max-height: 200px;
    overflow-y: auto;
}

.legend-label {
    padding: 7px 1px;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    border: 1px solid;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 98%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.legend-labels-row {
    min-height: 40px;
}

@media only screen and (max-width: 1199px) {
    .legend-label {
        padding: 7px 1px;
        font-size: 80%;
        font-weight: 700;
        line-height: 1;
        border: 1px solid;
        text-align: center;
        white-space: normal;
        vertical-align: baseline;
        border-radius: .25em;
        width: 98%;
        min-height: 38px;
    }

    .legend-labels-row {
        min-height: 45px;
    }
}

.padding-legend {
    padding-left: 8px;
    padding-right: 8px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.min-height-50 {
    min-height: 50px;
}

.min-height-80 {
    min-height: 80px;
}

.min-height-90 {
    min-height: 90px;
}

.min-height-200 {
    min-height: 200px;
}

.min-height-400 {
    min-height: 400px;
}

.vertical-align-middle-parent {
    display: table;
}

.vertical-align-middle-child {
    display: table-cell;
    vertical-align: middle;
}

.ellipsis-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fake-legend {
    position: absolute;
    top: -12px;
    background-color: white;
    padding: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 2;
}

/*******Management VEM*********/

.thirdPartyView {
    width: 100%;
    margin-bottom: 10px;
}

/*******REPORTS******/
.image-report {
    width: 75px;
    height: 75px;
}

.box-report, .box-report-admin {
    margin-bottom: 10px;
}

.box-report > label {
    min-height: 145px;
}

.box-report-admin > label {
    min-height: 175px;
}

.total-width {
    width: 100% !important;
}

.report-remove-section {
    position: absolute;
    top: 9px;
    right: 25px;
}

/******Reports scheduled*******/

.image-report-1 {
    width: 200px;
    height: 200px;
}

.btn-report-single.btn-default.active.focus, .btn-report-single.btn-default.active:focus,
.btn-report-single.btn-default.active:hover, .btn-report-single.btn-default:active.focus,
.btn-report-single.btn-default:active:focus, .btn-report-single.btn-default:active:hover,
.btn-report-single.open > .dropdown-toggle.btn-default.focus, .btn-report-single.open > .dropdown-toggle.btn-default:focus,
.btn-report-single.open > .dropdown-toggle.btn-default:hover, .btn-report-single.btn:active, .btn-report-single.btn-default.active,
.btn-report-single.btn-default:active, .btn-report-single.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    top: 0;
    left: 0;
    cursor: default;
}

.height-switch-create-template {
    height: 78px;
}

.fuelux.clear-wizard .wizard ul.steps {
    width: 100%;
}

.fuelux .wizard ul.steps li {
    position: relative;
    float: left;
    height: 46px;
    padding: 0 20px 0 30px;
    background: #ededed;
    margin: 0;
    font-size: 16px;
    line-height: 46px;
    color: #999;
    cursor: default;
}

.fuelux .wizard ul li.select2-search-field {
    padding-left: 0;
    height: 32px;
    background: transparent;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    cursor: text;
}

.fuelux .wizard ul li.select2-search-choice {
    height: 22px;
    font-size: 14px;
    padding-left: 8px;
    border-radius: 0;
}

.fuelux.clear-wizard > .wizard > .step-content > .step-pane {
    margin-top: 50px;
}

.fuelux.clear-wizard > .wizard > .step-content > .step-pane.margin-top-10 {
    margin-top: 10px;
}

.fuelux.clear-wizard .step-content > .step-pane.active {
    -webkit-animation: slideInRight 0.5s both ease; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: slideInRight 0.5s both ease; /* Firefox < 16 */
    -ms-animation: slideInRight 0.5s both ease; /* Internet Explorer */
    -o-animation: slideInRight 0.5s both ease; /* Opera < 12.1 */
    animation: slideInRight 0.5s both ease;

}

.fuelux.clear-wizard .wizard .steps-container {
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}

.fuelux.clear-wizard .wizard {
    background-color: initial;
    border: initial;
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    border-radius: initial;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
}

.fuelux.clear-wizard .wizard .steps-container ul li.active {
    color: white;
}

.fuelux.clear-wizard .wizard .steps-container ul li .chevron:before {
    border-left: 14px solid #ededed;
}

.fuelux.clear-wizard .wizard .steps-container ul.previous-disabled li.complete:hover {
    background: #ededed;
}

.fuelux.clear-wizard .wizard .steps-container ul.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #ededed;
}

.fuelux .wizard:after,
.fuelux .wizard:before {
    display: table;
    line-height: 0;
    content: ""
}

.fuelux .wizard:after {
    clear: both
}

.fuelux .wizard .steps-container ul {
    width: initial;
    padding: 0;
    margin: 0;
    list-style: none outside none
}

.fuelux .wizard ul.previous-disabled li.complete {
    cursor: default
}

.fuelux .wizard ul.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #f3f4f5
}

.fuelux .wizard .steps-container ul li {
    position: relative;
    float: left;
    height: 46px;
    padding: 0 20px 0 30px;
    margin: 0;
    font-size: 16px;
    line-height: 46px;
    color: #999;
    cursor: default;
    background: #ededed
}

.fuelux .wizard ul li .chevron {
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
    display: block;
    border: 24px solid transparent;
    border-right: 0;
    border-left: 14px solid #d4d4d4
}

.fuelux .wizard ul li .chevron:before {
    position: absolute;
    top: -24px;
    right: 1px;
    display: block;
    border: 24px solid transparent;
    border-right: 0;
    border-left: 14px solid #ededed;
    content: ""
}

.fuelux .wizard ul li.complete:hover .chevron:before {
    border-left: 14px solid #e7eff8
}

.fuelux .wizard ul li.complete .chevron:before {
    border-left: 14px solid #f3f4f5
}

.fuelux .step-content .step-pane {
    display: none
}

.fuelux .step-content .step-pane.active {
    display: block
}

.fuelux .step-content .active .btn-group .active {
    display: inline-block
}

/*******BILLING******/

.font-total-simulation {
    font-weight: bold;
}

.icon-billing {
    border-right: 3px solid white;
    height: 25px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.well-billing {
    color: white;
    position: relative;
    min-height: 25px;
    line-height: 25px;
    margin-bottom: 20px;
}

.hr-small {
    margin-top: 7px;
    margin-bottom: 7px;
}

.table.table-billing > thead > tr > th {
    background-color: initial;
}

.circle-div {
    border-radius: 50%;
    width: 80%;
    /*height: 100px;*/
    padding-top: 80%;
    position: relative;
    margin-left: 10%;
}

.inside-circle {
    position: absolute;
    font-size: 315% !important;
    top: 35%;
    left: 0;
    bottom: 0;
    right: 0;
}

.background-last-year {
    background-color: #2DCBFF !important;
}

.table-management {
    table-layout: fixed;
}

.table.table-management > thead > tr > th {
    color: white;
}

.daterange-modal {
    cursor: pointer;
    padding: 5px 10px;
    margin: 5px 30px;
    border: 1px solid #ccc;
    width: 87%;
    text-align: center
}

.dropzone {
    min-height: 150px;
}

.dz-error {
    color: red;
}

.dz-error-message {
    margin-top: 25px;
}

.box-summary-import {
    max-height: 175px;
    overflow-y: auto;
    overflow-x: hidden;
}

.listWarningsBills {
    text-align: left;
    margin-left: -25px;
}

.listErrorsBills {
    text-align: left;
    margin-left: -25px;
}

.version-template {
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
}

.textOptimBattery {
    font-size: 31px;
    text-transform: lowercase;
    padding-bottom: 53px;
}

.textNoPenReactiveOptim {
    font-size: 20px;

}

.textNoPenReactiveOptim:first-letter {
    text-transform: capitalize
}

.imageGraphAnalysis {
    height: 200px;
}

.boxSimulationCurrentTariff {
    border: 1px solid #b9b9b9;
    padding-left: 10px;
    margin-top: 12px;
    padding-bottom: 20px;
}

.boxSimulationTariff {
    margin-top: 12px;
    padding-bottom: 25px;
    border: 1px solid #b9b9b9;
}

.totalSimulatorTable {
    font-weight: bold;
}

.well-column-report-var {
    display: inline-block;
    width: 24%;
    height: 260px;
    margin-right: 10px;
    padding: 10px;
}

.well-column-report-var:last-child {
    margin-right: 0;
}

/********CONTROL******/

.width-popover-device {
    max-width: 400px;
}

.config-inputs-width {
    width: 33.33333333%;
}

.historic-table {
    max-height: 260px;
    overflow-y: auto
}

.table-scroll {
    margin-right: -12px;
}

.control-sites-list {
    overflow-y: auto;
    max-height: 767px;
}

.control-sites-list.short {
    max-height: 360px;
}

.input-level-table {
    width: 60%;
    display: inline-block;
}

.dimmer-period {
    padding-left: 10%;
    width: 90%;
    margin-bottom: 11px;
}

.legend {
    background: #fff;
    padding: 5px;
    margin: 10px;
    border: 1px solid #000;
}

.circle-legend {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.google-button-style {
    margin-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
    border-radius: 2px;
    color: rgb(86, 86, 86);
    background-color: rgb(255, 255, 255);
    padding: 6px;
    font-size: 16px;
    cursor: pointer;
}

.google-button-style.enabled {
    color: rgb(0, 0, 0);
}

.google-button-style:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(235, 235, 235);
}

.google-button-style:disabled, .google-button-style[disabled] {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
}

.resize-vertical {
    resize: vertical
}

.element-image {
    max-height: 146px;
    max-width: 299px;
    width: 100%;
}

.bottom-modal {
    position: absolute;
    bottom: 10px;
}

.chart-height-control {
    height: 200px;
}

.btn-google {
    top: 5px !important;
    padding: 2px 5px 3px
}

.btn-inbox-alarm {
    position: absolute !important;
    right: 15px !important;
    top: 10px !important;
    left: unset !important;
}

.map-group > div > .angular-google-map-container {
    width: 97%;
    height: 720px;
}

.group-half {
    width: 48%;
    position: relative;
    float: left;
}

.positionDownload {
    float: right;
}

.control-group-list {
    overflow-y: auto;
    max-height: 710px;
    top: 48px;
    position: absolute;
    width: 100%;
}

.thermometer-buttons > .btn {
    padding-left: 20px;
    padding-right: 20px;
}

.releInfoWindow {
    cursor: pointer;
    text-align: center;
    margin-left: -20px;
    margin-bottom: 10px;
}

.calendarsInfoWindow {
    font-size: 18px;
    margin-left: 20px;
}

.modalInfoWindowWidget > i {
    font-size: 50px;
}

.modalInfoWindowWidget {
    text-align: center;
    margin-top: 30px;
}

.text-green {
    color: green;
}

.percentageLight {
    font-weight: bold;
}

.loading-well {
    width: 87%;
    height: 73%;
    opacity: 0.8;
    position: absolute;
    margin-top: -8px;
    z-index: 1;
}

.select-width-button {
    width: 80%;
    width: calc(100% - 46px);
}

.export-lights-btn {
    margin-top: -53px;
    margin-left: 457px;
}

/******ANALYTICS******/
.colored-circle-div {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border-width: 0;
    cursor: pointer;
    margin: auto;
}

.globalPatternDetectionGraph {
    text-align: center;
}

.globalPatternDetectionGraphRow {
    margin-left: 40px;
    margin-right: 40px;
}

.globalPDGraph-1stLineBox {
    border: 3px solid;
    border-radius: 14px;
    border-color: #00A1DE;
    height: 60px;
    text-align: center;
    font-size: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 18px;
    padding: 5px;
}

.globalPDGraph-2ndLineBox {
    border: 3px solid;
    border-radius: 14px;
    border-color: #7DCEEC;
    background-color: #7DCEEC;
    min-height: 280px;
    text-align: center;
    font-size: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 18px;
    padding: 5px;
}

.globalPDGraph-arrow {
    font-size: 26px;
    position: absolute;
    top: 17px;
    right: -13px;
}

.patternDetectionClassifierBox {
    white-space: normal;
    text-align: left;
    min-height: 273px;
}

.horizontal-center {
    text-align: center;
}

/******ADMIN*****/


.pageIps {
    white-space: pre-wrap;
}

.select-project-wcomms {
    width: calc(100% - 60px);
}

.popover.popover-admin {
    z-index: 1999;
}


.boxTypeDemo {
    font-size: 50px;
}

.headBoxCollapse > .panel-title {
    margin-top: -12px;
}

.headBoxCollapse > div > a:hover,
.headBoxCollapse > div > a {
    text-decoration: none !important;
}

.expand_caret {
    transform: scale(1.6);
    margin-left: 8px;
    margin-top: -4px;
}

.expand_close.expand_caret,
a[aria-expanded='false'] > div > .expand_caret {
    transform: scale(1.6) rotate(-90deg);
}

.plantAlarmsImages {
    min-height: 350px;
}

.project-types {
    min-height: 86px;
}

.no-sumbodules {
    margin-left: 31.438px;
}

.meteo-setting {
    margin-right: 10px;
    margin-top: 3px;
    cursor: pointer;
}

.add-new-datalogger-clone-button {
    position: absolute;
    right: 15px;
    bottom: -30px;
}

.add-new-datalogger-clone-button:active {
    position: absolute;
    right: 15px;
    bottom: -30px;
    top: unset;
    left: unset;
}

.mapPlantAddress > .map-id > div > .angular-google-map-container {
    width: 97% !important;
}

.mapPlantAddress {
    height: 300px;
}

.iframeAdmin {
    height: 500px;
    border: none;
}

.list-popover {
    list-style: none;
    padding-left: 0;
    color: black;
    cursor: default;
}

.list-value-popover {
    font-size: 12px;
    margin-top: 5px;
    cursor: default;
}

@media screen and (min-width: 1400px) {
    /*    .router-animation-container{
             overflow-y: auto;
            overflow-x: hidden;
            max-height: 510px;
        }*/
    .iframeAdmin {
        height: 700px;
    }
}

.data-edition-number-of-data-elements {
    width: 240px;
    height: 23px;
    padding-right: 15px;
    text-align: right;
    padding-top: 3px;
    position: absolute;
    top: -30px;
    font-weight: bold;
    right: 10px;
}

.plusTag {
    position: absolute;
    left: 373px;
    width: 17px;
    text-align: center;
    cursor: pointer !important;
}

.plusTagSmall {
    position: absolute;
    left: 242px;
    width: 17px;
    text-align: center;
    cursor: pointer !important;
}

.trashTag {
    position: absolute;
    left: 408px;
    text-align: center;
    width: 17px;
    cursor: pointer !important;
}

.trashTagSmall {
    position: absolute;
    left: 276px;
    text-align: center;
    width: 17px;
    cursor: pointer !important;
}

.trashChildTag {
    position: absolute;
    left: 402px;
    top: 5px;
    cursor: pointer !important;
}

.trashChildTagSmall {
    position: absolute;
    left: 274px;
    top: 5px;
    cursor: pointer !important;
}

.trashChildTag-noPlus {
    position: absolute;
    left: 373px;
    top: 5px;
    cursor: pointer !important;
}

.trashChildTagSmall-noPlus {
    position: absolute;
    left: 291px;
    top: 5px;
    cursor: pointer !important;
}

.trashChildTag-noPlus:hover {
    color: #30b1e8 !important;
}

.plusChildTag {
    position: absolute;
    left: 373px;
    width: 11px;
    text-align: center;
    cursor: pointer !important;
    top: 5px;
}

.plusChildTagSmall {
    position: absolute;
    left: 244px;
    width: 11px;
    text-align: center;
    cursor: pointer !important;
    top: 5px;
}

.firstChild-smartTree {
    margin-top: 0 !important;
}

.smartTagsTree-span-width {
    width: 350px;
}

.smartTagsTree-span-small-width {
    width: 220px;
}

.userTags-modal-view {
    overflow-y: auto;
    max-height: 660px;
}

.tree ul ul {
    padding-top: 5px;
}

.smartTree-span-withChilds {
    cursor: pointer;
}

.smartTree-span-withChilds:hover {
    cursor: pointer;
    background-color: white;
    color: black;
}

.parentTags-list-span {
    cursor: pointer;
}

.parentTags-list-span:hover {
    color: black;
    background-color: white !important;
}

.parentTags-list-span-hover {
    color: black;
    background-color: white !important;
}

.tree li.parent-li > span.parentTree-noCollabsible:hover {
    border: 1px dotted #999 !important;
    color: #666 !important;
    background-color: #C5C6CA !important;
}

li.parent-li > span > div > div > i.parentTreeTag-noCollabsible:hover {
    cursor: default !important;
    color: #666 !important;
}

.tree li.parent-li > span.plusTag:hover {
    border: 1px dotted #999 !important;
}

.tree li.parent-li > span.plusTagSmall:hover {
    border: 1px dotted #999 !important;
}

.tree li.parent-li > span.trashTag:hover {
    border: 1px dotted #999 !important;
}

.tree li.parent-li > span.trashTagSmall:hover {
    border: 1px dotted #999 !important;
}

.tree li.parent-li > span:hover + ul li::before {
    border-left-color: rgb(153, 153, 153);
}

.tree li.parent-li > span:hover + ul li::after {
    border-top-color: rgb(153, 153, 153);
}

.apply-plantAssignations-button {
    position: absolute;
    right: 27px;
}

.tags-label-plantsAssignations {
    color: black;
    padding: 6px 7px;
    margin-top: 4px;
}

.admin-supply-circle {
    border-radius: 90px;
    width: 180px;
    height: 180px;
    text-align: center;
    display: table;
    margin: auto;
    color: white;
}

.admin-supply-circle.small {
    border-radius: 80px;
    width: 160px;
    height: 160px;
}

.admin-supply-circle:hover {
    border: 2px;
    border-style: solid;
    border-color: black;
    border-collapse: initial;
}

.admin-supply-icon {
    position: relative;
    top: -23px;
    font-size: 40px;
}

.admin-supply-icon.small {
    font-size: 30px;
}

.admin-supply-icon-text {
    display: table-cell;
    vertical-align: middle;
}

.admin-supply-text {
    position: relative;
    top: -16px;
    font-size: 20px;
}

.admin-supply-text.small {
    font-size: 17px;
}

.admin-variable-colorSample {
    width: 20px;
    height: 20px;
    border-radius: 5px;
}

.admin-add-var {
    position: absolute;
    top: 7px;
    right: 25px;
}

.table.table-vars {
    margin-bottom: 0;
}

.table.table-vars > thead > tr:first-child > td,
.table.table-vars > tbody > tr:first-child > td {
    border: none;
}

.supplyEdit-title-isProject {
    display: inline-block;
    margin-left: 5px;
}

.checkbox-three-phase {
    margin-top: 0 !important;
}

.checkbox-three-phase input {
    transform: scale(1.5);
}

.checkbox-lg {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    padding: 10px;
    margin-left: 6px !important;
}

.border-top-10-gray {
    border-top: 10px solid whitesmoke !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.dashboard-colorpicker {
    margin-left: 0;
    margin-right: 0;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid #000000;
    background-color: white;
}

.variable-colorpicker {
    margin-top: 26px;
    margin-left: 0;
    margin-right: 10px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid #000000;
    background-color: white;
}

.button-datasource {
    /*width: 12.5%;*/
    display: inline-block;
}

.box-tariff {
    border: 1px solid #9e9b9b;
    box-shadow: 7px 8px 6px -6px #6b6b6b;
    margin-bottom: 10px;
}

.box-tariff-template {
    background-color: #eaeaea;
}

.tariff-terms {
    column-count: 2;
}

.header-box-tariff {
    padding: 10px;
    height: 45px;
    color: white;
}

.title-tariff {
    max-width: calc(90% - 40.5px)
}

.body-box-tariff {
    padding: 10px;
    overflow-y: auto;
}

.body-box-tariff-selected {
    height: 235px;
}

.body-box-tariff-template {
    height: 175px;
}

.tariff-form-time-table td {
    font-size: 13px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.tariff-form-time-table.table > thead > tr > th {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cell-calendar-tariff-1 {
    background-color: #ff9502;
}

.cell-calendar-tariff-2 {
    background-color: #4c165f;
}

.cell-calendar-tariff-3 {
    background-color: #027cff;
}

.cell-calendar-tariff-4 {
    background-color: #ffff02;
}

.cell-calendar-tariff-5 {
    background-color: #ff0505;
}

.cell-calendar-tariff-6 {
    background-color: #f402fc;
}

.image-device {
    width: 40px;
    height: 40px;
}

.plant-values-table {
    overflow-y: auto;
    max-height: 600px;
    padding-right: 15px;
}

.table-regression-line {
    max-height: 439px;
    overflow-y: auto;
}

.daterange-benchmarking-table {
    display: inline;
    vertical-align: middle;
    background-color: white;
    margin-left: 0 !important;
    margin-right: 15px;
    color: black;
}

.daterange-benchmarking-table[disabled] {
    pointer-events: none;
    opacity: 0.7;
}

.admin-plantImageBox {
    height: 330px;
    width: 100%;
    text-align: center;
}

.admin-plantImage {
    max-height: 290px;
    max-width: 100%;
}

.admin-plantImageBoxSelected {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.admin-plantImageBoxOver {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 30%;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding-top: 10px;
}

.admin-plantImageCheck {
    font-size: 35px;
    position: absolute;
    right: -15px;
    top: -28px;
    z-index: 1;
}

.admin-plantImageName {
    z-index: 1;
    position: absolute;
    bottom: 24px;
    width: 100%;
    left: 0;
    text-align: center;
}

.admin-plantImageOptionsBox {
    position: relative;
    left: 15px;
    height: 47px;
    width: 465px;
}

.admin-plantImageOptionsText {
    top: -25px;
    right: 16px;
    position: absolute;
    margin-right: 15px;
    font-size: 15px;
}

.admin-plantImagePredetermined {
    position: absolute;
    top: -20px;
    font-size: 25px;
    left: -8px;
    z-index: 1;
}

.admin-period-buttons {
    position: absolute;
    top: 50%;
    height: 23px;
    margin-top: -11.5px;
}

.scadaBoxesCreate {
    background-color: transparent;
    width: 100%;
    padding: 0 15px 0 10px;
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
}

.scadaBoxes {
    background-color: transparent;
    width: 100%;
    padding: 0 15px 0 10px;
}

.boxTypeGraph {
    width: 100%;
    height: 150px;
}

.boxCreateTypeGraph {
    height: 220px;
    border: 1px solid black;
    text-align: center;
    font-size: 20px;
    padding-top: 15%;
    margin-top: 10px;
    position: relative;
}

.boxCreateTypeLastvalues {
    height: 280px;
    border: 1px solid black;
    text-align: center;
    font-size: 20px;
    padding-top: 15%;
    margin-top: 10px;
    position: relative;
}

.separateBox {
    height: 1px;
    background-color: #b7b7b7;
    margin: 10px;
    margin-bottom: 15px;
}

.labelImageScadaSmall {
    width: 20px;
}

.labelImageScadaMiddle {
    width: 50px;
}

.labelImageScadaLarge {
    width: 100px;
}

.contentLabel > span {
    white-space: nowrap;
}

.label-scada {
    position: absolute;
    background-color: white;
    padding: 5px 10px !important;
    border: 1px solid #9e9b9b;
    box-shadow: 7px 8px 6px -6px #6b6b6b;
}

.sieImageBtn {
    background-color: transparent;
    border: none;
    padding: 0px;
}

.sieImage {
    height: 27px;
    padding: 0px;
    margin: 0px;
}

.arrowsBox {
    cursor: pointer;
}

.label-scada-settings {
    position: absolute;
    cursor: pointer;
    top: -14px;
    left: -16px;
    font-size: 14px;
}

.box-scada-settings {
    position: absolute;
    cursor: pointer;
    top: -15px;
    left: -11px;
    font-size: 14px;
}

.px-addon {
    padding-left: 3px;
    padding-right: 3px;
}


#scada-area {
    padding-right: 0;
    padding-left: 0;
}

.scada-content {
    padding: 0;
    display: inline-block;
    position: absolute;
    border: 1px solid #ddd;
    box-shadow: 7px 8px 6px -6px #6b6b6b;
    margin-left: 10px;
    margin-top: 15px;
    height: calc(100% - 30px);
}

.scada-content-background {
    height: calc(100% - 41px);
}

.scadaBackground {
    height: calc(100% - 41px);
}

.scada-heading {
    min-height: 41px;
    background-color: #F5F5F5;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.scada-sidebar {
    position: absolute;
    right: 0;
    height: 100%;
    padding-top: 15px;
}

.scada-sidebar-content {
    overflow-x: hidden;
    overflow-y: auto;
}

.dropzone-scada {
    padding: 10px;
    min-height: 120px;
}

.dropzone.dropzone-scada .dz-message {
    margin: 0;
}

.menu-scada {
    height: 100%;
    top: 90px;
    position: fixed;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 1px solid black;
    background-color: #C5C6CA;
    padding-right: 0;
}

.alert-scada {
    width: 81.8%;
    position: absolute;
    z-index: 1;
}

.boxListScada {
    border-width: 1px 1px 2px;
    border-style: solid;
    border-top: none;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    height: 300px;
    cursor: pointer;
}

.headerFakeWidget {
    font-size: 14px;
}

.actionsScada {
    float: right;
    margin-right: 10px;
}

.actionsScada > i {
    cursor: pointer;
    margin-right: 5px;
}

.scada-full-screen {
    position: absolute;
    right: 15px;
    top: 0;
    display: none;
}

#scada-area:hover .scada-full-screen {
    display: block;
}

.boxType {
    box-shadow: 7px 8px 6px -6px #6b6b6b;
}

.boxType > .headBoxCollapse {
    margin-bottom: 0;
}

.boxesBody {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

