/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v0.9.7
 */
/* mixin definition ; sets LTR and RTL within the same style call */
md-autocomplete button ng-md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.9); }

md-autocomplete button ng-md-icon path {
  stroke-width: 0; }

.md-button.ng-md-icon {
  padding: 0;
  background: none; }

.md-button.md-fab ng-md-icon {
  margin-top: 0; }

md-checkbox .ng-md-icon {
  transition: 240ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 2px; }

md-checkbox.md-checked .ng-md-icon {
  border: none; }

md-checkbox.md-checked .ng-md-icon:after {
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 2px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  content: ''; }

.md-chips .md-chip .md-chip-remove ng-md-icon {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

ng-md-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  height: 24px;
  width: 24px; }

ng-md-icon svg {
  pointer-events: none;
  display: block; }

ng-md-icon[md-font-icon] {
  line-height: 1;
  width: auto; }

md-input-container > ng-md-icon {
  position: absolute;
  top: 5px;
  left: 2px; }

md-input-container > ng-md-icon + input {
  margin-left: 36px; }

md-input-container.md-icon-float > ng-md-icon {
  top: 26px;
  left: 2px; }

md-input-container.md-icon-float > ng-md-icon + input {
  margin-left: 36px; }

@media screen and (-ms-high-contrast: active) {
  md-input-container.md-default-theme > ng-md-icon {
    fill: #fff; } }

md-list-item > div.md-primary > ng-md-icon,
md-list-item > div.md-secondary > ng-md-icon,
md-list-item > ng-md-icon:first-child,
md-list-item > ng-md-icon.md-secondary,
md-list-item .md-list-item-inner > div.md-primary > ng-md-icon,
md-list-item .md-list-item-inner > div.md-secondary > ng-md-icon,
md-list-item .md-list-item-inner > ng-md-icon:first-child,
md-list-item .md-list-item-inner > ng-md-icon.md-secondary {
  width: 24px;
  margin-top: 16px;
  margin-bottom: 12px;
  box-sizing: content-box; }

md-list-item > ng-md-icon:first-child,
md-list-item .md-list-item-inner > ng-md-icon:first-child {
  margin-right: 32px; }

md-list-item.md-2-line > ng-md-icon:first-child,
md-list-item.md-2-line > .md-no-style > ng-md-icon:first-child {
  -ms-flex-item-align: start;
  align-self: flex-start; }

md-list-item.md-3-line > ng-md-icon:first-child,
md-list-item.md-3-line > .md-no-style > ng-md-icon:first-child {
  margin-top: 16px; }

md-tabs-wrapper md-prev-button ng-md-icon,
md-tabs-wrapper md-next-button ng-md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

md-tabs-wrapper md-next-button ng-md-icon {
  transform: translate3d(-50%, -50%, 0) rotate(180deg); }
img-crop {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden; }

img-crop canvas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  outline: 0;
  -webkit-tap-highlight-color: transparent; }
/*----------------------------------------------------------------*/
/*  Template Layouts
/*----------------------------------------------------------------*/
html,
body {
  overflow: hidden !important; }

#main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

body.boxed {
  background: #3F4450; }
  body.boxed #main {
    overflow: hidden !important;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.45); }

#layout-toolbar {
  position: relative;
  height: 100%;
  max-height: 100%; }
  #layout-toolbar #content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.md-toolbar-tools md-select {
  font-size: 12px; }

/*----------------------------------------------------------------*/
/*  Animations
/*----------------------------------------------------------------*/
.animate-slide-up {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  transition-property: none;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1; }
  .animate-slide-up.ng-enter {
    transform: translateY(100%);
    opacity: 0; }
    .animate-slide-up.ng-enter.ng-enter-active {
      transition-property: all;
      transform: translateY(0);
      opacity: 1; }
  .animate-slide-up.ng-leave {
    transform: translateY(0);
    opacity: 1; }
    .animate-slide-up.ng-leave.ng-leave-active {
      transition-property: all;
      transform: translateY(-100%);
      opacity: 0; }
  .animate-slide-up.ng-hide {
    transform: translateY(-100%);
    opacity: 0; }
  .animate-slide-up.ng-hide-add-active, .animate-slide-up.ng-hide-remove-active {
    transition-property: all; }

table.paytec-table thead th {
  border-bottom: 1px solid #BDBDBD;
  text-align: left; }

table.paytec-table tbody tr:hover {
  background: #BBDEFB; }

table.paytec-table tbody td {
  border-bottom: 1px solid #BDBDBD;
  border-spacing: 0; }

table.paytec-table tfoot td {
  border-top: 1px solid #BDBDBD; }

.editable:hover {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer; }

md-list-item.active {
  background: #e3e3e3; }

md-progress-circular {
  margin: 0 15px; }

.pagination {
  margin: 2px;
  min-width: 36px;
  text-align: center; }

.page-title {
  margin: 0;
  padding: 16px;
  text-align: center; }

.list-avatar-60 md-list-item .md-avatar {
  width: 500px;
  height: 350px; }

.cropArea {
  background: #E4E4E4;
  overflow: hidden;
  width: auto;
  height: 200px; }

form .progress {
  line-height: 15px; }

.progress {
  display: inline-block;
  width: 100px;
  border: 3px groove #CCC; }

.progress div {
  font-size: smaller;
  background: orange;
  width: 0; }

@media (min-width: 700px) {
  .cropArea {
    height: 400px;
    width: 400px; } }

.lightgreen600 {
  color: #7cb342; }

.red {
  color: red; }

.md-2-line.md-no-proxy {
  padding-left: 0;
  padding-right: 0; }

.hint {
  font-size: 12px;
  color: #9e9e9e; }
paytec-toolbar-content + md-content {
  background: #e2e2e2 none repeat scroll 0% 0% !important; }
.content-card {
  overflow: scroll; }

.margin-register {
  padding: 10px; }

.defaultDialog {
  width: 600px;
  max-height: 80%;
  border-radius: 0; }

.fullscreenDialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 0; }

.fullscreenDialogIn {
  max-width: 500px;
  max-height: 80%;
  border-radius: 0; }

.documentationArea {
  width: 100px;
  height: 100px;
  border-radius: 60px;
  background-color: #ffffff;
  border: 2px dashed #f3f4f6;
  overflow: hidden; }

.documentationFile {
  width: 95%;
  background-color: white;
  border-color: lightgrey;
  border: 1px solid; }

.documentation-in-process {
  color: darkgrey; }

.documentation-text-error {
  color: red;
  font-size: 15px; }

.displaycontents {
  display: contents; }

.marginselect {
  margin: 0px 0 15px; }

.margin-top-1 {
  margin-top: 1em; }

.boton-derecha tr td:last-child {
  text-align: right; }

paytec-toolbar-content + md-content {
  background: #0b8ef8 none repeat scroll 0% 0%; }

.md-whiteframe-account {
  margin-top: 1em; }

.resumenApp {
  margin-top: 1em; }

.resumenApp h1 {
  font-size: 1.4em; }

.resumenApp div {
  margin: 2px; }

.headerResumeApp > h4 > span:first-child {
  font-weight: 300; }

.margin-right {
  margin-right: 2%; }

.resumenApp div h4 {
  font-size: 0.9em; }

.cobrosProcesados {
  width: 100%;
  text-align: center; }

.inputsDialog > md-input-container {
  display: contents; }

.dialogActions > .btnAsociar {
  margin: 8px 0 8px 0px; }

.dialogActions {
  padding: 0px;
  float: left; }

.msgError > div {
  color: red;
  font-size: 0.7em;
  font-style: italic; }

.paytec-link {
  color: #03a9f4; }

.paytec-chart {
  width: 90%;
  margin: auto;
  padding-top: 3em;
  padding-bottom: 2em; }

.sales-report-info {
  color: #ffcc00; }
.iframe-div {
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .iframe-div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (max-width: 768px) {
  .operation-list {
    padding: 0; } }

.operation-list md-list-item {
  padding: 0; }
  @media (max-width: 768px) {
    .operation-list md-list-item .item-name {
      width: 100px; } }

.subheader-lenght {
  background-color: #e3e3e3; }

.list-operation-view-button {
  min-height: 25px;
  line-height: 25px;
  min-width: 25px;
  position: absolute; }

.list-operation-view-button-blue .list-operation-chg-view {
  color: blue; }

.fullscreenDialog {
  max-width: 100%;
  width: 100%;
  border-radius: 0; }

.fullscreenDialogPinCard {
  max-width: 400px;
  max-height: 80%;
  border-radius: 0; }

.fullscreenDialog {
  max-width: 600px;
  max-height: 80%;
  border-radius: 0; }

.fullscreenDialogIn {
  max-width: 500px;
  max-height: 80%;
  border-radius: 0; }

.md-card-operation-condition {
  box-shadow: none;
  margin: 22px; }

.contentConditions h4 {
  background-color: transparent; }

.contentConditions h4 {
  color: #03a9f4; }

.contentHeader, .contentBody {
  font-size: 0.8em; }

.contentHeader {
  font-weight: bold;
  color: #03a9f4; }

.contentBody p, .contentHeader p {
  text-align: left; }

.md-button {
  min-width: 0; }

.md-whiteframe-1dp {
  padding: 16px; }

.detail-link {
  color: dodgerblue;
  cursor: pointer; }

.charge-back {
  color: #c33737; }

.amounts {
  text-align: right;
  font-size: 1.3em;
  color: #b7b7b7; }

.first-calendar {
  color: dodgerblue !important; }

.day-calendar {
  font-size: 13px;
  color: gray; }

.empty-calendar {
  color: white; }

.block-calendar {
  padding-top: 0.5em;
  padding-bottom: 1em; }

.min-title {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.8em; }

.creditCardSelect > .md-text {
  width: 100%; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important; }

@media only screen and (max-width: 600px) {
  .destination-send-card {
    width: 100% !important; } }
.bill-row {
  border-bottom: 1px solid lightgrey;
  padding: 15px 0; }

.bill-amount-data {
  font-size: 2.2em;
  padding-top: 34px !important; }

#bill-variable-amount {
  margin-top: 4%; }

#bill-variable-amount-number {
  margin-top: 2%; }

#bill-variable-amount > label.md-required::after {
  display: none; }

#other-amount-btn, #other-amount-btn:hover, #other-amount-btn:target {
  background-color: transparent;
  margin: 0;
  padding: 0; }

.bill-error-message {
  background-color: #FEF6D4;
  padding: 4vh;
  margin-top: 4vh; }

@media only screen and (max-width: 600px) {
  #bill-variable-amount {
    margin-top: 8%; }
  #bill-variable-amount-number {
    margin-top: 3%; }
  .bill-amount {
    margin-left: 2vw; } }
h4.register-detail-step {
  line-height: 18px;
  margin: 0;
  padding: 15px;
  font-size: 22px; }

h4.register-detail-step.current {
  font-size: 22px;
  background-color: #E91E63;
  border-radius: 30px;
  padding: 15px; }

li.register-detail-step.current {
  font-weight: bold; }

.register-detail-step.before {
  color: #64B5F6; }

md-input-container.fix-auto-fill input:-webkit-autofill:not(.browser-default) ~ label {
  transform: translate(0, 38%) scale(0.75) !important; }
