body {
	font-family: 'Open Sans', sans-serif;
	background: #025585;
	color: #fff;
}
.section-title {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.section-title h3 {
	font-size: 28px;
	font-weight: 600;
}
.form-section {
	float: left;
	width: 100%;
}
.form-section .form-group input {
	width: 100%;
	border-top: none;
	border-bottom: solid 1px #000;
	border-left: none;
	border-right: none;
}
.form-section .form-group label {
	margin-top: 20px;
	margin-bottom: -5px;
	margin-right: 4px;
	font-weight: 700;
}
.form-section .form-group {
	display: flex;
}
.form-section .form-group-wrapper .form-group {
	float: left;
	width: 75%;
	margin-right: 10px;
}
.form-section .form-group-wrapper .form-group.date {
	width: 24%;
	margin-right: 0px;
}
.directions {
	float: left;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 10px;
}
.directions p {
	color: #2b2b2b;
	font-size: 15px;
}
.radio-buttons-info input {
	position: relative !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 8px;
	box-sizing: content-box;
	overflow: hidden;
}
.radio-buttons-info input:before {
	content: '';
	display: block;
	box-sizing: content-box;
	width: 14px;
	height: 14px;
	border: 1px solid #b1b1b1;
	transition: 0.2s border-color ease;
}
.radio-buttons-info input:checked:before {
	border-color: #099689;
	transition: 0.5s border-color ease;
}
.radio-buttons-info input:disabled:before {
	border-color: #ccc;
	background-color: #ccc;
}
.radio-buttons-info input:after {
	content: '';
	display: block;
	position: absolute;
	box-sizing: content-box;
	top: 50%;
	left: 50%;
	transform-origin: 50% 50%;
	background-color: #12CBC4;
	width: 16px;
	height: 16px;
	border-radius: 100vh;
	transform: translate(-50%, -50%) scale(0);
}
.radio-buttons-info input[type="checkbox"]:before {
	border-radius: 4px;
}
.radio-buttons-info input[type="checkbox"]:after {
	width: 14px;
	height: 14px;
	border-radius: 0;
	/* transform: translate(-50%, -85%) scale(0) rotate( 
45deg
 ); */
	background-color: #fd0e0e00;
	/* box-shadow: 4px 4px 0px 0px #585858; */
	background: #099689;
	border-radius: 50px;
	top: 13px;
}
.radio-buttons-info input[type="checkbox"]:checked:after {
	/*-webkit-animation: toggleOnCheckbox 0.2s ease forwards;*/
	animation: toggleOnCheckbox 0.2s ease forwards;
}
.radio-buttons-info input[type="checkbox"].filled:before {
	border-radius: 50px;
	transition: 0.2s border-color ease, 0.2s background-color ease;
}
.radio-buttons-info input[type="checkbox"].filled:checked:not(:disabled):before {
	background-color: #ffffff;
}
/*input[type="checkbox"].filled:not(:disabled):after {
	box-shadow: 4px 4px 0px 0px white;
}*/
@-webkit-keyframes toggleOnCheckbox {
 0% {
 opacity: 0;
 transform: translate(-50%, -85%) scale(0) rotate(45deg);
}
 70% {
 opacity: 1;
 transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
}
 100% {
 transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
}
}
@keyframes toggleOnCheckbox {
 0% {
 opacity: 0;
 transform: translate(-50%, -85%) scale(0) rotate(45deg);
}
 70% {
 opacity: 1;
 transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
}
 100% {
 transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
}
}
@-webkit-keyframes toggleOnRadio {
 0% {
 opacity: 0;
 transform: translate(-50%, -50%) scale(0);
}
 70% {
 opacity: 1;
 transform: translate(-50%, -50%) scale(0.9);
}
 100% {
 transform: translate(-50%, -50%) scale(0.8);
}
}
@keyframes toggleOnRadio {
 0% {
 opacity: 0;
 transform: translate(-50%, -50%) scale(0);
}
 70% {
 opacity: 1;
 transform: translate(-50%, -50%) scale(0.9);
}
 100% {
 transform: translate(-50%, -50%) scale(0.8);
}
}
.radio-buttons-info input:focus {
	outline: 0;
}
.row-box {
	float: left;
	width: 100%;
	display: flex;
}
.radio-buttons-info {
	float: left;
	width: 100%;
}
.radio-buttons-info ul {
	padding: 0px;
	margin: 0px;
}
.radio-buttons-info ul li {
	list-style: none;
}
.radio-buttons-info ul li input {
	margin: 0px;
	vertical-align: middle;
}
.radio-buttons-info ul li span {
	font-size: 14px;
}
.radio-buttons-wrapper h3 {
	font-size: 15px;
	font-weight: bold;
	color: #fff100;
}
.col-md-1.border-wrapper:last-child {
	border: none;
}
.last-total h3 {
	text-align: center;
}
.border-wrapper {
	padding-top: 15px;
	padding-bottom: 10px;
}
.total-no input.input-groups {
	width: 100%;
	border: solid 1px #c3c3c3;
	text-align: center;
	width: 38px;
	font-weight: bold;
	color: #123b7a;
}
.total-no input.input-groups:focus {
	outline: 0;
}
.form-section .form-group input:focus {
	outline: 0;
}
.box-section {
	float: left;
	width: 100%;
	margin-bottom: 29px;
}
.source-info {
	float: left;
	width: 100%;
}
.source-info p {
	font-size: 15px;
	margin-bottom: 0px;
}
p.note-info {
	margin-top: 11px;
	margin-bottom: 16px;
}
.sixteen-wrapper {
	float: left;
	width: 100%;
}
.sixteen-wrapper .sixteen-title {
	display: flex;
}
.sixteen-wrapper .sixteen-title h3 {
	margin-left: 20px;
	margin-top: 59px;
	font-size: 28px;
	font-weight: 600;
}
.sixteen-box {
	float: left;
	width: 100%;
	display: flex;
	border: solid 1px #c3c3c3;
}
.no-wrapper {
	position: absolute;
	top: 7px;
	left: 8px;
}
.no-wrapper span {
	background: #000;
	width: 26px;
	height: 26px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 17px;
}
.wrapper-texts {
 center -text:;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.wrapper-texts p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 25px;
}
.last-section {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.last-section .form-section {
	max-width: 50%;
}
.last-section p {
	width: 100%;
	float: left;
}
.last-section .form-section .form-group label {
	margin-top: 8px;
	margin-bottom: -6px;
	margin-right: 4px;
	font-weight: 700;
	font-size: 15px;
}
.result-views {
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 16px;
}
.result-views span {
	background: #000000;
	display: inline-block;
	padding: 5px 44px;
	color: #fff;
	cursor: pointer;
}
.result-views span:hover {
	background: #2f2b2b;
}
 @media only screen and (max-width: 767px) {
.row-box {
	display: inline-block;
}
.total-no {
	text-align: center;
}
.total-no input.input-groups {
	max-width: 110px;
	margin-top: 13px;
	margin-bottom: 9px;
	height: 41px;
}
.sixteen-wrapper .sixteen-box .col-md-4.border-wrapper {
	max-width: 100%;
	width: 100%;
	border: none;
}
.sixteen-box {
	display: inline-block;
	padding: 20px;
}
.sixteen-wrapper .sixteen-title h3 {
	margin-left: 20px;
	margin-top: 39px;
	font-size: 18px;
	font-weight: 600;
}
.sixteen-wrapper .sixteen-title {
	margin-bottom: 24px;
}
.box-section .row-box .border-wrapper {
	margin-bottom: 9px;
	float: left;
	width: 100%;
	border-bottom: solid 1px #c3c3c3;
	border-right: none;
}
.box-section .row-box .col-md-1.border-wrapper {
	border-bottom: none;
}
.last-section .form-section {
	max-width: 70%;
}
}
