@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

html {
	box-sizing: border-box;
}

*,
*:after, 
*:before {
	box-sizing: inherit;
}


body {
	background-color: #f8f8f8;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
	color: inherit;
}

.focus\:shadow-outline:focus {
    box-shadow: 0 0 0 1px rgba(52, 204, 220, 0.8);
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #38A89D; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.page-wrapper {
	height: 100vh;
}

.menu > li {
	position: relative;
	flex: auto;
	text-align: center;
	height: 100%;
}
.menu > li a {
  font-weight: 700;
	/*color: #8795A1;*/
	color: #adafbd;
}

.menu > li:not(:last-child) a:hover,
.menu-usuario li a:hover,
.menu > li.current a {
	/*color: #26A69A;*/
	color: #FFF;
}

.menu-usuario,
.menu-admon {
  width: 90%;
  visibility: hidden;
}

@media screen and (min-width:992px)
{
.menu-usuario,
.menu-admon {
  width: 115%;
  margin-left: 13%;
}
}

.link-menu-usuario:hover .menu-usuario,
.link-menu-admon:hover .menu-admon {
  visibility: visible;
}

.menu-usuario.visible,
.menu-admon.visible {
	visibility:visible;
}

.menu-usuario li,
.menu-admon li {
	padding-top:10px;
}
.menu-usuario li a,
.menu-admon li a {
	color: #38A89D!important;
}
.menu-usuario li:hover a,
.menu-admon li:hover a {
	color: #3D4852!important;
} 

input[type="radio"]:checked + label {
	background: #455A64;
}
input[type="radio"]:checked + label span,
input[type="radio"]:checked + label p {
	color: #fff;
}

form label.opcion_monto:hover {
	background: #455A64;
}
form label.opcion_monto:hover span,
form label.opcion_monto:hover p {
	color: #fff;
}

span.monto {
	font-size: 40px;
	font-weight: 300;
}

span.sign,
span.decimales {
	position: absolute;
	font-weight: 700;
	font-size: 14px;
}
span.sign {
	top: 0px;
	left: -10px;
}
span.decimales {
	right: -15px;
}

span.subtitulo {
	font-size: 11px;
}

.monto_internet p:first-child {
	font-size: 12px;
}

.operador.movistar {
	background: #fff url(../img/operadores/movistar2.png) no-repeat center center;
	background-size: 60%;
	transition: background-size .2s ease;
}
.operador.iusacell {
  background: #fff url(../img/operadores/iusacell2.png) no-repeat center center;
	background-size: 60%;
	transition: background-size .2s ease;
}
.operador.unefon {
  background: #fff url(../img/operadores/unefon2.png) no-repeat center center;
	background-size: 60%;
	transition: background-size .2s ease;

}
.operador.nextel {
  background: #fff url(../img/operadores/nextel2.png) no-repeat center center;
	background-size: 60%;
	transition: background-size .2s ease;
}
.operador.virgin {
  background: #fff url(../img/operadores/virgin2.png) no-repeat center center;
	background-size: 60%;
	transition: background-size .2s ease;
}
.operador.cierto {
  background: #fff url(../img/operadores/cierto2.png) no-repeat center center;
	background-size: 60%;
	transition: background-size .2s ease;
}
.operador.maztiempo {
  background: #fff url(../img/operadores/maztiempo2.png) no-repeat center center;
	background-size: 60%;
	transition: background-size .2s ease;
}
.operador.tuenti {
  background: #fff url(../img/operadores/tuenti2.png) no-repeat center center;
	background-size: 60%;
	transition: background-size .2s ease;
}

.operador.at\&t {
  background: #fff url(../img/operadores/at&t2.png) no-repeat center center;
	background-size: 40%;
	transition: background-size .2s ease;
}

.operador.movistar.operador_sel,
.operador.movistar:hover {
	background: #fff url(../img/operadores/movistar.png) no-repeat center center;
	background-size: 70%;
	box-shadow: 0 2px 2px 0 #77b41d;
}
.operador.iusacell.operador_sel,
.operador.iusacell:hover {
	background: #fff url(../img/operadores/iusacell.png) no-repeat center center;
	background-size: 70%;
	box-shadow: 0 2px 2px 0 #E44545;
}
.operador.unefon.operador_sel,
.operador.unefon:hover {
	background: #fff url(../img/operadores/unefon.png) no-repeat center center;
	background-size: 70%;
	box-shadow: 0 2px 2px 0 #F8A300;
}
.operador.nextel.operador_sel,
.operador.nextel:hover {
	background: #fff url(../img/operadores/nextel.png) no-repeat center center;
	background-size: 70%;
	box-shadow: 0 2px 2px 0 #DF5613;
}
.operador.virgin.operador_sel,
.operador.virgin:hover {
	background: #fff url(../img/operadores/virgin.png) no-repeat center center;
	background-size: 70%;
	box-shadow: 0 2px 2px 0 #D50134;
}
.operador.cierto.operador_sel,
.operador.cierto:hover {
	background: #fff url(../img/operadores/cierto.png) no-repeat center center;
	background-size: 70%;
	box-shadow: 0 2px 2px 0 #FF5684;
}
.operador.maztiempo.operador_sel,
.operador.maztiempo:hover {
	background: #fff url(../img/operadores/maztiempo.png) no-repeat center center;
	background-size: 70%;
	box-shadow: 0 2px 2px 0 #FF0000;
}
.operador.tuenti.operador_sel,
.operador.tuenti:hover {
	background: #fff url(../img/operadores/tuenti.png) no-repeat center center;
	background-size: 70%;
	box-shadow: 0 2px 2px 0 #007BCA;
}
.operador.at\&t.operador_sel,
.operador.at\&t:hover {
	background: #fff url(../img/operadores/at&t.png) no-repeat center center;
	background-size: 50%;
	box-shadow: 0 2px 2px 0 #007BCA;
}

/* Reportes */
.reporte {
	width: 24px;
  height: 24px;
}
.familia {
	background: url('../img/reportes/familia.svg') no-repeat center center;
	background-size: cover;
}
.cuenta {
  background: url('../img/reportes/cuenta.svg') no-repeat center center;
  background-size: cover;
}
.ventas {
  background: url('../img/reportes/ventas.svg') no-repeat center center;
  background-size: cover;
}
.movimientos {
  background: url('../img/reportes/movimientos.svg') no-repeat center center;
  background-size: cover;
}

.lista_reportes .activo {
	background: #fff;
	color: #3D4852;
}

.calendario {
	background: url('../img/reportes/calendario.png') no-repeat 97% center !important;
}

#ui-datepicker-div {
	border-color: #DAE1E7;
	margin-top: 2px;
}

/*JQuery UI*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight {
	font-weight: 700;
}

/* Modal */
.modal {
	background: rgba(0,0,0,0.6);
	position:fixed;
}


/* Loader */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 13px;
}
.lds-ellipsis div {
  position: absolute;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

/* Datatables */
.dataTables_filter {
	margin-bottom: 5px;
	padding: 5px 8px;
	border: 2px solid #dae1e7;
	border-radius: 4px;
	background: #fff;
}