.sm_head {
	background-color: rgba(240,240,240,1);
	margin: 20px auto;
	border-radius: 4px;
	padding: 10px;
}


.sm_controls, .sm_controls_small {
	border-radius: 2px;
	border: 1px black solid;
	height: 30px;
	background-color: white;
	padding: 0 5px;
	width: 60%;
	margin-bottom: 10px;
}


div.sm_controls {
    display: inline-block;
    line-height: 30px;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
}


.sm_controls_small {
	width: 160px;
}

.sm_label, .sm_label_small {
	text-align: right;
	width: 130px;
	margin-bottom: 0;
	margin-right: 20px;
}


.sm_label_small {
	width: 90px;
}

.label_palette {
	height: 16px;
	width: auto;
	cursor: pointer;
}

.label_palette:not(.disabled):hover {
	background-color: #ccc;
}


.label_palette[disabled] {
	background-color: initial;
	color: #ccc;
	cursor: initial;
}

.iconCursor {
	font-size: 16px;
	padding-left: 7px;
}


.sm_group {
    width: 150px;
    margin: 10px 0;
	overflow: visible;
}


.sm_group .sm_controls {
    display: block;
    margin: auto;
    width: 90%;
}


.tb-depths .sm_group {
	margin: 10px auto;
}


.sm_group_inline {
	display: flex;
}


.sm_group_inline span {
	margin-left: 5px;
}


#div_hfMapDiv {
	border: 2px solid rgba(240,240,240,1);
	border-radius: 4px;
	padding: 0px 0 0 0;
	margin: 0px;
	height: calc(100vh - 5px);
}


.full-map-div {
	width: 100%;
	height: calc(100vh - 5px);
}


#div_hfAggrDiv {
	width: 400px;
	padding-top: 10px;
}


.dd-colorBar {
    padding-bottom: 5px;
}

.cb-cont, .dp-title, .ts-title {
    min-width: 200px;
    max-width: 250px;
    margin: auto auto 0;
    padding: 0 5px;
}

.dp-title, .ts-title
{
	max-width: 100%;
}




.cb-title, .dp-title, .ts-title {
    margin: auto;
    font-weight: bold;
    display: block;
    word-break: break-word;
}


.cb-imgdiv, .dp-title. .ts-title {
    margin: auto;
    text-align:center;
    font-style: italic;
}


.cb-tools, .div-dataDownload {
    margin-top: 5px;
}


.cb-btn, .dataDownload-btn { 
    margin: auto;
    border-radius: 4px;
    border: 1px solid black;
}


.div-dataDownload
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}


.d-cont
{
	min-width: 100px;
	max-width: 200px;
	margin: auto auto 0;
	padding: 0 5px;
}


.iconCursor.disabled
{
	color: #888;
	cursor: default;
}


.sm_group label
{
	text-align: left;
	width: 90%;
	margin-bottom: 0;
}
