:root {
	--mdc-theme-primary: #337ab7;
}

.mainColor {
	color: var(--mdc-theme-primary);
}

.m0 {margin: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.mb6 {margin-bottom: 6px !important;}
.mb12 {margin-bottom: 12px !important;}
.mb30 {margin-bottom: 30px !important;}
.mt0 {margin-top: 0 !important;}
.p0 {padding: 0 !important;}
.p12 {padding: 12px !important;}
.pt12 {padding-top: 12px !important;}
.pt30 {padding-top: 30px !important;}
.pb12 {padding-bottom: 12px !important;}
.pl0 {padding-left: 0 !important;}

.menu-oppgo:not(.menu-home) .blanco {
	display: none;
}
.menu-oppgo.menu-home .gris {
	display: none;
}
.invalid {
	border: solid 1px #AC063C !important;
}
.relative {
	position: relative;
}
.fullWidth {
	width: 100%;
}
.fullHeight {
	position: relative;
	height: 100%;
}
.pointer {
	cursor: pointer;
}
.loadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 999;
}
.valign-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
		 -ms-flex-align: center;
			align-items: center;
}
.valign-wrapper .valign {
	display: block;
}
.responsive-img {
	max-width: 100%;
}
table.table-valign>tbody>tr>td {
	vertical-align: middle;
}
.overflow {
	overflow: hidden;
}
.scrollCtn {
	overflow-y: auto;
	overflow-x: hidden;
}
.adminCtn #loginCtn {
	float: none;
	margin: 0 auto;
}
.iconButton {
	margin: 0 6px;
	font-size: 12px;
	display: inline-block;
	color: #AC063C;
}
.form-control.datepicker[readonly] {
	background-color: #fff;
}
.truncate {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inlineBlock {
	display: inline-block !important;
}
.displayBlock {
	display: block !important;
}
.displayBlock .check-rocordar {
	float: right;
}

.timerCount {
	text-align: center;
	color: var(--mdc-theme-primary);
	font-weight: bold;
}
.nav-pills>li>a {
	color: #3b3b3b;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: var(--mdc-theme-primary);
}
.nav-tabs>li>a {
	color: var(--mdc-theme-primary);
}
.mainWithHeader {
	height: -moz-calc(100% - 88px);
	height: -webkit-calc(100% - 88px);
	height: calc(100% - 88px);
}
.actionFooter {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 15px;
	padding: 12px 0;
}
.progress-bar {
	background-color: var(--mdc-theme-primary);
}
.btn-primary {
	background-color: var(--mdc-theme-primary);
	border-color: var(--mdc-theme-primary);
}
.btn-skip {
	background-color: #6c757e;
	border-color: #6c757e;
	color: white;
}
.form-control {
	padding: 6px 12px !important;
}
.form-control:focus {
	border-color: var(--mdc-theme-primary);
}
#somatometry .form-control[disabled], 
#somatometry fieldset[disabled] .form-control {
	background-color: #e8ecef;
}
#mainCtn .tab-content {	
	height: -moz-calc(100% - 100px);
	height: -webkit-calc(100% - 100px);
	height: calc(100% - 100px);
}
.nav-tabs.consultationTabs {
	overflow-x: auto;
	overflow-y: hidden;
	display: -webkit-box;
	display: -moz-box;
	border-bottom: none;
}
.nav-tabs.consultationTabs > li {
	float: none;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}
.nav-tabs.consultationTabs > li.active {
	border-bottom: none;
}
.btn-danger.btn-sm,
.btn-primary.btn-sm {
	line-height: 1;
}
.btn-danger.btn-sm i,
.btn-primary.btn-sm i {
	font-size: 18px;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
	visibility: hidden;
	min-width: 250px;
	color: #fff;
	text-align: center;
	padding: 0 16px;
	position: fixed;
	z-index: 9999;
	/*bottom: 30px;
	left: 0;*/
	/*width: 100%;*/
	right: 0;
	top: 78px;
}
#snackbar > span {
	background-color: #333; /* Black background color */
	color: #fff; /* White text color */
	text-align: center; /* Centered text */
	border-radius: 2px; /* Rounded borders */
	padding: 16px; /* Padding */
	display: inline-block;
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
	visibility: visible; /* Show the snackbar */

	/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
	However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
	animation: fadein 0.5s, fadeout 0.5s 3.5s;
}
/* Animations to fade the snackbar in and out */

.switch,
.switch * {
	user-select: none;
}
.switch label {
	cursor: pointer;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.switch label input[type="checkbox"] {
	width: 0;
	height: 0;
	opacity: 0;
}
.switch label input[type="checkbox"]:checked + .lever {
	/*background-color: #f7c7d8;*/
	background-color: rgba(51, 122, 183, 0.4);
}
.switch label input[type="checkbox"]:checked + .lever:after,
.switch label input[type="checkbox"]:checked + .lever:before {
	left: 18px;
}
.switch label input[type="checkbox"]:checked + .lever:after {
	/*background-color: #ff4081;*/
	background-color: var(--mdc-theme-primary);
}
.switch label .lever {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 14px;
	margin: 0 10px 0 16px;
	content: "";
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	vertical-align: middle;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.38);
}
.switch label .lever:after,
.switch label .lever:before {
	position: absolute;
	top: -3px;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	content: "";
	-webkit-transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
	transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
	transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease;
	transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
	border-radius: 50%;
}
.switch label .lever:before {
	background-color: rgba(255, 64, 129, 0.15);
}
.switch label .lever:after {
	background-color: #f1f1f1;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.select2-container.invalid:not(.select2-container-multi) {
	border: none !important;
}
.select2-container .select2-choice {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	height: 48px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 2px;
	border: 1px solid #cfd1d2;
	background-image: url("../img/icono-select.svg");
	background-repeat: no-repeat;
	background-size: 11px 6px;
	background-position: 95% 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
}
.select2-container.invalid .select2-choice {
	border: solid 1px #AC063C;
}
.select2-arrow {
	display: none !important;
}

.select2-container--bootstrap .select2-selection--single {
	height: 48px;
}
.select2-container--bootstrap .select2-selection {
	border-radius: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder,
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.select2-chosen {
	height: 36px;
	line-height: 36px;
}
.select2-container-multi .select2-choices {
	border: none;
	background: none;
}
.select2-container-multi.select2-container-active .select2-choices {
	border: none;
	background: none;
	box-shadow: none;
}
.select2-container-multi.select2-container-disabled {
	background: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices {
	border: none;
}
.select2-container.form-control {
	height: auto;
	min-height: 48px;
}
.mm-slideout { z-index:auto !important;}
.sectionTitle {
	color: #333;
	background-color: #f5f5f5;
	border: solid 1px #ddd;
	padding: 10px 15px;
	border-radius: 3px;
	font-size: 14px;
	margin: 0;
	line-height: 1.4;
}
.modal-dialog.modal-lg {
	height: 90%;
	overflow: hidden;
}
.modal-dialog.modal-lg .modal-body {
	position: relative;
	overflow: auto;
	height: -moz-calc(100% - 65px);
	height: -webkit-calc(100% - 65px);
	height: calc(100% - 65px);
	padding-bottom: 0;
}
body > .modal-backdrop ~ .modal-backdrop {
    z-index: 1050;
}
#modalSmall {
	z-index: 1051;
}

#pdfCtn.withTable {
	z-index: 1;
	background-color: #fafafa;
}

.sliderImgsCtn .removeImgBtn {
	background: rgba(0,0,0,0.6);
	color: white;
	padding: 8px 12px;
	line-height: 1;
	border-radius: 3px;
	border: solid 1px white;
	position: absolute;
	top: 8px;
	right: 23px;
}
.sliderImgsCtn p {
	margin: 0;
	box-sizing: border-box;
	position: absolute;
	bottom: 12px;
	left: 0;
	padding: 0 21px;
	word-break: break-all;
}
.error-login .form-control {
	box-shadow: none;
}
.checkbox label {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
}
.savedRow {
	background: rgba(121, 198, 102, 0.4);
}
.homeIcons a {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: red;
}
.homeIcons p {
	margin-top: 0;
}
.homeIcons .col-xs-6:hover p {
	color: #AC063C;
}
.homeIcons a.quickConcultation {
	background: url("../img/ConsultaGris.svg") no-repeat center center / cover;
}
.homeIcons .col-xs-6:hover a.quickConcultation {
	background: url("../img/ConsultaRojo.svg") no-repeat center center / cover;
}
.homeIcons a.quickPrescription {
	background: url("../img/RecetaGris.svg") no-repeat center center / cover;
}
.homeIcons .col-xs-6:hover a.quickPrescription {
	background: url("../img/RecetaRojo.svg") no-repeat center center / cover;
}
.homeIcons a.addPatient {
	background: url("../img/RegistroGris.svg") no-repeat center center / cover;
}
.homeIcons .col-xs-6:hover a.addPatient {
	background: url("../img/RegistroRojo.svg") no-repeat center center / cover;
}
.homeIcons a.support {
	background: url("../img/SoporteGris.svg") no-repeat center center / cover;
}
.homeIcons .col-xs-6:hover a.support {
	background: url("../img/SoporteRojo.svg") no-repeat center center / cover;
}

.sectionTitle .expand {
	display: none;
	line-height: 1.5;
}
.sectionTitle .compress {
	display: inline-block;
	line-height: 1.5;
}
.sectionTitle.collapsed .expand {
	display: inline-block;
}
.sectionTitle.collapsed .compress {
	display: none;
}
.bg-proyecto {
	filter: grayscale(100%);
}
.tarjeta-proyecto:hover .bg-proyecto {
	filter: grayscale(0%);
}
#blah {
	max-width: 100%;
	max-height: 200px;
}
.uppercase {
	text-transform: uppercase;
}
.divSigning,
.divTerms {
	padding: 12px;
	border: solid 1px #b5b5b5;
	overflow: auto;
}
.divTerms {
	max-height: 300px;
}
#acceptTermsCtn input[type="checkbox"].invalid {
	box-shadow: 0px 0px 5px red;
}
.cursive {
	font-family: 'Sacramento', cursive;
}
#signingFinal {
	font-size: 40px;
}
.divSigning #blah {
	margin: 20px 0;
}

/*delivery*/
#deliveryCtn {
	width: 80%;
}
#deliveryCtn p {
	margin: 18px 0;
}
#deliveryCtn h4 {
	font-weight: 300;
}
.input-field {
	position: relative;
	margin-top: 1rem;
}
.input-field > label {
	color: #9e9e9e;
	position: absolute;
	top: 0;
	left: 14px;
	font-size: 1rem;
	cursor: text;
	-webkit-transition:color .2s ease-out, -webkit-transform .2s ease-out;
	transition:color .2s ease-out, -webkit-transform .2s ease-out;
	transition:transform .2s ease-out, color .2s ease-out;
	transition:transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
	-webkit-transform-origin:0% 100%;
	transform-origin:0% 100%;
	text-align:initial;
	-webkit-transform:translateY(15px);
	transform:translateY(15px);
	font-weight: normal;
	margin: 0;
}
.input-field input[type="text"],
.input-field input[type="password"],
.input-field select {
	border: solid 1px #dbdbdb;
	border-radius: 6px;
	display: block;
    width: 100%;
	height: 48px;
	padding: 16px 12px 6px;
	font-size: 14px;
	line-height: 1;
	color: #555;
	background-color: #fff;
	box-sizing: border-box;
}
.input-field input[type="text"]:focus,
.input-field input[type="text"].active,
.input-field input[type="password"]:focus,
.input-field input[type="password"].active {
	border-color: #57358a;
}
.input-field input[type="text"]:focus ~ label,
.input-field input[type="text"].active ~ label,
.input-field input[type="password"]:focus ~ label,
.input-field input[type="password"].active ~ label,
.input-field select ~ label {
	-webkit-transform: translateY(6px) scale(0.8);
	transform: translateY(6px) scale(0.7);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.input-field select {
	height: 48px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 6px;
	border: 1px solid #dbdbdb;
	background-image: url("../img/icono-select.svg");
	background-repeat: no-repeat;
	background-size: 11px 6px;
	background-position: 95% 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.input-field select:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #57358a;
}
.checkboxCtn label {
	font-weight: normal;
	margin: 0;
}
#deliveryCtn [type="checkbox"],
#deliveryCtn [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
#deliveryCtn [type="checkbox"]:not(:checked),
#deliveryCtn [type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
#deliveryCtn [type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 0.9rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#deliveryCtn [type="checkbox"] + span:not(.lever):before,
#deliveryCtn [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #dbdbdb;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
#deliveryCtn [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#deliveryCtn [type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
    border: none;
    background-color: rgba(0, 0, 0, 0.42);
}
#deliveryCtn [type="checkbox"].tabbed:focus + span:not(.lever):after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}
#deliveryCtn [type="checkbox"]:checked + span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #57358a;
    border-bottom: 2px solid #57358a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
#deliveryCtn [type="checkbox"]:checked:disabled + span:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}
#deliveryCtn [type="checkbox"]:indeterminate + span:not(.lever):before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #57358a;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
#deliveryCtn [type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    background-color: transparent;
}
#deliveryCtn [type="checkbox"].filled-in + span:not(.lever):after {
    border-radius: 2px;
}
#deliveryCtn [type="checkbox"].filled-in + span:not(.lever):before,
#deliveryCtn [type="checkbox"].filled-in + span:not(.lever):after {
    content: "";
    left: 0;
    position: absolute;
    -webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
    transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
    z-index: 1;
}
#deliveryCtn [type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
#deliveryCtn [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #dbdbdb;
    top: 0px;
    z-index: 0;
}
#deliveryCtn [type="checkbox"].filled-in:checked + span:not(.lever):before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
#deliveryCtn [type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #57358a;
    background-color: #57358a;
    z-index: 0;
}
#deliveryCtn [type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
    border-radius: 2px;
    border-color: #dbdbdb;
    background-color: rgba(0, 0, 0, 0.1);
}
#deliveryCtn [type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
    border-radius: 2px;
    background-color: #57358a;
    border-color: #57358a;
}
#deliveryCtn [type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
    background-color: transparent;
    border: 2px solid transparent;
}
#deliveryCtn [type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
    border-color: transparent;
    background-color: #949494;
}
#deliveryCtn [type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
    background-color: transparent;
}
#deliveryCtn [type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
    background-color: #949494;
    border-color: #949494;
}
#deliveryCtn [type="radio"]:not(:checked),
#deliveryCtn [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
#deliveryCtn [type="radio"]:not(:checked) + span,
#deliveryCtn [type="radio"]:checked + span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: 0.28s ease;
    transition: 0.28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#deliveryCtn [type="radio"] + span:before,
#deliveryCtn [type="radio"] + span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: 0.28s ease;
    transition: 0.28s ease;
}
#deliveryCtn [type="radio"]:not(:checked) + span:before,
#deliveryCtn [type="radio"]:not(:checked) + span:after,
#deliveryCtn [type="radio"]:checked + span:before,
#deliveryCtn [type="radio"]:checked + span:after,
#deliveryCtn [type="radio"].with-gap:checked + span:before,
#deliveryCtn [type="radio"].with-gap:checked + span:after {
    border-radius: 50%;
}
#deliveryCtn [type="radio"]:not(:checked) + span:before,
#deliveryCtn [type="radio"]:not(:checked) + span:after {
    border: 2px solid #5a5a5a;
}
#deliveryCtn [type="radio"]:not(:checked) + span:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}
#deliveryCtn [type="radio"]:checked + span:before {
    border: 2px solid transparent;
}
#deliveryCtn [type="radio"]:checked + span:after,
#deliveryCtn [type="radio"].with-gap:checked + span:before,
#deliveryCtn [type="radio"].with-gap:checked + span:after {
    border: 2px solid #57358a;
}
#deliveryCtn [type="radio"]:checked + span:after,
#deliveryCtn [type="radio"].with-gap:checked + span:after {
    background-color: #57358a;
}
#deliveryCtn [type="radio"]:checked + span:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
#deliveryCtn [type="radio"].with-gap:checked + span:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
#deliveryCtn [type="radio"].tabbed:focus + span:before {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
#deliveryCtn [type="radio"].with-gap:disabled:checked + span:before {
    border: 2px solid rgba(0, 0, 0, 0.42);
}
#deliveryCtn [type="radio"].with-gap:disabled:checked + span:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.42);
}
#deliveryCtn [type="radio"]:disabled:not(:checked) + span:before,
#deliveryCtn [type="radio"]:disabled:checked + span:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.42);
}
#deliveryCtn [type="radio"]:disabled + span {
	color: rgba(0, 0, 0, 0.42);
}
#deliveryCtn [type="radio"]:disabled:not(:checked) + span:before {
	border-color: rgba(0, 0, 0, 0.42);
}
#deliveryCtn [type="radio"]:disabled:checked + span:after {
	background-color: rgba(0, 0, 0, 0.42);
	border-color: #949494;
}
#deliveryCtn .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 14px 16px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
}
#deliveryCtn .btn-circle {
	padding: 2px 0 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	line-height: 24px;
}
#deliveryCtn .btn-circle .material-icons {
	font-size: 16px;
}
#deliveryCtn .btn-primary {
	color: #fff;
	background-color: #57358a;
	border-color: #57358a;
}
.divider {
	border-top: solid 1px #e0e0e0;
	margin-bottom: 24px;
}
.rightGray {
	background-color: #fafafa;
	border-left: solid 1px #efefef;
}
.rightGray p {
	margin-bottom: 0 !important;
}
.medicineImg {
	background: white;
	border: solid 1px #e8e7e8;
	border-radius: 6px;
	height: 50px;
}
#deliveryCtn table td {
	width: 25%;
}
.divTable {
	border: solid 1px #5e5e5e;
}
.divTable ~ .divTable {
	border-top: none;
}
.divTable > div {
	border: solid 1px #5e5e5e;
}
.divTable ~ .divTable > div {
	border-top: none;
}
.radiosCtn {
	padding: 0;
	background: #ffffff;
	border: solid 1px #d3d3d3;
	border-radius: 6px;
}
.radiosCtn p {
	margin: 0 !important;
	border-bottom: solid 1px #e8e8e8;
	padding: 12px 12px;
}
.radiosCtn p:last-child {
	border-bottom: none;
}
.doneIcon {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: solid 1px #57358a;
	text-align: center;
	line-height: 40px;
	margin-top: 84px;
}
.doneIcon i {
	color: #57358a;
	padding-top: 7px;
}
.borderCtn {
	padding: 12px;
	border: solid 1px #e7e7e7;
	border-radius: 6px;
}
.purpleColor {
	color: #57358a;
}
.provImgDiv {
	height: 110px;
}
.provImgDiv img {
	max-width: 100%;
	max-height: 100%;
}
/*end delivery*/

#medicalReportCtn a.pull-right {
	margin-top: -3px;
}
#medicalReportCtn a.pull-right .expand_more {
	display: none;
}
#medicalReportCtn a.pull-right .expand_less {
	display: inline-block;
}
#medicalReportCtn a.pull-right.collapsed .expand_more {
	display: inline-block;
}
#medicalReportCtn a.pull-right.collapsed .expand_less {
	display: none;
}

@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;} 
	to {bottom: 30px; opacity: 1;}
}
@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;} 
	to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

@media only screen and (max-width: 600px) {
	.valign-block.valign-wrapper {
		display: block;
	}
}
@media (min-width: 992px) {
	.col-md-50 {
		float: left;
	    width: 20%;
	}
}