﻿.form-control, .dropdown-menu {
    font-size: 16px;
}
.progressbar_container {
}

.step_progressbar {
    counter-reset: step;
    display: table;
    table-layout: fixed; /* the magic dust that ensures equal width */
    width:100%;
}

    .step_progressbar li {
        list-style-type: none;
        display: table-cell;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: white;
    }

        .step_progressbar li:before {
            width: 20px;
            height: 20px;
            content: '';
            counter-increment: step;
            line-height: 20px;
            border: 2px solid white;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
        }

        .step_progressbar li:after {
            width: 100%;
            height: 8px;
            content: '';
            position: absolute;
            background-color: white;
            top: 6px;
            left: -50%;
            z-index: -1;
        }

        .step_progressbar li:first-child:after {
            content: none;
        }

        .step_progressbar li.active {
            color: #F16647;
        }

            .step_progressbar li.active:before {
                border-color: #F16647;
                background-color: #F16647;
            }

            .step_progressbar li.active + li:after {
                background-color: #F16647;
            }

.bootstrap-select {
    display: block !important;
}

    .bootstrap-select .dropdown-toggle {
        display: block !important;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #8D8691;
        background: transparent;
        color: #ffffff;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        resize: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 1px 0;
        font-family: "TTCommons-Regular", "Helvetica", "Arial", sans-serif;
    }

.form-control.transparent {
    background-color: transparent;
}

    .form-control.transparent .dropdown-toggle {
        color: white;
        background-color: transparent !important;
        border-color: white !important;
    }

.bootstrap-select .btn {
    padding: 0px;
    min-width: 0px;
}

.field-validation-error {
    color: #b10000;
    font-size: smaller;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 2px ridge #ff0000;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.tour-tour .btn {
    padding: 0px 5px 0px 5px;
    margin: 0px;
    min-width: initial;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 14px;
}

.tour-tour .btn:hover {
    color: black;
}

.tour-step-background {
    background: orange;
    opacity: 0.2;
}

.banner__profile-copy {
    overflow: hidden;
}

.u-margin-bottom-smallest-2 {
    white-space: nowrap;
}

.gallery-box__header {
    height: auto;
}
.gallery-box__header button {
    background-color: black;
    opacity: 0.5;
}

.profile__summary-trait .paragraph--huge {
}
.bg-shape:before {
    z-index:0;
}

.profile-cards__item .card__copy {
    white-space: nowrap;
    position:relative;
}

    .profile-cards__item .card__copy p {
        text-overflow: ellipsis;
        overflow: hidden;
    }

.u-bg-silver {
    background-color: silver;
}

.u-bg-client {
    background-color: orange;
}

.u-bg-external_matchmaker {
    background-color: #2CA0D2;
}

.u-bg-internal_matchmaker {
    background-color: #F86849;
}

input[type='checkbox'] {
    width: auto;
    display: inline-block;
    -webkit-appearance:checkbox;
}

.account__group-controls input[type='checkbox'] {
    /*display: none;*/
    margin-right: 0;
    margin-left: 1rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.account__group-controls input[type='password'], .account__group-controls input[type='text'] {
    margin-top: 2rem;
}

.chat__content {
    overflow: hidden;
}

.chat__conversations, .chat__message {
    width: 50%;
    height:100%;
}

.chat__conversations {
    overflow-y: auto;
    overflow-x: hidden;
}

.chat__conversation {
    overflow: hidden;
}

.chat__conversations .messages__item p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
}

.chat__message-header h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chat__message {
    display: flex;
    flex-direction: column;
}

.chat__message .chat__message-inputs, .chat__message .chat__message-header {
    height: 65px;
}

.chat__message .chat__message-content {
    flex: 1;
    max-height: none;
    overflow-y: auto;
    padding: 0rem 1rem;
}

.chat__message .chat__message-item:last-child {
    padding-bottom: 0.5rem;
}

    .chat__message .chat__message-item:first-child {
        padding-top: 0.5rem;
    }

@media screen and (max-width: 992px) {
    .messages__item p {
    max-width: 180px;
    }
}

.chat {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
    .chat {
        width: 100%;
    }
    .messages__item p {
        max-width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .chat__conversations, .chat__message {
        width: 100%;
        height: 100%;
    }
}

.chat__message-item{
    width:90%;
}

.activity_alert {
    color: white;
    background-color: red;
    height: 20px;
    min-width: 20px;
    text-align: center;
    border-radius: 10px;
}

.chat__conversation--active {
    background-color: gainsboro;
}

.filters__clear {
    background-color: transparent;
    border: 0;
}

.profile__actions-item {
    border-radius: 3px;
    background-color: transparent;
    border: 0;
    padding: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin: 2px;
}

.profile__summary-trait p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.promo-card {
    display: block;
    width: 100%;
}

.account__group-controls-main {
    overflow: hidden;
}

.social_events .social_event {
    display: block;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.27);
    margin-bottom: 2em;
}

.social_events .social_event .brbLrft {
    background-color: #19212C;
    padding: 1em;
    color: white;
    text-transform: uppercase;
}

.social_events .social_event .brbRight {
    padding: 1em;
}

.btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.btn-danger:hover {
    color: #d9534f !important;
    background-color: #fff !important;
}

.pager li{
    display: inline-block;
}

.news_articles .news-article {
    display: block;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.27);
    margin-bottom: 2em;
}

.news-article .mainimage {
    margin-right: 10px;
    float: left;
    width: 300px;
    height: 300px;
}

.news-article-heading {
    font-size: large;
    background-color: #19212C;
    padding: 1em;
    color: white;
    text-transform: uppercase;
    padding: 1em;
}

.news-article-body {
    padding: 1em;
}

.news-article .text {
    white-space: pre-line;
    display: inline;
}

.news-article-footer {
    padding: 1em;
}

.profile__summary-trait textarea, .profile__summary-trait .filter-option-inner-inner {
    /*display: inline-block;*/
    width: auto;
    border: 0;
    border-bottom: 1px solid #F86849;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    color: #19212C;
    font-family: "TTCommons-Bold", "Helvetica", "Arial", sans-serif;
    padding: 0;
}

/*.profile__summary-trait textarea, .profile__summary-trait input, .profile__summary-trait .bootstrap-select {
    padding-left: 0px;
}*/

.profile__summary-editable {
    display: block;
}

.profile__summary-trait textarea, .profile__summary-trait input {
    font-size: 2.083rem;
    line-height: 1;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .profile__summary-trait textarea, .profile__summary-trait input {
        font-size: 1.5625rem;
    }
}

.validation-summary-errors {
    font-weight: bold;
    color: #ffffff !important;
    background-color: #F22;
    padding: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-radius: 5px;
    display: block;
}


.faqs-container .faq {
    margin-bottom: 20px;
}

.faqs-container .answer {
    color: #0b0404;
    white-space: pre-wrap;
}

.card__media {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: #19212C;
    text-align:center;
    vertical-align:middle;
    overflow: hidden;
}

.event_media.card__media {
    background-size: cover;
}

.views__item-img, .messages__item-img {
    background-color: #19212C;
}

.gallery-box__img {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #19212C;
}

.heading-tertiary, h3 {
    word-break: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: normal;
    word-wrap: normal;
}

.summar_displayname {
    word-break: break-all;
    margin-bottom: 5px;
    display: inline-block;
}

.profile-cards__item--no-img .card__media.female {
    background-image: url(../images/female-avatar.svg);
}

img.tall, img.wide {
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

img.tall {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

img.wide {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.card__info {
    top: 0;
    transform: translateY(-50%);
	z-index: 2;
}

.chat__message-item-user {
    background-color: #19212C;
}

.card__media:after {
    display:none;
}

.paid-member-request {
    color: white;
}

div.dropdown-menu.open {
    max-width: 314px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.dropdown-menu.inner {
    max-width: 260px !important;
    overflow-y: auto;
    text-overflow: ellipsis;
}

.displayname_exists {
    background: url(../images/i-danger.svg) no-repeat scroll 7px 7px;
    background-position:right center;
}

.displayname_exists + span {
    display: block;
}

.displayname_exists + span:after {
    content: "Display name already exists!";
    display: block;
}

@media screen and (max-width: 768px) {
    .chat__message--active {
        position: fixed;
        padding: 0;
        background-color: white;
        z-index: 100;
    }
}

.profile__photo-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .profile__photo-input + label {
    }

        .profile__photo-input:focus + label,
        .profile__photo-input + label:hover {
        }

        .profile__photo-input + label * {
            pointer-events: none;
        }

.profile__photo {
    max-width:50px;
    max-height:50px;
}

.nav__track-nospace {
    justify-content: unset;
}

    .nav__track-nospace .nav__item a {
    }

    .nav__track-nospace .nav__item:last-child {
        padding-right: 0px;
        margin-right: 1rem;
    }

@media screen and (max-width: 768px) {
    .nav__track-nospace .nav__item {
        margin-left: 1rem;
    }
}

.nav__track {
    overflow-x: auto;
}


div.scrollmenu {
    overflow-x: auto;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    div.scrollmenu {
        text-align: center;
    }
}

    div.scrollmenu a, div.scrollmenu button {
        color: #333;
        background-color: white;
        border:0;
        display: inline-block;
        text-align: center;
        padding-left: 14px;
        padding-right: 14px;
        text-decoration: none;
        border-radius: 2px;
    }

        div.scrollmenu a:hover, div.scrollmenu button:hover {
            background-color: #777;
        }

        div.scrollmenu a.active {
            background-color: #F89D46;
        }

.news-article-heading[data-toggle="collapse"] {
    cursor: pointer;
}

.card-header[data-toggle="collapse"]:before, .news-article-heading[data-toggle="collapse"]:before {
    background-image: url(../images/baseline-arrow_drop_up-24px.svg);
    background-position: center;
    display: inline-block;
    content: " ";
    height: 10px;
    width: 10px;
    float: right;
}

.card-header[data-toggle="collapse"].collapsed:before, .news-article-heading[data-toggle="collapse"].collapsed:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card__info {
    padding: 0 0.3rem;
}

.card__btn + .card__btn {
    margin-left: .4rem;
}

@media screen and (min-width: 768px) {
    .card__info {
        padding: 0 0.3rem;
    }

    .card__btn + .card__btn {
        margin-left: .4rem;
    }
}

@media screen and (min-width: 768px) {
    .heading-tertiary, h3 {
        line-height: 3.5rem;
    }
}
.StripeElement {
    color: black;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.StripeElement--invalid + #card-errors {
    background-color: red;
    color: white;
    padding: 5px;
    margin-bottom: 5px;
}

.StripeElement:-ms-input-placeholder {
    color: #aab7c4 !important;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.StripeElement::-ms-input-placeholder {
    color: #aab7c4 !important;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.StripeElement::placeholder {
    color: #aab7c4 !important;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.chat__message-item--self .chat__message-item-copy {
    word-break:break-all;
}
.cursor-pointer {
    cursor: pointer;
}

.story .featured__media {
    background-image: url('/Content/V2/images/our-story-man-min.jpg');
}

@media screen and (max-width: 767px) {
    .story .featured__media {
        background-image: url('/Content/V2/images/our-story-man-min.jpg');
    }
}

.help_us .featured__media {
    background-image: url('/Content/V2/images/help-us.jpg');
}

@media screen and (max-width: 767px) {
    .help_us .featured__media {
        background-image: url('/Content/V2/images/help-us-min.jpg');
    }
}

.most_popular_header {
    font-family: "FuturaLTPro-Bold", "Helvetica", "Arial", sans-serif;
    display: inline-block;
    position: absolute;
    font-size: 1.25rem;
    line-height: 1.625rem;
    text-transform: uppercase;
    color: white;
    background-color: #FA694A;
    padding: 1.333rem 1.667rem 1.125rem 1.667rem;
    width: 60%;
    transform: translateX(-50%) translateY(-50%);
}

.picture_message {
    color: black;
    background-color: white;
}
.picture_message b {
    color: #FA694A;
}