@charset "utf-8";
/* CSS Document */

body{

	font-size: 16px;
}

table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th {
  cursor: pointer;
}

th, td {
  text-align: center;
  padding: 7px;
}

tr:nth-child(even) {
  background-color: #f2f2f2
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align:middle;
}

.tablesorter-blue th,
.tablesorter-blue td {
	text-align: center;
}

.tablesorter-scroller-header {
    float: left;
}

.tablesorter-scroller-header {
    overflow-x: hidden;
}


.tablesorter {
    width: auto;
}



@media (min-width:768px) {
.container {
width:100%
}
.modal-lg {
  width:90%
  }
}

@media (min-width:980px) {
.container {
width:100%
}
.modal-lg {
  width:90%
  }
}

@media (min-width:1430px) {
.container {
width:1390px
}
.modal-lg {
  width:1240px
}

}

@media (min-width:1800px) {
.container {
width:1500px
}
.modal-lg {
  width:1350px
}

}

:root {
	--col_btn1: #62D9EE;
	--col_btn2: #468CCF;	
}
