body{
font-family: 'Inter', Arial, sans-serif;
margin: 0px;
padding: 0px;
}
.body{
	background-image: url(img/back.png);
	background-repeat: repeat-y;
	background-position: left top;
}


a {
	color: #000000;
	text-decoration: none;

}
a:focus,active,hover {
	text-decoration: none;
		outline:none;
		color: #000000;
}
.ses-icon{
	
	background-size:32px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 50px;
}
.ses-icon-volume{
background-image: url(img/volume.png);
}
.ses-icon-mute{
background-image: url(img/mute.png);
}
input:hover{}

.body1{
	background-color: #E5E5E5;
	padding: 10px;
}

.sagsolid {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.hd-bg-color {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #214B89;
}

.loadingAjaxDialog {
	background-color: #000000;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	position: fixed;
	z-index: 9999;
	opacity: 0.6;
	filter: alpha(opacity=60);
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.FotoYukleProgress { position:relative; height:44px; width:100%; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
.FotoYukleBar {
	background-color: #000066;
	width:0%;
	height:40px;
	border-radius: 3px;
	color: #FFFFFF;
	line-height: 40px;
}
.FotoYuklePercent {line-height: 40px;  position:absolute; display:inline-block; top:3px; left:48%; }

.Basliklar {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	text-align: right;
	background-color: #FFFFFF;
}

.Basliklar1 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
}
.AltCizgi {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFFFFF;
}

.AltCizgi .td{
font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.AltCizgi5 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #DBDBDB;
}
.AltCizgi2 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.AltCizgi1 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #F4F4F4;
	padding-left: 5px;
}
.AltCizgiArrow{
	background-image : url(svg/arrow-right-gri.svg);
	background-repeat : no-repeat;
	background-position : 6px center;
	padding-left : 30px;
	background-size :24px;
}


.UstCizgi {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #E2E2E2;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}



.textform{
	background-color: #EFEFEF;
	display: block;
	border: 1px solid #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	margin: 0px;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
}

.textform:focus{
	border: 1px solid #006699;
	outline: none;
		background-color: #FFFFFF;
}

.selectform{
	background-color: #EFEFEF;
	display: block;
	border: 1px solid #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	margin: 0px;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
}

.selectform:focus{
	border: 1px solid #006699;
	outline: none;
		background-color: #FFFFFF;
}

.textform1{
	background-color: #EFEFEF;
	display: block;
	border: 1px solid #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}

.textform1:focus{
	border: 1px solid #006699;
	outline: none;
	background-color: #FFFFFF;
}


.textformDisabled{
	background-color: #E6E6E6;
	display: block;
	border: 1px solid #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}

.textformDisabled:focus{
	border: 1px solid #999999;
	outline: none;
}


input::-webkit-input-placeholder {
  color: #999;
  opacity: 0.5;
  padding:7px;
}

input::-moz-placeholder {
  color: #999;
  opacity: 0.5;
    padding:7px;
}

input:-ms-input-placeholder {
  color: #999;
  opacity: 0.5;
    padding:7px;
}

input::placeholder {
  color: #999;
  opacity: 0.5;
      padding:7px;
}

.tetxarea::-webkit-input-placeholder {
  color: #999;
    padding:7px;
  opacity: 0.5;
}

.tetxarea::-moz-placeholder {
  color: #999;
  opacity: 0.5;
      padding:7px;
}

.tetxarea:-ms-input-placeholder {
  color: #999;
  opacity: 0.5;
    padding:7px;
}

.tetxarea::placeholder {
  color: #999;
   padding:7px;
 	 opacity: 0.5;
}
.hd-admin-blok {
	background-color: #F8F8F8;
}
.admin-name {
	font-size: 12pt;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

.bilgiDiv{
	background-color: #FFFFFF;
	border: 1px solid #e9e9e9;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
border-radius: 0;
border: 1px solid rgba(0,0,0,.07);
}

.bilgiDiv .Title1 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	padding-left: 30px;
	font-weight: 400;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
}


.SayfaClass {
	border: 1px solid #CCCCCC;
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}


.SayfaClass:hover{
	border: 1px solid #0066FF;
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #0099CC;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.SayfaClass_Selected {
	border: 1px solid #0066FF;
	background-color: #0099CC;
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

.hd-menu-link{
	text-align: center;
	display: inline;
	margin: 0px;
	float: left;
	height: 75px;
	width: 100px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F7F7F7;
	position: relative;
}

.hd-menu-link .count{
	font-size: 8pt;
	line-height: 20px;
	color: #FFF;
	background-color: #C00;
	text-align: center;
	display: block;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	border-radius: 10px;
	height: 20px;
	width: 20px;
}
.hd-menu-link:hover{
	background-color: #EEEEEE;
}
.hd-menu-link i{
	font-size: 32px;
	text-align: center;
	display: block;
	color: #000000;
}
.hd-menu-link span{
	font-size: 9pt;
	text-align: center;
	display: block;
	line-height: 20px;
	color: #333333;
	font-weight: normal;
	font-family: "Source Sans Pro", sans-serif;
}
.sol-td{
	background-color: #78746A;
}

.sol-menu-link{
	display: block;
	margin: 0px;
	float: left;
	height: 45px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	position: relative;
}
.sol-menu-link i{
	font-size: 28px;
	float: left;
	width: 35px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	color: #FF5105;
}
.sol-menu-link span{
	line-height: 35px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 200px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	display: block;
}
.sol-menu-link .color{
color: #666666;
}

.sol-menu-link:hover{
	background-color: #EEEEEE;
}



.sol-menu-link-selected{
	background-color: #CC0000;
}
.sol-menu-link-selected .color{
	color: #FFFFFF;
}
.sol-menu-link .toplam-span{
	background-color: #C00;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	position: absolute;
	z-index: 1;
	right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	display: block;
}


.TrHover:hover td{
	background-color: #EBEBEB;
}


.radius{
-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
}
.TabloBaslik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000033;
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin: 0px;
}
.loadingUploadDialog {
	border-radius:5px;
	float: left;
	position: fixed;
	z-index: 999;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	margin: 0px;
	width: 100%;
	display: none;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;

}

   .fotoUploadDiv{
	border-radius:5px;
	float: left;
	position: fixed;
	z-index: 999;
	left: 0px;
	top: 0px;
	right:0px;
	bottom:0px;
	background-color: #000000;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	margin: 0px;
	width: 100%;
	display: none;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;

}

 .fotoUploadDiv .textload{
	line-height: 600px;
	height: 600px;
}
.uyari-mesaji{
	background-image: url(svg/alert1.svg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-size:32px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12pt;
	color: #000000;
}


.fullClass{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.img-div-foto{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 150px;
	width: 150px;
	overflow: hidden;
}
.foto-liste-satir{
	display: block;
	margin: 0px;
	padding: 5px;
	float: left;
}

.tabloText{
	font-family: "Exo 2", sans-serif;
	font-size: 1.5rem;
	line-height: 35px;
	font-weight: 500;
	color: #666666;
	padding: 5px;
}

.tabloText1{
	font-family: "Exo 2", sans-serif;
	font-size: 1.5rem;
	line-height: 35px;
	font-weight: 500;
	color: #666666;
	background-color: #F7F7F7;
	padding: 5px;
}
.tabloTextBaslik1 {
	font-family: "Exo 2", sans-serif;
	font-size: 1.5rem;
	line-height: 35px;
	font-weight: 500;
	color: #006699;
	background-color: #EAEAEA;
	text-align: center;
}



.tabloTextBaslik {
	font-family: "Exo 2", sans-serif;
	font-size: 1.5rem;
	line-height: 35px;
	font-weight: 500;
	color: #006699;
	background-color: #EAEAEA;
}
.istatistik-liste{
	display: block;
}
.istatistik-liste .satir-liste{
	background-color: #F7F7F7;
	border: 1px solid #CCC;
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	float: left;
}

.istatistik-liste .satir-liste .number{
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	color: #000;
	text-align: center;
	padding-top: 15px;
}

.istatistik-liste .satir-liste .text{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	padding-bottom: 15px;
}

.user-foto-100{
	border-radius: 50px;
	height: 100px;
	width: 100px;
	}	

.user-foto-30{
	border-radius: 25px;
	height: 50px;
	width: 50px;
	}
	
	
.DivBlok{
	background-color: #EFEFEF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #EAEAEA;
	border-radius: 10px;
	font-size: 16px;
}
.DivBlok:hover{
	background-color: #E8E8E8;
}
.DivBlok td{
	padding: 2.5px;
}

.salon-sahne{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 150px;
	font-weight: 400;
	height: 150px;
	width: 100%;
	text-align: center;
}

.salon-koltuklar .a-koltuk{
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 20px;
	border: 1px solid #C0C0C0;
	background-color: #F8F8F8;
}
.salon-koltuklar .a-koltuk:hover{
	background-color: #333;
}

.salon-koltuklar .a-koltuk-sec{
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 20px;
	border: 1px solid #CC0000;
	background-color: #FF0404;
	font-size: 9px;
	line-height: 20px;
	color: #FFF;
}
.salon-koltuklar .a-koltuk-rezerve {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 20px;
	border: 1px solid #333333;
	background-color: #000000;
	font-size: 9px;
	line-height: 20px;
	color: #FFF;
}
.salon-koltuklar .a-koltuk-satildi {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 20px;
	border: 1px solid #009900;
	background-color: #009933;
	font-size: 9px;
	line-height: 20px;
	color: #FFF;
}
.salon-koltuklar .a-koltuk-disabled {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 20px;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	font-size: 9px;
	line-height: 20px;
	color: #333;
}

.salon-koltuklar .inputHarf{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 20px;
}
.koltuk-arasi{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 10px;
	width: 30px;
}
.uploadIcon{
	background-image: url(svg/upload.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:24px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 50px;
	display: block;
}

.kayit-back{
	background-color: #FFF;
	margin: 0px;
	border-radius : 10px;
	border: 1px solid #CCC;
	width: 100%;
	display: block;
	padding: 10px;
	max-width:1100px;
}
.kayit-full {
	background-color: #FFF;
	margin: 0px;
	border-radius : 10px;
	border: 1px solid #CCC;
	width: 100%;
	display: block;
	padding: 10px;
	
}
.titleBaslik{
	font-size: 1.8rem;
	line-height: 50px;
	color: #000;
	display: block;
	margin: 0px;
	float: left;
	height: 50px;
	width: 100%;
	background-image: url(svg/arrow-right-siyah.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size : 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}

.titleBaslik1{
	font-size: 1.8rem;
	line-height: 50px;
	color: #000;
	display: block;
	margin: 0px;
	float: left;
	height: 50px;
	width: 100%;
	background-image: url(svg/arrow-right-siyah.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size : 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	background-color: #FC0;
}

.kayit-pencere-kapat{
	background-color: #000;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	z-index: 2;
	top: 5px;
	position: fixed;
	right: 5px;
}
.kayit-pencere-kapat i{
	color: #FFF;
	height: 40px;
	width: 40px;
	font-size: 38px;
	line-height: 40px;
	text-align: center;
}


.dialogTitle{
	font-size: 1.7rem;
	line-height: 40px;
	color: #000;
	display: block;
	float: left;
	height: 50px;
	width: 100%;
	background-size : 24px;
	background-color: #F0F0F0;
	position: relative;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.dialogTitle .kapat{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 40px
	z-index: 2;
	top: 5px;
	right: 5px;
	position: absolute;
	background-image: url(svg/kapat-oval-siyah.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
	width: 40px;
}


.kayit-blok{
	background-color: #EFEFEF;
	display: block;
	border: 1px solid #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
	
}
.kayit-blok-bildiri{
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	background-color: #C00;
	text-align: center;
	display: block;
	border: 1px solid #C00;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
	border-radius:5px;
}
.kayit-blok-bildiri:hover{
	border: 1px solid #C30;
	color: #FFF;
	background-color: #C30;
}
.kayit-blok-alert{
	background-color: #CC0000;
	display: block;
	border: 1px solid #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;	
}

.kayit-blok:hover{
	text-decoration: none;
	background-color: #F3F3F3;
	color: #000000;
}

.kayit-blok:active{
	text-decoration: none;
	background-color: #F3F3F3;
	color: #000000;
}




.modul-list-menu{
	background-color: #FFF;
	margin: 0px;
	border-radius : 10px;
	border: 1px solid #CCC;
	width: 100%;
	display: block;
	max-width:1100px;
}
.modul-list-menu .hr {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.modul-list-menu  .bakiye {
	font-size: 9pt;
	font-weight: bold;
	color: #C00;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	padding-left: 10px;
}
.modul-list-menu  .title {
	font-size: 14pt;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.modul-list-menu .solid{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	}
.modul-list-menu .a{
	float: left;
	width: 100%;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14pt;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 45px;
	margin: 0px;
}
.modul-list-menu .a:hover{
	background-color: #F2F2F2;
}

.modul-list-menu .a i {
	float: left;
	margin-right: 8px;
	margin-top: 12px;
}
.modul-list-menu .ason{
border-radius: 0px 0px 10px 10px;	
}
.modul-list-menu .menu-selected{
	background-color: #F2F2F2;
}

.wrapper-user-kontrol{
	display: block;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 1500px;
}

.ders-ve-ogretmen{
	background-color: #F7F7F7;
	display: block;
	margin: 0px;
	padding: 5px;
	float: left;
	width: 100%;
	min-height: 70px;
	min-width: 200px;
	border: 1px solid #CCC;
	border-radius: 8px;
	text-align: left;
}

.ogretmen-ders-ekle{
	background-color: #F7F7F7;
	display: block;
	margin: 0px;
	padding: 5px;
	float: left;
	width: 100%;
	min-height: 60px;
	min-width: 200px;
	border: 1px solid #CCC;
	border-radius: 8px;
	line-height: 60px;
	text-align: center;
	font-size:1.5rem;
}

.ogretmen-ders-ekle:hover{
	background-color: #E4E4E4;
}

.pr-ders-adi{
	max-width: 160px;
	font-size: 11px;
}.pr-og-adi {
	font-weight: bold;
	color: #000;
}


.cropit-preview {
background-color: #f8f8f8;
background-size: cover;
border: 1px solid #ccc;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 5px;
margin-top: 7px;
width: 300px;
height: 300px;
}


#foto-kirp-range .slider-selection {
	background: #CC3300;
	width: 100%;
}

.fotoButonlari  .fotoSec{
	color: #FFFFFF;
	background-color: #CC3300;
}
.fotoButonlari  .fotoSec:hover{
	background-color: #CC0000;
}

.fotoButonlari .fotoKirp {
	font-size: 14px;
	line-height: 34px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #434C6D;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0px;
	float: left;
	background-image: url(svg/beyaz_crop.svg);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 24px auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 35px;
}

.fotoButonlari .oval{
	background-image: url(svg/oval.svg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 50px;
	background-size:48px;
}
.fotoButonlari .oval span{
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 50px;
	background-size:25px;
}
.fotoButonlari .oval .sol{
	background-image: url(svg/rotate-left.svg);
}
.fotoButonlari .oval .sag{
	background-image: url(svg/rotate-to-right.svg);
}

.fotoRangerCenter {
	display: block;
	padding: 0px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.fotoRangerCenter .fotoRanger{
	background-color: #434C6D;
	display: block;
	margin: 0px;
	float: left;
	height: 30px;
	width: 100%;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.fotoRangerCenter .fotoRanger input{
	width: 100%;
}

.cropit-preview-image-container {
cursor: move;

}


.global-ist{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 125px;
	width: 200px;
	border: 1px solid #EFEFEF;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 18%);
    border-radius: 5px;
}
.global-ist:hover{
	background-color: #333333;
	color: #FFF;
}
.global-ist:hover > i{
	color: #FFF;
}

.global-ist:hover > .text{
	color: #FFF;
}

.global-ist .adet{
	font-size: 11pt;
	color: #FFF;
	background-color: #C00;
	height: 40px;
	width: 100px;
	position: absolute;
	left: 25px;
	top: -35px;
	text-align: center;
	display: block;
	line-height: 40px;
	border-radius: 5px;
}
.global-ist i{
	color: #000;
	text-align: center;
	display: block;
	padding-top: 30px;
	padding-bottom: 5px;
	font-size: 32px;
}
.global-ist .text{
	font-size: 10pt;
	line-height: 24px;
	color: #333;
	text-align: center;
	display: block;
	font-weight: bold;
}
.okul-kayit-not {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 40px;
}
.okul-kayit-not i{
	font-size: 28px;
	margin-top: 8px;
}

.menu-grup-title{
	color: #FFF;
	background-color: #FF5105;
	display: block;
}

.menu-grup-title:hover{
background-color: #333;
}
.menu-grup-title .color{
	color: #FFFFFF;
}

.sol-menu-cerceve{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}


input[class="cb"] {
display:none;
}



input[class="cb"]+label span{
	display: inline-block;
	height: 28px;
	padding-left:33px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13pt;
	background-image: url(svg/unchecked.svg);
	background-repeat: no-repeat;
	background-position: 0px;
	background-size:28px;
	cursor:pointer;
}



input[class="cb"]:checked+ label span{
  	background-image: url(svg/checked.svg);

}


.tab-veli{
	background-color: #F3F3F3;
	margin: 0px;
	float: left;
	height: 40px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
	text-align: center;
	display: block;
	border-radius: 5px 5px 0px 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.tab-veli-ekle{
	background-color: #FF5105;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF5105;
	border-right-color: #FF5105;
	border-left-color: #FF5105;
	color: #FFF;
}

.tab-veli-list:hover{
	background-color: #FFFFFF;
	text-decoration: none;
}
.tab-veli-select{
	background-color: #FFFFFF;
	text-decoration: none;
}
.tab-veli-ekle:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #F04800;
}

.btnCount{
	font-size: 8pt;
	line-height: 30px;
	color: #FFF;
	background-color: #C00;
	text-align: center;
	display: block;
	position: absolute;
	z-index: 1;
	top: -15px;
	right: -15px;
	border-radius: 15px;
	height: 30px;
	width: 30px;
}

.tab-liste-div{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	background-color: #FFFFFF;
}
.tab-liste-div .ara{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
}

.tab-liste-div  a{
	font-size: 11pt;
	line-height: 50px;
	color: #333;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 120px;
	background-color: #F5F5F5;
}
.tab-liste-div .link-select{
	background-color: #FFF;
}


.sms-hesaplama-blok{
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 40px;
	color: #FFF;
	background-color: #C00;
	display: block;
	border-radius: 5px;
	
}
.KurumListe{
	background-image: url(svg/arrow-right-siyah.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
	background-color: #FFF;
	background-size: 20px;
	height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 11pt;
	line-height: 35px;
}
.KurumListeSec{
	background-color: #CCC;
}
.kurumTitle{
	font-size: 14pt;
	color: #FFF;
	background-color: #C00;
	line-height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 60px;
}