@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	/* box-sizing: border-box; */
}
/*html, body, .container*/
html, body {
	margin: 0 auto;
	height:100%;
	word-wrap: break-word;
	color: #666;
	/* overflow: scroll; */
	-webkit-overflow-scrolling: touch;
}

@-ms-viewport{
	width: device-width;
}

.app_ver_inner {
	position: absolute;
	z-index: 9999999;
	top: -10px;
	left: 10px;
	color: #fff;
	padding-top: 10px;
	padding-right: 50px;
}

.signup-on, .signup-on:focus, .signup-on a, .signup-on a:active, .signup-on a:link {
	color: #535353 !important;
	text-decoration: underline !important;
}

.signup-on a:hover {
	color: #535353 !important;
	text-decoration: underline !important;
}


.nav .navbar-nav li.active > a {
	color: #fff;
}

.navbar-nav a:active,
.navbar-nav a:focus {
    color: #fff !important;
    background-color: #535353 !important;
	text-decoration: none !important;
}

.navbar-nav a:focus:hover {
    color: #fff !important;
    background-color: #535353 !important;
}

.padding_mv {
	margin-top: 20px !important;
}

.col-sm-12 {
	min-width: 90% !important;
}

.tab-container {
	margin: 0 auto;
	margin-right: 0px;
	margin-left: 0px;
}

.container {
	padding: 0 20px 0 20px;
}

.align-center {
	text-align: center !important;
}

textarea.form-control {
	height: 100%;
	width: 100%;
}

textarea {
	width:100%;
	border:0;
	font-family: 'Questrial', sans-serif;
	font-size: .9em;
	line-height: 1.2em;
}

h1,h2,h3,h4,h5,h6,h7,h8,p,span,form,input,form-control-login,form-control,placeholder,strong,b,.nav-pills {
	font-family: 'Questrial', sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	-webkit-font-smoothing: antialiased;
}

.dashboard-title,.form-actions,.col-xs-1,.col-xs-2,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.appointment-card,.section-caption,.blue-header,
.test-top-inside-right,.imgtop_span,.text-left,.form-actions,.btn-orange,.dashboard-text-inside,.modal-body,.modal-footer,.modal-header {
    font-family: 'Questrial', sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

placeholder {
	font-size: 1.2em;
	line-height: 1.42857143;
	font-family: 'Questrial', sans-serif;
}

::-moz-placeholder {
    font-size: .8em;
    line-height: 1.45;
	font-family: 'Questrial', sans-serif;
  }

h1 {
	font-size: 2em;
	line-height: 1.8em;
	color: #777;
	font-family: 'Questrial', sans-serif;
}

h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #777;
	padding: 20px 10px 10px 10px;
}

.h2-override {
	text-align: center;
}

h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #666666;
	font-weight: 500;
}

.btn-blue-remove h3 {
	color: #fff;
}

h4 {
	font-family: 'Questrial', sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #777;
}

.h4-uppercase {
	text-transform: uppercase;
	color: #666666;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 600;
	font-family: 'Questrial', sans-serif;
	/* border-bottom: #ccc 1px solid; */
	padding: 5px 0px;
}

h5 {
	font-size: .8em;
	line-height: 1.4em;
	color: #777;
	padding: 1px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.h5-uppercase {
	text-transform: uppercase;
	color: #666666;
	font-size: .8em;
	line-height: 1.4em;
	font-family: 'Questrial', sans-serif;
	}

h6 {
	font-size: 1em;
	line-height: 1.1em;
	color: #535353; /*999*/
	font-weight: 600;
	padding: 1px 0;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}

h7 {
	font-family: 'Questrial', sans-serif;
	color: #999;
	font-size: 1em;
}

h8 {
	font-family: 'Questrial', sans-serif;
	color: #535353;
	font-size: 1em;
	font-weight: 600;
}

p {
    font-size: 1em;
    line-height: 1.45;
	color: #666666;
}

.grey-note {
	color: #666666;
	background: #fff;
	padding: 10px;
}

strong, b {
	font-family: 'Questrial', sans-serif;
	font-weight: 700;
}

.memd-blue {
	color: #535353;
}

.memd-blue-dark {
	color: #535353;
}

.margin-center {
	word-wrap: break-word;
}
/* app top buttons and logo */
.top-nav {
	margin: 0 auto;
	margin: 0 -15px 0 -15px;
	height: 60px;
	min-width: 100% !important;
	background-color: #fff; /*b81237*/
	font-family: 'Questrial', sans-serif;
}

.container-top {
	margin: 0 auto;
	margin: 0 -15px 0 -15px;
	height: 60px !important;
	min-width: 100% !important;
	background-color: #fff; /*b81237*/
	font-family: 'Questrial', sans-serif;
}

.container-top-inside {
	margin: 0 auto;
	height: 55px;
	min-width: 50% !important;
	max-width: 760px;
	text-align: center;
	font-family: 'Questrial', sans-serif;
}

.container-bottom {
	margin: 0 auto;
	margin: 0 -15px 0 -15px;
	min-height: 100% !important;
	min-width: 100% !important;
	background-color: #003852;
	font-family: 'Questrial', sans-serif;
}

.navbar-right {
	margin: 0px 0px 0px 20px;
	min-width: 100% !important;
}

/* app body main internal */
.container {
	margin: 0 auto;
	min-width: 90% ;
	margin-bottom: 10px;
	font-family: 'Questrial', sans-serif;
}

div.container-table > div:nth-of-type(odd) {
	background: #f5f5f5;
}

div.container-table-search > div:nth-of-type(odd) {
	background: #f5f5f5;
}

div.container-table-search {
	/* border-right: solid 1px #CCC; */
	min-height: 275px;
	overflow-y: scroll;
}

.glyphicon-pointer {
	color: #535353;
	font-family: 'Questrial', sans-serif;
}

.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px #999;
	   -moz-box-shadow: 0 8px 6px -6px #999;
			box-shadow: 0 8px 6px -6px #999;
}

/* middle, body */
.break-word {
	word-wrap: break-word;
}

.bs-pad-10 {
	margin: 0 10px;
}

.bs-pad-10all {
	padding: 10px;
}

.bs-top-pad {
	margin-top: 40px;
}

.login-bottom-text,
.login-bottom-text:focus,
.login-bottom-text a,
.login-bottom-text a:active,
.login-bottom-text a:link,
.login-bottom-text a:hover {
	font-size: .98em !important;
	color: #535353 !important;
	text-decoration: underline !important;
	font-family: 'Questrial', sans-serif;
}
/* icons */
.ico-arrow-right-login {
	width: 6px;
	margin: 0 0 3px 100px;
}

.ico-arrow-right-login:hover {
	float: right;
	width: 6px;
	height: 9px;
	margin: 0 0 3px 130px;
	background-image: url(../images/ico-arrow-right.png);
}

.ico-arrow-right-exam {
	width: 6px;
	margin: 0 0 3px 20px;
	background-color: #b81237;
	color: #fff;
}

.ico-arrow-right-exam:hover {
	width: 6px;
	margin: 0 0 3px 20px;
	background-color: #535353;
	color: #fff;
}

.ico-arrow-right {
	width: 6px;
	float: right;
	margin: 7px 10px 3px 10px;
	color: #fff;
}

.ico-plus-right {
	width: 8px;
	float: right;
	margin: 7px 10px 3px 10px;
	color: #fff;
}

.ico-arrow-right:hover {
	width: 6px;
	height: 9px;
	margin: 7px 10px 3px 10px;
	background-image: url(../images/ico-arrow-right.png);
}

.ico-plus {
	float: right;
	width: 14px;
	height: 14px;
	margin: 2px 40px 0 0;
}
/* used for button */
.ico-plus-white {
	width: 14px;
	height: 14px;
	margin: 2px 0 5px 5px;
}

.ico-close {
	float: right;
	width: 20px;
	height: 20px;
	margin: 20px 40px 0 0;
	background-image: url(../images/ico-black-close.png);
}

.ico-close-x {
	float: right;
	width: 14px;
	height: 14px;
	margin: 15px 10px 0 0;
	background: none;
	border: none;
}
/* buttons images*/
.ico-logo-sm {
	margin: 3px 40px 0 0;
	width: 20px;
	height: 20px;
	border: none;
}

.ico-login-sm-email {
	margin: 3px 10px 0 0;
	width: 16px;
	height: 12px;
}

.ico-login-sm-lock {
	margin: 3px 10px 0 0;
	width: 13px;
	height: 17px;
}

.ico-sm-lock {
	margin: 3px 10px 0 0;
	width: 16px;
	height: 22px;
}

.ico-sm-lock {
	margin: 3px 10px 0 0;
	width: 16px;
	height: 22px;
}
/* ico-login*/
.ico-field-email {
	float: left;
	width: 40px;
	height: 30px;
	margin: 40px -30px 0 0;
	background-image: url(../images/ico-mail.png);
	background-repeat: no-repeat;
}
.ico-field-home {
	width: 26px;
	height: 20px;
}
.ico-field-lock {
	width: 20px;
	height: 27px;
	background-image: url(../images/ico-lock.png);
}

.dashboard-appointment-button {
	margin: 20px 0;
	padding: 20px 0;
	width: 100%;
	border: #ccc 2px solid;
	color: #000;
}

/* .dashboard-text-underline {
	width: 100%;
	border-bottom: solid 1px rgba(193,192,199,0.5);
	cursor: pointer;
	margin: -22px 0px 0px 0px;
	height: 90px;
}

.dashboard-text-underline:hover {
	background: #dffbff;
	background-color: #dffbff;
} */

.dashboard-text-inside {
	padding: 30px 0px 0px 0px;
}
/* prices */
.ucCopay {
	color: #fff;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	margin-top:38px
}

.ucCopay-price {
	color: #fff;
	font-size: 3.8em;
	font-weight: 700;
	margin-right: 10px;
	padding: 0px;
	font-family: 'Questrial', sans-serif;
}

.ucCopay-cents {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
	margin-top: -20px;
	font-family: 'Questrial', sans-serif;
}

.ucCopay-session {
	margin-left: 20px;
	color: #fff;
	font-size: 10px;
}

.ucCopay-exam {
	position: relative;
	z-index: 9999;
	text-align: left;
	font-size: 14px;
	color: #fff;
	font-family: 'Questrial', sans-serif;
}

.ucButton {
	background-color:#535353;
	height:85px;
}

.ucButton-color {
	color:#fff;
	height: 85px;
	line-height: 85px;
	padding: 0;
	font-family: 'Questrial', sans-serif;
}

.ico-form-sm-user {
	margin: 3px 0 0 0;
	width: 20px;
	height: 20px;
	border: none;
}

.ico-form-sm-phone  {
	margin: 3px 0 0 0;
	width: 16px;
	height: 26px;
	border: none;
}

.ico-form-sm-mail {
	margin: 3px 0 0 0;
	width: 18px;
	height: 14px;
	border: none;
}

.ico-form-sm-ccv {
	margin: 3px 0 0 0;
	width: 20px;
	height: 14px;
	border: none;
}

.img-rounded-dashboard {
	max-width: 20%;
	height: auto;
}

input[type=file] {
	margin: 0 auto;
	max-width: 200px;
}

label, input, .btn-blue {
	font-family: 'Questrial', sans-serif;
}

.label-link {
	color: #b81237;
}

.app-form-wrap {
	margin: 0 auto;
	min-width: 20%;
	max-width: 90%;
	padding: 20px 30px;
}

.login-wrap {
	margin: 0 auto;
	background-color: #eee;
}

.input-group-addon{
    border: 1px solid transparent;
	background:  transparent;
	background-color:  transparent;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #b81237 !important;
	border-color: #b81237 !important;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group {
	margin-bottom: 10px;
}

.palign {
	text-align: left;
	width: 100%;
	margin: 10px 0 10px 10px;
}

.input-group-inner{
	color:#b81237;
	background-color: #ffffff;
}

.input-login-wrap {
	display: inline-block;
	min-width: 200px;
	max-width: 500px;
}

input[type="text"], textarea {
	background-color : #fff;
	box-sizing: border-box;
	width: 90%;
	margin-bottom: 20px;
}

input[type="password"], textarea {
	background-color : #fff;
	box-sizing: border-box;
	width: 100%;
}

/* input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
	margin-top: 10px;
	margin-left: 10px;
    line-height: normal;
} */

input[type="radio"],
input[type="checkbox"] {
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin: 0 0.4em 0.4em 0;
	border: 1px solid #666666!important;
	border-bottom: 1px solid #666666!important;
	 -webkit-appearance: none;
	 margin-left: 0px;
}

input[type="radio"]:hover,
input[type="checkbox"]:hover {
	border: 1px solid #666666!important;
}

input[type=checkbox], input[type=radio] {
    margin: 0px 0px 0px 60px !important;
	/* margin-top: 10px;
	margin-left: 10px; */
    line-height: normal;
}

/* focus state */
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline:none;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    border-color:#666666!important;
    background-color: #666666!important;
}
/* checkbox checked */
input[type="checkbox"]:checked:before {
	content: '';
	display: block;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 4px;
	margin-top: 1px;
}
/* home login buttons */
.btn-blue-home {
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #b81237;
	border: #b81237 1px solid;
	min-width: 240px;
	max-width: 240px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0px;
}
.active {
	color: #fff;
}

.btn-blue-home:hover {
	color: #fff;
	text-decoration: none;
	background-color: #b81237;
	border: #b81237 1px solid;
}

.btn-primary, .btn-primary:hover {
	margin-top: 5px;
	color: #fff;
	background-color: #b81237;
	border-color: #b81237;
}

.btn-primary,
.btn-primary a:hover,
.btn-primary:focus  {
	background-color: #b81237;
	border-color: #b81237;
	color: #fff;
}
/* all regular buttons */
.btn-blue {
	margin: 10px 0 auto;
	background-color: #b81237;
	border: #b81237 1px solid;
	min-width: 90%;
	color: #fff;
	font-size: .9em;
	text-align: left;
	text-transform: uppercase;
	border-radius: 0px;
	font-family: 'Questrial', sans-serif;
}

.btn-blue:active,
.btn-blue:focus,
.btn-blue:target {
	min-width: 90%;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #b81237;
	border: #b81237 1px solid;
	font-family: 'Questrial', sans-serif;
}

.btn-blue:hover {
	min-width: 90%;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #b81237;
	border: #b81237 1px solid;
}


.text-muted {
	color: #777;
	text-align: center;
}

.btn-blue-pharmacy {
	margin: 10px 0 auto;
	background-color: #b81237;
	border: #b81237 1px solid;
	min-width: 90%;
	color: #fff;
	font-size: .9em;
	text-align: center;
	text-transform: capitalize;
	border-radius: 0px;
	font-family: 'Questrial', sans-serif;
}

.btn-blue-pharmacy:active,
.btn-blue-pharmacy:focus,
.btn-blue-pharmacy:target {
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #b81237;
	border: #b81237 1px solid;
	font-family: 'Questrial', sans-serif;
}

.btn-blue-pharmacy:hover {
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #b81237;
	border: #b81237 1px solid;
	font-family: 'Questrial', sans-serif;
}

.btn-blue-remove {
	margin: 10px 0 auto;
	background-color: #b81237;
	border: #b81237 1px solid;
	color: #fff;
	font-size: .9em;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0px;
	font-family: 'Questrial', sans-serif;
}

.btn-blue-remove:active,
.btn-blue-remove:focus,
.btn-blue-remove:target {
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #c1c0c7;
	border: #c1c0c7 1px solid;
	font-family: 'Questrial', sans-serif;
}

.btn-blue-remove:hover {
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #aeaeb2;
	border: #aeaeb2 1px solid;
	font-family: 'Questrial', sans-serif;
}

.btn-blue-pharmacy h2,
.btn-blue-pharmacy p {
	min-width: 90%;
	color: #fff;
	text-align: center;
	line-height: 1.4em;
	white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
	word-wrap: break-word;
	font-family: 'Questrial', sans-serif;
}

.btn-blue-pharmacy img {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translate(-50%,-50%);
}

.btn-blue-pharmacy h3 {
	min-width: 240px;
	max-width: 240px;
	color: #fff;
	font-family: 'Questrial', sans-serif;
}

.btn-blue-dark {
	margin: 0 auto;
	align-items: center;
	margin-bottom: 10px;
	margin-left: -6px;
	padding: 10px;
	background-color: #b81237;
	border: #b81237 1px solid;
	min-width: 314px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0px;
	font-family: 'Questrial', sans-serif;
}

.btn-blue-dark:hover {
	color: #fff;
	text-decoration: none;
	min-width: 90%;
	text-align: center;
	background-color: #b81237;
	border: #b81237 1px solid;
	font-family: 'Questrial', sans-serif;
}

.btn-white-exams {
	font-family: 'Questrial', sans-serif;
	font-size: .9em;
	color: #888;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #fff;
	border: #ccc 1px solid;
	box-shadow: #ccc 1px 3px 5px;
	/* width: 100%; */
	width: 98%;
	height: 255px;
	min-height:0px !important;

	text-transform: capitalize;
	border-radius: 0px;
	text-align: left;
	padding: 5px 5px;
	cursor: pointer;
	text-decoration: none !important;
}

.btn-white-title img {
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 10px;
}

.btn-white-top-date {
	float: left;
	margin-left: 10px;
	color: #666;
	font-family: 'Questrial', sans-serif;
}

.btn-white-top-med-issue {
	float: left;
	margin-left: 10px;
}

.col2-bh {
	padding-top: 5px !important;
}

.btn-white-content {
	float: left;
	padding-top: 15px;
	margin-left: 0px;
}

.patient-clear a {
	text-decoration: none !important;
}

.patient-clear a:link {
	color: #888;
	text-decoration: none !important;
}

.patient-clear a:hover {
	color: #888;
	text-decoration: underline !important;
}

.submit-btn-arrow-right {
	width: 6px;
	margin: 0 0 2px 30px;
}

.input-bottom {
	text-align: center;
}

.input-bottom p a {
	color: #b81237;
	text-align: center;
	margin-top: 20px;
	font-size: .8em;
	font-family: 'Questrial', sans-serif;
}

.text-left-only {
	text-align: left;
	margin-left: 10px;
	width: 80%;
}

.text-left-white {
	color: #fff !important;
	padding: 10px 0px;
	text-align: center !important;
}

.text-left-white-arrow {
	margin: 0 auto;
	width: 10px ;
	height: 10px;
	margin: 0px 0px 0px 5px;
}

.button-text-left {
	text-align: left;
	margin-left: 0px;
	color: #fff;
	padding-left: 20px;
}
.button-text-medical {
	text-align: left;
	margin-left: 0px;
	color: #fff;
	background: #b81237
}
.button-text-medical-right {
	text-align: right;
	margin-right: 0px;
	margin: 0 auto;
	height: 10px !important;
	background: #b81237
}
.btnMed {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
	border-radius: 4px;
	background: #b81237;
}
.text-left-grey {
	color: #666;
}

.text-left {
	color: #000;
}

.button-text-right {
	text-align: right;
	margin-right: 0px;
	margin: 0 auto;
	height: 10px !important;
}

.app-form-wrap-inner {
	margin: 0 auto;
	min-width: 20%;
	max-width: 90%;
	padding: 20px 30px;
}

.login-wrap {
	margin: 0 auto;
	background-color: #eee;
}

.input-wrap-inner {
	display: inline-block;
	min-width: 200px;
	max-width: 500px;
}

.fa-envelope, .fa-lock {
	width: 20px;
	height: 20px;
}

.rounded-dashboard-icons {
	margin: 0 auto;
	margin: 10px 0;
	background: #ffffff;
	background-size: cover !important;
	height: 60px;/*90px*/
	width: 60px;
	background-position: center center !important;
	border-radius: 50%;
	border: 3px solid #666666 !important;
	margin: 0 auto !important;
}

.rounded-dashboard-icons-70 {
	margin: 0 auto;
	max-width: 30px; /*50px*/
	max-height: 30px;
	margin-bottom: 10px;
}

.rounded-dashboard-icons-60 {
	margin: 0 auto;
	max-width: 50px;/*70px*/
	max-height: 50px;
	margin-bottom: 10px;
}

.rounded-dashboard-icons-50 {
	margin: 0 auto;
	max-width: 50px;
	max-height: 50px;
	margin-bottom: 10px;
}

.rounded-dashboard-icons-40 {
	margin: 0 auto;
	max-width: 60px; /*40px*/
	max-height: 60px;
	margin-bottom: 10px;
	margin-top: -20px;
	/* margin-left: 100px !important; */
}

.dashboard-arrow-12 {
	margin: 0 auto;
	width: 12px;
	height: 12px;
	margin: 10px 0;
}

.ico-all-30 {
	min-width: 30px;
	min-height: 30px;
	max-width: 30px;
	max-height: 30px;
}


/*****************************************/
.nav-pills {
	font-family: 'Questrial', sans-serif;
	margin: 10px 0;
	font-size: .7em;
	color: #fff !important;
	text-transform: capitalize;
	border-radius: 0px;
	float:none;
	display:inline-block;
	*display:inline; /* ie7 fix */
	zoom:1; /* hasLayout ie7 trigger */
}
.nav-pills li a,
.nav-pills li a:focus {
	font-family: 'Questrial', sans-serif;
	color: #fff !important;
	background: #666666 !important;
	border: #535353 2px solid !important;
	padding: 10px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:focus {
	color: #fff !important;
	background: #535353 !important;
	border: #535353 2px solid !important;
	padding: 10px;
}

.exam-title {
	margin-bottom:20px;
}

a, a:active, a:link, a:focus, a:hover {
	text-transform: capitalize;
	color: #535353 !important;
	text-decoration: underline !important;
	border-radius: 0px;
}

li.active a,
li.active a:focus {
	text-transform: capitalize !important;
	color: #fff !important;
	background: #666666 !important;
	border: #535353 2px solid !important;
	border-radius: 0px;
}

li.active a:hover {
	text-transform: capitalize !important;
	color: #fff !important;
	background: #666666 !important;
	border: #535353 2px solid !important;
	border-radius: 0px;
}

ul {
	list-style-type: none;
}

ul li {
	list-style-type: none;
	text-align: left;
	padding: 10px 0;
	margin-left: 0px;
}

ul li.members-gray {
	text-align: left;
	list-style-type: none;
	padding: 10px 0;
	margin-left: 0px;
	border-bottom: #ccc 1px solid;
}

ul:nth-of-type(1) {
	list-style-type: disc;
	margin-left: 15px;
}

.ico-hamburger {
	margin-right: -40px;
}

.ico-members-sm {
	width: 22px;
	margin: 5px 10px 0 0;
}

.ico-members-sm-vert {
	width: 20px;
	margin: 5px 10px 0 0;
}

.tab-content {
	border-top: #fff 1px solid;
}

.information {
	padding: 0 20px;
}

.floatleft {
	float: left;
	margin: 0px;
}

.li-left {
	float: left;
	padding-top: 10px;
}

.left-no-bdr {
	float: left;
	border-bottom: none;
}

label {
    font-weight: normal !important;
}

.li-right img {
	float: right;
	margin: -25px 10px 0 0;
	width: 12px;
	height: 12px;
}

.li-right-down img {
	float: right;
	margin: -25px 10px 0 0;
	width: 12px;
	height: 8px;
}

.li-right-down-exam img {
	float: right;
	margin: -15px 10px 0 0;
	width: 12px;
	height: 8px;
}

.bottom-sep {
	width: 90%;
	border-bottom: #535353 5px solid;
	margin: 20px;
}

.form-group {
	color: #666666;
}

/* modal */
.modal-backdrop {
    /* bug fix - no overlay */
    display: none;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #fff;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 0px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	margin-left: 0px;
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #fff;
}

h2.modal-top {
	color: #fff;
	margin: 10px 0 0 0;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #fff;
}

.modal-topleft h2 {
	margin-top: 0px;
	text-align: left;
	color: #fff;
	background-color: #b81237 !important;
	border: #b81237 !important;
}

.modal-topright {
	float: right;
	margin: -25px 5px 0 10px;
}

.modal-close {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	background-color: #000;
	/* color: #fff; */
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    outline: none;
    position: relative;
    vertical-align: top;
    background: none;
    position: fixed;
    /* right: -50px; */
	top: -10px;
	margin-right: 50px !important;
}

.modal-button {
	margin-left: -10px;
}

/* required */
.required::-webkit-input-placeholder:after {
    content: " *";
    color: red;
}

.required:-moz-placeholder:after {
    content: " *";
    color: red;
}

.required:-ms-input-placeholder:after {
    content: " *";
    color: red;
}
/* index login form-control */
.form-control-login {
	display: block;
	width: 40% !important;
	height: 34px;
	padding: 6px 12px;
	font-size: 1.2em;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background: #fff;
	background-image: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-bottom: #535353 2px solid;
	border-radius: 0px;
	font-family: 'Questrial', sans-serif;
}

.form-control-login:focus {
	border: #535353 2px solid !important;
	font-size: 1.2em;
	font-family: 'Questrial', sans-serif;
}
/* internal forms */
.form-control, .form-control-short, .form-control-medium {
	display: block;
	width: 70% !important;
	margin-left: 0px !important;
	height: 34px;
	padding: 5px;
    font-size: 1em;
    line-height: 1.45em;
	color: #666 !important;
	background-color: #fff;
	background: #fff;
	background-image: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-bottom: #535353 2px solid;
	border-radius: 0px;
	font-family: 'Questrial', sans-serif;
}

.form-control-payment {
	height: 34px;
	padding: 6px 0px;
    font-size: .8em;
    line-height: 1.45;
	color: black !important;
	background-color: #eee;
	background: #eee;
	margin-left: -30px;
	background-image: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-bottom: #535353 2px solid;
	border-radius: 0px;
	font-family: 'Questrial', sans-serif;
}

.fc-size {
	width: 80%;
}

.input-100 {
	margin-left: -30px;
	width: 100% !important;
}

.form-horizontal textarea {
	padding: 5px;
	color: #666;
	max-width: 100% !important;
	margin-left: auto;
	margin-right: auto;
}

.form-control label {
	color: #6666;
}

textarea:focus, input:focus{
    outline: none;
}

*:focus {
    outline: none;
}

input:focus {
    outline:none;
}

.form-control:focus {
	border-color: inherit !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-bottom: #535353 2px solid;
}

.form-control-border {
		border: #dffbff 1px solid;
}

input.middle:focus {
    outline-width: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    border-bottom: none;
}

.fc-clear {
	background: #fff;
	background-color: #fff;
}
/* selectable option */
select option {
	color: black;
}

select option:first-child {
	color: #666666;
}

select.empty {
	color: #666666;
}

select option[disabled]:first-child {
	display: none;
}

.textarea {
    padding: 5px 15px 5px 10px;
    border: 1px solid #ceecf7;
	font-family: 'Questrial', sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}

textarea:focus, input:focus {
	font-size: 1em;
	color: #666;
	border-bottom: transparent 2px solid;
	font-family: 'Questrial', sans-serif;
}

.input-memd {
	background-color: #fff;
	border-bottom: #535353 1px solid;
	border-radius: 0px;
	width: 100%;
}

.label-memd img {
	margin-right: 10px;
	margin-top: 10px;
	width: 30px;
	height: 30px;
}

.bs-margin-end {
	margin: 30px 0;
	width: 141px;
	height: 121px;
}

.ccNumber,
.ccExpiration,
.ccNumberLong {
	border-bottom: #535353 2px solid;
    border-radius: 0px;
	border-left: #fff 1px solid;
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	color: #666;
}
/* payments */
.ccNumber,
.ccExpiration,
.ccNumberLong {
	border-bottom: #535353 2px solid;
    border-radius: 0px;
	border-left: #fff 1px solid;
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	color: #666;
	padding: 0 5px;
	font-size: 1em;
	float: left !important;
	font-family: 'Questrial', sans-serif;
}

.ccNumber:focus,
.ccExpiration:focus,
.ccNumberLong:focus {
	border-bottom: #000 2px solid;
    border-radius: 0px;
	border-left: #fff 1px solid;
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	color: #666;
	padding: 0 5px;
	font-size: 1em;
	float: left !important;
	font-family: 'Questrial', sans-serif;
}

.ccNumber:focus,
.ccExpiration:focus,
.ccNumberLong:focus {
	width: 100px;
	max-width: 100px;
}

.ccGrey {
	color: #ccc !important;
}
/* payments */
.ccNumber,
.ccExpiration,
.ccNumberLong {
	border-bottom: #535353 2px solid;
    border-radius: 0px;
	border-left: #fff 1px solid;
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	color: #666;
}

.ccNumber:focus,
.ccExpiration:focus,
.ccNumberLong:focus {
	border-bottom: #000 2px solid;
    border-radius: 0px;
	border-left: #fff 1px solid;
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	color: #666;
}

.ccNumber {
	width: 58px !important;
	max-width: 58px !important;
}

.ccGrey {
	color: #ccc !important;
}

.appointment-card {
	background: #fff;
	background-color: #fff;
	width: 100%; /*90%*/
    text-align: center;
    display: block;
    margin-left: auto;
	margin-right: auto;
	color: #003852;
	font-size: 1em;
	padding: 10px;
	font-family: 'Questrial', sans-serif;
	border-radius: 0 0 10px 10px;
}

.appointment-card b {
	color: #003852;
	font-weight: 600;
	font-family: 'Questrial', sans-serif;
}

.appointment-card img {
	/* width: 50px;
	height: 50px; */
}

/* memd staging area */
.memd-stage-body {
	background: #fff;
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: relative;
}

.navbar-default {
	padding-top: 2px;
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 10px;
    border-radius: 0;
	background-color: #fff !important;
	border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    border-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-toggle, .navbar-toggle:hover {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #fff;
	color: #fff;
}

.menu_link .icon-bar, .menu_link .icon-bar, .menu_link .icon-bar {
    display: block;
    width: 32px;
    height: 3px;
    background: #fff;
    transition: 0.2s all ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

* {
    word-wrap: break-word;
    -webkit-text-stroke: 0px;
}

.memd-stage-body {
	display: block;
}

.memd-stage-body a {
	float: left;
}

.memd-stage-body a {
	padding-right: 0;
	padding-left: 1.66667em;
	background-position: left center;
}

.memd-stage-rightpanel img {
	float: right;
	margin: 17px 10px 0 0;
	width: 10px;
	height: 10px;
}

.memd-stage-rightpanel a,
.memd-stage-rightpanel a:active,
.memd-stage-rightpanel a:link,
.memd-stage-rightpanel a:hover {
    text-transform: capitalize;
    color: #fff !important;
	border-radius: 0px;
	text-align: right !important;
	text-decoration: none;
}
/* modal css */
.modal-dialog {
	font-family: 'Questrial', sans-serif;
	margin: 0 auto;
	max-width: 90%;
	margin-top: 100px;
	border-radius: 0px;
}

.modal-body {
	padding: 20px;
}

.modal-body p {
	text-align: center;
	font-family: 'Questrial', sans-serif;
	color: #666666;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.modal-body p, .modal-body h3, .modal-body row {
	text-align: left;
	font-family: 'Questrial', sans-serif;
	margin-bottom: 10px;
}

.modal-body h6 {
	text-align: left;
}

.modal-body strong {
	text-align: center;
	font-family: 'Questrial', sans-serif;
	font-size: 1em;
	font-weight: 700;
}

/* dashboard-medical-history */
.dashboard-wrapper {
	margin-left: 10px;
}

.row {
	font-family: 'Questrial', sans-serif;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #fff;
}

.btn-default:hover {
	color: #333;
	background-color: #dffbff;
	border-color: #dffbff;
}

.btn-group-space {
	margin-right: 5px;
}

.btn-group-justified {
	display: table;
	width: 90%;
	margin-left: -30px !important;
	table-layout: fixed;
	border-collapse: separate;
	/* border: #dffbff 4px solid;
	background: #dffbff; */
}

.input-control {
	width: 100%;
	margin: 0px 20px;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
	font-family: 'Questrial', sans-serif;
}
/* status-bar */
.status-wrap {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	font-family: 'Questrial', sans-serif;
}

.status-wrap-inside {
	background: #ccc;
	height: 2px;
	width: 100%;
	margin-top: 16px;
}

.imgleft, .imgleft-green, .imgleft-blue {
	float: left;
	margin-right: 3%;
}

.imgleft-grey img, .imgleft-green img, .imgleft-blue img {
	z-index: 1;
	margin-top: -27px !important;
	margin-left: -2px !important;
	width: 24px !important;
	height: 24px !important;
}

.breadcrumb {
	padding: 0px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 0px;
	line-height: .2em !important;
}

.div-center {
	text-align: center !important;
	margin: 0 auto !important;
}

.mnRatingStar {
	width: 2em;
	height: 2em;
}

.padd-left {
	padding-left: 15px;
}
/* status-bar, updated 12/28/2017 */
@import "compass/css3";
.flex-container-wrap {
	align-items: center;
	justify-content: center;
	height: 2px;
	margin-top: 15px;
	margin-left: 0px; /*-10*/
	margin-bottom: 40px;
	margin-right: 20px; /*10*/
}

.flex-container {
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;

	background: #ccc;
	height: 2px;
	justify-content: space-between !important;
}

.flex-item-green {
	background: #f7941d;
	border-radius: 30px;
	padding: 5px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-bottom: 10px;

	line-height: 10px;
	color: transparent !important;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	font-family: 'Questrial', sans-serif;
}

.flex-item-blue {
	background: #b81237;
	border-radius: 30px;
	padding: 5px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-bottom: 10px;

	line-height: 10px;
	color: transparent !important;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	font-family: 'Questrial', sans-serif;
}

.flex-item-grey {
	background: #c1c0c7;
	border-radius: 30px;
	padding: 5px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-bottom: 10px;

	line-height: 150px;
	color: white;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	font-family: 'Questrial', sans-serif;
}

.flex-ico-arrow {
	width: 15px;
	height: 15px;
	margin-top: 3px;
}

.flex-ico-check {
	width: 15px;
	height: 15px;
	margin-top: 3px;
	color: #535353 !important;
}
/* Care Instructions PDF button */
.btn-blue-exam-instructions {
	margin: 10px 0 auto;
	background-color: #b81237;
	border: #b81237 1px solid;
	min-width: 300px;
	max-width: 300px;
	color: #fff;
	font-size: .9em;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0px;
	font-family: 'Questrial', sans-serif;
}

.btn-blue-exam-instructions:active,
.btn-blue-exam-instructions:focus,
.btn-blue-exam-instructions:target,
.btn-blue-exam-instructions:hover {
	color: #fff;
	text-decoration: none;
	background-color: #b81237;
	border: #b81237 1px solid;
}

.allergen-wrap {
	border: #ccc 1px solid;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px 0;
}

.ico-search{
	margin-left: 0px;
	margin-top: -28px;
}

.ico-search-img {
	width: 15px;
	height: 16px;
	float: left;
	margin-top: -20px;
}

.textarea-hack {
	margin-top: 20px;
}

.ico-search-modal-img {
	width: 15px;
	height: 16px;
	float: left;
}

/* override bootstrap .field-validation-error: { margin-bottom: 20px;} */
.alert-danger,
.alert-danger-forgot-password,
.signup-danger,
.signup-patient-danger,
.forgot-password-required,
.signup-address-danger,
.signup-patient-danger-month,
.signup-patient-danger-day,
.signup-patient-danger-year {
	color: #a94442;
	text-align: center;
}

.alert {
    padding: 15px;
	margin-bottom: 0px;
    border: 1px solid transparent;
	border-radius: 4px;
	min-width: 70%;
	font-size: 1em;
	font-family: 'Questrial', sans-serif;
}

.alert-danger {
	display: block;
	box-shadow: none;
	color: #a94442 !important;
	background-color: transparent !important;
	border-color: transparent !important;
    display: inline-block;
	white-space: wrap;
	margin-left: -40px;
	min-width: 100%;
	text-align: center;
	font-family: 'Questrial', sans-serif;
}

.checkbox-required {
	color: #a94442 !important;
	font-family: 'Questrial', sans-serif;
}

.alert-bottom {
	margin-top: 15px;
}

.ico-paging {
    margin: 0 auto;
    width: 67px;
    height: 50px;
    margin-bottom: 10px;
}
/* colored ul li */
.ultreat {
	margin-left: 15px;
	text-align: left;
}

.ultreat li {
	color: #666666;
	font-size: 1em;
	line-height: .08em;
	font-family: 'Questrial', sans-serif;
}

.ultreat li {
	padding-left: 1em;
	/* text-indent: -.7em; */
	list-style-type: none;
}

.ultreat li:before {
	margin-left: -15px;
	content: '\2022';
	color: #b81237;
	padding-right: 0.5em;
	font-size: 1.2em;
	font-family: 'Questrial', sans-serif;
}

.li-do t{
	color: #666666;
	font-size: 1em; /*16px*/
	line-height: .08em; /*18px*/
}

.li-dot {
	padding-left: 1em;
	text-indent: -.7em;
	list-style-type: none;
}

.li-dot:before {
	margin-left: -15px;
	content: '\2022';
	color: #666666;
	padding-right: 0.5em;
	font-size: 1.2em;
	font-family: 'Questrial', sans-serif;
}


/* Webkit based browsers */
meter[value="0"]::-webkit-meter-optimum-value { background: red; }
meter[value="1"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="2"]::-webkit-meter-optimum-value { background: orange; }
meter[value="3"]::-webkit-meter-optimum-value { background: green; }

/* Gecko based browsers */
meter[value="0"]::-moz-meter-bar { background: red; }
meter[value="1"]::-moz-meter-bar { background: yellow; }
meter[value="2"]::-moz-meter-bar { background: orange; }
meter[value="3"]::-moz-meter-bar { background: green; }

meter {
	display:none !important;
}

@media screen and (min-width:768px){
    meter {
        display:block !important;
    }
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* demo */
.demoimg {
	margin: 0 auto;
	min-width: 100% !important;
	background-image: url("https://www.memd.me/wp-content/uploads/2018/03/slider-doctor-tablet.png");
	background-repeat: no-repeat;
	height: 298px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.demodoc {
	margin-top: -76px;
	background-color: rgba(0, 128, 187, 0.6);
	background: rgba(0, 128, 187, 0.6);
	text-align: center;
	padding: 20px 0;
}

.demodoc h3 {
	color: #fff;
	font-family: 'Questrial', sans-serif;
	font-size: 1.2em;
	font-weight: 600;
}

.w3-right-align {
	margin-left: 0px;
	text-align: left;
}

.bottom-text-black, .bottom-text-black:focus, .bottom-text-black a, .bottom-text-black a:active, .bottom-text-black a:link {
    color: #000000 !important;
    text-decoration: underline !important;
}

.bottom-text-black:hover {
    color: #000000 !important;
    text-decoration: underline !important;
}

.bottom-text-white, .bottom-text-white:focus, .bottom-text-white a, .bottom-text-white a:active, .bottom-text-white a:link {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.bottom-text-white:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.left100 {
	float: left;
	width: 100%;
}

.text-center {
	text-align: center !important;
}
/* bottom footer */
.bsbottom {
	width: 100%;
	position: fixed;
	z-index: 99;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0 !important;
	background: #b81237;
}
.bsbottom-indide {
	padding-top: 20px;
	padding-bottom: 30px;
	margin: 0 auto;
	width: 60% !important;
	color: #fff;
}
.bsbottom-left p {
	float: left;
	color: #fff !important;
	text-align: center;
}
.bsbottom-right p {
	float: right;
	color: #fff !important;
	text-align: center;
}

.footer {
	padding: 10%;
    position: fixed;
    height: 100px;
    bottom: 0;
	width: 100%;
	margin-top: -50px;
}

ul.listbook{
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}

.separator_wrap {
	display: inline-block;
	text-align: center;
	margin: 10px 0px;
	padding-left: 20%;
	padding-right: 20%;
	min-width: 90%;
	border: #ccc 1px solid;
}
/* fixes pages with links that should hover blue */
.signup-email-continue a:active,
.signup-email-continue a:focus {
    color: #535353 !important;
    background-color: #fff !important;
	text-decoration: none !important;
}

.signup-email-continue a:focus:hover {
    color: #535353 !important;
    background-color: #fff !important;
}

