﻿body {
    padding-bottom: 20px;
}

h2 {
    font-size: 18px;
    margin: 0;
}

input::-ms-clear {
    width: 0;
    height: 0;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

    select option {
        padding-top: 6px;
        padding-bottom: 6px;
    }

.container {
    max-width: 1300px;
}

.bootstrap-textbox, .bootstrap-numberbox, .bootstrap-combobox, .bootstrap-searchbox, .bootstrap-datetimebox {
    display: inline-flex;
    /*position: relative;*/
    vertical-align: middle;
    line-height: normal;
}

.form-horizontal .control-label {
    text-align: left;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #515a6e;
    line-height: 1;
    padding: 10px 12px 10px 0;
    box-sizing: border-box;
    font-weight: 400;
}

.col-md {
    padding-right: 0px;
    padding-left: 0px;
    float: left;
}

.icon-combobox, .icon-searchbox, .icon-datetimebox {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #808695;
    position: absolute;
    cursor: pointer;
    right: 0px;
    /*margin-left: -34px;*/
    z-index: 3;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-datetimebox {
    position: absolute;
    cursor: pointer;
}

.bootstrap-numberbox-range {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.icon-clear {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #808695;
    position: absolute;
    cursor: pointer;
    /*margin-left: -34px;*/
    right: 0;
    z-index: 3;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
}

.form-group {
    margin-bottom: 2px;
}

.combobox_panel ul li:hover {
    background-color: #ccc;
}

.node-selected {
    color: #FFFFFF;
    background-color: #428bca !important;
}

    .node-selected .code {
        color: yellow !important;
    }


.node-hovered {
    background-color: #ccc;
}

    .node-hovered .subName {
        color: #fff !important;
    }

.combobox_panel {
    position: absolute;
    max-height: 240px;
    text-align: left;
}

.control-label {
    font-weight: 300;
    text-align: left;
    padding-left: 15px;
    /*高度居中*/
    display: flex;
    align-items: center;
}

.transition-down {
    overflow-y: hidden;
    height: 240px;
    /*  Webkit内核浏览器：Safari and Chrome*/
    -webkit-transition-property: all;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    /*  Mozilla内核浏览器：firefox3.5+*/
    -moz-transition-property: all;
    -moz-transition-duration: .25s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    /*  Opera*/
    -o-transition-property: all;
    -o-transition-duration: .25s;
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    /*  IE9*/
    -ms-transition-property: all;
    -ms-transition-duration: .25s;
    -ms-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.transition-up {
    overflow-y: hidden;
    height: 0px;
    /*  Webkit内核浏览器：Safari and Chrome*/
    -webkit-transition-property: all;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    /*  Mozilla内核浏览器：firefox3.5+*/
    -moz-transition-property: all;
    -moz-transition-duration: .5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    /*  Opera*/
    -o-transition-property: all;
    -o-transition-duration: .5s;
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    /*  IE9*/
    -ms-transition-property: all;
    -ms-transition-duration: .5s;
    -ms-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

ul, ol {
    margin-bottom: 0px;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}

.list-group-item {
    min-height: 38px;
    line-height: 1.5;
    text-align: left;
}

    .list-group-item .checklistbox:hover {
        cursor: pointer;
    }



.list-group-item-horizon {
    min-height: 34px;
    line-height: 1.5;
    text-align: left;
    height: 34px;
    padding: 6px 15px;
}


    .list-group-item-horizon .checklistbox:hover {
        cursor: pointer;
    }

    .list-group-item-horizon:first-child {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item-horizon:last-child {
        margin-bottom: 0;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }


.searchbox_panel ul li:hover {
    background-color: #ccc;
}

    .searchbox_panel ul li:hover .subName {
        color: #fff;
    }

.searchbox_panel {
    position: absolute;
    background-color: #fff;
    text-align: left;
}

.list-group {
    margin-bottom: 0px;
}

.list-group-item .code {
    color: #0094ff;
    width: 80px;
    overflow: hidden;
    display: inline-grid;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.list-group-item .mainName {
    padding-left: 10px;
    max-width: 200px;
    display: inline-grid;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.list-group-item .subName {
    padding-left: 10px;
    float: right;
    color: #ccc;
    position: relative;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-grid;
}

.input-group {
    position: inherit;
}

.datetimebox-range .input-group-addon {
    border-left: 0;
    border-right: 0;
    background-color: #fff;
    padding: 0;
}

.datetimebox-range .form-control:first-child {
    border-right: 0;
    box-shadow: none;
}

    .datetimebox-range .form-control:first-child:focus {
        -webkit-box-shadow: inset 0 1px 0px rgba(0,0,0,0.075), -5px 2px 10px -5px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 0px rgba(0,0,0,0.075), -5px 2px 10px -5px rgba(102,175,233,0.6);
    }

.datetimebox-range .form-control:last-child {
    border-left: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
}

.datetimebox-range .form-control-second:focus {
    -webkit-box-shadow: inset 0 1px 0px rgba(0,0,0,0.075), 5px 5px 8px -5px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 0px rgba(0,0,0,0.075), 5px 5px 8px -5px rgba(102,175,233,0.6);
}

.bootstrap-combobox .form-control[readonly], fieldset[disabled] .form-control {
    cursor: pointer;
    background-color: #fff;
}

.bootstrap-combobox .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
}

.numberbox-range .input-group-addon {
    border-left: 0;
    border-right: 0;
    background-color: #fff;
    padding: 0;
}

.numberbox-range .form-control:first-child {
    border-right: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
}

    .numberbox-range .form-control:first-child:focus {
        -webkit-box-shadow: inset 0 1px 0px rgba(0,0,0,0.075), -5px 2px 10px -5px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 0px rgba(0,0,0,0.075), -5px 2px 10px -5px rgba(102,175,233,0.6);
    }

.numberbox-range .form-control:last-child {
    border-left: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
}

.numberbox-range .form-control-second:focus {
    -webkit-box-shadow: inset 0 1px 0px rgba(0,0,0,0.075), 5px 5px 8px -5px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 0px rgba(0,0,0,0.075), 5px 5px 8px -5px rgba(102,175,233,0.6);
}


.aw-strict .aw-grid-row {
    height: 24px;
}

.aw-strict .aw-header-0 .aw-grid-header .aw-item-box {
    padding: 0px 4px 4px 4px;
}

.aw-strict .aw-grid-separator {
    height: 120%;
}


.tooltip {
    border: none;
    background: none;
}

.form-control {
    /*padding: 17px 12px;*/
    font-size: 13px;
}


.bootstrap-searchbox .tag-checked {
    max-width: 99%;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: 2px 4px 2px 0;
    padding: 0 8px;
    border: 1px solid #e8eaec;
    border-radius: 3px;
    background: #f7f7f7;
    font-size: 12px;
    vertical-align: middle;
    opacity: 1;
    overflow: hidden;
    height: 24px;
    line-height: 22px;
    margin: 3px 0px 3px 4px;
    position: absolute;
    top: 2px;
}

.bootstrap-searchbox .tag-text {
    color: #515a6e;
    max-width: 120px;
    overflow: hidden;
    display: inline-grid;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.bootstrap-searchbox .fa-times {
    color: #666;
    opacity: .66;
}

    .bootstrap-searchbox .fa-times:before {
        content: '×';
    }

/*.form-control-container,
.bootstrap-searchbox {
	position: relative;
}*/
.form-control-container {
    position: relative;
    display: inline-flex;
}

.bootstrap-searchbox .icon-searchbox {
    position: absolute;
}

/*.bootstrap-searchbox .searchbox_panel {
		position: fixed;
	}*/

.bootstrap-searchbox .tag-name {
    display: none;
}

.bootstrap-searchbox .tag-count {
    display: none;
}










/*.bootstrap-datetimebox-range {
    position:relative;
    overflow: hidden;zoom:1;
    display: inline-block;
}*/

.bootstrap-datetimebox-range .form-control-second, .bootstrap-numberbox-range .form-control-second {
    border-left: 0;
    border-radius: 0 4px 4px 0 !important;
}

.bootstrap-numberbox-range .numberbox-range .input-group-addon,
.bootstrap-datetimebox-range .datetimebox-range .input-group-addon {
    display: inline-table;
    background: #FFF;
    line-height: 32px;
}

.bootstrap-numberbox .input-group {
    display: inline-table;
}
    /*.bootstrap-combobox {
    position:inherit;
}*/
    .bootstrap-numberbox .input-group .icon-clear {
        margin-right: 47px;
    }


.form-list {
    width: 100%;
    height: 150px;
    overflow-y: auto;
}

.bootstrap-checklist .disabled {
    background-color: #eee !important;
    color: #000;
}


table {
    text-align: left;
}

.editgrid-btn-list {
    position: fixed;
    z-index: 99;
    background: #efefef;
    width: inherit;
}




/*alert警告框*/
.alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    z-index: 9999999999999999999999;
}

.alert-success, .alert-danger {
    display: none;
}

.alert .glyphicon {
    margin-right: 10px;
}


.bootstrap-checkbox {
    text-align: center;
    background-color: #fff;
    height: 33px;
    padding-top: 8px;
}

.bootstrap-editgrid .node-selected {
    color: #428bca;
    background-color: #fff !important;
}

.bootstrap-editgrid .disabled {
    background-color: #f3f3f3 !important;
}

.bootstrap-editgrid .form-control {
    border: none;
    border-radius: unset;
}

.bootstrap-editgrid thead .node-selected {
    background-color: #f3f3f3 !important;
}

.textbox_panel {
    position: absolute;
    max-height: 240px;
    text-align: left;
    background-color: #fff;
    z-index: 1100;
}

/*alert警告框*/
