/* -----------------------------------------------------------------------*/
/* >>>>>>>> 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=Dancing+Script|Gentium+Basic');
* {
    padding:0; margin:0;
}

html, body {
    height: 100%;
}

body {
   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Gentium Basic', serif;
    color: rgb(94, 94, 94);
}

p {

}

a {
    text-decoration: none;
}

h1 {
    font-family: 'Dancing Script', cursive;
    font-weight: 400 !important;
    line-height: 56px;
    overflow: hidden;
}
 h1::after {
    background-color: #5e5e5e;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    left: 0.5em;
    margin-right: -50%;
 }

/*When the body color conflicts with the tooltip */
p.aToolTipContent {
/*     color: white !important; */
}


/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> HEADER <<<<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/
.header-wrapper > p{
    font-size: 14px;
    text-align: center;
    margin: 17px;
    letter-spacing: 2px;
}

.top-header {
    text-align: center;
    height: 48px;
}

.top-header > div, span{
    display: inline-block;
    line-height: 1.5;
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 11px;
}
.top-header span {
    opacity: .4;
    color: #777777;
    font-size: 16px;
    font-family: "Dancing Script", cursive;
    margin: 0 15px 0 12px;
}


.logo{

}

.logo a{

}

.logo img{

}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> MAIN NAV <<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/

.main-menu {
    background-color:  #f6f6f6;
    height: 66px;
}

.main-menu ul {
    list-style-type:none;
    width: 313px;
    margin: 0 auto;
    padding-top: 23px;
    padding-right: 17px;
}

.main-menu > ul > li {
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding-bottom: 6px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 27px;
}

.main-menu ul > li > a {
    color:  #151515;
    font-size: 14px;
}

.main-menu ul > li:hover > a {

}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.main-menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.main-menu ul ul > li {

}

.main-menu ul ul > li > a {

}

.main-menu ul ul > li:hover > a{

}

/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> CONTENT <<<<<<<<<<<<<<<<<<<<-*/
/* --------------------------------------------------*/

.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;
    line-height: 24px;
}

.text .spacer {height: 170px; width: 85px; float:left;}

.text li {
    list-style: disc inside none;
    padding: 2px;
}


/* --------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> 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;
}

/* --------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> BUTTON STYLING <<<<<<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/

.button, button {
  background-image: none;
 /* padding: 8px 16px !important;
  border: none !important;*/
  background-color: #283878;
  transition: all .2s;
  border-radius: 4px;
  -webkit-appearance: none;
}

.button:hover, button:hover {
  background-color: #30438c;
}

/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> FOOTER <<<<<<<<<<<<<<<<<<<<-*/
/* --------------------------------------------------*/
.sub_foot {
    padding: 12px;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    display:block;
    box-sizing: border-box;
    background-color: #F6F6F6;

}
.sub_foot a {
    color: #151515;
    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;
}

/* =========================================================================*/
/*-------------------------------------------------------------------------*/
/* UPDATE PORTAL MENU ANIMATIONS */
/*-----------------------------------------------------------------------*/
/* =====================================================================*/
.portal_menu li {
    transition: all .1s;
    padding-left: 10px;
    background-position: 8px 0
}

.portal_menu li:hover {
    background-position: 0 0;
    margin-left:0;
}

.portal_menu li a:hover {
    text-decoration: none;
    font-weight: bold;
}

/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>> Registration overrides<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

/* Registration */
.address1, .address2{
    float: left;
    width: 32%;
}


/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>> PRACTICE SPECIFIC OVERRIDES<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/


/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>> MOBILE MEDIA QUERIES<<<<<<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
@media screen and (max-width: 960px){

    body {
        padding-top:0;
        width:100%;
        margin:auto;
        overflow-x: hidden;
    }

    h1::after {
        display:none;
    }

    header {
        position:relative;
        margin-top: 0;
        text-align: center;
    }
    .top-header {
        display: none;
    }

    .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;
    }

    .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;}
    .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;
        }

}
