/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.eot);
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

/*@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);*/

/*
 * Droid Arabic Kufi (Arabic) http://www.google.com/fonts/earlyaccess
 */

@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DroidKufi-Regular.eot);
  src: url(../fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/DroidKufi-Regular.woff2) format('woff2'),
       url(../fonts/DroidKufi-Regular.woff) format('woff'),
       url(../fonts/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/DroidKufi-Bold.eot);
  src: url(../fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/DroidKufi-Bold.woff2) format('woff2'),
       url(../fonts/DroidKufi-Bold.woff) format('woff'),
       url(../fonts/DroidKufi-Bold.ttf) format('truetype');
}
.footerr, .title a {
	text-align: center
}
body {
	background-color: #F4F4F4;
	direction: rtl;
	border-top: 5px solid #0c8063
}
html {
	overflow-x: hidden
}
.logo-bg {
	background: #fafafa;
	height: 110px
}
.logo-bg a {
	color: #0c8063;
	font: 20px'Droid Arabic Kufi';
	text-decoration: none
}
.title {
	padding: 25px 0
}
.title a {
	color: #fff;
	font: 15px'Droid Arabic Kufi';
	float: left;
	padding: 5px;
	background: #0c8063;
	border-right: 5px solid #F6AA09
}


.new-order a{
	font: 15px'Droid Arabic Kufi';
    color: #0c8063;
    background: #FAFAFA;
    border: none;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
	
	}

.new-order a:link, .new-order a:visited {
    background-color:#FAFAFA;
    color: #0c8063;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.new-order a:hover, .new-order a:active {
    background-color:#0c8063;
    color: #FAFAFA;
    border-left: 1px solid #FAFAFA;
    border-bottom: 1px solid #eee;
}

.mainul{
   list-style-type: none; 
   width: 100%; 
   margin-top: 50px; 
   color: #fafafa; 
   text-align: center; 
}

.mainul li{
 display: inline-block; 
 width:25%; 
 padding: 2%;
 height:150px; 
 margin-left: 5%; 
 border: 1px solid #cecece; 
 background-color: #0c8063;
}

.mainul li a {
    width: 100%;
    height: 100%;
    background-color: #0c8063;
    color: #fafafa;
    text-decoration: none;
}

.mainul li a:link, .mainul li a:visited {
    color: #fafafa;
}

.mainul li a:hover, .mainul li a:active {
    color: #F6AA09;
}

/*.mainul li .litext{
    margin-top: 10%;
}*/

.terms {
	background: #f3f2f2;
	font: 20px'Droid Arabic Kufi';
	color: #000;
	padding: 10px;
}
#form-body {
	background: #fff;
	border-bottom: 8px solid #0C8063;
	padding: 2%
}
#form-body p {
	font: 16px'Droid Arabic Kufi';
	color: #757575
}
#form-body .form h3, .form h3 {
	font: 25px'Droid Arabic Kufi';
	color: #0C8063;
}
.form {
	margin: 20px auto;
	display: block;
	width: 66%;
		font: 16px'Droid Arabic Kufi';

}
.form label {
	margin: 5px;
	font: 16px'Droid Arabic Kufi';
	color: #757575;
}
.form input, .form button {
	width: 100%;
	background: #efefef;
	border: none;
	padding: 10px;
}

.form .registering input {
    width: auto;
    position: relative;
    right: 0px;
}

.form .registering label {
    font-size: 14px;
}
#applicants_Table table{
    width: 100% !important;
    margin-top: 30px !important;
    text-align: center !important;
    font-size:12px;
    border: 1px solid #cecece !important;
}

#applicants_Table tr{
    
    padding: 5px !important;
    
}
#applicants_Table th{
    text-align: center !important;
    color: #fafafa !important;
    background-color: #0c8063 !important;
    border: 1px solid #cecece !important;
}

#applicants_Table td{
   
    color: #757575 !important;
    background-color: #fafafa !important;
    border: 1px solid #cecece !important;
}

.tab_but {
    background-color: #0c8063 !important;
    color: #fafafa;
    width: 70% !important;
    font-size: 12px !important;
    margin: 1%;
}

.tab_but:link, .tab_but:visited{
    background-color: #0c8063 !important;
    color: #fafafa;
}

.tab_but:hover, .tab_but:active{
    background-color: #F6AA09 !important;
    color: #eee;
}

#applicants_Table input{
    width: 90%;
    background: #fff;
    border: 1px solid #757575;
    padding: 2px;
    margin: 1%;
    font-size: 12px;
    text-align: center;
    font-style: italic;
    

}
select.options2{
	font: 12px'Droid Arabic Kufi';
    color: #000;
    margin: 17px;
    border: none;
    background: transparent;
    width: 250px;
    padding: 5px 35px 5px 5px;
    height: 34px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background:url(../images/arrow.png) 96% / 9% no-repeat #eee;
	
	}
	
	
	
select.options {
	    font: 12px'Droid Arabic Kufi';
    color: #000;
margin: 17px;
    border: none;
    background: transparent;
    width: 150px;
    padding: 5px 35px 5px 5px;
    height: 34px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background:url(../images/arrow.png) 96% / 15% no-repeat #eee;
	
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
#cover1, #cover2 {
    display: none;
    width: 100%;
    position: fixed; 
    left:0px; 
    top:0px; 
    height:100%; 
    margin:0px auto; 
    padding:0px; 
    background-color: rgba(0, 0, 0, 0.80);
}
#tmajors, #tuploads{
    background-color: #eee;
    width: 40%;
    margin: auto;
    margin-top: 5%;
    padding: 2%;
    color: #757575;
    border: 1px solid rgb(109, 108, 108);
}

#tmajors label{
    color: #757575;
    font-size: 12px;
    font-weight: bold;
}

#tmajors select {
    width: 100%;
    background: url(../images/arrow.png) 99% / 3% no-repeat rgb(206, 206, 206);
    margin: 10px 0px 10px;
}
#applicants_Table table.activeate{
display:block;
}

#applicants_Table table.inactiveate{
display:none;
}

@media screen and (min-width: 0\0) {
  select.options {
    background: none;
    padding: 5px;
  }
    select.options2 {
        background: none;
        padding: 5px;
    }
}	
	
	
	
	
	
	
	
	
	
	
	
	
::-webkit-file-upload-button, button {
/*float:left;*/
background:#bbb;
color:#fff;
border:none
}
.form input[type=file] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;
	color: #efefef
}

#sidebut{
    margin: auto;
}

.subm {
	font: 18px'Droid Arabic Kufi';
	background: #0c8063!important;
	color: #fff;
    width: 20%;
    margin-left: 1%;
}

.subm:link, .subm:visited{
    background: #0c8063!important;
	color: #fff;
}

.subm:hover, .subm:active{
    background-color: #F6AA09 !important;
    color: #eee;
}

.subm1 {
	font: 18px'Droid Arabic Kufi';
	background: #0c8063!important;
	color: #fff;
    width: 45% !important;
    margin-left: 1%;
}

.subm1:link, .subm1:visited{
    background: #0c8063!important;
	color: #fff;
}

.subm1:hover, .subm1:active{
    background-color: #F6AA09 !important;
    color: #eee;
}


.submit {
	font: 18px'Droid Arabic Kufi';
	background: #0c8063!important;
	color: #fff;
}

.submit:link, .submit:visited{
    background: #0c8063!important;
	color: #fff;
}

.submit:hover, .submit:active{
    background-color: #F6AA09 !important;
    color: #eee;
}

.attention-termis, .footerr {
	font: 13px'Droid Arabic Kufi'
}
.attention-termis {
    display: block;
	color: #FF0004;
	padding: 20px 0;
	margin: 10px;
	display: inline-block
}
.footerr {
	padding: 10px 0;
	background: #FAFAFA;
	color: #000
}



@media (max-width:800px) {
.title a {
	width: 50%
}
.form {
	width: 100%
}
}

@media (max-width:767px) {
.title a {
	width: 100%
}
.form input {
	width: 90%
}
.form {
	width: 100%
}
}
