@charset "UTF-8";
@import url("animate.min.css");
@import url("bootstrap.min.css");

.row{margin:0;padding:0;}
.header{background:#ccc;height:150px;}
.container_m{border:1px solid #f5f5f5;margin-top:0px;padding:0px;}
/* .btn-default {margin-bottom:10px;font-size:20px;text-align:left;} */
/*
.btn-default {margin-bottom:10px;font-size:16px;border:2px solid #e2e2e2;border-radius:0;text-align:left;}
.btn-default:hover{background:#f5f5f5;border:2px solid #e2e2e2;}

.box {
height:auto;
padding:20px; 
margin-bottom: 10px;
border:2px solid #e2e2e2;
}

.footer{background:#ccc;height:50px;}
*/
body {
  padding-top: 70px;
margin-bottom: 80px;
}

html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  background-color: #f5f5f5;
}


body > .container {
  padding: 80px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.b {
	font-weight: bold;
}

.table tbody>tr>td.vert-align{
    vertical-align: middle;
}
.table thead>tr>th{
    vertical-align: middle;
}	
.ui-autocomplete { position: absolute; cursor: default;z-index:10000 !important;}  
.ui-autocomplete li:hover{
	font-weight: 400;
}

.abaslik {
padding-left:30px;
}
.aicerik {
    position: relative;
    z-index: 1;
}
.aicerik .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/layout_set_logo.png) center center no-repeat;
	background-size: 40%;
    opacity: .3;
    width: 100%;
    height: 100%;
}

.panel-logo {
padding-top:2px;
}

.panel-logo-akademik {
padding-top:2px;
margin-left:-10px;
}

.panel-logo2 {
margin-top:-2px;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    right: 10px;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    right: 10px;
}

.anayazi{
	text-decoration:none !important; }

.anayazi a:hover{
    text-decoration: none !important;
}

.anayazi:hover { text-decoration: none !important; }

@media print {
  body { font-size: 10pt }
}
@media screen, print {
  body { line-height: 1.0 }
}


