/*!
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
  font-family: 'RotisSansSerifStd-Bold';
  src: url('../RotisSansSerifStd-Bold.eot') format('embedded-opentype');
	src: local('☺'), url('../fonts/RotisSansSerifStd-Bold.woff') format('woff'), url('../fonts/RotisSansSerifStd-Bold.ttf') format('truetype'), url('../fonts/RotisSansSerifStd-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,
body {
    height: 100%;
}

#kfupm {
    background: #333;
    padding: 8px 0px;
}
#kfupm a {
    color: #999;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: 'RotisSansSerifStd-Bold';
    font-weight: 500;
    line-height: 1.35;
}

.h5, .h6{
	font-family: 'Open Sans', sans-serif;
}

h4{
	line-height:23px;
}

.register h4{
	color:#d0b756;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.header-bg{
	background: #007d40 url(../images/hdr-bg.jpg) no-repeat top center;
	background-size:cover;
	margin-bottom:50px;	
}

.ug-logo{
	padding:8% 0;
}

.hdr-pic{
	position:absolute;
	z-index:999;
	right:0px;
}
.form-control{
	margin-bottom:5px;
}

.form-group {
    padding-bottom: 5px;
}

.media-left, .media > .pull-left {
    padding-right: 25px;
}

.checkbox, .radio {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

.bg-grey{
	background:#fafafa;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
    border-top: 2px solid #444;
}

.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
}


.nav-tabs.nav-justified > .complete-tab {
    background: #bde0cb;
    border-top: 2px solid #fff;
    border-radius: 0px 0px 0 0;	
}

.nav-tabs.nav-justified > .complete-tab:hover {
    background: #bde0cb;
    border-top: 2px solid #fff;
    border-radius: 0px 0px 0 0;	
}

.login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
            margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
  }
  .hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  
.text-welcome {
    color: #ccc;
}

dd, dt {
    line-height: 1.5/*3 changed by joud */;
}

ol, ul {
    margin: 0 0 10px;
    margin-top: 0;
    padding-left: 30px;
}

.alert-normal {
    background-color: #fff;
    border-color: #ddd;
    color: #000;
}

.btn-withdraw {
    background-color: #fff;
    border-color: #d9534f;
    color: #d9534f;
}

/* Responsive Styles */

@media(max-width:1200px) {
.hdr-pic, .hdr-pic-ar{display:none;}
}

footer{
	background:#333;
	color:#999;
	padding:30px 0px;
	margin-top:30px;
}


.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary
{
	background:#007d40;
}

.black-stripe{
	background:#333;
	padding:8px 0px;
	width:100%;
}

.black-stripe a{
	color:#ccc;
}

.btn-primary {
    background-color: #007d40;
    border-color: #007d40;
    color: #fff;
}


a {
    color: #007d40;
    text-decoration: none;
}


.text-primary {
    color: #007d40 !important;
}

a.list-group-item:focus,
a.list-group-item:hover{
	background:#fafafa;
	text-decoration:none;
}


/* multiple steps */
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #eee; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #007d40; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #eee;}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot {background-color: #dfd3b2;}
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot:after {background-color: #a39161;}
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-info {color: #777; font-weight:bold;}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {background-color: #bde0cb;}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {background-color: #007d40;}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-info {color: #000; font-weight:bold;}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-info {color: #bbb; font-weight:bold;}


.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}

.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

/* added by joud */
select.form-control{
    height: 45px!important;
}

.controls ul {
    list-style:none;
    /*border-bottom: 1px solid #C6C6C6 !important;*/
    /*width: 200px!important;*/
}

#id_chronic_diseases{
    height:150px!important;
}

ol.sidebar, ul.sidebar {
    list-style:none;
    margin: 0 0 0px!important;
    padding-left: 0px!important;
}

.btn-admission {
    /*background-color: #fff;
    border: 2px solid #007d40;
    color: #000;*/
    width: 40%;
    max-width:70%;
    font-size:110%
}

input[type=submit]{
margin-top: 15px;
}

.calendars{
width:inherit!important;
}

.calendars-month{
width:inherit!important;
}

a.calendars-cmd {
    float: right;
    direction: rtl;
    text-align: center;
    width: 33.33%;
    display: inline-block;
}

/*.form-uploads div.form-group:nth-child(even) {
background: rgba(153, 153, 153, 0.15) none repeat scroll 0% 0%;
}*/

.form-bordered .form-group{
border-bottom: 1px solid #C6C6C6;
}

th {
    text-align: center!important;
}

.student-nav-tabs > li > a {
    padding: 10px 5px!important;
}

.modal-dialog {
    width: 80%!important;
    height: 70%!important;
    min-height: 800px!important;
}

.smart-card-div{
    background-image: url(../images/smart_card.jpg);
    background-repeat: no-repeat;
    width: 695px;
    height: 426px;
}
.smart-card-div img {
    position: relative;
    left: -5px;
    top: 100px;
    float: left;
    width: 199px;
    max-height: 265px;
}
.hreqs table{
    width: 100%;
}

.hreqs table td{
    padding: 5px;
}
.hreqs .btn-success {
    color: #4cae4c;
    background-color: inherit!important;
    border-color: #4cae4c;
    font-weight: bold;
}
.hreqs .btn-danger {
    color: #d9534f;
    background-color: inherit!important;
    border-color: #d9534f;
    font-weight: bold;
}
/* end of add by joud */
