.main-bar {
	background-image: url("../img/bar.png");
	width: 100%;
	height: 5px;
}	

.main-title {
	background-color: #000;
	font-size: 1.25rem;
	text-align: center !important;
	font-weight: 500;
	line-height: 1.1;
	padding: .7rem 1.25rem;
	width: 100%;
	color: #fff;
}

.navbar-brand-name {
	color: #000;
	background-color: #fff;
	text-align: center !important;
	padding: 0;
	width: 38%;
	text-transform: uppercase;
	padding: 17px;
	font-size: 1.5em;
	font-weight: bold;
	display: inline;
	margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-brand-name a {
	color: #FFFFFF;
	background-color: #232331;
	text-align: center !important;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.1;
	padding: .4rem 1.25rem;
	width: 100%;
	display: block;
}


.navbar-brand-logo-gob {
	display: inline;
}

.navbar-brand-logo-gob img {
	height: 75px;
}

.navbar-brand-logo {
	background-image: url("../img/logo-sic-horizontal-2020.png");
	background-repeat: no-repeat;
	background-position: -40;
	height: 78px;
	display: inline;
	margin-left: 50px;
}


.logo-processing {
	background-image: url("../img/logo-sic-processing.png");
	background-repeat: no-repeat;
	background-size: 250px;
	width: 250px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-left: 4px;
	color: #002986;
}

.logo-left {
    display: inline-block;
    /*margin-right: 1%;
    margin-left: 2%;*/
    width: 35%;
    text-align: left;
    /*vertical-align: middle;*/
}

.logo-right {
    display: inline-block;
    /*margin-right: 2%;
    margin-left: 1%;*/
    width: 35%;
    text-align: right;
    /*vertical-align: middle;*/
}

.logoRow {
    text-align: center;
    /*margin-top: 1em;*/
    margin-bottom: 1em;
}

header {
    text-align: center;
    background-color: #eee;
    min-width: 960px;
}

.container {
    background-color: #fff;
    width: 100%;
    text-align: center;
    display: table;
}

.mid-barra {
    background-image: url(#{facesContext.externalContext.requestContextPath}/resources/img/fondo-blue.png);
    width: 100%;
    margin: 0;
    background-color: #CDE8FC;
    background-repeat: repeat-x;
    text-align: left;
}

.mid-barra h1 {
    color: #fff;
    font-size: 1.5em;
    display: inline-block;
    text-align: left;
    padding-left: 1em;
    padding-top: 3px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 20px;
}

.clear {
    clear: both;
}
/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
    dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
    label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
    header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
    font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}
/*END RESET*/
/*========================================================================================================================================*/
body {
    font-family: arial, helvetica, san-serif;
    color: #333;
    margin: 0;
    padding: 0;
}

/* Reticula*/
.ancho-total {
    margin: 0 auto;
    width: 960px;
}

#contenido_medio {
    padding: 30px 0 25px;
    margin: 0 auto;
    width: 1320px;
}
/*TOP HEADER*/
.container_top_header {
    height: 117px;
    width: auto;
    background: url("../img/fondo.png") #E9E9E9;
    background-repeat: repeat-x;
    border-bottom: 1px solid #FFFFFF;
}

#top_header {
    margin: auto;
    height: 117px;
    width: 960px;
}

#logo {
    float: left;
    margin-right: 15px;
}

#escudo {
    float: right;
    margin-top: 18px;
}
/*TOP HEADER END*/
/*--------------*/
/*MENU TOP PROPERTIES*/
ul .menu_top {

}

#menu-principal {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
    display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	margin-top: 3px;
	background-color: #adc3c9;
	height: 40px;
	padding-top: 6px;
}

#menu-principal ul {
    margin: 0;
    padding: 0;
}

#menu-principal ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}

#menu-principal ul li a {
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    color: #121D6C;
    border: #FFF 1px solid;
    border-radius: 4px;
    background-image: url("../img/button_up_gray_menu_top.jpg");
    /*button shadow*/
    -moz-box-shadow: 0px 3px 3px #9f9f9f;
    -webkit-box-shadow: 0px 3px 3px #9f9f9f;
    box-shadow: 0px 3px 3px #9f9f9f;
}

#menu-principal ul li a:hover {
    border: #4891c6 1px solid;
    border-radius: 4px;
    background-image: url("../img/button_dwn_blue_menu_top.jpg");
    color: #FFF;
}
/*END MENU TOP PROPERTIES*/
/*END HEADER PROPERTIES*/
/*============================================================================================*/

/*BODY CONTENT*/
h1 {
    color: #121D6C;
    font-family: 'trebuchet ms', arial, san-serif;
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 15px;
}

h2 {
    color: #121D6C;
    font-family: 'trebuchet ms', arial, san-serif;
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 8px;
}

h4 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.97em;
    font-weight: bold;
    margin-bottom: 2px;
}

.descripcion {
    width: 100%;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

.descripcion p {
    font-size: 0.95em;
    font-family: 'trebuchet ms', arial, san-serif;
}
/*TABS*/
.tabs_container {
    width: 100%;
    height: 61px;
    margin: 0 20px;
}

.tabrow {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 24px;
    position: relative;
}

.tabrow li {
    margin: 0 10px 0 0;
    padding: 5px 10px;
    border: 1px solid #AAA;
    background: #ECECEC;
    display: inline-block;
    position: relative;
    z-index: 0;
    float: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tabrow li.selected {
    background: #f6f6f6;
    color: #646464;
    z-index: 2;
    border-bottom-color: #F6F6F6;
    border-left: solid #ccc 1px;
    border-right: solid #ccc 1px;
}

#no_selected {
    border-left: solid #4891c6 1px;
    border-top: solid #4891c6 1px;
    border-right: solid #4891c6 1px;
    background-image: url("../img/back_blue_tablet.jpg");
    background-repeat: repeat-y;
    background-color: #4c9dd0;
    color: #fff;
}

.tabrow:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.tabrow:before {
    z-index: 1;
}

.tabs_container .tabrow #no_selected h4 a {
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.97em;
    font-weight: bold;
    color: #FFF;
}

.tabs_container .tabrow li p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.73em;
}
/*CONTENT COMPONENT CENTER*/
.middle_content {
    width: 100%;
    /*background-image: url(#{facesContext.externalContext.requestContextPath}/resources/img/back_body_grad.jpg);*/
    background-position: center;
    background-repeat: repeat-y;
}

.content_center {
    /*width: 900px;*/
    height: auto;
    padding: 20px 10px 10px 10px;
    background-color: #f6f6f6;
    border: solid #ccc 1px;
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 20px;
}

#text_title_content {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #333;
}

#text_title_component {
    display: block;
    width: auto;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #069;
    text-align: center;
    text-height: 12px;
    margin: 2px 3px 15px;
    padding: 5px 3px;
    text-transform: uppercase;
    background-color: #f5f5f5;
}

.form_container_a {
    margin-top: 10px;
    /*width: 400px;*/
    height: auto;
    margin-right: 10px;
    padding: 5px;
}

.form_container_b {
    margin-top: 10px;
    width: 580px;
    height: auto;
    float: left;
    margin-right: 10px;
    padding: 5px;
}

.form_container_c {
    min-width: 100px;
    max-width: 450px;
    height: auto;
    padding: 5px;
    position: relative;
}

.form_container_a:hover, .form_container_b:hover, .form_container_c:hover {
    /*background-color:#acc3c9;*/
    /*background-color: #fdb414;*/

}

.component_container {
    background-color: #FFF;
    padding: 10px;
    border: #acbece 1px solid;
}
/*RESULTS CONTENT*/
.results_gral_container {
    margin-top: 20px;
    width: auto;
    position: relative;
    padding-bottom: 8px;
}

/*BUTTON*/
.blue_button_box_1 {
    float: right;
    margin-left: 8px;
    height: 30px;
    margin-top: 43px;
    width: auto;
}

.blue_button_box_2 {
    width: auto;
    margin: 4px 6px;
    float: right;
}

.blue_button_box_3 {
    margin-top: 15px;
    margin-bottom: 5px;
    height: auto;
}
/*-----button css------*/
.blue_button {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #acbece), color-stop(1, #edf1f4));
    background: -moz-linear-gradient(center top, #acbece 5%, #edf1f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acbece', endColorstr='#edf1f4');
    background-color: #acbece;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #acbece;
    display: inline-block;
    color: #000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    padding: 4px 14px;
    text-decoration: none;
    /*shadow button*/
    /*-moz-box-shadow: 0px 2px 2px #9f9f9f;
	-webkit-box-shadow: 0px 2px 2px #9f9f9f;
	box-shadow: 0px 2px 2px #9f9f9f;/*/
}

.blue_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #edf1f4), color-stop(1, #acbece));
    background: -moz-linear-gradient(center top, #edf1f4 5%, #acbece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf1f4', endColorstr='#acbece');
    background-color: #edf1f4;
}

.blue_button:active {
    position: relative;
    top: 1px;
}
/*END BUTTON*/

/*--------------------------TABLE PROPERTIES-----------------*/
.table_results_1 {
    float: left;
}

#table_results_titles {
    padding: 5px 2px 0 0;
    font-size: 18px;
}

#cell_content {
    padding: 5px 5px 5px 0;
    vertical-align: top;
}

.results_sm_container {
    background-color: #acc3c9;
    border: #8acdde 1px solid;
    vertical-align: middle;
    padding: 2px 3px;
    min-height: 43px;
}

#number_cell_results {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: bold;
    color: #121D6C;
    padding-left: 5px;
}

#text_cell_results {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    display: block;
    width: 65%;
    float: left;
    padding: 4px;
}

#title_busqueda_realizada {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    color: #333;
    display: block;
    margin: 4px 0;
    width: auto;
}

#number_busqueda_realizada {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: #333;
}

#logo_acrobat {
    float: left;
    display: block;
    margin-top: 2px;
    padding-right: 8px
}

/*TABLE QUERIES*/

/*INFERIOR TABLE PROPERTIES*/
.table_content {
    width: auto;
    height: auto;
    padding: 15px 10px;
    background-color: #fff;
    border: solid #ccc 1px;
    margin-top: 10px;
}

.inferior_content_left {
    width: 40%;
    float: left;
}

.inferior_content_right {
    width: 54%;
    float: right;
    background-color: #e1ecf5;
    border-radius: 3px;
    border: solid #ccc 1px;
    padding: 6px;
}

.text_inferior_content_gray {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #333;
    display: block;
    margin-bottom: 3px;
    margin-left: 4px;
    margin-top: 5px;
}

#bold_title {
    font-weight: bold;
}
/*TABLE RESULTS INFERIOR PROPERTIES*/
.table_results {
    margin-top: 20px;
}
/*-----table-----*/
#table_results_header {
    background-image: url("../img/back_table_top.png");
    background-repeat: repeat-x;
    height: 20px;
}

#cell_results_header {
    padding-top: 5px;
}

.table_results .tabla_inf, #cell_results_header, #td_tabla {
    border: 1px solid #abcede;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.96em;
    color: #333;
}

.table_results .tabla_inf tr #td_tabla {
    min-height: 20px;
    padding: 1px 3px;
}

.foot_numbers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-image: url("../img/back_pag_dummy.jpg");
    border-left: #abcede 1px solid;
    border-right: #abcede 1px solid;
    border-bottom: #abcede 1px solid;
}

/*FOOTER*/
.footer {
    width: 100%;
    background-image: url("../img/foot_image.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e6eaed;
    height: 90px;
    border-bottom: #999 1px solid;
}

/*POP UP DUMMY*/
/*valores para las div flotantes de las opciones popups*/
#apDiv1 {
    position: relative;
    width: 400px;
    height: auto;
    z-index: 3;
    background-color: #FFF;
    border: 1px solid #ACBECE;
    padding: 10px 10px;
    /*border-radius: 5px;
	-moz-border-radius: 5px;*/
    margin: 100px auto;
}

#apDiv2 {
    z-index: 3;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 1200px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("../img/Transparencia.png");
    background-repeat: repeat;
}

/*DIEGO*/
/*.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
	font-family:Arial;
	
}*/
.ui-widget {
    font-family: Arial;
    font-size: 0.7em;
}

.ui-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #acbece), color-stop(1, #edf1f4));
    background: -moz-linear-gradient(center top, #acbece 5%, #edf1f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acbece', endColorstr='#edf1f4');
    background-color: #acbece;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #acbece;
    display: inline-block;
    color: #000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    padding: 4px 14px;
    text-decoration: none;
    /*shadow button*/
    /*-moz-box-shadow: 0px 2px 2px #9f9f9f;
	-webkit-box-shadow: 0px 2px 2px #9f9f9f;
	box-shadow: 0px 2px 2px #9f9f9f;/*/
}

.ui-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #edf1f4), color-stop(1, #acbece));
    background: -moz-linear-gradient(center top, #edf1f4 5%, #acbece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf1f4', endColorstr='#acbece');
    background-color: #edf1f4;
}

.ui-button:active {
    position: relative;
    top: 1px;
}

.ui-selectonemenu label.ui-selectonemenu-label {
    display: inline-block;
    position: relative;
    zoom: 1;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
}

.text_cell_results_detail {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    display: block;
    padding: 1px;
}

.ui-panel .ui-panel-content {
    border: 0;
    background: none;
    padding: 0;
}

.ui-panel {
    padding: 0em;
    border: 0;
}

.ui-widget-content {
    border: 0;
    background: white;
    color: #474747;
}

.text_inferior_content_gray {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 3px;
    margin-left: 4px;
    margin-top: 5px;
}

.ui-lightbox-content {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: white;
    width: 900px;
    height: 600px;
}

.ui-widget-header .ui-inputfield, .ui-widget-content .ui-inputfield {
    font-weight: normal;
    width: 100%;
}

.blue_button_box_4 {
    float: right;
    margin-left: 8px;
    height: 30px;
    margin-top: 0px;
    width: auto;
}

.ui-panel {
    padding: 0;
}

.ui-panel .ui-panel-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0;
}

.ui-widget-content {
    border: 0 none;
    color: #222222;
}

#subtext_h4 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.73em;
}

#j_idt6 {
    padding-left: 20px;
}

.ui-widget-content {
    border: 0 none;
    color: #222222;
}

/*fin_1*/
.ui-autocomplete-panel .ui-autocomplete-list-item {
    border: 0px none;
    cursor: pointer;
    font-weight: normal;
    margin: 1px 0;
    padding: 3px 5px;
    font-size: 0.7em;
    text-align: left;
}

.espaciador {
    height: 63px;
}

.subtext_h4 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.73em;
}

.ui-widget-content a {
    color: white;
    border: 0 none;
    text-decoration: initial;
    text-decoration: inherit;
}

.ui-datatable div.ui-dt-c {
    font-size: 0.65em;
    position: relative;
}

.tableCUN>tbody>tr>td {
    text-align: center;
    vertical-align: middle;
}

.tableCUN>tbody>tr>td>input {
    width: 100% !important;
}

.tableRadicacion>tbody>tr>td {
    text-align: center;
    vertical-align: middle;
}

.tableRadicacion>tbody>tr>td>input {
    width: 100% !important;
}

.tableTipoNumDoc>tbody>tr {
    height: 26px;
}

.tableTipoNumDoc>tbody>tr>td {
    vertical-align: middle;
}

.ui-tooltip-text {
    background-color: white !important;
    color: black !important;
}

.ui-tooltip-arrow {
    border-right-color: white !important;
}

.ui-autocomplete>input {
    width: 100% !important;
}

.ui-widget-overlay {
    background-color: white !important;
    opacity: 0.7 !important;
}

.centered {
    top: 50% !important;
    left: 50% !important;
    margin-top: -51px !important;
    margin-left: -51px !important;
}

label {
    font-size: 1.2em !important;
    color: #333;
    vertical-align: middle;
}

.ui-selectonemenu-panel .ui-selectonemenu-list-item {
    font-size: 1.2em !important;
}

.ui-inputfield {
    font-size: 1.2em !important;
}

.ui-button-text {
    font-size: 1.2em !important;
    color: #333;
}

.ui-messages {
    font-size: 1.2em !important;
}

.ui-autocomplete-item {
    font-size: 13px !important;
}

/*Instructivo de descarga*/
.instructivo_wrapper {
    background-color: #3c64ad;
    border-radius: 10px;
    border: solid #ccc 1px;
    padding: 6px;
    height: 38px;
    color: white;
}

.inferior_instructivo_content_left {
    width: 80%;
    float: left;
}

.inferior_instructivo_content_right {
    width: 20%;
    float: right;
    padding-top: 2px;
}

.text_instructivo_content {
    font-size: 13px !important;
    padding-top: 5px;
    padding-left: 9px;
}

@media ( min-width :576px) {
	.navbar-brand-logo {
		width: 300px;
	}
	.navbar-brand-logo-gob {
		display: inline;
	}
}

@media ( min-width :1300px) {
	.container {
		max-width: 1390px;
	}
}

@media ( min-width :1500px) {
	.container {
		max-width: 1490px;
	}
}

#formConsultaApelaciones{
	
}

.navbar-light {
  background: #fff;
}
