/* @group global reset */
html, body {
    padding: 0;
    margin: 0;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

sup {
    vertical-align: top;
    line-height: 1;
}

fieldset, dd, button, form {
    margin: 0;
    padding: 0;
    border: none;
}

ul, ul li, ol, ol li, dl, p, input {
    margin: 0;
    padding: 0;
}

    ul li, ol li, menu li {
        list-style-type: none;
    }

img, a img {
    border: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

input, button, label, td {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

abbr, article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video, blockquote, address {
    margin: 0;
    padding: 0;
}

.buttoncalc {
    background: url('./Images/icn_Calculator.png') no-repeat;
    cursor: pointer;
    border: none;
    padding:10px;
}
header, footer, nav, menu, section, aside, article, details, summary, address {
    display: block;
    zoom: 1;
    width: 100%;
}
/* @end */

/* @group Default Element Styles */
body {
    font: normal 12px/16px arial;
    color: #666;
    background: #fff;
}

h1 {
    font: normal 22px/27px "Calibri", "arial";
    color: #000;
}

h2 {
    font: normal 20px/24px "Calibri", "arial";
    color: #000;
}

h3 {
    font: normal 18px/22px "Calibri", "arial";
    color: #181818;
}

h4 {
    font: normal 16px/20px "Calibri", "arial";
    color: #181818;
}

h5 {
    font: normal 14px/18px "Calibri", "arial";
    color: #181818;
}

p {
    font: normal 12px/16px arial;
    color: #666;
}

a {
    text-decoration: none;
    color: #0086c1;
    cursor: pointer;
    outline: 0;
}

    a:hover {
        text-decoration: none;
        color: #006e9e;
    }

    a:hover, a:active, a:focus {
        outline: 0;
    }

input[type=text], input[type=password], textarea {
    border: 1px solid #dfdfdf;
    font: normal 12px/15px arial;
    color: #333;
    padding: 5px;
    width: 190px;
    outline: 0;
    position: relative;
    /*z-index: 1;*/
    display: block;
}

textarea {
    width: 190px;
    height: 60px;
}

    input:active, textarea:active {
        outline: 0;
    }

    input:focus, textarea:focus {
        outline: 0;
        box-shadow: 0 0 10px 1px #ddd;
        -moz-box-shadow: 0 0 10px 1px #ddd;
        -webkit-box-shadow: 0 0 10px 1px #ddd;
    }

select {
    width: 203px;
}
/* @end */

/* @group clearfix */
.clearfix {
    zoom: 1;
}

    .clearfix:after {
        clear: both;
        content: '.';
        display: block;
        visibility: hidden;
        height: 0;
        font-size: 0;
    }

.clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* + html .clearfix {
    display: inline-block;
}
/* @end */

/* @group Sprite Style */
.icon, .ui-dialog-titlebar-close, .datepickerBox .ui-datepicker-trigger, .ui-multiselect span.ui-icon, .ui-dialog .ui-dialog-titlebar-close, .attachedDoc li, .leaveToolTip .toolTipArr, .accTitle span, .dashMyDetails h3 a, .halfIcon, .toolTip .toolTipArr, .indNewUpdates strong, .lpContainer .calPrevious, .lpContainer .calNext, .calIndList .indMyLeave i, .downloadLink, .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next, .ui-multiselectsort li a.action, .moreFilter a, .lessFilter a, .passwordStrength, .ui-multiselectsort li span.ui-icon-arrowthick-2-n-s {
    background-image: url(images/sprites/icons.png);
    background-repeat: no-repeat;
}
/* @end */

/* @group Patterns */
.fLt {
    float: left;
    padding-bottom:2px;

}

.fRt {
    float: right;
}

.block {
    display: block;
}

.LeaveRequest
{       
    padding-right: 18px;
    padding-top: 5px;
    background: url("Images/Thumbs up.png") no-repeat center 3px;    
}

.LeaveCancelReq
{
    padding-right: 18px;
    padding-top: 5px;
    background: url("Images/Thumbs down.png") no-repeat center 3px;    
}

.ReadyForAction
{
    padding-right: 25px;
    padding-top: 1px;
    background: url("Images/inQueue.png") no-repeat center 0px;    
}

.Info
{
    padding-right: 18px;
    padding-top: 5px;
    background: url("Images/info.png") no-repeat center 3px;    
}

 .LevSessionInfo
{
    padding-right: 18px;
    padding-top: 5px;
    background: url("Images/clock.png") no-repeat center 3px;    
}     



.alignCenter {
    text-align: center;
}

.rPos {
    position: relative;
}

.aPos {
    position: absolute;
}

.marB0 {
    margin-bottom: 0px;
}

.marB5 {
    margin-bottom: 5px;
}

.marB10 {
    margin-bottom: 10px;
}

.marB15 {
    margin-bottom: 15px;
}

.marB20 {
    margin-bottom: 20px;
}

.marB25 {
    margin-bottom: 25px;
}

.marB30 {
    margin-bottom: 30px;
}

.marR5 {
    margin-right: 5px;
}

.marR10 {
    margin-right: 10px;
}

.marR15 {
    margin-right: 15px;
}

.padT30 {
    padding-top: 30px;
}

.btnBox {
    padding-top: 20px;
    background: url(images/heading-border-1.png) repeat-x left top;
}

    .btnBox a, .btnBox input, .btnBox button {
        float: left;
        margin-right: 10px;
    }

.blueBtn {
    display: inline-block;
    font: normal 14px/17px "Calibri", "arial";
    color: #fff;
    text-transform: uppercase;
    background-color: #0086c1;
    padding: 5px 15px;
    border: none;
    cursor: pointer;
    *padding: 3px 5px;
}

    .blueBtn:hover ,.blueBtn:focus{
        background-color: #006e9e;
        color: #fff;
    }

.grayBtn {
    display: inline-block;
    font: normal 14px/17px "Calibri", "arial";
    color: #fff;
    text-transform: uppercase;
    background-color: #808080;
    padding: 5px 15px;
    border: none;
    cursor: pointer;
    *padding: 3px 5px;
}

    .grayBtn:hover,.grayBtn:focus {
        background-color: #333;
        color: #fff;
    }

.disableBtn {
    background-color: #bfbfbf;
    color: #dfdfdf;
    cursor: default;
}

    .disableBtn:hover,.disableBtn:focus {
        background-color: #bfbfbf;
        color: #dfdfdf;
    }

.applyBtn, .addBtn, .searchBtn, .editBtn, .deleteBtn, .saveBtn {
    background-image: url(images/sprites/icons.png);
    background-repeat: no-repeat;
    padding-left: 30px;
}

.applyBtn {
    background-position: 10px -194px;
}

.addBtn {
    background-position: 10px -542px;
}

.searchBtn {
    background-position: 10px -344px;
}

.editBtn {
    background-position: 10px -394px;
}

.deleteBtn {
    background-position: 10px -444px;
}

.saveBtn {
    background-position: 10px -744px !important;
}

.widthAuto {
    width: auto;
}

.btnLoader {
    font: normal 12px/26px arial;
    color: #666;
    background: url(images/icons/ajax-loader.gif) no-repeat left 5px;
    padding-left: 20px;
}

.txtLink {
    font-weight: bold;
    margin-top: 5px;
}
/* @end */

/* @group Framework */
#mainWrap {
    background: url(images/main-content-bg.png) repeat left top;
    min-width: 1000px;
    min-height: 100%;
}

.wrap {
    min-width: 1000px;
    max-width: 1440px;
}

#mainContent {
    padding: 8px 8px 33px 8px;
}

#bodyContent {
    border: 1px solid #a5a5a5;
    background-color: #fff;
}

.lCol {
    width: 230px;
    text-align: left;
    vertical-align: top;
    position: relative;
    background: url(images/col-divider.png) repeat-y right top;
}

.rCol {
    text-align: left;
    vertical-align: top;
}

.rColPad {
    display: block;
    zoom: 1;
    padding: 20px;
}

.pageTitle {
    background: url(images/heading-border.png) repeat-x left bottom;
    padding: 3px 2px 17px 2px;
    margin-bottom: 20px;
}

.dashBoardPage .wrap {
    width: 1004px;
    margin: 0 auto;
}
/* @end */

/* @group header */
#headBranding {
    background: #fff url(images/head-branding-bg.png) repeat-x left bottom;
    border-bottom: 1px solid #fff;
}

.brandingPad {
    padding: 15px;
}

#mainLogo {
    float: left;
}

    #mainLogo img {
        display: block;
    }

#topMenu {
    float: right;
    margin-top: 8px;
}

    #topMenu img {
        display: block;
    }

    #topMenu li {
        float: left;
        margin-left: 10px;
        line-height: 27px;
    }

    #topMenu .logoutLink {
        display: block;
        font: normal 9px/18px arial;
        color: #fff;
        text-transform: uppercase;
        background-color: #0086c1;
        padding: 0 5px;
        margin-top: 4px;
    }

        #topMenu .logoutLink:hover {
            background-color: #006e9e;
        }
/* @end */


/* @group primNav */
#header {
    position: relative;
    z-index: 99;
}

#menuWrap {
    background: url(images/menu-bg.png) repeat-x left bottom;
    height: 39px;
}

#mainMenu {
    float: left;
    margin-left: 8px;
    background: url(images/nav-divider.png) no-repeat left top;
    padding-left: 1px;
}

    #mainMenu li, .helpLinks li {
        float: left;
        background: url(images/nav-divider.png) no-repeat right top;
        padding-right: 1px;
        height: 39px;
        position: relative;
    }

    #mainMenu a, .helpLinks a {
        display: block;
        font: normal 14px/39px "Calibri", "arial";
        color: #fff;
        text-transform: uppercase;
        padding: 0 15px;
        height: 39px;
        letter-spacing: 1px;
    }

    #mainMenu .num {
        font: bold 12px/20px arial;
        background-color: #0086c1;
        display: inline-block;
        padding: 0 8px;
        border-radius: 9px;
        -moz-border-radius: 9px;
        -webkit-border-radius: 9px;
        text-shadow: 1px 1px 2px #333;
        height: 19px;
        position: relative;
        top: -1px;
    }

    #mainMenu li:hover > a,
    #mainMenu li.active > a,
    .helpLinks li:hover a,
    .helpLinks li.active a {
        background: url(images/menu-bg-hover.png) repeat-x left top;
    }

    #mainMenu ul {
        display: none;
        position: absolute;
        left: 0;
        top: 39px;
        width: 220px;
        background-color: #fff;
        z-index: 9980;
    }

        #mainMenu ul ul {
            left: 220px;
            top: 0;
            *top: -1px;
            background-color: #f9f9f9;
        }

    #mainMenu li:hover > ul {
        display: block;
    }

    #mainMenu li:hover li {
        height: auto;
        float: none;
        display: block;
        background: none;
        padding: 0 12px;
    }

        #mainMenu li:hover li a {
            display: block;
            background: none;
            height: auto;
            font: normal 12px/16px arial;
            color: #0086c1;
            border-bottom: 1px dotted #ccc;
            padding: 10px 0;
            text-transform: capitalize;
            letter-spacing: normal;
        }

    #mainMenu li:hover .seeAllLink {
        background-color: #f2f2f2;
        padding: 0 11px;
        margin: -1px 1px 1px 1px;
    }

    #mainMenu ul .seeAllLink:hover {
        background-color: #eae8e8;
    }

        #mainMenu ul .seeAllLink:hover a {
            font-weight: normal;
        }

    #mainMenu li:hover .seeAllLink a {
        color: #666;
    }

    #mainMenu li:hover li span {
        color: #666;
    }

    #mainMenu ul li:last-child a {
        border-bottom: none;
    }

    #mainMenu ul li:hover > a {
        color: #666;
    }

    #mainMenu ul li:hover span {
        font-weight: normal;
    }

    #mainMenu ul li:hover.subNav > a {
        background: url(images/sprites/icons.png) no-repeat right -138px;
    }

#navHidePage {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.helpLinks {
    float: right;
    background: url(images/nav-divider.png) no-repeat left top;
    padding-left: 1px;
    margin-right: 8px;
}

    .helpLinks span {
        display: block;
        background: url(images/sprites/icons.png) no-repeat left top;
    }

    .helpLinks .helpIcon span {
        background-position: right -39px;
        padding-right: 20px;
    }

    .helpLinks .sitemapIcon span {
        background-position: left -90px;
        width: 18px;
        text-indent: -9999px;
    }
/* @end */

/* @group footer*/
#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 25px;
    width: 100%;
    background-color: #333;
    z-index: 99;
}

    #footer p {
        float: right;
        font-size: 11px;
        line-height: 26px;
        margin: 0;
    }

    #footer img {
        float: right;
        margin: 5px 8px 0 10px;
    }
/* @end */

/* @group leftNav */
.leftNavWrap {
    position: relative;
    width: 230px;
    height: 100%;
    overflow: hidden;
}

.leftNav {
    padding: 15px 0 15px 15px;
    width: 185px;
}

    .leftNav h3 {
        font: normal 18px/20px "Calibri", "arial";
        color: #333;
        padding: 0 5px 20px 5px;
        margin-bottom: 10px;
        background: url(images/heading-border.png) repeat-x left bottom;
    }

        .leftNav h3 span {
            display: block;
            font-size: 12px;
            line-height: 14px;
            font-weight: normal;
            color: #666;
        }

    .leftNav ul {
        display: block;
    }

    .leftNav li {
        display: block;
        /*padding: 0 5px;*/
        border-bottom: 1px dotted #e5e5e5;
    }

    .leftNav a {
        display: block;
        font: normal 12px/16px arial;
        padding: 10px 0;
    }

        .leftNav a:hover {
            color: #666;
            background: url(images/sprites/icons.png) no-repeat right -138px;
        }

    .leftNav .active a {
        background: url(images/sprites/icons.png) no-repeat right 11px;
        font-weight: bold;
        color: #0086c1;
        cursor: default;
    }

.LeaveCancelReq
{
    padding-right: 18px;
    padding-top: 5px;
    background: url("Images/Thumbs down.png") no-repeat center 3px;    
}

.ReadyForAction
{
    padding-right: 25px;
    padding-top: 1px;
    background: url("Images/inQueue.png") no-repeat center 0px;    
}

.Info
{
    padding-right: 18px;
    padding-top: 5px;
    background: url("Images/info.png") no-repeat center 3px;    
}

 .LevSessionInfo
{
    padding-right: 18px;
    padding-top: 5px;
    background: url("Images/clock.png") no-repeat center 3px;    
}     




.leftNavSlider {
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 100%;
    background: url(images/col-divider.png) repeat-y right top;
}

    .leftNavSlider span {
        display: block;
        height: 52px;
        margin-top: 10px;
        cursor: pointer;
    }

    .leftNavSlider .sliderOpen {
        background-position: left -250px;
    }

        .leftNavSlider .sliderOpen:hover {
            background-position: -27px -250px;
        }

    .leftNavSlider .sliderClose {
        background-position: -50px -250px;
    }

        .leftNavSlider .sliderClose:hover {
            background-position: right -250px;
        }
/* @end */

/* @group sitemapPage */
.sitemapPage .lCol {
    background-color: #f6f6f6;
    background-image: none;
}

.sitemapPage .leftNav {
    width: 200px;
}

    .sitemapPage .leftNav span {
        display: block;
        margin: 0 -20px 0 -5px;
        padding: 0 20px 0 5px;
        zoom: 1;
    }

    .sitemapPage .leftNav .active span {
        background-color: #fff;
    }

.sitemapCol {
    float: left;
    width: 22.468%;
    margin-right: 03.247%;
}

.sitemapPage .colLastChild {
    margin-right: 0;
}

.sitemapCol h4 {
    font: normal 11px/15px arial;
    color: #666;
    text-transform: uppercase;
    background: url(images/heading-border-1.png) repeat-x left bottom;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sitemapCol ul {
    display: block;
    margin-bottom: 15px;
}

.sitemapCol li {
    display: block;
    margin-bottom: 5px;
}

.sitemapCol a {
    font-size: 11px;
}
/* @end */

/* @group girdTable */
.withoutScroll {
    width: auto !important;
}

    .withoutScroll .girdTable {
        border: 1px solid #e5e5e5;
    }

.gridCheckBoxWidth {
    width: 20px;
    text-align: center;
}

.scrollTable {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    max-height: 332px;
    zoom: 1;
}

.scrollTableHead {
    position: relative;
    height: 32px;
    overflow: hidden;
    z-index: 9;
    background: #f8f8f8 url(images/data-table-head-bg.png) repeat-x left bottom;
    border-bottom: 1px solid #d6d6d6;
}

    .scrollTableHead table {
        position: relative;
    }

.scrollTableBody {
    max-height: 332px;
    overflow: auto;
    position: relative;
    margin-top: -33px;
}

.girdTable tfoot td {
    /*font: bold 13px arial;*/
    padding: 8px;
    border-top: 1px solid #e5e5e5;
    height: 20px;
    background: #f8f8f8;
    /*background: #f8f8f8 url(images/data-table-head-bg.png) repeat-x left bottom;*/
     text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}

.girdTable th {
    font: bold 12px/16px arial;
    color: #333;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d6d6d6;
    background: #f8f8f8 url(images/data-table-head-bg.png) repeat-x left bottom;
    padding: 8px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.girdTable {
    border: 1px solid #d8d8d8;
    /*table-layout: fixed;
    word-wrap: break-word;*/
}

    .girdTable th a {
        display: block;
        color: #333;
        padding-right: 12px;
    }

    .girdTable th span {
        display: block;
        padding: 8px 15px;
    }

    .girdTable th a {
        display: inline-block;
        padding: 0 10px 0 0;
        background: url(images/icons/sorting.png) no-repeat right center;
    }

    .girdTable th a:hover  {
        background: url(images/icons/sorting-hover.png) no-repeat right center;
    }

    .girdTable th a.sortAsce  {
        background: url(images/icons/sorting-asce.png) no-repeat right center;
    }

    .girdTable th a.sortAsce:hover  {
        background: url(images/icons/sorting-asce-hover.png) no-repeat right center;
    }

    .girdTable th a.sortDesc  {
        background: url(images/icons/sorting-desc.png) no-repeat right center;
    }

    .girdTable th a.sortDesc:hover  {
        background: url(images/icons/sorting-desc-hover.png) no-repeat right center;
    }

    /*.girdTable th a.sortAsce, .girdTable th a.sortDesc {
        background: url(images/icons/sorting-active.png) repeat-x left bottom;
    }*/

    .girdTable th a:hover {
        color: #333;
    }
    .girdTable th.isSorted{
         background: url(images/icons/sorting-active.png) repeat-x left bottom;

    }
    .girdTable td {
        font: normal 12px/16px arial;
        color: #666;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding: 5px 15px;
        text-align: left;
        vertical-align: top;
        /*white-space: nowrap;*/ /*Fix for Text wrap issue in Grid*/
    }

    .girdTable tbody tr:hover, .girdTable tbody tr.activeRow  {
        background-color: #ffffdb;
    }

    .girdTable tr.highlightedRow td {
        background-color: #f7f7f7;
    }

    .girdTable tr:last-child td {
        border-bottom: none;
    }

    .girdTable td:last-child, .girdTable th:last-child, .tablescroll_head th:last-child {
        border-right: none;
    }

    .girdTable .alignCenter {
        text-align: center;
    }

    .girdTable .alignLeft {
        text-align: left;
    }

    .girdTable .alignRight {
        text-align: right;
    }

.tableActions {
    margin-bottom: 10px;
}

    .tableActions h3 {
        margin-top: 7px;
    }

    .tableActions a {
        float: right;
        margin-left: 10px;
    }

.girdTableFoot {
    border: 1px solid #e5e5e5;
    background-color: #f8f8f8;
    padding: 8px;
    border-top: none;
    height: 20px;
}
.girdTableFoot a {
    /*display: block;*/
     font: bold 12px/21px arial;
    color:#333 /*rgb(146, 146, 146)*/;
    padding: 0 5px;
}
  .girdTableFoot a:hover {
        color: #666;
    }
    .girdTableFoot .showRecords {
        margin-right: 15px;
    }

.showRecords label {
    float: left;
    line-height: 20px;
    margin-right: 6px;
}

.showRecords select {
    float: left;
    margin: 0;
    height: 20px;
}

.showRecords .ui-multiselect-menu {
    min-width: 43px !important;
}

.indApproved, .indRejected, .indPending, .actCancel, .actWithdraw, .actUpload, .biulkUploadLink span, .actView {
    background: url(images/sprites/table-icons.png) no-repeat left top;
    display: inline-block;
    text-indent: -9999px;
    width: 19px;
    height: 19px;
    zoom: 1;
    *text-indent: 0;
    *font-size: 0px;
    *line-height: 0px;
    *overflow: hidden;
}

.indApproved {
    background-position: -66px -6px;
}

.indRejected {
    background-position: -96px -6px;
}

.indPending {
    background-position: -126px -6px;
}

.actCancel {
    background-position: -186px -6px;
}

    .actCancel:hover {
        background-position: -186px -37px;
    }

.actWithdraw {
    background-position: -156px -7px;
}

    .actWithdraw:hover {
        background-position: -156px -38px;
    }

.actUpload {
    background-position: -216px -7px;
}

    .actUpload:hover {
        background-position: -216px -37px;
    }

.actView {
    background-position: -245px -5px;
}

    .actView:hover {
        background-position: -245px -35px;
    }

.editFieldTable td {
    vertical-align: middle;
}

.editFieldTable input {
    box-shadow: inset 0px 1px 2px 0px #b3b3b3;
    -moz-box-shadow: inset 0px 1px 2px 0px #b3b3b3;
    -webkit-box-shadow: inset 0px 1px 2px 0px #b3b3b3;
    padding: 4px 10px 2px 10px;
    border: 1px solid #f1f1f1;
}

    .editFieldTable input:focus {
        border-color: #b1b1b1;
    }

.editFieldTable .numberField {
    text-align: right;
    width: 100px;
    position: static;
}

.biulkUploadLink span {
    display: inline-block;
    width: 18px;
    height: 13px;
    background-position: -214px -9px;
}

.tableTotal {
    font-size: 14px;
    color: #333;
}
/* @end */

/* @group pagination */
.pagination li {
    float: left;
}

.pagination a {
    /*display: block;*/
    font: bold 13px/21px arial;
    color: #333;
    padding: 0 5px;
}

    .pagination a:hover {
        color: #666;
    }

.pagination span {
    display: block;
    font: normal 13px/21px arial;
    color: #666;
    padding: 0 6px;
}

.pagination .prevPagi {
    margin-right: 6px;
}

.pagination .nextPagi {
    margin-left: 6px;
}

    .pagination .prevPagi span,
    .pagination .prevPagi a,
    .pagination .nextPagi span,
    .pagination .nextPagi a {
        width: 19px;
        height: 19px;
        padding: 0;
        text-indent: -9999px;
        background: url(images/sprites/table-icons.png) no-repeat -6px -6px;
    }

    .pagination .nextPagi a, .pagination .nextPagi span {
        background-position: -35px -6px;
    }

    .pagination .prevPagi a, .pagination .nextPagi a {
        background-color: #808080;
    }

        .pagination .prevPagi a:hover, .pagination .nextPagi a:hover {
            background-color: #6f6f6f;
        }

    .pagination .prevPagi span, .pagination .nextPagi span {
        background-color: #cecece;
    }

.noResultFound {
    float: normal 12px/16px arial;
    color: #333;
    padding: 10px 15px;
    background-color: #ffe6ea;
}

/* @end */

/* @group searchBlock */
.searchBlock {
    background-color: #f8f8f8;
    padding: 20px;
    margin-bottom: 30px;
}

    .searchBlock table {
        width: auto;
    }

    .searchBlock td {
        /*width: 200px;*/
        padding-right: 20px;
        padding-bottom: 15px;
    }

    .searchBlock tr:last-child td {
        padding-bottom: 0;
    }

    .searchBlock label {
        display: block;
        font: normal 12px/16px arial;
        color: #666;
        margin-bottom: 6px;
    }

    .searchBlock .disabledField {
        color: #999;
        opacity: 0.9;
    }

    .searchBlock .padR10 {
        padding-right: 10px;
    }

    .searchBlock .requiredField {
        background: url(images/icons/required-icon.png) no-repeat left 2px;
        padding-left: 13px;
    }

    .searchBlock .fromToDate td {
        width: auto;
        padding: 0;
    }

        .searchBlock .fromToDate td:last-child {
            padding-left: 10px;
        }

.datepickerBox {
    float: left;
    position: relative;
}

    .datepickerBox .ui-datepicker-trigger {
        position: absolute;
        right: 5px;
        top: 4px;
        /*z-index: 2;*/
        padding: 0;
        margin: 0;
        background-color: transparent;
        border: none;
        width: 20px;
        height: 19px;
        cursor: pointer;
        background-position: left -500px;
        border-radius: 0;
    }

    .datepickerBox .smallDatepicker, .fromToDate .hasDatepicker {
        width: 92px;
    }

    .datepickerBox .ui-datepicker-trigger:hover {
        background-position: -50px -500px;
    }

    .datepickerBox .ui-datepicker-trigger img {
        display: none;
    }

.appliedFilter input {
    background-color: #e4f7ff;
}

.seachContent {
    margin-top: 20px;
}

.searchTitle {
    position: relative;
}

    .searchTitle h4 {
        font: normal 14px/18px arial;
        color: #333;
        margin: 0;
    }

    .searchTitle p {
        font: normal 12px/16px arial;
        color: #666;
        margin: 0;
        padding-right: 70px;
    }

    .searchTitle a {
        float: right;
        font-weight: bold;
    }

.searchBlock .resetLink {
    font-weight: bold;
    margin-top: 5px;
}

.dualFields td {
    width: auto;
}

.dualFields .smallSelect {
    float: left;
    margin-right: 10px;
}

    .dualFields .smallSelect select {
        width: 100px;
    }

.moreFilter, .lessFilter {
    margin-bottom: 20px;
}

    .moreFilter a {
        float: left;
        font-size: 11px;
        line-height: 13px;
        font-weight: bold;
        background-position: right -1545px;
        padding-right: 12px;
    }

    .lessFilter a {
        float: left;
        font-size: 11px;
        line-height: 13px;
        font-weight: bold;
        background-position: right -1595px;
        padding-right: 12px;
    }
/* @end */

/* @group defaultForm */
.defaultForm .requiredMsg {
    padding-bottom: 0;
}

.requiredMsg p {
    float: right;
    font: italic normal 11px/15px arial;
    color: #999;
    margin-bottom: 0;
    background: url(images/icons/required-icon.png) no-repeat left 2px;
    padding: 0 0 0 13px;
    position: relative;
    top: -8px;
}

.defaultForm {
    width: auto;
}

    .defaultForm tr:last-child td {
        padding-bottom: 0;
    }

    .defaultForm td {
        padding-bottom: 15px;
        font: normal 12px/16px arial;
        color: #666;
        vertical-align: top;
    }

    .defaultForm .formLabel {
        font: normal 12px/16px arial;
        color: #666;
        padding: 5px 15px 0 0;
        text-align: right;
        width: 100px;
    }

.twoColForm .formLabel {
    width: 180px;
}

.twoColForm .formField {
    width: 230px;
    vertical-align: middle;
}


.threeColForm {
    width: 100%;
}

    .threeColForm .formLabel {
        width: 100px;
        padding-right: 5px;
    }

    .threeColForm .formField {
        width: 140px;
        vertical-align: middle;
    }

    .threeColForm input[type="text"] {
        width: 90%;
    }

    .threeColForm .ui-multiselect {
        width: 95% !important;
    }

    .threeColForm .datepickerBox {
        display: block;
        float: none;
    }

        .threeColForm .datepickerBox .ui-datepicker-trigger {
            right: 7%;
        }

.defaultForm .vAlignTop {
    padding-top: 0;
}

.defaultForm .requiredField {
    background: url(images/icons/required-icon.png) no-repeat left 1px;
    padding-left: 13px;
}

.defaultForm .mandatory {
    font: normal 17px/12px Georgia;
    color: #cc0000;
    position: relative;
    left: -4px;
    top: 3px;
}

.defaultForm .fieldInfo {
    font-size: 11px;
    color: #999;
}

.defaultForm .rangeDivider {
    text-align: center;
    width: 15px;
    padding-top: 6px;
}

.defaultForm .itl, .searchBlock .itl {
    color: #999;
}

.defaultForm .smallInput {
    width: 81px;
}

.defaultForm .smallTxtarea {
    height: 30px;
}

.defaultForm .checkBoxBlock span {
    float: left;
    margin-right: 15px;
    zoom: 1;
    *width: 300px;
}

.defaultForm .checkBoxBlock input {
    float: left;
    margin-right: 5px;
}

    .defaultForm .checkBoxBlock input[type="checkbox"] {
        position: relative;
        top: 2px;
        *top: -2px;
    }

.defaultForm input[disabled] {
    background-color: transparent;
    border-color: #f5f5f5;
    color: #ccc;
}

.defaultForm input[type=submit][disabled] {
    background-color: #bfbfbf;
    color: #dfdfdf;
    cursor: default;
}


.defaultForm .disabledField {
    color: #ccc;
}

.defaultForm .formTitle {
    padding-bottom: 20px;
}

.formTitle h4 {
    background: url(images/sub-head-border.png) repeat-x left center;
}

.formTitle span {
    float: left;
    font: normal 14px/18px arial;
    background-color: #fff;
    padding-right: 15px;
}

.attachedDoc li {
    display: block;
    font-size: 11px;
    background-position: left -650px;
    padding: 1px 0 8px 23px;
}

.attachedDoc a {
    display: inline-block;
    margin-left: 10px;
    color: #ff0000;
    text-decoration: underline;
    zoom: 1;
}

    .attachedDoc a:hover {
        text-decoration: none;
    }

.widthAuto, .defaultForm .widthAuto {
    width: auto;
}

.attachedDoc .pdfIcon {
    background-position: left -650px;
}

.attachedDoc .jpgIcon {
    background-position: left -700px;
}

.leaveToolTip {
    position: absolute;
    left: 215px;
    top: -5px;
    border: 1px solid #c0e5f5;
    font: normal 10px/14px arial;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.leaveTipPad {
    border: 1px solid #fff;
    padding: 2px 5px;
    background-color: #e4f7ff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    white-space: nowrap;
}

.leaveToolTip strong {
    display: block;
    color: #333;
    font-size: 14px;
}

.leaveToolTip .toolTipArr {
    position: absolute;
    left: -9px;
    top: 50%;
    width: 10px;
    height: 12px;
    background-position: right -500px;
    margin-top: -7px;
}

.empPhoto {
    width: 120px;
    margin: 0 auto;
}

    .empPhoto img {
        display: block;
        width: 110px;
    }

    .empPhoto span {
        display: block;
        width: 110px;
        height: 120px;
        border: 5px solid #eaeaea;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .empPhoto a {
        font-size: 11px;
        font-weight: bold;
    }

.viewForm .formLabel {
    padding: 0 10px 8px 0;
}

.viewForm .formField {
    font-weight: bold;
    color: #333;
    padding-bottom: 8px;
}

.errorField input, .errorField .ui-multiselect {
    border: 1px solid #ffbbc8;
    background-color: #ffe6ea;
}

.errorField .inlineError {
    font: normal 11px/15px arial;
    color: #a8364b;
    margin-top: 3px;
}

.errorMsg p {
    float: left;
    font: normal 12px/16px arial;
    color: #333;
    border: 1px solid #ffbbc8;
    background-color: #ffe6ea;
    padding: 8px 15px;
    min-width: 270px;
    margin: 0;
}

.successMsg p {
    float: left;
    font: normal 12px/16px arial;
    color: #333;
    border: 1px solid #a7dfa2;
    background-color: #d9f7d6;
    padding: 8px 15px;
    min-width: 270px;
    margin: 0;
}

.noteMsg p {
    float: left;
    font: italic normal 11px/15px arial;
    color: #333;
    border: 1px solid #efd7a1;
    padding: 8px 15px 8px 25px;
    min-width: 270px;
    margin: 0;
    background: #fbefd3 url(images/icons/note-icon.png) no-repeat 10px 7px;
}

.passwordStrength {
    float: left;
    font: normal 11px/15px arial;
    color: #e1e1e1;
    background-position: left -1633px;
    padding-bottom: 10px;
    margin-top: 1px;
    margin-right: 20px;
    min-width: 90px;
}

.strength1 {
    color: #e1e1e1;
    background-position: left -1633px;
}

.strength2 {
    color: #666666;
    background-position: left -1683px;
}

.strength3 {
    color: #e22e36;
    background-position: left -1733px;
}

.strength4 {
    color: #d68a00;
    background-position: left -1783px;
}

.strength5 {
    color: #569505;
    background-position: left -1833px;
}

/* @end */

/* @group indToolTipBox */
.indToolTipBox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fcfcc7;
    display: none;
    padding: 3px 8px;
    border: 1px solid #d4d3d3;
    box-shadow: 3px 3px 15px 2px #e2e2e2;
    font: normal 12px/16px arial;
    color: #333;
}
/* @end */

/* @group Dahsboard Style */
.dashBlock {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    height: 280px;
    border-bottom-color: #c3c3c3;
    border-right-color: #c3c3c3;
    overflow: hidden;
}

.dashBlockTitle {
    background: url(images/dash-block-title-bg.png) repeat-x left top;
    padding: 7px 15px;
}

    .dashBlockTitle h4 {
        float: left;
        font: bold 14px/18px "Calibri", "arial";
        color: #333;
        text-transform: uppercase;
    }

    .dashBlockTitle a {
        float: right;
        font-size: 11px;
    }

.dashScroll {
    max-height: 299px;
}

    .dashScroll:focus {
        outline: 0;
    }
/* @end */

/* @group dashActionItems */
.dashActionItems {
    float: left;
    width: 654px;
    height: 330px;
}

.actionTitle {
    padding-bottom: 1px;
    border-bottom: 1px solid #f2f2f2;
}

    .actionTitle span {
        float: left;
        font: normal 14px/30px "Calibri", "arial";
        color: #fff;
        text-transform: uppercase;
        padding: 0 15px;
        background-color: #0086c1;
    }

.itemList li {
    margin-bottom: 10px;
    padding-left: 25px;
}

.itemList a {
    font-size: 11px;
    text-decoration: underline;
}

    .itemList a:hover {
        text-decoration: none;
    }

.itemList li:last-child {
    margin-bottom: 0;
}

.itemList strong {
    color: #333;
}

.indDue {
    background: url(images/icons/due.png) no-repeat left 3px;
}

.indNew {
    background: url(images/icons/new.png) no-repeat left 3px;
}

.itemList .itemTxt {
    float: left;
    width: 435px;
}

.itemList .dateTime {
    float: right;
    font-size: 11px;
    text-align: right;
    width: 125px;
}

.itemList .separator {
    display: inline-block;
    width: 1px;
    background-color: #7e7e7e;
    line-height: 10px;
    height: 10px;
    position: relative;
    margin: 0 3px;
}

.noActionblock {
    border: 1px solid #d4effa;
    background-color: #e7f8ff;
    padding: 10px 15px;
}

    .noActionblock ul {
        float: left;
        margin-right: 30px;
    }

        .noActionblock ul:last-child,
        .noActionblock ul.lastChild {
            margin-right: 0;
        }

    .noActionblock li {
        display: block;
        min-width: 155px;
        border-bottom: 1px dotted #ccc;
        padding: 8px 3px;
        font-weight: bold;
    }

        .noActionblock li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }
/* @end */

/* @group accBlock */
.accBlock {
    border: 1px solid #d6d6d6;
    border-bottom: none;
}

    .accBlock .accTitle {
        padding: 8px 15px;
        border-bottom: 1px solid #d6d6d6;
        background: #e8e8e8 url(images/acc-title-bg.png) repeat-x left top;
    }

        .accBlock .accTitle span {
            float: left;
            font: bold 14px/15px "Calibri", "arial";
            color: #333;
            padding-left: 24px;
            background-position: left -800px;
            cursor: pointer;
        }

            .accBlock .accTitle span:hover {
                background-position: left -1300px;
            }

        .accBlock .accTitle b {
            font-weight: normal;
        }

    .accBlock .accTitleOpen {
        cursor: auto;
    }

        .accBlock .accTitleOpen span {
            cursor: default;
            background-position: left -850px;
        }

            .accBlock .accTitleOpen span:hover {
                color: #333;
                background-position: left -850px;
            }

    .accBlock .accTitle i {
        display: inline-block;
        width: 18px;
        position: relative;
        left: 4px;
        top: 1px;
    }

    .accBlock .accTitleOpen i {
        display: none;
    }

    .accBlock .accTitle a {
        float: right;
        display: none;
        font-size: 11px;
        line-height: 14px;
        position: relative;
        top: 1px;
    }

    .accBlock .accTitleOpen a {
        display: block;
    }

    .accBlock .accBody {
        padding: 15px 10px 15px 40px;
        border-bottom: 1px solid #d6d6d6;
    }

    .accBlock .bodyPadNone {
        padding: 0;
    }

.singleAcc .accTitle {
    border-bottom: none;
}

    .singleAcc .accTitle span {
        background: none;
        padding: 0;
        line-height: 18px;
        cursor: auto;
    }

        .singleAcc .accTitle span:hover {
            color: #333;
        }

.singleAcc .accBody {
    padding-left: 15px;
    border-bottom: none;
}

/*.accBlock .accTitle {
	padding:8px 15px;
	background-color:#fbfbfb;	
	border-bottom:1px solid #f2f2f2;
}
.accBlock .accTitle span {
	float:left;
	font:bold 14px/15px "Calibri", "arial";
	color:#333;
	padding-left:24px;
	background-position:left -800px;
	cursor:pointer;
}
.accBlock .accTitle span:hover { background-position:left -1300px; }
.accBlock .accTitle b { font-weight:normal; }
.accBlock .accTitleOpen { border-bottom:none; cursor:auto; }
.accBlock .accTitleOpen span { cursor:default; background-position:left -850px; }
.accBlock .accTitleOpen span:hover { color:#333; background-position:left -850px; }
.accBlock .accTitle i {
	display: inline-block;
	width: 18px;
	position: relative;
	left: 4px;
	top:1px;
}
.accBlock .accTitleOpen i { display:none; }
.accBlock .accTitle a {
	float:right;
	display:none;
	font-size:11px;
}
.accBlock .accTitleOpen a { display:block; }
.accBlock .accBody { padding:15px 10px 15px 40px; border-bottom:1px solid #f2f2f2; }
.accBlock .accBody:last-child { border-bottom:none; }
.singleAcc .accTitle { border-bottom:none; }
.singleAcc .accTitle span {
	background:none;
	padding:0;
	line-height:18px;
	cursor:auto;
}
.singleAcc .accTitle span:hover { color:#333; }
.singleAcc .accBody { padding-left:15px; border-bottom:none; }
*/
/* @end */

/* @group dashMyDetails */
.dashMyDetails {
    float: right;
    width: 320px;
    height: 330px;
}

    .dashMyDetails .detailsBlockHover {
        background-color: #fcfce7;
        background-image: none;
    }

.myDetailsTitle {
    font: bold 18px/22px "Calibri", "arial";
    color: #333;
    margin-bottom: 10px;
}

    .myDetailsTitle a {
        font-size: 10px;
        font-weight: normal;
        position: relative;
        left: 5px;
        top: -1px;
        background-position: left -899px;
        padding-left: 13px;
        display: inline-block;
        line-height: 11px;
    }

    .myDetailsTitle span {
        display: none;
    }

    .myDetailsTitle a:hover span {
        display: inline;
    }

.dashLeaves {
    padding: 10px 15px 25px 15px;
    background: url(images/dash-my-details-bg.png) repeat-x left bottom;
    border-bottom: 1px solid #e1e1e1;
}

    .dashLeaves h3 {
        margin-bottom: 5px;
    }

    .dashLeaves .leaveTxt {
        font-size: 11px;
        margin-bottom: 2px;
    }

    .dashLeaves .leaveSlider {
        position: relative;
        height: 27px;
        background: url(images/slider-pane-bg.png) repeat-x left top;
        border-left: 1px solid #626262;
        margin-bottom: 10px;
    }

    .dashLeaves .utilised {
        position: absolute;
        left: 0;
        top: 0;
        font: bold 14px/27px arial;
        color: #fff;
        padding: 0 6px;
    }

    .dashLeaves .balance {
        position: absolute;
        right: 0;
        top: 0;
        font: bold 14px/27px arial;
        color: #fff;
        padding: 0 5px;
    }

.leaveSlider .sliderPane {
    position: absolute;
    right: 0;
    top: 0;
    height: 27px;
    background: url(images/leave-slider-bg.png) repeat-x left top;
    border-right: 1px solid #94cb3d;
}

.leaveSlider .orangePane {
    background: url(images/leave-slider-bg-orange.png) repeat-x left top;
    border-right: 1px solid #c97a13;
}

.leaveSlider .redPane {
    background: url(images/leave-slider-bg-red.png) repeat-x left top;
    border-right: 1px solid #e82b2b;
}

.leaveSlider .sliderPane i {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 27px;
    background: url(images/slider-pane-shadow.png) no-repeat left top;
}

.dashLeaves .totalLeave {
    height: 4px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

    .dashLeaves .totalLeave span {
        position: absolute;
        left: 50%;
        bottom: -7px;
        font: normal 9px/14px arial;
        color: #999;
        background-color: #fff;
        padding: 0 5px;
        margin-left: -20px;
    }

.detailsBlockHover .totalLeave span {
    background-color: #fffff3;
}

.dashLeaves .totalLeave i {
    position: absolute;
    top: 0;
    width: 1px;
    height: 5px;
    background-color: #ccc;
}

.dashLeaves .totalLeave .lLine {
    left: 0;
}

.dashLeaves .totalLeave .rLine {
    right: 0;
}

.dashAttend {
    padding: 10px 0 15px 15px;
    background: url(images/dash-my-details-bg.png) repeat-x left bottom;
    border-bottom: 1px solid #e1e1e1;
}

    .dashAttend li {
        float: left;
        padding: 3px 20px;
        border-right: 1px dotted #e0e0e0;
        font: normal 11px/15px arial;
        color: #666;
        text-align: center;
    }

        .dashAttend li:last-child {
            border-right: none;
        }

    .dashAttend strong {
        display: block;
        font-size: 18px;
        line-height: 22px;
        color: #333;
    }

    .dashAttend .lossOfPay, .dashAttend .lossOfPay strong {
        color: #a8364b;
    }

.attendMonth {
    float: left;
    background-color: #757575;
    border-radius: 4px;
    padding: 3px;
}

    .attendMonth span {
        display: block;
        font: normal 11px/14px arial;
        color: #fff;
        text-align: center;
        margin-bottom: 3px;
    }

    .attendMonth strong {
        display: block;
        font: bold 14px/20px arial;
        color: #333;
        text-transform: uppercase;
        text-align: center;
        background-color: #fff;
        width: 40px;
    }

.dashSalary {
    padding: 10px 15px 15px 15px;
    background: url(images/dash-my-details-bg.png) repeat-x left bottom;
}

    .dashSalary .downloadLink {
        padding-right: 23px;
        background-position: right -1250px;
    }
/* @end */

/* @group dashSharedFolder */
.dashSharedFolder {
    float: left;
    width: 206px;
    position: relative;
}

    .dashSharedFolder ul:first-child {
        border-bottom: 1px dotted #ccc;
        margin-bottom: 1px;
    }

    .dashSharedFolder ul:last-child {
        border-top: 1px dotted #ccc;
    }

    .dashSharedFolder li span {
        display: inline-block;
        width: 18px;
        position: relative;
        left: 4px;
    }

.feedbackLink {
    display: block;
    padding: 10px 15px 10px 45px;
    border-top: 1px solid #d4d4d4;
    box-shadow: 0px -1px 2px 1px #e3e3e3;
    background-position: 15px -1040px;
    color: #333;
}
/* @end */

/* @group dashConnect */
.dashConnect {
    float: left;
    width: 206px;
}

    .dashConnect li {
        float: left;
        border-right: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
    }

        .dashConnect li:nth-child(even) {
            border-right: none;
        }

    .dashConnect a {
        display: block;
        width: 102px;
        height: 82px;
        position: relative;
    }

    .dashConnect span {
        position: absolute;
        left: 0;
        bottom: 8px;
        width: 100%;
        font: normal 10px/10px arial;
        color: #666;
        text-align: center;
    }

    .dashConnect .totalBirthDay {
        left: 60px;
        top: 13px;
        width: 18px;
        height: 18px;
        border: 2px solid #fff;
        font: bold 11px/18px arial;
        color: #fff;
        text-align: center;
        box-shadow: 0px 1px 4px 0px #cecdcd;
        background-color: #0086c1;
        border-radius: 12px;
    }

    .dashConnect a:hover .totalBirthDay {
        color: #fff;
    }

    .dashConnect .icon {
        width: 35px;
        height: 32px;
        left: 50px;
        margin-left: -16px;
        bottom: 32px;
        background: url(images/sprites/table-icons.png) no-repeat left -35px;
    }

    .dashConnect .birthDay {
        background-position: 2px -35px;
    }

    .dashConnect .employee {
        background-position: -49px -35px;
    }

    .dashConnect .galley {
        background-position: -103px -36px;
    }

    .dashConnect .handBook {
        background-position: left -120px;
    }

    .dashConnect .newsLetter {
        background-position: -53px -116px;
    }

    .dashConnect a:hover {
        background-color: #ffffdb;
    }

        .dashConnect a:hover span {
            color: #333;
        }

            .dashConnect a:hover span.birthDay {
                background-position: 2px -76px;
            }

            .dashConnect a:hover span.employee {
                background-position: -49px -76px;
            }

            .dashConnect a:hover span.galley {
                background-position: -103px -78px;
            }

            .dashConnect a:hover span.handBook {
                background-position: left -160px;
            }

            .dashConnect a:hover span.newsLetter {
                background-position: -53px -156px;
            }
/* @end */

/* @group dashQuickLink */
.dashQuickLink {
    float: right;
    width: 320px;
}

.dashLinks {
    display: block;
    padding: 0 15px;
}

    .dashLinks li {
        display: block;
        border-bottom: 1px dotted #ccc;
        padding: 8px 1px;
    }

        .dashLinks li:last-child {
            border-bottom: none;
        }

    .dashLinks a {
        color: #333;
    }

        .dashLinks a:hover {
            color: #006e9e;
        }

.indNewUpdates {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 10px;
    color: #333;
    text-align: center;
    background-color: #efefef;
    padding: 5px 0;
}

    .indNewUpdates strong {
        display: inline-block;
        background-position: left -1097px;
        padding-left: 13px;
    }
/* @end */

/* @group toolTip */
.toolTip {
    position: absolute;
    /*left: 855px;
    top: 238px;*/
    z-index: 9999;
    border: 1px solid #c0e5f5;
    border-radius: 5px;
    font: normal 11px/15px arial;
    color: #666;
    box-shadow: 2px 2px 10px 0px #555;
}

.toolTipPad {
    border: 1px solid #fff;
    padding: 5px;
    background-color: #e4f7ff;
    border-radius: 5px;
}

.toolTip .toolTipArr {
    position: absolute;
    left: 50%;
    width: 17px;
    height: 12px;
    background-position: left -999px;
    margin-left: -8px;
}

.toolTip .arrrTop {
    top: -11px;
}

.toolTip .arrrBottom {
    bottom: -11px;
    background-position: right -1000px;
}

.toolTip .leaveList li {
    display: block;
    border-bottom: 1px solid #c0e5f5;
    border-top: 1px solid #fff;
    padding: 4px 3px;
    min-width: 100px;
}

    .toolTip .leaveList li:first-child, .toolTip .leaveList li.firstChild {
        border-top: none;
        padding-top: 0;
    }

    .toolTip .leaveList li:last-child, .toolTip .leaveList li.lastChild {
        border-bottom: none;
        padding-bottom: 0;
    }

.toolTip .leaveList strong {
    color: #333;
}

.toolTip .leaveList .halfIcon {
    display: inline-block;
    line-height: 15px;
    background-position: right -950px;
    padding-right: 15px;
}

.calToolTip .toolTipPad {
    padding: 10px;
}

.calIndList li {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    color: #666;
}

    .calIndList li:last-child {
        margin-bottom: 0;
    }

.calIndList strong {
    color: #333;
}

.calIndList i {
    float: left;
    width: 8px;
    height: 8px;
    background-color: #00b4ff;
    margin: 3px 7px 0 0;
}

.calIndList .indEvent i {
    background-color: #00b4ff;
}

.calIndList .indHoliday i {
    background-color: #ff7e00;
}

.calIndList .indLeave i {
    background-color: #ff00ba;
}

.calIndList .indMyLeave i {
    background-color: transparent;
    width: 13px;
    height: 14px;
    background-position: -50px -1001px;
    margin: 0 2px 0 0;
    position: relative;
    left: -2px;
}
/* @end */


/* @group dashCalendar */
.dashCalendar {
    float: left;
    width: 220px;
}

.lpContainer {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    height: 280px;
    border-bottom-color: #c3c3c3;
    border-right-color: #c3c3c3;
    overflow: hidden;
}

    .lpContainer td {
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        width: 32px;
        height: 30px;
        text-align: center;
        vertical-align: middle;
        font: normal 12px/16px arial;
        color: #2b2b2b;
        position: relative;
    }

        .lpContainer td:last-child {
            border-right: none;
        }

        .lpContainer td div {
            position: relative;
            display: block;
            line-height: 28px;
            height: 100%;
        }

    .lpContainer .calDayNames td {
        border-right: none;
        font-size: 9px;
        font-weight: bold;
    }

    .lpContainer thead td {
        background: url(images/lpContainer-head-bg.png) repeat-x left top;
        height: 30px;
        border-bottom: 1px solid #d6d6d6;
        font: bold 14px/18px "Calibri", "arial";
        color: #333;
    }

    .lpContainer .calPrevious {
        float: left;
        width: 32px;
        height: 30px;
        background-position: left -1150px;
        cursor: pointer;
    }

        .lpContainer .calPrevious:hover {
            background-position: right -1149px;
            background-color: #e8e8e8;
        }

    .lpContainer .calNext {
        float: right;
        width: 32px;
        height: 30px;
        background-position: left -1200px;
        cursor: pointer;
    }

        .lpContainer .calNext:hover {
            background-position: right -1199px;
            background-color: #e8e8e8;
        }

    .lpContainer .headerText {
        float: left;
        width: 153px;
        line-height: 30px;
    }

    .lpContainer .weekEnd {
        color: #666;
    }

    .lpContainer .disableDay {
        color: #999;
    }

    .lpContainer .todayDate {
        background-color: #6a6a6a;
        color: #fff;
        box-shadow: inset 0 0 8px 3px #545454;
    }

    .lpContainer .calIndiBox {
        cursor: pointer;
    }

        .lpContainer .calIndiBox:hover {
            background-color: #333;
            color: #fff;
        }

    .lpContainer .calIndicate {
        position: absolute;
        left: 50%;
        bottom: 3px;
        text-align: center;
        line-height: 4px;
        height: 4px;
        margin-left: -2px;
    }

    .lpContainer .twoIndi {
        margin-left: -5px;
    }

    .lpContainer .threeIndi {
        margin-left: -9px;
    }

    .lpContainer .calIndicate i {
        display: inline-block;
        width: 4px;
        height: 4px;
        background-color: #00b4ff;
        cursor: pointer;
        line-height: 4px;
        float: left;
        margin-right: 3px;
    }

    .lpContainer .calIndicate .eventDay {
        background-color: #00b4ff;
    }

    .lpContainer .calIndicate .holidayDay {
        background-color: #ff7e00;
    }

    .lpContainer .calIndicate .leaveDay {
        background-color: #ff00ba;
    }

    .lpContainer .calFooter {
        text-align: left;
        border-bottom: none;
        height: 33px;
    }

        .lpContainer .calFooter div {
            height: auto;
        }

.calFooter span {
    float: left;
    font-size: 11px;
    line-height: 8px;
    font-weight: bold;
    padding: 0 9px;
}

.calFooter i {
    float: left;
    width: 8px;
    height: 8px;
    background-color: #00b4ff;
    margin-right: 5px;
}

.calFooter .indEvent {
    background-color: #00b4ff;
}

.calFooter .indHoliday {
    background-color: #ff7e00;
}

.calFooter .indLeave {
    background-color: #ff00ba;
}

.lpContainer .events {
    display: none;
}
/* @end */

.pageLoader {
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff url(images/icons/page-loader.gif) no-repeat 20px 20px;
    z-index: 9999;
    border: 1px solid #666;
    padding: 15px 30px 15px 80px;
    margin: -70px 0 0 -115px;
    display: none;
}

    .pageLoader span {
        display: block;
        color: #676767;
    }

    .pageLoader strong {
        display: block;
        font: bold 18px/18px "Calibri", "arial";
        color: #181818;
        margin-bottom: 10px;
    }

    .pageLoader a {
        font-size: 11px;
    }

.PagingDropdown {
    width: 40px;
}

.vtop {
    vertical-align: top;
}

.firstEmptyRow {
    height: 10px;
}

.EmptyTD {
    width: 10px;
}

.AbsLOP {
    padding-right: 18px;
    padding-top: 5px;
    background: url(images/Exclaim.png) no-repeat center 3px;
}

.LevLOP {
    padding-right: 18px;
    padding-top: 2px;
    background: url(images/Leave.png) no-repeat center 3px;
}

.GridColWordWrap {
    -ms-word-wrap: break-word;
    text-align: left;
    word-wrap: break-word;
    width: 400px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    /*Please add width as per need*/
    /*min-width:200px;*/
}

.listLoad {
    padding-right: 5px;
    padding-top: 0px;
    background: url("images/inputmultiselect.gif") no-repeat left 0px;
    vertical-align: top;
    height: 18px;
    width: 18px;
}

/*Birth days css strat*/
#birthdaypopup {
    width: 800px;
    height: 400px;
    background-color: white;
    background: white url("images/birthbgimage.jpg") no-repeat center 1px;
}

.birthDayDiv {
    background: url("images/birthbg.jpg") no-repeat center 1px;
}




.lpContainer a {
    color: #2a2569;
    font-family: Arial;
    font-style: normal;
    font-size: 12px;
}

    .lpContainer a:hover {
        color: #333333;
        font-family: Arial;
        font-style: normal;
        font-size: 12px;
        text-decoration: none;
    }

    .lpContainer a:active {
        color: #2a2569;
        font-family: Arial;
        font-style: normal;
        font-size: 12px;
    }

.lpActiveTab {
    background-image: url('images/menu-bg.png');
    color: White;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.lpInactiveTab {
    background-image: url('Images/today_btn_inactive.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}


.navPrevious {
    background: transparent url(Images/prv.jpg) no-repeat;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
}


.lpContainer th {
    text-align: center;
    vertical-align: middle;
    background-color: #dddddd;
    color: #444;
    position: relative;
    font-weight: bold;
    font-size: 15px;
}
/*Birth days css end*/

/*Help link image class*/
.helplink_image {
    /*
    background-image:url(images/Help_Circle.png);
    background-repeat:no-repeat;
    text-decoration:none;
    width:20px;*/
    padding-right: 18px;
    padding-top: 0px;
    background: url("Images/Help_Circle.png") no-repeat left 0px;
    vertical-align: top;
    height: 18px;
}
/* end      */

/*used in survey start*/
.paginator .active {
    border-right: #006e9e 1px solid;
    padding-right: 5px;
    border-top: #006e9e 1px solid;
    padding-left: 5px;
    padding-bottom: 3px;
    margin: 5px;
    border-left: #006e9e 1px solid;
    color: #0000FF;
    font-family: Trebuchet MS;
    font-size: smaller;
    font-weight: bolder;
    padding-top: 3px;
    border-bottom: #006e9e 1px solid;
    text-decoration: none;
}

.paginator .inactive {
    border-right: #006e9e 1px solid;
    padding-right: 5px;
    border-top: #006e9e 1px solid;
    padding-left: 5px;
    padding-bottom: 3px;
    margin: 5px;
    border-left: #006e9e 1px solid;
    cursor: default;
    color: #FFFFFF;
    font-family: Trebuchet MS;
    font-size: smaller;
    font-weight: bolder;
    padding-top: 3px;
    border-bottom: #006e9e 1px solid;
    background-color: #006e9e;
    text-decoration: none;
}

.dvQns {
    width: 700px;
    padding: 0px;
    border: 0px solid #F5F5F5;
    font-family: Trebuchet MS;
    color: Black;
    font-size: 13px;
}

.QTMDiv {
    padding: 10px;
}

.SMtextfocus {
    border: 1px solid #3EA99F;
    background-color: #FFEFFA;
}

.QuesEditFocus {
    border: 1px solid #006e9e;
}

.txtInput {
    width: 300px;
    height: 20px;
    font-family: Trebuchet MS;
    font-size: 13px;
    display: inline;
}

.dvdtxtBox {
    padding-top: 5px;
    border: 1px;
}

/*used in survey end*/

.mandatory {
    color: Red;
}
/*Use in YTD Details*/
.gridColumn9
{
    width:100px;
    text-align:right;
}

/*picked by HR tickmark*/
.ActionTaken
{
    padding-right: 15px;
    padding-top: 1px;
    background: url("Images/tick.png") no-repeat center 3px;    
}

.LeaveCancelReq
{
    padding-right: 18px;
    padding-top: 5px;
    background: url("Images/Thumbs down.png") no-repeat center 3px;    
}

.LeaveRequest
{       
    padding-right: 18px;
    padding-top: 5px;
    background: url("Images/Thumbs up.png") no-repeat center 3px;    
}

.PullbkRejected
{
    padding-right: 15px;
    padding-top: 1px;
    padding-bottom: 5px;
    vertical-align:top;
    background: url("Images/cross.png") no-repeat center 3px;    
}
/* seperation approve and reject icons*/

.Submitted {
font-weight: bold;
font-size: 15px;
text-decoration: none;
background-color: Red;
color: White;
width: 20px;
height: 15px;
}

.NotSubmitted {
font-weight: bold;
font-size: 15px;
text-decoration: none;
background-color: Green;
color: White;
width: 20px;
height: 15px;
}

/*End*/