.top-of-page {
    border: 2px white solid;
    padding: 1em 1.5em;
    text-decoration: none;
    color: white;
    font-size: 10px;
    opacity: 50%;
    background: transparent;
    position: fixed;
    bottom: 2em;
    right: 2em;
}

.top-of-page:hover {
    opacity: 100%;
}

.circle {
    position: relative;
    width: 50px;
    height: 50px;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    transform: translate(-50%, -50%);
}

.circle-content {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.circle-text {
    font-size: .7em !important;
}

.circle-type {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background-color: currentColor;
    transform: translate3d(-50%, -50%, 0);
}

.circle-text {
    font-size: 0.9em;
    color: #000;
}

/* Цвет селекторов для внешних маркеров */
.selector-request-expired-1 { background-color: gray; color: black; }
.selector-request-expired-2 { background-color: deepskyblue; color: black; }
.selector-request-expired-3 { background-color: chartreuse; color: black; }
.selector-request-expired-4 { background-color: red; color: black; }

/* Внешний цвет маркеров */
.request-expired-1 { color: gray; }
.request-expired-2 { color: deepskyblue; }
.request-expired-3 { color: chartreuse; }
.request-expired-4 { color: red; }

a#modal-request { color: white; }

.selector { font-size: .7em !important; }
.selector-type, .selector-expired { font-size: .7em !important; }
.selector-check-input { margin-left: -1em !important; }

.num { width: 5%; }
.id,.cable-count,.total-count,.closed-count,.range-1,.range-2,.range-more,.closed,.executors-count { width: 10%; }
.boss { width: 20%; }
.description { width: 20%; }

#map {
    margin-top: 2em;
    width: 100%;
    height: 100%;
}

span#datepicker_begin,span#datepicker_end { display: inline-block; }


.range-stat .num { width: 5%; }
.range-stat .operator { width: 10%; }

.selector-searched { background-color: red; color: white; }
.searched-text { color: white; }

.on-planned { color: #1C1C1CCF !important; }
.selector-request-planned { background-color: #1C1C1CCF; }

.form-check-label { padding: 0 3px; }
.form-check { line-height: 20px; height: 20px; }

/* Цвет селекторов для внутренних маркеров */
.form-check.selector-request-type-1 { background-color: rgba(255, 0, 0, 0.5) !important; }
.form-check.selector-request-type-2 { background-color: rgba(0, 0, 255, 0.5) !important; }
.form-check.selector-request-type-3 { background-color: rgba(0, 128, 0, 0.5) !important; }
.form-check.selector-request-type-4 { background-color: rgba(255, 165, 0, 0.5) !important; }
.form-check.selector-request-type-5 { background-color: rgba(218, 112, 214, 0.5) !important; }
.form-check.selector-request-type-6 { background-color: rgba(0, 191, 255, 0.5) !important; }
.form-check.selector-request-type-7 { background-color: rgba(150, 80, 0, 0.5) !important; }

/* Внутренний цвет маркеров */
.inward.request-type-1 { background-color: rgba(255, 0, 0, 0.5) !important; }
.inward.request-type-2 { background-color: rgba(0, 0, 255, 0.5) !important; }
.inward.request-type-3 { background-color: rgba(0, 128, 0, 0.5) !important; }
.inward.request-type-4 { background-color: rgba(255, 165, 0, 0.5) !important; }
.inward.request-type-5 { background-color: rgba(218, 112, 214, 0.5) !important; }
.inward.request-type-6 { background-color: rgba(0, 191, 255, 0.5) !important; }
.inward.request-type-7 { background-color: rgba(150, 80, 0, 0.5) !important; }

#modal-planned textarea { width: 100%; }
a.show-planned { margin-left: 20px !important; font-size: .8em; }

.executor-filter { display: none; }
