/*
 * Custom Style for ResourceSpace
 * 
 */
 
/* CUSTOM GLOBAL STYLE */
 
 #LoginHeader {
    background: #ffffff00 !important;
}

#login_box h1 {
    text-align: center !important;
	margin-top: 10px;
}

/* CUSTOM COLOR STYLE */

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

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

#HeaderImg {
    max-height: 45px;
    margin-top: 10px;
}

.LoginHeaderImg {
    max-width: 200px;
}

#HomeSiteTextInner {
    text-align: center;
}

#HomeSiteText.dashtext {
    background: #00000040;
}

#HomeSiteText.dashtext h1 {
    display: none;
}

button, input[type=submit], input[type=button], .RecordPanel .RecordDownloadSpace .DownloadDBlend a, .UploadButton a {
    background-color: rgb(82, 174, 48);
    color: #fff;
}

.search-icon, .search-icon:hover, .search-icon:active {
    color: #666;
}

a:hover {
	color: rgb(82, 174, 48);
}

.PoweredByPanel {
    display: none;
}

#upgrade_available_tile {
    display: none;
}

/* CUSTOM SLIM (MOBILE) STYLE */

@media (max-width: 600px)
#CentralSpaceLogin #login_box {
    max-width: 100%;
}

/* LEAFLET MAP HEIGHT */

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