﻿/********** CDTS fixes file **********/
/********** Follow the correct format and link to Github issue for info **********/

/***** SECONDARY NAVIGATION FIX *****/
/********** Added as per Shawn Thompson, temporary fix **********/
	#wb-sec h3 {font-size: 1.1em;padding: 15px; }
	#wb-sec h3 a {
	font-size: 1em;
	margin: -15px; }

/***** SECONDARY NAVIGATION FIX - WHITE HOVER *****/
#wb-sec .list-group .list-group .list-group .wb-navcurr.list-group-item {
background-color: #335075;
}

/********** AJOUTÃ‰ PAR ROCH LE 2016/10/05 **********/
/********** Screen identifier CSS **********/
.screenIdent {
    display:inline;
	border-color:#335175;
}

/********** AJOUTÃ‰ PAR ROCH LE 2016/10/12 **********/
/********** Fixes #7675 (https://github.com/wet-boew/wet-boew/issues/7675) **********/
/********** Remove for WET v4.0.23 after fix confirmed **********/
.label-error {
    white-space: normal;
	color: #000;
}