li {
	list-style:none;
	width: 400px;
	padding: 8px 14px 1px 14px;
	border: 1px solid #e5e5e5;
	margin-bottom: -1px;
}

a {
	text-decoration: none;
}

.selected {
	background-color: #f2f2f2;
	color: red;
}

#container {
	background-color: white;
	margin: auto;
	width: 970px;
	min-height: 300px;
	border: solid 1px #c0c0c0;
	padding: 30px 50px;
	background-color: #fff;
	margin: 0 auto;
	margin-bottom: 55px;
	margin-top: 30px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

#contents {
	padding-top: 20px;
}

.contentsCol {
	padding-bottom: 20px;
}
#leftBar {
	float:left;
}

#main {
	margin-top: 30px;
	float: right;
	width: 440px;
}

#csvOptions { 
	padding: 10px;
	border: 1px solid #e5e5e5;
	background-color: #f2f2f2;
	margin: 10px 0px;
	width: 400px;
	line-height:120%;
}

#groupByType, #groupByName {
	cursor: pointer;
}

.jf-checkbox-icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
    border: 1.5px solid #bdc3c7;
    border-radius: 3px;
    background: #fff;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
}

.jf-checkbox-icon:hover {
    border-color: #58b92d;
}

.jf-checkbox-icon.active {
    background: #58b92d;
    background-color: #58b92d;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    border-color: #58b92d;
}

.fieldMember {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

.fieldTitle {
	font-weight: bold;
	color: #222;
	margin-left: 5px;
}

.formTitle {
	color: #222;
	margin-left: 5px;
	font-size: 16px;
	clear: both;
}

.formListHeader {
	padding-top: 12px;
	color: #222;
	margin-left: 5px;
	border: none;
	font-size: 12px;
    color: #808080;
    font-weight: normal;
}

#formListOptions {
	border: 0;
	padding: 0 0 0 10px;
}

#orderBy {
	width: 180px;
}

#paging{
	border: 0;
}
#pagingDiv {
	width: 350px;
}

.pageElement {
	cursor: pointer;
	padding: 3px;
	display: inline-block;
	font-size: 18px;
}

.currentPage {
	font-weight: bold;
	color: #54a954;
}


.jf-form-info {
    font-size: 12px;
    color: #808080;
    font-weight: normal;
}

.fieldsSelected {
	color: #58b92d;
    font-size: 14px;
    font-weight: bold;	
}

.formDisabled {
	color: #ddd !important;
}


#formTitleList {
	margin: 0 0 20px 0 !important;
}

#includeFormName, #includeSubmissionDate, #includeSubmissionIP {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	padding-bottom: 5px;
}

.err {
	padding: 15px 0 3px 0;
	color: DarkRed;
	font-weight: bold;
}

#buttonContainer {
	margin: auto;
	width: 800px;
	text-align: center;
}

#buttonContainer button {
    margin-top: 25px;
    width: 200px;
    display: inline;
}

.landingButton {
    padding: 20px;
    width: 300px !important;
    text-align: center;
    width: 100px;
}

.limitDate {
	margin: 0 !important;
	padding: 0 !important;
	background-color: white !important;
	cursor:pointer !important;
}

#filterSubmissionDate {
	cursor: pointer;
}











