@import '_content/Raymand.Components/Raymand.Components.bundle.scp.css';
@import '_content/Raymand.Attach/Raymand.Attach.bundle.scp.css';

/* _content/Raymand.App/Pages/Auto/Main.razor.rz.scp.css */


.notread[b-zuk09rhv2y] {
    background: url(/img/auto/notread.png) no-repeat center center;
}

.isread[b-zuk09rhv2y] {
    background: url(/img/auto/isread.png) no-repeat center center;
}

.isreply[b-zuk09rhv2y] {
    background: url(/img/auto/isreply.png) no-repeat center center;
}

.outbox[b-zuk09rhv2y] {
    background: url(/img/auto/outbox.png) no-repeat center center;
}

.attach[b-zuk09rhv2y] {
    background: url(/img/auto/attach.png) no-repeat center center;
}

.priority1[b-zuk09rhv2y] {
    background: url(/img/auto/priority1.png) no-repeat center center;
}

.priority2[b-zuk09rhv2y] {
    background: url(/img/auto/priority2.png) no-repeat center center;
}

.priority3[b-zuk09rhv2y] {
    background: url(/img/auto/priority3.png) no-repeat center center;
}


/* _content/Raymand.App/Pages/Note/NoteItem.razor.rz.scp.css */

.card[b-07or18i7ww] {
    /*border-radius: 0;*/
}

/*  .s:hover{
    text-shadow: 2px 2px 5px red;
     }*/

.note-item[b-07or18i7ww] {
    min-height: 35px;
    min-width: 250px;
    user-select:none;
}

    .note-item:hover[b-07or18i7ww] {
        /*box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 19%);*/
        /* background-color:#26baee14;*/
        border: 1px solid rgb(141 141 141) ;
        /*  box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.5);*/
    }

.note-tools-visible[b-07or18i7ww] {
   /* display: none !important;*/
    visibility:hidden;
}

.note-item:hover .note-tools-visible[b-07or18i7ww] {
    /* display: block !important;*/
    visibility: visible;
    transition: all 0.6s;
}


.user-tag[b-07or18i7ww] {
  
    border: 1px solid transparent;
    color: #055160;
    /* background-color: #cff4fc; */
    border-color: #dbdbdb;
    border-radius: 0.25rem;
}


.bg-new[b-07or18i7ww] {
    background-color: #ffffe9;
}

.bg-do[b-07or18i7ww] {
    background-color: #f2fafb;
}

.bg-end[b-07or18i7ww] {
    background-color: #e7ffe5ab;
}


.form-check-input[b-07or18i7ww] {
    margin: 0;
    width: 1.25em;
    height: 1.3em;
}

    .form-check-input:checked[b-07or18i7ww] {
        background-color: #15c700
    }

    .form-check-input[type=checkbox][b-07or18i7ww] {
        border-radius: 1em;
    }

    .form-check-input:disabled[b-07or18i7ww] {
        pointer-events: auto;
        cursor: not-allowed;
    }

.pad[b-07or18i7ww] {
    padding-top: 5px;
    margin-left: -5px;
}

.bg-hover:hover[b-07or18i7ww] {
    border-radius: 100px;
    background: #71717139;
    cursor: pointer;
    transition: all 0.2s;
    transform: scale(1.2);
}

.select-note[b-07or18i7ww] {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 1.3em;
    height: 1.3em;
}
    .select-note:checked[b-07or18i7ww] {
        visibility: visible !important;
    }

      
/* _content/Raymand.App/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wn19x1p88m] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-wn19x1p88m] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wn19x1p88m] {
    font-size: 1.1rem;
}

.oi[b-wn19x1p88m] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-wn19x1p88m] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wn19x1p88m] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wn19x1p88m] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wn19x1p88m]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-wn19x1p88m]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-wn19x1p88m]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wn19x1p88m] {
        display: none;
    }

    .collapse[b-wn19x1p88m] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
