@charset "UTF-8";

.mm-menu .mm-navbar__title{
	width: 100% !important;
	display: block;
	flex: 0 0 100%;
	padding-left: 12px;
	padding-right: 12px;
}
.mheader{
	backgroud-color:blue !important;
	font-size:16px;
	font-weight:bold ;
	color: #fff;
	text-align: left;
	position: relative;
	padding: 11px 0;
}
.mmodal-close{
	position: absolute;
	right: -10px;
	top: 11px;
}
.form-1 h2, .form-2 h2{
	font-family: 'Prompt';
	font-size: 1.1em;
}
.form-1 h2 a{
	color: #0867B2 !important;
	font-size: 16px;
}
.marea-input input{
	width: 60% !important;
}
.ui.form .marea-input .field>.selection.dropdown{
	width: 38%;
	display: inline-block !important;
}
.form-2{
	border-top: 1px solid #BBC7D0;
	border-bottom: 1px solid #BBC7D0;
	margin: 15px 0;
	padding: 15px 0;
}
.form-2 img.area-preview{
	display: block;
	margin: auto;
	margin-bottom: 25px;
}
.form-2 ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.ui.form.form-2 .field>label{
	position: relative;
	display: block;
	color: #0867B2;
	background-color: #F6FAFD;
	border: 1px solid #AFB6BC;
	text-align: center;
	padding: 10px 18px;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
}
.ui.form.form-2 .field>label a{
	position: absolute;
	right: -20px;
}
.form-2 input{
	width: 32% !important;
}
.ui.form.form-2 .field>.selection.dropdown{
	display: inline-block !important;
	width: 34.5%;
}
.form-2 .msubtotal-area{
	font-weight: 700;
	text-align: right;
	margin: 25px 0;
	font-size: 16px;
}
.form-2 .msubtotal-area span{
	font-weight: 400;
	display:inline-block;
	margin-left: 15px;
}
.form-2 .area-list-add a{
	display: block;
	color: #0867B2;
	border: 1px solid #0867B2;
	text-align: center;
	padding: 10px 18px;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
	width: 100% !important;
}
.form-2 .calculate-list-add a{
	width: 100% !important;
	display: block;
	text-align: center;
	padding: 10px 18px;
	background-color: #2185D0;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 20px;
	font-size: 15px;
}
.form-2 .calculate-list-add a:hover{
	color: #fff;
}
.form-2 .area-total{
	text-align: center;
	padding: 10px 18px;
	background-color: #F4F9FC;
	font-size: 16px;
}
.form-2 .area-total span{
	font-weight: 700;
	color: #0867B2;
}
.remark{
	margin-top: 23px;
	margin-bottom: 30px;
}
.remark label{
	font-weight: 700;
}
.remark table{
	width: 100%;
	margin-bottom: 20px;
}
.remark ul{
	padding-left: 1.3em
}
.mactions .total-item{
	text-align: center;
	padding: 10px 18px;
	background-color: #F4F9FC;
	font-size: 16px;
	margin-bottom: 20px;
}
.mactions .total-item span{
	font-weight: 700;
	color: #0867B2;
}
.mactions .cal-button,
.mactions .submit-button{
	display: block;
	width: 100%;
	padding: 10px 18px;
	font-size: 15px;
	border-radius: 5px;
	background-color: #2185D0;
	border: 0;
	margin-bottom: 20px !important;
	color: #fff;
}
.mactions .re-calculate{
	width: 100%;
	padding: 10px 18px;
	font-size: 15px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #2185D0;
	margin-bottom: 20px;
	color: #2185D0;
}
@media (max-width: 600px)  {
	.ui.form.form-2 .field>.selection.dropdown{
		width: 33%;
	}
}