@charset "utf-8";
/* CSS Document */

body{
  margin: 0;
  background: #f1f9f9;
	background-image:url("img/bg.png");
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	
}

.swal2-popup {
  font-size: 1.5rem !important;
}

/*.dropdown-menu > li > a:hover {
    background-color: #ff0000 !important;
    color: #FFC0CB;
}*/
/*.navbar .brand, .navbar .nav > li > ul > li > a:hover {
    background-color: #282fff !important;
}*/


/*.dropdown:hover .dropdown-menu {
    display: block;
  }*/

@media (min-width: 767px) {
    .navbar-nav .dropdown-menu .caret {
	transform: rotate(-90deg);
    }
    
}
.baslik { 
background-color:#fff;
	color:#333;
	text-align:center;
	padding:5px;
	border:1px solid #333;
	-webkit-box-shadow: -1px -1px 46px -6px rgba(0,0,0,1);
-moz-box-shadow: -1px -1px 46px -6px rgba(0,0,0,1);
box-shadow: -1px -1px 46px -6px rgba(0,0,0,1);}



.cizgi {
	border-bottom:3px solid #2589DC;
	width:150px;
	margin:0 auto;
	margin-bottom:10px;
}

.form-signin {
    max-width: 500px;
    padding: 19px 29px 29px;
    margin: 0 auto;
	margin-top:0px;
    background-color: #fff;
	
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
			
	font-family:Tahoma, Geneva, sans-serif;
	color:#990000;
	font-weight:lighter;
}

.form-signin .form-signin-heading{
    color:#00A2D1;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    font-size: 16px;
    height: 45px;
    padding: 7px 9px;
}
.panel-collapse-clickable {
     cursor: pointer;  
}
.signin-form, .body-container
{
	/*border:solid red 1px;*/
	margin-top:70px;
}
/*goster olanı kullanmadım, menüyü gösterdim.*/
.body-container-goster
{
margin-top:30px;

}
.navbar-brand{
	font-family:"Trebuchet MS";
}
#btn-submit{
	height:45px;
}

/*footer kodları başlıyor*/
.copyrights{
margin-top:10px;
}

footer.container-fluid.text-center.foot {
    background: #383838;
}

.dark-line{
border-top: 1px solid #525252;
}

.white-txt{
color: #FFF;
}


.link {
    color: #ffffff;
    border: 0px #008acc solid;
    padding: 5px;
    text-decoration: none;
}

.link:hover {

    color: #ff0000;
}

.footimg{
width: 100%;
max-width: 400px;
}
 /*footer kodları bitti*/
 /*slide css başladı*/
/* .bg2 {width: 100%;}


		h2{margin:0 auto;padding:0 auto;color:#ff0000;font-family: "trebuchet ms", sans-serif;    }
		

		.item{background:#fff;text-align: center; max-height: 400px;}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  min-height: 150px;    

}

.carousel-indicators {
  bottom:-40px;
}
.carousel-inner {
   margin-bottom:33px;
}
.carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 4px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #0000ff;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 4px;
    background-color: #ffff99;
}
*/
/*slide css bitti*/
/*personel arama ekranı*/
.slide { bottom: 10px }
#ortala{width: %100; padding: 10px; margin: auto; background: #f1f1f1; border: 1px solid #ddd}
 
/*.input{padding: 7px; width: 500px; margin-left: 80px; background: #fff; border: 1px solid #eee; font: 12px Tahoma}*/
 
#sonuclar{width: 100%; padding: 7px; margin-top: 10px; background: #fff; border: 1px solid #eee; font: 13px Tahoma}
#sonuclar li{border-bottom: 1px solid #eee; padding: 5px; margin-bottom: 5px}
/*personel arama ekranı bitti*/

/*yönetim paneli anasayfa renklendirmesi iconlar için*/
.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.circle-tile-heading .fa {
    line-height: 76px;
}
.circle-tile-content {
    padding-top: 50px;
}
.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}
.circle-tile-description {
    text-transform: uppercase;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
/*
.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}
.circle-tile-heading.green:hover {
    background-color: #138F77;
}
.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}
.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}
.circle-tile-heading.red:hover {
    background-color: #CF4435;
}
.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}
*/
.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #34495E;
}
.green {
    background-color: #16A085;
}
.blue {
    background-color: #2980B9;
}
.orange {
    background-color: #F39C12;
}
.red {
    background-color: #E74C3C;
}
.purple {
    background-color: #8E44AD;
}
.dark-gray {
    background-color: #7F8C8D;
}
.gray {
    background-color: #95A5A6;
}
.light-gray {
    background-color: #BDC3C7;
}
.yellow {
    background-color: #F1C40F;
}
.text-dark-blue {
    color: #34495E;
}
.text-green {
    color: #16A085;
}
.text-blue {
    color: #2980B9;
}
.text-orange {
    color: #F39C12;
}
.text-red {
    color: #E74C3C;
}
.text-purple {
    color: #8E44AD;
}
.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

/*yönetim paneli iconları bitti.*/