/* -----------------------------------------------------------------------*/
/* >>>>>>>> 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=Lato|Raleway:400,600,700,900');
* {
    padding:0; margin:0;
}

html, body {
    height: 100%;
}

body {
   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #efefef;
}

p {

}

a {
    text-decoration: none;
}

h1 {
    color: #87B2E0;
    font-size: 2.4em;
}

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: 'Raleway', sans-serif;
    color: #555;
    box-sizing: content-box;
    font-size: 14px;
}

.top-header{

}

.top-header .container {
    border-bottom: solid 1px #dddddd;
    width: 1170px;
    margin: 0 auto;
    height:42px;
    box-sizing: border-box;
    padding-left: 17px;
}

.top-header a {
    color: #555;
    font-size: 14px;
    line-height: 21px;
    box-sizing: border-box;
}

.top-header .row div {
    display: inline-block;
    box-sizing: border-box;
}
.text-center {
    width: 1170px;
    padding-top: 8px;
}
.top-header .row div.col-md-4 {
    width: 32.5%;
    padding: 8px 0px 2px;
    text-align: center;
    box-sizing: border-box;
}

.email-top {
    margin-left: -4px;
}

.logo{
    display: inline-block;
    margin: 20px 0;
}

.logo a{

}

.logo img{
    width: 187.19px;
}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> MAIN NAV <<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/
.mid-container {
    max-width: 1170px;
    margin: 0 auto;
    height: 78px;
    padding: 0px 15px;
    box-sizing: border-box;
}
.main-menu {
    display: inline-block;
    float: right;
    margin: 20px 0;
    padding-right: 32px;
}

.main-menu ul {
    list-style-type:none;

}

.main-menu > ul > li {
    position: relative;
    display: inline-block;
}

.main-menu ul > li > a {
    color: #444444;
    font-size: 14px;
    line-height: 1em;
    padding: 12px 10px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
}

.main-menu ul > li > a.arrow-down {
    padding: 10px 20px 10px 10.5px;
}

.arrow-down:after {
    font-family: Arial, sans-serif;
    content: '\2023';
    font-size: 20px;
    position: absolute;
    top: 12.33333333px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 3px;
    color: #444444;
    height: 14px;
    width: 14px;
    line-height: 14px;
    overflow: hidden;
    opacity: 0.5;
}

.main-menu ul > li:hover > a {

}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    list-style: none;
    padding: 22px 0;
    margin: 0;
    background-color: #efefef;
    top: 24px;
    z-index: 30;
    overflow: visible !important;
    height: auto;
    min-height: 40px;
    max-height: 3000px;
    display: inherit;
    overflow: hidden;
    position: absolute;
    left: -28px;
    border: none;
    border-radius: 0;
    border-bottom: 4px solid #4eabf9;
}

.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: 12px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.main-menu ul ul > li:hover > a{
    background: #4eabf9;
    color: #efefef;
}
.banner {
    width: 100%;
    background-color: #45aaff;
    border-color: #45aaff;
    margin-bottom: 42px;
    height: 110px;

}

.banner h1 {
    color: #ffffff;
    font-size: 41px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 1px 0;
    text-transform: capitalize;
    padding: 30px 15px;
    display: block;
    max-width: 1170px;
    margin: 0 auto;
    box-sizing: border-box;
}


/* --------------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;
}

.portal_menu li a {
    line-height: 1.2em;
    padding: 2px 0 0 52px;
}

.text {
    width:650px;
    min-height:300px;
    font-family: 'Raleway', sans-serif;
}

.text .spacer {height: 170px; width: 85px; float:left;}

.text li {
    list-style: disc inside none;
    padding: 2px;
}

.text h1 {
    font-weight: 900;
    font-size: 28px;
    color: #2b2b2b;
    line-height: 46px;
}

.text li, .text p {
    color: #2b2b2b;
    font-family: 'Lato', sans-serif;
    line-height: 20.9px;
    font-size: 16px;
}


/* --------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> LOGIN FORM <<<<<<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/
.content form {
}

.content form label span, #signin_form p a {
    font-size: 14px;
}


#signin_form {
    margin: 25px 100px 0px 190px;
    background-color: #e5e5e5;
}

.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;
  padding: 8px 16px !important;
  border: none !important;
  background-color: black;
  transition: all .2s;
  border-radius: 4px;
  -webkit-appearance: none;
}

#signin_form.button:hover,
#signin_form button:hover {
  background-color: gray;
}

/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> 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<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

#provider_selector option[value="17"]{
    display: none;
}

#provider_selector option[value="9"]{
    display: none;
}
/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>> MOBILE MEDIA QUERIES<<<<<<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
@media screen and (max-width: 1075px){
    body > div.wrapper > div.header-wrapper > header > div > div > div > div:nth-child(3) {
        display: none;
    }

    .top-header .container {
        width: 100%;
    }

    .text-center {
        width: 100%
    }

}
@media screen and (max-width: 960px){

    body {
        padding-top:0;
        width:100%;
        margin:auto;
        overflow-x: hidden;
    }

    header {
        position:relative;
        margin-top: 0;
        text-align: center;
    }

    .main-menu {
        display:none;
    }

    .text {
        max-width:none;
        width:auto;
    }

    .text h1 {
        text-align:center;
    }

    input {
        font-size:12px;
    }

    .wrapper {
        width: 100%;
        box-shadow:none;
        min-height: 860px;
    }
    .content {
        padding: 0 22px 22px;
        width: auto;
        margin: 20px;
        margin-top: 60px;
    }

    .content-wrapper {
        width: 100%;
    }
    .container {
        width: auto;
    }

    .top-header {
        display: none;
    }

    .logo {
        display: block;
        width: 188px;
        margin: 20px auto;
    }

    #seconary_nav {
      display: block;
      font-size: 22px;
      margin: 10px auto;
      text-align: center;
      width:80%;
      margin-top: 160px;
    }
    .right-block {
      display: none;
      text-align: right;
    }

    .draggable {
      max-width: 100% !important;
    }

    #registration {margin-right:0px;}
    .content_inner {padding:0;}
    .text {padding:0px; width:auto;}

    .block label {font-size:16px; padding:12px 4px 8px;}
    .block label span {font-size:16px;}

    .menu_main {
        display:none;
    }
    .portal_menu {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;
    }

    /*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;
        }
}

#signin_form > p.login_extra.register {
    display: none;
}
