﻿
/* Overrides fixes  -------------- DB */
/*---------------------------------- */

body.modal-open {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.separator {
    height: auto;
}

/*.info_block .info_block_items a {
    display: block;
}*/

.ui-datepicker-month, .ui-datepicker-year {
    display: inline-block !important;
    font-size: 13px;
    -webkit-appearance: menulist;
    margin: 0 2px;
}

.intl-tel-input .country-list, .cd-select .budget, .cd-select .budget option {
    width: 224px !important;
    overflow-x: hidden !important;
}

.date_dob {
    position: relative;
    z-index: 100000;
}

.intl-tel-input .country-list {
    z-index: 1000000;
}

.input-calendar-icon {
    top: 3px;
    right: 3px;
}

.validator {
    font-size: 12px;
    color: #f00;
}

#divHomeWrap {
    max-width: 1200px !important;
}

.gray_button_wrap_v1 .share.dropdown .share-item .share-button .icon {
    display: inline-block !important;
}

.modal-login-alert .btn {
    padding: 12px 5px;
}

.cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
    font-size: 14px;
}

.modal-header h2, .info_block_head h2 {
    color: #494949;
    margin: 0;
}

.profile-update-modal * {
    box-sizing: border-box;
}

.profile-update-modal .modal-header {
    margin-bottom: 20px;
}

.button {
    margin-top: 20px;
}

.banner-buttons-red {
    font-size: 14px;
    font-weight: 600;
    transition-duration: 0.5s;
    transition-property: background-color;
}


@media (max-width: 767px) {
    .content_wrap .content_cell.main_cell {
        max-height: inherit;
    }

    .col-md-6.cd-form {
        margin-top: 20px;
    }
}

/*---------------------------------- */
/*--------------------------------- */
