
#listado{
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

#busqueda-ed-recientes{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

#refresh{
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    float:right;
}

.myicons{
    float: right !important;
    margin-left: 15px;
    font-size:16px;
}

.fa-refresh:before {
    vertical-align: middle;
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
    margin-top: 8px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.clearfix {
    clear: both;
}

#lista-ed-recientes{
    padding-left: 0;
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-top: 20px;
}

.linea{
    display: inline-block;
    width: 100%;
}

.linea a{
    color: #990033;
	line-height: 1.5;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
	font-size: 16px;
	font-weight: 600;
}

.linea img{
    width: 128px;
    height: 167px;
    float: left;
    margin: 0px 15px 15px 0px;
}

.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 48%;
}

.dept {
    margin-bottom: -2px;
}

#paginacion li.active a {
    background-color: #990033 !important;
    border-color: #990033 !important;
}

@media only screen and (max-width: 993px){
    #lista-ed-recientes {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

.box-title{
    background-color: #ececec;
    padding: 7px;
}

.dtsp-clearAll,
.dtsp-showAll,
.dtsp-collapseAll{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dtsp-pill {
    background-color: white !important;
    color: #ab0909 !important;
    font-weight: 600;
    font-size: 13px !important;
}

#list-ultimo-mes_filter label{
    color: #990033 !important;
}

div.dtsp-topRow div.dtsp-subRow1 input{
    font-size: 1.155em !important;
    border: 1px solid #ccc !important;
    padding-left: 5px !important;
    font-family: 'Quattrocento Sans', sans-serif;
}

.truncate-title{
    display: block;
  /*  white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{
    background-color: #990033 !important;
}


/*new*/

div.dtsp-verticalContainer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
 
div.dtsp-verticalContainer div.dtsp-verticalPanes,
div.dtsp-verticalContainer div.container{
    width: 30%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 0;
}
 
div.dtsp-verticalContainer div.dtsp-verticalPanes{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30%;
}
 
div.dtsp-verticalPanes {
    margin-right: 30px;
}
 
div.dtsp-title {
    margin-right: 0px !important;
    margin-top: 13px !important;
}
 
input.dtsp-search {
    min-width: 0px !important;
    padding-left: 0px !important;
    padding: 3px;
    margin: 0px !important;
}
 
div.dtsp-verticalContainer div.dtsp-verticalPanes div.dtsp-searchPanes{
    flex-direction: column;
    flex-basis: 0px;
}
 
div.dtsp-verticalContainer div.dtsp-verticalPanes div.dtsp-searchPanes div.dtsp-searchPane{
    flex-basis: 0px !important;
}
 
div.dtsp-verticalContainer div.container{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 60%;
}
 
div.dtsp-panesContainer {
   
    border-radius: 6px;
    padding: 5px;
}


h1#s-lg-guide-name {
    color: #000;
    font-size: 1.6em;
    MARGIN-TOP: 25px;
    font-weight: 600;
}


div#cabecera-lg {
	
	padding-right: 20px;
    padding-left: 40px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.dtsp-dataTable {
    max-width: 65%;
	margin-bottom: 180px;
}


@media only screen and (max-width: 1067px) {

	div.dtsp-verticalContainer div.dtsp-verticalPanes {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: 100%;
	}
	
	
	.dtsp-dataTable {
    max-width: 100%;
	}
	
	div.dt-buttons {
		float: none !important;
		text-align: left;
		padding: 0px;
	}
	
	
	
	.box-title {
		font-size: 24px;
	}
}

div.dt-buttons {
    padding: 10px 5px 21px 10px;
	float: right !important;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    padding: 9px;
}

.box-title {
		background-color: white;
		padding: 0px;
		font-size: 28px;
		margin-bottom: 40px;
}
div.dtsp-panesContainer div.dtsp-title {
		float: left;
		padding: 0px !important;
}

div.dtsp-topRow div.dtsp-subRow1 input {
    background: white;
}

div.dtsp-searchPane div.dtsp-topRow button {
    border: 1px solid #ced4da;
    width: 35px;
    height: 34px;
    background-color: #fff;
	color: #000;
}

button:hover, button.dtsp-disabledButton {
    background: #990033;
	color: #fff;
}

button.dtsp-clearAll.dtsp-disabledButton {
	background: #EFEFEF;
	color: #000;
}
table.dataTable.display>tbody>tr.odd>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1 {
    box-shadow: none;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill {
   border: none !important;
}

button.dt-button, div.dt-button, a.dt-button, input.dt-button {
   
    border: 1px solid rgb(0 0 0);
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    background: #fff;
    filter: none;  
}

div.dtsp-panesContainer div.dtsp-title {
    display: none;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 3.25em;
}

table#list-ultimo-mes {
    line-height: 1.2;
}

tr {
    background: whitesmoke;
}

.dataTables_wrapper .dataTables_paginate {
	    margin-top: 1.5em !important;
}
.dataTables_wrapper .dataTables_filter input {
    width: 77%;
}

.fa {
    font-weight: var(--fa-style,600);
}

td.dtr-control.sorting_1 {
	/*margin: 25px 0px 0px;*/
	font-size: 18px;
	font-weight: 600;
	padding-top: 20px !important;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont {
    width: 94% !important;
}

/* Ponemos la tabla en formato vertical */
td, th {
  text-align: left !important;
  display: block !important;
  float: left !important;
  width: 100% !important;
}

thead {
  display: none !important;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: none !important;
}

table.dataTable tbody th, table.dataTable tbody td {
       
        width: 95% !important;
}

table.dataTable th, table.dataTable td {
    box-sizing: border-box;
}

tfoot {
    display: none;
}

.dtsp-titleRow {
    float: left;
}