:root {
    --black: #333333;
    --dark-blue: #11122a;
    --grey: #777d88;
    --red: #c71505;
    --sky-blue: #5892e8;
    --green: #2f9a81;
    --orange: #cb7723;
    --light-grey: #dedede;
    --blue: #4265a0;
    --white: #ffffff;
    --blu-3: #224981;
    --header-height: 96px;
    --footer-height: 48px;
    --margin-size: 24px;
}

@media only screen and ( max-width: 425px ) {
    :root {
        --margin-size: 0 !important;
    }
}

@media only screen and ( max-width: 800px ) {
    :root {
        --header-height: 64px;
        --margin-size: 16px;
    }
}

#complaintsMap, #location-picker {
    width: 100%;
    height: 100vh;
    max-height: calc( 100vh - var(--header-height) - var(--footer-height));
}

.admin-bar #complaintsMap, .admin-bar #location-picker {
    max-height: calc( 100vh - var(--header-height) - var(--footer-height) - var(--adminbar-height) );
}

#soPageTitleBar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #0D0D0D;
    height: 100px;
    position: relative;
    background-color: transparent;
}

#map-evozon-copyright {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(146,157,162,.5);
    -moz-box-shadow: 0 1px 5px rgba(146,157,162,.5);
    box-shadow: 0 1px 5px rgba(146,157,162,.5);
    border-radius: 6px 6px 0 0;
    padding: 8px 17px 2px;
    z-index: 10000000 !important;
}

#complaintsFilter {
    padding-left: 20px;
    width: 400px;
    min-height: 64px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(100, 103, 140, 0.16);
    background: #ffffff url(/wp-content/plugins/sesizari-online/public/img/ico-filter.svg) no-repeat calc(100% - 16px) 8px;
    cursor: pointer;
    padding-right: 50px;
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 99;
}

.add-complaint-header {
    display: flex;
    align-items: center;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 99;
    max-height: 64px;
}
.add-complaint-button {
    background-color: #5892e8;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    padding: 20px 35px;
    cursor: pointer;
    font-family: "Roboto";
    font-weight: bold;
    line-height: 24px;
}
.add-complaint-button:hover {
    background-color: #3e7dda;
}
.add-complaint-button > i {
    margin-right: 15px;
    font-size: 24px;
    vertical-align: middle;
}
.so-form {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #dedede;
}
#addComplaintForm,
#complaintsFiltersForm {
    width: 400px;
    position: absolute;
    top: 24px;
    z-index: 999;
    max-width: calc( 100vw - 36px);
    overflow: auto;
}
.admin-bar .so-form {
    max-height: calc(100vh - var(--header-height) - (2 * var(--margin-size)) - var(--adminbar-height) );
}
#addComplaintForm {
    right: 24px;
}
#addComplaintForm textarea {
    resize: none;
    padding: 8px 12px;
}
#addComplaintButton {
    display: flex;
    align-items: center;
}
#complaintsFiltersForm {
    left: 24px;
}
.form-header-wrapper {
    /*position: sticky;*/
    top: 0;
    background: white;
    padding: 0 16px;
    /*z-index: 100;*/
}
.form-header-wrapper,
.form-subheader-wrapper
{
    padding: 0 20px;
}
.form-subheader-wrapper {
    margin-bottom: 32px;
}

.form-header, .actions-group {
    display: flex;
    font-size: 23px;
    color: #11122a;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.actions-group {
    margin-top: 64px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px 32px;
    flex-wrap: wrap;
}

#complaintsFiltersForm .form-header {
    margin-bottom: 24px;
}
.form-header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #dedede;
    bottom: 0;
}
.form-header .form-title,
#complaintsFilter h3 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px !important;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #11122a;
    margin: 0;
}

#complaintsFilter h3.filter-closed-title {
    padding-top: 8px;
    padding-bottom: 0;
}

#complaintsFilter .filter-closed {
    padding-bottom: 8px;
}

#complaintsFilter:not(.filter-active) h3 {
    line-height: 48px !important
}

.close-form {
    cursor: pointer;
    margin-right: -12px;
}

.to-top-right #toTop {
    right: 30px!important;
}

/* Filter form subheader */
.form-subheader-wrapper .form-subheader,
.form-subheader-wrapper .form-reset {
    display: inline-block;
}
.form-subheader-wrapper .form-subheader {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
}
.form-subheader-wrapper .form-reset {
    float: right;
    text-align: right;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #777d88;
    text-transform: uppercase;
}
.form-subheader-wrapper .form-reset input {
    background-color: white;
    border: none;
    float: right;
    text-align: right;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #777d88;
    text-transform: uppercase;
    background-image: url(/wp-content/plugins/sesizari-online/public/img/refresh.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
    cursor: pointer;
}

/* Filter form datepickers */
#complaintsFiltersForm .hasDatepicker {
    width: calc( 50% - 20px );
    max-width: 164px;
    height: 48px;
    display: inline-block;
    background: url('/wp-content/plugins/sesizari-online/public/img/ico-calendar.png') no-repeat scroll 0px 0px;
    background-position: right;
    border-radius: 4px;
    border: solid 1px #777d88;
    margin-right: 10px;
}
#complaintsFiltersForm .hasDatepicker:last-child {
    margin-left: 10px;
    margin-right: 0;
}

/* Filter form other form elements */
#complaintsFiltersForm label.form-label {
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    font-weight: normal;
}
#complaintsFiltersForm select {
    width: 100%;
    height: 48px;
    background: url('/wp-content/plugins/sesizari-online/public/img/ico-dropdown.svg') no-repeat right #ffffff;
    -webkit-appearance: none;
    background-position-x: right;
    padding: 14px 12px;
    font-family: Nunito Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #333333;
}

#complaintsFiltersForm option {
    padding: 14px 12px;
}

.form-group {
    padding: 0 5%;
}
.form-label {
    color: #11122a;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
}
.form-control {
    width: 100%;
    color: #777d88;
    margin-top: 5px;
}
.location-toggles {
    display: flex;
    margin-bottom: 25px;

}
.location-toggle {
    font-weight: bold;
    padding: 7px 0;
    width: 50%;
    display: inline-block;
    text-align: center;
    border: 2px solid #5892e8;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
}
.location-toggle.active {
    background-color: #5892e8;
    color: #fff;
}
.location-toggle:not(.active) {
    color: #5892e8;
    background-color: #fff;
}
.location-toggle > i {
    margin: 0 10px;
    font-size: 20px;
    vertical-align: middle;
}
.location-toggles i.no-location {
    background-image: url('/wp-content/plugins/sesizari-online/public/img/ico-nolocation-blue.svg');
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.location-disabled.active i.no-location {
    background-image: url('/wp-content/plugins/sesizari-online/public/img/ico-nolocation-white.svg');
}
.location-toggles .location-enabled {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.location-toggles .location-disabled {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.so-form .fusion-button {
    font-size: 14px;
    font-family: "Roboto";
    font-weight: bold;
    border-radius: 8px;
}
.so-form .cancel-button .fusion-button,
.so-form .add-new-complaint .fusion-button {
    color: #5892e8;
    border: 2px solid #5892e8;
    padding: 10px 30px;
}
.so-form .cancel-button .fusion-button:hover,
.so-form .add-new-complaint .fusion-button:hover {
    background-color: rgba(88, 146, 232, 0.16);
}
.so-form .cancel-button .fusion-button:focus,
.so-form .add-new-complaint .fusion-button:focus {
    background-color: rgba(88, 146, 232, 0.32);
}
.so-form .cancel-button .fusion-button .fusion-button-text {
    line-height: 1.71;
    letter-spacing: 0.5px;
}
.so-form .action-button > a {
    color: #fff;
    background-color: #5892e8;
    padding: 12px 32px;
}
.so-form .action-button > a.fusion-button:hover {
    background-color: #3e7dda;
}
.so-form .action-button > a.fusion-button:focus {
    background-color: #1d66d3;
}
.so-form .action-button > a .fusion-button-text {
    line-height: 1.71;
    letter-spacing: 0.5px;
}
#fileDropper {
    height: 120px;
    background-color: rgba(88, 146, 232, 0.1);
    cursor: pointer;
    border: 1px dashed #5892e8;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #333333;
    position: relative;
    margin-bottom: 15px;
    font-size: 0;
    padding-bottom: 5px;
}
#fileDropper.has-no-files {
    font-size: 14px;
}
#fileDropper.has-no-files:before {
    content: "";
    position: absolute;
    top: 15px;
    width: calc(100% - 30px);
    height: 60%;
    background-image: url(/wp-content/plugins/sesizari-online/public/img/img-placeholders.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#fileDropper .image-placeholder {
    height: 65%;
    display: block;
    width: 100%;
    padding: 10px 0;
}
#uploadedFiles {
    display: block;
}

.remove-file-button {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.remove-file-button i {
    color: red;
    margin-left: 5px;
}
.dz-image {
    width: 88px;
    height: 73px;
    max-width: 100%;
}
.dz-preview {
    position: relative;
    height: 100%;
    padding: 15px;
    max-width: 33%;
}
.dz-filename {
    float: left;
}
#loadingDiv {
    display: none;
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('/wp-content/plugins/sesizari-online/public/img/ajax-loader.gif') 50% 50% no-repeat;
}
#errorDiv {
    display: none;
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8);
}
form.loading #loadingDiv {
    display: block;
}
form.error #errorDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: red;
    font-weight: bold;
}
.form-wrapper {
    position: relative;
}
.so-form .success-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.so-form .success-form .success-message,
.so-form .success-form .success-cta {
    text-align: center;
}
.so-form .success-form .success-message i {
    color: #2f9a81;
    font-size: 120px;
}
.so-form .success-form .form-header {
    justify-content: center;
}
.so-form .success-form .close-form {
    position: absolute;
    right: 0;
}
.so-form .success-form h4 {
    font-size: 18px;
    font-family: "Roboto";
    color: #11122a;
}
.so-form .success-form > div {
    padding: 0 30px;
}
.so-form .success-form .success-message a {
    text-decoration: underline;
}
.so-form .success-form .fusion-button {
    margin-top: 15px;
}
.so-form .success-form .success-cta {
    padding-bottom: 30px;
}
label.error {
    font-size: 12px;
    color: #f55753;
    display: block;
    font-weight: 600;
}
.has-error .form-control {
    border-color: #f55753;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control:focus {
    border-color: #f22823;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .input-group-addon {
    background: #f55753;
    border: 1px solid rgba(0, 0, 0, 0.07);
    color: #fff;
}

.has-error .form-control-feedback {
    color: #f55753;
}
#complaintsMap button.gm-ui-hover-effect {
    top: 2px!important;
    right: 14px!important;
}
#complaintsMap button.gm-ui-hover-effect img {
    width: 21px!important;
    height: 21px!important;
}
.home .info-sesizare .description {
    overflow: auto;
    text-overflow: unset;
    max-height: calc(1.5em * 5);
    line-height: 1.5em;
    display: block;
    overflow-x: hidden;
}
.info-sesizare {
    max-width: 300px;
    padding-left: 10px;
    font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    min-width: 200px;
}
.info-sesizare:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 100%;
    left: 0;
    top: 0;
}
.info-sesizare.done:before {
    background-color: #2f9a81;
}
.info-sesizare.waiting:before {
    background-color: #cb7723;
}
.info-sesizare.pending:before {
    background-color: #794fd8;
}
.info-sesizare label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
.info-sesizare .status {
    font-size: 18px;
    font-weight: bold;
    font-family: Roboto;
}
.info-sesizare.done .status  {
    color: #2f9a81;
}
.info-sesizare.waiting .status  {
    color: #cb7723;
}
.info-sesizare.pending .status  {
    color: #794fd8;
}
.info-sesizare.deleted .status  {
    color: #c71505;
}
.info-sesizare .info-group {
    padding: 10px 0;
}
.info-sesizare .info-group.category {
    display: flex;
    align-items: center;
}
.info-group.category svg {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    /*padding: 5px;*/
    /*background-color: #E7F5F3;*/
    border-radius: 50%;
}
.bottom-divider {
    border-bottom: 1px solid #dedede;
}
.info-sesizare.done svg {
    background-color: #E7F5F3;
}
.info-sesizare.done path {
    fill: #40ba9d;
}
.info-sesizare.pending svg {
    background-color: #F3EEFD;
}
.info-sesizare.pending path {
    fill: #794fd8;
}
.info-sesizare.waiting svg {
    background-color: #FCF2E8;
}
.info-sesizare.waiting path {
    fill: #cb7723;
}
.info-sesizare.deleted svg {
    background-color: rgba(199, 21, 5, 0.1);
}
.info-sesizare.deleted path {
    fill: #c71505;
}

#ui-datepicker-div {display: none;}
#footer { z-index: 1; }
.margin-top-15 {
    margin-top: 15px;
}
#complaintsCardList input {
    border: 0;
    outline: none;
}

/* Modal for complaint validation success */
#complaintsList .successModal,
#complaintsList .deletedModal
{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
#complaintsList .modal-content {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #888;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 150px);
    height: 100px;
    width: 300px;
    margin: 0;
    color: #40ba9d;
    display: flex;
    align-items: center;
}
#complaintsList .icon-success svg {
    background-color: #ffffff;
}
#complaintsList .icon-success {
    display: flex;
}
#complaintsList .icon-success path {
    fill: #40ba9d!important;
}
#complaintsList .success-message {
    display: flex;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-stretch: normal;
    line-height: 1.71;
}

/* CSS for 'My complaints' page */
#complaintsCardList {
    columns: 1;
    column-gap: 24px;
    margin-bottom: 24px;
    margin-right: auto;
    margin-left: auto;
    break-inside: avoid;
}
#complaintsCardList .complaintsCardView {
    display: block;
    position: relative;
    break-inside: avoid;
    vertical-align: top;
    margin-bottom: 24px;
    width: 100%;
    color: #111111;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(77, 77, 77, 0.16);
    transform: translateZ(0);
}
#complaintsCardList .complaintsCardView, #complaintsCardList form {
    border-radius: 8px;
    overflow: hidden;
}
#complaintsCardList form {
    overflow: hidden;
}
#complaintsCardList .info-sesizare {
    margin-right: 12px;
    margin-left: 20px;
    margin-bottom: 16px;
    padding: 0;
}
#complaintsCardList .info-sesizare .action-button {
    text-align: center;
    display: block;
}
#complaintsCardList .info-sesizare .operator-buttons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#complaintsCardList .info-sesizare .invalidate-button {
    color: #c71505;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
    border: 2px solid #c71505;
    color: #c71505;
    margin-bottom: 10px;
}

#complaintsCardList .info-sesizare .action-button.delete span {
    background-color: #c71505;
}
#complaintsCardList .images ul {
    list-style: none;
    padding: 0;
}
#complaintsCardList .images ul li {
    width: 30%;
    display: inline-block;
    margin-right: 3%;
}
#complaintsCardList .info-sesizare {
    max-width: none!important;
}

/* CSS for not logged in message when user is trying to add a new complaint without being logged in */
.sso-no-login-message-wrapper #noLoggedInMessage {
    font-size: 14px;
    line-height: 1.5;
    color: #cb7723;
    margin: 12px 0;
}
.sso-form .sso-no-login-message-wrapper .sso-general-message {
    line-height: 1;
}
.sso-form .sso-no-login-message-wrapper .sso-general-message .icon-warning {
    display: inline-block!important;
}
.sso-form .sso-no-login-message-wrapper .icon-warning svg {
    width: 60px;
    height: 60px;
}
.sso-form .sso-no-login-message-wrapper .icon-warning path {
    fill: #cb7723;
}

.post-type-archive-sesizare #main .fusion-row {
    max-width: 100%;
}

.fusion-blog-layout-grid .fusion-post-wrapper:not(.fusion-masonary-is-transparent) {
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(77, 77, 77, 0.16);
    position: relative;
}

.sesizare .info-sesizare:before {
    border-radius: 16px 0 0 16px;
}

.single-sesizare .post-content {
    display: none;
}

.single-sesizare article.sesizare {
    position: relative;
    padding: 0 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(77, 77, 77, 0.16);
    background: white;
    margin: 0 auto 2em;
    max-width: 480px;
}

.type-sesizare h2 {
    float: right;
    padding-top: 10px;
}

.post-type-archive-sesizare #main .post h2 a {
    color: #dde;
}

.fusion-caret .fusion-dropdown-indicator:before {
    font-family: "Font Awesome 5 Free", IcoMoon, serif !important;
    content: "\f0d7" !important;
}
#location-picker-mobile {
    height: 250px;
    margin-bottom: 20px;
}
.location-picker[location="false"] #location-picker-address {
    pointer-events:none;
    background-color: #dedede;
}
html:lang(hu-HU) .location-toggle {
    font-size: 13px;
}
html:lang(hu-HU) .location-toggle > i {
    font-size: 13px;
}
html:lang(hu-HU) .so-form .action-button > a {
    padding: 12px 16px;
}
html:lang(hu-HU) .so-form .cancel-button .fusion-button, .so-form .add-new-complaint .fusion-button {
    padding: 12px 12px;
}
.fusion-footer .fusion-columns .fusion-column {
    margin-bottom: 0;
}
#main {
    min-height: calc( 100vh - var(--header-height) - var(--footer-height) - var(--adminbar-height) );
}
#complaintsMap .gm-style .gm-style-iw-c {
    padding-top: 0;
    min-width: 270px;
}
#complaintsMap .gm-style .gm-style-iw-d {
    padding-bottom: 12px;
    padding-left: 12px;
}
.ua-firefox #complaintsMap .gm-style .gm-style-iw-d,
.ua-safari #complaintsMap .gm-style .gm-style-iw-d {
    padding-right: 12px;
}

.dd-select {
    border-radius: 4px !important;
    border: solid 1px var(--grey) !important;
    background-color: var(--white) !important;
    height: 48px !important;
    line-height: 21px !important;
}

.dd-selected, .dd-option {
    padding: 14px 12px 13px !important;
    font-weight: normal !important;
    color: var(--black) !important;
    line-height: 21px !important;
}

.dd-options {
    border: 0 none !important;
}

.dd-option {
    border-bottom: 0 none !important;
}

.dd-option:hover {
    background-color: var(--light-grey) !important;
}

.dd-option-selected {
    background: var(--white) !important;
    color: var(--sky-blue) !important;
    font-weight: bold !important;
}

.dd-option-text, .dd-selected-text {
    line-height: 21px !important;
}

.dd-option-image, .dd-selected-image {
    width: 32px !important;
    height: 32px !important;
    margin-right: 8px;
    margin-top: -6px;
}

.dd-option svg.dd-option-image path, .dd-select svg.dd-selected-image path {
    fill: var(--black) !important;
}

.dd-option-selected svg.dd-option-image path {
    fill: var(--sky-blue) !important;
}

.form-fixed-footer {
    overflow-y: scroll;
    max-height: calc(100vh - var(--header-height) - var(--margin-size) - var(--margin-size));
}

.form-fixed-footer .actions-group {
    position: sticky;
    bottom: 0;
    background-color: var(--white);
    box-shadow: 0 -4px 4px 0 rgba(100,103,140,.16);
    padding: 16px;
    margin-top: 32px;
    z-index: 100;
}

.fusion-header-has-flyout-menu-content {
    display: flex;
    align-items: center;
}

.complaints-tabs {
    margin: 0 10px;
    border: 2px solid lightgrey;
}
.complaints-tabs .tab-content {
    padding: 0 15px;
}

/* Media queries */
@media (max-width: 1023px) and (min-width: 768px) {
    #complaintsCardList {
        columns: 2;
    }
}
@media (min-width: 1024px) {
    #complaintsCardList {
        columns: 4;
    }
}

@media only screen and (max-width: 800px) {
    .add-complaint-header, #addComplaintForm, #complaintsFilter, #complaintsFiltersForm {
        top: 16px;
    }
    .add-complaint-header, #addComplaintForm {
        right: 16px;
    }
    #complaintsFilter, #complaintsFiltersForm {
        left: 16px;
    }
    #addComplaintForm, #complaintsFiltersForm {
        width: calc(100% - 32px);
        max-width: 400px;
    }
    .filter-closed-title {
        display: none;
    }
    #complaintsFilter {
        width: 64px;
        background-position: center;
        min-height: 48px;
        height: 48px;
    }
    #complaintsFilter .filter-closed-text {
        display: none;
    }
    .add-complaint-button {
        padding: 12px 24px;
    }
    .no-mobile {
        display: none;
    }
    #complaintsFilter {
        left: 16px;
        padding-right: 0;
        padding-left: 0;
        width: 64px;
        background-position: center center;
    }

    #complaintsFiltersForm select {
        max-width: 360px;
        background-position-x: calc(100% - 10px);
    }
    html:lang(hu-HU) #complaintsFiltersForm .form-reset {
    }

    .add-complaint-header {
        text-align: center;
    }
}
@media (max-width: 425px) {
    .form-fixed-footer {
        max-height: calc(100vh - var(--header-height));
    }

    .admin-bar .form-fixed-footer {
        max-height: calc(100vh - var(--header-height) - var(--adminbar-height) );
    }

    #addComplaintForm, #complaintsFiltersForm {
        top: 0;
    }
    #addComplaintForm {
        right: 0;
    }
    #complaintsFiltersForm {
        left: 0;
    }
    #addComplaintForm, #complaintsFiltersForm {
        width: 100%;
        max-width: 425px;
        border-radius: 0;
        border: 0 none;
    }

    .so-form .action-button > a {
        padding-left: 15px;
        padding-right: 15px;
        /*font-size: 12px;*/
    }
    .so-form .cancel-button .fusion-button, .so-form .add-new-complaint .fusion-button {
        padding-left: 15px;
        padding-right: 15px;
        /*font-size: 12px;*/
    }
    html:lang(hu-HU) .form-subheader-wrapper .form-reset input {
        height: 23px;
        font-size: 0;
    }
}
@media (max-width: 400px) {

    .add-complaint-button {
        padding: 12px 16px;
        font-size: 12px;
        line-height: 1;
    }
    #complaintsFilter {
        height: 48px;
        width: 60px;
    }
    .remove-file-button {
        font-size: 12px;
    }
    html:lang(hu-HU) .so-form .action-button > a {
        padding: 12px 13px;
    }
    html:lang(hu-HU) .so-form .cancel-button .fusion-button, .so-form .add-new-complaint .fusion-button {
        padding: 10px 11px;
    }
    html:lang(hu-HU) #complaintsFiltersForm .hasDatepicker {
        background: none;
    }
    html:lang(hu-HU) .location-toggles i.no-location {
        display: none;
    }
    #complaintsList .info-sesizare .status {
        font-size: 16px;
    }
    #complaintsCardList .info-sesizare .invalidate-button-wrapper {
        text-align: center;
        margin-top: 0;
    }
    #complaintsCardList .info-sesizare .invalidate-button-wrapper,
    #complaintsCardList .info-sesizare .validate-button-wrapper
    {
        max-width: none;
        display: block;
    }
    #complaintsCardList .info-sesizare .invalidate-button,
    #complaintsCardList .info-sesizare .validate-button
    {
        padding: 25px 0;
    }   
}
@media (max-width: 375px) {
    #complaintsFiltersForm .hasDatepicker {
        background: none;
    }
    .form-subheader-wrapper .form-reset input {
        height: 23px;
        font-size: 0;
    }
    .form-header .form-title, #complaintsFilter h3 {
        font-size: 18px!important;
    }
}
@media only screen and ( max-width: 425px ) {
    #complaintsMap .gm-style .gm-style-iw-d {
        max-width: 272px!important;
        width: 272px;
        max-height: 282px!important;
    }
    #complaintsMap .gm-style .gm-style-iw-c {
        max-width: 300px!important;
        max-height: 300px!important;
    }
    .home .info-sesizare .description {
        max-height: calc(1.5em * 3);
    }
}
