:root {
    --primary-color: #335d88;
    --secondary-color: #eef3f7;
    --dark-color: #666666;
    --highlight-color: #ffffff;
    --yellow-color: #F57E1B;
    --black-color: #333333;
    --border-color: #ccc;

    --label-red: #e35a57;
    --label-blue: #4194bd;
    --label-green: #50aa51;
    --label-grey: #aaa;
    --label-yellow: #fdc82a;

    --bs-body-color: #68686a;

    --link-color: #2486C8;
}

main {
    overflow-x: clip;
}

* {
    font-family: 'Inter', sans-serif !important;
}
.login-screen {
    background: url(/static/img/paper_splash.jpg) no-repeat center fixed; 
    background-size: cover !important;
    height: 100vh;
    /* height: auto; */
    font-family: 'Inter', sans-serif;
    color: #eee;
}

.login-container {
    height: 100%;
    align-self: center;
    border-radius: 15px;
    padding: 20px;
    color: black;
    /* padding-bottom: 35px; */
    background-color: white;
    width: 100%;
    max-width: 400px;
    /* margin: auto; */
    /* display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around; */
}

.login-header {
    margin-right: 5px;
}

.login-container input {
    background-color: rgba(250, 250, 250, 0.9);
}

.login-button {
    background-color: rgba(250, 250, 250, 0.9);
    color: #333;
    border-color: #AAA;
    width: 100%;
    border-radius: 5px;
}

.form-check-input:checked {
    background-color: #27AE60;
    border-color: #27AE60;
}

.index-bg {
    width: 100%;
    object-fit: fill;
    opacity: 5%;
}

.index-action-selected {
    background-color: #EEEEF5;
}

.markdownx .row {
    margin: 5px;
    padding: 5px;
    border: 1px solid #cce;
    border-radius: 4px;
}

.markdownx-editor {
    width: 100%;
    border: 1px solid #cce;
    border-radius: 3px;
    padding: 10px;
}


.markdownx-preview {
    border: 1px solid #cce;
    border-radius: 3px;
    padding: 10px;
}

/* Progress bars */

.progress {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    background: #eeeef5;
    font-size: 75%;
    height: 1.25rem;
    border-radius: 10px;
}

.progress-bar {
    opacity: 60%;
    background: #2aa02a;
}

.progress-bar-under {
    background: #eeaa33;
}

.progress-bar-over {
    background: #337ab7;
}

.progress-value {
    width: 100%;
    color: #333;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    font-size: 110%;
}

.qr-code {
    max-width: 400px;
    max-height: 400px;
    align-content: center;
}

.navbar {
    border-bottom: 1px solid #ccc;
    background-color: var(--dark-color);
    box-shadow: 0px 5px 5px rgb(0 0 0 / 5%);
}

.inventree-navbar-menu {
    position: absolute !important;
}

.navbar-brand {
    float: left;
}

.navbar-spacer {
    height: 60px;
}

#navbar-barcode-li {
    border-left: none;
    border-right: none;
    padding-right: 5px;
}
.sidebar-list-group-item.active:hover {
    color: white;
}

.navbar-form {
    padding-right: 3px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}
.navbar-light .navbar-nav .nav-link .nav-link-dashboard{
    color: #292D32;
    font-weight: 400;
    font-size: 18px;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: var(--yellow-color);
}
#barcode-scan {
    margin-top: 1px;
}

.icon-header {
    margin-right: 10px;
}

.glyphicon {
    font-size: 18px;
}


.glyphicon-small {
    font-size: 12px;
}

.glyphicon-right {
    float: right;
}

.red-cell {
    background-color: #ec7f7f;
}

.part-price {
    color: rgb(13, 245, 25);
}

.icon-red {
    color: #c55;
}

.icon-orange {
    color: #fcba03;
}

.icon-green {
    color: #43bb43;
}

.icon-blue {
    color: #55c;
}

.icon-yellow {
    color: #CC2;
}

/* CSS overrides for treeview */
.expand-icon {
    font-size: 11px;
}

.treeview .badge {
    font-size: 10px;
}

.treeview .list-group-item {
    padding: 3px 5px;
}

.treeview .list-group-item .indent {
    margin-left: 3px;
    margin-right: 3px;
}

.list-group-item-condensed {
    padding: 5px 10px;
}

.stock-sub-group td {
    background-color: #ebf4f4;
}

.sub-table {
    margin-left: 45px;
    margin-right: 45px;
}

.detail-icon .glyphicon {
    color: #98d296;
}

.basecurrency {
    color: #050;
    font-style: italic;
    font-weight: bold;
}

.bomselect {
    max-width: 250px;
}

.rowvalid {
    color: #050;
}

.rowinvalid {
    color: #A00; 
}

.rowinherited {
    background-color: #eee;
    font-style: italic;
}

.dropdown {
    padding-left: 1px;
    margin-left: 1px;
}

.dropdown-buttons {
    display: inline-block
}

.dropdown-menu .open{
    z-index: 1000;
    position: relative;
    overflow: visible;
}

/* Styles for table buttons and filtering */
.button-toolbar .btn {
    margin-left: 1px;
    margin-right: 1px;
}

.filter-list {
    display: inline-block;
    *display: inline;
    margin-bottom: 1px;
    margin-top: 1px;
    vertical-align: middle;
    margin: 1px;
    padding: 2px;
    border-radius: 3px;
}

.filter-list .close {
    cursor: pointer;
    right: 0%;
    padding-right: 2px;
    padding-left: 2px;
    transform: translate(0%, -25%);
}
  
.filter-list .close:hover {
    background: #bbb;
}

.filter-list .form-control {
    width: initial;
}

.filter-tag {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background: #eee;
    margin: 1px;
    margin-left: 5px;
    margin-right: 5px;
    white-space: nowrap;
}

.filter-button {
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.filter-input {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.filter-tag:hover {
    background: #ddd;
}

/* Part image icons with full-display on mouse hover */

.hover-img-thumb {
    background: #eee;
    width: 28px;
    height: 28px;
    object-fit: contain;
    border: 1px solid #cce;
}

.hover-img-large {
    background: #eee;
    display: none;
    position: absolute;
    z-index: 400;
    border: 1px solid #555;
    max-width: 250px;
}

.hover-icon {
    margin-right: 10px;
}

.hover-icon:hover > .hover-img-large {
    display: block;
}

/* dropzone class - for Drag-n-Drop file uploads */
.dropzone {
    z-index: 2;
}

/*
.dropzone * {
    pointer-events: none;
}
*/

.dragover {
    background-color: #55A;
    border: 1px dashed #111;
    opacity: 0.1;
    -moz-opacity: 10%;
    -webkit-opacity: 10%;
}

.table-condensed {
    font-size: 90%;
}

.table-condensed td {
    padding: .25em .5em;
}

.table button {
    font-size: 90%;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

/* grid display for part images */

.table-img-grid tr {
    display: inline;
}

.table-img-grid td {
    padding: 10px;
    margin: 10px;
}

.table-img-grid .grid-image {

    height: 128px;
    width: 128px;
    object-fit: contain;
    background: #eee;
}

/* pricing table widths */
.table-price-two tr td:first-child {
    width: 40%;
}

.table-price-three tr td:first-child {
    width: 40%;
}

.table-price-two tr td:last-child {
    width: 60%;
}

.table-price-three tr td:last-child {
    width: 30%;
}

 .table td.bs-checkbox {
      cursor: pointer !important;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center !important;
      vertical-align: middle !important;
    }
.table td.bs-checkbox input[type="checkbox"] {
  accent-color: #0d6efd;
}

/* tracking table column size */
#track-table .table-condensed th {
    inline-size: 30%;
    overflow-wrap: break-word;
}

.panel-heading .badge {
    float: right;
}

.badge-right {
    float: right;
}

.icon-badge {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 125%;
}

.part-properties > span {
    padding-left: 5px;
    padding-right: 5px;
}

.part-thumb {
    width: 200px;
    height: 200px;
    margin: 2px;
    padding: 3px;
    object-fit: contain;
}

.part-thumb-container:hover .part-thumb-overlay {
    opacity: 1;
}

.part-thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .25s ease;
    padding-top: 10px;
    padding-left: 25px;
    margin: 5px;
}

.checkbox {
    margin-left: 20px;
}

.checkboxinput {
    padding-left: 5px;
    padding-right: 5px;
}

.form-switch {
    font-size: 120%;
}

.media {
    /* padding-top: 15px; */
    overflow: visible;
}

.media-body {
    padding-top: 10px;
    overflow: visible;
}

.navigation {
    background-color: none;
}

.nav-tabs {
    margin-bottom: 20px;
}

.settings-container {
    width: 90%;
    padding: 15px;
}

.settings-nav {
    height: 100%;
    width: 160px;
    position: fixed;
    z-index: 1;
    /* top: 0;
    left: 0; */
    overflow-x: hidden;
    padding-top: 20px;
    padding-right: 25px;
}

.settings-content {
    margin-left: 175px;
    padding: 0px 10px;
}

.breadcrumb {
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 10px;
}


.inventree-pre-content {
    width: auto;
}

.inventree-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    transition: 0.1s;
}

.search-autocomplete-item {
    border-top: 1px solid #EEE;
    margin-bottom: 2px;
    overflow-x: hidden;
}

.modal {
  overflow: hidden;
  z-index: 9999;
}

.modal-error {
    border: 2px #FCC solid;
    background-color: #f5f0f0;
}

.modal-header {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 25px;
    color: white;
    background-color: var(--yellow-color);
    border-bottom: 1px solid var(--border-color);
}

.modal-footer {
    border-top: 1px solid #ddd;
}

.modal-primary {
    z-index: 10000;
}

.modal-secondary {
    z-index: 11000;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.25s;
}

.modal-close:hover,
.modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.modal-image-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

@media only screen and (max-width: 700px){
    .modal-image-content {
      width: 100%;
    }
}

.modal-image {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.85); /* Black w/ opacity */
}

.js-modal-form .checkbox {
    margin-left: 0px;
}

.modal-dialog {
    width: 65%;
    max-width: 80%;
}

.modal-secondary .modal-dialog {
    width: 40%;
    padding-top: 15px;
}

.modal-content h3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.modal-form-content-wrapper {
  border-radius: 0;
  position:relative;
  height: auto !important;
  max-height: calc(100vh - 200px) !important;
  overflow-y: auto;
  padding: 10px;
}

.form-panel {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}

.form-group {
    padding-bottom: 15px;
}


.form-field-error {
    color: #A94442;
}

.modal input {
    width: 100%;
}

input[type="submit"] {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.modal textarea {
    width: 100%;
}

/* Force a control-label div to be 100% width */
.modal .control-label {
    width: 100%;
    font-weight: 700;
    margin-top: 5px;
}

.modal .control-label .btn {
    padding-top: 3px;
    padding-bottom: 3px;
}

.modal .btn-form-secondary {
    margin-bottom: 10px;
}

.sidebar-list-group-item {
    background-color: var(--dark-color);
    color: white;
}

.sidebar-list-group-item.active {
    color: var(--highlight-color);
    background-color: var(--yellow-color);
    border-color: inherit;
}
.sidebar-list-group-item:hover{
    color: var(--yellow-color);
}

.container > aside,
.container > main {
  padding: 10px;
  overflow: auto;
}


.wrapper {
    align-items: stretch;
    display: flex;
}

.help-inline {
    color: #A11;
}

.notification-area {
    opacity: 0.8;
}

.notes {
    border-radius: 5px;
    background-color: #fafafa;
    padding: 5px;
}

.alert {
    border-radius: 5px;
    opacity: 0.9;
    pointer-events: all;
}

.alert-block {
    display: block;
}

.navbar .btn {
    margin-left: 5px;
}

.btn-secondary {
    background-color: var(--bs-body-color);
    border-color: var(--bs-body-color);
}

.btn-outline-secondary {
    color: var(--bs-body-color);
    border-color: var(--bs-body-color);
}

.btn-small {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.btn-remove {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    color: #A11;
}

.btn-create {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    color: #1A1;
}

.btn-edit {
    padding: 3px;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    color: #55E;
}

.button-toolbar {
    padding-left: 0px;
}

.panel-group {
    margin-bottom: 5px;
}


.panel-group {
    border-radius: 2px;
}

.panel-heading {
    color: var(--black-color);
    background-color: white;
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0px 5px 5px rgb(0 0 0 / 5%);
}

#breadcrumb-list{
    justify-content: start !important;
    align-content: center !important;
}

.panel {
    /* box-shadow: 1px 1px #DDD; */
    margin-bottom: 0.75rem;
    background-color: #fff;
    /* border: 1px solid #f5f5f5; */
}


.panel-hidden {
    display: none;
}

.panel-inventree .card {
    padding: 10px;
}

.float-right {
    float: right;
}

.warning-msg {
    color: #e00;
}

.info-messages {
    padding: 5px;
}

.info-messages .alert {
    padding: 5px;
    margin-bottom: 10px;
}

.part-allocation {
    padding: 3px 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.part-allocation-pass {
    background-color: #dbf0db;
}

.part-allocation-underallocated {
    background-color: #f0dbdb;
}

.part-allocation-overallocated {
    background-color: #ccf5ff;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
	line-height: unset;
}

.clip-btn {
    font-size: 10px;
    padding: 0px 6px;
    color: var(--label-grey);
    background: none;
}

.clip-btn:hover {
    background: var(--label-grey);
}

.sidebar-wrapper {
    overflow-y: auto;
    margin-top: 0.3rem;
    padding-top: 0.25rem;
}

.sidebar-item-icon {
    min-width: 20px;
}

.sidebar-item-text {
    margin-left: 15px;
    margin-right: 15px;
}

.sidebar-nav a {
    color: var(--bs-body-color);
}

.row.full-height {
    display: flex;
    flex-wrap: wrap;
}

.row.full-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.select2-close-mask {
    z-index: 99999;
}

.select2-dropdown {
    z-index: 99998;
}


.select2-thumbnail {
    max-width: 24px;
    max-height: 24px;
    border-radius: 4px;
    margin-right: 10px;
}

.select2-selection {
    overflow-y: clip;
}

.form-clear {
    padding: 6px 6px;
}

/* Force minimum width of number input fields to show at least ~5 digits */
input[type='number']{
    min-width: 80px;
}

.search-menu {
    padding-top: 2rem;
}

.search-menu .ui-menu-item {
    margin-top: 0.5rem;
}

.product-card {
    width: 20%;
    padding: 5px;
    min-height: 25px;
    background-color: transparent;
}

.product-card-panel{
    height: 100%;
    margin-bottom: 5px;    
}

.borderless {
    border: none;
}

a {
    text-decoration: none;
    background-color: transparent;
    color: var(--link-color);
}
.title-login {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto;
}

.btn-login {
    background-color: var(--yellow-color);
    color: white;
    border-radius: 4px;
}
.btn-cancel{
    color: #808080;
    width: 100px;
    background-color: white;
    border-color: #b3b3b3;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--yellow-color);
    border-color: var(--yellow-color);
}

.page-link {
    color: var(--yellow-color);
}

#cke_id_rules{
    width: 100%;
}

.notification-navbar button {
    display: block;
    padding: 1em 2em;
    outline: none;
    font-weight: 600;
    border: none;
    color: #fff;
    background-color: #3498db;
    border: 1px solid #1f74ac;
    border-radius: 0.3em;
    margin-top: 4em;
    cursor: pointer;
}

.notification-navbar button:hover {
    background-color: var(--yellow-color);
}

/* Notifications */

.notification-navbar .notification {
    display: inline-block;
    position: relative;
}

.notification-navbar .notification::after {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.notification-navbar .notification::after {
    font-family: Arial;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 4px 6px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    background: var(--yellow-color);
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}


.notification-navbar .notification.show-count::after {
    transform: scale(1);
    opacity: 1;
}

@keyframes ring {
    0% {
        transform: rotate(35deg);
    }
    12.5% {
        transform: rotate(-30deg);
    }
    25% {
        transform: rotate(25deg);
    }
    37.5% {
        transform: rotate(-20deg);
    }
    50% {
        transform: rotate(15deg);
    }
    62.5% {
        transform: rotate(-10deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}



.notification-body .wrapper {
    margin: 50px auto;
    width: 375px;
    height: 125px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px #ddd;
    overflow: hidden;
  }
  
.notification-body img {
    float: left;
    width: 125px;
    height: 125px;
    border-right: 1px solid #eee;
  }
  
.notification-body article {
    float: right;
    padding: 14px 14px 20px;
    width: 221px;
    border-bottom: 1px solid #eee;
  }
  
.notification-body h2 {
    margin: 1px 0 7px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  
.notification-body p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  
.notification-body nav {
    float: right;
    margin: 14px;
    width: 221px;
  }
  
.notification-body nav ul li {
    float: right;
    display: inline-block;
  }
  
.notification-body nav ul li a {
    margin: 0 8px;
    font-size: 1.2rem;
  }
  
.notification-body nav ul li .fontawesome-retweet, nav ul li .fontawesome-reply {
    color: #aaa;
  }
  
.notification-body nav ul li .fontawesome-star {
    color: #4099FF;
  }
  
.notification-body nav li.time {
    float: left;
    color: #aaa;
  }

.notification-body{
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
  }

.bg-antiquewhite{
background: antiquewhite;
}

.text-heading-detail { 
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; 
    text-transform: capitalize;
    margin-left: 20px;
}
.btn-actions {
    margin: 0 7px;
}

.page-content {
    padding: 0 0 !important;
}

.panel-content .card {
    border: 0;
    border-radius: 0;
}
.table-detail-content tr td:nth-child(2) {
    font-weight: bold;
    text-align: right;
    width: 50%;
}
.btn-create-detail {
    font-size:15px;
}
.table>:not(:first-child) {
    border-top: 0;
}
.table-condensed {
    border-color: #d8dee561;
}
.active-filter-status {
    background-color: #F57E1B;
    color: white;
}
.button-filter-status {
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer; display:flex; 
    align-items: center;
}
.btns-create {
    margin: 0 10px;
}
.btn-create-outline {
    background-color: white;
    border-color: #F57E1B;
    color: #F57E1B;
    &:hover {
        background-color: #F57E1B;
        color: white;
    }
}
.btn-create-fill {
    background-color: #F57E1B;
    border-color: #F57E1B;
    color: white;
    &:hover {
        background-color: white;
        color: #F57E1B;
    } 
}
.doc-left::before {
    content: "";
    display: inline-block;
    width: 8px; 
    height: 8px;
    border-radius: 50%; 
    margin-right: 5px; 
}
.doc-left-save::before{
    background-color: #0069D9;
}
.doc-left-cancellation::before{
    background-color: #C82333;
}
.doc-left-refund::before{
    background-color: #00C200;
}
.doc-left-travel::before{
    background-color: #138496;
}
.doc-left-payout::before{
    background-color: #F57E1B;
}
.doc-left-clearance::before{
    background-color: #4808B0;
}
.doc-left-recall::before{
    background-color: #FF7792;
}
.doc-left-buy-bin:before{
    background-color: #5A6268;
}
.doc-left-hire-worker:before{
    background-color: #23272B;
}
.doc-left-hour24:before{
    background-color: #00C200;
}
.doc-left-hour7:before{
    background-color: #0069D9;
}
.request-stt-new {
    background-color:#D4DEF5; 
    color:#2481C1;
}
.request-stt-no-process {
    background-color:#FFF2CE; 
    color:#FFB40D;
}
.request-stt-process {
    background-color:#E4FBD1; 
    color:#0D6700;
}
.company-stt-active {
    background-color:#E4FBD1; 
    color:#0D6700;
}
.company-stt-inactive {
    background-color:#FFF2CE; 
    color:#FFB40D;
}
.company-stt-blacl-list {
    background-color:#494d48; 
    color:#000000;
}
.label-primary-stt {
    background-color:#D1ECFB; 
    color:#056AA4;
}
.label-info-stt {
    background-color:#CDF3FC; 
    color:#0D4113;
}
.label-success-stt {
    background-color:#E4FBD1; 
    color:#0D6700;
}
.label-danger-stt {
    background-color:#FFDDDF; 
    color:#F60808;
}
.label-warning-stt {
    background-color:#FFF2CE; 
    color:#FFB40D;
}
.label-secondary-stt {
    background-color:#D5D9DD; 
    color:#475467;
}
.label-dark-stt {
    background-color:#D5D9DD; 
    color:#475467;
}
.btn-multi-edit {
    color: #fff;
    background-color: #91C3E3;        
    &:hover {
        background-color: #66C3E3;
        color: #fff;
    }
}
.btn-multi-delete {
    color: #fff;
    background-color: #FB8383;
    &:hover {
        background-color: #FF7792;
        color: #fff;
    }
}
.btn-export {
    color: #fff;
    background-color: #F8D680;
    &:hover {
        background-color: #F5C952;
        color: #fff;
    }
}
/* Pagination & Search */
.fixed-table-toolbar {
    float: right;
    margin-top: 10px;
}
.fixed-table-pagination {
    float: left;
    margin-top: 10px !important;
}
.group-btn-action {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.sidebar-top {
    padding-top: 15px;
    padding-left: 8px;
}
/* Button  */
.btn-outline-orgran {
    color: #F57E1B;
    border-color: #F57E1B;
}
.btn-outline-orgran:hover {
    color: #fff;
    background-color: #F57E1B;
    border-color: #F57E1B;
}
.btn-orgran {
    color: #fff;
    background-color: #F57E1B;
    border-color: #F57E1B;
}
  .btn-orgran:hover {
    color: #fff;
    background-color: #E26B0A;
    border-color: #E26B0A;
}
/* Report */
#div_id_from_date {
    float: left;
    width: 50%;   
    padding-right: 8px;
}
#div_id_to_date {
    float: right;
    width: 50%;   
    padding-left: 8px;
}
#div_id_group {
    float: right;
    width: 50%;   
    padding-left: 8px;
}
/* Required  */
.asteriskField {
    color: red;
}
.fixed-table-pagination .pagination {
    float: left !important;
    margin-left: 20px !important;
}
#mySidebar .nav-link-dashboard{
    cursor: pointer;
}
#mySidebar .nav-link-dashboard.active{
    border-left: 3px solid #F57E1B;
    border-radius: 4px;
}
.extended-sidebar a.dropdown-item.active{
    background-color: #F57E1B;
    color: white;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgb(217 212 212);
}
#action-details{
    margin-left: 10px;
    padding:7px;
}
#action-details::after{
    display: none ;
}
.btn-new{
    border-radius: 7px !important;
    display: flex;
    align-items: center;
    margin: 0 5px !important;
    background-color: #91e3b7;
    color: #fff;
    height: 100%;
}
.remove-float{
    float: none !important;
}


.sidebar-selector:hover {
    color: var(--yellow-color);
}
.sidebar-selector.active {
    color: var(--highlight-color);
    background-color: var(--yellow-color);
    border-color: inherit;
}
.btn-new:hover{
    background-color: #82cea4;
    color:#fff !important;
}
#new-attachment-link:hover{
    background-color: #8c7461 !important;
}
#new-attachment:hover{
    background-color: #cf49e5 !important;
}
#action-details.dropdown-toggle #open{
    display: block;
}
#action-details.dropdown-toggle #close{
    display: none;
}
#action-details.dropdown-toggle.show #open{
    display: none;
}
#action-details.dropdown-toggle.show #close{
    display: block;
}
.remove-margin {
    margin-left:0 !important;
    padding-right: 0 !important;
    padding-left: 0;
}
#pre-form-content {
    margin: 0 12px;
}
#form-content {
    /* display: flex;
    flex-wrap: wrap; */
    margin: 0 12px;
}
.table-noteslist th td p {
    margin: unset !important;
}
.progress-import .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent) !important;
    background-size: 1rem 1rem !important;
}
.modal input[type="radio"] {
    width: auto;
}
.modal .form-radio label {
    padding-left: 10px;
}

/* Truncate text */
.truncate {
  white-space: nowrap;
  overflow: hidden ;
  text-overflow: ellipsis;
  display: block ;
  max-width: 200px ;
}

.truncate-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* custom animation for model */
@keyframes modal-slide-in {
  from { transform: translateY(-24px); opacity: 0.6; }
  to   { transform: translateY(0);     opacity: 1; }
}

@keyframes modal-slide-out {
  from { transform: translateY(0);     opacity: 1; }
  to   { transform: translateY(-16px); opacity: 0; }
}
.modal .modal-dialog {
  transform: translateY(-16px);
}

.modal.show .modal-dialog {
  animation: modal-slide-in 0.22s ease-out;
  transform: translateY(0);
}

.modal-backdrop {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.modal-backdrop.show {
  opacity: 0.25;
}
