﻿html {
    min-height:100%;
}
body {
    background: url("../images/page-background.jpg") no-repeat center center;
    background-size: cover;
    height: 100%;
    color:#000;
    font-family: 'akhand_softextralight';
    /*min-height:100%;*/
    min-height:100vh;
}
div, .bb {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
#wrapper {
    /*min-height: 100%;*/
    min-height: calc(100vh - 126px);
    position: relative;
}
#wrapper:after {
    content: "";
    display: table;
    clear: both;
}
#menuicon {
    display: none;
}
#sidebar-bg {
    width: 25%;
    background: rgba(255,255,255,0.23);
    position:fixed;
    top:0;
    bottom: 0;
    z-index:1;
}
#sidebar {
    float: left;
    width: 25%;
    font-size: 20px;
    z-index: 2;
    position:relative;
}
#sidebarWrapper {
    padding: 61px 15% 61px 10%;
}
#customerType {
    font-family: 'akhand_softbold';
    font-size: 28px;
    height: 86px;
    padding-left: 110px;
    margin-bottom: 20px;
}
#customerType.bireysel {
    background: url(../images/customer-bireysel-black.png) no-repeat 0 0;
    line-height: 86px;
}
#customerType.tesisatci {
    background: url(../images/customer-bireysel-black.png) no-repeat 0 0;
    line-height: 43px;
}
#welcome {
    margin-bottom: 20px;
    text-transform: uppercase;
}
#menuWrapper {}
#mainMenu {
    font-family: 'akhand_softextralight';
    margin: 0;
    padding: 0;
}
#mainMenu li {
    list-style: none;
    padding:0;
    margin:0;
}
#mainMenu > li {}
#mainMenu li a {
    color: #000;
    display: block;
    border-bottom: 1px #000 solid;
    line-height: 28px;
    padding:5px 16px;
}
#mainMenu li a.active {
    font-family: 'akhand_softbold';
    /*font-size: 24px;*/
}
#mainMenu ul {
    margin: 0;
    padding: 0;
    display: none;
}
#mainMenu > li:last-child > a {
    border:none;
}
#mainMenu > li:last-child li a {
    border:none;
    border-top: 1px #000 solid;
}
#mainMenu ul li a {
    padding-left: 25px;
}
#contentWrapper {
    float: left;
    width: 63%;
    margin-left:2%;
    padding-top: 70px;
}
#contentWrapper > .mesajlariniz {
    position: absolute;
    right: 5%;
    top: 50px;
    font-family: 'akhand_softextralight';
    font-size: 24px;
    color: #000;
    background: url(../images/mesaj.png) no-repeat center 0;
    padding-top: 30px;
}
.collapseBtn {
    display: block;
    background: rgba(255,255,255,0.23);
    font-family: 'akhand_softbold';
    font-size: 26px;
    line-height: 30px;
    padding:20px 0 20px 40px;
    color: #000;
    margin-bottom: 10px;
}
.collapseDiv {
    padding: 20px 0 35px 40px;
    display: none;
}
.form {
    max-width:763px;
}
.formrow { 
    display: block;
}
.formrow:after {
    content: "";
    display: table;
    clear: both;
}
.formrow > label {
    position: relative;
    width: 195px;
    padding-right:5px;
    font-size: 22px;
    float: left;
    display: block;
    line-height: 31px;
    flex-shrink: 0;
}
.formrow > span {
    padding-left:15px;
    font-size: 22px;
    display: inline-block;
    line-height: 31px;
}
.formrow label:after {
    position: absolute;
    content: ":";
    right: 0;
    top: -2px;
}
.formrow > label.fw {
    width:100%;
}
.formrow > label.fw::after {
    display:none;
}
.formrow > label small {
    display: block;
    font-size: 18px;
    line-height: 18px;
}
.formrow input[type=text], .formrow input[type=password], 
.formrow input[type=file], .formrow input[type=number], 
.formrow textarea, .formrow select {
    background: rgba(255,255,255,0.23);
    width: 530px;
    color: #000;
    height: 21px;
    display: block;
    border: 0;
    padding:5px;
    font-family: 'akhand_softextralight';
    float: right;
    margin-bottom: 11px;
}
.formrow textarea {
    min-height: 60px;
}
.formrow select {
    height: 31px;
    width: 540px;
}
.formrow select option {
    color:#353535;
}
.formrow .submitButton {
    background: #2d7488;
    color: #fff;
    font-family: 'akhand_softbold';
    font-size: 24px;
    border: 0;
    width: 109px;
    height: 52px;
    margin-top: 25px;
    cursor: pointer;
}

.formrow2 {
    display: flex; /* Flexbox ile öğeleri yatayda hizalar */
    align-items: center; /* Dikeyde ortalama */
}

    .formrow2 > label {
        position: relative;
        width: 195px;
        padding-right: 5px;
        font-size: 22px;
        float: left;
        display: block;
        line-height: 31px;
        flex-shrink: 0;
    }

    .formrow2 label:after {
        position: absolute;
        content: ":";
        right: 0;
        top: -2px;
    }

    .formrow2 > label.fw {
        width: 100%;
    }

        .formrow2 > label.fw::after {
            display: none;
        }

    .formrow2 > label small {
        display: block;
        font-size: 18px;
        line-height: 18px;
    }

    .formrow2 input[type="file"] {
        margin-left:20px;
        background: rgba(255,255,255,0.23);
        width: 450px;
        color: #000;
        height: 21px;
        border: 0;
        padding: 5px;
        font-family: 'akhand_softextralight';
        margin-bottom: 11px;
    }

    .formrow2 button {
        cursor: pointer;
    }

.inputDiv {
    width: 540px;
    float: left;
    vertical-align: middle;
}
.inputDiv > span {
    display: inline-block;
}
.checkLabel {
    line-height: 32px;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 30px;
}
#BilgilendirmeTercihleriForm.form {
    max-width: 100%;
}
#BilgilendirmeTercihleriForm .formrow > label {
    width:265px;
}
#BilgilendirmeTercihleriForm .inputDiv {
    width:auto;
    padding-left:30px;
}
#GuvenlikAyarlariForm {
    float:left;
    width:calc( 100% - 400px );
}
#GuvenlikAyarlariForm input {
    width:calc( 100% - 225px );
}
#son-islemler {
    float: right;
    width: 374px;
    background: #2d7488;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    font-family: 'akhand_softextralight';
}
#son-islemler h2 {
    text-align:center;
    font-size:22px;
    padding-bottom:5px;
    border-bottom:2px #fff solid;
}
#son-islemler ul {
    padding-left:20px;
}
#son-islemler li {
    margin-bottom:15px;
}
.swal-text {
    font-size:20px;
}
.swal2-popup .swal2-content {
    text-align:center;
}
.swal2-popup #swal2-content {
    color: rgba(0,0,0,.64);
    font-size: 20px;
    margin:0 auto;
    width: auto;
    max-width: 100%;
    text-align: left !important;
    display:inline-block !important;
}
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
}
.table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
}
.yakici-cihazlar {
    display: block;
    font-size: 22px;
    float: left;
    margin-left: 13px;
    padding: 0;
    border-collapse: collapse;
    border-right: 1px #000 solid;
    border-top: 1px #000 solid;
}
.yakici-cihazlar tr {
    padding: 0;
}
.yakici-cihazlar th {
    text-align: left;
    padding: 5px;
    padding-right: 10px;
    border-left: 1px #000 solid;
    border-bottom: 1px #000 solid;
}
.yakici-cihazlar td {
    padding: 5px;
    padding-right: 10px;
    border-left: 1px #000 solid;
    border-bottom: 1px #000 solid;
}
#footer {
    position: relative;
    width: 75%;
    bottom: 0;
    left: 25%;
    right: auto;
    background: rgba(255,255,255,0.3);
    height: 60px;
    text-align:center;
}
#footer .copyright {
    color:#2b2b2b;
    font-family: 'akhand_softextralight';
    font-size:18px;
    line-height: 22px;
    padding-top:19px;
}