﻿/*This class is empty because we the standard style is the same as the residential*/
#logo {
    width: 100px !important;
}

html, body {
    height: 100%;
}

.maintenance {
    position: absolute;
    left: 50%;
    right: 25%;
    top: 0px;
    color: white;
    font-size: 16px;
    height: 100px;
    z-index: 10000;
}

.chromeframe {
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: transparent;
    font-size: 1.2em;
    top: 0;
}

.chrometext {
    color: white;
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.5;
    }
}

/*a:disabled {
    color: rgba(255, 255, 255, 0.5);
}*/

div:disabled {
    opacity: 0.5;
}

@media (min-width: 576px) {
    .menucontainer {
        height: 100%
    }
}

@media (max-width: 500px) {
    .productlogo {
        float: none !important;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 768px) {
    .menucontainer {
        height: 100%;
    }
}

@media (min-width: 992px) {
    .menucontainer {
        height: 100%
    }
}

@media (min-width: 1200px) {
    .menucontainer {
        height: 60%
    }

    .logocontainer {
        max-width: 1400px;
    }
}

.homecontainerbody {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: rgba(0,0,0,0.5);*/
    overflow: auto
}

.homelg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    z-index: 9999;
}

.no-background-color {
    background-color: transparent !important;
}

.no-radius {
    border-radius: 0 !important
}

.menucontainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.BoxMenuNoSub {
    border: 4px solid #EAEDEE !important;
    height: 250px;
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    text-transform: UPPERCASE;
}
    .BoxMenuNoSub:hover {
        background-color: #4d4d4f !important;
        color: #EAEDEE !important;
    }

    .BoxMenuNoSub .disabled, .BoxMenuNoSub.disabled {
        color: white !important;
        opacity: 0.5 !important;
        cursor: not-allowed !important;
    }


.productlogo {
    height: 150px !important;
}

.brandlogo {
    float: left !important;
    padding-top: 50px;
    max-width: 20% !important;
}

.logocontainer {
    margin: auto;
}

.logouserinfo {
    float: right
}

.MenuLabel {
    display: none;
}

#HomeBody.retina-logo {
    width: 50%;
}

.demoHome {
    position: relative;
    z-index: 120;
}

.demoHome mark {
    position: absolute;
    right: 0;
    background-color: #000000;
    color: #ffffff;
    opacity: 0.3;
    font-size: 0.9em;
}

.greeting span, .greeting a {
    color: #EAEDEE;
}
h1 {
    font-size: 40px;
    color: #EAEDEE;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
}