	@keyframes fadeIn{
		from{opacity: 0;transform: scale(1.5);}
		to{opacity: 1;transform: scale(1);}
	}
	.loading{
		opacity: 0;
		animation: fadeInBig 0.5s 1s linear forwards;
		-webkit-animation: fadeIn 0.5s 1s linear forwards;
	}
	li{
		list-style-position: inside;
	}
	.checkbox-inline{
		margin-right:1em;
	}
	
	.chosedate label {
		display: block;
	}
	.chosedate select {
		border: 1px solid #DADADA;
		color: #333;
		height: 30px;
		outline: 0 none;
		padding: 3px 3px 3px 5px;
		width: 60%;
		font-size: 18px;
		box-shadow: inset 0px 1px 4px #ECECEC;
		-moz-box-shadow: inset 0px 1px 4px #ECECEC;
		-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
		font-weight: normal;
	}
	.chosedate .button {
		background: #0E76BC;
		border: none;
		padding: 10px 25px 10px 25px;
		color: #FFF;
		box-shadow: 1px 1px 5px #B6B6B6;
		border-radius: 3px;
		cursor: pointer;
	}
	.chosedate .button:hover {
		background: #0E76BC;
		color:#FFF;
	}
	.chosedate .button-group input {
		display: none;
	}
	.chosedate .button-group label {
		background-color: #F4F4F4;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		color: #333333;
	}
	.chosedate .button-group label .fa-check {
		color: #E6E6E6;
	}
	.chosedate .button-group input:checked + label, .chosedate .button-group input:checked + label:active {
		background-color: #0E76BC;
		cursor:pointer;
		color: #FFFFFF;
	}
	.chosedate .button-group input:checked + label .fa-check, .chosedate .button-group input:checked + label .fa-check:active {
		color: #a8d324;
	}
	.oee33button img{
		width:120px;
		height:80px;
		float:right;
	}
	.schoolpanel{
		font-size:19px;
		line-height:1.8em;
	}

	option:disabled {
background: #cccccc;
}
	


.oeeform{
	background: #cae9fa;
}

.oeepanel {
    background-color: #fff;
    border: 1px solid #428bca;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.oeepanel-head{
    color: #fff;
    background-color: #428bca;
    padding: 10px 15px;
    border-bottom: 1px solid #428bca;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.oeepanel-head h1{
	font-size:2rem;
	line-height:2.8rem;
	margin-top: 8px;
}
.oeepanel-head p{
	margin: 0;
}
.myformrow {
}

.mylabeltext {
    padding: 7px 10px 0 0;
    text-align: right;
}

.btn-outline-primary{
	color:#333333 !important;
	background:#e9f5ff;
	border-color: #aad1f2;
}

.btn-outline-primary:hover{
	background-color:#0d6efd !important;
	color: #ffffff !important;
}


.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color) !important;
}

.control50{
	width:50%;
}

#country2 , #comeother{
	margin-top:10px;
}

.btn-with-x {
position: relative;
}

.btn-with-x::after {
	content: '×';
	position: absolute;
	top: -5px;
	right: -2px;
	font-size: 0.8rem;
	line-height:0.8rem;
	color: #dc3545;
	font-weight: bold;
	background:#ffffff;
	display: none;
	border:1px solid #0d6efd;
	border-radius: 5px;
	padding:0 3px;
}

.btn-with-x.active::after {
	display: block;
}

.btn-radio-x {
	position: relative;
}
.btn-radio-x::after {
	content: '×';
	position: absolute;
	top: -5px;
	right: -2px;
	font-size: 0.8rem;
	line-height:0.8rem;
	color: #dc3545;
	font-weight: bold;
	background:#ffffff;
	display: none;
	border:1px solid #0d6efd;
	border-radius: 5px;
	padding:0 3px;
}
.btn-radio-x.selected::after {
	display: block;
}

.btn-mb {
  position: relative;
}

.btn-mb.selected::after {
	content: '×';
	position: absolute;
	top: -5px;
	right: -2px;
	font-size: 0.8rem;
	line-height:0.8rem;
	color: #dc3545;
	font-weight: bold;
	background:#ffffff;
	display: none;
	border:1px solid #0d6efd;
	border-radius: 5px;
	padding:0 3px;
}

.btn-mb.selected::after {
	display: block;
}

.btn-mt{
	margin-top:10px;
}


.justagree{
	border:1px solid #e1e1e1;
	border-radius:10px;
	padding:15px 25px;
	background:#f3f3f3;
}

.codeinput{
	position:relative;
}

#checkVerify {
    position: absolute;
    top: 6px;
    left: 5px;
    width:10px;
}

.codeinput input{
	width:250px;
	padding-left: 28px;
}



@media (max-width: 767px) {
		.oeepanel-head h1{
			font-size:1.4rem;
		}
		.control50{
			width:100%;
		}
		.mylabeltext{
			text-align:left;
		}
		.schoolpanel{
			font-size:16px;
			line-height:1.5em;
		}
		.btn-mb{
			margin-bottom:10px;
		}
		#country2 , #comeother{
			margin-top:0;
		}

		.codeinput input
		{
			width:100%;
		}


	}