/*
    Document   : meteoviva
    Created on : Jan 30, 2013, 4:03:31 PM
    Author     : Felix Haferkorn
*/

html {
    height: 100%;
    width: 100%;
}

body {
    /*background-image: url("/media/images/meteoviva/bg-lightblue-yellow.png");*/
    font-family: Verdana, Helvetica, sans-serif;
    color: rgb(90, 90, 90);
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    overflow: auto;
    height: calc(100% - 51px);
}

.tickLabel,
div.mv-profileedit-dayscale-wrapper div.day-name {
    font-size: 13px;
    color: grey;
}


@keyframes blinkingBoxShadow {
    from {
        box-shadow: 2px 2px 8px red;
    }

    to {
        box-shadow: 2px 2px 16px red;
    }
}



/***************************************************************************
* LOADER
****************************************************************************/





div.mv-login-form {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid lightgrey;
    display: block;
    left: 50%;
    margin: 10% auto auto;
    max-width: 400px;
    min-width: 250px;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0px 36px 26px -36px grey;
}

div.mv-login-form a {
    margin-top: 30px;
    font-size: 13px;
}

div.mv-cookie-info {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px dashed darkslateblue;
    padding: 10px;
    border-radius: 3px;
    font-weight: 600;
    color: darkslateblue;
}

a {
    text-decoration: none;
    color: #122372;
    cursor: pointer;
}

*[context-type]:not(button):not(.no-link-style) {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    cursor: pointer;
}

div.mv-participating-slider-wrapper {
    border-radius: 3px;
    width: 100%;
    font-size: 13px;
    background-color: rgba(190, 190, 190, 0.2);
}

div.mv-participating-slider-trigger {
    width: 100%;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    cursor: pointer;
    text-align: left;
    padding: 5px;
}

div.mv-participating-items {
    display: none;
    width: inherit;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

div.mv-participating-item {
    width: 100%;
    float: left;
    text-align: left;
    padding: 2px;
}

div.mv-participating-item:nth-of-type(2n+1) {
    background-color: rgba(190, 190, 190, 0.2);
}

div.mv-participating-item small,
div.mv-participating-item strong {
    float: right;
}

a.no-link-style:hover,
a.no-link-style:focus {
    text-decoration: none !important;
}

a[target="_blank"] {
    cursor: alias;
}

dd {
    margin: 0;
    padding: 0;
}

.mv-lightgray {
    background-color: #C8C8C8;
}

.mv-darkgray {
    background-color: #58585a;
}

.mv-yellow {
    background-color: #FABB00;
}

.mv-blue {
    background-color: #122372;
}

.red {
    color: #CF1A1A;
}

.mv-border {
    border-radius: 6px;
}

.mv-shadow {
    box-shadow: 1px 1px 3px 0 #fabb00;
    ;
}

.hidden {
    display: none;
}

.mv-get-ajax:not(.active) {
    cursor: pointer;
}

.mv-invisible {
    opacity: 0;
}

.underline {
    text-decoration: underline;
}

.left {
    position: relative;
    float: left;
}

.right {
    position: relative;
    float: right;
}

.center {
    text-align: center;
}

.w50 {
    width: 50%;
}

.w33 {
    width: calc(100% / 3);
}

.w66 {
    width: calc(100% / 3 * 2);
}

.h100 {
    height: 100%;
}

/*******************************************************************************
 * CONTENT
 ******************************************************************************/
.mv-loader-wrapper {
    background-color: rgba(100, 100, 100, 0.4);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10000;
    overflow: hidden;
    display: none;
}

body.mv-loading .mv-loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv-loader-content {
    position: relative;
    top: calc(50% - 14px);
    width: 380px;
    margin: auto;
    text-align: center;
}

.mv-loader-content:after {
    box-shadow: 0 0 200px 200px rgb(250, 188, 0, 0.2);
    content: "";
    top: -50px;
    position: relative;
    left: -50px;
}

.mv-loader-content span.load {
    color: white;
    font-size: 20px;
    letter-spacing: 2px;
}

.mv-loader-item {
    position: relative;
    top: 0;
    border-radius: 25px 3px;
    width: 40px;
    height: 35px;
    float: left;
    border-radius: 9px 1px;
    color: rgb(18, 35, 114);
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    animation-name: shrink;
    -o-animation-name: shrink;
    -ms-animation-name: shrink;
    -webkit-animation-name: shrink;
    -moz-animation-name: shrink;
    animation-duration: 1.165s;
    -o-animation-duration: 1.165s;
    -ms-animation-duration: 1.165s;
    -webkit-animation-duration: 1.165s;
    -moz-animation-duration: 1.165s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    -o-animation-direction: alternate-reverse;
    -ms-animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -moz-animation-direction: alternate-reverse;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
}

.mv-loader-item-1 {
    animation-delay: 0.466s;
    -o-animation-delay: 0.466s;
    -ms-animation-delay: 0.466s;
    -webkit-animation-delay: 0.466s;
    -moz-animation-delay: 0.466s;
}

.mv-loader-item-2 {
    animation-delay: 0.5825s;
    -o-animation-delay: 0.5825s;
    -ms-animation-delay: 0.5825s;
    -webkit-animation-delay: 0.5825s;
    -moz-animation-delay: 0.5825s;
}

.mv-loader-item-3 {
    animation-delay: 0.699s;
    -o-animation-delay: 0.699s;
    -ms-animation-delay: 0.699s;
    -webkit-animation-delay: 0.699s;
    -moz-animation-delay: 0.699s;
}

.mv-loader-item-4 {
    animation-delay: 0.8155s;
    -o-animation-delay: 0.8155s;
    -ms-animation-delay: 0.8155s;
    -webkit-animation-delay: 0.8155s;
    -moz-animation-delay: 0.8155s;
}

.mv-loader-item-5 {
    animation-delay: 0.932s;
    -o-animation-delay: 0.932s;
    -ms-animation-delay: 0.932s;
    -webkit-animation-delay: 0.932s;
    -moz-animation-delay: 0.932s;
}

.mv-loader-item-6 {
    animation-delay: 1.0485s;
    -o-animation-delay: 1.0485s;
    -ms-animation-delay: 1.0485s;
    -webkit-animation-delay: 1.0485s;
    -moz-animation-delay: 1.0485s;
}

.mv-loader-item-7 {
    animation-delay: 1.165s;
    -o-animation-delay: 1.165s;
    -ms-animation-delay: 1.165s;
    -webkit-animation-delay: 1.165s;
    -moz-animation-delay: 1.165s;
}

.mv-loader-item-8 {
    animation-delay: 1.2915s;
    -o-animation-delay: 1.2915s;
    -ms-animation-delay: 1.2915s;
    -webkit-animation-delay: 1.2915s;
    -moz-animation-delay: 1.2915s;
}

.mv-loader-item-9 {
    animation-delay: 1.418s;
    -o-animation-delay: 1.418s;
    -ms-animation-delay: 1.418s;
    -webkit-animation-delay: 1.418s;
    -moz-animation-delay: 1.418s;
}



@keyframes shrink {
    0% {
        transform: scale(1);
        background-color: rgb(250, 188, 0);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes shrink {
    0% {
        -o-transform: scale(1);
        background-color: rgb(250, 188, 0);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes shrink {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(250, 188, 0);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes shrink {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(250, 188, 0);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes shrink {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(250, 188, 0);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgba(255, 255, 255, 0);
    }
}


.mv-loading-error::before {
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url("/media/images/stateicons/warning_128.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 102px auto !important;
    border-radius: 6px;
    content: "";
    height: 100% !important;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100% !important;
    z-index: 300000;
}


.mv-loading-container {
    animation: blinker 1s linear infinite;
}

.force-max-height {
    height: 100%;
}

@keyframes blinker {
    50% {
        opacity: 0.2;
    }
}

.mv-state-warning {
    background-image: url("/media/images/stateicons/warning_256.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
}

.mv-loading-fit:before {
    background-color: rgba(255, 255, 255, 0.7) !important;
    /*background-image: url("/media/images/meteoviva/mv-loader.gif") !important;*/
    background-image: url("/media/images/meteoviva/mv-loader-new.gif") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    content: "";
    height: 100% !important;
    position: absolute !important;
    width: 100% !important;
    z-index: 1000;
    top: 0;
    left: 0;
    border-radius: inherit;
}



html *[titleextended] {
    cursor: help !important;
}

/*******************************************************************************
 * BUILDING SELECT
 ******************************************************************************/


.flip-container {
    perspective: 1000;
    transform-style: preserve-3d;
}

.flip-container.hover .flipper {
    transform: rotateY(180deg);
}

/* flip speed goes here */
.flipper {
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: all 1.1s ease-in-out 0.1s;
    width: 100%;
}

/* hide back of pane during swap */
.front,
.back {
    backface-visibility: hidden;
    background-color: white;
    height: calc(100% - 40px);
    position: absolute;
    width: calc(100% - 40px);
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

div.mv-content-addition {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid lightgray;
    bottom: 50px;
    font-size: 13px;
    padding: 0 10px 10px;
    position: absolute;
    right: 10px;
    text-align: justify;
    width: 300px;
}



/*******************************************************************************
 * NOTIFICATIONS
 ******************************************************************************/
div.mv-notifications-wrapper {
    background-color: #ffffff;
    border-width: 0px;
    border-style: solid;
    border-color: lightgray;
    border-radius: 3px;
    left: 2.5%;
    overflow-y: hidden;
    position: absolute;
    top: 53px;
    width: 95%;
    z-index: 1051;
    overflow: hidden;

    max-height: 0;

    -moz-transition: max-height 0.5s cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: max-height 0.5s cubic-bezier(0, 1, 0.5, 1);
    -ms-transition: max-height 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0.5, 1);
}

div.mv-notifications-wrapper.in,
div.mv-notification-wrapper.in {
    max-height: 1000px;
    border-width: 1px;

}

div.mv-notification-wrapper {
    border-radius: 3px;
    box-shadow: 0 2px 2px -2px;
    float: left;
    margin: 3px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: calc(100% - 6px);

    max-height: 0;

    -moz-transition: max-height 0.5s cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: max-height 0.5s cubic-bezier(0, 1, 0.5, 1);
    -ms-transition: max-height 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0.5, 1);

}

div.mv-notification-type {
    float: left;
    position: relative;
    width: 80%;
    font-weight: bold;
}


div.mv-notification-content {
    float: left;
    position: relative;
    width: calc(100% - 20px);
    padding: 5px;
    text-align: center;
    line-height: 30px;
}

div.mv-notification-close {
    background: #428bca none repeat scroll 0 0 !important;
    border-radius: 100%;
    color: white;
    cursor: pointer;
    float: right;
    height: 20px;
    margin-bottom: 0;
    position: relative;
    right: -4px;
    text-align: center;
    top: 0px;
    width: 20px;
}

div.mv-notification-batch {
    background: radial-gradient(rgba(255, 48, 25, 1) 0%, rgba(94, 3, 0, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: white;
    border-radius: 20px;
    border-style: solid;
    border-width: 0;
    box-shadow: 0 0 4px 0;
    color: #ffffff;
    display: none;
    float: right;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-right: -5px;
    margin-top: 6px;
    position: relative;
    text-align: center;
    width: 20px;
}

div.mv-notification-close:empty:after {
    content: "x";
    font-weight: bold;
}


div.mv-notification-type-info {
    background-color: rgba(0, 0, 255, 0.2);
}

div.mv-notification-type-success {
    background-color: rgba(0, 255, 0, 0.2);
    color: #5A5A5A;
}

div.mv-notification-type-warn {
    background-color: rgba(255, 165, 0, 0.4);
    color: #5A5A5A;
}

div.mv-notification-type-error {
    background-color: rgba(255, 0, 0, 0.5);
    color: #5A5A5A;
}

/*******************************************************************************
 * HEADER & FOOTER
 ******************************************************************************/
div.mv-header-wrapper,
div.mv-footer-wrapper {
    position: absolute;
    min-width: 1000px;
    width: 100%;
    z-index: 300000;
}

div.mv-header-wrapper div.mv-header,
div.mv-footer-wrapper div.mv-footer {
    height: calc(100% - 2px);
    line-height: 40px;
    margin: 0 auto;
    min-width: 960px;
    overflow: hidden;
    padding-top: 2px;
    position: relative;
    width: calc(100% - 40px);
}

div.mv-footer-hotline {
    float: left;
    height: 100%;
    position: relative;
    text-align: left;
    width: 50%;
}

div.mv-footer-hotline a,
div.mv-footer-mail a {
    text-decoration: none;
}

div.mv-footer-mail {
    float: right;
    height: 100%;
    position: relative;
    text-align: right;
    width: 40%;
}


/*******************************************************************************
 * HEADER
 ******************************************************************************/
div.mv-header-wrapper {
    background: linear-gradient(to bottom, rgba(200, 200, 200, 0.1) 20%, rgba(90, 90, 90, 0.5) 200%) no-repeat scroll 0 0 white;
    /*box-shadow: 0 2px 6px 1px rgb(200, 200, 200);*/
    height: 48px;
    border-bottom: 1px solid rgba(90, 90, 90, 0.5);
    top: 0;
}

div.mv-header div.mv-topnav-left {
    background-image: url("/media/images/meteoviva/MV-Logo-Opacity-middle.png");
    background-repeat: no-repeat;
    float: left;
    height: 100%;
    margin-left: -10px;
    margin-right: 20px;
    position: relative;
    width: 200px;
    overflow: hidden;
}

div.mv-header div.mv-topnav-left a {
    display: block;
    width: 100%;
    height: 100%;
}

div.mv-header div.mv-topnav-center {
    color: #122372;
    float: left;
    font-size: 23px;
    font-weight: 500;
    height: 100%;
    letter-spacing: 0;
    overflow: hidden;
}

div.meteoviva_control {
    background: linear-gradient(to right bottom, rgba(200, 200, 200, 0.7) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    box-shadow: 1px 1px 1px 0 #808080;
    float: left;
    height: 40px;
    margin-left: 5px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 40px;
}

div.meteoviva_control.off {
    background: linear-gradient(to right bottom, rgba(255, 0, 0, 0.7) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

div.meteoviva_control.on {
    background: linear-gradient(to right bottom, rgba(0, 160, 59, 0.7) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}

div.meteoviva_control.partial {
    background: linear-gradient(to right bottom, rgba(251, 186, 0, 0.7) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

div.meteoviva_control div {
    background-image: url("/media/images/meteoviva/mv_icons_sprite.png");
    background-position: 461px 194px;
    background-size: 605px auto;
    height: 100%;
    width: 100%;
}

div.mv-header div.names-wrapper {
    float: left;
    height: 100%;
    cursor: pointer;
}


div.mv-header div.building-name,
div.mv-header div.customer-name {
    float: left;
    text-align: left;
    width: 100%;
    height: 50%;
    overflow: visible;
    margin-left: 5px;
}

div.mv-header div.building-name {
    font-size: 1.1vw;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    text-transform: uppercase;
}

div.mv-header div.customer-name {
    color: rgb(90, 90, 90);
    font-size: 1vw;
    font-weight: normal;
    line-height: 22px;
}

div.mv-header div.top-nav-icons-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
}

div.mv-header-wrapper div.mv-topnav-right {
    background: white linear-gradient(to bottom, rgba(200, 200, 200, 0.1) 20%, rgba(90, 90, 90, 0.5) 200%) no-repeat scroll 0 0;
    float: right;
    height: 100%;
    margin-right: 5px;
    position: absolute;
    right: 20px;
}



/** in floorplan **/
.mv-floorplan-signal {
    border: medium none;
    border-radius: 20px;
    box-shadow: 1px 1px 1px 0 #808080;
    float: left;
    height: 30px;
    margin: 2px 5px 2px 0;
    position: absolute;
    width: 30px;
    z-index: 100;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) linear-gradient(to right bottom, rgba(80, 80, 80, 0.8) 0%, rgba(160, 160, 160, 0.9) 100%) no-repeat scroll 0 0;
}

div.rwd_auswahl div.mv-floorplan-signal {
    background: rgba(0, 0, 0, 0) linear-gradient(to right bottom, rgba(180, 180, 180, 0.8) 0%, rgba(210, 210, 210, 0.9) 100%) no-repeat scroll 0 0;
}

.panel .mv-floorplan-signal,
.modal-dialog .mv-floorplan-signal {
    font-size: 10px;
    line-height: 20px;
    margin-right: 10px !important;
    width: 250px !important;
}

.modal-dialog .mv-floorplan-signal {
    float: none;
}

.panel-heading {
    padding: 14px 15px !important;
}

.accordion-caret .accordion-toggle:hover {
    text-decoration: none;
}

div.mv-accordion div.mv-accordion-header {
    background: #428bca;
    color: white;
    border: 1px solid #357ebd;
    font-weight: normal;
}

div.mv-accordion div.mv-accordion-header:hover,
div.mv-accordion div.mv-accordion-header.ui-accordion-header-active {
    box-shadow: 1px 2px 2px 0 #0a3050 inset !important;
    border: 1px solid rgb(90, 90, 90) !important;
    background: #3071a9 !important;
}

div.mv-accordion div.mv-accordion-header .fa,
div.mv-accordion div.mv-accordion-header .fas {
    /*background-color: white;*/
    /*padding: 3px;*/
    /*border-radius: 3px;*/
}

.mv-font-ok {
    color: #8ce196;
    /*box-shadow: 0px 0px 3px 0px #8ce196;*/
}

.mv-font-warning {
    color: #EA8511;
    /*box-shadow: 0px 0px 3px 0px #EA8511;*/
}

.mv-font-warning-panel {
    color: #fcf8e3;
}

.mv-font-error {
    color: #CF1A1A;
    /*box-shadow: 0px 0px 3px 0px #CF1A1A;*/
}

div.panel-heading-left:before {
    font-size: 20px;
    vertical-align: 14px;
    float: left;
    display: block;
    position: relative;
    line-height: 17px;
    margin-left: 0px;
    padding-right: 10px;
}

div.panel-heading-left.collapsed:before {
    content: "▸";
}

div.panel-heading-left:not(.collapsed):before {
    content: "▾";
}


.panel-heading span:not(:first-of-type) {
    float: right;
    margin-right: 100px;
}

.panel-heading div.panel-heading-left {
    cursor: pointer;
}

.panel-heading .mv-floorplan-signal {
    float: right;
    height: 40px !important;
    margin-top: -29px;
    width: 40px !important;
}


.panel .mv-floorplan-signal div:first-of-type,
.modal-body .mv-floorplan-signal div:first-of-type {
    box-shadow: 1px 1px 1px 0 #808080;
}

.panel .mv-floorplan-signal div:last-of-type:not(:first-of-type),
.modal-body .mv-floorplan-signal div:last-of-type:not(:first-of-type) {
    float: right;
}

.panel .mv-floorplan-signal span,
.modal-body .mv-floorplan-signal span {
    display: block;
    float: left;
    height: 50%;
    overflow: hidden;
    width: calc(100% - 90px);
    margin-left: 5px;
}

.panel .mv-floorplan-signal span.equipment-name,
.modal-body .mv-floorplan-signal span.equipment-name {
    font-weight: 500;
    color: black;
}


.mv-floorplan-signal:hover {
    box-shadow: 1px 2px 1px 0 black inset;
}

div.mv-icon-stop:hover,
div.mv-icon-stop:active,
div.mv-icon-stop:focus {
    border-color: rgb(90, 90, 90);
    box-shadow: 1px 2px 2px 0 rgb(70, 70, 70) inset !important;
    top: 1px;
    left: 1px;
    position: relative;
    color: rgb(200, 200, 200);
}



div.mv-header-wrapper div.mv-topnav-right div.mv-topnav-icon {
    float: right;
}


.mv-floorplan-signal div {
    background-image: url("/media/images/meteoviva/mv_icons_sprite.png");
    background-size: 479px auto;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}


div.mv-topnav-icon.mv-icon-meteoviva_control {
    background-position: -100px 0px;
}

div.mv-topnav-icon.mv-icon-meteoviva_control:hover:not(.deactivated) {
    background-position: -100px 1px;
}

div.mv-topnav-icon.mv-icon-meteoviva_control.active {
    background-position: -100px -76px;
}

div.mv-topnav-icon.mv-icon-meteoviva_control.on {
    background-position: -95px -297px;
}

div.mv-topnav-icon.mv-icon-meteoviva_control.on:hover:not(.deactivated) {
    background-position: -95px -296px;
}

div.mv-topnav-icon.mv-icon-meteoviva_control.on.active {
    background-position: -144px -297px;
}

/** in floorplan **/
.mv-floorplan-signal.mv-icon-meteoviva_control div {
    background-position: -144px -248px;
}

div.mv-topnav-icon.mv-icon-meteoviva_control.off {
    background-position: -95px -397px;
}

div.mv-topnav-icon.mv-icon-meteoviva_control.off:hover:not(.deactivated) {
    background-position: -95px -396px;
}

div.mv-topnav-icon.mv-icon-meteoviva_control.off.active {
    background-position: -144px -397px;
}

div.mv-topnav-icon.mv-icon-meteoviva_control.partial {
    background-position: -95px -346px;
}

div.mv-topnav-icon.mv-icon-meteoviva_control.partial:hover:not(.deactivated) {
    background-position: -95px -345px;
}

div.mv-topnav-icon.mv-icon-meteoviva_control.partial.active {
    background-position: -144px -346px;
}


div.mv-topnav-icon.mv-icon-climate {
    background-position: 0px 0px;
}

div.mv-topnav-icon.mv-icon-climate:hover:not(.deactivated) {
    background-position: 0px 1px;
}

div.mv-topnav-icon.mv-icon-climate.active {
    background-position: 0px -76px;
}

/** in floorplan **/
.mv-floorplan-signal.mv-icon-climate div {
    background-position: -1px -101px;
}

.panel .mv-icon-climate div,
.modal-body .mv-icon-climate div {
    background-position: 0 -75px;
}

div.mv-topnav-icon.mv-icon-heating {
    background-position: -50px 0px;
}

div.mv-topnav-icon.mv-icon-heating:hover:not(.deactivated) {
    background-position: -50px 1px;
}

div.mv-topnav-icon.mv-icon-heating.active {
    background-position: -50px -76px;
}

/** in floorplan **/
.mv-floorplan-signal.mv-icon-heating div {
    background-position: -40px -101px;
}

.panel .mv-icon-heating div,
.modal-body .mv-icon-heating div {
    background-position: -49px -75px;
}

div.mv-topnav-icon.mv-icon-cooling {
    background-position: -250px 0px;
}

div.mv-topnav-icon.mv-icon-cooling:hover:not(.deactivated) {
    background-position: -250px 1px;
}

div.mv-topnav-icon.mv-icon-cooling.active {
    background-position: -250px -76px;
}

/** in floorplan **/
.mv-floorplan-signal.mv-icon-cooling div {
    background-position: -199px -98px;
}

.panel .mv-icon-cooling div,
.modal-body .mv-icon-cooling div {
    background-position: -250px -75px;
}


div.mv-topnav-icon.mv-icon-ventilation {
    background-position: -400px 0px;
}

div.mv-topnav-icon.mv-icon-ventilation:hover:not(.deactivated) {
    background-position: -400px 1px;
}

div.mv-topnav-icon.mv-icon-ventilation.active {
    background-position: -400px -76px;
}

/** in floorplan **/
.mv-floorplan-signal.mv-icon-ventilation div {
    background-position: -317px -102px;
}

.panel .mv-icon-ventilation div,
.modal-body .mv-icon-ventilation div {
    background-position: -399px -75px;
}


div.mv-topnav-icon.mv-icon-infiltration {
    background-position: 0px 251px;
}

div.mv-topnav-icon.mv-icon-infiltration:hover:not(.deactivated) {
    background-position: 0px 252px;
}

div.mv-topnav-icon.mv-icon-infiltration.active {
    background-position: 0px 175px;
}

/** in floorplan **/
.mv-floorplan-signal.mv-icon-infiltration div {
    background-position: -34px -147px;
}

.panel .mv-icon-infiltration div,
.modal-body .mv-icon-infiltration div {
    background-position: 0px -262px;
}


div.mv-topnav-icon.mv-icon-sun_protection {
    background-position: -150px 0px;
}

div.mv-topnav-icon.mv-icon-sun_protection:hover:not(.deactivated) {
    background-position: -150px 1px;
}

div.mv-topnav-icon.mv-icon-sun_protection.active {
    background-position: -150px -76px;
}

/** in floorplan **/
.mv-floorplan-signal.mv-icon-sun_protection div {
    background-position: -120px -101px;
}

.panel .mv-icon-sun_protection div,
.modal-body .mv-icon-sun_protection div {
    background-position: -150px -75px;
}

div.mv-topnav-icon.mv-icon-weather_station {
    background-position: -350px 0px;
}

div.mv-topnav-icon.mv-icon-weather_station:hover:not(.deactivated) {
    background-position: -350px 1px;
}

div.mv-topnav-icon.mv-icon-weather_station.active {
    background-position: -350px -76px;
}

/** in floorplan **/
.mv-floorplan-signal.mv-icon-weather_station div {
    background-position: -278px -101px;
}

.panel .mv-icon-weather_station div,
.modal-body .mv-icon-weather_station div {
    background-position: -350px -75px;
}


div.mv-topnav-icon.mv-icon-counter,
div.mv-topnav-icon.mv-icon-counter_heating,
div.mv-topnav-icon.mv-icon-counter_cooling,
div.mv-topnav-icon.mv-icon-counter_gas,
div.mv-topnav-icon.mv-icon-counter_electrical {
    background-position: -200px 0px;
}

div.mv-topnav-icon.mv-icon-counter:hover:not(.deactivated),
div.mv-topnav-icon.mv-icon-counter_heating:hover:not(.deactivated),
div.mv-topnav-icon.mv-icon-counter_cooling:hover:not(.deactivated),
div.mv-topnav-icon.mv-icon-counter_gas:hover:not(.deactivated),
div.mv-topnav-icon.mv-icon-counter_electrical:hover:not(.deactivated) {
    background-position: -200px 1px;
}

div.mv-topnav-icon.mv-icon-counter.active,
div.mv-topnav-icon.mv-icon-counter_heatinng.active,
div.mv-topnav-icon.mv-icon-counter_cooling.active,
div.mv-topnav-icon.mv-icon-counter_gas.active,
div.mv-topnav-icon.mv-icon-counter_electrical.active {
    background-position: -200px -76px;
}

/** in floorplan **/
.mv-floorplan-signal.mv-icon-counter div,
.mv-floorplan-signal.mv-icon-counter_heating div,
.mv-floorplan-signal.mv-icon-counter_cooling div,
.mv-floorplan-signal.mv-icon-counter_gas div,
.mv-floorplan-signal.mv-icon-counter_electrical div {
    background-position: -159px -98px;
}

.panel .mv-icon-counter div,
.panel .mv-icon-counter_heating div,
.panel .mv-icon-counter_cooling div,
.panel .mv-icon-counter_gas div,
.panel .mv-icon-counter_electrical div,
.modal-body .mv-icon-counter div,
.modal-body .mv-icon-counter_heating div,
.modal-body .mv-icon-counter_cooling div,
.modal-body .mv-icon-counter_gas div,
.modal-body .mv-icon-counter_electrical div {
    background-position: -200px -75px;
}


div.mv-topnav-icon.mv-icon-connection {
    background-position: 45px 181px;
}

div.mv-topnav-icon.mv-icon-connection:hover:not(.deactivated) {
    background-position: 45px 182px;
}

div.mv-topnav-icon.mv-icon-connection.active {
    background-position: 45px 136px;
}

/** in floorplan **/
.mv-floorplan-signal.mv-icon-connection div {
    background-position: -445px -170px;
}

.panel .mv-icon-connection div,
.modal-body .mv-icon-connection div {
    background-position: -560px -300px;
}

.panel-heading .mv-icon-meteoviva_control div {
    background-position: -144px -249px;
}

/*.panel-body .mv-icon-meteoviva_control div{
    background-position: -100px -75px;
}*/

.panel .mv-icon-zone_params div {
    background-position: -251px -323px;
}

.panel .mv-icon-blank div,
.mv-floorplan-signal div.mv-icon-blank {
    background-image: none !important;
}

/** STATIC signal icons in header **/
/** GENERAL **/
div.mv-topnav-icon.static div {
    background-image: url("/media/images/meteoviva/mv_icons_sprite.png");
    background-size: 550px auto;
    height: 100%;
    width: 100%;
}

div.mv-topnav-icon.static {
    background: linear-gradient(to right bottom, rgba(200, 200, 200, 0.7) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}

div.mv-topnav-icon.static:hover {
    background: linear-gradient(to right bottom, rgba(200, 200, 200, 1) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

div.mv-topnav-icon.static.active,
div.mv-topnav-icon.static:active {
    background: linear-gradient(to right bottom, rgba(90, 90, 90, 0.5) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

div.mv-topnav-icon.static.active:hover {
    background: linear-gradient(to right bottom, rgba(90, 90, 90, 0.8) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

div.mv-lightbox-close,
div.mv-topnav-icon.static.red {
    background: linear-gradient(to bottom right, rgba(255, 00, 00, 0.5) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(255, 255, 255, 1);
}

div.mv-topnav-icon.static.red:hover {
    background: linear-gradient(to bottom right, rgba(255, 00, 00, 0.8) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

/** INDIVIDUAL **/

div.mv-topnav-icon.mv-icon-settings div {
    background-position: 144px 125px;
}

div.mv-topnav-icon.mv-icon-account div {
    background-position: 96px -115px;
}

div.mv-topnav-icon.mv-icon-logout div {
    background-position: -316px 40px;
}

div.mv-topnav-icon.mv-icon-profiles div {
    background-position: 93px 168px;
}

div.mv-topnav-icon.mv-icon-costs div {
    background-position: -271px -113px;
}

/*******************************************************************************
 * FOOTER
 ******************************************************************************/
div.mv-footer-wrapper {
    border-bottom: 1px solid rgba(90, 90, 90, 0.5);
    border-top: 1px solid rgba(90, 90, 90, 0.5);
    bottom: 0;
    /*box-shadow: 0 -2px 6px 1px rgb(200, 200, 200);*/
    box-shadow: 0 -1px 3px 0 #fabb00;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    width: calc(100% - 20px);
    background: linear-gradient(to bottom, rgba(200, 200, 200, 0.5) 20%, #58585a 250%) no-repeat scroll 0 0 white;
}

.quickstats li {
    /*background: radial-gradient(circle, rgba(90, 90, 90, 0.6), #5A5A5A) repeat scroll 3px 3px rgba(0, 0, 0, 0);*/
    border: medium none;
    border-radius: 20px;
    box-shadow: 1px 1px 0 1px #000000;
    background-size: 30px auto;
    background-color: #122372;
}

.quickstats li:hover {
    box-shadow: 2px 2px 0px 1px #000000 inset;
    top: 0px;
    left: 0px;
}

/*******************************************************************************
 * FLOORPLAN
 ******************************************************************************/
div.mv-floorplan-map,
div.mv-floorplan-signals,
div.mv-floorplan-hovermap,
div.mv-floorplan-labels {
    position: absolute;
    /*    overflow: hidden;
        height: 100%;
        width: calc(100% - 1px);*/
}

div.rwd_left-grundriss {
    border: 1px solid lightgrey;
    border-radius: 4px;
    margin-bottom: 15px;
}

div.rwd_left-grundriss div.mv-floorplan-map {
    overflow: hidden;
    padding: 10px 10px 5px;
    /** ATTENTION: if modify, please adjust value in views/helpers/zonereport (left nav) **/
    position: relative;
}

div.mv-floorplan-latest {
    position: absolute;
    right: 65px;
    top: 15px;
    width: 150px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3px;
    border-radius: 3px;
    border: 1px solid lightgray;
    z-index: 1;
}

div.mv-floorplan-compass {
    position: absolute;
    top: 70px;
    width: 75px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3px;
    border-radius: 3px;
    border: 1px solid lightgray;
    right: 65px;
    text-align: center;
    z-index: 1;
}

div.mv-floorplan-hovermap map area {
    cursor: pointer;
}

div.mv-floorplan-hovermap map area.ZONE {
    cursor: not-allowed;
}


/*******************************************************************************
 * TEMPSCALE
 ******************************************************************************/

div.mv-floorplan-tempscale-wrapper {
    position: relative;
    width: 25px;
    float: left;
    position: absolute;
}

div.mv-tempscale-inner-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

div.mv-tempscale-inner-wrapper:not(.mv-tempscale-inner-wrapper_blank) {
    opacity: 0;
}

div.temp-scale {
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    height: calc(100% - 2px);
    left: inherit;
    overflow: hidden;
    padding: 0;
    width: calc(100% - 2px);
}

div.temp-scale-marker-wrapper {
    /*font-weight: bold;*/
    position: absolute;
    /*text-transform: uppercase;*/
    right: -23px;
    width: 20px;
    z-index: 50;
    white-space: nowrap;
}

div.mv-floorplan-label {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    color: #122372;
    font-weight: bold;
    line-height: 32px;
    padding: 3px 6px;
    position: absolute;
    z-index: 100;
    border: 1px solid lightgray;
    min-width: 150px;
    box-shadow: 1px 1px 5px rgba(150, 150, 150, 0.6);
}

div.mv-floorplan-label div.mv-floorplan-label-mvc-symbol {
    background-image: url("/media/images/meteoviva/mv_icons_sprite.png");
    background-repeat: no-repeat;
    background-size: 480px auto;
    border-radius: 15px;
    box-shadow: 1px 1px 1px 0 #808080;
    float: left;
    height: 30px;
    margin-right: 5px;
    margin-left: 0px;
    position: relative;
    width: 30px;
}

div.mv-floorplan-label div.mv-floorplan-label-mvc-symbol.meteoviva_control.on {
    background-position: -115px -236px;
}

div.mv-floorplan-label div.mv-floorplan-label-mvc-symbol.meteoviva_control.partial {
    background-position: -115px -275px;
}

div.mv-floorplan-label div.mv-floorplan-label-mvc-symbol.meteoviva_control.off {
    background-position: -115px -315px;
}

div.mv-floorplan-label div.zone-name {
    float: left;
}

div.mv-plot-menu-content div.mv-floorselect-labels div.mv-floorplan-label div.zone-name {
    text-align: center;
    width: 100%;
}

div.mv-floorplan-label input.mv-floorplan-label-edit-input[readonly="readonly"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    font-weight: bold;
}

/**
* container for equipment symbols that have no explicit position in floorplan
**/
div.mv-floorplan-label-symbol-wrapper:not(:empty) {
    overflow: hidden;
    position: relative;
    width: 100%;
    /*float: left;*/
}

div.floor-select-wrapper,
div.content_wrapper {
    background: none;
    box-shadow: none;
    border: none;
}

.mv-floorplan-line {
    box-shadow: none;
    position: absolute;
}




/*******************************************************************************
* LIGHTBOX
*******************************************************************************/
.mv-open-lightbox {
    cursor: pointer;
}

div.mv-lightbox-wrapper-backdrop {
    background-color: rgba(125, 125, 125, 0.6);
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 200;
    display: none;
}

div.mv-lightbox-wrapper {
    height: calc(100% - 90px);
    margin-top: 50px;
    position: relative;
    width: 100%;
    display: none;
}

div.mv-lightbox-log {
    background-color: white;
    border: 1px solid darkblue;
    border-radius: 5px;
    box-shadow: 0 0 80px -50px rgb(250, 187, 0);
    float: left;
    height: calc(100% - 100px);
    margin-left: calc((100% - (100% - 500px)) / 5);
    margin-top: 40px;
    overflow: visible;
    padding: 10px;
    position: relative;
    width: calc(100% - 500px);
}

div.mv-lightbox-close {
    border-radius: 20px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    height: 22px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    right: -11px;
    text-align: center;
    top: -11px;
    width: 22px;
}

div.mv-lightbox-content-wrapper {
    height: 100%;
    width: 100%;
}


div.mv-lightbox-content-extended-wrapper {
    height: 100%;
    width: 100%;
}

div.mv-lightbox-log div.elements {
    height: calc(100% - 30px);
    position: relative;
    border-top: none;
    overflow: hidden;
}

div.modal-body form div.elements {
    /*min-height: 100px;*/
    overflow: hidden;
}

div.modal-body form div.actions dd:last-of-type:not(:first-of-type) input {
    float: right;
}

div.mv-lightbox-profileedit-extension {
    float: left;
    position: relative;
    width: 100%;
}

div.mv-lightbox-profileedit-extension div.left,
div.mv-lightbox-profileedit-extension div.right {
    position: relative;
    float: left;
    width: calc(50% - 10px);
    text-align: left;
}

div.mv-lightbox-profileedit-extension div.right {
    float: right;
}



ul.mv-profile-preload {
    border: 1px solid lightgray;
    border-radius: 3px;
    max-height: 120px;
    list-style: outside none none;
    margin: 10px 0 5px;
    overflow-x: auto;
    padding: 5px;
    position: relative;
    width: 100%;
}

ul.mv-profile-preload li {
    background-color: white;
    border: 1px solid darkgray;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 3px;
    width: 100%;
}





ul.mv-profile-preload li div.name {
    height: 25px;
    width: 100%;
}

ul.mv-profile-preload li div.name input {
    float: left;
}

ul.mv-profile-preload li div.name span {
    color: rgb(90, 90, 90);
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0px;
    display: block;
    float: left;
    margin-top: 2px;
    margin-left: 8px;
}

ul.mv-profile-preload li div.preview {
    height: 75px;
    width: 100%;
}

ul.mv-profile-preload li div.preview div.item {
    float: left;
    height: 100%;
    width: calc(100% / 4);
}

ul.mv-profile-preload li label {
    cursor: pointer;
    width: 100%;
}

ul.mv-profile-preload li div.preview div.item div.mv-profile-wrapper div.mv-profile-one-day-wrapper div.mv-profile-timeslot div.mv-profile-timeslot-switch {
    display: none;
}

ul.mv-profile-preload li div.preview div.item div.mv-profile-wrapper div.mv-profile-one-day-wrapper div.mv-profile-timeslot div.mv-profile-edit-tooltip {
    display: none;
}


div.mv-alarm-history {
    height: 249px;
    overflow: auto;
    position: relative;
}


.mv-link {
    cursor: pointer;
}


/*******************************************************************************
* PLOT CHART
*******************************************************************************/

div.mv-plot-wrapper,
div.mv-floorplan-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
}

div.mv-plot-content {
    float: left;
    height: calc(100% - 20px);
    margin: 10px;
    overflow: auto;
    position: relative;
    width: calc(100% - 365px);
    background-color: transparent;
}

div.mv-plot-content-tabs-wrapper {
    border: medium none;
    overflow: visible;
    width: calc(100% - 5px);
}

div.mv-plot-content-tab-header {
    font-size: 16px;
    height: 31px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 5px;
}

div.mv-plot-content-tab-header ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.mv-plot-content-tab-header ul li {
    background: linear-gradient(to right bottom, rgba(200, 200, 200, 0.5) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgb(200, 200, 200);
    border-radius: 6px;
    cursor: pointer;
    float: left;
    font-size: 13px;
    height: 80%;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
}


div.mv-graph-wrapper,
div.mv-climateprofilebatch-wrapper {
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    box-shadow: 0 0 30px -20px inset;
    float: left;
    height: calc(100% - 7px);
    padding: 5px 10px 0;
    text-align: center;
    width: calc(100% - 22px);
    background-color: white;
}


div.mv-climateprofilebatch-wrapper {
    overflow: hidden;
}

div.mv-graph-header.mv-tabs-header {
    height: 34px;
    margin-top: 0;
    padding-bottom: 0;
}

div.mv-graph-header.mv-tabs-header div.mv-tabs-header-element {
    border-radius: 15px 3px 0 0;
    cursor: pointer;
    float: right;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
    opacity: 0.7;
    text-align: center;
    width: calc((100% / 3 * 2 - 4px) / 4);
}

div.mv-graph-header.mv-tabs-header div.mv-tabs-header-element:not(:first-of-type) {
    margin-right: 5px;
}

div.mv-graph-header.mv-tabs-header div.mv-tabs-header-element:not(.active):hover {
    height: 28px;
    margin-top: 2px;
}

div.mv-graph-header.mv-tabs-header div.mv-tabs-header-element.active {
    border-bottom: 2px solid grey;
    cursor: default;
    height: 100%;
    line-height: 30px;
    margin-top: -2px;
    opacity: 1;
}

div.mv-plot-export-trigger-wrapper {
    float: right;
    height: 25px;
    margin-top: -35px;
    overflow: hidden;
    position: relative;
}

div.mv-plot-export-trigger-wrapper-excel {
    background-image: url("/media/images/icons/logo-excel-large.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    cursor: pointer;
    height: 25px;
    float: right;
    position: relative;
    width: 25px;
}

div.mv-plot-export-trigger-wrapper-image {
    background-image: url("/media/images/meteoviva/mv_icons_sprite.png");
    background-position: -30px -262px;
    background-repeat: no-repeat;
    background-size: 400px auto;
    cursor: pointer;
    float: right;
    height: 25px;
    margin-right: 10px;
    position: relative;
    width: 27px;
}

div.mv-plot-menu-wrapper {
    background-color: white;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    float: right;
    height: calc(100% - 32px);
    margin: 10px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 305px;
}

div.mv-plot-menu-signals-wrapper {
    min-height: 50px;
    width: 275px;
}

div.mv-plot-floorplan {
    border-bottom: 1px dotted #d3d3d3;
    border-top: 1px dotted #d3d3d3;
    float: left;
    height: calc(25% - 20px);
    margin-bottom: 10px;
    margin-top: 0;
    overflow: hidden;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 100%;
}


div.mv-plot-menu-content {
    float: left;
    height: calc(100% - (25% - 20px) - 85px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: calc(100% - 10px);
}


div.mv-plot-menu-actions {
    width: 100%;
    overflow: hidden;
    height: 50px;
}

div.mv-plot-menu-actions input[type="button"],
div.mv-plot-menu-actions input[type="submit"] {
    font-size: 14px;
    font-weight: bold;
    width: calc(100% - 2px);
}

input.full-width,
button.full-width {
    width: 100%;
}

div.mv-plot-menu-item {
    height: 50px;
    line-height: 40px;
    overflow: hidden;
}

div.mv-plot-menu-item:not(.active) {
    cursor: pointer;
}

div.mv-plot-menu-content hr {
    border-color: #d3d3d3;
    border-style: none none dotted;
    border-width: medium medium 1px;
    height: 3px;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 0;
}

div.mv-floorselect-total-building-map {
    display: block;
    height: auto;
    margin: 0 auto 20px;
    width: 100%;
}


div.mv-floorselect-map,
div.mv-floorselect-hovermap,
div.mv-floorselect-labels,
div.mv-floorselect-total-building-map div.mv-floorplan-hovermap-small {
    width: 100%;
    position: absolute;
}

div.mv-floorselect-map,
div.mv-floorselect-hovermap,
div.mv-floorselect-labels {
    top: calc(100% / 3);
    /**
    * height is defined in Ajax/BuildingController floorplanAction line 131
    */
}

div.mv-floorselect-total-building-map div.mv-floorplan-labels div.mv-floorplan-label,
div.mv-floorselect-labels div.mv-floorplan-label {
    border-radius: 3px;
    font-weight: normal;
    margin-left: calc(-10% - 5px);
    margin-top: -9px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    min-width: calc(20% + 10px);
}

div.mv-plot-menu-wrapper div.mv-plot-menu-content div.mv-floorselect-labels div.mv-floorplan-label {
    line-height: 15px;
}

div.mv-plot-menu-item div {
    background: linear-gradient(to bottom right, rgba(200, 200, 200, 0.5) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0;
    width: 40px;
    position: relative;
}

div.mv-plot-menu-item.active div {
    background: linear-gradient(to bottom right, rgba(90, 90, 90, 0.5) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}


div.mv-plot-menu-item div:first-of-type {
    float: left;
    margin-right: 10px;
}

.rwd_klimaplanung {
    height: 800px;
}

.rwd_klimaplanung div.row {
    height: 100%;
}

.rwd_klimaplanung div.row div#graph-chart {
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.6);
}

div.mv-profileedit-area-detail {
    height: calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
    margin-bottom: 10px !important;
}

div.mv-devider {
    position: relative;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted lightgray;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: left;
}

div.mv-spacer {
    float: right;
    height: 100%;
    position: relative;
    width: 25px;
}

div.mv-plot-menu-signal-group-top {
    font-size: 16px;
    font-weight: bold;
    height: 17px;
    margin-bottom: 3px;
}

div.mv-plot-menu-signal-group {
    float: left;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 3px;
    margin-top: 10px;
    width: 100%;
}


div.mv-plot-menu-signal-group div:not(.mv-eq-profile-edit-trigger) {
    width: 65%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
}

div.mv-plot-menu-signal-group div.mv-eq-profile-edit-trigger {
    background: linear-gradient(to right bottom, rgba(200, 200, 200, 0.5) 20%, #58585a 180%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgb(200, 200, 200);
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0 #808080;
    cursor: pointer;
    float: right;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    margin-right: 1px;
    text-align: center;
    width: 30%;
}

div.mv-plot-menu-signal-name {
    font-size: 10px;
}


div.mv-plot-menu-signal-name,
div.mv-plot-menu-signal-group-top {
    float: left;
    width: 60%;
    overflow: hidden;
}

.mv-rotate-90 {
    transform: rotate(-90deg);
}

div.mv-plot-menu-signal-item {
    float: left;
    padding-bottom: 2px;
    padding-top: 2px;
    width: 100%;
}

div.mv-plot-menu-signal-item div.mv-checkbox-wrapper {
    float: left;
    text-align: center;
    width: calc(35% / 3);
    height: 100%;
}



div.mv-plot-menu-signal-item-additional {
    cursor: pointer;
    float: right;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    padding-right: 10px;
}


div.graphs-color {
    float: left;
    height: 3px;
    margin-right: 10px;
    margin-top: 8px;
    position: relative;
    width: 16px;
}


/*******************************************************************************
* DATEPICKER
*******************************************************************************/

table.ui-datepicker-calendar tbody tr {
    height: 20px;
}

div.ui-widget-header {
    background: -moz-linear-gradient(top, rgba(160, 160, 160, 0.8) 0%, rgba(90, 90, 90, 0.8) 100%);
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
}

div.ui-datepicker.ui-widget {
    box-shadow: 2px 2px 6px -2px rgb(90, 90, 90);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    border-radius: 3px;
}



/*******************************************************************************
* FORMS & INPUTS
*******************************************************************************/

textarea {
    resize: none;
}


/* all */
::-webkit-input-placeholder {
    font-style: italic;
    font-size: 13px;
}

::-moz-placeholder {
    font-style: italic;
    font-size: 13px;
}

/* firefox 19+ */

:-ms-input-placeholder {
    font-style: italic;
    font-size: 13px;
}

/* ie */

textarea,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="search"],
input[type="number"],
input[type="datetime-local"],
select {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 3px;
    padding: 4px;
    font-size: 13px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

input[type="file"] {
    height: 24px;
    padding: 0;
    width: calc(100% - 2px);
    background-color: white;
    color: rgb(150, 150, 150);
}

input[type="text"][disabled="disabled"] {
    background-color: transparent !important;
    border: medium none !important;
    color: rgb(90, 90, 90);
    padding-left: 0;
}

input[type="file"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="number"],
input[type="datetime-local"],
textarea,
select {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(230, 230, 230) -50%, rgb(250, 250, 250) 75%) no-repeat scroll 0 0;
}



textarea:not([readonly="readonly"]):hover,
textarea:not([readonly="readonly"]):focus,
input[type="text"]:not([readonly="readonly"]):hover,
input[type="text"]:not([readonly="readonly"]):focus,
input[type="search"]:not([readonly="readonly"]):hover,
input[type="search"]:not([readonly="readonly"]):focus,
input[type="file"]:not([readonly="readonly"]):hover,
input[type="file"]:not([readonly="readonly"]):focus,
input[type="password"]:not([readonly="readonly"]):hover,
input[type="password"]:not([readonly="readonly"]):focus,
select:not(:disabled):hover,
select:not(:disabled):focus {
    border: 1px solid rgb(90, 90, 90);
    box-shadow: 0 0 3px rgba(250, 187, 0, 0.05) inset, 0 0 10px -4px #6f6f6e;
}

textarea[readonly="readonly"],
input[type="text"][readonly="readonly"],
input[type="search"][readonly="readonly"],
input[type="file"][readonly="readonly"],
input[type="password"][readonly="readonly"],
select:disabled {
    border-style: dashed;
    color: #5a5a5a;
    cursor: not-allowed;
}

input[type="button"]:disabled,
input[type="button"][disabled="disabled"],
button:disabled,
button[disabled="disabled"] {
    box-shadow: none;
    cursor: not-allowed !important;
    opacity: 0.8;
}

div.ui-datepicker table tbody tr td.ui-state-selected a {
    background: linear-gradient(to right bottom, rgba(90, 90, 90, 0.5) 50%, #58585a 200%) repeat-y scroll !important;
    color: white;
}


div.ui-datepicker table tbody tr td.ui-state-selected a:hover {
    background: linear-gradient(to right bottom, rgba(90, 90, 90, 0.8) 50%, #58585a 200%) no-repeat scroll !important;
}


label.required:after {
    color: red;
    content: " *";
}

div.elements {
    border-top: 1px dotted #c8c8c8;
    padding-top: 5px;
    overflow: hidden;
}


img[src*="/building/image"],
img.mv-building-image-small {
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0 rgb(90, 90, 90);
}

table.dataTable tbody tr.mv-editable-row td input {
    height: 14px;
    margin-left: calc(1%);
    width: calc(98% - 10px);
}

table.dataTable tbody tr.mv-editable-row td select {
    height: 24px;
    margin: 0;
    width: calc(99% - 10px);
    background-color: white;
}

table.dataTable tbody tr.mv-editable-row:not(.edit-in-progress) td select,
table.dataTable tbody tr.mv-editable-row:not(.edit-in-progress) td input,
table.dataTable tbody tr.mv-editable-row.edit-in-progress td input:disabled {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    color: #5a5a5a;
}

div.actions {
    border-top: 1px dotted #c8c8c8;
    margin-top: 10px;
    padding-top: 5px;
    position: relative;
    overflow: hidden;
}





/*******************************************************************************
* BUILDING Settings
*******************************************************************************/

form.mv-form-meteovivabox-small {
    background-color: white;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 5px;
    width: 285px;
}

div.mv-plot-content form:not(.inline):not(.data-table):not(.no-style):not(.mv-optimization-model):not(.mv-form-meteovivabox-small) {
    background-color: white;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    float: left;
    margin-right: 30px;
    height: calc(100% - 12px);
    padding: 5px;
    width: 285px;
}



div.mv-plot-content-tabs-wrapper div.mv-plot-content-tab form:not(.data-table) {
    background-color: white;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    float: left;
    margin-right: 30px;
    min-height: calc(96% - 16px);
    padding: 5px;
    width: 285px;
}

div.mv-plot-content form.data-table {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    box-shadow: none !important;
    height: 100%;
}


div.mv-plot-content form.inline {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 4px;
    height: 60px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 6px;
    position: relative;
    text-align: left;
    width: calc(100% - 14px);
}



form.no-style {
    border: none;
    background: none !important;
    box-shadow: none !important;
    /*height: 100%;*/
}

div.mv-plot-content form.inline dd input[type="file"] {
    width: calc(100% - 7px);
}

div.mv-plot-content form.inline dd input[type="text"] {
    width: calc(100% - 15px);
}


div.mv-plot-content form.inline div.actions {
    border: medium none;
    float: right;
    margin: 5px 0 0;
    padding: 0;
    text-align: right;
}

div.mv-plot-content form.inline dd {
    float: left;
    width: calc(100% / 3);
}

div.mv-plot-content form.inline div.actions dd {
    float: right;
    padding-right: 5px;
    text-align: center;
    width: 90px;
}

div.mv-plot-content form.inline dt,
div.mv-plot-content form.inline p.hint {
    display: none;
}

div.mv-plot-content form.mv-form-error {
    border-color: red !important;
}



div.mv-plot-content form dt a {
    float: right;
    margin-top: -15px;
}

form dt {
    margin-bottom: 1px;
    margin-left: 1px;
    margin-top: 2px;
    width: calc(100% - 2px);
}

form.mv-form-consumption-settings div.elements dt {
    width: calc(50% - 0px);
    float: left;
    min-height: 30px;
    padding: 3px;
    border-radius: 2px;
    font-size: 13px;
    margin-right: 10px;
}

form.mv-form-consumption-settings div.elements dt:nth-of-type(odd) {
    background-color: rgba(200, 200, 200, 0.3);
}

form.mv-form-consumption-settings div.elements dd {
    width: calc(50% - 40px);
    float: left;
    min-height: 30px;
    padding: 3px;
    border-radius: 2px;
    font-size: 13px;
}


form dd ul.errors {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 99%;
}

form dd ul.errors {
    background-color: rgb(230, 230, 230);
    border-radius: 3px;
    box-shadow: 2px 2px 2px 0 lightgrey;
    float: left;
    list-style: outside none none;
    margin-left: 5%;
    padding: 3px;
    position: relative;
    text-align: left;
    width: calc(95% - 2px);
    border: 1px solid red;
    margin-top: 3px;

    max-height: 60px;
    opacity: 1;

    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}



form dd ul.errors.out {
    opacity: 0;
    max-height: 0px;
}

form dd ul.errors:after {
    clear: both;
}

form dd ul.errors li {
    color: red;
    width: 100%;
}

form dd p.description {
    background-color: rgba(230, 230, 230, 0.6);
    border-radius: 3px;
    /* box-shadow: 2px 2px 2px 0 lightgrey; */
    float: left;
    list-style: outside none none;
    margin-left: 5%;
    padding: 3px;
    position: relative;
    text-align: left;
    width: calc(95% - 2px);
    border: 1px solid lightgrey;
    margin-top: 3px;
    max-height: 60px;
    opacity: 1;
    font-style: italic;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-size: small;
}

form div.elements dd#mv-zone-alarm-descr-element {
    width: 100%;
    text-align: left;
    color: rgb(130, 130, 130);
    font-size: 13px;
}

form dt label {
    display: block;
    width: 100%;
    color: rgb(130, 130, 130);
}


form dd input[type="text"],
form dd input[type="password"],
form dd textarea {
    text-align: left;
    width: calc(100% - 2px);
    margin-bottom: 8px;
}

form dd select {
    width: 100%;
    height: 28px;
    margin-bottom: 8px;
}

form dd select option {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 2px;
    margin: 2px;
    padding: 2px;
}

form dd select option:checked {
    border: 1px solid rgb(90, 90, 90);
}

select:disabled {
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: inherit;
}

input[type="text"].mv-form-input-error,
input[type="file"].mv-form-input-error,
textarea.mv-form-input-error,
select.mv-form-input-error,
input.mv-form-input-error {
    border-color: red !important;
}


div.actions dt {
    display: none;
}

form input[type="checkbox"] {
    margin: 0;
    padding: 0;
}


form dd#COUNTER_SELECTION-element select option {
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

form dd#COUNTER_SELECTION-element select option {
    font-size: 10px;
}


form dd#COUNTER_SELECTION-element select option[disabled] {
    font-size: 13px;
    font-weight: bold;
}

form dt#use_for_consumption_report-label {
    width: calc(100% / 3);
    float: left;
    margin-right: 5px;
}

form dd#use_for_consumption_report-element {
    width: calc((100% / 3 * 2) - 6px);
    float: right;
    text-align: left;
    color: rgb(120, 120, 120);
}

form dd#use_for_consumption_report-element label {
    width: calc(100% - 2px);
    cursor: pointer;
    border: 1px solid lightgray;
    height: 40px;
    padding: 5px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 30px;
}

#equipment_comment-element {
    width: calc(100% - 6px);
    float: right;
    text-align: left;
    color: rgb(120, 120, 120);
}

form dd#use_for_consumption_report-element label.mv-checked {
    background-color: #3071a9;
    color: white;
    border: 1px solid black !important;
}

form dd#use_for_consumption_report-element label input {
    float: right;
    cursor: pointer;
}


div.actions dd {
    float: left;
    margin-right: 15px;
    overflow: visible;
    text-align: center;
    width: calc(100% / 3 - 5px * 2);
}

div.actions dd:last-of-type:not(:first-of-type) {
    float: right;
    margin-right: 0px;
}

form.mv-ajax-submit div.elements dd {
    min-height: 30px;
}

form.mv-ajax-submit div.elements dd label+input[type="radio"] {
    float: left;
}

div.mv-plot-content div.mv-content-main-3,
div.mv-plot-content form.mv-optimization-model,
div.mv-plot-content div.mv-optimization-model,
div.mv-plot-content div.mv-optimization-queue,
div.mv-plot-content div.mv-location-images,
div.mv-plot-content div.mv-documents-archive,
div.mv-plot-content div.mv-user-settings {
    border: 1px solid #C8C8C8;
    border-radius: 6px;
    height: calc(100% - 12px);
    padding: 5px;
    text-align: center;
    overflow: hidden;
    background-color: white;
}

div.mv-plot-content div.mv-optimization-model {
    overflow: auto;
}

ul.mv-opt-model-info {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

ul.mv-opt-model-info li {
    display: block;
    height: 24px;
    border-bottom: 1px solid #ccc;
    padding: 4px;
}

ul.mv-opt-model-info li:first-child {
    border-top: 1px solid #ccc;
}

ul.mv-opt-model-info li:nth-child(odd) {
    background-color: #ececec;
}

ul.mv-opt-model-info li div:first-of-type {
    float: left;
    width: calc(200px - 10px);
}

ul.mv-opt-model-info li div:last-of-type {
    float: left;
}


div.mv-plot-content div.mv-plot-content-tabs-wrapper div.mv-plot-content-tab div.mv-meteovivabox-config.mv-plot-content-tabs-wrapper {
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    box-shadow: 0 0 30px -20px inset;
    float: left;
    height: 7%;
    overflow: hidden;
    padding: 5px;
    text-align: center;
}

div.mv-meteovivabox-config-content {
    height: calc(100% - 91px);
    overflow: hidden;
    width: 100%;
}

div.mv-meteovivabox-config {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 6px;
    float: left;
    height: calc(100% - 12px);
    padding: 5px;
    width: calc(100% - 285px - 54px);
    background-color: white;
    overflow: hidden;
}

div.mv-meteovivabox-config-actions {
    margin-top: 13px;
}

tr.mv-clickable-row {
    cursor: pointer;
}


div.mv-dateperiod-picker {
    float: left;
}


div.modal table.tablesorter.mv-scheduler-commjob tbody tr td {
    padding: 2px;
    text-align: left;
}

table.tablesorter tr.filtered {
    display: none;
}

table.tablesorter {
    font-size: 13px;
}

table.tablesorter input.disabled {
    display: none;
}

table.tablesorter tbody tr:nth-child(2n+1) {
    background-color: #f9f9f9;
}

table.tablesorter tbody tr:hover {
    background-color: rgba(250, 187, 0, 0.3);
}

table.tablesorter thead tr th div.tablesorter-header-inner {
    float: left;
}


table.tablesorter thead tr th.tablesorter-headerDesc:not(.sorter-false):after,
table.tablesorter thead tr th.tablesorter-headerAsc:not(.sorter-false):after,
table.tablesorter thead tr th.tablesorter-header:not(.sorter-false):after {
    font-family: FontAwesome;
    margin-left: 5px;
}

table.tablesorter thead tr th.tablesorter-header:not(.sorter-false):after {
    content: " \f0dc";
    display: inline-block;
}

table.tablesorter thead tr th.tablesorter-headerAsc:not(.sorter-false):after {
    content: " \f0de";
}

table.tablesorter thead tr th.tablesorter-headerDesc:not(.sorter-false):after {
    content: " \f0dd";
}


div.pager {
    margin-right: -3px;
    margin-top: -3px;
    margin-bottom: -1px;
    float: right;
}

div.control-wrapper {
    min-width: 34px;
    height: 34px;
    margin: 3px;
    border: 1px solid lightgray;
    border-radius: 4px;
    float: left;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 32px;
}

div.pager span.pagedisplay {
    display: inline-block;
    width: 100px;
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
}

div.control-wrapper.next:not(.disabled),
div.control-wrapper.prev:not(.disabled),
div.control-wrapper.first:not(.disabled),
div.control-wrapper.last:not(.disabled) {
    cursor: pointer;
}

div.control-wrapper.disabled {
    opacity: 0.5;
}



div.pager i.fa::before {
    font-style: normal;
    font-weight: bold;

}

div.pager i.fa.fa-fast-backward::before {
    content: "|<";
}

div.pager i.fa.fa-fast-forward::before {
    content: ">|";
}

div.pager i.fa.fa-step-forward::before {
    content: ">";
}

div.pager i.fa.fa-step-backward::before {
    content: "<";
}

table.dataTable tbody tr.mv-editable-row td div.edit {
    background-image: url("/media/images/icons/gray/glyphicons_151_edit.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    cursor: pointer;
    height: 20px;
    padding-left: 3px;
    width: 20px;
}

table.dataTable tbody tr.mv-editable-row.edit-in-progress td div.edit {
    background-image: url("/media/images/icons/gray/glyphicons_150_check.png");
}


div.mv-plot-content-tab-header ul li.active {
    background: linear-gradient(to right bottom, rgba(90, 90, 90, 0.5) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: white;
    font-weight: bold;
}

div.mv-plot-content-tab-header ul li.active:hover {
    background: linear-gradient(to right bottom, rgba(90, 90, 90, 0.8) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}


div.mv-plot-content form:not(.inline),
div.mv-plot-content div.mv-content-main-3,
div.mv-plot-content div.mv-location-images,
div.mv-plot-content form.mv-optimization-model,
div.mv-plot-content div.mv-optimization-model,
div.mv-plot-content div.mv-optimization-queue,
div.mv-plot-content div.mv-documents-archive,
div.mv-plot-content div.mv-user-settings,
div.mv-meteovivabox-config,
div.temp-scale,
div.mv-plot-menu-wrapper {
    box-shadow: 0 0 30px -20px inset;
}

.mv-hover-glow {
    transition: border-color 0.2s ease-in 0.05s;
}

.mv-hover-glow:hover {
    border-color: #122372 !important;
}

div.mv-climateprefilebatch-content-left,
div.mv-climateprefilebatch-content-right {
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 13px;
    height: calc(100% - 160px);
    margin-bottom: 5px;
    margin-top: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 5px 0;
    text-align: left;
    width: calc(50% - 10px);
}

div.mv-climateprefilebatch-content-left {
    float: left;
}

div.mv-climateprefilebatch-content-right {
    float: right;
}

div.mv-climateprefilebatch-content-left ul li label,
div.mv-climateprefilebatch-content-right ul li label {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

div.mv-climateprefilebatch-content-steps {
    border-bottom: 1px dotted rgb(200, 200, 200);
    height: 60px;
    margin-bottom: 9px;
    overflow: hidden;
    font-size: 15px;
    text-align: justify;
}

div.mv-climateprefilebatch-content-select {
    height: calc(100% - 70px);
    overflow: auto;
    width: 100%;
}



div.mv-plot-menu-wrapper.mv-climateprefilebatch div.mv-plot-menu-content ol {
    margin: 0px;
    padding: 0xp;
}

div.mv-plot-menu-wrapper.mv-climateprefilebatch div.mv-plot-menu-content ol li {
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 2px;
}



div.mv-climateprefilebatch-content-left ul,
div.mv-climateprefilebatch-content-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.mv-climateprefilebatch-content-left ul li,
div.mv-climateprefilebatch-content-right ul li {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(230, 230, 230) -50%, rgb(250, 250, 250) 75%) no-repeat scroll 0 0;
    height: 50px;
    line-height: 50px;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 3px;
    cursor: pointer;
    overflow: hidden;
}

div.mv-climateprefilebatch-content-left ul li:hover,
div.mv-climateprefilebatch-content-left ul li.active,
div.mv-climateprefilebatch-content-right ul li:hover,
div.mv-climateprefilebatch-content-right ul li.active {
    box-shadow: 0 0 30px -20px inset;
}

div.mv-climateprefilebatch-content-select>ul li.disabled {
    opacity: 0.4;
}

div.mv-profile-preview {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 2px;
    box-shadow: 0 0 20px -12px;
    height: 100%;
    width: 40%;
}

div.mv-profile-preview.left {
    border: medium none;
    box-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(60% - 5px);
}

div.mv-building-selection {
    text-align: center;
    position: fixed;
    width: 100%;
    background: rgba(255, 252, 243, 0.9);
    z-index: 5;
    box-shadow: 0px 1px 3px gray;
    padding: 20px;
}

div.selection-container {
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    height: calc(100% - 30px);
    width: 95%;
    margin: auto;
    padding-top: 360px;
}

@media (min-width: 1200px) {
    div.selection-container {
        padding-top: 210px;
    }
}

@media (min-width: 1320px) {
    div.selection-container {
        padding-top: 160px;
    }
}

@media (min-width: 1420px) {
    div.selection-container {
        padding-top: 110px;
    }
}

div.mv-building-selection div.mv-building-selection-format {
    float: right;
    height: 26px;
    margin-top: -29px;
    position: absolute;
    right: 200px;
    width: 70px;
}

div.mv-building-selection div.mv-building-selection-format div.background {
    background: linear-gradient(to right bottom, rgba(200, 200, 200, 0.5) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    box-shadow: 1px 1px 1px 0 #808080;
    float: left;
    height: calc(100% - 4px);
    margin: 2px;
    width: calc(50% - 4px);
    cursor: pointer;
}

div.mv-building-selection div.mv-building-selection-format div.background:hover,
div.mv-building-selection div.mv-building-selection-format div.background.active {
    background: linear-gradient(to right bottom, rgba(90, 90, 90, 0.5) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 1px 1px 1px 0 #808080 inset;
}

div.mv-building-selection div.mv-building-selection-format div.background div {
    background-image: url("/media/images/meteoviva/mv_icons_sprite.png");
    background-size: 410px auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;

}

div.mv-building-selection div.mv-building-selection-format div.background div.list {
    background-position: -267px -240px;
}

div.mv-building-selection div.mv-building-selection-format div.background:hover div.list,
div.mv-building-selection div.mv-building-selection-format div.background.active div.list {
    background-position: -266px -239px;
}

div.mv-building-selection div.mv-building-selection-format div.background div.images {
    background-position: -267px -271px;
}

div.mv-building-selection div.mv-building-selection-format div.background:hover div.images,
div.mv-building-selection div.mv-building-selection-format div.background.active div.images {
    background-position: -266px -270px;
}

div.mv-building-selection input.mv-filter-buildinglist,
div.mv-building-selection select.mv-filter-buildinglist {
    width: calc(100% - 20px);
    height: 50px;
    padding: 10px;
    font-size: 25px;
    border-radius: 10px;
    text-align: center;
}

div.mv-building-selection select.mv-filter-buildinglist {
    font-size: 15px;
    font-style: italic;
    color: gray;
}

div.mv-building-selection input.mv-filter-buildinglist::placeholder {
    font-size: 15px;
}

div.mv-building-list-filtered {
    line-height: 50px;
    color: gray;
}

.opacity03 {
    opacity: 0.3 !important;
}

div.mv-building-select-item {
    border: 1px solid rgb(110, 110, 110);
    border-radius: 15px 3px;
    cursor: pointer;
    float: left;
    height: 140px;
    margin: 10px;
    overflow: hidden;
    width: 160px;
    opacity: 0.7;
    background-color: white;

    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.mv-building-select-item:hover,
div.mv-building-select-item:active {
    box-shadow: 0px 0px 1px 1px #FABB00;
    border-color: #FABB00;
    opacity: 1;
}

/*div.mv-building-select-item div.header div.mv-icon-meteoviva_control:hover{
    box-shadow: 1px 1px 1px 0 #808080 !important;
    left: 0px;
    top: 0px;
}*/

div.mv-building-select-item div.header div.mv-icon-meteoviva_control {
    background-image: url("/media/images/meteoviva/mv_icons_sprite.png");
    background-size: 420px auto;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    float: left;
}

div.mv-building-select-item div.header div.mv-icon-meteoviva_control.on,
div.mv-building-select-item div.header div.mv-icon-meteoviva_control.on:hover {
    background-position: -65px -205px;
}

div.mv-building-select-item div.header div.mv-icon-meteoviva_control.off,
div.mv-building-select-item div.header div.mv-icon-meteoviva_control.off:hover {
    background-position: -65px -275px;
}

div.mv-building-select-item div.header div.mv-icon-meteoviva_control.partial,
div.mv-building-select-item div.header div.mv-icon-meteoviva_control.partial:hover {
    background-position: -65px -239px
}

div.mv-building-select-item div.header div.building-name,
div.mv-building-select-item div.header div.customer-name,
div.mv-building-select-item div.header div.city-name {
    float: right;
    width: calc(100% - 35px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.mv-building-select-item div.header div.building-name {
    font-weight: bold;
    color: #122372;
}

div.mv-building-select-item div.header div.fontSize10 {
    font-size: 10px !important;
    height: 20px;
    display: inline-flex;
    align-items: center;

}

div.mv-building-select-item div.header div.fontSize8 {
    font-size: 9px !important;
    height: 20px;
    display: inline-flex;
    align-items: center;

}



div.mv-building-select-item div.image {
    border-radius: 0 0 15px;
    float: left;
    height: calc(100% - 68px);
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
}

div.mv-building-select-item div.image img {
    border-radius: 0 0 15px;
    box-shadow: none;
    height: 100%;
    margin: 0;
    width: 100%;
}


div.mv-building-select-item div.header {
    float: left;
    font-size: 14px;
    height: 60px;
    padding: 4px;
    padding-bottom: 4px;
    width: calc(100% - 4px);
    overflow: hidden;
    padding-bottom: 2px;
}


div.mv-document-delete,
div.mv-delete-planned-holidays,
div.mv-delete-planned-holidays-multiple-trigger,
div.mv-delete-planned-mvc,
div.mv-delete-maintenance-mvc,
div.mv-manual-counter-value-delete,
div.mv-signal-conv-value-delete,
div.delete-icon,
div.mv-symbol-delete {
    background-image: url("/media/images/icons/gray/glyphicons_016_bin.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.mv-symbol-calendar,
.mv-symbol-calendar-request,
.mv-symbol-settings {
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    float: left;
    background-size: 18px;
}

.mv-symbol-settings {
    background-image: url("/media/images/icons/gray/glyphicons_019_cogwheel.png");
}

.mv-symbol-calendar,
.mv-symbol-calendar-request {
    background-image: url("/media/images/icons/gray/glyphicons_045_calendar.png");
}

.mv-symbol-calendar-request {
    opacity: 0.5;
}

.mv-symbol-control-status {
    height: 20px;
    width: 20px;
    border: 2px solid #646464;
    border-radius: 50%;
    display: inline-block;
}

.mv-symbol-control-status.red {
    background-color: red;
    border-color: red;
}

.mv-symbol-control-status.green {
    background-color: darkgreen;
    border-color: darkgreen;
}

/*******************************************************************************
* DATATABLES
*******************************************************************************/
table.dataTable,
table.dataTable th,
table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

div.dataTables_wrapper {
    margin-top: 2px;
    position: relative;
    text-align: left;
    width: 100%;
}

div.mv-optimization-model div.dataTables_wrapper {
    margin-top: 2px;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    text-align: left;
    width: 100%;

}

table.dataTable tbody {
    font-size: 13px;
}


div.dataTables_scroll {
    float: left;
    width: 100%;
}

div.dataTables_wrapper div.dataTables_length {
    position: absolute;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_paginate {
    height: 26px;
    line-height: 20px;
    overflow: hidden;
}

div.dataTables_wrapper table {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 3px;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 2px;
    width: 100%;

}

div.dataTables_wrapper table thead,
div.dataTables_wrapper table tfoot {
    font-weight: bold;
    font-size: 10px;
}

div.dataTables_wrapper select {
    padding: 2px 0px;
    font-size: 13px;
}

div.dataTables_wrapper input {
    padding: 2px;
}

div.dataTables_wrapper table thead tr th.sorting,
div.dataTables_wrapper table thead tr th.sorting_asc,
div.dataTables_wrapper table thead tr th.sorting_desc {
    background-position: 95% center;
    background-repeat: no-repeat;
    cursor: pointer;
}

div.dataTables_wrapper table thead tr th.sorting {
    background-image: url("/media/images/sort.png");
}

div.dataTables_wrapper table thead tr th.sorting_asc {
    background-image: url("/media/images/sort_asc.png");
}

div.dataTables_wrapper table thead tr th.sorting_desc {
    background-image: url("/media/images/sort_desc.png");
}

div.dataTables_wrapper table tbody tr td {
    padding: 2px;
}

table.dataTable tbody tr:hover {
    background-color: rgba(90, 90, 90, 0.3) !important;
}

div.dataTables_wrapper table tbody tr.mv-editable-row.edit-in-progress,
div.dataTables_wrapper table tbody tr.mv-editable-row.edit-in-progress:hover {
    background-color: rgba(255, 0, 0, 0.4);
}


div.dataTables_wrapper table tbody tr.mv-editable-row.modified {
    background-color: rgba(255, 0, 0, 0.2);
}



div.dataTables_wrapper div.dataTables_paginate,
div.mv-meteovivabox-config-actions {
    padding: 5px;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 4px;
    float: left;
    width: calc(100% - 12px);
    text-align: center;
}

div.dataTables_wrapper div.dataTables_paginate a {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
}

div.dataTables_wrapper div.dataTables_paginate span {
    margin-left: 15%;
    margin-right: 15%;
}

div.dataTables_wrapper div.dataTables_paginate span span {
    margin: 0;
}

div.dataTables_wrapper div.dataTables_paginate a.first:before {
    content: "<< ";
}

div.dataTables_wrapper div.dataTables_paginate a.previous:before {
    content: "< ";
}

div.dataTables_wrapper div.dataTables_paginate a.next:after {
    content: " >";
}

div.dataTables_wrapper div.dataTables_paginate a.last:after {
    content: " >>";
}

div.dataTables_wrapper div.dataTables_paginate a.paginate_button_disabled {
    cursor: default;
    color: rgb(200, 200, 200);
}

div.dataTables_wrapper div.dataTables_info {
    margin-left: 5px;
    margin-top: -15px;
    text-align: center;
}



/* BUILDING EVENTS */
div.mv-event-edit,
div.mv-event-delete,
div.mv-event-is-done,
div.mv-event-mark-done,
div.mv-contact-edit,
div.mv-contact-show,
div.mv-contact-delete,
div.mv-consumption-edit,
div.mv-consumption-delete,
div.mv-delete-opt-schedule-entry,
div.mv-edit-opt-schedule-entry,
div.mv-update-opt-schedule-entry,
div.mv-contact-delete,
.mv-symbol-view,
.mv-symbol-download,
.mv-symbol-delete {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

div.mv-edit,
div.mv-event-edit,
div.mv-contact-edit,
div.mv-consumption-edit {
    background-image: url("/media/images/icons/gray/glyphicons_151_edit.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

div.mv-save {
    background-image: url("/media/images/icons/gray/Save_gray-512.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

div.mv-contact-show,
.mv-symbol-view {
    background-image: url("/media/images/icons/gray/glyphicons_051_eye_open.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.mv-symbol-download {
    background-image: url("/media/images/icons/gray/glyphicons_181_download_alt.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

div.mv-consumption-delete,
div.mv-delete-planned-holidays,
div.mv-document-delete,
div.mv-manual-counter-value-delete,
div.mv-signal-conv-value-delete,
div.mv-event-delete,
div.mv-delete-opt-schedule-entry,
div.delete-icon,
div.mv-contact-delete {
    background-image: url("/media/images/icons/gray/glyphicons_016_bin.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px auto;

}

div.mv-edit-opt-schedule-entry,
div.mv-update-opt-schedule-entry {
    background-image: url("/media/images/icons/gray/glyphicons_030_pencil.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px auto;
}

div.mv-update-opt-schedule-entry {
    background-image: url("/media/images/icons/gray/glyphicons_206_ok_2.png");
}

div.mv-event-mark-done {
    /*background-image: url("/media/images/icons/gray/glyphicons_206_ok_2.png");*/
    background-image: url("/media/images/icons/gray/glyphicons_150_check.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

div.mv-event-is-done {
    background-image: url("/media/images/icons/gray/glyphicons_206_ok_2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}


div.mv-optimization-model form div.elements dt,
div.mv-meteovivabox-config form div.elements dt {
    float: left;
    width: 200px;
    margin-top: 10px;
}

div.mv-optimization-model form div.elements dd,
div.mv-meteovivabox-config form div.elements dd {
    float: left;
    width: 100%;
}

div.mv-optimization-model form div.elements dd label,
div.mv-meteovivabox-config form div.elements dd label {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 3px;
    box-shadow: 0 0 30px -20px inset;
    cursor: pointer;
    float: left;
    font-size: 13px;
    height: 28px;
    line-height: 30px;
    margin: 3px;
    padding: 2px;
    width: calc(100% / 3 - 14px);
}

div.mv-meteovivabox-config form div.elements dd label input {
    float: left;
    line-height: 35px;
    margin-right: 10px;
    margin-top: 8px;
    position: relative;
}

div.mv-optimization-model form div.elements dd label.disabled,
div.mv-meteovivabox-config form div.elements dd label.disabled {
    cursor: not-allowed;
}

div.mv-optimization-model form div.elements dd label.mv-form-input-error,
div.mv-meteovivabox-config form div.elements dd label.mv-form-input-error {
    border-color: red;
}


div.mv-optimization-model form div.elements dd ul.errors {
    display: none;
}

div.mv-optimization-model form div.elements dd#zonesselect-element label input[type="checkbox"],
div.mv-meteovivabox-config form div.elements dd#mvbselect-element label input[type="checkbox"] {
    margin-right: 5px;
}

div.mv-optimization-model form div.elements dd#zonesselect-element label.disabled,
div.mv-meteovivabox-config form div.elements dd#zonesselect-element label.disabled {
    opacity: 0.6;
}

div.mv-icon-stop,
div.mv-opt-job-stop,
div.mv-opt-job-log,
div.mv-mvb-queue-show-log,
div.mv-mvb-queue-show-scheduler {
    background-image: url("/media/images/icons/gray/glyphicons_175_stop.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    border-radius: 1px;
    box-shadow: 0px 0px 2px 1px #808080;
    cursor: pointer;
    height: 24px;
    margin: 2px;
    width: 24px;
}

div.mv-mvb-queue-show-scheduler {
    background-size: 22px auto;
}

div.mv-opt-job-log,
div.mv-mvb-queue-show-log {
    background-image: url("/media/images/icons/gray/glyphicons_036_file_light.png");
}

div.mv-mvb-queue-show-scheduler {
    background-image: url("/media/images/meteoviva/scheduler.png");
    background-position: 1px 1px;
}

td.mv-mvb-queue-result {
    background-position: right 5px;
    background-repeat: no-repeat;
    background-size: 20px auto;
}

td.mv-mvb-queue-result.successful,
td.mv-mvb-queue-result.terminated {
    background-color: rgba(0, 255, 0, 0.25);
}

td.mv-mvb-queue-result.inactive {
    background-color: rgba(255, 140, 0, 0.25);
}

td.mv-mvb-queue-result.scheduled {}

td.mv-mvb-queue-result.stopping,
td.mv-mvb-queue-result.stopped {
    background-color: rgba(100, 149, 237, 0.25)
}

td.mv-mvb-queue-result.unsuccessful {
    background-color: rgba(255, 0, 0, 0.25);
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

/* Firefox */
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

/* Webkit */
@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

/* IE */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

/* Opera and prob css3 final iteration */


/* blink effect */
td.mv-mvb-queue-result.started {
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    /* order: name, direction, duration, iteration-count, timing-function */
    -moz-animation: blink normal 1s infinite ease-in-out;
    /* Firefox */
    -webkit-animation: blink normal 1s infinite ease-in-out;
    /* Webkit */
    -ms-animation: blink normal 1s infinite ease-in-out;
    /* IE */
    animation: blink normal 1s infinite ease-in-out;
    /* Opera and prob css3 final iteration */
}


div.mv-opt-progress-wrapper {
    border: 1px solid rgb(140, 140, 140);
    border-radius: 3px;
    height: 15px;
    overflow: hidden;
    width: 50px;
}

div.mv-opt-progress-wrapper div.mv-opt-progress-bar {
    background: linear-gradient(to right, rgba(255, 0, 0, 0.7) -20%, rgba(0, 255, 0, 0.7) 120%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
}

.code {
    font-size: 13px;
    text-align: left;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    overflow-x: auto;
    max-height: 350px;
}

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

div.mv-lightbox-log p.hint,
div.mv-lightbox-profileedit-extension p.hint {
    border-bottom: 1px dotted #c8c8c8;
    font-size: 14px;
    font-weight: bold;
    height: 15px;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

div.mv-lightbox-log div.elements,
div.mv-lightbox-profileedit-extension div.elements {
    border-top: medium none;
    height: calc(100% - 30px);
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
}

div.mv-user-photo {
    background-color: rgb(200, 200, 200);
    background-image: url("/media/images/meteoviva/silhouette.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 36px auto;
    border: 1px solid lightgrey;
    border-radius: 4px;
    float: left;
    height: 40px;
    margin-bottom: -20px;
    margin-right: -40px;
    margin-top: -5px;
    width: 40px;
}

ul.mv-user-details {
    display: inline-table;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.mv-user-details li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

ul.mv-user-details li:nth-child(2n+1) {
    color: rgb(175, 175, 175);
    font-size: 13px;
    margin-top: 10px;
    text-align: left;
}

ul.mv-user-details li:nth-child(2n) {
    font-size: 16px;
    padding-left: 30px;
    text-align: left;
    width: calc(100% - 10px);
}

ul.mv-user-details li a {
    font-weight: normal;
    font-size: 16px;
}



/**
 * checkbox switch
 *
 */
.mv-form-checkbox {
    position: absolute;
    margin-left: -9999px !important;
    visibility: hidden;
}

.mv-form-checkbox+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mv-form-checkbox:disabled+label {
    cursor: not-allowed !important;
}

input.mv-form-checkbox:checked+label:before {
    background-color: #8ce196;
}

input.mv-form-checkbox+label:before {
    background-color: #f1f1f1;
    border-radius: 60px;
    right: 1px;
    transition: background 0.4s ease 0s;
}

input.mv-form-checkbox+label:before,
input.mv-form-checkbox+label:after {
    bottom: 1px;
    content: "";
    display: block;
    left: 1px;
    position: absolute;
    top: 1px;
}

input.mv-form-checkbox:checked+label:after {
    margin-left: 60px;
}

input.mv-form-checkbox+label:after {
    background-color: #fff;
    /*background-image: url("/media/images/meteoviva/MV-Icon-Opacity.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 102% auto;*/
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s ease 0s;
    width: 25px;
}

input.mv-form-checkbox+label:before,
input.mv-form-checkbox+label:after {
    bottom: 1px;
    content: "";
    display: block;
    left: 1px;
    position: absolute;
    top: 1px;
}

input.mv-form-checkbox+label {
    background-color: #dddddd;
    border-radius: 60px;
    height: 20px;
    padding: 4px;
    width: 78px;
    margin: 5px 0;
}

.mv-form-checkbox+label {
    -moz-user-select: none;
    cursor: pointer;
    display: block;
    outline: medium none;
    position: relative;
}


select.mv-alternating-operation-zones-select {
    float: left;
}

ul.mv-alternating-operation-zones-select-summary {
    padding: 0;
    padding-left: 20px;
    margin: 0;
    text-align: left;
}

div.mv-alternating-operation-zones-select-summary {
    float: right;
    text-align: left;
    width: calc(50% - 20px);
    height: 145px;
    overflow-y: auto;
    overflow-x: hidden;
    /*    border-radius: 3px;
        border: 1px solid rgb(200, 200, 200);*/
    font-size: 13px;
    color: rgb(100, 100, 100);
}

div.mv-meteovivabox-small-forms-wrapper {
    background-color: transparent;
    float: left;
    height: calc(100% - 12px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 30px;
}


td small input[type="text"] {
    height: 30px;
    text-align: center;
    width: 80px;
}

.modal-header .close {
    margin-left: -20px;
}

div.modal-content form:nth-of-type(odd) {
    padding: 3px;
    margin: 0px;
    background-color: rgba(190, 190, 190, 0.2);
    border-radius: 3px;
}

div.modal-content form p.hint {
    font-weight: 300;
    font-size: 16px;
    padding: 0;
    margin-bottom: 10px;
}

div.modal-content form div.elements {
    border: none;
}

div.modal-content form div.elements dt {
    float: left;
    width: calc(70% - 1px);
}

div.modal-content form div.elements.elements-input-wide dt {
    float: left;
    width: calc(30% - 1px);
}

.modal-content form div.elements dt label {
    font-weight: normal;
    text-align: left;
}

div.modal-content form div.elements dd {
    float: left;
    width: 30%;
    margin-top: 2px;
    margin-bottom: 1px;
}

div.modal-content form div.elements.elements-input-wide dd {
    float: left;
    width: 70%;
    margin-top: 2px;
    margin-bottom: 1px;
}

div.modal-content form div.elements dd input {
    text-align: center;
}

div.modal-content form div.elements dd ul.errors {
    /*    background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 0 2px 0 red;
        display: block;
        float: left;
        left: 97%;
        list-style: outside none none;
        margin-top: -27px;
        padding: 5px;
        position: absolute;
        text-align: left;
        width: 50%;*/
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 red;
    display: block;
    float: right;
    list-style: outside none none;
    padding: 5px;
    text-align: left;
}

.rwd_tablet div.rwd_name {
    margin-bottom: 5px;
    width: 100%;
}

iframe.mv-iframe-monitoring {
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 3px;
    height: 100%;
    overflow: auto;
    padding: 10px;
    width: 100%;
}

iframe.mv-iframe-ems {
    width: 100%;
    border: 0;
}
@media (max-width:991px) {
    iframe.mv-iframe-ems {
        min-height:800px;
    }
}
@media (min-width:992px) {
    iframe.mv-iframe-ems {
        height:100%;
    }
}

.mv-alert-actions {
    cursor: pointer;
}

div.elements ol {
    float: left;
    text-align: left;
}

div.elements ol li {
    float: left;
    width: 100%;
}

div.elements ol li:first-child {
    margin-bottom: 10px;
}

p.mv-consumption-precheck-fail {
    font-weight: bold;
    color: red;
}

div.mv-consumption-precheck {
    margin-top: 10px;
}

div.mv-consumption-precheck div {
    float: left;
    margin-bottom: 4px;
    width: 100%;
}

div.mv-consumption-precheck div.item-wrappper:nth-child(odd) {
    background-color: rgba(200, 200, 200, 0.3);
}

div.mv-consumption-precheck div div.result {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-size: 20px auto;
    background-repeat: no-repeat;
}

div.mv-consumption-precheck div div.name,
div.mv-consumption-precheck div div.hint,
div.mv-consumption-precheck div div.value {
    width: calc((100% - 25px) / 3);
}

div.item-wrappper>div:nth-child(3)>div {
    font-size: 10px
}

div.item-wrappper>div:nth-child(3)>div:not(:last-child) {
    border-bottom: 0.5px dotted;
}

div.item-wrappper>div:nth-child(3)>div>div,
div.item-wrappper>div:nth-child(3)>div>div>div {
    margin: 0px
}

div.mv-consumption-precheck div div.hint {
    font-style: italic;
}

div.mv-consumption-precheck div div.result.success {
    background-image: url("/media/images/stateicons/checkmark_32.png");
}

div.mv-consumption-precheck div div.result.error {
    background-image: url("/media/images/stateicons/error_32.png");
}

div.elements div.disabled {
    opacity: 0.5;
}

div.mv-mvb-signal-ranges,
div.mv-mvb-signal-conv,
div.mv-mvb-signal-unit {
    background-image: url("/media/images/meteoviva/signalranges.png");
    background-position: 2px 2px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border-radius: 1px;
    box-shadow: 0 0 2px 1px #808080;
    cursor: pointer;
    float: right;
    height: 24px;
    margin: 1px;
    width: 24px;
}

div.mv-mvb-signal-conv {
    background-image: url("/media/images/meteoviva/conversions.png");
    background-position: 1px 1px;
    background-size: 20px auto;
    border: 1px solid lightgray;
    opacity: 0.6;
    box-shadow: none;
}

div.mv-mvb-signal-conv.mv-conv-exist {
    opacity: 1;
    border: 1px solid gray;
}

div.mv-mvb-signal-unit {
    background-image: url("/media/images/meteoviva/signalunit.png");
    background-position: 1px 1px;
    background-size: 23px auto;
}

table.mv-building-select-table tbody tr:hover {
    box-shadow: 0 0 10px -7px black;
    color: white;
}

table.mv-building-select-table tbody tr td {
    /*line-height: 40px !important;*/
}

td.off:not(.mv-mvc-status-inline),
td div.off {
    background-color: rgba(255, 0, 0, 0.7);
}

td.on:not(.mv-mvc-status-inline),
td div.on {
    background-color: rgba(0, 160, 59, 0.7);
}

td.partial:not(.mv-mvc-status-inline),
td div.partial {
    background-color: rgba(251, 186, 0, 0.7);
}

.mv-mvc-status-inline {
    color: transparent;
    font-size: 8px;
}




.mv-mvc-status-inline.on,
.mv-mvc-status-inline.off,
.mv-mvc-status-inline.partial {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
}

.mv-mvc-status-inline.on {
    background-image: url("/media/images/meteoviva/mvc_status_on.png");
}

.mv-mvc-status-inline.partial {
    background-image: url("/media/images/meteoviva/mvc_status_partial.png");
}

.mv-mvc-status-inline.off {
    background-image: url("/media/images/meteoviva/mvc_status_off.png");
}

.mv-mvc-status-inline.on.alternating_on,
.mv-mvc-status-inline.off.alternating_on,
.mv-mvc-status-inline.partial.alternating_on {
    background-image: url("/media/images/meteoviva/mvc_status_alternating_on.png");
}

.mv-mvc-status-inline.on.alternating_partial,
.mv-mvc-status-inline.off.alternating_partial,
.mv-mvc-status-inline.partial.alternating_partial {
    background-image: url("/media/images/meteoviva/mvc_status_alternating_partial.png");
}

.mv-mvc-status-inline.on.alternating_off,
.mv-mvc-status-inline.off.alternating_off,
.mv-mvc-status-inline.partial.alternating_off {
    background-image: url("/media/images/meteoviva/mvc_status_alternating_off.png");
}

div.panel-body p {
    float: right;
    font-size: 10px;
    color: rgb(150, 150, 150);
}

div.panel-body div.rwd_auswahl div.mv-floorplan-map {
    position: relative;
}

div.mv-floorplan-placeholder {
    margin: 20% auto;
    position: relative;
    text-align: center;
    width: 300px;
    padding: 20px;
    background-color: rgba(255, 0, 0, 0.4);
    border: 1px solid lightgray;
    border-radius: 3px;
}

div.mv-floorplan-small {
    width: 100%;
    overflow: hidden;
}

input.mv-filter-signallist {
    margin-bottom: 15px;
}

table.mv-building-summary thead tr th,
table.mv-building-summary tbody tr td {
    font-size: 13px;
    text-align: center;
    height: 35px;

}

table.mv-building-summary thead tr th:first-of-type,
table.mv-building-summary tbody tr td:first-of-type {
    text-align: left;
}

table.mv-building-summary thead tr th:last-of-type,
table.mv-building-summary tbody tr td:last-of-type {
    text-align: right;
}

tr.no-filter-result {
    display: none;
}

tr.no-filter-result td {
    text-align: center;
    color: rgb(100, 100, 100);
    font-size: 13px;
    font-style: italic;
}


#jobselect-element>label,
#zonespreselect-element>label {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(230, 230, 230) -50%, rgb(250, 250, 250) 75%) no-repeat scroll 0 0;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 3px;
    padding: 3px;
    float: left;
    color: rgb(90, 90, 90);
    font-weight: normal;
    width: calc(100% / 2 - 10px);
    cursor: pointer;
}

#jobselect-element>label input[type="radio"],
#zonespreselect-element>label input[type="radio"] {
    margin-right: 10px;
}

#jobselect-element>label:nth-of-type(even),
#zonespreselect-element>label:nth-of-type(even) {
    float: right;
}

#jobselect-element:after,
#zonespreselect-element:after {
    content: '';
    clear: both;
    float: none;
    display: block;
    width: 100%;
}





/**********************************
        RWD_CSS - OWMEDIA
**********************************/

/**********************************
        Allgemeines
**********************************/

html,
body {
    overflow-x: hidden;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: #122372;
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

div {
    box-sizing: border-box;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.rwd_tablet {
    display: none;
}

.rwd_mobile {
    display: none;
}

.onoffswitch {
    position: relative;
    width: 64px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 26px;
    padding: 0;
    line-height: 23px;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 26px;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease-in;
    color: rgba(200, 200, 200, 0.4);
    text-align: center;
    font-weight: normal;
}

.onoffswitch-label:before {
    content: "";
    display: block;
    width: 36px;
    height: 26px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 26px;
    transition: all 0.3s ease-in 0s;
    color: rgb(130, 130, 130);
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
    background-color: #428bca;
}

.onoffswitch-checkbox:checked+.onoffswitch-label,
.onoffswitch-checkbox:checked+.onoffswitch-label:before {
    border-color: #428bca;
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before {
    right: 0px;
}

.rwd_left {
    height: 91%;
    height: calc(100% - 51px);
}

.rwd_clear {
    clear: both;
    float: none;
    display: block;
    width: 100%;
}

.rwd_align-right {
    text-align: right;
}

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

.rwd_align-center {
    text-align: center;
    position: relative;
}

div {
    box-sizing: border-box;
}

.rwd_button-default,
.rwd_button-default.btn-small {
    background: #428bca;
    border: 1px solid #357ebd;
    box-shadow: none;
    text-align: center !important;
    top: inherit !important;
    left: inherit !important;
    font-size: 14px !important;
    font-weight: normal;
    padding: 0px 10px !important;
    line-height: 32px !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    display: block;
    margin-bottom: 5px;
}

.rwd_button-default.rwd_inline-block,
.rwd_button-default.btn-small.rwd_inline-block {
    display: inline-block;
}

label.rwd_inline-block,
textarea.rwd_inline-block {
    display: inline-block;
    float: left;
    border-radius: 3px;
    padding: 1px 3px;
    background-color: white;
    margin-right: 5px;
}

label.rwd_inline-block p,
textarea.rwd_inline-block {
    font-size: 13px;
    display: inherit;
    color: rgb(130, 130, 130);
    float: left;
    margin: 2px 0px;
    resize: both;
}

label.rwd_inline-block div.onoffswitch {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: -3px;
}


.rwd_button-default:hover,
.rwd_button-default.active,
.rwd_button-default.btn-small:hover,
.rwd_button-default.btn-small.active {
    box-shadow: 1px 2px 2px 0 #0a3050 inset;
    background: #3071a9;
    border: 1px solid rgb(90, 90, 90);
    top: inherit !important;
    left: inherit !important;
    line-height: 32px !important;
}

.rwd_button-default:hover,
.rwd_button-default.btn-small:hover {
    background: #3071a9;
    font-weight: normal !important;
}

img:not([usemap]) {
    max-width: 100%;
    height: auto;
}

div.ui-datepicker table tbody tr td.ui-state-selected a {
    background: #3071a9 !important;
    color: #ffffff !important;
}

div.ui-datepicker table tbody tr td.ui-state-special a,
div.ui-datepicker table tbody tr td.ui-state-planned a,
div.ui-datepicker table tbody tr td.ui-state-planned-holidays a {
    position: relative;
    background: #f6f6f6 url(/media/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x !important;
}

div.ui-datepicker table tbody tr td.ui-state-special-selected a,
div.ui-datepicker table tbody tr td.ui-state-planned-selected a,
div.ui-datepicker table tbody tr td.ui-state-planned-holidays-selected a,
div.ui-datepicker table tbody tr td.ui-state-special.selected a,
div.ui-datepicker table tbody tr td.ui-state-planned.selected a,
div.ui-datepicker table tbody tr td.ui-state-planned.holidays-selected a {
    background: #3071a9 !important;
    color: #ffffff !important;
}

div.ui-datepicker table tbody tr td.ui-state-special-selected:hover a,
div.ui-datepicker table tbody tr td.ui-state-planned-selected:focus a,
div.ui-datepicker table tbody tr td.ui-state-special.selected:hover a,
div.ui-datepicker table tbody tr td.ui-state-planned.selected:focus a {
    background: #3071a9 !important;
    color: #ececec !important;
}

div.ui-datepicker table tbody tr td.ui-state-special a:before,
div.ui-datepicker table tbody tr td.ui-state-planned a:before,
div.ui-datepicker table tbody tr td.ui-state-planned-holidays a:before {
    content: "\25CF";
    font-size: 16px;
    position: absolute;
    left: -1px;
    top: -9px;
    color: #3071a9;
}

div.ui-datepicker table tbody tr td.ui-state-special.mvc-on a:before,
div.ui-datepicker table tbody tr td.ui-state-planned.mvc-on a:before,
div.ui-datepicker table tbody tr td.ui-state-planned-holidays.mvc-on a:before {
    content: "\25CF";
    font-size: 16px;
    position: absolute;
    left: -1px;
    top: -9px;
    color: rgba(0, 255, 0, 0.7);
}

div.ui-datepicker table tbody tr td.ui-state-special.mvc-off a:before,
div.ui-datepicker table tbody tr td.ui-state-planned.mvc-off a:before,
div.ui-datepicker table tbody tr td.ui-state-planned-holidays.mvc-off a:before {
    content: "\25CF";
    font-size: 16px;
    position: absolute;
    left: -1px;
    top: -9px;
    color: rgba(255, 0, 0, 0.7);
}

div.ui-datepicker table tbody tr td.ui-state-special-selected:not(.mvc-on):not(.mvc-off) a:before,
div.ui-datepicker table tbody tr td.ui-state-planned-selected:not(.mvc-on):not(.mvc-off) a:before,
div.ui-datepicker table tbody tr td.ui-state-planned-holidays-selected:not(.mvc-on):not(.mvc-off) a:before,
div.ui-datepicker table tbody tr td.ui-state-special.selected:not(.mvc-on):not(.mvc-off) a:before,
div.ui-datepicker table tbody tr td.ui-state-planned.selected:not(.mvc-on):not(.mvc-off) a:before,
div.ui-datepicker table tbody tr td.ui-state-planned.holidays-selected:not(.mvc-on):not(.mvc-off) a:before {
    color: #ececec;
}

form.mv-profileedit-form {
    overflow: visible !important;
}

div.mv-only-internal-description {
    padding: 10px;
    font-weight: bold;

}

/**********************************
        Header
**********************************/

.rwd_header {
    background: linear-gradient(to bottom, rgba(200, 200, 200, 0.1) 20%, rgba(90, 90, 90, 0.5) 200%) no-repeat scroll 0 0 white;
    border-bottom: 1px solid rgba(90, 90, 90, 0.5);
    padding-top: 3px;
    padding-bottom: 3px;
    box-shadow: 1px 1px 3px 0 #fabb00;
    z-index: 101;
    position: fixed;
}

.rwd_header .rwd_logo,
.rwd_header .rwd_logo-desktop {
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
}

img.rwd_logo-mobile {
    display: none;
    vertical-align: top;
    margin-right: 0px;
}

.rwd_header .rwd_auswahl,
.rwd_left .rwd_auswahl {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

table#mv-building-select-table {
    display: table;
}

.rwd-icon.rwd-icon-fa {
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.rwd-icon.rwd-icon-fa .fa-bar-chart {
    margin-left: 2px;
    margin-top: 8px;
}

.rwd_header .rwd_auswahl .rwd-icon.rwd-icon-climate div,
.rwd_left .rwd_auswahl .rwd-icon.rwd-icon-climate div {
    background-position: 0px -126px;
}

.rwd_header .rwd_auswahl .rwd-icon.rwd-icon-heating div,
.rwd_left .rwd_auswahl .rwd-icon.rwd-icon-heating div {
    background-position: -50px -128px;
}

.rwd_header .rwd_auswahl .rwd-icon.rwd-icon-cooling div,
.rwd_left .rwd_auswahl .rwd-icon.rwd-icon-cooling div {
    background-position: -250px -124px;
}

.rwd_header .rwd_auswahl .rwd-icon.rwd-icon-ventilation div,
.rwd_left .rwd_auswahl .rwd-icon.rwd-icon-ventilation div {
    background-position: -400px -128px;
}

.rwd_header .rwd_auswahl .rwd-icon.rwd-icon-sun_protection div,
.rwd_left .rwd_auswahl .rwd-icon.rwd-icon-sun_protection div {
    background-position: -150px -128px;
}

.rwd_header .rwd_auswahl .rwd-icon.rwd-icon-connection div,
.rwd_left .rwd_auswahl .rwd-icon.rwd-icon-connection div {
    background-position: -560px -211px;
}

.rwd_header .rwd_auswahl .rwd-icon.rwd-icon-infiltration div,
.rwd_left .rwd_auswahl .rwd-icon.rwd-icon-infiltration div {
    background-position: -43px -185px;
}

.rwd_header .rwd_auswahl .rwd-icon.rwd-icon-weather_station div,
.rwd_left .rwd_auswahl .rwd-icon.rwd-icon-weather_station div {
    background-position: -350px -127px;
}

.rwd_header .rwd_auswahl .rwd-icon.rwd-icon-counter div,
.rwd_left .rwd_auswahl .rwd-icon.rwd-icon-counter div {
    background-position: -200px -123px;
}

.rwd_auswahl .rwd-icon.inaktiv {
    border: 1px solid rgba(255, 0, 0, 0.5);
    cursor: not-allowed;
}

.rwd_auswahl .rwd-icon.inaktiv.aktiv {
    border: none;
    box-shadow: 1px 2px 1px 0 black inset;
}

.rwd_auswahl .rwd-icon.inaktiv.aktiv div {
    margin-top: 2px;
    margin-left: 1px;
}

.rwd_auswahl .rwd-icon.inaktiv div {
    margin: -1px;
}

.rwd_auswahl .rwd-icon.inaktiv div:before {
    content: "";
    background-image: url("/media/images/meteoviva/mv_icons_sprite.png") !important;
    background-size: 605px auto;
    width: 100%;
    height: 100%;
}

.mv-manual-counter-edit-form-wrapper h3 {
    text-align: center;

}


.rwd_header .rwd_icon,
.rwd_left .rwd_icon {
    background-image: url("/media/images/meteoviva/mv_icons_sprite.png");
    background-position: 0 -170px;
    background-size: 605px auto;
    border-radius: 20px;
    box-shadow: 1px 1px 1px 0 #808080;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    margin-right: 1px;
    position: relative;
    width: 40px;
}

.rwd_header .rwd-icon:not(.inaktiv):hover,
.rwd_header .rwd-icon:not(.inaktiv):focus,
.rwd_header .rwd-icon:not(.inaktiv):active,
.rwd_left .rwd-icon:not(.inaktiv):hover,
.rwd_left .rwd-icon:not(.inaktiv):focus,
.rwd_left .rwd-icon:not(.inaktiv):active,
.rwd_navi-right .rwd-icon.aktiv,
.rwd_header .rwd-icon.aktiv,
.rwd_left .rwd-icon.aktiv,
.rwd_uebersicht .rwd_icon-uebersicht:hover,
.rwd_uebersicht .rwd_icon-uebersicht:focus,
.rwd_uebersicht .rwd_icon-uebersicht:active,
.panel .mv-floorplan-signal:hover,
.panel .mv-floorplan-signal:active,
.panel .mv-floorplan-signal:focus,
.modal-body .mv-floorplan-signal:hover,
.modal-body .mv-floorplan-signal:active,
.modal-body .mv-floorplan-signal:focus {
    box-shadow: 1px 2px 1px 0 black inset;
    background: rgba(0, 0, 0, 0) linear-gradient(to right bottom, rgba(100, 100, 100, 0.7) 0%, rgba(200, 200, 200, 0.9) 100%) no-repeat scroll 0 0 !important;
}

.rwd_header .rwd-icon:not(.inaktiv):hover div,
.rwd_header .rwd-icon:not(.inaktiv):focus div,
.rwd_header .rwd-icon:not(.inaktiv):active div,
.rwd_left .rwd-icon:not(.inaktiv):hover div,
.rwd_left .rwd-icon:not(.inaktiv):focus div,
.rwd_left .rwd-icon:not(.inaktiv):active div,
.rwd_uebersicht .rwd_icon-uebersicht:not(.inaktiv):hover div,
.rwd_uebersicht .rwd_icon-uebersicht:not(.inaktiv):focus div,
.rwd_uebersicht .rwd_icon-uebersicht:not(.inaktiv):active div,
div.panel .mv-floorplan-signal:hover div,
div.panel .mv-floorplan-signal:focus div,
div.panel .mv-floorplan-signal:active div,
.modal-body .mv-floorplan-signal:hover div,
.modal-body .mv-floorplan-signal:active div,
.modal-body .mv-floorplan-signal:focus div {
    margin-top: 2px;
    margin-left: 1px;
}

div.panel .mv-floorplan-signal:hover span:first-of-type,
div.panel .mv-floorplan-signal:focus span:first-of-type,
div.panel .mv-floorplan-signal:active span:first-of-type {
    margin-top: 2px;
}


.rwd_header .rwd_uebersicht .rwd_icon-uebersicht div,
.rwd_left .rwd_uebersicht .rwd_icon-uebersicht div {
    background-position: -359px -358px;
    background-size: 550px auto !important;
}

.rwd_header .rwd_uebersicht .rwd_icon-menutoggle,
.rwd_left .rwd_uebersicht .rwd_icon-menutoggle {
    background-position: -253px 84px;
}

.rwd_header .rwd_status,
.rwd_left .rwd_status,
.rwd_header .rwd_uebersicht .rwd_icon-uebersicht,
.rwd_left .rwd_uebersicht .rwd_icon-uebersicht {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    border-radius: 20px;
    position: relative;
    width: 40px;
    height: 40px;
    background: linear-gradient(to right bottom, rgba(200, 200, 200, 0.7) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.rwd_header .rwd_status.on,
.rwd_left .rwd_status.on,
.mv-icon-meteoviva_control.on {
    background: linear-gradient(to right bottom, rgba(0, 160, 59, 0.7) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.rwd_header .rwd_status.off,
.rwd_left .rwd_status.off,
.mv-icon-meteoviva_control.off {
    background: linear-gradient(to right bottom, rgba(255, 0, 0, 0.7) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.rwd_header .rwd_status.partial,
.rwd_left .rwd_status.partial,
.mv-icon-meteoviva_control.partial {
    background: linear-gradient(to right bottom, rgba(251, 186, 0, 0.7) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.panel p:not(:first-of-type) {
    margin-top: 10px;
}

.rwd_header .rwd_status .rwd_icon,
.rwd_left .rwd_status .rwd_icon {
    background-image: url(/media/images/meteoviva/mv_icons_sprite.png);
    background-position: 461px 194px;
    background-size: 605px auto;
    height: 100%;
    width: 100%;
}

.rwd_header .rwd_status .rwd_icon:hover,
.rwd_header .rwd_status .rwd_icon:focus,
.rwd_header .rwd_status .rwd_icon:active,
.rwd_left .rwd_status .rwd_icon:hover,
.rwd_left .rwd_status .rwd_icon:focus,
.rwd_left .rwd_status .rwd_icon:active {
    box-shadow: 1px 1px 1px 0 #808080;
}

.rwd_header .rwd_name,
.rwd_left .rwd_name {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 0px !important;
    width: auto !important;
}

.rwd_header .rwd_name .rwd_gebaudename,
.rwd_left .rwd_name .rwd_gebaudename {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    /*text-transform: uppercase;*/
    color: #122372;
    height: 21px;
}

.rwd_header .rwd_name .rwd_kundenname,
.rwd_left .rwd_name .rwd_kundenname {
    color: rgb(90, 90, 90);
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
}

.rwd_header .rwd_navi-right,
.rwd_left .rwd_navi-right {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px
}

.rwd_header .rwd_navi-right.rwd_right,
.rwd_left .rwd_navi-right.rwd_right {
    display: block;
    float: right;
    margin-right: 0px;
}

.rwd_header .rwd_navi-right.rwd_tablet,
.rwd_left .rwd_navi-right.rwd_tablet {
    display: none;
}

.rwd_navi-right .rwd-icon,
.rwd_header .rwd-icon,
.rwd_left .rwd-icon,
.panel .mv-floorplan-signal,
.modal-body .mv-floorplan-signal {
    height: 40px;
    width: 40px;
    margin-right: 1px;
    border-radius: 20px;
    box-shadow: 1px 1px 1px 0 #808080;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.rwd_navi-right .rwd-icon,
.rwd_header .rwd-icon,
.rwd_left .rwd-icon,
.modal-body .mv-floorplan-signal {
    background: linear-gradient(to right bottom, rgba(200, 200, 200, 0.7) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.rwd_navi-right .rwd-icon.inaktiv,
.rwd_header .rwd-icon.inaktiv,
.rwd_left .rwd-icon.inaktiv {
    box-shadow: none;
}

.rwd_navi-right .rwd-icon.rot {
    background: linear-gradient(to bottom right, rgba(255, 00, 00, 0.5) 50%, #58585a 200%) no-repeat scroll 0 0 rgba(255, 255, 255, 1);
}

.rwd_navi-right .rwd-icon div,
.rwd_header .rwd-icon div,
.rwd_left .rwd-icon div,
.rwd_header .rwd_uebersicht .rwd_icon-uebersicht div,
.rwd_left .rwd_uebersicht .rwd_icon-uebersicht div,
.panel .mv-floorplan-signal div,
.modal-body .mv-floorplan-signal div {
    background-image: url("/media/images/meteoviva/mv_icons_sprite.png");
    background-repeat: no-repeat;
    background-size: 605px auto;
    border-radius: 100%;
    color: rgb(50, 50, 50);
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 15px;
    padding-top: 8px;
    text-align: center;
    text-shadow: 1px 1px 3px white;
    width: 40px;
}

div.rwd-icon i.fas {
    font-size: 28px;
    line-height: 42px;
    margin-left: 3px;
    color: rgb(90, 90, 90);
}

div.rwd-icon i.fas:hover {
    margin-left: 4px;
    margin-top: 1px;
}

.mv-floorplan-signal div small {
    display: block;
    font-weight: normal;
    margin-top: 0;
    position: relative;
    width: 100%;
}

.rwd_navi-right .rwd-icon.rwd-icon-profile div {
    background-position: -504px -255px;
}

.rwd_navi-right .rwd-icon.rwd-icon-finance div {
    background-position: -300px -126px;
}

.rwd_navi-right .rwd-icon.rwd-icon-settings div {
    background-position: -449px -302px;
}

.rwd_navi-right .rwd-icon.rwd-icon-account div {
    background-position: -501px -127px;
}

.rwd_navi-right .rwd-icon.rwd-icon-admin div {
    background-position: -497px -167px;
    background-size: 600px;
}

.rwd_navi-right .rwd-icon.rwd-icon-support div {
    background-position: -305px -352px;
}

.rwd_navi-right .rwd-icon.rwd-icon-jira div {
    background-position: -349px -303px;
}

.rwd_navi-right .rwd-icon.rwd-icon-logout div {
    background-position: -348px -396px;
}

.rwd_navi-right .rwd-icon.rwd-icon-floorplan div {
    background-position: -251px -394px;
}

.rwd-icon.rwd-icon-summary div {
    background-position: -303px -303px;
}

.rwd-icon.rwd-icon-de div {
    background-position: -98px -185px;
}

.rwd-icon.rwd-icon-en div {
    background-position: -150px -185px;
}

.rwd-icon.rwd-icon-nl div {
    background-position: -200px -185px;
}

.rwd-icon.rwd-icon-fr div {
    background-position: -251px -185px;
}

.rwd-icon.rwd-icon-de div.div__flagCircle--de {
    background: linear-gradient(#000 33.333%, #FF0000 33.33% 66.666%, #FFCC00 66.666%);
}

.rwd-icon.rwd-icon-nl div.div__flagCircle--nl {
    background: linear-gradient(#AE1C28 33.333%, #FFFFFF 33.33% 66.666%, #21468B 66.666%);
}

.rwd-icon.rwd-icon-fr div.div__flagCircle--fr {
    background: linear-gradient(to right, #0055A4 33.333%, #FFF 33.33% 66.666%, #EF4135 66.666%);
}

.rwd-icon.rwd-icon-hu div.div__flagCircle--hu {
    background-color: rgb(221, 239, 255);
    background: linear-gradient(#cf2436 33%, #fff 33%, #fff 66%, #45714e 0);
}

.rwd-icon.rwd-icon-pl div.div__flagCircle--pl {
    background: linear-gradient(#fff 50%, #cf2436 50%);
}

.rwd-icon.rwd-icon-cz div.div__flagCircle--cz {
    width: 40px;
    height: 40px;
    background-image: linear-gradient(35deg, #11457e 50%, transparent 50%),
    linear-gradient(-35deg, transparent 50%, #11457e 50%),
    linear-gradient(#fff 50%, #d7141a 50%);
    background-size: 20px 20px, 20px 20px, 40px 40px;
    background-position: 0 0, 0 20px, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
}

.rwd-icon.rwd-icon-fr div,
.rwd-icon.rwd-icon-de div,
.rwd-icon.rwd-icon-en div,
.rwd-icon.rwd-icon-nl div {
    opacity: 0.9;
}

.rwd_navi-right .rwd-icon:hover,
.rwd_navi-right .rwd-icon:focus,
.rwd_navi-right .rwd-icon:active {
    box-shadow: 1px 2px 1px 0 black inset;
}

.rwd_navi-right .dropdown {
    position: relative;
    display: inline-block;
}

.rwd_navi-right .dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 20px;
    z-index: 1;
}

.rwd_navi-right .dropdown-content a {
    text-decoration: none;
}

.rwd_navi-right .dropdown:hover .dropdown-content {
    display: contents;
}

/**********************************
        Linke Spalte
**********************************/


.rwd_left .col-lg-3,
.rwd_left .col-lg-9,
.rwd_left .col-md-4,
.rwd_left .col-md-8,
.rwd_left .col-sm-12,
.rwd_left .col-xs-12 {
    padding-left: 1px;
    padding-right: 1px;
}

.rwd_left .rwd_uebersicht,
.rwd_header .rwd_uebersicht {
    display: inline-block;
    vertical-align: top;
}

.rwd_navi-left {
    margin: 0px;
    background: linear-gradient(to left, rgba(250, 187, 0, 0.15) 50%, rgba(200, 200, 200, 0.7) 150%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    overflow-y: auto;
    position: relative;
    padding-bottom: 100px;
    border-radius: 0px 25px 25px 0px;
    box-shadow: 0px 0px 3px 0px lightgray;
}

.rwd_left .col-lg-3,
.rwd_left .col-md-3 {
    min-height: 100%;
    height: 100%;
    max-height: 100%;
}

.rwd_left-menu-inhalt-footer {
    background-color: #ececec;
    border-top: 1px solid #d9d9d9;
    bottom: 0;
    box-shadow: -4px 0 3px 1px #fabb00;
    height: 100px;
    left: 0;
    padding: 15px 30px 10px;
    position: fixed;
    width: 25%;
}

.rwd_navi-left .rwd_head {
    padding: 5px 15px;
    text-align: center;
    background-color: #d9d9d9;
}

.rwd_navi-left .rwd_head p {
    font-size: 20px;
    line-height: 30px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
    color: #5a5a5a;
}

.rwd_navi-left .rwd_head.rwd_tablet p {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    font-size: 34px;
    line-height: 40px;
}

.rwd_navi-left .rwd_left-menu-inhalt {
    background-color: #d9d9d9;
    padding: 10px 15px;
}

.rwd_navi-left .rwd_left-menu-inhalt .rwd_navi-right {
    margin-bottom: 10px;
}

.rwd_navi-left .rwd_left-submenu {
    cursor: pointer;
    background-color: #bfbfbf;
    padding: 10px 15px;
}

.rwd_navi-left .rwd_left-submenu p {
    margin: 0px;
    font-weight: bold;
    font-size: 16px;
    color: #5a5a5a;
}

.rwd_navi-left .rwd_left-submenu p span {
    display: block;
    float: right;
    height: 100%;
    padding: 2px 4px;
    box-shadow: none;
    background: #428bca;
    border: 1px solid #357ebd;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    border-radius: 3px;
}

.rwd_navi-left .rwd_left-submenu-inhalt {
    background-color: #bfbfbf;
    padding: 10px 15px;
}

.rwd_navi-left .rwd_left-bild {
    text-align: center;
    padding: 0px 0px 20px 0px;
}

.rwd_navi-left .rwd_left-bild img {
    width: 100%;
    height: auto;
}

.rwd_navi-left .rwd_left-bild img.mv-user-image {
    border-radius: 3px;
    padding: 10px 10px 0;
    border: 1px solid lightgray;
}

.rwd_navi-left .rwd_inhalt-navi {
    padding: 25px 30px 10px 30px;
}

.rwd_navi-left .rwd_inhalt-navi .rwd_auswahlbuttons .submenu,
.modal-body.rwd_auswahlbuttons .submenu,
.rwd_navi-left .rwd_left-submenu-inhalt .rwd_auswahlbuttons .submenu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: -moz-use-text-color #3071a9 #3071a9;
    border-image: none;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    width: 100%;
    padding: 3px;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    top: -7px;
    box-sizing: border-box;
}

.rwd_navi-left .rwd_auswahlbuttons .submenu .btn-small.rwd_button-default,
.modal-body.rwd_auswahlbuttons .submenu .btn-small.rwd_button-default {
    background-color: #ffffff;
    border: 2px solid #fff !important;
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    min-width: 50%;
    box-sizing: border-box;
    flex-grow: 1;
    width: auto;
    margin-bottom: 0;
    position: relative;
    top: 0 !important;
}

.rwd_navi-left .rwd_auswahlbuttons .submenu .btn-small.rwd_button-default:before,
.modal-body.rwd_auswahlbuttons .submenu .btn-small.rwd_button-default:before {
    position: absolute;
    left: -1px;
    top: -1px;
    height: 100%;
    display: none;
    width: 100%;
    border: 1px solid #357ebd;
    content: '';
    border-radius: 4px;
    box-sizing: content-box;
    pointer-events: none;
}

.rwd_wochentage,
.rwd_auswahl-links {
    border: 1px solid #d9d9d9;
    padding: 10px 10px 5px 10px;
    margin: 10px 0px;
    border-radius: 4px;
}

.rwd_wochentage h3,
.rwd_kalender h3,
.rwd_auswahl-links h3 {
    color: #5a5a5a;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    font-size: 18px;
}

.rwd_wochentage .rwd_tag {
    float: left;
    width: calc((100% - 7px) / 7);
    margin-right: 1px;
}

.rwd_wochentage .rwd_tag button {
    padding: 0px !important;
}


.rwd_kalender {
    border: 1px solid #d9d9d9;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 4px;
}

.rwd_klimaplanung {
    padding: 10px 15px 15px 15px;
}

.rwd_operationmetrics, .rwd_adhocoverview {
    padding: 10px 15px;
}
.rwd_adhocoverview  i.fa{
    padding-left: 7px;
}

.adhoc-overview-label {
    padding-top: 5px;
}

.rwd_operationmetrics .info, .rwd_adhocoverview .info {
    padding: 10px 10px 0 10px
}

div.sticky-bar {
    position: sticky;
    padding: 5px 0px;
    top: 50px;
    background-color: #FFFDF9;
    z-index: 100;
    border-bottom: 1px dotted #c8c8c8;
}

b.edited {
    color: #428bca;
}

.rwd_auswahl-links strong {
    margin-bottom: 5px;
    display: block;
    float: left;
}


.rwd_auswahl-links table {
    width: 100%;
}

.rwd_auswahl-links table tr td {
    padding: 0px 2px 5px 0px;
    overflow: hidden;
    box-sizing: border-box;
}
.rwd_auswahl-links table tr:not(.icon-checkbox__row) td {
    width: calc(100% - 60px);
}

.rwd_auswahl-links table thead tr td.mv-batch-toggle {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}

.rwd_auswahl-links table tr td {
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
}

.rwd_auswahl-links table tr td strong,
.rwd_auswahl-links table strong,
.rwd_auswahl-links table tr td h3,
.rwd_auswahl-links table h3 {
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 5px);
}



.rwd_auswahl-links table tr:not(.icon-checkbox__row) td:not(:first-of-type) {
    width: 20px;
    text-align: center;
}

div.axisLabels {
    font-size: 13px;
}

/**********************************
        Content
**********************************/

.modal-header {
    overflow: hidden;
}

.modal-body {
    overflow: auto !important;
}

.modal-body table {
    width: 100%;
    font-size: 13px;
}

.modal-body table:not(.mv-importlogdata-history-table):not(.mv-building-summary):not(.mv-average-zone-temperature-weights-table) tr td {
    width: 65%;
    padding: 0px 0px 10px 0px;
    text-align: right;
}

.modal-body table:not(.mv-importlogdata-history-table):not(.mv-building-summary):not(.mv-average-zone-temperature-weights-table) tr td:first-child {
    text-align: left;
    width: 30%;
}

.modal-body:not(.last) {
    border-bottom: 1px solid #e5e5e5;
}

.modal-body table.mv-average-zone-temperature-weights-table th {
    text-align: left;
    padding: 2px;
}

.modal-body table.mv-average-zone-temperature-weights-table td {
    text-align: left;
    padding: 2px;
}

table.mv-importlogdata-history-table td {
    text-align: left;
    padding: 5px;
}

table.mv-importlogdata-history-table tr:nth-of-type(even) {
    background-color: rgba(150, 150, 150, 0.2);
}

.modal-dialog {
    width: 350px;
    max-width: 90%;
    text-align: center;
    margin: 55px auto !important;
    overflow: hidden;
}

.modal-dialog.wvs-log,
.modal-dialog.scheduler {
    width: 1200px;
}

div.modal-dialog.scheduler div.dataTables_wrapper div.dataTables_scroll div.dataTables_scrollBody table tbody tr td {
    text-align: left;
    padding: 2px 11px 2px 5px;
    margin: 0px;
}

.modal-dialog.wvs-log div.modal-body ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 60px;
}

div.modal-dialog.wvs-log div.modal-body ul li {
    float: left;
    margin: 3px;
    border-radius: 3px;
    border: 1px solid grey;
    overflow: hidden;
    padding: 2px;
    list-style: none;
    width: calc((100% / 3) - (3 * 6px));
    min-height: 49px;
}

div.modal-dialog.wvs-log div.modal-body ul li div:first-child {
    background-color: rgba(90, 90, 90, 0.2);

}

div.modal-dialog.wvs-log div.modal-body ul li div:last-child {
    font-weight: bold;
    margin-top: 3px;
}

.modal-dialog {
    border-radius: 6px;
    box-shadow: 1px 1px 3px #999;
}

.modal-body .onoffswitch {
    float: right;
}

.rwd_left .rwd_zusatzinfo-karte {
    padding: 0px 15px;
}

.rwd_left .rwd_zusatzinfo-karte table td {
    padding: 10px;
}

.rwd_left .rwd_zusatzinfo-karte .panel-default .panel-heading {
    background-color: #bfbfbf;
    border-color: #bfbfbf;
}

.rwd_left .rwd_zusatzinfo-karte .panel-default .panel-default .panel-heading {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    overflow: auto;
    padding: 0px !important;
}

.rwd_left .rwd_zusatzinfo-karte .panel-default .panel-default .panel-heading .panel-heading-left {
    width: 50%;
    float: left;
    padding: 14px 5px 14px 15px !important;
}

.rwd_left .rwd_zusatzinfo-karte .panel-default .panel-default .panel-heading .panel-heading-right {
    width: 50%;
    float: left;
    padding: 2px 15px 2px 5px !important;
}

.rwd_left .rwd_zusatzinfo-karte .panel-default .panel-default .panel-heading .panel-heading-right .mv-floorplan-signal {
    margin: 0px;
    padding: 0px;
}

div.mv-panel-heading-arrow {
    float: right;
    height: 40px;
    width: 10px;
    background-color: red;
}

.rwd_left .rwd_zusatzinfo-karte .panel-title a,
.rwd_left .rwd_zusatzinfo-karte .panel-title a:link,
.rwd_left .rwd_zusatzinfo-karte .panel-title a:visited {
    color: #5a5a5a;
}

.rwd_left .rwd_left-submenu-inhalt .rwd_left-bild {
    padding-right: 10px;
    width: 50%;
    float: left;
}

.rwd_left .rwd_left-submenu-inhalt .rwd_left-grundriss {
    padding-left: 10px;
    width: 50%;
    float: left;
}

.rwd_tablet .rwd_auswahlbuttons {
    float: left;
    /*height: 342px;*/
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 10px;
    width: 50%;
}

.rwd_desktop-1 .rwd_auswahlbuttons {
    /*    height: 570px;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.rwd_desktop-1 .rwd_auswahlbuttons div.rwd_button-default {
    height: 35px;
}

.rwd_desktop-1 .rwd_auswahlbuttons div.rwd_button-default div.mv-icon-meteoviva_control {
    float: right;
    position: relative;
    margin-right: -5px;
    box-shadow: 0px 0px 5px 2px #F3EEEE;
}

.rwd_desktop-1 .rwd_auswahlbuttons div.rwd_button-default div.mv-icon-meteoviva_control:hover {
    box-shadow: 0px 0px 5px 2px #F3EEEE !important;
}

.rwd_desktop-1 .rwd_auswahlbuttons div.rwd_button-default div.mv-icon-meteoviva_control div {
    background-position: -115px -198px;
}


.rwd_text {
    padding: 10px 15px 20px 15px;
    width: 100%;
    max-width: 900px;
}

div.mv-select-timerange {
    position: absolute;
    z-index: 1;
    width: 330px;
    padding-left: 15px;
    padding-top: 10px;
}

.rwd_popup-zeitspanne {
    position: absolute;
    /*bottom: 55px;*/
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 10px 15px;
    /*left: 37%;
    left: calc(50% - 167px);*/
    left: 15px;
    z-index: 10;
}

.rwd_popup-zeitspanne .rwd_button-inline {
    padding-bottom: 7px;
}

.rwd_popup-zeitspanne .rwd_button-inline button.rwd_button-default {
    display: inline-block;
}

.rwd_popup-zeitspanne input {
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    border-radius: 4px;
    background-image: none;
    height: inherit;
    width: 110px;
}


.rwd_popup-zeitspanne .breiter {
    width: 110px;
}

.rwd_popup-zeitspanne h3 {
    color: #5a5a5a;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
}


div.highcharts-data-table {
    /*    position: relative;
        border-radius: 3px;
        font-size: 11px;
        padding: 3px;*/
}


/**********************************
        Tabellenansicht
**********************************/

.rwd_tabelle {
    height: 100%;
    padding: 10px 15px 10px 15px;
    /*overflow: auto;*/
}

.rwd_tabelle .dataTables_filter {
    padding: 10px 10px;
    background-color: #d9d9d9;
    height: auto !important;
}

.rwd_tabelle .dataTables_filter label {
    margin: 0px;
    font-weight: normal;
    max-width: inherit;
}

.rwd_tabelle .dataTables_filter label input {
    line-height: 21px;
    background: #ffffff;
    padding: 0px 5px;
    margin-left: 10px;
}

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

.rwd_tabelle .rwd_head {
    padding: 5px 15px 15px 15px;
    text-align: center;
}

.rwd_tabelle .rwd_head p,
.rwd_kontakt-eintragen .rwd_head p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
    font-weight: normal;
    color: #5a5a5a;
}

form.mv-form-error .actions {
    overflow: inherit;
}

.rwd_tabelle form.mv-form-error .actions input#submit {
    margin-top: 10px;
}

.rwd_tabelle form.mv-form-error dd ul.errors {
    float: none;
    clear: both;
    margin: 5px 0px 5px 0px;
    width: auto;
}

p.hint {
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
    font-weight: normal;
    color: #5a5a5a;
    padding: 5px 15px 15px 15px;
    text-align: center;
}

.rwd_tabelle .rwd_control {
    padding: 10px 0px;
    text-align: center;
    background-color: #d9d9d9;
}

.rwd_tabelle .rwd_control .box {
    display: inline-block;
    vertical-align: top;
    margin: 0px 15px;
    line-height: 21px;
}

.rwd_tabelle .rwd_control .box input {
    min-height: 21px;
}

.rwd_tabelle table {
    width: 100%;
    display: block;
    overflow: auto;
}

.rwd_tabelle .dataTables_wrapper .top {
    position: relative;
}

.rwd_tabelle .dataTables_wrapper .dataTables_info {
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0px !important;
}

.rwd_tabelle .dataTables_wrapper table {
    width: 100%;
    border: none;
    border-radius: 0px;
    float: none;
    clear: both;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
}

.rwd_tabelle .dataTables_wrapper table thead tr,
.rwd_tabelle .dataTables_wrapper table tfoot tr {
    border: medium none;
}

.rwd_tabelle .dataTables_wrapper table thead {
    border-bottom: 1px solid #ddd;
}

.rwd_tabelle .dataTables_wrapper table tfoot {
    border-top: 1px solid #ddd;
}

.rwd_tabelle .dataTables_wrapper table tr.odd {
    background-color: #ececec;
}

.rwd_tabelle .dataTables_wrapper table tr.even {
    background-color: transparent;
}

.rwd_tabelle .dataTables_wrapper table tr td,
.rwd_tabelle .dataTables_wrapper table tr th,
.rwd_tabelle .dataTables_wrapper table thead tr th,
.rwd_tabelle .dataTables_wrapper table tbody tr td {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: middle;
}

.rwd_tabelle .dataTables_wrapper table thead tr th {
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
}

.rwd_tabelle .dataTables_wrapper table tr {
    border-top: 1px solid #ccc;
}

.rwd_tabelle table tr th {
    font-size: 13px;
}

.rwd_tabelle table tr.rwd_grau {
    background-color: #ececec;
}

.rwd_tabelle form .elements #opt_range_code-element select {
    height: 27px;
    line-height: 27px;
    display: block;
    margin-bottom: 15px;
}

.rwd_kontakt-eintragen {
    background: linear-gradient(to right, rgba(250, 187, 0, 0.15) 50%, rgba(200, 200, 200, 0.7) 150%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    border-radius: 25px 0px 0px 25px;
    box-shadow: 0px 0px 3px 0px lightgray;
}

.rwd_kontakt-eintragen .rwd_head {
    padding: 5px 15px 5px 15px;
    text-align: center;
    background-color: #d9d9d9;
}

.rwd_kontakt-eintragen .rwd_head p {
    font-size: 20px;
    line-height: 30px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
    color: #5a5a5a;
}

.rwd_kontakt-eintragen form {
    padding: 10px 30px 10px 30px;
    width: 100%;
    overflow: auto;
}

.rwd_kontakt-eintragen form p.hint {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    color: #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
    padding-bottom: 0px;
}

.rwd_kontakt-eintragen form div.elements {
    border: none;
}

form div.elements-additional {
    border: 1px dashed grey;
    padding: 3px;
    border-radius: 3px;
}

.rwd_kontakt-eintragen form.mv-form-error {
    background-color: #e9d4d4;
}

.rwd_kontakt-eintragen form label {
    margin: 3px;
    color: #5a5a5a;
}

.rwd_kontakt-eintragen form input {
    background: #ffffff;
    /*border: none !important;*/
    line-height: 24px;
    padding: 0px 10px;
    width: 100%;
    color: #5a5a5a;
    margin-bottom: 10px;
}

.rwd_kontakt-eintragen form input[type="radio"] {
    line-height: inherit;
    height: auto;
    width: auto;
    margin-right: 10px;
}

.rwd_kontakt-eintragen form #startOnOff-element label,
.rwd_kontakt-eintragen form #rhythm-element label {
    font-weight: normal;
    margin: 0px;
}

.rwd_kontakt-eintragen form #startOnOff-element input[type="radio"],
.rwd_kontakt-eintragen form #rhythm-element input[type="radio"] {
    margin-left: 3px;
}

.rwd_kontakt-eintragen form input[readonly="readonly"],
.rwd_kontakt-eintragen form input[disabled="disabled"] {
    background: #f7f7f7;
    color: #cbcbcb;
}

.rwd_kontakt-eintragen form input.mv-form-input-error {
    border: 1px solid red !important;
    color: red;
    margin-bottom: 3px
}

.rwd_kontakt-eintragen form ul.errors {
    list-style-type: none;
    color: red;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.rwd_kontakt-eintragen form textarea {
    background: #ffffff;
    /*border: none !important;*/
    height: 100px;
    padding: 10px;
    width: 100%;
    color: #5a5a5a;
    margin-bottom: 10px;
}

.rwd_kontakt-eintragen div.actions {
    border: none;
}

.rwd_kontakt-eintragen div.actions dt,
.rwd_kontakt-eintragen div.actions dd {
    float: none;
    clear: both;
    width: 100%;
}

table.mv-datatable-equipmentzones th.mv-equipmentzones-zone {
    padding-left: 3px;
    padding-right: 3px;
}

table.mv-datatable-equipmentzones td.mv-equipmentzones-zone label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

table .mv-column-even {
    background-color: #ddd;
}

/**********************************
        Klimaplanung Mobile
**********************************/

.mv-profile-timeslot:not(.mv-edit-timeslot-active) .rwd_anfasser-links,
.mv-profile-timeslot:not(.mv-edit-timeslot-active) .rwd_anfasser-rechts,
.mv-profile-timeslot:not(.mv-edit-timeslot-active) .rwd_anfasser-oben,
.mv-profile-timeslot:not(.mv-edit-timeslot-active) .rwd_anfasser-unten {
    display: none;
}

.mv-profile-timeslot .rwd_anfasser-links,
.mv-profile-timeslot .rwd_anfasser-rechts,
.mv-profile-timeslot .rwd_anfasser-oben,
.mv-profile-timeslot .rwd_anfasser-unten {
    position: absolute;
    z-index: 100;
    max-width: inherit;
}

.mv-profile-timeslot .rwd_anfasser-links {
    left: -25px;
    top: 75px;
}

.mv-profile-timeslot .rwd_anfasser-rechts {
    right: -25px;
    bottom: 75px;
}

.mv-profile-timeslot .rwd_anfasser-oben {
    left: calc(50% - 25px);
    top: -25px;
}

.mv-profile-timeslot .rwd_anfasser-unten {
    left: calc(50% - 25px);
    bottom: -25px;
    z-index: 99;
}

#mv-profileedit-area-climate-mobile,
#mv-profileedit-area-equipment-mobile {
    display: none;
}

/**********************************
        Footer
**********************************/

.rwd_footer {
    border-bottom: 1px solid rgba(90, 90, 90, 0.5);
    border-top: 1px solid rgba(90, 90, 90, 0.5);
    bottom: 0;
    box-shadow: 0 -3px 3px -2px #fabb00;
    padding-top: 15px;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    background: linear-gradient(to bottom, rgba(200, 200, 200, 0.5) 20%, #58585a 250%) no-repeat scroll 0 0 white;
    position: relative;
    z-index: 100;
}

.rwd_footer .rwd_footer-hinweis {
    background-color: transparent;
    bottom: 13px;
    color: rgba(180, 180, 180, 1);
    font-size: 10px;
    position: absolute;
    right: 15px;
}

.rwd_footer .rwd_footer-mail {
    text-align: right;
    margin-top: 12px;
}

ul.mv-groupswitch-zone-list {
    list-style: none;
    margin-top: 15px;
}

ul.mv-groupswitch-zone-list li {
    position: relative;
    float: left;
    width: 45%;
    border: 1px solid gray;
    margin: 1%;
    border-radius: 3px;
    text-align: center;
    padding: 0.5%;
    background-color: lightgray;
}

ul.mv-groupswitch-zone-list li.current {
    color: rgb(130, 130, 130);
    border-style: dotted;
}



div.mv-individual-room-control-item {
    width: 100%;
    float: left;
    margin-bottom: 1px;
}

div.mv-individual-room-control-name {
    width: calc(70% - 1px);
    float: left;
    overflow: hidden;
    text-align: left;
    margin-left: 1px;
    font-size: 14px;
    color: rgb(130, 130, 130);
}

div.mv-individual-room-control-inputs {
    height: 28px;
    width: 30%;
    float: left;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(250, 187, 0, 0.05) inset;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(230, 230, 230) -50%, rgb(250, 250, 250) 75%) no-repeat scroll 0 0;

}

button.mv-individual-room-control-minus,
button.mv-individual-room-control-minus-all,
button.mv-individual-room-control-plus,
button.mv-individual-room-control-plus-all,
div.mv-individual-room-control-value {
    float: left;
    width: calc(100% / 3);
    height: 26px;
    line-height: 26px !important;
    text-align: center;
    border: 1px solid lightgrey;
    background-color: white;
    border-radius: 3px;
    font-weight: bold;
}

div.mv-individual-room-control-value {
    border: none;
    font-weight: normal;
    font-size: 13px;
}

table.bot-view {
    margin: 0 0 10px 20px;
}

table.bot-view td {
    padding-right: 20px;
}


/***********************
Media Query
***********************/

@media (max-width: 1200px) {

    .rwd_tabelle table {
        display: block;
        overflow: auto;
    }

    .rwd_navi-left .rwd_inhalt-navi .rwd_auswahlbuttons .submenu .btn-small,
    .rwd_navi-left .rwd_left-submenu-inhalt .rwd_auswahlbuttons .submenu .btn-small {
        width: 100%;
        display: block;
    }

}

@media (max-width: 1150px) {

    .rwd_header img.rwd_logo-desktop {
        display: none;
    }

    .rwd_header img.rwd_logo-mobile {
        display: inline-block;
    }

}

@media (max-width: 1090px) {

    /*.rwd_header .rwd_logo img {
        width: 155px;
        height: auto;
    }*/

}

@media (max-width: 991px) {

    .rwd_header .rwd_logo img {
        width: auto;
    }

    .rwd_tablet {
        display: block;
    }

    .rwd_desktop-1,
    .rwd_header .rwd_navi-right.rwd_desktop-1,
    .rwd_header .rwd_auswahl.rwd_desktop-1,
    .rwd_header .rwd_name.rwd_desktop-1,
    .rwd_header .rwd_status.rwd_desktop-1,
    .rwd_header .rwd_uebersicht.rwd_desktop-1 {
        display: none;
    }

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

    .rwd_left {
        height: auto;
    }

    .rwd_left div.mv-floorplan-tempscale-wrapper {
        width: 96.5%;
        width: calc(100% - 30px);
        height: 30px;
        margin: 15px;
        float: none;
        clear: both;
    }

    .rwd_left div.mv-floorplan {
        width: 100%;
        box-sizing: border-box;
        padding: 15px 15px 0px 15px;
        float: none;
        clear: both;
    }

    .rwd_header .rwd_navi-right {
        margin: 0px;
        float: right;
    }

    .rwd_header .rwd_navi-right.rwd_tablet,
    .rwd_left .rwd_navi-right.rwd_tablet {
        display: block;
    }

    .rwd_tabelle table {
        display: table;
        overflow: inherit;
    }

    .rwd_navi-left {
        min-height: inherit;
    }

    .rwd_navi-left {
        min-height: auto;
        max-height: auto;
        overflow-y: auto;
        padding-bottom: 20px;
    }

    .rwd_left .col-lg-3,
    .rwd_left .col-md-3 {
        min-height: auto;
        height: auto;
        max-height: auto;
    }

    .rwd_left-menu-inhalt-footer {
        position: relative;
        left: inherit;
        background-color: transparent;
        width: inherit;
        padding: 0px;
        bottom: inherit;
        border-top: none;
        box-shadow: none;
    }

    .rwd_auswahl-links {
        max-height: 250px;
        overflow-y: auto;
    }

}

@media (max-width: 786px) {

    .rwd_mobile {
        display: block;
    }

    .rwd_desktop-2 {
        display: none;
    }

    .rwd_tabelle table tr th,
    .rwd_tabelle table tr td {
        display: block;
        width: 100%;
        float: left;
    }

    .rwd_tabelle table tr td div {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

    .rwd_footer .rwd_footer-mail {
        text-align: left;
        margin-top: 20px;
    }

    .rwd_footer .rwd_footer-hinweis {
        right: inherit;
        left: 15px;
        color: #ffffff;
    }

    .rwd_align-right {
        text-align: right;
    }

    .rwd_tabelle .dataTables_filter {
        text-align: center !important;
        padding-top: 30px;
        padding-bottom: 5px
    }

    .rwd_tabelle .dataTables_wrapper .dataTables_info {
        margin: 0 !important;
        top: 5px;
        right: 15px;
    }

    #mv-profileedit-area-climate {
        display: none;
    }

    #mv-profileedit-area-climate-mobile,
    #mv-profileedit-area-equipment-mobile {
        display: block;
    }

    .add-profile-timeslot-trigger,
    .del-profile-timeslot-trigger {
        display: none !important;
    }

}

@media (max-width: 480px) {

    .rwd_left .rwd_left-submenu-inhalt .rwd_left-bild,
    .rwd_left .rwd_left-submenu-inhalt .rwd_left-grundriss,
    .rwd_left .rwd_left-submenu-inhalt .rwd_auswahlbuttons {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        float: none;
        clear: both;
    }

    /**********************************
    *    Nur-Quer-Tabelle und Button
    **********************************/

    div.rwd_nurquer *,
    table.rwd_nurquer * {
        display: none;
    }

    div.rwd_nurquer:before,
    table.rwd_nurquer:before {
        /*content: "Bitte Handy quer halten fÃƒÆ’Ã‚Â¼r Tabelle";
        * ... moved to _scripts_base because of translation
        */
        display: block;
        padding: 15px;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        margin-top: 30px;
        color: #3071a9;
    }

    div.rwd_nurquer:after,
    table.rwd_nurquer:after {
        content: url(/media/images/meteoviva/smartphone-rotate.png);
        display: block;
        padding: 0px 15px;
        text-align: center;
    }


    button.mv-profileedit-menu-defaultday.active:not(.active-mobile) {
        box-shadow: none !important;
        background: #428bca !important;
        border: 1px solid #357ebd !important;
    }

    button.mv-profileedit-menu-defaultday.active-mobile {
        box-shadow: 1px 2px 2px 0 #0a3050 inset !important;
        background: #3071a9 !important;
        border: 1px solid rgb(90, 90, 90) !important;
    }
}



.modal-content input.mv-signalname-edit-input,
.modal-content input.mv-signalname-edit-input[readonly="readonly"],
.modal-content input.mv-signalname-edit-input[readonly] {
    font-size: 18px;
    font-weight: 500;
    color: inherit;
    cursor: text;
    width: calc(100% - 60px);
    text-align: center;
    display: block;
    float: left;
}

.modal-content input.mv-signalname-edit-input[readonly="readonly"],
.modal-content input.mv-signalname-edit-input[readonly] {
    border: 1px solid transparent;
    background: none;
}

.modal-content h6,
.modal-content h5 {
    clear: both;
}

.modal-content div.mv-edit,
.modal-content div.mv-save {
    background-size: 20px auto;
}

.modal-content div.mv-signalname-edit-trigger {
    float: left;
    cursor: pointer;
    width: 30px;
    overflow: hidden;
    height: 37px;
    line-height: 37px;
}

div.mv-busaddresses-table-column {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
}

div.mv-busaddresses-table-column:nth-child(2n+1) {
    background-color: rgba(110, 110, 110, 0.1);
}

div.mv-zonereport-raw-data-content table {
    table-layout: fixed;
    width: 100%;
}

div.mv-zonereport-raw-data-content table caption {
    display: none;
}

div.mv-zonereport-raw-data-content table th,
div.mv-zonereport-raw-data-content table td {
    border: 1px solid lightgray;
    text-align: center !important;
    padding: 3px;
}

.draggable-header .highslide-header {
    height: 24px !important;
}

.panel-body .announcement-heading {
    font-size: 50px;
    margin: 0;
    color: inherit;
}

.panel-body .announcement-text {
    font-size: inherit;
    margin: 0;
    color: inherit;
    float: none;
}


div.view-table {
    margin-top: 5px;
}

div.view-table a {
    color: #428bca;
}

div.view-table .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

div.view-table div.table-header-actions {
    margin-bottom: 10px;
}

div.view-table div.table-footer-actions {
    margin-top: 10px;
}

div.view-table .control-wrapper {
    background-color: #fff;
}

div.view-table .control {
    margin: 3px;
}

div.view-table div.tabulator {
    background-color: rgba(255, 255, 255, 0.75);
}

div.view-table div.tabulator-cell.clickable {
    cursor: pointer;
}

div.view-table .tabulator .tabulator-tableholder .tabulator-placeholder {
    margin-top: -16px;
}

div.view-table .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
    font-size: 14px;
    font-weight: normal;
}

div.view-table div.mv-admin-next-refresh-info {
    width: unset;
}

div.view-table div.mv-admin-next-refresh-bar {
    /* animation-duration: 30s; */
    animation-name: changewidth;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

div.view-table div.mv-admin-next-refresh-bar {
    width: 100%;
    height: 2px;
    background-color: rgba(18, 35, 114, 1);
    margin-top: -6px;
    transition: width 1s linear;
}


/* log book */
code.logbook {
    display: block;
    white-space: normal;
    text-align: left;
}

code.logbook div.logbook-row {
    display: flex;
    flex-direction: row;
}

code.logbook div.logbook-row div.logbook-datetime {
    font-weight: bold;
    white-space: nowrap;
    padding-right: 4px;
}

code.logbook div.logbook-row div.logbook-metric {
    font-style: italic;
    font-weight: bold;
}

.analytics.caret{
    min-height: 7px;
}
input[type=checkbox].toggle-log-data-interpolation{
    margin-left : 5px;
}
