.shutdown-body {
    background-color: #e7ebee !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #515151;
}

.centerPanel {
    width:auto;
    height:250px;
    margin-top:15%;
    margin-left: 35%;
    margin-right: 35%;
    padding: 25px;
    text-align:center;
    background-color: white;
}

@media screen and (max-width: 2000px)  {
    .centerPanel {
        margin-left: 30%;
        margin-right: 30%;
    }
}

@media screen and (max-width: 1600px)  {
    .centerPanel {
        margin-left: 25%;
        margin-right: 25%;
    }
}

@media screen and (max-width: 1200px)  {
    .centerPanel {
        margin-left: 20%;
        margin-right: 20%;
    }
}

@media screen and (max-width: 900px)  {
    .centerPanel {
        margin-top:25%;
        margin-left: 17%;
        margin-right: 17%;
    }
}

@media screen and (max-width: 550px)  {
    .centerPanel {
        margin-top:150px;
        padding: 15px;
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media screen and (max-width: 350px)  {
    .centerPanel {
        margin-top:150px;
        padding: 15px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

.border-shadows {
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    border-radius: 0px;
    border: 0;
    margin-bottom: 24px;
}

.border-shadows-big {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9);
    border-radius: 0px;
    border: 0;
}

.pad-center {
    text-align: center;
}

.descriptionText {
    font-size: 16px;
}
@media screen and (max-width: 360px)  {
    .descriptionText {
        font-size: 14px;
    }
}

@media screen and (max-width: 270px)  {
    .descriptionText {
        font-size: 13px;
    }
}

#panoCloudBrandingSmall {
    position:absolute;
    top:5px;
    left:5px;
    z-index: 4000;
    width:150px;
    height:95px;
}

#panoCloudBrandingSmall {
    position:absolute;
    top:5px;
    z-index: 4000;
    width:150px;
    height:95px;
}

@media screen and (min-width: 850px) {
    #panoCloudBrandingSmall {
        left:5px;
    }
}

@media screen and (max-width: 850px)  {
    #panoCloudBrandingSmall {
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
    }
}

.customerLogo {
    position: absolute;
    z-index: 4000;
}

@media screen and (min-width: 850px) {
    .customerLogo {
        top: 20px;
        right: 20px;
    }
}

@media screen and (max-width: 850px)  {
    .customerLogo {
        bottom:20px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
    }
}

@media screen and (max-width: 850px)  {
    h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 500px)  {
    h1 {
        font-size: 22px;
    }
}

@media screen and (max-width: 300px)  {
    h1 {
        font-size: 19px;
    }
}

.countryFlag {}

@media screen and (max-width: 850px)  {
    .countryFlag {
        display: none;
    }
}

.menuTxt:hover {
    color: #F29400;
}

.centerCustomerMenu {
    width:auto;
    margin-top:15px;
    margin-left: 35%;
    margin-right: 35%;
    padding: 25px;
    text-align:center;
    background-color: #434445;
}

@media screen and (max-width: 2000px)  {
    .centerCustomerMenu {
        margin-left: 30%;
        margin-right: 30%;
    }
}

@media screen and (max-width: 1600px)  {
    .centerCustomerMenu {
        margin-left: 25%;
        margin-right: 25%;
    }
}

@media screen and (max-width: 1200px)  {
    .centerCustomerMenu {
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media screen and (max-width: 900px)  {
    .centerCustomerMenu {
        margin-top:5%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

.customerMenu p {
    color: #ededed;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}


@media screen and (max-width: 650px)  {
    .customerMenu p {
        font-size: 12px;
    }
}


.customerMenu a {
    color:#F29400;
}

.customerMenu hr {
    margin: 15px 0 15px 0;
    border-top: 1px solid rgba(125, 125, 125, 1);
}

.customerMenu h3 {
    margin: 0px 0 15px 0;
    padding: 0px;
    font-size: 18px;
    font-weight: 400;
    color: #d6d6d6;
}

.customerMenu h4 {
    margin: 0px 0 15px 0;
    padding: 0px;
    font-size: 18px;
    font-weight: 400;
    color: #d6d6d6;
}

.customerMenu h1 {
    margin: -28px 0 30px 0;
    padding: 0px;
    font-size: 24px;
    font-weight: 400;
}