
.table_link {
    text-decoration: underline;
    color: #358bf2;
}

.subnoNav.active a {
    background: #358bf2;
    box-shadow: 1px 1px 1px #888;
    background-position: 90% 50%;
    color: #fff;
}



.rollbar-path-vertical, .rollbar-path-horizontal {
    position: absolute;
    background-color: #eee;
    background-color: rgba(220, 220, 220, 0.5);
    z-index: 100;
}

.rollbar-path-horizontal {
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 10px;
}

.rollbar-path-vertical {
    right: 0px;
    top: 0;
    height: 100%;
    width: 10px;
}



.rollbar-path-vertical {
    box-shadow: inset 1px 0px 1 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 0px 1 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 0px 0 rgba(0, 0, 0, 0.1);
}

.rollbar-path-horizontal {
    box-shadow: inset 0px 1px 1 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 1px 1 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.1);
}

/* rollbar handle style */

.rollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: #58bcee;
}

/* prevent handle selection */

.rollbar-handle {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rollbar-path-vertical .rollbar-handle {
    height: 20%;
    width: 100%;
}

.rollbar-path-horizontal .rollbar-handle {
    width: 20%;
    height: 100%;
}

/* round corners for rollbar handle and paths */

.rollbar-path-vertical, .rollbar-path-horizontal, .rollbar-handle {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* rollbar themes: rollbar-blue*/

.rollbar .rollbar-path-vertical, .rollbar .rollbar-path-horizontal {
    border-radius: 0px;
}

.rollbar .rollbar-path-vertical .rollbar-handle, .rollbar .rollbar-path-horizontal .rollbar-handle {
    border-radius: 0px;
    transition: height .3s, width .3s;
}

.rollbar .rollbar-path-vertical {
    width: 5px;
}

.rollbar .rollbar-path-horizontal {
    height: 5px;
}

.rollbar-content {
    transition: top .2s;
}

.rollbar-pad {
    padding-right: 10px;
}

/* Let's get this party started */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    min-height: 2rem;
    background: rgba(0, 0, 0, 0.6);
    background-clip: padding-box;
    border: 3px solid transparent;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.3);
}


.cover {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    filter: alpha(opacity=60);
    background-color: #000;
    z-index: 20171211;
    left: 0px;
    display: none;
    opacity: 0.5;
    -moz-opacity: 0.5;
}


.mailAutoComplete {
    cursor: pointer;
    border: 1px solid #ccc;
}

.mailautocomplete_item {
    background: #fff;
    border-bottom: 1px solid #bbb;
}

.mailautocomplete_item_avt {
    background: #eee;
}

.pointer {
    cursor: pointer;
}


.area-table label {
    display: block;
    min-width: 60px;
    cursor: pointer;
}

.area-table td:hover {
    background-color: #358bf2;
    color: #fff;
}

.area-table th:hover a {
    color: #fff;
}

.area-table td:hover {
    color: #fff;
}

.area-table td:hover a {
    color: #fff;
}

.chooise_city td {
    color: #666;
}

.chooise_city td:hover span {
}

.dicon-down {
    background-image: url(/views/rule/reportformdefine/images/adown2.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 16px;
}

/* cdropdown */

.cdropdown-menu, .cdropdown-box {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.open .cdropdown-menu, .open .cdropdown-box {
    display: block;
}


.cdropdown-backdrop {
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: 999;
    filter: alpha(opacity=0);
}



.period-list {
    white-space: nowrap;
    cursor: default;
}

.period-list h3 {
    padding: 10px 0 5px;
    margin: 0 0 6px;
    border-bottom: dotted 1px #eee;
    color: #666;
}

.period-list span {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-align: center;
    border: solid 1px #f8f8f8;
    background-color: #fefefe;
    border-radius: 20px;
    margin: 0 4px 1px 0;
    cursor: pointer;
    color: #333;
    transition: background-color 0.2s, color 0.2s;
}

.period-list span:hover, .period-list .selected {
    background-color: #39f;
    border-color: #28e;
    color: #fff;
}

.period-list span.from {
    border: dotted 2px #fff;
    margin: -1px 3px 0px -1px;
}

.bootbox-body {
    font-size: 12px;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: -5px;
    width: 17px;
    height: 17px;
    cursor: pointer;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #666;
}
.has-error .form-control {
    border-color: #d4d9e1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #d4d9e1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d4d9e1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d4d9e1;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #d4d9e1;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #666;
}
.has-success .form-control {
    border-color: #d4d9e1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #d4d9e1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d4d9e1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d4d9e1;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #d4d9e1;
    border-color: #d4d9e1;
}
.has-success .form-control-feedback {
    color: #3c763d;
}

.form-control-feedback {
    pointer-events: all;
}



/*typeahead自动完成组件*/

.typeahtypeaheadead, .tt-query, .tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    min-width: 180px;
    margin: 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    max-height: 200px;
    overflow: auto;
}

.tt-menu-x {
    width: 300px;
    margin: 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    max-height: 200px;
    overflow: auto;
}

.ls-menu {
    /*min-width: 200px;*/
    min-width: 250px;
    margin: 0;
    top: 30% !important;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    max-height: 200px;
    overflow: auto;
    margin-top: 25px;
}

.ls-menu .tt-suggestion {
    font-size: 12px;
    color: #666;
    height: 30px;
    overflow: hidden;
}

.addent-menu {
    min-width: 300px;
    margin: 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    max-height: 200px;
    overflow: auto;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #358bf2;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #358bf2;
}

.tt-suggestion p {
    margin: 0;
}
.gist {
    font-size: 14px;
}

/*icons图标*/
.cicon {
    display: inline-block;
    width: 17px !important;
    height: 17px !important;
    overflow: hidden;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.cicon-success,.cicon-success-tip {
    background-image: url(/images/success.png);
}

.cicon-info,.cicon-info-tip {
    background-image: url(/images/info-icon.png);
}

.cicon-warning,.cicon-warning-tip {
    background-image: url(/images/warning-icon.png);
}

.cicon-danger {
    background-image: url(/images/error-icon.png);
}

.cicon-error,.cicon-error-tip {
    background-image: url(/images/error-fff.png);
    background-size: contain;
}

.cicon-redo {
    background-image: url(/views/rule/rule/images/redo.png);
}

.cicon-scrollback {
    background-image: url(/views/rule/reportformdefine/images/scrollback.png);
}

.table .move {
    cursor: move;
}

/* picasa */


.picasa-theatre {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20180102;
}

.picasa-lock, .picasa-lock body {
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.picasa-actor {
    position: absolute;
    z-index: 20180102;
    cursor: move;
}

.picasa-smooth {
    transition: width .3s, height .3s, top .3s, left .3s;
}

.picasa-tip {
    position: absolute;
    pointer-events: none;
    z-index: 20180102;
    border-radius: 5px;
    padding: 5px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -25px;
    color: #fff;
    display: none;
    opacity: .8;
    background: rgba(0, 0, 0, 0.5);
}

.picasa-tool, .picasa-thumb-wrap, .picasa-title {
    position: absolute;
    z-index: 20180102;
    bottom: 45px;
}

.picasa-tool {
    right: 47.5%;
    text-align: center;
}

.picasa-tool span {
    margin: 0 5px;
    padding: 10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    display: inline-block;
}

.picasa-tool span:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.picasa-title {
    pointer-events: none;
    float: left;
    opacity: .8;
    color: #ccc;
    font-size: 13px;
    position: absolute;
    left: 10px;
    bottom: 5px;
    font-family: arial;
}

.picasa-thumb-wrap {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.picasa-thumb-wrap ul {
    position: absolute;
    left: 50%;
    height: 32px;
    bottom: 3px;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.picasa-thumb-wrap li {
    display: inline-block;
    background: #777;
    margin-right: 1px;
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.picasa-thumb-wrap:before {
    content: '\20';
    border: solid 8px #f00;
    border-color: transparent transparent rgba(0, 0, 0, 0.8);
    width: 0;
    height: 0;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
}

.picasa-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20180101;
    opacity: .8;
    background: rgba(0, 0, 0, 0.9);
}

.picasa-prev, .picasa-next {
    position: absolute;
    z-index: 20180102;
    opacity: .2;
    font-family: vedana;
    font-size: 120px;
    color: #fff;
    top: 50%;
    margin-top: -70px;
    width: 80px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    cursor: default;
}

.picasa-prev:hover, .picasa-next:hover {
    opacity: .6;
    background: rgba(0, 0, 0, 0.3);
}

.picasa-next {
    right: 0;
}

.avatar-view {
    display: block;
    width: 92px;
    height: 92px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    margin: 0 auto;
}

.avatar-view img {
    width: 100%;
}

.avatar-body {
    padding-right: 15px;
    padding-left: 15px;
}

.avatar-upload {
    overflow: hidden;
}

.avatar-upload label {
    display: block;
    float: left;
    clear: left;
    width: 100px;
}

.avatar-upload input {
    display: block;
    margin-left: 110px;
}

.avater-alert {
    margin-top: 10px;
    margin-bottom: 10px;
}

.avatar-wrapper {
    height: 364px;
    width: 100%;
    margin-top: 15px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .25);
    background-color: #fcfcfc;
    overflow: hidden;
}

.avatar-wrapper img {
    display: block;
    height: auto;
    max-width: 100%;
}

.avatar-preview {
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

.avatar-preview:hover {
    border-color: #ccf;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.avatar-preview img {
    width: 100%;
}

.preview-lg {
    height: 150px;
    width: 150px;
    margin-top: 15px;
}

.preview-md {
    height: 100px;
    width: 100px;
}

.preview-sm {
    height: 50px;
    width: 50px;
}

@media (min-width: 992px) {
    .avatar-preview {
        float: none;
    }
}

.avatar-btns {
    margin-top: 30px;
    margin-bottom: 15px;
}

.avatar-btns .btn-group {
    margin-right: 5px;
}

.loading {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .75;
    filter: alpha(opacity=75);
    z-index: 20140628;
}

/*自动补全css*/

.typeahead-combo-wrap {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
    zoom: 1;
}

.typeahead-combo-wrap .typeahead-input {
    outline: 0;
    float: left;
    padding: 6px 5px;
    height: 100%;
    color: #555;
    border: 0;
}

.typeahead-combo-wrap .arrowdown {
    float: left;
    width: 16px;
    height: 100%;
    overflow: hidden;
    background-position: 0 -16px !important;
    background: url(../views/finance/voucher/images/spr_icons.png) no-repeat;
}

.typeahead-combo-wrap .arrowdown:hover {
    background-position: -16px -16px !important;;
}

.typeahead-menu {
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    width: 100%;
    z-index: 500;
}

.typeahead-menu .typeahead-dataset {
    background-color: #fff;
    position: relative;
    max-height: 200px;
    overflow-y: scroll;
}

.typeahead-menu .typeahead-suggestion {
    padding: 2px 5px;
    line-height: 22px;
    cursor: default;
    overflow: hidden;
}

.typeahead-menu .typeahead-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #358bf2;
}

.typeahead-menu .typeahead-cursor {
    background-color: #358bf2;
}

/* 表格横向移动 */
.fixed-table-header {
    background-color: #f5f6fa;
}

.fixed-table-body {
    overflow-x: auto;
}


.btn-default {
    box-shadow: none;
    background: #fff;
    border: 1px solid #d5d7db;
    background-image: none;
    border-radius: 0;
    height: 30px;
    font-size: 12px;
    padding: 6px;
}


.popover-ls {
    left: 15px !important;
    position: relative;
    z-index: 20171212;
    margin-top: 10px;
    max-width: 180px;
    padding: 1px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
}

.popover-ls > .arrow {
    top: -13px;
    left: 50%;
    margin-left: -25px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.popover-ls > .arrow {
    border-width: 11px;
}

.popover-ls > .arrow, .popover-ls > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover-ls.bottom > .arrow:after {
    top: 0px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #dddfe6;
}

.popover-ls > .arrow:after {
    content: "";
    border-width: 6px;
}

.branch-list > li > a {
    padding: 1px 10px !important;
}

.bns-file-list li:hover .operate {
    z-index: 8000;
    display: inline-flex;
    justify-content: center;
}

.bns-file-list li a {
    margin: 1px;
}

.pagination-info {
    vertical-align: inherit !important;
}

.page-list {
    color: #888;
}

/* 会计科目新增样式 */

.parent-code {
    font-size: 12px;
    position: absolute;
    top: 1px;
    left: 15px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 6px 0 0 5px;
    z-index: 5;
}

.has-feedback .form-control {
    padding-right: 0px !important;
}

.notice-mes a {
    color: #3d67c7;
}

.txt-left {
    padding-left: 25px;
}

.navContent li a:focus {
    background: inherit;
    color: inherit;
}

.navContent li.active a {
    background: #358bf2;
    color: #fff;
    text-decoration: none;
}

.fixed-table-pagination {
    text-align: center;
    vertical-align: middle;
    padding-top: 15px;
}

.pagination {
    vertical-align: middle;
    margin-top: 10px;
    padding: 0 8px;
    color: #888;
}

.select_page_dropdown {
    min-width: 60px;
    max-width: 60px;
}

.select_page_dropdown > li > a:hover {
    background-color: #358bf2;
}

.bill-view-time {
    cursor: pointer;
}

.visible {
    overflow: visible !important;
}

.blue {
    color: #3d67c7
}

.p11 {
    padding: 0 10px 10px !important;
}



.operate-reserve .active, .operate-reserve .active:hover, .operate-reserve .active:focus {
    color: #fff;
    background-color: #358bf2;
}

a.list-group-item:focus {
    background: #358bf2;
    color: #fff;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d5d7db;
    border-radius: 0px;
}

.select2-container .select2-selection--single {
    height: 30px;
}



[v-cloak] {
    display: none;
}


.table td {
    vertical-align: middle !important;
}

.table tbody tr, .table tfoot tr {
    border-right: 1px solid #ddd !important;
}

.table tr td:last-child {
    border-right: 1px solid #ddd !important;
}

.table tbody tr:last-child {
    border-bottom: 1px solid #ddd !important;
}

.table tr td:first-child {
    border-left: 1px solid #ddd !important;
}

.table thead th:last-child {
    border-right: 1px solid #ddd !important;
}

.table thead th:first-child {
    border-left: 1px solid #ddd !important;
}

/*.table thead th {*/
/*border: 1px solid red !important;*/
/*}*/
/* .table thead th{
    border: 0px !important;
} */
/*.bootstrap-table .table.table-no-bordered>thead>tr>th{*/
/*border-right:2px solid red !important;*/
/*}*/

.table-head-bordered thead th {
    border: 1px solid #ddd !important;
}

.table-body-bordered tbody td {
    border: 1px solid #ddd !important;
}

.table-no-bordered tfoot td {
    border: none !important;
}

.table > tfoot > tr > td {
    border-bottom: 1px solid #ddd !important;
}



.view-content-main {
    max-height: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 220px;
    top: 50px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px 0;
}



.table-no-padding tr > td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.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;
}

.table > thead > tr > th {
    border-bottom: none;
}

.pr30 {
    padding: 0 20px;
}

/* WebKit browsers */

input:focus::-webkit-input-placeholder {
    color: transparent;
}

/* Mozilla Firefox 4 to 18 */

input:focus:-moz-placeholder {
    color: transparent;
}

/* Mozilla Firefox 19+ */

input:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10+ */

input:focus:-ms-input-placeholder {
    color: transparent;
}

.router-link-active {
    background-color: #263249;
    color: #459aff !important;
    border-bottom: 2px solid #459aff;
    border-radius: 0;
}

.btn-input {
    background-color: #fff;
    border: #d5d7db 1px solid;
    border-radius: 0;
    font-size: 12px;
}

.cdropdown {
    background-color: #fff !important;
}

.feed-error {
    border: solid 1px #a94442 !important;
}

.disabled {
    pointer-events: none;
}

.incubateCtrBox .nrbox h3 {
    color: #4074e1;
    font-weight: normal;
    text-align: center;
    background-image: url(../views/operate/incubationcentre/images/incubatectr-line.png);
    background-position: top;
    background-repeat: no-repeat;
    margin: 0;
    padding: 24px 0px 20px 0px;
}

.incubateCtr {
    opacity: 0.5;
    max-width: 356px;
    height: 436px;
    border-radius: 5px;
    border: 1px solid #3b93f7;
    background: #fff;
    float: left;
    margin: 25px 10px;
    padding: 10px 20px;
}

.incubateCtrBox .nrbox p {
    color: #666;
    line-height: 24px;
    text-align: left;
    max-height: 120px;
    overflow: hidden;
}

.incubateCtrBox .active {
    opacity: 1;
    padding: 30px 20px;
    margin: 10px 10px;
    height: 467px;
}

.layui-layer-content .bill-view-content {
    top: 0px;
}

.layui-layer-rim {
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.ui-alert .layui-layer-content {
    text-align: center;
    padding: 30px !important;
}

.layui-layer-rim .layui-layer-btn {
    background: #eff1f5;
}

.layui-layer-rim .layui-layer-content {
    /*overflow: hidden !important;*/
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.ui-alert .layui-layer-content {
    overflow: visible !important;
}

.ui-alert .layui-layer-btn {
    height: 40px;
}


.layui-layer-btn .layui-layer-btn0 {
    padding: 0 9px;
    vertical-align: middle;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.layui-layer-btn .layui-layer-btn1, .layui-layer-btn .layui-layer-btn2, .layui-layer-btn .layui-layer-btn3 {
    background: #fff;
    padding: 0 9px;
    vertical-align: middle;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.layui-layer-btn .layui-layer-btn0:focus, .layui-layer-rim .layui-layer-btn .layui-layer-btn0:hover {
    background: #237de9;
    border: 1px solid #237de9;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

.bns-check {
    width: 80px;
    float: right;
}

#detail_view .form-control-feedback {
    right: -10px;
}


.res_order_t table.table {
    float: none;
}

.no-border {
    border: none !important;
}

.pagination-total {
    padding: 0 10px;
}

.page-list .dropdown-menu {
    min-width: 50px;
}


.fixed-table-header {
    border: none;
}

.fixed-table-container {
    border: none;
}

.fixed-table-header {
    border-bottom: none;
}

.fixed-table-header table {
    border-bottom: none;
}

.margin0 {
    margin: 0 !important;
}

.fixed-table-container {
    background: #f4f5f9;
}

.fixed-table-body, .fixed-table-footer, .fixed-table-pagination {
    background: #fff
}

.flatpickr-current-month span.cur-month {
    font-weight: normal !important;
}

.layui-layer-content .bill-view-container {
    top: 0;
    right: 0;
    left: 0;
}

.bill-view-container {
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    overflow: hidden;
    zoom: 1;
    position: absolute;
    top: 50px;
    bottom: 40px;
    right: 10px;
    left: 10px;
}


.bill-view-detail-container {
    position: absolute;
    top: 0px;
    right: 240px;
    bottom: 0px;
    left: 0px;
}

.bill-view-detail-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 46px;
    padding-top: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

.bill-view-attachment-container {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 240px;
    background: #f4f5f9;
    border-left: 1px solid #e2e4ea;
    padding: 10px 15px;
}

.bill-file-list {
    position: absolute;
    bottom: 50px;
    top: 50px;
    right: 0;
    left: 0;
    bottom: 50px;
}

.bill-file-upload {
    position: absolute;
    bottom: 0;
    height: 50px;
    right: 0;
    left: 0;
    padding: 0 20px;
}

.bill-view-footer-container {
    position: absolute;
    bottom: 0;
    height: 70px;
    right: 0;
    left: 0;
    padding: 20px;
}

.snrbox1 {
    z-index: 1 !important;
}

.unclick {
    cursor: default;
    pointer-events: none;
}

.unclick:hover {
    background: inherit !important;
    color: inherit !important;
}

.unclick:hover .badge-num {
    color: inherit !important;
}

.badge-num {
    pointer-events: none;
}

.billtype_select_container .select2-selection {
    background-color: inherit !important;
    border: none !important;
    border-bottom: 1px solid #e1e2e5 !important;
}

.billtype_select_container .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.dishide li[aria-disabled] {
    display: none;
}

.data-upload-list li:hover .imgdel {
    right: 0;
    left: inherit;
    width: 20px;
}

.bill_subfooter {
    position: absolute;
    bottom: 80px;
    left: 50px;
}

.bill_footer {

    margin-top: 40px;
}

.bill-pright {
    padding-right: 30px;
}
.voctable .table-bordered > tbody > tr > td, .voctable .table-bordered > tbody > tr > th, .voctable .table-bordered > tfoot > tr > td, .voctable .table-bordered > tfoot > tr > th, .voctable .table-bordered > thead > tr > td, .voctable.table-bordered > thead > tr > th {
    border: 1px solid #bbb8b3 !important;
}

.redbtn-btn {
    -moz-user-select: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    padding: 0 24px;
    text-align: center;
    vertical-align: middle;
    background: #cc273b;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #cc273b;
    text-decoration: none;
    min-width: 54px;
}

.redbtn-btn:focus, .redbtn-btn:hover {
    background: #cc273b;
    border: 1px solid #cc273b;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

select {
    text-align: center;
}




/* confirm css */
.bootstrap-confirm-skin .layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #fff;
    border-radius: 2px 2px 0 0;
    border-bottom: none;
}

.bootstrap-confirm-skin .layui-layer-content {
    min-height: 100px;
    text-align: center;
}

.bootstrap-confirm-skin.left-content .layui-layer-content {
    width:auto;
    min-width: 350px;
    text-align: left;
}

.bootstrap-confirm-skin .layui-layer-btn {
    text-align: center;
}

.bootstrap-confirm-skin .layui-layer-btn .layui-layer-btn0 {
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    height: 32px;
    padding: 0 24px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: none;
    background: #237de9;
    border: 1px solid #237de9;
    text-decoration: none;
    min-width: 54px;
    font-size: 12px;
}

.bootstrap-confirm-skin .layui-layer-btn .layui-layer-btn1, .bootstrap-confirm-skin .layui-layer-btn .layui-layer-btn2, .bootstrap-confirm-skin .layui-layer-btn .layui-layer-btn3 {
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    height: 32px;
    padding: 0 24px;
    text-align: center;
    vertical-align: middle;
    color: #666;
    text-shadow: none;
    background: #fff;
    border: 1px solid #dbdcdf;
    text-decoration: none;
    min-width: 54px;
    font-size: 12px;
}

.layui-layer-btn- {
    background-color: #fff;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555;
    line-height: 28px;
}

#main-choose-accountpackageList-diog{
    max-height: 600px;
    overflow: auto !important;
}
#main-choose-accountpackageList li{
    height: 50px;
    border-bottom: 1px solid #ddd;
    color: #666;
    line-height: 50px;
    /*text-align: center;*/
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
}
#main-choose-accountpackageList li:hover{
    color: #333;
    font-size: 14px;
    background: #ddebf8;
}
#main-choose-accountpackageList li .left{
    float: left;
    /*font-weight: bold;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
}
#main-choose-accountpackageList li .right{
    float: right;
}

#current_accountpackage{
    background: #864A25;padding: 0 15px;color: #fff;display:block
}

#header_nav .header{
    background-color: #242424 !important;
}
#header_nav .header .branch-list{
    background-color: #242424 !important;
}
#header_nav .vcloud-nav > li > a{
    color:#fff !important;
}
#header_nav .vcloud-nav > li.active > a,
#header_nav .vcloud-nav > li.active > a:hover,
#header_nav .vcloud-nav > li.active > a:focus
{

    background-color: #263249;
    color: #358bf2 !important;
    border-bottom: 3px solid #358bf2;
    border-radius: 0;
}