#div1, #div2, #div3, #div4, #div5 {
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	border: 1px solid black;
	width: 19%;
	margin: 2px;
	margin-bottom: 15px;
	min-height: 100px;
  }
  .container{
	max-width: 95%;
  }
  .myInputS {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 15px;
  }
  .row-t{
    flex-wrap: nowrap;
    background: #fdfdfd;
    font-size: larger;
    text-align: center;
    font-size: small;
    
  }
  .row-t>div{
    flex-wrap: nowrap;
    background: #fdfdfd;
    font-size: larger;
    text-align: center;
	border-radius: 15px;
    
  }
  .row-t1>div{
    background: #e9e9e9;
    background: #f9dfae;
  }
  .row-t0>div{
    background: #ffffff;
    background: #aa6e49;
  }
  .row-t div{
    border:solid 1px #dee2e6;
    padding: 0.5em 0em;
  }

.kapsayici{
	min-height: calc(100vh - 100px);
}
.bg-gecis1{
	background: linear-gradient(45deg, rgba(111,169,200,1) 0%, rgba(185,230,255,1) 51%, rgba(111,169,200,1) 100%);
}
.bg-gecis2{
	background-color: #f1f1f1 !important
}
.bg-koyu{
	background-color: #555555 !important
}
.bg-mavi{
	background-color: #009cd9;
    background-color: #fce6bf;
}
.bg-dark-custom{
	background-color: #2e2e2e;
}
.input-group{
	padding: 5px;
}
.card:hover{
	-webkit-box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.75);
}
.btn{
	margin:0px;
	border-radius: 10px;
}
.duz{
	border-radius: 0px !important;
	width: 150px;
}
.btn2:hover{
	background-color: #f1f1f1;
	color: #000000;
}
.aktif{
	color: #00c3ff;
    color: #aa6e49 !important;
	font-weight: bold;
}
.aktif .icon{
	color: #00c3ff !important;

}
.yaziblogu{
	display: inline-block;
    font-weight: 200;
    width: 150px;
    margin: 1px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .3rem .2rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: .25rem;
    color: black !important;
}
.warning{
	background-color: #ffff00;
}
.danger{
	background-color: #ff0000;
}
.success{
    background-color: #28a745;
}
.primary{
	background-color: #007bff;
}
.hata{
	cursor:url('hata.png') !important;
}
.eski{
	color:#ff0000;
}
.yesil{
	color:#11aa11;
}
.wrapper .sideMenu{
	position: fixed;
	margin-top: 72px;
	top: 0;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 100%;
}
.wrapper .icon{
	font-size: 35px;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	margin: 4px;
	color: #ffffff;
}
.wrapper a:hover{
	background-color: white;
	color:black !important;
	font-weight: bold !important;
}
.wrapper a:hover .icon{
	color:black !important;
}
.wrapper a{
	color:white;
}
.wrapper {
	width: 200px;
	float: left !important;
}

.content{
	top: 0;
	padding: 15px;
	text-align: center;
	margin-left:200px;
}
 .icon{
	font-size: 15px;
	vertical-align: middle;
	margin: 4px;
}
.table td,th{
	text-align: center;
	vertical-align:middle;
}
.table a{
	color: white;
}
th{
}

table div{
	border-radius: 10px;
	padding: 5px 0px;
}
.table2{
	vertical-align:top;
	border: thin 1px white;
}
.table2 td,th{
	text-align: center;
	vertical-align:top;
}
.nav-tabs a{
	color:rgb(145, 145, 145);
}
.tab-pane{
	padding: 5px;
	overflow-x: auto;
}
.modal-footer{
	text-align: center !important;
}

.list_ayar{
	margin-left: 50px;
	padding: 15px 5px;
}
.list_ayar_isim{
	padding: 15px 5px;
	min-width: 200px;
}
.list_ayar_satir{
	display: flex;
	align-items: center;
	margin-top: 5px;
	height: 60px;
	padding: 5px;
	border-top: 1pt solid grey;
	border-left: 1pt solid grey;
	background: linear-gradient(180deg, rgba(15,15,15,1) 0%, rgba(25,25,25,1) 100%);
	color: white;
	box-sizing:initial !important;
}
.hide{
	display: none !important;
}
.alert{
	margin: 5px;
}
.list_btn{
	color: black;
	width:30px;
	height:30px;
	font-size: 10px;
	padding: 0px !important;
}
.slide img{
	width: 300px;
}
.list_ayar_btn{
	padding: 13px 0px;
	min-width:120px;
	text-align: center;
}
.list-group div{
	padding: 5px;
	margin: 5px;
	float: left;
	text-align: center;
}
footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding:15px;
   }
.input-group-text{
	width: 45px;
}
@media screen and (max-width: 992px) {
	body{
        font-size: x-small !important;
    }
	.container{
		max-width: 100%;
	  }
      .form-control {
        font-size: small !important;
      }
.wrapper span{
	display:flex;
}
.wrapper li{
	display: inline;
	margin: auto;
}
.wrapper .sideMenu{
	position: relative;
	margin-top: 0px;
	width: 100%;
}
.wrapper {
	width: 100%;
}
.wrapper a{
	text-align: center;
}
.content{
	margin-left:0px;
}
.wrapper ul{
	flex-direction:row;
	margin: auto;
	text-align: justify;
}
.wrapper .icon{
	font-size: 25px;
	width:auto;
}
.wrapper a:hover{
	font-weight: normal !important;
}

.aktif{
	font-weight: normal !important;
}
.content .container{
	width: 100% !important;
}
.content{
	display:  inline;
}
table label{
	display: none;
}
table {
    overflow-x: auto;
    display: block;
}
#kapak{
	display: none;
}

}
