
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(normal-ext.woff2) format('woff2');
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(normal.woff2) format('woff2');
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(bold-ext.woff2) format('woff2');
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(bold.woff2) format('woff2');
}

html,
body {
    font-family: 'Montserrat';
    height: 100%;
}

.wrapper {
    position: relative;
    height: auto;
    max-width: 1400px;
    margin: 0 auto;
    padding: 4px 0;

}

.wrapper .main-bg{
    position: absolute;
    bottom: 0;
    z-index: -100;
}

.wrapper > .content-wrapper {
    min-height: 610px;
}

.alert-main{
    position: fixed;
    z-index: 10000;
    max-width: 80%;
    width: 400px;
    top: 30px;
    right: 30px;
}

.user-info{
    position: absolute;
    top: 20px;
    right: 20px;
}

.footer {
    bottom: 4px;
}

.footer a{
    color: #333 !important;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.flag-wrapper{
    position: absolute;
    padding: 0 20px;
}

.flag img, img.flag{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-right: 4px;
    border: 1px solid #ccc;
}

.fullpage .flag-wrapper img{
    display: block;
    margin: 4px 0;
}

.site-title{
    color: #899DCF;
    text-align: center;
    font-size: 44px;
}

.site-title b{
    color: #FDB6C3;
    font-weight: normal;
}

.shade{
    /*    -webkit-filter: drop-shadow(0 0 12px rgba(0,0,0,0.2));
        filter: drop-shadow(0 0 12px rgba(0,0,0,0.2));*/
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.2);
    border: 1px solid #ccc;
}

.blur{
    -webkit-filter: blur(5px);
    filter:  blur(5px);
}

.blur-bg{
    -webkit-filter: blur(15px);
    filter:  blur(15px);
}

.shade.no-border{
    border: none;
}

.no-pad-vertical{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pad-8{
    padding: 8px;
}

.pad-top-8{
    padding-top: 8px;
}

.pad-12{
    padding: 12px;
}

.pad-24{
    padding: 24px;
}

.modal-wrapper{
    position: absolute;
    left: 55%;
    top: 4px;
}

.modal-home{
    width: 480px;
    height: 480px;
    border-radius: 240px;
    background: #fff;
    text-align: center;

    position: relative;
    padding: 24px 0;
    color: #6163A0;
    background: url('../img/blue-bg.png') #fff bottom repeat-x;
}

.modal-home.top{
    background-position: top !important;
    background-size: 25px;
}

.modal-home.born-thank{

    background: url('../img/pierre-dukan.jpg') #fff bottom right no-repeat;
}

.modal-home-title{
    color: #fff;
    margin: 0 auto;
}

.modal-home-title a{
    color: #fff;
}

.modal-login{
    margin: 0 auto;
    width: 240px;
    min-height: 120px;
    border-radius: 20px;
    background: #fff;

    position: relative;
    bottom: -10px;
}

.modal-login label{
    color: #6163A0;
}

.modal-signup{
    width: 420px;
    min-height: 480px;
    border-radius: 20px;
    background: rgba(255,255,255,0.6);

    position: relative;
    margin: 0 auto;
}

.modal-signup.large{
    width: 800px;
}

.modal-intro{
    max-width: 400px;
    margin-top: 100px;
    color: #6163A0;
}

.modal-form{
    margin: 0 auto;
    width: 1024px;
    min-height: 120px;
    border-radius: 20px;
    background: rgba(255,255,255,0.6);

    position: relative;
}

.modal-form.week{
    min-height: 85px;
}

.site-index.modal-form{
    bottom: -10px;
}

.modal-form h3.large{
    color: #FDB6C3;
    font-weight: bold;
    font-size: 52px;
}

ul.tab-day{
    position: relative;
    list-style: none;
    width: 100%;
}

ul.tab-day li{
    float: left;
    width: 100px;
    height: 120px;
    border: 2px solid #ccc;
    border-right: none;
    background: #fff;
    position: relative;
    z-index: 99;
    text-align: center;
    cursor: pointer;
}

ul.tab-day li.disabled{
    cursor: auto;
}

ul.tab-day li:first-child, ul.tab-day li.first{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

ul.tab-day li:last-child, ul.tab-day li.last{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 2px solid #ccc;
}

ul.tab-day li.active{
    color: #FDB6C3;
    width: 140px;
    height: 160px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    z-index: 100;
    border: 2px solid #ccc;
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.2);
}

ul.tab-day li span{
    display: block;
    padding: 8px;
    border-bottom: 2px solid #ccc;
    font-size: 32px;
    font-weight: bold;
}

.week ul{
    list-style: none;
}

.week li{
    float: left;
    width: 7.5%;
    text-align: center;
    margin-bottom: 4px;
}

.week li a{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 2;
    text-decoration: none;
    background: #FDB6C3;
    color: #fff;
}

.week li a.last{
    position: absolute;
    right : 8px;
    top: 25px;
}

.week li a:hover, .week li a.active{
    background: #899DCF;
}

.week li a.none{
    background: #fff;
    border: 1px solid #FDB6C3;
    cursor: initial;
}

.arrow .glyphicon{
    font-size: 24px;
    vertical-align: middle;
}

.arrow{
    padding-top: 40px;
    float: left;
}

.arrow.right{
    padding-top: 30px;
    margin-left: 14px;
}

.form-control{
    box-shadow: none !important;
    height: 28px;
    padding: 6px;
}

select.form-control{
    height: 30px;
}

.text-blue{
    color: #6163A0;
}

.text-shade{
    color: #6163A0;
    line-height: 1;
    font-size: 182px;
    font-weight: bold;
    filter: opacity(50%);

    position: absolute;
    top: 100px;
    left: 200px;
}

.well-blue{
    background: #899DCF;
    color: #fff !important;
    border-radius: 0;
    padding: 8px;
}

.btn:focus{
    outline: none !important;
}

.btn-blue{
    background: #899DCF;
    color: #fff !important;
    border-radius: 0;
    font-weight: bold;
}

.btn-blue.round{
    border-radius: 8px;
    padding: 2px 8px;
}


.btn-close{
    font-size: 52px;
    color: #899DCF;
}

.btn-close:hover{
    color: #899DCF;
    opacity: 0.7;
}

.born-thank .btn-close{
    position: absolute;
    right: 80px;
    top: 0px;
}

label{
    margin-bottom: 4px;
}

.form-no-group .form-control{
    margin-bottom: 4px;
}

.form-compact .form-control{
    height: 20px;
    padding: 0 6px;
}

.form-compact label{
    margin: 0;
    font-size: small;
}

.form-compact .btn-blue{
    height: 24px;
    padding: 0;
    line-height: 1.5;
}

.form-sm .form-control{
    max-width: 80px;
}

.form-md .form-control{
    max-width: 120px;
}

.form-sm .form-suffix .form-control{
    display: inline;
    vertical-align: middle;
}

.form-control.form-control-sm{
    max-width: 45px;
}

.pink-cb input{
    display: none;
}

.pink-cb input + label:before{
    display: inline-block;
    margin: 4px;
    width: 32px;
    height: 32px;
    background: url('../img/point-blank.png') center no-repeat;
    content: '';
    vertical-align: middle;
}

.pink-cb input:checked + label:before{
    background: url('../img/point.png') center no-repeat;
}

select.form-control.form-control-sm{
    max-width: 65px;
}

.tooltip-note{
    position: absolute;
    width: 450px;
    max-width: 100%;
    padding: 0;
    padding-right: 22px;
    color: #fff;
    top: -20px;
    left: 30px;

    background: url('../img/pick.png') no-repeat 425px 30px;
}

.tooltip-note .text{
    padding: 10px;
    border-radius: 10px;
    background: #899DCF;
}

.tooltip-note .close{
    position: absolute;
    top: -20px;
    right: 24px;
    opacity: 1;
}

.tooltip-note .close:hover{
    color: #fff;
    opacity: 0.7;
}

.close-tab{
    color: #899DCF;
    position: absolute;
    right: 60px;
    bottom: -20px;
    background: #fff;
    opacity: 1;
}

.born-btn{
    width: 140px;
    height: auto;
    background: rgba(255,255,255,0.8) url('../img/born.png') 12px 10px no-repeat;
    padding: 130px 0 20px 0;
    display: block;
    text-align: center;
    text-decoration: none !important;
    position: absolute;
    left: -130px;
    top: 50px;
    border-radius: 20px;
    line-height: 1.3;
    font-size: 13px;
}

.born-btn h4{
    margin: 0;
    font-size: 16px;
}

.born-wrapper{
    position: absolute;
    left: 32%;
    top: 100px;
}

.relative{
    position: relative;
}

.radius-bottom{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.step{
    width: 164px;
    margin: 0 auto;
    margin-top: 12px;
}

.point-line{
    display: inline-block;
    width: 100px;
    height: 4px;
    background: #fab7c1;
}

.point-line.empty{
    background: transparent;
}

.cat-tabs{
    border-bottom: none;
}

.cat-tabs a, .cat-tabs a.active{
    color: #444 !important;
    border-color: transparent !important;

    /*max-width: 150px;*/
    min-height: 104px;
    text-align: center;
    padding: 5px !important;
}

.cat-tabs li.active a{
    margin-top: -20px;
    height: 128px;
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.2);
}

.cat-tabs-content{
    background: #fff;
    margin-top: -4px;
    padding: 20px 12px;
    max-width: 758px;
    border: 1px solid #ccc;
    border-top: none;
}

.cat-tabs-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.cat-tabs-content input, .large-cb{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: sub;
}

@media(max-width:767px) {
    .flag-wrapper{
        position: relative;
        margin: 10px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
