/*公共样式*/
html, body,
div, li,
ul, dl,
p, input,
h1, h2,
h3, h4,
h5, form,
table, tr,
td, textarea,th,
label,span,input,select{
    margin: 0;
    padding: 0;
}
.container{
    margin: 0;
    padding: 0;
}
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}


input{
    outline:none;
}
/*弹出的*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #4a6aa7;
    color: white;
}
/*所有选项卡*/
.allSel{
    border:1px solid #ffff00;
    background: #4a6aa7;
    color: #fff;
}
/*选中的选中项卡*/
.selNewsType{
    background: #e6f1f9;
    color: #2779aa;
    border:1px solid #fff;
}
/*弹框关闭按钮*/
.closeBtn{
    float: right;
    height: 20px;
    background: #4a6aa7;
}
/*按钮*/
button{
    border: 0;
    background-color: #45a3fd;
    padding: 1px 10px;
    vertical-align: middle;
    color: white;
    border-radius: 4px;
}
/*按钮操作组的按钮*/
.buttonGroup button {
    background: #6a9adc;
    border: none;
    color: white;
    font-size: 18px;
    padding: 2px 8px 0 30px;
    line-height: 30px;
    position: relative;
}
/*按钮的图标*/
.buttonGroup button img {
    position: absolute;
    top: 6px;
    left: 6px;
}
/*查询区域*/
.functionKeyArea{
    width: 100%;
    line-height: 25px;
}
.functionKeyArea label{
    display: inline-block;
    width: 7%;
    text-align: center;
    margin: 5px 0;
    white-space: nowrap;
}
.functionKeyArea input[type='text']{
    width: 160px;
    line-height: 25px;
    height: 25px;
    box-sizing: border-box;
    overflow: hidden;
}
.functionKeyArea select{
    width: 160px;
    line-height: 25px;
    height: 25px;
    box-sizing: border-box;
}
.functionKeyArea button{
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    position: relative;
}
.functionKeyArea button img{
    height: 16px;
    line-height: 16px;
    position: relative;
    top: 3px;
    vertical-align: top;
}
.functionKeyArea span{
    display: inline-block;
    position: relative;
}
label{
    font-weight: normal;
}
select {
    /*padding: 3px;*/
}
/*导入按钮*/
.registerFile {
    top: 5px;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    padding: 0 10px;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    line-height: 25px;
    background: #45a3fd;
    border: none;
    color: white;
    font-size: 16px;
}

.registerFile img {
    height: 16px;
    line-height: 16px;
    position: relative;
    top: 3px;
    vertical-align: top;
}

.registerFile input {
    position: absolute;
    font-size: 16px;
    right: 0;
    top: 0;
    opacity: 0;
    width: 60px;
    height: 25px;
    text-align: right;
    vertical-align: top;
    display: inline-block;
}
/*选中行的背景色*/
.trBg{
    background: #f9f9f9;
}
.trSelected{
    background: #43a0f0;
}
.activing{
    color: #7bbfff;
}
.activeItem{
    background: #7bbfff;
    /*position: absolute;*/
}

.ui-jqgrid tr.jqgrow td {font-size:14px; font-family:"宋体"} /*修改表格内容字体*/

.alertDiv{
	width: 80%;
	height: 80%;
	background: white;
	position: absolute;
	left: 10%;
	top: 10%;
}
.mainContent{
    height: calc(100% - 32px);
}
.flex{
    display: flex;
}
.flex-row{
    flex-direction: row;
}
.flex-col{
    flex-direction: column;
}
.flex-sub{
    flex: 1;
}
.flex-two{
    flex: 2;
}
.flex-third{
    flex: 3;
}
.border-double{
    border: 5px double #cdedec;
}
.funcBtn{
    border-radius: 5px;
    border: transparent;
    background: #45a3fd;
    color: #fff;
    height: 25px;
    line-height: 25px;
}

.text-center{
    text-align: center;
}
@media screen and (max-width: 1000px) {
    .alertDiv{
        width: 800px;
        height: 600px;
        background: white;
        position: absolute;
        left: calc(505 - 400px);
        top: calc(50% - 300px);
    }
}