:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: 0.75rem;
}

html {
  height: 100%;
}

body {
    background-color: #091E47;
    font: 500 17px/1.2 Rajdhani, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    min-height: 100%;
    height: 100vh;
    position: relative;
}

h1, h2 {
    font-weight: 600;
}

a {
    color: inherit;

}

a:hover {
    color: inherit;
}

p > a {
    text-decoration: underline;
}

.alert-danger {
    border-radius: 0px;
    color:#fff;
    padding: 8px 10px 6px;
    border:none;
    background-color: #E61537;
    font-size: 14px;
    font-weight: bold;
}

.wrapper {
    overflow: hidden;
}

.background-container {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.background-container:after {
    content:"";
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(0deg, transparent 24.9%, #192B4F 24.9%, #192B4F 25.1%, transparent 25.1%, transparent 74.9%, #192B4F 74.9%, #192B4F 75.1%, transparent 75.1%, transparent), linear-gradient(90deg, transparent 24.9%, #192B4F 24.9%, #192B4F 25.1%, transparent 25.1%, transparent 74.9%, #192B4F 74.9%, #192B4F 75.1%, transparent 75.1%, transparent);
    background-size: 300px 300px;
}

.login-video-overlay {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(9, 30, 71, 0.8);
    mix-blend-mode: multiply;
}

header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px 22px;
    align-items: center;
    background-color: #0F192E;
}

.header__logo {
    height: 56px;
    margin-right: 20px;
}

.header__controls {
    margin: 0 18px;
    display: flex;
}

.header__controls .btn {
    margin: 0 4px;
}

.header__controls .radio-switch {
    margin-left: 30px;
}

.client-name {
    display: none;
    margin-right: 1rem;
    font-size: 32px;
    font-weight: bold;
}

.last-updated {
    font-size: 12px;
}

.footer-row {
    text-align: center;
    color: #FFF;
    padding-top: 100px;
    font-size: 9pt;
}

.login-form {
    padding-top: 140px;
    color: #fff;
}

.login-form__logo {
    width: 214px;
    margin-bottom: 35px;
}

.login-form__text {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-transform: none;
  margin-bottom: 30px;
}

.login-form__login-text {
    position: relative;
    font-size: 40px;
    line-height: 1.3;
    color: #FFFFFF;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.login-form__login-text:before {
    position: absolute;
    content: "";
    width: 50%;
    width: calc(100% - 115px);
    height: 0;
    right: 0;
    bottom: 50%;
    display: block;
    border-top: 1px solid #fff;
    margin-bottom: 2px;
}

.login-form__login-text:after {
    position: absolute;
    content: "";
    width: 0;
    height: 11px;
    right: 0;
    top: 50%;
    display: block;
    border-left: 1px solid #fff;
    margin-top: -2px;
}

.login-form h1, .login-form h2, .login-form p {
    text-shadow: 0px 2px 5px #292929;
}

.login-form__box {
    background-color: #0F192E;
    border: 1px solid #00B6E7;
    padding: 50px 60px;
}

button, .btn  {
    background-color: #0E2B25;
    color: #14CC7F;
    border: 1px solid #14CC7F;
    border-radius: 0;
    line-height: 1;
    padding: 7px 10px 5px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn_sm {
    padding: 7px 5px 5px;
}

.btn_xs {
    font-size: 13px;
}

.btn_blue {
    background-color: #0F192E;
    color: #00B6E7;
    border: 1px solid #00B6E7
}

button:hover, .btn:hover {
    background-color: #0F4B37;
    color: #14CC7F;
}

.btn svg {
    width: 20px;
    height: 20px;
    stroke: #14CC7F;
    margin-top: -3px;
    margin-bottom: -2px;
}

.btn_blue:hover {
    background-color: #0C3853;
    color: #00B6E7;
    border: 1px solid #00B6E7
}

.btn_blue svg {
    stroke: #00B6E7;
}

.btn_blue.btn_active {
    background-color: #00B6E7;
}

.btn_blue.btn_active svg {
    stroke: #fff;
}

.btn_dropdown {
    width: 140px;
    display: flex;
}
.search_clients .btn_dropdown {
    width: 150px;
}

.btn_dropdown span {
    max-width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search_clients .btn_dropdown span {
    max-width: 110px;
}

.btn_dropdown svg {
    transition: transform 0.3s;
    margin-left: auto;
}

.btn_blue.btn_dropdown {
    background-color: #00B6E7;
    color: #0F192E;
}

.btn_blue.btn_dropdown svg {
    stroke: #0F192E;
}

.btn_dropdown.btn_active svg {
    transform: rotate(180deg);
}

.btn_inline {
    display: inline;
    border: none;
    padding: 0;
    background: transparent;
    text-decoration: underline;
}

.btn_inline svg {
    opacity: 0;
    transition: opacity 0.3s;
}

.btn_inline:hover,
.btn_inline:focus {
    background: transparent;
    text-decoration: underline;
}

.btn_inline:hover svg,
.btn_inline:focus svg {
    opacity: 1;
}

.radio-switch {
    position: relative;
    display: inline-block;
    display: inline-flex;
    background-color: #0F192E;
    padding: 0;
    margin: 0;
    border: 1px solid #00B6E7;
}

.radio-switch__item {
    position: relative;
    display: inline-block;
    height: 28px;
}

.radio-switch__label {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    color: #00B6E7;
    transition: color 0.3s;
    margin: 0;
    padding: 0 12px;
    transition: background-color 0.3s;
}

.radio-switch__input:checked ~ .radio-switch__label {
    color: #fff;
}

.radio-switch__input:not(:checked) ~ .radio-switch__label:hover {
    background-color: #0C3853;
}

.radio-switch__input:focus ~ .radio-switch__label {
    background-color: transparent;
}

.radio-switch__marker {
    position: absolute;
    z-index: 1;
    top: 0;
    background-color: #00B6E7;
    height: 28px;
    transition: all 0.3s;
}

.radio-switch .radio-switch__item:first-child .radio-switch__marker {
    right: 0%;
}

.radio-switch .radio-switch__item:last-child .radio-switch__marker {
    left: 0%;
}

.radio-switch__input:checked ~ .radio-switch__marker {
    width: 100%;
}

.radio-switch__input:not(:checked) ~ .radio-switch__marker {
    width: 0%;
}


.footer-row p {
    text-shadow: 0px 2px 5px #292929;
}

.footer-box-container {
    color: #bfbfbf;
    border-color: #bfbfbf;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    padding: 15px;
    opacity: .5;
}

.footer-box-container p {
    margin: 0px;
}

.footer-box-container a:-webkit-any-link {
    color: #bfbfbf;
}

.footer-box-container a:-moz-any-link {
    color: #bfbfbf;
}

.footer-box-container a:any-link {
    color: #bfbfbf;
}

.footer-box-container i {
    padding-bottom: 10px;
}

/*
 * Login Form
 */

.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
    border-radius: 0rem;
}

.login-form__box .alert {
    display: none;
}

#sign_in_loader_icon {
    display: none;
}

.form-label-group {
    position: relative;
}

.form-label-group .alert {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 12px;
    white-space: nowrap;
}

.form-label-group .alert:before {
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -1px;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #E61537;
}

.form-label-group .alert:after {
    position: absolute;
    right: -16px;
    top: 50%;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 8px;
    background-color: #E61537;
}

.form-control {
    height: 30px;
    border: 1px solid #00B6E7;
    background: transparent;
    margin-bottom: 1rem;
    border-radius: 0;
    text-transform: unset;
    font: 500 17px/1.2 Rajdhani, sans-serif;
    color: #fff;
}

.form-control:hover, .form-control:focus {
    background-color: #0C3853;
    color: #fff;
}

/*
 * Fade In
 */

.fade-in-fast {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}

.fade-in-medium {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

.fade-in-slow {
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s;
}

@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

/*
 * Live report
 */

.report {
    overflow:hidden;
}

.report__table-wrapper {
    width: 100%;
    padding-top: 11px;
}

.report__table-wrapper:hover .DTFC_LeftWrapper::after {
    display: block;
    width: 4px;
    height: 1000px;
    position: absolute;
    content: "";
    right: -2px;
    top: 0;
    border-left: 1px solid #B4D7FA;
    border-right: 1px solid #B4D7FA;
    z-index: 0;
}

.report__table {
    background-color: #091E47;
    opacity: 0;
}

.report_lodaed .report__table {
    opacity: 1;
    transition: opacity 0.3s;
    margin-left: 0;
}

.report__spinner {
    stroke: #1F3561;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

.report_lodaed .report__spinner {
    display: none;
}

table.report__table thead th,
table.report__table thead td,
table.report__table tbody td {
    padding: 9px;
    border-bottom: 0;
    overflow: hidden;
}

.dataTables_wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: #091E47;
}

.dataTables_wrapper_show-bg {
    background-image: url('../images/dna-logo-dark.svg');
    background-position: center bottom 150px;
    background-repeat: no-repeat;
}

.dataTables_wrapper .dataTables_paginate {
    /* margin-top: auto; */
    text-align: center;
    background-color: #1F3561;
    padding: 0;
    z-index: 4;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 19px;
    padding: 1px 0 0;
    margin: 7px 0 7px 2px;
    color: #00B6E7 !important;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;

}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color:#00B6E7 !important;
    border: 1px solid #00B6E7;
    background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color:#00B6E7 !important;
    border: 1px solid #00B6E7;
    background: transparent;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 3px;
    color: #00B6E7 !important;
}

.dataTables_wrapper .dataTables_info {
    margin-top: auto;
    text-align: center;
    background-color: #1F3561;
    padding: 0;
    z-index: 4;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    display: none;
}


.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

table.report__table thead th {
    background-color: #0F192E;
    color: #B4D7FA;
    font-weight: bold;
    vertical-align: bottom;
    line-height: 1.2;
}

table.report__table tbody td {
    background-color: #091E47;
    border-right: 1px solid #1F3561;
    vertical-align: top;
    word-break: break-word;
}

.report div.dataTables_scrollBody {
    background-color: transparent !important;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
    vertical-align: top;
}

table.report__table tbody tr:nth-child(2n) td {
    background-color: #08193B;
}

table.report__table tbody tr td:last-child {
    border: none;
}

.report__table-reorder-resize {
    z-index: 2;
    position: absolute;
    top: -11px;
    height: 11px;
    background-color: #b4d7fa;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='3'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%231f3561'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' transform='translate(6)' fill='%231f3561'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' transform='translate(12)' fill='%231f3561'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' transform='translate(18)' fill='%231f3561'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' transform='translate(24)' fill='%231f3561'/%3E%3C/svg%3E");
    cursor: grab;
}

.report__table-reorder-resize-left {
    position: absolute;
    left:0px;
    top:0;
    background-color: #b4d7fa;
    width: 3px;
    height: 2000px;
    cursor: col-resize;
    z-index: 1;
}

.report__table-reorder-resize-right {
    position: absolute;
    right:0px;
    top:0;
    background-color: #b4d7fa;
    width: 3px;
    height: 2000px;
    cursor: col-resize;
    z-index: 2;
}

/* columns */

.report__table-col-head-client,
.report__table-cell-client {
    min-width: 100px;
    max-width: 1000px;
}

.report__table-col-head-executed-date,
.report__table-cell-executed-date {
    min-width: 80px;
    max-width: 80px;
}

.report__table-col-head-dna-bkg,
.report__table-cell-dna-bkg {
    min-width: 100px;
    max-width: 100px;
}

.report__table-col-head-booking-status,
.report__table-cell-booking-status {
    min-width: 105px;
    max-width: 105px;
}

.report__table-col-head-dna-shipment,
.report__table-cell-dna-shipment {
    min-width: 90px;
    max-width: 90px;
}

.report__table-col-head-status,
.report__table-cell-status {
    min-width: 75px;
    max-width: 75px;
    font-weight: bold;
}

.report__table-col-head-po,
.report__table-cell-po {
    min-width: 85px;
    max-width: 85px;
}

.report__table-col-head-crd-original,
.report__table-cell-crd-original {
    min-width: 80px;
    max-width: 80px;
}

.report__table-col-head-crd-change,
.report__table-cell-crd-change {
    min-width: 80px;
    max-width: 80px;
}

.report__table-col-head-etd-pol,
.report__table-cell-etd-pol {
    min-width: 80px;
    max-width: 80px;

}
.report__table-col-head-etd-pol-change,
.report__table-cell-etd-pol-change {
    min-width: 80px;
    max-width: 80px;
}

.report__table-col-head-eta-pod,
.report__table-cell-eta-pod {
    min-width: 80px;
    max-width: 80px;
}

.report__table-col-head-dna-eta-change,
.report__table-cell-dna-eta-change {
    min-width: 80px;
    max-width: 80px;
}

.report__table-col-head-dna-eta-door,
.report__table-cell-dna-eta-door {
    min-width: 80px;
    max-width: 80px;
}

.report__table-col-head-dna-eta-door-change,
.report__table-cell-dna-eta-door-change {
    min-width: 100px;
    max-width: 100px;
}

.report__table-col-head-shipper-name,
.report__table-cell-shipper-name {
    min-width: 135px;
    max-width: 135px;
}

.report__table-col-head-pol-name,
.report__table-cell-pol-name {
    min-width: 60px;
    max-width: 60px;
}

.report__table-col-head-pod-name,
.report__table-cell-pod-name {
    min-width: 100px;
    max-width: 100px;
}

.report__table-col-head-carrier,
.report__table-cell-carrier {
    min-width: 70px;
    max-width: 70px;
}

.report__table-col-head-container,
.report__table-cell-container {
    min-width: 95px;
    max-width: 95px;
}

.report__table-col-head-hbl,
.report__table-cell-hbl {
    min-width: 120px;
    max-width: 120px;
}

.report__table-col-head-place-of-delivery,
.report__table-cell-place-of-delivery {
    min-width: 135px;
    max-width: 135px;
}

.report__table-col-head-date-delivered,
.report__table-cell-date-delivered {
    min-width: 80px;
    max-width: 80px;
}

.report__table-col-head-last-milestone,
.report__table-cell-last-milestone {
    min-width: 100px;
    max-width: 100px;
}

.report__table-col-head-url,
.report__table-cell-url {
    min-width: 30px;
    max-width: 30px;
}

.report__table-col-head-notes,
.report__table-cell-notes {
    min-width: 150px;
    max-width: 150px;
}

.report__table-cell_collapsed {
    white-space: nowrap;
    overflow: hidden;
}

.report__table-icon {
    margin-top: -3px;
    margin-right: 2px;
}

.report__table-collapsed-column {
    position: absolute;
    top: 0;
    height: 1000px;
    background-color: #0F192E;
}

.report__table-collapsed-column-header {
    transform: rotate(90deg);
    transform-origin: center;
    white-space: nowrap;
    color: #B4D7FA;
    font-weight: bold;
    vertical-align: bottom;
    line-height: 1.2;
    padding-left: 15px;
}

.report__table-cell_collapsed {
    white-space: nowrap;
}

.dt-buttons {
    display: none !important;
}

.search {
    position: relative;
    display: flex;
    flex-direction: row;
    opacity: 1;
    transition: opacity 0.3s;
}

.search_hidden {
    opacity: 0;
}

.search__input {
    margin: 0;
    width: 210px;
}

.search__filter-button {
    white-space: nowrap;
}

.search__filter-options {
    position: absolute;
    display: none;
    right: 0;
    z-index: 3;
    width: 100%;
    min-width: 350px;
    top: 100%;
    border: 1px solid #00B6E7;
    margin-top: 12px;
    background-color: #091E47;
	overflow-y: auto;
    height: 75vh;
}

.search_clients .search__filter-options {
    min-width: 510px;
}

.search__filter-options:before {
    content: "";
    display: block;
    position: absolute;
    right: 70px;
    bottom: 100%;
    width: 2px;
    height: 13px;
    background-color: #00B6E7;
}

.search__filter-options-header {
    text-align: center;
    color: #B4D7FA;
    font-weight: bold;
    border-bottom: 1px solid #00B6E7;
    padding: 6px 15px 3px;
}

.search__filter-options-items {
    margin: 15px 20px;
}

.search__filter-options-items td {
    padding: 4px;
    vertical-align: top;
}

.search__filter-options-items span {
    cursor: pointer;
}

.search__filter-options-items .selected {
    color: #00B6E7;
}

.search-box {
	display:inline-flex;
	max-height: 30px;
}

.spinner-border{
	display:none;
}

.spinner-border.active{
	display:flex;
}

@media (max-width: 1300px){
	.search-box {
		display: grid;
		width: 100px;
		margin: -62px auto 0;
	}
}

table.report__table tbody td.status {
    font-weight: bold;
	color:white;
}

.status.Loaded{
	background:#7A2C94 !important;
}
.status.InTransit{
	background:#14CC7F !important;
}
.status.Received{
	background:#E2C11D !important;
}
.status.Delivered{
	background:#00B6E7 !important;
}
.blinkred.active{
	background:#E61537 !important;
}

.report-empty{
    margin: auto;
    padding: 1rem;
}

/*
 * Message box
 */

 .message-box {
     text-align: center;
     padding: 2rem 4rem;
     color: #00B6E7;
 }
 .message-box__title {
    font-size: 2rem;
    margin: 0;
 }
 .message-box__text {
    font-size: 1rem;
    font-style: italic;
    margin: 0;
 }

.spin {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.tippy-box {
    background-color: #0F192E;
    border-radius: 0;
    border: 1px solid #00B6E7;
}

.tippy-arrow {
    color: #0F192E;
}

.tippy-arrow:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    top: -6px;
    left: 50%;
    margin-left: -5px;
    border: 1px solid #00B6E7;
    border-right: none;
    border-bottom: none;
}

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

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

footer {
    margin-top: auto;
    width: 100%;
    height: 33px;
    background: #1F3561;
}

.copyright {
    color: #00B6E7;
    margin: 8px;
    text-align: center;
}

.copyright a {
    text-decoration: none;
}

/* PureCSS Ticker */
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 4rem;
	background-color: #E61537;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
    transition: opacity 0.3s;
}
.ticker-wrap.loaded {
	opacity: 1;
	visibility: visible;
}

.ticker-wrap .ticker {
	height: 4rem;
	line-height: 4rem;
	white-space: nowrap;
	box-sizing: content-box;
}
.ticker-wrap .ticker__item {
	display: inline-block;
	padding: 0 2rem;
	font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
	color: #fff;
}

.break {
  flex-basis: 100%;
  height: 0;
}

/* Chrome, Edge, and Safari */
.dataTables_scrollBody::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
	background:rgba(255,255,255,.5);
	border-radius:8px
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 8px;
}

body.delivered .ticker-wrap {
	display: none;
}

.report__table-cell-dna-eta-door-change {
	position: relative;
}

.report__table-cell-dna-eta-door-change .dots {
	position: absolute;
	width: 10px;
	top: 30%;
	right: 8px;
}

.report__table-cell-dna-eta-door-change .dot {
	display: block;
	width: 6px;
	height: 6px;
	margin-bottom: 6px;
	background-color: red;
	border-radius: 50em;
}
