/*Moss Solutions
Corem Hero 6.0
www.moss.com.ec
© 2020 Moss Solutions. Reservados todos los derechos.*/

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap);

html,
body { 
	font-family:'Open Sans', sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	min-height: 100vh;
}

/*Inicio Avanzado en Hero 6.0*/
.start
{
	background-color: #016FD0;
	background-image: url("https://moss.com.ec/resources/images/login_background.png");
	margin: 0;
	min-width: 100%;
	height: 100%; 
	background-repeat: no-repeat; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	-ms-text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%;
	background-position: center;
    background-size: cover;
}

/*Login Moss Hero 6.0*/
#bglogin 
{
	background-color: #016FD0;
	background-image: url("https://moss.com.ec/resources/images/login_background.png");
	background-attachment: fixed;
	align-items: center;
	display: flex;
	flex: 1;
	justify-content: center;
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
}

/*Dentro de la plataforma */
bodyform
{
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat:repeat;
}

/*Maquetación RWD 1.0 */
.clase-general
{
  display: table-row;
}

.offsesion
{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
    width: 300px;
	height: 200px;
    padding: 0px;
}

/*Estilo de pie de páginas Copyright 6.0 */
.footer {
	width: 100%;
	position: relative;
	height: auto;
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	text-transform:none;
}

/* Estilo de botones 6.0 */
/*Estilo en bonton Azul */
.button 
{
	text-transform: none;
	outline: none;
	background: #016FD0;
	color: #ffffff;
	font-family:'Open Sans', sans-serif;
	moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	height: 48px;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: .2px;
	transition-duration: 150ms;
	transition-property: background-color;
	-webkit-touch-callout: none;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
}
	
.button:hover {
  background: #1c26a1;
  outline: none;
}
	
.button:active
{
  background: #0060df;
  outline: none;
}

/* Estilos de botón en Blanco 6.0 */
.buttonB 
{
	text-transform: none;
	outline: none;
	background: #FFFFFF;
	color: #000000;
	font-family:'Open Sans', sans-serif;
	moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	height: 48px;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: .2px;
	transition-duration: 150ms;
	transition-property: background-color;
	-webkit-touch-callout: none;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
}
	
.buttonB:hover 
{
  background: #ececec;
  outline: none;
}
	
.buttonB:active{
  background: #ccc2c2;
  outline: none;
}
	
/* Estilo de TextBox 6.0 */
.textbox 
{	
	text-transform: none;
	font-family:'Open Sans', sans-serif;
	text-indent: 16px;
	overflow:auto;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	background-color: #ffffff;
	border: 1px solid rgba(12,12,13,.3);
	border-radius: 2px;
	color: #000000;
	font-size: 16px;
	height: 40px;
	outline: 0;
	transition-duration: 150ms;
	transition-property: border-color;
	z-index: 2;
	width: 100%;
	margin-bottom: 0;
	display: block;
	line-height: normal;
	margin: 0;
    margin-bottom: 0px;
}
  
.textbox:focus  
{
	background-color: #ffffff;
  	outline: none;
}

/* Estilo de DockApp 6.0 */
.dockapp
{
	background-color: #edf8f5; 
	border-radius: 5px; 
	padding: 30px; 
	word-break: break-word;
}

/* Estilo de TextArea 6.0 */
.textarea 
{	
	text-transform: none;
	font-family:'Open Sans', sans-serif;
	padding: 16px 16px 16px 16px;
	overflow:auto;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	background-color: #ffffff;
	border: 1px solid rgba(12,12,13,.3);
	border-radius: 2px;
	color: #000000;
	font-size: 16px;
	height: 100px;
	outline: 0;
	transition-duration: 150ms;
	transition-property: border-color;
	z-index: 2;
	width: 100%;
	margin-bottom: 0;
	display: block;
	line-height: normal;
	margin: 0;
    margin-bottom: 0px;
}
  
.textarea:focus  
{
	background-color: #ffffff;
  	outline: none;
}


/* Estilo de texto bienvenida 5.1 */
.msg-bienvenida
{
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height:150%;
}
	
/* Estilo de texto Serial de Garantía 5.1 */
.serial
{
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #016FD0;
  line-height:150%;
}
	
/* Estilo texto Título 5.1  */
.titulo
{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #016FD0;
  font-weight: bold;
  line-height:150%;
}
	
/* Estilo texto normal 5.1  */
.texto
{
    font-size: 16px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
	text-transform: none;
	line-height:150%;
}

/* Estilo texto normal en mayúsculas 5.1  */
.textC
{
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
  line-height:150%;
}

/* Contenedor 6.0 */
.contenedor 
{
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	background:#fff;
	border-radius: 16px;
	box-sizing: border-box;
	box-shadow:-1px 12px 18px 2px rgba(34,0,51,0.04), 0px 6px 22px 4px rgba(7,48,114,0.12), 0px 6px 10px -4px rgba(14,13,26,0.12);
	width: 800px;
	min-height: 400px;
	padding: 0px 40px 40px 40px;
	text-transform: none;
}

/* Menú Responsable 5.0 */
.menu
{  
  position:fixed;  
  padding: 2px 2px 10px 2px;    /* margen con valores: arriba - derecha - abajo - izquierda */   
  top: 0px;                    /* Distancia hasta el borde superior */  
  left: 0px;            /* Distancia hasta el borde izquierdo */ 
  width:100%;  
  background-color: white;
  z-index: 1;               /* hace que la capa sea opaca  */  
  -webkit-box-shadow: 0px 0px 2px 1px rgba(100,100,100,0.2);
  -moz-box-shadow: 0px 0px 2px 1px rgba(100,100,100,0.2);
}

/* Línea de título 6.0 */
hr 
{
   border-top: 1px solid #000000;
}

/* Logotipo Moss Solutions 5.0 */
.logoms
{
    background-image: url(https://moss.com.ec/resources/images/logoms.png);
    background-size: 150px 45px;
    background-repeat: no-repeat;
    text-align: left;
    margin: 10px 0 0;
    height: 45px;
    width: 150px;	
}

/* Checkbox Moss Solutions 5.1 */
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #016FD0;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

/* Subir Archivos 6.0 */
::-webkit-file-upload-button {
 box-sizing: border-box;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: #016FD0;
    border: 1px solid #016FD0;
    font-size: 16px;
    line-height: 16px;
    min-height: 35px;
    vertical-align: top;
    margin: 0;
    padding: 9px 35px 8px 35px;
    min-width: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-property: background-color, border-color, color;
    transition-timing-function: ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}


::-webkit-file-upload-button:hover {
  background: #1c26a1;
  outline: none;
}
	
::-webkit-file-upload-button:active
{
  background: #3b5784;
  outline: none;
}

/* Estilo Combobox 5.0 */
.dropdown 
{
	display: inline-block;
	position: relative;
	height: 40px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 16px;
	outline: none;
	box-sizing: border-box;
    background-image: none;
    border-radius: 0;
    color: #fff;
    background-color: #016FD0;
    border: 1px solid #016FD0;
    line-height: 16px;
    min-height: 35px;
    vertical-align: top;
    margin: 0;
    padding: 9px 35px 8px 5px;
    min-width: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;	
    text-overflow: ellipsis;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-property: background-color, border-color, color;
    transition-timing-function: ease-in-out;
}
.dropdown:before, .dropdown:after 
{
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
  
}

 .dropdown:hover 
 {
  background: #1c26a1;
  outline: none;
	}

.dropdown:before 
{
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after 
{
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select 
{
  font-family: 'Open Sans', sans-serif;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 16px;
  color: #68AFC1;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  /* "transparent" doesn't work with Opera */
  border: 0;
  border-radius: 1;
  -webkit-appearance: none;
}
.dropdown-select:focus 
{
	
  z-index: 3;
  width: 100%;
  outline: 2px solid #68AFC1;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option 
{
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown 
{
  z-index: 1;
}
.lt-ie9 .dropdown-select 
{
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus 
{
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() 
{
  .dropdown-select {
    padding-left: 6px;
  }
}

/* Estilo Facturación Electrónia 5.0 */

.dropbtn {
    background-color: #ffffff;
    padding: 16px;
    border: none;
    cursor: pointer;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #000000;
}

.ddbase {
    position: relative;
    display: inline-block;
}

.ddbase-content {
    display: none;
	width: 100%;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
	z-index: 1;               /* hace que la capa sea opaca  */  
  -webkit-box-shadow: 0px 0px 2px 1px rgba(100,100,100,0.2);
  -moz-box-shadow: 0px 0px 2px 1px rgba(100,100,100,0.2);
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #000000;
}

.ddbase-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: #000000;
}

.ddbase-content a:hover {
	background-color: #f1f1f1;
	color: #000000;
}

.ddbase:hover .ddbase-content {
    display: block;
}

.ddbase:hover .dropbtn {
    background-color: #ffffff;
}

/* Barra de deslizamiento 5.0 */
::-webkit-scrollbar {
	width: 2px;
}
::-webkit-scrollbar-track-piece {
	background-color: transparent;
}
::-webkit-scrollbar-thumb {
	background: #016FD0;
}

/* Selección de contenido 5.0 */
*::-moz-selection{
   background: #016FD0;
   color: #FFFFFF;
}

*::selection {
   background: #016FD0;
   color: #FFFFFF;
}

/* Link de acceso 5.1 */
a
{
	background-color:transparent;
	text-decoration: none;
}

.link
{
	font-family: 'Open Sans', sans-serif;
	color: #016FD0;
	font-size: 16px;
	background-color:transparent;
	text-decoration: none;
	cursor: pointer;
    transition-duration: 0.3s;
}

.link:active,.link:hover
{
	color: #1c26a1;
	text-decoration: underline;
	outline: 0;
}  

/* Línea divisora 4.0 */

.divider {
    display: block;
    height: 1px;
    background-color: rgba(0,0,0,.12);
}

/* Funciones RWD 5.1 */

 /* para 980px o menos */
	@media screen and (max-width:980px) {
		.contenedor {width: 100%; height: 100%; margin: 0px 0px; position: absolute; border-radius: 0px;box-shadow:none;}
		#bglogin { background-color: #fff;}
	}
 
	/* para 700px o menos */
	@media screen and (max-width:700px) {
		.contenedor {width: 100%; height: 100%; margin: 0px 0px; position: absolute; border-radius: 0px;box-shadow:none;}	
		#bglogin { background-color: #fff;}
	}
 
	/* para 480px o menos */
	@media screen and (max-width:480px) {
		.contenedor {width: 100%; height: 100%; margin: 0px 0px; position: absolute; border-radius: 0px;box-shadow:none;}	
		#bglogin { background-color: #fff;}
	}