html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Calibri;
}

.icons {
    font-size: 1.5em;
}

/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #070707;
    background-color: #ababab;
    border-color: #a0a0a0;
}

    .alert-primary hr {
        border-top-color: #949494;
    }

    .alert-primary .alert-link {
        color: #000000;
    }

.badge-primary {
    color: #fff;
    background-color: #454545;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        background-color: #2b2b2b;
    }

.bg-primary {
    background-color: #454545 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #2b2b2b !important;
    font-family: Rockwell;
}

.border-primary {
    border-color: #454545 !important;
}

.btn-primary {
    color: #fff;
    background-color: #454545;
    border-color: #454545;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #333333;
        border-color: #2b2b2b;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(69, 69, 69, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #454545;
        border-color: #454545;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #2b2b2b;
        border-color: #232323;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(69, 69, 69, 0.5);
        }

.btn-outline-primary {
    color: #454545;
    background-color: transparent;
    border-color: #454545;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #454545;
        border-color: #454545;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(69, 69, 69, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #454545;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #454545;
        border-color: #454545;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(69, 69, 69, 0.5);
        }

.list-group-item-primary {
    color: #070707;
    background-color: #a0a0a0;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #070707;
        background-color: #949494;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #070707;
        border-color: #070707;
    }

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #a0a0a0;
}

.table-hover .table-primary:hover {
    background-color: #949494;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #949494;
    }

.text-primary {
    color: white !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #2b2b2b !important;
}

small {
    font-size: 0.7em;
}

input[type="checkbox"] {
    width: 30px; /*Desired width*/
    height: 30px; /*Desired height*/
    cursor: pointer;
    display: flex;
    align-content:center;
}

label {
    font-size: 0.8em;
}

.headings{
    background-color:black;
    color:white;
    font-family:'Roboto';
    padding:5px;
    border-radius:4px;
    margin-bottom:5px;
}

.font-weight-bold
{
    font-weight:bolder;
}
.category {
    border-bottom:1px solid black;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}