/* Minification failed. Returning unminified contents.
(86,32): run-time error CSS1046: Expect comma, found '0'
(86,36): run-time error CSS1046: Expect comma, found '/'
(88,40): run-time error CSS1046: Expect comma, found '0'
(88,44): run-time error CSS1046: Expect comma, found '/'
 */
#ucPluginWrapper {
	width: 44px;
	height: 180px;
	position: absolute;
	top: 200px;
	/*left: -4px;*/
	z-index: 11000;
	font-size: 14px;

}

#ucOpenButton {
	height: 100%;
	width: 100%;
	-ms-writing-mode: tb-rl;
	-ms-text-orientation: sideways;
	text-orientation: sideways;
	writing-mode: vertical-rl;
	padding: 8px 10px 0 0;
	background-color: white;
	border: solid 1px #666;
	border-radius: 4px;
	border-left:none;
	border-bottom-left-radius: 0;
	border-top-left-radius:0;
	color: #377c2c;
	font-size: 14px;
	font-weight:600;
	z-index: 6;
}


#ucOpenButton span {
	color:#377c2c;
	font-size: 18px;
	font-weight: 600;
}

#ucOpenButton:hover {
	background-color: #377c2c;
	border-color: #377c2c;
	color: white;
	cursor: pointer;
}

#ucCloseButton {
	height: 38px;
	margin-top: -38px;
	color: #666;
	padding-top: 10px;
/*	border: solid 1px #666;
	border-top: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 4px;*/

}

#ucCloseButton span {
	display: block;
	height: 17px;
	text-align: center;
	font-size: 16px !important;
	font-weight: bold;
}

#ucCloseButton:hover {
	color: #AAA;
	cursor: pointer;
}




#ucPluginOpenWrapper {
	position: relative;
}
#ucPluginOpen {
	position: absolute;
	width: 300px;
	height: 334px;
	top: 0;
	/*left: 0px;*/
	background-color: white;
	opacity: 1;
	border-radius: 4px;
	box-shadow: 0px 0px 4px rgb(0 0 0 / 20%) !important;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.2) !important;
	-webkit-box-shadow: 0px 0px 4px rgb(0 0 0 / 20%) !important;
}
#ucPluginOpen #ucTop {
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
	#ucPluginOpen #ucTop #ucTitle {
		font-size: 14px;
		padding: 6px;
		overflow: hidden;
/*		background-color: #939393;
		color: white;*/
		margin-bottom: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		font-weight:600;
	}
#ucPluginOpen #ucTop #ucTitle span:first-of-type {
	float: left;
	padding-top: 1px;
}#ucPluginOpen #ucTop #ucTitle img {
	float: left;
	margin-right: 6px;
}
#ucPluginOpen #ucTop #ucTitle span:last-of-type {
	float: right;
}
#ucPluginOpen #ucTop #ucTitle span:last-of-type:hover {
	cursor: pointer;
}
#ucPluginOpen .uc-calc-row {
	overflow: hidden;
	padding: 0 8px 6px 10px;
}
#ucPluginOpen .uc-entry-group {
	width: 46%;
	float: left;
	margin-bottom: 16px;
}
#ucPluginOpen .uc-equals {
	float: left;
	margin-top: 6px;
	width: 8%;
	height: 30px;
	font-size: 24px;
	text-align: center;

}
#ucPluginOpen .uc-entry-group:nth-of-type(even) {
	margin-left: 8px;
}

/* Calculator Type Dropdown Select */
#ucPluginOpen .uc-calc-type {
	display: block;
	width: 100%;
	margin-bottom: 4px;
	background-color: #F5F5F5;
	border: 1px solid #DCDCDC;
}
#ucPluginOpen .uc-input {
	display: block;
	width: 100%;
	border: 1px solid #DCDCDC;
	text-align: center;
	height: 32px;
}
#ucPluginOpen .uc-calc-unit {
	display: block;
	width: 100%;
	background-color: #F5F5F5;
	border: 1px solid #DCDCDC;
}
@media print {
	#ucPluginWrapper, #ucOpenButton, #ucPluginOpenWrapper {
		display: none !important;
	}
}

@media (min-width: 800px) {
/*	#ucPluginWrapper {
		width: 48px; 
		height: 180px; 
		font-size: 14px; 
	}
	#ucOpenButton {
		height: calc(100% - 52px);
		width: 100%;
		padding: 6px 12px 0 0;
	}
	#ucCloseButton {
		height: 38px;
		padding: 6px 8px 0 0;
	}
	#ucCloseButton span {
		margin-left: 15px;
		width: 20px;
		height: 20px;
		padding-top: 3px;
		font-size: 12px;
	}*/
}

@media (max-width: 991px) {
	#ucPluginWrapper {
		width: 28px;
		height: 150px;
		font-size: 12px;
		position: absolute;
		top: 200px;
		z-index: 11000;
		right:0;
	}

	#ucOpenButton {
		padding: 6px 1px 0 0px;
		border: solid 1px #666;
		border-radius: 4px;
		border-right: none;
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}


	#ucCloseButton {
		height: 28px;
		margin-top: -28px;
		padding-top: 10px;
	}

	#ucCloseButton span {
		font-size: 14px !important;
	}
	#ucPluginOpen {
		right: 0px !important;
	}
}
