/* Forms */

.uk-form-label, .uk-form-controls label {
  font-weight: 500 !important;
}

.uk-form-controls-inline label {
  line-height: 40px;
  margin: 0 20px 0 0;
}

.uk-form-controls-inline input[type="radio"] {
  margin: 0 10px 0 0;
}

.uk-form-controls-inline input[type="checkbox"] {
  margin: 0 5px 0 0;
}

*+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
  margin-top: 30px !important;
}

.uk-button-float {
	color: #FFF;
	background-color: #1e73be;
	border-radius: 50px !important;
	bottom:40px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  font-size: 15px !important;
	height: 60px;
  line-height: 20px !important;
	position: fixed;
	right: 40px;
	text-align: center;
  z-index: 200;
}

.uk-button-float span {
  margin-right: 2px;
}

.uk-inline-full {
  width: 100%;
}