/* community.css */

div.wrapper {
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
}

h1 {
    font-size:64px;
    line-height:68px;
    font-weight:300;
    color:#FFF;
}

h3 {
    padding:16px 10px 16px 10px;
}

b {
    font-weight:400;
    color:inherit;
    font-size:inherit;
}
.banner b {
    font-weight:700;
}

ul, ol, li, ul li, ol li {
    margin:0;
    padding:0;
    list-style:none;
}

a {
    font-size:inherit;
    font-weight:inherit;
    text-decoration:none;
}

/*
br {
    display:block;
    clear:none;
}
*/

.label {
display: inline;
padding: .2em .6em .3em;
font-size: 12px;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
background-color: #D0D0D0;
}
.label-info {
background-color: #5bc0de;
}

.statusLi li {
    color:#0068b1;
    text-decoration:underline;
}

.more { 
    text-decoration:underline;
}
.more:hover {
    text-decoration:none;
}

.btn {
    min-width:130px;
    padding:0 10px 0 10px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display:inline-block !important;
    font-weight:inherit !important;
    font-size:inherit !important;
}

.arrow-right {
    width: 0; 
    height: 0; 
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #FFF;
    display:inline-block;
}

.arrow-right-blue {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 16px solid #0B8ACD;
    display:inline-block;
}

.arrow-blue {
    background:url(../images/community/arrow-blue.png) no-repeat 0 0;
    display:inline-block;
    width:13px;
    height:13px;
    vertical-align:middle;
    line-height:inherit;
    padding:2px 5px 2px 0;
}
.arrow-white {
    background:url(../images/community/arrow-white.png) no-repeat 0 0;
    display:inline-block;
    width:13px;
    height:13px;
    vertical-align:middle;
    line-height:inherit;
    padding:2px 5px 2px 0;
}
.icn-twitter {
    background:url(../images/community/icn-twitter.png) no-repeat 0 0;
    display:inline-block;
    width:20px;
    height:20px;
    vertical-align:middle;
    line-height:inherit;
    padding:2px 5px 2px 0;
}

.input {
    border:none;
    outline:none;
    padding:2px 4px 2px 4px;
    height:26px;
    width:160px;
}

.inputBtn {
    border:none;
    display:inline-block;
    line-height:26px;
    padding:2px 4px 2px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor:pointer;
    margin-left:10px;
}

table td {
    border-bottom:1px solid #E1E1E1;
}
table tr:last-child td {
    border:none;
}
table tr:hover {
    background:#F5F5F5;
}

.spinable:hover .spin {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

/*
* Main menu
**/

nav ul li, ul li {
    padding:10px;
}

nav ul li a, ul li a {
    font-size:inherit;
    font-weight:inherit;
    color:inherit;
    font-family:inherit;
    text-decoration:none;
}
nav ul li a:hover {
    color:#0B8ACD;
}

.active a {
    font-weight:400;
    color:#0B8ACD;
}
.box {
    border:1px solid #E0E0E0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.box:hover {
    -moz-box-shadow: 1px 0px 5px 0px #cfcfcf;
    -webkit-box-shadow: 1px 0px 5px 0px #cfcfcf;
    -o-box-shadow: 1px 0px 5px 0px #cfcfcf;
    box-shadow: 1px 0px 5px 0px #cfcfcf;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=90, Strength=5);
}
div.tooltip {
    background-color: #E6E6E6;
    border: 1px solid #E0E0E0;
    text-align:justify;
    -webkit-box-shadow:none;
    box-shadow:none
}
div.tooltip p {
    color:#494949;
}

/**
 * Backgrounds colors
*/
.bgWhite {
    background:#FFF;
}
.bgBlue {
    background:#0B8ACD;
    color:#FFF;
}
.bgSoftBlue {
    background:#A4DCFB;
    padding:6px;
}
.bgYellow, .bgcloud {
    background:#E4B160 !important;
    color:#FFF;
}
.bgSoftYellow {
    background:#EDE5D6;
    padding:10px;
}
.bgGrey {
    background:#8A959E;
    color:#FFF;
    padding:10px;
}
.bgSoftGrey {
    background:#E0DDE1;
}
.bgGreen, .bgweb {
    background:#4B9C8B !important;
}
.bgDarkBlue, .bgtelecom {
    background:#3F7B9D !important;
}
.bgSoftGreen, .bgdedie, .bgdedicated {
    background:#69B4C9 !important;
}
.bgDark {
    background:#524f4a;
}


/**
 * Colors
**/
.cBlue {
    color:#0B8ACD;
}
.cSoftBlue {
    color:#A4DCFB;
}
.cYellow, .cloud {
    color:#E4B160;
}
.cSoftYellow {
    color:#EDE5D6;
}
.cbgGrey {
    color:#8A959E;
}
.cSoftGrey {
    color:#E0DDE1;
}
.cGreen, .web {
    color:#4B9C8B;
}
.cDarkBlue, .telecom {
    color:#3F7B9D;
}
.cSoftGreen, .dedie, .dedicated {
    color:#69B4C9;
}
.mobile {
    color: #EE4036;
}

.icn-square {
    display:inline-block;
    width:10px;
    height:10px;
    margin:0 10px 0 10px;
    font-size:inherit;
}

/**
 * Gallery
*/
.tof{
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:150px;
    display:block;
    overflow:hidden;
    border: solid 2px #ffffff;
}

.tof span {
     -webkit-transform:translateZ(0);
     -moz-transform:translateZ(0);
     -ms-transform:translateZ(0);
     -o-transform:translateZ(0);
     transform:translateZ(0);
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 30%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-repeat: no-repeat;
}

.tof:hover span {
    -moz-transform: scale(1.04333333333333333333333333333333);
    -webkit-transform: scale(1.04333333333333333333333333333333);
    -o-transform: scale(1.04333333333333333333333333333333);
    -ms-transform: scale(1.04333333333333333333333333333333);
    transform: scale(1.04333333333333333333333333333333);
}

.tof:active{ border: solid 2px #ffffff; }

.tof1{width:25%;}
.tof2{width:50%;}
.tof3{width:75%;}
.tof4{width:100%;}


/**
** Checkbox
**/
    [type="checkbox"]:not(:checked),
    [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
    }

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 75px;
        cursor: pointer;
    }

    [type="checkbox"]:not(:checked) + label:before,
    [type="checkbox"]:checked + label:before,
    [type="checkbox"]:not(:checked) + label:after,
    [type="checkbox"]:checked + label:after {
        content: '';
        position: absolute;
    }

    [type="checkbox"]:not(:checked) + label:before,
    [type="checkbox"]:checked + label:before {
        left:0; top: -3px;
        width: 65px; height: 30px;
        background: #DDDDDD;
        border-radius: 15px;
        -webkit-transition: background-color .2s;
        -moz-transition: background-color .2s;
        -ms-transition: background-color .2s;
        transition: background-color .2s;
    }

    [type="checkbox"]:not(:checked) + label:after,
    [type="checkbox"]:checked + label:after {
        width: 20px; height: 20px;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        transition: all .2s;
        border-radius: 50%;
        background: #7F8C9A;
        top: 2px; left: 5px;
    }



    /* on checked */
    [type="checkbox"]:checked + label:before {
        background:#A4DCFB; 
    }

    [type="checkbox"]:checked + label:after {
        background:#0B8ACD;
        top: 2px; left: 40px;
    }


    [type="checkbox"]:checked + label .ui,
    [type="checkbox"]:not(:checked) + label .ui:before,
    [type="checkbox"]:checked + label .ui:after {
        position: absolute;
        left: 6px;
        width: 65px;
        border-radius: 15px;
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        transition: all .2s;
    }

    [type="checkbox"]:not(:checked) + label .ui:before {
        content: "no";
        left: 12px
    }

    [type="checkbox"]:checked + label .ui:after {
        content: "yes";
        color: #0B8ACD;
        left:-18px;
    }

    [type="checkbox"]:focus + label:before {
        border: 1px dashed #777;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: -1px;
    }



/**
 * Calendar
**/
.calendar {
    display:inline-block;
    width:50px;
    height:50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background:#2C2D2F;
    color:#FFF;
    text-align:center;
}
.calendar .day {
    font-size:24px;
    line-height:28px;
    font-weight:400;
    color:#FFF;
}
.calendar .monthLiteral {
    font-size:16px;
    line-height:20px;
    font-weight:400;
    color:#FFF;
}

/**
 * Progress bar
**/
progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  
  /* Get rid of default border in Firefox. */
  border: none;
  
  /* Dimensions */
  width: 124px;
  height: 24px;
}
progress[value]::-webkit-progress-bar {
    background:#DCDCDC;
}

progress[value]::-webkit-progress-value {
    background:#0B8ACD;
}


/**
 * Twitter
**/
.ui-widget-header {
    border: none;
    background: none;
    color: #fff;
    font-weight: bold;
}
.ui-widget-content {
border: none;
background: none;
color: #333;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: 5px 10px 5px 10px;
text-decoration: none;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 0;
background: none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
color: #0068b1;
font-weight:300;
text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border: 1px solid #ccc;
background: #fff;
font-weight: bold;
color: #eb8f00;
}

/**
 * SOCIAL
**/
.social-links {
    display:inline-block;
    width:36px;
    height:20px;
    background:url(../images/community/sprite-social.gif) no-repeat 0 0;
    vertical-align:text-bottom;
    margin-left:4px;
}
.social-links.pdf {
    background-position:0 0;
}
.social-links.fb {
    background-position:-32px 0;
}
.social-links.tw {
    background-position:-64px 0;
}
.social-links.gg {
    background-position:-96px 0;
}
.social-links.yt {
    background-position:-118px 0;
}

/* USERCASE */
.usercase-detail h2, .usercase-detail h3 {
    margin:20px 0 20px 0;
}
.usercase-detail .head {
    padding:20px 0;
    border-bottom:2px solid #93D4FD;
    margin-bottom:20px;
}

.usercase-detail .label {
    padding:0 10px 0 15px;
    position:relative;
    background:#93D4FD;
    color:#0B73C5;
    text-transform:uppercase;
    display:inline-block;
    line-height:24px;
    margin:0 20px 10px 0;
    border-radius:0;
}
.usercase-detail .label:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(147, 212, 253, 0);
    border-right-color: #93D4FD;
    border-width: 12px;
    margin-top: -12px;
}
.usercase-detail .label:before {
    content:"";
    width:5px;
    height:5px;
    background:#FFF;
    border-radius:50%;
    left:-10px;
    display:block;
    margin-left:10px;
    top:10px;
    position:absolute;
    z-index:4;
}

.textMargin { margin-top: 10px; }
.supportDesc { min-height: 100px; }
.noBPadding { padding-bottom: 0; }

.new-number { background-color: #F5F5F5; }
.new-number .free { margin: -35px 0px -15px 0px; }

.supportBox { padding: 0 !important; }
.supportBox h3 { padding-bottom: 0; }
.supportBox h3 img { vertical-align: bottom; }
.supportBox .desc { min-height: 100px !important; height: auto; }

.boxLink {
    height: 40px;
    background: #F2F2F2;
    line-height: 40PX;
    border-top: solid 1px #DDD;
    padding: 0 10px;
    text-align: right;
    border-top: 1px solid #DDD;
}

.toolRow {
    height: 40px;
    padding: 0 10px;
}

.toolRow a {
    line-height: 40px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.toolRow a:hover {
    margin-left: 5px;
}




@media print { 
    body { 
        background:#FFF; 
    }
    div#main {
        margin:0 !important;
    }
    div.wrapper {
        width:90%;
    }
    footer, #header, #footer, #nav, #getFixed, .usercaseSidebar, .hiddenTablets, h3 > span { 
        display: none !important; 
    } 
    .usercaseContent { 
        width:100% !important; 
    }
    .content {
        display:block !important;
    }
    div.section3 {
        width:100%;
    }
}


@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


#headerCommunity {
    background: #F6F6F6;
}

#headerCommunity #image {
    margin-top: -19.2%;
}

#headerCommunity .section3 {
    background: #EEEEEE;
    border:1px solid #D0D0D0;
    text-align: center;
    margin-top: 1.8%;
    margin-left:-2%;
    padding: 5% 0;
}

#headerCommunity .circle {
    background:#95C11D;
    margin:20px 0 -30px 0;
    width:195px;
    height:195px;
    border-radius: 100px;
    text-align: center;
}

#headerCommunity .circle * {
    color:white;
}

a.btn:hover:not(.disabled) {
    box-shadow: none;
}

#ovhMailingListsContents table tr:hover {
    background: none;
}

.icon.web {
                background: url('../../images/community/web.png') no-repeat; 
            }

            .icon.cloud {
                background: url('../../images/community/cloud.png') no-repeat; 
            }

            .icon.dedie {
                background: url('../../images/community/dedie.png') no-repeat; 
            }

            .icon.telecom {
                background: url('../../images/community/telecom.png') no-repeat; 
            }

            .icon.mail {
                background: url('../../images/community/mail.png') no-repeat; 
            }
            
            #guide div.section3 {
                border:1px solid #FFFFFF;
                padding:30px 0;
                
            }

            #guide div.section3 .icon {
                width:100%;
                height:80px;
                background-position:center -80px; 
                margin-bottom: 15px;
                
            }

            #guide div.section3 .icon:last-child {
                border:none;
            }

            /*div.section3:hover .icon {
                background-position:center 0px;
            }*/
            
            div#guide {
                padding-left: 4%; 
                display:flex; 
            }

            #guide div{
                color:white; 
            }

            #guide div.section1 a:hover div{
                color: black;
            }
            
            #guide div.section3 {
                margin-right: 5%;
            }

            #guide div.section3 ul li {
                text-align:left;
            }

            #guide div.section3 ul li a {
                text-decoration: underline;
            }

            #guide div.section3 ul li a:hover{
                color: black !important;
                padding:5px 0!important; 
            }

            #guide div.section3 div.section2 {
                margin-right: -1%;
            }

            #guide div.section3 div.section2:first-child {
                margin-top:4%;
            }

@media screen and (max-width:870px) {
    div#guide {
        display: block;
    }

    div#guide div.section3 {
        width:95% !important;
        margin-right:8%;
        margin-bottom: 2%;
    }

    nav {
        margin-top: 3%;
    }
}   

