/*
 * all the changes on the CSS are done here and if there any exeption it
 * should be listed in this comment:
 *
 *
 *
 * official KFSHRC green (#1f7548) 
 */

/* importing the arabic font */

body {
    padding-top: 0px;
    overflow-x: hidden;
    font-size: 16px;
    background-color:#ffffff;
}

@-moz-document url-prefix() {
    body {
        padding-top: 14px;
    }
}

#form1 {
    margin: 0;
}

/*  ------------  */
/*  -- Header --  */
/*  ------------  */

.header-tools {
    text-align: right;
    margin: -2px 20px 0 0;
    display:block;
}

.header-tools-external {
    display: inline-block;
    border: #CCCCCC 1px solid;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0 0 0 5px;
    padding: 5px 10px 2px 10px;
}

.header-tools-internal {
    display: inline-block;
    border: #CCCCCC 1px solid;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 5px 5px 2px 5px;
    background: #CCCCCC;
    color: #fff;
}

.header-language {
    display: inline-block;
    font-family: "Droid Arabic Kufi", Arial, sans-serif;
    font-size: 12px;
    margin: 5px 0px 0 -25px;
    float:right;
}

    .header-language > ul {
        list-style-type: none;
        padding: 0px;
    }

        .header-language > ul > li > a {
            color: #fff;
            background-color: #1f7548;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            font-size: 0.7em;
            padding: 9px 7px 5px 5px;
        }

            .header-language > ul > li > a:hover {
                color: #fff;
                text-decoration: none;
                background-color: #248956;
            }

            .header-language > ul > li > a:focus {
                color: #fff;
                text-decoration: none;
                background-color: #248956;
            }

            .header-language > ul > li > a > i {
                font-size: 1.5em;
                position: relative;
                top: 2px;
                margin-right: 6px;
            }

.header-date {
    display: inline-block;

}

.header-weather {
    display: inline-block;
}

    .header-weather > a:hover, a:focus {
        text-decoration: none;
        color: #248956;
    }

.header-ipaddress {
    display: inline-block;
    color:#fff;
}

.header-main {
        margin: 0 0 20px 0;
}

.header-main-logo {
    display: block;
    margin: -25px 0 10px 0;
}

.logo-div-sticky-activate {
    margin: -15px 0 -15px 0;
}

.header-main-pills {
    display: block;
    position: absolute;
    top:-10px;
    right:100px;
    left:auto;
}

.header-main-menu {
    position: absolute;
    top: 85px;
    /*right: 0;*/
    /*top: 136px;*/
}

@media (max-width: 991px) {

    .btn-responsive-nav {
        background: transparent;
        top:-5px;
        right:auto;
        left:5px;
        border-radius: 0 0 4px 4px;
    }

        .btn-responsive-nav:hover, .btn-responsive-nav:active, .btn-responsive-nav:focus {
            color: #FFF;
        }

    .header-main-menu {
        margin: -5px 0 0 0; 
        position: fixed;
        top: 10px;
        right:0;
        left:0;
        z-index: 2001;
    }
        .header-main-logo {
        margin: -45px auto 10px auto;
        width: 300px;
    }

    .header-language {
        margin: 5px -30px 0px 0px;
    }

    .navbar-collapse {
     border-top: 0; 
     -webkit-box-shadow: none; 
     box-shadow: none; 
     margin-top: 22px;
     border-radius: 0!important;
     background: #3F8862 !important;
     top: 13px!important;
}

}

.dropdown-toggle > .caret {
    float: right;
    margin-top: 7px;
}

@-moz-document url-prefix() {
    .header-main-menu {
        top: 104px;
    }

    .logo-div-sticky-activate {
        margin: -12px 0px -15px;
    }
}

.btn {
    padding: 6px 17px;
    white-space: inherit;
}

.sticky-menu-active {
    padding-top: 165px;
}


/*  ----------  */
/*  -- Main --  */
/*  ----------  */

/* -- Search area -- */
.full-search {
    width: 100%;
}

button.btn-search-full {
    padding: 8px;
    height: 32px;
    border-radius: 0px 4px 4px 0px;
    margin-right: -3px;
    color: #1f7549;
    border: 0px;
    background: #fff;
}

button.btn-search-full:hover {
    background: #f2f2f2;
    color: #1f7549;
}

.input-group.full-search {
    border-top: 0px;
    border-bottom: 0px;
}

.full-search > .form-control {
    border: 0px;
    height: 100%;
    padding: 4px;
    font-size: 20px;
    color: #1f7548;
    -webkit-box-shadow: inset 0 0px !important;
    box-shadow: inset 0 0px !important;
    border-radius: 4px 0 0 4px;
}

span.btn-search-full {
    font-size: .75em;
    color: #fff;
    padding: 0px;
    border: 0px;
    width:1%!important;
}

.navbar-form {
    padding: 0px; 
    margin-top: 0px;
    margin-bottom: 0px;
}

.full-grey-bg {
    display:none;
}

@media (max-width:991px) {
    .full-grey-bg {
        margin: 30px 0 0 0 ;
    }

    button.btn-search-full {
    height: 36px;
    }
}

.search-mobile .navbar-form {
    border-top: 0;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 15px 0 15px;
    margin-bottom:0px;
}

.search-mobile .input-group-addon {
    background-color: transparent;
}

.btn-search-toggle {
    cursor: pointer;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input::-webkit-input-placeholder {
    opacity: .8;
    color: #1f7548 !important;
    font-style: italic;
    font-size: 15px;
}

input::-moz-placeholder {
    opacity: 0.8;
    color: #1f7548 !important;
    font-style: italic;
    font-size: 15px;
}

input:-moz-placeholder { /* Older versions of Firefox */
    opacity: 0.8;
    color: #1f7548 !important;
    font-style: italic;
    font-size: 15px;
}

input:-ms-input-placeholder {
    opacity: 0.8;
    color: #1f7548 !important;
    font-style: italic;
    font-size: 15px;
}

.full-search > .input-group-addon > select.form-control {
    float: none;
    width: 127px;
}


.full-search > .input-group-addon > select.form-control {
    border-radius: 4px;
}

.full-search > .input-group-addon > select.form-control {
    float: none;
    width: 127px;
    padding: 0 2px;
    height: 32px;
    border-radius: 0px;
    margin-right: -2px;
    border: 1px solid #fff;
    box-shadow: none;
    padding: 4px;
    border-left: 2px solid #f1f1f1;
}

@media (max-width: 991px) {
    .search-input-addon {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .full-search > .form-control {
        height: initial;
    }
}

/*  ------------  */
/*  -- Footer --  */
/*  ------------  */

.social-box {
    text-align: left;
}

.app-box {
    text-align: right;
}


@media (max-width: 991px) {
    .social-box {
        text-align: center;
    }
}

#footer a:hover {
    text-decoration: none;
    color: #D4D2D2 !important;
}

#footer .short > i {
    margin: 0 10px 0 0;
}




/*  -----------------------------------------------------  */
/*  -- Old or imported need to check if need it or not --  */
/*  -----------------------------------------------------  */
.txt-ar {
	font-family: "Droid Arabic Kufi", Arial, sans-serif;
	font-size: 12px;
}

.home-intro p {
	font-size: 1.2em;
}

#footer li a {
	color: #888;
}

#footer li a:hover {
	color: #FFF;
	text-decoration: none;
}

.testimonial {
    margin-bottom: 40px;
}

.no-padding {
    padding: 0 !important;
}


.grey-area {
    background-color: #eee;
    padding-top: 20px;
    border-bottom: 5px solid #E8E6E6;
    border-top: 5px solid #E8E6E6;
}

.grey-area > .container > .row > .col-sm-6 > .row {
    margin-top: 10px;
}

.featureBox a,
.grey-area > .container > .row > .col-sm-6 > p:first-child > a {
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.5em;
    text-decoration: none;
}

.grey-area > .container > .row > .col-sm-6 > p:first-child > a:hover {
    color: #1f7549;  
}

.featureBox a,
.grey-area > .container > .row > .col-sm-6 > a {
    text-decoration: none;
}

.featureBox a.btn {
    color:#fff;
    font-size: 1em;
}

    .grey-area > .container > .row > .col-sm-6 {
        text-align: center;
        margin-top: 50px;
    }

        .grey-area > .container > .row > .col-sm-6 > .row > .col-md-12 > .row {
            margin: 15px 0;
            border: 1px solid #ddd;
            padding: 10px 0px;
            border-radius: 6px;
        }

.grey-area > .container > .row > .col-sm-6 > .row > .col-md-12 > .row h4,
.grey-area > .container > .row > .col-sm-6 > .row > .col-md-12 > .row p {
    margin: 0px;
    text-align: left;
}

.grey-area > .container > .row > .col-sm-6 > .row > .col-md-12 > .row p {
    font-size: 12px;
}

.grey-area > .container > .row > .col-sm-6 > .row > .col-md-12 > .btn {
    margin: 5px;
}

.featureBox > .col-sm-3 {
    margin-top: 50px;
    padding: 20px;
}

.featureBox > div.col-sm-3:nth-child(3) {
    background-color: #d2d2d2;
    color: #fff;
    border-radius: 4px;
}

.head {
    text-align: center;
}

.head p:first-child {
    color: #222;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 1.5em;
}

.head p:nth-of-type(2) {
    font-style: italic;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 15px;
}

.head p:nth-of-type(3) {
    font-style: normal;
    max-width: 450px;
    margin: 0 auto;
    font-weight: bold;
}

.head a {
    text-decoration: underline;
}

/* incresing the min width of the sub menu */
.dropdown-menu {
	min-width: 240px;
}

/* ### Templates ### */
/* GalleryImage */
.gallery {
        padding-top: 5px;
}

.gallery > div {
    padding-left: 2.5px;
    padding-right: 2.5px;    
}

.gallery > div > a > img {
    width: 100%;
    margin-bottom: 5px;
    max-width: 300px;
}

/* ImageBoxWithTitleAndText */

.image-box {
    margin-left: -8px;
    max-width: 250px;
    margin-bottom: 20px;
}

.image-box > img {
    width: 100%;
}

.image-box img {
    max-width: 100%;
}

.image-box h5 {
    word-break: break-word;
}

.image-box > .text {
    display: block;
    margin-top: -10px;
    text-align: justify;
}

/* ImageWithTitle */
.image-with-title {
    max-width: 300px;
}

.image-with-title > img {
    width: 100%;
}

.image-with-title > h4 {
    text-align: center;
}

/* the next CSS is auto generated, using the tool provided by the template 
 * preview page in (http://preview.oklerthemes.com/porto/3.3.1/) using the 
 * official KFSHRC green (#1f7548)
 */
h3,
h4,
h5 {
	color: #1f7549;
}

a {
	color: #1f7549;
}

a:hover {
	color: #248956;
}

a:active {
	color: #1a613c;
	
}

ul.nav-pills > li.active > a {
	background-color: #1f7549;
}

ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
	background-color: #1f7549;
	
}

.btn-primary,
.pagination > .active > a,
body.dark .pagination > .active > a {
	border-color: #1f7549 !important;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #1f7549;
	border-color: #1f7549;
}

.btn-primary:hover,
.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover {
	border-color: #248956;
	background-color: #248956;
}

.btn-primary:active,
.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.btn-primary:focus,
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus {
	border-color: #1a613c;
	background-color: #1a613c;
}

#footer .footer-ribbon {
	background: #1f7549;
}

#footer .footer-ribbon:before {
	border-right-color: #0f3923;
}

html.boxed .body {
	border-top-color: #1f7549;
}
.a#addAuthorizeAccess.btn.btn-sm.btn-primary
{
 border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  border-bottom-right-radius:5px !important;
}

button#prev.btn.btn-primary
{
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius:4px !important;
}
button#next.btn.btn-primary
{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius:4px !important;
}
button#today.btn.btn-default
{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius:0px !important;

}

/*** ADDED BY LAILA ***/
span[data-cal-date] {
  opacity: 1 !important;
  font-size: 15px !important;
}

.cal-day-inmonth .hijri {
  color:#0088cc !important;
}

.cal-day-inmonth .pull-left {
  color: #1f7548;
  font-weight: 600;
}

#cal-slide-content {
  background-image:none!important;
  background-color: #f3f3f3!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  color: #ccc!important;
}

#cal-slide-content a.event-item {
    color: #777!important;
}

.highcharts-axis {
  font-size: 20px;
}

#logo-print{
	display:none;
}
@media (width:1024px){
	.container{
		width:99%;
	}
}

@media (max-width:667px){
	.container{
		width:90%
	}
}

@media print {
#header, #e-Footer{
	display: none;
}

#logo-print{
	display:inline-block;
	margin-left: 25%;
}
		a[href]:after {
content: none !important;		
	}
}


/*** IE 9 FIXES ***/

.containerCanceled .row > span:nth-of-type(1) {
	display:inline\9;
}

.containerCanceled:first-child .row > span, .containerCanceled .row > span {
        display:none\9;

}

a.extra {
display:none!important;
}
.feature-box-icon i {
    line-height: inherit;
    font-size: 1.3em;
}

#headerAccount i:first-child {
  margin:0 5px;
}

.home-intro.home-intro-compact p {
    float: left;
    height: 33px;
    vertical-align: top;
    margin-right: -10px;
}

#logo-img
{
    cursor:pointer;
}

.breadcrumb a {
    color:#fff;
}

.news-content p {
    font-size: 1.3em;
}

.load-button {
    color: #1f7549;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin: 45px;
}

#header nav ul.nav-main li a {
    padding: 10px 6px;
}

@media (max-width: 736px) {
    .banner .navigation li, .nav-buttons, .banner {
        display: none;
    }
}

 .emptyContent
 {
     display:none;
 }


 _:-ms-input-placeholder, :root .dropdown-toggle > .caret {
     float: none;
     margin-top: 0;
 }

.kf-facebook {
    color:#3b5998;
}

.kf-facebook:hover {
    color: #8b9dc3;
}

.kf-twitter {
 color: #00aced
}

.kf-twitter:hover {
    color: #1dcaff;
}

.kf-linkedin {
    color: #0077b5;
}

.kf-linkedin:hover {
    color: #00A0DC;
}

.kf-youtube {
    color: #b31217;
}

.kf-youtube:hover {
    color: #e52d27;
}
.show-ipad {
    display:none!important;
}

@media (max-width:991px) {
.show-ipad {
    display:block !important;
}

#header nav ul.nav-main ul.dropdown-menu li > a {
    /*display: inline-block;*/
}

}

#footer .footer-copyright nav ul li {
    border-left: 2px solid #fff;
    display: inline-block;
    margin: 0;
    padding: 0 8px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.he-home img {
    width: 100%;
    margin: 10px auto;
}

.he-home {
    text-align: left;
}

.he-home .row {
    background: #ddd;
    border-radius: 10px;
    padding: 16px 10px 3px 10px;
    margin: 0 10px 10px 10px;
}

.he-home p {
    font-size: 12px;
}

.header-main-menu i.kf-bars {
    font-size: 1.5em;
}

.alphabet {
    text-align:center;
    margin: 0 0 25px 0;
}

a.alphabet {
    padding: 0px 9px;
    font-weight:bold;
    text-transform: uppercase;
    font-size: 1.4em;
}

p.alphabet {
    font-size: 1.5em;
    margin: 90px 0 0px 0;
    padding: 0px;
    color: #333;
}


@media print {
    .upper-foot, .middle-foot, .footer-copyright, .show-ipad.static.sharesm {
        display: none !important;
    }
}

.space-50 {
    display: block;
    height: 50px;
}