@media print {
  td, th, input, label {
    color: #000 !important;
    background:white !important;
  }

  #solicitud_legend2, #solicitud_numero, table{
    border-color: #000 !important;
  }

  #areaWork{
    border-color:white !important;
    border-bottom-color:white !important;
    border-top-color:white !important;
    border-left-color:white !important;
    border-right-color:white !important;
  }

  .excludePrint{
    display: none;
  }

  .includePrint{
    display: inline !important;
  }
}

.fondo-radial {
  background: -ms-radial-gradient(circle, #d37e14, #c5630d);
  background: -webkit-gradient(circle, #d37e14, #c5630d);
  background: -webkit-radial-gradient(circle, #d37e14, #c5630d);
  background: -moz-radial-gradient(circle, #d37e14, #c5630d);
  background: -o-radial-gradient(circle, #d37e14, #c5630d);
  background: radial-gradient(circle, #d37e14, #c5630d);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d37e14', endColorstr='#c5630d',GradientType=1 );

  background-position: center center;
}

html {
  overflow:hidden;
}

body, p, td, table, tr, .bodytext, .stepfield {
  font-family: Arial, Helvetica, Sans-Serif;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
}

#PageContent {
  text-align:left;
	background-color:#fff;
	padding:0px;
	margin:0px;
}

.pagecontent{
  padding:10px 0px 6px 6px;
  margin:0px 0px 0px 0px;
  text-align:left;
}

body {
  margin:0px;
  padding:0px;
  background-color:#f0f0f0;
}

@media print {
  body {
    background-color:#fff;
  }
}

.wiki-content p {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.pageheader {
	padding:0px 0px 0px 0px;
 	border-bottom:1px solid #3c78b5;
 	cursor:default;
}
.page_header {
	padding:0px 0px 0px 0px;
 	border-bottom:1px solid white;
 	cursor:default;
}

.greynavbar {
	background-color:#f0f0f0;
	border-bottom:0.5px solid #3c78b5;
	border-top:2px solid rgb(255, 159, 15);
	margin-top:0px;
	vertical-align:middle;
	padding:2px 10px 6px 10px;
	height:22px;
	margin:0px;
}
.grey_nav_bar {
	background-color: #f0f0f0;
	/*border-bottom:2px solid #525b58;*/
	border-bottom:2px solid white;
	border-top:2px solid white;
	margin-top:0px;
	vertical-align:middle;
	padding:2px 10px 6px 10px;
	height:22px;
	margin:0px;
}

.greynavbarred {
	background-color: #F8F7F3;
	border-top: 1px solid #993200;
	margin-top: 0px;
	vertical-align: middle;
	padding:0px 10px 6px 10px;
	height:20px;
	margin:0px;
}

.tablefooter {
  padding:0px 0px 0px 0px;
  margin:0px 0px 6px 0px;
  border-bottom:2px solid #3c78b5;
}
.table_footer {
  padding:0px 0px 0px 0px;
  margin:0px 0px 6px 0px;
  border-bottom:2px solid #525b58;
}

.footer {
	width:100%;
	/*height:40px;*/
  background-image:    url('../imgs/common/border_bottom.gif');
  background-repeat:   repeat-x;
  background-position: left top;
  padding-top:         0px;
  padding-bottom:      0px;
}
.footer_new {
	width:100%;
	/*height:30px;*/
  background-image:    url('../imgs/common/border_bottom.jpg');
  background-repeat:   repeat-x;
  background-position: left top;
  padding-top:         0px;
  padding-bottom:      0px;
}

.header {
	width:100%;
	margin:0px 0px 6px 0px;
	background-image:url('../imgs/common/header.png?id=20150108');
	background-repeat:repeat;
}

/*
.meter {
	height: 20px;
	position: relative;
	background: #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 10px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter>span {
	display: block;
	height: 100%;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #f1a165;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165),
		color-stop(1, #f36d0a));
	background-image: -webkit-linear-gradient(top, #f1a165, #f36d0a);
	background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
	background-image: -ms-linear-gradient(top, #f1a165, #f36d0a);
	background-image: -o-linear-gradient(top, #f1a165, #f36d0a);
	-webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0
		-2px 6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px
		6px rgba(0, 0, 0, 0.4);
	position: relative;
	overflow: hidden;
}
*/

		.meter {
			height: 20px;  /* Can be anything */
			position: relative;
			margin: 10px 0 20px 0; /* Just for demo spacing: 60px 0 20px 0 */
			background: #555;
			-moz-border-radius: 25px;
			-webkit-border-radius: 25px;
			border-radius: 25px;
			padding: 10px;
			-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
			-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
			box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
		}
		.meter > span {
			display: block;
			height: 100%;
			   -webkit-border-top-right-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			       -moz-border-radius-topright: 8px;
			    -moz-border-radius-bottomright: 8px;
			           border-top-right-radius: 8px;
			        border-bottom-right-radius: 8px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
			            border-top-left-radius: 20px;
			         border-bottom-left-radius: 20px;
			background-color: rgb(43,194,83);
			background-image: -webkit-gradient(
			  linear,
			  left bottom,
			  left top,
			  color-stop(0, rgb(43,194,83)),
			  color-stop(1, rgb(84,240,84))
			 );
			background-image: -moz-linear-gradient(
			  center bottom,
			  rgb(43,194,83) 37%,
			  rgb(84,240,84) 69%
			 );
			-webkit-box-shadow:
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
			-moz-box-shadow:
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
			box-shadow:
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
			position: relative;
			overflow: hidden;
		}
		.meter > span:after, .animate > span > span {
			content: "";
			position: absolute;
			top: 0; left: 0; bottom: 0; right: 0;
			background-image:
			   -webkit-gradient(linear, 0 0, 100% 100%,
			      color-stop(.25, rgba(255, 255, 255, .2)),
			      color-stop(.25, transparent), color-stop(.5, transparent),
			      color-stop(.5, rgba(255, 255, 255, .2)),
			      color-stop(.75, rgba(255, 255, 255, .2)),
			      color-stop(.75, transparent), to(transparent)
			   );
			background-image:
				-moz-linear-gradient(
				  -45deg,
			      rgba(255, 255, 255, .2) 25%,
			      transparent 25%,
			      transparent 50%,
			      rgba(255, 255, 255, .2) 50%,
			      rgba(255, 255, 255, .2) 75%,
			      transparent 75%,
			      transparent
			   );
			z-index: 1;
			-webkit-background-size: 50px 50px;
			-moz-background-size: 50px 50px;
			-webkit-animation: move 2s linear infinite;
			   -webkit-border-top-right-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			       -moz-border-radius-topright: 8px;
			    -moz-border-radius-bottomright: 8px;
			           border-top-right-radius: 8px;
			        border-bottom-right-radius: 8px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
			            border-top-left-radius: 20px;
			         border-bottom-left-radius: 20px;
			overflow: hidden;
		}

		.animate > span:after {
			display: none;
		}

		@-webkit-keyframes move {
		    0% {
		       background-position: 0 0;
		    }
		    100% {
		       background-position: 50px 50px;
		    }
		}

		.orange > span {
			background-color: #f1a165;
			background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
			background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
		}

		.red > span {
			background-color: #f0a3a3;
			background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
			background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
		}

		.nostripes > span > span, .nostripes > span:after {
			-webkit-animation: none;
			background-image: none;
		}

.dojoComboBox{
  /* */
}

.dojoComboBoxItem {
  padding-left: 8px;
  padding-top: 2px;
  font-size:11px;
  font-family: Arial, Helvetica, Sans-Serif;
  word-spacing: normal;
}

div.autocomplete{
	position : absolute;
	/*width : 200px;*/
	height: 100px;
	overflow: auto;
  overflow-x: hidden;
	background-color : white;
	border : 1px solid #888;
	margin : 0px;
	padding : 0px;
}

div.autocomplete ul{
	list-style-type : none;
	margin : 0px;
	padding : 0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	font-size: 12px;
}

div.autocomplete ul li{
	list-style-type : none;
	display : block;
	margin : 0px;
  padding : 2px;
  height : 16px;
  cursor : pointer;
  white-space: nowrap;
  color: black;
}

li:nth-child(even) {
  background-color : white;
}

li:nth-child(odd) {
  background-color : rgb(244, 244, 244);
}

div.autocomplete ul li.selected{
	background-color : rgb(99, 112, 154);
  color: white;
}


/* tabs */
/* Style the list */
ul.tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {
  float: left;
}

/* Style the links inside the list items */
ul.tab li a {
  display: inline-block;
  color: black;
  text-align: center;
  /*padding: 14px 16px;*/
  padding: 10px 10px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}

/* Change background color of links on hover */
ul.tab li a:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  /*padding: 6px 12px;*/
  /*padding: 6px 6px;*/
  padding:10px 10px;
  border: 1px solid #ccc;
  border-top: none;
/*
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
*/
}

@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}