:root{
	--bs-primary-rgb:74, 165, 134;
	
	
}



.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #4aa686;
	--bs-btn-border-color: #4aa686;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #163d6b;
	--bs-btn-hover-border-color: #163d6b;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #163d6b;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #4aa686;
	--bs-btn-disabled-border-color: #4aa686;
}


.body {
  font-size: 12px;
}

.form-label {
  font-size: 12px;
  font-weight: bold;
}

p {
  font-size: 12px;
}

.sidebar-nav i {
  font-size: 20px;
}

/* .bi {
  font-size: 20px;
} */

.table {
  font-size: 12px;
}

.table-row-btn {
  cursor: pointer;
}

button.dt-button {
  padding: 1px 13px;
}

.table-row-btn {
  margin-right: 5px;
}

.form-row .col-12,
.form-row .col-3,
.form-row .col-4 {
  margin-bottom: 20px;
  font-size: 12px;
}

.form-row .form-select,
.form-row .form-control {
  font-size: 12px;
}

.modal-header h5 {
  font-size: 15px;
}

button.dt-button,
div.dt-button,
a.dt-button {
  font-size: 12px;
}

.dt-button.new-item-button {
  background: #2980b9 !important;
  color: #fff;
  border: 2px solid #2980b9;
}

.dt-button.new-item-button:hover {
  opacity: 0.6;
}

.for-tiny {
  height: 580px;
}

.thumbnail-preview {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.nav-item .indicator {
  background-color: #1c87c9;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 10px;
  padding: 2px 3px;
  text-align: center;
  text-decoration: none;
}
@keyframes glowing {
  0% {
    background-color: #2ba805;
    box-shadow: 0 0 5px #2ba805;
  }
  50% {
    background-color: #49e819;
    box-shadow: 0 0 20px #49e819;
  }
  100% {
    background-color: #2ba805;
    box-shadow: 0 0 5px #2ba805;
  }
}
.nav-item .indicator {
  animation: glowing 1300ms infinite;
}

.nodatatable tbody {
  display: block;
  height: 700px;
  overflow: auto;
}
.nodatatable thead,
.nodatatable tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed; /* even columns width , fix width of table too*/
}
.nodatatable thead {
  width: calc(
    100% - 1em
  ); /* scrollbar is average 1em/16px width, remove it from thead width */
}
.nodatatable table {
  width: 400px;
}

span.ordered-link a {
  text-decoration: none;
}
span.ordered-link i {
  font-size: 13px;
}

span#chat-top-cnt {
  font-size: 10px !important;
  top: 9px !important;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .parking-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .users-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: '';
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item + .post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* All - Free Switch button */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.round {
  border-radius: 34px;
}

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

.slider:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2ab934;
}

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

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

.on {
  display: none;
}

.on,
.off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
  display: block;
}

input:checked + .slider .off {
  display: none;
}



.logo-img {
	width: 100%;
	padding: 5px;
	background: white;
	height: 121px;
	object-fit: contain;
	border-radius: 10px;
}

.stat {
	
	background: #d9e8e3;
	
}


.sidebar-toggle {
	margin-right: 1rem;
	margin-left: 10px;
}


.sidebar-item:hover img {
	filter:invert(100%) grayscale(100%);
}

.sidebar-item.active:hover img {
	filter:invert(0%) grayscale(0%);
}



.sidebar-item:hover ul li img {
	filter:invert(0%) grayscale(0%);
}


.nav-childs li span{
	font-size:12px;
}


.sidebar-content {
  overflow-y: auto;
}

/* Add custom styles to the scrollbar for .sidebar-content */
.sidebar-content {
  scrollbar-width: thin; /* Use the thin scrollbar width */
}

/* For Webkit browsers (e.g., Chrome, Safari) */
.sidebar-content::-webkit-scrollbar {
  width: 6px; /* Set the width of the scrollbar */
}

/* For Webkit browsers when the scrollbar is hovered */
.sidebar-content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5); /* Change the background color on hover */
}

/* For Webkit browsers, the scrollbar thumb (actual draggable part) */
.sidebar-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3); /* Set the color of the scrollbar thumb */
  border-radius: 6px; /* Set the border radius of the thumb */
}

/* For Webkit browsers, the scrollbar track (the background of the scrollbar) */
.sidebar-content::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1); /* Set the color of the scrollbar track */
}

.select2-container {
	display: table;
	width: 100% !important;
}


@media (min-width: 992px) {
  .content {
    padding: 1rem 3rem 1.5rem;
  }
}


#DataTables_Table_0_filter {
	display: none;
}


.table.bankering-data-modal-table th, .table.bankering-data-modal-table td {
	padding: 2.5px;
}

.table-header {
	font-weight: bold;
	font-size: 16px;
	display: table;
	background: white;
	position: relative;
	top: 10px;
	left: 14px;
	padding: 2px 10px;
}



.table-inner {
	border: 1px solid #acaaaa;
	padding: 6px 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	padding-top: 15px;
}
.load-chart {
	cursor: pointer;
}


.form-check-input {
	margin-left: -11px !important;
}


.dataTables_scrollHead {
	overflow: unset !important;
}



.order_label{
	cursor:pointer;
}

.no-filter-label {
	padding-bottom: 44px !important;
}

.select2-container--default .select2-selection--multiple {
	
	border: 0px solid #aaa !important;
	
	border-bottom: 2px solid #222 !important;
	border-radius: 0px !important;
	font-size:11px !important;
	
}

.select2-results__option--selectable {
	cursor: pointer;
	font-size: 12px;
	padding: 3px !important;
}

.select2-results__option {
	padding: 3px;
	font-size: 12px;
}


.card-body {
	height: 500px;
	overflow-y: auto;
}

.group-permissions-table th,
.group-permissions-table td{
	padding:3px 5px !important;
}


.group-permissions-table .form-check-input {
	width: 15px;
	height: 15px;
}

.input-group-text{
	font-size:10px !important;
}

.device_configuration_table .input-group-text,
.device_configuration_table input{
	height:20px;
	font-size:10px !important;
}


.device_configuration_table td {
    padding: 6px 2px;
}

.form-range::-moz-range-thumb {
	
	height: 10px !important;
	width: 10px !important;
}
  


.form-range::-moz-range-track {
	background-color: #b7b4b4 !important;
	height: .1rem !important;
}

/* For Chrome and WebKit-based browsers */
.form-range::-webkit-slider-thumb {
    height: 10px !important;
    width: 10px !important;
    background-color: #your-color-here !important; /* Add your desired thumb color */
    border: none !important; /* Optional: Remove the thumb border */
    -webkit-appearance: none !important; /* Remove default styles */
    appearance: none !important;
}

.form-range::-webkit-slider-runnable-track {
    background-color: #b7b4b4 !important; /* Add your desired track color */
    height: .1rem !important;
    cursor: pointer !important; /* Optional: Change cursor on hover */
}


.form-range {
    width: 58%  !important;
    float: left !important;
    margin-right: 1%;
}

.input-group-text{
	width:18% !important;
}

.manually_to_slider {
  text-align: right;
  width:20% !important;
  padding: 0px !important;
  padding-right: 1px !important;
}
/* Chrome, Safari, Edge, Opera */
.manually_to_slider::-webkit-outer-spin-button,
.manually_to_slider::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.manually_to_slider[type=number] {
  -moz-appearance: textfield;
}

.input-group-text {
	padding-left: 7px !important;;
	background: #dfdcdc !important;
}


.device-conf-status {
	font-size: 11px;
	font-weight: bold;
	padding: 1px 10px;
	border-radius: 4px;
	float: right;
}

.fancybox__container {
	z-index: 9999;
}

.fancybox__content {
	padding: 15px;
}


/* Ασπρόμαυρα όρια πλακιδίων στο χάρτη Leaflet */
.leaflet-tile-container {
    filter: grayscale(100%);
}


.leaflet-tooltip {
	
	background-color: #222 !important;
	border: 1px solid #222 !important;
	
}




.companies-vessels-card-body{
	
	height:auto !important;
	
}


.tooltip .tooltip-inner {
    text-align: left;
}


@media (min-width: 1200px) {
  .modal-xxl {
    --bs-modal-width: 95% !important;
  }
}


.data-table-sh-new tr th:last-child,
.data-table-sh-new tr td:last-child{
	text-align:center;
}


.add-icon{
font-size: 19px;
  position: relative;
  top: 3px;
line-height: 13px;
}


.btn.btn-primary.btn-sm.add-button {
	padding-top: 0px;
	padding-left: 4px;
}


.btn-white {
	padding: 2px 5px !important;
	background-color: #fff !important;
	color: #172c51 !important;
	border-color: #172c51 !important;
	font-weight: bold !important;
	border-radius: 4px !important;
	font-size: 11px !important;
}

.btn-black {
	padding: 2px 5px !important;
	background-color: #6c757d !important;
	color: #fff !important;
	border-color: #172c51 !important;
	font-weight: bold !important;
	border-radius: 4px !important;
	font-size: 11px !important;
}  