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;
}

h3.legend {
    margin: 0;
}

/* 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.8;
}

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

.tm-main .uk-container {
	background: #fff;
	padding: 20px;
}

.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;
}

.uk-divider-vertical-small {
    width: 1px;
    height: 30px;
    border-left: 1px solid #cbcbcb;
	margin-top: 5px;
	margin-bottom: 5px;
}

input[type=file] {
    background: #f3f3f3;
}

::-webkit-file-upload-button {
  	background-color: #00a0de;
        color: #fff;
	box-shadow: 0 3px 12px 0 transparent;
	line-height: 26px;
	border: none;
}

::-webkit-file-upload-button {
	padding: 0.6em;
}

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

.uk-container .page-header {
    border-bottom: none;
    margin: 0;
}

.text-white {
    color: #fff;
    text-shadow: 2px 2px 10px #666;
	margin: 0;
}

.background h1,
.background .addRecord {
    color: #fff!important;
    text-shadow: 2px 2px 10px #666;
}

.background .addRecord:hover {
    color: #f2f2f2!important;
}

.background .moduletable h1 {
    font-size: 24px;
}

.background .emptyDataMessage {
    color: #fff;
    border: 1px solid #fff;
}

.fabrikWindow {
    border: none;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

.form-small .uk-container {
	max-width: 540px;
    margin: 0 auto;
}

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

#ubd_users___password {
    margin-bottom: 5px;
}

.fabrikElementContainer {
    margin-left: 0;
}

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

.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;
}

.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;
}

.fabrikLabel,
.table th {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
}

.table td, .table th {
    vertical-align: middle!important;
}

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

.control-group.fb_el_ubd_contacts_requests___antispam {
    margin-bottom: 0;
}

#ubd_notifications___status_ro.fabrikElementReadOnly,
#ubd_events___status_ro.fabrikElementReadOnly {
    padding: 6px 10px;
    width: fit-content;
}

#group467.fabrikGroup {
    padding: 0;
}

#group467 .fabrikElementReadOnly {
    margin-top: 0;
}

#group467.form-horizontal .control-group {
    margin-bottom: 0;
}

#group603.fabrikGroup {
    padding-bottom: 0;
}

#group603 #ubd_events___status {
    cursor: not-allowed;
    pointer-events: none;
}

#group603 #ubd_events___status {
    background: transparent;
    box-shadow: none;
}

#group603 #ubd_events___status {
    -webkit-appearance: none!important;
}

#group603 .statushotovo #ubd_events___status,
.statushotovo .fabrikElementReadOnly {
	background: #f7f9de;
        color: #b7d332;
}

#group603 .statuschyb #ubd_events___status,
.statuschyb .fabrikElementReadOnly {
	background: #ffe1e1;
    	color: #ff0000;
}

#group603 .statusprov-st #ubd_events___status,
#group603 .statusschv--lit #ubd_events___status,
.statusprov-st .fabrikElementReadOnly,
.statusschv--lit .fabrikElementReadOnly {
	background: #fff0e3;
	color: #ff7800;
}

#group603 .statuszad--no #ubd_events___status,
.statuszad--no .fabrikElementReadOnly {
	background: #e1f1ff;
	color: #1e90ff;
}


/* 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;
	}

	.row {
    		margin-left: 0px;
	}
}