/* vietnamese */
@font-face {
      font-family: 'Work Sans';
        font-style: normal;
          font-weight: 400;
            src: url(fonts/QGYsz_wNahGAdqQ43Rh_c6Dpp_k.woff2) format('woff2');
              unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
      font-family: 'Work Sans';
        font-style: normal;
          font-weight: 400;
            src: url(fonts/QGYsz_wNahGAdqQ43Rh_cqDpp_k.woff2) format('woff2');
              unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
      font-family: 'Work Sans';
        font-style: normal;
          font-weight: 400;
            src: url(fonts/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format('woff2');
              unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
      font-family: 'Work Sans';
        font-style: normal;
          font-weight: 600;
            src: url(fonts/QGYsz_wNahGAdqQ43Rh_c6Dpp_k.woff2) format('woff2');
              unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
      font-family: 'Work Sans';
        font-style: normal;
          font-weight: 600;
            src: url(fonts/QGYsz_wNahGAdqQ43Rh_cqDpp_k.woff2) format('woff2');
              unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
      font-family: 'Work Sans';
        font-style: normal;
          font-weight: 600;
            src: url(fonts/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format('woff2');
              unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
	margin: 0;
	background: #f2f2f2;
	font-weight: 800;
	text-align: center;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
}

.header-container {
	width: 100%;
	margin: 0 auto;
}

header {
	background: #0874a4;
	padding: 10px 0;
}

header::after {
	content: '';
	display: table;
	clear: both;
}

.header-container nav {
	float: left;
}

.header-container nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-container nav li {
	font-family: 'Work Sans', sans-serif;
	font-weight: 800;

	display: inline-block;
	margin-left: 70px;
	padding-top: 15px;

	position: relative;

}

.header-container nav a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

.header-container nav a:hover {
	color: #000;
}

.header-container nav a::before {
	content: '';
	display: block;
	height: 5px;
	background-color: #444;

	position: absolute;
	top: 0;
	width: 0%;

	transition: all ease-in-out 250ms;
}

.header-container nav a:hover::before {
	width: 100%;
}

.body-container nav {
	float: center;
}

.body-container nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-container nav li {
	font-family: 'Work Sans', sans-serif;
	font-weight: 800;

	display: inline-block;
	margin: 35px;

	position: relative;

}

.body-container nav a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

.body-container nav a:hover {
	color: #000;
}

.body-container nav a::before {
	content: '';
	display: block;
	height: 5px;
	background-color: #444;

	position: absolute;
	top: 0;
	width: 0%;

	transition: all ease-in-out 250ms;
}

.body-container nav a:hover::before {
	width: 100%;
}

.form-control {
	width: 100%;
	display: block;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin: auto;
}

button, input {
	overflow: visible;
}

*, ::after, ::before {
	box-sizing: border-box;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn-primary:hover {
	color: #100B00;
	background-color: #35AC43;
	border-color: #35AC43;
}

.btn:hover {
	color: #212529;
	text-decoration: none;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

button, input {
	overflow: visible;
}

[type="submit"], button {
	-webkit-appearance: button;
}

.btn-primary {
	color: #EBEBEB;
	background-color: #3BC14A;
	border-color: #3BC14A;
}

.btn-secondary {
	color: #EBEBEB;
	background-color: #3BC14A;
	border-color: #3BC14A;
	font-size: 0.8rem;
	margin: 3px;
}

.btn-comment {
	color: #EBEBEB;
	background-color: #3BC14A;
	border-color: #3BC14A;
	padding: .375rem .75rem;
	line-height: 1.0;
	font-size: 0.8rem;
}

.form-group {
	margin-bottom: 1em;
}

.form-group textarea{
	width: 100%;
}

.wrapper {
	width: 360px;
	margin: auto;
}

hr {
	border: none;
	height: 2px;
	color: #999999;
	background-color: #999999;
}

table {
	border-collapse: collapse;
	width: 100%;
	color: #808080;
	font-size: 15px;
}

th {
	background-color: #0874a4;
	color: #f2f2f2;
}

tr:nth-child(even) {
	background-color: #f2f2f2;
}

tr:nth-child(odd) {
	background-color: #ebebeb;
}

h3 {
	margin: auto;
	margin-bottom: 1rem;
}

.map {          
  height: 80vh;
  width: 100vw;  
}               

.marker-info{
	border-style: solid;
	border-width: thin;
}

.marker-info p{
	font-weight: bold;
}

.marker-info a{
	font-weight: normal;
}

.comment-container {
	width: 100%;
	margin: auto;
	padding-right: 1vw;
	padding-left: 1vw;
	background-color: #ffffff;
	border-radius: 5px;
	font-weight: bold;
	box-shadow: 5px 5px 5px #888;
}

.element_to_pop_up {
	display: none;
	width: 50em;
	height: 30em;
	overflow: auto;
}

.title {
	padding: 0;
	margin: 0;
}

textarea {
	width: 20vw;
	height: 8vh;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.comment-user {
	font-weight: bold;
	float: left;
	margin-right: 1em;
	clear: both;
	line-height: 1;
}

.comment-created {
	font-weight: normal;
	float: left;
	margin-right: 1em;
	clear: both;
	font-size: 10px;
}

.comment-comment {
	font-weight: normal;
	float: left;
	margin-right: 1em;
	clear: both;
	color: black;
}

.comment-row table{
	padding: 1em;
}

.table-comment {
	border-collapse: separate;
}

.checkbox {
	padding-left: 1em;
	margin: 0.5em;
}

.custom-select {
	position: relative;
	font-family: Arial;
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
	padding: 0.5em;
	border-radius: .25rem;
	border-color: #0874a4;
	border-width: 0.10rem;
	background-color: #ebebeb;
}

.mail-notify-select {
	position: relative;
	font-family: Arial;
	text-align: center;
	margin-bottom: 1em;
	width: 10%;
	padding: 0.5em;
	border-radius: .25rem;
	border-color: #0874a4;
	border-width: 0.10rem;
	background-color: #ebebeb;
}
