/*DEFAULT SETTINGS */
.mbl_content {
	display: none;
}


 
		
	.modal-width{
		 width:800px !important;
	}  
	.left-col{
		width:33%;
	}
	.pannel_programs_list{
		width:60%; 
	}
	.mbl-page-title{
		color:#000000;
	}


/* MAIN CSS FOR MOBILE SCREENS*/
/*--------------------------------*/
@media (max-width:50em) {
	.faq_container{
   		color:white
	}
	.left-col{
		width:100%;
	}
	.pannel_programs_list{
		width:100%;
	}	
	#searchBtn{
		display:none;
	}
	.mbl_content {
		display: block;
	}
	.desk_content {
		display: none;
	}
	body{
		background: #3A4F0A url(/rare/assets/images/GenericBG_mbl.jpg);
	}
    .mbl-white{
	    color:white !important
    }
	
	.custom_mbl_foreground{
		color:#FFFFFF;
	}
      
	
	.central-body{
		width:100%;
	}
	.td_label, .td_label_manditory{
		min-width:88px;
	}
	
	.sameAsNextField{                /*  this will turn the arrow to point up as divs in MBL will stack  */
		-webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}

    .modal-width{
	    width:90% !important;
    }

	#topBarDiv {
		width: 260px;
		margin: auto;
		position: absolute;
		right: 20px;
		text-align: left;
		padding: 30px 22px;
		background: rgba(47, 89, 99, 1);
		border-radius: 22px;
		border: 2px solid #FFFFFF;
		top: 70px;
		z-index: 999999;
		font-size: 15px;
		vertical-align: middle;
		color: #FFFFFF;
	}

	#topBarDiv>img {
		display: inline-block;
		vertical-align: middle;
		margin-right: 7px;
		width: 45px;
	}

	#topBarDiv>label {
		font-size: 15px;
	}


	.content-box {
		background: none;
		width: 100%;
		margin: 8px auto;
		/* background-color:#F6F6EF; */
	}


	.nav-mbl {
		margin-bottom: 8px;
	}

	.nav-mbl>img {
		vertical-align: middle;
		margin-right: 7px;
	}

	.nav-mbl-action>img {
		width: 45px;
	}

	.gutter {
		padding-right: 0px;
	}


	.mblDetailsBtn {
		display: block;
	}

	.da-slider {
		width: 100%;
		min-width: inherit;
		min-height: 254px;
		margin-bottom: 8px;
	}

	.da-slide p {
		width: 100%;
	}


	#currentOrderPageTitle {
		height: 110px;
		padding-left: 40px;
		background: url(/assets/images/ico_cart_basket_white.png ) no-repeat;
		background-position: left;
		background-size: 30px 30px;
	}

	.liteBackground {
		background-color: #F6F6EF;
	}

	.liteBackground TR>TD {
		color: #000000;
		font-size: 11px;
		white-space: normal;
	}

    .ghost_title{
	  font-size:20px;  
    }

    .ghost_title_lg{
	  font-size:30px;  
    }

    .ghost_title_med{
	  font-size:17px;  
    }

	.ui-btn {
	   /*	background-color:rgba(54, 146, 12, 0.7)*/
	}


}



.wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99998;
}

#loading_screen {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 99997;
	margin: 0px;
}

.loading_txt {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	line-height: 100px;
	text-align: center;

}

#nav-toggle span {
	position: absolute;
	right: 10px;
	top: 26px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 33px;
	background: white;
	position: absolute;
	display: block;
	content: '';
}

#nav-toggle span:before {
	top: -10px;
}

#nav-toggle span:after {
	bottom: -10px;
}

.HideMenu {
	display: none;
}

.menuDiv {
	height: 10px;
	vertical-align: middle;
	float: right;
	display: inline-block;
	z-index: 9999999;

	margin-right: 14px;
	text-align: right;
}




@media only screen and (max-width: 700px) {
	.left-col{
		width:100%;
	}
	.pannel_programs_list{
		width:100%;
	}
	.mbl-page-title{
		color:#FFFFFF;
	}
}
@media only screen and (max-width: 350px) {
	.orgName {
		display: none;
	}
}

@media only screen and (max-width: 450px) {
	#orgNameTxt {
		font-size: 18px;
		line-height: 8px;
	}
}

@media only screen and (max-width: 350px) {
	#orgNameTxt {
		font-size: 15px;
		line-height: 8px;
	}
}
