.titulo-detalle{
	color: #313131;
	font-family: Rubik,sans-serif;
	padding: 0px 20px;
	font-weight: 300;
	font-size: 24px;
	line-height: 24px;
	vertical-align: text-top;
}
#list-reportes{
	max-height: calc(100vh - 448px);
	overflow-y: auto;
	scrollbar-width: thin;
}
#detail-reporte .card-box{
	padding-top: 0px;
}
#detail-reporte .viewer{
	max-height: calc(100vh - 379px);
	overflow-y: auto;
	scrollbar-width: thin;
}
#list-reportes ul{
	padding: 0px;
}
#list-reportes ul, #list-reportes ul li{
	list-style: none;
}
#list-reportes ul li{
	margin-bottom: 10px;
	overflow-wrap: anywhere;
}
#list-reportes ul li.active{
	box-shadow: 0 0px 19px -8px rgb(0 0 0 / 50%);
	border: 1px solid #e0dddd;
}
.linea-transparencia{
	padding-bottom: 0px;
}
.linea-transparencia .box.box-primary{
	padding-bottom: 0px;
}
.linea-transparencia .table-footer{
	padding-bottom: 0px;
}
.linea-transparencia .card-box{
	margin-bottom: 0px;
	min-height: auto;
}
.box-header-tools select, .box-header-tools input{
	max-width: 180px;
	display: inline-block;
	background-color: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 4px;
    box-shadow: none;
    color: #565656;
}
.box-header-tools select{
	width: auto;
}
#empresa:focus, #tipo_reporte:focus, #text_search:focus{
	border: 1px solid #666;
	color: #333;
}
.filters-group{
	display:inline-block;
}
.viewer .data-row{
	padding: 5px 0px;
	display: flex;
}
.viewer .data-row:first-child{
	padding-bottom: 10px;
}
.viewer .data-row:nth-child(even){
	background-color: #f7fafc;
}
.label-outline-info{
	background-color: #fff;
    border: 1px solid #1e88e5;
    color: #1e88e5;
}
.label-amarillo{
	background-color: #F8B201;
    border: 1px solid #F8B201;
    color: #000;
}
.label-ocre{
	background-color: #F8B201;
    border: 1px solid #F8B201;
    color: #000;
}
.label-ejecucion{
	background-color: #1e88e5;
    border: 1px solid #1e88e5;
    color: #000;
}
.label-resuelto{
	background-color: #4caf50;
    border: 1px solid #4caf50;
    color: #000;
}
.viewer .data-row .form-horizontal .form-group {
    margin: 0px;
}
.viewer .data-row select.form-control{
	width: auto; display: inline-block;
}
.tag{
	background-color: rgb(250,185,0);
	color: #fff;
	padding: 0px 5px 0 10px;
	font-style: normal;
	display: inline-block;
	border-radius: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.tag a{
	color: #fff;
    border-radius: 19px;
    background-color: rgb(221, 162, 0);
    display: inline-block;
    font-size: 10px;
    line-height: 17px;
    width: 17px;
    height: 17px;
    text-align: center;
    vertical-align: middle;
}
#cont-responsable, #cont-acceso, #cont-visor{
	display: inline-block;
}
.label-info a{
    color: rgba(255,255,255,0.7);
}
.table-responsive .label {
    line-height: 15px;
    display: inline-block;
    white-space: normal;
}
#elfinder{
	margin:20px;
	min-height: calc(100vh - 240px);
}
.col-auto{
    float: left;
    width: auto;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 0px;
}
.col-auto:first-child{
	padding-left: 5px;
	padding-right: 0px;
}
.text-truncate{
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lista-casos-corte, .lista-casos-cierre{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: calc(100vh - 400px);
	min-height: 300px;
	overflow-y: auto;
	border: 1px solid #e3f2fc;
	border-radius: 5px;
	scrollbar-width: thin;
}
.lista-casos-corte li, .lista-casos-cierre li{
	margin: 5px;
	padding: 7px 12px;
	border-radius: 5px;
	background-color: #f4f4f4;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#casos-porcerrar-excluir{
	height: calc(100vh - 550px);
}
.b-raduis-10{
	border-radius: 10px;
}
.editing{
	border: 1px solid #ccc;
	padding:10px;
	background-color: #fff;
}