input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { 
     background-color: #fff !important;
     -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.city_logo {
    max-height: 64px;
}

.well {
	background: #fff;
}

/* login & registration page */
.tm-page-container {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.login-page #tm-main {
	display: flex;
	align-items: center;
}

.tm-page-container>.uk-background-cover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00a0de;
    background: -webkit-linear-gradient(#fff, #00a0de);
    background: -o-linear-gradient(#fff, #00a0de);
    background: -moz-linear-gradient(#fff, #00a0de);
    background: linear-gradient(#fff 5%, #00a0de 35%);
    opacity: 0.55;
}

.tm-page {
    background: transparent!important;
}

.login, .reset, .remind {
    max-width: 400px;
    margin: 0 auto;
}

.login-footer {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

#ubd_users___register_agree input[type=checkbox] {
    border: 1px solid #767779;
	margin-right: 5px;
}

#ubd_users___register_agree label {
	color: #767779;
}

.uk-alert-success h3,
#jform_email-lbl {
	display: none;
}

.tm-headerbar-top {
    background: transparent;
	padding-top: 25px;
}

.uk-logo img {
    height: 40px;
}

.uk-card-muted {
    background: rgba(255,255,255,0.5);
}

.uk-card-muted h4 {
    opacity: 0.8;
}

.uk-card-muted img {
    opacity: 0.5;
}

.registration-page .tm-bottom {
    padding-top: 0!important;
}

.registration-page .tm-main {
    padding-bottom: 0!important;
}

.header-divider {
    height: 30px;
    border-left: 1px solid #999;
    margin: 0 15px;
}

.page-header {
	color: #fff;
    text-shadow: 2px 2px 10px #666;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    text-align: center;
}

.page-header h2,
.text-white {
	color: #fff;
    text-shadow: 2px 2px 10px #666;
}

.fabrikForm {
	max-width: 540px;
    margin: 0 auto;
	background: #ffffff;
}

.registration-page .fabrikForm {
	opacity: 0;
}

.row-fluid2 [class*=span] {
    width: 100%;
}

#ubd_users___password {
    margin-bottom: 5px;
}

.fabrikElementContainer {
    margin-left: 0;
}

.fabrikElementContainer span {
    font-size: 15px;
}

.fabrikGroup {
    padding: 25px;
}

.btn-group:not(.btn-group-vertical)>.btn+.btn {
    border-left-width: 1px;
}

.icon-question-sign {
	color: #00a0de;
}

.control-group {
    margin-bottom: 20px;
}

.control-group.success input {
	border: 1px solid #01ce7f;
}

.control-group.error input {
	border: 1px solid #f54f43;
}

.fabrikActions.form-actions .span4 {
	width: 100%;
	text-align: center;
}

.control-group.error .help-inline {
    font-size: 13px;
}

.spinner-load {
	position: fixed;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height:60px;
	width:60px;
	margin:0px;
	z-index: 99999;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left:6px solid rgba(0,174,239,.15);
	border-right:6px solid rgba(0,174,239,.15);
	border-bottom:6px solid rgba(0,174,239,.15);
	border-top:6px solid rgba(0,174,239,.8);
	border-radius:100%;
}

@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}

/* twofactor auth */
#com_users_twofactor_totp legend {
	font-weight: bolder;
	margin-bottom: 15px;
}

#com_users_twofactor_totp .span6 {
	margin-left: 0;
}

#com_users_twofactor_totp .alert.alert-info {
	background: #d4f3ff;
    color: #00a0de;
}

#com_users_twofactor_totp .alert {
	background: #fef5d2;
    color: #cca607;
}

/* elements */
.chzn-container {
    font-size: 15px!important;
}

.chzn-container-multi .chzn-choices {
	background: #fafafa!important;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.08)!important;
    border: none!important;
    line-height: 34px!important;
	transition: .2s ease-in-out;
    transition-property: color,background-color,box-shadow;
    border-radius: 2px;
}

.chzn-container-active .chzn-choices {
    box-shadow: none!important;
}

.chzn-container-multi .chzn-choices li.search-choice {
    background: #eeeeee;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	padding: 5px 20px 5px 5px;
	border: 0;
	font-size: 15px;
	margin: 8px 5px 3px 0;
}

.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
    top: 6px;
}

.chzn-container-single .chzn-single {
    border: none!important;
	padding: 0 10px!important;
    background-image: none!important;
	background-color: #fafafa!important;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.08)!important;
	color: #767779!important;
	height: 34px!important;
	line-height: 34px!important;
	transition: .2s ease-in-out;
    transition-property: color,background-color,box-shadow;
    border-radius: 2px;
}

.chzn-disabled {
    opacity: 1.0!important;
	color: #767779;
}

.chzn-disabled .chzn-single {
    border-bottom: none!important;
}

.chzn-container-active.chzn-with-drop .chzn-single {
    background-image: none!important;
	box-shadow: none!important;
	border-radius: 0!important;
}

.chzn-container-single .chzn-single div b {
    background-position: 0px 10px!important;
}

.chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -18px 10px!important;
}

.chzn-container .chzn-drop {
    border: none;
}

.chzn-container-single .chzn-search input[type="text"] {
	background-color: #fafafa;
    border: none;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.08)!important;
}

.chzn-container .chzn-results li.highlighted {
    background-color: #00a0de!important;
	background-image: none;
}

.fabrikElement label.radio input,
.fabrikElement label.checkbox input {
	width: 20px;
	height: 20px;
}

.fabrikElement .checkbox {
    display: flex;
	align-items: center;
}

.fabrikElement .checkbox span {
    margin-left: 10px;
}

.radio.btn-group input[type=radio] {
    display: none!important;
}

/* responsive */
@media (max-width: 380px) {
	.login-page .uk-subnav>li {
    padding-left: 0;
	}
}

@media (max-width: 960px) {
	.uk-navbar-container:not(.uk-navbar-transparent) {
    	background: transparent;
		padding-top: 20px;
	}
}

@media (min-width: 992px) {
	.uk-section-default {
		padding-left: inherit;
	}
}

@media (min-width: 1200px) {
	.tm-page-container .tm-page {
		max-width: inherit;
	}
}