@charset "UTF-8";

body {
    overflow-x: hidden;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: #fff;
}

.header.home {
    position: relative;
    height: 182px;
    padding-top: 82px;
    background: #f9fafb;
}

.header {

    height: 182px;
    padding-top: 82px;
    background: #f9fafb;
}

.header .logo {
    background: url('../img/logo.png');
    height: 100px;
    background-repeat: no-repeat;
    width: 100px;
    float: left;
}

.header .logo h3 {
    font-size: 20px;
    margin: 0;
}

.header .nav {
    float: right;
}

.header .nav a {
    font-size: 14px;
    line-height: 50px;
    color: #7b868f;
    padding: 0 10px;
}

.header .nav a:hover {
    color: #029cc7;
    text-decoration: none;
}

.header .nav .button_main {
    width: 100px;
    height: 32px;
    border-radius: 3px;
    background: #d8e4f0;
    border: none;
    color: #7b868f;
    margin-left: 10px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
}

.filter_box {
    border: 9px solid #ebf0f4;
    background: #fff;
    border-bottom: 0;
    text-align: center;
    position: relative;
}

.header.home::after {
    position: absolute;
    display: block;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 275px;
    background: #f9fafb;
}

.filter_box p {
    padding: 20px 8.3333% 23px;
    font-size: 13px;
    line-height: 24px;
    color: #384e64;
    margin-bottom: 3px;
}

.filter_box .button_one {
    width: 186px;
    height: 43px;
    color: #fff;
    background: #ff0461;
    border-radius: 3px;
    border: none;
    margin-bottom: 32px;
}

.form_box {
    background: url("../img/filter_bg.png");
    text-align: center;
    color: #fff;
    padding: 34px 0 18px;
}

.form_box h5 {
    font-size: 30px;
    margin: 0;
}

.form_box p {
    font-size: 14px;
    margin: 30px 0;
}

.form_box .form_block {
    padding: 5px 0;
}

.form_box .form_block label {
    width: 100px;
    text-align: right;
    padding-right: 7px;
    font-weight: 400;
}

.form_box .form_block select {
    background: #29b1d7;
    width: 276px;
    padding: 5px 35px 5px 10px;
    border: none;
    height: 31px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("arrow_down.png") no-repeat #29b1d7;
    background-position: bottom 10px right 6px;
}

.form_box .two_selects select {
    width: 120px;
}

.form_box .two_selects span {
    width: 28px;
    display: inline-block;
}

.form_box .button_right_form {
    width: 124px;
    height: 40px;
    background: #29b1d7;
    border-radius: 3px;
    border: none;
    margin: 7px 0 7px 259px;
}

.dropdown-ul {
    display: inline-grid;
    position: relative;
}

.dropdown-toggle {
    background: #d8e4f0 url(../img/arrow_down_dark.png) no-repeat !important;
    background-position: center right 10px !important;
}

.center {
    text-align: center;
}

.mb_20 {
    margin-bottom: 20px;
}

.internal-div-ui ul,
.internal-div-ui .dropdown-menu {
    list-style: none;
    width: auto;
    position: relative;
    top: 100%;
    left: 7px;
    background-color: transparent;
    padding: 0 10px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #7b868f !important;
}

.internal-div-ui .ul_dropdown ul li a,
.internal-div-ui .dropdown-menu > li > a {
    background: #d8e4f0 !important;
    color: #617385;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #7b868f !important;
    padding: 0 10px;
}

.pagination,
.has-error {
    position: inherit;
    width: auto;
    left: auto;
    top: auto;
    padding: 0;
    background: none;
}

.header .buttons {
    font-size: 15px;
    margin-bottom: 15px;
    float: left;
    margin-left: 340px;
    color: #617385;
}

.header .buttons .dropdown-ul a {
    padding-right: 80px;
}

.header .buttons .button_secondary {
    padding-right: 10px;
    height: 31px;
    border-radius: 3px;
    border: none;
    text-align: left;
    background: #d8e4f0;
    padding-left: 7px;
    margin: 0 4px;
    font-size: 13px;
    color: #617385;
    display: inline-block;
    text-align: left;
    line-height: 31px;
}

.header .buttons select {
    background: #d8e4f0;
    width: 130px;
    border-radius: 3px;
    padding: 5px 35px 5px 10px;
    border: none;
    height: 31px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/arrow_down_dark.png") no-repeat #d8e4f0;
    background-position: bottom 10px right 6px;
    outline: none;
}

.header .login_info {
    float: right;
    color: #617282;
    font-size: 12px;
    line-height: 31px;
}

.mt_30 {
    margin-top: 30px;
}

.padding-left-right-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.bg_grey {
    background: #f9fafb;
    padding: 20px 10px 37px;
}

.box_header {
    height: 42px;
    background: #ebf0f4;
    line-height: 42px;
    padding: 0 7px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
}

.box {
    background: #f9fafb;
    padding: 20px 10px 37px;
}

.box label,
.box .checkbox_span,
.box label,
.box .checkbox_span {
    line-height: 47px;
    font-size: 13px;
    display: block;
}

.box .checkbox_span,
.box .checkbox_span {
    position: absolute;
    top: 54px;
    left: 59px;
}

.box input[type="text"],
.box input[type="text"],
.box textarea {
    border: 1px solid #b0becc;
    line-height: 27px;
    width: 100%;
}

.box .textarea_title,
.box textarea {
    max-width: 655px;
}

.box input[type=checkbox],
.box input[type=checkbox] {
    width: 20px;
    height: 22px;
    margin-right: 7px;
    cursor: pointer;
    font-size: 14px;
    outline: none;
    border: 1px solid #b0becc;
    opacity: 0;
    background: #fff;
    position: relative;
    z-index: 2;
}

.box label,
.box label {
    cursor: pointer;
    position: relative;
}

.box input[type="checkbox"] + label:before,
.box input[type="checkbox"] + label:before {
    border: 1px solid #b0becc;
    content: " ";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 22px;
    margin: 0 14px 0 0;
    padding: 0;
    vertical-align: middle;
    width: 20px;
    background: #fff;
    position: absolute;
    top: -27px;
}

.box input[type="checkbox"]:checked + label:before,
.box input[type="checkbox"]:checked + label:before {
    background: #fff;
    padding-top: 3px;
    color: #000;
    content: "✔";
    text-align: center;
}

.margin0 {
    margin: 0;
}

.box_fullheight {
    height: 510px;
}

.button_save {
    width: 144px;
    height: 38px;
    background: #7b868f;
    color: #fff;
    border: 0;
    border-radius: 3px;
    float: right;
    margin-top: 28px;
}

.content-table {
    margin-top: 28px;
    width: 100%;
}

.content-table th {
    height: 42px;
    background: #ebf0f4;
    line-height: 42px;
    padding: 0 7px;
    font-size: 13px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    min-width: 80px;
}

.content-table td {
    padding: 0 7px;
    border-right: 1px solid #fff;
    background: #f9fafb;
    font-size: 13px;
    line-height: 24px;
    padding: 5px;
}

.content-table td p {
    margin-bottom: 0;
}

.content-table td a {
    display: block;
}

.content-table td .button_table,
.content-table td .button_close {
    width: 35px;
    height: 24px;
    border-radius: 3px;
    border: none;
    background: #afdafc;
    font-size: 11px;
}

.content-table td .button_close {
    background: #e8052b;
    color: #fff;
}

.questions i {
    margin-right: 10px;
    transition: all .2s ease-in-out;
    font-size: 20px;
    color: #fff;
    background-color: #029cc7;
    padding: 5px 9px;
    border-radius: 50%;
}

.questions .collapsed i {
    transform: rotate(-90deg);
}

.questions .panel-heading {
    position: relative;
    overflow: hidden;
    padding: 6px 15px;
}

.questions .panel-title a {
    color: #7f7f7f;
    text-decoration: none;
}

.questions .panel-title a .color {
    color: #ff0461;
    padding-right: 10px;
}

.panel-group .panel + .panel {
    margin-top: 20px;
}

/*             Popover            */

.popover {
    text-align: center;
}

.popover-title {
    line-height: 22px;
}

.mb_30 {
    margin-bottom: 30px;
}

#sidebar {
    margin-top: 78px;
    font-size: 12px;
    color: #384e64;
    line-height: 24px;
    text-align: center;
}

.sidebar-header {
    height: 42px;
    background: #ebf0f4;
    line-height: 42px;
    padding: 0 7px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
}

.sidebar .box {
    overflow: hidden;
    background: #f9fafb;
    padding: 20px 10px 37px;
}

.sidebar .box h5 {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    text-align: left;
}

.sidebar .box .color {
    font-size: 18px;
    color: #ff478b;
    margin-bottom: 20px;
}

.sidebar .box p {
    font-size: 13px;
    color: #777d83;
    text-align: left;
}

.sidebar .box label {
    font-size: 13px;
    color: #000;
    float: left;
}

.sidebar .box input[type="text"],
textarea {
    border: 1px solid #b0becc;
    line-height: 27px;
    width: 100%;
    margin-bottom: 5px;
}

.sidebar .button_save {
    width: auto;
    height: auto;
    min-height: 38px;
    background: #7b868f;
    color: #fff;
    border: 0;
    border-radius: 3px;
    margin: auto;
    float: inherit;
    margin-bottom: 10px;
}

select::-ms-expand {
    display: none;
}

.profiles {
    padding-bottom: 57px;
}

.profiles h3,
.page-header,
.content-header {
    font-size: 30px;
    line-height: 24px;
    margin-top: 64px;
    margin-bottom: 44px;
    border: none;
}

.profiles h3 .color,
.page-header .color,
.content-header .color {
    color: #ff0461;
}

.content-header {
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 0 15px;
}

.profile_box_male,
.profile_box_female {
    background: #0296c0;
    padding: 29px 22px 15px;
    color: #fff;
    margin: 0 15px;
    width: calc(50% - 30px);
    margin-bottom: 34px;
}

.register-page .profile_box_male,
.register-page .profile_box_female {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

.register-page .filter_box {
    padding-top: 25px;
}

.profile_box_male .col-lg-4,
.profile_box_female .col-lg-4 {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile_box_male .col-lg-4 label,
.profile_box_female .col-lg-4 label {
    text-align: center;
    width: 100%;
    font-weight: 400;
    margin-left: -15px;
}

.profile_box_male .col-lg-8,
.profile_box_female .col-lg-8 {
    padding: 0;
}

.profile_box_male .profile_info_name,
.profile_box_male .profile_info,
.profile_box_female .profile_info_name,
.profile_box_female .profile_info {
    width: calc(50% - 11px);
    margin-right: 16px;
    text-align: right;
    height: auto;
    padding: 5px 10px 5px 10px;
    background: #1fa8d1;
    display: inline-block;
    margin-bottom: 4px !important;
}

.profile_box_male .profile_info_name,
.profile_box_female .profile_info_name {
    float: left;
}

.profile_box_male .profile_info,
.profile_box_female .profile_info {
    text-align: left;
    margin: 0;
}

.profile_box_male a.button_profile,
.profile_box_female a.button_profile {
    line-height: 26px;
}

.profile_box_male .button_profile,
.profile_box_female .button_profile {
    display: inline-block;
    text-align: center;
    padding: 07px;
    text-decoration: none;
    color: #fff;
    margin-left: 00px;
    margin-right: 05px;
    margin-top: 24px;
    width: 48%;
    height: 43px;
    background: #0fb7e9;
    border: none;
    border-radius: 3px;
    letter-spacing: -0.1px;
    font-weight: 800;
    border-bottom: 3px solid #0d6883;
    font-size: 12px;
}

.profile_box_female {
    background: #ff0461;
}


.profile_box_female .profile_info_name,
.profile_box_female .profile_info,
.profile_box_female .profile_info {
    background: #ca185a;
}

.profile_box_female .button_profile {
    background: #f27faa;
    border-color: #980e41;
}

#info {
    background: #f3f3f3 url("../img/info_bg.png") no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 50px 0 65px;
    text-align: center;
}

.h3_info {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.1px;
    margin-bottom: 60px;
}

.h5_info {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: -0.1px;
}

.h5_info .color {
    color: #ff0461;
}

.info_p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #8f8488;
    margin-bottom: 28px;
    padding: 0 60px;
}

.footer {
    height: 123px;
    border-top: 2px solid #0296c0;
    background: #e4e4e4;
}

.footer .logo {
    background: url('../img/logo.png');
    height: 100px;
    background-repeat: no-repeat;
    width: 100px;
    float: left;
}

.footer .logo h3 {
    font-size: 20px;
    margin: 0;
}

.footer .nav {
    line-height: 60px;
    margin-top: 30px;
}

.footer .nav a {
    padding: 0 6px;
    color: #000;
}

.footer p {
    font-size: 13px;
    color: #6a6868;
    padding-left: 50px;
}

/*---------------------Buttons-----------------*/

.btn_red {
    padding: 13px 24px;
    color: #fff;
    background: #ff0461;
    border-radius: 3px;
    border: none;
    margin-bottom: 32px;
    text-decoration: none;
    display: inline-block;
}

.btn_red:hover,
.btn_red:active,
.btn_red:focus {
    color: #fff;
    text-decoration: none;
}

/*------------------Q & A--------------------*/

.sidebar.sidebar-question .box {
    padding: 20px 10px 20px;
}

.sidebar.sidebar-question label {
    line-height: 20px;
    padding-bottom: 0;
    margin-top: 15px;
}

.sidebar.sidebar-question .button_save {
    float: right;
    margin-top: 10px;
}

input {
    padding: 5px 10px;
}

textarea {
    padding: 5px 10px;
}

/*------------------END Q & A--------------------*/

/*------------------matches-profile------------------*/

.matches-profile {}

.matches-profile .profile_box_male .button_profile,
.matches-profile .profile_box_female .button_profile {
    font-size: 13px;
}

.profile_box_female-btns {
    float: right;
    margin-top: 30px;
}

.button_profile_int {
    color: #fff;
    background: #f27faa;
    border-color: #980e41;
    padding: 10px;
    border-radius: 3px;
    border-bottom: 3px solid #980e41;
    margin-left: 10px;
}

.button_profile_int:hover,
.button_profile_int:focus,
.button_profile_int:active {
    color: #fff;
    text-decoration: none;
}

/*------------------matches-profile------------------*/

.sidebar {
    text-align: center;
}

/*------------------MODAL-----------*/

.modal-dialog {
    margin-top: 100px;
}

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

.modal-body h4 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 22px;
    margin-bottom: 30px;
}

.modal-body p {
    color: #999;
    font-weight: normal;
}

.modal-body label {
    display: block;
    text-align: left;
}

.modal-body input {
    width: 100%;
    border: 1px solid #b0becc;
    line-height: 27px;
    margin-bottom: 20px;
    padding: 5px 10px;
}

.modal-body .btn_red {
    margin-bottom: 20px;
}

/*------------------END MODAL-----------*/

@media (max-width: 1200px) {
    .header {
        height: auto;
    }

    .header .buttons {
        margin-left: auto;
    }

    .header .logo {
        margin: auto;
        float: none;
    }

    .header .nav {
        float: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .header .nav .button_main {
        margin-top: 10px;
    }

    .header .logo {
        margin: auto;
        float: none;
    }

    .header .nav {
        float: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .header .nav .button_main {
        margin-top: 10px;
    }

    .profile_box_male .button_profile,
    .profile_box_female .button_profile {
        /*        margin-left: 147px;*/
        font-size: 12px;

    }
}

@media (max-width:1200px) and (min-width:992px) {

    .register-page .profile_box_male,
    .register-page .profile_box_female {
        width: calc(80% - 30px);

    }
}

@media (max-width: 992px) {
    .header .nav a {
        padding: 0 5px;
    }

    .profile_box_male,
    .profile_box_female {
        width: 100%;
        min-height: 326px;
    }

    .profile_box_male .button_profile,
    .profile_box_female .button_profile {
        margin: 24px auto 0
    }

    .profile_box_female-btns {
        float: none;
        text-align: center;
    }

    .matches-profile .profile_box_female .col-sm-9 {
        padding-bottom: 20px;
    }

    .box_fullheight {
        height: auto;
    }

    .button_save {
        float: none;
        margin-left: calc(100% - 144px);
    }

    .content-table {
        display: block;
        width: 750px;
        max-width: 100%;
        overflow: scroll;
    }
}

@media (max-width: 767px) {
    .header {
        height: auto;
        padding-top: 39px;
    }

    .header .logo {
        padding-bottom: 39px;
    }

    .header .nav a {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 30px;
    }

    .header .nav {
        flex-direction: column;
    }

    .header .nav .button_main {
        margin: auto;
        margin-bottom: 5px;
    }

    .profile_box_male,
    .profile_box_female {
        margin: 0;
        margin-bottom: 34px;
    }

    .profile_box_male .col-lg-4 label,
    .profile_box_female .col-lg-4 label {
        margin: 0;
    }

    .profile_box_male .col-lg-4,
    .profile_box_female .col-lg-4 {
        height: 182px;
        background-position: center;
    }

    .footer {
        height: auto;
    }

    .footer .logo {
        float: none;
        margin: auto;
        -webkit-background-size: contain;
        background-size: contain;
        margin-top: 30px;
        width: 220px;

        margin-top: 45px;
    }

    .footer .nav {
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .footer p {
        padding: 0;
        text-align: center;
    }

    .header .buttons,
    .header .login_info {
        float: none;
        text-align: center;
    }

    .header .buttons .button_secondary,
    .header .buttons select {
        display: inline-block;
        margin: 5px auto;
    }
}

@media (max-width: 420px) {
    .form_box .form_block label {
        width: 100%;
        text-align: center;
    }

    .form_box .button_right_form {
        margin: 7px auto
    }

    .profile_box_male .profile_info_name,
    .profile_box_male .profile_info,
    .profile_box_female .profile_info_name,
    .profile_box_female .profile_info {
        padding: 6px 5px;
        font-size: 12px;
    }

    .profile_box_female-btns .button_profile_int {
        font-size: 10px;
    }

    .modal-dialog {
        margin-top: 30px;
    }

    .footer .nav {
        flex-direction: column;
    }

    .footer .nav a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .form_box h5 {
        font-size: 20px;
    }

    .profiles h3,
    .page-header,
    .content-header {
        font-size: 24px;
        margin: 20px 0;
    }

    .content-header {
        font-size: 24px;
    }

    .h3_info {
        font-size: 20px;
    }

    .h5_info {
        font-size: 18px;
    }

    .info_p {
        font-size: 12px;
    }
    .profile_box_male .button_profile,
    .profile_box_female .button_profile {
        font-size: 10px;

    }
}

a.active {
    color: #337ab7 !important;
}

.public-data {
    color: rgb(142, 213, 217);
}

.ats-logo {
    max-height: 100px;
    padding-top: 10px;
    margin: 0 auto;
}

.ats-header-logo {
    max-height: 50px;
}

.ats_text_ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}







.slider-container {
    position: relative;
    display: block;
}

.slider-container .slider .content img {
    width: 100%;
    height: 400px;
}

.slider-container .slider-controls a {
    position: absolute;
    top: 45%;
    z-index: 100;
    color: #333333;
}

.slider-container .slider-controls a.slider-left {
    left: -25px;
}

.slider-container .slider-controls a.slider-right {
    right: -25px;
}

.thumbnail-slider-container {
    margin-top: 5px;
}

.thumbnail-slider .content {
    padding: 5px;
}

.thumbnail-slider .owl-item.active.center {
    border: 3px solid #333333;
}

.edit-profile-h3 .color {
    color: #ff0461;
}

.edit-profile-alert {
    height: auto;
    background: #ebf0f4;
    line-height: 64px;
    padding: 0 5px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    margin: 15px 0px !important;
}

.edit-profile-alert a.button_pdf_download {
    line-height: 26px;
}

.edit-profile-alert .button_pdf_download {
    display: inline-block;
    text-align: center;
    padding: 07px;
    text-decoration: none;
    color: #fff;
    margin-left: 00px;
    margin-right: 05px;
    margin-top: 11px;
    height: 42px;
    background: #0fb7e9;
    border: none;
    border-radius: 3px;
    letter-spacing: -0.1px;
    font-weight: 800;
    border-bottom: 3px solid #0d6883;
    font-size: 12px;
}



.profile-box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.profile-box.profile-box-primary {
    border-top-color: #ff0461;
}

.profile-box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.page-box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.page-box.page-box-primary {
    border-top-color: #337ab7;
}

.page-box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.page-box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.page-box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
