@font-face {
	font-family: "Arial Rounded";
	src: url("/sigesoftware/javax.faces.resource/fonts/arial-rounded-mt-light.ttf.xhtml");
}

@font-face {
	font-family: "Arial";
	src: url("/sigesoftware/javax.faces.resource/fonts/arial-webfont.eot.xhtml");
	src: url("/sigesoftware/javax.faces.resource/fonts/arial-webfont.eot.xhtml?#iefix")
		format("embedded-opentype"),
		url("/sigesoftware/javax.faces.resource/fonts/arial-webfont.woff2.xhtml") format("woff2"),
		url("/sigesoftware/javax.faces.resource/fonts/arial-webfont.woff.xhtml") format("woff");
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.42857143;
	color: #333;
}

.customContentLogin {
	background: #005496;
	width: 100%;
	height: 100%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	margin-top: 30px;
}

.customLoginBlack {
	width: 86%;
	height: 40%;
	display: block;
	margin: auto;
	background: #013667;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 10px;
}

.login-content {
	width: 55%;
	float: left;
	height: 100%;
	padding: 35px 10px 20px 30px;
}

.login-img-logo {
	background: url("/sigesoftware/javax.faces.resource/img/logoIesit.png.xhtml") no-repeat;
	width: 160px;
	height: 65px;
	background-size: 160px 65px;
	background-color: #fff;
	border-radius: 5px;
}

.login-about {
	display: block;
	margin-top: 30px;
	color: #ddd;
}

.login-about h5 {
	font-size: 16px;
	margin-bottom: 20px;
}

.login-form {
	display: block;
	width: 35%;
	height: 350px;
	float: left;
	background: #fff;
	padding: 40px;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: -43px;
	border: #ddd solid 3px;
	border-radius: 10px;
}

.label-title {
	color: #4D92DF;
	font-size: 17px;
	padding-bottom: 12px;
	width: 100%;
	text-align: right
}

.version {
	font-size: 8px;
	padding-left: 4px;
}

.customDivWithoutPadding {
	padding: 0px;
}

.customDivPaddingBottom4 {
	padding-bottom: 4px;
}

.customDivPaddingBottom6 {
	padding-bottom: 6px;
}

.customDivPaddingBottom8 {
	padding-bottom: 8px;
}

.customDivPaddingBottom10 {
	padding-bottom: 10px;
}

.customButtonMarginRight10 {
	margin-right: 10px !important;
}

.customButtonMarginLeft10 {
	margin-left: 10px !important;
}

.customButtonMarginBottom10 {
	margin-bottom: 10px !important;
}

.customButtonMarginBottom6 {
	margin-bottom: 6px !important;
}

.customDivPaddingBottom24 {
	padding-bottom: 24px;
}

.customDivPaddingBottom32 {
	padding-bottom: 32px;
}

.customOutputLabel {
	font-size: 12px !important;
	color: #000 !important;
	font-weight: normal !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	margin-bottom: 2px !important;
	width: 100% !important;
	display: inline-block !important;
}

.customOutputLabelNormal {
	font-size: 12px !important;
	color: #000 !important;
	font-weight: normal !important;
	margin-bottom: 2px !important;
	width: 100% !important;
	display: block;
}

.customOutputLabelInfo {
	font-size: 11px;
	color: #4D92DF;
	font-weight: normal;
}

.customOutputLabelLink {
	font-size: 11px;
	color: #4D92DF;
	cursor: pointer;
}

.customOutputTitle {
	font-size: 15px;
	color: #000;
}

.customOutputLabelCount {
	font-size: 10px;
	color: #000;
	font-weight: normal;
}

.customCommandButton {
	background: none !important;
	border: none !important;
	border-radius: 2px !important;
	color: #FFFFFF !important;
	min-height: 24px !important;
	min-width: 94px !important;
	text-align: center !important;
	font-family: "Arial" !important;
	font-size: 12px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: #ccc solid 1px !important;
	background: #EDEDED !important;
	color: #333333 !important;
}

.white {
	color: #fff !important;
}

.blue {
	color: #4D92DF !important;;
}

.underline {
	text-decoration: underline;
}

.ui-inputfield.ui-password.ui-widget.ui-state-default.ui-corner-all.ui-state-error
	{
	border-color: #A12A2A !important;
}

.ui-inputfield.ui-password.ui-widget.ui-state-default.ui-corner-all {
	border: none !important;
	background: none !important;
	min-height: 24px !important;
	max-height: 24px !important;
	padding: 0px !important;
	margin: 0px !important;
	font-family: 'Arial' !important;
	font-size: 12px !important;
	vertical-align: central !important;
	border: #ccc solid 1px !important;
	border-radius: 2px !important;
	background: #FFFFFF !important;
	color: #333333 !important;
	transition: ease border 0.2s !important;
	min-width: 100% !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
	cursor: text !important;
}

.ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all.ui-state-error
	{
	border-color: #A12A2A !important;
}

.ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all {
	border: none !important;
	background: none !important;
	min-height: 24px !important;
	max-height: 24px !important;
	padding: 0px !important;
	margin: 0px !important;
	font-family: 'Arial' !important;
	font-size: 12px !important;
	vertical-align: central !important;
	border: #ccc solid 1px !important;
	border-radius: 2px !important;
	background: #FFFFFF !important;
	color: #333333 !important;
	transition: ease border 0.2s !important;
	min-width: 100% !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
	cursor: text !important;
}

.ui-inputfield.ui-inputtextarea.ui-widget.ui-state-default.ui-corner-all.ui-inputtextarea-resizable
	{
	border: none !important;
	background: none !important;
	min-height: 80px !important;
	max-height: 80px !important;
	padding: 4px !important;
	margin: 0px !important;
	font-family: 'Arial' !important;
	font-size: 12px !important;
	vertical-align: central !important;
	border: #ccc solid 1px !important;
	border-radius: 2px !important;
	background: #FFFFFF !important;
	color: #333333 !important;
	transition: ease border 0.2s !important;
	min-width: 100% !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
	cursor: text !important;
}

.breadcrumb>li+li:before {
	content: "";
}

.breadcrumb {
	padding: 8px 0;
	padding-right: 8px;
	margin-bottom: 8px;
	margin-top: 8px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
	background: #eee;
	padding-left: 10px;
	color: #000;
}

.breadcrumb-special>li+li:before {
	content: "\e600";
}

.breadcrumb>.active a {
	font-weight: normal;
	color: #4D92DF;
}

.breadcrumb.breadcrumb-special {
	background: #eee;
	padding: 0;
	margin: 0;
	padding-left: 12px;
	margin-top: 0px;
	border-radius: 5px;
	height: 35px;
}

.breadcrumb.breadcrumb-special a {
	font-size: 12px;
}

.navbar-fixed-top {
	position: fixed;
	right: 0px;
	left: 0px;
	z-index: 1030;
	top: 0px;
	display: block;
}

.main-footer {
	display: block;
}

.navbar.navbar-inverse.navbar-fixed-top {
	display: block;
}

.breadcrumb a {
	text-decoration: none;
	font-size: 12px;
	color: #393C3E;
}

.lbl-error.ui-message-error.ui-widget.ui-corner-all {
	border: none;
	background: none;
	font-family: "Arial";
	font-size: 10px;
	color: #B10043;
}

.ui-panel-title {
	font-size: 12px !important;
	color: #000 !important;
	font-weight: normal !important;
}

html input[disabled] {
	cursor: default;
	background-color: #F7F7F7 !important;
}

.outputpanel-top {
	width: 80%;
	display: block;
	float: left;
}

.outputpanel-center {
	display: block;
	width: 80%;
	float: left;
	height: 100%;
}

.outputpanel-right {
	display: block;
	width: 20%;
	float: right;
}

.navbar-inverse {
	background-color: #013667 !important;
	border-color: #013667 !important;
	min-height: 32px !important;
	max-height: 32px !important;
	height: 32px !important;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 20px;
}

.navbar-nav>li>a {
	line-height: 5px !important;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808;
	height: 32px !important;
}

.dropdown-menu>li>a {
	display: block;
	padding: 2px 14px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	font-size: 12px !important;
}

.topButtons {
	margin-top: 20px;
	margin-bottom: 6px;
}

.ui-state-error {
	border-color: #A12A2A !important;
	background-color: #F9E8E8 !important;
}

.rowPadding {
	padding-left: 10px;
	padding-right: 10px;
}

.cssLink {
	background-color: transparent;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	height: 18px;
}

/*encabezado de la tabla con los colores del iesit*/
.table-iesit {
	background: #013667 !important;
	color: #fff !important;
	text-align: center !important;
	height: 0 !important;
	font: 11px verdana, Geneva, Arial, Helvetica, sans-serif !important;
}

/*estilo de texto del iesit*/
body {
	font: 11px verdana, Geneva, Arial, Helvetica, sans-serif;
}

.texto-table {
	font-size: 11px;
	text-align: center;
}

.texto-izquierda {
	text-align: left !important;
}

.texto-centrado {
	text-align: center !important;
}

.texto-rojo {
	color: #ff0202;
}

.tabla-iesit-style>div>div>table>thead>tr>.texto-centrado {
	background: #013667 !important;
	color: #fff !important;
	text-align: center !important;
	height: 0 !important;
	font: 11px verdana, Geneva, Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	border: 1px solid #fff !important;
}

.tabla-iesit-style>div>div>table>thead>tr>.texto-izquierda {
	background: #013667 !important;
	color: #fff !important;
	text-align: left !important;
	height: 0 !important;
	font: 11px verdana, Geneva, Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	border: 1px solid #fff !important;
}

.table-coordinador-horario {
	text-align: center !important;
}

.table-coordinador-horario>.ui-datatable-header,
	.ui-datatable-scrollable-header {
	background: #013667 !important;
	color: #fff !important;
}

.table-coordinador-horario>.ui-datatable-scrollable-header>div>table>thead>tr>th
	{
	background: #013667 !important;
	color: #fff !important;
}

.iesit-button {
	background: #013667 !important;
	color: #fff !important;
}

.mihorariobtn {
	margin-top: -3.25%
}

.footer-iesit {
	height: 7em;
	margin-top: -2%;
	width: 100%;
	text-align: center;
}

/* ESTILOS PARA LAS NOTICIAS DESPLEGABLES */
#container-main {
	margin: 10px auto;
	width: 95%;
	min-width: 320px;
	max-width: 960px;
}

#container-main h1 {
	font-size: 18px;
	text-shadow: 4px 4px 5px #16a085;
}

.accordion-container {
	width: 100%;
	margin: 0 0 15px;
	clear: both;
}

.accordion-titulo {
	position: relative;
	display: block;
	padding: 8px;
	font-size: 15px;
	font-weight: 300;
	background: #013667;
	color: #fff;
	text-decoration: none;
	border-radius: 15px;
}

.accordion-titulo.open {
	text-decoration: none;
	background: #013667;
	color: #fff;
}

.accordion-titulo:hover {
	text-decoration: none;
	color: #fff;
	background: #013667;
}

.accordion-titulo:visited {
	text-decoration: none;
	color: #fff;
	background: #013667;
}

.accordion-titulo span.toggle-icon:before {
	content: "+";
}

.accordion-titulo.open span.toggle-icon:before {
	content: "-";
}

.accordion-titulo span.toggle-icon {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 15px;
	font-weight: 300;
}

.accordion-content {
	display: none;
	padding: 15px;
	overflow: auto;
}

.accordion-content p {
	font-size: 16px;
	text-align: justify;
	margin: 0;
}

.accordion-content img {
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	width: 50%;
	height: auto;
}
/* -------------------------------------- */
.ui-icon-check {
	/*background-color: #b7b7b7;*/
	background-color: #9c9c9c;
}

/*EStilos del men�*/
.menu_main>ol {
	margin-top: 0em !important;
}

.logo-fecha {
	margin-top: 1em;
}

.cont1 {
	height: 3em;
}

.nav-hd-1 {
	height: 3em;
}

.texto-menu-logo {
	height: 2.5em;
}

.menubar-principal {
	height: 3em !important;
}

.submenu-home {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
}

.dropdown-menu>li>a {
	text-align: left;
}

.customers tr:nth-child(even) {
	background-color: #f2f2f2;
}

.customers tr:hover {
	background-color: #ddd;
}

.customers th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #4CAF50;
	color: white;
}

.ui-fileupload.ui-widget.popup-file .ui-fileupload-content.ui-widget-content.ui-corner-bottom
	{
	height: 100px;
}

.ui-button-icon-left.ui-icon.ui-icon.ui-icon-close {
	background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0)
		43%, #000 45%, #000 55%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%),
		linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%,
		#000 45%, #000 55%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%);
}

.jumbotron {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
}