/*sidebar*/
.main-sidebar {
  height: 100% !important;
}

.two-lines {
  white-space: normal !important;
}

.two-lines a {
  margin-left: 20px !important;
}

.bigger-left-margin a {
  margin-left: 30px !important;
}

.two-lines a i {
  position: absolute;
  left: -8px;
  top: 8px;
}

.bigger-left-margin a i {
  left: -20px !important;
}

.ecolixo-help-header {
  background-color: #004d40 !important;
  color: #fff !important;
}
.ecolixo-help {
  background-color: #009688;
}
.ecolixo-help a:hover,
.ecolixo-help.active a {
  background-color: #00796b !important;
}

/*BREADCRUMBS*/
.last-crumb {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -5px;
}

.content-header > .breadcrumb {
  position: relative;
  margin-bottom: 20px;
  top: 0;
  right: 0;
  float: none;
  background: #d2d6de;
  padding-left: 10px;
}

/*LANGUAGE SELECTOR*/
.lang-flag {
  width: 25px;
  margin-right: 10px;
  margin-top: 0;
  border-radius: 3px;
}

.ecolixo-language-dropdown button {
  border-radius: 0 !important;
  width: 100%;
  margin-bottom: 15px;
  background-color: #fff;
}

.ecolixo-language-dropdown button:hover,
.ecolixo-language-dropdown button:active,
.ecolixo-language-dropdown button:focus {
  background-color: #fff !important;
  box-shadow: none !important;
}

.ecolixo-language-selector {
  width: 100%;
  margin-top: -15px;
  border-radius: 0;
}

.ecolixo-language-selector a {
  line-height: 10px !important;
}

button.espana,
button.galicia,
button.portugal {
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 25px;
}

button.espana {
  background-image: url("../img/flags/espana.png");
}
button.galicia {
  background-image: url("../img/flags/galicia.png");
}
button.portugal {
  background-image: url("../img/flags/portugal.png");
}

/*LOGIN SCREEN*/
.ecolixo-login-logo {
  max-width: 100%;
  margin-bottom: -25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.ecolixo-login-box {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -20px;
}

.btn-ecolixo-enter {
  background-color: #00796b !important;
  border: 1px solid #00796b !important;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-ecolixo-enter:hover,
.btn-ecolixo-enter:active {
  background-color: #4db6ac !important;
  border: 1px solid #4db6ac !important;
  color: #fff;
}

.ecolixo-forgot {
  color: #00796b;
  padding-top: 10px;
  margin-bottom: -20px;
  display: block;
}

.ecolixo-forgot:hover,
.ecolixo-forgot:active,
.ecolixo-forgot:focus {
  color: #4db6ac;
}

.ecolixo-login-box .form-control:focus {
  border-color: #00796b !important;
  box-shadow: none;
}

.login-box-msg {
  color: #0a4e42;
  font-size: 1.2em;
}

.alert-ecolixo-login {
  border-radius: 0;
}

/*MAIN HEADER*/
.ecolixo-logo-lg {
  max-width: 150px;
  max-height: 50px;
}

.ecolixo-logo-sm {
  max-width: 50px;
}

.ecolixo-logout a:hover,
.ecolixo-logout a:active,
.ecolixo-logout a:focus {
  color: #333333 !important;
}

.ecolixo-logout a:hover > i {
  color: #dd4b39 !important;
}

/*ECOLIXO USER-CLIENT-DOCUMENT-REPORT WIDGET*/
.ecolixo-user-widget {
  border: none !important;
}

.ecolixo-user-widget-header {
  padding: 5px 15px;
  text-align: center;
  min-height: 120px;
}

.ecolixo-user-widget-header h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
}

.ecolixo-user-widget-header p {
  margin-bottom: 10px;
  color: #fff !important;
  line-height: 24px;
}

.ecolixo-user-widget-header div {
  margin-bottom: 5px;
}

.ecolixo-role {
  padding: 1px 5px;
  border-radius: 5px;
  color: #fff;
}

div.administrador {
  background-color: #673ab7;
}

div.gestor {
  background-color: #00bcd4;
}

div.tecnico {
  background-color: #4caf50;
}

span.administrador,
span.gestor,
span.tecnico {
  border: 1px solid #fff !important;
}

.ecolixo-options a.ecolixo-edit:hover > i,
.ecolixo-options button.ecolixo-edit:hover > i,
.ecolixo-options a.ecolixo-ver:hover > i {
  color: #00c853;
}

.ecolixo-options button.ecolixo-reset-password:hover > i,
.ecolixo-options a.ecolixo-download:hover > i {
  color: #ff9800;
}

.ecolixo-options a.ecolixo-delete:hover > i {
  color: #d50000;
}

.ecolixo-options button.ecolixo-edit,
.ecolixo-options button.ecolixo-reset-password,
.ecolixo-options button.ecolixo-delete {
  border: none;
  box-shadow: none;
  display: block;
  width: 100%;
  text-align: left;
  background-color: #fff;
  padding: 10px 15px;
  border-left-width: 3px !important;
  border-left-color: transparent;
  border-left-style: solid;
}

.ecolixo-options button.ecolixo-delete:hover,
.ecolixo-options button.ecolixo-delete:active,
.ecolixo-options button.ecolixo-delete:focus {
  /*background-color: #f7f7f7;*/
}

.ecolixo-options button.ecolixo-delete:hover > i {
  color: #d50000;
}

.ecolixo-overlay {
  width: 100%;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.3);
  margin: auto;
  border-radius: 5px;
}

span.usuarios {
  border: 1px solid #fff !important;
  padding: 1px 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #607d8b;
}

.exolixo-premium-star::after {
  content: " ";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 5px;
  right: 5px;
  background-image: url("../img/star.png");
  background-repeat: no-repeat;
  background-size: 20px;
}

.ecolixo-doc-widget-header {
  padding: 5px 15px;
  text-align: center;
  overflow: auto;
}

.ecolixo-doc-widget-header .ecolixo-doc-data {
  float: right;
  color: #fff;
  display: block;
  width: calc(100% - 40px);
}

.ecolixo-documento-1 {
  background-color: #4f8aba;
}

.ecolixo-documento-2 {
  background-color: #795548;
}

.ecolixo-reporte {
  background-color: #657e88;
}

.ecolixo-documento-img {
  width: 40px;
  float: left;
  margin-top: 20px;
}

.doc-description {
  padding: 10px;
  position: relative;
  border-bottom: 1px solid rgba(68, 68, 68, 0.1);
}

.doc-description > p {
  height: 60px;
  overflow: hidden;
}

/*CLIENT SELECTOR*/
.ecolixo-relative {
  position: relative;
}

.ecolixo-hidden {
  display: none !important;
}

a.ecolixo-toggle {
  display: none;
}

.ecolixo-client-selection-toggle {
  background-color: #1565c0;
}

.ecolixo-client-selection-toggle:hover {
  background-color: #0d47a1;
}

.ecolixo-client-selection-toggle a {
  padding: 12px 15px;
  display: block;
  width: 100%;
  overflow: hidden;
}

.ecolixo-client-selection-toggle a i {
  font-size: 0.9em;
  line-height: 1.5em;
  /*display: none;*/
}

.ecolixo-client-selection-toggle a:hover {
  color: #fdfdfd;
}

.ecolixo-client-selection-toggle a:hover > i {
  display: inherit;
}

.ecolixo-client-selector-box {
  width: 300px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 230px;
  top: 0;
  padding: 10px;
}

.ecolixo-client-selector-box select {
  margin-bottom: 10px;
}

.ecolixo-client-selector-box input {
  transition: none;
}

/*ECOLIXO CONTROLS*/
.ecolixo-controls {
  margin: 10px 0;
}

.ecolixo-controls-box {
  /*padding: 10px 15px;*/
}

.ecolixo-link {
  display: inline;
  background: transparent;
  border: none;
}

#client_selector_inline,
#client_selector_inline li,
#client_selector_inline_home,
#client_selector_inline_home li {
  display: inline;
  margin: 0;
}

#client_selector_inline li::before,
#client_selector_inline li::after,
#client_selector_inline_home li::after {
  content: ">\00a0";
  margin: 0;
  color: #a7afbf;
}

#client_selector_inline li::before {
  margin-left: 5px;
}

#client_selector_inline li::after {
  margin-right: 5px;
}

.ecolixo-search {
  width: 200px;
}

.ecolixo-search input {
  border: 1px solid #00796b !important;
  width: 200px !important;
}

.ecolixo-search input:focus {
  border: 1px solid #4db6ac !important;
}

.ecolixo-search i {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  color: #00796b;
  font-size: 15px;
}

/*FORMS GENERAL*/
.submit-buttons {
  text-align: center;
}

.box-ecolixo-form {
  border: none;
}

.ecolixo-col-form {
  width: 500px;
  position: absolute;
  left: calc(50% - 250px);
  top: calc(50% - 200px);
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.btn-ecolixo-file {
  background-color: #607d8b !important;
  border: 1px solid #607d8b;
  color: #fff;
}

.btn-ecolixo-file:hover,
.btn-ecolixo-file:active,
.btn-ecolixo-file:focus {
  background-color: #90a4ae !important;
  border: 1px solid #90a4ae;
  color: #fff;
}

.ecolixo-last {
  margin-bottom: 30px;
}

.ecolixo-checkbox-label {
  display: block;
  margin-bottom: 20px !important;
}

.ecolixo-desc-locale-selector {
  width: 100%;
  height: 20px;
}

.ecolixo-desc-locale-btn {
  display: inline-block;
  width: calc(100% / 3);
  text-align: center;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 5px 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.desc-locale-active {
  border: 1px solid #cccccc;
  border-bottom: none !important;
}

.textarea-locale {
  border-top: none !important;
}

.textarea-focus {
  border-color: #3c8dbc !important;
}

/*ECOLIXO MODAL*/
.ecolixo-modal {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 999;
}

.ecolixo-modal-box {
  width: 500px;
  min-height: 150px;
  position: relative;
  background-color: white;
  border-radius: 5px;
  margin: 90px auto;
}

#popup_pa > .ecolixo-modal-box,
#popup_pv > .ecolixo-modal-box {
  /*top: 100px;*/
}

.ecolixo-modal-header {
  padding: 10px 15px;
  border-bottom: 1px solid #eeeeee;
}

.ecolixo-modal-header h3 {
  padding: 10px 15px;
  margin: 0;
}

.ecolixo-modal-body {
  padding: 10px 15px;
  margin: 15px 0 0;
}

.ecolixo-modal-closer {
  width: 30px;
  height: 30px;
  background-color: #d32f2f;
  color: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
  line-height: 27px;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
}

.ecolixo-modal-closer:hover,
.ecolixo-modal-closer:active,
.ecolixo-modal-closer:focus {
  background-color: #ef5350;
}

#ecolixo-loading {
  text-align: center;
  margin: 20px auto;
}

#ecolixo-loading-1 {
  text-align: center;
  margin-bottom: 20px;
}

#report-desc-content {
  /*margin-top: -15px;*/
}

/*ECOLIXO LOADER*/

.loader {
  display: block;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  top: 0;
  left: 0;
}

.loader i {
  color: white;
  font-size: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
}

/*CUSTOM ERRORS*/
.custom-error-ul {
  display: block;
  width: calc(100% - 30px);
  padding: 20px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: rgba(183, 28, 28, 0.7);
  border: 1px solid #b71c1c;
  border-radius: 5px;
  margin: 0 15px;
  z-index: 999;
}

.custom-error {
  color: #fff;
  list-style: none;
  padding: 10px;
  font-size: 1.2em;
}

.exolixo-dissmiss {
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgba(183, 28, 28, 0.7);
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 0 15px;
}

/*ECOLIXO PA EXTRA INFO WIDGET*/
.ecolixo-pa-extra-widget {
  border-top: none !important;
}

.ecolixo-pa-extra-header {
  text-align: center;
}

.ecolixo-pa-extra-header h1 {
  padding: 5px;
  font-size: 25px;
  margin: 0;
}

.ecolixo-pa-extra-table th {
  padding: 0 !important;
}

.ecolixo-pa-extra-table button {
  display: block;
  padding: 8px;
  color: #333;
  font-weight: lighter;
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: 100%;
  text-align: left;
}

.ecolixo-pa-extra-table .ecolixo-table-last {
  width: 20px;
  text-align: center;
}

.ecolixo-pa-extra-trash:hover {
  color: #d50000;
}

.bg-marron {
  background-color: #795548;
  color: #fff !important;
}

.flujo-icono {
  width: 35px;
}

.flujo-icono img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 2px auto 0 auto;
}

/*TABLE*/
.ecolixo-table-row {
  margin-left: 0;
  margin-right: 0;
}

.ecolixo-table-box {
  border-top: none;
}

.ecolixo-table tbody th {
  font-weight: 400;
}

th.ecolixo-action {
  text-align: center;
}

td.ecolixo-action {
  width: 75px;
  text-align: center;
  padding: 0 !important;
}

.ecolixo-action a {
  color: #333;
  display: block;
  width: 100%;
  padding: 8px;
}

.ecolixo-action button {
  border: none;
  background: transparent;
  padding: 8px;
}

.ecolixo-action a.ecolixo-edit:hover > i {
  color: #00c853;
}

.ecolixo-action a.ecolixo-delete:hover > i,
.ecolixo-action button.ecolixo-delete:hover > i {
  color: #d50000;
}

.ecolixo-show {
  color: #333;
  display: block;
}

.ecolixo-show:hover {
  color: #000;
}

td.ecolixo-pa-tabla-icono {
  width: 90px;
}

img.ecolixo-pa-tabla-icono {
  max-height: 30px;
  margin: -5px -10px;
}

td.ecolixo-pa-tabla-icono {
  text-align: center;
}

#patabla th {
  white-space: nowrap;
}

#patabla th i {
  margin-left: 5px;
}

#patabla th a {
  color: #333;
  cursor: pointer;
}

/*HELPERBAR*/
#ecolixo-helperbar {
  background-color: #d2d6de;
  position: absolute;
  min-height: 100%;
  width: 230px;
  z-index: 0;
  padding: 15px 30px;
}

#ecolixo-helperbar .treeview-menu {
  background-color: #d2d6de;
}

#ecolixo-helperbar .treeview-menu a {
  color: #1e282c;
}

#ecolixo-helperbar .treeview-menu a:hover,
#ecolixo-helperbar .treeview-menu li.active a {
  color: #00796b;
}

.main-helperbar {
  width: calc(100% - 230px);
  margin-left: 230px;
}

.hbm-select {
  margin-bottom: 15px;
}

.hbm-select:last-child {
  margin-bottom: 0;
}

.hbm-first {
  margin-top: 15px;
}

.ecolixo-order {
  margin-top: 15px !important;
}

.sidebar-menu-eco {
  margin-bottom: 15px;
  /*border: 1px solid #1e282c;*/
}

.sidebar-menu-eco .treeview-active a {
  border: none !important;
}

.sidebar-menu-eco .treeview-menu > li > a {
  padding: 5px;
}

.sub-sidebar-menu {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  position: absolute;
}

#pa-search {
  margin-bottom: 15px;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.top-margin {
  margin-top: 15px !important;
}

/*RangeSlider*/
.ecolixo-distance-box {
  background-color: #fff;
  padding: 5px 10px;
  margin-bottom: 15px;
  border: 1px solid #00796b;
}

.margin-top-bottom {
  margin: 30px auto 15px;
}

.ecolixo_flujo_dist_sel {
  display: inline-block;
  width: 23%;
  margin: 0;
  text-align: center;
}

.select_icon {
  width: 50%;
  margin: auto;
  filter: grayscale(0.75);
  filter: opacity(0.25);
  cursor: pointer;
}

.select_icon_active {
  width: 90%;
  filter: grayscale(0);
  filter: opacity(1);
}

.flujo_dist_sel {
  display: none;
}

.type_of_dist_comp {
  display: block;
  width: 100%;
  text-align: center;
  margin: 15px auto 55px;
}

.dist_comp {
  cursor: pointer;
}

.active_dist_comp {
  color: #009688;
  border: 1px solid #009688;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  line-height: 16px;
}

/*Switches*/
.material-switch > input[type="checkbox"] {
  display: none;
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 30px;
}

.material-switch > label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: "";
  height: 10px;
  margin-top: -5px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 30px;
}
.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 16px;
  left: -2px;
  margin-top: -4px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 16px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 15px;
}

.label-no-selectivo {
  background-color: #9e9e9e;
}
.label-envases-ligeros {
  background-color: #ffeb3b;
}
.label-papel-carton {
  background-color: #2196f3;
}
.label-vidrio {
  background-color: #4caf50;
}
.label-organico {
  background-color: #795548;
}

.label-alimentacion {
  background-color: #f59e18;
}
.label-establecimiento {
  background-color: #7985c1;
}
.label-restauracion {
  background-color: #c0ca32;
}
.label-servicios {
  background-color: #55c1f0;
}
.label-talleres {
  background-color: #546f7b;
}

.ecolixo-switches {
  margin-top: 15px;
  margin-bottom: 15px;
}

.ecolixo-switches li {
  border-radius: 0 !important;
  width: 200px;
  border: 1px solid #00796b !important;
}

.helperbar-btn {
  width: 200px;
  margin: 15px auto;
}

.no-margin-top {
  margin-top: 0 !important;
}

.ecolixo-divider {
  width: calc(100% + 30px);
  margin: 0 -15px 15px;
  border-top: 1px dashed #ecf0f5;
}

.ecolixo-select {
  width: 200px;
}

.green-border {
  border: 1px solid #00796b;
}

.green-border:hover,
.green-border:active,
.green-border:focus {
  border: 1px solid #00796b !important;
}

#csv {
  border: 1px solid #00796b;
}

.btn-ecolixo-csv {
  background-color: #00796b !important;
  border: 1px solid #00796b !important;
  color: #fff;
}

.btn-ecolixo-csv:hover,
.btn-ecolixo-csv:active,
.btn-ecolixo-csv:focus {
  background-color: #4db6ac !important;
  border: 1px solid #4db6ac !important;
  color: #fff;
}

.csv-upload-btn {
  width: 200px;
  margin-bottom: 15px;
  margin-left: calc(50% - 100px);
}

.csv-uploader {
  width: 200px;
  margin: auto;
}

/*Vista single de puntos de aportacion*/
.pa-single-table {
  text-align: left;
  table-layout: fixed;
}

.pa-single-table td {
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}

.pa-single-table th {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}

.pa-single-table th img {
  height: 45px;
}

.pa-single-table th:first-child {
  width: 65px;
}

.pa-single-table tr.title {
  background-color: #e0e0e0;
  text-align: left;
  font-weight: bolder;
}

.pa-single-table tr.title td {
  padding: 0 8px;
  border: none;
}

/*MAPS*/
/*single*/
#map_single {
  height: calc(100vh - 230px);
}

#map_feature {
  height: calc(100vh - 172px);
}

#map {
  height: 100%;
  border-radius: 2px;
}

.ecolixo-popup {
  /*width: 500px;*/
  font-size: 1em;
}

.ecolixo-popup .leaflet-popup-content {
  height: 200px;
  overflow: scroll;
}

.ecolixo-popup > .leaflet-popup-content-wrapper {
  border-radius: 3px;
}

.leaflet-control-layers {
  background-color: transparent !important;
  box-shadow: unset !important;
}

.leaflet-control-layers-list {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.leaflet-control-layers-overlays > label > div {
  padding: 5px;
}

.leaflet-control-layers-overlays span {
  color: #fff;
}

.popup-table {
  text-align: left;
  table-layout: fixed;
  word-wrap: break-word;
}

.popup-table th {
  text-transform: uppercase;
  text-align: left;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}

.popup-table th img {
  height: 25px;
}

.popup-table th:first-child {
  width: 65px;
}

.popup-table tr.title {
  background-color: #e0e0e0;
  text-align: left;
  font-weight: bolder;
}

.popup-table tr.title td {
  padding: 0 8px;
  border: none;
}

.short-direccion {
  max-width: 220px;
}

.current-area {
  width: calc(100% - 60px);
  height: 75px;
  margin-left: 35px;
  position: absolute;
  z-index: 999999;
}

#current_area {
  color: #fff !important;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 20px;
}

/*HOME PAGE*/
.box-title {
  font-weight: 700;
}

#ecolixo-home-main {
  float: left;
}

#ecolixo-home-side {
  float: right;
}

.ecolixo-square {
  min-height: 100px;
}

.ecolixo-home-box-title {
  display: inline-block;
  margin-top: 5px !important;
}

.sp-margin-left {
  margin-left: -20px;
}

.comp-margin-left {
  margin-left: 20px;
}

/*CHARTS*/

.chart-resumen {
  font-size: 1.2em;
  margin: 0 auto 30px;
}

.graph_helper_icon {
  width: 50px;
  display: inline-block;
  margin-bottom: 15px;
}

.graph_helper_text {
  display: inline-block;
}

.graph_helper_icon_close {
  margin-right: -40px;
}

.graph_helper_text_close {
  margin-left: 40px;
}

/*CHECHU MODALS AND SINGLE VIEWS*/
.ecolixo-md {
  padding: 15px;
  margin: auto;
}

.md-header {
  width: 100%;
  background-color: #673ab7;
  color: #fff;
  padding: 5px 10px;
}

.md-header-pv {
  background-color: #880e4f !important;
}

.md-header-pe {
  background-color: #1a237e !important;
}

.md-close {
  color: #fff !important;
  margin-top: 1px !important;
}

.md-header h3,
.md-header h4 {
  margin: 0;
  font-weight: 700;
}

.md-ubicacion {
  width: 100%;
  background-color: #fff3e0;
  margin-top: 15px;
  padding: 5px 10px;
  position: relative;
}

.md-ubicacion-pv {
  background-color: #fff8e1 !important;
}

.md-ubicacion-pe {
  background-color: #fffde7 !important;
}

.md-ubicacion h4 {
  color: #546e7a;
  font-weight: 700;
  font-size: 20px;
  margin: 3px auto 12px;
}

.ic-ubicacion-circle {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ic-ubicacion {
  display: block;
  width: 80%;
}

.md-row {
  display: flex;
}

.cont-circle {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont-img {
  display: block;
  width: 80%;
}

.md-ub-direccion {
  width: calc(100% - 130px);
  margin-left: 10px;
}

.md-ub-direccion-line1 {
  border-bottom: 1px solid white;
}

.md-ub-direccion-line1 h5 {
  color: #546e7a;
  font-size: 16px;
  line-height: 14px;
  margin-bottom: 5px;
}

.md-ub-table {
  margin-top: 5px;
  color: #546e7a;
}

.md-ub-table tr {
  height: 25px;
}

.md-ub-table strong {
  margin-right: 10px;
}

.md-caracteristicas {
  width: 100%;
  background-color: #e0f7fa;
  margin-top: 15px;
  padding: 5px 10px;
}

.md-caracteristicas-pv {
  background-color: #e0f2f1 !important;
}

.md-caracteristicas-pe {
  background-color: #e1f5fe !important;
}

.md-caracteristicas h4 {
  color: #546e7a;
  font-weight: 700;
  font-size: 20px;
  margin: 3px auto 12px;
}

.md-car-row {
  width: 100%;
  display: flex;
}

.md-car-fourth {
  width: 25%;
}

.md-car-circle {
  width: 75px;
  height: 75px;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.md-car-circle img {
  width: 50%;
}

.md-car-bigger {
  width: 80% !important;
}

.md-car-desc {
  text-align: center;
  font-size: 16px;
  color: #546e7a;
  margin: 5px auto;
}

.md-detalles {
  width: 100%;
  background-color: #e8f5e9;
  margin-top: 15px;
  padding: 5px 10px;
}

.md-detalles-pv {
  background-color: #ffebee !important;
}

.md-detalles-pe {
  background-color: #ede7f6 !important;
}

.md-detalles h4 {
  color: #546e7a;
  font-weight: 700;
  font-size: 20px;
  margin: 3px auto 12px;
}

.md-det-row {
  width: 100%;
  display: flex;
  padding: 5px 10px 10px;
}

.md-det-third {
  width: 33.3333%;
  height: 40px;
  background-color: #fff;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.md-det-two-thirds {
  width: 66.6666%;
  height: 40px;
  background-color: #fff;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.md-det-third:last-child {
  margin-right: 0;
}

.md-det-half {
  width: 50%;
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.md-det-whole {
  width: 100%;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.md-det-half:first-child {
  margin-right: 15px;
}

.md-det-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.md-det-text h3 {
  font-size: 25px;
  color: #546e7a;
  margin: 0;
  margin-right: 5px;
}

super {
  font-size: 15px;
  position: absolute;
}

.md-det-persona {
  height: 65%;
}

.md-det-contenedor {
  height: 100%;
}

.md-det-casa {
  height: 80%;
}

.md-det-titulo {
  width: 60%;
  padding: 10px 15px;
}

.md-det-pv {
  padding: 10px 15px;
}

.md-det-titulo p {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  color: #546e7a;
}

.md-det-pv p {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  color: #546e7a;
}

.md-det-dato {
  width: 40%;
  padding: 10px 15px;
}

.md-det-dato p {
  margin: 0;
  font-size: 34px;
  line-height: 20px;
  color: #546e7a;
  text-align: center;
}

/*DATEPICKER*/
/*#calendar-container,
#calendar-container-e {
    margin-top: -18px;
}

#calendar-container div,
#calendar-container-e div {
    display: block;
    position: static;
    width: 100%;
    border-radius: 0;
    border-color: #3c8dbc !important;
    background-color: #EEEEEE;
}

#calendar-container div *,
#calendar-container-e div * {
    border: none !important;
}

#calendar-container div table,
#calendar-container-e div table {
    width: 100%
}

#calendar-container div table .active,
#calendar-container-e div table .active {
    background-image: none !important;
    background-color: #00796B !important;
    border-radius: 0 !important;
}

#calendar-container .datepicker-dropdown.datepicker-orient-left::after,
#calendar-container .datepicker-dropdown.datepicker-orient-left::before,
#calendar-container .datepicker-dropdown.datepicker-orient-right::after,
#calendar-container .datepicker-dropdown.datepicker-orient-right::before,
#calendar-container .datepicker-dropdown.datepicker-orient-top::after,
#calendar-container .datepicker-dropdown.datepicker-orient-top::before,
#calendar-container .datepicker-dropdown.datepicker-orient-bottom::after,
#calendar-container .datepicker-dropdown.datepicker-orient-bottom::before,
#calendar-container-e .datepicker-dropdown.datepicker-orient-left::after,
#calendar-container-e .datepicker-dropdown.datepicker-orient-left::before,
#calendar-container-e .datepicker-dropdown.datepicker-orient-right::after,
#calendar-container-e .datepicker-dropdown.datepicker-orient-right::before,
#calendar-container-e .datepicker-dropdown.datepicker-orient-top::after,
#calendar-container-e .datepicker-dropdown.datepicker-orient-top::before,
#calendar-container-e .datepicker-dropdown.datepicker-orient-bottom::after,
#calendar-container-e .datepicker-dropdown.datepicker-orient-bottom::before {
    display: none !important;
}*/

/*FAQ*/

.panel-default > .panel-heading {
  background-color: #fff !important;
}

.eco-faq-img {
  width: 100%;
}

.ecolixo-ask p {
  font-size: 25px;
  text-align: center;
}

.ecolixo-ask input[type="submit"] {
  margin: 15px auto;
}

#infografias img {
  max-width: 100%;
}

/*MEDIA QUERIES*/

@media (min-width: 1490px) {
  #pa_info {
    width: 600px;
  }
  #map_single {
    width: calc(100% - 600px);
  }
}

@media (max-width: 991px) {
  #pa_info .ecolixo-md {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 15px;
  }
}

@media (max-width: 990px) {
  #ecolixo-home-main {
    float: none;
  }
  #ecolixo-home-side {
    float: none;
  }
  section.content {
    margin-top: 0;
  }
  #ecolixo-helperbar {
    position: static;
    width: 100%;
  }
  .main-helperbar {
    width: 100%;
    margin-left: 0;
  }
  .ecolixo-switches {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .ecolixo-switches li {
    width: 100%;
  }
  .ecolixo-search {
    width: 100%;
    margin-right: 8px;
  }
  .ecolixo-search input {
    width: 100% !important;
  }
  .ecolixo-select {
    width: 100%;
    margin-right: 8px;
  }
  .ecolixo-select select {
    width: 100%;
    margin-top: 0;
  }
  .helperbar-btn {
    width: 100%;
  }
  .helperbar-btn-submit {
    margin-bottom: 0;
  }
  .csv-uploader,
  .csv-upload-btn {
    width: 100%;
  }
  .csv-upload-btn {
    margin-left: 0;
  }
  #map_single,
  #map_feature {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .skin-black .main-header > .logo {
    background-color: #fff !important;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  }
  a.ecolixo-toggle {
    display: block;
  }
  .ecolixo-client-selector-box {
    width: 230px !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    position: fixed !important;
    left: 0 !important;
    top: 144px !important;
    padding: 10px !important;
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5) !important;
    z-index: 9999 !important;
  }
  .ecolixo-modal-box {
    width: 90%;
    left: 5%;
    top: calc(50% - 200px);
  }
  .ecolixo-switches,
  .ecolixo-search,
  .ecolixo-select {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .ecolixo-switches {
    margin-bottom: 15px;
  }
}

@media (max-width: 560px) {
  .wrap-faster {
    flex-flow: row wrap;
  }
}

@media (max-width: 400px) {
  .ic-ubicacion-circle,
  .md-row,
  .md-car-row,
  .md-car-circle,
  .md-det-row,
  .md-det-third,
  .md-det-half,
  .md-det-whole {
    flex-flow: row wrap;
  }
  .md-car-fourth {
    width: 50% !important;
  }
  .cont-circle {
    margin: auto;
  }
  .md-ub-direccion {
    width: 100%;
  }
  .md-ub-direccion-line1 {
    text-align: center;
    margin-top: 15px;
  }
  .md-det-third {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .md-det-third:last-child {
    margin-bottom: 0;
  }
  .md-det-half:first-child {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .md-det-half {
    width: 100%;
  }
}
