﻿/* 
   Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column.
*/

body {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 15px;
}

.field-mandatory {
    color: #f00;
    font-size: 14px;
}

.input-error {
    border: 1px solid #ff5a5a !important;
    margin-bottom: 4px;
}

.validation-text {
    color: #ff5a5a;
    text-align: left;
    width: 100%;
    left: 15px;
    font-size: 15px;
}

.swal2-content {
    font-size: 1.5rem !important;
}

button.swal2-styled {
    padding: 7px 19px;
    border-radius: 2px;
    font-size: 1.25rem !important;
    background-color: #204392 !important;
}

.form-control {
    font-size: 16px !important;
    padding: 6px 8px !important;
    box-shadow: none !important;
    border-radius: 0;
    height: 38px !important;
}

.modal-header {
    background-color: #fdfdfd !important;
}

.brand-link .brand-image {
    float: none;
    line-height: .8;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: -10px;
    max-height: 39px;
    width: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.back-to-dashboard-button {
    background: #193461;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
}

    .back-to-dashboard-button:hover {
        background: #062964;
        color: #fcc416;
    }

.logout-button-section {
    background: #193461;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
}

.profile-icon-width {
    font-size: 16px;
}

.logout-strip {
    padding-left: 180px;
    padding-right: 170px;
    min-height: 31px;
}

.yellow-divider {
    color: #fcc416;
    padding: 0 10px;
    font-weight: 700;
}

.blue-header-text-section {
    display: flex;
    align-items: center;
    margin: 0;
    margin-right: 16px;
    border-right: 2px solid #fcc416;
}

.Header-Specification-Section {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-width: 60px;
    max-width: 480px;
    font-weight: 600;
    margin-right: 24px;
}

.blue-header-text-section.border-none {
    border-right: none;
}

@media (min-width: 1460px) {
    .blue-header-text-section {
        margin-right: 12px;
    }

    .logout-strip {
        padding-right: 120px;
    }

    .Header-Specification-Section {
        margin-right: 12px;
    }
}

@media (min-width: 2000px) {
    .Header-Specification-Section {
        min-width: 26px;
        max-width: 825px;
    }
}

@media (min-width: 1921px) and (max-width: 1999px) {
    .Header-Specification-Section {
        min-width: 26px;
        max-width: 750px;
    }
}

@media (min-width: 1801px) and (max-width: 1920px) {
    .Header-Specification-Section {
        min-width: 26px;
        max-width: 622px;
    }
}

@media (min-width: 1701px) and (max-width: 1800px) {
    .Header-Specification-Section {
        min-width: 26px;
        max-width: 530px;
    }
}

@media (min-width: 1561px) and (max-width: 1700px) {
    .Header-Specification-Section {
        min-width: 26px;
        max-width: 465px;
    }
}

@media (min-width: 1460px) and (max-width: 1560px) {
    .Header-Specification-Section {
        min-width: 26px;
        max-width: 410px;
    }
}

@media (min-width: 1366px) and (max-width: 1459px) {
    .Header-Specification-Section {
        min-width: 26px;
        margin-right: 12px;
        max-width: 360px;
    }

    .blue-header-text-section {
        margin-right: 12px;
    }

    .logout-strip {
        padding-right: 136px;
    }
}

@media (max-width: 1365px) {
    .Header-Specification-Section {
        min-width: 26px;
        margin-right: 12px;
        max-width: 274px;
    }

    .blue-header-text-section {
        margin-right: 12px;
    }

    .logout-strip {
        padding-right: 136px;
    }
}

@media (max-width: 1024px) {
    .d-none-sm {
        display: none;
    }

    .logout-strip {
        padding-left: 50px;
        padding-right: 50px;
    }

    .Header-Specification-Section {
        min-width: 30px;
        margin-right: 16px;
        max-width: 310px;
    }
}

@media (max-width: 992px) {
    .Header-Specification-Section {
        min-width: 30px;
        margin-right: 16px;
        max-width: 290px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .d-none-sm {
        display: none;
    }

    .logout-strip {
        padding-left: 50px;
        padding-right: 50px;
    }

    .Header-Specification-Section {
        min-width: 30px;
        margin-right: 16px;
        max-width: 180px;
    }
}

@media (max-width: 768px) {
    .d-none-sm {
        display: none;
    }

    .logout-strip {
        padding-left: 50px;
        padding-right: 50px;
    }

    .Header-Specification-Section {
        min-width: 30px;
        margin-right: 8px;
        max-width: 196px;
    }

    .blue-header-text-section {
        margin-right: 8px;
    }
}

@media (max-width: 767px) {
    .logout-strip {
        padding-left: 50px;
        padding-right: 50px;
    }

    .blue-strip-sm-section {
        width: 100%;
        padding-bottom: 3px;
    }

    .blue-header-text-section {
        border-right: 0;
        width: 100%;
    }

    .Header-Specification-Section {
        max-width: 520px;
    }

    .width-100-sm {
        width: 100%;
    }

    .back-to-dashboard-button {
        height: 33px;
    }

    .logout-button-section {
        height: 33px;
    }
}

.color-light {
    color: #fff;
}

#more {
    display: none;
}

#dots {
    display: none !important;
}

#ReadMoreBtn {
    display: none;
}

#more {
    display: flex;
}

@media (max-width: 767px) {
    #ReadMoreBtn {
        display: block;
    }

    #more {
        display: none;
    }
}

.logout-strip-back-btn-none {
    padding-left: 15px;
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
        width: 4.6rem;
    }
}

/*.sidebar {
    padding-left: 0;
    padding-right: 0;
}*/

.sidebar-light-primary {
    background: #fefefe;
}

.main-sidebar {
    box-shadow: none !important;
}

.content {
    padding-top: 46px !important;
}

.content-wrapper > .content {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/*@media (min-width: 992px) {
    .content-wrapper {
        padding-left: 64px;
    }
}*/

.card.data-list {
    margin: 8px;
    border-radius: 0 !important;
}

    .card.data-list .card-body {
        padding: 0.6rem;
        padding-bottom: 0;
    }

    .card.data-list .main-card-title {
        font-size: 20px;
    }

    .card.data-list table.dataTable {
        margin-top: -22px !important;
        margin-bottom: 0 !important;
    }

.card .btn {
    font-size: 1rem;
}

.table th, .table td {
    padding: 0.5rem;
    vertical-align: middle;
}

.table .btn i {
    font-size: 1rem !important;
}

.modal .modal-extra-text {
    font-weight: 600;
    margin-top: 12px;
}

.dataTables_info  {
    float: left;
}

.dataTables_paginate {
    float: right;
    margin-top: 0.5em !important;
}

button i {
    margin-right: 4px;
}

table button i {
    margin-right: 0;
}

.input-group.search-input input {
    margin-right: 0 !important;
    border-right: 0 !important;
}

.input-group.search-input .input-group-append span.input-group-text {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0.4em;
    border-radius: 0 !important;
}

    .input-group.search-input .input-group-append .input-group-text i {
        color: #ced4da;
    }

.pagination-detail {
    padding-left: 10px;
    padding-top: 12px;
    min-height: 44px;
}

.pagination-container {
    padding: 0 !important;
}

.pagination-container ul {
    float: right;
    padding-top: 6px;
}

.pagination-sm span {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
}

.pagination-container ul span, .pagination-container ul a {
    box-shadow: none;
}

.light-theme .current {
    background: #2957a4 !important;
    color: #fff;
}

.main-footer {
    margin-top: 2px !important;
    padding: 0.4rem !important;
}

.data-list  {
    margin-bottom: 0;
}

.content-wrapper {
    margin-bottom: 0 !important;
}

.table-responsive {
    overflow-y: auto;
    margin-top: 10px;
}

.card-header-flex-section button {
    margin-left: 4px;
}

button {
    border-radius: 0.2rem !important;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 6.5px;
    padding-left: 6.5px;
}

.pagination-options {
    background: #fcfcfc;
    border-top: 1px solid #eee;
    margin-left: -9px;
    margin-right: -9px;
}

.modal .col-xl-12, .modal .col-md-12, .modal .col-sm-12, .modal .col-xs-12 {
    margin-bottom: 6px !important;
}

.modal input {
    max-width: 100%;
}

.dropdown-menu {
    font-size: 1rem;
}

.note {
    font-size: 0.75rem;
}

.btn.btn-success.btn-add {
    color: #fff !important;
}

label {
    font-size: 16px;
}

.nav-sidebar .nav-link p {
    margin-left: 12px !important;
}

.b-r-0 {
    border-right: none !important;
}

.uom {
    color: #463029;
}

.input-group .input-group-text.uom {
    background-color: transparent;
}

.clickable {
    cursor: pointer;
}

.button-footer .btn {
    margin-left: 4px;
}

.input-icon-right input {
    padding-right: 30px !important;
}

.input-icon-right i, .input-icon-right span.uom {
    position: absolute;
    right: 22px;
    top: 42px;
}

.input-icon-right span.uom {
    top: 38px !important;
}

.dataTables_wrapper .table {
    border-top: 0;
}

textarea.form-control {
    height:  64px !important;
}

.dataTables_wrapper.dt-bootstrap4.no-footer {
    margin-top: 8px !important;
}
.input-group.search-input .input-group-append span.input-group-text {
    border-radius: 0px 4px 4px 0 !important;
}