.card{
    padding: 0.5rem !important;
}
.form-label {
    margin-bottom: 0.2rem !important;
    text-transform: uppercase;
    font-size: .782rem !important;
}
.form-control {
    padding: 4px 4px  4px 8px !important;
}
.form-select {
    padding: 4px 4px  4px 8px !important;
}
.card-body {
    padding: 0.5rem 0.5rem !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0px 5px !important;
}
.select2-container .select2-selection--multiple {
    min-height: 2rem !important;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 50% !important;
}
.table>:not(caption)>*>* {
    padding: 0.5rem 0.85rem !important;
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after {
    bottom: 0.5em !important;
}
.page-link {
    padding: 0.1rem 0.45rem !important;
}
.user-view-table table>:not(caption)>*>*{
    padding: 0.2rem 0.85rem !important;
}
.activity-widget .activity-list {
    padding: 5px 0 !important;
}
textarea.form-control {
    min-height: calc(0.5em + 0.9rem + 2px) !important;
}
.select2-container .select2-selection--single {
    height: calc(1.23em + 0.9rem + 2px)  !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}
.client-table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem !important;
}
.modal-dialog-centered {
    min-height: auto !important;
}
.modal-dialog-centered {
    align-items: normal !important;
}
.badge {
    font-size: 77% !important;
}
.input-group-text {
    padding: .35rem .9rem !important;
    font-size: .775rem !important;
}
.check-box{
    width: 20px;
    height: 20px;
}
.close-feather {
    float: right;margin-right: 5px;cursor:pointer;
}
.close-feather .feather-x-circle {
    color:#fff !important;
}
.page-title-box {
    padding: 13px 27px !important;
}
.modal {
    z-index: 99999 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #5897fb !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #333  !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}
.view-details-flex { display: flex; align-items: center; }
.view-details-flex > div { flex-grow: 1; }
.view-details-flex > div.icon-box { flex-grow: unset; padding-right: 2rem; }
.view-details-flex > div > div:nth-child(1) { text-transform: uppercase; font-size: 0.80rem; font-weight: 500; color: #CCC; }
.view-details-flex > div > div:nth-child(2) { font-weight: bold; font-size: 0.9rem; }
.view-details-flex .badge { padding: 1em 1.5em; }
.well-header {
    margin-bottom: 10px;margin-top: 10px;background: lavender !important;
}
/* #order-datatable th {
    padding: 10px 15px 15px !important;
    text-align: left;
    background-color: #f40205;
    color: #fff;
}
#order-datatable.dataTable{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
} */

#order-datatable td.pending_order{
    width: 10% !important;
    text-align: center;
}
#order-datatable td.order_name{
    width: 30% !important;
}
#order-datatable td.sum{
    text-align:right !important;
}

#order-datatable tr:nth-child(even) {
    background-color: #fcf8e3;
}

.well {
    background: #60606012 !important;
    border: 1px solid #fff !important;
    border-radius: 4px;
}


.typeahead{
    width: 80%;
}
.dropdown-item:hover{
    background-color: #4759d3 !important;
}
.typeahead li.active{
background-color: #4759d3;
}
.typeahead li.active a {
    color: #fff;;
}

input[type="checkbox"][readonly] {
    pointer-events: none;
}
.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0.5;
    background: url(../images/loading.gif) 50% 50% no-repeat rgb(249,249,249);
}
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 15px 0 30px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #444;
    font-size: 14px;
    box-shadow: 2px 2px 5px #444;
    -moz-box-shadow: 2px 2px 5px #444;
    -webkit-box-shadow: 2px 2px 5px #444;
    z-index: 9999;
}
.dataTables_processing.card {
    background-color: #2e80ff !important;
    background-clip: border-box;
    border: 1px solid #e2e7f1;
    border-radius: 0.25rem;
}
.view-details div{
    font-weight: 800;
    text-transform: uppercase;
    color: #aaa9a9;
}
.view-details p{
    font-weight: 800;
    text-transform: initial;
    color: #333;
}

::selection, :focus { border: 3px solid hsla( 220, 100%, 50%, 80% ) !important; outline: none; box-shadow: 0 0 0 3px hsla( 220, 100%, 50%, 80% ); }

.dataTables_length { display: inline-block;  }
div.dt-buttons { float: right; margin-bottom: 10px; }
div.dt-buttons .btn { background-color: #5897fb; }

/* menu style */
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>a {
    width: calc(220px + 70px) !important;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul
{
    width: 220px !important;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul ul li:hover>.collapse>ul{
    width: 220px !important;
}

@media print {
    .hide_for_print { display: none !important; visibility: hidden !important; }
}
