﻿  /*@*Login pages style*@*/
:root {
    --theme-color: #007ca7;
}
body {
    background: #eaeaea;
    color: #4e4e4e;
    height: 100%;
    letter-spacing: 0;
    font-family: roboto;
    overflow-x: hidden;
}
input[type="text"], input[type="email"], input[type="file"] ~ label, input[type="password"], textarea, select, input[type="date"], input[type="datetime-local"], input[type="url"], input[type="time"], input[type="tel"], input[type="submit"], input[type="number"], input[type="month"], input[type="week"] {
    background: #fff;
    border: 1px solid #BBBBC3;
    color: #565656;
    font-size: 12px;
    height: 30px;
    margin-bottom: 0;
    font-family: Roboto;
    padding: 0 10px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
label {
    font-size: 13px;
    margin: 0 0 5px;
    position: relative;
    font-weight: 500;
    color: #5D5D5D;
    display: flex;
    align-items: center;
}
input[type="checkbox"] ~ label, input[type="radio"] ~ label {
    display: unset;
    width: auto;
    margin: 0 0 0 5px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
}
.airview-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    background:#fff;
}
.login-featured {
    height: 100vh;
    width: 100%;
    background: #fff;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    color: #fff;
    flex: 0 0 76%;
    max-width: 76%;
}

.login-featured .slick-list, .login-featured .slick-track {
    height: 100%;
}

    .login-featured .slick-slide img {
        max-width: 100%;
        float: none;
        width: auto;
        margin: 0 auto;
        width: 100%;
    }
.login_bottom {
    flex: 0 0 18%;
    background: #ffffff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-family: Arial Black;*/
}

.resend-code{
    width: 100%;
    padding: 4px 0;
    background: var(--theme-color);
    border-color: var(--theme-color);
    font-size: 14px;
}

.resend-code:hover {
    background-color: #1a86b9 !important;
    box-shadow: none !important;
    color: #fff;
}
.login_top {
    flex: auto;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    padding: 15px;
}
.login_top {
    opacity: 0;
}
.login_top.slick-initialized {
    opacity: 1;
}
.login_bottom h1 {
    margin: 0 0 7px;
    font-weight: 400;
    line-height: 1.1;
    color: #5a5a5a;
    font-size: 38px;
}
.login_bottom h1 i {
    font-style: normal;
    color: #ef6026;
    font-weight: 700;
}
.login_bottom_right {
    flex: 0 0 40%;
    /* flex: auto; */
    overflow: auto;
}

.login_bottom_left {
    flex: auto;
}
.login_bottom_right p {
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
}

.login_bottom span {
    color: #595a5c;
    border-radius: 3px;
    font-size: 22px;
    line-height: 1.4;
    background: #e0f3fc;
    padding: 0 20px;
    font-weight: 500;
    border-radius: 4px;
}
.login_bottom_right_slider span {
    color: #ef6026;
    font-size: 18px;
    background: transparent;
    padding: 0;
}
.login_bottom_right_slider .text-slide {
    height: auto;
}
.login_bottom_right_slider a {
    color: #000;
    text-decoration: underline;
}
.login_top img {
    max-height: 100%;
}
.top-line {
    margin-bottom: auto;
    margin-top: 16%;
}
.top-line h1 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.top-line p {
    font-size: 20px;
    color: #fff;
}
.base-line {
    padding-bottom: 25px;
    margin-top: auto;
}
.base-line ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.base-line ul li {
    position: relative;
    padding: 0 5px;
}
.base-line ul li:not(:last-child) {
    margin-right: 5px;
    padding-right: 5px;
}
.base-line ul li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: rgb(0 0 0 / 70%);
    right: 0;
    top: 9px;
}
.base-line ul li a {
    color: #5a5a5a;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
}
.base-line ul li a:hover {
    color: var(--theme-color);
}
.login-bg-animation {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    z-index: 0;
    background-color: #3F4559;
}
.login-bg-animation .bg-animation, .login-bg-animation .slick-list, .login-bg-animation .slick-track {
    height: 100vh;
}
/*.bg-animation img {
    opacity: 0 !important;
}*/
.slide-custom.slick-slide {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.slide-custom.slick-slide:before {
    position: absolute;
    content: '';
    background: rgba(63,69,89, .4);
    display: inline-block;
    width: 100%;
    height: 100%;
}
.login-section {
    width: 30%;
    display: flex;
    z-index: 1;
    height: 100%;
    border-left: 1px solid #e3e3ea;
    position: relative;
    z-index: 1;
}
    .login-section:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url('/Theme/AirViewX/images/login-assets/login_bg.jpg');
        z-index: -1;
        opacity: 0.15;
        background-repeat: no-repeat;
        background-position: center;
    }
.login-inner {
    width: 100%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 30px;
}
.login-inner .login-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 90px;
    margin-top: auto;
}
.login-inner .login-logo img {
    float: none;
}
.login-inner .login-forms {
    width: 100%;
}
.login-inner .login-forms p.login-texture {
    text-align: center;
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 20px;
    font-size: 15px;
}
.login-forms .input-group-prepend .input-group-text {
    width: 37px;
    text-align: center;
    background: #7e7e7e;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
}
.form-buttons {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 17px;
    align-items: center;
}
.form-buttons .dx-field-value .dx-checkbox {
    float: none !important;
    margin: 0 !important;
}

.form-buttons .dx-field {
    display: flex;
    margin-top: 7px !important;
}

    .form-buttons .dx-field .dx-field-value {
        width: auto !important;
        margin-right: 7px;
        height: 19px !important;
        display: flex;
        align-items: center;
    }

.form-buttons .dx-field .dx-field-label {
    padding: 2px 0 0;
    font-family: poppins;
    width: auto;
    height: 21px !important;
}

.form-buttons > a {
    font-size: 13px;
    margin-top: 7px;
    color: var(--theme-color);
    text-decoration: underline;
    font-weight:500;
}
.back-to-login {
    font-size: 13px;
    margin-top: 10px;
    color: var(--theme-color);
    text-decoration: none;
    font-weight: 500;
   display: block;
   text-align: center;
}
.back-to-login i {
    line-height: 15px;
}
.login-forms button.btn-info {
    width: 100%;
    padding: 4px 0;
    background: var(--theme-color);
    border-color: var(--theme-color);
    font-size: 14px;
}
.login-forms input.form-control {
    height: 34px !important;
    color: #111 !important;
}
.login-forms button.btn-info:hover,
.login-forms button.btn-info:active,
.login-forms button.btn-info:focus {
    background-color: #1a86b9 !important;
    box-shadow: none !important;
    color: #fff;
}
.options-buttons {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 30px;
}
.options-buttons > .btn-outline-info {
    color: #0078d4;
    border-color: #0078d4;
}
.options-buttons > .btn-outline-info:hover,
.options-buttons > .btn-outline-info:active,
.options-buttons > .btn-outline-info:focus {
    background-color: var(--theme-color) !important;
    color: #fff;
}

.options-buttons > .btn {
    padding: 6px 0;
    width: calc(50% - 10px);
    max-width: 200px;
    font-weight: 500;
    min-width: 154px;
    font-size: 14px;
}

.options-buttons > .btn:hover,
.options-buttons > .btn:active,
.options-buttons > .btn:focus {
    box-shadow: none !important;
    outline: none;
}

.options-buttons > .btn > i {
    margin-right: 2px;
    font-size: 16px;
    position: relative;
    top: 1px;
}
.login-featured > .top-line, .login-featured > .base-line {
    position: relative;
    z-index: 1;
}
.login-options {
    margin-top: 25px;
}
.login-options p {
    color: #333;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
}
p.verficaiton-texture {
    color: #333;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px;
}
.login-inner .login-forms .form-control:focus {
    box-shadow: none;
    border-color: var(--theme-color);
}
.error-success-messages > p.alert {
    padding: 4px 11px;
    margin-top: 20px;
    font-size: 12px;
}
.error-success-messages > p.alert > i {
    font-size: 16px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}
.login-forms select.form-control {
    height: 34px;
}
/*custom checkbox style*/
.custom-checkbox {
    position: relative;
    padding-left: 0;
    margin-bottom: 0 !important;
    margin-top: 2px;
}
.custom-checkbox input[type="checkbox"] {
    visibility: hidden;
    display: none;
}
.custom-checkbox > input + span {
    cursor: pointer;
}
.custom-checkbox .check {
    display: inline-block;
}
.custom-checkbox > span.check {
    width: 14px;
    height: 14px;
    border: 1px solid #333;
    position: absolute;
    top: 7px;
}
.custom-checkbox > input[type="checkbox"]:checked + .check:before {
    display: inline-block;
    width: 12px;
    height: 12px;
    content: "";
    background: url('../Theme/AirViewX/images/login-assets/check.png') no-repeat;
    background-size: 100%;
    background-position: 1px 2px;
    background-size: 9px 9px;
    z-index: 9;
    position: absolute;
}
.custom-checkbox > span.check + label {
    padding-left: 20px;
    position: relative;
    z-index: 9;
    font-weight: 500;
}
p.confirmationCode {
    color: #333 !important;
    font-size: 14px;
    text-align: center;
}
.login-inner .login-forms span.field-validation-error {
    margin-bottom: 10px;
}
.validation-summary-errors.text-danger ul {
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

@media(max-width:1240px) {
    .login-featured {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .login_bottom h1 {
        font-size: 30px;
    }

    .login_bottom span {
        color: #595a5c;
        border-radius: 3px;
        font-size: 18px;
    }

    .login_bottom_right p {
        font-size: 16px;
    }

    .login-section {
        width: 35%;
    }
    .login_bottom span {
        font-size: 16px;
        padding: 0 5px;
    }
}
@media(max-width:850px){
 
    .airview-login {
        flex-direction: column;
    }

    .top-line {
        text-align: center;
        width: 100%;
    }

    .base-line {
        width: 100%;
    }

    .base-line {
        text-align: center;
        margin-top: 100px;
    }

    .login-featured {
        order: 2;
        margin-top: 15px;
        height: auto;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .airview-login {
        height: auto;
    }

    .login-section {
        padding-top: 60px;
        width: 100%;
        padding: 60px 15px 0px;
    }
    .login-inner {
        max-width: 400px;
        margin: 0 auto;
    }
    .login-inner .login-logo img {
        max-width: 200px;
    }
    .base-line ul {
        justify-content: center;
    }
    .login-inner .login-forms {
        width: 100%;
        padding-bottom: 40px;
    }
    .login-bg-animation .bg-animation, .login-bg-animation .slick-list, .login-bg-animation .slick-track {
        height: 100%;
    }
    
}
@media(max-width:480px) {
    .login-inner {
        padding: 0;
    }
    .top-line h1 {
        font-size: 25px;
    }
    .top-line p {
        font-size: 14px;
    }

    .base-line ul li:not(:last-child) {
        margin-right: 0;
    }

    .base-line ul li:not(:last-child):after {
        top: 8px;
    }
    .login-section {
        min-width: unset;
        height: 100vh;
    }
   .options-buttons > .btn {
        min-width: unset;
        font-size: 13px;
    }
    .login_bottom h1 {
        font-size: 25px;
    }
    .login_bottom span {
        font-size: 14px;
    }
    .login_bottom_right p {
        font-size: 14px;
    }
    .login_bottom {
        padding: 15px;
    }
}


/*Login Configuraion Style*/
#loginSliderImage .dx-fileuploader-button {
    float: none;
}

#loginSliderImage {
    text-align: center;
    border: 3px dashed #ccc;
}

    #loginSliderImage .dx-fileuploader-input-container {
        display: block;
    }

    #loginSliderImage .dx-fileuploader-input-label {
        padding: 18px 9px;
    }

    #loginSliderImage .dx-fileuploader-files-container {
        display: none;
    }

.note {
    font-size: 10px;
    color: #484848;
}

    .note > span {
        font-weight: 700
    }

#loginSliderImageList .dx-scrollview-content {
    display: flex;
    position: relative;
    padding-top: 20px;
    flex-wrap: wrap;
}

.sliderImg-list {
    display: block;
    width: 100%;
    min-height: 85px;
    max-height: 85px;
    overflow: hidden;
}

#loginSliderImageList .dx-list-item {
    max-width: 10%;
    flex: 0 0 10%;
    position: relative;
    border-radius: 5px;
    border: 1px solid #ccc !important;
    padding: 5px;
    min-height: 85px;
    max-height: 85px;
    margin-bottom: 15px;
    overflow: inherit;
}

    #loginSliderImageList .dx-list-item:not(:last-child) {
        margin-right: 15px;
    }

#loginSliderImageList .dx-list-static-delete-button-container {
    width: 24px;
    position: absolute;
    top: -12px;
    right: -12px;
    display: block;
    height: auto;
    transition: all .3s ease;
    opacity: 0;
}

#loginSliderImageList .dx-list-item:hover .dx-list-static-delete-button-container {
    opacity: 1;
}

#loginSliderImageList .dx-list-item:before {
    content: "";
    background: rgb(9 9 9 / 0.30);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    transition: all .3s ease;
}

#loginSliderImageList .dx-list-item:hover {
    border-color: transparent !important;
}

    #loginSliderImageList .dx-list-item:hover:before {
        opacity: 1
    }

#loginSliderImageList .dx-list-static-delete-button,
#loginSliderImageList .dx-list-static-delete-button.dx-state-hover {
    background-color: red;
    border-color: transparent;
    color: #fff;
    border-radius: 50%;
}

#loginSliderImageList:not(.dx-list-select-decorator-enabled) .dx-list-item .dx-icon {
    color: #fff;
}

#loginSliderImageList .dx-button-has-icon .dx-icon-remove {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
}

#loginSliderImageList .dx-empty-message {
    width: 100%;
    padding-left: 0;
}

.toolbar_title h3 {
    margin: 0;
    font-size: 15px;
    color: #4e4e4e;
    font-weight: 600;
}

.cus-overflowy {
    overflow-y: auto;
}

#slideWrapper .dx-button-has-icon .dx-button-content {
    padding: 4px 7px 5px;
}

#slideWrapper .dx-button-mode-contained {
    border: none;
}
.dx-button.custom-btn-alt {
    padding: 0 5px;
    border-radius: 4px;
    background: var(--theme-color);
}
#add_slide_format, #heading_format {
    cursor: pointer;
    background: var(--theme-color);
    padding: 2px;
    width: 18px;
    display: inline-block;
    height: 18px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    vertical-align: middle;
    line-height: 15px;
    margin-left: 5px;
}

.dx-popover-wrapper .dx-popup-content {
    padding: 10px;
}

ul.slide-format-list {
    padding-left: 15px;
}
.passToggle-checkbox {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index:9;
}
.passToggle-checkbox input[type="checkbox"] {
    opacity: 0;
    width: 0;
}
.passToggle-checkbox label::before {
    content: "\f070";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 14px;
}

/*Unhide on the checked state*/
.passToggle-checkbox input[type="checkbox"]:checked + label::before {
    content: "\f06e";
}