﻿
html {
    scroll-behavior: smooth;
}

/* width */
body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: #80042d;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: #80042d;
}

    /* Handle on hover */
    body::-webkit-scrollbar-thumb:hover {
        background: #80042d;
    }




/* start::font size */
.font-small-1 {
    font-size: .7rem !important
}

.font-small-2 {
    font-size: .8rem !important
}

.font-small-3 {
    font-size: .9rem !important
}

.font-small-4 {
    font-size: 1rem !important
}

.font-medium-1 {
    font-size: 1.1rem !important
}

.font-medium-2 {
    font-size: 1.2rem !important
}

.font-medium-3 {
    font-size: 1.3rem !important
}

.font-medium-4 {
    font-size: 1.4rem !important
}

.font-medium-5 {
    font-size: 1.5rem !important
}

.font-large-1 {
    font-size: 2rem !important
}

.font-large-2 {
    font-size: 3rem !important
}

.font-large-3 {
    font-size: 4rem !important
}

.font-large-4 {
    font-size: 5rem !important
}

.font-large-5 {
    font-size: 6rem !important
}
/* end::font size */

/* start::font weight */
.text-bold-300 {
    font-weight: 300
}

.text-bold-400 {
    font-weight: 400
}

.text-bold-500 {
    font-weight: 500
}

.text-bold-600 {
    font-weight: 600
}

.text-bold-700 {
    font-weight: 700
}

.text-italic {
    font-style: italic
}

.text-highlight {
    padding: 4px 6px
}
/* end::font weight */


/* */

.nav-link-noclick {
    padding: 0.75rem 1.25rem;
    border: 1px solid #fbfbfb;
    border-radius: 5px;
    background-color: #fbfbfb;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .nav-link-noclick span {
        font-size: 1rem !important;
        font-weight: 600 !important;
        color: #282a3c !important;
    }



/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 40%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}


/* Modal Custom */


/* Work List */
.worklist {
}

.worklist-empty {
    background-color: #f2f3f8;
    border-radius: 3px;
    border: none;
    cursor: no-drop !important;
    opacity: 0.5;
}

.worklist:hover {
    background-color: #f2f3f8;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.row.kt-row--col-separator > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2
}

    .row.kt-row--col-separator > div:last-child {
        border-right: 0
    }

/* End Work List */

/* Start search ac no */

.search_acNumber button {
    border-radius: 32px 0px 11px 32px;
}

.search_acNumber input {
    border-radius: 0px 30px 30px 0px;
    background-color: #ececec;
}

/* Start search ac no */


.workflow-query {
    padding: 15px;
    border: 1px solid #e2e5ec;
    background-color: #f4f5f8;
    border-radius: 5px;
}

.workflow-query-padding-0 {
    padding: 0px;
    border: 1px solid #e2e5ec;
    background-color: #f4f5f8;
    border-radius: 5px;
}

.sticky-top {
    position: sticky !important;
    top: 119px;
    z-index: 12;
    background-color: white;
}

.sticky-sub-top {
    position: sticky !important;
    top: 165px;
    z-index: 9;
    background-color: #f9f9f9;
}


/* waarning msg */

.iConnect_warning_screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #1f1f1fde;
    display: table;
}

.iConnect_warning_screen_center {
    display: table-cell;
    vertical-align: middle;
}

.iConnect_warning_color {
    color: #e23e57
}

/* waarning msg */

.form-control-sm {
    height: calc(1.25em + 1rem + 2px);
    padding: 0.5rem 0.rem;
    font-size: 0.925rem;
    line-height: 1.35;
    border-radius: 0.28rem;
}

.customer_detail table tbody tr th {
    color: #212738;
    font-weight: 600;
}

.customer_detail table tbody tr th,
.customer_detail table tbody tr td {
    padding: 0.25rem 0.75rem;
    font-size: 12px;
    vertical-align: middle;
}

.table_first_col_freeze {
    border-collapse: separate;
    border-spacing: 0;
}

.table-white-space-th th {
    white-space: nowrap
}

.table_first_col_freeze th:first-child,
.table_first_col_freeze td:first-child {
    position: sticky;
    left: 0px;
    background-color: #ffffff;
    width: auto;
    border-collapse: separate;
    white-space: nowrap;
}

.table thead th {
    vertical-align: baseline;
    border-bottom: 2px solid #EBEDF3;
}


.customer_detail_showhide {
    position: fixed;
    top: 0;
    z-index: 9999;
    height: 65px;
    width: 98%;
    background-color: white;
}


/* Loader */
.loader_table {
    position: fixed;
    background: #00000045;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: table;
}

.loader_table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: -webkit-center;
    text-align: center;
}

    .loader_table-cell i {
        color: white;
        font-size: 75px;
    }

    .loader_table-cell span {
        width: 130px;
        filter: brightness(0) invert(1);
    }


/* btn edit */
.btn-edit, .btn-group-edit > .btn {
    padding: 0.3rem 2rem;
    font-size: 0.875rem;
    line-height: 1.35;
    border-radius: 0.42rem;
}



/* Scroll Bar ---------------------------------------------------------------------------------------------- */

.scroll-bar-wrap {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.scroll-box {
    width: 100%;
    height: 450px;
    overflow-y: scroll;
}

    .scroll-box::-webkit-scrollbar {
        width: .4em;
    }

    .scroll-box::-webkit-scrollbar,
    .scroll-box::-webkit-scrollbar-thumb {
        overflow: visible;
        border-radius: 4px;
    }

    .scroll-box::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,.2);
    }

.cover-bar {
    position: absolute;
    background: #fff;
    height: 100%;
    top: 0;
    right: 0;
    width: .4em;
    -webkit-transition: all .5s;
    opacity: 1;
}
/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
    opacity: 0;
    -webkit-transition: all .5s;
}

/* end::Scroll Bar ---------------------------------------------------------------------------------------------- */
