@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    background: #2BB673 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    font-size: 14px;
    color: white;
}
    .btn-primary:hover {
        background: #2BB673 0% 0% no-repeat padding-box;
        border: 2px solid #FFFFFF;
        color: black;
    }
    .btn-primary:active {
        background-color: #2BB673 !important;
        border-color: #FFFFFF !important;
        color: white;
    }
    .btn-primary.disabled, .btn-primary:disabled {
        background: #2BB673 0% 0% no-repeat padding-box;
        border-color: #FFFFFF;
    }
    app {
        position: relative;
        display: flex;
        flex-direction: column;
    }

.top-row {
    height: 4rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }
/*.main .top-row > a {
    margin-left: 1.5rem;
}*/
        .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 {
    background: linear-gradient(180deg, #6e6d6d 0%, #CED4CA 0%, #DBDBDB 79%, #FFFFFF 100%) 0% 0% no-repeat padding-box; 
    height: 100%;
}

.lil_sidebar {
    background: transparent; 
   
}
.showTab {
    border-left:solid thin;
    border-color: gainsboro;
}

.lil_sidebar .nav-item a{
    color:darkslategrey !important;
}
    .lil_sidebar .nav-item a.active {
        color: darkslategrey;
    }
/*.sidebarMain {
    background-color: #2BB673;
}*/
.sidebar .top-row {
    background-color: #f7f7f7;
}

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }
    .img-dem{
        max-width:300px;
        max-height:70px;
    }

    .font-larger {
        font-size: 1.2em;
    }
    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.3rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            /*  color: whitesmoke;*/
            color:  #245403;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: black;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: #80d943;
            }

 .content {
   /*padding-bottom: 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: 767.98px) {
    /*.main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }*/
    .main .top-row {
        display: none;
    }
    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        position: sticky;
        top: 0;
        flex-flow: column nowrap;
    }
  
    .main .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
       
        
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/*drag and drop */

.jobs-container {
    display: flex;
    background-color:whitesmoke;
    flex-flow: row wrap;
    justify-content: space-around;
}
.flex-container {
    display: flex;
    justify-content: space-between;
}
.flex-around {
    display: flex;
    justify-content: space-around;
}
.flex-end {
    display: flex;
    justify-content:flex-end;
}
.job-status {
    display: flex;
    flex-direction: column;
    width: 72px;
}

    .job-status ul {
        flex: 1;
    }

.dropzone {
    padding: 15px 5px 15px 5px;
    border: 1px dashed #75868a;
    list-style: none;
}

.no-drop {
    border: 2px dashed red;
}

.can-drop {
    border: 2px dashed green;
}

.draggable {
    padding: .3em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    height: 50px;
    width: 55px;
    border-color: #6c757d;
    border-width: thin;
    background-color: #5ca7f7;
    color: black;
    cursor: grab;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}




    .draggable:active {
        cursor: grabbing;
    }

.dragging {
    cursor: grabbing;
}

.description {
    font-size: 18px;
}

.last-updated {
    margin-bottom: 0;
    font-size: 11px;
    color: #e1e5ea;
    font-weight: bold;
}

    .last-updated small {
        text-transform: uppercase;
        color: #c4cbd4;
        font-size: 11px;
    }

