/*
  ================================================================================

   Logos

  ================================================================================
*/

/* Logo de la page de login*/
#logo_block_authentification, #logo_block_rolechoice {
    background: rgba(250, 250, 250, 0.9);
    border-radius: 12px;
    box-shadow: 0px 4px 10px 3px #c5c5c5;
    margin: 40px 0 0;
    padding: 0;
    width: 396px;
    height: 247px;
}

/* Logo de l'administration*/
#logo_top_left_corner { /*background:url(/img/main_logo_virtual.gif) no-repeat top;*/
    width: 226px;
    height: 35px;
    cursor: pointer;
}

/* Logo de la marque de l'appliance */
#logo_oem {
    background: url(/img/logoVS.png) no-repeat;
    margin: 0;
    padding: 0;
    width: 114px;
    height: 25px;
    display: block
}

/* Logo de la vue des messages */
#logo_message_view {
    background: url(/img/Gateway-logo.png) no-repeat top;
    width: 226px;
    height: 71px;
}

button table tr {
    background-image: -moz-linear-gradient(top, #ffffff, #dbdbdb);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #dbdbdb));
    filter: progid:DXImageTransform.Microsoft.gradient (startColorStr='#ffffff', EndColorStr='#dbdbdb');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (startColorStr='#ffffff', EndColorStr='#dbdbdb')";
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    padding: 1px 5px;
    /*padding-right: 5px;*/
    text-decoration: none;
    text-shadow: #fff 0 1px 0;
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
    color: #333333;
    line-height: 24px;
    margin-top: 40px;
}

.listContact {
    position: absolute;
    display: none;
    background: #FFFFFF;
    border: 1px solid #B2B2B2;
    padding: 10px 0;
    /*right: 40px;*/
    top: 45px;
    z-index: 9;
    text-align: left;
    -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);
    width: 90px;
    margin-left: 25px;
}

.listFilter select {
    width: 100% !important;
    height: 526px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.highcharts-title {
    color: #000000;
    fill: #000000;
    font-family: 'Roboto', sans-serif !important;
}

.highcharts-legend {
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif !important;
    color: #000000 !important;
}

.highcharts-axis {
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif !important;
    color: #000000 !important;
}

.highcharts-tooltips {
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif !important;
    color: #000000 !important;
}

.loginCenter {
    height: 183px;
    background: #d9202a;
}

#loginLogo {
    padding-top: 55px;
}

#listLng .en_choice:hover, #listLng .fr_choice:hover, #listLng .de_choice:hover, #listLng .ja_choice:hover {
    background-color: #5F5F60 !important;
}

#listLng .en_choice:hover a, #listLng .fr_choice:hover a, #listLng .de_choice:hover a, #listLng .ja_choice:hover a {
    color: #FFFFFF !important;
}

.segmented-button input[type="radio"] {
    width: 0px;
    height: 0px;
    display: none;
}

.segmented-button label {
    text-align: center;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    text-shadow: white;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
    background: -webkit-linear-gradient(#ffffff, #e4e4e4);
    background: -moz-linear-gradient(#ffffff, #e4e4e4);
    background: -o-linear-gradient(#ffffff, #e4e4e4);
    background: -ms-linear-gradient(#ffffff, #e4e4e4);
    background: linear-gradient(#ffffff, #e4e4e4);
    border: 1px solid #b2b2b2;
    color: #666666;
    padding: 5px 6px 5px 6px;
    font-size: 11px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    /*margin-right: -5px;*/
    margin-right: -1px;
    margin-bottom: 5px;
    font-weight: bold;
    width: 32px;
}

.segmented-button input:checked + label, .segmented-button label.selected {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #66dd66), color-stop(100%, #088B08));
    background: -webkit-linear-gradient(#66dd66, #088B08);
    background: -moz-linear-gradient(#66dd66, #088B08);
    background: -o-linear-gradient(#66dd66, #088B08);
    background: -ms-linear-gradient(#66dd66, #088B08);
    background: linear-gradient(#66dd66, #088B08);
    color: #FFFFFF;
}

.segmented-button input:checked + label.last, .segmented-button label.last.selected {
    background: rgb(158, 158, 158);
    background: -moz-linear-gradient(top, rgba(158, 158, 158, 1) 0%, rgba(122, 122, 122, 1) 50%, rgba(95, 95, 96, 1) 84%);
    background: -webkit-linear-gradient(top, rgba(158, 158, 158, 1) 0%, rgba(122, 122, 122, 1) 50%, rgba(95, 95, 96, 1) 84%);
    background: linear-gradient(to bottom, rgba(158, 158, 158, 1) 0%, rgba(122, 122, 122, 1) 50%, rgba(95, 95, 96, 1) 84%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#5f5f60', GradientType=0);
    color: #FFFFFF;
}

.segmented-button label.first {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.segmented-button label.last {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.segmented-button input:disabled + label {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef)) !important;
    background: -webkit-linear-gradient(#ffffff, #efefef) !important;
    background: -moz-linear-gradient(#ffffff, #efefef) !important;
    background: -o-linear-gradient(#ffffff, #efefef) !important;
    background: -ms-linear-gradient(#ffffff, #efefef) !important;
    background: linear-gradient(#ffffff, #efefef) !important;
    cursor: default;
    color: #b2b2b2 !important;
    border-color: #cccccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.segmented-button {
    display: inline-block;
    width: 120px;
}