html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
   
    margin-bottom: 60px;
    font-family: arial,helvetica,sans-serif;
}

.body-wrapper {
    margin-left: 2%;
    margin-right: 2%;
}

.customMaxWidth {
    max-width: 1000px;
}
.app-dir-input {
    color: #212529;
    background-color: #FDFFD9;
    padding: .15rem .5rem;
    height: 32px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: .18rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.col-form-label {
    margin-right: 10px;
    width: 150px;
}

.large-control {
    width: 350px;
}

.section-header {
    color: #012b58;
    font-weight: bold;
    background-color: #CCD6DE;
}

.tabulator {
    border: 1px solid #f9f8f8;
    background-color: #fdfdfd;
}

    .tabulator .tabulator-header .tabulator-col {
        color: #012B58;
        background-color: #A6BCD3;
        font-size: 12px;
        text-decoration: underline;
    }

.tabulator-col-group {
    background: white !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

.tabulator-row.tabulator-row-even {
    background: #CCD6DE;
}

.tabulator-paginator {
    text-align: center !important;
    color: #012B58;
}

.tabulator .tabulator-footer {
    background-color: #E5EAEF;
}

.wrappedText {
    white-space: pre-line;
    word-wrap: break-word;
}