/*
 * UTILITY CLASSES
 */

.pointer {
    cursor: pointer !important;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.bold {
    font-weight: bold;
}
.big {
    font-size: 18px;
}
.bigger {
    font-size: 20px;
}
.uppercase {
    text-transform: uppercase;
}
.no-uppercase {
    text-transform: none;
}
.small {
    font-size: 14px;
}
.smaller {
    font-size: 12px;
}
.nowrap {
    white-space: nowrap;
}
.nobgcolor {
    background-color: transparent !important;
}
.nomargin {
    margin: 0 !important;
}
.nopadding {
    padding: 0 !important;
}
.nopadding-right {
    padding-right: 0 !important;
}
.nopadding-left {
    padding-left: 0 !important;
}
.uppercase {
    text-transform: uppercase;
}
.topmargin {
    margin-top: 1rem;
}
.bottommargin {
    margin-bottom: 1rem;
}
a.nounderline {
    text-decoration: none !important;
}
a.nounderline:hover, a.nounderline:active {
    text-decoration: underline !important;
}

.hrthick {
    height: 0.25em;
}

.flashmessage {
    color: white;
    background-color: #007580;
    font-weight: bold;
    text-align: center;

    padding: 1em;
    margin: 1em;

    display: block;
}
.flashmessage a {
    color: white;
    text-decoration: underline;
}

.color-white {
    color: white !important;
}
.color-black {
    color: #212529 !important;
}

.color-primary {
    color: #007580 !important;
}
.border-primary {
    border-color: #007580 !important;
}
.bg-primary {
    background-color: #007580 !important;
}

.color-secondary {
    color: #B35D23 !important;
}
.border-secondary {
    border-color: #B35D23 !important;
}
.bg-secondary {
    background-color: #B35D23 !important;
}

.color-altcolor2 {
    color: #872A8D !important;
}
.border-altcolor2 {
    color: #872A8D !important;
}
.bg-altcolor2 {
    background-color: #872A8D !important;
}

span.color-swatch {
    width: 1em;
    height: 1em;
    border: 1px solid #000000;
    display: inline-block;
}
.color-swatch-draft {
    background-color: #C7EBF3;
}
.color-swatch-review {
    background-color: #64C8CC;
}
.color-swatch-submit {
    background-color: #00A5A5;
}
.color-swatch-approve {
    background-color: #115B6F;
}


.center input[type="text"], .center input[type="password"], .center input[type="email"], .center select {
    text-align: center;
    text-align-last: center;
}

div.container-justified {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    max-width:600px;
    flex-direction: column;
}

.lh-2 {
    line-height: 2;
}

.leaflet-map-busy, .leaflet-map-busy path.leaflet-interactive {
    cursor: progress !important;
}

@media print {
    nav.navbar,
    div.custom-breadcrumb {
        display: none !important;
    }
    div.leaflet-container div.leaflet-control {
        display: none !important;
    }
    div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_paginate ul.pagination,
    table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before,
    table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
        display: none !important;
    }
    table.dataTable th {
        border-bottom: 0 none transparent;
    }

    .print-nobreak {
        break-inside: avoid;
    }
    .noprint {
        display: none !important;
    }
}
