@import "node_modules/ol/ol.css";

body {
  overflow: hidden;
}
.modal-login {
  display:    none;
  position:   fixed;
  z-index:    100000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 0, 0, 0, .4 )
              50% 50% 
              no-repeat;
}
/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
body.loading, body.login {
  overflow: hidden;   
}

/* Anytime the body has the loading class, our
modal element will be visible */
body.loading .modal-load, body.login .modal-login {
  display: block;
}
#gritter-notice-wrapper {
  margin-top: 30px;
}
.gritter-title {
  text-align: center;
}

html, body {
  margin: 0;
  height: 100%;
  font-size: 12px;
}
#map {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  margin-top: 45px;
  margin-left: 43px;
}

#info {
  position: absolute;
  height: 1px;
  width: 1px;
  z-index: 100000;
}
.tooltip, .tooltip.in {
  opacity: 1;
}
.tooltip.top .tooltip-arrow {
  border-top-color: white;
}
.tooltip-inner {
  border: 2px solid white;
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  /* word-wrap: break-word; */
  opacity: 1;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height)
    calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5)
    var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5)
    var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0
    calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.ol-zoom {
  top: auto;
  left: auto;
  right: 56px;
  bottom: 36px;
}

.fs-12 {
  font-size: 12px;
}
a.dropdown-toggle {
  border: 0px !important;
}
#vessel-type-legend {
  display: none;
  opacity: 0.6;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1000;
  border-bottom: 0.3px solid rgba(105,105,105, .6);
}
#vessel-type-legend > img {
  height: 525px;
}
label {
  font-size: 12px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #4c8fbd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover,
.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  background: transparent;
}
.dataTables_length {
  float: left;
}
.widget-body {
  background: transparent;
}
button.bootbox-close-button.close {
  font-size: 22px;
}
.bootbox.modal.fade.bootbox-prompt h4.modal-title {
  font-size: 15px;
  color: #e3d6be99;
}
.bootbox.modal.fade.bootbox-prompt {
  opacity:1;
  right: 0 !important;
  top: 100px;
}
.bootbox>.modal-dialog {
  padding-top:17px;
}
.bootbox .modal-content {
  width:530px;
}
.form-group {
  margin-bottom: 12px;
}
.form-actions {
  border-top: 0;
  /* border-bottom: 1px solid #e1dede; */
  background-color: transparent;
    margin-bottom: 5px;
}
.form-control, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
  font-size: 12px !important;
}
.pager > li > a, .pagination > li > a {
  background-color: transparent;
}
.pager > li.disabled > a, .pager > li.disabled > a:hover, .pagination > li.disabled > a, .pagination > li.disabled > a:hover {
  background-color: transparent;
}
.pagination > li.active > a, .pagination > li.active > a:hover {
  background-image: linear-gradient(310deg, #5e72e4, #825ee4);
  border-color: transparent;
}
ul.pagination > li > a {
  padding: 4px 10px !important;
  border-radius: 50px !important;
  margin-right: 1px;
  font-size: 10px;
  line-height: 1.8;
}
.table tbody tr:hover td{
  background: transparent !important;
  background-color: transparent !important;
}
.table>thead>tr>th {
  border-bottom: 0;
}
.widget-body .table {
  border: 0;
}
.widget-body .table thead:first-child tr {
  background-image: none !important;
}
.dataTables_wrapper .row:first-child + .dataTable {
  /* border-top: 0; */
  border: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border: 0!important;
}
.table > tbody > tr {
  background: linear-gradient(#293A4A, #293A4A), linear-gradient(90deg, hsla(0, 0%, 100%, 0), #546671, hsla(0, 0%, 100%, 0));
  background-origin: padding-box, border-box;
  background-repeat: no-repeat;
  border-bottom: 1px solid transparent;
  border-top: 0px solid transparent;
}
#search-table > tbody > tr {
  background: linear-gradient(#304255, #304255), linear-gradient(90deg, hsla(0, 0%, 100%, 0), #546671, hsla(0, 0%, 100%, 0));
}
.table > tbody > tr:first-child {
  border-top: 1px solid transparent;
}
.table > thead > tr, .table > thead > tr th.sorting_asc, .table > thead > tr th.sorting_desc {
  background-color: transparent !important;
  background-image: none;
  color: #547ea8;
  font-weight: 600 !important;
}
.dataTables_wrapper .row:last-child {
  border-bottom: 0;
  background-color: transparent;
}
.dataTables_wrapper .row:first-child {
  padding-bottom: 0;
  background-color: transparent;
}
.dataTables_wrapper .row:first-child .col-xs-6{
  padding: 0;
}
.dataTables_wrapper input[type="search"], .dataTables_wrapper input[type="text"], .dataTables_wrapper select {
  margin: 0;
}
.dropdown-menu.dropdown-caret:after {
  border-bottom: 6px solid #6f8088;
}
.form-control, select {
  border-radius: 7px !important;
  padding: 4px 6px !important;
}
.ace-nav > li {
  border-left: 0;
}
.ace-nav form {
  font-size: 12px;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  border-radius: 7px !important;
  background-color: #ffffffe6;
}
.form-group input[type="color"], .form-group input[type="date"], .form-group input[type="datetime-local"], .form-group input[type="datetime"], .form-group input[type="email"], .form-group input[type="month"], .form-group input[type="number"], .form-group input[type="password"], .form-group input[type="search"], .form-group input[type="tel"], .form-group input[type="text"], .form-group input[type="time"], .form-group input[type="url"], .form-group input[type="week"], .form-group select, .form-group textarea {
  background-color: #ffffffe6;
}
.form-group input[type="color"], .form-group input[type="date"], .form-group input[type="datetime-local"], .form-group input[type="datetime"], .form-group input[type="email"], .form-group input[type="month"], .form-group input[type="number"], .form-group input[type="password"], .form-group input[type="search"], .form-group input[type="tel"], .form-group input[type="text"], .form-group input[type="time"], .form-group input[type="url"], .form-group input[type="week"], .form-group select{
  height: 29px;
}
select.form-control {
  padding: 4px 4px;
}
li.light-blue a.dropdown-toggle:hover {
  background-color: #2C2F3120;
}
ul.user-menu a:hover {
  background-color: #849aa720;
}
.ace-nav>li.light-blue>a {
  background-color: transparent;
}
.ace-nav>li.light-blue>a:focus, .ace-nav>li.light-blue>a:hover, .ace-nav>li.open.light-blue>a {
  background-color: #849aa720; 
}
.user-min > a {
  color: #D4F3FA !important;
}
.user-min .user-info {
  border-bottom: 1px solid #e5e5e53b;
  border-bottom-style: dashed;
}
.user-min > a:hover {
  color: white !important;
}
.user-min > a > svg, .user-min > a > div > svg {
  height: 45px;
  width: 18px;
  fill: currentcolor;
}
.user-min > a > span{
  color: #E2E8DC !important;
}
.user-menu {
  border-radius: 7px !important;
  background: #293a4acc;
  margin-top: 4px;
}
.user-menu > li > a {
  color: #E2E8DC;
  padding: 4px 12px;
  font-size: 12px !important;
  font-weight: 400;
}
.user-menu > li:hover > a {
  color: #FEF4CB;
  background: transparent;
}
.user-menu > li > a > .ace-icon {
  font-size: 14px !important;
}
.user-menu-layer > ul > li {
  line-height: 35px;
}
.ace-nav > li > ul, .ace-nav > li label {
  color: #E2E8DC;
  font-size: 13px;
}
.user-menu-layer > a svg {
  width: 24px !important;
}
.user-menu-layer > a > span {
  min-width: 500px;
}
.user-menu-layer > ul > li {
  min-width: 500px;
  padding-left: 20px;
}
.user-menu-map > ul > li label {
  min-width: 170px;
}
.user-menu-map > ul > li > form {
  padding-left: 20px;
}
.user-menu-navigation > ul > li > form{
  min-width: 150px;
}
.user-menu-navigation form label, .user-menu-map form label, .user-menu-layer form label {
  line-height: 18px;
}
.user-menu-navigation form .radio, .user-menu-map form .radio, .user-menu-layer form .radio {
  margin: 0;
  color: #E2E8DC;
  line-height: 31px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
  padding-right: 6px !important;
}
.modal-content {
  border-radius: 7px;
  background-color: #293a4a;
  color: #E2E8DC;
}
.modal-footer {
  border-radius: 0 0 7px;
  border-top: 0;
  background-color: transparent;
}
.form-control {
  font-size: 13px;
}
.btn {
  border-radius: 4px;
}
.btn-group-xs>.btn, .btn-xs {
  padding: 2px 12px;
}
button.btn-action {
  padding: 3px 7px;
}
a.btn-action {
  padding: 4px 5px;
  font-size: 10px;
  border-radius: 8px;
}
.top {
  z-index: 1;
  position: absolute;
  top: 45px;
  min-width: 3000px;
  -webkit-box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.1);
}
.modal {
  right: auto !important;
  bottom: auto !important;
}
.modal-open .modal {
  right: auto !important;
  bottom: auto !important;
}
hr.horizontal.light{
  height: .8px;
  background-color: transparent;
  border: 0;
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #cad8e2, hsla(0, 0%, 100%, 0)); 
  opacity: .35;
  margin-top: 8px;
  margin-bottom: 12px;
}
.modal-header {
  /* border-bottom: 1px solid #e5e5e53b;
  padding: 12px 15px; */
  background-color: transparent;
  border: 0;
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #435b6b, hsla(0, 0%, 100%, 0)); 
  opacity: .75;
  padding: 10px 14px 10px 14px;
}
.modal-header > button {
  float: right;
  background: transparent;
  border: 0
}
.modal-header > button > svg {
  width: 11px !important;
}
[title^='Minimize'] {
  margin-top: 4px;
}
.modal-header > button.minimize-modal > svg {
  width: 12px !important;
}
.modal-header h5.modal-title {
  font-size: 14px;
  color: white!important;
}
.rotate-180 {
  rotate: 180deg;
}
.mymenu {
  list-style: none;
  position: relative;
  float: none;
  padding: 0;
  margin: 0;
  border-style: solid;
  border-width: 0;
}
.mymenu > li {
  margin-top: 12px;
  list-style: none;
  display: block;
  position: relative;
  float: none;
  padding: 0;
  border-style: solid;
  border-width: 0;
  text-align: center;
}
.mymenu > li:before {
  display: none;
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  height: 41px;
  width: 3px;
  max-width: 3px;
  overflow: hidden;
  background-color: #629cc9;
}
.mymenu > li > a {
  /* color: #E2E8DC; */
  color: #D4F3FA;
  display: block;
  position: relative;
  height: 39px;
  line-height: 39px;
  padding: 0;
  font-size: 19px;
  text-decoration: none;

  stroke: currentcolor;
  fill: currentcolor;
}
.mymenu > li:hover > a {
  color: #FEF4CB;
}
.mymenu > li > ul {
  text-align: left;
  position: absolute;
  z-index: 1028;
  left: 43px;
  top: 0px;
  width: 176px;
  display: none;
  
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  border: 1px solid transparent;
  
  border-radius: 7px;
}
.mymenu > li > ul > li:first-child > a, .mymenu > li > ul > li:hover:first-child {
  border-radius: 7px 7px 0 0;
}
.mymenu > li > ul > li:last-child > a,  .mymenu > li > ul > li:hover:last-child {
  border-radius: 0 0 7px 7px;
}
.mymenu > li > ul > li:hover, .mymenu > li > ul > li > a:hover {
  color: #FEF4CB;
}
.mymenu > li > ul > li > a:hover > .menu-icon {
  display: block;
}
.mymenu > li > ul > li > a {
  text-decoration: none;
  margin-left: 0;
  padding-left: 22px;
  background-color: #293a4acc;
  color: #E2E8DC;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 6px 0 8px 37px;
  margin: 0;
}
.mymenu > li > ul > li a > .menu-icon {
  display: none;
  font-size: 12px;
  font-weight: 400;
  width: 18px;
  height: auto;
  line-height: 12px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 11px;
  z-index: 1;
  background-color: transparent;
}
ul.map-menu {
  right: 39px !important;
    top: -3px !important;
}
ul.search {
  min-width: 400px;
  right: 84px !important;
}
a.svg {
  line-height: 50px !important;
  text-align: center;
}
.nav-list>li>a {
  stroke: currentcolor;
  fill: currentcolor;
}
.nav-list>li:before {
  background-color: wheat;
  top: 0px;
  height: 38px;
}
.layer-menu:hover,.select-menu:hover {
  background-color: #E2E8DC;
}
.ace-nav .nav-user-photo {
  max-width: 34px;
}
li.light-blue>a {
  color: wheat;
}
.sidebar {
  background-color: #2e496d !important;
}
.navbar-header {
  padding-left: 22px;
}
a.navbar-brand {
  padding: 0px !important;
  margin-left: -15px;
}
.navbar ,.navbar-brand {
  padding: 0px 0px 0px 16px;
  background-color: #2e496d;
  color:#E2E8DC !important;
}
.navbar .navbar-brand:focus, .navbar .navbar-brand:hover {
  color:white !important;
}
.main {
  /* color:#2e496d; */
  color:#2e496d;
}
.dropdown-menu.dropdown-close {
  top:93% !important;
}
.ace-nav .nav-user-photo {
    border: 1px solid;
}
.gradient {
  background-image: linear-gradient(to bottom,#212121e6,#212121e3 8%,#212121db 15.4%,#212121ce 22.3%,#212121be 28.7%,#212121ab 34.8%,#21212196 40.7%,#21212180,#21212169 52.1%,#21212153 57.9%,#2121213d 63.9%,#2121212a 70.1%,#2121211a 76.7%,#2121210c 83.9%,#21212104 91.6%,#21212100)
}
.no-skin .sidebar {
  -webkit-box-shadow: 0px 1px 44px rgb(0 0 0 / 30%);
  border-color: #ccc0;
}
.skin-me .navbar {
  /* -webkit-box-shadow: 0px 1px 44px #2e496d;
    box_shadow: 0px 1px 44px #2e496d; */
  /* -webkit-box-shadow: 0px 1px 4px rgb(0 0 0 / 30%);
    box_shadow: 0px 1px 54px rgb(0 0 0 / 30%); */
  background-color: #2e496d;
}
#navbar, #navbar > span, .sidebar {
  z-index: 100000;
}
.inlinetab {
  display: block;
}
#vessel-modal{
  left:calc(100% - 400px) !important;
  top:44px;
}
#vessel-modal .modal-content{
  width:400px;border-radius:1px;
}
#vessel-modal .modal-body{
  min-height: calc(100vh - 88px);
  max-height: calc(100vh - 88px);
}
#enc-modal .modal-body{
  min-height: 500px;
  max-height: 500px;
}
#anomaly-modal .modal-body{
  max-height: calc(100vh / 1.3);
}
#stasiun-modal .modal-body{
  max-height: calc(100vh / 1.5);
}
#antena-modal .modal-body{
  max-height: calc(100vh / 1.5);
}
#user-modal .modal-body{
  min-height: calc(100vh / 2);
  max-height: calc(100vh / 1.3);
}
#geofence-modal .modal-body{
  max-height: calc(100vh - 120px);
}
#filter-geofence-modal .modal-body{
  max-height: calc(100vh - 120px);
}
#anchored-modal .modal-body{
  max-height: 550px;
}
.icon-menu-sm li{
  display: inline;
  padding-left: 12px;
}
.icon-menu-sm li a {
  color: white;
}
.icon-menu-sm li a img {
  width:12px;
}
.icon-menu-sm li a span {
  padding-left:4px;font-size: 10px;
}
.pad10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.detail_dark {
  background-color:#D9D9D941;padding: 4px 10px 4px 10px;
}
.detail_transparent {
  background-color: transparent;padding: 4px 10px 4px 10px;
}
.detail_transparent a {
  color: yellow !important;
  text-decoration: underline !important;
}
.icon-menu-sm li{
  display: inline;
  padding-left: 12px;
}
.icon-menu-sm li a {
  color: white;
}
.icon-menu-sm li a img {
  width:12px;
}
.icon-menu-sm li a span {
  padding-left:4px;font-size: 10px;
}
.cblack {
  color: black !important;
}
.bwhite {
  background: white !important;
  border-bottom: 0px;
}
.vessel-bookmark {
  position: absolute;
  display: table;
  top: 50px;
  z-index: 10;
  background: transparent;
  left: 57px;
}
.vessel-bookmark ul {
  list-style: none;
  display: inline;
  margin: 0;
}
.vessel-bookmark ul li:hover {
  cursor: pointer;
}
.vessel-bookmark ul li {
  background: #c0c0c0a6;
  margin-top: 4px;
  padding: 2px 9px;
  border-radius: 3px;
  font-size: 13px;
  display: table;
  color: #6B6B6B;
}
.vessel-bookmark a {
  margin-left: 6px;
  color: #6B6B6B;
}
#table_track tr {
  font-size: 12px;
}
.ol-scale-bar.ol-unselectable {
  left: 12px;
}
/* .ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 10px;
  z-index: 11;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
} */
#date-legend {
  text-align: right;
  position: absolute;
  top: 12px;
  right: 56px;
  left: auto;
  bottom: auto;
  font-size: 10px;
  font-weight: bold;
  z-index: 10;
  color: darkslategrey;
}
#total-legend {
  text-align: right;
  position: absolute;
  top: 30px;
  right: 56px;
  left: auto;
  bottom: auto;
  font-size: 14px;
  font-weight: bold;
  z-index: 10;
  color: #000fffde;
}
#total-legend div {
  font-size: 10px;
  color: darkslategrey;
}
#geofence-modal tr td:last-child, #mapbookmark-modal tr td:last-child,
#stasiun-modal tr td:last-child, #user-modal tr td:last-child {
  text-align: right;
}
p.error {
  padding: 0 0 0 12px;
  margin: 0;
  color: red;
  font-size: 12px;
  margin-top: 32px;
}
.form-group>p.error {
  margin-top: 0;
}
div.error2 {
  padding: 0 0 0 12px;
  margin: 0;
  color: red;
  font-size: 12px;
  position: absolute;
  margin-top:32px;
}
.m0 {
  margin-top: 0 !important;
}
ul.context-menu-list {
  width: auto;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 4px 0px;
  border-radius: 4px;
  background: #293A4A ;
  font-size: 12px;
  color: white;
  border: 0;
}
ul.context-menu-list li {
  background: #293A4A ;
  padding: 3px 10px;
  border: 0;
}
ul.context-menu-list li:hover {
  cursor: default;
  background: #354753;
  color: white;
}
#enc-modal tr td:last-child{
  text-align: right;
}
li.active {
  background:#5090C1;
}
li.active > a {
  color:white !important;
}
a.edit, a.edit:hover {
  color:#bc9171;
}
.navbar-form.form-search {
  margin-top: 0px;
}
form.form-search {
  text-align: center;
  padding: 8px 0 0 0;
}
form.form-search > div > svg {
  width: 12px;
  height: 12px;
  position: absolute;
  margin-left: -18px;
  margin-top: 9px;
}
form.form-search>div>span>i {
  color: #2e496d96;
}
.horizontal-50 {
  min-width: calc(95% / 2);
}
input.search {
  background:rgb(217 217 217 / 42%) !important;
  /* border-radius:50px !important; */
  border-radius:8px !important;
  border: 0px solid #d1d1d1 !important;
  width: 88% !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 100;
  height: 29px !important;
  padding: 0 10px;
  padding-right:24px;
}
input.search::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
input.search::-ms-input-placeholder { /* Edge 12 -18 */
  color: white;
}
form.form-search {
  border-radius: 7px !important;
}
nav.search-menu ul {
  position: absolute;
  top: 43px;
  background: #293a4aeb;
  list-style: none;
  margin: 0;
  margin-left: -200px;
  margin-top: 2px;
  border-radius: 0 0 7px 7px;
  padding: 12px 4px 12px 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.search-menu ul button {
  position: absolute;
  top: 4px;
  right: 8px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
}
.search-menu ul svg {
  width: 12px;
}
.search-body {
  min-width: 600px;
  max-width: 600px;
  min-height: 50px;
  max-height: 300px;
}
.search-body ul.pagination{
  display: contents;
}
.gritter-success {
  border-radius: 4px;
  /* background: #a3b8d5 !important;
  border: 1px solid #3a5c88fa !important; */
}
.gritter-error {
  border-radius: 4px;
}
.gritter-title {
  font-weight: 200;
  font-size: 13px;
}
.gritter-item-wrapper.gritter-light.gritter-success .gritter-item{
  /* color: #1f1e1e; */
}
.gritter-close {
  font-size: 8px;
  font-weight: lighter;
}
#coordinate-legend {
  position: absolute;
  text-align: right;
  left: auto;
  top: auto;
  bottom: 34px;
  right: 86px;
  font-size: 12px;
    font-weight: normal;
  color: darkslategrey;
  z-index: 10;
}
.search-menu {
  margin-left: calc(calc(100% / 2) - 180px) !important;
    padding: 0;
}
.login-box .widget-main {
  padding-top: 0;
}
div#login-modal {
  left: calc(calc(100% / 2) - 200px) !important;
  top: calc(calc(100% / 2) - 200px) !important;
}
#login-modal p.error {
    margin-top: 0;
    margin-bottom: 12px;
}
div#gritter-notice-wrapper {
  z-index: 100002;
}
#login-modal h4 {
  margin: 0;
}
#login-modal .widget-main {
  text-align: center;
}
#login-modal p.error {
  text-align: left;
}
#login-modal div.underline {
  margin: 12px;
}
.pad-0 { padding: 0px !important; }
/* .pad-5 {padding: 5px;}
.pad-15 { padding: 15px; } */
.pad-20 { padding: 20px; }
.pad-bot-15 {padding-bottom: 15px;}
.margin-left-15 { margin-left: 15px; }
.floatleft { float: left; }
.widget-box {
  border-radius: 4px;
}
.widget-header {
  min-height: 0 !important;
  border: 0 !important;
}
.widget-color-blue2 > .widget-header {
  background: #3b7bad;
}
h4.modal-title {
  font-size: 13px!important;
}
.ace-navs > li {
  float: left;
  height: 45px;
  line-height: 45px;
  border-left: 0;
}
.ace-navs > li > a {
  line-height: 45px;
  height: 45px;
}
.ace-navs > li > a > div {
  margin-top: -10px;
}
.ace-navs > li:first-child {
  border-left-width: 0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: #2C2F3120;
}
.dropdown-menus {
  position: absolute;
  top: 100%;
  left: auto;
  z-index: 1000;
  float: left;
  min-width: auto;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box;
}
.user-menu {
  color: #E2E8DC !important;
  font-size: 12px !important;
}
.user-menu div.title {
  text-align: center;
  height: auto;
  margin: 10px 0 12px 0;
  padding: 0;
  line-height: 14px;
}
.user-min .user-menu {
  padding-top: 0!important;
}
th.action {
  min-width: 49px!important;
}
.right {
  text-align: right;
}
.table-fg {
  border-collapse: separate !important;
  border-spacing: 0 !important;
}
.table-fg tr th,
.table-fg tr td {
  border-right: 1px solid #bbb !important;
  border-bottom: 1px solid #bbb !important;
  padding: 7px !important;
}

.table-fg tr th:first-child,
.table-fg tr td:first-child {
  border-left: 1px solid #4C5E6A !important;    
}
.table-fg tr th {
  color: white;
  background: #3B7BAD !important;
  background: transparent !important;
  text-align: left !important;
  border-top: solid 1px #bbb !important;
}

/* top-left border-radius */
.table-fg tr th {
  background: #3b7bad54 !important;
  font-size: 12px;
}
.table-fg tr:first-child th:first-child {
  border-top-left-radius: 6px !important;
}

/* top-right border-radius */
.table-fg tr:first-child th:last-child {    
  border-top-right-radius: 6px !important;
}

/* bottom-left border-radius */
.table-fg tr:last-child td:first-child {
  border-bottom-left-radius: 6px !important;
}

/* bottom-right border-radius */
.table-fg tr:last-child td:last-child {
  border-bottom-right-radius: 6px !important;
}

.navbar-brand {
  line-height: 45px;
}
#vessel-hover {
  top: 1000px;
  left: 1000px;
  width: auto;
  text-align:center;
  position: absolute;
  z-index : 10;
  border-style : solid;
  border-width : 1px;
  opacity : 0.6 ;
  background: var(--detailBgColor) !important;
  background-color: var(--detailBgColor) !important;
  backdrop-filter: blur(10px) !important;
  color: var(--whiteColor);
  opacity: 1 !important;
  text-align: left !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 3px 6px 3px 6px!important;
  font-size: 14px !important;
}