.omBusyIndicatorContainer {
    position: relative;
}

.omBusyIndicatorLayer {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    opacity: 0.6;
}

.omBusyIndicator {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* change this path to theme image url when pushing to server */
    background-image: url("busyIndicator.gif");
    background-repeat: no-repeat;
    background-position: center center;
}
#PortalPopup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    z-index: 3000;
    display: none;
    background-color: rgba(0,0,0,.8);
	font-family: 'Roboto Condensed', sans-serif;
}
#PortalPopup .wrapperOuter {
    height: 100%;
    width: 100%;
    display: table;
}
#PortalPopup .wrapper {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
#PortalPopup .wrapperInside {
	position: relative;
	margin: 0 auto;
	padding: 40px 60px 15px 60px;
    max-width: 770px;
    background: #fff;
    box-shadow: 0 0 0 1px #E6ECF3;
	border-radius: 5px;
}
#PortalPopup .content {
	margin: 45px 0;
    color: #3C4858;
    font-size: 15px;
	font-family: 'Roboto', sans-serif;
}
#PortalPopup .content a {
	color: #00BCF2;
	transition: all 0.2s;
}
#PortalPopup .content a:hover {
	color: #8A8F9C;
}
#PortalPopup .header {
	margin: 40px 0 15px 0;
}
#PortalPopup .header h4 {
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	color: #00bcf2 !important;
	font-size: 23px !important;
	font-weight: normal !important;
	text-align: center;
	border-bottom: 1px solid #E6ECF3;
}
#PortalPopup .close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	line-height: 27px;
	text-align: center;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	color: #3C4858;
	border: 1px solid #3C4858;
	border-radius: 50%;
	transition: all 0.2s;
	font-weight:bold;
	cursor:pointer;
	text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
#PortalPopup .close:hover {
	text-decoration: none;
	color: #fff;
	background-color: #3C4858;
	opacity:1;
}

body.locale_ar #PortalPopup .close {
	left: 15px;
	right: auto;
}


#PortalPopup .content form {
	margin: 25px 100px;
	padding: 45px 45px 45px 45px;
    color: #8A8F9C;
    font-size: 13px;
	border: 1px solid #E6ECF3;
	border-radius: 5px;
	box-shadow: 0 0 5px 1px rgba(221,221,221,.8);
}
#PortalPopup .content form select {
	padding: 8px 20px;
	width: 100%;
	border: 1px solid #E6ECF3;
	border-radius: 5px;
	color: #3C4858;
    font-size: 15px;
	cursor: pointer;
	margin-top:10px;
}
#PortalPopup .content form select option {
	padding: 5px 20px;
	color: #3C4858;
    font-size: 15px;
}
#PortalPopup .content .btn {
	float: none;
	width: 100%;
}
#PortalPopup .content .info {
	margin:0 100px 15px 100px;
}
#PortalPopup .buttons {
	padding-top: 45px;
    margin-top: 25px;
    border-top: 1px solid #e6ecf3;
}
#PortalPopup .text-center {
	text-align:center;
}


body.locale_ar #PortalPopup .content form, body.locale_ar #PortalPopup .content .info {
	text-align: right;
}
@media (max-width: 767px) {
	#PortalPopup .content form {
		margin: 45px 0;
		padding: 45px 25px 45px 25px;
	}
	#PortalPopup .content .info {
		margin:0 0 15px 0;
	}
}
@media (max-width: 460px) {
	#PortalPopup .wrapperInside {
		padding: 40px 20px 15px 20px;
	}
	#PortalPopup .content form, body.locale_ar #PortalPopup .content form {
		text-align: center;
	}
	#PortalPopup .content form select {
		width: 100%;
	}
	#PortalPopup .content form .btn {
		float: none;
		margin-top: 20px;
		width: 100%;
	}
}
