html, body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', 'Tahoma', 'Verdana', 'Arial', 'sans-serif';
    padding-bottom: 25px;
}

.letterbox {
    z-index: -10 !important;
}

.clear {
    clear: both;
}

#contentMovedWarning {
    background: palegoldenrod;
    border: 1px solid goldenrod;
    padding: 0 20px;

    margin: 20px auto;
    width: 500px;
}

#contentHeader h1 {
    word-spacing: -1px;
    font-size: 28pt;
    margin-bottom: 10px;
    font-family: "segoe ui light", "segoe ui", 'Tahoma', 'Verdana', 'Arial', 'sans-serif';
    font-weight: 300;
    color: #474444;
}

#contentHeader .paragraphs {
    font-size: 13pt;
}

#mainContainer {
    width: 100%;
    height: 100%;
}

#selectorContainer {
    margin-top: 25px;
    margin-bottom: 25px;
}

#contentContainer {
    padding: 15px;
}

#faqsTitle {
    word-spacing: -1px;
    font-size: 21pt;
    margin-bottom: 20px;
    font-family: "segoe ui", 'Tahoma', 'Verdana', 'Arial', 'sans-serif';
    font-weight: 300;
    margin-top: 6px;
    color: #474444;
    border-top: 1px solid #CCCCCC;
    padding-top: 15px;
}

.column {
    float: left;
    width: 50%;
}

    .column:first-child {
        width: 48%;
        margin-right: 2%;
    }

#texts {
    font-family: 'Segoe UI','SegoeUIWF', 'Tahoma', 'Verdana', 'Arial', 'sans-serif';
    font-size: 10pt;
    margin-top: 10px;
}

.title {
    font-size: 13pt;
    color: #0078DB;
}

.muted {
    color: #6A6A6A;
}

.highlighted {
    color: #02ACED;
}

.bold {
    font-weight: bold !important;
}

a:link, a:visited {
    color: #02ACED;
    text-decoration: none;
    font-weight: normal;
}

.bordered {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 10px;
    margin-top: 10px;
}

/* TABLE */
.table thead th {
    background-color: #0078DB;
    color: #fff;
    font-weight: normal;
    text-align: left;
    padding: 10px 15px 10px 10px;
    font-size: 12pt;
    max-width: 275px;
    line-height: 22px;
}

.table tbody tr:nth-child(2n) {
    background-color: rgba(0, 114, 198, 0.18);
}

.table td {
    padding: 5px 10px 10px 10px;
}

.table .item {
    font-size: 10pt;
    padding-bottom: 2px;
    /*max-width: 140px;*/
}

.extraitem {
    max-width: 140px;
    font-size: 8pt;
}

/* MAP */
#mapWrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
}

    #mapWrapper.narrow {
        width: 85%;
        -webkit-transition: width 0.2s;
        -moz-transition: width 0.2s;
        -o-transition: width 0.2s;
        transition: width 0.2s;
    }

#mapContainer {
    width: 100%;
    padding: 25px 0 10px 0;
    overflow: hidden;
    border-top: 1px solid #CCCCCC;
    margin-top: 10px;
}

#map {
    width: 100%;
    height: 600px;
    position: relative;
    float: left;
}

#map-notification {
    position: absolute;
    bottom: 0;
    display: none;
    padding: 10px 0 10px 0;
    width: 100%;
    color: white;
    float: left;
    cursor: default;
    z-index: 70;
    font-family: "segoe ui light", "segoe ui", 'Tahoma', 'Verdana', 'Arial', 'sans-serif';
    background: rgb(0, 114, 198);
    background-color: rgba(0, 114, 198, 0.7);
    font-size: 16pt;
    text-align: center;
}

#datacenterInfoContainer {
    /* Hidden by default */
    display: none;
    overflow: auto;
}

#datacenterInfoContainer.expanded {
    display: block;
    float: right;
    background-color: #F5F5F5;
    width: 15%;
    height: 600px;
}

#datacenterInfoContainer h3, 
#datacenterInfoContainer h2,
#datacenterInfoContainer h1 {
    padding-left: 10px;
    padding-right: 10px;
}

#datacenterInfoContainer.expanded .items {
    overflow-y: auto;
    overflow-x: hidden;
}

#mapDescription {
    clear: both;
    font-family: 'Segoe UI','SegoeUIWF', 'Tahoma', 'Verdana', 'Arial', 'sans-serif';
    font-size: 10pt;
    padding-top: 5px;
}

.information-box {
    border: solid #F5F5F5;
    padding: 5px 10px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-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;
    cursor: default;
}

    .information-box.selected {
        border-color: #0072C6;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-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;
    }

.information-box-title {
    font-size: 14pt;
    margin-bottom: 5px;
    color: #0078DB;
}

.information-box-description {
    font-size: 11pt;
    margin-bottom: 10px;
}

.information-box-services {
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 10pt;
}

    .information-box-services ul {
        font-weight: normal;
        margin: 5px 0 0 0;
        text-indent: -7px;
        padding-left: 8px;
        list-style: none;
    }

        .information-box-services ul li:before {
            content: ".";
            font-size: 20pt;
            padding-right: 5px;
            height: 2px;
            line-height: 0;
            vertical-align: top;
        }

.c-infobox {
    background-color: #0072C6;
    pointer-events: auto;
    color: #FFF;
    font-family: 'Segoe UI', 'Tahoma', 'Verdana', 'Arial', 'sans-serif';
    font-weight: normal;
    font-size: 10pt;
    text-align: center;
    min-width: 130px;
}

.c-infobox-title {
    font-size: 12pt;
    padding-bottom: 8px;
}

.c-infobox .arrow {
    position: relative;
    border: 4px solid transparent;
}

    .c-infobox .arrow:after {
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: #0072C6;
        border-width: 8px;
        left: -20px;
        top: 7px;
    }

    .c-infobox .arrow.left:after {
        left: 126px;
        border-right-color: transparent;
        border-left-color: #0072C6;
    }

/* DROPDOWN */
#dropdownButton {
    height: 60px;
    min-width: 280px;
    border: none;
    text-align: left;
    font-size: 18pt;
    color: #FFF;
    font-family: "segoe ui light", "segoe ui", 'Tahoma', 'Verdana', 'Arial', 'sans-serif';
    font-weight: normal;
    text-indent: 10px;
    padding-top: 2px;
    padding-right: 45px;
    background: #0078DB url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAARAgMAAABP6A8TAAAADFBMVEXaOwH8/////+////8DVioZAAAAAXRSTlMAQObYZgAAAFVJREFUeF5dx7EJgDAQQNEPaT1dxS6NQzmBrpQFhIBjWGSBFOkDOe/Ayt88Pl8TsMICNJgzYbdLSDMq0ekUQ8Z9JgjnNTJQtANErY5ocsKRHR48Nv69/joYPae1GIQAAAAASUVORK5CYII=') /*../assets/chevron1.png*/ no-repeat 95% 62%;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14pt;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu > li > a {
    min-width: 239px;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: default;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        text-decoration: none;
        background-color: #F8F8F8;
    }

	
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0.95;
	background: url(../assets/spinner.gif) center no-repeat #fff;
}
