table {
	/*font-family: arial, sans-serif;*/
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  /*border: 1px solid #ddd;*/
}

th, td {
	font-weight: 400;
	text-align: left;
	padding: 8px;
}

th{
	vertical-align: bottom;
}

.fontbold{
	font-weight: 700;
}

.testoverticale{
	text-align: right;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

tr:nth-child(even){background-color: #f2f2f2}
.tabellaresult tr:nth-child(even){background-color: #ffffff}

.risultatoevidenza{
	background-color: #4dab05;
	font-weight: bold;
	color: #ffffff !important;
	border-bottom: 1px solid #ffffff !important;
}

.risultatoinutile{
	background-color: #b30a0a;
	font-weight: bold;
	color: #ffffff !important;
	border-bottom: 1px solid #ffffff !important;
}

#myTableGreenpass tbody {
  border: 1px solid #ddd;
}

#myTableGreenpass thead{
background: rgb(242,242,242);
background: -moz-linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(242,242,242,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(242,242,242,0) 100%);
background: linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(242,242,242,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#f2f2f2",GradientType=1);
}

.tablealigncenter{
	text-align: center;
}

.bottonedettaglio{
	background-color: #00453d;
	color: #fff;
	padding: 6px 12px;
	border-radius: 20px;
	border: solid 1px;
	border-color: #00453d;
	text-wrap-mode: nowrap;
}

.bottonedettaglio:hover{
	background-color: #fff;
	color: #00453d;
	border-color: #00453d;
}

.tablealignleft{
	text-align: left;
}

.tablealignright{
	text-align: right;
}

.nomegrassetto{
	font-weight: 600
}

.wgsok {
    background-color: rgba(0, 139, 139, .05);
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.tabellapunteggio{
	min-height: .01%;
    overflow-x: auto;
}
.tabellapunteggio td{
    font-size: 14px;
	color: #333333;
}

.table-responsive h3 {
	color: #333333;
}

table:not(.table-bordered)>thead>tr>th, .table:not(.table-bordered)>thead>tr>th, table:not(.table-bordered)>tbody>tr>th, .table:not(.table-bordered)>tbody>tr>th, table:not(.table-bordered)>tfoot>tr>th, .table:not(.table-bordered)>tfoot>tr>th, table:not(.table-bordered)>thead>tr>td, .table:not(.table-bordered)>thead>tr>td, table:not(.table-bordered)>tbody>tr>td, .table:not(.table-bordered)>tbody>tr>td, table:not(.table-bordered)>tfoot>tr>td, .table:not(.table-bordered)>tfoot>tr>td {
    border-color: transparent;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #eeeeee;
    }
	
	.table-responsive h3 {
		font-size: 16px;
	}
	
}

.bottonedettaglio:focus{
    color: #ffffff;
}

.borderbottombello{
	border-bottom: 1px solid #d4d4d4;
}
