* {
    box-sizing: border-box;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-size:15px;
}

    *::after, *::before {
        box-sizing: inherit;
    }

html,
body {
    font: normal 15px "Museo Sans Cyrl 500", sans-serif;
    margin: 0;
    padding: 0;
    background: #e3f5fd;
    color: #0c0d1f;
}

a {
    color: #ae9a51;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

pre {
    white-space:pre-wrap;
}

.toast {
    font-size: 16px;
}

button:focus {
    outline: 0 !important;
}

.error {
    color:red;
    font-size:12px;
} 

.red {
    color: #f44336 !important;
}

.orange {
    color: #FF9800 !important;
}

.green {
    color: #85CE36;
}

.blue {
    color: #03a9f4;
}


.bold {
    font-weight: 700 !important;
    font-family: 'Museo Sans Cyrl 700', Arial, sans-serif !important;
}

.btn {
    margin: .375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    padding: .84rem 2.14rem;
    font-size: .81rem;
    display: inline;
    align-items: center;
}

    .btn.btn-sm {
        padding: .5rem 1.6rem;
        text-transform: uppercase;
    }

.btn-primary {
    color: #fff;
    background-color: #85CE36;
    border-color: #85CE36;
}

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #03a9f4;
        border-color: #03a9f4;
    }

.btn.btn-primary:hover {
    color: #fff;
    background-color: #72b22b;
    border-color: #6ba829;
}

.btn-blue {
    background-color: #2196f3;
    color: #fff !important;
    border: 1px solid #2196f3;
}

.error-page {
    max-width:430px;
    width:100%;
    margin:auto;
}

.error-page .btn {
    width: 100%;
    display: block;
    margin-bottom: 15px !important;
}

.error-page .btn:last-child {
    margin-bottom: 0 !important;
}

@media screen and (min-width:600px) {
    .error-page .btn {
        width: auto;
        display: inline-block;
        margin-bottom: 0px !important;
    }
}

.Error-title {
    font-size: 1.45rem;
    margin-bottom: .5rem;
    color: #005792 !important;
    font-weight: 700;
    font-family: 'Museo Sans Cyrl 700', Arial, sans-serif !important;
    line-height: 1.1;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border: none;
    border-radius: 0;
}

@media screen and (max-width:500px) {
    .accept-card .btn {
        width: 100%;
    }
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3)!important;
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
}

:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
}

input {
    color: black;
}

::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background-color: transparent;
    margin-left: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #5d9cec;
}



/*loader*/
.loader-container {
    position: fixed;
    background-color: rgba(11,40,64,.6);
    width: 100%;
    height: 100%;
    z-index: 2000;
}

.loader {
    width: 200px;
    height: 200px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

    .loader .face {
        position: absolute;
        border-radius: 50%;
        border-style: solid;
        animation: animate 3s linear infinite;
    }

        .loader .face:nth-child(1) {
            width: 100%;
            height: 100%;
            color: #2196f3;
            border-color: currentColor transparent transparent currentColor;
            border-width: 0.2em 0.2em 0em 0em;
            --deg: -45deg;
            animation-direction: normal;
        }

        .loader .face:nth-child(2) {
            width: 70%;
            height: 70%;
            color: #85ce36;
            border-color: currentColor currentColor transparent transparent;
            border-width: 0.2em 0em 0em 0.2em;
            --deg: -135deg;
            animation-direction: reverse;
        }

        .loader .face .circle {
            position: absolute;
            width: 50%;
            height: 0.1em;
            top: 50%;
            left: 50%;
            background-color: transparent;
            transform: rotate(var(--deg));
            transform-origin: left;
        }

            .loader .face .circle::before {
                position: absolute;
                top: -0.5em;
                right: -0.5em;
                content: '';
                width: 1em;
                height: 1em;
                background-color: currentColor;
                border-radius: 50%;
                box-shadow: 0 0 2em, 0 0 4em, 0 0 6em, 0 0 8em, 0 0 10em, 0 0 0 0.5em rgba(255, 255, 0, 0.1);
            }

@keyframes animate {
    to {
        transform: rotate(1turn);
    }
}

.card {
    border-radius:0;
}

.form-control {
    border-radius:0;
}

.confirm-register {
    max-width: 600px;
    background: #e3f5fd;
}

.btn-img {
    cursor: pointer;
}

.account_title {
    font-family: 'Museo Sans Cyrl 700', Arial, sans-serif;
    font-size: 20px;
    color: #4f5f6f;
    text-transform:uppercase;
}

/*datepicker*/
/*.datepicker-days .table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
    text-align: center;
}

.datepicker-days .table .day {
    cursor:pointer;
}

.datepicker-days .table .day.active.today {
    background: #03a9f4;
    color: #fff;
}

    .datepicker-days .table .day.weekend {
        background: #f6f4f4;
    }

.datepicker-days .table .day.active {
    color: #fff;
    background-color: #85CE36;
}*/


.datepicker-days .table .day.weekend {
    background: #f6f4f4;
}

.datepicker-days .table .day.active.today {
    background: #85ce36!important;
    color: #fff;
}

.hidden {
    display: none !important;
}