.djjg-btn{
	cursor:pointer;
	height: 95px !important;
	padding-top:5px;
	background-color: #004C7F;
	color: white;
	font-size: 30px;
	text-align: center;
	line-height: 100px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.djjg-btn img{
	margin-right: 20px;
}

.djjg-btn-selected{
	padding-top:0px !important;
	height: 100px;
	border-top: 5px red solid;
	position: relative;
	font-weight: bold;
	line-height: 100px !important;
}

.djjg-btn-selected::after{
    position: absolute;
    left: calc( 50% - 8px );
    width: 0px;
    height: 0px;
    content: "";
    border-top: 14px solid #004C7F;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    bottom: -22px;
}

.form-panel {
	margin-top: 14px;
	min-height: 500px;
	margin-bottom: 40px
}

.form-panel-left{
	min-height: 880px;
	background-color: #F5F5F5;
	padding: 0 0;
}

.form-panel-right{
	min-height: 880px;
	background-color: #FFFFFF;
	padding: 0 0;
}

.menu-list{
	list-style-type: none;
	font-size: 20px;
	color:#004C7F;
	text-align: center;
	padding: 0px;
}

.menu-list li {
	cursor: pointer;
	margin: 0px 0px;
	height:55px;
	line-height: 55px;
}

.menu-list li img{
	margin-right:10px;
}

.menu-list-selected{
	background-color:#C4DCF7;
	position: relative;
	font-weight: bold;
}

.menu-list-selected div{
	position:absolute;
	width:calc(100% - 4px);
	height:39px;
	line-height: 39px;
	margin: 8px 0px;
	border-left: 4px solid #004C7F;
}	

.form-panel-input{
	padding:20px 20px;
}

.panel-body{
    color: #327fd3;
    background-color: #f6fafd;
}

.panel-body-content {
	margin:0 0;
    font-size: 14px;
}

.form-input legend img{
	margin-bottom:4px;
	margin-right:10px;
	
}

.form-input legend {
	font-weight: bold;
	position: relative;
}

.form-input legend::after{
	border-bottom: 4px solid #224B7F !important;
	content: "";
	width: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.modal-body .sjdwmc-title {
    font-size: 16px;
    color: #004C7F;
    clear: both;
    font-weight: bold;
    padding: 20px 0;
}

.search-group {
	position: absolute;
	width: 300px;
	right: 40px;
	top: 12px;
}

#inputSearch {
	border-radius: 4px;
}

#sxr.form-control {
	background-color: #fff!important;
	cursor: pointer;
}

#sxr.form-control[disabled='disabled'] {
	cursor: not-allowed!important;
	background-color: #e5e5e5!important;
}

.province-display{
	display: block;
    width: 100%;
    height: 32px;
    padding: 5px 8px;
    line-height: 1.53846154;
    color: #222;
    background-color: #fff;
}

.lmr-tips{
	position: absolute;
    top: 4px;
    left: 25px;
    color: gray;
}

@media (min-width: 1200px) {
	#sfdxz {
		width: 415px;
    	float: right;
	}

}
