#sc-column-grids {
	margin: 0px !important;
}

#main-heading {
	margin-bottom: 15px;
}

.set-containers {
	height: 100vh;
}

.mobile-only {
	display:none;
}


/* --- Left set --- */

#left-set-div label{
	min-width: 120px;
	display: inline-block;
	margin: 6px 0px;
	max-width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

#left-set-div .checkbox label{
	max-width: 100%;
}

#input-status-msg {
	display: none;
}

.design-input-div {
	margin-bottom: 7px;
}
.design-input.error {
	border: 1px solid indianred;
	background: #cd5c5c14;
}

.input-popup {
	cursor: pointer;
}

.site-input-info .map-img {
	width: 100%;
	padding: 2%;
}

.file-control-buttons button {
	display: none;
}

#input-mt-output table {
	max-width: 500px; /* max for report */
}



/* --- Renderer --- */
#renderer-set-div {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.top-right-tags {
	z-index: 9;
	float: right;
	padding: 10px;
	position: relative;
	background-color: #f2f1f1;
	margin-right: 10px;
}

#show-module-checkbox {
	z-index: 9;
	top: -6px;
	background-color: transparent;
}

#show-rails-checkbox {
	z-index: 9;
	top: -6px;
	background-color: transparent;
}




/* --- Right set --- */
.order-btn {
	display: none;
}

#right-set-div, #left-set-div {
	background: #f2f1f1;
	padding:20px;
	overflow-y: scroll;
    height: 100vh;
}

#design-results{
	display: none;
}

.company-logo {
	width: 50%;
}

#run-btn {
	margin-top: 10px;
}

#api-status-msg{
	display:none;
	margin-bottom: 10px;
	word-break: break-word;
}

.rerun-foundation, .rerun-railcheck, .fem-res-renderer, #clear-fem-renderer {
	cursor: pointer;
}


/* ---- order popup --- */
#order-alert img{
	margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}



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

	#left-set-div {
		height: 40vh;
		overflow-y: scroll;
	}
	
	#right-set-div {
		height: 13vh
	}

	#renderer-container {
		height: 47vh;
	}

	.ui.button {
		font-size: 10px;
	}

	.file-control-buttons {
		display: none !important;
	}

	.set-containers {
		height: auto;
	}

	#renderer-set-div {
		min-height: 375px;
	}

	.mobile-only {
		display:block;
	}

	.desktop-only {
		display:none;
	}
}