﻿html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.mini-fill {
    width: 100%;
    height: 100%;
}

ul, li {
    list-style: none;
    padding: 0
}

.mini-wfill {
    width: 100%;
    line-height: 30px;
}

.mini-hfill {
    height: 100%;
}

.container-padding {
    padding-left: 5px;
    padding-top: 50px;
    padding-right: 5px;
    padding-bottom: 0;
}

.mini-querybox {
    width: 150px;
    height: 24px;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
}

.authorization-hint {
    float: left;
    margin-left: 20px;
    font-weight: bold;
}

.asLabel .mini-textbox-border,
.asLabel .mini-textbox-input,
.asLabel .mini-buttonedit-border,
.asLabel .mini-buttonedit-input,
.asLabel .mini-textboxlist-border {
    background-color: #E9E9E9;
    /*border-color: #F8F8F8;*/
}

.asLabel .mini-buttonedit-button,
.asLabel .mini-textboxlist-close {
    /*display: none;*/
}

.mini-grid-summaryCell {
    text-align: right;
}

.col-cnt {
    width: 100%;
    padding-left: 5px;
    padding-right: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*border: 1px solid;*/
    margin-bottom: 6px;
}

#query-conditions .mini-panel-body {
    padding-bottom: 0;
}

#query-conditions .container-padding {
    padding-top: 0;
}

#query-conditions .col-cnt {
    width: initial;
}

.autoy {
    overflow-y: auto;
}

.group-label {
    box-sizing: border-box;
    background-color: #66AFE9;
    color: #ffffff;
    font-weight: bold;
    border-radius: 4px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.search-control-container {
    display: table;
    margin-bottom: 5px;
    width: 100%;
}

    .search-control-container > span {
        display: table-cell;
    }

.label-wrap {
    height: 30px !important;
}

/*.label-wrap>span {
    margin-top: 3px;
}*/

.label-wrap2 {
    height: 45px !important;
}

    .label-wrap .mini-labelfield-label, .label-wrap2 .mini-labelfield-label {
        line-height: 1.1;
    }

.mini-outlookbar {
    font-size: 10pt;
    font-family: 微软雅黑;
    overflow: hidden;
}

html {
    font-family: 微软雅黑;
}

.BlueStyle input[type="text"] {
    color: rgb(14,14,255);
}

textarea[id$="$text"] {
    color: rgb(14,14,255);
    height: 180px;
}

.RedStyle input[type="text"] {
    color: red;
}

.mini-buttonedit.showCellTooltip.RedStyle {
    color: red;
}

.mini-textbox.showCellTooltip.RedStyle {
    color: red;
}


div[id$="Edit-TOOLBAR"] {
    position: fixed;
    top: 0;
    z-index: 999;
    width: inherit;
}

.mini-layout-region-body {
    width: inherit;
}

.mini-button.mini-button-plain.Button {
    font-size: 14px !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
    margin: 0 5px 0 5px !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-family: 微软雅黑 !important;
    cursor: pointer;
}

.mini-button-text.mini-button-icon-text.Button {
    width: 95%;
    font-size: 14px;
    background-color: #5bc0de;
    border-color: #46b8da;
    border-radius: 5px;
    color: #fff;
    font-family: 微软雅黑;
    cursor: pointer;
}

.sy-at:before {
    content: "\e794";
}

.confirm_btn {
    width: 64px;
    height: 24px;
    background: #1F85EC;
    border-radius: 100px;
    padding: 0;
    text-align: center;
    line-height: 22px;
    margin-top: 2px;
    border: 1px solid #1F85EC;
    display: inline-block;
    margin-bottom: -1px;
    margin-top: 4px;
    cursor: pointer;
    color: #fff;
}

.cancel_btn {
    margin-bottom: -1px;
    margin-top: 4px;
    background: #999999;
    border: 1px solid #999999;
    color: #fff;
    margin-left: 0px;
    width: 64px;
    height: 24px;
    border-radius: 100px;
    padding: 0;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    display: inline-block;
}
