.membership-list-content-font {
    font-family: 'Montserrat', helvetica neue, helvetica, arial, sans-serif !important;
}

.sqf-navy-background {
    background-color: #2D354E !important;
}

.sqf-red-background{
    background-color: #A32135 !important;
}

.sqf-gray-background{
    background-color: #E5E5E5 !important;
    color:#000000 !important;
}

.membership-types-titles {
    position: absolute;
    margin-left: 30px;
}

@media (max-width: 700px) {
    .membership-types-titles {
        display: none;
    }
}

.membership-types-logo {
    text-align: center;
    margin: 30px 0;
}

.membership-types-main-title {
    margin-top: 24px;
    color:#2D354E;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .no-padding {
        padding-left: 0;
        padding-right: 0;
    }
}

.pricing-content-1 .mobile-padding {
    word-wrap: break-word;
}

.membership-types-sub-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color:#2D354E;
}

.pricing-content-1 .price-table-head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pricing-content-1 .price-column-container.border-active {
    border-radius: 4px;
    border: 2px solid #f9f9f9;
    margin-bottom: 35px;
    box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.06);
}

.pricing-content-1 .price-column-container {
    text-align: left;
}

.membership-title {
    max-width: 90%;
    word-wrap: break-word;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.pricing-content-1 .price-table-pricing {
    word-wrap: break-word;
    text-align: right;
    margin-right: 25px;
    display: flex;
    justify-content: flex-end;
}

.pricing-content-1 .price-table-pricing .membership-price {
    font-size: 40px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}

.pricing-content-1 .price-table-pricing .membership-currency {
    font-size: 16px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    margin-left: 8px;
    margin-top: 8px;
}

.membership-name-label {
    font-size: 18px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}

.membership-footer-wrapper {
    margin-top: 17px;
}

.membership-mobile-header {
    display: none;
}

.membership-mobile-content {
    display: none;
}

@media (max-width: 425px) {
    .membership-types-main-title {
        font-size: 28px;
    }
}

@media (max-width: 350px) {
    .membership-types-main-title {
        font-size: 24px;
    }
}

@media (max-width: 425px) {
    .membership-types-sub-title {
        font-size: 20px;
    }
}

@media (min-width: 448px) {
    .membership-mobile-content {
        display: none!important;
    }

    .membership-footer-wrapper {
        display: flex;
        align-items: center;
        margin-top: 17px;
    }
}

@media (max-width: 448px) {
    .membership-title {
        font-size: 16px;
        line-height: 1.4;
    }

    .membership-list-content .pricing-content-1 .price-table-head {
        height: 70px;
    }

    .pricing-content-1 .price-table-content {
        margin-left: 0!important;
    }

    .membership-desktop-header {
        display: none;
    }


    .membership-desktop-content {
        display: none!important;
    }

    .membership-mobile-header {
        display: block;
    }

    .membership-mobile-content {
        display: block;
    }


    .membership-mobile-content .price-table-content-description-information {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .membership-mobile-content .price-table-content-description-information .membership-info-label {
        float:left;
        margin-right: 0;
    }

    .membership-info-row {
        margin-bottom: 5px;
    }
}

.membership-footer-wrapper a.btn {
    padding: 11px 31px;
    text-transform: capitalize !important;

}


.membership-list-content  .pricing-content-1 .price-table-head {
    text-align: center;
    word-wrap: break-word;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.pricing-content-1 .price-table-content {
    background-color: transparent;
    margin-left: 20px;
    color: #2D354E;
    font-weight: 300;
}

.pricing-content-1 .price-table-content .price-table-content-description {
    font-size: 18px;
    margin-top: 20px;
}

.pricing-content-1 .price-table-content .price-table-content-description-information {
    font-size: 16px;
}

.pricing-content-1 .price-table-content .text-right {
    margin-right: 25px;
}

.pricing-content-1 .price-table-content .row:last-child {
    padding-bottom: 6px;
}

.pricing-content-1 .price-table-content .row {
    padding-bottom: 6px;
}

.pricing-content-1 .price-table-footer {
    padding: 0;
    margin-top: -3px;
    margin-left: 20px;
    margin-bottom: 25px;
}


.modal#signup_membership .modal-title {
    color: #383737;
    font-size: 24px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 5px;
}

.modal#signup_membership .modal-membership-title {
    font-size: 18px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #a9a9a9;
}

.modal#signup_membership .modal-membership-description {
    font-size: 16px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #a9a9a9;
    margin-top: 10px;
    line-height: 1.7;
    max-height: 190px;
    overflow-y: auto;
}

.modal#signup_membership .modal-header {
    border: 0;
    padding: 19px 26px 15px 26px;
}

.modal#signup_membership .modal-membership-information {
    border-bottom: 1px solid #e4e4e4;
    padding:15px 0 15px 0;
}

.modal#signup_membership .modal-footer-information {
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.modal#signup_membership .modal-footer-information label {
    margin-left: 10px;
    cursor: pointer;
}

.modal#signup_membership .modal-membership-data {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding:22px 0;
}

.modal#signup_membership .modal-body {
    padding: 0 27px 15px 27px;
}

.modal#signup_membership .modal-body ul {
    padding: 0;
    list-style-type: none;
}

.modal#signup_membership .modal-body ul li {
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #a9a9a9;
    font-size: 16px;
    margin-bottom: 8px;
}

.modal#signup_membership .modal-body ul li:not(:last-child) span {
    float: right;
}

.modal#signup_membership .modal-body ul li #membership_administration_fee_amount {
    float: right;
}

.modal#signup_membership .modal-body ul li:last-child {
    margin-bottom: 0;
}

.modal#signup_membership .modal-label {
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #a9a9a9;
    font-size: 16px;
}

.modal#signup_membership .modal-footer button#btn-close {
    padding: 10px 23px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.modal#signup_membership .modal-footer button#btn-pay {
    padding: 10px 24px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700 ;
    margin-left: 9px;
}

.modal#signup_membership .modal-footer {
    padding: 5px 15px 25px 15px;
    border: 0;
}

@media (min-width: 768px) {
    .modal#signup_membership .modal-dialog {
        width: 464px;
    }
}

@media (max-width: 992px) {
    .pricing-content-1 .price-table-head-left {
        margin: 0;
        text-align: center;
    }

    .pricing-content-1 .price-table-footer {
        text-align: center;
    }
}

@media (max-width: 447px) {
    .price-table-head {
        height: 50px !important;
    }
}

.powered{
    width: 58%;
}
.powered .caption{
    margin-left: 3%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #8290a3;
    font-weight: 400;
}
.powered .min-logo{
    background-position: center;
    background-repeat: no-repeat;
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}
.powered .logo-book247{
    background-image: url("../img/login/logo-book247.png");
    height: 20px;
}
.powered .logo-rankedin{
    background-image: url("../img/login/logo-rankedin.png");
    height: 20px;
}
.powered .separator-logo{
    height: 15px;
    width: 1px;
    background-color: #999;
    vertical-align: middle;
    display: inline-block;
}

.create-account {
    padding: 15px 0 17px 0;
    text-align: center;
    background-color: #6c7a8d;
    font-size: 16px;
    border-top: 1px solid #eee;
    border-radius: 0 0 7px 7px; }
.create-account > p {
    margin: 0; }

.create-account p a {
    font-weight: 700;
    font-size: 14px;
    color: #ffffff; }

.create-account a {
    display: inline-block;
    margin-top: 5px; }
.create-account button {
    width: 90%;
    margin-top: 15px;
    font-weight: 600;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .create-account {
        height: 280px;
        border-left: 1px solid #eee;
        border-top: 0 !important;
        padding-top: 100px;
    }
}

.forget-form{
    padding: 0px;
    margin: 0px;
}

.result-forget-form ,
.forget-form {
    display: none; }

.forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px; }

.pre-register-form,
.pre-register-password-api,
.user_result_forget_form,
.result-register-form{
    display: none;
}

.pre-register-form a#forget-password{
    margin-top: 0;
    margin-bottom: 3px;
}

.pre-register-form,
.pre-register-form,
.result-register-form{
    padding: 0px;
    margin: 0 0 25px 0;
}

.register-form {
    display: none; }

.register-form div.checker {
    margin-left: -2px;
}

.register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px; }

.memberships-register-form {
    display: none; }

.memberships-register-form div.checker {
    margin-left: -2px;
}

.memberships-register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px; }

.login .content {
    background-color: #eceef1;
    border-radius: 7px;
    /*width: 400px;*/
    margin: 40px auto 10px auto;
    padding: 0 !important;
    padding-top: 10px;
    overflow: hidden;
    position: relative; }

.input-inline-help-register{
    padding-left:5px;
    padding-right:5px;
}
.input-inline-help-register>a.question-button{
    padding: 1px 10px 0px;
    cursor: pointer;
    line-height: 17px;
    font-size:26px;
}

.box-button {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 35px;
    float: right;
}

.fancybox-overlay {
    z-index: 1000000 !important;
}

.modal-label-gray {
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #a9a9a9;
    font-size: 16px;
    margin-bottom: 0;
}

.line-height-label {
    line-height: 34px;
}


.tag-filter-container {
    display: flex;
    flex-direction: column;
}

.invoice-filter-container {
    display: flex;
    flex-direction: column;
}

.filtering-sidebar-wrapper {
    z-index: 10;
    max-width: 75%;
    position: sticky;
    top: 10%;
}

.filtering-sidebar {
    background: rgb(253,159,50);
    position: absolute;
    left: -400px;
    transition: 0.7s;
    padding: 5px;
    max-width: 400px;
}

.filtering-sidebar.show {
    left: 0;
}

.filters {
    max-width:400px;
    min-width: 400px;
    min-height: 128px;
}

.filters-header {
    font-weight: bold;
    position: absolute;
    background: rgb(253,159,50);
    color: white;
    transform: rotate(-90deg);
    padding: 10px 15px 10px 15px;
    right: -91px;
    top: 46px;
}

.filters-header.fa-item i {
    color: white;
}

.filtering-sidebar .btn.orange {
    font-weight: bold;
    color: #FFF;
    background-color: rgb(252,176,87);
}

.filters-header {
    display: none!important;
}

.filters-header.show {
    display: inline-block!important;
}

.filters-title {
    font-weight: bold;
    color: white;
}

.filtering-sidebar .btn.orange.active {
    background-color: orangered;
}

.filters-header:hover {
    background: rgb(253,159,50);
}

.filters-header-wrapper {
    position: relative;
}

@media screen and (max-width: 448px) {
    .filtering-sidebar{
        left: -320px;
        max-width: 320px;
    }

    .filters {
        max-width:320px;
        min-width:320px;
    }
}