@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

body, html {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  height: 100%;
}

a {
  text-decoration: none;
}

h1 {
  font-weight: 300;
}

.mh-30p {
	max-height: 30px;
}

.mh-150p {
	max-height: 150px;
}

.mh-vh-70 {
	max-height: 70vh;
}

.img-grey {
  filter: grayscale(1);
}

.fs-085r {
	font-size: .85rem;
}
.fs-080r {
	font-size: .80rem;
}
.fs-070r {
	font-size: .70rem;
}

.primary-color {
  color: #00877c;
}
.btn-primary-color {
  background-color: #00877c;
  border-color: #00877c;
  color: #FFFFFF;
}

.btn-primary-color:hover {
  background-color: #FFFFFF;
  border-color: #00877c;
  color: #00877c;
}

.btn-outline-primary-color {
  background-color: #FFFFFF;
  border-color: #00877c;
  color: #00877c;
}
.btn-outline-primary-color:hover {
  background-color: #00877c;
  border-color: #00877c;
  color: #FFFFFF;
}

/* HACK BOOTSTRAP */
.btn-default:hover {
  background-color: #00877c;
  border-color: #00877c;
  color: #FFF;
}

.darkgrey-color {
  color:#1A1A1A
}

.img-float-left {
  float: left;
  margin: 0 1rem 1rem 0;
}

.map-canvas {
  height: 460px; width: 100%;
}
.gmap-marker-img {
  float:left; margin-right:10px; margin-bottom: 5px;
}
.map-canvas a {
  text-decoration: none;
  font-size: .9rem;
}

.block-client {
  background-color: #00877c;
  color: #fff;
}
.block-client h3 {
  font-weight: 300;
  text-transform: uppercase;
}

#signin {
  display: flex;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.alert-top > div {
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.1rem;
}
.alert-top a {
  color: #000;
}

.alert-top .alert-success {
  background-color: #09c97f;
  border: 2px solid #09c97f
}
.alert-top .alert-error {
  background-color: #f95668;
  border: 2px solid #f95668
}
.alert-top .alert-warning {
  background-color: #f9d656;
  border: 2px solid #f9d656;
}

/*
 * EVENTS / ACTIONS
 */
 #events-page a.card {
	border: 1px solid #eee;
	border-radius: 4px;
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
	color: #1A1A1A;
}
#events-page .img-card {
	text-align: center;
    width: 100%;
    overflow: hidden;
    height: 100px;
    display: table;
    vertical-align: middle;
    background: #fff;
}
#events-page a.card img {
	border-radius: 3px 3px 0 0;
	margin: auto;
}
#events-page a.card img.img-fluid {
    max-height: 100px;
}
#events-page a.card h3 {
	font-size: 16px;
	padding: 0 10px;
}
#events-page a.card p {
	font-size: 14px;
	padding: 0 10px;
}
#events-page a.card:hover {
	background: #00877c;
	color: #fff;
	border-color: #00877c;
}
#events-page a.card:hover img {
	background: #fff;
}
#events-page a.card:hover p.text-muted {
	color:#fff!important;
}
#events-page a.card:hover p strong {
	color:#fff!important;
}

#event-page .header {
	background: #00877c;
	color: #fff;
	padding: 12px 0;
	margin-bottom: 20px;
}
#event-page .header h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	padding:0 12px;
	line-height: 1.4em;
}
#event-page .assos-desc {
  font-size: .85rem;
  color: #555;
}

#event-page .header .actionIcon {
	background: #FFF;
	color: #777;
	border-radius: 3px;
	padding:4px;
}
#event-page .header .actionIcon h6 h6 {
	font-weight: normal;
	font-size: 13px;
}
#event-page .action {
	color: #222;
}
#event-page .action .action-image {
	margin-bottom: 20px;
}
#event-page .action .action-content {
	margin-bottom: 20px;
}
#event-page .action .action-content .your-action {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
#event-page .action .action-desc {
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
}
#event-page .assos .action-desc ul {
	padding: 0 0 0 15px;
}
#event-page .action .action-icon {
	margin-bottom: 15px;
	text-align: center;
}
#event-page .action .action-icon .action-icon-content {
	text-align: center;
	padding: 6px 0;
	font-weight: 300;
	color: #555;
}
#event-page .assos {
	background: #F9F9F9;
}
#event-page .assos .assos-desc {
	padding: 10px;
	color: #555;
}
#event-page .assos .assos-desc ul {
	padding: 0 0 0 15px;
}
@media (min-width: 768px) {
	#event-page .header {
		margin-bottom: 40px;
	}
	#event-page .header h2 {
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	#event-page .header {
		margin-bottom: 60px;
	}
	#event-page .header h2 {
		font-size: 21px;
	}
}
#event-page .eventPrevNext a.link {
	color: #777;
}
#event-page .eventPrevNext a.link:hover {
	color: #333;
	text-decoration: none;
}

.file_drag_area_wrapper {
	font-size: 1.25rem;
	background-color: #eee;
	padding: 10px;
	color: #222;
	border-radius: 5px;
}
.file_drag_area {
	width: auto;
	height: 40vh;
	border: 2px dashed #777;
	line-height: 1.6rem;
	text-align: center;
	font-size: 1.4rem;
	cursor: pointer;
	padding: 1rem;
}
.file_drag_over {
	color: #00877c;
	border: 2px dashed #00877c;
}

.page-item.active .page-link {
	background-color: #00877c;
	border-color: #00877c;
}
.page-link {
	color: #00877c;
	border: 1px solid #dee2e6;
}
.page-link:hover {
	color: #00877c;
}
.page-link:focus {
	color: #00877c;
}