/* Wp User flow Lost password, Login, Signup , Resset password*/

.admin_portal_wpUserFlow {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 100px;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}

.admin_portal_wpUserFlow .login-form-title {
    text-align: center;
    margin: 0 0 50px 0;
    padding: 0;
    width: 100%;
}

.admin_portal_wpUserFlow .login-form-msg {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}

.admin_portal_wpUserFlow .login-form-vipps-enabled {
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}

.admin_portal_wpUserFlow .login-form-vipps-enabled .continue-with-vipps-wrapper {
    width: 100%;
}

.admin_portal_wpUserFlow .login-form-vipps-enabled .continue-with-vipps-wrapper.inline .vipps-button {
    width: 100%;
    height: 45px;
    line-height: 36px;
}

.admin_portal_wpUserFlow .login-form-content-bordered {
    border: 1px solid #c3c3c3;
    margin: 0;
    padding: 20px;
    width: 100%;
}

.admin_portal_wpUserFlow .login-form-content {
    margin: 0;
    padding: 0;
    width: 100%;
}

.admin_portal_wpUserFlow .form-row {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    clear: both;
}

.admin_portal_wpUserFlow .form-row .hidden-label {
    display: none;
}

.admin_portal_wpUserFlow .form-row-flex-flat {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.admin_portal_wpUserFlow .login-after-submit {
    font-size: 13px;
    margin: 0;
    text-align: left;
}

.admin_portal_wpUserFlow .login-after-submit .link_to_signup {
    font-weight: 600;
}

.admin_portal_wpUserFlow p,
.admin_portal_wpUserFlow label {
    width: 100%;
}

.admin_portal_wpUserFlow .container_checkbox {
    padding-left: 28px;
}

.admin_portal_wpUserFlow #resetpassform p {
    float: none;
}

.admin_portal_wpUserFlow#register-form {
    margin-top: 30px;
}

.admin_portal_wpUserFlow#register-form form {
    position: relative;
}

.admin_portal_wpUserFlow .signup-confirmation-header {
    border-bottom: 1px solid;
    padding-bottom: 8px;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
}

.admin_portal_wpUserFlow .signup-confirmation-icon {
    background: #1ba91b;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    margin: 5px;
    margin-left: -30px;
    padding: 5px;
    position: absolute;
}

.admin_portal_wpUserFlow h2 {
    margin-bottom: 0px;
    padding-bottom: 14px;
    margin-top: 0px;
}

.admin_portal_wpUserFlow p,
.admin_portal_wpUserFlow p:not(.has-background):last-of-type {
    padding-bottom: 14px;
    margin: 0px;
}

.admin_portal_wpUserFlow h1 {
    background: #3399cc;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

.admin_portal_wpUserFlow input[type="email"],
.admin_portal_wpUserFlow input[type="text"],
.admin_portal_wpUserFlow input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 15px;
    color: #555;
    font-size: 15px;
    color: #555;
    font-weight: normal;
    line-height: 20px;
    height: 50px;
}

.admin_portal_wpUserFlow .under-label {
    font-size: 11px;
}

.admin_portal_wpUserFlow .small-label {
    font-size: 12px;
    padding-bottom: 0;
}

p.form-row label {
    font-weight: 600;
}

.form-row.icon-addon input[type="text"],
.form-row.icon-addon input[type="password"] {
    width: calc(100% - 50px);
}

.form-row.icon-addon label.error {
    width: calc(100% - 50px);
    float: left;
}

span.dialing_code_warp {
    position: absolute;
    bottom: 52px;
    left: 10px;
}

span.dialing_code_warp.label_hidden {
    top: 13px;
}

select.dialing_code {
    border: none;
}


.admin_portal_wpUserFlow input[type="submit"],
.admin_portal_wpUserFlow input[type="button"],
.admin_portal_wpUserFlow button[type="submit"],
.admin_portal_wpUserFlow button[type="button"] {
    width: 100%;
    background: #3399cc;
    border: 0;
    padding: 4%;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
}

button:hover:disabled {
    cursor: not-allowed !important;
}

.admin_portal_wpUserFlow input[type="submit"]:hover,
.admin_portal_wpUserFlow input[type="button"]:hover {
    background: #2288bb;
}

.admin_portal_wpUserFlow input.error {
    border-bottom: 2px solid red !important;
}

.icon-addon .add-on {
    background-color: #0aa699;
    color: #ffffff;
    position: absolute;
    text-shadow: none;
    height: 50px;
    min-width: 50px;
    padding-right: 13px;
    padding-left: 13px;
    padding-top: 12px;
}

.icon-addon .add-on [class^="linearicons-"] {
    font-size: 24px;
}

.add-on .arrow {
    position: absolute;
    left: -10px;
    z-index: 100;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #0aa699;
    top: 16px;
}

.profilepress-reset-status {
    width: 400px;
    text-align: center;
    background-color: #e74c3c;
    color: #ffffff;
    border: medium none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.4;
    padding: 8px 5px;
    margin: auto;
}

.memo-reset-success {
    width: 400px;
    text-align: center;
    background-color: #2ecc71;
    color: #ffffff;
    border: medium none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.4;
    padding: 8px 5px;
    margin: auto;
}

.admin_portal_wpUserFlow .sc-container {
    background: #f0f0f0;
    padding: 6% 4%;
}

p.message-success-info {
    background: #77bf69;
    color: #fff;
    padding: 8px 12px !important;
    margin-bottom: 10px !important;
    line-height: 20px;
}

p.message-error-info {
    background: #c32222;
    color: #fff;
    padding: 8px 12px !important;
    margin-bottom: 10px !important;
    line-height: 20px;
}

.wait-s45 {
    background: #ffffffb0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-top: 46%;
    display: none;
    z-index: 1;
}

.wait-s45 img {
    vertical-align: middle;
    text-align: center;
}


/* The CSS Radio button */

.container_radiobtn {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    margin-right: 10px;
    font-weight: normal;
}


/* Hide the browser's default radio button */

.container_radiobtn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.container_radiobtn .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.container_radiobtn:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.container_radiobtn input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.container_radiobtn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container_radiobtn input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container_radiobtn .checkmark:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/* The CSS checkbox ***********************************************************************************/

.container_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}


/* Hide the browser's default checkbox */

.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.container_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
}


/* On mouse-over, add a grey background color */

.container_checkbox:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container_checkbox input:checked~.checkmark {
    background-color: #4da97b;
    border: 1px solid #4da97b;
}


/* Create the checkmark/indicator (hidden when not checked) */

.container_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container_checkbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container_checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container_checkbox.horizontal {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0 0 0 27px;
}


/* portal Login menu */

.admin-portal-fw-menu-warp {
    float: right;
    margin-left: 30px;
}

.menu-fr-apfs {
    padding-bottom: 33px;
}

.default-hidden {
    display: none;
}

label.error {
    color: red;
    font-weight: 600;
}


/*Hide login 2-FA form */

#kamyLoginForm fieldset:not(:first-of-type) {
    display: none;
}


/*******************************/


/*buttons*/

#kamySignupForm .action-button,
#kamyLoginForm .action-button {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 15px 15px 0 0px;
}

#kamySignupForm .previouspage-button,
#kamyLoginForm .previouspage-button {
    float: left;
    width: 100%;
    clear: both;
}


/*headings*/

.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    margin-bottom: 14px;
    padding: 0;
}

input:focus,
button:focus {
    outline: 0;
}

.hide {
    display: none !important;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.p-0 {
    padding: 0px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}


/* CSS Modal box style */


/* The Modal (background) */

.kms-modal-icf-popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Sit on top */
    padding-top: 60px;
    /* Location of the box */
    padding-bottom: 35px;
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.kms-modal-icf-popup-content {
    position: relative;
    background-color: #75d1a3;
    margin: auto;
    padding: 0;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.kms-modal-icf-popup-content.miniv {
    width: 50%;
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */

.kms-pu-close,
.kms-pu-close-nr,
.kms-pu-close-icf {
    float: right;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    margin: 10px 15px 0;
}

.kms-modal-icf-popup-body {
    margin-top: 15px;
    padding-top: 30px;
}

@media only screen and (max-width: 1060px) {
    .kms-modal-icf-popup-content {
        width: 70%;
    }
}

@media only screen and (max-width: 860px) {
    .kms-modal-icf-popup-content {
        width: 90%;
    }
}

.stl8651.kms-modal-icf-popup {
    background-color: rgb(255 255 255 / 33%);
}

.stl8651.kms-modal-icf-popup .kms-modal-icf-popup-content {
    background-color: #000000;
    padding: 20px 50px;
}

/*###### new css login register forgat password ####*/
.admin_portal_wpUserFlow .form-row.icon-addon input[type="text"],
.form-row.icon-addon input[type="password"] {
    width: 100%;
}

.admin_portal_wpUserFlow .icon-addon .add-on {
    display: none;
}

/*###### new css login register forgat password end####*/

/* Top promo banner css */
.top-banner{
    
}
/* END Top promo banner css */