
table thead{
  background-color: #BDC3C7;
}
.nav li a:focus{
  background-color: #D5F5E3;
}
.nav li:active{
  background-color: #D5F5E3;
}

.filas{
    background-color: #E5E7E9;
}
.nav li a{
    color: gray;
}
.nav li a:hover{
    color: gray;
}
hr{
	width: 80%;
}

.divTabla{
  overflow:auto;
     height:350px;
     width:95%;
 }

.btnPrincipal{
  background-color: transparent;
  text-align: right;
  border: none;
  padding:15px;
  color: #F2F2F2;
  border-left: solid 3px white;
  border-radius: 2px;
}

.btnPrincipal:hover{
  background-color: rgba(0,0,0,.3);
  border: none;
  width: 200px;
}
.btnPrincipal:focus{
  background-color: rgba(0,0,0,.3);
  border: none;
  width: 200px;
}

.msjValidate{
  color: red;
  display: none;
}
.hide{
  display: none;
}
#contentPrincipal{
  background-color: white;
}

.validateMsj{
  color: red;
  font-size: 12px; 
  display: none;
}
.inputError{
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.inputError:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.inputSucces{
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.inputSucces:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.botonFlotante{
  color: white;
  overflow: hidden;
  width: 170px;
  height: 45px;
  position: relative;
  border-style:none;
  z-index: 80;
  left: 97%;
  top: 10px;
  display: block;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.acceso{
  top: -5px;
}

.botonFlotante:hover{
  webkit-transform: translate(-120px, 0px);
  -moz-transform: translate(-120px, 0px);
  -o-transform: translate(-120px, 0px);
  -ms-transform: translate(-120px, 0px);
  transform: translate(-120px, 0px);
}

.wrapper{
  overflow: hidden;
}

.scrollTable{
  overflow:auto;
     height:350px;
     width:95%;
 }

 .scroll{
  overflow:auto;
     height:450px;
     width:95%;
 }
 .blue{
  color: #58ACFA;
 }
 .gray{

 }
 .white{
  color: white;
 }
 .green{
  color: #00A8AD;
 }
 .red{
  color: red;
 }
 .greenMenu{
  background-color: #C4E1E1;
 }
 .bckWhite{
  background-color: white;
 }
 .cant{
  color: gray;
  text-align: center;  
 }
 .cant h1{
  color: black; 
  font-size: 40px; 
 }
  .gradiente{
    background: rgba(169,171,174,1);
    background: -moz-linear-gradient(top, rgba(169,171,174,1) 0%, rgba(169,171,174,1) 13%, rgba(44,44,44,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(169,171,174,1)), color-stop(13%, rgba(169,171,174,1)), color-stop(100%, rgba(44,44,44,1)));
    background: -webkit-linear-gradient(top, rgba(169,171,174,1) 0%, rgba(169,171,174,1) 13%, rgba(44,44,44,1) 100%);
    background: -o-linear-gradient(top, rgba(169,171,174,1) 0%, rgba(169,171,174,1) 13%, rgba(44,44,44,1) 100%);
    background: -ms-linear-gradient(top, rgba(169,171,174,1) 0%, rgba(169,171,174,1) 13%, rgba(44,44,44,1) 100%);
    background: linear-gradient(to bottom, rgba(169,171,174,1) 0%, rgba(169,171,174,1) 13%, rgba(44,44,44,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9abae', endColorstr='#2c2c2c', GradientType=0 );
  }
  #personal {
    min-height: auto;
    min-width: auto;
    padding: 30px;
    background: url("../images/personal.png");
  }
  #personal:hover {
      background: url("../images/personal-hover.png");
  }
  #sedes {
    min-height: auto;
    min-width: auto;
    padding: 30px;
    background: url("../images/sedes.png");
  }
  #sedes:hover {
      background: url("../images/sedes-hover.png");
  }
  #clients {
    min-height: auto;
    min-width: auto;
    padding: 30px;
    background: url("../images/clients.png");
  }
  #clients:hover {
      background: url("../images/clients-hover.png");
  }
  #credits {
    min-height: auto;
    min-width: auto;
    padding: 30px;
    background: url("../images/credit.png");
  }
  #credits:hover {
      background: url("../images/credit-hover.png");
  }
  #reports {
    min-height: auto;
    min-width: auto;
    padding: 30px;
    background: url("../images/reports.png");
  }
  #reports:hover {
      background: url("../images/reports-hover.png");
  }
  #investors {
    min-height: auto;
    min-width: auto;
    padding: 30px;
    background: url("../images/ingreso normal.png");
  }
  #investors:hover {
      background: url("../images/ingreso hover.png");
  }
  #expenses {
    min-height: auto;
    min-width: auto;
    padding: 30px;
    background: url("../images/expenses.png");
  }
  #expenses:hover {
      background: url("../images/expenses-hover.png");
  }
  .btnSuccess{
    background-color: #00A8AD;
    color: white;
  }
  .btnSuccess:hover{
    background-color: #00A8AD;
    color: white;
  }
  label{
    color: #00A8AD;
    font-family: "Champagne & Limousine";
  }
  .text{
    font-family: "Champagne & Limousine";
  }
  input{
    background-color: gray;
  }
  .glyphicon {
    font-size:17px;
  }
  .input-group{
    padding-top: 10px;
    padding-left: 5px;
  }
  .paddingDiv{
    padding: 2px;
  }
  .alignRight{
    text-align: right;
  }