/* GLOBAL */
* {
    margin: 0;
    padding: 0;
    font-family: verdana, arial, serif
}
html, body, #wrapper {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;
    border: 0 none;
}
body, html {
    height: 100%;
}
#wrapper {
    min-height: 100%;
    position: relative;
}
body {
    font-size: 12px;
    background: #EEE;
}
:focus {
    outline:none;
}
::-moz-focus-inner {
    border:0;
}
a {
    cursor: pointer;
    color: #4682B4;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
}
p {
    color: #000
}
h1, h2, h3 {
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    word-spacing: 0;
    color: #4682B4;
}
h2, h3 {
/*    font-family: "Open Sans"; */
    color: #666;
    border-bottom: 1px solid #e6e6e6;
    line-height: 2.5;
    margin-bottom: 20px;
}
h2 {
    font-size: 18px;
    margin-top: 0;
}
h3 {
    font-size: 15px;
}
h3.candidate-step-link {
    color: #666;
    font-size: 15px;
    border: 0;
    line-height: 1.1;
    margin-top: 0;
}
h4 {
    font-size: 11px;
    margin: 0 0 8px 0;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
ul.list img {
    vertical-align: -3px
}
hr {
    margin-top: 20px;
    border: 0px;
    border-top: 1px solid #C0C0C0
}
img {
    border: 0px
}
img.dateimage {
    position: relative;
    margin-left: -4px
}
.cursor-pointer {
    cursor: pointer;
}
.center {
    text-align: center
}
.left {
    text-align: left
}
.right {
    text-align: right
}
.clear {
    clear: both
}
.small {
    width: 100px
}
.alert {
    margin-bottom: 10px;
}
.error {
    background-color: #f2dede;
    display: block;
    padding: 8px 15px;
    color: #a94442;
    border: 1px solid #a94442;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    width: 100%;
}
.error input {
    float: left;
    border: 1px solid red;
}
.error span {
    float: right
}
.error span.input-group-addon {
    float: none;
}
.error label {
    width: 135px
}
.error .error_message {
    color: #a94442;
    background: #f2dede;
    float: left;
    display: block;
    padding: 4px 8px;
    margin-top: 2px;
    min-width: 230px;
}
.error-text {
    color: red
}
.success {
    color: green
}
input[type="text"].date {
    width: 85px
}
.email {
    width: 250px
}
.twolines label {
    display: block;
    float: none;
    text-align: left
}
.star {
    color: red
}
.tooltip {
    opacity:1;
    position:relative;
    font-family: inherit;
}

/* TABLES */
table {
    background: #FFF;
    width: 100%;
    border: 0px;
    border-collapse: collapse;
}
tr {
    border: 0px
}
td, th {
    background: #FFF;
    padding: 4px;
    border: 1px solid #CCC
}
th {
    font-size: 12px;
}
tbody th {
    font-weight: normal;
}
thead th {
    color: white;
}
thead th div {
    font-size: 10px;
    font-weight: bold;
}
td.navigation_index {
    width: 30%;
    text-align: left;
    border: 0px;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
}
td.navigation_buttons {
    width: 60%;
    text-align: center;
    border: 0px;
    border-bottom: 1px solid #666;
}
.navigation_buttons a {
    width: 50px;
    float: left;
}
td.navigation_direct {
    width: 20%;
    text-align: right;
    border: 0px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}
td.navigation_direct select {
    width: 40px
}
.tablelist th:first-child {
    width: 30%;
}
td:last-child {
    width: 5%;
    white-space: nowrap;
}
table.tablelist td.alert-success {
    padding-left: 0;
}
.a11y {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

/* LANGUAGES PANEL */
#header_log {
    text-align: right;
    max-width: 968px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}
#log {
    padding-right: 25px;
    position: absolute;
    right: 0;
    bottom: 4px;
}
#log .lang {
    background: url('../media/languages.png') no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    line-height: 17px;
    width: 26px;
    vertical-align: middle;
}
#log .lang.fr {
    background-position: 0 0;
}
#log .lang.en {
    background-position: 0 -20px;
}
#log .lang.de {
    background-position: 0 -60px;
}
#log .lang.it {
    background-position: 0 -40px;
}
#log .lang.es {
    background-position: 0 -80px;
}

/* PAGE TITLE */
#page_title {
    width: 100%;
    min-height: 95px;
    background-color: #595959;
    margin-bottom: 10px;
}
#page_title h1 {
    display: block;
    max-width: 968px;
    margin: 0 auto;
    padding: 27px 5px;
    color: #fff;
/*    font-family: "Raleway"; */
    font-weight: 500;
    font-size: 35px;
}

/* INPUTS */
input {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
input.number {
    width: 100px
}
input[type=image], input[type=checkbox], input[type=radio] {
    border: 0px
}
select {
    max-width: 425px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
    height: 25px;
    font-size: 110%;
    padding: 0 4px;
}
select {
    height: 25px;
    font-size: 110%;
}
option {
    padding: 0px 0px 0px 5px
}
textarea {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
input#Captcha {
    width: 140px;
}
input[type="checkbox"] {
    margin-bottom: -2px !important;
}

/* FORMS */
form .without-label {
    padding-left: 165px;
}
form li {
    margin: 7px 13px;
    line-height: 25px;
}
form label {
    float: left;
    width: 150px;
    text-align: right;
    margin-right: 15px;
    vertical-align: middle;
    line-height: 25px;
/*    font-family: "Raleway"; */
}
form label.radio {
    float: none;
    width: auto;
    display: inline;
    text-align: right;
    margin-right: 2px;
    vertical-align: bottom;
    margin-left: 10px;
}
form li.question {
    margin-bottom: 2px;
    margin-left: 0px
}
form li.answer {
    margin-top: 2px;
    margin-left: 10px
}
div.button {
    margin: 5px 0 10px 0;
}
.button img {
    margin: 3px;
    vertical-align: top
}

/* HEADER */
#top_hidden {
    position: relative;
    z-index: 1;
    top: 0px;
    width: 100%;
    height: 180px;
}
#top_header {
    position:fixed;
    z-index: 1100;
    top: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 15px;
    border: 0px;
    border-top: 3px solid #E50D21;
    background: #fff;
    opacity: 0.95;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.07s ease-in-out;
    transition: transform 0.07s ease-in-out;
}

/* The total height must match the anchor offset (.toc-anchor) */
#header {
    position: absolute;
    top: 18px;
    z-index: 1100;
    width: 100%;
    margin: 0px;
    padding: 0px 0;
    height: 140px;
/*   background: #fff;     */
    opacity: 0.95;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.07s ease-in-out;
    transition: transform 0.07s ease-in-out;
    overflow: hidden;
}
header {
    width: auto;
    height: 140px;
    max-width: 968px;
    border: none;
    margin: 0 auto;
    padding: 0px;
    background: url(../media/std/iheid_120.png) no-repeat;
}
#header #logo_link {
    display: block;
    height: 120px;
    width: 160px;
}
#header .banner-title {
    text-align: right;
    font-size: 30px;
    padding-right: 25px;
/*    font-family: "Open Sans"; */
    line-height: 1.2;
    vertical-align: middle;
    height: 120px;
    display: table-cell;
}
#header .banner-title .banner-subtitle {
    padding-top: 4px;
    font-size: 18px;
    color: #E50D21;
}

/* NAVIGATION */
#menu {
    border: 0px solid blue;
    width: 214px;
    float: left;
    margin: 10px 0 0 0;
    position: relative;
    z-index: 1;
}
#menu #mainMenu1 li.first > a.first {
    background-color: #E50D21;
    color: #fff;
    margin-bottom: 20px;
}
#menu #mainMenu1 li.first > a.first:hover {
    background-color: #E50D21;
    transition: background-color .175s ease-in-out;
}
#mainMenu1 .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
}
#menu .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
#menu .navbar-default {
    border-radius: 0px;
    border: 0px none;
    box-shadow: none;
    background: #fff;
}
#menu li {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#menu li a {
    font-family: verdana, arial, serif;
    border-radius: 0px;
    color: #595959;
    font-size: 13px;
/*    font-family: "Raleway"; */
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
}
#menu a:hover {
    border-radius: 0px;
    color: #595959;
}
#menu a.active {
    background-color: #595959;
    color: #fff;
}
#menu a.active:hover {
    color: #fff;
}
.nav-pills > li {
    margin: 10px 2px;
}
.nav > li > a {
    padding: 5px 10px;
}
.navbar {
    margin-bottom: 10px;
}
.navbar-collapse {
    border: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
}
.nav.navbar-default {
    border: 0px;
    box-shadow: none;
}
#account_menu .navbar {
    border-radius: 0px;
    box-shadow: none;
    background: #595959;
}
#wrapper_content #account_menu ul {
    border-top: 1px solid #595959;
}
#account_menu .nav-pills li+li {
    margin-left: 5px;
}
#wrapper_content #account_menu .navbar a {
    color: #fff;
    font-size: 13px;
}
#wrapper_content #account_menu .navbar a:hover,
#wrapper_content #account_menu .navbar a:focus {
    border-radius: 0px;
    background-color: #fafafa;
    color: #595959;
}
#wrapper_content #account_menu a.active {
    background: #E50D21;
    color: #fff;
    font-weight: bold;
    border-radius: 0px;
}

/* CONTENT */
#wrapper_content {
    max-width: 968px;
    margin-left: auto;
    margin-right: auto;
    background: none;
    padding-bottom: 80px;
}
#wrapper_content #content {
    border: 0px solid pink;
    width: 750px;
    float: left;
    margin: 6px 0 0 0;
    padding: 0px 25px;
}
#wrapper_content #content a.step-link:hover {
    color: #884302;
}
#wrapper_content #content #home-steps {
    padding-top: 50px;
    display: none;
}
#wrapper_content #content #home-steps a.step-link {
    font-size: 12px;
}
.candidate-step {
    color: #FFF;
}
#wrapper_content #content .candidate-step-link a {
    color: #666;
    font-size: 15px;
}
#wrapper_content .title-container {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
#wrapper_content #content .title-container a.btn {
    font-size: 12px;
    margin: 0;
    padding: 5px 10px;
	text-align: center;
}
#wrapper_content #content a {
    font-size: 14px;
/*    font-family: "Open Sans"; */
    color: #E50D21;
}
#wrapper_content #content a:hover {
    color: #000;
}
#wrapper_content .title-container h2 {
    display: inline;
    border: 0;
    font-family: "Open Sans";
    color: #666;
    line-height: 2.5;
    font-size: 18px;
    margin-top: 0;
    padding-left: 10px;
}
#wrapper_content #content a.btn {
    color: #fff;
    font-size: 14px;
/*    font-family: "Open Sans"; */
    background: #E50D21;
    text-shadow: none;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}
#wrapper_content #content h2 > a.btn {
    margin-right: 5px;
    font-size: 12px;
}
#wrapper_content #content div > a.btn,
#wrapper_content #content div > p.btn {
    padding: 7px 17px;
    margin: 10px 0;
}
#wrapper_content #content td > a.btn {
    font-size: 12px;
}
#wrapper_content #content span.glyphicon-ok-circle {
    color: #468847;
    width: 100%;
    height: 28px;
    text-align: center;
    padding-top: 8px;
}
#wrapper_content #content a.btn:hover {
    background-color: #884302;
    transition: background-color .175s ease-in-out;
}
#wrapper_content .title-container a.btn {
    font-size: 12px;
}
#wrapper_content #content p {
/*    font-family: "Open Sans"; */
    font-size: 14px;
    line-height: 1.5;
    vertical-align: baseline;
    color: #666;
    word-wrap: break-word;
}
#wrapper_content #content .alert {
    border-radius: 0px;
    background-image: none;
}
#wrapper_content #content .alert ul {
    list-style-type: initial;
    padding-left: 30px;
}
#wrapper_content #content .alert ul li {
    line-height: normal;
}
#wrapper_content #content .alert-warning {
    background: #EBEBEB;
}
#wrapper_content #content .alert-info {
    background: #EBEBEB;
}
#wrapper_content #content .alert-danger {
    background:#F2DEDE;
}
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"] {
    width: 300px;
}
#wrapper_content #content .navigation_direct > select {
    width: 50px;
}
#wrapper_content td, #wrapper_content th {
    border-color: #e6e6e6;
}
#wrapper_content td {
/*    font-family: "Open Sans"; */
    font-size: 12px;
}
#wrapper_content #content td a {
    color: #E50D21;
    font-size: 12px;
}
#wrapper_content td.last a, #wrapper_content td.last i {
    color: #666;
}
#wrapper_content td a:hover {
    color: #000;
}
#wrapper_content thead th {
    background: #595959;
}
#wrapper_content .tooltip u {
    text-decoration: none;
}
#wrapper_content #terms_and_conditions p {
    text-align: justify;
}
#wrapper_content #content td.first {
    font-size: 14px;
    line-height: 26px;
}
#wrapper_content #content td.first > a {
    font-size: 14px;
}
/* FOOTER */
#footer {
    width: 100%;
    margin: 23px 0 0 0;
    padding: 23px 0 0 0;
    height: 63px;
    background-color: #595959;
    position: absolute;
    bottom: 0;
    text-align: center;
}
#footer #footer_inside {
    width: 100%;
    text-align: center;
    max-width: 968px;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
}
#footer #copyright {
/*    font-family: "Open Sans"; */
}
#footer #footer-nav {
    margin-bottom: 0;
    float: right;
    padding-right: 20px;
}
#footer #footer-nav a {
    color: #fff;
/*    font-family: "Open Sans"; */
    font-size: 13px;
}
#footer #footer-nav-menu {
    margin: 0;
    list-style: none;
}
#footer #footer-nav-menu>li {
    margin-right: 1.25em;
    float: left;
}
#footer #footer-nav-menu li:last-child {
    margin-right: 0;
}

/* TOOLS PAGE */
#tools {
    border: 0px solid green;
    height: 50px;
    width: auto
}

/* OTHERS */
#maintenance {
    text-align: left;
    width: 899px;
    min-height: 300px;
    background-color: #FFF;
    margin: 0px 0px;
    padding: 25px 50px;
}
#Password, #NewPassword {
    margin-bottom: 2px;
}

/* JQUERY */
#password-strength {
    margin-left: 165px;
    color: #000;
	border: 1px dotted #EEE;
	width: auto;
	height: 25px;
	overflow: hidden;
}
#password-strength span.password-strength-bar {
    float: left;
}
img.ui-datepicker-trigger {
    vertical-align: top;
    width: 25px;
    height: 25px;
}
#ui-datepicker-div {
    z-index: 1100  !important; /* datepicker au-dessus des tooltips */
    border-radius: 0px;
}
.ui-datepicker-buttonpane .buttonHolder {
    position: inherit;
}
.ui-datepicker-month,
.ui-datepicker-year {
    color: #787878;
}
.widthDatepicker.input-group {
    width: 85px;
    height: 25px;
}
.widthDatepicker .input-group-addon {
    padding: 4px 8px;
    border: 1px solid #DDD;
    font-size: 12px;
    border-left: 0px;
}
.hasDatepicker {
    border: 1px solid #DDD;
}
#ui-datepicker-div .ui-widget-header {
    background: #E50D21;
    border-radius: 0px;
}
#ui-datepicker-div .ui-datepicker-calendar thead > tr > th {
    background: #595959;
}
#ui-datepicker-div .ui-datepicker-calendar tbody > td > a.ui-state-default {
    color: #595959;
}

/* BUTTONS */
a.buttons,
span.buttons,
button.buttons {
    position: relative;
    display: inline-block;
    margin: 0 2px 0px 1px;
    padding: 3px 7px;
    zoom: 1;
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    width: auto;
    border: none;
    outline: none;
    cursor: pointer;
    text-shadow: 1px 1px 0px #f8f8f8;
    line-height: none;
    white-space: nowrap;
}
table i.btn {
    padding: 0px 5px;
}
button[type="submit"]::-moz-focus-inner {
    padding: 0
}
button[type="submit"]:disabled {
    cursor: wait;
}
button.buttons {
    height: auto;
    width: auto;
    padding: 2px 7px;
    margin-top: 1px;
    border: 0px;
    overflow: visible;
}
button.buttons span {
    position: relative;
}
/*
a.buttons,
span.buttons,
button.buttons {
    font-family: Verdana; 
    color: #000000;
    font-size: 11px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #aaaaaa;
    background: #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#d6d8d8), color-stop(0, #FFFFFF), color-stop(1, #d6d8d8));
    background: -webkit-linear-gradient(#FFFFFF, #d6d8d8);
    background: -moz-linear-gradient(#FFFFFF, #d6d8d8);
    background: -ms-linear-gradient(#FFFFFF, #d6d8d8);
    background: -o-linear-gradient(#FFFFFF, #d6d8d8);
    background: linear-gradient(#FFFFFF, #d6d8d8);
    -pie-background: linear-gradient(#FFFFFF, #d6d8d8);
}
.buttons img {
    margin-top: 4px;
    margin-left: 5px;
}
#wrapper_content #content div.advert-button-top > a.btn {
    margin-top: 0;
}
*/
/* Boutons ------------------------------------------------------------------------------ */
.btn-default, #wrapper_content #content a.btn, #wrapper_content #content td a.btn {
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    padding: 4px 12px;
    background-image: none;
    color: #fff;
    font-size: 13px;
    text-shadow: none;
    background-color: #E50D21;
    background-repeat: repeat-x;
    border: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
}
/* Boutons ------------------------------------------------------------------------------ */

/* SHARE BUTTONS*/
.app_share_mod {
    margin-bottom: 1rem;
    margin-top: 1rem;
    overflow: hidden;
    display: inline;
}
.app_share_mod ul {
    margin: 0;
    list-style-type: disc;
    padding: 0;
}
.app_share_mod ul li::before {
    display: none !important;
}
.app_share_mod ul li {
    margin: 0;
    display: inline;
    float: left;
}
.app_share_mod ul li a {
    text-decoration: none;
    border-radius: 0px;
}
.app_btn_share {
    background: #666 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff !important;
    display: inline-block;
    font-size: 0.85em;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    transition: all 100ms ease 0s;
    vertical-align: middle;
}
.app_btn_share.app_btn_share--tw {
    background: #4099ff none repeat scroll 0 0;
}
.app_btn_share.app_btn_share--tw:hover {
    background: #73b4ff none repeat scroll 0 0;
}
.app_btn_share.app_btn_share--in {
    background: #007bb6 none repeat scroll 0 0;
}
.app_btn_share.app_btn_share--in:hover {
    background: #009de9 none repeat scroll 0 0;
}
.app_btn_share.app_btn_share--fb {
    background: #3b5998 none repeat scroll 0 0;
}
.app_btn_share.app_btn_share--fb:hover {
    background: #4c70ba none repeat scroll 0 0;
}
.app_btn_share > span[class*="fa-"] {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    display: inline-block;
    font-size: 1.7rem;
    line-height: 28px;
    margin-right: 0;
    padding-right:0;
    border-right : 0;
}
.app_share_mod ul li:nth-child(n+2) {
    padding-left: 10px;
}

/* TOP BUTTON */
#back-to-top {
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    text-indent: 100%;
    white-space: nowrap;
    background: #000;
    color: #fff;
    filter: alpha(opacity=50);
    opacity: .5;
}
#back-to-top:before {
    width: 100%;
    height: 28px;
    margin-top: -14px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    text-indent: 0;
    text-align: center;
    font: 28px/28px FontAwesome;
    content: "\f106";
}
#back-to-top:hover {
    text-decoration: none;
    filter: alpha(opacity=75);
    opacity: .75;
}
#back-to-top.back-to-top-off {
    display: none;
}
@-webkit-keyframes g1_vertical_loop {
    0% {
        -webkit-transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, -50%);
    }
    50.01% {
        -webkit-transform: translate(0, 50%);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}
@-moz-keyframes g1_vertical_loop {
    0% {
        -moz-transform: translate(0, 0);
    }
    50% {
        -moz-transform: translate(0, -50%);
    }
    50.01% {
        -moz-transform: translate(0, 50%);
    }
    100% {
        -moz-transform: translate(0, 0);
    }
}
@-o-keyframes g1_vertical_loop {
    0% {
        -o-transform: translate(0, 0);
    }
    50% {
        -o-transform: translate(0, -50%);
    }
    50.01% {
        -o-transform: translate(0, 50%);
    }
    100% {
        -o-transform: translate(0, 0);
    }
}
@keyframes g1_vertical_loop {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -50%);
    }
    50.01% {
        transform: translate(0, 50%);
    }
    100% {
        transform: translate(0, 0);
    }
}
#back-to-top:hover:before {
    -webkit-animation: g1_vertical_loop .35s ease-in-out;
    -moz-animation: g1_vertical_loop .35s ease-in-out;
    -o-animation: g1_vertical_loop .35s ease-in-out;
    animation: g1_vertical_loop .35s ease-in-out;
}
#back-to-top {
    display: block;
    visibility: visible;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: -webkit-transform .35s ease-in-out;
    -moz-transition: -moz-transform .35s ease-in-out;
    -o-transition: -o-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    -webkit-backface-visibility: hidden;
}
#back-to-top.back-to-top-off {
    visibility: hidden;
    -webkit-transform: translate(0px, 80px);
    -moz-transform: translate(0px, 80px);
    -ms-transform: translate(0px, 80px);
    -o-transform: translate(0px, 80px);
    transform: translate(0px, 80px);
    -webkit-transition: visibility 0s, -webkit-transform .35s ease-in-out;
    -webkit-transition-delay: .35s, 0s;
    -moz-transition: visibility 0s .35s, -moz-transform .35s ease-in-out;
    -o-transition: visibility 0s .35s, -o-transform .35s ease-in-out;
    transition: visibility 0s .35s, transform .35s ease-in-out;
}

/* @MEDIAS */
@media screen and (max-width: 762px),
screen and (max-width: 1024px) and (orientation: portrait) {
    html {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    body {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #page_title {
        min-height: 45px;
    }
    #page_title h1 {
        padding: 9px 64px 9px 15px;
        font-size: 24px;
    }
    #top_header, #header {
        position: absolute;
    }
    #top_hidden {
        height: 128px;
    }
    #header {
        height: 100px;
        padding: 0 0 0 10px;
    }
    header {
        background: url(../media/std/iheid_100.png) no-repeat;
        height: 110px;
    }
    #header .banner-title {
        height: 100px;
    }
    #header #logo_link {
        height: 110px;
        width: 120px;
        position: relative;
        z-index: 1101;
    }
    #menu {
        position: absolute;
        z-index: 1101;
        top: 125px;
    }
    #menu .navbar {
        background: transparent;
    }
    #menu .navbar-collapse {
        background: #fff;
    }
    #menu .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    #menu button.navbar-toggle  {
        background: #fff;
    }
    #menu button.navbar-toggle:hover {
        background-color: #ddd;
    }
    #menu button.navbar-toggle {
        float: right;
        margin: 8px -15px 0 0;
        display: inline-block;
    }
    #menu .navbar-collapse {
        float: right;
        width: 100%;
        margin-right: 0px;
    }
    #menu .navbar-collapse.collapse {
        display: none !important;
    }
    #menu .navbar-collapse.in {
        display: block !important;
    }
    #menu .navbar-header {
        width: 100%;
        margin-right: -15px;
        margin-left: -15px;
    }
    #footer {
        height: 50px;
        padding-top: 10px;
    }
    #footer #copyright {
        float: none;
        margin-left: auto;
        margin-right: auto;
        font-size: 11px;
    }
    #footer #footer-nav {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    #footer #footer_inside a {
        font-size: 11px;
    }
    body,
    #wrapper {
        width: auto;
        margin: 0;
        padding: 0;
    }
    img,
    table,
    td,
    blockquote,
    code,
    pre,
    fieldset,
    textarea,
    input,
    iframe,
    object,
    embed,
    video {
        max-width: 100%;
    }
    img {
        height: auto;
    }
    textarea,
    table,
    fieldset,
    td,
    th,
    code,
    pre,
    samp {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word;
    }
    code,
    pre,
    samp {
        white-space: pre-wrap;
    }
    .hide_mobile {
        display: none !important;
    }
    #wrapper_content,
    #wrapper_content #content,
    #content,
    #menu,
    form,
    table {
        width: 100%;
    }
    #content {
        padding: 0px 15px;
    }
    #wrapper_content #content .input-group.widthDatepicker,
    #wrapper_content #content input.hasDatepicker {
        width: 100%;
    }
    #wrapper_content #content #password-strength,
    #wrapper_content #content .input-group-addon {
        display: none;
    }
    #wrapper_content #content div > a.btn,
    #wrapper_content #content div > p.btn {
        padding: 5px 10px;
        margin: 8px 0;
    }
    #wrapper_content #content .app_share_mod ul li {
        padding-left: 0px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    #menu {
        width: 100%;
        margin: 0;
    }
    #menu ul {
        width: 100%;
    }
    form li {
        margin: 0;
    }
    ul li label {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: left;
        float: left;
    }
    select,
    input,
    textarea {
        text-align: left;
        margin-bottom: 10px;
    }
    input[type="radio"] {
        float: none;
    }
    input[type="text"] {
        width: auto;
    }
    .button {
        width: 100%;
    }
    input[type=text],
    input[type=email],
    input[type=url],
    input[type=password],
    textarea {
        width: 100%;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
    input[type=text],
    input[type=email],
    input[type=url],
    input[type=password],
    select {
        max-width: 100%;
        width: 100%;
        height: 25px;
        font-size: 110%;
    }
    input[type=text]:focus,
    input[type=email]:focus,
    input[type=url]:focus,
    input[type=password]:focus,
    textarea:focus {
        border-color: #4697e4;
    }
    #password-strength {
		margin-left: 0;
    }
    .error {
        padding: 5px;
        margin-bottom: 10px;
        display: block;
        float: left;
		width: 100%;
    }
    .error .star {
        float: none;
    }
    .mandatField {
        text-align: left;
        margin-top: 10px;
    }
    div.center,
    .errorNoField,
    .button {
        text-align: center;
    }
    a.buttons {
        width: 90%;
    }
    #footer_inside {
        margin: 0 auto;
        width: 80%;
    }
    .navbar-collapse {
        padding: 0;
    }
    .widthDatepicker.input-group {
        display: inline-block;
        width: auto;
    }
    .widthDatepicker .date {
        border: 1px solid #DDD;
    }
    .widthDatepicker .input-group-addon {
        float: left;
        width: auto;
        padding: 6px 10px 5px;
        border: 1px solid #DDD;
        border-left: 0px;
    }
    input.hasDatepicker {
        float: left;
        width: 100px;
    }
    .nav-pills li {
        margin: 1px 5px;
        margin-top: 4px;
    }
    .nav > li > a {
        margin-bottom: 0px;
    }
    #mainMenu1 ul {
        border: 1px solid #ccc;
    }
    #mainMenu1 .nav-pills > li {
        margin: 1px 0px;
    }
    table td:last-child {
        width: auto;
        white-space: nowrap;
    }
    table th:first-child {
        width: auto;
    }
    td:last-child.alert-success {
        text-align: right;
        padding: 4px 4px;
    }
    #back-to-top {
        width: 32px;
        height: 32px;
    }
    header,
    #page_title h1,
    #wrapper_content,
    #footer #footer_inside {
        width: 100%;
    }
    form .without-label {
        padding-left: 0;
    }
}
@media screen and (max-width: 968px) {
    header {
        width: 100%;
        padding-right: 20px;
    }
    #header .banner-title {
        padding-right: 0;
        font-size: 22px;
        min-width: 50%;
        max-width: 80%;
    }
    #header .banner-title .banner-subtitle {
        font-size: 14px;
    }

    #wrapper_content {
        width: 100%;
    }

    #footer #footer_inside {
        width: 100%;
    }

    #wrapper_content #content td.first {
        font-size: 12px;
        line-height: 1.42857;
    }
    #wrapper_content #content td.first > a {
        font-size: 12px;
    }
}
@media (min-width: 858px) {
    html {
        font-size: 12px;
    }
}
@media (min-width: 780px) {
    html {
        font-size: 11px;
    }
}
@media (min-width: 702px) {
    html {
        font-size: 10px;
    }
}
@media (min-width: 724px) {
    html {
        font-size: 9px;
    }
}
@media (max-width: 623px) {
    html {
        font-size: 8px;
    }
}

/* CSS RESPONSIBLE TABLES */
/*@media screen and (max-width: 762px),*/
/*screen and (max-width: 1024px) and (orientation: portrait) {*/
    table.tablelist,
    table.tablelist tbody,
    table.tablelist thead,
    table.tablelist th,
    table.tablelist td,
    table.tablelist tr {
        display: block;
    }
    table.tablelist thead {
        display: none;
    }
    table.tablelist thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.tablelist tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }
    table.tablelist tr.last {
        margin-bottom: 0;
    }
    table.tablelist td, table.tablelist th {
        border: none;
        height: auto;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 50%;
        white-space: normal;
    }
    table.tablelist td:first-child, table.tablelist th:first-child {
        border-bottom: 1px solid #eee;
    }
    .tablelist th:first-child {
        width: 100%;
    }
    table.tablelist td:before, table.tablelist th:before {
        position: absolute;
        top: 3px;
        left: 6px;
        max-width: 50%;
        padding-right: 10px;
        text-align: left;
        word-wrap: break-word;
        content: attr(abbr);
        height: auto;
    }
    table.tablelist td:last-child {
        width: 100%;
    }
    table.navigation {
        border-top: 1px solid #e6e6e6;
        margin-top: 10px;
    }
    #wrapper_content #content td a.btn {
        width: 200px;
    }
/*}*/

/** print css for display content only **/
@media print {
    #header,
    #top_header,
    #top_hidden,
    #header_log,
    #page_title,
    #menu,
    #footer,
    #back-to-top,
    .title-container > a,
    #jSharer,
    a.btn
    {
        display: none;
    }
}

#advert ul {
    list-style-type: disc;
}

/** TOC **/
.toc-section {
    position: relative;
}
.toc-section .toc-anchor {
    position: absolute;
    /* Must match the fixed header height (div#header) */
    top: -140px;
}
