body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Raleway',sans-serif !important;
}

.no-display{
    display:none;
}

.no-pointer-events{
    pointer-events: none;
}


.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    /*background-image: url('../images/cyan.jpg');*/
    background-image: url('../images/dsn-bg.png');
    background-repeat:repeat;
    /*background: linear-gradient(to bottom left, #ccf2ff, #ffffff);*/
}

.fullscreen_bg_support {
    /*position: fixed;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('../images/cyan.jpg');
    /*background-repeat:repeat;*/
    /*background: linear-gradient(to bottom left, #ccf2ff, #ffffff);*/
}

table.tiny {
    font-size:11px;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 130px; /* width of the spinner gif */
    height: 132px; /*hight of the spinner gif +2px to fix IE8 issue */
}

.mandatory:after {
    color: #d00;
    content: "*";
    position: relative;
    margin-left: 2px;
    top:2px;
}

.block_message_error {
     color:red !important;
 }

 .block_message_info {
         color:blue !important;
 }

 .block_message_default {
      color:black !important;
  }

a.disable {
    pointer-events: none;
    cursor: default;
}

.mask-label {
    visibility: hidden;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.c-btn-align-center {
    align:center;
}

.c-margin-bottom-sm{
    margin-bottom: 1%;
}

.c-margin-top-sm{
    margin-top: 2%;
}

.c-margin-top-1{
    margin-top: 5px;
}

.c-margin-top-2{
    margin-top: 10px;
}

.c-margin-top-3{
    margin-top: 15px;
}

.c-margin-top-4{
    margin-top: 20px;
}

.c-margin-top-4-30{
    margin-top: 30px;
}

.c-margin-top-5{
    margin-top: 5%;
}

.c-margin-top-8{
    margin-top: 8%;
}

.c-margin-bottom-2{
    margin-bottom: 2%;
}

.c-margin-bottom-5{
    margin-bottom: 5%;
}

.c-margin-left-sm{
    margin-left: 1%;
}

.c-margin-left-2{
    margin-left: 2%;
}

.c-margin-left-3{
    margin-left: 3%;
}

.c-margin-left-4{
    margin-left: 4%;
}

.c-margin-left-5{
    margin-left: 5%;
}

.c-margin-left-6{
    margin-left: 6%;
}
.c-margin-left-10{
    margin-left: 10%;
}
.c-margin-left-15{
    margin-left: 15%;
}
.c-margin-left-20{
    margin-left: 20%;
}
.c-margin-left-25{
    margin-left: 25%;
}
.c-margin-left-30{
    margin-left: 30%;
}

.c-margin-left-33{
    margin-left: 33%;
}

.c-margin-left-40{
    margin-left: 40%;
}
.c-margin-left-15{
    margin-left: 15%;
}

.c-margin-left-35{
    margin-left: 35%;
}

.c-margin-left-45{
    margin-left: 45%;
}

.c-margin-right-2{
    margin-right: 2%;
}

.c-margin-right-4{
    margin-right: 4%;
}

.c-margin-field-msg-error-finContrat{
    margin-left: 26%;
    margin-bottom: 6%;
}
/* Tooltip */
.with-tool-tip + .tooltip > .tooltip-inner {
    background-color: #fffbab;
    color: #000;
    border: 1px solid black;
    padding: 15px;
    font-size: 15px;
}
/* Tooltip on top */
.with-tool-tip + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid green;
}
/* Tooltip on bottom */
.with-tool-tip + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid blue;
}
/* Tooltip on left */
.with-tool-tip + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid red;
}
/* Tooltip on right */
.with-tool-tip + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid black;
}

/* FOR TABLE */
 th.header-grey {
    background-color: #e5e5e5;
    color: black;
}

/* FOR WIZARD */
.fuelux .wizard {
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.fuelux .wizard:before,
.fuelux .wizard:after {
    display: table;
    line-height: 0;
    content: "";
}

.fuelux .wizard:after {
    clear: both;
}

.fuelux .wizard ul {
    width: 4000px;
    padding: 0;
    margin: 0;
    list-style: none outside none;
}

.fuelux .wizard ul li {
    position: relative;
    float: left;
    height: 46px;
    padding: 0 20px 0 30px;
    margin: 0;
    font-size: 16px;
    line-height: 46px;
    color: #999999;
    cursor: default;
    background: #ededed;
}

.fuelux .wizard ul li .chevron {
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
    display: block;
    border: 24px solid transparent;
    border-right: 0;
    border-left: 14px solid #d4d4d4;
}

.fuelux .wizard ul li .chevron:before {
    position: absolute;
    top: -24px;
    right: 1px;
    display: block;
    border: 24px solid transparent;
    border-right: 0;
    border-left: 14px solid #ededed;
    content: "";
}

.fuelux .wizard ul li.complete {
    color: #468847;
    background: #f3f4f5;
}

/*.fuelux .wizard ul li.complete:hover {
    cursor: pointer;
    background: #e7eff8;
}

.fuelux .wizard ul li.complete:hover .chevron:before {
    border-left: 14px solid #e7eff8;
}
*/

.fuelux .wizard ul li.complete .chevron:before {
    border-left: 14px solid #f3f4f5;
}

.fuelux .wizard ul li.active {
    color: #3a87ad;
    background: #f1f6fc;
}

.fuelux .wizard ul li.active .chevron:before {
    border-left: 14px solid #f1f6fc;
}

.fuelux .wizard ul li .badge {
    margin-right: 8px;
}

.fuelux .wizard ul li:first-child {
    padding-left: 20px;
    border-radius: 4px 0 0 4px;
}

.fuelux .wizard .actions {
    position: absolute;
    right: 0;
    z-index: 1000;
    float: right;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 46px;
    vertical-align: middle;
    background-color: #e5e5e5;
    border-left: 1px solid #d4d4d4;
}

.fuelux .wizard .actions a {
    margin-right: 8px;
    font-size: 12px;
    line-height: 45px;
}

.fuelux .wizard .actions .btn-prev i {
    margin-right: 5px;
}

.fuelux .wizard .actions .btn-next i {
    margin-left: 5px;
}

.fuelux .step-content .step-pane {
    display: none;
}

.fuelux .step-content .active {
    display: block;
}

.fuelux .step-content .active .btn-group .active {
    display: inline-block;
}

.fuelux .label-success,
.fuelux .badge-success {
    background-color: #468847;
}

.fuelux .label-success[href],
.fuelux .badge-success[href] {
    background-color: #356635;
}

.fuelux .label-info,
.fuelux .badge-info {
    background-color: #3a87ad;
}

.fuelux .label-info[href],
.fuelux .badge-info[href] {
    background-color: #2d6987;
}

.c-margin-right-sm{
    margin-right: 1%;
}

.c-margin-right-10{
     margin-right: 10%;
 }

.c-margin-right-5{
    margin-right: 5%;
}

.c-margin-right-2{
    margin-right: 2%;
}

.c-margin-right-70{
    margin-right: 70%;
}

.c-margin-top-1{
    margin-top: 1%;
}

.c-margin-top-5{
    margin-top: 5%;
}

.c-margin-top-10{
    margin-top: 10%;
}

.c-margin-top-15{
    margin-top: 15%;
}

div.col-centered-2{
    margin: 0 auto;
    float: none;
    margin-left: 2%;
    margin-right: 2%;
}

div.col-centered-5{
    margin: 0 auto;
    float: none;
    margin-left: 5%;
    margin-right: 5%;
}

div.col-centered-10{
    margin: 0 auto;
    float: none;
    margin-left: 10%;
    margin-right: 10%;
}

div.col-centered-15{
    margin: 0 auto;
    float: none;
    margin-left: 15%;
    margin-right: 15%;
}

div.col-centered-20{
    margin: 0 auto;
    float: none;
    margin-left: 20%;
    margin-right: 20%;
}

div.col-centered-30{
    margin: 0 auto;
    float: none;
    margin-left: 30%;
    margin-right: 30%;
}

td.vertical-center {
    vertical-align:middle !important;
}

table.borderless td,table.borderless th{
    border: none !important;
}

th.valign-center {
    vertical-align: middle !important;
    text-align: center !important;
}

td.valign-center {
    vertical-align: middle !important;
    text-align: center !important;
}

a.unclickable {
    text-decoration: none !important;
    cursor: default !important;
}

.panel-noborder{
    border:0 !important;
}

.td-no-border{
    border:0 !important;
}

div.right-line {
    border-right: 2px solid #ccc;
}

.size-95{
    width: 95% !important;
}

/* bouton de contact */
div.feedback {
    z-index:9998;
}

@media screen and (min-width: 800px) {
    div.feedback a {
        z-index:9999;
        display: block;
        position: fixed;
        top: 200px;   /* Emplacement du bouton en hauteur : remplacer 200 par 300 pour le descendre */
        right: 0px;    /* Pour placer le bouton à droite, remplacer "left" par "right" */
        background: #6DC7F7;   /* Pour changer la couleur du bouton, remplacer #6DC7F7 */
        border: 1px solid #61B3DE;  /* Couleur de la bordure plus foncée que celle du bouton. Pour la changer, remplacer #61B3DE */
        border-left-color: #6DC7F7;  /* Cette couleur doit être la même que celle du bouton  */
        border-top-color: #6DC7F7;  /* Cette couleur doit être la même que celle du bouton */
    }

    div.feedback a:hover {
        background: #009FE4;   /* Couleur du bouton au survol de la souris : pour la changer, remplacer #6DC7F7 */
        border: 1px solid #009FE4;   /* Cette couleur doit être identique à la précédente */
    }
}


tr.doubleLine {
    border-top:3px lightgray double;
}


.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}
.bs-callout h4 {
    margin-top: 0;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}

.badge-status{
    font-size: 14px !important;
    border-radius: 0.5em !important;
}


.with-info {
    background-color: #ffffdc;
    color: #515151;
    border: 1px solid #ffffdc;
    padding: 10px;
    font-size: 11px;
}

.with-red-warning {
    background-color: pink;
    color: #515151;
    border: 1px solid pink;
    padding: 10px;
    font-size: 11px;
}


.with-field-already-filled {
    background-color: #ebfffc;
    color: #515151;
    border: 1px solid #ebfffc;
    padding: 10px;
    font-size: 11px;
}

.left-field {
    text-align:left;
    padding-top:6px;
}

.right-field {
    text-align:right;
    padding-top:6px;
}

/* customize select2 for long text */
.select2-selection--single{
    min-height: 34px !important;
    height:auto !important;
}

.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.has-error .select2-selection--single {
    border: 1px solid #a94442 !important;
}

.back-to-top {

    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #8cd6ff;

}


.nav-tabs{
    background-color: #e5e5e5;
}
.tab-content{
    background-color:white;
    padding:5px
}
.nav-tabs > li > a{
    border: medium none;
}
.nav-tabs > li > a:hover{
    /*background-color: #bce8f1 !important;*/
    border: medium none;
    border-radius: 0;
    color: black;
    text-decoration: underline !important;
}

a.disable {
    pointer-events: none;
    cursor: default;
}

a.no-line {
    text-decoration: none !important;
}

.nav-tabs-salarie{
    background-color: #ffffdc;
}
.tab-content-salarie{
    background-color:white;

}
.tab-content-nouveau-contrat{
    background-color:#bce8f1 !important;

}

form .dateContrat::-moz-placeholder {
    font-size: 13px; !important;
}
form .dateContrat:-ms-input-placeholder {
    font-size: 13px; !important;
}
form .dateContrat::-webkit-input-placeholder {
    font-size: 13px; !important;
}

div.display-block{
    display:block !important;
}
div.messageFixSuccess {
    display: none;
    position: fixed;
    top: 1%;   /* Emplacement du bouton en hauteur : remplacer 200 par 300 pour le descendre */
    right: 40%;    /* Pour placer le bouton à droite, remplacer "left" par "right" */
    background: #449d44;   /* Pour changer la couleur du bouton, remplacer #6DC7F7 */
    font-size: 20px;
    color: #fff;
    padding: 7px 5px;
    border: 3px solid; /*  Couleur de la bordure plus foncée que celle du bouton. Pour la changer, remplacer #61B3DE */
    border-color: #449d44;
    border-radius: 10px;
    z-index:10;
}

.modalBodyGreat {
   width:900px !important;

}

div.float_left_title_1{
    float: left;
    margin-left: 20px;
    margin-top:10px;
}

div.float_right_title_1{
    float: right;
    margin-right: 10px;
    margin-top:2px;
}


.fontRecap {
    font-size: 13px !important;
    text-align: right !important;
}

.label-small {
  vertical-align: super;
  font-size: small;
}

.label-btn-near-form-field {
    line-height: 4 !important;
}

.btn-with-caret{
    width:130px !important;
    height:34px !important;
}

.btn-with-caret-w180{
    width:180px !important;
    height:34px !important;
}

.btn-with-caret-height{
    height:34px !important;
}

.active-covid-19{
    color: #ffffff !important;
    background-color: #446e9b;
    padding: 20px 15px !important;
    font-size: 100% !important;
}

.fontAideSaiseiCovid-19 {
    font-size: 13px !important;
    text-align: left !important;
    color: blue !important;
}

.fontBlackAideSaiseiCovid-19 {
    font-size: 14px !important;
    text-align: left !important;
    color: black !important;
}

/* button payment */
.c3-send-wait {
    display: none;
}

.glyphicon-text-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.modal-dialog-50 {
  min-width: 50% !important;
  max-width: 50% !important;
}

.modal-dialog-70 {
    min-width: 70% !important;
    max-width: 70% !important;
}

#alertnote {
    #position: absolute;
    #z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    background: #fde073;
    text-align: center;
    line-height: 2.5;
    overflow: hidden;
    #-webkit-box-shadow: 0 0 5px black;
    #-moz-box-shadow: 0 0 5px black;
    #box-shadow: 0 0 5px black;
}