.fgblack {
  color: #000000; }

.fgwhite {
  color: #FFFFFF; }

.fg01 {
  color: #FB8F3A; }

.fg01i {
  color: #FB8F3A !important; }

.fg02 {
  color: #FFF9D8; }

.fg03 {
  color: #2C2C2C; }

.fg04 {
  color: #444444; }

.fg05 {
  color: #939393; }

.fg05i {
  color: #939393 !important; }

.fg06 {
  color: #AFAFAF; }

.fg07 {
  color: #C6C5C2; }

.fg08 {
  color: #EFEFEF; }

.fg09 {
  color: #F6F6F6; }

.fg10 {
  color: #222222; }

.fgred {
  color: #ff0000; }

.fggreen {
  color: #009900; }

.fgyellow {
  color: #FFFF00; }

.fgredi {
  color: #ff0000 !important; }

.fggreeni {
  color: #009900 !important; }

.fgyellowi {
  color: #FFFF00 !important; }

.fgt {
  color: transparent; }

.bgblack {
  background-color: #000000; }

.bgwhite {
  background-color: #FFFFFF; }

.bg01 {
  background-color: #FB8F3A; }

.bg01i {
  background-color: #FB8F3A !important; }

.bg02 {
  background-color: #FFF9D8; }

.bg03 {
  background-color: #2C2C2C; }

.bg04 {
  background-color: #444444; }

.bg05 {
  background-color: #939393; }

.bg05i {
  background-color: #939393 !important; }

.bg06 {
  background-color: #AFAFAF; }

.bg07 {
  background-color: #C6C5C2; }

.bg08 {
  background-color: #EFEFEF; }

.bg09 {
  background-color: #F6F6F6; }

.bg10 {
  background-color: #222222; }

.bgred {
  background-color: #ff0000; }

.bggreen {
  background-color: #009900; }

.bgyellow {
  background-color: #FFFF00; }

.bgt {
  background-color: transparent; }

.bgredi {
  background-color: #ff0000 !important; }

.bggreeni {
  background-color: #009900 !important; }

.bgyellowi {
  background-color: #FFFF00 !important; }

.borde01 {
  border: 1px solid #FB8F3A; }

.borde02 {
  border: 1px solid #FFF9D8; }

.borde03 {
  border: 1px solid #2C2C2C; }

.borde04 {
  border: 1px solid #444444; }

.fgazulfb {
  color: #3B5998; }

.fgrojogg {
  color: #dd4b39; }

.noseleccionable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rojo {
  color: #ff0000; }

.verde {
  color: #009900; }

.amarillo {
  color: #FFFF00; }

.brillo90 {
  filter: brightness(90%); }

.brillo80 {
  filter: brightness(80%); }

.brillo95 {
  filter: brightness(95%); }

.brillo60 {
  filter: brightness(60%); }

.brillo50 {
  filter: brightness(50%); }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  position: relative; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

body {
  background: #f78f31;
  background: -moz-linear-gradient(-45deg, #f78f31 41%, #fa5b1d 100%);
  background: -webkit-linear-gradient(-45deg, #f78f31 41%, #fa5b1d 100%);
  background: linear-gradient(135deg, #f78f31 41%, #fa5b1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78f31', endColorstr='#fa5b1d',GradientType=1 );
  font-family: 'Open Sans', sans-serif;
  color: #FFFF;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  font-size: 1.2em;
  padding: 10px !important;
  line-height: 20px;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }
.fontNormal {
  font-family: 'Open Sans', sans-serif !important; }

span.fontNormal {
  line-height: 1em !important; }

#content {
  width: 90%;
  margin: 0 auto; }

.fullHeight {
  height: 100%;
  position: relative; }

.centrado {
  text-align: center; }

.botInc {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important; }
  .botInc :first-child, .botInc :last-child {
    margin: -1px 0 0 0 !important;
    cursor: pointer; }
  .botInc span.botoneravalue, .botInc input.botoneravalue {
    display: inline-block !important;
    height: 70px;
    width: 70px;
    border: none;
    border-radius: 35px;
    background-color: #939393;
    font-size: 2.0em !important;
    text-align: center;
    vertical-align: middle;
    line-height: 70px;
    color: #FFFFFF !important;
    margin: 0 10px !important; }
  .botInc input.botoneravalue {
    padding: 0;
    font-size: 1.4em !important; }
  .botInc button {
    -webkit-appearance: none;
    vertical-align: middle; }

.botoneraContenedor {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
  display: inline-block; }
  .botoneraContenedor .botPersonas {
    width: 50px;
    margin: 0 5px;
    height: 50px;
    display: table-cell;
    font-weight: bold;
    vertical-align: middle; }
    .botoneraContenedor .botPersonas > div {
      height: 20px;
      color: #C6C5C2; }
    .botoneraContenedor .botPersonas > span.small, .botoneraContenedor .botPersonas > button.small {
      margin-top: 12px; }

.paginador {
  text-align: center; }

.paginasContenedor {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
  display: inline-block; }
  .paginasContenedor .botonPagina {
    width: 40px;
    margin: 0 5px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    vertical-align: middle; }
    .paginasContenedor .botonPagina > span {
      width: 30px;
      height: 30px;
      border-radius: 15px;
      line-height: 30px;
      font-size: 20px;
      text-align: center;
      cursor: pointer; }
    .paginasContenedor .botonPagina > button {
      margin-top: 4px;
      cursor: pointer; }

.escruleable {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /* -ms-scroll-chaining: none;
   -ms-touch-action: pan-y; */
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.marginado {
  padding-left: 43px !important;
  background: url("../shared/img/flecha_naranja.png") no-repeat 6% 45%; }

.w100 {
  width: 100%; }

.w95 {
  width: 95%; }

.w90 {
  width: 90%; }

.w85 {
  width: 85%; }

.w80 {
  width: 80%; }

.w75 {
  width: 75%; }

.w70 {
  width: 70%; }

.w66 {
  width: 66%; }

.w60 {
  width: 60%; }

.w50 {
  width: 50%; }

.w40 {
  width: 40%; }

.w33 {
  width: 33%; }

.w30 {
  width: 30%; }

.w25 {
  width: 25%; }

.w20 {
  width: 20%; }

.w15 {
  width: 15%; }

.w10 {
  width: 10%; }

.w05 {
  width: 5%; }

.w100px {
  width: 100px;
  display: inline-block; }

.w200px {
  width: 200px;
  display: inline-block; }

.w300px {
  width: 300px;
  display: inline-block; }

.w400px {
  width: 400px;
  display: inline-block; }

.w500px {
  width: 500px;
  display: inline-block; }

.h50 {
  height: 50px;
  min-height: 50px;
  max-height: 50px; }

.h60 {
  height: 60px;
  min-height: 60px;
  max-height: 60px; }

.h75 {
  height: 75px;
  min-height: 75px;
  max-height: 75px; }

.h100 {
  height: 100px;
  min-height: 100px;
  max-height: 100px; }

.h40 {
  height: 40px;
  min-height: 40px;
  max-height: 40px; }

.diasiguiente {
  font-size: 10px;
  display: block;
  width: 100%;
  text-align: center;
  font-style: italic;
  position: absolute;
  bottom: 0px;
  left: -22px; }

@media (max-width: 1300px) {
  .columnaOculta {
    display: none; } }
.parcheFirefox {
  margin-top: 40px;
  padding-bottom: 40px; }

.espacioMarginado {
  padding: 5px 20px; }

#registroContable .negrita {
  color: #222222;
  text-transform: uppercase;
  border-top: solid 2px #FB8F3A; }

.loading {
  background: url("../shared/img/loading_white.gif") center center no-repeat;
  background-size: 200px;
  width: 35px;
  height: 35px;
  display: inline-block;
  float: right;
  margin: 7px; }

.ToteatTable table.tableConsolidado thead tr, .ToteatTable table.tableConsolidado tbody tr {
  color: #939393; }
  .ToteatTable table.tableConsolidado thead tr:hover, .ToteatTable table.tableConsolidado tbody tr:hover {
    background: #FFFFFF;
    color: #939393; }
    .ToteatTable table.tableConsolidado thead tr:hover:nth-of-type(odd), .ToteatTable table.tableConsolidado tbody tr:hover:nth-of-type(odd) {
      background: #f9f9f9;
      color: #939393; }

#ayudaManuales .slideAyuda {
  background: url("img/slide_faq.jpg") center center no-repeat;
  background-size: cover;
  margin-bottom: 20px; }
  #ayudaManuales .slideAyuda .navTitulo {
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 55px; }
    #ayudaManuales .slideAyuda .navTitulo .titulo span {
      font-weight: 700;
      font-size: 34px;
      color: white;
      line-height: 39px; }
  #ayudaManuales .slideAyuda .buscador {
    display: block;
    width: 50%;
    margin: 25px auto;
    text-align: center; }
    #ayudaManuales .slideAyuda .buscador input {
      padding: 16px 10px;
      vertical-align: middle;
      font-size: 18px;
      -webkit-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px;
      border: solid 1px #939393;
      -webkit-box-shadow: inset 0 3px 15px -3px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 3px 15px -3px rgba(0, 0, 0, 0.2);
      width: 65%;
      border-right: none; }
    #ayudaManuales .slideAyuda .buscador button {
      padding: 18px;
      color: #FFFFFF;
      background: #FB8F3A;
      vertical-align: middle;
      -webkit-border-radius: 0 5px 5px 0;
      border-radius: 0 5px 5px 0;
      border: solid 1px #FB8F3A; }
#ayudaManuales .col_3, #ayudaManuales .col_2 {
  font-size: 14px; }
  #ayudaManuales .col_3 > h3, #ayudaManuales .col_2 > h3 {
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 20px;
    font-size: 18px; }
  #ayudaManuales .col_3 i, #ayudaManuales .col_2 i {
    color: #939393;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 22px; }
  #ayudaManuales .col_3 > hr, #ayudaManuales .col_2 > hr {
    width: 50%;
    margin-top: 0;
    margin-bottom: 20px;
    border: solid 1px #939393; }
  #ayudaManuales .col_3 > a, #ayudaManuales .col_2 > a {
    color: #2C2C2C;
    text-decoration: none;
    display: block;
    padding: 2px;
    margin-bottom: 10px; }
    #ayudaManuales .col_3 > a:hover, #ayudaManuales .col_2 > a:hover {
      color: #FB8F3A;
      text-decoration: underline; }
  #ayudaManuales .col_3 ul, #ayudaManuales .col_2 ul {
    list-style-position: inside;
    line-height: 23px; }
    #ayudaManuales .col_3 ul li, #ayudaManuales .col_2 ul li {
      margin-bottom: 6px; }
      #ayudaManuales .col_3 ul li a, #ayudaManuales .col_2 ul li a {
        color: #2C2C2C;
        text-decoration: none;
        display: block;
        padding: 2px; }
        #ayudaManuales .col_3 ul li a:hover, #ayudaManuales .col_2 ul li a:hover {
          color: #FB8F3A;
          text-decoration: underline; }
  @media (max-width: 780px) {
    #ayudaManuales .col_3, #ayudaManuales .col_2 {
      margin-bottom: 40px; } }
#ayudaManuales .descargas > h2 {
  text-transform: uppercase;
  color: #FB8F3A;
  margin-bottom: 15px;
  margin-top: 65px; }
#ayudaManuales .descargas ul {
  list-style: none; }
  #ayudaManuales .descargas ul i {
    margin-right: 5px; }
#ayudaManuales .resultados {
  width: 100%;
  max-width: 900px;
  margin: 20px auto; }
  #ayudaManuales .resultados .linea {
    display: block;
    margin-bottom: 40px; }
    #ayudaManuales .resultados .linea > input {
      padding: 10px;
      border-bottom: solid 1px #C6C5C2;
      font-size: 14px;
      width: 450px; }
      #ayudaManuales .resultados .linea > input:focus {
        outline: none;
        border-bottom: solid 1px #FB8F3A; }
        #ayudaManuales .resultados .linea > input:focus + button {
          border-bottom: solid 1px #FB8F3A; }
    #ayudaManuales .resultados .linea > button {
      padding: 32px 0;
      line-height: normal;
      height: 21px;
      width: 20px;
      display: inline-block;
      border-bottom: solid 1px #C6C5C2 !important; }
    #ayudaManuales .resultados .linea h1 {
      color: #FB8F3A;
      margin-top: 15px;
      display: block; }
    #ayudaManuales .resultados .linea h2 {
      font-style: italic; }
  #ayudaManuales .resultados ul {
    list-style-position: inside;
    line-height: 23px; }
    #ayudaManuales .resultados ul li {
      list-style: decimal;
      margin-bottom: 40px; }
      #ayudaManuales .resultados ul li h3 {
        font-size: 34px;
        color: #FB8F3A; }
      #ayudaManuales .resultados ul li .img, #ayudaManuales .resultados ul li .texto {
        display: inline-block;
        vertical-align: top; }
        #ayudaManuales .resultados ul li .img p, #ayudaManuales .resultados ul li .texto p {
          color: #2C2C2C;
          font-size: 14px; }
        #ayudaManuales .resultados ul li .img > a, #ayudaManuales .resultados ul li .texto > a {
          float: right;
          display: inline-block;
          color: #FB8F3A;
          text-decoration: none;
          font-size: 14px;
          font-style: italic;
          padding: 8px 15px; }
          #ayudaManuales .resultados ul li .img > a:hover, #ayudaManuales .resultados ul li .texto > a:hover {
            background: #FB8F3A;
            color: #FFFFFF; }
#ayudaManuales .respuesta {
  width: 100%;
  max-width: 900px;
  margin: 20px auto; }
  #ayudaManuales .respuesta .linea {
    display: block;
    margin-bottom: 40px; }
    #ayudaManuales .respuesta .linea > input {
      padding: 10px;
      border-bottom: solid 1px #C6C5C2;
      font-size: 14px;
      width: 450px; }
      #ayudaManuales .respuesta .linea > input:focus {
        outline: none;
        border-bottom: solid 1px #FB8F3A; }
        #ayudaManuales .respuesta .linea > input:focus + button {
          border-bottom: solid 1px #FB8F3A; }
    #ayudaManuales .respuesta .linea h1 {
      color: #FB8F3A;
      margin-top: 15px;
      display: block; }
    #ayudaManuales .respuesta .linea > button {
      padding: 32px 0;
      line-height: normal;
      height: 21px;
      width: 20px;
      display: inline-block;
      border-bottom: solid 1px #C6C5C2 !important; }
  #ayudaManuales .respuesta .paso {
    margin-bottom: 50px; }
    #ayudaManuales .respuesta .paso .texto b:first-child {
      color: #FB8F3A; }

.subidaMasiva {
  margin: 25px 0;
  display: block;
  font-family: "Open Sans Light", sans-serif; }
  .subidaMasiva .drop {
    padding: 100px 2%;
    border: dashed 3px #FB8F3A;
    display: block;
    text-align: center; }
    .subidaMasiva .drop p {
      display: block;
      width: 70%;
      margin: 20px auto;
      font-size: 24px; }
    .subidaMasiva .drop label {
      cursor: pointer; }
      .subidaMasiva .drop label input {
        margin-right: 15px;
        cursor: pointer; }
  .subidaMasiva p {
    text-align: center;
    color: #222222; }
    .subidaMasiva p a {
      text-decoration: none;
      color: #FB8F3A;
      font-weight: 800;
      display: inline-block; }

.selectTab {
  display: none; }
  @media (max-width: 640px) {
    .selectTab {
      display: block;
      width: 100%;
      margin: 0 auto; } }

.paginacion {
  text-align: center; }
  .paginacion ul {
    display: inline-block;
    width: auto;
    margin: auto;
    margin-top: 25px;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px 2px rgba(186, 186, 186, 0.1);
    box-shadow: 0 1px 2px 2px rgba(186, 186, 186, 0.1); }
    .paginacion ul li {
      display: inline-block;
      vertical-align: top;
      float: left;
      margin-left: -1px;
      border: solid 1px #C6C5C2; }
      .paginacion ul li button {
        padding: 8px 12px;
        cursor: pointer;
        color: #939393;
        font-size: 14px;
        background: #FFFFFF; }
        .paginacion ul li button.totiton {
          font-size: 15px;
          padding: 9px 15px; }
        .paginacion ul li button:active, .paginacion ul li button:focus {
          background: #FB8F3A;
          color: #FFFFFF;
          font-weight: 800; }
        .paginacion ul li button:hover {
          background: #FFF9D8; }
      .paginacion ul li:first-child {
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        margin-left: 0; }
      .paginacion ul li:last-child {
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0; }
      .paginacion ul li span {
        padding: 8px 16px;
        line-height: 33px; }

div.movimiento > a > span.select2-chosen {
  background-color: #FFFFFF;
  color: #444444;
  padding: 0 8px;
  margin: 0 !important;
  left: -8px; }

.bordeRight {
  border-right: 1px solid #939393; }

.bordeLeft {
  border-left: 1px solid #939393; }

.circulo.tt-xxxs {
  border-radius: 7px;
  width: 14px;
  height: 14px;
  padding: 2px; }
.circulo.tt-xxs {
  border-radius: 10px;
  width: 20px;
  height: 20px;
  padding: 3px; }
.circulo.tt-xs {
  border-radius: 13px;
  width: 26px;
  height: 26px;
  padding: 4px; }
.circulo.tt-s {
  border-radius: 17px;
  width: 34px;
  height: 34px;
  padding: 5px; }
.circulo.tt-sm {
  border-radius: 24px;
  width: 48px;
  height: 48px;
  padding: 10px; }
.circulo.tt-smx {
  border-radius: 27px;
  width: 54px;
  height: 54px;
  padding: 10px; }
.circulo.tt-m {
  border-radius: 31px;
  width: 62px;
  height: 62px;
  padding: 11px; }
.circulo.tt-xm {
  border-radius: 37px;
  width: 74px;
  height: 74px;
  padding: 12px; }
.circulo.tt-g {
  border-radius: 51px;
  width: 102px;
  height: 102px;
  padding: 13px; }
.circulo.tt-xg {
  border-radius: 65px;
  width: 130px;
  height: 130px;
  padding: 15px; }
.circulo.texto > span {
  font-size: 70%;
  vertical-align: top; }

.toticon-vacio:before {
  content: ""; }

button.tt-xxs.toticon.boton {
  width: auto;
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  padding: 0 3px; }
  button.tt-xxs.toticon.boton:hover {
    opacity: 0.8; }
  button.tt-xxs.toticon.boton > span {
    font-size: 18px;
    vertical-align: top !important;
    line-height: 25px;
    font-weight: bold;
    padding: 0 3px; }

.tt-xxxs, div.tt-xxxs .toticon, button.tt-xxxs .toticon {
  width: auto;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0; }
  .tt-xxxs > span, div.tt-xxxs .toticon > span, button.tt-xxxs .toticon > span {
    font-family: "Open Sans"; }

.tt-xxs, div.tt-xxs .toticon, button.tt-xxs .toticon {
  width: auto;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0; }
  .tt-xxs > span, div.tt-xxs .toticon > span, button.tt-xxs .toticon > span {
    font-family: "Open Sans"; }

.tt-xs, div.tt-xs .toticon, button.tt-xs .toticon {
  width: auto;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0; }
  .tt-xs > span, div.tt-xs .toticon > span, button.tt-xs .toticon > span {
    font-family: "Open Sans"; }

button.tt-xs.toticon.boton {
  width: auto;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  height: 30px;
  padding: 6px 10px; }
  button.tt-xs.toticon.boton > span {
    font-family: "Open Sans"; }
  button.tt-xs.toticon.boton:hover {
    opacity: 0.8; }
  button.tt-xs.toticon.boton > span {
    vertical-align: top;
    line-height: 15px;
    font-weight: bold;
    padding-left: 3px; }

.tt-s, div.tt-s .toticon, button.tt-s .toticon {
  width: auto;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0; }
  .tt-s > span, div.tt-s .toticon > span, button.tt-s .toticon > span {
    font-family: "Open Sans"; }

.tt-sm, div.tt-sm .toticon, button.tt-sm .toticon {
  width: auto;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0; }
  .tt-sm > span, div.tt-sm .toticon > span, button.tt-sm .toticon > span {
    font-family: "Open Sans"; }

.tt-smx, div.tt-smx .toticon, button.tt-smx .toticon {
  width: auto;
  height: 34px;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 0; }
  .tt-smx > span, div.tt-smx .toticon > span, button.tt-smx .toticon > span {
    font-family: "Open Sans"; }

.tt-m, div.tt-m .toticon, button.tt-m .toticon {
  width: auto;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0; }
  .tt-m > span, div.tt-m .toticon > span, button.tt-m .toticon > span {
    font-family: "Open Sans"; }

.tt-xm, div.tt-xm .toticon, button.tt-xm .toticon {
  width: auto;
  height: 50px;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0; }
  .tt-xm > span, div.tt-xm .toticon > span, button.tt-xm .toticon > span {
    font-family: "Open Sans"; }

.tt-g, div.tt-g .toticon, button.tt-g .toticon {
  width: auto;
  height: 76px;
  font-size: 76px;
  line-height: 76px;
  letter-spacing: 0; }
  .tt-g > span, div.tt-g .toticon > span, button.tt-g .toticon > span {
    font-family: "Open Sans"; }

.tt-xg, div.tt-xg .toticon, button.tt-xg .toticon {
  width: auto;
  height: 100px;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 0; }
  .tt-xg > span, div.tt-xg .toticon > span, button.tt-xg .toticon > span {
    font-family: "Open Sans"; }

.toticon.vt {
  vertical-align: top !important; }

.logoTT {
  position: relative;
  display: inline-block;
  width: auto !important;
  white-space: nowrap; }
  .logoTT.tt-xs span {
    letter-spacing: -5.45455px !important; }
  .logoTT.tt-s span {
    letter-spacing: -7.27273px !important; }
  .logoTT.tt-sm span {
    letter-spacing: -8.48485px !important; }
  .logoTT.tt-m span {
    letter-spacing: -12.12121px !important; }
  .logoTT.tt-xm span {
    letter-spacing: -15.15152px !important; }
  .logoTT.tt-g span {
    letter-spacing: -23.0303px !important; }
  .logoTT.tt-xg span {
    letter-spacing: -30.30303px !important; }

.logoTT span {
  height: 100%;
  width: auto; }

.logoTT span:first-child {
  position: absolute;
  top: 0;
  left: 0; }

.logoTT span:nth-child(2), .logoTT span:nth-child(4) {
  letter-spacing: 0 !important; }

.contenedorIconos {
  font-size: 0;
  /* Para que no agregue 3 pixels entre iconos */
  display: inline-block;
  vertical-align: top; }

button.small {
  margin-right: 10px !important; }

button.small:last-child {
  margin-right: 0px !important; }

button.toticon:hover, button.toticon.ng-click-active,
button.toticon:hover, button.toticon.ng-click-active {
  border: none !important;
  outline: none !important; }

/*  Arreglo de iconos oficiales para mejor lectura a colores */
.color.toticon-facebook {
  color: #3B5998;
  background-color: white;
  border-radius: 20%; }
.color.toticon-gmail {
  color: #dd4b39;
  background-color: white;
  border-radius: 20%; }
.color.toticon-vk {
  background-color: #597DA3;
  color: white;
  border-radius: 20%; }
.color.toticon-linkedin {
  color: #1b86bc;
  background-color: white;
  border-radius: 20%; }

.toticon-BordeRepetidoArriba:before {
  content: "\e6a8\e6a8\e6a8\e6a8\e6a8\e6a8"; }

.toticon-BordeRepetidoArriba {
  letter-spacing: -1px !important;
  position: absolute;
  top: 40px;
  width: 100%; }

.toticon-BordeRepetidoAbajo:before {
  content: "\e6ad\e6ad\e6ad\e6ad\e6ad\e6ad"; }

.toticon-BordeRepetidoAbajo {
  letter-spacing: -1px !important; }

.toticon-BordeRepetidoNav:before {
  content: "\e6ad\e6ad\e6ad\e6ad\e6ad\e6ad"; }

.toticon-BordeRepetidoNav {
  position: absolute;
  top: 33px;
  z-index: 2;
  width: 100%;
  left: 0;
  color: #2C2C2C;
  font-size: 9px;
  letter-spacing: -1px !important; }

.padding10 {
  padding: 10px; }

.padding10v {
  padding: 10px 0; }

.padding10h {
  padding: 0 10px; }

.padding5 {
  padding: 5px; }

.padding5v {
  padding: 5px 0; }

.padding5h {
  padding: 0 5px; }

.negrita {
  font-weight: bold !important; }

.cursiva {
  font-style: italic !important; }

.sombrainset {
  box-shadow: inset -6px 7px 7px #AFAFAF; }

.sb {
  box-shadow: 0px 2px 1px #444444; }

.clear {
  clear: both; }

.tleft {
  text-align: left; }

.tright {
  text-align: right; }

.tlefti {
  text-align: left !important; }

.trighti {
  text-align: right !important; }

.fleft {
  float: left; }

.fright {
  float: right; }

button.fright {
  margin: 0 5px; }

.mw300 {
  min-width: 300px; }

.mw250 {
  min-width: 250px; }

.mw200 {
  min-width: 200px; }

.mw150 {
  min-width: 150px; }

.mw100 {
  min-width: 100px; }

.fs0 {
  font-size: 0px; }

.fontsmall {
  font-size: 10px; }

.fontmedium {
  font-size: 14px; }

span.titulo {
  font-size: 20px;
  color: #FB8F3A;
  font-weight: bold; }

.wiphone {
  width: 280px;
  display: inline-block;
  vertical-align: top; }
  @media all and (width: 360px) {
    .wiphone {
      width: 320px; } }
  @media all and (min-width: 600px) {
    .wiphone {
      width: 50%; } }

.courier {
  font-family: Courier, "Courier New"; }

.courierinput input {
  font-family: Courier, "Courier New"; }

.clickeable {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important; }

@media all and (max-width: 460px) {
  .nophone {
    display: none !important; } }
@media all and (min-width: 600px) {
  .siphone {
    display: none !important; } }
@media all and (min-width: 1024px) {
  .sitablet {
    display: none !important; } }
.botonDescargar {
  background: #FB8F3A;
  padding: 7px 12px;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-right: 8px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  height: auto;
  text-decoration: none;
  line-height: normal; }
  .botonDescargar:hover {
    background: #a55d25; }
  .botonDescargar span {
    padding-left: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif; }
  @media (max-width: 1023px) {
    .botonDescargar:hover {
      background: #FB8F3A; } }
  .botonDescargar.circulo {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin: 0;
    padding: 0;
    font-size: 17px; }

.botonCancelar {
  background: #939393;
  padding: 7px 12px;
  font-size: 18px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  margin-right: 8px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  height: auto;
  line-height: normal; }
  @media (max-width: 1023px) {
    .botonCancelar:hover {
      background: #939393; } }

.botonesConMargin .botonDescargar, .botonesConMargin .botonCancelar {
  margin: 8px; }
  @media (max-width: 640px) {
    .botonesConMargin .botonDescargar, .botonesConMargin .botonCancelar {
      width: 100%;
      margin: 8px auto; } }

@media (max-width: 640px) {
  .resp640 {
    display: none !important; } }

@media (max-width: 780px) {
  .resp780 {
    display: none !important; } }

@media (max-width: 1023px) {
  .resp1024 {
    display: none !important; } }

.badge {
  position: absolute;
  display: inline-block;
  min-width: 18px;
  height: 18px !important;
  line-height: 18px;
  font-size: 11px;
  border-radius: 9px;
  color: #FFF !important;
  font-style: normal;
  font-weight: bolder;
  text-align: center; }

.compnd {
  color: #AFAFAF;
  font-style: italic; }

.comppositivo {
  color: #009900;
  font-style: italic; }

.compnegativo {
  color: #ff0000;
  font-style: italic; }

.invisible {
  visibility: hidden; }

.displaynone {
  display: none !important; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

label {
  display: block;
  padding: 5px; }

p {
  display: block;
  margin: 12px 0;
  font-size: 16px;
  color: #FB8F3A;
  font-weight: 300; }

textarea {
  border: solid 1px #AFAFAF;
  background: #FFFFFF;
  padding: 10px 15px;
  -webkit-box-shadow: inset 0 3px 15px -3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 15px -3px rgba(0, 0, 0, 0.2);
  font-size: 12px; }

textarea:disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #F6F6F6; }

select {
  border: solid 1px #AFAFAF;
  border-radius: 0;
  background: url("/shared/img/down-arrow-orange-new.png") no-repeat right #FFFFFF;
  -webkit-appearance: none;
  padding: 13px;
  padding-right: 33px;
  -webkit-box-shadow: inset 0 3px 15px -3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 15px -3px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-family: 'Open Sans', sans-serif; }

select:disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url("/shared/img/down-arrow-orange.png") no-repeat right #F6F6F6; }

input[type="text"], input[type="number"], input[type="email"], input[type="time"], input[type="date"], input[type="password"] {
  border: solid 1px #AFAFAF;
  background: #FFFFFF;
  padding: 12px;
  -webkit-box-shadow: inset 0 3px 15px -3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 15px -3px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-family: 'Open Sans', sans-serif; }

input[type="text"]:disabled, input[type="number"]:disabled, input[type="email"]:disabled, input[type="time"]:disabled, input[type="date"]:disabled, input[type="password"]:disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #F6F6F6; }

input[type="checkbox"] {
  margin: 0 5px;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 1px solid #AFAFAF;
  background-color: #FFFFFF;
  display: inline-block;
  height: 25px;
  width: 25px !important;
  text-align: center;
  line-height: 24px;
  -webkit-box-shadow: inset 0 3px 15px -3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 15px -3px rgba(0, 0, 0, 0.2); }

input[type='checkbox']:checked {
  background-color: #FFFFFF; }

input[type='checkbox']:checked:before {
  content: '\e626';
  display: inline-block;
  font-family: 'TotIconos2' !important;
  font-size: 16px;
  speak: none;
  color: #FB8F3A; }

form, div.formtable {
  background-color: #FFFFFF;
  border: 1px solid #FB8F3A;
  border-radius: 0px;
  padding: 10px; }

button.primary, button.secondary {
  padding: 6px 10px;
  min-height: 30px;
  line-height: 15px;
  font-size: 15px;
  margin: 5px; }
  button.primary:hover, button.secondary:hover {
    opacity: 0.8; }
  @media all and (max-width: 360px) {
    button.primary, button.secondary {
      font-size: 10px; } }

button.primary {
  background-color: #FB8F3A;
  color: #FFFFFF;
  font-weight: bold; }

button.secondary {
  background-color: #C6C5C2;
  color: #939393; }

button[disabled=disabled], button:disabled {
  opacity: 0.3 !important; }

::-webkit-scrollbar, ::-webkit-scrollbar-track {
  background: transparent;
  width: 5px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  background: rgba(175, 175, 175, 0.8);
  width: 3px; }

div.botonScroll {
  display: inline-block;
  top: 5px;
  vertical-align: top;
  float: right; }
  div.botonScroll > button {
    margin-left: 10px; }

#cabTablaPedidos div.botonScroll {
  margin-right: 50px; }
  #cabTablaPedidos div.botonScroll button.botonCancelar {
    margin-top: 0;
    font-size: 18px; }

.botoneraContenedor + .botonScroll {
  position: absolute;
  top: 19px;
  right: 0; }

.slideThree {
  width: 80px;
  height: 26px;
  background: #333;
  margin: 20px auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2); }
  .slideThree > input[type=checkbox] {
    opacity: 0; }

.slideThree:after {
  content: 'OFF';
  font: 12px/26px Arial, sans-serif;
  color: #AFAFAF;
  position: absolute;
  right: 10px;
  z-index: 0;
  font-weight: bold; }

.slideThree:before {
  content: 'ON';
  font: 12px/26px Arial, sans-serif;
  color: #FB8F3A;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: bold; }

.slideThree label {
  display: block;
  width: 34px;
  height: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0); }

.slideThree input[type=checkbox]:checked + label {
  left: 43px; }

/*# sourceMappingURL=main.css.map */
