@charset "utf-8";
/* CSS Document */

/**form placeholder**/
.form_placeholder fieldset {padding:0;margin:0 !important;border:none;}
.form_placeholder fieldset .mb-3 {width:46%;display:inline-block;margin:15px 1%;}
.form_placeholder fieldset .mb-3:last-child {width:96%;}
.form_placeholder .form-label {padding:6px 0px;display:none;margin-left:15px;color:#6c6c6c;}
	.form_placeholder .text-muted {width:0px;display:none;}
	.form_placeholder .text-muted::before {width:0px;content:'';}
.form_placeholder .form-control {width:100%;height:3.5em;padding:10px 15px;border:none;box-sizing:border-box;background-color:#f4f6f9;font-size:1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}
	.form_placeholder .form-control::placeholder {color:#4e4e4e;opacity: 1;font-family: Arial, Helvetica, sans-serif;font-size:1.2em;font-style:normal;}
	.form_placeholder .form-control:-ms-input-placeholder {color:#4e4e4e;opacity: 1;font-family: Arial, Helvetica, sans-serif;font-size:1.2em;font-style:normal;}
	.form_placeholder .form-control::-webkit-input-placeholder{color:#4e4e4e;opacity: 1;font-family: Arial, Helvetica, sans-serif;font-size:1.2em;font-style:normal;}
.form_placeholder input {}
.form_placeholder textarea {min-height:200px;}
.form_placeholder .form-check {width:49%;display:inline-block;}
.form_placeholder .form-actions button {min-height:2rem;padding:12px 45px;border:none;font-size:1em;text-transform:uppercase;font-weight:bold;font-family: "Open Sans", sans-serif;
	background: -webkit-linear-gradient(#b7cb98 0%, #b7cb98 100%);
	background: -o-linear-gradient(#b7cb98 0%, #b7cb98 100%);
	background: linear-gradient(#b7cb98 0%, #b7cb98 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}
.form_placeholder .form-actions button:hover {margin-top:-1px;color:#ffffff;
	background: -webkit-linear-gradient(#405325 0%, #405325 100%);
	background: -o-linear-gradient(#405325 0%, #405325 100%);
	background: linear-gradient(#405325 0%, #405325 100%);}

@media only screen and (max-width:768px) {}

label[for="akID[100][atSelectOptionValue]"], label[for="akID[98][atSelectOptionValue]"], label[for="akID[45][atSelectOptionValue]"], label[for="akID[55][atSelectOptionValue]"], label[for="akID[50][atSelectOptionValue]"] {display:block !important;}
