.mb-0 {margin-bottom: 0px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}

.mt-05 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}

.mr-10 {margin-right: 10px;}
.mr-15 {margin-right: 15px;}
.mr-20 {margin-right: 20px;}
.mr-25 {margin-right: 25px;}
.mr-30 {margin-right: 30px;}
.mr-40 {margin-right: 40px;}
.mr-50 {margin-right: 50px;}

.pl-pr-15 {padding-left: 15px;padding-right: 15px;}

.black {color: #303030 !important;}
.grey {color: #cecece !important;}

.bg-white {background: rgb(255 255 255 / 1);}

/*core*/

body {
	min-height: 100%;
	font-size: 14px;
	background: #fafafa;
	color: #303030;
    overflow-x: hidden;
}
body.light-2 {
    background: #f7f7f7;
}
a {
	text-decoration: none;
	color: rgb(32 201 151);
}
a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none !important;
	outline: none !important;
	color: rgb(32 201 151);
}
a.btn {
    color: #303030;
}
a.btn:hover,
a.btn:active,
a.btn:focus,
a.btn:visited {
    color: #303030;
}
a.btn-primary {
    color: #fff;
}
a.btn-primary:hover,
a.btn-primary:active,
a.btn-primary:focus,
a.btn-primary:visited {
    color: #fff;
}
table {
	font-size: 14px;
}
input:focus {
    outline: 0 !important;
}
hr.white {
    border-top: 1px solid rgb(255 255 255 / .1);
}
.dropdown-item {
    padding: .35rem 1.5rem;
    color: #333 !important;
}
.dropdown-item.active, 
.dropdown-item:active {
    background-color: #ececec;
}
#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / .6);
	display: none;
}
#overlay.active {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / .6);
	display: block;
}
.btn {
	font-size: 14px;
}
.btn-icon {
    position: relative;
    width: 16px;
    margin-right: 7px;
    height: 16px;
    opacity: .5;
}
.btn-icon.btn-icon-right {
    margin-right: 0px;
    margin-left: 7px;
}
.btn-primary {
	background-color: rgb(32 201 151) !important;
    border-color: rgb(32 201 151) !important;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: rgb(32 201 151) !important;
    border-color: rgb(32 201 151) !important;
}
.btn-light {
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}
.btn-outline {
    border-color: rgb(0 0 0 / .07);
}
.btn-light.disabled, 
.btn-light:disabled {
	background-color: #efefef;
	border-color: #efefef;
}
.icon {position: relative;}
.content-header h1 {
	margin: 0;
}
.page-section.padded-10 {
	padding: 10px;
}
#content {
    height: 100%;
    padding-bottom: 100px;
    padding-top: 50px;
    position: relative;
}
#content.no-meta-tray {
    padding-top: 80px;
}
.footer-link-icon {
    width: 14px;
    height: 14px;
    top: -2px;
    position: relative;
    margin-right: 8px;
}
@media (max-width: 576px) {
    .pr-xs-1 {
        padding-right: .25rem!important;
    }
    .pl-xs-1 {
        padding-left: .25rem!important;
    }
}



/*SELECT2*/
.select2-container *:focus {
    outline: none;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 10px;
    border: 1px solid #cecece;
    line-height: 30px;
}
.select2-container--default .select2-selection--single {
    border-radius: 10px;
    border: 1px solid #cecece;
    height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered:focus,
.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    border: 1px solid #cecece;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 5px;
}

/*buttons and forms*/
.badge-light {
  color: #212529;
  background-color: #eaeaea;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #efefef;
}
.badge-lime {
  color: #212529;
  background-color: #CDDC39;
}
.badge-lime[href]:hover, .badge-lime[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dcea48;
}
.badge-blue-1 {
  color: #212529;
  background-color: #e1f5fe;
}
.badge-blue-1[href]:hover, .badge-blue-1[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e1f5fe;
}
.dropdown-toggle::after {
	vertical-align: .185em;
}
.btn-group-sm>.btn,
.btn-sm,
.form-control {
	font-size: 14px;
}
.flex-page-filter {
	display: flex;
}
.flex-page-filter .form-group select,
.flex-page-filter .form-group input,
.flex-page-filter .form-group button {
	height: 100% !important;
}
.flex-page-filter .form-group + div {
	margin-left: 10px;
}
.bet-panel-team-thumb {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.bet-panel-team-thumb.right {
	margin-left: 5px;
	margin-right: 0px;
}
.dropdown-menu {
	font-size: 14px;
}
a.btn-primary,
a.btn-success {
	color: rgb(255 255 255 / .9);
}

.pop-onclick {transition: all 0.1s ease-in-out;}
.pop-onclick:active {transform: scale(1.05) !important;}

.card {
	border-radius: .75rem;
	border: 1px solid rgba(0,0,0,.075);
}

/*for cards below tab menu*/
.card.below-nav {
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/*in cell red/green indicator*/
.indicator {
    width: 12px;
    height: 12px;
    border-radius: 100px;
    margin-right: 6px;
    display: inline-block;
    position: relative;
    top: 1px;
}
.indicator.right {
    margin-right: 0px;
    margin-left: 6px;
}
.indicator.red {
    background: #E91E63;
}
.indicator.green {
    background: #4CAF50;
}
.user-indicator {
    position: absolute;
    right: 15px;
    top: 54%;
    transform: translate(0,-50%);
    cursor: pointer;
}
.user-indicator img {
    height: 28px;
    width: 28px;
    border-radius: 100px;
    border: 2px solid rgb(255 255 255 / .3);
    position: relative;
    top: -2px;
}
.user-indicator .icon {
    height: 12px;
    width: 12px;
    position: relative;
    top: -2px;
    opacity: .5;
    margin-left: 3px;
    display: none;
    color: white;
}
.user-indicator {transition: all 0.1s ease-in-out;}
.user-indicator:active {transform: scale(1.05) translate(0,-50%) !important;}

.user-indicator .name {
    font-size: 14px;
    margin-left: 3px;
    display: none;
    color: white;
}
.user-indicator:hover img {
    border: 2px solid rgb(255 255 255 / .9);
}
.user-indicator:hover .icon {
    opacity: .9;
}
.user-indicator:hover .name {
}
@media (min-width: 768px) {
    .user-indicator .name {
        display: inline;
    }
    .user-indicator .icon {
        display: inline;
    }
    .user-indicator img {
        height: 22px;
        width: 22px;
    }
}

/*spinners*/
.add-spinner {
    position: relative;
}
.add-spinner .spinner-content {
    opacity: 0;
}
.add-spinner .spinner-contain {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.add-spinner .spinner-border {
    width: 100%;
    height: 100%;
    display: block;
    opacity: .3;
}
.add-spinner.white-spinner .spinner-border {
    opacity: .8;
}
.add-spinner.revert .spinner-content {
    opacity: 1;
}
.add-spinner.revert .spinner-contain {
    display: none;
}

/*data row*/
.data-row {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 16px 20px;
	margin: 0 -15px;
	position: relative;
	cursor: pointer;
    margin-top: -1px;
}
.data-row:hover {
    background: rgb(0 0 0 / .05);
}
.left-130 {
	padding-right: 130px;
}
.data-row .left .upper {
	font-weight: 700;
}
.data-row .left .lower {
	opacity: .5;
}
.data-row .right {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%);
}
.data-row .right .icon {
	width: 20px;
	height: 20px;
	opacity: .3;
}
.data-row:hover {
    opacity: .8;
}
.data-row .left .title {
    font-weight: 700;
    padding-right: 100px;
    font-size: 13px;
}
.data-row .left .status {
    opacity: .5;
}
.data-row .cargo-type-badge {
    position: absolute;
    top: 51%;
    right: 15px;
    transform: translate(0,-50%);
    border-radius: 5px;
    padding: 2px 12px;
    font-size: 12px;
}
.qty-icons {
	margin-top: 5px;
	margin-left: -2px;
}
.qty-icons .icon {
	opacity: .1;
	width: 18px;
	height: 18px;
}
.qty-icons .icon.filled {
	opacity: .5;
}

.user-tray-item {
    position: relative;
    cursor: pointer;
}
.user-tray-item:hover {
    background: rgb(0 0 0 / .03);
}
.user-tray-item .card-body {
    padding-top: 10px;
    padding-bottom: 10px;
}
.user-tray-item .inner {
    padding-left: 44px;
}
.user-tray-item .thumb {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    border-radius: 100px;
    width: 32px;
    height: 32px;
    overflow: hidden;
}
.user-tray-item .thumb img {
    width: 100%;
    border-radius: 100px;
}
.badge-label {
	position: relative;
    margin-left: 5px;
    font-size: 14px;
    font-weight: initial;
}
.table-meta {
	color: #cecece;
	font-style: italic;
	border-top: 1px solid #e1e1e1;
	padding: 10px 15px;
	margin: 0 -15px;
    position: relative;
}
.table-meta-bottom {
    color: #cecece;
    font-style: italic;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 15px;
    margin: 0 -15px;
}
.table-filters {
	padding: 20px 15px;
	margin: 0 -15px;
}
.page-actions {
    padding: 20px 15px;
    margin: 0 -15px;
    background: #f3f3f3;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.custom-select {
	border-radius: 10px;
	border: 1px solid #cecece;
	background: url("../icons/chevron-down.svg") no-repeat right 14px center/14px 14px;
	background-color: rgb(255 255 255 / 1);
	color: rgb(0 0 0 / .7);
	padding: 12px 40px 12px 12px;
	height: unset;
	position: relative;
	font-size: 14px;
}
.custom-select option {
	background-color: rgb(255 255 255 / 1);
}

.data-item-input {
    border: 0px;
    border-radius: 0px;
    width: 100%;
    padding: 13px 15px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    -webkit-appearance: none;
}

.data-item .checked-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0,-50%);
    opacity: .3;
    display: none;
}
.hms-option.selected .checked-icon {
    display: block;
}
.has-target {
    cursor: pointer;
}
.data-info-body-title .qty-icons .icon {
    width: 18px;
    height: 18px;
}
.data-item.selected {
    padding-left: 40px;
}
.data-info-wedge {
    padding: 40px 15px 0 15px;
    opacity: .3;
    margin-bottom: 12px;
}
.ui-tray {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    background: #fafafa;
    transform: translate(768px,0);
    /*transition: all 0.1s ease-in-out;*/
    overflow-y: auto;
}
.ui-tray.active {
    transform: translate(0,0);
}

.data-item .left {
    font-weight: 500;
    flex: 1 1 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.data-item .right {
    font-weight: 500;
    flex: 1 1 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.data-item.mid .left {flex: 1 1 50%;}
.data-item.mid .right {flex: 1 1 50%;}

.data-item.seven-three .left {flex: 1 1 70%;}
.data-item.seven-three .right {flex: 1 1 30%;}

.data-item.no-cue .right {
    padding-right: 5px;
}
.data-item .right .icon {
    width: 20px;
    height: 20px;
    opacity: .3;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
}
.data-item .right .val {
    opacity: .3;
    text-align: right;
}
.data-item {
    background: rgb(255 255 255 / 1);
    padding: 13px 15px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-top: -1px;
    display: flex;
    position: relative;
    cursor: pointer;
}
.data-item.filter-status-selected {
    background: rgb(0 0 0 / .05);
}
.data-item:hover {
    background: rgb(0 0 0 / .02);
}
.data-item:first-child {
    margin-top: 0px;
}
html body .data-info-action {
    color: #2196f3;
}
html body .data-item {transition: all 0.1s ease-in-out;}
html body .data-item:active {transform: scale(1.03) !important;}

.data-info-body-title {
    background: #eff4f7;
    padding: 30px 15px;
}
.data-info-body-title h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
}
.data-info-body-title .meta {
    opacity: .5;
}
.ui-tray-main {
    width: 85%;
    height: 100%;
    position: fixed;
    right: 0;
    background: #fafafa;
    transform: translate(768px,0);
    /*transition: all 0.1s ease-in-out;*/
    overflow-y: auto;
}
.ui-tray-main.active {
    transform: translate(0,0);
}
.ui-tray-main.loading .data-info-body,
.ui-tray.loading .data-info-body {
    display: none;
}
.data-info-close {
    width: 24px;
    height: 24px;
    color: rgb(255 255 255 / .9);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}
.data-info-head {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: #37474f;
    display: flex;
    align-items: center;
    justify-content: center;
}
.data-info-head h2 {
    font-size: 16px;
    font-weight: 600;
    color: rgb(255 255 255 / .9);
    margin: 0;
}
.data-info-spinner-container {
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    opacity: .5;
    display: none;
}
.ui-tray-main.loading .data-info-spinner-container,
.ui-tray.loading .data-info-spinner-container {
    display: flex;
}
.data-info-body {
    padding-top: 50px;
    padding-bottom: 100px;
}
@media (min-width: 768px) {
    .ui-tray-main,
    .ui-tray {
        width: 400px;
        transform: translate(410px,0);
        overflow-y: auto;
    }
}
.data-message {
    padding: 15px;
}
.data-item-group {
    display: flex;
}
.data-item-group .data-item {
    flex: 1 1 50%;
    justify-content: center;
}
.data-item-group .data-item:first-child {
    margin-top: -1px;
    border-right: 1px solid #e1e1e1;
}
input.form-control.gmod {
    height: 44px;
    padding: 15px;
    border: 0px;
    border-radius: 10px;
    background: rgb(0 0 0 / .03);
    color: rgb(0 0 0 / .7);
}
select.form-control.gmod {
    height: 44px;
    padding: 8px 15px;
    border: 0px;
    border-radius: 10px;
    color: rgb(0 0 0 / .7);
    background: url(https://timkamu.com/icons/chevron-down.svg) no-repeat right 14px center/14px 14px;
    background-color: rgb(0 0 0 / .03);
}
.gmod-btn {
    padding: 0 15px;
    line-height: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    border-radius: 10px;
}
.mid-form-meta {
    opacity: .3;
    font-size: 14px;
    font-style: italic;
    text-align: center;
}
.mid-form-wrapper {
    padding-top: 50px;
}
.mid-form-logo img {
    width: 100%;
}
.tray-form {
    background: rgb(255 255 255 / 1);
    padding: 15px;
}
.form-input-meta {
    opacity: .5;
    font-style: italic;
    font-size: 13px;
    margin-top: 5px;
}
.form-input-meta.below-section-head {
    margin-top: -3px;
    margin-bottom: 14px;
}
.apn-form label {
    font-weight: 600;
}
.form-badge-choice {
    padding: 13px 15px;
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-weight: initial;
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25rem;
}
.row.form-choice {
    margin: 0 -5px;
}
.row.form-choice .item {
    padding: 0 5px;
}
.form-badge-choice {
    opacity: .5;
}
.form-badge-choice.selected {
    opacity: 1
}
.add-another-icon {
    width: 16px;
    height: 16px;
    opacity: .5;
    margin-right: 10px;
}
.cargo-show-all.active .add-another-icon {
    transform: rotate(180deg);
}
.cargo-hide {
    display: none;
    transition: all 0.1s ease-in-out;
}
.cargo-hide.active {
    display: block;
}
.tug-select-name,
.ship-select-name {
    font-weight: 600;
}
.tug-select-meta,
.ship-select-meta {
    opacity: .3;
}
.tray-option .card-body {
    padding-top: 10px;
    padding-bottom: 10px;
}
.tray-option:hover {
    background: rgb(0 0 0 / .03);
}
.tray-option.selected {
    border: 1px solid #f0f4c3;
    background: #DCEDC8;
}
.page-tab-target {
    display: none;
}
.page-tab-target.active {
    display: block;
}
.page-tab.active {
    background: rgb(0 0 0 / .1);
    border-color: rgb(0 0 0 / .1);
}
.ship-funnel .card {
    cursor: pointer;
}
.ship-funnel .card:hover {
    border-color: rgb(0 0 0 / .3);
}
.card-body.ship-status {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.card-body.ship-status .val {
    position: absolute;
    right: 15px;
    top: 48%;
    transform: translate(0,-50%);
    font-size: 20px;
    font-weight: 200;
    opacity: .5;
}
.app-col {
    margin-bottom: 10px;
    padding: 0 10px;
}
.card.dashboard-app {
    height: 100%;
    cursor: pointer;
}
.card.dashboard-app:hover {
    border: 1px solid rgba(0,0,0, .3);
}
.card.dashboard-app .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.card.dashboard-app .icon {
    width: 20px;
    height: 20px;
    opacity: .1;
    margin-bottom: 5px;
}
.section-meta,
.section-title {
    margin-bottom: 20px;
}
.section-meta {
    margin-top: -10px;
}
@media (min-width: 768px) {
    .section-meta {
        text-align: right;
        margin-bottom: 0px;
        margin-top: 10px;
    }
}
.ship-status .meta {
    position: absolute;
    right: 18px;
    top: 10px;
    font-size: 20px;
    font-weight: 200;
    opacity: .3;
}
.ship-status .meta.active {
    display: block;
}
.card.switch .card-body {
    padding: 0;
}
.switch-item {
    padding: 10px 15px;
    text-align: center;
    border-radius: .75rem;
    background: #fff;
    cursor: pointer;
}
.switch-item.active {
    background: #dae0e5;
}
.mode-value {
    display: none;
}
.mode-count,
.mode-qty {
    display: none;
}
.mode-count.active,
.mode-qty.active,
.mode-value.active {
    display: block;
}
.main-status-tab {
    display: none;
}
.main-status-tab.active {
    display: block;
}
.data-row.discharging-row .left {
    padding-left: 50px;
    padding-right: 30px;
}
.data-row.discharging-row .disc-percentage {
    position: absolute;
    top: 48%;
    left: 15px;
    transform: translate(0,-50%);
    font-size: 22px;
    opacity: .3;
    font-weight: 600;
    text-align: right;
}
.disc-progress-bar {
    width: 100%;
    height: 12px;
    border-radius: 10px;
    background: rgb(0 0 0 / .05);
    margin-top: 5px;
    position: relative;
}
.disc-achieved {
    position: absolute;
    height: 12px;
    border-radius: 10px;
    background: rgb(86 145 169 / 1);
}
.prog-46 .disc-achieved {
    width: 46%;
}
.prog-39 .disc-achieved {
    width: 39%;
}
.prog-31 .disc-achieved {
    width: 31%;
}
.data-item .disc-progress-bar {
    margin-left: 60px;
}
.data-item .disc-achieved {
    position: absolute;
    height: 12px;
    border-radius: 5px;
    background: rgb(86 145 169 / 1);
}
.data-item .disc-percentage {
    opacity: .2;
    font-weight: 700;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
}
.pier-select-row {
    margin-left: -5px;
    margin-right: -5px;
}
.user-row-meta {
    opacity: .3;
    font-weight: normal;
}

.row-user .left {
    position: relative;
}
.row-user .inner {
    padding-left: 50px;
}
.row-user .thumb {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    border-radius: 100px;
    width: 36px;
    height: 36px;
    overflow: hidden;
}
.row-user .thumb img {
    width: 100%;
    border-radius: 100px;
}
.data-info-body-title {
    position: relative;
}
.data-info-body-title .inner {
    padding-left: 55px;
}
.data-info-body-title .thumb {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.data-info-body-title .thumb img {
    width: 100%;
    border-radius: 100px;
}
/*sidebar*/
.sidebar-head {
    padding: 12px 22px;
    opacity: 0.3;
    letter-spacing: 2px;
    font-size: 11px;
}
#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    height: 100%;
    border-right: 1px solid rgb(0 0 0 / .125);
    background: rgb(255 255 255 / 1);
    overflow-y: auto;
    padding-bottom: 100px;
}
.sidebar-logo {
    padding: 20px 22px;
    font-weight: 700;
    font-size: 26px;
    background: #263238;
}

.sidebar-link {
    position: relative;
}
.sidebar-link.active,
.sidebar-link.current,
.sidebar-link:hover {
    background: rgb(0 0 0 / .05);
}
.sidebar-link > a {
    display: block;
    padding: 14px 30px 14px 48px;
    color: #333;
    font-weight: 500;
}
.sidebar-link.active,
.sidebar-link:hover {
    background: rgb(0 0 0 / .05);
}
.sidebar-link a:active,
.sidebar-link a:focus,
.sidebar-link a:hover {
    color: #333;
}
.sidebar-link .icon {
    position: absolute;
    left: 22px;
    top: 50%;
    width: 14px;
    opacity: .3;
    transform: translate(0, -50%);
}
.sidebar-link .cue {
    position: absolute;
    right: 16px;
    top: 11px;
    width: 14px;
    opacity: 0.3;
    transition: all 0.1s ease-in-out;
}
.sidebar-link.active .cue {
    transform: rotate(180deg);
}
.sidebar-sub {
    background: rgb(0 0 0 / .04);
    display: none;
}
.sidebar-link.active .sidebar-sub {
    display: block;
}
.sidebar-sub > a {
    display: block;
    padding: 12px 30px 12px 44px;
}
.sidebar-sub > a.active,
.sidebar-sub > a:hover {
    background: rgb(0 0 0 / .04);
}
.nav-wedge {
    height: 1px;
    background: rgb(0 0 0 / .075);
    margin: 14px 0 10px 0;
}
.nav-wedge.white {
    background: rgb(255 255 255 / .2);
}
.sidebar-logo img {
    width: 100%;
}
/*.sidebar-link a {transition: all 0.1s ease-in-out;}
.sidebar-link a:active {transform: scale(1.05) !important;}
.drawer-link a {transition: all 0.1s ease-in-out;}
.drawer-link a:active {transform: scale(1.05) !important;}*/
/*sidebar custom scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #aaa;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666;
}
#side-nav {
    width: 80%;
    height: 100%;
    position: fixed;
    left: 0;
    background: #fafafa;
    transform: translate(-768px,0);
    transition: all 0.1s ease-in-out;
    overflow-x: hidden;
    overflow-y: auto;
}
#side-nav.active {
    transform: translate(0,0);
}
@media (min-width: 576px) {
    #side-nav {
        width: 320px;
        transform: translate(-320px,0);
        overflow-y: auto;
    }
}
#page-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: #37474f;
}
.nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 0 -15px;
}
h2.page-nav-title {
    font-size: 16px;
    font-weight: 600;
    color: rgb(255 255 255 / .9);
    margin: 0;
    position: relative;
}
.nav-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0,-50%);
    width: 28px;
    height: 28px;
    cursor: pointer;
}
@media (min-width: 576px) {
    .nav-icon {
        left: 0;
    }
}
.clock-area {
    /*background: #263238f9;*/
    background: #26323811;
    padding: 15px 0;
}
.clock {
    position: relative;
    line-height: 30px;
    padding-left: 24px;
}
.clock .time {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
}
.drawer-container {
    position: relative;
    margin-top: 10px;
    padding-bottom: 100px;
}
.drawer {
    transform: translate(350px,0px);
    transition: all 0.1s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.drawer.active {
    transform: translate(0px,0px);
    transition: all 0.1s ease-in-out;
}
.drawer-link {
    position: relative;
}
.drawer-link > a {
    display: block;
    padding: 14px 30px 14px 48px;
    color: #333;
    font-weight: 500;
}
.previous-drawer .back-icon {
    position: absolute;
    left: 22px;
    top: 12px;
    width: 14px;
    opacity: .3;
}
.drawer-link > a .icon {
    position: absolute;
    left: 22px;
    width: 14px;
    opacity: .3;
    top: 50%;
    transform: translate(0, -50%);
}
.drawer-link.current,
.drawer-link:hover {
    background: rgb(0 0 0 / .05);
}

@media (min-width: 430px) {
    .drawer {
        transform: translate(600px,0px);
    }
}
.tray-data {
    background: rgb(255 255 255 / 1);
    padding: 13px 15px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-top: -1px;
    position: relative;
}
.tray-data .data-title {
    font-weight: 500;
}
.tray-data .data-value {
    text-align: right;
    opacity: .5;
}
.tray-data .left {
    display: flex;
    align-items: center;
}
.tray-data.link {
    color: #2196f3;
    display: block;
}
.tray-data.link:hover {
    background: rgb(0 0 0 / .001);
}

.tray-data .data-value .thumb {
    width: 34px;
    height: 34px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0px, -50%);
}
.tray-data .data-value .thumb img {
    width: 100%;
    border-radius: 100px;
}
.tray-data .data-value .inner {
    padding-right: 50px;
}
.meta-type {
    display: inline-block;
    border-radius: 100px;
    padding: 4px 17px 4px 15px;
    font-size: 11px;
    text-transform: uppercase;
    color: rgb(255 255 255 / .8);
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: -2px;
}
.meta-type .icon {
    height: 12px;
    width: 12px;
    position: relative;
    opacity: 1;
    top: -1px;
    margin-right: 5px;
}
.meta-type.regular {
    background: rgb(139,195,74);
    background: linear-gradient(105deg, rgba(139,195,74,1) 0%, rgba(105,171,28,1) 100%);
}
.meta-type.transhipment {
    background: rgb(255,189,92);
    background: linear-gradient(105deg, rgba(255,189,92,1) 0%, rgba(255,152,0,1) 100%);
}
.data-section {
    padding: 3px 0;
}
.data-section .header {
    padding: 0 15px;
    opacity: .5;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
}
.data-section .header .icon {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 15px;
    transform: translate(0,-50%);
    opacity: .5;
}
.data-section .content {
    padding-bottom: 40px;
    display: none;
}
.data-section.active .content {
    display: block;
}
.data-section.active .header .icon {
    transform: translate(0,-50%) rotate(90deg);
}
.data-item .icon {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 15px;
    transform: translate(0,-50%);
    opacity: .5;
}
.timeline-filters a.trigger {
    border: 1px solid #ececec;
    padding: 8px 10px;
    border-radius: 5px;
    margin-right: 5px;
    position: absolute;
    top: -58px;
    background: white;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    left: 5px;
}
.timeline-filters .dropdown-item {
    display: block;
    padding: 10px 15px;
}
.aerial-pic img {
    border-radius: 10px;
}
.timeline-item .disc-progress-bar {
    width: 100%;
    height: 12px;
    border-radius: 5px;
    background: rgb(0 0 0 / .1);
    margin-top: 5px;
    position: relative;
}
.timeline-item .disc-achieved {
    position: absolute;
    height: 18px;
    border-radius: 5px;
    background: rgb(86 145 169 / 1);
}
#data-timeline {
    background: rgb(255 255 255 / 1);
    padding: 20px 15px 20px 15px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
.timeline-item {
    position: relative;
    margin-bottom: 15px;
}
.timeline-item .dots {
    /*background: red;*/
    position: relative;
}
.timeline-item .dots .mark {
    position: absolute;
    top: 2px;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    transform: translate(-50%,0);
    background: #ececec;
}
.timeline-item.current .dots .mark {
    background: #8bc34a;
}
.timeline-item .path {
    width: 3px;
    height: calc(100% + 15px);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,20px);
    background: #ececec;
}
.timeline-item.first .path {
   display: none;
}
.timeline-item .content {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 10px 15px;
    margin-left: -5px;
}
.timeline-item .content h3 {
    font-size: 14px;
    margin-bottom: 5px;
}
.timeline-item .content .desc {
    opacity: .5;
}

.timeline-item .content.commence-discharging {
    background: #5691a9;
    border: 1px solid #5691a9;
    color: white;
}
.timeline-item .content.discharging-progress {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
}
.timeline-item .content.discharging-completed {
    background: #DCEDC8;
    border: 1px solid #DCEDC8;
}

.timeline-item .time {
    font-style: italic;
    opacity: .5;
    text-align: right;
    font-size: 12px;
}
.timeline-item .author {
    margin-top: 8px;
    position: relative;
}
.timeline-item .author .name {
    font-style: italic;
    opacity: .5;
    font-size: 12px;
    padding-left: 27px;
}
.timeline-item .author .thumb {
    width: 18px;
    height: 18px;
    left: 0;
    position: absolute;
    top: 40%;
    transform: translate(0, -50%);
}
.timeline-item .author .thumb img {
    width: 100%;
    border-radius: 100px;
}
.view-more-tools {
    margin-top: -1px;
}
.open-more-tools.active .icon {
    transform: translate(0,-50%) rotate(90deg);
}
.data-row.pier-slot .left {
    padding-left: 50px;
}
.data-row.pier-slot .pier-no {
    position: absolute;
    top: 46%;
    left: 15px;
    transform: translate(0,-50%);
    font-size: 22px;
    opacity: .3;
    font-weight: 600;
}
.tray-data.tray-select {
    cursor: pointer;
    padding-right: 35px;
}
.tray-data.tray-select:hover {
    background: rgb(0 0 0 / .03);
}
.tray-data.tray-select.selected {
    background: rgb(0 0 0 / .07);
}
.tray-data.tray-select .icon {
    position: absolute;
    right: 15px;
    width: 14px;
    height: 14px;
    fill: #8bc34a;
    stroke: #8bc34a;
    top: 50%;
    transform: translate(0,-50%);
    display: none;
}
.tray-data.tray-select.selected .icon {
    display: block;
}
.data-row.pa-inbox .meta-badge {
    /*font-size: 12px;*/
}
.data-row.pa-inbox .meta-badge .badge-label {
    opacity: .5;
    /*font-size: 12px;*/
}
.data-info-arrival-status {
    padding: 13px 15px 13px 60px;
    border-top: 1px solid #e1e1e1;
    position: relative;
}
.data-info-arrival-status.jetty {
    background: #e0f7fa;
}
.data-info-arrival-status .status-symbol {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 30px;
    height: 30px;
    left: 15px;
    opacity: .3;
}
a.table-meta-desc {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
    font-style: normal;
    border-radius: 5px;
    padding: 3px 7px 4px 20px;
    font-size: 13px;
    background: var(--yellow);
    color: #333;
}
a.table-meta-desc .icon {
    position: absolute;
    left: 5px;
    width: 10px;
    height: 10px;
    top: 9px;
    opacity: .3;
}
a.table-meta-desc:hover {
    background: #ffb300;
}
.activity-branch {
    border-radius: 15px;
    background: rgb(0 0 0 / .02);
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
}
.activity-branch .creator {
    position: relative;
    padding-left: 38px;
    font-weight: 600;
    line-height: 20px;
}
.activity-branch .thumb {
    width: 28px;
    height: 28px;
    border-radius: 100px;
    left: 0;
    position: absolute;
    top: 48%;
    transform: translate(0, -50%);
}
.activity-branch .content {
    padding-left: 15px;
    border-left: 3px solid rgb(0 0 0 / .05);
    margin-top: 10px;
    margin-left: 38px;
    line-height: 22px;
}
.activity-branch .twig {
    color: rgb(0 0 0 / .5);
}
.activity-branch .field {
    display: inline;
    font-weight: 600;
    margin-right: 5px;
}
.activity-branch .new-val {
    display: inline;
    font-style: italic;
    color: rgb(0 0 0 / .3);
}
.activity-branch .time {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    font-style: italic;
    color: rgb(0 0 0 / .3);
    text-align: right;
}
.activity-branch .name {
}
.activity-branch .role {
    opacity: .3;
    font-weight: normal;
}
.ui-tray .quick-stats {
    padding-top: 20px;
    margin-bottom: -5px;
}
.tray-stat-item {
    border-radius: 5px;
    background: rgb(255 255 255 / .5);
    padding: 7px 12px;
    margin-right: 10px;
    margin-left: -2px;
    cursor: pointer;
}
.tray-stat-item:hover {
    background: rgb(255 255 255 / 1);
}
.tray-stat-item .val {
    font-size: 20px;
    font-weight: 200;
}
.tray-stat-item .name {
    opacity: .3;
}
.tray-stat-item {transition: all 0.1s ease-in-out;}
.tray-stat-item:active {transform: scale(1.05) !important;}

.select-cart-item {
    position: relative;
}
.select-cart-item label {
    position: relative;
    margin-bottom: 0;
}
.select-cart-item.users label {
    margin-bottom: 12px;
}
.select-cart-item.users label,
.select-cart-item.users input {
    padding-left: 32px;
}
.select-cart-item .thumb {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0,-50%);
}
.select-cart-item .close-btn {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 15px;
    opacity: .3;
    cursor: pointer;
}
.select-cart-item .close-btn:hover {
    opacity: .8;
}
.in-tray-search-result .card-body {
    padding: 10px 1.25rem;
    cursor: pointer;
}
.in-tray-search-result .card:hover {
    background: rgb(0 0 0 / .05);
}
.in-tray-search-result .card.selected {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
}
.in-tray-search-result .card {transition: all 0.1s ease-in-out;}
.in-tray-search-result .card:active {transform: scale(1.05) !important;}

.tray-user-select .card-body {
    position: relative;
}
.tray-user-select .radio-name,
.tray-user-select .radio-meta {
    padding-left: 34px;
}
.tray-user-select .radio-thumb {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0,-50%);
}
.page-options-toggle.active .btn-icon.btn-icon-right {
    transform: rotate(180deg);
}
.permission-matrix .data-title {
    font-size: 16px;
}
.permission-matrix .item {
    margin-bottom: 10px;
    margin-left: -2px;
}
.permission-matrix .item label {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 15px 15px 8px 15px;
    background: rgb(0 0 0 / .03);
}
.permission-matrix .item label:hover {
    background: rgb(0 0 0 / .05);
}

.permission-matrix .item label {transition: all 0.1s ease-in-out;}
.permission-matrix .item label:active {transform: scale(1.05) !important;}

.permission-matrix .item label input {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.tray-form-buttons {
    background: rgb(255 255 255 / 1);
    padding: 15px;
}
.open-related {
    cursor: pointer;
}
.open-related:hover {
    background: rgb(0 0 0 / .02);
}
.icon-symbol {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 40px;
    height: 40px;
    color: #e91e63;
}
.data-info-body-title.error {
    background: #ffebee;
}
.queue-weights {
    padding: 13px 15px;
    position: relative;
    background: #fff;
    cursor: pointer;
    border-bottom: 1px solid #e1e1e1;
}
.queue-weights:first-child {
    border-top: 1px solid #e1e1e1;
}
.queue-weights:hover {
    background: rgb(0 0 0 / .02);
}
.queue-weights.active:hover {
    background: #fff;
}
.queue-weights .head {
    font-weight: 600;
    margin-right: 5px;
}
.queue-weights .classification {
    opacity: .5;
    font-style: italic;
}
.queue-item{
    padding: 13px 15px;
}
.queue-weights .population {
    position: absolute;
    right: 15px;
    top: 13px;
    font-weight: 600;
    opacity: .5;
}
.form-delete-row {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    opacity: .5;
    right: 20%;
    cursor: pointer;
}
.form-delete-row {transition: all 0.1s ease-in-out;}
.form-delete-row:hover {opacity: .8;}
.form-delete-row:active {
    transform: translate(-50%,-50%) scale(1.3) !important;
    opacity: .8;
}
@media (max-width: 992px) {
    .form-delete-row {
        right: 0;
    }
}
.doc-meta {
    opacity: .5;
}

.table-tools .tools-array {
    padding: 15px;
}
.tools-meta {
    padding: 15px 10px;
    border-top: 1px solid #e1e1e1;
    color: #ccc;
}
.border-bottom {
    border-bottom: 1px solid #e1e1e1;
}
.mobile-index .tools-meta {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
}
.hms-table {
    width: 100%;
}
.hms-table th {
    padding: 10px 15px;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
}
.hms-table td {
    padding: 15px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    cursor: pointer;
    margin-bottom: -1px;
    font-size: 13px;
}
.mobile-index .hms-table th,
.mobile-index .hms-table td {
    padding: 15px;
}
.thead-meta {
    font-weight: 400;
    color: #cecece;
    font-style: italic;
}
.hms-table tbody tr:hover {
    background: rgb(0 0 0 / .02);
}
.hms-table td.has-thumb {
    padding-left: 25px;
    position: relative;
}
.hms-table td.has-thumb .thumb {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 16px;
    height: 16px;
    border-radius: 100px;
}
.tr-mobile .thumb {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    top: -2px;
    margin-right: 3px;
}
@media (min-width: 768px) {
    .table-tools .tools-array {
        padding: 15px 0;
    }
    .hms-table td {
        padding: 10px 0;
    }
    .hms-table th {
        padding: 10px 0;
    }
}
.tr-desktop .icon {
    position: relative;
    width: 16px;
    height: 16px;
    top: -2px;
    margin-right: 5px;
    opacity: .2;
}
.tr-mobile .icon {
    position: relative;
    width: 16px;
    height: 16px;
    top: -2px;
    margin-right: 5px;
    opacity: .2;
}
.doc-title .icon {
    position: relative;
    width: 26px;
    height: 26px;
    top: -3px;
    margin-right: 10px;
    opacity: .2;
}
.tr-item {transition: all 0.1s ease-in-out;}
.tr-item:active {transform: scale(1.05) !important;}

@media (max-width: 576px) {
    .sm-maximise {
        padding-right: 0;
        padding-left: 0;
    }
}
.doc-title.banner {
    background-size: cover;
    border-radius: 15px;
    padding: 25px 35px;
    position: relative;
    overflow: hidden;
}




.data-info-arrival-status.pending,
.doc-title.banner.pending {
    background-image: linear-gradient( 228deg, #FEB692 10%, #EA5455 100%);
    color: white;
}
.doc-title.banner.pending .icon {opacity: .5;}
.doc-title.banner.pending .doc-meta {opacity: .8;}


.data-info-arrival-status.sailing,
.doc-title.banner.sailing {
    background-image: linear-gradient(229deg, #F4D03F 0%, #16A085 100%);
    color: white;
}
.doc-title.banner.sailing .icon {opacity: .5;}
.doc-title.banner.sailing .doc-meta {opacity: .8;}


.data-info-arrival-status.anchored,
.doc-title.banner.anchored {
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    color: white;
}
.doc-title.banner.anchored .icon {opacity: .5;}
.doc-title.banner.anchored .doc-meta {opacity: .8;}


.data-info-arrival-status.jetty,
.doc-title.banner.jetty {
    background-image: linear-gradient( 228deg, #CE9FFC 10%, #7367F0 100%);
    color: white;
}
.doc-title.banner.jetty .icon {opacity: .5;}
.doc-title.banner.jetty .doc-meta {opacity: .8;}





.mobile-index .banner-png {
    opacity: .1;
    right: 0;
}
.banner-png {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(0,-50%);
}
.table-cargo {
    position: relative;
    font-size: 12px;
    font-weight: initial;
    padding: 2px 7px 3px 7px;
    border-radius: 6px;
    display: inline-block;
}
.table-options {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: -15px;
}
.table-options a.parents {
    display: block;
    color: #333;
    font-weight: 600;
    padding: 8px 15px;
    float: left;
}
.table-options a.parents.active,
.table-options a.parents:hover {
    color: rgb(32 201 151);
}
.table-options .dropdown-item {
    color: #333 !important;
}
.table-options .dropdown-item:focus,
.table-options .dropdown-item:hover {
    color: #333  !important;
}
.table-options a .icon {
    position: relative;
    width: 14px;
    height: 14px;
    top: -1px;
    opacity: .3;
}
.table-options a .icon.icon-left {
    margin-right: 5px;
    top: -2px;
}
.doc-title .more-icon {
    width: 22px;
    height: 22px;
    position: relative;
    opacity: .5;
}
h3.title-trigger {
    cursor: pointer;
}
h3.title-trigger:hover {
    opacity: .9;
}


a.mobile-tool-link {
    color: #333;
    font-weight: 600;
    margin-right: 30px;
    display: block;
}
a.mobile-tool-link .icon {
    position: relative;
    width: 14px;
    height: 14px;
    top: -2px;
    opacity: .3;
}
a.mobile-tool-link .icon.left-icon {
    margin-right: 5px;
}
a.mobile-tool-link, 
.mobile-index .tools-array .dropdown {
    float: left;
}
.mobile-index .dropdown-item {
    color: #333 !important;
}
.mobile-index .dropdown-item.selected {
    background-color: #ececec;
}
.mobile-index .dropdown-item:focus,
.mobile-index .dropdown-item:hover {
    color: #333  !important;
}
.dropdown-item .icon {
    position: relative;
    width: 14px;
    height: 14px;
    opacity: .2;
    margin-right: 10px;
    top: -2px;
}

th.has-help {
    cursor: pointer;
}
th .help-icon {
    position: relative;
    top: -2px;
    height: 12px;
    width: 12px;
    opacity: .3;
    margin-left: 3px;
}
.card-head {
    position: relative;
}
.hms-card {
    background: white;
    border-radius: 10px;
    padding: 20px 25px;
}
.hms-card.cream {background: #FFF4DE;}
.hms-card.brocoli {background: #f0f4c3;}
.hms-card .card-name {
    font-size: 18px;
    font-weight: 600;
}
.hms-card .card-meta {
    opacity: .3;
}
.hms-card .card-tool {
    position: absolute;
    right: 0;
    top: 0;
}
.hms-card .card-tool a {
    color: rgb(32 201 151);
}
.hms-card .hms-table th:first-child,
.hms-card .hms-table td:first-child {
    padding-left: 0px;
}
a.dashboard-quick .icon {
    width: 30px;
    height: 30px;
    opacity: .5;
    display: block;
    margin-bottom: 8px;
    transition: all 0.1s ease-in-out;
}
a.dashboard-quick:hover .icon {
    transform: scale(1.1);
}
.quick-links .row {
    margin-right: -10px;
    margin-left: -10px;
}
.quick-links .row > div {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
}
a.dashboard-quick {
    color: #333;
    padding: 15px 25px;
    border-radius: 10px;
    background: white;
    margin-bottom: 15px;
    height: 100%;
    display: block;
    transition: all 0.1s ease-in-out;
}
a.dashboard-quick:hover {
    opacity: .9;
}
a.dashboard-quick.green {
    background-image: linear-gradient(229deg, #F4D03F 0%, #16A085 100%);
    color: white;
}
a.dashboard-quick.blue {
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    color: white;
}
a.dashboard-quick.purple {
    background-image: linear-gradient( 228deg, #CE9FFC 10%, #7367F0 100%);
    color: white;
}
a.dashboard-quick.orange {
    background-image: linear-gradient( 228deg, #FEB692 10%, #EA5455 100%);
    color: white;
}
a.dashboard-quick.sky {
    background-image: linear-gradient( 135deg, #52E5E7 10%, #130CB7 100%);
    color: white;
}
a.dashboard-quick.white {
    background-image: white;
}
a.dashboard-quick.dashed {
    border: 2px dashed #ececec;
}
.bcrumb a {
    color: #ccc;
}
.bcrumb .icon {
    width: 14px;
    height: 14px;
    position: relative;
    top: -2px;
    margin-right: 7px;
    opacity: 1 !important;
}
.bcrumb .icon.mk {
    color: #ccc;
    margin: 0 5px;
    top: -2px;
}
.hms-card.profile-card {
    position: relative;
    background: white;
    background-image: url(../img/abstract-4.svg);
    background-repeat: no-repeat;
    background-position: 102% top;
    background-size: 30% auto;
}
.profile-card .card-content {
    padding-left: 50px;
}
.profile-card .profile-name {
    font-size: 18px;
    font-weight: 600;
}
.profile-card .profile-meta {
    opacity: 1;
    color: rgb(32 201 151);
}
.profile-card .profile-meta .meta-link {
    color: #ccc;
    cursor: pointer;
}
.profile-card .thumb {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0px, -50%);
}
.card-action {
    padding: 5px 15px 6px 15px;
    border-radius: 5px;
    background: rgb(32 201 151);
}
a.card-action {
    color: white;
}
.announcement-area {
    background: #FFF4DE;
    padding: 15px 25px;
    background-image: url(../icons/alert-triangle-03.svg);
    background-repeat: no-repeat;
    background-position: 105% top;
    background-size: 30% auto;
}
.announcement-area .title {
    font-weight: 700;
}
.announcement-area .meta {
    opacity: .3;
    font-size: 13px;
}
.breadcrumb.hms {
    padding: 0;
    background: none;
    margin-bottom: 10px;
    font-size: 13px;
}
.breadcrumb.hms .icon {
    position: relative;
    width: 16px;
    height: 16px;
    top: -2px;
    margin-right: 5px;
}
.responsive-title {
    margin-top: 40px;
    margin-bottom: 0px;
}
.mobile-index .doc-title.banner {
    padding: 15px;
    margin: -10px 0px 0px 0px;
}
.mobile-index .responsive-title {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.hms-card .card-tool.card-tab a {
    color: #ccc;
}
.hms-card .card-tool.card-tab a:hover,
.hms-card .card-tool.card-tab a:focus,
.hms-card .card-tool.card-tab a.active {
    color: rgb(32 201 151);
    opacity: 1;
}
.card-pane {
    display: none;
}
.card-pane.active {
    display: block;
}
#top-art {
    background: url("../img/website/bgd.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
}
#top-art img {
    position: absolute;
    bottom: -1px;
    width: 105%;
}
body.with-art .responsive-title {
    color: white;
}
body.with-art .responsive-title .breadcrumb-item.active,
body.with-art .responsive-title .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffffaa;
}
.hms-table.no-cursor td {
    cursor: unset;
}
table tr.cargo-control:hover {
    background: none;
}
table tr.cargo-control td {
    border: 0px;
    padding: 5px !important;
}
.cargo-control td .item {
    position: relative;
    padding: 10px !important;
    background: rgb(0 0 0 / .04);
    border-radius: 5px;
    opacity: .3;
    cursor: pointer;
}
.cargo-control td:hover .item {
    background: rgb(0 0 0 / .06);
}
.cargo-control td .item.active {
    opacity: 1;
}
.cargo-control.one-third td {
    width: 33% !important;
}
.cargo-control .val {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
}
.cargo-control td {transition: all 0.1s ease-in-out;}
.cargo-control td:active {transform: scale(1.05) !important;}

.cargo-control td .item span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.cargo-control td .item .orange1 {background: rgba(255, 159, 64);}
.cargo-control td .item .red1 {background: rgba(255, 99, 132);}
.cargo-control td .item .grey1 {background: rgba(0 0 0 / .6);}
.cargo-control td .item .green1 {background: #4caf50;}
.cargo-control td .item .blue1 {background: #2196f3;}
.cargo-control td .item .blue2 {background: #03a9f4;}
.cargo-control td .item .blue3 {background: #00bcd4;}

.card-piers .pier-item {
    width: 10%;
    height: 50px;
    border: 1px solid #ececec;
    float: left;
    margin-left: -1px;
    margin-top: -1px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9c27b0;
    position: relative;
}
.card-piers .pier-item .pier-content {
    position: relative;
}
.card-piers .pier-item .opaque {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: .8;
}
.card-piers .pier-item.occupied .opaque {
    opacity: .2;
}
.card-piers .pier-item:hover > .opaque {
    opacity: .4;
}

.color-choices {
    margin: 0 -10px;
}
.color-choices .item {
    width: 26px;
    height: 26px;
    border-radius: 5px;
    float: left;
    background: red;
    margin: 10px;
    cursor: pointer;
    border: 2px solid #ececec;
}
.color-choices .item.active,
.color-choices .item:hover {
    border: 2px solid #999;
}
.color-choices .item {transition: all 0.1s ease-in-out;}
.color-choices .item:active {transform: scale(1.2) !important;}

.pier-color {
    width: 16px;
    height: 16px;
    position: relative;
    border-radius: 100px;
    display: inline-block;
}

.card-piers .pier-item.pier-color1 {background: var(--pier-color1);}
.card-piers .pier-item.pier-color2 {background: var(--pier-color2);}
.card-piers .pier-item.pier-color3 {background: var(--pier-color3);}
.card-piers .pier-item.pier-color4 {background: var(--pier-color4);}
.card-piers .pier-item.pier-color5 {background: var(--pier-color5);}
.card-piers .pier-item.pier-color6 {background: var(--pier-color6);}
.card-piers .pier-item.pier-color7 {background: var(--pier-color7);}
.card-piers .pier-item.pier-color8 {background: var(--pier-color8);}
.card-piers .pier-item.pier-color9 {background: var(--pier-color9);}
.card-piers .pier-item.pier-color10 {background: var(--pier-color10);}
.card-piers .pier-item.pier-color11 {background: var(--pier-color11);}
.card-piers .pier-item.pier-color12 {background: var(--pier-color12);}
.card-piers .pier-item.pier-color13 {background: var(--pier-color13);}
.card-piers .pier-item.pier-color14 {background: var(--pier-color14);}
.card-piers .pier-item.pier-color15 {background: var(--pier-color15);}
.card-piers .pier-item.pier-color16 {background: var(--pier-color16);}
.card-piers .pier-item.pier-color17 {background: var(--pier-color17);}
.card-piers .pier-item.pier-color18 {background: var(--pier-color18);}
.card-piers .pier-item.pier-color19 {background: var(--pier-color19);}

.pier-slot-item.pier-color1 {background: var(--pier-color1);}
.pier-slot-item.pier-color2 {background: var(--pier-color2);}
.pier-slot-item.pier-color3 {background: var(--pier-color3);}
.pier-slot-item.pier-color4 {background: var(--pier-color4);}
.pier-slot-item.pier-color5 {background: var(--pier-color5);}
.pier-slot-item.pier-color6 {background: var(--pier-color6);}
.pier-slot-item.pier-color7 {background: var(--pier-color7);}
.pier-slot-item.pier-color8 {background: var(--pier-color8);}
.pier-slot-item.pier-color9 {background: var(--pier-color9);}
.pier-slot-item.pier-color10 {background: var(--pier-color10);}
.pier-slot-item.pier-color11 {background: var(--pier-color11);}
.pier-slot-item.pier-color12 {background: var(--pier-color12);}
.pier-slot-item.pier-color13 {background: var(--pier-color13);}
.pier-slot-item.pier-color14 {background: var(--pier-color14);}
.pier-slot-item.pier-color15 {background: var(--pier-color15);}
.pier-slot-item.pier-color16 {background: var(--pier-color16);}
.pier-slot-item.pier-color17 {background: var(--pier-color17);}
.pier-slot-item.pier-color18 {background: var(--pier-color18);}
.pier-slot-item.pier-color19 {background: var(--pier-color19);}

.color-choices .item.color1 {background: var(--pier-color1);}
.color-choices .item.color2 {background: var(--pier-color2);}
.color-choices .item.color3 {background: var(--pier-color3);}
.color-choices .item.color4 {background: var(--pier-color4);}
.color-choices .item.color5 {background: var(--pier-color5);}
.color-choices .item.color6 {background: var(--pier-color6);}
.color-choices .item.color7 {background: var(--pier-color7);}
.color-choices .item.color8 {background: var(--pier-color8);}
.color-choices .item.color9 {background: var(--pier-color9);}
.color-choices .item.color10 {background: var(--pier-color10);}
.color-choices .item.color11 {background: var(--pier-color11);}
.color-choices .item.color12 {background: var(--pier-color12);}
.color-choices .item.color13 {background: var(--pier-color13);}
.color-choices .item.color14 {background: var(--pier-color14);}
.color-choices .item.color15 {background: var(--pier-color15);}
.color-choices .item.color16 {background: var(--pier-color16);}
.color-choices .item.color17 {background: var(--pier-color17);}
.color-choices .item.color18 {background: var(--pier-color18);}
.color-choices .item.color19 {background: var(--pier-color19);}

.photo-suggestion .uploaded-photo {
    border-radius: 15px;
}
.photo-suggestion .uploaded-photo:hover {
    transform: scale(1.03) !important;
}
.photo-suggestion .arrival label {
    background: rgb(0 0 0 /.03);
    padding: 10px 25px 10px 15px;
    border-radius: 10px;
    cursor: pointer;
}
.photo-suggestion .arrival label:hover {
    background: rgb(0 0 0 /.07);
}
.photo-suggestion .arrival label.remove {
    background: #ffecb3;
}
.photo-suggestion .arrival input {
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.photo-suggestion .arrival label, .photo-suggestion .uploaded-photo {transition: all 0.1s ease-in-out;}
.photo-suggestion .arrival label:active {transform: scale(1.1) !important;}

.photo-suggestion .img-container {
    position: relative;
}
.photo-suggestion .img-container .index {
    position: absolute;
    left: 15px;
    top: 15px;
    background: white;
    border-radius: 100px;
    padding: 5px 10px;
    font-weight: 600;
    display: block;
    font-size: 13px;
}
.drone-thumb {
    position: relative;
}
.drone-upload-viewe-thumb {
    border-radius: 10px;
}
.minus-5 {
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.drone-thumb .index {
    position: absolute;
    left: 5px;
    top: 5px;
    background: #ffffffcc;
    border-radius: 100px;
    padding: 3px 5px;
    display: block;
    font-size: 12px;
}
.card-pier-legends table {
    width: 100%;
    margin: 0 -5px;
}
.card-pier-legends td {
    padding: 5px;
    width: 50%;
}
.card-pier-legends .legend-item {
    border-radius: 10px;
    padding: 10px;
    font-size: 13px;
    width: 100%;
    cursor: pointer;
    background: rgb(0 0 0 / .03);
}
.card-pier-legends .legend-item:hover {
    opacity: .8;
}
.card-pier-legends .legend-item span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.legend-toggle {

}
.legend-toggle {transition: all 0.1s ease-in-out;}
.legend-toggle:active {transform: scale(1.05) !important;}
.arrival-drone-photo img {
    width: 100%;
    transition: all 0.1s ease-in-out;
    border-radius: 10px;
}
.arrival-drone-photo:hover img {
    transform: scale(1.03);
}
.arrival-drone-photo .time {
    font-size: 13px;
    color: #aaa;
}
.status-infographic-wrapper {
    border-radius: 10px;
    overflow: hidden;
}
.side-view-quicks .item {
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
}
.side-view-quicks .item.blue {
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    color: white;
}
.side-view-quicks .item.purple {
    background-image: linear-gradient( 228deg, #CE9FFC 10%, #7367F0 100%);
    color: white;
}
.side-view-quicks .item.green {
    background-image: linear-gradient(229deg, #F4D03F 0%, #16A085 100%);
    color: white;
}
.side-view-quicks .item.outline {
    background: none;
    color: #333;
    border: 1px solid #ccc;
}
.side-view-quicks .item:hover {
    opacity: .8;
}
.side-view-quicks .item.outline:hover {
    border: 1px solid #666;
    opacity: 1;
}
.side-view-quicks a.dropdown-item {
    color: #333;
}
.side-view-quicks .item .icon {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
    opacity: .8;
}
.side-view-info .item .name {
    opacity: .2;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.side-view-info .item {
    margin-bottom: 15px;
}
.timeline-chart {
    overflow: hidden;
    border-radius: 10px;
    background-image: linear-gradient( 135deg, #EE9AE5 10%, #5961F9 100%);
    height: 80px;
    width: 100%;
}
.arrival-view-card h4 {
    font-size: 22px;
}
.view-pane-selector a {
    padding: 5px 15px;
    border-radius: 100px;
    margin-right: 10px;
    background: rgb(0 0 0 / .03);
    color: #333;
    font-weight: 600;
}
.view-pane-selector a.active,
.view-pane-selector a:hover {
    background: rgb(0 0 0 / .1);
}
.view-pane-selector a {transition: all 0.1s ease-in-out;}
.view-pane-selector a:active {transform: scale(1.05) !important;}

.side-view-info .icon {
    width: 15px;
    height: 15px;
    position: relative;
    top: -1px;
    margin-left: 3px;
}
.above-table .dashboard-quick {
    margin-bottom: 0px;
}
.dashboard-quick .int {
    font-size: 22px;
    font-weight: 100;
    opacity: .5;
}
#desktop-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.desktop-logo {
    width: 100px;
    position: absolute;
    left: 0;
    top: 25px;
    cursor: pointer;
}
.desktop-nav-container {
    position: relative;
}
.desktop-menu {
    position: absolute;
    left: 125px;
    top: 20px;
}
.desktop-menu a {
    display: block;
    float: left;
    padding: 10px 20px;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    margin-right: 5px;
}
.desktop-menu a:hover {
    background: rgb(255 255 255 / .2);
}
.desktop-menu a .icon {
    width: 14px;
    height: 14px;
    position: relative;
    top: -1px;
    opacity: .8;
    margin-left: 3px;
}