.form-inline {  
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline label {
  margin: 5px 10px 5px 0;
}

.form-inline input,select {
  vertical-align: middle;
  margin: 5px 10px 5px 0 !important;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  height: 52px !important;
}

.footer-tagline{width: 100% !important;}
.title_container{
	display:flex;
	justify-content:center;
	padding:10px;
}
.page_title{
	font-size: 32px;
	font-weight:600;
	color: #000;
}
.ddw-class{
	display:flex;
	justify-content:center;
	background: #02506b;
    padding: 70px;
    color: #fff;
    margin-bottom: 20px;
	margin-top: 30px;
	font-weight: 600;
}
.sbutton{
/* 	display: flex;
    align-items: end;
    margin-top: 2px;
    margin-bottom: 5px;
    justify-content: center;     */
	position: relative;
	top: 42px;
}
.submit_button, .cer_submit_button, .cme_submit_button{
	display: inline-block;
	border: 2px solid transparent;
	font-size: 16px;
	font-weight: 600;
	fill: #fff;
	color: #fff;
	background-color: #009b8c;
	padding:0px 30px;
	height: 55px;
	line-height: 55px;
}
.sinner_text{
	flex-grow: 1;
    order: 10;
    display: inline-block;
	font-weight: bold;
	color: #fff;
}
.submit_button:hover, .cer_submit_button:hover, .cme_submit_button:hover{
	border: 2px solid white;
    color: #FFFFFF;
}
.submit_button:hover .sinner_text{
	color: #FFFFFF;
}
.cer_submit_button:hover .sinner_text{
	color: #FFFFFF;
}
.cme_submit_button:hover .sinner_text{
	color: #FFFFFF;
}
input.cme-claim[type="radio"]{
	width: 20px;
	margin-top: 0;
}

.error{
	font-size: 13px;
    font-weight: 400;
    color: #ff0000;
}
/* For Checkbox */
.check {
    width: 50%;
    margin: 25px auto;
    clear: both;
    display: block;
    background-color: #0e90a3;
    border-radius: 4px;
	padding: 25px;
}
.check::after {
    clear: both;
    display: block;
    content: "";
}
.check .checkbox-container {
	float: left;
    width: 100%;
    box-sizing: border-box;
    text-align:center;
  padding: 15px 0px;
}


/* Styling Checkbox Starts */
.checkbox-label {
	color: white;
    display: block;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    min-width: 280px;
    text-align: left;
}
.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .bmark .mark {
/* 	top:30px; */
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.3s ease-in;
    border: 2px solid white;
	left:25%;
}
.checkbox-label input:checked ~ .bmark .mark {
    background-color: white;
    border-radius: 5px;
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid white;
}
.checkbox-label .bmark .mark::after {
    position: absolute;
    content: "";
    border-radius: 5px;
}
.checkbox-label input:checked ~ .bmark .mark::after {
  transform: rotate(45deg) scale(1);
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid red;
  border-width: 0 2px 2px 0;
  border-radius: 0;
}
/* For Ripple Effect */ 
.checkbox-label .bmark .mark::before {
    position: absolute;
    content: "";
    border-radius: 10px;
    border: 5px solid yellow;
    transform: scale(0);    
}

.checkbox-label input:checked ~ .bmark .mark::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    transform: scale(3);
    opacity:0;   
    transition: all 0.3s ease-out;
}

/* CME - Form */

.cme_form p {
	margin: 0 0 3em 0;
	position: relative;
}
.cme_form input {
	display: block;
	box-sizing: border-box;
	width: 100%;
	outline: none;
	margin:0;
}
.cme_form input[type="text"]{
	border: 2px solid #dbdbdb;
	border-radius: 12px;
}
.cme_form select{
	border: 2px solid #dbdbdb;
	border-radius: 12px;
}
/* .cme_form span {
	display:block;
	background: #F9A5A5;
	padding: 2px 5px;
	color: #666;
} */
.cme_form label{
	width: auto;
	position: absolute;
	left: 8px;
	top: 12px;
	color: #999;
	font-size: 16px;
	display: inline-block;
	padding: 4px 10px;
	font-weight: 400;
	background-color: rgba(255,255,255,0);
	@include transition(color .3s, top .3s, background-color .8s);
	&.floatLabel{
		top: -11px;
		background-color: #fff;
		font-size: 14px;
		color:#000;
		z-index: 1000;
	}
}
.cme_details_form{
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 0 3em;
}
.submit_failed{
	font-size: 27px;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.container{
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}
.mandatory{
	color: red;
}

.pre_loader{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999999999999999999;
	background: #7a7a7a57;
}
.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 999999999999;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.errMsg{
	background: #d39b9b63;
    padding: 10px;
    border-left: 5px solid red;
}
@media (max-width: 800px) {
	.ddw-class{
		padding: 30px !important;
	}
	.first_section .loginRow{
		width: 100% !important;
		padding-right: 0px !important;
	}
	.first_section .sbutton{
		margin-top: 10px !important;
	}
  	.form-inline input {
    	margin: 10px 0;
  	}
  	.form-inline > div {
    	flex-direction: column;
    	align-items: stretch;
  	}
  	.scontainer .check{
  		width: 100% !important;
  	}
  	.cme_form label{
		&.floatLabel{
			top: -20px !important;
		}
	}	
}
@media (max-width: 480px) {
	form.cme_details_form > div > p{
		width: 100% !important;
	}
	form.cme_details_form > div > p label{
		font-size: 12px !important;
	}
}
.siteurl{
	color: #0563C1;
}

.siteurl:hover{
	color: #02506b;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
	border: 1px solid #dbdbdb !important;
    border-radius: 12px !important;
}

.select2-container .select2-selection--single {
    height: 55px !important;
    border-radius: 10px !important;
    padding: 20px !important;
}

@media (max-width: 800px) and (min-width: 320px){
	.sbutton{
		top: 5px;
	}
}


#cme_evaluation_form textarea{
	border: 2px solid #dbdbdb;
    border-radius: 12px;
}

.cme_errors {
    border: 1px solid red !important;
}