﻿textarea, input[type=text], input[type=password], .dropdown {
    float: left;
    width: 235px !important;
    height: 36px !important;
    padding: 0 12px 0 12px;
    font-size: 14px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.4);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.4);
    -webkit-appearance: none;
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    cursor: text;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    font: 400 13.3333px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-writing-mode: horizontal-tb !important;
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-font-smoothing: antialiased;
    position: relative;
    display: inline-block;
    background-color: #EAECEB;
    border: 1px solid #ccc;
    transition: box-shadow 200ms, background 200ms linear;
    background: #EAECEB;
    background: -moz-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #EAECEB), color-stop(100%, #fcfcfe));
    background: -webkit-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%);
    background: -o-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%);
    background: -ms-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%);
    background: linear-gradient(to bottom, #EAECEB 0%, #fcfcfe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAECEB', endColorstr='#fcfcfe', GradientType=0);
}

.dropdown {
    background: #EAECEB;
    background: url(../Image/Flags/ddl_arrow.png) right center no-repeat, -moz-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%);
    background: url(../Image/Flags/ddl_arrow.png) right center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, #EAECEB), color-stop(100%, #fcfcfe));
    background: url(../Image/Flags/ddl_arrow.png) right center no-repeat, -webkit-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%);
    background: url(../Image/Flags/ddl_arrow.png) right center no-repeat, -o-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%);
    background: url(../Image/Flags/ddl_arrow.png) right center no-repeat, -ms-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%);
    background: url(../Image/Flags/ddl_arrow.png) right center no-repeat, linear-gradient(to bottom, #EAECEB 0%, #fcfcfe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAECEB', endColorstr='#fcfcfe', GradientType=0);
}

#div_login {
    position: relative;
    padding: 24px !important;
    background: #e8e8e8;
    background: -moz-linear-gradient(top,#eee 0,#ccc 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(100%,#ccc));
    background: -webkit-linear-gradient(top,#eee 0,#ccc 100%);
    background: -o-linear-gradient(top,#eee 0,#ccc 100%);
    background: linear-gradient(to bottom,#e8e8e8 0,#ccc 100%);
    border: 1px solid #bbb !important;
    border-top: none !important;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 2px 2px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 2px 2px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-font-smoothing: antialiased;
    top: 182px;
    margin: auto;
    width: max-content;
    width: -moz-max-content;
}

#div_back {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #82878f;
    background: -moz-linear-gradient(top,#82878f 0,#73787e 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#82878f),color-stop(100%,#73787e));
    background: -webkit-linear-gradient(top,#82878f 0,#73787e 100%);
    background: -o-linear-gradient(top,#82878f 0,#73787e 100%);
    background: -ms-linear-gradient(top,#82878f 0,#73787e 100%);
    background: linear-gradient(to bottom,#82878f 0,#73787e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82878f',endColorstr='#73787e',GradientType=0);
}

#div_logo {
    width: 290px;
    height: 122px;
    position: absolute;
    left: 0px;
    right: 0px;
    /* bottom: 0px; */
    top: 30px;
    margin: auto;
}

    #div_logo img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }


input[type=submit], input[type=button] {
    display: block !important;
    top: 4px;
    padding: 0 25px !important;
    position: relative;
    font-weight: normal;
    height: 34px !important;
    width: 145px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #aaa;
    font-size: 13px;
    line-height: 30px;
    -webkit-font-smoothing: subpixel-antialiased;
    align-items: flex-start;
    cursor: pointer;
    box-sizing: border-box;
}

    input[type=submit].IosButtonBlue, input[type=button].IosButtonBlue {
        color: #fff !important;
        text-shadow: 0 -1px 1px #069;
        border-top-color: #1992da;
        border-left-color: #0c75bb;
        border-right-color: #0c75bb;
        border-bottom-color: #00589c;
        background: #117ed2;
        background: -webkit-gradient(linear,left top,left bottom,from(#37aaea),to(#117ed2));
        background: -moz-linear-gradient(top,#37aaea,#117ed2);
        background: linear-gradient(to bottom,#37aaea 0,#117ed2 100%);
        -webkit-box-shadow: inset 0 1px 1px 0 #6fc5f5;
        box-shadow: inset 0 1px 1px 0 #6fc5f5;
    }

    input[type=submit].IosButtonWhite, input[type=button].IosButtonWhite {
        color: #0085cc;
        text-shadow: 0 1px 1px #fff;
        background: #ebebeb;
        background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ececec));
        background: -moz-linear-gradient(top,#fff,#ececec);
        background: linear-gradient(to bottom,#fff 0,#ececec 100%);
        -webkit-box-shadow: inset 0 -1px 0 1px #e8e8e8;
        box-shadow: inset 0 -1px 0 1px #e8e8e8;
    }


    input[type=submit].IosButtonBlue:hover, input[type=button].IosButtonBlue:hover {
        background-color: #3690d7;
        background: -webkit-gradient(linear,left top,left bottom,from(#3690d7),to(#1f5c9b));
        background: -webkit-linear-gradient(top,#3690d7,#1f5c9b);
        background: -moz-linear-gradient(top,#3690d7,#1f5c9b);
        background: -o-linear-gradient(top,#3690d7,#1f5c9b);
        background: linear-gradient(to bottom,#3690d7,#1f5c9b);
    }

    input[type=submit].IosButtonWhite:hover, input[type=button].IosButtonWhite:hover {
        background-color: #d7d7d7;
        background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));
        background: -webkit-linear-gradient(top,#fff,#dedede);
        background: -moz-linear-gradient(top,#fff,#dedede);
        background: -o-linear-gradient(top,#fff,#dedede);
        background: linear-gradient(to bottom,#fff,#dedede);
    }

    input[type=submit].IosButtonBlue:active, input[type=button].IosButtonBlue:active {
        border-color: #069 #0072ab #2b88c9 #2b88c9;
        /*background: #ebebeb;
        background: -webkit-gradient(linear,left top,left bottom,from(white),to(#ebebeb));
        background: -moz-linear-gradient(top,white,#ebebeb);
        background: linear-gradient(to bottom,#fff 0,#ebebeb 100%);*/
        background-color: #3b9be3;
        background: -webkit-gradient(linear,left top,left bottom,from(#2872be),to(#3b9be3));
        background: -webkit-linear-gradient(top,#2872be,#3b9be3);
        background: -moz-linear-gradient(top,#2872be,#3b9be3);
        background: -o-linear-gradient(top,#2872be,#3b9be3);
        background: linear-gradient(to bottom,#2872be,#3b9be3);
    }

    input[type=submit].IosButtonWhite:active, input[type=button].IosButtonWhite:active {
        border-color: #848484 #a4a4a4 #a4a4a4 #848484;
        background-color: #adadad;
        background: -webkit-gradient(linear,left top,left bottom,from(#b9b9b9),to(#fefefe));
        background: -webkit-linear-gradient(top,#b9b9b9,#e2e2e2);
        background: -moz-linear-gradient(top,#b9b9b9,#e2e2e2);
        background: -o-linear-gradient(top,#b9b9b9,#e2e2e2);
        background: linear-gradient(to bottom,#b9b9b9,#e2e2e2);
    }


input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: -6px;
    border: 1px solid #ccc;
    background-color: transparent;
    background-clip: content-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #EAECEB;
    background: -moz-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #EAECEB), color-stop(100%, #fcfcfe));
    background: -webkit-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%);
    background: -o-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%);
    background: -ms-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%);
    background: linear-gradient(to bottom, #EAECEB 0%, #fcfcfe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAECEB', endColorstr='#fcfcfe', GradientType=0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.4);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.4);
}

.checkbox label {
    cursor: pointer;
    margin-right: 18px;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    font: 400 13.3333px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.checkbox input:hover + label:before {
    border-color: #3dbfef;
}

.checkbox input:checked + label:before {
    border-color: #3dbfef;
}

.checkbox label:after {
    border-right: 8px solid #000000;
    border-top: 8px solid #000000;
    content: "";
    height: 25px;
    left: -2px;
    position: absolute;
    top: 5px;
    transform: scaleX(-1) rotate(135deg);
    transform-origin: left top;
    width: 10px;
    display: none;
}

@-moz-keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 10px;
    }

    50% {
        height: 25px;
        width: 10px;
    }
}

@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 10px;
    }

    50% {
        height: 25px;
        width: 10px;
    }
}

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 10px;
    }

    50% {
        height: 25px;
        width: 10px;
    }
}

.checkbox input:checked + label:after {
    -moz-animation: check 0.8s ease 0s running;
    -webkit-animation: check 0.8s ease 0s running;
    animation: check 0.8s ease 0s running;
    display: block;
    width: 10px;
    height: 25px;
    border-color: #3dbfef;
}










.dropdown-content span:hover {
    background-color: #ddd
}

.show .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    background-color: #f1f1f1;
    box-shadow: 3px 8px 16px 0px rgba(0,0,0,0.5);
    z-index: 1100;
    border: 1px solid #D9D9D9;
    margin-top: 0px;
    margin-left: -11px;
    width: 220px;
    position: fixed;
}

.dropdown-value {
    font: 400 13.3333px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: black;
    line-height: 38px;
    padding-left: 34px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    font-size: 13px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px 20px;
}

.dropdown-content span {
    color: black;
    padding-left: 46px;
    font: 400 13.3333px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 38px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    font-size: 13px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 10px 9px;
    background-size: 30px 20px;
    white-space: nowrap;
    border-bottom: 1px solid #aeaeae;
}

    .dropdown-content span:last-child {
        border-bottom: none;
    }

.tr-TR {
    background-image: url(../Image/Flags/tr-TR.png);
}

.en-US {
    background-image: url(../Image/Flags/en-EN.png);
}

.de-DE {
    background-image: url(../Image/Flags/de-DE.png);
}

.ar-AE {
    background-image: url(../Image/Flags/ar-AE.png);
}



input:focus {
    outline: none;
}

body {
    font: 400 13.3333px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#div_slogan {
    color: #fff !important;
    text-align: center;
    font: 14px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    display: block;
    position: absolute;
    clear: both;
    left: 50%;
    right: 0px;
    top: 530px;
}

#spn_c {
    color: #ccc;
    text-align: center;
    font: 8px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    display: block;
    position: fixed;
    bottom: 18px;
    clear: both;
    width: 100%;
}

#div_forgotPassword {
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    cursor: pointer;
    display: block;
    position: relative;
    top: 190px;
    clear: both;
    height: 0;
    text-align: center;
    text-decoration: none;
    font: 14px/20px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

    #div_forgotPassword:hover {
        text-decoration: underline;
    }
