body{
  font-family: "Roboto", sans-serif;
}

.container{    
  width: 98vw;  
}

.arriba {
  height: 66px;  
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  margin-top: 2px;    
  background-color: #acb3b3;  
  display: flex;
  flex-direction: row; 
  justify-content: space-between;
  border-radius: 6px;  
}

.cajal{
  width: 30%;
}

.cajar{    
  width: 100%;
  margin-left: 2px;
  margin-right: 2px;
  height: 100%;
  display: flex; 
  flex-direction: row;
  justify-content: end;
}

.cajamenuwide{  
  width: 100%;
  margin-left: 2px;
  margin-right: 2px;
  height: 100%;
  display: flex; 
  flex-direction: row;
  justify-content: start;
}

.btnlogout{
  margin-top: 10px;
  align-items: right;
  display: flex;
  flex-direction: row;
  justify-content: end;  
}

.userinfo{
  text-align: right;
  flex-direction: column;
  margin: 5px;
  width: 30vw;
  padding: 5px;  
}

.userinfo .nombre{
  color: white;
  font-weight: 600;
}

.userinfo .rol{
  color: white;
  font-size: small;
}

.toolbar1{
  width: auto;    
  height: 32px;  
  padding: 5px;
  margin-top: 2px;  
  border-radius: 4px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
  background-color: #cad6d6;  
  display: flex;  
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.caja1{
  width: 80vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;  
  height: 100%;
  border-radius: 0px;
  padding-right: 5px;
  padding-left: 5px;  
  margin-left: 5px;  
}

.clienteid{      
  margin-top: 6px;  
  margin-left: 3px;
}

.mainspace{  
  display: flex; 
  flex-direction: column;   
  margin-top: 73px;  
}

.mainspaceinner{
    display:flex;
    flex-direction: row;
    margin: 3px;
}

.menuleft{
  margin: 5px;
  color: white;
  width: 150px;
  flex:  auto;
  display: block; 
  
  height: 80vw;
  padding: 10;  
}

.menutop{
  display: block;
}

.workspace{
  margin: 5px;
  height: 80vw;
  border: #000000 1;
}

.btnppal{
  background-color: #899ab9;  
  text-align: center;
  vertical-align: middle;
  height: 30px;  
  width: auto;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 30px;
  margin-right: 5px;
  border-radius: 5px;    
  font-size: small;
}

.btnppal:hover{
  background-color: gray;
  color: white;
  cursor: pointer;
  text-decoration: none;  
}

.btnppal a { 
  text-decoration: none;
  color: white;
}

.btnppal visited {
text-decoration: none;
color: white;
} 

.menutitulo{
  color: #ffffff;
  background-color: #424242;
  text-align: center;
  font-weight: 600;
  height: 48px;  
  border-radius: 25% 10%;
  padding: 15px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
}

.abajo {
  background: #acb3b3;
  position: fixed;
  bottom: 0;
  height: 3rem;
  left: 0;
  right: 0;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
}

.prodid{
  width: 100%;         
  color: black;   
  margin: auto;
  display: block; 
}

.autor{    
  margin: auto;
  color: black;
  font-size: 10px;
}

.menutop{  
  color: black;
  background:#d2d6d5;
  margin-top: 3rem;
  width: 100%;  
  height: 38px;    
  margin-right: 5px;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0, 1);  
  display: flex; 
  flex-direction: row; 
  justify-content:left;
}

/* clases sueltas */
.titulo{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;    
  font-weight: 600;
  padding: 10px 5px 20px 5px;
  text-align: center;
}

.editpar{
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content:first baseline;
}

.editlabel{
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: right;
  margin-right: 10px;
  min-width: 80px;
  color: #333;
}

.editcatastro{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 12px;
  margin-top:5px;  
  width: auto;
  background-color: whitesmoke;    
  padding: 5px;
  font-family: 'Roboto', sans-serif;
}

.inputcatastro{
  font-size: 12px;
  border: 1px solid #747474;
}

.editboxlower{
  padding: 0, 0, 0, 0;  
}

.editboxlower input {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  display: block;
  border: 0;
  border-bottom: 1px solid #747474;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;  
  flex:auto;
}

.editboxlower input:focus {
  border-color: #222;
}

.editboxupper{
  padding: 0, 0, 0, 0;  
}

.editboxupper input {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  display: block;
  border: 0;
  border-bottom: 1px solid #747474;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;  
  text-transform: uppercase;
}

.editboxupper .editboxlower input:focus {
  border-color: #222;
}

.action {  
  display: flex;    
  flex-direction: row;   
}

.action btnOk {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-align: center;
  width: 100%;
  border: none;
  padding: 18px;
  cursor: pointer;
  text-transform: uppercase;

  background: #2d3b55;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;

  letter-spacing: 0.2px;
  outline: 0;
  -webkit-transition: all .3s;
  transition: all .3s;  
}

.action btnOk:hover {
  background: #777;
}

.action btnCancel {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-align: center;
  width: 100%;
  border: none;
  padding: 10px;
  cursor: pointer;
  text-transform: uppercase;
  background: #e8e9ec;
  color: #777;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  letter-spacing: 0.2px;
  outline: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 32px;
  line-height: 32px;
}  

.action btnCancel:hover {
  background: #d8d8d8;
}

.msg {
  font-family: 'Roboto', sans-serif;
  padding: 18px;  
  color:black;
  font-weight: 400;
  text-align: center;  
}

.footerfiller{
  min-height: 120px;
}

.btnOk {
  display: flex;
  flex-direction: column;
  align-items: center;

  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-align: center;

  border: none;
  padding: 10px;
  cursor: pointer;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;

  background: #2d3b55;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;

  letter-spacing: 0.2px;
  outline: 0;
  -webkit-transition: all .3s;
  transition: all .3s;  
}

.btnBotonVerde {
  align-items: center;

  text-decoration: none;
  text-align: center;

  border: none;
  cursor: pointer;
  height: 32px;
  width: auto;
  padding: 10px;

  background: #1b4738;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);

  letter-spacing: 0.2px;
  outline: 0;
  -webkit-transition: all .3s;
  transition: all .3s;  
}

.btnBotonVerde:hover {
  background: #777;
}

.btnOk:hover {
  background: #777;
}

.divisorvertical{
 background-color: #000000;
 color: white;
 width:2px;
 height: 100%; 
 float: right;
 padding-right: 20px;
}

.titulo2 {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-align: center;
  width: auto;
  margin: auto;
  border: none;
  padding: 8px;
  text-transform: uppercase;

  background: #9ba8c0;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;

  letter-spacing: 0.2px;
  outline: 0;
  -webkit-transition: all .3s;
  transition: all .3s;

  border-radius: 4px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
}

.containersinglecol{
  background: #fff;
  width: auto;
  margin: auto;
  border-radius: 4px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
  display: flex;
}

.formsglcol{
  width: 50%;
  padding: 5px;
  margin: 5;
  display: flex;
  flex-direction: column;  
}

.banda1{  
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  padding: 5px;
}

.caja1 {
  margin: 20;
  text-align: center;  
  border-radius: 4px;
  width: auto; 
  height: auto;  
  flex: auto;
  font-size: small;
}

.caja10l {  
  margin: 10;
  text-align: left;    
  width: auto;   
  flex: auto;
  font-size: medium;
}

.caja10r {
  margin: 10;
  text-align: right;      
  align-items: right;
  width: auto;   
  flex: auto;
  font-size: medium;
  display: flex;
  justify-content: flex-end;
}

.banda2{  
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: auto;  
  border-radius: 4px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
  padding: 5px;
}

.banda3{  
  background-color: #0f5a7c;
  display: flex;
  flex-direction: row;
  justify-content:right;
  width: auto;
  margin-bottom: 5px;
  border-radius: 4px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
  flex: auto;
  color: white;
  padding: 10px;  
  height: 24px;
  line-height: 24px;
}

.banda480{  
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  margin: auto;  
  height: 40px;
  line-height: 32px;
  border-radius: 4px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
  background-color: #91a2c5;
  padding: 5px;
  margin-top: 5px;
}

.container80{
  display: flex;
  flex-direction: column;  
  width: 80%;
  margin-top: 5px;
}

.caja80 {
  background-color: whitesmoke;
  padding: 10;
  margin: 10;
  text-align: center;  
  border-radius: 4px;
  width: 80%;  
  flex: auto;
  font-size: small;
  display: flex;
  flex-direction: column;
}

.caja20 {
  background-color: whitesmoke;
  padding: 10;
  margin: 10; 
  text-align: center;  
  border-radius: 4px;
  width: 20%;  
  flex: auto;
  font-size: small;
  display: flex;
  flex-direction: row;
  justify-content: right;
}

.texto1{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;    
  font-weight: 600;
  text-align: left;
  margin-bottom: 2px;
  color: #000000;
}

.texto1 a:link, a:visited,  a:hover, a:active {
  text-decoration: none;
  color: black;
}

.texto2{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;    
  font-weight: 600;
  text-align: left;
  margin-bottom: 2px;
  text-decoration: none;
  color: black;
}

.texto2:a {
  text-decoration: none;
  cursor: pointer;
  color: black;
}

.texto2:hover{
  text-decoration: none;
  cursor: pointer;
  color: black;  
}

.texto3{
  font-family: 'Roboto', sans-serif;
  font-size: small;    
  font-weight: 400;
  text-align: left;
  color: black;
  margin-bottom: 2px;
}

.texto3 a{
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: small;    
  font-weight: 400;
  text-align: left;
  color: black;
  margin-bottom: 2px;
}

.texto3 hover {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: small;    
  font-weight: 400;
  text-align: left;
  color: black;
  cursor: pointer;
}

.texto5{
  font-family: 'Roboto', sans-serif;
  font-size: smaller;    
  font-weight: 400;
  text-align: left;
  color: black;
  margin-bottom: 2px;
}

.texto5 a{
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: small;    
  font-weight: 400;
  text-align: left;
  color: black;
  margin-bottom: 2px;
}

.texto5 hover {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: small;    
  font-weight: 400;
  text-align: left;
  color: black;
  cursor: pointer;
}

.toolbox1{
  display:flex
}

.tool1{
  height: 24px;
  width: 24px;
  margin: 10px;
  padding: 5px;
  cursor: pointer;
}

.btnUno {
  background-color: #084cdf;
  color: white;
  font-size: small;
  cursor: pointer;
  margin-right: 5px;  
}

.btnUno a{
  background-color: #084cdf;
  color: white;
  text-decoration: none;
}

.notificadores{  
  margin: 10px
}

/* FIN clases sueltas */

/* Uploader */
.uploader-box {
  background: #fff;
  width: 500px;
  height: 300px;
  display: flex;  
  flex-direction: column;
  align-items: center;  
}

.btnUpload{
  border: none;
  background: #084cdf;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
  width: 200px;
  max-height: 32px;
  flex:auto;
}

.uploadbtnbox{
  display: flex;
  flex-direction:column;
  height: 64px;
  min-height: 64px;
  width: 400px;  
  justify-content: center;  
  align-items: center;
  font-family: "Roboto", sans-serif;
  margin-top: 5px;
  font-size: small;
  text-align: center;
  align-items: center;
}

.progressBox{
  background-color: gray;
  display: flex;  
  height: 24px;
  width: 400px;
  align-items: center;  
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  padding: 2px;
  margin-top: 10px;  
}

.progress {
  height: 100%;
  background-color: #4CAF50;
  width: 0%;  
}

.infotoloadbox{
  background-color: white;
  width: 400px;
  height: 72px;  
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;  
}

.infotoloadtipo{  
  width: 90%;
  height: 48px;
}

/* FIN DE UPLOADER */

/* container doble columna adaptativo */
.containerdblcol{
  padding: 5px;
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  background: #fff;
  width: auto;
  margin: auto;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal; 
  border-radius: 4px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
}

.formdblcol{
  width: 50%;
  padding: 5px;
  margin: 5;
}

/* Ventana modal */
.fondomodal{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index:1001;
  opacity:.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.frentemodal {
  display: none;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 80%;
  padding: 16px;
  background: #ffffff;
  color: #333;
  z-index:1002;
  overflow: scroll;
opacity:1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.areamodaltope {
  border: #000000 5px; 
}

.areamodal{
  color: white;  
}

/* Dialog pop up*/
.dialogo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 200ms ease-in-out;
  
  border-radius: 4px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);

  z-index: 1011;
  background-color: white;
  width: auto;
  max-width: 90%;
}

.dialogo.active {
  transform: translate(-50%, -50%) scale(1);
}

.dialogo-body {
  padding: 10px 15px;
}

.dialogofondo{
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #ffffff;
     z-index:1010;
     opacity:0;
     -moz-opacity: 0;
     filter: alpha(opacity=0);
}

/* Estilos dialogs */
.dialog-box {
  background: #fff;
  width: 500px;
  margin: 15px auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.dialog-box .top {
  padding: 5px;  
}

.dialog-box .content {
  padding: 35px;
  text-align: center;
}

.dialog-box .action {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.dialog-box .action button {
  width: 100%;
  border: none;
  padding: 18px;
  cursor: pointer;
  text-transform: uppercase;
  background: #e8e9ec;
  color: #777;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  letter-spacing: 0.2px;
  outline: 0;
  -webkit-transition: all .3s;
  transition: all .3s;  
}

.dialog-box .action button:hover {
  background: #d8d8d8;
}

.dialog-box .action button:nth-child(1) {
  background: #2d3b55;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
}

.dialog-box .action button:nth-child(1):hover {
  background: #3c4d6d;
}

/* Estilos login */
.login-form {
  background: #fff;
  width: 400px;
  margin: 15px auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;  
}

.login-form h1 {
  font-family: 'Roboto', sans-serif;
  padding: 35px 35px 0 35px;
  font-weight: 300;
}

.login-form h2 {
  font-family: 'Roboto', sans-serif;
  padding: 15px 35px 0 35px;
  font-weight: 100;
  font-size: 14px;
}

.login-form .content {
  padding: 35px;
  text-align: center;
}
.login-form .input-field {
  padding: 12px 5px;  
}
.login-form .input-field input {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 10px 1px;
  border: 0;
  border-bottom: 1px solid #747474;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.login-form .input-field input::-webkit-input-placeholder {
  text-transform: uppercase;
}
.login-form .input-field input::-moz-placeholder {
  text-transform: uppercase;
}
.login-form .input-field input:-ms-input-placeholder {
  text-transform: uppercase;
}
.login-form .input-field input::-ms-input-placeholder {
  text-transform: uppercase;
}
.login-form .input-field input::placeholder {
  text-transform: uppercase;
}
.login-form .input-field input:focus {
  border-color: #222;
}
.login-form a.link {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: #747474;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}

.login-form .action {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.login-form .action button {
  width: 100%;
  border: none;
  padding: 18px;
  cursor: pointer;
  text-transform: uppercase;
  background: #e8e9ec;
  color: #777;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  letter-spacing: 0.2px;
  outline: 0;
  -webkit-transition: all .3s;
  transition: all .3s;  
}

.login-form .action button:hover {
  background: #d8d8d8;
}

.login-form .action button:nth-child(2) {
  background: #2d3b55;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
}
.login-form .action button:nth-child(2):hover {
  background: #3c4d6d;
}

.msg {
  font-family: 'Roboto', sans-serif;
  padding: 10px;  
  color:tomato;
  text-align: center;
}

.msgarea2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 20px;		
  color: black;
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}

/* Estilos form gral */
.gral-form {
  background: #fff;
  width: auto;
  padding-left: 10px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;    
}

.gral-form .titulo{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;    
  font-weight: 600;
  padding: 10px 5px 20px 5px;
  text-align: center;
}

.gral-form .editpar{
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content:first baseline;
}

.gral-form .editlabel{
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: right;
  margin-right: 10px;
  min-width: 80px;
  color: #333;
}

.gral-form .hint{
  font-family: 'Roboto', sans-serif;
  font-size: 8px;
  text-align: left;
  margin-right: 10px;
  width: 100px;
  color: hsla(54, 83%, 55%, 0.5);
}

.gral-form .editboxlower{
  padding: 0, 0, 0, 0;  
}

.gral-form .editboxlower input {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  display: block;
  border: 0;
  border-bottom: 1px solid #747474;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;  
  flex:auto;
}

.gral-form .editboxlower input:focus {
  border-color: #222;
}

.gral-form .editboxupper{
  padding: 0, 0, 0, 0;  
}

.gral-form .editboxupper input {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  display: block;
  border: 0;
  border-bottom: 1px solid #747474;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;  
  text-transform: uppercase;
}

.gral-form .editboxupper .editboxlower input:focus {
  border-color: #222;
}

.gral-form .vcodebox input {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  display: block;
  width: 400px;  
  border: 1;
  -webkit-transition: all .2s;
  transition: all .2s;  
}

.gral-form input-label {
  font-family: 'Roboto', sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  margin-top: 5px;
  font-weight: 300;
  text-align: left;
}

.gral-form a.link {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: #747474;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}

.gral-form .action {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.gral-form .action btnOk {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-align: center;
  width: 100%;
  border: none;
  padding: 18px;
  cursor: pointer;
  text-transform: uppercase;

  background: #2d3b55;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;

  letter-spacing: 0.2px;
  outline: 0;
  -webkit-transition: all .3s;
  transition: all .3s;  
}

.gral-form .action btnOk:hover {
  background: #777;
}

.gral-form .action btnCancel {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-align: center;
  width: 100%;
  border: none;
  padding: 18px;
  cursor: pointer;
  text-transform: uppercase;
  background: #e8e9ec;
  color: #777;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  letter-spacing: 0.2px;
  outline: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}  

.gral-form .action btnCancel:hover {
  background: #d8d8d8;
}

.gral-form .msg {
  font-family: 'Roboto', sans-serif;
  padding: 18px;  
  color:tomato;
  text-align: center;
  padding: 18px;
}

.gral-form .valcode {
  font-family: 'Roboto', sans-serif;
  color:tomato;
  text-align: center;
  border:2 red;    
}

/* Dropdown menu single */

.main-dropdown-container-left{
  margin: auto;
  width: 100%;   
  display: flex;
  justify-content: left;
  flex-direction: row;
}


.main-dropdown-container{
  width: 20vw; 
  height: 100%; 
  display: none;
}

/*1. style button*/

.dropdown-button{
  border: none;
  font-size: 16px;  
  display: block;
}

.dropbtn {  
  color: #000000;
  font-size: 12px;
  border: none;
  cursor: pointer;
  background-color: #cad6d6;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/*2. style dropdown container div*/

.dropdown-container-div{
  display: inline-block;
  position:inherit;    
}

/*3. style hidden dropdown content items*/

.dropdown-content{
  display:none;
  position: relative;
  z-index: 1;
  background-color:#888;
  width: 20vw;
  min-width: 30vw;
  max-width: 30vw;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0, 1);
  /*do not add padding here, it will affect appearance of hover*/
}

.dropdown-content ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/*4. Style links in dropdown content why don't you*/
.dropdown-content a{
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 12px 16px;
}

/*5. style links in dropdown content when you hover over them*/
.dropdown-content a:hover{
  background-color: #424242;
}

/*6. display dropdown content when you hover over the dropdown div*/

.dropdown-container-div:hover .dropdown-content{
  display: block;
}

/*7. Change color of dropdown button when you display the dropdown content*/

.dropdown-container-div:hover .dropdown-button{
  background-color: inherit;
}


/* Workarea */
.workcontainer {
  background-color: white;
  display: flex;    
  flex-direction: row; 
  margin-top: 1rem;
  overflow: visible;
}

.workheader{
  margin-top: 3px;
  display: flex;    
  flex-direction: row; 
  justify-content: space-between;
  background-color: lightgray;
  height: 4vh;
  width: 100vw;
}

.workheader .panel{
  width: 33vw;
}

.worktitle{  
  text-align: left;  
  margin-left: 3px;  
}

.workclose{
  display: flex;
  justify-content: right;
  margin-top: 10px;
  margin-bottom: 3px;
}

.workarea{    
  display: flex;    
  flex-direction: column;  
}

.workside {
  background-color: tomato;
  width: 20vw;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.workmain {
  background-color: green;
  width: 80vw;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.worktop{
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  width: 100vw;
  border: #000000 5px; 
  display: flex;
  justify-content:left;
}

.msgarea {
  padding-left: 15px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-indent: 0ex;	
  color: red;
}

.tabla1{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
}

.tabla1 thead td:nth-child(n) {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-variant: normal;
	font-size: 14px;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0, 1);
  height: 24px;   
  text-align: center;
}

.tabla1 tbody tr:nth-child(odd) {
  background-color:#cccccc;	
  }
    
  .tabla1 tbody tr:nth-child(even) {
  background-color:#f2f2f2;	
  }
  
  .tabla1 tbody tr:hover {
  background-color: #92AAB4;
  }

.menucontainer{
  margin-top: 4rem;
  display: flex;    
  flex-direction: row;    
  justify-content:flex-start;
}

.menubtn{
  background-color: #00a3ef;
  box-shadow: 2px 2px 2px 2px rgb(138, 135, 135);
  border-radius: 4px;
  color: white;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  height: 60px;
  width: 150Px;
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
}

.menubtn a:link, a:visited,  a:hover, a:active {
  text-decoration: none;
  color: white;
}

.ventanacontainer{
  display: flex;
  flex-direction: column;
}

.titulo1barra{  
  background-color: #0f5a7c;  
  border-radius: 4px;
  color: white;
  line-height: 32px;
  font-size: 15px;  
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;  
  height: 32px;  
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
}

.titulo1bloque{
  background-color: #0f5a7c;    
  color: white;
  height: 28px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.titulo2barra{
  background-color: #565858;
  box-shadow: 2px 2px 2px 2px rgb(138, 135, 135);
  border-radius: 4px;
  color: white;
  font-size: 16px;  
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;  
  height: 24px;  
  display: flex;
  justify-content: space-between;
}

.titulo2bloque{
  background-color: #565858;    
  color: white;
  height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.btnBarra {
  background-color: #565858;
  box-shadow: 1px 1px 1px 1px rgb(231, 230, 230);
  border-radius: 4px;
  color: white;
  font-size: 11px;
  padding-top: 2px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 2px;
  margin-left: 10px;
  cursor: pointer;
  height: 28px;
  line-height: 32px;;
  width: auto;
  max-width: 160px;
  display: flex;
  flex-direction: row;  
}

.btnBarra a:link, a:visited,  a:hover, a:active {
text-decoration: none;
color: white;
}

.btnBarra1 {
  background-color: #49636e;
  box-shadow: 2px 2px 2px 2px rgb(231, 230, 230);
  border-radius: 4px;
  color: white;
  font-size: 11px;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  margin-left: 10px;
  cursor: pointer;
  height: 32px;
  line-height: 32px;;
  width: 120px;
  max-width: 160px;
  display: flex;
  flex-direction: row;  
}

.btnBarra1 a:link, a:visited,  a:hover, a:active {
text-decoration: none;
color: white;
}

.btnBarra2 {
  background-color: #49636e;
  box-shadow: 2px 2px 2px 2px rgb(231, 230, 230);
  border-radius: 4px;
  color: white;
  font-size: 11px;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  margin-left: 10px;
  cursor: pointer;
  height: 32px;
  line-height: 32px;;
  width: 120px;
  max-width: 160px;
  display: flex;
  flex-direction: row;  
}

.btnBarra2 a:link, a:visited,  a:hover, a:active {
text-decoration: none;
color: white;
}

.bajadatitulo1{
  margin-top: 5px;  
  background-color: #d3d7da;
  border-radius: 4px;
  color: black;
  font-size: 16px;  
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;  
  height: 32px;  
  display: flex;
  justify-items: flex-start;
}

.ventanaContenido{
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.splittedform{
  width: 100%;
  display: flex;
  flex-direction: row;
}

.splittedformbloquedatos{
  width: 70%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  margin-top: 10px;
  margin-right: 5px;
  background-color: #9c9e9846;
  box-shadow: 2px 2px 2px 2px rgb(231, 230, 230);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.splittedformbloquehelp{
  width: 30%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  margin-top: 10px;
  margin-left: 5px;
  background-color: #d8e9b8;
  box-shadow: 2px 2px 2px 2px rgb(231, 230, 230);
  border-radius: 4px;
  font-size: 14px;
}

.splittedformbanda{
  display: flex;
  flex-direction: row;  
}

.splittedformbloquelabel{
  text-align: right;
  width:30%;
}

.splittedformbloquedatos{
  align-items: left;
  width: 50%
}

/* Media query */
@media(max-width:768px) {

/* container doble columna adaptativo */
.containerdblcol{
  flex-direction: column;
}

.formdblcol{
  width: 100%;
  padding: 5px;
  margin: 3;
}
/* FIN container doble columna adaptativo */
  .mainspace{  
    margin-top: 73px;      
    flex: auto;
  }

  .menuleft{
    display: none;  
  }

  .dropdown-button{
    border: none;
    font-size: 16px;  
    display: block;
  }

  .splittedform{
    display: flex;
    flex-direction: column;
  }

  .splittedformbloquedatos{
    width: 100%;
  }
  
  .splittedformbloquehelp{
    width: 100%
  }
  
  .gral-form .editpar{
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content:first baseline
  }
  
  /* Estilos del menu ppal */
  .menucontainer{
    display: flex;    
    flex-direction: column;    
    justify-content: center;
  }

  /* Estilos login */
  .login-form .content {
    padding: 15px;
    text-align: center;
  }

.login-form {
  background: #fff;
  width: 300px;
  margin: 15px auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.login-form .action {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: column;
}

  /* Estilos form gral */
.gral-form {
  background: #fff;
  width: 400px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.gral-form .editlabel{
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: right;
  margin-right: 10px;
  width: 100px;
  color: #333;
}

.gral-form .editbox input {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  display: block;
  width: 200px;  
  border: 0;
  border-bottom: 1px solid #747474;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.dialog-box {
  background: #fff;
  width: 98%;
  margin: 15px auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.workheader{
  margin-top: 3px;
  display: flex;    
  flex-direction: column; 
  justify-content: center;
  background-color: lightgray;
  height: 17vh;
  width: 100vw;
}

.gral-form .editpar{
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
  flex-direction: row;
  justify-content:first baseline
}

.gral-form {
  background: #fff;
  width: 400px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow: auto;
}

.toolbar1 .caja1{
  display: none;
}

.main-dropdown-container{
  width: 20vw; 
  height: 100%; 
  display: block;
}

.cajamenuwide{
  display:none;
}
}