html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn-submit { /* nothing here. i just need these here for autocomplete */
}

.validate { /* nothing here. i just need these here for autocomplete*/
}

.error_span { /* same */
}

.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;
}

td {
    vertical-align: middle;
}

.border-left {
    border-left: 1px solid black
}

.border-bottom-black {
    border-bottom: 1px solid black
}

.group-selected {
    background-color: #FFF2CC;
}

.company-selected {
    background-color: #FFF2CC;
}

.template-selected {
    background-color: #FFF2CC !important;
}

.user-selected {
    background-color: #FFF2CC !important;
}

.topic-selected {
    background-color: #FFF2CC;
}

.indicator-selected {
    background-color: #FFF2CC;
}

.sub-indicator-selected {
    background-color: #FFF2CC;
}

.project-selected {
    background-color: #FFF2CC;
}

.proj-selected {
    background-color: #FFF2CC;
}

.full-height {
    height: 100vh;
}

.pointer {
    cursor: pointer;
}

.light-green {
    background-color: #aaf0bc;
}

.custom-header {
    padding-left: 5rem;
    padding-top: 2rem;
}

.custom-box {
    padding-left: 5rem;
    margin-top: 40px;
    padding-right: 5rem;
}

.property-row {
    padding-top: 40px;
    justify-content: space-between;
}

.min-width-100 {
    min-width: 100px;
}

.custom-buttons {
    padding-top: 100px;
    justify-content: space-between;
}

.max-width-40 {
    max-width: 40px;
}

.border-right {
    border-right: 1px solid black;
}

.border-left {
    border-left: 1px solid black;
}

.table-header {
    height: 80px;
}

thead tr {
    vertical-align: middle;
}

.cancel-button {
    border: 1px solid #5e6660;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .cancel-button:hover {
        color: #fff;
        background-color: #464747;
        border-color: #464747;
    }

.save-button {
    border: 1px solid #34c95a;
    background-color: #34c95a;
}

    .save-button:hover {
        color: #fff;
        background-color: #1f8037;
        border-color: #1f8037;
    }

.p-right-20 {
    padding-right: 20px;
}

.width-50 {
    width: 50% !important;
}

.ts-wrapper .option .title {
    display: block;
}

.ts-wrapper .option .url {
    font-size: 12px;
    display: block;
    color: #a0a0a0;
}

.textarea-default {
    min-height: 100px !important;
    width: 100% !important;
}

.property-row-stacked {
    justify-content: center;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

::-webkit-resizer {
    display: flex;
    align-items: center;
    width: 0;
    height: 0;
    margin: 5px;
    border-left: 16px solid transparent;
    border-bottom: 25px solid #F10C0C;
}

.tooltip-primary:hover .tooltip {
    visibility: visible;
    background-color: darkgray;
    opacity: 1;
}

.tooltip-primary {
    position: relative;
    display: inline-block;
}

    .tooltip-primary span {
        position: absolute;
        border-radius: 6px;
        padding: 5px 0;
        top: -20px;
        right: 0;
    }

.tooltip {
    z-index: 1000 !important;
}

.border-red {
    border-color: red !important;
}

/*dont delete this*/
input:-webkit-autofill {
    -webkit-background-clip: text;
}


.box {
    border: 1px solid grey;
    border-radius: 10px 10px 10px 10px;
    padding: 5px;
    margin: 12px;
    box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.1);
}

.nav-active {
    background-color: #aaf0bc;
}

.hoverable {
    cursor: pointer;
}
