@import url("DS.css");

@font-face { font-family: ZWFont1; src: url('tr_avalon-webfont.eot'); src: url('tr_avalon-webfont.eot?#iefix') format('embedded-opentype'), url('tr_avalon-webfont.woff') format('woff'), url('tr_avalon-webfont.ttf') format('truetype'), url('tr_avalon-webfont.svg#tr_avalon_plain') format('svg'); font-weight: normal; font-style: normal; }

/* Zeki Alert ############### */
.modalBackgroundUP { position: fixed; left: 0px; top: 0px; width: 100vw; height: 100vh; background-color: #fff; opacity: 0.8; z-index: 1000; }
.modalBackgroundUP  table { width: 100%; height: 100%; text-align: center; vertical-align: middle; }
.modalBackground { background-color: black; filter: alpha(opacity=80); opacity: 0.8; z-index: 1000; }
.divAlertBack { display: none; position: fixed; top: 0%; left: 0%; z-index: 100000; width: 100%; height: 100%; background-color: #000000; opacity: 0.7; }
.divAlertCerceve { display: none; position: fixed; top: 50%; left: 0%; z-index: 100001; width: 100%; height: 150px; margin-top: -100px; background-color: #232323; opacity: 1; color: #ffffff; }
.divAlertCerceveIc { font-family: Arial; position: relative; left: 50%; width: 980px; margin-left: -500px; padding: 10px; }
.divAlertCerceveIc span { font-size: 26px; height: 50px; display: block; }
.divAlertCerceveIc p { font-size: 16px; min-height: 50px; }
.divAlertCerceveIc input { float: right; border: solid 2px #ffffff; padding: 5px 15px; background-color: #232323; margin: 2px; color: #ffffff; font-family: Arial; font-size: 12px; cursor: pointer; }
.divAlertCerceveIc input:hover { background-color: #0050ef; }
@media screen and (max-width:1050px) { .divAlertCerceveIc { position: relative; left: 10%; width: 80%; margin-left: 0px; padding: 10px; } }
/* Zeki Alert ############### */


/* SABITS */
body { margin: 0px; background-color: #131324; color: #000; font-family: ZWFont1, Arial; font-size: 12px; line-height: 1.43; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

input { text-indent: 10px; }
select {border: transparent;background-color: #fff;padding: 5px 25px 5px 15px;height: 35px;font-family: ZWFont1;font-size: 14px;-moz-appearance: none;-webkit-appearance: none;-webkit-border-radius: 0px;appearance: none;background: url(../img/icoDDOk2.png) no-repeat right center;}
*::-webkit-scrollbar { width: 3px; background-color: #f00; }
/**::-webkit-scrollbar-button:vertical:increment { height: 10px; background: url(../img/icoScrollBar.png) no-repeat 0px -15px; }
*::-webkit-scrollbar-button:vertical:decrement { height: 10px; background: url(../img/icoScrollBar.png) no-repeat 0px 0px; }*/
*::-webkit-scrollbar-track { background-color: #000; width:1px; border:1px solid #000; }
*::-webkit-scrollbar-button { display: none; }
*::-webkit-scrollbar-thumb { background-color: #2fac68; }

input[type="date"]::-webkit-inner-spin-button { -webkit-appearance: none; display: none; }

.btnScrollUp { cursor: pointer; display: none; position: fixed; z-index: 1000; right: 25px; bottom: 25px; width: 50px; height: 40px; background: url(../img/btnYukariGit.png) no-repeat #fff center center; }

/* ANA */
.divDis { background: url(../img/back.jpg); background-position: center center; background-size: cover; width: 100%; height: 100vh; font-size: 18px; }
.divDis > div:nth-of-type(1) { margin-top: 11vh; font-size: 175%; }
.divDis > div:nth-of-type(2) { margin-top: 18vh; font-size: 350%; }
.divDis > div:nth-of-type(3) { margin-top: 26vh;  }

.ds { position: fixed; bottom: 3px; left: 0px; display: table; width: 100%; color: #2fac68 !important; font-size: 14px !important; font-family: Arial; }
.ds a { display: table; margin: auto auto; border-bottom: 0px !important; line-height: 240% !important; font-size: 100% !important; color: #2fac68 !important;  }
.ds a:before { content: "•••"; display: block; float: left; margin-right: 5px; color: #2fac68; font-size: 300%; line-height:80%; }
.ds a img { width: 0px; float: left; height: 30px; margin-top: 2px !important; margin-right: 0px !important; transition: width .3s; }
.ds:hover #ds { width: 125px; margin-right: 5px !important; transition: width .5s; }

@media screen and (max-width: 1000px) {
	.divDis { font-size: 12px; }
    .divDis > div:nth-of-type(2) { margin-top: 20vh; }
}