@charset "UTF-8";

body {
	overflow-x: hidden;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}


.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}


table#mfp_confirm_table {
	border-collapse: collapse;
    border: 1px solid #A2B4BD;
    background: #EFF2F3;
    width: 100%;
    margin-top: 20px;
}
table#mfp_confirm_table tr th {
    background-image: none;
    width: 300px;
    font-weight: bold;
    text-align: left;
    color: #525252;
    position: relative;
	white-space: nowrap;
	vertical-align: middle;
    border: 1px solid #A2B4BD;
    padding: 8px;
    box-sizing: border-box;
}
table#mfp_confirm_table tr:last-child th {
    background-image: none;
}
table#mfp_confirm_table tr td {
	vertical-align: middle;
    border: 1px solid #A2B4BD;
    background: #fff;
    padding: 8px;
    box-sizing: border-box;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(_images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC!important;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
.mfp_buttons{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}
#mfp_button_cancel{
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 140%;
    box-sizing: border-box;
    padding: 15px;
    width: 65%;
    max-width: 270px;
    margin: 50px 10px 0;
    background: #555;
}
#mfp_button_send{
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 140%;
    box-sizing: border-box;
    padding: 15px;
    width: 65%;
    max-width: 270px;
    margin: 50px 10px 0;
    background: #F18D00;
}
.mfp_buttons{
    margin: 40px 0;
    text-align: center;
}
@media screen and (max-width: 800px) {

	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		display: none;
	}
	ul#mfp_phase_stat li.mfp_active_phase {
	}
	ul#mfp_phase_stat li.mfp_inactive_phase {
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 100%;
	}
    #mfp_button_cancel{
        font-size: 120%;
        padding: 10px;
        width: 80%;
        margin: 30px 5px 0;
        display: block;
    }
    #mfp_button_send{
        font-size: 120%;
        padding: 10px;
        width: 80%;
        margin: 30px 5px 0;
        display: block;
    }
}
