
body{	
		/*width:100%;
		height:100vh; 	*/
		font-size: 13px !important;
		font-family: "Calibri" !important;			   	
    	/*flex-flow: row wrap;     	
	   	background: url("") no-repeat bottom center fixed;
	   	-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;*/
				
	}

.dcp-rep-pregunta-buscar{
	text-align: center;
    color: RGB(0,0,0);
    font-style: oblique;
    font-weight: bold;
    padding-top: 2%;
}

.dcp-rep-pregunta-buscar-padding-top{
	padding-top: 10%;
}
.global_filter
{
    border: 0px solid #444444;
    height: 61px;
    width: 500px;
    color: BLACK;
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 2%;
    margin-top: 0.5%;
    background-size: 100% 100%;
    background: transparent; 
}
.ui.input>input {
	background: transparent;
	/*outline: none;*/
	border: 2px solid rgba(0,0,0,255);
	border-radius: 1rem;
}


#paginatedTable_length{
	display: none;
}

#paginatedTable_filter{
	display: none;
}


#paginatedTable{	
	background-color: Transparent;
	/*background: url("/servicios/javax.faces.resource/dcp/rep/img/cuerpo_pagina.png.xhtml") round;*/
	
}

#idTablaDetalle{
	background-color: Transparent;
	/*background: url("/servicios/javax.faces.resource/dcp/rep/img/cuerpo_pagina.png.xhtml") round;*/
	
}

/*TITULOS AZUL*/
table.dataTable.table thead th, table.dataTable.table thead td {    
    background-color: #2f5391; 
    font-weight: bold;
    color: white;
}

.pagination{
	background-color: Transparent;
}


.ui.pagination.menu .active.item {
    background-color: #2f5391;
    color: WHITE;  
    font-weight: bold;  
}

.ui.pagination.menu {
    background-color: transparent;
}


tr.selected{
	background: rgba(0,0,0,.2)!important;
}

.navbar-default {
    background-color: transparent;
}

.paginatedTableHidden{
	visibility: hidden;
	border: hidden;
    border-collapse: unset;
}

.hidden{
	display: none;
	visibility: hidden;
}

#div_header{
	height: 123px;
	background: url("/servicios/javax.faces.resource/dcp/rep/img/banner_superior.png.xhtml") no-repeat bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#div_body{
	min-height: 75vh;
	background: url("/servicios/javax.faces.resource/dcp/rep/img/cuerpo_pagina.png.xhtml") no-repeat bottom center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



.link_documentos{
	color: #00356e;
	text-decoration: underline;	
}


.ui.selectable.table tbody tr:hover, .ui.table tbody tr td.selectable:hover {
    cursor: pointer;
    text-decoration: underline;
    color: blue;
    background: rgba(0,0,0,.05)!important;
    color: rgba(0,0,0,.95)!important;
}


@media only screen and (min-device-width: 360px) {
  .global_filter{    
	    width: 300px;
	}
	#div_header{
		height: 10vh;
	}
}

@media only screen and (min-device-width: 600px) {
  .global_filter
	{    
	    width: 500px;
	}
	#div_header{
		height: 123px;
	}
}

