/* Utility Classes */
.left {
	float: left;
}
.right {
	float: right!important;
}
.clear {
	clear: both;
}

.overlay .preLoader {
	width: 100px;
	height: 100px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
}
.overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;	
}
.overLayInPlace {
	width: 77px;
	position: absolute;
	top: 1px;/*z-index: 1;*/
}


.overLayInPlace {
	background: #F1F5F8;
}
.overlay {
	background: rgba(0, 0, 0, 0.5);
	background: url("images/overlayBkgd.png");
    z-index: 9999;
}

/*************** Dynamic Popup Plugin ************/
.popAlert {
	border: 1px solid #646464;
	background: #fff;
    z-index: 9999;
}
.popAlert p {
	color: #474747;
}

.popHeader {
	font-family: Tahoma, Arial,sans-serif !important;
    font-size: 15px !important;
    height: 30px;
    border-radius: 3px 3px 0px 0px;
    position: absolute;
    top: -1px;
    left: 0px;
    line-height: 30px !important;
    font-weight: normal !important;
    width: 100%;
    text-align: left !important;
}

h2.error { 	
    color: #ffffff;
    background: #5174b4; /*#c01933;*/
}

h2.warning { 	
	color: #ffffff;
	background: #5174b4; /*#f4bb1c;*/
}

h2.info { 	
	color: #ffffff;
	background: #5174b4; /*#003366;*/
}

h2.success {  	
	color: #ffffff;
	background: #5174b4; /*#00b019;*/
}

h2.prompt { 	
	color: #ffffff;
	background: #5174b4; /*#003366;*/
}

.popupButton {	
}
.defaultBtn {
	background: url("images/button_background.png") no-repeat 0 -23px #036;
	color: #FFF;
}


.closePopup {	
	background: url("images/close_icon.png") no-repeat;
    background-size: auto auto;
    position: absolute !important;
    top: 5px;
    background-size: contain !important;
    display: inline-block !important;
    margin-left: -2px;
    /*margin-right: 2px;*/    
}


.contentDiv { 
	max-height: 250px;
    min-height: 50px;
    overflow-y: auto;
    padding-left: 45px;
    width: 100%;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px !important;
    line-height: 20px;
    background: #ffffff;
    border-radius: 0px 0px 3px 3px;
    margin-top: 20px;
    text-align: justify;
}
.contentDivLarge {
	height: auto;
	overflow: auto;
}
.popAlert {
	padding: 14px;
	position: fixed;
	top: 50%;
	left: 50%;
}
.popAlert h2 {
	font-size: 12px;
	font-family: Tahoma;
	line-height: 20px;
	padding-left: 25px;
	margin: 0;
}
.popAlert h2.general {
	font-size: 12px;
	font-family: Tahoma;
	line-height: 20px;
	padding-left: 0px;
	margin: 0;
	font-weight: 700;
}
.popAlert p {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 6px;
	font-family: Tahoma;
}
.popSeparator {
	height: 10px;
}
.popupButton {
	width: 100px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    margin-left: 10px;
    font-size: 12px;
}
.defaultBtn {
	margin-left: 0;
}
.yesNoBtnContainer, .okBtnContainer {
	/*width: 236px;*/
    width: 100%;
	margin: 10px auto 0;
}
.okBtnContainer {
	width: 113px;
}
.closePopup {
	text-decoration: none;
	font-weight: 700;
	text-indent: -99999px;
	width: 16px;
	height: 16px;
	display: block;
}



/*************** Dynamic Popup Plugin ************/


/*START: Alacarte Changes : UI changes for popup look and feel: Fix defect 13164 and 13272  */
.popUpIcon {
    width: 47px;
    height: 47px;
	color: #f4bb1c;	
	background-size: contain;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 25px;
	margin-top: 15px;
	margin-right: 6px;	
}
.errorIcon {
	background: url("images/error_popup_icon.png") no-repeat center center;
	
}
.warningIcon {
	background: url("images/warning_popup_icon.png") no-repeat center center;	
}
.infoIcon {
	background: url("images/info_popup_icon.png") no-repeat center center;	
	
}
.successIcon {
	background: url("images/success_popup_icon.png") no-repeat;
	
}
.dividerLinePopup { /* Removed margin-bottom. */
	border-bottom: 1px solid #cccccc;
    margin-top: 5px;
    width: 100%;
    position: relative;
}

.secondaryBtn {	/* Removed font-size. Updated padding. */
	background-color:#62a2e2;
	color: #ffffff;
	padding: 4px 10px 6px 10px;
}

.secondaryBtnMouseOver { /* Added outline. */	
	background-color: #005ab4 !important;	
	color: #ffffff !important;
	outline: 0px;
	/*font-size: 10px;*/
	/*padding:7px 10px 8px 10px;*/
}
.ancillaryBtn {	/* Removed font-size. Updated padding.*/
	background-color:#ffffff;
	border: 1px solid #005ab4;
	color: #005ab4;
    padding: 3px 9px 5px 9px;
}

.ancillaryBtnMouseOver { /* Updated background color, and color. Added border. */		
	background-color: #ffffff !important;
   color: #003366 !important!;
   border: 1px solid #003366 ;
}
/*END: Alacarte Changes : UI changes for popup look and feel: Fix defect 13164 and 13272  */

