
body {
  background-color: dimgrey;
  font-family: Verdana, Helvetica;
  font-size: 14px;
  color: #000000;
  padding: 0px;
  margin: 0px;
}

label,
input {
  display: inline-flex;
  margin-bottom: 0px;
}

fieldset {
  padding: 0;
  border: 0;
  margin-top: 10px;
}


#silver-container {
  margin: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;  
  overflow-x: hidden;
  
}

#silver-top {
  height: 83px;
  display: flex;
  z-index:3;  
  margin: 3px;
  
}

#silver-top-logo {
  border-radius: 20px 0px 0px 0px;
  background: white;
  height: 100%;
  width: 140px;
  min-width:140px; 
  background: white;  
  z-index: 2;

  margin: 0px 3px 0px 0px;
}

#silver-top-not-logo{
  background: dimgray;
  flex-grow: 1;  
}

#silver-not-top {  
  display:flex;
  flex-direction: row;
  width: 100vw;
  height: 100px;
  flex-grow: 1;
  z-index: 1;
}

#silver-sidebar {
  border-radius: 0px 0px 0px 20px;
  width: 140px;
  min-width: 140px;
  transition: 1s ease;
  position: relative;
  
  background-color: #ffffff;
  font-size: 13px;
  z-index: 2;    
  margin: 0px 0px 3px 3px;  
  padding: 30px 0px 0px 0px;
}

#silver-sidebar-resizer-button {
  margin: 0px;
  padding: 0px;
  z-index: 1;
  position: absolute;
  border: 0px solid dimgrey;
  width: 40px;
  height: 25px;
  border-radius: 0px 0px 0px 15px;
  box-shadow: -2px 1px 4px 1px rgba(0 ,0, 0, .3);
  right: 0px;
  top: 0px;  
  
  cursor: pointer;  
  font-size: 18px;
}

#silver-historybar {
  border-radius: 0px 20px 0px 0px;
  height:40px;
  background: #ffffff;
  border: 0px;
  z-index: 3;
  display: flex;
  flex-direction: row;
  padding: 0px 0px 0px 3px;
  margin: 0px 0px 3px 0px;
}

#silver-toolbar {
  background: #dddddd;
  height:40px;
  padding: 0px;
}

#silver-content {
  background: lightgray;
  display: flex;
  flex-direction: column;  
  overflow-y: hidden;
  overflow-x: hidden;
  flex-grow : 1;  
  margin: 0px 3px 3px 3px;  
}

#silver-content-top {
  background: lightgray;
  margin: 0px 3px 3px 3px; 
}

#silver-content-content {
  background: lightgray;
  display: flex;
  flex-direction: column;  
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0px 3px 3px 3px; 
}

.centrar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#logoutBtn {
  position: absolute;
  bottom: 30px;    
  left: 2px;
  right: 2px;  
}

/************************/
/*    AJAX              */
/************************/
#waitingAjax {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  z-index: 15;
}

/************************/
/*    BARRA LATERAL     */
/************************/
.hovImageLateral {
  width: 36px;
  margin: 5px;
}

.hovLateral {
  font-family: Verdana, Helvetica;
  font-size: 12px;
  opacity: 0.7;
  width: 100%;
  height: 60px;
  display: flex;  
  align-items: center;
  overflow: hidden ;  
}

.hovLateral:hover {
  opacity: 1;
  box-shadow: 0 0px 0.5em rgba(0, 0, 0, 0.4);
}
.hovLateralselected {
  opacity: 1;
  background-color: #95a7ff;
  box-shadow: 0 0px 0.5em rgba(0, 0, 0, 0.4);
  z-index: 3;
}

/************************/
/*   BARRA_NAVEGACION   */
/************************/

/************************/
/* BARRA MENSAJE        */
/************************/

.barraMensaje {
  box-sizing: border-box;

  padding: 5px;

  position: fixed;
  top: 85px;
  left: 200px;
  right: 200px;
  height: 50px;

  background-color: green;
  color: white;

  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);

  vertical-align: center;
  text-align: center;

  z-index: 2;
}

/************************/
/* SEARCH               */
/************************/

.searchBar {
  box-shadow: 0 0px 0.5em rgba(0, 0, 0, 0.4);
  z-index: 1;
  display: flex;
  padding: 2px;
}

#inputSearch {
  font-size: 15px;
  border: 1px solid grey;
  border-radius: 10px;
  float: left;
  width: 100%;
  background: #ffffff;
}

#btnSearch {
  width: 50px;
  height: 34px;
  background: #2196f3;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  border: 1px solid grey;
  border-left: none;
  /* Prevent double borders */
  cursor: pointer;
}

/************************/
/* CONTENIDO DIV        */
/************************/

.stickytab {
  position: sticky;
  top: 0;
  z-index: 1;
}

.topToolBar{
  padding: 2px;
  z-index: 1;
  display:flex;
}

.topToolBarInner{
  padding: 1px;
  margin: 1px;
  border: 1px solid #d4cdcd;
  border-radius: 5px;
  display: inline-flex;
}

/**************************************************************/
/*     */
/**************************************************************/
.tableApartado {
  padding: 10px;
  margin: 10px 10px 10px 10px;
  border-radius: 6px 6px 6px 6px;

  display: inline-block;
  border: 0px solid black;
  min-width: 300px;
  background-color: #ffffff;

  box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
  /*position: relative;*/
}
div.tableApartado #TITLE {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
}
div.tableApartado #SUBTITLE {
  font-size: 12px;
  margin: 0px;
}
div.tableApartado #CONTENT {
  font-size: 14px;
  margin: 10px;
}


div.paper {
  display: block;
  background-color: #ffffff;
  position: relative;
  margin: 10px;
  padding: 10px 10px 50px 10px;
  border: 1px solid #949494;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
  
}
div.paper #TITLE {
  position: absolute;
  top: 5px;
  left: 5px;

  font-weight: bold;
  font-size: 14px;
  text-align: left;
  color: #1a8846;
}
div.paper #txtUR {
  position: absolute;
  right: 5px;
  top: 5px;

  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #828282;
}
div.paper #CONTENT {
  position: relative;
  top: 10px;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #959595;
}
div.paper #txtDR {
  position: absolute;
  right: 5px;
  bottom: 5px;
  left: 5px;
  font-weight: bold;
  font-size: 13px;
  text-align: right;
  color: #cf4a2c;
}

div.papercfg {
  position: absolute;
  top: 10px;
  background-color: #ffffff;
  position: relative;
  margin: 10px;
  padding: 10px 10px 30px 10px;
  border: 1px solid #949494;

  display: inline-block;
}
div.papercfg #TITLE {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  color: #1a8846;
}
div.papercfg #CONTENT {
  font-weight: bold;
  font-size: 13px;
  color: #959595;
}
div.papercfg #COMMENT {
  position: absolute;
  right: 5px;
  bottom: 5px;
  left: 5px;
  font-weight: bold;
  font-size: 13px;
  text-align: right;
  color: #cf4a2c;
}

.inputModificar {
  font-size: 14px;
  font-family: Verdana, Helvetica;
  font-style: italic;
  background: #eeeeee;
  min-height: 40px;
  min-width: 20px;
  padding: 0px 0px 0px 10px;
  vertical-align: central;
  text-align: left;
  width: 95%;
  margin: px;

  display: inline-block;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0.05em rgba(0, 0, 0, 0.4);
  border-radius: 6px 6px 6px 6px;
}


.inputID {
  font-size: 14px;
  font-family: Verdana, Helvetica;
  font-style: italic;
  background: red;
  min-height: 20px;
  min-width: 40px;
  padding: 3px;
  vertical-align: central;
  text-align: left;

  display: inline-block;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 5px 5px;
}


#txtCmd {  
  font-size: 14px;
  font-family: Consolas, 'Lucida Console', 'Courier New', monospace;
  font-style: italic;
  background: black;
  height: 35px;  
  width: 50%;
  min-width: 250px;
  padding: 0px 0px 0px 10px;
  vertical-align: central;
  text-align: left;

  color: #ffffff;
  border: 0px solid;
  border-radius: 0px 0px 15px 10px;
}

#txtCmd:focus {  
  outline: none;
  outline: white solid 2px;
  outline-offset: -2px;
}

#cmdSend {
  z-index: 2;
  position: relative;
  bottom: 1px;
  right: 101px;
  border: 2px solid dimgrey;
  height: 30px;
  width: 90px;
  border-radius: 13px 0px 13px 13px;
  box-shadow: 2px 1px 4px 1px rgba(0 ,0, 0, .3);  
  cursor: pointer;    
}

#cmd-container {
  background: dimgrey;
  column-fill: auto;
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
}

#cmd-historic {
  padding: 5px;  
  overflow-y: scroll;
  background: black;
  font-family: Consolas, 'Lucida Console', 'Courier New', monospace;
  color: #FFFFFF;
  flex: 1 1 auto;
  height: 10px;
}

#cmd-cmd {
  font-family: Consolas, 'Lucida Console', 'Courier New', monospace;  
}

