﻿
.loadingPS {
    background-image: url('../Images/generated-image.gif');
    width: 15px;
    display: inline-block;
}

.collapseS {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}
    .collapseS::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

.expandS {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}
    .expandS::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Safari */
        transform: rotate(90deg);
    }

.treeviewS ul {
    font: 16px Arial, Sans-Serif;
    margin: 0px;
    padding-left: 20px;
    list-style: none;
}

.treeviewS li {
    margin: 10px 0px 15px 0px;
}

.treeviewS > li > a {
    font-weight: bold;
}

.treeviewS li a {
    padding: 4px;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    width: auto;
    padding-bottom: 8px !important;
}

.hrtreview {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 8px 0px 8px 0px;
}

.dropdownitem {
    font-size: 15px !important;
    display: block !important;
    width: 100% !important;
    padding: 0.25rem 1.5rem !important;
    clear: both !important;
    font-weight: 400 !important;
    color: #212529 !important;
    text-align: inherit !important;
    white-space: nowrap !important;
    background-color: transparent !important;
    border: 0 !important;
}

.dropdown-menu {
    min-width: 8rem !important;
}
    .dropdown-menu a:hover {
        background: whitesmoke !important;
    }

.treeviewS {
    padding-top: 10px;
}

.imgstyle {
    height: 100px;
    width: 90px;
    border: 1px solid silver
}

.margintop9px {
    margin-top: 9px;
}

.border {
    border: 1px solid silver
}

input[type="file"] {
    display: none;
}

.editsave {
    float: right;
}

.margintopall10 {
    margin: 10px 10px 10px 10px;
}

.margintop {
    margin-top: 5px;
}

.margintop15 {
    margin-top: 15px;
}

.margintop33 {
    margin-top: 33px;
}

.marginbottom-15 {
    margin-bottom: -15px;
}

.marginbottom15 {
    margin-bottom: 15px;
}

.marginbottom9 {
    margin-bottom: 9px;
}
  
.selectdropdown {
    margin-right: 10px;
    border-radius: 6px;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.colorwhite {
    /*color:white !important;*/
}

.table-responsive {
    overflow-x: unset !important;
}

.textareastyle {
    height: 120px !important;
    max-height: 120px !important;
}

.modalconsultantrole {
    width: 750px !important;
}

.colorblack {
    /*color: black !important;*/
}

.colorvioletred {
    color: #C71585 !important;
}

.colorblue {
    color: blue !important;
}

.dropdowntablecontrol {
    padding-top: 5px !important;
}

.padding-bottom20 {
    padding-bottom: 20px;
}

.padding-bottom50 {
    padding-bottom: 50px;
}

.padding-top40 {
    padding-top: 40px;
}

.padding-top66 {
    padding-top: 66px;
}

.padding-top75 {
    padding-top: 75px;
}

.padding-topbootom47 {
    padding-top: 47px;
    padding-bottom: 45px;
}

#leftDiv {
    margin-left: 30.5%;
}

#loginbody {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url('../images/time-273857_1920.jpg');
    background-size: cover;
    background-color: #F0F0F0;
}

.intrologin {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
    top: 0;
}

.innerlogin {
    display: table-cell;
    width: 100%;
}

.contentlogin {
    width: 26vw;
    height: 62vh;
    background: rgba(255, 255, 255, 0.39);
    margin: auto;
    border-radius: 1%;
    display: table;
    padding-right: 25px;
}

.thead-light th {
    border-top: 0 !important;
    background: #0f5e71 !important;
    color: #FFF !important;
    border-right: 1px solid #FFF !important;
    font-weight: normal !important;
    font-family: "Tahoma","Geneva", sans-serif !important;
    padding: 5px 5px 5px 10px !important;
}

.marginright10 {
    margin-right: 10px;
}

.marginleft10 {
    margin-left: 10px;
}

.modalengagement {
    width: 900px !important;
}

.visibility {
    display: none;
}

.tableselectsize {
    font-size: 13px;
}

.padding075 {
    padding: 0.75rem !important;
}

.dropdown-menu-default-setting {
    transform: translate3d(0px, 38px, 0px) !important;
}

.color-red {
    color: red !important;
}

.list-group-item {
    user-select: none;
    padding: 5px 20px 10px 10px;
}

.list-group input[type="radio"] {
    display: none;
}
    .list-group input[type="radio"] + .list-group-item {
        cursor: pointer;
    }

    .list-group input[type="radio"]:checked + .list-group-item {
        background-color: #0275D8;
        color: #FFF;
    }

.dropdown-menu i:hover {
    background-image: none;
    background-color: inherit !important;
}

.dropdown-menu-i {
    float: right !important;
    margin-left: 10px !important;
}

.nav-tabs .nav-item .tab {
    background: #007bff !important;
    color: white !important;
    margin-right: 5px !important;
}
    .nav-tabs .nav-item .tab.active {
        background: white !important;
        border: 1px solid #F0F0F0;
        pointer-events: none;
        color: black !important;
    }

.tab-container {
    padding: 30px 15px 50px 15px;
    height: 505px;
}

.paddingAll10 {
    padding: 10px 10px 10px 10px;
}

.overflow {
    overflow: auto;
}

.autoheight {
    height: auto;
}

@media (max-width: 1026px) {
    .MobileView {
        display: none;
    }
}

/*@media (min-width: 400px) {
    .DeskView {
        display: none;
    }
}*/

@media (min-width: 1026px) {
    .DeskView {
        display: none;
    }
}
@media (min-width: 1028px) {
    .DeskViewSpecial {
        display: none;
    }
}




@media (max-width: 400px) {
    .MobileButtonControlSM {
        width: 59px;
        padding-left: 8px;
    }
    .MobileButtonControlCM {
        width: 73px;
        padding-left: 7px;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 17px;
}
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    background-color: cadetblue;
    -webkit-transition: .4s;
    transition: .4s;
}
    .slider:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
    .slider.round:before {
        border-radius: 50%;
    }

.visibilityimportant {
    display: none !important;
}

.visibilityblockimportant {
    display: block !important;
    padding-left: 25px;
}

.blockitems {
    min-width: 10rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    float: right;
}

.blockitems-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    background-color: #e9ecef;
}

.nodatadiv {
    background-color: white;
    height: 100px;
    margin-top: -16px;
}

.nodatamessage {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.tr-special {
    text-align: center !important;
    width: 80px !important;
   
}

.td-special-text-center {
    text-align: center;
}
.td-special-text-left {
    text-align: left;
}

.tr-height {
   height:51px;
}

.th-special {
    /*padding-right: 5px;*/
    padding: 0px 30px 0px 30px;
}
.th-special-text-left {
    text-align: left;
    padding-right: 90px;
}
.td-sum-consultant {
    height: 30px;
    text-align: center;
}

.th-background-color {
    background-color: #F0F0F0 !important;
}

.color-sum {
    background-color: white;
}

.font-bold {
    font-weight: bold;
}

.header-special {
    padding-left: 17.2%;
}

.sumdiv {
    max-width: 4.33%;
    padding-top: 50px;
}

.borderbottom {
    height: 50px;
    border-bottom: 2px solid #0f5e71;
}

.loadingApproval {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,.5);
    z-index: 9999;
    display: none;
}

#loadingApproval-indicator {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-left: -32px;
    margin-top: -32px;
    border: 0;
    z-index: 9999;
}

.td-middle {
    vertical-align: middle !important;
}

.table-tr-approval {
    border-style: hidden !important;
    background: #0f5e71 !important;
    color: #FFF !important;
    border-top: 1px solid white !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(15, 94 ,113, 0.25) !important;
   
}

.td-main {
    border: 0.1px solid rgba(15, 94,113, 0.25) !important;
    border-right: 0.1px solid rgba(15, 94,113, 0.25) !important;
}

.ulhoriz {
    width: max-content !important;
    display: table;
    position:absolute;
}

.lihoriz {
    display: table-cell;
    text-align: center;
    background-color: white !important;
    border: 1px solid silver;
    font-weight: bold;
    font-size: 15px;
}

.consultant-td {
    /*padding-right: 25px;
    padding-left: 25px;
    text-align: center;*/
    background-color: #F0F0F0;
    /*width: 160px;*/
}

.div-hourreport {
    max-width: 100em;
    max-height: 45em;
    overflow: scroll;
    position: relative;
}

#tableListConsultant {
    position: relative;
    border-collapse: collapse;
}

.positionthead {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.positiontbody {
    font-weight: bolder;
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
}

.colorEngagementHierarchyLevel1 {
    color: #1B4F72;
}

.colorEngagementHierarchyLevel2 {
    color: #2874A6;
}

.colorEngagementHierarchyLevel3 {
    color: #3498DB;
}

.colorEngagementHierarchyLevel4 {
    color: #7FB3D5;
}

.colorEngagementHierarchyLevel5 {
    color: #808B96;
}

.backgroundcolorEngagementHierarchyLevel1 {
    background-color: hsl(204, 90%, 70%);
}

.backgroundcolorEngagementHierarchyLevel2 {
    background-color: hsl(204, 90%, 77%);
}

.backgroundcolorEngagementHierarchyLevel3 {
    background-color: hsl(204, 90%, 85%);
}

.backgroundcolorEngagementHierarchyLevel4 {
    background-color: hsl(204, 90%, 90%);
}

.backgroundcolorEngagementHierarchyLevel5 {
    background-color: hsl(204, 90%, 95%);
}

.th-width {
    max-width: 100%;
    white-space: nowrap;
}

.thead {
    background-color:inherit !important;
}

.nav {  
    margin-bottom: 0px !important;
}
.nav-link {
    padding: 0.2rem 0rem !important;
}
.controlwidht210 {
    width: 210px;
}
.controlwidht150 {
    width: 150px;
}
.padding-bottom15 {
    padding-bottom:15px;
}
.filter-option-inner-inner {

    color: black;
}
