/***************************************/
/*********** Login Screen **************/
/***************************************/
.ProcessLogin #ProcessLoginForm {
	width: auto;
	max-width: 350px;
}

.ProcessLogin #ProcessLoginForm .uk-form-label {
	display: none;
}

.ProcessLogin #ProcessLoginForm #wrap_Inputfield_login_submit, .ProcessLogin #ProcessLoginForm #wrap_login_name, .ProcessLogin #ProcessLoginForm #wrap_login_pass {
	width: auto;
}

/***************************************/
/********* Smaller Masthead ************/
/***************************************/

@media only screen and (min-width: 960px) {
	#pw-masthead,
	#pw-masthead-mobile {
		height: 54px;
		min-height: 54px;

		.uk-navbar a {
			height: 54px;
			min-height: 54px;
		}
	}
	.pw-logo {
		margin-top: 6px;
	}

}

/***************************************/
/*********** Accent COlor **************/
/***************************************/
.pw-content .ui-widget-content li.ui-state-default, .pw-content li.ui-state-default {
	background: rgb(53,135,126);
	border-color: rgb(53,135,126);
}
.pw-content .ui-widget-content li.ui-state-hover, .pw-content li.ui-state-hover {
	background: rgb(67,155,146);
	/*border-color: rgb(63,135,126);*/
}


/***************************************************/
/************* General styles **********************/
/***************************************************/
.tt-hidden {
	display: none;
}
.tt-hidden.show {
	display: table-row;
	opacity: 0;
	animation: fadein 1s forwards;
}
@keyframes fadein {
	to {
		opacity:1;
	}
}

.ui-button, .ui-button.ui-state-default {
	/*background: rgb(53,135,126); green*/
	/*background: linear-gradient(90deg, rgba(53,135,126,1) 65%, rgba(31,108,121,1) 100%); */
	background: #5079af;
}
.ui-button.ui-state-hover {
	/*background: rgb(67,155,146); green*/
	background: #538cc4;
}

.InputfieldPageTableAdd .ui-button {
	background: transparent;
	color: #e83561;
	padding: 5px;
	line-height: 20px;
}
.InputfieldPageTableAdd .ui-button.ui-state-hover {
	color: #d21846;
	text-decoration: underline;
}

.ui-button, .ui-button.ui-state-default, .ui-button.ui-state-hover {
	text-transform: none;
}

.Inputfields .InputfieldRepeater .InputfieldContent .InputfieldRepeaterItem > .InputfieldHeader {
	background: #5079af;
	outline-color: #5079af;
}


.InputfieldPageTableContainer .AdminDataTable td>ul.MarkupFieldtype>li {
	height: 20px;
}

.role-nonsuperuser .InputfieldPageTable .InputfieldContent  .InputfieldPageTableContainer p.notes {
	display: none;
}

.InputfieldPageTable.Inputfield_payments .InputfieldContent  .InputfieldPageTableContainer table td:not(:last-child) {
	cursor: default;
}

#pw-masthead-mobile {
	line-height: 45px
}
html.AdminThemeUikit.headCompact body.id-23 .pw-logo {
	margin-top: 6px;
}
#offcanvas-toggle {
	top: 16px;
}

/**********************************************/
/*********** Lister Pro  **********************/
/**********************************************/

#ProcessLister > .WireTabs {
	display: none;
}

#ProcessLister > .WireTabs + #ProcessListerFiltersForm {
	display: none !important;
}

.role-nonsuperuser .detail.version {
	display: none;
}

.role-nonsuperuser #pw-footer {
	display: none;
}

.role-nonsuperuser #ProcessListerResultNotes {
	display: none;
}

.role-nonsuperuser #ProcessListerSelector {
	display: none;
}

/* Hide template when creating a new page */
.role-nonsuperuser #wrap_template {
	display: none;
}
/* Hide template when creating a new page */
.role-nonsuperuser #wrap_Inputfield__pw_page_name {
	display: none;
}

/* In payment table: do not show dots in list*/
.InputfieldPageTable ul.MarkupFieldtype li {
	list-style: none;
	margin-left: -30px;
}

.InputfieldPageTable td:nth-child(6) ul.MarkupFieldtype li {
	text-align: right;
	max-width: 80px;
}

/* Hide breadcrumb navigation */
.uk-breadcrumb {
	display: none;
}

/* Do not show message "Page has been created" in modal when adding a payment */
.role-nonsuperuser.ProcessPageEdit-template-payment .NoticeMessage.uk-alert.uk-alert-primary {
	display: none;
}


/*** Datepicker with presets ***/
.ui-datepicker.ui-datepicker-with-presets {
	min-width: 300px;
}
.ui-datepicker.ui-datepicker-with-presets table.ui-datepicker-calendar {
	width: 65%;
	float: left;
}

.ui-datepicker.ui-datepicker-with-presets .date-presets {
	width: 35%;
	display: inline-block;
	margin-top: 10px;
	text-align: left;
	padding-left: 5%;
}

.ui-datepicker.ui-datepicker-with-presets .date-presets button {
	color:	#fff;
	background: transparent;
	border: 1px solid #48668a;
	width: 100%;
	padding: 3px 10px;
	margin-bottom: 4px;
	font-size: 10px;
	display: block;
	cursor: pointer;
}
.ui-datepicker.ui-datepicker-with-presets .date-presets button:hover {
	background: #48668a;
}
/*** End of Datepicker with presets ***/


/**** ListerPRO preloader *****/
.lds-default {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 20px
}
.lds-default div {
	position: absolute;
	width: 6px;
	height: 6px;
	background: lightgrey;
	border-radius: 50%;
	animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
	animation-delay: 0s;
	top: 37px;
	left: 66px;
}
.lds-default div:nth-child(2) {
	animation-delay: -0.1s;
	top: 22px;
	left: 62px;
}
.lds-default div:nth-child(3) {
	animation-delay: -0.2s;
	top: 11px;
	left: 52px;
}
.lds-default div:nth-child(4) {
	animation-delay: -0.3s;
	top: 7px;
	left: 37px;
}
.lds-default div:nth-child(5) {
	animation-delay: -0.4s;
	top: 11px;
	left: 22px;
}
.lds-default div:nth-child(6) {
	animation-delay: -0.5s;
	top: 22px;
	left: 11px;
}
.lds-default div:nth-child(7) {
	animation-delay: -0.6s;
	top: 37px;
	left: 7px;
}
.lds-default div:nth-child(8) {
	animation-delay: -0.7s;
	top: 52px;
	left: 11px;
}
.lds-default div:nth-child(9) {
	animation-delay: -0.8s;
	top: 62px;
	left: 22px;
}
.lds-default div:nth-child(10) {
	animation-delay: -0.9s;
	top: 66px;
	left: 37px;
}
.lds-default div:nth-child(11) {
	animation-delay: -1s;
	top: 62px;
	left: 52px;
}
.lds-default div:nth-child(12) {
	animation-delay: -1.1s;
	top: 52px;
	left: 62px;
}
@keyframes lds-default {
	0%, 20%, 80%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
}




.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	opacity: 0.5;
	margin: 20px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #354b60;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #354b60 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/***************************************/
/*********** Fixes **************/
/***************************************/

/* awesomeplete z-index not high enough */
.awesomplete > ul {
	z-index: 9 !important;
}

/* Temporary fix to hide not working search  */
.pw-search-form {
	display: none;
}

/* makes superuser menu unusable
.pw-dropdown-toggle {
	visibility: hidden;
}
*/

