/* -----------------------------------------------------------------------*/
/* >>>>>>>> PATIENT PORTAL CSS <<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

/*EXAMPLE OF FONT IMPORT */
@import url(https://fonts.googleapis.com/css?family=Lora|Oswald);

* {
    padding:0; margin:0;
}

html, body {
    height: 100%;
}

body {
/*    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    background: #F5F5F5;
    background: url(../images/bg.jpg);
    background-repeat: repeat;
    background-position: top center;
    background-attachment: fixed;
    color: #5D5D5D;
    font-family: 'Lora', serif;
    font-size: 100%;
    line-height: 1.3;
}

p {

}

a {
    text-decoration: none;
}

h1 {
    color: #537a5b;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 27px;
    line-height: 47px;
}
 
/*When the body color conflicts with the tooltip */
p.aToolTipContent {
/*     color: white !important; */
}


/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> HEADER <<<<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/
.header-wrapper {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
}

.top-header img{
    margin-top: 10px;

}

.logo{

}

.logo a{

}

.logo img{

}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> MAIN NAV <<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/

.main-menu {
    margin-top: -3px;
}

.main-menu ul {
    list-style-type:none;

}

.main-menu > ul > li {
    position: relative;
    display: inline-block;
}

.main-menu ul > li > a {
    font-family: 'Lora', serif;
    color: #537a5b;
    font-size: 10pt;
    font-weight: normal;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 9px;
    margin-bottom: 1em;
    text-decoration: none;
    -webkit-transition: all .7s linear;
    -moz-transition: all .7s linear 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
}

.main-menu ul > li:hover > a {
    background: #528b9c;
    color: #fff;
}

.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 {
    border-bottom: 1px solid #E2E2E2;
    width: 14em;
    background: #F5F5F5;
    width: 179px;
}

.main-menu ul ul > li > a {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    background: #f5f5f5;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    line-height: 27px;
}

.main-menu ul ul > li:hover > a{
    background: #528b9c;
    color: #fff;
}

/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> CONTENT <<<<<<<<<<<<<<<<<<<<-*/
/* --------------------------------------------------*/

.content {
    border-radius: 0px;
    padding: 40px 20px 20px;
    width: 900px;
    margin: 0px auto 20px;
    max-width: 1050px;
    width: 100%;
    background-color: white;
    box-sizing: border-box;
}

.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;
}

.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 <<<<<<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/


/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> 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 <<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/


/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>> 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<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
	.dtend, .calendar-step #end_time {
		
	display: none
;
	}
	
/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>> MOBILE MEDIA QUERIES<<<<<<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
@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;
    }

    .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;
        }

}
