/**************************************
    CSS DOCUMENT FOR WEB UNIVERSE
**************************************/

/******** COMMOMN ********/

.uniweb *,
.header *{
    font-family: 'lato','Trebuchet MS', 'Helvetica', sans-serif !important;
}

div.uniweb h1,
div.uniweb h2,
div.uniweb p.h2Like,
div.uniweb span.h2Like,
div.uniweb h5.h2Like,
div.uniweb h6 {
    color: #0A3947;
}

div.uniweb h3,
div.uniweb h4,
div.uniweb h5 {
    color: #3C3C3C;
}

hr,
div.uniweb hr {
    border-color: #EAEAEA;
    margin: 0 auto;
    width: 80%;
}

div.uniweb h1,
div.uniweb .bold {
    font-weight: 500;
}

div.uniweb h2,
div.uniweb h5.h2Like,
div.uniweb p.h2Like, 
div.uniweb span.h2Like {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

div.uniweb h2.main {
    font-size: 22px;
    line-height: 32px;
}

div.uniweb div.more h3 {
    font-size: 20px;
    line-height: 18px;
    font-weight: normal;
}

/*div.uniweb .small {
    font-size: 10px;
}

div.uniweb a,
div.uniweb span {
    font-size: 14px;
}*/

.violetColor {
    color: #c22561;
}

.bold {
    font-weight:bold !important;
}

div.uniweb .green { color: #59AA99; }
div.uniweb table tr td { color: #494949; }

/*div.uniweb p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}*/

div.uniweb .fs18 {
    font-size: 18px;
}
div.uniweb .fs12 {
    font-size: 12px;
}

div.uniweb .exgButton,
div.uniweb .exbButton {
    display: block;
    background: #59AA99;
    text-align: center;
    line-height: 42px;
    text-decoration: none;
    border: 0; 
}

div.uniweb .exbButton {
    margin: 0 auto;
    padding: 0px 30px;
    background: #020303;
    width:100%;
    text-transform: uppercase;
}

div.uniweb .exbButton:hover,
div.uniweb .exgButton:hover {
    background: #1F6FB3;
}
div.uniweb .exbButton span,
div.uniweb .exgButton span {
    color: white;
    font-size: 21px;
    text-decoration: none;
    line-height: 47px;
    font-weight: 400;
}

div.uniweb div.topRounded {
    border-radius: 3px 3px 0px 0px;
    -o-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
}

div.uniweb a.pci.btn,
div.uniweb div.pcitick,
div.uniweb div.panelTop.pci {
    background: rgb(240,215,39);
    background: -moz-linear-gradient(top, rgba(240,215,39,1) 0%, rgba(206,116,12,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,215,39,1)), color-stop(100%,rgba(206,116,12,1)));
    background: -webkit-linear-gradient(top, rgba(240,215,39,1) 0%,rgba(206,116,12,1) 100%);
    background: -o-linear-gradient(top, rgba(240,215,39,1) 0%,rgba(206,116,12,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,215,39,1) 0%,rgba(206,116,12,1) 100%);
    background: linear-gradient(to bottom, rgba(240,215,39,1) 0%,rgba(206,116,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d727', endColorstr='#ce740c',GradientType=0 );
}

div.uniweb a.btn.pcs,
div.uniweb div.pcstick,
div.uniweb div.panelTop.pcs {
    background: rgb(234,106,47);
    background: -moz-linear-gradient(top, rgba(234,106,47,1) 0%, rgba(191,46,23,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,106,47,1)), color-stop(100%,rgba(191,46,23,1)));
    background: -webkit-linear-gradient(top, rgba(234,106,47,1) 0%,rgba(191,46,23,1) 100%);
    background: -o-linear-gradient(top, rgba(234,106,47,1) 0%,rgba(191,46,23,1) 100%);
    background: -ms-linear-gradient(top, rgba(234,106,47,1) 0%,rgba(191,46,23,1) 100%);
    background: linear-gradient(to bottom, rgba(234,106,47,1) 0%,rgba(191,46,23,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea6a2f', endColorstr='#bf2e17',GradientType=0 );
}

div.uniweb a.btn.cloudbp,
div.uniweb div.cloudbptick,
div.uniweb div.panelTop.cloudbp {
    background: rgb(173,139,112);
    background: -moz-linear-gradient(top,  rgba(173,139,112,1) 0%, rgba(160,105,87,1) 0%, rgba(140,88,77,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,139,112,1)), color-stop(0%,rgba(160,105,87,1)), color-stop(100%,rgba(140,88,77,1)));
    background: -webkit-linear-gradient(top,  rgba(173,139,112,1) 0%,rgba(160,105,87,1) 0%,rgba(140,88,77,1) 100%);
    background: -o-linear-gradient(top,  rgba(173,139,112,1) 0%,rgba(160,105,87,1) 0%,rgba(140,88,77,1) 100%);
    background: -ms-linear-gradient(top,  rgba(173,139,112,1) 0%,rgba(160,105,87,1) 0%,rgba(140,88,77,1) 100%);
    background: linear-gradient(to bottom,  rgba(173,139,112,1) 0%,rgba(160,105,87,1) 0%,rgba(140,88,77,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad8b70', endColorstr='#8c584d',GradientType=0 );
}

div.uniweb a.btn.pca,
div.uniweb div.pcatick,
div.uniweb div.panelTop.pca {
        background: #db7a10;
        background: -moz-linear-gradient(top, #db7a10 0%, #b7660d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db7a10), color-stop(100%,#b7660d));
        background: -webkit-linear-gradient(top, #db7a10 0%,#b7660d 100%);
        background: -o-linear-gradient(top, #db7a10 0%,#b7660d 100%);
        background: -ms-linear-gradient(top, #db7a10 0%,#b7660d 100%);
        background: linear-gradient(to bottom, #db7a10 0%,#b7660d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db7a10', endColorstr='#b7660d',GradientType=0 );
}

div.uniweb a.btn.cloudcdn,
div.uniweb div.cloudcdntick,
div.uniweb div.panelTop.cloudcdn {
    background: #937757;
    background: -moz-linear-gradient(top, #937757 0%, #7a6348 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#937757), color-stop(100%,#7a6348));
    background: -webkit-linear-gradient(top, #937757 0%,#7a6348 100%);
    background: -o-linear-gradient(top, #937757 0%,#7a6348 100%);
    background: -ms-linear-gradient(top, #937757 0%,#7a6348 100%);
    background: linear-gradient(to bottom, #937757 0%,#7a6348 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#937757', endColorstr='#7a6348',GradientType=0 );
}

div.uniweb a.btn.web,
div.uniweb div.webtick,
div.uniweb div.panelTop.web {
    /*background: #55A79A;
    background: -moz-linear-gradient(top, #55A79A 0%, #488C82 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55A79A), color-stop(100%,#488C82));
    background: -webkit-linear-gradient(top, #55A79A 0%,#488C82 100%);
    background: -o-linear-gradient(top, #55A79A 0%,#488C82 100%);
    background: -ms-linear-gradient(top, #55A79A 0%,#488C82 100%);
    background: linear-gradient(to bottom, #55A79A 0%,#488C82 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55a79a', endColorstr='#488c82',GradientType=0)*/
    background: #46978d;
    background: -moz-linear-gradient(top, #46978d 0%, #0b524e 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46978d), color-stop(99%,#0b524e));
    background: -webkit-linear-gradient(top, #46978d 0%,#0b524e 99%);
    background: -o-linear-gradient(top, #46978d 0%,#0b524e 99%);
    background: -ms-linear-gradient(top, #46978d 0%,#0b524e 99%);
    background: linear-gradient(to bottom, #46978d 0%,#0b524e 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46978d', endColorstr='#0b524e',GradientType=0 );
}

div.uniweb div.panelTop.dedicated {
    background: rgb(55,171,200);
    background: -moz-linear-gradient(top, rgba(55,171,200,1) 0%, rgba(47,145,169,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55,171,200,1)), color-stop(100%,rgba(47,145,169,1)));
    background: -webkit-linear-gradient(top, rgba(55,171,200,1) 0%,rgba(47,145,169,1) 100%);
    background: -o-linear-gradient(top, rgba(55,171,200,1) 0%,rgba(47,145,169,1) 100%);
    background: -ms-linear-gradient(top, rgba(55,171,200,1) 0%,rgba(47,145,169,1) 100%);
    background: linear-gradient(to bottom, rgba(55,171,200,1) 0%,rgba(47,145,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37abc8', endColorstr='#2f91a9',GradientType=0 );
}

div.uniweb div.panelTop.public {
    background: #ffc303;
    background: -moz-linear-gradient(top, #ffc303 0%, #daa600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc303), color-stop(100%,#daa600));
    background: -webkit-linear-gradient(top, #ffc303 0%,#daa600 100%);
    background: -o-linear-gradient(top, #ffc303 0%,#daa600 100%);
    background: -ms-linear-gradient(top, #ffc303 0%,#daa600 100%);
    background: linear-gradient(to bottom, #ffc303 0%,#daa600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc303', endColorstr='#daa600',GradientType=0 );
}

div.uniweb div.saasNext,
div.uniweb div.panelTop.saas {
    background: #086594;
    background: -moz-linear-gradient(top, #086594 0%, #064b6e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#086594), color-stop(100%,#064b6e));
    background: -webkit-linear-gradient(top, #086594 0%,#064b6e 100%);
    background: -o-linear-gradient(top, #086594 0%,#064b6e 100%);
    background: -ms-linear-gradient(top, #086594 0%,#064b6e 100%);
    background: linear-gradient(to bottom, #086594 0%,#064b6e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#086594', endColorstr='#064b6e',GradientType=0 );
}

div.uniweb div.bottomRounded {
    border-radius: 0px 0px 3px 3px;
    -o-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
}


div.uniweb div.panel:hover span.text{
    color: #0068b1;
}

div.uniweb div.panelTop {
    height: 40px;
    text-align: center;
    border: 1px solid #eaeaea;
}   
div.uniweb div.panelTop span.arrow {
    height: 15px;
    width: 15px;
    background: url('../../images/cloud/home/arrow.png') no-repeat 0 0;
    margin-top: 12px;
    margin-left: 10px; 
}

div.uniweb div.panelBottom {
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid white;
    padding: 10px;
    background-color: #f9f9f9;
    transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-property: background-color;
    -moz-transition-property: background-color;
    -webkit-transition-property: background-color;
}

div.uniweb div.panelBottom:hover {
    background-color: #f4f4f4;
}

div.uniweb a.btn {
    border-radius: 3px;
    -o-border-radius: 3px
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 16px;
    font-weight: 800;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
    font-size: 14px;
    padding: 8px 10px 8px 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2),inset 0px 1px 1px 1px rgba(0,0,0,0);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2),inset 0px 1px 1px 1px rgba(0,0,0,0); 
     transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -webkit-transition-property: box-shadow;
}

div.uniweb a.btn:hover {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2),inset 0px 1px 1px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2),inset 0px 1px 1px 1px rgba(0,0,0,0.5); 
}

div.uniweb a.btn span {
    color: white;
}

div.uniweb div.bordered {
    border: 1px solid #eaeaea;
}

div.uniweb div.panelTop span,
div.uniweb div.panelTop h2 {
    line-height: 40px;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
    color: white;
    font-size: 18px;
}


/*OFFERS TABLES AND STUFF*/
div.uniweb div.offers table tr:first-child th.first {
    height: 50px;
    border: 0 none;
    background-color: transparent;
    padding: 0;
}

div.uniweb div.offers table tr th.first div.simplegradient {
    height: 50px;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border: 1px solid #eaeaea;
}

div.uniweb div.offers table tr th.first div h3 {
    color: #3c3c3c;
    font-size: 22px;
    line-height: 50px;
    font-weight: 800;
    text-shadow: 0 1px 0 white;
}

div.uniweb div.offers table th, div.uniweb div.offers table td {
    vertical-align: middle;
    height: 30px;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid white;
}

div.uniweb div.offers table td {
    background-color: #f8f8f8;
    border-left: 1px solid white;
    border-right: 1px solid #eaeaea;
    text-align: center;
}

div.uniweb div.offers table th {
    background-color: #f4f4f4;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    color: #969696;
}

div.uniweb div.offers table tr:first-child th,
div.uniweb div.offers table tr:first-child td {
    border-top: 1px solid #eaeaea;
}

div.uniweb div.offers table tr td:first-child {
    border-left: solid 1px #EAEAEA;
}

/*PAGES*/
div.uniweb div.rounded {
    border: 1px solid #eaeaea;
}

div.uniweb div.shadowed {
    box-shadow: 2px 2px 2px #ececec;
    -moz-box-shadow: 2px 2px 2px #ececec;
    -webkit-box-shadow: 2px 2px 2px #ececec;
}

div.uniweb div.more ul li {
    background: url("../../images/vps/check-list.png") no-repeat scroll 8px 0 transparent;
    text-indent: 35px;
    line-height: 20px;
    list-style-image: none;
    list-style-type: none;
    font-weight: normal;
    font-size: 14px;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

div.uniweb div.panelBottom ul {    
    margin-left: 0px;
}

div.uniweb div.panelBottom ul li {
    line-height: 20px;
    list-style-image: none;
    list-style-type: none;
    font-weight: normal;
    font-size: 14px;
    margin-left: 0px;
    margin-bottom: 5px;
}
    
div.uniweb div.pages p {
    font-size: 14px;
    line-height: 18px;
}

.you-have-a-project {
    background: transparent url('../../images/2015/support-full.jpg') no-repeat 0 50%;
    background-size: cover;
    height: 210px;
}

.you-have-a-project .section2-3Left {
    background-color: rgba(109, 109, 109, 0.8);
    height: 100%;
}

















/* ==================================================
        On refait l'Uniweb, petit à petit...
================================================== */

/*** HEADER ***/
div.header,
div.uniweb div.header {
    width: 970px;
    float: left;
    margin: -10px 0 0 -5px;
}

div.header h1,
div.uniweb div.header h1 {
    color: #0A3947;
    font-size: 36px;
    line-height: 50px;
}

div.header h1.white,
div.uniweb div.header h1.white {
    color: #FFFFFF;
}


div.header h3,
div.uniweb div.header h3 {
    color: #3c3c3c;
    font-size: 14px;
    line-height: 16px;
}


/*** MENU ***/
div.uniweb div.menu p.title {
    color: #3C3C3C;
    font-size: 16px;
    margin: 0 0 5px 5px;
    font-weight: 500;
    line-height: 24px;
    width: 95%;
}

div.uniweb div.menu a.youAre:hover,
div.uniweb div.menu a.youAreHere,
div.uniweb div.menu a.youAre {
    font-size: 14px;
    line-height: 20px;
    width: 92%;
    margin-left: 2%;
    margin-bottom: 5px;
    color: #666;
    padding: 5px 0 5px 3px;
    background-color: white;
    transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-property: background-color;
    -moz-transition-property: background-color;
    -webkit-transition-property: background-color;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    text-decoration: none;
}

div.uniweb div.menu a.youAre:hover {
    color: #333;
    background-color: #EAEAEA;
}

div.uniweb div.menu a.youAreHere {
    color: #0B4499;
    background-color: #DADADA;
    text-shadow: 0px 1px 0 #FFFFFF;
}

div.uniweb div.menu a sup {
    margin: 0 2px;
    line-height: 12px;
}

div.uniweb div.cloudbptick,
div.uniweb div.cloudcdntick,
div.uniweb div.pcatick,
div.uniweb div.pcstick,
div.uniweb div.pcitick,
div.uniweb div.webtick {
    height: 10px;
    width: 10px;
    border-radius: 50em;
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

/*** FAQ ***/
div.uniweb .faqQuestion {
    cursor: pointer;
    font-size: 14px;
    background-color: #F7F7F7;
    color: #7D7D7D;
    border: 1px solid #EFF2F9;
    padding: 5px;
    width: 98%;
    font-weight: normal;
}

div.uniweb .arrow-right,
div.uniweb .faqQuestion .arrow-right {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #7D7D7D;
    border-top: 4px solid transparent;
    float: left;
    height: 0;
    margin: 8px 10px 0 0;
    width: 0;
}

div.uniweb .faqQuestion:hover,
div.uniweb .faqQuestion.open {
    background-color: #F1F1F1;
    border-color: #D2D2D2;
    color: #3C3C3C;
}

div.uniweb .faqQuestion:hover .arrow-right {
    border-left: 4px solid #3C3C3C;
}

div.uniweb .faqQuestion.open .arrow-right {
    border-left: 4px solid #3C3C3C;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

div.uniweb .faqAnswer {
    width: 95%;
    margin: 10px auto 0 auto;
    font-size: 14px;
    line-height: 20px;
}


/*********** Exchange 2013 ****************/
div.exchange2013-offers {
    width: 45%;
    margin-right: 10%;
    /*background-color: #F9F9F9;*/
    border-radius: 3px;
    border:1px solid #59AA99;
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -kthtml-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
div.exchange2013-offers.nm {
    margin-right: 0;
}

/*div.exchange2013-offers.head:hover {
    background-color: #F4F4F4;
}*/

div.exchange2013-offers.head:hover h2 {
    color: #0068B1;
}

div.uniweb nm {
    margin: 0 !important;
    padding: 0 !important;
}

div.exchange2013-offers div.priceInColumn {
    background: #59AA99;
    width: 100%; 
    /*margin-left: 15%;*/
    border: 2px solid #59AA99;
    color:white;
}

div.exchange2013-offers h2 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 500;
    text-align: center;
}

div.offers-title h3 {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #3C3C3C;
    font-weight: 400;
    padding: 12px 6px 6px 15px;
    display: inline-block;
    vertical-align: middle;
}

table.hostedList tr td {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

table.offerIndex tr td {
    font-size: 17px;
    line-height: 41px;
    font-weight: 400;
    color: #494949;

}

.exchange-2013-config {
    /*background: #59AA99;*/
    border: 3px solid #59AA99;
    padding: 20px 0;
}


.exchange-2013-config * {
    color: #020303;
}


.exchange-2013-config input { 
    color: #59AA99; 
}

.exchange-2013-config button { 
    background: white;
    color: #59AA99; 
    font-size: 20px;
}
/*********** !Exchange 2013 ****************/


/*********** Exchange 2014 ****************/

a.btn-order {
    background-color:#113F6D;
    text-align:center;
    padding:4px 20px 4px 20px;
    color:#FFF;
    font-weight:400;
    font-size:20px;
    text-decoration:none;
}

a.included {
    text-align:center;
    display:block;
    padding-top:80px;
    text-decoration:none;
    color:inherit;
    font-size:18px;
}

.included.perso {
    background:url(../../images/emails/hosted_exchange/2014/ICNgris-494949-Personalisation-75px.png) no-repeat 50% 0;
}
.included.perso:hover {
    background:url(../../images/emails/hosted_exchange/2014/ICNvert-59aa99-Personalisation-75px.png) no-repeat 50% 0;
}

.included.mobile {
    background:url(../../images/emails/hosted_exchange/2014/ICNgris-494949-mobility-75px.png) no-repeat 50% 0;
}
.included.mobile:hover {
    background:url(../../images/emails/hosted_exchange/2014/ICNvert-59aa99-mobility-75px.png) no-repeat 50% 0;
}

.included.security {
    background:url(../../images/emails/hosted_exchange/2014/ICNgris-494949-Secu-75px.png) no-repeat 50% 0;
}
.included.security:hover {
    background:url(../../images/emails/hosted_exchange/2014/ICNvert-59aa99-Secu-75px.png) no-repeat 50% 0;
}

.included.share {
    background:url(../../images/emails/hosted_exchange/2014/ICNgris-494949-Share-75px.png) no-repeat 50% 0;
}
.included.share:hover {
    background:url(../../images/emails/hosted_exchange/2014/ICNvert-59aa99-Share-75px.png) no-repeat 50% 0;
}

.included.migrate {
    background:url(../../images/emails/hosted_exchange/2014/ICNgris-494949-migration-75px.png) no-repeat 50% 0;
}
.included.migrate:hover {
    background:url(../../images/emails/hosted_exchange/2014/ICNvert-59aa99-migration-75px.png) no-repeat 50% 0;
}

.included.support {
    background:url(../../images/emails/hosted_exchange/2014/ICNgris-494949-support-75px.png) no-repeat 50% 0;
}
.included.support:hover {
    background:url(../../images/emails/hosted_exchange/2014/ICNvert-59aa99-support-75px.png) no-repeat 50% 0;
}

.uniweb strong {
    color:inherit;
    font-size:inherit;
    font-weight:400;
}
.uniweb * {
    font-weight:300;
}

.exchange-header {
    background-color:#59AA99;
}

div.topNav {
    text-align:center;
}

.openHelp {
    color:#59AA99;
}
.openHelp .arrow {
    width: 0;
    height: 0;
    border: 8px solid #59AA99;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    cursor: pointer;
    margin: 7px 5px 0 5px;
}

div#helpTab {
    display: block;
    position: absolute;
    right: 0;
    top: 35px;
    background-color: white;
    width: 300px;
    height: 110px;
    border: 1px solid #eaeaea;
    z-index: 10000;
    padding: 5px;
}

div.backHome a {
    line-height:50px;
}

div.nav {
    border:none;
}
div.nav a {
    line-height: 50px;
    margin: 0 2%;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
}

div.nav a.selected, div.nav a:hover {
    color:#59AA99;
}

div.subMenu {
    background-color:#59AA99;
}
div.subMenu a {
    background-color:#59AA99;
    color:#FFF;
    text-decoration:none;
    line-height:50px;
    display:block;
    width:100%;
    height:100%;
}
div.subMenu a.selected {
    background-color:#4E998A;
}

/* Configurator */
.exchange-2013-config table *.arial {
    font-family: 'Arial';
}

.exchange-2013-config table tfoot tr th,
.exchange-2013-config table tbody tr th {
    width: 45%;
    padding: 5px 0;
}

table.tech-page tfoot tr th,
table.tech-page tbody tr th {
    padding: 0;
}

table.tech-page  tr th,
table.tech-page  tr th span,
table.tech-page  tr td,
table.tech-page  tr td label,
table.tech-page  tr td span {
    color: #020303;
}

.exchange-2013-config table tr td input {
    width: 40px;
    max-width: 40px;
    height: 26px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 2px;
    text-align: center;
     border: 1px solid #020303;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    line-height: 26px;
    outline: none;
    -moz-outline: none;
}

.exchange-2013-config table tr td .spinner-decrease,
.exchange-2013-config table tr td .spinner-increase {
    background-color: #Fff;
    border-radius: 2px;
    color: #59aa99;
    font-size: 17px;
    height: 28px;
    padding: 0;
    width: 20px;
    border: 1px solid #020303;
}

@-moz-document url-prefix()
{
    .exchange-2013-config table tr td .spinner-decrease,
    .exchange-2013-config table tr td .spinner-increase {
            font-size: 15px !important;
    }
}


@media screen and (max-width: 681px) {
    div.nav.sd a, div.nav a {
        line-height: 32px;
        margin: 0;
        display: block;
        background-color: #eaeaea;
        border-bottom: 2px solid white;
        transition-duration: 0.35s;
        -moz-transition-duration: 0.35s;
        -webkit-transition-duration: 0.35s;
        transition-property: background-color;
        -moz-transition-property: background-color;
        -webkit-transition-property: background-color;
    }

    div.exchange2013-offers {
        width: 100% !important;
    }
}

/*********** !Exchange 2013 ****************/


/******** Hosting 2014 **************/
div.hosting-offers {
    /*cursor: pointer;*/
    margin-top: 30px;
    position: relative;
    background-color: #F9F9F9;
    border: solid 1px #EFEFEF;
    padding: 5px 10px;
    -webkit-box-shadow: inset 0 0 0 1px #FFFFFF;
    -moz-box-shadow: inset 0 0 0 1px #FFFFFF;
    box-shadow: inset 0 0 0 1px #FFFFFF;
    -webkit-transition: all 0.20s linear;
    -o-transition: all 0.20s linear;
    -moz-transition: all 0.20s linear;
    -ms-transition: all 0.20s linear;
    -kthtml-transition: all 0.20s linear;
    transition: all 0.20s linear;
}

div.hosting-offers.important {
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

div.hosting-offers h2 {
    font-size: 24px;
    color: #3C3C3C;
    text-shadow: 1px 1px 0 #BFBFBF;
}

div.hosting-offers:hover {
    background-color: #F1F1F1;
    border-color: #DEDEDE;
}

div.hosting-offers table th,
div.hosting-offers table td {
    border: solid 1px #F9F9F9;
    border-collapse: collapse;
    padding: 5px;
    text-shadow: 1px 0 0 #FFF;
}

div.hosting-offers table th {
    background-color: #E4EDF2;
    text-align: left;
    color: #8C8C8C;
    font-size: 12px;
    font-weight: normal;
}

div.hosting-offers table th a,
div.hosting-offers table th span {
    font-size: 12px;
    font-weight: normal;
    color: #8C8C8C;
}

div.hosting-offers table th a:hover,
div.hosting-offers table th a:active {
    text-decoration: none;
}

div.hosting-offers table td {
    text-align: right;
    color: #3C3C3C;
    font-size: 12px;
    background-color: #DBE8EE;
}

div.hosting-offers.services {
    width: 219px;
    height: 134px;
    padding: 5px 0 5px 5px;
    margin-top: 10px;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

div.hosting-offers.services p {
    font-size: 16px;
}

div.hosting-offers.services span {
    color: #828282;
    font-size: 13px;
}

div.hosting-offers.mutu {
    width: 220px;
    height: 136px;
    margin: 10px 0 0 0;
    border: none;
    padding: 5px 0 5px 6px;
    background: transparent url('../../images/hosting2014/pads/windows-mutu-pad.jpg') no-repeat 0 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.9;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

div.hosting-offers.mutu:hover {
    opacity: 1;
}

div.hosting-offers.services img {
    opacity: 0.6;
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -kthtml-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

div.hosting-offers.services:hover img {
    opacity: 1;
}

div.bestseller {
    font-weight: bold;
    box-shadow: inset -1px -1px 0 #c6c6c6, inset 1px 0 0 #c6c6c6;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #625E5F;
    border-right: 1px solid #625E5F;
    border-left: 1px solid #625E5F;
    height: 29px;
    line-height: 29px;
    color: #FFF;
    font-size: 13px;
    background: #565253;
    padding-left: 10px;
    text-shadow: 1px 1px 0 #3C3C3C;
    background: -moz-linear-gradient(top, rgba(86, 82, 83, 1) 0%, rgba(86, 82, 83, 1) 0%, rgba(122, 118, 119, 1) 100%, rgba(122, 118, 119, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86, 82, 83, 1)), color-stop(0%,rgba(86, 82, 83, 1)), color-stop(100%,rgba(122, 118, 119, 1)), color-stop(100%,rgba(122, 118, 119, 1)));
    background: -webkit-linear-gradient(top, rgba(86, 82, 83, 1) 0%,rgba(86, 82, 83, 1) 0%,rgba(122, 118, 119, 1) 100%,rgba(122, 118, 119, 1) 100%);
    background: -o-linear-gradient(top, rgba(86, 82, 83, 1) 0%,rgba(86, 82, 83, 1) 0%,rgba(122, 118, 119, 1) 100%,rgba(122, 118, 119, 1) 100%);
    background: -ms-linear-gradient(top, rgba(86, 82, 83, 1) 0%,rgba(86, 82, 83, 1) 0%,rgba(122, 118, 119, 1) 100%,rgba(122, 118, 119, 1) 100%);
    background: linear-gradient(to bottom, rgba(86, 82, 83, 1) 0%,rgba(86, 82, 83, 1) 0%,rgba(122, 118, 119, 1) 100%,rgba(122, 118, 119, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565253', endColorstr='#7a7677',GradientType=0 )
}
/******** !Hosting 2014 *************/



/********  VPS Prestashop *************/
/*table.prestashop-table {
    width: 95%;
    margin: 0 auto;
}*/

table.prestashop-table tr td {
    width: 50%;
    /*color: #616161;*/
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-bottom: solid 1px #DEDEDE;
    border-right: solid 1px #DEDEDE;
    padding: 10px 20px;
    background-color: #F9F9F9;
    -webkit-box-shadow: inset 0 0 0 1px #FFF;
    -moz-box-shadow: inset 0 0 0 1px #FFF;
    box-shadow: inset 0 0 0 1px #FFF;
}

table.prestashop-table tr td:first-child {
    border-left: solid 1px #DEDEDE;
}

table.prestashop-table tr.head td {
    border-top: solid 1px #DEDEDE;
    font-size: 14px;
    padding: 0;
}

table.prestashop-table tr.head td,
table.prestashop-table tr.head td a {
    padding: 10px;
    color: #3C3C3C;
}

/*table.prestashop-table tr.head td:hover {
    background-color: #F1F1F1;
}*/

table.prestashop-table tr td.colspan span,
table.prestashop-table tr td.colspan {
    font-size: 14px;
    line-height: 20px;
    background-color: #F1F1F1;
    color: #3C3C3C;
    font-weight: bold;
}

table.prestashop-table tr td .name-offer,
table.prestashop-table tr td .name-desc {
    display: block;
}

table.prestashop-table tr td .name-offer {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}

table.prestashop-table tr td .name-desc {
    font-size: 12px;
}
/******** !VPS Prestashop *************/




/*** display_content ***/
div.displayed_content h2,
div.displayed_content table tr td h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #0A3947;
}

div.displayed_content p,
div.displayed_content table tr td span {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

div.displayed_content table tr td a span {
    color: #0068B1;
}
/*** !display_content ***/



.guides-group {
    width: 47%;
    padding: 12px 8px;
    border-radius: 2px;
}

.guides-group:hover {
    background-color: #F7F7F7;
    box-shadow: inset 0 0 1px 0 #000;
    -o-box-shadow: inset 0 0 1px 0 #000;
    -moz-box-shadow: inset 0 0 1px 0 #000;
    -webkit-box-shadow: inset 0 0 1px 0 #000;
}

.guidesLnk {
    margin: 5px 0;
    line-height: 26px;
    font-size: 14px;
    display: block;
    padding: 0 2px 0 1px;
}

.guidesLnk:hover {
    background-color: #CEDAEB;
    text-shadow: #FFF 0 -1px 0;
}

.guidesQuestion {
    color: #828282;
}

.guidesQuestion .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #828282;
    margin: 5px 5px 0 5px;
}

.guidesQuestion:hover,
.guidesQuestion.open {
    color: #3C3C3C;
    cursor: pointer;
}

.guidesQuestion.open .arrow {
    border-top: 5px solid #3C3C3C;
    border-left: 5px solid transparent;
    margin: 0 10px -3px 0;
}

.guidesAnswer .guidesLnk {
    margin-left: 20px;
}


.black {
    color:#020303;
}

.hostedInfos {
    border: 1px solid #e7e7e7;
    padding:10px;
}

.hostedInfos:last-child {
    padding:0px;
}

.borderTable td {
     border-bottom:1px solid #e7e7e7;
     width:100%;
}

.borderRight {
    border-right:1px solid #e7e7e7;
}

.borderRight:last-child {
    border:none;
}

.priceInColumn .red {
    color:#fff;
}

.section2.priceSection {
    width:45%;
    margin-right: 10%;
}

.half33 {
    width:30%;
}

.moreAboutEmail {
    color:#509E8E ;
    padding:15px 15px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius:2px;
    border:1px solid #509E8E;
}

.icon {
    width:130px;
    height:128px;
    display:block;
    text-decoration:none;
}

.icon p {
    padding-top:140px;
}

.icon:hover p {
    color: #509E8E;
}

.iconMigration {
    background:url('../../images/emails/hosted_exchange/2014/icn-migration.png') no-repeat 0% 0px;
}

.iconMigration:hover{
    background:url('../../images/emails/hosted_exchange/2014/icn-migration.png') no-repeat 0% -127px;
}

.iconFAQ {
    background:url('../../images/emails/hosted_exchange/2014/icn-faq.png') no-repeat 0% 0px;
}

.iconFAQ:hover{
    background:url('../../images/emails/hosted_exchange/2014/icn-faq.png') no-repeat 0% -127px;
}

.iconGuides {
    background:url('../../images/emails/hosted_exchange/2014/icn-guides.png') no-repeat 0% 0px;
}

.iconGuides:hover{
    background:url('../../images/emails/hosted_exchange/2014/icn-guides.png') no-repeat 0% -127px;
}

.hiddenDesktop {
    display: none;
}

@media screen and (max-width: 690px) {
    .hiddenDesktop {
        display:block; 
    }

    .hiddenSmartphone {
        display: none;
    }

    .half33 {
        width:100% !important;
    }
}
