/*CSS Reset*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #fefefe;
	font-family: 'Times New Roman', sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
}

mark {
	background-color: yellow;
}

.spacer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.spacer-sm {
	padding-bottom: 20px;
}

.logo {
	width: 17%;
}

.title {
	line-height: 1.2rem;
	padding-bottom: 10px;
}

.bord-bottom {
	border-bottom: 1px solid #000;
}

.ln-ht-sm {
	line-height: 1.2rem;
}

.txt-col-red {
	color: red;
	font-size: 1.1rem;
}

.bg-lblue {
	/*background-color: lightblue;*/
	/*background-color: #BBE8FC;*/

	/*original*/
	background-color: #E7F7FE;

	/*light blue fr asiatel website*/
	/*background-color: #E8EEF7;*/

	/*green for filled textbox*/
	/*background-color: #EBFEE7;*/
}

.text-justify {
	text-align: justify;
}

#submit-button {
	border: 2px solid #EB1A4F;
	color: #ffffff;
  	background-image: linear-gradient(90deg, #EB1A4F 0%, #FF544B 100%);
  	letter-spacing: 2px;
  	font-family: Helvetica, sans-serif;
}

#submit-button:hover {
	border: 2px solid #EB1A4F;
	color: #EB1A4F;
  	background-image: none;
}

.font-helvetica {
	font-family: Helvetica, sans-serif;
}

.asiatel-red {
	color: #EB1A4F;
}

.asiatel-blue {
	color: #00408c;
}

.modalbutton {
	color: #ffffff;
	background-image: linear-gradient(90deg, #EB1A4F 0%, #FF544B 100%);
	/*background-color: #00408c;*/
}

.modalbutton: hover {
	color: #ffffff;
	/*background-image: none;*/
	/*background-color: #EB1A4F;*/
	/*border: 2px solid #00408c;*/
}

#download-button {
	border: 2px solid #EB1A4F;
	color: #ffffff;
  	background-image: linear-gradient(90deg, #EB1A4F 0%, #FF544B 100%);
  	font-family: Helvetica, sans-serif;
}

#download-button:hover {
	border: 2px solid #EB1A4F;
	color: #EB1A4F;
  	background-image: none;
}





/*MEDIA QUERIES*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.td-width {
		width: 25%;
	}

	#subs_name {
		width: 250px;
	}

	/*Signature Pad CSS - Keith Wood jQuery UI Signature Start*/
	.kbw-signature {
		width: 300px;
		height: 200px;
	}
	#sig1 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig2 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig3 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig4 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig5 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig6 canvas {
	    width: 100% !important;
	    height: auto;
	}
	/*Signature Pad CSS - Keith Wood jQuery UI Signature End*/
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.td-width {
		width: 25%;
	}

	#subs_name {
		width: 250px;
	}

	/*Signature Pad CSS - Keith Wood jQuery UI Signature Start*/
	.kbw-signature {
		width: 300px;
		height: 200px;
	}
	#sig1 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig2 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig3 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig4 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig5 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig6 canvas {
	    width: 100% !important;
	    height: auto;
	}
	/*Signature Pad CSS - Keith Wood jQuery UI Signature End*/
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.td-width {
		width: 20%;
	}

	#subs_name {
		width: 400px;
	}

	/*Signature Pad CSS - Keith Wood jQuery UI Signature Start*/
	.kbw-signature {
		width: 300px;
		height: 200px;
	}
	#sig1 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig2 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig3 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig4 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig5 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig6 canvas {
	    width: 100% !important;
	    height: auto;
	}
	/*Signature Pad CSS - Keith Wood jQuery UI Signature End*/
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.td-width {
		width: 12%;
	}

	#subs_name {
		width: 600px;
	}

	/*Signature Pad CSS - Keith Wood jQuery UI Signature Start*/
	.kbw-signature {
		width: 400px;
		height: 200px;
	}
	#sig1 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig2 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig3 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig4 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig5 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig6 canvas {
	    width: 100% !important;
	    height: auto;
	}
	/*Signature Pad CSS - Keith Wood jQuery UI Signature End*/
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.td-width {
		width: 12%;
	}

	#subs_name {
		width: 600px;
	}
	
	/*Signature Pad CSS - Keith Wood jQuery UI Signature Start*/
	.kbw-signature {
		width: 400px;
		height: 200px;
	}
	#sig1 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig2 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig3 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig4 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig5 canvas {
	    width: 100% !important;
	    height: auto;
	}
	#sig6 canvas {
	    width: 100% !important;
	    height: auto;
	}
	/*Signature Pad CSS - Keith Wood jQuery UI Signature End*/
}














