.linhatabela {
  font-family: RobotoCondensed, tahoma, verdana, sans-serif;
}

.linhatabela.borda td {
  border-bottom: 1px solid black;
}


#myTable.tablesorter .header,
#myTable.tablesorter .tablesorter-header {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

#myTable.tablesorter thead .headerSortUp,
#myTable.tablesorter thead .tablesorter-headerSortUp,
#myTable.tablesorter thead .tablesorter-headerAsc {
	background-image: url(../images/asc.png);
	/*border-bottom: #000 2px solid;*/
}

#myTable.tablesorter thead .headerSortDown,
#myTable.tablesorter thead .tablesorter-headerSortDown,
#myTable.tablesorter thead .tablesorter-headerDesc {
	background-image: url(../images/desc.png);
	/*border-bottom: #000 2px solid;*/
}


#myTable.geral {    
/*    border-width: 1px;*/
    z-index: 200;
    border-collapse: collapse;
}

#myTable th td {
    /*border-collapse: collapse;*/
    text-align: left;
    font-family: RobotoCondensed, tahoma, verdana, sans-serif;
    font-size: 14px;
    color: black;    
    padding: 0 12px 0 12px;
}

#myTable tr:nth-child(odd) {
    /*background-color: #f4f7f2; /* #f3f3f3; */
    background-color: #f2f6ee;
    /*border-style: none none none none;*/
    border-width: 1px;
    border-color: #fff;
    height: 50px;
}
#myTable tr:nth-child(even) {
    background-color: #fff; 
    /*border-style: none none none none;*/
    border-width: 1px;
    border-color: #fff; 
    height: 50px;
}

#myTable th {
    background-color: #fff;
    cursor: pointer; 
    color: #000;
    border: 1px #000;
    border-style: solid none solid none;
    font-family: RobotoCondensedB, tahoma, verdana, sans-serif;
    font-size: 16px;
    height: 50px;
}  

#myTable.sortable thead {
    background-color: #eee;
    color: #666666;
    font-weight: bold;
    cursor: default;
}

/*
#myTable tr:hover {
    background-color: #ddd;
}      

#myTable tr:last-child:not([style*="display: none"]) {
  border-bottom: 1px solid black;
}    

#myTable tbody tr:not([style*="display: none"]):last-of-type {
  border-bottom: 2px solid #000;
}
*/
/* Sortable tables */


/* --------------------------------------------------------------------------------- */

#myTableComboio.tablesorter thead tr .header {
background-image: url(../images/bg.png);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}


#myTableComboio.tablesorter thead tr .headerSortUp {
background-image: url(../images/asc.png);
}
#myTableComboio.tablesorter thead tr .headerSortDown {
background-image: url(../images/desc.png);
}

#myTableComboio.geral {    
    border-width: 0;
}

#myTableComboio, th, td {
    border-collapse: collapse;
    text-align: left;
    font-family: RobotoCondensed, tahoma, verdana, sans-serif;
    font-size: 14px;
    color: black;    
    padding: 0 12px 0 12px;
}

#myTableComboio tr:nth-child(odd) {
    background-color: #fff;
    border-style: none none none none;
    border-width: 1px;
    border-color: #000;
}
#myTableComboio tr:nth-child(even) {
   background-color:#f2f6ee;
   border-style: none none none none;
   border-width: 1px;
   border-color: #000;    
}
#myTableComboio th {
    background-color: #fff;
    cursor: pointer; 
    color: #000;
    border: 1px #000;
    border-style: solid none solid none;
    font-family: RobotoCondensedB, tahoma, verdana, sans-serif;
    font-size: 14px;
    height: 50px;
}  
#myTableComboio tr {
    height: 36px;
}

#myTableComboio tr:last-child {
  border-bottom:1px solid black;
}    

/* Sortable tables */
#myTableComboio.sortable thead {
    background-color:#eee;
    color:#666666;
    cursor: default;
}  




/* --------------------------------------------------------------------------------- */




#myTableMarchas.geral, 
#myTableMarchasHead.geral {    
    border-width: 0px;
    z-index: 300;
}

#myTableMarchas.tbody,
#myTableMarchasHead.tbody {    
    border-bottom: 0px solid black;
}
    
#myTableMarchasHead, th, td, 
#myTableMarchas, th, td {
    text-align: left;
    font-family: RobotoCondensed, tahoma, verdana, sans-serif;
    font-size: 14px;
    color: black;    
    padding: 0 12px 0 12px;
}

#myTableMarchas tr:nth-child(odd) {
    background-color: #f2f6ee;
    height: 60px;
}
#myTableMarchas tr:nth-child(even) {
   background-color: #fff;
   height: 60px;
}

#myTableMarchasHead th,
#myTableMarchas th {
    background-color: #fff;
    cursor: pointer; 
    color: #000;
    border: 1px #000;
    border-style: solid none solid none;
    font-family: RobotoCondensedB, tahoma, verdana, sans-serif;
    font-size: 14px;
    height: 50px;
}  

/* Sortable tables */
#myTableMarchas.sortable thead {
    background-color:#eee;
    color:#666666;
    cursor: default;
}  







/* --------------------------------------------------------------------------------- */





#myTableAlertas {
  width: calc(100% - 30px);
  table-layout: fixed; 
  margin-top: 0px; 
  margin-left: 15px; 
  margin-right: 15px;
  margin-bottom: 15px;
}

#myTableAlertas.tablesorter thead tr .header {
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

#myTableAlertas.tablesorter thead tr .headerSortUp {
    background-image: url(../images/asc.png);
}

#myTableAlertas.tablesorter thead tr .headerSortDown {
    background-image: url(../images/desc.png);
}

#myTableAlertas th td {
    border-collapse: collapse;
    text-align: left;
    font-family: RobotoCondensed, tahoma, verdana, sans-serif;
    color: black;    
    padding: 0 2px 0 2px;
}

#myTableAlertas tr:nth-child(odd) {
    /*background-color: #f4f7f2;*/
    border-style: none none none none;
    border-width: 1px;
    border-color: #000;
}

#myTableAlertas tr:nth-child(even) {
   /*background-color:#fff;*/
   border-style: none none none none;
   border-width: 1px;
   border-color: #000;    
}

#myTableAlertas th {
    background-color: #fff;
    cursor: pointer; 
    color: #000;
    border: 1px #000;
    border-style: solid none solid none;
    font-family: RobotoCondensedB, tahoma, verdana, sans-serif;
}  

#myTableAlertas tr:last-child {
  border-bottom:1px solid black;
  border-top: 0px solid black;
}    

/* Sortable tables */
#myTableAlertas.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}  


/* ////////////////////////////////// */
/* Definições para ecrãs *PEQUENOS */
@media all and (max-width: 800px) {

    #myTableAlertas td th {
        height: 30px;
        font-size: 10px;
    }
}

/* ////////////////////////////////// */
/* Definições para ecrãs GRANDES */
@media all and (min-width: 800px) {
    
    #myTableAlertas td th {
        height: 36px;
        font-size: 14px;
    }

}

