/*MODALS - MODALS - MODALS - MODALS - MODALS - MODALS - MODALS - MODALS - MODALS - MODALS*/

.fullback{
width: 100%;
min-height: 100vh;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
/*background-image: url("https://app.caldiva.com/system/images/general/login-back.jpg");*/
background-size: cover;
background-position: center;
}

#formdesign_2 {
position: relative;
margin: 50px auto;
width: calc(100% - 80px);
max-width: 800px;
/*background-color: #E4DCDC ;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.50);	*/
}

/*JQUERY MODAL*/

.blocker {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
z-index: 100;
/* padding: 0px;
box-sizing: border-box;*/
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.75);
text-align: center;
}

.blocker:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.05em
}

.blocker.behind {
background-color: transparent
}

.modal {
display: none;
vertical-align: middle;
position: relative;
z-index: 2;
max-width: 100%;
box-sizing: border-box;
width: 100%;
}

.statictop{
width: calc(100% - 20px);
border-bottom: 2px solid #cccccc;
border-radius: 10px 10px 0px 0px;	
background-color: #009FE3;
padding: 10px;
overflow: hidden;	
}

.release{
padding: 20px;
background-color: #fff;
border-radius: 0px 0px 10px 10px;	
overflow:auto ;
max-height: 450px;	
}

.close{
background-image: url("https://app.caldiva.com/system/images/navigation/button_close.png");	
background-size: cover;
background-color: rgba(0,0,0,0.00)!important;	
width: 33px!important;
height: 33px!important;
padding: 6px 10px!important;
margin: 0px 0!important;
border: none!important;
border-radius: 20px!important;
cursor: pointer!important;
color:#fff!important;
transition: 0.1s!important;	
font-weight: 600;
font-size: 16pt;
float: left;
}
.close:hover{
background-color: rgba(255,255,255,0.10)!important;	
transition: 0.1s!important;	
}

.closeside{
margin: 10px 0px 5px 10px;
font-size: 12pt;
font-weight: 600;
color: #fff;	
float: left;
}

.submitright {
background-color: rgba(0,0,0,0.00)!important;	
width: 120px!important;
padding: 7px 14px!important;
margin: 0px 0!important;
border: 2px solid #fff!important;
border-radius: 20px!important;
cursor: pointer!important;
color:#fff!important;
transition: 0.1s!important;	
float: right!important;
font-weight: 600;	
}

.submitright:hover {
background-color: rgba(255,255,255,1.00)!important;	
color:#009FE3!important;	
}
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 1;
	z-index: 100;
	scrool: hidden;
	
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}

.video_close{
	position: fixed;
	bottom: 0px;
	width: calc(100% - 40px);
	padding: 20px;
	text-align: center;
	background-color:#606060 ;
	color:#E9E9E9;
	font-size: 16px;
}

.video_x{
	position: relative;
	top:-206px;
	left: -30px;
	padding: 10px;
	text-align: center;
	background-color:#606060 ;
	color:#E9E9E9;
	font-size: 16px;
	z-index: 9999;
}


.video_x:hover{
	background-color:#00AEEF ;
}

.video_close:hover{
	background-color:#E9E9E9 ;
	color:#323131;
}

.popup_inset{
	max-width: 800px;
	margin: auto;
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.popup_inset2{
	max-width: 600px;
	margin: auto;
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.video_inset{
	max-width: 800px;
	margin: auto;
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.popup {
	position: relative;
	transition: all 0.2s ease-in-out;
	overflow:auto;
	margin: auto;
	width: 100%;
	/* height: 100%; */
}

.popup2 {
	position: relative;
	transition: all 0.2s ease-in-out;
	overflow:auto;
	margin: auto;
	width: 100%;
	height: 600px;
	box-shadow: 0 0 20px black;
}

.popup_content1{
	padding: 50px;
	width: 50%;
	float:left;
}


.popup_contentonay{
	padding: 20px;
	width: calc(100% - 40px);
	float:center;
	overflow: hidden;
	height: calc(100% - 40px);
	}	

.content_video{
width: 100%;
}

.content_videoxx{
width: 100%;
height: auto;
position: absolute;
	top:0px;
	z-index: -2;

}

.popup_heading {
	margin-bottom: 10px;
}

.popup_form_cancel{
	margin-top: 10px;
	font-size: 14px;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup .close:hover {color: #06D85F;}

.popup .content {
	max-height: 30%;
	overflow: auto;
}

/*input*/ 

.popup_form_bottom {
	text-align: center;
	padding: 40px;
}

.popup_form_input100 {
	width: calc(100% - 24px);
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #E9E9E9;
	margin-bottom: 10px;
}

.popup_form_input100x {
	max-height: 500px;
	overflow: auto;
	width: calc(100% - 24px);
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #E9E9E9;
	margin-bottom: 10px;
}

.popup_form_input100:focus {
	box-shadow: 0 0 2px 1px #445e77;
	outline: none;
}

.popup_form_input50 {
	width: calc(50% - 26px);
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #E9E9E9;
	margin-bottom: 10px;

}

.popup_form_input20 {
	width: calc(20% - 22.2px);
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #E9E9E9;
	margin-bottom: 10px;
	float:left;
}

.popup_form_input50:focus {
	box-shadow: 0 0 2px 1px #445e77;
	outline: none;
}

.popup_form_checkbox {
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #E9E9E9;
	margin-bottom: 20px;
	width: 24px;
	height: 24px;
}

.popup_form_submit {
	width: 100%;
	padding: 10px;
	background-color:#00AEEF;
	border:none;
	border-radius: 8px;
	color:#fff;
	font-weight: 600;
	cursor:pointer;
}

.popup_form_submit:hover {
	background-color:#E9E9E9 ;
	color:#4A4949;
}


.banner_button {
	width: 200px;
	padding: 10px;
	background-color:#e11f13;
	border:none;
	border-radius: 8px;
	color:#fff;
	font-weight: 600;
	cursor:pointer;
	text-align: center;
	position: absolute;
	bottom:50px;
	left: calc(50% - 108px);
	box-shadow: 0 0 20px 5px #3f606d;
}

.banner_button:hover {
	background-color:#E9E9E9 ;
	color:#4A4949;
}

.popup_form_cancel{
	width: 100%;
}

.hizmetkabul{
	padding: 6px;
	position: absolute;
}

.button_table{
	background-color: #009FE3;
	text-align: center;
	border-radius: 5px;
	color:  #fff;
	text-decoration: none;
	padding: 8px;
	overflow: hidden;
	width: calc(100% / 2 - 19px);
	float: left;
	opacity: 1.0;
	cursor: pointer;
	/* overflow: hidden; */
}

.button_table:hover{
	opacity: 0.8;
	/* overflow: hidden; */
}

select {
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #E9E9E9;
	margin-bottom: 10px;
	color:#757575;
	
}



.tooltip_ek {
	/*position: relative;*/
	display: inline-block;
}

.tooltip_ek .tooltiptext_ek {
	visibility: hidden;
	width: 312px;
	background-color: #00AEEF;
	padding: 10px;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	left:20px;	
	top:-2px;
}
.tooltip_ek:hover .tooltiptext_ek {
	visibility: visible;
	transform: scale(1.1)
}

.verisil{
	width: 18px;
	height: 18px;
	vertical-align:text-bottom;
}
