:root {
    --main-color: rgb(38, 81, 36);
    --secondary-color: rgb(76, 175, 80);
    --button-color: rgb(150, 80, 150);
    --button-active-color: rgb(180, 150, 180);
    --light-text-color: white;
    --dark-text-color: #333;
}
html {
    font-size: 10px;
}
body {
    font-size: calc(1em + 1vw);
}
h3 {
    font-size: 1.8em;
}
.nav.nav-tabs {
    margin-top: 60px;
}
.nav.nav-tabs > li {
    float:right;
}
.nav.nav-tabs > li a {
    font-size: 1.8em;
    padding: 1rem 2rem;
    text-align: center;
    color: var(--light-text-color);
    background-color: var(--button-active-color);
}
.nav.nav-tabs > li.active a {
    background-color: var(--button-color);
    color: var(--light-text-color);
}
.ui-autocomplete {
    background-color: whitesmoke;
}
.sidebar{margin-bottom: 65px;} .navbar-inverse {
    background-color: var(--main-color);
    border-color: var(--main-color);
}
row.placeholders {
    border-bottom: 1px solid #eee;
    margin-left: 5px;
    margin-right: 5px;
}
.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #eee;
}
input.btn {
    margin-top: 10px;
    margin-bottom: 10px; 
}
.span.ui-helper-hidden-accessible {
    display: none;
}
.loader{
    position: absolute;
    width: 100%;
    height: 500%;
    background-color: #030303;
    opacity: 0.5;
    z-index: 1;
    top: 0;
}
/* INICIO */
.button {
  padding: 15px 25px;
  font-size: 2.4em;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
  display: table;
  margin: 0px auto 15px auto;

}
.button:hover {background-color: #3e8e41}
.button:active {
  background-color: #265124;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
#chartTitle {
    border-top:1px dashed;
    margin: 20px auto 0px auto;
    padding-top:15px;
}
#piechart {
    margin: 0px auto 20px auto;
    border-bottom:1px dashed;
    padding-bottom:15px;
    height: 300px;
}

.list_btn {
    padding: 0.5em 1em;
    font-size: 1.2em;
}
.pagination {
    margin: 1em 0 3em;
    position:relative;
    width:100%;
}
.pagination .current {
    font-size: 1.4em;
}
/* LISTA A COBRAR */
#filtros_board {
    border-bottom: 1px solid #eee;
    display: table;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.letter_btn, .list_filter, .list_btn {
    color: white;
    background-color: var(--button-color);
    border: 1px solid var(--button-color);
    border-radius: 5px;
}
.list_filter {
    font-size: 0.8em;
    float:right;
    padding: 8px;
    margin-top: -8px;
}
.letter_btn.using, .using.list_filter {
    background-color: var(--button-active-color);
    box-shadow: var(--button-color) 0px 0px 5px 2px;
}
.letter_btn {
    font-size: 1.2em;
    float:left;
    width: 4em;
    height: 3em;
    padding: 0.8em 0px;
    margin: 0px 0.3em 0.3em 0px;
}
#cobrarTab table.fixed_header th {
    padding: 1em;
    border-bottom: 1px solid #ddd;
    background-color: var(--button-color);
    color: var(--light-text-color);
}
#cobrarTab table .numero, #cobrarTab table .cobrar {
    width: 20%;
}
#cobrarTab table .nombre {
    width: 60%;
}
#cobrarTab .table_wrapper {
    height: 100vh;
    position:relative;
    overflow-y: auto;
}
#cobrarTab table img {
    width: 3em;
}