a[href^="tel"] {
	color: #747ed1;
}

a.actions {
	color: #60697b;
}
	
footer a {
	color: #abb1e3 !important;
}

footer a:hover {
	color: #ffffff !important;
}

.form-select {
	color: #60697b;
}

.container {
	max-width: 95%;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 2.0rem;
  }
}

/* Custom table */
table.table-custom {
	width: 100%;
	border-collapse: collapse;
}

table.table-custom th {
	padding: 12px 6px;
	background-color: #f6f3f9;
	border-bottom: 1px dashed #d5d5d5;
	font-size: 15px;
}

table.table-custom td {
	padding: 10px 6px;
	border-bottom: 1px dashed #d5d5d5;
	font-size: 15px;
}

table.table-custom > tbody > tr:hover > td {
	background-color: rgba(0, 140, 203, .05);
}

@media only screen and (max-width: 767px){
	.swiper-custom .item-inner {
		padding-left: 2px;
		padding-right: 2px;
	}
	
	.custom-card-body {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.custom-card-footer {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.accordion-item .custom-card-body {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Contextmenu plugin with jQuery, by Ovidiu Isac */
#contextmenu_container {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
	visibility: hidden;
}

#contextmenu_container ul {
	list-style-type: none;
    font-size: 15px;
	color: #343f52;
	background-color: #fff;
	margin: 0;
	padding: 8px 0;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

/* Submenu items */
#contextmenu_container ul li {
	float: none;
	text-align: left;
	white-space: nowrap;
}

#contextmenu_container ul li a {	
	display: block;
	background-color: #fff;
	color: #343f52;
	font-weight: 500;
	padding: 6px 18px;
	margin: 0;
	text-decoration: none;
	width: auto;
	min-width: 120px;
}

#contextmenu_container ul li a:hover {
	background-color: #f6f3f9;
	text-decoration: none;
}

/* Item menu separator */
#contextmenu_container ul li.menuSeparator {
	border: 0;
	border-bottom: 1px solid #e5e5e5;
    margin: 5px;
    *margin-top: 2px; /* FF and IE 9 have height=0, IE7 have height=3 */
    padding: 0;
    font-size: 0; /*  ie6/ie7 will expand an empty element to the height of font */
    line-height: 0;
}

/* Style for item image */
#contextmenu_container ul li img {
	border: 0; 
	vertical-align: middle;
	margin-right: 5px;
}

#contextmenu_container ul li i.fa {
	margin-right: 12px;
}

/* Map */
.map {
	width: 100%;
	height: 640px;
}

@media only screen and (max-width: 479px) {
	.map {
		height: 420px;
	}
}

.infoBox {
  -webkit-animation: fadeIn 0.9s;
  animation: fadeIn 0.9s;
  padding-right: 50px;
}

.infoBox > img {
  position: absolute !important;
  right: 60px !important;
  top: 10px !important;
  z-index: 9999;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}

.marker_info {
  width: 240px;
  border-radius: 5px;
  text-align: left;
  background: #000;
  background: white;
  position: relative;
  z-index: 999;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.marker_info img {
	width: 100%;
	display: block;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.marker_info h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 6px;
  color: #343f52;
}

.marker_info em {
  display: inline-block;
  font-size: 14px;
  color: #60697b;
  line-height: 1.5;
}

.marker_info span {
  display: block;
  padding: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  position: relative;
}

.marker_info:after {
  right: 100%;
  top: 56%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: white;
  border-width: 12px;
  margin-top: -12px;
}

.btn_infobox_get_directions {
  border: none;
  display: inline-block;
  font-weight: 700;
  background: none;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  padding: 0;
  margin: 16px 0 0 0;
  color: #747ed1;
  outline: none;
}

.btn_infobox_get_directions:focus {
  outline: none;
}

/* Cluster styles, default red color: #fc5b62 */
.cluster img {
  display: none;
}

.cluster-visible {
  text-align: center;
  font-size: 15px !important;
  color: #fff !important;
  font-weight: 500;
  border-radius: 50%;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  background-color: #747ed1;
}

.cluster-visible:before {
  border: 7px solid #747ed1;
  opacity: 0.2;
  box-shadow: inset 0 0 0 4px #747ed1;
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: cluster-animation 2.5s infinite;
}

@keyframes cluster-animation {
  0%,100% {
    transform: scale(1.3) rotate(0deg);
  }
  50% {
    transform: scale(1.5) rotate(90deg);
  }
}

/* Lity 
.lity-container {
	width: 100%;
	max-width: 480px;
} */

.custom-lity {
	width: 480px;
	max-width: 100%;
	background: #f6f7f9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	overflow: auto;
}
		
.custom-lity .lity-title {
	width: 100%;
	background: #747ed1;
	font-weight: 500;
	padding: 14px 6px 14px 18px;
	color: white !important;
}

.custom-lity .lity-title .close-button {
	width: 28px;
	height: 28px;
	float: right;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	margin-top: 0;
	color: white;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
	line-height: 28px;
	border: 0;
	outline: none;
	background: transparent;
}

.custom-lity .lity-body {
	margin: 0;
	padding: 20px;
}
		
.custom-lity .lity-body textarea {
	width: 100%;
	resize: vertical;
	overflow: auto;
}

/* Hide defalut close button */
.lity-close {
	visibility: hidden;
}

 /* Custom file input */
.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0.5rem;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(8,60,130,.07);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #f4f6f8;
  color: #a4aaba;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 2px);
  padding: 0.5rem 1rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #3F4254;
  background-color: #ffffff;
  border: 1px solid rgba(8,60,130,.07);
  border-radius: 0.25rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  box-sizing: content-box;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.8em + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #60697b;
  font-weight: 500;
  content: "Alege fisier" !important;
  background-color: #e5e5e5;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-input[disabled] ~ .custom-file-label::after, .custom-file-input:disabled ~ .custom-file-label::after {
  color: #a4aaba;
}

/* Checkbox */
.check {
	position: absolute;
	top: 9px;
	right: 24px;
	cursor: pointer;
	background-color: #45c4a0;
	color: white;
	padding: 4px 12px;
	border-radius: 3px;
	font-size: 14px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
		
.check:hover {
	background-color: #57c9a9;
}

/* Select2 */
.select2-selection {
	-webkit-box-shadow: 0 0 1.25rem rgba(30,34,40,.04);
	box-shadow: 0 0 1.25rem rgba(30,34,40,.04);
	font-size: 15px;
	outline: 0;
	min-height: 52px;
	text-align: left;
}

.select2-selection__rendered {
	margin: 12px;
	color: #60697b !important;
}

.select2-selection__arrow {
	margin: 12px;
}
	
.select2-container--default .select2-selection--single {
	border-color: rgba(8,60,130,.07);
	border-radius: 0.4rem;
}

.select2-dropdown {
	border-color: #e5e5e5;
}

.select2-container {
	z-index: 9995;
}