.dr-pnl-h {
	padding: 0px;
}

.dr-pnl {
	padding: 0px;
}

.dr-pnl-b {
	padding: 0px;
}

.rich-calendar-weekends {
	color: #FFFFFF;
}

.rich-calendar-days {
	color: #FFFFFF;
}

.rich-calendar-footer{
	color: #FFFFFF;
	font-weight: bold;
}

.rich-calendar-toolfooter{
	color: #FFFFFF;
	font-weight: bold;
}

.asteriscos {
	color: red;
	padding-left: 2px;
}

.rich-spinner-input-container{
	background-color: #FFFFFF;
	
}

.rich-spinner-input{
	background-color: #FFFFFF;
}

.rich-spinner-c{
	background-color: #FFFFFF;
}

.textoAcuse{
	text-align: justify;
	padding-bottom: 6px;
	padding-left: 3px;
	padding-right: 3px;
}

.rich-calendar-input{
	width:80px;
}

.linkBoton{
	background-color: #F3901D;
	border: 1px solid #F3901D;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	cursor: pointer;
	text-decoration: none;
}

.rich-tab-header{
  font-size: 8px;
  height: 25px;
}

.head-links {
	color: #992d4a;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}


.head-links a:VISITED {
	color: #992d4a;
}

.head-links a:ACTIVE {
	color: #992d4a;
}

.head-links a:HOVER {
	color: #992d4a;
}

.rich-panelbar{
	background-color: #EAEAEA;
}

.rich-mpnl-body{
	background-color: #FFFFFF;
}

.tooltip {
	width: 400px;
}

.rich-table-header,.rich-table-headercell,.rich-table-caption,.rich-table-subheadercell,.rich-table-subheader,rich-table-header-continue
{
	background-color: #545454;
	color: #FFFFFF;
	font-weight: bold;
}

.scroll_div{
    overflow: scroll;
    width:100%;
    height:100%;
}

.rich-mpnl-mask-div{  
 background-color : transparent;
 }  
 
 dialog {
  border: solid gray 2px;
  border-radius: 10px;
}
 
/* This is the style for outside the dialog
   when the dialog is displayed
   to make it clear that it is a "modal dialog" and
   the user cannot interact with anything outside it. */
::backdrop, /* for native <dialog> */
dialog + .backdrop {
  /* for dialog-polyfill */
  /* a transparent shade of gray */
  background-color: rgba(0, 0, 0, 0.2);
}