/* === CRA Branding START === */

#brand-container-cra {
	background: #335075 none repeat scroll 0 0;
}

#brand-text-cra {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.1;
	color: #fff;
 	margin-bottom: 6px;
 	margin-top: 8px;
	padding: 6px 0 6px 15px;
}


/* Adjustments for mobile screens */
@media (max-width: 479px){

	#wb-glb-mn ul.chvrn {
		margin-bottom: 0px;
	}

	#brand-container-cra {
		background: #e1e4e7 none repeat scroll 0 0;
		margin-left: 15px;
		margin-right: 15px;
	}

	#brand-text-cra {
		font-size: 18px;
		color: #335075;
	}

}


/* Logout button */
#logout-btn {
	background-color: #FFF;
	margin-top: 8px;
}

@media (max-width: 479px){
	#logout-btn {
		padding: 3px 6px 2px;
		min-height: 0;
		margin-right: 5px;
	}
}

/* === CRA Branding END === */

#wb-so {
    text-align: right;
}

#wb-so .row {
    background: none repeat scroll 0 0 #fff;
    padding: 1em 0 0;
}

.square_badge{
	padding: 8px 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;	
	border-radius: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 2px 5px;	
}

.list-group-item {
	padding: 5px 8px;
}

.form-group .wb-date-wrap {
	display: inline;
}

.normal-label {
	font-weight: normal !important;
	cursor: pointer !important;
}

.form-control {
	display: inline;
	width: auto !important;	
}

.mrgn-lft-md legend {
	font-size: 19px;	
}

select[multiple], select[size] {
	height: 34.5px;
}

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control{
	line-height: normal !important;
}

.hidebtn {
    outline: none;
	background-color: white;
	background: transparent;
    border: none !important;
    font-size:0;
}

.hidebtn button, html input[type=button], input[type=reset], input[type=submit] {
	cursor: auto;
}

.has-error .radio, .has-error .radio-inline
{
	color: black;
}

.disabledlink{
	border-left: 1px solid #FFFFFF;
    padding: 0 0.5em;
    color: gray;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.form-control::-ms-clear {
  	width : 0;
  	height: 0;
}

.tablelabel{
	width : auto;
	display: table-cell;
	white-space: nowrap;
	vertical-align: bottom;
}

.tablevalue{
	display: table-cell;
	vertical-align: bottom;
	padding-left: 5px;
}

.input-group-addon, .input-group-btn{
	width : auto;
}

.date-group-addon{
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right-width: 0px !important;
}
.has-error .date-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.remove-left-border-radius{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


legend{
	border-bottom: 1px solid #E5E5E5;
	border-top: none;
	font-size: 120% !important;
	font-weight: normal;
}

.customLabel{
	display: inline !important;
}

.btnmargin{
	margin-bottom: 15px;
    margin-right: 15px;
}

fieldset{
	border-top: none !important;
}

.linealign{
	padding-top: 6px !important;
	padding-right: 3px !important;
}

.boxalign{
	margin-right: 4px !important;
}

.tablefixedwidth1{
	width: 50px !important;
}

.tablefixedwidth2{
	width: 135px !important;
}

.tablefixedwidth3{
	width: 100px !important;
}

.label-error {
	line-height: normal !important; 
	white-space: normal !important; 
	font-size: 75% !important;
}

.lblmask{
    position:absolute;
    left:1em;
    top:0.4em;
    pointer-events: none;
}
#phonenumber-container{
    position:relative;
}

.input-group .floating-text{
	padding:0.5em 0.7em;
	position:absolute;
	top:-0.5em;
}
.from-to-mm-float{
	right:2em;
}
.input-group.pad-float-space{
	padding-top:2em;
}


$.fn.dataTableExt.sErrMode = 'throw';
/* CUSTOM CSS ENDS | FIN DU CSS CUSTOM */