﻿
input {
    color: #111111 !important;
}

textarea {
    border: 1px solid #FF9F43;
    border-radius: 10px;
    padding: 10px;
}

    textarea:focus {
        outline: none !important;
        border: 1px solid #FF9F43;
        box-shadow: 0 0 10px #FF9F43;
        padding: 10px;
    }


::placeholder { /* Firefox, Chrome, Opera */
    color: #FF9F43 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FF9F43 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #FF9F43 !important;
}

.zipborder {
    border: 1px solid #FF9F43 !important;
    border-radius: 0.5rem;
}

    .zipborder .zipborder-disabled {
        border: 1px solid #aaaaaa !important;
    }



.select2-font-default, .select2-search__field {
    display: block !important;
    height: calc(0.25em + 1.4rem + 1px) !important;
    padding: 0.25rem !important;
    font-size: 0.96rem !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
}

    .select2-font-default:focus {
        border-color: #FF9F43 !important;
        outline: 0 !important;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15) !important;
    }

.animate {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 800px) {

    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .no-more-tables tr {
        border: 1px solid #ccc;
    }

    .no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        .no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        .no-more-tables td:before {
            content: attr(data-title);
        }

    .content-wrapper {
        margin-top: 40px !important;
    }
}

@media (min-width: 801px) {
    .content-wrapper {
        margin-top: 5rem !important;
    }

    .modal-block {
        width: 70rem;
        margin: 0 auto;
    }
}

.full-page {
    margin-left: -17.5rem;
    z-index: 100;
}

.full-width {
    width: 100% !important;
    border-left: 0px solid #AAAAAA !important;
}

.border-bottom-special {
    border-top: none !important;
    border-bottom: 1px solid #fc1;
}

.json-formatted {
    outline: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
}

.string {
    color: green;
}

.number {
    color: darkorange;
}

.boolean {
    color: blue;
}

.null {
    color: magenta;
}

.key {
    color: red;
}

.redClass {
    background-color: red !important;
}

.item-done {
    background-color: #daddad !important;
}

.custom-control-2 {
    margin-left: 4rem !important;
    margin-bottom: 2rem !important;
    vertical-align: top;
}
.custom-control-label-2 {
    padding-top: 1rem !important;
    font-size:medium;
}

.custom-control-label-2::before, .custom-control-label-2::after {
    width: 3rem;
    height: 3rem;
    top: 0.08rem;
    left: -5rem;

}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    content: '';
    margin-top: 5px;
    margin-left: -12px;
    border: 1px solid black;
    border-radius: 3px
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    content: '\2714';
    margin-top: -32px;
    margin-left: -12px;
    text-align: center;
    text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
    font-size: 32px;
}

.flatpickr-input{
    background-color:white !important;
}

.ph-fl-5::placeholder { /* Firefox, Chrome, Opera */
    color: #eee !important;
    font-size: 6rem;
}