:root {
  --cassiopeia-color-primary: #005066;
  --cassiopeia-color-hover:  #008cb3;
  --cassiopeia-color-link: blue;
}
.header .mod-menu > li {
  position: relative;
}

.header .mod-menu li:hover > ul {
  background-color: #fff;
  border: 1px solid #dfe3e7;  
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  padding: 16px;
}

.header .mod-menu li:hover > ul li {
  display: block;
}

#uddeim-module {
  color: white;
}
div.mod-languages ul {
    margin: 10px 0 0 10px;
}
#uddeim-module a:link {
  color: Chartreuse;
}
#uddeim-module a:visited {
  color: Chartreuse;
}
#uddeim-module a:hover {
  color:yellow;
}
#uddeim-modulenew a:link {
  color:yellow;
}
#uddeim-modulenew a:visited {
  color:yellow;
}
#uddeim-modulenew a:hover {
  color:Chartreuse;
}

.container-footer a:hover {
  color:yellow;
}

/* VCH004 create own bordered table with class odd and even for coloring rows in D-Jetronic appendix*/

.table-mybordered {
       border: 0.5px solid #ddd;
       border-collapse: separate;
       *border-collapse: collapse;
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       background-color: WhiteSmoke;
}
.table-mybordered  thead th {
       background-color: Gray;
       padding: 10 px;
       color: White;
       border: 0.5px solid #ddd;
}
.table-mybordered tbody td {
  padding: 5px;
  border: 0.5px solid #ddd;
}
.table-mybordered tbody tr.odd {
       background-color: LightGray;
}
.table-mybordered tbody tr.even {
       background-color: WhiteSmoke;
}
/* +VCH004 */

.table  thead th {
       padding: 10 px;
       font-weight: bold;
       border: 0.5px solid #ddd;
}
/* DJ-Imagerslider styles */
@media screen and (min-width: 768px) {
   .djslider-loader-default {
	margin: 0 auto;
    margin-top: 10px;
	position: relative;
	background: url(../images/loader.gif) center center no-repeat;
	max-width: 100%;
	overflow: hidden;
   }
}
@media screen and (max-width: 767px) {
   .djslider-loader-default {
        margin: 0 auto;
        position: relative;
        background: url(../images/loader.gif) center center no-repeat;
        width: 0;
	height:0;
	display:none;
        overflow: hidden;
   } 
}
@media screen and (min-width: 768px) {
   .djslider-default {
    margin-top: 10px;
	position: relative;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	opacity: 0;
   }
   .djslider-default .slider-container {
        position: absolute;
        overflow:hidden;
        left: 0; 
        top: 0;
        height: 100%;
        width: 100%;
   }
}

/* Kunena Latest */
.klatest-subject a {
  font-size: 14px;
}
