ul.detail-item li
::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
::-webkit-scrollbar-thumb {
    background: #f67003;
    border: 0 none #ffffff;
    border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
    background: #f67003;
}
::-webkit-scrollbar-thumb:active {
    background: #f67003;
}
::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0 none #ffffff;
    border-radius: 0;
}
::-webkit-scrollbar-track:hover {
    background: #ffffff;
}
::-webkit-scrollbar-track:active {
    background: #ffffff;
}
::-webkit-scrollbar-corner {
    background: transparent;
}



.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}



.btn-primary, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #f67003 !important;
    border-color: #f67003 !important;
}
a {
    color: #f67003;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
}
a:hover {
    color: #000000;
    text-decoration: none;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
}

.sidebar.sidebar-pills .nav-link.active .nav-icon, .sidebar.sidebar-pills .nav-link:hover .nav-icon {
    color: #f67003;
}
.sidebar-pills .nav-link.active, .sidebar-pills .nav-link:hover, .sidebar-pills .nav-link:hover .nav-icon {
    color: #f67003!important;
}

.sidebar.sidebar-pills .nav-link.active, .sidebar.sidebar-pills .nav-link:hover {
    color: #f67003!important;
}

.dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_length select:focus, .form-control:focus {
    background-color: #fff;
    border-color: #f67003;
    box-shadow: 0 0 0 2px rgba(246, 112, 3, .2);
    color: #495057;
    outline: 0;
}

table.dataTable.table-striped>tbody>tr:nth-of-type(odd):hover {
    background-color: rgba(246, 112, 3, .1);
}
table.table-hover tbody tr:hover {
    background-color: rgba(246, 112, 3,.1);
}
.btn-link {
    color: #f67003;
    font-weight: 400;
    text-decoration: none;
}


.page-item.active .page-link {
    background-color: #f67003;
    border-color: #f67003;
    color: #fff;
    z-index: 1;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #f67003;
    color: #fff;
    text-decoration: none;
}
.app-header.bg-light .navbar-brand {
    opacity: 1;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}
.app-header.bg-light .navbar-brand img {
    max-height: 40px;
}








h5.title-detail-reception {
    margin-bottom: 1.5em;
}

ul.detail-reception {
    margin: initial;
    padding: initial;
}

ul.detail-reception li, ul.list-group li, ul.list-items li {
    margin: initial;
    padding: initial;
    margin-bottom: 1em;
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

ul.detail-item li span.value,
ul.detail-reception li span.value, ul.list-group li span.value, ul.list-items li span.value {
    font-weight: 600;
}


.width-50 {
    width: 50px
}

.width-150 {
    width: 150px
}

.width-200 {
    width: 200px
}

#detail_item{
    overflow: scroll;
    height: 400px;
}

.redlabel{
    background-color: red !important;
}

ul.detail-item {
    margin: initial;
    padding: initial;
}

ul.detail-item li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    margin: initial;
    padding: initial;
    margin-bottom: .1em;
    list-style-type: none;
}

ul.status {
    margin: initial;
    margin-bottom: 6em;
    padding: initial;
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: .55em;
    font-weight: 600;
}

ul.status li {
    display: flex;
    width: 60px;
    height: 40px;
    border: 1px solid #ddd;
    background-color: #FFFFFF;
    justify-content: center;
    align-items: center;
    color: #000000;
    border-radius: 4px;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.status li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    width: 15px;
    height: 3px;
    background: #ddd;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.status li:not(:first-child):before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    width: 15px;
    height: 3px;
    background: #ddd;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


ul.status li.active {
    background-color: green;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.status li.active:not(:last-child):after {
    background-color: green;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.status li.active:not(:first-child):before {
    background-color: green;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


label.obligatoir:after {
    content: '*';
}


#testForm > div {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#testForm > div select {
    height: 40px;
    width: 200px;
    padding: 0 0.5em;
}




#search_area {
    position: relative;
}

#search_area i {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #ddd;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

h5.title-detail-reception {
    margin-bottom: 1.5em;
}

ul.detail-reception {
    margin: initial;
    padding: initial;
}

h5.title-detail-expedition {
    margin-bottom: 1.5em;
}

ul.detail-expedition {
    margin: initial;
    padding: initial;
}

ul.detail-expedition li {
    margin: initial;
    padding: initial;
    margin-bottom: 1em;
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}






.width-50 {
    width: 50px
}

.width-150 {
    width: 150px
}

.width-200 {
    width: 200px
}

#detail_item{
    overflow: scroll;
    overflow-x: hidden;
    height: 400px;
}

.redlabel{
    background-color: red !important;
}

ul.detail-item {
    margin: initial;
    padding: initial;
}


ul.status {
    margin: initial;
    margin-bottom: 6em;
    padding: initial;
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: .55em;
    font-weight: 600;
}

ul.status li.active {
    background-color: green;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.status li.active:not(:last-child):after {
    background-color: green;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.status li.active:not(:first-child):before {
    background-color: green;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


label.obligatoir:after {
    content: '*';
}


#testForm > div {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#testForm > div select {
    height: 40px;
    width: 200px;
    padding: 0 0.5em;
}



.dropdown-item:focus, .dropdown-item:hover {
    background-color: initial;
}








/*
    dashboard
*/
.badge-primary {
    background-color: #f67003;
}

span.rounded-pill {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin: initial;
    font-size: 1em;
}

#getoperationsform .form-group label {
    margin: 0;
    display: flex;
    align-items: center;
    width: 180px;
}
#getoperationsform .form-group .form-control {
    /*flex: 1;*/
}

.valeurs .card-body i {
    font-size: 4em;
    margin-right: 15px;
}

._value .card-body {
    position: relative;
}
._value i.la-pie-chart {
    position: absolute;
    margin: initial;
    padding: initial;
    right: -11%;
    top: -25%;
    font-size: 9em;
    opacity: .13;
}
._value .card-body > div {
    flex: 1;
}

._value ._value-title {
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
._value ._value-value {
    font-weight: 700;
    font-size: 3em;
    text-align: center;
}

#settings {
    padding: 0 0.8em;
    position: fixed;
    right: -118px;
    background: #fff;
    width: 200px;
    height: 80px;
    z-index: 1000;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    display: flex;
    align-items: center;
    font-size: 2.5em;
    -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
    -moz-box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#settings:hover {
    right: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#settings:hover a {
    color: #f67003;
}












/* remove delete button */

a[data-button-type=delete] {
    display: none !important;
}

