﻿.submenu {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
    margin-right: -5px;
    margin-top: 0px;
    margin-bottom: 10px;
    border-top: 0px;
    overflow: auto;
}

.submenuitem {
    background-color: #4e73df;
    width: 100%;
    text-align: center;
    padding: 8px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    border-bottom: 4px solid #d5d5d5;
    border: 0px solid #141a5f;
    color: #FFF;
    white-space: nowrap;
    border-radius: 0.35rem 0.35rem 0px 0px;
}

    .submenuitem:hover {
        border-bottom: 4px solid #0f22a9;
        text-decoration: none;
        color: #FFF;
    }

.activemenu {
    border-bottom: 4px solid #0f22a9;
    background-color: #C0C0C0;
    color: #000;
}

    .activemenu:hover {
        border-bottom: 4px solid #0f22a9;
        background-color: #C0C0C0;
        color: #000;
        cursor: default;
    }

input[type=button], input[type=submit], input[type=reset] {
    /*padding-left: 0px;*/
}

.GroupInfo-HighLight-JobName {
    color: #2c2444;
    font-weight: bold;
}

.UserList-UserTerminated {
    text-decoration: line-through;
    color: #f35e5e !important;
}

.back-button {
    float: left;
    margin-left: -10px;
    border-right: 1px solid #e3e6f0;
    margin-top: -16px;
    height: 51px;
    margin-bottom: -16px;
    padding-right: 10px;
    padding-top: 17px;
    margin-right: 10px;
}

.header-right-button {
    float: right;
    border-left: 1px solid #e3e6f0;
    margin-top: -35px;
    height: 51px;
    margin-bottom: -16px;
    padding-left: 10px;
    padding-top: 14px;
    margin-left: 10px;
    margin-right: -5px;
    cursor: pointer;
}

.header-right-button-2 {
    float: right;
    border-left: 1px solid #e3e6f0;
    margin-top: -35px;
    height: 51px;
    margin-bottom: -16px;
    padding-left: 12px;
    padding-top: 14px;
    margin-left: 10px;
    margin-right: 40px;
    cursor: pointer;
}


.chart-user-log {
    position: relative;
    height: 1000px;
    width: 100%;
}

.header-title {
    overflow: hidden;
    height: 20px;
    padding-right: 36px;
    word-break: break-all;
}

.table-responsive thead {
    background-color: #4e73df;
    color: #FFF;
}

    .table-responsive thead th {
        padding: 8px;
    }

tbody tr:hover {
    background-color: #f5f5f5;
}

.message-box {
    position: absolute !important;
    top: 10px !important;
    left: calc(100%/2) !important;
    z-index: 1000 !important;
    margin-left: -250px !important;
    width: 500px !important;
    margin-top: -100px !important;
    height: 62px !important;
    padding: 4px !important;
    padding-left: 10px !important;
}

.label-header {
    border-bottom: 2px solid #0b1c94;
    padding: 0px;
    margin-top: 15px;
    padding-bottom: 5px;
    display: block;
    font-size: 80%;
    font-weight: 700 !important;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    color: #0b1c94;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f8f9fc;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f8f9fc), to(#c2cbe5));
    background-image: linear-gradient(270deg, #f8f9fc 10%, #c2cbe5 100%);
    background-size: cover;
    border-radius: 5px 5px 0px 0px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.color-black {
    color: #000000 !important;
}

.color-gray {
    color: #b0b0b0 !important;
}

.color-green {
    color: green !important;
}

.color-red {
    color: red !important;
}

.color-yellow {
    color: yellow !important;
}

.color-orange {
    color: orange !important;
}

.color-blue {
    color: #4e73df !important;
}

.bg-color-transparent {
    background-color: transparent !important;
}

.bg-color-black {
    background-color: #000000 !important;
}

.font-size-25 {
    font-size: 25px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.width-50 {
    width: 50px !important;
}

.width-100 {
    width: 100px !important;
}

.width-150 {
    width: 150px !important;
}

.width-200 {
    width: 200px !important;
}



.ist-logo {
    opacity: 1;
    height: 75px;
}

.ist-header {
    background-position-x: center;
    background-position-y: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('/img/banner_top_blue.jpg');
    height: 120px;
    background-color: rgb(12, 22, 42);
}

@media (max-width: 800px) {
    .ist-logo {
        opacity: 1;
        height: 40px !important;
    }

    .ist-header {
        background-position-x: center;
        background-position-y: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-image: url('/img/banner_top_blue.jpg');
        height: 90px;
        background-color: rgb(12, 22, 42);
    }
}

.ist-logo-small {
    opacity: 1;
    height: 55px;
}

.ist-header-small {
    background-position-x: center;
    background-position-y: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient( 90deg, #1d3779 10%, #0f162d 100%);
    height: 70px;
}

.ist-menu-left {
    background-image: linear-gradient( 180deg, #1b326c 50%, #ffffff 100%);
}

.profile-picture-header {
    background-color: #ecedf1;
    width: 3rem;
    height: 3rem;
    text-align: center;
    overflow: hidden;
    border-radius: 1.5rem;
    display: flex;
}

    .profile-picture-header img {
        width: 3rem;
    }

@media (max-width: 800px) {
    .ist-logo-small {
        opacity: 1;
        height: 45px;
    }

    .ist-header-small {
        background-position-x: center;
        background-position-y: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 70px;
    }

    .profile-picture-header {
        background-color: #ecedf1;
        width: 3rem;
        height: 3rem;
        text-align: center;
        overflow: hidden;
        border-radius: 1.5rem;
        display: flex;
    }

        .profile-picture-header img {
            width: 3rem;
        }
}



.ist-employee-photo {
    background-color: #FFF;
    height: 150px;
    width: 150px;
    border-radius: 75px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.ist-employee-photo-small {
    background-color: #FFF;
    height: 70px;
    width: 70px;
    border-radius: 35px;
    overflow: hidden;
}

.ist-employee-card tr:hover {
    background-color: #FFF;
}

.ist-employee-card {
    padding: 10px;
    background-color: rgb(233, 233, 233);
}

.ist-employee-startdate {
    border: 2px solid orange;
    border-radius: 5px;
    padding: 5px;
    margin: 10px;
    font-weight: bold;
}

.profile-picture {
    background-color: #ecedf1;
    width: 2rem;
    height: 2rem;
    text-align: center;
    overflow: hidden;
    border-radius: 1rem;
    display: flex;
}

    .profile-picture img {
        width: 2rem;
    }

.profile-picture-preview {
    background-color: #ecedf1;
    width: 200px;
    height: 200px;
    text-align: center;
    overflow: hidden;
    border-radius: 100px;
}

.profile-picture-preview img {
    width: 200px;
}

.ContentItem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

.ContentItem-Header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(20,28,82);
    border: 0px solid #00457E;
    color: #FFF;
    border-radius: 5px 5px 0px 0px;
}

.ContentItem-Body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: rgb(20,28,82);
    background-color: #fff;
    border: 0px !important;
}

.simple-header {
    border-bottom: 2px solid #0b1c94;
    padding: 0px;
    margin-top: 15px;
    padding-bottom: 5px;
    display: block;
    font-size: 80%;
    font-weight: 700 !important;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    color: #0b1c94;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 10px;
}

.border-gray {
    border: 1px solid #e3e6f0 !important;
}

.border-top-gray {
    border-top: 1px solid #e3e6f0 !important;
}

.border-right-gray {
    border-right: 1px solid #e3e6f0 !important;
}

.border-bottom-gray {
    border-bottom: 1px solid #e3e6f0 !important;
}

.border-left-gray {
    border-left: 1px solid #e3e6f0 !important;
}

.MenuTile {
    border: 1px solid #0067C5;
    padding-top: 30px;
    background-color: #FFFFFF;
    border-radius: 4px;
    width: 100%;
    height: 120px;
}

    .MenuTile:hover {
        background-color: #F5F5F5 !important;
    }

@media (max-width: 1000px) {
    .timeline-bar-view {
        display: flex !important;
    }

    .timeline-step-view {
        display: none !important;
    }
}

.timeline-bar-view {
    display:none;
}

.timeline-step-view {
    display: flex;
}

.timeline-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.timeline-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 7px;
    height: 30px;
    line-height: 150px;
    color: white;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    box-sizing: border-box;
}

.timeline-item-first {
    clip-path: polygon(0 0,calc(100% - 10px) 0,100% 50%,calc(100% - 10px) 100%,0 100%,0 50%);
}

.timeline-item-middle {
    margin-left: -7px;
    clip-path: polygon(0 0,calc(100% - 10px) 0,100% 50%,calc(100% - 10px) 100%,0 100%,10px 50%);
}

.timeline-item-last {
    margin-left: -7px;
    clip-path: polygon(0 0,100% 0,100% 50%,100% 100%,0 100%,10px 50%);
}

.timeline-completed {
    background-color: #378218;
}

.timeline-inprogress {
    background-color: #FFA726;
}

.timeline-item-text {
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;
}
