﻿@font-face {
    font-family: "pimstarIcons";
    font-weight: normal;
    src: url('../fonts/Icons/pimstarIcons.ttf');
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (min-width: 768px) {


    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}



.pdseparator.dragover {
    background-color: silver !important;
}

.api-admin-page {
    padding: 1px
}

@media (min-width: 1200px) {
    .api-admin-page .content-body > div {
        width: calc(50% - 10px);
        padding-left: 10px
    }

    .api-admin-page .content-body > div:first-child {
        padding-right: 10px
    }
}

@media (min-width: 1200px) {
    .api-admin-page .content-body .add_template {
        margin-bottom: 20px;
        margin-left: auto
    }
}

p {
    font-size: 18px
}
