[gizli] {
    display: none;
}

.yazi-kalin {
    font-weight: 900;
}

.yazi-italik {
    font-style: italic;
}

.font-kalin {
    font-family: kalin;
}

.font-ince {
    font-family: ince;
}

.font-rakam {
    font-family: rakam;
}

.font-ince {
    font-family: ince;
}

.yazi-buyuk {
    font-size: 18px;
}

.yazi-kucuk {
    font-size: 15px;
}

.yazi-kucuk>i {
    font-size: 13px;
}

.popup_php_hata {
    height: 250px;
    text-align: left;
}

.tasiyici .bolum {
    display: block;
    width: 100%;
}

.tasiyici .bolum .baslik {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0px 15px 0px 15px;
    box-sizing: border-box;
    font-family: kalin;
    font-size: 18px;
}

.tasiyici .bolum .baslik>[son_baslik_buton] {
    margin-right: -15px;
}

.tasiyici .bolum .baslik>.arama {
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(31, 30, 30, 0.1);
    border: 0px;
    outline: 0px;
    border-radius: 4px;
    color: #636160;
    caret-color: #585452;
    font-family: ince;
    font-size: 14px;
}

.tasiyici .bolum .baslik>span {
    border-radius: 4px;
    text-align: center;
}

.tasiyici .bolum .parca {
    display: block;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
}

.ic_buton {
    float: right;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.ic_buton>i {
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.dusen_menu_ikonlu {
    width: 50px;
    height: 50px;
}

.input_grubu>.dusen_menu {
    width: 35px;
    height: 35px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dusen_menu[selekt_buton_ikon] {
    width: 35px;
    height: 35px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dusen_menu[selekt_buton_yazi] {
    width: 70px;
    height: 35px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}



.dusen_menu {
    position: relative;
    cursor: pointer;
}

.dusen_menu>i {
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.buton.ikon.dusen_menu {
    width: 45px;
    height: 45px;
}

.buton.ikon.dusen_menu>i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
}

.buton.ikon.kucuk.dusen_menu {
    width: 35px;
    height: 35px;
}

.buton.ikon.kucuk.dusen_menu>i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}

.buton.ikon.mini.dusen_menu {
    width: 30px;
    height: 30px;
}

.buton.ikon.mini.dusen_menu>i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}


.input_grubu>.dusen_menu>i {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.dusen_menu[selekt_buton_ikon]>i {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.dusen_menu>.dusenler {
    position: absolute;
    top: calc(100% + 15px);
    right: 5px;
    width: 200px;
    z-index: 60;
    padding: 0px 0px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px -2px #000;
    border-radius: 4px;
    font-family: ince;
}


.input_grubu>.dusen_menu>.dusenler {
    right: 0px;
}

.dusen_menu.buton-asagi>.dusenler {
    top: calc(100% + 20px);
}


.dusen_menu>.dusenler.sol {
    left: 5px;
    right: unset;
}

.dusen_menu.buton-asagi>.dusenler.sol {
    left: -2px;
    right: unset;
}

.dusen_menu.buton-etiket>.dusenler.sol {
    left: -2px;
    right: unset;
}


.dusen_menu>.dusenler>.dusen {
    display: block;
    height: 35px;
    line-height: 35px;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: left;
    font-weight: 900;
    font-size: 15px;
}


.dusen_menu>.dusenler>.dusen>i {
    display: inline-block;
    height: 35px;
    vertical-align: top;
    text-align: center;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
}

body.animasyon .dusen_menu>.dusenler>.dusen>i {
    transition: color 0.2s ease-in-out;
}

.dusen_menu>.dusenler>.cikinti {
    display: block;
    position: absolute;
    top: -26px;
    right: 12px;
    width: 12px;
    height: 40px;
    overflow: hidden;
    transform: rotate(90deg);
}

.dusen_menu>.dusenler.sol>.cikinti {
    left: 18px;
    right: unset;
}

.dusen_menu>.dusenler>.cikinti:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 30px;
    height: 30px;
    background: #f5f3f0;
    background: initial;
    transform: rotate(55deg) skew(21deg);
    margin-top: -12px;
    border-radius: 4px;
    margin-left: -8px;
    box-shadow: 0px 0px 4px -2px #000;
}

.dusen_menu.buton-etiket>.dusenler>.cikinti:after {
    background: #629cca;
}

.baslik_kaydirma {
    float: right;
    height: 50px;
}

.baslik_kaydirma>.kayma_secme {
    margin-top: 10px;
}

.baslik_kaydirma>label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    font-weight: 100;
    font-size: 15px;
    font-family: ince;
}

.kayma_secme {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 35px;
    vertical-align: middle;
}

.kayma_secme.mini {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    vertical-align: middle;
}

.kayma_secme input {
    width: 1px;
    height: 1px;
}

.kayma_secme .kayma_secme_alan {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b5b5b5;
    -webkit-transition: .4s;
    transition: .4s;
}

.kayma_secme .kayma_secme_alan:before {
    position: absolute;
    content: "";
    height: 27px;
    width: 27px;
    left: 4px;
    bottom: 4px;
    background-color: #f5f3f0;
    -webkit-transition: .4s;
    transition: .4s;
}

.kayma_secme.mini .kayma_secme_alan:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #f5f3f0;
    -webkit-transition: .4s;
    transition: .4s;
}

.kayma_secme input:checked+.kayma_secme_alan {
    background-color: #629cca;
}

.kayma_secme input:focus+.kayma_secme_alan {
    box-shadow: 0 0 1px #629cca;
}

.kayma_secme input:checked+.kayma_secme_alan:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
}

.kayma_secme.mini input:checked+.kayma_secme_alan:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.kayma_secme .kayma_secme_alan.yuvarlak {
    border-radius: 35px;
}

.kayma_secme.mini .kayma_secme_alan.yuvarlak {
    border-radius: 30px;
}

.kayma_secme .kayma_secme_alan.yuvarlak:before {
    border-radius: 50%;
}

span.paragraf {
    font-family: normal;
    word-break: break-word;
    text-align: justify;
    width: 100%;
    display: block;
    white-space: pre-line;
}


div[class*='kol']>label:not(.kayma_secme):not(.checkbox):not(.radiobutton):not(.duz_kayma) {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    min-height: 17px;
}


div[class*='kol']>.girdi {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(31, 30, 30, 0.1);
    border: 0px;
    outline: 0px;
    border-radius: 4px;
    color: #636160;
    caret-color: #585452;
    font-family: ince;
    font-size: 14px;
}

div[class*='kol']>.girdi[disabled] {
    background: rgba(31, 30, 30, 0.3);
    cursor: no-drop;
    color: #4a4847;
}

div[class*='kol']>.girdi[silinecek] {
    background: rgba(105, 11, 11, 0.3);
}

div[class*='kol']>.girdi:focus {
    background: rgba(31, 30, 30, 0.2);
}

.kutu-sari div[class*='kol']>.girdi {
    background: rgb(245, 243, 240);
}

.kutu-sari div[class*='kol']>.girdi:focus {
    background: rgb(245, 243, 240, 0.9);
}

.kutu-koyu div[class*='kol']>.girdi {
    background: rgb(245, 243, 240);
}

.kutu-koyu div[class*='kol']>.girdi:focus {
    background: rgb(245, 243, 240, 0.9);
}

.kutu-mavi div[class*='kol']>.girdi {
    background: rgb(245, 243, 240);
}

.kutu-mavi div[class*='kol']>.girdi:focus {
    background: rgb(245, 243, 240, 0.9);
}



div[class*='kol']>.girdi.buyuk_yazi {
    font-size: 16px;
}

div[class*='kol']>.girdi.buyuk {
    font-size: 17px;
    height: 40px;
    line-height: 40px;
}

div[class*='kol']>.girdi.kucuk {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
}

div[class*='kol']>textarea.girdi {
    height: auto;
    resize: vertical;
    min-height: 80px;
    font-family: ince;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;

}

div[class*='kol']>.input_grubu {
    position: relative;
}


div[class*='kol']>.input_grubu>.girdi {
    float: left;
    width: calc(100% - 35px);
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    background: rgba(31, 30, 30, 0.1);
    border: 0px;
    outline: 0px;
    border-radius: 4px;
    color: #636160;
    caret-color: #585452;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-family: ince;
    font-size: 14px;
}

div[class*='kol']>.input_grubu>.girdi[disabled] {
    background: rgba(31, 30, 30, 0.3);
    cursor: no-drop;
    color: #4a4847;
}

div[class*='kol']>.input_grubu>.girdi[silinecek] {
    background: rgba(105, 11, 11, 0.3);
}


div[class*='kol']>.input_grubu.simgesiz>.girdi {
    width: 100%;
    border-radius: 4px;
}

div[class*='kol']>.input_grubu.kucuk>.girdi {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    width: calc(100% - 30px);
}

div[class*='kol']>.input_grubu.kucuk.simgesiz>.girdi {
    width: 100%;
    border-radius: 4px;
}

div[class*='kol']>.input_grubu>.girdi.buyuk_yazi {
    font-size: 16px;
}

div[class*='kol']>.girdi.buyuk {
    font-size: 17px;
    height: 40px;
    line-height: 40px;
}



div[class*='kol']>.input_grubu>.girdi:focus {
    background: rgba(31, 30, 30, 0.2);
}

div[class*='kol']>.input_grubu>i:nth-child(1) {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


div[class*='kol']>.input_grubu>.kayma_secme+.girdi {
    width: calc(100% - 80px);
    margin-left: 10px;
    float: right;
}

div[class*='kol']>.input_grubu.kucuk>i:nth-child(1) {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


div[class*='kol']>.input_grubu>i:nth-child(1)+.girdi {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

div[class*='kol']>.input_grubu>i:nth-child(2) {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

div[class*='kol']>.input_grubu.kucuk>i:nth-child(2) {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


div[class*='kol']>.input_grubu>.ikonsuz:nth-child(1) {
    float: left;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


div[class*='kol']>.input_grubu>.ikonsuz_mini:nth-child(1) {
    float: left;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}



div[class*='kol']>.input_grubu>.ikonsuz:nth-child(1)+.girdi {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: calc(100% - 100px);
}

div[class*='kol']>.input_grubu>.ikonsuz_sag_buton:nth-child(1)+.girdi {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: calc(100% - 215px);
}

div[class*='kol']>.input_grubu>.ikonsuz_mini:nth-child(1)+.girdi {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: calc(100% - 40px);
}




div[class*='kol']>.uyari {
    display: block;
    width: 100%;
    min-height: 35px;
    line-height: 35px;
    border-radius: 4px;
    font-family: ince;
}

div[class*='kol']>.uyari-mini {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
    font-family: ince;
}

div[class*='kol']>.uyari[class*='kutu-'] {
    padding: 0px 10px;
}

div[class*='kol']>.uyari-mini[class*='kutu-'] {
    padding: 0px 10px;
}

div[class*='kol']>.buton {
    vertical-align: top;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 4px;
    font-family: ince;
    font-size: 1em;
    cursor: pointer;
    text-align: center;
    border: 2px solid #636160;
}

div[class*='kol']>.buton.gizli {
    display: none;
}

form div[class*='kol']>.buton {
    font: unset;
}

div[class*='kol']>.buton.kucuk {
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
}

div[class*='kol']>.buton.kucuk.dar {
    padding: 0px 8px;
}

div[class*='kol']>.buton.mini {
    height: 30px;
    line-height: 30px;
    padding: 0px 8px;
}

div[class*='kol']>.buton.mini.dar {
    padding: 0px 6px;
}

div[class*='kol']>.buton.ikon {
    width: 45px;
    text-align: center;
    padding: 0px;
}

div[class*='kol']>.buton.ikon+.girdi {
    width: calc(100% - 65px);
    margin-right: 20px;
}

div[class*='kol']>.buton.kucuk.ikon {
    width: 35px;
    text-align: center;
    padding: 0px;
}

div[class*='kol']>.buton.kucuk.ikon+.girdi {
    width: calc(100% - 50px);
    margin-right: 15px;
}

div[class*='kol']>.buton.mini.ikon {
    width: 30px;
    text-align: center;
    padding: 0px;
}

div[class*='kol']>.buton.mini.ikon+.girdi {
    width: calc(100% - 40px);
    margin-right: 10px;
}


div[class*='kol']>.buton>i {
    padding-right: 5px;
}

div[class*='kol']>.buton.ikon>i {
    padding: 0px;
}

div[class*='kol']>.buton[class*='kutu-'] {
    border: 0px;
}

div[class*='kol']>.buton:not([class*='kutu-']) {
    line-height: 36px;
}

div[class*='kol']>.buton.kucuk:not([class*='kutu-']) {
    line-height: 32px;
}

div[class*='kol']>.buton.mini:not([class*='kutu-']) {
    line-height: 26px;
}

div[class*='kol']>.buton-asagi {
    position: relative;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0px 25px 0px 10px;
    border-radius: 4px;
    font-family: ince;
    cursor: pointer;
    border: 2px solid #636160;
}

div[class*='kol']>.buton-asagi[class*='kutu-'] {
    border: 0px;
}

div[class*='kol']>.buton-asagi:not([class*='kutu-']) {
    line-height: 32px;
}



div[class*='kol']>.buton-asagi:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 7px;
    transform: rotate(45deg);
    border: 3px solid #f5f3f0;
    border-top: 0px;
    border-left: 0px;
    border-radius: 1px;
}

.buton-etiket {
    position: relative;
    vertical-align: top;
    display: inline-block;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    margin-right: 5px;
}

.buton-etiket[class*='kutu-'] {
    border: 0px;
}

*[modal] {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 75;
}

*[modal]>*:first-child {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 78;
    width: 98%;
}

*[modal] .bolum.kaydir {
    max-height: 98vh;
    overflow: hidden;
}



.ust_bar_bosluk {
    margin-top: 80px;
    height: calc(100vh - 80px) !important;
}

button[selekt] {
    position: relative;
    text-align: left;
    padding: 0px;
    z-index: 2;
}

button[selekt].acik {
    z-index: 5;
}

div[class*='kol']>[selekt] {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: rgba(31, 30, 30, 0.1);
    border-radius: 4px;
    color: #636160;
    font-family: ince;
    padding-left: 10px;
    cursor: pointer;
    overflow: hidden;
    font-size: 14px;
}

div[class*='kol']>[selekt][disabled] {
    background: rgba(31, 30, 30, 0.3);
    cursor: no-drop;
}

div[class*='kol']>[selekt][silinecek] {
    background: rgba(105, 11, 11, 0.3);
}

div[class*='kol']>[selekt_buton_ikon] {
    float: left;
    vertical-align: top;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    font-size: 15px;
}

div[class*='kol']>[selekt_buton_ikon] {
    float: left;
    vertical-align: top;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    font-size: 15px;
}

div[class*='kol']>[selekt_buton_ikon][sag] {
    float: right;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


div[class*='kol']>[selekt_buton_ikon]+[selekt] {
    float: left;
    width: calc(100% - 35px);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

div[class*='kol']>[selekt_buton_ikon][sag]+[selekt] {
    float: right;
    width: calc(100% - 35px);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


div[class*='kol']>[selekt_buton_yazi] {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    font-size: 15px;
}


div[class*='kol']>[selekt_buton_yazi]+[selekt] {
    width: calc(100% - 70px);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}





div[class*='kol']>[selekt]:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 10px;
    transform: rotate(45deg);
    border: 3px solid #615d59;
    border-top: 0px;
    border-left: 0px;
    border-radius: 1px;
}

div[class*='kol']>[selekt].acik {
    height: auto;
    overflow: visible;
}

div[class*='kol']>[selekt]>[opsiyonlar] {
    position: absolute;
    top: 40px;
    left: 0px;
    display: none;
    width: 100%;
    z-index: 1;
    box-shadow: 0px 0px 5px -2px #000;
    border-radius: 4px;
    max-height: 140px;
}

div[class*='kol']>[selekt]>[opsiyonlar][yukari] {
    top: unset;
    bottom: 40px;
}

div[class*='kol']>[selekt]>input.selekt_ara {
    position: absolute;
    top: 40px;
    display: none;
    width: 100%;
    height: 35px;
    border: 0px;
    background: #f5f3f0;
    padding: 0px 10px;
    margin-left: -10px;
    box-shadow: 0px 0px 5px -2px #000, 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    z-index: 1;
    color: #636160;
    caret-color: #585452;
}

div[class*='kol']>[selekt]>input.selekt_ara+[opsiyonlar] {
    top: 75px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /* max-height: 105px; */
}

div[class*='kol']>[selekt].acik>input.selekt_ara {
    display: block;
}

div[class*='kol']>[selekt].acik>[opsiyonlar] {
    display: block;
}

div[class*='kol']>[selekt].acik>[opsiyonlar] [opsiyon] {
    padding: 0px 10px;
}

div[class*='kol']>[selekt].acik>[opsiyonlar] [opsiyon_hayalet] {
    display:none;
}

div[class*='kol']>[selekt].acik>[opsiyonlar] [opsiyon_secilemez] {
    padding: 0px 10px;
    cursor: not-allowed;
}

div[class*='kol']>[selekt].acik>[opsiyonlar] [opsiyon_baslik] {
    padding: 0px 5px;
    font-weight: 900;
    cursor: auto;
}

div[class*='kol']>[selekt].acik>[opsiyonlar] [opsiyon][secili] {
    background: rgba(0, 0, 0, 0.15);
}

div[class*='kol']>[ayaks_ara] {
    position: relative;
}

div[class*='kol']>[ayaks_ara]>[opsiyonlar] {
    position: absolute;
    top: 40px;
    left: 0px;
    display: none;
    width: 100%;
    z-index: 2;
    box-shadow: 0px 0px 5px -2px #000;
    border-radius: 4px;
    max-height: 140px;
    line-height: 35px;
}

div[class*='kol']>[ayaks_ara]>div.input_label {
    display: none;
    position: absolute;
    right: 40px;
    top: 7.5px;
    height: 20px;
    line-height: 20px;
    /*background: #f5f3f0;*/
    background: #629cca;
    color: #fbfbfb !important;
    padding: 0px 5px;
    border-radius: 50px;
    font-size: 13px;
}

div[class*='kol']>.simgesiz[ayaks_ara]>div.input_label {
    right: 7px;
}

div[class*='kol']>.kucuk[ayaks_ara]>div.input_label {
    top: 5px;
}



div[class*='kol']>[ayaks_ara].acik>[opsiyonlar] {
    display: block;
}

div[class*='kol']>.kucuk[ayaks_ara].acik>[opsiyonlar] {
    line-height: 30px;
    max-height: 120px;
}

div[class*='kol']>[ayaks_ara]>[opsiyonlar] [opsiyon] {
    padding: 0px 10px;
    cursor: pointer;
}



.buyuk_sayfa_ikonu {

    display: inline-block;
    vertical-align: top;
    font-size: 38px;
    height: 40px;
    line-height: 40px;
}

.fatura_sonuc_ikonu {
    position: absolute;
    top: 3px;
    right: 25px;
    width: 24px !important;
    height: 24px !important;
}

.fatura_sonuc_ikonu>i {
    vertical-align: top;
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
}

.fatura_sonuc_ikonu>.dusenler {
    right: -2px;
}

[odeme_yeri] {
    display: none;
}

[class*='hover'] {
    cursor: pointer;
}

[parmak] {
    cursor: pointer;
}


.etiket {
    position: relative;
    display: inline-block;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    padding-right: 30px;
    background: #629cca;
    color: #fbfbfb;
    border-radius: 50px;
}

.etiket>span:last-child {
    position: absolute;
    color: #a09b99;
    width: 20px;
    height: 20px;
    background: #fbfbfb;
    border-radius: 50px;
    text-align: center;
    line-height: 17px;
    right: 5px;
    top: 5px;
    font-family: arial;
    cursor: pointer;
}


#alt_logo {
    display: block;
    width: 100%;
    height: 90px;
    text-align: center;
}

#alt_logo>svg {
    margin-top: 29px;
}



.tablar {
    display: block;
    width: 100%;
}

.tab {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    font-size: 15px;
    background: #ccc8c6;
    color: #615d59;
    border-radius: 4px;
    cursor: pointer;
}

.tab.aktif {
    background: #888381;
    color: #f5f3f0;
}

.tab>i {
    line-height: 35px;
}


.tab>span {
    padding-left: 10px;
}


@media (max-width:960px) {
    .tab>span {
        display: none;
    }

    .tab {
        padding: 0px 10px;
        height: 35px;
        line-height: 35px;
    }

    .tab>i {
        font-size: 20px;
        line-height: 35px;
    }
}


.genel_tablo {
    width: 100%;
    border-spacing: 0px;
}

.genel_tablo>thead>tr>th {
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px;
    font-weight: 900;
}

.genel_tablo>thead>tr>th:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.genel_tablo>tbody>tr>td {
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px;
}

.genel_tablo>tbody>tr:last-child>td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.genel_tablo>tbody>tr>td:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

[tab_govde] {
    display: none !important;
}

.aktif[tab_govde] {
    display: block !important;
}

.not_alani {
    width: 100%;
    min-height: 100px;
}

.not {
    display: block;
}

.not>.not_baslik {
    font-weight: 900;
    display: block;
}

.not>.not_icerik {
    display: inline-block;
}

.not>.not_sil {
    padding: 3px 5px;
    display: inline-block;
    border-radius: 4px;
    font-size: 13px;
    margin: 5px 0px;
    cursor: pointer;
}


div[fatura_sonuc_gizli] {
    display: none;
}

.ayaks_komponent_alani {
    display: none !important;
}



[havuzdan] {
    position: relative;
}

[havuzdan]:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 17px;
    border: 3px solid #888381;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    margin-top: -10px;
    border-radius: 4px;
}

.yazi-acik[havuzdan]:after {
    border: 3px solid #f5f3f0;
    border-top-color: transparent;
    border-left-color: transparent;
}


.detay_baslik {
    display: inline-block;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
}

.detay_baslik>i {
    font-size: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.detay_baslik>span {
    vertical-align: middle;
    display: inline-block;
}

.detay_baslik>span>div:first-child {
    font-size: 22px;
    font-weight: 900;
}

.detay_baslik>span>div:last-child {
    font-size: 15px;
}

.kategori-label {
    border-radius: 7px;
    padding: 3px !important;
    color: white;
    display: inline-block;
    margin: 0px 5px;
}

.etiket-label {
    border: 1.2px solid #629cca;
    border-radius: 8px;
    padding: 3px !important;
    color: #629cca;
    display: inline-block;
    margin: 0px 5px;
}

.kategorisiz-label {
    background: rgba(31, 30, 30, 0.1);
    border-radius: 7px;
    padding: 3px !important;
    color: white;
    display: inline-block;
    margin: 0px 5px;
}

.etiketsiz-label {
    border: 1.2px solid #86b4da7e;
    border-radius: 8px;
    padding: 3px !important;
    color: #86b4da7e;
    display: inline-block;
    margin: 0px 5px;
}

.input-kaldir {
    position: absolute;
    right: 25px;
    top: 38px;
    font-size: 22px;
}

.listele-navigasyon {
    display: block;
    width: 100%;
    border-radius: 8px;
    background: #fbfbfb;
    cursor: pointer;
    padding: 15px;
    padding-bottom: 0px;
    font-size: 0px;
    word-spacing: 14px;
}

.listele-navigasyon>* {
    word-spacing: 0px;
    margin-bottom: 14px;
}

.listele-navigasyon:hover {
    background: #ececeb;
}

.listele-navigasyon>i {
    display: inline-block;
    font-size: 34px;
    width: 40px;
    height: 34px;
    vertical-align: middle;
    text-align: center;
}

.listele-navigasyon>div {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.listele-navigasyon>div>strong {
    display: block;
    margin-bottom: 2px;
}

.sayfa_basi_bosluk {
    display: block;
    width: 100%;
    height: 5px;
}

.sayfa_sonu_bosluk {
    display: block;
    width: 100%;
    height: 90px;
}

.tablo_boslugu {
    width: 100%;
    min-height: 200px;
    line-height: 200px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 25px;
    text-align: center;
}

.tablo_boslugu>div {
    display: inline-block;
    width: 100%;
    line-height: 25px;
    text-align: center;
    font-family: kalin;
    font-size: 17px;
}

.orta_mesaj {
    width: 100%;
    line-height: 200px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 25px;
    text-align: center;
}

.orta_mesaj>div {
    display: inline-block;
    width: 100%;
    line-height: 25px;
    text-align: center;
    font-family: kalin;
    font-size: 17px;
}

.kucuk_mesaj {
    display: inline-block;
    width: 100%;
    margin: auto;
    padding: 0px 15px;
    line-height: 35px;
    text-align: center;
    font-family: kalin;
    font-size: 17px;
}

.kucuk_mesaj>div {
    display: inline-block;
    width: 100%;
    margin: auto;
    padding: 25px 15px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.kucuk_mesaj>i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 25px;
    line-height: 50px;
}

div[class*='kol']>.panel {
    border-radius: 10px;
    padding: 15px;
    font-size: 0px;
}

div[class*='kol']>.panel>div {
    display: inline-block;
    width: 78%;
    font-size: 15px;
    vertical-align: top;
}

div[class*='kol']>.panel>div>* {
    display: block;
}

div[class*='kol']>.panel>div>span {
    font-weight: 900;
}

div[class*='kol']>.panel>i {
    display: inline-block;
    width: 22%;
    font-size: 40px;
    vertical-align: top;
    text-align: right;
    height: 100%;
}

div[class*='kol']>.uyg_buton {
    border-radius: 10px;
    padding: 15px;
    font-size: 0px;
}

div[class*='kol']>.uyg_buton>div {
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    font-weight: 900;
    vertical-align: top;
    text-align: center;
}

div[class*='kol']>.uyg_buton.ikonlu>div {
    width: 78%;
    text-align: left;
}

div[class*='kol']>.uyg_buton.kare>div {
    width: 100%;
    display: block;
    text-align: center;

    height: auto;
    line-height: unset;
}

div[class*='kol']>.uyg_buton>i {
    display: inline-block;
    width: 22%;
    font-size: 35px;
    vertical-align: top;
    text-align: center;
    height: 100%;
}

div[class*='kol']>.uyg_buton.sadece_ikon>i {
    width: 100%;
}

div[class*='kol']>.uyg_buton.kare>i {
    width: 100%;
    display: block;
    padding-bottom: 10px;
}


.kopyalanabilir {
    display: inline;
    background: unset;
    border: 0px;
    outline: 0px;
    text-align: center;
    font-family: inherit;
    font-size: inherit;
}


label.duz_kayma {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    vertical-align: top;
    width: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.duz_kayma>input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 0px;
    outline: 0px !important;
}

label.duz_kayma>span {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dedddb;
    border-radius: 4px;
}

label.duz_kayma:hover>input~span {
    background-color: #c4c1bd;
}

label.duz_kayma>input:disabled {
    display: none;
}

label.duz_kayma>input:disabled~span {
    background-color: unset;
}

label.duz_kayma>input:checked~span {
    background-color: #888480;
}

label.duz_kayma>span:after {
    content: "";
    position: absolute;
    display: none;
}

label.duz_kayma>input:checked~span:after {
    display: block;
}

label.duz_kayma>input~span:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rozet {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 23px;
    border-radius: 50px;
    text-align: center;
    vertical-align: text-bottom;
}


#giris_arkaplan {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #222222;
}

.orta_kutu {
    position: absolute;
    min-width: 280px;
    width: 95%;
    max-width: 350px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 4px;
}

.kutu_sabit {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    text-align: center;
    font-size: 22px;
    border-radius: 4px;
    position: absolute;
    top: 20px;
    right: -10px;
    cursor: pointer;
}

.kutu_sabit.sola {
    right: unset;
    left: -10px;
}

form {
    font-size: 1em;
}


main.kayit>.logo {
    display: block;
    margin: 20px auto;
    text-align: center;
}

main.kayit>.logo>svg.svg_logo {
    height: 35px;
}

.kayan_sayfa {
    position: absolute;
    top: 0px;
    left: 100%;
    transition: left 0.4s ease-in-out;
}

.kayan_sayfa:first-child {
    left: 0px;
}

.kayan_sayfa.sola {
    left: -100%;
}

.kayan_sayfa.sola+.kayan_sayfa:not(.sola) {
    left: 0px;
}

main.kayit {
    padding: 0px !important;
}

.kayan_sistem {
    width: 100%;
    padding: 10px 0px;
}

.kayan_sistem>.sayfalar {
    width: 100%;
}

.kayan_sistem>.sayfalar>div {
    display: none;
}

.kayan_sistem>.sayfalar>div.aktif {
    display: block;
}

.kayan_sistem>.kontroller {
    width: 100%;
    padding: 0px 15px;
    font-size: 0px;
}

.kayan_sistem>.kontroller>div {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    cursor: pointer;
    font-size: 30px;
    font-weight: 900;
}

.kayan_sistem>.kontroller>div {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.kayan_sistem>.kontroller>div:first-child:nth-last-child(1) {
    width: 100%;
}

.kayan_sistem>.kontroller>div:first-child:nth-last-child(2),
.kayan_sistem>.kontroller>div:first-child:nth-last-child(2)~div {
    width: 50%;
}

.kayan_sistem>.kontroller>div:first-child:nth-last-child(3),
.kayan_sistem>.kontroller>div:first-child:nth-last-child(3)~div {
    width: 33.3333%;
}

.kayan_sistem>.kontroller>div:first-child:nth-last-child(4),
.kayan_sistem>.kontroller>div:first-child:nth-last-child(4)~div {
    width: 25%;
}

.kayan_sistem>.kontroller>div:first-child:nth-last-child(5),
.kayan_sistem>.kontroller>div:first-child:nth-last-child(5)~div {
    width: 20%;
}

.kayan_sistem>.kontroller>div:first-child:nth-last-child(6),
.kayan_sistem>.kontroller>div:first-child:nth-last-child(6)~div {
    width: 16.6666%;
}

.kayan_sistem>.kontroller>div:first-child:nth-last-child(7),
.kayan_sistem>.kontroller>div:first-child:nth-last-child(7)~div {
    width: 14.2857%;
}

.kayan_sistem>.kontroller>div:first-child:nth-last-child(8),
.kayan_sistem>.kontroller>div:first-child:nth-last-child(8)~div {
    width: 12.5%;
}

.kayan_sistem>.kontroller>div:hover {
    background: rgba(0, 0, 0, 0.1);
}

.kayan_sistem>.kontroller>div.aktif {
    background: rgba(0, 0, 0, 0.15);
}

.kayan_sistem>.kontroller>div.aktif+div {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.kayan_sistem>.kontroller>div:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.kayan_sistem>.kontroller>div:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.kayan_sistem>.kontroller>div:first-child {
    border-left: 0px !important;
}

.kayan_sistem>.kontroller>div:last-child {
    border-right: 0px !important;
}

.b-0 {
    border: 0px !important;
}

.b-1 {
    border: 1px solid rgba(31, 30, 30, 0.1) !important;
}

.b-2 {
    border: 2px solid rgba(31, 30, 30, 0.1) !important;
}

.b-3 {
    border: 3px solid rgba(31, 30, 30, 0.1) !important;
}

.b-4 {
    border: 4px solid rgba(31, 30, 30, 0.1) !important;
}

.b-5 {
    border: 5px solid rgba(31, 30, 30, 0.1) !important;
}

.b-ust {
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
}

.b-alt {
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
}

.b-sol {
    border-bottom: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
}

.b-sag {
    border-left: 0px !important;
    border-bottom: 0px !important;
    border-top: 0px !important;
}


.b-dikey {
    border-left: 0px !important;
    border-right: 0px !important;
}

.b-yatay {
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.b-hafif {
    border-color: rgba(31, 30, 30, 0.2) !important;
}



.checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox.buyuk {
    padding-left: 29px;
    line-height: 24px;
}

.checkbox>input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0px;
    width: 0px;
}

.checkbox>span {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dedddb;
    border-radius: 4px;
}

.checkbox.buyuk>span {
    height: 24px;
    width: 24px;
}

.checkbox:hover>input~span {
    background-color: #c4c1bd;
}

.checkbox>input:checked~span {
    background-color: #888480;
}

.checkbox>span:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox>input:checked~span:after {
    display: block;
}

.checkbox>span:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox.buyuk>span:after {
    left: 8px;
    top: 4px;
    width: 8px;
    height: 13px;
}


.radiobutton {
    display: block;
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radiobutton.buyuk {
    padding-left: 29px;
    line-height: 24px;
}

.radiobutton>input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0px;
    width: 0px;
}

.radiobutton>span {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dedddb;
    border-radius: 100px;
}

.radiobutton.buyuk>span {
    height: 24px;
    width: 24px;
}

.radiobutton:hover>input~span {
    background-color: #c4c1bd;
}

.radiobutton>input:checked~span {
    background-color: #888480;
}

.radiobutton>span:after {
    content: "";
    position: absolute;
    display: none;
}

.radiobutton>input:checked~span:after {
    display: block;
}

.radiobutton>span:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.radiobutton.buyuk>span:after {
    top: 8px;
    left: 8px;
}