/* Full-width input fields */
#wmsg_label {
	
	font-family: Ubuntu;
	
}

#wmsg_giris {
	font-family: Ubuntu;
	border-radius: 5px;
  background-image: url('../images/textbg.png');
  color: #2c3e50;
  font-weight: bold;
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
#wmsg_button {
	font-family: Ubuntu;
	border-radius: 5px;
	font-weight: bold;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

.img_wmsg_button {
	
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

#wmsg_button:hover {
	font-weight: bold;
   background-color: #45a049;
}

/* Extra styles for the cancel button */

#wmsg_giris2 {
 font-family: Ubuntu;
 background-image: url('../images/textbg.png');
 color: #2c3e50;
 font-weight: bold;
 width: 100%;
 padding: 12px 20px;
 margin: 8px 0;
 display: inline-block;
 border: 1px solid #ccc;
 border-radius: 4px;
 box-sizing: border-box;
}

#wmsg_button2 {
 font-family: Ubuntu;
 width: 100%;
 background-color: #4CAF50;
 color: white;
 padding: 14px 20px;
 margin: 8px 0;
 border: none;
 border-radius: 4px;
 cursor: pointer;
}



#wmsg_button2:hover {
 background-color: #45a049;
}

#wmsg_div2 {
 font-family: Ubuntu;
 border-radius: 5px;
 background-color: #075E55;
 padding: 20px;
}

#wmsg_label2 {
 font-family: Ubuntu;
 color:white;
}
#wmsg_gelenveri2{
 font-family: Ubuntu;
font-weight: bold;
 color:white;
}


#wmsg_container {
	font-family: Ubuntu;
  box-shadow: 2px 2px 4px #000000;
  border: none;
  border-radius: 5px;
  background-color: #075E55;
  color: white;
  padding: 16px;
}



/* The Modal (background) */
.wmsg_modal {
	font-family: Ubuntu;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */ 
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 0px;
}

/* Modal Content/Box */
.wmsg_modal-content {
  font-family: Ubuntu;
  margin: 5% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
  
  width: 80%; /* Could be more or less, depending on screen size */
  max-width:500px;
}

#wmsg_index {
	
z-index:9999;
position:fixed;
_position:absolute;
bottom:0px;
right:0%;
clip:rect(0 100 85 0);
_top:expression(document.documentElement.scrollTop +document.documentElement.clientHeight-this.clientHeight);
_left:expression(document.documentElement.scrollLe ft + document.documentElement.clientWidth - offsetWidth);
}

.wmsg_animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}
#wmsg_gelenveri{
	font-family: Ubuntu;
 font-weight: bold;
  color:white;
}

#wmsg_bekle1 {
  display:none;
   border: 5px solid #4CAF50;
   border-radius: 50%;
   border-top: 5px solid #ecf0f1;
   float: right;
   width: 30px;
   height: 30px;
   -webkit-animation: spin 2s linear infinite; /* Safari */
   animation: spin 2s linear infinite;
 }
 #wmsg_bekle2 {
  display:none;
   border: 5px solid #4CAF50;
   border-radius: 50%;
   border-top: 5px solid #ecf0f1;
   float: right;
   width: 60px;
   height: 60px;
   -webkit-animation: spin 2s linear infinite; /* Safari */
   animation: spin 2s linear infinite;
 }
 /* Safari */
 @-webkit-keyframes spin {
   0% { -webkit-transform: rotate(0deg); }
   100% { -webkit-transform: rotate(360deg); }
 }
 
 @keyframes spin {
   0% { transform: rotate(0deg); }
   100% { transform: rotate(360deg); }
 }
