body{
    background-color: white;
}
header{
    background-color: #212529!important;
	width: 100%;
	display: inline-block;
    max-height: 73px;
}

header span{
	font-size: 35px;
	padding-top: 10px;
	display: block;
}

table{
	font-family: Arial;
	/*text-transform: uppercase;*/
}

.tablecontainer{
    overflow-x: auto;
}

.tablecontainer thead{
    color: #464a4c;
    background-color: #eceeef;
}

select{
	width: 100px;
    color: #4b4b4b;
}

thead>tr>th {
    text-align: left!important;
    border: 1px solid #ccc;
}
tbody>tr>td{
   /* border: 1px solid #ccc;*/
}
tfoot>tr>td{
     border: none!important;
}

h1{
    background-color: #F0F0F0;
    border-radius: 5px;
    padding: 5px 10px;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    font-size: 25px;
    color: #1E90FF;
}
h3 button{
    margin-left: 10px;
}
.roweqheight{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.marginbottom{
    margin-bottom: 10px;
}
.main{
    padding-top: 73px;
}

.footer{
    height: 50px;
}

.volver{
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #3097A6;
}

.riframe{
    width: 100%;
    height: 1900px;
    overflow: hidden;
    border: none;
}

.row.home{
    /*width: 55%; */
    margin: 0 auto;
}

.row.home ul li{
    margin: 5px;
    display: inline-table;
    width: 32%;
}

#map { 
    /*margin-top: 10px;*/
    width: 100%;
    height: 580px;
}

.bootstrap-select{
    width: 100%!important;
    padding-left: 0!important;
}

.mfiltros{
    margin-top: 25px;
}

.mfiltros .submit{
    margin-top: 15px;
}

.mfiltros label{
    margin-top: 15px;
}

.legend {
    line-height: 18px;
    color: #555;
    background: white;
    padding: 10px;
    border-radius: 5px;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.botonfiltros .fa-plus, .botonfiltros .fa-minus {
    position: absolute;
    top: 27px;
    left: 230px;
    font-size: 18px;
}
.panelfiltros{
	display: none;
}
.botonfiltros h3{
	width: 225px;
    display: inline-block;
}

.filtros{
	display: none;
}
.filtros .submit {
    float: left;
    margin-top: 10px;
}

.filtros label {
    padding-top: 5px;
}
.filtro h5, .filtro span{
    margin-top: 0;
    font-weight: 600;
}

.filtro label{
    font-weight: 300;
}

.filtro input{
    text-align: left!important;
    padding-left: 5px;
}

.filtro .alert{
    padding: 5px 10px;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0;
}

#submit i, #submit-mapa i, .export i, .exportDatos i, .exportDatosCsv i, .exportMenores i{
    font-size: 19px;
    margin: 0px 0 0 5px;
}

.export, .exportDatos, .exportDatosCsv, .exportMenores{
    margin-bottom: 11px;
}

#table {
    width: 100%!important;
    margin-bottom: -5px!important;
}

.panel-default {
    margin-top: 75px;
}
.flex{
    display: flex;
    flex-direction: row-reverse;
    z-index: 9999;
}
.flex-left{
    display: flex;
    margin-top: 15px;
    margin-bottom: 10px;
}
.user {
    font-size: 15px;
    padding: 12px;
    border-radius: 21px;
    background-color: #4c4a4a;
    margin-top: 12px;
    width: auto;
    color: #fff;
    margin-left: 12px;
}
.admin{
    font-size: 15px;
    padding: 12px;
    background-color: #3097A6;
    margin-top: 12px;
    width: auto;
    z-index: 99;
    color: #fff;
}
.admin:hover{
    text-decoration: underline;
}
header a:focus{
    text-decoration: none;
    color: #FFFFFF;
}

.userpanel{
	display: none;
}
.userpanel a{
	color: #fff;
}
.userpanel a:hover{
    text-decoration: underline;
}
.fa-chevron-up, .fa-chevron-down{
    padding-left: 5px;
}
.form-control{
	width: 100%!important;
	/*height: auto;*/
}

#table_processing{
    opacity:0.4;
    background-color:#A7A7A7;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    display: none;
    margin:0;
    padding: 0;
    z-index: 1000;
}
#table_processing2{
    opacity: 0.6;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
}
.mapcontainer {
    position: relative;
}
.mapcontainer button{
    position: absolute;
    z-index: 999;
    left: 55px;
    top: 11px;
}
#map_processing {
    opacity: 0.4;
    background-color: #FFF;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}
#map .info.legend h5{
    margin-bottom: 0px;
    font-weight: 400;
}

.relative{
    position: relative;
}

#table_processing i, #map_processing i, #table_processing2 i{
    left: 50%;
    position: absolute;
    top: 50%;
    font-size: 100px;
    margin-left: -50px;
    margin-top: -50px;
    color: #000;
}

.active{
	background-color: #ccc !important;
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: #B4B4B4!important;
}

#zona, #seccion, #subseccion, #circuito{
    background-color: #E0E0E0!important;
}

#zona a:hover, #seccion a:hover, #subseccion a:hover, #circuito a:hover{
    background-color: #BDBDBD!important;
}

#zona a.active, #seccion a.active, #subseccion a.active, #circuito a.active{
    background-color: #BDBDBD!important;
}

#tags, #subtags{
    background-color: #CFD8DC!important;
}

#tags a:hover, #subtags a:hover{
    background-color: #B0BEC5!important;
}

#tags a.active, #subtags a.active{
    background-color: #B0BEC5!important;
}

.nav small{
    display: block;
}

.fa-refresh {
    font-size: 75px !important;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-left: -34px;
    left: 50%;
}
/*.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #E6EDF2;
}*/
.table-hover>tbody>tr:hover {
    background-color: #E0E0E0;
}
#table_wrapper {
    margin-top: 25px;
}

.fixed-table-body {
  overflow-x: visible!important; 
  overflow-y: visible!important; 
}

.dataTables_length{
	width: 340px;
	float: left;
}

.dataTables_info{
	float: left;
}

#table_filter{
	display: flex;
padding-right: 52px;
}
.btn-group {
	padding-left: 15px;
	margin-top: -3px;
}

.dataTables_filter {
    float: right;
}

thead>tr>th {
	padding: 8px!important;
}
.container{
	padding-bottom: 0px;
}

.navbar-collapse {
    padding:0;
}

.nav-justified li a{
    padding-top: 14px;
    padding-bottom: 14px;
    color: #777;
}

.navbar{
	border: none;
	border-radius: none;
}

 /*.nav li{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}*/

.collapse li a span, .home li a span{
	width: 100%;
    display: block;
    font-size: 50px;
}

.collapse span.total{
   	font-size: 25px;
	color: #3097D1;
	font-family: arial;
	font-weight: bold;
}


.collapsing li a span {
    font-size: 25px;
    display: inline;
    padding-right: 15px;
}

.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

/* cultura */
#tabletotales{
    margin-bottom: 0px;
}

#filtros{
    background-color: #37474F;
    /*height: 100%;*/
    /*min-height: 100%;*/
   
}

.filtro{
    border-radius: 5px;
    padding: 10px;
    background-color: #4A5F6A;
    margin-bottom: 15px;
}

.filterRow{
    max-height: 300px;
}

.filtercontent{
    padding: 0;
    color: white;
    height: 100%
}

.sidebar {
   /* position: fixed;
    top: 73px;
    bottom: 0;
    left: 0;
    z-index: 1000;*/
    padding-top: 10px;
    /*overflow-y: auto;*/
    /*height: 100%;*/
    bottom: 0;
    top: 73px;
}
.sidebar_no_top {
    top: 0;
}

.inline button {
    padding: 7px 12px;
    margin: 0 10px 0 0;
}

.inline{
    display: inline-block;
}
.inline h1{
    margin: 0;
}

.chosen-search input{
    color:#555;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    min-height: 73px;
}

.fixed{
    position: fixed;
    overflow-y: auto;
    max-height: 100%;
    padding-bottom: 75px;
}
/* fin cultura */

/* Custom chart CSS */

.chartborder{
    border-style: dashed;
    border-color: #ccc;
    border-width: 2px;
    padding: 10px;
    margin-bottom: 10px;
  /*  margin-bottom|in-top: 10px;*/
    text-align: center;
    background-color: #F5F5F5;
    position: relative;
    min-height: 65px;
}
.chartborder .titulo{
    font-weight: 600;
    margin-bottom: 5px;
}
.chartborder span {
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0.6;
}

.chartright{
    width: 400px;
}

.chartleft{
    width: 500px;
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
  /*  padding-bottom: 100%;*/ /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}
.svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 100%;
    height: 100%;
}

#datosbyregister .fila{
    padding-bottom: 2px;
}
#datosbyregister .dato, .registro{
    display: inline-block;
}
#datosbyregister .dato{
    width: 20%;
}
#datosbyregister .registro{
    width: 80%;
}
#datosbyregister .rowdatos, .rowdatosresto{
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    color: #FFF;
    font-family: "Arial";
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}
#datosbyregister .rowdatos{
    background-color: #FF6384;
   /* border: 1px solid #c0392b;*/
}
#datosbyregister .rowdatosresto{
    background-color: #339AE0;
   /* border: 1px solid #fff;*/
}
#datosbyregister h4{
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.ui-tooltip, .arrow:after {
    background-color: rgba(0,0,0,0.8)!important;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white!important;
    border-radius: 20px;
    border:none!important;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 50px;
        top: -13px;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

#intereses{
    min-height: 173px;
}

.interes-item, .interes-sizer {
    margin: 1px;
    width: 32%;
}
.interes-item{
    background-color: aquamarine;
    padding: 5px 10px;
    border-radius: 3px;
    border-color: cadetblue;
    border-style: solid;
    border-width: 1px;
}
.treebar-tooltip{
    background-color: rgba(0,0,0,.8);
    padding: 3px 6px;
    border-radius: 4px;
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}
rect {
    stroke: white;
    stroke-width: 1;
}

.totales .total{
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #339AE0;
}
.totales .total.chico{
    font-size: 25px;
}
/* Fin Custom Chart */

/** bootstrap **/
.btn-danger.active, .btn-danger:active {
    background-color: #c12e2a!important;
    border-color: #b92c28;
}

.btn-success.active, .btn-success:active {
    background-color: #419641!important;
    border-color: #3e8f3e;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.btn-danger.dropdown-toggle.focus, .open>.btn-danger.dropdown-toggle:focus, .open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #78341a!important;
    border-color: #411c0e;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439!important;
    border-color: #255625;
}

.btn-group {
    padding-left: 0;
    margin-top: -3px;
}
/** fin bootstrap  **/

.iconcircuito, .iconcomuna, .iconbarrio, .iconpartidoc1{
    color: #2C2C2C;
    font-weight: 600;
}
.iconpartidoc1 span{
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    margin-left: -18px;
}
.iconcomuna span {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    margin-left: -18px;
}

.iconbarrio span {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    margin-left: -18px;
}

.filters{
    display: flex;
}
.filters-tags{
    margin-left: 5px;
}
.filters-tittle {
    padding-top: 4px;
}
.chip {
    display: inline-block;
    height: 30px;
    font-size: 13px;
    font-weight: 600;
    color: white;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 15px;
    background-color: #2D2D2D;
    margin-bottom: 10px;
    margin-right: 5px;
}
.chip .close-chip {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px;
}

.grid{
    margin-bottom: 10px;
}

@media (min-width: 767px) { 
	.navbar{
		display: none;
	}
}

@media (max-width: 767px) { 
    .collapse li a span {
        font-size: 25px;
        display: inline;
        padding-right: 15px;
    }
    .collapse span.total{
        padding-left: 15px;
    }
    small{
        display: inline-block!important;
    }
    div.dt-buttons {
        float: left;
        width: 100%; 
        text-align: left!important;
    }
    .dataTables_length {
        width: 100%;
        float: left;
        text-align: left!important;
    }
    .btn-group {
        padding-left: 0;
        margin-top: 0;
    }
    .navbar {
        /*margin-top: -53px;*/
        margin-bottom: 0;
        background-color: transparent;
    }

    .row.home {
        width: 100%;
    }
    .container {
        width: 100%; 
    }
    .dataTables_info {
        float: none;
        text-align: left!important;
    }
    div.dataTables_paginate {
        text-align: left!important;
        margin-top: 5px!important;
    }

    .sidebar {
       /* position: inherit; */
        top: 0; 
        bottom: 0; 
        left: 0; 
        z-index: 1000;
        padding-top: 10px;
        padding-bottom: 25px;
        overflow-y: auto;
    }
}

@media  (max-width: 768px){
    .fixed{
        position: inherit;
        overflow-y: inherit;
        max-height: inherit;

    }
}
@media (max-width: 990px) { 
    #table_filter {
        width: 100%;
    }

}

@media (max-width: 480px) { 
    .row.home ul li {
        width: 100%;
    }
}

@media (max-width: 400px) { 
    .user {
        width: 100%;
        position: static;
    }
    .fa-chevron-up, .fa-chevron-down {
        margin-top: 4px;
        float: right;
    }
    .sidebar {
        position: inherit;
        padding-top: 65px;
    }
    .main {
        padding-top: 133px;
    }
}

@media (orientation: portrait) and (min-width: 810px){
    /*.portrait{
        width: 100%;
    }*/
    .col-xs-12{
        width: 100%;
    }
    .roweqheight{
        display: block;
    }
    .sidebar button{
        margin-bottom: 0;
    }
    /*div[class^='col-'], div[class*='col-']{
        width: 100%;
    }*/
}


/* extendindg bootstrap */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-17 {
    width: 14.25%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
    .col-sm-17 {
        width: 14.25%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
    .col-md-17 {
        width: 14.25%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    .col-lg-17 {
        width: 14.25%;
        float: left;
    }
}