﻿html, body {
    font-family: 'Arimo', sans-serif;
    font-size: 100%;
    background: #ffffff;
    overflow:hidden;
     margin:0px!important;
     padding:0px!important;
}






.CloudHeader {
    width: 100%;
    background-color: #2A3F54;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 2px solid #D55365;
    padding-top: 15px;
}


.border-red {
    border-bottom: 1px solid #D55365;
    width: 100% !important;
}

.border-dark {
    border-bottom: 1px solid #2A3F54;
    width: 100% !important;
}

.border-blue {
    border-bottom: 1px solid #66AFFB;
    width: 100% !important;
}


.CloudSlides {
    width: 100% !important;
    padding: 0px;
    margin: 0px;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .CloudSlides img {
        height: auto;
        border: 0;
        width: 100%;
    }

.center-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    margin: auto;
    text-align: center;
    line-height: 200px;
}

.fullwidth {
    width: 100% !important;
}

.nopadding {
    padding: 0px !important;
}


ul.navbar-nav li a:hover {
    background-color: #ffffff !important;
    color: #2A3F54 !important;
}

ul.CloudFacebookLink li a {
    padding: 4px 12px;
    color: #ffffff !important;
}


ul.Cloudmenu li a {
    color: #ffffff !important;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    border-radius: 5px;
}


.image-note {
    margin-left: 3%;
    width: 30%;
    top: 30%;
    background-color: rgba(250, 250, 250, 0.90);
    min-height: 30%;
    position: absolute;
    padding-left: 10px;
    border-radius: 20px;
}

    .image-note p {
        width: 90%;
        line-height: 1.2em;
    }

.text-White {
    color: white;
}

.text-blue1 {
    color: #337AB7;
}

.text-black {
    color: black;
}

.text-blueLight {
    color: #0289C1 !important;
}

.text-red {
    color: #D55365;
}

.font-border-black {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.font-border-white {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}


.bg-dark {
    background-color: #092335;
}


.bg-dark0 {
    background-color: #173E58;
}

.bg-blue1 {
    background-color: #0399D8;
}

.bg-blue2 {
    background-color: #0289C1;
}

.bg-blue3 {
    background-color: #0E3D63;
}

.bg-oraange {
    background-color: #BB3D3D;
}

.bg-lightBlue {
    background-color: #f3f8fc;
}

.Slidebox {
    min-height: 250px;
    line-height: 1.6em;
    padding-top: 10px;
    color: #cfdeee;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    padding-bottom: 25px;
}



.SlideboxIcon {
    font-size: 4.2em;
    text-align: center;
    line-height: 0.5em;
    color: white;
}

.SlideboxTitle {
    font-size: 1.8em;
    text-align: center;
    color: white;
    padding-bottom: 10px;
    padding-top: 5px;
}

.siteContent {
    padding-left: 25px;
    padding-right: 25px;
    line-height: 1.7em;
    font-size: 1.1em;
}

.boxIcon {
    font-size: 5.2em;
    text-align: center;
    line-height: 0.5em;
    color: white;
}





.pnlServerIPAddressDetails {
    max-width: 350px;
    border-radius: 10px;
    width: 100%;
    height: 40px;
    background-color: #f1edf6;
    border: 1px solid #4d2a7c;
    color: #3b1c65;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

    .pnlServerIPAddressDetails small {
        color: #65789c;
        font-weight: 500;
    }
