@import "parts/basic.css";
@import "parts/form.css";
@import "parts/header.css";

/*

#0d1b2a
#1b263b
#415a77
#778da9
#e0e1dd

*/



#content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
}
.topinfo {
    height: 34px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #0d1b2a;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topinfo_text {
    color: #ffffff;
    font-size: 14px;
    height: 23px;
}
.topinfo_text a {
    color: #2da1db;
    text-decoration: none;
}
.page-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #646e78;
}
.page-title_name{
    
}
.page-title_doc{
    
}
.spanHidden{
    display: none;
}
.page-title_doc a,
.page-title_doc a:visited{
    color: #696cff;
}


/* toolslist */

.toolbox_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.toolbox_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 270px;
    width: calc(25% - 20px);
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.toolbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all 300ms;
}
.toolbox:hover{
    border: 2px solid #b8afd7;
}
.toolbox_name{
    
}
.toolbox_icon{
    
}
.toolbox_btn{
    
}

/* sidebar */

.sidebar {
    height: 100vh;
    position: fixed;
    overflow: hidden;
    z-index: 9;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0 0 30px 0;
    background: #fff;
    width: var(--sidebarWidth);
    box-shadow: 0 .125rem .375rem 0 rgba(145, 152, 159, .12);
}
.aside_scroll {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(var(--sidebarWidth) + 25px);
    max-height: 100vh;
}
.sidebar_logo {
    position: relative;
    margin-top: 16px;
    margin-bottom: 5px;
}
.sidebar_logo a {
    display: flex;
    align-items: center;
    height: var(--headerHeight);
    background: #fff;
    color: #384551;
    font-size: 25px;
    padding: 0 20px 0 27px;
    opacity: 0.9;
}
.sidebar_logo a svg {
    fill: #384551;
    width: 25px;
    height: auto;
    margin-right: 6px;
}
.sidebar_logo a span {
    display: block;
    position: relative;
    bottom: 2px;
}
.sidebar_logo a svg.dr{
    width: 41px;
}
.sidebar_user {
    padding: 7px 3px 11px 27px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #444a50;
    border-top: 1px solid #444a50;
}
.sidebar_user span {
    color: #0088CC;
    font-size: 13px;
    opacity: 0.7;
    margin-right: 3px;
}
.sidebar_user .icon {
    display: block;
    width: 18px;
    height: 18px;
    opacity: 0.7;
    position: relative;
    top: 2px;
    right: 2px;
}
.sidebar_user .icon svg {
    fill: #0088CC;
    width: 100%;
    height: auto;
}
.sidebar_nav {
    margin-block-start: 0;
    padding-inline-start: 0;
    width: var(--sidebarWidth);
}
.sidebar_nav-item {
    list-style: none;
    margin-bottom: 2px;
}
.sidebar_nav-item a {
    font-size: 14px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: calc(var(--sidebarWidth) - 35px);
    height: 42px;
    color: #384551;
    opacity: 0.9;
    padding: 14px 25px 14px 13px;
    margin-left: 15px;
    border-radius: 6px;
    transition: all 0ms;
}
.sidebar_nav-item a:hover {
    opacity: 1;
    background: rgba(34, 48, 62, .06);
}
.sidebar_nav-item a:hover .icon svg{
    
}
.sidebar_nav-item a.active {
    color: #696cff;
    background-color: rgba(105, 108, 255, .16) !important;
}
.sidebar_nav-item a .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
}
.sidebar_nav-item a .icon svg{
    width: 22px;
    height: auto;
    fill: #384551;
    transition: all 0ms;
}
.sidebar_parts_separator{
    display: flex;
    align-items: center;
    margin: 10px 0 10px 0;
}
.sidebar_parts_separator-line {
    background: #a7acb2;
    display: block;
    width: 15px;
    height: 1px;
    opacity: 1;
    margin: 0 15px 0 0;
}
.sidebar_parts_separator-name {
    color: #a7acb2;
    font-size: 15px;
}
.sidebar_parts_line.nomargtop{
    margin-top: 0;
}

/* user */

.userform {
    margin: 0;
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 25px;
}
.userform>form {
    width: 770px;
}
.userform>form>div {
    display: flex;
}
.userform>form>div>label {
    display: block;
    color: var(--bg2);
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
    width: 320px;
    text-align: right;
    padding-right: 15px;
    box-sizing: border-box;
    pointer-events: none;
}
.userform>form>div>.form_input, 
.userform>form>div>.form_input:active, 
.userform>form>div>.form_input:focus-within, 
.userform>form>div>.form_input:focus-visible, 
.userform>form>div>.form_input:focus{
    width: 100%;
    max-width: 450px;
    height: 35px;
    font-size: 15px;
}
.userform .form_submit {
    display: block;
    margin-top: 10px;
    width: 170px;
    height: 34px;
    background-color: var(--bg1);
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.8;
    transition: all 300ms;
    margin-left: auto;
    padding: 0px 0px 4px 0px;
}
.userform .form_submit.deactive {
    cursor: default;
    pointer-events: none;
    opacity: 0.6;
}
.box_form_line {
    width: 100%;
    height: 1px;
    background: var(--bg4);
    margin: 10px 0 10px 0;
}
.userNotificationBox{
    position: fixed;
    top: 20px;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100vh;
    z-index: 10;
}
.userNotification{
    
}
.user_workplace-selectTab {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.userTab {
    background: #fff;
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
}
.userTab.active {
    color: #696cff;
    background-color: rgba(105, 108, 255, .16) !important;
}
.user_workplace-mainBox {
    display: flex;
    width: 100%;
}
.user_workplace {
    background: var(--sceneBg1);
    padding: 30px;
    border-radius: 15px;
    box-sizing: border-box;
    display: none;
    width: 0;
    box-shadow: 0 0.1875rem 0.5rem 0 rgba(34, 48, 62, 0.1);
}
.user_workplace.active{
    display: block;
    width: 100%;
}

/* files */

.files{
    display: flex;
}
.file_window {
    box-sizing: border-box;
    width: 25%;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.file_list {
    min-height: 700px;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 0;
    background: #fff;
    width: calc(75% - 20px);
    margin-left: 20px;
}
.file_list-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 0 15px 0 10px;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 6px;
}
.file_list-item_left,
.file_list-item_right{
    display: flex;
    align-items: center;
}
.file_list-item_left{
    
}
.file_list-item_right{
    
}
.file_list-item_ctime {
    font-size: 12px;
    line-height: 12px;
    color: #696cff;
}
.file_list-item:hover {
    background: #efefef;
}
.file_list-buttonLine {
    display: flex;
    margin-bottom: 15px;
}
.file_list-buttonLine-btn{
    margin-right: 15px;
}
.file_list-item_bg {
    position: relative;
    width: 36px;
    opacity: 0.6;
}
.file_list-item_bg svg{
    width: 100%;
    height: auto;
    fill: #ccc;
}
.file_list-item:hover .file_list-item_bg{
    opacity: 0.9;
}
.file_list-item_name {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    line-height: 12px;
}
#file_actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
}
#file_actions .left-part{
    
}
#file_actions .right-part{
    
}
.file_info{
    
}
.file_content{
    
}
.file_info-name {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    outline: none;
    padding: 0 10px;
    height: 25px;
    font-size: 14px;
}
textarea#file_content {
    width: 100%;
    height: calc(100% - 62px);
    box-sizing: border-box;
    border: none;
    padding: 10px 10px 10px 10px;
    outline: none;
}
.file-submit.add{
    display: none;
}





















/* table const */

.page-tableconst {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 20px;
}
.tableconst_box{
    display: flex;
    flex-direction: column;
}
.summtable,
.tableconst {
    background: #ccc;
    font-size: 14px;
    border-spacing: 1px;
}
.tableconst tr{
    
} 
.tableconst th {
    background: #fff;
    padding: 5px 13px;
    text-align: left;
    font-weight: 400;
}
.tableconst th{
    
}
.summtable td, .tableconst td {
    background: #fff;
    text-align: left;
    padding: 0 0 0 13px;
    width: 120px;
    max-width: 120px;
    box-sizing: border-box;
}
.summtable td{
    
}
.tableconst td.info{
    background: #fff;
    padding: 5px 27px;
    text-align: center;
}
.tableconst td input{
    border: none;
    background: #fff;
    outline: none;
    width: 120px;
    height: 26px;
    display: block;
    text-align: left;
    box-sizing: border-box;
    padding: 5px 13px;
}
.td_input{
    padding: 0 !important;
}
.summtable {
    margin-top: 10px;
}
.summ .summ_date {
    height: 28px;
}
.tableconst td.info.cnst {
    font-weight: 600;
    font-size: 13px;
}
.tableconst_info {
    padding: 0 0 0 40px;
    width: 380px;
}
.ti_item {
    font-size: 14px;
    margin-bottom: 8px;
    border-left: 2px solid #696cff;
    padding: 4px 6px 4px 8px;
}
.ti_item span {
    color: #696cff;
    font-weight: 600;
}

/* page-wlntoken */

.page-wlntoken{
    margin-bottom: 15px;
}
.wlntoken_link-p1,
.wlntoken_link-p2{
    padding: 25px 20px;
}
.wlntoken_link-p1 {
    padding-bottom: 10px;
}
.wlntoken_link-p2 {
    display: flex;
    flex-wrap: wrap;
}
.wlntoken_link-title {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.wlntoken_link-link-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #696cff;
    border-radius: 6px;
}
.wlntoken_link-link {
    display: block;
    color: #696cff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 10px;
}
.wlntoken_link-link-copy {
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wlntoken_link-link-copy svg {
    fill: #696cff;
    cursor: pointer;
}
.wlntoken_table {
    background: #ccc;
    border-spacing: 1px;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}
.general {
    margin-right: 40px;
}
.access_type {
    width: 500px;
}
.wlntoken_table-table{
    
}
.wlntoken_table-table tr {
    background: #dbdee0;
}
.wlntoken_table-table th {
    padding: 10px 13px;
    text-align: left;
    font-size: 14px;
    color: #696cff;
    background: #fff;
}
.wlntoken_table-table td {
    background: #fff;
    padding: 12px 21px;
}
.wlntoken_table-inputbox {
    display: flex;
}
.wlntoken_table-inputbox input {
    border-bottom: 1px solid #ccc;
    min-width: 320px;
}
.table-icon_bottom-right {
    position: relative;
    top: 4px;
    left: -2px;
}
.table-icon_bottom-right svg {
    fill: #ccc;
}
.td-access_type.active,
.td-access_type.active input,
.wlntoken_table-table.active .access-val{
    background: #e1e1e1;
}
.valForLink:hover{
    cursor: pointer;
    color: #696cff;
}
.wlntoken_link-p2__desc {
    width: 100%;
    color: #696cff;
    background-color: rgba(105, 108, 255, .16);
    padding: 12px 12px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.page-wlntoken_desc{
    padding: 20px 20px;
}
.page-wlntoken_desc p {
    margin: 0;
}
.page-wlntoken_desc p span{
    color: #696cff;
}

/* textbymask */

.textbymask_part1 {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 2px 10px;
}
.textbymask_part2{
    display: flex;
}
.textbymask_textarea-1 {
    width: 60%;
    height: auto;
    margin-right: 20px;
    border: 1px solid #696cff;
    position: relative;
    overflow: hidden;
    max-height: 600px;
}
.textbymask_textarea-2{
    width: calc(40% - 20px);
    border: 1px solid #696cff;
    position: relative;
    overflow: hidden;
    max-height: 600px;
}
.textbymask_textarea-1 textarea,
.textbymask_textarea-2 textarea{
    height: auto;
    display: block;
    resize: none;
    width: 100%;
    border: none;
    min-height: 600px;
    padding: 10px;
    box-sizing: border-box;
}
.textbymask_textarea-1{
    position: relative;
}
.textbymask_textarea-1 span.ctrlV {
    font-size: 90px;
    font-weight: 600;
    color: #e9e9e9;
    margin: 30px 0 0 50px;
    position: absolute;
}
.textbymask_textarea-val {
    width: 100%;
    height: auto;
    max-height: 600px;
    position: relative;
    overflow-x: hidden;
    padding: 10px;
    box-sizing: border-box;
}
.regexpBox-item {
    background-color: #e7e7ff;
    border-color: #e7e7ff;
    color: #696cff;
    border-radius: 6px;
    border: 1px solid #696cff;
    padding: 2px 12px;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 15px;
}
.textbymask_regexp-box{
    width: 100%;
    display: flex;
    align-items: center;
}
.textbymask_regexp-box_input {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-color: #dddde0;
    padding: 6px 15px 8px 15px;
    margin-bottom: 13px;
    border-radius: 6px;
    border: 1px solid #696cff;
    color: #696cff;
}
.textbymask_regexp-box_input input {
    background-color: #fff;
    color: #696cff;
    font-weight: 600;
    width: 410px;
}
.textbymask_regexp-box_span1 {
    margin-right: 20px;
    color: #696cff;
    font-weight: 600;
}
.textbymask_regexp-box_span2{
    margin-left: 20px;
    color: #696cff;
    font-weight: 600;
}
.textbymask_regexp-box_iconClean {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #696cff;
    border-radius: 6px;
    margin-bottom: 13px;
    margin-left: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.textbymask_regexp-box_iconClean svg {
    fill: #696cff;
}
.textbymask_regexp-box_iconClean:hover{
    background-color: #e7e7ff;
}

/* selectBox */

.selectBox{
    
}
.selectBox .btn{
    user-select: none;
}
.selectList {
    display: none;
    position: absolute;
    margin: 5px 0 0 0;
    z-index: 1;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 25px 10px rgb(0 0 0 / 15%);
    max-height: 370px;
    overflow-x: auto;
}
.selectList.active{
    display: block;
}
.selectItem {
    padding: 5px 10px;
    cursor: pointer;
}
.selectItem:hover{
    background: #d6ecf7;
}

/* tabs */

.tabs{
    
}
.tabs-header {
    display: flex;
    margin-bottom: 15px;
}
.tabs-header-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    line-height: 34px;
    background: #fff;
    border-radius: 6px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-right: 5px;
    transition: all 200ms;
    cursor: pointer;
    opacity: 0.7;
}
.tabs-header-button:hover{
    opacity: 1;
}
.tabs-header-button.active{
    opacity: 1;
}
.tabBox{
    position: relative;
    display: flex;
    flex-direction: column;
}
.tab {
    opacity: 0;
    position: relative;
    left: -150vw;
    order: 2;
    transition: all 0s;
}
.tab.active{
    opacity: 1;
    left: 0;
    order: 1;
}
.tabs-header-button .load {
    min-width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 12px;
    color: #0088CC;
}
.tabs-header-button .load i {
    display: block;
    width: 6px;
    height: 6px;
    background: #0088CC;
    border-radius: 50%;
    position: relative;
    left: -6px;
    animation: pointAnim 900ms ease-in-out infinite;
}
.tab_container.usertab{
    width: 100%;
}

/* card_list */

.card_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.card_list-itemBox {
    height: 65px;
    padding: 7px 10px;
    box-sizing: border-box;
    transition: all 300ms;
}
.card_list-itemBox.w100{
    width: 100%;
}
.card_list-itemBox.w50{
    width: 50%;
}
.card_list-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0.1875rem 0.5rem 0 rgba(34, 48, 62, 0.1);
    transition: all 300ms;
}
.card_list-item-name {
    font-size: 15px;
    color: #434343;
}
.card_list-item-img {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card_list-item-img svg {
    width: 32px;
    fill: #ccc;
    transition: all 300ms;
}
.card_list-itemBox:hover .card_list-item-img svg{
    fill: #abadff;
}
.card_list-itemBox:hover .card_list-item{
    box-shadow: 0 0.2rem 0.5rem 0 rgb(34 48 62 / 20%);
}
.search_list{
    padding-top: 57px;
}



















/* page_search */

.page_search {
    background: #fff;
    height: 40px;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    position: fixed;
    top: 100px;
    left: calc(var(--sidebarWidth) + 40px);
    right: 40px;
    z-index: 8;
    box-shadow: 0px 0px 10px 15px #f5f5f9;
}
.page_search-box {
    display: flex;
    align-items: center;
    padding: 0 5px;
    width: 100%;
}
.page_search-input_icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}
.page_search-input_icon svg {
    width: 25px;
    height: auto;
    fill: #ccc;
}
#page_search-input{
    width: 100%;
}

/* commands */

.command_list{
    
}
.command-item {
    min-height: 36px;
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 6px;
    transition: all 300ms;
}
.command-item:hover{
    background: #e7e7ff;
}
.command-item_name {
    padding: 5px 10px;
    min-width: 550px;
    width: 40%;
}
.command-item_request{
    padding: 5px 10px;
    display: flex;
    align-items: center;
}
.copyButton {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
}
.copyButton svg {
    width: 20px;
    fill: #696cff;
    opacity: 0.4;
    transition: all 300ms;
}
.copyButton:hover svg{
    opacity: 0.8;
}
.cdescModal {
    padding: 20px 20px;
}
.cdescSpan {
    display: block;
    margin: 0px 0px 10px 0px;
    color: #696cff;
}
.cdescText{
    display: block;
    margin-bottom: 10px;
}
.command-item_cdescBtn {
    padding: 0px 20px;
    margin-right: 4px;
    margin-left: 10px;
    background: #b5b5ff;
    border-radius: 6px;
    color: #fff;
    height: 24px;
    line-height: 24px;
    user-select: none;
    cursor: pointer;
}
.command-item_cdescBtn.empty {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}
.command-item_rightPart {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.cdescComment, .cdescFirm{
    color: #929292;
    font-size: 13px;
    padding: 0 10px;
}
.cdescComment {
    margin-right: 30px;
}
span.cdescFirm {
    margin-right: 10px;
}


/* taring */

.page-taring{
    
}
.taring{
    
}
.card-body {
    background: #fdfdfd;
    position: relative;
    overflow: hidden;
    box-shadow: 0 .1875rem .5rem 0 rgba(34, 48, 62, .1);
    border-radius: 6px;
}
.taringHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    overflow: inherit;
}
.taringHeader_part-1 {
    display: flex;
    align-items: center;
}
.taringHeader_part-2 {
    display: flex;
    align-items: center;
    padding: 5px 10px;
}
#linkForWlp {
    margin-right: 8px;
}
.taringContainer {
    display: flex;
}
.taring_table {
    width: 350px;
    margin-right: 15px;
    min-height: 800px;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
}
.ltr{
    margin-right: 2px;
}
.ifuel,
.litem {
    display: block;
    width: 50px;
    height: 18px;
    font-size: 12px;
    text-align: right;
    box-sizing: border-box;
    padding: 0 4px 0 0;
    border: 1px solid #d5d5d5;
    margin-bottom: 2px;
    border-radius: 4px;
}
.litem{
    
}
.dut{
    margin-right: 2px;
}
.fuel{
    
}
.ifuel {
    cursor: default;
}
.ifuel.null{
    opacity: 0;
    cursor: default;
}
.formulaBox {
    margin-bottom: 10px;
    min-height: 38px;
}
.tar.formula {
    padding: 7px 15px 9px 15px;
}
.tab_container {
    width: calc(100% - 365px);
    box-sizing: border-box;
    background: none;
}
.taringContainer .tab_header {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 .1875rem .5rem 0 rgba(34, 48, 62, .1);
}
.taringContainer .tabs-header-button{
    height: 40px;
    border-radius: 0;
    border-right: 1px solid #d3d3d3;
}
.dataTab,
.graphTab{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.gbox {
    width: calc(50% - 10px);
    height: auto;
    margin: 5px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 .1875rem .5rem 0 rgba(34, 48, 62, .1);
}
.workbox_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    background: #fff;
    padding: 12px 15px;
    font-size: 15px;
    color: #3D424E;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    transition: all 300ms;
    border-bottom: 1px solid #ccc;
}
.taringContainer .tab_container{
    box-shadow: none;
}
.dataFileBox {
    margin: 5px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    min-width: 200px;
    border: 1px solid #ccccff;
    box-sizing: border-box;
}
.dataFileBox-formulaBox{
    width: 100%;
}
.dataFileBox.formula{
    
}
.dataFileBox-header {
    box-sizing: border-box;
    padding: 3px 10px 5px 10px;
}
.dataFileBox-header{
    background: #ededff;
    border-bottom: 1px solid #ccccff;
}
.ifuel {
    background: #c2c4f1;
}
.fuel:hover .ifuel{
    background: #9b9fec;
}
.dataFileBox-content {
    box-sizing: border-box;
    padding: 6px 10px 8px 10px;
    margin: 0;
}
.bigGraphTab{
    
}
.fileData .file_window {
    width: 100%;
    border-right: none;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    border: none;
}
.fileData #file_content {
    min-height: 600px;
}
.fileData #file_actions {
    border-bottom: none;
}
.page-taring .file_info-name {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: none;
    padding: 0 10px;
    height: 36px;
    font-size: 14px;
}
.page-taring .fileData #file_info {
    display: flex;
    align-items: center;
    height: 36px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding-right: 6px;
}
.wlpCode {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    min-height: 200px;
    max-height: 600px;
    font-size: 12px;
    padding: 10px;
    position: relative;
    overflow-y: auto;
    margin-top: 0;
}
.activeFileName {
    padding: 0 0 0 15px;
    margin-right: 25px;
    min-width: 325px;
}
.canvas_box {
    width: 100%;
    /*min-height: 340px;*/
    position: relative;
    box-sizing: border-box;
    padding: 15px 15px 15px 0;
}
.bigGraph .canvas_box {
    /*min-height: 400px;*/
    background: #fff;
    border-radius: 10px;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.bigGraph .canvas_box canvas{
    width: 100%;
}
.taringHeader_part-1 .main_input_file{
    margin-left: 25px;
}

/* dutGraphTab */

#dutGraphTab{
    width: 100%;
    height: auto;
    margin: 5px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 .1875rem .5rem 0 rgba(34, 48, 62, .1);
}
.dutGraphTab_box{
    
}



/* articles */

.articlesMain {
    max-width: 1400px;
    margin: 0px auto 0px auto;
    padding: 40px 0px 80px 0px;
}
.articles_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.article_detail{
    
}
.articles_list-item {
    background: #fff;
    width: calc(33.333% - 20px);
    height: 235px;
    transition: all 300ms;
    border-radius: 6px;
    margin: 10px;
    box-sizing: border-box;
    box-shadow: 0 .1875rem .5rem 0 rgba(34, 48, 62, .1);
    transition: all 300ms;
}
.articles_list-item:hover{
    box-shadow: 0 .1875rem .5rem 0 rgba(34, 48, 62, .25);
}
.articles_list-item_a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
}
.article-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #e9e9ff;
    border-radius: 10px;
    opacity: 0.7;
    transition: all 300ms;
}
.articles_list-item:hover .article-img{
    opacity: 0.9;
}
.article-img svg {
    fill: #696cff;
    width: 60%;
}
.article-name {
    font-size: 20px;
    color: #6e6e6e;
    margin-top: 10px;
}
.article-descr {
    margin: 10px 0 0 0;
    font-size: 15px;
    color: #9b9b9b;
}
.articlesMain h2{
    font-size: 25px;
    color: #6e6e6e;
    border-bottom: 1px solid #d0d0d0;
    padding: 20px 0px 10px 0px;
}
.articlesMain h3 {
    font-size: 18px;
    color: #6e6e6e;
    padding: 20px 0px 5px 0px;
}
.articlesMain p{
    
}
.articlesMain a{
    color: #696cff;
}
.articlesMain .line {
    background: #d0d0d0;
    width: 100%;
    height: 1px;
    margin: 20px 0px 20px 0px;
}
.articlesMain pre {
    display: block;
    background: #363636;
    margin: 0;
    padding: 15px 15px;
    box-sizing: border-box;
    color: #ccc;
    border-radius: 6px;
}
.articlesMain pre>code{
    
}









/* MonitorSys */

.monitorSysMain{
    
}
.monitorSys_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.monitorSys_list-item{
    background: #fff;
    width: calc(25% - 20px);
    height: 235px;
    transition: all 300ms;
    border-radius: 6px;
    margin: 10px;
    box-sizing: border-box;
    box-shadow: 0 .1875rem .5rem 0 rgba(34, 48, 62, .1);
    transition: all 300ms;
}
.monitorSys_list-item:hover{
    box-shadow: 0 .1875rem .5rem 0 rgba(34, 48, 62, .25);
}
.monitorSys_list-item_a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
}
.monitorSys-name{
    font-size: 20px;
    color: #6e6e6e;
    margin-top: 10px;
}


















/* images */

.images_box__item{
    display: flex;
    width: 100%;
    max-width: 720px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 10px 0 10px 0;
    cursor: pointer;
    transition: all 500ms;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
}
.images_box__item:hover{

}
.images_box__item img{
    width: 100%;
    height: auto;
}


/* modal */

.modal {
    position: fixed;
    overflow: hidden;
    z-index: 91;
    top: 50px;
    height: 0;
    background: #fff;
    border-radius: 6px;
    padding: 0;
    opacity: 0;
    transition-property: opacity, height, padding;
    transition-duration: 200ms, 0ms, 0ms;
}
.modal.open{
    height: auto;
    opacity: 1;
    transition-property: opacity, height, padding;
    transition-duration: 200ms, 0ms, 0ms;
}
.modal.small {
    width: 490px;
    left: calc(50vw - 245px);
}
.modal.medium{
    width: 900px;
    left: calc(50vw - 450px);
}
.modal.big {
    width: 76%;
    left: 12%;
}
.modalBackground {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0vh;
    background: rgba(0, 0, 0, .32);
    z-index: 10;
    opacity: 0;
    transition-property: opacity, height;
    transition-duration: 200ms, 0ms;
    z-index: 90;
}
.modalBackground.open{
    height: 100vh;
    opacity: 1;
    transition-property: opacity, height;
    transition-duration: 200ms, 0ms;
}
.modal_close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgb(136 138 255);
    color: #fff;
    width: 29px;
    height: 25px;
    border-radius: 0px 0px 0px 8px;
    cursor: pointer;
    font-size: 23px;
    text-align: center;
    box-sizing: border-box;
    line-height: 19px;
    opacity: 0.9;
}
.modal_close:hover{
    opacity: 1;
}
.modal_header {
    background: #dddddd;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: #4c4c4c;
}
.modal_body{
    padding: 20px;
}

/* notifications */

.notificationBox {
    position: fixed;
    top: 20px;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100vh;
    z-index: 99;
}
.notification {
    position: relative;
    overflow: hidden;
    top: 0;
    right: -30px;
    width: 300px;
    height: 0px;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 0 0 0;
    margin-bottom: 0px;
    background: #e7e7ff;
    color: #8385ff;
    transition: all 200ms;
}
.notification.act {
    height: 71px;
    padding: 12px 15px 12px 15px;
    margin-bottom: 10px;
    right: 310px;
    opacity: 1;
}
.notification.min.act{
    height: 50px;
}
.notification.del{
    animation: notificationDel 1800ms linear;
}
.notification.min.del{
    animation: notificationDelmin 1800ms linear;
}
.notification.orange{
    background: #fff2d6;
    color: #ffab00;
}
.notification.green{
    background: #ccffb3;
    color: #6bc839;
}
.notification.blue{
    background: #d7f5fc;
    color: #0bc5ed;
}
.notification.red{
    background: #ffe0db;
    color: #ff4728;
}
.notification.black{
    background: #dddde0;
    color: #313246;
}
.notification-title {
    font-size: 14px;
    margin: 3px 0 5px 0;
}
.notification-text{
    font-size: 12px;
}


/* info */

.info {
    padding: 20px 25px;
    border-radius: 6px;
}
.info.orange{
    background: #fff2d6;
    color: #ffab00;
}
.info.green{
    background: #ccffb3;
    color: #6bc839;
}
.info.blue{
    background: #d7f5fc;
    color: #0bc5ed;
}
.info.red{
    background: #ffe0db;
    color: #ff4728;
}
.info.black{
    background: #dddde0;
    color: #313246;
}

/* footer */

.footer {
    background: var(--sceneBg1);
    width: 100%;
    height: 80px;
}

@keyframes notificationDel{   
    0%{     
        top: 0px; 
        opacity: 1;
        width: 300px;
        height: 80px;        
    }
    25%{
        top: -100px; 
        opacity: 0; 
    } 
    50%{
        top: -200px; 
        opacity: 0; 
    }    
    100%{
        top: -400px; 
        opacity: 0;
    }
}
@keyframes notificationDelmin{   
    0%{     
        top: 0px; 
        opacity: 1;
        width: 300px;
        height: 55px;        
    }
    25%{
        top: -100px; 
        opacity: 0; 
    } 
    50%{
        top: -200px; 
        opacity: 0; 
    }    
    100%{
        top: -400px; 
        opacity: 0;
    }
}





@media (max-width: 1180px){
    
}