@import 'indigo-pink.css';
@import 'bootstrap.css';

/*:root {
  --accent-color: #4d0537;
  --second-color: #666;
  --third-color: #67D814;
  --fourth-color: #ED1A1A;
  --hovertabla-color: #ffffea;
  --sidenav-color: #4d0537;
}*/

body {
    margin: 0px;
    letter-spacing: .3px;
    -webkit-font-smoothing: antialiased;
}
@media (max-width: 580px){
  body {
      font-size: 12px;
  }
}


::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 5px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar
{
  width: 4px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #4a4a4a;
}

.tab-container{
  padding: 12px;
}

mat-toolbar span{
  padding-left: 12px;
}


mat-card{
  width: 100%;
}

menu{
    margin: 0;
    padding: 0;
}

.error{
  color:#f44336 !important;
}

.page-footer {
  background: url(../images/footer-divider.jpg) #EAEAEA;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  padding-top: 50px;
}

@media (min-width: 768px){
  .page-footer {
    padding-top: 80px;
  }
}
@media (min-width: 1440px){
  .page-footer {
    padding-top: 100px;
  }
}

.page-footer .first{
  padding: 36px 0;
}
@media (max-width: 580px){
  .page-footer .first > div > .container > .row > div:nth-child(3){
    padding-top: 24px;
  }
}
.page-footer .first span.highlight{
  font-size: 20px;
  font-weight: 500;
  color: #4a4a4a;
}
.page-footer .first span.title{
  font-size: 16px;
  color: #4a4a4a;
}
.page-footer .first .mat-button{
  color: #4a4a4a;
  border-radius: 3px;
  border: solid 1px #4a4a4a;
  padding: 0 12px;
  min-width: unset;
  line-height: 46px;
}
.page-footer .second{
  /*background: linear-gradient(256deg, #e2e2e2, #868686);*/
  background: url(../images/atencion-publico.jpg) #868686;
    padding: 36px 0;
    background-repeat: no-repeat;
    background-position: right;
  padding: 36px 0;
}

@media(max-width: 768px){
  .page-footer .second{
    background-blend-mode: multiply;
  }
}

.page-footer .second h1,
.page-footer .second p{
  color: #fff;
}
.page-footer .second .mat-button{
  margin-top: 16px;
}
.page-footer .third{
  padding: 24px 0;
  background-color: #fff;
}
.page-footer .third .section label.section-title{
  color: #4a4a4a;
  margin-bottom: 12px;
}
.page-footer .third .section{
  margin-top: 28px;
}
.page-footer .fourth{
  margin-top: 24px;
}
@media (max-width: 768px){
  .page-footer .first span.highlight{
    font-size: 16px;
  }
  .page-footer .first span.title{
    font-size: 12px;
  }
  .page-footer .first .mat-button{
    line-height: 38px;
  }
  .page-footer .first .mat-icon{
    font-size: 18px;
  }
}

.mat-progress-bar{
  height: 2px !important;
}

.login-background {
  position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: auto;
    background-image: url("../images/login-background.jpg");
    background-blend-mode: multiply;
    background-position: right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.terms-and-conditions-card p{
  max-height: 300px;
  overflow: auto;
}
.terms-and-conditions-card{
  margin-bottom: 42px;
}

service-card mat-card{
  /*border-left: thick solid #7ed321;*/
}

button.mat-menu-item,
button.mat-menu-item .mat-icon{
  color: #4a4a4a;
}

button.mat-menu-item {
  font-size: 14px;
}

.mat-menu-item .mat-icon{
  font-size: 16px;
  height: 16px;
  width: 16px;
  margin-right: 8px !important;
  vertical-align: sub !important;
  /*margin-bottom: 2px !important;*/
}

.action-bar{
  background-color: #4a4a4a;
  color: #fff;
  padding: 12px 32px 12px 29px;
  display: flex;
}

.action-bar .action-menu{
  display: inline-block;
  vertical-align: middle;
  flex: 1;
}

@media (max-width: 768px){
  .action-bar{
    padding: 12px 18px 12px 16px;
  }
}

.action-bar h3{
  color: #fff;
  font-weight: 300;
  margin-left: 28px;
}
@media (max-width: 768px){
    .action-bar h3{
      margin-left: 16px;
  }
}
.action-bar h3,
.action-bar .mat-button,
.profile-dropdown.mat-button{
  line-height: unset;
  min-width: unset;
  display: inline-block;
  vertical-align: middle;
}
.action-bar .mat-button,
.profile-dropdown.mat-button{
  padding: 0;
}
.action-bar .mat-button.action-menu{
  float: right;
}
.profile-dropdown.mat-button{
  font-size: 14px;
  font-weight: 400 !important;
}

@media (max-width: 580px){
  .action-bar .mat-button .actions-label{
    display: none;
  }
}

.left-cell {
    display: table-cell;
    vertical-align: middle;
}
.right-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.mat-card{
  padding: 16px !important;
  transform: translate3d(0px, 0px, 0px);
  transition: transform 200ms;
}


@media (max-width: 580px){
  .mat-card{
    padding: 8px !important;
  }
}

.mat-expansion-panel-body{
  padding: 0 12px 12px !important;
}
.mat-expansion-panel-header{
  padding: 0 24px 0 0 !important;
}

payment-select .card-image{
  background-image: url(../images/pago-online.png);
}
payment-coupon .card-image{
  background-image: url(../images/cupon-pago.png);
}

payment-inform .card-image{
  background-image: url(../images/cupon-pago.png);
}
delegate-step-one .card-image{
  background-image: url(../images/delegaciones.png);
}
social-rate .card-image{
  background-image: url(../images/tarifa-social.png);
}

app-ticket .card-image,
demand-dashboard .card-image,
consultation-dashboard .card-image,
instalation-problem-select .card-image,
service-select .card-image{
  background-image: url(../images/reclamos.png);
}
.card-image{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: auto; /*or your image's width*/
  height: 150px; /*or your image's height*/
}

@media (min-width: 1280px){
  .card-image{
    height: 175px; /*or your image's height*/
  }
}

@media (max-width: 500px){
  .card-image{
    height: 80px; /*or your image's height*/
  }
}

.search-card.mat-card{
  padding: 8px 12px !important;
}

.no-services.mat-card{
  margin: 38px 0;
  text-align: center;
}

.mat-ink-bar {
    background-color: #ffffff;
}


.mat-grid-tile .mat-grid-tile-footer, .mat-grid-tile .mat-grid-tile-header{
  display: flex;
  align-items: center;
  height: 48px !important;
  font-family: Roboto;
  color: #000 !important;
  opacity: .6;
  background: #ffffff !important;
  overflow: unset !important;
  padding: 0 16px;
  position: absolute;
}

.mat-card:not([class*=mat-elevation-z]){
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1) !important;
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1) !important;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1) !important;
}

.mat-tab-header{
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
}

/*@media (min-width: 768px) {
  .container {
    width: 530px;
  }
}*/
@media (max-width: 580px) {
  .container {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 950px;
  }
}
.login-container,
.recover-password-container,
.recover-user-container,
.reset-password-container,
.signup-container{
  max-width: 530px;
  padding: 32px 15px;
  margin-right: auto;
  margin-left: auto;
}
@media(min-width: 581px){
  .mat-icon.hide-desktop,
  .hide-desktop,
  /*.recibos-table-mobile,*/
  .services-table-mobile,
  .accessions-table-mobile{
    display: none;
  }
  .mat-chip-list-wrapper{
    display: inline-block !important;
  }
  .align-right-desktop{
    text-align: right;
  }
}
@media (min-width: 768px){
  .shared-wrapper{
    float: right;
  }
}
@media (max-width: 768px){
  .shared-wrapper{
    display: block !important;
  }
}
@media (max-width: 767px){
  .mat-chip-list-wrapper{
    margin-top: 8px;
  }
}
@media (max-width: 580px){
  .hide-mobile,
  /*.recibos-table-desktop,*/
  .services-table-desktop,
  .accessions-table-desktop{
    display: none;
  }
  .is-table-row-mobile {
    display: table;
  }
  .is-table-row-mobile [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: bottom;
  }
}
@media (max-width: 732px){
  .recibos-table-desktop{
    display: none;
  }
}
@media (min-width: 733px){
  .recibos-table-mobile{
    display: none;
  }
}

@media (min-width: 768px){
  .online-payment-method-brand{
    width: 120px;
  }
}
@media (min-width: 992px){
  .online-payment-method-brand{
    width: 80px;
  }
}
@media (min-width: 1200px){
  .online-payment-method-brand{
    width: 90px;
  }
}
@media (max-width: 767px){
  .online-payment-method-brand{
    width: 140px;
  }
}

.online-payment-method-brand{
  border: 1px solid rgba(1,1,1,.5);
  border-radius: 8px;
}

.media-radio-group .row{
  line-height: 36px;
}
.mat-button.no-background{
  background-color: transparent;
}
.media-radio-group .mat-button{
  padding: 0;
  min-width: unset;
}

.online-payment-method-wrapper{
  text-align: -webkit-center;
  margin-top: 12px;
}
.online-payment-method-container{
  margin-bottom: 12px;
}

html {
  height: 100%;
}
body{
  font-family: Roboto;
  height: 100%;
}

h1{
  font-size: 20px;
  font-weight: 300;
  color: #757575;
  margin-bottom: 12px;
}

h1 > b{
  font-weight: 500;
  color: #4a4a4a;
}

h2 {
  font-size: 18px;
  font-weight: 500;
}

h3 {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  color: #4a4a4a;
  font-size: 16px;
}
.no-margin{
  margin-top: 0;
  margin-bottom: 0;
}

h3.grey{
  color: #929292;
  font-weight: bold;
}

h4 {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  color: #4a4a4a;
  font-size: 14px;
}
h4.thin {
  font-size: 16px;
  color: #757575;
  font-weight: 300;
  font-family: Roboto;
}

h5{
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  color: #4a4a4a;
}

p {
    margin: 0 0 0px;
    font-size: 14px;
    font-weight: 300;
}

.mat-chip:not(.mat-basic-chip){
  font-size: 12px;
  background-color: #9b9b9b;
  color: #fff;
  padding: 4px 12px 4px 12px !important;
}
.mat-chip{
  font-weight: 300;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-header{
  margin-bottom: 16px;
  padding: 0 30px;
}
.card-header .mat-chip-list label{
  margin-bottom: 0;
  margin-right: 8px;
  line-height: 24px;
}
.card-header > h1,
.card-header > div{
  display: inline-block;
}
.card-header > h1{
  margin: 0;
}

@media (max-width: 768px){
  .card-header{
    margin-bottom: 16px;
    padding: 0 24px;
  }
}
@media (max-width: 350px){
  .card-header{
    padding: 0 16px;
  }
}

label{
  font-family: Roboto;
  font-size: 14px;
  text-align: left;
  color: #9b9b9b;
  font-weight: normal;
}
label.primary,
label > span.primary{
  color: #4a4a4a;
}

@media (max-width: 580px){
  h4{
    font-size: 12px;
  }
  h2, h3, h4.thin{
    font-size: 14px;
  }
  h2 b{
    font-size: 16px;
  }
  label,
  .mat-chip:not(.mat-basic-chip){
    font-size: 10px;
  }
  h2{
    -webkit-margin-after: 0;
  }
  h1{
    font-size: 18px;
  }
}


.card-subtitle .mat-button{
  line-height: 24px;
  color: #757575;
}

.mat-button h4{
  font-size: 14px;
  font-weight: 500;
  color: #929292;
}

.mat-button,
.mat-raised-button{
  letter-spacing: .5px !important;
  font-weight: 400 !important;
  border-radius: 3px !important;
}

    /*.mat-button,
    .mat-raised-button,
    .mat-button-wrapper,
    .mat-icon{
      vertical-align: middle !important;
    }*/


.bordered,
.mat-button.bordered{
  font-size: 11px;
  font-weight: 500;
  padding: 4px;
  padding-left: 12px;
  padding-right: 12px;
  border: thin solid;
  border-radius: 2px;
  border-color: #9b9b9b;
  color: #9b9b9b;
  background-color: #fff;
  line-height: normal;
}
.mat-button.bordered.grey{
  background-color: #636363;
  padding: 8px;
  vertical-align: text-bottom;
  border: 0px;
  color: #fff;
}
.mat-button.bordered.white{
  padding: 7px;
  opacity: .6;
}

.pay-button-bills {
  background-color: #7ed321 !important;
  color: #fff !important;
}
/*.pay-button-bills:disabled{
  background-color: rgba(126, 211, 33, 0.5) !important;
}*/
.btn-group .mat-button:disabled{
  opacity: .5;
}

.primary-button {
  background-color: #4d0537;
  color: #fff !important;
  font-weight: 500 !important;
}

.primary-button-signed-up {
  background-color: #4d0537;
  color: #fff !important;
  font-weight: 500 !important;
  margin-left:65%;
}

.primary-button:hover {
   text-decoration:none;
   background-color:#E9B33B;
   color:#fff;
   opacity:.9
}

.overdue-button{
  min-width: unset !important;
  background-color: #ef4136;
  color: #fff !important;
  margin-right: 8px !important;
}
.primary-button:hover {
  box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), inset 0 0 100px #00000025;
}
.pay-button-bills:hover {
  box-shadow: 0 0px 0px 0px rgba(0,0,0,.2), 0 3px 4px 1px rgba(0,0,0,.14), 0 3px 4px -2px rgba(0,0,0,.12), inset 0 0 100px #00000025;
}
.table .mat-button:hover {
  box-shadow: 0 0px 0px 0px rgba(0,0,0,.2), 0 3px 4px 1px rgba(0,0,0,.14), 0 3px 4px -2px rgba(0,0,0,.12);
}

.primary-button .mat-icon,
.overdue-button .mat-icon{
  margin-right: 8px;
  font-size: 16px;
  width: 16px;
  height: 16px;
  /*vertical-align: text-top !important;*/
}
@media (max-width: 650px){
  .overdue-button {
    position: absolute !important;
    right: 8px;
    bottom: 56px;
    /*line-height: 27px !important;*/
  }
}
@media (max-width: 400px){
  .primary-button .mat-icon,
  .overdue-button .mat-icon{
    padding-right: 4px;
    font-size: 16px;
  }
  .primary-button,
  .overdue-button{
    min-width: unset !important;
    padding: 0 8px !important;
  }
}

.table{
  margin-bottom: 0;
  margin-top: 16px;
}
table > tbody > tr > td,
.custom-table .row.data{
  vertical-align: middle !important;
  border-top: solid 1px rgba(216, 216, 216, .3);
  color: #4a4a4a;
}
receipts-history-list table > tbody > tr > td,
table.status-history-table-desktop > tbody > tr > td{
  font-size: 10px;
}
table > tbody > tr:first-child > td,
table > tbody > tr.not-payable-motive > td,
table.media-list-desktop > tbody > tr > td{
  border-top: none;
}
table.media-list-desktop > tbody > tr > td{
  padding: unset;
}

/*.recibos-table-desktop,
.recibos-table-mobile {
  margin-top: 16px;
}*/

.recibos-table-desktop label,
.recibos-table-mobile label{
  color: #989898;
  margin-bottom: 0px;
}

table > tbody > tr.disabled > td,
div.disabled > .row.data,
*[class*=-table-mobile].disabled label.header-data,
*[class*=-table-mobile].disabled label.row-data,
*[class*=-table-mobile].disabled .mat-button{
  color: #989898 !important;
}
table > tbody > tr.new > td {
  color: #4a4a4a;
}
table > tbody > tr.removed > td {
  color: #ef4136;
  opacity: .5;
}

.custom-table .header{
  padding: 12px 0;
}
.custom-table > .header label{
  font-weight: bold;
}
.custom-table .row.data{
  padding: 8px 0;
}
.custom-table .row.data.odd{
  background-color: rgba(215, 215, 215, 0.3);
}
.custom-table .row.data.odd label{
  color: #737373;
}
.custom-table > .header,
.table > thead > tr > th,
table > thead > tr > th{
  color: #989898;
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle !important;
  border-bottom: none;
}
*[class*=-list-desktop] > thead > tr > th{
  font-weight: 300;
}

[class*=summary-select-] .mat-select-value-text{
  color: #4A4A4A;
  font-weight: 500;
}
.summary-select-mobile .mat-select-value-text{
  font-size: 14px;
}

.table.summary-list-desktop {
  margin-top: 0;
}
.table.summary-list-desktop > tbody > tr.summary-select-desktop > td,
.table.summary-list-desktop > tbody > tr.summary-select-desktop > td .mat-select .mat-select-trigger {
  font-size: 20px;
}

.table.summary-list-desktop > tbody > tr.summary-select-desktop > td {
  padding: 0 8px;
  border-top: none;
  transition: all 200ms;
}

.table.summary-list-desktop > tbody > tr.summary-select-desktop > td:last-of-type {
  font-weight: 400;
  color: #4A4A4A;
}

.table.summary-list-desktop > thead > tr > th.error > .align-vertical {
  vertical-align: sub;
}

receipts-history-list table > thead > tr > th{
  font-size: 10px !important;
}
/*table > tbody > tr.overdue > td,
.recibos-table-mobile.overdue label.row-data,
.recibos-table-mobile.overdue label.header-data,
.recibos-table-mobile.overdue .button-group .mat-button{
  color: #ef4136;
}*/

table > tbody > tr.overdue > td,
.recibos-table-mobile.overdue label.row-data,
.recibos-table-mobile.overdue label.header-data{
  color: #ef4136;
}

@media (max-width: 700px){
  .table.summary-list-desktop .error .mat-icon{
    display: none;
  }
}
@media (min-width: 581px){
  .summary-list-desktop > tbody > tr.summary-select-desktop.padded-top > td{
    padding-top: 16px;
    transition: all 200ms;
  }
}

.mat-button{
  font-size: 12px;
}

.not-payable-motive-mobile {
  background-color: #eaeaea;
}
.not-payable-motive-mobile p{
  margin: 0;
}
.not-payable-motive .mat-icon,
.not-payable-motive-mobile .mat-icon{
  color: #ef4136;
}
.not-payable-motive td,
.not-payable-motive label{
  color: #757575;
  font-size: 12px;
  vertical-align: top;
  padding-left: 16px;
  padding-top: 0px !important;
}
/*table.recibos-table-desktop > tbody > tr.not-payable-motive > label {
  vertical-align: top;
}*/

.success-message-card{
  margin-top: 56px;
}
.mat-button-focus-overlay{
  display: none;
}
.show-hide-password,
.close-notifications,
.collapse-btn{
  min-width: unset !important;
  padding: 0 0px !important;
}
/*[class*="recibos-table-"] .mat-button{
  padding: 0 0px !important;
  min-width: unset !important;
}*/
@media (max-width: 580px){
  [class*="recibos-table-"] .mat-button{
    padding: 0 8px !important;
  }
}

table .mat-button,
[class*="table-mobile"] .mat-button{
  background-color: #ffffff;
  padding: 0 6px !important;
  min-width: unset !important;
  margin: 0 4px;
  transform: translate3d(0,0,0);
  transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
}
table .mat-button:not(.pay-button-bills) .mat-icon{
  color: #757575;
}
.recibos-table-mobile .mat-button,
table .mat-button{
  line-height: 26px;
  display: inline-block;
  min-width: unset;
}
footer .mat-checkbox .mat-checkbox-inner-container,
[class*="-table"] .mat-checkbox-inner-container,
table .mat-checkbox-inner-container{
  height: 20px;
  width: 20px;
}
[class*="-table"] .header-checkbox .mat-checkbox-inner-container,
table .header-checkbox .mat-checkbox-inner-container{
  height: 10px;
  width: 10px;
}
.header-checkbox .mat-icon{
  cursor: pointer;
}
.header-checkbox{
  width: 30px;
  height: 16px;
  border-radius: 8px;
  background-color: #eaeaea;
  display: inline;
  padding: 2px 4px;
  vertical-align: top;
}

div.header-checkbox > mat-checkbox.mat-checkbox{
  display: none;
}

.notifications-button mark{
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #ffffff;
  width: 10px;
  height: 10px;
  background-color: #ef4136;
  position: absolute;
  top: 9px;
  right: 32px;
  font-size: 10px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #FFF;
  font-weight: 700;
}
.notifications-button .mat-icon,
.profile-dropdown .account-icon{
  font-size: 28px;
  height: 28px;
  width: 28px;
}

@media (max-width: 768px){
  .notifications-button{
    min-width: unset !important;
    padding: 0 16px !important;
  }
    .notifications-button mark{
    right: 18px;
  }
}


.show-hide-password > mat-icon,
.recibos-table-desktop mat-icon,
.recibos-table-mobile mat-icon{
  font-size: 18px !important;
  height: 18px !important;
  width: 18px !important;
  margin-bottom: 2px;

  /*color: #757575;*/
}

.close-notifications mat-icon{
  font-size: 24px !important;
  height: 24px !important;
  width: 24px !important;
}

table mat-icon{
  font-size: 16px !important;
  height: 16px !important;
  width: 16px !important;
}
*[class*=-card] .show-hide-password {
  color: #eaeaea;
}
cancellation-proof .accessions-tables{
  margin-bottom: 12px;
}
cancellation-proof .title-group{
  padding: 8px 0;
}
cancellation-proof h4{
  padding-top: 4px;
}

.recibos-table-mobile .button-group{
      line-height: 55px;
}
.recibos-table-mobile:last-of-type{
  margin-bottom: 8px;
}

.align-vertical{
  display:table-cell;
  vertical-align:middle;
}

.inline-title{
  display:inline;
}

.service-header h3,
.service-header h3 > b{
  /*vertical-align: -webkit-baseline-middle;*/
  margin: unset;
}

.ghost-content{
  height: 24px;
  min-height: 24px;
  border: 1px solid #eaeaea;
  background: -webkit-linear-gradient(
        left,
        #f7f7f7 30%,
        #ffffff 80%,
        #f7f7f7 100%
    );

    -webkit-background-size: 50% 100%;
    -webkit-animation-name: moving-gradient;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
@-webkit-keyframes moving-gradient {
    0% { background-position: left bottom; }
    100% { background-position: right bottom; }
}

.card-button-header:not(.single-row-collapsed){
  border-bottom: solid 1px rgba(216, 216, 216, .3);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.mat-expansion-panel-header .mat-icon{
  font-size: 14px;
  vertical-align: text-top !important;
}
.card-button-header .mat-button .mat-icon{
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.card-button-header .mat-button:not(.expand-detail-btn) .mat-icon{
  vertical-align: sub !important;
}

.card-button-header .mat-button{
  padding: 0;
  min-width: unset;
  line-height: 0;
  color: #757575;
}
.card-button-header .mat-button.menu-button{
  margin-right: 16px;
}

service-card .footer-group .mat-spinner{
  display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
service-card .footer-group {
  margin-top: 24px;
  margin-bottom: 8px;
}
service-card .footer-group .bordered{
  vertical-align: text-bottom;
}
service-card footer h2{
  display: inline-block;
  margin: 0;
  line-height: 36px;
}
service-card footer .group-btn{
  float: right;
}

bill-card footer,
commentary footer,
demand-card footer{
  margin-top: 12px;
}

.card-component{
  margin-top: 32px;
  margin-bottom: 16px;
  /*animation: 1s ease-out 0s 1 slideInFromBottom;*/
}

blackout-form  .card-component,
voltage-problems-form .card-component,
local-problem-form .card-component,
public-problem-form .card-component{
  margin-top: unset;
}
/*@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}*/

.grey-background{
  background-color: #f5f5f5;
  color: #4a4a4a;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.usos-estado .social-rate > span {
  /*position: absolute;
  top: 4px;
  left: -8px;
  width: 16px;
  height: 16px;
  background-color: #f5f5f5;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);*/
}
/*.usos-estado .social-rate{
  background-image: linear-gradient(to left, #f6f6f6 80%, #d3d3d3);
}*/
.usos-estado .social-rate{
  padding-left: 2px;
}
.usos-estado{
  float: right;
  display: flex;
}
/*.usos-estado > div{
  padding: 2px 16px;
  display: inline-block;
  position: relative;
}*/
.usos-estado > div{
  padding: 2px 12px 2px 14px;
  display: inline-block;
  position: relative;
}
.usos-estado > div.status{
  padding: 2px 16px 2px 24px;
}
.status{
  box-shadow: 0 0 1px #d0d0d0 inset;
  background-color: #ffffff;
}
.status mark{
  border-radius: 20px;
}
.status mark{
  border-radius: 20px;
  display: inline-block;
  position: relative;
}
.usos-estado > div.status{
  padding: 2px 16px 2px 24px;
}
.status{
  box-shadow: 0 0 1px #d0d0d0 inset;
  background-color: #ffffff;
}
.status mark{
  border-radius: 20px;
}
.status mark{
  border-radius: 20px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 10px;
}
.status.active{
  color: #7ed321;
}
.status.active mark{
  background-color: #7ed321;
}
.status.down{
  color: #ef4136;
}
.status.down mark{
  background-color: #ef4136;
}
@media (max-width: 992px){
  .usos-estado {
    width: 100%;
    margin-top: 8px;
    text-align: center;
  }
  .usos-estado > div{
    width: 50%;
  }
  .service-number{
    margin-bottom: 8px;
  }
 /* .service-number b {
    float: right;
  }*/
}
@media (max-width: 580px){
  .usos-estado .social-rate > span {
    top: unset;
  }
  .status mark{
    top: 6px;
    left: 32px;
  }
  .usos-estado > div{
    padding: 2px 8px;
    display: inline-block;
    position: relative;
  }
  .usos-estado > div.status{
    padding: 2px 8px 2px 18px;
  }

}
@media (max-width: 400px){
  .usos-estado > div{
    padding: 2px 4px;
  }
  .usos-estado .social-rate > span{
    display: none;
  }
  .status mark{
    left: 16px;
  }
}

.align-left{
  text-align: -webkit-left;
}

.notification-alert-article{
  box-shadow: 0px 0px 5px 3px rgba(0,0,0,.24);
}

.collapse-header{
  display: flex;
  align-items: center;
  align-content: center;
}

.social-networks-card .collapse-header .mat-button,
.social-networks-card .collapse-header span{
  font-size: 14px;
}
.social-networks-card .collapse-header #token{
  font-weight: bold;
  font-size: 18px;
}

.align{
  display: inline-box;
}

.no-padding{
  padding: 0;
}

.align-right{
  text-align: right;
}

.align-center{
  text-align: center;
}
@media (max-width: 768px) and (min-width: 501px){
  .align-center-tablet{
    text-align: center;
  }
}
@media (max-width: 580px){
  .align-center-mobile{
    text-align: center;
  }
  .align-right-mobile{
    text-align: right;
  }
  .no-padding-mobile{
    padding: 0;
  }
}

.align-justify{
  text-align: justify;
}

.align-bottom{
  vertical-align: bottom !important;
}

hr{
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.table.summary-list-desktop > tbody > tr > td{
  font-size: 16px;
  color: #7b7b7b;
}

.table.summary-list-desktop > thead > tr > th {
  color: #4A4A4A;
}

.table.summary-list-desktop > tbody > tr > td:not(:first-child){
  font-weight: 300;
}
*[class*=-table-desktop],
*[class*=-table-mobile]{
  background-color: #f5f5f5;
  border: solid 1px rgba(216, 216, 216, .3);
}

*[class*=-table-mobile] label.header-data{
  color: rgba(0,0,0,0.87);
  font-size: 18px;
}

*[class*=-table-mobile] label.row-data{
  color: rgba(0,0,0,0.87);
  font-size: 16px;
}

@media (max-width: 580px){
  *[class*=-table-mobile] label.header-data,
  *[class*=-table-mobile] label.row-data{
    font-size: 14px;
  }
}

/**[class*=-table-mobile],
*[class*=-table-desktop]{
  margin-top: 8px;
}*/
*[class*=-table-mobile]{
  margin-top: 8px;
}

*[class*=-table-mobile] .col-checkbox{
  line-height: 55px;
}
@media (max-width: 580px){
  *[class*=-table-mobile] .col-checkbox,
  .recibos-table-mobile .button-group{
    line-height: 48px;
  }
}

*[class*=-table-mobile] > .row{
  border: solid 1px rgba(216, 216, 216, .3);
  padding: 8px 0;
}
service-select .services-table-mobile > .row{
  border: none;
}
service-select .services-table-mobile .mat-radio-button{
  padding: 4px 8px;
}
@media (max-width: 580px){
  *[class*=-table-mobile] > .row{
    padding: 4px 0;
  }
}

.mat-radio-container,
.mat-radio-outer-circle,
.mat-radio-inner-circle{
  height: 16px !important;
  width: 16px !important;
}
@media (max-width: 580px){
  .mat-radio-container,
  .mat-radio-outer-circle,
  .mat-radio-inner-circle{
    height: 14px !important;
    width: 14px !important;
  }
}

.check_success.mat-checkbox-checked .mat-checkbox-inner-container{
  height: 42px !important;
  width: 42px !important;
}

.mat-radio-label{
  color: #4a4a4a;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{
  border-color: #757575;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle{
  background-color: #757575;
}
.mat-checkbox-checked.mat-primary.mat-checkbox-disabled .mat-checkbox-background,
tr.disabled .mat-checkbox-checked.mat-primary .mat-checkbox-background,
.recibos-table-mobile.disabled .mat-checkbox-checked.mat-primary .mat-checkbox-background{
  background-color: #d5d5d5;
}
.check_success.mat-checkbox-checked.mat-primary.mat-checkbox-disabled .mat-checkbox-background{
  background-color: #77b978;
}
.mat-checkbox-checked.mat-primary .mat-checkbox-background{
  background-color: #77b978;
}

.mat-checkbox-frame,
.mat-checkbox-background {
    border-radius: 50% !important;
}

.mat-progress-bar-fill:after {
    background-color: #4a4a4a;
}
.mat-progress-bar-buffer {
    background-color: #c5cae9;
}

.notifications-sidenav h3{
  font-size: 14px;
}

@media (max-width: 992px){
  .detalle-consumo{
    margin-top: 16px;
  }
}
.mat-form-field.mat-primary{
  display: block;
}
.consumo-header h3,
.consumo-header .mat-form-field{
  display: inline-block;
}
.consumo-header .mat-form-field:not(.table-select){
  padding-bottom: 0;
  padding-top: 0;
  width: unset !important;
  text-align: right;
  float: right;
}
.consumo-header .mat-form-field:not(.table-select) .mat-form-field-infix{
  padding: 0;
}
.consumo-header .mat-form-field:not(.table-select) .mat-form-field-underline{
  display: none;
}
.period-detail,
.canvas-wrapper{
  margin-top: 16px;
}
.period-detail .period-dates .start-date,
.period-detail .period-dates .end-date{
  display: inline-block;
}
.period-detail .period-dates .start-date label,
.period-detail .period-dates .end-date label{
  display: block;
  text-align: center;
}
.start-date,
.end-date {
  width: 50%;
}

.canvas-wrapper{
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
}
graphs .mat-select-value-text{
  font-weight: 500;
}
graphs .mat-select-value-text,
graphs .mat-select-arrow{
  font-size: 12px;
  color: #757575;
}
graphs .mat-select-underline{
  display: none;
}

.mat-input-underline.mat-disabled,
[aria-disabled=true] .mat-select-underline{
  background-image: none !important;
}
.mat-input-container{
  font-size: 16px;
}
@media (max-width: 580px){
  .mat-input-container,
  .mat-select-trigger{
    font-size: 12px;
  }
  .mat-select-placeholder {
     margin-top: unset !important;
   }
   .mat-select-trigger {
       height: 21px !important;
   }
}
.mat-select-placeholder{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -13px;
}
.mat-input-placeholder-wrapper{
  top: -1em;
}
.mat-input-underline{
  bottom: 0;
}
.mat-input-subscript-wrapper{
  top: unset;
}
.consumo-header .mat-select-value-text{
  margin-top: unset;
}
.login-container .mat-select,
.signup-container .mat-select{
  padding-bottom: unset;
}
table .mat-select{
  padding-top: unset;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.period-data-list{
  padding-top: 16px;
  padding-bottom: 12px;
}
.period-data-list hr{
  border: 1px solid #ddd;
  margin-left: 12px;
  margin-right: 12px;
}
.period-data-row{
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-top: 4px;
  margin-bottom: 4px;
}
.period-data-row span{
  font-size: 12px;
}
.period-data-row div:first-child{
  text-align: left;
}
.period-data-row div:nth-child(2){
  text-align: right;
}
.period-dates{
  text-align: center;
  display: table;
  width: 100%;

}
.period-dates label{
  color: #000;
}

.period-dates .bordered{
  padding: 4px 35px 4px 35px;
}
@media (min-width: 581px){
  .period-dates .bordered{
    padding: 4px 85px 4px 85px;
  }
}
@media (min-width: 992px){
  .period-dates .bordered{
    padding: 4px 35px 4px 35px;
  }
}
@media (min-width: 1280px){
  .period-dates .bordered{
    padding: 4px 50px 4px 50px;
  }
}

canvas{
  min-height: 200px;
  max-height: 200px;
}

.login-container h1,
.signup-container h1,
.login-container .under-footer > h3,
.signup-container .under-footer > h3,
.login-container .under-footer > h3 > b > a,
.signup-container .under-footer > h3 > b > a{
  color: #fff;
}

.login-container .under-footer,
.signup-container .under-footer{
  padding-top: 32px;
}
.login-container .under-footer > h3,
.signup-container .under-footer > h3{
  margin: 0;
}

[name="signup-form"],
[name="login-form"],
[name=="recover-password-form"],
[name=="recover-user-form"],
[name=="change-password-form"],
[name="security-questions-form"]{
  padding-bottom: 4px;
}

delegate-step-two .delegated-services{
  padding-bottom: 12px;
}

[name="edit-profile-form"] footer,
[name="change-password-form"] footer,
[name="contact-info-form"] footer,
delegate-step-two footer{
  padding-top: 12px;
}

[name="change-password-form"] footer .success-message{
  position: relative;
  display: inline-block;
  transform: translateY(25%);
  color: #7ed321;
}

[name="edit-profile-form"] footer .primary-button,
[name="change-password-form"] footer .primary-button,
[name="contact-info-form"] footer .primary-button{
  vertical-align: bottom;
}

.menu-sidenav {
  position: fixed;
  padding-bottom: 72px;
  padding-top: 68px;
  width: 260px;
  bottom: 0;
  overflow: auto;
  height: 100%;
}
.notifications-sidenav{
  position: fixed;
  padding: 72px 0;
  width: 300px;
  bottom: 0;
  overflow-x: hidden;
  /*overflow: auto;*/
  height: 100%;
}
@media (max-width: 425px){
  .notifications-sidenav{
    width: 100%;
  }
}

.menu-sidenav,
.menu-sidenav.mat-sidenav-opened {
  background-color: #300328;
  box-shadow: inset -3px 0 4px rgba(0,0,0,.24);
}

.notifications-sidenav .notifications-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 4px 8px;
  border-bottom: 1px solid #dddfe2;
}

.notifications-sidenav .notifications-subheader{
  padding: 4px 8px;
  background-color: #f5f6f7;
  border-bottom: 1px solid #dddfe2;
}
.notifications-sidenav .notifications-subheader > h3{
  color: #90949c;
}
.notifications-sidenav .notification-item {
  padding: 16px 8px;
  border-bottom: 1px solid #dddfe2;
  display: flex;
  flex-direction: column;
}
.notifications-sidenav .notification-item:hover {
  cursor: pointer;
  background-color: #f5f6f7;
}
.notifications-sidenav .notification-item .notification-item-title{
  font-weight: bold;
}


.notifications-sidenav,
.notifications-sidenav.mat-sidenav-opened{
  background-color: #fff;
  box-shadow: 3px 0 4px rgba(0,0,0,.24);
}
.menu-sidenav ul,
.notifications-sidenav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.notifications-sidenav li{
  border: solid 1px #eaeaea;
  border-radius: 3px;
  background-color: #f6f6f6;
  padding: 16px 8px 16px 8px;
  margin: 0px 8px 8px 8px;
}

.menu-sidenav li {
    margin: 0;
    padding: 0;
}
.menu-sidenav li.subitem {
    background-color: rgba(0, 0, 0, .2);
}
.menu-sidenav li a {
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 44px;
    text-decoration: none;
    transition: all .3s;
    padding-left: 32px;
    position: relative;
    color: rgba(255,255,255,.7);
    cursor: pointer;
}
.menu-sidenav li.subitem a {
    padding-left: 32px;
}

@media (max-width: 768px){
  .menu-sidenav li>a {
    padding-left: 20px;
  }
}

@media (max-width: 580px){
  .menu-sidenav li>a {
    padding-left: 20px;
  }
}

.menu-sidenav li a.active {
  color: rgba(255,255,255,1);
}
.menu-sidenav li a.active {
  background-color: rgba(255, 255, 255, .1);
}
.menu-sidenav li.subitem a.active {
  background-color: transparent;
}

.menu-sidenav li a:hover {
 -webkit-box-shadow: 0 0 6px rgba(1,1,1,0.1);
 box-shadow: 0 0 6px rgba(1,1,1,0.1);
 background-color: rgba(255, 255, 255, .1);
}
.menu-sidenav li a mat-icon {
  font-size: 16px;
  height: 16px;
  width: 16px;
  margin-right: 16px;
  padding-top: 3px;
  vertical-align: sub;
}
.menu-sidenav a .expand-arrow{
  float: right;
}

body,
.docs-component-sidenav-content{
  background-color: #f6f6f6;
}
.app-navbar {
    color: hsla(0,0%,100%,.87);
    z-index: 10;
    overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}
.app-navbar .docs-navbar {
    max-height: 58px;
    background: #fff;
    color: #4a4a4a;
    padding: 8px 0;
}
.mat-sidenav-container{
  height: 100%;
  background-color: #fff;
  position: inherit !important;
  transform: none !important;
  min-width: 324px;
}
.mat-sidenav-container.padded{
  padding-top: 56px;
}
.mat-sidenav-content{
  background-color: #f6f6f6;
}
.mat-sidenav{
  position: fixed !important;
}
.mat-drawer-backdrop{
  position: fixed !important;
}

.docs-navbar a > img.logo{
  width: 120px;
  margin-top: -8px;
  max-height: 40px;
}
.docs-navbar .menu-btn{
  margin: 0 20px;
  background-color: transparent;
}
@media (max-width: 768px){
  .docs-navbar .menu-btn{
    margin: 0 8px;
  }
}

@media (max-width: 580px){
  .docs-navbar .menu-btn{
    margin: 0 8px;
  }

}

.docs-navbar .primary-button{
  background-color: #673ab7;
  color: #fff;
  margin: 0 32px;
}
.docs-navbar a.padded{
  padding-left: 32px;
}
.btn-tarjetas > a.btn{
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  width: 100%;
}
.btn-tarjetas > a.btn:hover{
  border: 1px solid #5f366e;
}
.btn-tarjetas > a.btn.active{
  border: 1px solid #5f366e;
  border-radius: 4px;
  /*background-color: rgba(89, 192, 0, 0.18);*/
}

.credit-card-container {
  margin: 16px 0;
}

.flex{
  display: flex;
}
.flex.wrap{
  flex-wrap: wrap;
}
.notification-alert{
  padding: 16px 0;
  background-color: #ef4136;
}
.notification-alert,
.notification-alert label,
.notification-alert a{
  color: #fff;
}
.notification-alert .row.flex div:first-child{
  flex: 1;
}
.notification-alert .row.flex div:nth-child(2){
  flex: 0.1;
}
.notification-alert .close-alert .mat-icon{
  font-size: 16px;
  height: 16px;
   width: 16px;
   vertical-align: text-bottom !important;
}
.notification-alert .more-details.mat-button{
  line-height: 24px;
  padding: 0 24px;
  position: absolute;
  bottom: 0;
  right: 16px;
}
.notification-alert .close-alert.mat-button {
  display: block;
  float: right;
  line-height: 24px;
  padding: 0;
  min-width: unset;
}
.notification-alert .mat-button.more-details{
  background-color: #4a4a4a;
}
.notification-alert .alert-text{
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}
.notification-alert .alert-icon{
  min-height: 90px;
  min-width: 160px;
  
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.notification-alert .alert-text h2{
  margin: 0 0 8px 0;
}
.notification-alert .alert-text p{
  min-height: 42px;
}
.notification-alert .alert-icon img{
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 80px;
}
@media (max-width: 580px){
  .notification-alert .alert-icon{
   /* min-height: 60px;
    min-width: 90px;*/
    display: none;
  }
  .notification-alert .alert-text{
    width: auto;
  }
  .notification-alert .mat-button.more-details{
    padding: 0 16px;
  }
}
@media (max-width: 992px){
  .notification-alert .alert-icon{
    min-height: 90px;
    min-width: 120px;
  }
  .notification-alert .alert-icon img{
    max-height: 70px;
  }
}

.is-table-row {
  display: table;
}
.is-table-row [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.search-card{
  margin-top: 24px;
  margin-bottom: 12px;
}
.search-card .mat-focused .mat-input-placeholder{
  color: #000;
}
.search-card .mat-input-underline{
  display: none;
}
.search-card .mat-icon{
  vertical-align: bottom;
  margin-right: 8px;
}
.mat-input-underline .mat-input-ripple{
  height: 1px;
}

.mat-card label.info{
  padding: 8px 0;
}

.delegate-card .services-table-mobile:last-of-type,
demand-card .status-history-table-mobile:last-of-type{
  margin-bottom: 12px;
}

demand-header-info .row:first-child{
  padding-bottom: 8px;
}

.row.item,
fieldset.item > flex-layout-root-widget > div > select-framework-widget > material-design-framework > div{
  border-radius: 2px;
  border: solid 1px rgba(216, 216, 216, .5) !important;
  margin: 4px 0 !important;
  padding: 8px 12px !important;
}

.row.item .mat-select{
  padding-top: unset;
  padding-bottom: unset;
}

.mat-select-trigger{
 height: unset !important;
}

internal-problem .mat-icon.error{
  vertical-align: bottom;
  margin: 0 8px;
}

app-ticket-view div.card-component,
app-ticket-form div.card-component{
  margin-top: unset !important;
}
app-ticket-view .mat-card,
app-ticket-form .mat-card{
  margin-bottom: 0 !important;
}

.ticket-card h3{
  display: inline-block;
  margin: 8px 0;
}
.ticket-card .primary-button{
  display: inline-block;
  float: right;
}


.social-rate-result{
  margin-top: 12px;
}

.cancel-accession-form .item{
  -webkit-margin-after: 18px;
}

.profile-dropdown img{
  height: 24px;
  border-radius: 50%;
  border: solid 1px #979797;
}
.profile-dropdown .name-arrow-icon{
  display: flex;
  align-items: center;
  align-content: center;
}
.profile-dropdown .name-arrow-icon .mat-icon{
  font-size: 16px;
  height: 16px;
  width: 16px;
  padding-top: 1px;
  color: #4a4a4a;
  vertical-align: middle;
}
@media (max-width: 580px){
  .profile-dropdown .mat-button-wrapper span{
    display: none;
  }
}
@media (min-width: 581px){
  .profile-dropdown.mat-button:not(:hover) {
    color: #4a4a4a;
  }
}

div.captcha{
  background-color: #eaeaea;
  line-height: 36px;
  text-align: center;
}

agm-map {
  height: 300px;
}

.google-map-container{
  padding: 12px 0;
}

.consultation-activity-header h3,
.consultation-activity-header h4{
  line-height: 36px;
}

.consultation-activity-header .mat-icon{
  vertical-align: text-top;
  font-size: 18px;
}

.activity-detail form{
  padding: 0 0 12px 24px;
  margin-bottom: 12px;
}

@media(max-width: 768px){
  div.page-footer > div.third > div.container > div.row > div > div.container > div.row > div.col-xs-12 > div.row:last-of-type > div.align-center-mobile > p {
    text-align: center;
    padding-top: 16px;
  }
}

.center-info{
  padding: 8px 0 16px;
    text-align: center;
    width: 250px;
    margin: 0 auto;
}
.center-info h4{
  text-align: center;
}

/*.login-card,
.signup-card{
  margin-top: 24px;
}*/

.login-card h3,
.recover-password-card h3,
.recover-user-card h3,
.signup-card h3{
  margin-bottom: 16px;
}

.login-card footer,
.recover-password-card footer,
.recover-user-card footer,
.change-password-card footer,
.signup-card footer{
  margin-top: 32px;
}

footer .mat-raised-button{
  margin: 0 0 0 8px;
}

.terms-dialog .mat-dialog-actions{
  float: right;
}

.notification-chat-channels #facebook{
  color: #4267b2;
}
.notification-chat-channels #twitter{
  color: rgb(29, 161, 242);
}
.notification-chat-channels #whatsapp{
  color: #48a798;
}
.notification-chat-channels #telegram{
  color: #0088cc;
}
.notification-chat-channels .mat-card{
  margin-bottom: 8px;
}
.notification-chat-channels .mat-card .mat-card-header-text > .mat-card-title{
  margin-bottom: 8px;
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
}
.notification-chat-channels .mat-card .mat-card-header-text > .mat-card-title img{
  width: 18px;
  margin-right: 4px;
}
.notification-chat-channels .mat-card .mat-card-header-text > .mat-card-subtitle{
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.notification-subscriptions{
  display: flex;
  flex-direction: column;
}
.notification-subscriptions .subscription-item{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #dddfe2;
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{
  background-color: rgba(247,93,0, 1);
}
.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{
  background-color: rgba(247,93,0, .5);
}

/* TABLAS */

datatable-header-cell.datatable-header-cell.sortable.resizeable.ng-star-inserted {
  display: flex;
  align-items: center;
  background-color: #ffffff;
}

.datatable-body-cell .ng-star-inserted > .material-icons{
  vertical-align: middle;
}

.datatable-body-cell-label a:hover{
  color: #4a4a4a;
}

.datatable-body-cell-label {
  height: 100%;
  display: flex;
  align-items: center;
}

.ngx-datatable.material {
  background: #FFF;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
}

.ngx-datatable.material .datatable-header {
  border-bottom: 1px solid #eee;
}

.ngx-datatable.material .datatable-header .datatable-header-cell {
  padding: .9rem 2rem;
  font-weight: 500 !important;
  color: currentColor;
}

.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: left;
  padding: .9rem 2rem;
  font-weight: 300;
  color: #4a4a4a !important;
}

.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover, .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: #fffde7 !important;
}

.ngx-datatable .datatable-body .datatable-body-row {
  outline: none;
  min-height: 48px !important;
  border-bottom: 1px solid #f5f5f5 !important;
}

.datatable-body-cell-label {
  white-space: nowrap;
}

.ngx-datatable .datatable-body .datatable-row-detail{
  height: auto !important; 
}

.empty-row {
  height: 100px !important;
  text-align: left;
  padding: .5rem 2rem;
  vertical-align: top;
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 300;
}
.sub-table{
  background-color: #f4f4f4;
  padding: 4px 24px;
}
.sub-table datatable-header-cell.datatable-header-cell.sortable.resizeable.ng-star-inserted {
  display: flex;
  align-items: center;
  background-color: #ffffff;
}


.datatable-body-cell-label a {
  margin-right: 12px;
  color: #4a4a4a;
}

.ngx-datatable.material .datatable-footer {
  border-top: 1px solid #eee;
  font-size: 12px;
  font-weight: 400;
  color: currentColor;
  margin-top: -5px;
}

.ngx-datatable .datatable-footer .datatable-footer-inner {
  height: 100px !important;
}

.ngx-datatable.material .datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover, 
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group{
  background-color: rgba(103, 58, 183, 0.02) !important;
}

.datatable-pager {
  margin: 0 24px !important;
}

.pager li>a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 6px 0 !important;
  background-color: transparent;
  border: none;
  border-radius: 100% !important;
  font-size: 14px;
  height: 30px !important;
  width: 30px !important;
}

.ngx-datatable .datatable-footer .datatable-pager .pager li.disabled a {
  cursor: default !important;
  border: none !important;
}

.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
  background-color: transparent;
  color: var(--accent-color) !important;
  border: 1px solid #4a4a4a;
  font-weight: normal;
  cursor: default;
}

.ngx-datatable.material .datatable-footer .datatable-pager a {
  color: #4a4a4a !important;
}

.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
  color: #4a4a4a !important;
  opacity: 0.25;
}

.ngx-datatable.material .datatable-footer .datatable-pager a:hover {
  /* color: var(--second-color) !important;
  border: 1px solid var(--second-color); */
  background-color: #4a4a4a;
}

.ngx-datatable .datatable-body-cell {
  overflow: hidden;
}

.datatable-icon-right, .datatable-icon-left, .datatable-icon-skip, .datatable-icon-prev {
  font-size: 22px !important;
  padding: 0 !important;
  padding-top: 2px !important;
}

.mat-drawer.mat-drawer-side {
  z-index: 0 !important;
}

.mat-drawer-container {
  color: #4a4a4a !important;
}

.mat-drawer-content {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.26);
}


.result-table{
  padding: 32px 0;
}

.ngx-datatable .mat-radio-button.mat-radio-checked.active .mat-radio-outer-circle{
  border-color: #7ed321;
}
.ngx-datatable .mat-radio-button.mat-radio-checked.active .mat-radio-inner-circle{
  background-color: #7ed321;
}

.ngx-datatable .mat-radio-button.mat-radio-checked.suspended .mat-radio-outer-circle{
  border-color: #ef4136;
}
.ngx-datatable .mat-radio-button.mat-radio-checked.suspended .mat-radio-inner-circle{
  background-color: #ef4136;
}

/* -------------- */



.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
  background-color: #ededed;
}
.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: tomato;
  z-index: 1;
}
.multi-steps > li:before {
  content: '\f00c';
  content: '\2713;';
  content: '\10003';
  content: '\10004';
  content: '\2713';
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: tomato;
  border-radius: 50%;
}
.multi-steps > li:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: tomato;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: tomato;
}
.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}


.service-detail-header {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-top: 8px;
}

.service-detail-info{
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.service-detail-info > * {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.service-detail-info > * > label {
  margin-bottom: 0;
  margin-right: 8px;
}

.service-detail-buttons{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 50%;
}
.service-detail-buttons > * {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
}
.service-detail-buttons > * button{
  width: 98%;
}
.service-detail-buttons label{
  width: 100%;
  text-align: center;
}

.main-button{
  margin: 0 8px;
}

@media (max-width: 580px){
  .service-detail-header{
    flex-direction: column-reverse;
    align-items: start;
    align-content: center;
  }
  .service-detail-buttons{
    width: 100%;
    margin: 8px 0 16px;
  }
  .main-button{
    display: none;
  }
}


.full-height{
  height: 100%;
}

.flex .flex-equal-height{
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.mat-card.full-height{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 992px){
  .flex.mobile-column{
    flex-direction: column;
  }
}




/*  new styles -------------- */


/* -------------------------- */

/* TITULO SEPARADOR */

.line-on-sides {
  overflow: hidden;
  text-align: center;
  margin: 24px 0;
  opacity: 0.7;
  text-transform: uppercase;
  color: var(--accent-color);
}

.line-on-sides:before, .line-on-sides:after {
  background-color: var(--accent-color);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  opacity: 0.3;
}

.line-on-sides:before {
  right: 0.5em;
  margin-left: -50%;
}

.line-on-sides:after {
  left: 0.5em;
  margin-right: -50%;
}

/* --------------------- */

.searchbox {
  display: flex;
  align-items: center;
  outline: none;
}

.searchbox i {
  margin-right: 8px;
}

.search {
  width: 100%;
  border: 0;
  font-size: 16px !important;
}

.searchbox .flex-content {
  -ms-align-items: center;
  align-items: center;
}

.searchbox .flex-content span {
  padding: 0 8px;
  font-size: 18px;
  letter-spacing: 0.05em;
}

app-location-button {
  white-space: nowrap;
  margin-right: 12px;
}

a#location-btn {
  font-weight: 400;
  font-size: 12px;
}

.menu-input-group {
  margin: 12px 12px 0;
}

/* panel dropdown */

.mat-select-panel {
  border: 1px solid var(--accent-color);
}

.mat-option {
  font-family: inherit !important;
}

.mat-option-text {
  /* color: var(--second-color); */
  font-weight: 300;
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, .06);
}

.mat-option.mat-active {
  background: rgba(0, 0, 0, .04);
  color: var(--accent-color);
}

.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}

/* CALENDARIO */
.mat-datepicker-content .mat-calendar-next-button, .mat-datepicker-content .mat-calendar-previous-button, .mat-datepicker-toggle {
  color: var(--second-color);
  font-size: 18px;
}

.mat-calendar-controls {
  display: flex;
  margin: 0 !important;
  margin-bottom: 8px !important;
}

.mat-calendar-arrow {
  margin: 0 0 0 12px;
  padding-bottom: 2px;
  border-top-color: var(--second-color);
}

.mat-calendar {
   display: unset !important;
   font-family: inherit;
}

.mat-calendar-header {
  padding: 0px 8px 0 8px;
  width: 300px;
}

.mat-calendar-body-label, .mat-calendar-period-button {
  font-weight: 600;
}

/* ------- */

.collectingEntity-form {
  min-width: auto;
  max-width: 100% !important;
  /* width: auto !important; */
  margin-left: 0 !important;
}


/* SECCION NOTIFICACIONES */

.header-details-notification {
  background: #f2f2f2;
  text-align: center;
  padding: 12px 8px;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 400;
  border-radius: 2px;
}

.label-alt {
  font-weight: 300;
  font-size: 12px;
  opacity: 0.7;
}

.label-res-alt {
  font-size: 16px;
  margin-bottom: 12px;
}

.collectingEntity-title {
  text-align: center;
  padding: 12px;
  background: #fafafa;
  font-size: 16px;
  font-weight: 300;
}

.mat-tab-group .ngx-datatable.material {
  box-shadow: none !important;
}

.contact-right .mat-tab-header {
  border-radius: 0 6px 0 0 !important;
}

.tabs-alone .mat-tab-header {
  border-radius: 6px 6px 0 0 !important;
}

/* -------------- */

.flex-content {
  display: flex;
  width: 100%;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-center-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

.flex-wrap-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.flex-space-between-column {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column; 
}

.flex-space-between {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* POWERED BY */

.poweredby {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 240px;
  padding: 8px;
  background-color: #334148;
  border-top: 1px solid #3f5058;
}

.poweredby img {
  height: 14px;
  opacity: 0.3;
}

img.messenger-logo {
  width: 100% !important;
  height: 13px;
  opacity: 0.3;
}

.cashcontrol-title {
  opacity: 0.5;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: normal;
  font-style: normal;
}

/* --------------- */

.tit-add_new {
  display: flex;
}

.container-add_new-btn {
  width: 100%;
  text-align: right;
  padding-right: 16px;
  margin-top: -10px;
}

.cdk-overlay-pane {
  min-width: min-content;
  height: fit-content !important;
  width: min-content;
}

.mat-dialog-container {
  border-radius: 6px !important;
  color: var(--second-color) !important;
}

mat-dialog-container .box-footer {
  margin-top: 0;
  padding: 0;
}

.color-error {
  color: #F50707;
}

/* MAT DIALOG */

.mat-dialog-content {
  margin: 0 !important;
  padding: 0 !important;
  /* max-height: 100% !important; */
}

.mat-dialog-actions {
  padding: 24px 0 12px 0 !important;
  margin-bottom: 0 !important;
  float: right;
}

/* ---------------- */

/* EDITOR ACE */

.ace_editor {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

/* .ace_gutter {
  padding: 8px 8px 8px 0;
} */

.ace_scroller {
  background: #fafafa !important;
}

/* ---------------- */

.identification{
  width: 118px;
  height: 38px;
  font-family: OpenSans;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f55e07;
}
.rendition {
  width: 102px;
  height: 30px;
  font-family: OpenSans;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brownish-grey);
}

.card-box-container {
  width: 619px;
  height: 417px;
  border-radius: 6px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.amount-payment-name-date {
  width: 355px;
  height: 45px;
}

.lebel-item-view {
  width: 128px;
  height: 17px;
  font-family: OpenSans;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brownish-grey);
}

.card-box{
  /* width: 387px; */
  height: 192px;
  border-radius: 6px;
  background-color: #f6f6f6;
}

.item-amount {
  width: 73px;
  height: 24px;
  /* font-family: OpenSans !important; */
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f55e07;
}

.item-date {
  width: 47px;
  height: 24px;
  font-family: OpenSans;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #f55e07;
}

.block-item {
  width: 130px;
  height: 40px;
}

.item-title {
  width: 52px;
  height: 17px;
  font-family: OpenSans;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brownish-grey);
}

.item-text {
  width: 47px;
  height: 19px;
  font-family: OpenSans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brownish-grey);
}

.title-redition-amount {
  color: #666666;
  font-size: 12px;
  font-weight: bold;

}

.block-item-rendition {
  padding-right: 7% !important;
}

.item-rendition-detail {

  margin-top: 10px;

}

.chart-rendition {
  margin-top: 38px !important;
}

.title-rendition-detail {
  font-weight: bold;
  margin-top: 10px;
  font-size: 12px;
}

.line {
  width: 94%;
  margin-left: 2.9%;
  height: 1px;
  border: solid 1px #b9b9b9;
}

.advanced-search-button {
  width: 140px;
  height: 26px;
  font-size: 9px;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  background-color: #666666;
  color: #ffffff;
  font-weight: 400;
  outline: none;
  border-radius: 0 0 3px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding-top: 3px;
}

.advanced-search-button i {
  margin-right: 4px;
  margin-left: -6px;
}


.search-advanced {
  float:right;
  margin: -4.7% 6.8% 0 0;
}

.content-detail-rendition {
  background-color: #F6F6F6;
  margin-top:10% !important;
}

.table-rendition-items {
  margin-top: 5% !important;
}

.module-bg {
  width: 96%;
  height: 150px;
  margin-left: -2% !important;
  border-radius: 6px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--second-color);
}

.module-bar-bg {
  width: 80%;
  height: 10px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #36b9f6, #07f5bf);
}

.claim-title-bar {
  width: 50%;
  margin-top: 2%;
  margin-left: 2%;
  height: 30px;
  font-family: OpenSans;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.basic-container {
  padding: 30px;
}

.version-info {
  font-size: 8pt;
  float: right;
}

.mat-slider.mat-slider-horizontal .mat-slider-wrapper {
  top: 18px;
}
.mat-slider.mat-slider-horizontal .mat-slider-track-wrapper {
  height: 12px;
  border-radius: 10px;
}
.mat-slider.mat-slider-horizontal .mat-slider-track-background,
.mat-slider.mat-slider-horizontal .mat-slider-track-fill {
  height: 100%;
}
.mat-slider.mat-slider-horizontal .mat-slider-track-fill {
    background-image: linear-gradient(to right, #36b9f6, #07f5bf);
}
.mat-accent .mat-slider-thumb {
  width: 46px;
  height: 24px;
  border-radius: 13px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff ;

  bottom: -20px;
  right: -20px ;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  background-color: white ;
}

.mat-accent .mat-slider-thumb, .mat-accent .mat-slider-thumb-label, .mat-accent .mat-slider-track-fill {
    background-color: #546e7a;
    color: black;
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb, .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
    background-color: #eee;
    margin: 3px;
}

.content-number-claims {
  width: 93%;
  height: 40px;
  margin-top: 3%;
  margin-left: 36%;
  font-family: OpenSans !important;
  font-size: 37px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.76;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}
.content-claim-title {
  width: 52px;
  height: 16px;
  font-family: OpenSans !important;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
}

.content-claim-result {
  width: 58px;
  height: 16px;
  font-family: OpenSans !important;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #ffffff;
}

.export-box {
  width: 52px;
  height: 35px;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.card-claim-button {
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  min-width: unset !important;
  white-space: normal !important;
  line-height: normal !important;
  padding: 8px 16px !important;
}

.line-vertical {
  height: 100%;
  /* margin-top: -5px !important; */
  padding: 0 14px;
  border-left: 1px dotted #00000030 !important;
}


.table-line-dotted {
  border: 1px dotted #00000030 !important;
}

.shape {
  width: 12px;
  height: 7.4px;
  opacity: 0.7;
  background-color: #666666;
}
.expandgrey {
  width: 24px;
  height: 24px;
}

.card-component {
  margin-top: 25px;
  margin-left: -5%;
  width: 102%;
}

.table-column-detail {
  background: #e6e6e6 !important;
  vertical-align: middle !important;
  padding-left: 8px !important;
  padding-right: unset !important;
  font-weight: 600;
}

.container-checkbox {
  padding-right: unset;
}

.content-group-filter {
  margin-top: -40px;
  /* margin-bottom: 40px; */
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin-left: -12.6%;
  margin-right: -12.6%;
  padding: 0px 12.6%;
  box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.content-filter-advanced {
  margin-bottom: 14px !important;
}

.search-filter-button {
  float: right;
  margin-top: 14px;
  padding-bottom: 1.34375em;
}

.card-icon-expanded {
  font-size: 32px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.card-expanded {
  background-color: #f6f6f6;
  border-radius: 6px 6px 0 0;
}

.card-checkbox-button {
  margin: 8px 0 8px 0 !important;
}

.round {
  position: relative;
}

.round label {
  background-color: #ffffff;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  margin-left: 5px;
}

.round label:after {
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
  content: "";
  height: 7px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 13px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: var(--accent-color);
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.card-selected {
  background-color: var(--hovertabla-color) !important;
  box-shadow: 0 0.07em 0.125em 0 rgba(0, 0, 0, .15), inset 0 0 0 2px var(--accent-color) !important;
}

.card-expanded-selected {
  background: rgba(0,0,0,0.04) !important;
}

.card-expanded-selected-table {
  background: rgba(0,0,0,0.07) !important;
}

.rendition-chart {
  margin: 16px 0 0 0 !important;
}

.rectangle-amount {
  border-radius: 2px;
  background-color: #f6f6f6;
  margin-left: -15px;
  padding: 8px 0 8px 0;
}

.title-payment-detail {
  font-weight: bold;
  margin-top: 10px;
  font-size: 12px;
}

.item-payment-detail {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 300;
}

.card-elements-position {
  width: 100%;
  padding-top: 10px;
}

.card-elements-position-fixed {
  float: right;
  width: 48px;
  margin-left: 8px;
}

.card-show-generate-claim {
  width: 166px !important;
}

.article-card {
  margin-top: 16px;
}

.card-amount-equals {
  color: #77C209 !important;
}

.card-amount-distinct {
  color: #F50707 !important;
}

.claim-content-action {
  display: flex;
  margin-right: 16px;
}

.claim-action {
  display: flex;
  text-align: right;
}

.claim-export-button {
  background: #ffffff !important;
  color: #666 !important;
}

.mat-paginator-range-label {
  margin: 0 48px 0 48px !important;
}

.mat-paginator, .mat-paginator-page-size .mat-select-trigger {
  font-family: inherit !important;
  font-size: 12px !important;
}

.mat-paginator-page-size-label {
  font-size: 14px;
}

.card-hidden {
  background-color: inherit;
  box-shadow: unset !important;
}

.mat-snack-bar-container {
  border-radius: 3px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #2f2f2f;
  height: 56px;
  margin-bottom: 8px !important;
}

.card-checkbox-disabled {
  border: 1px solid #9292926e !important;
}

/* PADDING COLUMNAS */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 8px;
  padding-left: 8px;
}

.card-payment-reverse {
  border-radius: 3px;
  background-color: #f50707;
  margin: -12px 8px -12px -12px;
  width: 4px;
}

.payment-reverse-status {
  color: #f50707 !important;
  font-weight: normal !important;
}

.conciliation-amount-distinct {
  border-radius: 3px;
  background-color: #ffeded;
  width:100% !important;
  padding: 4px 8px 4px 0;
  margin-left: 8px;
}

.fit-content {
  max-width: fit-content;
}

.button-processedFile-reprocess {
  padding: 0 !important;
  border: 0 !important;
  font-size: 12px !important;
  text-transform: inherit !important;
  margin-left: 8px !important;
  /* font-weight: bold; */
  min-width: 88px !important;
  height: 24px;
  line-height: 22px !important;
}

.import-file-spinner {
  zoom: 0.2 !important;
  margin-left: 56px !important;
}

/* RESPONSIVE */

@media (max-width: 1700px) {
  .payment-reference {
    font-size: 13.7px !important;
  }
}

@media (max-width: 1350px) {
  .payment-reference {
    font-size: 12.7px !important;
  }
}

@media (max-width: 1200px) {
  .content, .content-notopmenu {
    padding: 40px 4% 100px 4% !important;
  }
}

@media (max-width: 900px) {
  .notifications-sidenav {
    width: 100%;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    padding: 0 8px 0 0px !important;
  }

  img.topbar-logo {
    display: none;
  }

  .content, .content-notopmenu {
    padding: 40px 5% 100px 5% !important;
  }

  .indicator-card {
    margin-bottom: 8px;
  }

  .mat-progress-bar {
    margin-top: -40px;
  }
}

@media (max-width: 550px) {
  h4 {
    padding-left: 8px;
  }

  .chart-comment {
    margin-left: 8px;
  }

  .searchbox {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .searchbox .flex-content {
    justify-content: center;
    margin-bottom: 12px;
  }
}

.error {
  color:#f44336 !important;
}

/* END RESPONSIVE   */


/* LOADING */

.loading {
  position: fixed;
  z-index: 2500;
  height: 2em;
  width: 2em;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  position: fixed;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 60px;
  height: 60px;
  margin-top: -0.5em;
  animation: spinner 1500ms infinite linear;
  border: solid 5px var(--accent-color);
  border-radius: 50%;
  border-color: transparent var(--accent-color) var(--accent-color) var(--accent-color);
}

.processing {
  width: 386px;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  color: var(--accent-color);
  position: absolute;
  top: 96px;
  left: -140px;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* END LOADING */

.mat-raised-button.mat-secondary {
    background: var(--third-color); !important;
    color: #fff !important;
    border-color: var(--third-color) !important;
}

.mat-raised-button.mat-tertiary {
    background: var(--fourth-color); !important;
    color: #fff !important;
    border-color: var(--fourth-color) !important;
}



.content, .content-notopmenu {
  padding: 40px 5% 100px 5% !important;
  width: 100%;
  height: 100vh;
  background: #e6e6e6;
  overflow: auto;
}

.box-footer {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
  margin-top: 24px;
}

.mat-form-field-wrapper {
  padding-bottom: 1.34375em
}


.property-label-title {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  color: #666666;
  margin-left: 24px;
  margin-right: 16px;
  
}

.property-item-text {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  color: #666666;
  margin-left: 24px;
  margin-right: 16px;
  
}

.indicator-card {
  border-radius: 2px;
  margin: 0 -8px;
  width: 100% !important;
}

.indicator-card .mat-card-title {
  font-size: 12px !important;
  font-weight: 400;
  color: var(--accent-color);
  text-transform: uppercase;
}

.indicator-card .mat-card-subtitle {
  white-space: normal;
  font-size: 14px !important;
  font-weight: 300;
  margin-left: 8px;
  margin-top: 0 !important;
  color: var(--second-color) !important;
}

.indicator-card-total {
  font-size: 40px;
}


/* no results */

.noresults {
  text-align: center;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  color: var(--accent-color);
}

.noresults2 {
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  padding: 74px 0;
  border-radius: 6px;
  background: #ECEFF1;
  margin-bottom: 64px;
  box-shadow: inset 0px 0px 0px 2px #B0BEC5;
}

.noresults2 img {
  width: 110px;
  height: 110px;
  margin-bottom: 12px;
}

.nores_1line {
  font-size: 30px;
  font-weight: 600;
  display: none;
}

.nores_2line {
  font-size: 22px;
}

.nores_3line {
  font-size: 16px;
  font-weight: 300;
}

/* ------------- */

.box {
  background: #FFF;
  border-radius: 6px;
  -webkit-box-shadow: 0 0.07em 0.125em 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0.07em 0.125em 0 rgba(0, 0, 0, .15);
  padding: 16px;
}

.nopadding {
  padding: 0 !important;
}

.noSideMargins {
  margin: 0 -15px;
}

/* --------------- */

/* ALERTAS */

.alert {
  border-radius: 6px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-success {
    color: #388E3C !important;
    background-color: #F9FBE7 !important;
    border-color: #C5E1A5 !important;
}

.alert-warning {
    color: #F57F17 !important;
    background-color: #FFFDE7 !important;
    border-color: #ffee58 !important;
}

/* --------------- */


/* CHARTS */


.chart-details {
    background: #eee;
    color: #484848;
    padding: 16px;
    border-radius: 0 0 6px 6px;
    margin-bottom: 42px;
    margin-top: -8px;
    border-top: none;
}

.chart-details-title {
  margin-bottom: 4px;
  font-size: 18px;
}

.chart-details-title a {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #484848;
}

.chart-comment {
  font-weight: 300;
  /* font-style: italic; */
  font-size: 14px;
  margin-bottom: 26px;
  margin-left: 32px;
  margin-top: -28px;
}


.chart-legend{
display: block !important;
}
.chart-legend .legend-labels{
width: unset !important;
background: none !important;
}
.chart-legend .legend-label{
display: inline-block !important;
}

.nochartdata {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 32px;
  font-size: 16px;
  font-weight: 300;
  color: #888888;
}


.mat-card-content {
  display: inline-flex !important;
  align-items: center;
  width: 100%;
  padding-top: 16px;
}

.mat-card:not([class*=mat-elevation-z]) {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.mat-card {
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    display: block;
    position: relative;
    padding: 16px !important;
    color: var(--second-color) !important;
    border-radius: 6px !important;
    box-shadow: 0 0.07em 0.125em 0 rgba(0, 0, 0, .15), inset 0 0 0 2px transparent !important;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    justify-content: center;
    align-items: center;
    font-family: inherit !important;
    transition: all .1s ease-in-out !important;
}

.add_new-btn {
    background: var(--accent-color);
    color: #fff !important;
    padding: 4px !important;
    line-height: 0 !important;
    top: 9px;
    margin-right: 5px !important;
    width: 20px;				
}

.tit-add_new{
  margin-top: 10px;	
}


.metadata-button {
   width: 30px !important;				
   min-width: 30px !important;
}

.customer-button {
	margin: 16px !important; 
	font-size: 12px !important; 
	font-weight: 600 !important; 
	color: #ffffff !important;
}



/* CONTACT USER */

.contact-left {
  text-align: center;
  padding: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-left i {
  font-size: 120px;
  opacity: 0.4;
  width: 100%;
  margin-bottom: 12px;
}

.contact-name {
  font-size: 24px;
  font-weight: 500;
  /* white-space: nowrap; */
}

.contact-account {
  font-size: 18px;
  font-weight: 300;
  margin-top: 8px;
  white-space: nowrap;
}

.contact-right {
  background: #fafafa;
  padding: 0;
  border-left: 1px solid #eee;
  border-radius: 0 6px 6px 0;
  width: 100%;
}

.contact-entity {
  font-weight: 300;
  font-style: italic;
  margin-top: 8px;
}

.contact-right .mat-tab-nav-bar {
  box-shadow: none;
  padding: 0;
  width: auto;
  position: unset !important;
  border-radius: 0 6px 0 0;
  background: #EFEFEF;
}

.contact-right .mat-tab-nav-bar .mat-tab-links a {
  color: var(--second-color) !important;
}

.contact-right .mat-tab-nav-bar .mat-tab-links .mat-ink-bar {
  background-color: var(--second-color) !important;
}

.contact-tab-content {
  padding: 24px;
}

.contact-tab-content label {
  margin-bottom: 8px;
  font-weight: 500;
}

.contact-data {
  border-radius: 6px;
  background: #f5f5f5;
  padding: 6px 12px;
  margin-bottom: 10px;
  border: 1px solid;
  border-color: #f5f5f5;
  width: 100%;
}

.verify {
  margin-left: 8px;
  margin-right: 2px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: var(--accent-color);
  padding: 6px 10px;
  border-radius: 2px;
}

.verify:hover {
  color: #fff !important;
}

.contact-info {
  margin-left: 18px;
}

.email {
  text-transform: lowercase;
}

.create_date {
  font-weight: 300;
  font-size: 12px;
  font-style: italic;
  opacity: 0.8;
}


/* Calendar **/


.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder; }

.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }

.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0; }

.cal-month-view .cal-cell-top {
  min-height: 78px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.cal-month-view .cal-cell-row {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex; }

.cal-month-view .cal-cell {
  float: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .cal-month-view .cal-cell .cal-event {
    pointer-events: all !important; }

.cal-month-view .cal-day-cell {
  min-height: 100px; }
  @media all and (-ms-high-contrast: none) {
    .cal-month-view .cal-day-cell {
      display: block; } }

.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid; }

.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid; }

.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px; }

.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px; }

.cal-month-view .cal-events {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px; }

.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer; }

.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default; }

.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em; }

.cal-month-view .cal-open-day-events {
  padding: 15px; }

.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px; }

.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3; }

.cal-month-view .cal-draggable {
  cursor: move; }

.cal-month-view .cal-drag-active * {
  pointer-events: none; }

.cal-month-view .cal-event-title {
  cursor: pointer; }
  .cal-month-view .cal-event-title:hover {
    text-decoration: underline; }

.cal-month-view {
  background-color: #fff; }
  .cal-month-view .cal-cell-row:hover {
    background-color: #fafafa; }
  .cal-month-view .cal-cell-row .cal-cell:hover,
  .cal-month-view .cal-cell.cal-has-events.cal-open {
    background-color: #ededed; }
  .cal-month-view .cal-days {
    border-color: #e1e1e1; }
  .cal-month-view .cal-day-cell:not(:last-child) {
    border-right-color: #e1e1e1; }
  .cal-month-view .cal-days .cal-cell-row {
    border-bottom-color: #e1e1e1; }
  .cal-month-view .cal-day-badge {
    background-color: #b94a48;
    color: #fff; }
  .cal-month-view .cal-event {
    background-color: #1e90ff;
    border-color: #d1e8ff;
    color: #fff; }
  .cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
    color: #8b0000; }
  .cal-month-view .cal-day-cell.cal-today {
    background-color: #e8fde7; }
  .cal-month-view .cal-day-cell.cal-drag-over {
    background-color: #e0e0e0 !important; }
  .cal-month-view .cal-open-day-events {
    color: #fff;
    background-color: #555;
    -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5); }

.cal-week-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }
  .cal-week-view * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cal-week-view .cal-day-headers {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    padding-left: 70px;
    border: 1px solid; }
  .cal-week-view .cal-day-headers .cal-header {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    padding: 5px; }
    .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
      border-right: 1px solid; }
    .cal-week-view .cal-day-headers .cal-header:first-child {
      border-left: 1px solid; }
  .cal-week-view .cal-day-headers span {
    font-weight: 400;
    opacity: 0.5; }
  .cal-week-view .cal-day-column {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-left: solid 1px; }
  .cal-week-view .cal-event {
    font-size: 12px;
    border: 1px solid; }
  .cal-week-view .cal-time-label-column {
    width: 70px;
    height: 100%; }
  .cal-week-view .cal-current-time-marker {
    position: absolute;
    width: 100%;
    height: 2px;
    z-index: 2; }
  .cal-week-view .cal-all-day-events {
    border: solid 1px;
    border-top: 0;
    border-bottom-width: 3px;
    padding-top: 3px;
    position: relative; }
    .cal-week-view .cal-all-day-events .cal-day-columns {
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      position: absolute;
      top: 0;
      z-index: 0; }
    .cal-week-view .cal-all-day-events .cal-events-row {
      position: relative;
      height: 31px;
      margin-left: 70px; }
    .cal-week-view .cal-all-day-events .cal-event-container {
      display: inline-block;
      position: absolute; }
      .cal-week-view .cal-all-day-events .cal-event-container.resize-active {
        z-index: 1;
        pointer-events: none; }
    .cal-week-view .cal-all-day-events .cal-event {
      padding: 0 5px;
      margin-left: 2px;
      margin-right: 2px;
      height: 28px;
      line-height: 28px; }
    .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .cal-week-view .cal-all-day-events .cal-time-label-column {
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 14px; }
    .cal-week-view .cal-all-day-events .cal-resize-handle {
      width: 6px;
      height: 100%;
      cursor: col-resize;
      position: absolute;
      top: 0; }
      .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
        right: 0; }
  .cal-week-view .cal-event,
  .cal-week-view .cal-header {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap; }
  .cal-week-view .cal-drag-active {
    pointer-events: none;
    z-index: 1; }
    .cal-week-view .cal-drag-active * {
      pointer-events: none; }
  .cal-week-view .cal-time-events {
    position: relative;
    border: solid 1px;
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex; }
    .cal-week-view .cal-time-events .cal-day-columns {
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .cal-week-view .cal-time-events .cal-day-column {
      position: relative; }
    .cal-week-view .cal-time-events .cal-events-container {
      position: relative; }
    .cal-week-view .cal-time-events .cal-event-container {
      position: absolute;
      z-index: 1; }
    .cal-week-view .cal-time-events .cal-event {
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      margin: 1px;
      padding: 0 5px;
      line-height: 25px; }
    .cal-week-view .cal-time-events .cal-resize-handle {
      width: 100%;
      height: 4px;
      cursor: row-resize;
      position: absolute; }
      .cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
        bottom: 0; }
  .cal-week-view .cal-hour-segment {
    position: relative; }
    .cal-week-view .cal-hour-segment::after {
      content: '\00a0'; }
  .cal-week-view .cal-event-container:not(.cal-draggable) {
    cursor: pointer; }
  .cal-week-view .cal-draggable {
    cursor: move; }
  .cal-week-view mwl-calendar-week-view-hour-segment,
  .cal-week-view .cal-hour-segment {
    display: block; }
  .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom: thin dashed; }
  .cal-week-view .cal-time {
    font-weight: bold;
    padding-top: 5px;
    width: 70px;
    text-align: center; }
  .cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
    display: none; }
  .cal-week-view .cal-starts-within-day .cal-event {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .cal-week-view .cal-ends-within-day .cal-event {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1; }
  .cal-week-view .cal-day-headers {
    border-color: #e1e1e1;
    border-top: 0; }
  .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
    border-right-color: #e1e1e1; }
  .cal-week-view .cal-day-headers .cal-header:first-child {
    border-left-color: #e1e1e1; }
  .cal-week-view .cal-day-headers .cal-header:hover,
  .cal-week-view .cal-day-headers .cal-drag-over {
    background-color: #ededed; }
  .cal-week-view .cal-day-column {
    border-left-color: #e1e1e1; }
  .cal-week-view .cal-event {
    background-color: #d1e8ff;
    border-color: #1e90ff;
    color: #1e90ff; }
  .cal-week-view .cal-all-day-events {
    border-color: #e1e1e1; }
  .cal-week-view .cal-header.cal-today {
    background-color: #e8fde7; }
  .cal-week-view .cal-header.cal-weekend span {
    color: #8b0000; }
  .cal-week-view .cal-time-events {
    border-color: #e1e1e1; }
    .cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
      background-color: #ededed; }
  .cal-week-view .cal-hour-odd {
    background-color: #fafafa; }
  .cal-week-view .cal-drag-over .cal-hour-segment {
    background-color: #ededed; }
  .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom-color: #e1e1e1; }
  .cal-week-view .cal-current-time-marker {
    background-color: #ea4334; }

.cal-day-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }
  .cal-day-view mwl-calendar-week-view-header {
    display: none; }
  .cal-day-view .cal-events-container {
    margin-left: 70px; }
  .cal-day-view .cal-day-column {
    border-left: 0; }
  .cal-day-view .cal-current-time-marker {
    margin-left: 70px;
    width: calc(100% - 70px); }

.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9; }

.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px; }

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0; }

.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px; }

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0; }

.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px; }

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px; }

.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px; }

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px; }

.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem; }

.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000; }

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000; }

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000; }

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000; }

.cal-tooltip-inner {
  color: #fff;
  background-color: #000; }


.mat-button-toggle-checked {
   .mat-button-toggle-label-content{
     color: var(--primary)
    }
}


.payment-create {
 margin-left: 15px	

}

.lead-view {
 margin-left: 25px	
}

.expediente-editable{
 margin-left: 20px	
}

.expediente-property{
 margin-top: 15px	
}

.mediopago-form {
display: block;
margin-left: 10px;
}

.cobranza-search {
display: block;
margin-left: 17px;
margin-right: 20px;
padding-top: 17px;
}

.contactos-view {
display: block;
margin-left: 17px;
margin-right: 20px;
padding-top: 17px;
margin-top:15px;
}

.cobranza-card-invoices {display: inline-block;}

.container-logo-signup {
	display: flex;
	background-color: #2d4159;
	width: 100%;
	height: 80px;
}

.logo-signup {
	margin: 16px;
	margin-left: 45%;
}
.edit-screen {
 margin-left: 25px	
}

.register-title-container {
 	background-color: rgba(255, 255, 255, 0.5);
 	width:400px; margin-left:10%
}

.register-title {
	color: #2f3d5a !important;
	text-align: center;
	font-size:2.5rem;
	margin-bottom:25px
}

.payment-form{
padding:25px;
}
