﻿@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('Open-Sans-Italic'),
  /*url('OpenSans-Italic.woff') format('woff'),*/
  url('Content/fonts/OpenSans-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('Open-Sans-Bold'),
  /*url('OpenSans-Bold.woff') format('woff'),*/
  url('Content/fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('Open-Sans-Regular'),
  /*url('OpenSans-Regular.woff') format('woff'),*/
  url('Content/fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Arial Narrow';
    font-weight: bold;
    font-style: italic;
    src: local('Arial Narrow Bold Italic'), local('ArialNarrow-BoldItalic'),
        url('Content/fonts/ArialNarrow-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Arial Narrow';
    font-weight: normal;
    font-style: normal;
    src: local('Arial Narrow'), local('ArialNarrow'),
        url('Content/fonts/ArialNarrow.ttf') format('truetype');
}

@font-face {
    font-family: 'Arial Narrow';
    font-weight: bold;
    font-style: normal;
    src: local('Arial Narrow Bold'), local('ArialNarrow-Bold'),
        url('Content/fonts/ArialNarrow-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Arial Narrow';
    font-weight: normal;
    font-style: italic;
    src: local('Arial Narrow Italic'), local('ArialNarrow-Italic'),
        url('Content/fonts/ArialNarrow-Italic.ttf') format('truetype');
}


/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */
/*	background-color: #b9d3ee; */

/*html { overflow:hidden; }*/

html {
	overflow: scroll;
}

body {
	margin: 0;
	padding-bottom: 2em;
	background-color: transparent;
	color: #000000;
	border-top: 2px solid #4A3C8C;
	font-size: 11pt;
	/*font-family: Verdana;*/
    font-family: 'Open Sans';
}

input {
    font-family: 'Open Sans';
	font-size: 90%;
}

select {
    font-family: 'Open Sans';
	font-size: 90%;
}

/* Header Section */

#header {
	border-top: #5377A9 3px solid;
	border-bottom: #0000ff 1px double;
	height: 3.6em;
	background-color: #F7F7F7;
}

	#header .title {
		font: 190% 'Open Sans';
		color: #8b0000;
		background-color: transparent;
		float: left;
		margin-right: .3em;
		margin-top: .3em;
		margin-left: .3em;
	}

	#header .empresa {
		top: 0.1em;
		margin-left: 2em;
		margin-right: 2em;
		font: bold 150% 'Open Sans';
		color: red;
		background-color: transparent;
		text-align: center;
		width: 70%;
		position: absolute;
		display: table-row;
		left: 200px;
	}

	#header .breadcrumb {
		top: 1.2em;
		margin-left: 2em;
		margin-right: 2em;
		font: bold 150% 'Open Sans';
		color: black;
		background-color: transparent;
		text-align: center;
		width: 70%;
		position: absolute;
		display: table-row;
		left: 200px;
	}

	/*    float:  right    ;
	margin-right: 2em;
	margin-top: 0.8em;
	position: absolute;
*/


	#header a:link, a:visited {
		color: red;
		/*#5377A9;*/
	}


#iconosrapidos {
	margin: 0;
	width: 100%;
	top: 4.5em;
	position: absolute;
    font-family: 'Open Sans';
	font-size: 90%;
	background-color: #E7E7FF;
	color: #4A3C8C;
	border-top: lime thin ridge;
	border-bottom: lime thin ridge;
}

/* Navigation */

#navigation {
	width: 15em;
	top: 7.7em;
	left: 0em;
	position: absolute;
    font-family: 'Open Sans';
	font-size: 90%;
	background-color: #E7E7FF;
	color: #4A3C8C;
	height: 87%;
	z-index: 25;
}

	#navigation ul {
		background-color: #E7E7FF;
	}

	#navigation a:link {
		display: block;
		background-color: #E7E7FF;
		z-index: 25;
	}

	#navigation a:visited {
		color: black;
		display: block;
		background-color: #E7E7FF;
		z-index: 25;
	}

	#navigation a {
		color: #000000;
		padding: 5px;
		display: block;
		z-index: 25;
	}

		#navigation a:hover {
			color: #000000;
			display: block;
			border-right: thin ridge;
			border-top: thin ridge;
			border-left: thin ridge;
			border-bottom: thin ridge;
			z-index: 25;
			background-color: #33CCCC;
		}


/* Main Content */

#content {
	top: 7.7em;
	left: auto;
	margin-left: 1em;
	margin-right: 1em;
	position: absolute;
	font-size: 10pt;
    font-family: 'Open Sans';
	color: Black;
	width: 99%;
	display: block;
	height: 89%;
	text-align: center;
}

h1 {
	font: 150% 'Open Sans';
}

#content p {
	font-size: 80%;
	line-height: 1.6em;
}

#content ul {
	font-size: 80%;
	line-height: 1.6em;
}


/*CollapsiblePanel*/
.collapsePanel {
	background-color: Transparent;
	overflow: hidden;
}

.collapsePanelHeader {
	width: 100%;
	height: 46px;
	background-image: url(imagenes/bg-menu-main.png);
	background-repeat: repeat-x;
	color: #000000;
	font-weight: bold;
}

#content .collapsePanelHeader a {
	color: #FFF;
}

	#content .collapsePanelHeader a:hover {
		text-decoration: none;
		background: none;
	}



/* Data Web Control Styles */

.DataWebControlStyle {
	font-size: 90%;
}

.HeaderStyle {
	background-color: #900;
	color: White;
	font-weight: bold;
}

.AlternatingRowStyle {
	background-color: #fcc;
}

.RowStyle {
}

.SelectedRowStyle {
	background-color: Yellow;
}

.modalPopup {
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.roundedPanel {
	background-color: #4A3C8C;
	color: Black;
}

.roundedMenu {
	background-color: Red;
	color: white;
}

.autocomplete_completionListElement {
	margin: 0px !important;
	z-index:100009 !important;	
	background-color: #B7E8FF;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: default;
	overflow: auto;
	height: 200px;
	text-align: left;
	list-style-type: none;
	padding: 0px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
	z-index:100009 !important;	
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
	z-index:100009 !important;	
	background-color: #B7E8FF;
	color: #000000;
	padding: 1px;
}

.validatorCalloutHighlight {
	background-color: #FFFACD;
	color: #FF0000;
}


/*Textbox Watermark*/

.unwatermarked {
	height: 18px;
	width: 350px;
}

.watermarked {
	height: 18px;
	width: 350px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}

.MyCalendar .ajax__calendar_container {
	border: 1px solid #646464;
	background-color: lemonchiffon;
	color: blue;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
	color: black;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
	color: black;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
	color: black;
	font-weight: bold;
}


.updateProgress {
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 180px;
	height: 65px;
}


.ui-tooltip {
	padding: 2px;
	width: 150px;
	max-width: 100%;
	font-size: 1em;
	text-align: center;
	border-radius: 20px;
	color: #FF0000;
	background: #fffdc2;
    font-family: 'Open Sans';
	text-shadow: 1px 1px #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e1e0aa;
}


.ui-tooltip, .arrow:after {
	position: absolute;
	background: #fffdc2;
	border: 1px solid #e1e0aa;
}


.arrow {
	width: 50px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
	*display: none;
}

	.arrow.top {
		top: -16px;
		bottom: auto;
	}

	.arrow.left {
		left: 20%;
	}

	.arrow:after {
		content: "";
		position: absolute;
		left: 20px;
		top: -20px;
		width: 25px;
		height: 25px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.arrow.top:after {
		bottom: -20px;
		top: auto;
	}


.box {
	margin: 0 auto;
	width: 50px;
}

#Menu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
	background-color: #E7E7FF;
}


/*
.FileUploadClass {
    max-width: 100px;
    width: 100px;
    min-width: 100px;
}
*/

.FileUploadClass input[type=text] {
    display: none;
    width:1px;
}

/*
div.FileUploadClass {
    max-width: 100px;
}
*/


.ModalMessage {
    display: none;
}

[type="image"] {
    height: 36px;
    width: 36px;	
}

img.ui-datepicker-trigger {
    height: 36px;
    width: 36px;
    vertical-align: middle;
}

.ExcelExport {
    background: url(imagenes/excelimport.png) no-repeat;
    background-size: 36px 36px;    
    height: 36px !important;
    width: 100px;
}