

/* .okul_ve_ogrenci_bilgileri {
	display: none !important;
} */

/*
.switch label input[type=checkbox]:checked+.lever:after {
	background-color: #2BBBAD;	
}
*/

.switch.primary-switch label input[type=checkbox]:checked + .lever {
	background-color: #689DF6;
  }
  .switch.primary-switch label input[type=checkbox]:checked + .lever:after {
	background-color: #4285F4;
  }
  .switch.default-switch label input[type=checkbox]:checked + .lever {
	background-color: #4DCCBF;
  }
  .switch.default-switch label input[type=checkbox]:checked + .lever:after {
	background-color: #2BBBAD;
  }
  .switch.secondary-switch label input[type=checkbox]:checked + .lever {
	background-color: #C791E2;
  }
  .switch.secondary-switch label input[type=checkbox]:checked + .lever:after {
	background-color: #a6c;
  }
  .switch.success-switch label input[type=checkbox]:checked + .lever {
	background-color: #2ACC6C;
  }
  .switch.success-switch label input[type=checkbox]:checked + .lever:after {
	background-color: #00C851;
  }
  .switch.info-switch label input[type=checkbox]:checked + .lever {
	background-color: #59C3EB;
  }
  .switch.info-switch label input[type=checkbox]:checked + .lever:after {
	background-color: #33b5e5;
  }
  .switch.warning-switch label input[type=checkbox]:checked + .lever {
	background-color: #FFA339;
  }
  .switch.warning-switch label input[type=checkbox]:checked + .lever:after {
	background-color: #F80;
  }
  .switch.danger-switch label input[type=checkbox]:checked + .lever {
	background-color: #FF606F;
  }
  .switch.danger-switch label input[type=checkbox]:checked + .lever:after {
	background-color: #ff3547;
  }
  .switch.teal-switch label input[type=checkbox]:checked + .lever {
	background-color: #b2dfdb;
  }
  .switch.teal-switch label input[type=checkbox]:checked + .lever:after {
	background-color: #80cbc4;
  }
  .switch.pink-switch label input[type=checkbox]:checked + .lever {
	background-color: #f8bbd0;
  }
  .switch.pink-switch label input[type=checkbox]:checked + .lever:after {
	background-color: #f48fb1;
  }
  .switch.blue-switch label input[type=checkbox]:checked + .lever {
	background-color: #b3e5fc;
  }
  .switch.blue-switch label input[type=checkbox]:checked + .lever:after {
	background-color: #81d4fa;
  }
  .switch.amber-switch label input[type=checkbox]:checked + .lever {
	background-color: #ffe082;
  }
  .switch.amber-switch label input[type=checkbox]:checked + .lever:after {
	background-color: #ffd54f;
  }
  .switch.mdb-color-switch label input[type=checkbox]:checked + .lever {
	background-color: #618FB5;
  }
  .switch.mdb-color-switch label input[type=checkbox]:checked + .lever:after {
	background-color: #3F729B;
  }
  .switch.indigo-switch label input[type=checkbox]:checked + .lever {
	background-color: #9fa8da;
  }
  .switch.indigo-switch label input[type=checkbox]:checked + .lever:after {
	background-color: #7986cb;
  }
  .switch.blue-white-switch label input[type=checkbox]:checked + .lever {
	background-color: #2196f3;
  }
  .switch.blue-white-switch label input[type=checkbox]:checked + .lever:after {
	background-color: #fff;
  }
  .switch.blue-white-switch label .lever  {
	background-color: #ccc;
  }
  .switch.blue-white-switch label .lever:after {
	background-color: #fff;
  }
  
  .switch.round label .lever {
	width: 54px;
	height: 34px;
	border-radius: 10em;
  }
  .switch.round label .lever:after {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	left: 4px;
	top: 4px;
  }
  .switch.square label .lever {
	width: 54px;
	height: 34px;
	border-radius: 0px;
  }
  .switch.square label .lever:after {
	width: 26px;
	height: 26px;
	border-radius: 0px;
	left: 4px;
	top: 4px;
  }
  .font-small {
	font-size: .9rem;
  }

.link {
	color:blue !important;
	cursor:pointer;
}

label.btn.btn-light.form-check-label.active {
	/*font-weight: bold !important;*/
	/*text-decoration: underline;*/
	color:white !important;
    background-color: #17a2b8 !important;
}

.btn-light-blue, .form-check-label, .btn-link{
  margin-left:0px;
  text-transform: none !important;
  text-align: left;
}

@media print {
	
	.yazdirma {
		display: none !important;
	}
	
	.yazdirirken_gorunsun {
		display: inline !important;
	}

	/*
		#chartdiv {
			width: 1191;
		}
	*/
	
	label.btn.btn-light.form-check-label.active {
		font-weight: bold !important;
		color:black !important;
	}
		
	/*
	 body {
		width: 75% !important;
	 }
	 */
		
	.watermark_ekle{
		background-image: url("\
		data:image/svg+xml;utf8, \
		  <svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='170px' height='50px'> \
			<rect x='0' y='0' width='170' height='50'\
			  style='stroke:white; stroke-width: 3px; stroke-opacity: 0.3; \
					 stroke-dasharray: 10 5; stroke-linecap=round; \
					 fill:gray;  fill-opacity: 0.7; '/> \
			<text x='85' y='30' \
			  style='fill:lightBlue; text-anchor: middle' font-size='16' \
			  transform='rotate(0,0,0)'> \
			  testanket \
			</text> \
		  </svg>\
		");
	}	
}

.ilk_harfler_buyuk {
	text-transform: capitalize;
}

.kucuk_harfler {
	text-transform: lowercase !important;
}

.buyuk_harfler {
	text-transform: uppercase;
}

#ogrenci_isim{
	text-transform: capitalize;
}

#ogrenci_sinif{
	text-transform: uppercase;
}

#bolum_sonuclar_ogrenci_bilgileri_baslik{
	text-transform: uppercase;
}

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  background-color: #ccc;
}

optgroup{
	color:gray;	
}

.chip.chip-md {
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
}
.chip.chip-md img {
  height: 42px;
  width: 42px;
}
.chip.chip-md .close {
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
}
.chip.chip-lg {
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
}
.chip.chip-lg img {
  height: 52px;
  width: 52px;
}
.chip.chip-lg .close {
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
}

.pagination .page-item.active .page-link {
	color: inherit !important;
	background-color: inherit !important;
	font-weight: bold !important;

	
}

