.selectric {
    text-align: left;
}
#adminspace-content.members .content-wrapper .main-content {
    width: 1260px;
    margin: 0 auto;
    padding-top: 0;
}
#adminspace-content .content-wrapper .breadcrumb span.on {
    text-decoration: underline;
}
#adminspace-content .content-wrapper .breadcrumb {
    display: flex;
    align-items: center;
    height: 79px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
#adminspace-content .content-wrapper .breadcrumb >*{
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
#adminspace-content .content-wrapper .breadcrumb > a:hover {
    text-decoration: underline;
}
#adminspace-frame .menubar >div {
    margin-left: 60px;
}
#adminspace-frame .menubar .menu-item {
    display: flex;
    padding: 22px 10px;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    color: #aaa;
    transition: all 300ms;
}
#adminspace-frame .menubar .menu-item:hover {
    color: #fff;
}
#adminspace-frame .menubar .menu-item.on {
    color: #fff;
    pointer-events: none;
    cursor: default;
    border-bottom: 1px solid #fff;
}

.members .searchbar .form,
.members .searchbar {
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
}
.members .searchbar .form {
    gap: 15px;
    position: relative;
}
.members .searchbar .form input {
    width: 299px;
}
.members .searchbar .form select {
    opacity: 0;
}
.members .searchbar .form .selectric {
    width: 169px;
}

.members .button_add {
    margin-left: auto;
    width: 150px;
    height: 36px;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 0;
}
.pagination.fixed {
    padding: 15px 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #252b2f;
    z-index: 9;
}
.pagination .btn_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    height: 30px;
    min-width: 30px;
    padding: 0 5px;
}
.pagination .btn_pagination:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.pagination .btn_pagination.on {
    background-color: #fff;
    border-color: #fff;
    color: #222;
}
.table {
    width: 100%;
    border-spacing: 0;
    border-bottom: 1px solid #414b52;
    font-size: 14px;
}
.table th, .table td {
    color: #fff;
    padding: 8px 11px;
    text-align: center;
    border-top: 1px solid #414b52;
    white-space: nowrap;
}
.table th {
    font-weight: bold;
    background: #414b52;
    padding: 12px 11px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
}
.table td .oneline {
    overflow: hidden;
    max-width: 200px;
    display: inline-block;
    text-overflow: ellipsis;
}
.table .btn_delete {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #414b52 url(/images/icon_trash.svg) center no-repeat;
    background-size: 22px;
    vertical-align: middle;
    cursor: pointer;
}
.table-scroll {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
.clear_query {
    width: 30px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: #21262b url(/images/icon_close.svg) center no-repeat;
    background-size: 10px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 53px;
    top: 2px;
    bottom: 2px;
    z-index: 1;
}
.members-table {
    margin: 15px 0;
}
.member-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}
.member-form .form-item {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 14px;
}
.member-form .form-item select {
    opacity: 0;
}
.member-form .form-item .selectric {
    width: 169px;
}
.member-form .form-item .fullwidth .selectric,
.member-form .form-item .selectric.fullwidth {
    width: 100%;
}
.member-form .form-item label {
    color: #fff;
    font-size: 14px;
    min-width: 129px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.projects {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 15px 0;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid #414b52;
}
.projects >div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    padding: 15px;
    background: #414b52;
    min-width: 179px;
}
.projects >div b {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
.projects.projects-info {
    border: 0;
    padding-top: 0;
    margin-top: 0;
}
.projects.projects-info >div {
    min-width: 230px;
}
.projects.projects-info >div b {
    font-size: 22px;
}
.member-projects {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 15px 0;
}
.actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 15px 0 0;
}
.actions >button {
    width: 169px;
}

.member-projects::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}
.member-projects::-webkit-scrollbar-track {
    background-color: transparent;
}
.member-projects::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    background-color: #3c4850;
    background-clip: padding-box;
}
.btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border: 0;
    font-size: 14px;
    padding: 0 5px;
    color: #fff;
    background: #414b52;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
}
.btn-link:hover {
    background: #161c1f;
}
td .link {
    color: #fff;
    text-decoration: none;
}
label >i {
    color: #FC2E20;
    padding: 0 3px 0 1px;
    font-size: 12px;
}
.selectric .label {
    color: #fff;
}

.fit-input-grey:disabled {
    color: #9c9c9c;
    background: #21262b;
    border: 1px solid #21262b;
}
.selectric-hide-select.error + .selectric,
.fit-input-grey.error {
    border-color: #FC2E20;
}
.infobar .language-box .selectric {
    display: block;
}
.bottom-actions {
    padding: 10px 0 15px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: #21262b;
}
.table-projects {
    padding: 15px 0;
}
.hold_project {
    position: relative;
    background: none;
    border: 0;
    outline: none;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
}
.hold_project >span {
    position: absolute;
    top: 100%;
    bottom: auto;
    right: -18px;
    width: 125px;
    display: inline-block;
    padding: 10px 15px;
    background: #252b2f;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
    z-index: 99;
    cursor: pointer;
}
.hold_project >span:hover {
    background: #414b52;
}
.hold_project >span + span{
    border-top: 1px solid #414b52;
    top: calc(100% + 34px);
}
.hold_project:hover >span {
    top: 96%;
    opacity: 1;
    visibility: visible;
}
.hold_project:hover >span + span{
    top: calc(96% + 34px);
}
.hold_project >span.disable {
    cursor: default;
    /* pointer-events: none; */
    color: #aaa;
}
.selectric-items .disabled {
    opacity: 0.25;
}
.selectric-hide-select.disabled + .selectric {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}
.link-archived {
    cursor: pointer;
}
.sub-menu {
    position: absolute;
    top: 100%;
    bottom: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
    z-index: 99;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3)
}
.menubar > div:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.sub-menu .sub-menu-item {
    white-space: nowrap;
    font-size: 14px;
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    background: #252b2f;
    color: #fff;
    border-top: 1px solid #414b52;
    min-width: 120px;
}
.sub-menu .sub-menu-item:hover {
    background: #414b52;
}

#adminspace-content .searchbar {
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
}
#adminspace-content .searchbar .form {
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
    gap: 15px;
    position: relative;
}
#adminspace-content.history .main-content {
    padding-top: 0;
}
#adminspace-content.history .searchbar .cell {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 15px;
}
#adminspace-content.history .searchbar .cell label {
    color: #fff;
    font-size: 14px;
    padding-right: 5px;
}
.table-history {
    margin-top: 15px;
}
.table-history td {
    padding: 15px 11px;
}

.performance-statistics .table span.name {
    max-width: 162px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.table-wrapper .table-nodata {
    position: absolute;
    bottom: -60px;
    border-top: none;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
}

.chart-wrapper, .table-wrapper {
    margin-top: 30px;
    position: relative;
}

.table thead th {
    white-space: nowrap;
    font-size: 13px;
}

.tt_table {
    text-align: right;
    padding: 10px;
    font-size: 13px;
    color: #fff;
}

.project-statistics .selectric-wrapper, .editor-statistics .selectric-wrapper {
    min-width: 120px;
    width: auto !important;
}

.chart-title {
    position: relative;
    width: 100%;
    height: 64px;
    line-height: 64px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.table tr a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.table tr a:hover {
    color: #FAC000;
}

.editor-statistics .footer, .project-statistics .footer {
    height: 60px;
}

th.table-cell {
    border-bottom: 1px solid rgba(204, 204, 204, 0.1);
}

.editor-statistics .table thead {
    position: sticky;
    top: 0;
}

/***/
.notices-table {
    margin: 15px 0;
}
.ck.ck-editor {
    width: 100%;
}
.ck-editor__editable {
    min-height: 200px;
    background: #21262b;
    width: 100%;
}
.ck-toolbar,
.ck-toolbar__items,
.ck-editor__editable {
    background: #21262b !important;
    border: 0 !important;
    color: #fff !important;
}
.ck-reset_all :not(.ck-reset_all-excluded *), .ck.ck-reset_all {
    color: #fff !important;
}
.ck-reset_all :not(.ck-reset_all-excluded *):hover, .ck.ck-reset_all:hover {
    color: #aaa !important;
}
.ck-powered-by,
.ck-voice-label {
    display: none !important;
}
.ck-rounded-corners .ck.ck-balloon-panel, .ck.ck-balloon-panel.ck-rounded-corners {
    background: #21262b !important;
}

.ck.ck-list,
.ck.ck-button.ck-on:not(.ck-disabled):hover, a.ck.ck-button.ck-on:not(.ck-disabled):hover,
.ck.ck-button:not(.ck-disabled):hover, a.ck.ck-button:not(.ck-disabled):hover {
    background: #414b52 !important;
}
.ck.ck-button.ck-on, a.ck.ck-button.ck-on,
[data-cke-tooltip-disabled="true"] {
    background: #414b52 !important;
}

.ck.ck-balloon-panel[class*=arrow_n]:after {
    border-color: transparent transparent #21262b transparent !important;
}
.ck.ck-labeled-field-view .ck.ck-label {
    background: #21262b !important;
}

.ck-editor,
.notices .member-form .form-item {
    width: 100% !important;
    align-items: baseline;
}
.ck-body-wrapper .ck-labeled-field-view .ck-input-text {
    background: #414b52 !important;
    color: #fff !important;
    box-shadow: none !important;
}
.ck.ck-list__item .ck-button.ck-on {
    box-shadow: none !important;
}
.ck.ck-button, a.ck.ck-button,
.ck-button_with-text {
    cursor: pointer !important;
}


.table .tdlink {
    position: relative;
}
.table .tdlink:hover::after {
    position: absolute;
    content: attr(data-tooltip);
    transform: translateX(-50%);
    bottom: -0.79em;
    left: 50%;
    background-color: #21262b;
    color: white;
    padding: .25em .5em;
    z-index: 9;
    font-size: 12px;
}

.tooltip {
    position: relative;
}
.tooltip:hover::after {
    position: absolute;
    content: attr(data-tooltip);
    transform: translateX(-50%);
    bottom: -0.79em;
    left: 50%;
    background-color: #21262b;
    color: white;
    padding: .25em .5em;
    z-index: 9;
    font-size: 12px;
}