@font-face {
  font-family: "Michellewalls";
  src: url(Michellewalls-Regular2.otf);
}

* {
  box-sizing: border-box;
  font-family: 'Michellewalls';
  font-family: system-ui;
  font-size: 1em;
}

body {
  margin: 0;
  padding: 0;
  /* background: #e7e7e7; */
}

main {
  background: white;
  color: black;
  width: 100%;
  height: 100%;
  display:flex;
}

aside{
  width: 20%;
  height:100vh;
  border-right:1px solid #16b3ae;
  background:
  linear-gradient(to right,white 85%,rgb(22 179 174 / .2));
  padding-left: 0.8%;
  padding-top:20px;
  padding-right: .5%;
}

aside h2{
    margin: 7px 0;
}

aside a{
  /*
  font-size:.9em;
  font-family: serif;
  color:#093e57;
  margin-bottom: 10%;
  display: block;
  */
  font-size: .85em;
  border-radius:4px;
  border: 1px solid #c2edec;
  display: block;
  margin: 5px 0px;
  color: black;
  text-decoration: none;
  background: linear-gradient( 45deg , #c2edec 30%, #ffffff, transparent);
  padding: 4% 2%;
}

aside a:hover, aside a.activo{
  background: linear-gradient( 45deg , #088393 40%, #088393, #002e34);
  color: white;
  border: 1px solid #09435e;
}
aside .creditos b{
  font-size:.8em
}
aside .creditos p{
  margin:0;
  padding:0;
  font-size:.8em;
}

aside .creditos p span{
  display: inline-block;
  font-size: .8em;
  font-style: italic;
  color: gray;
}


.pagina{
  display: none;
  width: 100%;
  padding: 10px;
  position:relative;
}
/*
.cortina {
  width: 100%;
  height: 100%;
  background: #000000eb;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
*/

#login.pagina{
  position:
  relative;
  background: #0000009e;
}

#frmLogin {
  position: absolute;
  width: 40%;
  height: 40%;
  margin: auto;
  background-color: white;
  border: 5px solid black;
  top: 40%;
  right: 50%;
  transform: translate(50%, -50%);
  max-width: 24em;
  z-index: 10;
}
#frmLogin .header {
  width: 100%;
  height: 1.5em;
  line-height: 1.5em;
  background-color: #000000;
  padding-left: 5%;
  font-weight: bold;
  color: white;
}
#frmLogin .content {
  margin-left: 7%;
  margin-top: 7%;
}
#frmLogin .content > form > * {
  margin-bottom: 10px;
  display: block;
  font-size: 1rem;
}
#frmLogin .content button {
  text-align: right;
  float: right;
  margin-top: 3%;
  margin-right: 5%;
}

/* #homePag{} */
#homePag {

  background: #e7e7e7 !important;
  height: 100vh;
  width: 100%;
}
#homePag .caja {
  border: 1px solid aquamarine;
  padding: 3%;
  background: white;
}

#homePag .caja div{
  margin:1% 0;
}

#homePag #txtData {
  font-size: 0.8em;
  width: 60%;
  height: 10vh;
  resize: none;
  border: 1px solid purple;
  box-shadow: 0px 0px 5px 0px #ef00ff;
  background: #ffebff;
}
#homePag section {
  padding: 0 5%;
  display: inline-block;
}
#homePag section.col1 {
  /*display:inline-block;
  grid-area: 1/1/2/2;*/
  width: 59%;
}
#homePag .creditos{
  color: #1c777e;
}

#homePag section.col1 > div:not(#frmLogin) {
  margin-top: 20px;
  margin-bottom: 20px;
}

#homePag section.col2 {
  /*display:inline-block;
  height:100vw;background:red;
  grid-area:1/2/2/3;*/
  width: 39%;
  height: 100%;
}
#homePag section.col2 .titulo {
  font-size: 1.2em;
}
#homePag .subTitulo {
  font-size: 0.8em;
  color: gray;
}
#homePag #asignadosLst {
  margin: 5px 2px;
}
#homePag #asignadosLst .asignado {
  border: 1px solid black;
  max-width: 350px;
  display: block;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 9px;
  position: relative;
  box-shadow: 0px 0px 4px 0px #00948f;
  background: #93f7f4;
}
#homePag #asignadosLst .asignado .nombre {
  font-size: 0.8em;
  font-style: italic;
  color: darkslategray;
}
#homePag #asignadosLst .asignado .apellido {
  font-size: 0.9em;
}
#homePag #asignadosLst .asignado .cerrar {
  border-left: 1px solid black;
  border-radius: 10px;
  color: white;
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  text-align: center;
  font-size: 20px;
}
#homePag .bigBut {
  padding: 8px;
  background:#1c777e;
  margin: 5px 0;
  color: white;
  border-radius: 10px;
}
#homePag .bigBut:hover {
  padding: 8px;
  font-weight: bold;
  background:#255458;
  color:white;
}
#homePag #logos img {
  max-width: 90px;
  vertical-align: middle;
}
#homePag #logos img:first-child {
  max-width: 195px;
  vertical-align: middle;
}
#homePag #logos img:nth-child(2) {
  max-width: 190px;
  vertical-align: middle;
}

#asignacionesPag {
  display: none;
  margin: 3% 0%;
}
#asignacionesPag .butVolver {
  background-color: white;
  margin-bottom: 10px;
}
#asignacionesPag .butGuardar {
  right:15%;
  position:absolute;
}
#asignacionesPag .butImprimir {
  right:3%;
  position:absolute;
}
#asignacionesPag .usuarioActual {
  font-family: "Verdana";
}

#asignacionesPag .fechaActual{
  float:right;
}
#asignacionesPag table {
  width: 100%;
  table-layout: fixed;
}
#asignacionesPag table thead tr > * {
  font-size: 11px;
  font-family: Helvetica, sans-serif;
  text-align: center;
  background: #a7bfda;
  font-weight:bold;
}
#asignacionesPag table tbody tr > * {
  font-size: 11px;
  height: 45px;
  font-weight: normal;
  font-family: Helvetica, sans-serif;
  text-align: center;
}
#asignacionesPag table tbody td input {
  margin: 0;
}

#asignacionesPag table tbody td textarea {
  margin: 0;
  height:100%;
  width:100%;
  border:0;
  resize: none;
  background: none;
  font-size: .9em;
  overflow: hidden;
}
#asignacionesPag table tbody td.rc textarea {
  font-size: .9em;
  text-align: center;
}
#asignacionesPag table tbody td.spa textarea {
  text-align: center;
  font-size: .9em;
}
#asignacionesPag table tbody td.first textarea {
  font-size: 1em;
}
#asignacionesPag table tbody td.comments textarea {
  font-size: .9em;
}
#asignacionesPag table tbody td div {
  font-family: Verdana, Helvetica, sans-serif;
}
#asignacionesPag table tbody td.rsv {
  font-size: .9vw;
}
#asignacionesPag table tfoot {
  border: 0;
}
#asignacionesPag table tfoot tr td {
  text-align: right;
  border: 0;
  padding: 10px 10px;
  font-size: 12px;
  font-weight:
  bold;
}
#asignacionesPag table tfoot tr td img {
  width: 30px;
  margin-right: 10px;
}
#asignacionesPag table tr td input{
  width:100%;height:100%;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  border:none;
  text-align:center;
  background:none;
}

#asignacionesPag table tbody td.arrival input {
  font-size: .8em;
}

#asignacionesPag table tr td.name input,
#asignacionesPag table tr td.comments input{
  text-align:left;
}
#asignacionesPag table,
#asignacionesPag th,
#asignacionesPag td {
  border: 1px solid black;
  border-collapse: collapse;
  border-color: #203c5c;
}
#asignacionesPag table.tblAsignacionesSocios tbody tr td.name,
#asignacionesPag table.tblAsignacionesSocios tbody tr td.last {
  text-align: left;
}
#asignacionesPag table.tblAsignacionesSocios tbody tr td.agy div {
  font-size: 0.85em;
}

#asignacionesPag .arrivals textarea{
  font-size:0.7em;
  height:8em;
  font-family: serif;
}

header {
  /* background-image: linear-gradient(rgb(0 0 0) 20%, #09435e 94%); */
  background-image: linear-gradient(to bottom, #09435e, #1c777e);
  /* background: #09435e; */
  width: 100%;
  height: 65px;
  display: block;
  /* background-image: linear-gradient(to bottom, #ffffff, #f2f2f2); */
  background-repeat: repeat-x;
  /* border: 1px solid #d4d4d4; */
}
#asignacionesPag th.mini{
 font-size:9px;
}
header .contenedor {
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  display: flex;
  align-items: center;
}
header .contenedor h1 {
  color: black;
  padding-left: 1em;
  font-size: 1.3em;
  cursor:
  pointer;
  font-family: sans-serif;
  background: -webkit-linear-gradient(#fff 60%,#469f9d 10%,#c2edec 30%);
  /* background: -webkit-linear-gradient(#000 60%,#303030 10%,#c1c1c1 30%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px 0px black);
}
header .contenedor img {
   /* 9 */
   cursor:
  pointer;
   filter: drop-shadow(2px 2px 0px black);
}

header .contenedor #cajaUsuario {
  margin-left: auto;
  color: white;
}
header .contenedor #cajaUsuario img {
  width: 20px;
  /* max-width: 100px; */
  vertical-align: sub;
}
header .contenedor #cajaUsuario .dataUsuario{
  display:none;
}

header .contenedor #cajaUsuario img.powerImg {
  margin-right: 5px; 
}

header .contenedor #cajaUsuario img.userImg {
  filter: contrast(0) brightness(100);
  z-index: 0;
}
header .contenedor #cajaUsuario #btnToggle {
  /* text-decoration: underline; */
  font-size: 0.8em;
  cursor: pointer;
  color: #2bbbf0;
  background: white;
  border-radius: 15px;
  padding: 5px;
  border: 2px solid #2bbbf0;
  position: relative;
}

header .contenedor #cajaUsuario #btnToggle:hover {
  background: #2bbbf0;
  color: white;
}

header .contenedor #cajaUsuario #btnToggle.logeado {
  color: #c70505;
  background: white;
  border: 2px solid #c70505;
}

header .contenedor #cajaUsuario #btnToggle.logeado:hover {
  background: #c70505;
  color: white;
}

header .contenedor #cajaUsuario #btnToggle.logeado img {
  filter: hue-rotate(150deg);
}



#welcomesPag {

}

#welcomesPag .noprint {
  width: 100%;
  margin-top: 1em;
}

#welcomesPag .noprint .butVolver {
  background-color: white;
  margin-left: 2em;
}

#welcomesPag .noprint .butImprimir {
  right: 3%;
  position: absolute;
}

#welcomesPag .contenedor {
  margin: 0;
  padding: 0;
  border:none;
}

#welcomesPag .subcontenedor {
  background: white;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 50%;
  height: 50vh;
  /*display:inline-block;*/
  float: left;
  border:1px dashed #e4e4e4;
  /*position:relative;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

#welcomesPag .subcontenedor .cartita {
  border: 1px solid black;
  width:90%;
  /*
  right:50%;
  top:50%;
  position:absolute;
  transform:translate(50%,-50%)*/
}

#welcomesPag .subcontenedor .cartita .header{
  width:100%;
  background-color:black;
  height:4vh;
  margin-bottom:12px;
}

#welcomesPag .subcontenedor .cartita .header.diamond{
  /*text-align:left;
  padding-left:1em;*/
}

#welcomesPag .subcontenedor .cartita .header span{ display:none; }

#welcomesPag .subcontenedor .cartita .header.diamond span{
  display:initial;
  color:white;
  font-size:.7em;
  font-family: monospace;
  font-weight:bold;
  letter-spacing: 4px;
  vertical-align: middle;
  /* float: right; */
  /* margin-right: 6%; */
}

#welcomesPag .subcontenedor .cartita .header img {
  /*margin: 3.5vh 0 3vh 0; 1.5em 0 1em 0*/
  vertical-align: middle;
  height:100%;
  width:60%

  /* filter: grayscale(1) invert(0); */
}
#welcomesPag .subcontenedor .cartita p {
  font-family:  Calibri, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 2.4vh; /*14px*/
  margin: 0; /* 5px 0*/
}
#welcomesPag .subcontenedor .cartita .titulo {
  font-weight: bold;
  font-size: 4vh; /*22px*/
}
#welcomesPag .subcontenedor .cartita .subtitulo {
  font-size: 3vh; /*20px*/
  font-style:italic;
  margin: .5vh 0;
}
#welcomesPag .subcontenedor .cartita .bold {
  font-weight: bold;
  font-family:Verdana,
}
#welcomesPag .subcontenedor .cartita p:last-child {
  margin-bottom: 3.5vh; /*1.5em*/
}
#navegadorPag{
  height:100%;
}
footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 100;
  margin-top: 100px;
}
footer div {
  margin-left: auto;
  float: right;
}

.obscuro{
  background: #ababab;
}

table tbody tr td div div.mkt{
    font-weight:bold;
}
table tbody tr td div div.type{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.caja #selLobby{
  box-shadow:3px 4px 2px 1px darkgray;
  border:none;
  background:#aae1df;
}
.caja #fecha{
  box-shadow:3px 4px 2px 1px darkgray;
  border:
  none;
  background:#aae1df;
  width: 34%;
}
.caja button{
  border: none;
  border-radius: 10px;
  background: #09435e;
  color: white;
  font-size: .8em;
}
#homePag #asignadosLst .asignado{
  background: linear-gradient(133deg, #16b3ae, #4dcfcb);
}
#homePag #asignadosLst .asignado:hover{
  background: linear-gradient(133deg, #affffc, #56cdc9);
}
#homePag #asignadosLst .asignado .cerrar{
  background: #09435e;
}
#homePag #asignadosLst .asignado .apellido{
  color:white;
  /* width: 30%; */
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#homePag #txtData{
  border-color:#265b78;
  background: #96f5f275;
  height: 8vh;
  box-shadow: 0px 0px 5px 0px #1e6178;
  border-width: 2px;
}
#wbdPag{
  padding: 1%;
background: #e5e5e5;}
#wbdPag textarea{
  width:70%;
  height:5vh;
}

#comisiones #comisionesTbl{
  border-collapse:collapse;
}

#comisiones #comisionesTbl th,
#comisiones #comisionesTbl, 
#comisiones #comisionesTbl td{
  font-size:.8em;
  font-family:Serif;
  border:1px solid black;
  text-align:center;
}

#IM {
    background: #e7e7e7;
    position:relative;
}
#IM iframe{

}

#IM .ventana {
    width: 64%;
    height: 70%;
    /* display: none; */
    background: #858e7b;
    position: absolute;
    bottom: 60%;
    right: 50%;
    transform: translate(50%,50%);
}
#IM .ventana .borde .cerrar{
    float: right;
    margin-right: 2%;
    font-size: 1.5em;
    cursor: pointer;
}
#IM .ventana .borde {
   font-weight: bold;
   height: 2em;
   line-height:2em;
   padding-left: 2%;
   background: white;
   font-size: .7em;
   font-family: serif;
}

#powerPag .contenedor{
  width:100%;
  display:flex;
  justify-content: space-around;
}

#powerPag .cajaIzq{
  height:100%;
  background: #94cdd5;
  width: 25%;
  /* border:1px solid black; */
  border-radius:15px;
  padding: 10px;
}

#powerPag .cajaIzq > button{
  width:100%;
  font-size:.8em;
  border-radius:10px;
  border:1px solid black;
  background: #06adc3;
  cursor: pointer;
}

#powerPag .cajaDer{
  width: 100%;
  /* border: 2px solid #01505a; */
  border-radius: 5px;
  background: #ffffff;
  padding: 3%;
  position: relative;
  /* background: #85e4e9; */
  margin-top: 10%;
}

#powerPag .cajaIzq #power{
    list-style: none;
    padding: 0;
    font-weight:bold;
}

#powerPag .cajaIzq #power .nombre{
  /* font-size: 1.1em; */
  border: none;
  width: 70%;
  background: transparent;
  }

#powerPag .cajaIzq #power li{
  background: #d0faff;
  border-radius: 10px;
  padding: 0px 8px;
  color: #0f3d52;
  margin-bottom: 3px;
  font-family: emoji;
  position: relative;
}

#powerPag .cajaIzq #power li button{
  display:
  inline-block;
  background: #004b54;
  font-size: 0.7em;
  border-radius:12px;
  font-weight: bold;
  color: white;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#powerPag .cajaIzq > input{
  width: 100%;
border-radius: 5px;border-width: 1px;font-size: .9em;}

#powerPag section.derecha{
  width: 55%;
}

#powerPag .cajaDer .titulo{
  color: #223032;
  letter-spacing: 10px;
  filter: drop-shadow(0px 0px 4px black);
  margin: auto;
  /* width: 22%; */
  font-size: 1.2em;
}

#powerPag .cajaDer hr{
  /* color:red; */
  border-color: #1c777e;
}

#powerPag .cajaDer table{
  width: 95%;
  font-family: serif;
  font-size:.8em;
  border-collapse: separate;
  border-spacing: 3px;
  margin: auto;
}

#powerPag .subtitulo{
  width:95%;
  font-family: serif;
  font-size: 1.1em;
  color: #08425c;
}

#powerPag .cajaDer .der{
  /* float:
  right; */
  color:#08425c;
  font-weight: normal;
  margin-left: 2%;
}
#powerPag .cajaDer .der select{
  background:
  none;
  border:
  none;
  cursor: pointer;
  color: #08425c;
  font-weight: bold;
}

#powerPag .cajaDer img{
  color:
  white;
  width: 40%;
  position: absolute;
  top: -4%;
  right: 5%;
  filter: grayscale(1) contrast(1) opacity(0.2) drop-shadow(0px 0px 0px black);
}

#powerPag .cajaDer table thead th{
  font-family: serif;
  font-size:.8em;
}

#powerPag .cajaDer table td:last-child{
  width:30%;
}
#powerPag .cajaDer table thead th{
  font-family: serif;
  font-size: 1em;
}

#powerPag .cajaDer table tbody tr{
  width: 100%;
  font-weight: bold;
}

#powerPag .cajaDer table tbody tr td:last-child{
  background: #d0faff8c;
  background: #dddddd8c;
  filter: opacity(0.2);
}
#powerPag .cajaDer table tbody tr td:last-child:hover{
  background: #d0faff8c;
  background: #dddddd8c;
  filter: opacity(1);
}

#powerPag .cajaDer table tbody td{
  text-align:
  center;
  border-radius: 15px;
  /* margin-bottom: 5px; */
  /* border-style: solid; */
  background: #d0faff;
  background: #e5e5e5;
  }

#powerPag .cajaDer table tbody input{
  width: 100%;
  background: none;
  border: none;
  padding-left:20px;
  font-weight: bold;
  text-shadow: 1px 1px #99fff6;
  vertical-align: text-top;
  letter-spacing: 2px;
  text-shadow: 1px 1px #ffffff;
}

#powerPag .cajaDer table tbody tr button{
  display: inline-block;
  height: 28px;
  font-size: .9em;
  font-weight: normal;
  vertical-align: middle;
  background: #004b54;
  border-radius: 12px;
  color: white;
  cursor: pointer;
}

#powerPag .cajaDer table tbody tr button.down{
  background:red;
}

#wbdPag .contenedor{
  display:grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows:1fr;
  grid-column-gap:0px;
  grid-row-gap:0px;
    
width: 100%;height: 70%;border: 1px solid black;background: #f0fafa;}

#wbdPag .bloque{
  
/* border: 1px solid black; */}

#wbdPag .bloqueIzq{
  grid-area: 1/1/2/2;
}

#wbdPag .bloqueDer{
  grid-area: 1/2/2/3;
}
#wbdPag .header h1{
  display:inline-block;
}

#wbdPag .header button{
  float:
  right;
  margin-right: 5%;
  background: #000000;
  border-radius: 10px;
  color: white;
}

#wbdPag .contenedorDeListas{
  display:block;
  white-space:nowrap;
}

#wbdPag .wbdLista{
  width:50%;
  display:inline-block;
  white-space:nowrap;
  border:1px solid black;
  margin-bottom:3%;
}

#wbdPag .wbdLista .pegar{
  text-align:center;
}

#wbdPag .wbdLista .pegar span{
  text-align:center;
  border:1px solid black;
  padding:7px;
  border-radius:10px;
  display:inline-block;
  margin-top:2%;
  font-weight:bold;
  background:#d8f2f1;
}

#wbdPag .wbdLista .pegar input{
  width: 50%;
  height:2em;
  float:right;
  margin:2%;
}

#wbdPag .wbdLista .titulo input{
  width: 68%;
  border: none;
background: transparent;padding-left: 1;}

#wbdPag .wbdLista .titulo button{
  width:28%;
background: #255458;border-width: 1px;border-radius: 10px;font-size: .7em;color: white;}

#wbdPag .wbdLista{
  width:49%;
  display:inline-block;
  white-space:normal;
  border:1px solid black;
border-radius: 10px;background: #b3f8ff4a;}

#wbdPag .wbdLista table{
  border-collapse:collapse;
  width:100%;
  margin-top: 7px;
}

#wbdPag .wbdLista table input[type="text"]{
  width: 100%;
  border: none;
padding: 0;background: transparent;}

#wbdPag .wbdLista table,
#wbdPag .wbdLista table th,
#wbdPag .wbdLista table td{
  border: 1px solid #004b54;
}
#wbdPag .wbdLista table th{
  font-family: sans-serif;
  font-size: .7em;
color:  white;}

#wbdPag table .out{
      width: 10%;
}

#wbdPag table tbody td,
#wbdPag table tbody td input{
    font-family: sans-serif;
    font-size:.6em;
    padding:5px 2px;
}

#wbdPag table tbody td input{
  font-size:1em;
}

#wbdPag table tbody td.eliminar{
  cursor:pointer;
}

#wbdPag table tbody td button{
    width: 100%;
    font-size: 1em;
    font-family: sans-serif;
}

#wbdPag table tbody tr.hecho *:not(button){
  color:#0000006b;
  text-decoration:line-through;
}
#wbdPag table thead tr *{
  background-color: #0e727e;}

#wbdPag table tbody tr *:not(button){
  background-color: #16b3ae73;}

@page {
  size: landscape;
  margin:0;
  /* margin:50%; */
}

@media print {
  body{
     -webkit-print-color-adjust: exact;
  }
  .noprint {
    visibility: hidden;
    display: none;
  }
  .pagina{
    width:100%;
    padding:0;
  }
  aside{
    visibility:hidden;
  }
  #asignacionesPag{
    margin: 3% 3%;
  }
}
/* #00948f */