/* GENERAL */

body {
    background-color: #ffffff;
    color: #333333;
    font-family: 'Open Sans', 'Helvetica', 'Tahoma', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    min-width: 320px;
    width: 100%;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: #333333;
    font-family: 'Open Sans', 'Helvetica', 'Tahoma', Arial, sans-serif;
}

h1, .h1 {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 24px;
}

h2, .h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 16px;
}

h3, .h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 16px;
}

h4, .h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}

h5, .h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px;
}

h6, .h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

@media (min-width: 768px) {

    h1, .h1 {
        font-size: 32px;
        line-height: 40px;
    }

    h2, .h2 {
        font-size: 28px;
        line-height: 36px;
    }

    h3, .h3 {
        font-size: 24px;
        line-height: 32px;
    }

    h4, .h4 {
        font-size: 20px;
        line-height: 26px;
    }

    h5, .h5 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1024px) {

    h1 {
        font-size: 36px;
        line-height: 44px;
    }

    h2 {
        font-size: 30px;
        line-height: 36px;
    }

    h4, .h4 {
        font-size: 22px;
        line-height: 28px;
    }
}

a {
    color: #0c82a5;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #65c0cf;
    text-decoration: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}

ul, ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

img {
    width: 100%;
    height: auto;
}

table {
    width: 100%;
}

label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 4px;
}

label .required {
    color: #C82021;
}

input {
    font-size: 15px;
    line-height: 22px;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='search'],
select,
textarea {
    border: 1px solid #cccccc;
    transition: border-color 0.1s ease-out;
    padding: 8px 12px;
    width: 100%;
}

textarea {
    padding: 12px 16px;
    width: 100%;
    height: 120px;
    max-height: 240px;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type='password']:hover,
input[type='password']:focus,
input[type='search']:hover,
input[type='search']:focus,
select:hover,
select:hover,
textarea:hover,
textarea:focus {
    border-color: #aaaaaa;
}

::-webkit-input-placeholder {
    color: #b2b2b2;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #b2b2b2;
    font-weight: 400;
}

::placeholder {
    color: #b2b2b2;
    font-weight: 400;
}

section {
    position: relative;
    margin-bottom: 48px;
}

table {
    margin-top: 24px;
    margin-bottom: 24px;
    table-layout: fixed;
}

th,
td {
    border: 1px solid #c82122;

}

th {
    font-size: 11px;
    line-height: 15px;
    padding: 6px 8px;
}

td {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 8px;
}

@media (max-width: 767px) {

    table {
        display: block;
        overflow-x: auto;
    }
}

@media (min-width: 768px) {

    input {
        line-height: 24px;
    }

    section {
        position: relative;
        margin-bottom: 64px;
    }
}

@media (min-width: 1024px) {
    section {
        margin-bottom: 80px;
    }
}

/* FORMS & FIELDS */

/* form */

.form-container {

}

.form {

}

.form-message {
    display: none;
}

.form-message-title {
    margin-bottom: 16px;
}

.form-message-subtitle {
    margin-bottom: 8px;
}

/* fields */

.field {
    margin-bottom: 12px;
    position: relative;
}

.field-radio {
    margin-bottom: 24px;
}

.field-checkbox label,
.field-radio label {
    cursor: pointer;
    display: flex;
    font-weight: 400;
    margin-bottom: 0;
}

.field-radio label {
    margin-top: 8px;
}

.field .info {
    color: #787878;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 12px;
}

.field-upload .btn {
    padding: 12px 24px;
    width: 116px;
    height: 88px;
    position: relative;
}

.field-upload input {
    display: none;
}

.field-upload .input span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}

.field-upload img {
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
}

.field-upload .btn-clear {
    display: none;
    border: none;
    background: url('../img/icons/x-sm.svg') center center no-repeat #c82021;
    background-size: 12px 12px;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
}

.field-upload .input .info {
    display: none;
    margin-bottom: 0;
    max-width: 116px;
}

.field-upload .file-uploaded {
    margin-bottom: 0;
}

.field-upload .file-uploaded span,
.field-upload .file-uploaded img {
    display: none;
}

.field-upload .file-uploaded .btn-clear {
    display: block;
}

.field-upload-doc .input {
    display: flex;
}

.field-upload-doc .btn {
    flex-shrink: 0;
    flex-grow: 0;
}

.field-upload-doc .doc-name {
    flex-shrink: 1;
    flex-grow: 1;
    font-size: 14px;
    line-height: 20px;
    padding-left: 16px;
}

.field-checkbox input,
.field-radio input {
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.field.error input,
.field.error .btn {
    border-color: #fd3316;
}

.field.warning input,
.field.warning .btn {
    border-color: #fda216;
}

.field .message {
    color: #585858;
    font-size: 13px;
    line-height: 18px;
    display: none;
    margin-top: 4px;
}

.field.error .message {
    color: #fd3316;
    display: block;
}

.field.warning .message {
    color: #fda216;
    display: block;
}

.field .help {
    position: relative;
    padding-right: 32px;
}

.field .help .btn-help {
    position: absolute;
    top: 8px;
    right: 0;
    padding: 0;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 22px;
}

.group-submit-checkbox button {
    margin-top: 8px;
}

@media (min-width: 768px) {

    .group-field-button {
        display: flex;
        align-items: flex-start;
    }

    .group-field-button .field {
        width: 100%;
    }

    .group-field-button .field input {
        border-right: none;
    }

    .group-field-button .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .field .help {
        padding-right: 0;
    }

    .field .help .btn-help {
        top: 9px;
        right: -32px;
    }
}

@media (min-width: 1024px) {

    .group-submit-checkbox.field-group {
        display: flex;
        align-items: center;
    }

    .group-submit-checkbox.field-group .field-btn {
        order: 1;
        margin-bottom: 0;
    }

    .group-submit-checkbox.field-group .btn {
        margin-top: 0;
    }

    .group-submit-checkbox.field-group .field-checkbox {
        order: 2;
        margin-left: 24px;
        margin-bottom: 0;
    }
}

/* slider */

.input-slider {
    -webkit-appearance: none;
    background-color: #e2e2e2;
    border-radius: 3px;
    height: 6px;
    position: relative;
    margin-bottom: 8px;
    outline: none;
    width: 100%;
}

.input-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    border: 3px solid #64bfcd;
    border-radius: 12px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.input-slider::-moz-range-thumb {
    background-color: #ffffff;
    border: 3px solid #64bfcd;
    border-radius: 12px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    width: 24px;
    height: 24px;
}

/* dropdown, calendar */

.calendar,
.search {
    position: relative;
}

.calendar input,
.search input {
    padding-right: 40px;
}

.calendar:after,
.search:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    pointer-events: none;
    text-align: center;
}

.calendar:after {
    background: url('../img/icons/field-calendar.svg') center center no-repeat;
    background-size: 24px 24px;
}

.search:after {
    background: url('../img/icons/field-search.svg') center center no-repeat;
    background-size: 24px 24px;
}

@media (min-width: 768px) {
    .calendar:after,
    .search:after {
        line-height: 42px;
        height: 42px;
    }
}

/* form responsive */

@media (min-width: 768px) {

    .form-responsive {
        max-width: 496px;
        margin: 0 auto;
    }

    .form-responsive .field {
        position: relative;
        padding-left: 200px;
    }

    .form-responsive .field-text label,
    .form-responsive .field-dropdown label,
    .form-responsive .field-search label,
    .form-responsive .field-calendar label,
    .form-responsive .field-upload .label {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 20px;
        margin-bottom: 0;
        min-height: 42px;
        width: 192px;
        padding-top: 12px;
    }
}

/* BUTTONS */

/* btn */

.btn,
a.btn {
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 8px 24px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out;
}

.btn:hover,
a.btn:hover {
    background-color: #f4f4f4;
}

.btn-primary,
a.btn-primary {
    background-color: #c82122;
    border: 1px solid #c82122;
    color: #ffffff;
    font-weight: 600;
}

.btn-primary:hover,
a.btn-primary:hover {
    background-color: #e62e2e;
}

.btn-secondary,
a.btn-secondary {
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    color: #585858;
    font-weight: 600;
}

.btn-secondary:hover,
a.btn-secondary:hover {
    background-color: #e2e2e2;
}

.btn-action,
a.btn-action {
    background-color: #0c82a5;
    border: 1px solid #0c82a5;
    color: #ffffff;
    font-weight: 600;
}

.btn-action:hover,
a.btn-action:hover {
    background-color: #0e95be;
}

/* btn-link */

.btn-link,
a.btn-link {
    background-color: transparent;
    border: 1px solid transparent;
    color: #0c82a5;
    cursor: pointer;
    display: inline-block;
    padding: 8px 0;
}

.btn-link.btn-link-secondary,
a.btn-link.btn-link-secondary {
    color: #757575;
    text-decoration: underline;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus,
a.btn-link:hover,
a.btn-link:active,
a.btn-link:focus {
    opacity: 0.8;
}

/* btn-sm */

.btn-sm,
a.btn-sm {
    font-size: 13px;
    font-weight: 600;
    padding: 8px 12px;
}

/* btn-toggle */

.btn-toggle,
.btn-add,
.btn-back {
    position: relative;
}

.btn-toggle::after,
.btn-add::after,
.btn-back::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
}

.btn-toggle.open::after {
    transform: rotate(180deg);
}

.btn-primary.btn-toggle,
.btn-secondary.btn-toggle {
    padding-right: 42px;
}

.btn-primary.btn-toggle::after {
    background: url('../img/icons/caret-down-primary.svg') center center no-repeat;
    background-size: 24px 24px;
    right: 16px;
}

.btn-secondary.btn-toggle::after {
    background: url('../img/icons/caret-down-secondary.svg') center center no-repeat;
    background-size: 24px 24px;
    right: 16px;
}

.btn-link.btn-toggle {
    padding-right: 24px;
}

.btn-link.btn-toggle::after {
    background: url('../img/icons/caret-down-link.svg') center center no-repeat;
    background-size: 24px 24px;
    right: 0px;
}

.btn-link.btn-add {
    padding-left: 24px;
}

.btn-link.btn-add::after {
    background: url('../img/icons/plus-link.svg') center center no-repeat;
    background-size: 24px 24px;
    left: 0px;
}

.btn-link.btn-back {
    padding-left: 24px;
}

.btn-link.btn-back::after {
    background: url('../img/icons/back-link.svg') center center no-repeat;
    background-size: 24px 24px;
    left: 0px;
}

.btn-icon {
    color: #585858;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 12px;
}

.btn-icon .icon {
    line-height: 0;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
}

.btn-group .btn {
    margin-right: 16px;
}

.btn-group .btn:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {

    .form .btn-primary {
        width: 100%;
    }
}

@media (min-width: 768px) {

    .btn-icon .icon {
        margin-right: 16px;
    }
}

/* ELEMENTS */

/* Page Header */

.page-header {
    margin-bottom: 32px;
}

@media (min-width: 768px) {

    .page-header {
        margin-bottom: 36px;
    }
}

@media (min-width: 1024px) {

    .page-header {
        margin-bottom: 40px;
    }

    .page-header .subtitle,
    .page-header .header-group .subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}

/* header-group */

.header-group {
    margin-bottom: 24px;
}

.header-group .title {
    margin-bottom: 12px;
}

.header-group .subtitle {
    color: #585858;
    font-size: 15px;
    line-height: 22px;
}

/* header-center */

.header-center {
    text-align: center;
}

@media (min-width: 768px) {

    .header-center {
        margin-left: auto;
        margin-right: auto;
        max-width: 560px;
    }

    .card-header.header-center {
        max-width: 480px;
    }
}

@media (min-width: 1024px) {

    .header-center {
        max-width: 720px;
    }
}

/* header-line */

.header-line {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 24px;
    padding-bottom: 8px;
}

@media (min-width: 768px) {

    .header-line {
        margin-bottom: 32px;
        padding-bottom: 16px;
    }
}

/* header-img */

.card-header .header-img {
    width: 80px;
    height: 80px;
    margin: 0 0 16px 0;
}

.card-header.header-center .header-img {
    margin: 0 auto 16px auto;
}

@media (min-width: 768px) {

    .card-header .header-img {
        width: 96px;
        height: 96px;
        margin: 0 auto 16px auto;
    }
}

/* subtitle */

@media (min-width: 1024px) {

    .subsection .subtitle {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px;
    }
}

/* Card */

@media (max-width: 767px) {

    .card-mobile {
        background-color: #ffffff;
        border: 1px solid #e2e2e2;
        box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.35);
        padding: 40px 16px 32px 16px;
    }
}

@media (min-width: 768px) {

    .card {
        background-color: #ffffff;
        border: 1px solid #e2e2e2;
        box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.35);
        padding: 48px 64px;
    }
}

@media (min-width: 1024px) {

    .card {
        padding: 64px 80px;
    }
}

/* Stars */

.stars {
    position: relative;
    width: 80px;
}

.stars img {
    width: 80px;
    height: 16px;
    top: 0;
    left: 0;
    line-height: 0;
}

.stars .stars-unfilled,
.stars .stars-filled {
    line-height: 0;
    position: absolute;
    overflow: hidden;
}

.stars-0 .stars-filled {
    width: 0;
}

.stars-10 .stars-filled {
    width: 8px;
}

.stars-20 .stars-filled {
    width: 16px;
}

.stars-30 .stars-filled {
    width: 24px;
}

.stars-40 .stars-filled {
    width: 32px;
}

.stars-50 .stars-filled {
    width: 40px;
}

.stars-60 .stars-filled {
    width: 48px;
}

.stars-70 .stars-filled {
    width: 56px;
}

.stars-80 .stars-filled {
    width: 64px;
}

.stars-90 .stars-filled {
    width: 72px;
}

.stars-100 .stars-filled {
    width: 80px;
}

/* Small Elements */

.action {
    margin-top: 24px;
}

.action-lg {
    margin-top: 32px;
}

.action-sm {
    margin-top: 16px;
}

.action-xs {
    margin-top: 8px;
}

.action-reload {
    display: none;
}

.asterisk {
    background: url('../img/icons/asterisk.svg') center center no-repeat;
    background-size: 14px 14px;
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: -8px;
}

.disclaimer p {
    color: #787878;
    font-size: 12px;
    line-height: 18px;
}

.disclaimer a {
    color: #333333;
}

.disclaimer a:hover {
    text-decoration: underline;
}

/* Header */

.header {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    z-index: 5;
}

.page-home .header {
    border-bottom: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.header-content {
    display: flex;
    align-items: center;
}

@media (max-width: 1023px) {

    .header-content {
        position: relative;
        z-index: 6;
    }
}

@media (min-width: 1024px) {

    .header-content {
        padding: 10px 0;
    }
}

/* Logo */

.header-logo .logo {
    display: block;
    width: 106px;
}

.header-logo .logo,
.header-logo .logo:hover {
    color: #c82122;
    background: url('../img/logo_reilt_red.png') no-repeat;
    background-size: contain;
    width: 114px;
    height: 30px;
}

.page-home .header-logo .logo,
.page-home .header-logo .logo:hover {
    color: #ffffff;
    background: url('../img/logo_reilt_white.png') no-repeat;
    background-size: contain;
    width: 114px;
    height: 30px;
}

@media (min-width: 375px) {
    .header-logo .logo {
        width: 114px;
    }
}

/* Navbar */

@media (max-width: 1023px) {

    .navbar {
        display: flex;
        width: 100%;
    }
}

.navbar-collapse {
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

.btn-navbar-toggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 12px 10px;
    transition: background-color 0.1s ease-out;
    position: relative;
    margin-left: 2px;
}

.btn-navbar-toggle .menu-icon {
    position: relative;
    width: 32px;
    height: 24px;
}

.btn-navbar-toggle .icon-bar {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 75ms;
}

.btn-navbar-toggle .icon-bar,
.btn-navbar-toggle .icon-bar:before,
.btn-navbar-toggle .icon-bar:after {
    background-color: #585858;
    width: 32px;
    height: 3px;
}

.btn-navbar-toggle:hover .icon-bar,
.btn-navbar-toggle:hover .icon-bar:before,
.btn-navbar-toggle:hover .icon-bar:after {
    background-color: #333333;
}

.page-home .btn-navbar-toggle .icon-bar,
.page-home .btn-navbar-toggle .icon-bar:before,
.page-home .btn-navbar-toggle .icon-bar:after {
    background-color: #ffffff;
}

.btn-navbar-toggle .icon-bar:before,
.btn-navbar-toggle .icon-bar:after {
    display: block;
    content: "";
    position: absolute;
}

.btn-navbar-toggle .icon-bar:before {
    top: -10px;
    transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.btn-navbar-toggle .icon-bar:after {
    bottom: -10px;
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.btn-navbar-toggle.menu-open .icon-bar {
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(45deg);
}

.btn-navbar-toggle.menu-open .icon-bar:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
    opacity: 0;
}

.btn-navbar-toggle.menu-open .icon-bar:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transform: rotate(-90deg);
}

.page-home .btn-navbar-toggle.menu-open {
    background-color: #f4f4f4;
}

.page-home .btn-navbar-toggle.menu-open .icon-bar,
.page-home .btn-navbar-toggle.menu-open .icon-bar:before,
.page-home .btn-navbar-toggle.menu-open .icon-bar:after {
    background-color: #333333;
}

.menu-item-link {
    color: #585858;
    display: block;
}

.menu-item-link:hover {
    color: #333333;
}

.page-home .menu-item-link {
    color: #ffffff;
}

.page-home .menu-icons .menu-item-link:hover,
.page-home .menu-desktop .menu-item-link:hover {
    color: #ffffff;
    opacity: 0.8;
}

.link-icon {
    display: flex;
}

.link-icon .icon {
    opacity: 0.75;
    width: 24px;
    height: 24px;
}

.link-icon-right .icon {
    margin-left: 8px;
}

/* Menu Mobile */

.menu-mobile {
    border-top: 1px solid #e2e2e2;
    padding: 8px 0;
}

.menu-mobile-header {
    height: 48px;
}

.page-home .menu-mobile-header {
    background-color: #c82122;
}

.menu-mobile .menu-item-link {
    display: flex;
    align-items: center;
    color: #585858;
    line-height: 42px;
    margin: 0 auto;
    max-width: 414px;
    padding: 0 16px;
}

.menu-mobile .menu-item-link:hover {
    color: #333333;
}

.menu-mobile .menu-item-icon {
    line-height: 0;
    margin-right: 8px;
}

.menu-mobile .menu-item-icon img {
    width: 24px;
    height: 24px;
}

@media (min-width: 768px) {

    .menu-mobile .menu-item-link {
        max-width: 720px;
    }
}

/* Menu Icons */

.menu-icons {
    display: flex;
    line-height: 0;
    position: relative;
    left: 16px;
    margin-left: auto;
}

.menu-icons .menu-item-icon {
    display: block;
    padding: 13px 5px;
}

.menu-icons .menu-item-icon svg {
    width: 22px;
    height: 22px;
}

@media (min-width: 375px) {

    .menu-icons .menu-item-icon {
        padding: 13px 7px;
    }
}

@media (min-width: 768px) {

    .menu-icons {
        left: 12px;
    }
}

@media (min-width: 1024px) {

    .menu-icons {
        display: none;
    }
}

/* Menu Desktop */

.menu-desktop {
    display: none;
}

@media (min-width: 1024px) {

    .menu-desktop {
        display: flex;
        align-items: center;
        margin-left: auto;
        position: absolute;
        right: 16px;
    }

    .menu-desktop > .menu-item {
        position: relative;
        margin-left: 8px;
    }

    .menu-desktop .menu-item-link {
        font-size: 15px;
        padding: 5px 4px;
    }

    .menu-desktop .btn {
        font-size: 14px;
        font-weight: 600;
        padding: 4px 16px;
    }

    .page-home .menu-desktop .btn:hover {
        background-color: transparent;
    }

    .menu-desktop .sub-menu {
        background-color: #ffffff;
        border-radius: 3px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
        color: #585858;
        display: none;
        padding: 12px 0;
        position: absolute;
        top: 100%;
        right: 8px;
        min-width: 160px;
        z-index: 10;
    }

    .menu-desktop .sub-menu::after {
        content: '';
        background-color: #ffffff;
        display: block;
        width: 12px;
        height: 12px;
        top: -6px;
        right: 40px;
        position: absolute;
        transform: rotate(45deg);
        z-index: 9;
    }

    .menu-desktop .menu-item:hover .sub-menu {
        display: block;
    }

    .menu-desktop .sub-menu-items + .sub-menu-items {
        border-top: 1px solid #e2e2e2;
        margin-top: 8px;
        padding-top: 8px;
    }

    .menu-desktop .sub-menu a {
        color: #585858;
        display: block;
        font-size: 15px;
        line-height: 24px;
        white-space: nowrap;
        padding: 3px 24px;
    }

    .menu-desktop .sub-menu a:hover {
        color: #333333;
        background-color: #f4f4f4;
    }

    .link-icon-right + .sub-menu::after {
        right: 72px;
    }
}

@media (min-width: 1280px) {

    .menu-desktop .menu-item-link {
        padding: 5px 8px;
    }
}

/* Menu Search */

.menu-search,
.page-home .menu-search {
    display: none;
}

.menu-search .menu-item {
    margin-right: 8px;
}

.menu-search .menu-item a {
    display: block;
    line-height: 0;
    padding: 7px 14px;
}

.header .menu-search .menu-item a {
    color: #c82122;
    background-color: #ffffff;
    border-color: #cccccc;
}

.header .menu-search .menu-item:hover a {
    border-color: #c82122;
}

.menu-search .menu-item svg {
    width: 18px;
    height: 18px;
}

@media (min-width: 768px) {

    .menu-search {
        display: flex;
    }

    .header .menu-search {
        align-items: center;
        margin-left: 24px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {

    .header .menu-search {
        margin-left: 16px;
    }

    .header .menu-search .menu-item a {
        padding: 7px 9px;
    }
}

/* Hero */

.hero {
    color: #ffffff;
}

.hero-img {

}

.hero-img.darken {
    position: relative;
    z-index: 1;
}

.hero-img.darken::after {
    content: '';
    display: block;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.10) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.hero-img.darken .hero-content {
    position: relative;
    z-index: 3;
}

.hero-content {
    padding: 88px 0 56px 0;
}

.hero-title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 24px;
}

.hero-subtitle {
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 16px;
}

.hero .action {
    margin-top: 32px;
}

.hero .menu-search {
    display: flex;
}

.hero-tabs .nav-item {
    font-size: 13px;
    line-height: 32px;
    margin-right: 14px;
}

.hero-tabs .nav-item:hover {
    opacity: 0.8;
}

.hero-tabs .nav-item:last-child {
    margin-right: 0;
}

.hero-tabs .nav-item.active {
    border-bottom: 3px solid #ffffff;
}

.hero-tabs .nav-item.active a {
    font-weight: 600;
}

.hero-tabs .nav-item a {
    color: #ffffff;
}

@media (min-width: 768px) {
    .hero-tabs .nav-item {
        font-size: 16px;
        line-height: 42px;
        margin-right: 20px;
    }

    .hero-title {
        font-size: 30px;
        line-height: 36px;
    }

    .hero .action {
        display: flex;
        align-items: center;
        margin-top: 36px;
    }

    .hero-subtitle {
        font-weight: 600;
        margin-bottom: 0;
        margin-right: 16px;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 36px;
        line-height: 44px;
        max-width: 400px;
    }
}

/* Widget */

.video-preview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 184px;
}

.widget-img-content {
    color: #ffffff;
    text-align: center;
    padding: 32px 24px;
    width: 100%;
}

.widget-img-content h5 {
    color: #ffffff;
}

.icon-play {
    width: 48px;
    height: 48px;
}

.page-home .widget-title {
    font-weight: 600;
}

.widget-title p {
    margin-bottom: 0;
}

.widget-action {
    margin-top: 8px;
}

@media (min-width: 414px) {

    .video-preview {
        height: 240px;
    }
}

@media (min-width: 768px) {

    .widget-center .widget-text,
    .widget-center .widget-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
}

@media (min-width: 1024px) {

    .video-preview {
        height: 300px;
    }
}

/* Widget Image Bg */

.widget-img-full.bg-gray {
    padding-top: 0;
}

.widget-img-full .widget-img {
    height: 320px;
}

@media (max-width: 767px) {
    .widget-img-full .widget-img {
        margin: 0 -16px;
    }
}

@media (min-width: 768px) {

    .widget-img-full.bg-gray {
        padding-bottom: 0;
    }

    .widget-img-full .row {
        margin-bottom: 0;
    }

    .widget-img-full div[class^="col-"] {
        padding-bottom: 0;
    }

    .widget-img-full .widget-img {
        height: 100%;
        max-height: 560px;
    }

    .widget-img-full .widget-content {
        padding: 40px 0;
    }
}

@media (min-width: 1024px) {

    .widget-img-full .widget-content {
        padding: 48px 0;
    }
}

/* List */

.list-title a {
    display: inline-block;
    margin-bottom: 16px;
}

.list-content.expanded li:nth-child(n) {
    display: list-item;
}

.list-content a {
    font-size: 14px;
    line-height: 28px;
}

.list-content .action {
    margin-top: 8px;
}

@media (max-width: 767px) {

    .list-content li:nth-child(n + 8) {
        display: none;
    }
}

@media (max-width: 1023px) {

    .list-content li:nth-child(n + 19) {
        display: none;
    }
}

@media (min-width: 768px) {

    .list-title {
        display: flex;
        align-items: center;
    }

    .list-title .link {
        margin-left: 16px;
    }

    .list-content ul {
        column-width: auto;
        column-count: 3;
        column-gap: normal;
    }
}

@media (min-width: 1024px) {

    .list-content ul {
        column-count: 4;
    }

    .list-content li:nth-child(n + 25) {
        display: none;
    }
}

/* Banner */

.banner {

}

.banner-img {
    padding: 36px 0;
}

.banner-content {
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 8px;
}

.banner-frame {
    border: 1px solid #cccccc;
    padding: 32px 24px;
}

.banner-title.line {
    position: relative;
    margin-bottom: 32px;
}

.banner-title.line:after {
    content: '';
    display: block;
    position: relative;
    top: 16px;
    left: 50%;
    margin-left: -24px;
    width: 48px;
    height: 1px;
    background-color: #333333;
}

@media (max-width: 767px) {

    .banner-title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (min-width: 768px) {

    .banner-img {
        padding: 48px 0;
    }

    .banner-content {
        margin: 0 auto;
        max-width: 480px;
    }

    .banner-frame {
        padding: 48px 24px;
    }

    .banner-title {
        font-weight: 600;
    }
}

@media (min-width: 1024px) {

    .banner-content {
        max-width: 640px;
    }

    .banner-frame {
        padding: 64px 24px;
    }

    .banner-title span {
        display: block;
    }
}

/* Features */

.feature {
    border-top: 1px solid #cccccc;
    padding-top: 16px;
}

.feature p:last-child {
    margin-bottom: 0;
}

/* Section Text */

.text .text-title {
    text-align: center;
}

.text p {
    font-size: 15px;
    line-height: 22px;
}

/* Highlights */

.highlight {
    text-align: center;
    padding: 0 24px;
}

.highlight-title {
    text-align: center;
    margin-bottom: 8px;
}

.highlight p {
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .highlight p {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (min-width: 768px) {
    .highlight {
        margin-top: 24px;
    }
}

@media (min-width: 1024px) {
    .highlight {
        padding: 0 24px;
    }
}

/* Person */

.persons-title {
    text-align: center;
}

.person {
    margin-top: 24px;
}

.person-img {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
}

.person-title {
    font-weight: 600;
    margin-bottom: 0px;
}

.person-location {
    color: #767676;
    font-size: 15px;
}

.person-text {
    position: relative;
    margin-top: 32px;
}

.person-text:after {
    background-color: #cccccc;
    content: '';
    display: block;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -24px;
    width: 48px;
    height: 1px;
}

@media (max-width: 767px) {

    .person {
        text-align: center;
    }

    .person-img {
        margin: 0 auto 16px auto;
    }
}

@media (min-width: 768px) {

    .person {
        display: flex;
        margin-top: 32px;
    }

    .person-img {
        flex-shrink: 0;
        margin-right: 24px;
    }

    .person-details {
        display: flex;
        flex-direction: column;
    }

    .person-title {
        order: 2;
    }

    .person-location {
        order: 3;
        margin-bottom: 0;
    }

    .person-text {
        order: 1;
        margin-top: 0;
        margin-bottom: 32px;
    }

    .person-text:after {
        background-color: #333333;
        top: auto;
        bottom: -16px;
        left: 0;
        margin-left: 0;
        width: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .person {
        margin-top: 40px;
        padding: 0 40px;
    }
}

/* Cta */

.cta {
    text-align: center;
}

.cta-title-group {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
}

.cta-logo {
    color: #c82122;
    width: 114px;
    height: 30px;
}

.cta-partner {
    border-left: 1px solid #333333;
    font-size: 18px;
    margin-left: 16px;
    padding-left: 14px;
    position: relative;
    top: -1px;
}

/* Faq */

.faq-content {
    margin-top: 24px;
}

@media (min-width: 768px) {

    .faq-content {
        margin-top: 32px;
    }
}

/* Chat */

.chat {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    margin-bottom: 24px;
}

.chat-content {
    border-bottom: 1px solid #e2e2e2;
}

.chat-info {
    border: 1px solid #e2e2e2;
    border-radius: 16px;
    margin: 12px 12px 0 12px;
    padding: 12px 16px 0 16px;
}

.chat-info p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 12px;
}

.chat-item {
    border-top: 1px solid #f1f1f1;
    padding: 8px 8px 4px 8px;
}

.chat-item:first-child {
    border-top: none;
    margin-top: 8px;
}

.chat-item:last-child {
    margin-bottom: 16px;
}

.chat-item-user {
    text-align: right;
}

.chat-item-reply {
    text-align: left;
}

.message {

}

.message-text {
    border-radius: 18px;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
    padding: 6px 12px;
}

.chat-item-user .message-text {
    background-color: #e1eff4;
    font-weight: 600;
}

.chat-item-reply .message-text {
    background-color: #eeeeee;
}

.chat-item-reply .message-text.message-error {
    background-color: #f5e7e8;
    color: #c82021;
}

.chat-message {
    padding: 16px 12px 24px 12px;
}

.chat-message-content {
    position: relative;
}

.field-message {
    border: 1px solid #e2e2e2;
    border-radius: 24px;
    display: flex;
    margin-bottom: 0;
    padding: 6px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
}

.field-message::-webkit-scrollbar {
    display: none;
}

.field-message input {
    border: none;
    line-height: 28px;
    outline: none;
    min-width: 200px;
    padding: 0 10px;
}

.suggestions {
    margin-top: 8px;
    margin-bottom: 16px;
    padding-left: 22px;
}

.suggestions .label {

}

.suggestions .field-checkbox {
    margin-top: 8px;
}

.message-answers,
.suggestion-answers {
    display: flex;
}

.suggestion-answers {
    flex-wrap: wrap;
}

.message-answers .answer,
.suggestion-answers .answer {
    border: none;
    cursor: pointer;
    margin-right: 6px;
    white-space: nowrap;
}

.message-answers .answer {
    background-color: #e1eff4;
    border-radius: 18px;
    color: #0c82a5;
    font-size: 14px;
    padding: 5px 16px;
}

.suggestion-answers .answer {
    background-color: #0c82a5;
    border-radius: 16px;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    margin-top: 6px;
    padding: 5px 12px;
}

.suggestion-answers .answer:last-child {
    margin-right: 0;
}

.chat-message .btn-message {
    width: 100%;
}

@media (min-width: 768px) {

    .chat-info {
        margin: 16px;
        padding: 16px 16px 0 16px;
    }

    .chat-info p {
        font-size: 14px;
        line-height: 21px;
    }

    .chat-item {
        padding: 8px 16px 4px 16px;
    }

    .message-text,
    .message-card {
        max-width: 560px;
    }

    .message-text {
        font-size: 14px;
        padding: 8px 16px;
    }

    .chat-message {
        padding: 16px;
    }

    .chat-message .field-message {
        padding-right: 160px;
    }

    .chat-message .btn-message {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        line-height: 30px;
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
    }
}

@media (min-width: 1024px) {

    .chat-info {
        margin: 24px 24px 16px 24px;
    }

    .chat-item {
        padding: 8px 24px 4px 24px;
    }

    .chat-item:first-child {
        margin-top: 16px;
    }

    .chat-message {
        padding: 16px 24px;
    }
}

/* message-card */

.message-card {
    border: 1px solid #e2e2e2;
    border-radius: 16px;
    overflow: hidden;
}

.message-card-img {
    height: 180px;
}

.message-card-content {
    font-size: 14px;
    line-height: 20px;
    padding: 16px;
}

.message-card .title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.message-card .description {
    color: #585858;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px;
}

.message-card .location {
    margin-bottom: 8px;
    padding-left: 12px;
    position: relative;
}

.message-card .location::after {
    background-color: #e2e2e2;
    border-radius: 4px;
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
}

.message-card .location.red::after {
    background-color: #f01e26;
}

.message-card .details {

}

@media (min-width: 768px) {

    .message-card {
        display: flex;
    }

    .message-card-img {
        width: 272px;
        height: auto;
    }

    .message-card-content {
        padding-left: 24px;
    }
}

@media (min-width: 1024px) {

    .message-card .title {
        font-size: 16px;
    }
}

/* Questions */

.questions {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 32px 16px 16px 16px;
}

.question-card {
    padding-bottom: 16px;
}

.question-form {

}

.question-title {
    text-align: center;
}

.question-title h4 {
    margin-bottom: 24px;
}

.question {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.question-option .btn {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

.question-option.option-active .btn {
    border-color: #64bfcd;
    box-shadow: 0 0 0 1px #64bfcd;
}

.question-content .action {
    text-align: center;
}

.question-content .action .btn {
    width: 100%;
    max-width: 240px;
}

/* questions-carousel */

.questions .carousel-controls {
    height: 24px;
    text-align: center;
}

.questions .carousel-control {
    display: inline-block;
    padding: 0 8px;
}

.questions .carousel-control-left,
.questions .carousel-control-right {
    display: none;
}

@media (min-width: 768px) {

    .questions {
        padding: 48px 16px 24px 16px;
    }

    .question-content .action .btn {
        max-width: 192px;
    }

    .question {
        min-height: 216px;
    }
}

/* question-button-grid */

.question-btn-grid {
    flex-direction: row;
    justify-content: center;
    margin: 0 -8px -16px -8px;
}

.question-btn-grid .question-option {
    padding: 0 8px 16px 8px;
    width: 128px;
}

.question-btn-grid .btn {
    font-size: 13px;
    padding: 16px 4px 12px 4px;
}

.question-btn-grid .btn-img {
    width: 48px;
    height: 48px;
    margin: 0 auto 4px auto;
}

@media (min-width: 768px) {

    .question-btn-grid {
        align-items: flex-start;
        margin: 0;
        padding: 24px 0 16px 0;
    }

    .question-btn-grid .question-option {
        width: 136px;
    }
}

/* question-select-list */

.question-select-list {
    padding-bottom: 120px;
}

.question-select-list .question-select {
    width: 100%;
    max-width: 240px;
}

@media (min-width: 768px) {

    .question-select-list .question-select {
        max-width: 360px;
    }

    .form-responsive .question-select .field {
        padding-left: 96px;
    }

    .form-responsive .question-select .field-dropdown label {
        width: 90px;
    }
}

/* question-btn-list */

.question-btn-list .question-option {
    width: 100%;
    max-width: 240px;
}

.question-btn-list .btn {
    margin-bottom: 8px;
}

/* question-slider */

.question-slider {
    padding: 24px 0 16px 0;
}

.field-slider {
    width: 100%;
    max-width: 240px;
    margin-bottom: 16px;
}

.slider-details {
    display: flex;
    justify-content: space-between;
}

.question-slider .input-group,
.question-field .input-group {
    display: flex;
    align-items: center;
}

.question-slider .input-group label {
    margin: 0;
}

.question-slider .input-group input {
    margin: 0 8px;
    max-width: 80px;
}

@media (min-width: 768px) {

    .field-slider {
        max-width: 360px;
    }
}

/* question-btn-group */

.question-field {
    padding: 16px 0;
}

.question-field .input-group {
    display: flex;
    align-items: center;
}

.question-field .input-group input {
    max-width: 80px;
    text-align: center;
}

.question-field .input-group .btn {
    padding: 7px 8px;
    min-width: 42px;
}

.question-field .input-group .btn-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.question-field .input-group .btn-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

@media (min-width: 768px) {

    .question-field .input-group .btn {
        padding: 8px;
    }
}

/* Filters */

.filters {
    padding: 40px 0 16px 0;
}

.filters .row {
    margin-bottom: 0;
}

.filters div[class^="col-"] {
    padding-bottom: 0;
}

/* Rieltors */

.rieltor-card {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    overflow: hidden;
}

.rieltor-card-img {
    height: 200px;
    position: relative;
}

.rieltor-card-content {
    font-size: 14px;
    line-height: 24px;
    padding: 16px;
    position: relative;
}

.rieltor-card .recommended {
    display: none;
}

.rieltor-card.rieltor-recommended .recommended {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    background-color: #c82122;
    color: #ffffff;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0 8px;
}

.rieltor-card .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.rieltor-card .info {
    display: flex;
    margin-bottom: 4px;
}

.rieltor-card .rating {
    font-size: 15px;
    font-weight: 600;
}

.stars {
    margin: 3px 8px 5px 4px;
}

.rieltor-card .contacts {
    margin-bottom: 4px;
}

.rieltor-card .contacts .phone {
    display: flex;
    align-items: center;
}

.rieltor-card .phone img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.rieltor-card .btn {
    position: absolute;
    right: 16px;
    bottom: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}

@media (min-width: 1024px) {

    .rieltor-card {
        display: flex;
    }

    .rieltor-card-img {
        height: auto;
        width: 176px;
    }

    .rieltor-card-content {
        flex-grow: 1;
    }

    .rieltor-card.rieltor-recommended .recommended {
        top: auto;
        bottom: 16px;
    }

}

/* Footer */

.footer {
    border-top: 1px solid #e2e2e2;
    padding-top: 32px;
}

.menu-footer {
    column-width: auto;
    column-count: 2;
    column-gap: 20px;
}

.menu-footer a {
    color: #999999;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
}

.menu-footer a:hover {
    text-decoration: underline;
}

.social-icons {
    display: flex;
    margin-bottom: 24px;
}

.social-icon {
    line-height: 0;
    margin-right: 10px;
}

.social-icon img {
    width: 16px;
    height: 16px;
}

.countries h5 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
}

.countries-list-item span,
.countries-list-item a {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 28px;
}

.countries-list-item img {
    width: 18px;
    height: 12px;
    margin-right: 6px;
}

.footer-text p {
    color: #999999;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
}

/* JS */

/* Pagination */

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.pagination .btn,
.pagination .btn-action {
    margin: 0 4px;
    min-width: 42px;
    padding: 7px 8px;
}

/* Notification */

.notification {
    background-color: #ffffff;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 0 32px 0;
    z-index: 95;
}
/* Carousel */

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

/*
.indicator {
	-webkit-transition: opacity 0.2s ease-out;
					 transition: opacity 0.2s ease-out;
}

.carousel-indicators {
	position: absolute;
	bottom: 16px;
	right: 0px;
	left: 0px;
	line-height: 0px;
	text-align: center;
	padding: 0px;
}

.indicator {
		cursor: pointer;
	background-color: #ffffff;
		display: inline-block;
		border-radius: 6px;
		opacity: 0.25;
	width: 10px;
	height: 10px;
	margin: 0 2px;
}

.indicator.active,
.indicator:hover {
	opacity: 0.75;
}

@media (min-width: 768px) {

		.indicator {
			margin: 0 4px;
		}
}
*/

/* carousel slide */

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0px;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0px;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0px;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

/* Tabs */

.nav-tabs,
.nav-pills {
    display: flex;
    flex-wrap: wrap;
}

.tab-pane {
    display: none;
    padding: 16px;
}

.tab-pane.active {
    display: block;
}
.tab-content {
    border: 1px solid #e2e2e2;
}

.nav-tabs .nav-item {
    background-color: #f4f4f4;
    border: 1px solid #e2e2e2;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    flex-grow: 1;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.nav-tabs .nav-item:first-child {
    margin-left: 0;
}

.nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.nav-tabs .nav-link {
    color: #585858;
    display: block;
    font-size: 15px;
    padding: 8px 16px 4px 16px;
}

.nav-tabs .nav-item.active {
    background-color: #ffffff;
    border-bottom: #ffffff;
}

.nav-tabs .nav-item.active .nav-link {
    color: #333333;
}

/* Accordion */

.panel {
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.panel:last-child {
    border-bottom: 1px solid #e2e2e2;
}

.panel-title {
    display: block;
    color: #333333;
    font-size: 20px;
    line-height: 28px;
    padding-right: 32px;
    position: relative;
}

.panel-title:after {
    content: '';
    display: block;
    background: url('../img/icons/caret-up-secondary.svg') center center no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
}

.panel-title.collapsed:after {
    background: url('../img/icons/caret-down-secondary.svg') center center no-repeat;
}

.panel-title:hover,
.panel-title:focus,
.panel-title:active {
    color: #333333;
}

.panel-body {
    padding-top: 16px;
}

.panel-body p:last-child {
    margin-bottom: 0;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

/* Popover */

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto;
}

.popover.top {
    margin-top: -10px;
}

.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #cccccc;
    border-bottom-width: 0;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #ffffff;
    border-bottom-width: 0;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

/* Modal */

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.fade.in {
    opacity: 1;
}

.modal.fade .modal-window {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translate(0, -32px);
    -ms-transform: translate(0, -32px);
    -o-transform: translate(0, -32px);
    transform: translate(0, -32px);
}

.modal.in .modal-window {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal-window {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding: 16px !important;
}

.modal-window {
    background-color: #ffffff;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.30);
    cursor: auto;
    position: relative;
    max-width: 348px;
    margin: 24px auto;
    padding: 24px 24px 16px 24px;
}

.modal-window.modal-widget {
    padding: 0;
}

.modal-window.modal-lg {
    max-width: 960px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal-close {
    cursor: pointer;
    display: block;
    border: 0;
    background: url('../img/icons/x.svg') center no-repeat #ffffff;
    background-size: 20px 20px;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
}

.modal-close:hover {
    opacity: 0.8;
}

.modal-title {
    font-size: 24px;
    line-height: 32px;
    padding-right: 24px;
}

.modal .nav-link {
    font-size: 14px;
}

.modal .tab-pane {
    padding: 16px 0;
}

.modal .tab-content {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.modal-content .btn {
    width: 100%;
}

.modal-content .btn-back {
    font-size: 14px;
    margin-top: 8px;
}

.modal-content .btn-link.btn-back::after {
    background-size: 20px 20px;
}

.modal-widget .widget-img-full .widget-content {
    padding: 0 24px 8px 24px;
}

@media (max-width: 767px) {
    .modal-widget .widget-img-full .widget-img {
        height: 240px;
        margin: 0;
    }
}

@media (min-width: 768px) {

    .modal-widget .widget-img-full .widget-content {
        padding: 40px 40px 48px 8px;
    }
}

@media (min-width: 1024px) {

    .modal-window {
        margin: 60px auto;
    }
}

@media (min-width: 1280px) {

    .modal-window {
        margin: 90px auto;
    }
}

/* Selectpicker */

.bootstrap-select {
    position: relative;
}

.bootstrap-select .selectpicker {
    display: none !important;
}

.dropdown-toggle {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #333333;
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 8px 16px 8px 12px;
    width: 100%;
}

.dropdown-toggle:hover {
    background-color: #ffffff;
    border-color: #aaaaaa;
    color: #585858;
}

.bs-caret span::after {
    border-top: 6px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    content: '';
    color: #333333;
    display: block;
    margin-top: 10px;
}

.bootstrap-select.open .bs-caret span::after {
    transform: rotate(180deg);
}

.bootstrap-select div.dropdown-menu {
    position: absolute;
    z-index: 91;
    display: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.bootstrap-select.open .dropdown-menu {
    display: block;
}

.bootstrap-select .dropdown-menu li a {
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 40px;
    outline: none;
    padding: 0 16px;
    position: relative;
}

.bootstrap-select .dropdown-menu li a:focus,
.bootstrap-select .dropdown-menu li a:hover {
    color: #333333;
    background-color: #f4f4f4;
    text-decoration: none;
}

.bootstrap-select .dropdown-menu .no-results,
.bootstrap-select .dropdown-menu .notify {
    background-color: #f5e7e8;
    color: #c82021;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
}

.bs-placeholder .filter-option-inner {
    color: #b2b2b2;
}

.bs-searchbox input {
    border-color: #ffffff;
    border-bottom-color: #e2e2e2;
}

.bootstrap-select .check-mark {
    display: none;
}

.bootstrap-select .selected .check-mark {
    position: absolute;
    display: inline-block;
    right: 16px;
    top: 10px;
}

.bootstrap-select .glyphicon-ok:after {
    border-color: #0c82a5;
    content: '';
    display: block;
    width: 8px;
    height: 16px;
    border-style: solid;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Datepicker */

table.table-condensed {
    width: auto !important;
}

.datepicker {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    /*		 border-radius: 0; */
    display: none;
    direction: ltr;
    padding: 8px;
    position: absolute;
    z-index: 91;
}

.datepicker-inline {
    width: 240px;
}

.datepicker-rtl {
    direction: rtl;
}

.datepicker-rtl.dropdown-menu {
    left: auto;
}

.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 #cccccc;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    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, 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: 40px;
    height: 32px;
    border-radius: 0;
    border: none;
    padding: 8px;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #777777;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #e2e2e2;
    cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #777777;
    cursor: default;
}

.datepicker table tr td.highlighted {
    color: #333333;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0;
}

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
    color: #333333;
    background-color: #afd9ee;
    border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
    color: #333333;
    background-color: #afd9ee;
    border-color: #52addb;
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
    color: #333333;
    background-color: #afd9ee;
    border-color: #52addb;
}

.datepicker table tr td.highlighted:active:hover,
.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.focus,
.datepicker table tr td.highlighted.active.focus {
    color: #333333;
    background-color: #91cbe8;
    border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
    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: #777777;
}

.datepicker table tr td.today {
    color: #333333;
    background-color: #dcf2f9;
    border-color: #dcf2f9;
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
    color: #333333;
    background-color: #ffc966;
    border-color: #b37400;
}

.datepicker table tr td.today:hover {
    color: #333333;
    background-color: #bce7f5;
    border-color: #bce7f5;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
    color: #333333;
    background-color: #ffc966;
    border-color: #f59e00;
}

.datepicker table tr td.today:active:hover,
.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.focus,
.datepicker table tr td.today.active.focus {
    color: #333333;
    background-color: #ffbc42;
    border-color: #b37400;
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
    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: #777777;
}

.datepicker table tr td.range {
    color: #333333;
    background-color: #eeeeee;
    border-color: #bbbbbb;
    border-radius: 0;
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
    color: #333333;
    background-color: #d5d5d5;
    border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
    color: #333333;
    background-color: #d5d5d5;
    border-color: #9d9d9d;
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
    color: #333333;
    background-color: #d5d5d5;
    border-color: #9d9d9d;
}

.datepicker table tr td.range:active:hover,
.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.focus,
.datepicker table tr td.range.active.focus {
    color: #333333;
    background-color: #c3c3c3;
    border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
    background-color: #eeeeee;
    border-color: #bbbbbb;
}

.datepicker table tr td.range.focused {
    background: #d5d5d5;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
    background: #eeeeee;
    color: #777777;
}

.datepicker table tr td.range.highlighted {
    color: #333333;
    background-color: #e4eef3;
    border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
    color: #333333;
    background-color: #c1d7e3;
    border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
    color: #333333;
    background-color: #c1d7e3;
    border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
    color: #333333;
    background-color: #c1d7e3;
    border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active:hover,
.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.focus,
.datepicker table tr td.range.highlighted.active.focus {
    color: #333333;
    background-color: #a8c8d8;
    border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
    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: #777777;
}

.datepicker table tr td.range.today {
    color: #333333;
    background-color: #f7ca77;
    border-color: #f1a417;
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
    color: #333333;
    background-color: #f4b747;
    border-color: #815608;
}

.datepicker table tr td.range.today:hover {
    color: #333333;
    background-color: #f4b747;
    border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
    color: #333333;
    background-color: #f4b747;
    border-color: #bf800c;
}

.datepicker table tr td.range.today:active:hover,
.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.focus,
.datepicker table tr td.range.today.active.focus {
    color: #333333;
    background-color: #f2aa25;
    border-color: #815608;
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
    background-color: #f7ca77;
    border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #777777;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777777;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #161616;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted: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.active,
.datepicker table tr td.selected.highlighted.active {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737;
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #161616;
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
    background-color: #777777;
    border-color: #555555;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #c82122;
    border-color: #c82122;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted: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.active,
.datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #c82122;
    border-color: #c82122;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
    color: #fff;
    background-color: #bd1f1f;
    border-color: #bd1f1f;
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
    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:hover,
.datepicker table tr td span.focused {
    background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled: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.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #777777;
}

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
    visibility: hidden;
}

.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;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
}

/* UTILITY */

.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

.no-margin {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-48 {
    margin-bottom: 48px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.list-dotted {
    list-style: disc;
    padding-left: 24px;
    margin-bottom: 16px;
}

.list-dotted li {
    margin-bottom: 8px;
}

.list-dotted li:last-child {
    margin-bottom: 0;
}

.text-serif {
    font-family: 'Georgia', 'Times New Roman', serif;
}

.text-normal {
    font-weight: 400;
}

.text-bold {
    font-weight: 600;
}

.text-caps {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-line-through {
    text-decoration: line-through;
}

.text-md {
    font-size: 15px;
    line-height: 23px;
}

.text-sm {
    font-size: 14px;
    line-height: 22px;
}

.text-xs {
    font-size: 13px;
    line-height: 20px;
}

.text-dark,
a.text-dark {
    color: #585858;
}

.text-light,
a.text-light {
    color: #757575;
}

.text-muted,
a.text-muted {
    color: #999999;
}

a.text-dark:hover,
a.text-light:hover,
a.text-muted:hover {
    text-decoration: underline;
}

.bg-gray {
    background-color: #f4f4f4;
    padding: 48px 0;
}

main.bg-gray {
    padding: 36px 0 8px 0;
}

.subsection {
    margin-bottom: 32px;
}

.or {
    border-bottom: 1px solid #aaaaaa;
    position: relative;
    margin-top: 8px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

.or span {
    background-color: #ffffff;
    color: #999999;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    padding: 0 6px;
    position: absolute;
    top: -9px;
}

@media (max-width: 767px) {

    .main.bg-gray-desktop {
        background-color: #ffffff;
    }
}

@media (min-width: 768px) {

    .bg-gray {
        padding: 64px 0;
    }

    main.bg-gray {
        padding: 40px 0 8px 0;
    }
}

@media (min-width: 1024px) {

    .subsection {
        margin-bottom: 40px;
    }

    .bg-gray {
        padding: 72px 0;
    }

    main.bg-gray {
        padding: 48px 0 8px 0;
    }
}


/* NEW */

[type="text"]:disabled,
.input-disabled {
    background-color: #eeeeee;
    color: #999999;
}

[type="text"]:disabled:hover,
.input-disabled:hover {
    border: 1px solid #cccccc;
}

.btn-secondary-text,
a.btn-secondary-text {
    color: #0c82a5;
    background-color: #ffffff;
    border: none;
    font-weight: bold;
}

.btn-secondary-text:hover,
a.btn-secondary-text:hover {
    background-color: #ffffff;
    opacity: 0.9;
}

.page-nav {
    margin-bottom: 24px;
}

.page-nav .nav {
    display: none;
}

.modal-details {
    margin-bottom: 24px;
}

.modal-details ul {
    list-style: disc;
    margin-bottom: 24px;
    padding-left: 16px;
}

.account-notifications {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 24px;
    z-index: 99;
}

@media (min-width: 768px) {

    .page-nav {
        margin-bottom: 32px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
    }

    .page-nav .nav {
        display: flex;
    }

    .page-nav .nav-item {
        border-bottom: 2px solid #ffffff;
        margin-right: 32px;
    }

    .page-nav .nav-item.active {
        border-bottom-color: #333333;
        font-weight: bold;
    }

    .page-nav .nav-item a,
    .page-nav .nav-item a:hover {
        color: #333333;
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 14px 0 12px 0;
    }
}

@media (min-width: 1024px) {

    .page-nav {
        margin-bottom: 36px;
    }
}

/* Account */

.account .subsection-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
}

.account .description {
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    margin-bottom: 0;
}

.account .line {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 12px;
}

/* Account: Notifications */

.account-notifications .notification-item {
    background-color: rgba(32, 33, 35, 0.9);
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    line-height: 24px;
    margin: 0 auto 8px auto;
    padding: 12px 16px;
    width: 290px;
}

.notification-icon {
    width: 16px;
    height: 16px;
    line-height: 0;
    margin-right: 8px;
}

@media (min-width: 768px) {

    .account-notifications .notification-item {
        width: 360px;
    }
}

@media (min-width: 1024px) {

    .account-notifications .notification-item {
        width: 400px;
    }
}

/* Account: Saved Searches */

.no-searches {
    border: 1px solid #e2e2e2;
    padding: 32px 24px 36px 72px;
    position: relative;

    /* 	remove */
    margin-bottom: 64px;
}

.icon-search-check {
    position: absolute;
    left: 24px;
    top: 32px;
    width: 32px;
    height: 32px;
}

.search-header {
    display: none;
}

.search-header .th,
.item-details .th {
    color: #999999;
}

.search-header .th {
    margin-bottom: 8px;
}

.search-list {
    border-top: 1px solid #e2e2e2;
}

.search-item {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 8px 24px 8px;
}

.search-item .item-details {
    font-size: 15px;
    line-height: 24px;
    text-align: right;
}

.search-item .item-details .tr,
.edit-search .item-details .tr {
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
}

.search-item .item-action {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.search-item .item-action .btn-icon {
    border: none;
    line-height: 0;
    padding: 10px;
    margin-right: 8px;
}

@media (max-width: 767px) {

    .search-item .item-title {
        margin-bottom: 8px;
    }

    .search-item .item-details {
        margin-bottom: 16px;
    }

    .search-item .item-details .th {
        margin-right: 8px;
    }

    .search-item .item-action .field-dropdown {
        width: 50%;
    }
}

@media (min-width: 768px) {

    .search-header {
        display: flex;
    }

    .search-list .th {
        display: none;
    }

    .search-item {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
    }

    .search-header .header-title,
    .search-item .item-title {
        width: 25%;
    }

    .search-header .header-details,
    .search-item .item-details {
        display: flex;
        text-align: left;
        width: 50%;
    }

    .search-header .header-details div,
    .search-item .item-details .tr {
        padding-right: 8px;
        width: 33.333%;
    }

    .search-header .header-action,
    .search-item .item-action {
        justify-content: space-between;
        width: 25%;
    }

    .search-header .header-action {
        padding-left: 46px;
    }

    .search-item .item-action .field-dropdown {
        flex-grow: 1;
    }
}

/* Account: Email Settings */

.list-radio .email-item {
    border-bottom: 1px solid #e2e2e2;
    padding: 16px 8px 24px 8px;
}

.list-radio .field-radio {
    display: flex;
    margin-bottom: 0;
}

.list-radio .field-radio label {
    font-size: 15px;
    margin-right: 24px;
}

.list-radio .field-radio label:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {

    .list-radio .item-title {
        margin-bottom: 4px;
    }
}

.email-collapse-toggle {
    padding-top: 16px;
}

.email-collapse-content {

}

.email-list .field-checkbox {
    padding-top: 16px;
}

@media (min-width: 768px) {

    .list-radio .email-item {
        display: flex;
        justify-content: space-between;
        padding: 24px 8px;
    }

    .email-list.list-grid {
        display: flex;
        flex-wrap: wrap;
    }

    .email-list.list-grid .field-checkbox {
        width: 25%;
    }
}

@media (min-width: 1024px) {

    .list-radio .field-radio label {
        font-size: 16px;
        margin-top: 4px;
    }

    .list-grid .field-checkbox label,
    .list-row .field-checkbox label {
        font-size: 15px;
    }
}

.email-unsubscribe {
    color: #767676;
}

/* Account: Alert */

.account .alert {
    background-color: #fff8ea;
    border: 1px solid #ffb92d;
    border-radius: 3px;
    padding: 16px 16px 10px 56px;
    position: relative;
    margin-bottom: 32px;
}

.account .alert .icon-warning {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.account .alert .alert-title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 2px;
}

.account .alert p,
.account .alert a {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
}

.account .alert .alert-action a:after {
    content: '●';
    color: #333333;
    font-size: 8px;
    line-height: 22px;
    padding: 0 8px;
    position: relative;
    top: -2px;
}

.account .alert .alert-action {
    display: flex;
    flex-wrap: wrap;
}

.account .alert .alert-action a {
    display: block;
}

.account .alert .alert-action a:last-child:after {
    content: none;
}

@media (min-width: 1024px) {

    .account .alert .alert-content {
        display: flex;
        justify-content: space-between;
    }

    .account .alert .alert-action {
        padding-left: 16px;
    }
}

/* Account: Settings */

.settings-info {
    border: 1px solid #e2e2e2;
}

.settings-photo {
    background: linear-gradient(180deg, #cae9ed 80px, transparent 0);
    padding: 16px;
}

.settings-photo .field-upload {
    display: flex;
    align-items: center;
}

.settings-photo .image {
    position: relative;
}

.settings-photo .img-upload {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
}

.settings-photo .img-upload-placeholder {
    width: 78px;
    height: 84px;
}

.settings-photo .file-uploaded + .btn-clear {
    display: block;
    top: 8px;
    right: 8px;
}

.settings-photo .btn-upload {
    padding: 8px;
    position: relative;
    top: 24px;
    left: 8px;
}

@media (min-width: 768px) {

    .settings-photo {
        margin-bottom: 24px;
        padding: 16px 32px 0 32px;
    }

    .settings-photo .img-upload {
        width: 144px;
        height: 144px;
    }

    .settings-photo .img-upload-placeholder {
        width: 96px;
        height: 104px;
    }

    .settings-photo .btn-upload {
        left: 16px;
    }
}

@media (min-width: 1024px) {

    .settings-photo {
        margin-bottom: 24px;
        padding: 16px 48px 0 48px;
    }
}

.settings-details {
    padding: 16px 16px 32px 16px;
}

.settings-details .row {
    margin-bottom: 0;
}

.settings-details div[class^="col-"] {
    padding-bottom: 0;
}

.settings-details .btn-secondary {
    margin-top: 8px;
    width: 100%
}

.settings-details .btn-primary {
    margin-top: 16px;
    width: 100%
}

@media (min-width: 768px) {

    .settings-details {
        padding: 16px 32px 32px 32px;
    }

    .settings-details .btn {
        margin-top: 12px;
    }
}

@media (min-width: 1024px) {
    .settings-details {
        padding: 16px 48px 36px 48px;
    }

    .settings-details .btn {
        margin-top: 22px;
    }
}

.settings .subsection-header {
    padding-bottom: 12px;
}

.settings .subsection-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
}

.settings .card-sm {
    padding: 0;
}

.settings .card-empty {
    box-shadow: none;
    border: 2px dashed #e2e2e2;
}

.settings .card-empty:hover {
    border-color: #cccccc;
}

.settings .card-content {
    color: #333333;
    display: flex;
    align-items: center;
    min-height: 96px;
    padding: 24px 16px;
}

.settings .card-content .icon {
    border-radius: 50%;
    background-color: #f5f5f5;
    line-height: 0;
    position: relative;
    padding: 12px;
    margin-right: 16px;
    width: 48px;
    height: 48px;
}

.settings .card-content .img-agent {
    width: 24px;
    height: 24px;
}

.settings .card-content .img-circle-plus {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 18px;
    height: 18px;
}

.settings-docs .field-checkbox {
    padding-top: 12px;
}

.settings-docs .help {
    display: flex;
    align-items: center;
}

.settings-docs p {
    margin-bottom: 0;
}

.settings-docs .btn-help {
    background-color: #cccccc;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.settings-docs .btn-help:hover {
    background-color: #787878;
}

.docs-action .btn {
    margin-top: 12px;
    min-width: 140px;
    padding: 4px 18px;
}

@media (min-width: 768px) {

    .docs-action .btn {
        margin-top: 0;
    }
}

.docs-item {
    margin-bottom: 16px;
}

.docs-item .row {
    margin-bottom: 0;
}

.docs-item .col-md-6 {
    padding-bottom: 0;
}

.settings-connect {
    padding-top: 16px;
}

.settings-connect .row {
    margin-bottom: -12px;
}

.settings-connect .col-md-6 {
    padding-bottom: 12px;
}

.account .btn-fb {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

.account .btn-gl {
    background-color: #4285f4;
    border-color: #4285f4;
    color: #ffffff;
}

.account .btn-fb,
.account .btn-gl {
    width: 100%;
}

.account .btn-fb:hover,
.account .btn-gl:hover {
    opacity: 0.9;
}

@media (min-width: 768px) {

    .account .btn-fb,
    .account .btn-gl {
        width: 100%;
    }
}

.docs-upload input[type='file'] {
    display: none;
}

.docs-upload .filename {
    font-size: 13px;
    line-height: 20px;
    margin-top: 4px;
}

.modal .member-add .field-radio {
    display: flex;
    margin-bottom: 12px;
}

.modal .member-add .field-radio label {
    font-size: 16px;
    margin-right: 16px;
}

.modal .radio-text {
    font-size: 14px;
    line-height: 21px;
}

/* END NEW */


div.disabled button.dropdown-toggle {
    background-color: #EEE;
}

li.question-select a.disabled span.text {
    color: #CCC;
}

.item-hide {
    display: none;
}


/* FIX */

.account .success {
    background-color: #e6fceb !important;
    border: 1px solid #8fd5a4 !important;
    display: none;
}

.account .error {
    background-color: #fce6ea !important;
    border: 1px solid #d58f97 !important;
    display: none;
}

li.question-select .bootstrap-select .dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
}

.breadcrumbs {
    padding: 16px 0;
}

.breadcrumbs a {
    display: inline-flex;
    align-items: center;
    padding-right: 10px;
    color: #0c82a5;
    text-decoration: none;
}

.breadcrumbs .icon {
    fill: currentColor;
    margin-right: 8px;
    height: 24px;
    width: 8px;
}

.bg-gray-breadcrumbs {
    background-color: #f5f5f5;
}
