@font-face {
 font-family: myfont;
 src: url("font/OpenSans-Regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: myfont;
 src: url("font/OpenSans-Regular.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: mobilfont;
 src: url("font/CALIBRI.eot") /* EOT file for IE */
}
@font-face {
 font-family: mobilfont;
 src: url("font/CALIBRI.ttf") /* TTF file for CSS3 browsers */
}
body{
  margin: 0;
  padding: 0;
  font-family: myfont;
}
form{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
  color:#000;
}
td{
  vertical-align: middle;
}
.login{
  width: 300px;
  height: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /*outline: solid 1px rgb(255, 0, 0);*/

}

.frm2{
  width: 350px;
  height: 350px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 15px;
  /*background: rgb(161, 161, 161);*/
  /*outline: solid 1px rgb(255, 0, 0);*/
}

.frm1{
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  vertical-align: top;
  /*outline: solid 1px rgb(255, 0, 0);*/
}

.frm_ici{
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 100px;

}

.logo{
  width: 200px;
  margin: 0 auto;
}
.form_login{
  display: block;
  width: calc(100% - 30px);
  margin-top: 20px;
  background: #6bd3f4;
  padding: 30px 15px 30px 15px;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    1px 1px 8px 0px rgba(0, 0, 0, 0.5);
box-shadow:         1px 1px 8px 0px rgba(0, 0, 0, 0.5);
}
.inpt1{
  width: calc(100% - 20px);
  padding: 10px;
  border: none;
  margin-bottom: 15px;
}
.input2{
  width: calc(100% - 20px);
  display: block;
  padding: 10px;
  border: none;
  margin: 0 auto 15px auto;
  border: solid 1px rgb(32, 32, 32);
  border-radius: 10px;
  font-size: 18px;
  color: rgb(55, 55, 55);
  outline: none;
}
.input3{
  width: calc(100% - 20px);
  display: block;
  padding: 10px;
  border: none;
  margin: 0;
  border: solid 1px rgb(32, 32, 32);
  border-radius: 10px;
  font-size: 18px;
  color: rgb(55, 55, 55);
  outline: none;
}
.btn1{
  width: 100%;
  height: 35px;
  border: none;
  background-color: #ca1200;
  color: #fff;
}
.btn2{
  display: block;
  float: right;
  width: 200px;
  height: 35px;
  border: none;
  background-color: #fff;
  color: #1680d7;
  border: solid 1px rgb(32, 32, 32);
  border-radius: 10px;
  font-size: 18px;
}
.altyz{
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.ust{
  width: 100%;
  padding: 15px 0;
  position:relative;
  background: #fff;
  border: solid 1px rgb(42, 42, 42);
  border-style: none none solid none;
/*  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.3);*/
z-index: 5;
}
.menu{
  position: absolute;
  width: 250px;
  height: calc(100% - 78px);
  background-color: #fff;
  top: 78px;
  left: 0;
  z-index: 1;
  border: solid 1px rgb(20, 20, 20);
  border-style: none solid none none;
  overflow:  auto;
  overflow-x: hidden;
}
.wndw{
  position: absolute;
  width: calc(100% - 250px);
  height: calc(100% - 78px);
  top: 78px;
  left: 250px;
  z-index: 1;
  overflow: auto;
  overflow-x: hidden;
}
.wndw2{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: auto;
  overflow-x: hidden;
}
.pncr06{
  position: relative;
}
.yflg{
  width: 110px;
  padding-left: 15px;
  color: #fff;
  float: left;
}
.exit{
  padding-right: 15px;
  color: #fff;
  float: right;
  cursor: pointer;
}
.profil{
  width: 50%;
  margin: 30px auto 0 auto;
}
.menubuton{
  width: calc(90% - 20px);
  margin: 10px auto;
  display: block;
  padding: 10px;
  border: solid 1px rgb(164, 164, 164);
  border-radius: 10px;
}
.soltbl{
  float: right;
  margin-right: 15px;
}
.soltbl td{
/*  border: solid 1px;*/
  vertical-align: middle;
  padding-left: 15px;
}
.frm2_baslik{
  text-align: center;
  padding: 15px 0;
  color: rgb(212, 12, 12);
  font-size: 18px;
  font-weight: bold;
}
.frm2_yazi{
  text-align: center;
  padding: 15px 15px;
  color: rgb(55, 55, 55);
  font-size: 14px;
}
.tbl3 td{
  font-size: 12px;
}
.kod_tablo{
  width: 90%;
  margin: 10px auto;
}
.kod_tablo th{
  font-size: 14px;
  padding: 10px;
  border: solid 1px rgb(191, 191, 191);
}
.kod_tablo td{
  text-align: center;
  font-size: 12px;
  padding: 10px;
  border: solid 1px rgb(191, 191, 191);
}
.tbl4{
  border-collapse: collapse;
  border-spacing: 0;
  width: 95%;
  margin: 0 auto 80px auto;
  border: 1px solid #ddd;
}
.tbl4 tr:nth-child(even){
  background-color: #f2f2f2;
}
.tbl4 th{padding: 5px;border: solid 1px rgb(191, 191, 191);}
.tbl4 td{
  text-align: left;
  padding: 5px;
  font-size: 14px;
  border: solid 1px rgb(191, 191, 191);
}
.btn4{
  width: 100px;
  padding: 5px 10px;
  background: rgb(35, 101, 162);
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 12px;
}
.btn5{
  width: 100px;
  padding: 5px 10px;
  background: rgb(162, 35, 35);
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 12px;
}
.kutu{
  float: left;
  padding: 10px;
  width: calc(25% - 20px);
  margin-bottom: 60px;
}
.ktresim{
  background: rgb(179, 179, 179);
  border-radius: 10px;
  padding: 25px;
}
.ktbaslik{
  padding: 10px;
  width: calc(100% - 20px);
  height: 60px;
  text-align: center;
  font-weight: bold;
  color: rgb(190, 27, 27);
}
.ktbuton{
  display: block;
  float: right;
  background-color: rgb(39, 58, 161);
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.ktbuton2{
  display: block;
  float: left;
  background-color: rgb(255, 0, 0);
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.solvideoalan{
  width: 80%;
  float: left;
}
.sagkucukalan{
  width: calc(20% - 10px);
  float: left;
  padding: 5px;
}
.katlink{
  display: block;
  padding: 10px;
  border:solid 1px rgb(185, 185, 185);
  border-style: none none solid none;
  font-size: 14px;
  color: rgb(193, 47, 47);
  font-weight: bold;
}
.yukleme_tablo{
  width: 400px;
  margin: 0 auto;
  border-collapse: collapse;
}
.yukleme_tablo td{
  border: solid 1px;
  font-size: 12px;
  padding: 5px;
}
.secici{
  border: none;
}
.secici2{
  border: none;
  width: calc(100% - 10px);
  outline: none;
}
.kod_buton{
  display: block;
  padding: 10px;
  background: rgb(179, 25, 25);
  color: #fff;
  font-size: 18px;
  margin: 50px auto;
  text-align: center;
  border-radius: 5px;
}
