/** Import Arabic Font **/
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);



/**


The mobile version of the website


*/

.panel-success > .panel-heading{
    background: #00A9AC !important;
}

.panel-success > .panel-heading h4{
    color: #FFF;
}




.lineheight150{
    line-height: 200%;
}


body{
    font-family: 'Droid Arabic Kufi', Arial !important;
}
.arabic{
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.btnlang{
    line-height: .5;
}
.header-bg{
    background: url(../images/header-bg.jpg) no-repeat;
    background-repeat: no-repeat;
}

.top-bar{
    height: 50px;
    padding: 10px 0 0;
    color: #FFF !important;
}

.top-date{
    font-size: 12px; color: #FFF;
    float: right;
    margin: 10px 0 0;
}
.textleft{
    
    text-align: left !important;
}
.textright{
    
    text-align: right !important;
}
.outline{
    background: none;
    border: 1px solid #FFF;
    color: #FFF;
    text-shadow: none;
}
.outline:hover{
    background: #FFF;
    border: 2px solid #004d51;
    color: #000;
}

.top-sm{
    font-size: 22px;
    color: #FFF;
}

.navigation{
    height: 88px;
    background: url(../images/nav-slice.jpg);

}

ul.menu{
    float: right;
    list-style: none;
    margin: 21px 0 0;
}
ul.menu li{
    float: right;
    border-left: 1px solid #bae1ff;
    padding: 10px 18px;
}

ul.menu li:last-child{
    border: none;
}

ul.menu li a{
    color: #0091dc;
    font-size: 14px;
}


ul.menu li a.selected{
    font-weight: bold;
}


.logo{
    margin: 12px 0 0;
    position: relative;
}

.mobilenav{
    display: none;
}

.maintxt{
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    margin: 50px 0 20px 0;
}

.maintxt h2{
    font-size: 40px;
    font-weight: bolder;
}

.maintxt-sm{
    font-size: 16px;
    color: #FFF;
    font-weight: normal;
}

.arowdown{
    font-size: 28px;
    color: #FFF;
}


.center-bg{
    background: url(../images/hp-center-bg.jpg);
    min-height: 345px;
    margin: 44px 0 0;
    color: #FFF;
}

.center-bg h2{
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    margin: 50px 0 20px 0;
    font-weight: bolder;
}


.center-bg p{
    width: 75%;
    margin: 10px auto;
}

.center-bg .outline{
    border: 2px solid #78efff;
    color: #78efff;
    margin: 20px 0 0;
}

.jobs-bg{
    background: #e0e0e0;
}


.jobs-bg h1, .jobs-bg h3{
    color: #00898a;
    font-weight: bolder;
    font-size: 24px;
}

.jobs-bg .sm-border{
    float: right;
    width: 10%;
    height: 4px;
    background: #00898a;
}


.hp-search{
    margin: 7px 0;
    padding: 15px 0;
    background: #024e50;
}

a.advancedsearch{
    color:#FFF;
}

a.advancedsearch:hover{
    color: #78efff;
}


.usrregicon{
    color: #009899;
    font-size: 28px;
}


.hp-search-two{
    padding: 12px 0;
}


.hp-search-two h4{
    color: #FFF;
}
.whitebg{
    background: #FFF;
}


.regforml label{
    font-weight: normal;
}


.btnreg{
    background: #00898a;
    border: 1px solid #00898a;
}

.h1222{
    font-size: 18px !important;
    margin-bottom: 2px;
}

.lrgclock{
    font-size: 36px;
    color: #00898a;
    margin: 19px 0 0;
}

.greybg{
    background: #eeeeee;
}


.jobrow{
    min-height: 90px;

    padding-top: 30px;
}

.jobrow:hover{
    background: #94ded2;
}

.succpar{
    font-size: 24px;
    color: #00b3b6;
    margin: 15px 0;
}


.footerbg{
    background: #01B6A7;
    background-position: center;
    padding: 30px 0;
}

.footerbg h4{
    color: #024e50;
    font-weight: bolder;
}

.footerbg a{
    color: #FFF;
    text-shadow: 0px 1px 1px #000;
    margin: 5px 0;
    float: right;
}

.footerbg a:hover{
    color: #024e50;
    text-decoration: none;
}

.footerbg a.bottom-sm{
    margin: 10px;
    font-size: 38px;
}

.cr{
    font-size: 11px;

}


.innerpage-bg{
    background: #FFF;
    margin-top: 75px;
    margin-bottom: 75px;
    border-radius: 10px;
    border-top: #e0e0e0;
}


.innerpage-bg h1, .innerpage-bg h2, .innerpage-bg h3, .innerpage-bg h4{
    color: #009899
}

.jobitempanel a{
    font-size: 15px;
    font-weight: bold;
}

.jobitempanel p{
    color: #595959
}

.jobspanel .panel-body{
    padding-left: 0;
    margin-left: 0;
}


.jobspanel ul{
    list-style: none;
    margin-left: 5px;
}

.jobspanel ul li{
    margin: 10px 0;
}

.form-control{
    height: auto;
}


@media (max-device-width: 1100px)  { 
    .menu{
        display: none;

    }

    .mobilenav{
        display: block;
        float: left;
        color: #00a9ac;
        font-size: 24px;
        margin: 15px 20px 0 0;
        padding: 10px;
    }


    .maintxt h2{
        font-size: 28px;
        font-weight: bolder;
    }

    .center-bg{
        margin: 0;
        background-position: center;
    }
    .jobrow{
        min-height: 20px;
        padding: 10px 0;

    }



}

.bs-callout {
    padding: 5px 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #dfdfdf;
}
.bs-callout-info h4 {
    color: #535353;
}





/** bootstrap carousel remoeve shadow behind controls **/

.carousel-control.left, .carousel-control.right{ 
    background: none !important; 
    filter: none !important; 
}


/** Admin menu styles **/
ul.adminmenu{
    float: left;
    list-style: none;
    margin: 21px 0 0;
}
ul.adminmenu > li{
    float: left;
    border-right: 1px solid #c1f9ff;
    padding: 10px 8px;
}

ul.adminmenu > li:last-child{
    border: none;
}

ul.adminmenu > li a{
    color: #00a9ac;
}


ul.adminmenu > li a.selected{
    font-weight: bold;
}


.label{
    color: #000;
}




/** profile style **/

.margintop20{
    margin-top: 20px;
}
.profileshadow{
    border: 1px solid #bbc7ca;
    margin-top: 20px;
    box-shadow: 0px 0px 3px #75DBE0;
}

.editbtn{
    position: absolute;
    left: 30px;
    top: 16px;
}

.marginminus50{
    margin-top: -50px;
}

#fancybox-content .col-lg-10{
    padding: 0;
}

.h3noargin{
    margin-top: 5px;
}

.pull-right{
    float: left !important;
}
