/* 滚动条整体样式 start */
/* 滚动条的高宽: 分别对应横竖滚动条的尺寸 */
*::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}
/* 滚动条内方块 */
*::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #0072C6;
}
/* 滚动条外轨道 */
*::-webkit-scrollbar-track {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px transparent;
    background: transparent;
}
/* 滚动条宽高交汇处 */
*::-webkit-scrollbar-corner {
    border: 0px;
    background: transparent;
}
/* 滚动条整体样式 end */
/* iconfonts start */
[class^="ng-icon"], [class*=" ng-icon"] {
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: inherit;
    color: unset !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* iconfonts end */
body {
    font-family: 'Microsoft YaHei' !important;
}
#captchaimg {
    width: 75px;
    height: 34px;
    border-radius: 3px;
    cursor: pointer;
}
.btn-file {
    height: 100px;
    width: 100px;
    line-height: 85px;
}
.btn-file_1 {
    height: 115px !important;
    width: 145px !important;
    line-height: 105px !important;
}
.btn-file_2 {
    height: 75px !important;
    width: 75px !important;
    line-height: 64px !important;
}
.btn-file_3 {
    height: 75px !important;
    width: 75px !important;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 2px;
}
.btn-file_3 i.file-preview {
    margin: -2px 2px;
}
.btn-file i {
    font-size: 20px;
}
.file-text {
    min-width: 3rem;
    display: inline-block;
    margin-left: 5px;
    height: 63px;
    vertical-align: bottom;
    color: #999;
    position: relative;
}
.file-tips {
    width: 14rem;
    position: absolute;
    top: 0;
}
.file-tips2 {
     width: 24rem;
     position: absolute;
     top: 0;
 }
.file-tips-size {
    width: 100%;
    text-align: center;
    display: inline-block;
}
.file-tips-text {
    width: 100%;
    display: inline-block;
}
#file-down {
    position: absolute;
    bottom: 25px;
    padding: 0px !important;
    margin: 0px !important;
}
#file-del {
    position: absolute;
    bottom: 0;
    padding: 0px !important;
    margin: 0px !important;
}
#file-gallery {
    margin: 0;
    margin-top: 10px !important;
}
.file-show {
    height: 100px;
    width: 100px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px !important;
}
.file-show_1 {
    height: 115px;
    width: 148px;
}
.file-span {
    position: relative;
    display: inline-block;
}
.file-span .file-panel {
    position: absolute;
    height: 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \0;
    background: rgba(0, 0, 0, 0.5);
    width: 120px;
    top: 10px;
    left: 0;
    overflow: hidden;
    z-index: 300;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.file-span .file-panel .checkbox {
    padding-left: 10px !important;
    padding-top: 3px !important;
    color: #fff !important;
}
.file-img-row {
    margin-top: -15px;
    margin-right: 5px;
    margin-left: 5px;
    display: block;
}
.file-img {
    height: 190px;
    width: 170px;
    margin: 20px 5px 0px 20px;
    text-align: center;
    position: relative;
    float: left;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
}
.file-img img, .file-img div {
    width: calc(100% - 40px);
    height: calc(100% - 50px);
    margin: 15px 20px 35px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    cursor: pointer;
}
.file-img div i.file-preview {
    margin: -5px auto;
    width: 125px;
    height: 135px;
    background-size: cover;
}
.file-img div i.file-preview.file-type-dir {
    background-position: -10px center;
}
.file-img div i.file-preview.file-type-file {
    background-position: -280px center;
}
.file-img div i.file-preview.file-type-filelist {
    background-position: -415px center;
}
.file-img div i.file-preview.file-type-zip,
.file-img div i.file-preview.file-type-rar,
.file-img div i.file-preview.file-type-7z,
.file-img div i.file-preview.file-type-tar,
.file-img div i.file-preview.file-type-gz,
.file-img div i.file-preview.file-type-bz2 {
    background-position: -541px center;
}
.file-img div i.file-preview.file-type-xls,
.file-img div i.file-preview.file-type-xlsx {
    background-position: -689px center;
}
.file-img div i.file-preview.file-type-doc,
.file-img div i.file-preview.file-type-docx {
    background-position: -820px center;
}
.file-img div i.file-preview.file-type-ppt,
.file-img div i.file-preview.file-type-pptx {
    background-position: -955px center;
}
.file-img div i.file-preview.file-type-vsd {
    background-position: -1090px center;
}
.file-img div i.file-preview.file-type-pdf {
    background-position: -1225px center;
}
.file-img div i.file-preview.file-type-txt,
.file-img div i.file-preview.file-type-md,
.file-img div i.file-preview.file-type-json,
.file-img div i.file-preview.file-type-htm,
.file-img div i.file-preview.file-type-xml,
.file-img div i.file-preview.file-type-html,
.file-img div i.file-preview.file-type-js,
.file-img div i.file-preview.file-type-css,
.file-img div i.file-preview.file-type-php,
.file-img div i.file-preview.file-type-jsp,
.file-img div i.file-preview.file-type-asp {
    background-position: -1356px center;
}
.file-img div i.file-preview.file-type-apk {
    background-position: -1491px center;
}
.file-img div i.file-preview.file-type-exe {
    background-position: -1625px center;
}
.file-img div i.file-preview.file-type-ipa {
    background-position: -1761px center;
}
.file-img div i.file-preview.file-type-mp4,
.file-img div i.file-preview.file-type-swf,
.file-img div i.file-preview.file-type-mkv,
.file-img div i.file-preview.file-type-avi,
.file-img div i.file-preview.file-type-flv,
.file-img div i.file-preview.file-type-mov,
.file-img div i.file-preview.file-type-mpg,
.file-img div i.file-preview.file-type-mpeg,
.file-img div i.file-preview.file-type-ogv,
.file-img div i.file-preview.file-type-webm,
.file-img div i.file-preview.file-type-rm,
.file-img div i.file-preview.file-type-rmvb {
    background-position: -1900px center;
}
.file-img div i.file-preview.file-type-ogg,
.file-img div i.file-preview.file-type-wav,
.file-img div i.file-preview.file-type-wmv,
.file-img div i.file-preview.file-type-mid,
.file-img div i.file-preview.file-type-mp3 {
    background-position: -2025px center;
}
.file-img div i.file-preview.file-type-jpg,
.file-img div i.file-preview.file-type-jpeg,
.file-img div i.file-preview.file-type-gif,
.file-img div i.file-preview.file-type-bmp,
.file-img div i.file-preview.file-type-png,
.file-img div i.file-preview.file-type-psd {
    background-position: -280px center;
}
.file-img:hover {
    border-color: #5897fb;
}
.file-img p {
    position: absolute;
    width: 170px;
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    bottom: 0px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
#upload .newQueueList {
    width: 570px;
    height: 250px;
}
#upload .newQueueList .newPlaceholder {
    background-position: center 22%;
}
#upload .newQueueList .placeholder .webuploader-pick {
    margin: 0 auto 10px auto;
}
#upload .newQueueList .newFileList {
    height: auto;
}
#upload .newQueueList .newFileList li {
    width: 561px;
    height: 241px;
    border: 1px dashed #737373;
}
#upload .newQueueList .newFileList li p.title,
#upload .newQueueList .newFileList div.file-panel {
    width: 100%;
}
#upload .newQueueList .newFileList li p.imgWrap,
#upload .newQueueList .newFileList li img {
    width: 100%;
    height: 100%;
}
.btn-files.btn-file {
    height: auto;
    width: auto;
    line-height: unset;
}
.pt6 {
    padding-top: 6px;
}
.-mt10 {
    margin-top: -10px !important;
}
.mt3 {
    margin-top: 3px !important;
}
.mt6 {
    margin-top: 6px !important;
}
.mt8 {
    margin-top: 8px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.-mt7 {
    margin-top: -7px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.w20 {
    width: 20px;
}
.w30 {
    width: 30px;
}
.w40 {
    width: 40px !important;
}
.w55 {
    width: 55px;
}
.w65 {
     width: 65px;
 }
.w70 {
    width: 70px;
}
.w78 {
    width: 78px;
}
.w80 {
    width: 80px;
}
.w90 {
    width: 90px;
}
.w100 {
    width: 100px;
}
.w130 {
     width: 130px;
}
.w135 {
    width: 135px;
}
.w145 {
    width: 145px;
}
.w150 {
    width: 150px;
}
.w160 {
    width: 160px;
}
.w165 {
    width: 165px;
}
.w170 {
    width: 170px;
}
.w200 {
    width: 200px;
}
.w210 {
    width: 210px;
}
.w215 {
    width: 215px;
}
.w250 {
    width: 250px;
}
.w300 {
    width: 300px;
}
.w1000 {
    width: 1000px;
}
.w1450 {
    width: 1550px;
}
.w1700 {
     width: 1700px;
}
.w1750 {
    width: 1750px;
}
.w1800 {
    width: 1800px;
}
.w2800 {
    width: 2800px;
}
.w2000 {
    width: 2000px;
}
.widget {
    margin: 0 0 20px 0;
}
.widget-body {
    padding: 15px 10px 25px;
}
.widget-body .nav-tabs {
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    border: 1px solid #ddd;
    border-top: 0;
    border-right: 0;
}
.widget-body .nav-tabs>li:first-child>a {
    border-top: 1px solid #ddd;
}
.widget-body .tabs-left>.nav-tabs>li.active>a,
.widget-body .tabs-left>.nav-tabs>li.active>a:focus,
.widget-body .tabs-left>.nav-tabs>li.active>a:hover {
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.widget-body .tab-content {
    /*padding: 16px 12px 5px;*/
    border: 1px solid #ddd;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    color: #666;
    border-radius: 4px !important;
}
select:hover,
.select2-container:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover {
    border: 1px solid #737373 !important;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #5897fb !important;
}
textarea {
    resize: none;
}
.select2-container-multi .select2-choices .select2-search-field input:hover,
.select2-container-multi .select2-choices .select2-search-field input:focus {
    border: 0px !important;
}
input[type=checkbox]~.text, input[type=radio]~.text {
    z-index: 0 !important;
    cursor: pointer;
}
.input-icon.icon-right>input {
    padding-right: 26px;
}
.input-icon>[class*="fa-"], .input-icon>[class*="glyphicon-"] {
    width: 25px;
    z-index: 3;
}
.form-control[disabled], .select2-container.select2-container-disabled .select2-choice {
    cursor: not-allowed !important;
    background-color: #f6f6f6;
    border-color: #d5d5d5;
    color: #555;
}
.form-control[disabled]:hover, .select2-container.select2-container-disabled .select2-choice:hover {
    border-color: #eee;
    background-color: #f6f6f6;
}
.form-control, select {
    color: #555;
    background-color: #fbfbfb;
    border: 1px solid #d5d5d5;
    border-radius: 4px !important;
}
*::-webkit-input-placeholder {
    color: #777 !important;
}
*:-moz-placeholder {
    color: #777 !important;
}
*:-ms-input-placeholder {
    color: #777 !important;
}
.page-body {
    min-height: calc(100vh - 166px);
    padding-bottom: 0px !important;
}
.page-footer-body {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
}
.page-footer {
    margin: 0;
    padding: 0;
    padding-left: 12px;
    z-index: 0;
    min-height: 40px;
    border-top: 1px solid #e5e5e5;
    background-image: linear-gradient(to right,#fff,#f3f3f3);
    height: 40px;
}
.page-footer.page-footer-fixed {
    position: fixed;
    right: 0;
    /*left: 224px;*/
    bottom: 0px;
    z-index: 998;
    width: 100%;
}
.page-sidebar .sidebar-header-wrapper .ng-text {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 40px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    z-index: 2;
}
.page-sidebar .sidebar-header-wrapper {
    height: 42px;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    z-index: 2;
}
.page-sidebar .sidebar-header-wrapper .searchinput {
    font-size: 17px;
    font-weight: bold;
    padding-left: 41px;
    border: none;
}
.page-sidebar .sidebar-header-wrapper .searchinput:hover,
.page-sidebar .sidebar-header-wrapper .searchinput:focus {
    border: none !important;
}
.page-sidebar .sidebar-header-wrapper .searchicon {
    left: 14px;
    top: 16px;
    font-size: 14px;
}
.page-sidebar .sidebar-menu a {
    color: #666;
}
.page-sidebar .sidebar-menu a:hover {
    color: #262626;
}
.page-sidebar .sidebar-menu a .menu-icon.menu-ng-icon {
    font-size: 16px;
}
.page-sidebar .sidebar-menu>li>a .menu-text-right,
.page-sidebar .sidebar-menu .submenu>li>a .menu-text-right {
    display: block;
    width: 30%;
    text-align: left;
    display: inline-block;
    float: right;
}
.page-sidebar.menu-compact .sidebar-menu>li>a .menu-text-right {
    display: none;
    position: absolute;
    left: 170px;
    top: 0;
    width: auto;
    z-index: 123444;
    height: 38px;
    line-height: 38px;
    z-index: 121;
}
.page-sidebar.menu-compact .sidebar-menu>li:hover>a>.menu-text-right {
    display: block;
}
.page-sidebar .sidebar-menu>li>a.menu-body {
    height: 41px;
    font-size: 17px;
    font-weight: bold;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.page-sidebar .sidebar-menu>li>a.menu-body_top {
    border: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom: 1px solid #f3f3f3 !important;
}
.page-sidebar .sidebar-menu .submenu>li>a {
    padding-left: 30px;
}
.page-sidebar .sidebar-menu>li>.submenu .submenu-body {
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
}
.page-sidebar .sidebar-menu>li>.submenu>li>a.submenu-body:before{
    top: 13px;
}
.page-sidebar.menu-compact .sidebar-menu>li>.submenu li>a.submenu-body {
    padding-left: 24px;
}
.page-sidebar.menu-compact .sidebar-menu>li>.submenu li>a {
    padding-left: 17px;
}
.page-chatbar.open~.page-content {
    margin-right: 0px !important;
}
.page-chatbar.open~.page-content .breadcrumbs-fixed {
    right: 0px !important;
}
.page-chatbar.open~.page-content .page-header-fixed {
    right: 0px !important;
}
.page-chatbar {
    position: absolute;
    top: 0px;
    height: -webkit-calc(100% - 40px) !important;
    height: -moz-calc(100% - 40px) !important;
    height: calc(100% - 40px) !important;
    z-index: 50;
}
.page-chatbar:before {
    height: 100% !important;
}
.page-chatbar .chatbar-contacts .contacts-search {
    border-bottom: 1px solid #e5e5e5 !important;
    line-height: 41px;
    padding-left: 15px;
}
.chatbar-fixed {
    position: fixed !important;
    top: 45px !important;
    height: -webkit-calc(100% - 85px) !important;
    height: -moz-calc(100% - 85px) !important;
    height: calc(100% - 85px) !important;
    z-index: 1000 !important;
}
.page-chatbar .chatbar-contacts .contacts-search .chatbar-btn {
    padding-left: 25px;
    padding-right: 25px;
}
.page-chatbar .chatbar-contacts .contacts-search .dropdown-menu a i {
    float: right;
    margin-right: 20px
}
.page-chatbar .chatbar-contacts .contacts-list .contact {
    height: 75px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}
.page-chatbar .chatbar-contacts .contacts-list .contact-noData {
    text-align: center;
    padding: 20px;
}
.page-chatbar .chatbar-contacts .contacts-list .contact_yidu {
    color: #999;
}
.page-chatbar .chatbar-contacts .contacts-list .contact_weidu {
    color: #000;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info {
    width: 100% !important;
    height: 100% !important;
    padding-bottom: 11px;

}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-name {
    width: 100% !important;
    height: 90% !important;
    line-height: 19px;
    overflow: hidden !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-icon_yidu {
    position: absolute;
    top: -4px;
    right: 0;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-icon_weidu {
    position: absolute;
    top: -7px;
    right: 0;
    color: #FF5722;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info i {
    font-size: 30px;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .last-chat-favorite {
    position: absolute;
    left: 20px;
    bottom: 0px;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .last-chat-favorite i {
    font-size: 1.5em;
    color: #ff7800 !important;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .last-chat-time {
    bottom: 6px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-language {
    min-width: 110px;
    text-align: center;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-language>li {
    font-size: 14px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-language>li:hover {
    background-color: #f5f5f5;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-language>li>a {
    position: relative;
    font-size: 13px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-language>li>a .active {
    color: #08c !important;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area>li.open>a:before {
    content: '';
    display: inline-block;
    right: 0;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 0;
    top: 2px;
    height: 1px;
}
.navbar .sidebar-collapse.active:before {
    content: '';
    display: inline-block;
    right: 0;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 0;
    top: 2px;
    height: 1px;
}
.navbar .navbar-brand {
    font-weight: bold;
}
.navbar .navbar-menus {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 224px;
    top: 0;
    z-index: 2;
    width: auto;
    height: 45px;
    text-align: center;
}
.navbar .navbar-menus li {
    position: relative;
    height: 45px;
    line-height: 41px;
    padding: 0px 12px;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    margin: 0px;
    float: left;
    list-style-type: none;
    border-top: 2px solid transparent;
}
.navbar .navbar-menus li:hover, .navbar .navbar-menus li.active {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    border-top: 2px solid #fff;
}
.navbar .navbar-menus li.active:before {
    content: '';
    display: inline-block;
    right: 0;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 0;
    top: 0;
    height: 1px;
}
.navbar .navbar-menus li i {
    margin-right: 5px;
    font-size: 18px;
}
.ng-copyright {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    /*color: #777;*/
}
.help-block {
    margin-bottom: 0 !important;
    text-align: left !important;
}
/* dataTables列内容居中 */
.table>tbody>tr>td {
    text-align: center !important;
}
.table>tbody>tr>td .btn.btn-link {
    padding: 0 !important;
}
.table>tbody>tr>td.total {
    text-align: right !important;
}
.table>tbody>tr>td.total span {
    width: 250px;
    display: inline-block;
    text-align: left;
}
.table>tbody>tr.tr-odd {
    background: #fff !important;
}
/*.table>tbody>tr.tr-odd>td:not(:first-of-type) {*/
.table>tbody>tr.tr-odd>td {
     color: #e46f61;
}
.table>tbody>tr>td.checkbox-group {
    text-align: left !important;
    padding-left: 30px;
}
.table_scroll {
    overflow-x: auto;
}
.table_scroll .dt-process {
    width: 1900px !important;
}
.table_scroll .dt-complex {
    width: 2048px !important;
}
.table_scroll .dt-analysis {
    width: 2800px !important;
}
.table_scroll .dt-2800 {
    width: 2800px !important;
}
.table_scroll .dt-2700 {
    width: 2700px !important;
}
.table_scroll .dt-2600 {
    width: 2600px !important;
}
.table_scroll .dt-2500 {
    width: 2500px !important;
}
.table_scroll .dt-2400 {
    width: 2400px !important;
}
.table_scroll .dt-2300 {
    width: 2300px !important;
}
.table_scroll .dt-2200 {
    width: 2200px !important;
}
.table_scroll .dt-2100 {
    width: 2100px !important;
}
.table_scroll .dt-2000 {
    width: 2000px !important;
}
.table_scroll .dt-1900 {
    width: 1900px !important;
}
.table_scroll .dt-1800 {
    width: 1800px !important;
}
.table_scroll .dt-1700 {
    width: 1700px !important;
}
.table_scroll .dt-1600 {
    width: 1600px !important;
}
.table_scroll .dt-1500 {
    width: 1500px !important;
}
.table_scroll .dt-1400 {
    width: 1400px !important;
}
.table_scroll .dt-1300 {
    width: 1300px !important;
}
.table_scroll .dt-1200 {
    width: 1200px !important;
}
.table_scroll .dt-to-closed,
.table_scroll .dt-closed,
.table_scroll .dt-commission,
.table_scroll .dt-supplier {
    width: 2400px !important;
}
.table_scroll .dataTables_empty {
    /*text-align: left !important;*/
    /*padding-left: 45px !important;*/
}
.table-half {
    width: 50%;
}
/* dataTables表头居中 */
.table {
    table-layout: fixed;
}
.table>thead:first-child>tr:first-child>th {
    text-align: center !important;
}
/* dataTables垂直居中 */
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.dataTables_paginate ul.pagination {
    position: static;
}
.ng-td {
    padding: 0px !important;
    border: 0px !important;
}
.buttons-preview .btn, .buttons-preview .btn-group {
    margin-bottom: 5px !important;
    margin-right: 5px !important;
}
.form-horizontal .buttons-preview .btn, .buttons-preview .btn-group {
    margin-top: 1px !important;
    margin-bottom: 0px !important;
    margin-right: 5px !important;
}
.btn-fixed {
    position: fixed;
    right: 0;
    left: 225px;
    top: 125px;
    z-index: 40;
    margin-top: 0px;
    background: #f3f3f3;
    height: 50px;
    line-height: 50px;
    padding: 0 15px !important;
    display: block;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #fff, #f3f3f3);
    background-image: -moz-linear-gradient(left, #fff, #f3f3f3);
    background-image: -o-linear-gradient(left, #fff, #f3f3f3);
    background-image: linear-gradient(to right, #fff, #f3f3f3);
    border-bottom: 1px solid #e5e5e5;
}
.btn-fixed_header {
    z-index: 997;
}
.btn-fixed_body {
    margin-top: 50px;
}
.btn-xs {
    line-height: 1.6;
}
.tt-wrap {
    z-index: 10;
}
.hs-btn {
    position: absolute;
    top: 10px;
    left: 8px;
    width: auto;
    height: auto;
}
.tip-tooltip {
    min-width: 80px;
}
.tip-text {
    color: #444;
    width: 100%;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    padding: 3px 8px;
}
.tip-text:hover {
    color: #5897fb;
}
.page-sidebar.menu-compact~.page-content .btn-fixed {
    left: 48px;
}
.page-sidebar.hide~.page-content .btn-fixed {
    left: 0px;
}
.badge-language {
    top: 8px !important;
    left: 0px !important;
    width: 16px !important;
    height: 16px !important;
}
.tree-label {
    margin-left: 3px !important;
}
.tree-primary {
    color: #cc324b !important;
}
.table-sub {
    background-color: #f5f7fa !important;
}
.dataTable .row-details {
    margin-top: 0px !important;
}
.fs12 {
    font-size: 12px !important;
}
.fs20 {
	font-size: 20px !important;
	font-weight: bold !important;
}
.red {
    margin-right: 3px;
}
/* input addon */
.input-group .input-group-addon {
    background-image: unset !important;
    vertical-align: top;
    padding-top: 12px;
}
.input-group-addon {
    background-color: transparent !important;
    border: 0px !important;
}
.form-vertical .input-group {
    display: block;
}
.form-vertical .input-group .input-group-addon {
    text-align: left;
    padding-left: 0;
}
/* dashboard */
.da-row {
    height: calc(100vh - 210px);
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    text-align: center;
}
.da-header {
    font-size: 42px;
    font-weight: bold;
    text-indent: 4px;
}
.da-footer {
    font-size: 20px;
}
.abn-tree {
    height: calc(100% - 35px);
    overflow-y: scroll;
    overflow-x: hidden;
}
ul.nav.abn-tree li:first-child .tree-label {
    width: calc(100% - 30px);
}
ul.abn-tree li.abn-tree-row a {
    padding: 3px 5px;
}
ul.nav.abn-tree .indented {
    display: inline-block;
    vertical-align: text-top;
}
ul.nav.abn-tree .tree-label {
    width: calc(100% - 55px);
    word-wrap: break-word;
    display: inline-block;
}
#bigImg {
	display: none;
	overflow: hidden;
	position: absolute;
	z-index : 999;
}
/* 强制换行 */
.word-break {
  word-break: break-all;
  word-wrap: break-word;
}
.ng-cursor {
    cursor: pointer;
}
.ng-cursor-default {
    cursor: default !important;
}
/* select */
.select2-drop {
    margin-top: unset !important;
}
.tSelect2-drop {
    z-index: 1055 !important;
}
.tSelect2-drop-mark {
    z-index: 1053 !important;
}
.select2-search {
    margin-top: 4px !important;
}
.select2-container-multi .select2-choices .select2-search-field input {
    height: 32px !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
    padding: 5px 5px 5px 18px !important;
    margin: 5px 0px 3px 5px !important;
}
.select2-container .select2-choice {
    background-color: #fbfbfb;
    background-image: unset !important;
}
.select2-container .select2-choice .select2-arrow {
    background-color: #eee !important;
    border-left: 1px solid #ccc !important;
    background-image: unset !important;
}
.select2-container .select2-choice > .select2-chosen {
    color: #777;
}
/* ueditor */
.edui-default .edui-colorpicker-nocolor {
    height: 20px !important;
}
.edui-default .edui-toolbar .edui-combox-body .edui-button-body {
    width: 65px !important;
    color: #444 !important;
}
.edui-default .edui-editor-breadcrumb {
    color: #444 !important;
}
/* laydate */
.laydate-icon,
.laydate-icon-default,
.laydate-icon-danlan,
.laydate-icon-dahong,
.laydate-icon-molv{
    height: 34px !important;
    line-height: 1.42857143 !important;
    border: 1px solid #d5d5d5 !important;
}
/* modal */
.modal-title {
    min-height: 31px;
}
.modal-body {
    max-height: calc(100vh - 190px);
    overflow-y: auto;
}
@media (min-width: 992px) {
    .modal-full {
        width: 80%;
    }
    .modal-all {
        width: 100%;
    }
}
.has-error, .has-error .checkbox, .has-error .checkbox-inline,
.has-error .control-label, .has-error .help-block, .has-error .radio,
.has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label,
.has-error.radio label, .has-error.radio-inline label, .has-error .form-control {
    color: #e46f61 !important;
}
.widget.maximized {
    overflow-x: hidden !important;
}
.form-group-3 {
    margin-right: 30px !important;
    min-height: 35px;
}
.form-group:last-child {
    margin-bottom: 0px !important;
}
.form-horizontal .control-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 7px;
    font-size: 11px;
}
.form-horizontal div.control-label {
    padding-left: 15px;
}
.ng-center {
    display: flex;
    justify-content:center;
    align-items:Center;
}
.ng-font-16 {
    font-size: 16px;
}
.ng-font-red {
    color: #e46f61 !important;
}
.ng-float-none {
    float: none !important;
}
.ng-overflow-unset {
    overflow: unset !important;
}
.ng-overflow-hidden {
    overflow: hidden !important;
}
.ng-relative {
    position: relative;
}
.ng-pb-2 {
    padding-bottom: 2px !important;
}
.select-input-icon {
    position: absolute !important;
    width: 100%;
    width: calc(50% - 16px);
}
.select-input-div {
    position: absolute !important;
    z-index: 5 !important;
    top: auto;
    left: 0px;
    height: 34px;
    width: calc(100% - 18px) !important;
    vertical-align: middle;
    display: inline-block !important;
    margin-top: 1px;
    margin-left: 1px;
    border-radius: 0px !important;
}
.select-input-td {
    position: absolute;
    z-index: 1;
    top: auto;
    left: 8px;
    height: 34px;
    width: calc(100% - 36px);
    vertical-align: middle;
    display: inline-block;
    margin-top: 1px;
    margin-left: 1px;
    border-radius: 0px !important;
}
.select-input-div-template {
    position: absolute;
    z-index: 1;
    top: auto;
    left: 15px;
    height: 34px;
    width: calc(100% - 50px) !important;
    vertical-align: middle;
    display: inline-block !important;
    margin-top: 1px;
    margin-left: 1px;
    border-radius: 0px !important;
}
.ng-panel {
    border-color: #d5d5d5;
    padding: 5px 9px;
    line-height: 1.42857143;
    border-radius: 4px !important;
    height: 190px;
    overflow-y: scroll;
    background-color: #fbfbfb;
}
.ng-panel:hover {
    border: 1px solid #737373 !important;
}
.panel-body {
    padding: 0;
    padding-bottom: 5px;
}
.task-container .tasks-list .task-item {
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
}
.task-container .tasks-list .task-item:first-of-type {
    padding-top: 0px;
}
.task-container .tasks-list .task-item:last-of-type {
    padding-bottom: 0px;
}
.task-container .tasks-list .task-item:hover {
    background-color: transparent;
}
.fa-icon {
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-text {
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 14px;
    color: #666;
}
/* screen */
@media only screen and (max-width: 1352px) {
    .navbar .navbar-inner .navbar-header .navbar-account .setting,
    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
        display: none;
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area {
        right: 0px;
    }
}
@media only screen and (max-width: 985px) {
    .navbar .navbar-menus li span {
        display: none;
    }
}
@media only screen and (max-width: 880px) {
    .btn-fixed {
        left: 0px;
    }
    .page-sidebar.menu-compact~.page-content .btn-fixed {
        left: 0px;
    }
    .page-sidebar.hide~.page-content .btn-fixed {
        left: 224px;
    }
    .page-sidebar.menu-compact.hide~.page-content .btn-fixed {
        left: 42px;
    }
}
@media only screen and (max-width: 760px) {
    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar {
        margin-right: 14px;
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section {
        display: unset;
    }
}

/* ueditor 字体补全 */
/* 宋体 */
@font-face {
    font-family: "SimSun";
    src: url("../fonts/SimSun.ttf") format("truetype");
    font-weight: normal;
  }
  /* 仿宋 */
  @font-face {
    font-family: "SimFang";
    src: url("../fonts/SimFang.ttf") format("truetype");
    font-weight: normal;
  }
  /* 黑体 */
  @font-face {
    font-family: "SimHei";
    src: url("../fonts/SimHei.ttf") format("truetype");
    font-weight: normal;
  }
  /* 楷体 */
  @font-face {
    font-family: "SimKai";
    src: url("../fonts/SimKai.ttf") format("truetype");
    font-weight: normal;
  }
  /* 隶书 */
  @font-face {
    font-family: "SimLi";
    src: url("../fonts/SimLi.ttf") format("truetype");
    font-weight: normal;
  }
  /* 微软雅黑 */
  /*@font-face {*/
  /*  font-family: "Microsoft YaHei";*/
  /*  src: url("../fonts/MicrosoftYaHei.ttf") format("truetype");*/
  /*  font-weight: normal;*/
  /*}*/
  /* Arial */
  @font-face {
    font-family: "Arial";
    src: url("../fonts/Arial.ttf") format("truetype");
    font-weight: normal;
  }
  /* AndaleMono */
  @font-face {
    font-family: "andale mono";
    src: url("../fonts/AndaleMono.ttf") format("truetype");
    font-weight: normal;
  }
  /* ArialBlack */
  @font-face {
    font-family: "arial black";
    src: url("../fonts/ArialBlack.ttf") format("truetype");
    font-weight: normal;
  }
  /* TimesNewRoman */
  @font-face {
    font-family: "times new roman";
    src: url("../fonts/TimesNewRoman.ttf") format("truetype");
    font-weight: normal;
  }
  /* impact */
  @font-face {
    font-family: "impact";
    src: url("../fonts/impact.ttf") format("truetype");
    font-weight: normal;
  }
  /* ComicSansms */
  @font-face {
    font-family: "comic sans ms";
    src: url("../fonts/ComicSansms.otf") format("truetype");
    font-weight: normal;
  }

  /* 修改头部和侧栏 */
  .page-container .page-sidebar,
  .navbar .navbar-inner,
  .page-container .page-content .page-breadcrumbs {
    position: fixed;
    z-index: 10;
  }

  .navbar .navbar-inner,
  .page-container .page-content .page-breadcrumbs {
    width: 100%;
  }

  .page-sidebar,
  .page-container .page-content .page-breadcrumbs {
    top: 45px;
  }

  .page-container .page-content {
    padding-top: 45px;
    box-sizing: border-box;
  }

  .page-container .page-sidebar {
    height: calc(100vh - 45px - 40px);
    overflow-y: hidden;
  }

  .page-container .page-sidebar #sidebarInfo {
    height: 100%;
    overflow-y: scroll;
  }

  div.slimScrollDiv,
  div.slimScrollDiv ul.nav {
    height: auto !important;
  }

  .submenu .submenu li a {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
  }

  ul.task-list {
    padding-inline-start: 20px;
  }
