﻿.body, .body-admin {
    background-color: black;
    margin: 0;
    color: whitesmoke;
}
.container-admin {
    color: #E4E4E4;
    background-color: #333333;
    /* padding: 0 0 5px 0; */
    font-size: 1rem;
    margin: -1.5rem 0 -1rem 0;
    padding-bottom: 0.25rem;
}
.container-ta {
    color: #E4E4E4;
    background-color: #333333;
    padding: 0 0 5px 0;
    font-size: 17px;
    border-radius: 10px;
    padding: 5px;
}
.container-pdb {
    /* color: #E4E4E4; */
    background-color: #da710026;
    font-size: 0.9rem;
    border-radius: 4px;
    border: 1px solid #d07100;
    /* padding: 0.25rem; */
}
.darkgray-1 {
    color: #E4E4E4;
    background: #222222;
}
.darkgray-2 {
    color: #E4E4E4;
    background: #333333;
}
.darkgray-3 {
    color: #E4E4E4;
    background: #444444;
}
.lightgray-1 {
    color: #212529;
    background: #E2E2E2;
}

.lightgray-2 {
    color: #212529;
    background: #D2D2D2;
}

.lightgray-3 {
    color: #212529;
    background: #C2C2C2;
}
.btn-primary-admin {
    color: #E4E4E4;
    background: #17533D;
    border-color: #17533D;
    padding: 0.25rem 0.75rem;
    margin-top: -2px;
}
    .btn-primary-admin:hover {
        color: #E4E4E4;
        background: #134835;
        border-color: #164D39;
    }
    .btn-primary-admin.focus, .btn-primary-admin:focus {
        box-shadow: 0 0 3px .2rem #164D39;
    }
.btn-danger2 {
    background: #AB1F1F;
    border-color: #AB1F1F;
    padding: 0.25rem 0.75rem;
    margin-top: -2px;
}

    .btn-danger2:hover {
        color: #D0D0D0;
        background: #BC2F2F;
        border-color: #BC2F2F;        
    }
    .btn-danger2.focus, .btn-danger2:focus {
        box-shadow: 0 0 3px .2rem #DF9B9B !important;
    }

.conatiner-admin .table, .table-admin {
    margin-top: 1rem;
    background: #DDDDDD;
    font-size: 1rem;
}
/*.table-admin > tbody {
    vertical-align: inherit;
} */
.table-admin > :not(caption) > * > * {
    padding: 0 0;
    vertical-align: middle;
}
.container-admin .table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #555555; /*#17533D; */
}
.container-admin .table th, .container-admin .table td {
    border: 1px solid #555555;
    /*padding: 5px 10px;
    padding: 0px 0.5rem;
    vertical-align: middle;
    border-top: 0px solid #DEE2E6;
    border-radius: 10px; */
}
.container-admin .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,0.05);
}
.tdpad-1, .tdpad-1-table > :not(caption) > * > * {
    padding: 0.25rem 0.5rem !important;
}
/* Database Edit-Input text */
.inputtext-group {
    position: relative;
    margin-bottom: 0px;
}

.tomato-input-clear {
    /* font-size: 18px; */
    padding: 0px 0px 0 0px;
    display: block;
    width: 100%;
    border: none;
    /* border-bottom: 1px dashed #757575; */
    color: #212529;
    background-color: transparent;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    .tomato-input-clear:focus {
        outline: none;
    }
    .tomato-input-clear[type="number"]:invalid, .tomato-input-clear[type="text"]:invalid {
        border: 0px solid gray;
        box-shadow: 0px 0px 0px;
    }
    .tomato-input-clear[type="number"]::selection, .tomato-input-clear[type="text"]::selection {
        background: #B76700; /* WebKit/Blink Browsers */
    }
    .tomato-input-clear[type="number"]::-moz-selection, .tomato-input-clear[type="text"]::-moz-selection {
        background: #B76700; /* WebKit/Blink Browsers */
    }
    /* Chrome, Safari, Edge, Opera */
    .tomato-input-clear::-webkit-outer-spin-button, .tomato-input-clear::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
/* Firefox */
    .tomato-input-clear[type=number], .tomato-input-clear[type=text] {
        -moz-appearance: textfield;
    }
.tomato-label-clear {
    color: #999;
    font-size: 17px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.tomato-input-clear:focus ~ .tomato-label-clear, .tomato-input-clear:valid ~ .tomato-label-clear {
    top: -5px;
    font-size: 14px;
}

.tomato-bar-clear {
    position: relative;
    display: block;
    width: 100%;
}

    .tomato-bar-clear:before, .tomato-bar-clear:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0px;
        position: absolute;
        background: #B76700;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .tomato-bar-clear:before {
        left: 50%;
    }

    .tomato-bar-clear:after {
        right: 50%;
    }

.tomato-input-clear:focus ~ .tomato-bar-clear:before, .tomato-input-clear:focus ~ .tomato-bar-clear:after {
    width: 50%;
}

.tomato-highlight-clear {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.tomato-input-clear:focus ~ .tomato-highlight-clear {
    -webkit-animation: inputHighlighter 0.7s ease;
    -moz-animation: inputHighlighter 0.7s ease;
    animation: inputHighlighter 0.7s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #B76700;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #B76700;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #B76700;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.pagination-ul {
    margin-top: 0;
    margin-bottom: 0;
}

.page-link {
    color: #212529;
    background-color: transparent;
    border: 0;
}
    .page-link:disabled {
        color: #989BA0;
        background-color: transparent;
        border: 0;
    }
    .page-link:hover {
        color: #32363A;
        background-color: rgba(23,83,51,0.25);
        border-color: rgba(23,83,51,0.5);
    }
    .page-link:disabled:hover {
        color: #989BA0;
        background-color: transparent;
        border-color: transparent;
    }
    .page-link:focus {
        outline: 0;
        box-shadow: 0 0 2px .2rem rgba(23,83,51,0.35);
    }
    .page-link:disabled:focus {
        outline: 0;
        box-shadow: 0 0 0 0 rgba(23,83,51,0);
    }
.page-link-pdb {
    color: #212529;
    background-color: transparent;
    border: 0;
}

    .page-link-pdb:disabled {
        color: #989BA0;
        background-color: transparent;
        border: 0;
    }

    .page-link-pdb:hover {
        color: #d75b00;
        background-color: rgba(198, 129, 79, 0.25);
        border-radius: 5px;
    }

    .page-link-pdb:disabled:hover {
        color: #989BA0;
        background-color: transparent;
        border-color: transparent;
    }

    .page-link-pdb:focus {
        outline: 0;
        color: #101010;
        /* background-color: rgba(198, 129, 79, 0.25); */
        border-radius: 5px;
        /* box-shadow: 0 0 2px .2rem rgba(23,83,51,0.35); */
    }

    .page-link-pdb:disabled:focus {
        outline: 0;
        box-shadow: 0 0 0 0 rgba(23,83,51,0);
    }
pre code {
    white-space: inherit;
    padding: 0;
}

code {
    white-space: pre-wrap;
}

pre {
    margin-bottom: 1em;
    padding: 12px;
    width: auto;
    max-height: 600px;
    overflow: auto;
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
    font-size: 13px;
    background-color: var(--black-050);
    border-radius: 3px;
    /* scrollbar-color: var(--scrollbar) transparent; */
}

    pre.s-code-block {
        text-align: left;
        font-size: 13px;
        font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
        line-height: 1.30769231;
        color: var(--highlight-color);
        background-color: var(--highlight-bg);
        border-radius: 5px;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        /* padding: 12px; */
        overflow: auto;
        /* scrollbar-color: var(--scrollbar) transparent; */
        --s-prose-line-height: 1.5;
        --s-prose-spacing: 1.1em;
        --s-prose-spacing-condensed: calc(var(--s-prose-spacing) / 2);
    }