
/**
 * UI CSS
 * v1.0.0
 */

/*查询条件*/
.search-collapse {
    /*相对定位*/
    position: relative;
}


.search-collapse .col-sm-6 .control-label {
    color: #333;
}

/*@media ( max-width : 768px) {*/
/*    .search-collapse {*/
/*        display: none;*/
/*    }*/
/*}*/

@media ( min-width : 768px) {
    .select-list li {
        float: left;
    }
}

.select-list ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.select-list li {
    color: #333;
    margin: 5px 15px 5px 0px;
}
.select-list li {
    list-style: none;
}


.select-list li select {
    border: 1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    outline: none;
    height: 30px;
    width: 200px;
}

.select-list li .select {
    border: 1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    outline: none;
    height: 30px !important;
    width: 200px;
}
/*修改select2组件宽度*/
.select-list li .select2-container ,
.select-list li .select2-selection .select2-selection--single,
.select-list li .select2-selection .select2-selection--single .select2-selection__rendered
{
    display: inline-block !important;
    height: 30px !important;
    width: 200px !important;
}

.select-list li span.selection,
.select-list li span.selection input{
    min-height: 30px !important;
}

.select-list li.select2-search.select2-search--inline{
    min-height: 30px !important;
}

/*选中所有同时具有 select2-selection 和 select2-selection--multiple 两个 class 的元素是将多个class名连续书写，中间不加空格*/
.select-list li span.selection,
.select-list li select2-container--bootstrap4 .select2-selection.select2-selection--multiple
{
    min-height: 30px !important;
    display: flex !important;
}

.select-list li .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{
    line-height:  30px !important;
}

.select-list li .select2-selection.select2-selection--multiple .select2-selection__rendered
{
    min-height: 30px !important;
}

.select-list li .select2-container--bootstrap4 .select2-selection--single {
    height: 30px !important;
    min-height: 30px !important;
}
.select-list li .select2-container--bootstrap4 .select2-selection--multiple{
    min-height: 30px !important;
}

.select2-search .select2-search--dropdown,  .select2-search--dropdown .select2-search__field{
    padding: 2px !important;
}


.select-list li p, .select-list li label:not(.radio-box){
    float: left ;
    width: 70px;
    margin: 5px 0px 0px 0px;
    text-align:right;
}

.select-list li input {
    border: 1px solid #ced4da;
    border-radius: 4px;
    background: transparent;
    outline: none;
    height: 30px;
    width: 200px;
    padding-left: 5px;
}


.select-list label {
    font-weight: normal !important;
}

.select-list .select-time input {
    width: 98px;
}

.select-time label,.select-time span,.select-time input {
    float: left !important;

}

.select-time .time-input {
    display: block;
    width: 100%;
    padding-left: 10px;
}

@media (max-width:767px) {
    .select-time label,.select-time span,.select-time input {
        float: none;
    }
    .select-list .select-time input {
        width: 200px;
    }
}

.select-time label {
    margin-top: 5px !important;
}

.select-time span {
    display: block;
    margin: 5px 5px;
}

.search-btn {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFF;
    margin-bottom: 5px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}

.select-title{
    color:#3d5266;
    padding:0px 0px;
    font-weight: normal;
}

label {
    font-weight: normal;
}

.container-div {
    padding: 0px 28px;
    height: 100%;
}

.container-div .row {
    height: 100%;
}


.fixed-table-toolbar .btn.btn-secondary.btn-outline {
    background-color: #007bff; /* 蓝色背景 */
    color: white;
    border: none;
}

/* AdminLTE3 全屏模式样式 ✅ */
.modal-dialog.fullscreen-mode {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
}

.modal-dialog.fullscreen-mode .modal-body {
    padding: 0 !important;
    height: calc(100vh - 56px) !important;
}

.modal-dialog.fullscreen-mode .modal-content {
    border-radius: 0 !important;
    border: none !important;
    height: 100vh !important;
}

/* 按钮样式统一 ✅ */
.modal-header .btn {
    margin-left: 0.5rem;
}

.modal-header .btn i.fas {
    font-size: 1rem;
    vertical-align: -0.125em;
}
