/*Насыщенность: 300, стиль: нормальный*/
@font-face {
    font-family: 'open sans';
    src: url("fonts/opensans/OpenSans-Light.ttf") format("truetype");
    font-weight: 300;
}
/*Насыщенность: 300, стиль: курсивный*/
@font-face {
    font-family: 'open sans';
    src: url("fonts/opensans/OpenSans-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}
/*Насыщенность: 400, стиль: нормальный*/
@font-face {
    font-family: 'open sans';
    src: url("fonts/opensans/OpenSans-Regular.ttf") format("truetype");
}
/*Насыщенность: 400, стиль: курсивный*/
@font-face {
    font-family: 'open sans';
    src: url("fonts/opensans/OpenSans-Italic.ttf") format("truetype");
    font-style: italic;
}
/*Насыщенность: 500, стиль: нормальный*/
@font-face {
    font-family: 'open sans';
    src: url("fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
}

/*Насыщенность: 500, стиль: курсивный*/
@font-face {
    font-family: 'open sans';
    src: url("fonts/opensans/OpenSans-SemiBoldItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}
/*Насыщенность: 600, стиль: нормальный*/
/*@font-face {*/
/*    font-family: 'open sans';*/
/*    src: url("fonts/opensans/OpenSans-Bold.ttf") format("truetype");*/
/*    font-weight: 600;*/
/*}*/
/*Насыщенность: 600, стиль: курсивный*/
@font-face {
    font-family: 'open sans';
    src: url("fonts/opensans/OpenSans-BoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}
/*Насыщенность: 700, стиль: нормальный*/
@font-face {
    font-family: 'open sans';
    src: url("fonts/opensans/OpenSans-ExtraBold.ttf") format("truetype");
    font-weight: 700;
}
/*Насыщенность: 700, стиль: курсивный*/
@font-face {
    font-family: 'open sans';
    src: url("fonts/opensans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

/*Write your custom css in this file.*/
.settings-anchor {
    font-weight: bold;
}

body .unread-notification {
    /*используется !important потому что он же используется в app.all.css*/
    background-color: #c9ced4 !important;
}

.graphicpdf-12.activepdf {
    width: 100% !important;
}
.graphicpdf-12.activepdf .project_and_clock_status_widget {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.graphicpdf-12.activepdf .row,
.graphicpdf-12.activepdf .row > div > div,
.graphicpdf-12.activepdf .row > div > div .card {
    width: 100%;
}
.chartpdf-12.activepdf {
    width: 100% !important;
}
.chartpdf-12.activepdf .widget-container {
    display: flex;
    flex-wrap: wrap;
}
.chartpdf-12.activepdf .widget-container > .card {
    flex-basis: 25%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.chartpdf-12.activepdf .widget-container > .card .card-body {
    background-color: #fff;
}

.js-dadata-result {
    position: relative;
    width: 100%;
}

.dadata-list {
    list-style: none;
    padding: 0;
    position: absolute;
    z-index: 1000;
    width: 100%;
    border: 1px solid #F6F8F9;
    background-color: #fff;
}

.dadata-list li {
    padding: 5px;
    cursor: pointer;
}

.dadata-list li:hover {
    background-color: #F6F8F9;
}

.sidebar .sidebar-scroll {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.title-button-group, .dataTables_filter {
    float: initial;
}

.filter-btn {
    background-color: transparent;
    border: none;
    padding: 0;
}

.dataTables_filter input[type="search"] {
    width: 100% !important;
    padding: 10px 12px 9px 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #DEE6E9;
    background: url(../images/search.png) no-repeat 2% 46% #fff;
    text-indent: 30px;
    color: #C6C8CB;
    height: 40px;
}

.title-tab {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.btn-default {
    border-radius: 8px;
    border: 1px solid #6690F4;
    padding: 9px 20px;
}

.user-add-btn {
    color: #6690F4;
}

.user-add-btn svg {
    color: #6690F4;
}

table.dataTable thead th {
    border-top: none;
}

.dataTable .badge {
    border-radius: 6px;
    border-width: 2px;
    border-style: solid;
    padding: 4px 12px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /*margin-bottom: 8px;*/
}

.dataTable .user-name {
    color: #4E5E6A;
    font-weight: 600;
    font-style: normal;
    font-family: "Open Sans", serif;
    line-height: 1.2em;
    padding: 0 15px;
}

.mr8 {
    margin-right: 4px;
}

table.dataTable thead th {
    font-weight: 600;
    font-size: 12px;
    color: #7B8190;
}

table.dataTable.display tbody td {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
}

.users-list .avatar-xs {
    width: 40px;
    height: 40px;
}

.filter-modal .modal-header {
    background-color: #E9F2FF;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 30px 16px 30px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.filter-modal .col-md-3, .filter-modal .col-md-9 {
    width: 100%;
}

.filter-modal .general-form input.form-control {
    padding: 10.5px 4px 10.5px 12px;
    border-radius: 8px;
    border: 1px solid #DEE6E9;
    height: 40px;
}

.filter-modal .dashed-row .form-group {
    padding-bottom: 0;
    border-bottom: initial;
}

.filter-modal .dashed-row .form-group .row label:first-child{
    padding: 0 10px;
}

.filter-modal .card-footer {
    padding: 0 15px;
    background-color: transparent;
}

.filter-modal .btn {
    padding: 9px 20px;
    border-radius: 8px;
}

.select2-container .select2-choices {
    border-radius: 8px;
    border: 1px solid #DEE6E9;
    background: #FFFFFF;
    padding: 5px 5px 7px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background-color: #F6F8F9;
    padding: 2px 20px 2px 10px;
}

.select2-search-choice div {
    font-size: 12px;
    line-height: 20px;;
    font-weight: 400;
}

.select2-container-multi .select2-search-choice-close {
    right: 3px !important;
    left: unset !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 26px;
}

.modal-content {
    border-radius: 12px;
}

.select-all-btn input[type="checkbox"] {
    position: relative;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: all !important;
}

.select-all-btn {
    border-radius: 6px;
    border: 1px solid #6690F4;
    height: 30px;
    padding: 4px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #6690F4;
    margin-top: 10px;
}

.content-block input.form-check-input[type="radio"] {
    position: relative !important;
    pointer-events: all !important;
}

.content-block {
    border-radius: 20px;
    padding: 20px 0;
}

.content-block .show-all-link {
    color: #6690F4;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    text-decoration: underline;
}

table.dataTable tbody td:first-child, table.dataTable tbody td:last-child, table.dataTable thead th:first-child, table.dataTable thead th:last-child {
    padding: 20px 15px !important;
}

.content-block table.dataTable {
    border-spacing: 30px;
}

.custom-scroll-wrap {
    max-height: 656px;
}

.filter-btn {
    margin-left: 8px;
}

.content-block .homepage-table-inner a {
    color: #4E5E6A;
    font-weight: 600;
    font-size: 12px;
}

.content-block .date-create{
    color: #828E98;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
}

.content-block table.dataTable tbody th, table.dataTable tbody td {
    padding: 20px 10px !important;
}

.user-detail .user-roles {
    margin: 12px 0;
    flex-wrap: wrap;
    padding: 0 12px;
}

.user-detail .user-diary {
    margin-top: 10px;
}

.user-detail .user-archive a{
    border: 1px solid #6690F4;
    color: #6690F4;
    margin-top: 25px;
    border-radius: 8px;
}

.user-detail .user-archive a:hover {
    background-color: #6690F4;
    color: #fff;
}

.user-detail .user-archive a:hover svg {
    fill: #fff;
}

.table-blocks .element .el-content .block-image img {
    width: 100%;
    height: 100%;
    background-color: #d3d3d3;
    object-fit: cover;
    object-position: 0 60%;
}

/*#user-requisites-2 .card-body > .row {*/
/*    display: grid;*/
/*    !*grid-template-columns: repeat(2, 1fr);*!*/

/*    grid-template-columns: repeat(auto-fill, minmax(50%, 0));*/
/*    grid-template-rows: repeat(8, auto);*/
/*    grid-auto-flow: column;*/

/*    column-gap: 50px;*/
/*}*/

/*.user-detail .card-body > .row > div:first-of-type {*/
/*    !*display: ;*!*/
/*    height: 0;*/
/*    width: 0;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

.user-detail .card-body .form-control {
    border-radius: 8px;
    border: 1px solid #DEE6E9;
}

/*.user-detail .card-body .col-md-3 {*/
/*    width: 100%;*/
/*}*/

.user-detail .card-body .col-md-9 {
    width: 100%;
}

.user-detail .dashed-row .form-group {
    border-bottom: none;
}

.user-detail .form-control {
    height: 40px;
}

.user-detail .form-group label {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.dashed-row .form-group .row label:first-child {
    padding: 0 12px;
}

.card .card-body {
    padding: 0 20px 20px;
}

#user-detail-tabs.nav-tabs {
    border-radius: 20px 20px 0 0;
}

.user-detail .card-footer {
    background-color: #fff;
    border-radius: 0 0 20px 20px !important;
    padding: 0 20px 30px 20px;
}

.user-detail .card {
    border-radius: 0 0 20px 20px !important;
}

.user-sidebar .card-footer {
    padding-bottom: 0;
}

.btn-primary {
    /*height: 40px;*/
    padding: 9px 20px;
    border-radius: 6px;
}

.user-sidebar .btn-primary {
    border-color: #6690F4;
    color: #6690F4;
    background-color: transparent;
    line-height: 25px;
}

.user-sidebar .btn-primary:hover {
    background-color: #6690F4;
    color: #fff;
}

.user-detail .download-btn {
    padding: 10.5px 12px;
    border-radius: 6px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
    height: 110px;
    color: #C6C8CB;

}

.user-detail .file-placeholder {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.general-form.white .select2-container .select2-choice {
    border-radius: 8px;
    border: 1px solid #DEE6E9 !important;
    height: 40px;
}

.select2-container .select2-choice .select2-arrow b {
    background-position: 0 6px;
}

.content-block .header {
    flex-wrap: wrap;
}

.content-block .users-list .avatar-xs {
    margin-right: 12px;
}

.modal-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.filter-modal .form-group label {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.tab-content {
    position: relative;
}

.select2-container .select2-choice > .select2-chosen {
    line-height: 2;
    height: 100%;
    background: #fff;
}

.header .dataTables_filter {
    margin-bottom: 0;
}

.header .dataTables_filter input[type="search"] {
    color: #000;
}

.knowledge-base div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
}

/*.article-add-btn {*/
/*    min-width: 180px;*/
/*}*/

.kb-search-wrap {
    width: 50%;
}

.knowledge-base .dataTables_filter {
    margin-left: 0;
}

.dropdown-toggle.user-add-btn {
    border: 1px solid #6690F4 !important;
}

.dropdown-toggle.user-add-btn:after {
    content: none;
}

.sub_knowledge_base .dropdown-menu-left {
    transform: translate(-140px, 22px) !important;
}

.tab-buttons-wrap {
    position: absolute;
    right: 131px;
    background-color: #fff;
    padding: 10px 0;
}

.tab-submit-wrap {
    padding: 10px 15px;
}

.tab-buttons-inner {
    height: 100%;
}

.tab-buttons-inner .btn {
    margin-right: 15px;
}

table.dataTable thead th {
    padding: 15px 20px !important;
}

.title-tab-wrap {
    padding: 20px 20px 0 20px;
}

.tabs-wrap {
    border-radius: 20px 20px 0 0;
}

.tabs-nav-list {
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    padding: 20px 20px;
}

.badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}

#notifications-1 .title {
    margin-bottom: 10px;
}

#notifications-1 .card {
    border-radius: 0 0 20px 20px;
    padding-bottom: 30px;
}

.knowledge-base-item {
    border: 1px solid #DEE6E9;
    border-radius: 20px;
    /*min-height: 417px;*/
    margin-bottom: 20px;
}

.knowledge-base-item .btn-default {
    padding: 3px 20px;
}

.knowledge-base-list, .asks-list {
    padding: 0 15px;
}

.knowledge-base-item-header {
    background-color: #E9F2FF;
    padding: 20px;
    border-radius: 20px 20px 0 0;
}

.knowledge-base-item-header h4 {
    font-size: 16px;
    color: #4E5E6A;
    font-weight: 600;
}

.sub_knowledge_base h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.knowledge-base-articles-list {
    list-style: none;
    padding-left: 0;
}

.knowledge-base-articles-wrap {
    box-shadow: inset 0px -5px 10px #f3f3f3;
}

.knowledge-base-articles-list li {
    padding-bottom: 20px;
}

.knowledge-base-articles-list li a {
    color: #4E5E6A;
    font-size: 14px;
}

.knowledge-base-article-ico {
    margin-right: 10px;
}

.knowledge-base-item-inner {
    padding: 20px;
}

.knowledge-base-btn-wrap {
    padding: 10px 20px;
    max-height: 50px;
}

.accordion__item {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #DEE6E9;
    border-radius: 20px;
}

.accordion__item + .accordion__item {
    margin-top: 16px;
}

.accordion__title {
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #4E5E6A;
    cursor: pointer;
    padding: 10px 60px 10px 0px;
}

.accordion__title:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.75319 7.93026C6.08162 7.61446 6.60388 7.6247 6.91969 7.95314L11 12.2847L15.0803 7.95314C15.3961 7.6247 15.9184 7.61446 16.2468 7.93026C16.5753 8.24607 16.5855 8.76833 16.2697 9.09677L11.5947 14.0468C11.4391 14.2085 11.2244 14.3 11 14.3C10.7756 14.3 10.5609 14.2085 10.4053 14.0468L5.73031 9.09677C5.41451 8.76833 5.42475 8.24607 5.75319 7.93026Z' fill='white'/%3E%3C/svg%3E");    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-color: #6690F4;
    border-radius: 50%;
}

.accordion__title.accordion-active:before {
    transform: rotate(180deg);
}

.accordion__content {
    display: none;
    margin-top: 14px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #4E5E6A;
}

.knowledge-base-list {
    margin-top: 20px;
}

.faq-popup.card, .faq-popup .post-dropzone {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.modal-footer {
    justify-content: flex-start;
    padding: 0 20px 15px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: none;
}

.form-group label {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.general-form .form-control {
    border-radius: 8px;
    border: 1px solid #DEE6E9;
    background: #FFF;
    height: 40px;
}

.modal-header {
    background-color: #E9F2FF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.post-dropzone, .view-container {
    border-radius: 20px;
}

.post-dropzone {
    margin-top: 20px;
}

.amsify-suggestags-area .amsify-suggestags-input-area .amsify-suggestags-input {
    /*width: 100%;*/
    background: #fff;
    max-width: 100%;
}

.select2-container .select2-choice {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #DEE6E9 !important;
    line-height: 1.5;
    height: 40px;
}

.select2-container .select2-choice .select2-arrow {
    background: #fff;
}

.note-editor.note-frame {
    border: 1px solid #DEE6E9;
    border-radius: 20px;
    padding: 10px 10px 0;
}

.form-group label.checkbox-label {
    font-weight: 400;
}

a {
    color: #6690F4;
}

.file-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #E9F2FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    min-width: 50px;
}

.file-name {
    color: #4E5E6A;
    font-weight: 600;
}

.file-size {
    margin-right: 20px;
}

.categories-inner {
    padding: 0 30px;
}

.categories-list {
    list-style: none;
}

.categories-list a {
    padding: 0;
    margin-bottom: 15px;
}

.help-catagory.list-group .list-group-item:hover, .help-catagory.list-group .list-group-item.active {
    border-left: none !important;
    color: #6690F4;
    background: none;
    text-indent: 0;
}

.categories-list-title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px
}

.categories-inner .dataTables_filter {
    margin: 0;
}

.category-name {
    margin-top: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.list-group-item {
    padding: 0 0 20px 0;
}

.calendar-wrap {
    padding: 0 20px 20px;
}

.calendar-tasks-item {
    padding: 15px;
    background-color: #F5F5F5;
    border-radius: 10px;
    margin-bottom: 12px;
    text-align: left;
}

.calendar-tasks-item .badge {
    padding: 4px 12px;
}

.calendar-tasks-item-title {
    color: #4E5E6A;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.calendar-tasks-item-date {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.calendar-datepicker .datepicker-inline, .calendar-datepicker .table-condensed {
    width: 100%;
    display: contents;
    border-spacing: 18px;
}

.calendar-datepicker table tr td.active.active, .calendar-datepicker table tr td.active.active:hover {
    background-color: #6690F4;
    border-color: #6690F4;
    border-radius: 50%;
    color: #fff;
}

.calendar-datepicker .datepicker table tr td.today {
    background-color: #6690F4;
    border-color: #6690F4;
    border-radius: 50%;
    color: #fff;
}

.calendar-datepicker .datepicker tr td {
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.calendar-datepicker .prev, .calendar-datepicker .next {
    font-size: 0;
    width: 31px;
    height: 30px;
    padding: 0;
    background-color: transparent !important;
    background-repeat: no-repeat;
}

/*.calendar-datepicker .prev {*/
/*    position: absolute;*/
/*    right: 100px;*/
/*}*/

/*.calendar-datepicker .next {*/
/*    position: absolute;*/
/*    right: 65px;*/
/*}*/

.calendar-datepicker thead {
    position: relative;
}

.calendar-datepicker .prev, .calendar-datepicker .prev:hover {
    background: no-repeat url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="15" cy="15" r="14.5" transform="matrix(-1 0 0 1 30 0)" stroke="%236690F4"/><path d="M13.875 20.625L8.25 15M8.25 15L13.875 9.375M8.25 15H21.75" stroke="%236690F4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.calendar-datepicker .next, .calendar-datepicker .next:hover {
    background: no-repeat url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="15" cy="15" r="15" fill="%236690F4"/><path d="M16.125 20.625L21.75 15M21.75 15L16.125 9.375M21.75 15H8.25" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.calendar-datepicker .datepicker-switch {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    height: 30px;
}

.calendar-datepicker table tr td.day.highlighted {
    background-color: transparent;
    color: #ED4242;
}

.calendar-datepicker table tr td.day.old, .calendar-datepicker table tr td.day.new {
    color: #7B8190;
    font-weight: 400;
    opacity: 0.5;
}

.calendar-datepicker table tr td.day {
    color: #4E5E6A;
    font-weight: 400;
}

.notify-list .list-group-item {
    padding: 20px 15px;
}

@media screen and (max-width: 991px) {
    .accordion__title {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .accordion__title:before {
        width: 24px;
        height: 24px;
        background-size: cover;
        top: -1px;
    }
}

@media screen and (max-width: 991px) {
    .accordion__content {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .tab-buttons-wrap {
        position: initial;
    }

    .tab-buttons-inner {
        justify-content: flex-end;
    }

    .dataTable .badge {
        padding: 4px 4px;
    }

    #page-content .btn-success {
        margin-bottom: 10px;
    }
}

@media (min-width: 320px) and (max-width: 1900px) {
    .calendar-datepicker .datepicker-inline, .calendar-datepicker .table-condensed {
        border-spacing: 3px;
    }
}

@media (max-width: 767px) {
    .toolbar-left-top, .datatable-export {
        display: block;
        background: initial;
    }
}

/*.modal-dialog {*/
/*    position: initial;*/
/*}*/
/*.modal-content {*/
/*    position: initial;*/
/*}*/

/*.modal-backdrop {*/
/*    z-index: 2 !important;*/
/*}*/
/*.fixed-top {*/
/*    z-index: 1 !important;*/
/*}*/

/*@supports (-webkit-touch-callout: none) {*/
/*    !* CSS specific to iOS devices *!*/
/*    .modal-backdrop {*/
/*        z-index: 2 !important;*/
/*    }*/
/*    .fixed-top {*/
/*        z-index: 1 !important;*/
/*    }*/
/*}*/

.dropdown {
    position: relative;
}
.dropdown .dropdown-content {
    position: absolute;
    z-index: 10;
    white-space: nowrap;
    display: none;
}
.dropdown:hover .dropdown-content {
    display: block !important;
}

.nav li .dropdown-content a {
    border-radius: 8px;
}
.table-blocks .element .el-content {
    position: relative;
}

.table-blocks .element .el-content .labels {
    position: absolute;
}
.table-blocks .element .el-content .burger-btns {
    position: absolute;
    right: 0;
    padding: 10px 30px 10px 10px;
}

.table-blocks .element .el-content .burger-btns:hover .burger-elements {
    display: block;
}

.table-blocks .element .el-content .labels label{
    padding: 10px;
    color: white;
}

.table-blocks .element .el-content .name {
    font-weight: 700;
    size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-blocks .element .el-content .description {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-blocks .element .el-content{
    border-radius: 20px;
    padding: 15px;
}
.table-blocks .element .el-content .block-image{
    width: auto;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}

.user.little-info .avatar {
    border-radius: 50%;
    overflow: hidden;
    height: 50px;
    width: 50px;
    margin-right: 10px;
}
.user.little-info .avatar img {
    width: 100%;
    height: 100%;
}

.user.little-info .name {
    font-weight: 600;
}

.table-blocks .element .el-content .btns>div:nth-child(odd){
    margin-right: 5px;
}
.table-blocks .element .el-content .btns>div:nth-child(even){
    padding-left: 5px;
}
.table-blocks .element .el-content .btns .btn{
    border-radius: 10px;
    padding: 10px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.table-blocks .element .el-content .sign .label {
    font-weight: 600;
}

.table-blocks .pagination .page-item.active .page-link {
    background-color: #DEE6E9;
    border-color: #DEE6E9;
}
.table-blocks .pagination .page-item .page-link {
    background-color: #EEF1F9;
    color: #4E5E6A;
}

.news-detail {
    padding: 15px;
}
.news-detail .image {
    height: 365px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

@media (max-width: 810px) {
    .news-detail .image {
        height: 220px;
    }
}

.news-detail .image img {
    width: 100%;
    height: auto;
}
.news-detail .name {
}

ul.recipients {
    margin: 15px 0 0;
    padding: 0;
}
ul.recipients li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
    color: #4E5E6A;
}
ul.recipients li:before,
ul.recipients li.is-user:before {
    background-color: #6690F4;
}
ul.recipients li.is-department:before {
    background-color: #F36DFF;
}
ul.recipients li.is-project:before {
    background-color: #72ff6d;
}
ul.recipients li.is-role:before {
    background-color: #ffdb6d;
}
ul.recipients li:before {
    margin-right: 10px;
    top: 5px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;

}

.fw-light-bold {
    font-weight: 600;
}

.radio-fillable:checked:after {
    width: 14px;
    height: 14px;
    top: -8px;
    left: -7px;
    position: relative;
    background-color: #0d6efd;
    content: '';
    display: inline-block;
    visibility: visible;
    border-radius: 50%;
    border: 2px solid white;
}


.burger-btns .burger .burger-elements {
    position: absolute;
    right: 0;
    margin-right: 30px;
    padding: 10px 5px;
    border-radius: 10px;
}
.burger-elements .burger-el{
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #4E5E6A;
}
.burger-elements .burger-el .svg {
    margin-left: 10px;
}

.burger-elements .burger-el .svg path {
    stroke: #4E5E6A;
}

.burger-elements .burger-el:last-child {
    margin-bottom: 0;
}

.burger-elements .burger-el:hover {
    background-color: #E9F2FF;
}

.hidden {
    display: none;
}

.list-group-flush {
    padding: 0 15px;
}

.nav.nav-tabs li:not(.active):hover:after {
    width: 0;
}
ul.nav.nav-tabs li .active,
ul.nav.nav-tabs li.active {
    border: none !important;
}

.knowledge-base-description {
    height: 40px;
    overflow: hidden;
}

.knowledge-base-item-header h4 {
    font-size: 14px;
}

.btn-danger {
    padding: 9px 20px;
    border-radius: 8px;
}

.calendar .title-tab-wrap {
    width: 75%;
}

@media print {
    #left-menu-toggle-mask,
    #default-navbar,
    #users-1-table_wrapper .toolbar-left-top,
    .js-table-row .dropdown,
    thead .option
    {
        display: none;
    }

    .page-container {
        margin: 0;
    }

    .users-list {
        font-size: 10px;
    }

    table.dataTable tbody td {
        padding: 20px 5px !important;
    }
}
.datatable-tools.row .toolbar-left-top {
    display: flex;
}
.hide-under-line {
    border: none;
}

.tab-content .tab-pane .content-block {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mr-5 {
    margin-right: 5px;
}

.mr-auto {
    margin-right: auto;
}

.datatable-tools.row .toolbar-left-top {
    display: flex;
}
.hide-under-line {
    border: none;
}

.select-all {
    margin-bottom: 5px;
    color: #6690F4;
    cursor: pointer;
}
.select-all[data-action="set-all"] [data-set="no-one"]{
    display: none;
}
.select-all[data-action="set-no-one"] [data-set="all"]{
    display: none;
}


.daterangepicker  .calendar-table td.disabled {
    background-color: #e9e9e9;
    text-decoration: none;
    border-radius: 0;
}

table.dataTable.display tbody tr.subrow td {
    background-color: #e9e9e9;
}

span.accordion {
    cursor: pointer;
}
.subrow .accordion {
    display: none;
}

.accordion {
    color: grey;
    font-size: 0.8em;
}

.accordion .a-show,
.accordion.unrolled .a-hide{
    display: block;
}
.accordion .a-hide,
.accordion.unrolled .a-show{
    display: none;
}

.content-block .homepage-table-inner .link:hover {
    color: #6690F4;
}

.global-settings .general-form {
    display: flex;
    flex-direction: column-reverse;
}

.global-settings .general-form .card{
    margin-bottom: 0;
}

.global-settings .general-form .card-body {
    padding-top: 20px;
    /* padding-bottom: 0; */
}



.timeline-list {
    border-left: solid 4px #6690F4;
}

.timeline {
    min-height: 100px;
    position: relative;
    margin-left: 30px;
    display: flex;
    margin-bottom: 20px;
    font-weight: 600;
    color: #4E5E6A;
}

.timeline::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #6690F4;
    left: -45px;
    top: calc(50% - 10px);
}

.timeline .timeline-content {
    padding: 20px;
    background-color: white;
    width: 100%;
    border-radius: 25px;
}

.timeline .timeline-content .timeline-content_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timeline .timeline-content .timeline-content_header .name{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #4E5E6A;
    font-family: "Open Sans", serif;
}

.timeline .timeline-content .time {
    font-size: 12px;
    margin: 10px 0;
    color: #7B8190;
}

.text-lightgreen {
    color: #48BD7E;
}


.timeline.hided .content > div {
    display: none;
}

.timeline.hided .content:nth-child(2) > div{
    display: block;
}

.modal .timeline::before {
    display: none;
}
