﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.card {
    border: none;
}
.h3, .h4, .h5, .h6{
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
}

.h1, .h2{
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
}

.h5d {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #080808;
}

.striped-table {
    border-collapse: collapse;
    width: 100%;
    background-color: #cdcdcd;
}

    .striped-table th {
        border: 1px solid #ddd;
        padding: 8px;
        color: #000000;
        font-size:large;
        font-weight:bold;
        background-color:#ffce75;
    }

    .striped-table td {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .striped-table tbody tr:nth-child(odd) {
        background-color: #cfcfcf; /* lighter */
        color: #000000;
    }

    .striped-table tbody tr:nth-child(even) {
        background-color: #efefef; /* darker */
        color: #000000;
    }

.form-check-input[type=checkbox] {
    border-radius: 0.75em;
}

form, #editor-container {
    width: 100%;
}


 


