/* Styles Updates for Crane Selector */

/* Venco Venturo Colors
	bright-red: #ff0000;
	red: #d82326
	black: #060808	

 */

/* section.crane-selector * {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
 } */

div.craneintro {
	font-size: 18px;
}

.v-icon.material-icons.theme--light.v-alert__icon {
	display: none;
}

.v-alert.warning {
	background-color: #EEE !important;
	color: #444 !important;
	border-top-color: #D82326 !important;
	border-top-width: 2px;
}

button.v-btn.theme--light {
    background: linear-gradient(to bottom, #000 0%, #242424 70%, #202020 100%);
    display: inline-block;
    text-align: center;
    color: #e2e2e2;
    font-size: .9375rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,255,255,0.15);
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,255,255,0.15);
    border: 1px solid #000;
    min-width: 280px;
    max-width: 100%;
    padding: 3px 20px;
}

a.button.v-btn.theme--light {
	background: linear-gradient(to bottom, #000 0%, #242424 70%, #202020 100%);
    display: inline-block;
    text-align: center;
    color: #e2e2e2;
    font-size: .9375rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,255,255,0.15);
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,255,255,0.15);
    border: 1px solid #000;
    min-width: 280px;
    max-width: 100%;
    padding: 3px 20px;
}

a.button.white.v-btn.theme--light {
	background: linear-gradient(to top, gray 0%, #f2f2f2 55%, #fff 100%) !important;
    display: inline-block;
    text-align: center;
    color: #333;
    font-size: .9375rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,255,255,0.15);
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,255,255,0.15);
    border: 1px solid #000;
    min-width: 280px;
    max-width: 100%;
    padding: 3px 20px;
}

a.button.v-btn.theme--light .v-btn__content{
	align-self: center;
	height: 100%;
}

button.v-btn.v-btn--disabled {
	background: rgba(0,0,0,.12);
}

.powericon.flex.xs12 {
	flex-basis: 65px;
	max-width: 100%;
	min-height: 65px;
	width: 165px;
	margin: 0 auto;
}

.powertype.flex.xs10 {
	flex-basis: 100%;
	max-width: 100%; 
	width: 100%;
}

.prodname {
	background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #000000 100%);
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.infolabel {
	font-size: 12px; 
	color: #444;
}

.infoinfo {
	color: #222;
	font-size: 18px;
	font-weight: bold;
}

/* Search Result Cards */

div#results-container {
	justify-content: space-between;
	margin: 30px 15px;
}

div.result-card {
	background-color: #FFFFFF;
	width: 100%;
	max-width: 315px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	padding: 15px 15px 40px 15px;
	position: relative;
	margin-bottom: 30px;
}

div.result-card * {
	text-transform: uppercase;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

div.result-card div.product-img {
	position: relative;
	padding-top: 62.5%;
	margin-bottom: 25px;
	overflow: hidden;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

div.result-card div.product-img a.product-title {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.0));
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

div.result-card div.product-img a.product-title:hover {
	color: #ddd;
	transition: color 0.14s ease-out;
}

div.result-card div.info-container {
	display: flex;
	flex-wrap: wrap;
}

div.result-card div.info-column {
	flex-basis: 50%;
	margin-bottom: 20px;
	padding: 5px 0px;
}

div.result-card div.info-column:nth-child(odd) {
	border-right: 0.5px solid #ccc;
}

div.result-card span.info-label {
	font-size: 10px; 
	text-align: center;
	display: block;
	color: #444;
	padding-bottom: 5px;
}

div.result-card span.info-value {
	display: block;
	text-align: center;
	color: #222;
	font-weight: 600;
	font-size: 18px;
}

div.result-card span.info-value.power-value {
	font-size: 12px;
	line-height: 15px;
}

div.result-card div.power-value-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

div.result-card div.power-value-container span.power-icon {
	width: 20px;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 8px;
}

div.result-card span.power-feature {
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	color: #222;
	line-height: 25px;
}

div.result-card span.power-feature.inactive {
	color: #ccc;
	font-weight: 400;
	text-decoration: line-through;
}

div.result-card span.power-feature:last-of-type {
	margin-bottom: 20px;
}

div.result-card a.card-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 40px;
	background-color: #F3F2F2;
	border-top: 1px solid #CCC;
	text-decoration: none;
	font-weight: 600;
	color: #D82326;
	font-size: 14px;
	border-radius: 0px 0px 3px 3px;
}

div.result-card a.card-footer:hover {
	background-color: #DEDEDE;
	transition: background-color 0.14s ease-out;
}

/* used to disable scrolling when modal is active */
body.modal-active {
	overflow: hidden;
}

#modal-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.35);
	opacity: 0;
	visibility: hidden;
	transition: 0.24s ease-out opacity;
	z-index: 1500;
}

#modal-container.active {
	opacity: 1;
	visibility: visible;
}

#modal {
	box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
	background-color: #fff;
	padding: 15px 25px;
	margin: 12% auto;
	max-width: 768px;
	width: 90%;
	border-radius: 3px;
	z-index: 2500;
}

#modal-header {
	text-align: right;
	margin-bottom: 25px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

button#close-modal-btn {
	background: none;
	font-size: 32px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	transition: 0.14s linear color;
	text-transform: uppercase;
}

button#close-modal-btn:hover {
	color: darkred;
}

#modal-body {
	padding-bottom: 15px;
}

#modal-content-container {
	display: none;
}

#results-key-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* width: 300px; */
	/* border: 1px solid #ccc; */
	padding: 20px;

}

#results-key-icons img {
	width: 125px;
	height: 125px;
	cursor: pointer;
	transition: transform 0.14s ease-out;
}

#results-key-icons img:hover {
	transform: translateY(-8px);
}

img.modal-icon {
	height: 115px;
	width: auto;
	float: right;
	margin: 10px 30px;
}

.modal-content p {
	color: #222;
}

.modal-content p.function-description {
	clear: both;
	color: #444;
	max-width: 568px;
	font-size: 16px;
}

.modal-content .power-title {
	margin-bottom: 12px; 
}

.modal-content p {
	font-size: 18px;
}

/* Vue Modal */
.v-dialog {
	background: none;
    box-shadow: none;
}

.v-dialog .modal-content {
	padding: 25px; 
	background-color: #fcfcfc;
	margin: 0 auto;
	max-width: 100%;
	width: 768px;
}

.closepowerkey {
	cursor: pointer;
}

.key-front-title {
 	color: #565656;
	font-weight: bold;
	font-size: 14px;
}


/* Media Queries */
@media screen and (max-width: 576px) {
	#results-key-container {
		display: none;
	}

	/* .modal-content .power-title {
		clear: both
	}

	.modal-content p {
		clear: both;
	} */

	.modal-content img.modal-icon{
		float: none;
		margin: 20px auto;
		display: block;
	}
}
