body.authentication {
    background: url(../image/bg/login-bg.jpg) no-repeat;
    background-size: cover;
}
body {
    font-size: 0.7rem;
}
.text-right {
    text-align: right!important;
}
.page-wrapper {
    background: url(../image/bg/login-bg.jpg) no-repeat;
}
.page-wrapper.toggled .toggle-sidebar .icon-menu {
    display: block!important;
}
.page-wrapper.toggled .toggle-sidebar .icon-x {
    display: none!important;
}
.page-header {
    margin: 0 0 10px 0;
}
/* PAGE SIDEBAR */
.page-header .toggle-sidebar {
    display: flex;
}
@media screen and (min-width:1024px) {
    .page-wrapper.toggled .default-sidebar-wrapper {
        width: 78px;
    }

    body.default-sidebar .page-wrapper.toggled .main-container {
        padding: 0 0 0 80px;
    }

    .page-wrapper.toggled span.menu-text {
        display: none;
    }

    .page-wrapper.toggled .sidebar-wrapper .default-sidebar-wrapper .default-sidebar-menu .default-sidebar-dropdown.active>a:after {
        display: none;
    }

    .page-wrapper.toggled .default-sidebar-wrapper .default-sidebar-menu .default-sidebar-dropdown>a:after {
        display: none;
    }

    .page-wrapper.toggled .default-sidebar-submenu {
        display: none!important;
    }
}
/* END PAGE SIDEBAR */


.field-wrapper .field-placeholder {
    font-size: 0.7rem;
}
.table {
    font-size: 0.7rem;
}
table.dataTable td {
    padding: 0.2rem!important;
}
.row.gutters .card .card-header {
    padding: 0.5rem 1rem 0 1rem;
}
.row.gutters .card .card-header-lg {
    padding: 0.3rem 1rem 0.3rem 1rem;
    position: sticky;
    top: 0;
    z-index: 1;
    background: lightgrey;
}
.row.gutters .card .card-body {
    padding: 0.5rem 1rem 0 1rem;
}
.card {
    margin-bottom: 10px;
}
.section-form.hide-form {
    display: none;
}
span.is-invalid .selection .select2-selection {
    border-color: rgba(220, 53, 69, .9);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(1.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.field-wrapper input, .field-wrapper select, .field-wrapper textarea {
    color: #495057;
}

.bg-grey {
    background-color: #c7ced5;
}
.dropify-message p {
    font-size: 14px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e3e3e3;
    cursor: no-drop;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e3e3e3!important;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    cursor: no-drop;
}

table.bg-table-grey th {
    background-color: #787878;
    color: #fff;
}
table#table-barang tr {
    cursor: pointer;
}

.hidden {
    display: none!important;
}

a.btn.btn-xs {
    padding: 7px!important;
}

.add-attachment {
    cursor: pointer;
    color: #646464;
    width: 100%;
    border: 3px dotted #a5a5a5;
    padding: 20px;
    border-radius: 3px;
    cursor: pointer;
}
.add-attachment.is-invalid {
    border: 3px dotted #dc3545;
    color: #dc3545;
}
.add-attachment:hover {
    border: 3px dotted #191d21;
    color: #191d21;
}
.list-attachment .item {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
}
.list-attachment .item-body {
    border: 1px solid #6c757d;
    border-radius: 5px;
}
.list-attachment .item .item-body .item-remove {
    float: right;
    padding: 5px;
    border-left: 1px solid #6c757d;
    border-bottom: 1px solid #6c757d;
}
.pointer {
    cursor: pointer !important;
}
.list-attachment .item a {
    color: #565656;
    text-align: center;
}
.list-attachment .item .div-img {
    padding: 20px;
    font-size: 40px;
    color: #565656;
    min-height: 90px;
}
.list-attachment .item .div-img img {
    width: 100%;
    object-fit: contain;
}

/* SCROLLBAR */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #1173eb;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #1173eb;
}
::-webkit-scrollbar-thumb:active {
  background: #1173eb;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
::-webkit-scrollbar-track:active {
  background: #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/* END SCROLLBAR */

#table-barang_processing {
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 50%);
}

#form-detail-attachment .fade:not(.show) {
    display: none;
}

/* TABLE DETAIL */
.table-radius {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 350px;
    width: 100%;
}

.table-radius tr th, .table-radius tr td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

.table-radius thead tr th {
    border-top: 1px solid #ccc;
}
.table-radius tfoot tr th {
    border-top:none !important;
}

.table-radius tr th:first-child, .table-radius tr th:last-child {
    border-top: solid 1px #ccc;
}

.table-radius tr th:first-child, .table-radius tr td:first-child {
    border-left: 1px solid #ccc;
}

.table-radius tr th:first-child, .table-radius tr td:first-child {
    border-left: 1px solid #ccc;
}

.table-radius tr th {
    background: #eee;
    text-align: left;
}

/* top-left border-radius */
.table-radius thead tr:first-child th:first-child, .table-radius.Info tr:first-child td:first-child {
    border-top-left-radius: 6px;
}

/* top-right border-radius */
.table-radius thead tr:first-child th:last-child, .table-radius.Info tr:first-child td:last-child {
    border-top-right-radius: 6px;
}

/* bottom-left border-radius */
.table-radius tfoot tr:last-child th:first-child {
    border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
.table-radius tfoot tr:last-child th:last-child {
    border-bottom-right-radius: 6px;
}

.table-radius tbody tr td, .table-radius thead tr th {
    /* border-left: none !important;
    border-right: none !important; */
}

.table-radius tbody tr td:first-child, .table-radius thead tr th:first-child {
    border-left: 1px solid #ccc !important;
}

.table-radius tbody tr td:last-child, .table-radius thead tr th:last-child  {
    border-right: 1px solid #ccc !important;
}
.table-radius.table-nonfooter tbody tr:last-child td:first-child {
    border-bottom-left-radius:6px;
}
.table-radius.table-nonfooter tbody tr:last-child td:last-child {
    border-bottom-right-radius:6px;
}

.table-radius tr .empty {
    padding:20px;
    text-align:center;
}

.table-data-detail input, .table-data-detailx input, .table-data-detail select{
    width:fit-content;
    height:32px;
    border-radius:3px;
    border:1px solid #eaeaea;
    text-align: left;
    padding-left: 5px;
}
.table-data-detail .input-group-addon {
    border:1px solid #eaeaea;
    background:#f4f8fb;
}
.table-data-detail .has-error .input-group-addon {
    border:1px solid red;
    border-right:transparent;    
}
.table-data-detail .input-group input {
    border-left:transparent;
    border-top-left-radius:0px !important;
    border-bottom-left-radius:0px !important;
}
.table-data-detail .tr-green td {
    background:#81c868;
    color:#3e3e3e;
}
.table-data-detail .tr-red td {
    background:red;
    color:#3e3e3e;
}
.table-data-detail {
    font-size:10pt;
}
.table-data-detail .form-control {
    color:#495057;
}
/* END TABLE DETAIL */

/* START NOTIFICATION SIDEBAR */
span.notification {
    position: absolute;
    bottom: 1px;
    left: 50px;
    width: 13px;
    height: 15px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    background: #ec4f3d;
}

span.total_notification {
    position: absolute;
    right: 5px;
    background: #ec4f3d;
    font-size: smaller;
    color: white;
    padding: 3px;
    border: 2px solid #d4c4c4;
    border-radius: 50%;
    width: 30px;
    text-align: center;
}
/* END NOTIFICATION SIDEBAR */

/* START ACTION LIST */
.actions .dropdown-menu {
    background: rgb(18, 115, 235);
    border-radius: 2px;
}
.actions .dropdown-menu a {
    width: unset !important;
    height: unset !important;
    justify-content: unset !important;
    padding: 0.3rem 1rem;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center !important;
    font-size: unset !important;
}
.actions .dropdown-menu a i {
    font-size: .9rem;
    margin: 0 0.5rem 0 0;
    text-shadow: none;
}
.actions .dropdown-menu a:hover {
    background: #1067d3;
}
/* END ACTION LIST */

td.clickable-cell:hover, tr.clickable-row:hover {
    background: #1173eb42!important;
}

.tags-look .tagify__dropdown__item{
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: .3em .5em;
    border: 1px solid #CCC;
    background: #F3F3F3;
    margin: .2em;
    font-size: .85em;
    color: black;
    transition: 0s;
}

.tags-look .tagify__dropdown__item--active{
    border-color: black;
}

.tags-look .tagify__dropdown__item:hover{
    background: lightyellow;
    border-color: gold;
}

.tags-look .tagify__dropdown__item--hidden {
    max-width: 0;
    max-height: initial;
    padding: .3em 0;
    margin: .2em 0;
    white-space: nowrap;
    text-indent: -20px;
    border: 0;
}

.has-error-detail {
    border:1px solid red;   
}