/*# sourceMappingURL=styles-default.css.map */

.uk-text-small {
	font-size: 11px;
	line-height: 16px;
}

.uk-text-large {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

.uk-text-bold {
	font-weight: 700;
}

.uk-text-muted {
	color: #999 !important;
}

.uk-text-primary {
	color: #2d7091 !important;
}

.uk-text-success {
	color: #659f13 !important;
}

.uk-text-warning {
	color: #e28327 !important;
}

.uk-text-danger {
	color: #d85030 !important;
}

.uk-text-contrast {
	color: #fff !important;
}

.uk-text-left {
	text-align: left !important;
}

.uk-text-right {
	text-align: right !important;
}

.uk-text-center {
	text-align: center !important;
}

.uk-text-justify {
	text-align: justify !important;
}

.uk-text-top {
	vertical-align: top !important;
}

.uk-text-middle {
	vertical-align: middle !important;
}

.uk-text-bottom {
	vertical-align: bottom !important;
}

@media (max-width:959px) {
	.uk-text-center-medium {
		text-align: center !important;
	}
	
	.uk-text-left-medium {
		text-align: left !important;
	}
}

@media (max-width:767px) {
	.uk-text-center-small {
		text-align: center !important;
	}
	
	.uk-text-left-small {
		text-align: left !important;
	}
}

.uk-text-nowrap {
	white-space: nowrap;
}

.uk-text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.uk-text-break {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.uk-text-capitalize {
	text-transform: capitalize !important;
}

.uk-text-lowercase {
	text-transform: lowercase !important;
}

.uk-text-uppercase {
	text-transform: uppercase !important;
}

.uk-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.uk-button {
	-webkit-appearance: none;
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: #444;
	text-transform: none;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 12px;
	background: #eee;
	vertical-align: middle;
	line-height: 30px;
	min-height: 30px;
	font-size: 1rem;
	text-decoration: none;
	text-align: center;
}

.uk-button:not(:disabled) {
	cursor: pointer;
}

.uk-button:focus, .uk-button:hover {
	background-color: #d5d5d5;
	color: #444;
	outline: 0;
	text-decoration: none;
}

.uk-button.uk-active, .uk-button:active {
	background-color: #ddd;
	color: #444;
}

.uk-button-primary {
	background-color: #00a8e6;
	color: #fff;
}

.uk-button-primary:focus, .uk-button-primary:hover {
	background-color: #0083b3;
	color: #fff;
}

.uk-button-primary.uk-active, .uk-button-primary:active {
	background-color: #0091ca;
	color: #fff;
}

.uk-button-success {
	background-color: #8cc14c;
	color: #fff;
}

.uk-button-success:focus, .uk-button-success:hover {
	background-color: #72a238;
	color: #fff;
}

.uk-button-success.uk-active, .uk-button-success:active {
	background-color: #72ae41;
	color: #fff;
}

.uk-button-danger {
	background-color: #da314b;
	color: #fff;
}

.uk-button-danger:focus, .uk-button-danger:hover {
	background-color: #b72138;
	color: #fff;
}

.uk-button-danger.uk-active, .uk-button-danger:active {
	background-color: #c91032;
	color: #fff;
}

.uk-button:disabled {
	background-color: #f5f5f5;
	color: #999;
}

.uk-button-link, .uk-button-link.uk-active, .uk-button-link:active, .uk-button-link:disabled, .uk-button-link:focus, .uk-button-link:hover {
	border-color: transparent;
	background: 0 0;
}

.uk-button-link {
	color: #07d;
}

.uk-button-link.uk-active, .uk-button-link:active, .uk-button-link:focus, .uk-button-link:hover {
	color: #059;
	text-decoration: underline;
}

.uk-button-link:disabled {
	color: #999;
}

.uk-button-link:focus {
	outline: 1px dotted;
}

.uk-button-mini {
	min-height: 20px;
	padding: 0 6px;
	line-height: 20px;
	font-size: 11px;
}

.uk-button-small {
	min-height: 25px;
	padding: 0 10px;
	line-height: 25px;
	font-size: 12px;
}

.uk-button-large {
	min-height: 40px;
	padding: 0 15px;
	line-height: 1.6em;
	font-size: 16px;
}

.uk-button-group {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.uk-button-group > * {
	display: inline-block;
}

.uk-button-group .uk-button {
	vertical-align: top;
}

.uk-button-dropdown {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.uk-close::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.uk-close {
	-webkit-appearance: none;
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	padding: 0;
	background: 0 0;
	display: inline-block;
	box-sizing: content-box;
	width: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	opacity: .3;
}

.uk-close:after {
	display: block;
	content: "";
	font-family: FontAwesome;
}

.uk-close:focus, .uk-close:hover {
	opacity: .5;
	outline: 0;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.uk-close-alt {
	padding: 2px;
	border-radius: 50%;
	background: #eee;
	opacity: 1;
}

.uk-close-alt:focus, .uk-close-alt:hover {
	opacity: 1;
}

.uk-close-alt:after {
	opacity: .5;
}

.uk-close-alt:focus:after, .uk-close-alt:hover:after {
	opacity: .8;
}

.uk-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999999999;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	touch-action: cross-slide-y pinch-zoom double-tap-zoom;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.uk-modal.uk-open {
	opacity: 1;
}

.uk-modal-page, .uk-modal-page body {
	overflow: hidden;
}

.uk-modal-dialog {
	position: relative;
	box-sizing: border-box;
	margin: 50px auto;
	padding: 20px;
	width: 600px;
	max-width: 100%;
	max-width: calc(100% - 20px);
	background: #fff;
	opacity: 0;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: opacity .3s linear, -webkit-transform .3s ease-out;
	transition: opacity .3s linear, transform .3s ease-out;
}

@media (max-width:767px) {
	.uk-modal-dialog {
		width: auto;
		margin: 10px auto;
	}
}

.uk-open .uk-modal-dialog {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.uk-modal-dialog > :not([class*=uk-modal-]):last-child {
	margin-bottom: 0;
}

.uk-modal-dialog > .uk-close:first-child {
	margin: -10px -10px 0 0;
	float: right;
}

.uk-modal-dialog > .uk-close:first-child + :not([class*=uk-modal-]) {
	margin-top: 0;
}

.uk-modal-dialog-lightbox {
	margin: 15px auto;
	padding: 0;
	max-width: 95%;
	max-width: calc(100% - 30px);
	min-height: 50px;
}

.uk-modal-dialog-lightbox > .uk-close:first-child {
	position: absolute;
	top: -12px;
	right: -12px;
	margin: 0;
	float: none;
}

@media (max-width:767px) {
	.uk-modal-dialog-lightbox > .uk-close:first-child {
		top: -7px;
		right: -7px;
	}
}

.uk-modal-dialog-blank {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.uk-modal-dialog-blank > .uk-close:first-child {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	margin: 0;
	float: none;
}

@media (min-width:768px) {
	.uk-modal-dialog-large {
		width: 930px;
	}
}

@media (min-width:1220px) {
	.uk-modal-dialog-large {
		width: 1130px;
	}
}

.uk-modal-header {
	margin-bottom: 15px;
}

.uk-modal-footer {
	margin-top: 15px;
}

.uk-modal-footer > :last-child, .uk-modal-header > :last-child {
	margin-bottom: 0;
}

.uk-modal-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin-bottom: -10px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.uk-modal-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 25px;
	color: #ddd;
}

.uk-modal-spinner:after {
	content: "";
	display: block;
	font-family: FontAwesome;
	-webkit-animation: uk-rotate 2s infinite linear;
	animation: uk-rotate 2s infinite linear;
}

#surbma-yes-no-popup footer, #surbma-yes-no-popup header, #surbma-yes-no-popup section {
	display: block;
}

#surbma-yes-no-popup .uk-modal-header a {
	display: none;
}

#surbma-yes-no-popup .uk-modal-content, #surbma-yes-no-popup .uk-modal-footer, #surbma-yes-no-popup .uk-modal-header {
	overflow: hidden;
}

#surbma-yes-no-popup .uk-modal-footer > :first-child, #surbma-yes-no-popup .uk-modal-header > :first-child {
	margin-top: 0;
	padding-top: 0;
}

#surbma-yes-no-popup .uk-modal-footer > :last-child, #surbma-yes-no-popup .uk-modal-header > :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

#surbma-yes-no-popup .uk-modal-content a {
	border-bottom: 1px dashed #666;
}

#surbma-yes-no-popup.surbma-yes-no-popup-dark .uk-modal-content a {
	color: #fff;
	border-bottom: 1px dashed #fff;
}

#surbma-yes-no-popup .uk-modal-content a:hover {
	border-bottom: none;
}

#surbma-yes-no-popup .surbma-yes-no-popup-image-left {
	text-align: left;
}

#surbma-yes-no-popup .surbma-yes-no-popup-image-center {
	text-align: center;
}

#surbma-yes-no-popup .surbma-yes-no-popup-image-right {
	text-align: right;
}

#surbma-yes-no-popup .surbma-yes-no-popup-image-float-left {
	text-align: left;
	float: left;
	margin: 0;
}

#surbma-yes-no-popup .surbma-yes-no-popup-image-float-right {
	text-align: right;
	float: right;
	margin: 0;
}

#surbma-yes-no-popup .uk-modal-footer.surbma-yes-no-popup-button-left {
	text-align: left;
}

#surbma-yes-no-popup .uk-modal-footer.surbma-yes-no-popup-button-center {
	text-align: center;
}

#surbma-yes-no-popup .uk-modal-footer.surbma-yes-no-popup-button-right {
	text-align: right;
}

#surbma-yes-no-popup.surbma-yes-no-popup-text-center .uk-modal-dialog {
	text-align: center;
}

#surbma-yes-no-popup.surbma-yes-no-popup-full-page {
	background: #fff;
}

#surbma-yes-no-popup.surbma-yes-no-popup-full-page.surbma-yes-no-popup-dark, #surbma-yes-no-popup.surbma-yes-no-popup-normal.surbma-yes-no-popup-dark .uk-modal-dialog, #surbma-yes-no-popup.surbma-yes-no-popup-normal.surbma-yes-no-popup-dark .uk-modal-footer, #surbma-yes-no-popup.surbma-yes-no-popup-normal.surbma-yes-no-popup-dark .uk-modal-header {
	background: #111;
}

#surbma-yes-no-popup.surbma-yes-no-popup-normal.surbma-yes-no-popup-dark:not(.surbma-yes-no-popup-default) .uk-modal-dialog {
	background: #333;
}

#surbma-yes-no-popup.surbma-yes-no-popup-full-page .uk-modal-dialog, #surbma-yes-no-popup.surbma-yes-no-popup-full-page .uk-modal-footer, #surbma-yes-no-popup.surbma-yes-no-popup-full-page .uk-modal-header {
	background: 0 0;
	box-shadow: none;
	border: none;
}

#surbma-yes-no-popup.surbma-yes-no-popup-dark .uk-modal-dialog, #surbma-yes-no-popup.surbma-yes-no-popup-dark .uk-modal-header h2 {
	color: #fff;
}

#surbma-yes-no-popup .uk-close {
	text-decoration: none !important;
}

#surbma-yes-no-popup .uk-close:after {
	content: "×";
	font-family: inherit;
	font-size: 30px;
}

@media (max-width:479px) {
	#surbma-yes-no-popup .uk-modal-footer .uk-button {
		width: 100%;
	}
	
	#surbma-yes-no-popup .uk-modal-footer .uk-button + .uk-button {
		margin-top: 10px;
	}
}
