.el-form-pqr
  .el-form-item.is-no-asterisk
  > .el-form-item__content
  > .el-form-item__error {
  font-family: 'Montserrat', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  color: #c63d2f;
  margin-top: -0.25rem;
  padding: 10px;
}

.el-upload-pqr > .el-upload__tip {
  margin-top: -20px;
}

.el-upload-pqr > .el-upload {
  width: 100%; /* Hacer que ocupe todo el ancho disponible */
}

.el-upload-pqr > .el-upload > .el-upload-dragger {
  width: auto; /* Permitir que el ancho se ajuste al contenido */
}

/*********************Autofill input style***********************/
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #8bb35227 inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: #000000 !important;
}

input[readonly] {
  cursor: pointer !important;
}
/*****************************************************************/

.text-danger.invalid-feedback {
  word-break: auto-phrase;
}

.resp-del-sensors-sync {
  font-size: 14px;
  text-align: justify;
  margin-top: 12px;
  padding-left: 60px;
  line-height: 20px;
}

.remember-text label {
  font-size: 14px !important;
}

.break-word {
  word-break: break-word;
}

.padbtn {
  padding-left: 15px !important;
}

.fs-13-label .has-label label,
.fs-13-label label {
  font-size: 13px !important;
}

.subject-calification {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
}

.swal2-container {
  z-index: 2400 !important;
}

.dismiss-height .el-input input {
  height: 33px !important;
  margin-bottom: 3px !important;
}

.el-notification {
  width: 350px !important;
}

.el-notification__content {
  word-break: break-all !important;
}

.el-notification {
  border-top: 2px solid #8f969c !important;
}

.el-select-dropdown__item.selected-all:first-child {
  border: 1px solid #ccc;
  margin-left: 20px;
  width: calc(100% - 39px);
  margin-bottom: 10px;
  display: inline-flex;
  background: #f9f9f9;
  margin-top: 5px;
}

/* .el-select-dropdown__item.selected-all:nth-child(2) {
  border: 1px solid #ccc;
  margin-right: 22px;
  width: 46%;
  margin-bottom: 10px;
  display: inline-flex;
  background: #f9f9f9;
  margin-left: 2px;
} */

.align-center-cell-flex {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.white-space-nowrap {
  white-space: nowrap;
}

.custom-collapse-item > div:first-child {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccca6;
  background-color: #8888880a;
}

.custom-collapse-item > div > div.el-collapse-item__header {
  padding-left: 10px;
  padding-right: 10px;
  color: #606266;
}

.custom-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.body-info-table > p.d-flex:last-child {
  border-bottom: 0px !important;
}

.fs-12 {
  font-size: 12px;
}

.size-cell {
  font-size: 13.5px;
  height: 40px;
}

.my-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-custom-td-style {
  height: 55px;
  margin: 0px;
  width: 100%;
}

.cusmtom-thead-color {
  color: white !important;
  background-color: #888888 !important;
  border-color: #888888 !important;
}

.custom-header-label {
  color: white !important;
  font-size: 14px !important;
  font-weight: bolder !important;
  text-transform: capitalize !important;
}

.col-text-ellipsis {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-custom-group > label {
  font-size: 15px;
}

.sticky-button {
  position: sticky;
  top: 0;
  margin-left: -20px !important;
  margin-right: -20px !important;
  z-index: 99;
  background: white;
  padding-top: 20px;
}

.sticky-button-without-mx {
  position: sticky;
  top: 0;
  z-index: 99;
  background: white;
  padding-top: 20px;
}

.el-dialog-img-zoom > .el-dialog > .el-dialog__header {
  display: none !important;
}

.el-dialog-img-zoom > .el-dialog > .el-dialog__body {
  padding: 3px !important;
}

.custom-bullet-caret > a::after {
  position: absolute;
  right: 30px;
  margin-top: 13px;
}

tspan {
  font-family: 'Montserrat', 'Lucida Grande', 'Lucida Sans Unicode', Arial,
    Helvetica, sans-serif;
  font-size: 12px;
}

.pointer {
  cursor: pointer;
}

.custom-shadow-card-header,
.custom-shadow-card-header .card-header {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1) !important;
}

.custom-shadow-card-header .card-header h5 {
  margin-bottom: 0;
  padding-left: 5px;
}

.custom-shadow-card-header,
.custom-shadow-card-header .card-header {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1) !important;
}

.bg-color-smart-one {
  background-color: #39653b !important;
}
.bg-color-smart-two {
  background-color: #4f8949 !important;
}
.bg-color-smart-three {
  background-color: #6ba652 !important;
}
.bg-color-smart-four {
  background-color: #8bb352 !important;
}

.img-fluid {
  max-width: 90% !important;
}

text.highcharts-credits {
  display: none !important;
}

.btn-login {
  position: absolute;
  bottom: 36%;
  right: 30px;
}

.is-invalid input {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.1875rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.el-popover {
  position: absolute;
  background: #fff;
  min-width: 150px;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  padding: 12px;
  z-index: 2000;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  word-break: break-all;
}

.custom-icon-size {
  color: #4f8949 !important;
}

.custom-icon-size > i,
.custom-icon-size > em {
  font-size: large !important;
  padding-left: 10px !important;
}

.el-popconfirm__action > el-button--primary:focus,
.el-popconfirm__action > .el-button--primary:hover {
  background: #4f8949cf !important;
  border-color: #4f8949cf !important;
}

.el-popconfirm__action > .el-button--primary {
  background-color: #4f8949 !important;
  border-color: #4f8949 !important;
}

td.custom-td-parent-cr {
  padding: 0 !important;
}

td.custom-td-parent-cr > div.cell {
  padding: 0 !important;
}

table.custom-td-cr > tr > td {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

table.custom-td-cr > tr:nth-child(odd):not(.el-date-table__row) {
  background: #e3e6e3 !important;
}

table.custom-td-cr > tr:nth-child(even) {
  background: #fff !important;
}

.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-textarea {
  width: 90% !important;
  font-size: 1.025em !important;
}

.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-textarea:focus {
  border: 1px solid rgba(139, 179, 82, 0.774) !important;
  box-shadow: 0 0 3px rgba(139, 179, 82, 0.774) !important;
}

.swal2-header {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
}

.swal2-content div:first-child {
  display: block;
  width: 97%;
  margin: auto;
}

.swal2-loading button:first-child {
  border-left-color: #8bb352 !important;
  border-right-color: #8bb352 !important;
}

.float {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 15px;
  background-color: #148c44;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 999;
}

.float:hover,
.float:focus {
  color: #fff;
}

.my-float {
  margin-top: 10px;
}

.el-switch__label.is-active {
  color: #6ba652 !important;
}

.not-input-group-addon {
  background-color: initial !important;
  border: initial !important;
}

.not-input-group-addon.input-group-append {
  margin-left: initial !important;
  border-radius: initial !important ;
  padding: initial !important ;
}

.not-input-group-addon button {
  margin-bottom: 0 !important;
}

.logo-top-navbar {
  /*width: 28%;*/
  width: 210px;
}

.navbar-minimize .btn {
  line-height: 1 !important;
}

.icon-user-top-navbar {
  font-size: 20px !important;
  margin-right: 10px;
  padding-bottom: 2px;
}

.navbar .container-fluid a.custom-media-screem:nth-child(2n) {
  font-size: 18px !important;
  width: 100px;
  /*color: #148c44;*/
  color: #79b64a;
}

.navbar-minimize button.btn-min-per {
  border: 1px solid #88888899 !important;
  width: 40px !important;
  height: 40px !important;
}

.navbar-minimize button.btn-min-per:hover,
.navbar-minimize button.btn-min-per:active,
.navbar-minimize button.btn-min-per:focus {
  color: #888888 !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #6ba652 !important;
  border-color: #6ba652 !important;
}

.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #4f8949 !important;
}

.el-collapse-item__content {
  padding-top: 5px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.el-menu-item:focus,
.el-menu-item:hover {
  background-color: #edf3e5 !important;
}

.custom-collapse-item > div:first-child {
  /* background-color: rgb(237 243 229 / 25%); */
  padding-left: 15px;
  padding-right: 15px;
}

.custom-el-collapse {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.custom-color-navbar-brand {
  color: #3c3b3b !important;
}

.custom-loading-dash div.vld-icon {
  bottom: 50%;
  position: fixed;
}

.custom-breadcrumb {
  width: 35px !important;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 5px;
}

.footer-pki-size {
  font-size: 12px !important;
}

.custom-container-fluid {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #d3d4d8;
  border-bottom: 1px solid #e3e3e3;
  position: absolute;
  width: 100%;
  height: 115px;
  margin-top: -1px;
}

.custom-content {
  margin-top: 30px;
}

/*.custom-container-fluid .navbar-brand{
  font-size: 1.20rem;
}*/

.z-index-1 {
  z-index: 1px;
}

nav.navbar .container-fluid div.position-relative {
  top: 24px;
}

.custom-upload > .el-upload {
  width: 100%;
  text-align: inherit;
}

.custom-upload > .el-upload > .el-button {
  width: 100%;
  text-align: justify;
}

.monthtittle {
  border: 1px solid #ffffff;
  padding: 5px;
  border-radius: 2px;
  background-color: #ececec;
}

.daytt {
  width: 25px;
  margin: auto;
  border: 1px solid #ffffff;
  /* background-color: #ececec; */
  font-size: 14px;
  height: 30px;
}

.dayt {
  width: 25px;
  margin: auto;
  border: 1px solid #ececec;
  font-size: 14px;
  height: 30px;
}

td.bold-cell {
  font-weight: bold !important;
  border: 1px solid !important;
  border-bottom: 1px solid !important;
}

td.bold-cell_c {
  font-weight: bold !important;
}

td.bold-cellfer {
  font-weight: bold !important;
}

.border-row {
  border-right: 1px solid !important;
  border-bottom: 1px solid !important;
}

.full-width {
  width: 100%;
}

td.calsec {
  width: 25px;
  margin: auto;
  font-size: 14px;
  height: 30px;
}

.custom-el-tag-tittle {
  background-color: gray;
  color: white;
  border-color: gray;
}

li.custom-el-menu-item-cal {
  padding-left: 30px !important;
}

li.custom-el-menu-item-group-cal > div.el-menu-item-group__title {
  display: none !important;
}

li.el-menu-item.custom-el-menu-item-cal.is-active {
  outline: 0 !important;
  background-color: #edf3e5 !important;
  color: #096537 !important;
}

div.form-group.mt-3.text-center > input {
  text-align: center;
}

.filetittle {
  border: 1px solid #e6e6e6;
  padding: 3px;
  border-radius: 2px;
}

.cms {
  display: none !important;
}

.select_modules {
  display: block !important;
}

.select-input-text-center > div.el-input > input.el-input__inner {
  text-align: center;
}

div.text-center > input.el-input__inner,
div.text-center > div > input.el-input__inner {
  text-align: center !important;
}

.custom-caret {
  position: absolute;
  /* left: 157px; */
  /* left: 146px; */
  left: 138px;
}

.custom-color-day-cal {
  background: #f7f7f7;
  font-weight: bold;
}

.daysgray {
  background: #ececec;
  border-color: #ffffff !important;
}

a.nav-link.router-link-exact-active.active,
.custom-active-menu > a.sidebar-menu-item {
  color: #6ba652 !important;
  opacity: 1 !important;
  background: #8bb35227 !important;
}

.custom-radio-button
  > .el-radio-button__orig-radio:checked
  + .el-radio-button__inner {
  color: #fff;
  background-color: #6ba652;
  border-color: #6ba652;
  -webkit-box-shadow: -1px 0 0 0 #6ba652;
  box-shadow: -1px 0 0 0 #6ba652;
}

.custom-radio-button > .el-radio-button__inner:hover {
  color: #6ba652;
}

.custom-head-dark {
  background-color: black;
  color: white;
  padding: 10px;
}

.icon-climate-actually {
  padding-top: 27px;
}

.icon-climate-actually img {
  width: 34px;
  position: relative;
  bottom: 5px;
}

.icon-climate-actually span.text-muted {
  font-size: 20px;
}

.icon-climate-actually span {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}

.icon-indicators {
  font-size: 16px;
  position: absolute;
  top: -20px;
  right: -132%;
}

.icon-indicators-c {
  font-size: 16px;
  position: absolute;
  top: -20px;
  right: -115%;
}

.card-home .card-title {
  font-weight: 400 !important;
  color: #000 !important;
}

.other-climate div img {
  width: 35px;
  margin-bottom: 3px;
}

.other-climate div p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.map-climate .map {
  height: 800px;
}

.esri-popup__action-image {
  background-size: auto 20px !important;
}

.zoom-map > .el-dialog > .el-dialog__body > .map {
  height: 650px;
}

.sidebar .nav .nav-item .nav-link:active {
  background: #8bb35227;
  opacity: 1;
  color: #82a451;
}

.item-box-shadow {
  opacity: 1;
  background: #8bb35227;
}

.item-box-shadow p {
  color: #39653b !important;
}

.sidebar .nav .nav-item.active .nav-link:hover {
  color: #39653b !important;
  opacity: 1;
  background: #8bb35227 !important;
}

.sidebar .nav .nav-item.active .nav-link:hover .sidebar-normal {
  color: #39653b !important;
}

.content-add-btn {
  padding-right: 13px;
  padding-left: 13px;
  padding-top: 13px;
}

.sidebar .nav .nav-item .nav-link:hover {
  background: #8bb35227 !important;
}

.sidebar .nav .nav-item .nav-link:hover span {
  color: #39653b !important;
}

.custom-margin-actions {
  letter-spacing: normal;
  display: inline-block;
  padding: 3px;
}

.el-table--fluid-height.el-table--scrollable-x.el-table--scrollable-y
  .el-table__fixed-right {
  bottom: 12px !important;
  right: 12px !important;
  background: white !important;
}

.el-table--fluid-height.el-table--scrollable-x .el-table__fixed-right {
  bottom: 12px !important;
  background: white !important;
}

.custom-size-fa-actions {
  font-size: 1.3em !important;
}

.vue-tabs .nav-tabs {
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

.vue-tabs .nav-tabs li {
  display: inline-block !important;
}

.vue-tabs .nav-tabs::-webkit-scrollbar-track:hover,
.nav::-webkit-scrollbar-track:active,
.el-table__body-wrapper::-webkit-scrollbar-track:hover,
.el-table__body-wrapper::-webkit-scrollbar-track:active {
  background: #f7f7f7 !important;
}

.vue-tabs .nav-tabs::-webkit-scrollbar-track {
  background: #f7f7f7 !important;
  border-radius: 4px !important;
}

.vue-tabs .nav-tabs::-webkit-scrollbar-thumb:active,
.el-table__body-wrapper::-webkit-scrollbar-thumb:active {
  background-color: #999999 !important;
}

.vue-tabs .nav-tabs::-webkit-scrollbar-thumb:hover,
.el-table__body-wrapper::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3 !important;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2) !important;
}

.vue-tabs .nav-tabs::-webkit-scrollbar-thumb,
.el-table__body-wrapper::-webkit-scrollbar-thumb {
  background: #afafaf !important;
  border-radius: 4px !important;
}

.vue-tabs .nav-tabs::-webkit-scrollbar {
  width: 7px !important;
  height: 7px !important;
}

.el-table__body-wrapper::-webkit-scrollbar {
  width: 12px !important;
  height: 12px !important;
}

.el-table__body-wrapper::-webkit-scrollbar-track {
  background: #f7f7f7 !important;
  border-radius: 4px !important;
}

.el-table thead {
  color: #6c757d !important;
}

.el-table:not(.no-capitalize) .cell {
  word-break: break-word !important;
  text-transform: capitalize;
}

.cell > .el-switch {
  height: 24px !important;
}

.cell > div > .el-switch > .el-switch__core {
  margin-top: -3px !important;
}

.el-table thead,
.el-table th {
  /*background-color: #e3e3e3 !important;*/
  color: white !important;
  background-color: #888888 !important;
}

.el-dialog__header {
  padding: 0.75rem 1.25rem !important;
  margin-bottom: 0;
  background-color: rgb(52, 58, 64);
  border-bottom: 1px solid #e3e3e3;
}

.el-dialog__headerbtn .el-dialog__close {
  color: white !important;
}

.el-dialog__headerbtn {
  top: 13px !important;
}

.el-dialog__body {
  padding: 20px !important;
}

.el-dialog__title {
  font-size: 16px !important;
  color: white !important;
}

.custom-drawer__footer {
  bottom: 0 !important;
  position: absolute;
  width: 100%;
}

.custom-width-select {
  display: block !important;
}

.wizard-card-footer {
  margin-top: 30px;
}

.cm-mg-p-wzd {
  margin-top: 16px;
}

.wizard-icon-container {
  background-color: #6ba652 !important;
}

.wizard-nav-pills div.checked {
  border-color: #6ba652 !important;
}

.wizard-nav-pills li.active span.active {
  color: #6ba652 !important;
}

.wizard-card-footer div span[role='button'] button {
  background-color: #6ba652 !important;
  border-color: #6ba652 !important;
  border-radius: 0 !important;
}

.wizard-card-footer div span[role='button'] button:hover {
  background-color: #4f8949 !important;
  border-color: #4f8949 !important;
}

.wizard-progress-bar {
  background-color: #6ba652 !important;
  color: #6ba652 !important;
}

.vue-form-wizard.md .wizard-icon-circle {
  width: 50px !important;
  height: 50px !important;
  font-size: 15px !important;
  border: 2px solid #f3f2ee !important;
}

.vue-form-wizard.md .wizard-navigation .wizard-progress-with-circle {
  top: 35px !important;
}

.vue-form-wizard .wizard-icon-circle .wizard-icon-container {
  border-radius: 100% !important;
}

.custom-padding-wz-header .wizard-header {
  padding: 0 !important;
}

.vue-map-container {
  margin-top: 10px;
}

.text-transform-none {
  text-transform: none !important;
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #8bb35227 !important;
}

thead .cell {
  text-align: center !important;
}

.custom-btn-success {
  border: 1px solid #4f8949 !important;
  background-color: #4f8949 !important;
  color: #ffffff !important;
  cursor: pointer;
}

a.custom-a {
  color: #6ba652 !important;
  cursor: pointer;
}

.custom-has-error {
  border-color: red !important;
}

tr th {
  word-break: break-word;
}

tr.shadow-sm > td {
  word-break: break-all;
}

.card-login .card-header {
  background: transparent !important;
  padding: 0 15px 0 !important;
}

.custom-remember_me {
  margin-left: 0 !important;
}

.custom-shadow-btn {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.45) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.45) !important;
}

.custom-shadow-card-header,
.custom-shadow-card-header .card-header {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1) !important;
}

.custom-margin-h6-table {
  margin-bottom: 10px !important;
}

/*.nav-tabs-navigation {
  margin-left: -1px;
}*/

.chart-logo {
  width: 50px;
  padding-bottom: 5px;
}

.VueCarousel-pagination {
  text-align: right !important;
}
.VueCarousel-pagination--top-overlay {
  padding-right: 15px;
}

.vue-tabs .nav.nav-tabs > li > a {
  /*background-color: white !important;
  border: 1px solid #DDDDDD !important;*/
  background-color: rgba(227, 230, 227, 1);
}

.footer-date-at {
  background-color: #e3e3e3 !important;
  padding: 0 15px 0 15px !important;
}

.footer-date-at p {
  margin: 0 !important;
  font-size: 13.5px !important;
}

.custom-img-subitem {
  width: 22px !important;
  margin: 0 !important;
  margin-left: 10px !important;
}

.el-upload-list__item {
  background: #8bb35211 !important;
  padding: 5px !important;
}

/* .el-menu {
  border-right: solid 1.5px #dfdfdf !important;
} */

.el-menu-item,
.el-submenu__title {
  height: 46px !important;
  line-height: 46px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.el-picker-panel__sidebar {
  width: 150px !important;
}

.el-picker-panel__sidebar + .el-picker-panel__body {
  margin-left: 150px !important;
}

.el-picker-panel__shortcut {
  font-size: 13px !important;
}

.el-picker-panel {
  height: 410px !important;
}

.bootstrap-switch .bootstrap-switch-handle-off {
  text-indent: 2px !important;
}

.border-header {
  border-right: 1px solid !important;
  border-color: #ebeef5 !important;
}

.changeChart {
  height: 25px;
  /* background-color: rgb(128, 128, 128);
	color: white;*/
  padding: 3px 55px;
}

.changeChart div {
  width: 25px;
  padding: 0;
  flex: initial !important;
}

.cursors {
  cursor: pointer;
}

.changeChart .fa {
  font-size: 15px !important;
}

.custom-el-badge__content sup {
  top: 10px !important;
}

.custom-el-badge__content button:hover,
.custom-el-badge__content button:focus {
  color: #409eff !important;
  background: #ecf5ff !important;
  border-color: #b3d8ff !important;
  cursor: auto !important;
  border: auto !important;
}

.photo_capture {
  width: 110px;
  cursor: zoom-in;
}

.custom-media-cal-pocket-grid-2_5 {
  padding-left: 15px;
  padding-right: 15px;
}

.active .page-link {
  background-color: #4f8949 !important;
}

.custom-label-hasta-display {
  display: initial;
}

#toolbarDiv {
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: default;
  /* display: flex; */
  flex-direction: row;
  flex-wrap: nowrap;
  background: transparent;
}

#distance,
#area,
#clear {
  border: none !important;
}

#hot-display-license-info {
  display: none !important;
}

.cuadrado-m {
  margin: auto;
  text-align: center;
  padding: 5px;
  border-radius: 2px;
}

.gray-fondo {
  border: 1px solid #ececec;
  background: #ececec;
}

.margin5 {
  margin: 5px !important;
}

.custom-mt-30 {
  margin-top: 30px !important;
}

.fixed-add-subcategory {
  position: fixed !important;
  width: 6% !important;
  right: 5.1%;
  flex: 0 !important;
  top: 55%;
}

.grid-without-label {
  padding-top: 33px;
}

@media screen and (max-width: 1160px) {
  .icon-indicators {
    right: -143%;
  }

  .icon-indicators-c {
    right: -143%;
  }
}

@media screen and (max-width: 991px) {
  .fixed-add-subcategory {
    right: 8.2%;
  }

  .icon-indicators {
    right: -147%;
  }

  .icon-indicators-c {
    right: -130%;
  }

  .el-dialog {
    width: 80% !important;
  }

  #logoMovil {
    display: block !important;
    width: 230px;
    position: absolute;
    left: 36%;
    z-index: 2;
  }

  #logoMovil img {
    width: 90%;
    padding-top: 15px;
  }

  .cms {
    display: initial !important;
  }

  .cms img {
    width: 60px;
    margin-right: 15px;
    padding-left: 1rem;
  }

  .cms .navbar-brand {
    color: #5f5d5d !important;
    font-weight: 700 !important;
  }

  .custom-media-screem {
    display: none !important;
  }

  .custom-container-fluid {
    display: none !important;
  }

  .navbar {
    max-height: 75px !important;
  }

  .navbar-toggler-right {
    background-color: #74ac49 !important;
    color: white !important;
    padding: initial !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
  }

  .navbar .navbar-toggler .burger-lines {
    width: 20px !important;
    background-color: white !important;
  }

  .custom-content {
    margin-top: initial;
  }
}

@media screen and (max-width: 780px) {
  .icon-indicators {
    right: -142%;
  }

  .icon-indicators-c {
    right: -120%;
  }

  .fixed-add-subcategory {
    right: 9.8%;
  }
}

@media screen and (max-width: 480px) {
  .fixed-add-subcategory {
    right: 12.8%;
    top: 68%;
  }

  .grid-without-label {
    padding-top: 0;
  }

  .icon-indicators {
    right: -150%;
  }

  .changeChart {
    height: auto;
  }

  .cuadrado-m {
    margin: 2px !important;
  }

  .icon-indicators-c {
    right: -140%;
  }

  .btn-login {
    position: relative;
    bottom: initial;
    right: initial;
  }

  .icon-user-top-navbar {
    margin-right: 0;
    margin-left: 20px;
  }

  .custom-container-fluid {
    display: none;
  }

  .custom-content {
    margin-top: initial;
  }

  #logoMovil {
    width: initial;
    display: block !important;
    background-color: #e0e1e5;
    text-align: center;
    height: 160px;
    position: initial;
    left: 0;
  }

  #logoMovil img {
    width: 90%;
    padding-top: 15%;
  }

  .navbar-toggler-right {
    background-color: #74ac49 !important;
    color: white !important;
    padding: initial !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
  }

  .navbar .navbar-toggler .burger-lines {
    width: 20px !important;
    background-color: white !important;
  }

  .custom-media-screem {
    display: none !important;
  }

  .cms {
    display: initial !important;
  }

  .cms img {
    width: 40px;
    margin-right: 10px;
    padding-left: initial;
  }

  .cms .navbar-brand {
    color: black !important;
    font-weight: 700 !important;
  }

  .error-date {
    border-color: red !important;
  }

  .tableReport
    > .el-table__body-wrapper
    > .el-table__body
    > .el-table__row
    > .cell
    > el-table
    td {
    padding: 0px !important;
  }
}

@media screen and (max-width: 576px) {
  .media-none {
    display: initial;
  }

  .custom-media-cal-pocket-grid-2_5 {
    text-align: center;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .custom-label-hasta-display {
    display: none;
  }

  .custom-col-1-5,
  .custom-media-cal-pocket-report-grid-1_5 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: initial;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 576px) {
  .media-none {
    display: initial;
  }

  .custom-media-cal-pocket-grid-2_5 {
    text-align: center;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .custom-label-hasta-display {
    display: none;
  }

  .custom-col-1-5,
  .custom-media-cal-pocket-report-grid-1_5 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: initial;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .media-none {
    display: initial;
  }

  .custom-media-cal-pocket-grid-2_5 {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
    flex: 0 0 40%;
    max-width: 40%;
    text-align: initial;
  }

  .custom-col-1-5,
  .custom-media-cal-pocket-report-grid-1_5 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: initial;
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-label-hasta-display {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .media-none {
    display: none;
  }

  .custom-media-cal-pocket-grid-2_5 {
    -ms-flex: 0 0 27%;
    -webkit-box-flex: 0;
    flex: 0 0 27%;
    max-width: 27%;
    text-align: initial;
  }

  .custom-col-1-5,
  .custom-media-cal-pocket-report-grid-1_5 {
    -ms-flex: 0 0 15.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 15.333333%;
    max-width: 15.333333%;
    text-align: initial;
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-label-hasta-display {
    display: initial;
  }
}

@media screen and (min-width: 1200px) {
  .media-none {
    display: none;
  }

  .custom-media-cal-pocket-grid-2_5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: initial;
  }

  .custom-col-1-5,
  .custom-media-cal-pocket-report-grid-1_5 {
    -ms-flex: 0 0 13.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 13.333333%;
    max-width: 13.333333%;
    text-align: initial;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .custom-table-responsive .table-responsive,
  .custom-table-responsive.table-responsive {
    overflow: auto !important;
  }
}

@media screen and (max-width: 650px) {
  .cuadrado-m {
    margin: 2px !important;
  }

  .changeChart {
    height: auto;
  }
}

@media screen and (max-width: 980px) {
  .cuadrado-m {
    margin: 2px !important;
  }
}

.caret-wrapper {
  margin: 0px !important;
  width: 0px !important;
  display: none !important;
}

.el-table__fixed-right-patch {
  background-color: #888888 !important;
}

.el-textarea__inner:focus {
  outline: 0 !important;
  border-color: #6ba652 !important;
}
