
#view_collectibles_page .manager-table a.details-arrow {
		background-image: url(../images/shared_images/big_green_right.png) !important;
		background-position: 0px 0px !important;
		height: 50px;
		width: 50px;
	}

	#view_collectibles_page .find-text {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 15px;
		color: #111;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	#view_collectibles_page .fullrow {
		width: 100%;
	}

	#view_collectibles_page .half-row1,
	#view_collectibles_page .half-row2 {
		float: left;
	}

	#view_collectibles_page .half-row1 {
		width: 50%;
	}

	#view_collectibles_page .half-row2 {
		max-width: 50%;
	}

	#view_collectibles_page .filter-button-container .ce-button,
	#view_collectibles_page .filter-button-container .ce-button.reset-button {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		float: none;
		clear: both;
	}

	#view_collectibles_page .results-link-container a {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 5px;
		text-align: center;
	}

	#view_collectibles_page .form-row input.name-textbox {
		width: 95%;
	}

    #view_collectibles_page .form-row label {
        width: 170px;
        white-space: normal;
        word-break: break-word;
    }

	#view_collectibles_page .add-button {
		float: right;
	}

	#view_collectibles_page .filter-grid {
		border: #aaa 2px solid;
		border-radius: 6px;
		background-color: transparent;
		width: 95%;
		margin-left: 5px;
		box-sizing: border-box;
		position: relative;
		padding: 10px;
	}

	#view_collectibles_page .filter-grid.results-row {
		background-color: #f8f8f8;
		box-sizing: unset;
		float:left;
	}
	#view_collectibles_page .colhead,
	#view_collectibles_page .colbody {
		float:left;
		min-width:100px;
		font-size:12px;
		padding-left:5px;
		padding-right:5px;
		
	}
	#view_collectibles_page .colbody img {
		max-width:60px;
	}
	#view_collectibles_page .collectible-head {
		background-color:#e8e8e8;
		padding-top:8px;
		padding-bottom:8px;
		font-weight:bold;
		float:left;
		border-bottom:1px solid #959595;
	}
	#view_collectibles_page .colbody .details-arrow {
		height:24px;
		width:24px;
		background-image:url(/images/shared_images/green_right_arrow.png);
		background-repeat:no-repeat;
		display: block;
		padding: 1px;
		margin-left: 10px;
	}
	#view_collectibles_page .colrow {
		border-bottom:1px solid #959595;
		clear:left;
		float:left;
		padding-top:5px;
		padding-bottom:5px;
		min-width:750px;
	}
	#view_collectibles_page .colrow:nth-child(odd) {
		background-color:#f1f1f1;
	}
	#view_collectibles_page .col1 { font-weight:bold; min-width:200px; text-overflow:ellipsis; overflow:hidden;}
    #view_collectibles_page .col2 { min-width:200px; }

	#view_collectibles_page .col5 { max-width: 100px;}
	#view_collectibles_page .colrow .colbody { padding-top:20px;max-width:150px;white-space:normal; min-height:40px;}
	#view_collectibles_page .colrow .col4 { padding-top:0px;}
	#view_collectibles_page .paging-dd { float:right; }
	#view_collectibles_page .button-container { margin-top:10px; }
	#view_collectibles_page .results-row,
	#view_collectibles_page .delete-container {
		float:left;
	}
	#view_collectibles_page .results-row {
		background-color:#f1f1f1;
		border:1px solid #cdcdcd;
		width:80%;
		padding:10px;
		margin-bottom:5px;
	}
	#view_collectibles_page .delete-container a {
		height:24px;
		width:24px;
		display:block;
		background-image:url(/images/shared_images/red_x_16.png);
		background-repeat:no-repeat;
		background-position:center center;
	}

    #view_collectibles_page .details-thumbnail {
		cursor: pointer;
	}

    #view_collectibles_page #filter_grid {
        display: none;
    }
	              
    #response_view_wrapper .heading {
		font-size: 13px;
		font-weight: bold;
		padding: 2px;
		margin-left: 3px;
	}

	#response_view_wrapper .comments-title {
		font-weight: bold;
	}

	#response_view_wrapper .question-view-name {
		font-weight: bold;
		font-size:var(--sysFontSize);
		float: left;
		text-align: left;
		padding-right: 5px;
		white-space: normal;
		width: 240px;
		white-space: normal;
		margin-right: 10px;
	}

#response_view_wrapper .item-basics-label {
	font-weight: bold;
	font-size: var(--sysFontSize);
	float: left;
	text-align: left;
	padding-right: 5px;
	white-space: normal;
	width: 240px;
	white-space: normal;
	margin-right: 10px;
}
.item-basics-answer {
	font-size:var(--sysFontSize);
}
#item_basics {
	font-family: var(--sysFont);
	font-size: var(--sysFontSize);
}
	#response_view_wrapper .details-thumbnail {
		max-width: 150px;
		height: auto;
		cursor: pointer;
	}

	#response_view_wrapper .details-thumbnail-single {
		max-width: 320px;
		width:320px;
		height: auto;
		cursor: pointer;
	}

	#response_view_wrapper .image-container img {
		box-sizing: border-box;
		width: 100%;
		display: block;
		text-align: center;
	}

    #response_view_wrapper .click-photo-text {
        font-size:12px;
		text-align:center;
		margin-top:3px;
		font-family:var(--sysFont);
    }
	#item_basics .form-row label {
		font-weight:600;
	}
	#response_view_wrapper .image-float {
		margin-left: 10px;
		vertical-align: top;
	}

	#response_view_wrapper .basics-text {
		padding-right: 10px;
	}

	#response_view_wrapper .question-row.results-row {
		padding-top: 5px;
		padding-bottom: 5px;
		font-family:var(--sysFont)
	}

		#response_view_wrapper .question-row.results-row:nth-child(even) {
			background-color: #f1f1f1;
		}

	#response_view_wrapper .comments-panel {
		margin-left: 310px;
		margin-bottom: 8px;
		font-size: 10px;
		font-style: italic;
	}

    #questions_div .form-row label {
        white-space: normal;
        word-break: break-word;
    }

    .response-page {
       margin-left: auto !important;
       margin-right: auto  !important;
    }

	.mobile-only {
		display:none;
	}

	#search_container {
		display:block;
		text-align:center;
		color:#FFF;
		font-size:24px;
		font-weight:bold;
		font-family:Noto Sans, Arial, Sans-Serif;
		margin-bottom:10px;
	}
	.search-text {
		text-align:center;
		color:#FFF;
		font-size:18px;
		font-weight:bold;
		font-family:Noto Sans, Arial, Sans-Serif;
		padding-top:15px;
		padding-bottom:15px;
		cursor:pointer;
	}
	.search-text .material-icons {
		font-size:30px;
		color:#FFF;
		margin-right:10px;
		vertical-align:middle;
	}

    .additional-toggle {
        clear: both;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color:var(--sysBackground);
		color:var(--sysForeground);
		transition:all .5s ease;
		border-radius:var(--sysBorderRadius);
    }
	.additional-toggle:hover {
		background-color:var(--sysBackgroundHigh);
	}

#legend_container {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 40px;
}

#legend_container .legend-label {
    float: left;
    margin-right: 10px;
    font-size: 13px;
    color: #a8a8a8;
    line-height: 20px;
}

#legend_container .badge {
    position: relative;
    top: initial;
    right: initial;
    float: left;
    margin-right: 5px;
}

.badge {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: transparent;
}

    .badge.rejected {
        background-color: #d51010;
    }

        .badge.rejected:after {
            font-size: 12px;
            font-family: 'Material Icons';
            content: "\e14c";
            height: 12px;
            width: 12px;
            top: 50%;
            margin-top: -6px;
            margin-left: -6px;
            position: absolute;
            left: 50%;
            color: #FFF;
        }

            .badge.rejected:after .material-icons {
                font-size: 14px;
                color: #FFF;
            }

    .badge.draft, .badge.archived {
        background-color: #e5c30a;
    }

        .badge.draft:after {
            font-size: 12px;
            font-family: 'Material Icons';
            content: "\e150";
            height: 14px;
            width: 14px;
            top: 50%;
            margin-top: -7px;
            position: absolute;
            left: 50%;
            margin-left: -5px;
            color: #FFF;
        }

            .badge.draft:after .material-icons {
                font-size: 14px;
                color: #FFF;
            }

    .badge.archived {
        background-color: #E67E22;
    }

        .badge.archived:after {
            font-size: 12px;
            font-family: 'Material Icons';
            background-image: url('/images/collectibles/save_alt_white.png');
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 12px;
            content: "";
            height: 14px;
            width: 14px;
            top: 50%;
            margin-top: -8px;
            margin-left: -7px;
            position: absolute;
            left: 50%;
            color: #FFF;
        }

            .badge.archived:after .material-icons {
                font-size: 14px;
                color: #FFF;
            }

    .badge.active {
        background-color: #1f9b12;
    }

        .badge.active:after {
            font-size: 12px;
            font-family: 'Material Icons';
            content: "\e5ca";
            height: 12px;
            width: 12px;
            top: 50%;
            margin-top: -6px;
            position: absolute;
            left: 50%;
            margin-left: -5px;
            color: #FFF;
        }

            .badge.active:after .material-icons {
                font-size: 14px;
                color: #FFF;
            }
	#legend_container .badge:after {
		line-height:12px;
	}
	/* Smartphones (portrait and landscape) --- */
	@media (max-width:767px) {
	/* Styles */
		#view_collectibles_page #filter_grid {
			width:100%;
			border:none;
			padding-bottom:60px;
		}
		#view_collectibles_page .half-row1,
		#view_collectibles_page .half-row2 {
			width:100%;
		}
		#view_collectibles_page .collectible-head {
			display:none;
		}
		#view_collectibles_page .colrow .colbody {
			min-width:initial;
			max-width:initial;
			width:100%;
			min-height:initial;
			padding-top:0px;
			padding-bottom:0px;
			font-size:16px;
			margin-bottom:5px;
		}
		#view_collectibles_page .colrow {
			width:100%;
			padding-top:5px;
			padding-bottom:5px;
			width:100%;
			position:relative;
			min-width:initial;
		}

		.mobile-head.mobile-only {
			display:block;
			width:100%;
			font-weight:bold;
		}
		#view_collectibles_page .colrow .col4.colbody {
			position:absolute;
			right:60px;
			top:50%;
			margin-top:-30px;
			height:60px;
			width:60px;
		}
		#view_collectibles_page .colrow .col5.colbody {
			position:absolute;
			right:3px;
			top:50%;
			margin-top:-15px;
			height:30px;
			width:30px;
		}
		#view_collectibles_page .colbody .details-arrow {
			background-image:url(/images/shared_images/simple_right.png);
		}
		#view_collectibles_page .colbody img {
			border-radius:50%;
			min-height:60px;
		}
		#response_view_wrapper .basics-text .form-row div {
			width:100%;
			clear:left;
			text-align:left;
		}
		#response_view_wrapper .question-view-name {
			text-align:left;
			width:100%;
			clear:left;
		}
		#response_view_wrapper .question-row.results-row:nth-child(even) {
			background-color:#FFF;
		}
		#response_view_wrapper .comments-panel {
			margin-left:0px;
		}
		.question-row.results-row div {
            max-width:initial;
        }
	}
	/* iPads (portrait and landscape) --- */
	@media (min-width : 768px) and (max-width : 1024px) {
	/* Styles */
		#view_collectibles_page .colbody .details-arrow {
			background-image:url(/images/shared_images/simple_right.png);
		}
		#view_collectibles_page #filter_grid {
			width:100%;
			border:none;
			padding-bottom:60px;
		}
		#view_collectibles_page .half-row1,
		#view_collectibles_page .half-row2 {
			width:100%;
		}
		#view_collectibles_page .colbody img {
			border-radius:50%;
			min-height:60px;
		}
		#view_collectibles_page .value-container,
		#view_collectibles_page .value-container div {
			width:100%;
		}
		.value-container .ce-button {
			min-width:100px;
		}
	}
		
