#application_ajaxrender {padding:20px;}
#clx_datatable tbody, td, tfoot, th, thead, tr {
    border-color: #d2d1d1;
    border-style: solid;
    border-width: 0;
}

.table-bordered>:not(caption)>* {
    border-width: 1px!important;
}
.table-bordered>tbody>tr:first-child {
    border-top-width: 1px!important;
}
.table-bordered>thead>tr, .table-bordered>thead>tr>th {
    border-bottom-width: 1px !important;
    border-top-width: 1px !important;
}

.inv_notes {font-size:10px;}

.redactor-editor ul {  font-size: 11px;}

@media (min-width: 600px) {
    .box svg {width:60px;height:60px;}
    .box img {width:60px;height:60px;}
}
@media (min-width: 1280px) {
     .box svg {width:70px;height:70px;}
     .box img {width:70px;height:70px;}
}
@media (min-width: 1600px) {
     .box svg {width:90px;height:90px;}
     .box img {width:90px;height:90px;}
    
}