/* ACL CSS */

 
/* #nuevoacl .inputer label {
    left: 10px;
} */
 

#nuevoacl input {
    background-color: #f7f7f7;
}

#nuevoacl .permisos-label {
    color: rgb(63, 81, 181) !important;
    font-size: 14px;
}

#nuevoacl #accordion .panel-heading .checkboxer {
    text-decoration: none;
    display: block;
    padding: 13px 20px 0px 20px !important;
    font-size: 18px;
    line-height: 1.618;
    color: black;
}

#nuevoacl #accordion .panel-heading .checkboxer input[type="checkbox"] + label::before {
    top: 4px;
}

#nuevoacl #accordion .panel-heading .checkboxer input[type="checkbox"] + label,
#nuevoacl #accordion .panel-body .checkboxer input[type="checkbox"] + label {
    margin: 5px 20px 5px 36px;
}

#nuevoacl #accordion .panel-body .checkboxer input[type="checkbox"] + label::before {
    top: 4px;
    left: -25px;
}

/* Ajustes CSS */

.organizacion-button {
  right: 0px !important;
}

.tab-content-container {
  margin: 0;
  padding: 0;
  padding-bottom: 70px;
  position: relative;
}

.button-full-striped.btn-indigo[disabled] {
  color: #bfbfbf;
}

.form-control.error {
  margin-bottom: 0px !important;
}

.inputer.floating-label .form-control.valid ~ label.error,
.inputer.floating-label .form-control:focus ~ label.error {
  color: red !important;
  position: absolute;
  top: 35px !important;
}

.tab-pane .inputer label.error {
  top: 35px !important;
  white-space: normal;
  font-size: 12px !important;
}

.general-form .inputer.floating-label .form-control.error ~ label {
  top: -17px;
  font-size: 14px;
}

.validation-messages {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  transition: all 1.4s;
  opacity: 0;
  height: 30px;
}

.validation-messages > div {
  opacity: 0;
  transition: all 1.4s;
  transition: opacity 1s;
  position: absolute;
  width: 100%;
}

.validation-messages > div.active {
  opacity: 1;
  position: relative;
}

.validation-messages.active {
  position: relative;
  opacity: 1;
  z-index: 1;
  margin-bottom: 40px;
}

#organizacion-content {
  position: relative;
}

#organizacion-content,
#centroCosto-content {
  padding: 20px 40px;
}

#organizacion .nav {
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
}

.oorden-blue {
  color: rgb(63, 81, 181) !important;
}

.inputer .input-wrapper::after {
  background: rgb(63, 81, 181) !important;
}

#settings h3,
#settings h4 {
  margin-bottom: 0px;
}

#settings hr {
  margin-top: 0px;
  border-bottom: 1px solid rgb(63, 81, 181) !important;
  margin-bottom: 0px;
}

#settings input {
  color: black;
}

#settings .form-control {
  padding-left: 0px !important;
}

#settings select {
  color: black;
  min-width: initial;
}

.inputer.floating-label .form-control:focus ~ label {
  color: rgb(63, 81, 181) !important;
}

.inputer.floating-label .form-control:focus ~ label,
.inputer.floating-label .form-control.valid ~ label {
  color: rgb(63, 81, 181) !important;
}

.select-container label,
.date-container label {
  margin-top: 9px;
  margin-bottom: 0px;
  color: rgb(63, 81, 181) !important;
  font-size: 14px;
}

.company-logo-container {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.company-logo-container img {
  margin: 0 auto;
  margin-bottom: 10px;
}

.form-input-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.label-small {
  font-size: 12px !important;
}

#organizacion .tab-content {
  padding: 0;
  border: 0;
}

#organizacion-content .inputer label {
  pointer-events: all;
}

.nav-tabs > li.active a:after,
.nav-tabs > li.active a:hover:after,
.nav-tabs > li.active a:active:after,
.nav-tabs > li.active a:focus:after {
  border-bottom: 2px solid rgb(63, 81, 181) !important;
}

/* .btn-indigo {
    color: #4153bc !important;
} */

.btn-indigo:hover,
.btn-indigo:focus {
  color: white !important;
}

#organizacion-content .tab-content {
  padding-bottom: 70px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 18px;
}

#sucursales-content,
#usuarios-content {
  padding: 20px 40px;
}

.settings-list li a:hover,
.settings-list li a:focus {
  color: rgb(63, 81, 181) !important;
}

.settings-list i {
  width: 20px;
}

.action-buttons {
  margin-left: 20px;
  float: right;
}

#settings .checkboxer input[type="checkbox"] + label:before {
  width: 15px;
  height: 15px;
}

#settings .checkboxer input[type="checkbox"] + label:after {
  top: -3px;
  left: -28px;
  width: 9px;
  height: 17px;
}

#settings .checkboxer input[type="checkbox"]:checked + label:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2px !important;
  left: -27px !important;
  width: 2px;
  height: 2px;
  border-color: #337ab7;
  border-width: 0px;
  opacity: 0;
}

#settings td a {
  color: #4153bc;
}

.heading-action-bar {
  margin-bottom: 10px;
}

.settings-section-title {
  margin-bottom: 25px;
}

.settings-section-title h3 {
  font-size: 18px;
}

#settings #sucursales-content .table-responsive {
  /*     max-height: 425px;
    overflow: scroll; */
  border: 1px solid #e4e4e4;
}

.inputer label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  top: -14px !important;
}

.form-actions {
  position: relative;
  right: 40px;
  /* bottom: 40px; */
  z-index: 3;
}

#impuestos-content {
  padding: 40px;
}

.impuestos-li-title,
.centroCosto-li-title,
.llavesg-li-title {
  padding: 10px 15px;
  background-color: #7986cb;
  color: white;
}

.centroCosto-list-inactive .centroCosto-li-title {
  background-color: #afafaf;
}

.centroCosto-list-inactive .centroCosto-li:nth-child(odd) {
  background-color: #e4e4e4;
}

.centroCosto-list {
  border: 1px solid #7986cb;
  margin-bottom: 40px;
}

.centroCosto-list-inactive {
  border: 1px solid #afafaf;
}

.impuestos-li-title h5,
.centroCosto-li-title h5,
.centroCosto-li-title-inactive h5,
.llavesg-li-title h5 {
  margin-bottom: 0px;
  color: white;
  font-weight: 500;
}

.impuestos-li-title h5 a,
.centroCosto-li-title h5 a,
.centroCosto-li-title-inactive h5 a,
.llavesg-li-title h5 a {
  color: white;
}

.impuestos-li {
  background-color: #e8eaf6;
  padding: 5px 25px;
  border-bottom: 2px solid white;
}

.llavesg-li,
.llavesg-li-date {
  background-color: #e8eaf6;
  padding: 8px;
  border-bottom: 2px solid white;
}

.llavesg-li-date p {
  padding: 7px 0;
}

.llavesg-li p {
  border: 2px dashed #bfc3e0;
  padding: 5px 10px;
  cursor: pointer;
}

.llavesg-li p:hover {
  border: 2px dashed #ff6f00;
  color: #ff6f00;
}

.llavesg-li span i {
  padding: 10px;
  color: #888;
}

.llavesg-li span a {
  display: block;
}

.llavesg-li span i:hover {
  color: red;
}

.llavesg-li-date-title {
  padding: 10px 10px;
  background-color: #7986cb;
  color: white;
}

.llavesg-li-date-title h5 {
  margin-bottom: 0px;
  color: white;
  font-weight: 500;
}

.impuestos-li p,
.llavesg-li p,
.llavesg-li-date p {
  margin-bottom: 0px;
}

.row-google-keys div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.impuestos-li:hover,
.impuestos-li:focus,
.impuestos-li:active {
  background-color: #ffe082;
  cursor: pointer;
}

.too-small-btn {
  padding: 0px 8px;
}

#settings #usuarios-content .table-responsive {
  /* max-height: 325px;
    overflow: scroll; */
  border: 1px solid #e4e4e4;
}

#usuarios-content h5 {
  margin-top: 20px;
}

#usuarios-content .row {
  padding-bottom: 20px;
}

#settings .table {
  margin-bottom: 0px;
}

.centroCosto-li {
  padding: 5px 25px;
  border-bottom: 2px solid white;
}

.centroCosto-li:nth-child(odd) {
  background-color: #e8eaf6;
}

.centroCosto-li p {
  margin-bottom: 0px;
}

.add-element-btn {
  position: absolute !important;
  right: 0px;
  padding: 2px 18px;
}

.add-element-close {
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 20px;
}

.add-element-close a {
  color: #ff6f00;
  text-decoration: none;
}

.checkbox-label {
  display: inline-block;
  width: 25px;
}

.extrasmall-amber-btn {
  padding: 2px 18px;
  color: #ff8f00 !important;
  border-color: #ff8f00 !important;
}

.extrasmall-btn {
  padding: 2px 18px;
}

.extrasmall-amber-btn:hover,
.extrasmall-amber-btn:focus,
.extrasmall-amber-btn:active {
  background-color: #ff8f00 !important;
  color: white !important;
  border-color: #ff8f00 !important;
}

/* #settings .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

#settings .table-responsive::-webkit-scrollbar:vertical {
    width: 11px;
}

#settings .table-responsive::-webkit-scrollbar:horizontal {
    height: 11px;
}

#settings .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}

#settings .table-responsive::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
} */

#accordion {
  background-color: #f5f5f5;
  padding: 10px;
}

#accordion .panel {
  margin-bottom: 0;
  border-radius: 2px;
  position: relative;
  box-shadow: none;
  margin: 0 0 20px 0;
  border-radius: 0;
  border: 0;
  background-color: #ffffff;
  padding: 0px;
  box-shadow: 0px 0px 0px !important;
}

#accordion .panel-body {
  padding: 20px !important;
}

#accordion .panel::before {
  height: 3px !important;
}

.accordion .panel-heading,
.toggle .panel-heading {
  position: relative;
}

#accordion .panel > .panel-heading {
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #f0f0f0;
}

#accordion .panel > .panel-heading a.panel-title {
  text-decoration: none;
  float: none;
  display: block;
  padding: 13px 20px 13px 20px !important;
  font-size: 18px;
  line-height: 1.618;
  color: black;
}

.accordion .panel-heading.active a::after,
.toggle .panel-heading.active a::after {
  content: "\f2c7";
}

.accordion .panel-heading a::after,
.toggle .panel-heading a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -14px;
  font-family: "IonIcons";
  content: "\f2f4";
}

.accordion .panel-body ul li {
  padding: 5px 0;
}

.moneda-descripcion {
  font-size: 11px;
}

.moneda-nombre {
  display: block;
  line-height: 10px;
  font-size: 14px;
}

.moneda-tabla thead tr th span,
.moneda-fecha {
  display: block;
  font-size: 12px;
  line-height: 10px;
}

#not-allowed {
  background-color: white;
  margin-top: 50px;
  height: 650px;
}

.not-allowed-bg {
  position: absolute;
  right: 0;
  width: 580px;
  top: 0;
  opacity: 0.8;
  z-index: 1;
}

.not-allowed-text {
  width: 50%;
  z-index: 3;
  position: absolute;
  top: 30%;
  left: 60px;
  background-color: white;
}

.not-allowed-text h1 {
  font-size: 50px;
}

.users-status-switch {
  width: 55px;
  display: inline-block;
}

.toogle-wrapper {
  color: #3f51b5;
  cursor: pointer;
  text-align: right;
}

.acl-category {
  padding: 55px;
  text-align: left;
  /*background-color: #C5CAE9;*/
}

.acl-category label {
  margin-bottom: 0 !important;
  font-size: 16px;
  color: black;
  margin-top: 0 !important;
}

.acl-category label::before {
  top: 3px !important;
}

.acl-item {
  padding: 0;
}

.acl-item label {
  margin-bottom: 0 !important;
}

.acl-row {
  border-bottom: 1px solid #9fa8da;
  padding: 10px 0;
}

.acl-row > div:first-child {
  background-color: #c5cae9;
}

#settings #proyectos-content .categoria-elem.default {
  background-color: #e5e5e5;
}

#settings #proyectos-content .categoria-elem {
  padding: 6px;
}

#settings .calendar-actions li {
  display: inline-block;
}

#settings .calendar-actions li a {
  padding: 0px 8px;
}

#settings .calendar-actions li a .icon {
  width: 16px;
  height: 22px;
  margin: 0;
}

#settings .calendar-actions .clone-btn .ion-ios-copy {
  font-size: 18px;
  line-height: 24px;
}

#settings .calendar-actions .edit-btn .ion-edit {
  line-height: 24px;
  font-size: 16px;
}

#settings .calendar-actions .delete-btn .ion-android-delete {
  line-height: 24px;
  font-size: 18px;
}

#settings .calendar-list {
  max-height: 400px;
  overflow-y: scroll;
}

#settings .calendar-proyects {
  padding: 20px 6px;
}

#settings .solo-calendarios-activos label {
  line-height: 18px;
}

#settings .solo-calendarios-activos label::before {
  left: -25px;
}
/* Timbrado CFDI */
.title-cfdi {
  font-size: 18px;
  color: #3f51b5;
}
.text-cfdi {
  font-size: 15px;
}
.txt-cfdi {
  text-align: right;
  display: block;
  margin: 5px 20px 5px 0;
  color: #3f51b5 !important;
}
.border-green {
  border: 1px solid #4bae4f;
  padding: 20px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
}
.btn-delete-certificate {
  float: right;
}
/* NCF */

@media (max-width: 767px) {
  .acl-category {
    padding: 15px;
  }
}

@media only screen and (max-width: 765px) {
  .ncf-alert {
    margin-bottom: 54px;
    color: green !important;
  }
}
.cfdi-cp-input {
  background: white;
  min-width: 150px;
  padding: 0px;
  border-radius: 0;
  height: 30px;
  border: 1px solid #e0e0e0;
  width: 93%;
  color: #666666;
  padding-left: 0px;
  font-size: 14px;
}

.cfdi-cp-hora {
  background: white;
  min-width: 50px;
  padding: 0px;
  border-radius: 0;
  height: 30px;
  border: 1px solid #e0e0e0;
  width: 93%;
  color: #666666;
  font-size: 14px;
}

/*CFDI Carta Porte*/
.title-cfdi-cp {
  font-size: 18px;
  color: #3f51b5;
}
.text-cfdi-cp {
  font-size: 15px;
}
.txt-cfdi-cp {
  text-align: right;
  display: block;
  margin: 13px 20px 13px 0;
  color: #3f51b5 !important;
}


/* Responsive Fix */

.button-full-striped {
    border: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-top: 1px solid;
}

.btn-default{
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.dropdown-menu > li > a {
    padding: 2px 20px;
    font-size: 12px;
    border-bottom: 1px solid #f5f5f5;
}

.btn-success.disabled, .btn-primary.disabled {
    background-color: initial !important;
}

.extra-xs-button {
    padding: 0px 18px !important;
}

.intro-btn a {
    margin-top: -7px;
    font-size: 16px;
    background-color: #7986CB !important;
}
.intro-btn span {
    position: absolute;
    z-index: 3;
    right: -20px;
    top: -14px;
    border-radius: 100%;
    font-size: 10px;
    background-color: #ff8f00;
    width: 35px;
    height: 35px;
    color: white;
    font-weight: 700;
    padding-left: 2px;
    padding-top: 9px;
}

.trial-bar {
    display: none;
}

.title-bar h3 span {
    color: black;
}

#contactos .btn-xs,
#contactos .btn-group-xs > btn,
#categorias-y-productos .btn-xs,
#categorias-y-productos .btn-group-xs > btn {
    padding: 0px 18px !important;
}

.bitacora-poliza {
    max-height: 100px;
    overflow: scroll;
}

.bitacora-poliza p {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 2px 0px;
}

.jspVerticalBar {
    width: 8px;
}

.campo-list {
    text-transform: capitalize;
}

.bitacora-operaciones table tr td {
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*
.movimientos .tercero > div > div {
    padding: 0px !important;
}

.movimientos .tercero {
    padding: 0px;
}

.movimientos input {
    width: 100%;
    height: 34px;
}

.movimientos .panel-heading {
    border-bottom: 0px !important;
}

.movimientos .movimientos-form-item {
    padding: 10px 0px;
}

*/

.styled-select select {
    border: 1px solid #e0e0e0 !important;
}

.styled-select {
    /* z-index: 1; */
    width: 100%;
}

.chosen-container {
    background-color: white;
}

.traspaso-item,
.traspaso-item .col-xs-12 {
    padding-bottom: 15px;
}

.traspaso-item h5 {
    margin-bottom: 5px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.global-wrapper {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -40px;
}

.global-wrapper::after {
    content: "";
    display: block;
}

footer,
.global-wrapper::after {
    height: 40px;
}

.highlight {
    margin-bottom: 20px;
}

input[type="date"] {
    border-radius: 0;
    height: 34px;
    border: 1px solid #e0e0e0 !important;
    width: 100%;
    padding-left: 10px;
}

input[type="text"] {
    /* padding-left: 10px; */
}

.bread-crumbs {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#title-head h3 div > div {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.dateRange .btn {
    padding: 0px 12px;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #3F51B5;
    box-shadow: 3px 0px 6px #BDBDBD;
    color: white;
}

.alert {
    margin-bottom: 0px;
    padding: 8px;
    text-align: center;
}

.alert-amber {
    color: black !important;
}

.alert-amber a {
    color: black !important;
}

.alertas {
    padding-bottom: 10px;
}

.modal .modal-backdrop {
    cursor: default !important;
}

header {
    margin: 0 0px 15px;
    padding: 10px 10px;
}

.input-container {
    width: 100%;
}


/* #operaciones-index .col-md-8 .mt-inputer {
    width:32%;
    flex:none !important;
} */

.ion-android-settings {
    font-size: 20px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent;
}

#organization .config-angular-styles {
    flex-flow: row wrap;
}

#organization .config-angular-styles [flex="50"] {
    flex: 1 0 15em;
}

.global-notification {
    position: fixed;
    top: 40%;
    z-index: 10000;
    width: 320px;
    left: 50%;
    margin-left: -160px;
}

.select2-hidden-accessible {
    display: none;
}

input:invalid {
    border-color: red;
}

.mt-inputer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: flex-end;
    padding: 4px 0px;
    margin: 0 4px;
    border-bottom: 1px solid lightgray;
    font-size: 14px;
}

.mt-inputer .select2 {
    font-size: 14px;
    /*width:100% !important;*/
}

.select2 {
    width: 100% !important;
}

.mt-inputer.focus {
    border-color: #3F51B5;
}

.mt-inputer.focus label {
    color: #3F51B5;
}

.mt-inputer label {
    margin: 0 4px 0 0;
    color: gray;
    font-size: 0.88em;
}

.mt-inputer.line label {
    flex: 1 10 100% !important;
}

.mt-inputer select,
.mt-inputer .styled-select,
.mt-inputer input {
    flex: 10 1 auto;
    border: none;
}

.mt-inputer input,
.mt-inputer textarea {
    border: none;
    line-height: inherit !important;
}

.mt-inputer input:focus,
.mt-inputer textarea:focus {
    outline: none;
}

.mt-inputer textarea {
    width: 100%
}

.tipo-select {
    min-width: 100px;
}

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

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

.tipo-poliza-formulario {
    display: flex;
    flex-flow: row wrap;
}

.partidas td {
    box-sizing: border-box;
    vertical-align: bottom !important;
}

.partidas input.debe,
.partidas input.haber {
    text-align: right;
}

.partidas .concepto textarea {
    width: 100%;
}

.partidas .concepto {
    width: 25%;
}

.partidas .debe,
.partidas .haber {
    text-align: right;
}

.partidas .ccto {
    width: 15%;
}

.partidas .ccto select {
    width: 90px;
}

.partidas .cuenta select {
    min-width: 200px;
}

.flex-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 10px;
}

.table.zebra tbody tr {
    background-color: white;
}

.table.zebra tbody:nth-child(2n) tr {
    background-color: #f6f6f6;
    /* !important; */
}

.transaccion-form .transaccion-left {
    -webkit-flex: 1 1 38%;
    ;
    flex: 1 1 38%;
    padding: 0 10px;
    min-width: 250px
}

.transaccion-form .transaccion-right {
    -webkit-flex: 1 1 62%;
    ;
    flex: 1 1 62%;
    padding: 0 10px;
    min-width: 300px
}

.flex-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}


/**
* Operación
*
*/

.impuesto select {
    width: 100px;
}

.retencion select {
    width: 100px;
}

.impuesto .select2-container--default .select2-selection--single .select2-selection__rendered,
.retencion .select2-container--default .select2-selection--single .select2-selection__rendered,
.ccto1 .select2-container--default .select2-selection--single .select2-selection__rendered,
.ccto2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
    font-size: 14px;
}

.impuesto .select2-container .select2-selection--single,
.retencion .select2-container .select2-selection--single,
.ccto1 .select2-container .select2-selection--single,
.ccto2 .select2-container .select2-selection--single {
    height: 22px;
}

.pais-selector select {
    width: 100px;
}

.cuentas-selector {
    width: 100%;
}

.cuentas-selector select {
    width: 150px;
}

.cuentas-selector.big-cuentas select {
    width: 200px;
}

.cuentas-selector.error {
    border: 1px solid red;
}

.cuentas-selector .select2-selection {
    height: 48px !important;
}

.cuenta-display.acumulativa {
    color: gray;
}

.cuenta-display.detalle {
    margin-left: 20px;
}

.cuenta-display .cuenta-cuenta {
    font-size: 1em;
}

.cuenta-display .cuenta-nombre {
    font-size: 0.8em;
    line-height: 1em;
}


/*.op-table input {
    font-size:0.95em !important;
    background: transparent !important;
    border:none !important;
}

.op-table td {
    padding:4px !important;
}*/

.op-table td input {
    width: 100%;
    height: 34px;
}

.op-table td.concepto {
    min-width: 150px;
}

.op-table td.unidad,
.op-table td.cantidad,
.op-table td.precio-unitario,
.op-table td.descuento,
.op-table td.importe {
    width: 10%;
}

.op-table td.cuenta {
    width: 160px;
}

.op-table td.imp-ret {
    width: 140px;
}

.op-table td.cctos {
    width: 120px;
}

.op-table td.options,
th.options {
    width: 2%;
}

.cctos select {
    width: 90px !important;
}

.i-edit {
    display: none;
}

.i-view {
    display: none;
}

.f-edit .i-edit {
    display: block;
}

.btn-toggler .edit-btn {
    display: none;
}

.btn-toggler:hover .edit-btn {
    display: inline;
}

.f-view .i-view {
    display: block;
}

.operacion .impuestos,
.operacion .retenciones,
.operacion .ccto,
.operacion .cuentas,
.operacion .descuentos {
    display: none;
}

.operacion.mostrar-impuestos .impuestos {
    display: block;
}

.operacion.mostrar-retenciones .retenciones {
    display: block;
}

.operacion.mostrar-ccto .ccto {
    display: block;
}

.operacion.mostrar-cuentas .cuentas {
    display: block;
}

.operacion.mostrar-descuentos .descuentos {
    display: block;
}

.action-panel .btn-group {
    margin: 0 5px;
}


/*


.op-view .imp-ret,
.op-view .imp-ret .retencion,
.op-view .imp-ret .impuesto
{
    display :none;
}

.op-view.mostrar_impuestos .imp-ret,
.op-view.mostrar_retenciones .imp-ret,
.op-view.mostrar_impuestos .imp-ret .impuesto,
.op-view.mostrar_retenciones .imp-ret .retencion

{Im




[oor-autocomplete="cuentasContables"] .md-whiteframe-z1,  [ng-controller="CtasContablesAutoCompleteCtrl as ac"] .md-whiteframe-z1,  [ng-controller="ProductosAutoCompleteCtrl as ac"], .md-whiteframe-z1{
    box-shadow: none;
}
/*
[oor-autocomplete="cuentasContables"] md-autocomplete , [ng-controller="CtasContablesAutoCompleteCtrl as ac"] md-autocomplete, [ng-controller="ProductosAutoCompleteCtrl as ac"] md-autocomplete{
    border:1px solid rgb(238, 238, 238);
    background: white;
    height:30px;
}

*/

.opv-view .column-title {
    font-size: 16px;
    padding-bottom: 4px;
    margin-bottom: 0;
    line-height: 28px;
}

/* .opv-view input[type="date"] {
    width: 130px !important;
} */

.opv-view .mt-inputer.numero {
    flex: 2 1;
}

/* .opv-view .fecha-vencimiento {
    width: 130px;
    flex: 3 1;
} */

/* .opv-view .fecha {
    width: 130px;
    flex: 3 1;
} */

.opv-view .mt-inputer .input {
    width: 100%;
}

.opv-view .numero input {}

.opv-tercero {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    padding: 4px;
}

.opv-info {
    display: inline-block;
    width: 30%;
    padding: 4px;
}

@media (min-width:900px) {
   /*  .opv-view .fecha-vencimiento {
        width: 180px;
    }
    .opv-view .fecha {
        width: 180px;
    } */
}

.column-title .select2 span {
    margin: 0;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
}

.tabla-documentos table td {
    font-size: 14px !important;
}

.tabla-documentos td.cell-total,
.tabla-documentos td.cell-saldo,
.tabla-documentos td.cell-aplicar {
    text-align: right;
}

.dragging td {
    background: lightyellow;
}

.drag {
    cursor: move;
}

.dragging td {
    background: lightyellow;
}

/* .tabla-partidas {
    font-size: 14px;
} */

.tabla-partidas .options {
    width: 32px;
    text-align: center;
    padding-top: 12px;
}

.tabla-partidas .options i {
    opacity: 0;
}

.tabla-partidas tr:hover .options i {
    opacity: 1;
}

.tabla-partidas .cuentas {
    width: 160px;
}

.tabla-partidas .ccto {
    width: 120px;
}

.tabla-partidas .importe {
    width: 100px;
    padding: 12px 4px;
}

.error input {
    border: 1px solid red;
}

.poliza-extras.cerrada > ul {
    border-bottom: 1px solid #f0f0f0;
}

.poliza-extras > * {
    background-color: #fbfbfb;
}

textarea.notas {
    width: 100%;
    height: 5em;
    border-color: #f0f0f0;
}

.search-index .table {
    font-size: 14px;
}

.mt-modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 1000;
}

.mt-modal {
    width: 900px;
    height: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -450px;
    margin-top: -300px;
    z-index: 1001;
}

.mt-modal.modal-small {
    width: 450px;
    height: 450px;
    margin-left: -225px;
    margin-top: -225px;
}

.mt-modal.modal-medium {
    width: 600px;
    height: 600px;
    margin-left: -300px;
    margin-top: -300px;
}

.mt-modal-content {
    overflow-y: scroll;
    padding: 12px;
    position: relative;
    max-height: 85% !important;
}

.mt-modal-top > * {
    margin: 0 !important;
}

.mt-modal-top h3 {
    margin-bottom: 0px;
    color: rgb(63, 81, 181);
    font-size: 18px;
    font-weight: 500;
}

.mt-modal-top,
.mt-modal-bottom {
    background: #fbfbfb;
    /* height: 50px; */
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 16px 22px;
}

.mt-modal-bottom {
    /*     border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; */
    border-radius: 0px;
    /* position: absolute;
    bottom: 0; */
    width: 100%;
}

.mt-modal-bottom::after {
    content: " ";
    display: table;
    clear: both;
}

.mt-modal-top h4 {
    color: #3e50b4;
}

.mt-modal-top {
    /*     border-top-left-radius: 6px;
    border-top-right-radius: 6px; */
    border-radius: 0px;
    /* position: absolute; */
    /* top: 0; */
    width: 100%;
}

.mt-modal-content {
    background: white;
    /*     position: absolute;
    bottom: 50px;
    top: 50px; */
    width: 100%;
}

.modal-xs{
    height: 91px !important;
}

.direccion-panel {
    border: 1px solid #f0f0f0;
    padding: 12px;
    background: #fbfbfb;
    border-radius: 4px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.direccion-panel input {
    background: none !important;
}

.sortable .arrow-sort {
    opacity: 0;
    color: gray;
    cursor: pointer;
}

.sortable:hover .arrow-sort,
.sortable.sorted .arrow-sort {
    opacity: 1;
    color: gray;
}

.sortable.sorted.asc .arrow-sort.asc {
    color: steelblue;
}

.sortable.sorted.desc .arrow-sort.desc {
    color: steelblue;
}

.devolucion {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    height: 40px;
    overflow: hidden;
}

.devolucion h6 {
    padding: 9px;
    margin-bottom: 0;
    background-color: #f0f0f0;
    border-radius: 4px;
}

.tabla-items-compraventa {
    font-size: 14px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.tabla-items-compraventa textarea {
    border: 1px solid #ccc;
}

.tabla-items-compraventa th {
    font-size: 14px !important;
}

.tabla-items-compraventa td,
.tabla-items-compraventa th {
    padding: 2px !important;
}

.tabla-items-compraventa .producto {
    width: 160px;
}

.tabla-items-compraventa .cantidad {
    width: 4em;
}

.tabla-items-compraventa .unidad {
    width: 4em;
}

.tabla-items-compraventa .precio-unitario {
    width: 5em;
}

.tabla-items-compraventa .importe {
    width: 5em;
}

.tabla-items-compraventa .imp-ret {
    width: 120px;
}

.tabla-items-compraventa .cctos {
    width: 120px;
}

.tabla-items-compraventa .descuento {
    width: 4em;
}

.tabla-items-compraventa th.descuento {}

.tabla-items-compraventa .cuenta {
    width: 180px;
}

.tabla-items-compraventa tr .icon-options {
    opacity: 0;
}

.tabla-items-compraventa tr:hover .icon-options {
    opacity: 1;
}

.tabla-items-compraventa input {
    background: transparent;
    border: 1px solid #ccc;
}

.tabla-items-compraventa input:focus,
.tabla-items-compraventa .xt-selector:focus {
    border: 1px solid steelblue;
}

.tabla-items-compraventa:focus {
    outline: none;
}

.poliza-form .fiscal {
    width: 18%;
}

.poliza-form .fiscal .mes {
    width: 2em;
}

.poliza-form .fiscal .ano {
    width: 2em;
}

.poliza-form .mt-inputer {
    box-sizing: border-box;
    margin: 0;
}

.poliza-form .tipo {
    width: 30%;
}

.poliza-form .numero {
    width: 15%;
}

.poliza-form .concepto {
    width: 55%;
}

.poliza-form .referencia {
    width: 55%;
}

.poliza-form .fecha {
    width: 27%;
}

.tercero {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid transparent;
    /* height:60px; */
    margin: 12px 0;
}

.tercero .close {
    display: none;
}

.tercero.con-tercero:hover {
    border: 1px solid #e0e0e0;
}

.tercero:hover .close {
    display: block
}

.direccion-holder {
    width: 230px;
    background-color: #f3f3f3;
    border-radius: 4px;
    padding: 4px;
    margin: 0 0.5em;
}

.direccion {
    padding: 0.2em 1em;
    font-size: 12px;
    color: #888;
    line-height: 1.2em;
    width: 220px;
    min-height: 2em;
}

.direccion span {
    color: #444;
}

.direccion-modal {
    width: 620px;
    height: 420px;
}

.direccion-holder .option {
    color: lightgray;
    font-size: 10px;
    float: right;
    cursor: pointer;
}

.direcciones-list {
    width: 230px;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    height: auto;
    position: absolute;
    top: 10px;
    bottom: 10px;
    overflow-y: hidden;
    overflow-x: auto;
}

.direccion-picker .direccion-option {
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.direccion-picker .direccion-option:hover {
    background-color: #f3f3ff;
}

.label-amber {
    background-color: #FFC400;
}

.cursor-pointer {
    cursor: pointer;
}

.direccion-panel .mt-inputer {
    font-size: 12px !important;
}

.direccion-picker .dir-cont {
    margin-left: 230px;
    width: 350px;
}

.recordatorio ul li {
    font-size: 12px;
}

.recordatorio .medios {
    list-style: none;
}

.recordatorio .medios .medio {
    float: left;
    cursor: pointer;
}

.recordatorio .medios .medio {
    width: 30%;
    border: 2px solid lightgray;
    border-radius: 4px;
    margin: 4px;
    padding: 4px;
    text-align: center;
}

.recordatorio .medios .medio.active {
    color: #337ab7;
    border-color: #337ab7;
}

.recordatorio .medios .medio i {
    font-size: 6em;
}

.nota .list-content {
    padding: 4px 4px 4px 0 !important;
}

.nota .title {
    font-size: 12px !important;
    color: #888;
}


/**
 *
 */

.megatable {
    font-size: 12px;
    border: 1px solid #e8eaf6;
}

.megatable th {
    font-size: 13px !important;
}

.megatable th,
.megatable td {
    padding: 8px 8px !important;
    vertical-align: middle !important;
}

.megatable .field-title .sorter {
    opacity: 0;
    padding: 0 4px;
    cursor: pointer;
}

.megatable .field-title:hover .sorter,
.megatable .field-title.sorted .sorter {
    opacity: 1;
}

.megatable th {
    vertical-align: middle;
}

.megatable th .twice2 {
    font-size: 88%;
}

.fprod {
    flex: 1 2 15em;
}

.categoria-elem {
    font-size: 12px;
    padding: 4px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.categoria-elem.active {
    background-color: #e8eaf6 !important;
}

.categoria-elem:hover {
    background-color: #e8eaf6;
}

.padd {
    padding: 4px;
}

.categoria-sq {
    border: 1px solid #f0f0f0;
    background-color: #fbfbfb;
    padding: 4px;
    font-size: 14px;
    border-radius: 4px;
}

.categoria-sq .checkboxer label {
    margin-bottom: 5px !important;
}

.mt-inputer.cuentas {
    width: 50%;
    flex: 2 2 48%;
}

[x-cell] .show-on-edit {
    display: none;
}

[x-cell].edit-mode .show-on-edit {
    display: block;
}

[x-cell].edit-mode .hide-on-edit {
    display: none;
}

.xt-selector {
    border: 1px solid #ccc;
}

.xt-selector.opened {
    border: 1px solid transparent;
}

.xt-list {
    position: absolute;
    z-index: 200;
    background: white;
    border: 1px solid #eee;
    padding: 4px;
    min-width: 300px;
}

.xt-list .result {
    cursor: pointer;
    padding: 4px;
}

.xt-list .result:hover {
    background-color: #eef;
}


/*
tr .display-on-hover {
    opacity: 0;
}
tr:hover .display-on-hover {
    opacity: 1;
}
*/

.text-bold {
    font-weight: bold;
}

.celda-cuenta {
    white-space: nowrap !important;
    min-width: 120px;
    text-align: right;
}

.cuenta-padre {
    font-size: 11px;
}

[x-cell-input] {
    width: 100%;
}

.celda-tipo_id {
    font-size: 9px;
    line-height: 1em;
    text-transform: uppercase;
    color: #999;
    /*border:1px solid #eee;
    background-color:#eee;*/
    /*padding: 1px 4px;*/
    border-radius: 2px;
    clear: both;
}

.celda-info button {
    padding: 0 4px;
    margin-top: -3px;
    font-size: 12px !important;
}

.table.arbol-cuentas tr:nth-child(2n) {
    background: none;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    transition: background 0.2s ease-in-out;
}

.table.arbol-cuentas tbody tr:hover {
    background: #eee;
}

.table.arbol-cuentas .copiar-valores {
    display: none;
}

.table.arbol-cuentas input:focus + .copiar-valores,
.table.arbol-cuentas td:hover > .copiar-valores {
    display: block;
}

.aplicacion-pago {
    font-size: 14px;
    background: #fbfbfb;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 12px;
}

.aplicacion-pago.con-pago {
    border-color: steelblue;
    background: #e8eaf6;
}

.xt-selector .xt-list {
    display: none;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    padding: 4px;
}

.xt-selector.opened .xt-list {
    display: block;
}

.xt-selector .xt-view-template {
    min-height: 2em;
    padding: 4px;
}

.xt-selector.opened .xt-view-template {
    display: none
}

.opt-nombre-cuenta {
    overflow: hidden;
}

.cuenta-oculta td {
    opacity: 0.4;
}

.cuenta-oculta td.celda-buttons {
    opacity: 1;
}

[data-tip] {
    position: relative;
}

[data-tip]:before {
    content: '';
    /* hides the tooltip when not hovered */
    display: none;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1a1a1a;
    position: absolute;
    top: 30px;
    left: 35px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

[data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: 35px;
    left: 0;
    padding: 5px 8px;
    background: #1a1a1a;
    color: #fff;
    z-index: 9;
    font-size: 0.75em;
    height: 26px;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    word-wrap: normal;
}

[data-tip]:hover:before,
[data-tip]:hover:after {
    display: block;
}

.thmb-operacion {
    font-size: 14px;
    background: #fbfbfb;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 12px;
}

.drag-over {
    border: 1px dashed #666;
}

.dragfile {
    padding: 8px;
}

.conciliacion-registro {
    background-color: #fcfcfc;
    border: 2px solid #c3c3c3;
    margin: 4px;
    padding: 4px;
    cursor: pointer;
    border-radius: 4px;
}

.conciliacion-registro.seleccionado {
    border: 2px solid #c3c3ff;
}

.conciliacion-registro .coincidencias {
    background: #fff;
}

.tr-option {
    display: none;
    float: right;
    cursor: pointer;
}

tr:hover .tr-option {
    display: block;
}

.celda-checkers {
    width: 24px;
}

.celda-fechas {
    width: 7em;
}

.celda-saldoEstatus,
.celda-opEstatus {
    width: 8em;
}

.celda-totalMoneda {
    width: 10em;
}

#ventas > div > ul > li:first-child {
    width: 120px;
}

.tabla-cuenta tr {
    background: white !important;
    border: 1px solid #eee;
}

.tabla-cuenta td {
    padding: 4px 2px;
}

.tabla-cuenta .cells-title {
    padding-right: 12px;
    width: 12em;
    border: 1px solid #f0f0f0;
}

.tabla-cuentas tr {
    border: 1px solid #e0e0e0;
    padding: 0px;
}

.tabla-cuentas td {
    max-width: 500px;
    padding: 0px;
    font-family: 'Roboto', serif !important;
}

.tabla-cuentas .cta-n-title {
    padding-top: 4px;
    padding-bottom: 4px;
}

.tabla-cuentas.tabla-auxiliar td {
    padding: 4px;
}

.tabla-auxiliar h6 {
    font-size: 13px;
    padding: 4px;
    word-break: break-all;
}

.tabla-auxiliar h5 {
    font-size: 14px;
    padding: 4px;
}

.tabla-cuentas.tabla-auxiliar tr td {
    border: 1px solid #e0e0e0;
}

.tabla-cuentas.tabla-auxiliar h5,
.tabla-cuentas.tabla-auxiliar h6 {
    margin-bottom: 0px !important;
}

.cta-n-title {
    margin-bottom: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Roboto', serif !important;
    cursor: pointer;
}

.depth-0 {
    padding-left: 2px;
    background: #666;
    color: white;
}

.depth-1 {
    padding-left: 5px;
    background: #7986CB;
    color: white;
}

.depth-2 {
    padding-left: 20px;
    background: #E8EAF6;
}

.depth-3 {
    padding-left: 35px;
}

.depth-4 {
    padding-left: 50px;
}

.depth-5 {
    padding-left: 65px;
}

.depth-6 {
    padding-left: 80px;
}

.depth-7 {
    padding-left: 95px;
}

.Highlight {
    background-color: #FFE57F !important;
}

.ed-comp .show:hover *,
.ed-comp .show:hover {
    color: #3e50b4 !important;
    text-decoration: underline;
    cursor: pointer;
}

.celda-tercero {
    max-width: 16em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*Danny styles*/

[v-cloak] {
    display: none
}

.ncf-message {
    margin-right: 50px;
}

.ncf-message label {
    font-weight: 500;
}

.li-width {
    margin: 0 30px;
}

.bold-500 {
    font-weight: 500;
}

table.calendar {
    width: 100%;
}

table.calendar td,
table.calendar th {
    border: 1px solid #eee;
    padding: 2px 4px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
}

table.calendar td:hover {
    background-color: steelblue;
    color: white;
}

table.calendar th {
    font-weight: bold;
    background: #f0f0f0;
    border: 1px solid #ccc;
    cursor: default;
}

table.calendar td.selected {
    background-color: indianred;
    color: #fff;
}


/* Estandarizacion de Elementos fix */

.btn-ripple {
    overflow: initial !important;
}

.action-bar {
    text-align: right;
    padding-right: 0px;
    padding-left: 0px;
}

.btn-xs,
.btn-group-xs > btn {
    font-size: 14px;
}

.title-bar {
    text-align: left;
    display: flex;
    padding-left: 0px;
}

.text-default {
    color: rgba(0, 0, 0, 0.87);
}

div[x-cell="opTotal"] {
    float: right;
    margin-right: 3px;
}

div[x-cell="opMoneda"] {
    margin-top: 2px;
}

.select2-selection {
    background: white;
    padding: 5px;
    border-radius: 0 !important;
    height: 34px !important;
    border: 1px solid #e0e0e0 !important;
    width: 100%;
    color: #666666;
    padding-left: 0px;
    font-size: 12px;
    font-weight: normal;
}

.select2-dropdown {
    border: 1px solid #e0e0e0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px !important;
}

.btn-gray {
    color: #9c9c9c !important;
    border-color: #9c9c9c !important;
    padding: 1px 11px;
    margin-top: 10px;
}

.select2-selection__arrow {
    color: #666666 !important;
    height: 32px !important;
}

select {
    background: white;
    min-width: 250px;
    padding: 5px;
    border-radius: 0;
    height: 34px;
    /*
   appearance: none;
   -webkit-appearance: none;
   */
    border: 1px solid #e0e0e0;
    width: 100%;
    color: #666666;
    padding-left: 10px;
    font-size: 14px;
}

.styled-select::after {
    content: "\e114";
    position: absolute;
    right: 10px;
    top: 10px;
    color: #666666;
    z-index: -1;
}

.table thead {
    /* text-transform: uppercase; */
    vertical-align: middle;
}

.table thead th {
    vertical-align: middle !important;
    font-size: 15px;
}

.panel {
    padding: 20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16), 0 1px 4px 0 rgba(0, 0, 0, 0.12) !important;
}

.panel::before {
    height: 0px !important;
}

.panel > .panel-heading .panel-title {
    padding: 0px !important;
    padding-bottom: 25px !important;
}

.panel .panel-body {
    padding: 0px !important;
    /* padding-top:25px !important; */
}

.panel > .panel-heading .panel-title h4 {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #3F51B5 !important;
}

.tercero {
    margin: 0px;
    padding: 4px 0px;
}

.opv-tercero {
    padding: 0px;
    line-height: 16px;
}

.opv-tercero .tercero h5 {
    font-size: 26px;
    line-height: 28px;
}

.opv-encabezado > h6 {
    margin-bottom: 0px;
    font-size: 16px;
}

input[type="radio"],
input[type="checkbox"] {
    float: left;
    height: 20px;
    margin-right: 5px;
}

#user_dropdown .data {
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid #3F51B5;
    margin-bottom: 10px;
}

#user_dropdown .user,
#user_dropdown .sucursal {
    color: #3F51B5 !important;
    text-align: center !important;
}

#defaultModal .list-material,
#sucursalesModal .list-material {
    text-align: center !important;
}

#defaultModal .list-material > li a.visible,
#sucursalesModal .list-material > li a.visible {
    padding: 0px;
}

#defaultModal .list-material > li.has-action-left .list-content,
#sucursalesModal .list-material > li.has-action-left .list-content {
    margin-left: 0px;
    padding-right: 0px;
}

#defaultModal .modal-title,
#sucursalesModal .modal-title {
    text-align: center;
    text-transform: uppercase;
}

.button-full-striped.btn-default:hover,
.button-full-striped.btn-default:active,
.button-full-striped.btn-default:focus {
    color: white !important;
}

#wizard .config-angular-styles .md-default-theme label {
    line-height: 10px;
    padding-left: 10px;
}

#perfil input {
    padding-left: 10px;
}

#wrapper {
    top: 0px;
}

#title-head h3 {
    /* text-transform: uppercase; */
    color: #3F51B5;
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 18px;
}

#title-head {
    margin-bottom: 15px;
    padding: 5px 0px;
    display: flex;
    border-bottom: 2px solid #3F51B5;
    /* margin-bottom: 15px;
    background-color: white;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16), 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    border-top: 4px solid #ededed;
    padding: 15px 40px;
    display: flex; */
}

.nav-tabs > li > a {
    font-size: 14px;
}

#title-head .action-btn {
    margin: 0px 0 0;
}

md-input-container label:not(.md-no-float) {
    margin-left: 10px;
    top: 7px;
}

.bottom-btns {
    text-align: center;
}

.form-control {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.select2-container,
.chosen-container {
    font-family: Roboto, 'Helvetica Neue', sans-serif;
}

.tab-action {
    float: right !important;
    padding: 7px;
}

.tab-action .btn {
    border-radius: 3px !important;
    padding: 3px 15px !important;
}

.tab-action .btn-success {
    color: #5cb85c !important;
    border: 1px solid #5cb85c !important;
}

.tab-action .btn-primary {
    color: #3F51B5;
    border: 1px solid #3F51B5 !important;
}

.form-control {
    border-bottom: 1px solid #C3C3C3 !important;
}

@media(max-width: 1200px) {
    .opv-info, .opv-tercero {
        width: 50%;
    }

}

@media(max-width: 1100px) {
    .not-allowed-text {
        text-align: center;
        width: 100%;
        padding: 30px;
        left: 0px;
    }
    .not-allowed-bg {
        opacity: 0.5;
    }
}

@media screen and (max-width: 767px) {
    .llavesg-li-date-title h5, .llavesg-li-title h5{
        font-size: 13px;

    }
    .table-responsive {
        overflow-y: auto;
    }
}

@media screen and (max-width: 568px) {
    .ncf-message {
        text-align: center;
        margin-right: 0;
    }
}

.bold {
    font-weight: 600;
}


/* @media (max-width: 700px) {
    #operaciones-index .col-md-8 .mt-inputer {
        width:100%;
    }
}
 */

@media screen and (max-width: 980px) and (min-width: 320px) {
    .action-bar,
    .title-bar {
        text-align: left;
        display: block;
    }
    header nav {
        top: 59px;
    }
    #title-head,
    #title-head h3 {
        display: block;
        margin-right: 0px;
    }
    .intro-btn {
        width: 124px;
    }
}

@media screen and (max-width: 568px) and (min-width: 320px) {
    .action-bar .panel-buttons a {
        margin-right: 0px !important;
        margin-bottom: 5px;
    }
    header nav {
        padding: 15px 15px 0;
    }
    header nav.slide-menu li .dropdown-menu {
        width: 210px;
    }
    #organization.simpleTabs .nav-tabs {
        margin-left: 0px;
    }
    .simpleTabs .nav-tabs li:first-child {
        margin-left: 0px;
    }
    #operaciones-actions div {
        width: 100%;
        text-align: center;
        float: none !important;
        margin: 5px 0px 5px 0px;
    }
    #operaciones-actions .btn {
        float: none !important;
    }
}

.us-wrap .close {
    display: none
}

.us-wrap:hover .close {
    display: inherit;
}

.ct {
    height: 380px;
    overflow-y: scroll;
}

.ct .Highlight {
    background-color: #7986CB !important;
}

.ct .Highlight * {
    color: white;
}

.ct .ctitem {
    padding: 5px 4px;
    border-bottom: 1px solid #ddd;
}

.ct .ctitem h5 {
    font-size: 12px;
}

.ct .ctitem.disabled {
    background-color: #eee;
}

table.movimiento {
    font-size: 14px;
}

table.movimiento tr {
    background: white !important;
    border: 1px solid #f0f0f0;
}

table.movimiento td {
    padding: 4px;
}

table.movimiento td.ilabel {
    text-align: right;
    color: #666;
}

table.movimiento td select,
table.movimiento td input {
    width: 100%;
}

.link-blue{
    color: #5677fc !important;
    text-decoration: none !important;
}

.notas-text {
    text-overflow: ellipsis;
    height: 91px;
    overflow: hidden;
    width: 100%;
}

.edit-movement{ margin: 10px; }
.edit-movement > .form-group{ margin-bottom: 50px; }
.update-movement:hover{ color: #0028ff; }

/**
 * CSS Background
 */

.bg-red{
	background-color: #F44336 !important;
}

.bg-pink{
	background-color: #E91E63 !important;
}

.bg-purple{
	background-color: #9C27B0 !important;
}

.bg-deep-purple{
	background-color: #673AB7 !important;
}

.bg-indigo{
	background-color: #3F51B5 !important;
}

.bg-blue{
	background-color: #2196F3 !important;
}

.bg-light-blue{
	background-color: #03A9F4 !important;
}

.bg-cyan{
	background-color: #00BCD4 !important;
}

.bg-teal{
	background-color: #009688 !important;
}

.bg-green{
	background-color: #4CAF50 !important;
}

.bg-light-green{
	background-color: #8BC34A !important;
}

.bg-lime{
	background-color: #CDDC39 !important;
}

.bg-yellow{
	background-color: #FFEB3B !important;
}

.bg-amber{
	background-color: #FFC107 !important;
}

.bg-orange{
	background-color: #FF9800 !important;
}

.bg-deep-orange{
	background-color: #FF5722 !important;
}

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

.bg-grey{
	background-color: #9E9E9E !important;
}

.bg-blue-grey{
	background-color: #607D8B !important;
}

.bg-black{
	background-color: #000000 !important;
}

#listadoBancos tr th h5 {
	font-size: 14px;
	color: #3F51B5;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
}

.oor-operacion-items tbody td {
	padding: 20px !important;
}

.oor-operacion-items td input {
	border: 1px solid #e0e0e0 !important;
}

#conciliacion-cuenta .alert-success {
	font-size: 14px;
}

#panelConciliacion	.panel-conciliacion {
	font-size: 14px;
}

.conciliacion-item {
	display: inline-block;
}

.conciliacion-item .barrita {
	margin: 0px 15px;
    display: inline-block;
}
.m-b-0 {
    margin-bottom: 0px !important;
}

.note-list-detail {
    overflow: initial;
}


/*input,
textarea,
input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/

input,
textarea,
input[type="text"] {
    color: #000;
    opacity: 1;
}

input::placeholder,
input[type=search]::placeholder,
textarea::placeholder {
    color: rgba(134, 134, 134, 0.75);
    /*opacity: 0.5;*/
}
/* Bitacora CSS */

#bitacora .inputer label {
    left: 10px;
}

#bitacora .inputer .form-control {
    border: 1px solid #e0e0e0;
}

#bitacora .inputer .input-wrapper::before {
    background: #e0e0e0;
}

#bitacora .normal-select label {
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(63, 81, 181) !important;
    font-size: 14px;
}

#bitacora .select-container label,
#bitacora .date-container label {
    margin-top: 0px;
}

#bitacora select {
    min-width: initial;
}

#contactos .cuentas-selector .select2-selection {
    height: 48px !important;
}

#contactos .mt-modal-content .mt-inputer label+div {
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.intro-btn span {
    top: -10px!important;
}


/*
	New contact
*/

.marginB {
    margin-bottom: 0;
}

.ic-marginR {
    margin-right: 6px;
}

.txt-marginR {
    margin-right: 30px;
}

.page-contact {
    height: 100%;
    overflow: hidden;
}

.page-contact .mt-inputer .inputer {
    width: 100%;
    margin-bottom: 0;
}

.page-contact .mt-inputer,
.modal-body .mt-inputer {
    border-bottom: 0;
}

.page-contact .mt-inputer .inputer .ic-search {
    top: 2px !important;
}

.page-contact .mt-inputer .form-control {
    padding-left: 0px!important;
}

.col-title {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid rgba(121, 134, 203, .75);
    margin: 0 0 15px;
    padding-bottom: 12px;
    color: #666666;
}

.btn-xs-contac,
.btn-categ {
    float: right;
}

.btn-categ {
    padding: 2px 18px;
}


/* Categories */

.categ-list ul li {
    font-size: 12px;
    padding: 4px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.categ-list ul li a {
    color: #666666;
}

.categ-list ul li a:hover,
.categ-list ul li a:focus {
    text-decoration: none;
}

.categ-list ul li:hover,
.categ-list-active {
    background-color: #e8eaf6 !important;
}

.categ-list ul li h6,
.categ-list ul li p {
    margin-bottom: 0;
}

.col-title span {
    font-weight: normal;
    color: rgb(63, 81, 181) !important;
}

.radio-cont input[type=radio]+label:before {
    top: -5px!important;
}


/* Company */

.col-company,
hr {
    border: 1px solid #eeeeee;
}

.col-company table tr {
    cursor: pointer;
    border-bottom: 1px solid #eeeeee;
}

.col-company table tr:hover,
.col-company-modal table tr:hover {
    background: #e8eaf6 !important;
}

.col-company-modal table tr:hover {
    cursor: pointer;
}

.col-head-company {
    padding: 10px 20px 0;
}

.line-company {
    margin-top: 0!important;
    margin-bottom: 5px!important;
}

.col-company table,
.col-company-modal table {
    width: 100%;
    padding: 0 20px;
}

.col-company table th,
.col-company table td {
    padding: 10px 20px;
}

.col-company table thead {
    border-bottom: 1px solid #eeeeee;
}

.col-company-modal li,
.three-row {
    font-size: 14px;
}

.modal-header {
    padding: 24px 24px 20px!important;
}

.mt-modal-top {
    border-bottom: 1px solid #e0e0e0 !important;
}

.modal-title {
    font-weight: 300!important;
}

.modal-subtitle {
    font-weight: 400;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.modal-body {
    padding: 30px 24px!important;
}

.modal-footer {
    padding: 24px!important;
    text-align: initial!important;
}

.btn-right {
    float: right;
}

.modal-subtitle-view {
    margin: 5px 0!important;
}

.checkbox-modal,
.modal-footer-center {
    text-align: center!important;
}

.cliente-icon,
.proveedor-icon {
    display: inline-block;
    border: 1px solid #666666;
    padding: 4px;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    font-weight: 900;
    color: #666666;
    text-align: center;
    line-height: 8px;
    font-size: 10px;
    margin-right: 1.5px;
}


/* .inputer.floating-label label {
    top: -17px !important;
} */

.inputer.floating-label {
    margin-top: 20px !important;
    width: 100%;
}

.inputer label.error {
    font-size: 12px!important;
    margin-top: 5px;
}


/* Modals */

.modal-dialog {
    width: 100%;
    max-width: 550px!important;
}

.modal-header-company {
    cursor: pointer;
}

.modal-header-company .fa-pencil {
    font-size: 14px;
    color: rgb(63, 81, 181) !important;
    margin-left: 14px;
}

@media screen and ( max-width: 980px) {
    .contact-title-head .title-bar {
        width: auto !important;
    }
    .contact-title-head .action-bar {
        text-align: right!important;
    }
    #title-head,
    #title-head h3 {
        display: flex!important;
        overflow: hidden;
    }
}

@media screen and ( max-width: 767px) {
    .page-contact .mt-inputer {
        width: 90%!important;
        flex: auto !important;
    }
    .modal .modal-content .modal-body {
        max-height: 250px!important;
        height: 100%!important;
        overflow: auto!important;
    }
    .modal.fade .modal-dialog {
        margin: 20px!important;
        left: 45.6%!important;
    }
    .page-contact .table-reponsive {
        overflow-x: auto!important;
    }
    .page-contact .col-title .mt-inputer {
        bottom: 0!important;
        position: relative!important;
        right: 0px!important;
        width: 100%!important;
        margin-top: 10px!important;
    }
    .radio-cont input[type=radio]+label:before {
        top: -1px!important;
    }
}

@media screen and ( max-width: 480px) {
    .mt-inputer {
        font-size: 16px!important;
    }
    .modal-footer button {
        width: 100%;
        padding: 10px;
        margin: 5px 0 !important;
        border: 1px solid;
    }
}

@media screen and ( max-width: 370px) {
    #title-head,
    #title-head h3 {
        display: block!important;
    }
    .contact-title-head .action-bar {
        text-align: left!important;
    }
}
.tabla-cuentas thead tr:first-child td {
	background-color: #3F51B5 !important;
}

.tabla-cuentas thead tr:first-child td h5 {
	padding: 5px 10px;
	font-weight: bold;
}

.tabla-cuentas thead tr:first-child td > div {
	padding-top: 8px;
    font-size: 16px;
    padding-right: 10px;
}

#presupuestos input[type="number"] {
	width: 100%;
    height: 34px;
    padding-left: 10px;
}

.poliza-extras .list-material .list-content, #tercero-cliente .list-material .list-content {
	padding-right: 0px !important;
}

.poliza-extras .list-material .list-content input, #tercero-cliente .list-material .list-content input {
	width: 100%;
	height: 34px;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
	padding-left: 10px;
}

.poliza-extras .list-material .list-content select {
	margin-bottom: 10px;
}

.arbol-cuentas tr td:first-child {
	background-color: #f7f7f7;
}
.hide {
    display: none;
}

.txt-aa {
    font-size: 30px;
    letter-spacing: 2px;
}

.left {
    float: left;
}

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

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

.form-control {
    border-bottom: 1px solid #f0f0f0!important;
}

.glyphicon-trash {
    visibility: visible!important;
    color: rgba(0, 0, 0, 0.3)!important;
    font-size: 16px;
}

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

.btn-primary:disabled {
    background-color: transparent!important;
}


/* Status label */

.status-label-box {
    width: 22%;
    padding-left: 0;
}

.status-label-box span {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.618;
    border-radius: 2px;
    color: #fff;
    width: 100%;
    max-width: 312px;
}

.lb-green {
    background: #5cb85c;
}

.lb-blue {
    background: #3f51b5;
}

.lb-yellow {
    background: #f0ad4e;
}

.lb-cancel {
    background: #d9534f;
}

.status-label {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
}

.label-code {
    padding: 0px 10px;
    font-size: 18px;
    margin: 5px 0;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}


/*  Side Left Column  */

.side-left .glyphicon {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.3)!important;
}

.side-left {
    padding: 20px;
    min-height: 300px;
    height: 100%;
    background: #FCFCFC;
    border: 1px solid rgba(204, 204, 204, 0.2);
    position: relative;
}

.side-left .row {
    padding: 0 20px;
}

.side-left h2 {
    margin-bottom: 0;
    font-size: 28px;
}

.title-name {
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0 15px;
}

.sub-title-client,
.fiscal-key {
    font-size: 15px;
}

.fiscal-key {
    padding: 5px 0px;
    margin:0 15px;
    border-bottom: 1px solid #cccccc4f;
}

.sub-title-client label {
    font-weight: 300;
}

.sub-title-client span {
    color: #3F51B5;
}

.left-address {
    position: relative;
    bottom: 0;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
}

.left-address h4 {
    margin-bottom: 0;
}


/* Side Right Column */

.side-right .col-md-12 {
    margin: 0px 0 10px;
}

.side-right .multiselect {
    margin: 5px 0 0;
}

.side-right {
    padding: 0 20px;
}

.multiselect-client .col-xs-8 {
    padding-left: 0;
}

.multiselect-client {
    border-bottom: 1px solid #eee;
    padding-bottom: 35px!important;
}

.multiselect-cont div,
.multiselect-cont div input {
    background: transparent;
    border: 0;
    font-weight: 300;
    color: #868686;
}

.button-client {
    padding-top: 40px;
}

.button-client a {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}


/* Wrap Checkbox */

.wrap-check-box {
    border: 1px solid #eee;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
}

.check-b {
    width: 50%;
    float: left;
}


/* Box Total Prices */

.box-total-prices {
    float: right;
    margin-right: 10px;
    border: 1px solid #eee;
}

.box-total-prices .row {
    padding: 10px 0;
}

.box-total-prices .row:nth-child(2n) {
    background: #fcfcfc;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.large-price {
    font-size: 16px;
    color: #3e50b4;
}


/* Table */

.cot-input,
textarea {
    height: 40px;
    text-align: left;
    border: 1px solid #e8e8e8;
    outline: none;
    padding: 5px 10px;
    font-size: 14px;
}

.table-responsive .multiselect ul {
    position: relative!important;
    height: 160px!important;
}

.box-form-group .form-group {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.box-dark-gray {
    padding: 5px;
    border: 1px solid rgb(200, 200, 200);
    background: rgb(251, 251, 251);
    border-radius: 4px;
}

.box-light-gray {
    padding: 6px 6px 6px 20px;
    border-radius: 4px;
    border: 1px solid rgb(238, 238, 238);
    font-size: 1.1em;
    background: rgb(251, 251, 251);
}

.box-light-gray .fa-pencil {
    font-size: 18px;
    cursor: pointer;
}


/*.table-striped>tbody>tr:nth-of-type(odd) {
    background: #fcfcfc;
}

.table tr:nth-child(2n) {
    background: #fff;
}*/

.table-bordered>thead>tr>th {
    border: 0!important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

.nav-tabs {
    border: 1px solid #f0f0f0!important;
}

.panel .nav-tabs.with-panel li a {
    padding: 10px 15px!important;
}

.close-add {
    float: none;
    margin-left: 10px;
    color: #868686;
    opacity: 0.7;
}

.edit-comp {
    color: #868686!important;
    margin-left: 10px;
}
/* Border Elements */
.add-border-top{
    border-top: 1px solid #cccccc4f;
}
.not-border-bottom{
    border-bottom:0px;
}
.not-padding-bottom{
    padding-bottom:0px;
}
.tb .select2-container--default .select2-selection--single span{
    padding-bottom: 5px;
    margin: 0 8px;
    padding: 5px 0;
}
/*
    Media Queries
*/
@media screen and (max-width:1200px) {
    .multiselect-client .col-xs-8 {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .button-client {
        float: none;
        width: 50%;
        padding-left: 0;
    }
    .left-address {
        position: relative;
    }
    .table-responsive .multiselect .multiselect__tags {
        min-width: 200px;
        width: 100%;
    }
}

@media screen and (max-width:991px) {
    .wrap-check-box {
        margin-bottom: 10px;
    }
    .box-total-prices {
        float: none;
        margin-left: 10px;
    }
}

@media screen and (max-width:980px) {
    .top-button {
        display: none;
    }
    .m-b-20 {
        margin-bottom: 10px;
    }
    .box-total-prices {
        float: none;
        margin-left: 10px;
    }
    .status-label-box {
        float: left;
        width: 35%!important;
    }
    .head-title .col-md-8 .col-md-2,
    .head-title .col-md-8 .col-md-3 {
        width: 50%;
        float: left;
    }
    .head-title .col-md-4 {
        overflow: hidden;
        margin-top: 10px;
    }
    .head-title .inputer .form-control,
    .vdp-datepicker input {
        font-size: 14px;
        font-weight: 300;
        color: #868686;
    }
    .side-right {
        padding: 20px 20px 1px;
    }
    .box-total-prices .col-md-6 {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width:768px) {
    .multiselect-client .col-xs-8,
    .encabezado-operacion .col-sm-6,
    .opciones-operacion .col-sm-6 {
        width: 100%;
    }
    .encabezado-operacion .col-sm-6,
    .opciones-operacion .col-sm-6 {
        margin-bottom: 10px;
    }
    .opciones-operacion .head-button-right {
        text-align: left;
    }
    .multiselect-client .col-xs-8,
    .button-client {
        float: none;
    }
    .button-client {
        padding-top: 20px;
    }
    .left-address {
        position: relative;
    }
    .select-invoice .multiselect {
        width: 100%!important;
        float: none!important;
    }
}

@media screen and (max-width:600px) {
    .button-client {
        width: 50%;
    }
}

@media screen and (max-width:480px) {
    .head-title .col-md-4,
    .button-client,
    .check-b {
        width: 100%;
    }
    .status-label-box {
        width: 100%!important;
        max-width: 220px;
    }
    .head-label .vdp-datepicker {
        float: none!important;
    }
    .head-label input {
        width: 80%;
        float: none!important;
    }
}

@media screen and (max-width:320px) {
    .status-label-box {
        width: 100%!important;
        max-width: 100%;
        float: none;
        padding: 0;
    }
    .head-title .col-md-8 .col-md-2,
    .head-title .col-md-8 .col-md-3 {
        width: 100%;
        float: none;
    }
    .button-footer button {
        width: 100%;
        margin: 5px 0;
        height: 50px;
    }
}
    /* CXP - Cuentas por pagar */
    
    .cxp .col-sm-7 h3 {
        margin-bottom: 0;
        color: #3e50b4;
    }
    
    .row-cx {
        overflow: hidden;
    }
    
    .col-cx {
        float: left;
        margin-right: 40px;
    }
    
    .col-cx label {
        font-size: 15px;
        font-weight: 400!important;
    }
    
    .smallInput {
        width: 4em;
        height: 2.5em;
        display: block;
        font-size: 15px;
        padding: 10px;
    }
    
    .checkboxer {
        /*margin: 20px 0 0;*/
    }
    
    .checkboxer label {
        font-size: 15px;
    }
    
    .cx-table {
        overflow: hidden;
        float: none;
    }
    
    .cx-box-table .cx-btn-table {
        display: block;
        overflow: hidden;
    }
    
    .cx-box-table .btn-primary {
        margin: 20px 12px 20px 0;
    }

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

                                                Dashboard CSS

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

#dashboard tbody tr td a {
    color: #3F51B5;
}

#dashboard #title-head,
#dashboard #title-head h3 {
    display: block;
    margin-right: 0px;
}

.proximamente {
    background-color: rgba(197, 202, 233, 0.8);
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    color: white;
    position: absolute;
    font-size: 50px;
}

.proximamente p {
    top: 50%;
    position: relative;
    margin-bottom: 0px;
    margin-top: -32px;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}

#dashboard .table {
    margin-bottom: 0px;
}

#dashboard .table-responsive {
    border: 1px solid #D4D6E2;
    overflow: auto;
}

#dashboard #title-head {
    text-align: center;
    border-top: 2px solid #C5CAE9;
    border-bottom: 5px solid #485BBD;
    background-color: white;
}

.dashboard-item-wrapper {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #485BBD;
    box-shadow: 0px 2px 6px 3px rgba(72, 90, 189, 0.07);
}

.dashboard-item-header {
    background-color: #7986CB;
}

.dashboard-item-header h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0px;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.dashboard-item-body {
    padding: 15px;
}

.dashboard-title-h2 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 13px;
    color: #545454;
    letter-spacing: 0;
}

#dashboard thead tr th {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #4D4D4D;
    letter-spacing: 0px;
    /* text-transform: uppercase */
}

#dashboard tbody tr td {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    vertical-align: middle;
}

#dashboard tbody tr {
    height: 32px;
    vertical-align: middle;
}


/* tabla modulo documentos */

#dashboard .fecha {
    width: 20%;
}

#dashboard .tipodedocumento {
    width: 30%;
    text-align: right;
}

#dashboard .nombredocumento {
    width: 50%;
}

#dashboard #documentostablas tbody tr td:last-child {
    text-align: right;
}

#documentosporterminar .table-responsive {
    max-height: 230px;
    min-height: 230px;
    margin-bottom: 30px;
}

#documentosporautorizar .table-responsive {
    max-height: 183px;
    min-height: 183px;
}


/* tabla seguimiento a clientes cxc*/

#seguimientocuentasporcobrar .table-responsive {
    max-height: 248px;
    min-height: 248px;
}

#seguimientocuentasporcobrar #cliente {
    width: 55%;
}

#seguimientocuentasporcobrar #actividad,
#seguimientocuentasporcobrar #fecha,
#seguimientocuentasporcobrar #saldo {
    width: 15%;
}

#seguimientocuentasporcobrar {
    margin-bottom: 20px;
}


/* tabla bancos por conciliar */

#conciliaciones .table thead tr th {
    font-size: 12px;
    line-height: 12px;
}

#conciliaciones #banco {
    width: 50%;
}

#conciliaciones #cuenta {
    width: 23%;
}

#conciliaciones #conciliacion,
#conciliacion #movimientos {
    width: 15%;
}

#conciliaciones .table-responsive {
    max-height: 166px;
    min-height: 166px;
}


/* grafica*/

.contenedor-grafica {
    max-height: 200px;
    min-height: 300px;
    border: 1px solid #D4D6E2;
    margin-bottom: 20px;
    overflow: hidden;
}


/* balances */

#balances .balance-mes span {
    display: block;
}

#balances .balance-mes {
    width: 10%;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
}

#balances .banco-mes {
    width: 50%;
}

#dashboard #balances tbody tr td:first-child {
    font-size: 14px;
}

#balances .table>tbody>tr>td {
    padding: 8px 8px;
}

#balances .table>tbody>tr>td p {
    margin-bottom: 0px;
}

#balances .balance1 {
    min-height: 200px;
    max-height: 350px;
    margin-bottom: 20px;
}


/* Resultados */

#resultados {
    margin-bottom: 20px;
}

#resultados .balance-mes span,
#vendedores .balance-mes span {
    display: block;
}

#resultados .balance-mes,
#vendedores .balance-mes {
    width: 10%;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
}

#resultados .table>tbody>tr>td,
#vendedores .table>tbody>tr>td {
    padding: 8px 8px;
}


/* vendedores */

#vendedores .table-responsive {
    max-height: 319px;
    min-height: 437px;
}

.dashboard-item-container {
    margin-bottom: 20px;
}

.table-body>tr>td:nth-child(2) {
    color: #303f9f;
    font-weight: 500 !important;
}

.table-body>tr>td:nth-child(3) {
    color: #303f9f;
}

.table-body>tr>td:nth-child(7) {
    color: #ff8f00;
}

.dsb-balance-body>tr>td:nth-child(2) {
    color: #303f9f;
}

.dsb-balance-body>tr>td:nth-child(6) {
    color: #ff8f00;
}
.wrapper {
	max-width: 1430px;
}

.wrapper {
    left: 0;
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.padding-10 {
	padding: 10px;
}

.p-l-0 {
	padding-left: 0px !important;
}

.p-t-10 {
	padding-top: 10px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-t-25 {
	padding-top: 25px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-b-10 {
	padding-bottom: 10px;
}

.p-l-25 {
	padding-left: 25px !important;
}

.m-l-5 {
	margin-left: 5px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-r-10 {
	margin-right: 10px;
}

.m-t-5 {
	margin-top: 5px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-b-0 {
	margin-bottom: 0;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-t-20 {
	margin-top: 20px;
}

.border-input {
	border: 1px solid #e0e0e0 !important;
}

.relativo {
	position: relative !important;
}

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

.white-bg {
	background-color: white !important;
}

.inline {
	display: inline-block;
}

.position-fixed {
	position: fixed;
}

.cursor-pointer {
    cursor: pointer;
}

.no-border {
	border: 0px solid !important;
}

.white-space-wrap {
	white-space: pre-wrap;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
    /*.tabla-auxiliar .poliza.text-right a:last-child {
        display:none;
    }*/
    a[href]:after {
	    content: "";
	}
}

#categorias-y-productos th:first-child {
	text-align: left;
}

#categorias-y-productos th {
	text-align: right;
}

#categorias-y-productos thead th:last-child {
	text-align: center;
}

#categorias-y-productos .mt-modal-content .mt-inputer label + div{
	width: 100%;
}

#categorias-y-productos .cuentas-selector .select2-selection {
	height: 48px !important;
}
#title-head .mt-inputer input {
	background-color: transparent;
	font-size: 12px;
}

#title-head .mt-inputer label {
	color: #7986CB;
}

#title-head .mt-inputer {
	border-bottom: 0px;
}

.poliza-extras .nav-tabs {
	border-bottom: none !important;
	border: none !important;
}

.poliza-extras .nav-tabs>li.active a::after, .poliza-extras .nav-tabs>li.active a:hover::after, .poliza-extras .nav-tabs>li.active a:active::after, .poliza-extras .nav-tabs>li.active a:focus::after {
	border-bottom: none !important;
}

.poliza-extras .styled-tabs li.active>a::after, .poliza-extras .styled-tabs li.active>a:hover::after, .poliza-extras .styled-tabs li.active>a:active::after, .poliza-extras .styled-tabs li.active>a:focus::after {
	border-right: 2px solid rgb(63, 81, 181);
}

#tercero-cliente .btn {
	font-size: 14px;
}

#cuentas-por-pagar .table-responsive {
	border: none;
}

#cuentas-por-pagar table th {
	text-align: right;
}

#cuentas-por-pagar table th:first-child {
	text-align: left;
}

.listado-proyectos-table, .listado-tiempos-table {
	font-size: 13px;
	max-height: 480px;
}

.listado-proyectos-table .cliente a, .listado-proyectos-table .proyecto a, .listado-tiempos-table td a {
	color: #3F51B5;
}

.proyectos .form-group {
	margin-bottom: 10px;
}

.proyectos select {
	min-width: initial;
}

.tiempos-totales {
	font-size: 14px;
}

.tiempos-totales label {
	margin-bottom: 0px;
	color: #3F51B5;
}

.proyectos .modal .form-group {
	margin-bottom: 20px;
}

.proyectos .modal .modal-title {
	font-weight: 300;
	padding-bottom: 10px;
}

.proyectos .modal .modal-content {
	max-height: initial !important;
}

.proyectos .modal .modal-header {
	border-bottom: 1px solid #e5e5e5 !important;
	padding: 14px 24px 0 24px !important;
}

.proyectos .modal .modal-body {
	height: initial !important;
	padding: 26px !important;
}

.proyectos .modal .modal-footer {
	text-align: initial;
	padding: 14px 24px 14px 24px !important;
}

.proyectos .repetir-contenedor {
	padding: 14px;
	background-color: #F2F2F2;
}

.proyectos .repetir-contenedor .form-group:last-child, .proyectos .checkbox-row .form-group, .proyectos .client-info *, .proyectos .precios-info * {
	margin-bottom: 0px !important;
}

.proyectos .client-info .container-wrapper {
	border-bottom: 1px solid #C3C3C3;
	padding-bottom: 15px;
}

.proyectos .precios-info {
	padding-top: 15px;
}

.detalle-proyecto-table tbody {
	font-size: 14px;
}

.detalle-proyecto-table td {
	vertical-align: middle !important;
}

.detalle-proyecto-table .monto-generado, .detalle-proyecto-table .costo {
	padding: 0 10px;
}

.detalle-proyecto-table .monto-generado>.row, .detalle-proyecto-table .costo>.row {
	padding: 5px 0;
}

.detalle-proyecto-table .monto-generado>.row:nth-child(odd) {
	background-color: #F6F6F6;
}

.detalle-proyecto-table .costo>.row:nth-child(even) {
	background-color: #F6F6F6;
}

.detalle-proyecto-table tr:nth-child(2n) {
	background-color: white !important;
}

.detalle-proyecto-table tr {
	border-bottom: 1px solid #e0e0e0;
}

.detalle-proyecto-table tr td:first-child {
	background-color: #e8eaf6;
	text-align: center;
}

.proyectos .inputer.floating-label .form-control.valid~label, .proyectos .inputer.floating-label .form-control:focus~label {
	top: -17px;
	font-size: 14px;
}

.operaciones .grid-tax>span {
	width: 90px !important;
}

.operaciones .grid-dropdown {
	width: auto !important;
}

/* Punto de venta */

.punto_venta_tercero {
	overflow: hidden;
}

.select_tercero {
	padding: 0;
	float: left;
	/* width: 100%;
	max-width: 270px; */
}

.select_tercero_pv {
	margin-top: 18px;
}

.add_button_tercero {
	margin: 18px 0 0 6px;
}

.input_barcode {
	max-width: 245px;
	width: 100%;
	float: right;
	margin: 17px 0px 0 0;
	font-size: 13px;
}

.table_punto_de_venta {
	margin: 10px 0 30px;
}

.search_product {
	margin: 25px 0 0;
}

.head_category_product, .content-category-product ul {
	overflow: hidden;
}

.content-category-product ul {
	padding: 15px;
}

.head_category_product .col-md-6:first-child {
	padding-left: 0;
}

.head_category_product .select_tercero {
	width: 100%;
}

.head_category_product .select_categogy {
	margin: 20px 0 0;
}

.content-category-product {
	overflow-y: scroll;
	height: 370px;
	border: 1px solid #cccccc40;
	margin-top: 10px;
}

.content-category-product ul li {
	width: 150px;
	min-height: 220px;
	height: 100%;
	/* background: #ccc6; */
	margin: 0 0 10px 0;
	float: left;
	text-align: center;
}

.content-category-product ul li label {
	margin-top: 10px;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0;
}

.content-category-product ul li p {
	margin-bottom: 0;
}

.product-item-image {
	width: 120px;
	height: 120px;
	background: url('https://img.wikinut.com/img/gycf69_-6rv_5fol/jpeg/0/Best-Friends-Img-Src%3AImage%3A-FreeDigitalPhotos.net.jpeg');
	background-position: center;
	background-size: cover;
	margin: 0 auto;
}

.punto_venta_rd .btn-group button {
	font-size: 13px;
}

@media (max-width:1440px) {
	.punto_venta_rd {
		padding: 0px!important;
	}
}

@media (max-width:1280px) {
	.input_barcode {
		max-width: 100%;
	}
	.left-column-pv {
		width: 60%;
	}
	.right-column-pv {
		width: 40%;
	}
	.head_category_product .col-md-6 {
		width: 100%;
	}
	.right-column-pv .content-category-product ul li {
		width: 50%;
	}
	.select_tercero_pv {
		width: 80%;
	}
	.head_category_product .select_categogy {
		margin: 10px 0 0;
	}
}

@media (max-width:1024px) {}

@media (max-width:992px) {
	.punto-de-venta-layout #title-head {
		display: flex!important;
	}
	.punto_venta_rd {
		font-size: 16px!important;
		padding: 0 0px 20px!important;
	}
	.punto_venta_rd #title-head {
		display: flex!important;
	}
	.punto_venta_content_rd .col-xs-6 {
		width: 100%!important;
	}
	.product-item-image {
		width: 145px;
	}
	.content-category-product {
		height: 215px;
	}
	.content-category-product img {
		width: 120px;
		height: 120px;
	}
	.content-category-product ul li {
		width: 156px;
		min-height: 215px;
		margin: 15px 0 0 15px;
	}
	.content-category-product ul li label, .content-category-product ul li p {
		font-size: 14px;
	}
	.add_button_tercero {
		margin: 18px 10px 0;
	}
	.right-column-pv {
		margin: -20px 0 10px;
		order: -1;
	}
	.right-column-pv .content-category-product ul li {
		width: 28%;
	}
	.punto_venta_content_rd {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width:768px) {}

@media(max-width: 767px) {
	.tiempos-totales .col-xs-12 {
		padding: 10px;
		text-align: center;
	}
	.table_punto_de_venta table {
		table-layout: initial!important;
	}
	.action_button_table_pv .action-panel>div {
		text-align: center;
		float: none !important;
		margin: 10px 0;
	}
	.action_button_table_pv .action-panel>div>button, .action_button_table_pv .action-panel .btn-group {
		width: 100%;
	}
	.action_button_table_pv .action-panel .btn-group button, .action_button_table_pv .action-panel .pull-left a {
		width: 100%;
		margin: 5px 0;
	}
	#btn-crear-cotizacion, #btn-convertir-en-venta, .btn-group {
		margin: 0px!important;
	}
	.product-item-image {
		width: 115px;
	}
}

@media (max-width:599px) {
	.punto-de-venta-layout .panel {
		padding: 0px;
	}
	.right-column-pv .content-category-product ul li{
		width:43.5%;
	}
	.product-item-image{
		width:140px;
	}
}

@media (max-width:430px) {
	.right-column-pv .content-category-product ul li{
		width:100%;
		margin:0;
	}
	.product-item-image{
		width: 70%;
    	height: 140px;
	}
}
    .txt-center {
        text-align: center;
    }

    .title-start {
        text-transform: uppercase;
        margin: 50px 90px 30px;
        padding: 0 0 2%;
        border-bottom: 1px solid #f0f0f0;
    }

    .title-start h4,
    .title-start i {
        color: #3F51B5 !important;
    }

    .title-start h4 {
        font-weight: 500;
        margin-bottom: 0;
    }

    .box-start {
        width: 90%;
        margin: 0 auto 60px;
        overflow: hidden;
    }

    .box-start .col-md-6 {
        width: 45%;
    }

    .nav-tab-start .nav>li>a {
        padding: 10px 25px;
    }

    .nav-tab-start .nav-tabs {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        border-bottom: 0;
    }

    .box-config-star {
        position: relative;
    }

    .box-config-star .btn-help {
        position: absolute;
        bottom: 0;
        margin-bottom: 20px;
    }

    .col-box-star {
        border: 1px solid #f0f0f0;
        margin: 0 20px;
        padding: 20px;
        min-height: 645px;
    }

    .col-box-star h4 {
        font-weight: 500;
        text-align: center;
        border-bottom: 1px solid #f0f0f0;
        padding: 0 0 4%;
        margin: 0 18% 7% 17%;
    }

    .col-box-star p {
        font-size: 15px;
        padding: 0 20px;
    }

    .left-config h4 {
        margin-top: 30px;
        line-height: 25px;
    }
    /* Video block */

    .box-wrap-video {
        position: relative;
        text-align: center;
        /* margin-top:45px; */
    }

    .list-video-start {
        margin-top: 0px;
        overflow: hidden;
    }

    .box-video {
        width: 85%;
        height: 100%;
        max-height: 225px;
        min-height: 325px;
        position: absolute;
        top: 0;
        bottom: 0;
        right:0;
        left:7%;
        cursor: pointer;
        /* background: rgba(63, 81, 181, 0.92); */
    }

    .box-wrap-video-small {
        margin: 5px 0;
    }

    .box-video-small {
        min-height: 117px!important;
    }

    /* .box-video:hover,
    .box-video-small:hover {
        background: rgb(255, 143, 0);
    } */

    .box-video-small .box-video-content {
        padding: 14% 0!important;
    }

    .box-video-small .box-video-content p {
        margin-top: 5px;
    }

    .box-video-content {
        display: none;
        position: absolute;
        top: 0;
        color: #fff;
        text-align: center;
        width: 100%;
        height: 100%;
        padding: 30% 0 0;
    }

    .box-video-content p {
        font-size: 18px;
        font-weight: 600;
        margin-top: 20px;
    }

    .ic-play,
    .ic-chat-intercom {
        display: block;
        width: 75px;
        height: 75px;
        margin: 0 auto;
    }
    .ic-chat-intercom {
        background: url("/img/ic-chat-intercom.png");
        margin-left:0px;
        margin-top:10px;
        margin-right:10px;
        float:left;
    }
    .ic-play{
       background: url("/img/ic_play.svg");
    }
    .ic-play-small {
        width: 50px;
        height: 50px;
    }
    .text-chat-intercom{
        padding-top:10px!important;
    }

    .head-video-start {
        margin: 10px 0;
        overflow: hidden;
    }

    .head-video-start h5 {
        font-size: 16px;
        font-weight: 500;
        float: left;
        margin: 15px 0 0;
    }

    .head-video-start .nav-tab-start {
        float: right;
        border-bottom: 1px solid #f0f0f0;
    }

    .head-video-start .nav-tabs {
        border: 0;
    }

    .box-start .checkbox-modal {
        text-align: inherit!important;
        font-size: 15px;
        line-height: 21px;
        list-style-type: decimal!important;
        margin: 20px 10px;
    }

    .box-start .checkbox-modal a {
        color: rgba(63, 81, 181, .92);
        font-weight: 400;
    }

    .img-video {
        max-width: 100%;
    }

    .ic-button-home{
        text-align: center;
        padding-top: 20px;
    }
    .ic-button-home a {
        display: block;
        width: auto;
        max-width: 85%;
        margin: 10px auto;
        text-align: center;
        padding: 18px;
        font-size: 16px;
        font-weight: 600;
    }
    .ic-button-home .btn-green-home:hover,
    .ic-button-home .btn-orange-home,
    .ic-button-home .btn-blue-home:hover{
        color: #fff!important;
    }
    /* Green home button */
    .ic-button-home .btn-green-home:hover {
        background-color: #5cb85c!important;
        border-color: #5cb85c !important;
    }
    .ic-button-home .btn-green-home{
        color: #5cb85c!important;
        background-color: transparent!important;
        border-color: #5cb85c !important;
    }
    /* Orange home button */
    .ic-button-home .btn-orange-home {
        background-color: #ff8f00!important;
        border-color: #ff8f00 !important;
    }
    .ic-button-home .btn-orange-home:hover {
        color: #ff8f00!important;
        background-color: transparent!important;
        border-color: #ff8f00 !important;
    }
    /* Blue home button */
    .ic-button-home .btn-blue-home:hover {
        background-color: #3F51B5!important;
        border-color: #3F51B5 !important;
    }
    .ic-button-home .btn-blue-home {
        color: #3F51B5!important;
        background-color: transparent!important;
        border-color: #3F51B5 !important;
    }

    /* Help Button */
    .box-config-star {
        position: relative;
    }

    .box-config-star .btn-help {
        position: absolute;
        bottom: 0;
        margin-bottom: 20px;
        background: #777777!important;
        border-color: #777777!important;
        color: #ffffff!important;
    }

    .box-config-star .btn-help:hover {
        background: transparent!important;
        border: 1px solid #777777!important;
        color: #777777!important;
    }
    /* Box button close */
    .box-btn-close {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        padding: 15px;
    }

    .box-btn-close .fa-times {
        font-size: 14px;
        color: rgba(63, 81, 181, 0.8);
        background: white;
        border-radius: 7%;
        border: 1px solid #ccc;
        padding: 7px;
        height: 30px;
        width: 30px;
        text-align: center;
        cursor: pointer;
    }

    .box-btn-close .fa-times:hover {
        border: 1px solid rgb(255, 143, 0);
        background: rgb(255, 143, 0);
        color: #fff;
    }

    .list-start {
        list-style-type: decimal;
        padding: 10px 40px;
        color: rgba(63, 81, 181, .92);
        background: rgba(246, 246, 246, 0.31);
    }
    .list-start-head{
        font-weight: 700;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .button-help {
        background: #ff8f00;
        padding: 1px 8px;
        color: #fff;
        font-weight: 600;
        border-radius: 3px;
        margin-right: 5px;
        text-decoration: none;
    }

    .button-help:hover {
        background: rgba(63, 81, 181, .92);
        color: #fff;
        text-decoration: none;
    }
    .info-inteligente{
        font-size: 16px;
    }

    @media screen and ( max-width: 992px) {
        .box-start .col-md-6 {
            width: 100%;
            margin: 0 0 20px;
        }
        .box-video-content {
            padding: 10% 0 0;
        }
        .ic-button-home ul li {
            width: 45%;
            max-width: 100%;
            margin: 0 12px;
        }
        .box-video-small .box-video-content {
            padding: 7% 0!important;
        }
    }

    @media screen and ( max-width: 768px) {
        .ic-button-home {
            height: 300px;
            overflow-x: scroll;
        }
        .ic-button-home ul li {
            width: 100%;
            max-width: 100%;
        }
        .col-box-star h4 {
            margin: 30px 0;
        }
    }
.contenedor-reporte .mt-inputer {
	border-bottom: none;
}

.contenedor-reporte table a, .contenedor-reporte table a:hover, .contenedor-reporte table a:active {
	font-size: 12px;
}

.fechas-range {
	font-size: 14px;
	color: inherit;
}

.fechasBlock {
    max-width: 480px !important;
    min-width: 480px !important;
}

.fechasBlock .input-group {
	margin-bottom: 0px !important;
}

.fechasBlock button[data-toggle=dropdown] {
	color: inherit;
	font-size: 14px;
}

.fa-input {
	position: absolute;
    top: 11px;
    left: 10px;
    color: #999;
}

.dropdown .btn-flat {
	color: inherit !important;
}

.smallBlock button[data-toggle=dropdown] {
	font-size: 14px !important;
}
 /*
    Pricing
 */
 
 .box-pricing {
     background: #f8f8f8;
     padding: 20px 10px;
     margin: 20px 0;
 }
 
 .col-head-pricing {
     padding: 10px 20px 0px;
 }
 
 .col-head-pricing h5 {
     color: #3f51b5;
     font-weight: 800;
 }
 
 .radioer label {
     color: #767676!important;
     font-weight: 500!important;
 }
 /* Princing table */
 
 .pricing-grid,
 .pricing-grid-head {
     position: relative;
     width: 100%;
 }
 
 .pricing-grid-cards,
 .pricing-cards-head {
     display: flex;
     display: -webkit-box;
     display: -ms-flexbox;
     width: 100%;
     flex-wrap: wrap;
     position: relative;
 }
 
 .pricing-grid-cards .pricing-card-wrapper:nth-child(3),
 .pricing-cards-head .pricing-card-wrapper:nth-child(3) {
     border: 2px solid #fec006;
 }
 
 .pricing-cards-head .pricing-card-wrapper:nth-child(3) {
     padding: 1%;
     font-size: 16px;
     color: #fec006;
 }
 
 .pricing-cards-head {
     height: 40px;
 }
 
 .pricing-cards-head .pricing-card-wrapper {
     background: transparent;
 }
 
 .pricing-card-wrapper {
     width: 24.74%;
     text-align: center;
     margin: 0 1px;
     background: #fff;
 }
 
 .pricing-card a:hover {
     text-decoration: none;
 }
 
 .pricing-card h5 {
     color: #fff;
     font-weight: 600;
     padding: 5%;
     text-transform: uppercase;
     font-size: 18px;
 }
 
 .head-blue {
     background: #528ec2;
 }
 
 .head-darkblue {
     background: #3f51b5;
 }
 
 .head-yellow {
     background: #fec006;
 }
 
 .head-orange {
     background: #ff8f00;
 }
 
 .pricing-card-price span:first-child {
     font-size: 50px;
     font-weight: 600;
     display: block;
     color: #767676;
     margin-bottom: -10px;
 }
 
 .pricing-card-price span:nth-child(2) {
     color: #767676;
     font-size: 15px;
 }
 
 .pricing-card-div {
     height: 6px;
     margin: 10% 0;
 }
 
 .pricing-card-specs ul {
     padding: 2% 20%;
 }
 
 .pricing-card-specs ul li:nth-child(2n+1) {
     margin: 10px 0;
 }
 
 .pricing-card-foot {
     padding: 0 0 15%;
 }
 
 .pricing-foot {
     margin: 30px auto;
     text-align: center;
 }
 
 .pricing-foot p {
     color: #3f51b5;
 }
 
 .border-orange {
     border: 2px solid #ff8f00;
 }
 
 .border-yellow {
     border: 2px solid #fec006;
 }
 
 .borde-darkBlue {
     border: 2px solid #3f51b5;
 }
 
 .borde-lightBlue {
     border: 2px solid #528ec2;
 }
 /*
    Mediaqueries
*/
 
 @media screen and ( max-width: 1200px) {
     .pricing-grid-head {
         display: none;
     }
     .pricing-grid-cards {
         display: flex;
     }
     .pricing-card-wrapper {
         width: 47%;
         margin: 0 0 15px 15px;
     }
     .pricing-grid-cards .pricing-card-wrapper:nth-child(3) {
         border: none;
     }
     .pricing-card-div {
         margin: 4% 0;
     }
 }
 
 @media screen and ( max-width: 980px) {
     .col-head-pricing {
         padding: 10px 20px 20px;
     }
 }
 
 @media screen and ( max-width: 700px) {
     .pricing-card h5 {
         font-size: 32px;
     }
     .pricing-card-wrapper {
         width: 100%;
         margin: 0 0 15px 0;
     }
     .pricing-card-div {
         margin: 4% 0 1%;
     }
     .pricing-card-foot {
         padding: 0 0 8%;
     }
     .pricing-card-foot a {
         width: auto;
         padding: 2.5% 15%!important;
         font-size: 16px;
     }
 }
 
 @media screen and ( max-width: 480px) {}
fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{-webkit-animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation:a 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation:a 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0;padding-right:30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0;border-color:#999 transparent transparent;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select,.multiselect__option--disabled{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}.tooltip-tiempos {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: auto;
  height: auto;
  padding: 15px 10px;
  border-radius: 5px;
  color: white;
  border: 1px solid #666;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.ag-tooltip-hiding {
  opacity: 0;
}

.settings-section {
  background: gainsboro;
}

.example-card {
  color: red;
}

.document-header {
  margin: 0 2px;
}

#vue-app .multiselect,
#vue-app .multiselect__input,
#vue-app .multiselect__single {
  font-size: 14px;
}

#vue-app .multiselect__option--highlight {
  background: #7986CB;
  outline: none;
  color: #fff;
}

#vue-app .multiselect__option--selected {
  background: #ccc;
  outline: none;
  font-weight: normal;
}

#vue-app .multiselect__option--highlight {
  background: #7986CB;
  outline: none;
}

#vue-app .multiselect__tags {
  min-height: 35px !important;
  border-radius: 0 !important;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .contact-title-head .title-bar {
    width: 100% !important;
  }

  .data.mobile {
    display: block !important;
    float: none !important;
    margin: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ededed;
  }

  .data.mobile > span.user,
  .data.mobile > span.sucursal {
    text-align: center !important;
    color: #000 !important;
  }
}

.modal-body {
  background: white;
}

@media screen and (max-width: 768px) {
  #title-head {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .modal-body {
    width: 100%;
  }
}

#btn-convertir-en-venta {
  margin: 0 10px;
}

.email-modal-dialog {
  width: initial !important;
  max-width: initial !important;
}

.reporte-ventas #title-head .action-bar {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

@media screen and (max-height: 768px) {
  .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }

  #listadoBancos #title-head {
    display: block !important;
  }

  #listadoBancos .panel-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #listadoBancos .panel-buttons .btn {
    width: 49%;
    margin-right: 0 !important;
    margin: 2px 0;
  }
}

@media screen and (max-width: 768px) {
  .contact-title-head .title-bar {
    float: none;
  }

  #title-head,
  #title-head h3 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  #btn-crear-cotizacion,
  #btn-convertir-en-venta,
  .btn-group {
    float: none !important;
  }

  #listadoBancos .panel-buttons .btn {
    width: 100%;
    margin: 1.5% 0;
  }

  .email-modal-dialog {
    max-width: 430px !important;
  }

  #verBanco .flextack {
    margin-left: 0;
  }

  #verBanco .fechasBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  #verBanco .fechasBlock .fecha {
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  #btn-convertir-en-venta {
    margin: 0px;
  }
}

@media screen and (max-width: 333px) {
  #btn-crear-cotizacion {
    margin-bottom: 5px;
  }
}

/*Btn disable focus and active needs to be transparent*/

.btn-success[disabled] {
  background-color: transparent;
}

#body.swal2-height-auto {
  height: 100% !important;
}

.table.megatable tfoot .btn-group {
  margin-left: 10px;
}

.reporte-conciliacion-body .button-full-striped.btn-default:hover {
  color: #333 !important;
}

.help-text {
  margin-top: 5px;
  color: gray;
  display: inline-block;
}

.text-explanation {
  display: inline-block;
  margin: -5px 0 10px 0;
}

.height-25 {
  height: 25px;
}

.small-text {
  font-size: 0.8em;
}

.button-full-striped.btn-success:disabled {
  color: #fff !important;
}

textarea:disabled,
input:disabled {
  background-color: #eee;
}

.vdp-datepicker .form-control,
fieldset[disabled] .form-control {
  cursor: pointer;
  background-color: transparent !important;
  opacity: 1;
}

.vdp-datepicker__calendar header {
  display: block !important;
  line-height: 40px !important;
  opacity: 1 !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.vdp-datepicker__calendar .cell.selected:hover {
  background: #dde1fb !important;
}

.vdp-datepicker__calendar .cell.selected {
  background: #dde1fb !important;
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker__calendar .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker__calendar .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #dde1fb !important;
}

.uppercase {
  text-transform: uppercase;
}

.products-container.row {
  margin-left: 0;
  margin-right: 0;
}

.products-container.row .action-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn-simple {
  color: white;
  border: none;
  height: 100%;
  background: #3F51B5;
  border-radius: 3px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.btn-simple:hover {
  background: white;
  color: #3F51B5;
  border: 1px solid #3F51B5;
}

.slide-menu {
  z-index: 100;
}

.barraProgresoDescarga {
  background-color: #3e50b4;
  height: 3px;
  position: relative;
  margin-bottom: 20px;
}

.multiselect__tag {
  background: #3F51B5 !important;
}

.multiselect__tag-icon {
  color: white !important;
}

.multiselect__tag-icon:after {
  color: white !important;
}

.multiselect__tag-icon:hover {
  background: #3F51B5 !important;
}

.tabla-cuentas:last-child td {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: 100px;
  max-width: 150px;
}

.tabla-cuentas:last-child .cuenta {
  width: 511px !important;
}

.tabla-cuentas:last-child .saldo-inicial,
.tabla-cuentas:last-child .saldo-final {
  color: white;
  width: 20px !important;
}


@import url(/ag-grid-community/dist/styles/ag-grid.css);@import url(/ag-grid-community/dist/styles/ag-theme-balham.css);@import url(/ag-grid-community/dist/styles/ag-grid.css);@import url(/ag-grid-community/dist/styles/ag-theme-balham.css);@import url(/ag-grid-community/dist/styles/ag-grid.css);@import url(/ag-grid-community/dist/styles/ag-theme-balham.css);@import url(/ag-grid-community/dist/styles/ag-grid.css);@import url(/ag-grid-community/dist/styles/ag-theme-balham.css);@import url(/ag-grid-community/dist/styles/ag-grid.css);@import url(/ag-grid-community/dist/styles/ag-theme-balham.css);@import url(/ag-grid-community/dist/styles/ag-grid.css);@import url(/ag-grid-community/dist/styles/ag-theme-balham.css);@import url(/ag-grid-community/dist/styles/ag-grid.css);@import url(/ag-grid-community/dist/styles/ag-theme-balham.css);@import url(/ag-grid-community/dist/styles/ag-grid.css);@import url(/ag-grid-community/dist/styles/ag-theme-balham.css);@import url(/ag-grid-community/dist/styles/ag-grid.css);@import url(/ag-grid-community/dist/styles/ag-theme-balham.css);@import url(/ag-grid-community/dist/styles/ag-grid.css);@import url(/ag-grid-community/dist/styles/ag-theme-balham.css);@import url(/ag-grid-community/dist/styles/ag-grid.css);@import url(/ag-grid-community/dist/styles/ag-theme-balham.css);@import url(/ag-grid-community/dist/styles/ag-grid.css);@import url(/ag-grid-community/dist/styles/ag-theme-balham.css);@import url(/ag-grid-community/dist/styles/ag-grid.css);@import url(/ag-grid-community/dist/styles/ag-theme-balham.css);@import url(/ag-grid-community/dist/styles/ag-grid.css);@import url(/ag-grid-community/dist/styles/ag-theme-balham.css);@import url(/ag-grid-community/dist/styles/ag-grid.css);@import url(/ag-grid-community/dist/styles/ag-theme-balham.css);
#operaciones-index th{font-size:14px;font-weight:normal
}
.swal2-container .styled-select::after{display:none
}
.tooltip.top .tooltip-arrow{display:block !important;border-width:10px 10px 0;border-top-color:rgba(40,40,40,0.9)
}

.descargando-archivo[data-v-1455ea36] {
        padding: 50px;
        background: #FFF;
        position: absolute;
        left: 50%;
        z-index: 3;
        transform: translate(-50%, 50%);
        -webkit-transform: translate(-50%, 50%);
        font-size: 4em;
        font-weight: bold;
        text-align: center;
}
.descargando-ocultar[data-v-1455ea36] {
        opacity: 0.2;
        pointer-events: none;
}
.b-b-10[data-v-1455ea36] {
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 10px;
}
.form-input-container[data-v-1455ea36] {
        padding-left: 0;
        padding-right: 0;
}
#mensaje_correo[data-v-1455ea36] {
    height: 70px !important;
    overflow: hidden;
    border-bottom: 0 !important;
}


.descargando-archivo[data-v-2f70fa71] {
        padding: 50px;
        background: #FFF;
        position: absolute;
        left: 50%;
        z-index: 3;
        transform: translate(-50%, 50%);
        -webkit-transform: translate(-50%, 50%);
        font-size: 4em;
        font-weight: bold;
        text-align: center;
}
.descargando-ocultar[data-v-2f70fa71] {
        opacity: 0.2;
        pointer-events: none;
}
.b-b-10[data-v-2f70fa71] {
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 10px;
}
.form-input-container[data-v-2f70fa71] {
        padding-left: 0;
        padding-right: 0;
}
#mensaje_correo[data-v-2f70fa71] {
    height: 70px !important;
    overflow: hidden;
    border-bottom: 0 !important;
}


input:invalid {
    border-color: inherit !important;
}
.modal-small {
    height: 115px !important;
}

.info-inteligente[data-v-19cca5f7] {
  font-size: 16px;
}

.m-t-b[data-v-470dc49c] {
    margin: 5px 0;
}
.f-s-15[data-v-470dc49c] {
    font-size: 15px;
}
.pointer[data-v-470dc49c] {
    cursor: pointer;
}
.font-bold[data-v-470dc49c] {
    font-weight: bold;
}
.checkboxer input[type=checkbox]+label[data-v-470dc49c]:before {
    left: -20px;
}
.button-full-striped.btn-default[data-v-470dc49c]:hover,
.button-full-striped.btn-default[data-v-470dc49c]:active,
.button-full-striped.btn-default[data-v-470dc49c]:focus {
    color: black !important;
}
.oorden-grey[data-v-470dc49c] {
    color: #a0a2ab !important;
}
table tr td[data-v-470dc49c]:first-child {
    width: 80%;
}

.tab {
  font-size: 1.3em;
  margin: 20px 20px 20px 0px;
  display: inline-block;
  padding: 0px 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.selected {
  border-bottom: 2px solid #3e50b4;
}

.custom-checkbox {
  cursor: pointer;
  margin: 0 5px;
}
.account {
  font-size: .8em;
  margin: 15px 0;
}
.smallSelect {
  width: 180px;
  display: inline-block;
  margin-left: 10px
}
.smallFont {
  font-size: .8em
}
.labelContainer {
  width: 100px;
  display: inline-block;
  font-size: .8em
}

.compound-checkbox {
      margin-top: 6px;
      margin-left: 13px;
}
.custom-checkbox {
  cursor: pointer;
  margin: 0 5px;
}
.account {
  font-size: .8em;
  margin: 15px 0;
}
.smallSelect {
  width: 180px;
  display: inline-block;
  margin-left: 10px
}
.smallFont {
  font-size: .8em
}
.labelContainer {
  width: 100px;
  display: inline-block;
}
.body-container {
  height: 400px;
}
.list-item {
  margin-bottom: 10px;
  cursor: pointer;
}
.icon-container {
  color: rgb(63, 81, 181);
  margin: 0 10px 0 0;
}
.list-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.conjunto-title {
  font-size: 1.4em;
  margin: 10px 0 10px 0
}
.input-container {
  font-size: 1.2em;
  margin: 15px 0;
  color: rgb(63, 81, 181);
}
.name-input {
  width: 50%
}
.none-selected {
  text-align: center;
  font-size: 1.3em;
  color: lightgray;
  margin: 5px 0;
}

.modal-dialog.modal-lg[data-v-2f09a10a] {
    width: 900px !important;
    max-width: 900px !important;
}
.modal-dialog.modal-xl[data-v-2f09a10a] {
    width: 1300px !important;
    max-width: 1300px !important;
}
.save-cancel-footer[data-v-2f09a10a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}
.text-danger[data-v-2f09a10a] {
    color: #a22700 !important;
}







































































































































































































.titulo[data-v-8fc5b4d4] {
  color: #3F51B5;
  margin-bottom: 5px;
}
.spin[data-v-8fc5b4d4] {
  font-size: 5em;
  margin: 0;
}
.enviando[data-v-8fc5b4d4] {
  opacity: 0.3;
}
.enviar-correos[data-v-8fc5b4d4] {
  position: absolute;
  width: 95%;
  z-index: 9999;
  text-align: center;
}
.desh[data-v-8fc5b4d4] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.btnCfdi[data-v-8fc5b4d4] {
  border-radius: 3px;
  padding: 5px 18px;
  font-size: 14px;
}
.btnCfdi[data-v-8fc5b4d4]:disabled {
  cursor: not-allowed;
  background: #5cb85c;
  opacity: 0.4;
}
.btnCfdi[data-v-8fc5b4d4]:disabled {
  cursor: not-allowed;
  background: #5cb85c;
  opacity: 0.4;
}
.btn-primary[data-v-8fc5b4d4] {
  border: 1px solid #f0ad4e;
}
.btn-cancelar[data-v-8fc5b4d4] {
  background-color: #fff;
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.btn-cancelar[data-v-8fc5b4d4]:hover {
  background-color: #f0ad4e;
  color: #fff;
  border: 1px solid #f0ad4e;
}
.separador-izquierda[data-v-8fc5b4d4] {
  margin-left: 10px;
}
.sin-borde[data-v-8fc5b4d4] {
  padding: 0;
  margin: 0;
}
.reporte[data-v-8fc5b4d4] {
  margin-top: 20px;
}
.texto-reporte[data-v-8fc5b4d4] {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-position: under;
}
.fecha-reporte[data-v-8fc5b4d4] {
  text-transform: capitalize;
  text-decoration: none;
  font-weight: bold;
  margin-left: 10px;
}
.puntero[data-v-8fc5b4d4] {
  cursor: pointer;
}
.filtrosSelector[data-v-8fc5b4d4] {
  top: 32px;
  z-index: 1;
  margin-top: -20px;
}

.vencido[data-v-67bb52f2] {
  color: #f34235;
}
.xAsociar[data-v-67bb52f2] {
  color: green;
}
.horizontal[data-v-67bb52f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.etiqueta[data-v-67bb52f2] {
  font-size: 1em;
}
.detalle[data-v-67bb52f2] {
  margin-left: 15px;
  font-size: 1.1em;
}
.detalle-saldo[data-v-67bb52f2] {
  margin-left: 15px;
  font-weight: bold;
  font-size: 1.2em;
}
.moneda[data-v-67bb52f2] {
  font-weight: bold;
  font-size: 1.2em;
}
.lab-hor[data-v-67bb52f2] {
  width: 14em;
}
.pago[data-v-67bb52f2] {
  margin-left: 5px;
  font-size: 0.8em;
}

.notasVisibles[data-v-a14fe6be] {
  text-align: justify;
  margin-bottom: 0;
  padding: 5px;
}
.fechaNota[data-v-a14fe6be] {
  text-align: center;
  padding-top: 4%;
}
.notas .notasVisibles[data-v-a14fe6be]:nth-child(even) {
  background-color: transparent;
}
.notas .notasVisibles[data-v-a14fe6be]:nth-child(odd) {
  background-color: #f6f6f6;
}
.font-btn[data-v-a14fe6be] {
  font-size: small;
}
.tituloNotas[data-v-a14fe6be] {
  padding-bottom: 0;
}
.tipoNota[data-v-a14fe6be] {
  font-weight: bold;
}
.diaActual[data-v-a14fe6be] {
  color: #ff8f00;
}
.vencido[data-v-a14fe6be] {
  color: red;
}
.addNota[data-v-a14fe6be] {
  background-color: transparent;
  text-align: left;
}
.encabezadoTi[data-v-a14fe6be] {
  background: #ccc;
}
.btn-primary[data-v-a14fe6be]:disabled {
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
}
.selectorNota[data-v-a14fe6be] {
  min-width: 100px;
  -webkit-appearance: menulist;
  border: none !important;
  border-bottom: 1px solid #e0e0e0 !important
}

.radioer[data-v-03ef202a] {
  font-size: 18px;
}
.separador[data-v-03ef202a] {
  margin-bottom: 10px;
}
.descargando-archivo[data-v-03ef202a] {
  padding: 50px;
  background: #FFF;
  position: absolute;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  font-size: 4em;
  font-weight: bold;
  text-align: center;
}
.descargando-ocultar[data-v-03ef202a] {
  opacity: 0.2;
  pointer-events: none;
}

.reporte-ventas-exp-body {
  overflow: visible !important;
  height: 20% !important;
}
.button-full-striped.btn-default:hover {
  color: black !important;
}

.radioer[data-v-12c4a172] {
  font-size: 18px;
}
.separador[data-v-12c4a172] {
  margin-bottom: 10px;
}
.descargando-archivo[data-v-12c4a172] {
  padding: 50px;
  background: #FFF;
  position: absolute;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  font-size: 4em;
  font-weight: bold;
  text-align: center;
}
.descargando-ocultar[data-v-12c4a172] {
  opacity: 0.2;
  pointer-events: none;
}

.reporte-ventas-exp-body {
  overflow: visible !important;
  height: 20% !important;
}
.button-full-striped.btn-default:hover {
  color: black !important;
}

.radioer[data-v-876fda86] {
    font-size: 18px;
}
.separador[data-v-876fda86] {
    margin-bottom: 10px;
    height: 34px;
}
.descargando-archivo[data-v-876fda86] {
    padding: 50px;
    background: #FFF;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    font-size: 4em;
    font-weight: bold;
    text-align: center;
}
.descargando-ocultar[data-v-876fda86] {
    opacity: 0.2;
    pointer-events: none;
}
.modal-body[data-v-876fda86] {
    /* height: fit-content !important; */
}

.reporte-ventas-exp-body{overflow:visible !important;height:20% !important
}
.button-full-striped.btn-default:hover{color:black !important
}
.modal-body .mt-inputer.dateRange{padding-bottom:0
}
.modal-body .mt-inputer.dateRange button[data-toggle=dropdown]{padding-left:0
}

.radioer[data-v-4ac58d95] {
  font-size: 18px;
}
.separador[data-v-4ac58d95] {
  margin-bottom: 10px;
  height: 34px;
}
.descargando-archivo[data-v-4ac58d95] {
  padding: 50px;
  background: #FFF;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  font-size: 4em;
  font-weight: bold;
  text-align: center;
}
.descargando-ocultar[data-v-4ac58d95] {
  opacity: 0.2;
  pointer-events: none;
}
.modal-body[data-v-4ac58d95] {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.reporte-ventas-exp-body{overflow:visible !important;height:20% !important
}
.button-full-striped.btn-default:hover{color:black !important
}
.modal-body .mt-inputer.dateRange{padding-bottom:0
}
.modal-body .mt-inputer.dateRange button[data-toggle=dropdown]{padding-left:0
}

.radioer[data-v-4a2c1a3c] {
  font-size: 18px;
}
.separador[data-v-4a2c1a3c] {
  margin-bottom: 10px;
  height: 34px;
}
.descargando-archivo[data-v-4a2c1a3c] {
  padding: 50px;
  background: #FFF;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  font-size: 4em;
  font-weight: bold;
  text-align: center;
}
.descargando-ocultar[data-v-4a2c1a3c] {
  opacity: 0.2;
  pointer-events: none;
}
.modal-body[data-v-4a2c1a3c] {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.reporte-ventas-exp-body{overflow:visible !important;height:20% !important
}
.button-full-striped.btn-default:hover{color:black !important
}
.modal-body .mt-inputer.dateRange{padding-bottom:0
}
.modal-body .mt-inputer.dateRange button[data-toggle=dropdown]{padding-left:0
}

.radioer[data-v-28bbf2ba] {
  font-size: 18px;
}
.separador[data-v-28bbf2ba] {
  margin-bottom: 10px;
  height: 34px;
}
.descargando-archivo[data-v-28bbf2ba] {
  padding: 50px;
  background: #FFF;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  font-size: 4em;
  font-weight: bold;
  text-align: center;
}
.descargando-ocultar[data-v-28bbf2ba] {
  opacity: 0.2;
  pointer-events: none;
}
.modal-body[data-v-28bbf2ba] {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.reporte-ventas-exp-body{overflow:visible !important;height:20% !important
}
.button-full-striped.btn-default:hover{color:black !important
}
.modal-body .mt-inputer.dateRange{padding-bottom:0
}
.modal-body .mt-inputer.dateRange button[data-toggle=dropdown]{padding-left:0
}







#poliza-index th{font-size:14px;font-weight:normal
}
.badge-table{border-radius:12px;background:#f0f0f0;padding:4px;width:2em
}
.col-md-12.col-sm-12.col-xs-12{padding-left:0;padding-right:0
}

.align-right {text-align: right
}
.ag-row {border-bottom: 1px solid lightgrey
}
.ag-row-level-1 {background-color: #fff  !important
}
.ag-row-level-2 {background-color: #fff !important
}
.ag-row-level-3 {background-color: #fff  !important
}
.ag-row-level-4 {background-color: #fff !important
}
.ag-hover-row:hover {background: #e8eaf6 !important
}
.ag-row-marcada {background: #e8eaf6 !important
}
.ag-puntero:hover {cursor: pointer; background: #e8eaf6 !important;
}
.ag-input-fechas {width: 127px !important
}
.ag-fila-gris {background-color: #f6f6f6 !important
}
.ag-no-mostrar {display: none !important
}
.ag-root-wrapper-body {color: #666666
};
.ag-floating-filter-body {
    height: 28px !important;
}
.ag-floating-filter-input {
    height: 28px !important;
    padding: 0 !important;
    margin-top: 2px !important;
}
.ag-filter-filter {
    height: 28px !important;
    padding: 0 !important;
    margin-top: 2px !important;
}
.ag-header-cell {
    bottom: 2px;
}
.ag-row-selected {
    background-color: #b7e4ff !important;
}
.ag-row-selected:hover {
    background-color: #b7e4ff !important;
}
.text-danger {
    color: rgb(243, 66, 53) !important;
}
.paginador {
    z-index: 20;
}

.swal2-popup.swal-modal{width:50em !important
}
.swal2-popup.swal-modal .swal2-content{font-size:1.8em !important
}
.swal2-popup.swal-modal .swal2-styled.swal2-confirm{font-size:1.5em !important
}
.swal2-popup.swal-modal .swal2-styled.swal2-cancel{font-size:1.5em !important
}



.btn-indigo[disabled][data-v-75d18858]{
    background-color: white !important;
}
.btn-indigo[data-v-75d18858]:hover{
    background-color: #3F51B5 !important;
}

.titulo-cuenta {
    margin-bottom: 0px;
    color: rgb(63, 81, 181);
    font-size: 18px;
    font-weight: 500;
}

select[data-v-5d08b857] {
    border: 1px solid #e0e0e0 !important;
}
.btn-success[disabled][data-v-5d08b857] {
    background-color: #dff1e0 !important
}


.procesando[data-v-0ecfd75a] {
    padding: 50px;
    background: #FFF;
    position: absolute;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    font-size: 4em;
    font-weight: bold;
    text-align: center;
}
.procesando-ocultar[data-v-0ecfd75a] {
    opacity: 0.2;
    pointer-events: none;
}
.b-b-10[data-v-0ecfd75a] {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
}
.form-input-container[data-v-0ecfd75a] {
    padding-left: 0;
    padding-right: 0;
}


.total-row {
	font-weight: bold;
	cursor: pointer;
}
.total-row:hover,
.total-hovered {
	/* background: rgba(47, 68, 255, 0.15) !important; */
}



#e-commerce[data-v-79963992] {
	padding: 20px 40px;
}

.ic_logo_ecommerce[data-v-aa53a5ca] {
  text-align: center;
  float: none;
  margin-bottom: 20px;
}
label[data-v-aa53a5ca] {
  color: #3f51b5;
  font-size: 14px;
}
.select_almacen[data-v-aa53a5ca] {
  padding: 0px;
}

.category-actions {
    display: inline;
    margin-left: 10px;
}
.category-item__delete {
    cursor: pointer;
}
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown), body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    height: 100%;
}
#agregarTercero .inputer .input-wrapper::before {
    height: 0!important;
}
span.forms-error {
    color: red;
    display: block;
    font-size: 11px;
    padding-top: 4px;
}

.contacts-modal .modal-body{padding-top:0  !important
}
.contacts-modal .modal-subtitle{margin-top:15px !important
}

table[data-v-dc7b0ab4] {
    width: 100%;
    border-collapse: collapse;
}
th[data-v-dc7b0ab4] {
    color: white;
    font-weight: bold;
}
.responsive-fancy-tb[data-v-dc7b0ab4]{
    padding:0!important;
}
.responsive-fancy-tb ul[data-v-dc7b0ab4]{
    margin:0!important;
}
@media only screen and (max-width: 767px) {
table[data-v-dc7b0ab4], thead[data-v-dc7b0ab4], tbody[data-v-dc7b0ab4], th[data-v-dc7b0ab4], td[data-v-dc7b0ab4], tr[data-v-dc7b0ab4] {
		display: block;
}
thead tr[data-v-dc7b0ab4] {
		position: absolute;
		top: -9999px;
		left: -9999px;
}
tr[data-v-dc7b0ab4] {
        margin-bottom:20px;
}
td[data-v-dc7b0ab4] {
		border: none;
		border-bottom: 1px solid rgba(236, 236, 236, 0.65);
		position: relative;
		padding: 3% 0 3% 40%;
        background:rgba(240, 240, 240, 0.2);
        text-align:left;
}
td[data-v-dc7b0ab4]:before {
		position: absolute;
		top: 14px;
		left: 15px;
		width: 30%;
		white-space: nowrap;
}
td[data-v-dc7b0ab4]:nth-of-type(1):before { content: "Nombre";
}
td[data-v-dc7b0ab4]:nth-of-type(2):before { content: "Detalles";
}
}
































































































































































































































































































































































































































































































































































































































































































































/* Global style */
.tab-content .mt-inputer[data-v-39630284] {
	width: 100%;
}
.mt-inputer label[data-v-39630284] {
	margin: 5px 10px 15px 0;
	font-size: 14px;
}
.radio-box-wrap h5[data-v-39630284] {
	width: 100%;
	font-size: 14px;
	color: #666;
}
.radioer input[type="radio"] + label[data-v-39630284] {
	margin: 4px 4px 4px 22px;
	padding: 4px 10px;
}
.radioer input[type="radio"] + label[data-v-39630284]:before {
	left: -21px;
}

/* Media queries */
@media screen and (max-width: 767px) {
#presupuestos > div > div:nth-child(5) > button.btn-success.btn.btn-sm.disabled[data-v-39630284],
	.nav-tabs > li[data-v-39630284] {
		float: left !important;
}
}

.badge-table {
    border-radius: 50%;
    background: #f0f0f0;
    padding: 4px 0px;
    width: 2.2em;
    display: inline-block;
    vertical-align: initial;
    text-align: center;
}

#cotizacion-index th[data-v-2d54cd23] {
    font-size: 14px;
    font-weight: normal;
}
.wrapper[data-v-2d54cd23]{
    max-width:100%!important;
}

.action-delete[data-v-0ad0277d]{-webkit-transition:all ease .3s;transition:all ease .3s
}
.action-delete[data-v-0ad0277d]:hover{color:red;-webkit-transform:scale(1.3);transform:scale(1.3);cursor:pointer
}
.btn-success[data-v-0ad0277d]:disabled{color:white
}
.form-inline[data-v-0ad0277d]{width:100%
}
.list-content button[data-v-0ad0277d]{margin:5px
}
table[data-v-0ad0277d],td[data-v-0ad0277d],tr[data-v-0ad0277d]{border:none !important
}
.picker-container[data-v-0ad0277d]{width:30%;height:42px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.picker-container h5[data-v-0ad0277d]{margin-top:auto;margin-bottom:auto;margin-right:10px
}
.row-note .multiselect[data-v-0ad0277d],.row-note .vdp-datepicker[data-v-0ad0277d],.box-radio[data-v-0ad0277d],.box-radio h5[data-v-0ad0277d]{float:left
}
.row-note .multiselect[data-v-0ad0277d]{margin-right:20px;width:30%
}
.row-note .vdp-datepicker[data-v-0ad0277d]{width:30%
}
.row-note .vdp-datepicker h5[data-v-0ad0277d]{float:left;margin:10px 10px 0
}
.megatable[data-v-0ad0277d]{margin-bottom:0
}
.checkboxer-indigo[data-v-0ad0277d]{margin:0
}
.search-note[data-v-0ad0277d]{margin-bottom:20px
}
.box-radio[data-v-0ad0277d]{padding:8px 0 0
}
.box-radio h5[data-v-0ad0277d]{margin-right:5px
}
.not-note[data-v-0ad0277d]{width:100%;text-align:center
}
.h-title-a[data-v-0ad0277d]{width:5%
}
.h-title-b[data-v-0ad0277d]{width:65%
}
.h-title-c[data-v-0ad0277d]{width:10%
}
.h-title-d[data-v-0ad0277d]{width:20%
}
.date-list p[data-v-0ad0277d]{margin-bottom:0
}
.panel-body.panel-body-note[data-v-0ad0277d]{-webkit-transition:all ease .3s;transition:all ease .3s
}
.panel-body.panel-body-note .wrap-note-mod[data-v-0ad0277d]{min-height:308px;-webkit-transition:all ease .3s;transition:all ease .3s
}

.row[data-v-5c160024] {
    margin-left: 0;
    margin-right: 0;
}

#cotizacion-index th[data-v-5a70005e] {
    font-size: 14px;
    font-weight: normal;
}
.badge-table[data-v-5a70005e] {
    border-radius: 12px;
    background: #f0f0f0;
    padding: 4px;
    width: 2em;
}

.formulario[data-v-7437fb06] {
  font-size: 14px;
}
.titulo[data-v-7437fb06] {
  font-weight: bold;
}
.detalle[data-v-7437fb06] {
  color: #3F51B5;
  font-weight: bold;
}
.detalle[data-v-7437fb06]:hover {
  font-weight: bold;
  color: #c4c4c4;
  -webkit-text-decoration: underline #c4c4c4;
          text-decoration: underline #c4c4c4;
}
.warn-section[data-v-7437fb06] {
  color: #3F51B5;
  font-size: 1.2em;
  margin: 5px 0;
  font-weight: bold;
}
.warn-element[data-v-7437fb06] {
  color: black;
}
.edit-button[data-v-7437fb06] {
  color: #3F51B5;
  cursor: pointer;
  font-style: italic;
}

.modal-mask[data-v-bfe5252a] {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-wrapper[data-v-bfe5252a] {
  display: table-cell;
  vertical-align: middle;
}
.modal-container[data-v-bfe5252a] {
  width: 60%;
  margin: 0px auto;
  padding: 0;
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
          box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header[data-v-bfe5252a] {
  margin: 0 !important;
  font-size: 23px;
  padding: 10px !important;
  text-align: center;
  border: none;
}
.modal-body[data-v-bfe5252a] {
  margin: 0 !important ;
  padding: 10px !important;
}
.modal-footer[data-v-bfe5252a] {
  margin: 0 !important ;
  padding: 10px !important;
  border: none;
}
.modal-default-button[data-v-bfe5252a] {
  float: right;
}
.modal-enter[data-v-bfe5252a] {
  opacity: 0;
}
.modal-leave-active[data-v-bfe5252a] {
  opacity: 0;
}

.centrado[data-v-2f0efb9d] {
  text-align:center;
}
.subtitulo[data-v-2f0efb9d] {
  border-bottom: 1px solid #3F51B5;
  width: 40%;
}
.titulo[data-v-2f0efb9d] {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #3F51B5;
          text-decoration-color: #3F51B5;
  text-underline-position: under;
}
.separador[data-v-2f0efb9d] {
  margin-left: 30px;
  margin-bottom: 5em;
}
.listado[data-v-2f0efb9d] {
  color: red;
  list-style: square;
  margin-left: 30px;
}
.btn-cancelar[data-v-2f0efb9d] {
  background-color: #fff;
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.btn-primary[data-v-2f0efb9d]:disabled {
  cursor: not-allowed !important;
  opacity: .65;
  background-color: #337ab7 !important;
}

#cotizacion-index th[data-v-55b147ce] {
    font-size: 14px;
    font-weight: normal;
}
.badge-table[data-v-55b147ce] {
    border-radius: 12px;
    background: #f0f0f0;
    padding: 4px;
    width: 2em;
}

#cotizacion-index th[data-v-9ed09116] {
    font-size: 14px;
    font-weight: normal;
}
.badge-table[data-v-9ed09116] {
    border-radius: 12px;
    background: #f0f0f0;
    padding: 4px;
    width: 2em;
}

.cell-documento[data-v-23adcebf] {
    cursor: pointer;
    color: rgb(137, 149, 210);
}
.cell-documento[data-v-23adcebf]:hover {
    color: gray;
}
.flex-center[data-v-23adcebf] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.title-table .actions a[data-v-23adcebf], table a[data-v-23adcebf], table a[data-v-23adcebf]:active, table a[data-v-23adcebf]:hover {
    color: #5677fc;
}

.cell-documento[data-v-b4b16a42] {
    cursor: pointer;
    color: rgb(137, 149, 210);
}
.cell-documento[data-v-b4b16a42]:hover {
    color: gray;
}
.flex-center[data-v-b4b16a42] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.title-table .actions a[data-v-b4b16a42], table a[data-v-b4b16a42], table a[data-v-b4b16a42]:active, table a[data-v-b4b16a42]:hover {
    color: #5677fc;
}

.table>tbody>tr>th[data-v-3b1e5763] {
  background: #e8eaf7;
}
.titulo[data-v-3b1e5763] {
  font-weight: bold;
}
.formulario[data-v-3b1e5763] {
  font-size: 14px;
}
.margen-btn[data-v-3b1e5763] {
  margin-top: 20px;
  margin-bottom: 5%;
}
.encabezado[data-v-3b1e5763] {
  color: #3F51B5;
  border-bottom: 1px solid #3F51B5;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.texto-derecha[data-v-3b1e5763] {
  text-align: right;
}
.color-estatus-inact[data-v-3b1e5763] {
  color: #d9534f;
  font-weight: bold;
}
.color-estatus-act[data-v-3b1e5763] {
  color: #5cb85c;
  font-weight: bold;
}
.boton-act[data-v-3b1e5763] {
  font-size: 12px;
  margin-left: 30px;
}

.input-error[data-v-e5f10880], .input-error .input-wrapper[data-v-e5f10880] {
  border-bottom: 1px solid red;
}
.selectorProd[data-v-e5f10880] {
  margin-top: 10px;
  margin-left:5px;
}
.opacidad-existente[data-v-e5f10880] {
  opacity: 0.4;
  pointer-events: none;
}
.inputer label[data-v-e5f10880] {
  top: -17px !important;
}
.productoExistente[data-v-e5f10880] {
  margin-top: 2em;
  padding-left: 4em;
}
.productoExistente[data-v-e5f10880]:before {
  content: "\F111";
  font-family: FontAwesome;
  padding-right: 10px;
  font-size: 10px;
}
.proveedores[data-v-e5f10880] {
  margin-top: 0;
  margin-bottom: 0;
}
.opacidad-formulario[data-v-e5f10880] {
  opacity: 0.2;
  pointer-events: none;
}
.marcar-campo[data-v-e5f10880] {
  border-bottom: 1px solid red;
}
.aviso-excluir[data-v-e5f10880] {
  padding: 50px;
  background: #F7F7F7;
  border: 1px solid black;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  font-size: 18px;
  font-weight: bold;
}
.catWarning[data-v-e5f10880] {
  color: #ce960e;
}
.colWarning[data-v-e5f10880] {
  top: -2em;
  color: #ce960e;
}
.spanCat[data-v-e5f10880] {
  top: -1.5em !important;
}
.catWarning[data-v-e5f10880]::before {
  font-family: 'FontAwesome';
  content: '\F071';
}

.select-caller:hover,#select2-not-found-product:hover a{color:white !important
}
#select2-not-found-product{background:#5cb85c;color:white
}
#select2-not-found-product a{color:white !important
}
#select2-not-found-product:hover{background:#449d44 !important
}
.product-cell .select2,.smart-search-results{font-family:'FontAwesome', Roboto, sans-serif
}

#cotizacion-index th[data-v-967c78c2] {
    font-size: 14px;
    font-weight: normal;
}
.badge-table[data-v-967c78c2] {
    border-radius: 12px;
    background: #f0f0f0;
    padding: 4px;
    width: 2em;
}

.row[data-v-7ef729a0] {
    margin-left: 0;
    margin-right: 0;
}

.row-note .multiselect[data-v-1509e534],
.row-note .vdp-datepicker[data-v-1509e534] {
    float: left;
}
.row-note .multiselect[data-v-1509e534] {
    margin-right: 20px;
    width: 60%;
}
.row-note .vdp-datepicker[data-v-1509e534] {
    width: 30%;
}


#datepicker-notas{
    height: 40px !important;
    padding: 5px 15px;
}

.disabled-button {
	    opacity: 0.4;
}

.titulo-opcion[data-v-4d4b7f68] {
    margin-bottom:0px;
}

.product-box-name{
    white-space:normal!important;
}
.product-box-name .li-product-name{
    overflow-wrap: break-word;
    width: 18em;
}

.hello {
	color: green;
}
.red {
	color: blue;
}

#advanced-tools {
	padding: 20px 40px;
}

.input-error[data-v-32d73454], .input-error .input-wrapper[data-v-32d73454] {
  border-bottom: 1px solid red;
}
.opacidad-formulario[data-v-32d73454] {
  opacity: 0.2;
  pointer-events: none;
}
.aviso-excluir[data-v-32d73454] {
  padding: 50px;
  background: #F7F7F7;
  border: 1px solid black;
  position: absolute;
  left: 50%;
  top: -5%;
  z-index: 3;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  font-size: 18px;
  font-weight: bold;
}
.opacidad-input[data-v-32d73454] {
  opacity: 0.2;
}
.centrado[data-v-32d73454] {
  text-align:center;
}

.email-content[data-v-75ff1e62] {
    padding: 20px 40px;
}
#settings .checkboxer input[type=checkbox] + label[data-v-75ff1e62]:after {
    top: 3px !important;
}
.checkboxer input[type=checkbox] + label[data-v-75ff1e62]:before {
    top: 7px;
}
.check-box label[data-v-75ff1e62] {
    color: #666 !important;
}
.col-correo[data-v-75ff1e62] {
    margin-bottom: 10px;
}


.variables-table > tbody > tr > td[data-v-1687a2ff]:nth-child(even) {
	width: 100%;
}
.b-b-10[data-v-1687a2ff] {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
}
table[data-v-1687a2ff] {
	margin: 20px 0;
}
table .row[data-v-1687a2ff] {
	margin-left: 0;
	margin-right: 0;
}
thead[data-v-1687a2ff] {
	background: #e8eaf6;
	padding: 10px 20px;
	display: block;
}
tbody[data-v-1687a2ff] {
	padding: 20px;
	display: block;
	border: 1px solid #e8eaf6;
}
.name-type[data-v-1687a2ff] {
	color: #3f51b5;
}
.email-content[data-v-1687a2ff] {
	padding: 20px 40px;
}

/* .checkboxer{
        display:initial;
    } */
.wrap-mail[data-v-1687a2ff] {
	padding: 20px 0 !important;
}
#nombre_firma[data-v-1687a2ff],
#nombre_msj[data-v-1687a2ff] {
	height: 70px !important;
	overflow: hidden;
	border-bottom: 0 !important;
}
#settings .checkboxer input[type="checkbox"] + label[data-v-1687a2ff]:after {
	top: 3px !important;
}
.checkboxer input[type="checkbox"] + label[data-v-1687a2ff]:before {
	top: 7px;
}
.check-box label[data-v-1687a2ff] {
	color: #666 !important;
}
.form-input-container[data-v-1687a2ff] {
	padding-left: 0;
	padding-right: 0;
}
.btn-primary[data-v-1687a2ff]:disabled {
	background-color: #3f51b5 !important;
}

.variables-table > tbody > tr > td[data-v-206e9416]:nth-child(even) {
	width: 100%;
}
.b-b-10[data-v-206e9416] {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
}
table[data-v-206e9416] {
	margin: 20px 0;
}
table .row[data-v-206e9416] {
	margin-left: 0;
	margin-right: 0;
}
thead[data-v-206e9416] {
	background: #e8eaf6;
	padding: 10px 20px;
	display: block;
}
tbody[data-v-206e9416] {
	padding: 20px;
	display: block;
	border: 1px solid #e8eaf6;
}
.name-type[data-v-206e9416] {
	color: #3f51b5;
}
.email-content[data-v-206e9416] {
	padding: 20px 40px;
}

/* .checkboxer{
        display:initial;
    } */
.wrap-mail[data-v-206e9416] {
	padding: 20px 0 !important;
}
#nombre_firma[data-v-206e9416],
#nombre_msj[data-v-206e9416] {
	height: 70px !important;
	overflow: hidden;
	border-bottom: 0 !important;
}
#settings .checkboxer input[type="checkbox"] + label[data-v-206e9416]:after {
	top: 3px !important;
}
.checkboxer input[type="checkbox"] + label[data-v-206e9416]:before {
	top: 7px;
}
.check-box label[data-v-206e9416] {
	color: #666 !important;
}
.form-input-container[data-v-206e9416] {
	padding-left: 0;
	padding-right: 0;
}
.btn-primary[data-v-206e9416]:disabled {
	background-color: #3f51b5 !important;
}

#poliza-index th {
    font-size: 14px;
    font-weight: normal;
}
.badge-table {
    border-radius: 12px;
    background: #f0f0f0;
    padding: 4px;
    width: 2em;
}

.row[data-v-5d8ed4af] {
    margin-left: 0;
    margin-right: 0;
}

.row[data-v-4e46d6f2] {
    margin-left: 0;
    margin-right: 0;
}
.document-header[data-v-4e46d6f2] {
    margin-bottom: 50px;
}

.multiselect-cont div,.multiselect-cont div input{font-size:14px
}
.tb .select2-container--default .select2-selection--single span{font-size:15px
}
.fiscal-key{font-size:13px
}
.table-CI td,.table-CI th{border:1px solid #f0f0f0 !important
}
.table-CI tr:nth-child(2n){background:transparent
}
.cot-input{width:7%;min-width:90px;border:0
}
table.oor-op-items thead tr th{min-width:120px !important
}
.outline{border:2px solid yellow
}

.table-responsive[data-v-7d9e00ba]{min-height:100% !important
}
.table-responsive>.table-bordered>thead>tr>th[data-v-7d9e00ba]:first-child,.wd-select[data-v-7d9e00ba]{width:300px
}
.total-row[data-v-7d9e00ba]{background-color:#8995d2 !important;color:white
}
.total-row .large-price[data-v-7d9e00ba]{background-color:#8995d2 !important;color:white
}
.select2-selection[data-v-7d9e00ba]{font-size:10px
}
.tb .select2-selection[data-v-7d9e00ba]{font-size:16px
}
.foot-total[data-v-7d9e00ba]{font-size:16px;font-weight:bold;background-color:#FAFAFA;border-top:1px solid #EDEDED
}
.foot-total td[data-v-7d9e00ba]{padding-top:10px !important;font-size:1.03em !important
}

.glyphicon-trash[data-v-08806b2f] {
		color: #f34235;
		cursor: pointer;
		visibility: hidden;
}
.wd-select[data-v-08806b2f] {
		width: 300px;
		display: block;
}
#grid tbody tr:hover .glyphicon-trash[data-v-08806b2f] {
		visibility: visible;
}
#grid tbody tr:last-child .glyphicon-trash[data-v-08806b2f] {
		display: none;
}
.disabled-button-event[data-v-08806b2f] {
		pointer-events: none !important;
}
.help-cursor[data-v-08806b2f]:hover {
		cursor: help;
}
.price-container[data-v-08806b2f] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
.disabled[data-v-08806b2f] {
		background: #ebebe4;
}
.disabled-td[data-v-08806b2f] {
        background-color: #eee;
}

.action-delete[data-v-641defca] {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.action-delete[data-v-641defca]:hover {
    color: red;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    cursor: pointer;
}
.btn-success[data-v-641defca]:disabled {
    color: white;
}
.form-upload-file[data-v-641defca] {
    display: block;
    margin: 20px 0;
}
.file-upload__document[data-v-641defca] {
    opacity: 0;
}
.file-upload__drop-zone[data-v-641defca] {
    width: 100%;
    min-height: 100px;
    border: 2px dotted rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
}

.preview-image {
   width: 350px;
   height: 320px;
   background-position: center;
   background-size: cover;
   margin: 0 auto;
}

.contadorDocumentos {
  border-radius: 12px;
  background: #f0f0f0;
  padding: 4px;
  width: 2em;
}

.cell-anual[data-v-3b9c70ff] {
  text-align: right;
}
.cell-saldo[data-v-3b9c70ff] {
  text-align: right;
}
.cell-vencido[data-v-3b9c70ff] {
  text-align: right;
}
.cell-prox_dias[data-v-3b9c70ff] {
  text-align: right;
}

.radioer[data-v-639ce7b2]{
    font-size: 18px;
}


.reporte-gpc-body {
    overflow: visible !important;
    height: 179px !important;
    background: white;
}
.button-full-striped.btn-default:hover {
    color: black !important;
}

.underline {
    text-decoration: underline;
}

.details-wrap[data-v-26fb70ff] {
    width: auto;
    margin: 0 auto 0 0;
}
.panel-buttons[data-v-26fb70ff] {
    width: initial;
}
.btn-group[data-v-26fb70ff] {
    margin-left: 10px;
}
.gray-text[data-v-26fb70ff] {
    color: rgba(102, 102, 102, 0.5);
    text-align: center;
}
.col-sm-5[data-v-26fb70ff],
.col-md-5[data-v-26fb70ff] {
    margin-bottom: 20px;
}
.col-cx[data-v-26fb70ff] {
    width: 20%;
    margin-right: 20px;
}
.row-cx h3[data-v-26fb70ff] {
    margin-bottom: 0;
}
.details-title[data-v-26fb70ff] {
    font-size: 44px;
}
.details-company-tb[data-v-26fb70ff] {
    width: 100%;
    margin-bottom: 30px;
}
.details-company-tb td[data-v-26fb70ff] {
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
}
.megatable thead h5[data-v-26fb70ff] {
    margin: 0;
    padding: 15px;
    font-weight: 400;
}
.megatable tbody p[data-v-26fb70ff] {
    margin-bottom: 0px;
}
.megatable tbody label[data-v-26fb70ff] {
    color: #515151;
    font-weight: 500;
}
.foot-notas[data-v-26fb70ff] {
    padding: 35px 15px 20px !important;
    text-align: right;
}
#tercero-cliente table[data-v-26fb70ff] {
    font-size: 14px;
}
#tercero-cliente table th[data-v-26fb70ff] {
    font-size: 14px;
}
.cell-anual[data-v-26fb70ff] {
    text-align: right;
}
.cell-saldo[data-v-26fb70ff] {
    text-align: right;
}
.cell-total[data-v-26fb70ff] {
    text-align: right;
}
.cell-vencido[data-v-26fb70ff] {
    text-align: right;
}
.cell-prox_dias[data-v-26fb70ff] {
    text-align: right
}
.bold[data-v-26fb70ff] {
    font-weight: bold;
}
.button-gray[data-v-26fb70ff] {
    border-color: #b5b5b5;
    color: #7b7b7b;
}
.button-gray[data-v-26fb70ff]:hover {
    background: #7b7b7b;
    color: #ffffff;
}
.btn-note .btn-success[data-v-26fb70ff] {
    background: #5cb85c;
    color: #ffffff !important;
}
.btn-note .btn-success[data-v-26fb70ff]:hover {
    border-color: #5cb85c;
    background: transparent;
    color: #5cb85c !important;
}
.btn-note[data-v-26fb70ff] {
    text-align: center;
}
.col-md-table-note[data-v-26fb70ff] {
    overflow-x: initial !important;
}
@media screen and ( max-width: 992px) {
.col-md-7[data-v-26fb70ff],
    .col-md-5[data-v-26fb70ff] {
        width: 100%;
}
.table-responsive[data-v-26fb70ff] {
        border: 0;
        overflow: scroll;
}
}
@media screen and ( max-width: 550px) {
.col-cx[data-v-26fb70ff] {
        width: 30%;
}
#title-head[data-v-26fb70ff] {
        display: block !important;
}
#title-head .panel-buttons[data-v-26fb70ff] {
        margin: 10px 0;
}
.details-wrap[data-v-26fb70ff] {
        width: 100%;
}
}

.disabled-button-event {
    pointer-events: none !important;
}

a[data-v-3a818ee2] {
    margin-top: 25px;
}
.btn-primary[disabled][data-v-3a818ee2]{
    color: white;
}


.reporte-conciliacion-body {
    overflow: visible !important;
    height: 179px !important;
}
.button-full-striped.btn-default:hover {
    color: black !important;
}

.radioer[data-v-4f2ba218]{
    font-size: 18px;
}
a[data-v-4f2ba218] {
    margin-top: 25px;
}


.reporte-diot-body {
    overflow: visible !important;
    height: 179px !important;
}
.button-full-striped.btn-default:hover {
    color: black !important;
}

.forms-error{
    color: red;
}

#dropzone-layout > form > div.dz-preview > div.dz-details:hover {
    cursor: pointer;
}

.dz-message[data-v-1fcf7202] {
    font-size: 18px;
}
.checkbox input[data-v-1fcf7202] {
    height: auto !important;
    margin-top: 0 !important;
}
.form-group label[data-v-1fcf7202] {
    font-size: 14px;
}
textarea.form-control[data-v-1fcf7202] {
    height: 70px !important;
}
.table a[data-v-1fcf7202] {
    color: #5677fc;
}
.tooltip-question[data-v-1fcf7202] {
    font-size: 20px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: gray;
}
.tooltip-question[data-v-1fcf7202]:hover {
    color: rgb(137, 149, 210);
}

@media screen and (max-width: 1024px) {
.listado-inventario .col-sm-8,
    .listado-inventario .col-sm-4,
    #cotizaciones-listado .col-sm-8,
    #cotizaciones-listado .col-sm-4 {
        width: 100%;
}
.listado-inventario .col-sm-4,
    #cotizaciones-listado .col-sm-4 {
        margin: 10px 0 30px;
}
.listado-inventario .flex-row .dateRange,
    #cotizaciones-listado .flex-row .dateRange {
        width: 30%;
}
.listado-inventario .flex-row .mt-inputer,
    #cotizaciones-listado .flex-row .mt-inputer {
        width: 31.3%;
}
.listado-inventario .m-b-5 .col-sm-3,
    #cotizaciones-listado .m-b-5 .col-sm-3 {
        width: 50%;
}
}
@media screen and (max-width: 768px) {
#title-head {
        display: block!important;
}
#title-head .pull-rigth a {
        float: none!important;
}
.listado-inventario .m-b-5 .col-sm-3,
    #cotizaciones-listado .m-b-5 .col-sm-3 {
        float: left;
}
}
@media screen and (max-width: 600px) {
.listado-inventario .m-b-5 .col-sm-3,
    #cotizaciones-listado .m-b-5 .col-sm-3 {
        width: 100%;
        float: none;
}
}
@media screen and (max-width: 480px) {
.listado-inventario .flex-row .dateRange,
    .listado-inventario .flex-row .mt-inputer,
    #cotizaciones-listado .flex-row .dateRange,
    #cotizaciones-listado .flex-row .mt-inputer {
        width:100%;
}
}

.row[data-v-a14a1284] {
    margin-left: 0;
    margin-right: 0;
}

.select-wd{
    width:100%!important;
}
.lb-amber {
    background-color: #fec006;
}
.lb-red {
    background-color: #f34235;
}
.box-almacen{
    width:100%;
    padding-left:0;
    padding-right:0;
}
.box-dark-gray .multiselect__input{
    font-size:18px;
}
.tipo-doc{
    display: block;
    margin: 7px 0;
    font-size: 16px;
}
.m-left{
    margin-left:15px;
}
.m-right{
    margin-right:15px;
}
.tb .select2-selection{
    background-color:transparent!important;
    border:0!important;
    font-size: 18px;
    padding:7px;
}
@media screen and (max-width:991px){
.status-inv{
    margin-top:10px;
}
}
@media screen and (max-width:980px){
#title-head{
        overflow:visible!important;
}
}
@media screen and (max-width:480px){
.footer-button{
        float:none!important;
        text-align:center;
}
.footer-button button{
        width: 80%;
        margin: 5px 0;
        float: none!important;
}
}


.tabs-wrapper[data-v-6363a9ba] {
    overflow: initial;
}
.action-bar[data-v-6363a9ba]{
    float:none;
    text-align:right;
}
@media screen and (max-width:370px){
.dropdown-menu-right[data-v-6363a9ba],
    .dropdown-menu.pull-right[data-v-6363a9ba]{
        left:0;
}
}



















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































/* terceros box -overwritten- */
.multiselect-cont div,
.multiselect-cont div input {
	/* font-weight: 300; */
	font-size: 14px;
}
.tb .select2-container--default .select2-selection--single span {
	font-size: 15px;
}
.fiscal-key {
	font-size: 13px;
}
/*-------------------------------------------------*/
.table-CI td,
.table-CI th {
	border: 1px solid #f0f0f0 !important;
}
.table-CI tr:nth-child(2n) {
	background: transparent;
}
.cot-input {
	width: 7%;
	min-width: 90px;
	border: 0;
}
table.oor-op-items thead tr th {
	min-width: 120px !important;
}
span.select2-dropdown {
	min-width: 200px !important;
}

.table-responsive[data-v-3f178092] {
	/*overflow-x:initial!important;*/
	min-height: 100% !important;
}
.table-responsive > .table-bordered > thead > tr > th[data-v-3f178092]:first-child,
.wd-select[data-v-3f178092] {
	width: 300px;
	/*display: block;*/
}
.total-row[data-v-3f178092] {
	background-color: rgb(137, 149, 210) !important;
	color: white;
}
.total-row .large-price[data-v-3f178092] {
	background-color: rgb(137, 149, 210) !important;
	color: white;
}
.select2-selection[data-v-3f178092] {
	font-size: 10px;
}
.tb .select2-selection[data-v-3f178092] {
	font-size: 16px;
}
/* .box-total-prices {
        border: 1px solid rgb(137, 149, 210);
    }
    /* .box-total-prices .row:nth-child(2n) {
        border-top: 1px solid rgb(137, 149, 210);
        border-bottom: 1px solid rgb(137, 149, 210);
    } */
.barcode-box[data-v-3f178092] {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
}
@media screen and (max-width: 768px) {
table.oor-op-items .col-unit[data-v-3f178092] {
            min-width: 150px;
            width: 150px !important;
}
}
@media screen and (max-height: 768px) {
table.oor-op-items .col-unit[data-v-3f178092] {
            min-width: 150px;
            width: 150px !important;
}
}

.glyphicon-trash[data-v-3a52d899] {
	color: #f34235;
	cursor: pointer;
	visibility: hidden;
}
.floating-warning[data-v-3a52d899]{
    position: absolute;
    top: 9px;
    right: 9px;
}
.wd-select[data-v-3a52d899] {
	width: 300px;
	display: block;
}
#grid tbody tr:hover .glyphicon-trash[data-v-3a52d899] {
	visibility: visible;
}
#grid tbody tr:last-child .glyphicon-trash[data-v-3a52d899] {
	display: none;
}
.disabled-button-event[data-v-3a52d899] {
	pointer-events: none !important;
}
.help-cursor[data-v-3a52d899]:hover {
	cursor: help;
}
.price-container[data-v-3a52d899] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.disabled[data-v-3a52d899] {
	background: #ebebe4;
}

.grid-row .select2-container .select2-selection--single .select2-selection__rendered{white-space:initial !important
}
.grid-row .select2-container--default .select2-selection--single{border:0 !important
}
.grid-row .disabled-td{background-color:#eee
}
.grid-row .smart-add-button{font-size:10px;padding:5px;width:26px;height:26px;-ms-flex-item-align:center;align-self:center
}
.grid-row .danger{background:rgba(255,0,0,0.3)
}
.grid-row .danger .select2-container--disabled .select2-selection--single,.grid-row .danger .select2-container--default .select2-selection--single{background-color:transparent
}
.grid-row .up-product-class input{-webkit-animation:result ease-in-out 2s;animation:result ease-in-out 2s
}
@-webkit-keyframes result{
0%{font-size:1em;color:#8995D2 !important
}
50%{font-size:1.01em;color:#8995D2 !important
}
100%{font-size:1em;color:#8995D2 !important
}
}
@keyframes result{
0%{font-size:1em;color:#8995D2 !important
}
50%{font-size:1.01em;color:#8995D2 !important
}
100%{font-size:1em;color:#8995D2 !important
}
}
.grid-row .multiselect__content-wrapper{position:unset
}

.address-box {
    margin-top: -15px;
}

.box-dark-gray .select2-container--default .select2-selection--single{background-color:transparent !important;border-color:transparent !important
}

#productForm .modal-dialog[data-v-75997398],
#productsInventory .modal-dialog[data-v-75997398] {
    max-width: 750px!important;
}
#categoryForm .modal-dialog[data-v-75997398] {
    max-width: 650px!important;
}
#productsInventory .tab-content[data-v-75997398] {
    padding: 0!important;
}
.table-responsive[data-v-75997398] {
    color: #333;
    font-size: 14px;
}
.table-responsive small[data-v-75997398] {
    color: #999;
    font-size: 80%;
}
.table a[data-v-75997398] {
    color: #5677fc;
}
.glyphicon-trash[data-v-75997398] {
    color: red;
}
.glyphicon-trash[data-v-75997398]:hover {
    color: darkred !important;
}
.glyphicon-picture[data-v-75997398]:hover {
    color: darkblue;
}
table.table[data-v-75997398] {
    margin-bottom: 0;
}
table.products-table tr td[data-v-75997398]:last-child {
    padding: 8px 0;
    width: 14px;
}
.form-separator[data-v-75997398] {
    display: inline-block;
    font-size: 23px;
    line-height: 40px;
    padding: 0 10px;
    vertical-align: middle;
}
.checkboxer input[type=checkbox]+label[data-v-75997398] {
    margin: 5px 20px 5px 18px;
}
.checkboxer input[type=checkbox]+label[data-v-75997398]:before {
    left: -22px;
    top: 4px;
}
.checkboxer input[type=checkbox]:checked+label[data-v-75997398]:after {
    left: -16px;
}
.ic-search[data-v-75997398] {
    cursor: pointer;
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 0;
    vertical-align: middle;
}
.date-filter i[class^="ion-"][data-v-75997398] {
    font-size: 16px;
    line-height: 23px;
    padding-left: 5px;
    vertical-align: middle;
}
.date-filter .ion-refresh[data-v-75997398] {
    color: #4bae4f;
}
.date-filter .ion-ios-close-outline[data-v-75997398] {
    color: red;
}
.date-range[data-v-75997398] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    line-height: 23px;
    vertical-align: middle;
}
.date-range .flex-row[data-v-75997398] {
    margin-bottom: 0;
}
.filter-tabs[data-v-75997398] {
    padding: 0;
}
#filter-actions[data-v-75997398] {
    margin-top: 6px;
    position: absolute;
    right: 0;
    z-index: 5;
}
.fix-action-width[data-v-75997398] {
    width:47px !important;
    display: block;
    margin: 10px 0;
    border-top: none;
}
#filter-actions select[data-v-75997398] {
    min-width: auto;
    padding-right: 27px !important;
    width: auto;
}
li.disabled a[data-v-75997398] {
    color: #ccc;
}
#groupForm .modal-body[data-v-75997398],
#productsInventory .modal-body[data-v-75997398] {
    height: auto !important;
    max-height: 425px;
    overflow: auto !important;
}
.inventory-table tfoot[data-v-75997398] {
    background-color: #e8eaf6;
    font-weight: bold;
}

.warehouse-select .select2 {
    width: 150px !important;
}
.category-actions {
    display: inline;
    margin-left: 10px;
}
.category-item__delete {
    cursor: pointer;
}
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown), body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    height: 100%;
}
span.forms-error {
    color: red;
    display: block;
    font-size: 11px;
    padding-top: 4px;
}
.date-range #fechai, .date-range #fechaf {
    width: 90px;
}

h4[data-v-109f9277] {
    border-bottom: 2px solid #7986cb;
    color: #7986cb;
    margin-bottom: 25px;
    padding-bottom: 5px;
}
.m-t-40[data-v-109f9277] {
    margin-top: 40px;
}
.m-b-10[data-v-109f9277] {
    margin-bottom: 10px;
}
.h5-categories[data-v-109f9277] {
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
}
.radioer input[type="radio"] + label[data-v-109f9277] {
    margin: 4px 4px 4px 22px;
    padding: 4px 10px;
}
.radioer input[type="radio"] + label[data-v-109f9277]:before {
    left: -21px;
}
.height-25[data-v-109f9277] {
    height: 25px;
}
.not-border[data-v-109f9277] {
    border-bottom: 0 !important;
    margin: 20px 0 0 0;
}

.radioer[data-v-f5fe93ba] {
    font-size: 18px;
}
.separador[data-v-f5fe93ba] {
    margin-bottom: 10px;
    height: 34px;
}
.selector-container[data-v-f5fe93ba] {
    margin: 5px 0;
}
.modal-body[data-v-f5fe93ba] {
    height: 250px !important;
}
.has-error .selector-container[data-v-f5fe93ba] {
    border: 1px solid red;
    border-radius: 4px;
}

.reporte-ventas-exp-body{overflow:visible !important;height:20% !important
}
.button-full-striped.btn-default:hover{color:black !important
}
.modal-body .mt-inputer.dateRange{padding-bottom:0
}
.modal-body .mt-inputer.dateRange button[data-toggle=dropdown]{padding-left:0
}

.radioer[data-v-1885fcdb] {
    font-size: 18px;
}
.separador[data-v-1885fcdb] {
    margin-bottom: 10px;
    height: 34px;
}
.selector-container[data-v-1885fcdb] {
    margin: 5px 0;
}
.modal-body[data-v-1885fcdb] {
    height: 250px !important;
}

.reporte-ventas-exp-body{overflow:visible !important;height:20% !important
}
.button-full-striped.btn-default:hover{color:black !important
}
.modal-body .mt-inputer.dateRange{padding-bottom:0
}
.modal-body .mt-inputer.dateRange button[data-toggle=dropdown]{padding-left:0
}

.table-responsive[data-v-1e4d82fe] {
    color: #333;
    font-size: 14px;
}
.table-responsive small[data-v-1e4d82fe] {
    color: #666;
    font-size: 80%;
}
.table a[data-v-1e4d82fe] {
    color: #5677fc;
}
table.table[data-v-1e4d82fe] {
    margin-bottom: 0;
}
.form-separator[data-v-1e4d82fe] {
    display: inline-block;
    font-size: 23px;
    line-height: 40px;
    padding: 0 10px;
    vertical-align: middle;
}
.checkboxer input[type=checkbox]+label[data-v-1e4d82fe] {
    margin: 5px 20px 5px 18px;
}
.checkboxer input[type=checkbox]+label[data-v-1e4d82fe]:before {
    left: -22px;
    top: 4px;
}
.checkboxer input[type=checkbox]:checked+label[data-v-1e4d82fe]:after {
    left: -16px;
}
.ic-search[data-v-1e4d82fe] {
    cursor: pointer;
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 0;
    vertical-align: middle;
}
.date-filter i[class^="ion-"][data-v-1e4d82fe] {
    font-size: 16px;
    line-height: 23px;
    padding-left: 5px;
    vertical-align: middle;
}
.date-filter .ion-refresh[data-v-1e4d82fe] {
    color: #4bae4f;
}
.date-filter .ion-ios-close-outline[data-v-1e4d82fe] {
    color: red;
}
.date-range[data-v-1e4d82fe] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    line-height: 23px;
    vertical-align: middle;
}
.date-range .flex-row[data-v-1e4d82fe] {
    margin-bottom: 0;
}
.filter-tabs[data-v-1e4d82fe] {
    padding: 0;
}
#filter-actions[data-v-1e4d82fe] {
    margin-top: 6px;
    position: absolute;
    right: 0;
    z-index: 5;
}
#filter-actions select[data-v-1e4d82fe] {
    min-width: auto;
    padding-right: 27px !important;
    width: auto;
}
li.disabled a[data-v-1e4d82fe] {
    color: #ccc;
}
#groupForm .modal-body[data-v-1e4d82fe],
#productsInventory .modal-body[data-v-1e4d82fe] {
    height: auto !important;
    max-height: 425px;
    overflow: auto !important;
}
.inventory-table tfoot[data-v-1e4d82fe] {
    background-color: #e8eaf6;
    font-weight: bold;
}
.product-inventory[data-v-1e4d82fe] {
    min-height: auto;
}
.product-inventory .fa-spinner[data-v-1e4d82fe] {
    font-size: 32px;
}
.product-inventory h4[data-v-1e4d82fe] {
    margin-bottom: 5px;
}
.product-inventory > div[data-v-1e4d82fe] {
    font-size: 14px;
    margin-bottom: 5px;
}
.product-inventory > div[data-v-1e4d82fe]:last-child {
    margin-bottom: 0;
}
.product-details[data-v-1e4d82fe] {
    line-height: 40px;
}
.product-inventory > .row[data-v-1e4d82fe] {
    margin-bottom: 15px;
}
.product-inventory > .row[data-v-1e4d82fe]:last-child {
    margin-bottom: 0;
}
.product-description[data-v-1e4d82fe] {
    font-size: 120%;
}
.product-description small[data-v-1e4d82fe] {
    font-size: 80%;
}

.products-select .select2 {
    width:50% !important;
}

.sp-select2 .styled-select {
    width: auto;
}
.auto-height .select2-selection {
    height: auto!important;
}
.full-width {
    width: 100%;
}
.full-width .styled-select {
    width: 100%;
}
.select2-results__option[role=treeitem]:hover,
.select2-results__option--highlighted,
.select2-results__option[aria-selected=true] {
    background-color: #7986cb!important;
    color: #fff!important;
}
.select2-results__option[role=treeitem]:hover h6,
.select2-results__option--highlighted h6,
.select2-results__option[aria-selected=true] h6 {
    color: #fff!important;
}
.select2-results__option[role=treeitem]:hover small,
.select2-results__option--highlighted small,
.select2-results__option[aria-selected=true] small {
    color: #fff!important;
}
.select2-results__option[aria-disabled=true] {
    background-color: #eee!important;
    color: #666!important;
}
.select2-results__option[aria-disabled=true] h6 {
    color: #666!important;
}
.select2-results__option[aria-disabled=true] small {
    color: #666!important;
}
.custom-selected {
    color: #444;
}
a.select-caller.text-center {
    width: 100%;
    display: block;
}

.select-caller:hover,#select2-not-found-deleteSelected:hover a{color:white !important
}
#select2-not-found-deleteSelected{background:#d9534f;color:white
}
#select2-not-found-deleteSelected a{color:white !important
}
#select2-not-found-deleteSelected:hover{background:#c9302c !important
}

input[data-v-5901e8c2] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label[data-v-a917e2f4]{color:#3f51b5 !important;font-weight:400;font-size:14px
}

.oorden-date-picker{max-width:105px;padding:0 !important;height:-webkit-fit-content !important;height:-moz-fit-content !important;height:fit-content !important;border-bottom:none !important
}
.border-bottom-select{border-bottom:1px solid #DDDDDD !important
}

.row-note .multiselect[data-v-b843ac7a],
.row-note .vdp-datepicker[data-v-b843ac7a],
.box-radio[data-v-b843ac7a],
.box-radio h5[data-v-b843ac7a] {
    float: left;
}
.row-note .multiselect[data-v-b843ac7a] {
    margin-right: 20px;
    width: 30%;
}
.row-note .vdp-datepicker[data-v-b843ac7a] {
    width: 30%;
}
.row-note .vdp-datepicker h5[data-v-b843ac7a] {
    float: left;
    margin: 10px 10px 0;
}
.megatable[data-v-b843ac7a] {
    margin-bottom: 0;
}
.checkboxer-indigo[data-v-b843ac7a] {
    margin: 0;
}
.search-note[data-v-b843ac7a] {
    margin-bottom: 20px;
}
.box-radio[data-v-b843ac7a] {
    padding: 8px 0 0;
}
.box-radio h5[data-v-b843ac7a] {
    margin-right: 5px;
}
.not-note[data-v-b843ac7a] {
    width: 100%;
    text-align: center;
}
.h-title-a[data-v-b843ac7a] {
    width: 5%;
}
.h-title-b[data-v-b843ac7a] {
    width: 65%;
}
.h-title-c[data-v-b843ac7a] {
    width: 10%;
}
.h-title-d[data-v-b843ac7a] {
    width: 20%;
}
.date-list p[data-v-b843ac7a]{
    margin-bottom:0;
}




/* Mediaqueries */
@media screen and ( max-width:1024px) {
.h-title-b[data-v-b843ac7a] {
        width: 40%;
}
.h-title-c[data-v-b843ac7a] {
        width: 15%;
}
.h-title-d[data-v-b843ac7a] {
        width: 25%;
}
}
@media screen and (max-width:768px) {
.search-note[data-v-b843ac7a] {
        width: 100%!important;
        padding-left: 0;
}
.table-responsive>.table>tbody>tr>td[data-v-b843ac7a] {
        white-space: initial!important;
}
}
@media screen and (max-width:600px) {
.search-note[data-v-b843ac7a] {
        margin-bottom: 0;
}
.row-note .multiselect[data-v-b843ac7a] {
        margin-bottom: 15px;
}
.row-note .multiselect[data-v-b843ac7a],
    .row-note .vdp-datepicker[data-v-b843ac7a] {
        width: 100%!important;
}
.box-radio h5[data-v-b843ac7a],
    .box-radio[data-v-b843ac7a] {
        float: none;
}
.hide-bottom[data-v-b843ac7a] {
        display: none;
}
.h-title-b[data-v-b843ac7a] {
        width: 70%;
}
.h-title-c[data-v-b843ac7a] {
        width: 25%;
}
.h-title-d[data-v-b843ac7a] {
        width: auto;
}
.date-list p[data-v-b843ac7a]{
        display: none;
}
}

#datepicker-notas,
#datepicker-notas-actualizar {
    height: 40px !important;
    padding: 5px 15px;
}

.cell-documento {
    cursor: pointer;
    color: rgb(137, 149, 210);
}
.cell-documento:hover {
    color: gray;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#cfdi-configuration-modal .configuration-part th{
    width: 50%;
    text-align: right;
}
#cfdi-configuration-modal .configuration-part td{
    width: 50%;
    text-align: left;
}
.file-upload__document {
   opacity: 0;
   height: 0;
}
.file-upload__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.file-upload__button .btn{
    margin: 0 !important;
}
.file-upload__button .btn:nth-child(1){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.file-upload__button .btn.btn:nth-child(2){
    margin: 0 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.fa-spinner.bigger {
    font-size: 100px
}
.configuration-loading {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.content-height {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
}

.accordion .panel-heading a[aria-expanded=false]:after, .toggle .panel-heading a[aria-expanded-false]:after {
    content: '+';
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.btn-indigo[disabled][data-v-6cb29e77]{
    background-color: white !important;
}
.btn-indigo[data-v-6cb29e77]:hover{
    background-color: #3F51B5 !important;
}

.line-div{
    padding:50px 30px;
}
.type-documents-box{
    padding:0 30px;
}
.text-center,
.tb-th th{
    text-align:center;
}
.tb-td span,
.tb-td label{
    font-size:15px;
}
.tb-td span{
    color:#000000;
}
.tb-td label{
    color:#8e8e8e;
}
.action-type-doc{
    float: left;
    margin-right: 10px;
    margin-left: 54px;
}
.button-full-striped.btn-default:hover{
    color:#fff!important;
}
.icon-type-doc{
    font-size:28px;
    color:#5cb85c;
}
.table{
    border:1px solid #e8eaf6;
}
.btn-varible{
    margin:30px 0;
}
.heading-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.col-md-1.series-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;font-size:16px;padding-right:0;max-width:20px
}
.sales.configuration-loading{height:320px !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center
}
.width-date .form-control{max-width:140px !important;background:red
}
.multiselect-cont div,.multiselect-cont div input{color:#000 !important;font-weight:400
}
.feature-header--operacion .btn-oorden-indigo{height:33px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
}
.feature-header--operacion .form-control{padding-left:0 !important
}
.feature-content--operacion .operation-currency{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important
}
.feature-content--operacion .select2-container--default .select2-selection--single{border:0 !important
}
.feature-content--operacion .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:0 !important;font-size:15px;color:#000;width:90%
}
.feature-content--operacion .select2-container--default .select2-selection--single .select2-selection__rendered[title*="..."]{color:grey
}
.feature-content--operacion .select2-container--default .select2-selection--single .select2-selection__arrow{right:0px
}
.feature-content--operacion .select2-container--disabled .select2-selection--single{background-color:transparent !important;color:#000 !important
}
.feature-content--operacion .select2-container--disabled .select2-selection--single .select2-selection__arrow b{display:none
}
.feature-content--operacion .form-control,.feature-content--operacion input{padding-left:0 !important;color:#000;font-size:16px
}
.feature-content--operacion .form-control[disabled],.feature-content--operacion input[disabled]{background:transparent
}
.feature-content--operacion .mt-inputer{font-size:15px;padding:1px 0px
}
.feature-content--operacion .mt-inputer{-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.feature-content--operacion .mt-inputer.focus{border-color:lightgray
}
.feature-content--operacion .mt-inputer.focus label{color:gray
}
.feature-content--operacion .mt-inputer input,.feature-content--operacion .mt-inputer .form-control{border-bottom:0 !important
}
.feature-content--operacion .vdp-datepicker .form-control{border:0 !important
}
.feature-content--operacion .screen-size-input-CFDI{max-width:362px
}
.feature-content--operacion label{font-size:13px
}
.feature-content--operacion .vdp-datepicker .form-control{border-bottom:0 !important
}
.feature-content--operacion .invoce-header{margin-top:-10px;margin-bottom:10px;max-width:825px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.feature-content--operacion .invoce-header .form-control,.feature-content--operacion .invoce-header.disabled .border-bottom-select{border:0 !important
}
.feature-content--operacion .invoce-header .operation-doc-select .operation-doc-type{font-size:18px
}
.feature-content--operacion .invoce-header .container-status--label{float:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column
}
.feature-content--operacion .invoce-header .container-status--label .status-label--content{font-size:14px;padding:0px;margin:0
}
.feature-content--operacion .invoce-header .container-status--label .status-label--line{border-radius:15px;width:100%;height:4px;display:none
}
.inputer.floating-label .form-control ~ label.error{top:35px !important
}
.select-invoice .multiselect{width:100% !important;border:1px solid #e8e8e8;margin-bottom:10px
}
.date-invoice input{width:90px !important;height:30px;padding-left:10px;margin-right:10px
}
.tb .multiselect__input{font-size:18px
}
.tb .multiselect__tags{border:0 !important
}
.multiselect__tags{border:1px solid #e8e8e8 !important
}
.pl-0{padding-left:0px
}
.pr-0{padding-right:0px
}
.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex
}
.border-bottom-0{border-bottom:0px !important
}
.m-t-10{margin-top:10px
}
.text-amber{color:#ff8f00 !important
}
@media screen and (max-width: 1440px){
.screen-size-input-CFDI{max-width:252px
}
.m-t-20-mobile{margin-top:20px
}
}
@media screen and (max-width: 1000px){
.m-l-21{margin-left:0px !important
}
.feature-content--operacion{margin-top:20px
}
}
@media screen and (max-width: 991px){
.feature-header--operacion .col-md-1,.feature-header--operacion .col-md-2{margin-top:15px
}
.feature-header--operacion .m-t-25{margin-top:0px
}
}
@media screen and (max-width: 768px){
.select-invoice .multiselect{width:100% !important;min-width:130px
}
.date-invoice input{width:160px !important
}
.feature-content--operacion .invoce-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column
}
.client--fiscal-key .fiscal-key{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column
}
.button-footer .pull-right{float:right !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column
}
}
.m-l-21{margin-left:-21px
}
#pedidos-layout>div.page.shadow.tabs-wrapper{overflow:visible !important
}
.operation-doc-select .operation-doc-type{font-size:18px
}
.swal2-confirm,.swal2-cancel{margin:auto 2px !important
}
.swal2-content{font-size:1.5em !important
}

.feature-header--operacion .document-header[data-v-934d3ad4]{margin:0
}
.feature-content--operacion .vdp-datepicker .form-control[data-v-934d3ad4]{border-bottom:0 !important
}
.operation-button-container[data-v-934d3ad4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end
}
.operaciones .global-wrapper .wrapper[data-v-934d3ad4]{max-width:none !important
}
.exchange-rate[data-v-934d3ad4]{color:#fec006;font-size:16px;line-height:35px
}
.exchange-rate span[data-v-934d3ad4]{vertical-align:middle
}
.original-rate[data-v-934d3ad4]{color:#f34235
}
.original-rate span[data-v-934d3ad4]{color:#3e50b4;cursor:pointer
}
.btn-success[data-v-934d3ad4]:disabled{color:white
}
.operation-controls[data-v-934d3ad4]{width:459.234px
}
.fa-spinner.bigger[data-v-934d3ad4]{font-size:60px
}
.configuration-loading[data-v-934d3ad4]{width:100%;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0.6
}
.small-text[data-v-934d3ad4]{font-size:12px
}
.border-input[data-v-934d3ad4],.border-input-select input[type="text"][data-v-934d3ad4]{border-top:0;border-left:0;border-right:0;border-bottom:1px solid #cccccc
}
.mt-inputer[data-v-934d3ad4]{-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.mt-inputer.focus[data-v-934d3ad4]{border-color:lightgray
}
.mt-inputer.focus label[data-v-934d3ad4]{color:gray
}
.mt-inputer input[data-v-934d3ad4],.mt-inputer .form-control[data-v-934d3ad4]{border-bottom:0 !important
}
.repolizaButton[data-v-934d3ad4]{color:#3F51B5;cursor:pointer;text-decoration:underline
}
.edit-icon[data-v-934d3ad4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.btn-group-vertical>.btn[data-v-934d3ad4],.btn-group>.btn[data-v-934d3ad4]{display:inline-block;float:none
}

.edit-icon:hover,.edit-icon:active,.edit-icon:focus{text-decoration:none !important
}

.address-box{margin-top:0 !important
}
.operation-container--contacts .select2-container--default .select2-selection--single{border:0 !important
}
.operation-container--contacts .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:0 !important;font-size:15px;color:#000;width:90%
}
.operation-container--contacts .select2-container--default .select2-selection--single .select2-selection__rendered[title*="..."]{color:grey
}
.operation-container--contacts .select2-container--default .select2-selection--single .select2-selection__arrow{right:0px
}
.operation-container--contacts .select2-container--disabled .select2-selection--single{background-color:transparent !important;color:#000 !important
}
.operation-container--contacts .select2-container--disabled .select2-selection--single .select2-selection__arrow b{display:none
}
.operation-container--contacts .form-control,.operation-container--contacts input{padding-left:0 !important;color:#000;font-size:16px
}
.operation-container--contacts .form-control[disabled],.operation-container--contacts input[disabled]{background:transparent
}
.operation-container--contacts .mt-inputer{font-size:15px;padding:1px 0px
}
.operation-container--contacts .screen-size-input-CFDI{max-width:362px
}
.operation-container--contacts label{font-size:13px
}
.operation-container--contacts .vdp-datepicker .form-control{border-bottom:0 !important
}
.operation-container--contacts .selector-normal-width{width:90%
}
.operation-container--contacts .selector--contact-actions,.operation-container--contacts .client--button-action{width:10%
}
.operation-container--contacts .selector--contact-actions a,.operation-container--contacts .client--button-action a{width:50% !important
}
@media screen and (max-width: 982px) and (min-width: 768px){
.operation-container--contacts .selector--contact-actions,.operation-container--contacts .client--button-action{width:5%
}
.operation-container--contacts .selector--contact-actions a,.operation-container--contacts .client--button-action a{width:50% !important
}
.operation-container--contacts .selector-normal-width{width:85%
}
}

.no-padding{padding:0
}
.operation-container--contacts .client--title{font-size:14px;font-weight:600;color:#989898
}
.operation-container--contacts :focus{outline:none
}
.operation-container--contacts .title-name{margin:0;padding:0;font-size:20px;font-weight:400;color:#000
}
.operation-container--contacts .mt-inputer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.operation-container--contacts .client--row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:5px;margin-left:0px;margin-right:0px
}
.operation-container--contacts .client--row .client--container-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0
}
.operation-container--contacts .client--row .client--container-input .multiselect__select{right:0;width:17px;padding:0
}
.operation-container--contacts .client--row .client--container-input label{margin:0 10px 0 0
}
.operation-container--contacts .client--row .client--container-input .multiselect{color:#000 !important
}
.operation-container--contacts .client--row .client--container-input .multiselect .multiselect__tags{border:0 !important
}
.operation-container--contacts .client--button-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.operation-container--contacts .client--button-action a{width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px;border:1px solid #cccccc4f;font-size:12px;padding:12px;color:rgba(0,0,0,0.388235) !important
}
.operation-container--contacts .client--button-action .add-comp{background:#F7F7F7
}
.operation-container--contacts .client--button-action .add-comp:hover{background:#fff
}
.operation-container--contacts .client--button-action .edit-comp{background:#fff;margin-left:3px
}
.operation-container--contacts .client--button-action .edit-comp:hover{background:#F7F7F7
}
.operation-container--contacts label{margin-bottom:0px
}
.client--account{height:20px;border:0;padding:0;margin:0
}
.client--fiscal-key{margin-left:0;margin-right:0
}
.client--fiscal-key label{color:#000
}
.client--fiscal-key .fiscal-key{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:none;padding:5px 0px 5px 0px
}
.border-bottom-select{border-bottom:1px solid #DDDDDD
}
.screen-size-input-cuenta{width:72%
}
.gray-label--text{color:#999 !important
}
@media screen and (max-width: 1440px){
.screen-size-input-cuenta{width:68%
}
}
.select2,.smart-search-results{font-family:'FontAwesome', Roboto, sans-serif
}
.smart-client-actions{width:5%
}
.smart-client-actions a{width:100% !important
}
.selector-normal-width{width:90%
}
.smart-edit-mode-width{width:95%
}
.smart-full-mode-width{width:100%
}
.selector--contact-actions,.client--button-action{width:10%
}
.selector--contact-actions.client--button-action,.client--button-action.client--button-action{width:5%
}
.selector--contact-actions.client--button-action a,.client--button-action.client--button-action a{width:100% !important
}
.selector--contact-actions a,.client--button-action a{width:50% !important
}
@media screen and (max-width: 982px) and (min-width: 768px){
.selector--contact-actions,.client--button-action{width:5%
}
.selector--contact-actions a,.client--button-action a{width:50% !important
}
.selector-normal-width{width:85%
}
.smart-edit-mode-width{width:85%
}
.smart-full-mode-width{width:100%
}
}

.client--input-select[data-v-5f4a2150]{width:92.5%
}

.action-delete[data-v-0de9022e] {
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	margin-left: 10px;
}
.action-delete[data-v-0de9022e]:hover {
	color: red;
	-webkit-transform: scale(1.3);
	        transform: scale(1.3);
	cursor: pointer;
}
.btn-success[data-v-0de9022e]:disabled {
	color: white;
}

.cell-documento {
    cursor: pointer;
    color: rgb(137, 149, 210);
}
.cell-documento:hover {
    color: gray;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#cfdi-configuration-modal .configuration-part th{
    width: 50%;
    text-align: right;
}
#cfdi-configuration-modal .configuration-part td{
    width: 50%;
    text-align: left;
}
.file-upload__document {
   opacity: 0;
   height: 0;
}
.file-upload__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.file-upload__button .btn{
    margin: 0 !important;
}
.file-upload__button .btn:nth-child(1){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.file-upload__button .btn.btn:nth-child(2){
    margin: 0 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.fa-spinner.bigger {
    font-size: 100px
}
.configuration-loading {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.content-height {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
}

.action-delete[data-v-dc9a2a92] {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.action-delete[data-v-dc9a2a92]:hover {
    color: red;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    cursor: pointer;
}
.btn-success[data-v-dc9a2a92]:disabled {
    color: white;
}
.form-upload-file[data-v-dc9a2a92] {
    display: block;
    margin: 20px 0;
}
.file-upload__document[data-v-dc9a2a92] {
    opacity: 0;
}
.file-upload__drop-zone[data-v-dc9a2a92] {
    width: 100%;
    min-height: 100px;
    border: 2px dotted rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
}

.action-delete[data-v-27a4fc59] {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.action-delete[data-v-27a4fc59]:hover {
    color: red;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    cursor: pointer;
}
.btn-success[data-v-27a4fc59]:disabled {
    color: white;
}

.action-delete[data-v-22e2752c] {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.action-delete[data-v-22e2752c]:hover {
    color: red;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    cursor: pointer;
}
.btn-success[data-v-22e2752c]:disabled {
    color: white;
}
.form-upload-file[data-v-22e2752c] {
    display: block;
    margin: 20px 0;
}
.file-upload__document[data-v-22e2752c] {
    opacity: 0;
}
.file-upload__drop-zone[data-v-22e2752c] {
    width: 100%;
    min-height: 100px;
    border: 2px dotted rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
}
.text-success[data-v-22e2752c] {
    color: #5cb85c;
}

.button-container[data-v-51361e24] {
    margin-top: 20px;
}
.align-group[data-v-51361e24]{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center
}

.button-container[data-v-5360dc55] {
    margin-top: 20px;
}
.align-group[data-v-5360dc55]{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center
}

.button-container[data-v-1c07d1f4] {
    margin-top: 20px;
}

.modal-body[data-v-e4f3ac9a] {
	padding-top: 10px !important;
}
.form-section-title[data-v-e4f3ac9a] {
	margin-bottom: 15px;
}
li.invitation-item[data-v-e4f3ac9a] {
    list-style-type: inherit;
    margin: 15px 5px;
}
.modal-subttitle[data-v-e4f3ac9a] {
    margin-bottom: 35px;
}
#cost-element-form .modal-body[data-v-e4f3ac9a] {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.formula-container[data-v-e4f3ac9a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-body[data-v-52617bc2] {
	padding-top: 10px !important;
}
.form-section-title[data-v-52617bc2] {
	margin-bottom: 15px;
}
li.invitation-item[data-v-52617bc2] {
    list-style-type: inherit;
    margin: 15px 5px;
}
.modal-subttitle[data-v-52617bc2] {
    margin-bottom: 35px;
}
#cost-element-form .modal-body[data-v-52617bc2] {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.modal-title[data-v-0a14b8e4] {
  font-size: 2em;
  /* margin-bottom: 15px */
}
.modal-body[data-v-0a14b8e4] {
  margin: 10px 0
}
.none-selected[data-v-0a14b8e4] {
  font-size: 1.3em;
  text-align: center;
}
.dd-element[data-v-0a14b8e4] {
  min-width: 40%;
  left: 10px;
  padding-left: 10px;
  cursor: pointer;
}

.sat-cfdi .mt-inputer {
    z-index: 9999;
}
@media screen and (max-width: 768px) {
.sat-cfdi #title-head {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
}
.btn-group--cfdi {
        padding: 0 30px;
}
}

.inputer.floating-label .form-control ~ label.error {
	top: 35px !important;
}
.select-invoice .multiselect {
	width: 100% !important;
	border: 1px solid #e8e8e8;
	margin-bottom: 10px;
}
.date-invoice input {
	width: 90px !important;
	height: 30px;
	padding-left: 10px;
	margin-right: 10px;
}
.tb .multiselect__input {
	font-size: 18px;
}
.tb .multiselect__tags {
	border: 0 !important;
}
.multiselect__tags {
	border: 1px solid #e8e8e8 !important;
}
.border-input,
.border-input-select input[type="text"] {
	border: 1px solid #f0f0f0 !important;
}
@media screen and (max-width: 1000px) {
.m-l-21 {
		margin-left: 0px !important;
}
}
@media screen and (max-width: 991px) {
.opciones-operacion .col-md-1,
	.opciones-operacion .col-md-2 {
		margin-top: 15px;
}
.opciones-operacion .m-t-25 {
		margin-top: 0px;
}
}
@media screen and (max-width: 768px) {
.select-invoice .multiselect {
		width: 100% !important;
		min-width: 130px;
}
.date-invoice input {
		width: 160px !important;
}
}
@media screen and (max-width: 480px) {
	/*.select-invoice .vdp-datepicker{

        }*/
}
.m-l-21 {
	margin-left: -21px;
}
#pedidos-layout > div.page.shadow.tabs-wrapper {
	overflow: visible !important;
}

.operaciones .global-wrapper .wrapper[data-v-3c24e81d] {
	max-width: none !important;
}
.operation-button-container[data-v-3c24e81d] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.exchange-rate[data-v-3c24e81d] {
	color: #fec006;
	font-size: 16px;
	line-height: 35px;
}
.exchange-rate span[data-v-3c24e81d] {
	vertical-align: middle;
}
.original-rate[data-v-3c24e81d] {
	color: #f34235;
}
.original-rate span[data-v-3c24e81d] {
	color: #3e50b4;
	cursor: pointer;
}
.btn-success[data-v-3c24e81d]:disabled {
	color: white;
}
.operation-controls[data-v-3c24e81d] {
	width: 459.234px;
}
.repolizaButton[data-v-3c24e81d] {
	color: #3F51B5;
	cursor: pointer;
	text-decoration: underline;
}

.cell-documento {
    cursor: pointer;
    color: rgb(137, 149, 210);
}
.cell-documento:hover {
    color: gray;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#barCodeReader[data-v-85109d14]:focus{border:1px solid #7986cb !important
}

.table-CI td,
.table-CI th {
	border: 1px solid #f0f0f0 !important;
}
.table-CI tr:nth-child(2n) {
	background: transparent;
}
.cot-input {
	width: 7%;
	min-width: 90px;
	border: 0;
}
table.oor-op-items thead tr th {
	min-width: 120px !important;
}

.table-responsive[data-v-2ba8eedc] {
	/*overflow-x:initial!important;*/
	min-height: 100% !important;
}
.table-responsive > .table-bordered > thead > tr > th[data-v-2ba8eedc]:first-child,
.wd-select[data-v-2ba8eedc] {
	width: 300px;
	/*display: block;*/
}
.total-row[data-v-2ba8eedc] {
	background-color: rgb(137, 149, 210) !important;
	color: white;
}
.total-row .large-price[data-v-2ba8eedc] {
	background-color: rgb(137, 149, 210) !important;
	color: white;
}

/* .box-total-prices {
        border: 1px solid rgb(137, 149, 210);
    }

    /* .box-total-prices .row:nth-child(2n) {
        border-top: 1px solid rgb(137, 149, 210);
        border-bottom: 1px solid rgb(137, 149, 210);
    } */

.modal-body[data-v-333886af] {
	padding-top: 10px !important;
}
.form-section-title[data-v-333886af] {
	margin-bottom: 15px;
}

.modal-body[data-v-744d5940] {
	padding-top: 10px !important;
}
.form-section-title[data-v-744d5940] {
	margin-bottom: 15px;
}

.tooltip-tiempos[data-v-649238a6]{position:absolute;background:rgba(0,0,0,0.7);width:auto;height:auto;padding:15px 10px;border-radius:5px;color:white;border:1px solid #666;pointer-events:none;-webkit-transition:opacity 0.5s;transition:opacity 0.5s
}
.ag-tooltip-hiding[data-v-649238a6]{opacity:0
}
.disabled .product-item[data-v-649238a6]:hover,.product-item.disabled[data-v-649238a6]:hover{-webkit-transform:scale(1.01);transform:scale(1.01);color:#555
}
.disabled .product-item .selected[data-v-649238a6],.product-item.disabled .selected[data-v-649238a6]{color:#555
}
.disabled .product-item .selected[data-v-649238a6]:hover,.product-item.disabled .selected[data-v-649238a6]:hover{color:#555
}
.disabled .product-item-image[data-v-649238a6],.product-item.disabled-image[data-v-649238a6]{-webkit-filter:grayscale(70%);filter:grayscale(70%)
}
.product-item[data-v-649238a6]{cursor:pointer;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.product-item[data-v-649238a6]:hover{-webkit-transform:scale(1.03);transform:scale(1.03);color:#7986CB
}
.selected[data-v-649238a6]{color:green
}
.selected[data-v-649238a6]:hover{color:green
}

#cotizacion-index th[data-v-68e8a834] {
    font-size: 14px;
    font-weight: normal;
}
.badge-table[data-v-68e8a834] {
    border-radius: 12px;
    background: #f0f0f0;
    padding: 4px;
    width: 2em;
}

.row[data-v-7651d8d2] {
    margin-left: 0;
    margin-right: 0;
}

.progressBar[data-v-1bb563a1] {
  background-color: #5677fc;
  color: white;
  padding: 8px;
  margin: 10px 0;
}
.progressBarContainer[data-v-1bb563a1] {
  background-color: lightgrey;
  width: 100%
}
.modalBody[data-v-1bb563a1] {
  font-size: 1.2em
}
.modalContainer[data-v-1bb563a1] {
  min-height: 60%;
  padding: 0 10px
}


.sat-cfdi .mt-inputer {
    z-index: 9999;
}
@media screen and (max-width: 768px) {
.sat-cfdi #title-head {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
}
.btn-group--cfdi {
        padding: 0 30px;
}
}

.inputer.floating-label .form-control ~ label.error {
	top: 35px !important;
}
.select-invoice .multiselect {
	width: 100% !important;
	border: 1px solid #e8e8e8;
	margin-bottom: 10px;
}
.date-invoice input {
	width: 90px !important;
	height: 30px;
	padding-left: 10px;
	margin-right: 10px;
}
.tb .multiselect__input {
	font-size: 18px;
}
.tb .multiselect__tags {
	border: 0 !important;
}
.multiselect__tags {
	border: 1px solid #e8e8e8 !important;
}
.border-input,
.border-input-select input[type="text"] {
	border: 1px solid #f0f0f0 !important;
}
@media screen and (max-width: 1000px) {
.m-l-21 {
		margin-left: 0px !important;
}
}
@media screen and (max-width: 991px) {
.opciones-operacion .col-md-1,
	.opciones-operacion .col-md-2 {
		margin-top: 15px;
}
.opciones-operacion .m-t-25 {
		margin-top: 0px;
}
}
@media screen and (max-width: 768px) {
.select-invoice .multiselect {
		width: 100% !important;
		min-width: 130px;
}
.date-invoice input {
		width: 160px !important;
}
}
@media screen and (max-width: 480px) {
	/*.select-invoice .vdp-datepicker{
        }*/
}
.m-l-21 {
	margin-left: -21px;
}

.button-full-striped.btn-default[data-v-428b4b20]:hover {
	color: white !important;
}
.operaciones .global-wrapper .wrapper[data-v-428b4b20] {
	max-width: none !important;
}
.exchange-rate[data-v-428b4b20] {
	color: #fec006;
	font-size: 16px;
	line-height: 35px;
}
.exchange-rate span[data-v-428b4b20] {
	vertical-align: middle;
}
.original-rate[data-v-428b4b20] {
	color: #f34235;
}
.original-rate span[data-v-428b4b20] {
	color: #3e50b4;
	cursor: pointer;
}
.configuration-loading[data-v-428b4b20] {
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	opacity: 0.6;
}

.inputer.floating-label .form-control ~ label.error {
	top: 35px !important;
}
.select-invoice .multiselect {
	width: 100% !important;
	border: 1px solid #e8e8e8;
	margin-bottom: 10px;
}
.date-invoice input {
	width: 90px !important;
	height: 30px;
	padding-left: 10px;
	margin-right: 10px;
}
.tb .multiselect__input {
	font-size: 18px;
}
.tb .multiselect__tags {
	border: 0 !important;
}
.multiselect__tags {
	border: 1px solid #e8e8e8 !important;
}
.border-input,
.border-input-select input[type="text"] {
	border: 1px solid #f0f0f0 !important;
}
@media screen and (max-width: 1000px) {
.m-l-21 {
		margin-left: 0px !important;
}
}
@media screen and (max-width: 991px) {
.opciones-operacion .col-md-1,
	.opciones-operacion .col-md-2 {
		margin-top: 15px;
}
.opciones-operacion .m-t-25 {
		margin-top: 0px;
}
}
@media screen and (max-width: 768px) {
.select-invoice .multiselect {
		width: 100% !important;
		min-width: 130px;
}
.date-invoice input {
		width: 160px !important;
}
}
@media screen and (max-width: 480px) {
	/*.select-invoice .vdp-datepicker{
    }*/
}
.m-l-21 {
	margin-left: -21px;
}
#pedidos-layout > div.page.shadow.tabs-wrapper {
	overflow: visible !important;
}
.backlink {
    padding-left: 0px !important;
}

.operaciones .global-wrapper .wrapper[data-v-04d68a30] {
	max-width: none !important;
}
.exchange-rate[data-v-04d68a30] {
	color: #fec006;
	font-size: 16px;
	line-height: 35px;
}
.exchange-rate span[data-v-04d68a30] {
	vertical-align: middle;
}
.original-rate[data-v-04d68a30] {
	color: #f34235;
}
.original-rate span[data-v-04d68a30] {
	color: #3e50b4;
	cursor: pointer;
}

.cell-documento[data-v-f0a31ff8] {
    cursor: pointer;
    color: rgb(137, 149, 210);
}
.cell-documento[data-v-f0a31ff8]:hover {
    color: gray;
}
.flex-center[data-v-f0a31ff8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.title-table .actions a[data-v-f0a31ff8], table a[data-v-f0a31ff8], table a[data-v-f0a31ff8]:active, table a[data-v-f0a31ff8]:hover {
    color: #5677fc;
}

.cell-documento {
    cursor: pointer;
    color: rgb(137, 149, 210);
}
.cell-documento:hover {
    color: gray;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#cfdi-configuration-modal .configuration-part th{
    width: 50%;
    text-align: right;
}
#cfdi-configuration-modal .configuration-part td{
    width: 50%;
    text-align: left;
}
.file-upload__document {
   opacity: 0;
   height: 0;
}
.file-upload__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.file-upload__button .btn{
    margin: 0 !important;
}
.file-upload__button .btn:nth-child(1){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.file-upload__button .btn.btn:nth-child(2){
    margin: 0 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.fa-spinner.bigger {
    font-size: 100px
}
.configuration-loading {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.content-height {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
}






























































































































































































































































































































































































































































































































































































































/* terceros box -overwritten- */
.multiselect-cont div,
.multiselect-cont div input {
	/* font-weight: 300; */
	font-size: 14px;
}
.tb .select2-container--default .select2-selection--single span {
	font-size: 15px;
}
.fiscal-key {
	font-size: 13px;
}
/*-------------------------------------------------*/
.table-CI td,
.table-CI th {
	border: 1px solid #f0f0f0 !important;
}
.table-CI tr:nth-child(2n) {
	background: transparent;
}
.cot-input {
	width: 7%;
	min-width: 90px;
	border: 0;
}
table.oor-op-items thead tr th {
	min-width: 120px !important;
}
span.select2-dropdown {
	min-width: 200px !important;
}

.table-responsive[data-v-6af11c6a] {
	/*overflow-x:initial!important;*/
	min-height: 100% !important;
}
.table-responsive > .table-bordered > thead > tr > th[data-v-6af11c6a]:first-child,
.wd-select[data-v-6af11c6a] {
	width: 300px;
	/*display: block;*/
}
.total-row[data-v-6af11c6a] {
	background-color: rgb(137, 149, 210) !important;
	color: white;
}
.total-row .large-price[data-v-6af11c6a] {
	background-color: rgb(137, 149, 210) !important;
	color: white;
}
.select2-selection[data-v-6af11c6a] {
	font-size: 10px;
}
.tb .select2-selection[data-v-6af11c6a] {
	font-size: 16px;
}
.barcode-box[data-v-6af11c6a] {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
}
@media screen and (max-width: 768px) {
table.oor-op-items .col-unit[data-v-6af11c6a] {
            min-width: 150px;
            width: 150px !important;
}
}
@media screen and (max-height: 768px) {
table.oor-op-items .col-unit[data-v-6af11c6a] {
            min-width: 150px;
            width: 150px !important;
}
}

.glyphicon-trash[data-v-0789d28a] {
	color: #f34235;
	cursor: pointer;
	visibility: hidden;
}
.floating-warning[data-v-0789d28a]{
    position: absolute;
    top: 9px;
    right: 9px;
}
.wd-select[data-v-0789d28a] {
	width: 300px;
	display: block;
}
#grid tbody tr:hover .glyphicon-trash[data-v-0789d28a] {
	visibility: visible;
}
#grid tbody tr:last-child .glyphicon-trash[data-v-0789d28a] {
	display: none;
}
.disabled-button-event[data-v-0789d28a] {
	pointer-events: none !important;
}
.help-cursor[data-v-0789d28a]:hover {
	cursor: help;
}
.price-container[data-v-0789d28a] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.disabled[data-v-0789d28a] {
	background: #ebebe4;
}

.grid-row .select2-container .select2-selection--single .select2-selection__rendered{white-space:initial !important
}
.grid-row .select2-container--default .select2-selection--single{border:0 !important
}
.grid-row .disabled-td{background-color:#eee
}
.grid-row .smart-add-button{font-size:10px;padding:5px;width:26px;height:26px;-ms-flex-item-align:center;align-self:center
}
.grid-row .danger{background:rgba(255,0,0,0.3)
}
.grid-row .danger .select2-container--disabled .select2-selection--single,.grid-row .danger .select2-container--default .select2-selection--single{background-color:transparent
}
.grid-row .up-product-class input{-webkit-animation:result ease-in-out 2s;animation:result ease-in-out 2s
}
@-webkit-keyframes result{
0%{font-size:1em;color:#8995D2 !important
}
50%{font-size:1.01em;color:#8995D2 !important
}
100%{font-size:1em;color:#8995D2 !important
}
}
@keyframes result{
0%{font-size:1em;color:#8995D2 !important
}
50%{font-size:1.01em;color:#8995D2 !important
}
100%{font-size:1em;color:#8995D2 !important
}
}
.grid-row .multiselect__content-wrapper{position:unset
}

.inputer.floating-label .form-control ~ label.error {
	top: 35px !important;
}
.select-invoice .multiselect {
	width: 100% !important;
	border: 1px solid #e8e8e8;
	margin-bottom: 10px;
}
.date-invoice input {
	width: 90px !important;
	height: 30px;
	padding-left: 10px;
	margin-right: 10px;
}
.tb .multiselect__input {
	font-size: 18px;
}
.tb .multiselect__tags {
	border: 0 !important;
}
.multiselect__tags {
	border: 1px solid #e8e8e8 !important;
}
.border-input,
.border-input-select input[type="text"] {
	border: 1px solid #f0f0f0 !important;
}
@media screen and (max-width: 1000px) {
.m-l-21 {
		margin-left: 0px !important;
}
}
@media screen and (max-width: 991px) {
.opciones-operacion .col-md-1,
	.opciones-operacion .col-md-2 {
		margin-top: 15px;
}
.opciones-operacion .m-t-25 {
		margin-top: 0px;
}
}
@media screen and (max-width: 768px) {
.select-invoice .multiselect {
		width: 100% !important;
		min-width: 130px;
}
.date-invoice input {
		width: 160px !important;
}
}
@media screen and (max-width: 480px) {
	/*.select-invoice .vdp-datepicker{

        }*/
}
.m-l-21 {
	margin-left: -21px;
}
#pedidos-layout > div.page.shadow.tabs-wrapper {
	overflow: visible !important;
}

.operaciones .global-wrapper .wrapper[data-v-abbb102c] {
	max-width: none !important;
}
.exchange-rate[data-v-abbb102c] {
	color: #fec006;
	font-size: 16px;
	line-height: 35px;
}
.exchange-rate span[data-v-abbb102c] {
	vertical-align: middle;
}
.original-rate[data-v-abbb102c] {
	color: #f34235;
}
.original-rate span[data-v-abbb102c] {
	color: #3e50b4;
	cursor: pointer;
}

.cell-documento {
    cursor: pointer;
    color: rgb(137, 149, 210);
}
.cell-documento:hover {
    color: gray;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.fix-modal-height {
	height: 550px;
}

.m-b-5 {
	margin-bottom: 5px;
}
.m-w-90 {
	min-width: 90px;
}
.fix-modal-hide {
	overflow: visible !important;
}
#fecha-contenedor > div > div:nth-child(2) {
	top: 25px !important;
}
.m-t-8 {
	margin-top: 8px;
}
.m-l-0 {
	margin-left: 0;
}
.truncate-commentary * {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 340px;
	display: inline-block;
}
.truncate-commentary {
	width: 1px;
}
@media (max-width: 1200px) {
.truncate-commentary * {
		width: 220px;
}
}
@media (max-width: 980px) {
.truncate-commentary * {
		width: 100px;
}
}
@media (max-width: 768px) {
.truncate-commentary * {
		width: 100%;
}
}

.m-b-5 {
	margin-bottom: 5px;
}
.m-w-90 {
	min-width: 90px;
}
.fix-modal-hide {
	overflow: visible !important;
}
#fecha-contenedor > div > div:nth-child(2) {
	top: 25px !important;
}
.m-t-8 {
	margin-top: 8px;
}
.m-l-0 {
	margin-left: 0;
}
.truncate-commentary * {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 340px;
	display: inline-block;
}
.truncate-commentary {
	width: 1px;
}
@media (max-width: 1200px) {
.truncate-commentary * {
		width: 220px;
}
}
@media (max-width: 980px) {
.truncate-commentary * {
		width: 100px;
}
}
@media (max-width: 768px) {
.truncate-commentary * {
		width: 100%;
}
}

.multiselect__tags{
    border-radius: 0;
}
.nav-tabs>li{
    z-index: 0;
}
.text-warning {
    color: #ffc07e;
}
.text-success {
    color: #9ad59a;
}

.m-b-5 {
	margin-bottom: 5px;
}
.m-w-90 {
	min-width: 90px;
}
.fix-modal-hide {
	overflow: visible !important;
}
#fecha-contenedor > div > div:nth-child(2) {
	top: 25px !important;
}
.m-t-8 {
	margin-top: 8px;
}
.m-l-0 {
	margin-left: 0;
}
.truncate-commentary * {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 340px;
	display: inline-block;
}
.truncate-commentary {
	width: 1px;
}
@media (max-width: 1200px) {
.truncate-commentary * {
		width: 220px;
}
}
@media (max-width: 980px) {
.truncate-commentary * {
		width: 100px;
}
}
@media (max-width: 768px) {
.truncate-commentary * {
		width: 100%;
}
}

.nav-tabs > li > a {
	cursor: pointer;
}

.modal-dialog[data-v-3d087b78] {
    width: 80%;
    height: 80%;
    margin: 0;
    padding: 0;
    max-width: 80%!important;
}
.modal-content[data-v-3d087b78] {
    height: auto;
    min-height: 80%;
    border-radius: 0;
}
@media only screen and (max-width: 1280px) {
.modal-dialog[data-v-3d087b78] {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        max-width: 100%!important;
}
.modal-content[data-v-3d087b78] {
        height: auto;
        min-height: 100%;
        border-radius: 0;
}
}


.mt-inputer div.vdp-datepicker {
    display: inline-block;
    border: 0px;
}

.mt-inputer div.vdp-datepicker {
    display: inline-block;
    border: 0px;
}

.link-like {
  cursor: pointer;
}
.repolizar-td {
  color: #3F51B5;
  text-align: center;
}
.table-container {
  max-height: 300px;
  overflow-y: scroll;
}
.repolizar-todo {
  float: right;
  color: white;
  cursor: pointer;
  font-size: .9em;
  padding-right: 10px;
}
.labelContainer {
  width: 100px;
  display: inline-block;
  font-size: .8em
}

.link-like {
  cursor: pointer;
}
.repolizar-td {
  color: #3F51B5;
  text-align: center;
}
.repolizar-todo {
  float: right;
  color: white;
  cursor: pointer;
  font-size: .9em;
  padding-right: 10px;
}
.table-container {
  max-height: 300px;
  overflow-y: scroll;
}
.smallFont {
  font-size: .8em
}
.labelContainer {
  width: 100px;
  display: inline-block;
  font-size: .8em
}

.b-b-line {
    border-bottom: 4px solid #eeeeee;
}

.form-group[data-v-82f1a024]{padding:5px 0
}
label[data-v-82f1a024]{margin-bottom:5px
}
label.false-valid-label[data-v-82f1a024]{font-weight:400;color:#3f51b5 !important;font-size:14px
}
.mid-size[data-v-82f1a024]{width:50%
}


.margen-derecho[data-v-5397e841] {
    margin-right: 10px;
}
.form-group[data-v-5397e841] {
    margin: 10px 0;
}
.linkRfc[data-v-5397e841] {
    color: #3e50b4;
}
.linkRfc[data-v-5397e841]:hover {
    color: #666;
}
.btn-listado[data-v-5397e841] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.botones[data-v-5397e841] {
    padding: 5px 3%;
}
.radioOp[data-v-5397e841] {
    margin: 0 20px;
}
.superior[data-v-5397e841] {
    margin-top: 20px;
}
.tablaCfd[data-v-5397e841] {
    margin-left: 2%;
    width: 96%;
    border: 1px solid lightgray;
}
.contOperaciones[data-v-5397e841] {
    display:grid;
    margin: 15px 30px;
}
.barraProgresoDescarga[data-v-5397e841] {
    background-color:  #3e50b4;
    height: 3px;
    position:  relative;
    margin-bottom: 20px;
}
.tablaCfd tr[data-v-5397e841]:nth-child(even) {
    border: none;
    background-color: #f6f6f6;
}
.colorVerde[data-v-5397e841] {
    color: #4bae4f;
}
.cont-sat-esp[data-v-5397e841] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 4px 0px;
    margin: 0 4px;
    font-size: 14px;
}
.cont-sat-esp input[data-v-5397e841] {
    border: none;
    border-bottom: 1px solid lightgray;
    width: 100%;
}
.cont-sat-esp select[data-v-5397e841] {
    border: none;
    border-bottom: 1px solid lightgray;
    width: 100%;
}
.descriptionCfdi[data-v-5397e841] {
    font-size: 1.2em;
    width: 96%;
    margin-left: 2%;
}
.avisosCfdi[data-v-5397e841] {
    font-size: 1.3em;
    text-align: center;
    padding: 5px 20px;
}
.alinear-derecha[data-v-5397e841] {
    text-align: right;
    padding-right: 20px;
}
.alinear-derechabtn[data-v-5397e841] {
    float: right;
}
.btnCfdi[data-v-5397e841] {
    border-radius: 3px;
    padding: 5px 18px;
    font-size: 14px;
}
.btnCfdi[data-v-5397e841]:disabled {
    cursor: not-allowed;
    background: #5cb85c;
    opacity: 0.4;
}
.btn-primary[data-v-5397e841]:disabled {
    cursor: not-allowed;
    background: #fff !important;
    opacity: 0.4;
}
.btn-cancelar[data-v-5397e841] {
    background-color: #fff;
    color: #f0ad4e;
    border: 1px solid #f0ad4e;
}
.btn-cancelar[data-v-5397e841]:hover {
    background-color: #f0ad4e;
    color: #fff;
    border: 1px solid #f0ad4e;
}
.btn-descarga[data-v-5397e841] {
    background-color: #fff;
    color: #5cb85c;
    border: 1px solid #5cb85c;
    float: right;
}
.btn-descarga[data-v-5397e841]:hover {
    background-color: #5cb85c;
    color: #fff;
    border: 1px solid #5cb85c;
}
.spinn[data-v-5397e841] {
    text-align: center;
    font-size: 5em;
}

.margen-derecho[data-v-5397e841] {
    margin-right: 10px;
}
.form-group[data-v-5397e841] {
    margin: 10px 0;
}
.linkRfc[data-v-5397e841] {
    color: #3e50b4;
}
.linkRfc[data-v-5397e841]:hover {
    color: #666;
}
.btn-listado[data-v-5397e841] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.botones[data-v-5397e841] {
    padding: 5px 3%;
}
.radioOp[data-v-5397e841] {
    margin: 0 20px;
}
.superior[data-v-5397e841] {
    margin-top: 20px;
}
.tablaCfd[data-v-5397e841] {
    margin-left: 2%;
    width: 96%;
    border: 1px solid lightgray;
}
.contOperaciones[data-v-5397e841] {
    display:grid;
    margin: 15px 30px;
}
.barraProgresoDescarga[data-v-5397e841] {
    background-color:  #3e50b4;
    height: 3px;
    position:  relative;
    margin-bottom: 20px;
}
.tablaCfd tr[data-v-5397e841]:nth-child(even) {
    border: none;
    background-color: #f6f6f6;
}
.colorVerde[data-v-5397e841] {
  color: #4bae4f;
}
.cont-sat-esp[data-v-5397e841] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 4px 0px;
  margin: 0 4px;
  font-size: 14px;
}
.cont-sat-esp input[data-v-5397e841] {
  border: none;
  border-bottom: 1px solid lightgray;
  width: 100%;
}
.cont-sat-esp select[data-v-5397e841] {
  border: none;
  border-bottom: 1px solid lightgray;
  width: 100%;
}
.descriptionCfdi[data-v-5397e841] {
  font-size: 1.2em;
  width: 96%;
  margin-left: 2%;
}
.avisosCfdi[data-v-5397e841] {
  font-size: 1.3em;
  text-align: center;
  padding: 5px 20px;
}
.alinear-derecha[data-v-5397e841] {
  text-align: right;
  padding-right: 20px;
}
.alinear-derechabtn[data-v-5397e841] {
  float: right;
}
.btnCfdi[data-v-5397e841] {
  border-radius: 3px;
  padding: 5px 18px;
  font-size: 14px;
}
.btnCfdi[data-v-5397e841]:disabled, .btn-success[data-v-5397e841]:disabled {
  cursor: not-allowed;
  background: #5cb85c;
  color: #fff !important;
  opacity: 0.4;
}
.btn-primary[data-v-5397e841]:disabled {
  cursor: not-allowed;
  background: #fff !important;
  opacity: 0.4;
}
.btn-cancelar[data-v-5397e841] {
  background-color: #fff;
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.btn-cancelar[data-v-5397e841]:hover {
  background-color: #f0ad4e;
  color: #fff;
  border: 1px solid #f0ad4e;
}
.btn-descarga[data-v-5397e841] {
  background-color: #fff;
  color: #5cb85c;
  border: 1px solid #5cb85c;
  float: right;
}
.btn-descarga[data-v-5397e841]:hover {
  background-color: #5cb85c;
  color: #fff;
  border: 1px solid #5cb85c;
}
.spinn[data-v-5397e841] {
    text-align: center;
    font-size: 5em;
}

.swal2-close {
  font-size: 40px !important;
}
.sat-cfdi .mt-inputer {
    z-index: 9999;
}
.btn-success[disabled] {
    color: white !important;
}
@media screen and (max-width: 768px) {
.sat-cfdi #title-head {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
}
.btn-group--cfdi {
        padding: 0 30px;
}
}
.popover-content {
    font-size: 14px;
}

.modal-background[data-v-f6f7c2c2] {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.modal-mask[data-v-f6f7c2c2] {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.modal-wrapper[data-v-f6f7c2c2] {
    display: table-cell;
    vertical-align: middle;
}
.modal-container[data-v-f6f7c2c2] {
    width: 50%;
    margin: 0px auto;
    padding: 0;
    background-color: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
            box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}
.modal-header[data-v-f6f7c2c2] {
    margin: 0 !important;
    font-size: 20px;
    padding: 20px 20px 10px 20px !important;
    text-align: left;
    border: none;
    color: #3f51b5;
}
.divider[data-v-f6f7c2c2] {
    margin: 0 20px;
    border-top-color: #3f51b5;
    opacity: 0.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
}
.modal-body[data-v-f6f7c2c2] {
    margin: 0 !important ;
    padding: 20px 20px 0 20px !important;
    font-size: 15px;
}
.modal-footer[data-v-f6f7c2c2] {
    margin: 0 !important ;
    padding: 20px !important;
    border: none;
}
.modal-button[data-v-f6f7c2c2] {
    color: white;
    width: 100px;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
}
.confirm-button[data-v-f6f7c2c2] {
    background-color: #3f51b5;
    float: right;
}
.cancel-button[data-v-f6f7c2c2] {
    background-color: #f34235;
    float: left;
}

.cell-documento {
    cursor: pointer;
    color: rgb(137, 149, 210);
}
.cell-documento:hover {
    color: gray;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#cfdi-configuration-modal .configuration-part th{
    width: 50%;
    text-align: right;
}
#cfdi-configuration-modal .configuration-part td{
    width: 50%;
    text-align: left;
}
.file-upload__document {
   opacity: 0;
   height: 0;
}
.file-upload__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.file-upload__button .btn{
    margin: 0 !important;
}
.file-upload__button .btn:nth-child(1){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.file-upload__button .btn.btn:nth-child(2){
    margin: 0 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.fa-spinner.bigger {
    font-size: 100px
}
.configuration-loading {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.content-height {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
}

.selector-fecha-container[data-v-7526bc24]{width:147px;margin-top:7px;margin-left:3px
}

.contenedor-prod[data-v-6ba7c7a6] {
  margin-bottom: 20px;
  padding: 20px 15px;
  border-bottom: 2px solid #3F51B5;
}
.centrado[data-v-6ba7c7a6] {
  text-align:center;
}

.contenedor-prod[data-v-34c6a626] {
  margin-bottom: 20px;
  padding: 20px 15px;
  border-bottom: 2px solid #3F51B5;
}

.espacio-derecha[data-v-085e3b6a] {
    margin-right: 15px;
}
.desh[data-v-085e3b6a] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.puntero[data-v-085e3b6a] {
    cursor: pointer;
}
.desactivado[data-v-085e3b6a] {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.desh[data-v-0d2a8a65] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.enviarMsg[data-v-0d2a8a65] {
  position: relative;
  text-align: center;
  margin-top: 5%;
}
.spin[data-v-0d2a8a65] {
  position: absolute;
  padding-top: 20px;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-name: spinoo-data-v-0d2a8a65;
          animation-name: spinoo-data-v-0d2a8a65;
}
.spin1[data-v-0d2a8a65] {
  margin-left: 10px;
}
.spin2[data-v-0d2a8a65] {
  margin-left: 100px;
}
@-webkit-keyframes spinoo-data-v-0d2a8a65{
0% {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
to {
  -webkit-transform: translateX(105px);
          transform: translateX(105px);
}
}
@keyframes spinoo-data-v-0d2a8a65{
0% {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
to {
  -webkit-transform: translateX(105px);
          transform: translateX(105px);
}
}

.tab[data-v-327c1ecd] {
  font-size: 1.3em;
  margin: 5px 20px;
  display: inline-block;
  padding: 0px 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.selected[data-v-327c1ecd] {
  border-bottom: 2px solid #3e50b4;
}
.status-step[data-v-327c1ecd] {
  font-size: 15px;
  margin-top: 10px
}
.form-input[data-v-327c1ecd] {
  margin: 10px 0;
}
.icons-container[data-v-327c1ecd] {
  width: 80px
}
.progress-bar[data-v-327c1ecd] {
  width: 100%;
  height: 20px;
  background-color: lightgray;
  border-width: 0;
  margin: 0;
  border-radius: 5px;
  padding: 0;
}
.progress-bar-inside[data-v-327c1ecd] {
  height: 20px;
  background-color: #3e50b4;
  position: absolute;
  border-radius: 5px;
}
.progress-text[data-v-327c1ecd] {
  text-align: center;
  line-height: 20px;
  color: white;
  width: 100%;
  position: absolute;
  font-size: .7em;
}
.time-container[data-v-327c1ecd] {
  margin: 30px 5px;
  line-height: 20px;
  font-size: 13px;
}
.form-container[data-v-327c1ecd] {
  margin: 0;
}
.result-time[data-v-327c1ecd] {
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px
}
.bar-title[data-v-327c1ecd] {
  line-height: 55px
}
.wide-status[data-v-327c1ecd] {
  width: 30%;
  display: inline-block;
}

.comeback-button[data-v-20c3a5fd]{margin:20px 0
}
.select-container[data-v-20c3a5fd]{margin:10px 0
}
.normal-label[data-v-20c3a5fd]{color:black !important
}
.step-list li[data-v-20c3a5fd]{margin:10px 0
}

.full-height[data-v-3ee1311e]{height:-webkit-fit-content !important;height:-moz-fit-content !important;height:fit-content !important
}

span.change-details{display:none
}
.show-details span.change-details{display:inline
}

.comeback-button[data-v-2b25c595]{margin:20px 0
}
.select-container[data-v-2b25c595]{margin:10px 0
}
.normal-label[data-v-2b25c595]{color:black !important
}

.modal-body[data-v-4214d55e] {
	padding-top: 10px !important;
}
.form-section-title[data-v-4214d55e] {
	margin-bottom: 15px;
}
li.invitation-item[data-v-4214d55e] {
    list-style-type: inherit;
    margin: 15px 5px;
}
.modal-subttitle[data-v-4214d55e] {
    margin-bottom: 35px;
}


.procesando[data-v-169cc8fa] {
    padding: 50px;
    background: #FFF;
    position: absolute;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    font-size: 4em;
    font-weight: bold;
    text-align: center;
}
.procesando-ocultar[data-v-169cc8fa] {
    opacity: 0.2;
    pointer-events: none;
}
.b-b-10[data-v-169cc8fa] {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
}
.form-input-container[data-v-169cc8fa] {
    padding-left: 0;
    padding-right: 0;
}

#accordion .checkbox[data-v-7e2df8fb],.radio[data-v-7e2df8fb]{margin-top:0%
}
.access-group__title[data-v-7e2df8fb]{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important
}
.access-group__title label[data-v-7e2df8fb]{padding-left:0
}
.access-group__title a[data-v-7e2df8fb]{padding-top:0
}

#e-commerce[data-v-d00714ee] {
	padding: 20px 40px;
}
.pricing-card[data-v-d00714ee] {
    text-align: center;
    border: 1px solid #aaa;
    margin: 5px 0;
}
.head-blue[data-v-d00714ee] {
    background: #7986CB;
}
.body-actions[data-v-d00714ee] {
    margin-bottom: 20px;
}

.modal-body[data-v-0d7f83a9] {
	padding-top: 10px !important;
}
.form-section-title[data-v-0d7f83a9] {
	margin-bottom: 15px;
}
li.invitation-item[data-v-0d7f83a9] {
    list-style-type: inherit;
    margin: 15px 5px;
}
.modal-subttitle[data-v-0d7f83a9] {
    margin-bottom: 35px;
}
#cost-element-form .modal-body[data-v-0d7f83a9] {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.tableTitle[data-v-72f763b2] {
  margin: 10px 0;
  font-size: 1.2em;
}
.importe[data-v-72f763b2] {
  text-align: right;
}
.tab[data-v-72f763b2] {
  font-size: 1.3em;
  margin: 20px 20px 20px 0px;
  display: inline-block;
  padding: 0px 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.selected[data-v-72f763b2] {
  border-bottom: 2px solid #3e50b4;
}

.sat-cfdi .mt-inputer {
    z-index: 9999;
}
@media screen and (max-width: 768px) {
.sat-cfdi #title-head {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
}
.btn-group--cfdi {
        padding: 0 30px;
}
}

.tableTitle[data-v-f4fdc10c] {
  margin: 10px 0;
  font-size: 1.2em;
}
.importe[data-v-f4fdc10c] {
  text-align: right;
}
.tab[data-v-f4fdc10c] {
  font-size: 1.3em;
  margin: 20px 20px 20px 0px;
  display: inline-block;
  padding: 0px 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.selected[data-v-f4fdc10c] {
  border-bottom: 2px solid #3e50b4;
}

.sat-cfdi .mt-inputer {
    z-index: 9999;
}
@media screen and (max-width: 768px) {
.sat-cfdi #title-head {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
}
.btn-group--cfdi {
        padding: 0 30px;
}
}

.overflow-v[data-v-25fdc38a]{overflow:visible
}
.card.form-container[data-v-25fdc38a]{padding-bottom:30px
}

.tab[data-v-77a76000] {
  font-size: 1.3em;
  margin: 20px 20px 20px 0px;
  display: inline-block;
  padding: 0px 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.selected[data-v-77a76000] {
  border-bottom: 2px solid #3e50b4;
}
.descripcion[data-v-77a76000] {
  font-size: 1.2em
}

.sat-cfdi .mt-inputer {
    z-index: 9999;
}
@media screen and (max-width: 768px) {
.sat-cfdi #title-head {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
}
.btn-group--cfdi {
        padding: 0 30px;
}
}






















































































































































.sat-cfdi .mt-inputer {
    z-index: 9999;
}
@media screen and (max-width: 768px) {
.sat-cfdi #title-head {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
}
.btn-group--cfdi {
        padding: 0 30px;
}
}



















































































































































.sat-cfdi .mt-inputer {
    z-index: 9999;
}
@media screen and (max-width: 768px) {
.sat-cfdi #title-head {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
}
.btn-group--cfdi {
        padding: 0 30px;
}
}

.tableTitle[data-v-f06f7bbe] {
  margin: 10px 0;
  font-size: 1.2em;
}
.importe[data-v-f06f7bbe] {
  text-align: right;
}
.tableRow[data-v-f06f7bbe] {
  cursor: pointer;
}
.tableRow[data-v-f06f7bbe]:hover {
  background-color: #e8eaf6;
}

.sat-cfdi .mt-inputer {
    z-index: 9999;
}
@media screen and (max-width: 768px) {
.sat-cfdi #title-head {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
}
.btn-group--cfdi {
        padding: 0 30px;
}
}

.modal-mask[data-v-a4338544] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-wrapper[data-v-a4338544] {
  display: table-cell;
  vertical-align: middle;
}
.modal-container[data-v-a4338544] {
  width: 90%;
  margin: 0px auto;
  padding: 0;
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
          box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header[data-v-a4338544] {
  margin: 0 !important;
  font-size: 23px;
  padding: 10px !important;
  text-align: center;
  border: none;
}
.modal-body[data-v-a4338544] {
  margin: 0 !important ;
  padding: 10px !important;
}
.modal-footer[data-v-a4338544] {
  margin: 0 !important ;
  padding: 10px !important;
  border: none;
}
.modal-default-button[data-v-a4338544] {
  float: right;
}
.modal-enter[data-v-a4338544] {
  opacity: 0;
}
.modal-leave-active[data-v-a4338544] {
  opacity: 0;
}

.margen-derecho[data-v-528d06ce] {
    margin-right: 10px;
}
.form-group[data-v-528d06ce] {
    margin: 10px 0;
}
.linkRfc[data-v-528d06ce] {
    color: #3e50b4;
}
.linkRfc[data-v-528d06ce]:hover {
    color: #666;
}
.btn-listado[data-v-528d06ce] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.botones[data-v-528d06ce] {
    padding: 5px 3%;
}
.radioOp[data-v-528d06ce] {
    margin: 0 20px;
}
.superior[data-v-528d06ce] {
    margin-top: 20px;
}
.tablaCfd[data-v-528d06ce] {
    margin-left: 2%;
    width: 96%;
    border: 1px solid lightgray;
}
.contOperaciones[data-v-528d06ce] {
    display:grid;
    margin: 15px 30px;
}
.barraProgresoDescarga[data-v-528d06ce] {
    background-color:  #3e50b4;
    height: 3px;
    position:  relative;
    margin-bottom: 20px;
}
.tablaCfd tr[data-v-528d06ce]:nth-child(even) {
    border: none;
    background-color: #f6f6f6;
}
.colorVerde[data-v-528d06ce] {
  color: #4bae4f;
}
.cont-sat-esp[data-v-528d06ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 4px 0px;
  margin: 0 4px;
  font-size: 14px;
}
.cont-sat-esp input[data-v-528d06ce] {
  border: none;
  border-bottom: 1px solid lightgray;
  width: 100%;
}
.cont-sat-esp select[data-v-528d06ce] {
  border: none;
  border-bottom: 1px solid lightgray;
  width: 100%;
}
.descriptionCfdi[data-v-528d06ce] {
  font-size: 1.2em;
  width: 96%;
  margin-left: 2%;
}
.avisosCfdi[data-v-528d06ce] {
  font-size: 1.3em;
  text-align: center;
  padding: 5px 20px;
}
.alinear-derecha[data-v-528d06ce] {
  text-align: right;
  padding-right: 20px;
}
.alinear-derechabtn[data-v-528d06ce] {
  float: right;
}
.btnCfdi[data-v-528d06ce] {
  border-radius: 3px;
  padding: 5px 18px;
  font-size: 14px;
}
.btnCfdi[data-v-528d06ce]:disabled, .btn-success[data-v-528d06ce]:disabled {
  cursor: not-allowed;
  background: #5cb85c;
  color: #fff !important;
  opacity: 0.4;
}
.btn-primary[data-v-528d06ce]:disabled {
  cursor: not-allowed;
  background: #fff !important;
  opacity: 0.4;
}
.btn-cancelar[data-v-528d06ce] {
  background-color: #fff;
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.btn-cancelar[data-v-528d06ce]:hover {
  background-color: #f0ad4e;
  color: #fff;
  border: 1px solid #f0ad4e;
}
.btn-descarga[data-v-528d06ce] {
  background-color: #fff;
  color: #5cb85c;
  border: 1px solid #5cb85c;
  float: right;
}
.btn-descarga[data-v-528d06ce]:hover {
  background-color: #5cb85c;
  color: #fff;
  border: 1px solid #5cb85c;
}
.spinn[data-v-528d06ce] {
    text-align: center;
    font-size: 5em;
}










































































































































































































































































































































































































































































































































































.resumen[data-v-89a1f85c] {
  margin: 25px 0;
  font-size: 1.3em;
  padding: 0 3%;
}
.tab[data-v-89a1f85c] {
  font-size: 1.3em;
  margin: 20px 20px 20px 0px;
  display: inline-block;
  padding: 0px 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.selected[data-v-89a1f85c] {
  border-bottom: 2px solid #3e50b4;
}
.descripcion[data-v-89a1f85c] {
  font-size: 1.2em
}

.sat-cfdi .mt-inputer {
    z-index: 9999;
}
@media screen and (max-width: 768px) {
.sat-cfdi #title-head {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
}
.btn-group--cfdi {
        padding: 0 30px;
}
}













































































































































.sat-cfdi .mt-inputer {
    z-index: 9999;
}
@media screen and (max-width: 768px) {
.sat-cfdi #title-head {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
}
.btn-group--cfdi {
        padding: 0 30px;
}
}











































































































































.sat-cfdi .mt-inputer {
    z-index: 9999;
}
@media screen and (max-width: 768px) {
.sat-cfdi #title-head {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
}
.btn-group--cfdi {
        padding: 0 30px;
}
}











































































.badge-table {
    border-radius: 50%;
    background: #f0f0f0;
    padding: 4px 0px;
    width: 2.2em;
    display: inline-block;
    vertical-align: initial;
    text-align: center;
}
.typeSelected {
    background-color: #f5f7f7;
    border: 1px solid #bdc3c7;
    border-bottom: 0;
}

#cotizacion-index th[data-v-a5c38020] {
    font-size: 14px;
    font-weight: normal;
}
.wrapper[data-v-a5c38020]{
    max-width:100%!important;
}

.panel[data-v-baa4b11e] {
    padding:0px
}
ul.nav.nav-tabs[data-v-baa4b11e] {
    background-color: #f6f6f6
}
.nav a.nav-link.active[data-v-baa4b11e] {
    font-weight: bold;
    color: #3F51B5
}

table[data-v-21c94861] {
	width: 100%;
}
table tr td[data-v-21c94861] {
	padding: 5px;
}
ul li[data-v-21c94861] {
	padding : 5px
}

table[data-v-10289b4b] {
	width: 100%;
}
table tr td[data-v-10289b4b] {
	padding: 5px;
}
ul li[data-v-10289b4b] {
	padding : 5px
}

table[data-v-542fd254] {
	width: 100%;
}
table tr td[data-v-542fd254] {
	padding: 5px;
}
ul li[data-v-542fd254] {
	padding : 5px
}

















































































































































































































































































































































































