﻿/****************************************************************************************
	statistics
****************************************************************************************/
#statistics-wrapper div.loading-div {
	position: absolute;
	left: 0;
	top: 62px;
	width: 1024px;
	height: 686px;
}

#statistics-wrapper {
	width: 1024px;
	height: 748px;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
}

#statistics-wrapper .title {
	width: 1024px;
	height: 62px;
	text-align: center;
	position: relative;
	z-index: 100;
}

#statistics-wrapper .title span.title {
	position: relative;
	top: 15px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-shadow: none;
	margin-left: -68px;
}

#statistics-wrapper .title .add-icon {
	display: none;
}

#statistics-wrapper .data {
	width: 1024px;
	height: 686px;
	
	position: relative;
	
	background: #fff;
}

#statistics-data-summary ul {
    margin: 0 0 0 20px;
    width: auto;
    height: auto;
    list-style-type: none;
}

#statistics-data-summary ul li {
    width: 492px;
    height: 296px;

    position: relative;

    float: left;

    border-bottom: 1px solid #C8C7CC;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#statistics-data-summary ul li span, #statistics-data-summary ul li label {
	color: #1E89FF;
    font-size: 13px;
    display: block;
    margin: 10px 0 0 15px;
}

#statistics-data-summary ul li .statistics-title {
	font-size: 18px;
}


#statistics-data-summary ul li input {
    margin: 5px 0 0 10px;
    height: 25px;
    width: 95%;
    box-sizing: border-box;
    padding: 4px;
}

#statistics-data-summary ul li .statistics-control-group {
    position: absolute;
    bottom: 0;
    right: 0;
}

#statistics-data-summary ul li .statistics-control-group .button {
    width: 24px;
    height: 24px;

    float: left;
    background: #4CD964;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;

    margin: 0 10px 5px 10px;
}

#statistics-data-summary ul li .statistics-control-group .button.pdf {
    background: #4CD964 url('Images/ios7-input-pdf.png') 5px 5px no-repeat;
	cursor: pointer;
}

#statistics-data-summary ul li .statistics-control-group .button.excel {
    background: #4CD964 url('Images/ios7-input-excel.png') 5px 5px no-repeat;
	cursor: pointer;
}

#statistics-data-summary ul li .statistics-control-group .button.status {
    background: #FF3B30 url('Images/ios7-input-setstatus.png') 5px 5px no-repeat;
	cursor: pointer;
}

#statistics-data-summary ul li .statistics-control-group .button.save {
    background: #008c17 url('Images/ios7-input-setstatus.png') 5px 5px no-repeat;
	cursor: pointer;
}


#statistics-data-summary ul li .right-border {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;

    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 5%, #c8c7cc 35%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ffffff), color-stop(35%,#c8c7cc));
    background: -webkit-linear-gradient(top, #ffffff 5%,#c8c7cc 35%);
    background: -o-linear-gradient(top, #ffffff 5%,#c8c7cc 35%);
    background: -ms-linear-gradient(top, #ffffff 5%,#c8c7cc 35%);
    background: linear-gradient(to bottom, #ffffff 5%,#c8c7cc 35%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c7cc',GradientType=0 );
}



#statistics-data-summary ul li .error-messages {
    color: #ff0000;
    font-weight: bold;
}


#statistics-data-summary ul li:nth-of-type(even) .right-border {
    display: none;
}