|
|
|
@ -45,6 +45,38 @@
|
|
|
|
|
display:block;
|
|
|
|
|
height:auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* TAB SPECIFICATIONS WITH RADIO BUTTONS AND LABELS
|
|
|
|
|
*/
|
|
|
|
|
.tab-content table { width:99%; border-radius: 8px; padding:8px; border:1px solid #d3d3d3;}
|
|
|
|
|
.tab-content table tr:nth-child(even) {background-color: #f3f3f3;}
|
|
|
|
|
/* .tab-content {width:80%;} */
|
|
|
|
|
|
|
|
|
|
.tabs {display:grid; grid-template-columns: repeat(auto-fit,209px); gap:0px; align-content:center;
|
|
|
|
|
/* background-color: #f3f3f3; */
|
|
|
|
|
padding-top:4px;
|
|
|
|
|
padding-left:4px;
|
|
|
|
|
padding-right:4px;
|
|
|
|
|
}
|
|
|
|
|
.tabs input[type=radio] {display:none; }
|
|
|
|
|
.tabs input[type=radio] + label { font-weight:lighter;
|
|
|
|
|
border:1px solid transparent;
|
|
|
|
|
border-bottom-color: #CAD5E0;
|
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
|
padding:8px;
|
|
|
|
|
padding-right:10px; padding-left:10px;
|
|
|
|
|
|
|
|
|
|
cursor:pointer
|
|
|
|
|
}
|
|
|
|
|
.tabs input[type=radio]:checked +label {
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
border-top-right-radius: 8px;
|
|
|
|
|
border-top-left-radius: 8px;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
border-color: #CAD5E0;
|
|
|
|
|
border-bottom-color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* TAB SPECIFICATIONS WITH RADIO BUTTONS AND LABELS
|
|
|
|
|
*/
|
|
|
|
|