﻿.float_center {
    position: fixed;
    z-index: 999;
    /*margin-top: 15%;*/
    margin-left: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
}

.moveLeft {
    left: -200px;
}

/* Info template */
.k-notification-info {
    background-color: #99ccff;
    color: #ffffff;
    padding: 20px;
}

.notification {
    width: 400px;
    height: 40px;
    color: #ffffff;
}

.notification h3 {
    font-size: 1.3em;
    padding: 10px 0 0 10px;
}

.notification img {
    float: left;
    margin-right: 10px;
}

/* Error template */
.k-notification-error {
    background-color: #ff3448;
    color: #ffffff;
    padding: 20px;
}

/* Success template */
.k-notification-success {
    background-color: #2eb82e;
    color: #ffffff;
    padding: 20px;
}

.bagdehere {
    padding: 3px !important;
    position: relative !important;
    top: -10px !important;
    font-size: 0.85em !important;
    border-radius: 15px !important;
}

.bagdeinline{
    position: relative !important;
    font-size: 0.85em !important;
    border-radius: 15px !important;
    margin: 0;
}

.bagdepopover {
    position: relative !important;
    cursor: pointer;
    border-radius: 15px !important;
    margin: 0;
}

.details-pane-result-list.oversight .details-pane-results {
    background: #dbebec80;
}

.details-pane-result-list .details-pane-list-item--open + .details-pane-results {
    display: block;
}

.details-pane-result-list .details-pane-results {
    list-style: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 48px;
}

.accordion > .card > .card-header > button {
    padding: 0.375rem 0.75rem;
}




.details-pane-result-list.SupervisionAgency .details-pane-list-item {
    background: var(--turquoise) !important;
}

.details-pane-result-list.Municipality .details-pane-list-item {
    background: var(--lightyellow) !important;
}

.details-pane-result-list.Office .details-pane-list-item {
    background: var(--lightpurple) !important;
}

.details-pane-result-list.County .details-pane-list-item {
    background: var(--lightblue) !important;
}

.details-pane-result-list.Administrator .details-pane-list-item {
    background: var( --warningyellow) !important;
}


/* FILTERS */
.collapsed svg {
    transform: rotate(180deg);
}

accordion button {
    font-size: 20px;
}

.accordion > .card > .card-header > button {
    font-size: 20px;
    text-align: left;
}

.accordion > .card .card-body {
    background-color: inherit;
}

/* UI AUTOCOMPLETE */

ul.ui-autocomplete {
    padding: 15px;
    border: 1px solid black;
    max-width: 70%;
    z-index: 100000;
}

/* TABLES */

.table th {
    padding: 0.75rem 0.2rem 0.2rem 0.2rem;
}

.table td {
    padding: 0.2rem;
}

/* Revisions Modal */

.ui-autocomplete {
    background: white;
    padding: 5px;
    list-style-type: none;
}
.ui-menu-item {
    cursor: pointer;
}

.ui-menu-item:hover {
    text-decoration: underline;
}

.modal-content {
    background: white;
}

.modal .modal-title {
    text-align: center;
    font-weight: bold;
}

/* Validation */
.field-validation-error span {
    color: red;
}

.form-custom-staf {
    border-top: 1px solid #707070;
    padding-top: 25px;
    margin-top: 25px
}

/* Custom scrollbar */

.custom-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #b3d6d9;
}

.custom-scroll::-webkit-scrollbar {
    width: 9px;
    background-color: #b3d6d9;
}

.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #00244e;
}

.closebutton {
    margin-left: -3px !important;
}

/* Reduce height of input elements with support for floating watermark */

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 0rem 0.75rem;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: calc(3rem + 2px);
    line-height: 1;
}

.form-floating > label {
    padding: 0.75rem 0.75rem;
}

 /* */

.form-floating2 > .form-control,
.form-floating2 > .form-control-plaintext {
    padding: 0rem 0.75rem;
}

.form-floating2 > .form-control,
.form-floating2 > .form-control-plaintext,
.form-floating2 > .form-select {
    height: calc(3rem + 2px);
    line-height: 1;
}

.form-floating2 > label {
    padding: 0.75rem 0.75rem;
}

/* */
input#fromDateFilter,
input#toDateFilter {
    height: calc(3rem + 2px);
    line-height: 1;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.btn-outline-primary.bg-white.closebutton:disabled {
    color: #00244e;
    background-color: #fff !important;
    border-color: #00244e;
    opacity: 1;
}