.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
/*---------------*/
h2{
  text-shadow: 0px 0px 10px #77C131;
}
#listadoComprobantes tbody{
  font-family: Arial;
 
}
 #listadoComprobantes thead{
  background: rgba(235,233,249,1);
background: -moz-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,233,249,1)), color-stop(50%, rgba(216,208,239,1)), color-stop(51%, rgba(206,199,236,1)), color-stop(100%, rgba(193,191,234,1)));
background: -webkit-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%);
background: -o-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%);
background: -ms-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%);
background: linear-gradient(to bottom, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea', GradientType=0 );
}

thead tr th{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.centrar-texto{
  text-align: center;
}
#acciones{
  font-size: 13px;
  font-weight: bold;
}
table .glyphicon-remove{
  color: red;
}
table .glyphicon-pencil{
  color: black;
}

/*---------------*/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: 'Lato', sans-serif;
}

#btnAgregarComp, #btnPagoSocio, #btnAgregarTipCuo, #btnAgregarComprobante, #btn_borrar, #btnCargarDeuda, #dale{
  float: right;
}
#btnAgregarComp, #btnPagoSocio{
  margin-right: 5px;
}
hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

#cargarComprob{
  display: none;
}
#btnCobrar{
  font-weight: bold;
}

#paginador li a{
  text-decoration: none;
}
.user_logged{
  text-align: right;
  margin-left: -20px;
}

#tabla_pagos_por_socio thead{
  background-color: #782f40; 
}
#tabla_pagos_por_socio th a{
  text-decoration: none;
  color: #fff;
  font-size: 15px;

}
th.headerSortUp{
  background-image: url(../img/flecha-abajo.png);
  background-color: #AD7E5C;
  background-repeat: no-repeat;
  background-position: center right;
  text-align: left;
}
th.headerSortDown{
  background-image: url(../img/flecha-arriba.png);
  background-color: #AD7E5C;
  background-repeat: no-repeat;
  background-position: center right;
  text-align: left;
}
.oculto{
  display: none;
}
#btn-reporte-socio{
  float: right;
}