html, body {
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
}

*:focus {
    outline: 0!important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*::-webkit-scrollbar {*/
    /*width: 0;*/
    /*background: transparent;*/
/*}*/

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0;
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
    background-color:#FAFAFA;
    border-radius: 0 0 8px 8px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #999;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #999;
    border-radius: 8px;
}
/* End custom scrollbar */

/* Global Animations */
@keyframes flash-cable-red {
    10% { background-color: #413d3d; border-color: #413d3d; }
    40% { background-color: #dc1824; border-color: #dc1824; }
}

@keyframes flash-red {
    10% { background-color: #413d3d; }
    40% { background-color: #dc1824; }
}

@keyframes flash-slow-red {
    10% { background-color: #413d3d; }
    40% { background-color: #dc1824; }
}

@keyframes flash-orange {
    10% { background-color: #413d3d; }
    40% { background-color: #ed9417; }
}

@keyframes flash-light-blue {
    10% { background-color: #413d3d; }
    40% { background-color: #33b8dd; }
}

@keyframes flash-blue {
    10% { background-color: #413d3d; }
    40% { background-color: #1c67ab; }
}

@keyframes flash-green {
    10% { background-color: #413d3d; }
    40% { background-color: #42b342; }
}

/* Trelleborg Colours */
.trelleborg-black-bg-color {
    background-color: #393939!important;
}

.trelleborg-gold-txt-color {
    color: #998242!important;
}

.trelleborg-color {
    color: #998242!important;
    background-color: #393939!important;
}

.no-show {
    visibility: hidden;
}

.progress {
    border-radius: 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-top: 1px solid #998242;
}

.table > thead > tr > th {
    border-bottom: 2px solid #998242;
}

.table > thead a {
    color: #998242;
}

.table > thead a:hover {
    color: #998242;
    text-decoration: none;
}

.btn.btn-lg > .fa.pull-left {
    padding-top: 3px;
}

.btn-modal-close {
    width: 25px!important;
    height: 25px!important;
    padding: 0!important;
}

.app-load-copyright {
    font-size: 1.2em;
    padding-top: 20px;
}

.app-load {
    position: absolute;
    height: 100%;
    width: 100%;
}

.app-load-logo {
    margin: 10px;
}

.app-load-body {
    margin: 0 auto;
}

.app-load-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
}

.app-load-footer-file-transfer {
    font-size: 20px;
}

.app-load-footer-file-transfer-number {
    color: #333333;
    font-size: 0.7em;
}

.full-height {
    height: 100%;
}

.max-height {
    max-height: 100%;
}

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

.no-margin {
    margin: 0!important;
}

.no-border-radius {
    border-radius: 0!important;
}

.separator {
    border-top: solid 2px #333333;
    margin: 0 5px;
}

.vertical-center {
    min-height: 100vh;

    display: flex;
    align-items: center;
}

.nav-tabs {
    border-radius: 0!important;
}

.nav-tabs .nav-item {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

.nav-tabs .nav-item a {
    border: 1px solid #bfa96d!important;
    color: #000000;
    border-bottom: none!important;
    border-radius: 0!important;
}

.nav-tabs li.nav-item a {
    background-color: #998242;
    color: #FFFFFF;
}

.nav-tabs li.nav-item.active a {
    background-color: #FFFFFF;
    color: #000000;
}

input[type="checkbox"] {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

.text-center input[type="checkbox"]:after {
    text-align: center;
}


input.input-lg[type="checkbox"]:after {
    font-size: 36px!important;
}

input[type="checkbox"]:after {
    font-family: 'FontAwesome', sans-serif;
    display: inline-block;
    content: "\f096"; /* fa-square-o */
    letter-spacing: 10px;
    cursor: pointer;
}

input[type="checkbox"]:checked:after {
    content: "\f046"; /* fa-check-square-o */
    letter-spacing: 5px;
}

input[type="checkbox"][disabled] {
    opacity: 0.5;
}

/* Pagination */
.pagination {
    border-radius: 0;
}

.pagination > li > a,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    min-width: 45px;
    min-height: 45px;
    line-height: 31px;
    font-size: 1.6em;
    border-radius: 0;
    color: #000000;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #998242;
    border-color: #998242;
    color: #ffffff;
}

.table > tbody > tr .btn-group .btn {
    border-radius: 0;
}

.table > tbody > tr.highlight {
    background-color: #f1f1f1;
}

.table-pagination .btn {
    border-radius: 0;
    min-width: 60px;
}

.table-pagination .btn-pagination {
    color: #393939;
    background-color: #ffffff;
    border-color: #cccccc;
}

.table-pagination .btn-pagination.active,
.table-pagination .open .dropdown-toggle.btn-pagination {
    color: #ffffff;
    background-color: #998242;
    border-color: #998242;
}

.table-pagination .btn-pagination:active,
.table-pagination .btn-pagination.active,
.table-pagination .open .dropdown-toggle.btn-pagination {
    background-image: none;
}

.table-pagination .btn-pagination.disabled,
.table-pagination .btn-pagination[disabled],
.table-pagination fieldset[disabled] .btn-pagination,
.table-pagination .btn-pagination.disabled:hover,
.table-pagination .btn-pagination[disabled]:hover,
.table-pagination fieldset[disabled] .btn-pagination:hover,
.table-pagination .btn-pagination.disabled:focus,
.table-pagination .btn-pagination[disabled]:focus,
.table-pagination fieldset[disabled] .btn-pagination:focus,
.table-pagination .btn-pagination.disabled:active,
.table-pagination .btn-pagination[disabled]:active,
.table-pagination fieldset[disabled] .btn-pagination:active,
.table-pagination .btn-pagination.disabled.active,
.table-pagination .btn-pagination[disabled].active,
.table-pagination fieldset[disabled] .btn-pagination.active {
    color: #393939;
    background-color: #ffffff;
    border-color: #cccccc;
}

.table-pagination .btn-pagination .badge {
    color: #ffffff;
    background-color: #393939;
}

.modal-header {
    color: #998242!important;
    background-color: #393939!important;
}

.modal-content  {
    border-radius: 0;
}

.modal-body {
    font-size: 1.2em;
}

.modal-footer {
    padding: 0;
}

.modal-footer .btn {
    border-radius: 0;
    height: 100%;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 95%;
        max-width:1200px;
    }
}

/***********************
  BUTTONS
************************/
.btn-primary {
    background: linear-gradient(to right, #1c67ab 0%, #337ab7 100%)!important;
}

.btn-success {
    background: linear-gradient(to right, #42b342 0%, #5cb85c 100%)!important;
}

.btn-info {
    background: linear-gradient(to right, #33b8dd 0%, #5bc0de 100%)!important;
}

.btn-warning {
    background: linear-gradient(to right, #ed9417 0%, #eea236 100%)!important;
}

.btn-danger {
    background: linear-gradient(to right, #cd3b38 0%, #d9534f 100%)!important;
}

/***********************
  RAISED BUTTONS
************************/
.btn-primary.raised {
    box-shadow: 0 5px 0 0 #005a7d;
}
.btn-primary.raised:active, .btn-primary.raised.active {
    background: #3a91d6;
    box-shadow: none;
    margin-bottom: -5px;
    margin-top: 5px;
}
.btn-success.raised {
    box-shadow: 0 5px 0 0 #008c52;
}
.btn-success.raised:active, .btn-success.raised.active {
    background: #81e681;
    box-shadow: none;
    margin-bottom: -5px;
    margin-top: 5px;
}
.btn-info.raised {
    box-shadow: 0 5px 0 0 #35a2b5;
}
.btn-info.raised:active, .btn-info.raised.active {
    background: #5ddefd;
    box-shadow: none;
    margin-bottom: -5px;
    margin-top: 5px;
}
.btn-warning.raised {
    box-shadow: 0 5px 0 0 #b87430;
}
.btn-warning.raised:active, .btn-warning.raised.active {
    background: #eba259;
    box-shadow: none;
    margin-bottom: -5px;
    margin-top: 5px;
}
.btn-danger.raised {
    box-shadow: 0 5px 0 0 #bf4343;
}
.btn-danger.raised:active, .btn-danger.raised.active {
    background: #f26d6d;
    box-shadow: none;
    margin-bottom: -5px;
    margin-top: 5px;
}

/* Loading Spinner */
.app-load-spinner,
.app-load-spinner:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.app-load-spinner {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border: 1.1em solid rgba(153, 130, 66, 0.2);
    border-left-color: #998242;
    transform: translateZ(0);
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}
.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-origin {
    position: absolute;
    height: 0;
    width: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 28px;
    height: 28px;
    left: -14px;
    top: -6px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 28px;
    left: -6px;
    top: -14px;
}
/* Styling;
 */
.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
    background: #998242;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-handle {
    border: 1px solid #6c6c6c;
    border-radius: 100%;
    background: #393939;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: #FFFFFF;
    height: 20px;
    width: 20px;
    left: 3px;
    top: 3px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
    background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
}
/* Values;
 *
 */
.noUi-value {
    position: absolute;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
    position: absolute;
    background: #CCC;
}
.noUi-marker-sub {
    background: #AAA;
}
.noUi-marker-large {
    background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

/**
    BsDatePicker CSS
 */

/* .bs-datepicker */
.bs-datepicker {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    background: #fff;
    box-shadow: 0 0 10px 0 #aaa;
    position: relative;
    z-index: 1;
    /* button */
    /* .bs-datepicker-head */
    /* .bs-datepicker-body */
    /* .current-timedate */
    /* .bs-datepicker-multiple */
    /* .bs-datepicker-btns */
    /*.bs-datepicker-custom-range */
    /* .bs-datepicker-predefined-btns */
    /* .is-other-month */
    /* .bs-datepicker-buttons */ }
.bs-datepicker:after {
    clear: both;
    content: '';
    display: block; }
.bs-datepicker bs-day-picker {
    float: left; }
.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active,
.bs-datepicker-btns button:hover,
.bs-datepicker-btns button:focus,
.bs-datepicker-btns button:active,
.bs-datepicker-predefined-btns button:active,
.bs-datepicker-predefined-btns button:focus {
    outline: none; }
.bs-datepicker-head {
    min-width: 270px;
    height: 50px;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    text-align: justify;
    /* .bs-datepicker-head button */ }
.bs-datepicker-head:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 100%; }
.bs-datepicker-head button {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    height: 30px;
    line-height: 30px;
    border: 0;
    background: transparent;
    text-align: center;
    cursor: pointer;
    color: #fff;
    transition: 0.3s; }
.bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
    background: rgba(221, 221, 221, 0.3);
    color: #f5f5f5;
    cursor: not-allowed; }
.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
    border-radius: 50%;
    width: 30px;
    height: 30px; }
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
    font-size: 28px;
    line-height: 1;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 50%; }
.bs-datepicker-head button.current {
    border-radius: 15px;
    max-width: 155px;
    padding: 0 13px; }
.bs-datepicker-head button:hover {
    background-color: rgba(0, 0, 0, 0.1); }
.bs-datepicker-head button:active {
    background-color: rgba(0, 0, 0, 0.2); }
.bs-datepicker-body {
    padding: 10px;
    border-radius: 0 0 3px 3px;
    min-height: 232px;
    min-width: 278px;
    border: 1px solid #e9edf0;
    /* .bs-datepicker-body table */ }
.bs-datepicker-body .days.weeks {
    position: relative;
    z-index: 1; }
.bs-datepicker-body table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    /* .bs-datepicker-body table.days */
    /* .bs-datepicker-body table.weeks */ }
.bs-datepicker-body table th {
    font-size: 13px;
    color: #9aaec1;
    font-weight: 400;
    text-align: center; }
.bs-datepicker-body table td {
    color: #54708b;
    text-align: center;
    position: relative;
    padding: 0; }
.bs-datepicker-body table td span {
    display: block;
    margin: 0 auto;
    font-size: 13px;
    border-radius: 50%;
    position: relative;
    /*z-index: 1;*/
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
.bs-datepicker-body table td:not(.disabled) span {
    cursor: pointer; }
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
    background-color: #e9edf0;
    transition: 0s; }
.bs-datepicker-body table td span.disabled,
.bs-datepicker-body table td.disabled span {
    color: #9aaec1; }
.bs-datepicker-body table td span.selected,
.bs-datepicker-body table td.selected span {
    color: #fff; }
.bs-datepicker-body table td.active {
    position: relative; }
.bs-datepicker-body table td.active.select-start:before {
    left: 35%; }
.bs-datepicker-body table td.active.select-end:before {
    left: -85%; }
.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after,
.bs-datepicker-body table td.active.select-start span:after,
.bs-datepicker-body table td.active.select-end span:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    top: 0;
    border-radius: 50%; }
.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 6px;
    bottom: 6px;
    left: -2px;
    right: -2px;
    box-sizing: content-box;
    background: transparent; }
.bs-datepicker-body table td.active.select-start + td.active:before {
    left: -20%; }
.bs-datepicker-body table td:last-child.active:before {
    border-radius: 0 3px 3px 0;
    width: 125%;
    left: -25%; }
.bs-datepicker-body table td span[class*="select-"],
.bs-datepicker-body table td[class*="select-"] span {
    border-radius: 50%;
    color: #fff; }
.bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before,
.bs-datepicker-body table.days span.active:not(.select-start):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):before {
    background: #e9edf0; }
.bs-datepicker-body table.days span {
    width: 32px;
    height: 32px;
    line-height: 32px; }
.bs-datepicker-body table.days span.select-start {
    z-index: 2; }
.bs-datepicker-body table.days span.is-highlighted.in-range:before, .bs-datepicker-body table.days span.in-range.select-end:before {
    background: none;
    right: 0;
    left: 0; }
.bs-datepicker-body table.days td.select-start + td.select-end:before,
.bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.select-end:before,
.bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
.bs-datepicker-body table.days td.in-range + td.select-end:before {
    background: #e9edf0;
    width: 100%; }
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
    border-radius: 3px 0 0 3px;
    left: 0;
    width: 100%; }
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
    border-radius: 3px 0 0 3px; }
.bs-datepicker-body table.years td span {
    width: 46px;
    height: 46px;
    line-height: 45px;
    margin: 0 auto; }
.bs-datepicker-body table.years tr:not(:last-child) td span {
    margin-bottom: 8px; }
.bs-datepicker-body table.months td {
    height: 52px; }
.bs-datepicker-body table.months td span {
    padding: 6px;
    border-radius: 15px; }
.bs-datepicker .current-timedate {
    color: #54708b;
    font-size: 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
.bs-datepicker .current-timedate span:not(:empty):before {
    content: "";
    width: 15px;
    height: 16px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: text-bottom;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC); }
.bs-datepicker-multiple {
    display: inline-block;
    border-radius: 4px 0 0 4px; }
.bs-datepicker-multiple + .bs-datepicker-multiple {
    margin-left: 10px; }
.bs-datepicker-multiple .bs-datepicker {
    box-shadow: none;
    position: relative; }
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
    padding-right: 10px; }
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
    content: "";
    display: block;
    width: 14px;
    height: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
    position: absolute;
    top: 25px;
    left: -8px; }
.bs-datepicker-multiple .bs-datepicker .left {
    float: left; }
.bs-datepicker-multiple .bs-datepicker .right {
    float: right; }
.bs-datepicker-container {
    padding: 15px; }
.bs-datepicker-custom-range {
    padding: 15px;
    background: #eee; }
.bs-datepicker-predefined-btns button {
    width: 100%;
    display: block;
    height: 30px;
    background-color: #9aaec1;
    border-radius: 4px;
    color: #fff;
    border: 0;
    margin-bottom: 10px;
    padding: 0 18px;
    text-align: left;
    transition: 0.3s; }
.bs-datepicker-predefined-btns button:active, .bs-datepicker-predefined-btns button:hover {
    background-color: #54708b; }
.bs-datepicker .is-other-month {
    color: rgba(0, 0, 0, 0.25); }
.bs-datepicker-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #e9edf0; }
.bs-datepicker-buttons .btn-default {
    margin-left: 10px; }

/* .bs-timepicker */
.bs-timepicker-container {
    padding: 10px 0; }

.bs-timepicker-label {
    color: #54708b;
    margin-bottom: 10px; }

.bs-timepicker-controls {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
.bs-timepicker-controls button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background-color: #e9edf0;
    color: #54708b;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 0;
    padding: 0;
    transition: 0.3s; }
.bs-timepicker-controls button:hover {
    background-color: #d5dadd; }
.bs-timepicker-controls input {
    width: 35px;
    height: 25px;
    border-radius: 13px;
    text-align: center;
    border: 1px solid #e9edf0; }

.bs-timepicker .switch-time-format {
    text-transform: uppercase;
    min-width: 54px;
    height: 25px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    background: #fff;
    color: #54708b;
    font-size: 13px; }
.bs-timepicker .switch-time-format img {
    vertical-align: initial;
    margin-left: 4px; }

bs-datepicker-container,
bs-daterangepicker-container {
    z-index: 1080; }

/* screen size < 1024px */
@media (max-width: 768px) {
    .bs-datepicker-multiple {
        display: flex; }
    .bs-datepicker-multiple + .bs-datepicker-multiple {
        margin-top: 10px;
        margin-left: 0; }
}

.theme-tmsuk .bs-datepicker-head {
    background-color: #393939;
}

.theme-tmsuk .bs-datepicker-body table td span.selected,
.theme-tmsuk .bs-datepicker-body table td.selected span,
.theme-tmsuk .bs-datepicker-body table td span[class*="select-"]:after,
.theme-tmsuk .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #393939;
}

.theme-tmsuk .bs-datepicker-body table td.week span {
    color: #998242;
}

/* data-table */
[data-icon]:before {
    font-family: 'FontAwesome', sans-serif !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="datatable-icon-"]:before,
[class*=" datatable-icon-"]:before {
    font-family: 'FontAwesome', sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ngx-datatable.bootstrap .datatable-icon-filter:before {
    content: "\f0b0";
}

.ngx-datatable.bootstrap .datatable-icon-collapse:before {
    content: "\f068";
}

.ngx-datatable.bootstrap .datatable-icon-add:before,
.ngx-datatable.bootstrap .datatable-icon-expand:before {
    content: "\f067";
}

.ngx-datatable.bootstrap .datatable-icon-close:before {
    content: "\f00d";
}

.ngx-datatable.bootstrap .datatable-icon-up:before {
    content: "\f077";
}

.ngx-datatable.bootstrap .datatable-icon-down:before {
    content: "\f078";
}

.ngx-datatable.bootstrap .datatable-icon-sort:before {
    content: "\f0dc";
}

.ngx-datatable.bootstrap .datatable-icon-done:before {
    content: "\f058";
}

.ngx-datatable.bootstrap .datatable-icon-done-all:before {
    content: "\f14a";
}

.ngx-datatable.bootstrap .datatable-icon-search:before {
    content: "\f002";
}

.ngx-datatable.bootstrap .datatable-icon-pin:before {
    content: "\f08d";
}

.ngx-datatable.bootstrap .datatable-icon-left:before {
    content: "\f053";
}

.ngx-datatable.bootstrap .datatable-icon-right:before {
    content: "\f054";
}

.ngx-datatable.bootstrap .datatable-icon-skip:before {
    content: "\f051";
}

.ngx-datatable.bootstrap .datatable-icon-prev:before {
    content: "\f048";
}

.ngx-datatable.bootstrap-touch {
    box-shadow: none;
    font-size: 1.6em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.ngx-datatable.bootstrap-touch .datatable-header {
    height: unset !important;
    color: #998242;
    background-color: #393939;
    font-weight: bold;
    flex-grow: 1;
}

.ngx-datatable.bootstrap-touch .datatable-header .datatable-header-cell {
    vertical-align: bottom;
    padding: 0.75rem;
    border-bottom: 1px solid #998242;
    font-weight: bold;
}

.ngx-datatable.bootstrap-touch .datatable-header .datatable-header-cell .datatable-header-cell-label {
    line-height: 24px;
}

.ngx-datatable.bootstrap-touch .datatable-body {
    flex-grow: 1;
}

.ngx-datatable.bootstrap-touch .datatable-body .empty-row {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #d1d4d7;
    background-color: rgba(0, 0, 0, 0.05);
    text-align: center;
    font-weight: bold;
}

.ngx-datatable.bootstrap-touch .datatable-body .datatable-body-row {
    vertical-align: top;
    border-top: 1px solid #998242;
}

.ngx-datatable.bootstrap-touch .datatable-body .datatable-body-row:hover {
    background-color: #d7d7d7 !important;
    color: #393939 !important;
    cursor: pointer;
    -webkit-transition: background-color 200ms linear, color 200ms linear;
}

.ngx-datatable.bootstrap-touch .datatable-body .datatable-body-row.datatable-row-even {
    background-color: rgba(0, 0, 0, 0.05);
}

.ngx-datatable.bootstrap-touch .datatable-body .datatable-body-row .datatable-body-cell {
    text-align: left;
    vertical-align: top;
    padding: 5px;
}

.ngx-datatable.bootstrap-touch .datatable-body .datatable-body-row .datatable-body-cell.no-padding {
    padding: 0!important;
}

.ngx-datatable.bootstrap-touch .datatable-body .datatable-body-row.active {
    background-color: #998242;
    color: #FFF;
}

.ngx-datatable.bootstrap-touch .datatable-body-cell .datatable-body-cell-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ngx-datatable.bootstrap-touch .datatable-body-cell:not(.no-padding) .datatable-body-cell-label {
    padding-right: 10px;
}

.ngx-datatable.bootstrap-touch .active .datatable-body-cell-label {
    overflow: auto!important;
    white-space: normal!important;
    text-overflow: unset!important;
}

.ngx-datatable.bootstrap-touch .datatable-footer {
    background: none!important;
    color: #333333;
    margin-top: -1px;
    flex-shrink: 0;
}

.ngx-datatable.bootstrap-touch .datatable-footer .page-count {
    line-height: 50px;
    height: 50px;
    padding: 0 1.2rem;
}

.ngx-datatable.bootstrap-touch .datatable-footer .datatable-pager {
    margin: 0 10px;
    vertical-align: top;
}

.ngx-datatable.bootstrap-touch .datatable-footer .datatable-pager ul li {
    margin: 10px 0;
}

.ngx-datatable.bootstrap-touch .datatable-footer .datatable-pager ul li:not(.disabled).active a,
.ngx-datatable.bootstrap-touch .datatable-footer .datatable-pager ul li:not(.disabled):hover a {
    background-color: #998242;
    border-color: #998242;
    color: #ffffff;
    font-weight: bold;
}

.ngx-datatable.bootstrap-touch .datatable-footer .datatable-pager a {
    min-width: 45px;
    height: 45px;
    line-height: 31px;
    padding: 7px 16px;
    border-radius: 0;
    margin: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    color: #333333;
    font-size: 0.8em;
}

.ngx-datatable.bootstrap-touch .datatable-footer .datatable-pager ul li.disabled a {
    color: #a8a8a8;
}

.ngx-datatable.bootstrap-touch .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.bootstrap-touch .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.bootstrap-touch .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.bootstrap-touch .datatable-footer .datatable-pager .datatable-icon-prev {
    font-size: 16px;
    line-height: 31px;
    padding: 0 3px;
}

.ngx-datatable.bootstrap-touch .datatable-body .progress-linear  {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9;
}

.ngx-datatable.bootstrap-touch .datatable-body .progress-linear .container  {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 8px;
    -webkit-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    background-color: #998242;
}

.ngx-datatable.bootstrap-touch .datatable-body .progress-linear .container .bar  {
    transition: all .15s linear;
    animation: query 1s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    background-color: #5f4d2f;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
}

/**
 * Progress bar animations
 */
@keyframes query {
    0% {
        opacity: 1;
        transform: translateX(-50%) scale(0, 1);
    }
    100% {
        opacity: 0;
        transform: translateX(35%) scale(0.3, 1);
    }
}

.tms-draggable {
    position: relative;
    cursor: grab;
}

.tms-draggable.dragging {
    cursor: grabbing!important;
}
