@charset "UTF-8";
/* CSS Document */

/*===== TABLES ===== */
.container_form table{width: 100%;}
.container_form table td img{
    max-width: 60px;
    height: auto;
    vertical-align: middle;
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius-lg);
}
.container_form tr{}
	.container_form th, .container_form td{padding: 8px 12px;border: 1px solid #d9d9d9;font-size: .75em !important;background-color: var(--cd-color-1);}
	.container_form td a{background-color: var(--cd-color-3);padding: 4px 10px;border-radius: var(--btn-radius);display: inline-block;} 
table {text-align: left;position: relative;border-collapse: collapse;}
th, td {padding: 0.25rem;}
tr.colordefault th {background: #ededed;font-weight: bold;font-size: .9em;}
tr.green th {background: green;color: white;}
tr.purple th {background: purple;color: white;}
th {position: sticky;top: 0; /* Don't forget this, required for the stickiness */}
.tabTT > td{
    background-color: var(--color-primary-lighter) !important;
}