.controller-account.action-login:before,
.controller-account.action-login:after {
	content: none;
}

.controller-account.action-login #content {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.controller-account.action-login {
	background: #fff;
}

.login-quote,
#footer,
#top-menu-hamburger .holidays,
.controller-account.action-login .login-logo {
	display: none !important;
}

/*!
 * RedmineX
 * Copyright 2020 RedmineX
 * For license, see https://www.redmine-x.com
 * Created by Michael Staněk
 * Created without vendor prefixes, "AutoPrefixed" by PrePros v5 (https://prepros.io)
 */

.theme-Redminex .modal input[type="submit"],
.theme-Redminex #gantt-save-btn,
.theme-Redminex #content > .contextual > .icon-add,
.theme-Redminex #content > .contextual .drdn-trigger > .icon-add,
.theme-Redminex .projectino-controls input[type="submit"]:first-of-type,
.theme-Redminex .controller-timelog #content > .contextual > .icon:not(.icon-edit):not(.icon-add).icon-time-add,
.theme-Redminex #actionbar #new-entity,
.theme-Redminex #main-menu #new-object,
.theme-Redminex #main-menu2 #new-object {
    background-color: #ff4343 !important;
    border-color: #ff4343 !important;
}

.theme-Redminex .modal input[type="submit"]:hover,
.theme-Redminex #gantt-save-btn:hover,
.theme-Redminex #content > .contextual > .icon-add:hover,
.theme-Redminex #content > .contextual .drdn-trigger > .icon-add:hover,
.theme-Redminex .projectino-controls input[type="submit"]:first-of-type:hover,
.theme-Redminex .controller-timelog #content > .contextual > .icon:not(.icon-edit):not(.icon-add).icon-time-add:hover,
.theme-Redminex #actionbar #new-entity:hover,
.theme-Redminex #main-menu #new-object:hover,
.theme-Redminex #main-menu2 #new-object:hover {
    background-color: #eb3f3f !important;
    border-color: #eb3f3f !important;
}

.theme-Redminex #actionbar .menu-children,
.theme-Redminex .gantt_btn_set.gantt_save_btn_set,
.theme-Redminex .dhtmlx_popup_controls div[result="save"] {
    background-color: #ff4343 !important;
}

body.theme-Redminex.controller-issues.action-show div.issue.details .btn-primary.validate {
    background-color: #ff4343 !important;
}

body.theme-Redminex.controller-issues.action-show div.issue.details .btn-primary.validate:hover {
    background-color: #eb3f3f !important;
    border-color: #eb3f3f !important;
}
/*# sourceMappingURL=extension-redminex.css.map */
