/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/

:root {
    --oj-private-app-layout-max-width: 100%;
    --oj-private-app-layout-hybrid-padding: .7rem;
    --oj-private-app-layout-web-padding: .7rem;
    --oj-private-app-layout-web-footer-min-height: 1em;
}

body {
    min-width: 900px;
    background-color: white;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.app-product-icon:before {
    content: url("images/app_product.svg");
}

.pc-danger-border {
    border-bottom: 2px dotted red;
    border-radius: 0.15em;
    background-color: transparent !important;
}

.pc-danger-border::after {
    content: '!';
    color: red;
    font-weight: bold;
}