﻿body {
    font-family: 'Segoe UI' !important;
    margin: 0px !important;
    overflow: auto !important;
}

.loginExtra {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 999;
    transform: translateX(-385px);
    width: 120px;
    height: 583px;
}

    .loginExtra a {
        display: block;
        width: 120px;
        height: 120px;
        margin-bottom: 10px;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        float: left;
        text-decoration: none !important;
    }

        .loginExtra a.homepage {
            background: #003466;
        }

            .loginExtra a.homepage:hover {
                background: #012c55;
            }

        .loginExtra a.favorite {
            background: #ba1d48;
        }

            .loginExtra a.favorite:hover {
                background: #99173b;
            }

        .loginExtra a.mobileapp {
            background: var(--theme-color);
        }

            .loginExtra a.mobileapp:hover {
                background: #581236;
            }

        .loginExtra a .icon {
            background: url("../../Common/Images/login_settings_sprite.png") no-repeat;
            display: block;
            width: 64px;
            height: 64px;
            margin: 20px auto 0;
        }

            .loginExtra a .icon.homepage {
                background-position-y: 0;
            }

            .loginExtra a .icon.favorite {
                background-position-y: -64px;
            }

            .loginExtra a .icon.mobileapp {
                background-position-y: -128px;
            }

        .loginExtra a p {
            font-size: 12px;
            color: #fff;
            width: 100%;
            text-align: center;
            text-decoration: none !important;
        }

    .loginExtra span {
        display: block;
        width: 120px;
        height: 91.5px;
        margin-bottom: 10px;
        background: rgba(0,0,0,.1);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=0 ); /* IE */
        float: left;
    }

        .loginExtra span:first-of-type {
            margin-top: 0;
        }

        .loginExtra span:last-of-type {
            margin-bottom: 0;
        }

a.loginSettings {
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
}

    a.loginSettings .icon.cog {
        background: url("../../Common/Images/iconset/16/options.svg") no-repeat;
        display: block;
        width: 32px;
        height: 32px;
        transition: all 0.25s ease;
    }

    a.loginSettings .icon.mobile {
        background: url("../../Common/Images/iconset/32/qr-code.svg") no-repeat;
        display: block;
        width: 24px;
        height: 24px;
        transition: all 0.25s ease;
    }

    a.loginSettings:hover .icon {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

#mainPanel {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
    position: relative;
}

.qdmsthemecolor {
    background-color: var(--theme-color);
}

.radius10 {
    border-radius: 10px;
}

#logoMainDiv {
    display: block;
    width: 100%;
}

#logoDiv {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    height: 74px;
    width: 380px;
    margin-left: auto !important;
    margin-right: auto !important;
}

    #logoDiv img {
        display: block;
        margin: auto;
        width: 160px;
    }

#appNameDiv {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

    #appNameDiv span {
        font-size: 16px;
        color: #fff;
        opacity: .7;
        margin-top: 15px;
    }



#appVersionDiv {
    font-weight: 100;
    font-size: 15px;
    color: rgba(255,255,255,0.5) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

    #appVersionDiv span {
        font-size: 12px;
        color: #fff;
        opacity: .7;
    }

#userInfoDiv, #diva2fAuthentication {
    width: 220px;
    margin-top: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
}

.inputContainerDiv {
    display: block;
    width: 100%;
    line-height: 25px !important;
}

.inputImageDiv {
    display: block;
    width: 40px;
    height: 30px;
    line-height: 25px !important;
    float: left;
    background-size: 40px 40px;
    position: relative;
}

.inputControlDiv {
    display: table-cell;
    height: 30px;
    width: 170px;
    float: left;
    margin-left: 5px;
}

.inputControlDivWithoutImage {
    display: block;
    height: 30px;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.userNameImageDiv {
    background: url(../../Common/Images/iconset/16/user.svg) no-repeat center center;
    background-size: 24px 24px;
}

.a2fImageDiv {
    background: url(../../Common/Images/padlock.png) no-repeat center center;
    background-size: 28px 24px;
}

.passwordImageDiv {
    background: url(../../Common/Images/iconset/16/password.svg) no-repeat center center;
    background-size: 24px 24px;
}

.bottomHorizonLine {
    display: block;
    width: 100%;
    height: 1px;
    background-color: white;
    float: left;
    margin-top: 2px;
    opacity: .7;
}

.inputLabelDiv {
    width: 100%;
    text-align: right !important;
    font-size: 12px !important;
    color: white;
}

    .inputLabelDiv span {
        width: 100%;
        text-align: right !important;
        font-size: 12px !important;
        color: #fff;
    }

.rememberMeAndForgotPass {
    font-size: 14px !important;
    font-weight: normal !important;
    cursor: pointer;
}

    .rememberMeAndForgotPass span:hover {
        /*opacity: .7;*/
    }

.loginButtonDiv {
    height: 50px;
    width: 100%;
}

.copyrightDiv {
    display: block;
    width: 100%;
    font-weight: 500 !important;
    text-align: center !important;
}

    .copyrightDiv span {
        font-size: 12px;
        color: #fff;
        opacity: .7;
        line-height: 20px;
        margin: 0;
        font-weight: 500;
        padding: 0 15px;
    }

.dxb {
    padding: 0px !important;
    padding-top: 1px !important;
}

.dxbButton {
    background-image: none !important;
    color: white;
    font-weight: bold;
}


.DXTextBox .dxeEditArea {
    background-color: transparent !important;
    border: none !important;
    height: 30px !important;
    font-size: 14px !important;
    color: white !important;
    vertical-align: bottom;
    line-height: 30px;
}

.DXCombo {
    height: 30px !important;
    color: white !important;
    font-size: 12px !important;
    text-indent: 10px;
}

    .DXCombo input {
        text-indent: 10px;
    }

.ComboButton {
    background-color: rebeccapurple !important;
}

.ComboButtonStyle {
    border: none !important;
    background-color: transparent !important;
}

.dxeButtonEditButton {
    background-image: none !important;
}

textarea:focus, input:focus {
    outline: 0;
}

.loginBtton {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: transparent;
    border: none;
    border: solid 1px #fff;
    outline: none;
    font-size: 14px !important;
    color: #fff;
    display: block;
    width: 100%;
    height: 35px;
    cursor: pointer;
}

    .loginBtton:hover {
        background: #fff !important;
        font-weight: 500;
        color: var(--theme-color);
    }

#btnOnayla, #btnIptal {
    margin-top: 25px;
    display: inline-block;
    width: 47%;
}

#btnOnayla {
    float: left
}

#btnIptal {
    float: right
}

#a2fCodeSend {
    color: white;
    font-size: 14px;
}

/*Modal Body*/
.modalBg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0,0,0,.50);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .modalBg.in {
        visibility: visible;
        opacity: 1;
    }

.errorModal {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
    width: 100%;
    z-index: 1051;
    font-family: 'Segoe UI' !important;
    visibility: hidden;
    opacity: 0;
}

    .errorModal.ie8 {
        top: 10%;
        left: 0%;
    }

    .errorModal.in {
        visibility: visible;
        opacity: 1;
    }

.errorModalContainer {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
    width: 600px;
    border: solid 5px var(--theme-color);
    background: #eee;
}

.hideModal {
    position: absolute;
    top: 0;
    right: 0;
    background: #C75050;
    width: 30px;
    height: 20px;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 1;
}

    .hideModal a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .hideModal:hover {
        background: #d53929;
    }

    .hideModal a {
        font-size: 18px;
        color: #fff;
        line-height: 20px;
        text-decoration: none;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

.errorModalTitle {
    float: left;
    width: 100%;
    overflow: hidden;
    background: var(--theme-color);
    text-align: center;
    position: relative;
    top: -1px;
}

    .errorModalTitle h1 {
        line-height: 30px;
        font-size: 14px;
        color: #fff;
        font-weight: normal;
        margin: 0;
    }

        .errorModalTitle h1 span {
            font-size: 14px !important;
        }

    .errorModalTitle .menuIcon {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 5px;
        left: 5px;
        background-position: center center;
        background-size: cover;
    }

.errorModalBody {
    float: left;
    padding: 15px;
}

    .errorModalBody .errorTitle {
        font-size: 18px;
        color: #555;
        line-height: 50px;
        margin: 0;
    }

        .errorModalBody .errorTitle i.menuIcon.small {
            float: left;
            margin: 10px 10px 0 0;
            display: block;
            width: 40px;
            height: 30px;
            background-size: 80% 80%;
            background-position: center center;
            background-repeat: no-repeat;
        }

        .errorModalBody .errorTitle i.menuIcon.large {
            width: 60px;
            height: 50px;
            margin-right: 20px;
        }

    .errorModalBody p {
        font-size: 12px;
        color: #555;
        max-height: 140px;
        overflow: auto;
        padding: 10px;
        float: left;
        clear: both;
    }

        .errorModalBody p.collapsed {
            display: none;
        }

        .errorModalBody p.highLight {
            background: rgba(255,255,255,.5);
        }

    .errorModalBody a {
        font-size: 12px;
        color: var(--theme-color) !important;
        margin-left: 10px;
        padding-right: 30px;
        text-decoration: none;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
        float: left;
        clear: both;
        font-weight: 500;
    }

        .errorModalBody a:visited {
            color: var(--theme-color) !important;
        }

        .errorModalBody a.passError {
            float: left;
            clear: both;
            margin-bottom: 30px;
        }


        .errorModalBody a:hover {
            color: #999 !important;
        }

        .errorModalBody a.down {
            background: url("../../Common/Images/ico_down_dark.png") no-repeat right center;
        }

        .errorModalBody a.up {
            background: url("../../Common/Images/ico_up_dark.png") no-repeat right center;
        }

.errorModalFooter {
    padding: 10px 1px;
    margin: 0 15px;
    position: relative;
    border-top: 1px solid #d6d6d6;
    overflow: hidden;
    clear: both;
}

    .errorModalFooter p {
        font-size: 12px;
        color: #333;
        padding: 0 10px;
    }

    .errorModalFooter:before {
        content: " ";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        border: 1px solid #f4f4f4;
    }

    .errorModalFooter .btn {
        text-align: center;
        text-decoration: none;
        display: block;
        width: 80px;
        line-height: 26px;
        font-size: 12px;
        color: #333;
        border: solid 2px #d6d6d6;
        float: right;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .errorModalFooter .btn:hover {
            background: #d6d6d6;
        }


/*modal body end*/

.barcodeScreen {
    width: 100%;
    overflow: hidden;
}

    .barcodeScreen .dxeBase {
        font: unset !important;
    }

    .barcodeScreen img {
        float: left;
        margin: 15px;
    }

    .barcodeScreen div {
        float: left;
        margin-left: 30px;
        max-width: 60%;
    }

        .barcodeScreen div h1 {
            font-size: 24px;
            color: #333;
            margin: 25px 0 5px;
            padding: 0;
        }

        .barcodeScreen div p {
            font-size: 18px;
            color: #777;
            margin: 0;
            padding: 0;
            line-height: 30px;
        }

.errorModal .inputLabelDiv {
    color: #444;
    text-align: left !important;
    margin: 10px 0 5px;
    float: left;
}

    .errorModal .inputLabelDiv span {
        color: #444;
        text-align: left !important;
        opacity: 1 !important;
    }

.errorModal .inputControlDivWithoutImage {
    margin: 0 !important;
}

.errorModal .formElement {
    float: left;
    width: 48%;
    margin-right: 4%;
    position: relative;
}

    .errorModal .formElement:last-child {
        margin-right: 0;
    }

.errorModal .dxpcDropDown, .errorModal .dxeDropDownWindow {
    left: 0 !important;
}

span {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.errorModal.ie8 .formElement {
    width: 45%;
}

:root {
    --theme-color: #fff;
    --theme-image: url('../app_themes/NewDesing/Themes/Theme1.png');
}

html, body {
    overflow: auto !important;
}

.ComboItem {
    background-color: transparent !important;
    padding: 5px !important;
    color: black !important;
    font-size: 12pt !important;
}

.loginBtton {
    background-color: transparent !important;
    border-color: white;
    Color: white;
}

.loginBttonHover {
    border: solid 1px;
    border-color: white;
}

.copyrightForeColor {
    color: rgba(0,0,0,0.8) !important;
}

.low-opacity-bg-image {
    position: absolute;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

    .low-opacity-bg-image::before {
        content: "";
        background: var(--theme-image) no-repeat center center fixed;
        /*background-color: var(--theme-color);*/
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        opacity: 0.3;
        background-size: cover;
    }

.logininput {
    background-color: transparent !important;
    width: 100%;
    border: none !important;
    height: 100%;
    color: white !important;
    font-size: 14px !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px var(--theme-color) inset !important; /* Arka plan rengini beyaz yapar */
    -webkit-text-fill-color: white;
    font-size: 14px !important;
}

.refreshButton {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.loginLangHeight {
    width: 24px;
    height: 24px;
} 

#jVerifyCount {
    display: none;
    position: relative;
    padding: 3px;
    color: wheat;
    font-weight: bold;
    top: -35px;
    float: right;
}