body{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-family: "Roboto", sans-serif;
margin: 0px;
padding: 0px;
font-size:11px;
}
.body{
	background-image: url(img/back-1.jpg);
	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;
}


a:hover{
	text-decoration: none;
}

.btn-sari{
	color: #000000;
	background-color: #ffed00;
	border-top-color: #DFCE00;
	border-right-color: #DFCE00;
	border-bottom-color: #DFCE00;
	border-left-color: #DFCE00;
	font-weight: bold;

}.btn-success:focus, .btn-sari.focus{
	color:#fff;
	background-color:#F0DE00;
	border-top-color: #D9C900;
	border-right-color: #D9C900;
	border-bottom-color: #D9C900;
	border-left-color: #D9C900;
}.btn-sari:hover{
	color:#000000;
	background-color:#F0DE00;
	border-top-color: #B9AB00;
	border-right-color: #B9AB00;
	border-bottom-color: #B9AB00;
	border-left-color: #B9AB00;
}.open>.dropdown-toggle.btn-sari, .btn-sari.active, .btn-sari:active{
	color:#fff;
	background-color:#F0DE00;
	border-top-color: #FFEF28;
	border-right-color: #FFEF28;
	border-bottom-color: #FFEF28;
	border-left-color: #FFEF28;
}.btn-success:active:focus, .open>.dropdown-toggle.btn-sari.focus, .open>.dropdown-toggle.btn-sari:focus, .open>.dropdown-toggle.btn-sari:hover, .btn-sari.active.focus, .btn-sari.active:hover, .btn-sari:active.focus, .btn-sari:active:hover, .btn-sari.active:focus{
	color:#fff;
	background-color:#F0DE00;
	border-top-color: #AEA200;
	border-right-color: #AEA200;
	border-bottom-color: #AEA200;
	border-left-color: #AEA200;
}.open>.dropdown-toggle.btn-sari, .btn-sari.active, .btn-sari:active{background-image:none}.btn-success[disabled].focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:focus, .btn-sari.disabled.focus, .btn-sari.disabled:hover, .btn-sari.disabled:focus, .btn-sari[disabled]:focus, fieldset[disabled] .btn-sari.focus, fieldset[disabled] .btn-sari:hover{
	background-color:#FFF580;
	border-top-color: #F0DE00;
	border-right-color: #F0DE00;
	border-bottom-color: #F0DE00;
	border-left-color: #F0DE00;
}.btn-sari .badge{
	color:#F0DE00;
	background-color:#fff
}






.btn-standart {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}



.btn-standart:hover,
.btn-standart:active,
.btn-standart.active,
.btn-standart.disabled,
.btn-standart[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn-standart:active,
.btn-standart.active {
  background-color: #cccccc \9;
}

.btn-standart:first-child {
  *margin-left: 0;
}

.btn-standart:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn-standart:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}



.btn-siyah{
	color:#FFFFFF;
	background-color:#FF5105;
	border-top-color: #D94100;
	border-right-color: #D94100;
	border-bottom-color: #D94100;
	border-left-color: #D94100;
	font-size:12px;
}




.btn-siyah:hover,
.btn-siyah:active,
.btn-siyah.active,
.btn-siyah:focus,
.btn-siyah.focus,
.btn-siyah.disabled,
.btn-siyah[disabled] {
	color:#FFFFFF;
  background-color: #D94100;
  *background-color: #D94100;
}


.btn-siyah:focus,
.btn-siyah.focus {
	color:#FFFFFF;
  background-color: #D94100 \9;
}

.btn-siyah:active,
.btn-siyah.active {
	color:#FFFFFF;
  background-color: #D94100 \9;
}


/*

.btn-siyah{
	color:#FFFFFF;
	background-color:#333333;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}




.btn-siyah:hover,
.btn-siyah:active,
.btn-siyah.active,
.btn-siyah:focus,
.btn-siyah.focus,
.btn-siyah.disabled,
.btn-siyah[disabled] {
	color:#FFFFFF;
  background-color: #000000;
  *background-color: #000000;
}


.btn-siyah:focus,
.btn-siyah.focus {
	color:#FFFFFF;
  background-color: #000000 \9;
}

.btn-siyah:active,
.btn-siyah.active {
	color:#FFFFFF;
  background-color: #000000 \9;
}

*/

.dropdown-menu{
	background-color: #FFFFFF;
}
.dropdown-menu .hr {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.dropdown-menu .solid{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	}
.dropdown-menu .a-bold{
	float: left;
	width: 100%;
	
	font-size: 13px;
	color: #000000;
	padding-right: 0px;
	padding-left: 10px;
	line-height: 35px;
	margin: 0px;
}
.dropdown-menu .a-bold:hover{
		background-color:#17a2b8;
	
}
.dropdown-menu .a-bold i {
	float: left;
	margin-right: 8px;
	margin-top: 2px;
}
.dropdown-menu-left::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%; /* position */
    position: absolute;
    top: -8px;
}

.dropdown-menu-left::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%; /* position */
    position: absolute;
    top: -7px;
}

.dropdown-menu-right::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 5%; /* position */
    position: absolute;
    top: -8px;
}

.dropdown-menu-right::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 5%; /* position */
    position: absolute;
    top: -7px;
}
.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-light{
	color:#212529;
	background-color:#f8f9fa;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}

.btn-icon font{
	margin: 0px;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12pt;
}
.btn-icon .material-icons{
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	color: #333333;
}

.dwop-link i{
	font-size: 24pt;
	font-weight: bold;
}

.input-dosya-ekle{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 150px;
	width: 250px;
	border: 1px solid #CCC;	
	border-radius:10px;
}
.input-dosya-ekle i{
	font-size: 75px;
	line-height: 150px;
	color: #CCC;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 150px;
	width: 250px;
}
.input-title{
	
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	line-height: 18pt;
	padding-bottom: 5px;
	padding-top: 10px;
}
.input-baslik{
	
	font-size: 14pt;
	background-color: #FFFFFF;
	display: block;
	padding: 7px;
	width: 100%;
	border: 1px solid #EAEAEA;
	min-height:40px;
	resize: none; 
}.input-data-list {
	
	font-size: 14pt;
	background-color: #FFFFFF;
	display: block;
	padding: 7px;
	width: 100%;
	min-height:40px;
	resize: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #EAEAEA;
	border-left-color: transparent;
}

.data-list a{
	background-color: #E7EDED;
	float: left;
	position: relative;
	border-radius:5px;
	display: block;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 10pt;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.data-list a span{
	background-color: #E7EDED;
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	z-index: 1;
	top: -8px;
	right: -8px;
	text-align: center;
	border-radius:30px;
}
.data-list a span i{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}
.div-left{
	display: block;
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.popover{
	max-width:300px;
}

.poppover-div-title{
	
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}
.poppover-div-content {
	
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.pop-bilgi {
	height: 30px;
	width: 30px;
	padding: 0px;
	font-size: 8pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pop-bilgi i {
	color: #999999;
	font-size: 16pt;
}
.pop-bilgi i:hover {
	color: #666666;
}


.ust-solide {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
}
.alt-solide {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
.sag-solide {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
}
.baslik-ayrintilari{
	font-size: 14pt;
	line-height: 60px;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 60px;
	width: 200px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF6122;
	text-align: center;
}

.PencereDiv {
    margin-bottom: 24px;
    background-color: #fff;
	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
-webkit-box-shadow: 0 1px 10px 0 rgba(34,34,34,.08),0 4px 5px 0 rgba(34,34,34,.1);
box-shadow: 0 1px 10px 0 rgba(34,34,34,.08),0 4px 5px 0 rgba(34,34,34,.1);
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.PencereDiv {
	border-color:     #eee;
	border-radius: 5px;
	font-size: 11pt;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
input:hover{
	outline:none;
}

.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;
}
.loadingAjaxTop{
	background-color: transparent;
	display: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	min-height: 800px;
	position: fixed;
	z-index: 991;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	}
.loadingAjaxBack{
	background-color: #000000;
	display: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	position: fixed;
	z-index: 990;
	opacity: 0.7;
	filter: alpha(opacity=70);
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	}
.loadingBarBack{
	background-color: #EEEEEE;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 60px;
	border-radius: 10px;
	width: 500px;
	position: relative;
	z-index: 1;
	border: 5px solid #CCC;
}
.loadingBarText{
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 5px;
	float: left;
	width: 500px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	line-height: 40px;
}
.loadingBarIc{
	background-color: #000066;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	border-radius: 10px;
	width: 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-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-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
}
.AltCizgi {
	
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding: 5px;	
	background-color: #FFFFFF;
	vertical-align: middle;
}




.AltCizgi .td{

	font-weight: normal;
	color: #000000;
}
.AltCizgi5 {
	
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding: 5px;	

	background-color: #DBDBDB;
}
.AltCizgi2 {
	
	font-weight: normal;
	color: #666666;
	padding: 5px;	
	background-color: #FFFFFF;
}
.AltCizgi1 {
	
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding: 5px;	
	background-color: #F4F4F4;
	vertical-align: middle;
}
.SolideSag{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEBEB;
}

.SolideSol{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBEBEB;
}

.SolideUst{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
}
.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-weight: bold;
	color: #333333;
	background-color: #E2E2E2;
padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}


.txMini{
	background-color: #EFEFEF;
	display: block;
	border: 1px solid #E6E6E6;
	font-weight: normal;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px;
	padding: 5px;
}
.txMini:focus{
	border: 1px solid #006699;
	outline: none;
		background-color: #FFFFFF;
}

.textform{
	background-color: #EFEFEF;
	display: block;
	border: 1px solid #E6E6E6;
	font-weight: normal;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px;
	padding: 10px;
	font-size:11px;
	
}

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

.selectform{
	background-color: #EFEFEF;
	display: block;
	border: 1px solid #E6E6E6;
	font-weight: normal;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	margin: 0px;
	padding: 10px;
	font-size:11px;
	
}

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

.textform1{
	background-color: #EFEFEF;
	display: block;
	border: 1px solid #E6E6E6;
	font-weight: normal;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	margin: 0px;
	padding: 10px;
	font-size:11px;
}

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


.textformDisabled{
	background-color: #E6E6E6;
	display: block;
	border: 1px solid #E6E6E6;
	
	font-weight: normal;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px;
padding: 8px;
	font-size:11px;

}

.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:px;
}

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;
	
}

.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-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: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	font-size: 14px;
	background-color: #FFFFFF;
}

.SayfaClass_Selected  {
	border: 1px solid #003366;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	font-size: 14px;
	background-color: #003399;
	color: #FFF;
}



.SayfaClas:hover{
	text-decoration: none;
}
.SayfaClas_Selected {
	border: 1px solid #005279;
	background-color: #006699;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

.gosterilenSayfa{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.icon-text{
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	display: block;
	margin: 0px;
	float: left;
	height: 25px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.icon-btarih{
	background-image: url(img/bastarih.png);
}
.icon-ytarih{
	background-image: url(img/Ytarih.png);
}
.icon-starih{
	background-image: url(img/starih.png);
}
.icon-kum-saati{
	background-image: url(img/kum-saati.png);
}
.icon-sure{
	background-image: url(img/icon-sure.png);
}
.icon-kilit{
	background-image: url(img/kilit.png);
}
.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{
	text-align: center;
	display: block;
	line-height: 20px;
	color: #333333;
	font-weight: normal;
	
}
.sol-td{
}

.sol-menu-link{
	display: block;
	margin: 0px;
	float: left;
	height: 35px;
	max-width: 185px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	position: relative;
	padding: 5px;
	width: 100%;
	overflow: hidden;
}
.sol-menu-link i{
	font-size: 22px;
	float: left;
	width: 25px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	color: #FF5105;
	display: inline-block;
}
.sol-menu-link span{
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	font-size: 11px;
	display: inline-block;
	overflow: hidden;
	max-width:140px;
}
.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-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-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 25px;
	background-size: 36px;
	display: block;
	float: left;
	width: 100%;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	background-size: 32px;
	
	font-size: 12pt;
	color: #000000;
	text-align: center;
	border: 10px solid #E8E8E8;
	border-radius: 10px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}


.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-size: 1.5rem;
	line-height: 35px;
	font-weight: 500;
	color: #666666;
	padding: 5px;
}

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



.tabloTextBaslik {
	
	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-size: 22px;
	color: #000;
	text-align: center;
	padding-top: 15px;
}

.istatistik-liste .satir-liste .text{
	
	font-size: 16px;
	color: #000;
	text-align: center;
	padding-bottom: 15px;
}


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

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

.user-foto-15{
	border-radius: 15px;
	height: 30px;
	width: 30px;
	}
.user-foto-20{
	border-radius: 20px;
	height: 40px;
	width: 40px;
	}		
	
.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-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-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: 30px;
	width: 50px;
	display: block;
}

.kayit-back{
	background-color: #FFF;
	margin: 0px;
	border-radius : 10px;
	border: 1px solid #CCC;
	width: 100%;
	display: block;
	padding: 10px;
}
.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;
}
.dialogTitle1{
	font-size: 12pt;
	line-height: 40px;
	color: #FFF;
	display: block;
	float: left;
	height: 50px;
	width: 100%;
	background-size : 24px;
	background-color: #333333;
	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{
	font-size: 17px;
	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;
}
.dialogTitle1 .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_beyaz.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px;
	width: 40px;
}

.dialogTitle1 .link{
	color:#ffffff;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 40px
	z-index: 2;
	top: 5px;
	right: 5px;
	position: absolute;
	background-size: 25px;
	width: 40px;
}
.dialogTitle1 .link i{
	font-size:35px;
	color:#ffffff;
}
.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-back-div{
	background-color: #EFEFEF;
	display: block;
	border: 1px solid #E6E6E6;
	-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;	
}
.divYuzde{
	background-color: #EFEFEF;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 100%;
	position: relative;
	border-radius: 5px;
}
.divYuzde .divIc{
	background-color: #009;
	display: block;
	margin: 0px;
	padding: 5px;
	float: left;
	height: 40px;
	width: 0%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	border-radius:5px;
}
.divYuzde .divYazi{
	display: block;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	font-size: 10pt;
	background-color: transparent;
	font-weight: bold;
	height: 40px;
	text-align: center;
	text-shadow: 1px 1px #ffffff; 
}
.kayit-blok{
	background-color: #EFEFEF;
	display: block;
	border: 1px solid #E6E6E6;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px;
	padding: 4px;
}
.kayit-blok-select{
	color: #FFF;
	background-color: #F60;
	border: 1px solid #F60;
}
.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-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-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: 1200px;
}

.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-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-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-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;
	
	padding-left: 60px;
}

.sablonFormDiv{
	display: inline-block;
	margin: 0px;
	padding: 4px;
	float: left;
}
.sablonFormDiv input{
	display: inline;
	padding: 3px;
	background-color: #FFF;
	height: 32px;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #EFEFEF;
	border-radius: 5px;
	font-size: 12px;
	width:50px;
	min-width:50px;
	outline:none;
}
.sablonFormDiv .form-list:focus{
	border: 3px solid #09C;
}
.sablonFormDiv .form-list::placeholder{
	font-size: 12px;
	color: #BFBFBF;
}
.sablonFormDiv .sil{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 32px;
	background-image: url(img/sil.png);
	background-repeat: no-repeat;
	background-size:26px;
	background-position: center center;
	float: left;
	height: 32px;
}



.sinav-form .div{
	display: block;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sinav-form  .list-input {
	display: inline;
	padding: 3px;
	background-color: #FFF;
	height: 30px;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #EFEFEF;
	border-radius: 5px;
	font-size: 12px;
	outline:none;
}
.sinav-form .list-input:focus{
	border: 3px solid #09C;
}

.sinav-form .div-satir-cizgi{
	width: 32px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 32px;
	background-image: url(img/solid-dikey.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.sinav-form .div-satir-cizgi-1{
	width: 32px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 32px;
	background-image: url(img/solid-dikey-1.png);
	background-repeat: repeat-y;
	background-position: center center;
}

.sinav-form .div-satir-cizgi-2{
	width: 32px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 32px;
	background-image: url(img/solid-dikey-2.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.sinav-form .div-satir-cizgi-3{
	width: 32px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 32px;
	background-image: url(img/solid-dikey-3.png);
	background-repeat: repeat-y;
	background-position: center center;
}

.sinav-form  .input-text {
	width:60px;
}

.sinav-form  .select{
	min-width:50px;
}
.sinav-form .sil{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 32px;
	background-image: url(img/sil.png);
	background-repeat: no-repeat;
	background-size:26px;
	background-position: center center;
	float: left;
	height: 32px;
}

.sinav-form .add{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 30px;
	background-image: url(img/add.png);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: center center;
	float: left;
	height: 32px;
}

.sinav-form .form-satir .edit-div{
	display:none;
}
.sinav-form .form-satir:hover >.edit-div{
	display:block;
}

.sinav-form .edit{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 30px;
	background-image: url(img/edit.png);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: center center;
	float: left;
	height: 32px;
}


.uploadElement{
	border: 2px dotted #999;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 80px;
	width: 350px;
	display: block;
	font-size: 14px;
	line-height: 80px;
	background-color: #FFF;
	text-align: center;
	overflow: hidden;
	color: #CCC;
	background-image: url(img/uploadBack.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius:10px;
}
.soruFotoDiv {
	padding: 10px;
	height: 180px;
	width: 210px;
	overflow: hidden;
	top: 1px;
}

.icon-link{
	font-size: 14px;
	background-color: #F2F2F2;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 80px;
	border-radius: 10px;
	line-height: 35px;
	border: 1px solid #CCC;
}
.icon-link-select{
	color: #FFF;
	background-color: #C00;
	border: 1px solid #C00;
}

.cepvap-link{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #000;
	background-color: #FFFFFF;
	text-align: center;
	border-radius: 25px;
}

.cevap-link-select{
	color: #FFF;
	background-color: #C00;
}

.excelInput{
	background-color: transparent;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 80px;
	border: 1px solid #FFF;
	font-size: 12px;
	color: #000;
}

.kayit-mesa-list{
	background-color: #F4F4F4;
	border-radius: 10px;
	padding: 20px;
	font-size: 11pt;
}

.table-yeni tbody td{
	font-size: 12px;
	font-weight: normal;
}

.plus-div{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 0px;
	position: relative;
}
.btn-plus{
	background-image: url(svg/plus.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 42px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 50px;
	
}
.btn-plus-fix{
	position: fixed;
	z-index: 9;
	right: 20px;
	bottom: 20px;
}


.picon-aktif-hizmetler{
	background-image: url(svg/png/aktif-hizmetler.svg);	
}
.picon-tum-hizmetler{
	background-image: url(svg/png/tum-hizmetler.svg);	
}
.picon-web-portal{
	background-image: url(svg/png/web-portal.svg);	
}
.picon-e-ticaret{
	background-image: url(svg/png/e-ticaret.svg);	
}
.picon-ayarlar{
	background-image: url(svg/png/ayarlar.svg);	
}
.picon-muhasebe{
	background-image: url(svg/png/muhasebe.svg);	
}
.picon-kullanicilar{
	background-image: url(svg/png/kullanicilar.svg);	
}

.picon-yonetim{
	background-image: url(svg/png/yonetim.svg);	
}

.picon-iletisim{
	background-image: url(svg/png/iletisim.svg);	
}

.picon-cikis{
	background-image: url(svg/png/cikis.svg);	
}

.picon-sifre{
	background-image: url(svg/png/sifre.svg);	
}
.picon-toplam-ciro{
	background-image: url(svg/png/toplam-ciro.svg);
}

.picon-toplam-alinan-odeme{
	background-image: url(svg/png/toplam-alinan-odeme.svg);
}

.picon-kalan-toplam-alacak{
	background-image: url(svg/png/kalan-toplam-alacak.svg);
}

.picon-toplam-kalan-borc{
	background-image: url(svg/png/toplam-kalan-borc.svg);
}


.picon-yapilan-odemeler{
	background-image: url(svg/png/yapilan-odemeler.svg);
}
	
.picon-toplam-geciken-odeme{
	background-image: url(svg/png/toplam-geciken-odeme.svg);
}	
	
.p-ist{
	position: relative;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 25px;
	padding-left: 12px;
}

.p-ist .icon{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 60px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 75px;
	width: 100%;
	right: 10px;
	display: block;
}

.p-ist .text1{
	font-size: 13px;
	color: #000;
	padding: 0px;
	display: block;
	margin: 0px;
	text-align: center;
}

.p-ist .text2{
	font-size: 18px;
	color: #000;
	padding: 0px;
	display: block;
	margin: 0px;
	font-weight: bold;
	text-align: center;
}
.p-ist .text2 font{
	font-size: 16px;
	padding-left: 10px;
}
.p-ist .text3-up{
background-image: url(svg/png/up-arrow.svg);
}
.p-ist .text3-down{
background-image: url(svg/png/down-arrow.svg);
}
.p-ist .text3{
	font-size: 12px;
	color: #666;
	display: block;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}

.p-ist-baslik{
	
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	font-weight: 400;
	background-color: #F4F4F4;
	margin-bottom: 3px;
	border-radius:10px;
}

.istCizgi{
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}
.p-ist-mini {
	
	font-size: 11pt;
	line-height: 35px;
	font-weight: 500;
	margin-top: 10px;
	position: relative;
}
.istCizgi1{
	background-color: #F3F3F3;
}

.is-img{
	height: 30px;
	width: 30px;
	border-radius:30px;
}

.p-ist-mini .ist{
	line-height: 25px;
	color: #FFF;
	background-color: #FF5151;
	height: 25px;
	position: absolute;
	z-index: 1;
	top: -5px;
	right: -5px;
	text-align: center;
	display: block;
	border-radius: 10px;
	font-size: 12px;
	width: 50px;
}

.table th{
	vertical-align:middle;
	padding:2px;
	font-size:11px;
	}

.table td{
	vertical-align:middle;
	padding:2px;
	font-size:11px;
}	


.globalTablar{
	background-color: #F8F8F8;
	padding: 0px;
	float: left;
	height: 40px;
	min-width: 60px;
	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;
	display: block;
	border-radius: 5px 5px 0px 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.globalTablarRadius{
	border: 1px solid #CCC;
	border-radius: 5px;

}
.globalTablarPasif{
	color: #000;
	background-color: #C0C0C0;
}
.globalTablarFaal{
	color: #000;
	background-color: #00CC66;
}
.globalTablarFaal:hover{
		color: #000;
	background-color: #00CC66;
}
.globalTablarSelect{
	color: #FFF;
	background-color: #FF6600;
}
.globalTablarSelect:focus{
	color: #FFF;
	background-color: #FF6600;
}
.globalTablar .img{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 30px;
	border-radius:15px;	
}
.globalTablar .text{
	font-size: 10px;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.globalTablar .ad{
	line-height: 14pt;
	font-weight: bold;
	float: left;
	width: 230px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}.globalTablar .baslik {
	line-height: 14pt;
	font-weight: normal;
	float: left;
	width: 230px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.globalTablar .baslik1 {
	line-height: 30pt;
	font-weight: normal;
	float: left;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	height: 30px;
}
.globalTablar .kno {
	line-height: 10pt;
	margin: 0px;
	float: left;
	width: 230px;
	display: block;
	color: #CCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.table{
	margin-bottom: 0px;
}

.table > tbody > tr > td {
	vertical-align: middle;
	font-size: 12px;
}

.table > thead > tr > th {
	vertical-align: middle;
	font-size: 12px;
	background-color: #F2F2F2;
}
.table >  tr > td {
	vertical-align: middle;
	font-size: 12px;
}

.table >  tr > th {
	vertical-align: middle;
	font-size: 12px;
	background-color: #F2F2F2;

}


.mesaj-baslik{
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
}
.mesaj-bilgi{
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #666;
}
.mesaj-bilgi i{
	font-size: 24px;
	display: block;
	float: left;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mesaj-bilgi span{
	font-size: 12px;
	line-height: 25px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.mesaj-text{
	background-color: #D0F1D6;
	font-size: 11px;
	border-radius: 5px;
	padding: 15px;
}
.mesaj-text .Gonderen{
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 15px;
}




.mesaj-text1{
	background-color: #F4F4F4;
	font-size: 11px;
	border-radius: 5px;
	padding: 15px;
}
.mesaj-text1 .Gonderen{
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 15px;
}

.btn-plus-mini{
	background-image: url(img/plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:30px;
	height: 30px;
	width: 30px;
	display: block;
}
.btn-plus-mini:hover{
	background-size:25px;
}.altSolid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.filitre-link{
	background-color: #09C;
	text-align: center;
	display: block;
	margin: 0px;
	float: left;
	height: 36px;
	width: 36px;
	border-radius: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.filitre-link i{
	font-size: 32px;
	color: #FFF;
	margin-top: 3px;
}
.grafik-filtre-div{
	position: relative;
}

.grafik-filtre-div .grafik-filtre-content{
	position: absolute;
	z-index: 999;
	top: -50px;
	width: 1000px;
	left: -1000px;
	display: none;
	
}
.filitre-tras-back{
	background-color: #000;
	position: fixed;
	z-index: 998;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.5;
	display: none;
}
.label-filtre{
	padding-right: 0px;
	font-size: 11pt;
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 20px;
	margin: 0px;
	float: left;
	height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	}

.sn-link {
	font-size: 15px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 100%;
	line-height: 50px;
	font-weight: bold;
}
.sn-link-kirmizi{
	color: #FFF;
	background-color: #C00;
}
.sn-link-mavi{
	color: #FFF;
	background-color: #039;
}
.new-foto-upload-back{
	background-color: #000;
	display: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	position: fixed;
	z-index: 99;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.7;
}
.new-foto-upload-div{
	background-color: transparent;
	display: none;
	width: 100%;
	padding-top: 50px;
	position: fixed;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.table-list{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
.table-list tr td{
	font-size: 12px;
	vertical-align: middle;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
}
.table-list tr .td-baslik{
	font-size: 12px;
	background-color: #F2F2F2;
	text-align: right;
}



.table-list-clear{
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
	border-left-style: none;
}
.table-list-clear tr td{
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: none;
}

.siteUstText{
	font-size: 14px;
	font-weight: 600;
	}
.siteUstAltText{
	font-size: 14px;
	font-weight: 400;
	}	
	
.menuGizle{
	background-image: url(svg/menugizle.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:25px;
	display: block;
	height: 30px;
	width: 100%;
	
}
.menuGoster{
	background-image: url(svg/menugoster.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px;
	display: none;
	height: 40px;
	width: 40px;
	background-color: #FFF;
	position: fixed;
	z-index: 99;
	left: 5px;
	top: 5px;
	border-radius: 10px;
	border: 1px solid #333;
}

.color-btn{
	background-image: url(img/colour.png);
	background-size:28px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 35px;
}


.form-floating input{
	font-size:13px;
}

.form-floating textarea{
	font-size:13px;
	resize:none;
}

.form-floating label{
	font-size:13px;
	font-weight:bold;

}

.form-floating-textarea label{
	margin-left:10px;

}