﻿#navbarProfileImage {
    /*width: 30px;
    height: auto;*/
    height: 30px;
    width: auto;
    border-radius: 50%;
}

#UsersLogo {
    cursor:pointer;
}

#searchBanner {
    height: 175px;
    box-sizing: border-box;
    margin: auto auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pagebanner {
    height: 185px;
    position: relative;
    /*left: 375px;*/
    right: 0;
    width: calc(100% - 375px);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: 375px 0;*/
}


#resetSearch {
    height: 40px;
    line-height: 40px;
    background-color: #2c275b;
    margin-top: 40px;
    width: 4%;
    text-align: center;
    cursor: pointer;
}

.navbarBottom {
    background-color: #2c275b;
    height: 40px;
    display: list-item;
}


.menu{
    max-height: 540px;
    overflow-y: scroll;
    font-size:11px;
}
.navbar {
    padding: 0;
    /*min-height: 75px;*/
    font-size: 13px;
}

.menu2{
    font-size:10px;
}

#topNav {
    background-color: white;
}

#headerIcon {
    min-height: 80px;
    padding-left: 20px;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}

#footerIcon {
    height: 60px;
    padding-left: 10px;
    padding-right: 20px;
}

#navTextBar {
    background-color: #d7d7d7;
    width: 14em;
    color: white;
    border: none;
}

    #navTextBar::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.8em;
        /*padding-left: 5px;*/
    }

    #navTextBar:-moz-placeholder { /*Mozilla Firefox 4 to 18*/
        color: white;
        font-family: 'Montserrat', sans-serif;
        opacity: 1;
        /*padding-left: 5px;*/
        font-size: 0.8em;
    }

    #navTextBar::-moz-placeholder { /*Mozilla Firefox 19+*/
        color: white;
        font-family: 'Montserrat', sans-serif;
        opacity: 1;
        font-size: 0.8em;
        /*padding-left: 5px;*/
    }

    #navTextBar:-ms-input-placeholder { /*IE 10-11*/
        font-family: 'Montserrat', sans-serif;
        color: white;
        font-size: 0.8em;
        /*padding-left: 5px;*/
    }

    #navTextBar::-ms-input-placeholder { /*Microsoft Edge*/
        font-family: 'Montserrat', sans-serif;
        color: white;
        font-size: 0.8em;
        /*padding-left: 5px;*/
    }

    #navTextBar::placeholder {
        font-family: 'Montserrat', sans-serif;
        color: white;
        font-size: 0.8em;
        /*padding-left: 5px;*/
    }

#navbarProfile {
    background-color: #00d5a3;
    padding: 0;
    /*padding-left: 3%;*/
    /*height: 100%;*/
}

.navlink, #langLink, #UsersLogo {
    text-decoration: none !important;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.navlink, #UsersLogo {
    border-right: solid white 1px;
}

#langLink {
    padding-right: 10px;
}


#searchBarBannerContainer {
    height: 0px;
    width: 60%;
}


#searchBarBanner {
    /*height: 40px;
        width: 60%;*/
    height: 40px;
    width: 100%;
    border: none;
    background-color: #d7d7d7;
    color: black;
    font-family: 'Montserrat', sans-serif;
}

    #searchBarBanner::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: black;
        font-family: 'Montserrat', sans-serif;
        /*font-size: 0.8em;*/
        /*padding-left: 5px;*/
    }

    #searchBarBanner:-moz-placeholder { /*Mozilla Firefox 4 to 18*/
        color: black;
        font-family: 'Montserrat', sans-serif;
        opacity: 1;
        /*padding-left: 5px;*/
        font-size: 0.8em;
    }

    #searchBarBanner::-moz-placeholder { /*Mozilla Firefox 19+*/
        color: black;
        font-family: 'Montserrat', sans-serif;
        opacity: 1;
        /*font-size: 0.8em;*/
        /*padding-left: 5px;*/
    }

    #searchBarBanner:-ms-input-placeholder { /*IE 10-11*/
        font-family: 'Montserrat', sans-serif;
        color: black;
        /*font-size: 0.8em;*/
        /*padding-left: 5px;*/
    }

    #searchBarBanner::-ms-input-placeholder { /*Microsoft Edge*/
        font-family: 'Montserrat', sans-serif;
        color: black;
        /*font-size: 0.8em;*/
        /*padding-left: 5px;*/
    }

    #searchBarBanner::placeholder {
        font-family: 'Montserrat', sans-serif;
        color: black;
        /*font-size: 0.8em;*/
        /*padding-left: 5px;*/
    }

#clickSearchSplash {
    height: 40px;
    line-height: 40px;
    width: 8%;
    text-align: center;
    background-color: #00d5a3;
    margin-top:40px;
    cursor: pointer;
}


#headerText {
    color: #2c275b;
    font-size: 0.9em;
    font-family: 'Montserrat', sans-serif;
    padding-left: 4%;
    padding-right: 8%;
    white-space: nowrap;
}

#profileName {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 0.8em;
}

#searchIcon {
    background-color: #00d5a3;
    height: 30px;
    width: 30px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}

#content {
    /*margin-left: auto;
    margin-right: auto;*/
    width: 50%;
    margin: 0 auto;
    text-align: center;
    display: block;
    vertical-align: middle;
}

#content, #navbarProfile {
    height: 90px;
    line-height: 90px;
}

#searchBar {
    left: 20%;
}

#navigationLinksDiv {
    text-align: center;
}

    #navigationLinksDiv ul {
        display: inline-block;
        list-style: none;
    }

* html .navigationLinksDiv ul { /*IE6*/
    display: inline;
}

* + html .navigationLinksDiv ul { /*IE7*/
    display: inline;
}

.navbar-right {
    position: relative;
    right: 30px;
    display: inline;
    float: right;
    /*pointer-events: none;*/
}

#ulNavLangLinks {
    display: inline;
    vertical-align: middle;
    line-height: 40px;
}

#ulNavLinks li {
    display: inline;
    /*float: none;*/
}

#ulNavLinks {
    display: inline;
    vertical-align: middle;
    line-height: 40px;
    text-transform: uppercase;
}

.navlink:hover, #langLink:hover, #UsersLogo:hover {
    color: #00d5a3;
}

/*#ulNavLinks,*/ #languageNav {
    padding-top: 8px;
}

.navlink, #UsersLogo {
    text-decoration: none;
    padding: 0 24px;
}

/*.navigationLinks > li.navbar-right{
    float: right !important;
}*/

/*.navbar-right {
    position: relative;
    left: 19% !important;
}*/

.line {
    content: '';
    height: 15px;
    width: 1px;
    position: absolute;
    right: 40px;
    top: 13px;
    background-color: #00d5a3;
}

.active {
    color: #00d5a3 !important;
}

/*.line {
    border-left: solid medium white;
    padding-right: 2px;
}*/

.page-footer {
    background-color: #2c275b;
    min-height: 350px;
}

#footerHeader {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: white;
    font-size: 0.75em;
    white-space: nowrap;
    text-transform: uppercase;
}

hr {
    background-color: white;
    /*width: calc((100vw / 6) - 75px);*/
}

#footerList a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    color: white;
}

#footerList li {
    margin: -5px 0;
}

#partnerImgFooter {
    display: block;
    margin: 15px 0;
}

#fundingImgFooter {
    display: block;
    margin: 15px 0;
}

#shareImg {
    width: 30px;
}

#langLinkFooter {
    font-family: 'Montserrat';
    font-weight: bold;
    text-decoration: none;
    padding-left: 5px;
    color: white;
}

.lineFooter {
    content: '';
    height: 15px;
    width: 1px;
    position: absolute;
    /*right: 60px;*/
    top: 18px;
    background-color: white;
}

/*.langList {
    background-color: #00d5a3;
}*/

.activeFooter {
    color: #2c275b !important;
}

.langList li {
    display: inline;
}

#langLinkFooter:hover {
    color: #2c275b;
}

#listlink {
    display: inline;
    vertical-align: middle;
    line-height: 40px;
}

#loginDiv {
    position: absolute;
    padding-top: 20px;
    top: 40px;
    right: 0;
    z-index: 99;
    background-color: #00d5a3;
}

#fade {
    display: none;
    height: 100vh;
    width: 100%;
    background-color: rgba(255,255,255,0.6);
    z-index: 98;
    position: fixed;
    top: 0;
}

#loginContent {
    padding: 0 10%;
}

    #loginContent span, #loginContent input, #loginContent button, #loginContent a {
        display: block;
        text-decoration: none;
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        width: 100%;
        border: none;
        padding: 5px 0;
    }

    #loginContent input {
        color: black;
        font-size: 0.8em;
        padding-left: 5px;
    }

    #loginContent button {
        /*width: 100%;*/
        /*border: none;*/
        background-color: #2c275b;
        margin-top: 5px;
        margin-bottom: 20px;
        font-size: 0.8em;
        cursor: pointer;
    }

        #loginContent button:hover {
            background-color: white;
            color: #2c275b;
        }

    #loginContent span {
        white-space: nowrap;
        font-size: 0.8em;
    }


.container {
    height: 100%;
    max-width: 80%;
}

.background-div {
    background-color: #f4f4f4;
    /*height: 100vh;*/
}


#page-wrapper {
    min-height: 454px;
}

#pagetitle {
    margin-bottom: 50px;
}

#table {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 50px;
}

    #table > thead > tr {
        background-color: #00d5a3 !important;
        color: white;
    }

    #table > thead span {
        padding: 5px;
    }

    #table > tbody td {
        padding: 5px;
        cursor: pointer;
    }

.backbtn {
    color: #00d5a3;
}

button {
    cursor: pointer;
}

.ui-dialog {
    position: absolute;
    top: 40vh;
    z-index: 90;
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #e7e7e7;
    background-color: #fff;
    padding: .2em;
}

    .ui-widget-content .ui-dialog-titlebar-close {
        display: none;
    }

select.search_inputs {
    padding: 0;
    color: #A9A9A9;
}

    select.search_inputs + button {
        width: 100% !important;
    }

.ui-helper-reset:not(.ui-multiselect-checkboxes) > li {
    display: none;
}

.SplashList {
    display: none;
}



@media (max-width: 767px ) {

    .background-div {
        padding-top: 88px;
    }

    #partnerImgFooter, #fundingImgFooter {
        display: block;
        margin: auto;
        padding-bottom: 10px;
    }

    #divFooter {
        padding: 0px 15px 20px 15px;
        padding-top: 20px !important;
    }

    #footerHeader {
        padding-top: 20px;
    }

    #divLanguageFooter {
        margin: 20px 0 !important;
    }

    #headerIcon {
        padding-left: 0;
    }

    #rightpanel {
        margin-left: 0 !important;
    }

    .SearchPagerow {
        margin-left: 0 !important;
    }

        .SearchPagerow .icon-text-SubTitle {
            display: none;
        }

        .SearchPagerow .icon-text-Title {
            font-size: 20px;
        }

    #paginationDiv {
        width: 100vw;
        font-size: 1.5em;
    }

    .menu1 {
        display: block !important;
    }

    .menu {
        position: fixed !important;
        top: 129px !important;
        /*display: none !important;*/
    }

    .navlink{
        border-right: none;
    }

    .filtersList {
        padding-top: 129px !important;
    }

    .background {
        padding-top: 128px;
    }

    .BOlist{
        padding: 0 !important;
        column-count: 1 !important;
        -moz-column-count: 1 !important;
        -webkit-column-count: 1 !important;
    }

    .newsSplash {
        display: none !important;
    }

    #siteMapFooter {
        padding-top: 0;
        padding-bottom: 0;
    }

    #partnerFooter {
        padding-top: 0;
        padding-bottom: 0;
    }

    #projectFooter {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 1140px ) {
    #hamburgerNavBar {
        display: none;
    }

    .filtersList {
        display: none !important;
    }

    .menu{
        display: block;
    }
}


/*not working ?????*/
/*@media only screen and (min-width: 1024px) and (max-width: 1370px) {
    #pathFilters {
        width: calc(100vw - 375px) !important;
    }


}*/

@media only screen and (max-width: 1024px) {

    #pagebanner {
        display: none;
    }

    #StructuresDivContent{
        padding-left:initial !important;
    }


    #divNavBarTop {
        height: 90px;
        background-color: #fff;
        position: fixed;
        z-index: 9999;
        left: 0;
        right: 0;
    }

    .navbarBottom {
        padding-top: 129px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    #navbarResponsive {
        height: 130px;
        padding-top: 90px;
        background-color: #2c275b;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;
    }

    #hamburgerNavBar {
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        padding-top: 40px;
        position: fixed;
        opacity: 0.96;
        overflow-y: scroll;
    }

    #navLinksUL {
        padding-top: 129px;
    }

    .navlink, #UsersLogo{
        border-right: none;
    }

    .hamburgerLogin{
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
    }

    p iframe {
        margin-left: unset !important;
        transform: unset !important;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) /*and (orientation : landscape)*/ {
    #filters {
        padding-top: 128px !important;
    }

    #divFooter {
        padding: 30px 15px 20px 0px !important;
    }

    #fullNavBar {
        display: none !important;
    }

    #navbarResponsive {
        display: flex !important;
    }

    #divLanguageFooter {
        /*margin-left: 0;*/
        margin: 45px 0 45px 60px !important;
    }

    #partnerImgFooter, #fundingImgFooter {
        margin: 15px 0 !important;
    }

    #footerHeader {
        white-space: normal !important;
    }

    #logoFooter {
        padding-left: 0;
        text-align: center;
    }

    #footerIcon {
        padding-left: 5px !important;
    }

    /*.logo2020 {
        width: 110% !important;
    }*/

    #toggleFilters, .filtersList {
        display: none !important;
    }

    #pathFilters {
        width: calc(100vw - 375px) !important;
    }

    #newsDivContent {
        padding-left: unset !important;
    }

    #dropFilters {
        visibility: visible !important;
    }

    #rightpanel{
        padding-top: 40px;
    }


    /*footer*/
    #siteMapFooter {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    #partnerFooter {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    #projectFooter {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width : 1024px) and (max-width : 1140px){

    #navlinkCompany, #navlinkInvestigator {
        display: none;
    }

}

/*AUXILIARY CLASSES*/
.notClickableClass {
    pointer-events: none;
}



.form-group textarea {
    width: 100%;
    height: 200px;
    background-color: white;
    color: #495057;
}

.cross {
    cursor: pointer;
}





p img, p iframe {
    max-width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}

p img {
    height: auto;
}

#adminPages li {
    list-style: none;
    background-color: #c3c3c3;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    color: white;
    padding-left: 15px;
    border-bottom: solid 1px white;
    z-index: 99;
}

    #adminPages li a {
        color: white;
    }

    #adminPages li:hover {
        background-color: #2c275b;
        color: white;
    }


#editLink {
    /*margin-bottom: 40px;*/
    margin-top: 10px;
}

#routeEdit {
    text-decoration: none;
    color: #00d5a3;
}

    #routeEdit:hover {
        color: #2c275b;
    }