@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*jasnyniebieski #ebf8ff
    polciemniejszoniebieski #5c96d4
ciemniejszoniebieski #4775a5*/

.darkblueweightedtext {
    color: #4775a5;
    font-size: medium;
    font-weight: 600;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*-----------------------------------------------------------*/
/*Linki----------------------------------------------*/

a, .btn-link {
    /*color: rgb(200, 200, 200);*/
    color: rgb(255, 255, 255);
}
/*a, .btn-link {
    color: #0366d6;
}*/

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-primary-new {
    color: #4775a5;
    background-color: #ebf8ff;
    border-color: #ebf8ff;
    border-radius: 15px;
    font-weight: 600;
}

.btn-primary-new-white {
    color: #5c96d4;
    background-color: white;
    border-color: #5c96d4;
    border-style: solid;
    border-radius: 15px;
    font-weight: 600;
}

.btn-primary-precalculated {
    color: #1b6ec2;
    background-color: #fff;
    border-color: #1b6ec2;
}

.btn-primary-calculated {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-accordeon {
    font-size: 12px;
    float: right;
    height: 28px;
    color: #1b6ec2;
    background-color: transparent;
    border-color: transparent;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    /*-----------------------------------------------------------*/
    /*Panel górny----------------------------------------------*/

    .main .top-row {
        /* background-color: rgb(77, 77, 77);*/
        background-color: #0056a8;
        /*border-bottom: 1px solid #d6d5d5;*/
        border-bottom: 1px solid #0056a8;
        justify-content: flex-end;
    }
    .main .top-row > a, .main .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;

    }
    
    .main .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;

    }

.loginPageTopBar {
    background-color: #0056a8 !important;
    border-bottom: 1px solid #0056a8;
}
/*-----------------------------------------------------------*/
/*Panel boczny----------------------------------------------*/
.sidebar {
    /* background-image: linear-gradient(180deg, rgb(77, 77, 77) 0%, rgb(40, 20, 20) 70%);*/
    /* background-image: linear-gradient(180deg, #0056a8 0%, #71caf7 70%);*/
    background-color: #0056a8;
}

    .sidebar .top-row {
        background-color: #ebf8ff;
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #4775a5;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 1rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: navy;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: darkblue;
            }

/*-----------------------------------------------------------*/
/* Różne ----------------------------------------------*/
.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.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;
}

.myfa {
    width: 16px !important;
    height: 16px !important;
}

.nav-item a.active::after {
    /*content: "*";*/
}

.identityViewsRow {
    align-items: center;
    height: 70vh;
}

.identityViewsForm {
    padding-bottom: 40px;
    padding-top: 40px;
    border: black;
    border-style: double;
    /*background-color: rgb(200,200,200);*/
    /*background-color: #B9E5FB;*/
    background-color: rgb(250,250,250);
}

.identityViewsButtonLikeLink {
    background-color: #1b6ec2;
    border-color: #1861ac;
    opacity: 0.9;
    border-style: solid;
    color: white;
    border-radius: 5px;
    /* padding: 5px; */
    width: 300px;
    padding-top: 4px;
    display: inline-block;
    padding-bottom: 4px;
    border-width: 1px;
}

.e-errorInput {
    color: #a94442;
    background-color: #ff8566 !important;
    font-family: "Heebo", "open sans", sans-serif, "-apple-system", "BlinkMacSystemFont";
    font-size: 12px;
    font-weight: normal;
}

.e-errorInputLite {
    color: #a94442;
    background-color: #ffc2b3 !important;
    font-family: "Heebo", "open sans", sans-serif, "-apple-system", "BlinkMacSystemFont";
    font-size: 12px;
    font-weight: normal;
}

.e-warningInput {
    color: #ff6600;
    background-color: #ffb366 !important;
}

.e-warningInputLite {
    color: #ff6600;
    background-color: #ffd9b3 !important;
}

.noMaxHeight {
    max-height: none !important;
}

/*.e-grid .e-passchange::before,
.e-grid-menu .e-passchange::before {
    content: '\e741';
}*/

.mobileDialog{
    margin-left: 25px;
    margin-right: 25px;
}

.btn-optomed {
    background: white;
    border-radius: 0px;
    border-width: 2px;
    border-color: darkblue;
    color: darkblue !important;
}
.btn-optomedthin {
    background: white;
    border-radius: 0px;
    border-width: 1px;
    border-color: darkblue;
    color: darkblue !important;
}
.btn-optomedthin-new {
    background: white;
    color: blue !important;
}
.btn-optomedthin-new-noborder {
    background: white;
    color: #5c96d4 !important;
    border-style: none;
    font-weight: 600;
}
.nav-menu-link-optomed {
    border-top: solid;
    border-width: 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    border-color: #5c96d4;
}

/*-----------------------------------------------------------*/
/* Ekran do 768 px ----------------------------------------------*/
@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }

    .sidebar {
        width: 75px;
    }

    .sidebar .collapse {
            /* Never collapse the sidebar for small screens - remove if should be collapsible and shown on demand */
            display: block;
        }

    .main {
        margin-left: 75px;
    }

    .hideableLi1460{
        width: 85px;
    }

    .hideableNavText1460 {
        visibility: hidden;
    }

    .visibleOnly768 {
        display: none;
    }

    .visibleOnly1460 {
        display: none;
    }

    .visibleUnder768 {
        display: block;
    }

    .visibleUnder1460 {
       visibility: visible;
    }
}

/*-----------------------------------------------------------*/
/* Ekran od 768 px do 1460px ----------------------------------------------*/
@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 75px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

        .sidebar .collapse {
            /* Never collapse the sidebar for medium screens - remove if should be collapsible and shown on demand */
            display: block;
        }

    .main{
        margin-left: 75px;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
        visibility: hidden;
    }

    .hideableLi1460 {
        width: 85px;
    }

    .hideableNavText1460 {
        visibility: collapse;
    }

    .visibleOnly1460 {
        display: none;
    }
    .visibleUnder768{
        display: none;
    }
    .visibleUnder1460 {
        visibility: visible;
    }

    .mobile1150Dialog{
        width: auto;
    }
}


/*-----------------------------------------------------------*/
/* Ekran od 1460px ----------------------------------------------*/


@media (min-width: 1460px) {

    .hideableLi1460 {
        width: auto;
    }

    .hideableNavText1460 {
        visibility: visible;
    }

    navbar-toggler {
        visibility: hidden;
    }

    .main {
        margin-left: 250px;
    }
    .sidebar {
        width: 250px;
    }
    .visibleUnder768 {
        display: none;
    }
    .visibleUnder1460 {
        display: none;
        visibility: hidden;
    }
    .visibleOnly1460 {
        display: flex;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .mobile1150Dialog {
        width: 1150px;
    }
}

/*Przyciski toolbar (zeby nie ucinało ikonki z lewej)*/
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
    padding-left: 8px !important;
}
