@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}
.IosCheckbox + label {
    background-color: #6c757d;
    position: relative;
    display: inline-block;
    width: 80px;
    height: 38px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

    .IosCheckbox + label::before {
        content: '';
        display: inline-block;
        width: 34px;
        height: 34px;
        border-radius: 100%;
        background-color: white;
        position: absolute;
        top: 2px;
        transition: all 0.3s ease-out;
        right: 42px;
    }

    .IosCheckbox + label::after {
        color: white;
        position: absolute;
        top: 6px;
        font-size: 20px;
        font-weight: 300;
        transition: all 0.3s ease-out;
        content: attr(data-permit);
        left: 40px;
    }
.IosCheckbox:checked {
    display: none;
}
.IosCheckbox{
    display: none;
}
    .IosCheckbox:checked + label {
        position: relative;
        display: inline-block;
        width: 80px;
        height: 38px;
        border-radius: 30px;
        background-color: #28a745;
        cursor: pointer;
        transition: all 0.3s ease-out;
    }

        .IosCheckbox:checked + label::before {
            content: '';
            display: inline-block;
            width: 34px;
            height: 34px;
            border-radius: 100%;
            background-color: white;
            position: absolute;
            top: 2px;
            right: 4px;
            transition: all 0.3s ease-out;
        }

        .IosCheckbox:checked + label::after {
            content: attr(data-deny);
            color: white;
            position: absolute;
            top: 6px;
            left: 18px;
            font-size: 20px;
            font-weight: 300;
            transition: all 0.3s ease-out;
        }

    

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 999;
}

@media (max-width: 1099.99px ) (min-width: 770px) {
    .ui-dialog:not(.ui-confirmdialog) {
        left: 30% !important
    }
}

@media (max-width: 769px) {
    .ui-dialog:not(.ui-confirmdialog) {
        width: 75% !important;
        top: 0px !important;
        left: 0px !important
    }
}

.main {
    flex: 1;
}

    .main .top-row {
        border-bottom: 0px solid #d6d5d5;
        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;
        }

.sidebar .navbar-brand {
    font-size: 1.1rem;
}

.sidebar .oi {
    font-size: .9rem;
    vertical-align: text-top;
    top: -1px;
    margin-right: 9px;
}

.sidebar .nav-item {
    font-size: .96rem;
    padding-bottom: 0.1rem;
}

    .sidebar .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .sidebar .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .sidebar .nav-item a {
        border-radius: 4px;
        display: flex;
        align-items: center;
    }

        .sidebar .nav-item a.active {
            background-color: #3F3F3F;
            color: white;
        }

        .sidebar .nav-item a:hover {
            background-color: #3F3F3F;
            color: white;
        }

.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;
    }

@media (max-width:500px ) {
    .listtable > .listrow {
        grid-template-columns: minmax(150px, 1fr) !important;
    }
}

@media (max-width:850px ) {
    .listheader {
        grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) !important;
    }

        .listheader > div > select:not(.search) {
            border-radius: 5px;
            height: 100%;
        }

        .listheader > div > input:not(.search) {
            border-radius: 5px;
            height: 100%;
        }


    .listtable > .listrow {
        grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) !important;
    }
}

@media (max-width: 1099.99px ) {

    .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;
    }

    .listtable > .listrow {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    }

        .listtable > .listrow:first-child {
            display: none;
        }

    .checkbox {
        display: none
    }
}

@media (min-width: 1100px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.flex-one {
    flex: 1;
}

.loggedin-store {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

    .loggedin-store select {
        height: calc(1.5em + 2px);
        padding: .1rem .75rem;
    }

.loggedin-user {
    display: flex;
    align-items: center;
}

.usercontainer {
    position: relative;
    display: flex;
    flex-direction: row;
}

.listheader {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    padding: 15px;
}

.actionbuttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    padding: 15px;
}

.listheader > div > select:not(.search) {
    border-radius: 5px;
    height: 100%;
}

.listheader > div > input:not(.search) {
    border-radius: 5px;
    height: 100%;
}

.listheader > div:not(.search) :focus-within {
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
    outline: none;
}

.datepicker :focus-within {
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
    outline: none;
}

.listheader > div > select:not(.search) :focus-within {
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
    outline: none;
}

.listheader > div > select:not(.search):focus {
    outline: none;
}

.listtable {
    display: grid;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
    background: rgba(#fafafa, 0.9);
    border-radius: 0.5rem;
}

    .listtable > .listrow {
        background: white;
        display: grid;
        grid-template-columns: minmax(50px,50px) repeat(auto-fit, minmax(150px, 1fr));
    }



.listrow:nth-child(odd) {
    background: #ddd
}

.listtable > .listrow:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.listtable > .listrow:last-child {
    padding-bottom: 1em;
}

.listtable > .listrow:first-child {
    border-radius: 0.5rem 0.5rem 0 0;
    background: rgba(#ccc, 0.5);
    font-weight: bold;
    text-shadow: 0 2px 1px #fff;
}

.listtable > .listrow > .listcell {
    padding: 1rem;
}

    .listtable > .listrow > .listcell:not(:last-child) {
        border-right: 1px solid #BEBEBE;
    }




    .listtable > .listrow > .listcell:first-child :before {
        border-radius: 0.5rem 0.5rem 0 0;
    }

.navigation-item-icon {
    color: #0366d6 !important;
}

.navigation-item-icon-children {
    color: #0366d6 !important;
}

.menu:not(.profile-menu) .material-icons:not(.navigation-item-icon-children) {
    margin: 0 !important;
}

navigation-item:hover {
    cursor: pointer !important;
}

.navigation-item-link:hover {
    cursor: pointer !important;
}



.jvectormap-legend {
    padding: 5px 10px !important;
}

#bg:focus {
    outline: none;
}
