/* Client: Acquisiton Sciences LTD. Portal Developers: York Myers & Steve Sohcot Date: 2022 --- Table of Contents: */
/*********** Global ***********/
* {
    font-family: 'Monterrat', sans-serif;
    font-size: 12px;
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
}

.color-secondary {
    color: #762023;
}

.color-secondary:hover,
.color-secondary:focus {
    color: #762023;
}

.required-field {
    color: red
}

.page.container {
    padding: 25px;
    z-index: 1;
    position: relative;
    width: 100%;
    padding-left: 240px;
    transition: padding 0.3s linear;
}

.page-container-sidebar-open {
    padding: 20px;
    width: calc(100vw - 240px);
    float: right;
    background: #f0f0f0;
    min-height: 100vh;
}

.page-container-sidebar-closed {
    padding: 20px;
    width: calc(100vw - 70px);
    float: right;
    background: #f0f0f0;
    min-height: 100vh;
}

.actions-bar {
    margin: -50px -20px 5px -25px;
    background: url('../images/logo-bg.png');
    padding: 50px 50px 20px 30px;
    color: #fff;
    border-bottom: 5px solid #762023;
    min-height: 145px;
}

.actions-bar .form-outline {
    display: block !important;
    margin: -5px 0 0 0 !important;
}

.margin-top {
    margin-top: 20px !important;
}

.margin-bottom {
    margin-bottom: 20px !important;
}

.padding-top {
    padding-top: 20px;
}

.text-right {
    text-align: right;
}

.block {
    display: block;
}

.narrow-content-centered {
    max-width: 800px;
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    margin-top: 5px;
}

.medium-content-centered {
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    margin-top: 5px;
}

.wide-content-centered {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    margin-top: 5px;
}

.cursor-pointer,
.cursor-pointer:hover,
.cursor-pointer:focus {
    cursor: pointer;
}

.inline-input {
    display: inline-block;
}

.error {
    background: rgba(255, 0, 0, 0.15) !important;
}

/*********** Header ***********/
nav#sidebar-navigation {
    background: #062040;
}

#header-content {
    margin: 40px 0;
}

.sidebar-logo {
    display: block;
    margin: 58px auto 20px auto !important;
    max-width: 215px !important;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.sidenav-link {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    margin: 0;
    border-radius: 0;
    padding: 25px 20px;
}

.sidenav-collapse {
    margin-left: 20px;
}

.sidenav-link.active,
.sidenav-link:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

.sidenav-collapse .sidenav-link {
    font-size: 12px;
    margin: 0 !important;
    padding: 15px !important;
    text-transform: none !important;
    font-weight: 500;
    border-left: 1px solid transparent;
}

.sidenav-collapse .sidenav-link:hover,
.sidenav-collapse .sidenav-link:focus {
    border-left: 1px solid #fff;
}

#slim-toggler {
    position: fixed;
    top: 5px;
    left: 15px;
    min-width: 10px;
    z-index: 9999999;
    background: transparent;
    box-shadow: none !important;
    color: #fff;
}

#slim-toggler i {
    font-size: 20px;
}

.logo-wrapper {
    padding: 10px 0 20px 0;
}

.logo {
    width: 250px;
}

.sidenav-open .sidebar-logo {
    width: 100%;
}

.sidenav-closed .sidebar-logo {
    width: 50px;
    margin-top: 50px;
}

.sidenav-closed .sidenav-menu .sidenav-item i {
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
}

.sidenav-menu {
    position: relative;
    height: calc(100vh - 225px);
}

li.sidenav-item.log-out {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
}

/*********** Footer ***********/
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #062040;
    text-align: center;
    padding: 0 0 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 5px;
    z-index: 2;
}

/*********** Text ***********/
.header-large {
    font-size: 20px;
    display: block;
    margin: 0 10px 10px 0;
}

.actions-bar .header-large {
    font-size: 24px;
    font-weight: 900;
    color: #062040;
    text-transform: uppercase;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    display: block;
}

.actions-bar .header-large i {
    font-size: 24px;
}

.header-medium {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin: 0 10px 0 0;
}

.actions-bar .header-medium,
.header-medium.report-title {
    font-size: 16px;
    margin: -8px 0 0 0;
    padding-bottom: 13px;
    color: #062030;
    font-weight: 600;
}

.header-medium.block {
    display: block;
}

.header-small {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px 10px 0;
}

/*********** Buttons ***********/
.button-wrapper .btn {
    padding: 10px;
    border-radius: 5px;
}

.btn {
    border: none;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    min-width: 150px;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.btn-primary {
    background: #762023;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #5E1719;
}

.btn-secondary {
    background: #515151;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #393737;
}

.datatable-pagination-buttons button {
    color: #000 !important;
}

.back-to-button {
    display: inline-block;
    margin-right: 20px;
}

.tab-pane .main-cta-btn {
    display: inline-block;
    padding: 8px;
}

.tab-pane .form-outline,
.tab-pane .input-group,
.table-search-wrap .input-group {
    max-width: 350px;
}

.actions-bar .main-cta-btn {
    padding: 10px 25px;
    border-radius: 5px;
}

.main-cta-btn i {
    margin-right: 5px;
}

.modal-footer button {
    display: inline-block;
    width: 49%;
    margin: 0 2px;
}

.button-wrapper {
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding: 10px 0;
}

/*********** Inputs and Forms ***********/
.form-outline {
    background: #fff;
    max-width: 100%;
    display: block;
    margin: 5px 0
}

.form-outline.full-width {
    max-width: 100% !important;
    margin-top: 50px;
}

.actions-bar .form-outline {
    display: inline-block;
    margin: 0px 0;
    width: 250px;
    max-width: 250px;
    position: relative;
}

.form-outline.inline-small {
    position: relative;
    display: inline-block;
    margin: 6px 9px;
    width: 100px;
    max-width: 100px;
}

.form-checkboxes p {
    margin: 0;
}

.form-checkboxes input {
    margin: 0 0 0 10px;
    accent-color: #762023;
}

.form-checkboxes {
    margin-bottom: 15px;
}

.form-outline .form-control:focus~.form-label {
    color: #762023;
}

.form-input-with-toggle * {
    display: inline-block;
}

.form-input-with-toggle {
    margin: 5px 0;
}

.form-check.form-switch input {
    margin-top: 5px;
}

.form-switch {
    display: inline-block;
    margin-right: 20px;
}

.form-input-with-toggle .form-control {
    width: 250px;
}

.form-control {
    margin: 0 !important;
}

.form-outline .form-control.error {
    background: rgba(255, 0, 0, 0.1);
}

/*********** Tables & DataTables ***********/
.table {
    width: 100%;
}

thead th:hover,
thead th:focus {
    cursor: default;
}

thead,
thead th,
thead a,
thead a:hover,
thead a:focus {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

tbody.datatable-body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

tbody.datatable-body::-webkit-scrollbar {
    display: none;
}

thead.datatable-header tr th {
    background: #062030 !important;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
}

tbody tr * {
    vertical-align: middle;
}

tbody tr {
    background: #fff;
    font-size: 12px;
}

thead th {
    border: none;
}

/* tbody tr td a:hover, tbody tr td a:focus {
     color:#fff;
} */
.datatable tbody tr:last-child {
    height: auto !important;
}

tbody.datatable-body tr:hover td {
    background: #e1e1e1;
    color: #062030;
}

tbody.datatable-body i,
tbody.table-body i {
    color: #062040;
    padding: 4px;
    margin: -5px 2px;
    text-align: right;
    font-size: 15px;
    padding: 5px 7px;
    background: transparent;
    height: 29px;
    width: 29px;
    border-radius: 50%;
}

tbody.datatable-body i:hover,
tbody.datatable-body i:focus,
tbody.table-body i:hover,
tbody.table-body i:focus {
    color: #062040;
}

.datatable table td {
    font-size: 12px;
    font-weight: 500;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    word-wrap: break-word !important;
    white-space: normal;
    color: #000;
    letter-spacing: 0.5px;
}

.datatable table th {
    font-size: 12px;
    font-weight: 600;
}

tbody.datatable-body a {
    color: #000000;
}

input#datatable-search-input {
    background: #fff;
}

/*********** Tabs ***********/
#asl-with-icons .nav-link {
    color: #000;
    background: transparent;
    padding: 5px 5px 10px 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    opacity: 0.8;
    text-transform: unset;
}

#asl-with-icons .nav-link:hover,
#asl-with-icons .nav-link:focus {
    color: #062040;
    opacity: 1;
}

#asl-with-icons .nav-link.active {
    color: #062040;
    border-bottom: 2px solid #062040;
    opacity: 1;
}

#asl-with-icons .nav-link a {
    font-size: 12px;
    text-transform: capitalize;
}

#asl-with-icons-content.tab-content {
    padding: 0;
}

/*********** Diary Page ***********/
#diary-agents {
    padding: 0 0 10px 0;
}

#diary-details {
    padding: 10px 0 0 0;
}

/*********** Breakpoints ***********/
@media (max-width: 660px) {
    .page.container {
        padding-left: 0px;
    }

    #mobile-nav-toggle {
        display: unset;
    }

    .sidenav[data-mdb-hidden='false'] {
        transform: translateX(-100%);
    }
}

.parcel-header-item {
    background: #f0f0f0;
    border-radius: 0px;
    font-weight: 600;
    padding: 7px 15px;
    margin: 0px 5px 5px 0;
    color: #062030;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 14px;
    box-shadow: 0 14px 28px rgb(0 0 0 / 0%), 0 10px 10px rgb(0 0 0 / 10%);
}

.debug {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    color: red;
    padding: 20px;
    text-align: center;
}

.modal-header {
    background: #062040;
}

.modal-header h5 {
    color: #fff;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.modal-footer button {
    padding: 8px 25px;
    border-radius: 5px;
}

/* Toast - Global */
#toast-container {
    border-radius: 0px !important;
}

#toast-container .toast-body {
    color: #4f4f4f !important;
}

#toast-container.bg-success,
#toast-container.bg-success .toast-header,
#toast-container.bg-danger,
#toast-container.bg-danger .toast-header {
    background: #fff !important;
    font-size: 16px;
    letter-spacing: .5px;
}

#toast-container.bg-success {
    border-left: 5px solid green;
}

#toast-container.bg-success .toast-header {
    color: green !important;
}

#toast-container.bg-danger {
    border-left: 5px solid red;
}

#toast-container.bg-danger .toast-header {
    color: red !important;
}

/* LOGIN SCREEN */
.page-login {
    background: #062040 !important;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    position: relative;
}

.form-box {
    position: relative !important;
    width: 400px;
    right: 0;
    top: 20px;
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    text-align: center;
    box-shadow: 0 14px 28px rgb(0 0 0 / 15%), 0 10px 10px rgb(0 0 0 / 21%);
    border-radius: 5px;
}

.form-box .btn {
    display: block;
    margin: 0 auto 25px auto;
}

.login-logo {
    margin: 0 0 40px 0;
}

.form-box .form-outline {
    display: inline-block;
    margin: 0 0 10px 0;
    width: 100%;
    padding: 10px 0;
    line-height: 40px;
    position: relative;
    text-align: left;
}

.required {
    background: #F9D8D8 !important;
}

.empty {
    background: #CBE9FF !important;
}

.form-label {
    font-size: 15px;
    padding: 2px 1px !important;
    z-index: 1;
    border: none;
    color: black !important;
}

.form-check.form-switch {
    display: inline-block;
    margin-right: 30px;
}

.inline-blocks {
    display: inline-block !important;
    vertical-align: top;
}

.inline-blocks.half {
    width: 49%;
}

.owner-saved-data span.label {
    font-size: 10px;
    letter-spacing: 0.5px;
    display: block;
    text-align: left;
}

.owner-saved-data span.data {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.5px;
    display: inline-block;
    font-weight: bold;
    text-align: left;
}

.owner-saved-data .col-sm-12 {
    padding: 4px 0 5px 15px;
}

.owner-saved-data .col-sm-12 * {
    vertical-align: middle;
}

.owner-saved-data .col-sm-12:hover {
    background: #f0f0f0;
}

.col-sm-12.toggles {
    width: 100%;
    padding: 20px 20px 10px 20px;
    text-align: center;
}

.inline-wrap {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0 15px 0;
}

.table-search-wrap {
    background: #062030;
    padding: 12px 15px 2px 13px;
    position: relative;
}

.table-search-wrap .input-group {
    background: #fff;
    border-radius: 5px;
    border: none;
}

.table-search-wrap .input-group span {
    border: none;
}

.table-search-wrap .input-group input {
    border: none;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.datatable thead th:hover .datatable-sort-icon,
.datatable thead th .datatable-sort-icon.active {
    opacity: 1;
    color: #fff;
}

.right-table-filters {
    position: absolute;
    top: 10px;
    right: 15px;
}

.right-table-filters a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: .3;
    border: 1px solid #fff;
    padding: 7px;
    border-radius: 3px;
}

.right-table-filters i {
    margin-right: 5px;
}

.right-table-filters a.active {
    opacity: 1;
}

.right-table-filters {
    position: absolute;
    top: 15px;
    right: 8px;
}

input.search-page-main-search {
    height: 37px;
    width: 300px;
    padding: 10px;
}

.searchResult {
    padding: 10px 20px;
    margin: 0;
}

.searchResult:nth-child(odd) {
    background: #fff;
}

.searchResult:nth-child(even) {
    background: #f1f1f1;
}

.searchResult:hover {
    cursor: pointer;
    background: #E1E1E1;
}

.searchResult a {
    color: #000;
}

.searchResult #clientName {
    color: #062040 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.searchResult span {
    font-size: 14px;
    display: block
}

.searchResult .title-group {
    margin-bottom: 10px;
}

.searchResult .pill strong {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
}

.searchResult .pill {
    display: inline-block;
    border: 1px solid #515151;
    padding: 0px 5px;
    border-radius: 3px;
    margin: 0 5px 5px 0;
}

.advanced-search-link {
    margin-top: 5px;
    display: inline-block;
}

.report-datatable-subtotal {
    background-color: #515151 !important;
    color: #FFF;
    font-weight: bold;

}

.report-datatable-subtotal-two {
    background-color: #706d6d !important;
    color: #FFF;
    font-weight: bold;
}

#advanced_search {
    color: #000;
    padding: 20px 0;
}

#advanced_search .group:first-child {
    margin-bottom: 20px;
}

#advanced_search .group .form-check {
    display: inline-block;
    margin-right: 10px;
}

#advanced_search .header-medium {
    display: block;
    padding: 0;
}

.report:hover h3 {
    color: #762023;
}

.report:hover {
    border: 1px solid #762023;
}

.report {
    background: #fff;
    border: 1px solid #fff;
    padding: 25px 20px 20px 20px;
    margin: 9px 0;
}

.report h3,
.report h5,
.report a {
    display: inline;
}

.report a {
    width: 200px;
    float: right;
    margin-top: -20px;
}

#reportGenerator .accordion-item .accordion-header button {
    background: #062040 !important;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 1px 0px;
    border-radius: 4px;
}

#reportGenerator .accordion-body h4 {
    display: none;
}

#reportGenerator .accordion-body {
    padding: 15px 12px 0px 12px;
    background: #fff;
    margin: -5px 10px 7px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 2px solid #eee;
}

#reportGenerator .accordion-item {
    background-color: transparent;
    border: none;
}

.owner-tab {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.owner-tab .group {
    margin: 0 0 20px 0;
}

.owner-tab .label {
    font-weight: bold;
    margin-right: 5px !important;
}

.owner-tab .header {
    background: #062040;
    padding: 15px 20px;
    color: #fff;
    margin: -10px -20px 20px -20px;
}

.header-bar {
    background: #062040;
    padding: 15px 20px;
    color: #fff;
    margin: -10px -10px 10px -10px;
}

#container-owner .group .header-medium {
    border-bottom: 2px solid #515151;
    margin-bottom: 5px;
}

.buttons {
    border-top: 1px solid #eee;
}

textarea#ownerComments {
    text-align: left;
}

.wide-content-centered .col-md-4 {
    border-right: 2px solid #eee;
}

.wide-content-centered .header-small {
    background: #eee;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.form-input-with-toggle .label {
    font-weight: bold;
    width: 135px;
}

.report-thead {
    background: #062040;

}

.report-thead th {
    color: #fff;
    text-align: left;
    font-size: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px;
    min-width: 150px;
}

.report-container-datatable {
	overflow: scroll;
    max-height: calc(100vh - 190px);
	margin-top: 10px;
}

.report-tbody td {
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.report-container-datatable .report-datatable {
    min-width: 100%;
}

.report-tbody tr:hover,
.report-tbody tr:focus {
    background: #ccc;
}

td input {
    border: none;
    width: 100%;
    background: transparent;
}

#taskData,
#taskNumber,
#taskListName {
    width: 100%;
    margin-bottom: 5px;
}

input {
    margin-bottom: 15px;
}


span.report-list-indv-user {
    width: 300px;
    display: inline-block;
}

.report-tbody.striped tr:nth-child(even) {
    background: #f0f0f0;
}

.report-tbody.hastotal tr:last-child {
    background-color: #515151 !important;
    color: #FFF;
    font-weight: bold;
}


.report-data-element label {
    font-weight: bold;
}

.report-data-element {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 48%;
}



.signature {
    height: 100px;
}

.signature-block {
    display: none;
}

.report-browser-header {
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #062040;
    margin-bottom: 10px;
    font-weight: bold;
}

.report.generator {
    max-width: 500px;
    display: block;
    margin: 100px auto 0 auto;
    border: 1px solid #000;
}

.search-input-box-wrapper {
    max-width: 500px;
    padding: 10px;
    background: #fff;
    margin-top: 20px;
}

.legal-p {
    display: block;
    max-width: 80%;
    margin: 100px auto 20px auto !important;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.stepper {
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
}

.step {
    padding: 10px;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    opacity: 0.5;
}

.stepperActive {
    background: #f0f0f0;
    color: #762024 !important;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    opacity: 1;
}


.form-check.radio-inline {
    display: inline-block;
    margin-right: 20px;
	color: black
}


#diaryActivity {
	border: 1px solid #ccc;
	padding: 10px;
	min-height: 150px;
	width: 500px;
}



.report-container-datatable .report-table-row {
    padding: 16px;
    background:#fff;
    margin: 16px;
	border: 1px solid #f0f0f0;
}
.report-container-datatable .report-table-row:last-child {
    border:none;
}
.report-container-datatable .report-table-row .report-table-cell {
    display: block;
}

.report-container-datatable .report-table-row .report-table-cell.report-date h6 {
    font-size:13px;
    font-weight: bold;
    text-transform: uppercase;
}
.report-container-datatable .report-table-row .report-table-cell.report-agent-hours h6 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.report-container-datatable .report-table-row .report-table-cell.report-task h6 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.report-container-datatable .report-table-row .report-table-cell.report-activity h6 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.report-container-datatable .report-table-row .report-table-cell .report-data-title,
.report-container-datatable .report-table-row .report-table-cell .report-data-value {
    display: inline-block;    
    margin: 5px;
}

.report-table-cell.report-activity {
    padding-top: 8px;
    border-top: 1px solid #515151;
    margin-top: 8px;
}

.report-container-datatable .report-table-row .report-table-cell * {
    vertical-align: middle;
}