.aq-p-calc{
    float: right;
}

.aq-btn-equip button {
    font-size: 14px;
    float: right;
}

td input {
    padding: 10px;
    margin-bottom: 0px !important;
}

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.col-bold {
    font-weight: bold;
}

.datagrid input {
    border: 1px solid #8d8d8d !important;
    color: #8d8d8d !important;
}

.datagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #fff;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.datagrid table td{
    padding: 5px 4px;
    text-align: center;
}

.datagrid table th {
    padding: 11px 9px;
    text-align: center;
}

.datagrid table thead th {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FEC901), color-stop(1, #FEC901));
    background: -moz-linear-gradient( center top, #FEC901 5%, #FEC901 100%);
    background-color: #FEC901;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    border-left: 1px solid #CFA301;
}

.datagrid table thead th:first-child {
    border: none;
}

.datagrid table tbody td {
    color: #363636;
    border-left: 1px solid #E1EEF4;
    font-size: 14px;
    font-weight: normal;
}

.datagrid table tbody .alt td {
    background: #E1EEF4;
    color: #363636;
}

.datagrid table tbody td:first-child {
    border-left: none;
}

.datagrid table tbody tr:last-child td {
    border-bottom: none;
}

@media (max-width: 600px) {
  .datagrid {display: none!important;}
}