.rwd-table {
    margin: 1em 0;
    min-width: 300px;
}
.rwd-table thead {
   /* background-color: rgb(85, 151, 208);*/
    background:#6FC1B1;
}
.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.rwd-table th {
    display: none;
}
.rwd-table td {
    display: block;
}
.rwd-table td p {
    font-family: Crimson Text, serif;
    margin:0;
}
.rwd-table td:first-child {
    padding-top: .5em;
}
.rwd-table td:last-child {
    padding-bottom: .5em;
}
.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}
@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
}
.rwd-table th, .rwd-table td {
    text-align: left;
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
    margin: .5em 1em;
    position:relative;
}

.rwd-table td:last-child {
    border-right:0;
    text-align: center;
    width: 100px;
    padding:.2em !important;
}
@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .rwd-table th:first-child, .rwd-table td:first-child {
        padding-left: 5px;
    }
    .rwd-table th:last-child, .rwd-table td:last-child {
        padding-right: 0;
    }
}


.rwd-table {
    background: #fff;
    color: #fff;
    border-radius: .4em;
    overflow: hidden;
    border:1px solid #ddd;
    font-family: Montserrat, sans-serif;
    font-size:90%;
}

.rwd-table tr {
    border-color: #46627f;
}

@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        padding: .3em;
    }
}
.rwd-table td {
    background-color: #fff;
    color: #222;
    padding:3px 5px;
   /* line-height: 1.2em;*/
}
.rwd-table th, .rwd-table td:before {
    color: #dd5;
}
.rwd-table th {
    font-size:13px;
}
.rwd-table a {
    text-decoration: none;
}
th.dynatable-head:nth-child(5),.sediSection th.dynatable-head:nth-child(6),#sediDataTable th.dynatable-head:nth-child(7){
    text-align: center;
}
#sediDataTable tr td:nth-child(7) span {
    display: block;
    text-align: center;
}
select#dynatable-per-page-sediDataTable,.dynatable-per-page-select {
   /* width:auto !important;*/
}
.deviceData p, #mainTable p {
    margin:0;
}
#mainTable tr td{
    width: 6%;
}
#licenseTable td:nth-child(5) {
    width: 10%;
}
#licenseTable td:nth-child(5) p {
    text-align: center;
}
.ten,#mainTable tr td:first-child,#mainTable tr td:last-child{
    width:11%;
}
.twenty,#mainTable tr td:nth-child(2) {
    width:22%;
}
#mainTable tr td:nth-child(3){
    width:10%;
}

td.center,th.center{
    text-align: center;
}
#mainTable span.deviceData.italic {
    font-style: italic;
}
#mainTable span.deviceData.bold {
    font-weight: bold;
}
#dynatable-pagination-links-mainTable {
    margin-top:0;
}

/*#licenseTable tr td:nth-child(2){
    width:250px;
}*/
#licenseTable th:last-child,#licenseTable td:last-child{
    min-width: 130px;
}
#licenseTable td:first-child input[type='checkbox'] {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.trackliveBox #licenseTable th:last-child,.trackliveBox #licenseTable td:last-child {
    min-width: 32px;
    text-align: center;
}
.trackliveBox #licenseTable .editDeviceTools {
    float:none;
}
#elencoDeviceSedi p,#elencoConfig p {
    margin:0;
}
#elencoConfig  {
    font-size:12px;
    font-weight: normal;
    width:100%;
}
#elencoConfig td:last-child {
    width:30%;
}
.toolsWrapper {
    margin: 0 auto;
    text-align: center;
    width: 100px;
}
input#checkAll {
    display: block;
    margin: 0 auto;
    /* padding: 21px; */
    text-align: center;
    width: 25px;
}
tr.rowSelected {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
tr.rowSelected td {
    /* background: rgba(111, 193, 177,0.6); */
    background: rgba(0, 0, 0,0.1);
    /* color: #fff; */
    border-bottom: 1px solid #ddd;
    /* border-right: 1px solid #fff; */
    /* border-color: #fff; */
}
/* MODIFICHE TEST */
.dynatable-search {
    float: none;
    margin-bottom: 10px;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    font-family: "Montserrat";
}
span.dynatable-per-page {
    float:left;
}
span.dynatable-per-page-label {
    font-family: "Montserrat";
    font-size: 14px;
}
.dynatable-per-page-select {
    /* width: auto !important; */
    margin-bottom: 10px;
    font-family: "Montserrat";
    background: rgba(0,0,0,0.1);
    border: 1px solid #fff;
}

.dynatable-per-page-select option {
    font-family: "Montserrat";
}

input#dynatable-query-search-licenseTable, input#dynatable-query-search-sediDataTable, input#dynatable-query-search-mainTable,
input#dynatable-query-search-statusTable, input#dynatable-query-search-clientiDataTable {
    width: 100%;
    padding: 10px 5px;
    font-family: "Montserrat";
    background: rgba(0,0,0,0.1);
    border: 1px solid #fff;
}
span.dynatable-per-page {
    float:left;
}
span.dynatable-per-page-label {
    font-family: "Montserrat";
    font-size: 14px;
}
