.fm-montserrat{ font-family: 'Montserrat', sans-serif; }

.fs-24{ font-size: 24px; }

.semi-bold{ font-weight: 600; }

.mb-35{margin-bottom:35px;}

.default-color{ color:#9a0000; }

.secondary-color{ color:rgba(255,164,21, 1); }

.white-color{ color:#ffffff; }

.black-color{ color:#070707; }

.gray-bg-color{ background:#e7e7e7; }

.secondary-bg-color{ background:rgba(255,164,21, 1); }

.white-bg-color{ background:white; }



.retake-link,.print-link{

	display: inline-block;

	color: white;

	border: 2px solid transparent;

	cursor: pointer;

	padding: 10px 30px;

}



.retake-link{

	background-color: #359c6a;
	font-weight: bold;

}

.retake-link:hover{

	background-color:transparent;

	border-color: #68b65b;

	color: #68b65b;

	text-decoration: none;

}

.print-link{

	background-color: #359c6a;

}

.print-link:hover{

	background-color:transparent;

	border-color: #359c6a;

	color: #359c6a;

	text-decoration: none;

}



@media (max-width:992px){

	.retake-link,.print-link{

		display: block;

	}

}

/*doctor*/

/* .doctor-image{
	width: 190px;
	height: 220px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
} */

.fancy-doctor{
	background: transparent;
}

.doctor-content{
    background: #fff;
    padding: 10px;
    border-radius: 20px;
}

.red-border{
	position: relative;
    padding: 50px 100px;
    border-radius: 20px;
	border: 2px solid #BA3836;
}

.fancy-doctor .fancybox-close-small:after{
	font: 55px/49px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #49548C;
    top: 5px;
    right: 0px;
    width: 50px;
    height: 50px;
    background: #5D5656;
    color: #fff;
}

.copyright {
    color: #fff;
    text-align: center;
    font-size: 9px;
}

.copyright a {
	text-decoration: none;
	color: #fff;
}

#landing-mobile {
	display: none;
}

.lgout a {
	transition: all 0.2s ease-out 0.1s;
}

.lgout:hover a {
	color: #eaea0b;
	font-size: 18px;
}

.login-xx input.defualt-btn {
    transition: all 0.2s ease-out 0.1s;
}

.login-xx input.defualt-btn:hover {
    box-shadow: 0px 5px 7px #2b0404;
    background-color: #c32727;
}

.inv-recaptcha-holder {
    visibility: hidden;
}

.print-cert input[type="submit"] {
    transition: all 0.2s ease-out 0.1s;
}

.print-cert input[type="submit"]:hover {
    box-shadow: 0px 2px 5px #333;
    background-color: #46a5e2;
}

@media only screen and (max-width: 991px) {
	.red-border{
	    padding: 10px 20px 50px;
    }
}

@media (max-width: 768px) {
	.red-border h2 {
		font-size: 23px;
	}
}

@media (max-width: 500px) {
	.red-border .d-table .d-cell img {
		margin: auto;
	}
}

input {
	outline: none !important;
}

.main-btn {
	border: 0;
	background-color: #ba3836;
	transition: 0.2s;
}

.main-btn:hover {
	background-color: #bd2926;
}

@-moz-document url-prefix() {

	.login-xx {
		position: absolute;
		top: 35%;
	}

    @media (max-width:500px) and (min-width:300px) {

	.d-cell {
		display: block;
		vertical-align: middle;
	}

	.doctor-proceed {
		position: absolute !important;
		right: 50% !important;
		transform: translateX(50%) !important;
		/* margin: 10px 0; */
	}

	.namae {
		font-size: 11px;
	}

	span.wlcm {
		font-size: 13px;
	}

	.d-cell span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	input.main-btn,
	input#submitprex {
		float: none;
		display: flex;
		margin: 0 auto;
	}

	.title-x {
		display: block;
		margin: 10px;
	}
}
}

@media (max-width: 500px) {
	.title-x {
		display: none !important;	
	}
}

.button-proceed-wrapper {
    text-align: center;
    padding: 10px;
    margin-top: 4em;
    color: #fff;
}

.proceed-main-btn-wrapper {
    margin: 3em auto;
    margin-top: 5em;
}

.swal-overlay {
    z-index: 99999;
}

.container.usertable-wrapper {
    margin: 5% auto;
}

button.btn.btn-add.btn-primary {
    margin: 2% auto;
}

button.btn-cancel {
	display: none;
}

.usertable-template-wrapper {
    background-color: #fff;
}

.usertable-template-wrapper div.contents {
    text-align: center;
}

.usertable-template-wrapper div.contents form {
    margin: 12em auto;
}

.usertable-template-wrapper div.contents form.user-editor {
	text-align: left;
    margin: 0;
}

.usertable-template-wrapper div.contents form input[type="submit"] {
    padding: 5px 15px;
    background-color: #ba3836;
    border: 1px solid #ba3836;
    color: #fff;
}

.usertable-template-wrapper div.contents form input[type="submit"]:hover {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ba3836;
    color: #ba3836;
}

.usertable-template-wrapper ~ footer p {
	margin-top: 2em;
}

.container-fluid.footer-wrapper-2 p {
    margin: 1em;
    font-size: 12px;
}

.container-fluid.footer-wrapper-2 {
    background-color: #ba3836;
    color: #fff;
}

.table-usertable {
	position: relative;
}

/* loader css */
.loader-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
    background: whitesmoke;
    opacity: 0.5;
}

.loader-gif {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

.loader-gif img{
    width: 80px;
}

.choices-column {
	margin: 15px;
	/* background-color: red; */
  }
  
  .choices-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
  }

  @media (max-width: 767px) {
	.choices-row {
		flex-direction: column;
	}
  }
  
  .choice-column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
  }
  
  .choice-radio {
	/* background-color: blue; */
	/* height: 100px; */
	margin-top: 20px;
	margin-right: 10px;
	min-height: 50px;
  }

  #field_1_1 {
	  position: relative;
  }

  .toggle {
	position: absolute;
    right: 25px;
    bottom: 20px;
  }
