@font-face {
    font-family: ArialMono;
    src: url(../../fonts/ufonts.com_arial-monospaced-mt.ttf);
}

.ddlStyle {
    display: block;
    width: 75px;
    height: 25px !Important;
    padding: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px;
}

.txtStyle {
    min-width: 80px;
}

.lblCode {
    width: 50% !Important;
}

.dutyRosterWk1 {
    background-color: #D2D6DE;
    border: 1px solid #666666;
}

.dutyRosterWk2 {
    background-color: #C0DAE8;
    border: 1px solid #666666;
}

.dutyRosterWk3 {
    background-color: #C0DAE8;
    border: 1px solid #666666;
}

.dutyRosterWk4 {
    background-color: #D2D6DE;
    border: 1px solid #666666;
}

.dutyRosterWk5 {
    background-color: #D2D6DE;
    border: 1px solid #666666;
}

.dutyRosterWk6 {
    background-color: #C0DAE8;
    border: 1px solid #666666;
}

.table-scrollable > .table > thead > tr > th,
.table-scrollable > .table > tbody > tr > th,
.table-scrollable > .table > tfoot > tr > th,
.table-scrollable > .table > tfoot > tr > th,
.table-scrollable > .table > tfoot > tr > td {
    white-space: nowrap;
}

.table-scrollable > .table-bordered {
    border: 0;
}

    .table-scrollable > .table-bordered > thead > tr > th:first-child,
    .table-scrollable > .table-bordered > tbody > tr > th:first-child,
    .table-scrollable > .table-bordered > tfoot > tr > th:first-child,
    .table-scrollable > .table-bordered > thead > tr > td:first-child,
    .table-scrollable > .table-bordered > tbody > tr > td:first-child,
    .table-scrollable > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-scrollable > .table-bordered > thead > tr > th:last-child,
    .table-scrollable > .table-bordered > tbody > tr > th:last-child,
    .table-scrollable > .table-bordered > tfoot > tr > th:last-child,
    .table-scrollable > .table-bordered > thead > tr > td:last-child,
    .table-scrollable > .table-bordered > tbody > tr > td:last-child,
    .table-scrollable > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-scrollable > .table-bordered > thead > tr:last-child > th,
    .table-scrollable > .table-bordered > tbody > tr:last-child > th,
    .table-scrollable > .table-bordered > tfoot > tr:last-child > th,
    .table-scrollable > .table-bordered > thead > tr:last-child > td,
    .table-scrollable > .table-bordered > tbody > tr:last-child > td,
    .table-scrollable > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }

.marginTop {
    margin: 10px 0 0 0;
}


.thumbnail:hover {
    transform: scale(2.0);
}

.rcornersblue {
    border: 1px solid #C0C0C0;
}

.showInfoBlock {
    height: auto;
    padding: 0px;
    margin: 0 4px 0 4px;
    cursor: pointer;
}

.showInfo {
    display: none;
}

    .showInfo span {
        font-weight: bold;
        text-underline-position: below;
        color: #ffd800;
    }

    .showInfo ul {
        margin: 0px;
        padding: 0 0 0 10px;
        float: left;
    }

    .showInfo li {
        margin-top: 5px;
    }

textarea {
    resize: none;
}

.ddlStyleHeight {
    width: auto;
    height: 28px !Important;
    border: 1px solid #ccc;
    box-shadow: none !Important;
}


.smallText {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 28px;
    padding: 0 4px 0 0;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    text-align: right !Important;
}

.SmallScreen {
    position: fixed;
    height: 200px;
    overflow: auto;
    background: #D0DFEA;
    z-index: 99999 !important;
    background: rgba(237, 233, 233, 0.5);
}


.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background: #D0DFEA;
    z-index: 99999 !important;
    background: rgba(237, 233, 233, 0.5);
}

.centered {
    width: 100px;
    background-color: transparent !Important;
    padding: 10px;
    height: 100px;
    position: absolute;
    margin-top: -50px;
    margin-left: -50px;
    top: 50%;
    left: 50%;
}


.SuccessDiv {
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    background-color: #BDFB9D;
    color: black;
    display: none;
    margin: 0 0 10px 0;
}

.FailureDiv {
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    background-color: #FBDDD7;
    color: black;
    display: none;
    margin: 0 0 10px 0;
}

.SuccessDivCustomError {
    width: 100%;
    min-height: 40px;
    height: auto;
    line-height: 39px;
    float: left;
    background-color: #BDFB9D;
    color: black;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    color: #000000;
    border-left: 5px solid #1bcb00;
}

.FailureDivCustomError {
    width: 100%;
    min-height: 40px;
    height: auto;
    line-height: 39px;
    float: left;
    background-color: #FBDDD7;
    color: black;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    color: #000000;
    border-left: 5px solid #ae0606;
}

.FirstoverTimeContent {
    min-height: 227px !Important;
    height: auto;
}


.Contenttoggle {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.entry-title {
    width: 100%;
    cursor: pointer;
    background-color: #ffffff;
    /*background-image: linear-gradient(to bottom, #dae2ea, #bfdaea);*/
    background-color: #D6D6D6;
    background-repeat: repeat-x;
    border-bottom: 1px solid #dddddd;
    color: #000;
    display: block;
    padding: 10px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    font-family: "Source Sans Pro",sans-serif;
    border-top: 2px solid #3C8DBC;
    /*border-radius: 5px 5px 0 0;*/
    border: 1px solid #3C8DBC;
}

h2.entry-title {
    width: 100% !Important;
    float: left;
    color: #0084A0;
    background-color: #EEEEEE;
    font-size: 12px;
    font-weight: bold;
}

.overTimeContent {
    float: left;
    width: 100%;
    height: 265px;
    overflow: hidden;
    background-color: #EEEEEE;
    /*border-radius: 0 0 5px 5px;*/
    border-left: 1px solid #3C8DBC;
    border-right: 1px solid #3C8DBC;
    border-bottom: 1px solid #3C8DBC;
}

.GVHeader {
    background-color: #EEEEEE !Important;
    line-height: 40px;
    border: 1px solid #3C8DBC;
    margin: 0 0 10px 0 !Important;
}

.GVHeader-title {
    height: auto;
    float: left;
    width: 100%;
}

.gbwhite {
    background-color: #fff;
}

.colContentBG {
    float: left;
    width: 100%;
    height: 227px;
    /*overflow: hidden;*/
    overflow: visible;
    background-color: #EEEEEE;
    /*border-radius: 0 0 5px 5px;*/
    border-left: 1px solid #3C8DBC;
    border-right: 1px solid #3C8DBC;
    border-bottom: 1px solid #3C8DBC;
}

.Col-title {
    width: 100%;
    cursor: pointer;
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #dae2ea, #bfdaea);
    background-repeat: repeat-x;
    border-bottom: 1px solid #dddddd;
    color: #03466D;
    display: block;
    padding: 10px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    font-family: "Source Sans Pro",sans-serif;
    border-top: 2px solid #3C8DBC;
    border-radius: 5px 5px 0 0;
    border: 1px solid #3C8DBC;
}

h2.Col-title {
    width: 100% !Important;
    float: left;
    color: #0084A0;
    background-color: #EEEEEE;
    font-size: 12px;
    font-weight: bold;
}

.paddingOT {
    padding-bottom: 2px!Important;
}

.ddlMakeUp {
    font-family: "ArialMono";
}

.exportBG {
    float: left;
    width: 100%;
    min-height: 70px;
    height: auto;
    overflow: hidden;
    background-color: #EEEEEE;
    /*border-radius: 0 0 5px 5px;*/
    border-left: 1px solid #3C8DBC;
    border-right: 1px solid #3C8DBC;
    border-bottom: 1px solid #3C8DBC;
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;
}

.styleSelect {
    font-family: monospace !Important;
    font-family: 'ArialMono';
    font-size: 14px;
    width: 100%;
    border: 1px solid #d2d6de;
    padding: 0 40px 0 10px !Important;
    -moz-appearance: none !Important;
    -webkit-appearance: none !Important;
    background-image: url('../../../Artifacts/images/ddlArrow.png') !Important;
    background-position: right !Important;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
    height: 34px !Important;
    overflow: hidden;
}

    .styleSelect option:nth-child(even) {
        background-color: #EEEEEE !Important;
        height: 35px !Important;
        padding: 5px 0 0 15px !Important;
        line-height: 400px !Important;
    }

    .styleSelect option:nth-child(odd) {
        background-color: #FFFFFF !Important;
        height: 35px !Important;
        padding: 5px 0 0 15px !Important;
    }

.ddlSelectNoBG {
    font-size: 14px;
    width: 100%;
    border: 1px solid #d2d6de;
    padding: 0 40px 0 10px !Important;
    -moz-appearance: none !Important;
    -webkit-appearance: none !Important;
    background-image: url('../../../Artifacts/images/ddlArrow.png') !Important;
    background-position: right !Important;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
    height: 34px !Important;
    overflow: hidden;
}

.notificationDiv {
    width: 400px;
    z-index: 10000;
    position: absolute;
    bottom: 10px;
    right: 0px;
    color: #FFF;
    padding: 0px;
    margin: 0 -50px 10px 0;
    border-radius: 3px;
    line-height: 30px;
}

.notificationIcon {
    width: 10px;
    height: 10px;
    z-index: 10001;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 15px;
    margin: 0 10px 50px 0;
}

.table tr th a {
    color: #333 !Important;
}


.containerlogoin {
    height: 100%;
}

.filllogin {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #990000;
    padding: 10px;
    color: #efefef;
}

/*Added by Suruthi for Help box new*/
.showInfo1 span {
    font-weight: bold;
    text-underline-position: below;
    color: #ffd800;
}

.showInfo1 ul {
    margin: 0px;
    padding: 0 0 0 10px;
    float: left;
}

.showInfo1 li {
    margin-top: 5px;
}

.CommentsNormal {
    width: 70px;
    height: 28px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 4px;
    text-align: left !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

    .CommentsNormal:focus {
        width: 300px;
        height: 80px;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        color: #555;
        display: block;
        font-size: 14px;
        line-height: 1.42857;
        padding: 5px;
        text-align: left !important;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        z-index: 1000;
        position: absolute;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }

.sortFont {
    font: normal normal normal 14px/1 FontAwesome;
}

.down ::before {
    box-sizing: border-box;
    content: "\f0dd";
    float: left;
    margin: 0 10px 0 0;
    color: rgb(53, 124, 165);
    font: normal normal normal 14px/1 FontAwesome !Important;
}

.up ::before {
    content: "\f0de";
    float: left;
    margin: 0 10px 0 0;
    color: rgb(53, 124, 165);
    font: normal normal normal 14px/1 FontAwesome !Important;
}


.gridviewHeaderFont tbody tr th a {
    width: 100%;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.gridviewHeaderFont {
    border-color: #fff;
    padding: 10px 0 0 10px;
    /*background-color: red;*/
}

    .gridviewHeaderFont > tbody > tr > td > table {
        height: 35px !Important;
        border-right: 0!Important;
        border-left: 1px solid #ccc!Important;
        float: right!Important;
    }

        .gridviewHeaderFont > tbody > tr > td > table > tbody > tr > td {
            padding: 0;
        }

            .gridviewHeaderFont > tbody > tr > td > table > tbody > tr > td > a > table > tbody > tr > td:first-of-type {
                background-color: #fff;
                border-top: 1px solid #ccc;
                border-right: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                color: #337ab7;
                font-size: 14px;
                font-weight: 400;
                text-transform: uppercase;
                letter-spacing: 2px;
                height: 34px;
            }

                .gridviewHeaderFont > tbody > tr > td > table > tbody > tr > td > a > table > tbody > tr > td:first-of-type:hover {
                    background-color: #337ab7;
                    color: #fff;
                    border-color: #337ab7;
                }
    .gridviewHeaderFont tbody tr th a {
        width: 100%;
        font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 14px;
    }

.gridviewHeaderFontTableleft {
    border-color: #fff;
    padding: 10px 0 0 10px;
    /*background-color: red;*/
}

    .gridviewHeaderFontTableleft > tbody > tr > td > table {
        height: 35px !Important;
        border-right: 0 !Important;
        border-left: 1px solid #ccc !Important;
        float: left !Important;
    }

        .gridviewHeaderFontTableleft > tbody > tr > td > table > tbody > tr > td {
            padding: 0;
        }

            .gridviewHeaderFontTableleft > tbody > tr > td > table > tbody > tr > td > a > table > tbody > tr > td:first-of-type {
                background-color: #fff;
                border-top: 1px solid #ccc;
                border-right: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                color: #337ab7;
                font-size: 14px;
                font-weight: 400;
                text-transform: uppercase;
                letter-spacing: 2px;
                height: 34px;
            }

                .gridviewHeaderFontTableleft > tbody > tr > td > table > tbody > tr > td > a > table > tbody > tr > td:first-of-type:hover {
                    background-color: #337ab7;
                    color: #fff;
                    border-color: #337ab7;
                }

input[type=text]:disabled {
    border-radius: 0px !important;
    box-shadow: none;
    border-color: #d2d6de;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0px !important;
    box-shadow: none;
    border-color: #d2d6de;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
}

.notificationStyle {
    width: 350px;
    background-color: #186987;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
    left: auto;
    right: 0;
    margin: 0px;
    padding: 0px;
    min-height: 30px;
    height: auto;
    float: left;
}

    .notificationStyle .titleNotiifcation {
        width: 100%;
        font-size: 20px;
        float: left;
        margin: 0 0 5px 0;
        padding: 10px 20px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        height: 50px;
        background-color: #105870;
    }

    .notificationStyle ul {
        list-style-type: none;
        width: 100%;
        padding: 0px;
        margin: 0px;
        float: left;
    }

        .notificationStyle ul li {
            width: 100%;
            padding: 0px;
            margin: 0 0 0px 0px;
            float: left;
            border-bottom: 1px solid #ffd800;
        }

    .notificationStyle .usernotificationIcon {
        width: 38px;
        height: 38px;
        float: left;
        padding: 5px;
        margin: 0px;
    }

    .notificationStyle .usernotificationText {
        width: 60%;
        height: 38px;
        float: left;
        padding: 5px;
        margin: 0px;
        color: #fff;
        font-size: 14px;
        line-height: 33px;
    }

    .notificationStyle .usernotificationText {
        width: 65%;
        height: 38px;
        float: left;
        padding: 5px;
        margin: 0px;
        color: #fff;
        font-size: 14px;
        line-height: 28px;
    }

    .notificationStyle .usernotificationtimelapse {
        width: 22%;
        height: 38px;
        float: right;
        padding: 5px;
        margin: 0px;
        color: #ffd800;
        font-size: 14px;
        line-height: 28px;
    }

.bellNotiifcationStyle {
    position: fixed !important;
    bottom: 0;
}


.notificationStyle .usernotificationIcon .showUserName {
    z-index: 1000;
    position: relative;
    min-width: 80px;
    width: auto;
    float: left;
    height: auto;
    display: none;
    background-color: #ffd800;
    color: black;
    border-bottom: 1px solid #a5a5a5;
    font-family: 'Open Sans', sans-serif !important;
    padding: 5px;
    top: 2px;
    left: 30px;
    bottom: 0px;
}


.notificationStyle .usernotificationIcon:hover .showUserName {
    display: block;
}

/*Home Page Style*/

.homepageBox {
    background-color: whitesmoke;
    border: 1px solid #fff;
}

.homeMenu {
    width: 70%;
    padding: 0px;
    margin: 0px;
    height: auto;
    float: right;
    list-style-type: none;
}

    .homeMenu li {
        float: left;
        width: 46.5%;
        height: 100px;
        margin: 5px;
        padding: 5px;
        background-color: #186986;
        border: 1px solid #186987;
    }

    .homeMenu .menuTitle {
        width: 100%;
        height: 22px;
        margin: 0px;
        padding: 0px;
        text-align: center;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        border-bottom: 1px solid #fff;
    }

    .homeMenu .menuIcon {
        width: 100%;
        height: 80px;
        margin: 10px 0 0 0;
        padding: 0px;
        text-align: center;
    }

.approverPendingBg {
    width: 30%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
    background-color: #E24E65;
}


    .approverPendingBg .approverHeading {
        width: 100%;
        height: 20px;
        color: #fff;
        margin: 8px;
        font-size: 14px;
    }

    .approverPendingBg ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .approverPendingBg ul li {
            width: 100%;
            float: left;
            margin: 0px;
            padding: 8px 5px;
            background-color: whitesmoke;
            min-height: 30px;
            border-bottom: 1px solid #ccc;
        }


.licenseStyle {
    width: 100%;
    float: left;
    margin: 0 0 0 7px;
    padding: 0px;
    height: auto;
}

    .licenseStyle ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

.blueBg {
    background-color: #0090D9;
}

.redBg {
    background-color: #C85857;
}

.greenBg {
    background-color: #17A68A;
}

.perpulBg {
    background-color: #8877A9;
}

.blockNumber {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}


.homeBlock {
    width: 200px;
    height: 160px;
    margin: 5px 5px 0px 10px;
    padding: 10px;
    float: left;
    position: relative;
}

.homeBlock50 {
    width: 438px;
    height: 150px;
    margin: 5px 0px 5px 5px;
    padding: 10px;
    float: left;
    position: relative;
}



.HomeBlkimage {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    opacity: 0.4;
    margin: 0 0 -3px 0;
}

.HomeBlktext {
    z-index: 2;
    position: absolute;
    color: white;
    font-size: 16px;
    font-weight: bold;
    left: 0px;
    top: 0px;
    padding: 10px;
}

.HomeBlktextSmall {
    z-index: 2;
    position: absolute;
    color: white;
    font-size: 12px;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    margin: 0px;
}

.HomeBlktextBold {
    z-index: 2;
    position: absolute;
    color: white;
    font-size: 36px;
    font-weight: bold;
    left: 0px;
    top: 24px;
    padding: 10px;
    margin: 10px 0 0 0;
}

.textFileBg {
    width: 219px;
    height: auto;
    background-color: #F0F0F0;
    float: left;
    padding: 8px;
    margin: 2px;
    box-shadow: 0 20px 7px -19px rgba(0, 0, 0, 0.7);
    border: 1px solid #ccc;
}

    .textFileBg ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        /*background-color: red;*/
    }

        .textFileBg ul li {
            width: 100%;
            float: left;
            margin: 5px 0px;
            padding: 0px;
            border-bottom: 1px solid #ccc;
        }


.attBoxStyle {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

.menuSeperator {
    border-right: 1px solid #D0DFEA;
    box-shadow: 0 0 0 1px #186986;
    height: 20px;
    margin: 7px 0 0 5px;
}

/* Dashboard homepage attendanceArea*/

.attendanceArea {
    width: 100%;
    height: 180px;
    float: left;
    margin: 5px 0 0 0;
    padding: 0px;
}

.attendanceAreatitleTxt {
    background-color: #343A4A;
    border-radius: 0 80px 0 0;
    font-size: 13px;
    font-weight: bold;
    float: left;
    color: #fff;
    padding: 5px 25px 5px 10px;
}

.attendanceAreaCircleArea {
    width: 85%;
    height: 180px;
    float: right;
    margin: 0;
    padding: 0px !Important;
}

    .attendanceAreaCircleArea .currentDate {
        float: right;
        font-size: 14px;
        width: auto;
        height: auto;
        margin: 0px;
        color: #17A68A;
        font-weight: bold;
    }


    .attendanceAreaCircleArea ul {
        width: 100%;
        list-style-type: none;
        float: left;
        margin: 0px;
        padding: 0px;
    }

    .attendanceAreaCircleArea li {
        width: 33%;
        height: 26px;
        margin: 0px;
        float: left;
        padding: 0px;
        margin: 0px;
        color: #fff;
        font-weight: 100;
        font-size: 12px;
        text-align: center;
        line-height: 23px;
    }

.attendanceBg {
    background-color: #343A4A;
}

/* Dashboard homepage attendanceArea*/


/* RecentProcess */

.recentProcessBlock {
    width: 100%;
    height: 280px;
    float: left;
    padding: 0px;
    margin: 0px;
    background-color: #2F3438;
    border-radius: 2px;
    overflow: hidden;
}

    .recentProcessBlock .recentProcessTitle {
        background-color: #17A68A;
        margin: 0px;
        padding: 5px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        border-radius: 2px;
    }

.recentProcessRow {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .recentProcessRow ul {
        width: 100%;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        .recentProcessRow ul li {
            width: 100%;
            min-height: 28px;
            height: auto;
            float: left;
            border-bottom: 1px solid #000;
            box-shadow: 0 1px 0 0 #555;
            margin: 0px;
            padding: 0px;
        }

            .recentProcessRow ul li .rpImg {
                height: 50px;
                float: left;
                width: auto;
                padding: 5px;
                margin: 0px;
            }

            .recentProcessRow ul li .rpRadius {
                border-radius: 50%;
            }

            .recentProcessRow ul li .rpName {
                float: left;
                width: 80%;
                min-height: 25px;
                height: auto;
                line-height: 32px;
                height: auto;
                padding: 0 0 0 5px;
                color: #fff;
                font-size: 12px;
            }

            .recentProcessRow ul li .rpTask {
                float: left;
                width: 40%;
                height: auto;
                padding: 2px 0 0 5px;
                color: #FEE800;
                font-size: 12px;
            }

            .recentProcessRow ul li .rpDateTime {
                float: right;
                width: 38%;
                height: auto;
                padding: 2px 5px 0 0;
                color: #fff;
                font-size: 12px;
                text-align: right;
            }
/* RecentProcess */


/*ShiftBlock*/

.shiftBlock {
    width: 100%;
    height: 280px;
    float: left;
    padding: 0px;
    margin: 0px;
    border-radius: 2px;
    background-color: #fff;
}

    .shiftBlock .shiftTitle {
        background-color: #17A68A;
        margin: 0px;
        padding: 5px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        border-radius: 2px;
    }


/*ShiftBlock*/




/*Home Page Style*/
.onFocusHeight {
    height: auto !important;
}


@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .homeBlock {
        width: 180px;
        height: 160px;
        margin: 5px 4px 0px 8px;
        padding: 10px;
        float: left;
        position: relative;
    }

    .attendanceAreaCircleArea {
        width: 100%;
        height: 180px;
        float: right;
        margin: 0;
        padding: 0px !Important;
    }
}

@media screen and (min-width: 800px) and (max-width: 1025px) {
    .homeBlock {
        width: 130px;
        height: 160px;
        margin: 5px 5px 0px 5px;
        padding: 10px;
        float: left;
        position: relative;
    }

    .attendanceAreaCircleArea {
        width: 100%;
        height: 180px;
        float: right;
        margin: 0;
        padding: 0px !Important;
    }
}

.ajax__scroll_none {
    overflow: visible !Important;
    display: table !Important;
    width: 100% !Important;
}

.cb label {
    margin: 0 10px 0 10px;
    color: #17A68A;
    font-weight: bold;
    font-size: 13px;
}

.cbBlue label {
    margin: 0 10px 0 10px;
    color: #3C8DBC;
    font-weight: bold;
    font-size: 13px;
}

/* DIV Center style */

.center {
    margin: auto;
    width: 894px;
    border: 0px solid #73AD21;
    padding: 0px;
}

.centerFilter {
    margin: auto;
    width: 800px;
    border: 0px solid #73AD21;
    padding: 0px;
}

.bottomBorder {
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d6d6d6;
}

.IntialBg {
    line-height: 50px;
    height: 50px;
    font-weight: bold;
    font-size: 14px;
}

.bgNumber {
    font-size: 28px;
    color: black;
    background-color: #ccc;
    text-align: right;
}

.bgBlue {
    color: #fff;
    background-color: #3C8DBC;
}

.bgGreen {
    color: #fff;
    background-color: #17A68A;
}

.bgRed {
    color: #fff;
    background-color: #D35400;
}

#stickyTop {
    width: 100%;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
}

    #stickyTop.stick {
        margin-top: 0 !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
    }
