body{

background-image: url(../img/bg01.jpg);	
	
}


div.yaprak
{
  display: inline-block;
  position: relative;
  width: 115px;
  height: 115px;
  background-color: #fbfbfb;
  border-radius: 20px;
  margin: 10px 10px 0px 0px;
  box-shadow: 0 1.5px 0 #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

div.yaprak *
{
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0 0 2px 0px;
}


div.yaprak p
{
    margin: -15px 0 0 0;
    font-size: 18px;
	font-weight: normal;
	color: #2f2f2f;
}

div.yaprak.bos strong
{
  cursor: copy;
  background-color: #30afcf;
  display: list-item;
}

div.yaprak.secili strong
{
  cursor: copy;
  background-color: #30afcf;
  display: list-item;
}

div.yaprak.ald strong
{
  background-color: #82C43F;
  display: list-item;
}
div.yaprak.iptal strong
{
  background-color: #c43f3f;
  display: list-item;
}

div.yaprak.dolu strong
{
	color: #5c5c5c;
	background-color: #d3d1d1;
	display: list-item;
}

div.yaprak.hatim strong
{
  background-color: #f37302;
  display: list-item;
}


div.yaprak.bos span, div.yaprak.ald span, div.yaprak.iptal span
{
  width: 100%;
  font-size: 40px;
  letter-spacing: -0.05em;
  color: #2f2f2f;
} 

div.yaprak.secili span
{
  width: 100%;
  font-size: 40px;
  letter-spacing: -0.05em;
  color: #2f2f2f;
} 

div.yaprak.dolu span
{
  width: 100%;
  font-size: 40px;
  letter-spacing: -0.05em;
  color: #7B7B7B;
}

div.yaprak.hatim span
{
  width: 100%;
  font-size: 40px;
  letter-spacing: -0.05em;
  color: #2f2f2f;
}

div.yaprak.bos:hover, div.yaprak.bos:focus, div.yaprak.ald:hover, div.yaprak.iptal:hover, div.yaprak.ald:focus
{
	transition: transform 250ms;
	transform: translateY(-10px);
}


.bos, .ald, .secili, .iptal
{
	cursor: pointer;	
}


.dolu{
    cursor: no-drop;
    opacity: 0.2;
}

.ajaxLoadergif{
display: list-item !important;
padding: 13px 30px 0 30px !important;;
}

.secili{
background:#ccff98 !important;
}

.yaprak-container {
    margin: auto;
    align-items: center;
    text-align: center;
    color: #FFF; 
	margin-bottom: 20px;
	}


.login-box {
  background-color: #FFF;
  float: none;
  margin: auto;
  box-shadow: 0 0px 50px 0 rgb(0 0 0 / 30%), 0 0 0 0px rgb(0 0 0 / 30%);
  border-radius: 33px;
  margin-top: 8%; 
}
	@media screen and (max-width: 575px) 
	{
	.login-box {
		margin-top: 0px; 
	  } 
	}
  @media screen and (max-width: 767px) {
    .login-box {
      margin-bottom: 60px; } }

.log-det {
  padding: 20px; 
  }

  .log-det p {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px; }
  .log-det .small-info {
    font-size: 14px;
	}
  .log-det .text-box-cont {
    max-width: 300px;
    float: none;
    margin: auto; }


.box-de {
  background-image: url("../img/camii.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  }
  .box-de .ditk-inf {
    margin: auto;
    align-items: center;
    text-align: center;
    color: #FFF; 
	padding: 5px;
	}
    .box-de .ditk-inf p {
      margin-top: 10px; }
    .box-de .ditk-inf .btn-outline-light {
      border-radius: 50px;
      box-shadow: none;
      padding: 5px 20px;
	 }

  @media screen and (max-width: 767px) {
    .box-de {
      padding: 30px; } }
	  
	  
.transparentBox{

	background-color: #ffffff45!important;
    border-radius: 20px;
    text-align: center;
	margin-bottom: 20px;
	backdrop-filter: blur(2px);
}	

.transparentBox-body{

    flex: 1 1 auto;
    padding: 1rem 1rem;
	
}	

.btn-block {
    margin-top: 0.5rem;
	float:left;
	width:100%;
}


.alert-margin{
    border-radius: 20px !important;
}


.islemKutusu{

    width: 303px;
    position: relative;
    margin: auto;
	
}

.input-margin{
	margin: 0px 0px 10px 0;
}

.logo-Div{
	display: flex;
    justify-content: center;
    padding: 40px;
}

.container-fluid{
	margin-bottom: 200px !important;
}