.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 .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-toolbar {
    height: 50px;
    line-height: 50px;
    color: #000000;
    border-bottom: 1px solid #ddd;
    background: rgba(32,122,228,0.11);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15) inset; 
}

.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;
    line-height: 46px;
    font-weight: 500;
}

.fc-sat {
    color: #F00700;
}

.fc-sun {
    color: #F00700;
}

@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-toolbar {
    width: 396px;
} */

.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 {
    line-height: 32px; 
/* 	padding-top: 12px; */
}

.fc-basic-view .fc-body .fc-row {
    min-height: 46px;
    line-height: 46px;
}

.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
     padding-top: 0;
     padding-bottom: 0;
}

