body {
	padding-top: 20px;
}
.fxy-btn {
	height: 100%;
	padding: 5px;
}
.fxy-btn > a {
	height: 100%;
}
.fxy-btn > a > .fxy-btn-icon {
	display: inline-block;
	font-size: 42px;
}
.fxy-btn > a > .fxy-btn-title {
	display: block;
	margin-top: 10px;
	white-space: normal;
}
.fxy-no-margin-bottom {
	margin-bottom: 0px;
}
.fxy-margin-bottom-2 {
	margin-bottom: 10px;
}
.fxy-margin-bottom-10 {
	margin-bottom: 10px;
}
.fxy-margin-top-10 {
	margin-top: 10px !important;
}
.fxy-line-height-40 {
	line-height: 40px;
}
.fxy-well-important {
	color: #fff;
	background-color: #4582ec;
	border-radius: 6px;
	border: 1px #1863e6 solid;
	padding: 0px 10px;
}
.fxy-well-global-pricing-result {
}
.fxy-well-pricing-result {
}
.fxy-well-risk-pricing-result {
}
.fxy-well-formula-pricing-result {
}
.fxy-checkbox-lg {
	-ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.document-list>li>a {
    padding:5px 10px;
}

.fxy-address {
	margin-bottom: 10px;
}
.fxy-address p {
	margin-bottom: 0px;
	margin-left: 30px;
}
.fxy-panel-title-lg {
	font-size: 25px;
}
.fxy-navbar-button {
	margin: 12.5px 6px;
}

@media (min-width: 768px) {
  .fxy-row-equal-height {
    display: flex;
    flex-wrap: wrap;
  }
}
.show-menu-float {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 25;
	margin: 5px;
	cursor: pointer;
	opacity: 0;
}
.show-menu-float:hover {
	opacity: 1;
}