
:root{
    /* ---- theme */
  --green:#77c75b;
  --semiGreen:#77ba43;
  --darkBlue:#074442;
  --darkBlue2:#083c3a;
  --darkGreen:#116943;
  --orange:#f59721;
  --lightGreen:#cbd994;
  --yellow:#feea3d;
  --skyblue:#0983ff;
  --skyblueDark:#012872;
  --skyblueSemi:#0a40aa;
  --grey:#ebebeb;
  --lightGrey:#efefef;

  --white-color:                  #ffffff;
  --primary-color:                #feea3d;
  --secondary-color:              #3D405B;
  --section-bg-color:             #0983ff;
  --custom-btn-bg-color:          #012872;
  --custom-btn-bg-hover-color:    #083c3a;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --link-hover-color:             #feea3d;
  --lightSkyblue:#8ce1f8;
  --darkRedTitle:darkred;
}

body
	  {
		background-color: #fff;
		 /* background-image: url("../../images/registration/regBg.jpg");
		  background-image: linear-gradient(to right,var(--skyblueDark), var(--skyblue));*/
		  background-repeat: no-repeat;
		  background-size: 100% 100%;
		  background-attachment: fixed;
		  font-family: "Be Vietnam Pro", sans-serif;
		  overflow-x: hidden;
	  }
	  
	    
	  .form
	  {
		  margin: 0px auto;
		  width: 90%;
		  padding: 10px;
		  background-color: rgba(255,255,255,1);
		  margin-top: 10%;
	  }
	  
	  .header
	  {
		  background-color: #fff;
		  text-align: center;
		  width: 100%;
	  }

.header img
{
	width: 100%;
}
	
table td {
	font-weight:bold;
}

table th {
	font-size:18px;
}
	  
	  footer
	  {
		  padding: 30px;
		  text-align: center;
		  color: aliceblue;
		  margin-top: 20px;
		  background-color: #0E0E0E;
		  
	  }
	  
	  footer a
	  {
		  color: gold;
	  }
	  
	  /*.row{
		  padding: 10px;
		  margin: 5px;
	  }*/
	  
	  .col-md-8 {
		  width: 100%;
}
.pd10 {
	padding: 10px !important;
}
	
	  .container
	  {
		  margin: 0px auto;
		  width: 100%;
	  }
	  
	  ul
	  {
		  list-style-type: none;
	  }
	  
	  .submit
	  {
		  padding: 10px 50px; margin: 0px auto;margin-left: 45%;
	  }
	  
	  input, select, textarea
	  {
		  border: 1px solid forestgreen !important;
		  border-radius: 5px;
		  padding: 8px !important;
	  }
	  
	  #regTyp, #accompanying
	  {
		  width: 90%;
		  padding: 10px;
		  background-color: #fff;
		  margin: 0px auto;
		  margin-left: 10%;
	  }

.cell-full
{
	padding: 10px;
	margin-bottom: 15px;
}
	  
	  .reg-tbls table
	  {
		  width: 100%;
	  }
	   .reg-tbls table th
	  {
		  text-align: center;
	  }
	  
	  .reg-tbls table td, .reg-tbls table th
	  {
		  padding: 12px;
	  }
	  
	  .reg-tbls table td
	  {
		  background-color: #D0CACA;
		  text-transform: uppercase;
		  width: 25%;
	  }
	  
	  .reg-tbls table td:nth-child(even)
	  {
		  background-color: #A6B0C7;
	  }
	  
	  .typ1 .typ1-tbl thead
	  {
		  background-color: var(--skyblueSemi);
		  color: aliceblue;
	  }
	  
	  .typ2 .typ2-tbl thead
	  {
		  background-color:var(--skyblueDark);
		  color: aliceblue;
	  }
	  
	  .typ3 .typ3-tbl thead
	  {
		  background-color: var(--lightSkyblue);
		  color: var(--skyblueDark);
	  }
	
	  .summary
	  {
		  box-shadow: 2px 3px 2px grey;
		  margin: 10px;
		  padding: 10px;
		  font-size: 17px;
	  }
	  
	  .summary ul li
	  {
		  margin-left: -20px;
		  padding: 6px;
	  }
	  
	  .summary ul li:before
	  {
		  content: " \1F9FE";
		  padding: 1px;
		  margin: 2px;
		  color: forestgreen;
	  }	  
	 

.titleMain
{
	background: var(--lightSkyblue);
	padding: 12px;
	margin-left: -6%;
	margin-top: -51px;
	color: var(--skyblueDark);
	width: 112%;
}
	 
.btn
{
	/*width: 150px !important;*/
	font-size: 18px;
}

td
{
	vertical-align: text-top;
	height: 60px;
}

td small
{
	left:249px !important;
}
	  /* ------------------ */
	  
	@media (max-width:700px) 
	{
		.form
		{
			width: 100% !important;
		}
		
		.container {
  padding-right: 5px !important;
  padding-left: 5px !important;
		}
		
		ul
		{
			margin-left: -25% !important;
			width: 110% !important;
		}
		
		
		
		ul li
		{
			font-size: 12px !important;
		}
		
		.header
		{
			width: 100%  !important;
		}
		
		.header img
		{
			width: 100% !important;
		}
		
		.col-md-8 {
  width: 126%;
			margin-left: -13%;
}
		
		.form-control
		{
			padding: 16px;
		}
		
		.submit
		{
			margin-left: 33%;
		}
		
td small
{
	left:139px !important;
}
	  }

@media (max-width:1450px) 
	{
	td small
{
	left:199px !important;
}	
}
	  
	