/* -----------------------------------------------------------------------*/
/* >>>>>>>> PATIENT PORTAL CSS <<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

/*EXAMPLE OF FONT IMPORT */
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600|Varela+Round');



* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #efefef;
  font-family: 'Varela Round', sans-serif;
}

p {}

a {
  text-decoration: none;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4em;
  color: #444;
  font-weight: 400;
  line-height: 2em;
}

h1 span {
  font-weight: bold;
  font-size: 3em;
}

/* ovverride h2 colors on page to a standard grey */
.content .text h2 {
  color: #767561;

}

/*When the body color conflicts with the tooltip */
p.aToolTipContent {
  /*     color: white !important; */
}


/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> HEADER <<<<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/
.header-wrapper {
  font-family: 'Montserrat', sans-serif;
}

.top-header {
  max-width: 1380px;
  padding: 0px 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

.logo {
  display: inline-block;
}

.logo a {}

.logo img {
  height: 99.9844px;
}



/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> MAIN NAV <<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/

.main-menu {
  display: inline-block;
  float: right;
}

.main-menu ul {
  list-style-type: none;
  margin-top: 34px;
}

.main-menu>ul>li {
  position: relative;
  display: inline-block;
}

.main-menu ul>li.down-caret>a {
  padding-right: 11px;
}

.main-menu ul>li.down-caret>a:after {
  font-family: 'Arial', sans-serif;
  content: '\2023';
  font-size: 20px;
  position: absolute;
  top: 12.16666667px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: -6px;
  color: #444444;
  height: 13px;
  width: 13px;
  line-height: 13px;
  overflow: hidden;
  opacity: 0.5;
}

.main-menu ul>li>a {
  color: #444444;
  font-size: 13px;
  line-height: 13px;
  padding: 10px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}


.main-menu ul>li:hover>a {
  color: #ba01b7;
}

.main-menu ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  list-style: none;
  padding: 33px 0;
  margin: 0;
  width: 216.76px;
  background-color: #efefef;
  top: 33px;
  z-index: 30;
  overflow: visible !important;
  height: auto;
  min-height: 40px;
  max-height: 3000px;
  display: inherit;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: -108px;
  border: none;
  border-radius: 0;
  border-bottom: 4px solid #ba01b7;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.main-menu ul li:hover ul {
  visibility: visible;
  opacity: 1;
}

.main-menu ul ul>li {}

.main-menu ul ul>li>a {
  display: block;
  padding: 7px 40px;
  text-decoration: none;
  margin: 0;
  line-height: 1em;
  white-space: nowrap;
  font-size: 11px;
  color: #444444;
}



.main-menu ul ul>li:hover>a {
  background: #ba01b7;
  color: #efefef;
}

.banner {
  width: 100%;
  background-color: #9cc222;
  border-color: #9cc222;
  margin-bottom: 42px;
  height: 138px;
  margin-top: -4px;
}

.banner h1 {
  margin: 0 auto;
  max-width: 1380px;
  display: block;
  color: #ffffff;
  font-weight: 400;
  line-height: 42.9px;
  font-size: 39px;
  padding-top: 50px;
  padding-left: 20px;
}

/* --------------BOB REMOVED--------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> CONTENT <<<<<<<<<<<<<<<<<<<<-*/
/* --------------------------------------------------*/
.wrapper {
  max-width: 100%;
}

.content {
  padding: 15px 300px;
  margin: 10px auto;
  width: calc(920px - 5px);
}

.content {
  border-radius: 10px;
  padding: 8px 20px 20px;
  width: 900px;
  margin: 40px auto 20px;
}

.portal_menu>ul {
  padding: 20px 15px 10px;
  font-size: 14px;
}

.text {
  width: 650px;
  min-height: 300px;
}

.text .spacer {
  height: 170px;
  width: 85px;
  float: left;
}

.text li {
  list-style: disc inside none;
  padding: 2px;
}

.text h1 {}

.text li,
.text p {
  font-family: 'Varela Round', sans-serif;
  font-size: 15px;
  line-height: 22.5px;
  color: #444;
}


/* --------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> LOGIN FORM <<<<<<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/
.content form {}

.content form label span,
#signin_form p a {}


#signin_form {
  margin: 25px 100px 0px 190px;
}

.signin_inputs input:not([type="submit"]) {
  border: 1px solid #999999;
  border-radius: 5px 5px 5px 5px;
  padding: 3px;
  width: 150px;
}

#signin_form label {
  font-size: 14px;
}


input[type=text],
input[type=password],
select {
  border: 1px solid #CCCCCC;
  border-radius: 6px 6px 6px 6px;
  color: #666666;
  padding: 3px;
}

textarea {
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  color: #666666;
  padding: 6px;
  width: 99%;
}

select {
  border: 1px solid #CCCCCC;
  border-radius: 6px 6px 6px 6px;
  padding: 3px;
}

.help_marker {
  visibility: hidden;
}

.help_link span:after {
  content: '\f059';
  visibility: visible;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #666;
}

/* --------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> LOGIN BUTTON STYLING <<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/

#signin_form .button,
#signin_form button {
  background-image: none;
  border: none !important;
  background-color: #9cc222;
  color: #fff;
  transition: all .2s;
  padding: 8px 24px;
  border-radius: 30px;
  -webkit-appearance: none;
}

#signin_form .button:hover,
#signin_form button:hover {
  background-color: #79971a;
}

/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> FOOTER <<<<<<<<<<<<<<<<<<<<-*/
/* --------------------------------------------------*/
.sub_foot {
  padding: 12px;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  display: block;
  box-sizing: border-box;
  background-color: black;

}

.sub_foot a {
  color: white;
  font-size: 12px;
}

.footer_address {
  display: none;
}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> STICKY FOOTER <<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/

/*Sticky Footer Code Below */
.wrapper {
  min-height: 100%;
  /* equal to footer height */
  /*margin-bottom: -38px;*/
}

.wrapper:after {
  content: "";
  display: block;
}

.sub_foot .wrapper:after {
  /* equal to footer height */
  height: 38px;
}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>> HIDE SOME THINGS <<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/


.portal_menu .pt_allergies {
  display: none;
}

.state_divider,
.state_province,
.zip_divider,
.zip_postal {
  display: none;
}

.pwd_set_account {}

#seconary_nav {
  display: none;
}


/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>> Registration overrides<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

/* Registration */
.address1,
.address2 {
  float: left;
  width: 32%;
}


/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>> PRACTICE SPECIFIC OVERRIDES<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

a.hamburger span {
  font-size: 15px;
}

/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>> MOBILE MEDIA QUERIES<<<<<<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
@media screen and (max-width: 990px) {

  .hamburger {
    display: inline-block;
    margin: 12px 12px 0 0;
    position: absolute;
    top: 16px;
    right: 10px;
  }

  .header-container {
    width: 100%;
  }

  .portal_menu.open-menu {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1000;
    transition: all .4s;
    visibility: visible;
    opacity: 1;
    height: 100%;
  }

  .portal_menu.open-menu h3 {
    display: none
  }

  .portal_menu.open-menu {
    background-color: #dedede;
    display: block;
    left: -14px;
    position: absolute;
    top: 0;
    width: calc(100% + 29px);
    z-index: 1000;
  }

  .portal_menu.open-menu ul {
    padding: 12px 8px;
    background-color: white;
  }

  .portal_menu.open-menu li {
    padding: 8px 0;
    border-bottom: solid 1px #dadada;
    background-position: 8px 9px;
  }

  .portal_menu.open-menu li:hover,
  .portal_menu.open-menu li:active {
    background-color: #e6e6e6;
    border-radius: 4px;
  }

  .portal_menu.open-menu li:last-child {
    border-bottom: none;
  }

  .portal_menu.open-menu li a {
    padding-left: 65px;
  }

  .portal_menu li a span {
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 18px;
  }

  .main-menu {
    display: none;
  }

  body {
    padding-top: 0;
    width: 100%;
    margin: auto;
    overflow-x: hidden;
  }

  header {
    position: relative;
    margin-top: 0;
    text-align: center;
  }

  .text {
    max-width: none;
    width: auto;
    padding: 0px;
  }

  .text h1 {
    text-align: center;
    font-size: 2.25rem;
    line-height: 40px;
    margin-bottom: 15px;
  }

  input {
    font-size: 12px;
  }

  .wrapper {
    width: 100%;
    box-shadow: none;
    min-height: 860px;
    position: relative;
  }

  .content {
    margin: 20px;
    padding: 0 22px 22px;
    position: relative;
    top: auto;
    width: auto;
  }

  .content-wrapper {
    width: 100%;
  }

  .container {
    width: auto;
  }

  #seconary_nav {
    display: block;
    font-size: 22px;
    margin: 10px auto;
    text-align: center;
    width: 80%;
  }

  .right-block {
    display: none;
    text-align: right;
  }

  .draggable {
    max-width: 100% !important;
  }

  #registration {
    margin-right: 0px;
  }

  .content_inner {
    padding: 0;
  }

  .block label {
    font-size: 16px;
    padding: 12px 4px 8px;
  }

  .block label span {
    font-size: 16px;
  }

  .menu_main {
    display: none;
  }

  .menu_main .link_active {
    display: none;
  }

  .text p.msg {
    color: #f60;
    position: relative;
    right: 0;
  }

  .draggable {
    max-width: 100% !important;
  }

  #signin_form {
    max-width: 400px;
    margin: 20px auto;
  }

  #signin_form label {
    font-size: 11px;
  }

  .bg-top-bar {
    font-size: 13px;
    padding: 9px 22px;
  }

  .soc-icons {
    display: none;
  }

  .bg-menu {
    display: block;
    width: 100%;
  }

  /*Fix Documents */

  .content .document_menu {
    width: auto;
    margin: 0;
    border-radius: 16px;
  }

  /* Mobile Form fixes */
  input[type=text],
  input[type=password],
  select {
    width: 95%;
  }

  .signin_inputs input {
    width: 55%;
  }

  form label span {
    font-size: 12px;
    line-height: 1.1em;
    font-weight: normal;
  }

  #mobile_nav {
    position: relative;
    text-align: center;
    padding: 5px;
    display: block;
  }

  #mobile_nav>select {
    font-size: 20px;
    text-align: center;
  }

  .portal_menu {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }

  #seconary_nav {
    display: block
  }

  div.main_logo {
    padding: 20px;
    width: 100%;
  }

  .main_logo img {
    max-width: 400px;
  }

  .background-block {
    display: none;
  }

  /* Sign in form */
  #signin_form {
    margin: 25px 0;
  }

  #signin_form label span {
    display: block;
    margin-left: auto;
    padding: 0 5px 0 0;
    width: auto;
  }

  .signin_inputs input {
    font-size: 18px;
    width: 90%;
  }

  #aToolTip {
    display: none !important;
  }

  /* Reset Form */
  .reset_form {
    font-size: inherit;
    margin: 16px auto;
    width: auto;
  }

  /*No tables! */
  table,
  tbody,
  tr,
  td {
    /* display: block; this rule was breaking all the forms */
    width: auto;
  }

  /*table exceptions */
  .ui-datepicker-calendar table {
    display: table;
  }

  .ui-datepicker-calendar tr {
    display: table-row;
  }

  .ui-datepicker-calendar td {
    display: table-cell;
  }

  .button {
    white-space: unset;
    width: auto;
  }

  .draggable {
    left: 0 !important;
    width: 100% !important;
  }

  .draggable h2 .close {
    font-size: 18px;
  }


  /*Registration Form Mobile Fixes */
  .stats_block label,
  .contact_block label,
  .ec_block label,
  .insurance_block label,
  .zip,
  .city,
  .state,
  .country,
  .address_block .address1,
  .address_block .address2 {
    width: 45% !important;
    display: inline-block !important;
    float: none !important;
  }

  .password_block .PWD1,
  .password_block .PWD2 {
    float: none !important;
  }
}