body {
    font-family: Soleil
}

.sidebar {
    background-color: #003c71;
    color: #fff
}

.bigTitle, .middleTitle {
    font-family: Soleil;
    color: #003c71
}

.smallTitle, h1, h2, h3 {
    font-family: Soleil
}

.btn-primary {
    background-color: #2cccd3;
    color: #fff
}

    .btn-primary:hover {
        background-color: #2cccd3;
        color: #fff
    }

    .btn-outline-primary:active, .btn-outline-primary:active:focus, .btn-outline-primary:focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary:focus, .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        background-color: #003c71 !important;
        color: #fff !important
    }

.btn-outline-primary, .sign-btn {
    color: #2cccd3;
    border-color: #2cccd3
}

    .btn-outline-primary:hover, .sign-btn:hover {
        background-color: #2cccd3;
        border-color: #2cccd3;
        color: #fff;
    }

.btn-link, .btn.btn-link, .pswdshow, .trigger-font, consent-font, .trigger-font a, .browse-text {
    color: #2cccd3 !important;
}

    .btn-link:hover {
        color: #2cccd3
    }

a {
    color: #2cccd3
}

    a:hover {
        color: #003c71
    }

.business-type-item:hover {
    border-color: #2cccd3;
    color: #2cccd3
}

.btn-floating {
    background-color: #003c71;
    border-color: #003c71
}

.tabs li {
    font-family: Soleil
}

.active-progress-bar-border {
    border-color: #2cccd3
}

.info-body {
    font-family: Soleil
}

.activecircle {
    color: #2cccd3
}

.radio-toolbar input[type="radio"]:checked + label,
.radio-toolbar:hover input[type="radio"]:not(:disabled) + label {
    background-color: #003c71;
}

.radio-toolbar input[type=radio]:checked + label:after {
    border-color: #003c71;
}

.btn-primary-params{
    border-radius: 2px;
    height: 44px;
}
.popular_box {
    position: absolute;
    font-family: Soleil;
    background: url(../Content/images/ribbon_tag.svg) -22px 0 no-repeat;
    background-size: 200px 25px;
    color: #fff;
    height: 25px;
    width: 200px;
    font-size: 1.4em;
    padding-left: 7px;
    line-height: 25px;
    display: none
}