#keml__container-form {
	padding-top: 15px;
}

.keml__container {
	padding-bottom: 15px;
}

.keml__title {
	padding-bottom: 10px;
}

.keml__row {
	margin-left: -15px;
	margin-right: -15px;
}

.keml__flex-spacebetween {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}

.keml__flexee {
	width: 50%;
	box-sizing: border-box;
	padding-left: 15px; 
	padding-right: 15px;
}

.keml__input {
	width: 100%;
	padding: 5px 15px !important;
	border-radius: 0 !important;
}

.keml__helper-text {
	font-size: 12px; 
	font-weight: bold;
}

.keml__flex-single {
	width: 100%; 
	margin-bottom: 15px;
}

#keml__info-btn, 
#keml__submit-btn {
	border-radius: 0; 
	background-color: #436890;
}

@-webkit-keyframes spinnerz {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes spinnerz {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

#keml__ajax-loader-ui {
	display: none;
}

#keml__ajax-loader-ui img {
	width: 64px; 
	height: 64px;
	animation: spinnerz .6s linear infinite;
}

#keml__ajax-response-ui {
	display: none;
	text-align: center;
	padding: 15px;
	border: 1px solid #008000;
	background-color: rgba(0,128,0,.1);
	margin-bottom: 30px;
	color: #008000;
}

.keml__clearfix:after {
	clear: both;
}

.keml__clearfix:before,
.keml__clearfix:after {
	display: table;
    content: " ";
}

.keml__submit-btn--disabled {
	border: 1px solid #999 !important;
    pointer-events: none;
    cursor: default;
    background-color: #d7d7d7 !important;
    color: #999 !important;
}

.keml__btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	text-decoration: none !important;
	color: #fff;
}

.keml__btn:hover {
	color: #fff;
}

.keml__btn-lg {
	padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}