/*
* Login Design
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    background: #f7f8f8;
}

img {
    max-width: 100%;
}

.pl {
    padding-left: 15px;
}

.pr {
    padding-right: 15px;
}

.form-wrapper {
    font-family: sans-serif;
}


/* .wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} */

.card-box {
    border-radius: 16px !important;
    border: 0px solid transparent;
    -webkit-box-shadow: inset 0 -2px 3px 1px #dcdcdc;
    box-shadow: inset 0 -2px 3px 1px #dcdcdc;
    background-color: #fff;
    position: relative;
    width: 100%;
    width: 800px;
    height: auto;
    padding: 30px 40px;
}

.inner-card-box {
    border-radius: 16px !important;
    border: 0px solid transparent;
    -webkit-box-shadow: inset 0 4px 3px 0 #ddd;
    box-shadow: inset 0 2px 3px 0 #ddd;
    background-color: #fff;
    position: relative;
    width: 100%;
    max-width: 800px;
    height: auto;
    padding: 40px;
}

.card-box h2 {
    color: #123965;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    text-transform: capitalize;
}

.card-box .text-holder {
    margin-bottom: 10px;
    width: 100%;
}

.card-box input {
    border: 1px solid #d8d8d8;
    padding: 10px 16px;
    margin: 0px;
    background: none;
    font-size: 15px;
    width: 100%;
    height: 40px;
}

.card-box .submit {
    border-radius: 24px;
    background: #123965;
    border: 1px solid #0b2746;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px 16px;
    width: 100%;
}

.card-box .nvkf-form-panel-body.nvkf-fpass-form .submit {
    /* padding: 10px 18px; */
    width: 100%;
    margin-bottom: 10px;
}

.nvkf-lgn-btn.nvkf_backtologin_btn {
    background-color: transparent;
    color: #123965;
    font-size: 15px;
    text-align: center;
    position: relative;
    width: 100%;
}

.card-box .nvkf-form-panel-body.nvkf-fpass-form {
    padding: 10px 15px;
}

.card-box .nvkf-form-panel-body.nvkf-fpass-form {
    padding: 20px 0px;
}

.card-box .inner-card-box .nvkf-form-group input.nvkf-form-input {
    margin-bottom: 10px;
}

.card-box .log-option {
    text-align: center;
}

.card-box .log-option a {
    color: #123965;
    font-size: 15px;
}

.seperator span {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    left: 11%;
    padding: 12px 0;
    top: 34%;
    font-weight: 400;
    color: #666666;
    text-transform: capitalize;
    font-size: 18px;
}

.border-line {
    height: 100%;
    width: 2px;
    background: #d8d8d8;
    position: absolute;
    left: 50%;
    top: 0;
}

.social-link {
    -webkit-box-shadow: 1px 1px 3px 2px #ddd;
    box-shadow: 1px 1px 3px 2px #ddd;
    border-radius: 14px;
    width: 100%;
    padding: 10px 10px 10px 70px;
    font-size: 14px;
    font-weight: 500;
    height: 46px;
    position: relative;
    text-transform: capitalize;
    text-align: left;
}

.social-link .link {
    width: 50px;
    text-align: center;
    height: 46px;
    line-height: 26px;
    position: absolute;
    left: -1px;
    top: -1px;
    background: #fff;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 10px;
}

.social-link .link img {
    width: 26px;
    display: inline-block;
}

.google {
    color: #fff;
    background: #4c85f1;
    border: 1px solid #4c85f1;
}

.vipps {
    color: #fff;
    background: #f3582f;
    border: 1px solid #f3582f;
}

.facebook {
    color: #fff;
    background: #3c5a99;
    border: 1px solid #3c5a99;
}

.social-media a {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.social-media a:last-child {
    margin-bottom: 0;
}

button.nvkf-fgt-btn.nvkf_forget_btn {
    background: transparent;
    color: #123965;
    font-size: 15px;
    /* display: block; */
    text-align: center;
    position: relative;
}


/* RESPONSIVE */

.nvkf-row.nvkf-form-group.btn-layer-social {
    margin: 10px 0;
}

.mob-nav .card-box {
    width: auto;
}

@media(max-width: 1200px) {
    .mov-nav .card-box {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .nvkf-row.nvkf-form-group.btn-layer-social {
        margin: 0;
    }
    .pl {
        padding-left: 0;
    }
    .pr {
        padding-right: 0;
    }
    .card-box {
        padding: 20px 15px;
        width: 100%;
    }
    .inner-card-box {
        padding: 30px;
    }
    .seperator {
        text-align: center;
        margin: 10px 0 0px;
    }
    .border-line {
        height: 1px;
        width: 100%;
        background: #d8d8d8;
        position: relative;
        left: 0;
        top: 10px;
    }
    .seperator span {
        position: relative;
        width: 50px;
        height: 30px;
        background: #fff;
        text-align: center;
        left: 0;
        top: -10px;
        display: inline-block;
        font-size: 15px;
    }
    .social-link {
        text-align: left;
    }
}

@media (max-width: 374px) {
    .card-box {
        padding: 20px 20px
    }
    .inner-card-box {
        padding: 24px;
    }
    .social-link {
        font-size: 12px;
        line-height: 2;
    }
}


/* Designer: Saugat Shrestha */

a.nvkf_loginbtn-pop-over .icon-user {
    /* background-image: url(../images/whiteimage.png); */
    width: 100%;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    border: 0;
    border-radius: 0;
    -webkit-transition: none;
    transition: none;
    TEXT-ALIGN: LEFT;
    color: #fff;
}

.nvkf-form-loader {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 4px;
    background: url(../images/ajax-loader.gif) center center no-repeat;
}

a.nvkf_loginbtn-pop-over .icon-user::before {
    display: none;
}

.nvkf-alert-message {
    padding: 4px 5px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 6px;
    display: none;
    text-align: left;
}

.nvkf-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
}

.nvkf-success {
    color: #f9f9f9;
    background-color: #29cd81;
    border-color: #29cd81;
    display: block;
}

.btn {
    border: none;
}

.btn:focus {
    box-shadow: none;
}

.loginbtn {
    position: relative;
}


/* .loginbtn .nvkflogin-modal {
    position: absolute;
    top: 40px;
    left: auto;
    overflow: visible;
    opacity: 0;
    visibility: hidden; */


/* box-shadow: 0 0 60px rgba(14, 42, 71, .25);
    -webkit-box-shadow: 0 0 60px rgba(14, 42, 71, .25);
    -moz-box-shadow: 0 0 60px rgba(14, 42, 71, .25); */


/* transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    right: 0;
} */

.min-side .loginbtn .nvkflogin-modal {
    top: 74px;
}

.loginbtn .nvkflogin-modal {
    position: absolute;
    left: 0;
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    right: 0;
    display: flex;
    justify-content: center;
}

.loginbtn .nvkflogin-modal.modalopen {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 9999;
}

.loginbtn .nvkflogin-modal .modal-heading h2 {
    font-size: 22px;
    margin: 0 0 20px;
}

.loginbtn .nvkflogin-modal span.nvkf_block-close {
    position: absolute;
    top: -20px;
    right: -17px;
    background: #2b2828;
    height: 35px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    border-radius: 100%;
    font-size: 22px;
    cursor: pointer;
}

.modalTab-content span.nvkf_block-close {
    font-size: 26px !important;
    font-weight: bold;
}

.nvkf-form-group input.nvkf-form-input {
    height: 40px;
    border: none !important;
    box-shadow: none !important;
    background: #efefef !important;
    border-radius: 3px !important;
    width: 100% !important;
    margin-bottom: 20px;
}

.nvkf-form-group input.nvkf-form-input:focus {
    outline: 0;
    box-shadow: none;
    background: #fff;
    border-color: #3467a9;
}

.loginmodalcontent .site-btn {
    background: #4c8ada;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    padding: 7px 18px;
    margin: 0;
}

.loginmodalcontent .site-btn:focus {
    outline: 0;
}

.loginmodalcontent form .nvkf-form-group:last-of-type {
    margin: 0;
}

.dashboard-blockWrapper {
    margin: 0 0 50px;
}

.dashboard-blockWrapper .dashboard-block {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    background: #f5f2f2;
    margin-right: 15px;
    padding: 25px 20px;
    min-height: 355px;
    border: 1px solid #eee;
    height: 348px;
}

.dashboard-blockWrapper .dashboard-block h1 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 30px;
    line-height: 1;
}

.dashboard-blockWrapper .dashboard-block ul {
    margin: 0;
    padding: 0;
}

.dashboard-blockWrapper .dashboard-block ul li {
    list-style: none;
    margin: 0 0 21px;
}

.dashboard-blockWrapper .dashboard-block ul li span {
    display: block;
    margin-left: 0px;
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    color: #8c8080;
}

.dashboard-blockWrapper .dashboard-block ul li span::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "-";
}

.btn-block:hover {
    text-decoration: none !important;
}

.dashboard-blockWrapper .dashboard-block.logged {
    padding: 0;
    width: 32%;
    background: none;
    border: none;
}

.profile_mypage h1 {
    padding: 0;
    margin: 0 0 20px;
}

table#user_table thead tr th,
table#user_table_dt thead tr th {
    background: black;
    color: #fff;
    font-weight: 500;
}

table#user_table,
table#user_table_dt {
    background: #fff;
    border-bottom: none;
    margin-bottom: 24px;
}

table#user_table tbody tr td,
table#user_table_dt tbody tr td {
    font-size: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #000 !important;
}

.sections_group .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #a79f9f !important;
}

.btn-block {
    background: #000;
    color: #fff;
    padding: 20px 20px;
    display: block;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-bottom: 5px;
}

.btn-block:hover {
    color: #fff;
    background: #222;
}

.nvkf-add-popupform {
    opacity: 0;
    visibility: hidden;
    background: #e2e2e2;
    width: 455px;
    height: 390px;
    position: absolute;
    top: 19%;
    right: 41px;
}

.nvkf-add-popupform.open-popup {
    opacity: 1;
    visibility: visible;
}

.addmember-form-wrap span.nvkf_block-close {
    position: absolute;
    top: -20px;
    right: -17px;
    background: #3467a9;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 100%;
    font-size: 28px;
    cursor: pointer;
}

.nvkf-add-popupform .nvkf-middle-form-body {
    padding: 17px 15px;
    color: #212529;
}

#post-6802 .section-post-header,
#post-6802 .g.g-2 {
    display: none;
}

.popover {
    width: 450px !important;
    max-width: 450px !important;
}

.row {
    margin-bottom: 0px !important;
}

.remove-member {
    width: auto !important;
    margin-left: 8px;
    border-left: 1px solid #000;
    padding-left: 8px;
}

.ap-container {
    max-width: 1140px;
}

.site-content .container {
    padding: 0;
}

.popover {
    margin-top: -20px;
    /* padding: 20px 0px; */
}

.popover-body {
    padding: 2px !important;
}

.dashboard-block .table td,
.dashboard-block .table th {
    padding: 8px;
    padding-left: 0;
    text-align: left;
}

.popover input[type="text"],
.popover select {
    width: 100% !important;
    padding: 4px 4px !important;
}

.table thead th {
    border: none;
}

.table td,
.table th {
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #000;
}

#user_table_filter {
    display: none;
}

.dashboard-block table tr td {
    border-top: 0px !important;
    background: none !important;
}

.dashboard-block .table thead th {
    background: none;
    text-align: left;
}

.top_bar_right {
    display: inline-block;
    vertical-align: top;
    height: auto;
    margin: 0;
    padding: 20px 0;
}

.top_bar_right .top_bar_right_wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.top_bar_right .loginbtn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.menuo-right #Top_bar .menu_wrapper {
    margin-right: 30px;
}

#Top_bar .top_bar_right,
.header-plain #Top_bar .top_bar_right {
    padding: 19px 0 !important;
}

#Top_bar .top_bar_right_wrapper {
    top: 0 !important;
}

#Top_bar a#search_button {
    top: 0 !important;
}

#Top_bar .top_bar_right,
.header-plain #Top_bar .top_bar_right {
    height: auto !important;
}

.inner-facilis-wrap {
    width: 100%;
}

#nvkf-remember-me {
    font-size: 15px;
    font-weight: normal;
    color: #666;
    width: 95px;
}

.btn-layer {
    margin-top: 14px !important;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2rem + 0px);
    font-size: 13px;
    border-radius: 2px;
}


/* input[type="password"] {
    padding: 4px !important;
} */

.form-group {
    margin-bottom: 0px !important;
}

label.checkbox-admin {
    line-height: 35px;
}

a.nvkf_loginbtn-pop-over .icon-user {
    cursor: pointer;
}

a.nvkf_loginbtn-pop-over .icon-user:hover {
    filter: invert(0.3);
}

input.custom_error {
    border: 1px solid red !important;
}

.nvkf-alert-message {
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    margin-right: 0;
}

.nvkf-error {
    color: #dc3522;
    display: block;
}

.nvkf-success {
    padding: 8px;
    color: #ffffff;
    display: block;
}

.modal-headeer {
    margin-top: 10px;
}

.modal-headeer .modal-title {
    margin-bottom: 8px;
    margin-left: 18px;
    line-height: 1.5;
    font-size: 15px;
}

.form-group-delete-data button {
    margin-bottom: 9px;
}

.form-group-delete-data {
    text-align: center;
}

.buttons-excel {
    display: none !important;
}

.dataTables_filter {
    display: none;
}

td.admincheck,
td.newslettercheck,
td.clubactivecheck {
    position: relative;
}

td.admincheck::before,
td.newslettercheck::before,
td.clubactivecheck::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Fontawesome';
    content: "\f00c";
    background: #fff;
    width: 100%;
    height: 100%;
    line-height: 42px;
    font-size: 16px;
}

th.newsletterheader {
    position: relative;
    font-size: 0;
}

th.newsletterheader::before {
    position: absolute;
    content: "\f003";
    top: 0;
    left: 0;
    font-family: 'Fontawesome';
    width: 100%;
    height: 100%;
    line-height: 42px;
    font-size: 20px;
}

.btn-primary {
    background: #a23526;
    color: #fff;
    border-color: #a23526;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    text-transform: uppercase;
}

.btn-primary:hover {
    color: #a23526;
    background: #fff;
    border-color: #a23526;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #a23526;
    color: #fff;
    border-color: #a23526;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    text-transform: uppercase;
}

span.btn.btn-primary a {
    color: #fff;
}

span.btn.btn-primary a:hover {
    color: #a23526;
}

#oversikt li {
    list-style: disc;
    margin-left: 15px;
    line-height: 30px;
}

a.nvkf_loginbtn-pop-over .icon-user {
    padding-left: 10px;
}

.loginbtn {
    margin-bottom: 15px;
    margin-top: 15px;
}

.nvkf_loginbtn-pop-over.user-ac {
    color: #fff !important;
    cursor: pointer;
    transition: ease all 0.3 s;
    -webkit-transition: ease all 0.3 s;
    -moz-transition: ease all 0.3 s;
}

.nvkf_loginbtn-pop-over.user-ac:hover {
    /* color: #a4392a !important; */
    cursor: pointer;
}

.main-nav ul li a.user-ac:before {
    content: '\f2be';
    font-size: 20px;
    line-height: 0.9;
    left: 69px;
    right: auto;
}

@media (max-width: 767px) {
    #Top_bar .logo #logo {
        padding: 0!important;
        margin: 10px 15px !important;
        max-width: 70%;
    }
    #Top_bar a#search_button {
        right: 65px;
        top: 5px !important;
    }
    .top_bar_right .loginbtn {
        top: 10px;
        right: 50px;
    }
    #Top_bar a#search_button {
        right: 65px !important;
    }
}

@media (max-width: 480px) {
    .loginbtn .nvkflogin-modal {
        right: -40px !important;
        min-width: 100%;
        width: 320px;
    }
}