div.dataTables_wrapper .bottom div.dataTables_length {
    float: left;
    display: block;
    padding-top: 7px;
}

div.dataTables_wrapper .bottom div.dataTables_info {
    float: left;
    display: block;
    padding-top: 0px;
    padding-left: 30px;
    margin-top:5px;
    line-height:36px;
    padding-right: 10px;
}

div.dataTables_wrapper .bottom div.dataTables_paginate {
    float: right;
    display: block;
    padding-top: 3px;
}

div.dataTables_wrapper .pagination_wrapper {
    float:right;
    display:block;
}

.dataTables_paginate .pagination .page-link {
    border:0px;
}

.dataTables_paginate .pagination {
    border: 1px solid #dee2e6;
}

.dataTables_paginate .pagination .page-item.active .page-link {
    background-color: #962a4b;
    margin: 2px 0px;
}
.p-0{padding:0!important}

body {
    font-size: 14px!important;
    line-height: 20px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.sidebar-form input[type="text"], .skin-blue .sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 35px;
}
.sidebar-form input[type="text"] {
    color: #666;
    border-radius: 2px 0 0 2px;
}
.main-header .sidebar-toggle {
    padding:0;
}

table input {
    width:100%;
}
table thead tr:first-child{
    background-color: #962a4b;
    border: 1px solid #ced4da;
    color: white;
    border-radius: .25rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #962a4b;
    color: white;
}

.btn-primary {
    color: #fff!important;
    background-color: #962a4b;
}

.main-sidebar {
    padding-top: 0px;
}

.treeview-menu>li>a {
        font-size: 14px;
}



.content-wrapper {
    background-color: #ffffff;
}
.dataTable>thead>tr>th, .listTable>thead>tr>th {
    border-bottom: 0px solid #f4f4f4;
}

.dataTable>tbody>tr , .listTable>tbody>tr {
    background-color: #f1f1f1;
    margin-bottom: 3px;
}
.dataTable>tbody>tr>td, .listTable>tbody>tr>td {
    border-top: 10px solid #ffffff;
    margin-bottom: 3px;
}

.col-search>th {
    padding-left: 0px;

}
.col-search>th>input {
    background-color: #f1f1f1;
}

.dataTables_wrapper>.bottom {
        padding-top: 10px;
}

.bulk-change-row .form-group{
    margin-bottom: 0px;
}
.bulk-change-row{
    margin-bottom: 1rem;
}

div.row a.add-entry, div.row span.add-entry {
    width: 45px;
    height: 45px;
    background: url('../img/sprite_admin.png') -3px -210px;
    display: inline-block;
}

.iti__flag {background-image: url('../img/flags.png')}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("../img/flags@2x.png");}
}

.modal-footer .action_name{
    text-transform: capitalize;
}

.flash-toast{
    position: fixed;
    top: 2rem;
    right: 3rem;
    z-index:99999;
}

.toast {
    max-width: 350px;
    min-width: 200px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
}

#ean-error{
    font-size: 0.7em;
    padding-left: 10px;
    color: #d80000;
}

.modal-dialog .content{
    padding:0;
}

.box-primary .overlay{
    text-align: center;
}

.breadcrumb li {
    margin-left: 5px;
}

.calendar-range-import{
    padding:6px;
    cursor: pointer;
}

.calendar-range-import i{
    font-size:25px;
}

.reset-date {
    font-size: 20px !important;
    cursor: pointer;
}
div.datepicker {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.checkbox_all {
    width: 15px;
}
#confirmConnectionsModal .modal-body{
    height: 800px;
    overflow-y: auto;
}
