* {
  padding: 0px;
  margin: 0px;
  font-family: 'Titillium Web', sans-serif;
  /*box-sizing: border-box;*/
}

.todo{
  display: flex;
  flex-wrap: nowrap;
  background-color:#37474F; 
}

/***background color of the page***/
.panelD{
  width: 100%;
  overflow:auto;
  max-height: 100vh;
  z-index: 11;
  background-color:#fefefe;
}

/****HEADER****/
 header {
  height: 180px!important;
  width: 100%;
  border-bottom: solid 1px #d1d1d1;
  background-color: rgb(106,116,125);
  position: sticky;
  top: 0px;
  box-shadow: 1px 2px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  z-index: 11;
  display: block;
  color: #F5F5F5;
}

header img{
  max-height: 30px;
  float: right;
  width: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-right: 10px;
}

header img:hover{
  cursor: pointer;
}

/*******SEARCH PANEL & FILTERS*********/
.searchBox{
  height: 200px;
  width: 80%;
  background-color: #FFFFFF;
  margin:35px 56px 30px 110px;
}

.searchBox input{
  font-family: 'Titillium Web';
  color: #000000;
  border:none;
  border-bottom:2px solid red;
  width: 55%;
  padding: 10px;
}

/****FOOTER****/
.footer {
  height: 300px;
  width: 100%;
  background-color: #FFFFFF;
  /*position: sticky;*/
  z-index: 1;
}

.foobr{
  padding: 75px;
}

.foop{
  padding: 25px;
}

.fooimg{  /****FOOTER IMAGES****/
  display: inline-block;
  padding:8%;
}

.form{
	margin:5px;
    display:flex; 
    justify-content:center;
    /*flex-direction:column;*/  
}

/****SIDEBAR****/
.sidebar {
    position: absolute;
    height: 77%;
    width: 0;
    top: 9;
    left: 0;
    z-index: 1;
    background-color: #9A9FA3;
    overflow-x: hidden;
    transition: 0.4s;
    padding: 1rem 0;
    box-sizing:border-box;
    color:#f5f5f5;
}
.sidebar .boton-cerrar {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 2rem;
    display: block;
    padding: 0;
    line-height: 1.5rem;
    margin: 0;
    height: 32px;
    width: 32px;
    text-align: center;
    vertical-align: top;
    color:#ff0000;
}

.sidebar a {
    display: block;
    font-size: 120%;
    color: #eee;
    text-decoration: none;
    
}

.sidebar

.abrir-cerrar {
    color: #2E88C7;
    font-size:1rem;   
}

#abrir {}

#cerrar {
    display:none;
}

/****REVISTA CARD****/
.card {
  width: 260px;
  padding: 30px;
  float:left;
  margin:35px 56px 30px 10px;
}

.card .menu-content::after {
  clear: both;
}

/*.card .menu-content li {
  display: inline-block;
}*/

.card .menu-content a {
  color: #fff;
}

.card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Titillium Web';
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.card .wrapper {
  background-color: #fff;
  min-height: 380px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3), 0 10px 7px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}

.card .author {
  font-size: 12px;
  margin-left: 35px;
  text-align:left;
}

.card .title {
  margin-top: 10px;
  margin-left: 50px;
  margin-right: 10px;
  text-align:left;
  text-align:justify;
}

.card .text {
  height: 20px;
  margin-left: 30px;
}

.contentcard .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}

.contentcard .title a {
  color: gray;
}

.contentcard .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}

.contentcard .menu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}

.contentcard .menu-button span::after, .contentcard .menu-button span::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}

.contentcard .menu-button span::before {
  left: -10px;
}

.contentcard .menu-button span::after {
  right: -10px;
}

.contentcard .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.contentcard .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
}

.contentcard .menu-content span {
  top: -10px;
}

.contentcard img{
  width: 100%;  
  height: 100%;  
  object-fit: cover;
}

.contentcard .ico{
  width: 10%;  
  height: 10%;  
  margin-left:80px;
}

.contentcard .thumb{
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: -30px;
  top: -45px;
}

.contentcard .author{
  border-radius:50%;
}

/****<p>****/
.parrafo{
  font-weight: bold;
  font-size:1em;
  margin-right: 15px;
  text-align: right;
  padding: 8px;
  justify-content: right;
}

/*.flecha{
  float: right;
  transition: all 0.3s;
}

.todo nav :hover .flecha{
  transform: rotate(90deg);
  color: #F5F5F5;
}*/

/*********TABLE************/
  table {
    width: 80%;
    border-collapse: collapse;
    margin:auto;
  }

  .cage {
    display: flex;
    align-items: center;
  }

  .img-box {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
  }

  .img-box img {
    width: 100%;
  }

  .text-box {
    flex-grow: 1;
    padding-left: 10px;
  }
  
  .text-box h4 {
    margin: 0;
    font-weight: 500;
  }

  .text-box h5 {
    margin: 0;
    font-weight: normal;
  }

  tr th {
    text-align: center;
    border-bottom: solid 2px;
    padding: 10px;
  }

  tr th.number {
    text-align: center;
  }

  tbody tr td[title="status"] > * {
    width: 14px;
    height: auto;
  }

  tbody tr td {
    padding: 10px;
    border-bottom: solid 1px #d6d6d6;
    text-align: center;
  }

/****RESPONSIVE MEDIA QUERIES****/
@media (max-width: 425px) {
  
  /*.todo nav ul li{
    font-size: 0.7em;
    font-weight: 300;
    margin-left: 2px;
    padding: 10px;
  }*/
	
  .nav .close {
	top: 50;
	right: 30px;
	margin-left: 10px;
	font-size: 20px;
	color:red;
  }

  .fooimg{
    margin-left: 2px;
    padding: 3px;
  }
  
  .searchBox{
    height: 200px;
    width: 80%;
    background-color: #FFFFFF;
    margin:35px 56px 30px 10px;
  }

  .searchBox input{
	font-family: 'Titillium Web';
	color: #000000;
	border:none;
	border-bottom:2px solid red;
	width: 55%;
	padding: 10px;
  }

  .card .wrapper {
	background-color: #fff;
	min-height: 380px;
	position: relative;
	overflow: hidden;
	margin-left: 0px; 
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
  }

  .card .author {
    font-size: 12px;
    margin-left: 20px;
    text-align:left;
  }

  .card .title {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 10px;
    text-align:left;
  }

  .card .text {
    height: 20px;
    margin-left: 20px;
  }

  .contentcard .thumb{
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 80px;
    top: -45px;
  }
  
  /**TABLE**/
  table {
  }

  thead {
    display: none;
  }

  tbody tr {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    background-color: #fbfbfb;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
  }

  tbody tr td {
    padding: 10px;
    border-bottom: none;
  }

  tbody tr td[title="status"] > * {
    display: none;
  }

  tbody tr td[title="status"] {
    background-color: red;
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
  }

  tbody tr td[title="status"].active {
    background-color: #2dc75f;
  }

  tbody tr td[title="id"] {
    width: 40px;
    font-size: 20px;
    color: #bebfc7;
  }

  tbody tr td[title="name"] {
    width: calc(100% - 40px);
  }

  tbody tr td[title="reports"],
  tbody tr td[title="companies"],
  tbody tr td[title="last-reports"] {
    width: calc(33.33%);
    /*background-color: #E7E8ED;*/
  }
  
  tbody tr td[title="last-reports"] span {
    justify-content: flex-end;
  }
  
  tbody tr td span {
    display: flex;
    font-size: 11px;
  }

  tbody tr td[title="reports"] span::before,
  tbody tr td[title="companies"] span::before {
    content: attr(title);
    margin-right: 10px;
  }  

}