﻿/* BOOTSTRAP OVERRIDE */

.navbar {
	--bs-navbar-padding-x:1rem;
	padding:unset
	
}
.nav-link{
	font-weight:bold
}

.container {
	max-width: 1140px;
}

.accordion-button:not(.collapsed) {
	color: #6d9baf;
	text-decoration: none;
	font-weight: bold;
	background-color: #e9eaec
}
.accordion-button.collapsed {
	color: #6d9baf;
	text-decoration: none;
	font-weight: bold;
	background-color: #e9eaec
}



/* END BOOTSTRAP OVERRIDE */
/* GDACS STYLE OVERRIDE */
#map_caption {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.main_home_map {
	height: 390px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}

.main_alert_box_3 {
	width:none;
}



/* ------------------------------------------------tables style------------------------------------------------*/

.col_generic_cell {
	width: auto;
	padding: 6px;
	height: 30px;
	vertical-align: middle;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.main_tit {
	width: auto;
	border: 0px;
	background-color: #083c53; /*#a3b8c1;*/
	padding: 6px;
	height: 36px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.main_tit_highlighted {
	width: auto;
	border: 0px;
	background-color: #2a7fa4;
	padding: 6px;
	height: 36px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.row_generic_cells {
	width: auto;
	border-bottom: solid;
	border-width: 1px;
	border-color: #00478d;
	padding: 6px;
	height: 30px;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.col_standard {
	border-bottom: 1px solid #ddd;
	padding: 3px 0 3px 0;
	max-height: 20px;
}

.table_generic_detail {
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	margin: 0 0 15px 0;
	line-height: 26px;
	border-spacing: 5px 50px;
}

.main_tit_detail {
	width: auto;
	border: 0px;
	background-color: #a3b8c1;
	padding: 6px;
	margin: 3px;
	height: 36px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}

.cell_detail_left {
	text-align: left;
}

.cell_detail_center {
	text-align: center;
}

.cell_detail_right {
	text-align: right;
}

table.search tr.clickable-row:hover {
	background-color: #cde8e8
}
/*----- end table style*/

/*--- div as table style*/
/* CSS TABLE STYLES */

.css-table {
	display: table;
}

.css-table-header {
	display: table-header-group;
	width: auto;
	border: 0px;
	background-color: #a3b8c1;
	padding: 6px;
	margin: 3px;
	height: 36px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}

.css-table-body {
	display: table-row-group;
	border: 0px;
}

.css-table-row {
	display: table-row;

}

	.css-table-header div,
	.css-table-row div {
		display: table-cell;
		border-bottom: 1px solid #ddd;
		padding: 6px;
		max-height: 20px;
	}

.css-table-header div {
	text-align: center;
	border: 1px solid rgb(255, 255, 255);
}
/*--- end div as table style*/

.card_20th {
	max-width: 340px;
	height: auto;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	opacity: 1;
	padding-right: unset;
}

.card_20th_title {
	/*	width: 309px;
	height: 39px;*/
	margin: 3px 0 3px 0;
	text-align: left;
	font: normal normal bold 14px/17px Arial;
	letter-spacing: 0px;
	color: #367DA5;
	opacity: 1;
}

.card_20th_icon {
	width: 19px;
	height: 25px;
	opacity: 1;
	border-bottom: none;
}

.card_20th_link {
/*	width: 185px;
	height: 12px;*/
	/* UI Properties */
	text-align: left;
	text-decoration: underline;
	font: normal normal normal 10px Arial;
	letter-spacing: 0px;
	color: #367DA5;
	opacity: 1;
	border-bottom: none;
}

.card_20th_date {
	/*	width: 46px;
	height: 12px;*/
	/* UI Properties */
	text-align: right;
	font: normal normal normal 10px Arial;
	letter-spacing: 0px;
	color: #125172;
	opacity: 1;
	border-bottom: none;
}

.card_20td {
	padding: 3px 0 10px 0;
	max-height: 30px;
	border-bottom: none;
}

.card_box_title {
	width: 100%;
	height: 45px;
	border-top: solid;
	border-top-width: medium;
	border-top-color: currentcolor;
	border-top-width: 1px;
	border-top-color: #b9ced6;
	border-bottom: solid;
	border-bottom-width: medium;
	border-bottom-color: currentcolor;
	border-bottom-width: 1px;
	border-bottom-color: #b9ced6;
	margin: 5px 0 20px 0;
	color: #367da5;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 12px;
	text-decoration: underline;
}

.container-card {
	position: relative;
	width: 100%;
	max-width: 400px;
}

	.container-card img {
		width: 100%;
		height: auto;
	}

	.container-card .btn-card-close {
		position: absolute;
		top: 3%;
		right: 1%;
		background-color: white;
		color: #367DA5;
		font-size: 22px;
		border: none;
		cursor: pointer;
		text-align: center;
	}

	.container-card .btn-card-close:hover {
		color: black;
	}

.main_home_map .card-arrow {
	position: absolute;
	top: 45%;
	background-color: white;
	color: #367DA5;
	font-size: 22px;
	border: none;
	cursor: pointer;
	text-align: center;
	z-index: 5;
}


.container-video {
	width: 100%;
	height: auto;
}
/* END GDACS STYLE OVERRIDE */
