/*CONSTANTS:*/
/*blue : 0070b2 */
/*red : d4006b*/
/*yellow : ffd100 */
.card-shadow {
    text-align: center;
    border: 1px solid;
    box-shadow: 5px 10px 18px #888888;
    padding: 10px 10px;
    margin:20px 20px;
}
.vertical-center {
    margin-top:auto;
    margin-bottom:auto;
}
.black-border {
    border: 1px solid black;
}
.small-margin-left {
    margin-left: 10px;
}
.small-margin-right {
    margin-right: 10px;
}
.small-margin-top {
    margin-top: 10px;
}
@media (min-width: 768px) {
    .medium-margin-top-sm {
        margin-top: 30px;
    }
    .font-larger-sm {
        font-size: larger;
    }
}
@media (max-width: 768px) {
    .wrap-xs {
        white-space: normal;
    }
    .no-margin-left-xs {
        margin-left: 0px;
    }
}
.headband{
    position: fixed;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background: white;
    padding: 20px 50px 20px 15px;
    z-index: 500;
    border: 1px solid transparent;
    border-left: 5px solid #d4006b;
    width:75%;
    left:50%;
    margin-left: -29%;
}
@media screen and (max-width: 900px) {
    .headband {
        width: 90%;
        left: 5%;
        margin-left: 0;

    }

  }
@media (max-width: 768px) {
    .text-center-xs {
        text-align: center;
    }

  }
input[type="radio"] {
    margin-top: 0px;
}
.no-margin-bottom {
    margin-bottom: 0px;

}
.no-margin-left{
    margin-left: 0px !important;

}
.no-margin-right{
    margin-right: 0px !important;

}

.container-onboard-sm{
    justify-content: center;
    flex-wrap: wrap;
}
.block-step-sm{
    margin:20px;
    padding: 20px;
    display: flex;
    align-items: center;
    max-width: 400px;
    background-color: white
}
.pink-border{
    border: 2px solid #d4006b;
}
.yellow-border{
    border: 2px solid #ffd100;
}
.blue-border{
    border: 2px solid #0070b2;
}
.blue-border-left-big{
    border-left: 6px solid #0070b2;
}
.pink-border-left-big{
    border-left: 6px solid #d4006b;
}
.yellow-border-left-big{
    border-left: 6px solid #ffd100;
}
.blue-border-bottom{
    border-bottom: 2px solid #0070b2;
}
.pink-border-bottom {
    border-bottom: 2px solid #d4006b;
}
.yellow-border-bottom{
    border-bottom: 2px solid #ffd100;
}
.pink-border-color{
    border-color: #d4006b !important;
}
.yellow-border-color{
    border-color: #ffd100 !important;
}
.pink-background-color{
    background-color: #d4006b !important;
}
.yellow-background-color{
    background-color: #ffd100 !important;
}
.blue-background-color{
    background-color: #0070b2 !important;
}
.blue-border-color{
    border-color: #0070b2  !important;
}
.green-border-color{
    border-color: #449d44 !important;
}
.grey-border-color{
    border-color: grey !important;
}
.pink-text{
    color: #d4006b;
}
.pink-text:hover{
    color: #d4006b;
}
.yellow-text{
    color: #ffd100;
}
.blue-text{
    color: #0070b2;
}
.panel-success-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #d6e9c6;
    margin: 20px 0;
}
.panel-info-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #d9edf7;
    margin: 20px 0;
}
.panel-warning-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #faebcc;
    margin: 20px 0;
}
.white-title-panel{
    color: white;
    font-weight: bold;
}
.pink-bottom-border-title{
    border-bottom: 5px solid #d4006b;
    border-radius: 3px;
    padding-bottom: 10px;
}
.btn-invert-blue{
    border : 2px solid #0070b2;
    color : #0070b2;
    background-color: white;
    border-radius: 3px;
    font-weight: bold;
    transition: all 0.6s;

}
.btn-invert-blue:hover{
    border-color: white;
    color : #0070b2;

}
.btn-invert-red{
    border : 2px solid #c9302c;
    color : #c9302c;
    background-color: white;
    border-radius: 3px;
    font-weight: bold;
    transition: all 0.6s;

}
.btn-invert-red:hover{
    border-color: white;
    color : #c9302c;

}
.btn-less-important-blue{
    color : #0070b2;
    background-color: white;
    border-radius: 0px;
    transition: all 0.6s;

}
.btn-less-important-blue:hover{
    color : #0070b266;

}
.btn-submit{
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 50px;
    background-color: #3cb85c;
    padding: 10px 50px;
    color:white;
    font-weight: bold;
    transition: all 0.6s;
}
.btn-submit:hover{
    margin-left: -3px;
    background-color: #00d168;
    letter-spacing: 2px;
}
/* Smartsitter inscription */

.job-offer{
    padding: 1px 20px;
    font-size: 1.5em;
    border-bottom: 3px solid white;
    transition: border-bottom 0.5s;
}
.job-offer:hover{
    border-bottom: 3px solid #d4006b;
}
.see-more-icon{
    color : #d4006b;
    font-size: 22px;
    cursor: pointer;
}

.btn-anchor{
    margin: 60px 0px 150px 0px;
    font-size: 32px;
    border: 1px solid #d4006b;
    padding: 20px 100px;
    background-color: #d4006b;
    color: white;
    border-radius: 50px;
}
.section-inscription-sm{
    padding: 50px 0px;
    color: white;
}

/* Loader */
.loader {
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.loader-sm{
    border: 5px solid #f3f3f3;
    border-top: 5px solid #d4006b;
    border-bottom: 5px solid #d4006b;
    width: 30px;
    height: 30px;
}
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

/* Buttons */

.btn-test {
    margin-top:20px;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: black;
    box-shadow: 0 0 20px #eee;
    border-radius: 100px;
    cursor: pointer;
}
  
.btn-test:hover {
    background-position: right center;
}
  
.btn-test-1 {
    background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);  
}
/*.btn-done{*/
    /*font-size:32px;*/
    /*padding: 10px 35px;*/
    /*color:white;*/
    /*background-color: #0070b2;*/
    /*border: 2px solid transparent;*/
    /*transition: 0.3s all;*/
/*}*/
/*.btn-done:hover{*/
    /*color: #0070b2;*/
    /*background-color: white;*/
    /*border-color: #0070b2;*/
/*}*/
/*.btn-cancel{*/
    /*font-size:20px;*/
    /*padding: 10px 35px;*/
    /*color: grey;*/
    /*background-color: white;*/
    /*border: 2px solid grey;*/
    /*transition: 0.3s all;*/
/*}*/
.yellow-text {
    color: #ffcf01;
}

.yellow-btn, .yellow-btn-big {
    /* padding: 10px 50px; */
    /*height: auto;*/
    font-size: 1.6rem;
    color: white;
    background-color: #ffcf01;
    font-weight: 800;
}

.yellow-btn {
    /*line-height: 1em;*/
    /*font-size: 1rem;*/
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
}

.yellow-btn:hover {
    background-color: #ffe162;
    color: white;
}

.yellow-btn-big:hover {
    background-color: #ffe162;
    color: white;
}

.yellow-btn:focus {
    background-color: #ffe162;
}
.btn-cancel:hover{
    color:red;
    border-color: red;
}
#content-login-page{
    min-height: 100vh;
    width: 100%;
    padding: 20px;
    background : #ededed;
}
/* Collections */
.card-collection{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background: white;
    border-radius: 5px;
    margin:4%;
    padding: 20px;
}

.container-add{
    text-align: center;
    margin: 4%;
    padding: 20px;
    font-size :92px;

}
.icon-add-collection{
    color: #0070b2;
    cursor: pointer;
    transition: all 1s;
}
.icon-add-collection:hover{
    color: #0070b2AA;
    transform: rotate(90deg)
}
.icon-gender{
    margin: 10px 15px 5px !important;
    cursor: pointer !important;
    font-size: 3em !important;
}
.red-card {
    border: 1px solid #d4006B;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #ececec;
}
.yellow-card {
    border: 1px solid #ffd100;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #ececec;
}
.blue-card {
    border: 1px solid #0070b2;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #ececec;
}
.text-center > thead > tr > th {
    text-align: inherit;
}

/* Start Tab */
.nav-tabs { 
    border-bottom: 2px solid #DDD; 
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-width: 0; 
}
.nav-tabs > li > a { 
    border: none; 
    color: #666; 
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { 
    border: none; 
    color: #a4cfe5 !important;
    background: transparent; 
}
.nav-tabs > li > a::after { 
    content: ""; 
    background: #a4cfe5;
    height: 2px; 
    position: absolute; 
    width: 100%; 
    left: 0px; 
    bottom: -1px; 
    transition: all 250ms ease 0s; 
    transform: scale(0); 
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { 
    transform: scale(1); 
}
.tab-nav > li > a::after { 
    background: #21527d none repeat scroll 0% 0%; color: #fff; 
}
.tab-pane { 
    padding: 15px 0; 
}
.tab-content{
    padding:20px
}
.text-center td, .text-center tr {
    text-align: center;
}

/* End Tab*/
.col-no-padding {
    padding-left: 0;
    padding-right: 0;
}
.copy-to-clipboard{
    cursor: pointer;
}
.card-title{
    font-size : 24px;
}
.inside-padding > div:not(.no-padding) {
    padding: 10px;
}

.remove-input:hover{
    transition: all 0.3s;    
}
.remove-input:hover{
    font-size: 1.5em;
}
.btn-round-blue{
    display: block;
    border: none;
    background: none;
    color: #fff;
    border-radius: 50px;
    background: #0070b2;
    border: 1px solid #0070b2;
    padding: 5px 20px;
    font-weight: bold;
    transition: all 0.3s;
}
.btn-round-blue:focus{
    color: #fff;
}
.btn-round-blue:hover{
    color: #0070b2;
    background: #fff;
}
.detail-smartsitter-application{
    cursor: pointer;
}
.detail-smartsitter-application:hover{
    text-decoration: underline;
}
@media (max-width: 768px) {

    .panel-title{
        font-size :20px !important;
    }
}

.row-push-user-style{
    cursor: pointer;
    transition: 0.3s;   
}
.row-push-user-style:hover{
    background-color: #0070b255 !important;
}
.pink-bolder-label {
    color: #d4006b
}
.clicked-row {
    background-color: lightblue !important;
}
 tr.full-match-color {
    background-color: #dff0d8;
}
 tr.half-match-color {
    background-color: #fcf8e3;
}


.swal2-popup {
    font-size: 1.4rem;
    font-family: "Lato";
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.button-bar {
    position: fixed;
    bottom: 50px;
    right: 100px;
}

.darker-panel-row {
    background-color: #f9f9f9;
}

.panel-body .test-hover:hover {
    background-color: #f4f4f4;
}

div.form-group.has-error > .tooltip > .tooltip-inner {
    background-color: #F78B83;
    color: #912323;
    box-shadow: 0 0 0 1px #D95252;
}

div.form-group.has-error > .tooltip.in {
    opacity: 1;
}

div.form-group.has-error > .tooltip.top > .tooltip-arrow {
    border-top-color: #F78B83;
}

div.form-group.has-error > .tooltip.right > .tooltip-arrow {
    border-right-color: #F78B83;
}

div.form-group.has-error > .tooltip.bottom > .tooltip-arrow {
    border-bottom-color: #F78B83;
}

div.form-group.has-error > .tooltip.left > .tooltip-arrow {
    border-left-color: #F78B83;
}

hr.separator {
    border-top: 4px double #8c8b8b;
    text-align: center;
}

hr.style15:after {
    content: '\002665';
    display: inline-block;
    position: relative;
    top: -15px;
    padding: 0 10px;
    background: #f0f0f0;
    color: #8c8b8b;
    font-size: 18px;
}

.separator {
    color: white;
    margin: 0 auto 20px;
    max-width: 240px;
    text-align: center;
    position: relative;
}

.separator:before, .separator:after {
    display: block;
    width: 40%;
    content: " ";
    margin-top: 10px;
    border: 1px solid white;
}

.separator:before {
    float: left;
}

.separator:after {
    float: right;
}

.data {
    width: 100%;
}
div.sublinks.collapse {
    /*max-height: 00px;*/
    overflow-y: scroll;
}

.progress-bar-container ul.progress-bar2 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

.progress-bar-container li.section {
    display: inline-block;
    padding-top: 45px;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    color: gray;
    vertical-align: top;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.progress-bar-container li.section:before {
    content: 'x';
    position: absolute;
    top: 2px;
    left: calc(50% - 15px);
    z-index: 1;
    width: 30px;
    height: 30px;
    color: white;
    border: 2px solid white;
    border-radius: 17px;
    line-height: 30px;
    background: gray;
}
.progress-bar-container .status-bar {
    height: 2px;
    background: gray;
    position: relative;
    top: 20px;
    margin: 0 auto;
}
.progress-bar-container .current-status {
    height: 2px;
    width: 0;
    border-radius: 1px;
    background: mediumseagreen;
}

@keyframes changeBackground {
    from {background: gray}
    to {background: mediumseagreen}
}

li.section.visited:before {
    content: '\2714';
    animation: changeBackground .5s linear;
    animation-fill-mode: forwards;
}

li.section.visited.current:before {
    box-shadow: 0 0 0 2px mediumseagreen;
}

.switch label {
    cursor: pointer
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #0078BF;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #0070b2;
    left: 1.5rem
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
    box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, .4), 0 0 0 .9375rem rgba(170, 102, 204, .1)
}

.switch label input[type=checkbox]:not(:disabled) ~ .lever:active:after {
    box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, .4), 0 0 0 .9375rem rgba(0, 0, 0, .08)
}

.switch label input[type=checkbox]:disabled + .lever {
    cursor: default
}

.switch label input[type=checkbox]:disabled + .lever:after, .switch label input[type=checkbox]:disabled:checked + .lever:after {
    background-color: #bdbdbd
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    background-color: #d72f85;
    border-radius: .9375rem;
    margin-right: .625rem;
    vertical-align: middle;
    margin: 0 1rem;
    width: 2.5rem;
    height: .9375rem;
    transition: background .3s ease
}

.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #d4006b;
    border-radius: 1.3125rem;
    left: -.3125rem;
    top: -.1875rem;
    box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, .4);
    width: 1.3125rem;
    height: 1.3125rem;
    transition: left .3s ease, background .3s ease, box-shadow 1s ease
}
.swal2-content {
    font-size: larger !important;
}
.pink-button {
    background-color: rgb(215, 47, 133);
    background-image: none;
    border-bottom-color: rgb(215, 47, 133);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(215, 47, 133);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(215, 47, 133);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(215, 47, 133);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 10px;
    opacity: 1;
    padding-bottom: 5px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    touch-action: manipulation;
    transition-delay: 0s;
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: ease-out;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.alert-fixed {
    position: fixed;
    bottom: 0px;
    right: 5%;
    width: 90%;
    z-index: 9999;
    border-radius: 5px;
    /*border-color: #d4006b;*/
}
@media(min-width:768px) {
    .alert-fixed {
        right: 80px;
        width: 400px;
    }
}
#progressBar {
    color: white;
    text-align: center;
    font-weight: bold;
    width: 0%;
    height: 1px;
    border-top: 2px solid #3c763d;
    bottom:0px;
}

@media(max-width: 768px) {
    .small-margin-top-mobile {
        margin-top: 20px;
    }

}

.lsm-button {
    background-color: rgb(212, 0, 107);
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-color: rgb(255, 255, 255);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding: 16px 32px;
    text-align: center;
    display: inline-block;
    margin-bottom: 16px;
}
.lsm-blue-button {
    background-color: #0070b2;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-color: rgb(255, 255, 255);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding: 16px 32px;
    text-align: center;
    display: inline-block;
    margin-bottom: 16px;
}