/* DETAIL SECTION
-------------------------------------------------- */
.top-head-title span {
  font-size: 1em;
  display: inline;
  vertical-align: baseline;
}

.error-containter {
	display: none;
}

.error-title {
	font-weight: bold;
	font-size: 2em;
}

.error-title span {
	font-size: 1em;
}

#buttonBackContainerXS {
  display: none;
  margin-bottom: 1px;
  text-align: center;
}

.bottomBack {
  cursor:pointer;
}

.bottomBack span {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1em;
}

#newsContainer {
	margin-left: 12px !important;
	min-height: 200px;
}

.year-selector-container {
	border-bottom: 2px solid #eee;
	width: 100%;
}

.year-selector span{
	width: 100%;
	margin-bottom: 5px;
	display:inline-block;
}

.year-selector select{
	width: 100%;
	display:inline-block;
}

.modal .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 101; 
	/* filter: invert(1); */
	background-color: rgba(255,255, 255, 0.5);
	border-radius: 50%;
	padding: 5px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 570px) {
	.btn-close{
		position:absolute;
		right: 0px;
		top: 0px;
		cursor: pointer;
		color: #fff;
		margin-top: -35px;
	    margin-right: 5px;
	    font-size: 25px;
	    width: 15px;
	    height: 15px;
	}
}

@media (max-width: 768px) {
	#buttonBackContainer {
  		display: none;
  	}
	#buttonBackContainerXS {
	  	display: block;
	}
    .error-title {
  		padding-left: 0px !important;
		text-align: center;
	}
	
	.error-body {
		padding-left: 0px !important;
		margin-bottom: 35px;
		text-align: center;
	}
	#newsContainer {
		margin-left: 25px !important;
	}
	.new-content {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
