/*
 * Custom Style for ResourceSpace
 * 
 */
 
/* CUSTOM GLOBAL STYLE */

#HeaderImg {
    max-height: 35px;
    margin-top: 14px;
}
 
 #LoginHeader {
    background: #ffffff00 !important;
}

.LoginHeaderImg {
    max-height: 37px;
}

#login_box h1 {
    text-align: center !important;
}

/* CUSTOM COLOR STYLE */

 #Header li a {
    color: #fff;
    opacity: 1;
}

#Header .SearchResultsDisabled, #Header .SearchResultsDisabled:hover, .DisabledLink, .DisabledLink:hover {
    opacity: 1;
}

#HomeSiteText.dashtext {
    background: #00000040;
}

a:hover {
	color: #62ccca;
}

.PoweredByPanel {
    display: none;
}

.fixedlistnodepill {
    background-color: #888;
}

/* CUSTOM SLIM (MOBILE) STYLE */

@media (max-width: 760px) {
#CentralSpaceLogin {
    width: 99%;
}
}

/* LEAFLET MAP HEIGHT */

div#map_id_modal {
    height: 350px !important;
}