body {
    background-color: #f7fdf7;
    padding: 0;
    font-family: 'Kalam', cursive;
    font-weight: 400;
    font-size: 12pt;
    overflow-x: hidden;
}

.container-fluid {
    padding: 0px 10px;
}

.chart-title {
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-size: 22pt;
}

.add-margin {
    margin: 0 10px 0 10px;
}

.btn-addTally {
    margin-top: 1px;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #5cb85c;
    border: 0;
    width: 100%;
    min-width: 60px;
    height: 80px;
    font-size: 2em;
    padding: 17px 0;
}

.btn-addTally:hover,
.btn-addTally:focus,
.btn-addTally:active,
.btn-addTally.active {
    color: #fff;
    background-color: #449d44;
}

.a-bit-bigger {
    font-size: 14pt;
}

#helpButton {
    font-family: 'Arial';
    font-weight: 700;
    font-size: 16pt;
    top: -1px;
}

.navbar-default,
.panel-default > .panel-heading,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f7f6f0;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color:#333;
}

input[type="file"] {
    padding-top: 4px;
}

.navbar-default .navbar-nav > li > a,
a {
    color: #428bca;
    cursor: pointer;
}

.brand-image {
    position: relative;
    width: 22px;
    top: -2px;
}

.navbar-brand {
    height: 40px;
    padding: 11px 15px 9px 15px;
}

.navbar-default .navbar-nav > li > a {
    padding: 2px 2px 2px 15px;
}

.navbar-nav.navbar-right:last-child {
    margin: 8px 0 0 0;
}

.navbar-toggle {
    margin: 4px 0 0 0;
    border: 0;
}

a:hover,
a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #3071a9;
    text-decoration: none;
    background-color: transparent;
}

.line-size {
    height: 80px;
    font-size: 14pt;
}

.limited-line-size {
    margin-top: -2px;
    height: 50px;
    max-height: 50px;
    overflow: hidden;
}

.navbar {
    min-height: 40px;
}

.btn-default {
    font-weight: 400;
    font-size: 12pt;
    border: 0;
    background-color: transparent;
}

.navbar-brand,
.modal-title {
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-weight: 700;
    font-size: 16pt;
}

.avatar-size {
    max-height: 80px;
    max-width: 80px;
}

.little-size {
    width:20px;
}

.default-avatar {
    top: 15px;
    width: 60px;
    height: 60px;
    font-size: 3.4em;
    color: #333;
}

.footer {
    bottom: 0;
    padding: 15px;
    text-align: center;
}

.btn-nomargin {
    padding: 0px 0px;
}

#spinner {
    position: fixed;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    background:rgba(46, 51, 56, 0.7);
    top:0;
    left:0;
}

.spinner {
    display:flex;
    margin:0 auto;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 1px;
}
