/*
	===============================
			@Import	Function
	===============================
*/
/*
	===============================
			@Import	Mixins
	===============================
*/
/*----------Theme checkbox---------*/
.new-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.mail-box-container {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 6px;
    background: #0e1726;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.mail-overlay {
    display: none;
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #3b3f5c !important;
    z-index: 4 !important;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.mail-overlay.mail-overlay-show {
    display: block;
    opacity: .7;
}

.tab-title svg.feather-clipboard {
    color: #0e1726;
    fill: #25d5e4;
    margin-bottom: 13px;
}

.tab-title .tab-title-t {
    position: relative;
    display: flex;
    align-items: center;
    width: 230px;
    text-align: center;
    justify-content: center
}

.tab-title .tab-title-t img {
    width: 25px;
}

.tab-title .tab-title-t h5 {
    position: relative;
    font-size: 14px;
    color: #fff;
    padding-left: 15px;
}

.tab-title #addTask {
    position: absolute;
    font-size: 14px;
    padding: 9px 20px;
    border: none;
    color: #191e3a;
    bottom: 32px;
    left: 17%;
    background-color: #009688;
    box-shadow: none;
}

.tab-title #addTask svg {
    margin-right: 5px;
}

.tab-title.mail-menu-show {
    left: 0;
    width: 100%;
    min-width: 190px;
    height: 100%;
}

.tab-title hr {
    border-top: 1px solid #ebedf2;
    max-width: 54px;
}

.tab-title .todoList-sidebar-scroll {
    position: relative;
    width: 100%;
}

.content-left .nav {
    position: relative;
    display: flex !important;
    align-items: center;
    border-left: 1px solid #191e3a;
}

.content-left .nav li {
    border-right: 1px solid #191e3a;
    min-width: 117px;
    text-align: center;
}

.tab-title .nav-pills .nav-link.active {
    background-color: transparent;
    color: #191e3a;
    background: #008ac0;
    font-weight: bold;
}

.tab-title .nav-pills .nav-link.active svg {
    color: #191e3a;
}

.tab-title .nav-pills a.nav-link {
    position: relative;
    font-size: 13px;
    color: #fff;
    border-radius: 0;
    padding: 20px 15px 20px 15px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.tab-title .nav-pills .nav-link .badge {
    border-radius: 15px;
    position: relative;
    text-align: center;
    line-height: 24px;
    min-width: 40px;
    padding: 0 10px;
    font-weight: normal;
    border: 1px solid #1b55e5;
    color: #1b55e5;
    transform: none;
    margin-top: -3px;
    margin-left: 10px;
}

.tab-title .nav-pills .nav-link.active .badge {
    border-color: transparent;
    color: #191e3a !important;
    margin-left: 0;
    font-weight: bold;
}

.tab-title .nav-pills a.nav-link.active:hover {
    color: #0e1726;
}

.tab-title .nav-pills a.nav-link.active:hover svg {
    color: #0e1726;
}

.tab-title .nav-pills a.nav-link:hover svg {
    fill: rgba(136, 142, 168, 0.258824);
}

.tab-title .nav-pills a.nav-link svg {
    color: #888ea8;
    margin-right: 6px;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    fill: rgba(0, 23, 55, 0.08);
    margin-top: -4px;
}

.tab-title .nav-pills .nav-link#all-list .badge {
    color: #607d8b;
    border-color: #607d8b;
}

.tab-title .nav-pills .nav-link#todo-task-done .badge {
    color: #2196f3;
    border-color: #2196f3;
}

.tab-title .nav-pills .nav-link#todo-task-important .badge {
    color: #e2a03f;
    border-color: #e2a03f;
}

/*
=====================
    Todo Inbox
=====================
*/
.todo-inbox {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 100%;
    width: 100%;
}

.todo-inbox .search {
    display: flex;
}

.todo-inbox .search input {
    border: none;
    padding: 12px 13px 12px 13px;
    border-bottom: 1px solid #191e3a;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #009688;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.todo-inbox .mail-menu {
    margin: 7px 13px 7px 13px;
    width: 25px;
    border-radius: 0;
    color: #515365;
    align-self: center;
    border-bottom: 1px solid #191e3a;
}

.todo-inbox .todo-item-inner {
    display: flex;
}

.todo-inbox .message-box {
    background: #fff;
    padding: 0 0 5px 0;
}

.todo-box-scroll {
    position: relative;
    margin: auto;
    width: 100%;
    overflow: auto;
    height: calc(100vh - 224px);
}

.todo-inbox .todo-item {
    cursor: pointer;
    position: relative;
}

.todo-inbox .todo-item:not(:last-child) {
    border-bottom: 1px solid #191e3a;
}

.todo-inbox .todo-item.todo-task-trash {
    display: none;
}

.todo-inbox .todo-item.todo-task-trash.trash-show {
    display: block;
}

.todo-inbox .todo-item .todo-item-inner .n-chk {
    padding: 20px 10px 20px 10px;
}

.todo-inbox .todo-item .todo-item-inner .todo-content {
    width: 100%;
    padding: 20px 10px 20px 10px;
}

.todo-inbox .todo-item .todo-item-inner .todo-heading {
    font-size: 18px;
    font-weight: 600;
    color: #bfc9d4;
    margin-bottom: 2px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.todo-inbox .todo-item .todo-item-inner:hover .todo-heading {
    -webkit-transform: translateY(0) scale(1.01);
    transform: translateY(0) scale(1.01);
}

.todo-inbox .todo-item .todo-item-inner p.todo-text {
    font-size: 14px;
    margin-bottom: 0;
    color: #acb0c3;
    font-weight: 600;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: calc(100vw - 730px);
}

.todo-inbox .todo-item .todo-item-inner:hover .todo-text {
    -webkit-transform: translateY(0) scale(1.01);
    transform: translateY(0) scale(1.01);
}

.todo-inbox .todo-item .todo-item-inner p.meta-date {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #888ea8;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.todo-inbox .todo-item .todo-item-inner:hover p.meta-date {
    -webkit-transform: translateY(0) scale(1.01);
    transform: translateY(0) scale(1.01);
}

.todo-inbox .todo-item .todo-item-inner .priority-dropdown {
    float: right;
    padding: 20px 10px 20px 10px;
}

.todo-inbox .todo-item .todo-item-inner .priority-dropdown .dropdown-toggle {
    font-size: 20px;
}

.todo-inbox .todo-item .todo-item-inner .priority-dropdown .dropdown-toggle.danger svg {
    color: #e7515a;
    fill: rgba(231, 81, 90, 0.19);
}

.todo-inbox .todo-item .todo-item-inner .priority-dropdown .dropdown-toggle.warning svg {
    color: #e2a03f;
    fill: rgba(233, 176, 43, 0.19);
}

.todo-inbox .todo-item .todo-item-inner .priority-dropdown .dropdown-toggle.primary svg {
    color: #2196f3;
    fill: rgba(33, 150, 243, 0.19);
}

.todo-inbox .todo-item .todo-item-inner .priority-dropdown .dropdown-menu {
    left: -45px !important;
}

.todo-inbox .todo-item .todo-item-inner .priority-dropdown .dropdown-menu a.dropdown-item.active, .todo-inbox .todo-item .todo-item-inner .priority-dropdown .dropdown-menu a.dropdown-item:active {
    background: transparent;
}

.todo-inbox .todo-item .todo-item-inner .priority-dropdown .dropdown-menu a svg {
    font-size: 19px;
    font-weight: 700;
    margin-right: 7px;
    vertical-align: middle;
}

.todo-inbox .todo-item .todo-item-inner .priority-dropdown .dropdown-menu a.danger svg {
    color: #e7515a;
}

.todo-inbox .todo-item .todo-item-inner .priority-dropdown .dropdown-menu a.warning svg {
    color: #e2a03f;
}

.todo-inbox .todo-item .todo-item-inner .priority-dropdown .dropdown-menu a.primary svg {
    color: #2196f3;
}

.todo-inbox .todo-item .todo-item-inner .action-dropdown .dropdown-menu .permanent-delete, .todo-inbox .todo-item .todo-item-inner .action-dropdown .dropdown-menu .revive {
    display: none;
}

.todo-inbox .todo-item.todo-task-trash .n-chk {
    display: none;
}

.todo-inbox .todo-item.todo-task-trash .todo-item-inner .todo-content {
    width: 100%;
    padding: 20px 14px 20px 14px;
}

.todo-inbox .todo-item.todo-task-trash .todo-item-inner .priority-dropdown .dropdown-menu {
    display: none;
}

.todo-inbox .todo-item.todo-task-trash .todo-item-inner .action-dropdown .dropdown-menu .edit, .todo-inbox .todo-item.todo-task-trash .todo-item-inner .action-dropdown .dropdown-menu .important, .todo-inbox .todo-item.todo-task-trash .todo-item-inner .action-dropdown .dropdown-menu .delete {
    display: none;
}

.todo-inbox .todo-item.todo-task-trash .todo-item-inner .action-dropdown .dropdown-menu .permanent-delete, .todo-inbox .todo-item.todo-task-trash .todo-item-inner .action-dropdown .dropdown-menu .revive {
    display: block;
}

.todo-inbox .todo-item .todo-item-inner .action-dropdown {
    float: right;
    padding: 20px 10px 20px 10px;
}

.todo-inbox .todo-item .todo-item-inner .action-dropdown .dropdown-menu {
    left: -7px !important;
}

.todo-inbox .todo-item .todo-item-inner .action-dropdown .dropdown-menu .dropdown-item.active, .todo-inbox .todo-item .todo-item-inner .action-dropdown .dropdown-menu .dropdown-item:active {
    background-color: transparent;
}

.todo-inbox .todo-item .todo-item-inner .action-dropdown .dropdown-toggle svg {
    width: 21px;
    height: 21px;
    margin-top: 5px;
    color: #888ea8;
}

.todo-inbox .todo-item .todo-item-inner .action-dropdown .show .dropdown-toggle svg {
    color: #bfc9d4;
}

.todo-inbox .todo-item.todo-task-done .todo-item-inner .todo-heading {
    text-decoration: line-through;
}

.todo-inbox .todo-item.todo-task-done .todo-item-inner p.meta-date, .todo-inbox .todo-item.todo-task-done .todo-item-inner p.todo-text {
    text-decoration: line-through;
}

.modal-content {
    border: none;
}

.modal-content svg.close {
    position: absolute;
    right: -7px;
    top: -8px;
    font-size: 12px;
    font-weight: 600;
    padding: 2px;
    background: #1b2e4b;
    border-radius: 5px;
    opacity: 1;
    color: #009688;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: .600s;
}

.modal-content svg.close:hover {
    box-shadow: none;
    transition: .600s;
    opacity: 1 !important;
}

#todoShowListItem .task-text {
    position: relative;
    max-height: 260px;
    padding: 0 16px;
}

.compose-box {
    border-radius: 6px;
}

#todoShowListItem .modal-content .modal-body {
    padding-left: 0;
    padding-right: 0;
}

#todoShowListItem .compose-content h5 {
    margin-bottom: 19px;
    padding-bottom: 19px;
    border-bottom: 1px solid #191e3a;
}

.compose-box .compose-content h5 {
    font-weight: 700;
    font-size: 18px;
    color: #bfc9d4;
    text-align: center;
    margin-bottom: 35px;
}

.compose-box .compose-content .task-text p {
    word-break: break-word;
}

.compose-box .compose-content .task-text img {
    max-width: 100%;
}

#todoShowListItem .modal-footer {
    border-top: 1px solid #191e3a;
}

#todoShowListItem .modal-footer .btn[data-dismiss="modal"] {
    background-color: #1b2e4b;
    color: #bfc9d4;
    font-weight: 700;
    border: 1px solid #1b2e4b;
    padding: 10px 25px;
}

#todoShowListItem .modal-footer .btn[data-dismiss="modal"] svg {
    margin-right: 8px;
    width: 19px;
    height: 19px;
}

.compose-box .compose-content form svg {
    align-self: center;
    font-size: 19px;
    margin-right: 14px;
    color: #009688;
    font-weight: 600;
}

.compose-box .compose-content form #taskdescription {
    height: 170px;
}

.compose-box .compose-content form .validation-text {
    display: none;
    color: #e7515a;
    font-weight: 600;
    text-align: left;
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 1px;
}

#addTaskModal .modal-footer {
    border-top: none;
    padding-top: 0;
}

#addTaskModal .modal-footer .btn[data-dismiss="modal"] {
    background-color: #1b2e4b;
    color: #bfc9d4;
    font-weight: 700;
    border: 1px solid #1b2e4b;
    padding: 10px 25px;
}

#addTaskModal .modal-footer .btn.add-tsk {
    background-color: #1b55e2;
    color: #fff;
    font-weight: 600;
    border: 1px solid #1b55e2;
    padding: 10px 25px;
}

#addTaskModal .modal-footer .btn.edit-tsk {
    background-color: #009688;
    color: #fff;
    font-weight: 600;
    border: 1px solid #009688;
    padding: 10px 25px;
}

.modal-backdrop {
    background-color: #515365;
}

.compose-box .compose-content form #editor-container h1, .compose-box .compose-content form #editor-container p {
    color: #3b3f5c;
}

@media (max-width: 767px) {
    .todo-inbox {
        display: block;
    }

    .todo-inbox .message-box {
        width: 100%;
        margin-bottom: 40px;
    }

}

@media (max-width: 991px) {
    .mail-box-container {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .todo-inbox .search {
        border-bottom: 1px solid #191e3a;
    }

    .todo-inbox .mail-menu {
        border-bottom: none;
    }

    .todo-inbox .search input {
        border-right: 1px solid #191e3a;
        border-bottom: none;
    }

    .todo-inbox .todo-item .todo-item-inner p.todo-text {
        max-width: calc(100vw - 228px);
    }

    .tab-title {

    }

    .todo-inbox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .modal-backdrop {
        opacity: 0.8 !important;
    }

}

@media (max-width: 575px) {
    .todo-inbox .mail-item div.mail-item-heading .mail-item-inner .f-body > div {
        display: block;
    }

    .todo-inbox .mail-item div.mail-item-heading .mail-item-inner .f-body .meta-time {
        margin-bottom: 0;
        float: none;
    }

    .tab-title {
        display: block;
    }

    .tab-title .tab-title-t {
        width: 100%;
        padding: 15px 0;
    }

    .content-left .nav {
        text-align: center;
        justify-content: center;
    }

    .content-left .nav li {
        width: auto;
        min-width: inherit;
        border: none;
        display: inline-block;
    }

    .tab-title .nav-pills .nav-link {
        min-width: inherit;
    !important;
    }

    .tab-title .nav-pills a.nav-link {
        padding: 10px 20px;
    }

    .tab-title .nav-pills .nav-link .badge {
        margin: 8px;
    }

    .search_type_choose .title {
        width: 110px !important;
    }

    .filter01 .search_keyword {
        width: 230px !important;
    }

    .table_filter_content {
        display: none !important;
    }

    .tab-title .nav-pills a.nav-link svg, .tab-title .nav-pills .nav-link .badge {
        display: none;
    }

}

/*
=====================
    IE Support
=====================
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .tab-title {
        width: 100%;
    }
}

/*
=====================
    Mozilla Support
=====================
*/
@-moz-document url-prefix() {
    .todo-inbox .todo-item .todo-item-inner .todo-content {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
}

/*add 2020-08-11*/

.todo-box .layout-top-spacing {
    margin-top: 0
}

.searchable-container .searchable-items.list .linkedin .items .user-profile {
    max-width: 237px;
}

.searchable-container .searchable-items.list .items.items-header-section span {
    font-size: 15px;
    font-weight: normal;
}

.searchable-container .searchable-items.list .items .item-content {
    font-size: 14px;
}

.searchable-container .searchable-items.list .items .user-profile img.user-img {
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
}

.searchable-items table {
    min-width: 1200px;
    line-height: 1.5;
}

.searchable-items table .checkbox-primary {
    margin-right: 20px;
}

.searchable-items table tr {
    border-bottom: 1px solid #191e3a;
    font-size: 13px;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
}

.searchable-items table tr td.user-contact .help .add_contact_content svg {
    margin-right: 0
}

.searchable-items table tr:hover {
    background: #060818
}

.searchable-items table tr th {
    color: #FFF;
}

.searchable-items table tr th, .searchable-items table tr td {
    padding: 15px;
}

.searchable-items table tr td.user-comment span {
    color: #506891;
    float: left;
    margin-right: 8px;
}

.searchable-items table tr td.user-comment .user-comment-content, .searchable-items table tr td.user-company .user-company-content, .searchable-items table tr td.user-contact .add_contact_content {
    position: relative;
    overflow: hidden;
    padding-right: 40px;
}

.searchable-items table tr td.user-contact .add_contact_content {
    word-break: break-all;
}

.searchable-items table tr td.user-contact .add_contact_content {
    color: #888EA8
}

.searchable-items table tr td.user-comment .user-comment-content .more, .searchable-items table tr td.user-company .user-company-content .more, .searchable-items table tr td.user-contact .add_contact_content .more {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    border: 1px solid #1b55e5;
    line-height: 20px;
    padding: 0 4px;
    border-radius: 4px;
    color: #888ea8;
    margin-top: -10px;
    font-size: 12px;
    cursor: pointer;
}

.searchable-items table tr td.user-company .user-company-content .more, .searchable-items table tr td.user-contact .add_contact_content .more, .searchable-items table tr td.user-comment .user-comment-content .more {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.searchable-items table tr td.user-company .user-company-content.show .more, .searchable-items table tr td.user-contact .add_contact_content.show .more, .searchable-items table tr td.user-comment .user-comment-content.show .more {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.searchable-container .searchable-items.list .items .user-meta-info .user-name {
    font-weight: normal;
    font-size: 13px;
}

.searchable-items table tr td.user-company .click_btn {
    cursor: pointer;
    margin-left: 15px;
}

.searchable-items table tr td.user-frequency span {
    position: relative;
    display: inline-block;
    border: 2px dashed transparent;
    width: 38px;
    line-height: 24px;
    text-align: center;
    border-radius: 6px;
    margin-left: 10px;
}

.searchable-items table tr td.user-frequency span.color1b55e5 {
    border-color: #1b55e5
}

.searchable-items table tr td.user-frequency span.colore7515a {
    border-color: #e7515a
}

.searchable-items table tr td.user-frequency span.colore2a03f {
    border-color: #e2a03f
}

.searchable-items table tr th.h-user-homepage span i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../../img/ico01.png) no-repeat center;
    background-size: 100% auto;
    margin: 0 5px;
}

.searchable-items table tr td.user-post .ico, .searchable-items table tr td.user-homepage .ico, .searchable-items table tr td.user-contact .ico, .searchable-items table tr td.user-comment .ico {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../../img/ico11.png) no-repeat center;
    background-size: 100% auto;
    margin-left: 15px;
}

.searchable-container .searchable-items.list .items td.user-comment {
    max-width: none;
    width: 480px;
}

.searchable-items table tr td.user-contact .ico {
    background-image: url(../../img/ico03.png);
    width: 23px;
    height: 23px;
}

.searchable-items table tr td.user-comment .translate_text {
    position: relative;
}

.searchable-items table tr td.user-comment .ico {
    background-image: url(../../img/ico05.png);
    width: 13px;
    height: 13px;
    cursor: pointer;
}

.searchable-items.list tr .align-self-center { /*margin-top:-7px; */
}

.searchable-items table tr td.user-contact .help {
    color: #008ac0;
    cursor: pointer;
}

.searchable-items table tr td.user-contact .help svg {
    color: #888ea8;
    margin-right: 3px;
}

.company_content_box .modal-dialog {
    line-height: 1.8;
    font-size: 14px;
}

.company_content_box_width .modal-dialog {
    max-width: 680px;
}

.company_content_box .modal-dialog, .company_content_box .modal-dialog p {
    color: #ccc;
}

.company_content_box .modal-content {
    border-radius: 10px;
}

.company_content_box .modal-dialog .modal-body {
    padding: 25px;
}

.company_content_box .company_box_head {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.company_content_box .company_box_head .item_img {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    margin-right: 15px;
}

.company_content_box .company_box_head .item_title {
    position: relative;
    color: #8ab1ff;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
}

.company_content_box .company_box_head .item_title:after {
    content: "-";
    margin: 0 30px;
}

.company_content_box .company_box_head .item_more {
    position: relative;
    color: #8ab1ff;
    font-weight: normal;
    font-size: 16px;
}

.company_content_box .company_box_head .item_more:hover {
    color: #008ac0;
}

.company_content_box .company_box_contact {
    padding: 20px 0;
    margin: 0;
}

.company_content_box .company_box_contact li {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 10px 40px
}

.company_content_box .company_box_contact li span {
    position: absolute;
    left: 0;
    top: 8px
}

.company_content_box .company_box_info {
}

.company_content_box .modal-footer .btn.detail_btn, .company_content_box .modal-footer .btn.update_btn {
    background: #009688;
    color: #FFF;
    border-color: transparent;
    padding: 0;
    width: 72px;
    line-height: 35px;
    text-align: center;
    font-weight: normal;
}

.company_content_box .modal-footer .btn.close_btn {
    padding: 0;
    width: 72px;
    line-height: 35px;
    text-align: center;
    font-weight: normal;
}

.searchable-items table tr td.user-post .post_click_btn {
    cursor: pointer;
}

.searchable-items table tr td.user-operation .operation_btn {
    position: relative;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    color: #4c91c7;
    margin-right: 3px;
    cursor: pointer;
}

.searchable-items table tr td.user-operation .operation_btn01 {
    background: url(../../img/ico04.png) no-repeat center center;
    background-size: 100% auto;
}

.company_content_box_width_big .modal-dialog {
    max-width: 900px;
}

.company_content_box03 .modal-content {
    background: none
}

.enterprises_table .company_content_box03 .modal-content {
    background: #0e1726;
}

.company_box_tip {
    position: relative;
    background: #1b55e2;
    color: #FFF;
    padding: 15px 68px 15px 15px;
    border-radius: 5px;
}

.tip_btn {
    position: absolute;
    top: 50%;
    right: 10px;
    background: none;
    color: #FFF;
    border: none;
    margin-top: -13px;
}

.company_box_tip.color1b55e2 {
    background: #1b55e2
}

.company_box_tip.colore2a03f {
    background: #e2a03f
}

.company_box_tip.color8dbf42 {
    background: #8dbf42
}

.company_box_tip.color2196f3 {
    background: #2196f3
}

.company_box_tip.colore7515a {
    background: #e7515a
}

.table_filter_content {
    position: relative;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 45px;
    border-bottom: 1px solid #191e3a;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.filter01 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search_type_choose {
    position: relative;
}

.search_type_choose .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    width: 50px;
    text-align: center;
    padding-left: 0px;
    cursor: pointer;
}

.search_type_choose .title span {
}

.search_type_choose .title i {
    margin-left: 10px;
}

.search_type_choose ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #0a111c;
    z-index: 999;
    padding: 20px 13px;
    min-width: 100%;
    border: 1px solid #191e3a;
    border-top: none;
    display: none
}

.search_type_choose ul li {
    position: relative;
    padding: 10px 0;
    cursor: pointer;
}

.filter01 .search_keyword {
    position: relative;
    border: none;
    background: none;
    width: 320px;
    font-size: 12px;
    padding: 0 16px;
    border-left: 1px solid #191e3a;
    color: #FFF;
}

.filter01 .search_btn {
    color: #999;
}

.filter02 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 13px;
}

.filter02_content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.filter02_content li.filter_item {
    margin: 0 8px;
}

.filter02_content li.filter_item .item_title {
    margin: -1px 0 0 6px;
    font-size: 13px;
}

.filter02_title {
    position: relative;
    margin-top: 2px;
    color: #4c91c7
}

.filter02_btn {
    position: relative;
    display: inline-block;
    border: 1px solid #1b55e5;
    line-height: 25px;
    padding: 0 15px;
    border-radius: 4px;
    margin: 0 10px;
    color: #888ea8;
}

.page_input_table th .th_operation_choose {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.page_input_table th .th_operation_choose .title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 35px;
    line-height: 35px;
    width: 122px;
    background: #3b3f5c;
    cursor: pointer;
    border-radius: 3px;
    justify-content: center;
    text-align: center;
}

.page_input_table th .th_operation_choose .title span {
    width: 80px;
    border-right: 1px solid #70767a;
}

.page_input_table th .th_operation_choose .title i {
    width: 42px;
}

.page_input_table th .th_operation_choose ul {
    position: absolute;
    top: 90%;
    left: 0;
    background: #3b3f5c;
    z-index: 999;
    padding: 20px 13px;
    min-width: 100%;
    border-top: none;
    display: none
}

.page_input_table th .th_operation_choose ul li {
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    font-weight: normal;
}

.page_input_table th .operation_update {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.page_input_table th .operation_update i.ico {
    position: relative;
    display: block;
    width: 37px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    background: #009688;
    text-align: center;
    color: #000;
    cursor: pointer;
}

.page_input_table td.td_addr {
    width: 44%
}

.page_input_table td.td_operation {
    position: relative;
    width: 240px;
}

.page_input_table td.td_operation .operation_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.page_input_table td.td_operation .operation_btn01, .page_input_table td.td_operation .operation_btn02 {
    width: 76px;
    height: 33px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #1b55e2;
    background: #1b55e2;
    border-radius: 3px;
}

.page_input_table td.td_operation .operation_btn02 {
    width: 67px;
    background: none;
    margin: 0 10px 0 10px;
}

.page_input_table th.th_name, .page_input_table td.td_name {
    display: flex;
    align-items: center;
}

.page_input_table td.td_data {
    width: 18%
}

.page_input_table td.td_data i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../../img/ico11.png) no-repeat center;
    background-size: 100% auto;
    margin: 0 11px;
}

.page_input_table td.td_data span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    margin-left: 11px;
}

.page_input_table td.td_data span.normal {
    background: #1b55e2
}

.page_input_table td.td_data span.abnormal {
    background: #e7515a
}

.company_content_box04 .modal-dialog, .company_content_box04 .modal-dialog p {
    color: #888ea8
}

.company_content_box04 .modal-dialog .modal-body {
    padding: 25px 66px;
}

.company_content_box04 .text {
    position: relative;
    font-weight: normal;
    margin-bottom: 20px;
}

.company_content_box04 .text:before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #4c6ef5;
    position: absolute;
    left: -27px;
    top: 7px;
}

.company_content_box04 .website_input_box {
    border: none;
    background: none;
    width: 100%;
    min-height: 300px;
    color: #888ea8
}

.page_input_table .new-control.new-checkbox {
    cursor: pointer;
}

.page_input_table .new-control.new-checkbox .new-control-indicator {
    position: relative;
    top: 2px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #1b2e4b;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border-radius: 50%;
    margin-right: 13px;
}

.page_input_table .new-control.new-checkbox > input:checked ~ span.new-control-indicator {
    background: #888ea8;
}

.page_input_table .new-control.new-checkbox > input:checked ~ span.new-control-indicator:after {
    display: block;
}

.page_input_table .new-control.new-checkbox span.new-control-indicator:after {
    border: solid #23a1ff;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none;
}

.page_input_table .new-control.new-checkbox.checkbox-primary > input:checked ~ span.new-control-indicator {
    background: transparent;
    border: 2px solid #23a1ff;
}

.searchable-items table.page_input_table .checkbox-primary {
    margin-right: 0;
}

.page_input_items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.page_input_item {
    position: relative;
    width: 127px;
    height: 127px;
    margin: 20px;
}

.page_input_item .item_title {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    background: #000000;
    font-size: 40px;
    font-family: "Microsoft YaHei UI Light";
    color: #666666;
    cursor: pointer;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    -ms-transition-duration: .8s;
    transition-duration: .8s;
}

.page_input_item .item_title:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.page_input_item .item_ico {
    position: absolute;
    width: 21px;
    height: 21px;
    right: -6px;
    top: -6px;
    border-radius: 100%;
}

.page_input_item.color_903a45 .item_ico {
    background: #903a45;
}

.page_input_item.color_163c97 .item_ico {
    background: #163c97;
}

.data_state {
    position: relative;
    margin-left: 10%
}

.data_state span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px
}

.data_state span:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    margin: 0 10px 0 0;
}

.data_state span.color_903a45:before {
    background: #903a45;
}

.data_state span.color_163c97:before {
    background: #163c97;
}

.searchable-items .enterprises_table tr td.user-operation .operation_btn02 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 67px;
    background: none;
    margin: 0 10px 0 10px;
    width: 76px;
    height: 33px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #1b55e2;

    border-radius: 3px;
}

.searchable-items .enterprises_table tr {
    border-top: 10px solid #060712;
    border-bottom: none;
    border-radius: 10px;
}

.searchable-container .searchable-items.list .enterprises_table .items .user-profile {
    max-width: 313px;
}

.searchable-items .enterprises_table tr td.user-frequency em {
    display: block;
    font-style: normal;
    color: #555
}

.searchable-container .searchable-items.list .enterprises_table .items .user-meta-info .user-work {
    color: #555
}

.searchable-items .enterprises_table tr th.h-user-operation, .searchable-container .searchable-items.list .enterprises_table .items td.user-operation {
    text-align: right;
}

.table_filter_content.enterprises_table_filter_content {
    border: none;
    background: #0e1726;
    margin: 0 20px 20px 15px;
    padding: 0 20px;
}

.page-link {
    background: none;
}

.page-item.disabled .page-link {
    background: none;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    background: #181d39 !important;
}

/*facedata_table*/
.searchable-container .searchable-items.list .facedata_table .items td {
    max-width: none
}

.searchable-container .searchable-items.list .facedata_table .items .user-profile {
    width: 28%;
    display: table-cell;
}

.searchable-container .searchable-items.list .facedata_table .items .user-profile .user-profile-content {
    display: flex;
}

.searchable-container .searchable-items.list .facedata_table .items td.user-comment {
    width: 36%;
}

.searchable-container .searchable-items.list .facedata_table .items td.user-post {
    width: 18%;
}

.searchable-container .searchable-items.list .facedata_table .items td.user-homepage {
    width: 18%;
}

.searchable-items table.facedata_table tr td.user-comment .user-comment-content {
    max-width: 550px;
}

.searchable-items table.facedata_table tr td.user-comment .user-comment-content .translate_text {
    max-width: 450px;
    overflow: hidden;
}

.web_loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, .1);
    display: none
}

.web_loading .wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.web_loading .wrap .spinner-border {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    text-indent: -999em;
    border: .25em solid;
    border-color: #1b55e2 transparent #1b55e2 #1b55e2;
    border-radius: 50%;
    -webkit-animation-name: spinner-border;
    animation-name: spinner-border;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.company_content_box05 .head {
    margin-bottom: 15px;
}

.company_content_box05 .head span {
    color: #8ab1ff;
    padding-left: 13px;
    font-size: 16px;
}

.company_content_box05 ul {
    line-height: 2;
}

.company_content_box05 ul li span {
    position: relative;
    display: block;
    padding: 3px 0;
}

.company_content_box05 ul li span svg {
    color: #fff !important;
    margin-top: -2px;
    padding-right: 10px;
}

/**/
.table_box {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.table_content {
    min-width: 1380px;
    position: relative;
}

.table_scroll {
    width: 100%;
    height: 18px;
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 99;
    display: none;
}

.table_scroll .table_bar {
    width: 100%;
    height: 18px;
    background-color: #515365;
    cursor: pointer;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

/*enterprises_table*/
.enterprises_table td {
    display: table-cell !important;
    word-break: break-all;
    max-width: none !important;
    width: auto !important;
}

.enterprises_table td.td01 .td_wrap {
    display: flex;
    align-items: center;
}

.enterprises_table td .more {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    border: 1px solid #1b55e5;
    line-height: 20px;
    padding: 0 4px;
    border-radius: 4px;
    color: #888ea8;
    margin-top: -10px;
    font-size: 12px;
    cursor: pointer;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.enterprises_table td .show .more {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

/*linkedin*/
.searchable-container .searchable-items.list .linkedin .items td {
    max-width: 280px;
}

.searchable-container .searchable-items.list .linkedin .items .user-profile {
    display: table-cell;
    max-width: 210px;
}

.searchable-container .searchable-items.list .linkedin .items .user-profile .td_wrap {
    display: flex;
    align-items: center;
}

.searchable-container .searchable-items.list .linkedin .items td.user-comment {
    width: auto;
    max-width: 350px;
}

.searchable-container .searchable-items.list .linkedin .items td.user-contact .sp_content p {
    position: relative;
    margin-bottom: 0;
    color: #888ea8;
}

.searchable-container .searchable-items.list .linkedin .items td.user-contact .sp_content p:nth-child(1) span {
    position: relative;
    display: inline-block;
}

.searchable-container .searchable-items.list .linkedin .items td.user-contact .sp_content p:nth-child(1) span:after {
    content: "";
    position: absolute;
    background: url(../../img/ico25.png) no-repeat center;
    background-size: cover;
    right: -23px;
    top: 2px;
    width: 13px;
    height: 13px;
}

/*linkedin_likes*/
.searchable-container .searchable-items.list .linkedin_likes .items td.user-profile {
    display: table-cell;
    max-width: 190px;
}

.searchable-container .searchable-items.list .linkedin_likes .items td.user-comment {
    width: 280px;
}

.searchable-container .searchable-items.list .linkedin_likes .items td.user-profile .td_wrap {
    display: flex;
    align-items: center;
}

.searchable-container .searchable-items.list .linkedin_likes .items td.user-contact .sp_content p {
    position: relative;
    margin-bottom: 0;
    color: #888ea8;
}

.searchable-container .searchable-items.list .linkedin_likes .items td.user-contact .sp_content p:nth-child(1) span {
    position: relative;
    display: inline-block;
}

.searchable-container .searchable-items.list .linkedin_likes .items td.user-contact .sp_content p:nth-child(1) span:after {
    content: "";
    position: absolute;
    background: url(../../img/ico25.png) no-repeat center;
    background-size: cover;
    right: -23px;
    top: 2px;
    width: 13px;
    height: 13px;
}

/*facebook*/
.searchable-container .searchable-items.list .facebook .items td.user-comment {
    width: 500px
}

.searchable-container .searchable-items.list .facebook .items .user-profile {
    width: 300px
}

.searchable-container .searchable-items.list .facebook .items .user-frequency {
    width: 120px
}

/*
.searchable-container .searchable-items.list .facebook .items .user-contact .help_ico_list{ position:relative;display:inline-block;}
.searchable-container .searchable-items.list .facebook .items .user-contact .help_ico_list:after{ content:"";position:absolute;background:url(../../img/ico25.png) no-repeat center; background-size:cover; right:-23px; top:2px; width:13px; height:13px;}
*/
/*facebook_likes*/
.searchable-container .searchable-items.list .facedata_table.facebook_likes .items td.user-profile {
    width: auto;
}

.searchable-container .searchable-items.list .facedata_table.facebook_likes .items td.user-comment {
    width: auto;
}

.searchable-container .searchable-items.list .facedata_table.facebook_likes .items td.user-post {
    width: auto;
}

.searchable-container .searchable-items.list .facedata_table.facebook_likes .items td .td_wrap {
    width: 300px;
}

.searchable-container .searchable-items.list .facedata_table.facebook_likes .items td.user-profile .td_wrap {
    display: flex;
    align-items: center;
}

/*facebook_shares*/
.searchable-container .searchable-items.list .facedata_table.facebook_shares .items td.user-profile {
    width: auto;
}

.searchable-container .searchable-items.list .facedata_table.facebook_shares .items td.user-comment {
    width: auto;
}

.searchable-container .searchable-items.list .facedata_table.facebook_shares .items td.user-post {
    width: auto;
}

.searchable-container .searchable-items.list .facedata_table.facebook_shares .items td .td_wrap {
    width: 300px;
}

.searchable-container .searchable-items.list .facedata_table.facebook_shares .items td.user-profile .td_wrap {
    display: flex;
    align-items: center;
}

/*customer_interaction*/
.customer_interaction {
}

.customer_interaction td.td01 .td_wrap {
    width: 250px;
}

.customer_interaction td.td02 .td_wrap {
    width: 120px;
}

.customer_interaction td.td03 .td_wrap {
    width: 320px;
}

.customer_interaction td.td04 .td_wrap {
    width: 300px;
}

.customer_interaction td.td05 .td_wrap {
    width: 170px;
}

.customer_interaction td.td06 .td_wrap {
    width: 100px;
}

.customer_interaction td.td03 .td_wrap, .customer_interaction td.td04 .td_wrap, .customer_interaction td.td05 .td_wrap {
    position: relative;
    overflow: hidden;
    padding-right: 40px;
}

.customer_interaction td .sp_content p {
    position: relative;
    margin-bottom: 0;
    color: #888ea8;
    font-weight: normal !important;
}

.customer_interaction td .sp_content p:nth-child(1) span {
    position: relative;
    display: inline-block;
}

.customer_interaction td .sp_content p:nth-child(1) span:after {
    content: "";
    position: absolute;
    background: url(../../img/ico25.png) no-repeat center;
    background-size: cover;
    right: -23px;
    top: 2px;
    width: 13px;
    height: 13px;
}

/*customer_concerned*/
.customer_concerned {
}

.customer_concerned td.td01 .td_wrap {
    width: 300px;
}

.customer_concerned td.td02 .td_wrap {
    width: 120px;
}

.customer_concerned td.td03 .td_wrap {
    width: 260px;
}

.customer_concerned td.td04 .td_wrap {
    width: 180px;
}

.customer_concerned td.td05 .td_wrap {
    width: 110px;
}

.customer_concerned td.td03 .td_wrap, .customer_concerned td.td04 .td_wrap {
    position: relative;
    overflow: hidden;
    padding-right: 40px;
}


/*company_interaction*/
.company_interaction {
}

.company_interaction td.td01 .td_wrap {
    width: 300px;
}

.company_interaction td.td02 .td_wrap {
    width: 130px;
}

.company_interaction td.td03 .td_wrap {
    width: 130px;
}

.company_interaction td.td04 .td_wrap {
    width: 145px;
}

.company_interaction td.td05 .td_wrap {
    width: 100px;
}

.company_interaction td.td06 .td_wrap {
    width: 120px;
}

.company_interaction td.td07 .td_wrap {
    width: 100px;
}

.company_interaction td.td08 .td_wrap {
    width: 70px;
}

.company_interaction td.td09 .td_wrap {
    width: 220px;
}

.company_interaction td.td10 .td_wrap {
    width: 90px;
}

.company_interaction td.td04 .td_wrap, .company_interaction td.td09 .td_wrap {
    position: relative;
    overflow: hidden;
    padding-right: 40px;
}


