.latest-sphere-data-portlet .recent-measurements-container {
	background-color: #fff;
	border: #002d8e 2px solid;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.latest-sphere-data-portlet #map-container {
	position: relative;
	background-color: #eaf4ff;
}
.latest-sphere-data-portlet .map-images {
	/* padding-left: 5px; */
}
.latest-sphere-data-portlet .measurement-layer {
	position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 2;
}
.latest-sphere-data-portlet .measurement-layer img {
    width: 100%;
    height: auto;
}
/* .latest-sphere-data-portlet .map-container {
	position: relative;
    display: inline-block;
} */
.latest-sphere-data-portlet .slider-container {
    position: relative;
    width: 100%;
    height: 60px;
    bottom: auto;
    z-index: 100;
}
.latest-sphere-data-portlet .slider {
    position: absolute;
    white-space: nowrap;
    z-index: 10;
    width: 93%;
    padding: 0;
    display: block;
    list-style-type: none;
    margin: 0 0 0 auto;
    left: 0;
    right: 0;
}
.latest-sphere-data-portlet .slider .tl-line {
	position: absolute;
    z-index: 1;
    top: 2px;
    margin: 0 7%;
    width: 86%;
	padding: 0px;
}
.latest-sphere-data-portlet .slider .tl-line img {
    position: relative;
    width: 100%;
    height: 8px;
}
.latest-sphere-data-portlet #play-btn {
	padding-left: 3px;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 3px;
	outline: 0;
}
.latest-sphere-data-portlet .slider li {
    position: relative;
    display: inline-block;
    width: 14.25%;
    text-align: center;
    margin-left: -4px;
    z-index: 2;
    float: none;
    padding: 2px 0 0 0;
}
.latest-sphere-data-portlet .slider li .tl-dot-img {
	width: 20px;
	cursor: pointer;
}
.latest-sphere-data-portlet .slider li a {
	display: block;
	padding-top: 5px;
}
.latest-sphere-data-portlet .slider li .day-btn {
	color: #5378ac;
}
.latest-sphere-data-portlet .slider li .day-btn.selected-day {
	font-family: 'open_sanssemibold';
	color: #00337a;
}
.latest-sphere-data-portlet .right-container {
	display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}
.latest-sphere-data-portlet .protocol-data-btn {
    display: block;
    border: #1066b0 2px solid;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    font-size: 1.25rem;
    margin: 10px 20px;
}
.latest-sphere-data-portlet .selected-protocol-container .selected-protocol.selected-option-protocol {
	color: #000;
}
.latest-sphere-data-portlet .selected-protocol-container {
    padding: 15px 20px;
    border-bottom: #e6e7e8 1px solid;
}
.latest-sphere-data-portlet .selected-protocol-container .selected-protocol {
	font-size: 1.25rem;
    font-family: 'open_sanssemibold';
    display: block;
    color: #c2c2c2;
    margin-left: 35px;
    outline: 0;
}
.latest-sphere-data-portlet .selected-protocol-icon {
	vertical-align: text-bottom;
	float: left;
}
.latest-sphere-data-portlet .selected-protocol-container:last-child {
	border-bottom: none;
}
.latest-sphere-data-portlet #play-btn i {
	color: #bbdcf7;
	font-size: 1.25rem;
}
@media (min-width: 375px) {
	.latest-sphere-data-portlet #play-btn {
		padding-left: 5px;
	}
}
@media (min-width: 425px) {
	.latest-sphere-data-portlet #play-btn {
		padding-left: 10px;
	}
}
@media (min-width: 768px) {
	/* .latest-sphere-data-portlet .sphere-buttons {
		margin-bottom: 30px;
	} */
	.latest-sphere-data-portlet .recent-measurements-container {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	.latest-sphere-data-portlet .protocol-data-btn {
		margin: 10px 30px 10px 0;
	}
	.latest-sphere-data-portlet #map-container {
		width: 65%;
		margin-right: 30px;
	}
	.latest-sphere-data-portlet .selected-protocols {
		margin: 40px 30px 0 0;
	}
	.latest-sphere-data-portlet .selected-protocol {
	    margin-left: 40px;
	}
	.latest-sphere-data-portlet .selected-protocol-container {
	    padding: 30px 0;
	    border-bottom: #e6e7e8 1px solid;
	}
	.latest-sphere-data-portlet .selected-protocol-container:first-child {
		padding-top: 0;		
	}
	/* .latest-sphere-data-portlet .slider {
		width: 75%;
	} */
	.latest-sphere-data-portlet .slider {
		width: 85%;
		margin-right: auto;
		margin-left: auto;	
	}
	.latest-sphere-data-portlet #play-btn {
		padding-left: 20px;
		padding-top: 0px;
	}
	.latest-sphere-data-portlet #play-btn i {
		font-size: 1.5rem;
	}
}