
.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-outer {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-selection {  
}
.table tr > td.hover-action:hover {
    cursor: pointer;
    background-color: #e8ebed;
}
.table tr > td.hover-action.cron-running {
    background-color: #d9ecee;
}
.table tr > td.hover-action.cron-planned {
    background-color: #dbeed9;
}
.table tr > td > .hover-info {
    display:none;
    position: absolute;
    background-color: inherit;
    padding: 10px;
    margin-top: -30px;
    margin-left: -10px;
}
.table tr > td:last-of-type > .hover-info {
    margin-left: -100px;
}
.table tr > td.hover-action:hover .hover-info {
    display:block;
}
.table tr > td.cron-running.hover-action:hover .hover-info{
    border: 1px solid darkgray;
}
.cron-terminal {
    text-align: left;
    padding: 10px;
    overflow: scroll;
    width: 100%;
    height: calc(100vh - 180px);
    background: #000;
    color: #FFF;
    font-size:12px
}
.cron-modal {
    width: 95% !important;
    background-color: #2d2d2d !important;
    color: white !important;
}
.padding2px {
    padding: 2px !important;
}


.queuemarker {
    min-width: 5px;
    width: 5px;
    height: 100px;
    min-height: 100px;
    background: rgba(83,176,255,0.1) !important;
}
.queuemarker td {
    background: inherit;
}
.queuemarker.read {
    background: rgba(83,176,255,0) !important;
}

.modcaptcha {
    vertical-align: top;
    display: inline-block;
    background: #f7f7f7 !important;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
    width: 400px;
}
.modcaptcha .buttons {
    line-height: 50px;
}
.modcaptcha .magnify img {
    min-width: 350px;
}
.modcaptcha .image {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    min-width: 400px;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.modcaptcha .image img {
    max-width: 200px;
    max-height: 200px;
    border: 1px dotted rgba(50, 50, 50, 0.3);
}
.modcaptcha .image .text {
    font-size: 28px;
    color: black;
    display: inline-block;
    vertical-align: top;
}
.modcaptcha .parameters {
    display: inline-block;
}
.modcaptcha .parameters .param {
    display: inline-block;
    font-size: 12px;
    color: #CCC;
    border: 1px solid #CCC;
    min-width: 70px;
    padding: 2px;
    margin-bottom: 5px;
    box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.3);
}
.modcaptcha .parameters .param.enabled {
    color: black;
    border: 1px solid black;
}
.modcaptcha .parameters .param.alert {
    color: red !important;
    font-weight: bold;
    border: 1px solid black !important;
}

.tickets-upload-preview {
    height: 50px;
    width: 100px;
    background-repeat:no-repeat;
    background-size: contain;
}

@media (prefers-color-scheme: dark) {
    .table tr > td.hover-action:hover {
        cursor: pointer;
        background-color: #292727;
    }
    .table tr > td.hover-action.cron-running {
        background-color: #354d4d;
    }
    .table tr > td.hover-action.cron-planned {
        background-color: #354a33;
    }
}