@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext);
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
    font-family: "Open Sans", sans-serif;
    font-size:14px;
    background:#1f3045;
    color:#fff;
}
.container{
    margin:auto;
    position: relative;
}
.no-padding{
  padding-left: 0px;
  padding-right: 0px;
}
.refno{
    height: 39px;
    display: block;
    margin:auto;
    background:#f68f0a;
    line-height: 39px;
    text-align: center;
}
h1{
    width: 100%;
    display: block;
    float: left;
    font-size:20px;
    margin-top: 47px;
    text-align: center;
}
.bilgi{
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    font-size: 15px;
    margin-top: 28px;
}
#edform,#loginform{
    margin-top: 53px;
}
#edform ul,ul.login{
    display: block;
}
#edform ul li,ul.login li{
    display:inline-block;
    margin-bottom: 10px;
    position: relative;
}
#edform ul li > small,ul.login li small{
    height: 39px;
    display: block;
    float: left;
    background:#275996;
    padding:11px 9px;
}
#edform ul li input,#edform ul li select,ul.login li input{
    height: 39px;
    display: block;
    float: left;
    border:none;
    color:#3c3b3b;
    padding:7px 13px;
}
#edform ul li select{
    border:none;
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
#edform ul li textarea{
    height:154px;
    padding:10px;
    display: block;
    float: left;
    resize:none; 
}
#edform ul li #bayiadi{
  float: right;
}
.sellabel{
    display: block;
    float: left;
    position:relative
}
.sellabel:after {
    content:'';
    width: 42px;
    height: 40px;
    right:0px; top:0px;
    background:url(select-icon.png) no-repeat center center;
    position:absolute;
    pointer-events:none;
}
input:focus:invalid,textarea:focus:invalid{
    border-bottom-color: #D32A3D;
    background-image:url(invalid.svg);
    background-repeat:no-repeat;
    background-position:98% center;    
}
input:required,textarea:required{
    background-image:url(red_asterisk.png);
    background-repeat:no-repeat;
    background-position:98% center;        
}
input:required:valid,textarea:required:valid{
    border-bottom-color: #28921f;
    background-image:url(valid.svg);
    background-repeat:no-repeat;
    background-position:98% center;
}
#edform input[type=radio]:not(old)
{
  width     : 0px !important;
  margin    : 0;
  padding   : 0;
  opacity   : 0;
  float: left;
}
#edform input[type=radio]:not(old) + label
{
  width: 61px;
  height:29px;
  padding:0px 10px;
  display: table;
  float: left;
  color:#fff;
  margin-right:7px;
}
#edform input[type=radio]:not(old) + label > span
{
  display          : inline-block;
  width            : 29px;
  height           : 29px;
  margin           : 5px 7px 0px 0px;
  background       : #fff;
}
#edform input[type=radio]:not(old) + label > small
{
  display: table-cell;
  vertical-align: middle;
}
#edform input[type=radio]:not(old):checked + label > span
{
  background      : url(check-icon.png) no-repeat center center #fff;
}
#edform input[type=radio]:not(old):checked + label > span:before
{
  content     : '';
  display     : block;
  width       : 100%;
  line-height : 1em;
}
.submit,.button{
  height: 39px;
  display: block;
  margin:30px auto 20px auto;
  text-align: center;
  color:#fff;
  background:#f68f0a;
  text-decoration: none;
  padding-top: 12px;
  font-weight: 700;
}
.button{
  border:none;
  padding-top:0px;
  font-size: 15px;
  cursor:pointer;
}
.insert{
  width:82px;
  height: 39px;
  display: table;
  float: left;
  margin-left: 10px;
  background:#fff;
  text-decoration: none;
}
#progress{
  width:100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  color:#414141;
}
#file{
  width:0px !important;
  height:0px !important;
  padding:0px !important;
}
.result{
  width:92px;
  height: 39px;
  display: none;
  float: left;
}
.result a{
  width:35px;
  height: 35px;
  display: block;
  float: left;
  margin-left: 10px;
}
.result a.down{
  background:url(download.png) no-repeat center center;
}
.result a.del{
  background:url(delete.png) no-repeat center center;
}
form#login{
  margin:auto;
}
form#login ul li{
  width: 100%;
  margin-bottom: 20px;
}
form#login li input{

}
.logpagetitle{
  margin-top: 20%;
}
.logout{
  height: 33px;
  display: block;
  background:url(logout.jpg) no-repeat right center;
}
.message{
  width:100%;
  float: left;
  margin-top: 40%;
  font-size: 20px;
  text-align: center;
  display: none;
}
textarea#adres{
  height: 88px !important;
}
li.pls-top{
  margin-top: 30px !important;
}
