

/* Start:/local/components/kabrita/baby.become/templates/.default/style.css?166072321619536*/
:root {
    --color-lightblue: #CFE5F8;
    --color-blue: #85C4E8;
    --color-darkblue: #102D69;
    --color-green: #f0f2de;
    --color-pink: #fdf0f6;
    --color-gray: #ececed;
}

.grecaptcha-badge {
    visibility: hidden;
}

.quizzy {
    display: none;
}

.h-6-rem {
    height: 0;
}


/* animation */

@keyframes bb-loader {
    from {
        width: 150px;
        opacity: 0.8;
    }
    50% {
        width: 190px;
        opacity: 1;
    }
    to {
        width: 150px;
        opacity: 0.8;
    }
}

@keyframes appear {
    from {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}

@keyframes rotate_a {
    from {
        transform: rotateZ(0deg);
    }
    33% {
        transform: rotateZ(15deg);
    }
    66% {
        transform: rotateZ(-15deg);
    }
    to {
        transform: rotateZ(0deg);
    }
}

@keyframes rocket {
    from {
        left: 40%;
        top: 100%;
        transform: rotateZ(200deg);
        opacity: 1;
    }
    40% {
        left: 20%;
        top: 100%;
        transform: rotateZ(260deg);
    }
    70% {
        left: 3%;
        top: 70%;
        transform: rotateZ(320deg);
    }
    90% {
        left: 0%;
        top: 50%;
        transform: rotateZ(340deg);
    }
    to {
        left: 1%;
        top: 28%;
        transform: rotateZ(360deg);
        opacity: 1;
    }
}

@keyframes star_a {
    from {
        right: 18%;
        top: 60%;
        transform: rotateZ(18deg);
        opacity: 0;
    }
    50% {
        right: 13%;
        top: 45%;
        transform: rotateZ(9deg);
    }
    to {
        right: 8%;
        top: 26%;
        transform: rotateZ(0deg);
        opacity: 1;
    }
}


/* end animation */

.form-item._not-empty .form-item__label:not(._static) {
    font-size: 11px !important;
}

._change:not(._static) {
    line-height: 18px;
    font-size: 11px !important;
}

.bb-container {
    width: 100%;
    margin: 130px auto 40px auto;
    max-width: 1000px;
    position: relative;
}

.bb-banner__head-img {
    animation: appear 2s linear 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    position: absolute;
    width: 15%;
    top: -5%;
    left: 22%;
}

.bb-banner__logo {
    position: absolute;
    right: 0;
    top: 30px;
    width: fit-content;
    padding-right: 15px;
}

.bb-banner__logo-img {
    display: block;
    width: 200px;
    margin: 0 0 30px auto;
}

.bb-banner__logo-txt {
    color: var(--color-darkblue);
    line-height: 1.1;
    text-transform: uppercase;
}

.bb-banner__logo-txt span:nth-child(1) {
    font-family: 'Cocon', sans-serif;
    font-size: 60px;
    position: relative;
    z-index: 5;
}

.bb-banner__logo-txt span:nth-child(3) {
    font-size: 48px;
    position: relative;
    z-index: 5;
}

.bb-banner__txt-img {
    animation: rotate_a 4s linear 1s infinite;
    display: block;
    position: absolute;
    width: 64px;
    right: -22px;
    top: 146px;
    z-index: 1;
}

.bb-main-container {
    width: 100%;
    margin: 40px auto;
    padding: 0 5px;
    max-width: 1000px;
    min-height: 30vh;
    color: var(--color-darkblue);
}

.bb-loader {
    width: 100%;
    height: 100%;
    display: flex;
    display: none;
}

.bb-loader img {
    display: block;
    animation: bb-loader 1s infinite 0s;
    width: 150px;
    margin: auto;
}

.bb-greeting {
    position: relative;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.bb-greeting__txt span {
    display: block;
    text-align: center;
    line-height: 1.1;
}

.bb-greeting__txt span:nth-child(1) {
    font-family: 'Cocon', sans-serif;
    font-size: 48px;
}

.bb-greeting__txt span:nth-child(2) {
    margin-top: 15px;
    font-size: 30px;
}

.bb-greeting__action {
    text-align: center;
    margin-top: 30px;
}

.bb-greeting__action button {
    width: 260px;
    padding: 8px 30px;
    color: white;
    font-size: 46px;
    line-height: 1;
    border: none;
    outline: none;
    font-family: 'Century Gothic', sans-serif;
    background-color: var(--color-blue);
    border-radius: 50px;
}

.bb-greeting-img {
    position: absolute;
    opacity: 0;
}

.bb-greeting-img img {
    width: 100%;
}

._bbgi-star {
    width: 4%;
    left: 0%;
    top: 11%;
    transform: rotateY(180deg) rotateZ(-50deg);
}

._anmt-star {
    animation: appear 0.5s linear 0.8s;
    animation-fill-mode: forwards;
}

._bbgi-rocket {
    left: 40%;
    top: 100%;
    transform: rotateZ(200deg);
    width: 11%;
}

._anmt-rocket {
    animation: rocket 0.8s linear 0s;
    animation-fill-mode: forwards;
}

._bbgi-pallete {
    width: 11%;
    left: 19%;
    bottom: 2%;
}

._anmt-pallete {
    animation: appear 0.8s linear 1.3s;
    animation-fill-mode: forwards;
}

._bbgi-cup {
    width: 11%;
    right: 15%;
    bottom: -12%;
}

._anmt-cup {
    animation: appear 0.5s linear 0.8s;
    animation-fill-mode: forwards;
}

._bbgi-star2 {
    width: 5%;
    right: 8%;
    top: 26%;
}

._anmt-star2 {
    animation: star_a 0.5s linear 1s;
    animation-fill-mode: forwards;
}


/* area */

.bb-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bb-area__picture {
    width: 400px;
    position: relative;
}

.bb-area__picture-img {
    width: 100%;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    position: relative;
    z-index: 5;
}

.bb-area__control {
    width: 50%;
    /* height: 400px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.bb-area__control-bar {
    width: 100%;
    position: relative;
}

.bb-area__bar-all {
    width: inherit;
    height: 30px;
    background-color: white;
    margin-top: 25px;
    position: relative;
    z-index: 5;
}

.bb-area__bar-all-w {
    width: inherit;
    height: 10px;
    border-radius: 25px;
    background-color: var(--color-gray);
}

.bb-area__bar-work {
    width: 10%;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 25px;
    height: 10px;
    border-radius: 25px;
    background-color: var(--color-blue);
}

.bb-area__bar-score {
    width: 65px;
    position: absolute;
    top: -22px;
    right: 0;
    font-size: 18px;
    height: 65px;
    border-radius: 50%;
    background-color: var(--color-lightblue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bb-area__control-title {
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
}

.bb-area__control-answer {
    position: relative;
    width: 100%;
    border: 2px solid var(--color-lightblue);
    border-radius: 25px;
    margin-top: 20px;
    padding: 20px 15px 15px 15px;
}

.bb-area__answer-item {
    margin: 0px auto;
    width: 100%;
    display: flex;
    padding: 8px;
    line-height: 1;
    align-items: center;
}

.bb-area__answer-check {
    width: 25px;
    height: 25px;
    position: relative;
    background: var(--color-gray);
    margin: 3px 10px auto 0px;
    border-radius: 50px;
    box-shadow: 0 0 0 2px white;
}

.bb-area__answer-check label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    border-radius: 50px;
}

.bb-area__answer-check label:after {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    background-color: var(--color-blue);
    border-top: none;
    border-right: none;
    opacity: 0;
}

.bb-area__answer-check input[type=checkbox] {
    visibility: hidden;
}

.bb-area__answer-check input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.bb-area__answer-label {
    font-size: 23px;
    width: 72%;
}

.bb-area__answer-img {
    position: absolute;
    opacity: 0;
}

.bb-area__answer-img img {
    width: 100%;
}

._anmt-appear {
    animation: appear 0.5s linear 1.1s;
    animation-fill-mode: forwards;
}

._anmt-appear-frst {
    animation: appear 0.5s linear 0.8s;
    animation-fill-mode: forwards;
}

._bbai-11 {
    width: 13%;
    top: 18%;
    right: 13%;
}

._bbai-12 {
    width: 15%;
    bottom: 5%;
    right: 6%;
}

._bbai-21 {
    width: 11%;
    top: 13%;
    right: 8%;
}

._bbai-22 {
    width: 18%;
    bottom: 5%;
    right: 4%;
}

._bbai-31 {
    width: 25%;
    bottom: 0%;
    right: 3%;
}

._bbai-41 {
    width: 17%;
    top: 3%;
    transform: rotateZ(-50deg);
    right: 3%;
}

._bbai-51 {
    width: 17%;
    top: 3%;
    right: 3%;
}

._bbai-61 {
    width: 19%;
    top: 3%;
    right: 2%;
}

._bbai-71 {
    width: 22%;
    bottom: 0%;
    right: 3%;
}

._bbai-81 {
    width: 15%;
    top: 16%;
    right: 5%;
}

._bbai-91 {
    width: 15%;
    top: 7%;
    right: 4%;
}

._bbai-101 {
    width: 15%;
    top: 4%;
    transform: rotateZ(-56deg);
    right: 4%;
}

._main-container-full {
    max-width: none;
    background-color: var(--color-lightblue);
    padding: 30px 5px;
}

.bb-form {
    width: 99%;
    max-width: 1000px;
    margin: 0px auto;
    position: relative;
    background-color: white;
    border-radius: 45px;
    padding: 25px 10px;
    display: none;
}

.bb-form__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.bb-form__top-logo {
    display: block;
    width: 220px;
    margin-bottom: 15px;
    position: relative;
    z-index: 5;
}

.bb-form__top-title {
    font-family: 'Cocon', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.bb-form__top-title-2 {
    font-family: 'Cocon', sans-serif;
    font-size: 26px;
    line-height: 1.1;
    position: relative;
    text-align: center;
    z-index: 5;
}

.bb-form__top-txt {
    font-size: 17px;
    text-align: center;
}

@keyframes star_f-t {
    from {
        top: -150px;
        right: 35%;
        opacity: 0;
    }
    50% {
        top: -50px;
        right: 28%;
    }
    to {
        top: 0px;
        right: 22%;
        opacity: 1;
    }
}

.bb-form__top-img {
    position: absolute;
    width: 108px;
    top: 0px;
    right: 22%;
    opacity: 0;
}

._anmt-star_f-t {
    animation: star_f-t 0.5s linear 0.8s;
    animation-fill-mode: forwards;
}

.bb-form form {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.bb-form .form-item._shadow input {
    -webkit-box-shadow: 0 0 0 1px #cccccc !important;
    box-shadow: 0 0 0 1px #cccccc !important;
}

.bb-form-item__txt {
    font-size: 12px;
    color: #cccccc;
    padding-left: 20px;
    line-height: 1;
}

.bb-form-item__agree {
    line-height: 1.2;
    margin-top: 10px;
}

.bb-form-item__agree a {
    text-decoration: underline;
}

.bb-form__box-send {
    position: relative;
    margin: 15px 0 45px 0 !important;
}

.bb-form__box-send button {
    width: 230px !important;
    height: 60px;
    border-radius: 55px !important;
    line-height: 1 !important;
    background-color: var(--color-blue);
    font-size: 28px;
    padding: 6px;
}

@keyframes star_f-i1 {
    from {
        left: 10%;
        bottom: 35px;
        opacity: 0;
    }
    50% {
        left: 16%;
        bottom: 5px;
    }
    to {
        left: 22%;
        bottom: -15px;
        opacity: 1;
    }
}

.bb-form__box-img-1 {
    position: absolute;
    width: 35px;
    left: 22%;
    bottom: -15px;
    opacity: 0;
}

._anmt-star_f-i1 {
    animation: star_f-i1 0.5s linear 1.1s;
    animation-fill-mode: forwards;
}

@keyframes star_f-i2 {
    from {
        right: 0%;
        bottom: 40px;
        opacity: 0;
    }
    50% {
        right: 4%;
        bottom: 20px;
    }
    to {
        right: 7%;
        bottom: 0;
        opacity: 1;
    }
}

.bb-form__box-img-2 {
    position: absolute;
    width: 135px;
    right: 7%;
    bottom: 0;
    opacity: 0;
}

._anmt-star_f-i2 {
    animation: star_f-i2 0.5s linear 1.3s;
    animation-fill-mode: forwards;
}

.bb-result {
    width: 99%;
    max-width: 1000px;
    margin: 0px auto;
    position: relative;
    background-color: white;
    border-radius: 45px;
    padding: 25px 35px;
}

.bb-result__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.bb-result__top-logo {
    display: block;
    width: 180px;
    margin-bottom: 15px;
    position: relative;
    z-index: 5;
}

.bb-result__top-title {
    font-family: 'Cocon', sans-serif;
    font-size: 36px;
    color: var(--color-blue);
    text-align: center;
    line-height: 1.2;
}

.bb-result__top-img {
    position: absolute;
    width: 110px;
    right: 0;
    top: 0;
}

.bb-result__block-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bb-result__block-img-1 {
    width: 45%;
}

.bb-result__block-img-1 img {
    width: 95%;
}

.bb-result__block-txt {
    width: 52%;
    font-size: 22px;
    line-height: 1.4;
}

.bb-result__block {
    font-size: 22px;
    line-height: 1.4;
}

.bb-result__block-txt-2 {
    width: 65%;
    font-size: 22px;
    line-height: 1.4;
}

.bb-result__block-img-2 {
    width: 33%;
}

.bb-result__block-img-2 img {
    width: 95%;
}

.bb-result__table {
    border: 2px solid var(--color-lightblue);
    border-radius: 45px;
    position: relative;
    margin: 45px auto 20px auto;
    padding: 15px 35px;
}

.bb-result__table-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -20px;
    top: -40px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid var(--color-lightblue);
    background-color: white;
    box-shadow: 0 0 0 5px white;
}

.bb-result__table-img img {
    width: 60%;
}

.bb-result__table-txt {
    font-size: 22px;
    line-height: 1.4;
}

.bb-result__table-txt svg {
    width: 50px;
    height: 15px;
    float: left;
}

.bb-result__table-social {
    display: flex;
    margin-top: 10px;
}

.bb-result__table-social-txt {
    width: 70%;
    font-size: 22px;
    line-height: 1.4;
}

.bb-result__table-social-img {
    display: flex;
    align-items: center;
}

.bb-result__table-social-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color-blue);
    margin: auto 5px;
}

.bb-result__table-social-img a div {
    width: 60%;
    height: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bb-result__bottom {
    position: relative;
}

.bb-result__bottom-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bb-result__bottom-txt-1 {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
}

.bb-result__bottom-txt-2 {
    font-size: 22px;
    line-height: 1.4;
    font-family: 'Cocon', sans-serif;
    color: var(--color-blue);
}

.bb-result__bottom-txt-3 {
    margin-top: 10px;
}

.bb-result__bottom-txt-3 a {
    font-weight: bold;
}

.bb-result__bottom-txt-3 span {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}

.bb-result__bottom-img {
    position: absolute;
    width: 130px;
    right: 4%;
    top: 35px;
}

@media (max-width: 1000px) {
    .bb-container {
        margin: 105px auto 30px auto;
    }
    .bb-banner__logo-img {
        width: 21vw;
        margin: 0 0 3vw auto;
    }
    .bb-banner__logo-txt span:nth-child(1) {
        font-size: 7vw;
    }
    .bb-banner__logo-txt span:nth-child(3) {
        font-size: 5vw;
    }
    .bb-banner__txt-img {
        width: 6vw;
        right: 2vw;
        top: 19vw;
    }
    .bb-greeting__txt span:nth-child(1) {
        font-size: 5vw;
    }
    .bb-greeting__txt span:nth-child(2) {
        margin-top: 15px;
        font-size: 3vw;
    }
    .bb-area__picture {
        width: 38vw;
        margin: 0 auto;
    }
    .bb-area__control-title {
        font-size: 3vw;
    }
    .bb-area__answer-label {
        font-size: 2.4vw;
    }
    ._bbai-11 {
        right: 6%;
    }
    ._bbai-12 {
        right: 3%;
    }
    .bb-result__top-img {
        width: 65px !important;
    }
    .bb-result__top-logo {
        width: 150px;
    }
    .bb-result__block-txt,
    .bb-result__block,
    .bb-result__block-txt-2,
    .bb-result__table-txt,
    .bb-result__table-social-txt,
    .bb-result__bottom-txt-1 {
        font-size: 20px;
    }
    .bb-result__bottom-img {
        display: none;
    }
}

@media (max-width: 700px) {
    .bb-greeting__action {
        margin-top: 20px;
    }
    .bb-greeting__action button {
        width: 205px;
        font-size: 34px;
    }
    ._bbgi-cup {
        right: 14%;
        bottom: -12%;
    }
    ._bbgi-pallete {
        left: 15%;
        bottom: -6%;
    }
    .bb-area {
        width: 97%;
        margin: 0 auto;
        flex-direction: column;
    }
    .bb-area__picture-img {
        height: 38vw;
    }
    .bb-area__control-title {
        font-size: 24px;
    }
    .bb-area__control {
        width: 95%;
        /* height: 400px; */
    }
    .bb-area__answer-label {
        font-size: 18px;
        width: 71%;
    }
    .bb-form__box-img-1,
    .bb-form__box-img-2 {
        display: none;
    }
    .bb-result {
        padding: 20px 25px;
    }
    .bb-result__block-flex {
        flex-direction: column;
    }
    .bb-result__top-title {
        font-size: 32px;
    }
    .bb-result__block-img-1 {
        width: 55%;
    }
    .bb-result__block-txt,
    .bb-result__block-txt-2 {
        width: 100%;
    }
    .bb-result__block {
        margin: 10px 0;
    }
    .bb-result__block-img-2 {
        margin-top: 15px;
        width: 55%;
    }
    .bb-form__top-logo {
        width: 180px;
    }
    .bb-greeting__txt span:nth-child(1) {
        font-size: 7vw;
    }
}

@media (max-width: 500px) {
    .bb-container {
        margin: 105px auto 15px auto;
    }
    .bb-main-container {
        margin: 15px auto 40px auto;
    }
    ._bbgi-star2 {
        width: 6%;
    }
    ._bbgi-cup {
        right: 7%;
        bottom: -10%;
        width: 14%;
    }
    ._bbgi-pallete {
        left: 7%;
        bottom: -3%;
        width: 14%;
    }
    .bb-greeting__action button {
        width: 190px;
        font-size: 30px;
    }
    .bb-area__picture-img {
        height: 50vw;
    }
    .bb-area__picture {
        width: 50vw;
    }
    .bb-form__top-logo {
        width: 150px;
    }
    .bb-form__top-title {
        font-size: 26px;
    }
    .bb-result__top-title {
        font-size: 22px;
    }
    .bb-result__block-img-1,
    .bb-result__block-img-2 {
        width: 70%;
    }
    .bb-result__block-txt,
    .bb-result__block,
    .bb-result__block-txt-2,
    .bb-result__table-txt,
    .bb-result__table-social-txt,
    .bb-result__bottom-txt-1 {
        font-size: 16px;
    }
    .bb-result__table-img {
        left: -20px;
        top: -40px;
        width: 75px;
        height: 75px;
    }
    .bb-result__table {
        margin: 20px auto 20px auto;
        padding: 15px 15px;
    }
    .bb-result__table-social {
        flex-direction: column;
    }
    .bb-result__table-social-txt {
        width: 95%;
    }
    .bb-result__table-social-img {
        margin-top: 10px;
        justify-content: center;
    }
}

@media (max-width: 400px) {
    ._bbgi-pallete {
        left: 3%;
        bottom: -3%;
        width: 15%;
    }
    ._bbgi-cup {
        right: 2%;
        bottom: -10%;
        width: 16%;
    }
}
/* End */


/* Start:/libs/style/bootstrap-datepicker3.min.css?158055006121154*/
/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker{border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker.datepicker-rtl{direction:rtl}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0;padding:4px}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15)}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.new,.datepicker table tr td.old{color:#777}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background:#eee;cursor:pointer}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0}.datepicker table tr td.highlighted.focus,.datepicker table tr td.highlighted:focus{color:#000;background-color:#afd9ee;border-color:#298fc2}.datepicker table tr td.highlighted:hover{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active,.datepicker table tr td.highlighted:active{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active.focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted:active:hover{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled].focus,.datepicker table tr td.highlighted[disabled]:focus,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted.focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,fieldset[disabled] .datepicker table tr td.highlighted:hover{background-color:#d9edf7;border-color:#85c5e5}.datepicker table tr td.highlighted.focused{background:#afd9ee}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background:#d9edf7;color:#777}.datepicker table tr td.today{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focus,.datepicker table tr td.today:focus{color:#000;background-color:#ffc966;border-color:#b37400}.datepicker table tr td.today:hover{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active,.datepicker table tr td.today:active{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active.focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active.focus,.datepicker table tr td.today:active:focus,.datepicker table tr td.today:active:hover{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled].focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today.focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focused{background:#ffc966}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background:#ffdb99;color:#777}.datepicker table tr td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0}.datepicker table tr td.range.focus,.datepicker table tr td.range:focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c}.datepicker table tr td.range:hover{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active,.datepicker table tr td.range:active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active.focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active.focus,.datepicker table tr td.range:active:focus,.datepicker table tr td.range:active:hover{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled].focus,.datepicker table tr td.range[disabled]:focus,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.focus,fieldset[disabled] .datepicker table tr td.range:focus,fieldset[disabled] .datepicker table tr td.range:hover{background-color:#eee;border-color:#bbb}.datepicker table tr td.range.focused{background:#d5d5d5}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background:#eee;color:#777}.datepicker table tr td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focus,.datepicker table tr td.range.highlighted:focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6}.datepicker table tr td.range.highlighted:hover{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active,.datepicker table tr td.range.highlighted:active{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active.focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted:active:hover{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled].focus,.datepicker table tr td.range.highlighted[disabled]:focus,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted.focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:hover{background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focused{background:#c1d7e3}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background:#e4eef3;color:#777}.datepicker table tr td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.focus,.datepicker table tr td.range.today:focus{color:#000;background-color:#f4b747;border-color:#815608}.datepicker table tr td.range.today:hover{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:active{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active.focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today:active:hover{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled].focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today.focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#777}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#777;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:focus{color:#fff;background-color:#5e5e5e;border-color:#161616}.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:hover{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected:active{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active.focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected:active:hover{color:#fff;background-color:#4c4c4c;border-color:#161616}.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected.highlighted[disabled].focus,.datepicker table tr td.selected.highlighted[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:hover,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover{background-color:#777;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active.highlighted[disabled].focus,.datepicker table tr td.active.highlighted[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:hover,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover.focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active:hover:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover.active.focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active:hover:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#777}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;text-shadow:0 1px 0 #fff;border-width:1px 0;margin-left:-5px;margin-right:-5px}
/*# sourceMappingURL=bootstrap-datepicker3.min.css.map */
/* End */
/* /local/components/kabrita/baby.become/templates/.default/style.css?166072321619536 */
/* /libs/style/bootstrap-datepicker3.min.css?158055006121154 */
