﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #eceeef;
}

a, .btn-link {
    color: #0366d6;
}

.command-link {
    color: #000000;
    font-size: 12pt;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;    
}

.profile_dropdown {
}

.profile_dropdownmenu {
    z-index: 999;

}
app {
    position: relative;
    display: flex;
    flex-direction: column;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
        z-index: 2;

    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a {
          margin-left: 0px;
          padding-left: 10px;
          padding-right: 10px;  
        }

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar {
    background-color: #1e8fb7;
    width: 150px;
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .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: #d7d7d7;
            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: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}


.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 a, .main .top-row .btn-link {
        margin-left: 0;
    }

    .sidebar {
        width: 150px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .sidebar {
        width: 150px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
/*
    .intime-nav-link {
        width: 50px;
    }*/
}

@media (min-width: 992px) {
    .sidebar {
        width: 150px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

@media (min-width: 576px) {
    app {
        flex-direction: row;
    }

    .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;
    }
}

.modal-intime-warning-header {
    background-color: red;
    color: #ffffff;
    border-radius: 0px;
}

    .modal-intime-header {
        background-color: #1e8fb7;
        color: #ffffff;
        border-radius: 0px;
        
    }

.modal-title {
    color: #ffffff;
}

.dropdown-item{
  
    width: 100%
}

.intime-link-button {
    padding-left: 0px;
}

.intime-link-button span {
    padding-right: 10px;
}

    .intime-link-button:hover {
        cursor: pointer;
        color: steelblue;
    }

    .intime-datagrid-custom-row {
        background-color: #e0e2e3;
    }

    .intime-datagrid-selected-row {
        background-color: #3b9dc0;
    }

    .intime-accordian-header {
        padding: 0px;
    }

    .intime-accordian-chevron {
        color: #000000; 
        font-size:12pt;
    }

    .intime-accordian-collapseheader {
        background-color: #dadcdd;
        border: solid 1px #cfd2d3;
        border-bottom: none;
        padding: 10px 0px 0px 10px;
    }


.tabPanel {
    border-left: 1px #dee2e6 solid;
    border-right: 1px #dee2e6 solid;
    border-bottom: 1px #dee2e6 solid;
    padding: 10px;
    min-height: 300px;
}

.groupHeader {
    text-align: center;
    background-color: #999999;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
}

.iconLink {
    color: steelblue;
    font-size: 14pt;
}

.SubTableHeader {
    background-color: #717171;
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
}

.dropzone {
    border: 3px dashed steelblue;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #444;
    font-size: 12pt;
    cursor: pointer;
    position: relative;
    min-width: 50px;
    max-width: 500px;
    margin-bottom: 10px;
}

    .dropzone:hover {
        background-color: #f3f3f3;
        color: #333;
    }

    .dropzone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropzone-drag {
    background-color: palegreen;
}

.intime-datagrid-grayed-out-row {
  
    color: #999999;
}

.thumbNail {
    width: 80px;
    /*height: 300px;*/
    z-index: 2;
    overflow: hidden;
    margin: 0 auto;
}

    .thumbnail img {
        width: 100%;
        transition: 0.5s all ease-in-out;
    }

    .thumbnail:hover img {
        transform: scale(3);
    }

.tableFixHead {
    overflow: auto;
    height: 400px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        /*z-index: 1;*/
    }

.clearFilterLink {
    vertical-align: middle;
    height: 27px;
    width: 30px;
}


.bar-chart {
    display: flex;
    flex-direction: column;
    width: 475px;
    border: none;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.bar {
    display: flex;
    height: 30px;
    margin: 5px 0;
    color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.segment {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.segment1 {
    background-color: #4CAF50;
}

.segment2 {
    background-color: #FF9800;
}

.segment3 {
    background-color: white;
    color: black
}