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

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

#upgrade_available_tile {
    display: none;
}

/* CUSTOM COLOR STYLE  */

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

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

a:hover {
	color: #D12222;
}

.HorizontalWhiteNav a:hover, .BasicsBox .VerticalNav a:hover, .ListTitle a:hover {
    color: #D12222;
}

#HomeSiteText.dashtext {
    background: #00000040;
}

.PoweredByPanel {
    display: none;
}

.clearerleft.item.itemType2 {
    color: red !important;
}

button, input[type=submit], input[type=button], .RecordPanel .RecordDownloadSpace .DownloadDBlend a, .UploadButton a {
    background-color: rgb(209, 34, 34);
}

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

.fixedlistnodepill {
    background-color: #888;
}

/* CUSTOM SLIM (MOBILE) STYLE */

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

/* LEAFLET MAP HEIGHT */

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