@media (min-width: 1200px){     /*button class yeni sit için eklendi.*/
    .container {
        width: 1170px;
    }
}


time.icon {
  font-size: 1em;
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #F39C12;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong {
  position: absolute;
  color: #fff;
  background-color: #fd9f1b;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #fd9f1b;
  font-size: 11px;
}

time.icon em {
  position: absolute;
  bottom: -2px;
  color: #fd9f1b;
  font-size: 10px;
}

time.icon span {
  width: 100%;
  font-size: 14px;
  letter-spacing: -0.05em;
  padding-top: 21px;
  color: #2f2f2f;
}

time.icon:hover, time.icon:focus
{
  -webkit-animation: swing 0.6s ease-out;
  animation: swing 0.6s ease-out;
}

@-webkit-keyframes swing {
  0%   { -webkit-transform: rotate(0deg)  skewY(0deg); }
  20%  { -webkit-transform: rotate(12deg) skewY(4deg); }
  60%  { -webkit-transform: rotate(-9deg) skewY(-3deg); }
  80%  { -webkit-transform: rotate(6deg)  skewY(-2deg); }
  100% { -webkit-transform: rotate(0deg)  skewY(0deg); }
}

@keyframes swing {
  0%   { transform: rotate(0deg)  skewY(0deg); }
  20%  { transform: rotate(12deg) skewY(4deg); }
  60%  { transform: rotate(-9deg) skewY(-3deg); }
  80%  { transform: rotate(6deg)  skewY(-2deg); }
  100% { transform: rotate(0deg)  skewY(0deg); }
}
/*-------------------------------------burası saat alanıdır*-----------------------------------------------------------*/


.dil {
  padding: 0em;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 4px;
  font-size: 15px;
  color: #fff;
  /*yeni sayfa için degistirildi
  border:1px solid #ccc;*/
}
.jcarousel-wrapper {
/*background-color:#fff;*/
background-image: linear-gradient(to right,#f5f5f500,#fff,transparent);
}
.embed-responsive.embed-responsive-16by9 {
  min-height:220px;
}
.dil:hover{
  /*background-color: #1d6fa5;  yeni sayfa için degistirildi
  padding: 0em;
  padding-left: 15px;*/
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 4px;
  font-size: 15px;
  color: #fff;
}

/* Yeni Site İçin Değiştirildi...
.navbar-toggle{
    margin-right:50%;
}*/
a, a:hover, a:active, a:focus {
  color: #ccc;
  text-decoration:none;
}
.logo{
margin: 15px auto 0px;
float: left;
margin: auto;
padding-left: 77px;
padding-right: 15px;
position: relative;
}
.baslikyazi{
	padding-top:20px;
	font-size:22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#08519f;
	}
.baslikyazi1{
	padding-top:2px;
	font-size:28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#178cc8;
	font-weight:bold;
	}
.sosyal{
margin-left:auto;
margin-right:auto;
}
element.style {
}
.arama {
position: absolute;
top: 24px;
}
.navbar-form1{
	margin-left:-15px;
	}
	.navbar-inverse{
		background-color:#34495e;
        margin-top: -40px;
        padding-left:30px;
		}
.banerrenk{
	background-color:#ECF0F0;
	}
.altrenk{e0e7e8;}
.form-control1{
	border-radius:0px;
	margin-top:20px
	}

	/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }


/***
    usttekilerin tamami stil.css dosyasından alınmıştır

***/



/*@media (min-width:240px) {
#masthead .item {
    height: 150px;
}
#masthead .carousel-caption{
    bottom:0px;
    padding:0px 10px;
}
}

@media (min-width:480px) {
#masthead .item {
    height: 250px;
}
#masthead .carousel-caption{
    bottom:0px;
    padding:0px 10px;
}
}
@media (min-width:768px) {
#masthead .item {
    height: 400px;
}
#masthead .carousel-caption{
    bottom:90px;
    padding:25px 30px;
}
}
@media (min-width:992px) {
#masthead .item {
    height: 400px;
}
#masthead .carousel-caption{
    bottom:90px;
    padding:25px 30px;
}
}
@media (min-width:1170px) {
#masthead .item {
    height: 580px;
}
#masthead .carousel-caption{
    bottom:90px;
    padding:25px 30px;
}
}
@media (min-width:1200px) {
#masthead .item {
    height: 580px;
}
#masthead .carousel-caption{
    bottom:90px;
    padding:25px 30px;
}
}*/




.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);}

.panel-default {
border-color: #ddd;
}

.chat li.left .chat-body {
margin-left: 60px;
}
.chat li {
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px dotted #999;
}
.panel-body {
padding: 15px;
background-color:#fff;
}


.panel-body6{
    padding:5px;
    max-height:260px;
}
.panel-body7 {
padding: 5px;
margin-left:15px;
}
.panel-body8{
    min-height:258px;
}
.panel-body9 {
  padding: 5px;
  margin-left: 0px;
}
.row-ksu-yemek {
margin-right: 15px;
margin-left: 10px;
margin-top: 10px;
}
.panel-title {
  margin-top: 10px;
  color: #000;
}
.panel-body5 {
padding-left:15px;
padding-right:15px;
padding-top:10px;
padding-bottom:6px;
}
.jcarousel-wrapper2{
    margin:0 auto;
}
.panel-default>.panel-heading {
color: #fff;
background-color: #1c84c6;
border-color: #ddd;
margin-bottom:5px;
padding-bottom: 0px;
}
.panel-default>.panel-heading2 {
color: #fff;
background-color: #1c84c6;
border-color: #ddd;
margin-bottom:5px;
padding-bottom: 10px;
}
.widget-inner {
padding: 0px 20px 6px 20px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-group-xs>.btn, .btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-group>.btn:first-child {
margin-left: 0;
}
.pull-left {
float: left!important;
padding-right:10px;
}
.yazi_bicim{
	padding:15px;
	}
.PersonelGrid .mix .gallery-item img {
border-radius: 5px;
margin-bottom: 12px;
margin-top: -5px;
}
.foto-arkasi-renk {
margin: 0px;
background-color: #C8C8C8;
width: auto;
height: auto;
padding-bottom: 6px;
padding-top: 6px;
}
.h{height:390px;}

.linklistesi {
border-radius: 0px;

}
.icontop{
	top:-22px;
}
.basli-yazi-rengi{
	color:cadetblue;}
.sb-page-header2{
	padding:0px;
	}

/******************************************burası baslik alanı için yapıldı sakın elleme**********************************************************/
.sb-page-header5{
    position: relative;
    padding: 10px 13px;
    text-align: center;
    color: rgba(255,255,255,.8);
    background-color: #e0e7e8;
    background-image: url(/assets/img/bg.png);
    margin-bottom: 40px;
    font-size: 20px;
    border-bottom: 1px solid #34495E;
    background: -webkit-linear-gradient(left, #34495E, #34495E 5%, #3179C0, #34495E 95%, #34495E); 
    background: -moz-linear-gradient(left, #34495E, #34495E 5%, #3179C0, #34495E 95%, #34495E);
    background: -o-linear-gradient(left, #34495E, #34495E 5%, #3179C0, #34495E 95%, #34495E); 
    background: -ms-linear-gradient(left, #34495E, #34495E 5%, #3179C0, #34495E 95%, #34495E);
   
}
/******************************************burası baslik alanı için yapıldı sakın elleme**********************************************************/
.page-header4{
   border-bottom: 1px solid rgba(0,0,0,0.2);
  margin: 0px 0 10px;
  background-color: rgb(28, 132, 198);
  color: #fff;
    padding-top: 10px;
}
.col-8{
	margin-top:15px;
	}
.navbar-form-yusuf{
	margin-top:-6px;
	}
.bg-yusuf{
	background:#34495e;
    background: -webkit-linear-gradient(left, #34495E, #34495E 5%, #3179C0, #34495E 95%, #34495E); 
    background: -moz-linear-gradient(left, #34495E, #34495E 5%, #3179C0, #34495E 95%, #34495E);
    background: -o-linear-gradient(left, #34495E, #34495E 5%, #3179C0, #34495E 95%, #34495E); 
    background: -ms-linear-gradient(left, #34495E, #34495E 5%, #3179C0, #34495E 95%, #34495E);
	}
.bg-yusuf-alt{
	background:#34495e;
	}
.bg-ali-haber{
    background-color:#ecf0f1;
    position: relative;
    margin-top: 0px;
    padding: 0px 15px;
}
.footer-yazi{
	color:#CCC;
	}
.footer-yazi1{
	color:#FC0;
	padding-left:30px;
	padding-right:30px;
	}
.footer-top{
	margin-top:20px;
	}
.footer-top1{
	margin-top:20px;
	}
.footer-resim{
	background-image:url(../resimler/ksu1.png);
	margin-top:20px;
	}
.cizgi{
	width:auto;
	border-bottom:dotted #BBBBBB 1px;
	margin-right:3px;
	}
.cizgi2{
	width:auto;
	border-right:dotted #FFFFFF 1px;
	}
.footer-resim1{
	margin-top:-132px;
	}
.footer-resim2{
	margin-top:-57px;
	}
.row-top{
	margin-top:75px;
	}
.row-margin{
	margin-left:0;
	margin-right:0;
	}
.row-bottom{
    border-bottom:1px dotted #4c647c;
}
.row2 {
margin-right: 0;
margin-left: -15px;
}
.row3 {
margin-right: 0;
margin-left: 0px;
}
.row4 {
  margin-right: -15px;
  margin-left: 0px;
}
.row5 {
  margin-right: -15px;
  margin-left: -15px;
}
.row6 {
  margin-left: 0px;
}
.col-letf{
    border-left: dotted 1px #fff;
}
.sb-page-header2 {
    margin-top:0;
}
.text-uppercase{
    float:left;
    color:#333;
    margin-top:8px;
}

.btn2 {
    border-radius: 0px;
}
.temiz {
    clear:both;
}
.navbar-default2 {
    background:#34495e;
}
.padding-slider {
    padding-left:0px;
    padding-right:0px;
}
.row-margin {
    margin-right: 0px;
}
.row-yusuf{
    max-height:300px;
    margin-top:55px;
}
.sb-page-header3{
    border-bottom: 5px double #34495E;
}
.menu-yazi{
    color:#fff;
}
.ali-duyuru-sroll{
    overflow-y:hidden;
}
.panel-padding{
    margin:5px;
}
.panel-body2{
  min-height:248px;
}
.form-arama{
    z-index: 9;
}
.container-yma{
    margin-bottom:0px;
    color:#34495e;
}
.text-left-yma{
    color:.#34495e;
}
.col-md-8-yma{
    text-align:left;
}
.panel-yma{
    border-radius: 0px;
}
.m0{
margin:0;
}
.r0{
    margin-right:0px;
}
.m20{
margin:0;
margin-left:15px;
}
.form-group-ksu{
    float:none;
}
.panel-body3 {
    min-height:258px;
}
/*.panel-body4 {
    min-height:318px;
    border:solid 1px #ddd;
    padding:5px;
}*/
/* Yeni Site için Değiştirildi
    .container{
    padding-left:0px;
}*/
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
/*max-height: 250px;*/
}
 
/*burası video için ayarlanmıştır*/
@media (min-width:150px) {
    .video{
    min-height:100%;
}
 
}
@media (min-width:480px) {
   .video{
    min-height:100%;
}
}
@media (min-width:768px) {
    .video{
    min-height:100%;
}
 
}
@media (min-width:992px) {
   .video{
    min-height:100%; 
    min-height: 481px;
   /*max-height: 481px*/
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 38.25%;
}

}
@media (min-width:1170px) {
    .video{
    min-height:100%;
    min-height: 481px;
    /*max-height: 481px*/
}
    .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 31.25%;
}
 
}
@media (min-width:1200px) {
   .video{
    min-height:100%;
    min-height: 481px;
    /*max-height: 481px*/
}
   .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 30.25%;
  height:100%;
}

}

/*burası video için ayarlanmıştır*/

/*burası DUYURU için ayarlanmıştır*/
@media (min-width:150px) {
    .yeniduyuru{
    min-height:100%;
    background-color: white;
	overflow:hidden;
}
}
@media (min-width:480px) {
   .yeniduyuru{
    min-height:100%;
    background-color: white;
}
}
/*@media (min-width:768px) {
    .yeniduyuru{
    min-height:456px;
}
 
}*/
@media (min-width:992px) {
   .yeniduyuru{
    min-height:481px; 
    background-color: white;
	overflow:hidden;
}

}
@media (min-width:1170px) {
    .yeniduyuru{
    min-height:481px;
    background-color: white;
	overflow:hidden;
 }
}
@media (min-width:1200px) {
   .yeniduyuru{
    min-height:481px;
    background-color: white;
	overflow:hidden;
    }
}

/*burası DUYURU için ayarlanmıştır*/

/*burası DUYURU için ayarlanmıştır*/
@media (min-width:150px) {
    .yenitanitim, .linkmodul1{
    min-height:100%;
}
}
@media (min-width:480px) {
   .yenitanitim, .linkmodul1{
    min-height:100%;
}
}
/*@media (min-width:768px) {
    .yenitanitim, .linkmodul1{
    min-height:380px;
}
 
}*/
@media (min-width:992px) {
   .yenitanitim, .linkmodul1{
    min-height:402px;
max-height:402px; 
}

}
@media (min-width:1170px) {
    .yenitanitim, .linkmodul1{
    min-height:402px;
 }
}
@media (min-width:1200px) {
   .yenitanitim, .linkmodul1{
    min-height:402px;
    }
}
/*burası DUYURU için ayarlanmıştır*/


/*burası Link Modülü için ayarlanmıştır*/
.linkmodul {
    min-height: 456px;
}

@media (min-width:1170px) 
{
    .linkmodul {
    min-height: 456px;
    max-height: 456px;
}
}

@media (min-width:1200px) 
{
    .linkmodul {
    min-height: 456px;
    max-height: 456px;
}
}

@media (min-width:992px) 
{
    .linkmodul {
    min-height: 456px;
    max-height: 456px;
}
}
@media (min-width:768px) 
{
   .linkmodul {
    min-height: 456px;
    /*max-height: 456px;*/
}
}
@media (min-width:480px) 
{
   .linkmodul {
    min-height: 456px;
    /*max-height: 456px;*/
}
}


/*------------------------------------------burası form  ayrları başlangıcı-----------------------------------*/

@media (min-width: 992px){
     .mr {
        margin-right: -69px;
        
    }
 
}
@media (min-width: 1200px){
     .mr {
        margin-right: -69px;
        
    }

}

@media (min-width: 1170px){
     .mr {
        margin-right: -69px;
        
    }
 
}




@media (min-width: 992px){
     .carbonad {
        right: -25px;
        top:-10px;
    }
 
}
@media (min-width: 1200px){
     .carbonad {
        right: -15px;
        
    }

}

@media (min-width: 1170px){
     .carbonad {
        right: -15px;
        
    }
 
}

/*burası sakın ellemeyin ekran ayarıdır aman ha dokunma ali sakın sen elleme ---bu clas boosstrab.min.css nin içinde var anu pasif ediyorum. başka yerde buzulma olursa tekrar aktif etmeniz yeterlidir.*/

/*burası sakın ellemeyin ekran ayarıdır aman ha dokunma ali sakın sen elleme*/

/* Yeni Site için Değiştirildi
@media (min-width:299px) {
    .container{
    padding-left:0px;
} */
    .panel-body4 {
    /*border:double #e1e6ef;
    padding:5px;*/
    width:100%;
    height:100%;
    background-color:White;
}
 .panel-bodyimg {
    width:100%;
    height:100%;
}
    .baslikksu{
    font-size:16px;
}

}
@media (min-width:480px) {
   .container{
    padding-left:15px;
}
    .baslikksu{
    font-size:20px;
}

}

@media (min-width:768px) {
  .container{
    padding-left:15px;
}
   /*.panel-body4 {
    border:double #e1e6ef;
    padding:5px;
    width:100%;
    height:100%;
    background-color;White;
}*/
.panel-bodyimg {
    width:100%;
    height:100%;
}
    .baslikksu{
    font-size:30px;
}
}

@media (min-width:992px) {
  .container{
    padding-left:15px;
}
   /*.panel-body4 {
    min-height:318px;
    border:double #e1e6ef;
    padding:5px;
    width:100%;
    height:100%;
    background-color:White;
}*/
.panel-bodyimg {
    width:100%;
    max-height:481px;
}
    .baslikksu{
    font-size:30px;
}
}

@media (min-width:1170px) {
  .container{
    padding-left:15px;
}
   /*.panel-body4 {
    max-height:318px;
    border:double #e1e6ef;
    padding:5px;
    width:100%;
    height:100%;
    background-color:White;
}*/
.panel-bodyimg {
    width:100%;
    max-height:481px;
}
    .baslikksu{
    font-size:30px;
}
}

@media (min-width:1200px) {
  .container{
    padding-left:15px;
}
   /*.panel-body4 {
    max-height:318px;
    border:double #e1e6ef;
    padding:5px;
    width:100%;
    height:100%;
    background-color:White;
}*/
.panel-bodyimg {
    width:100%;
    max-height:481px;
}
    .baslikksu{
    font-size:30px;
}
}




@media (min-width:299px) {
    .col-md-8-yma{
    text-align:center;
}
 
}
@media (min-width:480px) {
    .col-md-8-yma{
    text-align:center;
}
}

@media (min-width:768px) {
    .col-md-8-yma{
    text-align:center;
}
}

@media (min-width:992px) {
    .col-md-8-yma{
    text-align:left;
}
}

burası yeni sayfa için pasif edildi

/*@media (min-width:992px) {
    .input-group .form-control {
width: 88%;
margin-bottom: 0;
margin-left: 60px;
}
}

@media (min-width:1200px) {
    .input-group .form-control {
width: 88%;
margin-bottom: 0;
margin-left: 60px;
}
}*/



/*-----------------------------------------burası form  ayrları sonu-----------------------------------*/



/*-----------------------------------------burası banner baslik ayrları başlangıcı-----------------------------------*/
@media (min-width:299px) {
    .col-md-8-yma {
        text-align: center;
    }
    .azcarbon{
        margin-left:100px;
    }
}
}
@media (min-width:480px) {
    .col-md-8-yma{
    text-align:center;
}
}

@media (min-width:768px) {
    .col-md-8-yma{
    text-align:center;
}
}

@media (min-width:992px) {
    .col-md-8-yma{
    text-align:left;
}
    .azcarbon{
        margin-left:100px;
    }
}

@media (min-width:1200px) {
    .col-md-8-yma{
    text-align:left;
}
    .azcarbon{
        margin-left:100px;
    }
}
/*-----------------------------------------burası banner baslik ayrları sonu-----------------------------------*/
/*-----------------------------------------burası footer alanı ayarı-------------------------------------------*/
@media (min-width:299px) {
  .footer-resim2 {
  margin-top: -68px;
}
}
@media (min-width:480px) {
.footer-resim2 {
  margin-top: -68px;

}
}

@media (min-width:768px) {
.footer-resim2 {
  margin-top: -68px;
}
}

@media (min-width:992px) {
 .footer-resim2 {
  margin-top: -57px;
}
}

@media (min-width:1200px) {
.footer-resim2 {
  margin-top: -57px;
}
}
/*-----------------------------------------burası footer alanı ayarı sonu-----------------------------------*/

/*-----------------------------------------burası link ayarı   baslangıcı-----------------------------------*/

@media (min-width:480px) {
    .m20{
margin:0;
margin-left:15px;
}
}

@media (min-width:768px) {
   .m20{
margin:0;
margin-left:15px;
}
}

@media (min-width:992px) {
  .m20{
margin:0;
margin-left:15px;
}
}

@media (min-width:1200px) {
   .m0{
margin:0;
}
}

/*-----------------------------------------burası link ayarı   baslangıcı-----------------------------------*/

.navbar-inverse .navbar-nav > li > a{
    color:#fff;
    font-size:11pt;
}

/*-----------------------------------------burası resimli link cssleri başlangıcı-----------------------------------*/
.jssora03l, .jssora03r, .jssora03ldn, .jssora03rdn {
                position: absolute;
                cursor: pointer;
                display: block;
                background: url(../img/a03.png) no-repeat;
                overflow: hidden;
            }

            .jssora03l {
                background-position: -3px -33px;
            }

            .jssora03r {
                background-position: -63px -33px;
            }

            .jssora03l:hover {
                background-position: -123px -33px;
            }

            .jssora03r:hover {
                background-position: -183px -33px;
            }

            .jssora03ldn {
                background-position: -243px -33px;
            }

            .jssora03rdn {
                background-position: -303px -33px;
            }
                        .jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
                background: url(../img/b03.png) no-repeat;
                overflow: hidden;
                cursor: pointer;
            }

            .jssorb03 div {
                background-position: -5px -4px;
            }

                .jssorb03 div:hover, .jssorb03 .av:hover {
                    background-position: -35px -4px;
                }

            .jssorb03 .av {
                background-position: -65px -4px;
            }

            .jssorb03 .dn, .jssorb03 .dn:hover {
                background-position: -95px -4px;
            }

/*-----------------------------------------burası resimli link cssleri başlangıcı-----------------------------------*/

body {
/*font-family: 'Open Sans';*/ /*burası yeni site için pasif yapıldı*/
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
color: #393939;
line-height: 1.5;
}

.widget-box {
padding: 0px;
-webkit-box-shadow: none;
box-shadow: none;
overflow :hidden;
height: 302px;
border-bottom: 1px solid #CCCCCC;
}

.widget-header {
box-sizing: content-box;
position: relative;
min-height: 38px;
background:#ed5565;
color:#fff;
border: 1px solid;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
padding-left: 12px;
}

.widget-header::before, .widget-header::after {
content: '';
display: table;
line-height: 0;
}

.widget-header::after {
clear: right;
}
.widget-header::before, .widget-header::after {
content: '';
display: table;
line-height: 0;
}

.widget-header > .widget-caption, .widget-header > :first-child {
line-height: 36px;
padding: 0px;
margin: 0px;
display: inline;
}

h4 {
font-size: 18px;
font-weight: normal;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}


.widget-toolbar {
display: inline-block;
padding: 0px 10px;
line-height: 37px;
float: right;
position: relative;
}

.widget-toolbar::before {
display: inline-block;
content: '';
position: absolute;
top: 3px;
bottom: 3px;
left: -1px;
border: solid rgb(217, 217, 217);
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
}

.widget-toolbar > [data-action="collapse"], .header-color-dark > .widget-toolbar > [data-action="collapse"] {
color: rgb(170, 170, 170);
}
.widget-toolbar > a {
font-size: 14px;
margin: 0px 1px;
display: inline-block;
padding: 0px;
line-height: 24px;
text-decoration: none;
}

.widget-toolbar > [data-action="close"], .header-color-dark > .widget-toolbar > [data-action="close"] {
color: rgb(224, 158, 150);
}


.widget-body {

border-right-color: rgb(204, 204, 204);
border-bottom-color: rgb(204, 204, 204);
border-left-color: rgb(204, 204, 204);
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
border-top: 0px;
background-color: rgb(255, 255, 255);
height:351px;
}

.widget-main {
padding: 12px;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
 padding-left:0px;
}

/*-----------------------------------------burası metin kutusu cssleri sonu-----------------------------------------*/
/*----------------------------------------------------------------------------*/


 body {
    /*font-family: 'Monda', sans-serif, Open Sans, Helvetica Neue ,Helvetica,Arial,sans-serif;*/ /*burasu yeni site için pasi yapıldı*/
    font-family: Arial,Helvetica,sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
	color: white; /*burasini silayt yazisini degistirmek için kullandim. 22/10/2019 tarihinde eklendi.*/
}

a,
a:hover,
a:active,
a:focus {
  color: #34495e;
}

@media(min-width:768px) {
    body {
        /*background: #ecf0f1;*/
        background: #f2f4f8;
    }
}

 .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 Color Helper Classes */

 .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);
}

 #wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    border: none;
    background-color: #ecf0f1;
}

@media(min-width:768px) {
    #page-wrapper {
        margin: 50px 0 0 225px;
        padding: 0 30px;
        min-height: 1300px;
        border-left: 1px solid #2c3e50;
    }

    #page-wrapper.collapsed {
        margin: 50px 0 0;
    }

    .page-content {
        opacity: 0.3;
        -webkit-transition: opacity .4s linear;
        -moz-transition: opacity .4s linear;
        -o-transition: opacity .4s linear;
        transition: opacity .4s linear;
    }

    .page-content-ease-in {
        opacity: 1;
    }
}

 .navbar-top {
    margin-left: 0;
    background-color: #2c3e50;
}

.navbar-top .navbar-brand a {
    display: inline-block;
    transition: all ease-in-out .3s;
}

.navbar-top .navbar-brand a:hover {
    opacity: 0.7;
}

.navbar-top .navbar-left {
    display: none;
}

.navbar-top .navbar-header {
    background-color: #142434;
}

.navbar-top .navbar-toggle {
    margin-top: 6px;
    margin-bottom: auto;
    border-color: #999;
    outline: none;
    color: #333;
    background-color: #fff;
}

.navbar-top .navbar-toggle:active,
.navbar-top .navbar-toggle:focus,
.navbar-top .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-top .dropdown-toggle {
    padding-top: 6px;
    padding-bottom: 4px;
}

.navbar-top .nav-top {
    margin-left: 15px;
}

.navbar-top>.nav-top>.nav>li {
    display: inline-block;
    float: left;
}

.navbar-top>.nav-top>ul.navbar-right>li {
    margin-right: 5px;
}

.navbar-top>.nav-top>ul.navbar-right>li:last-child {
    margin-right: 0;
}

.navbar-top>.nav-top>.nav>li>a {
    height: 50px;
    padding-top: 15px;
    color: #fff;
}

.navbar-top>.nav-top>.nav>li>a:hover,
.navbar-top>.nav-top>.nav>li>a:focus {
    color: #fff;
    background-color: #142434;
}

.navbar-top .dropdown-messages {
    left: 0;
    min-width: 280px;
    border-color: #8bd0c2;
}

.navbar-top .dropdown-alerts {
    left: -60px;
    min-width: 280px;
    border-color: #f9ce89;
}

.navbar-top .dropdown-tasks {
    left: -119px;
    min-width: 280px;
    border-color: #94c0dc;
}

.navbar-top .dropdown-user {
    left: -80px;
    margin: 0;
    min-width: 200px;
}

.navbar-top .dropdown-scroll {
    margin: 0;
    padding: 0;
}

.navbar-top .dropdown-scroll .dropdown-header {
    padding: 15px 10px;
}

.navbar-top .dropdown-scroll .dropdown-header:active,
.navbar-top .dropdown-scroll .dropdown-header:focus,
.navbar-top .dropdown-scroll .dropdown-header:hover {
    color: inherit;
    background: inherit;
}

.navbar-top .dropdown-scroll li {
    margin: 0;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.navbar-top .dropdown-scroll li:last-child {
    border-bottom: none;
}

.navbar-top .dropdown-scroll li a {
    display: block;
    padding: 10px;
}

.navbar-top .dropdown-scroll li a:hover {
    text-decoration: none;
    background-color: inherit;
}

.navbar-top .dropdown-scroll .dropdown-footer {
    display: block;
    border-top: 1px solid #ccc;
    border-bottom: none;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.navbar-top .dropdown-scroll p {
    margin: 0;
}

.navbar-top .dropdown-scroll li a,
.navbar-top .dropdown-scroll li a:hover,
.navbar-top .dropdown-messages li a:hover,
.navbar-top .dropdown-alerts li a:hover,
.navbar-top .dropdown-tasks li a:hover {
    color: #333;
}

.navbar-top .messages-link,
.navbar-top .messages-link:hover,
.navbar-top .messages-link:focus,
.navbar-top .dropdown-messages .dropdown-header,
.navbar-top .dropdown-messages .dropdown-header:hover,
.navbar-top .dropdown-messages .dropdown-footer,
.navbar-top .dropdown-messages .dropdown-footer a,
.navbar-top .dropdown-messages .dropdown-footer a:hover {
    color: #fff;
    background: #16a085 !important;
}

.navbar-top .alerts-link,
.navbar-top .dropdown-alerts .dropdown-header,
.navbar-top .dropdown-alerts .dropdown-header:hover,
.navbar-top .dropdown-alerts .dropdown-footer,
.navbar-top .dropdown-alerts .dropdown-footer a,
.navbar-top .dropdown-alerts .dropdown-footer a:hover {
    color: #fff;
    background: #f39c12 !important;
}

.navbar-top .alert-icon {
    width: 25px;
    margin-right: 5px;
    text-align: center;
    color: #fff;
}

.navbar-top .tasks-link,
.navbar-top .dropdown-tasks .dropdown-header,
.navbar-top .dropdown-tasks .dropdown-header:hover,
.navbar-top .dropdown-tasks .dropdown-footer,
.navbar-top .dropdown-tasks .dropdown-footer a,
.navbar-top .dropdown-tasks .dropdown-footer a:hover {
    color: #fff;
    background: #2980b9 !important;
}

.navbar-top .dropdown-tasks .progress {
    height: 10px;
    margin-bottom: 5px;
    border-radius: 0;
}

.navbar-top .number {
    position: absolute;
    bottom: 25px;
    left: 3px;
    width: 20px;
    height: 20px;
    padding-right: 1px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    background-color: #2c3e50;
}

@media(min-width:768px) {
    .navbar-top {
        z-index: 1030;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        max-height: 50px;
        border-radius: 0;
    }

    .navbar-top .navbar-header {
        width: 225px;
        background-color: transparent;
    }

    .navbar-top .navbar-left {
        display: inherit;
    }

    .navbar-top #sidebar-toggle {
        display: inline-block;
    }

    .navbar-top .nav-top {
        margin-right: 15px;
        text-align: inherit;
    }

    .navbar-top .dropdown-user {
        left: inherit;
        min-width: inherit;
    }

    .navbar-top .dropdown-messages,
    .navbar-top .dropdown-alerts,
    .navbar-top .dropdown-tasks {
        left: inherit;
        width: 300px;
    }

    .navbar-top .dropdown-scroll li a:hover {
        text-decoration: none;
    }

    .navbar-top .dropdown-messages li a:hover {
        background-color: #e8f6f3;
    }

    .navbar-top .dropdown-alerts li a:hover {
        background-color: #fef5e8;
    }

    .navbar-top .dropdown-tasks li a:hover {
        background-color: #eaf3f8;
    }

    .navbar-top .name {
        display: inherit;
        float: left;
        margin-right: 5px;
    }
}

 .navbar-side .navbar-collapse {
    max-height: none;
    border: none;
}

.navbar-side li.side-user {
    display: block;
    width: 100%;
    padding: 15px;
    border-top: none !important;
    border-bottom: 1px solid #142638;
    text-align: center;
}

.navbar-side .side-user img {
    display: block;
    margin-bottom: 15px;
    margin-left: 20px;
}

.navbar-side .side-user .welcome {
    margin: 0;
    font-style: italic;
    color: #9aa4af;
}

.navbar-side .side-user .welcome .fa {
    padding-right: 0;
}

.navbar-side .side-user .name {
    margin: 0;
    font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #ccd1d7;
}

.navbar-side .side-user .name .last-name {
    font-weight: 400;
    color: #fff;
}

.navbar-side .nav-search {
    padding: 15px;
    border-top: none;
}

.navbar-side .nav-search:hover {
    background: none;
}

.navbar-side .nav-search input {
    padding-right: 30px;
    border-radius: 0;
}

.navbar-side .nav-search button {
    position: absolute;
    top: 15px;
    right: 5px;
    background-color: transparent;
}

.navbar-side .nav-search .btn:focus,
.navbar-side .nav-search .btn:active {
    outline: none;
    box-shadow: none;
}

.navbar-side ul.side-nav {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #54677a;
    font-size: 13px;
    background-color: #34495e;
}

.navbar-side .navbar-nav>li>a,
.navbar-side .navbar-nav>li>a:focus,
.navbar-side .navbar-nav>li>a:hover,
.navbar-side .navbar-nav>li>a:active {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    outline: none;
    color: #fff;
    background-color: #34495e;
}

.navbar-side .side-nav li,
.navbar-side .side-nav li.panel {
    border-top: 1px solid #54677a;
    border-bottom: 1px solid #142638;
}

.navbar-side .side-nav li.panel ul li {
    border-top: none;
    border-bottom: none;
}

.navbar-side .side-nav li.panel ul li a,
.navbar-side .side-nav li.panel ul li a:hover,
.navbar-side .side-nav li.panel ul li a:focus,
.navbar-side .side-nav li.panel ul li a:active,
.navbar-side .side-nav li.panel ul li .active {
    color: #333;
    background-color: #ecf0f1;
}

.navbar-side .side-nav li.panel i.fa,
.navbar-side .side-nav li i.fa {
    padding-right: 10px;
}

.navbar-side .side-nav li.panel ul li a {
    padding-left: 20px;
}

.navbar-side .side-nav .fa-caret-down {
    float: right;
    margin-top: 2px;
    margin-right: -10px;
}

.navbar-side .side-nav > li > a.active {
    background-color: #2c3e50;
}

.navbar-side .side-nav li.panel ul li a.active {
    background-color: #e0e7e8;
}

@media(min-width:768px) {
    .navbar-side.collapsed {
        display: none;
    }

    .navbar-side {
        z-index: 1020;
        position: absolute;
        top: 50px;
        width: 100%;
        border-radius: 0;
    }

    .navbar-side .side-nav {
        position: absolute;
        left: 0;
        width: 225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
    }

    .navbar-side ul.side-nav {
        background-color: transparent;
    }

    .navbar-side .side-nav > li > a {
        width: 225px;
    }

    .navbar-side li.nav-search {
        border-top: 1px solid #54677a;
    }

    .navbar-side .side-nav > li > a:hover {
        color: #fff;
        background-color: #3d566e;
    }

    .navbar-side .side-nav li.panel ul li a:hover,
    .navbar-side .side-nav li.panel ul li a:focus,
    .navbar-side .side-nav li.panel ul li a:active {
        background-color: #e0e7e8;
    }
}


 .page-title {
    margin: 30px 0;
}

.page-title h1 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 26px;
}

.page-title small {
    font-size: 18px;
}

.page-title .breadcrumb {
    margin-bottom: 0;
    background-color: #e0e7e8;
}

.page-title .date-picker {
    margin-top: -8px;
    margin-right: -15px;
}

.page-title .date-range {
    display: none;
}

.page-title .btn {
    height: 36px;
    padding-top: 8px;
    border: none;
}

@media(min-width:768px) {
    .page-title .date-range {
        display: inherit;
    }
}

.panel2 {
   background-color: #fff;
  /* border: 1px solid transparent; */
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);

}

 .portlet {
    margin-bottom: 15px;
}

/*.portlet {
    border: 1px solid;
}*/

.portlet .portlet-heading {
    padding: 0 15px;
}

.portlet .portlet-heading h4 {
    padding: 1px 0;
    font-size: 16px;
}

.portlet .portlet-heading a {
    color: #fff;
}

.portlet .portlet-heading a:hover,
.portlet .portlet-heading a:active,
.portlet .portlet-heading a:focus {
    outline: none;
}

.portlet .portlet-widgets .dropdown-menu a {
    color: #333;
}

.portlet .portlet-widgets ul.dropdown-menu {
    min-width: 0;
}

.portlet .portlet-heading .portlet-title {
    float: left;
}

.portlet .portlet-heading .portlet-title h4 {
    margin: 10px 0;
}

.portlet .portlet-heading .portlet-widgets {
    float: right;
    margin: 8px 0;
}

.portlet .portlet-heading .portlet-widgets .tabbed-portlets {
    display: inline;
}

.portlet .portlet-heading .portlet-widgets .divider {
    margin: 0 5px;
}

.divider-gradient-gray {
	background-image: linear-gradient(to right, transparent, #ccc, transparent);
	height: 1px;
	border: 0;
}

/*.portlet .portlet-body {
    padding: 15px;
    background: #fff;
}*/

.portlet .portlet-footer {
    padding: 10px 15px;
    background: #e0e7e8;
}

.portlet .portlet-footer ul {
    margin: 0;
}

.portlet-green,
.portlet-green>.portlet-heading {
    border-color: #16a085;
}

.portlet-green>.portlet-heading {
    color: #fff;
    background-color: #16a085;
}

.portlet-orange,
.portlet-orange>.portlet-heading {
    border-color: #f39c12;
}

.portlet-orange>.portlet-heading {
    color: #fff;
    background-color: #f39c12;
}

.portlet-blue,
.portlet-blue>.portlet-heading {
    border-color: #2980b9;
}

.portlet-blue>.portlet-heading {
    color: #fff;
    background-color: #2980b9;
}

.portlet-red,
.portlet-red>.portlet-heading {
    border-color: #e74c3c;
}

.portlet-red>.portlet-heading {
    color: #fff;
    background-color: #e74c3c;
}

.portlet-purple,
.portlet-purple>.portlet-heading {
    border-color: #8e44ad;
}

.portlet-purple>.portlet-heading {
    color: #fff;
    background-color: #8e44ad;
}

.portlet-default,
.portlet-dark-blue,
.portlet-default>.portlet-heading,
.portlet-dark-blue>.portlet-heading {
    border-color: #34495e;
}

.portlet-default>.portlet-heading,
.portlet-dark-blue>.portlet-heading {
    color: #fff;
    background-color: #34495e;
}

.portlet-basic,
.portlet-basic>.portlet-heading {
    border-color: #333;
}

.portlet-basic>.portlet-heading {
    border-bottom: 1px solid #333;
    color: #333;
    background-color: #fff;
}

/*@media(min-width:768px) {
    .portlet {
        margin-bottom: 30px;
    }
}*/


.tile {
    margin-bottom: 15px;
    padding: 15px;
    overflow: hidden;
    color: #fff;
}

.tile h1,
.tile h2,
.tile h3,
.tile h4,
.tile h5,
.tile h6 {
    margin: 0;
}

.tile h1 a,
.tile h2 a,
.tile h3 a,
.tile h4 a,
.tile h5 a,
.tile h6 a {
    color: #fff;
}

/* -- Circle Tiles */

.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}

.circle-tile-heading {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto -40px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 100%;
    color: #fff;
    transition: all ease-in-out .3s;
}

.circle-tile-heading .fa {
    line-height: 80px;
}

.circle-tile-content {
    padding-top: 50px;
}

.circle-tile-number {
    padding: 5px 0 15px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.circle-tile-description {
    text-transform: uppercase;
}

.circle-tile-footer {
    display: block;
    padding: 5px;
    color: rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.1);
    transition: all ease-in-out .3s;
}

.circle-tile-footer:hover {
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.2);
}

.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;
}

/* -- Time Widget Tile */

.tile-img {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}

.time-widget {
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
    font-size: 1.75em;
}

.time-widget-heading {
    text-transform: uppercase;
    font-size: .5em;
    font-weight: 400;
}

/* -- These image backgrounds are set to change automatically depending on the time of day. */

.morning {
    background: url(../../img/widget-bg-morning.jpg) center bottom no-repeat;
    background-size: cover;
}

.afternoon {
    background: url(../../img/widget-bg-afternoon.jpg) center bottom no-repeat;
    background-size: cover;
}

.evening {
    background: url(../../img/widget-bg-evening.jpg) center bottom no-repeat;
    background-size: cover;
}

.midnight {
    background: url(../../img/widget-bg-midnight.jpg) center bottom no-repeat;
    background-size: cover;
}

@media(min-width:768px) {
    .tile {
        margin-bottom: 30px;
    }

    .circle-tile {
        margin-bottom: 30px;
    }
}



 .btn-green {
    border-color: #15987e;
    color: #fff;
    background-color: #16a085;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    border-color: #138871;
    color: #fff;
    background-color: #149077;
}

.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
    border-color: #2eaa91;
    background-color: #39ae97;
}

.btn-orange {
    border-color: #e79411;
    color: #fff;
    background-color: #f39c12;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    border-color: #cf850f;
    color: #fff;
    background-color: #da8c10;
}

.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
    border-color: #f4a62a;
    background-color: #f5ab35;
}

.btn-blue {
    border-color: #2779b0;
    color: #fff;
    background-color: #2980b9;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    border-color: #236d9d;
    color: #fff;
    background-color: #2573a6;
}

.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
    border-color: #3f8dc0;
    background-color: #4993c3;
}

.btn-red {
    border-color: #db4839;
    color: #fff;
    background-color: #e74c3c;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
    border-color: #c54133;
    color: #fff;
    background-color: #cf4436;
}

.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
    border-color: #e95e50;
    background-color: #eb6759;
}

.btn-purple {
    border-color: #8741a4;
    color: #fff;
    background-color: #8e44ad;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    border-color: #793a93;
    color: #fff;
    background-color: #803d9b;
}

.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
    border-color: #9a57b5;
    background-color: #9f60b9;
}

.btn-default,
.btn-dark-blue {
    border-color: #314559;
    color: #fff;
    background-color: #34495e;
}

.btn-default:hover,
.btn-dark-blue:hover,
.btn-default:focus,
.btn-dark-blue:focus,
.btn-default:active,
.btn-dark-blue:active,
.btn-default.active,
.btn-dark-blue.active,
.open .dropdown-toggle.btn-default,
.open .dropdown-toggle.btn-dark-blue {
    border-color: #2c3e50;
    color: #fff;
    background-color: #2f4254;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active,
.btn-dark-blue.disabled,
.btn-dark-blue[disabled],
fieldset[disabled] .btn-dark-blue,
.btn-dark-blue.disabled:hover,
.btn-dark-blue[disabled]:hover,
fieldset[disabled] .btn-dark-blue:hover,
.btn-dark-blue.disabled:focus,
.btn-dark-blue[disabled]:focus,
fieldset[disabled] .btn-dark-blue:focus,
.btn-dark-blue.disabled:active,
.btn-dark-blue[disabled]:active,
fieldset[disabled] .btn-dark-blue:active,
.btn-dark-blue.disabled.active,
.btn-dark-blue[disabled].active,
fieldset[disabled] .btn-dark-blue.active {
    border-color: #495c6e;
    background-color: #526476;
}

.btn-white {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    border-color: #adadad;
    color: #333333;
    background-color: #ebebeb;
}



 table.table-green thead {
    color: #fff;
    background-color: #16a085;
}



 .modal-flex .modal-header {
    color: #fff;
    background-color: #2f4254;
}

.modal-flex .modal-header .close,
.modal-flex .modal-header .close:hover,
.modal-flex .modal-header .close:focus {
    color: #fff;
}

.modal-flex .modal-footer {
    background-color: #e0e7e8;
}

/* -- Custom Logout Popup Styles */

 #logout {
    margin-top: 150px;
}

.logout-message {
    padding: 0 25px 25px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    background-color: rgba(26,36,47,0.9);
}

.logout-message h3 {
    margin: 15px 0;
}

.logout-message p {
    margin: 0 0 25px;
}

.img-logout {
    margin-top: -75px;
}



/* -- User Profile Page Styles */

 .img-profile {
    margin-bottom: 10px;
    border: 1px solid #34495e;
}

.profile-edit {
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    background: rgb(52,73,94);
}

.profile-edit:hover {
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    background: rgba(52,73,94,0.8);
}

a.facebook-link:hover {
    color: #3b5998;
}

a.twitter-link:hover {
    color: #00aced;
}

a.linkedin-link:hover {
    color: #007bb6;
}

a.google-plus-link:hover {
    color: #dd4b39;
}

/* -- Mailbox Page Styles */

 .mailbox-topnav {
    margin-bottom: 0;
}

.mailbox-sidenav {
    display: none;
}

.mailbox-messages {
    overflow: auto;
}

.mailbox-topnav>.navbar-header {
    width: 200px;
}

#mailbox-wrapper {
    margin-left: 0;
    overflow: hidden;
}

.mailbox-nav>ul>li>.navbar-btn {
    margin-right: 10px;
}

.mailbox-nav>ul>li.checkall {
    display: none;
}

.mailbox-nav>ul>li.message-actions {
    margin-left: 15px;
}

.mailbox-nav>ul>li.message-label {
    display: none;
}

.mailbox-menu-title {
    margin-bottom: 10px;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.checkbox-col {
    width: 35px;
    text-align: center;
}

.date-col {
    min-width: 100px;
    overflow: hidden;
    text-align: right;
}

.from-col {
    min-width: 170px;
    overflow: hidden;
}

.msg-col {
    min-width: 800px;
}

.unread-message {
    font-weight: bold;
}

.clickableRow:hover {
    cursor: pointer;
}

@media(min-width:865px) {
    .mailbox-topnav {
        margin-bottom: 10px;
    }

    .mailbox-sidenav {
        display: inherit;
        position: absolute;
        width: 200px;
    }

    #mailbox {
        width: 100%;
    }

    #mailbox-wrapper {
        margin-left: 200px;
        padding-left: 15px;
        min-height: 600px;
    }

    .mailbox-nav {
        display: inherit;
        padding-left: 10px;
    }

    .mailbox-nav>ul>li.message-actions {
        display: inherit;
        margin-left: inherit;
    }

    .mailbox-nav>ul>li.message-label {
        display: inherit;
    }

    .mailbox-nav>ul>li.checkall {
        display: inherit;
        margin-left: 11px;
        padding: 15px;
    }
}

/* -- Chat Widget Styles */

 .chat-widget {
    max-height: 300px;
    overflow: auto;
}

/* -- Login Page Styles */

 .login {
    background-color: #34495e;
}

.login-banner {
    margin: 50px 0;
    color: #fff;
}

.portlet .login-heading {
    padding: 15px;
}

/* -- Invoice Page Styles */

 .invoice-terms {
    text-align: left;
}

/* -- Search Results Page Styles */

 .search-item {
    margin-bottom: 25px;
}

.sr-name {
    font-size: 1.25em;
}

.sr-name a {
    text-decoration: underline;
}

.sr-name a:visited {
    color: #8e44ad;
}

@media(min-width:992px) {
    .invoice-terms {
        text-align: right;
    }
}

/* -- Pricing Table Styles */

 .pricing-basic .plan {
    margin: 0 0 15px;
    padding: 0 0 20px;
    border: 1px solid #34495e;
    text-align: center;
    list-style: none;
    background: #fff;
}

.pricing-basic .plan li {
    padding: 10px 15px;
    border-top: 1px solid #f5f5f5;
    color: #ccc;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.pricing-basic .plan li.plan-price {
    border-top: 0;
}

.pricing-basic .plan li.plan-name {
    margin-bottom: 30px;
    padding: 15px;
    border-top: 0;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    background: #34495e;
}

.pricing-basic .plan li > strong {
    color: #16a085;
}

.pricing-basic .plan li.plan-action {
    margin-top: 10px;
    border-top: 0;
}

.pricing-basic .plan:hover li.plan-name {
    background: #333;
}

.pricing-circle .plan {
    margin: 0 0 20px;
    padding: 30px 0;
    border-radius: 4px;
    text-align: center;
    list-style: none;
    background: #16a085;
}

.pricing-circle .plan li {
    padding: 5px 0;
    color: #fff;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.pricing-circle .plan li.plan-name {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}

.pricing-circle .plan li.plan-name h3 {
    margin: 0;
}

.pricing-circle .plan li.plan-price {
    margin-bottom: 10px;
}

.pricing-circle .plan li.plan-price > div {
    display: inline-block;
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 100%;
    font-size: 24px;
    background-color: rgba(0,0,0,0.2);
}

.pricing-circle .plan li.plan-price > div sup {
    font-size: 10px;
    line-height: 10px;
}

.pricing-circle .plan li.plan-price > div > small {
    display: block;
    font-size: 11px;
}

.pricing-circle .plan li.plan-action {
    margin-top: 10px;
    border-top: 0;
}

.pricing-circle .plan.featured {
    background-color: #34495e;
}

/* -- 404 Page Styles */

 .error-title {
    font-size: 9em;
}

.error-msg {
    font-size: 2em;
}

/* -- Dashboard Checklist Styles */

.checklist-tile {
    overflow: auto;
}

.checklist {
    margin-top: 15px;
}

.checklist label {
    display: block;
    padding: 5px;
    font-weight: normal;
}

.checklist label:hover {
    background-color: rgba(255,255,255,.1);
    cursor: pointer;
}

.selected {
    text-decoration: line-through;
}

.task-time {
    display: none;
}

@media(min-width:768px) {
    .task-time {
        display: inherit;
        font-size: 12px;
        font-style: italic;
        line-height: 20px;
    }
}



 .form-control:focus {
    border-color: #34495e;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
}

ol.breadcrumb li.pull-right:before {
    content: normal;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.modal,
.accordion-toggle:focus,
.btn:focus {
    outline: none;
}

.navbar-side .side-nav > .panel {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

.panel {
    box-shadow: none;
    /*background-color:#E0E7E8;*/
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.list-group-item:first-child,
.list-group-item:last-child,
.modal-flex,
.btn-square,
.squared,
.form-control,
.input-group-addon,
.input-group-btn .btn,
.dropdown-menu,
.panel-group .panel,
.panel-group .panel-heading,
.breadcrumb,
.nav-tabs > li > a {
    border-radius: 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #34495e;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    border-color: #34495e;
    background-color: #34495e;
}

.nav-tabs,
.nav-pills {
    margin-bottom: 10px;
}

a.list-group-item:hover,
a.list-group-item:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-tabs .open > a,
.nav-tabs .open > a:hover,
.nav-tabs .open > a:focus,
.nav-pills .open > a,
.nav-pills .open > a:hover,
.nav-pills .open > a:focus,
.nav-tabs ul.dropdown-menu > li > a:hover,
.nav-tabs ul.dropdown-menu > li > a:focus,
.nav-pills ul.dropdown-menu > li > a:hover,
.nav-pills ul.dropdown-menu > li > a:focus {
    background-color: #ecf0f1;
}

.nav-tabs .open > a,
.nav-tabs .open > a:hover,
.nav-tabs .open > a:focus {
    border-color: #35495e;
}

/* -- Custom Radio Button and Checkbox Styles */

 .radio,
.checkbox {
    min-height: 18px;
}

input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"],
input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    width: 13px;
    height: 13px;
    border: 1px solid #dcdcdc;
    border-width: 0\0;
    border-radius: 1px;
    background: white;
}

input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus,
input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
    border-color: #35495e;
    outline: none;
}

input[type="radio"]:active,
.radio input[type="radio"]:active,
.radio-inline input[type="radio"]:active,
input[type="checkbox"]:active,
.checkbox input[type="checkbox"]:active,
.checkbox-inline input[type="checkbox"]:active {
    border-color: #c6c6c6;
    background-color: #ebebeb;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}

input[type="radio"]:checked,
.radio input[type="radio"]:checked,
.radio-inline input[type="radio"]:checked,
input[type="checkbox"]:checked,
.checkbox input[type="checkbox"]:checked,
.checkbox-inline input[type="checkbox"]:checked {
    background: #fff;
}

input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    width: 15px;
    height: 15px;
    border-radius: 1em;
}

input[type="radio"]:checked::after,
.radio input[type="radio"]:checked::after,
.radio-inline input[type="radio"]:checked::after {
    content: '';
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 1em;
    background: #666;
}

input[type="checkbox"]:hover,
.checkbox input[type="checkbox"]:hover,
.checkbox-inline input[type="checkbox"]:hover {
    border-color: #c6c6c6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: none \9;
}

input[type="checkbox"]:checked::after,
.checkbox input[type="checkbox"]:checked::after,
.checkbox-inline input[type="checkbox"]:checked::after {
    content: url(../../img/checkmark.png);
    display: block;
    position: absolute;
    top: -6px;
    left: -5px;
}

.form-horizontal .control-label,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 5px;
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
    }

    .form-inline select.form-control {
        width: auto;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-bottom: -2px;
        margin-left: 0;
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 6px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 24px;
}

.form-horizontal .form-control-static {
    padding-top: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-bottom: -3px;
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
    }

    .navbar-form select.form-control {
        width: auto;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-bottom: -2px;
        margin-left: 0;
    }
}

	/*Arama Motoru CSS---------------------------*/

   .cse .gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #0000CC;
    background-color: #f39c12;
  }
  .gsc-control-cse .gsc-table-result {
    font-family: Arial, sans-serif;
  }
  input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: #D9D9D9;
  }
  input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: #666666;
    
    background-image: none;
    filter: none;

  }
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #FF9900;
    background-color: #FFFFFF;
  }
  .gsc-tabHeader.gsc-tabhActive {
    border-color: #E9E9E9;
    background-color: #E9E9E9;
    border-bottom-color: #FF9900
  }
  .gsc-tabsArea {
    border-color: #FF9900;
  }
  .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
    color: #0000CC;
  }
  .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
    color: #0000CC;
  }
  .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
    color: #0000CC;
  }
  .gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
    color: #0000CC;
  }
  .gsc-cursor-page {
    color: #0000CC;
  }
  a.gsc-trailing-more-results:link {
    color: #0000CC;
  }
  .gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: #000000;
  }
  .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: #008000;
  }
  .gs-webResult div.gs-visibleUrl-short {
    color: #008000;
  }
  .gs-webResult div.gs-visibleUrl-short  {
    display: none;
  }
  .gs-webResult div.gs-visibleUrl-long {
    display: block;
  }
  .gs-promotion div.gs-visibleUrl-short {
    display: none;
  }
  .gs-promotion div.gs-visibleUrl-long  {
    display: block;
  }
  .gsc-cursor-box {
    border-color: #FFFFFF;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #E9E9E9;
    background-color: #FFFFFF;
    color: #0000CC;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #FF9900;
    background-color: #FFFFFF;
    color: #0000CC;
  }
  .gsc-webResult.gsc-result.gsc-promotion {
    border-color: #336699;
    background-color: #FFFFFF;
  }
  .gsc-completion-title {
    color: #0000CC;
  }
  .gsc-completion-snippet {
    color: #000000;
  }
  .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
    color: #0000CC;
  }
  .gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
    color: #000000;
  }
  .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
    color: #008000;
  }




  
@media (min-width:150px) {
 .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

 /* Yeni Site İçin Yapıldı
     padding-right: 0px;
 */
  padding-left:15px;
}
}
@media (min-width:480px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

  padding-right: 0px;
}
}

@media (min-width:768px) {
 .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

  padding-right: 1px;
}
}

@media (min-width:992px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 0px;
    }
}
@media (min-width:1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

  padding-right: 0px;
}
}
/*--------------------------------------------------burası slider en boy ayarlaması*---------------------------------------------*/  
@media (min-widht:480px) {
.panel-body4 {
  border: solid 1px #ddd;
  padding: 5px;
}
}
@media (min-widht:1200px) {
.panel-body4 {
  height:456px;
  border: solid 1px #ddd;
  padding: 5px;
}
}
@media (min-widht:992px) {
.panel-body4 {
  height:456px;
  border: solid 1px #ddd;
  padding: 5px;
}
}
@media (min-widht:768px) {
.panel-body4 {
  border: solid 1px #ddd;
  padding: 5px;
  /*min-height:456px;*/
}

}
@media (min-widht:1170px) {
.panel-body4 {
  height:305px;
  border: solid 1px #ddd;
  padding: 5px;
}

}

.ibox-content2{
background-color: #ffffff;
}
/*--------------------------------------------------burası slider en boy ayarlaması*---------------------------------------------*/ 
/*--------------------------------------------------MODÜL KUTULARI CSSLERİ*---------------------------------------------*/


/*.ibox-title {     ********************* burası yeni sayfa ayarı için kapatıldı*********************
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #16a085;
  border-image: none;
  border-style: solid solid none;
  border-width: 10px 0px 0;
  color: inherit;
  margin-bottom: 0;
  padding: 5px 15px 7px;
  height: 40px;

}*/
/*.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 4px 10px 10px 0px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
    min-height: 278px;
    border: 1px solid #e1e6ef;
}*/

.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none;
}
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}
.ibox-title h5 {
  display: inline-block;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-title .label {
  float: left;
  margin-left: 4px;
}
.label {
  background-color: #d1dade;
  color: #5e5e5e;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 600;
  padding: 18px 15px;
  text-shadow: none;
 z-index:2; /*yeni sayfa için ekleme yapıldı*/ 
}
.label-success,
.badge-success {
  background-color: #000;
  color: #FFFFFF;
  /*margin-top: 15px;   bu iki satır yeni site için eklendi*/
  border-radius: 0em;
  position:relative; /*yeni sayfa için ekleme yapıldı*/
}
/*--------------------------------------------------MODÜL KUTULARI CSSLERİ*---------------------------------------------*/
@media (min-width:992px) {
    .carbonad {
        position: absolute;
        top: 0;
        right: -15px;
        width: 330px !important;
        margin: 0 !important;
        padding: 15px !important;
    }

    .hr1 {
        margin-top: -1px;
        margin-bottom: 12px;
        border: 0;
        border-top: 1px solid #eee;
    }
}

/*burası 992 ekran ayarıdır  sakın ellemeyin ekran ayarıdır aman ha dokunma  ---*/

@media (min-width:992px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

/*burası sakın ellemeyin ekran ayarıdır aman ha dokunma  elleme*/

/*style5*/
/* Yeni Site İçin Değiştirildi...
    .fa{
    color:#fff;
}*/

ol, ul {
  margin-top: -58px;
  margin-bottom: 10px;
}

ul.social_icon_st5 {
	margin: 0px;
	float: left;
    text-align:center;
}
.social_icon_st5 li {
	padding: 0px;
	margin-right: 5px;
	float: left;
	display: inline;
}
.social_icon_st5 li a {
	width: 35px;
	height: 35px;
	padding: 0px;
	float: left;
	color: #fff;
	margin: 0 0 5px 0;
	font-size: 18px;
	line-height: 30px;
	display: inline;
	text-align: center;
	background-color: #119ee7;
}
.social_icon_st5 li a i {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.social_icon_st5 li a.twitter {
	background-color: #46c0ff;
}
.social_icon_st5 li a.twitter:hover {
	background-color: #272727;
}
.social_icon_st5 li a.facebook {
	background-color: #2e68be;
}
.social_icon_st5 li a.facebook:hover {
	background-color: #272727;
}
.social_icon_st5 li a.googleplus {
	background-color: #e74a35;
}
.social_icon_st5 li a.googleplus:hover {
	background-color: #272727;
}
.social_icon_st5 li a.in {
	background-color: #097fc3;
}
.social_icon_st5 li a.in:hover {
	background-color: #272727;
}
.social_icon_st5 li a.dribble {
	background-color: #f44193;
}
.social_icon_st5 li a.dribble:hover {
	background-color: #272727;
}
.sosyal_iconson{
  border-radius: 100%;
  height: 35px;
  width: 35px;
  border: 1px solid #d9d9d9;
  padding-top: 6px;
  margin-top: 53px;
  color:#fff;
  font-size:16px;
}
.sosyal_iconson:hover {
  border-radius: 100%;
  height: 35px;
  width: 35px;
  border: 1px solid #d9d9d9;
  padding-top: 6px;
  margin-top: 53px;
  background-color:#3178BD;
  color:#fff;
  font-size:16px;
}



/*arama txt icin guncellendi*/
#cse .gsc-input-box
{
    margin-right: -43px;
}
table.gsc-search-box td {
    width: 100%;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding: 8px 7px !important;
    margin-right: -14px;
}


