input:-webkit-autofill {
    background-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
}

 .logo_menuler{ width:100%; margin: 35px auto; width: 40%;}
.logo_menuler_son{
    margin: 0px auto;
    float: left;
    padding-top: 27px;
    padding-left: 18px;

}
.logo img { width:70%;} 

.disable { opacity: 0.5; pointer-events: none; }

.ayar {display: flex !important;
    flex-direction: column !important;
    float: left;
    font-size: 10px !important;
     justify-content: center;
    /* left:17px; */
    line-height: 12px !important;
    margin: 0;
    position: relative;
    width: 45px;

}

.ygadv {display: flex !important;
    flex-direction: column !important;
    float: left;
    font-size: 10px !important;
     justify-content: center;
    /* left:-82px; */
    line-height: 12px !important;
    margin: 0;
    position: relative;
    width: 51px;
}

.top-0 { top:0px !important;} 

.bg-white {background-color: white!important; }
.bg-gray-10 {background-color: #ededed!important; }
.bg-gray-20 {background-color: #dadada!important; }
.bg-gray-30 {background-color: #c6c6c6!important; }
.bg-gray-40 {background-color: #b2b2b2!important; }
.bg-gray-50 {background-color: #9d9d9c!important; color: white !important; }
.bg-gray-60 {background-color: #878787!important; color: white !important; }
.bg-gray-70 {background-color: #706f6f!important; color: white !important; }

.bg-soft-yesil {background-color: #e6faed!important;}
.bg-acik-yesil {background-color: #e0ffde!important;} 
.bg-soft-mavi {background-color: #eaf0e8!important;}
.bg-acik-sari {background-color: #feffde!important;}
.bg-acik-mavi {background-color: #d1e4ed!important;}
.bg-acik-kirmizi {background-color: #eee2c9!important;}


#popup_hata {
    color: #ec660e;
    margin-bottom: 10px;
    text-align: left;
}

#cd-popup-mesaj i.eksik { background: #e5d35b none repeat scroll 0 0;
    color: #333;
    float: left;
    font-family: "Roboto",Arial,Helvetica,sans-serif, fontawesome;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 26px;
    left:7px;
          overflow-wrap: break-word;
    padding: 13px 10px 6px;
    position:absolute;
    text-align: left;
    top:7px;
    width:78.40%;

	}


	#cd-popup-mesaj i.onay { background: #95c11e none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-family: "Roboto",Arial,Helvetica,sans-serif, fontawesome;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 26px;
    left:7px;
          overflow-wrap: break-word;
    padding: 13px 10px 6px;
    position:absolute;
    text-align: left;
    top:7px;
    width:78.40%;

	}

.sinif { width:100%; height:30px; float:left; text-align:center;  padding:10px;  }
 .logout {display: flex !important;
    flex-direction: column !important;
    float: left;
    font-size: 10px !important;
    height: 35px !important;
    justify-content: center;
    /* left: 110px; */
    line-height: 12px !important;
    margin: 0;
    position: relative;
    width: 45px;}

	.logout i, .ayar i{
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
	margin-bottom:3px;}

.kutu_kucuk { display: flex !important; flex-direction: column !important;float: left;font-size: 10px !important;height: 60px !important;justify-content: center !important;line-height: 12px !important;margin-right: 15px; position: relative !important;width: 65px !important;	}

.kutu { width:200px !important; height:200px !important; display: flex!important;flex-direction: column!important; line-height: 26px!important;justify-content: center!important;position: relative!important;text-align: center!important; font-size:22px!important; }
.ust_bg {background-color: #dadad9; height:400px; position: absolute; top: 0;width: 100%;}
.ust_bg_son { position:relative;background-color: #dadad9;border-bottom: 6px solid #fff;height: 90px;;width: 100%;	z-index: 999;	}

.en_zemin{
background: linear-gradient(
to left,
#DADAD9 20%,
#DADAD9 80%,
#878786 80%,
#878786 100%
);
display:block;
height: 100%;
width: 100%;
position:fixed;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.custom-select {
  position: relative;
  text-align: left;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #fff;
}

.custom-select.state-error {
    border: 1px solid #ec660e;
}
.custom-select.state-success {
    border: 1px solid #95c11e;
}

.select-selected:after {
  position: absolute;
  font-style: normal;
  pointer-events: none;
  display: none\9;
  right: 13px;
  content: '\25BC';
  color: #777;
  z-index: 15;
}

.select-selected:before {
  content: '';
  pointer-events: none;
  -moz-transition: none;
  transition: none;
  position: absolute;
  background: #F5F5F5;
  width: 36px;
  right: 1px;
  top: 1px;
  bottom: 1px;
}

.select-items div, .select-selected {
  padding: 8px 10px;
  cursor: pointer;
  height: 30px;
  border: 1px solid #dadada;
  font-size: 11px;
}

.select-items {
  position: absolute;
  background-color: #ecece2;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  color: #777;
  max-height: 240px;
  min-height: auto;
  overflow-y: auto;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
}

.kisa-select .select-items {
  max-height: 120px;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #e1dfcf;
}

.flex-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px; /* Butonlar arası boşluk */
}

.flex-buttons button {
    flex: 1 1 calc(20% - 10px); /* 5 buton varsa %20 eksi boşluk kadar */
    min-width: 120px; /* Gerekirse minimum genişlik */
}

.zemin{width: 100%;padding-top: 60px;}

.zeminle{	background-color: #878786;height: 1460px;margin-left: -155px;margin-top: -70px;position: absolute;width: 400px;}
.right{float:right !important; display:block;}
.beyaz li{	 text-decoration:none; margin-bottom:10px;	 list-style-type:none;	 color: #878786;}
.beyaz{padding: 0px;	margin: 0px; }
.ogrenci-alt-beyaz li{ text-decoration:none;	 margin-bottom:15px;	 list-style-type:none;	 color: #878786;	 width:200px;	 margin-right: -32px;}

.ogrenci-alt-beyaz{padding: 0px;float: right;margin:31px 0px 0px 57px;}

.zemin-acik-gri {background-color: #b2b2b2 !important; color: #fff !important;}
/* @button
------------------------------------------------------ */
.smart-forms .btn-beyaz-yesil {color: #878786!important; background-color: #fff!important; text-align:left;padding-left:20px;line-height: 35px !important; }
.smart-forms .btn-beyaz-yesil:hover{ color: #fff!important; background-color: #95c11e!important; }
.smart-forms .btn-beyaz-yesil.aktif{ color: #fff!important; background-color: #95c11e!important; }
.smart-forms .btn-beyaz-yesil:active{ color: #fff!important; background-color: #95c11e!important; }
.smart-forms .btn-beyaz-yesil { line-height: 35px !important;}


.smart-forms .btn-beyaz-mor {color: #878786!important; background-color: #fff!important; text-align:left;padding-left:20px;line-height: 35px !important; }
.smart-forms .btn-beyaz-mor:hover{ color: #fff!important; background-color: #0c4ca2!important; }
.smart-forms .btn-beyaz-mor.aktif{ color: #fff!important; background-color: #0c4ca2!important; }
.smart-forms .btn-beyaz-mor:active{ color: #fff!important; background-color: #0c4ca2!important; }
.smart-forms .btn-beyaz-mor { line-height: 35px !important;}

/*.smart-forms .btn-ogrenci {color: #878786; background-color: #fff; text-align:left;padding-left:20px; }*/


.btn-ayar {background-color: #878786 !important; color: #fff !important;line-height: 10px !important;  }
.btn-ayar:hover{ color: #878786 !important; background-color: #fff !important; }
.btn-ayar:focus { color: #878786 !important; background-color: #fff !important; }
.btn-ayar:active{ color: #878786 !important; background-color: #fff !important; }

.btn-ayar-b {background-color: #646363 !important; color: #fff !important;line-height: 10px !important;  }
.btn-ayar-b:hover{ color: #646363 !important; background-color: #fff !important; }
.btn-ayar-b.aktif{ color: #646363 !important; background-color: #fff !important; }
.btn-ayar-b:active{ color: #646363 !important; background-color: #fff !important; }

.btn-etut-b {background-color: #0c4ca2 !important; color: #fff !important;line-height: 10px !important;  }
.btn-etut-b:hover{ color: #0c4ca2 !important; background-color: #fff !important; }
.btn-etut-b.aktif{ color: #0c4ca2 !important; background-color: #fff !important; }
.btn-etut-b:active{ color: #0c4ca2 !important; background-color: #fff !important; }

.smart-forms .btn-beyaz-mavi  {color: #878786!important; background-color: #fff!important; text-align:left;padding-left:20px;line-height: 35px !important; }
 .smart-forms .btn-beyaz-mavi:hover{ color: #fff!important; background-color: #36a9e0!important; }
.smart-forms .btn-beyaz-mavi.aktif {color: #fff !important;background-color: #36a9e0 !important;}
 .smart-forms .btn-beyaz-mavi:active{ color: #fff!important; background-color: #36a9e0!important; }

.smart-forms .btn-beyaz-siyah {color: #878786!important; background-color: #fff!important; text-align:left;padding-left:20px;line-height: 35px !important; }
.smart-forms .btn-beyaz-siyah:hover{ color: #fff!important; background-color: #646363!important; }
.smart-forms .btn-beyaz-siyah.aktif { color: #fff!important; background-color: #646363!important; }
.smart-forms .btn-beyaz-siyah:active{ color: #fff!important; background-color: #646363!important; }

 .smart-forms .btn-beyaz-kirmizi {color: #878786!important; background-color: #fff!important; text-align:left;padding-left:20px; line-height: 35px !important;}
.smart-forms  .btn-beyaz-kirmizi:hover{ color: #fff!important; background-color: #ec660e!important; }
.smart-forms  .btn-beyaz-kirmizi.aktif { color: #fff!important; background-color: #ec660e!important; }
.smart-forms  .btn-beyaz-kirmizi:active{ color: #fff!important; background-color: #ec660e!important; }


 .btn-gri-yesil {color: #fff!important; background-color: #878786!important; text-align:left;padding-left:18px;line-height:37px !important; }
 .btn-gri-yesil:hover{ color: #fff!important; background-color:#95c11e!important;; }
.btn-gri-yesil.aktif { color: #fff!important; background-color: #95c11e!important; }
.btn-gri-yesil:active{ color: #fff!important; background-color: #95c11e!important; }

.btn-gri-kirmizi {color: #fff!important; background-color: #878786!important; text-align:left;padding-left:18px;line-height:37px !important; text-decoration:none!important; cursor:pointer !important; }
.btn-gri-kirmizi:hover{ color: #fff!important; background-color:#ec660e!important; }
.btn-gri-kirmizi.aktif { color: #fff!important; background-color: #ec660e!important; }
.btn-gri-kirmizi:active{ color: #fff!important; background-color: #ec660e!important; }

.btn-gri-mavi {color: #fff!important; background-color: #878786!important; text-align:left;padding-left:20px; line-height:37px !important;}
.btn-gri-mavi:hover{ color: #fff!important; background-color:#00acee!important; }
.btn-gri-mavi.aktif { color: #fff!important; background-color: #00acee!important; }
.btn-gri-mavi:active{ color: #fff!important; background-color: #00acee!important; }

.smart-forms .btn-ogrenci {color: #878786; text-align:left;padding-left:20px; background: linear-gradient(to left, #878786 8%, #878786 8%, #878786 16%, #dadad9 8%);height: 100%; width: 100%; }
.smart-forms .btn-ogrenci:hover{ color: #fff; background-color: #95c11e; }
.smart-forms .btn-ogrenci.aktif { color: #fff; text-align:left;padding-left:20px; background: linear-gradient(to left, #95c11e 8%, #878786 8%, #878786 16%, #95c11e 8%);height: 100%; width: 100%; }
.smart-forms .btn-ogrenci:active{color: #fff; text-align:left;padding-left:20px; background: linear-gradient(to left, #95c11e 8%, #878786 8%, #878786 16%, #95c11e 8%);height: 100%; width: 100%; }

.smart-forms .btn-hesap {color: #878786; text-align:left;padding-left:20px; background: linear-gradient(to left, #878786 8%, #878786 8%, #878786 16%, #dadad9 8%);height: 100%; width: 100%; }
.smart-forms .btn-hesap:hover{ color: #fff; background-color: #36a9e0; }
.smart-forms .btn-hesap.aktif{ color: #fff; text-align:left;padding-left:20px; background: linear-gradient(to left, #36a9e0 8%, #878786 8%, #878786 16%, #36a9e0 8%);height: 100%; width: 100%; }
.smart-forms .btn-hesap:active{color: #fff; text-align:left;padding-left:20px; background: linear-gradient(to left, #36a9e0 8%, #878786 8%, #878786 16%, #36a9e0 8%);height: 100%; width: 100%; }


.smart-forms .btn-kasa {color: #878786; text-align:left;padding-left:20px; background: linear-gradient(to left, #878786 8%, #878786 8%, #878786 16%, #dadad9 8%);height: 100%; width: 100%; }
.smart-forms .btn-kasa:hover{ color: #fff; background-color: #ec660e; }
.smart-forms .btn-kasa.aktif { color: #fff; text-align:left;padding-left:20px; background: linear-gradient(to left, #ec660e 8%, #878786 8%, #878786 16%, #ec660e 8%);height: 100%; width: 100%; }
.smart-forms .btn-kasa:active{color: #fff; text-align:left;padding-left:20px; background: linear-gradient(to left, #ec660e 8%, #878786 8%, #878786 16%, #ec660e 8%);height: 100%; width: 100%; }

.smart-forms .btn-ayarla {color: #878786; text-align:left;padding-left:20px; background: linear-gradient(to left, #878786 8%, #878786 8%, #878786 16%, #dadad9 8%);height: 100%; width: 100%; }
.smart-forms .btn-ayarla:hover{ color: #fff; background-color: #646363; }
.smart-forms .btn-ayarla.aktif { color: #fff; text-align:left;padding-left:20px; background: linear-gradient(to left, #646363 8%, #878786 8%, #878786 16%, #646363 8%);height: 100%; width: 100%; }
.smart-forms .btn-ayarla:active{color: #fff; text-align:left;padding-left:20px; background: linear-gradient(to left, #646363 8%, #878786 8%, #878786 16%, #646363 8%);height: 100%; width: 100%; }

.smart-forms .btn-etut {color: #878786; text-align:left;padding-left:20px; background: linear-gradient(to left, #878786 8%, #878786 8%, #878786 16%, #dadad9 8%);height: 100%; width: 100%; }
.smart-forms .btn-etut:hover{ color: #fff; background-color: #0c4ca2; }
.smart-forms .btn-etut.aktif { color: #fff; text-align:left;padding-left:20px; background: linear-gradient(to left, #0c4ca2 8%, #878786 8%, #878786 16%, #0c4ca2 8%);height: 100%; width: 100%; }
.smart-forms .btn-etut:active{color: #fff; text-align:left;padding-left:20px; background: linear-gradient(to left, #646363 8%, #878786 8%, #878786 16%, #0c4ca2 8%);height: 100%; width: 100%; }

.dt-button{width: 74px;height: 30px;background-color: #00aff6;border: none;color: white !important;font-weight: bold;}
.dt-button:hover{background-color: #00aff6;}
    
.pagination > .active > a,
.pagination > .active > span {
    outline: none !important;
    border: none !important;
}

.pagination > li > a:focus, 
.pagination > li > a:active, 
.pagination > li > span:focus, 
.pagination > li > span:active {
    outline: none !important;
}

.arala{min-height:1px; margin: 10px auto !important;}
.arala-2{min-height:1px; margin: 2px auto !important;}
.arala-5{min-height:1px; margin: 5px auto !important;}
.arala-10{ min-height:1px; margin: 10px auto !important;}
.arala-20{min-height:1px; margin: 20px auto !important;}
.arala-30{min-height:1px; margin: 30px auto !important;}
.arala-40{min-height:1px; margin: 40px auto !important;}

.araver{float: left;margin: 0px 44px;padding: 0px;width: 0px;display:block;}
.araver-5{float: left;height: 5px;margin: 0px 44px;padding: 0px;width:100%;display:block;}
.araver-10{float: left;height: 10px;margin: 0px 44px;padding: 0px;width:100%;display:block;}
.araver-15{float: left;height: 15px;margin: 0px 44px;padding: 0px;width:100%;display:block;}
.araver-20{float: left;height: 20px;margin: 0px 44px;padding: 0px;width:100%;display:block;}
.araver-30{float: left;height: 30px;margin: 0px 44px;padding: 0px;width:100%;display:block;}
.araver-40{float: left;height: 40px;margin: 0px 44px;padding: 0px;width:100%;display:block;}



.ikili{float: left; height: 100%; width: 100%; display:block; margin-bottom:10px;}
.pad-0{ padding:0px !important;}
.pad-0-l20{ padding:0px 0px 0px 20px!important;}
.pad-5{ padding:5px !important;}
.pad-6{ padding:6px !important;}
.pad-7{ padding:7px !important;}
.pad-8{ padding:8px !important;}
.pad-10{ padding:10px !important;}
.pad-l14{ padding-left:14px!important;}
.pad-r45 { padding-right:45px!important;}

.secili_menu{ width: 100%; }
.top-25{ margin-top:25px!important; }
.top-32{ margin-top:32px!important; }

.top-30{ margin-top:31px!important; }
.bottom-0{ margin-bottom:0px!important; }

.bottom-10{ margin-bottom:10px!important; }
.bottom-15{ margin-bottom:15px!important; }
.bottom-30{ margin-bottom:30px!important; }
.bottom-40{ margin-bottom:40px!important; }
.top-20{ margin-top:20px!important; }


 .top-0{ margin-top:0px!important; }
.top-10{ margin-top:10px!important; }
.top--5{ margin-top:-6px!important; }
.top--10{ margin-top:-10px!important; }
.top--20{ margin-top:-20px!important; }
.liste-secelim {     margin:-37px -35px !important; float:right;  padding-right: 0 !important;}
 .liste-sec { margin-top:10px!important; }

.smart-forms .button-baslik {border: 0;height: 60px;color: #fff; line-height: 40px;font-size:15px; cursor: pointer;padding: 10px 20px 10px 20px;text-align: let;vertical-align: top;background: #95c11e;display: inline-block;-webkit-user-drag: none;}

 .button-ara-baslik {border: 0;height: 45px;color: #fff;line-height: 1;font-size:15px; cursor: pointer;padding:16px 10px 10px 20px;text-align: let;vertical-align: top;background: #00acee;display: inline-block;-webkit-user-drag: none; text-decoration:none!important; }
.button-ara-baslik:hover { color: #fff; background: #3cbcef !important;  }
.button-ara-baslik:active{ color: #fff; background: #3cbcef!important;  }
.button-ara-baslik.aktif{ color: #fff; background: #3cbcef!important;  }

.button-ara-baslik-green {border: 0;height: 45px;color: #fff;line-height: 1;font-size:15px; cursor: pointer;padding:16px 10px 10px 20px;text-align: let;vertical-align: top;background: #95c11e;display: inline-block;-webkit-user-drag: none; text-decoration:none!important; }
.button-ara-baslik-green:hover { color: #fff; background: #95c11e !important;  }
 .button-ara-baslik-green.aktif{ color: #fff; background: #95c11e!important;  }
 .button-ara-baslik-green:active{ color: #fff; background: #95c11e!important;  }

.net-fiyat-baslik {border: 0;height: 45px;color: #fff;line-height: 1;font-size:15px; cursor: pointer;padding:16px 10px 10px 20px;text-align: let;vertical-align: top;background: #95c11e;display: inline-block;-webkit-user-drag: none; text-decoration:none!important; }
.net-fiyat-baslik:hover { color: #fff; background: #95c11e !important;  }
.net-fiyat-baslik.aktif{ color: #fff; background: #95c11e!important;  }
 .net-fiyat-baslik:active{ color: #fff; background: #95c11e!important;  }
 
 .button-ara-baslik-kirmizi {border: 0;height: 45px;color: #fff;line-height: 1;font-size:15px; cursor: pointer;padding:16px 10px 10px 20px;text-align: let;vertical-align: top;background: #ec660e;display: inline-block;-webkit-user-drag: none; text-decoration:none!important; }
.button-ara-baslik-kirmizi:hover { color: #fff; background: #f05e4d !important;  }
.button-ara-baslik-kirmizi:active{ color: #fff; background: #f05e4d!important;  }
.button-ara-baslik-kirmizi.aktif{ color: #fff; background: #f05e4d!important;  }

 .kalan-baslik {background: #00acee none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 35px;
    line-height: 1;
    padding: 12px 10px 10px;
    text-decoration: none !important;
    vertical-align: top;}
.kalan-baslik:hover { color: #fff; background: #00acee !important;  }
.kalan-baslik.aktif{ color: #fff; background: #3cbcef!important;  }
 .kalan-baslik:active{ color: #fff; background: #3cbcef!important;  }


.smart-forms a.button-baslik,
.smart-forms span.button-baslik,
.smart-forms label.button-baslik { line-height: 42px; text-decoration: none; }
.smart-forms .button-baslik i{ font-size:14px; }
.smart-forms .button-list .button-baslik{ margin-bottom:5px; }

 .h5 { height:5px !important;  }
 .h10 { height:10px !important;  }
 .h15 { height:15px !important;  }
 .h20 { height:20px !important;  }
 .h25 { height:25px !important;  }
 .h28 { height:28px !important;  }
 .h29 { height:29px !important;  }
 .h30 { height:30px !important;  }
 .h31 { height:31px !important;  }
 .h32 { height:32px !important;  }
 .h35 { height:35px !important;  }
 .h40 { height:40px !important;  }
 .h50 { height:50px !important;  }
 .h60 { height:60px !important;  }
 .h70 { height:70px !important;  }
 .h80 { height:80px !important;  }
 .h90 { height:90px !important;  }
 .h100 { height:100px !important; }
 
 .w5 { width:5px !important;  }
 .w10 { width:10px !important;  }
 .w15 { width:15px !important;  }
 .w20 { width:20px !important;  }
 .w25 { width:25px !important;  }
 .w28 { width:28px !important;  }
 .w29 { width:29px !important;  }
 .w30 { width:30px !important;  }
 .w35 { width:35px !important;  }
 .w40 { width:40px !important;  }
 .w50 { width:50px !important;  }
 .w60 { width:60px !important;  }
 .w70 { width:70px !important;  }
 .w80 { width:80px !important;  }
 .w90 { width:90px !important;  }
 .w100 { width:100px !important; }
 .w110 { width:110px !important; }

 .kasam { background-image: linear-gradient(to right bottom, transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
    background-size: 16px 10px;
	background-color:#95c11e;
    border: 0 none;
    clear: both;
    color: #fff;
    cursor: crosshair;
    display: inline-block;
    font-size: 13px;
    overflow: hidden;
    padding: 10px 30px;}




.smart-forms .bilgibasligi { margin-top:25px; line-height: 42px;border: 0;height: 42px;width:100%;color: #fff;line-height: 1;font-size:13px; padding: 15px;display: inline-block; margin-bottom:10px;}

.color-red { color: #ec660e !important;}
.color-blue { color: #00acee !important;}
.color-green { color: #95c11e !important;}
.color-black { color: #878786 !important;}


.smart-forms .siyah_bg, .smart-forms .black_bg { background: #646363;color: white;}
.smart-forms .yesil_bg { background: #95c11e;color: white;}
.smart-forms .mavi_bg { background: #00acee;color: white;}
.smart-forms .sari_bg { background: #faa226;color: white;}
.smart-forms .kirmizi_bg { background: #ec660e;color: white;}
.smart-forms .lacivert_bg { background: #0c4ca2; color: white;}
.fulle, .yazdir, .pdf{ width:100% !important;}
.olustur-sagda { height:30px !important;
    left: -29px;
    position: relative;
    width: 100%;}


 .orta-cizgi { border-bottom:2px solid #ccc; height:1px; width:100%;  margin:30px 0px  10px 10px; float: left; }
 .orta-cizgi-ince { border-bottom:2px solid #ccc; height:1px; width:64%;  margin:20px 0px  20px 10px; float: left; }
 .gri-cizgi { border-bottom:2px solid #ccc; height:1px; width:100%;}

 .pad-l-5{ padding-left:6px!important; }
 .pad-l-0{ padding-left:0px!important; }
 .pad-r-0{ padding-right:0px!important; }
 .pad-r30{ padding-right:30px!important;}
 .pad-r10{ padding-right:10px!important;}
 .pad-r20{ padding-right:20px!important;}

 .m-0{ margin:0px!important; }
 .p-0{ padding:0px!important; }
 .p-10{ padding:10px!important; }
 .p-15{ padding:15px!important; }
 .p-20{ padding:20px!important; }

 .pl-0{ padding-left:0px!important; }
 .pr-0{ padding-right:0px!important; }
 .pt-0{ padding-top:0px!important; }
 .pb-0{ padding-bottom:0px!important; }

 .pl-5{ padding-left:5px!important; }
 .pr-5{ padding-right:5px!important; }
 .pt-5{ padding-top:5px!important; }
 .pb-5{ padding-bottom:5px!important; }

 .pl-10{ padding-left:10px!important; }
 .pr-10{ padding-right:10px!important; }
 .pt-10{ padding-top:10px!important; }
 .pb-10{ padding-bottom:10px!important; }
 
 .pl-15{ padding-left:15px!important; }
 .pr-15{ padding-right:15px!important; }
 .pt-15{ padding-top:15px!important; }
 .pb-15{ padding-bottom:15px!important; }
 
 .pl-20{ padding-left:20px!important; }
 .pr-20{ padding-right:20px!important; }
 .pt-20{ padding-top:20px!important; }
 .pb-20{ padding-bottom:20px!important; }
 
 .pl-25{ padding-left:25px!important; }
 .pr-25{ padding-right:25px!important; }
 .pt-25{ padding-top:25px!important; }
 .pb-25{ padding-bottom:25px!important; }

 .pl-30{ padding-left:30px!important; }
 .pr-30{ padding-right:30px!important; }
 .pt-30{ padding-top:30px!important; }
 .pb-30{ padding-bottom:30px!important; }
 
 .pl-35{ padding-left:35px!important; }
 .pr-35{ padding-right:35px!important; }
 .pt-35{ padding-top:35px!important; }
 .pb-35{ padding-bottom:35px!important; }
 
 .ml-auto{ margin-left:auto!important; }
 .mr-auto{ margin-right:auto!important; }
 .ml-0{ margin-left:0px!important; }
 .mr-0{ margin-right:0px!important; }
 .mt-0{ margin-top:0px!important; }
 .mb-0{ margin-bottom:0px!important;}
 
 .ml-3{ margin-left:3px!important; }
 .mr-3{ margin-right:3px!important; }
 .mt-3{ margin-top:3px!important; }
 .mb-3{ margin-bottom:3px!important;}
 
 .ml-2{ margin-left:2px!important; }
 .mr-2{ margin-right:2px!important; }
 .mt-2{ margin-top:2px!important; }
 .mb-2{ margin-bottom:2px!important;}
 
 .ml-5{ margin-left:5px!important; }
 .mr-5{ margin-right:5px!important; }
 .mt-5{ margin-top:5px!important; }
 .mb-5{ margin-bottom:5px!important;}
 
 .ml-10{ margin-left:10px!important; }
 .mr-10{ margin-right:10px!important; }
 .mt-10{ margin-top:10px!important; }
 .mb-10{ margin-bottom:10px!important;}
 
 .ml-15{ margin-left:15px!important; }
 .mr-15{ margin-right:15px!important; }
 .mt-15{ margin-top:15px!important; }
 .mb-15{ margin-bottom:15px!important;}
 
 .ml-20{ margin-left:20px!important; }
 .mr-20{ margin-right:20px!important; }
 .mt-20{ margin-top:20px!important; }
 .mb-20{ margin-bottom:20px!important;}
 
 .ml-25{ margin-left:25px!important; }
 .mr-25{ margin-right:25px!important; }
 .mt-25{ margin-top:25px!important; }
 .mb-25{ margin-bottom:25px!important;}

 .ml-30{ margin-left:30px!important; }
 .mr-30{ margin-right:30px!important; }
 .mt-30{ margin-top:30px!important; }
 .mb-30{ margin-bottom:30px!important;}
 
 .ml-40{ margin-left:40px!important; }
 .mr-40{ margin-right:40px!important; }
 .mt-40{ margin-top:40px!important; }
 .mb-40{ margin-bottom:40px!important;}
 
 .w-100{ width: 100%!important;}
 .w-75{ width: 75%!important;}
 .w-70{ width: 70%!important;}
 .w-65{ width: 65%!important;}
 .w-60{ width: 60%!important;}
 .w-55{ width: 55%!important;}
 .w-50{ width: 50%!important;}
 .w-40{ width: 40%!important;}
 .w-35{ width: 35%!important;}
 .w-30{ width: 30%!important;}
 .w-25{ width: 25%!important;}
 .w-20{ width: 20%!important;}
 .w-15{ width: 15%!important;}
 .w-10{ width: 10%!important;}
 
  .seperator{ 
    display: block;
    height: 0;
    border-bottom: 1px solid;
    border-color: #B5B5C3 ;
  }
  
 .dataTables_filter { margin-top: 0px!important;}


.smart-forms .select > select.yesil { background: #95c11e !important; color: #fff !important; padding-left: 10px !important; }
.smart-forms .select > select.mavi { background: #00acee !important; color: #fff !important; padding-left: 10px !important; }
.smart-forms .select > select.kirmizi { background: #ec660e !important; color: #fff !important; padding-left: 10px !important; }
.smart-forms .select > select.sari { background: #faa226 !important; color: #fff !important; padding-left: 10px !important; }
.smart-forms .select > select.lacivert { background: #0c4ca2 !important; color: #fff !important; padding-left: 10px !important; }
.smart-forms .select > select.siyah { background: #646363 !important; color: #fff !important; padding-left: 10px !important; }

.imput-yesil { background: #95c11e !important; color: #fff !important; }
.imput-mavi { background: #00acee !important; color: #fff !important; }
.imput-kirmizi { background: #ec660e !important; color: #fff !important;}
.imput-sari { background: #faa226 !important; color: #fff !important;}
.imput-lacivert { background: #0c4ca2 !important; color: #fff !important;}
.imput-siyah { background: #646363 !important; color: #fff !important;}
.imput-gri { background: #e7e7e7 !important;}

.smart-forms .button-yazdir {margin-top:10px;margin-bottom: 10px;line-height: 42px;border: 0;height: 42px;width:100%;color: #fff;line-height: 1;font-size:13px; cursor: pointer;padding: 15px;text-align: center;vertical-align: top;background: #646363;display: inline-block;-webkit-user-drag: none;}

.smart-forms .button-yazdir:hover { color: #fff; background: #000; }
.smart-forms .button-yazdir:active{ color: #fff; background: #000; }
.smart-forms a.button-yazdir,
.smart-forms label.button-yazdir { line-height:12px; text-decoration: none; }
.smart-forms .button-yazdir i{ font-size:14px; }
.smart-forms .button-list .button-yazdir{ margin-bottom:5px; }

.var { display:none !important; }
.kayitformu { display:none !important; }
.smart-forms .select > select { background:none; }
.tablo_zemin_beyaz { background-color:#FFF; padding:10px; width:100%; height:100%;   float: left;}
.top--25 { margin-top: -25px; }
.tablo-cizgi { border-top: 0.1px solid #ccc; height:1px; width:100%;  margin:10px !important}

.donemi {float: left !important; margin: 10px 0; margin-top: 10px;  }
span { text-shadow:none; }
.kirmizi { color:#F00; }
.center{ text-align:center;}
.bottom-10{ margin-bottom: 15px !important;    margin-top: 15px;}

/* sinif listesi */
.pad-l-20{ padding-left:0px!important; }
.pad-r-20{ padding-right:0px!important; }
.pad-l-20{ padding-left:0px!important; }
.yukseklik-35 { height:35px; }
.yukseklik-75 { height:75px; }
/* DATA TABLO SINIF LİSTESİ*/
.sinif-listesi-tablo th.select-cell, .sinif-listesi-tablo td.select-cell{ display:none;  }
.sinif-listesi .input-group-addon, .field { border-radius:0px!important; }
.sinif-listesi .btn-group > .btn-group:first-child > .btn:last-child, .sinif-listesi .btn-group > .btn-group:first-child > .dropdown-toggle, .sinif-listesi .btn-group > sinif-listesi .btn-group:last-child > .btn:first-child  { border-radius:0px!important; }  .kaydet {bottom: -45px; z-index: 99;}
.sinif-listesi .sinif-listesi-tablo td, .sinif-listesi-tablo th {
line-height:25px !important;
}
/* DATA TABLO GEÇMİŞ ÖDEME*/
.sinif-listesi-tablo th.select-cell, .sinif-listesi-tablo td.select-cell{ display:none;  }
.gecmis-odeme .input-group-addon, .field { border-radius:0px!important; }
.gecmis-odeme .btn-group > .btn-group:first-child > .btn:last-child, .gecmis-odeme .btn-group > .btn-group:first-child > .dropdown-toggle, .gecmis-odeme .btn-group > gecmis-odeme .btn-group:last-child > .btn:first-child  { border-radius:0px!important; }  .kaydet {bottom: -45px; z-index: 99;}
.gecmis-odeme .gecmis-odeme-tablo td, .gecmis-odeme-tablo th { text-align:center !important;
line-height:25px !important;
}
/* Hesap İşleri*/
#taksit-odeme tbody tr td.buttonlu { padding: 5px !important; }
.button-tablo-blue { border: 0;  width:100%; color: #fff; line-height: 1; cursor: pointer; padding:5px;text-align:center; vertical-align: top; background: #36A9E0; display: inline-block; -webkit-user-drag: none; text-decoration:none!important; }
.button-tablo-blue:hover, .button-tablo-blue:active, .button-tablo-blue:focus { color: #fff; background: #3cbcef; }

.button-tablo-red { border: 0;  width:100%; color: #fff; line-height: 1; cursor: pointer; padding:5px;text-align:center; vertical-align: top; background: #ec660e; display: inline-block; -webkit-user-drag: none; text-decoration:none!important; }
.button-tablo-red:hover, .button-tablo-red:active, .button-tablo-red:focus{ color: #fff; background: #ee720e; }
.btr-float{
	position:absolute;
}

.button-tablo-green { border: 0;  width:100%; color: #fff; line-height: 1; cursor: pointer; padding:5px;text-align:center; vertical-align: top; background: #95c11e; display: inline-block; -webkit-user-drag: none; text-decoration:none!important; }
.button-tablo-green:hover, .button-tablo-green:active, .button-tablo-green:focus{ color: #fff; background: #9dc828; }

.btr-float{
	position:absolute;
}

.table-w650 {width: 650px!important;}
.tablo-x-kaydirma {overflow-x: auto !important;}

.pointer {cursor: pointer!important;}

.min-w10 {min-width: 10px!important;}
.min-w25 {min-width: 25px!important;}
.min-w50 {min-width: 50px!important;}
.min-w75 {min-width: 75px!important;}
.min-w100 {min-width: 100px!important;}
.min-w110 {min-width: 110px!important;}
.min-w125 {min-width: 125px!important;}
.min-w150 {min-width: 150px!important;}
.min-w175 {min-width: 175px!important;}
.min-w200 {min-width: 200px!important;}

.max-w10 {max-width: 10px!important;}
.max-w25 {max-width: 25px!important;}
.max-w50 {max-width: 50px!important;}
.max-w75 {max-width: 75px!important;}
.max-w100 {max-width: 100px!important;}
.max-w125 {max-width: 125px!important;}
.max-w150 {max-width: 150px!important;}
.max-w175 {max-width: 175px!important;}
.max-w200 {max-width: 200px!important;}
.max-w350 {max-width: 350px!important;}

.min-h10 {min-height: 10px!important;}
.min-h25 {min-height: 25px!important;}
.min-h30 {min-height: 30px!important;}
.min-h50 {min-height: 50px!important;}
.min-h75 {min-height: 75px!important;}
.min-h100 {min-height: 100px!important;}
.min-h125 {min-height: 125px!important;}
.min-h150 {min-height: 150px!important;}
.min-h175 {min-height: 175px!important;}
.min-h200 {min-height: 200px!important;}

.max-h10 {max-height: 10px!important;}
.max-h25 {max-height: 25px!important;}
.max-h30 {max-height: 30px!important;}
.max-h50 {max-height: 50px!important;}
.max-h75 {max-height: 75px!important;}
.max-h100 {max-height: 100px!important;}
.max-h125 {max-height: 125px!important;}
.max-h150 {max-height: 150px!important;}
.max-h175 {max-height: 175px!important;}
.max-h200 {max-height: 200px!important;}

.button-tablo-gre { border: 0; width:100%;  color: #fff; line-height: 1; cursor: pointer; padding:5px;text-align:center; vertical-align: top; background: #878786; display: inline-block; -webkit-user-drag: none; text-decoration:none!important; }
.button-tablo-gre:hover, .button-tablo-gre:active, .button-tablo-gre:focus{ color:#fff; background: #6f6f6e; }

.kesilen {  width:100%!important; padding:15px 25px!important; }

.hata { margin: 0 0 20px; width: 100%; color:#ec660e;}

.header {
    display: flex;
    justify-content: space-between;
    height: 90px;
    margin: auto;
    max-width: 952px;
    border-bottom: var(--bs-header-desktop-default-border);
    transition: left ease; /* Hatalı olan 'leftease' düzeltilmiş */
}

.header div:nth-child(2) { 
    flex-grow: 1; /* 3. eleman boşluk bırakır */
}

.dikey-orta {display: flex; align-items: center;}
.alt-hiza {display: flex; align-items: flex-end;}

.gosterme{display:none; }
.goster{display:block; }

.gosterme-1{display:none; }
.goster-1{display:block; }

.gosterme-2{display:none; }
.goster-2{display:block; }

.gosterme-3{display:none; }
.goster-3{display:block; }

.gosterme-4{display:none; }
.goster-4{display:block; }

.gosterme-5{display:none; }
.goster-5{display:block; }

.btn-yayilma {display: block!important; width: 100%!important;}
.flex-center {display:flex!important; justify-content: center!important; align-items: center !important;}

.sol-menu-sag { display: flex; flex-wrap: nowrap; flex-direction: column; align-items: flex-end;}

.y-kaydirma-600 { max-height: 600px; overflow-y: auto;}
.y-kaydirma-500 { max-height: 500px; overflow-y: auto;}

@media only screen and (min-width: 320px) and (max-width: 640px){
.header {
    display: flex;
    flex-wrap: wrap; /* İçerikleri yan yana ve alt alta sıralamak için */
    justify-content: space-between; /* Elemanları yatayda yaymak için */
    height: 130px;
    margin: auto;
    max-width: 952px;
    border-bottom: var(--bs-header-desktop-default-border);
    transition: leftease;
    padding: 20px 20px 0px 20px;
}

.bg_content_left { background-color: #DADAD9;}
.bg_content { height: 0px !important;}

.ust-hiza {display: flex; align-items: flex-start;}
.alt-hiza {display: flex; align-items: flex-end;}

.logo { width:40%; }
.mobil-wrap {flex-wrap: wrap !important; }

.x-kaydirma {overflow-x: auto !important;}
.y-kaydirma {overflow-y: auto !important;}

.mobil-mt-0 { margin-top:0px !important; }
.mobil-mt-5 { margin-top:5px !important; }
.mobil-mt-10 { margin-top:10px !important; }
.mobil-mt-15 { margin-top:15px !important; }
.mobil-mt-20 { margin-top:20px !important; }
.mobil-mt-25 { margin-top:25px !important; }

.mobil-ml-0 { margin-left:0px !important; }
.mobil-ml-5 { margin-left:5px !important; }
.mobil-ml-10 { margin-left:10px !important; }
.mobil-ml-15 { margin-left:15px !important; }
.mobil-ml-20 { margin-left:20px !important; }
.mobil-ml-25 { margin-left:25px !important; }

.mobil-mb-0 { margin-bottom:0px !important; }
.mobil-mb-5 { margin-bottom:5px !important; }
.mobil-mb-10 { margin-bottom:10px !important; }
.mobil-mb-15 { margin-bottom:15px !important; }
.mobil-mb-20 { margin-bottom:20px !important; }
.mobil-mb-25 { margin-bottom:25px !important; }

.mobil-mr-0 { margin-right:0px !important; }
.mobil-mr-5 { margin-right:5px !important; }
.mobil-mr-10 { margin-right:10px !important; }
.mobil-mr-15 { margin-right:15px !important; }
.mobil-mr-20 { margin-right:20px !important; }
.mobil-mr-25 { margin-right:25px !important; }

.mobil-pr-0 { padding-right:0px !important; }
.mobil-pr-5 { padding-right:5px !important; }
.mobil-pr-10 { padding-right:10px !important; }
.mobil-pr-15 { padding-right:15px !important; }
.mobil-pr-20 { padding-right:20px !important; }
.mobil-pr-25 { padding-right:25px !important; }

.mobil-pl-0 { padding-left:0px !important; }
.mobil-pl-5 { padding-left:5px !important; }
.mobil-pl-10 { padding-left:10px !important; }
.mobil-pl-15 { padding-left:15px !important; }
.mobil-pl-20 { padding-left:20px !important; }
.mobil-pl-25 { padding-left:25px !important; }

.mobil-m-0 { margin:0px !important; }
.mobil-p-0 { padding:0px !important; }
.mobil-p-5 { padding:5px !important; }
.mobil-p-10 { padding:10px !important; }
.mobil-p-15 { padding:15px !important; }

.mobil-w0 { width:10% !important; }
.mobil-w10 { width:10% !important; }
.mobil-w15 { width:15% !important; }
.mobil-w20 { width:20% !important; }
.mobil-w25 { width:25% !important; }
.mobil-w30 { width:30% !important; }
.mobil-w35 { width:35% !important; }
.mobil-w40 { width:40% !important; }
.mobil-w45 { width:45% !important; }
.mobil-w50 { width:50% !important; }
.mobil-w55 { width:55% !important; }
.mobil-w60 { width:60% !important; }
.mobil-w65 { width:65% !important; }
.mobil-w70 { width:70% !important; }
.mobil-w75 { width:75% !important; }
.mobil-w80 { width:80% !important; }
.mobil-w85 { width:85% !important; }
.mobil-w90 { width:90% !important; }
.mobil-w95 { width:95% !important; }
.mobil-w100 { width:100% !important; }

.mobil-left { text-align:left !important; }
.mobil-right { text-align:right  !important; }

.mobil-min-w10 {min-width: 10px!important;}
.mobil-min-w25 {min-width: 25px!important;}
.mobil-min-w40 {min-width: 40px!important;}
.mobil-min-w50 {min-width: 50px!important;}
.mobil-min-w75 {min-width: 75px!important;}
.mobil-min-w100 {min-width: 100px!important;}
.mobil-min-w125 {min-width: 125px!important;}
.mobil-min-w150 {min-width: 150px!important;}
.mobil-min-w175 {min-width: 175px!important;}
.mobil-min-w200 {min-width: 200px!important;}

.mobil-table-w650 {width: 650px!important;}
.mobil-table-w550 {width: 550px!important;}
.mobil-table-w450 {width: 450px!important;}

.mobil-bootgrid-header {margin-top: 10px !important; text-align: left !important; width: 100% !important; float: left!important;}

.ekleme-kutusu-orange { display:none  !important; }
.ekleme-kutusu-kirmizi { display:none  !important; }
.ekleme-kutusu-yesil { display:none  !important; }
.ekleme-kutusu-mavi { display:none  !important; }

.resimci {max-width: 388px !important;}

.sol-menu-sag {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.m-page_wrap_700{
	min-width:1px;
	width:90%;
	margin:0 auto;
}

.smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .button {
    padding-left: 10px; }

.mobil-flex {display: flex !important; align-items: center !important; flex-wrap: wrap !important;}

.kutular { order: 2;}
.ayarlarim {
    order: 1;
    display: flex;
    justify-content: flex-end;
    }
.container-fluid {padding-right: 0px!important; padding-left: 0px!important;}
.row {margin-right: 0px!important; margin-left: 0px!important;}
.bootgrid-header .actionBar, .bootgrid-footer .infoBar { text-align: left !important; padding: 0px!important;}
.col-sm-6 {padding-left: 0px!important;}

html, body {
    overflow-x: hidden; /* Sayfanın yana kaymasını tamamen engeller */
    max-width: 100%;
}

.smart-forms .section {
    margin-bottom: 0px;
}

    #kt_yazdir .colm, 
    #kt_yazdir .colm4 {
        width: auto !important;
        padding: 0px !important;
        float: none !important;
    }


#grid.table { margin-left: 0px !important;}
}

@media only screen and (min-width: 320px) and (max-width: 640px){
.kaydet {bottom:0px;}
.araver{display:none; }
.logo_menuler_son {width: 60%;} /*margin: 28px 20px;*/
.logo_menuler { margin: 15px auto;width: 80%;}
.bgor-container {margin: 15px auto 40px;}
.logo_menuler { margin: 15px auto 43px;}
.ortala { text-align: -moz-center; }
.logo img {width: 100%;}

.ortala { width: 50% !important; padding-left: 5px !important;}
.kutu { width: 170px !important; height: 170px !important; }
.gri_bg {background: #DADAD9 none repeat scroll 0 0;}
.en_zemin{ display:none; }

.ust_bg_son {height: 130px;}

.min-w {min-width: 100%;}

.zemin{background:#DADAD9; }
.zeminle {display:none !important; }
.right { float:none; }

.smart-forms .btn-ogrenci {color:#fff ; background: #878786; }
.smart-forms .btn-ogrenci:hover{color:#fff ;background-color: #95c11e; }
.smart-forms .btn-ogrenci:focus {background:#95c11e ; }
.smart-forms .btn-ogrenci:active{background:#95c11e;}

.smart-forms .btn-etut {color:#fff ; background: #878786; }
.smart-forms .btn-etut:hover{color:#fff ;background-color: #0c4ca2; }
.smart-forms .btn-etut:focus {background:#0c4ca2; }
.smart-forms .btn-etut:active{background:#0c4ca2;}

.smart-forms .btn-hesap {color:#fff ; background: #878786; }
.smart-forms .btn-hesap:hover{color:#fff ;background-color: #00acee; }
.smart-forms .btn-hesap:focus {background:#00acee ; }
.smart-forms .btn-hesap:active{background:#00acee;}

.smart-forms .btn-kasa {color:#fff ; background: #878786; }
.smart-forms .btn-kasa:hover{color:#fff ;background-color: #ec660e; }
.smart-forms .btn-kasa:focus {background:#ec660e ; }
.smart-forms .btn-kasa:active{background:#ec660e;}

.smart-forms .btn-ayarla {color:#fff ; background: #878786; }
.smart-forms .btn-ayarla:hover{color:#fff ;background-color: #646363; }
.smart-forms .btn-ayarla:focus {background:#646363 ; }
.smart-forms .btn-ayarla:active{background:#646363;}

.smart-forms .btn-hesap.aktif { background: #00acee;}
.smart-forms .btn-etut.aktif { background: #0c4ca2;}
.smart-forms .btn-kasa.aktif { background: #ec660e;}
.smart-forms .btn-ogrenci.aktif { background: #95c11e;}
.smart-forms .btn-ayarla.aktif { background: #646363;}

.bgor_kasa-container { margin-top: 25px !important;margin-bottom: 0px !important; }
.ogrenci-alt-beyaz { padding-left: 20px !important; padding-right: 15px !important; }

.ogrenci-alt-beyaz li { width: 180px !important; }

.ogrenci-alt-beyaz {float: left; margin: 0px;}
.top-20 { margin-top: 0px;}
.pad-0-l20 {padding:0px !important;}
.kayitformu { display:none !important; }

.m-gosterme { display:none !important; }
.pad-r20 { padding-right: 0px !important;}

.notgiralan {margin-left: 0px !important; width: 100% !important;}
.dataTables_filter { text-align: right !important;}
.dataTables_info, .dataTables_paginate { text-align: left !important;}

}


@media print{

  .none { display:none !important; }
.print_1 { width: 225px; height:100%; margin:0 auto; padding:0px 10px 0px 0px; float:left; display:inline-block;  }
.print_2 {width: 235px; height:100%; margin:0 auto; padding:0 15px; float:left;display:inline-block; }
.print_3{ width: 230px; height:100%; margin:0 auto; padding:0 10px ; float:left;display:block;}
.print_full { width: 800px; height:842px; margin:0 auto; padding:0px 10px 0px 0px; float:left; display:inline-block; }

.dtrh{max-width:300px;height:100%; margin:0 auto; padding:0px; display:block; }

.dtrh1, .dtrh2, .dtrh3, .dtrh4{height:100%; margin:0 auto; padding:0px 2px; float:left; display:inline-block; }
.dtrh1{ margin-top:10px !important;}
.dtrh2{ max-width: 40px;}
.dtrh1, .dtrh3, .dtrh4 { max-width: 60px;}

.bolum1, .bolum2, .bolum3, .bolum4, .bolum5 { height:100%; margin:0 auto; padding:0px 5px;display:inline-block; }

.bolum1{width: 100%;}
.bolum2 {width: 300px;}
.bolum3 {width: 200px;}
.bolum4 {width: 150px;}
.bolum5 {width: 100px;}

.var {display:block !important; }
.block {display: block !important; }
.smart-wrap, .pad-l40,pad-r20 {padding:0px!important; }
.zemin { height:100%; background:none; padding-top:0px; }
.en_zemin { display:none !important;}

.gri_bg { background:#fff; }
.bgor_kasa-container { margin:10px auto; }
.logo_menuler_son {padding-left: 18px; }
.smart-forms .bilgibasligi {background: url(../images/878786.png) repeat fixed !important; color:#fff!important; }

.smart-forms .select,
.smart-forms .gui-input,
.smart-forms .gui-textarea,
.smart-forms .select > select,
.smart-forms .select-multiple select {border: 0.1px solid #ccc;height: 30px; font-size: 14px;}

.kayitformu { display:block !important;margin:0 auto; padding:0 15px 0px 0;}
.detay_formu { display:block !important;margin:0 auto; padding:0px; position: absolute; -webkit-position: absolute; -moz-position: absolute; z-index:-1;}

.smart-forms .gui-input,
.smart-forms .gui-textarea {padding: 5px;}
.smart-forms .gui-textarea {height: 82px; }

.smart-forms .switch,
.smart-forms .option,
.smart-forms .field-label {color: #666 !important; margin: 2px 0!important; }

html, body { height: 97%; }
.yazimiz { border-top:6px solid #ccc;margin: 0; font-size: 12px;	font-family:Arial, Helvetica, sans-serif;	font-weight:400;
color:#666; outline:none; line-height:13px;     float: left;    margin-top: 40px; }
strong{ font-weight:600; }
h2{ font-weight:600; font-size:13px; margin-bottom: -7px;}
h3{ font-weight:400; font-size:13px; margin-bottom: -7px;}

.ogrenci-detay .kod_no{ margin-left: 600px!important; position: fixed; bottom: 0; float:left; margin-bottom:10px;}
.kod_no{ bottom: 10px;     float: left;    margin-left: 560px;    position: fixed;}

.smart-forms .select > select{padding: 5px; border:thin;}
.smart-forms .select > i { display:none;}
 .print-full { width: 100%!important; padding-left: 0px!important;}
 table {  width: 76%;}
 .tablo_zemin_beyaz { background-color:none;}
.colm6 { width: 100%!important;}

.ogrenci-detay .print-isim {
bottom: 135px !important;
    display: block !important;
    margin-left: 130px !important;
    position: fixed !important;
    width: 300px !important;
    z-index: 14;

}
.ogrenci-detay  .print-tc { bottom: 112px !important;
    display: block !important;
    margin-left: 130px !important;
    position: fixed !important;
    width: 300px !important;
    z-index: 14;
	}
.ogrenci-detay  .print-adres {

 bottom: 42px !important;
    display: block !important;
    margin-left: 130px !important;
    position: fixed !important;
	height:80px !important;
    width: 300px !important;
    z-index: 14;}

.ogrenci-detay .select, .ogrenci-detay .gui-input, .ogrenci-detay .gui-textarea, .ogrenci-detay .select > select, .ogrenci-detay .select-multiple select {border:none!important; background-color:transparent!important;}
#keywords .dik-cizgi {   background-color:transparent!important;}
#keywords th{ display:none;}
.tablo_zemin_beyaz{ background:none !important;}
.ogrenci-detay  #keywords tbody tr td { border:none !important;}
#keywords { display: table;    font-size: 13px !important;    margin-left: 20px;    margin-top: 80px !important;}
#keywords  td.yazi_sil {  text-indent: -9999px;}
.ogrenci-detay #keywords  td.toplam {   margin:36px 0 0 430px; position: absolute; font-size:15px; }
.ogrenci-detay #keywords  td.kalan {   font-size: 15px;    margin:312px 0 0 217px;    position: absolute; color:#000;}
.ogrenci-detay #keywords  td span.var, #keywords  td span.hastek_kalan { float:left; display:block; }
.ogrenci-detay #keywords  td.yazi_ile { font-size: 13px;     margin:368px 0 0 120px;    position: absolute; }
.kirmizi { color:#000; }



}


/* ayarlar okullar*/

.okul{
	background: #c9c9c9 none repeat scroll 0 0;
	/*   border-bottom: 1px solid #c9c9c9; */
	cursor: pointer;
	display:block;
	float: left;
    margin: 1px auto;
	padding: 5px 10px;
	position: relative;
	width: 100%;
	font-size:13px;
	font-style:normal;

	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

}

/* sinif atama */
.ogrenciler { background: #c9c9c9 none repeat scroll 0 0;  /*   border-bottom: 1px solid #c9c9c9; */    cursor: pointer;    display:block;    float: left;
    margin: 1px auto;    padding: 5px 10px;    position: relative;    width: 100%;	font-size:13px;	font-style:normal;	}

	.ogrenciler:hover {  background: #83a230 none repeat scroll 0 0; color:#fff;    }
.alt-beyaz {background: #666 none repeat scroll 0 0;    display: -moz-groupbox;    float: left;    padding: 8px 10px;    position: relative;    width: 100%;	}
	.alt-siyah {background: #646363 none repeat scroll 0 0;    display: -moz-groupbox;   float: left;    padding: 8px 10px;    position: relative;   width: 100%; 	}

	.top--10 {margin-top:-10px !important;}
	.top--12 {margin-top:-12px !important;}
	.beyaz .ogrenciler {background: #fff none repeat scroll 0 0;	}
	.beyaz .ogrenciler:hover {  background: #83a230 none repeat scroll 0 0; color:#fff;    }

	.alt-acikyesil { background:#deeabe; display: -moz-groupbox;    float: left;    padding: 8px 10px;    position: relative;    width: 100%;	min-height: 25px;}
	span.atanmayan-sayi {  background: #fff none repeat scroll 0 0;    color: #646363;    display: block;   float: left;    padding: 4px 6px;    position: relative;    top: 50%;
    transform: translateY(-50%);	margin-left:15px;}
span.sinif-sayi {  background: #fff none repeat scroll 0 0;    color: #95c11e;   display: block;   float: left;    padding: 4px 6px;    position: relative;    top: 50%;
    transform: translateY(-50%); 	margin-left:15px;}
	.sinif-sube  {  font-size:16px;         color: #fff;    display: block;    float: left;        position: relative;    top: 50%;    transform: translateY(-50%);}
    .y-orta {      position: relative;    top: 50%;    transform: translateY(-50%);}

.flex-culomb { 
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
 
.flex { 
    display: flex !important;
    align-items: center !important;
 }
 
 .flex-start { 
    align-items: flex-start !important;
 }
 
 .flex-end { 
    justify-content: flex-end !important;
 }

 .araver-20-gri { background: #999 none repeat scroll 0 0;
    display: block;
    float: left;
    height: 2px;
    margin: 20px 11px;
    padding: 1px;
    width: 64%;
 }
 
  .araver-10-gri { background: #999 none repeat scroll 0 0; 
    display: block;
    float: left;
    height: 2px;
    margin: 20px 11px;
    padding:1px;
    width: 64%;
 }


 .araver-20-gri-kisa { background: #999 none repeat scroll 0 0;
    display: block;
    float: left;
    height: 2px;
    margin: 20px 11px;
    padding: 1px;
    width: 61%;
 }
  .araver-20-gri-80 { background: #999 none repeat scroll 0 0;
    display: block;
    float: left;
    height: 2px;
    margin: 20px 11px;
    padding: 1px;
    width: 80%;
 }
  .araver-20-beyaz { background: #fff none repeat scroll 0 0;
    display: block;
    float: left;
    height: 2px;
    margin: 20px 11px;
    padding: 1px;
    width: 64%;
  }
 .gelir-baslik { color: #666;
    float: left;
    font-family: "Roboto",Arial,Helvetica,sans-serif, fontawesome;
    font-size: 18px;
    font-weight: 700;
    height: 26px;
      overflow-wrap: break-word;
      text-align: left;
     }
	  .text-left, .left {
      text-align: left !important;
     }
     
	  .text-right {
      text-align: right !important;
     }
	  .ortala, .center {
      text-align: center !important;
     }

 .coklu {  margin-right: 5px !important;
    margin-top: 7px !important;
     }
     
      .coklu2 {  margin-right: 0px !important;
    margin-top: 7px !important;
     }

	 .aciklama {
		  font-size:12px;
		  width:100%;
		  height:100%;
		 


     }
     
  .ok-sag {
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 20px;
border-color: transparent transparent transparent #007bff;

     }
     
     	 .ekleme-kutusu-mavi {
		  width:133px;
		  height:8px;
		  margin-left:424px;
		  background-color: #00acee;
		  
     	 }
     
     	 .ekleme-kutusu-yesil {
		  width:139px;
		  height:8px;
		  margin-left:280px;
		  background-color: #95c11e;
		  
     	 }
     
     	 .ekleme-kutusu-kirmizi {
		  width:139px;
		  height:8px;
		  margin-left:136px;
		  background-color: #ec660e;
		  
     	 }
     
     	 .ekleme-kutusu-orange {
		  width:131px;
		  height:8px;
		  margin-left:0px;
		  background-color: #faa226;

     }




	 /* @button  siyah
------------------------------------------------------ */
.smart-forms .btn-red { background-color: #ec660e; }
.smart-forms .btn-red:hover,
.smart-forms .btn-red:focus { background-color: #ea8525; }
.smart-forms .btn-red:active{ background-color: #e76f02; }
.smart-forms .btn-red,
.smart-forms .btn-red:hover,
.smart-forms .btn-red:focus,
.smart-forms .btn-red:active{ color: #fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08); }

.smart-forms a.blue_bg:hover,
.smart-forms a.blue_bg:focus { background-color: rgba(0,172,238, 0.8); }

.smart-forms a.green_bg:hover,
.smart-forms a.green_bg:focus { background-color: rgb(163, 211, 33); }

.smart-forms a.btn-blue:hover,
.smart-forms a.btn-blue:focus { background-color: rgba(0,172,238, 0.8); }

.red { color: #ec660e; }
.blue { color: #00acee; }
.gray { color: #626262; }
.green { color: #95C11E; }
.yellow { color: #f0ad4e; }

.ögrencisil p { display: initial;
    font-family: "Roboto",Arial,Helvetica,sans-serif, fontawesome;
    font-size: 11px;
    font-weight: 400;
    margin-left: 5px;
}
.ögrencisil {

    background-color: #afafaf;
    color: #fff;
    cursor: pointer;
    left: 90px;
    padding: 5px;
    position: absolute;
    top: 6px;
    width: 100%;
}

.ögrencigerial {

    background-color: #95c11e;
    color: #fff;
    cursor: pointer;
    left: 90px;
    padding: 5px;
    position: absolute;
    top: 6px;
    width: 100%;
}

.ögrencigerial p { display: initial;
    font-family: "Roboto",Arial,Helvetica,sans-serif, fontawesome;
    font-size: 11px;
    font-weight: 400;
    margin-left: 5px;
}

#kasa_hata {
    color: #ec660e;
    margin-top: 10px;
    text-align: left;
}
.default  {cursor:default; }.pointer  {cursor:pointer; }.move  {cursor:move; } .try{ cursor:url(.../kayit/images/try.png) !important; }

.btn-i {
   -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 2px 6px!important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.y-ortala {
    vertical-align: middle !important;
}

.a-link {
    color: inherit;
    text-decoration: none;
}

.a-link:hover,
.a-link:focus {
    color: #36A9E0;
    text-decoration: none;
}

.h-5 { 	height: 5px;}
.h-10 { height: 10px;}
.h-15 { height: 15px;}
.h-20 { height: 20px;}
.h-25 { height: 25px;}
.h-30 { height: 30px;}
.h-35 { height: 35px;}
.h-40 { height: 40px;}
.h-45 { height: 45px;}
.h-50 { height: 50px;}

.left-5 { 	margin-left:5px;}
.left-10 { 	margin-left:10px;}
.left-15 { 	margin-left:15px;}
.left-20 { 	margin-left:20px;}
.left-25 { 	margin-left:25px;}
.left-30 { 	margin-left:30px;}

.fs-9 {font-size: 9px !important;}
.fs-10 {font-size: 10px !important;}
.fs-11 {font-size: 11px !important;}
.fs-12 {font-size: 12px !important;}
.fs-13 {font-size: 13px !important;}
.fs-14 {font-size: 14px !important;}
.fs-15 {font-size: 15px !important;}
.fs-16 {font-size: 16px !important;}
.fs-17 {font-size: 17px !important;}
.fs-18 {font-size: 18px !important;}
.fs-19 {font-size: 19px !important;}
.fs-20 {font-size: 20px !important;}

.bold {font-weight: bold !important;}

a.blue_bg:hover,a.green_bg:hover,a.btn-red:hover, a:hover { text-decoration:none;}

.ayarlarim { float:right;

}

.resims{
    border: 5px solid #c1bebe;
    margin-left: 16px;
    width: 206px;
    height: auto;
    padding: 0px;
    margin-left:7px;
    margin-right:5px;
}

.resimci{
    border: 5px solid #ec660e;
    position: fixed;
    z-index: 1000;
    top: 98px;
    max-width: 575px;
    display: none;
}

.rkapa{
     background-color: #ec660e;
    color: white;
    font-weight: bold;
    font-size: 17px;
    width: 10px;
    height: 10px;
    position: absolute;
    margin-top: -5px;
    padding-top: 5px;
    padding-right: 18px;
    padding-left: 12px;
    padding-bottom: 28px;
    cursor: pointer;
}

.resimac, .cursor{
    cursor: pointer;
}

.resimseciniz{
	background-color: #afaaaa;
	color: white !important;
	padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.input-file-container {
  position: relative;
  width: 240px;
} 

.js .input-file-trigger {
  display: block;
  padding: 14px 45px;
  background: #646363;
  color: #fff;
  font-size: 1em;
  transition: all .4s;
  cursor: pointer;
}

.js .input-file {
  position: absolute;
  top: 0; left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-50 {
    opacity: 0.5;
}

.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #706f6f;
  color: #fff;
  
}

.file-return {
  margin: 0;
  width: 240px;
  background: #ec660e;
  
}
.file-return:not(:empty) {
  margin-top:10px;
}

.js .file-return {
  font-size: .9em;
  font-weight: bold;
  Color: #fff;
  padding: 5px;
}

.js .file-return:not(:empty):before {
  font-style: normal;
  font-weight: normal;
  Color: #fff;
  margin-bottom:0px;
  margin-left:5px;
}

.aciklamkaydet {
    color: white !important;
    margin-top: 10px !important;
}

.velise {
    background-color: #00acee;
    color: white;
}

.velisi {
    background-color: #2196F3;
    color: white;
}

.velisi:hover {
    color: white !important;
}

.ans {
    background-color: #ec660e;
    color: white;
}

.ogs {
    background-color: #faa226;
    color: white;
}

.babs {
    background-color: #95c11e;
    color: white;
}

.annealan {
    background-color: #e9e9e9;
    padding: 0px 8px 8px 8px;
    display: none;
}

.ogrencialan {
    background-color: #e9e9e9;
    padding: 0px 8px 8px 8px;
    display: none;
}

.babaalan {
    background-color: #e9e9e9;
    padding: 0px 8px 8px 8px;
    display: none;
}

.velialan {
    background-color: #e9e9e9;
    padding: 0px 8px 8px 8px;
    display: none;
}

.btkaydet {
    color: white !important;
    outline: none !important;
    margin-left: 153px;
    width: 100px;
    margin-bottom: 10px;
}

.btvelikaydet {
    background-color: #009af5;
    border-color: #009df7;
    color: white;
}

.btogkaydet {
    background-color: #f7ac47;
    border-color: #f7ac47;
    color: white;
}

.btogkaydet:hover {
    background-color: #b77011;
    border-color: #b77011;
    color: white;
}

.fsn {
    font-style: normal !important;
}




