body.page-template-page-ubicaciones{
	background-color: #fff;
	margin-top:-50px !important;
}
.page-template-page-ubicaciones header{
    margin-top:50px;
}
.ubicaciones .filters{
    /*display:none;*/
}
.ubicaciones .filtros{
	background-color:#F3F5F7;
	width:80px;
	text-align:center;
	line-height:32px;
	font-weight:bold;
	margin-bottom:4px;
	heigth:36px;
	cursor:pointer;
}

.activo::after {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}

.inactivo::after {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.ubicaciones #div_contenedor{
	background-color:#F3F5F7;
	min-height:500px;
	width:100%;
	margin-bottom:150px;
}
.ubicaciones #ubicaciones{
	padding-top: 300px;	
	display:block;
}

.ubicaciones .container #div_contenedor{
	padding:50px;
}

.ubicaciones .container #div_contenedor tr{
	background-color:#fff;
}

.ubicaciones .container #div_contenedor table {
  border-collapse:separate; 
  border-spacing: 0 1em;
}

.ubicaciones .container #div_contenedor thead tr {
	background-color:#E3201B;
}

.ubicaciones .container #div_contenedor tr td{
    padding-left: 20px;
	padding-right: 20px;
	color: #858585;
	font-size:13px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	
}

.ubicaciones .container .drop-filtros{
	width:100%
}
.ubicaciones .container .drop-filtros select{
    width:315px;
	background-color: transparent;
	border:none;
	border-bottom: 2px solid #e3201b;
	font-weight: bold;
	color: #858585;
}
.ubicaciones .container #div_contenedor tr td input{
    background-color:#B6B6B6;
	color: #fff;
	font-size:13px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	width: 150px;
}
.ubicaciones .container #div_contenedor #div_interno tr th:nth-child(3) { width:140px; }
.ubicaciones .container #div_contenedor #div_interno tr th:first-child { border-top-left-radius: 10px; }
.ubicaciones .container #div_contenedor #div_interno tr th:first-child { border-bottom-left-radius: 10px; }
.ubicaciones .container #div_contenedor #div_interno tr th:last-child { border-top-right-radius: 10px; }
.ubicaciones .container #div_contenedor #div_interno tr th:last-child { border-bottom-right-radius: 10px; }

.ubicaciones .container #div_contenedor #div_interno tr td:first-child { border-top-left-radius: 10px; }
.ubicaciones .container #div_contenedor #div_interno tr td:first-child { border-bottom-left-radius: 10px; }
.ubicaciones .container #div_contenedor #div_interno tr td:last-child { border-top-right-radius: 10px; }
.ubicaciones .container #div_contenedor #div_interno tr td:last-child { border-bottom-right-radius: 10px; }



.ubicaciones .container #div_contenedor thead th{
	color: #fff;
	padding-left: 20px;
	height:50px;
}
.ubicaciones .container #div_contenedor tbody {
    border-collapse: separate;
    border-spacing: 4px;
	width:100%;
}

.filter{
	margin:25px 0px;
	margin-bottom:40px;
}

#div_interno_contenedor .datagrid-page{
	font-weight:bold;
	color: #fff;
	background-color: #B6B6B6;
	margin:0 2px;
	width:20px;
	text-align:center;
	display: block;
    float: left;
	cursor: pointer;
}
#div-total{
	color: #858585;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

@media (min-width: 1920px){
	.container {
	    max-width: 1860px;
	}
}
@media (min-width: 1600px){
	.container {
	    max-width: 1540px;
	}
}
@media (min-width: 1400px){
	.container {
	    max-width: 1340px;
	}
}