/* TYPE YOUR OWN CSS HERE */

#sub-nav {
    padding-top: 29px!important;
    padding-left: 70px;
    font-size: 14px;
    
}

#sub-nav .main-nav li {
    margin-right: 15px;
}

.mobile-my-profile-menu-header.auth-buttons {
    padding-top: 70px!important;
}
.mobile-my-profile-menu-header.auth-buttons .custom-nav-closer {
    margin-top: -40px!important;
}
/* TYPE YOUR OWN CSS HERE */
/*a MODAL Starts  */
.modalDialog {
    position: fixed;
    font-size: 13px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 300ms ease-in;
    -moz-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 80%;
    position: relative;
    font-size: 14px;
    margin: 2% auto;
    padding: 10px;
    border-radius: 5px;
    height: 90%;
    overflow-y: auto;
    overflow: hidden;
}
.close {
    line-height: 25px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.main-nav a {

    line-height: 19px;

}

#header:after{
	content: '';
    position: absolute;
    top: 2px;
    right: 10px;
    height: 80px;
    width: 155px;
    background-image: url(https://bvgcsalud.ovidds.com/ui/shared/public/Imagenes/logo_ast3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
  #header:after {
    right: 55px;
  }
}


#header {
    box-shadow: 0 3px 3px 0 rgba(100,100,100,0.8);
    padding-bottom: 80px;
}

 #sub-nav .user-menu {
    margin-right: 150px;
    font-size: 1.0em;
    margin-top: -40px;
}

 #sub-nav .brand-logo img {
    display: none;
}

#sub-nav a {
   font-size: 0.955em;
}


#sub-nav {margin-top:0px;padding-top:25px;}
.main-nav a {font-family: Arial, Verdana, sans-serif;font-size: 16px;line-height: 20px;padding-bottom:10px;}
.main-nav li {margin: 0 20px 40px 0;}
/*a MODAL Ends */

#sub-nav .main-nav {
    font-size: 1.1em;
    }


@media only screen and (max-width: 600px) {
    #sub-nav .main-nav {
        font-size: 1.1em;
           }
    }

div.tabs .title-group h3 {
    display: none;
}

.title-group h2 {
        display: none;
        }

        #sub-nav .user-menu.newux {
            margin-right: 160px;
        }

    .savedpublications.auth.usegeneric #body .page-header {
        margin-top: 45px;
    }

    .login.auth-login.non-auth.newux-myprofile #sub-nav .user-menu.newux {
            margin-top: 45px;
            padding: 5px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            box-shadow: 0 3px 3px 0 rgba(100, 100, 100, 0.8);
        }


body.discover-search-advanced .db-picker {
    display: none!important;
}



body.discover-search-advanced form.search-main h3#qb-lbl {
    visibility: hidden;
    position: relative;
}

body.discover-search-advanced form.search-main h3#qb-lbl::after {
    content: "Construya su estrategia:";
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

#sub-nav .main-nav a {
    font-weight: 600;
    
}

#sub-nav {
margin-top: 30px!important;
}