/*Primary color : #3c8dbc*/
/*Second color : #4892bd*/
/*Third color : #9fbdeb*/
/*Forth color : #3B8BAE*/



.pulsing {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


.loginBox{

	background-color: #fff; 
	box-shadow: 3px 1px 21px -7px; 
	border-radius: 15px;
	display: flex;
	width:1000px;
}

.loginWelcome{

	font-family: Roboto, Roboto,Verdana, Arial, Helvetica, sans-serif; 
	font-size: 36px;  
	font-weight: 500;
	color:#454545;
}

.loginWithYourAccount{
	font-family: Roboto, Roboto,Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#454545;
}

.loginInput{
	box-shadow: none !important;
	width: 100% !important; 
	height: 40px !important; 
	font-size: 17px !important;
	background:none !important;
	border-top: none !important; 
	border-left: none !important;   
	border-right: none !important;
	border-bottom: none !important;   
	background-color: #f5f5f5 !important;  
	border-radius: 10px !important; 
	padding: 9px !important;
}


.andonTrendCepBoxInternal6{
    display: flex;
    flex-direction: column;
    height: 21vw !important;
}

.card-grid-background{
	background-color: #f3f2f2;
}

.bg-primary {
  background-color: #3c8dbc !important;
  color: #fff !important;
}

.card-tl-header-title{
	font-size: 30px;
	color:#444 !important;
	text-decoration: none;
}

.card-tl-default-icon{
	font-size:30px;
	color:#444 !important;
	text-decoration: none;
}

.card-tl-default-subtitle{
	font-size:15px;
	color:#444 !important;
	text-decoration: none;
}

.card-tl-title{
	font-size: 17px;
	color:#444 !important;
	text-decoration: none;
}

.card-tl-subtitle{
	font-size: 14px;
	color:#444 !important;
	text-decoration: none;
}

.padding-card-purchase-order{
	padding-right: 4px !important;
	padding-left: 4px !important;
}


.badge-primary{		
    background-color: #3c8dbc;
    color: #ffffff;
    border-radius: 6px;
    display: flex;
    min-width: 45px;
    text-align: center;
    height: 23px;
    font-size: 19px;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    padding-left: 0px;
    padding-right: 3px;
}

.card-grid > tbody > tr > td {
    border-bottom: none;
    border-right: none;
}


.timeline > li > .without-box {
	
	box-shadow: unset !important;
}

.card.card-primary {
    border-top-color: #3c8dbc;
}

.card {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;    
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.card-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.card-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.card-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.card-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.card-header>.fa, .card-header>.glyphicon, .card-header>.ion, .card-header .card-title {
    display: inline-block;
    font-size: 30px;
    margin: 0;
    line-height: 1;
}


/** ANDON 3 **/


.workflowTabLayoutHeightFullLayout  .rich-tabhdr-cell-active{	
 	height: 1px !important;   
}

.workflowTabLayoutHeightFullLayout  .rich-tabhdr-cell-inactive {	
 	height: 1px !important;   
}

.workflowTabLayoutHeightFullLayout .rich-tabhdr-cell-active {	
 	height: 1px !important;   
}

.workflowTabLayoutHeightFullLayout .rich-tabhdr-cell-active > table{
    width: 100%;
}

 .workflowTabLayoutHeightFullLayout .rich-tabhdr-cell-inactive > table {
    width: 100%;
 }

  @media screen and (max-width: 600px){

		.workflowTabLayoutHeightFullLayout .rich-tabhdr-cell-inactive {
		     width: 100%;
		     height: unset !important;
		}
		
		.workflowTabLayoutHeightFullLayout .rich-tabhdr-cell-active {
		     width: 100%;
		     height: unset !important;
		}

 }
 

.andonTrendCepBoxHeader12{
    font-size: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.andonTrendCepBoxSubHeader12{
	font-size: 21px;
}

.andonTrendCepBoxInternal12{
	display:flex;
	flex-direction: column;
	height:14vw !important;
}

.andonTrendCep3Header{	
		display:flex; 
		flex-direction: row;
		margin-bottom: 10px;
		height: 43%;
	}
	
	.andonTrendCep3Image{
		display:flex; 
		height: 40%; 
		padding-left:5%; 
		padding-right:5%;
	}

@media screen and (min-width: 1248px) {

	.andonTrendCep3Header{	
		display:flex; 
		flex-direction: row;
		margin-bottom: 10px;
		height: 43%;
	}
	
	.andonTrendCep3Image{
		display:flex; 
		height: 40%; 
		padding-left:5%; 
		padding-right:5%;
	}

}

@media screen and (min-width: 1900px) {
	.andonTrendCep3Header{
		display:flex;
		flex-direction: row;
		margin-bottom: 10px;
		height: 32%;
	}
	
	.andonTrendCep3Image{
		display:flex;
		padding-left:5%; 
		padding-right:5%;
		height: 53%
	}
}



@media screen and (max-width: 1000px) {

		.andonTrendCepRow {
		    display: flex;
		    flex-direction: column;
		}
		
		.andonTrendCepBox12{
			width: 100% !important;
			height: 250px !important;
		} 
		
		.andonTrendCepBoxInternal12{
			width: 100% !important;
			height: 250px !important;
		}
	
		.andonTrendCep3Header{	
			display:flex; 
			flex-direction: row;
			margin-bottom: 10px;
			height: 43%;
		}
		
		.andonTrendCep3Image{
			display:flex; 
			height: 40%; 
			padding-left:5%; 
			padding-right:5%;
		}
}

/** ANDON 3 **/


/*ajustes richfaces 3.3.4*/


.rich-tree-node-children{
	margin-left: 10px;
    padding-left: 12px;
}

.rich-tree-node-text > div {
    width: 100% !important;
}

.rich-panel{
	background-color: #f3f2f2 !important; 
}

.rich-tree-h-ic-img, .rich-tree-node-handleicon-collapsed, .rich-tree-node-handleicon-expanded{
	width: 20px;
    height: 20px;
	overflow: visible;
}

.rich-tree-node-handleicon{
	width: 20px;
}

.rich-tree-h-ic-div {
    margin-left: 10px;
    padding-left: 12px;
}

.rich-tree-h-ic-img {
    width: 20px;
    height: 20px;
}

.rich-tree-h-text{
		text-align: left;
	}

.rich-tree-node-text {
    width: 100%;
    cursor: default;
    padding: 1px 4px 1px 4px;
    white-space: nowrap;
    padding-bottom: 7px;
    padding-top: 7px;
    text-decoration: none;
}



.rich-table{
	border-top : 1px solid white;
	border-left : 1px solid white;
}

.rich-table-subheadercell{
    border-right: 1px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    font-family: Roboto, Arial,sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

.rich-table-subheader{
	/*background-color:#e7eef3;*/
	background-color:#ffffff !important;
	height: 50px;
}

.rich-table-footercell {
	border-right: 0px; 
	border-bottom: 0px;
	padding: 4px 4px 4px 4px;
	color: #000;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	font-family : Roboto, Verdana,Arial,Helvetica,sans-serif !important;
}

.rich-table-footercell > div > div > span{
	font-size: 13px !important;
	font-weight: 500 !important;
}

.rich-table-cell{
	font-family: Roboto, Arial,Verdana,sans-serif;
}

.rich-table-header {
    background-color: #3c8dbc;
    background-image: none;
    font-family: Roboto, Roboto,Verdana, Arial, Helvetica, sans-serif;
    height: 50px;
}

.rich-table-headercell{
	font-family: Roboto, Roboto,Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    text-transform: uppercase;
}

.rich-stglpanel{
	width:100% !important;
}

.rich-tab-active{
	background-color: #fff !important;
}

.rich-tabpanel-content{
	background-color: #fff;
}

.rich-tab-header{
	background-image: none;
	font-family : Roboto, Helvetica Neue,Helvetica,Arial,sans-serif;	
	font-size: 14px;
}

.rich-tab-inactive {
    background-color: #F3F2F2;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    background-repeat: repeat-x;
    background-position: top;
    border-bottom-width: 0;
    cursor: default;
    color: black;
   
}

.rich-tabpanel-content{
    font-family: Roboto,Verdana,Arial,Helvetica,sans-serif;
}


@media screen and (max-width: 600px) {

	.rich-tabhdr-cell-inactive {
	    padding-top: 2px;
		display: block !important;
	    width: 100%;
	    height: unset !important;
	}
	
	.rich-tabhdr-cell-active{
	    padding-top: 2px;
		display: block !important;
	    width: 100%;
	    height: unset !important;	
	}

}

/*OD**/


.workflowTabLayoutODLayout  .rich-tabhdr-cell-active{
	width: 9%;	
 	height: 1px !important;   
}


.workflowTabLayoutODLayout  .rich-tabhdr-cell-inactive {
	width: 9%;	
 	height: 1px !important;   
}

.workflowTabLayoutODLayout .rich-tabhdr-cell-active {
	width: 9%;	
 	height: 1px !important;   
}

.workflowTabLayoutODLayout .rich-tabhdr-cell-active > table{
    width: 100%;
}

 .workflowTabLayoutODLayout .rich-tabhdr-cell-inactive > table {
    width: 100%;
 }

 @media screen and (min-width: 600px){
	 .searchSmall{
		display: none;
	}
 }

  @media screen and (max-width: 600px){
	  
		.searchSmall{
			display: flex;
		}

		.workflowTabLayoutHeightFullLayout .rich-tabhdr-cell-inactive {
		     width: 100%;
		     height: unset !important;
		}
		
		.workflowTabLayoutHeightFullLayout .rich-tabhdr-cell-active {
		     width: 100%;
		     height: unset !important;
		}

 }

.workflowTabLayoutOECollectInfoAndDefineActionLayout  .rich-tabhdr-cell-active{
	width: 8.3%;	
 	height: 1px !important;   
}

.workflowTabLayoutOECollectInfoAndDefineActionLayout  .rich-tabhdr-cell-inactive {
	width: 8.3%;	
 	height: 1px !important;   
}

.workflowTabLayoutOECollectInfoAndDefineActionLayout .rich-tabhdr-cell-active {
	width: 8.3%;	
 	height: 1px !important;   
}

.workflowTabLayoutOECollectInfoAndDefineActionLayout .rich-tabhdr-cell-active > table{
    width: 100%;
}

.workflowTabLayoutOECollectInfoAndDefineActionLayout .rich-tabhdr-cell-inactive > table {
    width: 100%;
}

  @media screen and (max-width: 600px){

		.workflowTabLayoutOECollectInfoAndDefineActionLayout .rich-tabhdr-cell-inactive {
		     width: 100%;
		     height: unset !important;
		}
		
		.workflowTabLayoutOECollectInfoAndDefineActionLayout .rich-tabhdr-cell-active {
		     width: 100%;
		     height: unset !important;
		}

 }

.workflowTabLayoutOECollectInfoAndDefineActionLayout_11  .rich-tabhdr-cell-active{
	width: 9.09%;	
 	height: 1px !important;   
}

.workflowTabLayoutOECollectInfoAndDefineActionLayout_11  .rich-tabhdr-cell-inactive {
	width: 9.09%;	
 	height: 1px !important;   
}

.workflowTabLayoutOECollectInfoAndDefineActionLayout_11 .rich-tabhdr-cell-active {
	width: 9.09%;	
 	height: 1px !important;   
}

.workflowTabLayoutOECollectInfoAndDefineActionLayout_11 .rich-tabhdr-cell-active > table{
    width: 100%;
}

.workflowTabLayoutOECollectInfoAndDefineActionLayout_11 .rich-tabhdr-cell-inactive > table {
    width: 100%;
}

  @media screen and (max-width: 600px){

		.workflowTabLayoutOECollectInfoAndDefineActionLayout_11 .rich-tabhdr-cell-inactive {
		     width: 100%;
		     height: unset !important;
		}
		
		.workflowTabLayoutOECollectInfoAndDefineActionLayout_11 .rich-tabhdr-cell-active {
		     width: 100%;
		     height: unset !important;
		}

 }

/*OD**/


.rich-mpnl-header {
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    background-image: none;    
    border-width: 0px;
    border-style: solid;
    background-position: top left;
    background-repeat: repeat-x;
    padding: 6px;
    border-radius: 4px;
}

.rich-mpnl-content {
    background-color: #fff;
    border-radius: 5px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.rich-mpnl-text {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    font-family: Roboto,Arial,Verdana,sans-serif;
}

.rich-mpnl-iframe{
	border-radius: 5px;
	background-color: rgba(255,255,255,0) !important;
}

.rich-mpnl-shadow {
    display:none;
    
}

.rich-mp-content {
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 5px;
}

@media only screen and (max-width: 520px){
	
	
	.rich-mpnl-body row {
		width: 390px !important;
	}
	
}

.simpleDialog > .rich-mpnl_panel > .rich-mp-container > .rich-mp-content {
    border-top: 3px solid #3c8dbc;
}



.rich-mpnl-body{
	font-family: Roboto, Arial,Verdana,sans-serif !important;
	font-size: 14px;
}



.rich-datascr {
	float: right !important;
}

.rich-dtascroller-table{
	border-spacing: 0px;
	height:32px;
	border: 0px solid;
	border-left: 1px solid #ddd; 
}

.rich-datascr-button, .dr-dscr-sepctrl{
	background-color: #ffffff;
	border-width: 0px;	
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
	width: 30px;


}

.rich-datascr-act{
	border-width: 0px;
	background-color: #3c8dbc;
	width: 30px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
}

.rich-datascr-act:hover{
	border-width: 0px;
	background-color: #3B8BAE;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
}

.rich-datascr-inact{
	border-width: 0px;	
	width: 30px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
}

.rich-datascr-inact:hover{
    border-width: 0px;  
    width: 30px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd; 
    border-bottom: 1px solid #ddd; 
    background-color: #f8f8f8;
}

.rich-datascr-act{
	color:#ffffff;
	font-weight: normal;
	font-size: 12px;
}

.rich-datascr-act > .rich-datascr-button-content{
	color:#ffffff;
	font-weight: normal;
	font-size: 12px;

}

.rich-datascr-act > .rich-datascr-button-content:hover{
	color:#ffffff;
	font-weight: normal;
	font-size: 12px;

}

.rich-datascr-inact{
	font-weight: normal;
	color:#000000;
	font-size: 12px;
}


.rich-datascr-inact > .rich-datascr-button-content{
	font-weight: normal;
	color:#000000;
	font-size: 12px;
}


.rich-datascr-inact > a.rich-datascr-button-content:hover{
    font-weight: normal;
    color:#000000;
    font-size: 12px;
}

.rich-table-footercell > div > div > span{
	font-size: 13px !important;
	font-weight: 500 !important;
}

.rich-table-footercell {
	border-right: 0px; 
	border-bottom: 0px;
	padding: 4px 4px 4px 4px;
	color: #000;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	font-family : Roboto, Verdana,Arial,Helvetica,sans-serif !important;
}

.rich-sb-shadow{
   display: none;
}

.rich-sb-int-sel {
    background-color: #3c8dbc;
    font-size: 14px;
    font-family: Roboto, Arial,Verdana,sans-serif;
    color: #ffffff !important;
    background-image: none;
}

.rich-sb-int {
    font-size: 14px;
    font-family: Roboto, Arial,Verdana,sans-serif;
    color: #000;
}

.rich-sb-ext-decor-2 {
    border-color: #C0C0C0;
    background-color: #ffffff;
    border-radius: 3px;
}

.simpleDialog > .rich-mpnl-panel > .rich-mp-container > .rich-mpnl-content{
	 border-top: 3px solid #3c8dbc;
}

/*ajustes richfaces 3.3.4*/



td:has(.upLine) {
	vertical-align: baseline;
}



.workflowTabLayoutODLayout  .dr-tbpnl-tbcell-act{
	width: 9%;	
 	height: 1px !important;   
}


.workflowTabLayoutODLayout  .dr-tbpnl-tbcell-inact {
	width: 9%;	
 	height: 1px !important;   
}

.workflowTabLayoutODLayout .rich-tabhdr-cell-active {
	width: 9%;	
 	height: 1px !important;   
}

.workflowTabLayoutODLayout .dr-tbpnl-tbcell-act > table{
    width: 100%;
}

 .workflowTabLayoutODLayout .dr-tbpnl-tbcell-inact > table {
    width: 100%;
 }

  @media screen and (max-width: 600px){

		.workflowTabLayoutODLayout .dr-tbpnl-tbcell-inact {
		     width: 100%;
		     height: unset !important;
		}
		
		.workflowTabLayoutODLayout .dr-tbpnl-tbcell-act {
		     width: 100%;
		     height: unset !important;
		}

 }

.workflowTabLayoutOECollectInfoAndDefineActionLayout  .dr-tbpnl-tbcell-act{
	width: 8.3%;	
 	height: 1px !important;   
}

.workflowTabLayoutOECollectInfoAndDefineActionLayout  .dr-tbpnl-tbcell-inact {
	width: 8.3%;	
 	height: 1px !important;   
}

.workflowTabLayoutOECollectInfoAndDefineActionLayout .rich-tabhdr-cell-active {
	width: 8.3%;	
 	height: 1px !important;   
}

.workflowTabLayoutOECollectInfoAndDefineActionLayout .dr-tbpnl-tbcell-act > table{
    width: 100%;
}

.workflowTabLayoutOECollectInfoAndDefineActionLayout .dr-tbpnl-tbcell-inact > table {
    width: 100%;
}

  @media screen and (max-width: 600px){

		.workflowTabLayoutOECollectInfoAndDefineActionLayout .dr-tbpnl-tbcell-inact {
		     width: 100%;
		     height: unset !important;
		}
		
		.workflowTabLayoutOECollectInfoAndDefineActionLayout .dr-tbpnl-tbcell-act {
		     width: 100%;
		     height: unset !important;
		}

 }

.workflowTabLayoutOECollectInfoAndDefineActionLayout_11  .dr-tbpnl-tbcell-act{
	width: 9.09%;	
 	height: 1px !important;   
}

.workflowTabLayoutOECollectInfoAndDefineActionLayout_11  .dr-tbpnl-tbcell-inact {
	width: 9.09%;	
 	height: 1px !important;   
}

.workflowTabLayoutOECollectInfoAndDefineActionLayout_11 .rich-tabhdr-cell-active {
	width: 9.09%;	
 	height: 1px !important;   
}

.workflowTabLayoutOECollectInfoAndDefineActionLayout_11 .dr-tbpnl-tbcell-act > table{
    width: 100%;
}

.workflowTabLayoutOECollectInfoAndDefineActionLayout_11 .dr-tbpnl-tbcell-inact > table {
    width: 100%;
}

  @media screen and (max-width: 600px){

		.workflowTabLayoutOECollectInfoAndDefineActionLayout_11 .dr-tbpnl-tbcell-inact {
		     width: 100%;
		     height: unset !important;
		}
		
		.workflowTabLayoutOECollectInfoAndDefineActionLayout_11 .dr-tbpnl-tbcell-act {
		     width: 100%;
		     height: unset !important;
		}

 }
 
.tdSuggestionBox{
	width: 100%;
}

.treeWorkflowLink{
	color: black;
}

.treeWorkflowLink:hover{
	color: black;
}

/*blue sky fixes */
.dr-stglpnl {
	width:100% !important;
}

.dr-pnl {
    background-color: #f3f2f2;
}

.dr-stglpnl-b {
    background-color: #F3F2F2;
}

.topMenuProfileImageRadius{
	border-radius: 50px;
}

.analysisProductionTrendCepCharacteristicProblemEditCommandLink{
	color: #000;
}

.analysisProductionTrendCepCharacteristicProblemDetailEditLabel{
	color:black;
}

.dr-stglpnl {
	width:100% !important;
}

.searchInputMedium{
	height: 20px !important;
}

#geral_sistema {
	width: 100% !important;
	background: #fff;
	text-align: left;
	font-family : Roboto, Roboto,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	top: 0px !important;
	height: auto;
	left: 0px !important;
	position: relative;
	z-index: 0;
	overflow-y: auto;
	display:table; 
}


#searchForm table {
	width: 100% !important;
}

#searchForm {
	width: 100% !important;
}

.searchInput{
	width: 100%;
}

#divVersion form table{
	width: 100% !important;
}

.rich-panel table{
	width: 100% !important;
}

.searchField{
	width: 100% !important;
}

.searchCountButtonDiv{
	width: 100% !important;
    margin-bottom: 25px;
    height: 20px;
}

.searchTitle {
    font-family: Roboto,Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #BFBFBF;
    margin-left: 7px;
}

.searchImage{
	border: 0px solid;
}

.searchCountButtonDivMedium {
    width: 100%;
    margin-top: 10px;
    height: 30px;
    margin-bottom: 15px;
}

.searchTitleMedium {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: normal;
    color: #BFBFBF;   
}

textarea[type="textarea"], input[type="text"], input[type="number"], input[type="password"], select{
	background-image: none;
    background-color: #ffffff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    height: 24px !important;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #999999;
    font-family : Roboto, Roboto,Verdana, Arial, Helvetica, sans-serif;
	
}

*|textarea{
	background-image: none;
    background-color: #ffffff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #999999;
    font-family : Roboto, Roboto,Verdana, Arial, Helvetica, sans-serif;
}

#pnlSearch{
	border: 0px solid;
}

button[type="button"], button[type="reset"], button[type="submit"], input[type="reset"], input[type="submit"], input[type="button"]{
	background-image: none;
	border-radius: 2px;
	height: 30px;
	font-family : Roboto, Roboto,Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #3c8dbc;
	font-weight: 500;
	text-transform: uppercase;
	border: 0px;
	color: #fff;
}

table[id*='readOnlyTable']{
	width: 100% !important;
	margin-left: 0px !important;
}

#inputTextAreaDescription{
	width: 100% !important;
	margin-left: 0px !important;
}

#divInputTextAreaDescription{
	padding-right:6px;
}

.divButton{
	width: 100% !important;
	margin-left: 0px !important;
}

.td1Column {
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
}

.td1Columns {
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
}

.td2Columns {
    width: 50%;
    padding-right: 13px;
    padding-left: 13px;
}

.td3Columns {
    width: 33%;
    padding-right: 13px;
    padding-left: 13px;
}

.label3Column {
    margin-left: 0px;
    width: 100%;
    font-family : Roboto, Helvetica Neue,Helvetica,Arial,sans-serif;
   	font-size: 14px;
}

.input1Column,.input1ColumnBig {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    line-height: 100%;
    word-break: break-all;    
}

.input2Column,.input2ColumnBig {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    line-height: 100%;
    word-break: break-all;   
}

.input3Column,.input3ColumnBig {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    line-height: 100%;
    word-break: break-all;    
}

#dialog-header{
	height: 30px;
    background-color: #3c8dbc;
    border-radius: 3px;
    font-family : Roboto, Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #ffffff;
    padding-left: 10px;
    padding-top: 5px;
}

#dialog-content{
	display: none;
	height: 630px;
    border: 1px solid grey;
    font-family : Roboto, Helvetica Neue,Helvetica,Arial,sans-serif;
   	background-color: #ffffff;
}

.dialogChat{
    position: fixed;
    bottom: 0;
    left: 4px;
    z-index: 100;
    width: 250px;
}




.label2Column {
    margin-left: 0px;
    width: 100%;
    font-family : Roboto, Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
}



.label1Column {
    margin-left: 0px;
    width: 100%;
    font-family : Roboto, Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
}



.suggestionBox1Column, .rich-calendar-input1Column, .rich-calendar-input2Column, .rich-calendar-input3Column, .rich-calendar-input, .suggestionBox1ColumnGroup {
    width: 100%;
    margin-left: 0px !important;
    line-height: 100%;
    height: 28px !important;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
}

input[class="suggestionBox1Column"],
	input[class="rich-calendar-input rich-calendar-input1Column"],
	input[class="rich-calendar-input rich-calendar-input2Column"],
	input[class="rich-calendar-input rich-calendar-input3Column"] , 
	input[class="suggestionBox1ColumnGroup"] {
	 height: 28px !important;
}



img[id*="SuggestionBoxarrow"]{	
	cursor: pointer;
    width: 30px;
    position: relative;
    float: right;
    margin-top: -28px;
    margin-right: -2px;
	
}

.rich-calendar-icon {
    cursor: pointer;   
    position: relative;
    float: right;
    margin-top: -44px;
    margin-right: 4px;
}
img[id*="arrow"]{	
	cursor: pointer;
    width: 30px;
    position: relative;
    float: right;
    margin-top: -28px;
    margin-right: -2px;
	
}

img[src*="/arrow"]{	
	cursor: pointer;
    width: 30px;
    position: relative;
    float: right;
    margin-top: -28px;
    margin-right: -2px;
	
}

.suggestionBox1ColumnModern,.suggestionBox2ColumnModern,.suggestionBox3ColumnModern {
    width: 100%;
    margin-left: 0px !important;
    line-height: 100%;
    height: 28px !important;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
     font-size: 20px !important;
}

.suggestionBox1ColumnModernWithAddButtom,.suggestionBox2ColumnModernWithAddButtom,.suggestionBox3ColumnModernWithAddButtom {
    width: 100%;
    margin-left: 0px !important;
    line-height: 100%;
    height: 28px !important;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
    font-size: 20px !important;
}



input[class="suggestionBox1ColumnModern"],input[class="suggestionBox2ColumnModern"],input[class="suggestionBox3ColumnModern"]
	,input[class="suggestionBox1ColumnModernWithAddButtom"],input[class="suggestionBox2ColumnModernWithAddButtom"],input[class="suggestionBox3ColumnModernWithAddButtom"]{
	 height: 42px !important;
}

.suggestionBox1ColumnGroupModernWithAddButtom
	,.suggestionBox2ColumnGroupModernWithAddButtom
	,.suggestionBox3ColumnGroupModernWithAddButtom {
    width: 100%;
    margin-left: 0px !important;
    line-height: 100%;
    height: 28px !important;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
}



.suggestionBox2Column,.suggestionBox1ColumnBig,.suggestionBox2ColumnBig,.suggestionBox3ColumnBig {
    width: 100%;
    margin-left: 0px !important;
    line-height: 100%;
    height: 28px !important;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
}

input[class="suggestionBox2Column"],input[class="suggestionBox1ColumnBig"],input[class="suggestionBox2ColumnBig"],input[class="suggestionBox3ColumnBig"]{
	 height: 28px !important;
}
.suggestionBox3Column,.suggestionBox1ColumnNoFilter,.suggestionBox2ColumnNoFilter,.suggestionBox3ColumnNoFilter, .suggestionBox3ColumnTable {
     width: 100%;
    margin-left: 0px !important;
    line-height: 100%;
    height: 28px !important;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
}

input[class="suggestionBox3Column"],
	input[class="suggestionBox1ColumnNoFilter"],
	input[class="suggestionBox2ColumnNoFilter"],
	input[class="suggestionBox3ColumnNoFilter"],
	input[class="suggestionBox3ColumnTable"]{
	 height: 28px !important;
}



.suggestionBox1ColumnWithAddButtom
	,.suggestionBox1ColumnGroupBigWithAddButtom
	,.suggestionBox2ColumnGroupBigWithAddButtom
	,.suggestionBox3ColumnGroupBigWithAddButtom {
    width: 100%;
    margin-left: 0px !important;
    line-height: 100%;
    height: 28px !important;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
}

input[class="suggestionBox1ColumnWithAddButtom"],
		input[class="suggestionBox1ColumnBigWithAddButtom"],
		input[class="suggestionBox2ColumnBigWithAddButtom"],
		input[class="suggestionBox3ColumnBigWithAddButtom"],
		input[class="suggestionBox1ColumnGroupBigWithAddButtom"],
		input[class="suggestionBox2ColumnGroupBigWithAddButtom"],
		input[class="suggestionBox3ColumnGroupBigWithAddButtom"]{
	 height: 28px !important;
}

.suggestionBox2ColumnWithAddButtom,.suggestionBox1ColumnBigWithAddButtom,.suggestionBox2ColumnBigWithAddButtom,.suggestionBox3ColumnBigWithAddButtom {
    width: 100%;
    margin-left: 0px !important;
    line-height: 100%;
    height: 28px !important;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
}


.genInfoDataGridColLayoutSuggestionWithArrow_cols1ColumnWithoutWithAddButtom, 
	.genInfoDataGridColLayoutSuggestionWithArrow_cols2ColumnWithoutWithAddButtom,
	.genInfoDataGridColLayoutSuggestionWithArrow_cols3ColumnWithoutWithAddButtom,
	.genInfoDataGridColLayoutSuggestionWithOutArrow_cols1,
	.genInfoDataGridColLayoutSuggestionWithOutArrow_cols2,
	.genInfoDataGridColLayoutSuggestionWithOutArrow_cols3 {
	  width: 100%;
    margin-left: 0px !important;
    line-height: 100%;
    height: 28px !important;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
}

input[class="genInfoDataGridColLayoutSuggestionWithArrow_cols1ColumnWithoutWithAddButtom"],
	input[class="genInfoDataGridColLayoutSuggestionWithArrow_cols2ColumnWithoutWithAddButtom"],
	input[class="genInfoDataGridColLayoutSuggestionWithArrow_cols3ColumnWithoutWithAddButtom"],
	input[class="genInfoDataGridColLayoutSuggestionWithOutArrow_cols1"],
	input[class="genInfoDataGridColLayoutSuggestionWithOutArrow_cols2"],
	input[class="genInfoDataGridColLayoutSuggestionWithOutArrow_cols3"] {
	 height: 28px !important;
}
input[class="genInfoDataGridColLayoutCalendar_cols1"],
	input[class="genInfoDataGridColLayoutCalendar_cols2"],
	input[class="genInfoDataGridColLayoutCalendar_cols3"] {
	 height: 28px !important;
}






input[class="suggestionBox2ColumnWithAddButtom"]
	,input[class*="rich-calendar-input"]
	,input[id*="calendarTimeColcalendarInputDate"],
	 input[id*="calendarColcalendarInputDate"]{
	 height: 28px !important;
}

.genInfoDataGridColLayoutCalendar_cols1,
	.genInfoDataGridColLayoutCalendar_cols2, 
	.genInfoDataGridColLayoutCalendar_cols3{
	width: 100%;
    margin-left: 0px !important;
    line-height: 100%;
    height: 28px !important;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
}

.suggestionBox3ColumnWithAddButtom {
     width: 100% !important;
    margin-left: 0px !important;
    line-height: 100%;
    word-break: break-all;
    height: 28px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
}

input[class="suggestionBox3ColumnWithAddButtom"]{
	 height: 28px !important;
}

img[id*="calendarColcalendarPopupButton"], img[id*="calendarTimeColcalendarPopupButton"]{
	margin-top: -24px !important;
}



.selectOneMenu1Column {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 20px;
    height: 28px !important;
    margin-left: 0px;
}

.selectOneMenu2Column {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 20px;
    height: 28px !important;
    margin-left: 0px;
}

.selectOneMenu3Column {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 20px;
    height: 28px !important;
    margin-left: 0px;
}

.rich-stglpanel-header {
    border-radius: 2px;
    font-size: 17px;
    font-family: Roboto, Helvetica Neue,Helvetica,Arial,sans-serif;
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    background-image: none;
    height: unset;
	min-height: 25px;
    padding-top: 7px;
}

.searchImageMedium{
	border: 0px;
}

input[class="searchInput"]{
	width: 100%;
    margin-left: 0px !important;
    line-height: 100%;
    height: 35px !important;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;       
}

input[class="searchInputMedium"]{
	width: 100%;
    margin-left: 0px !important;
    line-height: 100%;
    height: 28px !important;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
}

.searchInputMedium{
	height: 20px !important;
}

.dr-table{
	border-top : 1px solid white;
	border-left : 1px solid white;
}

.datatableLitlleLine{
	font-family : Roboto, Helvetica Neue,Helvetica,Arial,sans-serif;
	border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    height: 50px;
    font-size: 14px;
}

.dr-menu-label{
	font-family : Roboto, Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

.dr-table-subheadercell, .rich-table-subheadercell {
    border-right: 1px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    font-family: Roboto, Arial,sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

.datatableBigLine{
	border-right : 1px solid #f4f4f4;
	border-bottom : 1px solid #f4f4f4;
	font-family : Roboto, Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 14px;
}

.datatableHeader{
	background-color:#ffffff !important;
}
.dr-table-subheader{
	/*background-color:#e7eef3;*/
	background-color:#ffffff !important;
	height: 50px;
}

input[readonly="readonly"],input[readOnly="readonly"],
	textarea[readonly="readonly"],textarea[readOnly="readonly"],
	select[disabled="disabled"]{	
	background-image: none !important;
    background-color: #e2e2e2 !important;
    font-style: italic !important;
    color: #000000;
}

.dr-tbpnl-tb{
	background-image: none;
	font-family : Roboto, Helvetica Neue,Helvetica,Arial,sans-serif;	
	font-size: 14px;
}



.dr-tbpnl-tb-inact {
    background-color: #F3F2F2;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    background-repeat: repeat-x;
    background-position: top;
    border-bottom-width: 0;
    cursor: default;
    color: black;
   
}


.tableLink {
    font-family : Roboto, Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: black;
    cursor: pointer;
}

div[id*="panelListStructure"].rich-panel{
	width: 100% !important;	
}

input[id*="transactionKey"]{
	border: 0px solid;
    border-radius: 0px;
    color: #ffffff;
    background-color: #4892bd;
    box-shadow: 0px 0px 0px 0px;
    border-bottom: 1px solid #9fbdeb; 
    width: 120px !important;   
}

div[id*="profileConextMenu_menu"] > div{
	background-image: none;
}

.tdAddButton > div {
    position: relative;
}

.tdAddButton > div > div {
    margin-top: 27px !important;
    margin-left: -41px;
    font-family: Roboto, Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    position: relative;
    position: absolute !important;
}

.tdAddButton > div > div > div > img {
	width: 35px;
    height: 10px;
}


.dr-table-footercell {
	border-right: 0px; 
	border-bottom: 0px;
	padding: 4px 4px 4px 4px;
	color: #000;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	font-family : Roboto, Verdana,Arial,Helvetica,sans-serif !important;
}

.columnNotificationText > a > span{
	  font-family : Roboto, Verdana,Arial,Helvetica,sans-serif !important;
}

.rich-menu-item-label{
	  font-family : Roboto, Verdana,Arial,Helvetica,sans-serif !important;
	  text-transform: none;
}

.keyColumn > span{
	font-family : Roboto, Verdana,Arial,Helvetica,sans-serif !important;
}

.valueColumn > a{
	font-family : Roboto, Verdana,Arial,Helvetica,sans-serif !important;
}

.imageColumn > a{
	font-family : Roboto, Verdana,Arial,Helvetica,sans-serif !important;
}

.rich-tabhdr-side-cell > table > tbody > tr > td {
	height: 40px;
}

.datatableBigLine > a{
	font-family : Roboto, Verdana,Arial,Helvetica,sans-serif !important;
	text-decoration: none;
}

.datatableBigLine > a:hover {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}

.tableLinkDocument {
	 font-size: 14px;
	font-family : Roboto, Verdana,Arial,Helvetica,sans-serif !important;
	text-decoration: none;
}

.tableLinkDocument:hover {
    font-size: 14px;
    color: #000;
    font-family : Roboto, Verdana,Arial,Helvetica,sans-serif !important;
    text-decoration: underline;
}

.selectLink {
    font-family: Roboto, Verdana,Arial,Helvetica,sans-serif !important;
    color: #000000 !important;
    font-size: 14px;
    text-decoration: none;
}

.selectLink:hover {
    font-family: Roboto, Verdana,Arial,Helvetica,sans-serif !important;
    color: #000000 !important;
    font-size: 14px;
    text-decoration: none;
}

.rich-datascr-button-content{
	font-family : Roboto, Verdana,Arial,Helvetica,sans-serif !important;
}



.dr-stglpnl-b{
	font-family : Roboto, Verdana,Arial,Helvetica,sans-serif !important;
}

.button {
    min-width: 140px;
    height: 21px;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    margin-left: 20px;
    max-width: 230px;
    width: unset;
}

.dr-tbpnl-tb-act{
	background-color: #fff;
}

.dr-tbpnl-cntnt{
	background-color: #fff;
}

.genInfoButton{
	width: 100%;
	margin-left: 0px;
	margin-top: 40px;
}

.divButton > input[class="button"]{
	margin-right: 10px;
}

.searchIconMedium > a > img {
	width: 20px !important;
    height: 20px !important;
	position: absolute;
    margin-left: -24px;
    margin-top: -24px;
}

.searchIcon > a > img {
	position: absolute;
    margin-left: -28px;
    margin-top: -29px;
    width: 24px !important;
    height: 24px !important;
}

.searchQrCodeIcon > a > img {
	position: absolute;
    margin-left: -58px;
    margin-top: -11px !important;
    width: 24px !important;
    height: 24px !important;
}

#advancedSearchDiv{
	clear: both;
}

table[id*="calendarColcalendar"], table[id*="calendarTimeColcalendar"]{
	width: 0px !important;
}

.dr-pnlbar-h{
	border-radius: 2px;	
	font-size: 14px;
	font-family : Roboto, Helvetica Neue,Helvetica,Arial,sans-serif;
	background-color: #3c8dbc;
	background-image: none;
}

.dr-pnlbar-h-act{
		border-radius: 2px;	
	font-size: 14px;
	font-family : Roboto, Helvetica Neue,Helvetica,Arial,sans-serif;
	background-color: #3c8dbc;
	background-image: none;
}

.user-header{
	height: 175px;
    padding: 10px;
    text-align: center;
    background-color: #3c8dbc;
}

.user-body{
	padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
}

.user-footer{
	background-color: #f9f9f9;
    padding: 10px;
}


.dropbtn {
	background-color: #3c8dbc;
	color: white;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 20px;
	border: none;
	cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
	background-color: #3c8dbc;
	color: white;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 500px;
	right: 0;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	margin-top: 10px;
	margin-right: 15px;
}

/*.dropdown-content a {
				    color: black;
				    padding: 12px 16px;
				    text-decoration: none;
				    display: block;
				}
				
				
				.dropdown-content a:hover {background-color: #f1f1f1}
				
				.dropdown-content div {
				    color: black;
				    padding: 12px 16px;
				    text-decoration: none;
				    display: block;
				    font-size: 15px;
				}
				
				
				.dropdown-content div:hover {}*/
.show {
	display: block;
}

.showFlex {
	display: flex !important;
}

.user-dropdown-content{
	min-width: 250px;	
}

.even-row {
   background-color: #f8f8f8;
}
.odd-row {
   background-color: #ffffff;
}

/*Data Scroller*/

.dr-dscr {
	float: right !important;
}

.dr-dscr-t{
	border-spacing: 0px;
	height:32px;
	border: 0px solid;
	border-left: 1px solid #ddd; 
}

.dr-dscr-button, .dr-dscr-sepctrl{
	background-color: #ffffff;
	border-width: 0px;	
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
	width: 30px;


}

.dr-dscr-act{
	border-width: 0px;
	background-color: #3c8dbc;
	width: 30px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
}

.dr-dscr-act:hover{
	border-width: 0px;
	background-color: #3B8BAE;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
}

.dr-dscr-inact{
	border-width: 0px;	
	width: 30px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
}

.dr-dscr-inact:hover{
    border-width: 0px;  
    width: 30px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd; 
    border-bottom: 1px solid #ddd; 
    background-color: #f8f8f8;
}

.dr-dscr-act > .rich-datascr-button-content{
	color:#ffffff;
	font-weight: normal;
	font-size: 12px;

}

.dr-dscr-act > .rich-datascr-button-content:hover{
	color:#ffffff;
	font-weight: normal;
	font-size: 12px;

}

.dr-dscr-inact > .rich-datascr-button-content{
	font-weight: normal;
	color:#000000;
	font-size: 12px;
}


.dr-dscr-inact > a.rich-datascr-button-content:hover{
    font-weight: normal;
    color:#000000;
    font-size: 12px;
}

.dr-table-footercell > div > div > span{
	font-size: 13px !important;
	font-weight: 500 !important;
}

/*Inplace ajust*/

.rich-inplace-view{
    background-color: #ffffff !important;
}

#logo_siq_sistema{
	position:relative;
}

.history-dropdown{
    text-align: left;
    min-width: 250px;
    z-index: 2002;
}


/*inputs styles*/

.input1ColumnTranslation,
	.input2ColumnTranslation,
	.input3ColumnTranslation	 {
    width: 100%;    
    line-height: 100%;
    margin-right: 10px;
    margin-bottom: 20px;
    word-break: break-all;
    margin-left: 0px !important;
    padding-right: 20px;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.suggestionBox1ColumnTextAreaWithAddButtom,
	.suggestionBox2ColumnTextAreaWithAddButtom,
	.suggestionBox3ColumnTextAreaWithAddButtom {
	width: 100%;    
    line-height: 100%;
    margin-right: 10px;   
    word-break: break-all;
    margin-left: 0px !important;
    padding-right: 20px;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	height: 45px !important;
}

.iconTextareaTranslation{
	width: 30px;
    position: relative !important;
    float: right;
    margin-top: -63px !important;
    margin-right: -10px;
    border: 0px !important;    
    height: 0px !important;
}

.iconInputTranslation {
    width: 30px;
    position: relative !important;
    float: right;
    margin-top: -43px !important;
    margin-right: -10px !important;
    border: 0px !important;
    height: 0px !important;
}


input[class*="input1ColumnTranslation"], 
	input[class*="input2ColumnTranslation"],
	 input[class*="input3ColumnTranslation"]{
	height: 28px !important;
}

.tdSuggestionBoxCategory{
	width: 100%;
}

    /* border: 0px; */
    /* margin-top: 32px; */
    /* position: absolute; */
    /* height: 16px; */
    
.td1Columns > div > div[style*="height:37px"],
.td2Columns > div > div[style*="height:37px"],
.td3Columns > div > div[style*="height:37px"]{
	height:44px !important;
}

.td1Columns > table[style*="margin-bottom:12px"],
.td2Columns > table[style*="margin-bottom:12px"],
.td3Columns > table[style*="margin-bottom:12px"]{
	margin-bottom:22px !important;
}



.labelCheckBox {
    font-family: Roboto,Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
    float: left;
    margin-left: 10px;    
}

.disabledLabelCheckBox {
    font-family: Roboto,Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
    float: left;
    margin-left: 10px;
    color: #6c6c6c;    
}

.inputCheckBox {
    margin-left: 0px;
    margin-bottom: 20px;    
    vertical-align: middle;
    min-height: 28px;
}

.tdInputFormColumnOnlyCheckBox{
	vertical-align: middle;
}

.td1Columns > table,
.td2Columns > table,
.td3Columns > table{
	margin-top: 0px !important;
	margin-bottom:22px;
	border-spacing: 0px;
}

.td1Columns > div > table,
.td2Columns > div > table,
.td3Columns > div > table{
	margin-top: 0px !important;
	border-spacing: 0px;
}

.genInfoDataGridColumn1 {
    border: none;
    color: #000000;
    font-family: Roboto,Arial,Verdana,sans-serif;
    font-size: 11px;
    width: 100%;
    border: 0px;
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}


.genInfoDataGridColumn2 {
    border: none;
    color: #000000;
    font-family: Roboto,Arial,Verdana,sans-serif;
    font-size: 11px;    
    width: 50%;
    border: 0px;
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 13px;
    padding-right: 13px;
}



.genInfoDataGridColumn3 {
    border: none;
    color: #000000;
    font-family: Roboto,Arial,Verdana,sans-serif;
    font-size: 11px;    
    width: 33%;
    border: 0px;
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 13px;
    padding-right: 13px;
}

input, select, textarea, button, keygen, isindex, legend, a {
	 font-family: Roboto,Arial,Verdana,sans-serif;
}

.red {
    color: #c60008 !important;
    font-size: 30px;
    margin-left: 5px;
}

.green {
    color: #12b649 !important;
    font-size: 30px;
    margin-left: 5px;
}

.gridResumeInspection{
	width: 100% !important;
}

.genInfoDataGridColLayoutSuggestionRespKeyWithOutArrow_cols1,
.genInfoDataGridColLayoutSuggestionRespKeyWithOutArrow_cols2,
.genInfoDataGridColLayoutSuggestionRespKeyWithOutArrow_cols3  {
	width: 100%;
	margin-left: 0px;
	height: 28px !important;
	margin-top: -1px;
}

input[id*="responsibleSuggestionBoxRolinputText"]{
	width: 99.5%;
}

.genInfoGridResponsible{
	width: 100%;
	border-spacing: 0px;
}

.genInfoResponsibleKey{
	width: 33%;
}

.genInfoDataGridColLayoutInput_cols1,.genInfoDataGridColLayoutInput_cols2, .genInfoDataGridColLayoutInput_cols3{
	width: 100%;
	margin-left:0px;
}
.genInfoDataGrid{
	border: 0px;
}


.genInfoDataGridColLayoutLabel_cols1,.genInfoDataGridColLayoutLabel_cols2, .genInfoDataGridColLayoutLabel_cols3 {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
    font-family: Roboto, Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-bottom: 3px;
}

.newsActiveTabClass{
	border: 0px;
    border-bottom: 3px solid #3c8dbc;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: normal;
    padding: 3px 10px 4px 10px;
    
}
.newsContentTabClass{
	border: 0px;
}
.newsDisabledTabClass{
	
}
.newsHeaderTabClass{
	background-color: #ffffff;
	border: 0px;	
}
.newsInactiveTabClass{
	border: 0px;
    
    background-color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: normal;
    padding: 3px 10px 4px 10px;
    
}
.newsAllTabsClass{
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: none;
	min-width: 100px;

	font-size: 14px;
	color: #3c8dbc;
	background-color:unset !important;
	
}

.newsTab img[src*='spacer.gif.seam'] {
    width: 0.25px;
}

.newsHeaderTabClass > form > table > tbody > tr > td > table > tbody > tr > td {
	background-image: none;
	border: 0px; 
}

.box-link{
	position:relative;
	width: 100%;
}

.box-blue{
	background-color: #2898e8 !important;
}

.box-red{
	background-color: #ef554d !important;
}

.box-yellow{
	background-color: #f39c12 !important;
}

.box-green{
	background-color: #00a65a !important;
} 

.box-body{
	height: 146px;
}
.box-body-content > h3{
	font-size: 38px; 
	font-weight: bold; 
	margin: 0 0 10px 0;  
	white-space: nowrap;  
	padding: 0; 
	color: #ffffff;
}

.box-body-content > p{
	color: #ffffff; 
	font-size: 14px;
}

.box-icon{
	  transition: all .3s linear;    
	  position: absolute;   
	  top: 10px;   
	  right: 10px;   
	  z-index: 2000;  
	  font-size: 90px;   
	  color: rgba(1,1,1,0.1);
}

.box-footer{
	height: 37px;
}

.box-footer-content{
	height: 100%;
	background-color: rgba(1,1,1,0.1); 
	color: #ffffff; 
	font-size: 14px;
}

.box-siq{
	height: 183px;
	margin-bottom: 30px;
}

.jqplot-point-label{
	font-family: Roboto, Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px !important;
}

.pgwSlider .ps-current img {
    max-width: 100%;
    min-width: 100%;
    height: 325px !important;
    display: block;
    transition: margin-top 250ms linear;
}

.dr-mpnl-pnl-h {
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    background-image: none;    
    border-width: 0px;
    border-style: solid;
    background-position: top left;
    background-repeat: repeat-x;
    padding: 6px;
    border-radius: 4px;
}

.dr-mpnl-pnl-text {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    font-family: Roboto,Arial,Verdana,sans-serif;
}


.rich-mpnl-controls > a{
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-left: -16px !important;
    top: 3px;
    position: absolute;
    font-size: 15px;
    text-decoration: none;
}

.rich-mpnl-body > table > tbody > tr > td > div > span{
    font-family: Roboto,Arial,Verdana,sans-serif !important;
}

.rich-messages{
	font-family: Roboto,Arial,Verdana,sans-serif !important;
}
.dr-mpnl-iframe{
	border-radius: 5px;
	background-color: rgba(255,255,255,0) !important;
}


.dr-mpnl-shadow {
    display:none;
    
}

.dr-mpnl-pnl {
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 5px;
}

.messagesHeader{
	background-color: white;
}

#_messagesPanelContentDiv{
	border-top: 3px solid #3c8dbc;
}

/** >= 520 px **/
@media only screen and (max-width: 520px){
	#_messagesPanelContentDiv{
		width:400px !important;
	}
	
	#_messagesPanelHeader{
		width: 390px !important;
	}
	
	#_fecharLink{
		width:400px !important;
	}
	
	.dr-mpnl-pnl-b row {
		width: 390px !important;
	}
	
	.panelGridMessageModal{
		width: 390px !important;
	}
	
}

.dr-sb-shadow{
   display: none;
}

.dr-sb-int-sel {
    background-color: #3c8dbc;
    font-size: 14px;
    font-family: Roboto, Arial,Verdana,sans-serif;
    color: #ffffff !important;
    background-image: none;
}

.dr-sb-int {
    font-size: 14px;
    font-family: Roboto, Arial,Verdana,sans-serif;
    color: #000;
}

.dr-sb-ext-decor-2 {
    border-color: #C0C0C0;
    background-color: #ffffff;
    border-radius: 3px;
}

.suggestionBoxTitle{
	font-size: 14px;
    font-family: Roboto, Arial,Verdana,sans-serif;
}

.simpleDialog{
	border-top: 3px solid #3c8dbc;
}

.simpleDialogHeaderClass{
	background-color: white;
}

.dialogSign{
	font-size: 100px !important;
}

.yellowSign{
	color: #ffd400;
}

.themeColorSign{
	color: #3c8dbc;
}

.greenSign{
	color: #95d6a0;
}

.redSign{
	color: #f57777;
}

.simpleDialog > .rich-mpnl_panel > .rich-mp-container > .dr-mpnl-pnl {
    border-top: 3px solid #3c8dbc;
}



.dialogDeleteMessage{
	width: 100%; 
	font-size: 17px;
	font-family: Roboto, Arial,Verdana,sans-serif;
    font-weight: bold;
}

.dr-mpnl-pnl-b{
	font-family: Roboto, Arial,Verdana,sans-serif !important;
	font-size: 14px;
}

table[id*="tableInspectionPackDisposition"], 
table[id*="tableCountermeasure"], 
table[id*="tablecauseAnalysis"],
table[id*="tableWhy"],
table[id*="tableDocumentReview"]{
	width: 100% !important;
	margin-left: 0px !important;
}

form[id*="ishiwaka8MsForm"] > div[id*="ishiwaka8MsDiv"]{
	
	text-align: center !important;
	width: 100% !important;
}

form[id*="ishiwaka8MsForm"] > div[id*="ishiwaka8MsDiv"] > div{
	
	float: none !important;
	display: inline-block;
	
}

.rich-calendar-icon-table {
    cursor: pointer;
    /* width: 30px; */
    position: relative;
    float: right;
    margin-top: -24px;
    margin-right: 3px;
}

.changeLanguageRadio {
    width: 100%;
}

.rich-menu-list-bg {
    background-image: none;
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border: 0px solid;
   	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.rich-menu-list-border {
    border-color: #ffffff;
    background-color: #ffffff;
    z-index: 2002 !important;
}

.rich-menu-item, .rich-menu-group {
    height: 25px;
    text-decoration: none !important;
    font-size: 15px;
    background-color: #ffffff;
    color: #000000;
}

.rich-menu-item-label > span > .selectLink{
	 font-size: 15px !important;
	 color: #000000 !important;
}

.tituloMenu {
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
}

.rich-menu-item-hover, .rich-menu-group-hover {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #ffffff;
}


.dr-rich-tool-tip {
    background-color: #feffda;
    padding: 7px;
    border: 1px solid;
    border-color: #feffda;
    font-size: 14px;
    font-family: Roboto,Arial,Verdana,sans-serif;
    float: left;
    position: absolute;
    display: block;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

/*Priority*/

input[class="rich-inplace-select-arrow"]{	
    width: 30px;
    border: 0px;
	background-image: url(../images/buttom/arrow.png) !important;
}


.rich-tree-node-text > div > a {
    font-family: Roboto,Arial,Verdana,sans-serif !important;
    font-size: 14px !important;
    float:none;
}

div[id*="treeWorkflowpanelTree"]{
	width: 100% !important;
	box-sizing: border-box;
}

.rich-toggle-panel{
	width: 100% !important;
}

.datatableTreeBigLine{
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f4f4f4;
    border-right-color: #f4f4f4;
    font-size: 14px;    
}


.datatableTreeBigLine > a{
	font-family: Roboto,Arial,Verdana,sans-serif !important;
    font-size: 14px !important;
    word-break: break-all;
    text-decoration:none;
}

.datatableTreeBigLine > a:hover{
	font-family: Roboto,Arial,Verdana,sans-serif !important;
    font-size: 14px !important;
    word-break: break-all;
    text-decoration:underline;
}

.datatableTreeBigLine > div > a{
	font-family: Roboto,Arial,Verdana,sans-serif !important;
	color: #6f6f6f;
}

.wrflTreeSelectCheckListUpdateColumn {
    width: 150px;
    margin: 10px 10px 0px 0px;
    font-size: 17px;
    font-family: Roboto,Verdana,Arial,Helvetica,sans-serif;
    cursor: pointer;
}


.rich-progress-bar-width {
    width: 246px !important;
    font-family: Roboto,Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: unset;
}

.historyNav{
	font-family: Roboto,Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px !important;
}

.historyNav > div > a{
	font-family: Roboto,Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px !important;
}

.historyNavCurrent{
	 background-color: #3c8dbc !important;
}

.uploadInfo {
    overflow: hidden;
}

.dr-tbpnl-cntnt{
	font-family: Roboto,Verdana,Arial,Helvetica,sans-serif;
}

.input1ColumnMedium,.input2ColumnMedium,.input3ColumnMedium {
    width: 100%;   
    margin-bottom: 20px;
    margin-left: 0px;
   
}

.label1ColumnMedium,.label2ColumnMedium,.label3ColumnMedium {    
    width: 100%;
    font-family: Roboto,Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-left: 0px;
}

.divButtonMedium {
    text-align: right;
    margin-bottom: 10px;
    margin-left: -10px;
    width: 100%;
    margin-top: 20px;    
}

.input1ColumnGroupBig,.input2ColumnGroupBig,.input3ColumnGroupBig {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    word-break: break-all;
    font-size: 15px !important;
}

.label1ColumnGroup,.label2ColumnGroup,.label3ColumnGroup {
    margin-left: 0px;
    margin-top: 15px;
    width: 100%;
    font-family: Roboto,Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}


select[class*="wrflSelectUpdateColumn"]:hover {
    background: url(../images/buttom/arrow.png) no-repeat right white;
}

select[class*="wrflSelectUpdateColumn"] {
    font-family: Roboto, Verdana,Arial,Helvetica,sans-serif !important;
    height: 25px !important;
    background: #f3f2f2;
    border: 0px solid #f3f2f2;
    box-shadow: none;
    border-bottom: 1px dashed #000;
    border-radius: 0px;
    margin-left: 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select[class*="wrflSelectUpdateColumn"]::-ms-expand{
	display: none;
}


select[class*="wrflSelectUpdateColumn"]:hover {
    background: url(../images/buttom/arrow.png) no-repeat right white;
}

select[class*="wrflSelectUpdateColumn"] {
    font-family: Roboto, Verdana,Arial,Helvetica,sans-serif !important;
    height: 25px !important;
    background: #f3f2f2;
    border: 0px solid #f3f2f2;
    box-shadow: none;
    border-bottom: 1px dashed #000;
    border-radius: 0px;
    margin-left: 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select[class*="wrflSelectUpdateColumn"]::-ms-expand{
	display: none;
}


/** IE 10 FIXES **/

.end-xs{
	text-align:right;
}

.end-md{
	text-align:right;
}
 span{
 	 font-family: Roboto, Verdana,Arial,Helvetica,sans-serif !important;
 }
 
 
 /**Error Page Styles**/
 
.bodyErrorPage{
  	margin:0px;
  	background-image:url('../images/errorPage/error_background.jpg');
}

.errorPage{
  	font-family: Roboto, Verdana,Arial,Helvetica,sans-serif !important;
  	height:100% !important;
  	width: 100% !important;  
  	padding: 0px;
  	margin: 0px !important;
}
 
.errorPagePanel{
 	padding-top: 20px;
 	padding-bottom: 20px;
}
 
.errorPagePanelMessage{
 	text-align:center;
 	background-color: rgba(251, 125, 125, 0.84);
 	color:#ffffff;
 	padding-top: 20px;
 	padding-bottom: 20px;
}

.errorPagePanelMessage > i{
 	font-size: 150px;
}

.errorPagePanelMessage > h3 > a {
 	color: #ffffff;
 	font-size: 1.17em;
 	text-decoration: underline;
}

.errorPagePanelDetail{
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(233, 233, 233, 0.72);
	color:#000000;	
}

.errorPagePanelDetailClosed{
	cursor: pointer;
}

.errorPagePanelDetailOpen{
	text-align: center; 	
	position:relative; 
	width:100%;
	color:#000000;
}

.errorPagePanelDetailOpen > i{
	cursor: pointer;
}

.errorPagePanelDetailOpen > div{
	overflow: auto; 
	height:150px;
	width:100%;
}


/**Menu Styles**/

.topMenu{
	background-color: #3c8dbc;   
	margin: 0px !important;
	padding:0px; 
	min-height:50px;  
	font-size: 20px;
	vertical-align: middle;
	font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
	color:white;
	position: relative;
	z-index: 1;
}

.topMenuLeft{
	margin-top: 13px;
	padding: 0px !important;
}

.topMenuLeft > i {	
	color:white;
	cursor:pointer;
	margin-left: 15px;	
}

.topMenuQualityMessage{
	font-weight: bold;
}

.topMenuRight{
	margin-top: 4px;
	padding: 0px !important;
}

.topMenuGridRight{
	padding:0px;
	margin-right: 15px;
	text-align:left;
	display: inline-flex;
}

.topMenuTransactionLinkGo{
	padding-left:10px;
	padding-right:10px;
}

.topMenuTransactionLinkGo > i{
	color:#9fbdeb;
	font-size: 16px;
}

.topMenuNotificationCount{
	position: absolute;  
	margin-left: 29px;    
	margin-top: -8px;
}

.topMenuNotificationCountText{
	font-size: 10px; 
	margin-top: 3px; 
	margin-left: 3px; 
	width: 100%; 
	text-align: center;  
	background-color: #ffa500; 
	padding: 2px; 
	border-radius: 2px;
}

.topMenuNotificationGrid{
	height:50px;
	width:100%;
}

.topMenuNotificationGridImage{
	width:35px;
	height:35px;
}

.topMenuNotificationGridLink{
	font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 15px;    
	color:#000000;
}

.topMenuNotificationGridPublish{
	font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 12px;
    font-weight: 500;
	color:gray;
}

.toMenuNotificationGridCancelButton{
	width:16px;
	height:16px;
	border:0px;
	margin:0px;
}

.topMenuProfile{
	border-radius: 50px;
	background-color:white;
	height: 35px;
	width:35px;
}

.topMenuProfileImageRadius{
	position:absolute;
	width:35px;
	height:35px;
	display:block;
	border-color:#FFFFFF;
	color:#FFFFFF;
}

.topMenuProfileImage{
	width:35px;
	height:35px;
	display:block;
	border-color:#FFFFFF;
	color:#FFFFFF;
	object-fit: cover;
}


.topMenuProfileContent{
	border-radius: 50px;height: 90px;width:100%;text-align:center;
}

.topMenuProfileContentImageRadius{
	position:absolute;width:90px;height:90px;border-color:#FFFFFF;color:#FFFFFF;
}

.topMenuProfileContentImage{
	width:90px;height:90px;border-color:#FFFFFF;color:#FFFFFF;border-radius: 48px;object-fit: cover; background-color:white;
}

.topMenuProfileContentPersonName{
	font-size: 16px;
	padding-right:7px;
	color:rgba(255,255,255,0.8);
}

.topMenuProfileButtonProfile{
	max-width: 100px; 
	min-width: 100px; 
	margin-left: 0px;
}

.topMenuProfileButtonExit{
	float:right;
	width: 100px;   
	max-width: 100px;
	min-width: 100px;
}


/*Toolbar style*/

.toolbarForm{
	margin: 0px;
	width: 100%;
}

.toolbar{
	
	margin: 0px !important;
	background-color: #f3f2f2;
	color: #3c8dbc; 
	text-align:right;
	width: 100%; 
	float: right; 
	font-size: 25px;
	font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;width:100%;
}

.toolbarLeft > div{
	height:56px;
	display: table-cell;
	vertical-align: middle;
}

.toolbarLeftIcon{
	float:left;
}

.toolbarLeftIcon > img{
	height:48px;
	width:48px;
	margin-right: 5px;
}

.toolbarLeftModuleNavigation{
    margin-top: 9px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toolbarRight{
	font-size: 20px;
	margin-top:15px;
}

.toolBarRightSessionTime{
	margin-left:6px;
	font-size:14px;
}

.toolBarRightMoreOption{
	cursor:pointer;
}


.toolbarRightBackLink{
	font-weight:bold;
	font-size:16px;
	text-decoration:none !important;
	color: #3c8dbc !important;
}

.dr-menu-icon > i {
    font-size: 17px;
    width: 20px;
    text-align: center;
    color: #3c8dbc;
}

/*Widget boxes at principal dash*/

.widget-box{
	border-radius: 3px; 	
	border-top: 3px solid #3c8dbc;	
	background-color: #ffffff; 
}

.widget-box-title{
	border-bottom: 1px solid #e9e9e9;
}

.widget-box-title > div{
	display:table;
}

.widget-box-title > div > i{
	margin-left: 10px;
	margin-right: 8px;
	display: inline-block;
	font-size: 18px;
}

.widget-box-title > div > h3{
	font-size: 18px; 
	font-weight: normal; 
	display: inline-block;
}

.widget-box-content{
	padding-top: 10px; 
	padding-bottom: 10px;
}

.widget-box-chart{
	height:300px;
	width: 100%;
}

/*News */

table[id*="changeColorRadio"] > tbody > tr > td:nth-child(1){
	width: 10%;
}



.keyColumn {
    background-color: #fff;
    height: 42px;
    width: 290px;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    padding-left: 10px;
    font-family: Roboto;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.valueColumn {
    background-color: #FFFFFF;
    height: 42px;
    border: 1px solid #f4f4f4;
    font-size: 15px;
}

.imageColumn {
    background-color: #FFFFFF;
    height: 42px;
    border: 1px solid #f4f4f4;
    font-size: 15px;
    text-align: center;
}

/*Inspection force ajust*/
td[style*="background-color:#EAF0F8;"]{
	 background-color: #fff !important;
	 color: #000;
	 font-weight: 500;
}

.valueColumnInspectionCharacteristicResume{
	border: 1px solid #f4f4f4;
}

.headerResume{
	 font-size: 18px !important;
	 font-weight: normal;
}

.wrflSelectUpdateColumn > span {
    font-size: 19px !important;
    color: #000000 !important;
}

.wrflSelectUpdateColumn {
    font-family: Roboto, Verdana,Arial,Helvetica,sans-serif !important;  
    font-size: 19px !important;
    color: #000000 !important;
    text-decoration: none;
}

.wrflSelectUpdateColumn:hover{
	text-decoration: underline;
}



select[name*="treeWorkflow"]{
	width: 100% !important;
}

.wrflSelectEvaluationRadioUpdateColumn {
    margin: 0px 10px 0px 0px;
    font-size: 15px;
    font-family: Roboto,Verdana,Arial,Helvetica,sans-serif;
    cursor: pointer;
    text-align:left;
}

.tableLink > div >  label{
	   font-family: Roboto,Verdana,Arial,Helvetica,sans-serif;
}

.datatableBigLine > div > a{
	   font-family: Roboto,Verdana,Arial,Helvetica,sans-serif;
}

div[class*="rich-menu-item"] > span > a {
	color: black;
    text-decoration: none;
    margin-left: 0px;
    font-size: 15px !important;
}

.jqplot-target {
    position: relative;
    color: #444444 !important;
    font-family: Roboto, "Trebuchet MS", Arial, Helvetica, sans-serif !important;
    font-size: 2em !important;
}

table.jqplot-table-legend {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
}
table.jqplot-table-legend, table.jqplot-cursor-legend {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #ffffff;
    position: absolute;
    font-size: 0.75em;
}
td.jqplot-table-legend {
    vertical-align:middle;
}

.buttonIconChartDataAnalysis{
    font-size: 20px !important;
    margin-top: 4px;
    color: #3c8dbc;
    cursor: pointer;
}

table[id*="tableContention"]{
	width: 100% !important;
	margin-left: 0px !important; 
}

.input4Column{
	width: 95%;
}

.evaluation .rich-progress-bar-remained {
    background-color: #c00000;
    color: white;
    font-family: Roboto,Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    height: unset;
}

.evaluation .rich-progress-bar-completed {
    background-image: none;
    background-color: #00b050;
    font-family: Roboto,Verdana,Arial,Helvetica,sans-serif;
    color: white;
    font-weight: normal;
    height: unset;
}

div[id*="divworkflowStepResultEvaluationQuestion"] > label{
	font-family: Roboto,Verdana,Arial,Helvetica,sans-serif !important;
}

table[class*="rich-calendar-popup"]{
	width: unset !important;
}

.datatableBigLine > a {
    font-size: 14px;
    color: #000;
}

.rich-fileupload-button-content {
    color: #FFF;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
}

.rich-fileupload-button, .rich-fileupload-button-light , .rich-fileupload-button-press{
    background-repeat: unset;
    background-position: unset;
    background-color: #3c8dbc;
    padding: 7px;
    color: white;
    cursor: pointer;
    background-image: unset; 
   	border:none;
   	border-radius: 2px;
}

.rich-fileupload-button-border{
	border:none;
}

.rich-fileupload-toolbar-decor {
  	border: none;
    padding: 0px;
    background-color: #3c8dbc;   
}

.imageLoginBackground{
		float:left;    
		z-index: -1;
		position:absolute;	
		height:100%;
		display:none;
}

.imageLoginBackgroundKeepRatio{
		float:left;    
		z-index: -1;
		position:absolute;	
		height:100%;
		display:none;
}


.responsive_image_news	{
	float:none !important;
	margin-right:15px !important;
	margin-bottom:10px !important;
}

    .responsive_image_news	img{
		width:100% !important;
		border-radius: 7px;
		
    }

/** >= 448 px **/
@media only screen and (min-width: 448px){
	.imageLoginBackground{
		float:left;    
		z-index: -1;
		position:absolute;
		height:100%;
		display:none;
	}
	
	.imageLoginBackgroundKeepRatio{
		float:left;    
		z-index: -1;
		position:absolute;
		height:auto;
		display:none;
	}
	
.newsImage{
	border: none !important;
}

.newsImage > img{
width:auto !important;
margin-top: 0px;
}	

.newsTitle {
    margin-left: 1px !important;
    margin-right: 5px !important;
    
}

.newsRowHead {
    margin-left: 1px !important;
}

.newsRowContent {
    margin-left: 1px !important;
    margin-right: 10px !important;
}

.newsRowFooter {
    margin-left: 1px !important;
}

	
}



/** >= 768 px **/
@media only screen and (min-width: 768px){
	.imageLoginBackground{
		float:left;    
		z-index: -1;
		position:absolute;	
		height:100%;
		display:inline;
	}
	
	.imageLoginBackgroundKeepRatio{
		float:left;    
		z-index: -1;
		position:absolute;	
		height:auto;
		display:inline;
	}
	
	
	

.newsImage{
	border: none !important;
}

.newsImage > img{
	width:auto !important;
    margin-top: 0px;
}	
	

.newsTitle {
    margin-left: 1px !important;
    margin-right: 5px !important;
    
}

.newsRowHead {
    margin-left: 1px !important;
}

.newsRowContent {
    margin-left: 1px !important;
    margin-right: 10px !important;
}

.newsRowFooter {
    margin-left: 1px !important;
}	
	
}
/** >= 832 px **/
@media only screen and (min-width: 832px){
	.imageLoginBackground{
		float:left;    
		z-index: -1;
		position:absolute;	
		height:100%;
		display:inline;
	}
	
	.imageLoginBackgroundKeepRatio{
		float:left;    
		z-index: -1;
		position:absolute;	
		height:auto;
		display:inline;
	}
	

}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.responsive_image_news	{
		float:left !important;
		margin-right:15px !important;
		margin-bottom:10px !important;
    }	
    
    .responsive_image_news	img{
		width:100% !important;
		
    }	
	
}


/** >= 1120 px **/
@media only screen and (min-width: 1120px){
	.imageLoginBackground{
		float:left;    
		z-index: -1;
		position:absolute;
		width:100%;
		height:100%;
		display:inline;
	}
	
	.imageLoginBackgroundKeepRatio{
		float:left;    
		z-index: -1;
		position:absolute;
		width:100%;
		height:auto;
		display:inline;
	}

	.responsive_image_news	{
		float:left !important;
		margin-right:15px !important;
		margin-bottom:10px !important;
    }	
    
    .responsive_image_news	img{
		width:100% !important;
		
    }
	
}





.rich-tree-node-text > div > a {
    font-family: Roboto,Arial,Verdana,sans-serif !important;
    font-size: 19px !important;
    padding-bottom: 5px;
    text-decoration: none;
    margin-left: 7px;
}

.dr-tree-h-text {
    width: 100%;
    cursor: default;
    padding: 1px 4px 1px 4px;
    white-space: nowrap;
    padding-bottom: 7px;
    padding-top: 7px;
    text-decoration: none;
}

.dr-tree-h-text > div {
    width: 100% !important;
}



input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #cacece;
    padding: 9px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    margin: 0px;
    margin-bottom: -2px !important;
    width: 1px;
    float: left;
}

input[type="checkbox"]:active, input[type="checkbox"]:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input[type="checkbox"]:checked {
	background-color: #ffffff;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

input[type="checkbox"]:checked:after{
	content: '\2714';
    font-size: 18px;
    position: absolute;
    top: -3px;
    left: 2px;
    font-weight: bold;
    color: #3c8dbc;
}

div[id*="divTableOpened"] {
    width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    input[type="checkbox"]{
		-webkit-appearance: unset;
	    background-color: rgba(255,255,255,0);
	    border: 0px;    
	    padding: 0px;
	    border-radius: unset;
	    display: unset;
	    position: relative;
	    margin: unset;
	    margin-bottom:unset;
	    width: 20px !important;
	    height: 30px !important;
	    vertical-align: middle;
	    margin-top: -12px !important;
	}
	
	input[type="checkbox"]:active, input[type="checkbox"]:checked:active {
	    box-shadow: unset;
	}
	
	input[type="checkbox"]:checked {
		background-color: rgba(255,255,255,0);
	    border: 0px;    
		box-shadow: unset;
		color: unset;
	}
	
	input[type="checkbox"]:checked:after{
		content: unset;
		font-size: unset;
		position: unset;
		top: unset;
		left: unset;
		color: unset;
	}
}

.datatableCheckBox{
	float:none !important;
}

.genericInformationTableDataGridRowlayoutKeyColumn {
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Roboto;
    border-right: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2;
}


td[id*="tableInspectionCharacteristicDataEntrys"] {
    border-right: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2;
}

td [id*="tableInspectionCharacteristicDataResults"] {
    border-right: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2;
}

table[id*="tableReceivingLabel"]{
	width: 100% !important;
	margin-left: 0px !important;
}

div[id*="menuSuggestionCategTextArea"] > div {
    margin-top: 40px !important;
}


td[id*="reportTable"] {
    border-right: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2;
    font-family: Roboto;
    /* font-size: 17px; */
}

td[id*="reportTable"] > a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}
td[id*="reportTable"] > a:hover {
    text-decoration: underline;
}

td[id*="alertTable"]{
	padding:0px;
	border: 0px;
}

table[id*="alertTable"] > tfoot > tr > td {
    background: transparent;
}

table[id*="alertTable"] > tfoot > tr {
    background: transparent;
}

table[id*="alertTable"] > tr > {
    background: transparent;
}

.alertBackgroundERROR {    
    background-image: none;
    background-color: #fb7d7d;    
}

.alertBackgroundWARNING {
	background-image: none;
    background-color: #ffe400;
}

.alertBackgroundINFORMATION {
	background-image: none;
    background-color: #b6cbe7;
}

.alertBackground{
		width: 100%;  
		position: fixed;  
		height: 100%;  
		margin: 0px;   
		padding: 0px;   
		z-index: -1;
		top:0;
}

.alertSystemGeneral{
	background-color: transparent;
}

td[id*="tableInfos"]{
	border-right:solid 1px #f2f2f2;
	border-bottom:solid 1px #f2f2f2;
	font-family: Roboto,Arial,Verdana,sans-serif !important; 
	font-size: 17px; 
}

td[id*="tableInfos"] > a{
	text-decoration:none;
}

td[id*="tableInfos"] > a:hover{
	text-decoration: underline;
	color:black;
}

td[id*="tableInfos"] > a > span{
	font-family: Roboto,Arial,Verdana,sans-serif !important; 
	font-size: 14px; 
	color:black;
}

.genSearchField {
    width: 100%;
}

.genSearchInput{
	margin-bottom: 0px;	
}

.genSearchIcon{
	vertical-align: middle;    
    text-align: center;
    display: table-cell;
    padding: 0px;
}

.genSearchIcon > a{
	border: 0px;
    margin: 0px;
    color: #FFFFFF;
   	position: absolute;
    margin-left: -21px !important;
    margin-top: -10px !important;
    
}

table[id*="genericInformationSearchPanel"]{
	margin-bottom: 19px;
}

.dr-tree-h-ic-div {
    margin-left: 10px;
    padding-left: 12px;
}

.dr-tree-h-ic-img {
    width: 20px;
    height: 20px;
}

div[id*="tableWorkflowStepResults"] > table > tbody > tr > td > a > span{
	color:#000;
}

div[id*="tableWorkflowStepResults"] > table > tbody > tr > td > a{
	text-decoration: none;
	color:black;
}

div[id*="tableWorkflowStepResults"] > table > tbody > tr > td:first-child{
	width:10px;
}

div[id*="tableWorkflowStepResults"] > table > tbody > tr > td > a:hover{
	text-decoration: underline;
	color:black;
}

div[id*="tableWorkflowStepResults"] > a{
	text-decoration: none;
	color:black;
}

div[id*="tableWorkflowStepResults"] > a:hover{
	text-decoration: underline;
	color:black;
}

a[id*="treeLink"]{
	margin-left:5px;
	width:500px; 
	word-wrap: break-word; 
	font-family: Roboto, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000; 
	cursor: pointer; 
	margin-top:2px; 
	float:left;
	text-decoration:none;
}

a[id*="treeLink"]:hover{
	color: #000; 
	text-decoration:underline;
	
}

.rich-sb-common-container{
	width: 98% !important;
    height: 400px !important;
    left: 0 !important;
    margin-left: 1%;
}

.rich-sb-overflow {
    width: 100% !important;
    height: 400px !important;
}

input[id*="tableDataEntrysForm:tableInspectionCharacteristicDataEntrys"]{
	width: 100% !important;
}

input[type="radio"] {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    padding: 9px;
    border-radius: 9px;
    display: inline-block;
    position: relative;
    margin: 0px;
    margin-bottom: -2px !important;
    width: 1px !important;
    
}

input[type="radio"]:active, input[type="radio"]:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input[type="radio"]:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;	
}

input[type="radio"]:checked:after{
	content: '\25CF';
    font-size: 27px !important;
    position: absolute;
    top: -9px;
    left: 1px;
    color: #717171;
}

.rich-sb-int-decor-table > thead > tr > th{
	padding-top: 15px;
    padding-bottom: 15px;
	text-transform: uppercase;
}

.rich-sb-cell-padding{
	padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e9e9e9;
}


.linkNews:hover{
	text-decoration: underline;
}

.newsTab{
	margin-bottom: 20px;
}

.rowPrincipal{
	width: 100% !important;
	background-color: #f3f2f2 !important;
	padding: 0px !important; 
	margin: 0px!important;
}

.noPadding{
	padding:0px !important;
}

.rowNews{
	margin-left:0px !important;
	margin-right:0px !important; 
	margin-bottom: 15px; 
	margin-top: 15px;
}

.newsImage{
	border: 1px solid #e9e9e9; 
	height: 200px;
	vertical-align:middle;
	display:inline-flex;    
	width: 100%;
}

.newsImage > img{
	width:100%;
	max-height: 200px;
	margin-top: 10px;
}

.newsTitle{
	font-size: 30px;
	font-weight: 500;
	display:block !important;
}

.newsRowHead{
	margin-top: 10px;
}

.newsHead > i{
	font-size: 13px;
	margin-right:9px;
}

.newsHeadTextUser{
	font-size: 14px; 
	text-transform:uppercase; 
	margin-right:9px;
}

.newsHeadTextDate{
	font-size: 14px; 
	text-transform:uppercase;
}

.newsRowContent{
	margin-top: 10px;
	font-size: 14px;
}

.linkNews {
    font-size: 14px;
    color: #3c8dbc !important;
    text-decoration: none;
    position: relative;
    width: 100%;
    padding-right: 7px;
    display:block;
}

.linkNews > p{
	word-break:normal;
	width:100%;
}

.newsRowFooter{
	margin-top: 10px;
}

.newsButtonFooter{
	background-color: unset !important; 
	color: #3c8dbc !important; 
	border: 1px solid #3c8dbc !important;
}

.widgetOverlayWaiting{
	position: absolute; 
	z-index: 2001; 
	margin-left: -1rem; 
	background-color: rgba(255, 255, 255, 0.81); 
	height: 100%; 
	width: 100%;
}

.widgetOverlayWaiting > i{
	top: 50%; 
	left: 50%; 
	position: absolute; 
	margin-left: -15px;
	margin-top: -20px;
}

.widgetOverlayNoData{	
	position: absolute; 
	z-index: 2001; 
	margin-left: -1rem; 
	background-color: rgb(255, 255, 255); 
	height: 100%; 
	width: 100%;
}

.widgetOverlayNoDataContent{
	height:100%;padding: 20px;
}

.widgetIconNoData{
	color:#ececec;
	font-size:96px;
}

.widgetTextNoData{
	font-size: 14px;
	color:#d0d0d0;
}

.widgetLink{
	text-decoration:none;
	color:#fff !important;
	font-size: 14px;
}

.widgetChart{
	margin-bottom: 30px;
	padding:0px;
}

.relative{
	position:relative;
}


#chatTable::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #FFF;
}

#chatTable::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#chatTable::-webkit-scrollbar-thumb
{
	background-color: #ccc;	
	
}

div[id*="chatForm:chatMessageList:scb"]::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #FFF;
}

div[id*="chatForm:chatMessageList:scb"]::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

div[id*="chatForm:chatMessageList:scb"]::-webkit-scrollbar-thumb
{
	background-color: #ccc;	
	
}



#chatForm_chatMessageList .dr-sdt-c-0{
	width: 490px !important;
	height: unset;	
}

.dr-sdt-tmplbox{
	width: 490px !important;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;    
    min-height: 20px;
    font-size: 15px;
    margin-right: 15px;
    font-family: Roboto;
}
.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}

.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}


.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}

.direct-chat-warning .right>.direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #fff;
}

.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 15px;
}

.direct-chat-warning .right>.direct-chat-text:after, .direct-chat-warning .right>.direct-chat-text:before {
    border-left-color: #f39c12;
}

.right .direct-chat-text:after, .right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}

.direct-chat-msg {
    margin-bottom: 10px;
    margin-top: 30px;
}

.direct-chat-msg, .direct-chat-text {
    display: block;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    height: 15px;
}

.direct-chat-msg {
    margin-bottom: 10px;
}

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-timestamp {
    color: #999;
}

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.right .direct-chat-img {
    float: right;
}

td[id*="chatForm:chatList:"]{
	border-right: none;
}

.genericInformationTableLink{
	font-size: 14px;
	text-decoration: none;
	color: #000 !important;
}

.hide{
	display:none !important;
}

.newUpload {
    background-color: #F3F2F2;
    border: none;
}

.newUpload  > .rich-fileupload-toolbar-decor {
    border: none;
    padding: 0px;
    background-color: #F3F2F2;
}

.newUpload  > .rich-fileupload-toolbar-decor > tbody > tr > td > .rich-fileupload-button-border {
    float:right !important;
}

.newUpload > .rich-fileupload-toolbar-decor > tbody > tr > td > div >div > .rich-fileupload-ico-add{	 
	 background-image: none;
	 color: #3c8dbc;
     font-size: 30px;
}

.newUpload > .rich-fileupload-toolbar-decor > tbody > tr > td > div >div { 
	 background-color: #F3F2F2 !important;
	 background-image: none;
}

.rich-fileupload-font {
    font-family: Roboto,Arial,Verdana,sans-serif;
    font-size: 14px;
}

.rich-fileupload-table-td {
    border-bottom-color: #f1f1f1;
    border-bottom: 1px solid #d6d6d6;
    white-space: nowrap;
}


.rich-progress-bar-uploaded{
	 height: 30px;
	 background-image: url(../images/progressBar/progressBar.gif);
}

.newUpload > div > table >  tbody > tr > td[class="rich-fileupload-table-td"]{
	display:none;
}

.wrflDivButtonUpdate{
	margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
    margin-left: 0px;
}

.wrflDivButtonUpdate{
	margin-top: 10px;
    margin-bottom: 0px;
    width: 100% !important;
    margin-left: 0px !important;
}

.wrflDivButtonUpdate > div > input[class="button"] {
	margin-right:10px;
}

.newUpload > .rich-fileupload-toolbar-decor > tbody > tr > td > div >div::before {
    content: "";
}

.attachmentBoxGrid{
	margin-top: 30px;
	max-height: 270px;
	overflow:hidden;
}

.attachmentContent{
	background-color:#ffffff;
	min-height: 270px;
	position:relative;
	padding:0px;
	vertical-align: middle; 
	display: flex;
}

.attachmentGridImage{
	height: auto;
	width: 100%;
	border: 0px none ;
	border: 0px none ;
}

.attachmentGridTools{
	width: 100%;
	font-size: 20px; 
	z-index: 10000; 
	height: 72px; 
	background-color: rgba(0, 0, 0, 0.4); 
	color: white;
	display: inline-block; 
	position: absolute; 
	top: 198px; 
	float: left;
	right:0px;
}

.attachmentGridToolsTitle{
	font-size: 12px;
	height: 24px;
}

.attachmentGridToolsIconsLink{
	text-decoration: none;
	color:#ffffff !important;
	font-size: 17px;
}

.titleLink{
	text-decoration:none;
	color:#fff !important;
	font-size: 20px !important;
}

.titleLink:hover{
	text-decoration:underline;
	color:#fff !important;
}

.input1Column{
	width: 100% !important;
}

.menuRight{
	display:block;
}
	
.togglebutton{
	display:none;
}


.evaluationProgressBar > div{
	text-align:center;
}

.evaluationProgressBar > div > div {
	display: inline-block;
}

.evaluationAdvancedColorHeader{
	background-color: #3c8dbc;
	color: #fff;
}

.evaluationAdvancedColorHeaderLight{
	background-color: #ececec;
}

.dr-table-cell{
	font-family: Roboto, Arial,Verdana,sans-serif;
}

.newUpload > .rich-fileupload-toolbar-decor > tbody > tr > td > div >div > .rich-fileupload-ico-add-dis {
    background-image: none;
    font-size: 30px !important;
    color: #c9c9c9;
}

.pdfViewerDataScroller{
	position:absolute;
}

.attachmentPDFViewerGrid > tfoot > tr > td{
	background-color: #F3F2F2;
}

.attachmentPDFViewerGrid{
	border:0px;;
}

.evaluationAdvancedWithCameraAndMicrophoneColumnSequence {
  text-align:left !important;
}

.evaluationAdvancedWithCameraAndMicrophoneColumnStep {
  text-align:left !important;
}

.evaluationAdvancedWithCameraAndMicrophoneColumnStatus {
  text-align:left !important;
}

.evaluationAdvancedWithCameraAndMicrophoneColumnScore {
  text-align:left !important;
}

.evaluationAdvancedWithCameraAndMicrophoneColumnAction {
  text-align:center !important;
}

.evaluationAdvancedWithCameraAndMicrophoneColumnMicrophone {
  text-align:center !important;
}

.evaluationAdvancedWithCameraAndMicrophoneColumnCamera {
  text-align:center !important;
}

.evaluationAdvancedWithCameraAndMicrophoneColumnSequenceHeader {
  text-align:left !important;
}

.evaluationAdvancedWithCameraAndMicrophoneColumnStepHeader {
  text-align:left !important;
}

.evaluationAdvancedWithCameraAndMicrophoneColumnStatusHeader {
  text-align:left !important;
}

.evaluationAdvancedWithCameraAndMicrophoneColumnScoreHeader {
  text-align:left !important;
}

.evaluationAdvancedWithCameraAndMicrophoneColumnActionHeader {
  text-align:center !important;
}

.evaluationAdvancedWithCameraAndMicrophoneColumnMicrophoneHeader {
  text-align:center !important;
}

.evaluationAdvancedWithCameraAndMicrophoneColumnCameraHeader {
  text-align:center !important;
}

.tdInputFormColumnResponsiveTitle{
	display:none;
}

@media screen and (max-width: 600px) {
	
	.pdfViewerDataScroller{
		position:relative;		
	}
	

    table[class*="siq-table-responsive"] {
      border: 0;
    }

    table[class*="siq-table-responsive"] > thead > tr > th{
      display: none;
    }
    
     table[class*="siq-table-responsive"] > thead > tr > th:first-child{
      display: table-cell;
      height:50px;
      vertical-align:middle;      
      
    }
  

    table[class*="siq-table-responsive"] > tbody > tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table[class*="siq-table-responsive"] > tbody > tr > td {
      display: block;
      text-align: right !important;
      font-size: 13px !important;
      min-height:50px;      
      height: 100%;
      border-bottom: 1px solid #f4f4f4;
      box-sizing: border-box;
      width: 100% !important;
      word-break: break-all;
    }

    table[class*="siq-table-responsive"] > tbody > tr > td:last-child {
      border-bottom: 0;
    }

    table[class*="siq-table-responsive"] > tbody > tr > td:before {
      content: attr(headers);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
    
    table[class*="siq-table-responsive"] > tbody > tr > td > table {
    	width: 100% !important;
    }
    
    table[class*="siq-table-responsive"] > tbody > tr > td > div {
    	text-align:right !important;
    }
    
    table[class*="siq-table-responsive"] > tbody > tr > td > span {
    	text-align:right !important;
    	float:none !important;
    }
    
      table[class*="siq-table-responsive"] > tbody > tr > td > a {
    	text-align:right !important;
    	float:none !important;
    }
    
    
    
    .tdInputFormColumnResponsiveTitle{
    	text-align:left !important;
    	display:block !important;
    }
    
    table[class*="siq-fields-responsive"] > tbody > tr > td > div[class*="tdInputFormColumnResponsiveTitle"] {
    	text-align:left !important;
    }
    

    table[class*="siq-fields-responsive"] {
      border: 0;
    }

    table[class*="siq-fields-responsive"] > thead > tr > th{
      display: none;
    }
    
     table[class*="siq-fields-responsive"] > thead > tr > th:first-child{
      display: table-cell;
      height:50px;
      vertical-align:middle;      
      
    }
    
    table[class*="siq-fields-responsive"] > tbody > tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: none;
    }
    
    table[class*="siq-fields-responsive"] > tbody > tr[class*="tdLabelFormColumn"]{
      display: none !important;      
    }
  
    table[class*="siq-fields-responsive"] > tbody > tr > td {
      display: block;
      text-align: right !important;
      font-size: 13px !important;
      min-height:50px;      
      height: 100%;
      border-bottom: 1px solid #f4f4f4;
      box-sizing: border-box;
      width: 100% !important;
      word-break: break-all;
    }

    table[class*="siq-fields-responsive"] > tbody > tr > td:last-child {
      border-bottom: 0;
    }

    table[class*="siq-fields-responsive"] > tbody > tr > td:before {
      content: attr(headers);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
    
    table[class*="siq-fields-responsive"] > tbody > tr > td > table {
    	width: 100% !important;
    }
    
    table[class*="siq-fields-responsive"] > tbody > tr > td > div {
    	text-align:right !important;
    }
    
    table[class*="siq-fields-responsive"] > tbody > tr > td > span {
    	text-align:right !important;
    	float:none !important;
    }
    
      table[class*="siq-fields-responsive"] > tbody > tr > td > a {
    	text-align:right !important;
    	float:none !important;
    }
    
    
   
    
    
    
    table[class*="siq-table-responsive-without-first-th"] {
      border: 0;
    }

    table[class*="siq-table-responsive-without-first-th"] > thead{
      display: none;
    }
    
    table[class*="siq-table-responsive-without-first-th"] > tbody > tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table[class*="siq-table-responsive-without-first-th"] > tbody > tr > td {
      display: block;
      text-align: right !important;
      font-size: 13px !important;
      min-height:50px;  
      height: 100%;   
      border-bottom: 1px solid #f4f4f4;
      box-sizing: border-box;
      width: 100% !important;
      word-break: break-all;
    }
    
    table[class*="siq-table-responsive-without-first-th"] > tbody > tr > td > table {
    	width: 100% !important;
    }
    
    table[class*="siq-table-responsive-without-first-th"] > tbody > tr > td > .workflowResponsiveReadonly {
    	width: unset !important;
    	float:right !important;
    }
    
    table[class*="siq-table-responsive-without-first-th"] > tbody > tr > td > div {
    	text-align:right !important;
    }
	
	 table[class*="siq-table-responsive-without-first-th"] > tbody > tr > td > span {
    	text-align:right !important;
    	float: none !important; 
    }
    
     table[class*="siq-table-responsive-without-first-th"] > tbody > tr > td > a {
    	text-align:right !important;
    	float: none !important; 
    }

    table[class*="siq-table-responsive-without-first-th"] > tbody > tr > td:last-child {
      border-bottom: 0;
    }

    table[class*="siq-table-responsive-without-first-th"] > tbody > tr > td:before {
      content: attr(headers);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
    
    table[class*="siq-table-evaluationAdvancedWithCameraAndMicrophone"] {
      border: 0;
    }

    table[class*="siq-table-evaluationAdvancedWithCameraAndMicrophone"] > thead{
      display: none;
    }
    
    table[class*="siq-table-evaluationAdvancedWithCameraAndMicrophone"] > tbody > tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table[class*="siq-table-evaluationAdvancedWithCameraAndMicrophone"] > tbody > tr > td {
      display: block;
      font-size: 13px !important;
      min-height:50px;  
      height: 100%;   
      border-bottom: 1px solid #f4f4f4;
      box-sizing: border-box;
      width: 100% !important;
      word-break: break-word;
    }

    table[class*="siq-table-evaluationAdvancedWithCameraAndMicrophone"] > tbody > tr > td > .workflowResponsiveReadonly {
    	width: unset !important;
    	float:right !important;
    }

	.evaluationAdvancedWithCameraAndMicrophoneColumnSequence {
	  text-align:right !important;
	}
	
	.evaluationAdvancedWithCameraAndMicrophoneColumnStep {
	  text-align:left !important;
	}

    .evaluationAdvancedWithCameraAndMicrophoneColumnStatus {
      text-align:left !important;
    }

    .evaluationAdvancedWithCameraAndMicrophoneColumnScore {
      text-align:right !important;
    }

    .evaluationAdvancedWithCameraAndMicrophoneColumnAction {
      text-align:right !important;
    }

    .evaluationAdvancedWithCameraAndMicrophoneColumnMicrophone {
      text-align:right !important;
    }

    .evaluationAdvancedWithCameraAndMicrophoneColumnCamera {
      text-align:right !important;
    }

	.evaluationAdvancedWithCameraAndMicrophoneColumnSequenceHeader {
	  text-align:right !important;
	}
	
	.evaluationAdvancedWithCameraAndMicrophoneColumnStepHeader {
	  text-align:right !important;
	}

    .evaluationAdvancedWithCameraAndMicrophoneColumnStatusHeader {
      text-align:right !important;
    }

    .evaluationAdvancedWithCameraAndMicrophoneColumnScoreHeader {
      text-align:right !important;
    }

    .evaluationAdvancedWithCameraAndMicrophoneColumnActionHeader {
      text-align:right !important;
    }

    .evaluationAdvancedWithCameraAndMicrophoneColumnMicrophoneHeader {
      text-align:right !important;
    }

    .evaluationAdvancedWithCameraAndMicrophoneColumnCameraHeader {
      text-align:right !important;
    }

    table[class*="siq-table-evaluationAdvancedWithCameraAndMicrophone"] > tbody > tr > td > table {
    	width: 100% !important;
    }
    
	table[class*="siq-table-evaluationAdvancedWithCameraAndMicrophone"] > tbody > tr > td > span {
    	float: none !important; 
    }
    
    table[class*="siq-table-evaluationAdvancedWithCameraAndMicrophone"] > tbody > tr > td > a {
    	float: none !important; 
    }

    table[class*="siq-table-evaluationAdvancedWithCameraAndMicrophone"] > tbody > tr > td:last-child {
      border-bottom: 0;
    }

    table[class*="siq-table-evaluationAdvancedWithCameraAndMicrophone"] > tbody > tr > td:before {
      content: attr(headers);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
      padding-right: 15px;
    }
    
	.rich-tabpanel  > tbody > tr > td > form > table > tbody {
	    display: flex;
	}
	
	.rich-tabpanel  > tbody > tr > td > form > table > tbody > tr > td {
	    display: none;
	}
	
	.rich-tabpanel  > tbody > tr > td > form > table > tbody > tr > td > table {
	   width: 100%;
	}
	
	.rich-tabpanel  > tbody > tr > td > form > table > tbody > tr  {
	    display: block;
	    width: 100%;
	}
	
	.rich-tabpanel  > tbody > tr > td > form > table > tbody   {
	    display: block;
	    width: 100%;
	}
	
	.rich-tabpanel  > tbody > tr > td > form > table  {
	    display: block;
	    width: 100%;
	}
	
	.dr-tbpnl-tbcell-dsbld, .dr-tbpnl-tbcell-inact {
	    padding-top: 2px;
		display: block !important;
	    width: 100%;
	    height: unset !important;
	}
	
	.dr-tbpnl-tbcell-act, .rich-tabhdr-cell-active{
	    padding-top: 2px;
		display: block !important;
	    width: 100%;
	    height: unset !important;	
	}
	
	.toolbarLeftIcon{
		display:none;
	}
	
	.toolbar{
		text-align:left;
	}
	
	.toolbarLeftModuleNavigation {
	    margin-top: 9px !important;
		font-size: 20px !important;
		-webkit-line-clamp: 2;
	}
	
	.menuRight{
		display:none;
	}
	
	.togglebutton{
		display:flex;
	}
	
	.hpanelGrid{
		width: 100%;
		display: table;
	}
	
	.hpanelGrid > tbody> tr{
		display:block;
	}
	
	.hpanelGrid >  tbody> tr > td{
		display:table-cell;
		text-align:right;
		height:40px;
		width: 2%;
	}
	
	.hide-xs{
		display:none;
	}
	
	
	.dropdown-content {
	    display: none;
	    position: absolute;
	    background-color: #f9f9f9;
	    min-width: 400px;
	    right:unset;
	    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	    z-index: 1;
	    margin-top: 10px;
	    margin-right: 15px;
	}
		
	.show {
	    display: block;
	    
	}
	
	.center {		   
	    margin: 0;
	    width: 100%;
	    min-width: 300px;
	    position: absolute;
	    margin-left: -129px;
	}
	
	.right {
		   
	    margin: 0;
	    left: 0;
	    width: 100%;
	    min-width: 300px;
	    position: absolute;
	    
	}
	
	.left {
		   
	    margin: 0;
	    right: 0;
	    width: 100%;
	    min-width: 300px;
	    position: absolute;
	    
	}
		
	.wrflDataGridColumn{
		display:block;
	}
	
	.wrflDataGridRowLayout_row{
		display:block;
	}
	
    select[class*="wrflSelectUpdateColumn"]{
   	 width: 200px;
    }
    
    
    
    #ishiwaka8MsDivishikawaCauseAnalysis{
    	height: unset !important; 
	    font-family: Roboto !important;
	    font-size: 11px !important;
	    margin-left: 0px !important; 
    }
    
    #ishiwaka8MsDivishikawaCauseAnalysis > div {
     	background-image: none !important;
		height: auto !important;
		width: 100% !important;
    }
    
    #ishiwaka8MsDivishikawaCauseAnalysis > div > div{     	
		height: unset !important;
		width: 100% !important;
    }
    
     #ishiwaka8MsDivishikawaCauseAnalysis > div > div > div{     	
		float : none !important;
		width: 100% !important;
		 margin-left: 0px !important; 
    }
    
     #ishiwaka8MsDivishikawaCauseAnalysis > div > div > div > div{
		width: 100% !important;
    }
    
     #ishiwaka8MsDivishikawaCauseAnalysis > div > div > div > div > div{
		margin-left: 0px;
		text-align: left;
    }
    
      #ishiwaka8MsDivishikawaCauseAnalysis > div > div > div > div > textarea{
		width: 100% !important;
   		height: 132px !important;
    }
    
    
     #ishiwaka6MsFormishikawaCauseAnalysis{
    	height: unset !important; 
	    font-family: Roboto !important;
	    font-size: 11px !important;
	    margin-left: 0px !important; 
    }
    
     #ishiwaka6MsFormishikawaCauseAnalysis > div {
     	background-image: none !important;
		height: auto !important;
		width: 100% !important;
		margin-left: 0px !important;
    }
    
     #ishiwaka6MsFormishikawaCauseAnalysis > div > div{     	
		height: unset !important;
		width: 100% !important;
    }
    
      #ishiwaka6MsFormishikawaCauseAnalysis > div > div > div{     	
		float : none !important;
		width: 100% !important;
		margin-left: 0px !important; 		
    	background-image: none !important;
    }
    
      #ishiwaka6MsFormishikawaCauseAnalysis > div > div > div > div{
		width: 100% !important;
    }
    
    #ishiwaka6MsFormishikawaCauseAnalysis > div > div > div > div > div{
		margin-left: 0px !important;
		text-align: left !important;
		width:100% !important;
    }
    
    #ishiwaka6MsFormishikawaCauseAnalysis > div > div > div > div > div >div{
		margin-left: 0px !important;
		text-align: left !important;
		width:100% !important;
    }
    
    #ishiwaka6MsFormishikawaCauseAnalysis > div > div > div > div > div > div> textarea{
		width: 100% !important;
   		height: 132px !important;
    }
    
    #ishiwaka6MsFormishikawaCauseAnalysis > div > div > div > div > div > textarea{
    	width: 100% !important;
    	height: 132px !important;
    }
    
    
    .wrflSelectEvaluationRadioUpdateColumn{
    	width: 100%;
    }
    
	div[id*="treeWorkflowpanelTree"] {
	    width: 100% !important;
	    /* box-sizing: border-box; */
	    overflow-y: auto;
	    position:relative;
	}
	
	.dr-tree-h-text{
		text-align: left;
	}
	
	
    
}

.uploadCheckList{
		background-color: transparent;
}

.uploadCheckList > .rich-fileupload-toolbar-decor{
		background-color: transparent;
}	

.uploadCheckList > .rich-fileupload-list-overflow {
	width: 0px;
}



.uploadCheckList > .rich-fileupload-list-overflow > table >tbody > tr > .rich-fileupload-table-td >  .rich-fileupload-name-padding {
    width: 100% !important;
    display: none;
}

.uploadCheckList > .rich-fileupload-list-overflow > table >tbody > tr > .rich-fileupload-table-td >  div > .rich-progress-bar-width {
    width: 100% !important;
}

.rowOverSelected{
	background-color: #F5F5F5 !important;
}

.rowOver{
	background-color: #E1E1E1 !important;
}

.news-separator{
	border-bottom: 1px solid #3c8dbc;height:1px;
}



.stickTitle{
	text-align: center;
	font-size: 20px; 
	font-weight: bold; 
	margin-top:  0px;
}

.stickQuantity{
	text-align: center;
	font-size: 40px;
	font-weight: bold; 
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-top: 25px;
}

.stickBagde{
	width:100%;
	text-align:right;
	display: table;
}

.stickBadgeContent{
	text-align:right;
	height:50px;
	vertical-align:bottom;
	display:table-cell;
	width:100%;
}

.stickBadgeQuantity{
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
	font-size:16px; 
	margin-bottom: 10px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 7px;
	padding-bottom: 7px; 
	background-color: red; 
	color: #ffffff;
	box-shadow:1px 2px 5px 1px rgba(0,0,0,0.67);
}

.stick{
	height: 150px;
	width: 100%;	
	-webkit-box-shadow: 0px 4px 30px 1px rgba(0,0,0,0.67); 
	-moz-box-shadow: 0px 4px 30px 1px rgba(0,0,0,0.67); 
	box-shadow: 0px 4px 30px 1px rgba(0,0,0,0.67);
}

.greenStick{
	border: 2px solid #49ba6f;
	background: linear-gradient(to bottom right, #63fd96 0%, #00cc44 100%);	
}


.blueStick{
	border: 2px solid #3350c2; 
	background: linear-gradient(to bottom right, #5395f9 0%, #1442ee 100%);	
}

.orangeStick{	
	border: 2px solid #fda469; 
	background: linear-gradient(to bottom right, #ffd1b2 0%, #ff944d 100%);	
}

.pinkStick{	 
	border: 2px solid #e74d9a; 
	background: linear-gradient(to bottom right, #ff98cb 0%, #ff4da6 100%);	
}

.greyStick{	
	border: 2px solid #777777; 
	background: linear-gradient(to bottom right, #bdbdbd 0%, #808080 100%);	
}

.yellowStick{	
	border: 2px solid #fdd96c; 
	background: linear-gradient(to bottom right, #ffff7d 0%, #ffff0f 100%);	
}

.whiteStick{	
	border: 2px solid #ffffff; 
	background: linear-gradient(to bottom right, #ededed 0%, #e3e3e3 100%);	
}

.dr-table-header {
    background-color: #3c8dbc;
    background-image: none;
    font-family: Roboto, Roboto,Verdana, Arial, Helvetica, sans-serif;
    height: 50px;
}

.dr-table-headercell{
	font-family: Roboto, Roboto,Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    text-transform: uppercase;
}

/* assembly operation*/

.assembly-container {
	width: 100%;
    height: 915px;
    background-color: #f0f0f0;
    font-family: 'Roboto';
    display: table;
}

/*assembly-HEADER-------------------------------------------------------------*/

.assembly-header {
	width: 98.4%;
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
    display: table;
	height: 86px;
}

.assembly-info {
    background-color: #ffffff;
    border: none;
    color: #3c8dbc;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 12pt;
    width: 13%;
    height: 86px;
    border-right: solid 1px #cccccc;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    text-transform: uppercase;
}

.assembly-info span{
	color: #696969;
	font-size: 12pt;
	text-transform: none;
}

.assembly-date {
	background-color: #ffffff;
    border: none;
    color: #3c8dbc;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 12pt;
    width: 11%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.assembly-date span{
	color: #696969;
	font-size: 12pt;
}

.assembly-button-alarm {
	background-color: #f44336; /* Red */
	border: none;
	color: #ffffff;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16pt;
	border-radius: 4px;
	width: 135px;
	margin-left: 0px;
	float: left;
	margin-top:	15px;
}

.assembly-button-ok {
    background-color: blue;
	border: none;
	color: #ffffff;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16pt;
	border-radius: 4px;
	width: 135px;
	float: left;
	margin-top:	15px;
	margin-left: 30px;
}

.assembly-button-ok .text{
	display: table-cell;
	vertical-align: middle;
}

/*CONTENT-------------------------------------------------------------*/

.assembly-content {
    width: 67.2%;
    height: 655px;
    background-color: #ffffff;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
    text-align: center;
    float: left;
    position: absolute;
}

.assembly-content img{
	width: auto;
	height: 90%;
	padding: 30px;
}

.assembly-content-order {
	width: 96.8%;
	height: 775px;
	background-color: #ffffff;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 30px;
	text-align: center;
	float: left;
	display: table;
	vertical-align:middle;
}

.assembly-input-order-area {
	display: table-cell;
	vertical-align:middle;
}

.assembly-input-order-area span {
    font-size: 38pt;
    color: #fc7800;
    margin-right: 20px;
	
	
}

.assembly-input-order-area input {
    width: 600px;
    font-size: 30pt;
    text-align: center;
    height: 100px !important;
}

/*assembly-STEPPER-------------------------------------------------------------*/

.assembly-stepper {
	width: 28%;
    background-color: #ffffff;
    float: right;
    margin: 30px;
    position: relative;
    height: 655px;
    overflow: auto;
}

.assembly-step {
	padding: 10px;
	font-size: 12px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	position: static;
	margin-left: 15px;
	font-size: 15px;
}

.assembly-v-stepper {
	position: relative;
}

/* regular step */
.assembly-step .assembly-circle {
	background-color: white;
	border: 3px solid gray;
	border-radius: 100%;
	width: 10px;    /* +6 for border */
	height: 10px;
	display: inline-block;
}

.assembly-step .assembly-line {
	top: 16px;
	left: 7px;
	height: 120%;
	position: absolute;
	border-left: 3px solid gray;
}

.assembly-step.completed .assembly-circle {
	visibility: visible;
	background-color: #0cb349;
	border-color: #0cb349;
}

.assembly-step.completed.completed-with-alarm .assembly-circle {
	visibility: visible;
	background-color: #f31111;
    border-color: #f31111;
}

.assembly-step.completed .assembly-line {
	border-left: 3px solid gray;
}

.assembly-step.active .assembly-circle {
	visibility: visible;
	background-color: #00a1df;
	border-color: #00a1df;

}

.assembly-step.empty .assembly-circle {
	visibility: hidden;
}

.assembly-step.empty .assembly-line {
	top: 0;
	height: 55px;
}

.assembly-step:last-child .assembly-line {
	border-left: 3px solid white;
	z-index: -1; /* behind the circle to completely hide */
}

.assembly-timeline-text {
	margin-left:15px;
}

/*assembly-FOOTER-------------------------------------------------------------*/

.assembly-footer {
    position: absolute;
    width: 100%;
    background-color: #f0f0f0;
	margin-top: 715px;
}

.assembly-footer-order {
    position: absolute;
    width: 100%;
    background-color: #f0f0f0;
	margin-top: 837px;
}

.assembly-button-regular {
	background-color: #e0e0e0;
    border: none;
    color: #696969;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16pt;
    border-radius: 4px;
    width: 135px;
    margin-left: 30px;
    float: left;
}

.assembly-components-alarm {

	text-align: center;
    margin-left: 43%;
    width: 100%;

}

.assembly-button-next {
	background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16pt;
    border-radius: 4px;
    width: 135px;
    margin-right: 30px;
    float: right;
}

.assembly-disable  {
	background-color: #82ab84; /* Green */
	color: #cccccc;
}

/*assembly-PROGRESS-BAR-------------------------------------------------------------*/

.assembly-progress-bar {
    position: absolute;
    width: 99.6%;
    background-color: #e2e2e2;
	margin-top: 790px;
	height: 10px;
	border: solid 1px #cccccc;
	margin-left:2px;
}

.assembly-progress-bar-status {
	background-color: red; 
	height: 10px; 
	font-size: 7pt; 
	color: white;
	padding-left: 5px;
}

.assembly-image-div{
	width:100%; 
	height: 653px;
	display: table-cell;
	vertical-align: middle;
}


@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	
	.assembly-image-div{
		width:100%; 
		height: 440px;
		display: table-cell;
		vertical-align: middle;
	}
	
	.assembly-header {
		width: 100% !important;
	}
	
	.assembly-info {
		font-size: 9pt !important;
	}

	.assembly-info span{
		font-size: 9pt !important;
	}

	.assembly-date {
		font-size: 9pt !important;
	}
	
	.assembly-date span{
		color: #696969;
		font-size: 9pt !important;
	}
	
	.assembly-footer {
		margin-top: 495px !important;
	}
	
	.assembly-footer-order {
		margin-top: 631px !important;
	}
	
	.assembly-content {
		width: 64% !important;
		height: 440px !important;
	}
	
	.assembly-stepper {
		width: 28%!important;
		height: 440px !important;
	}
	
	.assembly-components-alarm {
		margin-left: 38.5% !important;
	}
	
	.assembly-container {
		height: 700px !important;
	}
	
	.assembly-header {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
	.assembly-button-next {
		width: 135px !important;
		font-size: 13pt !important;
	}
	
	.assembly-button-alarm {
		width: 51px !important;
		font-size: 13pt !important;
		padding-left: 13px !important;
	}
	
	.assembly-button-ok {
		width: 26px !important;
		font-size: 13pt !important;
		padding-left: 33px !important;
	}
	
	.assembly-button-regular {
		width: 135px !important;
		font-size: 13pt !important;
	}
	
	.assembly-content-order {
		width: 94.5% !important;
		height: 574px !important;
	}
	
	.assembly-content img{
		height: 80% !important;
		max-height: 440px !important;
	}

	.assembly-progress-bar{
		margin-top: 585px !important;
	}

}

.popupMenuCreate{
	float:right;
	min-width:140px;
	width:50px;
	background-image: none;
	border-radius: 2px;
	height: 24px;
	font-family : Roboto, Roboto,Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #3c8dbc;
	font-weight: 500;
	text-transform: uppercase;
	border: 0px;color: #fff;
}

.popupMenuCreateLabel{
	font-weight:500;
	text-align:center;
}

.andonTrendCepTabledatatableBigLine{
	border-right : 1px solid #f4f4f4;
	border-bottom : 1px solid #f4f4f4;
	font-family : Roboto, Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 20px;
}

.toolbarLeftIconToolBarParameter{
	float:left;
}

.toolbarLeftIconToolBarParameter > img{
	height:48px;
	width:auto;
	margin-right: 5px;
}

.loginWorkflowPassword{
     -webkit-text-security:disc !important;
     font-family: text-security-disc !important;
}

.genInfoDataGridColLayoutSupplierItemCharacSupplierSuggestion_cols2{
	width: 100% !important;	
	margin-left: 0;
}

.genInfoDataGridColLayoutSupplierItemCharacSupplierSuggestion_cols1{
	width: 100% !important;	
	margin-left: 0;
}

.genInfoDataGridColLayoutSupplierItemCharacSupplierSuggestion_cols3{
	width: 100% !important;	
	margin-left: 0;
}

.genInfoDataGridColLayoutSupplierItemCharacItemSuggestion_cols1{
	width: 100% !important;	
	margin-left: 0;
}

.genInfoDataGridColLayoutSupplierItemCharacItemSuggestion_cols2{
	width: 100% !important;	
	margin-left: 0;
}

.genInfoDataGridColLayoutSupplierItemCharacItemSuggestion_cols3{
	width: 100% !important;	
	margin-left: 0;
}

.genInfoDataGridColLayoutSupplierItemCharacCharacSuggestion_cols1{
	width: 100% !important;	
	margin-left: 0;
}

.genInfoDataGridColLayoutSupplierItemCharacCharacSuggestion_cols2{
	width: 100% !important;	
	margin-left: 0;
}

.genInfoDataGridColLayoutSupplierItemCharacCharacSuggestion_cols3{
	width: 100% !important;	
	margin-left: 0;
}




.schedulerNavButtons{
	width: 50px; 
	padding-top: 12px;
	padding-bottom: 11px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	color: #fff !important;
	background-color: #3c8dbc !important;
	border-radius: 2px;
}

.schedulerNavButtonsRightButton{
	margin-left: 10px;
}

.schedulerButton{
	width: 100px;
	text-transform:uppercase;
	text-decoration:none; 
	margin-left: 10px; 
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	color: #fff !important;
	background-color: #3c8dbc !important;
	border-radius: 2px;
}

.schedulerBaseDate{
	font-family: Roboto, Arial,sans-serif;
	font-size: 29px;
	font-weight: 500;
}

.schedulerColumn{
	width: 14.3%;
	vertical-align: top;
	min-height: 50px;
}

.schedulerColumnToday{
	background-color: #3c8dbc29 !important;
	border: 2px solid #3c8dbc !important;
}

.schedulerTableHeader{
	font-size: 18px;
}

.schedulerTableBoxAdd{
	width:100%; 
	text-align:left;
	font-size: 18px;
}

.schedulerTableBoxAddLink{
	text-decoration:none; font-size: 25px;color: #3c8dbc !important;
}

.schedulerTableBoxAddLinkDisable{
	text-decoration:none; font-size: 25px;color: #cccccc !important;
}

.schedulerTableBoxDeleteLink{
	color: #3c8dbc !important;font-size: 25px;	
}

.schedulerTableBoxDeleteLinkDisable{
	color: #cccccc !important;font-size: 25px;
}

.schedulerTableBoxDay{
	width:100%; text-align:right;font-size: 18px;
}

.schedulerTableBoxDayOutOfMonth{
	color:#9e9e9e !important
}

.schedulerTableFirstColumn{
	display:none !important;
}

@media screen and (max-width: 600px) {
	.schedulerTableHeader{
		display: none;
	}
}

.formNavigationScheduler{
	background-color:#f3f2f2 !important;
}

.scheduler-container{
	background-color:#f3f2f2 !important;
}

#evaluationScheduleCalendarViewTableForm a:visited {
	color: #000;
}

#evaluationScheduleCalendarViewTableForm a {
	font-size: 17px;
	font-family: Roboto, Arial,sans-serif;
}

.evaluationScheduleCalendarViewTableTrash a {
	font-size: 25px !important;
	font-family: Roboto, Arial,sans-serif;
}

.evaluationScheduleCalendarViewTableHour a {
	font-size: 16px !important;
	font-family: Roboto, Arial,sans-serif;
}

.schedulerTableBoxAdd a {
	font-size: 25px !important;
}

.dataAnalysisAttachmentViewerButtonPanel{
		width: 800px;
}

.checklist_voice{
	display: block;
    float: left;
    margin-right: 10px;
    background-color: #3c8dbc;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 34px;
    color: #fff;
}

@media screen and (max-width: 800px) {
	.dataAnalysisAttachmentViewerButtonPanel{
		width: 600px;		
	}
	.dataAnalysisAttachmentViewerBody{
		height: 600px;
		overflow: auto;
	}
}

@media screen and (max-width: 600px) {
	.dataAnalysisAttachmentViewerButtonPanel{
		width: 400px;
		
	}
	.dataAnalysisAttachmentViewerBody{
		height: 450px;
		overflow: auto;
	}
}




/****** BADGES ******/

.badge-strong-red{
		
	background-color: #b10000;
	color: #ffffff;
	border-radius: 6px;
	display: flex;
	min-width: 45px;
	text-align: center;
	height: 23px;
	font-size: 19px;
	margin: 0; 
	padding: 0; 
	margin-left: 10px; 
	padding-left: 0px;
	padding-right: 3px;
}

.badge-red{
		
	background-color: #F44336;
	color: #ffffff;
	border-radius: 6px;
	display: flex;
	min-width: 45px;
	text-align: center;
	height: 23px;
	font-size: 19px;
	margin: 0; 
	padding: 0; 
	margin-left: 10px; 
	padding-left: 0px;
	padding-right: 3px;
}

.badge-orange{
		
	background-color: #fd7d0f;
	color: #ffffff;
	border-radius: 6px;
	display: flex;
	min-width: 45px;
	text-align: center;
	height: 23px;
	font-size: 19px;
	margin: 0; 
	padding: 0; 
	margin-left: 10px; 
	padding-left: 0px;
	padding-right: 3px;
}

.badge-yellow{
		
	background-color: #efe709;
	color: #000000;
	border-radius: 6px;
	display: flex;
	min-width: 45px;
	text-align: center;
	height: 23px;
	font-size: 19px;
	margin: 0; 
	padding: 0; 
	margin-left: 10px; 
	padding-left: 0px;
	padding-right: 3px;
}

.badge-green{		
    background-color: #8bc34a;
    color: #ffffff;
    border-radius: 6px;
    display: flex;
    min-width: 45px;
    text-align: center;
    height: 23px;
    font-size: 19px;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    padding-left: 0px;
    padding-right: 3px;
}





.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    min-height: 40px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}

.btn-app>.fa, .btn-app>.glyphicon, .btn-app>.ion {
    font-size: 20px;
    display: block;
}

.btn-app:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa;
}

.btn-app:active, .btn-app:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
/*
.datatableHeaderVersion{	
	background-color: #f9f9f9 !important;
    border: none;
    border-bottom: 1px solid #f9f9f9;
    text-align: left;
    color: #3c8dbc;
    vertical-align: bottom;
}
.datatableLitlleLineVersion{
	font-family: Roboto, Helvetica Neue,Helvetica,Arial,sans-serif;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f9f9f9;
    height: 40px;
    font-size: 14px;
    border: none;
    vertical-align: top;
    font-size: 18px;
    background-color:#f9f9f9 !important
}

.table-version{
	border-top: none !important;
}

.table-version > thead > .dr-table-subheader {
   height: 30px;
}


.dr-tbpnl-tbcell-dsbld, .dr-tbpnl-tbcell-inact {
    padding-top: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    border-bottom: 2px solid #ffffff;
   
    padding-right: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    
    color: #000000 !important;
}

.dr-bottom-line {
    border-bottom-color: #f3f2f2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.dr-tbpnl-tb-act {
    background-color: #fff;
    border-bottom: 2px solid #3c8dbc !important;
    border-radius: 2px;  
    font-size: 15px;    
    padding-right: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
   
    color: #000000;
}
.dr-tbpnl-tbtopbrdr {
    border-top-color: #C0C0C0;
    border: none;
}*/

.fmeaFinished {
    background-image: none;
    /* background-color: #69be3f; */
    font-family: Roboto, Verdana,Arial,Helvetica,sans-serif;
    color: #69be3f;
    font-weight: normal;
    font-size: 27px;
}

.fmeaComplete {
    background-image: none;
    background-color: #69be3f;
    font-family: Roboto, Verdana,Arial,Helvetica,sans-serif;
    color: #ffffff;
    font-weight: normal;    
}

.fmeaInitial {
    background-image: none;
    /* background-color: #69be3f; */
    font-family: Roboto, Verdana,Arial,Helvetica,sans-serif;
    color: #000;
    font-weight: normal;
    font-size: 27px;
}

.fmeaNotProcessed{
	background-image: none;
    background-color: #e8e8e8;
    font-family: Roboto, Verdana,Arial,Helvetica,sans-serif;
    color: #000;
    font-weight: normal;   
}
.fMEAProgressBar{
	width: 100% !important;
	border: none;
	height: 50px;
    
}

.fMEAProgressBar > .rich-progress-bar-width{
	width: 100% !important;
	height: 50px;
    font-size: 30px;
}

.fMEAProgressBar > .rich-progress-bar-uploaded-dig > .rich-progress-bar-width{
	width: 100% !important;
	height: 50px;
    font-size: 30px;
}


/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}

.timeline-body{
	font-size: 14px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd;
}


/*BG*/


.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001F3F !important;
}
.bg-teal {
  background-color: #39CCCC !important;
}
.bg-olive {
  background-color: #3D9970 !important;
}
.bg-lime {
  background-color: #01FF70 !important;
}
.bg-orange {
  background-color: #FF851B !important;
}
.bg-fuchsia {
  background-color: #F012BE !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #D81B60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}


/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 60px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    float: left;    
    width: 90px;
    text-align: center;
    font-size: 35px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100% !important;
    position: absolute;
    margin-top: 0;
}
.info-box-icon > img {
  max-width: 100%;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 27px;
}
.progress-description,
.info-box-text {    
    display: -webkit-box;
    font-size: 14px;
    min-height: 50px;    
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}


.fmea-impact-box{
	background-color: #ffffff; 
	text-align: center;
	box-shadow:1px 1px 4px 0px #b9b6b6;
	border-radius: 3px;
}

.fmea-impact-box-content{
	display: inline-block;
}

.fmea-impact-box-content-progress-bar{
	display: table;width:100%;
}


.fmea-impact-box-content-data{
	height: 110px; 
	display: table-cell; 
	vertical-align: middle; 
	width: 100%;

}

.fmea-impact-box-content-progress-bar-data{
	height: 110px; display: table-cell; vertical-align: middle; width: 100%;padding-left: 30px;padding-right: 30px;

}

.fmea-impact-box-content-data-large{
	font-size: 31px;
}

.fmea-impact-box-content-data-small{
	font-size: 18px;
}

.fmea-impact-box-content-footer{
	display: table-row; width: 100%;
}

.fmea-impact-box-content-footer-div{
	display: table-cell; vertical-align: top; width: 100%; padding-bottom:10px;
}

.fmea-impact-box-content-footer-div-label{
	font-size: 18px;text-transform: uppercase;font-weight: 500;color: #848484;
}

.rich-calendar-icon-xl{
	height: 34px;
    margin-top: -63px;
    margin-right: 8px;
}

.rowcustom{
		display: flex;
	    width: 100%;
	    box-sizing: border-box;	    
	    height: auto;
}


@media only screen and (max-width: 75em){
	.rowcustom{
		display: flex;
	    width: 100%;
	    box-sizing: border-box;
	    flex-wrap: wrap;
	    height: auto;
	}
	
}

.ontime{
	color: #69be3f;
}

.delayed{
	color: #bc2121;
}

.pending{
	color: gray;
}

.primaryColor{
	color: #3c8dbc;	
}

.expiring{
	color: #eac427;
}

.rich-color-picker-ext{
	height: 185px;
}

.rich-color-picker-submit{
	margin-right: 4%;
	margin-top: 8px;
}

.rich-color-picker-cancel{
	margin-top: 8px;	
}

.rich-color-picker-hex-wrapper{
	margin-top: 3px;	
}

#chatModalPanelContentTable{
	width: 100% !important;
}

@media screen and (max-width: 600px) {
	.toolbarRight {
	  font-size: 20px;
	  margin-top: 5px;
	}
  
	.toolbarLeft > div {  
	  height:unset;
	  display: table-cell;
	  vertical-align: middle;
	}
  
}

@media screen and (max-width: 600px) {
    table[class*="genInfoDataGrid"] > tbody > tr > td > div {
        text-align: left !important;
    }
}

@media screen and (max-width: 600px) {
    table[class*="genInfoDataGrid"] > tbody > tr {
      
        border-bottom: unset; 
    }
}

.rich-table-sortable-header{
	display: inline-flex;
}

.tooglePanelGenericInformationWorkflowStepStatusResult{
	display:none;
}

.newsTab .rich-tabhdr-cell-inactive > table {
    width: 100%;
}

.newsTab .rich-tabhdr-cell-active > table {
    width: 100%;
}

.newsTab > tbody > tr > td > form > table {
    width: 100%;
}

.selectOneWorkflowStatus {
	font-size: 40px !important;
}

@media screen and (max-width: 600px) {
    .selectOneWorkflowStatus {
		font-size: 20px !important;
	}
}

input[id*="dataEntryRadio:1"]:after {
  font-family: 'FontAwesome';
  content: "\f165";
  left: -1px;
  font-size: 50px !important;
  position: absolute;
  top: 1px;
  color: #bb20201a;
}

input[id*="dataEntryRadio:1"] {
    border: none;
    background-color: unset;
    margin-right: 10px;
    color: #bb20201a;
    width: 50px !important;
  	height: 50px ;
  	margin-left:15px;
}

input[id*="dataEntryRadio:1"]:checked:after {    
    font-family: 'FontAwesome';
    content: "\f165";
    left: -1px;
    font-size: 50px !important;
    position: absolute;
    top: 1px;
    color: #bb2020;
}

input[id*="dataEntryRadio:1"]:checked {    
    border: none;
    background-color: unset;
    color: #bb2020;
}


input[id*="dataEntryRadio:0"]:after {
  font-family: 'FontAwesome';
   content: "\f164";
  left: -1px;
  font-size: 50px !important;
  position: absolute;
  top: 1px;
  color:#69be3f1c;
}

input[id*="dataEntryRadio:0"] {
    border: none;
    background-color: unset;
    color:#69be3f1c;
    margin-right: 10px;
   	width: 50px !important;
  	height: 50px ;
}

input[id*="dataEntryRadio:0"]:checked:after {    
    font-family: 'FontAwesome';
    content: "\f164";
    left: -1px;
    font-size: 50px !important;
    position: absolute;
    top: 1px;
    color:#69be3f;
}

input[id*="dataEntryRadio:0"]:checked {    
    border: none;
    background-color: unset;
    color:#69be3f;
}

input[id*="dataEntryRadio:0"]:focus{  
  	
  	width: 50px !important;
  	height: 50px ;
  	
  	
}






/*Readonly*/





input[id*="dataEntryRadioReadonly:1"]:after {
  font-family: 'FontAwesome';
  content: "\f165";
  left: -1px;
  font-size: 50px !important;
  position: absolute;
  top: 1px;
  color: #bb20201a;
}

input[id*="dataEntryRadioReadonly:1"] {
    border: none;
    background-color: unset;
    margin-right: 10px;
    color: #bb20201a;
    width: 50px !important;
  	height: 50px ;
}

input[id*="dataEntryRadioReadonly:1"]:checked:after {    
    font-family: 'FontAwesome';
    content: "\f165";
    left: -1px;
    font-size: 50px !important;
    position: absolute;
    top: 1px;
    color: #bb2020;
}

input[id*="dataEntryRadioReadonly:1"]:checked {    
    border: none;
    background-color: unset;
    color: #bb2020;
}


input[id*="dataEntryRadioReadonly:0"]:after {
  font-family: 'FontAwesome';
   content: "\f164";
  left: -1px;
  font-size: 50px !important;
  position: absolute;
  top: 1px;
  color:#69be3f1c;
}

input[id*="dataEntryRadioReadonly:0"] {
    border: none;
    background-color: unset;
    color:#69be3f1c;
    margin-right: 10px;
   	width: 50px !important;
  	height: 50px ;
}

input[id*="dataEntryRadioReadonly:0"]:checked:after {    
    font-family: 'FontAwesome';
    content: "\f164";
    left: -1px;
    font-size: 50px !important;
    position: absolute;
    top: 1px;
    color:#69be3f;
}

input[id*="dataEntryRadioReadonly:0"]:checked {    
    border: none;
    background-color: unset;
    color:#69be3f;
}

input[id*="dataEntryRadioReadonly:0"]:focus{  
  	
  	width: 50px !important;
  	height: 50px ;
  	
  	
}




/*Readonly*/

.newsDataScroller .rich-datascr-inact, .newsDataScroller .rich-dtascroller-table, .newsDataScroller .rich-datascr-button{
	color:inherit !important;
	border-color:inherit !important;
	background-color: transparent !important;
}

.attachmentDialog > .rich-mpnl-panel {
    width: 80%;
}

.attachmentDialog > .rich-mpnl-panel > .rich-mp-container {
    width: 80%;
}

.attachmentDialog > .rich-mpnl-panel > .rich-mp-container > .rich-mpnl-content{
    width: 80% !important;
}


@media screen and (max-width: 600px) {
	.attachmentDialog > .rich-mpnl-panel {
	    width: 100%;
	}
	
	.attachmentDialog > .rich-mpnl-panel > .rich-mp-container {
	    width: 100%;
	}
	
	.attachmentDialog > .rich-mpnl-panel > .rich-mp-container > .rich-mpnl-content{
	   width: 100% !important;
	}
}

input[id*="productionOrderByInspectorCharacteristicEditableTableSelectOneRadioRelease:0"] {
	margin-top: 15px;
}

input[id*="productionOrderByInspectorCharacteristicEditableTableSelectOneRadioRelease:1"] {
	margin-top: 15px;
}

input[id*="productionOrderByInspectorCharacteristicEditableTableSelectOneRadioRelease:2"] {
	margin-top: 15px;
}  

.formLoginStyle{
	box-shadow: 2px 2px 10px #888888;
}

@media screen and (max-width: 600px) {
	.formLoginStyle{
		box-shadow: unset;
	}
}

.box-left{
	background-color: #48a4f0 !important;
}

.box-right{
	background-color: #2188cc !important;
}

.columnNotificationImage{
   width: 11%;
   text-align:center;
}

.columnNotificationOptions{
	vertical-align: middle;
}

.linkNews:hover {
    text-decoration: none;
}

.alertBackgroundGENERIC{
	background-image: linear-gradient(45deg, #f3f2f2 25%, #d6d6d6 25%, #d6d6d6 50%, #f3f2f2 50%, #f3f2f2 75%, #d6d6d6 75%, #d6d6d6 100%);
	background-size: 56.57px 56.57px;
}

.cardAlertBackgroundERROR{
	background-color: #fb7d7d;
	color:#fff;
}

.cardAlertBackgroundWARNING{
	background-color: #ffd400;
	color:#000;
}

.cardAlertBackgroundINFORMATION{
	background-color: #ffffff;
	color:#000;
}

.cardAlertBackgroundNEUTRAL{
	background-color: #ffffff;
	color:#000;
}

.newsTitleGrid{
	text-align: center;
}

.genericInformationLink {
    color: #3c8dbc !important;
}

.genericInformationLink:hover {
    color: #69C8FF !important;
}

.genericInformationLink:visited {
    color: #3c8dbc !important;
}