/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  padding-top: 0px;
}

.navbar .container {
  /*background-color:#99CC33;*/
  width: 100%;
  padding: 0px;
}

.container > .navbar-header {
  margin-right: 0;
  margin-left: 20px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

#ticketModal .well {
  margin-bottom: 0px;
}

/* dimensiones de montos en form de recarga */
#divMontosRecurs .input-group {
  width: 100%;
}

#divMontosRecurs .input-group #lblMoneda {
  /* width: 6%; */
  padding-left: 8px;
  padding-right: 8px;
}

#divMontosRecurs .input-group #txtMonto {
  /* width: 100%; */
}

#divMontosRecurs .input-group #lblMonedaDest {
  width: 51%;
}

.navbar-form .form-control::-webkit-input-placeholder {
  color: #fff;
}
.navbar-form .form-control::-moz-placeholder {
  color: #fff;
}
.navbar-form .form-control:-moz-placeholder {
  /* Older versions of Firefox */
  color: #fff;
}
.navbar-form .form-control:-ms-input-placeholder {
  color: #fff;
}

/*------------------------------------------------------------------
combo paises
*/
.dropdown-menu {
  margin: 0;
  right: -1px;
  top: 53px;
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: #efefef;
  z-index: 991;
}

.dropdown.links-paises {
  position: absolute;
  right: 75px;
  top: 0px;
  display: none;
}
.dropdown.links-paises > a {
  height: 50px;
  padding: 13px 10px 10px 10px;
  display: block;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.dropdown.links-paises > a:active,
.dropdown.links-paises > a:hover,
.dropdown.links-paises > a:focus {
  color: #4d4d4d;
  background-color: #efefef;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 -1px;
  text-decoration: none;
  /* CAMBIAR COLOR DEL FONDO DEL BOTON ACTIVADO */
}
img.dropdown-flag {
  width: 30px;
  display: inline-block;
}
.dropdown-menu.dropdown-paises > li > a {
  padding: 5px 10px;
  font-weight: 400;
  line-height: 2;
  color: #4d4d4d;
}

.dropdown-menu.dropdown-paises > li > a:hover {
  background-color: #d6d6d6;
}
.dropdown-menu.dropdown-paises > li > a > img {
  margin-bottom: 3px;
  margin-right: 5px;
}

/*------------------------------------------------------------------
[5. Extra / .extra]
*/

.extra {
  border-top: 1px solid #bbbbbb;

  border-bottom: 1px solid #1d5389;

  /* margin-top: 20px; */
}

.extra-inner {
  padding: 20px 0;

  font-size: 11px;
  color: #bbb;

  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.extra a {
  color: #666;
}

.extra p {
  color: #5e5e5e;

  font-size: 14px;
  font-weight: bold;
}

.extra h4 {
  margin-bottom: 1em;

  font-weight: 400;
}

.extra ul {
  padding: 0;
  margin: 0;
}

.extra li {
  margin-bottom: 0.6em;

  list-style: none;
}

.extra-span3 {
  width: 270px;
  float: left;
  margin-left: 20px;
  text-align: center;
}

/*------------------------------------------------------------------
[6. Footer/ .footer]
*/

.footer {
  margin-top: 0;

  border-top: 1px solid #2f82d5;
}

.footer-inner {
  font-size: 12px;
  background: #2368ad;
}

.footer .container {
  padding: 0 20px;
}

.footer a {
  color: #999;
}

.footer a:hover {
  color: #fff;
  text-decoration: none;
}

.footer nav {
  height: 28px;
}
.footer nav ul {
  text-align: center;
  padding-left: 0px;
}
.footer nav ul li {
  display: none;
  padding: 0 10px; /* border-left: 1px solid #000; */
  height: 12px;
  line-height: 28px;
}
.footer nav ul li:first-child {
  border: 0;
}
.footer nav ul li a {
  color: #1f3044;
  font-weight: bold;
}

#login-form {
  display: none;
}

#login-msg {
  display: none;
}

#login-info {
  display: none;
  /*margin-top: 30px;*/
  text-align: right;
  margin-right: 20px;
}

.nav-toggle {
  position: absolute;
  right: 0;
  cursor: pointer;
  padding: 10px 15px;
  color: #a0c643;
}
.nav-toggle:hover {
  color: #4d4d4d;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #a0c643;
}

/*#menu {
	display:none;
}*/

.modal-header {
  min-height: 1em;
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #1a4b7e;
  border-radius: 5px 5px 0 0;
}

.modal-header button.close {
  float: right;
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  filter: alpha(opacity=100);
  opacity: 1;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.4em;
  color: #fff;
}

.modal-body {
  /* padding-bottom: 0px; */
}

.btn-verde {
  background-color: #a0c643;
  border-color: #507827;
  color: #4d4d4d;
  font-weight: 600;
  height: 44px;
  line-height: 2.1em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-gris {
  background-color: #c8c8c8;
  border-color: #959595;
  color: #4d4d4d;
  font-weight: 600;
  height: 44px;
  line-height: 2.1em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.modal-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  /* border-bottom: 1px solid #e6e6e6; */
}

.modal-body p {
  /* font-size: 0.8em; */
}

.precio-txt {
  font-weight: 700;
  font-size: 1.1em;
}

.separador {
  margin-top: 20px;
  margin-bottom: 0px;
  border-top-color: transparent;
}

.center-txt {
  text-align: center;
}

#msgConfirmaRecarga {
  font-size: 0.9em;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0px;
}

.modal-footer {
  margin-top: 5px;
}

#login-main-div .botonCaja {
  text-transform: uppercase;
}
#login-main-div .botonCaja:hover,
#login-main-div .botonCaja:active,
#login-main-div .botonCaja:focus {
  background-position: 0px;
}

@media (min-width: 768px) {
  .container .row.home-img {
    background-color: #f6f6f6;
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 0px;
  }

  #home-img {
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }

  #home-img img {
    width: 100%;
    height: calc(100vh - 280px);
  }

  .dropdown-menu {
    /* top: 71px; */
  }
  .dropdown.links-paises {
    right: 20px;
    top: 0;
    z-index: 11;
    display: none;
  }
  .dropdown.links-paises > a {
    height: 70px;
    padding: 23px 10px 10px 10px;
  }

  #container-cuerpo {
    margin-top: 80px;
  }

  .navbar-inverse {
    /*background-color:#99CC33;*/
    border-color: #99cc33;
    height: 124px;
  }

  /* Mueve el logo hacia la derecha 190px en resoluciones grandes*/
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 160px;
    margin-top: 15px;
  }

  #login-main-div {
    /* width: 240px; */
    height: 80px;
    float: right;
    margin-top: 10px;
    margin-right: 90px;
  }

  .navbar-form {
    /* width: 240px; */

    /* margin-top: 20px; */
    /* margin-right: 90px; */
  }

  /*.navbar-form p {*/
  #login-main-div p {
    color: #678722;
    font-weight: bold;
    padding: 0px 5px 0px 0px;
    margin: 0px;
    text-align: right;
  }

  .navbar-form input {
    height: 32.5px;
    background-color: #a6c758;
    color: #fff;
    border-color: #678722;
    border-radius: 5px;
    margin: 2px;
  }

  .navbar-form input[type="text"] {
    width: 204px;
    padding-top: 3px;
  }

  .navbar-form input[type="password"] {
    width: 131px;
    padding-top: 3px;
  }

  /*.navbar-form button{*/
  #login-main-div button {
    width: 67px;
    height: 32.5px;
    font-size: 10px;
    background-color: #a6c758;
    border-color: #678722;
    border-radius: 4px;
    color: white;
    padding: 0px;
    margin: 0px;
  }

  #login-main-div .botonCaja {
    width: 160px;
  }

  .barra-menu {
    width: 100%;
    height: 50px;
    background-color: #2368ad;
    margin-top: 90px;
    -webkit-box-shadow: 0 7px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0 7px 9px rgba(0, 0, 0, 0.25);
  }

  .barra-menu > .contenedor {
    background-color: #2368ad;
    margin-right: 100px;
    float: right;
  }

  #ticketModal .control-label {
    float: left;
    text-align: right;
    width: 30%;
  }

  #ticketModal .form-group {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1600px), screen and (max-height: 790px) {
  #home-img img {
    width: 80%;
  }
}

/* 	version reducida */
@media (max-width: 768px) {
  #home-img {
    margin-bottom: 15px;
  }

  #home-img img {
    /* display: none; */
    width: 100%;
    height: 100%;
  }

  .navbar-inverse {
    /*background-color:#99CC33;*/
    border-color: #99cc33;
    margin-bottom: 15px;
  }

  #logo-header {
    width: 50%;
    height: 50%;
  }

  #login-main-div {
    /* width: 100%; */
    /* height: 80px; */
    /* float: right; */
    /* margin-top: 10px; */
    /* margin-right: 90px; */
  }

  .navbar-form {
    width: 100%;
    margin-top: 20px;
    /* margin-right: 90px; */
    padding-right: 0px;
  }

  /*.navbar-form p {*/
  #login-main-div p {
    color: #678722;
    font-weight: bold;
    /* padding: 0px 5px 0px 0px; */
    margin: 0px;
    text-align: center;
  }

  .navbar-form input {
    height: 32.5px;
    background-color: #a6c758;
    color: #fff;
    border-color: #678722;
    border-radius: 5px;
    margin: 2px;
  }

  .navbar-form input[type="text"] {
    /* width: 204px; */
    padding-top: 3px;
  }

  .navbar-form input[type="password"] {
    /* width: 204px; */
    padding-top: 3px;
  }

  /*.navbar-form button{*/
  #login-main-div button {
    width: 100%;
    height: 32.5px;
    font-size: 13px;
    background-color: #a6c758;
    border-color: #678722;
    border-radius: 2px;
    color: white;
    padding: 0px;
    margin: 3px 0px 0px 2px;
  }

  .barra-menu {
    width: 100%;
    height: 50px;
    background-color: #2368ad;
    /* margin-left: -15px; */
    /* margin-right: -15px; */
  }

  .barra-menu > .contenedor {
    background-color: #2368ad;
    /* margin: 10px; */
  }

  /* Items del menu */
  .nav > li {
    margin: 0px 15px 0px 15px;
  }

  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #1f3044;
    background-color: white;
    border-radius: 0px;
  }

  #ticketModal .control-label {
    float: left;
    text-align: right;
    width: 30%;
  }

  #ticketModal .form-group {
    margin-bottom: 10px;
  }

  /*------------------------------------------------------------------
[5. Extra / .extra]
*/
  .extra {
    margin-right: -20px;
    margin-left: -20px;

    display: none;
  }

  .extra .container {
    padding: 0 20px;
  }

  /*------------------------------------------------------------------
[6. Footer/ .footer]
*/
  .footer {
    /*margin-right: 20px;
		margin-left: 20px;*/
  }

  .footer .container {
    padding: 0 20px;
  }

  .footer .footer-terms {
    text-align: left;
  }

  .footer .footer-terms a {
    margin-left: 0;
    margin-right: 1em;
  }
}

@media (max-width: 550px) {
  #ticketModal p {
    float: right;
    width: 60%;
    margin: 0 0 5px;
  }

  #ticketModal .control-label {
    width: 35%;
    float: left;
    text-align: right;
  }

  #ticketModal img {
    margin-left: 15px;
  }
}

/*	320x240 Galaxy Y */
@media (max-width: 420px) {
  #ticketModal .modal-header,
  #ticketModal .modal-body,
  #ticketModal .modal-footer {
    padding: 10px;
  }

  #ticketModal .well {
    font-size: 11px;
  }

  #ticketModal p {
    float: left;
    width: 60%;
    margin: 0 0 0 10px;
    padding: 0px;
    text-align: left;
  }

  #ticketModal .control-label {
    width: 35%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: right;
  }

  #ticketModal img,
  #ticketModal #lbl_oper_logo {
    display: none;
  }
}

/* ===================================================================================================
loader
=================================================================================================== */
.loader-overlay {
  background-color: rgba(0, 0, 0, 0.79);
  bottom: 0;
  height: 600%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
  /* display:none; */
}
.loader {
  bottom: 0;
  color: #ffffff;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100px;
}
.loader span {
  font-size: 0.7em;
  font-weight: 600;
}
.overlay {
  display: none;
}

.total-carrito {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.2em;
}

.modal-header-ticket {
  min-height: 1em;
  padding: 10px 15px 0px 15px;
  border-radius: 5px 5px 0 0;
}

.modal-title-ticket {
  margin: 0;
  line-height: 1.4em;
  color: #4d4d4d;
  text-align: center;
}

.modal-body h2 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.modal-header-ticket img {
  padding: 0;
  margin-top: 10px;
}

hr.modal-ticket-divider {
  margin-top: 10px;
  margin-bottom: 20px;
}

ul.modal-list {
  list-style-type: none;
  padding: 0;
}

li.modal-list-row-ticket {
  display: block;
  padding: 0px 0 10px 0;
}

p.modal-text {
  display: block;
  margin: 0;
  /* font-size: .9em; */
}

.modal-body p {
  /* font-size: 0.8em; */
}

.modal-info-txt {
  display: inline-block;
  font-weight: 600;
  text-align: right;
}

.modal-footer {
  padding: 15px 0 0 0;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.modal-info-txt {
  display: inline-block;
  font-weight: 600;
  text-align: right;
}

.btn-ayuda {
  background-color: #f0f0f0;
  border-color: #9f9f9f;
  color: #9f9f9f;
  font-weight: 600;
  height: 44px;
  line-height: 2.1em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-azul {
  background-color: #2567ac;
  border-color: #294175;
  color: #fff;
  font-weight: 600;
  height: 44px;
  line-height: 2.1em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen {
  #printSection {
    display: none;
  }
}

@media print {
  body * {
    visibility: hidden;
    overflow: hidden !important;
  }
  #printSection,
  #printSection * {
    visibility: visible;
  }
  #printSection {
    position: absolute;
    left: 0;
    top: 0;
  }
  #tktF_RowBtns {
    visibility: hidden;
    display: none;
  }
  .modal-content {
    width: 350px;
  }
  #btnImprimir {
    visibility: hidden;
    display: none;
  }
  .onlyPrint {
    visibility: visible;
    display: block !important;
  }
  .noPrint {
    visibility: hidden;
    display: none;
  }
}

.trFallida {
  color: #a94442;
}

.trExitosa {
  color: #3c763d;
}

.trAnulada {
  color: #e38d13;
}

.applyTrans {
  width: 65px;
}

.input-default > .input-label,
.input-default-2 > .input-label {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 0.9em;
}
.input-default p.input-label span {
  font-weight: 400;
}
@media (min-width: 768px) {
  .input-default > .input-label {
    margin-bottom: 10px;
  }
}

.nota-form {
  font-size: 12px;
  color: gray;
}

.input-group-addon.small {
  padding-left: 3px;
  padding-right: 3px;
}

.celda-monto,
.celda-qty {
  text-align: right;
}

.trTotal {
  font-weight: bold;
}

.trSubtotal {
  font-weight: bold;
  font-style: italic;
}

.tableexport-caption {
  margin-bottom: 20px;
}

#whatsapp {
  position: fixed;
  bottom: 4.5%;
  right: 4.5%;
  z-index: 100;
}
#whatsapp a {
  height: 40px;
  width: 40px;
  display: block;
  background-image: url("../img/whatsapp.svg");
}

#telegram {
  position: fixed;
  bottom: 12.5%;
  right: 4.5%;
  z-index: 100;
}
#telegram a {
  height: 40px;
  width: 40px;
  display: block;
  background-image: url("../img/telegram.svg");
}
