/* -----------------------------------------------------------------------*/
/* >>>>>>>> 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:400,700,900');
@import url("https://use.typekit.net/med1pzs.css");
* {
    padding:0; margin:0;
}

html, body {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Lato', sans-serif;

}

p {
    font-family: "adobe-garamond-pro",serif;
    letter-spacing: 0px;
    line-height: 1.6em;
    color: #1a1a1ab3;
}

a {
    text-decoration: none;
}

h1 {
    line-height: 46px;
    font-family: "adobe-garamond-pro",serif;
    letter-spacing: 0px;
    line-height: 1.6em;
    color: #1a1a1ab3;
}

/*When the body color conflicts with the tooltip */
p.aToolTipContent {
     color: white !important;
}


/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> HEADER <<<<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/
.header-wrapper {
    height: 79px;
    background-color: #212121;
}

.top-header{
    padding-top: 27px;

}

.logo{
    display: inline-block;
    padding-left: 20px;
}

.logo a{

}

.logo h3{
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1em;
}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> MAIN NAV <<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/

.main-menu {
    display: inline-block;
    float: right;
    padding-right: 20px;
    margin-top: -6px;
}

.main-menu ul {
    list-style-type:none;

}

.main-menu > ul > li {
    position: relative;
    display: inline-block;
}

.main-menu > ul > li.protocol a {
    font-family: "proxima-nova";
    font-weight: 900;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 1em;
    padding: 1em 1.5em !important;
    display: block;
    background-color: #0a0a0a;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff !important;
    -webkit-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -moz-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -ms-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -o-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
}

.main-menu ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-decoration: none;
    line-height: 1em;
    color: rgba(249,246,246,.9);
    -webkit-transition: color .1s 0s ease-in-out;
    -moz-transition: color .1s 0s ease-in-out;
    -ms-transition: color .1s 0s ease-in-out;
    -o-transition: color .1s 0s ease-in-out;
    transition: color .1s 0s ease-in-out;
    text-align: right;
    padding: 9.750px 13.5px;
}

.main-menu ul > li:hover > a {
    color: white;
}

.main-menu ul ul {
    margin-top: 10px;
    background-color: #212121;
    text-align: left;
    padding: 1em 0;
    display: block;
    position: absolute;
    top: 90%;
    width: auto;
    left: -.5em;
    z-index: 1000;
    font-size: 13px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .14s 0s ease-in-out;
    -moz-transition: -moz-transform .14s 0s ease-in-out;
    -ms-transition: -ms-transform .14s 0s ease-in-out;
    -o-transition: -o-transform .14s 0s ease-in-out;
    transition: all .14s 0s ease-in-out;
}

.main-menu ul li:hover ul {
    transform: scale(1,1);
    text-align: left;
    padding: 1em 0;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: -.5em;
    z-index: 1000;
    font-size: 13px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.main-menu ul ul > li {
    width: auto;
    height: 29px;
}

.main-menu ul ul > li > a {
    padding: 9.750px 13.5px;
    line-height: 23px;
}

.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;
}

.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;
}

/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> 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;
}


/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>> 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<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
.portal_menu li.pt_consents {    background-image: url(../../images/icons/nav/questionnaires.png);}

/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>> 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;
        }

}
