@charset "utf-8";
/* CSS Document */
	.booking_details{
		border: #e9f0fa solid 1.0px;
		
	}
	.titles{
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size: 18px;
		color: #000;
		font-weight: bold;
	}
	.normalTexts{
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size: 16px;
		color: #000000;
	}
    .smallTexts{
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size: 14px;
		color: #666;
	}
    .textFields{
		border: #ccc solid 1.0px;
		color:#666; 
		width:70%; 
		height:40px;
		padding: 10px;
		border-radius: 10px;
		margin-bottom: 15px;
	}
    .textArea{
		border: #ccc solid 1.0px;
		color:#666; 
		width:70%; 
		height:100px;
		padding: 20px;
		border-radius: 10px;
		margin-bottom: 15px;
	}
	.radioButton{
		width:20px; 
		height:20px;
	}
	
	.mainButtons{
		font-weight: bolder; 
		font-size:16px; 
		color:#fff; 
		width:auto;
		height:35px; 
		border:#CCC thin thin; 
		background-color:#934F38; 
		font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	}

	.mainTableRows{
		border: #f0f0f0 solid 1px;
		color: #333132;
		font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif; 
		font-size: 14px;
		font-weight: bold;
		background-color: #e9f0fa;
	}
   .meMainTables{
		color: #fff;
		font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif; 
		font-size: 14px;
		font-weight: bold; 
	    padding: 0.5%;
	}    
   .meTools{
		border: #f0f0f0 solid 1px;
		color: #4980c4;
		font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif; 
		font-size: 13px;
		font-weight: bold;
		background-color: #CBE7F5;
		height: 25px;
		padding: 0.5%;
		
	}
	.meToolsIcons{
		width: 25px;
		height: 25px;
	}

@media only screen and (max-width: 768px) {
.titles{
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size: 15px;
		color: #000;
		font-weight: bold;
	}
	.normalTexts{
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size: 14px;
		color: #000000;
	}
    .smallTexts{
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size: 13px;
		color: #666;
	}
    .textFields{
		width:100%; 
		height:40px;
		padding: 5px;
	}
	.textArea{
		width:100%;
		padding: 10px;
	}
	.radioButton{
		width:20px; 
		height:20px;
	}	
	
.mainButtons{
		font-weight: bolder; 
		font-size:14px; 
		color:#fff; 
		width:100%; 
		height:35px; 
		border:#CCC thin thin; 
		background-color:#934F38; 
		font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	}
	
	.mainTableRows{
		border: #f0f0f0 solid 1px;
		color: #333132;
		font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif; 
		font-size: 13px;
		font-weight: bold;
		background-color: #e9f0fa;
	}
   .meMainTables{
		color: #fff;
		font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif; 
		font-size: 13px;
		font-weight: bold; 
	    padding: 0.5%;
	}    
   .meTools{
		border: #f0f0f0 solid 1px;
		color: #4980c4;
		font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif; 
		font-size: 13px;
		font-weight: bold;
		background-color: #CBE7F5;
		height: 15px;
		padding: 0.5%;
		
	}
	.meToolsIcons{
		width: 15px;
		height: 15px;
	}

}
