/* default styles for extension "tx_frontend" */
.ce-align-left {
    text-align: left;
}

.ce-align-center {
    text-align: center;
}

.ce-align-right {
    text-align: right;
}

.ce-table td, .ce-table th {
    vertical-align: top;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: hidden;
}

.ce-left .ce-gallery, .ce-column {
    float: left;
}

.ce-center .ce-outer {
    position: relative;
    float: right;
    right: 50%;
}

.ce-center .ce-inner {
    position: relative;
    float: right;
    right: -50%;
}

.ce-right .ce-gallery {
    float: right;
}

.ce-gallery figure {
    display: table;
    margin: 0;
}

.ce-gallery figcaption {
    display: table-caption;
    caption-side: bottom;
}

.ce-gallery img {
    display: block;
}

.ce-gallery iframe {
    border-width: 0;
}

.ce-border img,
.ce-border iframe {
    border: 2px solid #000000;
    padding: 0px;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 10px;
}

.ce-intext.ce-right .ce-gallery {
    margin-left: 10px;
}

.ce-intext.ce-left .ce-gallery {
    margin-right: 10px;
}

.ce-below .ce-gallery {
    margin-top: 10px;
}

.ce-column {
    margin-right: 10px;
}

.ce-column:last-child {
    margin-right: 0;
}

.ce-row {
    margin-bottom: 10px;
}

.ce-row:last-child {
    margin-bottom: 0;
}

.ce-above .ce-bodytext {
    clear: both;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
    padding-left: 40px;
    overflow: auto;
}

/* Headline */
.ce-headline-left {
    text-align: left;
}

.ce-headline-center {
    text-align: center;
}

.ce-headline-right {
    text-align: right;
}

/* Uploads */
.ce-uploads {
    margin: 0;
    padding: 0;
}

.ce-uploads li {
    list-style: none outside none;
    margin: 1em 0;
}

.ce-uploads img {
    float: left;
    padding-right: 1em;
    vertical-align: top;
}

.ce-uploads span {
    display: block;
}

/* Table */
.ce-table {
    width: 100%;
    max-width: 100%;
}

.ce-table th, .ce-table td {
    padding: 0.5em 0.75em;
    vertical-align: top;
}

.ce-table thead th {
    border-bottom: 2px solid #dadada;
}

.ce-table th, .ce-table td {
    border-top: 1px solid #dadada;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.ce-table-bordered th, .ce-table-bordered td {
    border: 1px solid #dadada;
}

/* Space */
.frame-space-before-extra-small {
    margin-top: 1em;
}

.frame-space-before-small {
    margin-top: 2em;
}

.frame-space-before-medium {
    margin-top: 3em;
}

.frame-space-before-large {
    margin-top: 4em;
}

.frame-space-before-extra-large {
    margin-top: 5em;
}

.frame-space-after-extra-small {
    margin-bottom: 1em;
}

.frame-space-after-small {
    margin-bottom: 2em;
}

.frame-space-after-medium {
    margin-bottom: 3em;
}

.frame-space-after-large {
    margin-bottom: 4em;
}

.frame-space-after-extra-large {
    margin-bottom: 5em;
}

/* Frame */
.frame-ruler-before:before {
    content: '';
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    margin-bottom: 2em;
}

.frame-ruler-after:after {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    margin-top: 2em;
}

.frame-indent {
    margin-left: 15%;
    margin-right: 15%;
}

.frame-indent-left {
    margin-left: 33%;
}

.frame-indent-right {
    margin-right: 33%;
}


* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: Verdana;
    position: relative;
    padding: 0;
    margin: 0;
}

html {
    color: #525B69;
    background: linear-gradient(to bottom, #DDD, #999);
}

body, html {
    height: 100%;
}

.c10, .c12, .c15, .c16, .c20, .c25, .c30, .c33, .c35, .c40, .c45, .c50, .c55, .c60, .c66, .c65, .c70, .c75, .c80, .c85, .c90, .c95, .c100 {
    padding: 0px;
    position: relative;
}

.w10, .w12, .w15, .w16, .w20, .w25, .w30, .w33, .w35, .w40, .w45, .w50, .w55, .w60, .w66, .w65, .w70, .w75, .w80, .w85, .w90, .w95, .w100 {
    padding: 10px;
    position: relative;
}

.c100, .w100 {
    clear: both;
}

section {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.w10, .c10 {
    width: 10%;
    float: left;
}

.w12, .c12 {
    width: 12.5%;
    float: left;
}

.w15, .c15 {
    width: 15%;
    float: left;
}

.w16, .c16 {
    width: 16.66%;
    float: left;
}

.w20, .c20 {
    width: 20%;
    float: left;
}

.w25, .c25 {
    width: 25%;
    float: left;
}

.w30, .c30 {
    width: 30%;
    float: left;
}

.w33, .c33 {
    width: 33.33%;
    float: left;
}

.w35, .c35 {
    width: 35%;
    float: left;
}

.w40, .c40 {
    width: 40%;
    float: left;
}

.w45, .c45 {
    width: 45%;
    float: left;
}

.w50, .c50 {
    width: 50%;
    float: left;
}

.w55, .c55 {
    width: 55%;
    float: left;
}

.w60, .c60 {
    width: 60%;
    float: left;
}

.w65, .c65 {
    width: 65%;
    float: left;
}

.w66, .c66 {
    width: 66.66%;
    float: left;
}

.w70, .c70 {
    width: 70%;
    float: left;
}

.w75, .c75 {
    width: 75%;
    float: left;
}

.w80, .c80 {
    width: 80%;
    float: left;
}

.w85, .c85 {
    width: 85%;
    float: left;
}

.w90, .c90 {
    width: 90%;
    float: left;
}

.w95, .c95 {
    width: 95%;
    float: left;
}

.w100, .c100 {
    width: 100%;
}

i {
    font-style: italic;
}

::-webkit-input-placeholder {
    color: #DDD;
}

:-moz-placeholder {
    color: #DDD;
    opacity: 1;
}

::-moz-placeholder {
    color: #DDD;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #DDD;
}

::-ms-input-placeholder {
    color: #DDD;
}

.red, .yellow, .green {
    padding: 10px;
    margin: 0 0 10px 5px;
    width: 450px;
    max-width: 96%;
    text-align: left;
    opacity: 0;
    z-index: 99;
    line-height: 26px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
}

.red span, .yellow span, .green span {
    margin: 0 10px 0 0;
    font-size: 2em;
    font-family: FontAwesome;
    float: left;
    height: 100%;
}

.red {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABhCAMAAAD7hJHDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFswAAqgAA7dYAogAAAEdJREFUeNrskrENADAIw8z/T3fpwGKJA5wRIUgiw9IsNb/PsX3sDnYf+4v5wXxi/rFcWF6sB+ZQQ5zEVVzFVVzFVVx9PQEGAJOCBI1ttTgFAAAAAElFTkSuQmCC') repeat;
    color: #FFF;
}

.yellow {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABhCAMAAAD7hJHDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFs7MAqqoA7lkmBQAAAEdJREFUeNrskrENADAIw8z/T3fpwGKJA5wRIUgiw9IsNb/PsX3sDnYf+4v5wXxi/rFcWF6sB+ZQQ5zEVVzFVVzFVVx9PQEGAJOCBI1ttTgFAAAAAElFTkSuQmCC') repeat;
    color: #FFF;
}

.green {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABhCAMAAAD7hJHDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFALMAAKoApuifaAAAAEdJREFUeNrskrENADAIw8z/T3fpwGKJA5wRIUgiw9IsNb/PsX3sDnYf+4v5wXxi/rFcWF6sB+ZQQ5zEVVzFVVzFVVx9PQEGAJOCBI1ttTgFAAAAAElFTkSuQmCC') repeat;
    color: #FFF;
}

header {
    background: #293F4C;
    width: 100%;
    top: 0;
    left: 0;
    line-height: 40px;
    z-index: 900;
}

header #logout:hover {
    color: #006DB0;
}

header #logout {
    font-family: FontAwesome;
    font-size: 2em;
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
    transition: 0.3s;
    cursor: pointer;
}

header #headline {
    margin: 0 auto;
    text-align: center;
    color: #FFF;
}

header #headline h1 span {
    color: #C7D9E8;
}

header #headline h1 {
    color: #FFF;
    font-size: 1.3em;
}

header #headline h1 a i {
    font-style: normal;
    color: #FFF;
    font-size: 0.6em;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    right: 5em;
}

header #headline h1 i:hover {
    color: #006DB0;
}

footer {
    background: #293F4C;
    position: absolute;
    color: #FFF;
    width: 100%;
    bottom: 0;
    left: 0;
    line-height: 30px;
    z-index: 900;
    font-size: 0.8em;
    text-align: center;
}

select {
    width: 369px;
    line-height: 22px;
    height: 22px;
    background: #FFF;
    color: #293F4C;
    border: none;
    font-size: 0.8em;
    padding: 0 0 0 7px;
    float: left;
    outline: 0;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus {
    outline: 2px solid #293F4C;
}

input[type="submit"]:hover, button:hover, input[type="submit"]:focus, input[type="reset"]:focus, button:focus, .button:hover {
    background: #006DB0;
    outline: 0;
}

.clear {
    float: none;
    display: block;
    clear: both;
    overflow: hidden;
    height: 10px;
    padding: 0;
    margin: 0;
}

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8;
    top: 0;
    left: 0;
}

textarea {
    width: 100%;
    border: none;
    padding: 5px;
    float: left;
    font-size: 0.8em;
    resize: none;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

input[type="text"], input[type="password"], #user_roles, #agentur_zu_jjk_agentur {
    width: 100%;
    line-height: 30px;
    height: 30px;
    background: #FFF;
    color: #293F4C;
    border: none;
    font-size: 0.8em;
    padding: 0 10px;
}

input[type="number"] {
    width: 60px;
    line-height: 22px;
    height: 22px;
    background: #FFF;
    color: #293F4C;
    border: none;
    font-size: 0.8em;
    padding: 0 0 0 5px;
    outline: 0;
}

@media (max-width: 450px) {
    header #headline h1 {
        font-size: 1em;
    }

    header #menu {
        font-size: 2em;
        left: 10px;
    }

    header #logout {
        font-size: 2em;
        right: 10px;
    }

    nav {
        top: 30px;
        left: 2%;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.lc {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    animation: spin 2s linear 0s infinite;
    z-index: 9;
}

input[type="submit"], input[type="reset"], button, .button {
    background: #293F4C;
    color: #FFF;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    text-align: center;
    transition: 0.3s;
    font-weight: 400;
    border: none;
    font-size: 0.9em;
}

.inactive {
    background: #999;
    color: #FFF;
    cursor: default;
}

input, textarea, button, select {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.tabs {
    width: 800px;
    height: auto;
    max-width: 98%;
    margin: 30px auto 0 auto;
    padding: 10px 10px 0 10px;
    background: #BBB;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2);
    display: block;
    overflow: hidden;
    border-bottom: 10px solid #DDD;
}

#changepw {
    display: none;
    width: 300px;
    top: 30%;
    margin: 0 auto;
    background: #DDD;
}

#changepw input {
    width: 100%;
    margin-bottom: 1em;
}

#changepw button {
    width: 100%;
}

#changepw h1 {
    width: 300px;
}

section {
    width: 800px;
    height: auto;
    min-height: 5vh;
    max-height: 82vh;
    margin: 0 auto;
    max-width: 98%;
    padding: 0 10px 5px 10px;
    background: #DDD;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    display: block;
    overflow: hidden;
    overflow-y: auto;
    border-bottom: 10px solid #DDD;
}

hr {
    width: 800px;
    height: 10px;
    margin: 0 auto;
    max-width: 98%;
    background: #DDD;
    display: block;
    overflow: hidden;
}

section li {
    height: 50px;
    width: 100%;
    display: inline-block;
    clear: both;
    margin: 0 0 5px 0;
    background: #FFF;
    cursor: pointer;
    transition: 0.15s;
}

section li:last-child {
    margin: 0;
}

section li:nth-child(even) {
    background: #F4F4F4;
}

section li:hover {
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    width: 102%;
    height: 54px;
    margin: -2px 0 3px -1%;
}

section li:hover div {
    line-height: 27px;
}

section li:hover div[class^="status"] {
    height: 54px !important;
    line-height: 54px !important;
}

.status1, .status2, .status3, .status4, .status5 {
    width: 3%;
    height: 50px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    float: left;
    font-size: 0.9em;
    transition: 0.2s;
}

.status1, .prio1 {
    background: #4caf50;
}

.status2, .prio2 {
    background: #cddc39;
}

.status3, .prio3 {
    background: #ffc107;
}

.status4, .prio4 {
    background: #ff9800;
}

.status5, .prio5 {
    background: #ff5722;
}

div.bezirk, div.termin, div.adresse, div.verteilung, div.nummer, div.agentur, div.grund {
    float: left;
    padding: 0 5px;
    text-align: left;
    color: #293F4C;
    font-size: 0.9em;
    line-height: 25px;
}

div.agenturen {
    float: left;
    text-align: left;
    font-size: 0.9em;
    color: #888;
    padding: 0 5px 0 10px;
    line-height: 24px;
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.bezirk {
    width: 13%;
    color: #888;
}

div.termin {
    width: 25%;
    padding-left: 10px;
}

div.termin.esc {
    color: #F00;
}

div.adresse {
    width: 59%;
}

div.verteilung {
    width: 6%;
    text-align: center;
    color: #FFF;
    float: right;
}

div.nummer {
    width: 25%;
    color: #888;
    padding-left: 10px;
    line-height: 24px;
}

div.agentur {
    width: 59%;
    line-height: 24px;
    color: #888;
}

div.grund {
    width: 13%;
    color: #DDD;
    font-size: 0.8em;
}

.bw {
    background: #006DB0 !important;
}

.prio, .head .bezirk, .head .adresse, .head .grund {
    float: left;
    font-size: 0.9em;
    padding: 0 5px;
    color: #555;
    line-height: 23px;
}

.tab {
    width: 25%;
    height: 38px;
    margin-top: 2px;
    line-height: 40px;
    float: left;
    background: #CCC;
    color: #999;
    text-align: center;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 0.9em;
}

#tab1:not(.active):hover, #tab2:not(.active):hover {
    background: #EEE;
}

.tab#tab1 {
    z-index: 4;
}

.tab#tab2 {
    z-index: 3;
}

.tab#search {
    width: 50%;
    z-index: 2;
    background: #BBB;
    box-shadow: none;
}

.tab.active {
    background: #DDD;
    color: #444;
    z-index: 5 !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 40px;
    margin-top: 0;
}

#query {
    float: right;
    width: 62%;
    margin-right: 3%;
}

#zv {
    display: none;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    float: left;
}

section span {
    width: 250px;
    height: 22px;
    line-height: 22px;
    float: left;
    font-size: 0.9em;
    background: #CCC;
    padding: 0 0 0 5px;
    margin: 0 10px 0 0;
    color: #293F4C;
}

label {
    width: auto;
    height: 18px;
    line-height: 18px;
    float: left;
    font-size: 0.9em;
    margin: 0 10px 0 5px;
    color: #293F4C;
}

section button, section input[type="submit"] {
    width: 100%;
    font-family: Verdana;
    font-size: 1em;
    border: none;
    margin: 0 0 10px 0;
    display: block;
}

/*
button + button{
	margin-right:2%;
}
*/
article {
    height: 240px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0.9em;
    max-height: 240px;
    overflow-y: auto;
    background: #EEE;
}

article .comm1 {
    background: #EEF;
    padding: 5px;
    font-size: 0.9em;
}

article .comm2 {
    background: #EFE;
    padding: 5px;
    font-size: 0.9em;
}

article .source1 {
    background: #006DB0;
    padding: 5px;
    color: #FFF;
    width: 100%;
    font-size: 0.8em;
}

article .source2 {
    background: #090;
    padding: 5px;
    color: #FFF;
    width: 100%;
    font-size: 0.8em;
}

#login {
    width: 350px;
    max-width: 96%;
    margin: 0 auto;
    background: #DDD;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    top: 15vh;
}

#login h3 {
    width: 100%;
    background: #293F4C;
    color: #FFF;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 1.2em;
    display: block;
    margin: 0;
}

#logoutform {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

#logout {
    font-family: FontAwesome;
    font-size: 2em;
    position: absolute;
    right: 10px;
    top: 0;
    color: #FFF;
    transition: 0.3s;
    cursor: pointer;
    background: none !important;
}

#logout:hover {
    color: #006DB0;
}


.statmsg div {
    margin: 20px auto;
    width: 100%;
    max-width: 500px;
    background: #999;
    color: #FFF;
    line-height: 1.2em;
    font-size: 0.8em;
    padding: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.full {
    width: 100%;
    float: none;
    clear: both;
}

.half {
    width: 48.5%;
    float: left;
}

.third {
    width: 32%;
    float: left;
}

.half + .half {
    float: right;
    margin-left: 3%;
}

.third + .third {
    float: right;
    margin-left: 2%;
}

.mb10 {
    margin-bottom: 10px;
}

.br10 {
    border: none;
    border-right: 10px solid #DDD;
    float: left;
}

.bl10 {
    border: none;
    border-left: 10px solid #DDD;
    float: right;
}

.username {
    position: absolute;
    right: 0;
    top: -30px;
    background: #AAA;
    color: #777;
    padding: 5px;
    font-size: 0.8em;
}

.detail {
    width: 650px;
    top: 70px;
    z-index: 88;
    padding: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    border: none;
}

.detail h1, .detail h2, .detail h3, .detail h4, .detail h5 {
    width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 0.9em;
    font-weight: 400;
}

.detail h1 {
    color: #FFF;
    font-size: 1em;
    font-weight: 700;
    background: #293F4C;
    width: 650px;
    margin: -10px 0 10px -10px;
}

.detail h2 {
    color: #FFF;
    background: #C40109;
}

.detail h3 {
    color: #FFF;
    background: #293F4C;
}

.detail h4 {
    color: #000;
    background: #CCC;
    height: 48px;
    line-height: 24px;
    margin-bottom: 10px;
}

.detail h5 {
    height: 22px;
    line-height: 22px;
    margin: 0 0 5px 0;
    background: #CCC;
    padding: 0 0 0 5px;
    color: #293F4C;
}

.detail .left h5 {
    text-align: left;
}

.detail div.left {
    width: 73%;
    margin: 0 2% 10px 0;
    float: left;
}

.detail div.right {
    width: 25%;
    float: left;
}

.detail textarea {
    height: 113px;
}

textarea#zv-txt-full {
    height: 163px;
}

.detail b {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 20px;
    top: 55px;
    z-index: 999;
    color: #FFF;
    text-align: center;
    font-size: 0.9em;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

#re-detail-full {
    height: 809px;
}

#re-detail-simple {
    height: 485px;
}

#re-detail-simple form a, #re-detail-simple form button {
    width: 32%;
    float: left;
    margin-right: 5px;
}

#re-detail-simple form a button {
    width: 100%;
}

#re-detail-simple button.nm {
    margin-right: 0;
}

#zv-detail-full {
    height: 635px;
}

#zv-detail-simple {
    height: 585px;
}

#repeater {
    width: 86px;
    height: 16px;
    line-height: 16px;
    font-size: 0.6em;
    text-align: center;
    color: #FFF;
    background: #C40109;
    position: absolute;
    top: 77px;
    right: 15px;
    display: none;
}

#cancel {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-family: FontAwesome;
    font-size: 1.7em;
    text-align: center;
    color: #FFF;
    background: #293F4C;
    float: right;
    transition: 0.2s;
    cursor: pointer;
}

#add_agentur {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 1.7em;
    text-align: center;
    color: #FFF;
    background: #293F4C;
    float: right;
    transition: 0.2s;
    cursor: pointer;
}


#cancel:hover {
    background: #006DB0;
}

.botmsg {
    position: fixed;
    width: 35%;
    bottom: 5px;
    left: 10px;
    font-size: 0.8em;
    z-index: 999;
    color: #0F0;
}

.botfile input[type="submit"] {
    height: 21px;
    line-height: 21px;
    background: #006DB0;
    padding: 0 5px;
    text-transform: uppercase;
}

.botfile input[type="submit"]:hover {
    opacity: 0.8;
}

.botfile {
    position: fixed;
    bottom: 3px;
    right: 10px;
    font-size: 0.8em;
    z-index: 999;
}

#excel_export {
    width: 30px;
    height: 30px;
    margin: 0 0 0 2%;
    cursor: pointer;
    float: right;
}

#excel_file {
    display: none;
    text-align: center;
}

#excel_file a {
    display: block;
    padding: 10px;
    background: #006DB0;
    color: #FFF;
    transition: 0.2s;
    text-decoration: none;
}

#excel_file a:hover {
    background: #FFF;
    color: #006DB0;
}

#warning {
    display: none;
    text-align: center;
    padding: 10px;
    background: #900;
    color: #FFF;
}

.px-logout {
    position: absolute !important;
    right: 1em !important;
}

.agency-checkbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.agency-item {
    display: flex;
    align-items: center;
}

.agency-item label {
    display: flex;
    text-overflow: ellipsis;
    margin-left: 0.3rem;
    height: max-content;
}

