@font-face { font-family: "Open Sans"; src: url(font/Open_Sans/OpenSans-Regular.ttf) format("truetype"); font-weight:
 normal; font-style: normal; }

@font-face { font-family: "Old Standart"; src: url(font/Old_Standard_TT/OldStandard-Bold.ttf) format("truetype"); font-weight:
 bold; font-style: normal; }

html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', Ubuntu, 'Segoe UI', Tahoma, Verdana;
    font-size: 15px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; 
    background-color: #edebeb;

}


.topnav .home{
    cursor: pointer;
    z-index: 999;
    font-size: 18px;
    color: #fd7e00;    
    font-weight: bold;
    float:left;
    margin: 15px 20px 0 20px;
    text-shadow: 0 0 2px #000 ;
}


.topnav .home:hover{

  color: white;    
}

.italik{font-style: italic;}

.topnav {
  overflow: visible;
  background-color: #237ab2;
position: fixed;
top: 0;
width: 100%;
    border: 0.5px solid #333;
    border-style: outset; 
    z-index: 999;
}


.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 17px;
}

.active {
    background-color: #ff6600;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  max-width: 340px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
}

.dropdown-child-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  padding-right: 20px;
  left: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
}

.dropdown-content a, .dropdown-child-content a  {
  float: none;
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #114b99;
  color: white;
}

.dropdown-content a:hover, .dropdown-child-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content, .dropdown:hover .dropdown-child-content {
  display: block;
}

.arama-list{text-align: left; list-style: none; cursor: pointer; margin-left: -40px;}
.arama-list li{line-height: 30px; font-size: 14px;  border-bottom: 0.5px solid #CCC; padding: 2px 10px 2px 10px; list-style-type: none; margin: 0;}
.arama-list li:hover{background-color: #e0e9e9;}

.search-dropdown {
    width: auto;
    margin:0;
    padding: 0;
    position: relative;
    
}
.dropdown-content2 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1000;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.dropdown-content2 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dropdown-content2 ul li {
    padding: 10px;
    cursor: pointer;
}

.dropdown-content2 ul li:hover {
    background-color: #f1f1f1;
}

.search-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}



/* ÜRÜN ARAMA BÖLÜMÜ  */
/*


.dropdown-display {
    width: 100%;
    padding: 1px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1000;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.search-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dropdown-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dropdown-content ul li {
    padding: 10px;
    cursor: pointer;
}

.dropdown-content ul li:hover {
    background-color: #f1f1f1;
}
   */     
        
.anaCerceve{
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;

}

.cerceve{
    border: 1px solid #999;
}
.border{border: 1px solid #999; box-shadow: 0 0 5px #999;}


/* Başlıkları koyacağımız divler*/
.divBaslik{
    font-weight: bold;
    background-color: #ccc;
    padding: 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: silver;
    color: navy;
}

.divScroll200{
    height: 200px; 
    overflow-y: scroll; 
    border: 1px solid #999; 
    padding: 5px;    
}

table { 
    font-family: 'Open Sans', arial, sans-serif; 
    width: auto; 
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    float: none;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 4px;
}

.div_mn{
    position: absolute;
    display: none;
    width: 392px;;
    min-height: 42px;
    height: auto;
    padding: 0;

    overflow: visible; 
    background-color: #ffff99;
    color: #666;
    z-index: 99;
}
.div_mn_div{
    width:47px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 0.5px solid #999;
    float: left;
}

.div_mn_div:hover{
    background-color: #caefdb; 
}

.bgListeAlt{background-color: silver;}
tr:nth-child(even) {background-color: #f4f8f9;}
/*
tr:nth-child(even) {
  background-color: #f1f1f1;
}
*/

.liste{}

.liste:hover {background-color: #D6EEEE;}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tablo-satir1{height: 30px; line-height: 30px; padding: 5px;}
.tablo-satir2{height: 30px; line-height: 30px; padding: 5px; background-color: silver;}

.tablo-baslik{
    font-size: 18px;
    font-weight: bold;
    color: #ff6600;
    padding: 8px 0 8px 0;

}

.tablo-satir-baslik{
    background-color: silver;
    color: navy;
}

.tablo_satir_baslik{
    background-color: silver;
    color: navy;
}


.tablo-footer-baslik{
    background-color: #b1afaf;
    color: #000;
    height: 20px;
    font-weight: bold;
}



/* Giriş Ekrani */
.giris_tablo{
	border:solid 1px #999999;
        color: #5B5B5B;
	box-shadow:0px 1px 10px 1px #004080;
	border-radius:4px;
}
.giris_tablo input{padding: 2px;}
.giris_tablo th{
	border-radius: 3px;
	border:1px solid #625C5C;
	cursor: pointer; 
	width:36px;
	height:36px; 
	text-align:center;
        padding: 4px;
        font-family: "Old Standart";
        font-size: 28px;
        font-weight: bolder;
}

#sagsutun{
    position: absolute;
    display: block; 
    float: right;
    right: -327px;
    top: 140px;
    width: 270px;
    height: 500px;
    padding: 0;
    z-index: 9;
    
}

#sagsutun #divUrun{
    float: right;
    background-color: #dfd8d8;
    box-shadow: 0 0 3px 5px #999;
    height: 100%;
    width: 240px;
    background-color: #CCC;
    padding: 10px 5px 10px 5px;
}

#sagbutonalani{
    position: absolute;
    float: left;
    right: 0;
    top: 0;
    width: 30px;
    height: auto;
    vertical-align: middle;
}

#sagbuton{
    position: absolute;
    top: 200px;
    height: 140px; 
    width: 22px; 
    right: 250px;
    margin-top: auto;
    margin-bottom: auto;    
    border-top-left-radius: 5px;  
    border-bottom-left-radius: 5px; 
    vertical-align: middle;  
     
    background-color: #CCC;
    color: #333;
    box-shadow:  -5px 5px 8px #999;
    text-align: center;
    font-weight: bold;
    padding-right: 6px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    cursor: pointer;
    z-index: 99;
}


.yil{background: url(../resimler/sistem/yil.png) no-repeat; width: 43px; height: 33px; float: left; margin-top: 2px;}
.person{background: url(../resimler/sistem/person.png) no-repeat; width: 43px; height: 33px; float: left; margin-top: 2px;}
.kilit{background: url(../resimler/sistem/kilit.png) no-repeat; width: 43px; height: 33px; float: left; margin-top: 2px;}
.btnGiris{width:232px; height: 30px; line-height: 30px; background-color: #caefdb; cursor: pointer; border-radius: 4px; color: #004080;}
.btnGiris:hover{background-color: #237ab2; color: #fff;}

/* yazı ölçüleri */
.kalin{font-weight: bold;}
.font12{font-size: 12px;}
.font13{font-size: 13px;}
.font14{font-size: 14px;}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
.font20{font-size: 20px;}
.font24{font-size: 24px;}
.font30{font-size: 30px;}
.font36{font-size: 36px;}
.font48{font-size: 48px;}
.font72{font-size: 72px;}

.kullanici{
    position: relative;
    width: auto;
    cursor: pointer;
    color: #fd7e00;
    margin-right: 20px;
    text-align: right;
    line-height: 44px;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 0 1px #000 ;
}

.mar-top-60{margin-top: 60px;}
.navsag{
    height:48px;;
    width:180px;
    float: right;
    padding-right: 20px;
    text-align: right;
    
}
.cikis{
    top: 10px;
    cursor: pointer;
}

#cikisid:hover{
    color: #fff;
}
.kullanici:hover{color: #fff;}


/*
        //red : #c50808;
        //yellow: #c1b60a;
        // green :1a9b0d;
        //orange: #e55b0c;
*/

.butonKapa{
    padding: 0 10px 0 10px;
    border: 1px solid #fff;
    float: right;
    margin: -2px 2px 2px 0; 
    cursor: pointer;
    color: #fff;
    background-color: #999;
    font-weight: bold;
    height: 34px;
}

.butonKapa:hover{
    border: 1px solid #333;
    color: #333;
}

.butonKapa2{
    padding: 4px 8px 4px 8px;
    float: right;
    right: -10px;
    cursor: pointer;
    color: #fff;
    background-color: #999;
    font-weight: bold;
    height: auto;
}

.butonKapa2:hover{
    border: 1px solid #333;
    color: #333;
}

#basarili{
    height: 34px; width: 98.3%; line-height: 34px; margin-bottom: 10px;  bottom: 50px; position: absolute; padding: 5px 0 3px 10px; color: #111; background-color: #00cc33; border-radius: 2px; z-index: 998;
}

#uyari{
    height: 34px; width:auto; line-height: 34px; margin-top: 0; margin-bottom: 10px; bottom: 50px; position: absolute; padding: 5px 0 3px 10px; color: #fff; background-color: #fc7316; border-radius: 2px; z-index: 998;
}

#hata{
    height: 34px; width:auto; line-height: 34px; margin-top: 0; margin-bottom: 10px; bottom: 50px; position: absolute; padding: 5px 0 3px 10px; color: #fff; background-color: #ff0000; border-radius: 2px; z-index: 998;
}

#bilgi{
    height: 34px; width:auto; line-height: 34px; margin-top: 0; margin-bottom: 10px; bottom: 50px; position: absolute; padding: 5px 0 3px 10px; color: #fff; background-color: #ea7e2e; border-radius: 2px; z-index: 998;
}

.cercevesiz{border: none; }

#dialog{display: none; z-index: 998;}
#dialogMusteri{display: none; z-index: 998;}
#dialogBrans{display: none; z-index: 998;}
#dialogEksper{display: none; z-index: 998;}
#dialogServis{display: none; z-index: 998;}
#dialogZ{display: none; z-index: 998;}
#dialogG{display: none; z-index: 998;}
#dialogS{display: none; z-index: 998;}

.modal{z-index:99;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4); margin: auto;}
.modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px;}
.animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}


.container{
    position: relative;
    width: 98%;
    height: auto;
    margin: 0 auto;
    padding: 50px 10px 50px 10px; 
    margin-bottom: 80px;
    overflow-y: visible; 
}

/* Div Tablo Ayarları  */
.divTablo{margin: auto;  height: auto; border: 1px solid #CCCCCC; z-index: 3; background-color: #fff; box-shadow: 0 5px 15px #000; border-radius: 6px;}
.divTablo-tr{padding: 3px; text-align: left; min-height: 36px; line-height: 36px; height: auto; overflow: visible; width: 99%; padding-bottom: 5px; border-bottom: 0.5px solid #CCCCCC;}
.divTablo-tr-hd{height: 36px; line-height: 36px; font-size: 18px; font-weight: bold; color: #14488e; background-color: #CCCCCC; padding-left: 10px; cursor: move; z-index: 4;}
.divTablo-tr-ft{padding: 4px; text-align: center; background-color: #CCCCCC; margin-top: 1px; max-height: 60px;}
.divTablo-th{text-align: left; min-width: 150px; float: left; line-height: 30px; font-weight: bold; padding-left: 14px;}
.divTablo-td{text-align: left; min-height: 30px; height: auto; width: auto;}
.divTablo-td .kalin{font-weight: bold;}

.divTablo-lb-40{width: 40px; height: 30px; line-height: 34px; float: left; font-weight: bold;}
.divTablo-lb-50{width: 50px; height: 30px; line-height: 34px; float: left; font-weight: bold;}
.divTablo-lb-60{width: 60px; height: 30px; line-height: 34px; float: left; font-weight: bold;}
.divTablo-lb-70{width: 70px; height: 30px; line-height: 34px; float: left; font-weight: bold;}
.divTablo-lb-80{width: 80px; height: 30px; line-height: 34px; float: left; font-weight: bold;}
.divTablo-lb-90{width: 90px; height: 30px; line-height: 34px; float: left; font-weight: bold;}

.divTablo-lb-100{width: 100px; height: 30px; line-height: 34px; float: left; font-weight: bold;}
.divTablo-lb-125{width: 125px; height: 30px; line-height: 34px; float: left; font-weight: bold;}
.divTablo-lb-150{width: 150px; height: 34px; line-height: 34px; float: left; font-weight: bold;}
.divTablo-lb-175{width: 175px; height: 30px; line-height: 34px; float: left; font-weight: bold;}
.divTablo-lb-200{width: 200px; height: 30px; line-height: 34px; float: left; font-weight: bold;}
.divTablo-lb-260{width: 260px; height: 30px; line-height: 34px; float: left; font-weight: bold;}


.yuk-esnek{overflow-x: visible; height: auto;}

    fieldset {
      border: 0;
    }

    #detay{
        width:800px;
        height: 270px;
        margin: auto;
        border: 1px solid #999999;
        overflow: visible;
        display: none;
        
    }

    .btnYazici{
    background:transparent url(../resimler/sistem/printer24.png) no-repeat left top; width:26px; height:26px;
    margin: 8px 5px 0 0;
    border: none;
    float: right;
    cursor: pointer;    
}

.btnYazici:hover{
    background:transparent url(../resimler/sistem/printer_hover24.png) no-repeat left top; width:26px; height:26px;
}

a{text-decoration: none; color: #003366;}
a:hover, a:active{color: #e55b0c;}

/* Sayfalama*/
a.sayfala{
    font-weight: bold;
	padding:2px 5px 2px 5px;
	background-color:#CCC;
	color:#036;
}

a.sayfala:hover{
	background-color:#036;
	color:#CCC;
}

.aktif{
	background-color:Orange;
	width:10px; 
	padding: 2px 5px 2px 5px;
        color:#036;
}



.butonS{
    padding: 8px 12px 8px 12px;
    border-radius: 3px;
    background-color: #edebeb;
    color: #006699;
    cursor: pointer;
    border-style: none; 
    margin-right: 3px;
    font-weight: bold;
}

.butonSaktif{
    padding: 8px 12px 8px 12px;
    border-radius: 3px;
    background-color: #006699;
    color: #edebeb;
    border: none;
    margin-right: 3px;
}

.butonS:hover{
    background-color: #006699;
    color: #edebeb;
}

/* Form elemanları */ 

textarea{padding: 3px 10px 3px 10px; border-radius: 2px;border: 1px solid #ccc;  font-size: 16px;}


select{min-width: 140px; max-width: 200px; float: left; padding: 6px; font-size: 16px; margin-right: 5px; border-radius: 2px;border: 1px solid #ccc; }


#ui-datepicker-div ,.ui-datepicker { z-index: 99999 !important; }

.arama{
    position: absolute; height: 30px; padding: 3px 0 3px 0;
}

.tarih{width: 80px; z-index: 999;}
.zaman{width: 160px;}
.para{width: 100px; text-align: right}

.paraG{float: right; padding-right: 95px; height: 30px; line-height: 30px;}

input[type="text"], input[type=email], input[type=tel], input[type=password], input[type=file]{
    padding: 2px 5px 2px 10px; 
    margin:  2px 0px;
    letter-spacing: 0px;
    height:30px;
    -moz-appearance: none;
    -moz-transform: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 14px;    
    
}
.para{text-align: right;}

input[type="radio"], input[type="checkbox"]{
    border-style: solid; vertical-align: middle; height: 20px; width: 20px;
}

input[type="text"]:-moz-read-only, input[type=email]:-moz-read-only, input[type=tel]:-moz-read-only {
    background-color: #CCC;
}
input[type="text"]:read-only, input[type=email]:read-only, input[type=tel]:read-only {
    background-color: #CCC;
}

/*input[type="submit"], input[type="reset"], input[type="button"]{cursor: pointer; text-decoration: none; padding: 12px; font-weight: bold;}*/

.butonA{cursor: pointer;}
.butonA:hover{color: #ff6666;}

.buton-tab{cursor: pointer; text-decoration: none; height: 40px; width: 150px; font-weight: bold; margin: 0; padding:  0 0 0 10px; border-radius: unset; background-color: silver; float: left;  }

.buton-tab-aktif{float: left; text-decoration: none; height: 40px; width: 150px; font-weight: bold; margin: 0; padding: 0 0 0 10px; color: #fff;  background-color: #000;}

.buton-tab-pasif{float: left; text-decoration: none; height: 40px; width: 150px; font-weight: bold; margin: 0; padding-left: 15px; color: #000;  background-color: silver; cursor: pointer;}

.buton-sm{cursor: pointer; text-decoration: none; padding: 9px; font-weight: bold;}
.buton-sm:hover{ color: #f06807;}

.buton-nr{cursor: pointer; text-decoration: none; padding: 12px; font-weight: bold;}
.buton-nr:hover{ color: #f06807;}

.buton-lr{cursor: pointer; text-decoration: none; padding: 15px; font-weight: bold;}
.buton-lr:hover{ color: #f06807;}

.butonK{cursor: pointer; text-decoration: none; padding: 5px;}
.butonK:hover{ color: #f06807; box-shadow: 0 0 8px #003366;}

#btnYeni{cursor: pointer; text-decoration: none; color: maroon;}
#btnYeni:hover{ color: #f06807;}




.divDogrulama{
    width: 500px; height: 150px; margin: auto; border: 1px solid #999; overflow: visible;  border-radius: 4px; z-index: 3; background-color: #fff; box-shadow: 0 5px 15px #000; position: relative; display: none;
}
.dogrulama-baslik{
    padding: 8px; background-color: #fc7316; height: 30px;  color: #444; font-size: 20px; font-weight: bolder;
}
.dogrulama-footer{
    padding: 5px; background-color: #ddd; height: 40px; line-height: 40px;
}

#dogrulama-icerik{
    padding: 10px; min-height: 40px; height: auto; line-height: 40px; width: 100%; font-weight: bold; font-size: 18px; color: #fc7316; 
}

#divForm{
    padding: 10px;

    border: 1px solid #999;
    border-radius: 4px;

}
#divDebug{
    color: #999;
    font-style:  italic;
    height: auto;
}

.icerik{float: none; overflow-x:auto;}
.gizli{display: none;}

.gosterME{visibility: hidden; }


.kelimeler{
    position: relative;
    display: inline-block;
    width:300px;
    height:auto;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
    border-radius: 3px;
    background-color: #fcfecd;

    
    
    left: 50px;
    display: none;
    z-index: 9999;
    overflow: hidden;
}
.kelimeler li{
    line-height: 30px;
    padding-top: 5px;
}

.kelime{
    width:190px;
    height:24px;
    margin-bottom:1px;
    background-color:#f1f1f1;
    margin:auto;
    cursor:pointer;
}
.whiteborder{border-color: red;}

.noborder{border: none; background-color: white;}

.arti{
    width:24px; 
    height:24px;
    background:transparent url(../resimler/sistem/plus24b.png) no-repeat; 
    border: none;
    cursor: pointer;
    float: right;
    margin: 5px 4px 0 0;
}

.arti:hover{
    background:transparent url(../resimler/sistem/plus24.png) no-repeat left top;
}

.eksi{
    float: right;
    width:24px; 
    height:24px;
    background:transparent url(../resimler/sistem/minus2.png) no-repeat; 
    border: none;
    cursor: pointer;
    margin: 4px 0;
}

.eksi:hover{
    background:transparent url(../resimler/sistem/minus_hover.png) no-repeat left top;
}
.en10{width: 10px;}
.en20{width: 20px; margin-right: 5px;}
.en25{width: 25px; margin-right: 5px;}
.en30{width: 30px; margin-right: 5px;}
.en40{width: 40px; margin-right: 5px;}
.en45{width: 45px; margin-right: 5px;}
.en50{width: 50px; margin-right: 5px;}
.en55{width: 55px; margin-right: 5px;}
.en60{width: 60px; margin-right: 5px;}
.en65{width: 65px; margin-right: 5px;}
.en70{width: 70px; margin-right: 5px;}
.en75{width: 75px; margin-right: 5px;}
.en80{width: 80px; margin-right: 5px;}
.en85{width: 85px; margin-right: 5px;}
.en90{width: 90px; margin-right: 5px;}
.en100{width: 100px;}
.en120{width: 120px;}
.en130{width: 130px;}
.en140{width: 140px;}
.en150{width: 150px;}
.en160{width: 160px;}
.en180{width: 180px;}
.en200{width: 200px;}
.en220{width: 220px;}
.en240{width: 240px;}
.en260{width: 260px;}
.en280{width: 280px;}
.en290{width: 290px;}
.en300{width: 300px;}
.en320{width: 320px;}
.en340{width: 340px;}
.en360{width: 360px;}
.en380{width: 380px;}
.en400{width: 400px;}
.en420{width: 420px;}
.en450{width: 450px;}
.en480{width: 480px;}
.en500{width: 500px;}
.en520{width: 520px;}
.en550{width: 550px;}
.en600{width: 600px;}
.en700{width: 700px;}
.en800{width: 800px;}
.en900{width: 900px;}
.en1000{width: 1000px;}
.en1050{width: 1050px;}
.en1100{width: 1100px;}
.en1150{width: 1150px;}
.en1200{width: 1200px;}
.en100-100{width:100%;}
.en50-50{width:50%;}
.enAuto{width: auto;}
.enMin600{min-width: 600px;}
.enMin800{min-width: 800px;}
.enMin1000{min-width: 1000px;}
.enMax{width: 1350px;}

.bg-white{background-color: #fff;}
.bg-black{background-color: #000}
.bg-dark{background-color: #999;}
.bg-orange{background-color: orange;}
.bg-navy{background-color: navy;}

.bgGri{background-color: #999;}
.bgSis{background-color: #ccc;}
.bgYesil{background-color: #caefdb;}
.bgMavi{background-color: #cae7ef;}
.bgTuruncu{background-color: #fec894;}
.bgBeyaz{background-color: #fff;}


.yuk20{height: 20px; line-height: 20px;}
.yuk25{height: 25px; line-height: 25px;}
.yuk30{height: 30px; line-height: 30px;}
.yuk35{height: 35px; line-height: 35px;}
.yuk40{height: 40px; line-height: 40px;}
.yuk50{height: 50px; line-height: 50px;}
.yuk60{height: 60px; line-height: 60px;}
.yuk70{height: 70px; line-height: 70px;}
.yuk80{height: 80px; line-height: 80px;}
.yuk90{height: 90px; line-height: 90px;}
.yuk100{height: 100px; line-height: 100px;}
.yuk150{height: 150px; line-height: 150px;}
.yuk180{height: 180px; line-height: 180px;}
.yuk200{height: 200px; line-height: 200px;}
.yuk300{height: 300px; line-height: 300px;}
.yuk400{height: 400px; line-height: 400px;}
.yuk500{height: 500px; line-height: 500px;}
.yukAuto{height: auto;}

/* Margin ve padding boşlukları */
.mar3{margin: 3px;}
.mar5{margin: 5px;}
.mar10{margin: 10px;}

.mar-top-0{margin-top: 0;}
.mar-top-5{margin-top: 5px;}
.mar-top-10{margin-top: 10px;}
.mar-top-20{margin-top: 20px;}
.mar-top-40{margin-top: 40px;}
.mar-top-50{margin-top: 50px;}
.mar-top-60{margin-top: 60px;}

.mar-bot-10{margin-bottom: 10px;}
.mar-bot-20{margin-bottom: 20px;}
.mar-bot-40{margin-bottom: 40px;}
.mar-bot-60{margin-bottom: 60px;}
.mar-bot-80{margin-bottom: 80px;}
.mar-bot-100{margin-bottom: 100px;}

.mar-sag-3{margin-right: 3px;}
.mar-sag-5{margin-right: 5px;}
.mar-sag-10{margin-right: 10px;}
.mar-sag-20{margin-right: 20px;}
.mar-sag-40{margin-right: 40px;}

.mar-sol-5{margin-left: 5px;}
.mar-sol-10{margin-left: 10px;}
.mar-sol-20{margin-left: 20px;}
.mar-sol-40{margin-left: 40px;}

.pad3{padding: 3px}
.pad5{padding: 5px}
.pad10{padding: 10px}

.pad-sag-sol3{padding-right: 3px; padding-left: 3px;}
.pad-sag-sol5{padding-right: 5px; padding-left: 5px;}
.pad-sag-sol8{padding-right: 8px; padding-left: 8px;}
.pad-sag-sol10{padding-right: 10px; padding-left: 10px;}

.pad-sag-10{padding-right: 10px;}
.pad-sag-20{padding-right: 20px;}
.pad-sag-40{padding-right: 40px;}
.pad-sag-100{padding-right: 100px;}

.pad-sol-5{padding-left: 5px;}
.pad-sol-10{padding-left: 10px;}
.pad-sol-20{padding-left: 20px;}
.pad-sol-40{padding-left: 40px;}
.pad-sol-100{padding-left: 100px;}

.pad-top-5{padding-top: 5px;}
.pad-top-10{padding-top: 10px;}
.pad-top-20{padding-top: 20px;}
.pad-top-40{padding-top: 40px;}
.pad-top-60{padding-top: 60px;}

.pad-bottom-5{padding-bottom: 5px;}
.pad-bottom-10{padding-bottom: 10px;}
.pad-bottom-20{padding-bottom: 20px;}
.pad-bottom-30{padding-bottom: 30px;}
.pad-bottom-40{padding-bottom: 40px;}
.pad-bottom-50{padding-bottom: 50px;}
.pad-bottom-60{padding-bottom: 60px;}

.pad-bottom-100{padding-bottom: 100px;}

.satir-yukseklik-20{line-height: 20px;}
.satir-yukseklik-30{line-height: 30px;}
.satir-yukseklik-40{line-height: 40px;}

.satir-ortala{vertical-align: middle; }

.radius2{border-radius: 2px;}
.radius4{border-radius: 4px;}
.radius6{border-radius: 6px;}
.radius8{border-radius: 8px;}

.yazi-sol{text-align: left;}
.yazi-sag{text-align: right;}
.yazi-orta{text-align: center;}

.yazi-renk-red{color: red;}
.yazi-renk-maroon{color: maroon;}
.yazi-renk-green{color: green;}
.yazi-renk-blue{color: blue;}
.yazi-renk-teal{color: teal;}
.yazi-renk-laci{color: #004080;}
.yazi-renk-beyaz{color: #fff;}
.yazi-renk-siyah{color: #000;}

.yasla-sol{float: left;}
.yasla-sag{float: right;}
.yasla-orta{float: none; margin-left: auto; margin-right: auto;}

.sutun100{width: 99%; height: auto; margin: 0; padding: 0; float: left; overflow: visible; }
.sutun98{width: 98%; margin: auto; padding: 0;}
.sutun95{width: 95%; margin: 0 0 3px 0; padding: 0; float: left;}

.sutun49{width: 49.50%; height: auto; margin: 0 0 3px 0; padding: 0; overflow: visible; border: 1px solid #666;} /*İki sutun */
.sutun50{width: 49.50%; height: auto; margin: 0 0 3px 0; padding: 0; overflow: visible;} /*İki sutun */
.sutun45{width: 44.50%; height: auto; margin: 0 0 3px 0; padding: 0; overflow: visible; float: left;}

.sutun30{width: 29.50%; margin: 0 10px 3px 0; padding: 0;} /*Üç sutun */
.sutun33{width: 32.90%; margin: 0 0 3px 0; padding: 0;} /*Üç sutun */
.sutun66{width: 65.90%; margin: 0 0 3px 0; padding: 0;} /*Üç sutun */

.sutun25{width: 24.50%; margin: 0 0 3px 0; padding: 0;} /* Dört sütun*/
.sutun75{width: 74.50%; margin: 0 0 3px 0; padding: 0;} /* Dört sütun*/
.sutun70{width: 69.00%; margin: 0 0 3px 0; padding: 0;}

.sutun20{width: 19.90%; margin: 0 0 3px 0; padding: 0;} /* Beş sütun*/
.sutun40{width: 39.90%; margin: 0 0 3px 0; padding: 0; float: left;} /* Beş sütun*/
.sutun60{width: 59.90%; margin: 0 0 3px 0; padding: 0;} /* Beş sütun*/
.sutun80{width: 79.90%; margin: 0 0 3px 0; padding: 0;} /* Beş sütun*/
.sutun90{width: 89.90%; margin: 0 0 3px 0; padding: 0;} /* Beş sütun*/

.sutun16{width: 16.90%; margin: 0 0 3px 0; padding: 0;} /* Altı sütun*/
.sutun12{width: 12.40%; margin: 0 0 3px 0; padding: 0;} /* Sekiz sütun*/
.sutun10{width: 9.90%; margin: 0 0 3px 0; padding: 0; float: left;} /* 10 sütun*/

/* Label tanımları*/

.lblBaslik40{font-weight: bold; width: 40px; float:left; border-bottom:1px solid white; padding: 0 5px 0 5px; background-color: #CCCCCC; margin-right: 5px; }
.lblBaslik50{font-weight: bold; width: 50px; float:left; border-bottom:1px solid white; padding: 0 5px 0 5px; background-color: #CCCCCC; margin-right: 5px; }
.lblBaslik60{font-weight: bold; width: 60px; float:left; border-bottom:1px solid white; padding: 0 5px 0 5px; background-color: #CCCCCC; margin-right: 5px; }
.lblBaslik70{font-weight: bold; width: 70px; float:left; border-bottom:1px solid white; padding: 0 5px 0 5px; background-color: #CCCCCC; margin-right: 5px; }
.lblBaslik80{font-weight: bold; width: 80px; float:left; border-bottom:1px solid white; padding: 0 5px 0 5px; background-color: #CCCCCC; margin-right: 5px; }
.lblBaslik90{font-weight: bold; width: 90px; float:left; border-bottom:1px solid white; padding: 0 5px 0 5px; background-color: #CCCCCC; margin-right: 5px; }
.lblBaslik150{font-weight: bold; width: 150px; float:left; border-bottom:1px solid white; padding: 0 5px 0 5px; background-color: #CCCCCC; margin-right: 5px; }
.lblBaslik260{font-weight: bold; width: 260px; float:left; border-bottom:1px solid white; padding: 0 5px 0 5px; background-color: #CCCCCC; margin-right: 5px; }
.lblBaslik290{font-weight: bold; width: 290px; float:left; border-bottom:1px solid white; padding: 0 5px 0 5px; background-color: #CCCCCC; margin-right: 5px; }
.lblBaslik320{font-weight: bold; width: 320px; float:left; border-bottom:1px solid white; padding: 0 5px 0 5px; background-color: #CCCCCC; margin-right: 5px; }

.lblBaslik100{font-weight: bold; width: 100px; float:left; border-bottom:1px solid white; padding: 5px; background-color: silver; margin-right: 5px; }
.lblBaslik120{font-weight: bold; width: 120px; float:left; border-bottom:1px solid white; padding: 5px; background-color: silver; margin-right: 5px; }
.lblBaslik150a{font-weight: bold; width: 150px; float:left; border-bottom:1px solid white; padding: 5px; background-color: silver; margin-right: 5px; }
.lblBaslik160{font-weight: bold; width: 160px; float:left; border-bottom:1px solid white; padding: 5px; background-color: silver; margin-right: 5px; }
.lblBaslik180{font-weight: bold; width: 180px; float:left; border-bottom:1px solid white; padding: 5px; background-color: silver; margin-right: 5px; }
.lblBaslik200{font-weight: bold; width: 200px; float:left; border-bottom:1px solid white; margin-top: 5px; padding: 5px; background-color: silver; margin-right: 5px;}
.lblBaslik250{font-weight: bold; width: 250px; float:left; border-bottom:1px solid white; margin-top: 5px; padding: 5px; background-color: silver; margin-right: 5px;}
.lblBaslik300{font-weight: bold; width: 320px; float:left; border-bottom:1px solid white; padding: 0 5px 0 5px; background-color: #CCCCCC; margin-right: 5px;}
.lblBaslik400{font-weight: bold; width: 400px; float:left; border-bottom:1px solid white; margin-top: 5px; padding: 5px; background-color: silver; margin-right: 5px;}

.lblBaslik401{width: 400px; border-bottom:1px solid transparent; margin-top: 3px; padding: 5px; background-color: silver; margin-right: 5px;}

.anasayfa-tablo{
    float: left; 
    width: 30%;
    height: 280px;
    padding: 3px;
   margin: 1%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.scrollY{
    height: 200px;
    overflow-y: auto; /* Burası daha önce scroll du ama chrome(edge) tarayıcıda scroll hep göründüğü için değiştirdim */
}

#haberler{
    bottom: 55px;
    position: fixed; 
    width: 98%;    
}

#habergovde{
    border: 1px solid #999; box-shadow: 0 0 5px #999;

    height: 165px; 
    bottom: 0;
    margin: auto;    
}

.haber-li{list-style: square; line-height: 20px; margin-bottom: 3px;}

.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #14488e;
    color: #fff;
    padding: 5px;
    margin-top: 40px;
}

.footer a{color: #fff; text-decoration: none;}


/* Mahsup Fişi  */
/*Mahsup fişi */
.topNum{
	/*float: left;*/
	width: 78px;
	text-align: right;
	margin-right:15px;
	font-weight:bold;
        text-align:right; 
        float:right; 
        border:none;
}

.hareketToplam{
    float:left; 
    height:38px; 
    width:980px;
    background-color:#CCC; 
    overflow: hidden; 
    border:none;
}

.fisCerceve{
    width:975px; 
    float:left; 
    padding: 5px;
    text-align:left; 
    top:0px;
    border: solid;
    box-shadow: 0 2px 5px #237ab2;
}
/* Adından belli her bir satır ayrımı*/
.satir{
    width: 100%;
    margin: 2px 0 3px 0;
    padding: 0;
    float: left;

}
.satir span{
    line-height: 24px;
    padding-top: 5px;
    
}

.satir50{
    width: 50%;
    margin: 6px 0 6px 0;
    padding: 0;
    float: left;

}

.satir .tarih1{
	float: left;
	max-width: 100px;
	margin-left:5px;
	margin-right:42px;
        border: none;
}

.satir .tarih2{
	float: left;
	max-width: 100px;
	margin-left:5px;
	margin-right:80px;
}

.satir .tarihT{
	float: left;
	max-width: 80px;
	margin-left:5px;
	margin-right:44px;
}

.satir .genel{
	float: left;
	width: 180px;
	margin-left:5px;
}

.satir .aciklama{
	float: left;
	width: 247px;
	margin-left:2px;
        height: 20px;
        /*background-color: #fff;
        height: 20px;
        padding: 2px;
        
        */
        border: none;
        line-height: 20px;
        padding: 1px 2px 1px 2px;
        
}

.satir .num{
	float: left;
	width: 80px;
	text-align: right;
	margin-left:5px;
        /*background-color: #fff;
                
        height: 20px;
        padding: 2px;
        */
        border: none;
        line-height: 20px;
        padding: 1px 2px 1px 2px;
}

.satir .num2{
	float: left;
	width: 60px;
	text-align: right;
	margin-left:5px;
	margin-right:120px;
}


.satir .liste{
	float: left;
	width: 130px;
	margin-left:5px;
        border: 0.1px solid silver;;
        line-height: 22px;
        padding: 2px;
}

.satir input[type=text]{
    font-size: 15px;
    height: 15px;
    padding: 4px 8px 4px 8px;
}


.solSutun{
    /*background-color: #dbe2f0;*/
    padding: 5px;
    width: 50%;
    height: auto;
    min-height: 150px;
    overflow: visible;
    float: left;
    position: relative;
}

.sagSutun{
    /*background-color: #ebf2ec; */
    padding: 5px;
    width: 50%;
    height: auto;
    min-height: 150px;
    overflow: visible;
    float: left;
    position: relative;
}

.ekle{
    width:26px; 
    height:26px;
    background:transparent url(../resimler/sistem/plus24b.png) no-repeat; 
    border: none;
    cursor: pointer;
    margin-right: 5px;
}

.ekle:hover{
    background:transparent url(../resimler/sistem/plus24.png) no-repeat left top; width:26px; height:26px;
}

.sil{
    width:26px; 
    height:26px;
    background:transparent url(../resimler/sistem/minus2.png) no-repeat; 
    border: none;
    cursor: pointer;
}

.sil:hover{
    background:transparent url(../resimler/sistem/minus_hover.png) no-repeat left top; width:26px; height:26px;
}

/* Mahsup Fişi SONU  */


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}