*{
	box-sizing: border-box;
	padding:0;
	margin:0;
}

body {
  margin: 0;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif, Verdana;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  /*fallback for browsers not supporting gradients*/

	text-align: center;
}

#title_dummy {
	padding: 0;
  margin: 0;
}

#redWork{
	font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif, Verdana;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: inherit;
	line-height: 20px;
}

#redWork .ui-widget-header {

  display: block;

  font-size: 15px;
	font-variant: small-caps;
	font-weight: 150;

  line-height: 24px;

  padding-left: 5px;
  padding-top: 6px;
  padding-bottom: 6px;

  position: relative;
}

#redTabs {
  background: transparent;
  border: none;
}

#redTabs .ui-widget-header {
  background: transparent;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#redTabs .ui-tabs-nav .ui-state-default {
  background: transparent;
  border: none;
  font-size: 0.8em;
}

#redTabs .ui-tabs-nav .ui-state-active {
  background: transparent url(/common/images/uiTabsArrow.png) no-repeat bottom center;
  border: none;
}

#redTabs .ui-tabs-nav .ui-state-default a {
  color: #c0c0c0;
}

#redTabs .ui-tabs-nav .ui-state-active a {
  color: #459e00;
}

#redInput .ui-widget-content {
  /*    border-radius: 4px;*/
  margin-top: 0.2em;
  margin-bottom: 0.2em;

  padding-top: 2px;
  padding-bottom: 2px;
}

#redInput .w3-row-padding
{
  padding-top: 2px;
  padding-bottom: 2px;
}

#redInput .w3-input
{
	border-radius: 50%;

  border: 1px solid #c0c0c0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#redInput .w3-btn, .w3-button 
{
	font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif, Verdana;
	font-size: smaller;
	white-space: pre-wrap;
}

/* LA 2019.04.17 Try to split the table in Fraction*/ 
#redInput .w3-table-all th, .w3-table-all td
{
	width: 50%;
	display:inline-block;
}

#redInput .control-label
{
	vertical-align: middle;
}

#redExecute
{
	text-align: center;
}

#redExecute .ui-widget-content {
  margin-top: 1.6em;  
}

#tab-spc
{
	line-height: 20px;
	color:  #555;
	font-size: 13px;
	font-weight: normal;

	background-color:#EEEEEE;
  font-family: "Consolas", "Monaco", "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New";
	margin: 0;
}

#tab-spc br
{
	clear: both;
}

/* LA 2019.11.12 Back button in small size */
#btnRegresar
{
  font-size: smaller;
}

#redStatusDialog
{
  display: block;
  background: transparent;

	font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif, Verdana;
  font-size: 0.8em;
  font-weight: bold;
  color: whitesmoke;
  text-shadow: 2px 2px 4px #5383d3;

  margin-top: 1em;
}

