input[type='checkbox']:hover{
    cursor: pointer;
}

#order-products-table input[type='checkbox']{
    height: 25px;
    width: 17px;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-order-button-selected {
    border: 2px solid #66bb6a;
}

.custom-order-button-not-selected {
    border: none;
}

.card [class*="card-header-"] .ct-chart .ct-series-a .ct-bar {
    stroke-width: 19px;
}

.ct-chart .ct-label.ct-vertical.ct-start {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 400px) {
    .top-ten-brand {
        margin-right: 0 !important;
    }
}

.card-stats .card-header .card-category:not([class*="text-"]) {
    color: #000000;
    font-size: 16px;
}

.card .card-category .material-icons {
    position: relative;
    top: 6px;
    line-height: 0;
}

/*@media screen and (min-width: 1467px) and (max-width: 1761px)  {
    .card .card-category .material-icons {
        font-size: 20px;
    }
    .card-stats .card-header .card-category:not([class*="text-"]) {
        font-size: 9px;
    }
}*/

.list-active-filter .alert {
    display: inline-block;
    cursor: default;
    padding: 8px 10px;
    font-size: 13px;
}
#filter_area {
    position: relative;
}
#filter_input {
    height: 40px;
    /* overflow: hidden; */
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
}
.card .card-body #filter_input .form-group {
    margin: 0;
}
#filter_input > div, #filter_input > span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 500px;
    background-color: #FFF;
    border: 1px solid #1fb3d9;
    padding: 0 20px;
    border-radius: 0.2rem;
    height: 43px;
}
#filter_input > div._show, #filter_input > span._show {
    z-index: 10;
}
#filter_select .dropdown-toggle{
    cursor: pointer;
}
#filter_select .dropdown-menu{
    z-index: 1030;
}
#filter_select .btn-group {
    margin: 6px 1px;
}
#filter_select .btn-group .btn {
    padding: 12px 1.25rem
}
#dropdownMenuFilter{
    display: inline-block;
    width: 100%;
    max-width: 500px;
    color: #1fb3d9;
    background-color: #FFF;
    border: 1px solid #1fb3d9;
    padding: 12px 30px;
    border-radius: 0.2rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.42857143;
}
#dropdownMenuFilter:hover{
    color: #1fb3d9;
    background-color: hsl(0, 0%, 79%);
    border-color: #1fb3d9;
    box-shadow: 0 14px 26px -12px hsla(0,0%,98%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,98%,.2);
}
#dropdownMenuFilter:after{
    float: right;
    margin-top: 5px;
}
#filter_input .dropdown-menu {
    max-height: 450px;
    overflow: auto;
    z-index: 1040;
}
#filter_input .dropdown-toggle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#filter_input .dropdown {
    width: 100%;
}
.order-list-control .card.select, .order-list-control:hover .card {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.74);
}

@media screen and (min-width: 992px) and (max-width: 1467px)  {
    .order-list-control {
        flex: 0 0 50% !important;
        /* max-width: 50% !important; */
    }
    .card-stats .card-header .card-category:not([class*="text-"]) {
        margin-left: 18%;
    }
    
}
/* JF-435 Correction tableau listing commande */
@media (min-width: 769px) {
    .table-responsive table .table-label ,
    #order-list-table .order-label ,
    #customer-list-table .customer-label {
        display: none;
    }
    #order-list-table .search-block{
        background-color: #FFF;
    }
    #order-list-table .search-block h3{
        display: none;
    }
}
@media (max-width: 768px) {
    .table-responsive table thead,
    #order-list-table thead,
    #customer-list-table thead{
        display: none;
    }
    .table-responsive table tr,
    #order-list-table tr,
    #customer-list-table tr
    {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        background-color: #f5f5f5;
        border-radius: 12px;
        display: block;
        margin-bottom: 13px;
    }
    #order-list-table .search-block,
    #customer-list-table .search-block
    {
        border: 1px solid #969696;
        background-color: #eee;
    }
    .table-responsive table th, .table-responsive table td,
    #order-list-table th, #order-list-table td,
    #customer-list-table th, #customer-list-table td{
        display: block;
        width: 100%;
        font-weight: 700;
    }
    .table-responsive table tbody td,
    #order-list-table tbody td,
    #customer-list-table tbody td{
        border-top: 0!important;
    }
    
    .table-responsive table tbody td:last-child,
    #order-list-table tbody td:last-child,
    #customer-list-table tbody td:last-child{
        text-align: center;
    }
    .table-responsive table .table-label,
    #order-list-table .order-label,
    #customer-list-table .customer-label{
        width: 95px;
        display: inline-block;
        font-weight: 300;
    }
}
/* // JF-435 Correction tableau listing commande */


table a {
    color: #4caf50;
}
.link-detail {
    color: black;
}
.scrtabs-tab-scroll-arrow {
    border: 0;
}
.scrtabs-tab-scroll-arrow>span{
    border-right: 3px solid white;
    border-bottom: 3px solid white;
}

@media screen and (max-width: 768px) {
    .main-panel>.content {
        padding: 30px 5px;
    }
    .order-list-control .card-icon {
        width: 100%!important;
        min-width: auto!important;
    }
    .card-body.order-list-body {
        padding: 0;
    }
    .customer-order-filter > select {
        max-width: inherit!important;
    }
    .navbar-form .btn{
        right: inherit;
    }
    
}
@media screen and (max-width: 575px) {

}
.password-icon {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
    color: #aaa;
    transition: all 0.2s;
}
.password-icon:hover {
    cursor: pointer;
    color: #ff4754;
}