@import url(themify-icons.css);
.select-inner-table {
  background: transparent;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none; }
  .select-inner-table:active {
    outline: none; }
  .select-inner-table:focus {
    outline: none; }

.style-schema-1 {
  color: #76B04E;
  background-color: transparent; }

.style-schema-2 {
  color: white;
  background-color: #FF0400; }

.style-schema-3 {
  color: #282934;
  background-color: #E1EFD8; }

.style-schema-4 {
  color: #282934;
  background-color: #C4DFB3; }

.style-schema-5 {
  color: #282934;
  background-color: #A8D08D; }

.style-schema-6 {
  color: #282934;
  background-color: #538134; }

.style-schema-7 {
  color: #282934;
  background-color: #375623; }

.style-schema-8 {
  color: white;
  background-color: #C45910; }

.style-schema-9 {
  color: white;
  background-color: #F3B082; }

.style-schema-10 {
  color: white;
  background-color: #8EA9DB; }

.style-schema-11 {
  color: white;
  background-color: #2E5496; }

.style-schema-12 {
  color: #FF1719;
  background-color: white; }

.style-schema-13 {
  color: #77B050;
  background-color: white; }

.style-schema-14 {
  color: #026FBF;
  background-color: white; }

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%; }

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }

.card-body {
  padding: 2px 16px; }

.input-group {
  display: table;
  border-collapse: collapse;
  width: 100%; }

.input-group > div {
  display: table-cell;
  border: 1px solid #ddd;
  vertical-align: middle;
  /* needed for Safari */ }

.input-group-icon {
  background: #eee;
  color: #777;
  padding: 0 12px;
  cursor: pointer; }

.input-group-area {
  width: 100%; }

.input-group input {
  border: 0;
  display: block;
  width: 100%;
  padding: 8px; }

.input-group-area input {
  padding: 0px !important; }

.input-group-dt {
  min-width: 140px; }

* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }

.filter-boxes {
  padding: 0em 1em; }

.space-between-items {
  padding-bottom: 1em;
  top: 0.5em; }

.box-overflow {
  padding-bottom: 1em;
  max-width: 100%;
  overflow: auto;
  overflow-x: auto; }

body {
  background: #4e4e4e; }

a {
  text-decoration: none;
  color: #00aad7;
  cursor: pointer; }

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

#gifloading {
  display: none; }

.custom-logo-app {
  width: 195px;
  height: 50px; }

.custom-textbox-x1 {
  width: 100px; }

.custom-textbox-x2 {
  width: 150px; }

.custom-textbox-x3 {
  width: 200px; }

.form-inline .custom-textbox-x1 {
  width: 100px; }

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

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

.custom-font-size-table {
  font-size: 11px; }

.custom-font-size-table-report {
  font-size: 9px; }

.custom-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px; }

.page-break-print {
  page-break-after: always; }

.charts {
  padding-right: 280px;
  min-width: 310px;
  height: 300px;
  width: 100%;
  margin: 0 auto; }

.custom-tables {
  padding-left: 0px;
  float: left; }

.tab-td {
  margin-left: 15px; }

.body-page {
  width: 816px; }

.table-overflow-x {
  overflow-x: auto; }

.currency {
  text-align: right; }

.quantity {
  text-align: right; }

/* Stylesheet */
.barra {
  background: #ff3019;
  background: linear-gradient(to bottom, #CBD93E 0%, #B7C438 100%);
  clear: both;
  height: 30px;
  color: white;
  font-weight: bold;
  text-align: right;
  padding: 6px;
  border-radius: 4px;
  max-width: 356px;
  min-width: 20px; }

.fr {
  float: right; }

.fl, .votar {
  float: left; }

.cf {
  clear: both; }

.wrap {
  padding: 25px;
  margin: 40px auto 0;
  width: 600px;
  background: #F3F3F3;
  border-radius: 4px;
  border: 1px solid #E0E0E0; }

.wrap b {
  font-size: 15px; }

.wrap_2 {
  width: 550px !important;
  padding: 20px !important;
  margin: 20px auto !important; }

.green {
  background-color: #BFCC3A !important;
  color: #FFF; }

h1 {
  margin-bottom: 20px;
  font-size: 21px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 15px; }

h2 {
  font-size: 16px;
  margin-bottom: 10px; }

h3 {
  font-size: 24px;
  margin-bottom: 10px; }

form > div {
  margin-bottom: 20px; }

form .titulo {
  margin-right: 20px; }

form label {
  display: block; }

form input[type='text'], select {
  border: 1px solid #E0E0E0;
  padding: 6px;
  resize: none; }

form input[type="submit"] {
  padding: 8px 16px;
  background: gray;
  border: 0;
  display: block;
  font-weight: bold;
  color: white;
  border-radius: 6px; }

form input[type="submit"]:hover {
  background: #505050; }

form ul {
  list-style-type: none; }

ul.votacion {
  margin-bottom: 25px;
  list-style: none; }

.votacion li {
  padding: 8px;
  background: #FCFCFC;
  border-radius: 5px;
  margin-bottom: 5px; }

.votacion li:hover {
  background: white; }

.votacion li a {
  color: gray;
  font-weight: bold;
  font-size: 16px; }

.votacion li a:hover {
  color: black; }

.votacion li span {
  margin-left: 10px; }

.votacion .fl {
  margin-bottom: 5px; }

.volver {
  display: block;
  padding-top: 15px;
  clear: both; }

.resultado {
  float: left;
  margin-left: 10px;
  margin-top: 7px;
  color: black; }

#email {
  border: 1px solid #fff;
  box-shadow: 0 0 1px 1px #707070 inset;
  margin-top: 10px;
  padding: 8px;
  transition: box-shadow 0.3s ease 0s; }

#boton2 {
  color: #215181;
  border-radius: 15px;
  font-size: 17px;
  line-height: 30px;
  padding: 0 17px;
  background-color: #CDCDCD !important;
  border: 1px solid #8db7e9;
  display: inline-block;
  font-weight: normal;
  margin: 10px;
  text-decoration: none; }

.center {
  text-align: center; }

.container_done {
  margin-top: 20px; }

a#done {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  color: white; }

a#done:hover {
  color: #00acdc; }

.scs .scs-site-link::before {
  background-image: url("/img/flags/flags.png");
  content: "";
  display: block;
  height: 20px;
  left: 15px;
  position: absolute;
  top: 16px;
  width: 28px; }

.scs .scs-site-mlb a::before {
  background-position: 0 -20px; }

.scs .scs-site-mco a::before {
  background-position: 0 -40px; }

.scs .scs-site-mcr a::before {
  background-position: 0 -60px; }

.scs .scs-site-mlc a::before {
  background-position: 0 -80px; }

.scs .scs-site-mrd a::before {
  background-position: 0 -100px; }

.scs .scs-site-mec a::before {
  background-position: 0 -120px; }

.scs .scs-site-mlm a::before {
  background-position: 0 -140px; }

.scs .scs-site-mpa a::before {
  background-position: 0 -160px; }

.scs .scs-site-mpe a::before {
  background-position: 0 -180px; }

.scs .scs-site-mpt a::before {
  background-position: 0 -200px; }

.scs .scs-site-mlu a::before {
  background-position: 0 -220px; }

.scs .scs-site-mlv a::before {
  background-position: 0 -240px; }

.scs .scs-site-mlgt a::before {
  background-position: 0 -260px; }

.scs .scs-site-mlbo a::before {
  background-position: 0 -280px; }

.scs .scs-site-mlpy a::before {
  background-position: 0 -300px; }

.scs .scs-site-mlcb a::before {
  background-position: 0 -320px; }

.scs .scs-site-mlhn a::before {
  background-position: 0 -340px; }

.scs .scs-site-mlni a::before {
  background-position: 0 -360px; }

.scs .scs-site-mlsv a::before {
  background-position: 0 -380px; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

#textbox-size {
  width: 250px; }

.textbox-size-billing-modal-csv {
  width: 80px; }

.textbox-size-small {
  width: 150px; }

.textbox-size-medium {
  width: 250px; }

.element-consult {
  margin-top: 25px; }

.datepickerdemoBasicUsage md-content {
  padding-bottom: 200px; }

.datepickerdemoBasicUsage .validation-messages {
  font-size: 12px;
  color: #dd2c00;
  margin: 10px 0 0 25px; }

.md-button.md-icon-button {
  margin: 0 -11px;
  width: 45px; }

a:not(.md-button) {
  color: #337AB7; }

a:not(.md-button):hover {
  color: #337AB7; }

a.buttons-back:not(.md-button) {
  color: #fff; }

a.buttons-back:not(.md-button):hover {
  color: #fff; }

.btn-applyPay {
  width: 8em;
  margin-bottom: 1em;
  height: 3em; }

.btn-actions-custom {
  margin-top: 10px; }

.top {
  float: left; }

.buttons-medium {
  width: 150px; }

.div-select {
  width: 101%;
  height: 225px;
  overflow: scroll;
  border: 1px solid #CCC;
  background: #FFF; }

.saldo-inicial {
  background-color: #d6e9c6; }

.saldo-final {
  background-color: #faebcc; }

.periodo-pago {
  background-color: #dde89f; }

.hide-columns-periodo-pago {
  background-color: #bdca7d; }

.periodo-vencido {
  background-color: #ffc28c; }

.hide-columns-periodo-vencido {
  background-color: #dc8c45; }

.periodo-pendiente {
  background-color: #dccdc6; }

.hide-columns-periodo-pendiente {
  background-color: #bcb6b3; }

.pago-parcial {
  background-color: #dde89f; }

.hide-columns-pago-parcial {
  background-color: #bdca7d; }

.hide-columns-pago-clip {
  background-color: #cecece; }

.montos-consolidados {
  background-color: #313636;
  color: #f7f2f2; }

.titulos-consolidados {
  background-color: #f7f2f2; }

.montos-separador {
  border-left: 1px solid #f7f2f2; }

.col-md-custom-line-1 {
  width: 0.333333%;
  float: left; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgba(238, 238, 238, 0.54); }

.jumbotron-perfil {
  min-height: 625px; }

.jumbotron-users {
  height: 455px; }

div.dataTables_wrapper div.dataTables_filter input {
  width: 226px; }

.msg-text-error {
  color: #E40000; }

.msg-text-small {
  font-size: 11px; }

.tablas-anchas {
  overflow-x: scroll; }

.tablas-altas {
  width: 101%;
  height: 225px;
  overflow-y: scroll; }

.main-center {
  margin-top: 30px;
  margin: 0 auto;
  max-width: 500px; }

.main-center-elements {
  margin-top: 30px;
  margin: 0 auto;
  max-width: 530px;
  padding: 40px 40px; }

.main-center-spinner {
  margin-top: 30px;
  margin: 0 auto;
  max-width: 170px;
  padding: 40px 40px; }

.panel-default > .panel-heading.links-login {
  background-color: #FFE600;
  color: #8E8E8E; }

.alinear-derecha {
  float: right; }

.alinear-derecha-texto {
  text-align: right; }

.alinear-centro-texto {
  text-align: center; }

.static-header {
  position: static !important; }

.scroll-table {
  overflow: auto !important;
  height: 250px; }

.detail th {
  width: 5.5%;
  text-align: right;
  padding-right: 20px !important;
  font-size: 12px; }

.detail td {
  width: 5%; }

.btn-ml {
  background-color: #E8DB57;
  border-color: #B5AB43; }

.btn-ml:hover .btn-ml.focus .btn-ml:focus .btn-ml.visited .btn-ml:visited .btn-ml.active .btn-ml:active {
  background-color: #D2C650;
  border-color: #B5AB43; }

.text-saldos-exigibles {
  color: #f2b885; }

.buttonsWelcomeDisplay {
  border: 2px solid maroon;
  border-radius: 5px;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  margin: 1em auto;
  text-align: center;
  width: 80%; }

.center-logo-mrp {
  width: 220px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -235px; }

.center-logo-clip {
  width: 72px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -235px; }

.clearfix-3 {
  line-height: 3; }

.clearfix-15 {
  line-height: 15; }

.center-block-landing {
  width: 310px; }

.form-landing-fisica {
  float: left; }

.button-landing-moral {
  margin-left: 4px; }

.titulos-consolidados th {
  text-align: center; }

.montos-consolidados td {
  text-align: center; }

.detalle-de-pagos th {
  text-align: center; }

.filas-pagos td {
  text-align: center; }

.align {
  text-align: right; }

.test-container table th {
  min-width: 50px; }

#fixedTable {
  height: 250px; }

.margin-right {
  float: right; }

/*
    **** Third Level Menu custom ****
*/
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu .pull-left {
  float: none; }

> .dropdown-submenu .pull-left {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px; }

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }
  #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #75af63;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */ }
  #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #cbd93e;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */ }

@keyframes spin {
  0% {
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

#charging {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px; }

.textCharging {
  font-weight: bold;
  margin-top: 40%;
  text-align: center; }

ul.syncEntities {
  padding: 0;
  text-align: center; }

.syncEntities li {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 10px;
  transition: transform .2s ease-in-out;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  opacity: 0.3; }

.dark .syncEntities li {
  background: #000; }

.syncEntities li img {
  display: block;
  width: 100%; }

.syncEntities li:hover {
  transform: scale(0.95);
  opacity: 1; }

.syncEntities.simplelist li {
  width: 100%;
  display: block;
  clear: both;
  max-width: 100%;
  padding: 5px;
  line-height: 50px; }

.syncEntities.simplelist li * {
  float: left;
  display: inline-block;
  margin-right: 10px; }

.syncEntitiesCheck {
  opacity: 1 !important; }

.mercadolibre h3, .clip h3 {
  text-align: center; }

.logo-cliente {
  margin-top: -25px; }

.portal {
  margin-top: 2px;
  font-size: 30px;
  font-weight: bold;
  color: #6d6e71 !important;
  margin-left: -25px !important; }

.legend {
  font-size: 10px;
  padding-top: 15px;
  padding-bottom: 20px; }

html.md-default-theme, html, body.md-default-theme, body {
  background-color: white !important; }

@media print {
  a[href]:after {
    content: none !important; } }

.no-padding {
  padding: 0; }

/*fix .input-group width issue*/
input[type=search] {
  width: auto !important; }

.container-form-box {
  padding: 10px;
  border: 1px solid #f8f8f8;
  border-radius: 4px;
  background: #f8f8f8; }

.btn-group-upload {
  width: 100%;
  min-height: 200px;
  text-align: center;
  display: table; }

#upload_file_input {
  position: absolute;
  opacity: 0;
  min-height: 100%;
  z-index: 100;
  cursor: pointer; }

.labels-upload {
  display: table-cell;
  vertical-align: middle;
  min-height: 200px; }

#btn_upload {
  position: relative;
  opacity: 1;
  font-size: 60px; }

.m-t-0 {
  margin-top: 0; }

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

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

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.parent-card-summary {
  overflow: hidden;
  position: relative; }

.card-summary-child-left {
  height: 100%;
  width: 20%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center; }

.card-summary-child-right {
  padding-left: 20%;
  padding-top: 4%; }

.card-summary-child-left i {
  font-size: 23px;
  position: relative;
  top: 35%;
  transform: translateY(-35%); }

.card-summary {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e3e3;
  min-height: 70px; }

.bg-primary {
  background-color: #745af2 !important; }

.bg-success {
  background-color: #06d79c !important; }

.bg-warning {
  background-color: #ffb22b !important; }

.bg-danger {
  background-color: #ef5350 !important; }

.bg-custom-danger {
  background-color: #ff6262;
  color: white;
  text-shadow: 1px 1px #000000; }

.p-content {
  padding: 1em;
  border-radius: 5px; }

.card-summary .text-info {
  word-break: break-word; }

.m-b-2 {
  margin-bottom: 2em; }

.bg-warning-light {
  background-color: rgba(255, 177, 43, 0.3) !important; }

.billingIcons {
  float: right; }

.pagination-ul {
  list-style: none;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.pagination-li {
  float: left; }

.pagination-li-a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none; }

.sortorder:after {
  content: '\25b2'; }

.sortorder.reverse:after {
  content: '\25bc'; }

.bank-account-statement-item {
  background: #eaeaea;
  border-radius: 7px;
  margin-bottom: .5em;
  font-weight: 400; }

.fab-new-stmt {
  position: fixed;
  float: right;
  top: 81vh;
  right: 0; }

.transactions-table {
  font-size: 15px;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }

.add-transactions {
  text-align: center;
  background-color: #d8e8f6;
  height: 4em;
  padding: 4px; }

.form-transactions, .account-stmt-content {
  padding: 1em; }

.bank-stmt-name {
  font-style: italic;
  font-weight: 100; }

.custom-icon-account-stmt {
  margin-right: 1em;
  text-decoration: none; }

.required-input {
  border: 2px #ff4343 solid; }

.bank-stmt-name-column {
  width: 13em; }

.bank-stmt-name-td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.glyphicon-tables {
  top: 22px;
  margin-right: .5em; }
