/*
*
*Global
*
*/
@font-face {
    font-family: 'FontAwesome';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot');
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

body {
    width: 1200px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #838383;
    padding: 10px 0 0;
    border: 0;
    background: #FFFFFF; /*background:url(../img/bgtop.gif) repeat-x;*/
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

form {
    margin: 0;
    padding: 0;
}

div {
    padding: 0;
    margin: 0;
}

td {
    font-size: 13px;
}

h1 {
    font-size: 24px;
    color: #2374EA;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 28px;
}

h2 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

xmp {
    padding: 0;
    margin: 0;
}

.globaltable {
    margin: 10px 0 0 0;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    text-align: center;
    table-layout: fixed;
}

.warn {
    margin: 10px 0 10px 0;
    background: rgba(237, 186, 186, 0.35);
    border: 1px solid rgba(237, 188, 191, 0.5);
    color: red;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

.tips {
    margin: 8px 0 8px 0;
    background: rgba(186, 208, 237, 0.28);
    border: 1px solid rgba(186, 208, 237, 0.28);
    color: #426bca;
    font-size: 12px;
    width: 193px;
    padding: 10px;
    text-align: center;
}

#centeredArea {

    width: 1038; /* 808 + 230 in the header*/
    margin: auto;
    margin-top: 50px;

}

/*
 * 
 * Login
 * 
 */
.loginTitle {
    color: #383742;
}

#login_block {
    padding-top: 103px
}

#lostpassword {
    text-align: center;
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 12px;
}

#lostpassword a {
    color: #838383;
    text-decoration: none;
}

#lostpassword a:hover {
    color: #838383;
    text-decoration: underline;
}

#languagecombotd {
    padding-right: 10px;
    text-align: right
}

#languagecombocontour {
    border-color: #b8b8b8;
    background-color: #FFFFFF;
    background: #FFFFFF url(/img/arrow_select.png) 95% 45% no-repeat;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    cursor: pointer;
    height: 20px;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0px 15px 0 5px;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #303030;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    max-width: 100%;
}

#languageChoiceTd {
}

#languagecomboselect {
    cursor: pointer;
    color: #404040;
}

#chslng {
    background-color: #ffffff;
    margin-top: -1px;
    cursor: pointer
}

.enabled {
}

.disabled {
    display: none;
}

A.lien12 {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: #404040;
    text-decoration: none;
}

A:hover.lien12 {
    font-family: 'Roboto', sans-serif;
    font-size: 11px; /*color:#c0c0c0; */
    text-decoration: none;
    cursor: pointer
}

/*
*
* Slave page
*
*/
#slave_mode {
    padding-top: 203px;
    text-align: center;
    width: 100%;
}

/*
 * 
 *	Lost password & Change Password
 * 
 */

#back {
    text-align: left;
}

#back a {
    color: #838383;
    text-decoration: none;
    vertical-align: middle
}

#back a:hover {
    color: #838383;
    text-decoration: none;
    vertical-align: middle
}

#back a img {
    vertical-align: middle
}

/*
 * 
 *	Create Account
 * 
 */

#accountCreationResult {
    font-weight: bold;
    color: black;
}

#mainaddress, #mainaddressconfirm {
    width: 95% !important;
}

#wantedpass, #wantedpassconfirm {
    width: 95% !important;
}

#aliasAttachPassword {
    width: 95% !important;
}

#home {
    text-align: right;
}

#home a, #accountCreated a {
    color: #838383;
    text-decoration: none;
    vertical-align: bottom
}

#home a:hover, #accountCreated a:hover {
    color: #838383;
    text-decoration: none;
    vertical-align: bottom
}

#home a:visited, #accountCreated a:visited {
    color: #838383;
    text-decoration: none;
    vertical-align: bottom
}

/*
 * 			
 * Menu
 * 
 */

#info {
    float: right;
    color: #FFFFFF;
    margin: 10px 6px 0 0;
}

.menu {
    text-align: left;
    width: 202px;
}

.menuinfo {
    color: #000000;
    padding-bottom: 1px;
}

.menu2 {
    text-align: left;
    width: 202px;
}

.menutop {
    font-size: 13px;
    color: #383742;
    font-weight: bold;
    height: 31px;
    width: 215px;
    background: #d2d2d2;
}

.menutop div {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    display: block;
    padding: 10px 0 0;
    font: 13px 'Roboto', sans-serif;
    font-weight: bold;
    color: #5F5F60;
    white-space: normal;
}

#passimg {
    text-decoration: none;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 5px;
}

.menucontent {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    color: #FFFFFF;
    padding: 6px 0 0 16px;
    line-height: 22px;
    margin: 0;
    background: #d2d2d2;
}

.menucontent div {
    overflow: hidden;
    white-space: nowrap
}

.menucontent a {
    color: #5F5F60;
    text-decoration: none;
}

.menucontent a:hover {
    text-decoration: underline;
}

#menumailboxtable {
}

#menumenutable {
    margin-top: 15%
}

#menulangdiv {
    margin-top: 30%;
    padding-bottom: 0.5em;
}

#menucursor {
}

#menucursor a:before {
    font-family: FontAwesome;
    content: '\f0da';
    margin-right: 3px;
}

#removeAliasIcon {
    background: url(/img/icon/remove.png) no-repeat left;
    width: 14px;
    height: 16px
}

#removeAliasIcon a:hover {
    cursor: pointer;
}

.menu ul {
    position: relative;
    left: -5px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
}

.menu ul li {
    list-style-type: none;
    padding-left: 20px;
    padding-bottom: 5px;
}

.menu ul li.selected a:before {
    font-family: FontAwesome;
    content: '\f0da';
    margin-right: 3px;
}

.menu .level2 {
    padding-left: 20px;
    padding-bottom: 5px;
}

#level2_selected a:before {
    font-family: FontAwesome;
    content: '\f0da';
    margin-right: 3px;
}

#content {
    width: 100%;
    -webkit-box-shadow: 3px -3px 5px 0px #E7E7E7;
    -o-box-shadow: 3px -3px 5px 0px #E7E7E7;
    box-shadow: 3px -3px 5px 0px #E7E7E7;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#E7E7E7, Direction=45, Strength=5);
}

.bouton {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #b2b2b2;
    padding: 7px 12px;
    padding-bottom: 6px;
    font-size: 12px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    border-radius: 4px;
    color: #333333;
    font-weight: bold;
    background: #FFFFFF;
    background: linear-gradient(#ffffff, #e4e4e4);
}

#searchc2 .bouton {
    background: none;
    border: none;
}

.boutoncenter {
    white-space: nowrap;
}

.boutonimg {
    padding-right: 6px;
}

.inputLogin {
    width: 260px;
    height: 21px;
    border: 1px solid #D5D5D5;
    font-size: 15px;
    color: #555555;
    font-weight: bold;
}

a.grey {
    color: #838383;
    text-decoration: none;
}

a:hover.grey {
    color: #838383;
    text-decoration: underline;
}

a.white {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover.white {
    color: #FFFFFF;
    text-decoration: underline;
}

input[type=radio] {
    margin: 0;
    background-color: transparent;
    border: none;
}

select, option {
    border-color: #b8b8b8;
    background-color: #FFFFFF;
    background: #FFFFFF url(/img/arrow_select.png) 95% 45% no-repeat;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    cursor: pointer;
    height: 20px;
    position: relative;
    z-index: 1;
    padding: 0px 15px 0 5px;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-right: 5px;
}

#listselection, #list {
    background: #FFFFFF;
    box-shadow: none;
    display: block;
    height: auto;
    padding: 0;
    overflow: auto;
    border-radius: 0;
    margin: 0
}

#listselection option, #list option {
    background: #FFFFFF;
    box-shadow: none;
    display: block;
    height: auto;
    padding: 0;
    overflow: auto;
    border: none;
    border-radius: 0;
    margin: 0
}

textarea {
    border: 1px solid black;
    background-color: #FFFFFF;
    overflow: auto;
}

#searchlabel {
    font-size: 13px;
    color: red;
    font-weight: bold;
    height: 31px;
}

.searchactive {
    border: 1px solid #F9D45E;
    margin-bottom: 50px;
    color: red;
    background: #FFFBBA;
    vertical-align: middle;
}

#searchc1.searchactive {
    border: none;
    background-color: #FFF
}

#searchc2.searchactive {
    border: none;
    background-color: #FFF
}

#searchc3.searchactive {
    border-right: none;
    text-align: center;
    white-space: nowrap;
    border-left: 1px solid #F9D45E;
    width: 40%;
    background: url(/../img/info.gif) no-repeat 6px 6px #FFFBBA;
    padding-top: 10px;
    padding-left: 20px !important;
}

#searchc4.searchactive {
    border-left: 1px dashed #F9D45E;
    white-space: nowrap;
    padding-right: 5px;
    color: black;
}

/* Parameters and filtering  */
table.cell {
    width: 100%;
    margin-bottom: 20px;
    table-layout: fixed;
}

.labels {
    width: 30%;
}

.entries {
    width: 30%;
}

/*.infos{width:20%;}*/

table.cell td.top_center {
    width: 20px;
    background: url(/../img/cell_tc.gif) repeat-x;
    font: 18px 'Roboto', sans-serif;
    color: #404040;
    white-space: nowrap;
    text-transform: uppercase;
}

table.cell td.top_bg {
    width: auto;
    background: url(/../img/cell_tf.gif) repeat-x center;
}

table.cell td.top_cell {
    height: 35px;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    padding-top: 8px;
}

table.cell td div.cell_title {
    font: 18px 'Roboto', sans-serif;
    color: #404040;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
}

table.cell td div.cell_title a {
    text-decoration: none;
    font: 18px 'Roboto', sans-serif;
    color: #404040;
    white-space: nowrap;
}

table.cell td div.cell_title_selected {
    float: left;
    background: url(/../img/cell_tc.gif) repeat-x;
    font: 18px 'Roboto', sans-serif;
    color: #404040;
    white-space: nowrap;
    text-transform: uppercase;
}

table.cell td div.cell_title_selected a {
    text-decoration: none;
    font: 18px 'Roboto', sans-serif;
    color: #404040;
    white-space: nowrap;
    font-weight: bold;
}

table.cell td.content {
    width: 95%;
    margin: 0 auto;
    padding: 20px 10px 10px;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
}

table.cell td.content td div.tips {
    margin-bottom: 1em;
    background: rgba(186, 208, 237, 0.28);
    border: 1px solid rgba(186, 208, 237, 0.28);
    color: #426bca;
    font-size: 12px;
    padding: 3px;
    text-align: left;
    width: 90%;
    padding: 10px;
}

table.cell td.content td div.warning {
    cursor: help;
    text-align: justify;
    border: 1px solid #FF0000;
    padding: 6px;
    color: #FF0000;
    text-align: left;
    font-size: 11px;
    text-indent: 20px;
}

.title {
    font: 15px 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #5F5F60;
    font-size: 17px;
    border-bottom: 1.5px solid #B2B2B2;
}

table td.separator {
    font-size: 1px;
    height: 1px;
    padding-top: 15px;
    padding-bottom: 15px
}

table.cell td.content form table {
    table-layout: fixed;
}

.buttonTable td {
    width: 100%;
}

/**********Calendar *******************/

div.yuimenu .bd {

    /*zoom: 1;*/

}

#calendarmenu {

    position: absolute;
    z-index: 5 !important;

}

/*
    Restore default padding of 10px for the calendar containtainer
    that is overridden by the ".example-container .bd .bd" rule
    in yui.css.
*/

#calendarcontainer {
    width: 200px;
    padding: 10px;

}

#calendarpicker {

    vertical-align: baseline;

}

div.field {

    padding: .25em;

}

input#year {

    width: 4em;

}

/*********** Errors***************/
.applicationmessage {
    font: 20px 'Roboto', sans-serif;
    color: #4F4F4F;
    font-weight: bold;
    padding-bottom: 2em;
}

.applicationerror {
    font: 25px 'Roboto', sans-serif;
    color: #B23434;
    font-weight: bold;
    padding-bottom: 2em;
}

.message {
    font-size: 14px;
    color: #4F4F4F;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px
}

/*********** STATS ***********/
#dayMessageContainer {
    border: 0px solid #C0C0C0;
}

.halfStat {
    width: 200;
    height: 220px;
    margin-bottom: 0px;
}

.cell_title div {
    padding: 0;
    margin: 0;
    display: block;
    float: center;
    text-align: center;
    font: 18px 'Roboto', sans-serif;
    color: #5F5F60;
    white-space: nowrap;
    text-transform: uppercase;
}

.content form table {
    width: 95%;
    margin: 0 auto;
}

#propertySheet {
    background: #FFFFFF;
    border-bottom: 1px solid #b2b2b2;
    -webkit-box-shadow: 3px -3px 5px 0px #E7E7E7;
    -o-box-shadow: 3px -3px 5px 0px #E7E7E7;
    box-shadow: 3px -3px 5px 0px #E7E7E7;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#E7E7E7, Direction=45, Strength=5);
    max-width: 100%;
}

#propertySheetContent {
    padding: 20px 38px 0;
    border: 1px solid #B2B2B2;
    border-top: none;
    border-bottom: none;
    max-width: 100%;
}

#propertySheet h1 {
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
    font: 16px 'Roboto', sans-serif;
    color: #5F5F60;
    white-space: nowrap;
    text-transform: uppercase;
    height: 35px;
    border: none;
    padding-top: 8px;
    background: #FFFFFF;
    border-top: 1px solid #B2B2B2;
    border-left: 1px solid #B2B2B2;
    border-right: 1px solid #B2B2B2;
    border-bottom: none;
}

#dayMessageContainer .highcharts-container, #dayMessageContainer div #highcharts-0 {
    height: 400px !important;
    font-family: 'Roboto', sans-serif !important;
    color: #000000 !important;
}

.en_choice, .fr_choice, .de_choice, .ja_choice {
    height: 15px !important;
}