/* common-style.css */
/* arquetipo-desa-sw-sna */

body {
	margin: 0;
	padding: 0;
	border: 0;
	/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff;
	min-width: 600px;
	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 85%;
}

#page {
	width: 100%;
	margin: 0 auto;
}

#left {z
	width: 100%;
	height: 100%;
	margin-bottom: 16px;
}

#header {
	width: 100%;
	height: 100%;
	margin-bottom: 16px;
}

.headerStyle {
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	text-color: white;
}

#content {
	width: 100%;
	height: 400px margin-right:16px;
	margin-bottom: 36px;
}

#principalcontent {
	width: 100%;
	height: 100% margin-right:16px;
	margin-bottom: 36px;
}

#footer {
	width: 100%;
	height: 100px;
}

/* column container */
.colmask {
	position: relative; /* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
}
/* common column settings */
.colright, .colmid, .colleft {
	float: left;
	width: 100%;
	position: relative;
}

.col1, .col2, .col3 {
	float: left;
	position: relative;
	padding: 0 0 1em 0;
	overflow: hidden;
	width: 100%;
	height: 100%
}
/* 2 Column (left menu) settings */
.leftmenu {
	background: #fff; /* right column background colour */
	width: 114%;
	height: 100%
}

.leftmenu .colleft {
	right: 77%; /* right column width */
	width: 100%;
	height: 100% /*background:#f4f4f4;*/ 
		/* left column background colour */
}

.leftmenu .col1 {
	width: 71%; /* right column content width */
	left: 93%; /* 100% plus left column left padding */
}

.leftmenu .col2 {
	width: 14%;
	/* left column content width (column width minus left and right padding) */
	left: 7%;
	/* (right column left and right padding) plus (left column left padding) */
}
/* Footer styles */
#footer {
	clear: both;
	float: left;
	width: 100%;
	/*border-top:1px solid #000;*/
}

#footer p {
	padding: 10px;
	margin: 0;
}

}
.columnAlignTop {
	vertical-align: top;
	horizontal-align: left;
	text-align: left;
	height: auto;
	width: auto;
	padding: 7px;
	margin: 0px;
}

.rowAlignMiddle {
	vertical-align: middle;
	horizontal-align: middle;
	text-align: left;
	height: auto;
	width: auto;
	padding: 7px;
	margin: 0px;
}

.columnAlignMiddle {
	vertical-align: middle;
	horizontal-align: left;
	text-align: left;
	height: auto;
	width: auto;
	padding: 7px;
	margin: 0px;
}

.alertaContratoVerde .alertaContratoCol {
	background: green;
}

.alertaContratoAmarillo .alertaContratoCol {
	background: yellow;
}

.alertaContratoRojo .alertaContratoCol {
	background: red;
}

.alertaRoja {
	color:red;
}

.horizontalDataList {
    display: inline;
    float : left;
    width: 100px;
    padding: 0px 0px;
}
.ui-datalist-data {
   overflow:auto;
}

.ui-dialog-content ui-widget-content{
	width: 100%;
}

.ui-menu .ui-menu-parent .ui-menu-child{display:none;width:20em;padding:.3em;position:absolute;margin:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}

 .aceptar {
        background-image:url("/sigpa/resources/imagenes/check.png") !important;
    }
    
.rechazar {
        background-image:url("/sigpa/resources/imagenes/error.png") !important;
    }    
.times {
    font-family: "Times New Roman", Times;
}

.goudy {
  font-family: "Goudy Old Style", Goudy;
  font-size: 20px;
}

.contratoVigente{
    background-color: #D4F7BC !important;
    background-image: none !important;
    color: #000000 !important;
}

.contratoAnulado{
    background-color: #d7d7d7!important;
    background-image: none !important;
    color: #000000 !important;
}

.noAprobado{
    background-color: #ff9562!important;
    background-image: none !important;
    color: #000000 !important;
}


.tituloFuncionario{
	font-weight: bold;
	font-size: 18px;
}

.ui-menubar .ui-menu-child .ui-menuitem-link{
	width: 150%;
}

.ul.ui-menu-child {
    width: auto !important;
    min-width: 500px;
}

.mensajeAdvertencia{
	background: #fff6bf url("/sigpa/resources/imagenes/warning.png") center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	color:#000000;
}

.mensajeFatal{
	background: #efdada url("/sigpa/resources/imagenes/warning.png") center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	color:#000000;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
}

.mensajeOk{
	background: #cbf5c9 url("/sigpa/resources/imagenes/check.png") center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 10px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	color:#000000;
}

.dataListCompetencia{
		background: transparent;
		background-image: none;
		padding: 0px;
		border: opx;
		border-color:transparent;
}
.anchoCombo{
	min-width: 10% !important;   
    height: 25px !important;   
}

.ejecutar {
        background-image:url("/sigpa/resources/imagenes/ejecutar.png") !important;
}

.agregar {
        background-image:url("/sigpa/resources/imagenes/agregarIcon16.png") !important;
}

.resolucion {
        background-image:url("/sigpa/resources/imagenes/resolucion.png") !important;
}

.centered { text-align: center; margin-left: 50%; }
/*
.ui-picklist.ui-picklist-responsive .ui-picklist-list-wrapper{
	width: 45%;
}

.ui-picklist-list-wrapper{
	width: 45%;
}
*/

.ui-icon-exportar{
	
	background-image:url("/sgdoc/resources/imagenes/tipDoc/xls.png") !important;
    width: 40px;
    height: 40px;
    background-position: 0px 0px;
}

.estiloExportar{
    background: transparent !important;
    border: none !important;
    margin: 0;
}
.ui-menu .ui-menu-parent .ui-menu-child{
	width:280px !important;
}

#divprueba{
  background-color: black;
}

.selected-menu-style-text {
background-color: #eef6fb;
}
.selected-menu-style-text .ui-menuitem-text {
color:#0071bc !important;
}
.selected-menu-style-text .ui-menuitem-icon{
color:#0071bc !important;
}

#inicio{
	background-color: #0071bc;
}
#admin{
	background-color: #0071bc;
}
.info-footer {
    margin: 30px auto;
    display: table;
    float: none;
    color: #646470;
    font-size: 14px;
    line-height: 130%;
    border-top: 1px solid #d9d9d9;
    padding: 15px 91px 0;
    font-family: lato, Arial, Helvetica, sans-serif;
    text-align: center;
}
