@import url(introjs.css);

:root {
  --white-rbg: 255, 255, 255;
  --white: #FFFFFF;

  --clay: #0197A7;
  --clay_2: #00bcd4;
  --clay_3: #99ffff;
  --clay_4: #006d7d;
  --clay_5: #005866;

  --ocean: #40677E;
  --gold: #EFB930;
  --dark: #1F3441;
  --dark-opacity: #2b2626b3;
  --darkgrey: #40677E;
  --grey: #2B4758;

  --lightgrey: #bdccd4;
  --lightgrey_1: #d7dddf;
  --lightgrey_2: #E4EBED;
  --lightgrey_3: #eceff1;
  --greywhite: #f3f6f6;
  --warning: #efb92f;

  --warning-rgb: 239, 185, 47;
  --info: #82d7ff;
  --info-rgb: 130, 215, 255;
  --alert: #f25234;
  --alert-rgb: 242, 82, 52;
  --match: #5dbe61;
  --match-rgb: 93, 190, 97;
  --complete: #fb8b24;
  --complete-rgb: 251, 139, 36;

  --base: #1e2d46;
  --base_2: #002EFF;
  --base_destacado: #f15711;
  --base_destacado_2: #00ffaf;





}

.lima {
  background-color: #cddc39 !important;
}

.clay {
  background-color: var(--clay_2) !important;
}

.clay:hover {
  background-color: var(--clay) !important;
}

.icon_costcenter.partial {
  /* Fondo con gradiente para simular medio donut */
  background: linear-gradient(to right, #FFA726 50%, #E0E0E0 50%);
  border-radius: 50%;
}

.nav-wrapper.cyan.darken-2 {
  background-color: #007E92 !important;
}

body {
  background-color: var(--greywhite) !important;
  color: var(--dark);
  font-size: 14px;
  font-family: "Roboto", sans-serif !important;
  font-weight: normal;
}

body a {
  color: var(--clay);
}

body #content a:hover {
  color: var(--clay_2);
}

div#clayModal p a {
  color: var(--clay) !important;
}

div#clayModal p a.close_alert {
  color: var(--dark) !important;
}

body a:link,
a:visited,
span.MsoHyperlink {
  /* color: inherit !important; */
  text-decoration: none;
}

.gray60 {
  color: #999999
}

a.change_type_one {
  padding: 5px 2px !important;
  display: inline-block !important;
  cursor: pointer;
}

a.change_type_one:hover {
  color: var(--clay_2) !important;
}

body a.disabled {
  color: var(--grey) !important;
}

body a.disabledaction {
  color: var(--grey) !important;
  pointer-events: none;
  cursor: default;
}

[type="checkbox"]:not(:checked):disabled+label:before {
  border: none;
  background-color: var(--grey) !important;
}

#content {
  position: relative;
  margin-top: 1em;
}

.wrap {
  margin-bottom: 0 !important;
  position: relative;
  padding-bottom: 56px;
}

#content .setting-box {
  background-color: var(--white);
  border-radius: 8px;
  padding: 2em 1em;
  position: relative;
  min-height: 80vh;
  /* margin-bottom: 40px; */
}

.Scrollbar {
  /* padding: 8px 0 !important; */
  min-height: 40vh !important;
  overflow: auto;
}

.Scrollbar.content_details {
  height: 89vh !important;
}

.modal {
  background-color: #fff !important;
  max-height: 80%;
}

.padding-non {
  padding: 0 !important;
}

.padding-non-left {
  padding-left: 0 !important;
}

.padding-non-right {
  padding-right: 0 !important;
}

.margin-non {
  margin: 0 !important;
}

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

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

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.h40 {
  height: 40px !important;
  line-height: 40px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

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

.mt20 {
  margin-top: 20px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.clear {
  clear: both;
}

.pointer {
  cursor: pointer;
}

.displaynone {
  display: none;
}

.word-break {
  word-break: break-word !important;
}

.divisor {
  display: block;
  height: 40px;
  position: relative;
}

.divisor-mini {
  display: block;
  height: 8px;
}

.divisor-small {
  display: block;
  height: 20px;
}

.divisor-mobile {
  display: block;
  height: 8px;
  width: 100%;
}

.divider {
  margin: 15px;
  background-color: var(--lightgrey) !important;
}

.divider-dot {
  width: 100%;
  height: 2px;
  display: block;
  border-bottom: 1px dotted var(--lightgrey);
  margin: 20px 0;
}

.divisor span.center {
  position: absolute;
  top: -12px;
  background: #fff;
  padding: 0 10px;
  /* text-align: center; */
  left: 46%;
}

.divider-right {
  border-right: 1px solid var(--lightgrey);
}

h1.title i.material-icons {
  vertical-align: middle;
  margin-right: 10px;
}

h1.title svg {
  margin-right: 10px;
}

h2.title {
  font-size: 1.2em;
  padding: 0.8em !important;
  color: var(--clay);
}

h2.title svg {
  margin-right: 15px;
}

h2.title i {
  vertical-align: middle;
}

.box .title span {
  vertical-align: middle;
  display: contents;
}

.box .title small {
  line-height: 2;
  /* display: inline-block; */
  clear: both;
  margin-left: 5px;
  vertical-align: middle;
}

.title span {
  /* font-weight: 300; */
  display: inline-block;
  vertical-align: top !important;
  line-height: 1.3;
}

.italic {
  font-style: italic;
}

a.help {
  color: var(--grey);
  margin-left: 5px;
  font-size: 1.3em;
}

textarea {
  border: 1px solid var(--lightgrey) !important;
  background: #fff !important;
  border-radius: 8px !important;
  padding: 10px !important;
  margin-top: 15px !important;
  color: var(--dark) !important;
  box-sizing: border-box !important;
}

textarea:not(.mention-input-hidden) {
  min-height: 60px;
  max-height: 100px;
  height: 6rem !important;
}

/*Icono flecha clase caret*/
.caret {
  display: none;
}

textarea:focus {
  outline: none;
  background: #fff;
  border: 1px solid var(--dark);
  transition: all 1s ease;
}

.w-10 {
  width: 10%;
  display: inline-block !important;
}

.w-20 {
  width: 20%;
  display: inline-block !important;
}

.w-25 {
  width: 25%;
  display: inline-block !important;
}

.w-30 {
  width: 30%;
  display: inline-block !important;
}

.w-40 {
  width: 40%;
  display: inline-block !important;
}

.w-60 {
  width: 60%;
  display: inline-block !important;
}

.w-80 {
  width: 79% !important;
  display: inline-block !important;
}

.w-77 {
  width: 77% !important;
  display: inline-block !important;
}

.w-16 {
  width: 16% !important;
  display: inline-block !important;
}

.w-18 {
  width: 18% !important;
  display: inline-block !important;
}

.wp25 {
  width: 5% !important;
  display: inline-block !important;
}

.w-4 {
  width: 4% !important;
  display: inline-block !important;
}

.w12 {
  width: 14% !important;
  display: inline-block !important;
}

.w36 {
  width: 36px !important;
  margin-left: 5px;
  display: inline-block !important;
}

.box-plug {
  margin-bottom: 30px !important;
}

.wp25 div {
  display: inline-block;
  min-width: 35%;
  vertical-align: top;
  height: 20px;
}

.mw-170 {
  min-width: 170px !important
}

.mw-500 {
  min-width: 500px !important;
}

.img {
  max-width: 100%;
  width: 500px;
}

/* ==========================================================================
Logo
========================================================================== */
.brand-logo img {
  height: 48px;
  padding: 2px 0 !important;
  vertical-align: middle;
}

/* ==========================================================================
Footer
========================================================================== */
footer.center {
  /* margin: 10px 10px; */
  /* background: var(--lightgrey_2); */
  /* border-top: 2px solid var(--grey); */
  /* z-index: 999; */
  /* border-radius: 8px; */
  float: right;
  width: 82%;
  padding: 13px;
  color: var(--grey);
  /* width:100%; */
  position: absolute;
  bottom: 0;
  right: 0;
}

title .btn-help i {
  margin-left: 5px !important;
  margin-right: 0 !important;
  margin: 0;
}

ul.nav_bottom {
  margin: 5px 0;
}

ul.nav_bottom li {
  display: inline-block;
}

ul.nav_bottom li a {
  color: var(--grey);
  padding: 4px 10px;
}

ul.nav_bottom li a:hover {
  color: var(--clay);
}

footer .firma {
  font-size: 12px;
}

.title .btn-help {
  font-size: 14px;
  vertical-align: middle;
}

.title .btn-help i {
  margin-left: 5px !important;
  margin-right: 0 !important;
  margin: 0;
}

.testdrive {
  background-color: var(--alert);
  border-radius: 44px;
  font-size: 7px;
  padding: 5px;
  text-transform: uppercase;
  color: white;
  position: relative;
  top: -3px;
}

/* ==========================================================================
 404 - Cuenta Deshabilitada
========================================================================== */

#disabled .robot {
  background-image: url(https://cdn.clay.cl/home/robot_404.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 45%;
  display: block;
  width: 50%;
  height: 100vh;

}

#disabled .notfound {
  background-image: url(/img/Oops404.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 45%;
  display: block;
  width: 50%;
  height: 100vh;

}

#disabled .textnotfound {
  padding: 0 20px !important;
}

.texth1 {
  font-size: 50px !important;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.subtext {
  font-size: 20px !important;
  line-height: 1.5;
  text-align: left;
}

#disabled .error500 {
  background-image: url(/img/error500.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 45%;
  display: block;
  width: 50%;
  height: 100vh;

}

#disabled .error503 {
  background-image: url(/img/503error.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 45%;
  display: block;
  width: 50%;
  height: 100vh;

}

#disabled .texto {
  margin-top: 4em !important;
}

#disabled h1 {
  font-size: 4rem;
  text-align: center;
  margin-top: -30px;
  /* font-weight: 100; */
}

#disabled {
  color: var(--lightgrey);
  background: var(--dark);
}

#disabled h4 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #90a3ae;
}

#disabled p {
  font-size: 20px;
}

#disabled .row {
  margin: 0;
}

#disabled .valign-wrapper {
  min-height: 100vh;
}

#disabled .valign-wrapper .center {
  width: 100%;
}

#disabled .valign-wrapper .center i {
  padding: 50px !important;
  font-size: 60px !important;
}

span.plus-message {
  font-size: 170px;
  font-weight: 800;
}

#disabled .box-btn {
  margin-bottom: 15px !important;
}

#disabled .box-btn>div {
  margin-bottom: 15px !important;
}

.error .box-btn {
  width: 50% !important;
  margin: 0 auto !important;
}

/* ==========================================================================
Botones
========================================================================== */

.btn {
  -webkit-appearance: none;
  box-shadow: none;
  color: var(--white) !important;
  width: 100% !important;
  font-size: 1em;
  font-weight: 500;
  padding: 0 10px;
  text-align: center !important;
  border-radius: 8px !important;
  height: 40px !important;
  line-height: 40px !important;
  text-transform: unset !important;
  cursor: pointer;
}

.btn:hover {
  box-shadow: none !important;
}

.setting-box .action-save .btn {
  width: 20% !important;
}

.btn.btn-principal {
  background: var(--gold) !important;
  box-shadow: none;
  color: var(--white) !important;
  padding: 0 10px !important;
  border-color: var(--gold) !important;
}

.file-field.upload_section.btn.btn-principal a {
  color: #fff !important;
}

.btn-drop a.btn.btn-principal {
  background: var(--clay) !important;
  color: var(--white) !important;
  font-size: 1em;
  text-transform: inherit;
  text-align: left;
}

.btn-drop a.btn.btn-principal:hover {
  background: var(--grey) !important;
  box-shadow: none;
}

.btn.btn-principal:hover {
  background: var(--grey) !important;
  box-shadow: none;
}

.btn-drop a.btn.btn-principal svg {
  margin-right: 10px;
}

.btn.btn-secondary,
.action_plan a,
.action_plan select {
  /* background: var(--grey) !important; */
  background: var(--lightgrey_2) !important;
  -webkit-appearance: none;
  box-shadow: none;
  color: var(--clay) !important;
  width: 100% !important;
  font-size: 1em;
  padding: 0 5px;
  text-align: center !important;
  line-height: 40px !important;
  border-radius: 8px;
  height: 40px !important;
  text-transform: unset;
}

.action_plan a.icon-drag {
  background: transparent !important;
}

.btn.btn-secondary:hover,
.action_plan a:hover,
.action_plan select:hover,
.tabs_cashflow .tab.principal-tab a:hover {
  box-shadow: none !important;
  background: var(--grey) !important;
  color: var(--white) !important;
  cursor: pointer;
  border-color: var(--grey) !important;
}

.action_plan a:hover i,
.btn.btn-secondary:hover i {
  color: var(--white) !important;
}

.btn.btn-secondary i {
  line-height: inherit;
  height: inherit;
}

.btn.btn-secondary.btn-text svg {
  margin-right: 10px !important;
}

.btn.btn-secondary.dark,
.btn-icon.dark {
  background: var(--grey) !important;
  color: var(--white) !important;
}

.btn.btn-secondary.dark:hover,
.btn-icon.dark {
  background: var(--lightgrey) !important;
  color: var(--darkgrey) !important;
}

.btn.tiny.small {
  height: 30px !important;
  line-height: 30px !important;
  font-size: 12px !important;
  text-transform: uppercase;
  padding: 8px 10px !important;
  display: inline !important;
  margin-right: 10px !important;
}

.btn.small {
  height: 33px !important;
  line-height: 33px !important;
  font-size: 12px !important;
  text-transform: uppercase;
}

.btn.small svg {
  font-size: 13px !important;
}

.btn.medium {
  font-size: 0.9em;
  height: 36px !important;
  line-height: 36px !important;
}

.btn.btn-secondary[disabled],
.btn.btn-principal[disabled] {
  background-color: var(--lightgrey_3) !important;
  color: var(--lightgrey) !important;
  cursor: not-allowed !important;
}

.btn-icon {
  background: var(--lightgrey_2);
  color: var(--grey);
  padding: 9px;
  font-size: 20px !important;
  border-radius: 8px;
  margin-left: 8px;
  cursor: pointer;
}

.btn-icon:hover,
.btn-icon.select:hover {
  background: var(--grey) !important;
  color: var(--white) !important;
}

.moreAll {
  padding: 0 !important;
  display: block !important;
}

.moreAll i {
  display: block;
  text-align: center;
}

.btn-icon.cantdelete {
  background: var(--greywhite) !important;
  color: var(--lightgrey) !important;
  cursor: not-allowed;
}

.btn-icon.select {
  background: var(--clay) !important;
  color: var(--clay_3) !important;
}

.btn-icon.select.not-hover:hover {
  background: var(--clay) !important;
  color: var(--clay_3) !important;
  cursor: default !important;
}

.abonar_select {
  padding: 0 15px !important;
}

.btn.btn-report {
  width: initial !important;
  background: var(--lightgrey_2) !important;
  color: var(--darkgrey) !important;
  padding: 0 15px;
}

.btn.btn-report svg {
  margin-right: 10px;
}

.btn.btn-report:hover {
  color: var(--white) !important;
}

#delete_report_problem {
  margin-left: 5px !important;
}

.move-list {
  color: var(--lightgrey);
}

.btn.medium i {
  vertical-align: middle !important;
  font-size: 1.3em !important;
}

.btn-outline {
  width: 50% !important;
}

/* boton de adjuntar */
.file-path-wrapper input {
  display: none;
  background: transparent !important;
  position: absolute;
  z-index: -444;
}

.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

.file-field.input-field {
  line-height: 0 !important;
  margin: 0;
}

.download-format a {
  color: var(--grey);
  margin-top: 8px;
  display: inline-block;
}

.download-format a:hover {
  text-decoration: underline;
  color: var(--dark);
}

.file-field .btn.btn-principal {
  line-height: 36px !important;
}

#devengar.btn.disabled,
.disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn.disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-flat[disabled] {
  background-color: var(--lightgrey_3) !important;
  color: var(--lightgrey) !important;
  cursor: not-allowed !important;
}

/* btn download_mayor */
ul.download {
  margin: 0;
}

ul.download li.dropdown-filter {
  width: 100%;
}

.boton_sort.filter-box .boton_filter>a i.material-icons {
  padding: 4px 0 !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
}

/* Icono de ayuda en titulos  */
i.material-icons.md-21 {
  font-size: 21px;
  vertical-align: middle;
  /* margin: 0 5px; */
  color: var(--grey);
}

#files_storage {
  width: 100% !important;
}

::-webkit-file-upload-button {
  transition: all 0.15s ease;
  letter-spacing: 1px;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  margin-right: 20px;
  width: 60%;
  background: var(--grey) !important;
  color: var(--white) !important;
  height: 40px;
  border-radius: 8px !important;
}

::-webkit-file-upload-button:hover {
  background: var(--lightgrey) !important;
  color: var(--darkgrey) !important;
}

.dropdown-content.dropdown-filter .box-option {
  margin-top: 4px;
  min-width: 120px;
  width: 100%;
  background: #fff;
}

.dropdown-content.dropdown-filter {
  min-width: 161px !important;
  width: auto;
  box-shadow: none;
  background: transparent;
  display: none;
  top: 40px;
  z-index: 99;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

/* boton validar */
/* .btn.btn-secondary.validate {
  color: var(--alert) !important;
  background: rgba(var(--alert-rgb), 0.2) !important;
}
.btn.btn-secondary.validate:hover{
  color: #fff !important;
  background:  var(--alert) !important;
} */

/*-- Color switch --*/

input[type=text]:not(.browser-default):focus:not([readonly])+label {
  color: var(--clay) !important;
}

input[type=text]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid var(--clay);
  box-shadow: 0 1px 0 0 var(--clay);
}

.switch label input[type=checkbox]:checked+.lever:after {
  background-color: var(--clay) !important;
}

.switch label input[type=checkbox]:checked+.lever {
  background-color: #74c8d2 !important;
}

.switch label input[type=checkbox][disabled]:checked+.lever:after {
  background-color: var(--grey) !important;
}

.switch label input[type=checkbox][disabled]:checked+.lever {
  background-color: rgba(0, 0, 0, 0.28) !important;
}

span.lever {
  margin: 0 10px !important;
}

.switch label {
  font-size: 0.9em !important;
  color: var(--grey) !important;
}


#login-page .btn.btn-principal {
  border-radius: 8px;
  color: #FFF !important;
  transition: all 0.2s linear !important;
  height: 60px;
  line-height: 0.8;
  box-shadow: none !important;
}

#login-page .btn.btn-principal:before {
  content: url(../img/login_icon-arrow-right-w.svg);
  position: absolute;
  /* padding-top: 3px; */
  width: 17px;
  left: -20px;
  top: 4px;
  transition: all 200ms ease;
}

#login-page .btn.btn-principal:hover:before {
  left: 90% !important;
}

#login-page .btn.btn-principal:hover {
  background: var(--clay) !important;
}

#login-page .btn {
  width: 70% !important;
  position: relative;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

a.btn.btn-secondary.btn-dropdown {
  padding-right: 20px;
  background: url(https://cdn1.iconfinder.com/data/icons/outline-essentials-set/24/Icon_down_outline-512.png) no-repeat right var(--lightgrey_2) !important;
  background-size: 16px !important;
  background-position: 96% 50% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.btn.btn-secondary.btn-dropdown:hover {
  color: var(--white) !important;
  background: url(https://cdn1.iconfinder.com/data/icons/outline-essentials-set/24/Icon_down_outline-512.png) no-repeat right var(--grey) !important;
  background-size: 16px !important;
  background-position: 96% 50% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.iconalert {
  margin-top: 24px;
}

img.ico_connection.google_login {
  filter: none;
  width: 27px;
  opacity: 1 !important;
  top: -2px;
  position: relative;
}

.btn-secondary.btn-white {
  border: 1px solid;
  color: var(--dark) !important;
  font-weight: 400;
  background-color: #fff !important;
}

/* ==========================================================================
  Alertas
========================================================================== */
.alert-top {
  top: 0;
}

.alert-bottom {
  bottom: 0 !important;
}

.alert {
  padding: 9px;
  text-align: center;
  height: 40px;
  position: fixed;
  width: 100%;
  z-index: 99999 !important;
}

.alert a {
  padding: 5px 15px;
  border: 1px solid;
  border-radius: 10px;
  margin-left: 10px;
  font-weight: 500;
  font-stretch: expanded;
}

.alert a.help {
  border: none;
  padding: 4px;
  background: transparent !important;
  color: inherit !important;
}

.alert svg {
  margin-right: 10px;
}

.alert a:hover {
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.075);
}



/* Alerta del pre */
/* 
#alert_new_clay {
  height: 40px;
  padding: 8px;
  background: #D7ECF6;
  width: 100% !important;
  position: fixed;
  z-index: 9999;
   top: calc(10% + 1vh)!important;
  top: 81px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
} */

#alert_new_clay,
#alert_clay_suspended {
  height: 45px;
  padding: 12px;
  background: #D7ECF6;
  width: 100% !important;
  /* position: absolute; */
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-top: 55px !important;
  /* z-index: 99999999 !important */
}

#alert_new_clay span {
  color: var(--darkgrey);
}

a.close-dismiss {
  padding: 0 5px !important;
  color: rgba(0, 0, 0, 0.2) !important;
  font-size: 30px;
  height: 28px;
  line-height: 28px;
  border: none !important;
}

#alert_new_clay a.test {
  padding: 5px 15px;
  border: 1px solid;
  border-radius: 10px;
  margin-left: 10px;
  font-weight: 600;
  font-stretch: expanded;
  color: #99ffff !important;
}

#alert_new_clay a.test:hover {
  background: #99ffff !important;
  color: #3d5e6e !important;
  border: none;
}

.alert-dismissible-padding {
  padding-top: 40px !important;
}

.alert-dismissible-margin {
  margin-top: 40px !important;
}

.alert-dismissible-padding-bottom {
  margin-bottom: 40px;
}

.alert-dismissible-padding-top {
  margin-top: 40px;
}

/* ALERTAS INFORMATIVAS*/
#alert_new_clay.warningalert {
  background-color: #FAE8BA !important;
  color: var(--dark);
}

#alert_new_clay.informativo {
  background-color: #D7ECF6 !important;
  color: var(--dark);
}

#alert_new_clay.problema {
  background-color: #FCAA96 !important;
  color: var(--dark);
}

.problema svg {
  color: #FE481A;
}

.warningalert svg {
  color: #F29D38;
}

.warningalert span {
  color: #58481F !important;
}

.problema span {
  color: #702b1c !important;
}

.informativo svg {
  color: #6CC4ED;
}

.informativo a {
  color: var(--clay);
}

.warningalert a {
  background-color: #ffe4a0d9;
  color: #f47d10;
}

.problema a {
  color: var(--alert);
}

/* Alerta suspendido */
.alert_suspended {
  padding: 15px;
  text-align: center;
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 997;
}

.alert_suspended a {
  padding: 5px 15px;
  border: 1px solid;
  border-radius: 10px;
  margin-left: 10px;
  font-weight: 500;
  font-stretch: expanded;
}

/* Alerta roja de error de conexion */
.alert-close {
  position: relative;
}

.alert-close a.close-dismiss,
.alert-dismissible a.close-dismiss {
  position: absolute;
  top: 24%;
  right: 10px;
}

#due {
  background: var(--darkgrey);
  color: var(--white);
  /* z-index:11!important; */
}

#due a {
  color: var(--clay_3);
}

#trial {
  background: #cfecf3;
  ;
}

#trial a.cta {
  background-color: var(--gold);
  border: none;
  color: var(--dark);
}

#suspended_counter {
  /* background: var(--clay_3); */
  background: #FDA900;
  font-weight: bold !important;
}

#suspended_counter a.cta {
  background-color: var(--clay_2);
  border: none;
  color: var(--white);
}

#suspended_counter a.cta:hover {
  background-color: var(--clay_4);
}

#suspended_counter b.resalt {
  background: var(--white);
  color: var(--clay);
  padding: 4px 5px 4px 7px;
  border-radius: 8px;
  margin-right: 5px;
}

/*Permisos colaboradores*/
.noPermisos {
  margin-bottom: 12px;
}

.pay_type {
  display: none;
}

#verpermisos {
  cursor: pointer !important;
}

/* Alerta de conexion */
#connection {
  background: #ffe082;
  color: #616161;
}

#connection i {
  padding-right: 10px;
  font-size: 18px;
  color: #ffa000;
}

.alert-app {
  border-radius: 8px;
  margin-top: 10px !important;
  background: var(--greywhite);
  padding: 4px 12px;
  display: flex;

}

.alert-app p,
.alert-app ul {
  margin: revert !important;
  width: 92.5%;
  display: inline-block;
  vertical-align: middle;
}

.alert-app svg {
  margin-right: 15px !important;
  /* font-size: 1.4em; */
  vertical-align: middle !important;
  height: auto;
}

.alert-app .more_details {
  font-weight: 800;
  color: inherit;
  border-radius: 8px;
  padding: 7px;
  cursor: pointer;
  background: var(--lightgrey_2) !important;
  margin-left: 13px;
}

.alert-app a {
  font-weight: 800;
  color: inherit;
  border-radius: 8px;
  padding: 5px;
}

.alert-app i {
  font-size: 0.9em;
}

.alert-small {
  font-size: 1em;
  padding: 10px;
  color: var(--dark) !important;
  font-style: normal;
  margin-top: 5px !important;
}

.alert-app-text {
  border-radius: 8px;
  margin-top: 10px !important;
  padding: 4px 12px;
  display: flex;
  flex-direction: column;
}

.sidebar_left ul.sub_menu .alert-small i,
.nav-last-upgrade .alert-small>#seeError {
  display: none;
}

.nav-last-upgrade .alert-small {
  border-left: none !important;
  padding: 5px;
  font-size: 0.9em;
}

.alert-app a:hover {
  background-color: #fff !important;
}

.alert-app.alert-red {
  border-left: 12px solid var(--alert);
  background: rgba(var(--alert-rgb), 0.2);
}

.alert-app.alert-red svg {
  color: var(--alert);
}

.alert-app.alert-error {
  border-left: 12px solid var(--alert);
  background: rgba(var(--alert-rgb), 0.2);
}

.alert-app.alert-info {
  border-left: 12px solid var(--info);
  background: rgba(var(--info-rgb), 0.2);
}

.alert-app.alert-info svg {
  color: var(--info);
}

.alert-app.alert-warning {
  border-left: 12px solid var(--warning);
  background: rgba(var(--warning-rgb), 0.2);
}

.alert-app.alert-warning svg {
  color: var(--warning);
}

.alert-app.alert-progress {
  border-left: 12px solid var(--info);
  background: rgba(var(--info-rgb), 0.2);
}

.alert-app.alert-progress svg {
  color: var(--info);
}

.alert-app.alert-success {
  border-left: 12px solid var(--match);
  background: rgba(var(--match-rgb), 0.2);
}

.alert-app.alert-success svg {
  color: var(--match);
}

p.warning {
  background: rgba(var(--warning-rgb), 0.1);
  border-left: 8px solid var(--warning);
  padding: 8px 10px;
  border-radius: 8px;
  margin-top: 5px !important;
}

p.warning svg {
  color: var(--warning);
  margin-right: 5px;
}

.info a.alert-app.alert-small {
  display: block;
  border-left: 0;
  padding: 10px;
  width: 100%;
}

.alert-contact {
  background: white !important;
  margin-top: 40px !important;
}

/* ==========================================================================
  Loading
========================================================================== */
.loading {
  /* position: absolute; */
  width: 98%;
  height: 55vh;
  z-index: 9;
  border-radius: 10px;
  /* top: 10px; */
  background: var(--greywhite) url(../img/load.gif) no-repeat center;
}

.loading p.text {
  /* position: absolute; */
  vertical-align: middle;
  width: 100%;
  text-align: center;
  color: var(--clay);
  font-weight: 700;
  padding-top: 70px;
}

/* ==========================================================================
 Navbar
========================================================================== */
/* Profile */
.navbar-fixed .nav-wrapper ul.right>li.user>a>svg {
  margin-right: 10px;
}

.navbar-fixed li.user>a {
  color: var(--white);
  font-size: 12px;
  border-right: 1px solid rgba(var(--white-rbg), 0.2);
}

.navbar-fixed li.user i {
  display: inline-block;
}

a#menu-actionable-icon {
  padding: 0 10px;
}

a#menu-sidebar-icon {
  padding-right: 2px;
}

.margin-top-alert {
  margin-top: 50px;
}

nav,
nav .nav-wrapper i {
  height: 56px !important;
  line-height: 56px !important;
  z-index: 90000000 !important;
}

/* menu clay pro */
.sidebar_left_pro {
  top: 65px !important;
}

.sidebar_left_pro li.active.menu-categories a {
  padding: 10px;
  line-height: 1;
  margin: 0;
}

.sidebar_left_pro li.active.menu-categories a>i {
  color: var(--darkgrey) !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5 !important;
  height: 30px !important;
  margin-right: 10px;
  font-size: 20px;
}

.boton-notification {
  position: relative;
}

.row.dropdown {
  display: none;
}

.sub-menu-title {
  text-transform: uppercase;
  font-size: 0.8em !important;
  color: var(--darkgrey);
  padding: 15px !important;
  font-weight: 500;
  border-bottom: 1px dotted var(--lightgrey);
}

.title-notification span.number {
  background: #0097A7;
  color: #fff;
  border-radius: 50px;
  margin-left: 5px;
  padding: 0 5px;
  min-width: 18px;
  line-height: 1.5;
  text-align: center;
  height: 18px;
  display: inline-block;
  font-size: 12px;
}

/* ==========================================================================
  No element
==========================================================================*/
.rut_expr {
  margin-top: -12px !important;
  margin-bottom: -10px !important;
}

.nofile {
  border: 1px dotted var(--lightgrey) !important;
  color: var(--dark);
  margin: 15px 0px !important;
  text-align: center;
  padding: 20px !important;
  font-size: 1em;
  border: 1px dotted;
  border-radius: 8px;
  width: 100%;
}

.nofile .small {
  display: block;
  font-size: 0.9em;
  color: var(--lightgrey);
}

td.nofile {
  border: 1px solid var(--lightgrey) !important;
}

/* ==========================================================================
  Dropdown - topnav
========================================================================== */

.dropdown-filter .dropdown-content-accountant .box-option ul {
  max-height: 80vh;
  overflow: scroll;
  min-width: 250px !important;
}

.dropdown-content-accountant {
  display: none;
  right: 6px !important;
  position: absolute;
  min-width: 250px;
  z-index: 9999;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-filter .dropdown-content-accountant .box-option ul li.title.accounted:first-child {
  border-radius: 8px 8px 0 0;
}

.dropdown-filter .box-option ul li.def a {
  width: 100%;
  display: block !important;
}

.shortcut {
  line-height: initial;
}

.shortcut a {
  width: 53%;
  line-height: 1.3 !important;
  padding: 10px 5px !important;
}

.shortcut a.move-shortcut {
  width: 15%;
  line-height: 0 !important;
  padding: 0 10px;
}

.shortcut>* {
  display: inline-block !important;
  vertical-align: middle;
}

.shortcut a.move-shortcut i {
  color: var(--lightgrey) !important;
  height: 18px !important;
  line-height: 0.7 !important;
  vertical-align: middle;
}

.shortcut a.move-shortcut:hover i {
  color: var(--clay) !important;
}

.shortcut .deleteShortCut {
  color: var(--lightgrey);
  cursor: pointer;
  padding: 10px;
  height: 35px !important;
  width: 35px;
}

.shortcut .deleteShortCut:hover {
  color: var(--clay);
}

.def a svg {
  margin-right: 15px;
}

.shortcut-title {
  padding: 0 !important;
  background: var(--clay) !important;
  color: var(--white) !important;
}

.shortcut-title #addShortCut {
  cursor: pointer;
  padding: 0 12px;
  width: 76%;
  height: 39px;
  line-height: 3;
  font-weight: 400;
  font-size: 0.98em;
}

.shortcut-title #addShortCut:hover {
  background: var(--clay_2);
}

.shortcut-title #addShortCut svg {
  margin-right: 15px;
}

li.shortcut input {
  height: 30px !important;
  border: 1px solid var(--lightgrey) !important;
  margin-bottom: 0 !important;
  width: 79% !important;
  padding: 0 15px !important;
  color: var(--dark);
  border-radius: 8px !important;
  margin: 5px 10px !important;
}

.shortcut-title a.help {
  padding: 10px !important;
}

.shortcut-title a.help:hover {
  background: var(--clay_2) !important;
}

.shortcut-title a.help svg {
  color: var(--white);
  font-size: 1.4em !important;
}

.dropdown-filter:hover .dropdown-content-filter,
.dropdown-filter:hover .dropdown-content-accountant.drop-download {
  display: block;
}

.navbar-fixed li.title.title-top {
  border-radius: 8px 8px 0 0 !important;
}

.navbar-fixed li.title.accounted,
.title-sidebar {
  background: var(--lightgrey_2);
  color: var(--darkgrey);
  font-size: 0.9em !important;
  padding: 1px 6px !important;
  text-transform: uppercase;
  line-height: 3 !important;
  height: 40px;
  width: 100%;
}

.navbar-fixed li.title.accounted>*,
.title-sidebar>* {
  vertical-align: middle;
  display: inline-block;
}

.navbar-fixed li.title.accounted i {
  height: inherit;
  line-height: 1.5;
}

.navbar-fixed li.title.demoButton {
  color: var(--alert) !important;
}

.dropdown-filter .box-option ul li.demo-action a {
  color: var(--alert) !important;
}

/* .dropdown-filter.demo-active{
  background-color: var(--clay_2);
} */

.drop-topnav li.title.accounted svg {
  margin-right: 10px;
  margin-left: 5px;
  font-size: 1.3em;
}

.drop-topnav li.title.accounted i {
  margin-right: 10px;
  height: 24px !important;
  margin-left: 5px;
  line-height: 1 !important;
  font-size: 1.8em;
}

span.badge.drop {
  float: none;
  margin-left: 5px;
  margin-top: 6px;
  background: var(--darkgrey);
  line-height: 2.2;
  font-size: 11px !important;
}

.options-plan div {
  margin-bottom: 10px !important;
}

.dropdown-disabled .dropdown-content-accountant {
  display: none !important;
  pointer-events: none !important;
}

.dropdown-disabled .btn-dropdown {
  pointer-events: none !important;
}

/* Norificaciones */

.notifications>li {
  position: relative;
  padding: 0 !important;
  display: block;
  border-radius: 8px;
  margin-bottom: 10px;
  background: var(--greywhite);
}

.notifications>li a.no-clic {
  cursor: default;
}

.notifications>li a.no-clic:hover {
  background: transparent !important;
}

.notifications li.not-read {
  background-color: rgb(232, 248, 250);
}


.notifications li a {
  border: none !important;
  color: #40535d !important;
  padding: 15px 10px !important;
  border: none;
  display: block;
  margin: 0;
  max-height: inherit !important;
}

.notifications li a i.message-type {
  color: #badee2 !important;
}

.notifications li a span.time {
  display: block;
  font-size: 0.8em;
  line-height: 2;
  color: var(--grey);
}

.notifications li a p {
  line-height: 1.5;
  font-size: 0.9em;
  margin-top: 0;
  margin-bottom: 0;
}

.notifications li a p.message {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  color: var(--darkgrey);
}

.notifications li a p i {
  color: #617d8b !important;
  font-size: 18px;
}

.notifications li a p b {
  color: #0097a7;
  font-weight: 500;
}

.notifications .action-notification {
  margin-top: 10px;
}

.notifications .action-notification>li {
  border-bottom: none;
}

.notifications .action-notification li {
  display: inline-block;
}

.notifications .action-notification li:first-child {
  margin: 0;
}

.notifications .action-notification li {
  margin-left: 8px;
}

.notifications .action-notification li a {
  padding: 0px 10px !important;
  display: block;
  /* color: #0097A7 !important; */
  font-size: 13px;
  font-weight: 400 !important;
  cursor: pointer;
  border-radius: 8px;
  margin: 0 2px;
  line-height: 40px;
}

#notification_center .option-box-accion {
  margin-bottom: 0 !important;
}

#notification_center #filters {
  margin: 5px 0;
}

.notification-status {
  display: inline-block;
  position: relative;
  width: 6%;
}

#notification_center .filter-box {
  margin: 6px 0;
}

.notification-content {
  display: block;
  padding: 0 10px;
}

.notifications li.title-list {
  display: block;
  width: 100% !important;
  color: #b3bdc2;
  font-weight: 700 !important;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: none;
  padding: 0 10px !important;
  margin: 0;
}

.notifications li.title-list i.material-icons {
  display: inline;
  font-size: 19px;
}

.action-buttons {
  display: flex;
}

.option-box-accion>.box-info {
  background: var(--lightgrey_3) !important;
  border-radius: 11px !important;
  padding: 5px 19px !important;
  margin: 9px 0 !important;
}

.mentiony-content-main-notifications .span-message {
  font-size: .9em;
  -webkit-line-clamp: 3 !important;
  line-clamp: 5;
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* ==========================================================================
  Notificaciones ClayPro
========================================================================== */
.notification-pro .drop-topnav {
  margin: 0;
}

.notification-pro li.title.accounted {
  font-size: 1.5em;
  color: var(--darkgrey);
  margin: 0;
  margin-bottom: 10px;
  display: block;
}

.notification-pro li.title.accounted i.material-icons {
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 15px;
  font-size: 24px !important;

}

.notification-pro .option-notification {
  padding-bottom: 20px;
}

.notification-pro .notification-filter a {
  padding: 5px;
}

.notification-pro #notification_center .filter-box {
  margin-bottom: 20px;
}

/* ==========================================================================
  Cambio Empresa - topnav
========================================================================== */

#organization {
  width: 14.5% !important;
  min-width: 200px;
  margin-top: 5px;
  margin-left: 5px;
  position: relative;
}

#organization .wrap-organization {
  background: var(--clay_4);
  padding: 2px 10px;
  border-radius: 10px;
  width: 100%;
  line-height: 3;
  margin: 0;
  position: relative;
}

#organization .wrap-organization:hover {
  background: var(--clay_5);
  color: #fff;
}

#organization .wrap-organization>* {
  display: inline-block;
  vertical-align: middle;
}

#organization .wrap-organization .arrow-down {
  position: absolute;
  top: 15px;
  right: 15px;
}

#organization .wrap-organization .fa-thumbtack {
  margin-right: 10px;
  font-size: 1.1em;
}

#organization p {
  line-height: 1;
  padding: 3px 5px;
  display: inline-block;
  margin: 0;
  width: 78%;
}

#organization p span.description {
  display: block;
  padding-top: 5px;
  line-height: 1;
}

.list_organizations span.left {
  max-width: 77%;
}

.list_organizations span.left b {
  max-width: 80%;
}

/* ==========================================================================
  Cambio Empresa - topnav dropdown
========================================================================== */
.drop-company {
  position: absolute;
  top: 60px;
  left: 6px !important;
  background: var(--white);
  z-index: 999;
  display: none;
  border-radius: 8px;
}

.drop-company .title {
  font-size: 1em;
  padding: 5px 0;
  border-radius: 8px 8px 0 0;
}

.drop-company .title>* {
  display: inline-block;
  vertical-align: middle;
  height: inherit;
  line-height: initial;
}

.drop-company a {
  color: var(--clay) !important;
  display: block !important;
  width: 100% !important;
  height: 40px;
}

.btn-drop.add-company {
  padding: 15px 30px;
  border-top: 1px solid var(--lightgrey);
}

.switch_list.disabled a {
  color: var(--grey) !important;
}

.switch_list.disabled:hover {
  background: transparent !important;
  cursor: initial;
}

.switch_list.disabled:hover a {
  color: var(--grey) !important;

}

/* #loopedin .popover-count {
  margin-top: 12px!important;
} */
.drop-company span#close-drop-company {
  padding: 8px;
  color: var(--darkgrey);
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1 !important;
  max-height: 40px !important;
  cursor: pointer;
}

.drop-company span#close-drop-company i {
  line-height: 1 !important;
  height: initial !important;
}

.drop-company .filter-box.filter_viewer {
  width: 100%;
}

nav .nav-wrapper .left .drop-company i {
  line-height: 1 !important;
  display: inline-block;
}

.drop-company .padding-drop {
  padding: 10px 10px 0;
  margin-bottom: 0 !important;
}

.drop-company .boton_filter.center {
  margin: 0 !important;
  display: block;
}

.drop-company #company_ul_list li {
  display: block;
  line-height: 3;
  width: 100%;
  border-bottom: 1px solid var(--lightgrey);
}

.search-drop {
  height: 36px !important;
  border: 1px solid var(--lightgrey) !important;
  border-radius: 8px !important;
  padding: 0px 15px !important;
  box-sizing: border-box !important;
  color: var(--dark) !important;
  margin-bottom: 11px !important;
  /* width: 95% !important; */
}

.pin-company {
  display: inline-block;
  height: 1em;
  margin-left: 6px;
  vertical-align: -.125em;
}

#company_ul_list {
  max-height: 50vh;
  overflow-y: scroll;
}

/* ==========================================================================
Sidebar
========================================================================== */
.sidebar a,
.sidebar_left a,
.sidebar_left li.menu-categories>span {
  color: var(--darkgrey) !important;
  width: 100%;
}

.sidebar_left li>a,
.sidebar_left li.menu-categories>span {
  font-size: 1em;
  margin-top: 3px;
  /* margin-left: 2px; */
  /* padding-left: 5px; */
  border-left: 4px solid var(--greywhite);
  padding: 12px 1%;
}

.sidebar li:hover,
.sidebar li.active {
  background-color: transparent;
}

.sidebar_left ul.sub_menu li>a:first-child {
  font-size: 0.9em;
  margin: 0;
  padding: 5px 8px;
  border: none;
  position: relative;
  display: flex;
}

span.icon-fa.alert-pin svg {
  color: #f3755f !important;
  vertical-align: middle;
}

span.alert-pin.right {
  background: rgba(var(--alert-rgb), 0.8);
  border-radius: 50px;
  padding: 2px 7px;
  font-size: 0.8em;
  color: #fff;
  position: absolute;
  top: 8px;
  right: 5px;
}

.sidebar_left ul.sub_menu li>a:first-child span.flex {
  display: flex !important;
  line-height: 1.3em;
  padding-left: 5px;
}

/* .menu-compress {
  width: 35px !important;
} */
span.alert-pin.icon-fa svg {
  width: 10px;
}

.sidebar_left ul.sub_menu li>a:first-child svg {
  font-size: 1em;
  width: 10px;
}

.sidebar_left ul.sub_menu li>a.bank-account-all {
  text-transform: uppercase;
  font-size: 0.8em !important;
  height: auto;
  line-height: 1;
}

.sidebar_left ul.sub_menu li i,
.sidebar_left ul.sub_menu li svg {
  font-size: 1.1em;
  line-height: 1 !important;
  height: 1em !important;
  float: left;
}

ul.bottom {
  width: 15%;
  position: fixed;
  bottom: 0;
  z-index: 99;
  background: #EEEEEE;
}

.sidebar li {
  width: 100%;
  padding: 0;
}

#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--dark);
  z-index: -99;
  opacity: 0;
  display: none;
}

#slide-out {
  position: absolute;
  top: 0;
  left: 17.1% !important;
  height: 100vh;
  width: 300px;
  background-color: var(--white);
  box-shadow: 3px 0 8px 4px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  margin-left: -3px;
  z-index: 1000;
  overflow-y: scroll;
  padding-bottom: 30px;
}

/*Menu collapse*/

/*.leftslide-out li li {  
  list-style: none;
  position: sticky;
  background: var(--lightgrey_3);
  left: 140px;
  top: 0px;
  width: 200px;
  margin-left: 40px;
} */
.leftslide-out li a {
  display: block;
}

.leftslide-out li ul {
  visibility: hidden;
  display: none;
  position: absolute;
  /* margin-top: -40px; */
  padding-left: 0px !important;

}

.viemore {
  position: relative;
}

.viemore ul>li.title.accounted.title-top,
.viemore ul>li.title.title-sidebar.title-top {
  padding-left: 14px !important;
  margin-bottom: 5px;
}

.leftslide-out li:hover>ul {
  visibility: visible;
  display: block !important;
}

.viemore ul li a .numero_cuenta {
  width: 80% !important;
}

.viemore:hover>.sub_menu {
  border-radius: 10px;
  z-index: 999;
  margin-left: 45px;
  width: 185px !important;
  overflow-y: scroll;
}

.viemore ul {
  display: none;
  /* right: 6px !important; */
  position: absolute;
  top: 0 !important;
  min-width: 300px !important;
  max-height: 40vh !important;
  z-index: 9999;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);

}

nav ul#slide-out.leftslide-out li.viemore ul li a:hover {
  color: #0097a7 !important;
}

.viemore ul li a {
  background: transparent !important;
  color: var(--darkgrey);
}

.leftslide-out li>span {
  width: 18%;
}

.sidepin {
  display: inline;
  float: right;
  margin-top: -16px;
  margin-right: -11px;
}

.leftslide-out a,
.leftslide-out a,
.leftslide-outt li.menu-categories>span {
  color: var(--darkgrey) !important;
  width: 100%;
  margin-left: -6px;
}

.leftslide-out li>a,
.leftslide-out li.menu-categories>span {
  margin-left: 3px;
  padding-left: 2px;
}

.leftslide-out.sidebar_left ul.sub_menu li:hover a {
  background: #e5edf0 !important;
  border-color: var(--white);
  border-radius: 6px;
  color: #0097a7 !important
}

.sidebar--Collapse .menuText {
  opacity: 0;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  position: absolute;
}

#slide-out.leftslide-out {
  left: 0 !important;
  width: 50px !important;
  overflow-y: inherit;
  margin-left: 0 !important;
  transform: none !important;

}

.main--slide {
  -moz-transition: margin-left 0.6s ease-out;
  -o-transition: margin-left 0.6s ease-out;
  -webkit-transition: margin-left 0.6s ease-out;
  transition: margin-left 0.6s ease-out;
  margin-left: 49px !important;
  width: 97% !important;
}


#slide-out ul.bottom {
  width: 200px;
  background: var(--white);
}

#slide-out li {
  line-height: initial;
  height: auto;
}

.sub_menu li.bank.disabled {
  opacity: 0.7;
}

#slide-out li.bank a img {
  width: 10% !important;
  vertical-align: top;
  margin-top: 8px;
  margin-right: 10px;
}

.sidebar_left ul.sub_menu li.bank {
  position: relative;
  padding-top: 5px;
  /* border-top: 1px solid #e2e7ea; */
}

.sidebar_left ul.sub_menu a.validated_problem {
  /*position: absolute;
  width: auto;
  top: 0;
  right: 0;*/
  z-index: 9;
  padding: 5px 0;
  border-left: none;
}

.sidebar_left ul.sub_menu a.update_account,
.sidebar_left ul.sub_menu a.bank_disabled,
.sidebar_left ul.sub_menu a.validated_problem,
.sidebar_left ul.sub_menu a.update_account_manual {
  position: absolute;
  width: auto;
  top: 10px;
  right: 8px;
  z-index: 9;
  padding: 0;
  border-left: none;
  font-size: 1em;
  display: block;
  line-height: 1.5 !important;
  height: 2em !important;
  float: left;
  padding: 5px;
  margin: 0 !important;
  border-radius: 6px;
  background: var(--lightgrey_2) !important;
}

.sidebar_left ul.sub_menu .creditcard-update a.update_account,
.sidebar_left ul.sub_menu .creditcard-update a.bank_disabled,
.sidebar_left ul.sub_menu .creditcard-update a.validated_problem,
.sidebar_left ul.sub_menu .creditcard-update a.update_account_manual {
  right: 16px;
}

.sidebar_left ul.sub_menu a.update_account i,
.sidebar_left ul.sub_menu a.bank_disabled i,
.sidebar_left ul.sub_menu a.validated_problem i,
.sidebar_left ul.sub_menu a.update_account_manual i {
  margin: 0 !important;
}

.sidebar_left ul.sub_menu a.validated_problem i {
  color: var(--alert) !important;
  font-size: 17px !important;
}

ul.sidebar .collapsible-header li:hover {
  color: var(--white);
}

#slide-out ul.sub_menu {
  /* margin-left: 5px; */
  padding-left: 5px;
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
}

div#sidebar_left_dashboard li a {
  padding: 0 5px 5px;
  display: block;
  margin: 5px 0;
  color: #999;
  font-size: 13px;
}

.sidebar_left li.list_company>a {
  padding: 0px 10px;
  background: transparent;
  width: 100%;
  max-height: 45px;

}

.sidebar_left .collapsible.collapsible-accordion {
  box-shadow: none;
}

ul#slide-out li ul.sub_menu li a:hover {
  background: var(--white) !important;
  border-color: var(--white);
  border-radius: 6px;
  color: var(--dark) !important;
}

ul#slide-out li ul a:hover i,
ul#slide-out li ul a:hover svg {
  color: var(--dark);
}

ul.left a:hover,
ul.right a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.sub_menu li.active a,
.active>.sub_menu .sub-active>a {
  background: var(--lightgrey_2) !important;
  border: none;
  border-radius: 8px;
  color: var(--darkgrey) !important;
}

.submenuactive {
  background: var(--lightgrey_2) !important;
  border: none;
  border-radius: 8px;
  font-weight: bold !important;
  color: var(--darkgrey) !important;
}

.sidebar.sidebar_left>ul>li>a,
.sidebar.sidebar_left>ul>li.menu-categories>span {
  border-left: 8px solid var(--white);
  line-height: 3;
}

/* #slide-out > li:hover > a, #slide-out > li:hover > span, .sidebar_left li.company_list.active:hover > a,
#slide-out li > ul.collapsible.collapsible-accordion > li.list_company:hover > a{
  background: #b0bec5 !important;
  color: var(--white) ;
  border-color: #b0bec5 !important;
  border-radius: 5px;

  #slide-out > li:hover > a,
  #slide-out > li:hover > a > i,
  #slide-out > li:hover > a p span {
    color: var(--white) !important;
  }
} */
#slide-out>li:hover>span i,
#slide-out li>ul.collapsible.collapsible-accordion>li.list_company:hover>a>i {
  color: var(--white) !important;
}

#slide-out>li.select a,
#slide-out>li a:hover,
#slide-out li.menu-categories.select>span,
#slide-out li.menu-categories>span:hover,
div#sidebar_left_dashboard>li a:hover {
  border-radius: 8px;
  transition: 0.5s;
  /* background: var(--grey);
  border-color:var(--grey) ;  */
  background: #2b4758b3;
  border-color: #2b4758b3 !important;
  color: var(--white) !important;
}

#slide-out li span:hover span.icon-fa svg,
#slide-out li>a:hover span.icon-fa svg {
  color: var(--white);
}

.sidebar_left li>a:hover {
  color: #fff !important;
  border-radius: 8px;
  transition: 0.5s;
  background: var(--grey);
  border-color: var(--grey);
}

.nav-last-upgrade span {
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  font-size: 10.6px !important;
}

.numero_cuenta {
  margin: 0;
  margin-left: 5px;
  display: inline-block;
  line-height: 1.9;
}

.sidebar_left ul.sub_menu li.bank {
  position: relative;
  padding-top: 0px;
  /* border-top: 1px solid #e2e7ea; */
}

.sidebar_left ul.sub_menu li>a:first-child {
  font-size: 0.9em !important;
  color: #78909c;
  margin: 0;
  padding: 10px 14px;
  border: none;
}

.sidebar_left ul.sub_menu li:hover a,
.sidebar_left ul.sub_menu li:hover p {
  color: var(--dark) !important;
}

/* ==========================================================================
Iconos @FontAwesome
========================================================================== */
span.icon-fa {
  width: 32px;
  display: inline-block;
  text-align: center;
  line-height: 0;
}

span.icon-fa svg {
  font-size: 18px;
}

span.icon-fa.prefix {
  top: 12px;
  text-align: left;
  color: #90a4ae;
}

/* ==========================================================================
Items menú
========================================================================== */
/* Mi cobranza */

.custom-chart>span>span.icon-fa {
  color: #72dbe9;
}

li.custom-chart.active>span {
  color: #26c6da !important;
  border-color: #72dbe9 !important;
}

/* Gestion de Cobranza */
.collection-module span.ModuleCollection span.icon-fa {
  color: #ac92db;
}

.collection-module span.ModuleCollection span.icon-fa svg {
  font-size: 15px;
}

li.collection-module.active>span {
  color: #b197e2 !important;
  border-color: #ac92db !important;
}

/* Gestion del negocio */
.chart>span>span.icon-fa {
  color: #73b5eb !important;
}

li.chart.active>span {
  color: #75aedc !important;
  border-color: #73b5eb !important;
}

/* Facturación */
.billing-module a span.icon-fa {
  color: #9fce6b !important;
}

li.billing-module.active>a {
  color: #a4bd87 !important;
  border-color: #9fce6b !important;
}

/* Gestion bancaria */
#switch_movement_view {
  position: absolute;
}

.moves a.cartola span.icon-fa {
  color: #ee8282 !important;
}

li.moves.active>a {
  color: #e08e8e !important;
  border-color: #ee8282 !important;
}

a#update_balance {
  font-size: 12px !important;
  margin-right: 20px;
}

/* Obligaciones */


.comprom>a>span.icon-fa {
  color: #69cac0 !important;
}

li.comprom.active>a {
  color: #6ab5ae !important;
  border-color: #69cac0 !important;
}

/* Oficina de partes */
.inbox>a>span.icon-fa {
  color: #f79a7e !important;
}

li.inbox.active>a {
  color: #e2967f !important;
  border-color: #f79a7e !important;
}

/* Gestion contable */
.accountingentries>span>span.icon-fa,
.accountingentriestributary>span>span.icon-fa,
.accountingentriesconfiguration>span>span.icon-fa {
  color: #ee7aa1 !important;
}

li.accountingentries.active>span,
li.accountingentriestributary.active>span,
li.accountingentriesconfiguration.active>span {
  color: #de80a0 !important;
  border-color: #ee7aa1 !important;
}

/* Configuración */
.config>span>span.icon-fa {
  color: #77c77a !important;
}

li.config.active>span {
  color: #7caf7e !important;
  border-color: #77c77a !important;
}

li.active>a:hover {
  color: #fff !important;
}

.box-rule {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  font-size: 14px;
  padding: 14px 15px;
  background: #FFF;
  border-bottom: 1px solid #ddd;
  border-radius: 8px;
}

.box-rule .check_rule {
  margin-top: 10px !important;
}

.rule-bank,
.rule-oblig {
  margin-top: -3px !important;
}

.modal-add-rule-match .details_bills {
  margin: 12px !important;
}

.compare {
  display: table-row !important;
  background: #DDF0F4;
}

table.cashflow>tbody>tr.compare:nth-child(even) {
  background: #DDF0F4 !important;
}

table.cashflow>tbody>tr.compare:nth-child(even):hover {
  background: #cfe2e7 !important;
}

.img-compare {
  height: 16px !important;
  margin-left: 10px;
}

.img-compare.imgclay {
  top: 3px;
  position: relative;
  margin-left: 10px;
}

tr.compare_data_clay:hover {
  background: #f3e6c7 !important;
}

tr.compare_data_clay {
  background: #FCF1D5;
}

td.compare_sii {
  display: table-cell !important;
}

/* ==========================================================================
Notificaciones app dropdown
========================================================================== */
.search_noti {
  position: relative;
}

.search_noti .clean_noti {
  position: absolute;
  top: 11px !important;
  right: 5px !important;
  color: var(--grey) !important;
  cursor: pointer !important;
  height: 32px;
  padding: 6px;
  border-radius: 8px;
}

.search_noti .clean_noti i {
  font-size: 20px;
  margin-top: -18px !important;
}

.search_noti .clean_noti:hover {
  color: #fff !important;
  background: var(--grey);
}

.drop-notifications {
  position: absolute;
  top: 56px;
  right: 0px !important;
  background: var(--white);
  z-index: 999;
  /* max-height: 80vh !important; */
  /* overflow: scroll !important; */
  display: none;
  padding: 0px;
  box-shadow: 0px 3px 13px 2px rgb(0 0 0 / 20%);


  border-radius: 8px;
}

.drop-notifications span#close-drop {
  padding: 8px;
  color: var(--darkgrey);
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0 !important;
  max-height: 53px;
  cursor: pointer;
}

.drop-notifications span#close-drop i {
  height: initial !important;
  line-height: 1 !important;
}

.box-notifications {
  overflow: scroll !important;
  height: 40vh;
  margin-bottom: 20px !important;
}

.box-notifications-center {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 195px);
  margin-bottom: 20px !important;
}

.box-notifications-center-msg {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 340px);
  margin-bottom: 20px !important;
}

.drop-notifications .filter-box.filter_viewer {
  width: 100%;
}

nav .nav-wrapper .left .drop-notifications i {
  line-height: 1 !important;
  display: inline-block;
}

nav .nav-wrapper .left .drop-notifications .boton_filter a i {
  color: var(--darkgrey) !important;
  height: 21px !important;
}

.drop-notifications h3.title {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 5px;
}

.drop-notifications .padding-drop {
  padding: 10px 10px 0;
  margin-bottom: 0 !important;
}

.drop-notifications .filter-box .boton_filter a:hover {
  color: var(--clay) !important;
  border-color: var(--clay) !important;
  background-color: transparent !important;
}

.drop-notifications>.filter-box>.boton_filter>a:hover>i {
  color: var(--clay) !important;
}

.boton_filter__active i,
.boton_filter__active svg {
  color: var(--clay) !important;
}

.dropdown-filter .box-option ul li.select a {
  color: var(--clay) !important;
  background: #e5edf0;
  font-weight: 600;
}

.drop-notifications h1.title {
  margin: 5px 0;
}

#notification_center .option-box-accion .option-pagination {
  padding: 0 !important;
}

.drop-notifications .boton_filter.center {
  margin: 0 !important;
  display: block;
}

.notification-filter a {
  /* border: 1px solid var(--darkgrey); */
  color: var(--clay);
  text-align: center;
  border-radius: 8px;
  line-height: 2.5;
  display: block;
  background: var(--lightgrey_2);
}

.notification-filter a:hover:not(.disabled) {
  color: #fff;
  background: var(--grey) !important;
}

#notification_center .page-select {
  height: initial;
  line-height: 0;
}

#notification_center .page-select a i {
  line-height: 1 !important;
  height: initial !important;
}

.option-notification {
  width: 100%;
  padding: 0 10px;
  border-bottom: 1px solid var(--lightgrey);
}

.sin-notificaciones {
  color: var(--lightgrey);
  border: 1px dotted;
  font-size: 17px;
  font-weight: 100;
  padding: 20px !important;
  box-sizing: border-box;
  border-radius: 8px;
}

.sin-notificaciones.center i {
  display: inline-block !important;
  font-size: 30px;
  height: 30px !important;
}

nav ul a span.badge {
  display: inline-block;
  /* float: none; */
  position: absolute;
  right: 17%;
  font-size: 9px;
  margin-left: 4px;
  line-height: 18px !important;
  min-width: 18px !important;
  max-height: 18px !important;
  -webkit-font-smoothing: auto;
  top: 18%;
}

a#liNotification {
  height: inherit;
  line-height: initial;
}

#liNotification>* {
  vertical-align: middle;
}

#liNotification i {
  font-size: 1.3em;
}

span.badge {
  background: var(--clay_2);
  /* background: #FDA900 !important; */
  border-radius: 40px;
  min-width: auto !important;
  color: var(--white) !important;
}

.popover-count {
  top: 10px !important;
  right: 10% !important;
  color: #fff !important;
  background-color: var(--clay_2) !important;
}

/* i#loopedinicon{
  padding: 0 10px !important;
} */
/* =====================================================================
  Input
=====================================================================*/

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  box-shadow: none !important;
}

.input-field label,
.select-field label {
  color: var(--darkgrey) !important;
}

.input-field input {
  font-size: 14px !important;
  display: inline-block !important;
  color: var(--dark) !important;
  background: #fff !important;
  height: 40px !important;
}

.dropdown-button.timer {
  position: relative;
  width: 36px;
  display: inline-block;
  height: 36px;
  border: 1px solid;
  border-radius: 8px;
  padding: 1px;
  color: var(--darkgrey);
  width: 100%;
  min-width: 40px;
}

.dropdown-button.timer svg {
  height: 32px !important;
}

.dropdown-button.timer svg.fa-clock {
  font-size: 16px;
}

svg.arrow {
  line-height: 0;
  color: #455a64;
  margin-top: -3px;
  cursor: pointer;
  padding: 5px;
}

.dates {
  border-left: 1px solid var(--lightgrey);
}

.input-field h3 {
  font-size: 1em;
  margin: 5px 0;
  color: var(--grey);
  line-height: 1.5;
}

.input-field a#view_password {
  position: absolute;
  bottom: 25px;
  right: 15px;
  color: var(--grey) !important;
}

.input-field a.see_password {
  position: absolute;
  bottom: 3px;
  right: 15px;
  color: var(--grey) !important;
  cursor: pointer;
}

.input-field input {
  padding-left: 10px !important;
  border: 1px solid var(--lightgrey) !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
  margin-bottom: 10px;
}

.input-field input:focus,
input:focus {
  border: 1px solid var(--darkgrey) !important;
}

input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]) {
  border: 1px solid var(--darkgrey) !important;
}

.input-field input.error {
  border: 1px solid var(--alert) !important;
}

.input-field .prefix~textarea {
  margin-top: 0 !important;
}

.input-field .prefix~textarea~label {
  padding-top: 0 !important;
}

.input-field>textarea~label {
  padding-top: 13px;
}

label.active {
  top: -10px !important;
}

.select-field .prefix~select,
.select-field .prefix~label,
.select-field .prefix~.validate~label,
.select-field .prefix~.autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.select-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
}

select.browser-default {
  /* border: 1px solid var(--lightgrey) !important; */
  border-radius: 8px;
  height: 40px;
  padding: 5px 10px;
  color: var(--darkgrey) !important;
  background: url(https://cdn1.iconfinder.com/data/icons/outline-essentials-set/24/Icon_down_outline-512.png) no-repeat right var(--lightgrey_2) !important;
  background-size: 16px !important;
  background-position: 90% 50% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1 !important;
}

select.browser-default:focus {
  /* border: 1px solid var(--darkgrey) !important; */
  outline: none;
}

select.browser-default:hover {
  color: var(--white) !important;
  background: url(https://cdn1.iconfinder.com/data/icons/outline-essentials-set/24/Icon_down_outline-512.png) no-repeat right var(--grey) !important;
  background-size: 16px !important;
  background-position: 90% 50% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input:not([type]):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
  color: var(--clay) !important;
}

.input-field.url-buk span.capsule.left {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 38px;
  padding: 10px;
  color: var(--grey);
  background: var(--lightgrey);
  border-radius: 7px 0 0 7px;
}

.input-field.url-buk span.capsule.right {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 38px;
  padding: 10px;
  color: var(--grey);
  background: var(--lightgrey);
  border-radius: 0px 7px 7px 0;
}

.input-field.url-buk input {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.input-field.url-buk label {
  padding-left: 70px !important;
}

.input-field.url-buk label.active {
  padding-left: 0px !important;
}

.new_rut {
  display: none;
}

.new_rut_button {
  cursor: pointer;
}

/* ==========================================================================
  Input - Buscador
========================================================================== */
.search_movement {
  position: relative;
}

.search_movement input#search-input,
.search_movement input#q,
.search_movement input#search-input-rut {
  padding: 0 30px;
  padding-right: 20%;
  height: 40px;
  border: 1px solid var(--lightgrey);
  box-sizing: inherit;
  color: var(--darkgrey);
  margin: 0;
  font-size: 14px;
  border-radius: 8px !important;
}

.search_movement .icon-search {
  position: absolute !important;
  top: 7px !important;
  left: 15px !important;
  color: var(--grey) !important;
}

.search_movement .clean-search {
  position: absolute !important;
  top: 3px !important;
  right: 20px !important;
  color: var(--grey) !important;
  display: block !important;
  cursor: pointer !important;
  height: 34px;
  padding: 6px;
  border-radius: 8px;
}

#option_mobile .search_movement .clean-search {
  right: 60px !important;
}

.search_movement .clean-search i {
  font-size: 20px;
}

.search_movement .clean-search:hover,
.search_movement .advanced_search:hover {
  color: #fff !important;
  background: var(--grey);
}

.autocomplete-content.dropdown-content {
  position: absolute;
}

.autocomplete-content li {
  border-bottom: 1px solid var(--lightgrey_2);
}

.autocomplete-content li:hover {
  background: var(--lightgrey_2) !important;
}

.autocomplete-content li span {
  color: var(--darkgrey) !important;
  font-size: 1em !important;
}

.autocomplete-content li span.highlight {
  display: inline-block !important;
  color: var(--clay) !important;
  font-weight: 600;
  font-size: 1em !important;
}

.prefix.active {
  color: var(--clay) !important;
}

/* Advanced Search */
#input-search {
  position: relative;
  width: 68%;
  display: inline-block;
}

div#dropdown-advanced_search {
  width: 96.666666666667% !important;
  box-sizing: border-box;
  padding: 15px;
  z-index: 2;
  max-height: inherit !important;
  border-radius: 8px;
}

#dropdown-advanced_search p {
  font-size: 13px;
  color: #607d8b;
  margin: 5px 0;
  display: block;
  text-transform: uppercase;
}

#dropdown-advanced_search .help-search {
  color: var(--darkgrey);
  display: block !important;
  cursor: pointer !important;
}

#dropdown-advanced_search .help-search i {
  font-size: 21px !important;
  line-height: 1;
  vertical-align: middle;
}

#dropdown-advanced_search .help-search:hover {
  color: var(--clay);
}

.search_movement .advanced_search {
  border-radius: 5px;
  padding: 3px;
  margin: 5px 4px;
  color: var(--darkgrey) !important;
  background-color: var(--lightgrey_2);
  cursor: pointer !important;
  text-align: center !important;
  width: 40px !important;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: 13px;
  line-height: 34px !important;
}

#dropdown-advanced_search .box-form {
  margin: 10px 0;
}

#dropdown-advanced_search .select-field,
#dropdown-advanced_search .input-field {
  margin-top: 0 !important;
}

#dropdown-advanced_search h4.title span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

#dropdown-advanced_search input {
  height: 36px !important;
  min-height: 36px !important;
}

.advanced_search span {
  padding-left: 5px;
}

.arrow-form {
  color: #777;
  padding: 10px 0 !important;
}

.input-field p.help-text {
  text-transform: inherit !important;
}

/* ==========================================================================
  Input - Fecha
========================================================================== */
.dates .date {
  margin-top: 0px;
  padding: 0 3px;
}

.box_date input {
  padding-left: 10px !important;
  font-size: 13px !important;
  cursor: pointer !important;
  /* text-align: center; */
  margin: 0 !important;
  height: 36px !important;
  border-radius: 8px !important;
  border-bottom: 0 !important;
  background: var(--lightgrey_2) !important;
  -webkit-appearance: none;
  padding-right: 0 !important;
  background: #e5edf0;
  line-height: 2.2;
}

.dates i {
  float: left;
  padding: 5px 0;
  color: #83949c;

}

.icon_date {
  font-size: 20px;
  color: var(--darkgrey)
}

.arrow-date {
  padding-top: 7px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  color: var(--darkgrey);
  font-size: 1em;
}

.dropdown-button.timer i.arrow {
  /* font-size: 16px; */
  position: absolute;
  top: 0px;
  right: -3px;
  color: var(--clay) !important;
}

.boton-dates {
  border-color: var(--clay);
}

/* ==========================================================================
  Options - General
========================================================================== */
.option-box-accion {

  display: inline-block;
  width: 100%;
  padding: 0 !important;
  padding-bottom: 15px !important;

  margin-bottom: 10px;
  border-bottom: 1px dotted var(--grey);
  min-height: 52px !important;
}

.option-box-accion p:not(.alert-app p) {
  color: var(--darkgrey);
  font-size: 0.95em;
  line-height: 2;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
}

#option_block__footer.option-box-accion {
  margin-top: 20px;
  padding-top: 20px !important;
  padding-bottom: 0 !important;
  border-bottom: none;
  border-top: 1px dotted var(--grey);
}

/* ==========================================================================
  Options - Filtros
========================================================================== */
.filter-box {
  padding: 0;
  display: inline-block;
}

/* .filter-box:first-child .boton_filter {
  margin-left: 0 !important;
} */

.filter-box .boton_filter {
  padding: 0 8px;
  border-radius: 8px;
  /* border: 1px solid var(--grey); */
  background-color: var(--lightgrey_2);
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
  height: 35px;
}

.filter-box:first-child .boton_filter {
  margin-left: 0 !important;
}

.filter-box .boton_filter.active {
  border: 1px solid var(--clay);
}

.filter-box .boton_filter.active a,
.filter-box .boton_filter.active svg {
  color: var(--clay) !important;

}

.filter-box .boton_filter>a,
.filter-box .boton_filter .dropdown-filter>a {
  display: inline-block;
  color: var(--darkgrey) !important;
  height: 35px !important;
  line-height: 35px;
  padding: 0 4px;
  vertical-align: middle;
}

.filter-box .boton_filter>a i,
.filter-box .boton_filter .dropdown-filter>a i {
  border: none;
  padding: 4px;
  cursor: pointer;
  height: 35px;
  display: inline-block;
  line-height: 1.2;
  /* border-radius: 7px; */
}

.filter-box .boton_filter>a:hover i,
.filter-box .boton_filter .dropdown-filter>a:hover i,
.filter-box .boton_filter>a:hover,
.filter-box .boton_filter .dropdown-filter>a:hover {
  color: var(--clay) !important;
}

.boton_filter a i.material-icons {
  font-size: 1.5em;
}

.last-upgrade {
  font-style: italic;
  font-size: 1em;
  padding-bottom: 10px;
  color: var(--grey);
}

.icon-status-mentions {
  padding-right: 10px;
  padding-top: 5px;
}

.box-detail-event {
  display: flex;
  align-items: center;
}

.boton_filter .icon-svg {
  /* font-size: 1.1em !important; */
  padding: 0px 4px;
  width: 30px;
  text-align: center;
}

.boton_filter .icon-svg svg {
  font-size: 1.2em !important;
}

#show_match_stats i {
  padding: 6px 4px 4px 0px !important;
  font-weight: 900;
}

/* =====================================================================
  Options - Dropdown
=====================================================================*/
.dropdown-content {
  max-height: 40vh !important;
  z-index: 994 !important;
  top: 40px !important;
}

.dropdown-content li {
  min-height: inherit !important;
}

.dropdown-content-filter {
  display: none;
  position: absolute;
  min-width: 190px;
  padding: 4px 0px;
  z-index: 99;
  background: var(--white) !important;
  max-height: 26vh;
  overflow: auto;
  height: auto;
  box-shadow: 0px 3px 13px 2px rgb(0 0 0 / 20%);
}

.box-option {
  box-shadow: 0px 3px 13px 2px rgb(0 0 0 / 20%);
  border-radius: 8px;
}

.dropdown-filter,
.dropdown-click {
  position: relative;
  display: inline-block;
}

.dropdown-filter .box-option ul {
  margin: 0;
}

.dropdown-filter .box-option ul li a,
.dropdown-click .box-option ul li a {
  border: none !important;
  font-size: 0.8em !important;
  text-transform: uppercase;
  color: var(--darkgrey);
  padding: 10px 10px;
  font-weight: 400;
  display: block;
  line-height: 1.7 !important;
  text-align: left !important;
}

.dropdown-filter .box-option ul li,
.dropdown-click .box-option ul li {
  border-bottom: 1px solid var(--lightgrey);
  min-width: 100%;
  position: relative;
}

.dropdown-filter .box-option ul li:last-child {
  border-bottom: none !important;
}

.navbar-fixed ul.right .dropdown-filter .box-option ul li:hover a {
  background: transparent !important;
  color: #0097a7 !important;
}

.box-option li:hover {
  background: #e5edf0 !important;
}

.box-option ul>li.submenu-group>ul>li:hover {
  background: #c7e9f2 !important;
}

.box-option li:first-child {
  border-radius: 8px 8px 0 0;
}

.box-option li:last-child {
  border-radius: 0 0 8px 8px;
}

.box-option li:hover a {
  color: var(--clay) !important;
  background: transparent !important;
}

/* =====================================================================
  Options - Dropdown accountplan_select style
=====================================================================*/
.chosen-container .chosen-drop {
  width: 250px !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: none !important;
}

.chosen-container.chosen-container-single {
  width: 100% !important;
}

.chosen-container.chosen-container-single .chosen-container .chosen-drop {
  width: 100% !important;
}

.chosen-container-single .chosen-single {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 8px;
  box-shadow: none;
  text-align: left;
  background-image: none !important;
  margin-top: 0;
  font-size: 14px !important;
  line-height: 2.7 !important;
  padding: 0 9px;
  color: var(--grey) !important;
  background: var(--lightgrey_2);
}

.chosen-container-single .chosen-single:hover {
  background: var(--grey);
}

.chosen-container-single .chosen-single:hover span {
  color: var(--white) !important;
}

.chosen-container-single .chosen-single div b {
  background: url(packages/eskan_chosen/chosen-sprite.png) no-repeat 0px 10px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -16px 12px;
}

.action_plan .chosen-container a.chosen-single span {
  color: var(--clay);
  text-align: left;
  /* padding: 5px 0 !important; */
  margin-top: 2px;
  margin-right: 5px;
  font-weight: 500;
}

.top-option-addinbox {
  width: 60%;
  display: inline-block;
}

select#name_cc {
  color: #79888f;
  border: 1px solid #eee;
}

.chosen-container-single .chosen-drop {
  text-align: left;
  z-index: 8;
  width: 100% !important;
  min-width: 250px !important;
}

.chosen-search input[type="text"] {
  box-sizing: border-box !important;
}

.chosen-container-single .chosen-results li.group-result {
  background: #EEEEEE;
  color: #999;
  text-transform: uppercase;
  font-size: 11px;
}

.chosen-container-single .chosen-drop .chosen-results li.active-result,
.chosen-container-single .chosen-drop .chosen-results li.active-result.group-option {
  font-size: 12px;
  border-bottom: 1px solid #eee;
}

.chosen-container-single .chosen-drop .chosen-results li.active-result.highlighted,
.chosen-container-single .chosen-drop .chosen-results li.active-result.group-option.highlighted,
.chosen-container-single .chosen-drop .chosen-results li.active-result.result-selected.highlighted {
  background: #0097a7 !important;
}

/* =====================================================================
  Options - Paginacion
=====================================================================*/

.pagination {
  display: block;
  border: none !important;
}

.pagination li {
  padding: 0;
  display: inline;
  vertical-align: middle !important;
  border: none !important;
}

.pagination li i {
  font-size: 19px;
}

.pagination li a {
  margin: 0 4px;
  border: none !important;
  color: var(--darkgrey);
  padding: 2px 14px;
  border-radius: 4px;
}

.pagination li.active a,
.pagination li.active:hover a {
  background-color: var(--clay);
}

.pagination>.disabled>span,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  cursor: default !important;
  color: var(--darkgrey);
}

.option-pagination {
  margin-top: 0 !important;
  margin-left: 20px;
}

.option-pagination span {
  font-size: 13px;
  color: var(--darkgrey);
}

.option-pagination span bold {
  font-weight: 700;
}

.option-pagination .page-select {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid var(--darkgrey);
  border-radius: 8px;
  margin-left: 5px;
  /* padding: 1px; */
  height: 32px;
}

.option-pagination .page-select a {
  color: var(--darkgrey) !important;
  display: inline-block;
  padding: 2px;
  height: 30px;
  width: 30px;
  line-height: 27px;
  text-align: center;
}

.option-pagination .page-select a:hover {
  cursor: pointer;
}

.option-pagination .page-select a:hover svg {

  color: var(--clay);
}

.page-select a i {
  vertical-align: middle;
}

/*----------------------Tour-------------*/

.introjs-tooltipReferenceLayer * {
  font-family: "Roboto" !important;
}

.tour_step5.introjs-showElement {
  z-index: 9999999 !important;
}

.instruccion p {
  font-size: 16px;
}

/* .customTooltip{
  width: 262px;
  height: 160px;
  max-height: 200px;
  border-radius: 8px;
} */
.customTooltip {
  width: 262px;
  height: auto;
  max-height: 244em;
  border-radius: 8px;
}

.hidden_tour {
  display: block !important;
  margin-top: 10px !important;
}

.hidden_tour a {
  padding: 10px !important;
  color: var(--grey) !important;
  font-size: 13px;
}

.hidden_tour a:hover {
  color: var(--clay) !important;
  cursor: pointer;
}

.close_modal {
  z-index: 10 !important;
  position: absolute;
  top: 18px !important;
  right: 20px !important;
  cursor: pointer;
  margin: 0 !important;
}

.step-finish {
  color: var(--match) !important;
  opacity: 1 !important;
}

.modal_tour #first_recorrido {
  width: 100%;
}

.introjs-tooltiptext {
  text-align: center;
  margin-top: -14px;
  font-size: 15px;
}

.introjs-tooltipbuttons {
  border: none !important;
}

.introjs-helperLayer {
  box-shadow: #f0f0f0 0px 0px 1px 2px, rgb(33 33 33 / 50%) 0px 0px 0px 5000px !important;
}

.introjs-prevbutton {
  border-radius: 8px;
  background: var(--lightgrey_2) !important;
  color: var(--clay);
  text-shadow: none;
  border: 1px solid #eeeeee;
  width: 60px;
  text-align: center;
}

.introjs-nextbutton:hover {
  background: var(--clay) !important;
}

.introjs-nextbutton {
  background: var(--clay_2) !important;
  box-shadow: none;
  color: var(--white) !important;
  border-radius: 8px;
  color: white;
  text-shadow: none;
  width: 60px;
  text-align: center;
  border: none !important;
}

.introjs-disabled {
  display: none !important;
  visibility: hidden !important;
}

.init_tour {
  background: #0097A7;
  top: 105px;
  position: fixed;
  width: 34px;
  height: 37px;
  border: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  color: var(--greywhite);
  cursor: pointer;
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  transition: transform 1s ease;
  right: -2px;
  top: 145px;
}

.init_tour span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 0 !important;
}

.init_tour:hover {
  width: auto;
}

.init_tour.right.active_menu {
  transform: translateX(-283px);
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  transition: transform 1s ease;
}

.init_tour .icon-fa.bulb svg {
  margin-right: 10px;

}

.slide_match {
  overflow-y: hidden !important;
}

.helperLayer_match {
  z-index: 996 !important;
}

.introjs-overlay {
  z-index: 996 !important;
}

.introjs-overlay_match {
  z-index: 996 !important;
}

.sub_menu_tour {
  display: none;
  margin-bottom: 0 !important;
  padding-bottom: 10px;
}

.muestrame {
  margin-left: 40px;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
}

.custom-tooltip .custom-tooltiptext {
  visibility: hidden;
  width: 727px;
  min-height: 402px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 13px 11px;
  position: absolute;
  z-index: 1000;
  bottom: 125%;
  left: 50%;
  margin-left: -391px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.custom-tooltip .custom-tooltiptext img {
  width: 700px;
  max-height: 700px;
  height: auto;
  border-radius: 4px;
  margin-bottom: 24px;
  object-fit: cover;
  ;
  object-fit: cover;
}

.custom-tooltip:hover .custom-tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Flecha del tooltip */
.custom-tooltip .custom-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

#nav_tour {
  box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 30%);
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  transition: transform 1s ease;
  background: var(--white);
  width: 281px;
  height: auto;
  top: 56px;
  box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 30%);
  background: #fff;
  transform: translateX(100%);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 8px;
}

ul.tour {
  position: absolute;
  top: 118px;
  right: -7px;
  width: 100%;
  padding: 0px;
}

.close_tour {
  color: #ffff;
  position: fixed;
  right: 8px;
  cursor: pointer;
  padding: 4px 13px 0 3px;
  top: 4px;
}

.mobile-block-sidebar-menu {
  transform: translateX(-100%);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 400px;
  overflow: hidden;
  overflow-y: auto;
}

.menu_li_tour {
  position: absolute;
  top: -9px;
  right: 11px;
  width: 100%;
  z-index: 9 !important;
  background: #fff;
  height: 30em !important;
  max-height: 30em;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  transition: transform 1s ease;
}

.menu_li_tour.active_menu {
  padding-left: 10px;
  padding-top: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  transition: transform 1s ease;
  z-index: 9;
}





/*Previous*/
.sidebar-menu__previous {
  display: none;
  cursor: pointer;
  margin-top: -15px;
  position: fixed;
  color: var(--clay);
  font-weight: bold;
  font-size: 14px;
  float: left;
  z-index: 10;
  left: 12px;
  transition: transform 1s ease;
}

.sidebar-menu__previous span {
  display: inline-block;
  vertical-align: middle;
}

.sidebar-menu__previous:before {
  margin: 0 0 0 5px;
  content: '';
  width: 8px;
  height: 8px;
  border-style: solid;
  display: inline-block;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

#head_tour p {
  position: absolute;
  width: 100%;
  top: 1em;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px !important;
  font-size: 20px;
  text-transform: uppercase !important;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}

#nav_tour.active_menu {
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 999999999;
}

.i-check {
  position: absolute;
  left: 10px;
  top: 13px;
  opacity: 0.3;
  margin-left: -1px;
  margin-top: 3px;
  font-size: 22px !important;
}

.i-expand {
  float: right;
  color: var(--clay);
  position: absolute;
  right: 5px;
  top: 14px;
}

#body_tour .box-line {
  position: relative;
  border-radius: 8px;
  width: 98%;
}

.box-line a {
  padding: 15px 39px;
  color: var(--darkgrey);
  font-size: 15px;
  width: 100%;
}

.box-line a:hover {
  color: var(--clay);
  cursor: pointer !important;
}

ul.recorridoul .box-line {
  text-align: left;
}

#body_tour ul li {
  padding: 8px;
}

ul.tour svg {
  font-size: 18px;
}

.top-tour {
  top: 40px !important;
}

.top-tour-dismissible-mobile {
  top: 71px !important;
}

.top-tourinit-dismissible-mobile {
  top: 196px;
}

/* =====================================================================
 Modal
=====================================================================*/
.modal_alert {
  width: 449px !important;
  background: #fff;
  min-height: 152px !important;
  border-radius: 8px !important;
  max-width: 446px;
  top: 33% !important;
  line-height: 1.1;
  overflow: hidden !important;
}

.modal_tour {
  width: 449px !important;
  background: #fff;
  min-height: 552px !important;
  border-radius: 8px !important;
  max-width: 446px;
  top: 23% !important;
  line-height: 1.1;
  overflow: hidden !important;
}

.modal_tour .image {
  margin-left: -6%;
  margin-right: -6%;
  margin-top: -6%;
}

.modal_tour .modal-footer {
  display: none;
}

.modal_alert .modal-footer {
  display: none;
}

.button_alert {
  margin: 30px -12px -3px 0px !important;
  padding: 0px;
}

.row_text {
  margin-top: 52px;
  position: relative;
}

.introjs-donebutton {
  display: none !important;
}

.customcategory .introjs-donebutton {
  display: block !important;
}

.customcategory.introjs-floating {
  max-width: 1100em;
  transform: translate(-50%, -50%);
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.text_tour {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: -14px !important;
  position: relative;
}

.text_tour span {
  color: var(--clay);
  top: -11px !important;
  position: relative;
  font-weight: bold;
}

.text_alert {
  font-size: 1.2em !important;
  line-height: 22px !important;
  padding: 0 20px !important;
  margin-top: 19px;
}

.text_tour2 {
  font-size: 1.2em !important;
  line-height: 24px !important;
  padding: 0 20px !important;
  margin-top: 2px;
  margin-bottom: 2px;
}

.botton_tour .new_tour {
  background: var(--clay);
  border: 1px solid var(--clay);
  margin-left: 71px;
  margin-bottom: -55px;
  color: var(--greywhite);
}

.new_tour a {
  color: var(--greywhite);
}

.new_tour a:hover {
  color: var(--greywhite);
}

.botton_tour .new_tour:hover {
  background: #00acc0;
  color: #fff !important;
}

.ignore_tour {
  margin-top: 10px;
  border: 1px solid var(--lightgrey);
  ;
  width: 57%;
  margin-left: 86px;
  border-radius: 8px;
  padding: 10px;
  color: var(--lightgrey);
  ;
}

.ignore_tour span {
  clear: left;
  text-align: right;
  vertical-align: middle;
  line-height: 25px;
}

.ignore_tour .material-icons {
  display: inline-block;
  vertical-align: top;
}

.close_modal {
  color: var(--greywhite);
}

.img_gif {
  width: 45em;
  height: auto;
}

.fondo_modal {
  position: relative;
  top: -28px;
  border-radius: 8px;
  margin-left: -23px;
  max-width: 449px;
  margin-top: -17px;
  background: url(../img/mask_group.png);
  max-height: 287px !important;
  height: 287px !important;
  width: 446px;
}

.modal {
  width: 80% !important;
  background: #fff;
  min-height: 75%;
}

.modal-content .details_bills {
  padding: 15px !important;
}

/* .modal-content .input-field, .modal-content .select-field {
  margin-top: 2rem !important;
} */
.modal-content .type_costcenters .input-field {
  margin-top: 1rem !important;
}

.modal-content .procedencia .right {
  position: relative;
}

.modal-content .procedencia {
  background: var(--greywhite);
  border: 1px solid var(--lightgrey);
  padding: 15px !important;
  border-radius: 8px;
}

.modal-content .procedencia span {
  text-transform: uppercase;
  font-size: 12px;
  color: #00000069;
  margin-top: 8px;
  display: inline-block;
}

.modal-content .procedencia .switch {
  height: 35px;
  line-height: 2;
  display: inline-block;
}

/* .modal-content .procedencia a {
  font-size: 12px;
  display: inline-block;
  background: #ccc;
  color: #fff;
  padding: 4px 10px;
  margin-left: 9px;
  border-radius: 3px;
  cursor: pointer;
} */

/* .modal-content .procedencia a:hover{
  background: #00acc1;
} */
.modal-content .procedencia .info_addform a.tooltipped {
  background: transparent;
  color: var(--clay);
  position: absolute;
  top: 0px;
  right: 0px;
}

.modal-content .procedencia .col.l4.m4.s12.right.center-align {
  position: relative;
}

.details_bills,
.box-modal {
  /* margin: 10px; */
  padding: 10px 0 !important;
  background: var(--greywhite);
  border: 1px solid var(--lightgrey);
  font-size: 14px;
  color: var(--grey);
  border-radius: 8px;
  position: relative;
}

.details_bills label,
.box-modal label {
  color: var(--darkgrey) !important;
}

.details_bills .option,
.box-modal .option {
  padding: 5px 0;
}

i.material-icons.prefix {
  color: var(--grey);
  font-size: 25px;
  line-height: 1.5;
}

.trans-box-modal {
  border: 1px solid var(--lightgrey_2);
  padding: 20px;
  border-radius: 8px;
  margin: 0 auto !important;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  padding: 8px 12px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
  margin-bottom: 0px !important;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 100%;
  padding: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.tt-dataset.tt-dataset-razon_social>div span {
  padding: 10px;
  display: block;
}

.tt-suggestion {
  padding: 5px 15px;
  font-size: 1em;
  border-bottom: 1px solid var(--lightgrey_2) !important;
  line-height: 24px;
}

.twitter-typeahead {
  position: relative;
  display: block !important;
  margin-left: 41px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background: var(--lightgrey_2) !important;
}

.tt-suggestion.tt-cursor {
  color: var(--darkgrey) !important;

}

.tt-suggestion p {
  margin: 0;
}

.btn-modal {
  max-width: 200px;
  margin-right: 15px !important;
  line-height: 2.7 !important;
  margin-top: 3px !important;
  margin-bottom: 0 !important;
}

.modal .title i.material-icons {
  font-size: 22px;
  vertical-align: middle;
}

.details_bills .input-field,
.box-modal .input-field {
  margin-top: 1.5em;
}

.currency-title a.tooltipped {
  vertical-align: middle !important;
  margin-left: 10px;
}

/* Modal match */
.input-field.date.box_date {
  margin-top: 0 !important;
}

.referencia_match {
  padding: 15px;
  background: var(--grey);
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 10;
}

.match_table_title {
  padding-top: 35px;
  padding-bottom: 15px;
  z-index: 9;
  top: 27px;
  position: sticky;
  background: #FFF;
  margin: 0 !important;
}

.statements_table_title {
  padding-top: 50px;
  padding-bottom: 20px;
  z-index: 9;
  top: 6px;
  position: sticky;
  background: #FFF;
  margin: 0 !important;
}

.match_table thead {
  position: sticky !important;
  top: 173px;
  z-index: 99;
}

a.get_transaction {
  background: var(--clay_2);
  padding: 5px 18px;
  border-radius: 8px;
  color: #fff;
}


/* Modal asiento */

div#accountingentries,
div#accountingentriestributary,
div#accountingentriesconfiguration {
  position: relative !important;
}

p.info-sum:last-child {
  margin-top: 0px !important;
  padding: 6px 15px !important;
  background: var(--lightgrey_2);
  border-radius: 8px;
  width: 100%;
}

span.delete_account {
  position: absolute;
  left: -30px;
  top: 45px;
  color: var(--grey);
  cursor: pointer;
}

span.delete_account:hover {
  color: var(--darkgrey);
}

a#add_account_set {
  position: absolute;
  right: -20px;
  bottom: 59px;
  height: 35px;
  width: 35px;
}

.box_addcostcenter {
  background: var(--greywhite);
  border-radius: 8px;
  padding: 15px 0;
  margin-top: 40px;
}

.btn-floating i {
  line-height: 36px !important;
  font-size: 1.3em !important;
}

div#info_accountingentries {
  margin-bottom: 10px;
  border: 1px solid var(--grey);
  border-radius: 8px;
  padding: 15px 0;
  color: var(--darkgrey);
  font-size: 13px;
}

div.base {
  background: var(--greywhite);
  display: block;
  margin: 10px 0px;
  padding: 10px 0;
  padding-top: 25px !important;
  margin-bottom: 20px;
  position: relative;
  border-radius: 8px;
}

.input-field label {
  left: 10px !important;
}

.input-field label.active {
  left: 0px !important;
  font-size: 1.2em !important;
  color: var(--dark) !important;

}

/* modal ayuda del buscador avanzado */
.box-modal h6 {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
  color: var(--clay_4);
  text-transform: uppercase;
  font-weight: 600;
}

.box-modal b.destacado {
  background: #ddd;
  padding: 2px 10px;
  margin-right: 5px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #dad5d5;
}

/* modal clientes */

.modal-content .select-field select,
.box-modal .select-field select {
  margin-bottom: 20px;
  margin-top: 0;
}

.modal-content .block {
  padding-top: 20px !important;
}

.box-modal .select-field {
  height: 60px;
}

.docpendientes {
  position: absolute;
  margin-left: -50px;
}

.montopendiente {
  position: absolute;
  right: 32px;
}

.montopendientes {

  margin-left: 12px !important;
}

/* #delete_provider{ */
/* position: absolute; */
/* right: 1px; */
/* top: 0px; */
/* } */
/* modal abono */

.box-modal {
  padding-top: 30px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.box-modal .input-field,
.box-modal .select-field {
  margin-bottom: 10px;
  margin-top: 25px;
}

/*modal reporte de problema*/
.box-modal-error {
  padding-top: 5px !important;
}

ul.error_list li {
  padding: 10px 5px;
  border-top: 1px solid #ced2d6;
}

ul.error_list li:first-child {
  border-top: 0;
}

ul.error_list li svg {
  margin-right: 10px;
  color: #f06666;
}

/* modal equipo */
.modal-content .box-title {
  background: var(--lightgrey);
  border-radius: 8px;
  margin-bottom: 20px !important;
  padding: 15px !important;
  color: var(--darkgrey);
}

.modal-content .box-title h3 {
  font-size: 1.1em;
  margin: 0;
  line-height: 1.5;
}

.box-content.row {
  background: var(--greywhite);
  padding-bottom: 20px;
  border-radius: 8px;
  color: var(--darkgrey);
}

div#filter_bank {
  padding-bottom: 20px;
  border-bottom: 1px dotted var(--lightgrey);
}

.permission-user {
  padding-bottom: 0 !important;
}

/* Modal importador */
.modal-importador h5 {
  font-size: 1.4em;
  padding: 0 10px;
  color: var(--darkgrey);

}

/* modal categorizacion */

.modal-edit-providers h3 {
  font-size: 1.2em;
  vertical-align: middle;
  margin: 15px 0 !important;
}

.modal-edit-providers h3 i {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 1.2em;
}

.modal-edit-providers h4 {
  font-size: 1em;
}

.input-field.comment-providers {
  margin-top: 20px;
}

.modal-edit-providers .modal-content .details_bills {
  padding: 10px 15px !important;
}

.modal-content .box-cc {
  border-radius: 8px;
  border: 1px solid var(--lightgrey);
  margin-top: 12px;
  display: inline-flex;
  width: 100%;
  height: 60px;
}

.modal-content .box-cc .amount-cc {
  width: 15%;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 7px 0 0 7px;
}

.modal-content .box-cc .amount-cc-value {
  width: 20%;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  border-left: 2px dotted var(--lightgrey);
}

.modal-content .box-cc .details-cc {
  width: 81%;
  display: inline-block;
  vertical-align: middle !important;
  text-align: center;
  color: var(--darkgrey);
  background: #fff;
}

.modal-content .detele-cc {
  background: var(--lightgrey);
  border-radius: 0 7px 7px 0;
}

.modal-content .box-cc a.delete_centrocosto i,
.modal-content a.delete_centrocosto_ae i {
  font-size: 20px !important;
  color: var(--darkgrey);
}

.modal-content .box-cc a.delete_centrocosto,
.modal-content a.delete_centrocosto_ae {
  padding: 18px 20px;
}

.modal-content .detele-cc:hover {
  background: var(--grey);
}

.modal-content .box-cc .detele-cc:hover a.delete_centrocosto i {
  color: var(--lightgrey);
}

/*modal nota de venta*/
#add_producto {
  position: relative;
  right: -12px;
  bottom: 10em;
  height: 35px;
  width: 35px;
}

span.delete_producto {
  position: absolute;
  left: -25px;
  color: var(--grey);
  cursor: pointer;
  margin-top: 65px;
}

.list_product {
  position: relative;
}

.help-encrypted {
  color: var(--clay) !important;
}

a.help-bci i,
.help-encrypted i {
  vertical-align: middle !important;
}

a.help-bci:hover,
.help-encrypted:hover {
  color: var(--clay_2) !important;
}

/* modal atajos de teclado*/
.keyboard_shortcuts {
  background: #fff;
  /* min-height: 552px!important; */
  border-radius: 8px !important;
  top: 10% !important;
  overflow: scroll;
  min-height: 60%;
}

.atajos_teclas tr {
  width: 100% !important;
  height: 60px !important;
}

.keyboard_shortcuts .modal-footer {
  display: none;
}

.keyboard_shortcuts .close_modal {
  color: var(--darkgrey);
}

/* =====================================================================
  List item
=====================================================================*/
/* Cabecera */
.box-title p {
  line-height: 2;
  margin: 4px 0;
  font-size: 13px;
}

.box-title-table {
  background: var(--lightgrey_2);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--darkgrey);
  padding: 9px 0 !important;
  min-height: 35px;
  /* border-radius: 8px 8px 0 0; */
  border-radius: 8px;
}

.list-info-money>* {
  vertical-align: middle;
}

.list-info-money .currency a.currency_view {
  color: #0097a7 !important;
  padding: 0 2px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.list-info-money .currency .currency_view i {
  display: inline-block;
  font-size: 18px;
  cursor: pointer !important;
}

.box-list>li:nth-child(even) {
  background-color: var(--greywhite);
}

table.cashflow>tbody>tr:nth-child(even) {
  background-color: var(--greywhite);
}

.box-list li {
  width: 100%;
  min-height: 35px;
  margin: 0;
  padding: 8px 0px;
}

.box-list li:hover {
  background: var(--lightgrey_3);
}

.box-list li.selected {
  background: #ddf7ff;
  border-left: 4px solid #4dd0e1;
  transition: border 1s;
}

.box-list .list-item .list-action {
  padding: 0;
  height: 25px;
}

.box-list .list-item .list-action div {
  padding: 0;
}

.box-list .list-item .list-action .bookmark-list {
  margin-bottom: 5px;
  padding-left: 4px;
  text-align: center;
}

a.bookmark.tooltipped i {
  font-size: 20px;
}

.box-list .list-item .list-action .bookmark-list i.disabled {
  color: var(--lightgrey);
}

.box-list .list-item .list-action .bookmark-list i.active,
.box_info a.active {
  color: var(--warning) !important;
}

.box-list .list-item .list-action #select_input {
  position: relative;
  padding-left: 4px;
  display: block;
}

.box-list .list-item .list-action #select_input.select_hover:hover p.select_item input+label {
  display: block;
}

.box-list .list-item .list-action #select_input.select_hover:hover img.circle {
  display: none;
}

.box-list .list-item .list-action #select_input.select_hover p.select_item input+label {
  display: none;
}

.box-list .list-item .list-action #select_input .select_item {
  margin: 0;
  padding-left: 3px;
  display: block;
  top: 0;
  position: absolute;
  height: 30px;
  width: 30px;
}

.list-selected .box-list .list-item .list-action #select_input {
  width: 100%;
  display: block !important;
  height: 30px;
}

.list-selected .box-list .list-item .list-action .inbox-icon {
  width: 100%;
  display: block !important;
  height: 30px;
  text-align: center;
}

.col-height {
  line-height: 3.1 !important;
}

.col-height-mid {
  line-height: 2;
}

.box-list .list-item .list-action #select_input.ischecked p.select_item input+label {
  display: block;
}

.box-list .list-item .bank-img {
  width: 25px;
  box-shadow: 1px 1px 6px -5px #000;
  border-radius: 30% !important;
}

.box-list .list-item .select-list.ischecked .bank-img {
  display: none !important;
}

.list-selected .box-list .list-item .bank-img {
  margin-left: 2px;
}

.box-list .list-item .list-info-money .currency {
  font-size: 1em;
  display: inline-block;
}

.box-list .list-item .list-info-money .non-money {
  display: inline-block;
}

.box-list .list-item .list-info-money .padding-non {
  width: 15px;
}

.box-list .list-item .list-info-money .arrow_currency {
  font-size: 16px !important;
  padding-right: 10px;
  vertical-align: middle;
  display: inline-block;
}

.box-list .list-item .list-info-money i.list-type-icon {
  font-size: 18px;
  color: var(--grey);
}

.arrow_currency.positive {
  color: var(--match);
}

.arrow_currency.negative {
  color: var(--complete);
}

.box-list .list-item .list-info-description {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.box-list .list-item .list-info-description p {
  margin: 0;
  line-height: 1.6;
  font-size: 0.9em;
  padding: 2px 0;
}

.list-selected .box-list .list-item .list-info-description p {
  margin: 3px 0;
  max-height: 37px;
  overflow: hidden;
}

.box-list .list-item .movement-match {
  border-left: 1px solid #eee;
}

.box-list .list-item .movement-match p.truncate {
  margin: 0;
  line-height: 1.6;
  font-size: 13px;
  padding: 2px 0;
  color: #000 !important;
  font-weight: 300;
}

.box-list .list-item .movement-match p.truncate bold {
  font-size: 11px;
  color: #bbb;
}

.box-list .list-item .list-date span {
  font-size: 0.9em;
}

.list-selected .box-list .list-item .list-icons span.icon {
  padding-top: 5px;
  display: block;
}

.box-list .list-item .list-icons span.icon i {
  color: var(--lightgrey);
  margin: 0;
  font-size: 20px;
}

.box-list .list-item .list-icons span.icon svg,
.box-list .list-item .list-icons span.icon svg.icon_costcenter {
  color: var(--lightgrey);
  margin: 0;
  font-size: 1.12rem;
  vertical-align: top;
  position: relative;
  top: 1px;
}

.box-list .list-item .list-icons span.icon i.message.active {
  color: var(--clay_2);
}

.box-list .list-item .list-icons span.icon i.icon_account.active {
  color: var(--match)
}

.box-list .list-item .list-icons span.icon svg.icon_costcenter.active {
  color: var(--complete);
}

.box-list .list-item.cero_diferencia .list-icons span.icon i.match,
.box-list .list-item.cero_diferencia .list-info-money .currency {
  color: var(--match);
}

.box-list .list-item.cero_diferencia .list-info-description p,
.box-list .list-item.cero_diferencia .list-date span,
.box-list .list-item.cero_diferencia .list-type p,
.box-list .list-item.cero_diferencia span.detail-title {
  color: var(--match);
}

.box-list .list-item.cancel .list-info-description p,
.box-list .list-item.cancel .list-date span,
.box-list .list-item.cancel .list-type p,
.box-list .list-item.cancel span.detail-title {
  color: var(--grey) !important;
}

.box-list .list-item .list-status .progress,
.bar_progress .list-status .progress {
  background-color: var(--lightgrey);
  margin: 11px 0;
}

.box-list .list-item .list-status .progress .determinate,
.bar_progress .list-status .progress .determinate {
  background-color: var(--complete);
}

.box-list .list-item.cero_diferencia .list-status .progress .determinate,
.bar_progress.cero_diferencia .list-status .progress .determinate {
  background-color: var(--match);
  border-radius: 5px;
}

/* List Report */
.box-list li.report_problem {
  background: rgba(var(--alert-rgb), 0.1) !important;
  font-style: italic;
  opacity: 0.8;
  color: var(--alert);
}

.box-list li.selected.report_problem {
  background: rgba(var(--alert-rgb), 0.2);
  border-left: 4px solid var(--alert);
  transition: border 1s;
}

.box-list .list-item.report_problem .list-icons span.icon i.problem,
.box-list .list-item.report_problem .list-type p {
  color: var(--alert) !important;
}


/* Selected List */

.list-selected .box-title-table {
  display: none;
}

.list-selected {
  width: 41.555% !important;
  border-right: 1px solid #DDD;
}

.list-selected .box-list .list-item .bookmark-list {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 0;
}

#list-movement.list-selected,
#list-transaction.list-selected {
  transition: width 0.2s ease-in-out;
  height: 70vh !important;
  overflow: auto;
}

#list-transaction.list-selected .box-list li.list-item {
  height: 130px !important;
}

.box-list .list-item .list-info-money .currency {
  font-size: 1em;
  display: inline-block;
}

.list-selected .box-list .list-item {
  position: relative;
}

.list-selected .box-list .list-item .list-detail .list-date {
  width: 25% !important;
  text-align: right;
  position: absolute;
  right: 0;
}

.list-selected .box-list .list-item .list-type {
  width: 100% !important;
  text-align: left !important;
}

.list-selected .box-list .list-item .list-icons {
  width: 33.33333% !important;
}

.list-selected .box-list .list-item .list-status {
  width: 100%;
}

.list-selected .box-list .list-item .list-info-description {
  width: 66.66667% !important;
}

.list-selected .box-list .list-item .list-detail .list-info-money {
  width: 75% !important;
}

.list-selected .box-list .list-item .list-detail .list-info-money .currency {
  width: 83.33333% !important;
}

.list-selected .box-list .list-item .hide-on-large-only {
  display: block !important;
}

.box-list .list-item .list-info-money .padding-non {
  width: 15px;
}

.box-list .list-item .list-type p {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 2.5;
  color: #000;
  margin: 0;
}

/*----------------------------
 List cobranza - clientes
-----------------------------*/
.status {
  align-content: space-between;
}

.status span {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 20px;
  line-height: 1.6;
  color: #FFFFFF;
  font-size: 12px;
}

.status span.complete {
  background: #aed581;
}

.status span.pending {
  background: #ff8686;
}

.complete {
  color: var(--match);
}

.company-info-client p {
  margin: 0;
}


/* Exclusivo vista de impuestos */
.taxes-span {
  width: 100%;
  text-align: center;
}

/*----------------------------
  Status-box
-----------------------------*/

span.status {
  display: inline-block;
  font-size: 10px;
  color: #fff !important;
  padding: 5px 10px !important;
  border-radius: 50px;
  text-transform: uppercase;
  line-height: 1;
  vertical-align: top;
}

span.status.match {
  background: var(--match);
}

span.status.problem {
  background: #e57373;
}

span.status.related {
  background: #ffab91;
}

span.status.accounting {
  background: #b39ddb;
}

span.status.confirm_sap {
  background: #006EB8;
}

span.status.in_payroll {
  background: rgba(92, 107, 192, 0.75)
}

span.status.linked {
  background: #00acc1;
}

span.status.cancel {
  background: var(--darkgrey);
}

span.status.pending {
  background: #5097d1 !important;
}

span.status.loaded-unsubmitted {
  /*Estado de la facturacion cargada sin enviar*/
  background: #bcc8cf;
}

span.status.revenue {
  background: var(--lightgrey_2);
  color: var(--grey) !important;
  cursor: pointer;
}

span.status.revenue b {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 4px;
  vertical-align: middle;
  margin-right: 3px;
}

span.status.confirm_sap img {
  height: 1em;
  width: fit-content;
  position: relative;
  top: 1px;
  left: 2px;
}

span.status.cobranza {
  font-size: 9px !important;
  padding: 5px !important;
  line-height: 0.5;
  vertical-align: text-top;
}

span.status.code-rli {
  background: var(--ocean);
  vertical-align: middle;
}

b.revenue {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 4px;
}

span.tag-revenue {
  height: 14px;
  width: 14px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 6px;
  border-radius: 4px;
}

#filter_revenue_category li,
#set_revenue_category li {
  padding-left: 15px;
}

.material-icons.active.cancel {
  color: #d4c50e;
}

/* List Details */
p.box-desc {
  margin: 4px 0;
}

#movement-details {
  background: #fff;
  padding: 20px 15px;
  margin-bottom: 20px;
  position: relative;
}

#movement-details .bank-img img,
#details_mobile .bank-img img {
  width: 35px;
  box-shadow: 1px 1px 6px -4px #000;
  border-radius: 25% !important;
}

span.detail-title {
  /* ex span.email-title */
  font-weight: 500 !important;
  margin-right: 5px;
}

span.detail-title svg {
  margin-right: 8px;
}

.box_info {
  position: absolute;
  right: 15px;
  text-align: right;
}

.box_info a {
  color: var(--grey);
  font-size: 1.2em;
  line-height: 0;
  padding: 5px;
  vertical-align: middle;
  display: inline-block !important;
  margin-right: 0 !important;
}

.box_info a:hover {
  color: var(--darkgrey);
}

#movement-details .box_info a.bookmark i.material-icons,
#transaction-details .box_info a.bookmark i.material-icons,
#details_mobile .top_nav_details .box_info a.bookmark i.material-icons {
  font-size: 1.4em;
}

.view_details .switch {
  margin: 10px 0;
}

p.box-date {
  font-size: 13px !important;
  color: var(--grey);
  margin: 5px 0;
}

ul.tabs {
  margin-top: 20px;
  margin-bottom: 0px;
  clear: both;
  overflow-x: hidden;
}

.tabs .tab a {
  color: var(--dark) !important;
  font-size: 0.82em !important;
  border-bottom: 1px solid var(--lightgrey_1);

}

.tabs .tab a.active {
  color: var(--clay_2) !important;
  border-bottom: 2px solid var(--clay_2) !important;
}

.tabs .tab a:hover {
  color: var(--clay_2) !important;
}

.tabs .indicator {
  background: var(--clay_2) !important;
  border-radius: 18px;
}

.tabs-notifications .tabs {
  border-bottom: 1px solid var(--lightgrey);
}

span.email-title {
  font-weight: 500 !important;
  margin-right: 5px;
}

.col.l5.l5_5 {
  width: 45.66666666667% !important;
  padding-bottom: 15px !important;
}

.create {
  padding-bottom: 15px;
  color: grey;
  font-size: 0.9em;
  font-style: italic;
}

.create a {
  color: var(--clay_2) !important;
}

/* Boton details */

.box-title {
  border-bottom: 1px solid var(--lightgrey);
  color: var(--darkgrey);
  margin-bottom: 0;
  padding: 5px 0 !important;
}

.box-title p {
  line-height: 2;
  margin: 4px 0;
  font-size: 13px;
}

.action_plan .chosen-container.chosen-container-single {
  width: 100% !important;
}

/* =====================================================================
  Details
=====================================================================*/
.arrow_currency {
  font-size: 19px !important;
  padding-right: 5px !important;
  vertical-align: middle;
  display: inline-block;
}

/* modal agregar Centro de costo */
a#add_cc_set {
  position: absolute;
  right: -20px;
  bottom: 55px;
  height: 35px;
  width: 35px;
}

.box_cc {
  position: relative !important;
}

span.delete_acc_set {
  position: relative;
  left: -39px;
  top: -53px;
  height: 35px;
  width: 35px;
  cursor: pointer;
}

.line_CC {
  display: block;
  margin: 10px 0px;
  padding: 15px 0 !important;
  /* padding-top: 0px !important; */
  margin-bottom: 4px !important;
  position: relative;
  border-top: 1px dotted var(--lightgrey);
  /* border-radius: 8px;  */
}

.line_CC:first-child {
  border-top: none !important;
}

.edit_cc_i {
  font-size: 14px;
  margin-left: 8px;
}

/* Centro de costo */
.btn.btn-cc {
  width: auto !important;
  font-size: 0.9em;
  box-shadow: none;
  background: var(--lightgrey_2);
  color: var(--grey) !important;
  border-radius: 50px;
  padding: 0 20px;
  line-height: 3;
  margin-right: 8px;
}

.btn.btn-cc:hover {
  box-shadow: none;
  background: var(--grey);
  color: var(--white) !important;
}

.btn.btn-cc:focus {
  box-shadow: none;
  background: var(--grey) !important;
  color: var(--white) !important;
}

.costcenters li {
  padding: 5px !important;
  margin-bottom: 5px;
  border-bottom: 1px solid #cfd8dc;
  padding-bottom: 10px !important;
}

.list_cost-center {
  margin-top: 10px;
}

#cost_center.show-cc .cost_center span {
  padding-left: 50px;
  padding-right: 15px;
}

#cost_center.show-cc .cost_center span b {
  display: inline-block;
}

#cost_center.show-cc span a {
  border-left: 1px solid var(--grey);
}

.cost_center {
  position: relative;
  padding: 0 !important;
  cursor: pointer;
  min-width: 45px;
}

.cost_center:hover span {
  padding-left: 50px;
  padding-right: 15px;
}

.cost_center:hover span b {
  display: inline-block;
}

.cost_center:hover span a {
  border-left: 1px solid var(--grey);
}

.cost_center span {
  color: var(--grey);
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  background: var(--greywhite);
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 50px;
  height: 40px;
  padding-left: 0px;
  padding-right: 0px;
  /* z-index: 8; */
  transition: all 0.2s linear !important;
}

.cost_center span b {
  display: none;
  transition: all 0.2s linear !important;
  font-weight: 500;
}

.cost_center span a {
  color: var(--grey);
  padding: 10px;
  margin-left: 5px;
}

.cost_center i.icon-cc {
  font-size: 19px;
  margin-right: 0px !important;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  z-index: 9;
}

i.icon-cc {
  color: #fff;
  text-align: center;
  border-radius: 30px;
  line-height: 2;
  color: #fff;
  padding: 2px 10px;
  font-size: 16px;
  margin-right: 10px;
  min-height: 35px;
  min-width: 35px;
  background-color: var(--grey);

}

.costcenters i.icon-cc {
  margin-left: 10px;
  margin-right: 0 !important;
}

.costcenters li span.info-cost {
  font-size: 13px;
  font-style: italic;
  color: #cfd8dc;
  margin: 0 10px !important;
}

.costcenters li .left a.move-list {
  display: inline-block;
  cursor: pointer;
}

/* Recomendacion */
#match .title p {
  color: var(--grey) !important;
  font-size: 0.7em;
}

.simil {
  background: rgba(var(--warning-rgb), 0.2) !important;
  border-radius: 8px;
  padding: 15px 5px;
  border: 1px solid var(--warning);
  cursor: pointer;
}

.simil span {
  color: var(--warning);
  font-weight: 600;
}

.simil p {
  margin: 5px 0;
}

.simil .match {
  color: var(--warning);
  display: none;
  margin-top: 10px;
}

.simil:hover {
  background: rgba(var(--warning-rgb), 0.3) !important;
}

.simil:hover .match {
  display: block;
}

/* Referencia nota de credito */

.box-reference {
  background: rgba(var(--warning-rgb), 0.2);
  border-radius: 8px;
  margin: 20px 0;
  padding: 5px 5px;
  border: 1px solid var(--warning);
  cursor: pointer;
}

.box-reference p {
  margin: 0 !important;
}

.box-reference span {
  color: var(--warning);
  font-weight: 600;
}

.box-reference i {
  font-size: 1.3em;
  line-height: 36px;
}

/* CATEGORIAS DE PROYECTOS */
ul#category_icon li {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid var(--grey);
  margin: 0 5px 10px;
  background: #fff;
}

ul#category_icon li:hover {
  border-color: var(--clay);
}

ul#category_icon li a.icon:hover i {
  color: var(--clay);
}

ul#category_icon li.select {
  border-color: var(--clay);
  background: var(--clay);
}

ul#category_icon li.select a.icon i {
  color: #fff;
}

ul#category_icon li a.icon {
  padding: 10px 10px 5px;
  display: block;
  font-size: 15px !important;
}

ul#category_icon li a.icon i {
  color: var(--grey);
}

.costcenters li .actions-cost i {
  font-size: 18px;
  color: var(--grey);
}

span.private {
  padding-left: 5px;
  color: var(--darkgrey);
  font-style: italic;
  font-size: 13px;
  vertical-align: middle !important;
}

span.private svg {
  margin-right: 5px;
  /* font-size: 0.8em !important; */
}

.proyecto {
  padding: 0;
  margin-top: 15px;
  position: relative;
}

span.numero_proyecto {
  position: absolute;
  padding: 9px;
  color: #FFF;
  left: 0;
  margin: 0;
}

.proyecto h6 {
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
  margin: 0;
  padding: 7px 10px;
}

.proyecto p {
  margin: 5px 0;
  padding: 6px 10px;
}

.proyecto p span.precio {
  font-weight: 700;
}

.col.l6.s12.box-modal {
  border-left: 1px solid #ddd;
}

.add-cc,
.add-cliente {
  color: #999;
}

/* DEVENGO */
.devengomsj {
  display: none;
}

div#devengo {
  display: inline-block;
  padding: 15px 0px !important;
}

div#devengo label {
  min-width: 163px !important;
}

#devengo .action_plan {
  margin-top: 15px;
}

.devengo-list>li {
  margin: 0 15px;
  border-bottom: 1px solid #eee;
  padding: 7px 0px 9px;
  color: #37474f;

}

/* =====================================================================
  Tabs - Details
 =====================================================================*/
/* MATCH */

.transactions {
  /*border: 1px solid var(--lightgrey);*/
  border: 1px solid #2b475861;
  margin-bottom: 20px;
  padding: 0 !important;
  padding-top: 10px !important;
  border-radius: 8px;
}

.box-transaction.row {
  margin-bottom: 0;
  display: inline-flex;
  width: 100% !important;
}

.box-transaction {
  border-bottom: 1px solid #d4d9dd;
}

.box-transaction:last-child {
  border-bottom: none;
}

.box-transaction .col {
  margin: 15px 0;
}

.box-transaction.relation_box .col {
  margin: 5px 0 !important;
}

.box-transaction span.fecha {
  color: var(--grey);
  font-size: 13px;
  display: block;
}

.box-transaction span.id {
  font-weight: 500;
  font-size: 1.2em;
}

.box-transaction p.comentario {
  color: var(--grey);
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.box-transaction span.monto {
  display: block;
  text-align: right;
  color: var(--complete);
  font-weight: 500;
  font-size: 1.5em;
}

.box-transaction span.monto.total {
  text-align: center;
}

.box-transaction span.categoria {
  text-align: right;
  display: block;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 600;
}

.box-transaction .acciones {
  text-align: right !important;
}

.acciones>a {
  border-radius: 8px;
  padding: 12px 0;
  background: var(--lightgrey_2);
  display: inline-block;
  margin-left: 10px;
  height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  /* float: left; */
  line-height: 1.4;
  color: var(--clay);
}

.acciones>a:hover {
  background: var(--grey);
  color: #FFF !important;
}

.acciones>a:hover svg,
.acciones>a:hover i {
  color: var(--white);
}

.acciones>a>i {
  color: var(--clay);
  font-size: 1.4em;
}

.acciones>a>svg {
  color: var(--clay);
}

.acciones>a.is-ok {
  background: rgba(var(--match-rgb), 0.3);
  cursor: default;
}

.acciones>a.is-ok i,
.acciones>a.is-ok svg {
  color: var(--match);

}

.acciones.actions_bills a {
  margin: 0 0 5px 5px;
}

.assistant_report>a {
  color: var(--grey);
  cursor: pointer;
  font-size: 14px;
  font-style: italic;
  padding: 10px;
  border-radius: 5px;
  background: var(--lightgrey_2);
}

.assistant_report a>* {
  vertical-align: middle;
}

.assistant_report a i {
  font-size: 20px;
}

/* detalle tabs  */
li.tab.col.s2.s1_1 {
  width: 16.6%;
}

li.tab.col.s2.s1_1 a {
  padding: 0 5px !important;
}

li.tab.col.s3.s1_1 {
  width: 19.9%;
}

li.tab.col.s2.s1_1.s3_3 {
  width: 16.6666666% !important;
}

li.tab.col.s2.s1_1 {
  width: 20% !important;
}

li.tab.col.s2.s2_2.s3_3 {
  width: 20% !important;
}

li.tab.col.s2_2 {
  width: 20%;
}

li.tab.col.s2.s2_2 {
  width: 25% !important;
}

li.tab.col.s3.s2_2 {
  width: 25%;
}

.box-list {
  padding: 10px 0 !important;
  border-top: 1px solid #DDD !important;
}

.box-list:first-child {
  border-top: none !important;
}

.box-list .ico {
  padding: 0;
}

.box-list .ico svg,
#files_tab .file .ico i.material-icons {
  font-size: 18px;
  background: var(--clay_2);
  display: inline-block;
  text-align: center;
  padding: 10px;
  margin-top: 5px;
  border-radius: 50px;
  color: #FFF;
  height: 35px;
  width: 35px;
}

.details-tab .message p {
  color: var(--dark);
  word-break: break-word;
  padding-top: 2px;
  margin-top: 0;
}

/* Match transbank */
.box_transbank_details {
  border-bottom: 1px solid var(--lightgrey);
}

.box_transbank_details .title span {
  text-transform: uppercase;
  font-size: 14px;

}

.box_transbank_details .paymentgateway li {
  padding: 8px;
  background: var(--greywhite);
  border: 1px solid var(--lightgrey_3);
  border-radius: 8px;
  margin-bottom: 8px !important;
}

.matchclose {
  display: none;
}


/* =====================================================================
  Tabs - Notas - mentiony
 =====================================================================*/
/* DISEÑO TAG */
.btn-link-notification {
  padding: 4px !important;
  font-size: 15px !important;
  border-radius: 8px !important;
  text-align: center !important;
  width: 55px !important;
  display: flex !important;
  margin: 0 !important;
  align-items: center !important;
  background: var(--lightgrey_2) !important;
  justify-content: center !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
  color: var(--clay) !important;
}

.not-read-msg {
  background-color: rgb(232, 248, 250) !important;
}

.btn-notification-goto {
  width: 55px !important;
  margin-left: 10px;
}

.external-link-notification {
  color: var(--clay) !important;
}

.card-updates {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px;
  font-size: 15px !important;
  color: #000;
}

.btn-link-notification:hover {
  box-shadow: none !important;
  background: var(--grey) !important;
  color: var(--white) !important;
  cursor: pointer;
  border-color: var(--grey) !important;
}

.mentiony-content-main-notifications {
  display: block;
  padding: 10px 15px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
}

.mentiony-content-main {
  display: block;
  padding: 12px !important;
  border-radius: 0 12px 12px 12px;
  margin-top: 0px !important;
  background: var(--greywhite);
  color: var(--dark);
}

p.mentiony-content-main.yours {
  background: #e8f8fa;
  border-radius: 12px 0 12px 12px;
}

.mentiony-content-text {
  margin-top: -4px;
}

.mention-area .highlight a.mentiony-link,
.mention-area .highlight a.mentiony-link-text {
  cursor: not-allowed;
  z-index: 0;
  display: inline-block;
  line-height: 21px;
  position: relative;
  padding: 0 2px !important;
  color: var(--clay) !important;
  font-size: 0.99em;
  pointer-events: none;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
}

.mentiony-content a:before,
.mentiony-content-text a:before {
  position: absolute;
  top: 0;
  left: -5px;
  width: 0;
  height: 0;
  border-color: transparent #1197a7 transparent transparent;
  border-style: solid;
  border-width: 11px 10px 10px 0;
}

.mentiony-content a:after,
.mentiony-content-text a:after {
  position: absolute;
  top: 8px;
  left: 2px;
  float: left;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
}

.close-link {
  color: white;
  cursor: pointer;
  margin-top: 0px;
  height: 23px;
  background: var(--clay);
  border: 0;
  margin-left: -14px;
  z-index: 1;
  padding-top: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
  outline: none;
  top: 1px;
  font-size: 14px;
}

.close-link:focus {
  outline: none;
}

/* END DISEÑO TAG */

/* JQUERY.MENTIONY.CSS */
.mentiony-container [contenteditable="true"]:empty:not(:focus):before {
  content: attr(data-placeholder);
  color: var(--grey);
}

.mentiony-container,
.mentiony-content {
  width: 100% !important;
}

.mentiony-container {
  position: relative;
  /* height: ; */
  border: 1px solid var(--lightgrey);
  border-radius: 8px;
  /* NOTE: All top-right-bottom-left must be equal */
  padding: 0px !important;
  min-height: 60px;
  width: 100% !important;
}

.mentiony-container .pl0 {
  padding-left: 0;
}

.mentiony-container .mention-input-hidden {
  float: left;
  display: inline-block;
  visibility: hidden;
  width: 0 !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
}

.mentiony-container .mentiony-popover {
  position: absolute;
  z-index: 996;
  left: 0 !important;
  /* Default */
  /* top: inherit !important;
  left: inherit !important; */
  width: 280px;
  height: auto;
  max-height: 400px;
  display: none;
  border: 1px solid var(--lightgrey);
  border-radius: 8px;
  padding: 0;
  background: var(--white);
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.mentiony-container .mentiony-content,
.mentiony-container .mentiony-content-text {
  outline: none;
  min-height: 22px !important;
  padding: 10px !important;
}

.mentiony-list {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1000;
}

.feedback-message {
  margin-left: 5px;
}

.mentiony-item {
  border-top: 1px solid #eee;
  height: 50px;
  padding: 6px 7px;
  padding-bottom: 16px;
  cursor: pointer;
  overflow: hidden;
}

.mentiony-item:first-child {
  border: none;
}

.mentiony-item:hover {
  background: #ededed;
}

.mentiony-item.active {
  background: #ddd;
}

.mentiony-item img {
  width: 100%;
}

.mentiony-item .title,
.mentiony-item .help-block {
  margin: 0;
  margin-top: 6px;
}

.mentiony-item .title {
  /* margin-left: 25px; */
  margin-top: 7px;
  font-size: 1em;
}

.mentiony-item .row {
  display: flex;
}

.mentiony-item .help-block {
  display: none !important;
}

.circle-avatar {
  border-radius: 50px;
  overflow: hidden;
  padding: 0 !important;
  height: 40px;
  width: 40px !important;
}

/* .details-tab textarea {
  border: 1px solid #abafb3;
  padding: 10px;
  margin-top: 5px;
  min-height: 60px;
  max-height: 100px;
   box-shadow: 1px 1px 1px #eceff1 inset;
  color: #000 !important;
} */
.details-tab textarea:focus {
  border: 1px solid #3c454a;
  transition: all 1s ease;
}

.details-tab textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #90a4ae;
  opacity: 1;
  /* Firefox */
}

.details-tab textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #90a4ae;
}

.details-tab textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #90a4ae;
}

.details-tab textarea:focus {
  outline: none;
  background: #fff;
}

.details-tab .transactions {
  padding-bottom: 20px !important;
}

.details-tab label {
  font-size: 14px;
  display: block;
}

.details-tab .select_notification {
  margin: 5px 0;
}

.dropdown-menu.textcomplete-dropdown li.textcomplete-item:hover,
.dropdown-menu .textcomplete-item.active {
  background-color: transparent;
}

#details_mobile {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0 !important;
  z-index: 99999;
  height: 100%;
  min-height: 600px;
  transform: translateY(-100%);
}

#details_mobile img.circle {
  width: 100%;
}

.top_nav_details {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin-bottom: 15px;
  height: 50px;
}

#option_mobile .action_plan {
  margin-bottom: 5px;
}

.action_plan>div:first-child {
  padding-right: 0 !important;
}

.option_transactions .switch label {
  margin-top: 5px;
  display: block;
}

span.notas {
  text-transform: uppercase;
  padding: 5px 10px;
  color: #82949c;
  display: block;
  font-size: 12px;
  border-radius: 5px;
  margin-top: 15px;
  background: #f7f8f9;
}

/* dropdown asientos */
.box-title .btn_moreactions {
  display: inline;
  position: relative;
}

.btn_moreactions ul.moreMenu {
  position: absolute;
  right: -40px;
  top: 40px;
  display: none;
  margin: 0;
}

ul.moreMenu.menu-text {
  z-index: 9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  background-color: var(--white);
}

.btn_moreactions ul.moreMenu.menu-text {
  margin: 0;
  min-width: 200px;
  border-radius: 8px;
}

.btn_moreactions ul.moreMenu.menu-text li:first-child {
  border-radius: 8px 8px 0 0;
}

.btn_moreactions ul.moreMenu.menu-text li:last-child {
  border-radius: 0 0 8px 8px;
}

.btn_moreactions ul.moreMenu.menu-text li {
  display: block;
  border-bottom: 1px solid var(--lightgrey);
  min-width: 100%;
}

.btn_moreactions ul.moreMenu.menu-text li:hover {
  background: #e5edf0;
}

.btn_moreactions ul.moreMenu.menu-text li:last-child {
  border-bottom: none;
}

.btn_moreactions .moreMenu.menu-text li a {
  border: none !important;
  font-size: 0.8em !important;
  text-transform: uppercase;
  color: var(--darkgrey);
  padding: 10px 10px;
  font-weight: 400;
  display: block;
  line-height: 1.7;
}

.btn_moreactions .moreMenu.menu-text li a:hover {
  color: #0097a7 !important;
}

/* DETAILS TRANSACTIONS */

.bills_date {
  font-size: 12px;
  color: #777;
}

.bills_emisor {
  margin-bottom: 20px;
}

.details_bills span.bills_number,
.details_bills span.monto {
  font-weight: 500;
  font-size: 20px;
  color: var(--darkgrey);
}

.details_bills span {
  display: block;
}

.details_bills b.line {
  height: 3px;
  width: 100%;
  display: inline-block;
  clear: both;
  border-top: 1px solid var(--lightgrey);
  margin: 5px 0;
}

.bills_table .totals {
  background: var(--lightgrey_2) !important;
}

.totals {
  font-weight: 600;
  background: var(--lightgrey) !important;
}

.totals .total {
  color: var(--darkgrey);
  border-bottom: 1px solid #d6dbe0;
}

.totals .total:last-child div {
  border-bottom: none;
}

.totals .total div p {
  padding: 10px 5px !important;
  margin: 0;
}

/* =====================================================================
  Información de pago - CUOTAS
  =====================================================================*/
#expected_pay ul.collapsible {
  box-shadow: none;
  margin-top: 15px;
  border-radius: 8px;
}

#expected_pay .collapsible-body {
  margin: 0;
  min-height: inherit;
  border-radius: 0 0 8px 8px;
  padding: 1em;
}

/* #expected_pay thead td {
  color: #999;
  padding: 6px 0;
  text-transform: uppercase;
  font-size: 11px;
} */
#expected_pay tbody tr td {
  padding: 4px 5px;
  font-size: 13px;
}

#expected_pay .collapsible-header {
  font-size: 13px;
  text-transform: uppercase;
  color: #999;
  transition: 1s;
  padding: 5px;
  border-radius: 8px 8px;
  line-height: 2rem;
}

#expected_pay .collapsible-header.active {
  border-radius: 8px 8px 0 0;
}

#expected_pay .collapsible-header:hover {
  color: #000;
}

#expected_pay .collapsible-header span.truncate {
  width: 79% !important;
  display: inline-block;
}

#expected_pay .collapsible-header span.add {
  font-size: 11px;
  display: inline-block;
}

span.more,
span.add {
  font-size: 11px;
}

span.add.right.btn.secondary {
  font-size: 10px;
  line-height: 3;
  box-shadow: none;
}

/* a.restore-pay, a.paid-expected {
  color: #90a4ae !important;
  padding: 4px;
  border: 1px solid;
  border-radius: 8px;
  margin-left: 7px;
}
a.restore-pay i, a.paid-expected i {
  font-size: 20px;
}
a.restore-pay:hover, a.paid-expected:hover {
  color: #0097a7 !important;
}  */
tr.disabled-pay {
  text-decoration: line-through;
  color: #cfd8dc;
}

.restore-pay.disabled i {
  color: #cfd8dc;
}

tr.paid-ok td,
tr.paid-ok td i {
  color: #81c784;
}

/* =====================================================================
  Mis KPI
 =====================================================================*/
.chartDiv>div {
  position: relative;
  overflow: hidden;
  background: transparent !important;
  border: 1px solid var(--lightgrey);
  padding: 10px;
  margin: 10px 0;
  border-radius: 8px;
  min-height: 50vh;
}

.top-option a i {
  line-height: 1;
  color: var(--grey);
  font-size: 20px;
  vertical-align: text-bottom;
}

a.move-list.left {
  padding: 0 7px;
  cursor: -webkit-grab;
}

a.move-list.left[draggable] {
  cursor: -webkit-grabbing;
}

a.move-list.left:hover i {
  color: var(--clay);
}

a.move-list.left i {
  color: var(--lightgrey);
}

.top-option a {
  padding: 3px 9px;
  display: inline-block;
  color: var(--grey) !important;

}

.top-option a.share {
  padding: 3px 12px;
  line-height: 2.5 !important;
}

.top-option.mr5 {
  margin-right: 5px !important;
}

.top-option .border>a {
  line-height: 2;
  background: var(--lightgrey_2);
  color: var(--grey);
  border-radius: 8px;
}

.costcenters span.description {
  display: block !important;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--grey);
}

/* =====================================================================
  Gestión del Negocio
 =====================================================================*/
#amounts a.box-link.box_chart {
  padding: 15px 15px !important;
}

#amounts i {
  display: none !important;
}

/* Panel de control */

#dash .amounts_box {
  text-align: center;
  /* border-right: 1px solid #eee; */
  margin-top: 0px;
  margin-bottom: 20px;
  color: #6a777d;
}

#dash .amounts_box a.box-link {
  border: 1px solid #d9e2e6;
  border-radius: 8px;
  display: block;
  padding: 20px;
  color: var(--grey) !important;
}

#dash span.amount_title {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 5px;
}

#dash span.amount_num {
  display: block;
  font-size: 1.7em;
  font-weight: 600;
  color: #7b94a0;
}

span.tiny.amount_title {
  font-size: 11px !important;
}

#dash .charts {
  padding: 15px;
  border: 1px solid #d9e2e6;
  border-radius: 8px;
}

#dash .charts.row.balance,
#dash .charts {
  position: relative;
}

#dash .charts h3 {
  margin: 5px 0;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 600;
}

#dash .activos table tbody tr td.item {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
}

#salesAnalytics p {
  font-size: 12px;
  margin: 5px 0;
  background: #e2eaed;
  padding: 5px 10px;
  border-radius: 8px;
}

#salesAnalytics p i.material-icons {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 5px;
}

.box-list .list-company .company-action {
  /* padding: 0 0 0 11px; */
  min-height: 25px;
}

#dash .box-list .list-company .company-info-description {
  margin: 0;
  line-height: 1.6;
  font-size: 13px;
  padding: 2px 0;
}

td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 0px !important;
}

#dash .charts .header-chart {
  border-bottom: 1px solid var(--lightgrey_1);
  padding-bottom: 10px;
  margin-bottom: 20px;
  min-height: 40px !important;
}

.amounts_box.l2_2 {
  width: 20% !important;
}

/*Confuración de grupos de bancos*/
.select-group-bank input.select-dropdown {
  background: #fff !important;
  border: 1px solid var(--lightgrey) !important;
  border-radius: 8px !important;
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  box-sizing: inherit !important;
  height: 40px !important;
}

a#add_group_bank {
  position: relative;
  right: -20px;
  bottom: 95px;
  height: 35px;
  width: 35px;
}

a#add_group_bank.add_group_bank_mobile {
  position: inherit !important;
  right: 0px !important;
  bottom: 0px !important;
  height: 100% !important;
  width: 100% !important;
}

a#add_group_bank.add_group_bank_mobile:hover {
  background: var(--grey) !important;
  color: var(--white) !important;
}

a#add_group_bank {
  right: -15px !important;
}

/* Grafico FACTURACIÓN BRUTA VS RECAUDACIÓN */
.highcharts-column-series .highcharts-color-0,
.highcharts-column-series.highcharts-color-0 rect.highcharts-point {
  fill: rgb(4, 170, 187) !important;
}

.highcharts-column-series .highcharts-color-1,
.highcharts-column-series.highcharts-color-1 rect.highcharts-point {
  fill: #e57373;
}

/* linea punteada  */
.highcharts-series.highcharts-series-1.highcharts-spline-series.highcharts-color-1 path.highcharts-graph,
.highcharts-legend-item.highcharts-spline-series.highcharts-color-1.highcharts-series-1 path.highcharts-graph,
.highcharts-series.highcharts-series-2.highcharts-spline-series.highcharts-color-2 path.highcharts-graph,
.highcharts-legend-item.highcharts-spline-series.highcharts-color-2.highcharts-series-2 path.highcharts-graph {
  stroke: #5b686f;
}

.highcharts-markers.highcharts-series-1.highcharts-spline-series.highcharts-color-1.highcharts-tracker path.highcharts-point.highcharts-color-1,
.highcharts-legend-item.highcharts-spline-series.highcharts-color-1.highcharts-series-1 path.highcharts-point,
.highcharts-markers.highcharts-series-2.highcharts-spline-series.highcharts-color-2.highcharts-tracker path.highcharts-point.highcharts-color-2,
.highcharts-legend-item.highcharts-spline-series.highcharts-color-2.highcharts-series-2 path.highcharts-point {
  fill: #5b686f;
}

.highcharts-label.highcharts-tooltip.highcharts-color-1 path.highcharts-label-box.highcharts-tooltip-box,
.highcharts-label.highcharts-tooltip.highcharts-color-2 path.highcharts-label-box.highcharts-tooltip-box {
  stroke: #5b686f;
}

.highcharts-markers.highcharts-series-1.highcharts-spline-series.highcharts-color-1.highcharts-tracker.highcharts-series-hover path.highcharts-halo.highcharts-color-1,
.highcharts-markers.highcharts-series-2.highcharts-spline-series.highcharts-color-2.highcharts-tracker.highcharts-series-hover path.highcharts-halo.highcharts-color-2 {
  fill: #5b686f;
}

/* Grafico GASTOS DEL EERR */
.highcharts-pie-series .highcharts-color-0,
.highcharts-pie-series.highcharts-color-0 rect.highcharts-point {
  fill: #0dbdd0;
}

.highcharts-pie-series .highcharts-color-1,
.highcharts-pie-series.highcharts-color-1 rect.highcharts-point {
  fill: #09d480;
}

.highcharts-pie-series .highcharts-color-2,
.highcharts-pie-series.highcharts-color-2 rect.highcharts-point,
.highcharts-label.highcharts-data-label.highcharts-data-label-color-2,
.highcharts-column-series.highcharts-color-2 rect.highcharts-point {
  fill: #386e14;
}

.highcharts-pie-series .highcharts-color-3,
.highcharts-pie-series.highcharts-color-3 rect.highcharts-point,
.highcharts-label.highcharts-data-label.highcharts-data-label-color-3,
.highcharts-column-series.highcharts-color-3 rect.highcharts-point {
  fill: #efe05d;
}

.highcharts-pie-series .highcharts-color-4,
.highcharts-pie-series.highcharts-color-4 rect.highcharts-point,
.highcharts-label.highcharts-data-label.highcharts-data-label-color-4,
.highcharts-column-series.highcharts-color-4 rect.highcharts-point {
  fill: #fa934a;
}

.highcharts-pie-series .highcharts-color-5,
.highcharts-pie-series.highcharts-color-5 rect.highcharts-point,
.highcharts-label.highcharts-data-label.highcharts-data-label-color-5,
.highcharts-column-series.highcharts-color-5 rect.highcharts-point {

  fill: #f75850;
}

.highcharts-pie-series .highcharts-color-6,
.highcharts-pie-series.highcharts-color-6 rect.highcharts-point,
.highcharts-label.highcharts-data-label.highcharts-data-label-color-6,
.highcharts-column-series.highcharts-color-6 rect.highcharts-point {
  fill: #fc8dc0;
}

.highcharts-pie-series .highcharts-color-7,
.highcharts-pie-series.highcharts-color-7 rect.highcharts-point,
.highcharts-label.highcharts-data-label.highcharts-data-label-color-7,
.highcharts-column-series.highcharts-color-7 rect.highcharts-point {
  fill: #bc57ff;
}

.highcharts-pie-series .highcharts-color-8,
.highcharts-pie-series.highcharts-color-8 rect.highcharts-point,
.highcharts-label.highcharts-data-label.highcharts-data-label-color-8,
.highcharts-column-series.highcharts-color-8 rect.highcharts-point {
  fill: #2196f3;
}

.highcharts-pie-series .highcharts-color-9,
.highcharts-pie-series.highcharts-color-9 rect.highcharts-point,
.highcharts-label.highcharts-data-label.highcharts-data-label-color-9,
.highcharts-column-series.highcharts-color-9 rect.highcharts-point {
  fill: #2adcf3;
}

/* Grafico clientes */
#clientsGraph .highcharts-column-series .highcharts-color-0,
#clientsGraph .highcharts-column-series.highcharts-color-0 rect.highcharts-point {
  fill: #6fcaec;
}

#dash .charts.row.balance,
#dash .charts {
  position: relative;
}

#dash .bg_gastos {
  background-image: url(../img/dash_gasto.png);
  width: 100%;
  height: 420px;
  opacity: 0.15;
  background-size: 100%;
  background-repeat: no-repeat;
}

#dash .bg_balance {
  background-image: url(../img/dash_resumen_EERR.png);
  width: 100%;
  height: 315px;
  opacity: 0.1;
  background-size: 100%;
  background-repeat: no-repeat;
}

#dash p.info_contrata {
  position: absolute;
  top: 40%;
  width: 90%;
  font-weight: 600;
  text-align: center;
}

/* #dash a {
  margin-top: 10px;
} */
.header-chart .top-option {
  display: inline-block;
}

/* =====================================================================
  Gestión de proveedores
 =====================================================================*/
.ranking-status span.ranking {
  background: var(--lightgrey_3);
}

span.ranking {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 20px;
  line-height: 1.6;
  color: var(--grey);
  font-size: 12px;
}

.head-client .ranking-status span.ranking {
  background: var(--greywhite);
  font-size: 16px;
  cursor: pointer;
}

.ranking-status span.ranking:hover {
  background: var(--greywhite);
}

.waves-effect {
  z-index: 0 !important;
}

a.acept-fact.right.btn.waves-effect.waves-light.active {
  background: var(--match) !important;
  color: #ffff !important;
  font-size: 1em;
  padding: 0px !important;
  box-shadow: none !important;
}

a.deny-fact.btn.waves-effect.waves-light.active {
  background: var(--alert) !important;
  color: #ffff !important;
  font-size: 1em;
  padding: 0px !important;
  box-shadow: none !important;
}

.more_text {
  display: none;
}

/* =====================================================================
  Cobranza
 =====================================================================*/
#collection_client .head-client {
  padding: 15px 20px !important;
  background: #e6edf0;
  margin-bottom: 20px;
  color: #5c7684;
  border-radius: 5px;
}

#collection_client .head-client-info .name_company {
  display: inline-block;
  font-size: 18px;
  margin: 0 !important;
  margin-bottom: 5px !important;
}

#collection_client .head-client-info .rut_company {
  display: inline-block;
  font-weight: 800;
  margin-left: 15px;
}

#client_contacts .contact_type p {
  text-transform: capitalize !important;
}

#client_contacts .contact_type span.subtitle {
  font-size: 12px;
  text-transform: uppercase;
}

.box-color {
  background: #eee;
  padding: 20px !important;
  border-radius: 10px;
  margin-bottom: 10px;
}

.box-color .box-color-monto {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.box-color .box-color-texto {
  text-transform: uppercase;
  font-size: 12px;
}

.actions_contact a {
  margin-left: 3px;
}

.edit_company_image small {
  font-size: 0.9em;
  padding: 20px 0;
  display: block;
  clear: both;
  color: var(--darkgrey);
}

.item__align span.title-setting {
  vertical-align: middle;
  display: inline-block;
  padding-top: 20px;
}

/* ================= Details client ============ */
/* Details Client */
.tabs.client {
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--lightgrey_2);
}

.top_tab_title {
  padding: 15px 10px !important;
  margin-bottom: 20px;
  background: #e6edf0;
  border-radius: 5px;
}

.top_tab_title p.subtitle {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  color: #708188;
}

.top_tab_title .right a {
  padding: 0 10px;
}

.item_contact {
  padding: 10px !important;
}

.item_contact p {
  margin: 0;
}

/*
.top_tab_title .right a:hover{
  color: #0097a7 !important;
}
.top_tab_title .right a svg, .top_tab_title .right a i{
  font-size: 16px;
  margin-right: 5px;
} */

.info_detail .item {
  padding-bottom: 15px;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #ddd;
}

.info_detail .item:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.head-client-action {
  padding-top: 10px !important;
}

.number_bills {
  font-size: 1em;
}

.info_detail h3 {
  font-size: 1em;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: 500;
  color: var(--darkgrey);
  line-height: 1.5;
  padding: 5px;
  border-bottom: 1px solid var(--lightgrey);
}

h3.sub-title-modal {
  font-size: 18px;
  padding: 5px;
}

.number_bills {
  position: relative;
}

.recurrence_rev {
  display: inline-block;
}

.recurrence_rev .revenue .box-option li {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.col.s1s.m1s.l1s {
  width: 5% !important;
}

.amount_bills span.tiny {
  display: block;
  font-size: 0.8em;
}

#bills_top_table {
  background-color: var(--lightgrey_2) !important;
  color: var(--darkgrey);
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  font-size: 0.8em;
  text-transform: uppercase;
}

#bills_top_table .date {
  padding-left: 5px;
}

.help-title {
  color: #8398a2;
  font-size: 0.9em;
}

.actions_bills svg {
  font-size: 16px !important;
}

.actions_bills i.material-icons {
  font-size: 20px;
}

.head-client a#close_opened {
  color: var(--grey) !important;
}

.head-client a#close_opened:hover {
  color: var(--darkgrey);
}

span.sin-info {
  font-style: italic;
  opacity: 0.6;
  font-size: 0.95em;
}

.item.item-category i.icon-cc {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  padding: 1px 8px;
}

li.info_bills {
  padding: 10px !important;
}

table.cashflow thead td:last-child {
  border-radius: 0 5px 5px 0 !important;
}

.description_bills p {
  margin: 0 !important;
}

/* =========================
Timeline
========================= */

#modal_timeline .btn.secondary {
  line-height: 1.7 !important;
}

#contact_div_save {
  padding: 0 20px !important;
}

.circle-action {
  display: inline-block;
  padding: 18px 21px;
  /* width: 63px; */
  text-align: center;
  background: #8aa5e0;
  border-radius: 50px;
  margin-right: 10px;
}

.circle-action span.icon-fa {
  width: auto !important;
}

.circle-action span.icon-fa svg {
  color: #FFFFFF;
}

span.tied {
  background: #eee;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 17px;
  left: 0;
}

.info-message {
  background: #999;
}

/* .top_timeline {
  width: 17px;
  height: 17px;
  display: inline-block;
  border-radius: 50px;
  /* background: #0098a7;
  margin-left: 34px;
  border: 3px solid #0098a7;
} */
.last_event {
  margin-top: 2px;
  margin: 0 60px;
  border-left: 3px dotted #0097a7;
  transition: height .0s;
  margin-left: 40px !important;
}

span.timeline {
  position: absolute;
  ;
  border-left: 1px dotted #ddd;
  height: 100%;
  z-index: 9;
  top: 0;
  margin: 0 49%;
}

.event {
  position: relative;
}

.event .date_event {
  position: absolute;
  text-align: center;
  padding: 0 5px;
  background: #fff;
  left: -35px;
  top: 28px;
  color: var(--darkgrey);
}

.event .date_event .day {
  font-size: 25px;
  display: block;
  font-weight: 800;
  line-height: 1;
}

.event .date_event .month {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.event .description_event {
  /* width: 80%; */
  /* display: inline-block; */
  padding-left: 60px;
  padding-bottom: 20px;
  padding-top: 20px;
  color: var(--grey);
}

.event.issue .description_event .box_event {
  border-color: #60d4e3;
}

.event.issue .description_event .box_event .icon_type_event {
  color: #60d4e3;
}

.event.toexpire .description_event .box_event {
  border-color: #eca542;
}

.event.toexpire .description_event .box_event .icon_type_event {
  color: #eca542;
}

.event.expire .description_event .box_event .icon_type_event {
  color: #f77880;
}

.event.expire .description_event .box_event {
  border-color: #f77880;
}

.event.paid .description_event .box_event {
  border-color: #36cc5f;
}

.event.paid .description_event .box_event .icon_type_event {
  color: #36cc5f;
}

.event.unpaid .description_event .box_event {
  border-color: #87ad91;
}

.event.unpaid .description_event .box_event .icon_type_event {
  color: #7b9f84;
}

.event.summary .description_event .box_event {
  border-color: #555555;
}

.event.summary .description_event .box_event .icon_type_event {
  color: #555555;
}

.event.link .description_event .box_event {
  border-color: #ffab91;
}

.event.link .description_event .box_event .icon_type_event {
  color: #f29f85;
}

.event.unlink .description_event .box_event {
  border-color: #d6b3a8;
}

.event.unlink .description_event .box_event .icon_type_event {
  color: #d6b2a7;
}

.event.failed .description_event .box_event {
  border-color: #bfdce0;
}

.event.failed .description_event .box_event .icon_type_event {
  color: #aacdd4;
}

.retry {
  margin: 32px;
}

/* eventos de tabla de correos  */

.event.paid.status {
  background: #36cc5f !important;
}

.event.issue.status {
  background: #60d4e3 !important;
}

.event.toexpire.status {
  background: #eca542;
}

.event.expire.status {
  background: #f77880 !important;
}

.event.summary.status {
  background: #555 !important;
}

.event .description_event .box_event {
  padding: 20px 20px;
  background: var(--lightgrey_3);
  ;
  border-radius: 5px;
  border-left: 12px solid;
}

.last_event .event.issue:last-child .description_event {
  padding-bottom: 0 !important;
}

.schedule_event {
  padding-bottom: 10px;
  position: relative;
}

.schedule_event .view_shudele_events {
  background: var(--lightgrey_2);
  color: var(--grey) !important;
  padding: 10px 25px;
  position: inherit;
  left: -30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  bottom: 3px;
}

.schedule_event_p {
  background: #FFFFFF;
  margin-top: 15px;
  margin-left: -30px;
  border-radius: 8px;
  padding: 12px 25px 16px 15px;
  box-shadow: 0 0 15px 0 var(--lightgrey_3);
}

.schedule_event_p .event {
  margin-left: 33px;
  padding: 0px 5px 0px 0px;
  border: 8px;
  background: transparent;
}

.schedule_event_p .date_event {
  margin-left: 13px;
  padding: 0px 5px 0px 0px;
  border: 8px;
  background: transparent;
  margin-top: 4px;
}

.icon_send {
  transform: rotate(-45deg);
}

.failed b {
  margin: 32px;
}

.failed .icon_send {
  transform: rotate(-56deg);
  font-size: 20px;
}

/* ============================================= REMINDERS */


#reminders_list .list_item a .reminders_icon i {
  padding: 10px;
  background: #eee;
  width: 100%;
  line-height: 0.9;
}

#reminders_list .list_item a .reminders_event span {
  display: block;
  width: 100%;
  padding: 10px;
  height: auto;
}

#reminders_list .list_item a.disabled .reminders_icon i {
  color: #888;
}

/* .box-content-item{
  display: none;
} */
.box-content-item {
  padding: 15px 10px !important;
  background: #f9f9f9;
}


#option_repeat {
  display: none;
  padding: 15px 0;
}

/* ========================= PREVIEW EMAILS
=============================================*/
.view-details {
  background: #F2F2F2;
  /* height: 78vh; */
  position: relative;
}

.close_type {
  position: absolute;
  top: 10px;
  right: 10px;
}

.close_type a i {
  color: #82939c;
}

.view-details .padding-table.footer {
  background: #F2F2F2;
  padding: 20px;
  font-size: 13px;
}

.view-details .padding-table.footer p {
  color: #999 !important;
}

.view-details .paddin.box-form .info-profileg-table.pre-footer {
  padding: 15px 15px 15px 15px;
  border-bottom: 3px solid #CCC;
}

.view-details .padding-table {
  padding: 15px 30px;
}

.view-details .padding-table-top {
  padding: 0px 30px;
}

.view-details {
  padding: 50px 10px;
}

.view-details body {
  margin: 0 !important;
  padding: 0;
  min-width: 100% !important;
}

.view-details .content {
  width: 100%;
  max-width: 600px;
  background: #fff;
  margin: 0 auto;
}

@media only screen and (max-device-width: 601px) {
  .view-details .content {
    width: 100% !important;
  }

  .view-details .fluid {
    display: block;
    width: 100%;
  }

  .view-details .fluid table td tr,
  .view-details .fluid table tbody {
    width: 100% !important;
    display: block !important;
  }

  .view-details .col425 {
    width: 425px !important;
  }

  .view-details .col380 {
    width: 380px !important;
  }

  .view-details .box-text {
    min-height: inherit !important;
  }
}


.box-content-item span.title,
.edit_company span.title,
.box-form span.title,
.box span.title {
  font-size: 13px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  /* color: #607d8b; */
  font-weight: 600;
}

.item__subjet .input-field {
  margin-top: 5px;
}

.item__subjet .input-field input {
  height: 30px;
  padding: 0 5px;
  box-sizing: inherit;
}

.alert-reminders {
  padding: 10px;
  margin: 15px 0;
  border-radius: 4px;
}

.alert-reminders.yellow.lighten-4 a {
  color: #908200 !important;
  text-decoration: underline !important;
}

.alert-reminders.yellow.lighten-4 svg {
  color: #ddc913;
  margin-right: 10px;
}

.alert-reminders.yellow.lighten-4 {
  color: #bba903;
}

.select-profile-send p,
.select-time-expire p {
  background: #fff;
  margin: 5px 0;
  padding: 5px;
}

.select-time-expire small {
  display: block;
}

.box-header-item {
  border: 1px solid #ddd;
}

.small-note {
  font-size: 12px;
  padding: 10px 5px;
  display: block;
  font-style: italic;
}

.option_reminders {
  margin: 5px 0;
}

/* =====================================================================
  Facturación
 =====================================================================*/

.material-icons.status {
  color: var(--lightgrey);
}

.list-connection small {
  font-size: 13px;
}

.icon-status {
  font-size: 16px !important;
}

.icon-status.sync {
  color: var(--info) !important;
  font-size: 15px !important;
}

.icon-status.validate {
  color: var(--match) !important;
  font-size: 18px !important;
}

.icon-status.error {
  color: var(--alert) !important;
  font-size: 15px !important;
}

.list-connection .sync-red {
  color: var(--alert) !important;
  font-size: 21px !important;
}

.list-item.info_bills .content_bill {
  font-size: 13px;
}

.list-item.info_bills .content_bill p {
  margin: 0 !important;
}

.state.center i {
  vertical-align: middle !important;
}

/* =====================================================================
  Oficina de partes
=====================================================================*/
div#sin_inbox {
  padding: 40px;
  margin: 30px 0;
}

#sin_inbox h4 {
  margin: 10px 0;
}

/* sin información */

.alerta {
  color: var(--grey);
  border: 1px dotted var(--lightgrey);
  padding: 40px !important;
  /* margin-top: 20px !important; */
  border-radius: 8px;
}

.alerta h4 {
  font-size: 1.7em !important;
}

.alerta span.icon-fa {
  width: 32px;
  display: inline-block;
  text-align: center;
  line-height: 0;
}

/* =====================================================================
  Gestion contable
 =====================================================================*/
.comparador-tributario {
  background: var(--lightgrey_3) !important;
  padding: 12px 0 12px !important;
  border-radius: 8px;
}

.comparador-tributario .select-clay.dark {
  background: var(--grey) !important;
  color: #fff !important;
}

.comparador-tributario .select-clay.dark:hover {
  background: var(--lightgrey) !important;
  color: var(--grey) !important;
}

.Balancediv {
  max-width: 100%;
  max-height: 80vh;
  overflow: scroll;
  position: relative;
}

.tableFixed {
  max-width: 100%;
  overflow: scroll !important;
  position: relative;
}

.tablebalancee {
  position: relative;
  border-collapse: collapse;
}

.tablebalance td,
.tablebalance th {
  padding: 0.25em;
}

.theadfixed th {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  top: 0;
  z-index: 9 !important;
}

.theadfixed .tdcuenta {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  top: 0;
  z-index: 2 !important;
}

.theadfixed th.fixedcol {
  left: 0;
  z-index: 10 !important;
}

td.statictotal:first-child {
  background: var(--lightgrey_2);
}

.totals:hover td.statictotal:first-child {
  background: var(--lightgrey) !important;
}

.totals:hover td.statictotal2:nth-child(n) {
  background: var(--lightgrey) !important;
}

tr.filas:hover td.item {
  background: var(--lightgrey) !important;
}

.theadfixed th:first-child {
  left: 0;
  z-index: 1;
  background-color: var(--lightgrey) !important;
  color: var(--dark) !important;
  border-radius: 8px 0 0 0 !important;
}

.theadfixed .staticcuenta {
  left: 0;
  z-index: 3 !important;
  background-color: var(--lightgrey) !important;
  color: var(--dark) !important;
  min-width: 100px;
}

.theadfixed th.fixedcol2 {
  left: 90px;
  z-index: 10 !important;
  background-color: var(--lightgrey) !important;
  color: var(--dark) !important;
}

.tbodyfixed .fixedcol {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: var(--lightgrey_1) !important;
  color: var(--dark) !important;
  min-width: 100px;
}

.tbodyfixed .fixedcol.name {
  font-weight: bold;
}

.tbodyfixed .fixedcol2 {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: 90px;
  z-index: 1;
  background-color: var(--lightgrey_1) !important;
  color: var(--dark) !important;
}

.tbodyfixed .statictotal {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: var(--lightgrey_1) !important;
  color: var(--dark) !important;
}

.tbodyfixed .totals .statictotal {
  background-color: var(--lightgrey) !important;
}

.tbodyfixed .statictotal {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: var(--lightgrey_1) !important;
  color: var(--dark) !important;
}

.tbodyfixed .totals .statictotal {
  background-color: var(--lightgrey) !important;
}

.tbodyfixed .statictotal2 {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: 90px;
  z-index: 1;
  background-color: var(--lightgrey) !important;
  color: var(--grey) !important;
}

table.cashflow>tbody>tr:nth-child(even) .fixedcol2 {
  background-color: var(--greywhite);
}

table.cashflow>tbody>tr .fixedcol2 {
  background-color: white;
}

table.cashflow>tbody>tr:nth-child(even) .fixedcol {
  background-color: var(--greywhite);
}

table.cashflow>tbody>tr .fixedcol {
  background-color: white;
}

/* table.cashflow > tbody > tr.totals .statictotal2{
  background: var(--lightgrey) !important;
} 
table.cashflow > tbody > tr.totals .statictotal{
  background: var(--lightgrey) !important;
} */


.saldos {
  color: var(--darkgrey);
}

.head-balance th:first-child {
  border-radius: 8px 0 0 0 !important;
}

.head-balance th:last-child {
  border-radius: 0 8px 0 0 !important;
}

.subhead-balance th:first-child {
  border-radius: 0 0 0 8px !important;
}

.subhead-balance th:last-child {
  border-radius: 0 0 8px 0 !important;
}

.head-balance th {
  padding: 10px 5px !important;
}

.subhead-balance th {
  border-top: 1px solid var(--lightgrey) !important;
  padding: 10px 5px !important;
}

.box-clasificado {
  padding: 17px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid var(--lightgrey_2);
}

.line-left {
  border-left: 1px solid var(--lightgrey) !important;
}

.line-bottom {
  border-bottom: 1px solid var(--lightgrey);
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}

.cashflow .item-top {
  font-size: 13px !important;
  text-transform: uppercase;
  background: var(--lightgrey);
  color: var(--darkgrey);
  font-weight: 600;
  letter-spacing: 1px;
  padding: 5px !important;
  border-top: 1px solid var(--lightgrey_2);

}

.table-head span.head {
  background: var(--lightgrey_2);
  padding: 5px;
  border-radius: 8px;
  margin: 5px 0 !important;
}

.total-balance {
  font-size: 1.1em;
  margin-top: 10px;
}

.total-balance .action-save {
  padding: 20px;
}

/* tablas con iconos para expandir */
a.open i.material-icons {
  line-height: 1;
  vertical-align: middle;
}

/* .tabla_interior td.item {
  padding-left: 20px;
} */

/*Pagina estado de resultado  */
.switchCC {
  border-right: 1px solid var(--lightgrey);
}

.tabla_interior {
  display: none;
}

.tabla_cc {
  display: none;
}

.tabla_cc td.item.fixedcol {
  background: #F1F2F2 !important;
}

.tabla_interior td.item {
  padding-left: 35px !important;
}

.tabla_cc td.item {
  padding-left: 35px !important;
}

td.item.name span {
  display: inline-block;
  width: 83%;
}

.tabla_cc td.item.fixedcol i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

tbody tr td.item.name a.open {
  vertical-align: top;
}

.sub-title {
  font-size: 1.2em;
  color: var(--grey);
  margin: 8px 0;
  display: inline-block;
}

.head-title i.icon-title {
  vertical-align: middle;
  margin-right: 10px;
}

/* =====================================================================
  _ Asientos
 =====================================================================*/

.asientos_contables.row {
  background: #fff;
  border-top: 1px solid var(--lightgrey);
  padding-top: 25px;
  z-index: 9;
}

.asientos_contables .box_attachment.row {
  background: var(--lightgrey_3);
  padding: 10px;
  border-radius: 8px;
}

.files-icon {
  display: inline-block;
  position: absolute;
  right: 50px;
  color: var(--darkgrey);
  /* z-index: 9999; */
}

.files-icon:hover {
  color: var(--darkgrey) !important;
}

.tabla_asiento .box-title-table {
  background: var(--grey);
  color: var(--white);
  border-radius: 8px 8px 0 0 !important;
}

.asientos_contables:first-child {
  border-top: none;
  padding-top: 0;
}

.asientos_contables:last-child {
  margin-bottom: 0;
}

.asientos_contables .title_asiento {
  position: relative !important;
}

.asientos_contables .title_asiento .asiento_numero {
  background: var(--clay) !important;
  color: #fff !important;
  position: absolute;
  padding: 5px;
  min-width: 40px;
  text-align: center;
  line-height: 1.9;
}

.asientos_contables .title_asiento .accounting_title {
  display: inline-block;
  padding-left: 60px;
  width: 90%;
  color: var(--darkgrey);
}

.asientos_contables .title_asiento .accounting_title a {
  color: var(--clay_2)
}

.asientos_contables .title_asiento .accounting_title a:hover {
  color: var(--clay);
}

.asientos_contables .title_asiento .accounting_title .box_edit_account {
  width: 90%;
  display: inline-block;
}

.asientos_contables .title_asiento .accounting_title .box_edit_account p {
  margin: 5px 0;
  font-size: 1.1em !important;
}

.asientos_contables .title_asiento .accounting_title .box_edit_account span.event_small {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.asientos_contables .title_asiento .accounting_title .box_edit_account span.edit_title {
  margin: 0;
  padding: 5px;
  font-size: 1.1em;
  border-bottom: none;
  height: auto;
  color: var(--darkgrey);
}

.asientos_contables .title_asiento .accounting_title .info_acconting .asiento_description {
  color: var(--grey);
  padding: 5px 0;
  font-size: 1em;
  display: block;
  /* vertical-align: top; */
  margin-bottom: 10px;
}

.asientos_contables .title_asiento .accounting_title .info_acconting .asiento_description span {
  display: block;
}

.asientos_contables .title_asiento .btn_moreactions {
  position: absolute;
  width: 9%;
  display: inline-block;
  vertical-align: top;
}

.asientos_contables .title_asiento .btn_moreactions a {
  color: var(--grey);
}

.asientos_contables .title_asiento .btn_moreactions a:hover {
  color: var(--clay_2);
}

.asientos_contables .tabla_asiento {
  background-color: var(--lightgrey_3);
  border-radius: 8px;
  padding-bottom: 10px;
}

.asientos_contables .tabla_asiento .cuenta span.ruta {
  text-transform: uppercase;
  font-size: 0.9em;
  color: var(--grey);
  display: block;
  padding: 5px 0;
}

.asientos_contables .tabla_asiento .cuenta {
  border-bottom: 1px solid var(--lightgrey);
  margin: 5px 10px;
  padding: 10px 0;
}

.asientos_contables .tabla_asiento .cuenta:last-child {
  border-bottom: none !important;
}

.box_cost_center {
  background: var(--white);
  margin: 15px 10px;
  border-radius: 8px;
  padding: 10px 0;
}

.box_cost_center .title {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px !important;
}

.box_cost_center .cost_center_list {
  clear: both;
  margin: 9px;
  padding: 4px 0;
  border-bottom: 1px dotted var(--lightgrey);
}

.box_cost_center .cost_center_list:last-child {
  border-bottom: none;
}

.box_cost_center .cost_center_list i {
  height: 12px;
  width: 12px !important;
  padding: 0;
  vertical-align: middle;
}

#accountingentries-search-input {
  border: 1px solid #f2f2f2;
  border-radius: 5px !important;
  margin-bottom: 0;
  height: 33px;
  font-size: 13px;
}

.option-box-accion .view-one-page {
  margin: 0;
  display: inline-block;
  margin-top: 10px;
  padding-right: 10px;
}

.option-box-accion .search_movement .view-one-page label {
  padding-left: 25px !important;
  font-size: 0.99em !important;
}

/* =====================================================================
  _ Categorizacion por matches
 =====================================================================*/
.chose_plan_account select.browser-default {
  display: none !important;
}

ul.content-cat li {
  border: none !important;
}

.icon-expand .material-icons.small {
  transform: rotate(45deg);
  color: var(--grey);

}

.expand_info.active {
  border-top: solid 1px var(--lightgrey);
  margin-bottom: -10px;

}

ul.content-cat.box-list li {
  padding: 10px 0px !important;
  height: 40px !important;
}

ul.content-cat.box-list .header-list {
  margin-top: -10px;
  border-radius: 0px !important;
  border-bottom: 1px solid var(--lightgrey_1);
  background: var(--lightgrey_1);
}

.expand-content i {
  font-size: 25px !important;
  margin-top: 6px;
}

.content-rule__document {
  border-top: 1px solid var(--lightgrey);
  padding: 10px 0;
}

.content-rule__document .arrow_currency {
  font-weight: bold;
}

/** modal categorizacion de matches*/
div#accountingentrie.sync-icon {
  font-size: 85px;
}

div#accountingentrie.sync-icon i {
  font-size: 40px !important;
  color: var(--grey);
  transform: rotate(45deg);
}

.select-bank-cat .select-wrapper input.select-dropdown {
  border: 1px solid var(--lightgrey) !important;
  border-radius: 8px !important;
  margin-top: -3px !important;
  margin-bottom: 0px !important;
  padding-left: 9px !important;
  padding-right: 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;

}

.select-users-cat .select-wrapper input.select-dropdown {
  border: 1px solid var(--lightgrey) !important;
  border-radius: 8px !important;
  margin-top: -3px !important;
  margin-bottom: 0px !important;
  padding-left: 9px !important;
  padding-right: 5px !important;
  box-sizing: inherit !important;
  height: 40px !important;

}

.base-rule {
  background: var(--greywhite);
  display: block;
  margin: 9px 0px;
  padding: 10px 0px;
  padding-top: 30px !important;
  margin-bottom: 22px !important;
  position: relative;
  border-radius: 8px;
  padding-bottom: 49px;
}

.type-check {
  margin-bottom: -28px !important;
  margin-top: -21px !important;
}

/* =====================================================================
  _ Categorizacion clientes proveedores
 =====================================================================*/

#generalrules-company {
  border: 1px dotted var(--darkgrey);
  padding: 10px 0;
  margin-top: 15px;
  background: var(--lightgrey_3);
  border-radius: 8px;
}

#generalrules-company p {
  color: var(--darkgrey);
}

#generalrules-company p i {
  font-size: 21px;
  vertical-align: middle;
}

.head-company__name p {
  margin: 0;
}

.box-list-company li.list-companies .header-list {
  background: var(--greywhite);
  padding: 10px 0;
  margin-bottom: 0;
  border-radius: 8px;
}

.box-list-company li {
  width: 100%;
  min-height: 35px;
  border: 1px solid var(--lightgrey);
  border-radius: 8px;
}

.providers .edit-small.edit.modal-edit-providers-general {
  width: auto;
  padding: 0 5px !important;
  color: #fff !important;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 2;
}

.providers .power_off {
  font-size: 19px;
}

.providers .details-rules-general {
  margin-top: 10px;
}

.details_bills .type_costcenters select {
  margin-top: 0;
  font-size: 14px;
  height: 40px;
}

.details_bills .type_costcenters h4 {
  margin-top: 25px;
}

.details_bills .type_accountplan .select-account .chosen-single {
  margin-top: 0;
}

.content-company__document {
  border-top: 1px solid var(--lightgrey);
  padding: 10px 0;
}

.content-company__document .cost_center {
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.content-company__document .cost_center span {
  margin: 0;
  padding-left: 50px !important;
  padding: 11px 15px;
}

.content-company__document .cost_center span b {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-cc .details-cc {
  padding: 14px 0;
}

a.btn-toggle {
  background: transparent;
  padding: 9px 0;
}

a.btn-toggle i {
  color: var(--clay_2);
  font-size: 1.6em;
}

a.btn-toggle.disabled i {
  color: var(--darkgrey);
}

a.btn-toggle.disabled:hover {
  background: var(--clay_2);
}

a.btn-toggle.disabled:hover i {
  color: var(--white);
}

li.list-companies.row.disabled {
  color: var(--grey);
  border: 1px dotted;
}

/* =====================================================================
  _ Plan de cuentas
 =====================================================================*/
.select-classified_category {
  margin-right: -123px !important;
  margin-left: 2em !important;
}

.is_bridge {
  margin-right: -4px;
}

.categories>li>div.cat {
  background: var(--lightgrey_3);
  font-weight: 500;
  padding: 8px 0;
  border-radius: 8px;
  margin-bottom: 10px !important;
}

.cat {
  /* min-height: 55px; */
  border-bottom: 1px solid var(--lightgrey_2);
  padding: 5px 0;
  position: relative;
  margin: 0 !important;
}

.cat:hover {
  background: var(--lightgrey_3);
}

.cat a {
  display: inline-block;
  position: relative;
  width: 60%;
}

.cat span.edit {
  padding: 9px 10px;
  display: inline-block;
  color: var(--grey);
}

.subcat.cat1 .cat {
  padding-left: 10px;
}

.subcat.cat2 .cat {
  padding-left: 25px;
}

.subcat.cat3 .cat {
  padding-left: 40px;
}

.expand {
  cursor: pointer;
}

.cat .icon-edit {
  display: none;
  width: 20px;
  position: absolute;
  left: 0;
  top: 16px;
  color: var(--grey);
}

.cat b {
  color: var(--darkgrey);
}

.cat span.icon-expand {
  color: var(--darkgrey);
  opacity: 0.7;
}

.cat span.icon-expand:hover {
  opacity: 1;
}

.cat .icon-edit i {
  font-size: 17px;
  padding-left: 2px;
}

.cat input {
  color: var(--dark);
  border: 1px solid var(--grey) !important;
  border-radius: 8px !important;
  padding: 4px 10px !important;
  margin-bottom: 0 !important;
  background: #f9f9f9 !important;
  height: 30px !important;
}

.categories .cat:hover .icon-edit {
  display: inline-block;
}

.action_boton span {
  color: var(--grey);
  padding: 0 10px;
  font-size: 0.9em;
  vertical-align: super;
}

input#inputEdit {
  margin: 0;
  padding: 10px;
  width: 75%;
  /* font-size: 15px; */
  border-bottom: none;
  height: auto;
  background: var(--lightgrey);
  color: var(--dark);
}

.info-plan {
  color: var(--grey);
  font-size: 0.9em;
}

div#red_zone {
  border: 1px solid var(--alert);
  padding: 20px;
  margin: 0 10px;
  background: rgba(var(--alert-rgb), 0.2);
  border-radius: 8px;
}

#red_zone .title {
  color: var(--alert);
  text-transform: uppercase;
  font-weight: 800;
}

/* =====================================================================
  Ajustes Generales
 =====================================================================*/

.box-form {
  background: var(--lightgrey_3);
  padding: 20px 10px !important;
  border-radius: 8px;
}

.box-form .switch {
  margin: 10px 0;
}

.box-form .switch label {
  font-size: 0.9em;
}

.box-content-item span.title,
.edit_company span.title,
.box-form span.title,
.box span.title {
  font-size: 13px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}

.select-field h3,
.input-field h3 {
  margin-bottom: 0 !important;
}

.tem-form input[type="text"],
.tem-form input[type="number"],
.tem-form input[type="radio"],
.tem-form input[type="date"],
.tem-form input[type="tel"],
.tem-form input[type="email"],
.tem-form input[type="password"] {
  background: #fff !important;
  border: 1px solid var(--lightgrey) !important;
  border-radius: 8px !important;
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  box-sizing: inherit !important;
  height: 40px !important;
}

.tem-form input[type="date"].invalid {
  border: 1px solid var(--alert) !important;
}

.tem-form textarea {
  background: #fff !important;
  border: 1px solid var(--lightgrey) !important;
  border-radius: 8px !important;
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  box-sizing: inherit !important;
  min-height: 150px;
  max-width: 100%;
  min-width: 100%;
}

.setting-box input:disabled,
.box-form input:disabled,
select.select-dropdown.browser-default:disabled,
.input-field input:disabled {
  background: var(--lightgrey) !important;
  color: var(--grey) !important;
}

select.select-dropdown.browser-default:disabled {
  opacity: 1 !important;
}

h1.title {
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.title {
  font-size: 1.5em;
  color: var(--darkgrey);
  margin: 0;
}

.select-field select,
.select-field input.select-dropdown {
  margin-top: 5px;
  padding: 5px 10px;
  border-color: var(--lightgrey);
  border-radius: 8px;
  background: url(https://cdn1.iconfinder.com/data/icons/outline-essentials-set/24/Icon_down_outline-512.png) no-repeat right #FFFFFF !important;
  background-size: 16px !important;
  background-position: 97% 50% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--grey) !important;
}

.select-field select:hover,
.select-field input.select-dropdown:hover {
  background: url(https://cdn1.iconfinder.com/data/icons/outline-essentials-set/24/Icon_down_outline-512.png) no-repeat right var(--lightgrey) !important;
  background-size: 16px !important;
  background-position: 97% 50% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: var(--darkgrey) !important;
}

.select-field {
  margin-top: 5px;
  position: relative;
}

.select-field label {
  position: absolute;
  font-size: 13px !important;
  top: -24px !important;
}

.select-multiple {
  margin-top: 0 !important;
  border-radius: 8px !important;
}

.select-multiple .select-multiple-dark input {
  background: url(https://cdn1.iconfinder.com/data/icons/outline-essentials-set/24/Icon_down_outline-512.png) no-repeat right var(--lightgrey_2) !important;
  color: var(--grey) !important;
  background-size: 16px !important;
  background-position: 97% 50% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px !important;
  margin: 0 !important;
  border-bottom: none !important;
  border-radius: 8px !important;
  padding-left: 15px !important;
  box-sizing: border-box !important;
}

.select-multiple .select-multiple-dark input:hover {
  background: url(https://cdn1.iconfinder.com/data/icons/outline-essentials-set/24/Icon_down_outline-512.png) no-repeat right var(--grey) !important;
  background-size: 16px !important;
  background-position: 97% 50% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #fff !important;

}

.multiple-select-dropdown span,
ul.dropdown-content.select-dropdown li span {
  border-bottom: 1px solid var(--lightgrey);
  padding: 10px !important;
  color: var(--clay) !important;
  font-size: 1em !important;
  display: block;
}

.img-logo.box {
  background: #FFFFFF;
  margin-bottom: 0px;
}

.box {
  padding: 20px 10px;
  border-radius: 8px;
  background-color: var(--greywhite);
}

.edit_company .info-subtitle {
  font-size: 0.97em;
  color: var(--grey);
  margin-bottom: 10px !important;
  display: block;
}

.edit_company .block {
  margin-bottom: 30px;
}

.edit_company .input-field {
  margin-top: 3px !important;
}

.item__align {
  margin-top: 20px !important;
  padding-top: 20px;
  border-top: 1px solid #d4d9dd;
}

.action-save {
  background: var(--greywhite);
  padding: 10px;
  border-radius: 8px;
}

.company-edit-settings .input-field,
.company-edit-settings .select-field,
.contact_div .input-field,
.contact_div .select-field,
.export .input-field,
.export .select-field {
  margin-top: 15px !important;
  margin-bottom: 15px;
}

span.delete_group {
  position: absolute;
  left: 0px;
  top: 40px;
  color: var(--grey);
  cursor: pointer;
  margin-top: 21px;
}

span.delete_group:hover {
  color: var(--darkgrey);
}

span.delete_rut_pagador {
  position: absolute;
  left: 5px;
  /* top: 45px; */
  color: var(--grey);
  cursor: pointer;
  margin-top: 21px;
}

.delete_rut_pagador_mobile {
  position: initial !important;
  right: 0px !important;
  bottom: 0px !important;
  height: 100% !important;
  width: 100% !important;
  top: 22px !important;
  left: 0px !important;
  margin-top: 0px !important;
  padding-left: 21px !important;
  padding-right: 21px !important;
}

.delete_rut_pagador:nth-child(1) {
  display: none !important;
}

span.delete_rut_pagador:hover {
  color: var(--darkgrey);
}

div#rutpagador,
.rutpagador {
  position: relative !important;
}

.rutpagador span.info {
  margin: 10px 0;
  font-weight: bold;
  display: block;
  padding: 10px 10px;
  color: #697e8a;
  text-transform: uppercase;
  border-bottom: 1px dotted #697e8a;

}

#add_rut_pagador {
  position: absolute;
  right: -14px;
  bottom: 76px;
  height: 35px;
  width: 35px;
}

#add_rut_pagador.add_rut_pagador_mobile {
  position: inherit !important;
  right: 0px !important;
  bottom: 0px !important;
  height: 100% !important;
  width: 100% !important;
}

#add_rut_pagador.add_rut_pagador_mobile:hover {
  background: var(--grey) !important;
  color: var(--white) !important;
}

/* .company-edit-settings .input-field{
  margin-bottom: 0px!important;
} */
.company-edit-settings .select-field {
  min-height: 60px !important;
}

.box-btn-download {
  margin-top: 45px;
}


/* =====================================================================
  Settings - Bank
=====================================================================*/

img.ico_connection {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
  filter: grayscale(1);
  opacity: 0.7;
}

.validate img.ico_connection {
  filter: grayscale(0);
  opacity: 1;
}

li.list-connection.row {
  /* line-height: 1; */
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
  /* font-weight: 300; */
  margin: 0 !important;
  position: relative !important;
  padding-left: 20px;
}

.title-bank {
  position: relative;
}

a.move_bankaccount {
  position: absolute;
  top: 30%;
  left: -10px;
  color: var(--lightgrey) !important;
  cursor: -webkit-grab;
}

a.move_bankaccount[draggable] {
  cursor: -webkit-grabbing;
}

.info-connection {
  display: inline-block;
  width: 90%;
  color: #000;
}

.option-connection {
  padding-top: 10px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.option-connection div {
  margin-bottom: 5px;
}

.list-connection .truncate {
  display: inline-block;
  width: 90%;
  line-height: 1.5;
  vertical-align: middle;
  padding: 10px 0;
}

.list-connection .status,
.list-connection .icon-status {
  margin: 0 10px;
  font-size: 20px;
  vertical-align: middle;
}

.list-connection .icon-status {
  width: 22px;
}

i.material-icons.sync.icon-status {
  font-size: 21px !important;
}

.list-connection.problem,
.list-connection.problem i.bank-icon {
  color: red;
}

.list-connection.disabled,
.list-connection.disabled i.bank-icon {
  color: #889398 !important;
}

.list-connection.validate i.status {
  color: #5ece63 !important;
}

li.list-connection i.material-icons.bank-icon {
  /* margin-top: -5px; */
  color: #666;
}

.list-connection .add-connection {
  color: var(--grey) !important;
  /* border-bottom: 1px solid #ccc; */
  cursor: pointer;
  padding: 6px 0;
  display: inline-block;
}

.list-connection .add-connection:hover,
.list-connection .add-connection:hover i {
  color: var(--clay) !important;

}

.list-connection a.btn-help {
  vertical-align: middle;
  text-align: center;
  padding-top: 5px;
  margin-left: 5px;
}

a.btn-help i {
  color: var(--clay) !important;
  font-size: 1.5em;
  width: 20px;
}

a.btn-help:hover i {
  color: var(--clay_2) !important;

}

.box .box-connection {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  font-size: 14px;
  padding: 10px 15px;
  background: #FFF;
  border-bottom: 1px solid #ddd;
}

.info-connection .info span {
  color: var(--grey);
  font-size: 0.99em;
  display: inline-block;
}

.info-connection .info span.problem {
  display: block;
}

/* =====================================================================
  Settings - progress
=====================================================================*/
li.list-progress>div {
  border: 1px solid var(--lightgrey);
  border-radius: 8px;
  overflow: hidden;
}

li.list-progress div span {
  padding: 10px 0 !important;
  vertical-align: middle;
  display: inline-block;
}

li.list-progress div span.month_text {
  padding-top: 0 !important;
}

.box_list_progress .progress_description span.text {
  height: 73px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

li.list-progress div span.progress_number,
li.list-progress div span.progress_lock {
  /* border-bottom: 1px solid #eee; */
  font-weight: 700;
  font-size: 20px;
  background: var(--grey);
  color: var(--white) !important;
  display: block;
}

li.list-progress div span.progress_check {
  background: var(--match);
}

li.list-progress div.progress_description {
  padding: 15px !important;
  color: var(--darkgrey) !important;
  font-size: 15px;
}

.list-progress .btn-secundary {
  padding: 4px 8px;
  border-radius: 7px;
  border: 1px solid #0097a7;
  display: block;
  width: 70%;
  margin: 0 auto;
  font-size: 12px;
  color: #0097a7 !important;
  font-weight: 600;
  text-transform: uppercase;
}

.list-progress .btn-secundary:hover {
  color: #fff !important;
  border-color: #0097a7;
  background: #0097a7;
}

.list-progress .disabled .btn-secundary {
  border: 1px solid #cacfd2;
  background: #edeff1;
  color: #a2abb1 !important;

}

.list-progress .disabled .btn-secundary:hover {
  color: #fff !important;
  border-color: #0097a7;
  background: #0097a7;
}

li.list-progress>div.disabled {
  color: #b9bfc5;
  border: 1px solid #d8dde2;
}

li.list-progress div.disabled span.progress_lock {
  background: var(--lightgrey_2);
}

li.list-progress div.disabled span.progress_lock i {
  color: var(--lightgrey);
}

.list-history .list-item {
  padding: 5px 15px;
  border-bottom: 1px solid #eee;
  width: 100%;
  margin: 0 !important;
}

/* =====================================================================
  Settings - import
=====================================================================*/

/* Archivos temporales */
.export-temp h2.title {
  padding: 0.8em 0 !important;
}

.export-temp {
  padding: 20px !important;
}

.export-temp p.process {
  /* padding: 10px; */
  color: var(--grey);
  margin: 10px;
}

.export-temp p.process svg {
  margin-right: 5px;
}

.box_temporalFiles {
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px dotted var(--lightgrey);
}

.temporalFiles-icon i {
  color: var(--grey);
}

.col.s12.info-caduca p {
  color: var(--grey);
  padding-top: 5px;
  font-style: italic;
}

.import p {
  margin: 5px 0;
}

/* exportar */
.view-one-page label {
  color: var(--grey);
}

.dropdown-content li>a,
.dropdown-content li>span [type="checkbox"]+label:before,
[type="checkbox"]:not(.filled-in)+label:after {
  top: 25px !important;
}

[type="checkbox"]+label:before,
[type="checkbox"]:not(.filled-in)+label:after {
  border: 2px solid var(--lightgrey) !important;
  border-radius: 5px !important;
}

[type="checkbox"]:hover+label:before,
[type="checkbox"]:not(.filled-in):hover+label:after {
  border-color: var(--grey) !important;
}

[type="checkbox"]:checked+label:before {
  top: -2px !important;
  left: -5px;
  width: 10px !important;
  height: 20px !important;
  border-top: 2px solid transparent !important;
  border-left: 2px solid transparent !important;
  border-right: 2px solid var(--clay) !important;
  border-bottom: 2px solid var(--clay) !important;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
  border-radius: 2px !important;
}

[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after {
  border: 2px solid var(--grey) !important;
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:before,
[type="radio"].with-gap:checked+label:after {
  border: 2px solid var(--clay) !important;
}

.check-profile {
  margin-top: 10px;
}

/* =====================================================================
  Settings
=====================================================================*/
label span.flex {
  vertical-align: top;
  display: inline-block;
  width: 73% !important;
}

.expirealert {
  display: none;
}

/* =====================================================================
  Settings - Profile
=====================================================================*/

.plan_form ul {
  margin-top: -10px;
}

.setting-box h3 {
  font-size: 1em;
  color: var(--darkgrey);
  line-height: 1.5;
  margin: 10px 0;
}

.setting-box .edit_company h3 {
  font-weight: bold;
}

.list_terms_date.firmado,
.list_terms_date.firmado b {
  color: var(--match) !important;
}

.list_terms_date {
  color: var(--grey);
}

.list_terms_date b {
  color: var(--darkgrey);
  padding: 0 5px;
}

.list_terms_name svg {
  color: var(--darkgrey);
  margin: 0 10px;
  font-size: 18px;
}

.list_terms_name a {
  border-bottom: 1px dotted;
  color: var(--dark);
}

.list_terms_name a:hover {
  color: var(--clay_2) !important;
}

.profile_logo {
  width: initial !important;
  ;
  padding: 20px;
  max-height: 300px !important;
}

input#avatar {
  height: auto !important;
  margin: 30px 0 !important;
}

.top_profile_logo {
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  border: 0;
  display: block;
  margin: 0;
  position: relative;
  min-height: 30px;
  width: 100%;
  z-index: 0;
  padding: 0 !important;
  border: none !important;
}

.avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  background: #eeee;
  vertical-align: middle;
}

.avatar.avatar-comment {
  width: 35px !important;
  height: 35px !important;
  margin-top: 5px;
}

.avatar.avatar-comment svg {
  margin-top: 10px;
  color: var(--clay);
}

.message span.date {
  font-size: 0.87em;
  color: var(--darkgrey) !important;
}

#user-profile span.name {
  margin-left: 5px;
}

.message .btn_moreactions {
  position: relative;
}

.message .btn_moreactions .moreAll {
  color: var(--lightgrey);
}

.message ul.menu-comment {
  z-index: 9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  background-color: var(--white);
  position: absolute;
  padding: 10px;
  top: 15px;
  width: 150px;
  display: none;

}

.message ul.menu-comment a {
  font-size: 0.8em !important;
  text-transform: uppercase;
  color: var(--darkgrey);
}

.delete .delete_comment {
  color: var(--lightgrey) !important;
}

.delete .delete_comment:hover {
  color: var(--clay) !important;
}

/* Token */
span.title_tokens {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #555;
}

.list_tokens_details {
  background: #fff;
  border-radius: 20px;
  padding: 10px !important;
}

.box_token {
  padding: 9px !important;
}

.list_tokens_item {
  border-top: 1px solid var(--lightgrey);
  padding-top: 5px;
}

.list_tokens_item:first-child {
  border-top: none !important;
}

.edit_profile small {
  font-size: 0.9em;
  padding: 20px 0;
  display: block;
  clear: both;
  color: var(--darkgrey);
}

/* =====================================================================
  Settings - Profile permission
=====================================================================*/
.profile-box {
  background: var(--lightgrey_3);
  border-radius: 8px;
  margin-bottom: 20px;
  /* min-height: 89px !important;  */
  padding: 15px 0 !important;
}

.profile-title {
  min-height: 100px;
}

.profile-title b.name {
  display: inline-block;
  padding-right: 10px;
}

.profile-title span.role {
  background: var(--clay_3);
  color: var(--clay);
  padding: 5px 20px !important;
  margin: 5px 0;
  display: inline-block;
  border-radius: 20px;
  font-weight: 600;
  /* margin-top: 28px; */
  /* margin-left: 9px; */
}

.profile-action {
  min-height: 40px !important;
}

.profile-list-permission {
  margin-top: -10px;
}

.permission_list .name {
  padding: 5px 10px;
  font-weight: 500;
}

.permission_list label {
  font-size: 1em;
  color: var(--grey);
}

.permission_list {
  padding-top: 10px;
  margin-bottom: 10px !important;
  border-top: 1px solid var(--lightgrey);
}

.permission_list:last-child {
  border-bottom: none;
}

.profile-title.personal {
  min-height: 50px !important;
}

.permission_admin {
  font-style: italic;
  color: var(--grey);
}

.profileavatar {
  margin-left: 5px;
}

.profileavatar.username .user {
  margin-top: 7px;
}

/* .profileavatar span{
    margin-left: 10px;
    position: absolute;
    margin-top: 0px;
} */

.profileavatar.username {
  margin-top: 10px;
}

.circle-avatar_permission {
  border-radius: 50px;
  overflow: hidden;
  padding: 0 !important;
  height: 40px;
  width: 40px !important;
  display: inline-block;
}

/* =====================================================================
  Settings - Facturación
=====================================================================*/
.payment-info {
  color: var(--darkgrey);
  padding: 20px 15px;
  background: #fff;
  border-radius: 10px;
}

.info-client p {
  margin: 5px 0 !important;
}

.payment-info span {
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--grey);
}

#plan {
  clear: both;
  padding: 40px 15px !important;
  background: #ddfcff;
  /* border: 1px solid #76b7bd; */
  color: var(--clay);
}

#plan h2 {
  font-size: 1.5em;
  color: var(--clay);
  margin: 5px;
}

#plan p {
  font-size: 1.2em;
}

#rut-define {
  color: var(--grey);
  padding-bottom: 30px !important;
}

#plan .btn.btn-secondary[disabled] {
  color: var(--clay) !important;
}

/* =====================================================================
  Tablas
=====================================================================*/
.mask {
  width: 100%;
  overflow: scroll !important;
  /* margin-top: 20px; */
  border-top: none;
  overflow-y: auto !important;
  overflow-x: auto !important
}

.cashflow tr td {
  padding: 10px 10px;
  position: relative;
  font-size: 0.99em;
}

.right-aling {
  text-align: right !important;
}

.cashflow.remuneracion-table tr td.item {
  text-transform: capitalize;
}

thead {
  border-bottom: none !important;
}

table.cashflow thead td:first-child {
  border-radius: 5px 0 0 5px !important;
}

table.cashflow thead td,
.cashflow thead tr th {
  border-radius: 0;
  text-transform: uppercase;
  /* min-width: 90px !important; */
  font-size: 12px;
  font-weight: 500;
  color: var(--darkgrey);
  background: var(--lightgrey_2) !important;
  padding: 5px 10px;
  border-top: 0;
}

.icon-table {
  font-size: 20px;
  vertical-align: middle;
  color: var(--clay_2);
}

tr:hover {
  background: var(--lightgrey_2) !important;
}

td.syn-action {
  width: 100px !important;
  padding: 9px 5px !important;
  display: inline-block;
  text-align: center;
}

td.syn-action a {
  padding: 5px !important;
  background: var(--lightgrey_3);
  border-radius: 6px;
  color: var(--grey);
  font-size: 1.19em;
  display: inline-block;
  height: 26px !important;
}

td.syn-action a:hover {
  background: var(--grey);
  color: #FFF !important;
}

td.syn-action a i.material-icons {
  font-size: 1em;
}

tbody tr td a {
  padding: 0px 8px;
  display: inline-block;
}

/* =====================================================================
  LOGIN
=====================================================================*/
#log.valign-wrapper {
  min-height: 100vh;
}

body.cyan.darken-2 {
  background-color: var(--clay) !important;
}

.log_color2 {
  background-color: var(--ocean) !important;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: -3;
  right: 60%;
  top: 15%;
  transform: rotate(45deg);
  border-radius: 70px;
}

.log_color {
  width: 100%;
  height: 100vh !important;
  padding: 10px;
  display: block;
  position: fixed;
  background: var(--clay);
  top: -15%;
  left: 60%;
  border-radius: 70px;
  z-index: -2;
  transform: rotate(45deg);
}

/* animaciones para fondos del login  */
.log_color_animation {
  animation: slideInFromLeft 1s ease-out forwards;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(100%);
  }
}

.log_color_animation_out {
  animation: slideInFromLeftOut 1s ease-out forwards;
}

@keyframes slideInFromLeftOut {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(1000%);
  }
}


.log_color2_animation {
  animation: slideInFromRight 1s ease-out forwards;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(-100%);
  }
}

.log_color2_animation_out {
  animation: slideInFromRightOut 1s ease-out forwards;
}

@keyframes slideInFromRightOut {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-1000%);
  }
}


#login-page.log {
  margin-top: 3% !important;
  width: 450px;
}

#login-page.signin {
  width: 60% !important;
  margin-top: 2%;
}

#login {
  padding: 20px 5%;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 20px;
}

#login-page .logo_login {
  background: url(https://cdn.clay.cl/app/Logo_Clay_GestionFinancieraInteligente.png);
  width: 100%;
  background-repeat: no-repeat;
  height: 110px;
  background-position-x: center;
  background-size: 13em;
  display: block;
  margin-top: 6px !important;
}

.login-form-text {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 5px;
  border-top: 1px solid var(--lightgrey);
  margin-top: 0;
  padding-top: 30px;
  margin-bottom: 30px !important;
  color: var(--darkgrey);
}

.text-register {
  font-weight: 600 !important;
}

#login-page a.back {
  color: var(--dark);
  opacity: 0.7;
  font-size: 14px;
}

#login-page a.back:hover {
  opacity: 1;
}

.grecaptcha-badge {
  display: none !important;
}

.box-help-text {
  margin-bottom: 30px !important;
}

.box-help-text span.helper-text {
  bottom: -22px !important;
}

span.helper-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: var(--grey);
  font-size: 12px;
}

.input-field .prefix~span.helper-text {
  margin-left: 45px;
}

.alert_rut {
  padding: 20px !important;
  color: #0097a7 !important;
  border: 1px dotted;
  border-radius: 5px;
  line-height: 1.8;
}

/* Registro */

#login-page.signin .input-field {
  margin-bottom: 20px;
}

div#termsofservice>div {
  padding: 20px 0;
}

.form-password_reset p.center-align {
  background: rgba(var(--info-rgb), 0.2);
  display: block;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.google_register {
  margin-top: 0px;
}

.featured-header {
  margin: auto;
  border-color: #999;
  margin-bottom: -10px;
  width: 30%;
  margin-top: 5px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  text-align: center;
  border-color: #999;
}

.featured-header legend {
  -webkit-padding-start: 8px;
  -webkit-padding-end: 8px;
  background: transparent;
  font-weight: normal;
  color: #999;
}

.btn-google svg {
  position: absolute;
  top: 12px;
  left: 10%;
}

.btn-google img {
  width: 17px !important;
  position: absolute !important;
  top: 10px !important;
  left: 10% !important;
}

button#loginWithGoogle,
button#to_register_google {
  background: var(--lightgrey_2) !important;
  color: var(--dark) !important;
  border: none;
  box-shadow: none;
}

button#loginWithGoogle:hover,
button#to_register_google:hover {
  background: var(--dark) !important;
  color: var(--lightgrey_2) !important;
  ;
}

.box-icon svg {
  background: #40677ecc;
  height: 40px;
  width: 40px !important;
  color: white;
  padding: 10px;
  border-radius: 4px;
}

.box-register .title {
  font-size: 1.1em;
  color: var(--dark);
  margin: 0;
  font-weight: 600;
  display: block;
}

.box-register {
  border: 1px solid #d9e2e6;
  border-radius: 8px;
  display: block;
  padding: 12px 10px;
  color: var(--grey) !important;
  background: var(--white);
  height: 13em;
  font-size: 12px;
  margin-bottom: 29px;
  margin-top: 1px;
}

.subtitle-register {
  font-size: 20px;
  color: var(--darkgrey);
  margin-bottom: 36px !important;
  margin-top: -1em !important;
  line-height: normal;
  width: 50%;
  margin: 0 25%;
  font-weight: normal;
}

/* =====================================================================
  Panel multibanco
 =====================================================================*/
a.name-bottom {
  margin-bottom: 48px;
}

.company-block {
  border: 1px solid var(--grey);
  padding: 15px;
  border-top: 15px solid var(--clay_2);
  margin-bottom: 20px;
  border-radius: 8px;
}

/* title */
.company-title {
  padding: 15px 0;
  min-height: 310px;
}

.company-title .company-title__name {
  margin: 0;
  font-size: 1.2em;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.company-title .company-title__name a {
  color: var(--darkgrey);
}

.company-title .company-title__name a:hover {
  color: var(--clay);
}

.company-title .company-title__rode {
  margin: 5px 0;
}

.company-title .company-title__rode .company-title__currency {
  display: block;
  font-size: 25px;
  color: var(--dark);
  padding-bottom: 5px;
  letter-spacing: 1px;
}

.company-title .company-title__rode .company-title__info {
  display: block;
  font-size: 12px;
}

.company-title .company-title__rode span.company-title__status {
  background: #eceff1;
  padding: 3px 5px;
  font-size: 14px;
}

.company-title .company-title__rode span.company-title__status i {
  font-size: 15px;
}

.company-title .company-title__rode span.company-title__status--positive {
  background: #e1f5e5;
  color: #81c784;
}

.company-title .company-title__rode span.company-title__status--negative {
  background: #fde2e3;
  color: #ee6e73;
}

.company-title span.company-title__info.saldo {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--lightgrey);
}

.company-title span.company-title__info {
  display: block;
  font-size: 13px;
  color: var(--grey);
  padding: 5px 0;
}

/* list */
.company-list-bank {
  border-top: 1px solid var(--lightgrey_2);
  padding-top: 15px;
}

.company-list-bank__img {
  width: 20px;
  border: 1px solid var(--lightgrey_3);
  display: inline-block;
  vertical-align: middle;
}

p.company-list-bank__account {
  display: inline-block !important;
  vertical-align: middle;
  font-size: 12px !important;
  width: 75%;
  padding-left: 5px;
  margin: 5px 0;
}

.company-list-bank__currency {
  font-weight: 600;
  font-size: 12px;
  padding-top: 5px !important;
}

.company-list-bank__balance {
  padding-top: 5px !important;
  display: inline-block;
}

.company-list.row {
  margin-bottom: 0;
}

.company-info-category i.icon-cc {
  /* height: 30px;
  padding: 0 4px;
  width: 30px;
  line-height: 1.8; */
  vertical-align: middle;
}

.company-info-category span {
  display: inline-block;
  /*width: 80% !important;*/
  vertical-align: middle;
}

/* holding title */
.holding-block {
  border: 1px solid var(--grey);
  border-radius: 8px;
  padding: 0 15px;
  border-top: 15px solid var(--clay);
  position: relative;
  margin-bottom: 20px;
}

.holding-block h2 {
  font-size: 15px;
  color: var(--grey);
  margin: 5px 0;
}

/* title */
.holding-title {
  padding: 15px 0;
  border-bottom: 1px solid var(--lightgrey);
}

.holding-title__amount-box {
  display: block;
  clear: both;
}

.holding-title .holding-title__name {
  margin: 0;
  font-size: 1.5em;
  text-transform: uppercase;
  position: relative;
  /* top: 22px; */
}

.holding-title .holding-title__name a {
  color: var(--grey);
}

.holding-title .holding-title__rode {
  margin: 5px 0;
}

.holding-title .holding-title__rode .holding-title__balance {
  display: block;
  font-size: 25px;
  letter-spacing: 1px;
  color: var(--dark);
}

.holding-title .holding-title__rode .holding-title__info {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--lightgrey);
}

.holding-title .holding-title__rode span.holding-title__status {
  background: #eceff1;
  padding: 3px 5px;
  font-size: 14px;
}

.holding-title .holding-title__rode span.holding-title__status i {
  font-size: 15px;
}

.holding-title .holding-title__rode span.holding-title__status--positive {
  background: #e1f5e5;
  color: #81c784;
}

.holding-title .holding-title__rode span.holding-title__status--negative {
  background: #fde2e3;
  color: #ee6e73;
}

.holding-title a.move_groups i,
.company-title a.move-company i,
.holding-list__name a.move_list i {
  color: var(--lightgrey) !important;
  height: 18px !important;
  line-height: 0.7 !important;
  vertical-align: middle;
  cursor: pointer;
}

.holding-title a.move_groups:hover i,
.company-title a.move-company:hover i,
.holding-list__name a.move_list:hover i {
  color: var(--clay) !important;
}

.holding-block a.delete_holding {
  /*position: absolute;*/
  top: 15px;
  left: 3px;
  color: #90a4ae;
  cursor: pointer;
  display: none;
}

.holding-block a.delete_holding i {
  font-size: 18px;
}

.holding-block:hover a.delete_holding {
  display: block;
}

/* holding empresas */
.holding-list__money {
  position: relative;
}

.holding-list__money .delete {
  position: absolute;
  top: 2px;
  right: 0px;
  color: var(--lightgrey);
}

.holding-list__money .delete i {
  font-size: 1.2em;
  cursor: pointer;
}

.holding-list__name {
  position: relative;
}

.holding-list__name a.botom-down {
  position: absolute;
  left: -9px;
  top: -9px;
  color: var(--grey);
  cursor: pointer;
  padding: 10px;
}

.botom-down-bank {
  /* position: absolute; */
  /* left: 21px; */
  /* top: -9px; */
  color: var(--grey);
  cursor: pointer;
  padding: 3px;
}

.drag_indicador {
  position: absolute;
  left: -9px !important;
  top: -1px;
  cursor: pointer;
}

.icon-drag {
  cursor: pointer;
}

.holding-list__name .chip {
  margin-right: 0px;
  margin-bottom: 5px;
  font-size: 12px;
  height: 25px;
  background-color: var(--greywhite);
  color: var(--grey);
  line-height: 2;
}

/* holding banco */
.holding-list__title {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--lightgrey_2);
}

.holding-list-totals.row {
  margin-bottom: 5px;
}

.holding-list-totals__currency,
.holding-details__currency {
  font-size: 12px;
  font-weight: 600;
}

.holding-details {
  border-bottom: 1px solid var(--lightgrey_2);
  padding-bottom: 10px;
  padding-left: 20px;
}

.holding-details__bank {
  position: relative;
  padding-left: 20px !important;
}

.holding-details__bank .company-list-bank__img {
  top: 0;
  left: 0;
  position: absolute;
}

p.collections-content {
  display: inline-block;
  margin: 0;
  padding-left: 10px;
  max-width: 82%;
}

a.group_company_name {
  padding-left: 10px;
}

.mostrar-titulo {
  position: absoluta;
  width: 100% !important;
  top: 1px;
}

.acciones>a.group_company_name {
  margin-left: 0px !important;
  padding-left: 0 !important;
}

.holding-list {
  padding-left: 15px;
}

a.botom-down-bank i {
  font-size: 20px !important;
}

.btn_moreactions ul.holding-menu {
  right: 0 !important;
  top: 63px !important;
}

a.delete i {
  cursor: pointer;
}


/* =====================================================================
  DROPZONE
 =====================================================================*/

.dropzone {
  position: relative;
}

.dropzone_active {
  height: 100vh;
  position: absolute;
  z-index: 99;
  /* padding-top: 45% !important; */
  background: #e5e9eb;
  width: 95% !important;
  color: #b0bec5;
  border: 1px dashed #b0bec5;
  display: none;
}

.dropzone_active.details {
  height: 160px !important;
  left: 16px !important;
}

.dropzone_active.details i {
  font-size: 30px;
}

.dropzone_active.details h2 {
  font-size: 25px;
}

.dropzone_active i {
  font-size: 50px;
}

.dropzone_active h2 {
  font-size: 30px;
  display: block;
}

.dropzone_active div {
  width: 100%;
  text-align: center;
}

.title_detail.col.s7.l8 {
  margin-top: 15px;
}

.actions_inbox_detail a {
  width: 100%;
}

/* .profile-boxadmin{
   min-height: 100px !important;
} */
.botom-down-group {
  cursor: pointer;
}

.expand-icon {
  font-size: 17px !important;
  position: relative;
  top: 3px;
}

.subcuenta {
  position: relative;
  left: 19px !important;
}

.info-chart {
  margin-left: 23px !important;
}

.checkboxlist {
  margin-top: 9px;
}

.filtercheck {
  margin-bottom: 10px;
  margin-top: 10px;
}

.checkboxchart {
  margin-bottom: 15px;
}

.checkboxchart small {
  font-size: 0.9em !important;
}

.checkboxchart label {
  display: inline !important;
  color: var(--darkgrey) !important;
  font-size: 1em !important;
}

.filter-chart {
  margin-left: 9px !important;
}

.iva_proporcional span.flex {
  width: 62% !important;
}

/*check prestamo solidario*/
.check-loan {
  margin-left: 5px !important;
}

.check-loan label {
  padding-left: 43px;
}

.check-loan-settings {
  margin-top: 17px !important;
}

.alert-date svg {
  color: var(--warning);
}

.alert-date {
  padding: 0 0 0 14px !important;
}

/*Modal de info de usuario*/
.profile_modal .modal-footer {
  display: none !important;
}

.profile_info {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #6a777d;
  /* height: 14em; */
}

.profile_info .box-link-profile {
  border: 1px solid #d9e2e6;
  border-radius: 8px;
  display: block;
  padding: 12px 5px;
  color: var(--grey) !important;
  background: var(--white)
}

#profile_info h3 {
  font-weight: bold;
  font-size: 1.3em !important;
}

#profile_info .image-selected {
  height: 85px !important;
}

.modal-profil-info .box-modal {
  height: auto !important;
  /* overflow: hidden!important; */
  padding-top: 0px !important;
  margin-top: -19px !important;
}

#profile_info span.modal_title {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 5px;
}

#profile_info span.modal_num {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--darkgrey);
}

.box-link-profile.active {
  border: 1px solid var(--clay) !important;
  box-shadow: 0px 1px var(--grey) !important;
}

.info-user {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 100%;
  z-index: 9 !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  transition: transform 1s ease;
  display: none;
}

.info-contab {
  position: absolute;
  top: -13px;
  right: 0px;
  z-index: 9 !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  transition: transform 1s ease;
  display: none;
}

.info_profile {
  position: absolute;
  top: -2px;
  right: 0px;
  z-index: 9 !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  transition: transform 1s ease;
  display: none;
}

.info-contab.active {
  position: absolute;
  top: -4px;
  right: 3px;
  width: 99%;
  z-index: 9 !important;
  background: var(--greywhite);
  z-index: 9;
  visibility: visible !important;
  display: block;
  /* height: 40em; */
}

.info_profile.active {
  position: absolute;
  top: -1px;
  right: 3px;
  width: 99%;
  z-index: 9 !important;
  background: var(--greywhite);
  z-index: 9;
  visibility: visible !important;
  display: block;
  /* height: 40em; */
}

.info-user.active {
  position: absolute;
  top: 13px;
  right: 3px;
  width: 99%;
  z-index: 9 !important;
  background: var(--greywhite) !important;
  z-index: 9;
  visibility: visible !important;
  display: block;
  min-height: 33em;
}

#first_question,
#second_question,
#third_question,
#fourth_question {
  min-height: 406px;
}

.modal .modal-footer-info-user {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 16px 6px;
  height: 73px;
  width: 100%;
  text-align: right;
  position: absolute;
  top: 47em;
  left: 0px;
}


/*MODELO JPG TEST-DRIVE*/
.facturastest {
  background: url(../img/concentradordeproveedores.png);
  background-size: contain;
  width: auto;
  height: 415px;
}

.select_rut_payer {
  margin-top: -4px !important;
}

.background-info {
  background: var(--lightgrey_3);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;

}

/*- 2FA */
.auth2fa {
  margin-left: 17px !important;
  color: var(--match) !important;
}

.auth2fa span {

  font-size: 16px;
  margin-right: 5px;
}

.icon-2fa {
  color: var(--match) !important;
}

.icon-2fa i {
  font-size: 19px !important;
  margin-top: -4px !important;
  vertical-align: middle;

}

/*-----  flujo de caja ---------*/
.datecreatedby {
  font-size: 11px;
}

.info-text {
  font-size: 20px !important;
  margin-left: 3px;
  cursor: pointer !important;
}

.recommended .title p {
  color: var(--grey) !important;
  font-size: 0.7em;
}

.recomended span {
  color: var(--darkgrey) !important;
}

.recommended .category {
  width: 18.766677% !important;
}

.beta {
  background: var(--lightgrey);
  color: var(--dark);
  font-size: 11px;
  border-radius: 18px;
  padding: 4px 6px;
  margin-left: 0px;
  margin-top: 3px;
  font-weight: normal !important;
}

.betamenu {
  background: var(--lightgrey);
  color: var(--dark);
  font-size: 11px;
  border-radius: 18px;
  padding: 4px 9px;
  margin-left: 4px;
  margin-top: 4px;
  font-weight: normal !important;
}

.betamenu.rule {
  padding: 11px 10px !important;
  height: 14px !important;
  margin-top: -4px !important;
  display: inline-flex !important;
  justify-content: center !important;
  flex-direction: column-reverse !important;
  font-size: 0.9em !important;
}

.nofile_flujo {
  color: var(--grey);
  /* margin: -3px; */
  text-align: center;
  padding: 27px !important;
  font-size: 1em;
  border: 1px dotted;
  border-radius: 8px;
  width: 100%;
  margin-left: -13px;
}

.tipo_cuenta_cash {
  margin-left: 17px !important;
}

.tabs_cashflow .tab {
  margin-right: 5px !important;
}

.tabs_cashflow .tab a {
  color: var(--clay) !important;
  border-radius: 8px 8px 0px 0px !important;
}

.tabs_cashflow .tab a.active,
.tabs_cashflow .tab.principal-tab a.active {
  background: var(--clay) !important;
  border-radius: 8px 8px 0px 0px !important;
  color: var(--white) !important;
}

.tabs_cashflow .tabs {
  margin-top: 0px !important;
}

.tabs_cashflow .tab.principal-tab a {
  background: var(--lightgrey_1) !important;
  border-bottom: 3px solid #00bbd4;
}

.tbodyfixed .white {
  background-color: var(--white) !important;
}

.tbodyfixed .greywhite {
  background-color: var(--greywhite) !important;
}

.cash_flow_head {
  height: 50px !important;
  border-radius: 8px !important;
  padding: 17px 14px 0 14px !important;
  color: var(--darkgrey) !important;
  top: 0px;
  margin-right: 5px;
  font-weight: 500;
}

.cashflow-table .theadfixed th:first-child {
  height: 50px !important;
}

table.cashflow-table thead td,
.cashflow-table thead tr th {
  /*background-color: white!important;*/
  height: 50px !important;
}

.cashflow-table td {
  padding: 10px !important;
  border-right: 1px solid var(--lightgrey_2);
}

.cashflow-table td:first-child {
  padding: 10px 0 9px 27px !important;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}

.switch_abono {
  margin-left: 26px !important;
}

.balance_cashflow tr:nth-child(3) td,
.balance_cashflow tr:nth-child(4) td,
.balance_cashflow tr:nth-child(9) td,
.balance_cashflow tr:nth-child(13) td,
.balance_cashflow tr:nth-child(14) td,
.balance_cashflow tr:nth-child(8) td,
.balance_cashflow tr:nth-child(15) td {
  background-color: var(--greywhite);
}

.balance_cashflow tr:nth-child(10) td,
.balance_cashflow tr:nth-child(12) td,
.balance_cashflow tr:nth-child(11) td,
.balance_cashflow tr:nth-child(2) td,
.balance_cashflow tr:nth-child(5) td,
.balance_cashflow tr:nth-child(6) td,
.balance_cashflow tr:nth-child(7) td,
.balance_cashflow tr:nth-child(16) td {
  background-color: var(--white);
}

.serepite {
  margin-top: 12px !important;
  margin-left: 13px;
}

.cashflow-table th {
  border-right: 1px solid var(--lightgrey_2);
  padding: 0 6px 0 8px;
}

.cashflow-table td.statictotal.item {
  background: var(--lightgrey_2) !important;
  padding: 17px !important;
}

.cashflow-table .totals {
  background: var(--lightgrey_2) !important;
  border-top: 1px solid;
}

.tabs_cashflow .tab a:hover {
  color: var(--white) !important;
}

/* #list_tabs th{
  width: 14.666667%;
}
#list_tabs th:first-child{
  width: 19.666667%!important;
} */
.list_cashflow_tabs tr:nth-child(even) td:first-child {
  background: var(--greywhite) !important;
}

.list_cashflow_tabs tr td:first-child {
  background: var(--white) !important;
}

#flujo_caja th {
  width: 16.6666666667%;
}

#list_tabs {
  padding: 0 9px;
}

#flujo_caja {
  padding: 0 9px;
}

.day .box-day {
  width: 3rem !important;
  border-radius: 77px !important;
  height: 3rem !important;
  padding: 2px;
  margin-left: 5px;
}

.non-clickable {
  pointer-events: none;
}

.action_day {
  display: flex;
}

.tipo_categoria label {
  color: var(--dark) !important
}

.recurrencias {
  margin-top: -6px !important;
}

.tipo_cuenta {
  margin-top: 26px !important;
}

.title-frequency {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-size: 13px;
}

.recurrencias .input-field {
  margin-top: -10px !important;
  padding: 0px !important;
  margin-left: 10px;
}

.recurrrencia .option-frequency {
  width: 75px;
  display: inline-block;
  vertical-align: middle;
}

.recurrencias .input-field.option-number {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
}

.recurrencias .option-frequency-text {
  width: 45%;
  display: inline-block;
  vertical-align: middle;
}

/* .text_recurrencia{
  margin-left: 10px!important;
} */
.fechafinal {
  /* margin-left: -10px!important; */
  margin-top: -10px !important;
}

.nrofinal {
  /* margin-left: -11px!important; */
  margin-top: 12px !important;
}

.active .box-day {
  background-color: var(--grey) !important;
  color: var(--greywhite) !important;
}

.active.box-day {
  background-color: var(--grey) !important;
  color: var(--greywhite) !important;
}

.tabs_cashflow {
  height: 100% !important;
  border-bottom: none !important;
}

.tabs_cashflow li {
  width: 19.3% !important;
}

.tabs_cashflow .indicator {
  display: none !important;
}

#list_tabs th:first-child {
  width: 19.666667% !important;
}

#add_cuota {
  position: absolute;
  right: -14px;
  bottom: 62px;
  height: 35px;
  width: 35px;
}

.delete_cuota {
  position: absolute;
  left: 5px;
  /* top: 45px; */
  color: var(--grey);
  cursor: pointer;
  margin-top: 33px;
}

.no_incluir label {
  color: var(--dark);

}

.payment_info {
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 15px 0 19px;
  margin-top: 7px;
}

.payment_header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 15px !important;
  border-bottom: 1px solid #ddd;
  margin-top: -21px;
}

.status_cashflow i {
  padding: 5px;
  line-height: 1px;
  vertical-align: middle;
  color: var(--match);
  margin-right: -29px;
}

.tabs_tittle {
  margin-top: -10px !important;
}

.cashflow_pagination {
  margin-top: -20px !important;
}

/* Estatus  */

.PAGADO.status {
  background: #36cc5f !important;
}

.VIGENTE.status {
  background: #2FC3D6 !important;
}

.donotinclude.status {
  background: #eca542;
}

.VENCIDO.status {
  background: #f77880 !important;
}

/*-------------END*-----------------*/
.edit-more a {
  margin-left: -4px !important;
  margin-right: 12px !important;
}

/*-----Carpeta Tributaria-------------*/
.carpeta-tributaria h3.title {
  font-weight: bold;
  font-size: 1.3em !important;

}

.center-ct {
  margin-left: 50% !important;
  transform: translateX(-50%) !important;
}

.ct {
  border-radius: 0px !important;
}

.detail_mov_ {
  max-height: 50vh !important;
  overflow: auto;
}

.initbalance {
  margin-top: 0vh !important;
}

.details_define_company {
  padding-left: 15px;
  color: var(--grey);

}

.infoplan.active {
  display: block !important;
}

.top_details {
  top: 5em !important;
}

.boton_filter .icon-svg img.icosap {
  width: 25px;
  vertical-align: middle;
  margin-right: 5px;
  opacity: 1;
}

i.paid {
  color: var(--match);
  font-size: 19px !important;
}

i.pending {
  color: var(--alert);
  font-size: 19px !important;
}

a.pdf {
  color: var(--alert)
}

.flexico {
  display: flex;
}

.border-right {
  border-right: 1px solid var(--lightgrey);
}

a#add_account_reference {
  position: absolute;
  right: -20px;
  bottom: 43px;
  height: 35px;
  width: 35px;
}

a#add_account_payment {
  position: absolute;
  right: -20px;
  bottom: 42px;
  height: 35px;
  width: 35px;
}

.referencebox.active {
  display: block !important;
}

.paymentbox.active {
  display: block !important;
}

.details_bills_box {
  box-sizing: border-box;
  padding: 0 15px 0 19px;
  margin-top: 7px;
}

.details_bills_row {
  border: 1px solid var(--lightgrey);
  font-size: 14px;
  color: var(--grey);
  border-radius: 8px;
  position: relative;
}

.dropdown-content-accountant.disabled {
  display: none !important;

}

.boxcc.active {
  display: block !important;
}

.box_cc.active {
  display: block !important;
}

.box_addcostcenter.active {
  display: none !important;
}

.ico_rem {
  width: 11px;
  filter: grayscale(0);
  opacity: 1;
  position: relative;
  left: 29px;
  top: 7px;
  border-radius: 3px;
}

.info-text-nom {
  font-size: 13px !important;
  color: var(--dark) !important;
}

.info-text-nom.i {
  font-size: 17px !important;
}

/*RLI*/
.select_tag {
  border-radius: 8px !important;
  padding: 6px 7px !important;
  width: 21% !important;
  height: 31px !important;
  display: inline-block;
}

.select_tag_rli {
  width: 100% !important;
}

.box-rent .theadfixed tr:first-child {
  height: 2.5em !important;
}

.box-rent .theadfixed tr td {
  font-size: 15px !important;
  height: 3.5em !important;
}

.box-rent .theadfixed tr td:first-child {
  border-radius: 5px 5px 0 0 !important;
  font-size: 13px;
  font-weight: 900;
}

.title_rent span,
.title_rent b {
  font-size: 18px !important;
}

.title_cc {
  color: var(--dark) !important;
  font-size: 13px;
  position: absolute;
  top: 6px;
}

.title_rent .action-save {
  padding: 15px 0px !important
}

.ico_details {
  display: inline-block;
  vertical-align: top;
}

.subtext_info {
  margin-bottom: 47px;
  font-size: 17px !important;
  color: var(--grey);
}

.padding_row {
  padding: 0 10px 0 10px;
}

.list-account-rent {
  margin-top: -27px;
}

.input-account td.status {
  line-height: 43px;
}
.input-account td.input-field input {
  margin-bottom: 10px !important;
}
.input-account td.acciones {
  padding-right: 8px !important;
}

span.assumptions_sum {
  background: #57b05b !important;
  color: #ffff !important;
}

span.assumptions_rest {
  background: #cd6451 !important;
  color: #ffff !important;
}

#input_add_sum {
  margin-top: 140px !important;
}

.tr_nofile.active {
  display: none !important;
}

.info_text {
  padding: 0 20px;
}

.info_text p {
  font-size: 1em !important;
  font-style: italic !important;
  text-transform: none !important;
  line-height: 1 !important;
}

.info_text strong {
  font-weight: bold !important;
}

.account_type_category.active,
.account_type_category_carryforward.active {
  display: inline-block !important;
}

.details-row {
  margin-bottom: 0;
  padding: 0.5rem 0;
}

.details-box table {
  width: 92% !important;
  margin: 0 auto;
  float: none;
}

.detail-item,
.summary-item {
  text-align: center;
  padding: 0.90rem;
  border-right: 1px solid #dee2e6;
}

.detail-label,
.summary-item .label {
  font-size: 0.90em;
  color: var(--dark);
  display: block;
  margin-bottom: 0.25rem;
}

.total-amount {
  font-size: 1.4em;
  font-weight: 500;
  color: var(--clay)
}

.detail-value {
  font-size: 1rem;
  font-weight: 600;
}

.summary-box {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  float: none;
}

/* Estilos para vista de detalle de asignación de pagos */
.payment-detail-view {
  padding: 20px;
}

.payment-info-card {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 5px;

}

.payment-info-card h5 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
}

.payment-detail-item {
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}

.payment-detail-item strong {
  color: #555;
  font-weight: 600;
  min-width: 120px;
}

.payment-detail-item span {
  color: #2c3e50;
  font-weight: 500;
}

.payment-edit-view {
  padding: 5px;
}



/* Estilos base para las filas y animaciones */
tr.codes {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

tr.codes.show {
  display: table-row;
  opacity: 1;
}

tr.category-header.pointer td:first-child {
  width: 100px;
}

/* Animación del ícono */
.expand-icon {
  transform: rotate(-90deg);
  transition: transform 0.8s cubic-bezier(0.5, 0.02, 0.5, 1);
}

tr.category-header.expanded .expand-icon {
  transform: rotate(0deg);
}

/*END RLI*/
.rut_scotiabank.active {
  display: block !important;
  margin-bottom: 15px !important;
}

#edit-obligation {
  vertical-align: middle;
}

/*Transbank*/
.error_match_tbk,
tr.error_match_tbk:nth-child(even) {
  background: rgba(var(--alert-rgb), 0.2) !important;
}

tr.error_match_tbk svg {
  color: var(--alert);
}

tr.check svg {
  color: var(--match);
}

tr.error_match_tbk:hover {
  background: rgba(var(--alert-rgb), 0.5) !important;
}

.box-transbank {
  z-index: 9999;
  position: relative;
  height: 27em;
  min-height: 400px;
}

.box-transbank ul {
  position: relative;
  top: 8em;
}

.box-option-transbank.active {
  z-index: 9999;
  display: block !important;
  min-height: 400px;
}

.box-transbank.active {
  display: none;
}

.title-transbank {
  color: #2B4758;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.info-transbank {
  position: relative;
  top: 3em;
}

.info-transbank .box {
  background: white;
  height: 130px;
}

.info-transbank .box .title {
  padding: 3em !important;
  margin-top: -1em;
}

.info-transbank .box:hover {
  background: var(--darkgrey);
}

.info-transbank .box .title:hover {
  color: white;
}

#backButton {
  margin-top: -32px;
  margin-left: 10px;
  position: absolute;
  top: 5em;
  float: right;
  right: 33px;
}

#backButton.active {
  display: block !important;
}

.info-transbank .box .title svg {
  font-size: 1.3em;
}

/*FIN Transbank*/
/*Agrupación de cuentas*/
nav ul#slide-out li ul.sub_menu li a.update_account.disabled i.material-icons {
  color: var(--darkgrey) !important;
}

nav ul#slide-out li ul.sub_menu li a.update_account.disabled:hover {
  background: var(--lightgrey_1) !important;
  color: var(--darkgrey) !important;
}

.img_bank {
  height: 1.6em !important;
  width: auto;
  vertical-align: middle !important;
  margin-right: 5px !important;
  border-radius: 25% !important;
  box-shadow: 1px 1px 6px -4px #000;

}

.img_bank img {
  border-radius: 24% !important;
}

ul.bankAccountsList .title-bank h2 span {
  color: var(--darkgrey) !important;
  text-transform: capitalize !important;
}

.title-bank-nav {
  font-size: 0.9em !important;
  font-weight: bold !important;
}

.grouplistbank {
  display: flex !important;
  align-items: center;
  padding: 10px 7px !important;
}

.grouplistbank img {
  border-radius: 24% !important;
  width: 20px !important;
  height: 20px !important;
}

.sub_list_bank {
  margin-left: 20px !important;
  border-bottom: 1px solid var(--lightgrey);
}

.group_list_bank li {
  margin-left: 2px;
}

.group_list_bank {
  border-bottom: 1px solid #CCCCCC;
}

.group_list_bank li.list_bank {
  margin-left: 12px !important;
}

.group_list_bank_nav {
  margin-left: 0 !important;
}

.list_bank:last-child {
  border: none !important;
}

.compress_list {
  font-size: 23px;
  vertical-align: middle;
  color: var(--grey);
  margin-top: 21px !important;
}

.uppercase {
  text-transform: uppercase;
}

.bank-account {
  width: 97% !important;
}

.currency_bank {
  border-radius: 5px;
  padding: 5px;
  color: white;
  font-size: 8.6px;
  font-weight: 700;
  line-height: 17.64px;
  padding: 4px 6px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  background: var(--grey) !important;
  margin-right: 4px;
}

.title_currency {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.38px;
  text-transform: uppercase;

}

.title_bank_group {
  font-family: Roboto;
  font-size: 12.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.38px;
  text-transform: uppercase;
  width: 72%;
}

.submenu_currency {
  padding-left: 14px !important;
}

nav ul#slide-out li ul.sub_menu li a.update_account:hover,
nav ul#slide-out li ul.sub_menu li a.validated_problem:hover {
  background: var(--grey) !important;
}

nav ul#slide-out li ul a.update_account:hover i,
nav ul#slide-out li ul a.validated_problem:hover i {
  color: white !important;
}

nav ul#slide-out li ul a.update_account i {
  font-size: 17px !important;
}

svg.svg-inline--fa.fa-plus-square.fa-w-14.compress_banco,
svg.svg-inline--fa.fa-minus-square.fa-w-14.compress_banco,
svg.svg-inline--fa.fa-minus-square.fa-w-14.compress.menu-compress,
svg.svg-inline--fa.fa-plus-square.fa-w-14.compress.menu-compress {
  position: absolute;
  right: 19px;
}

a.bank-account {
  margin: -2px 0px -14px 0px !important;
}

span.act-message::first-letter {
  text-transform: uppercase;
}

.newtour>.introjs-tooltipbuttons a.introjs-button.introjs-nextbutton.introjs-donebutton {
  display: block !important;
}

.payment-text {
  line-height: 1.5;
  font-size: 13px;
  color: rgba(105, 127, 138, 0.84);
  margin-top: 0;
}

.payment-amount {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  color: rgba(105, 127, 138, 0.84);
  position: relative;
  bottom: 0px;
  float: right;
}

.bar_progress {
  margin-top: -7px !important;
}

.number_account {
  font-size: 11px !important;
}

.number_account b {
  font-size: 12px !important;
}

.hidden-account-number::before {
  content: ' •••• •••• •••• ';
  font-size: 16px;
  /* Ajusta el tamaño según sea necesario */
  color: var(--dark);
  /* Ajusta el color según sea necesario */
}

.billing_period {
  font-size: 9px;
  line-height: 0.5;
  background: var(--lightgrey_2);
  display: inline-block;
  color: var(--darkgrey);
  padding: 5px 10px !important;
  border-radius: 50px;
  text-transform: uppercase;
  line-height: 1;
  vertical-align: top;
}

/*Fin agrupacion*/
/*Modal novedades*/

.modal_our_news {
  width: 427px !important;
  background: #fff;
  min-height: 20em !important;
  border-radius: 8px !important;
  max-width: 427px;
  top: 16% !important;
  line-height: 1.1;
  overflow: scroll;
  max-height: 100%;
}

.modal_our_news .text_tour_new {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: 4px !important;
  position: relative;
}

.texto_nuevo {
  margin-top: 30px !important;
  position: relative;
  top: 45px;
}

.texto_nuevo .botton_tour {
  display: flex;
  justify-content: center
}

.quotes_text {
  color: var(--darkgrey) !important;
  font-weight: 500;
  font-size: 17px !important;
  float: left !important;
}

/*FIN modal novedades*/

.bci_info.active {
  display: block !important;
}

.texto_exportar {
  padding-left: 0 !important;
  margin-left: 9px !important;
  margin-right: -9px !important;
}

/* Facturacion colapasable*/
#bills_list.collapsible>li {
  width: 100%;
  display: inline-block;
}

.collapsible_fact {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  background: var(--lightgrey_2);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--darkgrey);
  padding: 11px 0 !important;
  min-height: 35px;
  border-radius: 8px 8px 0 0;
  border-radius: 8px;
}

#bills_list.collapsible {
  border: none;
  box-shadow: none;
}

.counter {
  background: var(--darkgrey);
  color: white;
  padding: 1px 13px;
  border-radius: 10px;
}

/* FIN Facturacion colapasable*/


/*fecha inicio de carga*/
#date_other_input.active,
#date_other_sii.active {
  display: inline !important;
}

.alert_info_date.active {
  display: inline !important;
}

.alert_info_date_bank.active {
  display: inline !important;
}

.alert_info_date_sii.active {
  display: inline !important;
}

.company-edit-settings .date_sii_other,
.company-edit-settings .date_other {
  margin-top: -11px !important;
}

.company-edit-settings .switch_historical_started {
  margin-top: 22px !important;
}

/*FIN fecha inicio de carga*/
.emailContent {
  background-color: white;
  border: 1px solid var(--lightgrey);
  border-radius: 8px;
  padding: 10px;
}

.texto-informativo {
  padding: 0 20px;
}

.texto-informativo h2.title {
  margin-left: -14px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.icon_close {
  margin-bottom: 23px;
}

.tag_webhook {
  font-size: 11px;
  border-radius: 18px;
  padding: 4px 9px;
  margin-left: 4px;
  margin-top: -4px;
  font-weight: normal !important;
}

.tag_webhook.created {
  background: var(--lightgrey);
  color: var(--dark);
}

.tag_webhook.failed {
  background: var(--alert);
  color: var(--white);
}

.tag_webhook.actived {
  background: #5ece63;
  color: var(--white);
}

.icon_file i {
  font-size: 6em;
}

.input-file {
  margin: 0 40% !important;
}

.title-import-file .chosen-disabled {
  opacity: 1 !important;
}

.title-import-file .chosen-container-single .chosen-single,
.title-import-file .chosen-container-single .chosen-single:hover {
  background: white;
  font-size: 1.2em !important;
  color: var(--clay) !important;
  font-weight: bold;
  opacity: 1;

}

.error_icon {
  color: var(--alert);
  vertical-align: middle;
}

.info_icon {
  color: #66c1eb;
  vertical-align: middle;
}

.check_icon {
  color: var(--match);
  vertical-align: middle;
}

.title-import-file .chosen-container-single .chosen-single:hover span {
  background: white;
  color: var(--clay) !important;
}

.export .select-field select,
.export .select-field input.select-dropdown {
  background: url(https://cdn1.iconfinder.com/data/icons/outline-essentials-set/24/Icon_down_outline-512.png) no-repeat right var(--lightgrey_2) !important;
  background-size: 16px !important;
  background-position: 97% 50% !important;
}

.title-import-export {
  font-size: 1.1em !important;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
}

.export .input-field,
.export .select-field {
  margin-top: 5px !important;
  margin-bottom: 15px;
}

.subtitle-import-export {
  font-weight: 600;
  color: var(--dark) !important;
}

.top-divisor {
  margin: 15px !important;
  border-top: 1px solid var(--lightgrey);
  padding: 0 0px;
}

.m15 {
  margin: 15px !important;
}

.export .box-btn-download {
  margin-top: 40px !important;
}

.subtitle-export {
  font-size: 13px;
  color: var(--dark);
  text-transform: math-auto;
  font-weight: 100;
  padding: 0 10px;
}

.temporalFiles-icon i.done {
  color: var(--match);
}

.info-export {
  color: #29404fc7;
}

.info-export strong {
  color: var(--dark);
  font-weight: 600;
}

.alert-none.active {
  display: block !important;
}

.alert-import {
  position: relative;
  top: -7em;
}

a.iva_norecuperable.btn,
a.iva_recuperable.btn {
  height: 25px !important;
  line-height: 25px !important;
  border-bottom: none;
  background: #ECF1F3 !important;
}

a.iva_norecuperable.btn:hover,
a.iva_recuperable.btn:hover {
  background: var(--grey) !important;
}

.boton_iva_norecurable {
  border-bottom: none;
  padding: 8px 0 !important;
}

.iva_no_recuperable {
  display: inline-block;
  border-bottom: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding-left: 5px;
  vertical-align: middle;
  padding: 12px 0;
  color: var(--clay);
}

.button-send-to-bsale img {
  height: 15px;
  width: 15px;
  vertical-align: middle;
  margin-right: 3px;
  border-radius: 4px;
}

.button-send-to-bsale span {
  vertical-align: middle;
  color: #ff6a00;
}

.button-send-to-bsale:hover span {
  vertical-align: middle;
  color: var(--white);
}

span.status.code-rli.active {
  display: none;
}

.btn-notifications {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  font-weight: 400;
}

.title-notification-update {
  font-size: 0.9em;
  color: var(--grey);
  display: block;
  line-height: 1.7;
}

.title-detail-updates {
  margin-left: 5px;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 3;
}

.text-update-loading {
  color: var(--darkgrey);
  font-style: italic;
  padding-left: 5px;
}

.text-update-success {
  color: var(--darkgrey);
  font-style: italic;
}

.success-status {
  background: var(--match) !important;
  margin-right: 10px;
  text-transform: capitalize !important;
  font-size: 11px !important;
}

.error-status {
  background: var(--alert) !important;
  margin-right: 10px;
  text-transform: capitalize !important;
  font-size: 11px !important;
}

.processing-status {
  background: #40a4ec !important;
  margin-right: 10px;
  text-transform: capitalize !important;
  font-size: 11px !important;
  margin-right: 17px;
}

.time-description {
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0 !important;
  color: var(--darkgrey);
}


.box-updating {
  margin-top: 10px !important;
}

.box-detail-updates {
  padding: 10px 15px !important;
  /* border: 1px solid var(--lightgrey); */
  border-radius: 8px;
  color: var(--darkgrey);
  font-size: 11px;
  line-height: 2;
  height: 100%;
  background: var(--greywhite);
  margin-top: 0px;
  /* margin-bottom: 10px !important; */
}

.box-detail-updates-row {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.badge-update {
  color: var(--white);
  font-size: 0.7rem !important;
  margin-left: 0 !important;
  position: relative !important;
  top: 1px;
}

.text-updates {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 7px !important;
}

.img_bank-updates {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25% !important;
}

.img_bank-updates img {
  height: 1.7em !important;
  width: auto;
  vertical-align: middle !important;
  margin-right: 5px !important;
  border-radius: 25% !important;
  margin-top: 2px;
  box-shadow: 1px 1px 6px -4px #000;
}

.filter-box-notifications {
  padding: 20px 0 !important;
}

.content-update {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 !important;
}

.filter-box-notifications-msg {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

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

.box-updates {
  padding: 10px 5px;
  margin-bottom: 10px !important;
  border-bottom: 1px dotted #ddd;
  color: var(--lightgrey);

}

.box-updates:hover {
  background: #fff !important;
}

.box-updates:hover,
.notifications li a:hover {
  box-shadow: 0 0px 13px -4px var(--lightgrey_2);
  border-radius: 5px;
  cursor: pointer;
}

.box-title-updates {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px;
  border-bottom: 1px solid var(--lightgrey);
  color: var(--darkgrey);
}


.time-update {
  display: block;
  font-size: 11.5px;
  line-height: 1.2;
  color: var(--darkgrey);
}


.information-source .information-status {
  text-transform: capitalize !important;
}

#import_name:hover .edit-icon {
  opacity: 1 !important;
}

.edit-icon {
  margin-left: 8px;
  opacity: 0;
  transition: opacity 0.2s;
}

/*Nomina*/
/* Estilos para el título editable de nómina */
.payroll-tabs {
  display: inline-flex;
}

.payroll-title-display:hover::after {
  content: "edit";
  /* Material Icons code */
  font-family: "Material Icons";
  font-weight: normal;
  margin-left: 9px;
  vertical-align: middle;
}

.payroll-title-content {
  flex: 1;
  display: flex !important;
  align-items: center;

}

.payroll-title-edit {
  display: flex !important;
}

.payroll-title-edit-form {
  width: calc(100% - 330px);
  display: flex;
  gap: 10px;
  align-items: center;
  top: -5px;
  position: relative;
}

.payroll-title-edit-form input {
  flex: 1;
  min-width: 0;
  /* Importante para que el input no desborde */

}

.payroll-title-display.edit-name {
  display: flex;
  gap: 10px;
  align-items: center;
  top: 3px;
  position: relative;
}


.download-info {
  text-align: center;
}

.download-count {
  font-size: 1.1em;
  font-weight: 500;
  display: block;
}

.download-date {
  color: #666;
  margin: 2px 0 0;
  font-size: 0.75em;
}


.payroll_table_title {
  padding-top: 35px;
  padding-bottom: 15px;
  z-index: 9;
  top: 27px;
  position: sticky;
  background: #FFF;
  margin: 0 !important;
}

.payroll_table thead {
  position: sticky !important;
  top: 173px;
  z-index: 99;
}

.payroll-list-title div>span {
  font-size: 0.9em !important;
}

.title-payroll-search {
  padding: 10px;
  background: white;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  /* text-align: center; */
  z-index: 10;
  /* margin-bottom: 17px; */
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.container-actions {
  display: contents;
}

.no-bank-info-details {
  color: var(--dark);
  font-size: 0.9em
}

.no-bank-info-details span {
  font-weight: 600;
}

.no-bank-info-details svg {
  font-size: 0.9em;
  color: var(--warning);
}

.no-bank-info {
  background: #FCDCD6 !important;
}

.no-bank-info:hover {
  background: #f5ab9d !important;
  color: var(--darkgrey);
}

.no-bank-info div>span {
  color: #F25234;
}

.no-bank-info-details a,
.with-more-info-bank .alert-app.alert-warning.small a {
  background: var(--lightgrey_2);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}

/*Fin Nomina*/
/* Destacar la fecha específicamente */
.list-item.date-past .col .date-bills,
.list-item.date-future .col .date-bills {
  font-weight: bold;
  padding: 2px;
  border-radius: 10px;
  text-align: center;
}

.list-item.date-past .col .date-bills p:before,
.list-item.date-future .col .date-bills p:before {
  content: '⚠️';
  margin-right: 2px;
  font-size: 11px;
}

.list-item.date-past .col .date-bills,
.list-item.date-future .col .date-bills {
  color: #e65100;
  background-color: rgba(var(--warning-rgb), 0.2);
}


/* Tooltip informativo */
.list-item.date-past .col .date-bills::after {
  content: '⚠️ Factura con fecha anterior';
  position: absolute;
  background: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1;
}

.list-item.date-future .col .date-bills::after {
  content: '⚠️ Factura con fecha futura';
  position: absolute;
  background: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1;
}

.list-item.date-past .col .date-bills:hover::after,
.list-item.date-future .col .date-bills:hover::after {
  display: block;
}

/*fin estilos para fechas de factura */

.list-icons img {
  height: 1.2rem;
  width: 1.2rem;
  vertical-align: top;
  position: relative;
  top: 1px;
}

.icon-item.right {
  padding: 0 2px;
}

.operator-container-hidden {
  display: none;
}

.operator-container-visible {
  display: block;
}

.operator-label {
  font-size: 1em;
  font-weight: 600;
}


.in-payroll.active {
  color: var(--match) !important;
}

/* Estilos para filas seleccionables en asignación de pagos */
.selectable-row {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.selectable-row:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.selectable-row.selected {
  background-color: rgba(76, 175, 80, 0.1);
  border-left: 3px solid #4CAF50;
}

/* Evitar que el radio y label tengan cursor pointer */
.selectable-row input[type="radio"],
.selectable-row label {
  cursor: pointer;
}

/* Estilos para botones de acción */
.apply-payment-assignment {
  margin-left: 10px;
}

.clear-payment-assignment {
  margin-left: 10px;
}

/* Estilos para visibilidad reactiva de asignación de pagos */
.info-payment-assignation {
  display: none;
}

.info-payment-assignation.active {
  display: block;
}

.table-payment-assignation {
  display: none;
}

.table-payment-assignation.active {
  display: block;
}

/* Animación para cerrar sección */
.collapsible-body {
  transition: all 0.3s ease;
}

.go_details {
  cursor: pointer;
  margin-left: 5px;
  color: var(--clay);
}

.top-table-payroll {
  border-bottom: 1px solid var(--lightgrey);
  padding-bottom: 10px;
  border-radius: 10px 10px 0px 0px;
}

.type-doc-payroll {
  margin-top: -10px;

}

.paid_transaction {
  color: var(--match)
}

.paid_transaction .icon {
  vertical-align: top
}

a.close-dismiss {
  padding: 0 5px !important;
  color: rgba(0, 0, 0, 0.2) !important;
  font-size: 30px;
  height: 28px;
  line-height: 28px;
  border: none !important;
}

.alert-success-soft {
  background-color: #E8F6F3 !important;
  border: 1px solid #E6D9FF;
  color: #7E57C2;

}

.alert-success-soft span {
  color: var(--dark) !important;
  font-weight: 600;
}

.already-answered {
  color: var(--darkgrey);
}

.highlight-row {
  background: rgba(var(--warning-rgb), 0.1) !important;
  transition: background-color 0.3s ease;
  border-radius: 10px;
}

.envelope-square-icon {
  font-size: 16px;
  color: var(--darkgrey);
}

.envelope-icon {
  font-size: 14px;
}

.subtext-webhook {
  font-size: 13px;
  color: var(--darkgrey);
}

.button-webhook {
  margin-top: 35px;
}

.validate-button {
  background: var(--match) !important;
  color: white !important;
  width: 100% !important;
  text-align: center !important;
  border-radius: 25px !important;
  padding: 3px;
}

.delete-webhook {
  background: var(--lightgrey_1);
  margin-top: 50px;
}

.total_amount_input {
  margin-top: 34px !important;
}

#webhook_url.webhook-error {
  border: 1px solid red !important;
}

.alert-info-webhook {
  display: block !important;
}

.subtitle-webhook {
  font-size: 12px;
  position: absolute;
  top: 64px;
}

.suspended {
  color: var(--dark);
  font-weight: 500;
  background: var(--lightgrey_1);
  padding: 4px;
  border-radius: 20px;
  font-size: 7px;
  text-transform: uppercase;
  position: relative;
  top: -3px;
}

/* =====================================================================
  @media querys
=====================================================================*/

/* Mobile Small Devices
 <= 400px	 */
@media (max-width: 400px) {
  #filter_by_month {
    width: 90% !important;
  }

  .top-dismissible-mobile {
    padding-top: 70px !important;
  }

  .xs12 {
    width: 100% !important;
  }

  .notification-filter:first-child {
    margin-bottom: 5px;
  }

  #alert_new_clay {
    margin-top: 105px !important;
    height: 125px !important;
    line-height: 2;
    padding: 10px 35px;
  }


  .success-status {
    font-size: 10px !important;
    margin-right: 1px !important;

  }

  .error-status {
    font-size: 10px !important;
    margin-right: 1px !important;
  }

  .processing-status {
    margin-right: 1px !important;
    font-size: 10px !important;
  }

  .box-title {
    padding: 0 !important;
  }

  .title-notification-update {
    font-size: 12px !important;
  }
}


/* Mobile Devices
 <= 600px	 */
@media (max-width: 600px) {
  .survey-text {
    line-height: 1.1;
    width: 100%;
    display: block;
  }

  .survey-button {
    width: 80%;
    position: relative;
    top: 4px;
    height: 31px;
    left: 16px;
    display: block;
    align-content: center;
  }

  .done-button {
    width: 80%;
    position: relative;
    display: block;
    height: 31px;
    top: 7px;
    left: 16px;
    align-content: center;
  }

  .paid_transaction_info {
    margin-left: 38px !important;
    padding: 0 !important;
  }

  a.get_transaction {
    padding: 8px 45px;
  }

  /* Simplificación de tabs de pago en mobile */
  .transactions_payments .collapsible-header.payment-title {
    padding: 12px 8px;
    min-height: 48px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
  }

  .payment-recognized,
  .payment-not-recognized {
    line-height: 28px;
  }

  /* Estilos para texto de asignación en mobile */
  .payment-count {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
  }

  .transactions_payments .collapsible-header.payment-title .title-content-payment {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px;
    text-align: left;
    flex-wrap: wrap;
    padding-left: 0;
  }

  .transactions_payments .collapsible-header.payment-title .title-content-payment .payment-title-assignation {
    font-size: 13px;
    width: 100% !important;
    flex-shrink: 0;
    position: relative;
    top: -2px;
  }

  .transactions_payments .collapsible-header.payment-title .title-content-payment .payment-status {
    font-size: 11px;
    padding: 3px 6px;
    margin-left: 0;
    align-self: flex-start;
    width: 100% !important;
    text-align: left;
  }

  /* Estilos para iconos en mobile */
  .transactions_payments .collapsible-header.payment-title .title-content-payment .payment-icon {
    font-size: 16px;
    margin-left: 8px;
    align-self: center;
    display: inline-block;
    vertical-align: middle;
  }

  .transactions_payments .collapsible-header.payment-title .circle {
    margin-right: 10px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .transactions_payments .collapsible-header.payment-title .circle i {
    font-size: 10px;
  }

  .transactions_payments .collapsible-header.payment-title .more {
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    z-index: 15;
    display: flex align-items: center;
    height: 100%;
    margin-top: 10px;
    width: 12px;
  }

  /* Estilos específicos para nómina de pago en mobile */
  .transactions_payments .collapsible-header.payment-title .title-content-payment-payroll {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px;
    flex-wrap: wrap;
  }

  /* Estilos para cabecera de reconocimiento en mobile */
  .transactions_payments .collapsible-header.payment-title .title-content-payment.tag_assigned {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px;
    flex-wrap: wrap;
  }

  /* Estilos simplificados para estados de pago en mobile */
  .payment-status {
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 12px;
    font-weight: 500;
    margin-left: 0;
    align-self: flex-start;
    width: 100% !important;
    text-align: left;
  }

  .payment-status.assigned {
    background-color: var(--match);
    color: white;
  }

  .payment-status.unassigned {
    background-color: var(--lightgrey);
    color: var(--darkgrey);
  }



  /* Estilos para el contador de usuarios en mobile */
  .payment-count {
    font-size: 11px;
    color: var(--darkgrey);
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 56%;
    z-index: 10;
  }

  /* Estilos para el texto de asignación de pagos en mobile */
  .payment-assignation {
    font-size: 11px;
    color: var(--darkgrey);
    font-weight: 500;
    text-align: center;
    min-width: 60px;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  /* Estilos para el texto de reconocimiento en mobile */
  .user-assigned-payment-recognitions {
    font-size: 11px;
    color: var(--darkgrey);
    font-weight: 500;
    text-align: center;
    min-width: 60px;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

  }

  .transactions_payments .collapsible-header.payment-title .title-content-payment .truncate {
    width: 100%;
  }

  .w10 {
    width: 10% !important;
  }

  .container-actions {
    display: block;
  }

  .title-content-payment {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
  }

  .no-assignation {
    width: 100%;
  }

  .title-content-payment.tag_assigned .payment-not-recognized,
  .title-content-payment.tag_assigned .payment-recognized {
    width: 50%;
    margin: 0 60px;
    display: block;
  }

  /* Estilos para badges de reconocimiento en mobile */
  .payment-recognized-mobile,
  .payment-not-recognized-mobile {
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 8px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 8px;
    flex-shrink: 0;
  }

  .payment-recognized-mobile i,
  .payment-not-recognized-mobile i {
    font-size: 8px;
  }

  /* Estilos específicos para badges solo con icono en mobile */
  .payment-recognized-mobile:not(:has(span)),
  .payment-not-recognized-mobile:not(:has(span)) {
    width: 30px !important;
    height: 30px !important;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-left: 76px !important;
    right: 11px !important;
    top: 12% !important;
    transform: translateY(0%) !important;
  }

  .title-content-payment.tag_assigned .payment-not-recognized svg,
  .title-content-payment.tag_assigned .payment-recognized svg {
    margin: 0px !important;
  }

  .payment-recognized-mobile:not(:has(span)) i,
  .payment-not-recognized-mobile:not(:has(span)) i {
    font-size: 10px;
    margin: 0;
  }

  .info-transbank .box .title {
    padding: 2em !important;
  }

  .info-transbank .box {
    height: 106px;
  }

  .user-item-recognition {
    flex-direction: column;
  }

  .list-item.date-past .col .date-bills,
  .list-item.date-future .col .date-bills {
    padding: 0 5px;
    text-align: left;
  }

  .input-file {
    margin: 0 !important;
  }

  .subtitle-register {
    width: 100%;
    margin: 0;
  }

  /*-----  Flujo de caja ---------*/
  .box-register-info .box-link-profile {
    height: auto;
  }

  .modal_our_news {
    max-height: 90% !important;
  }

  .action_day {
    margin-left: -28px;
  }

  .tabs_cashflow li {
    width: 100% !important;
  }

  .sidebar_left ul.sub_menu li>a:first-child svg,
  {
  font-size: 1.1em;
  width: 17px;
}

a#update_balance {
  margin-right: 7px;
}

svg.svg-inline--fa.fa-plus-square.fa-w-14.compress_banco,
svg.svg-inline--fa.fa-minus-square.fa-w-14.compress_banco,
svg.svg-inline--fa.fa-minus-square.fa-w-14.compress.menu-compress,
svg.svg-inline--fa.fa-plus-square.fa-w-14.compress.menu-compress {
  position: absolute;
  right: -6px;
  padding: 16px;
  font-size: 3.5rem;
  width: 23%;
}

/* Auditor de registro Compra y Venta*/
.auditorf29 tr td:first-child+td {
  position: sticky;
  top: 0;
  left: 42px;
  z-index: 1;
}

.auditorf29 tr td:first-child {
  position: sticky;
  top: 0;
  left: 0px;
  z-index: 1;
}

tr.compare_data_clay td:first-child,
tr.compare_data_clay td:first-child+td {
  background: #FCF1D5 !important;
}

tr.compare td:first-child,
tr.compare td:first-child+td {
  background: #DDF0F4 !important;
}

tr.totals td:first-child,
tr.totals td:first-child+td {
  background: var(--lightgrey) !important;
}

.amounts_box.l2_2 {
  width: 50% !important;
}

.cash_flow_head {
  padding: 7px 14px 0 14px !important;
}

.tabs_cashflow ul.tabs {
  overflow: auto !important;
}

#edit_datos_cashflow {
  padding: 11px;
}

#delete_datos_cashflow {
  padding: 11px;
}

.profile-title b.name {
  height: 43px !important;
}

[type="checkbox"]:checked+label:before {
  left: 10px !important;
}

.main--slide {
  margin-left: 0px !important;
}

.profileavatar.username .user {
  margin-top: 0px;
}

.profileavatar span.role {
  margin-top: 10px;
  text-align: center;
}

.profileavatar.username {
  margin-top: 0;
}

#verpermisos {
  margin-bottom: 10px;
}

.profile-title-mobile {
  margin-bottom: 10px;
}

.box-list {
  margin: 0 !important;
}

li.list-company,
.box-list li {
  /* background: #fff; */
  border: 1px solid var(--greywhite);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 14px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

.status span {
  font-size: 1em;
}

.company-info-description {
  padding: 8px !important;
}

.company-list-head {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.company-list-head>* {
  margin: 0;
}

.filtercatmobile {
  padding: 0 0.75rem !important;
  margin-bottom: 5px;
}

.log_color {
  top: -50% !important;
  left: 80% !important;
  width: 800px;
}

.log_color2 {
  right: 80% !important;
  top: 50% !important;
  width: 800px;
}

.actions.actions-mobile a {
  width: 31.6666666666%;
  margin: 0;
  margin-top: 4px;
}

.wp25 div {
  width: 100% !important;
  text-align: center !important;
}

li.config.menu-categories {
  margin-bottom: 120px;
}

.profile-box {
  min-height: initial !important;
}

.profile-action {
  min-height: initial !important;
}

.list-connection .btn-secondary {
  margin-top: 5px;
}

.drop-notifications {
  left: 0 !important;
  top: 50px !important;
  right: 0 !important;
}

.transactions .acciones a {
  margin-top: 4px;
}

.flex-connect {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}

.input-field input[type=date] {
  width: 100% !important;
  min-width: 90% !important;
}

.actions-cost a {
  width: 48%;
  display: inline-block;
  margin-top: 5px;
}

.box_info {
  right: 10px !important;
  top: 5px !important;
}

.box_info a {
  font-size: 1.3em;
  height: 40px !important;
  width: 40px !important;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

#organization .wrap-organization .arrow-down {
  top: 20px;
}

.btn-outline {
  width: 100% !important;
}

.box-list .ico svg,
#files_tab .file .ico i.material-icons {
  padding: 8px;
  height: 30px;
  width: 30px;
}

.list_terms_date {
  margin-top: 5px !important;
}

.mentiony-container .mentiony-popover {
  left: inherit !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.option-box-accion .btn.medium {
  margin-top: 10px !important;
}

/* login- registrer */
#login-page .btn {
  width: 100% !important;
}

#login-page.log,
#login-page.signin {
  width: 90% !important;
}

.wp25 {
  width: 5% !important;
}

.w-80 {
  width: 77% !important;
}

._all_mobile {
  width: 53px !important;
}

a#add_account_set.add_account_set_mobile {
  position: inherit !important;
  right: 0px !important;
  bottom: 0px !important;
  height: 100% !important;
  width: 100% !important;
}

a#add_account_set.add_account_set_mobile:hover {
  background: var(--grey) !important;
  color: var(--white) !important;
}

.box-accion-mobile {
  border-bottom: none !important;
  margin-bottom: -35px !important;
}

.mostrar-mobile {
  width: 19% !important;
}

.client_bills_mobile {
  padding-right: 0px !important;
  margin-right: -16px !important;
}

.margin-bottom {
  margin-bottom: 10px !important;
}

.flex {
  display: flex;
}

.boton_sort_mobile {
  float: left;
  margin-top: 3px !important;
}

.totalp_mobile {
  margin-top: 31px !important;
}

.line-left {
  border-left: none;
}

.modal-content h2.title,
h2.title {
  display: flex;
}

.list-connection .statusbanco {
  margin-top: 16px !important;
}

.list-connection div {
  display: flex !important;
}

.list-connection div.connection-mobile {
  display: initial !important;
}

/*Icono de validacion conexion externa*/
.list-connection.validate i.status {
  margin-top: 11px !important;
}

.list-connection .icon-status.sync {
  margin-top: 11px !important;
}

.list-connection .sync-red {
  margin-top: 11px !important;
}

/* .detail_tbk_mobile a{
    margin-top:5px!important;
  } */
.dresponsive {
  margin-top: 27px !important;
}

.select-account_mobile {
  padding: 0 8px 0 10px !important;
}

.select-account_mobile select.browser-default_mobile {
  padding: 5px 14px !important;
  background-position: 100% 50% !important;
}

.select-account_mobile select.browser-default_mobile:hover {
  background-position: 101% 50% !important;
}

a.delete-mobile {
  margin-left: 0px !important;
  margin-top: 8px;
}

.delete_mobile {
  margin-top: 6px !important;
}

.delete_account_mobile {
  position: initial !important;
  right: 0px !important;
  bottom: 0px !important;
  height: 100% !important;
  width: 100% !important;
  top: 22px !important;
  left: 0px !important;
}

.counter-mobile {
  margin-top: 0px !important;
}

.delete_account_mobile.btn {
  background: var(--grey) !important;
}

.date-box_mobile {
  margin-left: 9px !important;
}

a#add_account_set.add_account_set_mobile {
  position: absolute;
  right: 12px !important;
  bottom: 10px !important;
}

.infobanco {
  display: flex !important;
}

.inputvalidar,
.inputfacturador {
  margin-top: -24px !important;
  margin-bottom: 35px !important;
}

.input-field a#view_password {
  bottom: 21px;
}

/*Iconos al lado de los input*/
i.material-icons.prefix {
  display: none !important;
}

.input-field .prefix~input {
  width: 100% !important;
  margin-left: 0 !important;
}

.input-field .prefix~label {
  margin-left: 0 !important;
  width: 100% !important;
}

.input-field .prefix~textarea~label {
  padding-left: 0 !important;
  padding-top: 0 !important;
}

.input-field .prefix~textarea {
  margin-left: 0 !important;
  width: 100% !important;
}

.modal-content .select-field .prefix~select,
.box-modal .select-field .prefix~select {
  margin-left: 0 !important;
  width: 100% !important;
}

.modal-content .select-field .prefix~label,
.box-modal .select-field .prefix~label {
  margin-left: 0 !important;
  width: 100% !important;
}

.input-field .prefix~span.helper-text {
  margin-left: 0px;
}

span.icon-fa.prefix {
  display: none !important;
}

.search_movement .icon-search {
  display: none;
}

.search_movement input {
  padding: 0 15px !important;
  border-radius: 8px !important;
}

ul.moreMenu.menumobile {
  right: 0px !important;
  min-width: 142px !important;
}

.btn_moreactions .moreMenu.menumobile li a {
  display: flex;
  margin-left: -1px;
}

.truncate-mobile {
  white-space: normal !important;
}

select.browser-default.gestionselect {
  width: 97% !important;
  margin-left: 10px !important;
}

.search_movement.responsive {
  padding: 0px !important;
}

.search_movement .clean-search-mobile {
  right: 8px !important;
}

.search-mobile {
  margin-right: -10px !important;
}

_moreactions .moreMenu.menumobile li a span {
  margin-top: 2px;
}

.btn_moreactions .moreMenu.menumobile li a i {
  padding-right: 5px !important;
  font-size: 20px;
}

#expected_pay table.cashflow thead td,
#expected_pay.cashflow thead tr th {
  padding: 5px 5px;
}

.details-tab .box-list .ico svg {
  margin-left: -10px;

}

select.docum {
  background-position: 99% 50% !important;
  padding: 5px 19px !important;
}

select.docum:hover {
  background-position: 99% 50% !important;
}

.delete.delete_comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -5px;
}

span.more {
  width: 50px;
  font-size: 0.7rem;
}

.acciones>a:last-child {
  margin-left: 6px;
}

.actions-cost>a {
  margin-left: 0;
}

h1.title {
  font-size: 1.2em !important;
  display: flex;
  padding-top: 10px;
}

.alerta h4 {
  font-size: 1.5em !important;
}

#enviar_obligacion {
  margin-top: 10px;
}

select#t {
  padding: 5px 28px !important;
}

.box-transaction span.monto {
  font-size: 1.2em;
  padding: 3px 0px 4px 0px;
}

#content_bills_client .top_tab_title {
  padding: 9px 37px 2px 12px !important;
  margin-right: -115px !important;
}

.fa-arrow-left {
  margin-left: 1px;
  margin-right: 5px;
  margin-top: 3px;
}

.arrowleft {
  display: contents;
}

select.browser-default {
  padding: 5px 9px !important;
  padding-right: 20px !important;
  font-size: 13px;
}

.alerta {
  font-size: 1rem !important;
}

#destrabar {
  margin-bottom: 8px;
}

#doc_company_tab #download_counterpart {
  display: none;
}

#collection_client .head-client-info .rut_company {
  margin-left: 0px;
}

.columna {
  padding: 0px !important;
  left: 19px !important;
  position: relative
}

.columna .col {
  padding: 0 !important;
}

#download_bank {
  display: none;
}

/* MODAL */
#clayModal {
  width: 100% !important;
  top: 0% !important;
  z-index: 99999 !important;
}

.modal-content h2.title {
  font-size: 1.2em !important;
}

.modal-content {
  padding: 20px 15px !important;
}

.modal {
  min-height: 100% !important;
}

.modal.modal-fixed-footer {
  height: 95vh !important;
}

.match_table_title>div {
  padding: 0 !important;
}

.match_table_title span.circle {
  margin: 5px 40% !important;
}

.match_table_title select.browser-default {
  margin-top: 10px;
}

.match_table_title .row .col.s12.l6 {
  padding: 0 !important;
}

.match_table_title {
  margin-top: 72px;
}

.match_table_title .action_plan a#search {
  margin-right: 0 !important;
}

.modal-footer a#submitButton {
  margin-right: 0px !important;
}

/* Details list */
.box-icons-details {
  position: absolute;
  top: 10px !important;
  right: 15px !important;
  width: 80% !important;
}

.subcat.cat1 .cat {
  padding-left: 0px;
}

.subcat.cat2 .cat {
  padding-left: 0;
}

.subcat.cat3 .cat {
  padding-left: 0;
}

/* .acciones > a{
    margin:0 !important ;
  } */
/* menu responsive */
#organization {
  position: absolute;
  width: 100% !important;
  left: -5px;
  top: 46px;
}

#organization .wrap-organization {
  border-radius: 0 !important;
  padding: 6px 10px;
}

.drop-company {
  left: 0 !important;
  top: 110px !important;
}

.navbar-fixed .nav-wrapper ul.right>li.user>a>svg {
  margin-right: 0px !important;
}

.alert-top a {
  display: block;
  margin: 0;
  margin-top: 3px;
}

#suspended_counter a {
  margin: 2px auto !important;
  padding: 3px 10px;
  width: 48% !important;
  margin-top: 5px;
}

.alert-top a.cta {
  margin: 5px auto;
  width: 75% !important;
}

.alert-top {
  height: 70px !important;
}

.alert-dismissible-padding {
  padding-top: 70px !important;
}

.alert-dismissible-padding-bottom {
  margin-bottom: 100px;
}

.margin-top-alert {
  margin-top: 70px;
}

/* Panel multibanco */
#new_company {
  margin-bottom: 10px;
}

#content {
  margin-top: 5em;
  margin-bottom: 54px;
}

.company-title {
  min-height: inherit;
}

a.group_company_name {
  padding-left: 0px;
}

.holding-list__name a.botom-down {
  left: -4px;
}

nav ul a span.badge {
  line-height: 14px !important;
  height: 14px !important;
  margin-left: -1px !important;
  font-size: 9px;
}

nav .right>li>a {
  padding-left: 8px !important;
  padding-right: 8px !important;
  height: 50px !important;
}

/* Alertas */

.setting-box input:disabled,
.box-form input:disabled,
select.select-dropdown.browser-default:disabled,
.input-field input:disabled {
  background: var(--lightgrey) !important;
  color: var(--grey) !important;
}

.alertinfo.active {
  display: block !important;
}

.islink.active {
  display: inline-block !important;
}

#alert_new_clay {
  margin-top: 105px !important;
  height: 107px !important;
  line-height: 2;
  padding: 6px 9px !important;
}

.alert-dismissible-padding-top {
  margin-top: 100px;
}

.alert-app svg {
  margin-right: 7px !important;
}

.alert {
  font-size: 0.9em;
}

/* Panel de Control */
.switch {
  margin-bottom: 10px;
}

#dash .amounts_box a.box-link {
  padding: 15px 5px;
}

#dash .amounts_box a.box_chart {
  padding: 15px 15px !important;
}

.box-date-input-reset {
  width: 70% !important;
}

.boton-dates {
  width: 12% !important;
}

.boton-dates-reset {
  width: 15% !important;
  position: relative;
  left: -2px !important;
}

.box_date input {
  padding-left: 0px !important;
  font-size: 11px !important;
}

.icon-date-reset {
  width: 8.6% !important;
}

.box_date {
  padding: 0 !important;
}

/* Balance Clasificado */
.box-clasificado {
  padding: 0 !important;
}

.box-clasificado h2 {
  padding: 0 10px !important;
}

/* tablas */
.cashflow tr td {
  padding: 10px 5px !important;
}

.p {
  padding: 0px !important;
}

.modal-add-mobile {
  margin-bottom: 10px !important
}

.modal-edit-providers .box-cc .amount-cc {
  width: 28% !important;
}

.icon-mobile {
  width: 30% !important;
}

.icon-mobile .svg-inline--fa {
  margin-top: 12px !important;
}

.icon-mobile .fa-trash {
  margin-top: 0px !important;
}

.disable-mobile {
  margin-left: 37px !important;
}

a.icon-mobile.modal-edit-providers {
  margin-right: 4px !important;
  margin-left: 15px !important;
}

.twitter-typeahead {
  margin-left: 0px !important;
}

.input-field .prefix~label.razon {
  width: 100em !important;
}

.check-movement-mobile {
  margin-right: 4% !important;
}

.filter-box .boton_filter>a i,
.filter-box .boton_filter .dropdown-filter>a i {
  padding: 4px 2px !important;
}

#organization p span.description {
  display: inline;
  margin-left: 4px;
}

.setting-box .action-save-mobile .btn {
  width: 100% !important;
}

.check-loan-settings label.active {
  padding-left: 49px;
}

.info-pending-mobile {
  margin-top: 18px;
}

.acciones-mobile a {
  margin-bottom: 5px !important;
}

small.add-mobile {
  display: inline-block !important;
  margin-left: 70px !important;
  width: 70%;
}

span.add-coneccmobile {
  display: flex;
  margin-left: 65px;
  margin-top: -20px;
}

li.list-connection.row {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

li.list-connection.bank-mobile.row {
  padding-left: 11px !important;
  padding-top: 19px;
}

/* #mostrar_options_notifi.mostrar-mobile{
    margin-right: 17px;
    margin-top: -66px;
  } */
#show-options-notifications.mostrar-mobile {
  text-align: center;
  display: inline-block;
  width: 16% !important;
  padding-right: 10px;
  padding-left: 0;
}

#show-options-notifications.mostrar-mobile a {
  margin: 0 !important;
}

#option_notifi .content-body {
  margin-top: -55px !important;
}

.tour_step6 {
  margin-bottom: 10px !important;
}

.modal_title {
  height: 82px !important;
}

/*Modal de info de usuario*/
.info-task li {
  height: 43em;
}

#first_question .profile_info {
  height: 5em !important;
}

#second_question .profile_info {
  height: 5em !important;
}

#third_question .profile_info {
  height: 5em !important;
}

.fourth_question.active {
  height: 43em !important;
}

.fourth_question .profile_info {
  height: 5em !important;
}

.box-link-profile.info-contador {
  padding: 15px !important;
}

.anterior {
  margin-bottom: 10px;
}

.box-register {
  height: auto;
}

.success-status {
  font-size: 10px !important;
  margin-right: 2px !important;

}

.error-status {
  font-size: 10px !important;
  margin-right: 2px !important;
}

.processing-status {
  margin-right: 2px !important;
  font-size: 10px !important;
}

.title-notification-update {
  font-size: 12px !important;
}

.detail-item,
.summary-item {
  border-right: none;
  font-size: 1.2em;
}

.details-box {
  overflow-x: auto;
}

tr.category-header.pointer td:first-child {
  width: 80px;
}
}

/* Tablet Devices
 > 600px	 */

@media (min-height: 500px) and (max-height: 720px) {

  /*Toma el alto de la tablet*/
  /* .amounts_box.l2_2{
    width: 50%!important;
  } */
  .tabs_cashflow ul.tabs {
    overflow: auto !important;
  }

  .cash_flow_head {
    padding: 7px 14px 0 14px !important;
  }

  .box-panel>li.list-company {
    min-height: auto !important;
  }

  .company-info-category span {
    width: auto !important;

  }

  .main--slide {
    margin-left: 0px !important;
  }

  .leftslide-out .isheight {
    bottom: 0;
    top: inherit !important;
  }


}

@media (min-height: 500px) and (max-height: 720px) and (orientation: landscape) {

  /*Toma el alto de la tablet  landscape*/
  .main--slide {
    margin-left: 44px !important;
  }
}

@media (min-width: 600px) {

  /*Version tablet: Toma el ancho de la tablet*/
  .info-transbank .box {
    height: 154px;
  }

  /*flujo de caja*/
  .tabs_cashflow ul.tabs {
    overflow: auto !important;
  }


  .profileavatar span.role {
    margin-top: 0px;
    text-align: center;
  }

  .profileavatar.username {
    margin-top: 3px;
  }

  .profileavatar.username .user {
    margin-top: 0px;
  }

  .filtercatmobile {
    padding: 0 0.75rem !important;
    margin-bottom: 5px;
  }

  #login-page.signin {
    width: 70% !important;
  }

  /* body{background-color: green;} */
  .select-account_mobile {
    margin-bottom: 22px !important;
  }

  a#add_account_set {
    right: -15px !important;
  }

  .box-accion-mobile {
    border-bottom: none !important;
    margin-bottom: -35px !important;
  }

  .margin-bottom {
    margin-bottom: 14px;
  }

  ._all_mobile2 {
    width: 64% !important
  }

  .mostrar-mobile {
    width: 11% !important;
  }

  .ver_mobile {
    margin-left: 14px;
  }

  select.browser-default {
    background-position: 95% 50% !important;
  }

  select#t {
    padding-right: 49px;
    padding-left: 15px;
  }

  .check-movement-mobile {
    margin-right: 50% !important;
  }

  .info-sum-mobile {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }

  h2.title.info-sum-mobile {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }

  .acciones-mobile a {
    margin-bottom: 5px !important;
  }

  #show-options-notifications.mostrar-mobile {
    margin-right: 20px;
    width: 19% !important;
    margin-top: -57px !important;
  }

  #option_notifi .content-body {
    margin-top: -55px;

  }

  /* Estilos para el texto de asignación de pagos en desktop */
  .payment-assignation {
    font-weight: normal;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888;
    position: static;
    transform: none;
    min-width: auto;
    text-align: left;
  }

  /* Estilos para el texto de reconocimiento en desktop */
  .user-assigned-payment-recognitions {
    font-weight: normal;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: static;
    transform: none;
    min-width: auto;
    text-align: left;
  }

}

@media (max-width: 1200px) {

  /*Agregado solo para los botones del RLI*/
  .icon-button::before {
    content: attr(data-text);
    margin-right: 5px;
    display: inline-block;
  }

  .icon-button {
    overflow: hidden;
  }
}

/* Desktop Devices
 < 992px	 */
@media (max-width: 992px) {
  .log_color2 {
    right: 60%;
    top: 30%;
    width: 110%;
  }

  .log_color {
    top: -35%;
    left: 60%;
    width: 110%;
  }

  #alert_new_clay {
    height: 79px;
    line-height: 2;
    padding: 10px 30px;
  }

  .texth1 {
    text-align: center !important;
  }

  .imgatablet {
    background-size: 65% !important;
    background-position: 45% !important;
    width: 62% !important;
    height: 40vh !important;
    margin: 0 auto;
  }

  /*Tablet*/
  /*Modal info-usuario */
  .modal_title {
    height: 82px !important;
  }

  img.modal_title {
    height: 90px !important;
  }

  img.modal_title {
    height: 70px !important;
  }

  /* .modal-profil-info .box-modal{
    max-height: 37em !important;
  } */


  /* #profile_info span.modal_num{
    font-size: 11px;
  } */
  .profile_info {
    height: auto !important;
    margin-bottom: 15px;
  }

  div#second_question,
  #third_question,
  #fourth_question {
    min-height: 408px;
  }

  .profile_info a.box-link-profile {
    /* height: 74px!important; */
    padding: 15px 2px !important;
    /* margin-bottom: -17px; */
  }

  #slide-out.sidebar.sidebar_left {
    left: 0 !important;
  }

  .boton_filter {
    margin-left: 0 !important;
  }

  .option-pagination {
    margin-top: 0 !important;
    margin-left: 9px;
  }

  footer.center {
    width: 100%;
  }

  .client_name_mobile {
    padding: 0 10px !important;
  }

  table.responsive-table.cashflow thead td {
    border-radius: 0 !important;
    padding: 16px 7px;
    border-bottom: 1px solid #fff;
  }

  .holding-list-totals__currency,
  .holding-details__currency {
    text-align: left !important;
  }

  .list-date {
    text-align: right !important;
  }

  .search-transactions-mobile span {
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    color: var(--grey);

  }

  .select-match-multiple {
    margin-bottom: 5px;
  }

  .search-transactions-mobile {
    margin-bottom: 5px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid var(--lightgrey);
    font-size: 13px;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .alert-app {
    padding: 1px 10px !important;
  }

  .alert-app svg {
    margin-right: 6px !important;
  }

  /* box fecha mobile */
  .dates {
    border: none !important;
    margin-top: 10px;
  }

  .search_movement {
    margin-bottom: 10px;
  }

  /* Options mobile */
  #filters {
    text-align: left !important;
  }

  /* .filter-box .boton_filter{ */
  /*margin-left: 0 !important;*/
  /* margin-bottom: 15px !important; */
  /*margin-top: 5px!important;*/
  /* } */

  /* checkbox list mobile*/
  /* .box-list .list-item .list-action #select_input{
    padding-left: 0 !important;
  } */
  .list-detail {
    padding: 0 !important;
  }

  .list-type {
    text-align: left !important;
  }

  .modal .modal-footer .btn {
    width: 46% !important;
    display: inline-block;
  }

  .alert-app p,
  .alert-app ul {
    width: 87% !important;
  }

  .alert-app.alert-close p,
  .alert-app.alert-close ul {
    width: 83% !important;
  }
}

/* Desktop Devices
 > 992px	 */
@media (min-width: 992px) {
  .selectAll {
    position: absolute;
    top: 0px;
    right: 10px !important;
    width: 180px !important;
  }

  div#first_question {
    position: relative;
  }

  /* body{background-color: pink;} */
  /* lista movimientos */
  .box-list .list-item .list-icons.l1-2 {
    width: 12%;
  }

  .border-settings-options {
    padding-top: 20px !important;
    margin-top: 20px;
    border-top: 1px solid #d4d9dd;
  }

  .box-list .list-item .list-action #select_input {
    padding-left: 4px !important;
  }

  .balance_mobile {
    margin-bottom: 5px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid var(--lightgrey);
    font-size: 13px;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .balance_mobile span {
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    color: var(--grey);
  }
}

/* Large Desktop Devices
> 1200px  */
@media (min-width: 993px) {

  /* body{background-color: yellow;} */
  ul#slide-out {
    position: absolute;
    width: 16.8%;
    box-shadow: none;
    /*top: 65px;*/
    background-color: transparent;
    display: block !important;
    height: 85vh !important;
    z-index: 9;
  }

  .profile_info {
    height: auto !important;
  }

}

/* =====================================================================
  Login Entel
 =====================================================================*/
#entel #login-page .logo_login {
  background: url(../img/entel-clay.svg);
  width: 100%;
  background-repeat: no-repeat;
  height: 120px;
  background-position-x: center;
  background-size: 220px;
  display: block;
  margin-top: 30px !important;
}

body#entel.cyan.darken-2 {
  background-color: var(--base) !important;
}

#entel .log_color2 {
  background-color: var(--base) !important;
}

#entel .log_color {
  background: var(--base_2);
}

/* interior app */
#entel nav .cyan.darken-2 {
  background: var(--grey) !important;
}

#entel nav #organization .wrap-organization {
  background: var(--darkgrey) !important;
}

#entel .btn.btn-principal {
  background: var(--base_destacado) !important;
}

#entel #login-page .btn.btn-principal:hover {
  background: var(--base) !important;
}

.brand-logo.entel-logo img {
  height: 36px;
  padding: 2px 0 !important;
  margin-top: 10px !important;
}

.update-feedback {
  margin-bottom: 5px !important;
  font-size: 13px !important;
}

.icon-success-feedback {
  color: green !important;
}

.icon-processing-feedback {
  color: var(--clay) !important;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#icon-update-account {
  font-size: 1.2em !important;
  color: var(--base_destacado) !important;
  animation: beatFade 1s infinite;
}

.success-payment-icon {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: var(--white);
  margin: 0 !important;
}

.waiting-payment-icon {
  font-size: 10.5px !important;
  font-weight: 600 !important;
  margin-top: 2.5px !important;
  margin-right: 0.5px !important;
  color: var(--white);
  margin: 0 !important;
}

.circle-waiting-payment {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px !important;
  background-color: var(--lightgrey) !important;
  margin-top: 4px;
}

.circle-success-payment {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--base_destacado) !important;
  margin-right: 8px !important;
  margin-top: 4px
}

.payment-icon {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: var(--white);
  margin: 0 !important;
}

.no-assignation {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-recognized {
  font-size: 12px !important;
  color: var(--white) !important;
  background-color: var(--match) !important;
  padding: 5px 10px !important;
  border-radius: 5px !important;
}

.payment-not-recognized {
  font-size: 12px !important;
  color: var(--white) !important;
  background-color: var(--lightgrey) !important;
}

.payment-recognized,
.payment-not-recognized {
  padding: 0 10px !important;
  border-radius: 7px !important;
  display: block;
  height: 33px !important;
  line-height: 33px;

}

.title-content-payment.tag_assigned .payment-not-recognized,
.title-content-payment.tag_assigned .payment-recognized {
  padding: 0 10px !important;
  margin-right: 14px;
  display: flex;
}

.title-content-payment.tag_assigned .payment-not-recognized svg,
.title-content-payment.tag_assigned .payment-recognized svg {
  margin-top: 8px;
  margin-right: 5px;
}

.recognized {
  color: var(--match) !important;
}

.user-recognition-button {
  background-color: var(--gold);
  color: var(--white) !important;
  padding: 12px !important;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 600;
}

.user-recognition-button:hover {
  background-color: var(--clay_2) !important;
}


.title-content-payment {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#payments_tab>.transactions>.payments>div>ul.collapsible.transactions_payments {
  margin-top: -11px;
}

#payments_tab>.transactions>.payments {
  margin-bottom: -15px;
}

/* Alineación y espaciado para elementos de pago */
.transactions_payments .collapsible-header.payment-title .title-content-payment {
  gap: 0.75rem;
  padding: 0 0.5rem;
}

.transactions_payments .collapsible-header.payment-title .title-content-payment .truncate {
  width: 40%;
  flex-shrink: 0;
  margin: 0 0.25rem;
  font-size: 12px;
}

.info-payments-assignation,
.info-payroll-method,
.no-assignation {
  margin-right: 20% !important;
}

.payment-title-assignation {
  width: 200px;
}

/* Estilos para alinear elementos de asignación en desktop */
.transactions_payments .collapsible-header.payment-title .title-content-payment {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.transactions_payments .collapsible-header.payment-title .title-content-payment .user-assigned-payment {
  position: absolute;
  left: 240px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  white-space: nowrap;
}

.transactions_payments .collapsible-header.payment-title .title-content-payment .payment-recognized,
.transactions_payments .collapsible-header.payment-title .title-content-payment .payment-not-recognized {
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  white-space: nowrap;
}

/* Estilos específicos para la sección de reconocimiento en desktop */
.transactions_payments .collapsible-header.payment-title .title-content-payment.tag_assigned {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}

.transactions_payments .collapsible-header.payment-title .title-content-payment.tag_assigned .user-assigned-payment-recognitions {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  white-space: nowrap;
}

/* Estilos específicos para cuando hay badges de reconocimiento */
.transactions_payments .collapsible-header.payment-title .title-content-payment.tag_assigned .user-assigned-payment-with-badge {
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  white-space: nowrap;
}

.transactions_payments .collapsible-header.payment-title .title-content-payment.tag_assigned .no-assignation {
  position: absolute;
  right: 156px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  white-space: nowrap;
}

.transactions_payments .collapsible-header.payment-title .title-content-payment.tag_assigned .payment-recognized,
.transactions_payments .collapsible-header.payment-title .title-content-payment.tag_assigned .payment-not-recognized {
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  white-space: nowrap;
}
}

i.need-recognize-for-me {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  color: var(--clay_5);
  font-size: 0.9em;
}

.btn-save-recognition {
  margin-top: 12px;
  background-color: var(--clay_2) !important;
}

.rules-general {

  padding-bottom: 10px;
}

.rule-detail-operations {
  background-color: white;
  margin-top: 5px;
  padding: 10px 15px !important;
  border-top: 1px solid var(--lightgrey);
  border-bottom: 1px solid var(--lightgrey);
}

.rule-detail-operations-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.operator-item {
  background-color: var(--lightgrey_1);
  border-radius: 8px;
  padding: 5px 10px !important;
}

.recognition-users {
  border-radius: 8px;

  padding: 10px 10px !important;
}

.detail-operations {
  background-color: var(--greywhite);
}

.rule-detail-operations-item-content {
  margin-top: 5px !important;

}

.rule-detail-operations-item-title {
  width: 100% !important;
  text-align: center !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.btn-save-recognition-name {
  margin-top: 24px !important;
}

.title-modal-recognition {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--grey) !important;
}

.bank-payers-recognition {
  margin-top: 10px !important;
}

#provider-rules {
  border-radius: 8px;
  background-color: var(--lightgrey_3);
  padding: 10px !important;
  position: relative;
}

.delete-recognition-rule {
  position: absolute;
  right: 10px;
  top: 10px;
}

a.disabled-button#show-history-recognition {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  pointer-events: none !important;
}

a#add_user_set_recognition {
  position: absolute;
  right: -20px;
  bottom: 20px;
  height: 35px;
  width: 35px;
}



.selector-operador {
  margin-top: 15px;
}

#add_user_set {
  margin-top: 15px;
}

.user-item-recognition {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-radius: 8px;
  background-color: #FFF;
  border: 1px solid var(--lightgrey);
}

.user-item-recognition.tabs-recognition {
  padding: 10px !important;
}

#payments_tab>div .collapsible-body {
  padding: 0.9em !important;
}

.user-operator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.user-recognition-operator {
  font-size: 12px;
  font-weight: 600;
  background-color: var(--lightgrey_1);
  padding: 5px 10px !important;
  border-radius: 8px;
}

.remove-user-recognition {
  background-color: var(--lightgrey_2) !important;
  padding: 7px 12px !important;
  border-radius: 8px;
  cursor: pointer;
}

.user-role-recognition {
  background: var(--clay_3);
  color: var(--clay);
  padding: 5px !important;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 600;
}


.box-list li.is-recognition-for-me {
  background: rgba(var(--match-rgb), 0.1) !important;
  font-style: italic;
  opacity: 0.8;
  color: var(--ocean);
}

.collapsible-header.payment-title {
  font-size: 13px;
  text-transform: uppercase;
  transition: 1s;
  padding: 8px 12px;
  border-radius: 8px 8px;
  line-height: 2rem;
}


.payments>div ul.collapsible {
  box-shadow: none;
  margin-top: 15px;
  border-radius: 8px;
}

.assumption-badge {
  font-size: 10px !important;
  color: var(--white) !important;
  background-color: var(--clay_2) !important;
  padding: 3px 5px !important;
  border-radius: 10px !important;
  width: 35% !important;
  top: 0 !important;
  margin-left: 5px;
  text-align: center !important;

}

.cashflow-table-list-main th.tdcuenta.center {
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
}

.cashflow-table-list-main th.staticcuenta.tdcuenta.fixedcol {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
}

.cashflow-table-list-main td.item.name {
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
}

.cashflow-table-list-main td.item.name:first-child {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
}

.observations-container {
  padding: 5px 10px;
  border-radius: 8px;
  background: var(--greywhite);
  border: 1px solid var(--lightgrey);
  margin: 5px 10px;
  font-size: 12px;
}

.recognition-icon-container {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
}

.recognition-icon-container i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.need-recognize-for-me.fa-thumbs-up.recognized {
  color: var(--success);
}

.costcenter-disabled-at {
  font-size: 10px;
  text-transform: uppercase;
  font-style: italic;
  color: #808080;
}


.costcenter-disabled {
  font-style: italic;
}


/* .badge-notifications {
  animation: beatFade 1s infinite;
} */

@keyframes beatFade {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.6;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* modal reconocimiento de facturas  */
.btn-center {
  display: block !important;
  margin: 0 auto !important;
  float: none !important;
}

#show_add_users {
  width: 30% !important;
}