html{
  direction: rtl;
}



.headerClass4{
  background-image:url(../images/list-exams-assets/header.png);width: 100%;
}


.resClass2{
  width:50%;
  text-align:center;
  background-color:#31afa3;
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top:10px;font-size: 20px;
  
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.resClass3{
  width:50%;
  text-align:center;
  background-color:#55c6bb;
  color:#fff;
  font-family:'Amiri';
  height: 100%;  
  padding-top:10px;
  font-size: 22px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;

  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}


.timeoutDiv p{
	text-align:right;
}

.timeoutDiv img{
	margin-left:0px;
	margin-right:15px;
}

.header_background{
  float: right;
}
.hello_div{
  float: right;
}
.head_butts{
  direction:ltr; 
}
@media (min-width: 1200px){
.col-lg-6_ar{
    float: right;
}
}

.RunExam_buttons{
	text-align:left;
}

@media (max-width: 1200px) {
.RunExam_buttons{
		text-align:right;
}
}


