﻿@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	font-family:Arial;
	font-size:18px;
	background:#f2f2f2;	
	
	/* url("/Images/SummerCamp.jpg") */
	/*background:url("https://services.tsck.org.kw/emme/Images/EarthDayBK.jpg") no-repeat fixed center;*/
	background:url("https://services.tsck.org.kw/Members/Images/DicoveryClubBK.png") no-repeat fixed center;
	background-size:cover;
	
	
/*  Not Supporting iPhone & Mac & iOS
/*	background-attachment:fixed;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	position:absolute;
	top:0px;
	left:0;
	height:100%;
	width:100%;
	z-index:-1;
*/

}






.bg_img 
{	
	
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}


.form_wrapper 
{
	
	background:#fff;
	width:70% ;
	max-width:70%;
	box-sizing:border-box;
	padding:15px;
	margin:0px auto 0;
	position:relative;
	z-index:1;
	-webkit-box-shadow:0 23px 4px -21px rgba(0, 0, 0, 0.9);
	-moz-box-shadow:0 23px 4px -21px rgba(0, 0, 0, 0.9);	
	box-shadow:0 23px 4px -21px rgba(0, 0, 0, 0.9);	  
	background-color: #ffffff;
	border: 1px solid black;
	opacity: 0.97;
	filter: alpha(opacity=97); /* For IE8 and earlier */
	-webkit-appearance: none; /*  to force my CSS not iPhone */
}


.form_container {
	padding:15px;
	border:1px dashed #ccc;
}
.form_wrapper h2 {
	font-size:1.5em;
	line-height:1.5em;
	margin:0;
}
.form_wrapper .title_container {
	text-align:center;
	margin:-15px -15px 15px;
	padding:15px 0;
	border-bottom:1px dashed #ccc;
}
.form_wrapper h3 {
	font-size:1.1em;
	font-weight:normal;
	line-height:1.5em;
	margin:0;
}

.form_wrapper .row {
	margin:10px -15px;
}

.form_wrapper .row > div {
	padding:0 15px;
	box-sizing:border-box;
}

.form_wrapper .col_half {
	width:50%;
	float:right;
}


.form_wrapper .col_Third {
	width:33.3%;
	float:right;
}


.form_wrapper .col_Fourth {
	width:25%;
	float:right;
}


.form_wrapper .col_Fifth {
	width:20%;
	float:right;
}

.form_wrapper .col_Sixth {
	width:16.6%;
	float:left;
}

.form_wrapper .col_full {
	width:100%;
	float:right;
}

.form_wrapper .border {

  border-radius: 15px / 50px;
  background: #bc521e; 
  width:100%; 
  float:right;
  min-height: 40px;  
}


.form_wrapper label {
	display: inline-block;
	margin:0 5px 5px;
	text-align:center;
}




.form_wrapper .input_field, .form_wrapper .textarea_field {
	position:relative;
}
.form_wrapper .input_field > span, .form_wrapper .textarea_field > span {
	position:absolute;
	right:0;
	top:0;
	color:#333;
	height:100%;
	border-left:1px solid #ccc;
	text-align:center;
	width:30px;
}
.form_wrapper .textarea_field > span {
	border-bottom:1px solid #ccc;
	max-height:35px;
}
.form_wrapper .input_field > span > i, .form_wrapper .textarea_field > span > i {
	padding-top:12px;	
}

.form_wrapper input[type="text"],input[type="password"], .form_wrapper input[type="email"], .form_wrapper input[type="tel"], textarea {
	width:100%;
	padding:10px 35px 10px 10px;
	border:1px solid #ccc;
	box-sizing:border-box;
	outline:none;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	-webkit-appearance: none; /*  to force my CSS not iPhone */
}
.form_wrapper textarea {
	height:8em;
}
.form_wrapper input[type="text"]:focus,input[type="password"]:focus, .form_wrapper input[type="email"]:focus, .form_wrapper input[type="tel"]:focus, textarea:focus {
	-webkit-box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
	-moz-box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
	box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
	border:1px solid #f5ba1a;
	-webkit-appearance: none; /*  to force my CSS not iPhone */
}
.form_wrapper input[type="submit"] {
	background:#d25e25;  /* 009a51 */
	height:50px;
	line-height:50px;
	width:100%;
	border:none;
	outline:none;
	cursor:pointer;
	color:#fff;
	font-size:1.2em;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	-webkit-appearance: none; /*  to force my CSS not iPhone */
}
.form_wrapper input[type="submit"]:hover, .form_wrapper input[type="submit"]:focus {
	background:#bc521e;  /* bc521e */
}
.credit{
	position:relative;
	z-index:1;
	text-align:center;
	padding:15px;
	color:#f5ba1a;	
}
.credit a{
	color:#daa106;	
}

@media (max-width: 800px) {
.form_wrapper .col_half {
	width:100%;
	float:none;
}
.form_wrapper .col_Third {
	width:100%;
	float:none;
}


.form_wrapper .col_Fourth {
	width:100%;
	float:none;
}


.form_wrapper .col_Fifth {
	width:100%;
	float:none;
}



.form_wrapper .col_full {
	width:100%;
	float:none;
}

.form_wrapper .border {

  border-radius: 15px / 50px;
  background: #bc521e;   
  width:100%; 
  float:none;
  min-height: 40px;  
}



.form_wrapper label {
	margin:10px 0;
}


.form_wrapper 
{
	
	background:#fff;
	width:90% ;
	max-width:90%;
	box-sizing:border-box;
	padding:15px;
	margin:0px auto 0;
	position:relative;
	z-index:1;
	-webkit-box-shadow:0 23px 4px -21px rgba(0, 0, 0, 0.9);
	-moz-box-shadow:0 23px 4px -21px rgba(0, 0, 0, 0.9);	
	box-shadow:0 23px 4px -21px rgba(0, 0, 0, 0.9);	  
	background-color: #ffffff;
	border: 1px solid black;
	opacity: 0.97;
	filter: alpha(opacity=97); /* For IE8 and earlier */
	-webkit-appearance: none; /*  to force my CSS not iPhone */
}




}




.selectList {
    width:100%;
	padding:10px 40px 10px 10px;
	border:1px solid #ccc;
	box-sizing:border-box;
	outline:none;	
	-webkit-appearance: none;	
	
   background: url("img/Arrow_Down.png") no-repeat left #ffffff;
   border: 1px solid #000;      
   overflow: hidden;
   text-align:right;
   direction:rtl;  
   font-family:Tahoma;
   font-size:14px;
  
}
.selectList:hover {
color:#000
}




.selectDate {
	width:60px;
	padding:10px 10px 10px 5px;
	border:1px solid #ccc;
	box-sizing:border-box;
	outline:none;
	-webkit-appearance: none; /*  to force my CSS not iPhone */
    background: url("img/Arrow_Down.png") no-repeat left #ffffff;
   border: 1px solid #000;      
   overflow: hidden;
  
   
	/*
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	padding-left:0px;
	*/


}
.selectDate:hover {
color:#000
}



 
fieldset.date { 
  margin: 0; 
  padding: 0; 
  padding-left: 20px; 
  padding-bottom: .5em; 
  display: block; 
  border: none; 
} 

fieldset.date legend { 
  margin: 0; 
  padding: 0; 
  margin-top: .25em; 
  font-size: 100%; 
} 


fieldset.date label { 
  position: absolute; 
  top: -20em; 
  left: -200em; 
} 

fieldset.date select { 
margin: 0; 
padding: 0; 
font-size: 100%; 
display: inline; 
} 

span.inst { 
  font-size: 75%; 
  color: blue; 
  padding-left: .25em; 
} 


fieldset.date select:active, 
fieldset.date select:focus, 
fieldset.date select:hover 
{ 
  border-color: gray; 
  background-color: lightyellow; 
} 




.OriginalLogo {
       
    width: 100%;
    max-width: 311px;
    height: auto;
    border-radius: 25px;
}



.Checklogo {
       
    width: 100%;
    max-width: 150px;
    height: auto;
    border-radius: 25px;
}

.TSCKlogo {
       
    width: 100%;
    max-width: 272px;
    height: auto;
    border-radius: 25px;
}



.logo {
       
    width: 100%;
    max-width: 272px;
    height: auto;
}



.Buttonlogo {
       
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 25px;
    transition: transform .2s;
}


.ButtonlogoDetails {       
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 25px;    
}

.Daylogo {
       
    width: 100%;
    max-width: 100%;
    height: 150px;
    border-radius: 25px;
}


.Buttonlogo:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}


.btnDefault,
.btnUpload {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #333333;
  cursor: pointer;
  font-weight: 400;
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.btnDefault:focus,
.btnDefault:hover,
.btnUpload:focus,
.btnUpload:hover {
  background-color: #E6E6E6;
}
.btnM {
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 12px;
}
.customUpload {
  overflow: hidden;
  position: relative;
  display: block;
}
.customUpload input.upload {
  cursor: pointer;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}







/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}






* {
  box-sizing:border-box;
}

.left {
  background-color:#White;
  padding:20px;
  float:left;
  width:100%; /* The width is 20%, by default */  
 
}

.right {
  background-color:White;
  padding:20px;
  float:right;
  width:100%; /* The width is 20%, by default */

}


.ReportWidth
   {
    width: 100vw; height: auto;
   }



/* Use a media query to add a break point at 800px: */
@media screen and (max-width:800px) {
  .left, .right {
    width:100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}







.dashed_container {		
	text-align:center;
	margin:-15px -15px 15px;
	padding:15px 0;
	border-bottom:1px dashed #ccc;
}


.topnav {
  overflow: hidden;
  background-color: #d25e25;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px 16px;
  text-decoration: none;
  font-size: 15px;
  font-weight :bold; 
}

.topnav a:hover {
  background-color: #bc521e;
  color: white;
}

.active {
  background-color: #d25e25;  
  color: white;
}
/* #7a9fc7 */
.topnav .icon {
  display: none;
}

@media screen and (max-width: 700px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
 




.text-center
{
	 font-size: 11px;
	 color:White;
}

.copy {
  font-size: 12px;
  padding: 10px;
 /* border-top: 1px dashed #ccc;*/
 
  
}

.footer-middle {
  padding-top: 2em;
  color: #000000;
}


/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;  
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
  background-color: red;
}

.social-network a.icoInstagram:hover {
  background-color: #641E16;
}
.social-network a.icoTwitter:hover {
  background-color: #3498DB;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoYoutube:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoTwitter:hover i
{
    color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 20px;
}

.social-circle li i {
  margin: 0;
  line-height: 35px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #E5E7E9;
}

.form_wrapper input[name="lblTotalAmount"],.form_wrapper input[name="lblTotalAmount"],.form_wrapper input[name="lblTotalAmount"] {
	width:100%;
	padding:10px 10px 10px 10px;
	border:1px solid #ccc;
	box-sizing:border-box;
	  border-radius: 30px;
	  outline:none;
	  max-width:100px;
	  text-align:center; 
	outline:none;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	-webkit-appearance: none; /*  to force my CSS not iPhone */
	font-weight:bold;  
	
}

.form_wrapper input[name="lblTotalAmount"]:focus,.form_wrapper input[name="lblTotalAmount"]:focus,.form_wrapper input[name="lblTotalAmount"]:focus {
	-webkit-box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
	-moz-box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
	box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
	border:1px solid #f5ba1a;
	-webkit-appearance: none; /*  to force my CSS not iPhone */
}
