body {
  background-color: #f2f2f2;
  margin: 0px;
  padding: 0px;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.Bg-admin {
  background-image: -webkit-linear-gradient(top left, #077c71 20%, #1cedd9 100%);
  background-image: -moz-linear-gradient(top left, #077c71 20%, #1cedd9 100%);
  background-image: -o-linear-gradient(top left, #077c71 20%, #1cedd9 100%);
  background-image: -ms-linear-gradient(top left, #077c71 20%, #1cedd9 100%);
  background-image: linear-gradient(to bottom right, #077c71 20%, #1cedd9 100%);
}
.Conten-logo {
  padding: 0px 20px;
}
.Conten-logo a {
  font-size: 20px !important;
}
.Cerrar-ses {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
}
.Contenedor-g {
  width: 100%;
  padding-top: 100px;
}
.Contenedor-g-int {
  padding: 20px;
  background-color: #fff;
  position: relative;
  max-width: 1280px;
  margin: 0px auto;
  border-radius: 5px;
  height: calc(100vh - 120px);
}
.Contenedor-bloque {
  width: 100%;
  position: relative;
  border-radius: 3px;
  margin: 20px 0px;
  background-color: #f9f9f9;
  padding: 0px;
  border: 1px solid #ddd;
}
.Contenedor-bloque-sec {
  padding: 10px 10px;
  border-bottom: 1px solid #ddd;
}
.Contenedor-bloque-sec:last-child {
  border-bottom: 0px solid;
}
.Contenedor-bloque-sec-int {
  padding: 10px;
}
.Conten-cerrar-act {
  width: 100%;
  padding: 10px 10px;
  text-align: center;
}
.Conten-table {
  width: 100%;
}
.Conten-table thead tr th {
  background-color: #adc;
}
.Color-checkuser {
  color: #999;
}
.Porcen-gra {
  font-size: 18px;
  font-weight: 900;
}
.C-divi-uno {
  width: 100%;
}
.C-divi-dos {
  width: 50%;
}
.C-divi-tres {
  width: 33%;
}
.Flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.Subti-blo {
  color: #797979;
  font-weight: 600 !important;
}
.Label-verde {
  background-color: #e8f5e9;
  border-radius: 3px;
  padding: 5px 10px;
  color: #4caf50;
  font-size: 14px;
}
.Label-rojo {
  background-color: #ffdfdf;
  border-radius: 3px;
  padding: 5px 10px;
  color: #af4c4c;
  font-size: 14px;
}
.Label-amarillo {
  background-color: #faf2b6;
  border-radius: 3px;
  padding: 5px 10px;
  color: #af8d4c;
  font-size: 14px;
}
.Lista-fechas {
  line-height: 28px;
}
.Lista-documentos {
  line-height: 48px;
}
.Fecha-detalle {
  display: block;
  text-align: right;
}
.Titulo-principal {
  font-size: 20px;
  margin: 0px;
}
.Titulo-act {
  text-transform: uppercase;
  color: #14b297;
  font-size: 16px;
  font-weight: 800 !important;
}
.Oculto {
  display: none;
}
.Mayus {
  text-transform: uppercase;
}
.Conten-detalle {
  padding-right: 20px;
  text-align: justify;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding: 20px 20px;
}
.Conten-detalle:last-child {
  border: 0px solid;
}
.Conten-login {
  width: 100%;
  display: table;
  position: relative;
  height: 100vh;
}
.Conten-login-int {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-align: center;
}
.C-negro {
  color: #000 !important;
}
.Conten-login-form {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.188);
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.188);
  width: 350px;
  margin: 0px auto;
  padding: 30px 40px;
  border-radius: 10px;
}
.Content-tableestado table tr td {
  padding: 2px 5px;
}
.Contenedor-btn-crear {
  text-align: right;
}
.Contenedor-actividad-form {
  width: 100%;
  padding: 20px;
}
.Conten-documentos {
  width: 100%;
}
.Content-tableestado {
  width: 100%;
  position: relative;
}
.Texto-comun {
  font-size: 12px;
  color: #333;
}
.Text-align-rigth {
  text-align: right;
}
.Text-total-cancelado {
  font-size: 18px;
}
.T-left {
  text-align: left;
}
.Top-table-estado {
  position: sticky;
  top: 64px;
  background-color: #adc;
}
.Nowrap-adaptable {
  white-space: nowrap;
}
.Texto-costo {
  display: block;
  font-size: 11px;
  font-weight: 600;
}
.Icon-estado i {
  margin-right: 20px;
}
.Conten-table tbody tr td,
.Conten-table thead tr th {
  z-index: 300;
}
@media screen and (max-width: 1024px) {
  .Flex {
    display: block;
  }
  .C-divi-dos {
    width: 100%;
  }
  .Conten-detalle {
    padding: 0px;
  }
  .Nowrap-adaptable {
    white-space: pre-line;
  }
}
