@font-face {
    font-family: 'Roboto Light';
    src: url('font/Roboto-Light.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Bold';
    src: url('font/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
*{
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    word-spacing: 0;
}
body {
    font-family: Arial;
/*    overflow-x: hidden;*/
    font-size: 12px;
    min-width: 1280px;
    padding-bottom: 30px;
}

body.bodyonly {
    overflow-x: auto;
}

::-webkit-scrollbar { width: 7px; height: 7px; }
::-webkit-scrollbar-track-piece { background-color: transparent; }
body::-webkit-scrollbar-track-piece { background-color: rgba(0,0,0,.2); }
::-webkit-scrollbar-track-piece:no-button {}
::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.3); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background-color:#777; }
::-webkit-scrollbar-thumb:active { background-color: #999; }

::placeholder {color: #ccc}

pre {
    white-space: pre-line;
}

.fl {
    float: left;
}
.fr {
    float:right;
}
.clearfix:after,.clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear:both;
}
.hide {
    display: none;
}
.mb10 {
    margin-bottom: 10px;
}
.w200 {
    width: 200px;
}
/*font*/
.font12 {
    font-size: 12px;
}
.font14 {
    font-size: 14px;
}
.font16 {
    font-size: 16px;
}

.fixed-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #f1f1f1;
    padding: 10px 10px 10px 15px;
    z-index: 1000;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
}

.fix-nail {
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 1px 1px 10px rgba(0,0,0,.05);
}
.fix-report-top {
    padding-top: 35px;
}

/* progress */
.progressbar {
    width: 100%;
    position: relative;
    background-color: #EEEEEE;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
}

.proggress{
    height: 16px;
    background-color: #3498db;
    position: relative;
}

.percentCount{
    font-weight: bold;
    font-family: Arial;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}
/* progress */

/*color*/
.color-primary {
    color:#4A95D6;
}
.color-default {
    color:#777;
}

/* table */

.bbeTable tbody tr {
    border-bottom: 1px solid #ddd;
    background:#fff;
}

.bbeTable tbody tr.selected td,
.bbeTable tbody tr:hover td {
/*    background-color:rgba(51, 51, 51, .1);*/
    background:#CEDCEC;
    color:#333;
}

.bbeTable tbody tr.selected td a,
.bbeTable tbody tr:hover td a {
    color: #009AF9;
}

.bbeTable th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 30px;
}

table.bbeTable tbody tr:nth-child(even), table.subWidgets tbody tr:nth-child(even) {
    background-color: rgba(51,51,51,.04);
}

.bbeTable th i {
    color: #777;
    margin-left: 3px;
}

.bbeTable th i.icon-angle-down,
.bbeTable th i.icon-angle-up {
    font-weight:bolder;
}

.bbeTable th i.icon-resize-vertical {
    font-size: 10px;
}

.bbeTable td {
/*    padding: 5px;*/
    height: 24px;
    color: #000;
}

.bbeTable a {
    color: #49A5DE;
}

.bbeTable a:hover {
    background:transparent;
    text-decoration: none;
}

/* auth */
.auth-disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}
.auth-hide {
    opacity: 0 !important;
    position: fixed !important;
    display: none !important;
}
/* auth */


/* page */
.summary {
    font-weight: normal;
    color:#333;
}
.page-size-bar {
    margin-right:3px;
}
.page-size-bar a,
a.columnPicker {
    color:#49A5DE;
    background:#fff;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    height: 22px;
}

a.columnPicker {
    width: 24px;
}

.page-size-bar a.active {
    color:#fff;
    background:#49A5DE;
    border-color:#49A5DE;
    text-decoration: none;
}

a.columnPicker {
    color:#666;
}
a.columnPicker:hvoer {
    text-decoration: none;
}

span.jumper input[type=text], #go2page_input {
    width: 25px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
}
td.nav span.jumper {
    margin-right: 10px;
}
td.nav span.jumper input {
    border:1px solid #ccc;
    padding:2px 3px;
}
.steper a {
    color: #999;
    padding: 3px;
}
.steper a i {
    vertical-align: middle;
    font-size: 14px;
}
.steper a i.icon-caret {
    font-size: 20px;
}


.steper a:hover {
    background: transparent;
    text-decoration: none;
}

.jumper input {
    border: 1px solid #ccc;
}
.jumper a.btn {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
}


/* easytabs plugin */
.etabs {
    margin: 0;
    padding: 0;
}
.tab {
    display: inline-block;
    zoom:1;
    *display:inline;
    background: #fff;
}
.tab a {
    font-size: 14px;
    display: block;
    padding: 0 10px;
    outline: none;
    color:#777;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-bottom: none;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}
.tab a:hover {
    text-decoration: none;
    color:#777;
    background:#fff;
}

.tab a.active {
    border-top: 1px solid #ff8500;
    border-left: 1px solid #ff8500;
    border-right: 1px solid #ff8500;
    background-color: #ff8500;
    color:#fff;
}
.tab-container .panel-container {
    background: transparent;
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}
.panel-container {
    margin-bottom: 10px;
}

/* background */
.bg-text {
    padding: 10px;
}
.bg-info {
    background-color: #d9edf7;
}
.bg-warning {
    background-color: #fcf8e3;
}
.bg-text i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 3px;
}
.bg-text span {
    vertical-align: middle;
}
/* background */
/* text */
.text-primary {
    color: #49a5de;
}
.text-warning {
    color: #f60;
}

/* button */
.btn {
    display: inline-block;
    padding: 1px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

.btnFixedWidth {
    width: 100px;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;
}

.btn-primary {
    color: #fff !important;
    background-color: #49A5DE;
    border-color: #49A5DE;
}
.lab .btn-primary {
    background-color: #efa97a;
    border-color: #f60;
}

.btn-upload {
    position: relative;
    z-index: 10;
    cursor: pointer;
    overflow: hidden;
}
#main_t label.btn-upload {
    font-weight: normal;
}
.btn-upload input[type=file] {
    position: absolute;
    left:0;
    top:0;
    z-index: 20;
    opacity: 0.0;
    -moz-opacity: 0.0;
    filter: alpha(opacity=0);

}

.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}
.btn-primary[disabled],
.btn-default[disabled] {
    cursor: not-allowed;
    opacity: .3;
}
.btn-default[disabled] {
    background-color: #ddd !important;
}

a.btn-default:hover,
a.btn-default:focus,
button.btn-default.focus,
html input[type=button].btn-default:focus,
input[type=reset].btn-default:focus,
input[type=submit].btn-default:focus,
.btn-default:focus {
    color: #333;
    box-shadow: none;
}

a.btn-primary:hover,
a.btn-primary:focus
button.btn-primary:active,
button.btn-primary:focus,
html input[type=button].btn-primary:focus,
input[type=reset].btn-primary:focus,
input[type=submit].btn-primary:focus,
.btn-primary:focus {
    color: #fff;
}
.span-input {
    display: inline-block;
    width: 163px;
    height: 20px;
    border: 1px solid #e8e8e8;
    padding: 1px 5px;
}

a.btn {
    text-decoration: none;
}

.btn-sm {
    padding:2px 6px;
    border-radius: 2px;
}

.animate, .btn:enabled, .btn-default:enabled:before, .btn-default:enabled:after, .btn-primary:enabled:before, .btn-primary:enabled:after {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.btn:enabled {
    position: relative;
    z-index: 1;
}
.btn-default:enabled:hover {
    background-color: transparent !important;
}
.btn-default:enabled:before, .btn-default:enabled:after {
    content: '';
    border-style: solid;
    position: absolute;
    z-index: 5;
    border-radius: 2px;
    box-sizing: content-box;
    border-color: #49A5DE;
}
.btn-default:enabled:before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
    top: -1px;
    left: 0;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.btn-default:enabled:after {
    width: 100%;
    height: 0;
    border-width: 0 1px 0 1px;
    top: 0;
    left: -1px;
}
.btn-default:enabled:hover:before {
    width: 100%;
}
.btn-default:enabled:hover:after {
    height: 100%;

}
.btn-default:enabled:hover {
    color: #49A5DE !important;
}
.lab .btn-default:enabled:hover {
    color: #f60 !important;
}

.btn-primary:before, .btn-primary:after {
    content: '';
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    background-color: #337ab7;
}
.btn-primary:enabled:before {
    left: 50%;
}
.btn-primary:enabled:after {
    right: 50%;
}
.btn-primary:enabled:hover {
    background-color: transparent;
    border-color: #337ab7 !important;
}
.lab .btn-primary:enabled:hover {
    border-color: #f60;
}
input.btn-primary:hover {
    background-color: #49A5DE !important;
}
.btn-primary:enabled:hover:before, .btn-primary:enabled:hover:after {
    width: 50%;
    opacity: 1;
}

.toolbar-box {
    float:left;
    margin-bottom: 5px;
}

input[type="radio"] {
    margin-right:3px;
}


/* icon */
a.btn-icon {
    background:none;
    color:#777;

}
a.btn-icon:hover {
    text-decoration: none;
}
.btn .icon {

}
.btn .icon-left {
/*    margin-right: 3px;*/
}

/*Form*/
.field-set {
    border: 1px solid #ccc;
    padding: 20px;
}
.form-label-mark {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
    line-height: 20px;
    color: #ff0000;
}
/*input*/
textarea,
input[type=text],
input[type=number],
input[type=password] {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 2px;

}
.form-control {
    display: block;
    width: 100%;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
}
.form-control-inline {
    display: inline-block;
    width: 100%;
}
input[type="text"],
input[type="number"],
input[type="password"],
select {
    padding: 2px 3px;
    line-height: 18px;
    outline: none;
}
select[multiple] {
    -webkit-appearance: none;
    height: auto;
}
select {
/*    box-sizing: content-box;*/
    border: 1px solid #ccc;
    border-radius: 2px;
    background:#fff;
    padding: 3px;
    line-height: 20px;
    height: 24px;
    -webkit-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: menulist;
}
select:-internal-list-box option:checked {
    color: #fff;
}
input[type=radio],
input[type=checkbox] {
    vertical-align: middle;
    min-height: 24px;
}
input[type=radio]:focus,
input[type=checkbox]:focus {
    box-shadow: none;
}

textarea[readonly],
input[readonly] {
    background:#efefef;
    cursor: not-allowed;
}
textarea[readonly]:focus,
input[readonly]:focus,
select[readonly]:focus {
    box-shadow: none;
    border:1px solid #ccc !important;
}
textarea[disabled],
input[readonly],
input[disabled],
select[disabled]{
    background:#f8f8f8;
    cursor: not-allowed;
    border-color: #e8e8e8 !important;
    vertical-align: top;
}
input[disabled] {
    pointer-events: none;
}
label {
    vertical-align: middle;
}
label.checked {
    color: #49a5de !important;
}

div[contenteditable="true"]:focus,
textarea:focus,
input:focus,
select:focus{
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.lab div[contenteditable="true"]:focus,
.lab textarea:focus,
.lab input:focus,
.lab select:focus {
    border-color: #f60 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
select[multiple]:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* btn-group */
.btn-group {
    display: inline-block;
    position: relative;
}
.btn-group>.btn {
    float: left;
    position: relative;
    margin-left: -1px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group>.btn:not(:first-child):not(.dropdown-toggle) {
    border-left: 1px solid hsla(0, 0%, 100%, .5);
}

/* toolbar-box & btn-group */
.toolbar-box.btn-group {
    margin: 5px 0;
}
.toolbar-box.btn-group>.btn {
    margin-left: 1px;
}

.input-group {
    position: relative;
    overflow: hidden;
    display: table;
    border-collapse: separate;
    box-sizing: content-box;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}


.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-addon {
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-left:0;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
    position: relative;
}
.form-group {
    margin-bottom: 20px;
}

.form-group {
    box-sizing: border-box;
    padding: 0 10px;
}
.form-group:before,
.form-group:after {
    content: ' ';
    display: table;
    clear:both;

}
.form-group label {
    display: inline-block;
    font-weight: bold;
}
i.form-group-icon.icon-right,
.form-group i.icon-right {
    display: inline-block;
    padding-left: 20px;
    padding-top: 5px;
    font-size: 14px;
    color:#4A95D6;
    cursor: pointer;
}
i.form-group-icon.icon-right {
    padding-left: 2px;
}

i.form-group-icon:hover,
.form-group i:hover {
    color: #3476AF;
}

i.form-group-icon.icon-disabled,
.form-group i.icon-disabled {
    color:rgba(0, 0, 0, 0.5);
    cursor: default;
}

.condition-field.readonly i.form-group-icon.icon-right {
    display: none;
}

.form-group-tip {
    position: absolute;
    color:#f60;
    top:24px;
    left: 5px;
}
.form-group-tip span {
    display: block;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.control-label-tip {
    display: inline-block;
    color:#4A95D6;
    padding: 0 3px;
    cursor: pointer;
    font-weight: bold;
}

.input-group-box {
    position: relative;
}
.input-group-icon {
    position: absolute;
}

/*layout*/
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float:left;
    box-sizing: border-box;
    overflow: hidden;
}
.col-md-1 {
    width: 8.33%;
}
.col-md-offset-1 {
    margin-left: 8.33%;
}
.col-md-2 {
    width:16.66%;
}
.col-md-offset-2 {
    margin-left:16.66%;
}
.col-md-3 {
    width: 25%;
}
.col-md-offset-3 {
    margin-left: 25%;
}
.col-md-4 {
    width: 33.33%;
}
.col-md-offset-4 {
    margin-left: 33.33%;
}
.col-md-5 {
    width: 41.66%;
}
.col-md-offset-5 {
    width: 41.66%;
}
.col-md-6 {
    width: 50%;
}
.col-md-offset-6 {
    margin-left: 50%;
}
.col-md-7 {
    width: 58.33%;
}
.col-md-offset-7 {
    margin-left: 58.33%;
}
.col-md-8 {
    width: 66.66%;
}
.col-md-offset-8 {
    margin-left: 66.66%;
}
.col-md-9 {
    width: 75%;
}
.col-md-offset-9 {
    margin-left: 75%;
}
.col-md-10 {
    width: 83.33%;
}
.col-md-offset-10 {
    margin-left: 83.33%;
}
.col-md-11 {
    width: 91.66%;
}
.col-md-offset-11 {
    margin-left: 91.66%;
}
.col-md-12 {
    width: 100%;
}
.col-md-offset-12 {
    margin-left: 100%;
}

/* searchConfig */
.searchConfigWindow select,
.searchConfigWindow input[type="text"] {
    width: 260px !important;
    box-sizing: border-box;
}
#searchConfigWindow li label + div {
    width: auto;
}

/*canleder*/
.date-picker-icon {
    position: absolute;
    right: 8px;
    top: 5px;
    font-size: 14px;
    cursor: pointer;
    color:#49a5de;
}
.date-picker input {
    box-sizing: border-box;
}

/* login */
.login-logo {
    position: absolute;
    top: -140px;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.login-logo .logo-img {
    width: 120px;
    height: 120px;
}
.login-logo .logo-txt {
    margin-left: 25px;
    text-align: center;
}
.login-logo .logo-txt img {
    margin-bottom: 5px;
}
.login-logo .logo-txt p {
    font-size: 28px;
    color: #434343;
    font-weight: bold;
    margin-top: 5px;
    font-family: 'Roboto Light';
}
.login-bg-wrap {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 20px);
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
}
.login-bg {
    width: 100%;
    height: 51vh;
    background:url(images/login_bg.jpg) no-repeat center center;
    background-size: 100%;
    position: relative;
}
.login-wrap {
    height: calc(100vh - 20px);
    background-size: contain;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-end;
}
.login-box {
    width: 300px;
    height: 420px;
    background: #fff;
    position: absolute;
    right: 200px;
    top: -500px;
    z-index: 9999;
    box-shadow: 0 5px 5px rgba(51,51,51,.2);
}
.login-box .login-t h3 {
    text-align: left;
    padding: 10px 15px;
    background: #49A5DE;
    color: #fff;
}
.login-box.lab .login-t h3 {
    background: #efa97a;
}

.login-box .login-b .login-error {
    color:#ff0000;
    font-size: 12px;
    margin: 10px 0 0 10px;
}
.login-b {
    margin-top: 20px;
    padding: 0 15px;
}

.login-b input,
.login-b button {
    box-sizing: border-box;
    padding: 8px 10px;
    border-color:#ccc;
}
.login-b select {
    box-sizing: border-box;
    border-color:#ccc;
    height: 36px;
}

.login-b .form-group label {
    padding: 0;
    margin-bottom: 10px;
}
.login-b .btn-primary,
.login-b .btn-default {
    width: 115px;
}
.form-login-button-group {
    margin: 30px 0 0 0;
}
.forgot-link {
    text-align: right;
    display: block;
    margin: 5px 10px 0 0;
}

/*select-icon-box*/
.select-icon-li > div,
.left-pane ul li > div.string-field {
    width: 57.3%;
    position: relative;
    display: inline-block;
    /*float: left;*/
}
.select-icon-li > div,
.left-pane ul li > div {
    position: relative;
}

.select-icon-li > div > div,
.left-pane ul li > div > div {
    position: absolute;
    right: -22px;
    top: 0;
}

.select-icon-li > div select,
.left-pane ul li > div select {
    width: 100%;
    overflow: auto;
}

/*customer subTable*/
.bbeTable td[sub] {
    padding: 0;
}
.sub-table-container {
    padding: 0 60px;
}
.sub-table-container table {
    width: 80%;
}
@media (max-width: 1366px) {
    .sub-table-container table {
        width: 100%;
    }
}

.sub-table-container table th {
    border-top: none;
    color:#999;
}
.sub-table-container table tbody tr {
    border-bottom: none;
    background: transparent !important;
}
.sub-table-container table td {
    border: none;
    color:#666;
    width: 25%;
    padding: 0 15px;
    text-align: left;
    overflow: hidden;
    display: inline-block;
    float:left;
}

.bbeTable tbody tr[sub] td {
    background:#f1f1f1;
}
.bbeTable tbody tr[sub]:hover td,
.sub-table-container table tr:hover td {
    color:#999;
}

/*dialog pageSize style*/
.layui-layer-dialog {
    width: auto !important;
}

.layui-layer-content .page-size-bar a {
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
}

span.mandatory {
    color: red;
    float: right;
    margin-right: -10px;
}

/* print style */
    canvas.print {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    @media print {
        .print-container {
            display: none;
        }
    }
/* print style */
i.icon-transform {
    transition: transform .5s;
    -moz-transition: transform .5s; /* Firefox 4 */
    -webkit-transition: transform .5s; /* Safari 和 Chrome */
    -o-transition: transform .5s; /* Opera */
    display: inline-block;
}
i.arrow-up {
    transform:rotate(-180deg);
    -ms-transform:rotate(-180deg); 	/* IE 9 */
    -moz-transform:rotate(-180deg); 	/* Firefox */
    -webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
    -o-transform:rotate(-180deg); 	/* Opera */
}
/* print style */

/* redefine row style */
.full li {
    display: flex;
    display: -webkit-flex;
}
#main_t .full li label {
    color: #666;
}

.full li input,
.full li select,
.full li textarea {
    flex: 1;
    -webkit-flex: 1;
}
/* redefine row style */

/* add role list */
.role-list {
    padding: 20px 10px 0 10px;
}
.role-list table.bbeTable tbody tr:nth-child(even), table.subWidgets tbody tr:nth-child(even) {
    background: #fff;
}
.role-list .bbeTable th,
.role-list .bbeTable td {
    padding: 5px;
}
#main_t .ck-group label {
    color: #555;
    font-weight: normal;
    margin-right: 10px;
}

#main_t .ck-group label.text-warning {
    color: #f60;
}


.checkbox.readonly label,
.checkbox.readonly input {
    opacity: 0.5;
    cursor: not-allowed;
}
.checkbox.readonly input:disabled {
    opacity: 1;
}
.role-list .arrow {
    color: #49a5de;
    font-size: 16px;
    display: inline-block;
    padding: 0 3px;
}

/* add role list */

/* removeCustomerData */
section.table-relative {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
section.table-relative table.bbeTable {
    table-layout: fixed;
}
section.table-relative table.bbeTable td {
    overflow: hidden;
}

section.table-relative header {
    line-height: 35px;
    padding-left: 5px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}
/* removeCustomerData */

/* customer field */
.fieldSet_a li .group-list .fieldSet_a {
    margin: 0;
}
.fieldSet_a li .group-list .ck-group {
    padding: 0;
    /*height: 28px;*/
    overflow: hidden;
}
.row.container .group-row .fieldSet_a  {
    margin: 0;
}
.fieldSet_a li .ck-group span.checkbox {
    box-sizing: border-box;
    width: 20%;
    float: left;
}
.fieldSet_a li .ck-group label {
    max-width: 100%;
    height: 24px;
    overflow: hidden;
}
.fieldSet_a li .ck-group label {
    width: auto;
    height: 24px;
    overflow: hidden;
    float:none;
    font-weight: normal;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.group-more {
    text-align: center;
    position: relative;
    top: -1px;
    border-top: 1px solid #ddd;
    transition: border-color .15s ease-in-out;
}
.group-more:hover {
    border-color: #49a5de;
}
.group-more .sm-wrap {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    height: 28px;
    line-height: 28px;
    padding: 0 40px 0 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #f8f8f8 #DDD #DDD;
    background: #f8f8f8;
    cursor: pointer;
    color: #333;
    transition: border-color .15s ease-in-out;
}
.group-more .sm-wrap i {
    position: absolute;
    right: 16px;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 18px;
    color: #bbb;
}

.group-more:hover .sm-wrap,
.group-more:hover .sm-wrap i {
    color: #49a5de;
    border-color: #f8f8f8 #49a5de #49a5de;
}
.group-more.opened .sm-wrap i {
    transform: rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transition: transform .3s;
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
}
.group-more.closed .sm-wrap i {
    transform: rotate(0deg);
    -ms-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transition: transform .3s;
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
}
#fieldForm li {
    display: flex;
}
#fieldForm li div {
    flex: 1;
}
.js-group-list {
    width: 100% !important;
}
.exchange {
    position: absolute;
    right: -23px;
    top: 20px;
    font-size: 16px;
    color: #4a95d6;
    text-decoration: none;
}
.exchange:hover {
    text-decoration: none;
    color: #4a95d6;
}
.exchange span {
    position: absolute;
    display: inline-block;
}
.exchange span:hover {
    background: rgba(164, 191, 221, .3);
}
.exchange span.move-up {
    width: 14px;
    height: 14px;
    bottom: 13px;
    left: 6px;
}
.exchange span.move-down {
    width: 14px;
    height: 14px;
    bottom: 0;
    left: 6px;
}
.exchange i {
    font-size: 24px;
}
/* customer field */
/* disk report */
.disk-report-box {
    min-width: 300px;
    border: none;
    background: #E5ECF9;
    position: fixed;
    right: -600px;
    top: 100px;
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    border-right: 5px solid #05458d;
    transition: right 0.3s,border 0.3s;
    -webkit-transition: right 0.3s,border 0.3s;
    z-index: 999;
}
.disk-report-box.show {
    right: 0;
    padding: 10px;
    border: 1px solid #ccc;
}
.disk-report-box p.alert,
.disk-report-box p.critical,
.disk-report-box p.emergency,
.disk-report-box p.error {
    color: red;
}
.disk-report-box p.warning {
    color: orange;
}
.disk-report-box p.info,
.disk-report-box p.notice {
    color: skyblue;
}
.disk-wrap {
    width: 20px;
    height: 40px;
    position: fixed;
    top: 50%;
    right: 0;
}
.disk-icon {
    width: 40px;
    height: 40px;
    background: url(images/disk.png) #4fc7eb no-repeat center;
    background-size: contain;
    position: fixed;
    right: -20px;
    top: 50%;
    border-radius: 100%;
    box-shadow: 0 0 20px rgb(0, 188, 243);
    cursor: pointer;
    transition: right 0.3s;
    -webkit-transition: right 0.3s;
}
.disk-icon.show {
    right: 10px;
}
.disk-icon.no-event {
    display: none;
}

/* reports */
.icon-status-succeed {
    color: #49A5DE !important;
}
.icon-status-failed {
    color: #FF0000 !important;
}
.report-email-log {
    height: 180px;
}
.report-search-wrap {
    margin-top: 3px;
}

/*.progress {
    width: 20px;
    height: 150px;
    position: absolute;
    background: #ebebeb;
    left: 40px;
    bottom: 20px;
}
.progress span {
    display: block;
    height: 100px;
    background: #ff0000;
    position: absolute;
    bottom: 0;
    width: 20px;
    background: #db3a27;
}
.disk-report-box .form-group {
    bottom: 0;
    left: 90px;
    position: absolute;
}
.disk-report-box .form-group button {
    margin-top: 10px;
}
.disk-report-box .form-group label {
    display: block;
    margin-bottom: 10px;
}
.disk-report-box .form-group label:nth-child(1) {
    color: coral;
}
.disk-report-box .form-group label:nth-child(2) {
    color: mediumseagreen;
}
.disk-report-box .form-group label:nth-child(3) {
    color: dodgerblue;
}
.disk-report-box .form-group label span:nth-child(1) {
    display: inline-block;
    width: 70px;
}
.disk-report-box .form-group label span:nth-child(2) {
    font-weight: normal;
}*/
/* disk report */

/* progress plugin css */
.progressbar {
    background: #EEEEEE;
    border-radius: 0;
}
.proggress {
    background: #3498db;
    width: 100%;
    height: 16px;
    text-align: center;
}
.percentCount {
    font-size: 12px;
    color: #fff;
}
/* progress plugin css */
/* poshytip plugin css */
.tip-yellowsimple .tip-arrow-bottom {
    left: 10px;
}
/* poshytip plugin css */

/* subscription */
.action-right {
    display: flex;
    margin-top: -40px;
    float: right;
}
.anchor-active .breadcrumbs {
    background: #c5e8fd;
}
.subscription-action-wrap {
    display: flex;
}
.subscription-action-wrap .input-group {
    position: absolute;
    left: 50%;
}
/* subscription */

/* reset ztree */
.ztree li a.curSelectedNode {
    background-color: transparent;
    border: 0;
    font-weight: bold;
}
/* reset ztree */

/* jquery ui combobox */
.ui-menu .ui-menu-item-wrapper {
    min-height: 24px;
}
.custom-combobox {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.custom-combobox label.error {
    display: none;
}
.custom-combobox.combobox-error label.error {
    display: block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
.custom-combobox-input {
    margin: 0;
    padding: 2px 3px;
    outline: none;
    line-height: 18px;
    width: 100%;
}
.ui-state-default {
    background: #fff;
}

.custom-combobox a,
.custom-combobox input {
    background-color: #fff;
}
.custom-combobox a {
    height: 24px;
    width: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    border: 1px solid #c5c5c5;
    border-right: none;
}
.custom-combobox-readonly.custom-combobox a,
.custom-combobox-readonly.custom-combobox input,
.custom-combobox-disabled.custom-combobox a,
.custom-combobox-disabled.custom-combobox input {
    background-color: #fff;
}

.ui-autocomplete {
    max-height: 242px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
/* jquery ui combobox */
.ticketPriorityList {
    height: 400px;
}

/* contenteditable div */
div[data-placeholder]:not([data-placeholder=""]):empty::before {
    content: attr(data-placeholder);
    color: #ccc;
}
div[contenteditable="true"] {
    background-color: #fff;
    padding: 2px 3px;
    border: 1px solid;
    border-color: #ccc !important;
    border-radius: 2px;
    height: 24px;
}
div[contenteditable="true"].single-line {
    white-space: nowrap;
    width:100%;
    overflow: hidden;
}
div[contenteditable="true"].single-line br {
    display:none;
}
div[contenteditable="true"].single-line * {
    display:inline;
    white-space:nowrap;
}
/* verify result */
input.verify-fail,
div[contenteditable="true"].verify-fail {
    border-color: #EE2C2C !important;
}
input.verify-ok,
div[contenteditable="true"].verify-ok {
    border-color: #00B83F !important;
}
span.verify-fail {
    margin-left: 1px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #EE2C2C;
}

/* Mapbox */
.action-item {
    width: 12%;
}
.map-info {
    height: 100%;
    position: relative;
}
.map-container {
    margin: 10px;
    height: 400px;
}
.map-container-no-margin {
    height: 400px;
}
.map-box {
    width: 600px;
    height: 400px;
    background: #fff;
    position: absolute;
    right: 10px;
    display: none;
    transition: 0.3s;
    box-shadow: 0 0 8px 0 rgb(232 237 250 / 60%), 0 2px 4px 0 rgb(232 237 250 / 50%);
    border: 1px solid #ebebeb;
}
.map-hmt-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 500px;
    z-index: 10;
}
.action-close {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #fff;
    background: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    z-index: 99;
}
.action-close i {
    font-size: 16px;
    color: #000;
}
.icon-da-hide {
    color: #444;
    margin-left: 5px;
    cursor: pointer;
}

/* ip history report */
.dalog-list .dalog-list-header {
    background: #e8f4fb;
    margin-top: 10px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 4px;
}
.dalog-cust-overview {
    padding: 1px 0 1px 20px;
}
.dalog-list-body {
    display: none;
    padding: 10px 0 1px 20px;
    background: #f8f8f8;
}
.dalog-list .daActionsBar {
    text-align: right;
}
.dalog-list .daActionsBar i {
    cursor: pointer;
    text-align: right;
    margin-right: 10px;
}
.dalog-list tr.most-matched {
    background: #a4bfdd !important;
}

/* reset sumoSelect plugin style */
.SumoSelect {
    width: 100%;
}

.SelectBox {
    padding: 0 8px;
}
.SumoSelect > .CaptionCont {
    border: 1px solid #ccc;
}
.SumoSelect > .optWrapper > .options li.opt.selected {
    background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
    background-color: #47abcf;
}
.tip-yellowsimple {
    max-width: 25%;
}
