/* CSS Document */
/* Forms Style */
.form p{
	width:45%;
	display:inline-block;
	margin-bottom:10px;
}
.form p label{
	clear:both;
	display:block;
}

.textBoxes, .textarea, select, option{
	font-family:IranSans;
	font-size:12px;
	width:90%;
}


.form p button{
	font-family:IranSansMedium;
	font-size:12px;
}

.p_textarea{
	clear:both;
	width:95% !important;
	height:auto;
}
.textarea{
	height:auto;
	resize:vertical;
}

.show_corses{
	border-top:solid 0.175rem #000;
	padding-top:10px;
	margin-top:5px;
	}
.button-box{
	width:100% !important;
	}
.btn-left-side{
	direction:ltr;
}

.get_date_para input{
	width:30% !important;
	display:inline-block;
	margin-left:0px !important;	
}
.get_date_para input:before{
	display:none;	
}
table, th, td {
	border: 5px solid black;
	border-collapse: collapse;
}
th, td {
	padding: 10px !important;
}
th {
	text-align: right;
}
table {
	border-spacing: 5px !important;
}