.colorfill {
  width: 100%;
  background-color: #80baa6;
  height: 30px;
  margin: 20px 0;
}

.content-details {
  background-color: #f0efef;
  margin-bottom: 15px;
}

.ryan-img {
  width: 100%;
}

.welcome-text {
  font-size: 43px;
  font-weight: 300;
  color: #4a675b;
}

.welcome-box span {
  float: left;
}

.welcome-box {
  border-bottom: 5px solid #4a675b;
  display: inline-block;
  width: 98%;
  margin-top: 12px;
}

.sub-details p {
  font-size: 18px;
  color: #4a675b;
  padding-top: 7px;
}

.status-img {
  width: 100%;
}

.status-bar h2 {
  background-color: #fff;
  color: #4b675b;
  font-size: 22px;
  padding: 5px 5px 5px 15px;
}

.account-info {
  padding: 20px;
}

.explore-benefits {
  text-align: center;
  width: 250px;
  margin: 15px auto;
}

  .explore-benefits::after {
    background: url(/images/arrow.png);
  }

.headmini-top {
  font-size: 12px;
  padding: 5px 0;
}

.links-category {
  background-color: #f0efef;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

  .links-category h2, .video-content h2 {
    color: #fff;
    background-color: #80baa6;
    padding: 12px 15px 12px 68px;
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    position: relative;
  }

  .links-category ul {
    padding-left: 10px;
  }

    .links-category ul li {
      list-style: none;
      position: relative;
    }

      .links-category ul li:before {
        width: 28px;
        content: " ";
        height: 28px;
        background: url(/images/links-icon.png);
        position: absolute;
        left: 10px;
        top: 5px;
      }

      .links-category ul li a {
        font-size: 20px;
        color: #579680;
        margin-left: 16px;
        padding: 6px 30px;
        display: block;
      }

.learnmore-btn {
  background-color: #fff;
  border-radius: 20px;
  padding: 4px 34px 4px 16px;
  margin-right: 20px;
  text-align: center;
  float: right;
  margin-bottom: 15px;
  position: relative;
  color: #5e8678;
}

  .learnmore-btn:hover {
    cursor: pointer;
  }

  .learnmore-btn a {
    color: #5e8678;
  }

.video-text {
  font-size: 22px;
  color: #fff;
  background-color: #4a675b;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  border-radius: 5px;
  margin-top: 5px;
}

.footer-menu ul {
  padding: 0;
  text-align: center;
}

  .footer-menu ul li {
    display: inline-block;
  }

    .footer-menu ul li a, .copyright {
      text-transform: uppercase;
      font-size: 12px;
      
      padding: 5% 0;
    }

    .footer-menu ul li a {
      color: #000;
      padding: 10px;
    }

      .footer-menu ul li a:hover {
        color: #76ad9a;
        text-decoration: none;
      }

footer {
  width: 100%;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}

.footer-menu {
  margin-top: 5px;
}

.links-category h2:before, .video-content h2:before {
  width: 40px;
  content: " ";
  height: 34px;
  background: url(/images/white-icon.png);
  position: absolute;
  left: 15px;
  top: 7px;
}

.learnmore-btn:after {
  width: 18px;
  content: " ";
  height: 17px;
  background: url(/images/arrow.png);
  position: absolute;
  right: 10px;
  top: 5px;
}


/* pricing information page */
ul.ul-points {
  padding-top: 15px;
  height: 200px;
}

  ul.ul-points li a {
    font-size: 19px;
  }

.licensed-map {
  text-align: center;
  color: #fff;
  background-color: #4a675b;
  padding: 12px 15px 12px 15px;
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
  position: relative;
}

  .licensed-map:after {
    width: 40px;
    content: " ";
    height: 34px;
    background: url(/images/white-icon.png);
    position: absolute;
    right: 26%;
    top: 11px;
  }

  .licensed-map:before {
    width: 40px;
    content: " ";
    height: 34px;
    background: url(/images/white-icon.png);
    position: absolute;
    top: 11px;
    left: 26% !important;
  }

  .licensed-map h2 {
    margin: 0;
  }

.location-map img {
  width: 100%;
}

.entry-title {
  position: relative;
  width: 88%;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 330%;
  line-height: 2;
  text-align: center;
  word-wrap: break-word;
  color: #35564b;
}

.form-fields {
  margin-bottom: 10px;
}

.login-btn, .register-btn {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
}

input[type="submit"] {
  min-width: 160px;
  height: 45px;
  color: white;
}

/* patient information page */
.forms-page h2:before {
  width: 30px;
  content: " ";
  height: 37px;
  background: url(/images/form-icon.png);
  position: absolute;
  top: 6px;
  left: -40px !important;
}

.forms-page h2 {
  text-align: center;
  color: #fff;
  background-color: #4a675b;
  padding: 12px 15px 12px 15px;
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
  position: relative;
  width: 30%;
  margin: 0 auto;
}

.forms-page {
  width: 100%;
  background-color: #4a675b;
  margin: 40px 0 12px;
}

.links-category-forms ul {
  padding-left: 0;
  width: 100%;
}

  .links-category-forms ul li {
    list-style: none;
    text-align: center;
    width: 90%;
    margin: 10px auto 22px;
  }

    .links-category-forms ul li a {
      background-color: #80baa6;
      width: 100%;
      color: #fff;
      font-size: 22px;
      padding: 5px 0;
      border-radius: 5px;
      display: inline-block;
      transition: 0.2s;
    }

      .links-category-forms ul li a:hover {
        text-decoration: none;
        background-color: #5f9e88;
      }
/* patient information page */



/* video page */
.video-page-text {
  font-size: 18px;
  margin-bottom: 20px;
}

.webinars-video {
  margin-top: 20px;
}
/* video page */


/*V------P--Start*/
.colorfillauto {
  width: 100%;
  background-color: #80baa6;
  margin: 20px 0;
  padding: 30px 0px 0px 0px;
  text-align: center;
}

  .colorfillauto span {
    display: inline-block;
  }

    .colorfillauto span img {
      margin-bottom: 40px;
    }

.product-info-text {
  font-size: 50px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}

.blank {
  width: 100%;
  background-color: transparent;
  height: 15px;
}

.product-details {
  width: 100%;
  background-color: #4a675b;
  padding: 20px 0px 20px 0px;
  text-align: center;
}

  .product-details span {
    display: inline-block;
  }

    .product-details span .imgsz1 {
      border: 0px;
      width: 50px;
      height: auto;
    }

    .product-details span .imgsz2 {
      border: 0px;
      width: 40px;
      height: auto;
    }

.product-details-text {
  font-size: 30px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}

.product-pic {
  margin: 0px;
  padding: 0px;
  links-icon width: 100%;
}

  .product-pic li {
    display: inline-block;
    list-style-type: none;
    margin: 10px 2%;
    width: 29%;
    border: 1px solid #4a675b;
  }

  .product-pic li {
    background: url(/images/porduct-pic-blank.png);
    height: 200px;
    background-repeat: no-repeat;
    background-position: 0 -.2em;
    background-size: cover;
  }

    .product-pic li a {
      text-decoration: none;
    }

    .product-pic li img {
      width: 100%;
      height: auto;
      border: none;
    }

ul.peptid-list {
  display: block;
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

ul.peptid-list {
  list-style: url(/images/list-icon.png);
  background-repeat: no-repeat;
  margin: 0;
}

  ul.peptid-list li {
    margin: 0;
    line-height: 28px;
  }

  ul.peptid-list a {
    color: #000;
    display: block;
    text-decoration: none;
    padding: 5px 7px;
    font-size: 20px;
    font-weight: normal;
  }

  ul.peptid-list li:hover a {
    color: #80baa6;
  }

  ul.peptid-list a:hover {
    cursor: pointer;
  }
  /*Use to on Peptide Fact Sheets mouse hover */
  ul.peptid-list li a:focus {
    color: #39b3e2;
    text-decoration: none;
  }

.request-box {
  width: 60%;
  margin: 0 auto;
}

.request-txt {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.form-box {
  border: 2px solid #80baa6;
  border-radius: 10px;
}

.submit-box {
  text-align: center;
}

.frmtxt {
  font-size: 20px;
  padding-top: 0px !important;
}

.submit-box .subbtn {
  background-color: #53c1c6;
  color: #fff;
  padding: 5px 40px;
  border-radius: 50px;
  font-size: 20px;
  text-transform: uppercase;
}

  .submit-box .subbtn:hover {
    background-color: #4a675b;
  }
/*V------P--End*/

.form-radio {
  padding-top: 6px;
}

  .form-radio input[type="radio"] {
    position: relative;
    top: 2px;
  }

  .form-radio label {
    font-weight: 400 !important;
    padding-left: 4px;
    padding-right: 10px;
  }

.x-breadcrumb-wrap {
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  border-bottom: 1px solid rgba(0,0,0,0.075);
  padding: 0.85em 0;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
  background-color: #fff;
}

.x-container.max {
  max-width: 1400px;
}

.x-container.width {
  width: 85%;
}

.x-breadcrumbs {
  float: left;
  width: 75%;
}

  .x-breadcrumbs a, .x-breadcrumbs span {
    display: inline-block;
  }

  .x-breadcrumbs .delimiter {
    margin: 0 0.25em 0 0.45em;
  }

.x-container {
  margin: 0 auto;
}

  .x-container:before, .x-container:after {
    content: " ";
    display: table;
  }

*, *:before, *:after {
  box-sizing: border-box;
}

.columntext {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color:white;
}

.visually-hidden, .screen-reader-text, .screen-reader-response, .bp-screen-reader-text {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, blockquote {
  color: rgb(118,173,154)
}

h4, .h4 {
  letter-spacing: -0.018em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
}

h4, .h4 {
  font-size: 150%;
}

h3, h4, h5, h6, .h4, .h5, .h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-rendering: optimizelegibility;
}

.flexrow {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 10px;
}

  .flexrow .column.text {
    width: auto;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
  }

  .flexrow .column.chkbox {
    width: auto;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
  }

  .flexrow .column {
    width: 100%;
    float: left;
    padding-right: 5px;
  }

.button {
  background-color: rgb(118,173,154);
  color: #ffffff;
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
  border-radius: 0.25em;
  padding: 0.363em 1.125em 0.513em;
  font-size: 16px;
  cursor: pointer;
  min-width: 115px !important;
  width: 115px !important;
}

  .button.prev {
    background-color: #bbbbbb;
  }

  .button.big {
    min-width: 160px !important;
    width: 160px !important;
  }

.add_form_field {
  background-color: rgb(118,173,154);
  color: #ffffff;
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
  border-radius: 0.25em;
  padding: 0.363em 1.125em 0.513em;
  font-size: 16px;
  cursor: pointer;
  min-width: 160px !important;
  width: 160px !important;
}

ul, ol {
  padding: 0;
  margin: 0 0 1.313em 1.155em;
}

p, ul, label {
  font-size: 16px;
}

label {
  display: inline-block;
  margin-bottom: 2px;
}

label, input, button, select, textarea {
  font-size: 100%;
  line-height: 1.6;
}

  label img {
    width: 50px;
    margin-left: 15px;
    margin-top: 5px;
  }

#ContentPlaceHolderbody_rblMoreThanOnePhysician label {
  display: inline-block !important;
  padding-left: 4px;
  padding-right: 10px;
  font-weight: 300;
}

p {
  margin: 0 0 1.313em;
}

.delete {
  color: red;
  font-weight: bold;
}

  .delete:hover {
    color: #76ad9a;
    text-decoration: none;
  }

table#ContentPlaceHolderBody_rblMoreThanOnePhysician td {
  padding-right: 5px;
}

#ContentPlaceHolderbody_chklstCreditCardType label {
  display: inline-block !important;
  font-weight: 300;
}

.chkbx label {
  font-weight: 300;
  margin-left: 5px;
  margin-right: 15px;
}

.x-clear {
  margin: 0;
  border: 0;
  clear: both;
  margin-bottom: 10px;
}

.l-check {
  width: 50%;
  float: left;
  font-size: 16px;
  font-weight: 400;
}

.x-breadcrumbs a, .x-breadcrumbs span {
  display: inline-block;
}

.x-breadcrumbs .delimiter {
  margin: 0 0.25em 0 0.45em;
}

a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, #respond .required, .x-pagination a:hover, .x-pagination span.current, .widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover, .x-scroll-top:hover, .x-comment-author a:hover, .mejs-button button:hover {
  color: #62a790;
}

  a:hover {
    color: #76ad9a;
  }

a {
  text-decoration: none;
}

select {
  height: 29px;
}

#notifyeml {
  width: 100%;
}

#notifytxt {
  width: 100%;
}

div {
  font-weight: 400;
}

.successuser {
  color: green;
}

.erroruser {
  color: #A94442;
}

#loaderIcon, #loaderIcon1, #loaderIcon2, #loaderIcon3, #loaderIcon4 {
  color: rgb(118,173,154);
  font-size: 14px;
}

.marginbottom0 {
  margin-bottom: 0px;
}

.marginbottom10 {
  margin-bottom: 10px;
}

.btn.default.date {
  padding: 9px 12px !important;
  border-radius: 0px !important;
}

/*input {
  border: 0 !important;
  border-bottom: 1px solid black !important;
  outline: 0;
}*/

/* pricing information page */
@media screen and (max-width:1199px) {
  .licensed-map:after {
    width: 40px;
    content: " ";
    height: 34px;
    background: url(/images/white-icon.png);
    position: absolute;
    right: 20%;
    top: 4px;
  }

  .licensed-map:before {
    width: 40px;
    content: " ";
    height: 34px;
    background: url(/images/white-icon.png);
    position: absolute;
    top: 4px;
    left: 20% !important;
  }

  .licensed-map h2 {
    font-size: 18px;
  }
}
/* pricing information page */

@media screen and (max-width:991px) {
  .tmc img.logo-img {
    max-width: 180px;
    margin-top: 4px;
  }

  .welcome-box {
    margin-top: 40px;
  }

  .status-bar-margin {
    margin-top: 50px;
  }

  .account-info h2 {
    text-align: center;
  }

  .ryan-img {
    max-width: 200px;
  }

  .content-details {
    text-align: center;
  }

  .video-text {
    margin-bottom: 20px;
  }

  .col3 {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
  }

  /*V------P--Start*/
  .colorfillauto {
    padding: 30px 0px 30px 0px;
  }

    .colorfillauto span {
      display: block;
    }

      .colorfillauto span img {
        margin-bottom: 0px;
      }

  .product-pic li {
    display: inline-block;
    margin: 10px 2%;
    width: 28.9%;
  }
  /*V------P--End*/
}

@media screen and (max-width:768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #679e8b;
  }

  .tmc .navbar {
    padding: 10px 0;
  }

  .tmc .navbar-inverse .navbar-nav > li > a {
    padding-left: 30px;
  }

  .tmc .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

  .tmc .navbar-inverse .navbar-collapse {
    border: none;
  }

  .tmc .navbar-collapse {
    -webkit-box-shadow: none;
  }

  .tmc .navbar-nav {
    margin: auto;
  }

  .tmc .navbar-inverse .navbar-toggle {
    border-color: #fff;
    margin-top: 20px;
  }

  .tmc .navbar-brand {
    height: auto;
  }

  .welcome-box span {
    width: 100%;
  }

  .welcome-text {
    margin: 8px 0;
    font-size: 32px;
  }

  .dropdown-menu li a {
    padding-left: 40px;
  }

  /* patient information page */
  .forms-page h2 {
    font-size: 18px;
    width: 50%;
  }

    .forms-page h2:before {
      top: 3px;
    }

  .links-category-forms ul li a {
    font-size: 18px;
  }
  /* patient information page */


  /* pricing information page */
  .licensed-map:after {
    width: 40px;
    content: " ";
    height: 34px;
    background: url(/images/white-icon.png);
    position: absolute;
    right: 1%;
    top: 4px;
  }

  .licensed-map:before {
    width: 40px;
    content: " ";
    height: 34px;
    background: url(/images/white-icon.png);
    position: absolute;
    top: 4px;
    left: 1% !important;
  }

  .licensed-map h2 {
    font-size: 18px;
  }

  /*V------P--Start*/
  .colorfillauto {
    padding: 30px 0px 30px 0px;
  }

    .colorfillauto span {
      display: block;
    }

      .colorfillauto span img {
        margin-bottom: 0px;
      }

  .product-pic li {
    display: inline-block;
    margin: 10px 2%;
    width: 88%;
  }

  .request-box {
    width: 100%;
    margin: 0 auto;
  }
  /*V------P--End*/
}

@media screen and (max-width:480px) {
  .welcome-text {
    font-size: 26px;
  }

  .sub-details p, .status-bar h2, .links-category h2, .video-content h2, .links-category ul li a, .video-text {
    font-size: 18px;
  }

    .links-category h2:before, .video-content h2:before {
      top: 4px;
    }

  .links-category ul li:before {
    top: 3px;
  }

  /*V------P--Start*/
  .colorfillauto {
    padding: 30px 0px 30px 0px;
  }

    .colorfillauto span {
      display: block;
    }

      .colorfillauto span img {
        margin-bottom: 0px;
      }

  .product-pic li {
    display: inline-block;
    list-style-type: none;
    margin: 10px 0px;
    width: 100%;
  }

  .request-box {
    width: 100%;
    margin: 0 auto;
  }
  /*V------P--End*/
}

/* pricing information page */
@media screen and (max-width:360px) {
  .licensed-map h2 {
    font-size: 14px;
  }
  /*V------P--Start*/
  .colorfillauto {
    padding: 30px 0px 30px 0px;
  }

    .colorfillauto span {
      display: block;
    }

      .colorfillauto span img {
        margin-bottom: 0px;
      }

  .product-pic li {
    display: inline-block;
    list-style-type: none;
    margin: 10px 0px;
    width: 100%;
  }

  .request-box {
    width: 100%;
    margin: 0 auto;
  }
  /*V------P--End*/
}
/* pricing information page */

/* Open popup for Peptide Fact Sheets on list */
.ppup-bak {
  background: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  display: none;
}

.ppup {
  border: 1px solid #000;
  padding: 12px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1999;
  width: 70%;
  transform: translate(-50%,-50%);
}
/* Open popup for Peptide Fact Sheets on list */

/*Hyperlink Pointer in prescription*/
.getval {
  text-decoration: underline;
  cursor: pointer;
}

.btn:hover, .btn:focus, .btn:active, .btn.active {
  color: #fff;
  background-color: #76ad9a;
}

.spanUserName {
  font-size: 18px;
  font-weight: 400;
  padding-left: 0px;
}

.product-pic li p {
  text-align: center;
  top: 60% !important;
  position: relative;
  font-weight: bold;
  font-size: 17px;
  color: #4a675b;
}

.product-pic li a {
  text-decoration: none;
}

a {
  color: #337ab7;
  text-decoration: none;
}

  a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
  }

.account-info ul li:before {
  width: 28px;
  content: " ";
  height: 28px;
  background: url(/images/links-icon.png);
  position: absolute;
  left: 10px;
  top: 5px;
}

.account-info ul li {
  list-style: none;
  position: relative;
  font-size: 20px;
  padding: 6px 30px;
  display: block;
}

  .account-info ul li a {
    text-align: left;
    font-size: 20px;
    color: #579680;
    margin-left: 16px;
    display: block;
  }

    .account-info ul li a:hover {
      text-decoration: none;
      color: black;
    }

.x-colophon {
  border-top: 1px solid #dfdfdf;
  border-top: 1px solid rgba(0,0,0,0.075);
  text-align: center;
  background-color: #fff;
  margin: 30px 0;
}

.Message {
  border: 1px solid #4a8a4a;
  color: #4a8a4a;
  padding: 8px;
  margin-top: 10px;
}


.Messagemodal {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: Black;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.8;
}

.Messagecenter {
  z-index: 1000;
  margin: 300px auto;
  padding: 10px;
  width: 130px;
  background-color: White;
  border-radius: 10px;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}

  .Messagecenter img {
    height: 128px;
    width: 128px;
  }

.chkbx {
  padding-left: 0px;
}
.max-content {
  min-width:500px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: -ie-max-content;
    min-width: -o-max-content;
    min-width: max-content;
    display: flex;
    flex-wrap: wrap;
}
.spanLabel {
  padding-left: 0px;
}

/* jquery-ui*/
.ui-dialog .ui-dialog-titlebar {
    padding: 5px 12px;
    position: relative;
    font-size: 12px;
    background:#c9302c;
    color:#fff;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: 0;
    padding: 0px 12px;
    font-size: 13px;
}
.ui-dialog .ui-dialog-titlebar-close {display:none;}
.ui-dialog-buttonset button {
  display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
background: #5e8678;
color: #fff;
}

#ContentPlaceHolderbody_vsSummary li {
  font-size:13px;
}

.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}  .nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#ddd;border:1px solid #ddd;border-bottom-color:transparent}

#tbPatient_wrapper .row {
	width: 100%;
    margin-left: 0px
}

#tbPatient_length {
	float: left;
}

#tbPatient_paginate {
float: right;
margin-top: 9px;
margin-bottom: 9px;
}

li.paginate_button.active a {
    background: transparent;
}

#tbPatient_info {
    float: left;
    margin-top: 9px;
    margin-bottom: 9px;
    padding-top: 2px;
}
#tbPatient_filter {
    FLOAT: RIGHT;
}


#tblSig_wrapper .row {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

#tblSig_length {
	float: left;
}

#tblSig_paginate {
float: right;
margin-top: 9px;
margin-bottom: 9px;
}

#tblSig_info {
    float: left;
    margin-top: 9px;
    margin-bottom: 9px;
    padding-top: 2px;
}
#tblSig_filter {
    FLOAT: RIGHT;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 70px !important;
    display: inline-block;
    margin: 0 8px 0 8px;
}

div#tbPatient_wrapper select {
    height: 35px !important;
    min-height: 10px !important;
    padding: 0;
}

div#tbPatient_filter input {
    height: 35px !important;
    min-height: 10px !important;
    padding: 0;
}

div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777!important;
    cursor: not-allowed;
    border-color: #ddd;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 1px;
    line-height: 1;
    color: #337ab7;
    text-decoration: none;
    border: 1px solid;
}

.pagination > li > a, .pagination > li > span {
    color: #76ad9a;
}

@font-face{
    font-family:'Glyphicons Halflings';
    src:url('/include/assets/fonts/glyphicons-halflings-regular.eot');
    src:url('/include/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('/include/assets/fonts/glyphicons-halflings-regular.woff') format('woff'),url('/include/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('/include/assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\002a"
}

.glyphicon-plus:before {
	content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-btc:before {
	content: "\e227"
}

.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-jpy:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-rub:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

@media screen and (min-width: 320px) and (max-width:480px) {

  .footer-menu ul li a, .copyright{ text-align: center; }
}