﻿body {

}

/*::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}*/

.modal-xl {
    max-width: 1140px;
}

.bg-info a {
    color:black !important;
}

.bg-info a:hover {
    color: white !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(0,0,0,0);
    -webkit-border-radius: 100px;
}
    ::-webkit-scrollbar:hover {
        background-color: rgba(0, 0, 0, 0.09);
    }

::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    -webkit-border-radius: 100px;
}

    ::-webkit-scrollbar-thumb:active {
        background: rgba(0,0,0,0.4);
        -webkit-border-radius: 100px;
    }

.nav-pills .nav-link:not(.active):hover {
    color: #17a2b8
}

.nav-treeview > .nav-item {
    margin-left: 10px;
}

.table th, .table td {
    padding: 0.25rem
}

tr.group {
    background-color: #DCDCDC !important;
    font-weight:bold;
}

.dt-button {
    margin-bottom: 20px;
    margin-left: 20px;
}

.bootstrap-select .filter-option span {
    display: none;
}

.show > .btn-light.dropdown-toggle{
    background-color:transparent
}

.btn-light {
    background-color: transparent;
    border: 1px solid #ced4da
}

    .btn-light:not(:disabled):not(.disabled):active {
        background-color: transparent;
    }

.btn-light:hover {
    background-color: transparent
}

.buttons-excel {
    background-color: rgb(17,158,93);
    color: white;
    font-size: 15px;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid transparent;
    line-height: 1.42857143;
    cursor: pointer;
    border-radius: 5px 5px;
    margin-bottom: 4px;
}

    .buttons-excel:hover {
        background-color: white;
        color: rgb(17,158,93);
        font-size: 15px;
        border-color: rgb(17,158,93);
    }

.buttons-pdf {
    background-color: rgb(86,125,234);
    color: white;
    font-size: 15px;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid transparent;
    line-height: 1.42857143;
    cursor: pointer;
    border-radius: 5px 5px;
}

    .buttons-pdf:hover {
        background-color: white;
        color: rgb(86,125,234);
        font-size: 15px;
        border-color: rgb(86,125,234);
    }

.buttons-print {
    background-color: rgb(234,128,96);
    color: white;
    font-size: 15px;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid transparent;
    line-height: 1.42857143;
    cursor: pointer;
    border-radius: 5px 5px;
}

    .buttons-print:hover {
        background-color: white;
        color: rgb(234,128,96);
        font-size: 15px;
        border-color: rgb(234,128,96);
    }

.buttons-copy {
    background-color: rgb(216,28,28);
    color: white;
    font-size: 15px;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid transparent;
    line-height: 1.42857143;
    cursor: pointer;
    border-radius: 5px 5px;
}

    .buttons-copy:hover {
        background-color: white;
        color: rgb(216,28,28);
        font-size: 15px;
        border-color: rgb(216,28,28);
    }


.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px);
}

.select2-selection__choice {
    color: black !important
}

/*.nav-item.menu-open > .nav-link {
    color: #fff !important;
    background-color: #17a2b8 !important
}*/
.nav-icon {
    font-size:1rem !important
}

.nav-link.active {
    color: #fff !important;
    background-color: #17a2b8 !important
}

#btn_scrolltop {
    font-size: 20px;
    color: #17a2b8;
    border-radius: 50%;
    border-color: #17a2b8;
    border-style: solid;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    background-color: transparent;
}

/*.loader {
    display: none;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, 0.1 ) url('/Content/Images/Eclipse-2s-68px.gif') 50% 50% no-repeat;
}

body.loading .loader {
    overflow: hidden;
}

body.loading .loader {
    display: block;
    z-index: 100000;
}*/

.spinnermodal {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

.btn-futa {
    background-color: #17a2b8;
    color: white;
    font-size: 15px;
    display: inline-block;
    /*padding: 6px 12px;*/
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    line-height: 1.42857143;
    cursor: pointer;
}

    .btn-futa:hover {
        background-color: white;
        color: #17a2b8;
        font-size: 15px;
        border-color: #17a2b8;
    }


.btn-futa-green {
    background-color: rgb(1,107,58);
    color: white;
    font-size: 15px;
    display: inline-block;
    /*padding: 6px 12px;*/
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    line-height: 1.42857143;
    cursor: pointer;
}

    .btn-futa-green:hover {
        background-color: white;
        color: rgb(1,107,58);
        font-size: 15px;
        border-color: rgb(1,107,58);
    }

.btn-futa-red {
    background-color: rgb(214, 81, 64);
    color: white;
    font-size: 15px;
    display: inline-block;
    /*padding: 6px 12px;*/
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    line-height: 1.42857143;
    cursor: pointer;
}

    .btn-futa-red:hover {
        background-color: white;
        color: rgb(214, 81, 64);
        font-size: 15px;
        border-color: rgb(214, 81, 64);
    }

.btn-action {
    width: 32px !important;
    height: 32px !important;
    background-color: transparent !important;
    color: #17a2b8 !important;
    border: none;
}

.btn-action:focus {
    outline: none !important;
}

.btn:focus {
    box-shadow: none !important;
}

.btn:active {
    box-shadow: none !important;
}

.menu-icon {
    color: #17a2b8
}

.nav-link.active > .menu-icon{
    color:white
}

.futa-modal-body {
    padding: 10px 50px;
}

.info-header {
    background-color: #17a2b8;
    color:white
}

.background-cl-panel {
    background-color: rgb(239,82,34);
}

.ic-panel {
    color: white;
    margin-left: 10px;
    margin-top: 10px
}

.tit-panel {
    color: white;
    font-size: 20px;
    margin-left: 10px
}

table.dataTable thead:not(.ignore-default) tr:first-child th {
    background-color: #17a2b8;
    color: white;
    font-weight: normal;
    border-bottom-color: transparent;
    vertical-align: middle;
    text-align: center;
}

.tb-futa thead tr th {
    background-color: #17a2b8;
    color: white;
    font-weight: normal;
    border-bottom-color: transparent;
    vertical-align: middle !important;
    text-align: center;
}

.page-item.active .page-link {
    background-color: #17a2b8 !important
}

.btn-dropdown {
    padding: .375rem .75rem
}

.dropdown-item {
    color: #6c757d
}

    .dropdown-item:hover {
        background-color: #17a2b8;
        color: white;
    }


.alert-success {
    background-color: #def2d9 !important;
    color: #46784c !important;
}

.alert-danger {
    background-color: #f3dede !important;
    color: #9f454a !important;
}

.pdfobject-container {
    height: 40rem;
    border: 1rem solid rgba(0,0,0,.1);
}

table.dataTable th.focus,
table.dataTable td.focus {
    outline: none;
    box-shadow:none !important;
}

.tab_warehouse > a:hover {
    color: #17a2b8 !important;
}

.tab_warehouse > a.active:hover {
    color: white !important;
}

.tab_warehouse a {
    /*border-bottom-left-radius: unset !important;
    border-bottom-right-radius: unset !important;*/
    border: 1px solid #17a2b8;
    margin-right: 5px
}

/*.tab-content {
    border: 1px solid #17a2b8;
    padding:20px;
}*/

.btn-circle {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/*@media (min-width:992px) {
.sidebar-mini .nav-sidebar, .sidebar-mini .nav-sidebar .nav-link, .sidebar-mini .nav-sidebar > .nav-header 
{
    white-space: normal !important;
}
}*/

@media print {
    body * {
        visibility: hidden;
    }

    #section-to-print, #section-to-print * {
        visibility: visible;
    }

    
}
.map-route {
    display: flex;
    flex-wrap: wrap;
    /*padding: 0.75rem 1rem;*/
    /*margin-bottom: 1rem;*/
    list-style: none;
    /* background-color: #e9ecef; */
    border-radius: 0.25rem;
}
.amount-of-money{
    text-align:right;
}
.amount-of-money-color {
    text-align: right;
    border-color: blue;
    font-weight: bold;
}
.futa-capitalised{
    text-transform:capitalize
}
.futa-uppercase {
    text-transform: uppercase
}

.cls > td {
    background-color: #17a2b8 !important;
    color: white !important;
}

    .cls > td > .dx-column-indicators > .dx-header-filter {
        color: white !important;
    }

.dx-page-size:before {
    content: attr(data-before);
    color: black;
}
td.wrapok {
    word-break: break-all;
}
.btn-expand {
    width: 32px !important;
    height: 32px !important;
    background-color: transparent !important;
    color: black !important;
    border: none;
}
ul.f-expand.dropdown-menu.show {
    display: contents;
}
.dataTables_length {
    float: left;
}
td.details-control {
    background: url('../Content/Images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../Content/Images/details_close.png') no-repeat center center;
}
table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
}

.table thead th {
    vertical-align: middle;
}
.orange-reject {
    color: rgb(214, 81, 64)
}
.green-processing {
    color: #05fb28
}
.blue-new {
    color: rgb(86,125,234)
}
.yellow-pay {
    color: #d5fe04
}
.status-complete {
    color: #fc6400
}
.status-wait-repair {
    color: rgb(217, 4, 250)
}
.modal-tab {
    position: relative;
    margin-left: 10px;
}

    .modal-tab a {
        border: 1px solid #e2e2e2;
    }

        .modal-tab a.active {
            border-color: #17a2b8;
        }

    .modal-tab .label {
        position: absolute;
        top: -5px;
        left: -4px;
        text-align: center;
        font-size: 12px;
        padding: 0 3px;
        height: 18px;
        line-height: 18px;
        min-width: 20px;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    }

.break-lword {
    word-break: break-all;
}