*{
    margin:0;
    padding:0;
    text-decoration: none;
}
body {
    background-color: #f5f6fa;
    width: 100%;
    padding:0 0 0 60px;
    position:relative;
    font-size:12px;
}
input[type="text"],
input[type="password"],
select{
    width: 240px;
    height: 24px;
    padding: 0 5px;
    font-size: 14px;
    color:#3c6382;
    background-color: #f5f6fa;
    border:1px solid #ccc;
    transition: .3s all;
}
input[type="text"]:focus{
     background: linear-gradient(to bottom, #f5f6fa, #fff);
    transition: .3s all;
    color:#ED4C67;
}

.loadingWrap
{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 50%;
    top:0;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,.8);
    z-index: 999999;
}
.loading
{
    position: absolute;
    top:20%;
    left:50%;
    transform: translateX(-50%);
    z-index: 999;
    padding: 20px 50px;
    font-size: 14px;
    border:2px solid #2980b9;
     background-image: -webkit-linear-gradient(top, rgba(255,255,255,.9) 50%, rgba(236, 240, 241,.9) 100%);
    color:#2980b9;
    border-radius: 13px;
}
.btnMenu:before,.btnEvet:before, .btnHayir:before,.btnIscilik:before,.btnAracDuzenle:before,.btnEkle:before, .btnDuzenle:before, .btnDetay:before
,.btnPersonel:before, .btnZaman:before, .btnBasla:before, .btnEkSure:before, .btnSorun:before, .btnBitir:before, .chkTrue:before, .chkFalse:before
{
    font-family: 'WebHostingHub-Glyphs';
    padding:2px;
}
.btnMenu:before{content: '\f127';}
.btnEvet:before{content: '\f471';font-size:14px;vertical-align: -3px; margin-right: 3px;}
.btnHayir:before{content: '\f470';font-size:14px;vertical-align: -3px; margin-right: 3px;}
.btnMenu:before{content: '\f127';}
.btnIscilik:before{content: '\f307';}
.btnAracDuzenle:before{content: '\f239';}
.btnDetay:before{content: '\f0c5';}
.btnPersonel:before{content: '\f133';}
.btnZaman:before{content:'\f210';}
.btnBasla:before{content:'\f231';}
.btnEkSure:before{content:'\f210';}
.btnSorun:before{content:'\f04a';}
.btnBitir:before{content:'\f471';}
.btnDuzenle:before{content: '\f47c';}
.btnEkle:before{content: '\f571';}
.btnEkle{margin-left: 5px;}
.chkTrue, .chkFalse {
    text-align: center;
    font-size: 18px;
}

    .chkTrue:before {
        content: '\f479';
        color: #147E30;
    }

    .chkFalse:before {
        content: '\f1bc';
    }

.menu{
    position: fixed;
    background-color: #353b48;
    height: 100%;
    width:200px;
    
    top:0;
    left:-195px;
    transition: all .4s;
    z-index:999;
}
.menuGoster{
    left:0;
    transition: all .4s;
}
.menu .btnMenu{
    position: absolute;
    right:-45px;
    background-color: #353b48;
    padding: 8px 14px;
    color:#fff;
    font-size:22px;
    cursor:pointer;
    transition: all .2s;
}
.menuGoster .btnMenu
{
     right:0;
    
}
.menu ul{
    padding: 30px 0;
}
.menu ul li{
    list-style: none;
    padding: 5px 15px;
}
.menu ul li.ayrac{
    border-bottom: 1px solid #666;
    padding: 2px 0;
}
.menu a{color:#f5f6fa;}
.menu a:hover{color:#fff;}
.wrap{
    border: 1px solid #e1e1e1;
    padding:50px 0;
   position: relative;
    width: 100%;
    
}
.wrap > .baslik,
.login > .baslik
{
    background:linear-gradient(to bottom, #f5f6fa,#e1e1e1);
    color:#b71540;
    padding: 8px 15px;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
}
.wrap > .sayac
{
    position: absolute;
    bottom: 1px;
    left :5px;
    color:#576574;
}
.wrap > .sayfala
{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
   bottom: -20px;
    
    color:#576574;
}
table
{
    width: 100%;
}
table th,
table td
{
    padding: 5px;
}
table tr:not(:last-child){
    border-bottom: 1px solid #e1e1e1;
}
table tr:not(:first-child):hover{
 background: linear-gradient(to bottom, #f5f6fa, #fff);
 transition: .3s all;
 color:#ED4C67;
 cursor: pointer;
    }

.login{
    width: 380px;
    margin: 100px auto;
    border:1px solid #e1e1e1;
    position: relative;
    padding: 50px 10px;
}
    
.login .btn{
    position: absolute;
    right:60px;
    bottom:10px;
}
.oturum{
    color:#fff;
    position: absolute;
    top:5px;
    left: 5px;
    width: 100%;
    
}
.oturum:before{
    font-family: 'WebHostingHub-Glyphs';
    content: '\f133';
    margin-right: 5px;
    
}
.raporGirisi{
    font-size: 11.5px;
}
.raporGirisi input,
.raporGirisi select{
    width: 100%;
    height: 20px;
    
}

.btnExcel, #drKayitSayisi{
    position: absolute;
    right: 0;
    width: 50px;
    border:0;
    font-weight: normal;
}
.btnExcel{
    right: 80px;
    width: 80px;
line-height: 20px;
}
