.navbar-brand b {
    color: #2196F3 !important;
}

i.view-arrow{
	font-size:25px;
	padding-left:10px;
	color:#2196F3;
}

.viewColorStart{
	padding-left:30px;
}

.viewColorEnd{
	padding-right:30px;
}
.viewColorEnd .dropdown{
	float:right;
}
.viewArrowDiv{
	text-align:center;
}
.Sublabel{
	font-size:16px;
}
.grilleTextArea textarea{
	height:100px;
}
.viewColorFinal{
	text-align: center;
}
.viewColorFinal .ASOImgDropdown_MainImg, .viewColorStart .ASOImgDropdown_MainImg, .viewColorEnd .ASOImgDropdown_MainImg{
	width:150px;
}
.viewColorFinal .ASOImgDropdown .dropdown-menu{
	left:192px;
}
.viewColorStart .ASOImgDropdown .dropdown-menu, .viewColorEnd .ASOImgDropdown .dropdown-menu{
	left:-5px;
}

.ASOFlexField-94178-fEmployeeID{
	width:200px;
}
.ASOFlexField-94178-fRappelAppelantRaisonID{
	width:150px;
}
.ASOFlexField-94178-fNote{
	width:300px;
}

input.viewelement[readonly]{
	height: 20px;
}

.ASOFlexField-95223-fNote{
	width:400px;
	height:60px;
}

li.ui-menu-item[data-forclass="mainSearchType-31"]{
	background-color:#81f581;
}
.interMessage{
	font-style: italic;
    font-size: 120%;
    font-weight: bold;
    color: #2196F3;	 
}

.fDemandeSuicideID-434-col,.fheure-434-col,.fValidated-434-col,.fFermer-434-col{
	width:60px;
}

.fCouleurTag-434-col{
	width:100px;
}

.tbl-list-14128 img, .tbl-list-14127 img{
	max-height:20px;
	max-width:95%;
}

.tooltip-inner {
	max-width: 600px;
	width:600px;
	background-color:#fff;
	color:black;
}
.tooltip-main, .tooltip-inner{
	border: 1px solid #333 !important;
}
.tooltip.top .tooltip-arrow{
	border-top-color:#333;
}

::placeholder{
	color:#AAA;
}

#content{
	color:#666;
}

.mainLabel_SAMform{
	float: left;
    width: 50%;
}
.sublabel_SAMform{
	float: right;
    width: 50%;
	font-style: italic;
    font-size: 85%;
}



/* TMP COMMENTS */

.viewCommentBox{
	position:absolute;
	width:20px;
	height:20px;
	background-color:white;
	border:0px solid #2196f3;
	border-radius:3px;
	display:none;
	cursor:pointer;
	z-index:1000;
	padding-left:5px;
	opacity:0.25;
}

.viewCommentBox.hasComments{
	opacity:1;
}

.viewCommentBox i{
	color:#2196f3;
	font-size:16px;
	cursor:pointer;
}

.viewCommentBox.hasComments i{
	font-size:18px;
}

#viewCommentNewText{
	width:100%;
}
#viewCommentAdd{
	background-color:#387ade;
	color:white;
	font-weight:bold;
	margin-top:20px;
}
#viewCommentEntryModel{
	display:none;
}

.viewCommentEntry{
	margin-bottom:20px;
}
.viewCommentEntryEmp{
	color: #387ade;
    font-weight: bold;
}
.viewCommentEntryDate{
	color: #387ade;
}
.viewCommentEntryTime{
	color: #387ade;
}

.btn-reminder{
	background-color:white !important;
}

#viewCommentNewText{
	height:80px;
}