/*@import url('https://fonts.googleapis.com/css?family=Maven+Pro');*/

@import url('https://fonts.googleapis.com/css?family=Signika:300');


/* ------------------------- margin and padding ----------------------------- */
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-top-0{
    margin-top: 0;
}
.margin-0{
    margin: 0;
}
.margin-top-5 {
    margin-top: 5px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-bottom-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-left-right-10 {
    margin-left: 10px;
    margin-right: 10px;
}    
.margin-left-30{
    margin-left: 30px !important;
}
.margin-left-15{
    margin-left: 15px !important;
}
.margin-left-10{
    margin-left: 10px;
}
.margin-left-5{
    margin-left: 5px;
}

.padding-0{
    padding: 0;
}
.padding-5{
    padding: 5px;
}
.padding-10 {
    padding: 10px;
}
.padding-20 {
    padding: 20px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-top-15 {
    padding-top: 15px;
}
.padding-top-5 {
    padding-top: 5px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-bottom-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding-left-right-20 {
    padding-left: 20px;
    padding-right: 30px;
}

.padding-left-right-10 {
    padding-left: 20px;
    padding-right: 10px;
}

.padding-left-right-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-left-right-30 {
    padding-left: 30px;
    padding-right: 30px;
}

/* ----------------------------- Main structure ----------------------------- */
.link-inherit, .link-inherit:focus{
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
}

.link-none-hover:hover{
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
}


body * {
    font-family: 'Signika', sans-serif;
}
body {
    font-family: 'Signika', sans-serif;
    background: #fcfcfc;
    font: 20px/1.5 sans-serif;
    background-image: url('../../images/background.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#top-social-section{
    display: block;
    min-height: 45px;
    background-color: #1E4078;
    color: white;
}
#top-social-section .container{
    height: 100%;
}

#top-social-section a{
    font-size: 16px;
}

#header-logo-col{
    padding-top: 20px;
}
#header-menu-col{
    padding: 0;
}

nav{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: rgba(252,252,252, 0.4);
}
#menu-list {
    margin:0; 
    padding:0;
    font-size: 16px;
    display: inline-block; 
    height: 180px;    
}

#menu-list > li {
    margin:0!important;
    display: table-cell;
    vertical-align: middle;
    float: none;
    height: 180px;    
    text-align: center;
    width: 150px;
}


#menu-list > li:last-child {
    border-right: none!important;   
}
#menu-list > li:hover{
    background-color: #efefef;
}
#menu-list > li > a{
    display: block;
    padding: 8px 10px;
    color: #4c4c4c;
    width: 100%;
    height: 100%;
    padding-top: 35px;
}

#menu-list > li > a:hover, #menu-list > li > a:focus{
    text-decoration: none;
    color: inherit;
}

nav > .container{
    
}


nav > .container > .row,
nav > .container > .row > div[class^="col-"] {
    height: 180px;
}


#menu-list #login-container > .dropdown{
    padding-left: 10px;
    padding-right: 10px;    
    padding-top: 35px;
    height: 100%;        
}
#menu-list #login-container > .dropdown > a{
    height: 100%;
    display: block;    
    color: #4c4c4c;
}




#nav-toggle-container{
    padding: 5px;

}
#nav-toggle-container #btn-toogle{
    background-color: #fcfcfc;
    padding: 0;
    border: 1px solid #e5e5e5;
    width: 40px;
    height: 40px;
    font-size: 26px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#nav-toggle-container #btn-toogle:hover{
    background-color: #f3f3f3;
}










aside { 
    float:right;
}

h1,h2,h3,h4{
    margin-left:5px;
}
h1{
    font-size: 24px;
}
h2{
    font-size: 16px;
    font-weight: bold;
}
h3{
    font-size: 14px;
    font-weight: bold;
}

#main-container{
    background-color: rgba(255, 255, 255, 0.6);
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    min-height: 700px;
    font-size: 14px!important;
    padding-bottom: 40px;
}

footer{
    background-color: #252525;
    color: white;
}

footer > .container{
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
}

footer .footer-title{
    color: #95c2dc;
}

footer a{
   color: inherit;
}
footer a:hover, footer a:focus{
   color: inherit;
   text-decoration: none;
}

footer ul{
    padding-left: 10px;
}

footer ul, footer ul li{
    list-style: none;
}

#sub-footer{
    color: #b5b5b5;
    font-size: 0.8em;
    background: #222222;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #2d2d2d;
}

#loading-div{
    background-color: #e4e4e4;
    background-color: rgba(255, 255, 255, 0.82);
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    right: 0;
    left: 10px;
    border-radius: 3px;
}

#loading-div > p{
    text-align: center;
    color: #1E4078;
    position: relative;
    top: 85%;
    font-size: 24px;
}
#loading-div > p > i.fa-spinner{
    vertical-align: middle;
}



#cookie-laws-banner{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 90px; 
    background-color: #c1c1c1;
    color: #2b2b2b;
    padding: 10px 20px;
    font-size: 14px;
    display: none;
    border-top: 1px solid #b5b5b5;
    height: auto;
    z-index: 99;
}
#cookie-laws-banner > #cookie-cls-container{
    text-align: right;
    margin-bottom: 15px;
    
}
#cookie-laws-banner > p{
    text-align: center;
}



/* ---------------------------- general porpouse ---------------------------- */

.bordered{
    border: 1px solid #ddd;
}

.fixed-top{
    position: fixed;
    top: 0;
}

table.table-no-padding>tbody>tr>th,
table.table-no-padding>tbody>tr>td{
    padding: 2px;

}

.display-inline-block{
    display: inline-block;
}

table{
    border-radius: 3px;
}

.cursor-pointer{
    cursor: pointer;
}






/* ------------------------ Bootstrap customization ------------------------- */


.btn{
   border-radius: 1px;    
}

.btn-primary{
    background-color: #315779;
}

.btn-primary:hover{
    background-color: #1E4078;    
}

.btn-lg-custom{
    padding: 18px 30px;
    font-size: 19px;
}

.alert {
    padding: 10px;
    border-radius: 2px;
}

.modal-content {
    border-radius: 3px;
}




.customdatetimepickerparution table{
    border-spacing: 1px;
    border-collapse: separate;
}

.customdatetimepickerparution table td.day {
    font-weight: bold; 
    background: #cfdce8;
}

.customdatetimepickerparution table td.disabled {
    background: none;
    font-weight: normal;    
}

.customdatetimepickerparution table td.active {
    background-color: #337ab7;
    color: #fff;
}




/* ------------------------------- User menu -------------------------------- */


.custom-bagde{
    min-width: 10px;
    padding: 1px 5px;
    font-size: 12px;
    font-weight: 700;    
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: initial;
    
    background-color: #1E4078;
    color: white;
    border-radius: 10px;
    
}

.client-logo > img {
    border: 2px solid #C8C8C8;
}

.client-logo > img:hover {
    border: 2px solid #7F8FA8;
}

#user-profile-list{
    list-style: none;
    padding-left: 0;
    background-color: #fcfcfc;
    border: 1px solid #e5e5e5;
}
#user-profile-list > li{
    border-bottom: 1px solid #e5e5e5;    
    cursor: pointer;
}
#user-profile-list > li:last-child{
    border-bottom: none;
}
#user-profile-list > li:hover{
    background-color: white;    
}
#user-profile-list > li > a{
    color: #363636;    
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
}
#user-profile-list > li > a:hover{
    color: inherit;
    text-decoration: none;
}
#user-profile-list > li > a.active{
    background-color: #d3dde6;
}



/* --------------------------------- Index ---------------------------------- */

.panel-type-annonces .panel-heading{
    background-color: #1E4078; 
    color: white;
}
.panel-type-annonces .annonce-icon-type-annonces{
    height: 20px;
    vertical-align: top;
}
.panel-type-annonces .panel-title{
    display: inline-block;
    font-size: 14px;
    margin-left: 0;
}
.panel-type-annonces .panel-body{
    padding: 0;
}
.type-annonces-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.type-annonces-list > li{
    background-color: #fbfbfb;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
}
.type-annonces-list > li:last-child{
    border-bottom: none;
}
.type-annonces-list > li > a{
    padding: 6px;
    display: block;
}
.type-annonces-list > li:hover{
    background-color: #f3f3f3;
}

#left-column-typeannonce > .panel-type-annonces{
    margin-bottom: 8px;
}

#right-column-typeannonce > .panel-type-annonces{
    margin-bottom: 25px;
}

#main-banner-container{
    background-color: #1E4078;
}

#main-banner-container ul{
    list-style: none;
    margin-top: 20px;
}
#main-banner-container ul > li{
    font-size: 25px;
}
#main-banner-container ul > li::before {
  content: "> ";
  color: #cc071e;
  font-size: 28px;
  font-weight: bold;
}

#main-banner-container .hidden-sm{
    height: 300px;
    background-repeat: no-repeat;
    background-position: right;    
}


/* -------------------------------- Step 2 ---------------------------------- */

.montant-container{
    background-color: #09b746;
    padding: 15px;
    padding-top: 5px;
    color: white;
    margin-top: 0;
    font-size: 1.2em;
    border-radius: 3px;
}

.montant-container > small{
    font-weight: bold;
    
}

.montant-container > .montant-price{
    font-size: 1.2em;
    font-weight: bold;
}

.journal-container{
    background-color: #f9f9f9;
    padding: 10px;    
}


/* ------------------------ Step 3 - Thank you page ------------------------- */

.details-container{
    background-color: #f9f9f9;
    padding: 15px;
}




/* -------------------------------- Wizard ---------------------------------- */

.wizard{
    position: relative;
}

.wizard > .wizard-line{
    background-color: #f5f5f5;
    height: 2px;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 1;
    width: 67%;
    margin: 0 auto;
}

.wizard .wizard-list{
    list-style: none;
    padding-left: 0;
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    z-index: 2;
}
.wizard .wizard-list > li{
    position: relative;
    display: inline-block;
    width: 33%;
    text-align: center;
    min-height: 115px;
    vertical-align: top;
}

.wizard .wizard-list > li span{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    text-align: center;
    font-size: 25px; 
    color: #737373;
}

.wizard-list .wizard-active{
    border: 2px solid #24a7f2!important;
    color: #24a7f2!important;    
}
.wizard-list .wizard-active + .wizard-label{
    color: #24a7f2!important;    
}


.wizard .wizard-label{
    text-align: center;
}

.wizard-description{
    text-align: center;
    color: #888888;    

}
.wizard-description-inner{
    display: inline-block;
    font-size: 0.85em;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    width: 80%;
}




.breadcrumb-container {
    background: #F5F5F5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    font-size: 16px;
    color: #2b2b2b;
}



.breadcrumb-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-container ul li {
    display: inline-block;
}

.breadcrumb-container a {
    text-decoration: underline;
    color: #404040;
}

.breadcrumb-container a:hover {
    color: #717171;
}




/* ----------------------------- User backoffice ---------------------------- */
.row-annonce-selected{
    background-color: #d3dde6!important;    
}

.payement-method-box{
    background-color: #f5f5f5;
    border-radius: 10px;
    border: 1px solid #dadada;
}



/* ---------------------- MEDIA query custom exceptions --------------------- */



/* Extra large devices (large desktops)
 No media query since the extra-large breakpoint has no upper bound on its width */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
    
    .wizard .wizard-list > li{
        width: 32.7%;
    }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) { 
    #main-container{
        width: 100%;
    }
    
    #header-logo-col{
        padding-top: 40px;
    }
    
    nav > .container {
        width: 100%;
        margin: 0;
    }

    
    
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) { 
    
    #header-logo-col{
        padding-top: 20px;
        padding-bottom: 40px; 
    }
    
    #menu-list,
    nav > .container > .row,
    nav > .container > .row > div[class^="col-"] {
        height: auto;
    }
    
    #menu-list {
        display: block;
    }
    
    #menu-list > li {
        margin:0!important;
        display: block;      
        border-bottom: 1px solid #e5e5e5;
        height: 120px;
        width: 100%;        
    }    
    
    #menu-list #login-container > .dropdown,
    #menu-list > li > a {
        padding-top: 15px;
    }
    
    #menu-list #login-container > .dropdown > .dropdown-menu{
        width: 100%;
    }
    
    
    #menu-list > li:first-child {      
        border-top: 1px solid #e5e5e5;
    }  
     
    nav {
        border-top: none;
        border-bottom: none;
    }
    
    nav > .container{
        height: auto;
    }

    nav > .container > div{
        height: auto;
        display: block;
    }
    
    
    #sub-nav-container{
        height: auto;
    }
    #sub-nav-list li {
        display: block;
        border-right: none;
        border-bottom: 1px solid #cacaca;
        padding: 10px 20px;        
    }    
    #sub-nav-list li:last-child {
        border-bottom: none;
    }
    
    /* Override */
    .fixed-top{
        position: static;
        top: auto;
    }
    
    .panel-type-annonces .panel-heading > h3{
        font-size: 14px;
        text-align: center;
        width: 90%;        
    }
    
    #left-column-typeannonce > .panel-type-annonces,
    #right-column-typeannonce > .panel-type-annonces {
        margin-bottom: 20px;
    }
    
    
    
   

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    
    .wizard .wizard-list > li{
        width: 32.2%;
    } 
    
    #menu-list > li {
        font-size: 0.9em;
    }
    
    #profile-buttons-container {
        text-align: center!important;
    }
    
}


/* Custom media query for banner */
@media (max-width: 1253px) and (min-width: 991px) { 
    #main-banner-container #main-banner-btn-container{
        text-align: center!important;
    }
    
    #main-banner-container > .hidden-sm{
        padding-left: 15px!important;
    }
    
    #main-banner-container ul{
        padding: 0; 
    }
    
    #main-banner-container ul > li{
        font-size: 20px;
    }
    
    #main-banner-container h1{
        width: 400px;
        font-size: 29px;
    }
    
}











/* ----------------------------- Ann. Leg. FORMS ---------------------------- */


/* Bootstrap theme for fieldset */
/* Remove comments to restore original styles */

fieldset {
    /*border: 1px solid #ddd !important;*/
    margin: 0;
    xmin-width: 0;
    /*padding: 10px;*/
    position: relative;
    /*border-radius: 4px;*/
    /*padding-left: 10px!important;*/
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px;
    /*border: 1px solid #ddd;*/
    /*border-radius: 4px;*/
    padding: 5px 10px 5px 10px;
    background-color: #ffffff;
    width: 250px;
    /* min-width: 50px !important; */
}


/* Bootstrap overrides */

.form-horizontal .form-group-sm .control-label {
   padding-top: 0;
   margin-bottom: 0;
   text-align: right;
   font-size: 14px;
}

.form-horizontal legend .control-label {
   text-align: left;
}

/* input-xs and input-group-xs */

.input-xs {
    height: 22px;
    padding: 5px 5px;
    font-size: 12px;
    
    /* If Placeholder of the input is moved up, rem/modify this. */
    line-height: 1.5;
    
    border-radius: 3px;
}

.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
    height: 22px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.form-horizontal .control-label-xs {
   padding-top: 0;
   margin-bottom: 0;
   text-align: right;
   font-size: 14px;
   font-weight: 400;
}

.form-horizontal legend .control-label-xs {
   display: inline;
   font-weight: 700;
   text-align: left;
}

.control-label-xs {
   font-size: 14px;
   font-weight: 400;
}

legend .control-label-xs {
   display: inline;
   font-weight: 700;
   text-align: left;
}

.checkbox-xs label, .radio-xs label {
   min-height: 20px;
   /*padding-left: 20px;*/
   margin-bottom: 0;
   font-size: 14px;
   font-weight: 400;
   cursor: pointer;
}

.x-small {
    font-size: 75%;
}

.list-error {
    padding-left: 0;
    list-style: none;
    font-size: small;
}

.has-error .help-block > i {
   color: #737373 !important;
}

.has-error .form-control:not(.selectize):not(.selectize-control),
.has-error .selectize-input {
    background-color: #efa29e;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
    background-color: #1E4078;    
}

.tooltip .tooltip-arrow{
    border-bottom-color: #636363!important;
}
.tooltip .tooltip-inner{
    background-color: #636363;
    color: white;
}




/* Fixes for selectize */
.selectize-input {
    min-height: 30px;
}

.selectize-input {
    padding: 4px 12px;
}

.selectize-control.single .selectize-input:after{
    right: 12px;
    border-width: 4px 4px 0 4px;
}

.selectize-control.single .selectize-input.dropdown-active:after{
    right: 12px;
    border-width: 0 4px 4px 4px;
}


.collection {
    list-style-type: none;
    padding: 10px 10px 10px 0;
}





.easy-autocomplete-container{
    max-height: 302px;
    overflow-y: scroll;
}
.easy-autocomplete-container ul{
    margin-bottom: 0;
}


.help-container{
    font-size: 17px;
    padding-top: 3px;
    color: #1E4078;
}

.required-star{
    vertical-align: super;
    font-size: 8px;
    font-weight: normal;
    color: #a94442;
}

.box-with-shadow{
    -webkit-box-shadow: 0px 0px 29px -8px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 29px -8px rgba(0,0,0,0.42);
}
