/*Fonts*/
@import url('/fonts/OpenSans/fontface.css');
@import url('/fonts/Roboto/fontface.css');

@font-face {
    font-family: "Raleway Medium";
    font-style: normal;
    font-weight: 500;
    src: local("Raleway Medium"), local("Raleway-Medium"),
    url("/fonts/raleway-medium_f93e5acd6b1a4a6eef84b551db6f21ba.woff") format("woff2")
}

body.logged-in{margin-top:-32px; padding-top: 32px;}

#wpadminbar{
  position: absolute;
}

h1,h2,h3,h4,h5,h6{
    margin:0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

div:focus{
    outline:none;
}

button,input{
    outline:none;
}

img,svg{
    -moz-user-select: none;
    -webkit-user-select: none;
    pointer-events:none;
    user-select:none;
}

body{
    font-family:'Open Sans', sans-serif;
    color:rgb(70,70,70);
    display:flex;
    flex-direction:column;
    /*background: rgb(250, 250, 250);*/
    min-height:calc(100vh + 217px);
}

a{
    cursor:pointer
}

a.carbon-tooltip{
    font-weight:600;
    color:rgb(15,148,226);
    text-decoration:underline;
}
a.carbon-tooltip.carbon-question{
    display: inlin-block;
    vertical-align: middle;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    -ms-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    z-index:1;
}

a.carbon-tooltip.carbon-tooltip *{
    color:rgb(15,148,226);
    position: absolute;
    font-size:16px;
    text-align: center;
}

a.carbon-tooltip.carbon-tooltip *:before{
  content: '\00a0'
}

a[data-toggle='tooltip'] + .tooltip.in{
    opacity:1;
}

a[data-toggle='tooltip'] + .tooltip .tooltip-arrow{
    /*border-top-color:rgb(15,148,226)*/
    border-top-color:white;
    z-index: 101;
}

a[data-toggle='tooltip'] + .tooltip .tooltip-inner {
    max-width:550px;
    text-align: left;
    font-size:14px;
    padding: 15px;
    /*border:1px solid rgb(15,148,226);*/
    background:white;
    color:rgb(50,50,50);
    box-shadow: 0 0 25px #bbb;
}

#datacenter_map_container a[data-toggle='tooltip'] + .tooltip .tooltip-inner{
    -webkit-box-shadow: 0 0 25px #555;
    -moz-box-shadow: 0 0 25px #555;
    box-shadow: 0 0 25px #555;
}

#qs-tooltip  + .tooltip .tooltip-inner {
    position: relative;
    left:50px;
    max-width:500px;
}

#qs-analytics  + .tooltip .tooltip-inner {
    max-width:670px;
}

#qs-ddos  + .tooltip .tooltip-inner {
    max-width:505px;
}

#qs-reserved + .tooltip .tooltip-inner{
    width:430px;
}

#qs-business + .tooltip .tooltip-inner{
    max-width:555px;
}

#tooltip-price + .tooltip .tooltip-inner{
    width:200px;
}


button.button-carbon{
    padding:7.5px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border:1px solid transparent;
    -webkit-transition: color .3s, background-color .3s, border .3s, -webkit-box-shadow .3s, -moz-box-shadow .3s, box-shadow .3s;
    -moz-transition: color .3s, background-color .3s, border .3s, -webkit-box-shadow .3s, -moz-box-shadow .3s, box-shadow .3s;
    -ms-transition: color .3s, background-color .3s, border .3s, -webkit-box-shadow .3s, -moz-box-shadow .3s, box-shadow .3s;
    -o-transition: color .3s, background-color .3s, border .3s, -webkit-box-shadow .3s, -moz-box-shadow .3s, box-shadow .3s;
    transition: color .3s, background-color .3s, border .3s, -webkit-box-shadow .3s, -moz-box-shadow .3s, box-shadow .3s;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button.button-carbon i{
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-size:18px;
    position: relative;
    top:1px;
}

button.button-carbon:active{
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

button.button-carbon.carbon-dark, button.button-carbon.carbon-light{
    background:rgb(15,148,226);
    border-color:rgb(15,148,226);
    color:white;
}
button.button-carbon.carbon-dark i, button.button-carbon.carbon-light i{
    color:white;
}
button.button-carbon.carbon-dark:hover{
    background:rgb(11,116,177);
    border-color:rgb(11,116,177);
    color:white;
}
button.button-carbon.carbon-light:hover{
    background:white;
    color:rgb(15,148,226);
}

button.button-carbon.carbon-light:hover i{
    color: rgb(15,148,226);
}

ul.carbon-ul {
    list-style: none;
    padding:0;
    display: table;
}

ul.carbon-ul li {
    display: table-row;
}

ul.carbon-ul li::before {
    content: "\f111";
    font-size:8px;
    margin-right:10px;
    font-family:'FontAwesome';
    position: relative;
    display: table-cell;
    padding:5px 10px;
    top:-2px;
    color: rgb(15,148,226); /* or whatever color you prefer */
}

.bc-white{
    background:white
}

code {
    display: block;
    padding: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    line-height: 1.6;
    font-family: monospace;
    font-size: 14px;
    color: rgb(70,70,70);
    background-color: #f5f5f5;
}
