@charset "UTF-8";
/* CSS Document */

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/core/webfonts/material-icons.woff2) format('woff2');
}

body{background:#A2C5C1!important;}
.volver{display:flex;justify-content: center;align-items: center;float:left;background:#087B81;color:#ffffff;width:40px;height:25px;border-radius:50px;}
.menu-item{
	color:#545454;
	flex: 1 1 0;
  width: 0;
  display:flex!important;
  justify-content: center;
  align-items: center;
  flex-direction:column;
  font-size:28px;
}
.confirm-icon{
	  color:#545454;
	  display:block;
	  display:flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction:column;
	  font-size:28px;
	  width:20%;
}

.button{height:60px;width:90px;line-height:60px;background:#087B81;color:#ffffff;text-align:center;font-size:16px;display:block;border-radius:4px;text-decoration:none;border:none;text-align: center;}

.button.big{height:120px;width:180px;line-height:120px;background:#087B81;color:#ffffff;text-align:center;font-size:32px;display:block;border-radius:8px;text-decoration:none;border:none;text-align: center;}

.button.disabled{background:#dfdfdf;color:#999999;}

.albaran-content{background:#ffffff;}

.app-button{background:#087B81;color:#ffffff;letter-spacing:2px;width:100%;height:60px;display:flex;justify-content:center;align-items:center;border-radius:8px;}

.top-bar{width:100%;max-width:922px;height:100px;margin: 0 auto;display: flex;justify-content: space-between;}
.top-bar.big{height:150px;}




.container-content{
  font-size: 10px;
  width: 100%;
	overflow:hidden;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 8px;
  padding: 16px;
  max-width:992px;
}



.top-bar{width:100%;max-width:922px;height:100px;margin: 0 auto;display: flex;justify-content: space-between;}


/************* LOGIN ****************/
.row-form{height:70px;}
.login{}
.login-container {background-color:#ffffff;border-radius:0px;max-width:400px;	margin-left:auto;	margin-right:auto;	margin-top:0;border-radius:4px;}

.login-container .login-header{
	width: 100%;
	line-height: 80px;
	padding-top:30px;
	text-align: center;
	height: auto;
}

.login-container .login-title{width: 100px;height: 35px;float: left;line-height: 35px;font-size: 16px;color: #111111;margin-left: 10px;}
.login-container .login-row{height: 60px;}
.login-input-container {
	background: #ffffff;
	height: 54px;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
}
.login-input-container span{    font-size: 24px;padding: 15px;color: #ffffff;float:left;}
.login-input-container .styled-input{width:100%;height:54px;line-height:30px;float:left;}


.login-input-container input{
	height: 54px;
	line-height: 30px;/*results in nice text vertical alignment*/
	border: none;
	background: transparent; 
	margin: 0 0 0 20px;/*don't start input text directly from the edge*/
	/*width: 70%;*//*full width - grey on the side - 2*10px padding*/
	font-size: 13px;
	color: #aaaaaa;
	float:left;
	font-size:16px;
}

.login-submit-button{background-color:#009fb3;color:#ffffff;letter-spacing:2px;}
