@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;
}

.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;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: white;
        border-bottom: 1px 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 {
    background-color: #65656A !important;
    border-right: 3px solid #333333 !important;
}

    .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.1rem;
    }

        .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: 0px;
            height: 3.5rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
            border-bottom: 1px solid #515151;
        }

            .sidebar .nav-item a.active {
                /* background-color: rgba(255,255,255,0.25);*/
                background-color: #333333 !important;
                border-color: #65656A;
                color: white;
                border-top: 1px solid #333333 !important;
                border-bottom: 1px solid #333333 !important;
            }

            .sidebar .nav-item a:hover {
                background-color: #333333 !important;
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.customContainer {
    background: #fff;
    border: 1px solid #d2d6de;
    margin: 0px;
    padding: 5px;
    min-height: 87vh;
}

.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;
    margin-left: 5px;
}

#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;
    }
}

@media (min-width: 768px) {
    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;
    }
}

.oi, .fas {
    color: #FF9843 !important;
    font-size: 22px !important;
    padding-top: 0px !important;
    margin-right: 10px;
}

.title-pane-level-2 {
    padding-left: 25px;
    font-size: 16px;
    margin-bottom: 20px;
    height: 29px;
    line-height: 29px;
    border-left: 3px solid #ff791a;
}

/*.table-row-selectable
{
    background:transparent !important;
}*/

.table-row-selectable {
    padding: 50px !important;
    background-color: transparent !important;
}

.page-link {
    cursor: pointer;
}

.breakcellword {
    word-break: break-all;
}

.btn-nohover:hover {
    color: #6c757d;
    background-color: #fff !important;
}

tr.table-row-selectable:hover {
    cursor: default !important;
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: transparent ;
    border-color: #dee2e6;
}


.appbadge {
    background: red !important;
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: 600;
}


/* Timeline */

.timeline {
    list-style: none;
    padding: 0px 0px 0px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 1px;
        background-color: #ccc;
        left: 0%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 50px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 70%;
            float: left;
            border: 0px solid #d4d4d4;
            border-radius: 2px;
            padding: 0px 20px;
            position: relative;
            right: -25px;
            left: auto;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 20px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 0px solid #fff;
                border-right: 15px solid #fff;
                border-bottom: 15px solid transparent;
                content: " ";
                left: -15px;
                right: auto;
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 21px;
                left: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-right: 14px solid #fff;
                border-left: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 0px;
            left: 0%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }


.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }


/*    Tab */

.customtab {
    width: 50% !important;
    border: 0;
}

.nav-link > li.active a {
    border-bottom: 2px solid #079fc9 !important;
    font-weight: bold !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top: 1px solid #079fc9 !important;
    border-left: 1px solid #079fc9 !important;
    border-right: 1px solid #079fc9 !important;
    font-weight: bold !important;
}


.nav-tabs .nav-link {
    background-color: #fff;
    border: 0;
    border-bottom-color: transparent;
    text-decoration: none;
    color: #808080;
}

.oi, .white {
    color: #fff !important;
}

.exactCenter {
    position: fixed;
    top: 50%;
    left: 55%;
    margin-top: -100px;
    margin-left: -100px;
}

.divider {
    margin-left: 30%;
    margin-right: 5px;
    height: 40px;
    width: 1px;
    background-color: #ccc;
}

.circle-icon {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #FF9843;
    margin-right: -30px;
    margin-top: -50px;
}

.spinner-border-wf {
    margin-right: -30px;
    margin-top: -50px;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}


.fa-round {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 50px;
}
.disablelabel
{
  padding-left:0!important;
}
.badge-danger-light {
    color: #fff;
    background-color: #fe7683;
}
.labelfont {
    color: #000 !important;
}
.rolespan {
    display: list-item;
    word-break: break-word;
}

.nav-tabs-custom {
    border-bottom: 1px solid #079fc9 !important;
}
.nav-tabs .nav-link.active {
    border-top: 5px solid #079fc9 !important;
}
.med {
    font-size: 90%;
    font-weight: 400;
    word-break: break-word;
}