@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';
    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;    
}


.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: 14px 16px;
  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: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #114b99;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.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: 6px;
}

.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;
    font-size: 16px;
    font-weight: bold;

}

.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;
}



.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;}
.yasla-sag{float: right;}

/*
        //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:auto; line-height: 34px; margin-top: 0; margin-bottom: 10px; position: relative; padding: 5px 0 3px 10px; color: #111; background-color: #00cc33; border-radius: 2px; z-index: 99;
}

#uyari{
    height: 34px; width:auto; line-height: 34px; margin-top: 0; margin-bottom: 10px; position: relative; padding: 5px 0 3px 10px; color: #fff; background-color: #fc7316; border-radius: 2px; z-index: 99;
}

#hata{
    height: 34px; width:auto; line-height: 34px; margin-top: 0; margin-bottom: 10px; position: relative; padding: 5px 0 3px 10px; color: #fff; background-color: #ff0000; border-radius: 2px; z-index: 99;
}

#bilgi{
    height: 34px; width:auto; line-height: 34px; margin-top: 0; margin-bottom: 10px; position: relative; padding: 5px 0 3px 10px; color: #fff; background-color: #ea7e2e; border-radius: 2px; z-index: 99;
}
/*Progress Bar*/
  #progressbar {
    position: relative;
    width: 0px;
    height: 40px;
    line-height: 40px;
    background-color: #0074c7; 
    border: 1px solid #999;
    text-align: center;
    color: white;
  }
  .progress-label {
    position: absolute;
    top: 4px;
    line-height: 36px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
    text-align: center;
    color: white;
    margin: auto;
  }

#dialog{display: none; z-index: 999;}
#dialogMusteri{display: none; z-index: 999;}
#dialogBrans{display: none; z-index: 999;}
#dialogEksper{display: none; z-index: 999;}
#dialogServis{display: none; z-index: 999;}
#dialogZ{display: none; z-index: 999;}
#dialogG{display: none; z-index: 999;}
#dialogS{display: none; z-index: 999;}

.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;}

.modalSifre{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; z-index: 98;}
.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: 90%;
    height: auto;
    margin: 0 auto;
    padding: 60px 15px 60px 15px;  }

/* Div Tablo Ayarları  */
.divTablo{margin: auto;  overflow: visible; border: 1px solid #CCCCCC; border-radius: 2px; background-color: #fff; box-shadow: 0 5px 15px #000; z-index: 5;}
.divTablo-tr{padding: 4px; text-align: left; height: 60px; overflow:
 visible; height: auto; border-bottom: 1px solid #CCCCCC;}
.divTablo-tr-hd{height: 40px; line-height: 40px; font-size: 18px; font-weight: bold; color: #ff6600; background-color: #CCCCCC; cursor: move; z-index: 4;}
.divTablo-tr-ft{padding: 4px; text-align: center; background-color: #CCCCCC; margin-top: 1px;}
.divTablo-th{text-align: left; min-width: 150px; float: left; line-height: 40px; font-weight: bold; padding-left: 14px;}
.divTablo-td{text-align: left; height: auto; overflow: visible; position: relative;}
.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;}

    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;}

/*
select{min-width: 140px; max-width: 200px; float: left; padding: 4px; margin-right: 5px; border-radius: 2px;border: 1px solid #ccc;}
*/

#ui-datepicker-div ,.ui-datepicker { z-index: 99999 !important; }

select{
    padding: 3px 10px 3px 10px; 
    margin:  2px 0px;
    letter-spacing: 0px;
    height:34px;
    border: 0.5px solid #999;
    border-radius: 3px;
    min-width: 160px;
}

select option{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  font-size: 16px;
  height: 34px;
  line-height: 38px;
  z-index: 99;
  background-color: #eaeeee;
  padding: 10px 0 10px 2px; 

}

select option:hover{
    background-color: Blue;
    font-weight: bold;
}

.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: 16px;    
    
}
.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;}

.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;}

.noborder{border: none;}

.en20{width: 20px;}
.en25{width: 25px;}
.en30{width: 30px;}
.en40{width: 40px;}
.en50{width: 50px;}
.en60{width: 60px;}
.en70{width: 70px;}
.en80{width: 80px;}
.en100{width: 100px;}
.en120{width: 120px;}
.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;}
.en300{width: 300px;}
.en320{width: 320px;}
.en400{width: 400px;}
.en500{width: 500px;}
.en600{width: 600px;}
.en700{width: 700px;}
.en800{width: 800px;}

.enAuto{width: auto;}

.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;}

.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;}
.yuk80{height: 80px; line-height: 80px;}
.yuk100{height: 100px; line-height: 100px;}
.yuk120{height: 120px; line-height: 120px;}
.yuk150{height: 150px; line-height: 150px;}

/* Margin ve padding boşlukları */
.mar-top-0{margin-top: 0;}
.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-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-10{padding-left: 10px;}
.pad-sol-20{padding-left: 20px;}
.pad-sol-40{padding-left: 40px;}
.pad-sol-100{padding-left: 100px;}

.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-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: 100%; margin: 0 0 3px 0; padding: 0; float: left;}
.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 */

.sutun30{width: 29.90%; 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*/

.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;} /* 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;} /* 10 sütun*/

/* Label tanımları*/

.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; }
.lblBaslik140{font-weight: bold; width: 140px; float:left; border-bottom:1px solid white; padding: 5px; background-color: silver; margin-right: 5px; }
.lblBaslik150{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: 300px; float:left; border-bottom:1px solid white; margin-top: 5px; padding: 5px; background-color: silver; 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;}


#haberler{
    bottom: 55px;
    width: 90%;
    height: 180px; 
    position: fixed; 
    border: 1px solid #999; box-shadow: 0 0 5px #999;
}

.ustUyari{
    color: #0D3FA4;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    margin-left: 40px;
    background-color: white;
}

.ustUyari1{
    color: white;
    font-weight: bold;
    padding: 5px;
    margin-left: 40px;
    background-color: #0D3FA4;
}


.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;
}

.footer a{color: #fff; text-decoration: none;}



@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;
  }
}