div.body {
    padding-bottom: 50px;
}

div.moment-indicator.up-to-date {
    color: #BDD236;
}

div.moment-indicator.not-up-to-date {
    color: #f05b41;
}

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

.station-parameter-meter {
    cursor: pointer;
}

.spirvent-logo {
     height: 50px;
     width: 136px;
     background: url('../imgs/logo.svg') no-repeat;
 }

.logout-button {
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    line-height: 50px;
    cursor: pointer;
    padding: 0 20px;
    background-color: #f05b41;
}

.dropdown-menu .logout-button {
    line-height: 30px;
}

.logged-user-label {
    font-size: 14px;
    vertical-align: middle;
    line-height: 50px;
    padding: 0 20px;
    background-color: #fff;
}

.dropdown-menu .logged-user-label {
    line-height: 20px;
}

.logged-user-settings-link {
    font-size: 14px;
    vertical-align: middle;
    line-height: 50px;
    cursor: pointer;
    padding: 0 20px;
    background-color: #d6d6d6;
}

.dropdown-menu .logged-user-settings-link {
    line-height: 30px;
}

.project-label {
    font-size: 14px;
    vertical-align: middle;
    line-height: 50px;
    padding: 0 20px;
    background-color: #fff;
}

.project-label .project-list {
    vertical-align: middle;
    background-color: #fff;
    border: none;
}

.dropdown-menu .project-label {
    line-height: 20px;
}

.active-station-indicator {
    font-size: 14px;
    vertical-align: middle;
    line-height: 50px;
    padding: 0 20px;
    background-color: #fff;
}

.guest-account-link {
    font-size: 14px;
    vertical-align: middle;
    line-height: 50px;
    cursor: pointer;
    padding: 0 20px;
    background-color: #d6d6d6;
}

.active-device-indicator, .active-installation-indicator {
    font-size: 14px;
    vertical-align: middle;
    line-height: 50px;
    padding: 0 20px;
    background-color: #fff;
    border-right: 1px solid #d6d6d6;
}

.customer-side-menu-invoker {
    line-height: 50px;
    padding: 0 15px;
    background-color: #fff;
    border-right: 1px solid #d6d6d6;
    width: 50px;
    float: left;
    cursor: pointer;
}

.customer-side-menu-invoker:hover {
    background-color: #d6d6d6;
}

/* station side menu styles */
#customerSideMenu.active {
    left: 0;
}

#customerSideMenu {
    width: 290px;
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, .1);
    position: fixed;
    float: left;
    background-color: #fff;
    left: -290px;
    top: 93px;
    z-index: 51;
    border-top: 1px solid #d6d6d6;
    bottom: 0;
    -moz-transition: left .2s;
    -o-transition: left .2s;
    -webkit-transition: left .2s;
    transition: left .2s;
}

#customerSideMenu .side-menu-inner {
    overflow: auto;
    height: 100%;
}

#customerSideMenu .side-menu-inner .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#customerSideMenu .side-menu-inner .menu-list>li div {
    display: block;
    color: #676767;
    text-decoration: none;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
}

#customerSideMenu .side-menu-inner .menu-list>li div.active {
    background-color: rgba(0, 0, 0, .06);
}

#customerSideMenu .side-menu-inner .menu-list>li div:hover {
    background-color: rgba(0, 0, 0, .06);
}

#customerSideMenu .side-menu-inner .menu-list>li>div {
    padding: 22px;
}

#customerSideMenu .side-menu-inner .menu-list>li ul.sub-menu-list {
    list-style: none;
    padding: 0;
}

#customerSideMenu .side-menu-inner .menu-list>li ul.sub-menu-list div {
    padding: 22px 22px 22px 44px;
    cursor: pointer;
}

#customerSideMenu .side-menu-inner .menu-list>li ul.sub-sub-menu-list {
    list-style: none;
    padding: 0;
}

#customerSideMenu .side-menu-inner .menu-list>li ul.sub-sub-menu-list div {
    padding: 22px 22px 22px 66px;
    cursor: pointer;
}
/* station side menu styles */


/* admin main menu styles */
#adminMainMenu {
    width: 200px;
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, .1);
    position: fixed;
    float: left;
    background-color: #fff;
    left: 0;
    top: 50px;
    z-index: 51;
    border-top: 1px solid #d6d6d6;
    bottom: 0;
    -moz-transition: left .2s;
    -o-transition: left .2s;
    -webkit-transition: left .2s;
    transition: left .2s;
}

#adminMainMenu .side-menu-inner {
    overflow: auto;
    height: 100%;
}

#adminMainMenu .side-menu-inner .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#adminMainMenu .side-menu-inner .menu-list>li div {
    display: block;
    color: #676767;
    text-decoration: none;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
}

#adminMainMenu .side-menu-inner .menu-list>li div.active {
    background-color: rgba(0, 0, 0, .06);
}

#adminMainMenu .side-menu-inner .menu-list>li div:hover {
    background-color: rgba(0, 0, 0, .06);
}

#adminMainMenu .side-menu-inner .menu-list>li>div {
    padding: 22px;
}

#adminMainMenu .side-menu-inner .menu-list>li ul {
    list-style: none;
    padding: 0;
}

#adminMainMenu .side-menu-inner .menu-list>li ul div {
    padding: 22px 22px 22px 53px;
    cursor: pointer;
}
/* admin main menu styles */

.desktop-layout {
    width: 98%;
    height: 100%;
}

.desktop-layout .page {
    width: 100%;
    min-height: 100%;
    position: relative;
    margin: 0;
}

.desktop-layout .page .header {
    height: 50px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    z-index: 50;
    position: fixed;
    width: 100%;
}

.desktop-layout .header-gap {
    height: 120px;
}

.desktop-layout .admin-header-gap {
    height: 60px;
}

.desktop-layout .page .header div {
    display: inline-block;
}

.desktop-layout .page .main-menu {
    position: fixed;
    width: 100%;
    height: 50px;
    margin-top: 50px;
    z-index: 50;
    background-color: #ededed;
}

.desktop-layout .content {
    box-sizing: border-box;
    border-bottom-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px;
}

.desktop-layout .content .center {
    overflow: auto;
    height: 100%;
    position: fixed;
    float: left;
    top: 50px;
    left: 200px;
    padding: 10px;
    z-index: 51;
    border-top: 1px solid #d6d6d6;
    width: calc(100% - 200px);
}

.desktop-layout .footer-gap {
    height: 20px;
}

.desktop-layout .vertical-gap-20 {
    height: 20px;
}

.desktop-layout .footer {
    position: absolute;
    height: 60px;
    width: 100%;
    bottom: 0px;
}

.field-required label:after {
    content: "\2a";
    color: #ff0000;
}

.desktop-layout .content .data-context-name {
    font-size: 18px;
}

#weather-panel {
	font-size: 20px;
	text-align: center;
}

#weather-panel .weather-temperature {
	font-size: 20px;
	display: inline;
}

.simple-link {
	cursor: pointer;
}

.energy-report-result-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-weight: bold;
}

.rwd-menu-text {
    margin-right: 10px;
    color: black;
}

/* public links */
guest-hashes-grid .disabled {
    color: #A7A7A7;
}
/* min-width: bootstrap md */
@media only screen and (min-width: 992px) {
    .ui-view-admin {
        overflow: auto;
        height: 100%;
        position: fixed;
        float: left;
        top: 50px;
        left: 200px;
        padding: 10px;
        z-index: 51;
        border-top: 1px solid #d6d6d6;
        width: calc(100% - 200px);
    }
}

.csv-button {
    float:right;
    margin: 0 0 0 2px;
}
.csv-db-button {
    float:right;
    border: 1px solid #358040;
    border-radius: 5px;
}

.csv-button-monitoring {
    float:right;
    margin: 15px 0 10px 2px;
}

.admin-dropdown-menu {
    cursor: default;
}

#message {
    text-align: center;
}

.close-button {
    float: right;
    font-size: large;
    cursor: pointer;
}

.alert .alert-message {
    font-size: medium;
}
.tac {
    text-align: center;
}

.login-page-link {
    font-size: 85%;
    color: #21abc7;
    text-decoration: underline;
}

.login_btn {
    cursor: pointer;
    border-radius: 100px;
    font-weight: 600;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.cell {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.cell--xs {
    max-width: 35em;
}

.form-label {
    font-size: 18px;
    margin-bottom: 0.3125em;
}

.form-field {
    margin-bottom: 1.25em;
    border: 0;
    padding: 0;
}

.slideout-container {
    height: auto;
    position: absolute;
    top: 0; 
    bottom: 0;
    width:100%;
}
.password-change-link {
    font-size: 85%;
    color: #21abc7;
    text-decoration: underline;
}

.change_password_btn {
    cursor: pointer;
    border-radius: 100px;
    font-weight: 600;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    min-width: 18.75em;
    width: 200px;
}


.tac {
    text-align: center;
}

.registration_btn {
    cursor: pointer;
    border-radius: 100px;
    font-weight: 600;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    min-width: 18.75em;
}

.cell {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.cell--xs {
    max-width: 35em;
}

.field-required .field-label:before {
    content: "\2a";
    color: #ff0000;
}

.range-filter {
    float: left;
}

.range-filter .dx-item-content .item-label {
    float: left;
    display: table-cell;
    vertical-align: middle;
}

.range-filter .dx-item-content .item-date-box {
    float: left;
    margin-left: 20px;
}
.status-unknown {
    background-color: #34a8db;
}
.status-ok {
    background-color: #5cb85c;
}
.status-hint {
    background-color: #d5d94f;
}
.status-warning {
    background-color: #f0ad4e;
}
.status-error {
    background-color: #d9534f;
}
.status-critical {
    background-color: #46484a;
}
.status-disabled {
    background-color: #FFF;
    opacity: 0.0;
}
.dict-multi-value {
    font-size: 24px !important;
    margin-top: 20px !important;
}
