@CHARSET "UTF-8";
/*公司添加页面模态层*/
.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}

.layui-layer-btn {
    text-align: right;
    padding: 10px 10px 12px;
    pointer-events: auto;
}

.layui-layer-btn a {
    height: 28px;
    line-height: 28px;
    margin: 0 6px;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
   	border-radius:5px;
}
.layui-layer-btn .layui-layer-btn1{
	/* padding:5px 15px; */
   	border-radius:5px;
}
a:hover {
    color: #999;
}
.input-group-btn:last-child>.btn{
	height:34px;
}

@media (min-width: 992px){
.col-md-6 {
    width: 50%;
    margin-bottom: 10px;
}
}

@media (min-width: 768px){
.col-md-6 {
    width: 50%;
    margin-bottom: 10px;
}
.col-sm-6 {
    width: 50%;
    margin-bottom:10px;
}
.form-inline .form-group {
    margin-top: 10px;
}
}