﻿div#DeltaPageStatusBar {
    display: none;
}


@font-face {
  font-family: 'DroidArabicKufi';
  font-style: normal;
  font-weight: 400;
  src: url(/Custom/ar-sa/fonts/DroidKufiRegular.eot);
  src: url(/Custom/ar-sa/fonts/DroidKufiRegular.eot?#iefix) format('embedded-opentype'),
       url(/Custom/ar-sa/fonts/DroidKufiRegular.woff2) format('x-woff2'),
       url(/Custom/ar-sa/fonts/DroidKufiRegular.woff) format('woff'),
       url(/Custom/ar-sa/fonts/DroidKufiRegular.ttf) format('truetype');
}
.MainPlaceHolderDiv {
    background: rgba(255, 255, 255, 0);
}
main .PosR{
	display:none !important;
}
main .PosL{
	width:100%;
}
.SearchBox input[type="text"] {
	width: 100%;
    border: 0;
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    padding:15px;
    cursor: pointer;
    display: inline-block;
    }
    .SearchAndSort {
	    margin-top: 10px;
	    background: #615767;
	    padding: 15px;
}
.SearchBox input[type="text"]:focus{
	background: #e8e8e8;
}
.SortItem {
	background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    padding:14px;
    margin-right:10px;
    cursor: pointer;
    display: inline-block;
    }
span.SortIcon {
    background: #0c8676;
    color: #fff;
    padding: 0 10px;
    margin-left: 10px;
}
.SortItemActive {
    background: #2196F3;
    color: #ffffff;
    cursor: auto;
    transition: all 0.5s ease;
}

.CustomServiceCats ul {
    margin: 0;
    padding: 0;
}

	.CustomServiceCats .nav>li a{
    border: 0px
	}
.SearchAndSort .col-sm-6 {
    margin-top: 0;
}
@media (min-width: 1100px){
	.CustomServiceCats .nav>li a{
		transition: all 0.2s ease;
	}
	.CustomServiceCats footer .nav>li>a:focus {
    background-color: #b79d78;
    color: #fff !important;
	}
	.CustomServiceCats .nav>li>a:hover{
	
}
	.ServicesList .row {
	    display: flex;
	}
	.ServicesList .col-sm-4 {
	    display: flex;
	    min-height: 200px;
	    margin-bottom:15px;
	}
	
}
.ServiceBSBoxItem {
    margin-bottom: 30px;
}

.SearchBoxTermNotFound{
	display:none !important;
}


.SearviceBoxItem {
    -webkit-box-shadow: 1px 15px 96px 6px rgba(209,209,209,1);
    -moz-box-shadow: 1px 15px 96px 6px rgba(209,209,209,1);
    box-shadow: -5px -1px 13px 0px rgba(209,209,209,1);
    background: #fff;
    color: #464a53;
    padding: 20px;
    width: 100%;
    position:relative;
    transition: all 0.5s ease;
    padding-bottom: 38px;
    border-radius: 5px;
}
.SearviceBoxItem:hover {
    background: #ebebeb;
}
.cServiceName {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
    text-align: center;
}
span.ServiceBtn {
	padding: 8px 15px;
    display: inline-block;
    position: absolute;
    bottom: 8px;
    width: 47%;
    cursor: pointer;
    transition: all 0.5s ease;
    color: #FFF;
    }
.ServiceBtnDet{
    left: 2%;
}
.ServiceBtnLink{
	background-color:#615768;
	right:2%
}
.ServiceBtnDet:hover,.ServiceBtnLink:hover{
	padding-bottom:20px;
}
.HomeServiceBtns {
    text-align: center;
    font-size:14px;
    display:inline-block;
}
.HomeServiceOptions {
    text-align: center;
    position: absolute;
    left: 5px;
    top: -15px;
    display:none;
}
.HomeServiceOptions i {
    font-size: 16px;
    margin: 1px;
    background: #b79d78;
    padding: 7px 6px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    transition: all 0.5s ease;
}
.HomeServiceOptions i:hover {
    background: #b79d78;
    color: #fff;
    -webkit-box-shadow: 1px 15px 96px 6px rgba(209,209,209,1);
    -moz-box-shadow: 1px 15px 96px 6px rgba(209,209,209,1);
    box-shadow: 0px 0 0 0px rgba(209,209,209,1);
}
.HomeServiceCat {
    margin: 10px 0px 10px;
    text-align: center;
}
.HomeServiceLastUpdate {
    position: absolute;
    right: 0px;
    top: -10px;
    padding: 2px 7px;
    background: #b79d78;
    font-size: 11px;
    display:none;
}
.ServicesList {
    margin-top: 20px;
}
.ServiceBtn i{
	font-size:20px;
}
.HomeServiceIcon {
    font-size: 50px;
    margin-top: 30px;
    text-align: center;
    display:none;
}




@media (max-width: 767px){
	.CustomServiceCats .nav>li {
		clear:inherit
	}
	.CustomServiceCats .tab-content>.active {
    display: inline-block;
	}
	.nav-tabs>li>a {
    margin-left: 2px;
	margin-right:0;
	}
	.SearchAndSort .col-sm-6 {
    margin: 0;
    padding: 0;
	}
	.SortItem {
    width: auto;
    min-width:110px;
    display: inline-block;
    font-size: 10px;
    text-align: center;
	}
	.SortItem1 {
    width: 40%;
	}
	.HomeServiceIcon,.HomeServiceOptions,.ServiceBtn i {
    display: none;
	}
	.HomeServiceCat {
    margin: 10px 0px 0px;
    text-align: center;
	}
	.HomeServiceBtns {
    margin-top: 10px;
	}
	.SearviceBoxItem{
		margin-bottom:25px;	
	}
	
	
}





.LoadingBS.FullW {
    text-align: center;
}
.LoadingBS img {
    width: 50px;
}


.ClearRow {
    background: red;
    clear: both;
}

span.HomeServiceCatItem {
    margin: 1px;
    padding: 6px 10px;
    font-size: 16px;
    color: #fff;}

.ServicesCount {
    position: absolute;
    left: 0;
    top: 0;
    background: #b79d78;
    padding: 6px 20px;
    font-size: 14px;
    color: #fff;
    font-family: 'DroidArabicKufi';
    font-weight: normal;
    border-top-right-radius: 12px;
}
.HomeServiceSector {
    text-align: center;
}


.HideServiceBoxFilter{
	display:none !important;
	transition: all 0.5s ease;	
}
.ServicesListMainBox .LoadingBS{
	display:none;
}
.ServicesListCount {
    text-align: left; 
    margin-bottom: 25px;
    }
.EnSite .ServicesListCount {
    text-align: right; 
    margin-bottom: 25px;
    } 
.ServicesListCountSpan {
    background: #615766;
    padding: 5px 30px;
    color: #fff;
}
.ServicesListCountSpanSubCount {
    background: #6f6f6f;
    padding: 5px 30px;
    color: #fff;
    float: right;
    display:none !important;
}
.ServicesNoData {
    text-align: center;
    background: #fffee5;
    padding: 10px;
    margin-bottom: 20px;
    color: #545451;
    font-size: 13px;
}
.ServicesNoData,.ServicesListCountSpanSubCount{
	display:none;
}


div.SearviceModalHeaderTitle {
	font-size: 24px;
    margin-bottom: 10px;
    border-right: 5px #5a5a5a solid;
    padding-right: 7px;
    margin-right: 16px;}

.ServicesModalContent {
    margin: 20px 50px;
}
.ServiceModalTopIconsBox {
    background: #fff;
    padding: 12px;
    text-align: center;
    height: 100%;
}
.ServiceModalTopIconsBoxIcon {
    font-size: 35px;
    color:#b79d78;
}
.ServiceModalTopIconsBoxTitle {
    font-size: 18px;
}
.ServiceModalTopIconsBoxContent span {
    margin: 6px;
}
.ServiceModalTopIconsBoxContent {
    margin-top: 10px;
    font-size: 13px;
}
#btn-close-modal {
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-top: 20px;
    cursor: pointer;
    position: absolute;
    left: 50px;
    top: -16px;
}
.SearviceModalDesc {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.ColoredTitle{
	color:#dec5a1;
	margin-left:10px;
}
.FlexRow {
    width: 100%;
    display: flex;
}
.ServiceModalBodyContentBoxTitle {
    color: #ffffff;
    font-size: 15px;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    padding-bottom: 10px;
    background: rgb(183, 157, 120);
    text-align: center;
    padding: 10px;
}
.ServiceModalBodyContent {
    margin-top: 30px;
}
.ServiceModalBodyContentBoxBody {
    color: #fff;
    padding: 16px;
    font-size: 13px;
    
}
.ServiceModalBodyContentBox {
    height: 100%;
    background: rgba(0, 0, 0, 0.2196078431372549);
}
.HideOnLoad{
	display:none;
}

















.ServicePopupTopIconsBox {
    margin-bottom: 1px;
    text-align: center;
    color: #fff;
    padding: 4px 0px;
}
.ServicePopupTopIconsBoxIcon {
    font-size: 26px;
}
.ServicePopupupTopIconsBoxTitle {
    font-size: 16px;
}
a.StartService {
    text-align: center;
    display: block;
    margin-bottom: 5px;
    padding: 18px;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    background: #5a5a5a!important;
    border-radius: 4px;
        }
a.OpenTicketService {
    text-align: center;
    display: block;
    margin-bottom: 1px;
    padding: 11px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.ServiceDescMainBoxTitle {
    border-right: 3px #b5b5b5 solid;
    padding-right: 10px;
    font-size: 18px;
    margin-bottom:5px;
}
.ServiceDescMainBoxItem {
    margin-bottom: 20px;
}


#animatedModal{
	
	z-index:100000 !important
}
.ServicePopupTopIconsBox .col-sm-9,.ServicePopupTopIconsBox .col-sm-3 {
    margin-top: 0;
}
.ServiceIsuueLink {
    margin-bottom: 1px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background: #2fab99;
    padding: 10px;
}
.ServiceBtnLink a {
    color: #fff !important;
}
.ServiceDescMainBoxBodyUserManual a,.ServiceDescMainBoxBodyUserManual a:visited,.ServiceDescMainBoxBodyUserManual a:active,.ServiceDescMainBoxBodyUserManual a:focus,.ServiceDescMainBoxBodyUserManual a:hover {
    background: #5a5a5a;
    text-align: center;
    padding: 3px 5px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
}





.CustomServiceCats ul{
	border-bottom:0!important
}

.CustomServiceCats ul li{
    margin-bottom: 0!important;
    padding: 0px!important;
    margin-left:3px!important;
}
.CustomServiceCats ul li a{
    background: #615767;
    padding: 10px;
    color: #fff;
    display: inline-block;
    }
a.ServiceMainTabsCat.active {
    margin-top: -6px;
    padding: 13px;
    background: #2fab99;
    font-size: 20px;
    }
.CustomServiceCats ul li::before{
	 content: ""!important;
}
.EnSite .CustomServiceCats ul li{
    margin-right:3px!important;
	margin-left:0px!important;
    
}
.CustomServiceCats .tab-content{
	padding: 10px;
    color:#fff;
    width: 100%;

}
.CustomServiceCats .tab-content span{

    padding: 7px 10px;
    /*color: #fff;*/
    display: inline-block;
    cursor:pointer;
    }
.CustomServiceCats .tab-content span.ActiveSubCat{
    border-bottom: 2px #fff solid;
}


.form-input {
	position: relative;
	width: 100%;
	height: 40px;
	border: none;
	padding: 0 10px;
	box-shadow: none;
	outline: none;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}

/* Shutter */
.form-input.shutter {
	border: 2px solid rgba(0, 0, 0, .15);
	box-shadow: 0 20px 0 0 #d5d5d5 inset, 0 -20px 0 0 #d5d5d5 inset;
}
.form-input.shutter:focus {
	box-shadow: none;
	border-color: rgba(0, 0, 0, .3);
}

.form-input.shutter-in {
	border-bottom: 2px solid #fff;
	background: transparent;
}
.form-input.shutter-in:focus {
    box-shadow: 0 -50px 0 rgba(255, 235, 59, 0.2784313725490196) inset;
    border-bottom: 2px solid #fff;
}
span.ServiceBtn.ServiceBtnDet a {
	color:#fff
}


.ServiceModalComments {
    margin: 15px;
    background: #fff;
    box-shadow: 0 10px 16px #ddd;
    padding: 30px;
}
form#scommentsform{
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 22px 4px #dcdcdc;
}

@media only screen and (max-width: 768px) {
.ServiceModalComments {
    padding: 20px 0px;
}
form#scommentsform {
    padding: 20px 10px;
}
.ServiceModalCommentsRattingBox {
    margin-bottom: 20px;
}
}

span.opendayTit, span.CloseDayTit {
    margin: 0 7px;
}
.openday, .CloseDay {
    padding: 5px 10px 5px;
    margin-bottom: 4px;
    color: #2f2f2f;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgb(209 209 209);
    background: #fff;
}
.HistoryDay {
    margin: 10px 10px 0;
}
.table-responsive th {
background:#009688 !important;
}

.table-bordered {
border:0px solid #dee2e6 !important;
}
.table-responsive th {
    background: #008475!important;
}


/*eConsultation*/
.Custom-collapse table.table{
	display: table!important;
}
.Custom-collapse .panel-heading a {
    background: transparent!important;
    color: #000;
}
.Custom-collapse .panel-heading a i {
    margin-left: 10px;
}
.pro-Desc .btn-dark {
    width: 100%;
}
td.collapse-Hide {
    padding: 0;
}
.collapse-Hide div#collapse1, .collapse-Hide div#collapse2 {
    padding: 20px;
}
.collapse-Hide .row {
    padding: 10px;
    background: white;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 22px 4px #dcdcdc;
}
.panel-heading i {
    margin-left: 5px;
}
.collapse-Hide span.BigNumberDivIcon{
	font-size:25px;
}
/*End eConsultation*/


