.tab-sites {
    margin-top: 15px;
    border: 1px red solid;
}

.progress-bar-percent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.task-play {
    color: #1ABB9C;
}

.task-pause {
    color: #E74C3C;
}

.work-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #73879C;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.471;
}

.total-task-worker {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #73879C;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.471;
}

.label, .badge {
    font-size: 10.998px;
    font-weight: 500;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999
}

.label {
    padding: 1px 4px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.badge {
    padding: 3px 9px 2px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px
}

a.label:hover, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-important, .badge-important {
    background-color: #b94a48
}

.label-important[href], .badge-important[href] {
    background-color: #953b39
}

.label-warning, .badge-warning {
    background-color: #f89406
}

.label-warning[href], .badge-warning[href] {
    background-color: #c67605
}

.label-success, .badge-success {
    background-color: #468847
}

.label-success[href], .badge-success[href] {
    background-color: #356635
}

.label-info, .badge-info {
    background-color: #3a87ad
}

.label-info[href], .badge-info[href] {
    background-color: #2d6987
}

.label-inverse, .badge-inverse {
    background-color: #333
}

.label-inverse[href], .badge-inverse[href] {
    background-color: #1a1a1a
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.bg-green {
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C !important;
    color: #fff;
}

/* JsonEditor*/
#json-editor {
    height: 500px;
    width: 100% !important;
}

#json-editor .jsoneditor {
    border: 1px solid #ccc;
}

#json-editor .jsoneditor-menu {
    color: #fff;
    background-color: #34495ef0;
    border-bottom: 1px solid #2A3F54;
}

#json-editor jsoneditor-menu > .jsoneditor-modes > button:disabled, #json-editor .jsoneditor-menu > button:disabled {
    background-color: #50667a;
}

#json-editor .jsoneditor-menu button {
    color: #ccc;
}

/* ^^^ JsonEditor ^^^ */


/* ModalJsonEditor*/
#modal-json-editor {
    height: 360px;
    width: 100% !important;
    padding-bottom: 20px;
}

#modal-json-editor .jsoneditor {
    border: 1px solid #ccc;
}

#modal-json-editor .jsoneditor-menu {
    color: #fff;
    background-color: #34495ef0;
    border-bottom: 1px solid #2A3F54;
}

#modal-json-editor jsoneditor-menu > .jsoneditor-modes > button:disabled, #modal-json-editor .jsoneditor-menu > button:disabled {
    background-color: #50667a;
}

#modal-json-editor .jsoneditor-menu button {
    color: #ccc;
}

/* ^^^ ModalJsonEditor ^^^ */

/** TextColor **/
.text-primary {
    color: #007bff;
}

.text-secondary {
    color: #6c757d;
}

.text-success {
    color: #28a745;
}

.text-danger {
    color: #dc3545;
}

.text-warning {
    color: #ffc107;
}

.text-info {
    color: #17a2b8;
}

.text-light {
    color: #f8f9fa;
}

.text-dark {
    color: #343a40;
}

/* ^^^ TextColo ^^^ */

.active-day {
    background: rgba(64, 185, 9, 0.07) !important;
    border-top: 1px solid #26b99a1c;
    border-bottom: 1px solid #26b99a1c;
}

/* Если не входит таблица то показывать ее скролл по горизонтали */
.table-responsive {
    overflow-x: auto !important;
    /*overflow-x: scroll !important;
    word-break: break-all !important;*/
}

.key__list {
    padding-left: 15px;
    height: 150px;
    overflow-y: auto;
    border: 1px solid #c5c7cb;
    margin-right: 20px;
}

.key__list::-webkit-scrollbar {
    width: 6px;
    height: 15px;
    background-color: #f1f1f1;
}

.key__list::-webkit-scrollbar-thumb {
    background: #c5c7cb;
}




