body {
	min-height: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
}

#content {
	margin-bottom: 6%;
}

.nar-header {
	margin: 0 !important;
}

html {
	font-family: 'Montserrat', sans-serif;
}

.text-formatted {
	white-space: pre-wrap;
	word-wrap: break-word;
}

.errors {
	color: red;
	font-weight: bold;
}

.logout {
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	color: #404040;
	background-color: transparent;
	box-sizing: border-box;
	cursor: auto;
	font-weight: 600;
	padding-right: 0 !important;
	cursor: pointer;
}

.logo-white {
	display: none;
}
.logo-blue {
	display: inline;
}

#subNav .navbar-nav {
	width: 100%;
	justify-content: end;
	flex-wrap: wrap;
	align-items: center;
}

.navbar-light .navbar-nav .nav-link {
	color: white;
}

.navbar-toggler {
	background-color: rgba(255,255,255,0.6);
}

#object-tabs li.nav-item > a > i {
	line-height: inherit;
	display: none;
}

.breadcrumb-nav {
	display: none;
}

ol.breadcrumb {
	margin-bottom: 0px;
    font-style: italic;
    padding: 0.5rem 1rem;
}

ol.breadcrumb > li {
	line-height: 1.2;
}

input:invalid {
	border: 1px solid #b40010;
}

.required-form-field {
	border: 1px solid #b40010;
}

input:focus:invalid {
	outline: none;
}

.form-horizontal {
	width: 100%;
	float: left;
}

.textinput {
	float: right;
	clear: both;
}

.inputrow {
	overflow: auto;
	min-height: 50px;
	padding: 5px;
}

.admintable th, td {
	padding: 5px;
	/*border: 1px solid black;*/
}

table.dataTable>tbody td {
	text-align: left;
	background: #FFFFFF;
}

table.dataTable:not('.boatplaces ') >tbody tr.odd td {
	background: #F0F8FF;
}

table#invoiceTable th {
    background-color: #B58E7F;
}

.containerbody {
	top: 51px;
}
/*Bookable calendar event*/
.bookable {
	cursor: pointer;
}

.mybooking {
	cursor: pointer;
}

#calendar .fc-content {
    display: flex;
    text-align: center;
}

#calendar .fc-content > .fc-time, #calendar .fc-content > .fc-title {
    width: 50%;
}

.image-background {
	background: url("/images/portnet-bg-img-0680271b99622b4e8e8df838b68272ca.jpg") no-repeat center center fixed;
	background-size: cover;
}
.image-background body {
	background-color: transparent;
}

ul:not(.nav-tabs ) .nav>li>a {
	color: #404040 !important
}

ul.nav-tabs a {
	color: white;
}

.content {
	background-color: lightblue;
}

.intro-text {
	line-height: 1.2;
	font-size: 60px;
	padding-bottom: 24px;
}

.green-btn {
	background-color: rgb(44, 163, 44);
	color: white;
}

.buttons {
	margin-top: 45px;
	text-align: center;
}

.custom-button {
	/*display: inline-block !important;*/
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 23px;
	margin: 10px;
	background: #d4c4b4;
	border: 1px solid #d4c4b4;
	color: black;
}
@media(hover: hover) {
	.custom-button:hover {
		background: white;
		border-color: white;
		color: black;
		text-decoration: none;
	}
	.custom-button[type="submit"]:hover {
		background: #d4c4b4;
		border-color: #d4c4b4;
		text-decoration: none;
	}
}
.custom-button[type="submit"] {
	background: white;
	color: black;
	text-decoration: none;
	border-color: white;
}

.footer {
	background: #272727;
	padding: 15px;
}

.company-details .icon-top {
	font-size: 30px;
	margin-bottom: 10px;
}

.footer-box {
	text-align: center;
	color: #939393;
}

.grey {
	color: #939393
}

.shadowing {
	-webkit-filter: drop-shadow(1px 1px 1px #220);
	filter: drop-shadow(1px 1px 1px #220);
}

.template-container {
	display: inline-flex;
	height: inherit;
	width: inherit;
}

.template-cell {
	height: 78px;
}

.column-container {
	display: flex;
	flex-direction: column;
	flex-grow: 0;
}

.zebra:nth-child(odd) {
	background-color: aliceblue;
}

.float-right {
	float: right;
}

@media (min-width: 501px) {
	.public-form-container {
		padding: 32px 64px;
	}

	.public-form-container .form-control {
		font-size: 1.2rem;
	}
}

@media ( min-width: 768px ) {
	#subNav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	#navbarNavDropdown {
		margin-right: -1rem;
	}	
}

@media ( max-width : 1024px) and (min-width: 768px) {
	.container {
		margin-left: auto;
		margin-right: auto;
	}
	.footer-box {
		padding-top: 20px;
	}
	.four-cell {
		width: 33%;
		float: left;
	}
}

@media ( max-width : 820px) {
	#object-tabs {
		flex-direction: column;
	}

	#object-tabs > li.nav-item {
		padding: 0;
	}
	.card-container {
		padding: 15px;
	}
	#object-tabs li.nav-item > a > i {
		display: block;
	}
	.breadcrumb-nav {
		display: inherit;
	}
	#object-tabs li.nav-item > a {
		padding-top: 4px;
		padding-bottom: 4px;
	}
}

@media ( max-width : 768px) {
	
	.logo-white {
		display: inline;
	}
	.logo-blue {
		display: none;
	}
	#subNav.navbar-light .navbar-nav li.nav-item > .nav-link {
		color: white;
	}
	#subNav .navbar-nav {
		justify-content: center;
	}
	#myNavbar ul {
		text-align: center;
	}
	#myNavbar ul>li {
		display: inline-block !important;
		font-size: 15px !important;
	}
	#navbar #subNav {
		margin: 0;
	}
	#subNav {
		justify-content: center;
	}
	#subNav ul>li {
		padding: 0 10px;
	}
	.navbar-brand {
		padding: 15px 0 15px 15px;
	}
	.intro-text {
		font-size: 28px;
	}
	.icon-bar {
		background-color: white !important;
	}
	.menu-item {
		font-weight: bold;
		font-size: 15px;
		line-height: 20px;
	}
	.inputrow {
		font-size: 16px;
	}
	.form-horizontal {
		width: 100%;
	}
	.footer-box:first-child {
		padding-top: 40px;
	}
	.four-cell {
		width: 100%;
		float: left;
	}
	.form-check > div.pretty {
		margin-left: 15px;
	}
}

@media ( max-width : 500px) {
	#myNavbar .login {
		justify-content: center!important;
	}
	.public-form-container {
		padding: 19px;
	}
	.public-form-container .form-control {
		font-size: 1rem;
	}
}

@media ( max-width : 368px) {
	#subNav .navbar-brand {
		flex: 1 1;
	}
}

.boatplaces {
	margin-top: 10px !important;
}

.boatplaces tbody {
	-webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.5);
}

.boatplaces thead {
	background: black;
	color: white;
}

.boatplaces .first {
	width: 70%;
}

.boatplaces td {
	border-top: none;
}

h3.ui-accordion-header {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.toggleMe .ui-accordion-header-active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.toggleMe {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.toggleMe .ui-state-active .ui-icon {
	background-image:
		url(http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png);
}

.nav-tabs li a {
	background: #2A6E76;
}

.nav-tabs li a {
	color: white;
}

.nav-tabs>li>a.active {
	background: white !important;
	color: #2A6E76 !important;
}

.nav-tabs {
    border-bottom: 1px solid black;
	text-transform: uppercase;
}

.nav-tabs .nav-item:not(:first-child) {
    padding: 0 2px;
}

.nav-tabs .nav-item:first-child {
    padding: 0 2px 0 0;
}

.nav-tabs .nav-link {
    border-bottom: 1px solid black;
	border-radius: 0px;
	font-weight: 600;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-color: black black #fff;
}

.tab-content {
	min-height: 700px;
	background-color: white;
	border: 1px black solid;
    border-width: 0 1px 1px 1px;
    margin-top: 0px;
    padding: 3%;
}

#logTable {
	margin-top: 60px !important;
	position: relative;
}

#logTable tfoot {
	position: absolute;
    top: -48px;
}

#logTable tfoot th {
	border-top: none;
}

tfoot tr > * {
    padding-right: 18px !important;
    padding-left: 18px !important;
}

.tablesorter-headerDesc {
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: 88%;
	background-image:
		url(https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.30.1/css/images/white-desc.gif);
	/*     background-color: #5d5d5da3; */
}

.tablesorter-headerAsc {
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: 88%;
	background-image:
		url(https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.30.1/css/images/white-asc.gif);
	/*     background-color: #5d5d5da3; */
}

.loader_container {
	display: block;
	background-color: #cedee2cf;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	opacity: 1;
}

.loader_container.fade {
	opacity: 0;
	z-index: -1;
}

.loader_container-map {
	display: block;
	background-color: #cedee2fc;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
	opacity: 1;
}

.loader_container-map.fade {
	opacity: 0;
	z-index: -1;
}

#propeller-container-map {
	position: relative;
    width: 100%;
    height: 100%;
}

#spinning-propeller-map {
	width: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cssload-thecube {
	top: 30%;
	width: 73px;
	height: 73px;
	margin: 0 auto;
	margin-top: 49px;
	position: relative;
	transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #38e1e2;;
	animation: cssload-fold-thecube 5.28s infinite linear both;
	-o-animation: cssload-fold-thecube 5.28s infinite linear both;
	-ms-animation: cssload-fold-thecube 5.28s infinite linear both;
	-webkit-animation: cssload-fold-thecube 5.28s infinite linear both;
	-moz-animation: cssload-fold-thecube 5.28s infinite linear both;
	transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
	-o-transform: scale(1.1) rotateZ(90deg);
	-ms-transform: scale(1.1) rotateZ(90deg);
	-webkit-transform: scale(1.1) rotateZ(90deg);
	-moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
	-o-transform: scale(1.1) rotateZ(180deg);
	-ms-transform: scale(1.1) rotateZ(180deg);
	-webkit-transform: scale(1.1) rotateZ(180deg);
	-moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
	-o-transform: scale(1.1) rotateZ(270deg);
	-ms-transform: scale(1.1) rotateZ(270deg);
	-webkit-transform: scale(1.1) rotateZ(270deg);
	-moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
	animation-delay: 0.66s;
	-o-animation-delay: 0.66s;
	-ms-animation-delay: 0.66s;
	-webkit-animation-delay: 0.66s;
	-moz-animation-delay: 0.66s;
}

.cssload-thecube .cssload-c3:before {
	animation-delay: 1.32s;
	-o-animation-delay: 1.32s;
	-ms-animation-delay: 1.32s;
	-webkit-animation-delay: 1.32s;
	-moz-animation-delay: 1.32s;
}

.cssload-thecube .cssload-c4:before {
	animation-delay: 1.98s;
	-o-animation-delay: 1.98s;
	-ms-animation-delay: 1.98s;
	-webkit-animation-delay: 1.98s;
	-moz-animation-delay: 1.98s;
}

@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

.unpaid {
	background-color: rgba(128, 0, 0, 0.37);
}

.paid {
	background-color: #B2F09D;
}

.no_places {
	width: 70%;
	margin-left: 15%;
	min-height: 170px;
	display: none;
}

.pending {
	color: orange;
	opacity: 80%;
}

.deleted {
	color: red;
	text-decoration-line: line-through;
}

.loading {
	width: 70px;
}

.loading img {
	max-width: 100%;
}

td.flex {
	display: flex;
}

.new-requests {
	display: none;
}

/*
.form-group.required .control-label:after {
	content: "*";
	color: red;
}
*/

#content .main-content {
	display: flex;
	justify-content: center;
}

#subNav {
	padding-top: 0;
	padding-bottom: 0;
}

#myNavbar {
	font-size: 0.8em;
	padding-top: 0;
	padding-bottom: 0;
}

#navbar {
    min-height: 76px;
    background-color: white;
    background-image: url(/images/navbar-background-f7c6362cf05693e8adeb22b82c43f28c.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 45%;
}

#navbar * {
	text-transform: uppercase;
}

#navbarContainer {
	display: flex; 
	flex-direction: column;
	font-weight: 600;
}

#navbarNavDropdown > ul {
	flex-direction: row;
	justify-content: end;
}

button[data-id="marinaSelect"] {
	background-color: transparent;
	font-weight: 600;
}

#marinaSelect {
	font-weight: 600;
	padding: 6px 0 6px 12px;
}

#marinaDropdown .remove-btn-class-marinaSelect {
	padding-right: 0 !important;
}

#marinaDropdown .btn-highlight-dropdown {
    box-shadow: 0px 0px 13px 1px #fc2aff;
}

#marinaDropdown .remove-btn-class-marinaSelect:focus {
	outline: none !important;
}

#marinaDropdown button {
	font-size: 0.8em;
}

#marinaDropdown a {
	font-size: 0.8em;
}

#marinaDropdown .nav-item.menu-item {
	font-size: 0.8em;
	color: black;
	font-weight:600;
}

.modal .btn {
	margin-left: 5px;
}

.btn.btn-warning {
	color: white;
}

.main-title {
	margin: 2% 0;
}

#content ul.nav-tabs {
	margin: 2% 0 0 0;
}

.tab-pane.active {
	margin-bottom: 2%;
	display: flex;
	justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.tab-pane .card > .card-header {
	background-color: #B58E7F;
    font-weight: bold;
    color: white;
    border-radius: 0;
    padding: 0.5rem 1rem;
}

.tab-pane .card > .card-body {
    padding: 1rem 1rem 0 1rem;
}

.tab-pane .card > .card-body > .card-text {
    display: flex;
    justify-content: space-between;
	margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.tab-pane .card > .card-body > .card-text > p {
    margin: 0;
}

.card {	
    /* box-shadow: 0 0 30px 0 rgb(0 0 0 / 14%); */   
	height: 100%;
}

.card-container {
	padding-bottom: 2%;
}

.logo-public {
	padding: 48px;
}

table caption {
	caption-side: top;
}
.public-form-container {
	background: rgba(242,242,242,0.3);
	color: white;
	display: inline-block;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 8px;
}

.public-form-container .input-group-append {
	z-index: 10;
}

.form-container .input-group-append {
	z-index: 10;
}


:root {
	--input-padding-x: .75rem;
	--input-padding-y: .75rem;
}

.form-label-group {
	position: relative;
	margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
	padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0; /* Override default `<label>` margin */
	line-height: 1.9;
	color: #495057;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: all .1s ease-in-out;
	font-size: 0.75rem;
}

.form-label-group input::-webkit-input-placeholder {
	color: transparent;
}

.form-label-group input:-ms-input-placeholder {
	color: transparent;
}

.form-label-group input::-ms-input-placeholder {
	color: transparent;
}

.form-label-group input::-moz-placeholder {
	color: transparent;
}

.form-label-group input::placeholder {
	color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
	padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
	padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
	padding-top: calc(var(--input-padding-y) / 3);
	padding-bottom: calc(var(--input-padding-y) / 3);
	font-size: 10px;
	color: #777;
	line-height: 1.3;
}
.label-icon {
	width: 48px;
	padding: 8px;
}
.form-info-text {
	font-size: 0.8rem;
	padding-top: 2px;
}
.was-validated .form-check-input:invalid ~ .form-check-label.pul-text, .was-validated .form-check-input:valid ~ .form-check-label.pul-text {
	color: white;
}
.invalid-feedback {
	color: #b40010;
}

form i {
	position: absolute;
	top: 11px;
	right: 4px;
	z-index: 9;
	width: 28px;
	background: 0;
	border: 0;
	font-size: 1.2rem;
	color: #495057;
}

form i.submit-icon {
	position: relative;
	width: 30px;
	color: white;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#marinaDropdown {
	background-color: #AFC7C4;
}

#profileForm input {
	text-align: center;
	margin: 3% 0;
}

.boat_select label {
	text-align: end;
    margin-bottom: 0;
    align-self: center;
}

.card-header > * {
	margin-bottom: 0;
}
input[type=password] {
	font-family: Verdana;
}

#propeller-container {
	position: relative;
    width: 100%;
    height: 100%;
}

#spinning-propeller {
	width: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinning-propeller-small {
	height: 25px;
	padding-left: 20px;
}

#navbar-messages {
	padding: 0;
}

.file-category {
	margin-bottom: 2%;
}

#marinaDropdown .remove-btn-class-marinaSelect {
	color: black !important;
}

.parking-area {
	margin-bottom: 2%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.modal-content label, .modal-content span {
	word-break: break-word;
}

form#queue-payment-form .bootstrap-select {
    margin-bottom: 1rem;
}

.add-boat {
    margin-bottom: 1rem;
}

.queue-fields {
    box-shadow: 0px 0px 12px #343a40;
}

.queue-description {
    margin-top: 1rem;
}

.boat-properties {
    border: 1px dashed #343a40;
}

.tooltip-inner {
    background-color: white;
    color: black;
    border: 1px solid black;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: white;
    color: black;
}

.datepicker td.available {
	background-color: #6E8550 !important;
	border: 1px solid black;
	color: white !important;
}

.datepicker td.almost-fully-booked {
	background-color: #E0B654 !important;
	border: 1px solid black;
	color: white !important;
}

.datepicker td.fully-booked {
	background-color: #B3525C !important;
	border: 1px solid black;
	color: white !important;
}

.future-contract {
    opacity: 0.7;
}

#queue-options-list {
    list-style: none;
    counter-reset: item;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    color: black;
}

#queue-options-list li {
  position: relative;
}

#queue-options-list li::before {
  content: counter(item) ". ";
  counter-increment: item;
  position: absolute;
  top: 8px;
}


.public-info-text {
	background: rgba(242,242,242,0.8);
	color: black;
	display: inline-block;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 8px;
}

.bi-icon-edit-light{
    cursor: pointer;
    position: absolute;
    right: 2.2%;
}

.bi-icon-edit-light::before {
    content: url(/images/edit-dark-3e7a3b6f667f0731269736d28f670f9e.svg);
    display: block;
    scale: 1.3;
}

.button-as-text {
	font-weight: normal;
	color: #007bff;
	padding: 0;
}

.button-as-text:hover {
	text-decoration: underline;
}

.datepicker table tr td.rented-date{
    background-color: #ff5061bf;
}

.datepicker table thead {
    display: block;
}

.datepicker-days table tbody {
    display: block;
}

.datepicker table tfoot {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.available-dates{
    background-color: #97d8beb5!important;
}

.rented-dates{
    background-color: #e75a69a3 !important;
}

td.active.day.available-dates {
   background-color: #cfcfcf!important;
}

div.jconfirm-title-c{
    font-size: 18px !important;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

div.jconfirm-content-pane{
    position: relative;
    padding: 15px;
    text-align: center;
}

div.jconfirm-buttons{
    width: 100%;
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

div.jconfirm-box{
    padding: unset !important;
}

.has-error{
    color:#a94442;
}

.gm-place-calendar .datepicker {
    min-width: 13.1rem;
    padding: 0.5rem 0;
    font-size: 1rem;
    text-align: left;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

#calendar .datepicker .datepicker-days table {
    font-size: 16px;
}

#calendar .datepicker th, .datepicker td, .datepicker-days table td span {
    padding: 10px;
}

#calendar .datepicker-inline{
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: fit-content;
}

.jconfirm-buttons .btn{
    border-radius: 19px!important;
}

.connection-option span{
    width: 259px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu{
    box-shadow: 0px 0px 12px #343a40;
}

input[type="checkbox"]:focus {
    box-shadow: none;
}

#qr-code {
	margin: auto;
	width: 232px;
	padding: 16px;
	background-color: white;
	border-radius: 8px;
	color: black;
	display: none;
}

#bankid-login-description {
	padding: 16px;
}

#bankid-container {
	padding: 8px;
}

#bankid-container.error {
	background: #B3525C;
	border-radius: 8px;
}

#bankid-try-again {
	display: none;
}

#bankid-cancel, #bankid-open-on-device {
	display: none;
	margin-top: 8px;
	color: black;
	text-decoration: underline;
}

#bankid-open-mobile-container {
	display: none;
	margin: auto;
	width: 232px;
	padding: 16px;
	background-color: white;
	border-radius: 8px;
}

#bankid-open-on-device-button {
	display: none;
}

.image-button > img, .image-button > span {
	display: inline-block;
	vertical-align: middle;
}

.image-button > span {
	margin-bottom: -2px;
}

.email-login-button {
	padding: 13px 54px 13px 54px;
}
.bankid-login-button {
	padding: 5px 15px 4px 25px;
}

.required:after {
    color: red;
    content: ' (*)';
}

.disabled{
    pointer-events: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input button {
  background-color: transparent;
  border: none;
  justify-content: center;
  width: 3rem;
  cursor: pointer;
}

.number-input button:before,
.number-input button:after {
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  max-width: 3rem;
  padding: .5rem;
}

.image-guest-background {
	background: url("/images/portnet-guest-bg-b92ef1a3e8c682e42dbe35bab3cd0a32.jpg") no-repeat center center fixed;
	background-size: cover;
}

.image-guest-background body {
	background-color: transparent;
}

.place-selectpicker button{
    text-indent: 20px;
    border-radius: 0.25rem;
}

.datepicker table tr .dow{
    width: 39px;
}

.inner-addon {
    position: relative;
}

.inner-addon i.glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  top: 0;
  font-size: unset;
  width: unset;
}

i.glyphicon-left  { left:  0px;}
i.glyphicon-right { right: 0px;}

.left-addon input{ padding-left:  30px;}
.right-addon input { padding-right: 30px;}

.ol-popup {
	position: absolute;
	background-color: white;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
}
.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.ol-popup-closer {
	color: red;
	position: absolute;
	top: 2px;
	right: 8px;
}
.ol-popup-closer:hover {
	text-decoration: none;
}
.ol-popup-closer:after {
	content: "✖";
}

#popup-content {
	display: flex;
    flex-direction: column;
    white-space: nowrap;
}

.place-button .bootstrap-select{
    width: 100%!important;
}

.lighter-container{
    background: linear-gradient(to right, #ffffff6b, #ffffffa1, #ffffffb3, #ffffff40);
}

#eventDescriptionText{
    white-space: break-spaces;
}

.tooltipster-base {
    white-space: break-spaces;
}

.selectCalendar{
    width: 350px !important;
}

.selectCalendar:after{
    scale: 2;
}

button[data-id="selectCalendar"] {
	outline-style: solid !important;
	outline-color: #2a6e76 !important;
}

button[data-id="selectCalendar"]:after{
    scale: 2;
}

.dropdown-item:hover{
    background-color: #a6a6a6 !important;
}

@media (max-width: 576px) {
    .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-right.datepicker-orient-bottom {
        left: 50% !important;
        transform: translateX(-50%);
    }
}

.iti{
    width:100%;
}

.row-button {
	font-size: 1rem;
	cursor: pointer; 
	margin-bottom: 10px !important; 
	color: black !important;
	background-color: #AFC7C4 !important;
	border: 1px solid black;
}

#guardslottable {
	width: 100%;
}

#guardslottable tr {
    text-align: center;
	width: 100%;
}

@media only screen and (max-width: 600px) {
	.row-button {
		font-size: 1rem;
	}
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
	.row-button {
		font-size: 0.8rem;
	}
}

.gm-picker td.disabled.day {
    text-decoration: line-through;
    background-color: #ececec73 !important;
}

.gm-picker td.day {
	background-color: #97d8beb5;
}

.gm-picker td.range.day {
    background-color: #00ff5085 !important;
}

.gm-picker table tr td.selected, .datepicker table tr td.selected.highlighted{
	background-color: #7daa7c !important;
}

.gm-picker table tr td.active.active{
	background-color: #289044 !important;
}

.selected-in-between-calendar{
	color: #fff;
    background-color: #286090;
    border-color: #204d74;
	opacity: 0.8;
}

.remove-selected-in-between-calendar:not(.disabled){
	color: #fff;
    background-color: #dc71e69d !important;
    border-color: #cd69d69d !important;
	opacity: 0.8;
}

.remove-side-borders{
    border-left: 0 !important;
	border-right: 0 !important;
}

.error{
	color: #e75a69 !important
}

.harbor-selectpicker .dropdown{
	width: 100% !important;
}

.flag-icon-sv {
    background-image: url(/images/sv-d30f4f524c62a4ac8d12ae027facdcf6.svg);
}

.flag-icon-en {
    background-image: url(/images/en-5f30c424e8ef9caa50f4ef9cd7ef3bff.svg);
}

.flag-icon-de {
    background-image: url(/images/de-0b4bbfb9601bd832ed1f07af71a9457d.svg);
}

.flag-icon-da {
    background-image: url(/images/da-bfc81308afd97a9119ed440c7975a25c.svg);
}

.flag-icon-nl {
    background-image: url(/images/nl-8fa57a4521387044bc1e4c117c10dc1b.svg);
}

.flag-icon-nb {
    background-image: url(/images/nb-ff15b7e49261b27175e1b4c680ff4fc8.svg);
}

.flag-icon-fr {
    background-image: url(/images/fr-0c774e21c00e4a5ddf2d297e81e621a7.svg);
}

.flag-icon-fi {
    background-image: url(/images/fi-baf3bd3a743f502a60a8c90bb517edb7.svg);
}

.flag-icon-es {
    background-image: url(/images/es-ed5073ee94fe437a4034a0c214ac74b5.svg);
}

.flag-icon-pt {
    background-image: url(/images/pt-c4c1b0449d7f37461c3249aa1d6c7a7c.svg);
}

.flag-icon-pl {
    background-image: url(/images/pl-764ea154a2f9e57c39fc16c83dda5d02.svg);
}

.flag-icon-it {
    background-image: url(/images/it-c52bcc04975e6993ee4c9b64b57566cd.svg);
}

.flag-icon-el {
    background-image: url(/images/el-743308b3d5d417e4fef201379d6d0e6c.svg);
}

.flag-icon {
position: relative;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 25px;
}

.inner{
    overflow:hidden;
}

.language-pick button{
    background: white;
}

#showMap{
	max-width: 100%;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}