/* 
    Created on : Dec 11, 2014, 4:44:39 PM
    Author     : ossada.com.br
*/
@font-face {
    font-family: 'vag_black';
    src: url('../fonts/vag_rounded_black_black_1-webfont.eot');
    src: url('../fonts/vag_rounded_black_black_1-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vag_rounded_black_black_1-webfont.woff2') format('woff2'),
        url('../fonts/vag_rounded_black_black_1-webfont.woff') format('woff'),
        url('../fonts/vag_rounded_black_black_1-webfont.ttf') format('truetype'),
        url('../fonts/vag_rounded_black_black_1-webfont.svg#vag_rounded_black_ssiblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.container input:disabled,
.container input:read-only,
.container select:disabled,
.container select:read-only
{
    background: #eee;
}

/*
Header
*/
#header{
    width: 100%;
    height: 200px;
    background-color: #9ec1e8;
    text-align: center;
}
#header .top{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    height: 145px;
    position: relative;
}
#header .top h1{
    float: left;
    text-indent: -9999px;
    width: 493px;
    height: 98px;
    background: url(../img/logo.png) no-repeat 0px 30px;
    padding-top: 30px;
    position: relative;
    left: 50%;
    margin-left: -246px;
}

.logo_es_es {
    /*width: 531px !important;
    height: 99px !important;*/
    background: url(../img/logo_es_es.png) no-repeat 0px 30px !important;
    margin-left: -265px !important;
}

.logo_es_mx {
    /*width: 531px !important;
    height: 99px !important;*/
    background: url(../img/logo_es_mx.png) no-repeat 0px 30px !important;
    margin-left: -265px !important;
}

.logo_pt_pt {
    /*width: 531px !important;
    height: 99px !important;*/
    background: url(../img/logo_pt_pt.png) no-repeat 19px 30px !important;
    margin-left: -265px !important;
}

#header .top .links{
    float: left;
    margin: 15px 15px 0px 0px;
    position: relative;
}
#header .top .links a{
    color: #476b95;
    display: block;
    float: left;
    font-family: 'Arimo';
    font-weight: 700;
    font-size: 13px;
    line-height: 45px;
}

#header .top .links a.img{
    width: 42px;
    height: 41px;
    /*background: url(../img/sprite.png) no-repeat -334px -785px;*/
    background-image: url('../img/vector/enter_btn.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}

.img.emoji-1 {
    background: url(../img/avatar_sprite.png) no-repeat 0 0 !important;
    background-size: 817% !important;
}

.img.emoji-2 {
    background: url(../img/avatar_sprite.png) no-repeat -41px 0 !important;
    background-size: 817% !important;
}

.img.emoji-3 {
    background: url(../img/avatar_sprite.png) no-repeat -82px 0 !important;
    background-size: 817% !important;
}

.img.emoji-4 {
    background: url(../img/avatar_sprite.png) no-repeat -123px 0 !important;
    background-size: 817% !important;
    /*border: 1px solid #476b95;
    border-radius: 41px;*/
}

.img.emoji-5 {
    background: url(../img/avatar_sprite.png) no-repeat -164px 0 !important;
    background-size: 817% !important;
}

.img.emoji-6 {
    background: url(../img/avatar_sprite.png) no-repeat -204px 0 !important;
    background-size: 817% !important;
}

.img.emoji-7 {
    background: url(../img/avatar_sprite.png) no-repeat -245px 0 !important;
    background-size: 817% !important;
}

.img.emoji-8 {
    background: url(../img/avatar_sprite.png) no-repeat -286px 0 !important;
    background-size: 817% !important;
    /*border: 1px solid #476b95;
    border-radius: 41px;*/
}

.img.emoji-4:hover {
    /*border-color: #476b95;*/
}

#header .top .links a.name{
    color: white;
    max-height: 40px;
    max-width: 111px;
    overflow: hidden;
    margin-top: 16px;
    word-wrap: break-word;
    width: 124px;
    text-align: right;
    line-height: 13px !important;
}
#header .top .links a.exit{
    clear: both;
    line-height: 0px;
    float: right;
    margin: 15px 7px 0px 0px;
}

.sub-links {
    width: 100%;
    position: absolute;
    background: #9ec1e8;
    display: none;
    border-radius: 24px;
    border: #90b3da solid 4px;
    z-index: 5;
}

.sub-links li a {
    float: none !important;
    line-height: 20px !important;
    margin: 5px;
    padding: 5px;
}

#header .top a:hover{
    text-decoration: none;
    color: white;
}

#header .header-right {
    float: right;
    /*width: 250px;*/
    display: table;
    margin-top: 10px;

}

#header .menu{
    /*width: 855px;*/
    margin: auto;
    text-align: center;
    display: inline-block;
}
#header .menu ul li{
    float: left;
}
#header .menu ul li a{
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-family: 'vag_black';
    width: 165px;
    height: 55px;
    line-height: 55px;
    display: block;
    /*background-color: #8fb2d9;*/
    background-image: url('../img/vector/bg_label.svg');
    background-repeat: no-repeat;
    margin-left: 5px;

    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    position: relative;
    behavior: url(pie/PIE.htc);
}
/*.unlimited_btn {
    background-color: #01a380 !important;
}*/
/*.unlimited_btn.active {
    background-color: #e45b37 !important;
}*/
#header .menu ul li:first-child a{
    margin-left: 0px;
}

#header .menu ul li a.active1{
    background-color: #fff4df;
    border: 1px solid #fff4df;
    border-bottom: 0px;
    color: #f2a400;
    background-image: none;
}
#header .menu ul li a.active2{
    background-color: #ffba00;
    border: 1px solid #ffba00;
    border-bottom: 0px;
    color: #fff4df;
    background-image: none;
}
#header .menu ul li a.active3{
    background-color: #e45b37;
    border: 1px solid #e45b37;
    border-bottom: 0px;
    color: #fff4df;
    background-image: none;
}
#header .menu ul li a.active:after,
#header .menu ul li a.active:before{
    content:'';
    /*width: 40px;*/
    /*width: 37px;*/
    width: 9px;
    height: 30px;
    position:absolute;
    bottom: 0px;
    border: 1px solid;
    border-top: 0;
}

#header .menu ul li a.active1:after,
#header .menu ul li a.active1:before{
    border-color: #fff4df;
}
#header .menu ul li a.active2:after,
#header .menu ul li a.active2:before{
    border-color: #ffba00;
}
#header .menu ul li a.active3:after,
#header .menu ul li a.active3:before{
    border-color: #e45b37;
}

#header .menu ul li a.active:after{
    border-left: 0;
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    /*left: -41px;*/
    left: -10px;
}
#header .menu ul li a.active:before{
    border-right: 0;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    /*right: -41px;*/
    right: -10px;
}

.demo_left p {
    font-family: 'vag_black';
    color: white;
    font-size: 14px;
    height: 55px;
    line-height: 15px;
    text-align: center;
    width: 140px;
    word-break: break-word;
    margin-top: 12px;
}

/*
Estilos gerais em comum
*/

*{
    outline: none;
}

a{
    text-decoration: none;
    font-size: 14px;
}
strong{
    font-weight: bold;
}
a.btn{
    text-transform: uppercase;
    color: white;
    font-family: 'vag_black';
    display: block;
    padding: 22px 50px 22px 50px;

    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    behavior: url(pie/PIE.htc);
}
a.btn.type1{
    /*background-color: #ffba00;*/
    color: #fff4df;
    margin: auto;
    background-image: url('../img/vector/continue_btn.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
a.btn.type2{
    background-color: #f9edd5;
    color: #aea189;
    margin: auto;
    text-transform: none;
    padding: 18px 50px 18px 80px;
}

p, label, .day-contents, .clndr-controls .month{
    font-size: 13px;
    font-family: 'Arimo';
    font-weight: 700;
}

#all{
    width: 100%;
}

.yrs{
    clear: both;
    width: 970px;
    /*height: 160px;*/
    overflow: hidden;
    margin: auto;
}
.yrs > p{
    float: left;
    width: 90px;
    text-align: right;
    color: #c4b9a5;
    font-size: 14px;
    font-family: 'vag_black';
    margin: 30px 32px 0px 0px;
}
.yrs_wrap {
    /*float: left;*/
    width: 830px;
    height: 160px;
    position: relative;
    margin: auto;
}
.yrs ul{
    display: inline-flex;
    float: left;
    width: 100%;
    /*width: 830px;*/
    height: 160px;
    /*background: url(../img/sprite.png) no-repeat 0px 0px;*/
    position: absolute;
}
.yrs ul li{
    float: left;
    width: 94px;
    height: 160px;
    text-align: center;
    cursor: pointer;
    /*background: url(../img/sprite.png) no-repeat 0px 0px;*/
    margin-left: 28px;
    word-spacing: 99999px;
}

.yrs ul li:first-child{
    margin-left: 0;
}
/*.yrs ul li.col2{
    margin-left: 28px;
}
.yrs ul li.col3{
    margin-left: 29px;
}
.yrs ul li.col4{
    margin-left: 29px;
}
.yrs ul li.col5{
    margin-left: 28px;
}
.yrs ul li.col6{
    margin-left: 29px;
}
.yrs ul li.col7{
    margin-left: 28px;
}*/
.yrs ul li.active,
.yrs ul li:hover{
    background: url(../img/arrow2.png) no-repeat center bottom;
}
.yrs ul li:hover a::after {
    background: none !important;
}
.yrs ul li.active a.circ,
.yrs ul li:hover a.circ{
    /*background-color: #e45b37;*/
    color: #ffba00 !important;
    background-image: url('../img/vector/round.svg');
    background-repeat: no-repeat;

}
.yrs ul li.active a.categoria,
.yrs ul li:hover a.categoria{
    color: #0bb58c;
}
.exercicio .yrs ul li a.circ,
.pais .yrs ul li a.circ,
.figurinhas .yrs ul li a.circ {
    /*color: #e3d7be;*/
    color: #e45b37;
}    
.yrs ul li a.circ{
    display: inline-block;
    /*width: 92px;*/
    width: 100%;
    height: 92px;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'vag_black';
    /*color: #e3d7be;*/
    color: white;
    line-height: 92px;
    position: relative;

    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    behavior: url(pie/PIE.htc);
}
.exercicio .yrs ul li div a::after,
.pais .yrs ul li div a::after,
.figurinhas .yrs ul li div a::after {
    background: url(../img/bg-circle_yellow.png) no-repeat;
    background-size: 79px 79px;
    background-position: center;
}
.exercicio .yrs ul li.active div a::after,
.pais .yrs ul li.active div a::after,
.figurinhas .yrs ul li.active div a::after {
    background-image: none;
}
.yrs ul li div a::after {
    width: 79px;
    height: 79px;
    display: block;
    content: '';
    background: url(../img/bg-circle.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
}
.yrs ul li a:hover::after {
    display: none;
}

.exercicio .yrs ul li.col1 a.circ::before,
.pais .yrs ul li.col1 a.circ::before,
.figurinhas .yrs ul li.col1 a.circ::before{
    background: url(../img/bg-yr-1_red.png) no-repeat center center;
}

.yrs ul li.col1.active a.circ::before,
.yrs ul li.col1 a.circ::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../img/bg-yr-1.png) no-repeat center center;
}

.exercicio .yrs ul li.col2 a.circ,
.pais .yrs ul li.col2 a.circ,
.figurinhas .yrs ul li.col2 a.circ {
    background: url(../img/bg-yr-2_red.png) no-repeat center center;
}
.yrs ul li.col2.active a.circ,
.yrs ul li.col2 a.circ{
    background: url(../img/bg-yr-2.png) no-repeat center center;
}
.yrs ul li.col1.active a.circ::before,
.yrs ul li.col1:hover a.circ::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    /*background: url(../img/bg-yr-1-hover.png) no-repeat #e45b37 center center;*/
    background-image: url(../img/vector/duck_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.yrs ul li.col2.active a.circ::before,
.yrs ul li.col2:hover a.circ::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    /*background: url(../img/bg-yr-2-hover.png) no-repeat #e45b37 center center;*/
    background-image: url(../img/vector/pencil_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.yrs ul li a.categoria{
    max-width: 70px;
    display: inline-block;
    color: #685b44;
    font-family: 'vag_black';
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
}

.yrs_wrap ul li > div {
    width: 100%;
    /*height: 115px;*/
}

/*
Rodape
*/
#footer{
    clear: both;
}
#footer1{
    width: 100%;
    height: 185px;
    padding-top: 95px;
    background-color: #f2a000;
}
#footer1 ul{
    min-width: 520px;
    margin: auto;
    display: table;
}
#footer1 ul li{
    width: 120px;
    height: 115px;
    float: left;
    margin-left: 50px;
    cursor: pointer;
    text-align: center;
}
#footer1 ul li:first-child{
    margin-left: 0px;
}
#footer1 ul li a{
    font-family: 'vag_black';
    color: #894c02;
    text-transform: uppercase;
    display: block;
    height: 80px;
    /*line-height: 145px;*/
}
#footer1 ul li a.link1 span {
    width: 43px;
    height: 60px;
    margin: auto;
    display: block;
    background: url(../img/sprite.png) no-repeat 1px -950px;
    margin-bottom: 5px;
}
#footer1 ul li a.link2 span {
    width: 43px;
    height: 60px;
    margin: auto;
    display: block;
    background: url(../img/sprite.png) no-repeat -168px -950px;
    margin-bottom: 5px;
}
#footer1 ul li a.link3 span {
    width: 43px;
    height: 60px;
    margin: auto;
    display: block;
    background: url(../img/sprite.png) no-repeat -340px -950px;
    margin-bottom: 5px;
}
#footer1 ul li a.link4 span {
    width: 46px;
    height: 60px;
    margin: auto;
    display: block;
    background: url(../img/sprite.png) no-repeat -507px -946px;
    margin-bottom: 5px;
}
#footer1 ul li.selected:hover a.link1,
#footer1 ul li a.link1{
    /*background: url(../img/sprite.png) no-repeat 26px -950px;*/
}
#footer1 ul li.selected:hover a.link2,
#footer1 ul li a.link2{
    /*background: url(../img/sprite.png) no-repeat -125px -950px;*/
}
#footer1 ul li.selected:hover a.link3,
#footer1 ul li a.link3{
    /*background: url(../img/sprite.png) no-repeat -315px -950px;*/
}
#footer1 ul li a.link4{
    /*background: url(../img/sprite.png) no-repeat -498px -950px;*/
}
#footer1 ul li:hover{
    background: url(../img/arrow1.png) no-repeat center bottom;
}
#footer1 ul li:hover a{
    color: white;
}
#footer1 ul li.selected{
    background: url(../img/arrow1.png) no-repeat center bottom;
    cursor: default;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
#footer1 ul li:hover a.link1 span {
    background: url(../img/sprite.png) no-repeat 1px -875px;
}
#footer1 ul li:hover a.link2 span {
    background: url(../img/sprite.png) no-repeat -168px -875px;
}
#footer1 ul li:hover a.link3 span {
    background: url(../img/sprite.png) no-repeat -340px -875px;
}
#footer1 ul li:hover a.link4 span {
    background: url(../img/sprite.png) no-repeat -507px -871px;
}
#footer1 ul li.selected a{
    cursor: default;
}
#footer1 ul li.selected:hover a{
    color: #894c02;
}
#footer2{
    width: 100%;
    height: 100px;
    background-color: #ec9800;
    text-align: center;
}

#footer2 .download-text {
    display: inline-block; font-family: 'vag_black'; font-size: 1.2em; color: white;
}

#footer2 p{
    text-align: center;
    line-height: 100px;
    font-size: 13px;
    font-family: 'Arimo';
    font-weight: bold;
    color: #3e1103;
}

#all.exercicio #footer1{
    display: none;
}
#all.exercicio #footer1{
    display: none;
}
#all.exercicio #footer2{
    background-color: #f6ebd4;
}
#all.exercicio #footer2 p{
    color: #c0b095;
}

.copyright-text {
    color: #3e1103 !important;
}

/*
Lightbox: contato e login
*/
#lightbox .login p.error_login {
    padding: 0 0 10px 0;
    font-size: 16px;
}
#lightbox{
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../img/pattern-lightbox.png) repeat;
    z-index: 9999;
    display: none;

    overflow: auto;
}
#lightbox > div{
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 4%;
}
#lightbox .close{
    width: 90px;
    height: 41px;
    line-height: 41px;
    float: right;
    display: block;
    color: #fff4df;
    font-family: 'vag_black';
    font-size: 13px;
    background: url(../img/sprite.png) no-repeat 49px -480px;
    margin-right: 50px;
}

#lightbox > div > div{
    display: none;
}
#lightbox > div > div.enviarRelatorio > div > p,
#lightbox > div > div > p{
    font-family: 'vag_black';
    font-size: 36px;
    color: #ffba00;
    text-align: center;
    clear: both;
    padding: 30px 0px 35px 0px;
}
@media screen and (max-height: 835px)
{
    #lightbox > div > div.contato div.formContainer{
        width: 465px;
        /*height: 300px;*/
        height: 90vh;
        margin: auto;
    }
}
#lightbox .login p{
    padding: 120px 0px 10px 0px;
}
#lightbox .enviarRelatorio .step1 p{
    padding-top: 200px;
}
#lightbox .enviarRelatorio .step1{
    /*display: none;*/
}
#lightbox .enviarRelatorio .step2{
    display: none;
}
#lightbox .enviarRelatorio .step2 > p{
    padding-top: 100px;
}
#lightbox .enviarRelatorio .step2 .success{
    width: 106px;
    height: 106px;
    background: url(../img/sprite.png) no-repeat -430px -270px;
    margin: auto;
}
#lightbox .enviarRelatorio .step2 .desc{
    color: #fff4df;
    text-align: center;
    font-weight: normal;
    margin: 30px 0px;
}
#lightbox .enviarRelatorio .step2 .btn{
    width: 50px;
}
#lightbox > div > div.contato{
    display: block;
}
#lightbox > div > div.contato p.error{
    color: #e45b37;
    text-align: center;
    margin-top: 10px;
}
#lightbox > div > div.contato select{
    line-height: 55px;
}
#lightbox > div > div.divulgacao > p{
    padding-top: 120px;
}
#lightbox > div > div.divulgacao div.txt{
    margin-bottom: 20px;
}
#lightbox > div > div.divulgacao div.txt p{
    text-align: center;
    color: #fff4df;
    line-height: 20px;
}
#lightbox > div > div.divulgacao div.txt a{
    color: #e45b37;
}
#lightbox > div > div.ausente a{
    width: 50px;
}
#lightbox > div > div.ausente p{
    padding-top: 160px;
}
#lightbox > div > div.ausente p span{
    font-size: 24px;
    color: #fff4df;
}
#lightbox .form{
    width: 390px;
    margin: auto;
}
#lightbox .form > div{
    margin-bottom: 5px;
    position: relative;
}
#lightbox .form > div.error > *{
    color: #e45b37;
}
#main.insc .form > div.error:before,
#lightbox .form > div.error:before{
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    background: url(../img/sprite.png) no-repeat -189px -301px;
    margin: 20px 0px 0px 400px;
}
#lightbox .form > div.error textarea,
#lightbox .form > div.error div.selectStyled,
#lightbox .form > div.error input,
#main.insc .form > div.error textarea,
#main.insc .form > div.error div.selectStyled,
#main.insc .form > div.error input{
    border: 1px solid #e45b37;
}
#main.insc .form > div.success:before,
#lightbox .form > div.success:before{
    position: absolute;
    content: '';
    width: 15px;
    height: 12px;
    background: url(../img/sprite.png) no-repeat -163px -300px;
    margin: 20px 0px 0px 400px;
}
#lightbox input[type=submit]{
    background-color: #0bb58c;
    background-image: url(../img/vector/login_btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    width: 150px;
    margin: auto;
}
#lightbox .login .form .row3{
    width: 270px;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
#lightbox .login .form .row3 span{
    color: #373e45;
}
#lightbox .login .form .row3 a{
    font-family: 'Arimo';
    font-weight: bold;
    font-size: 13px;
    color: #fff4df;
}

#lightbox .identificacao{
    width: 330px;
    margin: auto;
}
#lightbox .identificacao .txt{
    background-color: #fff4df;
    padding: 45px 20px 45px 20px;

    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    behavior: url(pie/PIE.htc);
}
#lightbox .identificacao .txt p{
    font-weight: normal;
    color: #9e8d70;
    text-align: center;
}
#lightbox .identificacao .txt p span{
    font-weight: 700;
}
#lightbox .identificacao .txt p span.red{
    color: #e45b37;
}
#lightbox .identificacao .row2{
    margin-top: 10px;
}
#lightbox .identificacao .row2 input[type=password]{
    width: 230px;
    background: url(../img/lock5.png) no-repeat #fff4df 25px 18px;
    color: #c0b095;
    padding-left: 50px;
}

.multiselect{
    float: left;
}
.multiselect button{
    padding: 20px 60px 20px 30px;
    background: url(../img/form-select-arrow.png) no-repeat white right center;
    border: none;
    font-family: 'vag_black';
    color: #a9a9a9;
    font-size: 15px;
    cursor: pointer;

    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    behavior: url(pie/PIE.htc);
}
.multiselect button.selected{
    background: url(../img/arrow4.png) no-repeat #e45b37 200px center;
    color: white;
}
.multiselect .m-container{
    width: 255px;
    height: 205px;
    background-color: #ffba00;
    position: absolute;
    padding: 45px 30px 40px 45px;
    display: none;

    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    behavior: url(pie/PIE.htc);

    z-index: 10;
}
.multiselect .m-container:before{
    width: 15px;
    height: 10px;
    background: url(../img/arrow2.png) no-repeat;
    content: '';
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -7px;
}
.multiselect .m-content{
    height: inherit;
    width: inherit;
}
.multiselect .m-content .m-cat > li{
    margin-top: 10px;
}
.multiselect .m-content .m-cat > li:first-child{
    margin-top: 0px;
}
.multiselect .m-content input[type=checkbox]{
    float: left;
}
.multiselect .m-content input[type=checkbox]:checked + div.m-label label{
    color: white;
}
.multiselect .m-content .m-label label{
    cursor: pointer;
}
.multiselect .m-content .m-label{
    float: left;
    color: #b66f00;
    width: 180px;
}
.multiselect .m-content .m-label span{
    font-size: 9px;
    font-weight: normal;
}

.multiselect .m-content .m-sub{
    clear: both;
    padding-left: 22px;
}
.multiselect .m-content .m-sub li{
    position: relative;
    clear: both;
    height: 26px;
}
.multiselect .m-content .m-sub li > div{
    padding-top: 3px;
}
.multiselect .m-content .m-sub li:before{
    content: '';
    width: 0px;
    height: 34px;
    border-right: 1px dotted #b66f00;
    position: absolute;
    left: -12px;

}
.multiselect .m-content .m-sub li:after{
    content: '';
    width: 10px;
    height: 0px;
    border-bottom: 1px dotted #b66f00;
    position: absolute;
    left: -10px;
    top: 11px;
}
.multiselect .m-content .m-sub li:last-child:before{
    height: 12px;
}
.multiselect .mCSB_scrollTools .mCSB_dragger_bar{
    width: 8px;
    background-color: white;
}
.multiselect .mCSB_scrollTools .mCSB_draggerRail{
    width: 8px;
    background-color: #eda200;
}
.multiselect .mCSB_scrollTools *{
    opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
}

#clndr{
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #ffba00;

    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    behavior: url(pie/PIE.htc);
}
.clndr-controls{
    height: 50px;
    background-color: #e59800;

    -moz-border-top-left-radius: 15px;
    -moz-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    behavior: url(pie/PIE.htc);
}
.clndr-controls:before{
    content: '';
    width: 20px;
    height: 7px;
    position: absolute;
    background: url(../img/sprite.png) no-repeat -975px -410px;
    left: 50%;
    margin-left: -10px;
    top: -7px;
}
.clndr-controls .month{
    font-size: 15px;
    color: white;
    text-align: center;
    padding-top: 18px;
}
.clndr-controls .clndr-control-button{
    position: absolute;
    left: 62px;
    top: 21px;
    cursor: pointer;
}
.clndr-controls .clndr-control-button.rightalign{
    left: 242px;
}
.clndr-controls .clndr-control-button span{
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: url(../img/sprite.png) no-repeat -990px 0px;
}
.clndr-controls .clndr-control-button.rightalign span{
    background: url(../img/sprite.png) no-repeat -990px -35px;
}
.clndr-table{
    display: block;
    padding: 20px 50px 20px 50px;
}
.header-days{
    color: #e29b00;
}
.header-day{
    font-size: 12px;
    font-weight: bold;
    padding: 8px 11px 8px 11px;
}
.header-day:first-child{
    border-left: 0px;
}
.day{
    text-align: center;
    vertical-align: middle;
    padding: 8px 0px 8px 0px;
}
.day:hover{
    background: url(../img/clndr-over.png) no-repeat center center;
    color: white;
}
.day:hover .day-contents{
    color: white;
}
.day-contents{
    color: #b66f00;
    cursor: pointer;
}
.active .day-contents{
    color: white;
}
.adjacent-month .day-contents{
    color: #e29b00;
}

em{
    font-style: italic;
}
sub, sup {
    /* Specified in % so that the sup/sup is the
       right size relative to the surrounding text */
    font-size: 75%;

    /* Zero out the line-height so that it doesn't
       interfere with the positioning that follows */
    line-height: 0;

    /* Where the magic happens: makes all browsers position
       the sup/sup properly, relative to the surrounding text */
    position: relative;

    /* Note that if you're using Eric Meyer's reset.css, this
       is already set and you can remove this rule */
    vertical-align: baseline;
}

sup {
    /* Move the superscripted text up */
    top: -0.5em;
}

sub {
    /* Move the subscripted text down, but only
       half as far down as the superscript moved up */
    bottom: -0.25em;
}

/*
social flags
*/

.social_side_flags {
    position: fixed;
    top: 30%;
}

.social_side_flags a {
    display: block;
    width: 100%;
    height: 100%;
}

.social_side_flags .flag {
    width: 71px;
    height: 78px;
    zoom: 0.8;
}

.social_side_flags .fb_flag {
    background-image: url('../img/sprite2.png'); background-position: -727px -2px;
}

.social_side_flags .twitter_flag {
    background-image: url('../img/sprite2.png'); background-position: -727px -82px; margin-top: 5px
}

.social_side_flags .yt_flag {
    background-image: url('../img/sprite2.png'); background-position: -727px -163px; margin-top: 5px
}

.social_side_flags .insta_flag {
    background-image: url('../img/sprite2.png'); background-position: -727px -242px; margin-top: 5px
}

/*
store buttons
*/
.bottom_app_btn {
    width: 146px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
}

.bottom_app_btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.googleplay_btn {
    background-image: url('../img/sprite2.png');
    background-position: -493px -676px;
    margin-left: 30px;
    margin-right: 10px;
}

.appstore_btn {
    background-image: url('../img/sprite2.png');
    background-position: -653px -676px;
}

.cookies_warning {
    display: none; width: 45%;
    position: fixed;
    bottom: 60px;
    right: 20px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
    z-index: 9999;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
}

.cookies_warning p {
    color: #414554;
}

.cookies_warning p a {
    text-decoration: underline;
    color: #000000;
}

.cookies_warning .accept_cookies {
    position: relative;
    width: 100px;
    height: 30px;
    background: #dc532f;
    cursor: pointer;
    display: flex;
    margin-top: 10px;
    border-radius: 40px;
}

.cookies_warning .accept_cookies a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; color: white;
    font-size: 13px;
    font-family: 'Arimo';
    font-weight: 700;
}