﻿* {margin:0; padding:0;}

/*html, body, #popup_wrap {height:100%; margin-bottom:1px}*/

body > #popup_wrap, body > .popup_wrap {height:auto; min-height:100%}

#popup_wrap, .popup_wrap {background:#FFF; display:block; overflow:hidden}
#popup_main, .popup_main {padding-bottom:38px; position:relative}  /* must be same height as the footer */
#popup_main .content, .popup_main .content {padding:10px 0 10px 10px}
.content2 {padding:10px}
#popup_footer, .popup_footer {
	position:fixed;
	bottom:0;
	margin-top:-38px; /* negative value of footer height */
	height:38px;
	clear:both;
	width:100%;
	/*display:inline;*/
	display:block;
	/*border-top:1px solid #444;*/
	background:url(../../Images/page/bg_white_trans_40.png);
	text-align:right;
}

/*.popup_footer-new {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
}*/
.viewmessage-popup #popup_main div[id$="divEditMessage"].content2 {
	padding-bottom: 32px !important;
}

.RadWindow .rwWindowContent iframe {
	height: calc(100% + 5px) !important;
}

.popup_messages {line-height: 1.6em}
.popup_messages .message_success {border-bottom: 1px solid #53B847; background: #E6F9E6; color: #269700; padding: 10px}
.popup_messages .message_error {border-bottom: 1px solid #C43C3C; background: #FBECEC; color: #C43C3C; padding: 10px}
.popup_messages .message_info {border-bottom: 1px solid #059AE2; background: #EAF9FF; 	color: #059AE2; padding: 10px}
.popup_messages .message_warning {border-bottom: 1px solid #C7AA38; background: #F9F7D9; color: #796B39; padding: 10px}
.popup_messages .validationsummarybox {border-bottom: 1px solid #C43C3C; background: #FBECEC; color: #C43C3C; padding: 10px}

/* Popup Containers */
/*.container_poslookup {width:750px; max-width:750px !important; max-height:250px !important}*/ /* RadWindow W=785 H=555 */
.container_editsite /*{width:550px; max-width:550px !important}  RadWindow W=590 H=500 */
.container_editsitetype {width:320px; max-width:320px !important} /* RadWindow W=355 H=220 */

.container_editsite .primeroManageRegions-info table {
	width: 100%;
}

	.container_editsite .primeroManageRegions-info table tr td {
		padding-bottom: 5px;
	}

		.container_editsite .primeroManageRegions-info table tr td > span > br {
			display: none;
		}

.RadForm.rfdTextbox .primeroManageRegions-info input[type="text"].rfdDecorated {
	width: 100% !important
}

	.RadForm.rfdTextbox .primeroManageRegions-info input[type="text"].rfdDecorated + span {
		display: none;
	}
/* RadWindow W=355 H=220 */
container_edituser {width:750px; max-width:750px !important} /* RadWindow W=785 H=555 */
.container_editregion {width:550px; max-width:550px !important} /* RadWindow W=590 H=430 */
.container_dataexchangeattr {width:450px; max-width:450px !important} /* RadWindow W=485 H=400 */
.container_dataexchangeschedule {width:415px; max-width:415px !important} /* RadWindow W=450 H=400 */
.container_editstaff {width:750px; max-width:750px !important} /* RadWindow W=735 H=555 */
.popup_footer {
	background: none !important;
	border: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
