body {
    direction:rtl;
    font-family:arial;
    font-size:18px;
	margin:0;
	color:#2f2f2f;
}
.madgish {
color:red;
font-weight:bold;
}

.formLogo {
display:none;

}

.formHeader{
display:none;
}


hr{display:none;}

.AutoCompleteBox {
	border: 1px solid black;
	background-color: white;
}
		
.AC_SelectedElement {
	background-color: blue;
	color: white;
}


.floatingApproval{
	text-align:center;
	position:fixed;
	left:10px;
	top:10px;
	border:1px solid black;
	width:90%;
	padding:10px;
	background-color:#d7d7d7;
	color:black;
	border-radius:5px;
	
}

.approveBtn{
	text-align:center;
	margin-bottom:15px;
	background-color:#262470;
	max-width:200px;
	height:40px;
	color:#fff;
	font-size:25px;
	cursor:pointer;
	float:right;
		padding:10px;
	  border-radius:5px;
}


.disApproveBtn{
	text-align:center;
	background-color:#ce3229;
	max-width:200px;
	height:40px;
	color:#fff;
	font-size:25px;
	cursor:pointer;
	float:left;
	padding:10px;
	  border-radius:5px;
}



table {
	width:100%;
	border-collapse: collapse;
}

.q {
	width:350px;
	margin-bottom:15px;
	font-size:18px;
	display:block;
	font-weight:bold;
	}

.a {
	width:350px;
	margin-bottom:15px;
	font-size:18px;
	display:block;
	font-weight:normal;
	}


td {
	text-align:center;
	padding:3px;
}

.blanket {
	left:0px;
	top:0px;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10000;
	background-image:url('./getFile.aspx?profile=1&fname=blanket.png');
	display:none;
}


.blanket_sheet {
	width:70%;
	background-color:white;
	color:black;
	min-height:300px;
	margin:30px auto;
}

#blanket_text {
    width: 80%;
    text-align: center;
    padding-top: 30px;
    margin: auto;
    font-size: 22px;
}

#blanket_btn {
    width: 40%;
    cursor:pointer;
    margin: auto;
    text-align: center;
    background-color: #e6a430;
    color: #262470;
    font-size: 30px;
    margin-top: 30px;
}

.spacing {
	padding:10px;
	margin-bottom:5px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.badField{
	
}
.badField .textBox input, .badField .textArea textarea, .badField .textDate input, .badField .textSelect select {
	border:1px solid #ce3229;
}
.alerts{
	font-size:18px;
	color:#ce3229;
	width:90%;
}

.mainDiv{
	padding:0 45px;
	width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.imgContainer{
	text-align:left;
	margin-top:15px;
}
.bold {
    font-weight:bold;
}

.textTitle {
    font-size:18px;
    font-weight:bold;
    font-family:arial;
    margin-top:15px;
}

.textArea textarea {
	padding:5px;
    margin-top:10px;
    border:1px solid #d7d7d7;
    border-radius:4px;
    font-size:18px;
    width:50%;
    height:80px;
}

.signatureClass{
	border:1px solid #d7d7d7;
    border-radius:4px;
    font-size:18px;
    background-color:#fff;
}

.checkBox {
    margin:10px;
}

.textBox {
    margin-top:10px;
}

.textBox input{
    width:400px;
    padding:5px;
    border:1px solid #d7d7d7;
    border-radius:4px;
    font-size:18px;
}

.textSelect select{
	padding:5px;
    margin-top:10px;
    border:1px solid #d7d7d7;
    border-radius:4px;
    font-size:18px;
}
.sendBTN {
    clear:both;
    padding:15px 30px 15px 45px;
    background-color:#e6a430;
    border-radius:5px;
    font-size:26px;
    color:#262470;
    margin-top:20px;
    text-align:center;
    float:right;
    cursor:pointer;
}

.textRadio input{
    height: 15px;
    width: 15px;
    display: inline-block;
}
.sendBTN .textTitle {
	margin:0;
	font-size:26px;
	position:relative;
}
.sendBTN .textTitle .send{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: solid 3px currentColor;
  border-top: solid 3px currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 11px;
  left: -15px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    width: 50%;
    text-align: center;
    padding:10px;
    background-color: #fff;
    border:1px solid #00aeec;
    color:#262470;
    border-radius:4px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.textSubTitle{}
.textAreaSubTitle{}
.textArea{}
.dropBoxSubTitle{}
.textSelect{}
.checkBoxtitle{}
.checkBox{}
.radioSubTitle{
 width: calc(100% - 25px);
    display: inline-block;
}
.textRadio{}
.dateSubTitle{}
.textDate input{
	padding:5px;
    margin-top:10px;
    border:1px solid #d7d7d7;
    border-radius:5px;
    font-size:18px;
}

.timeSubTitle{}
.textTime{}

.headlineTitleBig {
	font-size: 65px;
	font-weight: bold;
	color:#262470;
}
.headlineTitleBig center{
	text-align:right;
}
.headlineTitle{ 
	font-size: 26px;
	color:#00aeec;
}
.headlineTitle p{
	text-decoration:none !important;
	margin:0;
}
.capatchaTitle{}
.blockTitle{
	margin-top:15px;
	margin-bottom:15px;	     
}
.blockQuestion{
    width:304px;
    text-align:right;

}

.blockDropAnswers{
    text-align:right;
}

.blockHeader{
     color:#262470;

}
.blockLine0{
    background-color: #F5F5F5;
    height: 35px;
    color: #262470;
    border-bottom: 1px solid #CCCCCC;
}
.blockLine1{
     background-color:#fff;
     height:35px;
     color:#262470;
     border-bottom: 1px solid #CCCCCC;
}
.validError{
	color:#ce3229;
	margin-right:20px;
	margin-left:20px;
}

@media only screen and (max-device-width: 767px) {
	img {width:100%;}
	body, .textSelect select{font-size:14px;}
	.spacing{padding:5px; width: 100%}
	.headlineTitleBig{font-size:45px;}
	.formTitle{font-size:20px;}
	.textBox input{width:326px;}
	headlineTitle{font-size:21px;}
	.sendBTN {min-width:auto;width:100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
	.textArea textarea, .fileUpload{width:auto;}
	.mainDiv {width:auto;padding:0;}
	.textRadio input {height:40px;}
	.image img {
		width:100%;
		height:40px;
		background-color:#00aeec;
	}
	
	}
