html {
    overflow-x: hidden;
}

a {
    color: #333;
}

body, html {
    min-width: 800px;
    width: 100%;
    height: 100%;
    background: #dfe0e0;
    font-weight: 300;
    font-family: Aileron;
    font-size: 14px;
    color: #555;
}

.btn-primary {
    color: #fff;
    background-color: #446995;
    border-color: #4076b6;
}

button {
    background: white;
}

button.btn-white {
    background: white;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.page-wrapper-flex {
    height: 100%;
}

input.checker[type=checkbox] {
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    top: 5px;
    left: 0;
    background: #fcfff4;
    background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 40%, #c9c9c9 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

    input.checker[type=checkbox]:after {
        content: '';
        width: 10px;
        height: 6px;
        position: absolute;
        top: 6px;
        left: 5px;
        border: 3px solid #2c68b3;
        border-top: none;
        border-right: none;
        background: transparent;
        opacity: 0;
        transform: rotate(-45deg);
    }

    input.checker[type=checkbox]:hover::after {
        opacity: 0.1;
    }

    input.checker[type=checkbox]:checked:after {
        opacity: 1;
    }

.page-wrapper, .page-wrapper-inner {
    width: 100%;
    height: 100%;
}

.top-nav-text {
    background: #00538a;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: bold;
    width: 100%;
    background: rgb(0,83,138);
    background: -moz-linear-gradient(top, rgba(0,83,138,1) 0%, rgba(46,117,165,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,83,138,1) 0%,rgba(46,117,165,1) 100%);
    background: linear-gradient(to bottom, rgba(0,83,138,1) 0%,rgba(46,117,165,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00538a', endColorstr='#2e75a5',GradientType=0 );
}

.control-link {
    color: white;
}

    .control-link:hover {
        color: white !important;
        text-decoration: underline;
    }

.logo-wrapper {
    padding: 0px 15px;
}

.top-search-bar {
    background: white;
    height: 60px;
}

.search-box-wrapper {
    padding: 5px;
    width: 100%;
    background: white;
}

    .search-box-wrapper .search-box {
        font-size: 15px;
        width: 100%;
        outline: none;
        border: none;
        border-bottom: 1px solid #ccc;
        padding: 14px 12px 8px 12px;
        letter-spacing: 0.5px;
    }

.main-explorer-wrapper {
    padding: 10px;
}

.main-explorer {
    width: 100%;
    height: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow-x: hidden;
}

.document-panel {
    width: 250px;
    height: 100%;
    border-right: 1px solid #ccc;
    position: relative;
}

.document-panel-wrapper {
    margin-top: 15px;
}

    .document-panel-wrapper .panel-item {
        width: 250px;
        opacity: 0.35;
        cursor: pointer;
    }

        .document-panel-wrapper .panel-item img {
            width: 20px;
            margin: 15px 15px;
        }

        .document-panel-wrapper .panel-item span {
            text-transform: uppercase;
            font-weight: 500;
        }

        .document-panel-wrapper .panel-item.active, .document-panel-wrapper .panel-item:hover {
            opacity: 1;
            border-left: 5px solid #043061;
        }

.document-type-wrapper .document-type-title, .open-documents-wrapper .open-documents-title {
    font-size: 12px;
    font-weight: bold;
    padding: 20px 20px 10px 15px;
    color: #888;
    cursor: pointer;
}

    .document-type-wrapper .document-type-title .fa, .open-documents-wrapper .open-documents-title .fa {
        font-size: 14px;
        padding-right: 5px;
    }

.document-type-list {
    padding-left: 15px;
    font-weight: 400;
}

.document-type-list label {
    width: 100%;
}

.document-type-list input[type=checkbox] {
    margin-right: 5px;
}

.document-type-list_item {
    margin-top: 5px;
}

.open-documents-wrapper .open-documents-list_item {
    padding: 10px 20px;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    position: relative;
}

    .open-documents-wrapper .open-documents-list_item .fa-close {
        position: absolute;
        right: 0px;
        top: 15px;
        padding-left: 15px;
    }

.open-documents-wrapper .open-documents-list_item:nth-child(2n+1) {
    background: #eee;
}

    .open-documents-list_item .fa {
        margin-right: 10px;
    }

    .open-documents-list_item:hover {
        background: #ccc;
    }

.open-documents-wrapper .open-documents-list_noitem {
    padding: 0px 15px;
    font-size: 14px;
    color: #888;
}

.panel-hide-handler {
    height: 60px;
    width: 10px;
    position: absolute;
    background: #2d82ba;
    margin-left: -5px;
    top: 50%;
    top: calc(50% - 60px);
    cursor: pointer;
    border: 5px;
    background-position: center center;
    background-size: 15px;
    background-repeat: no-repeat;
}

/*Explorer listing*/

.document-list {
    width: 100%;
    height: 100%;
    vertical-align: top;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 350px;
}

.filter-toolbar .btn-toolbar-item {
    padding: 0px 15px 3px;
    float: left;
    width: auto;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0px;
    border-radius: 0px;
    border: none;
    outline: none;
    border-top: 5px solid transparent;
}

    .filter-toolbar .btn-toolbar-item img {
        height: 15px;
        margin: 10px 5px;
    }

    .filter-toolbar .btn-toolbar-item img.empty {
        margin: 10px 0px;
    }

    .filter-toolbar .btn-toolbar-item span {
        text-transform: uppercase;
        font-weight: 500;
        vertical-align: text-top;
    }

.filter-toolbar .dropdown-item {
    padding: 12px 36px 12px 21px;
}

.filter-toolbar .btn-toolbar-item.status-filter {
    opacity: 0.35;
}

    .filter-toolbar .btn-toolbar-item.status-filter.active {
        opacity: 1;
    }

    .filter-toolbar .btn-toolbar-item.draft.active {
        border-top: 5px solid #a00e03;
        color: #a00e03;
    }

    .filter-toolbar .btn-toolbar-item.ready-release.active {
        border-top: 5px solid #6ac33a;
        color: #6ac33a;
    }

    .filter-toolbar .btn-toolbar-item.released.active {
        border-top: 5px solid #153c8a;
        color: #153c8a;
        background: #fafafa;
    }

    .filter-toolbar .btn-toolbar-item.obsolete.active {
        border-top: 5px solid #AAA;
        color: #888;
    }

    .filter-toolbar .btn-toolbar-item.released.active {
        border-top: 5px solid #153c8a;
        color: #153c8a;
        background: #fafafa;
    }

.filter-toolbar .filter-dropdown-menu {
    padding-left: 20px;
    padding-right: 26px;
    border-left: 1px solid #c5c5c5;
    height: 100%;
    border-top: none;
}

.scope-header td.doc-scope-col.header-col {
    border-top: none !important;
    border-bottom: 3px solid #043061;
    border-right: 1px solid #0e295d;
}

.scope-header td.header-col {
    text-transform: uppercase;
    background: #f7f8fa;
    color: black;
    font-size: 14px;
    padding: 5px;
    padding-left: 15px;
    border-top: 1px solid #374769;
    letter-spacing: 1px;
}

.scope-header td.header-col {
    background: #00538a;
    color: #edf1fb;
    background: linear-gradient(to bottom, rgba(0,83,138,1) 0%,rgba(46,117,165,1) 100%);
}

    .scope-header td.header-col:nth-child(2n+1) {
        background: #2e75a5;
        color: #edf1fb;
        background: linear-gradient(to bottom, #175c8b 0%,rgb(87 143 181) 100%);
    }

.doc-scope-col {
    width: 20%;
}

.scope-header td.doc-scope-col.empty {
    background: #f7f8fa !important;
    background-color: #f7f8fa !important;
}

table.table-view {
    width: 100%;
}

.scope.docfunc .fa-filter {
    opacity: 0.8;
    text-shadow: 1px 1px 2px #333;
}

.scope-header .selected-scope {
    font-size: 11px;
    font-weight: normal;
}

.scope-docfunc, .selected-scope {
    float: left;
    width: 100%;
    font-weight: 500;
}

.table-docfunc-view {
    margin-top: -1px;
    width: 100%;
}

.docfunc-header {
    cursor: pointer;
    background: #efefef;
    border-top: 1px solid #d5d5d5;
}

.docfunc-header.level-0 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: white;
    background: #f7f8fa !important;
    background: linear-gradient(to bottom, rgb(247 248 250) 0%,rgb(255 255 255) 100%) !important;
}

.docfunc-header .headerfunc-text {
    width: 100%;
    padding-left: 10px;
}

.docfunc-row {
    padding: 5px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.docfunc-header.level-0 .docfunc-row {
    padding: 12px;
    padding-left: 30px;
}

.docfunc-row .docfunc-title {
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.8px;
    color: #2d3841;
    transition: all 0.1s;
}

    .docfunc-header.level-0 .docfunc-row .docfunc-title {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1.2px;
    }

    .docfunc-header.level-0 .docfunc-row.expand .docfunc-title {
        font-weight: bold;
        color: #0b4b83;
        font-size: 16px;
    }

.docfunc-row .docfunc-subtitle {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #306e99;
    transition: all 0.1s;
}

.docfunc-icon {
    height: 20px;
    margin-right: 15px;
    transition: all 0.3s;
    margin-top: 0px;
}

    .docfunc-header.level-0 .docfunc-icon {
        margin-top: 6px;
        height: 25px;
    }

    .docfunc-icon.collapse {
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -ms-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .docfunc-icon.expander {
        display: inline-block;
        background: url(../assets/images/expand.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 18px;
        height: 12px;
    }

.docfunc-icon {
    height: 25px;
    margin-right: 20px;
}

.docfunc-wrapper .table-docfunc-view .docfunc-header:hover {
    background: #e5e8ed !important;
}

.docfunc-docs-wrapper {
    background-color: white;
    border-bottom: 1px solid #ccc;
}

.column-handler {
    border-left: 1px solid #ccc;
    position: absolute;
    height: 100%;
    top: 0px;
    width: 1px;
    right: 0px;
    bottom: 0px;
    cursor: e-resize;
}

.table-view td.doc-scope-col {
    position: relative;
    vertical-align: top;
}

.document-item-wrapper {
    border: 1px dotted #136195;
    margin: 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    padding: 6px 8px;
    background: #efefef;
    background: linear-gradient(to bottom, rgb(247 248 250) 0%,rgb(255 255 255) 100%) !important;
    cursor: pointer;
    transition: all 0.1s;
}

    .document-item-wrapper:hover {
        transform: scale(1.05);
        border: 1px solid #1472b1;
        /*box-shadow: 0px 0px 3px #aaa;*/
    }

.docfunc-row.header-level0 {
    padding: 5px;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding-left: 70px;
    background: linear-gradient(to bottom, rgba(0,83,138,1) 0%,rgba(46,117,165,1) 100%);
    color: #333;
    background: #efefef;
}

.doc-scope-col.empty-col {
    background: #f7f8fa;
    background-repeat: repeat !important;
    background-color: black !important;
}

.no-doc-wrapper {
    width: 100%;
    top: 50%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    margin-top: -12px;
    color: #ccc;
    font-size: 13px;
    letter-spacing: 0.8px;
}

.modal-header {
    padding: 5px;
}

.modal-header-title {
    width: 100%;
}

    .modal-header-title img {
        height: 30px;
        margin: 0px 5px;
    }

    .modal-header-title input {
        font-size: 15px;
        display: inline-block;
        outline: none;
        border: none;
        padding: 5px 12px;
        width: 350px;
        box-sizing: border-box;
        font-weight: normal;
        width: 100%;
        border-radius: 10px;
    }

    .modal-header-title input:hover {
        background-color: #eee;
    }

.modal-content-loader {
    text-align: center;
    max-height: none;
    position: relative;
}

.modal-content-loader .content {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
}

.control {
    display: inline-block;
    padding-right: 5px;
}

.btn-switch, .btn-compare {
    margin-right: 15px;
    padding: 5px 10px;
    border-radius: 10px;
}

    .btn-compare:hover, .btn-switch:hover {
        background-color: #eee;
    }

    .btn-compare > a, .btn-switch > a {
        color: #333;
        text-decoration: none;
    }

.control a.control-item {
    text-decoration: none;
}

.control a.control-item img {
    margin: 2px 0px;
    height: 18px;
}

.control .btn-switch strong {
    font-weight: 500;
}

.modal-footer {
    padding: 8px;
    justify-content: center;
    background-color: #393A3D;
    text-transform: uppercase;
}

.footer-control-item {
    display: inline-block;
}

.btn-close {
    text-transform: uppercase;
}

.btn-footer {
    color: white !important;
    text-transform: uppercase;
    margin: 0px 5px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

    .btn-footer:hover {
        color: white !important;
        background: #23252d;
    }

.modal-footer .divider {
    border-right: 1px solid #666;
}

.viewer-panel-thumbnail {
    background: #f5f7fb;
    vertical-align: top;
}

.thumbnail-icon {
    padding: 10px;
    text-align: center;
    cursor: pointer;
    outline: none;
    margin: 3px;
}

    .thumbnail-icon img {
        height: 20px;
    }

    .thumbnail-icon.active {
        border: 1px solid rgb(207 207 207);
        border-bottom: 1px solid #afafaf;
        box-shadow: 0px 4px 5px #c7c7c7;
        border-radius: 6px;
        background: #f8f8f8;
        background-image: linear-gradient(315deg, #ffffff 0%, #ffffff 74%);
        width: 42px;
    }

    .thumbnail-icon.active i {
        color: #333;
    }

    .thumbnail-icon i {
        font-size: 16px;
        color: #666;
    }

.modal-document-editor .modal-body {
    padding: 0px;
}

.viewer-panel-wrapper {
    width: 350px;
    height: 100%;
    overflow-y: auto;
    background: #fcfdff;
    border-left: 1px solid #e1e5ed;
    position: relative;
}

    .viewer-panel-wrapper .viewer-panel {
        position: absolute;
        width: 100%;
    }

.viewer-panel .title {
    font-size: 22px;
    color: #032F60;
    margin-top: 20px;
    padding-left: 10px;
}

.input-wrapper {
    margin: 15px;
}

.input-block {
    margin-top: 15px;
}

    .input-block label {
        font-size: 11px;
        width: 100%;
    }

    .input-block textarea {
        width: 100%;
        outline: none !important;
        border: none;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        color: #555;
        resize: none;
        background: transparent;
    }

        .input-block textarea:focus {
            border-bottom: 2px solid #0052b7;
        }

    .input-block input[type=text] {
        width: 100%;
        outline: none !important;
        border: none;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        color: #555;
        resize: none;
        background: transparent;
        padding: 5px;
    }

        .input-block input[type=text]:focus {
            border-bottom: 2px solid #0052b7;
        }

.input-block label.checkbox-label {
    font-size: 14px;
    font-weight: 500;
}

    .input-block label.checkbox-label input {
        margin-right: 5px;
    }

.sub-input-block {
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    padding-left: 5px;
}

.btn-upload-file-round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #3f51b5;
    color: white;
    padding: 8px;
    margin: 0px;
    cursor: pointer;
    outline: none;
    border: none;
    position: relative;
    box-shadow: 0px 0px 7px #aba9a9;
    margin: 15px;
}

    .btn-upload-file-round:hover {
        background: #043061;
    }

.attachment-list {
    margin: 10px;
}

    .attachment-list .attachment-item {
        padding: 10px;
        border-radius: 20px;
        background-color: #edf1f7;
        cursor: pointer;
        transition: all 0.5s;
        margin-bottom: 15px;
        position: relative;
    }

    .attachment-list .attachment-item:hover {
        transform: scale(1.06);
    }

        .attachment-list .attachment-info-wrapper {
            margin: 3px 15px;
        }

        .attachment-list .attachment-item .attachment-name {
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.6px;
            word-break: break-all;
        }

        .attachment-list .attachment-item .attachment-link {
            text-decoration: underline;
            font-size: 12px;
        }

    .attachment-list .attachment-item .attachment-download-link {
        font-size: 12px;
        color: #3f51b5;
        letter-spacing: 0.5px;
        cursor: pointer;
    }

    .attachment-list .attachment-item .attachment-download-link:hover {
        font-weight: bold;
        text-decoration: none;
    }

.img-round {
    background-color: #d6dae1;
    border-radius: 50%;
    padding-top: 12px;
    width: 55px;
    min-width: 55px;
    height: 55px;
    text-align: center;
}

.dropdown-menu-dot {
    margin: 6px;
    font-size: 18px;
    color: #333 !important;
    width: 30px;
    text-align: right;
}

.url-display-block {
    background: #ebeef5;
    color: #555;
    padding: 5px;
    border-radius: 10px;
    margin-top: 15px;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.table.table-view {
    background: #ebeef5;
    overflow: hidden;
}

    .table.table-view td,
    .table.table-view th {
        border-top: none !important;
        font-weight: 500;
        color: #555;
    }

.table-rounded {
    border-radius: 15px;
}

.table-view .info-title {
    width: 30%;
}

.table-view .info-title {
    width: 30%;
    background: #d4dae7;
}

.table-view .info-value {
    width: 70%;
}

.comment-block {
    padding: 10px;
    border-radius: 20px;
    background-color: #edf1f7;
    cursor: pointer;
    transition: all 0.5s;
    margin-top: 15px;
}

    .comment-block .author {
        font-weight: 500;
        font-size: 12px;
        color: #333;
    }

    .comment-block .content {
        font-size: 14px;
        margin: 3px 0px 20px;
    }

    .comment-block .time {
        font-size: 10px;
        color: #666;
    }

.table-row-title {
    font-weight: 500;
    word-break: break-word;
    word-wrap: break-word;
    text-wrap: wrap;
    margin-bottom: 5px;
}

.table-row-abstract {
    word-break: break-word;
    word-wrap: break-word;
    text-wrap: wrap;
    color: #666;
    font-size: 14px;
}

.tree-title {
    font-weight: 500;
    letter-spacing: 0.1px;
}

/*Tabulator*/

.tabulator {
    background-color: #e6e6e6;
    border: none;
}

.tabulator-wrapper {
    margin-right: -15px;
    height: calc(100vh - 200px);
}

.tabulator-wrapper .tabulator {
    height: 100% !important;
}

.tabulator-row .tabulator-cell {
    padding: 15px;
}

.tabulator .tabulator-header .tabulator-col {
    background: #2e75a5;
}

    .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
        color: white;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        font-size: 13px;
    }

.tabulator .tabulator-row .tabulator-cell,
.tabulator .tabulator-header .tabulator-col {
    border-right: none;
}

.tabulator .tabulator-footer {
    border-top: none;
}

    .tabulator .tabulator-footer .tabulator-page.active {
        color: #ffffff;
        font-weight: bold;
        background: #1e6a9c;
    }

    .tabulator .tabulator-footer .tabulator-page {
        border: none;
        background: white;
        width: 30px;
        border-radius: 9px;
    }

.table-row-info,
.table-row-info * {
    -ms-word-break: break-word;
    word-break: break-word;
    text-wrap: wrap;
}

    .table-row-info strong {
        font-weight: 500;
    }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
    padding-left: 10px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
    background-color: #0e5f95;
}

.modal-h1 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.modal-container {
    padding: 0px 15px;
}

.document-file-types {
    margin: 15px 0px;
}

.document-file-type-item {
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px;
}

    .document-file-type-item.selected {
        border: 2px solid #0d508b;
        background: #f7f7f7;
    }

.document-file-type-item:hover {
    background-color: #f8f8f8;
}

.document-file-type-item img {
    height: 50px;
}

    .document-file-type-item .document-file-type-name {
        font-size: 13px;
        font-weight: 500;
    }

.error {
    color: red !important;
}

.document-upload-wrapper {
    border-radius: 15px;
    background: #fafafa;
    margin-top: 5px;
    padding: 12px;
}

.text-status {
    color: red;
}

.obsolete-text {
    text-decoration: line-through;
}

.modal-body {
    padding: 6px 12px;
}

    .modal-body .nav-tabs {
        margin-left: 15px;
        border-bottom: none !important;
    }

.modal-body .tabs-container .panel-body {
    background: #fdfdfd;
}

.modal-body .tabs-container .nav-tabs .nav-link {
    border-bottom: none !important;
    color: #42495E;
    background: #e9e9e9;
    margin-right: 11px;
    border-radius: 18px;
    padding: 6px 22px;
}

    .modal-body .tabs-container .nav-tabs .nav-link.active {
        color: #2956b7;
        background: #ffffff;
        border: 1px solid #6585c9 !important;
    }

.modal-body .tab-pane {
    padding: 15px;
}

    .modal-body .tab-pane .panel-body {
        border-radius: 8px;
        padding: 0px 15px;
    }

.filter-selector {
    padding: 10px;
    display: block;
    height: 350px;
    overflow-y: scroll;
}

.filter-selector label {
    display: block;
    width: 100%;
}

.filter-selector label span {
    font-weight: 500;
    margin-left: 12px;
}

.modal-search-box-wrapper {
    padding: 12px 18px 0px;
    
}

.modal-search-box {
    border-radius: 10px;
    background: #f3f3f3;
    outline: none;
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.btn-filter {
    color: #666;
    font-weight: 500;
}

.search-icon {
    margin: 18px 8px;
    height: 26px;
}

.excerpt {
    font-size: 12px;
    max-height: 180px;
    overflow-y: hidden;
    color: #666;
}

    .excerpt .highlight {
        font-weight: bold;
        color: #000;
    }

.no-result {
    background-color: #ffd249;
    padding: 5px 10px;
    font-weight: 500;
}

.input-wrapper .title-row {
    background: #d4dae7;
}

.input-wrapper .content-row {
    background: #ebeef5;
    cursor: pointer;
}

    .input-wrapper .content-row td {
        padding-top: 8px;
        padding-bottom: 5px;
        font-weight: bold;
    }

.comment-cell {
    border-bottom: 1px solid #d4dae7;
    font-size: 12px;
    padding-top: 0px !important;
    cursor: pointer;
}

.tree-wrapper {
    position: relative;
}

.tree-wrapper-blocker {
    opacity: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.btn-chat-button {
    position: fixed;
    right: 24px;
    bottom: 32px;
    z-index: 10000;
    font-size: 14px !important;
    background: white !important;
    box-shadow: 3px 2px 10px #cdcdcd;
    border: none !important;
    padding: 10px 28px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 500;
    color: #226c9e !important;
    transition: all 0.5s;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.btn-chat-button.chat-open {
    right: 420px;
}

.btn-chat-button:hover {
    transform: scale(1.1);
}

.btn-chat-button .chat-icon {
    height: 35px;
}

.question-sidebar {
    width: 0px;
    right: 0px;
    position: fixed;
    background: #f3f3f4;
    height: 100%;
    z-index: 2039;
    border-top: none;
    transition: width 0.5s;
    visibility: collapse;
}

.question-sidebar.open {
    width: 380px;
    visibility: visible;
}

.question-sidebar-backdrop {
    width: 0px;
    z-index: 2039;
    transition: width 0.5s;
    visibility: collapse;
    background: #f3f3f4;
}

.question-sidebar.open {
    min-width: 380px;
    width: 380px;
    visibility: visible;
}

.question-sidebar-backdrop.open {
    min-width: 380px;
    width: 380px;
    visibility: visible;
}

.chat-header .openquestion-logo {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 3px;
}

    .chat-header .openquestion-logo img {
        height: 35px;
        margin: 5px;
    }

.modal-open .btn-chat-button,
.modal-open .question-sidebar,
.modal-open .question-sidebar-backdrop {
    display: none;
}

.doc-list-item {
    padding: 10px;
    border-radius: 8px;
    background: #fafafa;
    margin-top: 8px;
    font-weight: 500;
}

.table-header {
    margin-bottom: 0px;
    border-bottom: none !important;
    margin-top: 15px;
}

.table-header th {
    border-bottom: none !important;
    background-color: #fafafa;
}

.table-restrict th,
.table-restrict td {
    padding: 6px;
}

.table-restrict td {
    font-size: 12px;
    font-weight: 500;
}

.table-scroller {
    height: 350px;
    overflow-y: auto;
}

.authprofile {
    background-color: #eee;
    border-radius: 15px;
    padding: 10px;
}

.selected-profile-wrapper {
    padding: 0px 0px 10px 0px;
    border-radius: 15px;
}

    .selected-profile-wrapper .badge {
        margin-right: 8px;
        font-size: 12px;
        font-weight: 500;
        padding: 5px 20px 5px 12px;
        background: #955a44;
        position: relative;
    }

    .selected-profile-wrapper .badge .fa-times {
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
    }
.mobile .m-toolbar {
    width: 100%;
    height: 56px;
    background-color: #00538a !important;
    color: white;
    padding: 10px;
    z-index: 3;
}

.mobile .m-toolbar .toolbar-icon {
    height: 24px;
    color: white;
    margin: 7px;
}

    .mobile .m-toolbar .search-box {
        width: 90%;
        color: #333;
        padding: 5px 15px;
        z-index: 3;
        font-size: 14px;
        margin: 0px 15px;
        outline: none;
        border: none;
        border-radius: 2px;
        height: 37px;
        padding-top: 3px;
    }

.mobile .left-sidebar {
    width: calc(100% - 56px);
    min-width: calc(100% - 56px);
    max-width: calc(100% - 56px);
    position: fixed;
    height: 100%;
    top: 56px;
    background: white;
    left: -150%;
    transition: all 0.5s;
    overflow-y: auto;
    box-shadow: 5px 5px 12px #a7a7a7;
    padding-bottom: 80px;
}

    .mobile .left-sidebar.open {
        left: 0px;
    }

.mobile .docfunc-row {
    padding: 12px;
}

    .mobile .docfunc-row .docfunc-title {
        font-size: 15px;
        font-weight: 500;
        padding-top: 6px;
    }

.mobile .right-sidebar {
    width: calc(100% - 56px);
    min-width: calc(100% - 56px);
    max-width: calc(100% - 56px);
    position: fixed;
    height: 100%;
    background: white;
    top: 56px;
    right: -150%;
    transition: all 0.5s;
    overflow-y: auto;
    box-shadow: -5px 5px 12px #a7a7a7;
    padding-bottom: 80px;
}

    .mobile .right-sidebar.open {
        right: 0px;
    }

.mobile .mobile-tab-wrapper {
    background: white;
    position: relative;
}

    .mobile .mobile-tab-wrapper .mobile-tab-item {
        text-align: center;
        text-transform: uppercase;
        padding: 10px 0px;
        font-weight: 500;
        font-size: 14px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    .mobile .mobile-tab-wrapper .mobile-tab-item.selected {
        color: #3f51b5;
        border-bottom: 2px solid #3f51b5;
    }

.mobile .filter-wrapper {
    margin-bottom: 25px;
}

.mobile .filter-title {
    margin: 10px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-weight: 500;
}

.mobile .indicator-icon {
    height: 20px;
}

.mobile .filter-list {
    padding-left: 15px;
    font-weight: 400;
}

    .mobile .filter-list label {
        width: 100%;
    }

    .mobile .filter-list input[type=checkbox] {
        margin-right: 5px;
    }

.mobile .filter-list-item {
    margin-top: 5px;
}

.mobile .page-content {
    height: 100%;
}

.mobile .mobile-tab-content {
    height: calc(100% - 43px);
    overflow-y: auto;
    background-color: white;
    padding-bottom: 50px;
}

.mobile .fa-checker {
    font-size: 30px;
    color: #ddd;
}

    .mobile .fa-checker.selected {
        color: #00538a;
    }

.mobile .mobile-tab-content .document-item {
    background-color: #eee;
    padding: 10px;
}

.mobile .mobile-tab-content .document-item:nth-child(2n) {
    background-color: white;
    padding: 10px;
}

    .mobile .mobile-tab-content .document-item p.title {
        font-weight: 500;
        color: #333;
        margin-bottom: 3px;
        margin-top: 0px;
    }

    .mobile .mobile-tab-content .document-item p.abstract {
        font-weight: 400;
        color: #888;
        text-align: justify;
        padding-right: 15px;
    }

    .mobile .document-icon {
        height: 45px;
        margin: 5px 10px 0px 0px;
    }

    .mobile .subtitle {
        margin-top: 5px;
    }

.mobile .no-doc-message {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 22px;
}

    .mobile .no-doc-message .sub-message {
        font-weight: 400;
        font-size: 16px;
    }

.mobile .no-doc-message img {
    height: 100px;
    display: inline-block;
    margin-bottom: 30px;
}