html {
    background: #eeeeee;
}

/* Global Variables */

:root {
   --dss_blue_1: #2b3181;
   --sidenav_background:rgb(210, 210, 210);
   --scope_highlight: rgb(120, 120, 120);
   --menu_hover: rgb(100, 100, 100);
    /* Royal Blue */
    --dss_royal-blue_1: #1d2163;
    --dss_royal-blue_2: #282d8a;
    --dss_royal-blue_3: #343ab2;
    --dss_royal-blue_4: #4d53cb;
    --dss_royal-blue_5: #757ad7;
    --dss_royal-blue_6: #9ca0e2;
    /* Soft Blue */
    --dss_soft-blue_1: #394e60;
    --dss_soft-blue_2: #4d6880;
    --dss_soft-blue_3: #60829f;
    --dss_soft-blue_4: #809bb3;
    --dss_soft-blue_5: #9fb4c6;
    --dss_soft-blue_6: #bfcdd9;
    /* Royal Yellow */
    --dss_soft-yellow_1: #997a00;
    --dss_soft-yellow_2: #cca300;
    --dss_soft-yellow_3: #e6b800;
    --dss_soft-yellow_4: #ffd11a;
    --dss_soft-yellow_5: #ffdb4d;
    --dss_soft-yellow_6: #ffeb99;
      /* Grey */
    --dss_grey_1: #404040;
    --dss_grey_2: #666666;
    --dss_grey_3: #8c8c8c;
    --dss_grey_4: #b3b3b3;
    --dss_grey_5: #cccccc;
    --dss_grey_6: #e6e6e6;
}

/*------------------- CSS Elements -------------------*/

/* General Laws */

h1,h2,h3,h4,h5,h6{ 
   color: var(--dss_blue_1);
}

p{
   text-align: justify;
}

tr[scope="header"]{
   background-color: #9fb6cd;
}

tr[scope="odd"]{
   background-color: #d3d3d3;
}

td[scope="highlight"]{
   background-color: #d3d3d3;
}

tr[scope="even"]{
   background-color: #eeeeee;
}

table.table_auto_color th{
   background-color: #9fb6cd;
}

table.table_auto_color tr:nth-child(even) {
    background-color: #eeeeee;
}

table.table_auto_color tr:nth-child(odd){
   background-color: #d3d3d3;;
}

#cj-wrapper textarea {
  width: 100% !important;
}

/* Interactive DSS Table (old) */

table.interactive_dss_table {
	border-spacing:0;
    margin-top:20px;
    margin-bottom:20px;
	font-family: Arial;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

table.interactive_dss_table th {
  	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

table.interactive_dss_table td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
  	height: 50px;
}

table.interactive_dss_table th{
   background-color: #abc1d3;
}

table.interactive_dss_table tr:nth-child(even) {
    background-color: #eeeeee;
}

table.interactive_dss_table tr:nth-child(odd){
   background-color: #e6e6e6;
}

table.interactive_dss_table tr:hover {
    background-color: #cae1ff;
}

/* Fancy Sidenav */

.fancy_sidebar {
    float: right;
    background-color: white;
    width: 240px;
    border: 1pt solid var(--dss_grey_4);
    border-radius: 2px;
    padding: 10px 5px 10px 5px;
    margin: 10px;
}
    
.fancy_sidebar .fancy_sidebar_header {
    text-align: center;
    font-size: 18px;
}
    
.fancy_sidebar .fancy_sidebar_menuentry {
    border: 0.5pt solid var(--dss_grey_4);
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
    font-weight: 600;
    transition-duration: 0.7s;
}

.fancy_sidebar .fancy_sidebar_menuentry[scope="highlight"]{
    background-color: var(--dss_grey_5);
    border: 0.5pt solid var(--dss_grey_3);
}

.fancy_sidebar a {
    text-decoration: none;
    color: var(--dss_royal-blue_2)
}

.fancy_sidebar .fancy_sidebar_menuentry:hover {
    background-color: var(--dss_grey_6);
    border: 0.5pt solid grey;
    box-shadow: 0px 0px 10px 2px grey;
}

.fancy_sidebar .fancy_sidebar_menuentry:hover[scope="highlight"]{
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    border: 0.5pt solid black;
    background-color: var(--dss_grey_5);
}

/* Fancy Menu */

.fancy_menu {
    width: 100%;
    padding: 10px 5px 10px 5px;
}

.fancy_menu td {
    padding: 4px 10px 4px 10px;
    border: 1pt solid white;
    border-radius: 3px;
    transition-duration: 0.7s;
}

.fancy_menu tr:hover td {
    background-color: var(--dss_grey_5);
}

.fancy_menu tr:hover a{
}

.fancy_menu a {
    text-decoration: none;
    font-weight: 600;
    color: #2b3181;
}

.fancy_menu tr.menu2 td {
    padding: 2px 0px 2px 20px;
}

/* Fancy DSS Table No. 1 */

.fancy_table_1 {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    border-spacing:0;
	font-family: Arial;
    box-shadow: 0px 0px 10px 3px rgba(128, 128, 128, 0.7);
}

.fancy_table_1 th {
    color: white;
    font-weight: bold;
    font-size: 110%;
    background-image: linear-gradient(#1f2540, var(--dss_blue_1));
    padding-left: 4px;
	padding-right: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
    border-bottom: 1pt solid rgb(121, 121, 121);
	height: 30px;
}

.fancy_table_1 th.banner {
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.fancy_table_1 tr td {
    padding-left: 4px;
	padding-right: 4px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #ddd;
}

.fancy_table_1 tr:hover td{
    background-color: #cae1ff;
}

.fancy_table_1 tr td[valign] {
    vertical-align: top;
}

.fancy_table_1 tr td:first-child, .fancy_table_1 tr th:first-child {
    padding-left: 10px;
}

.fancy_table_1 tr td:last-child, .fancy_table_1 tr th:last-child {
    padding-right: 10px;
}

.fancy_table_1 tr:nth-child(even) {
    background-color: #eeeeee;
}
.fancy_table_1 tr:nth-child(odd){
    background-color: #e4e4e4;
}

/* top-left border-radius */
.fancy_table_1 tr:first-child th:first-child {
    border-radius: 5px 0px 0px 0px;
}
.fancy_table_1 tr:first-child th[colspan]:first-child {
    border-top-left-radius: 5px;
}
/* top-right border-radius */
.fancy_table_1 tr:first-child th:last-child {
    border-radius: 0px 5px 0px 0px;
}
/* bottom-left border-radius */
.fancy_table_1 tr:last-child td:first-child {
    border-radius: 0px 0px 0px 5px;
}
/* bottom-right border-radius */
.fancy_table_1 tr:last-child td:last-child {
    border-radius: 0px 0px 5px 0px;
}

.fancy_table_1 a {
    color: var(--dss_blue_1));
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.fancy_table_1 a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--dss_royal-blue_2);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }

.fancy_table_1 a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* Numbered >Table */

.numbered_table tr td:first-child {
    text-align: center;
    padding: 0 0.3em;
}

/* Fancy DSS Table No. 2 */

/* Fancy DSS Media Cards */

/* Talk Cards */ 

.talk_cards tr th:last-child {
    border-radius: 0px 0px 5px 0px;
    border-bottom: none;
    padding: 0 15px 15px 15px;
    margin: 0;
    text-align: center;
    vertical-align: top;
    width: 230px;
}

.talk_cards tr th:last-child img{
    width: 230px;
}

/*------------------- CSS Responsive -------------------*/

@media only screen and (max-width: 600px) {
  .fancy_table_1 {
  	width: 100%;
  }
}

details[open] summary ~ * {
    animation: detailsfadein 2s;
    -moz-animation: detailsfadein 2s;    /* Firefox */
    -webkit-animation: detailsfadein 2s; /* Safari and Chrome */
    -o-animation: detailsfadein 2s;      /* Opera */
}

@keyframes detailsfadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes detailsfadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes detailsfadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes detailsfadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


  