body {
    background: #f7f7f7
}

.dataTables_filter {
    width: 50%;
    float: left;
    text-align: left
}

.navbar-nav .open .dropdown-menu.msg_list {
    width: 320px
}

ul.msg_list li a {
    padding: 0 !important
}

ul.msg_list li a .title {
    font-size: 14px
}

ul.msg_list li a .time {
    right: 5px;
    bottom: 5px
}

ul.msg_list li a .message {
    font-size: 13px;
    margin-bottom: 14px
}

.page-title .title {
    display: block;
    width: 100%;
    float: left
}

.page-title .title .form-group {
    margin-bottom: 15px
}

.dropdown-menu, .navbar-nav > li > .dropdown-menu {
    border-radius: 0
}

.btn, .form-group .btn {
    margin: 0
}

.right_col {
    right: 0;
    left: 0;
    top: 58px
}

.panel_toolbox {
    min-width: inherit !important
}

.panel_toolbox > li > a.link:hover {
    background: inherit !important
}

.btn-default-focus {
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: none !important
}

.dropdown .btn {
    border-radius: 0 !important
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    line-height: 1 !important
}

.ui-select-multiple.ui-select-bootstrap {
    min-height: 34px
}

.ui-select-multiple.ui-select-bootstrap {
    padding-top: 4px !important
}

.notifications-wrapper {
    overflow: auto;
    max-height: 360px
}

.title-header {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    top: -14px
}

.title-content {
    color: #73879c;
    position: relative;
    top: 14px;
    background: #fff;
    padding-right: 5px;
    text-transform: uppercase
}

#browse-location {
    border-bottom: none !important
}

.right-comment {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 5px 0 8px 5px;
    background-color: rgba(42, 63, 84, .54);
    border-radius: 3px 0 0 3px;
    border: 1px solid #5d7287;
    cursor: pointer
}

.modal.aside {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
    min-width: 356px;
    background: #fff;
    left: inherit
}

.aside .modal-dialog {
    margin: 0;
    border: none;
    box-shadow: none;
    max-width: 365px
}

.aside .modal-dialog .modal-content {
    margin: 0;
    border: none;
    box-shadow: none
}

.aside .modal-dialog {
    height: 100%;
    position: absolute;
    width: 100%;
    overflow: hidden;
    bottom: 0;
    top: 0
}

.aside .modal-content {
    height: 100%;
    display: flex;
    flex-direction: column
}

.aside .modal-body {
    height: 100%
}

.aside .tab-content {
    position: relative;
    height: 100%;
    width: 100%
}

.aside .tabset-content {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0
}

.aside .tabset {
    display: flex;
    flex-direction: column;
    height: 100%
}

.aside .tab-content > .active {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0
}

.flex {
    display: flex;
    flex-direction: column;
    height: 100%
}

.aside .activity {
    position: relative;
    height: 100%;
    width: 100%;
    right: 0
}

.aside .nav-tabs {
    flex: 0 0 auto
}

.aside .comment-container {
    height: 100%
}

.auto-scroll {
    overflow: auto
}

.activity .user-thumb {
    height: 36px;
    position: absolute;
    width: 36px
}

.activity .prefix-content {
    font-weight: 700
}

.activity .suffix-content:before {
    content: " "
}

.activity .h-detail {
    margin-top: 10px
}

.activity .item {
    border-top: 1px solid #efefef;
    padding: 8px 3px;
    position: relative
}

.activity .link {
    max-width: 90%;
    font-size: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.activity .parent-item {
    border-bottom: 1px solid #efefef
}

.activity .child-item {
    margin-left: 20px
}

.activity .event-list.j-selected > .event-box {
    box-shadow: 2px 0 0 #00bcf2 inset
}

.activity .lv-1 {
    border-top: 1px solid #efefef;
    padding: 8px 3px;
    position: relative
}

.activity .role-wrapper {
    font-size: 90%;
    padding: 2px 6px;
    background: #ccc;
    color: #fff;
    border-radius: 3px
}

.no-border-top {
    border-top: 0 !important
}

.activity .create-time {
    color: #4a4a4a;
    font-size: 11px;
    font-weight: 400;
    padding-top: 6px
}

.activity .item-name {
    margin-left: 25px
}

.activity .icon-wrapper {
    height: 20px;
    position: absolute;
    width: 20px
}

.activity .cloud-brand {
    border-radius: 50%;
    background-color: #a0a0a0;
    padding: 3px;
    width: 20px;
    height: 20px
}

.history .event-box {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin: 0 0 -1px 1px;
    padding: 10px;
    position: relative;
    font-size: 14px
}

.history .item {
    border-top: 1px solid #efefef;
    padding: 8px 3px;
    position: relative
}

.history .item-name {
    display: inline-block;
    vertical-align: middle
}

.history .icon-wrapper {
    display: inline-block;
    vertical-align: middle
}

.history .wrap-text {
    padding: 8px 0
}

.history .create-time, .history .pretty-date {
    margin: 0;
    padding-top: 6px;
    font-size: 12px
}

.history .action-icon {
    padding-top: 6px;
    position: absolute;
    height: 24px;
    width: 24px
}

.history .event-box.j-selected {
    border-left: 1px solid #1d78c5
}

.loading-wrapper {
    margin: 15px
}

.loading-wrapper .btn {
    padding: 6px 20px;
    border-radius: 3px;
    border: 1px solid #ccc
}

.event-list li.event-box {
    background-color: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin: 0 0 6px 1px;
    padding: 16px;
    position: relative;
    font-size: 14px
}

.event-list li .event-parent {
    padding: 5px 0;
    border-bottom: 1px solid #efefef
}

.event-list li .event-child {
    padding-left: 52px
}

.through-line {
    text-decoration: line-through
}

#comment .comment-footer {
    position: relative;
    text-align: right
}

#comment {
    font-size: 15px
}

#comment li {
    margin: 0 0 5px
}

#comment .comment-content {
    padding: 5px;
    background-color: #eaeaea;
    color: #000
}

.talk-bubble {
    margin: 10px;
    display: inline-block;
    position: relative;
    width: 250px;
    height: auto;
    background-color: #eaeaea
}

.round {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.border {
    border: 3px solid #666
}

.tri-right.border.right-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: -8px;
    bottom: auto
}

.tri-right.right-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 0;
    bottom: auto
}

#comment .comment-header {
    margin-bottom: 5px
}

#comment .comment-text {
    line-height: 1.5;
    font-size: 90%;
    word-wrap: break-word
}

#comment .eye {
    position: absolute;
    right: 10px;
    background-color: #fff;
    padding: 0 5px;
    margin-top: 5px
}

#comment .show-more {
    text-align: center
}

#comment .remove {
    color: #000;
    margin: 0 5px
}

#comment .date {
    float: right;
    font-size: 13px
}

#comment .date-info {
    padding: 2px 3px;
    font-style: italic;
    font-size: 81%
}

#comment .comment-footer .dropdown-menu {
    top: auto;
    margin-top: 5px
}

#comment .dropdown-menu .chat-bubble-arrow, #comment .dropdown-menu .chat-bubble-arrow-border {
    left: 30px;
    right: 0
}

div[contenteditable] {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed -webkit-small-control;
    height: 56px;
    overflow: auto;
    padding: 2px;
    resize: both
}

div[mention] {
    resize: vertical;
    padding: 5px !important
}

.mention-tag {
    font-weight: 700;
    padding: 1px 2px
}

ol, ul {
    list-style-type: none;
    padding: 0
}

.project-name {
    vertical-align: text-bottom
}

.content-project-list img {
    vertical-align: baseline;
    margin-right: 8px
}

span.project-name {
    line-height: 31px
}

.mask-input {
    position: relative
}

.mask-input .wrap-input {
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.mask-input input[type=file] {
    bottom: 0;
    cursor: inherit;
    font-size: 1000px !important;
    height: 300px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0
}

.x_panel.list {
    padding: 10px
}

.browse-header .opacity {
    opacity: .4
}

.hid {
    display: none !important
}

.non-authorized {
    min-height: inherit !important;
    background: 0 0 !important;
    margin-left: 0 !important
}

body.non-authorized {
    background: #f7f7f7
}

.right_col.non-authorized {
    top: 10px
}

.logo_login {
    margin-bottom: 20px;
    height: 150px
}

.logo_login img {
    height: 100%;
    object-fit: contain
}

.checkbox.link {
    margin-bottom: 0
}

.login .action-bar, .login .clearfix {
    padding: 0 !important
}

table.table tbody td {
    vertical-align: middle
}

table.table .label {
    font-size: 90%
}

div.modal-body .member-container {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden
}

.member-container > .row {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #ccc
}

.member-container .username .img {
    padding: 0;
    position: relative
}

.member-container .username img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.member-container .email {
    font-size: 85%;
    color: #4224dc
}

.member-container .remove-button {
    line-height: 2.3;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
}

.radio-item {
    margin: 0 0 -1px !important;
    line-height: 2
}

.radio-item label {
    width: 100%
}

.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0
}

.list.list-inline {
    margin-bottom: 0
}

.list.list-inline > li {
    padding-right: 0;
    margin-bottom: 10px
}

a[disabled=disabled] {
    pointer-events: none
}

.modal-content {
    border-radius: 0;
    border: none;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .3)
}

.list_view .browse-file, .list_view .browse-new-folder {
    line-height: 1 !important
}

.list_view .browse-file .double-col, .list_view .browse-file .kind, .list_view .browse-file .modified, .list_view .browse-new-folder .double-col, .list_view .browse-new-folder .kind, .list_view .browse-new-folder .modified {
    line-height: 1;
    margin-top: 7px
}

.list_view .browse-file .filename-col, .list_view .browse-new-folder .filename-col {
    padding-top: 0 !important
}

.list_view .browse-file .filename-col a.filename-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 55px;
    height: 18px;
}

.shared-folder {
    position: absolute;
    top: 8px;
    left: 55px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 4px
}

.modal-open .ui-datepicker {
    z-index: 1060 !important
}

.ui-datepicker {
    padding-bottom: 0;
    background-image: none
}

.input-group-addon {
    border-radius: 0
}

.bootstrap-dialog-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !important;
    font-size: 16px
}

.bootstrap-dialog-title img {
    position: absolute;
    top: 8px
}

.bootstrap-dialog-title span {
    margin-left: 37px
}

.margin-bottom {
    margin-bottom: 10px
}

.input-group-btn .btn {
    border-radius: 0
}

#browse-location {
    padding: 0 !important;
    margin: 0 !important
}

.tokenfield .token {
    margin-bottom: 2px !important;
    vertical-align: middle !important;
    border-radius: 0 !important
}

.no-padding {
    padding: 0
}

.no-padding .bar_tabs {
    margin-bottom: 10px
}

.no-padding .tab-pane {
    padding: 0 10px 10px;
    margin-top: -4px
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: #2a3f54 !important
}

.waiting {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff
}

.waiting.fadeOut {
    visibility: hidden
}

.modal-header .close {
    border-radius: 50%;
    min-width: 36px;
    margin: -8px;
    padding: 8px;
    color: #1abb9c;
    text-shadow: 0 1px 0 #1abb9c;
    opacity: .7;
    font-size: 19px
}

.modal-header .close:hover {
    background: rgba(255, 255, 255, .1);
    opacity: 1
}

pre {
    margin: 0 !important;
    background: 0 0
}

.file-report-detail table thead {
    background: 0 0 !important
}

.checkbox.icheck label, .radio.icheck label {
    padding-left: 0
}

.checkbox.icheck label > span, .radio.icheck label > span {
    position: relative;
    top: 2px;
    margin-left: 5px
}

.checkbox.icheck label > span.list-item, .radio.icheck label > span.list-item {
    font-size: 12px
}

.ui-select-bootstrap .ui-select-choices-row > span {
    padding: 6px 15px !important
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    position: relative;
    cursor: pointer
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    bottom: 8px
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    bottom: 8px
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    font-family: fontawesome;
    color: rgba(50, 50, 50, .5);
    position: absolute;
    right: 0;
    bottom: 8px
}

.form-control-feedback {
    position: absolute;
    left: 1px;
    width: 34px;
    margin: 5px 0;
    border-right: 1px solid #ccc
}

.login-pane {
    margin-top: 72px
}

.c-font {
    font-size: 20px
}

.input-lg {
    height: 40px
}

.has-feedback input.input-lg + .form-control-feedback {
    width: 37px;
    height: 30px;
    line-height: 30px;
    left: 2px
}

.ui-menu {
    max-height: 300px;
    overflow: auto
}

.ztree .button {
    box-shadow: none
}

.btn > img {
    vertical-align: top
}

.nav-sm .container.body .col-md-3.left_col {
    z-index: 999
}

.nav-sm .container.body .right_col {
    z-index: 1000
}

.user-profile.dropdown-toggle {
    overflow: hidden;
    white-space: nowrap;
    max-width: 170px;
    text-overflow: ellipsis
}

.table-responsive {
    border: none
}

.popover {
    text-align: center;
    font-size: 13px !important
}

.navbar-nav .open .dropdown-menu {
    top: auto
}

.ui-select-choices-row-inner > div {
    white-space: normal
}

.site_title {
    padding-right: 10px
}

.site_title > img {
    object-fit: contain;
    width: 50px
}

.list_view .browse-new-folder img.icon {
    margin-left: 8px;
    margin-bottom: 4px
}

#browse-box .browse-file .input-filename {
    position: absolute;
    left: auto;
    top: 6px
}

.ui-menu {
    z-index: 1050 !important
}

.active-payment {
    margin-bottom: -12px;
    background-color: rgba(243, 156, 18, .7);
    border-color: rgba(243, 156, 18, .5);
    border-radius: 0;
    padding: 7px
}

.active-payment .close, .alert.alert-warning.alert-custom .close {
    right: 4px;
    color: #333
}

.alert.alert-warning.alert-custom {
    background-color: rgba(243, 156, 18, .7);
    border-color: rgba(243, 156, 18, .5);
    border-radius: 0;
    padding: 7px
}

.alert-warning > a, .alert-warning > span {
    color: #fff
}

#active_payment_team_profile {
    color: red
}

.auto-over-flow {
    overflow: auto
}

.encode-info > div {
    margin: 0 !important
}

.el-padding {
    width: 24px;
    height: 24px;
    display: block
}

.el-padding.el-padding-small {
    width: 20px
}

#view-link .filename-link {
    position: absolute;
    top: 8px;
    left: 50px;
    right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#view-link .file-size {
    margin-top: 9px
}

#view-link .view-mode {
    margin-top: 5px
}

#view-link .icon-view li.active .fa {
    color: #fff
}

.sub-menu {
    margin-left: 27px
}

@media (max-width: 767px) {
    .x_panel {
        padding: 5px
    }

    .text-xs-left {
        text-align: left
    }

    .panel {
        margin-bottom: 10px
    }

    .username {
        margin-bottom: 5px
    }

    #modal-upload .filename, .dest-col .size {
        margin-left: 36px;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    #upload-files-list .upload-file .upload-file-info .filename-col img {
        transform: translateY(50%)
    }

    #upload-files-list .upload-file .upload-file-info .status-col span.small-x-button {
        position: static !important
    }

    #upload-files-list .upload-file .upload-file-info .status-col a.small-x-button {
        margin: 10px 4px 0 0
    }

    #upload-files-list .upload-file .upload-file-info .status-col .small-x-button img {
        position: absolute;
        right: 20px;
        transform: translateY(-50%);
        top: 50%
    }
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pointer {
    cursor: pointer
}

#modal-upload {
    border-radius: 0 !important;
    background-color: transparent !important;
    bottom: 2px !important
}

#modal-box {
    border-radius: 0 !important
}

#modal-box h2 {
    padding: 0 !important;
    font-size: 15px !important
}

#modal-upload .modal-header {
    padding: 10px 15px
}

#current-percent {
    top: 3px;
    font-size: 11px !important
}

#upload-files-list .upload-file .upload-file-info .filename-col img {
    position: absolute;
    margin: 0 !important;
    padding-left: 7px
}

#upload-files-list .upload-file {
    padding: 9px 0 !important
}

#modal-content.modal-body {
    padding: 10px
}

.upload-file .wrapper-upload-progress-bar {
    position: absolute !important;
    left: 0;
    right: 0;
    top: inherit !important;
    bottom: 5px;
    margin-left: 10px !important
}

#modal-upload .filename {
    max-width: none !important;
    margin-left: 36px
}

#upload-files-list .upload-file .upload-file-info .status-col a.small-x-button {
    font-size: 18px;
    font-weight: 700;
    color: #ccc
}

#modal-upload.minimize {
    height: 40px
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
    background-color: rgba(166, 171, 177, .72);
    border-radius: 3px
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(166, 171, 177, 1)
}

::-webkit-scrollbar-thumb:active {
    background-color: rgba(115, 120, 126, .72)
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
    border-radius: 3px;
    background-color: #d9dee4
}

.crop {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px
}

​ .lock-icon-view-download {
    margin-right: 50px;
    font-size: 17px;
    margin-top: 6px
}

.ui-select-multiple.ui-select-bootstrap {
    padding: 6px 12px !important
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    width: 100% !important;
    height: 1.5em !important;
    margin-bottom: 0 !important
}

.action-label {
    font-size: 18px !important;
    vertical-align: middle !important;
    pointer-events: none
}

i.required:before {
    content: '*';
    color: red
}

.nav-tabs > li > a:hover {
    cursor: pointer;
    background: #fff
}

.btn-invite {
    position: absolute !important;
    top: 0;
    right: 0;
    height: 2.45em
}

.table-fixed {
    width: 100%
}

.table-fixed tbody {
    height: 350px;
    overflow-y: auto;
    width: 100%
}

.table-fixed tbody, .table-fixed td, .table-fixed th, .table-fixed thead, .table-fixed tr {
    display: block
}

.table-fixed tbody td {
    float: left
}

.table-fixed thead tr th {
    float: left
}

.sel-search-type {
    display: inline-block !important;
    width: 110px !important;
    background: 0 0 !important;
    padding-left: 5px !important
}

.input-search-type {
    display: inline-block !important
}

.modal-dialog .dataTables_processing {
    display: none !important
}

.content-project-list .hidden-block {
    opacity: 0;
    pointer-events: none
}

@media (max-width: 370px) {
    .input-search-type {
        display: inline-block !important;
        width: 160px !important
    }
}

.spinner {
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: grid;
    place-items: center;
    z-index: 100;
    background: #9790903d;
}

.spinner img {
    width: 50px;
}

.disabled-element {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.input-email {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-box {
    display: flex;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.custom_label_table {
    color: #FFFFFF;
    padding: 6px;
    font-size: 12px;
    border-radius: 50px;
    text-align: center;
    white-space: nowrap;
}

.flex-wrap-label {
    display: flex;
    flex-wrap: wrap;
}

.margin-label {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.hiden {
    display: none;
}
