html {
    height: 100%;
}

body {
    padding-top: 0px;
    height: 100%;
    position: relative;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}

* {
    outline: none;
}

.row > [class*="col-"] {
    /* margin-bottom: 20px; */
}

.row.no-margin-bottom > [class*="col-"] {
    margin-bottom: 10px;
}

.row.no-gap {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gap > [class*="col-"] {
    padding-left: 0;
    padding-right: 0px;
}

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

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-both {
    clear: both;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.font-weight-300 {
    font-weight: 300;
}

.text-indent {
    text-indent: 1em;
}

.container-fluid {
  margin: 0;
}

.navbar {
    z-index: 10001;
    padding-left: 60px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.navbar > .container,
.navbar > .container-fluid {
    z-index: 10001;
    padding-right: 0;
    padding-left: 15px;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    height: 60px;
    line-height: 60px;
    margin-left: 0px;
    font-weight: 400;
    padding: 0;
    font-size: 1.5em;
}

.navbar > .container .navbar-brand .fa-angle-right,
.navbar > .container-fluid .navbar-brand .fa-angle-right {
    margin-left: 5px;
    margin-right: 5px;
}

.navbar > .container .navbar-expand-toggle,
.navbar > .container-fluid .navbar-expand-toggle {
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 0px;
    float: left;
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0.75;
}

.navbar-expand-toggle .material-icons {
    position: relative;
    top: 3px;
}

.navbar > .container .navbar-expand-toggle .icon,
.navbar > .container-fluid .navbar-expand-toggle .icon {
    font-size: 1.4em;
}

.navbar > .container .navbar-right-expand-toggle,
.navbar > .container-fluid .navbar-right-expand-toggle {
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 0px;
    position: absolute;
    right: 0;
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0.9;
}

.navbar > .container .navbar-right-expand-toggle .icon,
.navbar > .container-fluid .navbar-right-expand-toggle .icon {
    font-size: 1.4em;
}

.navbar > .container .navbar-right-expand-toggle,
.navbar > .container-fluid .navbar-right-expand-toggle span {
    vertical-align: top;
}


.navbar .navbar-nav > li > a {
    height: 60px;
    line-height: 60px;
    padding: 0px 20px 0px 20px;
}

.navbar .dropdown-menu {
    padding: 0;
    border: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    z-index: -1;
    position: absolute;
}

.navbar .dropdown-menu .title {
    padding: 5px 10px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.navbar .dropdown-menu .message {
    text-align: center;
    padding: 10px 20px;
}

.navbar .dropdown-menu .notifications.list-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar .dropdown-menu .notifications.list-group .list-group-item {
    min-width: 250px;
    padding: 8px;
    border: 0;
    border-bottom: 1px solid #eee;
}

.navbar .dropdown-menu .notifications.list-group .list-group-item .icon {
    margin-right: 5px;
}

.navbar .dropdown-menu .notifications.list-group .badge {
    border-radius: 1em;
}

.navbar .dropdown-menu .notifications.list-group .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.navbar .dropdown-menu .notifications.list-group .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.navbar .dropdown-menu .notifications.list-group a.list-group-item:hover {
    cursor: pointer;
}

.navbar .dropdown.profile .dropdown-menu {
    width: 305px;
    padding-bottom: 0px;
    text-align: center;
}

.navbar .dropdown.profile .dropdown-menu li.profile-img {
    padding: 0px;
    max-height: 300px;
    overflow: hidden;
}

.navbar .dropdown.profile .dropdown-menu li.profile-img img.profile-img {
    width: 100%;
    height: auto;
    margin: 0px;
    border: 0;
}

.navbar .dropdown.profile .dropdown-menu .profile-info {
    padding: 15px;
}

.navbar .dropdown.profile .dropdown-menu .profile-info .username {
    font-size: 1.8em;
}

.app-container {
    min-height: 100%;
    position: relative;
    padding-bottom: 30px;
}

.app-container .app-footer {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 65px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    font-size: 12px;
}

.app-container .app-footer .wrapper {
    padding: 10px 35px;
    padding-left: 25px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}

.app-container .content-container {
    margin-right: 0;
    margin-left: 0;
}

.app-container .content-container .side-menu {
    overflow-y: auto;
    z-index: 100000;
    position: fixed;
    width: 60px;
    height: 100%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.app-container .content-container .side-menu .navbar-header {
    width: 100%;
    border-bottom: 0px solid #e7e7e7;
}

.app-container .content-container .side-menu .navbar-header .navbar-brand {
    width: 455px;
    line-height: 60px;
    height: 60px;
    padding: 12px 5px;
    width: 100%;
    overflow: hidden;
}

.app-container .content-container .side-menu .navbar-header .navbar-brand .icon {
    width: 60px;
    text-align: center;
    display: inline-block;
}

.app-container .content-container .side-menu .navbar-header .navbar-brand .title {
    margin-left: -10px;
    display: none;
}

.app-container .content-container .side-menu .navbar-header .navbar-expand-toggle {
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 0px;
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0.75;
}

.app-container .content-container .side-menu .navbar {
    border: none;
    padding-left: 0px;
}

.app-container .content-container .side-menu .navbar-nav li {
    display: block;
    width: 100%;
    overflow: hidden;
}

.app-container .content-container .side-menu .navbar-nav li a {
    padding: 0 10px 0 10px;
    height: 46px;
    line-height: 46px;
    display: block;
    white-space: nowrap;
}

.app-container .content-container .side-menu .navbar-nav li a .icon {
    margin-left: 0px;
    width: 38px;
    text-align: center;
    font-size: 1.1em;
    display: inline-block;
}

.app-container .content-container .side-menu .navbar-nav li a .title {
    width: 0px;
    white-space: nowrap;
    padding-left: 6px;
    display: none;
}

.app-container .content-container .side-menu .navbar-nav li.dropdown {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
}

.app-container .content-container .side-menu .navbar-nav li.dropdown ul li a {
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    padding: 0em 1.2em;
}

.app-container .content-container .side-menu .navbar-nav li.dropdown > a:after {
    content: "";
    position: absolute;
    right: 1em;
}

.app-container .content-container .side-menu .navbar-nav .panel-collapse.in {
    display: none;
}

.app-container:not(.expanded) .content-container .side-menu:hover {
    width: 230px;
}

.app-container .content-container .side-menu:hover .navbar-header .navbar-brand .title {
    display: inline-block;
}

.app-container .content-container .side-menu:hover .navbar-nav li a .title {
    width: 192px;
    display: inline-block;
}

.app-container .content-container .side-menu:hover .navbar-nav li.dropdown > a:after {
  content: "\203A";
  position: absolute;
  right: 1em;
  font-size: 1.5em;
}

.app-container .content-container .side-menu:hover .panel-collapse.in {
    display: block;
}

.app-container .content-container .side-body {
    padding-top: 70px;
}

/* .app-container .content-container .side-body.padding-top {
    padding-top: 84px;
} */

.app-container.expanded .app-footer {
    left: 230px;
}

.app-container.expanded .app-footer .wrapper {
    padding-left: 25px;
}

.app-container.expanded .content-container .navbar-top {
    padding-left: 230px;
}

.app-container.expanded .content-container .side-menu {
    width: 230px;
}

.app-container.expanded .content-container .side-menu .navbar-header .navbar-brand .title {
    display: inline-block;
}

.app-container.expanded .content-container .side-menu .navbar-nav li a .title {
    display: inline-block;
}

.app-container.expanded .content-container .side-menu .navbar-nav li .panel-collapse.in {
    display: block;
}

.app-container.expanded .content-container .side-menu .navbar-nav li.dropdown > a:after {
  content: "\203A";
  position: absolute;
  right: 1em;
  font-size: 1.5em;
}

.app-container.expanded .content-container .side-menu .navbar-nav li.dropdown > a.open-collapse:after,
.app-container .content-container .side-menu:hover .navbar-nav li.dropdown > a.open-collapse:after {
  transform:  rotate(90deg);
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-left: -15px;
    margin-right: -15px;
}

.header-client-title {
    font-size: 1.6em;
    font-weight: bold;
    padding: 10px 40px 14px 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 60%;
    overflow: hidden;
}

@media (max-width: 860px) {
    .navbar-header-1 ::before {
        display: none;
    }
}

.header-client-title.visible-xs {
    padding-right: 90px;
    max-width: 75%;
}

.page-title {
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px 10px;
    margin-bottom: 0px;
    height: auto;
}

.page-title .title {
    font-size: 2em;
}

.page-title .page-action {
    float: right;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.sub-title > * {
    display: inline-block;
}

.sub-title h3 {
    margin-right: 10px;
}

.sub-title .description {
    font-size: 0.9em;
}

.sub-title .action .btn {
    padding: 0 0.5em;
}

/* Main body section */
.app-container .side-body {
    margin-left: 75px;
    margin-right: 15px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.app-container.expanded .side-body {
    margin-left: 240px;
}

.select2-container--material .select2-dropdown {
    z-index: 20000;
}

/* small screen */
@media (max-width: 768px) {
    .header-client-title.mobile {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 52px 8px 10px;
    }

    ul#profile_menu_bar {
        display: none;
    }

    ul#profile_menu_bar.expanded {
        display: block;
    }

    .navbar {
        padding-left: 0;
    }

    .navbar .navbar-header {
        width: auto;
        display: block;
    }

    .navbar .navbar-nav {
        width: auto;
        margin: 0;
    }

    .navbar .navbar-nav > li {
        display: inline-block;
    }

    .navbar .navbar-right {
        position: absolute;
        top: 0;
        right: -100%;
        height: 100%;
        width: 100%;
        -moz-transition: all 0.25s linear;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

    .navbar .navbar-right .open .dropdown-menu {
        position: absolute;
    }

    .navbar .navbar-right.expanded {
        right: 0;
    }

    .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
    }

    .app-container .navbar-top {
        position: absolute;
        min-width: 300px;
    }

    .app-container .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }

    .app-container .container-fluid > div > div.row,
    .container-fluid > .navbar-header {
        margin-left: -5px;
        margin-right: -5px;
    }

    .app-container .container-fluid > div > div.row > div.col {
        padding-left: 5px;
        padding-right: 5px;
    }

    .app-container .content-container .side-body.padding-top {
        padding-top: 74px;
    }

    .app-container .content-container .side-menu {
        position: absolute;
        top: 0px;
        margin-left: -230px;
        width: 0px;
    }

    .app-container .content-container .side-body {
        margin-left: 0px;
        margin-right: 0px;
    }

    .app-container.expanded .navbar-top {
        min-width: 480px;
        padding-left: 0px;
    }

    .app-container.expanded .side-menu {
        margin-left: 0px;
        width: 230px;
    }

    .app-container.expanded .side-body {
        margin-left: 10px;
    }

    .app-container .app-footer .wrapper,
    .app-container.expanded .app-footer .wrapper {
        padding-left: 25px;
    }
}



/****************** PANEL HEADING ********************/
.panel .panel-heading {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel-heading {
  line-height: 34px;
}
.panel-heading .btn {
  color: #ffffff;
}

.panel-heading .btn-group {
  margin: 0;
}

.secondary-action {
  margin-right:12px;
}

.panel {
  border-radius: 6px;
}
/*
.panel-heading .btn.secondary-action i {
    font-size: 26px;
    margin-bottom: 3px;
    padding-right: 1px;
}

.panel-heading .btn.secondary-action span {
    font-size: 14px; 
    font-weight: 300;
}
*/

/******************  ********************/







.chart {
    padding: 15px;
}

.chart.no-padding {
    padding: 0;
    margin-bottom: -5px;
}

button {
    /* to counter-act browser default */
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.btn, .MuiButtonBase-root.btn {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    border-width: 1px;
    padding: 8px 30px;
}

.btn-group-lg > .btn,
.btn-group-lg > .btn-lg {
    border-radius: 1px;
}

.progress {
    border-radius: 1px;
    box-shadow: none;
}

.progress .progress-bar {
    box-shadow: none;
}

.pagination {
    margin-top: 5px;
    margin-bottom: 5px;
}

.pagination li:first-child > a,
.pagination li:first-child span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination li:last-child > a,
.pagination li:last-child span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.form-control {
    border-radius: 1px;
    box-shadow: none;
}

.form-actions {
    overflow: auto;
    position: relative;
}

.form-actions .spinner-overlay {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.form-actions .spinner-overlay .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
}


.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-horizontal .form-group.compositeoptionset .middleColumn {
    margin-left: 20px;
    margin-right: 15px;
}

.form-horizontal .form-group.materialdaterange > .controls {
    margin: 2px 26px 18px 26px;
}

.form-horizontal .form-group.materialdaterange > .controls .form-group {
    margin-top: 2px;
}

.form-horizontal .form-group.materialdaterange > .controls .form-group label.control-label {
    margin-top: 2px;
}

.trip-schedule-row {
    border-top: 2px solid black;
    background-color: #ffffff;
}

.trip-schedule-row.no-pax,
.colour-key span.no-pax {
    background-color: #c8e6c9;
}

.trip-schedule-row.unfulfilled,
.colour-key span.unfulfilled {
    background-color: #fff3e0;
}

.trip-schedule-row.late,
.colour-key span.late {
    background-color: #f0ef80;
}

.trip-schedule-row.cancelled,
.colour-key span.cancelled {
    background-color: #eaaeae;
}

.trip-schedule-row.alternative,
.colour-key span.alternative {
    background-color: #fbab5d;
}

.colour-key {
    list-style-type:none;
    padding:0;
    display:flex;
    justify-content:center;
    gap: 16px;
    margin:10px 0;
}
    .colour-key li {
        padding:8px;
    }
        .colour-key li span {
            display:inline-block;
            width:1.5em;
            height:1.5em;
            margin-right:0.5em;
            border: 1px solid #022450;
            vertical-align: middle;
        }


.dropdown-toggle.edit-selected-rows {

}
    .dropdown-toggle.edit-selected-rows i {
        bottom:0% !important;
        top: auto !important;
        transform: translate(-12px) !important;
        -webkit-transform: translate(-12px) !important;
    }

td.row-controls {
    position: relative;
}

td.has-comment {
    position: relative !important;
}
td.has-comment .material-icons {
    float: right;
}

td.has-comment:hover::after {
    content: attr(data-comment);
    background: #ffffff;
    position: absolute;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    padding: 10px;
    right: 0;
    width: 300px;
    top: 2em;
    z-index: 30;
}

.popup-form {
    right: 0;
    left: auto;
    top: 0;
    min-width: 250px;
    padding: 10px;
    margin: 0;
    border-radius: 2px;
}

.popup-form .form-group {
    margin: 0;
    padding: 0;
}

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

.btn.btn-fab.btn-fab-xs {
    height: 24px;
    min-width: 24px;
    width: 24px;
}

.btn.btn-fab.btn-fab-xs .material-icons {
    font-size: 16px;
}

td.row-controls .btn-fab-xs {
    margin-top: -3px;
}

.js-select2 {
    width: 100% !important;
}

.form-group .field-description {
    font-size: 12px;
    display: block;
}

.form-group .checkbox .field-description {
    padding-left: 24px;
}

span.message.validation {
    color: #c62828;
}

.bs-example-modal .modal {
    z-index: 100;
    position: relative;
    display: block;
}

.modal {
    z-index: 100001;
}

.modal .modal-dialog .modal-content {
    border-radius: 1px;
    box-shadow: none;
}

.modal .modal-dialog .modal-footer .btn {
    margin-top: 0;
    margin-bottom: 0;
}

.modal-backdrop {
    z-index: 100000;
}

.modal-backdrop.in {
    opacity: 0.8;
}

.alert {
    border-width: 0px;
    border-radius: 1px;
}

.list-group .badge {
    border-radius: 1px;
}

.list-group .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.list-group .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.checkbox3,
.radio3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.checkbox-inline {
    margin-bottom: 5px;
}

.checkbox3 label,
.radio3 label {
    padding: 8px 0 8px 30px;
}

.checkbox3 label::before,
.radio3 label::before {
    top: 5px;
}

.checkbox3 label::after,
.radio3 label::after {
    top: 5px;
}

.checkbox3 label,
.radio3 label,
.checkbox-inline,
.radio-inline {
    font-weight: normal;
}

.bootstrap-switch {
    border-radius: 1px;
}

.thumbnail {
    border-radius: 1px;
    padding: 0;
}

.thumbnail .caption {
    padding: 0.5em 1.2em;
}

.thumbnail .caption .h1,
.thumbnail .caption .h2,
.thumbnail .caption .h3,
.thumbnail .caption h1,
.thumbnail .caption h2,
.thumbnail .caption h3 {
    margin-top: 15px;
}


@media (max-width: 768px) {
    body.login-page .login-form .login-header {
        margin-bottom: 1em;
    }

    body.login-page .login-box {
        width: 100%;
        max-width: 260px;
    }
    .card {
        overflow: auto;
    }
    .log-entry-details img {
        width: 100% !important;
    }
}

.dataTables_wrapper .row {
    margin-bottom: 0.5em;
}

.dataTables_wrapper .top {
    margin-bottom: 6px;
    position: relative;
}

.dataTables_wrapper .bottom {
    margin-top: 6px;
}

.dataTables_wrapper .top:after,
.dataTables_wrapper .bottom:after {
    position: relative;
    clear: both;
    display: block;
    content: "";
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 0;
    border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 0;
}

.dataTables_wrapper tfoot {
    display: none;
}

.code-preview {
    width: 100%;
    min-height: 400px;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    border-radius: 0;
    border: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-radius: 0;
    border-top: 0;
}

.tab-content > div {
    padding: 20px;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-bottom-color: transparent;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left,
.tabs-right {
    display: table;
}

.tabs-left > .nav-tabs {
    display: table-cell;
    margin-right: 19px;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
}

.tabs-right > .nav-tabs {
    display: table-cell;
    margin-left: 19px;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
}

.tab:after {
    content: "";
    display: block;
    clear: both;
}

.step .nav-tabs {
    border-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

.step .nav-tabs > li[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.step .nav-tabs > li:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.step .nav-tabs > li {
    border-right: 0;
}

.step .nav-tabs > li > a {
    margin-right: 0;
    display: block;
    width: 100%;
    padding: 1em;
    padding-left: 2em;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    border-bottom: 0;
}

.step .nav-tabs > li > a .icon {
    font-size: 2.5em;
    display: inline-block;
    margin-right: 0.25em;
    vertical-align: middle;
}

.step .nav-tabs > li > a .step-title {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.step .nav-tabs > li > a .step-title .title {
    font-weight: bold;
    font-size: 1.1em;
}

.step .nav-tabs > li > a .step-title .description {
    font-size: 0.9em;
}

.step .nav-tabs > li > a:hover {
    border-bottom: 0;
}

.step .nav-tabs > li:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0%, -50%);
    z-index: 100001;
}

.step .nav-tabs > li:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translate(0%, -50%);
    z-index: 100000;
}

.step .nav-tabs > li.active > a,
.step .nav-tabs > li.active > a:focus,
.step .nav-tabs > li.active > a:hover {
    border: 0;
    border-radius: 0;
    border-bottom: 0;
}

.step .nav-tabs > li:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.step .nav-tabs > li:last-child:before,
.step .nav-tabs > li:last-child:after {
    display: none;
}

.step .tab-content > div {
    padding: 0;
}

.step.card-no-padding .nav-tabs {
    margin-bottom: 0px;
}

.step.card-no-padding .nav-tabs > li {
    border-radius: 0;
}

.step.card-no-padding .tab-content > div {
    padding: 20px;
}

.step.tabs-left .tab-content {
    padding: 5px 15px;
    display: table-cell;
    vertical-align: top;
}

.step.tabs-left .tab-content > div {
    padding: 20px;
}

.step.tabs-left .nav-tabs {
    border-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.step.tabs-left .nav-tabs > li[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.step.tabs-left .nav-tabs > li:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.step.tabs-left .nav-tabs > li {
    border-right: 0px;
    min-width: 230px;
    display: table;
    width: 230px;
}

.step.tabs-left .nav-tabs > li > a {
    margin-right: 0;
    display: table-cell;
    width: 100%;
    padding: 1em;
    padding-left: 2em;
    vertical-align: middle;
    table-layout: fixed;
    white-space: nowrap;
    overflow: hidden;
}

.step.tabs-left .nav-tabs > li > a .icon {
    font-size: 2.5em;
    display: inline-block;
    margin-right: 0.25em;
    vertical-align: middle;
}

.step.tabs-left .nav-tabs > li > a .step-title {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.step.tabs-left .nav-tabs > li > a .step-title .title {
    font-weight: bold;
    font-size: 1.1em;
}

.step.tabs-left .nav-tabs > li > a .step-title .description {
    font-size: 0.9em;
}

.step.tabs-left .nav-tabs > li > a:hover {
    border-bottom: 0;
}

.step.tabs-left .nav-tabs > li:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 10000;
    display: none;
}

.step.tabs-left .nav-tabs > li:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translate(0%, -50%);
    z-index: 10000;
    display: none;
}

.step.tabs-left .nav-tabs > li.active > a,
.step.tabs-left .nav-tabs > li.active > a:focus,
.step.tabs-left .nav-tabs > li.active > a:hover {
    border: 0;
    border-radius: 0;
    border-bottom: 0;
}

.step.tabs-left .nav-tabs > li.active:after,
.step.tabs-left .nav-tabs > li.active:before {
    display: block;
}

.step.tabs-left .nav-tabs > li:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.material-tabset .nav-tabs {
    background-color: transparent;
}

.material-tabset .nav-tabs > li {
    margin-right: 8px;
    max-width: 40%;
}

.material-tabset .nav-tabs > li a,
.material-tabset .nav-tabs > li a:hover {
    background-color: #202b31 !important;
    color: white !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.material-tabset .nav-tabs > li.active a,
.material-tabset .nav-tabs > li.active a:hover {
    background-color: #0d6254 !important;
}

@media (max-width: 768px) {
    .step .nav-tabs > li:after {
        display: none;
    }

    .step .nav-tabs > li:before {
        display: none;
    }
}

.loader-container {
    display: none;
}

.loader .loader-container {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1003;
}

.loader:after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    border-radius: 1px;
}

.pricing-table .pt-header {
    text-align: center;
    padding: 1em;
}

.pricing-table .pt-header .plan-pricing .pricing {
    font-size: 2.5em;
}

.pricing-table .pt-header .plan-pricing .pricing-type {
    opacity: 0.9;
}

.pricing-table .pt-body {
    padding: 1em;
    text-align: center;
}

.pricing-table .pt-body .plan-detail {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing-table .pt-footer {
    padding: 0.75em;
    text-align: center;
}

.icons-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.icons-list > li {
    float: left;
    text-align: center;
    width: 100px;
    height: 100px;
    padding: 8px;
}

.icons-list > li span {
    display: block;
}

.icons-list > li .glyphicon {
    font-size: 1.5em;
}

.icons-list > li .glyphicon-class {
    margin-top: 8px;
    font-size: 0.75em;
}

.icons-list:after {
    content: "";
    display: block;
    position: relative;
    clear: both;
}

.row.example > [class*="col-"] > div {
    background-color: #eee;
    padding: 10px;
    border: 1px solid #ddd;
}

.message-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.message-list > a > li {
    border-bottom: 1px dotted #eee;
    padding: 8px;
}

.message-list > a > li > .message-block {
    padding-left: 70px;
    min-height: 60px;
}

.message-list > a > li > .message-block .username {
    font-size: 12px;
    font-weight: bold;
}

.message-list > a > li > .message-block .message-datetime {
    font-size: 10px;
    color: #aaa;
}

.message-list > a > li > .message-block .message {
    font-size: 12px;
}

.message-list > a > li .profile-img {
    width: 60px;
    height: 60px;
}

.message-list > a:hover li {
    background-color: rgba(0, 0, 0, 0.01);
}

.bs-example > * {
    margin-bottom: 20px;
}

.bs-example > *:last-child {
    margin-bottom: 5px;
}


.row-example > [class*="col-"] {
    margin-bottom: 0px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

/* DOCGridField */

.docgrid .ss-gridfield-buttonrow {
    display: flex;
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 12px;
}

.docgrid .ss-gridfield-buttonrow div.left,
.docgrid .ss-gridfield-buttonrow div.right {
    display: flex;
    padding-bottom: 4px;
}

.docgrid .ss-gridfield-buttonrow div.left {
    justify-content: flex-start;
}

.docgrid .ss-gridfield-buttonrow div.right {
    justify-content: flex-end;
}

.sortable-header th {
    text-align: center;
}

.docgrid tr.filter-header > th {
    padding-left: 30px;
}

button.doc-gridfield-sorted {
}

button.doc-gridfield-sorted > icon.material-icons {
    font-size: 26px;
    position: relative;
    top: 8px;
}

/* END DOCGridField */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
    height: 500px;
    margin-bottom: 60px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

/* Featurettes
------------------------- */
.featurette-divider {
    margin: 80px 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/*  HELP BLOG */

.blog-entry .blog-heading {
    text-align: center;
}

.blog-search-form {
    padding: 6px;
}

.blog-entry img.leftAlone {
    width: 100%;
}

.post-summary {
    padding: 24px;
    border-bottom: 1px solid black;
    margin-bottom: 32px;
}

.form-inline .form-group {
    margin-right: 12px;
    margin-left: 0px;
}

/* Select2 */

.select2 ul {
    margin: 0;
    padding: 0;
}

.select2 :focus {
    outline: none;
}

.select2 :disabled {
    background-color: transparent;
}

/**
 * Multiple Select2
 */
.select2-container--material {
    /*width: 100% !important;*/
    /**
	 * Textbox
	 */
    /**
	 * Dropdown
	 */
    /**
	 * Options
	 */
    /**
	 * Focused textbox
	 */
    /**
	 * Disabled textbox
	 */
}

.select2-container--material ::-webkit-input-placeholder {
    color: inherit;
}

.select2-container--material :-ms-input-placeholder {
    color: inherit;
}

.select2-container--material ::-ms-input-placeholder {
    color: inherit;
}

.select2-container--material ::placeholder {
    color: inherit;
}

.select2-container--material .select2-selection {
    /* @extend input */
    overflow: visible;
    font: inherit;
    touch-action: manipulation;
    margin: 0;
    line-height: inherit;
    border-radius: 0;
    box-sizing: inherit;
    /* @extend .form-control */
    display: block;
    width: 100%;
    color: #55595c;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0 0.6rem;
    line-height: 1.5;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    /* @extend input[type=text] */
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    width: 100%;
    box-shadow: none;
    transition: all 0.3s;
    min-height: 2.1rem;
}

.select2-container--material .select2-selection .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--material .select2-selection--single .select2-selection__rendered {
    float: left;
}

.select2-container--material .select2-selection--single .select2-selection__arrow {
    float: right;
}

.select2-container--material .select2-selection--multiple {
    /**
	 * Multiple selected options
	 */
    /**
	 * Multiple selected option clear button
	 */
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice {
    /* @extend .mdl-chip */
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border: 0;
    border-radius: 16px;
    background-color: #dedede;
    display: inline-block;
    color: rgba(0, 0, 0, 0.87);
    margin: 2px 0;
    font-size: 0;
    white-space: nowrap;
    /* @extend .mdl-chip__text */
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-bottom: 4px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
    /* Hide default content */
    font-size: 0;
    opacity: 0.38;
    cursor: pointer;
    float: right;
    margin-top: 4px;
    margin-right: -6px;
    margin-left: 6px;
    transition: opacity;
}

/*
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
    content: "cancel";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    color: #000;
}
*/

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 0.54;
}

.select2-container--material .select2-search--inline .select2-search__field {
    width: 100% !important;
    margin-top: 0;
    /* Match input[type=text] */
    height: 34px;
    line-height: 1;
}

.select2-container--material .select2-dropdown {
    border: 0;
}

.select2-container--material .select2-dropdown .select2-search__field {
    min-height: 2.1rem;
    margin-bottom: 16px;
    border: 0;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s;
}

.select2-container--material .select2-dropdown .select2-search__field:focus {
    border-bottom: 1px solid #4285f4;
    box-shadow: 0 1px 0 0 #4585f4;
}

.select2-container--material .select2-results__options {
    /* @extend .zf-shadow-depth* */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    /* @extend .dropdown-content */
    background-color: #fff;
    margin: 0;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    z-index: 999;
    will-change: width, height;
    /* @extend .dropdown-content inline styles */
}

.select2-container--material .select2-results__option {
    /* @extend .dropdown-content li */
    cursor: pointer;
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.5rem;
    text-align: left;
    text-transform: none;
    /* @extend .dropdown-content li>a, .dropdown-content li>span */
    font-size: 1.2rem;
    display: block;
    padding: 1rem;
    /**
	 * Disabled options
	 */
    /**
	 * Selected option
	 */
    /**
	 * Active/hovered option
	 */
}

.select2-container--material .select2-results__option[aria-disabled="true"] {
    /* @extend .select-dropdown li.disabled */
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent !important;
    cursor: context-menu;
    /* @extend .disabled */
    cursor: not-allowed;
}

.select2-container--material .select2-results__option[aria-selected="true"] {
    /* @extend .dropdown-content li:active, .dropdow-content li:hover */
    color: #4285f4;
    background-color: #eee;
}

.select2-container--material .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
}

.select2-container--material.select2-container--focus .select2-selection {
    /* @extend input[type=text]:focus */
    border-bottom: 1px solid #4285f4;
    box-shadow: 0 1px 0 0 #4585f4;
}

.select2-container--material.select2-container--disabled .select2-selection {
    /* @extend .select-wrapper input.select-dropdown:disabled */
    color: rgba(0, 0, 0, 0.3);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
    box-shadow: none;
}

.ajax-update-indicator {
    position: absolute;
    top: 4px;
    right: -34px;
}

ul.checkboxset {
    list-style-type: none;
}

.form-horizontal td > div.form-group {
    /*margin-left : 4px;*/
    /*margin-right: 4px;*/
}

.checkbox.bypassmaterialinit input[type="checkbox"],
label.checkbox-inline.bypassmaterialinit input[type="checkbox"],
.checkboxset.bypassmaterialinit .checkbox input[type="checkbox"],
.checkboxset.bypassmaterialinit label.checkbox-inline input[type="checkbox"] {
    opacity: 1;
    z-index: 1;
    position: relative;
    margin: 2px;
    width: 20px;
    height: 20px;
    overflow: auto;
    top: 4px;
}

.changelogfy-widget {
    cursor: pointer;
}

#profile_menu_bar #changelogfy_badge_counter #changelogfy_badge {
    position: absolute;
    top: -40px;
    right: 5px;
    left: auto;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 100px;
        margin-bottom: 20px;
    }
}

/* CUSTOM USERBACK FEEDBACK BUTTON
------------------------- */

#userback-feedback-button {
    float: right;
    margin: 0;
    background-color: #ffffff;
    /* color: #2196F3; */
    color: #000;
}

#userback-feedback-button:focus,
#userback-feedback-button:hover {
    color: #ffffff;
    background-color: #2196f3;
}

/* MANUAL COMMENT INPUT FIX
---------------------------*/
.manual-comment-fix .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.phpdebugbar {
    z-index: 100000 !important;
}

/*  HIDE SCROLLBAR */
.side-menu::-webkit-scrollbar {
    display: none;
}

.side-menu {
    -ms-overflow-style: none;
}

.checkbox input[type="checkbox"]:checked + .checkbox-material .check,
label.checkbox-inline input[type="checkbox"]:checked + .checkbox-material .check,
.checkbox input[type="checkbox"]:checked + .checkbox-material .check:before,
label.checkbox-inline input[type="checkbox"]:checked + .checkbox-material .check:before {
    color: #022450 !important;
    border-color: #022450 !important;
}

a.btn.btn-primary.btn-raised.csv {
    background-color: #022450;
}
a.btn-raised.btn-primary-1-1.active,
a.btn-raised.btn-primary-1-1:hover,
a.btn-raised.btn-primary-1-1:focus {
    background-color: #2a99ea !important;
    color: #ffffff !important;
}
a.btn-raised.btn-primary-2.active,
a.btn-raised.btn-primary-2:hover,
a.btn-raised.btn-primary-2:focus {
    background-color: #1a3961 !important;
}
a.btn.btn-primary.btn-raised.csv:hover {
    background-color: #2994e2;
}
button.MuiPickersDay-daySelected {
    background-color: rgb(96, 125, 139);
}
button.MuiPickersDay-daySelected:hover {
    background-color: rgb(96, 125, 139);
}

div.MuiPickersDatePickerRoot-toolbar {
    background-color: rgb(96, 125, 139);
}

a.btn.btn-primary.btn-raised.btn-fab:hover {
    background-color: #2994e2 !important;
    color: white !important;
}


/* span.material-icons.MuiIcon-root {
    color: #022450;
} */

.nav.pull-right.header-client-title.hidden-xs {
    color: white;
}

.MuiButton-textPrimary {
    color: #022450 !important;
}

.Theme-Light .side-menu.sidebar-inverse .navbar li > a {
    color: #022450 !important;
}

.Theme-Light .side-menu.sidebar-inverse .navbar li:hover > a {
    color: #2994e2 !important;
}

.Theme-Light .navbar .navbar-nav > li > a,
.Theme-Light .navbar.navbar-default .navbar-nav > li > a {
    color: white;
}

.Theme-Light .navbar .navbar-nav > li:hover > a,
.Theme-Light .navbar.navbar-default .navbar-nav > li:hover > a {
    color: #2994e2 !important;
}

/* .Theme-Light a {
    color: white !important;
} */
.light-blue {
    color: #1a3961;
}

.light-blue:hover {
    color: #2994e2;
}
.light-blue-1 {
    color: #1a3961;
}

.light-blue-1:hover {
    color: #2994e2;
}
.dropdown.open a i {
    color: #1a3961;
}
.dropdown.open a:hover i {
    color: #2994e2;
}

a.btn.btn-primary,
a.btn.btn-warning,
a.btn.btn-high-warning-color,
a.btn.btn-info {
    color: #ffffff !important;
}
.btn.btn-primary,
.btn.btn-warning,
.btn.btn-high-warning-color,
.btn.btn-info {
    color: #ffffff !important;
}

a.btn.btn-warning:hover,
a.btn.btn-high-warning-color:hover,
a.btn.btn-info:hover {
  /*color: #2994e2 !important;*/
}

.lockIcon {
    color: #f9f7f7 !important;
}

.signOffBtn:hover .lockIcon {
    color: #2a99ea !important;
}

.LogBookEntry-topToolbar-1 {
    /* background-color: rgb(255, 255, 255) !important; */
}

.app-container.high-warning-color {
    /* background-color: rgb(255, 255, 255) !important; */
}

li.MuiButtonBase-root.MuiListItem-root.MuiMenuItem-root.MuiMenuItem-gutters.MuiListItem-gutters.MuiListItem-button {
    font-size: 24px !important;
    overflow: auto;
}

li.MuiButtonBase-root.MuiListItem-root.MuiMenuItem-root.MuiMenuItem-gutters.MuiListItem-gutters.MuiListItem-button:focus {
    background-color: #ced8dc;
}

.MuiButtonBase-root.MuiListItem-root.MuiMenuItem-root.MuiMenuItem-gutters.MuiListItem-gutters.MuiListItem-button {
    font-size: 24px !important;
}

.MuiAutocomplete-option {
    font-size: 24px !important;
}

.MuiButton-textSecondary {
    color: #022450 !important;
}

.MuiButton-textSecondary:hover {
    color: #022450;
}

.MuiInput-underline:after {
    border-bottom: 2px solid #022450 !important;
}

.MuiButton-containedPrimary {
    color: #fff !important;
    background-color: #022450 !important;
}

.MuiButton-containedPrimary:hover {
    color: #fff;
}

.MuiCheckbox-colorSecondary.Mui-checked {
    color: #022450 !important;
}
.MuiPickersToolbar-toolbar {
    background-color: #2994e2 !important;
}

.MuiPickersClock-pin {
    background-color: #2994e2 !important;
}

.MuiPickersClockPointer-pointer {
    background-color: #2994e2 !important;
}

.MuiPickersClockPointer-thumb {
    border: 14px solid #2994e2 !important;
}

.MuiPickersClockPointer-noPoint {
    background-color: #2994e2 !important;
}

span.MuiTypography-root.MuiPickersClockNumber-clockNumber.MuiTypography-body2 {
    font-size: 24px !important;
}

span.MuiTypography-root.MuiPickersClockNumber-clockNumber.MuiTypography-body1 {
    font-size: 24px !important;
}

.MuiPickersDay-current {
    color: #022450 !important;
}

.MuiFormLabel-root.Mui-focused {
    color: #022450 !important;
}

.MuiSlider-root {
    color: #022450 !important;
    padding: 30px 0 !important;
}

.MuiLinearProgress-colorPrimary {
    background-color: #2994e2 !important;
}

.MuiLinearProgress-barColorPrimary {
    background-color: #90a4ae !important;
}

.MuiButton-containedSecondary {
    color: #fff !important;
    background-color: rgb(225, 225, 225) !important;
    padding: 10px 20px !important;
    margin: 10px !important;
}

.MuiDialogContentText-root {
    font-size: 16px !important;
}

p.MuiTypography-root.MuiDialogContentText-root.MuiTypography-body1.MuiTypography-colorTextSecondary {
    padding: 0px 20px !important;
}

i.material-icons.account_box {
    color: #022450 !important;
}

.nav.pull-right.header-client-title.visible-xs {
    color: #022450 !important;
}

.MuiSnackbarContent-message {
    font-size: 24px !important;
}

.MuiInputLabel-shrink {
    transform: translate(0, 1.5px) scale(0.75);
    transform-origin: top left;
    /* display: none !important; */
}

svg.MuiSvgIcon-root.MuiSelect-icon {
    margin-top: -12px;
}

svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeSmall {
  min-height: 2.4rem;
  min-width: 2.4rem;
  position:relative;
  left:2rem;
}


.startStopDT {
    display: flex;
    justify-content: center;
    align-items: center;
}

button.MuiButtonBase-root.MuiButton-root.MuiButton-text.btnStartTime {
    background-color: #022450;
    color: white;
    margin: 10px 0px;
    padding: 10px 30px;
    min-height: 48px;

}

button.MuiButtonBase-root.MuiButton-root.MuiButton-text.btnStopTime {
    background-color: #2994e2;
    color: white;
    margin: 10px 0px;
    padding: 10px 30px;
    min-height: 48px;
}

span.startStopBtnlabel {
    font-size: 1.5rem;
}
/* .LabelWrapper.LabelWrapperBigger {
	font-size: 3em !important;
} */
.MuiInputBase-root.MuiInput-root.MuiInput-underline {
    width: 100%;
}
.FieldWrapper.FieldType-ReadOnlyText {
    font-size: 2rem;
}
button.MuiPickersDay-daySelected {
    background-color: rgb(54, 148, 226) !important;
}
button.MuiPickersDay-daySelected:hover {
    background-color: rgb(54, 148, 226) !important;
}

div.MuiPickersDatePickerRoot-toolbar {
    background-color: #2994e2 !important;
}

td.MuiTableCell-root.MuiTableCell-body {
    font-size: 2rem;
}
button.MuiButtonBase-root.MuiButton-root.MuiButton-text.subview_controls {
    margin: 5px;
}
span.MuiTypography-root.MuiFormControlLabel-label {
    font-size: 2rem;
}
.MuiFormControl-root.MuiTextField-root.smallTextField {
    width: 240px;
    max-width: 100%;
    margin-right: 10px;
}

button.MuiButtonBase-root.MuiButton-root.MuiButton-text.MuiButton-textSecondary.Mui-disabled.Mui-disabled {
    padding: 10px 20px;
    background-color: rgb(225, 225, 225);
    color: white !important;
    margin: 10px;
}
button.MuiButtonBase-root.MuiButton-root.MuiButton-text.MuiButton-textSecondary {
    padding: 6px 20px;
    margin: 10px;
    background-color: #022450;
    color: white !important;
}
button.MuiButtonBase-root.MuiButton-root.MuiButton-text.locationSet {
    background-color: #022450;
    color: white !important;
}

@media (max-width: 414px) {
    .MuiToolbar-root.MuiToolbar-regular.toolbarCust.MuiToolbar-gutters {
        position: relative;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        height: auto;
        padding: 6px 12px 12px;
        align-items: flex-end;
    }

    .MuiFormControl-root.MuiTextField-root.endDate {
        margin-left: 0px !important;
    }

    .current-pob-crew-count {
        bottom: 12px !important;
    }

    .MuiFormControl-root.MuiTextField-root {
        margin-top: 20px !important;
    }
    .LogBookEntry-buttonSecondary-3 {
        margin-top: 20px !important;
    }
    div.MuiInputBase-inputSelect {
        font-size: 18px;
    }

    td.MuiTableCell-root.MuiTableCell-body {
        font-size: 16px;
    }
}
.now_btn {
    padding: 5px 64px;
    margin-left: 5px;
}

@media (max-width: 769px) {
    .dateTimePicker {
        display: block !important;
    }
    .now_btn {
        margin-top: 3em !important;
    }
}

#Hot-Button {
    display: none;
}

/* Announcefly
------------------------- */
.sidedrawer {
    margin-top: 65px;
    height: -o-calc(100% - 60px); /* opera */
    height: -webkit-calc(100% - 60px); /* google, safari */
    height: -moz-calc(100% - 60px); /* firefox */
    height: calc(100% - 60px);
}

.popup-form {
    display: none;
    left: 50%;
    right: auto;
    width: 250px;
    margin-left: -125px;
    position: fixed;
    top: 50%;
    margin-top: -162px;
}

#centered-popup.open .popup-form {
    display: block;
}

.trip-schedule-row td.row-controls {
    position: unset;
}

#response-message-popup {
    display: none;
    width: 590px;
    margin-left: -295px;
}
.close-popup {
    position: absolute;
    top: 0px;
    cursor: pointer;
    right: 0px;
}

.table {
    position: relative;
}

/* Make the <th>s sticky because it doesn't  */
.table thead.sticky th {
    position: sticky;
    top: 59px;
    background: #ffffff;
    z-index: 10;
}

.in-table-summary {
  margin: 0 0 4px 0;
}
.in-table-summary:last-child {
  margin: 0;
}

#Form_ScheduleUtilisationReportForm .form-group,
#Form_ScheduleUtilisationReportForm .controls,
#Form_ScheduleUtilisationReportForm label.control-label {
    margin: 0px;
}

.model-TripReportSchedule #select2-vessel-results {
    max-height: 400px;
}

.edited-row {
    background-color: #2a99ea !important;
    color: white !important;
}

.alert-sealogs-blue-content {
    display: flex;
    align-items: center;
}

.alert-sealogs-blue-content .content-info-right {
    margin-left: auto;
    text-align: right;
}

@media (max-width: 500px) {
    .alert-sealogs-blue-content {
        display: grid;
    }
    .alert-sealogs-blue-content .content-info-right {
        margin: unset;
        text-align: center;
    }
}

.alert .btn {
    margin: 0;
}
.alert .alert-link {
    font-weight: 300;
}

/* Work flow of add task modal */
#AddTask .add-task-options {
    margin-top: 30px;
}

#AddTask .add-task-options .recurring-button {
    position: relative;
    margin-bottom: 30px;
}

#AddTask .add-task-options .task-imp-info {
    position: absolute;
    bottom: -1.7em;
    font-size: 12px;
    line-height: 1.7rem;
    white-space: pre-wrap;
    margin-left: -0.3em;
}

.optional-fields label.control-label {
    text-align: left;
    line-height: 1.3em;
}

#InventoryHelp {
    float: right;
}
#InventoryHelpBox a {
    text-decoration: underline;
}
#InventoryHelpBox {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 40px;
    border: 3px solid #f1f1f1;
    padding: 15px 20px;
    background: #ffffff;
    z-index: 1;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4);
    display: none;
}

.subscription-plan {
    margin: 10px 0;
}
.subscription-plan .form-group {
    margin: 0;
}
.subscription-plan fieldset,
.subscription-plan .form-actions {
    display: inline-block;
    margin-right: 20px;
}
.subscription-plan fieldset {
    width: 40%;
}
.subscription-plan fieldset .form-group .control-label {
    text-align: left;
}
.subscription-plan .form-actions .btn {
    margin: 0;
}
.subscription-plan .form-actions {
    position: relative;
    top: 10px;
}

.filter-by label {
    margin-bottom: 0;
    margin-top: 10px;
}
.task-counts {
    margin: 15px 0;
}
.task-counts label {
    display: none;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.task-counts h3,
.task-counts small {
    position: relative;
}
.task-counts,
.recurring-task-counts,
.adhock-task-counts {
    display: flex;
}
.recurring-task-counts,
.adhock-task-counts {
    margin-right: 15px;
    max-height: 50px;
}
.adhock-task-counts > div,
.recurring-task-counts > div {
    padding: 7px 12px;
    color: white;
    width: 100px;
}
.adhock-task-counts > div {
    background: #2a99ea;
    margin-right: 1px;
}
.adhock-task-counts > div > h3,
.recurring-task-counts > div > h3 {
    margin: 0;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}

.adhock-task-counts > div > small,
.recurring-task-counts > div > small {
    text-align: center;
    display: block;
}
.adhock-task-counts > div:first-child,
.recurring-task-counts > div:first-child {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.adhock-task-counts > div:last-child,
.recurring-task-counts > div:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.recurring-task-counts > div.recurring-task-high {
    background: #c62828;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 1% 100%);
}
.recurring-task-counts > div.recurring-task-high h3 {
    right: 7px;
}
.recurring-task-counts > div.recurring-task-high small {
    right: 3px;
}
.recurring-task-counts > div.recurring-task-medium {
    background: #ff6d00;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
}
.recurring-task-counts > div.recurring-task-medium h3 {
    right: 2px;
}
.recurring-task-counts > div.recurring-task-medium small {
    left: 5px;
}
.recurring-task-counts > div.recurring-task-low {
    background: #4caf50;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
.recurring-task-counts > div.recurring-task-low h3 {
    left: 3px;
}
.recurring-task-counts > div.recurring-task-low small {
    left: 6px;
}
.adhock-task-counts > div:first-child {
    clip-path: polygon(0 0, 80% 0, 100% 100%, 1% 100%);
}
.adhock-task-counts > div:first-child h3 {
    right: 6px;
}
.adhock-task-counts > div:first-child small {
    right: 4px;
}
.adhock-task-counts > div:last-child {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.adhock-task-counts > div:last-child h3 {
    left: 3px;
}
.adhock-task-counts > div:last-child small {
    left: 7px;
}

.adhock-task-counts > div:not(:last-child),
.recurring-task-counts > div.recurring-task-high,
.recurring-task-counts > div.recurring-task-medium {
    margin-right: -17px;
}
.adhock-task-counts > div:not(:first-child):not(:last-child) {
    clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
}
.adhock-tasks-page .adhock-task-counts > div {
    width: 120px;
}
.adhock-tasks-page .adhock-task-counts > div:not(:last-child) {
    margin-right: -22px;
}
.adhock-tasks-page .adhock-task-counts > div:first-child h3 {
    right: 6px;
}
.adhock-tasks-page .adhock-task-counts > div:first-child small {
    right: 5px;
}
.adhock-tasks-page .adhock-task-counts > div:not(:first-child):not(:last-child) h3 {
    right: 4px;
}
.adhock-tasks-page .adhock-task-counts > div:not(:first-child):not(:last-child) small {
    left: 5px;
}
.adhock-tasks-page .adhock-task-counts > div:last-child h3 {
    left: 4px;
}
.adhock-tasks-page .adhock-task-counts > div:last-child small {
    left: 6px;
}

@media (max-width: 560px) {
.recurring-task-counts {
max-width: 250px;
}
.adhock-tasks {
    margin-right: -15px;
}
}


.task-filter-by {
  width: 100%;
  display: table;
  padding: 30px 30px 0px 20px;
  background-color: #F6F8FB;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-bottom-color: #DDE0E6;

}

.Theme-Dark .task-filter-by {
  background-color: #607D8B;
}



.btn-inventory-tab {
  min-width: 150px;
  color: #1b3961;
  border-color: #dde0e6;
  border-style: solid;
  border-width: 4px 2px 0px 2px;
  border-radius: 4px 4px 0 0 !important;
  background-color: white;
  border-top-color: #1b3961;
  border-bottom-color: white;
  box-shadow: none;
  line-height: 25px !important;
  font-size:1.6rem;
}

.btn.btn-maintenance-check-tab {
  min-width: 150px;
  background-color: white;
  margin-left: 10px;
  margin-bottom: -2px;
  color: #6595c2;
  border: 2px solid #6595c2;
  line-height: 25px !important;
  box-shadow: none;
  border-radius: 4px 4px 0px 0px;
  font-size:1.6rem;
}

.btn-inventory-tab {
    margin-bottom: -2px;
}

@media(max-width: 560px) {
    .btn-maintenance-check-tab {
        min-width: 130px;
    }
}

.checks-table {
  padding: 30px;
  background-color: #FFFFFF;
}


#SubTaskTable .col-status {
    display: flex;
    justify-content: space-around;
}

/*********************************************/
/*********************************************/
/************* UTILITIES CLASSES *************/
/*********************************************/
/*********************************************/

/* TEXT CLASSES
---------------------------*/
.text-urgent {
    color: #c62828 !important;
}
.text-medium {
    color: #ff6d00 !important;
}
.text-low {
    color: #4caf50 !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-left {
    text-align: left !important;
    margin-top: 35px;
    margin-bottom: 15px;
    margin-left: -5px;
}
.text-left-inventory {
    text-align: left !important;
    padding: 30px 30px 0px 30px;
    margin-top: 15px;
}

/* MARGIN CLASSES
---------------------------*/
.margin-0 {
    margin: 0 !important;
}
.margin-auto {
    margin: auto;
}

/* WIDTH CLASSES
---------------------------*/
.width-100 {
    width: 100% !important;
}

/* ALIGNMENT CLASSES
---------------------------*/
.v-align-middle {
    vertical-align: middle !important;
}

/* DISPLAY CLASSES
---------------------------*/
.d-flex {
    display: flex !important;
}
.d-block {
    display: block !important;
}

.userback-controls-form *::placeholder {
    color: black !important;
}

.gap-1 {
    gap: 12px;
}

/* Switch Slide
==========================*/
.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 114px;
    height: 40px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #ffffff 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}
.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}
.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 11px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}
.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #ffffff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.switch-input:checked ~ .switch-label {
    background: #e1b42b;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}
.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #ffffff 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #ffffff 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #ffffff);
    background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-slide {
    padding: 0;
    margin: 10px 0 0;
    background: #fff;
    border-radius: 0;
    background-image: none;
}
.switch-slide .switch-label {
    box-shadow: none;
    background: none;
    overflow: hidden;
    border-radius: 4px;
}
.switch-slide .switch-label:after,
.switch-slide .switch-label:before {
    width: 100%;
    height: 65%;
    top: 5px;
    left: 0;
    text-align: center;
    padding-top: 14%;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-slide .switch-label:after {
    color: #ffffff;
    background: #7ed957;
    left: -100px;
}
.switch-slide .switch-label:before {
    background: #eceeef;
}
.switch-slide .switch-handle {
    display: none;
}
.switch-slide .switch-input:checked ~ .switch-label {
    background: #fff;
    border-color: #7ed957;
}
.switch-slide .switch-input:checked ~ .switch-label:before {
    left: 100px;
}
.switch-slide .switch-input:checked ~ .switch-label:after {
    left: 0;
}

/* Switch Slide Transition
========================== */
.switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
/* End Transition
========================== */

/* RADIO */

.regular-radio {
    display: none;
}

.regular-radio + label {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 3px solid rgb(76, 175, 80);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}

.regular-radio:checked + label:after {
    content: " ";
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: rgb(76, 175, 80);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}

.regular-radio:checked + label {
    background-color: #e9ecee;
    color: #99a1a7;
    border: 3px solid rgb(76, 175, 80);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
        inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.big-radio + label {
    padding: 16px;
}

.big-radio:checked + label:after {
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px;
}

.btn.btn-outline,
.btn.btn-outline.btn-default {
    background-color: #4caf50 !important;
    color: #ffffff !important;
}
.btn-outline:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 1px solid #ffffff;
    border-radius: 4px;
}
.btn.btn-outline.btn-checked:before {
    display: none;
}

/***
Login Page
***/
.app-brand a,
.app-brand a:hover,
.app-brand a:focus {
    text-decoration: none;
}

input.MuiInputBase-input,
div.MuiInputBase-input {
  font-size: 16px;
  min-width: 50px;
}

.login-form .btn-primary {
  background-color: #0071c4;
}

::-webkit-scrollbar {
  /*display: none;*/
}

.ajax-loading-ui{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0, .3);
    z-index: 999999;
}
body.busy .ajax-loading-ui{
    display: block;
}
