﻿body {
    width: 100%;
    height: 100%;
    /*font-family: 'Lato',sans-serif;*/
    font-family: Arial;
    font-weight: 300;
    color: #666;
    /*background-color: white;*/
    background: #f5f5f5;
}
.headerRight {
    display: block!important;
}
div#divHistoryPopup {
    margin: 0 20px 0 15px;
}

.profile {
    width: 65px;
    height: 65px;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
    /* position: absolute; */
    /* top: -42px; 
    left: 15%;*/
    /* max-width: 75px; */
    /* border: 3px solid rgba(255, 255, 255, 1); */
    /* -webkit-transform: translate(-50%, 0%); */
    /* transform: translate(-50%, 0%); */
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px
}
.staffListImg .gridImages {
    width: 35px;
    height: 35px;
    margin-right: 15px;
}

.staffListName {
    text-align: left;
}
.staffListImg {
    display: flex;
    align-items: center;
    
}

.tableWrap {
    overflow-x: auto;
}
/*Team Roster*/
.teamRoster td {
    background: #f2f2f2;
}

.teamRoster th {
    font-size: 14px;
}

.teamInfo h6 {
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
}

td.cal-teaminfo {
    text-align: center;
}


.teamRoster th:first-child {
    position: sticky;
    left: 0;
    z-index: 1030;
    background: #f2f2f2;
}

.teamMember {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

#totalStdHr td, #totalManPower td, #totalOTHr td {
    text-align: center;
}

.teamMembersWrap {
    margin-top: 5px;
    max-height: 110px;
    overflow-y: scroll;
}

.teamRoster td {
    background: #f2f2f2;
}

.teamRoster .table-striped > tbody > tr:nth-child(odd) > td, .teamRoster .table-striped > tbody > tr:nth-child(odd) > th {
    background: #f2f2f2;
}

.memberName {
    font-size: 12px;
}
#BasePageContent_PageContent_pnlEvent .nav a,
#alertCharts .nav a {
    background: transparent;
    color: var(--black-color);
    padding: 0;
}
#BasePageContent_PageContent_pnlEvent .nav-pills > li.active > a,
#alertCharts .nav-pills > li.active > a {
    color: var(--main-color);
}
#BasePageContent_PageContent_pnlEvent .nav-pills > li,
#alertCharts .nav-pills > li {
    display: flex;
}
    #BasePageContent_PageContent_pnlEvent .nav-pills > li:nth-child(1)::after,
    #alertCharts .nav-pills > li:nth-child(1)::after {
        content: '|';
        width: 1px;
        margin: 0 15px;
        color: var(--black-color);
        height: 15px;
    }
    #BasePageContent_PageContent_pnlEvent .nav-pills > li + li,
    #alertCharts .nav-pills > li + li {
        margin-left: 0;
    }
div#alertChart1Label,
div#alertChart2Label {
    top: 45%;
}
.teamRoster td:first-child {
    position: sticky;
    left: 0;
    z-index: 1010;
    background: #f2f2f2;
    min-width: 180px;
}

.rosterIcon {
    margin-right: 5px;
    margin-top: -10px;
    /* position: absolute; */
    margin-left: -5px;
}

.manPower .details {
    border-radius: 4px;
    padding: 10px;
    z-index: 1;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    display: flex;
    background: #ffff;
}

.rosterIcon span {
    font-size: 12px;
    border: 1px solid #212529;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.teamMember img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
}
/*Team Roster*/

.sapMovement table tr td:first-child {
    word-break: break-all;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.sapMovement table {
    overflow-x: auto;
}
    .sapMovement table tr th:first-child {
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }
    .sapMovementRight {
        overflow-x: auto;
    }
/*Roster*/
.roster .opt-tools {
    display: flex;
    justify-content: space-between;
    /* padding: 0 20px; */
    flex-direction: column;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
}

.roster .opt-edit,
.roster .opt-trash {
    font-size: 14px;
}

.roster .opt-delete {
    color: #b30303;
}





.roster .off {
    display: flex;
    align-items: center;
    justify-content: center;
}

.roster .add-paste {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: 0.3s;
}

.roster .opt-add, .roster .opt-td-copy {
    margin-right: 15px;
}
/* LOCK HEADER AND FIRST COLUMN */

.roster th:first-child {
    position: sticky;
    left: 0;
    /*z-index: 1030;*/
    z-index: 10;
}

.table-responsive.individualRoster {
    margin-top: 20px;
}

.roster td:first-child {
    position: sticky;
    left: 0;
    z-index: 999;
    z-index: 8;
}

.roster thead th {
    position: sticky;
    top: 0;
    z-index: 9;
}
/* ---------- END (LOCK HEADER AND FIRST COLUMN ) --------- */

.roster .datetimepicker {
    width: 70% !important;
    height: 70% !important;
}

.roster .cal-container {
    max-width: 900px;
    max-height: 500px;
    overflow: auto;
    margin: auto;
}

.roster .cal-table {
    position: relative;
    border: solid #ebebeb;
    border-width: 0 1px 0 0;
    overscroll-behavior: contain;
}

.roster .cal-thead {
    top: 0px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.04);
}

.roster td.ui-droppable {
    background: #f2f2f2;
}

    .roster td.ui-droppable:hover .add-paste {
        opacity: 1;
        transition: 0.3s;
    }

.roster .userInfo img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
}

.roster .userInfo h6 {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    text-align: center;
}



.roster .cal-viewmonth {
    font-size: 16px;
    background: #F2F2F2;
    width: 150px;
    height: 50px;
}

.roster .cal-toprow {
    width: 182px;
    min-width: 182px;
    color: #3e5569;
    background-color: #F2F2F2 !important;
    /*border: 1px solid #E9E9E9 !important;*/
}

.roster .table-bordered > thead > tr > th {
    border: 1px solid #f3f3f3;
}

.roster .table > tbody > tr > td {
    border: 1px solid #f3f3f3;
}

.roster .cal-viewmonth,
.roster .cal-toprow {
    font-weight: 700 !important;
    text-align: center;
    vertical-align: middle !important;
}



.roster .cal-tbody .cal-userinfo {
    min-width: 170px !important;
    font-size: 12px;
    background: #F2F2F2;
}

.roster .userInfo {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.roster .cal-usersheader {
    height: 20px;
    box-shadow: 20px 0 50px rgba(0, 0, 0, 0.05);
    min-width: 150px !important;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.03em;
    padding: 0.3em;
}

.roster .weekend {
    background-color: #b5b5b5;
}

.roster .drag {
    z-index: 10;
    cursor: all-scroll;
}

.roster .span-info {
    display: inline-block;
    padding: 0.25em 0.4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    width: 25px;
    background-color: red;
    cursor: pointer;
}
/*.roster .ui-draggable-dragging {
    z-index: 9999 !important;
}*/


.roster .cal-usercounter {
    bottom: 0;
    right: 0;
    position: absolute;
    text-align: right;
    border-radius: 0px;
    border: 2px thick red;
}
#calplaceholder {
    max-height: 600px;
    margin-bottom: 0;
    overflow-y: scroll;
}

.roster .cal-userbadge {
    border-radius: 0;
    font-weight: 600;
    font-size: 11px;
}

.roster td.ui-droppable {
    position: relative;
}
/* USER TASKS */
.roster .details {
    border-radius: 15px;
    /* border-radius: 4px;*/
    /* background: #98b827;*/
    padding: 20px;
    z-index: 1;
    margin-bottom: 10px;
}

    .roster .details:hover .opt-tools {
        opacity: 1;
        transition: 0.3s;
    }

.roster .details-uren {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    margin: 0;
    right: 0px;
    text-align: right;
    padding-right: 10px;
}

.roster .detail-time {
    font-size: 12px;
}

.roster .detail-OTtime {
    font-size: 10px;
}

.roster .details-task {
    /* margin-top: 5px; */
    margin-bottom: 0;
    font-size: 12px;
    /* padding: 2px 5px; */
    font-weight: 600;
    /* line-height: 1.4; */
    border-radius: 2px;
    width: 95%;
    margin-top: 0;
}

th#changemonth {
    /*border: 1px solid #dddddd;*/
}

.roster .table {
    border-collapse: unset;
    border: none;
}

.fc-toolbar.fc-header-toolbar,
.dropdownForm,
.weekMonthForm,
.rosterDropdown {
    display: flex;
    align-items: center;
}

.dropdownForm {
    margin-left: 15px;
}

.dropdownFormArrow {
    background: #389fe8;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.weekIndicator,
.monthIndicator {
    margin-left: 15px;
    margin-right: 15px;
}

.rosterDropdown {
    margin-top: 15px;
}

#BasePageContent_PageContent_weeklyDatePicker {
    margin-left: 15px;
}

/*roster*/
/*Employee Roster*/
#employeeRoster .fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.fc-draggable.fc-resizable {
    background: none !important;
    border: none;
}

#employeeRoster .box .box-body .fc-widget-content {
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
}

#employeeRoster .drag.details {
    padding: 5px;
    border-radius: 15px;
}


/*roster*/
/* ESS Roster*/
#essRosterCalendar .fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.fc-draggable.fc-resizable {
    background: none !important;
    border: none;
}

#essRosterCalendar .box .box-body .fc-widget-content {
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
}

#essRosterCalendar .drag.details {
    padding: 5px;
    border-radius: 15px;
}
#RotatingPatternRosterCalendar .fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.fc-draggable.fc-resizable {
    background: none !important;
    border: none;
}

#RotatingPatternRosterCalendar .box .box-body .fc-widget-content {
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
}

#RotatingPatternRosterCalendar .drag.details {
    padding: 5px;
    border-radius: 15px;
}

#essRosterCalendar .fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.fc-draggable.fc-resizable {
    background: none !important;
    border: none;
}

#essRosterCalendar .box .box-body .fc-widget-content {
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
}

#essRosterCalendar .drag.details {
    padding: 5px;
    border-radius: 15px;
}



/*Employee Roster*/
/*
    .carouselrow {
    margin-left: -120px;
    margin-right: -120px;
}
*/
#inam {
    position: relative;
}

    #inam .carousel-control-next-icon,
    #inam .carousel-control-prev-icon {
        background-color: #1c1f2421;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-image: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #inam .carousel-control-prev i,
    #inam .carousel-control-next i {
        font-size: 10px;
        font-weight: 100;
    }


    /*
        #inam .carousel-control-prev i {
        margin-left: -2px;
    }
        #inam .carousel-control-prev i {
        margin-right: -2px;
    }
    */


    #inam .carousel-control-next-icon i,
    #inam .carousel-control-prev-icon i {
        color: #1c1f24;
        font-size: 14px;
        /*margin-top: -5px;*/
        position: static;
    }

    #inam .carousel-control-prev {
        left: 0%;
        opacity: 1;
        background: none;
        width: auto;
    }

    #inam .carousel-control-next {
        right: 0%;
        opacity: 1;
        background: none;
        width: auto;
    }

#LeaveClaimSlider .carouselrow {
    display: flex;
}

#LeaveClaimSlider .cardItemWrap:nth-child(4) {
    margin-right: 0;
}

.cardItemWrap {
    width: 24.5%;
    margin-right: 1%;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    position: relative;
}

#LeaveClaimSlider h5 {
    margin-bottom: 10px;
}

#LeaveClaimSlider h6 {
    margin-bottom: 25px;
}

#LeaveClaimSlider .card-body {
    padding: 10px;
    color: #0d0e10;
}
.cardBtnWrap .btn-success {
    background: #008000;
    border: none;
}
.cardBtnWrap .btn-danger {
    background: #ff0000;
}
.card-bodyHead-text div:nth-child(2) div {
    color: #0264da !important;
}

.card-bodyHead {
    display: flex;
    margin-bottom: 20px;
}

.cardBtnWrap {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: none;
    gap: 5px;
    /*
           display: flex;
    justify-content: flex-end;
        */
}

.card:hover .cardBtnWrap {
    display: flex;
    flex-direction: column;
}

#LeaveClaimSlider .btn {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardItemWrap .card {
    height: auto;
    background-color: transparent;
    border: none;
    border-radius: 0;
    position: static;
}

.card-text {
    font-size: 12px;
    height: auto;
    margin-bottom: 0px;
}


.logo-menu {
    margin: 2px 0px 0px 0px;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /*font-family: 'Raleway', sans-serif;*/
    padding-top: 10px;
    color: #000000;
}

    .logo-menu h1 {
        font-size: 30pt;
        font-weight: bold;
        margin: 0px 0px -5px -2px;
        padding: 0px;
    }

.inline-notes {
    font-size: 7pt;
    font-style: italic;
}

.notes {
    font-weight: normal;
}

.info {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 9pt;
    font-style: italic;
    font-weight: bold;
}

.toptext {
    padding-left: 5px;
    padding-right: 5px;
}
.DivStatsGridWrap {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgb(155 155 155 / 8%) 0px 2px 5px;
}

    .DivStatsGridWrap .DivStatsGrid {
        border: none;
    }

        .DivStatsGridWrap .DivStatsGrid tr:nth-last-of-type(1) td {
            border-bottom: 0;
        }

        .DivStatsGridWrap .DivStatsGrid th {
            background: transparent;
        }

/*
    .DataGridPager table {
    margin: auto;
}
*/


.DataGridPager td {
    color: #0D0E10;
}
.StatsGrid, .DivStatsGrid, .DivStatsGrid1 {
    border: solid 1px #DCDCDC;
    font-size: 9pt;
    text-transform: uppercase;
    color: #0D0E10;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    line-height: 15pt;
}

    .StatsGrid a, .DivStatsGrid a, .DivStatsGrid1 a {
        color: #0968db;
        /*font-family:'Lato',sans-serif;*/
        font-weight: bold;
    }

        div#Navigator a:hover, div#TitleHeadRight a:hover, .StatsGrid a:hover, .DivStatsGrid a:hover, .DivStatsGrid1 a:hover {
            color: #F57C00;
        }

    .StatsGrid td:first-child {
        width: 30%;
        padding-left: 50px;
        padding-right: 50px;
        text-align: left;
    }

    .DivStatsGrid th:first-child {
        padding-left: 30px;
        padding-right: 30px;
        text-align: left;
    }

    .DivStatsGrid1 th:first-child {
        padding-left: 30px;
        padding-right: 30px;
    }

    /*.DivStatsGrid th:nth-child(2)
{
    padding-left:5px;
    padding-right:5px;
    text-align: left; 
}*/

    .StatsGrid th, .DivStatsGrid th {
        border-bottom: solid 1px #DCDCDC;
        /*background: #DCDCDC;*/
        /*background: #2DA73B;*/
        /*background: #666666;*/
        background: #E0E0E0;
        /*color: #FFFFFF;*/
        font-weight: normal;
        text-align: center;
        height: 30pt;
        padding-top: 5px;
        padding-bottom: 5px;
        vertical-align: middle;
        line-height: 150%;
    }

    .DivStatsGrid1 th {
        /*border-bottom: solid 1px #DCDCDC;*/
        /*background: #DCDCDC;*/
        /*background: #2DA73B;*/
        /*background: #666666;*/
        background: #E0E0E0;
        /*color: #FFFFFF;*/
        font-weight: normal;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        vertical-align: middle;
        line-height: 150%;
    }

    .StatsGrid td {
        width: 14%;
        border-bottom: solid 1px #DCDCDC;
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
    }

    .DivStatsGrid td:first-child, .DivStatsGrid1 td:first-child {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
        text-align: left;
    }

    /*.DivStatsGrid td:nth-child(2)
{
    width:20%;
	border-bottom:solid 1px #DCDCDC;
    padding-left:5px;
    padding-right:5px;
    text-align: left; 
}*/

    .DivStatsGrid td, .DivStatsGrid1 td {
        width: 13%;
        border-bottom: solid 1px #DCDCDC;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }

    .StatsGrid td, .DivStatsGrid td, .DivStatsGrid1 td {
        padding-top: 15px;
        padding-bottom: 15px;
    }
.profileIcons a {
    font-size: 18px;
    margin-right: 15px;
}

    .DataGrid1 {
        /*font-family: 'Lato',sans-serif;*/
        border: solid 1px #DCDCDC;
        font-size: 9pt;
    }
.sapTab .DataGrid1 {
    border: none;
}
.sapMatrix div#DivFormRightImgButton {
    margin-top: 0px;
    margin-bottom: 15px;
}
.profileTabFilter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.sapTab ul#ulEdit,
.sapTab ul#ulView,
.sapTab ul#ulAdd {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
}
.profileADD .ui-widget-content {
    background: transparent;
}
.DataGrid1 tr {
    background: #f9f9f9;
}

.DataGrid1 tr:nth-child(odd) {
    background: #F2F2F2;
}
.sapTab .DataGrid1 tr:first-child:nth-child(1),
.sapTab .DataGrid1 tr:nth-child(even) {
    background: #fff;
}
.sapTab .DataGrid1 tr:nth-child(odd) {
    background: #F2F2F2;
}

.DataGrid1 tr:nth-child(even) {
    background: #f9f9f9;
}


.DataGrid1 th {
    border: solid 1px #DCDCDC;
    /*background: #2DA73B;*/
    background: #E0E0E0;
    /*color: white;*/
    /*color: #666666;*/
    color: #000000;
    /*font-family: Arial;*/
    font-weight: normal;
    font-size: 9pt;
    text-transform: uppercase;
    text-align: center;
    line-height: 15pt;
}
    
.sapTab .DataGrid1 th,
.sapTab .DataGrid1 td {
    text-align: left;
}
.sapTab .ui-accordion {
    margin-bottom: 20px;
}
.sapTab .DataGrid1 th {
    padding-bottom: 10px;
}
.sapTab .DataGrid1 th,
.sapTab .DataGrid1 td {
    color: #0D0E10;
    border: none;
    border-bottom: 1px solid #ededed;
    background: transparent;
}

.sapTab .DataGrid1 tr:nth-last-of-type(1) td {
    border-bottom: 0;
}

.sapTab .DataGrid1 td {
    padding: 5px 0;
}


.DataGrid1 td {
    border: solid 1px #DCDCDC;
    /*font-weight: bold;*/
    padding-left: 5px;
    padding-right: 5px;
    color: black;
    line-height: 20pt;
}
    

.DataGrid2 {
    /*font-family: 'Lato',sans-serif;*/
    border: solid 1px #DCDCDC;
    font-size: 9pt;
}

    .DataGrid2 th {
        /*color: white;*/
        color: #000000;
        /*background: #2DA73B;*/
        /*background: #666666;*/
        background: #E0E0E0;
        border: 0px;
        font-family: Arial;
        font-weight: normal;
        font-size: 9pt;
        text-transform: uppercase;
        text-align: center;
        line-height: 15pt;
        vertical-align: top;
        padding-left: 3px;
        padding-right: 3px;
    }
    


    .DataGrid2 td {
        border: solid 1px #DCDCDC;
        /*font-weight: bold;*/
        padding: 0px;
        color: black;
        line-height: 20pt !important;
    }

        .DataGrid2 td div {
            padding: 5px;
        }

.DataGridNested {
    /*font-family: 'Lato',sans-serif;*/
    border: solid 1px #BBBBBB;
    font-size: 9pt;
}

    .DataGridNested th {
        /*color: white;*/
        color: #000000;
        /*background: #2DA73B;*/
        /*background: #666666;*/
        background: #F6F6F6;
        /*border:0px;*/
        font-family: Arial;
        font-weight: normal;
        font-size: 8.5pt;
        text-transform: uppercase;
        text-align: center;
        line-height: 15pt;
        vertical-align: top;
        padding-left: 3px;
        padding-right: 3px;
    }

    .DataGridNested td {
        border: solid 1px #DCDCDC;
        /*font-weight: bold;*/
        padding: 0px;
        color: black;
        line-height: 14pt !important;
    }

        .DataGridNested td div {
            padding: 5px;
        }

.DataGrid {
    /*font-family: 'Lato',sans-serif;*/
    border: solid 1px #DCDCDC;
    font-size: 9pt;
    margin-bottom: 5px;
}

    .DataGrid th {
        /*border: solid 1px #666666;*/
        /*color: white;*/
        color: #000000;
        /*background: #2DA73B;*/
        /*background: #666666;*/
        background: #E0E0E0;
        border: 0px;
        /*font-family: Arial;*/
        font-weight: normal;
        font-size: 9pt;
        text-transform: uppercase;
        text-align: center;
        line-height: 15pt;
        vertical-align: top;
    }

        .DataGrid th div {
            background: #FFFFFF;
            width: 100%;
            height: 33px;
        }

        .DataGrid th input[type=text] {
            margin: 2px 1px !important;
            color: #666666;
            height: 30px;
            width: 100%;
            padding-left: 20px;
            background-image: url("images/view.png");
            background-repeat: no-repeat;
            background-position: 2px center;
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .DataGrid th select {
            margin: 2px 1px !important;
            color: #666666;
            height: 30px;
            width: 100%;
        }

.DataGrid3 {
    /*font-family: 'Lato',sans-serif;*/
    border: solid 1px #DCDCDC;
    font-size: 9pt;
}

    .DataGrid3 th {
        /*color: white;*/
        color: #000000;
        /*background: #2DA73B;*/
        /*background: #666666;*/
        background: #E0E0E0;
        border: 0px;
        font-family: Arial;
        font-weight: normal;
        font-size: 9pt;
        text-transform: uppercase;
        text-align: center;
        line-height: 15pt;
        vertical-align: top;
        padding-left: 3px;
        padding-right: 3px;
    }

    .DataGrid3 td {
        /*font-family: 'Lato',sans-serif;*/
        border: solid 1px #DCDCDC;
        padding: 7px;
        /*font-weight : bold;*/
        font-size: 9pt;
        color: #000000;
    }

        .DataGrid3 td div {
            padding: 5px;
        }

.DataGrid4 {
    /*font-family: 'Lato',sans-serif;*/
    border: solid 1px #E0E0E0;
    font-size: 9pt;
}

    .DataGrid4 th {
        /*color: white;*/
        color: #000000;
        /*background: #2DA73B;*/
        /*background: #666666;*/
        background: #E0E0E0;
        /*border:0px;*/
        font-family: Arial;
        font-weight: normal;
        font-size: 8.5pt;
        text-transform: uppercase;
        text-align: center;
        line-height: 15pt;
        vertical-align: top;
        padding-left: 3px;
        padding-right: 3px;
    }

    .DataGrid4 td {
        border: solid 1px #DCDCDC;
        /*font-weight: bold;*/
        padding: 0px;
        color: black;
        line-height: 14pt !important;
    }

        .DataGrid4 td div {
            padding: 5px;
        }


.DataGrid5 {
    /*font-family: 'Lato',sans-serif;*/
    border: solid 1px #E0E0E0;
    font-size: 9pt;
}

    .DataGrid5 th {
        /*color: white;*/
        color: #000000;
        /*background: #2DA73B;*/
        /*background: #666666;*/
        background: #E0E0E0;
        /*border:0px;*/
        font-family: Arial;
        font-weight: normal;
        font-size: 8.5pt;
        text-transform: uppercase;
        text-align: center;
        line-height: 15pt;
        vertical-align: top;
        padding-left: 3px;
        padding-right: 3px;
    }

    .DataGrid5 td {
        border: solid 1px #DCDCDC;
        /*font-weight: bold;*/
        padding: 3px;
        color: black;
        line-height: 14pt !important;
    }

        .DataGrid5 td div {
            padding: 5px;
        }

/*.DataGrid th #clr*/
/*
    .sapStaffTable {
    overflow-x: auto;
}
*/
.sapStaffTable .DataGrid th #d2 {
    border-top: 2px solid #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    height: 55px;
    padding-left: 0px;
    padding-right: 0px;
}
.sapStaffTable .DataGrid tr {
    background: #f5f5f5!important;
}
.sapStaffTable .DataGrid th input[type=text] {
    border-radius: 5px;
}
.sapStaffTable .DataGrid {
    border: none;
    margin-top: 20px;
}
.sapStaffTable div#clr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
    .sapStaffTable .DataGrid th div {
        background: #f5f5f5;
        height: 40px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .sapStaffTable .DataGrid td {
        border: none;
        border-top: 2px solid #ededed;
        height: 55px;
        text-align: center;
    }
#divDeviceStatus {
    height: auto !important;
}
.sapUI .clr {
    width: 100% !important;
    margin-left: 0%;
}
.clr {
    width: 200% !important;
    margin-left: -100%;
    float: left;
}


.DataGrid th #d2 {
    /*background: #2DA73B;*/
    /*background: #666666;*/
    background: #E0E0E0;
    /*color: white;*/
    color: #000000;
    height: auto;
}

    .DataGrid th #d2 a, .DataGrid th a {
        /*color: white;*/
        color: #000000;
    }

.DataGrid td {
    border: solid 1px #DCDCDC;
    /*font-weight: bold;*/
    padding-left: 5px;
    padding-right: 5px;
    color: #000000;
    line-height: 20pt !important;
}

.DataGrid input[type=text] {
    margin: 2px 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.DataGridPager {
    border: none;
    /*font-family: 'Lato',sans-serif;*/
    font-size: 9pt;
    color: #428bca;
}

    .DataGridPager td {
        border: none;
        /*font-weight: bold;*/
        padding-left: 5px;
        padding-right: 5px;
        /*color: black;*/
        color: #0D0E10;
        line-height: 20pt;
    }

    .DataGridPager a {
        /*color: #2DA73B;*/
        color: #0264da;
    }

        .DataGridPager a:hover {
            /*color:#28C3AB;*/
            color: #F57C00;
        }

th.sortasc a {
    display: block;
    padding: 0 4px 0 15px;
    background: url(../../Picture/btn-up.gif);
    background-repeat: no-repeat;
}

th.sortdesc a {
    display: block;
    padding: 0 4px 0 15px;
    background: url(../../Picture/btn-dn.gif);
    background-repeat: no-repeat;
}

th.Nosort a {
    display: block;
    padding: 0 10px 0 10px;
    background: url(../../Picture/btn-No.gif);
    background-repeat: no-repeat;
}

div#Navigator {
    width: 100%;
    /*    padding-top: 10px;*/
    padding-bottom: 8px;
    color: #0D0E10;
    /*font-family: 'Lato',sans-serif;*/
    font-size: 8.5pt;
    font-weight: normal;
    font-style: italic;
    text-transform: uppercase;
}

    div#Navigator a, div#TitleHeadRight a {
        /*color: #2DA73B;*/
        color: #0264DA;
        text-transform: capitalize;
        font-style: italic;
        font-size: 9pt;
    }

div#TitleHeadLeft {
    width: 20%;
    color: #0D0E10;
    /*font-family: 'Lato',sans-serif;*/
    margin-bottom: 10px;
    /*margin-left: -30px;*/
    font-size: 13pt;
    /*font-weight : bold;*/
    padding-bottom: 10px;
    float: left;
}

div#TitleHeadRight {
    width: 80%;
    color: #0D0E10;
    /*font-family: 'Lato',sans-serif;*/
    margin-bottom: 10px;
    /*margin-right: -25px;*/
    font-size: 8.5pt;
    font-weight: normal;
    padding-bottom: 10px;
    text-align: right;
    float: right;
}

div#BoardExpiryContainer {
    width: 90%;
    color: black;
    margin-bottom: 10px;
    font-size: 13pt;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#BoardExpiryFirst {
    width: 53%;
    float: left;
    margin-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
    border: solid 1px #DCDCDC;
}

#BoardExpiryItemFirst {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    float: left;
    padding-top: 20px;
    padding-bottom: 30px;
}

#BoardExpiryItem {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    float: left;
}

#BoardExpiry {
    width: 22%;
    float: left;
    margin-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
    border: solid 1px #DCDCDC;
}

#BoardExpiryTitle {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #DCDCDC;
    font-size: 12pt;
    color: #666666;
}

#BoardExpiryItemFirst span, #BoardExpiryItem span, #BoardExpiry span {
    font-size: 45pt;
}

#BoardExpiryTitle span {
    font-size: 12pt !important;
}

div#BoardSkillSetContainer {
    width: 90%;
    color: black;
    margin-bottom: 10px;
    font-size: 13pt;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#BoardSkillSetItem {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    float: left;
}

#BoardSkillSet {
    width: 32.33%;
    float: left;
    margin-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
    border: solid 1px #DCDCDC;
}

#BoardSkillSetTitle {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #DCDCDC;
    font-size: 12pt;
    color: #666666;
}

#BoardSkillSetItemFirst span, #BoardSkillSetItem span, #BoardSkillSet span {
    font-size: 45pt;
}

#BoardSkillSetTitle span {
    font-size: 12pt !important;
}

div#BoardStatsContainer {
    width: 90%;
    color: black;
    margin-bottom: 10px;
    font-size: 13pt;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.BoardStats {
    width: 33.33%;
    float: left;
    margin-bottom: 15px;
}

    .BoardStats span {
        font-size: 45pt;
    }

    .BoardStats label {
        color: #428BCA;
        font-size: 12pt;
        text-transform: uppercase;
        width: 100%;
    }

#BoardStats {
    width: 33.33%;
    float: left;
    margin-bottom: 15px;
}

    #BoardStats span {
        font-size: 45pt;
    }

    #BoardStats label {
        color: #428BCA;
        font-size: 12pt;
        text-transform: uppercase;
        width: 100%;
    }

#BoardStats1 {
    width: 25%;
    float: left;
    margin-bottom: 15px;
}

    #BoardStats1 span, #BoardStats1 a {
        color: black;
        font-size: 45pt;
    }

    #BoardStats1 label {
        color: #428BCA;
        font-size: 12pt;
        text-transform: uppercase;
        width: 100%;
    }

.BoardStatsVisitor {
    width: 20%;
    float: left;
    margin-bottom: 15px;
}

    .BoardStatsVisitor span {
        font-size: 45pt;
    }

    .BoardStatsVisitor label {
        color: #428BCA;
        font-size: 12pt;
        text-transform: uppercase;
        width: 100%;
    }

    .BoardStatsVisitor LinkButton {
        color: #428BCA;
        font-size: 45pt;
        text-transform: uppercase;
        width: 100%;
    }

#DivTitle {
    width: 100%;
    color: black;
    /*font-family: 'Lato',sans-serif;*/
    margin-bottom: 10px;
    font-size: 13pt;
    /*font-weight : bold;*/
    padding-bottom: 10px;
}

#LblSubTitle, .LblSubTitle {
    /*margin-left: -30px;*/
    /*color: #2DA73B;*/
    color: #0D0E10;
    font-size: 12pt;
    text-transform: uppercase;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sapTab #LblFormSubTitle {
    margin-top: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #0d0e10 !important;
}
.sapTab .ui-tabs-nav .ui-tabs-anchor {
    padding: .5em 2em;
}
.sapTab .ui-widget-content {
    background: transparent;
}
.sapTab .ui-state-active a, .sapTab .ui-state-active a:link {
    margin: -1px 0;
}
.sapTab .ui-widget-content .ui-state-active {
    color: #0d0e10 !important;
}
#LblFormSubTitle {
    color: #428BCA;
    background-color: #FFFFFF !important;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*border: 1px solid #eee;
    background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;*/
    border: 1px solid #DCDCDC;
}

label#LblExpired {
    color: #E20905;
    font-size: 13pt;
    text-transform: uppercase;
    width: 100%;
}

label#LblExpiring {
    color: #DA22BC;
    font-size: 13pt;
    text-transform: uppercase;
    width: 100%;
}

div#TitleHead {
    width: 100%;
    color: #0D0E10;
    /*font-family: 'Lato',sans-serif;*/
    /*margin-top : 10px;
    margin-bottom : 10px;*/
    text-align: center;
    font-size: 13pt;
    /*font-weight : bold;*/
    /*padding-top :10px;*/
    padding-bottom: 10px;
    /*background :#f6f6f6;
	border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    box-shadow: 2px 2px 15px #888888; 
    -moz-box-shadow: 2px 2px 15px #888888; 
    -webkit-box-shadow: 2px 2px 15px #888888; */
}

div#DivFormButton {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

div#DivFormRightButton {
    text-align: right;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-right: 2px;
    float: right;
}

div#DivFormRightImgButton {
    text-align: right;
    margin-top: -10px;
    padding-right: 2px;
    float: right;
    /*margin-bottom: 15px;*/
}
table.profilecourseFilter {
    margin-bottom: 15px;
}
.filterLegend {
    display: none;
}

div#DivTopButton {
    width: 100%;
    text-align: center;
    /*margin-top : 10px;*/
    margin-bottom: 15px;
    /*padding-top :10px;*/
    /*background :#f6f6f6;
	border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    box-shadow: 2px 2px 15px #888888; 
    -moz-box-shadow: 2px 2px 15px #888888; 
    -webkit-box-shadow: 2px 2px 15px #888888; */
}
.sapFormTable div#DivBottomButton {
    margin-top: 25px;
}
div#DivBottomButton {
    width: 100%;
    text-align: center;
    /*margin-top : 10px;*/
    margin-top: 5px;
    margin-bottom: 10px;
    /*padding-top :10px;*/
    /*background :#f6f6f6;
	border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    box-shadow: 2px 2px 15px #888888; 
    -moz-box-shadow: 2px 2px 15px #888888; 
    -webkit-box-shadow: 2px 2px 15px #888888; */
}

div#DivGrid {
    width: 100%;
    min-height: 300px;
    /*padding-top :10px;*/
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: auto;
    /*background-color : white;
	border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    box-shadow: 2px 2px 15px #888888; 
    -moz-box-shadow: 2px 2px 15px #888888; 
    -webkit-box-shadow: 2px 2px 15px #888888; */
}

div#DivGridPartial {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

div#DivReport {
    width: 100%;
    font-size: 10px;
    color: #000000;
}

#DivReport #TblReportHead {
    width: 99%;
    margin-bottom: 10px;
}

    #DivReport #TblReportHead td:first-child {
        text-align: right;
        width: 50%;
        border-right: none;
    }

    #DivReport #TblReportHead td {
        border-top: none;
    }

#DivReport table {
    width: 100%;
    border-spacing: 0px;
}

#DivReport th {
    padding: 8px;
    border: solid 1px #DCDCDC;
    font-weight: bold;
    text-align: center;
}

#DivReport td {
    padding: 4px 4px;
    border: solid 1px #DCDCDC;
}

div#DivPopupRightButton {
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    padding-top: 5px;
}

div#DivReportRightButton {
    width: 100%;
    text-align: right;
    padding-right: 3px;
    padding-bottom: 5px;
    float: right;
    margin-top: -30px;
}

.ButtonSub {
    text-transform: uppercase;
    padding: 3px 15px;
    min-width: 80px;
    margin-bottom: 15px;
    margin-left: 3px;
    font-size: 8.5pt;
    font-weight: bold;
    cursor: pointer;
    color: #428BCA;
    text-align: center;
    background: #FFFFFF;
    background-clip: padding-box;
    border: solid 1px #DCDCDC;
    border-radius: 5px;
}

.Button {
    text-transform: uppercase;
    min-width: 100px;
    padding-left: 15px;
    padding-right: 15px;
    height: 27px;
    margin-left: 3px;
    font-size: 8.5pt;
    font-weight: bold;
    cursor: pointer;
    /*color: #2DA73B;*/
    color: #0264DA;
    text-align: center;
    background: #FFFFFF;
    background-clip: padding-box;
    border: solid 1px #DCDCDC;
    border-radius: 5px;
}

    .Button:hover, .Button:focus, .Button:active, .ButtonSearch:hover, .ButtonSearch:focus, .ButtonSearch:active, .ButtonPrint:hover, .ButtonPrint:focus, .ButtonPrint:active {
        color: #F57C00;
    }

/*
        .ButtonSearch {
    background-image: url(images/search.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 50%;
    background-clip: padding-box;
    padding-left: 30px;
    padding-right: 10px;
    
}
    */
#gvCert th br {
    display: none;
}
.courseFilter button {
    height: 25px;
    font-size: 9pt;
    display: flex;
    justify-content: center;
    align-items: center;
}
.courseSort {
    display: flex;
    justify-content: end;
}
.courseFilter span.multiselect-selected-text {
    text-transform: capitalize;
}
.ButtonSearch {
    width: auto;
    text-transform: uppercase;
    height: 27px;
    margin-left: 3px;
    font-size: 8.5pt;
    font-weight: bold;
    cursor: pointer;
    color: #428bca;
    text-align: center;
    border: solid 1px #DCDCDC;
    border-radius: 5px;
}
.webexIndividual .ButtonSearch,
.webexIndividual .Button {
    margin-left: 0;
    min-width: 100px;
}
.ButtonPrint {
    background-image: url(../img/print.png);
    padding-left: 30px;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 50%;
    width: auto;
    text-transform: uppercase;
    height: 32px;
    margin-left: 3px;
    font-size: 8.5pt;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    background-color: #428BCA;
    background-clip: padding-box;
    border: 0px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #000000;
}

.RowButton {
    margin-bottom: 0px;
    margin-right: 20px;
}

#DivPopupRightButton .Button, #DivReportRightButton .Button {
    margin-bottom: 0px;
}

.pnlLevelDetailWrap {
    align-items: flex-end;
    flex-wrap: wrap;
}
.regionHome #DivForm {
    padding-left: 0px;
    padding-right: 0px;
}
.regionHome .RowButton {
    margin-right: 0px;
}

div#DivEntity {
    /*width: 33.33%;
    min-width: 260px;
    min-height: 180px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    float: left;*/
    min-height: 200px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 2%;
}

div#DivInnerEntity {
    min-height: 190px;
    width: 240px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 9pt;
    text-align: center;
    padding: 20px 10px;
    color: #0D0E10;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.centerdigitChart {
    font-size: 50px;
    margin: 1px 1px !important;
}

.SkillsetCenterValues {
    font-size: 30px;
    margin: 1px 1px !important;
}

.SkillsetCenterValuesSmall {
    font-size: 10px;
    margin: 1px 1px !important;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    color: inherit;
    font-weight: normal;
    color: #0D0E10;
    text-transform: uppercase;
}
h6.panel-title-text {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    display: inline-block;
}
table#TblLevel {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 80px 30px;
    border-collapse: separate;
}

#TblLevel td {
    width: 250px;
    border-spacing: 30px;
    border: 8px solid #BFBFBF;
    padding: 20px 7px 0px 7px;
    background-color: #FFF;
    text-transform: uppercase;
    font-size: 9pt;
    text-align: center;
    color: #1c1c1c;
}

#TblLevel a, #DivEntity a {
    color: #0D0E10;
    vertical-align: bottom;
    /*font-weight: bold;*/
}

    #TblLevel a:hover, #TblLevel a:focus {
        text-decoration: none;
        color: #28c3ab;
    }

#TblLevel label {
    padding-top: 10px;
}

#TblLevel img, #DivEntity img, #DivEntity input[type=image] {
    height: 100px;
    margin-bottom: 10px;
    max-width: 200px;
    display: inline-block;
}
.DivPhoto span {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.sapTab table tr th:first-child,
.sapStaffTable table thead tr th:first-child {
    opacity: 0;
}
.costWidgets .centerdigitDashboard {
    font-size: 40px;
}
.payrollDashboard .panel-heading a {
    color: #0264da;
}
.payrollDashboard .flotChart1 {
    height: 250px;
}
.adminHomeContainer #DivEntity input[type=image] {
    max-width: 100%;
}
.adminHomeContainer .pnlLevelDetailWrap {
    margin-left: 15px;
}
.adminHomeContainer .ui-widget-header .ui-state-default {
    border: 1px solid #808080;
}
.adminHomeContainer .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background-color: #808080;
}

.payrollDashboard .flotLegend {
    margin-top: 10px;
}
.payrollDashboard .legendLabel {
    padding-left: 5px;
}
#DivEditLevel {
    cursor: pointer;
    float: right;
}

    #DivEditLevel img, #DivEditLevel input[type=image] {
        height: 25px !important;
        margin: 0px;
        margin-top: -7px !important;
        margin-right: -5px !important;
    }

.regionHome #DivForm {
    padding-left: 0px;
    padding-right: 0px;
}
.regionHome .RowButton {
    margin-right: 0px;
}
.regionHome .Button {
    margin-left: 0;
}

.regionHome div#DivEntity {
    width: 23.5%;
    margin-left: 0;
    /*margin-right: 1.5%;*/
}
.regionHome div#DivInnerEntity {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgb(155 155 155 / 8%) 0px 2px 5px;
    position: relative;
}
div#BasePageContent_PageContent_rptLevelDetail_pnlAddEntity {
    width: 23.5%;
}
.regionHome .entityEdit i {
    font-size: 18px;
    color: #0264DA;
}
.regionHome #DivEditLevel {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    border-bottom-right-radius: 10px;
}
#DivEntity:nth-child(-4n+4000) {
    margin-right: 0 !important;
}
div#BasePageContent_PageContent_rptLevelDetail_pnlAddEntity div#DivEntity {
    margin-right: 0;
    width: 100%;
}
.adminHome .pnlLevelDetailWrap {
    justify-content: normal;
}
.pnlLevelDetailWrap {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.sapFormTable #DivForm {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: auto;
    border-radius: 10px;
    box-shadow: rgb(155 155 155 / 8%) 0px 2px 5px;
}
#DivForm {
    width: 100%;
    min-height: 320px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f5f5f5;
    /*border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    box-shadow: 2px 2px 15px #888888; 
    -moz-box-shadow: 2px 2px 15px #888888; 
    -webkit-box-shadow: 2px 2px 15px #888888; */
}

#DivNoHeaderForm {
    width: 100%;
    /*min-height: 440px;*/
    min-height: calc(100vh - 115px);
    padding-top: 100px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f5f6f7;
    /*background-color: white;
    *border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 2px 2px 15px #888888;
    -moz-box-shadow: 2px 2px 15px #888888;
    -webkit-box-shadow: 2px 2px 15px #888888;
    */
}


#DivShortForm {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    /*border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    box-shadow: 2px 2px 15px #888888; 
    -moz-box-shadow: 2px 2px 15px #888888; 
    -webkit-box-shadow: 2px 2px 15px #888888; */
}

.TblNoBackground {
    width: auto;
    border-collapse: collapse;
    background-color: transparent;
}

    .TblNoBackground tr, .TblNoBackground td, .TblNoBackground tr:nth-child(odd), .TblNoBackground tr:nth-child(even), .TblNoBackground td:first-child {
        background-color: transparent !important;
        width: auto !important;
    }

.FormTable label {
    font-weight: normal;
}

.ModalFormTable {
    width: 100%;
    border-collapse: collapse;
}

    .ModalFormTable tr {
        background: #f6f6f6;
    }

        .ModalFormTable tr:nth-child(odd) {
            background: #f2f2f2;
        }

        .ModalFormTable tr:nth-child(even) {
            background: #f9f9f9;
        }

    .ModalFormTable td:first-child {
        text-align: right;
        width: 200px;
    }

    .ModalFormTable td {
        /*font-family: 'Lato',sans-serif;*/
        padding: 7px;
        /*font-weight : bold;*/
        font-size: 9pt;
        border: 0px;
    }


.TmpModalFormTable {
    width: 100%;
    border-collapse: collapse;
}

    .TmpModalFormTable tr {
        background: #f6f6f6;
    }

        .TmpModalFormTable tr:nth-child(odd) {
            background: #f2f2f2;
        }

        .TmpModalFormTable tr:nth-child(even) {
            background: #f9f9f9;
        }

    .TmpModalFormTable td:first-child {
        width: 200px;
    }

    .TmpModalFormTable td {
        /*font-family: 'Lato',sans-serif;*/
        padding: 7px;
        font-weight: bold;
        font-size: 9pt;
        border: 0px;
    }





.FormTable {
    width: 100%;
    border-collapse: collapse;
}

    .FormTable tr {
        background: #f6f6f6;
    }
.sapFormTable .FormTable tr:nth-child(odd),
.sapFormTable .FormTable tr:nth-child(even) {
    background: #fff;
}
#sapMandatory {
    text-align: center;
}
.FormTable tr:nth-child(odd) {
    background: #f2f2f2;
}
            .sapUI .FormTable tr:nth-child(odd) {
                background: transparent;
            }
            .sapTab .FormTable tr:nth-child(odd),
            .sapTab .FormTable tr:nth-child(even) {
                background-color: #fff;
            }
.sapUI .FormTable tr:nth-child(even) {
    background: transparent;
}
.FormTable tr:nth-child(even) {
    background: #f9f9f9;
}
 
    .FormTable td:first-child {
        width: 49%;
        text-align: right;
    }
/*
        .FormTable td:nth-child(2) {
    width: 49%;
}
    */

.FormTable td:nth-child(2) span {
    /*display: inline-block;
        padding-left: 5px;
        word-break: break-all;*/
}

.FormTable td {
    /*font-family: 'Lato',sans-serif;*/
    padding: 7px 10px;
    /*font-weight : bold;
    border:#666666 1px solid;*/
    border: 0px;
    font-size: 9pt;
    /*display: inline-block;*/
}

/*#gvRosterMaster tbody tr:nth-last-of-type(1) td .btn-group {
    position: relative;
}
#gvRosterMaster tbody tr:nth-last-of-type(1) .btn-group ul.multiselect-container {
    top: -200px; 
    position: relative;
}
    #gvRosterMaster tbody tr:nth-last-of-type(1) td .btn-group b.caret{
    transform: rotate(180deg);
}*/
.RefreshBtn {
    height: 24px;
    vertical-align: bottom;
    margin-left: 2px;
}

.ClearBtn {
    height: 28px;
    vertical-align: middle;
}

.Input-Text-Board {
    width: 250px;
    /*font-family: 'Lato',sans-serif;*/
    font-size: 9pt;
    border: 1px solid #C1C1C1;
    /*color: #2DA73B;*/
    color: #0264DA;
    margin-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    background: #f5f5f5;
}

.Input-Text {
    width: 250px;
    /*font-family: 'Lato',sans-serif;*/
    font-size: 9pt;
    background-color: #f5f6f7;
    border: 1px solid #c1c1c1;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 25px;
    color: #0D0E10;
}

.Time {
    width: 42px;
    text-align: center;
}
.entityEdit {
    background: var(--main-color);
    color: var(--white-color);
    padding: 5px 12px;
    font-size: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .3s;
}

.Highlight {
    background-color: #FFE4C4;
}

.Highlight-2 {
    background-color: #66FF66;
    /*background-color: #00FF7F;*/
    /*background-color: #00FA9A;*/
}

.Input-Text-Disabled {
    width: 250px;
    /*font-family: 'Lato',sans-serif;*/
    font-size: 9pt;
    background-color: #CCC;
    border: 1px solid #DCDCDC;
    padding-top: 0px;
    padding-bottom: 0px;
}

.Input-Text:focus {
    /*background-color : rgba(0, 0, 0, 0.15);*/
    box-shadow: 0 0 10px #428BCA;
}

span#lblRejectReason:after {
    content: '*';
    color: red;
}

.Mandatory {
    /*font-family: 'Lato',sans-serif;*/
    font-size: 9pt;
    /*font-weight: bold;*/
    font-style: italic;
    color: red;
}

.TopMsg {
    /*font-family: 'Lato',sans-serif;*/
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
    color: red;
}


.InfoMsg {
    /*font-family: 'Lato',sans-serif;*/
    font-size: 14pt;
}

.Input-Dropdown {
    width: 250px;
    /*font-family: 'Lato',sans-serif;*/
    font-size: 9pt;
    background-color: #f5f5f5;
    border: 1px solid #C1C1C1;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 25px;
    color: #0D0E10;
}

.TransparentBG {
    background-color: transparent !important;
}

.Input-Dropdown:focus {
    background-color: rgba(0, 0, 0, 0.15);
}

div#DivDashboard {
    width: 100%;
    min-height: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    /*border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    box-shadow: 2px 2px 15px #888888; 
    -moz-box-shadow: 2px 2px 15px #888888; 
    -webkit-box-shadow: 2px 2px 15px #888888;*/
}

.DivForm {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    /*border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    box-shadow: 2px 2px 15px #888888; 
    -moz-box-shadow: 2px 2px 15px #888888; 
    -webkit-box-shadow: 2px 2px 15px #888888; */
}

.GvNotes {
    font-style: italic;
    font-size: 80%;
    line-height: 9pt;
}

/* Message Popup - Start */
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.60);
    z-index: 999;
}

.popup-inner {
    max-width: 90%;
    width: 650px;
    padding: 30px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 10px #2DA73B;
    border-radius: 3px;
    background: #fff;
    color: #000;
    text-align: center;
    /*font-weight: bold;*/
}

.carouselpopup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.60);
    z-index: 999;
}

.carouselpopup-inner {
    max-width: 90%;
    width: 650px;
    padding: 30px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*box-shadow: 0px 2px 10px #2DA73B;*/
    border-radius: 3px;
    background: #fff;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.popup-inner p {
    font-size: 10pt;
}

.popup-close {
    width: 22px;
    height: 22px;
    padding-top: 5px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    /*background: rgba(0,0,0,0.8);*/
    background: #428BCA;
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

    .popup-close:hover {
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg);
        /*background: rgba(0,0,0,1);*/
        background: #44D43E;
        text-decoration: none;
        color: #fff;
        padding-top: 5px;
    }
/* Message Popup - End */

/* Progress Popup - Start */
.loading {
    background-color: rgba(200, 200, 200, 0.5);
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
}

.inner-loading {
    font-family: Arial;
    font-size: 9pt;
    /*border: 5px solid #2DA73B;*/
    border: 5px solid #428bca;
    border-radius: 10px;
    background-color: #FFFFFF;
    z-index: 999;
    position: fixed;
    padding: 15px 20px;
}
/* Progress Popup - End */

/* Login Page - Start */

.FormTableLogin {
    width: 100%;
    border-collapse: collapse;
}

    .FormTableLogin td:first-child {
        width: 42%;
        text-align: right;
    }

    .FormTableLogin td {
        /*font-family: 'Lato',sans-serif;*/
        padding: 4px;
        /*font-weight : bold;*/
        border: #666666 1px solid;
        border: 0px;
        font-size: 9pt;
    }

    .FormTableLogin tr:last-child {
        text-align: left;
        margin-left: 10px;
    }

/* Login Page - End */


/*Staff Profile - Start */
.sapUI .tab-area {
    border: 0px !important;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.tab-area {
    border: 1px solid #aaaaaa !important;
    height: auto;
}
.sapTab .tab-area {
    border: none!important;
}
/*Staff Profile - End */
/* Master Data Mapping*/
.MasterParent {
    background-color: #E0E0E0;
    color: #000000;
    font-size: 9pt;
    padding: 5px 2px;
    line-height: 12pt;
}

.MasterViewParent {
    background-color: #E0E0E0;
    color: #000000;
    padding-left: 2px;
    line-height: 12pt;
}

.child_div {
    padding-left: 10px;
    border: solid 1px #E0E0E0;
}

.Viewchild_div {
    padding-left: 20px;
    border: solid 1px #E0E0E0;
}

    .Viewchild_div [type=checkbox] {
        display: none;
    }

.lblNoRecords {
    font-weight: bold;
    font-style: italic;
    font-size: 9pt;
}
/* Master Data Mapping End */

/* Roster Start*/
.DivSeperator {
    border-bottom: solid;
    padding-top: 4px;
    border-color: silver;
    padding-bottom: 2px;
}

.GridHeaderRoster td {
    color: #000000 !important;
    background: #E0E0E0;
    border: 0px;
    font-family: Arial;
    font-weight: normal;
    font-size: 9pt;
    text-transform: uppercase;
    text-align: center;
    line-height: 15pt;
    padding-left: 3px;
    padding-right: 3px;
}

.RosterTable {
    width: 100%;
    padding-left: 5%;
    /*font-family: 'Lato',sans-serif;
    font-weight: bold;*/
    border: 0px;
    font-size: 9pt;
    line-height: 20px;
}
/* Roster End*/

.DivPhoto {
    float: left;
}
.orgSelection .ui-widget-content {
    background: #f5f5f5;
}
.orgSelection div#DivEntity {
    width: 23.5%;
}
.orgSelection div#DivInnerEntity {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgb(155 155 155 / 8%) 0px 2px 5px;
    position: relative;
}
.orgSelection .ui-widget-content {
    background: #f5f5f5;
}

.orgSelection .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #0d0e10;
}
.orgSelection .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background: #0d0e10;
}
.orgSelection .ui-tabs .ui-tabs-nav li.ui-state-default {
    background: #ffffff;
}
.orgSelection .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #140e10!important;
}
.orgSelection .ui-tabs .ui-tabs-nav li.ui-state-default,
.orgSelection .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-radius: 0;
    height: 30px;
    margin-right: 10px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    margin-top: 2px;
}
.orgSelection .ui-tabs .ui-tabs-panel {
    padding: 0;
    background: transparent !important;
}
ul#ulEdit {
    margin-bottom: 0px;
}

.ProfileDetailsTabs div#tabs {
    background: transparent;
}
.ProfileDetailsTabs  .ui-tabs-nav li.ui-state-default {
    background: #fff!important;
    /* min-height: 32px;
        display: flex!important;
    justify-content:center;
    align-items: center;*/
}
.ProfileDetailsTabs .ui-corner-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.LoationMonitorPhoto {
    float: left;
    margin-left: 4%;
    padding-top: 10px;
}

.tblStaff td {
    padding: 9px;
    padding-left: 30px;
}

.ProfilePhoto {
    width: 130px;
    border-radius: 100%;
    border: solid 1px #d6d4d4;
    height: 130px;
    padding: 5px;
}
    .ProfilePhoto {
        margin-bottom: 15px;
    }

    .led-container {
        background-size: cover;
        background: rgb(226,226,226); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
        padding: 20px;
    }

.led-box {
    width: 25%;
    /*margin: 10px 0;*/
    float: left;
    padding-top: 3px;
}

    .led-box p {
        font-size: 12px;
        text-align: center;
        margin: 1em;
    }

.led-red {
    margin: 0 auto;
    width: 10px;
    height: 10px;
    background-color: #F00;
    border-radius: 50%;
    border: 1px solid;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
    -webkit-animation: blinkRed 0.5s infinite;
    -moz-animation: blinkRed 0.5s infinite;
    -ms-animation: blinkRed 0.5s infinite;
    -o-animation: blinkRed 0.5s infinite;
    animation: blinkRed 0.5s infinite;
}

@-webkit-keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #A00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
    }

    to {
        background-color: #F00;
    }
}

@-moz-keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #A00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
    }

    to {
        background-color: #F00;
    }
}

@-ms-keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #A00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
    }

    to {
        background-color: #F00;
    }
}

@-o-keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #A00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
    }

    to {
        background-color: #F00;
    }
}

@keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #A00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
    }

    to {
        background-color: #F00;
    }
}

.led-yellow {
    margin: 0 auto;
    width: 10px;
    height: 10px;
    background-color: #FF0;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 12px;
    -webkit-animation: blinkYellow 1s infinite;
    -moz-animation: blinkYellow 1s infinite;
    -ms-animation: blinkYellow 1s infinite;
    -o-animation: blinkYellow 1s infinite;
    animation: blinkYellow 1s infinite;
}

@-webkit-keyframes blinkYellow {
    from {
        background-color: #FF0;
    }

    50% {
        background-color: #AA0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0;
    }

    to {
        background-color: #FF0;
    }
}

@-moz-keyframes blinkYellow {
    from {
        background-color: #FF0;
    }

    50% {
        background-color: #AA0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0;
    }

    to {
        background-color: #FF0;
    }
}

@-ms-keyframes blinkYellow {
    from {
        background-color: #FF0;
    }

    50% {
        background-color: #AA0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0;
    }

    to {
        background-color: #FF0;
    }
}

@-o-keyframes blinkYellow {
    from {
        background-color: #FF0;
    }

    50% {
        background-color: #AA0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0;
    }

    to {
        background-color: #FF0;
    }
}

@keyframes blinkYellow {
    from {
        background-color: #FF0;
    }

    50% {
        background-color: #AA0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0;
    }

    to {
        background-color: #FF0;
    }
}

.led-green {
    margin: 0 auto;
    width: 10px;
    height: 10px;
    background-color: #ABFF00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
}

.led-blue {
    margin: 0 auto;
    width: 10px;
    height: 10px;
    background-color: #24E0FF;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #006 0 -1px 9px, #3F8CFF 0 2px 14px;
}


/* Advertisement Styles Start*/
.sapLoginContainer {
    background: #f5f6f7!important;
}
.sapLoginContainer #DivNoHeaderForm {
    background: #f5f6f7 !important;
}
.LoginContainer {
    position: relative;
    display: flex;
    margin: 0;
    min-width: 100vh;
    min-height: calc(100vh - 50px);
    justify-content: center;
    align-items: center;
    background-color: white;
    /*overflow: auto;
    border:5px solid red;*/
    /*margin-right: auto;
    margin-left: auto;*/
}

    .LoginContainer #DivNoHeaderForm {
        width: 40%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: calc(100vh - 50px);
        padding-bottom: 50px;
        padding-right: 10px;
        clear: both;
        left: 60%;
    }

    .LoginContainer #TitleHead {
        width: 220px;
        text-align: center;
    }

.IcsAdvSection {
    position: relative;
    display: inline;
    float: left;
    width: 60%;
    justify-content: center;
    align-items: center;
    padding: 10px;
    padding-bottom: 60px;
}

.carousel {
    position: relative;
    display: inline;
    float: left;
    top: 0px;
    width: 100%;
}

.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

/*.carousel-indicators li {
    filter: invert(100%);
} */

.vertical .carousel-inner {
    height: 100vh;
}

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    /* -ms-transition: 0.6s ease-in-out top;*/
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
    left: 0;
    height: 100vh;
}


.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 100%;
}

.carousel.vertical .prev {
    top: -100%;
}

    .carousel.vertical .next.left,
    .carousel.vertical .prev.right {
        top: 0;
    }

.carousel.vertical .active.left {
    top: -100%;
}

.carousel.vertical .active.right {
    top: 100%;
}
/* Advertisement Styles End*/


div#Navigator .langSection {
    position: relative;
    margin-top: 0;
    float: right;
    padding-right: 35px;
    font-style: normal;
    text-transform: none;
}

.breadcrumb {
    height: 50px;
}

.breadcrumb {
    padding: 15px 25px;
    margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
    #inam .containerCarousel {
        max-width: 100%;
    }
    
}

@media only screen and (max-width: 1299px) {
    #inam .containerCarousel {
        max-width: 100%;
    }

   
    .card-bodyHead-img {
        justify-content: center;
        display: flex;
        align-items: center;
    }


    #inam .containerCarousel {
        max-width: 100%;
    }



}

@media only screen and (max-width: 1180px) {
    div#divRatio {
        max-width: 50%!important;
    }
}

@media only screen and (min-width: 768px) {
    #inam .containerCarousel {
        max-width: 100%;
    }
}


@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    .LoginContainer {
        position: relative;
        display: grid;
        margin: 0;
        min-width: 100vh;
        min-height: calc(100vh - 50px);
        /* justify-content: center;
        align-items: center;*/
    }

    .IcsAdvSection {
        position: relative;
        display: grid;
        justify-content: center;
        align-items: center;
        min-width: 100vh;
        min-height: calc((100vh - 50px)/2);
        padding: 5px;
    }

    .LoginContainer #DivNoHeaderForm {
        padding: 0;
        display: grid;
        min-width: 100vh;
        justify-content: center;
        align-items: center;
        min-height: calc((100vh - 50px)/2);
        padding-bottom: 50px;
        padding-right: 10px;
    }
}

.blink_me {
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 8.5pt;
}

.blink_me_ess {
    padding-right: 10px;
    display: inline-block;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 8.5pt;
}

.WelcomeText .blink_me {
    padding-top: 0px;
    padding-right: 25px;
    font-size: 8.5pt;
}

.blink_me a {
    color: white;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

div#Navigator .blink_me a, .sec-header-right .blink_me a {
    color: Red;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 8.5pt;
}


.panel-titleLegent {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    color: inherit;
    font-weight: bold;
    color: #9c9c9c;
    text-transform: uppercase;
    padding-left: 15px;
    text-align: left;
    height: 10px;
}

.panel-title-Small {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    color: inherit;
    font-weight: bold;
    color: #9c9c9c;
    /*text-transform: uppercase;*/
    padding-left: 15px;
    text-align: left;
}

.parent {
    position: relative;
    float: none;
    margin: 0 auto;
    /*border: solid blue 1px;*/
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*div#tbl_Manpower_wrapper {
    overflow: auto;
}*/

.tvDashboardWrapRight .panel.panel-primary.widgets,
.main-widget .panel.panel-primary.widgets {
    border: none;
    box-shadow: none;
}
.tvDashboardWrapLeft .SkillSetRatio1,
.tvDashboardWrapLeft .SkillSetRatio2 {
    width: 60px;
    height: 60px;
    font-size: 18pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
div#div_tbl_Manpower {
    /*width: 80%;*/
    width: 100%;
}

#div_tbl_Ratio {
    width: 20%;
    margin-top: 5px;
}
.ratioWrap {
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}
.ratioWrap h6 {
    margin-bottom: 5px;
}

#tbl_Manpower_wrapper .row:first-child {
    display: none;
}
.tvDashboard .panel-body {
    padding: 0 25px;
}
#tbl_Manpower_wrapper .row + .row, #tbl_Manpower_wrapper .row-fluid + .row-fluid {
    margin-top: 0px;
}
.secondaryWidgets {
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
    bottom: 0px;
    width: 100%;
}
.tvDashboardWrapRight .widget-body.panel-body {
    /*max-height: 560px;*/
    overflow-y: auto;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}
#SkillSetcontainer {
    position: relative;
}
    #SkillSetcontainer div#BasePageContent_PageContent_div_SkillSetGroupDonutChart {
        min-height: 100% !important;
    }
#chart,
#chart-container {
    position: relative;
}
    #totalchart {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #333;
}
.tvDashboard {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    max-height: 600px;
}
.tvDashboardWrapLeft {
    width: 40%;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    background: #fff;
    min-height: 570px;
    position: relative;
}
div#tbl_Manpower_wrapper {
    width: 100%;
}
#divtotalProfile {
    /*
    position: absolute;
    top: 50%;
    left: 160px;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #333;
    */
    display: inline-block;
}
.secondaryWidgets h6 {
    margin-bottom: 10px;
    /* margin-top: 20px; */
    padding-top: 20px;
    padding-left: 20px;
}
.secondaryWidgetsWrap {
    display: flex;
    justify-content: space-between;
}

#tbl_Manpower {
    table-layout: fixed;
    width: 100% !important;
    overflow: hidden;
    word-wrap: break-word;
}
.tvDashboardWrapRight {
    width: 60%;
    max-height: 570px;
    min-height: 570px;
    overflow: auto;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
}
.tvDashboardWrapRight .panel {
    margin-bottom: 0;
}
.tvDashboardTitleWrap {
    margin-top: 40px;
}
.tvDashboardTitleWrap #TitleHeadLeft {
    width: 30%;
}
.tvDashboardTitleWrap #TitleHeadRight {
    width: 70%;
}
.tvDashboardTitleWrap div#TitleHeadRight .dropdown-menu > .active > a {
    color: #fff;
}
div#divRatio {
    display: flex;
    margin-right: 0px;
    /*position: absolute;*/
    left: 0px;
    max-width: 65%;
    overflow: auto;
    padding-left: 30px;
    bottom: 0;
}

.overlap-content {
    /* position: absolute;
    right: 15px;
    bottom: 0; */
    width: 30%;
}
#div_WorkForceTable th.sorting_asc::after {
    display: none;
}
#divRatio .child {
    /* display: contents; */
    margin-right: 30px;
}
    #divRatio .child:nth-last-child(1) {
        margin-right: 0px;
    }
    #divRatio .SkillSetDashboard {
        display: inline-flex;
        width: 40%;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
.tvDashboardWrapLeft .SkillSetDashboard br {
    display: none;
}
.tvDashboardWrapLeft .SkillSetDashboard .panel-title {
    text-align: center;
    display: inline-block;
    font-size: 11px;
    font-weight: 300;
}
.child {
    /*width: 20em;
             height: 40em;*/
        /*border:solid black 1px;*/
        display: inline-block;
        margin: 1.5em 0;
    }

.SkillSetDashboard {
    /*width: 200px;*/
    /*float: left;*/
    /*margin-top: 52px;*/
}
.overlap-content .panel-body {
    padding: 0px;
}
.SkillSetDashboardHeader {
    margin-top: 15px;
    font-family: Arial;
    font-size: 9pt;
    line-height: 12pt;
    text-transform: uppercase;
}

.SkillSetRatio1 {
    font-size: 22pt;
    font-weight: bold;
    height: 100px;
    width: 100px;
    background-color: #70c59c;
    border-radius: 100px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
}

.SkillSetRatio2 {
    font-size: 22pt;
    font-weight: bold;
    height: 100px;
    width: 100px;
    background-color: #fdba52;
    border-radius: 100px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
}

.SkillSetRatio3 {
    font-size: 22pt;
    font-weight: bold;
    height: 100px;
    width: 100px;
    background-color: #aaa7d4;
    border-radius: 100px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
}

.tooltipClass {
    clear: both;
    z-index: 100;
    background-color: #ffffff !important;
    padding: 5px !important;
    color: #333 !important;
}

.control-label {
    color: black;
    font-weight: normal;
}

.multilinetextbox {
    width: 250px;
}

.tabSplit {
    clear: both;
}

.ProfileDetailsHeader, .ProfileDetailsTabs {
    width: 100%;
    float: left;
}

.ProfileDetailsContent {
    float: left;
}

    .ProfileDetailsContent-right {
        float: right;
    }

.ProfileQRCode {
    width: 130px;
    height: 130px;
}

.VisitorProfileDetailsHeader, .VisitorProfileDetailsContent, .VisitorProfileDetailsContainer {
    width: 100%;
    float: left;
}

/* Calendar Page - Start */

.label {
    color: #000000;
    display: inline-table;
    font-size: 7pt;
    font-weight: 300;
}

.myCalendar {
    background-color: #FFFFFF;
    width: 100%;
    /*border-top: 0px !important;*/

    font-size: 9pt;
    font-weight: 400;
}

    .myCalendar a {
        text-decoration: none;
    }

    .myCalendar .myCalendarTitle {
        height: 40px !important;
        /*font-weight: bold; 
    font-size: 12pt;  
    background-color: #2DA73B;*/
        background-color: #E0E0E0;
        /*color: #FFFFFF;*/
        color: #000000;
        text-transform: uppercase;
    }

    .myCalendar th.myCalendarDayHeader {
        /*border-bottom: outset 1px #2DA73B;
    border-right: outset 1px #2DA73B;*/
        border-bottom: outset 1px #E0E0E0;
        border-right: outset 1px #E0E0E0;
        color: #333333;
        height: 8pt;
        text-align: center;
        font-weight: normal;
    }

    .myCalendar td.myCalendarDay,
    .myCalendar td.myCalendarOtherMonth {
        /*border: outset 1px #2DA73B;*/
        border: outset 1px #E0E0E0;
        background-color: white;
        cursor: pointer;
        height: 100px !important;
        text-align: left;
        vertical-align: baseline;
    }

    .myCalendar td.myCalendarDay {
        color: #000000 !important;
        background-color: #FFFFFF !important;
    }

        .myCalendar td.myCalendarDay a {
            color: #000000 !important;
        }

    .myCalendar td.myCalendarOtherMonth {
        color: #999999 !important;
    }

    .myCalendar td.myCalendarWeekEnd a {
        color: #FF0000;
    }

    .myCalendar .myCalendarNextPrev {
        text-align: center;
        /*color: #FFFFFF;*/
        color: #000000;
    }

    .myCalendar td.myCalendarOtherMonth a {
        color: #999999 !important;
    }

    .myCalendar td.myCalendarSelector a {
        background-color: #FFFFFF;
        font-size: 9pt;
        color: #999999 !important;
    }

td.myCalendarSelector {
    background-color: #FFFFFF !important;
}

.myCalendar .myCalendarNextPrev a {
    /*color: #FFFFFF !important;*/
}

.myCalendarDay div,
.myCalendarOtherMonth div {
    position: relative;
    padding: 2px 4px;
    border: 0px solid transparent;
    border-bottom: 1px solid #FFFFFF;
    line-height: 15px;
    color: #FFFFFF !important;
}

.dayEvent {
    background-color: #00BC22;
}

.dayEventInactive {
    background-color: #BABABA;
    background-image: url(../img/revoke.png);
    background-repeat: no-repeat;
    background-position: 97% 96%;
    background-size: 14pt;
}

.dayEventPast {
    background-color: #BABABA;
}

.dayEventAttendMiss {
    background-color: #b32481fc;
}

.dayEvent_100 {
    background-color: #FF5E33;
}

.dayEvent_50 {
    background-color: #FF9A00;
}

.dayEvent, .dayEventInactive, .dayEventPast, .dayEvent_100, .dayEvent_50, .dayEventAttendMiss {
    margin: 3pt;
    border-radius: 5pt;
}

    .dayEvent p,
    .dayEventInactive p,
    .dayEventPast p,
    .dayEvent_100 p,
    .dayEvent_50 p,
    .dayEventAttendMiss p {
        line-height: 10pt;
        font-size: 9pt;
        margin: 3px 0px;
    }

        .dayEvent p:nth-child(6),
        .dayEventInactive p:nth-child(6),
        .dayEventPast p:nth-child(6),
        .dayEvent_100 p:nth-child(6),
        .dayEvent_50 p:nth-child(6),
        .dayEventAttendMiss p:nth-child(6) {
            margin-top: 5px;
            border-top: 1px dashed;
            padding-top: 4px;
        }

        .dayEvent p:nth-child(7),
        .dayEventInactive p:nth-child(7),
        .dayEventPast p:nth-child(7),
        .dayEvent_100 p:nth-child(7),
        .dayEvent_50 p:nth-child(7),
        .dayEventAttendMiss p:nth-child(7) {
            margin-top: 5px;
            border-top: 1px dashed;
            padding-top: 4px;
        }

.tblFilter {
    text-align: center;
    /*
    font-size: 9pt;
    font-weight: bold;*/
}

    .tblFilter tr {
        vertical-align: baseline;
    }

    .tblFilter td {
        padding: 3px;
    }
/* Calendar Page - End */

.TransformVertical {
    white-space: nowrap;
    float: left;
    position: relative;
    width: 50px;
    top: 60px;
    border-style: none;
    font-size: 12px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.VerticalHeader {
    min-width: 40px;
    height: 165px;
}

.ButtonMini {
    text-transform: uppercase;
    padding: 5px 15px;
    min-width: 40px;
    margin-bottom: 15px;
    margin-left: 3px;
    font-size: 8.5pt;
    font-weight: bold;
    cursor: pointer;
    color: #2DA73B;
    text-align: center;
    background: #FFFFFF;
    background-clip: padding-box;
    border: solid 1px #0264da;
    border-radius: 5px;
    height: 25px;
}

.empty-circle {
    border-radius: 5px;
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-right: 2px;
    border: 0.5px solid #DCDCDC;
}

    /*DashBoard Styles Start*/
.PieChart-Count-hreflink {
    text-decoration: underline !important;
    color: #0264DA !important;
}

.PieChart-Count-align-center {
    text-align: center;
}

#ChartToolTipdiv {
    position: absolute;
    background: rgb(255, 255, 255);
    z-index: 1040;
    padding: 0.4em 0.6em;
    border-radius: 0.5em;
    font-size: 0.8em;
    border: 1px solid rgb(17, 17, 17);
    white-space: nowrap;
}

.imgs {
    position: relative;
    width: 35px;
    height: 35px;
    display: block;
}

.imgover:hover img {
    transform: scale(6.5);
    position: relative;
    left: 100px;
    z-index: 3;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#Chart_WorkForceDailyStatistics .flot-x-axis .flot-tick-label {
    white-space: nowrap;
    transform: translate(10px, 0) rotate(-90deg);
    height: 32px;
}

.panel-body {
    padding: 25px;
}

#Chart_WorkForceMonthlyStatistics .flot-x-axis .flot-tick-label {
    white-space: nowrap;
    text-indent: 50%;
    height: 32px;
}

.Dckpnl-GridInfo-width {
        width: 97.5%;
        margin-left: 15px !important;
}

.Dckpnl-GridHeading-caption {
    color: #0D0E10;
    font-weight: bold;
    font-size: 12px;
}

.portlet-body-div-center {
    text-align: center;
}

.Birthday-hreflink {
    text-decoration: none !important;
}

.marquee {
    height: 290px;
    color: #0D0E10;
}

.pnltxtalign {
    text-align: center;
    padding-right: 20%;
    margin-top: 5%;
}

.cardMarigin {
    margin-top: 5%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #2ab934;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.slider:after {
        content: 'OFF';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 67%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider:after {
    content: 'ON';
    left: 35%;
}

.DivDashboardInnerEntity {
    /* min-height: 190px;
         width: 150px;*/
    border: 3px solid #BFBFBF;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 9pt;
    text-align: center;
    padding: 20px 7px 18px 7px;
    color: #1c1c1c;
        margin-left: auto;
        margin-right: auto;
    background-color: white;
}

.iconImageSize {
    width: 194px;
    height: 119px;
}

/*DashBoard Styles End*/

/*Editor Styles Start*/
.editor-text-align {
    text-align: left;
}
/*Editor Styles End*/

.container-margin{
    margin-top:55px;
}
