﻿@font-face {
    font-family: 'lucida_granderegular';
    src: url('../fonts/lucida_granderegular.eot');
    src: url('../fonts/lucida_granderegular.eot?#iefix') format('embedded-opentype'), url('../fonts/lucida_granderegular.woff2') format('woff2'), url('../fonts/lucida_granderegular.woff') format('woff'), url('../fonts/lucida_granderegular.ttf') format('truetype'), url('../fonts/lucida_granderegular.svg#lucida_granderegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lucida_grandebold';
    src: url('../fonts/lucida_grandebold.eot');
    src: url('../fonts/lucida_grandebold.eot?#iefix') format('embedded-opentype'), url('../fonts/lucida_grandebold.woff2') format('woff2'), url('../fonts/lucida_grandebold.woff') format('woff'), url('../fonts/lucida_grandebold.ttf') format('truetype'), url('../fonts/lucida_grandebold.svg#lucida_grandebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a, input, textarea, select {
    outline: none;
}

body {
    font-family: roboto;
    font-size: 12px;
}

input[type=submit] {
    border-radius: 5px;
    background: transparent !important;
    color: var(--white);
    border-color: #69ae5b !important;
    background-color: #69ae5b !important;
    cursor: pointer;
    margin-left: 0px;
    padding: 5px;
    /*font-family: roboto !important;*/
    font-size: 13px !important;
    height: 35px;
    font-weight: normal !important;
    /*margin-top: 17px;*/
    /*margin-left: -7px;*/
}

    input[type=submit]:hover {
        background-color: #478a54 !important;
    }

    input[type=submit]:focus {
        /*box-shadow: 0 1px 7px 0 rgba(0, 61, 36, 0.08), 0 2px 4px 0 rgba(0, 61, 36, 0.15) !important;*/
    }

input[type=button] {
    border-radius: 3px;
}
/*india 10-10*/
input[type=text], input[type=number] {
    padding: 2px;
    background: white;
    border: 1px solid var(--ice);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 26px !important;
}

input[type=password] {
    padding: 2px;
    background: white !important;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 26px !important;
}

input[type='checkbox'] {
    margin-top: -30px;
}

input[type='checkbox'] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 13px;
    height: 13px;
    margin: 0;
    margin-right: 1px;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
    outline: none;
}

    input[type='checkbox']:after {
        content: "";
        vertical-align: middle;
        text-align: center;
        line-height: 13px;
        position: absolute;
        cursor: pointer;
        height: 15px;
        width: 15px;
        left: 0px;
        top: 0px;
        font-size: 10px;
        border: 1px solid #69ae5b;
        background: #fff;
    }

    input[type='checkbox']:focus {
        outline: none !important;
    }

    input[type='checkbox']:hover:after, input[type='checkbox']:checked:hover:after {
    }

    input[type='checkbox']:checked:after {
        background: #69ae5b;
        content: '\2714';
        color: #fff;
    }



input[type='radio'] {
    margin-top: -30px;
}

input[type='radio'] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    margin: 0;
    margin-right: 1px;
    display: block;
   /* float: left;*/
    position: relative;
    cursor: pointer;
    outline: none;
}

    input[type='radio']:after {
        content: "";
        vertical-align: middle;
        text-align: center;
        line-height: 13px;
        position: absolute;
        cursor: pointer;
        height: 13px;
        width: 13px;
        border-radius: 13px;
        left: 0px;
        top: 0px;
        font-size: 10px;
        border: 1px solid #69ae5b;
        background: #fff;
    }

    input[type='radio']:focus {
        outline: none !important;
    }

    input[type='radio']:hover:after, input[type='radio']:checked:hover:after {
    }

    input[type='radio']:checked:after {
        background: #69ae5b;
    }


select, textarea {
    padding: 2px;
    background: white !important;
    border: 1px solid var(--ice) !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: roboto !important;
}

/*.header {
   width: 100%;
   height: 50px;
   float: left;
   background: url(../images/header_bg.jpg) 0 0 repeat-x;
   border-bottom: 1px solid #2d6b4d;
   background: #2d6b4d;
}*/

/*.header .logo {
      float: left;
      margin: 14px 0 0 10px;
   }*/

.loginPanel {
    float: left;
    width: 100%;
    position: absolute;
    top: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*margin: -64px auto;*/
}

    .loginPanel .centerWrap {
        width: 790px;
        margin: 5vh auto;
    }

        .loginPanel .centerWrap .shadow {
            width: 100%;
            height: 368px;
            float: left;
            background: url(../images/login_shadow.png) center bottom no-repeat;
        }

        .loginPanel .centerWrap .whiteWarp {
            background: #fff;
            /*border: 1px solid #e8efeb;*/
            border-radius: 5px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            /*min-height: 54vh;*/
            min-width: 350px;
            /*padding: 26px;*/
            width: 1px;
            margin-left: 200px;
        }

            .loginPanel .centerWrap .whiteWarp h1 {
                height: 50px;
                /*line-height: 70px;*/
                margin: 0px 0 0px;
                background: url(../images/worksoft-logo.png) top center no-repeat;
                width: 350px;
            }

        .loginPanel .centerWrap .loginstuff {
            width: 290px;
            margin: auto;
        }

            .loginPanel .centerWrap .loginstuff p {
                font-size: 36px;
                text-align: center;
                font-weight: 500;
                padding: 20px;
                margin-right: 35px;
            }

            .loginPanel .centerWrap .loginstuff table {
                background-color: #fff !important;
                border: none !important;
            }

            .loginPanel .centerWrap .loginstuff span {
                float: left;
                width: 100%;
                font-size: 14px !important;
                color: black;
                font-weight: 500;
                /*margin-bottom: 15px;*/
                /*padding-left: 21px;*/
            }

            /*.loginstuff #EmployeeLogin_UserNameLabel {
            background: url(../images/username_icon.png) no-repeat;
   
        }

        .loginstuff #EmployeeLogin_PasswordLabel {
            background: url(../images/password_icon.png) no-repeat;
    
        }*/

            .loginPanel .centerWrap .loginstuff input[type=text] {
                float: left;
                width: 285px !important;
                /*border: 1px solid #c9c9c9;*/
                border-radius: 3px !important;
                -moz-border-radius: 3px;
                -webkit-border-radius: 0px;
                /*padding: 5px 2px;*/
                color: #5f5555;
                border: none;
                border: 1px solid #d4d6da;
                height: 30px !important;
            }

.LoginHeading {
    width: inherit;
    height: 42px;
    margin: 47px 0px 34px 0px;
    font-family: roboto;
    font-size: 36px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--black);
    text-align: center;
}

.LoginLbl {
    width: 48px;
    height: 15px;
    margin: 0 127px 8px 0;
    font-family: roboto;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--black);
}



.loginPanel .centerWrap .loginstuff input[type=password] {
    float: left;
    width: 285px !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 0px;
    /*padding: 5px 2px;*/
    color: #5f5555;
    border: none;
    border: 1px solid #d4d6da;
    height: 30px !important;
}

.loginPanel .centerWrap .loginstuff .loginBtn {
    height: 40px;
    width: 291px !important;
    border-radius: 5px;
    border: 1px solid #69ae5b;
    color: white;
    background-color: #69ae5b !important;
    cursor: pointer;
    float: none;
}

    .loginPanel .centerWrap .loginstuff .loginBtn:hover {
        background-color: #478a54 !important;
    }

.loginPanel .centerWrap .loginstuff .cancelBtn {
    background: none !important;
    width: auto !important;
    height: auto !important;
    color: #5f5555;
    margin-top: 4px;
    font-weight: bold;
    border: none;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.loginPanel .centerWrap .whiteWarp .VersionNumberLabel {
    position: relative;
    bottom: -22px;
    right: 57px;
    font-family: helvetica !important;
    font-size: 10px !important;
    color: black !important;
    top: -55px;
}

.loginPanel .centerWrap .loginstuff .alertmsg {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    color: red;
}


/*.footer {
   width: 100%;
   height: 50px;
   line-height: 34px;
   font-size: 14px;
   text-align: center;
   color: #fff;
   position: fixed;
   bottom: 0;
   left: 0;
   background: url(../images/footer_bg.jpg) 0 0 repeat-x;
   font-family: roboto;
   z-index: -1;
   background: #2d6b4d;
}*/

.footer p {
    padding-top: 20px;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999; /*z-index:10000000*/
}

/*.footer_inr {
   width :1140px; vinoth 06/10  height:34px;
   background: #f5f5f8;
   line-height: 34px;
   color: #404952;
   font-size: 11px;
   text-align: center;
   margin: auto;
   border: 1px solid #d2d2d2;
}*/

.header_inr {
    width: 100%;
    height: 43px;
    float: left;
    background: url(../images/header_bg.jpg) 0 0 repeat-x;
    border-bottom: 1px solid #378c19;
}

    .header_inr .logo {
        float: left;
        margin: 14px 0 0 10px;
    }

    .header_inr .userlabel {
        float: right;
        margin: 15px 15px 0 0;
        color: #fff;
        font-weight: bold;
    }

    .header_inr input[type=image] {
        float: right;
        margin: 8px 10px 0 0;
    }

.notification {
    width: 18px;
    height: 20px;
    float: right;
    margin: 17px 25px 0 0;
}

    .notification .notification_count {
        width: 100%;
        float: left;
        position: relative;
    }

        .notification .notification_count .counter {
            position: absolute;
            top: -16px;
            right: -18px;
            color: #fff;
            text-align: center;
            font-size: 10px !important;
            height: 16px;
            line-height: 17px;
            background: #9f0707;
            border: 2px solid #fff;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
        }

            .notification .notification_count .counter span {
                font-size: 10px !important;
            }

/*
   Hope it's not used'


.nav{float:left; width:100%; height:32px; background:#f2f2f2 url(../images/nav_bg.jpg) 0 bottom repeat-x;}
.nav select{float:left; margin:4px 0 0 10px; background:#fff !important; border:1px solid #b0b0b0; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}

.nav .ctl00_Menu_2{float:right; width:auto;}

*/



.frame {
    width: 100%;
    float: left;
    background: transparent;
    min-height: 420px;
}

.frame2 {
    width: 100%;
    padding-top: 10px;
    float: left;
    background: #f4f4f4;
    position: relative;
}

.frame3 {
    width: 680px;
    padding: 10px;
    height: 600px;
    float: left;
    background: #f4f4f4;
}

#UpdatePanel1 {
    float: left;
    width: 100%;
}

.selectionBlk {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #c5c5c5;
    padding-bottom: 10px;
    margin-bottom: 13px;
}

    .selectionBlk h2 {
        font-size: 11px;
        background: url(../images/heading_bg.jpg) 0 bottom repeat-x;
        height: 26px;
        line-height: 26px;
        padding: 0 8px;
    }

    .selectionBlk .row {
        float: left;
        width: 98%;
        padding: 7px 10px 0;
    }

        .selectionBlk .row span {
            float: left;
            width: 100px;
            padding-right: 10px;
        }

.settingMenu {
    width: 98%;
    height: 0px;
    float: left;
    background: transparent;
    padding-left: 20px;
}

    .settingMenu .settingNav {
        float: right;
    }
    /*.settingMenu .settingNav span{background:#fff; border:1px solid #d6c486; float:left; font-size:11px; padding:0 10px; height:15px; color:#2e3236; margin-right:5px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; cursor:pointer;}*/
    .settingMenu ul {
        list-style: none;
        float: right;
        width: auto !important;
        height: 20px !important;
    }

        .settingMenu ul li {
            float: left;
            height: 35px !important;
            margin: 2px 0;
            margin-right: 5px;
            background: transparent;
            border: 1px solid var(--ice);
            border-radius: 5px;
            color: #556b61;
        }

            /*.settingMenu ul li:hover {
            border: 1px solid #478a54;
            

         }*/

            .settingMenu ul li a {
                float: left;
                font-size: 13px;
                padding: 0 25px;
                height: 35px;
                line-height: 31px;
                cursor: pointer;
                background: #69ae5b;
                color: white;
                font-family: roboto;
                border-radius: 5px;
            }

        .settingMenu ul .igdm_MenuItemHorizontalRootDisabled a {
            background: #e3efe9;
        }

        .settingMenu ul li:not(.igdm_MenuItemHorizontalRootDisabled) a:hover {
            background: #478a54;
        }

        .settingMenu ul li.menuHover {
            background: #fff6d5;
        }

        .settingMenu ul li a img {
            float: left;
            width: 18px;
            margin-top: 7px;
            padding-left: 3px;
        }

.igdm_MenuScrollContainerRootHorizontal {
    height: 45px !important;
    width: auto !important;
    margin-top: 13px;
    margin-right: 9px;
}

.wrapper {
    width: 1120px;
    float: left;
    padding: 10px;
}

.leftpanel {
    float: left;
    width: 224px;
    height: 640px;
    background: #fff;
    border: 1px solid var(--ice);
    margin-top: 45px;
}

    .leftpanel h3 {
        font-size: 11px;
        background: url(../images/heading_bg.jpg) 0 bottom repeat-x;
        height: 26px;
        line-height: 26px;
        padding: 0 8px;
    }

    .leftpanel .fieldStuff {
        float: left;
        padding: 10px;
        width: 204px;
    }

        .leftpanel .fieldStuff .fieldRow {
            float: left;
            margin-bottom: 7px;
            position: relative;
            width: 100%;
        }

            .leftpanel .fieldStuff .fieldRow .label {
                float: left;
                width: 100%;
                margin-bottom: 3px;
                font-size: 12px !important;
                font-family: roboto !important;
            }

            .leftpanel .fieldStuff .fieldRow label {
                font-size: 11px !important;
            }

            .leftpanel .fieldStuff .fieldRow .checkboxAll {
                position: absolute;
                top: 0;
                right: 0;
            }

                .leftpanel .fieldStuff .fieldRow .checkboxAll input[type=checkbox] {
                    float: right;
                    margin-left: 5px;
                }

            .leftpanel .fieldStuff .fieldRow select {
                float: left;
                width: 204px !important;
                padding: 2px;
                background: #fbfbfb;
                border: 1px solid #c5c5c5;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                height: 35px;
            }

            .leftpanel .fieldStuff .fieldRow #DivRepeater a {
                text-decoration: none;
                color: #000;
            }

            .leftpanel .fieldStuff .fieldRow .radioStuff {
                float: left;
                width: 100%;
            }

                .leftpanel .fieldStuff .fieldRow .radioStuff input[type=radio] {
                    float: left;
                    margin-right: 5px;
                }

                .leftpanel .fieldStuff .fieldRow .radioStuff label {
                    float: left;
                    width: 32px;
                    padding-right: 10px;
                    font-size: 12px !important;
                }

            .leftpanel .fieldStuff .fieldRow .GroupDropDownList {
                float: left;
                margin-top: 10px;
            }

.subleft {
    width: 360px;
    height: 554px;
}

    .subleft .fieldStuff {
        width: 340px;
    }

        .subleft .fieldStuff .fieldRow select {
            width: 224px !important;
        }

.rightpanel {
    width: 878px;
    float: left;
    margin-left: 15px;
    position: relative;
    top: 68px;
}

    .rightpanel .radiobtnStuff {
        position: absolute;
        top: 8px;
        right: 0px;
        font-size: 11px;
        z-index: 1000;
    }

        .rightpanel .radiobtnStuff input[type=radio] {
            float: left;
            margin-right: 5px;
        }

        .rightpanel .radiobtnStuff table tr td {
            padding-left: 10px;
        }

            .rightpanel .radiobtnStuff table tr td label {
                font-size: 11px;
                font-family: roboto;
            }

    .rightpanel .fieldsBlock {
        width: 852px;
        float: left;
        padding: 10px 12px;
    }

    .rightpanel input[type=checkbox] {
        height: 20px;
    }

    .rightpanel .fieldsBlock h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .rightpanel .fieldsBlock .column {
        float: left;
        width: 381px;
    }

        .rightpanel .fieldsBlock .column + .column {
            margin-left: 90px;
        }

        .rightpanel .fieldsBlock .column .row {
            width: 100%;
            float: left;
            margin-bottom: 2px;
            margin-top: 3px;
        }

            .rightpanel .fieldsBlock .column .row span {
                float: left;
                width: 150px;
                font-family: roboto !important;
            }

                .rightpanel .fieldsBlock .column .row span.reqStar {
                    width: auto;
                    margin-left: -9px;
                }

            .rightpanel .fieldsBlock .column .row input[type=text] {
                width: 215px;
                height: 29px;
            }

            .rightpanel .fieldsBlock .column .row input[type=password] {
                width: 215px;
            }

            .rightpanel .fieldsBlock .column .row select {
                width: 215px;
                float: left;
                height: 29px;
            }

            .rightpanel .fieldsBlock .column .row textarea {
                width: 215px;
                resize: none;
            }

            .rightpanel .fieldsBlock .column .row table tr td span {
                width: auto;
            }

            .rightpanel .fieldsBlock .column .row table tr td input[type=radio] {
                float: left;
                margin-right: 5px;
            }

            .rightpanel .fieldsBlock .column .row table tr td label {
                width: 70px;
                padding-right: 10px;
                float: left;
                font-size: 12px;
            }

            .rightpanel .fieldsBlock .column .row .btnStuff {
                width: 20px;
                float: left;
                margin-left: 5px;
            }

        .rightpanel .fieldsBlock .column .btsRow {
            float: left;
            width: 391px;
        }

            .rightpanel .fieldsBlock .column .btsRow input[type=submit] {
                margin: 78px 10px 0 0;
                float: right;
            }

    .rightpanel .fieldsBlock .btsRowFull {
        width: 100%;
    }

        .rightpanel .fieldsBlock .btsRowFull input[type=submit] {
            /*margin: 73px 10px 0 0;
            float: right;*/
        }

    .rightpanel .fieldsBlock .column .empBtns input[type=submit] {
        margin: 10px 10px 0 0;
    }

    .rightpanel .fieldsBlock .column .row input[type=submit].addBtn {
        float: left;
        width: 20px;
        height: 19px;
        background: url(../images/btn_bg.jpg) 0 bottom repeat-x;
        border-radius: 2px 2px 0px 0px !important;
        border: none;
        cursor: pointer;
        margin: 0;
        padding: 0 6px;
    }

    .rightpanel .fieldsBlock .column .row input[type=submit].deleteBtn {
        float: left;
        width: 20px;
        height: 19px;
        background: url(../images/btn_bg.jpg) 0 bottom repeat-x;
        border-radius: 0px 0px 2px 2px !important;
        border: none;
        cursor: pointer;
        margin: 0;
        padding: 0 6px;
    }


    .rightpanel .listBox {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        .rightpanel .listBox select {
            width: 100%;
            float: left;
        }

        .rightpanel .listBox span {
            width: 100%;
            float: left;
            margin-bottom: 5px;
            font-family: roboto !important;
        }

    .rightpanel .positionHr {
        float: left;
    }

        .rightpanel .positionHr span {
            float: none !important;
        }

    .rightpanel .dateStuff {
        float: left;
    }

        .rightpanel .dateStuff span {
            float: none !important;
        }

        .rightpanel .dateStuff select {
            float: none !important;
        }

    .rightpanel .productivity {
        float: left;
    }

        .rightpanel .productivity span {
            float: none !important;
        }

    .rightpanel .listseletionBox {
        float: left;
        width: 100%;
    }

        .rightpanel .listseletionBox .listboxBlk {
            width: 244px;
            float: left;
            margin-bottom: 20px;
        }

            .rightpanel .listseletionBox .listboxBlk span {
                width: 100%;
                float: left;
                margin-bottom: 5px;
                font-family: roboto !important;
            }

            .rightpanel .listseletionBox .listboxBlk .editmaterialBtn {
                float: left;
                margin-top: 27px;
            }

        .rightpanel .listseletionBox .listMover {
            float: left;
            margin: 0 25px;
            width: 106px;
        }

            .rightpanel .listseletionBox .listMover input[type=submit] {
                margin-top: 9px;
            }

        .rightpanel .listseletionBox .lm2 {
            padding-top: 76px;
        }

.rightform {
    float: left;
    width: 630px;
    height: 540px;
    padding: 5px 15px 10px;
    background: #fff;
    border: 1px solid #c5c5c5;
    margin-left: 15px;
}

    .rightform h2 {
        font-size: 15px;
        border-bottom: 1px solid #c5c5c5;
        padding-bottom: 2px;
    }

    .rightform .fieldsBlock {
        width: 630px;
        padding: 10px 0;
    }

        .rightform .fieldsBlock .column {
            width: 305px;
        }

            .rightform .fieldsBlock .column + .column {
                margin-left: 20px;
            }

            .rightform .fieldsBlock .column .row {
                margin-bottom: 8px;
            }

                .rightform .fieldsBlock .column .row span {
                    margin-bottom: 5px;
                    width: 145px;
                }

        .rightform .fieldsBlock .fullTextbox {
            float: left;
            width: 100%;
        }

            .rightform .fieldsBlock .fullTextbox textarea {
                resize: none;
                height: 47px;
            }

        .rightform .fieldsBlock .column .row textarea {
            resize: none;
            width: 153px;
        }

        .rightform .fieldsBlock .column .row input[type=text] {
            width: 153px;
        }

    .rightform .btnStuff {
        float: left;
        width: 100%;
        border-top: 1px solid #c5c5c5;
        padding-top: 8px;
    }

        .rightform .btnStuff input[type=submit] {
            float: right;
            margin-left: 10px;
        }

    .rightform .fieldsBlock .fullrow {
        float: left;
        width: 100%;
    }

        .rightform .fieldsBlock .fullrow span {
            float: left;
            width: 145px;
        }

    .rightform .fieldsBlock .shiftgrid {
        float: left;
        width: 630px;
    }

        .rightform .fieldsBlock .shiftgrid .gridfont {
            width: 100%;
            border-collapse: collapse;
        }

            .rightform .fieldsBlock .shiftgrid .gridfont th {
                background: url(../images/grid_headBg.jpg) 0 bottom repeat-x;
                color: #fff;
                text-align: left;
                font-size: 10px;
                border: 1px solid #c5c5c5;
                padding: 3px 5px;
                white-space: nowrap;
                overflow: hidden;
            }

            .rightform .fieldsBlock .shiftgrid .gridfont td {
                font-size: 10px;
                border: 1px solid #c5c5c5;
                padding: 2px 3px;
            }


.footer_inr {
    width /*:1140px; vinoth 06/10 */ height:34px;
    background: #f5f5f8;
    line-height: 34px;
    color: #404952;
    font-size: 11px;
    text-align: center;
    margin: auto;
    border: 1px solid #d2d2d2;
}

#PrintingPanel {
    float: left;
    margin: 0px 20px 20px;
    width: 94% !important;
    border: 0px solid #c5c5c5;
}

.printHead {
    float: left;
    width: 100%;
    border-bottom: 1px solid #c5c5c5;
    height: 72px;
    padding-bottom: 15px;
}

    .printHead img {
        float: right;
        padding-right: 50px;
    }

    .printHead .headInfo {
        float: left;
        width: 200px;
    }

        .printHead .headInfo span {
            width: 100%;
            float: left;
            margin-bottom: 5px;
        }

            .printHead .headInfo span#branchNameLabel {
                font-size: 15px !important;
            }

.printFooter {
    float: left;
    width: 100%;
    border-top: 1px solid #c5c5c5;
    margin-top: 15px;
    padding-top: 5px;
    font-size: 10px;
}

    .printFooter ul {
        list-style-position: inside;
    }

.printBtns {
    width: 100%;
    float: left;
    margin-top: 10px;
    text-align: right;
}

    .printBtns input[type=submit] {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }

.printBtnsInput {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    background: url(../images/btn_bg.jpg) 0 0 repeat-x;
    border: 1px solid #1c5e90;
    height: 23px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 0 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: Trebuchet MS;
    cursor: pointer;
}

.popupStuff {
    float: left;
    padding: 10px 0px 0px;
    background: var(--ice);
    height: calc(100% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .popupStuff .row {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        .popupStuff .row span {
            float: left;
            width: 100px;
        }

            .popupStuff .row span.textLabel {
                width: 100%;
            }

        .popupStuff .row .igte_EditInContainer {
            padding: 2px 0 2px 0 !important;
        }

        .popupStuff .row input[type=radio] {
            float: left;
            margin-right: 5px;
        }

        .popupStuff .row .fieldset {
            width: 171px;
            float: left;
        }

            .popupStuff .row .fieldset label {
                float: left;
                width: 100%;
                font-size: 12px;
                font-weight: bold;
                margin-bottom: 3px;
            }

        .popupStuff .row .smallcolm {
            width: 50px;
            float: left;
        }

            .popupStuff .row .smallcolm span {
                width: 100%;
            }

    .popupStuff .btnRow {
        /*height: 6px;*/
        display: flex;
        width: 340px;
        height: 34px;
        justify-content: flex-end;
    }

        .popupStuff .btnRow input[type=submit] {
            margin-left: 3px;
            line-height: 24px;
            height: 35px;
            background: #69ae5b !important;
            border: none !important;
            text-align: center;
            width: 100%;
            font-weight: normal !important;
            color: #fff;
            text-decoration: none;
            text-transform: capitalize;
            font-size: 15px !important;
            /*font-family: roboto !important;*/
            cursor: pointer;
        }

    .popupStuff .row label {
        font-size: 12px;
    }

    .popupStuff .additions {
        float: left;
        width: 100%;
        margin-bottom: 8px;
    }

        .popupStuff .additions h3 {
            border-bottom: 1px solid #c5c5c5;
            margin-bottom: 5px;
            padding-bottom: 2px;
        }

        .popupStuff .additions .additionsfullitem {
            padding: 0;
        }

        .popupStuff .additions .additionsleftitem {
            padding: 0;
        }

            .popupStuff .additions .additionsleftitem input[type=checkbox] {
                margin-left: 5px;
            }

        .popupStuff .additions .additionsrightitem input[type=checkbox] {
            margin-left: 5px;
        }

    .popupStuff .fullLbl {
        margin-bottom: 5px;
        background: #fff;
        border: 1px solid var(--ice);
        border-radius: 5px;
        padding: 5px;
        width: 330px;
        height: 70px;
    }

        .popupStuff .fullLbl span {
            /*font-family: roboto !important;*/
            /*font-weight: 500 !important;*/
        }


.popupStuffEmployments {
    float: left;
    padding: 10px 0px 0px;
    background: var(--ice);
    height: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .popupStuffEmployments .row {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        .popupStuffEmployments .row span {
            float: left;
            width: 550px;
            font-family: roboto !important;
        }

            .popupStuffEmployments .row span.textLabel {
                width: 100%;
            }

        .popupStuffEmployments .row .igte_EditInContainer {
            padding: 2px 0 2px 0 !important;
        }

        .popupStuffEmployments .row input[type=radio] {
            float: left;
            margin-right: 5px;
        }

        .popupStuffEmployments .row .fieldset {
            width: 171px;
            float: left;
        }

            .popupStuffEmployments .row .fieldset label {
                float: left;
                width: 100%;
                font-size: 12px;
                font-weight: bold;
                margin-bottom: 3px;
            }

        .popupStuffEmployments .row .smallcolm {
            width: 50px;
            float: left;
        }

            .popupStuffEmployments .row .smallcolm span {
                width: 100%;
            }

    .popupStuffEmployments .btnRow {
        height: 6px;
        display: flex;
        justify-content: flex-end;
    }

        .popupStuffEmployments .btnRow input[type=submit] {
            margin-left: 10px;
            line-height: 24px;
            margin-top: -5px;
            height: 40px;
            background: #69ae5b !important;
            border: none !important;
            text-align: center;
            width: 100%;
            font-weight: normal !important;
            color: #fff;
            text-decoration: none;
            text-transform: capitalize;
            font-size: 15px !important;
            font-family: roboto !important;
            cursor: pointer;
        }

    .popupStuffEmployments .row label {
        font-size: 12px;
    }

    .popupStuffEmployments .additions {
        float: left;
        width: 100%;
        margin-bottom: 8px;
    }

        .popupStuffEmployments .additions h3 {
            border-bottom: 1px solid #c5c5c5;
            margin-bottom: 5px;
            padding-bottom: 2px;
        }

        .popupStuffEmployments .additions .additionsfullitem {
            padding: 0;
        }

        .popupStuffEmployments .additions .additionsleftitem {
            padding: 0;
        }

            .popupStuffEmployments .additions .additionsleftitem input[type=checkbox] {
                margin-left: 5px;
            }

        .popupStuffEmployments .additions .additionsrightitem input[type=checkbox] {
            margin-left: 5px;
        }

    .popupStuffEmployments .fullLbl {
        margin-bottom: 5px;
        background: #fff;
        border: 1px solid var(--ice);
        border-radius: 5px;
        padding: 5px;
    }

        .popupStuffEmployments .fullLbl span {
            font-family: roboto !important;
            font-weight: 500 !important;
        }


.printstuff-panel {
    margin: 15px 20px 0px;
    border-radius: 3px;
    width: 820px;
    float: left;
    background: #ffffff;
    border: 1px solid #c6d4e2;
}

    .printstuff-panel .printstuffpanelInside {
        width: 33%;
        float: left;
        min-height: 85px;
    }

        .printstuff-panel .printstuffpanelInside + .printstuffpanelInside {
            border-left: 1px solid #c6d4e2;
        }

        .printstuff-panel .printstuffpanelInside ul {
            margin: 0;
            padding: 10px;
            overflow: hidden;
        }

        .printstuff-panel .printstuffpanelInside li {
            list-style: none;
            float: left;
            width: 100%;
        }

            .printstuff-panel .printstuffpanelInside li + li {
                margin-top: 10px;
            }

            .printstuff-panel .printstuffpanelInside li span.palnTitle {
                width: 30%;
                float: left;
                color: #456587;
                font-size: 12px;
            }

            .printstuff-panel .printstuffpanelInside li span.palnValue {
                text-align: right;
                width: 70%;
                float: right;
                color: #456587;
                font-size: 12px;
            }


.salary_percentage_popup .igdw_BodyContent {
    overflow: inherit !important;
    height: auto !important;
}

.salary_percentage_popup .popupStuff {
    width: 93%;
}

    .salary_percentage_popup .popupStuff .fullLbl {
        background: none;
        border: none;
    }

    .salary_percentage_popup .popupStuff .btnRow {
        text-align: center;
        margin-top: 8px;
    }

        .salary_percentage_popup .popupStuff .btnRow input[type=submit] {
            float: none;
            margin: 0;
        }


.windowDialog {
    float: left;
    width: 570px;
    padding: 15px;
}

    .windowDialog .row {
        float: left;
        width: 100%;
        padding-bottom: 10px;
    }

        .windowDialog .row span {
            width: 100%;
            word-wrap: break-word;
            float: left;
            line-height: 20px;
        }

        .windowDialog .row .colm {
            width: 256px;
            float: left;
        }

            .windowDialog .row .colm + .colm {
                margin-left: 38px;
            }

            .windowDialog .row .colm span {
                width: 100%;
                float: left;
                word-wrap: break-word !important;
                white-space: normal;
            }

        .windowDialog .row input[type=radio] {
            float: left;
            margin-right: 5px;
        }

        .windowDialog .row label {
            float: left;
            width: 70px;
        }

    .windowDialog .btnRow {
        float: left;
        width: 100%;
    }

        .windowDialog .btnRow table {
            float: right;
            margin-left: 10px;
        }

.igdw_HeaderButtonArea img {
    margin-top: 5px;
    cursor: pointer;
    width: 21px;
}

.ChkListStuff {
    width: 100%;
    float: left;
}

    .ChkListStuff h3 {
        font-size: 15px;
        margin-bottom: 10px;
        padding: 10px 10px;
        background: #e8efeb;
    }

        .ChkListStuff h3 span {
            color: #003d24;
        }

    .ChkListStuff .rowField {
        float: left;
        width: 98%;
        padding: 0 10px 10px;
    }

        .ChkListStuff .rowField label {
            float: left;
            width: 100%;
            margin-bottom: 3px;
        }

        .ChkListStuff .rowField .colum {
            float: left;
            width: 206px;
        }

            .ChkListStuff .rowField .colum + .colum {
                margin-left: 30px;
            }

            .ChkListStuff .rowField .colum input[type=text] {
                float: left;
                width: 200px;
            }

        .ChkListStuff .rowField textarea {
            float: left;
        }

        .ChkListStuff .rowField .chkBox {
            float: left;
            width: 206px;
        }

            .ChkListStuff .rowField .chkBox + .chkBox {
                margin-left: 30px;
            }

            .ChkListStuff .rowField .chkBox input[type=checkbox] {
                float: left;
                margin-right: 5px;
            }

            .ChkListStuff .rowField .chkBox label {
                width: 165px;
                margin-left: 5px;
            }

        .ChkListStuff .rowField .chkBoxgrp {
            float: left;
            width: 100%;
        }

            .ChkListStuff .rowField .chkBoxgrp label {
                width: 180px;
                margin-left: 5px;
            }

            .ChkListStuff .rowField .chkBoxgrp input {
                float: left;
            }

                .ChkListStuff .rowField .chkBoxgrp input[type=text] {
                    width: 107px;
                }

                .ChkListStuff .rowField .chkBoxgrp input[type=checkbox] {
                    float: left;
                    margin-right: 5px;
                }

                .ChkListStuff .rowField .chkBoxgrp input + input {
                    margin-left: 15px;
                }

    .ChkListStuff .btnRow {
        float: left;
        width: 98%;
        padding: 10px;
    }

        .ChkListStuff .btnRow input[type=submit] {
            float: left;
            margin-right: 10px;
            color: white;
        }

.MonthlyCostPanel {
    float: left;
    margin-left: 12px;
}

    .MonthlyCostPanel span {
        float: left;
        color: #443806;
        font-size: 11px;
        line-height: 25px;
    }

    .MonthlyCostPanel .MonthlyCostLabel {
        margin-right: 15px;
    }

    .MonthlyCostPanel input[type=text] {
        float: left;
        border: 1px solid #c4ac54;
        background: #fff;
        padding: 0 2px;
        margin: 2px 15px 0 10px;
        height: 19px;
    }

    .MonthlyCostPanel input[type=image] {
        float: left;
        margin-top: 5px;
    }

.contentWrap {
    float: left;
    width: 1120px;
    padding: 10px;
    position: relative;
}

    .contentWrap .leftgridPanel {
        width: 914px;
        float: left;
    }

        .contentWrap .leftgridPanel .Datechooser {
            float: left;
            margin: 1px 0 1px 10px;
            position: relative;
            z-index: 9999;
        }

            .contentWrap .leftgridPanel .Datechooser .igte_EditWithButtons {
                float: left;
                margin-right: 10px;
            }

                .contentWrap .leftgridPanel .Datechooser .igte_EditWithButtons input[type=text] {
                    height: 15px \0/IE9 !important;
                }

            .contentWrap .leftgridPanel .Datechooser .weekNum {
                float: left;
                padding: 0 2px 0;
                height: 20px;
                height: 19px \0/IE9;
            }

            .contentWrap .leftgridPanel .Datechooser .weekBtns {
                float: left;
                margin-left: 10px;
            }

                .contentWrap .leftgridPanel .Datechooser .weekBtns .minusBtn {
                    float: left;
                    background: url(../images/minus_weekBtn.png) 0 0 no-repeat;
                    border: none;
                    width: 21px;
                    height: 21px;
                    border-radius: 0px;
                }

                .contentWrap .leftgridPanel .Datechooser .weekBtns .plusBtn {
                    float: left;
                    background: url(../images/plus_weekBtn.png) 0 0 no-repeat;
                    border: none;
                    width: 22px;
                    height: 21px;
                    border-radius: 0px;
                }


        .contentWrap .leftgridPanel .absenceBtns {
            float: right;
            width: 406px;
            position: relative;
            z-index: 9999;
        }

            .contentWrap .leftgridPanel .absenceBtns input[type=submit] {
                float: right;
                margin-left: 10px;
            }

        .contentWrap .leftgridPanel .gridblock {
            float: left;
            width: 100%;
        }

            .contentWrap .leftgridPanel .gridblock .gridtophead {
                float: left;
                width: 100%;
                height: 21px;
                margin-bottom: 5px;
            }

            .contentWrap .leftgridPanel .gridblock .plusBtn input[type=submit] {
                float: left;
                margin-top: 3px;
            }

            .contentWrap .leftgridPanel .gridblock .gridtophead .expenseBtn {
                float: left;
                border: none;
                width: 22px;
                height: 21px;
                border-radius: 0px;
                margin-left: 12px;
            }

.rightblock {
    float: right;
    width: 190px;
}


    .rightblock .autoChkbox {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }

        .rightblock .autoChkbox input[type=checkbox] {
            float: right;
            margin-left: 5px;
        }

        .rightblock .autoChkbox label {
            float: right;
        }

.rightblock_Rota {
    position: absolute;
    top: 8px;
    right: 0;
    width: 190px;
    padding: 10px;
    background: #f4f4f4;
    border: 1px solid #c8c8c8;
    z-index: 999;
}

    .rightblock_Rota .rightStuff + .rightStuff {
        margin-top: 8px;
    }

    .rightblock_Rota .fieldRow {
        float: left;
        margin-bottom: 8px;
        position: relative;
        width: 100%;
    }

        .rightblock_Rota .fieldRow .label {
            float: left;
            width: 100%;
            margin-bottom: 3px;
            font-size: 11px !important;
        }

        .rightblock_Rota .fieldRow .checkboxAll {
            position: absolute;
            top: 0;
            right: 0;
            width: 48px;
        }

            .rightblock_Rota .fieldRow .checkboxAll input[type=checkbox] {
                float: left;
                margin-right: 5px;
            }

        .rightblock_Rota .fieldRow select {
            float: left;
            width: 188px !important;
            padding: 2px;
            background: #fbfbfb;
            border: 1px solid #c5c5c5;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }

.nameDrpdwn {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-top: -9px;
}

    .nameDrpdwn span {
        float: left;
        padding-right: 15px;
        line-height: 23px;
    }


.infoblocks {
    float: left;
    width: 180px;
    margin-left: 32px;
}

    .infoblocks .block {
        float: left;
        width: 180px;
        background: #fff;
        border: 1px solid #b9b9b9;
        margin-bottom: 10px;
    }

        .infoblocks .block h2 {
            background: url(../images/gary_head_bg.jpg) 0 0 repeat-x;
            padding: 0 5px;
            height: 21px;
            line-height: 21px;
            color: #2e3236;
            font-size: 12px;
            border-bottom: 1px solid #b9b9b9;
        }

        .infoblocks .block h3 {
            background: #e6e6e8;
            padding: 2px 5px;
            float: left;
            width: 94.5%;
            border-bottom: 1px solid #b9b9b9;
            border-top: 1px solid #b9b9b9;
        }

        .infoblocks .block .blockData {
            float: left;
            list-style: none;
            width: 100%;
        }

            .infoblocks .block .blockData li {
                float: left;
                width: 95%;
                padding: 4px 5px;
            }

                .infoblocks .block .blockData li + li {
                    border-top: 1px solid #b9b9b9;
                }

                .infoblocks .block .blockData li .values {
                    float: right;
                }

.correctdayForm {
    width: 92%;
    float: left;
    padding: 2% 4%;
}

    .correctdayForm .selectedclock {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }

    .correctdayForm .btnStuff {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

        .correctdayForm .btnStuff input[type=submit] {
            float: right;
            margin-left: 10px;
        }

.PrintingOptionPanel {
    width: 100%;
    float: left;
    height: 28px;
    background: url(../images/grid_headBg.jpg) 0 0 repeat-x;
}

    .PrintingOptionPanel #PrintOptionRadioButton {
        float: left;
        color: #fff;
        margin: 4px 0 0 5px;
    }

        .PrintingOptionPanel #PrintOptionRadioButton label {
            margin: 0 20px 0 2px;
            font-size: 12px;
        }

        .PrintingOptionPanel #PrintOptionRadioButton input[type=radio] {
            float: left;
        }

.PrintTopHead {
    float: left;
    width: 100%;
}

    .PrintTopHead .logo_icon {
        float: left;
        margin-right: 35px;
    }

    .PrintTopHead .topheadLabels {
        float: left;
        width: 300px;
        margin-top: 10px;
    }

    .PrintTopHead .branchname {
        font-size: 16px !important;
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }

    .PrintTopHead .weeknum {
        font-size: 14px !important;
        margin-bottom: 10px;
        float: left;
    }

    .PrintTopHead .todaydate {
        font-size: 12px !important;
        float: left;
        clear: left;
    }

.printGridblock {
    float: left;
}

    .printGridblock table.totaloverview { /*border:none; border-collapse:collapse;*/
        border: 1px solid #bedbf6;
        border-radius: 3px;
        float: left;
        margin: 10px 0;
    }

        .printGridblock table.totaloverview td {
            padding: 5px;
            border: none;
            border-right: 1px solid #bedbf6;
            border-bottom: 1px solid #bedbf6;
            color: #718090;
            font-family: 'lucida_granderegular';
            border-collapse: collapse;
            font-size: 9px;
            text-align: center;
        }
        /*.printGridblock table.totaloverview tr:first-child td{border: none; background:none;}*/
        .printGridblock table.totaloverview tr + tr td:first-child {
            background-color: #e1f0ff; /*border: 1px solid #c4c4c4;*/
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            padding: 5px 8px;
            text-align: left;
            text-overflow: ellipsis;
            vertical-align: middle;
            white-space: nowrap;
        }

        .printGridblock table.totaloverview tr {
            background-color: #f2f8ff;
        }

            .printGridblock table.totaloverview tr:nth-child(2n+1) {
                background-color: #fbfdff;
            }

        .printGridblock table.totaloverview .tablehead {
            background-color: #247ba9 !important;
            color: #fff;
        }

            .printGridblock table.totaloverview .tablehead td {
                border: medium none;
                border-bottom: 1px solid #247ba9;
                border-right: 1px solid #247ba9;
                background: none;
                font-size: 11px;
                line-height: 25px;
                text-align: center;
                height: 25px;
                color: #fff;
                white-space: nowrap;
                overflow: hidden;
                text-transform: uppercase;
            }

                .printGridblock table.totaloverview .tablehead td:first-child {
                    text-align: left;
                }

                .printGridblock table.totaloverview .tablehead td.red_textHeader {
                    background: none repeat scroll 0 0 #ff4b4c;
                    border-right: none;
                    border-bottom: 1px solid #ff4b4c;
                }

    .printGridblock h2 {
        font-size: 12px;
        float: left;
        width: 100%;
        font-family: 'lucida_grandebold';
        text-transform: uppercase;
        font-weight: normal;
        color: #5e7387;
    }

.printing-option-head {
    margin: 20px 20px 0;
    float: left;
    width: 820px;
}

    .printing-option-head h1 {
        color: #455c73;
        float: left;
        font-family: "lucida_grandebold" !important;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 10px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

    .printing-option-head .prnting-option-detail {
        width: 100%;
        float: left;
        margin: 15px 0 0;
    }

.prnting-option-detail .printing-grid-deatil {
    width: auto;
    float: left;
}

    .prnting-option-detail .printing-grid-deatil h3 {
        color: #455c73;
        float: left;
        font-family: "lucida_grandebold" !important;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 3px;
        text-transform: uppercase;
        width: 100%;
    }

    .prnting-option-detail .printing-grid-deatil .printing-date {
        color: #596d82;
        float: left;
        font-size: 11px;
        width: 100%;
    }

.prnting-option-detail .custom-dropdown {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #c6d4e2;
    border-radius: 3px;
    float: left;
    height: 33px;
    line-height: 33px;
    position: relative;
    width: 99.6%;
}

    .prnting-option-detail .custom-dropdown::after { /*background: url("../images/dropdown-pointer2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);content: " ";*/
        float: right;
        height: 7px;
        margin: 13px 9px 0 0;
        width: 10px;
    }

    .prnting-option-detail .custom-dropdown .selected-option {
        color: #4d647a;
        padding: 0 30px 0 10px;
        font-size: 13px;
    }

    .prnting-option-detail .custom-dropdown select {
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        background: none repeat scroll 0 0 #e1f5ff !important;
        border: 1px solid #3dafeb;
        border-radius: 3px;
        color: #4b6278;
        float: left;
        font-size: 11px;
        height: 25px;
        line-height: 25px;
        margin-bottom: 4px;
        padding: 0 10px;
        width: 100%;
    }

        .prnting-option-detail .custom-dropdown select option {
            color: #4b6278;
            font-family: "lucida_granderegular" !important;
            padding: 2px 9px;
        }

.prnting-option-detail .printing-dropdown {
    float: right;
    width: 220px;
}


.printBtns {
    float: left;
    width: 100%;
}

    .printBtns input[type=submit] {
        float: right;
        margin-left: 10px;
    }

.printrota-button {
    text-align: center;
}

    .printrota-button .printBtnsInput {
        background: #3dafeb none repeat scroll 0 0 !important;
        border: medium none !important;
        color: #fff;
        cursor: pointer;
        float: none;
        display: inline-block;
        font-family: "lucida_grandebold" !important;
        font-size: 15px !important;
        font-weight: normal !important;
        height: 42px;
        line-height: 42px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 31% !important;
    }

.kpicolumn {
    background-color: #fffbcc !important;
}

.kpicolumn_light {
    background-color: #fffce5 !important;
}

.workgirdcolumn {
    background-color: #d5eaff !important;
    table-layout: fixed;
}

.workgirdcolumn_light {
    background-color: #e1f0ff !important;
    table-layout: fixed;
}


.rota_absenceitem {
    background: green !important;
    color: rgb(255,255,255)
}

.absencecolor {
    background-color: red !important;
}

.red_text {
    color: #ff0000 !important;
}

.red_textHeader {
    background: #ff4b4c;
    color: #fff;
}

.red_textHeaderPrint {
    background: #fc7e7e url(../Images/grid_headBg_RedPrint.jpg) 0 bottom repeat-x;
    color: #fff;
}

.white_text {
    color: white;
}

.columnred_text {
    color: #ff0000 !important;
}

.columngreen_text {
    color: #33cc33 !important;
}

.blue_text {
    color: #0000ff;
}

.black_text {
    color: #000000 !important;
}

.green_text {
    color: #00ff00 !important;
}

.selectedCellCSS {
    background: #3DAFEB !important;
    color: #FFF !important;
    width: 120px;
}

.removeSelectedCellCSS {
    border: 0 !important;
}

#divSlider {
    float: left;
    width: 1140px;
    margin-bottom: 40px;
}

.taskwebtree {
    height: 152px !important;
    overflow: hidden;
}

.row_hide {
    display: none;
}

.change_row_color {
    border: 2px solid #2A6DA2 !important;
}

.text_bold {
    font-size: xx-small !important;
    font-weight: bold !important;
}

.sliderHeader {
    background: url(../images/grid_headBg.jpg) 0 bottom repeat-x;
    border-left: 1px solid white;
}

.dxeCalendarHeader td.dxe {
    color: #fff;
}

.tabStructure .igtab_THControl {
    min-height: 0px !important;
    height: 30px !important;
}

    .tabStructure .igtab_THControl .igtab_THContentHolder {
        height: 0px !important;
    }

        .tabStructure .igtab_THControl .igtab_THContentHolder .igtab_THContent {
            height: 0px !important;
        }

.ApprovedTimeGridColumn0 {
    width: 60px;
}

.ApprovedTimeGridColumn1 {
    width: 50px;
}

.ApprovedTimeGridColumn2 {
    width: 50px;
}

.ApprovedTimeGridColumn3 {
    width: 70px;
}

.ApprovedTimeGridColumn4 {
    width: 150px;
}

.ApprovedTimeGridColumn5 {
    width: 150px;
}

.ApprovedTimeGridColumn6 {
    width: 150px;
}

.ApprovedTimeGridColumn7 {
    width: 30px;
}

.ApprovedTimeGridColumn8 {
    width: 40px;
}

/* Nec class */
.inputInTd {
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    border-style: none !important;
}

.rota_absenceitem6 {
    background: #000 !important;
    color: #000;
}

.rota_absenceitem11 {
    background: #008080 !important;
    color: #000;
}

.rota_absenceitem35 {
    background: #FFF !important;
    color: #000;
}

.rota_absenceitem7 {
    background: #00FF00 !important;
    color: #000;
}

.rota_absenceitem8 {
    background: #FF0000 !important;
    color: #ffffff !important;
}

.rota_absenceitem9 {
    background: #FFFFA4 !important;
    color: #000;
}

.rota_absenceitem10 {
    background: #0000FF !important;
    color: #000;
}

.rota_absenceitem21 {
    background: #FF8000 !important;
    color: #000;
}

.rota_absenceitem22 {
    background: #000 !important;
    color: #FFF;
}

.rota_absenceitem23 {
    background: #FF00FF !important;
    color: #000;
}

.rota_absenceitem24 {
    background: #00FFFF !important;
    color: #000;
}

.rota_absenceitem31 {
    background: #A9A988 !important;
    color: #000;
}

.rota_absenceitem32 {
    background: #FFFF00 !important;
    color: #000;
}

.rota_absenceitem36 {
    background: #C0C0C0 !important;
    color: #000;
}

.rota_absenceitem42 {
    background: #F4A985 !important;
    color: #000;
}

.rightStuff {
    float: left;
    width: 166px;
    background: #fff;
    max-height: 550px;
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

    .rightStuff + .rightStuff {
        margin-top: 15px;
    }

    .rightStuff h2 {
        background: url(../images/gary_head_bg.jpg) 0 0 repeat-x;
        padding: 0 5px;
        height: 21px;
        line-height: 21px;
        color: #2e3236;
        font-size: 12px;
        border-bottom: 1px solid #b9b9b9;
    }

    .rightStuff ul {
        list-style: none;
        float: left;
        width: 100%;
        height: 374px;
        overflow: auto;
    }

        .rightStuff ul li {
            float: left;
            width: 100%;
        }

            .rightStuff ul li + li {
                /*border-top: 1px solid #bbc4cd;*/
            }

            .rightStuff ul li a {
                display: block;
                padding: 7px 5px;
                color: #4b6077;
                font-size: 11px;
            }

            .rightStuff ul li:hover {
                background: #BBE2F9;
            }

            .rightStuff ul li .colorDiv {
                float: left;
                width: 10px;
                height: 10px;
                margin: 7px 10px 0;
                border-radius: 100%;
            }

.active {
    background: #edf3f0;
}

.week-plan-text {
    float: right;
    color: #000000;
    width: auto;
    background: #EE452F;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    padding: 1px 10px 0;
    /* margin: 3px 10px;*/
    top: 23px;
    left: 42.8%;
}

.expense-cell {
    text-align: center;
}

.expense-header-cell {
    text-align: center;
    text-wrap: none;
}

.expense-hidden-row {
    display: none;
    visibility: hidden;
}

.expense-employee-exists-row {
    color: red;
    font-weight: bold;
    font-style: italic;
}

.expense-error-in-cell {
    color: red;
}

.expense-warning-in-cell {
    color: yellow;
}

.expenseTypeEditFields td {
    padding-bottom: 4px;
    padding-left: 4px;
}

.error-message {
    color: #ff4b4c;
    font-size: 13px;
    text-align: center;
    padding: 15px 0 5px;
}

.branch-finder-input {
    height: 25px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid var(--ice);
    margin-bottom: 10px;
    color: black;
    text-indent: 30px;
    background: url('/images/search-16.png') no-repeat left;
    background-position: 10px;
    background-color: white;
}

.check-box {
    outline: 1px solid #3dafeb;
}

.sk-three-bounce {
    margin: 40px auto;
    width: 80px;
    text-align: left;
}

    .sk-three-bounce .sk-child {
        width: 20px;
        height: 20px;
        background-color: #3DAFEB;
        border-radius: 100%;
        display: inline-block;
        animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    }

    .sk-three-bounce .sk-bounce1 {
        animation-delay: -0.32s;
    }

    .sk-three-bounce .sk-bounce2 {
        animation-delay: -0.16s;
    }

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

dialog {
    border: 1px darkgrey solid;
    background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 0px 20px 6px rgba(224,224,224,1);
    padding: 10px;
}

    dialog > iframe {
        width: 100%;
        border: none;
        background: url(/images/ajax-loader.gif);
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-position-y: 20px;
        overflow: hidden;
    }

    dialog::backdrop {
        background: rgba(255,255,255,0.5);
    }

/*Emulate user pop-up*/
#emulateUserPopup .branchname-popup .week-popup-inner {
    height: 395px;
    text-align: left;
}
    /*vinoth 08-10*/
    #emulateUserPopup .branchname-popup .week-popup-inner .week-popup-content {
        height: 298px;
    }

    #emulateUserPopup .branchname-popup .week-popup-inner #emulateuser-scroller ul li:hover {
        border: 1px solid #69ae5b;
    }

    #emulateUserPopup .branchname-popup .week-popup-inner #emulateuser-scroller ul li a {
        font-size: 12px;
        font-family: "lucida_granderegular" !important;
    }

    #emulateUserPopup .branchname-popup .week-popup-inner .week-btn-close {
        margin-top: 0;
        cursor: pointer;
        padding-left: 5px;
    }

#emulateuser-scroller {
    position: absolute;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
}
