.row-gutter-sm {
    padding: 0 10px;
}

.gutter-sm {
    padding-right: 5px;
    padding-left: 5px;
}

.row-gutter-zero {
    padding: 0;
}

.gutter-zero {
    padding-right: 0;
    padding-left: 0;
}

.col-xs-fifth,
.col-sm-fifth,
.col-md-fifth,
.col-lg-fifth {
    position: relative;
    min-height: 1px;
}

.col-sm-fifth {
    font-size: 1.6rem;
}
@media (min-width: 992px) {
	.col-sm-fifth {
		float: left;
		width: 20%;
		font-size: 1.4rem;
	}
}

@media (min-width: 992px) {
    .col-sm-offset-fifth-1 {
        margin-left: 10%;
    }
    .col-sm-offset-fifth-2 {
        margin-left: 40%;
    }
}

.col-xs-fourth,
.col-sm-fourth,
.col-md-fourth,
.col-lg-fourth {
    position: relative;
    min-height: 1px;
}

.col-sm-fourth {
    font-size: 1.6rem;
}
@media (min-width: 992px) {
	.col-sm-fourth {
		float: left;
		width: 25%;
		font-size: 1.4rem;
	}
}


}
@media (min-width: 768px) {
    .col-sm-offset-fourth-1 {
        margin-left: 20%;
    }

    .col-sm-offset-fourth-2 {
        margin-left: 40%;
    }
}
.float-right {
    float: right;
}
.container {
    width: auto;
}
html {
    height: 100%;
}
body {
    font-family: "Source Sans Pro";
    color: #2E4447;
}
a {
    color: #177FC3;
    text-decoration: underline;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    -webkit-transition: border 0.2s ease;
    -moz-transition: border 0.2s ease;
    -ms-transition: border 0.2s ease;
    -o-transition: border 0.2s ease;
    transition: border 0.2s ease;
}
a:hover,
a:focus {
    color: #279ae6;
    text-decoration: underline;
    border: 0px;
}
a:active {
    color: #F4933E;
    border: 0px;
}
a img {
    border: 0;
    text-decoration: none;
    outline: none;
}
a.link-white {
    color: #fff;
}
a.link-white:active {
    color: #F4933E;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
h1,
.h1 {
    color: #2E4447;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0 0 30px 0;
    line-height: 1.2;
    font-size: 36px;
    font-size: 3.6rem;
}
@media (min-width: 992px) {
    h1,
    .h1 {
        font-size: 42px;
        font-size: 4.2rem;
    }
}
h2,
.h2 {
    color: #2E4447;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px;
    line-height: 1.3;
    font-size: 24px;
    font-size: 2.4rem;
}
@media (min-width: 992px) {
    h2,
    .h2 {
        font-size: 28px;
        font-size: 2.8rem;
    }
}
h3,
.h3 {
    color: #2E4447;
    text-transform: none;
    font-weight: 600;
    letter-spacing: .01em;
    margin: 0 0 20px 0;
    line-height: 1.3;
    font-size: 17.5px;
    font-size: 1.75rem;
}
@media (min-width: 992px) {
    h3,
    .h3 {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
h4,
.h4 {
    color: #2E4447;
    text-transform: none;
    font-weight: 600;
    letter-spacing: .01em;
    margin: 0 0 20px 0;
    line-height: 1.3;
    font-size: 16px;
    font-size: 1.6rem;
}
@media (min-width: 992px) {
    h4,
    .h4 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
h5,
.h5 {
    color: #2E4447;
    text-transform: uppercase;
    letter-spacing: .1rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 13px;
    font-size: 1.3rem;
}
@media (min-width: 992px) {
    h5,
    .h5 {
        font-size: 15px;
        font-size: 1.5rem;
    }
}
h6,
.h6 {
    color: #2E4447;
    letter-spacing: .02em;
    line-height: 1.5;
    font-weight: 600;
    font-size: 13px;
    font-size: 1.3rem;
}
@media (min-width: 992px) {
    h6,
    .h6 {
        font-size: 15px;
        font-size: 1.5rem;
    }
}
p,
.p,
ol,
.ol,
ul,
.ul,
address,
dl,
table {
    margin-bottom: 20px;
    letter-spacing: .02em;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
}
@media (min-width: 992px) {
    p,
    .p,
    ol,
    .ol,
    ul,
    .ul,
    address,
    dl,
    table {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
ol,
.ol,
ul,
.ul {
    padding-left: 1.4em;
}
ul {
    list-style: square;
    padding-left: 20px;
}
.divider-dot {
    padding: 0 10px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.img-150 {
    width: 150px;
    margin: 5px 0;
    border: 0px solid #abc4cd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
}
.l-wrap {
    margin: 0 auto;
}
@media (min-width: 768px) {
    .col-sm-four-col {
        width: 25%;
        float: left;
    }
}
.float-right {
    float: right;
}
.container {
    width: auto;
}
html {
    height: 100%;
}
body {
    font-family: "Source Sans Pro";
    color: #2E4447;
}
a {
    color: #177FC3;
    text-decoration: underline;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    -webkit-transition: border 0.2s ease;
    -moz-transition: border 0.2s ease;
    -ms-transition: border 0.2s ease;
    -o-transition: border 0.2s ease;
    transition: border 0.2s ease;
}
a:hover,
a:focus {
    color: #279ae6;
    text-decoration: underline;
}
a:active {
    color: #F4933E;
}
a img {
    border: 0;
    text-decoration: none;
    outline: none;
}
a.link-white {
    color: #fff;
}
a.link-white:active {
    color: #F4933E;
}
h1,
.h1 {
    color: #2E4447;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0;
    margin: 25px 0 30px 0;
    line-height: 1.2;
    font-size: 36px;
    font-size: 3.6rem;
}
@media (min-width: 992px) {
    h1,
    .h1 {
        font-size: 42px;
        font-size: 4.2rem;
    }
}
@media (max-width: 768px) {
    h1,
    .h1 {
        color: #2E4447;
        text-transform: none;
        font-weight: 300;
        letter-spacing: 0;
        margin: 0 0 30px 0;
        line-height: 1.2;
        font-size: 36px;
        font-size: 2.4rem;
    }

.name-header-adj  {
	margin-top: 20px;
}
}
h2,
.h2 {
    color: #2E4447;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px;
    line-height: 1.3;
    font-size: 24px;
    font-size: 2.4rem;
}
@media (min-width: 992px) {
    h2,
    .h2 {
        font-size: 28px;
        font-size: 2.8rem;
    }
}
@media (max-width: 700px) {
    h2,
    .h2 {
        color: #2E4447;
        text-transform: none;
        font-weight: 500;
        letter-spacing: 0;
        margin-bottom: 10px;
        line-height: 1.0;
        font-size: 24px;
        font-size: 2.0rem;
    }
}
h3,
.h3 {
    color: #2E4447;
    text-transform: none;
    font-weight: 600;
    letter-spacing: .01em;
    margin: 0 0 20px 0;
    line-height: 1.3;
    font-size: 17.5px;
    font-size: 1.75rem;
}
@media (min-width: 992px) {
    h3,
    .h3 {
        font-size: 22px;
        font-size: 2.0rem;
    }
}
h4,
.h4 {
    color: #2E4447;
    text-transform: none;
    font-weight: 600;
    letter-spacing: .01em;
    margin: 0 0 20px 0;
    line-height: 1.3;
    font-size: 16px;
    font-size: 1.6rem;
}
@media (min-width: 992px) {
    h4,
    .h4 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
h5,
.h5 {
    color: #2E4447;
    text-transform: uppercase;
    letter-spacing: .1rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 13px;
    font-size: 1.3rem;
}
@media (min-width: 992px) {
    h5,
    .h5 {
        font-size: 15px;
        font-size: 1.5rem;
    }
}
h6,
.h6 {
    color: #2E4447;
    letter-spacing: .02em;
    line-height: 1.5;
    font-weight: 600;
    font-size: 13px;
    font-size: 1.3rem;
}
@media (min-width: 992px) {
    h6,
    .h6 {
        font-size: 15px;
        font-size: 1.5rem;
    }
}
p,
.p,
ol,
.ol,
ul,
.ul,
address,
dl,
table {
    margin-bottom: 20px;
    letter-spacing: .02em;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
}
@media (min-width: 992px) {
    p,
    .p,
    ol,
    .ol,
    ul,
    .ul,
    address,
    dl,
    table {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media (max-width: 875px) {
  #rm-file-active {
	  display:none;
  }
}
@media (max-width: 800px) {
  #rm-chart-active{
	  display:none;
  }
}
@media (max-width: 768px) {
  #rm-file-active,
  #rm-chart-active  {
	  display: block;
  }
}
@media (max-width: 1180px) {
  #rm-file {
	  display:none;
  }
}
@media (max-width: 1128px) {
  #rm-chart {
	  display:none;
  }
}
@media (max-width: 1048px) {
  #rm-insurance {
	  display:none;
  }
}
@media (max-width: 870px) {
  #rm-messages {
	  display:none;
  }
}
@media (max-width: 768px) {
  #rm-messages,
  #rm-insurance,
  #rm-file,
  #rm-chart  {
	  display: block;
  }
}
@media (max-width: 882px) {
  #rm-transaction-id {
	  display:none;
  }
}
@media (max-width: 585px) {
  #rm-transaction-date {
	  display:none;
  }
}
@media (max-width: 500px) {
  #rm-service-fee {
	  display:none;
  }
}
@media (max-width: 315px) {
  #rm-charge {
	  display:none;
  }
}
@media (max-width: 800px) {
  #rm-transfer-id {
	  display:none;
  }
}
@media (max-width: 585px) {
  #rm-deposit-date {
	  display:none;
  }
}
@media (max-width: 325px) {
  .add-width317 {
	  width:317px !important;
  }
}
@media (max-width: 500px) {
  #rm-payment-expires {
	  display:none;
  }
}
@media (max-width: 350px) {
  #rm-payment-next {
	  display:none;
  }
}
ol,
.ol,
ul,
.ul {
    padding-left: 1.4em;
}
ul {
    list-style: square;
    padding-left: 20px;
}
.p-print-visit {
	margin-bottom: 5px;
    letter-spacing: .02em;
    font-weight: 400;
    font-size: 1.3rem;
}
.p-print-visit-large {
	margin-bottom: 5px;
    letter-spacing: .02em;
    font-weight: 400;
    font-size: 1.8rem;
    padding-top: 100px;
}
.p-print-visit-bold {
	margin-bottom: 0px;
    letter-spacing: .02em;
    font-weight: bold !important;
    font-size: 1.5rem;
	color:#000;
}
.divider-dot {
    padding: 0 10px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.img-full {
    width: 100%;
    margin: 5px 0;
    border: 1px solid #abc4cd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
}
.l-wrap {
    margin: 0 15px;
}
@media (min-width: 768px) {
    .l-wrap {
        padding: 0 20px;
    }
}
@media (min-width: 992px) {
    .l-wrap {
        max-width: 100%;
    }
}
.l-section {
    padding: 6rem 0;
}
@media (min-width: 992px) {
    .l-section {
        padding: 8rem 0;
    }
}
.l-section-small {
    padding: 2rem 0;
}
.1-section1-small {
    padding: 3rem 0;
}
@media (max-width: 400px) {
    .1-section1-small1 {
        padding: 0rem 0;
    }
}
.l-section-small-report {
    padding: 1rem 0;
}
@media (min-width: 992px) {
    .l-section-small {
        padding: 2rem 0;
    }
}
.l-margin-bottom {
    margin-bottom: 20px;
}
.l-margin-bottom-sm {
    margin-bottom: 10px;
}
.margin-diagtable {
	margin-bottom: 10px !important;
}
.l-margin-bottom-big {
    margin-bottom: 40px;
}
.l-margin-top {
    margin-top: 20px;
}
.l-margin-top-big {
    margin-top: 40px;
}
.l-margin-top-xl {
    margin-top: 60px;
}
.l-margin-bottom-xl {
    margin-bottom: 60px;
}
.simple-step-margin60 {
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	.simple-step-margin60 {
		margin-bottom: 10px;
	}

}
.ico-sign-in {
    padding-right: 20px;
    position: relative;
    font-size: 1.0em !important;
    padding-left:5px;
}
.ico-sign-in:after {
    position: absolute;
    background: url(/images/idn/ico-sign-in.png) no-repeat 0 0;
    background-size: contain;
    top: 50%;
    margin-top: -7px;
    right: 0;
    content: "";
    height: 15px;
    width: 15px;
}
.header-main {
    padding: 20px 0px 0px 0px;
    background: #fff;
	position: relative; /*for most browsers*/
	position: -webkit-sticky; /*for safari*/
	position: sticky; /* for Firefox */
	top: 0; /*tell it where to stick*/
}
.home-page-header {
    transition: all 0.5s;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.header-main-alt .row {
    border-bottom: 0px solid #EBF1F3;
}
.header-main-logo {
    transition: all 0.5s;
    display: block;
    -ms-interpolation-mode: bicubic;
	max-width: 250px;
	max-height: 60px;
}
@media (max-width: 930px) {
    .header-main-logo {
        max-width: 200px;
		max-height: 60px;
        -ms-interpolation-mode: bicubic;
    }
}
@media (max-width: 767px) {
    .header-main-logo {
        max-width: 150px;
		max-height: 60px;
        -ms-interpolation-mode: bicubic;
    }
}
.header-main-logo-print {
    max-width: 200px;
	max-height: 120px;
    display: block;
	padding-bottom: 30px;
    -ms-interpolation-mode: bicubic;
}
.header-main-logo-still {
    width: auto;
	max-height: 60px;
    display: block;
    -ms-interpolation-mode: bicubic;
}
@media (max-width: 930px) {
    .header-main-logo-still {
        width: auto;
		max-height: 42px;
        margin-top:15px;
        -ms-interpolation-mode: bicubic;
    }
}
@media (max-width: 768px) {
    .header-main-logo-still {
        width: auto;
		max-height: 40px;
        -ms-interpolation-mode: bicubic;
    }
}
@media (max-width: 480px) {
    .header-main-logo-still {
        width: auto;
		max-height: 40px;
        -ms-interpolation-mode: bicubic;
    }
}
@media (max-width: 425px) {
    .header-main-logo-still {
        width: auto;
		max-height: 40px;
		max-width: 195px;
        -ms-interpolation-mode: bicubic;
    }
}
@media (max-width: 360px) {
    .header-main-logo-still {
        width: auto;
		max-height: 35px;
		max-width: 153px;
        -ms-interpolation-mode: bicubic;
    }
}
.header-secondary-logo {
    width: 100px;
    display: block;
}
@media (min-width: 768px) {
    .header-secondary-logo {
        width: 125px;
    }
}
.header-shpamf-logo {
    max-width: 300px;
	max-height: 200px
    display: block;
}
@media (min-width: 768px) {
    .header-shpamf-logo {
        width: 325px;
    }
}
.header-main-home-link {
		display: inline-block;
}
@media (min-width: 768px) {
	.large-menu {
		font-size: 2.4em !important;
		float:right !important;
	}
}
@media (min-width: 992px) {
	.large-menu {
		font-size: 2.4em !important;
	}
}
.large-menu-phy {
    text-align: right;
}
@media (min-width: 768px) {
	.large-menu-phy {
		font-size: 1.0em !important;
		float:right !important;
	}
}
@media (min-width: 992px) {
	.large-menu-phy {
		font-size: 1.6em !important;
	}
}
.main-menu {
    margin: 0 0 20px 0;
    list-style: none;
    padding: 0;
}
@media (min-width: 768px) {
    .main-menu li {
        display: inline-block;
    }
}
.main-menu-signout a {
    text-decoration: none;
    display: block;
    line-height: 40px;
    padding: 15px 5px 0px 5px;
    border-bottom: 1px solid #EBF1F3;
    list-style:none;

}
.main-menu a {
    text-decoration: none;
    display: block;
    line-height: 40px;
    padding: 0 5px;
    border-bottom: 1px solid #EBF1F3;
}
@media (min-width: 992px) {
    .main-menu a {
        display: inline-block;
        border: 0;
    }
}
@media (max-width: 767px) {
    .main-menu a {
        text-decoration: none;
        display: block;
        line-height: 25px;
        padding: 0px 5px 0px 0px;
        margin-left: 150px;
        border-bottom: 1px solid #EBF1F3;
    }
}
@media (max-width: 600px) {
    .main-menu a {
        text-decoration: none;
        display: block;
        line-height: 25px;
        padding: 0px 5px 0px 0px;
        margin-left: 100px;
        border-bottom: 1px solid #EBF1F3;
    }
}
@media (max-width: 480px) {
    .main-menu a {
        text-decoration: none;
        display: block;
        line-height: 25px;
		font-size: 0.9em !important;
        padding: 1px 5px 0px 30px;
        margin-left: 75px;
        border-bottom: 1px solid #EBF1F3;
    }
}
@media (max-width: 400px) {
    .main-menu a {
        text-decoration: none;
        display: block;
        line-height: 25px;
		font-size: 0.9em !important;
        padding: 1px 5px 0px 30px;
        margin-left: 55px;
        border-bottom: 1px solid #EBF1F3;
    }
}
@media (max-width: 360px) {
    .main-menu a {
        text-decoration: none;
        display: block;
        line-height: 25px;
		font-size: 0.9em !important;
        padding: 1px 5px 0px 30px;
        margin-left: 28px;
        border-bottom: 1px solid #EBF1F3;
    }
}
.main-menu-phy {
    margin: 0 0 20px 0;
    list-style: none;
    padding: 15px 0 0 0 !important;
}
@media (min-width: 768px) {
    .main-menu-phy {
        text-align: right;
        margin: 0;
        padding: 15px 0 0 0;
    }
}
@media (min-width: 768px) {
    .main-menu-phy li {
        display: inline-block;
    }
}
.main-menu-phy a {
    text-decoration: none;
    display: inline-block;
    line-height: 40px;
    padding: 0 5px;
    border-bottom: 1px solid #EBF1F3;
}
@media (max-width: 1145px) {
    .main-menu-phy a {
        border: 0;
		font-size: 1.6rem !important;
        padding: 0px 5px 0px 0px;
        margin-left: 5px;
        border-bottom: 1px solid #EBF1F3;
    }
}
@media (max-width: 1020px) {
    .main-menu-phy a {
		font-size: 1.5rem !important;
        padding: 0px 5px 0px 0px;
        margin-left: 0px;
        border-bottom: 1px solid #EBF1F3;
    }
}
@media (max-width: 870px) {
    .main-menu-phy a {
		font-size: 1.3rem !important;
        padding: 0px 5px 0px 0px;
        margin-left: 0px;
        border-bottom: 1px solid #EBF1F3;
    }
}
@media (max-width: 767px) {
    .main-menu-phy a {
        line-height: 25px;
		font-size: 0.9em !important;
        padding: 1px 5px 0px 0px;
        border-bottom: 1px solid #EBF1F3;
    }
}
.sign-out-link-only {
    color: #2E4447;
    text-align: left;
    display: block;
    position: relative;
    padding-right: 20px;
    display: inline-block;
}
.main-menu a.sign-out-link {
    color: #2E4447;
    text-align: left;
    display: block;
    position: relative;
    padding-right: 20px;
}
@media (min-width: 768px) {
    .main-menu a.sign-out-link {
        display: inline-block;
        border-left: 1px solid #dbe6e9;
    }
}
.main-menu a.sign-out-link:hover {
    color: #F4933E;
}
.main-menu a.sign-out-link .ico-sign-in {
    position: absolute;
    right: 0;
    top: 50%;
}
.main-menu-phy a.sign-out-link {
    color: #2E4447;
    display: block;
    position: relative;
    padding-right: 20px;
}
@media (min-width: 768px) {
    .main-menu-phy a.sign-out-link {
        display: inline-block;
        border-left: 1px solid #dbe6e9;
    }
}
.main-menu-phy a.sign-out-link:hover {
    color: #F4933E;
}
.main-menu-phy a.sign-out-link .ico-sign-in {
    position: absolute;
    right: 0;
    top: 50%;
}
.icon-bar {
    background: #F4933E;
}
.hero-register {
    background: #EBF1F3;
}
@media (min-width: 768px) {
    .hero-register {
        background: #EBF1F3 url(/images/idn/healthlens-hero-graphic-mobile-nocup.jpg) top right no-repeat;
        background-size: cover;
    }
}
@media (min-width: 1100px) {
    .hero-register {
        background: #EBF1F3 url(/images/idn/healthlens-hero-graphic.jpg) top right no-repeat;
        background-size: cover;
    }
}
input[type=radio] + label {
    color: #ccc;
    font-style: italic;
}
input[type=radio]:checked + label {
    color: #f00;
    font-style: normal;
}
.nav-hamburger {
    position: absolute;
    top: -15px;
    right: 0;
}
.navbar {
    min-height: auto;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}
.navbar-collapse {
    padding: 0;
    border: 0;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}
@media (max-width: 767px) {
	.navbar-anon {
		margin-right:50px;
		float:right;
	}
}
@media (max-width: 767px) {
	.navbar-anon-patient {
		float: right;
        margin-right: 38px;
        padding-top: 0px !important;
	}
}
/*
@media (min-width: 768px) {
    .navbar-collapse {
        background: transparent;
    }
}
.navbar-toggle {
    padding-top: 25px;
}
*/
.home-page-first-content {
    margin-top: 80px;
}
@media (max-width: 767px) {
    .home-page-first-content {
        margin-top: 25px;
    }
}
@media (max-width: 700px) {
    .home-page-first-content {
        margin-top: 50px;
    }
}
.btn {
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    background-clip: padding-box;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    font-weight: 600;
    height: 32px;
    line-height: 30px;
    padding: 0 25px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.04);
}
@media (max-width: 400px) {
    .btn {
        padding: 0 15px;
    }
}
@media (min-width: 360px) {
    .btn {
        display: inline-block;
    }
}
@media (min-width: 768px) {
    .btn {
        display: inline-block;
        font-size: 1.4rem;
		padding: 0 30px;
        height: 42px;
        line-height: 40px;
    }
}
.btn:link,
.btn:visited {
    text-decoration: none;
}
.btn:active {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}
.btn.btn-block {
    display: block;
}
.btn.btn-big {
    font-size: 15px;
    font-size: 1.5rem;
    height: 43px;
    line-height: 41px;
}
@media (min-width: 768px) {
    .btn.btn-big {
        height: 55px;
        line-height: 53px;
        display: inline-block;
        font-size: 17px;
        font-size: 1.7rem;
    }
}
.btn.btn-small {
    height: 21px;
    line-height: 18px;
    padding: 0 10px;
    font-size: 9px;
    font-size: 0.9rem;
}
@media (min-width: 360px) {
    .btn.btn-small {
        height: 25px;
        line-height: 22px;
        font-size: 11px;
        font-size: 1.1rem;
    }
}
@media (min-width: 768px) and (max-width: 1268px) {
	.btn-smaller {
		font-size: 0.8rem !important;
	}
}
.radio-label-active {
    background: #fdb !important;
    color: #177FC3;
}

.btn.btn-ghost {
    background: #fff;
    border: 1px solid #dbe6e9;
	margin-bottom: 5px;
}
.btn.btn-ghost:hover {
    border: 1px solid #bbd0d6;
    color: #177FC3;
}
.btn.btn-ghost:active {
    border: 1px solid #9bb9c3;
    color: #f38626;
    -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.06);
}
.btn.btn-orange {
    background: #F4933E;
    color: #fff;
    border: 1px solid #f1780e;
    min-width: 110px;
	outline: none;
	margin-bottom: 5px !important;
    font-size:1.4rem;
}
@media (max-width: 525px) {
	.btn.btn-orange {
		background: #F4933E;
		color: #fff;
		border: 1px solid #f1780e;
		min-width: 75px;
		outline: none;
		margin-bottom: 5px;
		padding: 0 10px;    }
}
.btn-orange-blog {
    padding: 0px 20px !important;
}
.btn.btn-orange-visit-create {
    background: #F4933E;
    color: #fff;
    border: 1px solid #f1780e;
    min-width: 150px;
    outline: none;
    margin-bottom: 5px !important;
    padding: 0 10px 0 10px;
}
@media (max-width: 767px) {
    .btn.btn-orange-visit-create {
        background: #F4933E;
        color: #fff;
        border: 1px solid #f1780e;
        min-width: 100%;
        outline: none;
        margin-bottom: 5px;
        padding: 0 10px;
        font-size: 12px;
    }
}
.btn.btn-orange-inverted {
    background: #FFF;
    color: #F4933E;
    border: 1px solid #f1780e !important;
    min-width: 110px;
	outline: none;
	margin-bottom: 5px !important;
    font-size:1.4rem;
}
@media (max-width: 525px) {
	.btn.btn-orange-inverted {
		background: #FFF;
		color: #F4933E;
		border: 1px solid #f1780e !important;
		min-width: 75px;
		outline: none;
		margin-bottom: 5px;
		padding: 0 5px;
    }
}
.btn.btn-orange-inverted-visit-create {
    background: #FFF;
    color: #F4933E;
    border: 1px solid #f1780e !important;
    min-width: 110px;
    outline: none;
    margin-bottom: 5px !important;
    float:left !important;
}
@media (max-width: 767px) {
    .btn.btn-orange-inverted-visit-create {
        background: #FFF;
        color: #F4933E;
        border: 1px solid #f1780e !important;
        min-width: 100%;
        outline: none;
        margin-bottom: 5px;
        padding: 0 5px;
        font-size: 12px;
    }
}
@media (max-width: 410px) {
	.btn-orange-sub1 {
	    padding: 0 15px !important;
    }
}
.btn.btn-orange:hover {
    background: #f38626;
    color: #fff;
    border: 1px solid #d96c0c;
}
.btn.btn-orange:active {
    background: #f1780e;
    border: 1px solid #c1600b;
    -webkit-box-shadow: inset 0 2px 0 #d96c0c;
    box-shadow: inset 0 2px 0 #d96c0c;
}
.btn.btn-orange-wide {
    background: #F4933E;
    color: #fff;
    border: 1px solid #f1780e;
    min-width: 110px;
    outline: none;
    margin-bottom: 5px !important;
}
.btn.btn-orange-inverted-wide {
    background: #FFF;
    color: #F4933E;
    border: 1px solid #f1780e !important;
    min-width: 110px;
    outline: none;
    margin-bottom: 5px !important;
}
.btn.btn-green {
    background: #00BF63;
    color: #fff;
    border: 1px solid #dddddd;
    min-width: 70px;
	outline: none;
	margin-bottom: 5px !important;
}
@media (max-width: 420px) {
	.btn.btn-green {
		background: #00BF63;
		color: #fff;
		border: 1px solid #dddddd;
		min-width: 50px;
		outline: none;
		margin-bottom: 5px;
		padding: 0 5px;
		font-size: 9px;
    }
}
.btn.btn-green:hover {
    background: #21a666;
    border: 1px solid #00BF63;
}
.btn.btn-green:active {
    background: #00BF63;
    border: 1px solid #21a666;
    -webkit-box-shadow: inset 0 2px 0 #dddddd;
    box-shadow: inset 0 2px 0 #dddddd;
}
.btn.btn-grey {
    background: #8C989A;
    color: #fff;
    border: 1px solid #8C989A;
    min-width: 155px;
	outline: none;
	margin-bottom: 12px;
	font-size: 1.6rem;
	padding: 0px 0px 0px 0px;
}
@media (max-width: 1150px) {
	.btn.btn-grey {
		min-width: 140px;
		margin-bottom: 12px;
		height: 40px;
		line-height: 37px;
		font-size: 1.3rem;
		padding: 0px 0px 0px 0px;
	}
}
@media (max-width: 980px) {
	.btn.btn-grey {
		min-width: 115px;
		padding: 0 0px;
		height: 27px;
		line-height: 21px;
		font-size: 1.1rem;
	}
}
@media (max-width: 765px) {
	.btn.btn-grey {
		min-width: 207px;
		padding: 0 30px;
		height: 42px;
		line-height: 40px;
		font-size: 1.6rem;
	}
}
.btn.btn-grey:hover {
    background: #EBF1F3;
    border: 1px solid #EBF1F3;
	color:#333;
}
.btn.btn-grey:active {
    background: #8C989A;
    border: 1px solid #8C989A;
	color: #fff;
    -webkit-box-shadow: inset 0 2px 0 #d96c0c;
    box-shadow: inset 0 2px 0 #d96c0c;
}
.btn.btn-emailCampaign {
    background: #F4933E;
    color: #fff;
    border: 1px solid #f1780e;
    min-width: 70px;
	outline: none;
	margin-bottom: 5px;
	padding: 0 30px;
	height: 42px;
	line-height: 40px;
}
@media (max-width: 1060px) {
	.btn.btn-emailCampaign {
		min-width: 50px;
		margin-bottom: 5px;
		padding: 0 20px;
		height: 40px;
		line-height: 37px;
	}
}
@media (max-width: 900px) {
	.btn.btn-emailCampaign {
		min-width: 50px;
		padding: 0 8px;
		height: 27px;
		line-height: 26px;
	}
}
@media (max-width: 765px) {
	.btn.btn-emailCampaign {
		min-width: 50px;
		padding: 0 30px;
		height: 42px;
		line-height: 40px;
	}
}
.btn.btn-emailCampaign:hover {
    background: #f38626;
    border: 1px solid #d96c0c;
}
.btn.btn-emailCampaign:active {
    background: #f1780e;
    border: 1px solid #c1600b;
    -webkit-box-shadow: inset 0 2px 0 #d96c0c;
    box-shadow: inset 0 2px 0 #d96c0c;
}
.btn.btn-hldarkblue {
    background: #177FC3 !important;
    color: #fefefe;
    border: 1px solid #367caa !important;
}
.btn.btn-hldarkblue:hover {
    background: #3A92CB;
    border: 1px solid #177fc3;
}
.btn.btn-hldarkblue:active {
    background: #3A92CB;
    border: 1px solid #177fc3;
    -webkit-box-shadow: inset 0 2px 0 #d96c0c;
    box-shadow: inset 0 0px 0 #d96c0c;
}
@media (max-width: 525px){
    .btn.btn-hldarkblue {
        font-size: 1.4rem;
        padding: 0 10px;
    }
}
.btn.btn-hldarkblue-pat {
    background: #177FC3 !important;
    color: #fefefe;
    border: 1px solid #367caa !important;
}
.btn.btn-hldarkblue-pat:hover {
    background: #3A92CB;
    border: 1px solid #177fc3;
}
.btn.btn-hldarkblue-pat:active {
    background: #3A92CB;
    border: 1px solid #177fc3;
    -webkit-box-shadow: inset 0 2px 0 #d96c0c;
    box-shadow: inset 0 0px 0 #d96c0c;
}
@media (max-width: 525px){
    .btn.btn-hldarkblue-pat {
        font-size: 9px;
    }
}
@media (max-width: 768px) {
  .btn-responsive {
    padding: 12px 8px 2px 8px;
	font-size: 85%;
	line-height: 0.7;
	height: 32px;
  }
}

@media (min-width: 769px) and (max-width: 1075px) {
  .btn-responsive {
	padding: 12px 10px 0px 10px;
	font-size: 90%;
	line-height: 1.0;
	height: 35px;
  }
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    visibility: hidden;
}
.btn-group .btn {
    padding: 0 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    background: #fff;
    border: 1px solid #abc4cd;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
}
@media (min-width: 768px) {
    .btn-group .btn {
        font-size: 16px;
        font-size: 1.6rem;
        z-index: 1 !important;
    }
}
.note-btn {
	font-size: 1.2rem!important;
	width: auto;
	height:36px;
	padding: 0 8px !important;
	line-height: 35px;
}
@media (max-width: 768px) {
	.note-btn {
	    font-size: 1.0rem!important;
    }
}
.note-btn-group{
	height: 40px;
    line-height: 8px;
    font-size: 1.2rem;
}
@media (min-width: 768px) {
    .note-btn-group {
		height: 36px;
        z-index: 1 !important;
    }
}
.dropdown-menu>li>a {
    text-decoration: none;
}
.multiselect-container>li>a>label.checkbox, .multiselect-container>li>a>label.radio {
    margin: 0;
    padding-bottom: 3px !important;
}
.multiselect-container>li.multiselect-group label {
    padding-bottom: 3px !important;
}
.btn-group .btn:hover {
    border: 1px solid #6c98a7;
    background: #fdb;
}
.btn-ghost.btn-group-selected {
    background: #177FC3; 
    border: 1px solid #126195;
    color: #fff;
    -webkit-box-shadow: inset 0 2px 0 #1470ac;
    box-shadow: inset 0 2px 0 #1470ac;
    pointer-events: none;
}/*  3*30-2021   removed to let healthlens css handle footer 
.footer {
    padding: 15px;
    color: hsla(0, 0%, 100%, 0.5);
    text-align: center;
}*/
.footer-copyright {
    background-color: #2f4447; 
    padding: 15px;
    color: hsla(0, 0%, 100%, 0.5);
    text-align: center;
}
.mobile-access {
    background: #146ca6 url(/images/idn/mobile-access-bg.jpg) top right no-repeat;
    background-size: cover;
}
.mobile-access-title,
.mobile-access-p {
    color: #fff;
	text-align:center;

}
.hero-title,
.hero-title-p {
    color: #2E4447;
}
@media (min-width: 768px) {
	.hero-title,
	.hero-title-p {
		color: #fff;
	}
}
.testamonial {
    background: #fefefe;
    background-size: contain;
}
/* testamonial original with hands add -  url(/images/idn/testamonials1-bg.jpg) bottom center no-repeat*/
.testamonial-title,
.testamonial-p {
    color: #2E4447;
}
.condition-treated {
    background: #fefefe bottom center no-repeat;
    background-size: contain;
}
.condition-treated-title,
.condition-treated-p {
    color: #2E4447;
}

.blog-latest {
    background: #ffffff;
}
/* blog-latest original css - background: #ebf1f3 url(/images/idn/blog-latest-bg.jpg) bottom left no-repeat; */
@media (min-width: 768px) {
    .blog-latest {
        background-size: contain;
    }
}
.quick-nav {
    background: #2E4447;
}
.quick-nav-title {
    color: #fff;
    text-align: center;
}
@media (min-width: 3000px) {
    .quick-nav-title {
        text-align: left;
    }
}
.quick-nav-list {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
@media (min-width: 3000px) {
    .quick-nav-list {
        text-align: left;
    }
}
.quick-nav-list li {
    margin-bottom: 5px;
}
.quick-nav-link {
    text-decoration: none;
}
.quick-nav-link:hover {
    color: #F4933E;
    text-decoration: none !important;
}
.quick-nav-link:active {
    color: #fff;
}
.simple-steps-wrap {
    position: relative;
}
@media (min-width: 992px) {
    .simple-steps-wrap:before {
        content: "";
        display: block;
        position: absolute;
        top: 60px;
        left: 50%;
        margin-left: -350px;
        height: 2px;
        width: 700px;
    }
}
@media (min-width: 992px) {
    .simple-steps-customwrap:before {
        content: "";
        display: block;
        position: absolute;
        top: 60px;
        left: 50%;
        margin-left: -350px;
        height: 2px;
        width: 700px;
    }
}
.simple-step {
    text-align: left;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
	.simple-step {
        text-align: center;
        margin-bottom: 40px;
    }
}
.simple-step-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-size: contain;
    position: relative;
    border: 2px solid #fff;
}
@media (min-width: 768px) {
    .simple-step-icon {
        width: 75px;
        height: 75px;
        margin: 0 auto;
        background-size: contain;
        position: relative;
        border: 2px solid #fff;
    }
}
@media (min-width: 768px) {
    .k-icon {
        width: 120px;
        height: 120px;
    }
}
.simple-step-icon-one {
    background-image: url(/images/idn/step1.png);
    background-repeat: no-repeat;
}
.simple-step-lumaicon-one {
    background-image: url(/images/idn/Get-illuvinate-Step-1.png);
    background-repeat: no-repeat;
}
.simple-step-cost-icon-one {
    background-image: url(/images/idn/card-placeholder1.png);
    background-repeat: no-repeat;
    border: 1px solid #8C989A;
}
.simple-step-overview-icon-one {
    background-image: url(/images/idn/step1.png);
    background-repeat: no-repeat;
    border: 1px solid #8C989A;
}

.simple-step-icon-two {
    background-image: url(/images/idn/step2.png);
    background-repeat: no-repeat;
}
.simple-step-lumaicon-two {
    background-image: url(/images/idn/Get-illuvinate-Step-2.png);
    background-repeat: no-repeat;
}
.simple-step-cost-icon-two {
    background-image: url(/images/idn/insurance.png);
    background-repeat: no-repeat;
    border: 1px solid #8C989A;
}
.simple-step-overview-icon-two {
    background-image: url(/images/idn/step2.png);
    background-repeat: no-repeat;
    border: 1px solid #8C989A;
}
.simple-step-icon-three {
    background-image: url(/images/idn/step3.png);
    background-repeat: no-repeat;
}
.simple-step-lumaicon-three {
    background-image: url(/images/idn/Get-illuvinate-Step-3-Psoriasis.png);
    background-repeat: no-repeat;
}
.simple-step-cost-icon-three {
    background-image: url(/images/idn/refund.png);
    background-repeat: no-repeat;
    border: 1px solid #8C989A;
}
.simple-step-overview-icon-three {
    background-image: url(/images/idn/step3.png);
    background-repeat: no-repeat;
    border: 1px solid #8C989A;
}
.simple-step-title {
    text-align: center;
	font-weight:400;
    margin-top:10px;
}
.simple-step-title-left {
    font-weight:400;
    margin-top:10px;
}
.simple-steps-number {
    position: absolute;
    top: 0;
    left: 0;
    background: #2E4447;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-clip: padding-box;
}
@media (max-width: 768px) {
    .simple-steps-number {
        position: absolute;
        top: 0;
        left: 0;
        background: #2E4447;
        color: #fff;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 16px;
        font-size: 1.6rem;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        background-clip: padding-box;
    }
}
.simple-step-start {
    text-align: center;
    padding-top: -100px;
    position: relative;
}
.simple-step-start:before {
    content: "";
    line-height: .3;
    display: block;
    position: absolute;
    top: -40px;
    left: 50%;
    font-size: 90px;
    text-align: center;
    color: #EBF1F3;
    margin-left: -20px;
    width: 40px;
}
.simple-step-start {
    margin-top: -5px;
}
@media (min-width: 768px) {
    .simple-step-start {
        margin-top: -85px;
    }

    .simple-step-start:before {
        top: -30px;
    }
}
.physician-apply-header {
    background: #fff;
}
.physician-apply-header-m {
    background: #fff;
}
@media (min-width: 768px) {
    .physician-apply-header-m {
        background: #fff url(/images/idn/physician-m.jpg) 80% 0 no-repeat;
        background-size: contain;
    }
}
@media (min-width: 768px) {
    .physician-apply-header-f {
        background: #fff url(/images/idn/physician-f.jpg) 80% 0 no-repeat;
        background-size: contain;
    }
}
.lined-list {
    border-top: 1px solid #dbe0e2;
    list-style: none;
    margin: 0;
    padding: 0;
}
.lined-list-noborder {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lined-list-noborder li {
    list-style: none;
    margin: 0;
    padding: 10px 0 10px 0;
}
.lined-list-noborder-nopad li {
    list-style: none;
    margin: 0;
	font-weight:500;
}
@media (min-width: 1101px) {
	.lined-list-noborder-nopad li {
		margin-left: 25%;
    }
}
@media (max-width: 1100px) {
	.lined-list-noborder-nopad li {
		margin-left: 20%;
    }
}
@media (max-width: 880px) {
	.lined-list-noborder-nopad li {
		margin-left: 12%;
    }
}
@media (max-width: 768px) {
	.lined-list-noborder-nopad li {
		margin-left: 0%;
    }
}
.lined-list-noborder-nopad-step3 li {
    list-style: none;
    margin: 0;
	font-weight:500;
	margin-left: 8%;
}
@media (min-width: 1200px) {
	.lined-list-noborder-nopad-step3 li {
		list-style: none;
		margin: 0;
		font-weight:500;
		margin-left: 15%;
    }
}
@media (max-width: 768px) {
	.lined-list-noborder-nopad-step3 li {
		list-style: none;
		margin: 0;
		font-weight:500;
		margin-left: -5%;
    }
}
.lined-list li {
    margin: 0;
    border-bottom: 1px solid #dbe0e2;
    padding: 10px 0 10px 0;
}
.lined-list li.single {
    padding-bottom: 20px;
    border: 0;
}
.lined-list div {
    padding-left: 0;
    /*position: relative;*/
}
.lined-list-label {
    font-weight: 600;
    padding-left: 0;
}
.lined-list-label-single {
    margin-bottom: 20px;
}
.steps-indicator {
    color: #8c989a;
    margin-bottom: 30px;
	text-align: center;
}
@media (max-width: 992px) {
    .steps-indicator {
        text-align: left;
    }
}
.steps-indicator-visit {
    color: #8c989a;
    margin-bottom: 30px;
	text-align: center;
}
@media (max-width: 768px) {
    .steps-indicator-visit {
        text-align: left;
    }
}
.steps-indicator p {
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}
.steps-indicator a {
    text-decoration: none;
}
.steps-indicator a .steps-indicator-number {
    border: 1px solid #177FC3;
    color: #177FC3;
}
.steps-indicator-number {
    color: #2E4447;
    border: 1px solid #dbe6e9;
    width: 33px;
    height: 33px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-clip: padding-box;
}
.steps-indicator-number-active {
    background: #2E4447;
    border: 1px solid #2E4447;
    color: #fff;
}
.steps-indicator-wrap {
    border: 0px solid #EBF1F3;
    display: block;
    background: #fff;
    margin-left: -1px;
    padding: 10px 20px;
    margin-top: -1px;
}
@media (min-width: 768px) {
    .steps-indicator-wrap {
        padding: 13.33333px 10px;
    }
}
a.steps-indicator-wrap:hover .steps-indicator-number {
    color: #F4933E;
    border: 1px solid #F4933E;
}
.steps-indicator-wrap-active {
    color: #2E4447;
}

.steps-diagnose {
    color: #8c989a;
    margin-bottom: 30px;
	text-align: center;
}
@media (max-width: 992px) {
    .steps-diagnose {
        text-align: left;
    }
}
.steps-diagnose-visit {
    color: #8c989a;
    margin-bottom: 30px;
	text-align: center;
}
@media (max-width: 768px) {
    .steps-diagnose-visit {
        text-align: left;
    }
}
.steps-diagnose p {
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}
.steps-diagnose a {
    text-decoration: none;
}
.steps-diagnose a .steps-diagnose-number {
    border: 1px solid #177FC3;
    color: #177FC3;
}
.steps-diagnose-number {
    color: #2E4447;
    border: 1px solid #dbe6e9;
    width: 33px;
    height: 33px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    font-size: 1.8rem;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-clip: padding-box;
}
.steps-diagnose-number-active {
    background: #EBF1F3;
    border: 1px solid #2E4447;
    color: #000;
}
.steps-diagnose-wrap {
    border: 0px solid #EBF1F3;
    display: block;
    background: #fff;
    margin-left: -1px;
    padding: 10px 20px;
    margin-top: -1px;
	font-size: 1.2em;
	text-decoration: none;
}
.steps-diagnose-wrap:after {
    border-left: 20px solid #EBF1F3;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}
@media (min-width: 768px) {
    .steps-diagnose-wrap {
        padding: 13.33333px 10px;
		font-size: 1.7em;
    }
}
a.steps-diagnose-wrap:hover .steps-diagnose-number {
    color: #F4933E;
    border: 1px solid #F4933E;
}
.steps-diagnose-wrap-active {
    color: #fff;
    background: #2E4447;
}
.alert {
    font-style: italic;
    padding: 10px 20px;
    color: #2E4447;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
}
.alert-info {
    background-color: #def0fb;
    border: 1px solid #279ae6;
}
.alert-danger {
    background-color: #f7dcdf;
    border: 1px solid #D23549;
}
.alert-success {
    background-color: #def2d7;
    border: 1px solid #6CC750;
}
.alert-warning {
    background-color: #fce4cf;
    border: 1px solid #f38626;
}
.alert-warning-icd {
	background-color: #fce4cf;
    border: 1px solid #f38626;
    padding: 2px 0 2px 0;
    width: 155px;
}
.alert-warning-diag-eval {
	background-color: #fce4cf;
    border: 1px solid #f38626;
    margin-top: 18px;
}
.modal-body {
    background: #EBF1F3;
    border: 0;
}
.modal-dialog {
    width: 60%;
    margin: 5px auto;
}
@media (max-width:768px) {
    .modal-dialog {
        width: 95%;
        margin: 5px auto;
    }
}
.modal-dialog-vlg {
    width: 80%;
    margin: 30px auto;
}
@media (max-width:768px) {
    .modal-dialog-vlg {
        width: 95%;
        margin: 30px auto;
    }
}
.modal-dialog-lg {
    width: 75%;
    margin: 5px auto;
}
@media (max-width:768px) {
    .modal-dialog-lg {
        width: 95%;
        margin: 5px auto;
    }
}
@media (min-width:768px) {
    .modal-dialog-agreement {
        width: 90%;
        margin: 5px auto;
    }
}
.modal-dialog-md {
    width: 70%;
    margin: 30px auto;
}
@media (max-width:768px) {
    .modal-dialog-md {
        width: 95%;
        margin: 30px auto;
    }
}
.modal-dialog-patMsgModal {
    width: 80%;
    margin: 30px auto;
}
@media (min-width:768px) {
    .modal-dialog-patMsgModal {
        width: 80%;
        margin: 30px auto;
    }
}
@media (min-width:950px) {
    .modal-dialog-patMsgModal {
        width: 70%;
        margin: 30px auto;
    }
}
@media (min-width:1250px) {
    .modal-dialog-patMsgModal {
        width: 50%;
        margin: 30px auto;
    }
}

@media (min-width:768px) {
    .modal-dialog-sm {
        width: 420px;
        margin: 30px auto;
    }
}
.modal-header,
.modal-footer,
.modal-body {
    border: 0;
    padding: 20px;
}
.photo-profile-img {
    margin: 0px 10px 15px 0;
    max-width: 160px;
    max-height: 160px;
    border: 1px solid #abc4cd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
}
.photo-diagnosis-img-oldone {
    margin: 5px 10px 5px 0;
	max-height: 350px;
    width: 98%;
    border: 0px;
    -webkit-border-radius: 5px;
    border-radius: 2px;
    background-clip: padding-box;
}
.photo-visitSummary-img {
    margin: 0 0 0 0;
    width: 75px;
	height:75px;
    border: 2px solid #8C989A;
    -webkit-border-radius: 6px;
    border-radius: 5px;
    background-clip: padding-box;
	min-width: 75px;
}
.photo-diagnosis-img {
    margin: 5px 10px 5px 0px;
    width: 125px;
	height:125px;
    border: 1px solid #8C989A;
    -webkit-border-radius: 6px;
    border-radius: 15px;
    background-clip: padding-box;
}
@media (max-width: 1055px) {
	  .photo-diagnosis-img {
	      width: 115px;
          height: 115px;
	  }
}
@media (max-width: 625px) {
	  .photo-diagnosis-img {
	      width: 100px;
          height: 100px;
	  }
}
@media (max-width: 550px) {
	  .photo-diagnosis-img {
	      width: 75px;
          height: 75px;
	  }
}
@media (max-width: 500px) {
	  .photo-diagnosis-img {
	      width: 60px;
          height: 60px;
	  }
}
@media (max-width: 375px) {
      .photo-diagnosis-img {
          width: 50px;
          height: 50px;
      }
}
.photo-diagnosis-img-ga {
    margin: 5px 10px 5px 0px;
    width: 125px;
	height:125px;
    border: 2px solid #8C989A;
    -webkit-border-radius: 6px;
    border-radius: 8px;
    background-clip: padding-box;
}
@media (max-width: 1055px) {
	  .photo-diagnosis-img-ga {
	      width: 115px;
          height: 115px;
	  }
}
@media (max-width: 550px) {
	  .photo-diagnosis-img-ga {
	      width: 100px;
          height: 100px;
	  }
}
@media (max-width: 470px) {
	  .photo-diagnosis-img-ga {
	      width: 75px;
          height: 75px;
	  }
}
@media (max-width: 400px) {
	  .photo-diagnosis-img-ga {
	      width: 50px;
          height: 50px;
	  }
}
.photo-insurance-img {
    margin: 5px 10px 5px 0;
    width: 150px;
    height: 125px;
    border: 0px solid #abc4cd;
    -webkit-border-radius: 5px;
    border-radius: 2px;
    background-clip: padding-box;
}
.photo-emailcampaign1-img {
    margin: 5px 10px 5px 0;
    width: 100%;
    border: 1px solid #8C989A;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
}
.form-group-radio {
    padding-right: 20px;
}
.radio label {
    font-weight: 600;
}
.radio label:checked {
    font-weight: 1000;
}
textarea {
    resize: vertical;
}
.help-block {
    color: #8c989a;
    margin: 2.5px 0 0 0;
    font-size: 14px;
}
@media (min-width: 992px) {
    .help-block {
        font-size: 14px;
    }
}
.help-inline {
    color: #8c989a;
    margin: 5px 0 0 0;
    display: inline;
    font-size: 12px;
    font-size: 1.2rem;
}
@media (min-width: 992px) {
    .help-inline {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.modal-header10,
.modal-footer10 {
    padding: 20px 20px;
}
.modal-body10 {
    padding: 0px 0px 20px 0px;
}
.modal-header,
.modal-footer,
.modal-body {
    padding: 20px 40px !important;
}
.modal-header-rx,
.modal-footer-rx {
	background-color: #EBF1F3;
	padding: 20px 0px 0px 0px;
	margin-bottom: 0px;
}
.modal-footer-rx1 {
	background-color: #EBF1F3;
	padding: 20px 0px 20px 0px;
	margin-bottom: 0px;
}
@media (max-width: 400px) {
    .modal-body {
	    padding: 20px 5px;
    }
}
.modal-content {
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
}
.close {
    font-size: 30px;
}
.box {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #dbe6e9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
}
.box-tile {
    min-height: 160px;
    margin-bottom: 30px;
}
.box-dark {
    border: 1px solid #2E4447;
    background: #2E4447;
}
.box-dark h3,
.box-dark h4,
.box-dark h5,
.box-dark h6 {
    color: #fff;
}
.box-dark p,
.box-dark li {
    color: #8c989a;
}
.box-asphalt {
    border: 1px solid #cbdbe0;
    background: #EBF1F3;
}
.box-blue {
    border: 1px solid #177FC3;
    background: #177FC3;
}
.box-blue h3,
.box-blue h4,
.box-blue h5,
.box-blue h6 {
    color: #fff;
}
.box-blue p,
.box-blue li {
    color: #dbe6e9;
}
.box-list {
    margin: 0;
    list-style: none;
    padding: 0;
}
.box-link {
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}
@media (min-width: 992px) {
    .box-link {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.table {
    border-top: 1px solid #cbdbe0;
    border-bottom: 1px solid #cbdbe0;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-bottom: 0;
}
@media screen and (max-width: 768px) {
    .table-responsive-stack .table {
        border: 0;
    }
    .table-responsive-stack .table thead {
        display: none;
    }
    .table-responsive-stack .table th {
        border-bottom: 1px solid #cbdbe0;
    }
    .table-responsive-stack .table tr {
        display: block;
        border: 1px solid #EBF1F3;
        border-top: 0;
        border-bottom: 1px solid #cbdbe0;
        margin: 0 0 20px 0;
    }
    .table-responsive-stack .table tr:first-child {
        border-top: 0;
    }
    .table-responsive-stack .table tr:nth-child(odd) {
        background: #efefef;
    }
    .table-responsive-stack .table td {
        display: block;
        text-align: left;
    }
    .table-responsive-stack .table td:before {
        content: attr(data-label);
        font-weight: bold;
    }
}
.pagination {
    margin: 0;
}
.pagination > li > a,
.pagination > li > span {
    border: 1px solid #abc4cd;
}
.pagination > li > a:hover {
    background: #177FC3;
    color: white;
    border: 1px solid transparent;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #F4933E;
    border: 1px solid #F4933E;
}
label,
.label {
    font-weight: 600;
    color: #2E4447 !important;
    cursor: pointer;
    margin: 0 0 10px 0;
    padding: 0;
    display: inline-block;
    white-space: normal;
    line-height: 1.3;
    font-size: 14px;
    font-size: 1.4rem;
}
@media (min-width: 992px) {
    label,
    .label {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.label-block {
    text-align: left;
    display: block;
}
.form-group {
    margin-bottom: 20px;
}
.form-group-password {
    position: relative;
}
.form-group-password .toggle-password {
    position: absolute;
    top: -4px;
    right: 5px;
    padding: 10px 11.42857px;
    height: 32px;
}
@media (min-width: 768px) {
    .form-group-password .toggle-password {
        top: 0;
    }
}
.form-group-error {
    background-color: #f7dcdf;
    margin-left: -4px;
    margin-top: 0px;
    padding: 4px 4px 8px 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
}
.form-group-error input {
    border: 1px solid #D23549;
}
.form-group-error .help-inline,
.form-group-error .help-block {
    color: #D23549;
}
.form-control {
    padding: 5px 11.42857px;
    height: 32px;
    border: 1px solid #abc4cd;
    color: #2E4447;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    font-size: 14px;
    font-size: 1.4rem;
}
@media (min-width: 768px) {
    .form-control {
        height: 42px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.form-control:focus {
    border: 1px solid #6c98a7;
    background: #fdb;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
}
.form-control.form-control-small {
    height: 30px;
}
.form-group-radio {
    padding-right: 20px;
}
.radio label {
    font-weight: 600;
}
textarea {
    resize: vertical;
}
.help-inline {
    color: #8c989a;
    margin: 5px 0 0 0;
    display: inline;
    font-size: 12px;
    font-size: 1.2rem;
}
@media (min-width: 992px) {
    .help-inline {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.form-not-editable label,
.form-not-editable option,
.form-not-editable select,
.form-not-editable input,
.form-not-editable textarea {
    pointer-events: none;
}
.profile-pic {
    border: 0px solid #abc4cd;
    width: 150px;
    -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
}
.profile-pic-phyList {
    border: 0px solid #abc4cd;
    width: 100px;
	height: 100px;
    -webkit-box-shadow: 0 px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    border:none;
}
@media (max-width: 768px) {
    .profile-pic-phyList-single {
    display: block;
    margin-left:auto;
    margin-right:auto;
    }
}
.profile-pic-title {
    width: 50px;
    float: left;
    margin-right: 20px;
}
.is-bg-white {
    background: #fff;
}
.is-bg-asphalt {
    background: #EBF1F3;
}
.is-bg-asphalt1 {
    background: rgba(235, 241, 243, 0.4);
    border-radius: 24px;
	border: 0px solid #ffffff;
}
.is-bg-asphalt2 {
    background: rgba(235, 241, 243, 0.4);
    border-radius: 24px;
	border: 0px solid #ffffff;
}
.is-bg-blue {
    background: #177FC3;
}
.is-bg-orange {
    background: #F4933E;
}
.is-bg-green {
    background: #6CC750;
}
.is-bg-gray {
    background: #2E4447;
}
.is-bg-gray-dark {
    background: #1a2628;
}
.is-bg-gray-light {
    background: #8c989a;
}
.is-bg-yellow {
    background: #fdb;
}
.is-text-white {
    color: #fff;
}
.is-text-green {
    color: #6CC750;
}
.is-text-gray-light {
    color: #8c989a;
}
.is-text-asphalt {
    color: #EBF1F3;
}
.is-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 768px) {
    .is-text-right-sm {
        text-align: right;
		padding-top: 8px;
    }
}
.tag-wrap {
    position: relative;
    padding-left: 5px;
}
.tag-wrap .tag {
    position: absolute;
    top: 0;
}
.tag {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 2px 5px;
    font-weight: 400;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
}
@media (min-width: 992px) {
    .tag {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.tag-orange {
    background-color: #fce4cf;
    border: 1px solid #f38626;
    color: #f38626;
}
.tag-green {
    background-color: #def2d7;
    border: 1px solid #6CC750;
    color: #6CC750;
}
.thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    border: 3px solid #fff;
    background: #fff;
    max-width: 140px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.gallery a {
    text-decoration: none;
}
.lead-gen-link {
    position: fixed;
    bottom: -1px;
    right: 85px;
    z-index: 1000;
    background: #F4933E;
    padding: 10px;
    color: #fff;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #f1780e;
    opacity: 0.95;
    filter: alpha(opacity=95);
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    background-clip: padding-box;
}
@media (min-width: 768px) {
    .lead-gen-link {
        display: inline-block;
        padding: 15px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.lead-gen-link:visited {
    color: #fff;
    text-decoration: none;
}
.lead-gen-link:hover {
    color: #fff;
    text-decoration: none;
    background: #f38626;
    border: 1px solid #d96c0c;
}
.lead-gen-link:active {
    color: #fff;
    background: #f1780e;
    text-decoration: none;
    border: 1px solid #c1600b;
}
.stripe-powered-by {
    height: 18px;
}
.select-rx {
    width: 100%;
    height: 800px;
}
.select-rx-note {
    font-size: 13px !important;
    font-style:italic;
}
@media print {
    * {
        background: #fff;
        color: #333;
    }
    p,
    li {
        font-size: 12px;
    }
}
.accordion-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.panel-default,
.panel {
    border: none;
    box-shadow: none;
    background-color: #fff;
}
.panel {
    border: 1px solid #dbe0e2;
}
.panel ul {
    margin-bottom: 0;
}
.panel-default > .panel-heading {
    background-color: transparent;
    border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #e2e7e9;
}
.panel-title a {
    color: #177FC3;
    text-decoration: none;
    font-weight: 400;
}
.panel.panel-default {
    border: 0px;
}
.hpi-text {
    color:#FFF;
    font-size: 1.5rem;
    border-bottom: 1px solid #105989;
}
.hpi-text-sm {
    color:#FFF;
    font-size: 1.2rem;
	float:none;
}
.hpi-text1 {
    color:#FFF;
    font-size: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1292px) {
	.hpi-text1 {
	  color:#FFF;
	  font-size: 1.0rem;
  }
}
.hpi-text-noborder {
    color:#FFF;
    border-bottom: 0px solid #177FC3;
}
.picture-preview img {
  margin: 0 15px 10px 0px;
}
.img {
    display: block;
    width: 100%;
    max-width: 200px;
    max-height: 350px;
    padding: 0 !important;
    margin:0px 0 10px 0 !important;
}
.buttons-holder {
    text-align: center;
    // overflow: auto;
    max-width: 220px;
}
@media (min-width: 768px) {
    .buttons-holder {
       // width: 50%;
       max-width: 220px;
    }
}
@media (min-width: 1024px) {
    .buttons-holder {
      // width: 100%;

         max-width: 220px;
    }
}
@media (min-width: 1608px) {
      .buttons-holder {
      // width: 70%;

    }
}
/*input.parsley-success,*/

/*select.parsley-success,*/

/*textarea.parsley-success {*/

/*color: #468847;*/

/*background-color: #DFF0D8;*/

/*border: 1px solid #D6E9C6;*/

/*}*/

/*input.parsley-error,*/

/*select.parsley-error,*/

/*textarea.parsley-error {*/

/*color: #B94A48;*/

/*background-color: #F2DEDE;*/

/*border: 1px solid #EED3D7;*/

/*}*/
.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 1.2em;
    line-height: 0.9em;
    opacity: 0;
    color:red;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.parsley-errors-list.filled {
    opacity: 1;
}
.row-message {
    margin-right:-15px;
    margin-left:-15px;
    font-style:italic;
}
.margin-top-search {
    margin-top: 25px;
}
.margin-top-idermnet-link {
    margin-top: 140px;
}
.tableBorder {
    border: 0px solid #177FC3 !important;
}
.tableHeaderBackground {
    background-color:#FFCC9E;
    border-bottom-color:#FFCC9E !important;
}
.tableHeaderBackgroundAsphalt {
    background-color:#EBF1F3;
    border-bottom-color:#EBF1F3 !important;
}
.table.dataTable thead th,
table.dataTable thead td {
    padding:10px 18px;
    border-bottom:0px solid #111;
}
.table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-repeat:no-repeat;
    background-position: left !important;
	vertical-align:middle;
}
.row-nav {
    margin-left: 12%;
    margin-right: 10%;
}

/*=== Trigger for Physician Info Request on home page  ===*/
.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/
.phyInfoRequest {
    -webkit-animation-delay: 5.0s;
    -moz-animation-delay: 5.0s;
    animation-delay: 5.0s;
}

/*=== Animations start here  ===*/

/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.hideShowPassword-toggle {
    margin-top: -10px !important;
}
.clsDatePicker {
    z-index: 100000;
}
input[type="file"] {
    width: 90%;
}
.blue {
    color: #177FC3;
    border: 0px;
}
a[aria-expanded=true] .glyphicon-chevron-down {
    display: none;
}
a[aria-expanded=false] .glyphicon-chevron-up {
    display: none;
}
.margin-15 {
    margin-top:15px;
}
.margin-40 {
    margin-top:40px;
}
.top-buffer {
    padding: 75px;
}
  @media (max-width: 992px) {
	  .top-buffer {
    padding: 15px;
} }
.bottom-buffer {
    margin-bottom: 20px;
}
.add_remove {

    display: inline-block;
    position: relative;
    width: 100px;
    margin: 0 auto 10px;
}
@media (min-width: 1608px) {
    .add_remove {

    }
}
.change_remove {
  float: left;
    display: block;
    position: relative;
    width: 70px;
    margin: 10px auto 30px;
}
@media (min-width: 1608px) {
    .change_remove {

    }
}
.delete-right-pool {
    float: right;
    display: block;
    width: 70px;
    margin: 10px auto 30px;
}

@media (min-width: 1608px) {
    .delete {

    }
}
#general-image-holder {
    min-height: 150px;
}
// #condition-1-holder {
//     min-height: 150px;
// }
// @media (min-width: 768px) {
//     #condition-1-holder {
//         min-height: 150px;
//     }
// }
// #condition-2-holder {
//     min-height: 150px;
// }
// @media (min-width: 768px) {
//     #condition-2-holder {
//         min-height: 150px;
//     }
// }
// #condition-3-holder {
//     min-height: 150px;
// }
// @media (min-width: 768px) {
//     #condition-3-holder {
//         min-height: 150px;
//     }
// }
.address-box {
    padding: 8px;
    width: 100%;
    color: #555;
    border: 1px solid #8C989A;
    border-radius: 10px;
    margin-bottom: 20px;
}
.padding-prescribeHelp {
    padding: 8px;
}
.padding-prescribeHelp1 {
    padding: 15px;
	font-size: 1.6rem;
}
.padding-left-medications {
    padding-left: 2px;
}
.no-padding-left {
    padding-left: 0px;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.no-padding-vc1 {
    padding-left: 0px;
    padding-right: 0px;
    margin-left:-5px;
}
}
.z-index-low {
	position:relative;
	z-index: 0;
}
.msg-fontsize {
	font-size: 0.7em;
}
.border-top {
	border-top: 0px !important;
}
.margin-top-vdetails {
	margin-top: 15px!important;
}
.margin-top-rx-recommend {
	margin-top: 20px!important;
}
.margin-top-visitInformation {
	margin-top: 20px!important;
}
.margin-bottom-home {
	margin-bottom: 13px !important;
	float: right;
	margin-top: -17px;
}
.margin-bottom-mobile {
	margin-bottom: 20px;
}
.margin-bottom-photo-help {
	margin-bottom: 12px!important;
}
blockquote {
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	font-size: 2.1rem;
	quotes: "\201C""\201D""\201C""\201D";
}
.quote-pfloat {
	float: right;
    padding: 0px 12px;
}
@media (max-width: 767px) {
    blockquote {
        font-size: 1.2em;
    }
}
blockquote:before {
	color: #fff;
	content: open-quote;
	font-size: 2.1rem;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote:after {
	color: #fff;
	content: close-quote;
	font-size: 2.1rem;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
@media (max-width: 992px) {
    blockquote {
        font-size:1.8rem;
    }
}
@media (max-width: 767px) {
    blockquote {
        font-size:1.5rem;
    }
}
.lower-alpha {
	list-style-type: lower-alpha;
	font-family: "Source Sans Pro";
    color: #2E4447;
	font-size: 14px;
	line-height: 1.42857143;
	margin-bottom: 0px !important;
}
.prescribe-help-font {
	font-family: "Source Sans Pro";
    color: #2E4447;
	font-size: 14px;
	line-height: 1.42857143;
}
.office-visit-row {
	margin-right: 0px !important;
    margin-left: 10px !important;
}
.healthlens-tagline {
	color: #177fc3;
    font-family: "Baskerville Old Face";
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0px;
	margin-top: -35px;
	margin-left: -3px;
}
@media (min-width: 767px) and (max-width: 992px) {
	.healthlens-tagline {
		font-size: 16px;
		font-weight: 300;
		margin-top: -32px;
		margin-left: -5px;
	}
}
@media (min-width: 369px) and (max-width: 767px) {
	.healthlens-tagline {
		font-size: 16px;
		font-weight: 300;
		margin-top: -7px;
     }
}
@media (max-width: 368px) {
	.healthlens-tagline {
		font-size: 12px;
		font-weight: 300;
		margin-top: -8px;
     }
}
.healthlens-tagline-no-menu {
    color: #177fc3;
    font-family: "Baskerville Old Face";
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0px;
    margin-top: -10px;
    margin-left: -3px;
}
@media (min-width: 767px) and (max-width: 992px) {
    .healthlens-tagline-no-menu {
        font-size: 16px;
        font-weight: 300;
        margin-top: -10px;
        margin-left: -5px;
    }
}
@media (min-width: 369px) and (max-width: 767px) {
    .healthlens-tagline-no-menu {
        font-size: 16px;
        font-weight: 300;
        margin-top: -7px;
     }
}
@media (max-width: 368px) {
    .healthlens-tagline-no-menu {
        font-size: 12px;
        font-weight: 300;
        margin-top: -8px;
     }
}

.text-justify {
  text-align: justify;
}
.insurance-image {
	max-height: 250px;
	width: auto;
}
.insurance-image-print {
    max-height: 250px;
    width: auto;
    border-radius: 15px;
    border: 1px solid #2E4447;
}
.font-size-16 {
	font-size: 1.6rem;
	letter-spacing: .02em;
    font-weight: 400;
}
.diagnose-rxselect {
	font-size: 1.0em;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #8C989A;
}
.form-header-rx {
	margin-bottom: 0px !important;
	padding-left: 42px;
	height: 30px;
}
.margin-right25 {
	margin-right: 25px !important;
}
.modal-body-rx {
	margin-top: 0px;
	background: #EBF1F3;
}
.background-white {
    background: #ffffff;
    padding-top: 15px;
    padding-left: 0px;
    margin: 0px 0px;
	border-bottom: solid 2px #EBF1F3;
}
.background-blue {
    background: #177FC3;
    padding: 7px 0px 8px 0px;
    margin: 0px 0px;
	border-bottom: solid 2px #EBF1F3;
	color: #ffffff;
	font-size:1.1em;
}
@media (max-width: 768px) {
    .background-blue {
        font-size: 1.0em;
    }
}
@media (max-width: 650px) {
    .background-blue {
        font-size: 0.9em;
    }
}
@media (max-width: 585px) {
    .background-blue {
        font-size: 0.8em;
    }
}
.orangebuttonaddnewscript {
    text-align: center;
    font-size: 1.2em;
    background-color: #F4933E;
    color: white;
    border: solid 1px #999999;
    border-radius: 20px;
    padding: 3px 10px;
    margin-top: 26px;
    margin-right: 20px;
}
@media (max-width: 767px) {
    .first-blockquote {
	    margin-bottom: 90px;
    }
}
.btn.btn-iframeModal {
    background: #F4933E;
    color: #fff;
    border: 1px solid #f1780e;
    min-width: 90px;
    outline: none;
    margin-bottom: 5px;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 1.8rem;

}
@media (max-width: 1139px) {
	.btn.btn-iframeModal {
	height: 30px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 1.6rem;
    min-width: 81px;
	}
}
@media (max-width: 876px) {
	.btn.btn-iframeModal {
	height: 22px;
    line-height: 21px;
    padding: 0 10px;
    font-size: 1.2rem;
    min-width: 65px;
	}
}
@media (max-width: 480px) {
	.btn.btn-iframeModal {
	height: 22px;
    line-height: 21px;
    padding: 0 10px;
    font-size: 0.9rem;
    min-width: 50px;
	}
}
@media (max-width: 780px) {
	.women-health {
	  font-size:1.35rem;
}
}
.conditions-treat  {
	font-size: 2.1rem;
    font-weight: 300;
    margin-top: 5%;
    background: #Ebf1f3;
}
.conditions-text {
    font-size: 28px;
    font-weight: 300;
}
@media (max-width: 1160px) {
	.font-shrink {
	  font-size:1.30rem;
    }
}
@media (max-width: 996px) {
	.font-shrink {
	  font-size:14px;
    }
}
.list-spacing {
	padding-bottom: 13px;
}
.header-public-pages {
 	margin-top: 90px;
    height: 110px;
}
@media (max-width: 768px) {
	.header-public-pages {
        height: 66px;
        margin-top:105px;
    }
}
.header-private-pages {
 	margin-top: -20px;
    height: 110px;
}
@media (max-width: 700px) {
	.header-private-pages {
        margin-top: 0px;
		height: 66px;
    }
}
.marginTop-passwordReset {
	margin-top: 100px;
}
.approved-image-size {
	max-height: 400px;
    margin-bottom: 20px;
    margin-left: 25px;
}
.outcome-rating-margin {
	margin-left:-25px !important;
}
@media (max-width: 395px) {
  .btn-group-overall-exp {
	  padding: 0 11px !important;
  }
}
.print-visit-spacing {
	padding-bottom: 5px;
}
.print-visit-margin-spacing {
	margin-bottom: 5px;
}
#content {
    display: table;
}
.container-print {
    width: auto;
    height: 100%;
    border: 1px solid #f1780e;
    padding: 10px 12px;
	margin-top: -3px;
	page-break-inside: avoid;
}
.pad-left-0 {
	padding-left: 0px;
}
.no-break {
	page-break-inside: avoid;
}
.visit-review-orange-btn-margin {
	margin-left:20px;
}
.visit-create-buttons {
    font-size: 1.4rem;
}
@media (max-width: 460px) {
.visit-create-buttons {
	margin-left: 5px;
    padding: 0 5px;
    font-size: 1.3rem;
    height: 30px;
    line-height: 30px;
}
}
@media (max-width: 1070px) {
.visit-create-buttons {
	margin-left: 5px;
    padding: 0 5px;
    font-size: 1.3rem;
    height: 30px;
    line-height: 30px;
}
}
.margin-left-0 {
	margin-left: 0px;
}
@media screen {
  .divFooter {
    margin-top: 35px;
  }
}
@media print {
  .divFooter {
    margin-top: 35px;
  }
}
.progress-left-margin {
	margin-left: 12px;
}
.margin-515 {
	margin-top: 5px;
	margin-left: 15px;
}
.padding10 {
	padding-left: 25px !important;
}
.datatable-noborder {
	border-top: 0px solid #EBF1F3;
    margin-top: -20px;
}
.width100 {
	width: 100% !important;
}
@media(max-width: 767px) {
    .mwidth100 {
        width: 100% !important;
    }
}
.width100-diag {
	width: 100% !important;
}
@media(max-width: 1090px) {
	.width100-diag {
		font-size: 1.4rem !important;
	}
}
.margin-min8  {
	margin-left: -8px;
}
.margin-plus8 {
	margin-left: 8px;
}
.margin-plus15 {
	margin-left: 15px !important;
	margin-top: -20px !important;
    font-size: 1.4rem;
}
.payment-table {
		margin-left: 10px;
	}
@media (max-width: 920px) and (min-width: 768px) {
	.payment-table {
		font-size: 1.1rem;
		margin-left: 10px;
	}
}
@media(min-width: 921px) {
	.payment-table {
		margin-left: 10px;
	}
}
.margins-sub-payment {
	margin-top: -34px;
    margin-bottom: 10px;
}
@media(max-width: 768px) {
	.margins-sub-payment {
	    margin-top: -34px;
        margin-bottom: 10px;
	}
}
@media (max-width: 768px) {
	.margins-sub-help {
	    margin-top: -15px;
        margin-bottom: 10px;
	}
}
@media (max-width: 700px) {
	.margins-sub-help {
	    margin-top: -7px;
        margin-bottom: 10px;
	}
}
@media (min-width: 769px) {
	.margins-sub-help {
	    margin-top: -15px;
        margin-bottom: 10px;
	}
}
.margins-sub-credit {
	margin-top: -25px;
    margin-bottom: -10px;
}
.pzItem-border {
	border-radius:12px;
	border: 2px solid #8C989A;
}
.lined-list-noborder {
	list-style: none;
    margin: 0;
    padding: 0;
	margin-right: 15px;
	font-size: 1.6rem;
}
.pharmacy-comp-visits {
	font-size: 1.2rem;
	font-weight:400;
}
.anchor-pharmacy {
	display: block;
    position: relative;
    top: -175px;
    visibility: hidden;
}
#hideAll
 {
   position: fixed;
   left: 0px;
   right: 0px;
   top: 0px;
   bottom: 0px;
   background-color: white;
   z-index: 99; /* Higher than anything else in the document */
 }
#load{
   width:100%;
   height:100%;
   position:fixed;
   z-index:9999;
   background:url("https://media.giphy.com/media/y1ZBcOGOOtlpC/giphy.gif") no-repeat center center rgba(0,0,0,0.25);
}
.orange-text {
	color: #177fc3;
	font-weight: bold;
}
.gly-font-size {
	font-size: 0.9em;
	color:#F4933E;
}
.healthlens-revenue {
    font-size: 1.6rem;
    /* color: #177fc3; */
    font-weight: 400;
    margin-left: 10px;
}
@media (max-width: 625px) {
	.healthlens-revenue {
	    font-size: 1.4rem;
    }
}
@media (max-width: 425px) {
	.healthlens-revenue {
	    font-size: 1.3rem;
    }
}
.margin-bottom15 {
	margin-bottom: 15px;
}
.margin-bottom20 {
	margin-bottom: 20px !important;
}
.padding-bottom20 {
	padding-bottom: 20px !important;
}
.padding-top20 {
	padding-top: 20px !important;
}
.padding20-li {
	padding: 20px 0 20px 0 !important;
}
.outcome-report-tab {
	display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
.staff-table-fontsize {
	font-size:1.5rem;
}
.staff-email {
	font-size:1.3rem;
}
.staff-username {
	font-size:1.3rem;
	font-style:italic;
}
@media(max-width: 575px) {
	.staff-email {
		display:none;
	}
	.staff-username {
		display:none
	}
}
.vertical-align {
	display: flex;
    align-items: center;
}
.referral13-title {
	text-align: center;
	padding-top: 10px;
	font-size: 1.8em;
}
.referral13-modal-title {
    text-align: left;
    padding-top: 10px;
    font-size: 2.0rem;
}
.referral13-modal-title-lg {
    text-align: left;
    padding-top: 10px;
    font-size: 2.4rem;
}
.referral13-body {
	padding-top: 10px;
	font-size: 1.8rem;
}
.referral13-body-sm {
	padding-top: 5px;
    font-size: 1.2em;
    padding-left: 7px;
	padding-bottom: 10px;
}
.referral13-modal-body-sm {
	padding-top: 5px;
    font-size: 1.5rem;
    padding-left: 7px;
    padding-bottom: 10px;
    text-align: left;
}
.pad60-custom-landing {
	padding-bottom: 60px;
}
.pad-left10 {
	padding-left: 10px;
}
.modal-referral-close {
	margin-top: -25px !important;
}
.referral-video-margin25 {
	margin-top: 30px !important;
}
.footer-margin-adj {
	margin-left: 10px;
}
.btn-lg-landing {
	min-width: 150px !important;
    font-size: 2.0rem;
}
.simple-text-question {
	text-align:right;
}
@media(max-width: 767px) {
	.simple-text-question {
	    text-align:center;
    }
}
.simple-step-fontsize {
	font-size: 2.1rem;
    display: inline-block;
    text-align: left;
}
@media(max-width: 992px) {
	.simple-step-fontsize {
	    font-size: 1.8rem;
    }
}
@media(max-width: 767px) {
	.simple-step-fontsize {
	    font-size: 1.5rem;
    }
}
diagnosis-note-hide2 {
	display:block;
}
@media(min-width: 768px) {
    .diagnosis-note-hide2 {
		display:none;
	}
}
.hideinput {
	display:none;
}
@media(max-width: 768px) {
	.hideinput-mobile {
		display:none !important;
	}
}
.padding-left-0 {
	padding-left: 0px;
}
.rx-select-pt-header {
	color: #ffffff;
}
.register-image {
	background-image:url(../../images/idn/register-background-arrow.gif);
	background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}
.vert-align {
	vertical-align:middle !important;
}
.margin-minus10 {
    margin-left: -10px;
}
.back-white {
	background: #ffffff;
    padding: 10px;
}
.phy-list-table-footer {
	background:#EBF1F3;
}
.align-hdr-center {
	text-align:center;
}
.visit-pic-number {
	min-height: 110px;
}
.align-hdr-center-i {
    text-align:center !important;
}
@media (max-width: 768px) {
    .align-hdr-center-i {
        text-align:left !important;
    }
}
.visit-only-number {
	min-height: 20px;
}
.text-icon-center {
	padding-left:15px;
}
@media (max-width: 768px) {
	.vsummary-visit-hdr  {
		display: flex !important;
	}
}
@media (max-width: 892px) and (min-width: 769px) {
  #rm-vsummary-provider {
	  display:none;
  }
}
@media (max-width: 810px) and (min-width: 769px) {
  #rm-vsummary-medication {
	  display:none;
  }
}
@media (max-width: 915px) {
  #rm-orders-provider {
	  display:none;
  }
}
@media (max-width: 915px) {
  #rm-orders-shipping {
	  display:none;
  }
}
@media (max-width: 697px) {
  #rm-orders-transaction-fee {
	  display:none;
  }
}
@media (max-width: 697px) {
  #rm-orders-sales-tax {
	  display:none;
  }
}
.mleft-list-landingpage {
	margin-left:10px;
}
#personalInfoModal {
	overflow-y: auto !important;
}
.datepicker-vacation {
	cursor:pointer !important;
}
.sign-in-block-es {
    display:block;
    padding-left:13px;
}
.sign-in-block {
	display:block;
}
@media (max-width: 768px) {
	.sign-in-block {
		padding-left:13px;

	}
}
.sign-in_margin {
	margin-top:8px;
}
@media (max-width: 768px) {
	.sign-in_margin {
		padding-left:0px !important;
	}
}
.textarea-format-spaces  {
	white-space: pre-line;
}
.sign-in-box-home {
	margin: 15px 0 15px 0;
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 767px) {
	.sign-in-box-home {
		margin: -25px 0 10px 0;
        padding-bottom: 0px;
	}
}
.sign-in-font {
	font-size: 1.6rem !important;
}
.remember-me {
	font-weight:bolder;
	font-size: 1.6rem;
	margin: 0 0 10px 0;
}
.forgot-password {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.create-account {
	text-decoration: none;
    font-size: 1.4rem;
    color: #fff;
}
.create-account:hover {
	text-decoration: none;
    font-size: 1.4rem;
    color: #fff;
}

.landing-photo-border {
	border-radius: 25px;
    border: 1px solid #8C989A;
}
.list-style-none {
	list-style:none;
}
.conditions-center {
	text-align:center;
	font-size:1.3em;
}
.btn-orange-greytext {
	color:#EFEFEF !important;
}
.form-hide-scrollbar {
	overflow:hidden;
}
@media (max-width: 768px) {
	.form-hide-scrollbar {
		overflow-y: scroll;
	}
}
@media (max-width: 768px) {
	.small-username {
		font-size: 1.2rem;
	}
}
.password-background {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.password-background:hover {
	background: rgba(221, 221, 221, .7);
    padding: 3px;
    border-radius: 15px;
}
.datepckr-scroll {
	overflow: scroll;
	position:relative;
}
@media (min-width: 992px) {
	.rearrange-col {
		display:none;
	}
}
@media (max-width: 991px) {
	.rearrange-col2 {
		display:none;
	}
}
.account-tabs {
	text-decoration:none !important;
	font-weight: 500;
    font-size: 1.3em;
}
.nav-tabs-account {
    border-bottom: 2px solid #ddd;
}
.centeredmenu-payments {
	margin-bottom:10px;
	padding-left: 62px;
}
.centeredmenu-payments ul {
	float: none !important;
    font-size: 1.3em;
}
.centeredmenu {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}
@media (max-width: 335px) {
	.centeredmenu {
	   margin-left: -4%;
	}
}
.centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
   border-bottom: 0px solid #ddd;
}
.centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   text-decoration: none;
}
.centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 15px;
   background:#fefefe;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
   border: 1px solid #ddd;
}
@media (max-width: 640px) {
	.centeredmenu ul li a {
	   font-size: 0.9em;
	}
}

@media (max-width: 490px) {
	.centeredmenu ul li a {
	   font-size: 0.8em;
	   padding:3px 10px;
	}
}

.centeredmenu ul li.selected a {
   color:#fff  !important;
   background:#177fc3 !important;
}
.centeredmenu ul li.hover a {
   background:#177fc3  !important;
   color:#fff  !important;
}
.centeredmenu ul li.active a {
   color:#fff !important;
   background:#177fc3 !important;
}
.margin-top20 {
	margin-top:20px !important;
}
.margin-top10 {
	margin-top:10px !important;
}
.margin-topm10 {
	margin-top:-10px !important;
}
.margin-topm-lg10 {
	margin-top:-10px !important;
}
@media (min-width: 767px) and (max-width: 861px) {
  .margin-topm-lg10 {
	  margin-top:0px !important;
  }
}
.margin-topm20 {
	margin-top:-20px !important;
}
.margin-right15 {
	margin-right:15px;
}
.padding-left15 {
	padding-left: 15px !important;
}
.padding-bottom20 {
	padding-bottom: 20px !important;
}
.note-editable {
	position:relative !important;
}
.instructions-box {
	border: 1px solid #ddd;
    display: block;
    position: relative;
    box-shadow: 5px 5px #EBF1F3;
    width: 100%;
	padding: 15px !important;
}
.box-padding {
	margin: 10px;
    display: block;
}
.box-padding p {
    margin-bottom:0px !important;
}
}
.margin-top5 {
	margin-top: 5px;
}
#icd_code_holder {
	width: 65px;
    padding: 0 5px 0 5px;
    text-align: center;
}
.reminder-days {
	width: 37px;
    text-align: center;
    padding: 0 5px 0 5px;
    margin-right: 5px;
}
.width50 {
	width: 80% !important;
}
.width60 {
	width: 60px;
}
.no-border {
	border-bottom: none !important;
	border-top: none !important;
}
.responsive-table {
	width:100% !important;
}
.calc-width {
	display:inline-block;
	width: 150px;
    min-width: 90px !important;
	float: none;
}
.calc-submit-width {
	display:inline-block;
	width: 150px;
    min-width: 90px !important;
	margin: 15px 0 0 30px;
	float: none;
}
.revenue-margin {
	margin: 10px 0 0 15px;
}
.revenue-box {
	margin:15px 0 15px 0;
}
.width30 {
	width: 31%
}
@media (max-width: 425px) {
	.width30 {
		font-size: 1.3rem;
	}
}
.width25 {
    width: 25%
}
@media (max-width: 425px) {
    .width25 {
        font-size: 1.3rem;
    }
}
.payment-tabs {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    font-weight:500;
    font-size:1.3em;
}
@media (max-width: 690px) {
    .payment-tabs {
        font-size:0.9em;
    }
}
@media (max-width: 565px) {
    .payment-tabs {
        min-height:83px;
        padding: 10px 5px !important;
    }
}
@media (max-width: 490px) {
    .payment-tabs {
        font-size:0.8em;
    }
}
@media (max-width: 765px) {
    .rm-transfer-id {
        display:none;
    }
}
.nav-tabs>li.active>a {
    background-color:#177FC3 !important;
    color:#fff !important;
}
.display-sm-none {
		margin-right:-20px;
}
@media (max-width: 767px) {
	.display-sm-none {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 800px) {
	.sent-fontsize {
		font-size: 1.3rem;
	}
}
.note-toolbar-wrapper {
	position:relative !important;
	top: 0px !important;
	width: 100%;
	margin-bottom: 5px;
	background-color: #EBF1F3;
}
.note-frame {
	border: 0px solid #dbe0e2 !important;
	background-color:#EBF1F3 !important;
}
.note-editing-area {
	box-shadow: 6px 14px 14px #8C989A;
}
.provider-note-products {
	font-weight:700;
	font-style:italic;
	font-size:0.9em;
	padding-left: 15px !important;
	color: #2E4447;
	text-shadow: 1px 1px 30px rgba(23,127,195, 0.5);
}
.message-provider {
	font-size: 1.6rem ;
}
@media (max-width: 1080px) {
	.message-provider {
		font-size: 1.4rem ;
	}
}
.border-product-list-rx {
    border-bottom: 1px solid #dbe0e2;
	padding: 15px 0 15px 0;
}
.border-product-list-rx1 {
    border-bottom: 1px solid #dbe0e2;
	padding: 0px 0 15px 0;
}
#cptCode {
	box-shadow: none;
    border-radius: 5px;
}
.border-bottom-none {
	border-bottom:none !important;
}
.border-bottom-on {
	border-bottom: 1px solid #dbe6e9 !important;
	padding-bottom: 20px;
}
.border-bottom-three {
	border-bottom: 3px solid #dbe6e9 !important;
}
.border-top-three {
	border-top: 3px solid #dbe6e9 !important;
}
.border-top-none {
	border-top: none !important;
}
.img-help {
	border: 1px solid #dddddd;
    padding: 7px;
    font-size: 1.0em;
    border-radius: 10px;
	margin-bottom: 10px !important;
}
.meds-products-none {
	font-size: 2.2rem;
	font-weight: 600;
	margin: 20px 0 20px 0;
    line-height: 1.3;
}
.select-fixed {
	text-align:left !important;
}
.modal-body-height {
	height: 600px:
}
#orders-modal-table {
	text-align: center !important;
}
.underline-none {
	text-decoration: none !important;
}
#patientOrderTab {
	top: -350px;
}
.padding-tb {
	padding: 20px 0;
}
.notice-bottom-margin {
	margin-bottom: -10px;
    margin-top: 20px;
}
.modal-link-view {
	font-size:1.5rem;
}
.product-details-container-image {
	margin: 8px 0 0 0;
}
.product-details-container-name {
	display: inline-block;
    font-size: 1.1em;
    padding-left: 40px;
    font-weight: 600;
    padding-top: 8%;
}
.product-details-name {
	padding:25px 0 0 0;
	font-size: 1.1em;
    font-weight: 600;
}
.product-details-image {
    max-height: 125px;
    max-width: 150px;
}
@media (max-width: 980px) {
    .product-details-image {
        max-height: 125px;
        max-width: 125px;
    }
}
@media (max-width: 845px) {
    .product-details-image {
        max-height: 125px;
        max-width: 100px;
    }
}
@media (max-width: 510px) {
    .product-details-image {
        max-height: 100px;
        max-width: 90px;
    }
}
@media (max-width: 440px) {
    .product-details-image {
        max-height: 100px;
        max-width: 75px;
    }
}
.no-extras {
  border: 1 !important;
  box-shadow: none !important;
  background-color: white !important;
  cursor: default !important;
}
.margin-left-price {
	margin-left: -5px;
}
.margin-auto {
	margin:auto;
}
.margin-bottom10 {
	margin-bottom: 10px;
}
@media (max-width: 425px) {
	.jconfirm-title {
		font-size: 0.8em !important;
    }
}
@media (max-width: 354px) {
	.jconfirm-title {
		font-size: 0.7em !important;
    }
}
.bgColor-white {
	background-color: #fff !important;
    border: 2px solid #ddd;
    border-radius: 20px;
    padding: 5px 20px 20px 20px!important;
    box-shadow: 7px 4px 9px #8C989A;
}
@media (max-width: 700px) {
	.med-grp-display-tab {
		display:none;
	}
}
@media (max-width: 768px) {
	.order-border-both-none {
		border-top: none !important;
		border-bottom: none !important;
	}
}
@media (max-width: 768px) {
	.order-border-top-none {
		border-top: none !important;
	}
}
@media (max-width: 768px) {
	.order-border-top10 {
		padding-top: 25px !important;
	}
}
@media (max-width: 767px) {
	.hide500 {
		display:none;
	}
}
table.dataTable thead .sorting {
	background-repeat:no-repeat !important;
	background-image: none !important;
}
div.dtr-modal div.dtr-modal-display {
	height:72% !important;
}
.modal-header {
	margin-top: 12px !important;
    padding: 0px 20px 0px 20px !important;
}
@media (max-width: 490px) {
	.order-fontSize-7 {
		font-size: 8px;
		text-align:center;
		line-height: 15px;
	}
}
#wrapper-center {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
#wrapper-center td {
   vertical-align: middle;
}
.position-none {
	position: unset !important;
}
.order-header {
	text-align:center;
}
@media (max-width: 767px) {
	.order-header {
	    text-align:left;
		margin-left: -100%
    }
}
@media (min-width: 995px) {
	.help-mobile-table {
		display:none;
	}
}
.height-minimum {
	min-height: 25px;
	height: auto;
}
@media (max-width: 540px) {
    .order-id-text {
	   padding-left: 100px !important;
       width: 50%;
    }
}

.display-none {
	display:none;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	display:none !important;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc {
	color:#177FC3 !important;
}
.pad-ths-pt {
	padding-left:5px;
	width:15% !important;
}
.pad-ths {
	padding-left:5px;
}
.hide-overflow {
	overflow:hidden;
}
@media (min-width: 1184px) {
	.staff-blue-btn-help {
		display:none;
	}
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
	top:auto !important;
}
.blue-btn-help {
	top: auto;
    left: auto;
    height: 14px;
    width: 14px;
    display: block;
    float:left;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #337ab7;
}
.amount-right {
	text-align: right;
    padding-right: 15%;
}
@media (min-width: 768px) and (max-width: 903px) {
	.message-icon-width-mobile {
		width: 13%;
	}
}
.progress-bar-hide {
    background-color: #EBF1F3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
}
.order-fulfill-padding {
	padding: 5px 5px !important;
}
.admin-product-list {
	border: solid 1px #dddddd;
}
.pharmacy-error-msg {
	padding: 10px;
    margin-bottom: 10px;
	font-size: 1.1em;
    font-weight: 500;
}
.margin-top-100 {
	margin-top: 100px;
}
@media (max-width: 500px) {
	#rm-stat-prev-visits {
		display:none;
	}
}
.provider-list-width {
	width: 100% !important;
}
.custom-diagnosis-help {
	font-size: 1.1rem;
    height: 29px;
    line-height: 29px;
    padding: 0 10px;
	margin-bottom:10px;
}
.product-store-image {
	text-align:center !important;
}
/* match with custom css vertical function for product store list */
@media (max-width: 655px) {
	.product-store-image {
		text-align:left !important;
	}
}
.history-tab {
	width: 200px;
}
@media (max-width: 650px) {
	.history-tab {
		width: 130px;
	}
}
@media (max-width: 450px) {
	.history-tab {
		width: 90px;
	}
}
.order-number-title {
	font-size: 1.4em;
	font-weight:700;
}
.margin-left10 {
	margin-left: 10px;
}
.shop-products-margin {
	margin-bottom: -15px;
}
.pushme  {
    cursor: pointer;
}
.instructions-box-diagnosis {
	border: 1px solid #ddd;
    display: block;
    position: relative;
    box-shadow: 5px 5px #EBF1F3;
        width: 184%;
    padding: 15px !important;
    margin-left: -46%;
    background-color: #fff;
}
@media (max-width: 767px) {
	.instructions-box-diagnosis {
		margin-left: -40%;
   		width: 170%;
    	background-color: #fff;
	}
}
@media (max-width: 525px) {
	.instructions-box-diagnosis {
		margin-left: -75%;
	}
}
@media (max-width: 460px) {
	.instructions-box-diagnosis {
		margin-left: -100%;
   		width: 133% !important;
	}
}
.image-response-30 {
	display: block;
    max-width: 22%;
    height: auto;
	border-radius: 10px;
}
@media (max-width: 768px) {
	.image-response-30 {
		max-width: 30%;
	}
}
.reid-image-offset {
	margin-top: 80px;
}
.reid-title {
	font-size: 2.2rem;
	font-weight:400;
	text-decoration:underline;
	padding: 80px 0px 25px 0px;
}
.reid-body {
	font-size: 1.6rem;
	font-weight:400;
	padding-bottom: 25px;
}
.msg-note-margin15 {
	margin-top:15px;
}
@media (min-width: 768px) {
    .state-width  {
		width: auto;
        background: none;
        border: none;
        border-bottom: 1px solid #aaa;
	}
}
.provider-width {
    width: auto;
    background-color: #EBF1F3;
    border: none !important;
    border-bottom: 1px solid #aaa;
    height: auto;
}
@media (min-width: 768px) {
    .diagnosis-indent  {
		padding-left:12% !important;
	}
	.diagnosis-indent8  {
		padding-left:8px !important;
	}
}
@media (min-width: 768px) and (max-width: 842px) {
    .rm-shipping-cost  {
		display:none !important;
	}
}
.pharmacy-warning {
	padding: 10px 15px !important;
    border: none;
}
.header-phy-name {
	font-size:3.8rem;
	margin-top: 25px;
	font-weight: 100;
}
@media (max-width: 930px) {
	.header-phy-name {
		font-size:3.2rem;
	}
}
@media (max-width: 580px) {
	.header-phy-name {
		font-size:2.6rem;
	}
}
.header-phy-medgroup {
	font-size:1.8rem;
	margin-bottom: 30px;
}
@media (max-width: 930px) {
	.header-phy-medgroup {
		font-size:1.3rem;
	}
}
@media (max-width: 580px) {
	.header-phy-medgroup {
		font-size:1.2rem;
	}
}
.select-width {
	width:100px !important;
}
@media (max-width: 658px) {
	.select-width {
		width:125px !important;
	}
}
@media (max-width: 3388px) {
	.select-width {
		width:80px !important;
	}
}
@media (max-width: 658px) {
	.select-right {
		float:right;
	}
}
.fee-change {
	font-weight:600;
	font-size:1.2em;
}
.treatment-font {
	font-size:0.8em;
}
.secure-payment-logo {
	float:right;
	opacity:0.83;
	max-width:85%;
	opacity:0.75;
	padding-right: 3px;
}
#patient_instructions_visittext {
	width:100%;
}
.state-license-btn {
	padding-top: 40px;
}
@media (max-width: 768px) {
	.state-license-btn {
		padding-top: 32px;
	}
}
.staff-title {
	padding-left: 40px;
}
@media (max-width: 1115px) {
	.staff-title {
		padding-left: 35px;
	}
}
@media (max-width: 630px) {
	.staff-title {
		padding-left: 30px;
	}
}
@media (max-width: 410px) {
	.staff-title {
		padding-left: 20px;
	}
}
.previously-used {
	color:#8C989A;
	font-size: 1.3rem;
}
@media (max-width: 768px) {
	.previously-used {
		color:#8C989A;
		font-size: 1.3rem;
	}
}
#search-left .dataTables_filter {
	float:left;
}
.pdg-top {
	margin-top: -50px;
}
.stripe-logo-prov-reg {
	font-size:1.3rem;
	padding-bottom:20px;
	font-style: italic;
}
.msg-style {
	float: left;
    padding: 0px 0px 10px 10px;
    color: #F00;
}
.phil-text {
	font-size:1.6rem;
	padding: 10px 0px;
}
.phil-logo-btn {
	padding-top:4%;
}
@media (max-width: 768px) {
	.phil-logo-btn {
		margin-top:-4%;
	}
}
.height36 {
	height:36px !important;
}
.pharma-select-error {
	color: #ff0000;
    font-size: 1.6rem;
}

.provider-search-box {
    padding: 15px 10px 0px 10px;
    color: #555;
    margin-bottom: 5px;
}
.provider-search-landing {
    font-weight: 400;
    font-size: 1.6rem;
}
@media (min-width: 992px) {
    .provider-search-landing {
		font-size: 2.2rem;
	}
}
.border-product-list-rx span {
    color: #2E4447 !important;
    font-weight: 400 !important;
    font-size: 1.6rem !important;
    font-family: "Source Sans Pro" !important;
}
.marginb10 {
	margin-top:10px;
}
#visit-create-step-one .photo-profile-img {
	border: 1px solid #8C989A;
    border-radius: 15px;
}
#visit-create-step-one .photo-profile-wrap img {
	border: 1px solid #8C989A;
    border-radius: 15px;
}
.step2-image-border .photo-profile-wrap a img {
	border: 1px solid #8C989A !important;
    border-radius: 15px;
}
.step2-image-border .new-condition-img {
	width: 180px !important;
    height: 180px !important;
}
#customFieldsEdit .photo-profile-wrap img {
	border: 1px solid #8C989A;
    border-radius: 15px;
	width: 180px !important;
    height: 180px !important;
}
.img-responsive1 {
    display: block;
    max-width: 60%;
    height: auto !important;
}
.product-holder {
	font-size: 16px;
}
.phil-text-title {
	font-size:2.0rem;
	color:#00cdae;
}
@media (max-width: 768px) {
	.phil-text-title {
		font-size:1.8rem;
		color:#00cdae;
	}
}
.btn-lumablue {
    background: #00a0e0;
    color:#ffffff;
}
.luma-link {
    background: none;
    border: none;
    color: #00a0e0;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 400;
}
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.phil-icons {
	list-style-type: none;
	margin: 15px 0px;
}
.phil-pad {
	padding-right: 10px;
}
.phil-desc-margins {
	margin-top: -30px !important;
    margin-bottom: -45px;
}
.healthlens-link {
    background: none;
    border: none;
    color: #177FC3;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 400;
}
.product-approval-msg {
    font-size: 1.6em;
    color: #f4933e;
}
.custom-li-noborder {
    border: none !important;
    padding: 0px !important;
}
.product-anchor {
    display: block;
    position: relative;
    top: -250px;
}
.text-match-width {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

@media (max-width: 1348px) {
    .text-match-width {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }
}
@media (max-width: 800px) {
    .text-match-width {
        padding-left: 3% !important;
        padding-right: 3% !important;
    }
}
.text-match-overview-width {
    padding-left: 8% !important;
    padding-right: 6% !important;
}
@media (max-width: 1100px) {
    .text-match-overview-width {
        padding-left: 6% !important;
        padding-right: 5% !important;
    }
}
.how-it-works-spacing {
    margin-top: 15px;
    margin-bottom: -5px;
}
.icon-bottom-spacing {
    margin-bottom: -20px;
}
.start-now-spacing {
    margin-top: -30px;
}
.select-checkbox {
    text-align: center;
}
@media (max-width: 560px) {
    .select-checkbox {
        text-align: left;
    }
}
.btn-vert-spacing {
    margin-top:0px;
}
.text-20 {
    font-size:1.8rem;
}
#image-resize-mobile {
    max-height:120px; 
    max-width:90px
}
@media (min-width: 1000px) and (max-width: 1080px) {
    #image-resize-mobile {
        max-height:90px; 
        max-width:80px
    }
}
@media (min-width: 768px) and (max-width: 999px) {
    #image-resize-mobile {
        max-height:90px; 
        max-width:60px
    }
}
@media (max-width: 768px) {
    .product-spacer {
        border-bottom: 1px solid #cccccc;
        padding: 10px 0px 20px 0px;
    }
}
@media (max-width: 768px) {
    .product-name-center {
        text-align:center;
    }
}
.patient-type-font-size {
    font-size:1.5rem;
    color:#ffffff;
    padding-top: 10px;
}
.box-padding li {
    border-bottom:none;
}
.hero-text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
#patient-instructions li {
    padding:0px;
}
#patient-instructions ul {
    padding: 10px 0px 10px 30px;
}
#password + .glyphicon {
   cursor: pointer;
   pointer-events: all;
 }
 .data-table-export tr td div {
    margin-bottom:-5px !important;
 }
 #previews-files {
    border-bottom:none !important;
    border-top:none !important;
 }
 .chart-col-title {
    width: 40%;
    font-size:14px;
    font-weight:600;
    color:#000000;
    border: 1px solid #999;
    padding: 0 0.5rem;
    font-family: Source Sans Pro !important;
 }
 .chart-col-value {
    width: 60%;
    font-size:12px !important;
    line-height:12px !important;
    font-weight:400 !important;
    color:#000000;
    border: 1px solid #999;
    padding: 0 0.5rem;
    font-family: Source Sans Pro !important;
 }
 .chart-col-value-event {
    font-size:12px !important;
    line-height:12px !important;
    font-weight:400 !important;
    color:#000000;
    border: 1px solid #999;
    padding: 0 0.5rem;
    font-family: Source Sans Pro !important;
 }
 .chart-note-header {
    background-color:#177fc3;
    border: 1px solid #177fc3;
    color:#ffffff;
    font-weight:800;
    font-size: 18px;
    padding-left:5px;
    font-family: Source Sans Pro !important;
 }
 .chart-note-header1 {
    background-color:#177fc3;
    color:#ffffff;
    font-weight:800;
    font-size: 18px;
    padding-left:5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    font-family: Source Sans Pro !important;
 }
 .chart-note-header-left {
    background-color:#177fc3;
    color:#ffffff;
    font-weight:800;
    font-size: 18px;
    padding-left:5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    font-family: Source Sans Pro !important;
 }
 .chart-note-header-right {
    background-color:#177fc3;
    color:#ffffff;
    font-weight:800;
    font-size: 18px;
    padding-left:5px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    font-family: Source Sans Pro !important;
 }
.chart-table {
    width:100%;
    margin-bottom:5px;
}
.chart-hr {
    width:100%;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color:#666;
    margin-top: 10px;
    margin-bottom: 8px;
}
.chart-name {
    font-family: Source Sans Pro !important;
    font-size: 1.6em;
    font-weight: 400;
    color:#333;
    line-height: 2.0em;
 }
 .chart-logo {
    vertical-align: middle;
    font-size: 2.0em;
    line-height: 2.0em;
    opacity: 0.8;
    font-family:Baskerville Old Face;
 }
.chart-indent {
    padding-left: 15px;
    font-weight:400;
    line-height:14px;
}
.chart-photo {
    max-width: 90% !important;
    max-height: 225px
}
.chart-photo-td {
    width:50%;
    font-size:12px !important;
    font-weight:400 !important;
    color:#000000;
    font-family: Source Sans Pro !important;
    border: 1px solid #999;
    padding: 5px;

}
.chart-photo-td1 {
    width:50%;
    border: 1px solid #999;
    padding: 5px;

}
.img-wrapper {
    position: relative;  
    padding-top: 56.25%;
}
.image-responsive {
    position: absolute;  
    left: 0;  
    top: 0;  
    width: 100%;  
    min-height: 100%;
}
.daavlin-header-size {
    font-size:1.4em;
    font-weight:600;
}
@media (max-width: 767px) {
    .daavlin-header-size {
        font-size:1.3em;
    }
}
.daavlin-text-size {
    font-size:1.3em;
    padding-bottom:20px;
}
@media (max-width: 767px) {
    .daavlin-text-size {
        font-size:1.2em;
    }
}
.select-center {
    text-align: -webkit-center;
    text-align: center;
}
@media (max-width: 560px) {
    .select-center {
        text-align: left;
    }
}
a[href]:after { 
    content: none !important; 
}
.pageBreak {
    page-break-after: always;
}
.daavlin-line-width {
    border-top: 1px solid #000;
    width:400px;
}
@media (max-width: 475px) {
    .daavlin-line-width {
        border-top: 1px solid #000;
        width:250px;
    }
}
.daavlin-text-size-small {
    font-size: 1.3em;
}
#pat-daavlin-list-table_length, #pat-doctor-list-table_length {
    display:none !important;
}
#pat-daavlin-list-table_filter, #pat-doctor-list-table_filter{
    display:none !important;
}
#state-filter {
    border: none;
    border-bottom: 1px solid #666;
    width: 150px;
    margin-bottom: 15px;
    font-size: 16px;
}
@media (max-width: 768px) {
    .daavlinH1 {
        font-size:2.0em;
    }
}
@media (max-width: 767px) {
    .signUp-hide {
        display:none;
    }
}
@media (max-width: 768px) {
    .marginRL10 {
        margin: 0 10px 0 10px;
    }
}
.checklist-list {
    margin: 0 auto;
    width: 650px;

}
@media (max-width: 820px) {
    .checklist-list {
        margin: 0 auto;
        width: 500px;
    }
}
@media (max-width: 580px) {
    .checklist-list {
        margin: 0 auto;
        width: 375px;
    }
}
@media (max-width: 465px) {
    .checklist-list {
        margin: 0 auto;
        width: 300px;
    }
}
.agreement-full {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.cursorPointer:hover {
    cursor: pointer;
}
@media print {
    .chart-note-header {
        background-color: #177FC3 !important;
        color:#ffffff !important;
    }
    .chart-logo-color {
        color:#177FC3 !important;
    }
    .print-details-footer {
        display:none;
    }
}
.no-table-borders {
    border-top: 0px;
    border-bottom: 0px;
    margin-bottom: 0px;
}
.excessive-sweating-margins {
    margin-top: -30px;
    margin-bottom: 15px !important;
}
@media (max-width: 768px) {
    .noMobile {
        display: none;
    }
}
@media (min-width: 768px) {
    .margin-bottom-40 {
        margin-bottom: 40px;
    }
}
@media (min-width: 768px) {
    .widthsm70 {
        min-width: 75px !important;
    }
}
.prov-select-align {
    text-align: center;
}
@media (max-width: 768px) {
    .prov-select-align {
        text-align: left;
    }
}
.grecaptcha-badge {
    display:none;
}
@media (max-width: 400px) {
    .padding-mobile-0 {
        padding-left:0px;
    }
}
@media (max-width: 400px) {
    .mobile-indent {
        margin-left:5px;
    }
}
@media (max-width: 450px) {
    .rm-group {
        display:none;
    }
}
@media (max-width: 450px) {
    .staff-padding-0 {
        padding-left:0px !important;
    }
}
@media (min-width: 520px) {
    .cpt-modal-body {
        margin-bottom:10px;
    }
}
#list-of-custom-diagnosis_filter {
    float:left;
}
a.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}
.referral-bonus {
    margin-left:10px;
    margin-bottom: 15px !important;
    margin-top: -10px;
}
@media (min-width: 768px) {
    .referral-bonus {
        float: right;
        margin-right:10px;
    }
    .show-code-mobile {
        margin-top:10px;
    }
}
.dataTables_filter input {
    border: 1px solid #ccc !important;
}
@media (max-width: 1030px) {
    .consult-display {
        display:none;
    }
}
div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 0% !important;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
    font-size: 2.0em;
    color:#177FC3 !important;
}
.btn-radius20 {
    border-radius: 20px !important;
}
.find-provider-text {
    font-size: 2.2rem;
    font-weight: 400;
    padding-bottom: 10px;
}
@media (max-width: 768px) {
    .find-provider-text {
        font-weight:300;
        font-size:1.6rem !important;
        padding-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .provider-state-dropdown-top5 {
        margin-top:5px;
    }
}
@media (max-width: 767px) {
    .state-specialty-width {
        width:300px;
    }
}

@media (min-width: 768px) {
    .mobile-provider-list-center {
        float:left;
    }
}
.provider-single-font {
    font-size:1.3em;
    font-weight: 400;
    font-style: italic;
    margin:5px 0px 20px 0px;
}
.phyList-pic-border {
    border: 1px solid #ccc;
    height: 125px;
    padding-top: 10px;
}
@media (max-width: 700px) {
    .phyList-pic-border {
        width:100%;
    }
}
.phyList-border {
    height:150px;
}
@media (min-width: 700px) {
    #phylist-xsmall-display {
        display:none;
    }
}
@media (min-width: 1000px)  {
    #phylist-small-display {
        display:none;
    }
}
@media (max-width:700px)  {
    #phylist-small-display {
        display:none;
    }
}
@media (max-width: 1000px) {
    #phylist-large-display {
        display:none;
    }
}
@media (min-width: 1380px) {
    #phylist-large-display {
        display:none;
    }
}
@media (max-width: 1380px) {
    #phylist-vlarge-display {
        display:none;
    }
}
@media (max-width:700px)  {
    #phylist-small-display {
        display:none;
    }
}
@media (min-width: 768px) and (max-width: 1100px) {
    #filter-by-location {
        font-size:1.2rem;
    }
}
@media (min-width: 768px) and (max-width: 1100px) {
    #filter-by-speciality {
        font-size:1.2rem;
    }
}
@media (min-width: 768px) and (max-width: 1100px) {
    #filter-by-provider {
        font-size:1.2rem;
    }
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
#flex-boxes {
    height:150px;
    padding: 10px;
    width: 370px;
}
@media (max-width:767px) {
    #flex-boxes {
        margin-left:auto;
        margin-right:auto;
    }
}
@media (min-width:1430px) {
    #filter-lg-width {
        width:1365px;
    }
}
@media (max-width:1430px) {
    #filter-lg-width {
        width:1025px;
    }
}
@media (max-width:1090px) {
    #filter-lg-width {
        width:685px;
    }
}
.rem3-padding-top  {
    padding-top: 3rem !important;
}
@media (max-width:767px) {
    .rem3-padding-top  {
        padding-top: 3rem !important;
    }
}
@media (max-width:767px) {
    .rem3-padding-bottom  {
        padding-bottom: 3rem !important;
    }
}
@media (max-width:768px) {
    .rem6-margin-bottom {
        margin-bottom: 6rem;
    }
}
.center-list {
    display: inline-block;
    text-align: left;
}
.article-indent-li {
    margin-left:10px;
}
.bx-wrapper {
    -moz-box-shadow: 0 0 5px #fff !important;
    -webkit-box-shadow: 0 0 5px #fff !important;
    box-shadow: 0 0 5px #fff !important;
}
.bx-wrapper .bx-pager {
    display:none;
}
.display-cpt-codes {
    display:none;
}
.add-medications-margin {
    margin-top:0px !important;
}
@media (max-width:767px) {
    .add-medications-margin {
        margin-top:0px !important;
    }
}
@media (max-width:767px) {
    .add-products-margin {
        padding-top:20px;
    }
}
.modal-products-header {
    min-height: 30px !important;
    margin-top: 5px !important;
}
.modal-products-header-ds1 {
    min-height: 40px !important;
    margin-top: 5px !important;
    padding-right:10px;
}
.main-menu-new {
    margin: 5px 0 20px 0;
    list-style: none;
    padding: 0;
}
@media (max-width:768px) {
    .main-menu-new {
        margin: 0 0 0px 0;
        list-style: none;
        padding: 0;
    }
}
.sign-in-btn {

}
.btn-spacing {
    margin: 0px 0px 0px 10px;
    padding: 0px 10px;
}
.footer-label {
    color: #fff !important;
}
.margin-bottom-none {
    margin-bottom: 0px !important;
}
.patient-reg-margin-top {
    margin-top:95px;
}
@media (max-width:767px) {
    .patient-reg-margin-top {
        margin-top:110px;
    }
}
.physician1-reg-margin-top {
    margin-top:95px;
}
.physician-reg-margin-top {
    margin-top:130px;
}
@media (max-width:767px) {
    .physician-reg-margin-top {
        margin-top:130px;
    }
}
.agent-reg-margin-top {
    margin-top:95px;
}
@media (max-width:767px) {
    .agent-reg-margin-top {
        margin-top:130px;
    }
}
.agent-visits-reg-margin-top {
    margin-top:130px;
}
.physician-diagnose-margin-top {
    margin-top:75px;
}
@media (max-width:767px) {
    .physician-diagnose-margin-top {
        margin-top:75px;
    }
}
.btn-ghost input {
    margin-right: 5px;
}
.btn-group label {
    padding-bottom:35px !important;
}
.paging_full a {
    padding-right: 5px;
}
.widthFullSize {
    max-width:1315px !important;
}
.widthFullSizePayment {
    max-width:100% !important;
}
.w-nav-link-physician {
    padding: 15px 5px 15px 5px !important;
    font-size: 12px;
    line-height: 0px;
}
.w-nav-link.w--current {
    color:#F4933E !important;
    font-weight: bold;
}
#visits-staff-table_filter button {
    margin: 0px 0px 0px 5px;
}
#completed-visits-table_filter button {
    margin: 0px 0px 0px 5px;
}
.page-item.disabled {
    display:none;
}
.btn-group.multiselect-container label {
    padding-bottom: 3px !important;
}
@media (max-width:575px) {
    .hide-update {
        display:none;
    }
}
.doctor-wrapper-empty {
    width: 100%;
    height: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
}
.doctor-n-empty {
    margin-top: -50px;
    margin-bottom: 20px;
    color: #177fc3;
    font-size: 1.2em;
    text-align:center;
}
.image-upload-holder:hover {
    background-color:#ddd;
}
#search-provider{
width:480px;height:49px; border:3px solid black;
padding-left:48px;
padding-top:1px;
font-size:22px;color:blue;
background-image:url('images/search.jpg');
background-repeat:no-repeat;
background-position:center;outline:0;
}

#search-provider::-webkit-search-cancel-button{
    position:relative;
    right:20px;    
}
@media (max-width:450px) {
    .ds1-btn-align {
        text-align: center;
    }
}
@media (min-width:450px) {
    .cancel-btn-right {
        float:right;
    }
}
@media (max-width:1200px) {
    .margin-lg-top {
        margin-top:10px;
    }
}
.history-width {
    max-width: 900px;
    margin: 20px auto;
}
@media (max-width:768px) {
    .padding-bottom5 {
        padding-bottom: 15px;
        margin-top: -15px;
    }
    .margin-topM15 {
        margin-top: -15px;
    }
}
.paginate_input {
    width:40px;
    text-align:center;
    border: solid 1px #8C989A;
}
.text-left-no-bold {
    font-weight: 400;
    margin-top: 10px;
}
@media (max-width:1180px) {
    .rm-phy-referral-table-1180 {
        display: none !important;
    }
}
@media (max-width:768px) {
    .rm-phy-referral-table-col {
        display: none !important;
    }
}
@media (max-width:500px) {
    .rm-phy-referral-table-500 {
        display: none !important;
    }
}
.box-fill-alert {
    background-color:  #cce5ff !important;
}
.popup-container {
    position: relative;
    display: inline-block;
}

.hoverable {
    cursor: pointer;
}
.hoverable:hover + .popup-note {
    display: block;
}
//*********************
TOOLTIP CSS
*********************/

/* Tooltip attribute */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Tooltip content hidden by default */
[data-tooltip]:before,
[data-tooltip]:after {
  transition: all 1.3s ease-in-out;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Tooltip position */
[data-tooltip]:before {
    position: absolute;
    bottom: -450%;
    left: 118px;
    margin-bottom: 5px;
    /* margin-left: -0px; */
    padding: 5px;
    width: 150px;
    border: 1px solid #279ae6;
    border-radius: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: #def0fb;
    color: #2E4447;
    content: attr(data-tooltip);
    text-align: center;
    font-style: italic;
    line-height: 21px;
}

/* Triangle hack for Tooltip bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 130%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #FFFFFF;
  border-top: 5px solid hsl(0,0%,100%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Tooltip visible on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  transition: all 1.3s ease-in-out;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.info-block {
  display: block;

  width: 100%;
  margin: auto;
}
.info-icon {
    text-decoration: none;
    border: 1px solid #177FC3;
    padding: 0px 8px 0px 8px;
    border-radius: 50px;
    margin-left: 5px;
}

.info-icon span {
    color: #177FB3;
    font-size: 1.2rem;
    font-weight: bold;
    /* vertical-align: middle; */
}