@font-face {
    font-family: 'SignericaThinRegular';
    src: url('../webfont/signerica_thin-webfont.eot');
    src: url('../webfont/signerica_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/signerica_thin-webfont.woff') format('woff'),
         url('../webfont/signerica_thin-webfont.ttf') format('truetype'),
         url('../webfont/signerica_thin-webfont.svg#SignericaThinRegular') format('svg');
}
@font-face {
    font-family: 'barcodefontRegular';
    src: url('../webfont/barcodefont-webfont.eot');
    src: url('../webfont/barcodefont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/barcodefont-webfont.woff') format('woff'),
         url('../webfont/barcodefont-webfont.ttf') format('truetype'),
         url('../webfont/barcodefont-webfont.svg#barcodefontRegular') format('svg');
}
@font-face {
    font-family: 'JaneAustenNoSecret';
    src: url('../webfont/janeaust-webfont.eot');
    src: url('../webfont/janeaust-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/janeaust-webfont.woff') format('woff'),
         url('../webfont/janeaust-webfont.ttf') format('truetype'),
         url('../webfont/janeaust-webfont.svg#JaneAustenNoSecret') format('svg');
}
@font-face {
    font-family: 'RippenRegular';
    src: url('../webfont/rippen-webfont.eot');
    src: url('../webfont/rippen-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/rippen-webfont.woff') format('woff'),
         url('../webfont/rippen-webfont.ttf') format('truetype'),
         url('../webfont/rippen-webfont.svg#RippenRegular') format('svg');
}
.btn {
  cursor: default;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #4787ed;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  padding: 0 20px;
  line-height: 27px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
  background-image: linear-gradient(top,#4d90fe,#4787ed);
}
.btn:hover {
  border: 1px solid #2f5bb7;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
}

.btn-onay {
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #357ae8;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
}

.btn-onay:hover {
  border: 1px solid #2d6200;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #398a00;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#3d9400),to(#398a00));
  background-image: -webkit-linear-gradient(top,#3d9400,#398a00);
  background-image: -moz-linear-gradient(top,#3d9400,#398a00);
  background-image: -ms-linear-gradient(top,#3d9400,#398a00);
  background-image: -o-linear-gradient(top,#3d9400,#398a00);
  background-image: linear-gradient(top,#3d9400,#398a00);
}

.btn-iptal {
  color: #444444;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #f1f1f1;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
}

.btn-iptal:hover {
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #c53727;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727));
  background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
  background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
  background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
  background-image: -o-linear-gradient(top,#dd4b39,#c53727);
  background-image: linear-gradient(top,#dd4b39,#c53727);
}

.btn-red {
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #d14836;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#d14836));
  background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
  background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
  background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
  background-image: -o-linear-gradient(top,#dd4b39,#d14836);
  background-image: linear-gradient(top,#dd4b39,#d14836);
}

.btn-red:hover {
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #c53727;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727));
  background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
  background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
  background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
  background-image: -o-linear-gradient(top,#dd4b39,#c53727);
  background-image: linear-gradient(top,#dd4b39,#c53727);
}

  .btn-gonder {
  border: 1px solid #29691d;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #398a00;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#3d9400),to(#398a00));
  background-image: -webkit-linear-gradient(top,#3d9400,#398a00);
  background-image: -moz-linear-gradient(top,#3d9400,#398a00);
  background-image: -ms-linear-gradient(top,#3d9400,#398a00);
  background-image: -o-linear-gradient(top,#3d9400,#398a00);
  background-image: linear-gradient(top,#3d9400,#398a00);
  }
  .btn-gonder:hover {
  border: 1px solid #2d6200;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #368200;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#3d9400),to(#368200));
  background-image: -webkit-linear-gradient(top,#3d9400,#368200);
  background-image: -moz-linear-gradient(top,#3d9400,#368200);
  background-image: -ms-linear-gradient(top,#3d9400,#368200);
  background-image: -o-linear-gradient(top,#3d9400,#368200);
  background-image: linear-gradient(top,#3d9400,#368200);
  }

.title {
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #4D81B4;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#4B98E4),to(#4D81B4));
  background-image: -webkit-linear-gradient(top,#4B98E4,#4D81B4);
  background-image: -moz-linear-gradient(top,#4B98E4,#4D81B4);
  background-image: -ms-linear-gradient(top,#4B98E4,#4D81B4);
  background-image: -o-linear-gradient(top,#4B98E4,#4D81B4);
  background-image: linear-gradient(top,#4B98E4,#4D81B4);
  font-weight:bolder;
  text-align:center;
  font-size:14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
}
  
.page-box{
-moz-border-radius:30px;
-webkit-border-radius:30px;
border-radius:30px;
-moz-box-shadow:0px 0px 15px #000000;
-webkit-box-shadow:0px 0px 15px #000000;
box-shadow:0px 0px 15px #000000;
background-image: -moz-linear-gradient(top, #fcfcfc, #eeeeee);
background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#eeeeee));
background-image: -o-linear-gradient(top, #fcfcfc, #eeeeee);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#eeeeee');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#eeeeee')";
background-image: linear-gradient(top, #fcfcfc, #eeeeee);
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
opacity:0.9;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
filter: alpha(opacity=90);
}

.page-bilgi ul li { list-style-image:url(../mBox/bilgi-bullet.png); padding-bottom:5px}
.page-hata ul li { list-style-image:url(../mBox/hata-bullet.png); padding-bottom:5px}
.page-tamam ul li { list-style-image:url(../mBox/tamam-bullet.png); padding-bottom:5px}
.page-ikaz ul li { list-style-image:url(../mBox/ikaz-bullet.png); padding-bottom:5px}

.page-hata a  {color: #d12f19}
.page-ikaz a  {color: #817134}
.page-tamam a {color: #529214}
.page-bilgi a {color: #2d7ba2}

.content-column3{
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
-webkit-column-gap: 10px;
-moz-column-gap: 10px;
column-gap: 10px;
}

.content-column2{
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
}

div
{
    float: left;
    margin-left: auto;
    margin-right: auto;
	padding:20px;
	margin:20px
}

.hata, .ikaz, .tamam, .bilgi {
    margin-bottom: 1.5em;
    padding: 1em 1.5em 1em 5.5em;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    color: #444
}

.hata    {background: #fbe3e4 url(../mBox/hata.png) 2.2em center no-repeat; border-color: #e0011b}
.hata a  {color: #d12f19}

.ikaz    {background: #fff6bf url(../mBox/ikaz.png) 2.2em center no-repeat; border-color: #ffd324}
.ikaz a  {color: #817134}

.tamam   {background: #e9ffdd url(../mBox/tamam.png) 2.2em center no-repeat; border-color: #72c868}
.tamam a {color: #529214}

.bilgi   {background: #e2ecee url(../mBox/bilgi.png) 2.2em center no-repeat; border-color: #9ddae6}
.bilgi a {color: #2d7ba2}


/* listeler */
.hata ul, .ikaz ul, .tamam ul, .bilgi ul {
    list-style: none;
    margin: 1.3em 1.5em
}
.hata ul li, .ikaz ul li, .tamam ul li, .bilgi ul li {
    padding-left: 1.3em
}
.hata ul li  { background: url(../mBox/hata-bullet.png)  0 0.55em no-repeat }
.ikaz ul li  { background: url(../mBox/ikaz-bullet.png)  0 0.55em no-repeat }
.tamam ul li { background: url(../mBox/tamam-bullet.png) 0 0.55em no-repeat }
.bilgi ul li { background: url(../mBox/bilgi-bullet.png) 0 0.55em no-repeat }

.inp{background-color:#FFFFCC; width:200px; height:20px;}
.txt{background-color:#FFFFCC; width:200px; height:50px;}

.referans{ font-size:16px;background:url(../mBox/tamam.png) no-repeat; padding-left:20px}

body{background:url(../mBox/bg.png) repeat; font:12px/15px Arial, Helvetica, sans-serif; color:#464339;}

#durum {font-size: 11px;}
#durum #yukleniyor {background: #fff url(../img/yukleniyor.gif) 178px 0px no-repeat;padding: 8px;}
#durum ul {margin-left: 1px;}


