.btn-success {
    color:white;
    background-color: #5bae32;
}

.btn-primary {
    color:white;
    background-color: #3296E4;
}

.btn-secondary {
    color:white;
    background-color: #676767;
}


.btn-danger {
    color:white;
    background-color: #9B0707;
}

.btn-light {
    color:#333333;
    background-color: #E5E5E5;
}

.btn-dark {
    color:white;
    background-color: #333333;
}

.btn-tiny {
    padding: 0rem 0.5rem;
    font-size:12px;
}

.btn-sm {
    padding: 0.2rem 0.5rem;
    font-size:13px;
}



table.table {
    border-collapse: collapse;
}



table.table td,  table.table th, .card-header {
    font-size: 13px;
    line-height: 15px;
}

table.table .thead-light th {
    background-color: #DEDEDE;
}

h1 {
    font-size:24px;
}

h2 {
    font-size:14px;
    text-transform: uppercase;
}

h3 {
    font-size:18px;
    font-weight: bold;
}

h4 {
    font-size:13px;
    font-weight: bold;

}

p {
    font-size: 16px;
}

.smaller-text {
    font-size:13px;
}



.card.bg-light .card-header {
    background-color: #DEDEDE !important;
    font-weight: bold;
    padding-left: 0.7rem;
}

.card.bg-light .card-body {
    background-color: #FFFFFF !important;
    padding-left: 0.7rem;
}

.box.bg-light  {
    background-color: #DEDEDE !important;
}

.bg-light {
    background-color: #EEEEEE !important;
}

.custom-control-label::after {
    background: no-repeat 60%/60% 60%;

}

.bold-label {
    font-weight: bold;
}

label {
    color:black;
}

.big-number {
    max-width:75px;
    min-width:75px;
    width:75px;
}

.small-number {
    max-width:50px;
    min-width:50px;
    width:50px;
}

.table-min-padding td {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: .25rem;
    padding-right: .25rem;
}

.table-min-padding input {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .25rem;
    padding-right: .25rem;
}

.table .skinny-col {
    text-align: center;
    max-width:80px;
    min-width:30px;
    padding-left:5px;
    padding-right:5px;
}


.table-charges td {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: .15rem;
    padding-right: .15rem;
}

.table-charges input {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .25rem;
    padding-right: .25rem;
}

.table-charges textarea {
    min-width:200px;
}


.text-danger {
    color: #9B0707 !important;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90px; /* Set the fixed height of the footer here */
    line-height: 90px; /* Vertically center the text there */
    background-color: #DEDEDE;
    z-index: 20;
}

.footer-margin {
    padding-bottom: 120px;
}

.table-valign-bottom td {
    vertical-align: bottom !important;
}

.cursor-pointer{
    cursor: pointer;
}
