.result-show ul li .red_c {
    color: #C00;
}
.result-show ul li .green_c{
	color:#093;
}
.ms-row .result-show {
	background:#fff;
	width: 850px;
	height: 563px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px;
	overflow: hidden;
}
.half .result-show {
	width: 850px;
	height: 562px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px;
	overflow: hidden;
}

.ms-row .result-show:nth-child(2n) {/* 
	margin-left: 10px; */
}

.ms-row .result-show .result-header {
	width: 100%;
	border-left: 5px solid green;
	display: flex;
	margin-bottom: 15px;
	height: 30px;
}

.ms-row .result-show .result-header .active {
	padding: 4px 10px;
	color: green;
	display: inline-block;
	padding: 4px 10px;
	border-bottom:2px solid green;
}

.ms-row .result-show .result-header span {
	padding: 0 25px 0 10px;
	font-size: 20px;
	font-weight: 700;
	color:green;
}

.ms-row .result-show .result-header ul {
	flex: 3;
	display: flex;
	flex-direction: row;
}

.ms-row .result-show .result-header ul li {
	margin-right: 20px;
	padding-top: 0px;
}

.ms-row .result-show .result-header a {
	flex: 1;
	color: #666;
	text-align: right;
	padding-right: 23px;
	font-size: 13px;
	display: inline-block;
	padding: 4px 10px;
}
/*
*

*/
.fc-left button{ margin: 10px !important;}
.fc-right button{ margin: 10px !important;}


/*��ҳ����*/
.fc-toolbar {
    margin-bottom: 0px;
    height: 42px;
    line-height: 42px;
    color: #000000;
    border-bottom: 1px solid #ddd;
    background-color: #F9F9F9;
}
.fc-view-container {
	background-color: #F9F9F9;
}

.fc-center h2 {
    font-size: 16px;
}

.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
    padding-top: 4px;
    padding-bottom: 2px;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    background: none;
    /* border-color: transparent; */
    border-bottom: 0;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center;
/*     border: 1px solid #ddd; */
}

.fc-basic-view .fc-body .fc-row {
    min-height: 36px;
    line-height: 36px;
}

.fc-sat {
    color: rgba(0,120,90,0.65);
}

.fc-sun {
    color: rgba(0,120,90,0.65);
}

@media screen and (max-width: 1024px) {

    .fc-basic-view .fc-body .fc-row {
        /*min-height: 60px;
        line-height: 60px;*/
    }

    .fc-toolbar {
        height: 28px;
        line-height: 28px;
    }
}

.fc-head td,.fc-head th{
 border: none;
}

.fc-head {
    height: 32px;
}

.cgrc-content {
    padding: 0 9px 8px;
    border: 1px solid #4176A0;
    border-radius: 5px;
    border-top: 1px solid #004882;
    margin-top: 16px;
}

.fc .fc-view .fc-body {
    border-color: #7FA2C0;
}

.fc-widget-header {
    height: 32px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 38px;
    line-height: 38px;
}

.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
     padding-top: 0;
     padding-bottom: 0;
}

