﻿.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

* {
	font-family: "Titillium Web", sans-serif;
	/*     font-family: 'Lato', sans-serif; */
	/* font-family: 'Barlow', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Catamaran', sans-serif; */
}

/* QR code generator */
#qrCode {
	margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
	/* Hide captions */
	.carousel-caption {
		display: none;
	}
}

#loginForm > .mb-3 {
	margin-bottom: 0px !important;
}

.errorText {
	color: #d8000c;
}

#app ul {
	list-style-type: none;
}

.loader {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #3498db;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 0.5s linear infinite;
	margin: auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.icon-right {
	margin-left: 5px;
}

.icon-left {
	margin-right: 5px;
}

.content-wrapper {
	background-color: white;
	border-radius: 2px;
	border: 1px solid #ced4da;
}

.content-wrapper {
	background-color: white;
	border-radius: 2px;
	border: 1px solid #ced4da;
	padding: 15px;
	overflow: hidden;
	box-shadow: 7px 3px 9px -5px rgba(0, 0, 0, 0.57);
}

.subTitleText {
	color: #666666;
	font-size: 14px;
	text-overflow: ellipsis;
	text-wrap: none;
}

.blurPage {
	-webkit-filter: blur(4px);
	filter: blur(4px);
	transition: -webkit-filter 0.45s ease-in-out 0s;
	transition: filter 0.45s ease-in-out 0s;
	transition: filter 0.45s ease-in-out 0s, -webkit-filter 0.45s ease-in-out 0s;
}

#document-toolbar > ul {
	list-style-type: none;
	padding: 0px;
}

#document-toolbar > ul > li {
	display: inline-block;
}

.colored-title {
	color: rgb(0, 73, 150);
}

/*Overridden bootstrap style*/

.btn-custom {
	color: white;
	background-color: #004996;
}

.btn-custom:hover {
	background-color: #004896b2;
}

.btn-light-bordered {
	font-size: 14px;
}

.btn-light {
	color: #004996;
}

.btn-light {
	border: 1px solid #ced4da;
}

.btn-light:active {
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(119, 148, 176, 1);
	-moz-box-shadow: inset 0px 0px 8px 0px rgba(119, 148, 176, 1);
	box-shadow: inset 0px 0px 8px 0px rgba(119, 148, 176, 1);
	background-color: white !important;
}

.btn:hover:not([disabled]) {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(119, 148, 176, 1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(119, 148, 176, 1);
	box-shadow: 0px 0px 8px 0px rgba(119, 148, 176, 1);
}

.form-control:focus {
	border: usnet !important;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(119, 148, 176, 1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(119, 148, 176, 1);
	box-shadow: 0px 0px 8px 0px rgba(119, 148, 176, 1);
}

.filterButton {
	border-radius: 0px;
}

.filterButton:first-child {
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
}

.filterButton:nth-last-child(2) {
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

.hoverable {
	cursor: pointer;
}

.pagination-wrapper > button {
	margin: 0px;
}

.rotate {
	-webkit-transform: rotate(335deg);
	-moz-transform: rotate(335deg);
	-o-transform: rotate(335deg);
}

.right-aligned {
	text-align: right;
}

.pane-header {
	border-bottom: 1px solid #00b4e3;
	color: #004996;
	width: 100%;
	display: block;
}

.pane-header-offer {
	color: #004996;
	width: 100%;
	display: block;
}

.sub-header {
	border-bottom: 1px solid #00b4e3;
	color: #004996;
	font-weight: bold;
	width: 100%;
	display: block;
}

.nav-link .sub-header {
}

.btn {
	cursor: pointer;
	border-radius: 9999px;
}

.no-padding {
	padding: 0px !important;
}

.no-padding-left {
	padding-left: 0px;
}

.table {
	table-layout: fixed;
}

.table thead th {
	border-bottom: 0px;
	color: #004996;
	padding-top: 7px;
	padding-bottom: 7px;
}

.container {
	padding: 0px;
}

.status {
	padding: 4px;
	border-radius: 5px;
}

.status-cancelled {
	background-color: #d87070;
	color: #bd2130;
}

.status-fixed,
.status-closed {
	background-color: grey;
	color: white;
}

.status-open {
	background-color: lightgreen;
	color: green;
}

.status-not-shortlisted .status-expected,
.status-not-shortlisted {
	background-color: #ffe3b0;
	color: orange;
}

.button-group > button {
	border-radius: 0px;
}

.btn-group > button:nth-child(1) {
	border-top-left-radius: 9999px;
	border-bottom-left-radius: 9999px;
}

.btn-group > button:last-child {
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px;
}

.btn-group > .active {
	color: #004996 !important;
}

@media screen and (min-width: 901px) {
	body {
		background-color: #f7f7f5 !important;
	}
}

.table td,
.table th {
	padding: 0.25rem;
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.switch > .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.switch > .slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.switch > input:checked + .slider {
	background-color: #2196f3;
}

.switch > input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}

.switch > input:checked + .slider:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}

/* Rounded sliders */
.switch > .slider.round {
	border-radius: 17px;
}

.switch > .slider.round:before {
	border-radius: 50%;
}

.btn-group > .btn {
	border-bottom: 2px solid #dae0e5 !important;
	border-top: 2px solid #dae0e5 !important;
}

.btn-group > .btn:first-child {
	border-left: 2px solid #dae0e5 !important;
}

.btn-group > .btn:last-child {
	border-right: 2px solid #dae0e5 !important;
}

.modal-header {
	padding: 5px;
}

.details-sub-header {
	color: rgb(0, 73, 150);
	margin-bottom: 0px;
	font-size: 14px;
}

html,
body {
	height: 100%;
}

tr:hover:not(.deleted) > td {
	background-color: #f7f7f5;
	cursor: pointer;
}
tr.deleted:hover > td {
	cursor: pointer;
}
.label-small {
	font-size: 14px;
	margin-bottom: 0px;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23004996' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23004996' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-inner {
	background-color: white !important;
}

table.small-screen {
	font-size: 12px;
}

table.mobile {
	font-size: 11px;
}

table {
	font-size: 14px;
}

.custom-datepicker.extra-padding .vdatetime-input {
	height: auto;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	min-height: 40px;
	width: 100%;
}

/* Customize the label (the container) */
.check-container {
	display: inline;
	position: relative;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 15px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.check-container.mobile {
}

/* Hide the browser's default checkbox */
.check-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
	background-color: #004996;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
	left: 5px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.check-wrapper {
	display: inline-block;
	float: right;
	line-height: 40px;
}

.table-filter-full-width {
	width: 100%;
	margin-top: 0.5rem;
	margin-bottom: -0.5rem;
}

.flex {
	display: flex;
}

.btn-group.flex > button {
	flex: 1;
}

.search-bar,
.text-area {
	border-radius: 9999px;
}

table.mobile > tbody > tr > td {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* .authorized-content-mobile{
    padding-top:0px!important;
} */
.authorized-content-mobile .content-wrapper {
	border: none;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
}

.authorized-content-mobile .container-fluid:not(.dashboard) {
	padding-bottom: 58px;
}

.menu-mobile .gradient,
.authorized-content-mobile > .dashboard .content-wrapper {
	margin-bottom: 0.5rem !important;
}

.status {
	font-size: 12px;
}

.nav-link[role="tab"]:hover {
	background-color: #f7f7f5;
}

.nav-tabs .nav-link {
	border: unset;
}

.nav-link:not(.active) {
	color: #608ebd !important;
}

.nav-link:not(.active):hover {
	background-color: unset;
	color: #004996 !important;
}

.nav-link.active:hover {
	background-color: unset;
}

.nav-link.active {
	border-bottom: 4px solid #004996 !important;
	color: #004996 !important;
}

.nav-pills > .nav-item > .nav-link {
	border-bottom: none !important;
	font-size: 12px;
}

.nav-pills > .nav-item {
	padding-left: 5px;
	padding-right: 5px;
}

.nav-pills > .nav-item:first-child {
	padding-left: 0px;
}

.nav-pills > .nav-item:last-child {
	padding-right: 0px;
}

.nav-pills > .nav-item > .nav-link.active,
.nav-pills > .nav-item > .nav-link:hover {
	color: white !important;
	background-color: #00b4e3 !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ie-flex {
		-webkit-box-flex: 1 !important;
		display: -webkit-box !important;
		color: red !important;
	}
}

.spec-input-box > label {
	font-size: 12px;
	margin-bottom: 0px;
}

label.vessel-edit {
	color: #004996 !important;
	font-size: 12px !important;
}

.checkbox-children-wrapper {
	margin-left: 15px;
}

.checkbox-children {
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	padding: 10px;
}

.checkbox-children:hover {
	border: 1px solid #004996;
}

.arrow-up {
	margin-left: 5px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;

	border-bottom: 10px solid #004996;
}

.mobile > thead > tr > th {
	font-size: 10px;
}

.vdatetime-popup__header,
.vdatetime-calendar__month__day--selected > span > span,
.vdatetime-calendar__month__day--selected:hover > span > span {
	background-color: #004996 !important;
}

.vdatetime-popup__header {
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}

.vdatetime-popup {
	border-radius: 0.3rem;
}

.vdatetime-popup__actions__button--cancel {
	float: left !important;
}

.vdatetime input {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.missing-field label {
	color: #dc3545 !important;
}

.missing-field input {
	border-color: #dc3545 !important;
}

.public-wrapper {
	padding-top: 45px;
	padding-bottom: 60px;
}

.hidden-backdrop .vdatetime-overlay {
	background: transparent !important;
}

.toasted-container.toastContainer.top-right {
	top: 0%;
	right: 1%;
}

.v-list-item .v-list-item--dense .theme--light {
	background: white !important;
}
