html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
button,
input {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h5 {
    margin: 0;
}

ul {
    margin: 1em 0;
}

ul {
    padding: 0 0 0 40px;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

form {
    margin: 0;
}

button,
input {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-weight: normal;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button {
    line-height: normal !important;
}

html,
body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'open_sansregular';
    overflow-x: auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.3px;
    font-family: 'open_sanslight';
}

a {
    font-size: 18px;
    text-decoration: none;
    font-family: 'open_sansregular';
    cursor: pointer;
    outline: 0 !important;
}

.wrap {
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
}

.wrap:before,
.wrap:after {
    content: " ";
    display: table;
}

.wrap:after {
    clear: both;
}

.wrap:before,
.wrap:after {
    content: " ";
    display: table;
}

.wrap:after {
    clear: both;
}

.continue-btn {
    float: right;
    width: 120px;
    padding: 13px 0;
    margin-top: 15px;
    border: none;
    background: #00b04b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: 'open_sansbold';
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.payment-tabs {
    padding: 0 !important;
    margin-top: 8px;
}

.payment-tabs ul {
    padding: 0 !important;
    border-bottom: 1px solid #dce2dc;
}

.payment-tabs.ui-tabs .ui-tabs-nav {
    position: relative;
    z-index: 999;
}

.payment-tabs.ui-tabs .ui-tabs-nav li {
    position: relative;
    margin: 0 5px 0 0;
    border: 1px solid #dce2dc;
    border-bottom: none;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    font-family: 'open_sansbold';
    outline: none;
    font-size: 12px;
}

.payment-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-color: #00b04b;
    background: #00b04b;
}

.payment-tabs.ui-tabs .ui-tabs-nav li a {
    display: block;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    color: #3b3e3b;
    font-size: 12px;
    font-family: 'open_sansbold';
    outline: none;
    border: none;
}

.payment-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #fff;
}

.payment-tabs.ui-tabs .ui-tabs-nav li i {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none;
    margin-left: -5px;
    width: 10px;
    height: 6px;
    background: url(tab_active_arrow.png) no-repeat;
}

.payment-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active i {
    display: block;
}

.payment-tabs .payment-tab.ui-tabs-panel {
    padding: 38px 0 0;
}

.form-row2 {
    width: 100%;
}

.form-row2 label {
    width: 100%;
    display: block;
    padding-right: 20px;
    vertical-align: middle;
    font-family: 'open_sansbold';
    font-size: 12px;
    position: relative;
    color: #00b04b;
    text-align: right;
}

.form-row2 input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 35px;
    padding: 10px 18px;
    border: none;
    border: 1px solid #dce2dc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #777f77;
}

.form-row2 td {
    float: none;
    padding: 4px;
    font-size: 12px;
}

input:disabled {
    background: #ddd;
    cursor: not-allowed !important;
}

.wrap.login-page {
    padding-top: 35px;
}

.wrap.login-page .logo {
    float: left;
    margin-bottom: 15px;
}

.welcome-slogan {
    float: right;
    font-family: "open_sansregular";
    font-size: 24px;
    color: #3c3e3b;
    margin-top: 18px;
}

.welcome-slogan span {
    font-family: "open_sansbold";
}

.login-area {
    position: relative;
    clear: both;
    width: 980px;
    margin: 0 auto;
}

.login-area .top-right-nav {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 99999;
}

.login-area .top-right-nav li {
    float: left;
    padding-right: 13px;
    margin-right: 13px;
    border-right: 1px solid #dce2dc;
}

.login-area .top-right-nav li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.login-area .top-right-nav li a {
    color: #333;
    font-size: 12px;
}

.login-area .top-right-nav li.eng a {
    color: #00b04b;
}

.virtual-keyb {
    float: right;
    color: #333;
    font-size: 12px;
    margin: 25px 20px 0 0;
}

#forgotPassResponsive {
    display: none;
}

.forgot-pass {
    float: right;
    clear: both;
    margin-top: 20px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.forgot-pass li {
    float: left;
    padding: 0 17px;
    width: 160px;
    background-color: #f1f3f1;
}

.forgot-pass li a {
    display: block;
    font-size: 10px;
    padding: 15px 0 15px 33px;
    height: 60px;
    color: #3b3e3b;
    font-family: "open_sansbold";
}

.forgot-pass li.pass a {
    background: url(login_forgot_icon.png) no-repeat 0 center;
    padding-top: 23px;
}

.forgot-pass li.new a {
    background: url(login_new_icon.png) no-repeat 0 center;
}

.forgot-pass li:first-child {
    border-right: 1px solid #e1e1e1;
}

.login-area .ui-tabs .ui-tabs-panel {
    padding: 0 !important;
}

.login-form {
    float: left;
    margin-right: 27px;
    padding-top: 30px;
}

.login-info-bar {
    width: 550px;
    float: left;
    padding: 33px 0 0 26px;
    border-left: 1px solid #e1e1e1;
}

.login-area .banner {
    float: left;
    margin-bottom: 25px;
    width: 100%;
    position: relative;
}

.login-area h5 {
    font-family: "open_sansbold";
    font-size: 12px;
    color: #00b04b;
    margin-bottom: 3px;
}

.login-area p {
    font-size: 12px;
    font-family: "open_sansregular";
    line-height: 18px;
    margin: 0 0 15px 0;
    padding-right: 40px;
}

.login-area .footer {
    float: left;
    border-top: 1px solid #e1e1e1;
    padding: 25px 0;
    margin-top: 25px;
    width: 100%;
}

.login-area .footer ul {
    float: right;
}

.login-area .footer ul li {
    float: left;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #dce2dc;
    color: #777f77;
    font-size: 11px;
    font-family: "open_sansregular";
}

.login-area .footer ul li a {
    font-size: 11px;
    font-family: "open_sansregular";
    color: #777f77;
}

.login-area .footer ul li:last-child {
    border: none;
}

.login-area .footer ul li.bold {
    font-family: "open_sansbold";
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.form-row2 td {
    height: 44px;
}

.login-area p a {
    font-size: 12px;
    color: #00B04B;
    font-family: "open_sansbold" !important;
}

tr.form-row2:first-child td:first-child {
    width: 257px;
}

body {
    overflow-y: scroll;
}

.login-form tr.form-row2 td.kullanici-kodu {
    width: 175px;
}

.forgot-pass li {
    width: 170px;
}

#teb-footer-logo {
    position: absolute;
    bottom: 16px;
    left: 16px;
    height: 38px;
    width: 86px;
}

#input-webklncno {
    width: auto;
}

@media (max-width: 480px) {
    .banner {
        display: none;
    }

    .login-info-bar .banner {
        display: inherit;
    }

    .wrap {
        width: 100%;
    }

    .wrap.login-page {
        width: 100%;
        padding: 15px;
        margin: 0px;
    }

    .wrap.login-page .logo {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }

    .welcome-slogan {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 22px;
    }

    .welcome-slogan span {
        display: block;
    }

    .login-area {
        width: 100%;
    }

    .login-area .banner,
    .login-area .banner img {
        float: none;
    }

    .login-area .footer {
        float: none;
    }

    .login-form {
        float: none;
        margin: 5px 0px;
        padding: 0px;
    }

    .login-form table {
        margin: auto;
        width: 85%;
    }

    .forgot-pass {
        float: none;
        width: 342px;
        height: 62px;
        margin: 15px auto 0px auto;
    }

    ul.forgot-pass li {
        width: 170px;
        height: 60px;
    }

    .login-info-bar {
        width: 100%;
        padding: 0px;
        border: none;
        float: none;
    }

    .login-area .footer ul {
        float: none;
    }

    #teb-footer-logo {
        position: inherit !important;
        bottom: auto;
        left: auto;
        height: auto;
        width: auto;
    }

    #teb-footer-logo img {
        display: block;
        margin: auto;
    }

    .top-right-nav,
    .virtual-keyb {
        display: none;
    }

    #forgotPassResponsive {
        display: block !important;
        color: #3b3e3b;
        float: left;
        width: 150px;
        height: 45px;
        font-size: 10px;
        margin-top: 15px;
        border: 1px solid #e1e1e1;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        font-family: "open_sansbold";
        padding: 13px 0px 13px 20px;
        background-color: #f1f3f1;
        background: url(login_forgot_icon.png) no-repeat 0 center;
        background-position-x: 5px;
        -ms-background-position-x: 5px;
        text-align: center;
    }

    #loginTabs UL,
    #login-info-bar1 {
        display: none;
    }

    .login-area .footer img {
        display: none;
    }

    .login-area .footer {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

    .login-area .footer ul {
        display: inline-block;
    }

    .login-form td,
    .login-form tr {
        display: inline-block;
        width: 100%;
        height: auto;
    }

    .login-form td label {
        display: inline;
    }

    .login-info-bar {
        width: 100%;
    }

    tr.form-row2:first-child td:first-child {
        width: auto;
    }

    .logo img {
        width: 140px;
        height: 49px;
    }

    #input-webklncno {
        width: 100%;
    }
}

tr.form-row2.flex {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

td.image {
    width: 64px !important;
    height: 64px !important;
}

td.image svg {
    width: 100%;
    height: 100%;
}

td.text {
    margin: 0 !important;
    padding: 0 !important;
}

td.text p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px;
}

td.text p:first-child {
    font-weight: bold;
    font-size: 22px;
    line-height: normal !important;
    margin: 12px 0 !important;
}

.TEBKlavyeTus {
    cursor: pointer;
    display: block;
    height: 30px;
    width: 30px;
}

#dkeypadnum {
    width: 145px !important;
    height: auto !important;
    background: #fff;
    z-index: 999999;
    border: 1px solid #e1e1e1;
}

#dkeypadnum .contTable {
    background: #fff;
}

#dkeypadnum td.klavyeBox {
    float: left;
}

#dkeypadnum .klavyeBoxTable {
    width: 100%;
}

#dkeypadnum .numberPart {
    color: #fff;
    padding: 20px;
    background-color: #00b04b;
}

#dkeypadnum .numberPart td {
    padding: 0 5px 5px 0;
}

#dkeypadnum table {
    border-collapse: inherit;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
}

#dkeypadnum .numberPart {
    padding-bottom: 5px;
}

#dkeypadnum .numberPart {
    background: url(sanalklavye-number_bg.gif) #00b04b no-repeat 20px 20px;
}

.close-keyboard {
    width: 50px;
    height: 49px;
    background: url(close.png) no-repeat;
    display: inline-block;
    position: absolute;
    right: -59px;
    border: 1px solid #e1e1e1;
}

html,
body,
form,
.wrap.login-page {
    height: 100%;
}

@media (max-width: 480px) {
    .banner {
        display: none;
    }

    .login-info-bar .banner {
        display: inherit;
    }

    .wrap {
        width: 100%;
    }

    .wrap.login-page {
        width: 100%;
        padding: 15px;
        margin: 0px;
    }

    .wrap.login-page .logo {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }

    .welcome-slogan {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 22px;
    }

    .welcome-slogan span {
        display: block;
    }

    .login-area {
        width: 100%;
    }

    .login-area .banner,
    .login-area .banner img {
        float: none;
    }

    .login-area .footer {
        float: none;
    }

    .login-form {
        float: none;
        margin: 5px 0px;
        padding: 0px;
    }

    .login-form table {
        margin: auto;
        width: 85%;
    }

    .forgot-pass {
        float: none;
        width: 342px;
        height: 62px;
        margin: 15px auto 0px auto;
    }

    ul.forgot-pass li {
        width: 170px;
        height: 60px;
    }

    .login-info-bar {
        width: 100%;
        padding: 0px;
        border: none;
        float: none;
    }

    .login-area .footer ul {
        float: none;
    }

    #teb-footer-logo {
        position: inherit !important;
        bottom: auto;
        left: auto;
        height: auto;
        width: auto;
    }

    #teb-footer-logo img {
        display: block;
        margin: auto;
    }

    .top-right-nav,
    .virtual-keyb {
        display: none;
    }

    #forgotPassResponsive {
        display: block !important;
        color: #3b3e3b;
        float: left;
        width: 150px;
        height: 45px;
        font-size: 10px;
        margin-top: 15px;
        border: 1px solid #e1e1e1;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        font-family: "open_sansbold";
        padding: 13px 0px 13px 20px;
        background-color: #f1f3f1;
        background: url(login_forgot_icon.png) no-repeat 0 center;
        background-position-x: 5px;
        -ms-background-position-x: 5px;
        text-align: center;
    }

    #loginTabs UL,
    #login-info-bar1 {
        display: none;
    }

    .login-area .footer img {
        display: none;
    }

    .login-area .footer {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

    .login-area .footer ul {
        display: inline-block;
    }

    .login-form td,
    .login-form tr {
        display: inline-block;
        width: 100%;
        height: auto;
    }

    .login-form td label {
        display: inline;
    }

    .login-info-bar {
        width: 100%;
    }

    tr.form-row2:first-child td:first-child {
        width: auto;
    }

    .logo img {
        width: 140px;
        height: 49px;
    }

    #input-webklncno {
        width: 100%;
    }
}

@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-regular-webfont.woff') format('woff'), url('opensans-regular-webfont.ttf') format('truetype'), url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('opensans-light-webfont.eot');
    src: url('opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-light-webfont.woff') format('woff'), url('opensans-light-webfont.ttf') format('truetype'), url('opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-bold-webfont.woff') format('woff'), url('opensans-bold-webfont.ttf') format('truetype'), url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-regular-webfont.woff') format('woff'), url('opensans-regular-webfont.ttf') format('truetype'), url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-bold-webfont.woff') format('woff'), url('opensans-bold-webfont.ttf') format('truetype'), url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}