
#titulo_principal{
  width:100%;
  background-color: #A4A4A4;
  color: white;
  float: left;
  padding: 10px;
  margin-bottom: 10px;
  }
#nombreEmpresa{
  font-weight: bold;
}
#subtitulo{
  width:100%;
  background-color: #F6D8CE;
  color: black;
  float: left;
}
#menu_lateral{
  width: 10%;
  float: left;
}
.row{
  margin-right: 0;
  margin-left: 0;
}
h6{
  padding: 5px;
}
li{
  width: 100%;
}
.menu{
  background-color: #A4A4A4;
  color: white;
}
.menuLink{
  color:#A4A4A4;
}

.menuLink:hover{
  color:#A4A4A4;
}

#titulo{
  margin-left: 11%;
}
#content_page_28{
  color:#A4A4A4;
}
#menuTable{
  background-color: lightgrey;
  padding: 5px;
  margin-bottom: 17px;
}
#menuTable a{
  color: white;
}
#menuTable a:hover{
  color: white;
}
#headMisEmpresas{
  margin-top: 14px;
}
#containerNotificaciones{
  width: 100%;
}

.table-borderless td,
.table-borderless th {
    border: 0;
}

#SeleccionarImagen{
  background: white;
}

table{
}

table a{
  color: grey;
}
table a:hover{
  color: grey;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;

}
.table caption+thead tr:first-child td, .table caption+thead tr:first-child th, .table colgroup+thead tr:first-child td, .table colgroup+thead tr:first-child th, .table thead:first-child tr:first-child td, .table thead:first-child tr:first-child th {
    border-top: 0;
        padding:1em;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
      
}
.table td, .table th {
    vertical-align: middle;
      font-size: 13px;
}
.table td, .table th {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    border-top: 1px solid #ddd;
    
}
 .table thead tr th {
    background-color: #f0f0f0;
   
    font-weight: 400;
    padding-right: 20px;
     vertical-align: middle;
}

.table td, .table th {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    border-top: 1px solid #ddd;
     padding:1em;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
}

 .btn{
     border: 1px solid black;
     padding:0.5em;
     color:black;
     height:3em;
     width:12em;
     font-size:1em;
     background-color:white;
     border-radius: 50px;
      transition: 0.3s;
  }
  .btn:hover{
color:white;
background-color:black;
}
.tr-hover{
  transition:0.2s;
}
.tr-hover:hover{
  background-color: #f0f0f0;
   
}
.badge-success {
    background-color: #89cf55;
}
.badge-insuccess {
    background-color: #e6a61f;;
}
.badge-caducado {
    background-color: #cc0000;;
}
.badge-lolailo {
    background-color: #00b6ff;;
}
.badge {
    font-family: Comfortaa,Raleway,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 16px;
    -webkit-border-radius: 15px 15px 15px 0;
    -moz-border-radius: 15px 15px 15px 0;
    border-radius: 15px 15px 15px 0;
    padding: 7px 9px 6px;
    text-shadow: rgba(0,0,0,.2) 1px 1px 0!important;
    text-rendering: auto;
}
.titol{
  color: #8b4955;
}
#tableMisEmpresas_wrapper{
  width:100%;
}

table.dataTable.no-footer{
  border-bottom: 0px; 
}


#aaa{
     border: 1px solid black;
     padding:0.5em;
     color:#fff;
     height:3em;
     width: 7em;
     font-size: 10px;
     background-color:#6c757d;
     border-radius: 50px;
     transition: 0.3s;
     opacity: 0.65;
}
#aaa:hover{
color:white;
background-color:black;
}
#btn{
     border: 1px solid black;
     padding:0.5em;
     color:black;
     height:3em;
     width: 7em;
     font-size: 10px;
     background-color:white;
     border-radius: 50px;
     transition: 0.3s;
}

#btn:hover{
color:white;
background-color:black;
}