@CHARSET "ISO-8859-1";

/*Error style*/
.error {
	color: red;
}

.required {
	border-left: 3px solid #FF9900 !important;
}

.panelTitle {
	padding: 10px;
	font-family: 'Nunito Sans', sans-serif;
	background-color: #123456;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #ffffff;
}

.panelTitle span {
    padding: 0px;
    /* font-weight: bold; */
    font-size: 14px;
    display: inline;
    padding-left: 25px;
}

.panelTitleBlock {
	padding: 5px;
	border-bottom: 1px solid #aaa;
	font-family: 'Nunito Sans', sans-serif;   
}

.panelTitleBlock span {
	padding: 0px;
	/*font-weight: bold;*/
	font-size: 12px;
	display: block;
	background-image: url(grip_dotted.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 10px;
	/*margin:0px 5px 5px 0px;*/
}

.formLabel {
	/*margin: 0px 5px 10px 0px;*/
	font-family: 'Nunito Sans', sans-serif;   
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-align: right;
}

.formField {
	margin: 0px 5px 10px 0px;
}

.formTitle {
	margin: 0px 5px 10px 0px;
	font-family: 'Nunito Sans', sans-serif;   
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}

.formSearch {
	margin: 0px 5px 10px 0px;
	font-family: 'Nunito Sans', sans-serif;   
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}

.formColumnIndicator{
	margin: 0px 5px 10px 0px;
	font-family: 'Nunito Sans', sans-serif;   
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	
}

.formLegend {
	font-size: 16px;
	font-family: 'Nunito Sans', sans-serif;   
	font-weight: bold;
	color: #999;
	padding: 10px;
	text-transform: uppercase;
}

.formTableField {
	
}

.panelEvaluacion {
	margin-left: 8px;
	padding: 5px;
	border: 1px solid #aaa;
	font-weight: bold;
	width: 30%;
	cursor: pointer;
	font-family: 'Nunito Sans', sans-serif;
	text-align: center;
	border-radius: 20px;
	 -webkit-border-radius: 20px;  /* Safari  */
  -moz-border-radius: 20px;     /* Firefox */
}

.panelGrillaEvaluacion {
	margin-left: 8px;
	padding: 5px;
	/*border: 1px solid #aaa;*/
	font-weight: bold;
	font-family: 'Nunito Sans', sans-serif;   
	width: 50%;
	cursor: pointer;
}

.panelEvalLabel {
	font-weight: bold;
	font-family: 'Nunito Sans', sans-serif;   
	/*font-variant: small-caps;*/
}

.filtros {
	position: relative;
	float: left;
	padding: 0px 5px;
}

.boton_left {
	position: relative;
	float: left;
	padding: 0px 10px;
}

.boton_right {
	position: relative;
	float: right;
	padding: 0px 10px;
}

.input_contact {
	font-size: 11px;
	font-family: "Trebuchet MS" !important;
	background-color: #ffffff !important;
}

.formBasic {
	border: 0px;
}

.formBasic legend {
	display: none;
}

.titleSectionView {
	border-bottom: 2px #0B5781 solid;
	padding: 5px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	color: #0B5781;
	margin-bottom: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.marco_td {
	background-color: #ffffff !important;
}

/*ESTILOS PARA VISUALIZACION*/
.formViewer {
	font-family: 'Nunito Sans', sans-serif;
}

.formViewer .formLabel {
	color: #000;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	
}

.formViewer .formField {
	color: #666666;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.formViewer fieldset {
	padding: 1em 1em;
	border: 1px solid #999;
	border-top: 1px solid #999;
	margin-bottom: 10px;
	border-radius: 20px;
	 -webkit-border-radius: 20px;  /* Safari  */
  -moz-border-radius: 20px;     /* Firefox */
}

.formViewer legend {
	padding: 0.5em 0.5em;
	border: 0px solid #999;
	color: #999;
	text-align: left;
	font-size: 16px;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	border-radius: 20px;
	 -webkit-border-radius: 20px;  /* Safari  */
  -moz-border-radius: 20px;     /* Firefox */
}

.formInput {
	font-family: 'Nunito Sans', sans-serif;
}

.formInput .formLabel {
	color: #666;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
}

.formInput .formField {
	color: #333;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.formInput fieldset {
	padding: 1em 1em;
	border: 1px solid #0B5781;
	border-top: 2px solid #0B5781;
	margin-bottom: 10px;
}

.formInput legend {
	padding: 0.2em 0.5em;
	border: 1px solid #0B5781;
	color: #0B5781;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	background: #EDEDED;
}

.formTableViewer {
	background-color: #E8E8E8;
}

.formTableViewer td { /*border: 1px solid #CCCCCC;*/
	background-color: #FFFFFF !important;
	color: #666666;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
}

/* Tomados de /js/Validate/validate.css para pe_planeacion_estrategica_v3 */

td { font-family: 'Nunito Sans', sans-serif;    }

.tabla_container {
	padding: 0px;
}

.tabla_datos {
	border: 1px solid #CCCCCC;
	color: #666666;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
}

.tabladatos a {
	color: #666666;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	text-decoration: none
}

.tabladatos a:hover {
	text-decoration: none
}

.tabla_datos strong {
	color: #333333;
	text-align: right;
}

.tabla_listado {
	color: #727272;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.tabla_listado th {
	color: #000000;
	background-color: #efefef;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.tabla_datos_car {
	border: 1px solid #CCCCCC;
	color: #666666;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 1px;
}

.tabla_container_car {
	font-size: 10px;
	padding: 0px;
	color: #666666;
}

.fila_par {
	background-color: #E5E5E5;
}

.tableCustomViewer {
	width: 100%;
	background-color: #fff;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
	border-collapse: collapse;
}

.tableCustomViewer th {
	border-width: 0 1px 1px 0;
	border-style: solid;
	margin: 0;
	padding: 5px;
	border-color: #ccc;
	font-variant: normal;
	font-style: normal;
	color: -webkit-text;
	text-align: center;
	font-size: 12px;
	font-family: 'Nunito Sans', sans-serif;   
	font-weight: bold;
	white-space: nowrap;
	background-color: #fafafa;
	
}

.tableCustomViewer td {
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	margin: 0px;
	padding: 3px;
	border-color: #ccc;
	font-variant: normal;
	font-style: normal;
	color: -webkit-text;
	text-align: left;
	font-size: 12px;
	font-family: 'Nunito Sans', sans-serif;   
	font-weight: normal;
}

.tableTrackingBoardViewer {
	width: 100%;
	background-color: #fff;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
}

.tableTrackingBoardViewer th {
	border-width: 0 1px 1px 0;
	border-style: solid;
	margin: 0;
	padding: 5px;
	border-color: #ccc;
	font-variant: normal;
	font-style: normal;
	color: -webkit-text;
	text-align: center;
	font-size: 12px;
	font-family: 'Nunito Sans', sans-serif;   
	font-weight: bold;
	white-space: nowrap;
}

.tableMapViewer th{
	/*border-width: 0 1px 1px 0;
	border-style: solid;*/
	margin: 0;
	padding: 5px;
	border-color: #ccc;
	font-variant: normal;
	font-style: normal;
	color: -webkit-text;
	text-align: center;
	font-size: 12px;
	font-family: 'Nunito Sans', sans-serif;   
	font-weight: bold;
	white-space: nowrap;
}

.tableTrackingBoardViewer td {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	margin: 0px;
	padding: 0px;
	border-color: #ccc;
	font-variant: normal;
	font-style: normal;
	color: -webkit-text;
	text-align: left;
	font-size: 12px;
	font-family: 'Nunito Sans', sans-serif;   
	font-weight: normal;
}

.tableTrackingBoardViewer td.objetivo {
	border-width: 1px 0 1px 0;
	border-style: dotted;
	margin: 0;
	padding: 2px;
	border-color: #ccc;
	font-variant: normal;
	font-style: normal;
	color: -webkit-text;
	text-align: left;
	font-size: 12px;
	font-family: 'Nunito Sans', sans-serif;   
	font-weight: normal;
}

.tableTrackingBoardViewer td.objetivo2 {
	border-width: 1px 1px 1px 0;
	border-style: dotted;
	margin: 0;
	padding: 2px;
	border-color: #ccc;
	font-variant: normal;
	font-style: normal;
	color: -webkit-text;
	text-align: left;
	font-size: 12px;
	font-family: 'Nunito Sans', sans-serif;   
	font-weight: normal;
}

.tableTrackingBoardViewer td.bottom {
	border-width: 0 1px 0 0;
	border-style: dotted;
	margin: 0;
	padding: 2px;
	border-color: #ccc;
	font-variant: normal;
	font-style: normal;
	color: -webkit-text;
	text-align: left;
	font-size: 12px;
	font-family: 'Nunito Sans', sans-serif;   
	font-weight: normal;
}

.tableTrackingBoardViewer td.estrategia {
	border-width: 0 1px 0 1px;
	border-style: dotted;
	margin: 0;
	padding: 2px;
	border-color: #ccc;
	font-variant: normal;
	font-style: normal;
	color: -webkit-text;
	text-align: left;
	font-size: 12px;
	font-family: 'Nunito Sans', sans-serif;   
	font-weight: normal;
}

.tableTrackingBoardViewer td.actividad {
	border-width: 1px 1px 1px 0;
	border-style: dotted;
	margin: 0;
	padding: 0px;
	border-color: #ccc;
	font-variant: normal;
	font-style: normal;
	color: -webkit-text;
	text-align: left;
	font-size: 12px;
	font-family: 'Nunito Sans', sans-serif;   
	font-weight: normal;
}

.itemTable {
	padding: 3px;
}

.panelResult {
	margin-top: 5px;
	font-weight: bold;
	font-family: 'Nunito Sans', sans-serif;   
	border-width: 1px;
	border-style: dotted;
	border-color: #ccc;
	background-color: #fff;
	padding: 5px;
	font-family: 'Nunito Sans', sans-serif;   
	font-size: 16px;
	width: 1190px;
}

.panelResultContainer {
	display: flex;
	width: 1201px;
	margin: 2px 0;
}

.panelResultCompat {
	display: inline-block;
	margin: 5px 0;
	font-weight: bold;
	font-family: 'Nunito Sans', sans-serif;   
	border-width: 1px;
	border-style: dotted;
	border-color: #ccc;
	background-color: #fff;
	padding: 5px;
	font-family: 'Nunito Sans', sans-serif;   
	font-size: 16px;
	flex: 1;
    box-sizing: border-box;
	margin: 0 1px;
}

.panelResultMapa{
	margin-top: 5px;
	font-weight: bold;
	font-family: 'Nunito Sans', sans-serif;   
	/*border-width: 1px dotted #ccc;*/
	padding: 5px;
	/*font-family: Trebuchet MS;*/
	font-size: 16px;
	width: 99%;
}


.panelSubactividad {
	border-width: 0 0 1 0;
	border-style: solid;
	border-color: #ccc;
	padding: 5px;
}

.link_item A {
	font-family: 'Nunito Sans', sans-serif;   
	font-size: 12px;
	font-weight: bold;
	/*color: #0B5781 !important;*/
	color: #046CA5;
	text-decoration: none;
}

.link_item A:hover {
	font-family: 'Nunito Sans', sans-serif;   
	font-size: 12px;
	font-weight: bold;
	/*color: #0B5781 !important;*/
	color: #046CA5;
	text-decoration: none;
}

/*ESTILOS TABLERO SEGUMIENTO*/

.panelAvanceSubactividad th {
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 0px;
	border-color: #ccc;
	font-variant: normal;
	font-style: normal;
	color: -webkit-text;
	text-align: center;
	font-size: 12px;
	font-family: 'Nunito Sans', sans-serif;   
	font-weight: bold;
	white-space: nowrap;
}

.panelAvanceSubactividad td {
	border-width: 1px;
	border-style: solid;
	margin: 0px;
	padding: 2px;
	border-color: #ccc;
	font-variant: normal;
	font-style: normal;
	color: -webkit-text;
	text-align: center;
	font-size: 12px;
	font-family: 'Nunito Sans', sans-serif;   
	font-weight: normal;
}



.resultTablero{
	padding: 3px;
	font-weight: bold;
	font-family: 'Nunito Sans', sans-serif;   
	font-size: 16px !important;
	/*border: 1px solid #ccc;*/
}

.resultMapa{
	padding: 3px;
	font-weight: bold;
	font-family: 'Nunito Sans', sans-serif;   
	font-size: 16px !important;
	border: 1px solid #ccc;
}

.resultAvance{
	padding: 2px;
	font-weight: bold;
	/*border-right: 1px solid #ccc;*/
	margin-right: 3px;
}


.semaforo {
   border: 1px solid #000;
   border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1em;
  width: 1em; 
  margin-left: 5px;
  margin-right: 5px;
}

.semaforoTotal {
   margin-left: 5px;	
   border: 1px solid #000;
   border-radius: 0.9em;
  -moz-border-radius: 0.9em;
  -webkit-border-radius: 0.9em;
  color: #ffffff;
  display: inline-block;
  font-weight: normal;
  line-height: 1.2em;
  width: 1.2em;
 
}

.tableroImagenSeg{
   margin-left: 10px;	
}

.rowEvenTab{
	background: #F9F7F7;
}

.rowOddTab{
	background: #fff;
}

#panelOptions{
	text-align:right;
	height:20px;
    display: table;
    width: 100%;
    background: #e2e2e2;
}

#panelOptions span {
    vertical-align: top;
    display: table-cell;
}

#segContainer{
	display: table;
    width: 100%;
        
}

#segContainer span.container {
    vertical-align: middle;
    display: table-cell;
    
}

/*ESTILOS PARA EL MAPA ESTRATEGICO*/

.tableMapaDef{
	width: 97%;
	margin-left: 5px;	
}

.mapaIndicadores{
	color: #fff;
	font-weight: bold;
	text-align: right;
	font-size: 10px !important;	
}

.mapaIndicadores span{
	font-size: 11px !important;
}


.mapaAvance{
	color: #fff;
	font-weight: bold;
	text-align: right;
	font-size: 10px !important;	
}

.mapaAvance span{
	font-size: 11px !important;
}
.mapaObjetivo{
	text-align: center;
	padding: 3px;	
}

.mapaContainerPle {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image:url(../images/bg_mapa_v3.png); 
	float:left; 
	width:270px; 
	height:63px; 
	position:relative; 
	margin-left:10px; 
	margin-top:10px;
}

/*ESTILOS PARA LOS INFORMES DE GESTION*/

.panelInformeGestion{
	border: 1px solid #efefef;
    width: 100%;;
    height: auto;
    overflow-y: auto;
    font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
    font-size: 100.5%;
    font-weight: bold;
}

.itemContenido{
	margin-bottom: 5px;
    /*border: 1px dashed #0da3fd;*/
    /*border: #1F4B74 1px dotted;*/
    /*background-color: #e8efff;*/
    /*background-color: #F2F2F2;*/
    height: auto;
    overflow: auto;
    padding: 5px;
}

.contentTypeView{
	font-size: 70%;
	font-weight: bold;
	color: #ccc;
}

.titulo1{
	font-size: 16px;
	font-weight: bold;	
}

.titulo2{
	font-size: 14px;	
	font-weight: bold;
	padding-left: 10px;
}
.parrafo{
    font-size: 12px;	
}
.lnkTitulo2{
	padding-left: 10px;
}

.graphPanel{
	margin-top: 5px;	
}
.combobox-item{
    font-family: 'Nunito Sans', sans-serif;
   	font-size: 11px;
   	font-weight: normal;
   	color: #666666;
}

/*ESTILOS PARA VISTA CRONOGRAMA*/
.indicadorCronograma{
	text-align: center;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

.indicadorCronograma a{
	text-decoration: none;
	
}
.indicadorCronogramaMensual{
	padding:5px !important; 
	text-align: right !important; 
	padding-right: 10px !important; 
	font-size: 14px !important;
	font-weight: bold !important;
	
}

tr.totalCronograma {
	border-top: 2px;	
}

.contenedor-tabla{
	display: table;
}
.contenedor-fila{
	display: table-row;
}
.contenedor-columna{
	display: table-cell;
	padding: 5px 15px;
	text-align: center;
}


/** Campos nuevos */
.awa_campo {
	width: 260px;
	margin: 0 5px;
	padding: 10px;
	border: 1px solid #aaa;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 10pt;
	border-radius: 100px;
}

.awa_campo:focus {
	outline: none;
}

/** Filtros en grillas **/
#frm_filtro .campo{
	display: inline-block;
	margin-top: 10px;
	width: 49.5%;
	font-size: 9pt;
	box-sizing: border-box;
}

#frm_filtro .campo .nombre {
	display: inline-block;
	padding-right: 2px;
	width: 34%;
	text-align: right;
	box-sizing: border-box;
	vertical-align: middle;
}

#frm_filtro .campo .control {
	display: inline-block;
	padding-left: 2px;
	width: 65%;
	box-sizing: border-box;
	vertical-align: middle;
}

#frm_filtro .compacto .campo .control {
	padding-left: 0;
}

#frm_filtro .compacto .campo, #frm_filtro .compacto .campo .nombre, #frm_filtro .compacto .campo .control {
	width: inherit !important;
}

#frm_filtro .compacto .campo {
	margin-right: 15px;
	margin-top: 5px !important;
}

#frm_filtro .compacto .campo .control .input_contact {
	padding: 2px;
	border-radius: 3px;
}

#frm_filtro .compacto .campo .control .input_contact.DatePicker {
	padding: 3px 3px 3px 20px;
	background-size: 12px;
	background-position: 3px center;
}

#frm_filtro .compacto .boton {
	padding: 5px 10px;
}

.paging_full_numbers {
	width: calc(40% - 1em) !important;
}