/*
// File generated by gulpfile.js. DO NOT EDIT.
// Этот файл генерируется по исходникам "Styles/"
*/
button {
    border-style: none;
}

    button:not(:disabled) {
        cursor: pointer;
    }

    button:disabled {
        opacity: 0.5;
    }

input, select, button {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

input, select {
    min-width: 10px;
    border-radius: 5px;
    border: solid 1px gainsboro;
}

    input[readonly], textarea[readonly] {
        background-color: whitesmoke;
    }

.error-message {
    display: inline;
}

#ErrorPage #ErrorDetails, #ErrorPage #ErrorDetails:not(:checked) + * {
    display: none;
}

    #ErrorPage #ErrorDetails + * {
        overflow-x: auto;
    }

#ErrorPage .error-buttons {
    display: flex;
}

#ErrorPage .error-buttons {
    display: flex;
}

#ErrorPage .error-details-button {
    margin-left: auto;
    display: flex;
    align-items: center;
    background-color: ButtonFace;
    padding: 0 6px;
}
