/****************************FONTS START************************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
/****************************FONTS END************************************/
/****************************LOADING MESSAGE************************************/
#loading
{
    display:none;
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    padding-top:45%;
}
/****************************LOADING MESSAGE END********************************/
/****************************GLOBAL START************************************/
html, *
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}
body
{
    font-family: "Open Sans", Arial, sans-serif;
    font-weight:400;
    overflow: hidden;
    background:url(../images/page_bg.jpg);
}
hr
{
    color:#fff;
    border:none;
    border-bottom:dotted 1px #c0c0c0;
    margin:5px 0;
}
.delete
{
    color:#ed3d38;
    padding-top:5px;
}
.spacer
{
    float:left;
    width:100%;
    height:35px;
}
/****************************GLOBAL END************************************/
/****************************PAGE START************************************/
.pageWrapper
{
    display: none;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    bottom: 0;
    text-shadow: none;
}
.bordered-content
{
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;    
    text-shadow: none;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
}
.bordered-content > * {
    -webkit-transform: translateZ(0px);
}
.ui-loader-default
{
    display:none;
}
/****************************PAGE END************************************/
/****************************HEADER START************************************/
.headerWrapper
{
    position: absolute;
    left:0;
    right:0;
    top:0;
    height: 49px;
    margin: 0px auto 0px auto;
    background: #414141 url("../images/menuBackground.png") repeat-x;
    z-index: 100;
}
.headerWrapper .headerLogo
{
    position: relative;
    float: left;
    width: 30px;
    height: 49px;
    background: url("../images/menuLogo.png") no-repeat center center;
}
.headerWrapper .headerText
{
    position: relative;
    float: left;
    height: 49px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 49px;
    color: #ffffff;
}
.headerWrapper .headerSignOut
{
    display:none;
    position: relative;
    float: right;
    height: 49px;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 13px;
    background: url("../images/menuButtonSignOut.png") no-repeat center left 0px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 52px;
    color: #ffffff;
    cursor:pointer;
}
/****************************HEADER END************************************/
/****************************MESSAGE START************************************/
.messageBoxWrapper
{
    position: fixed !important;
    width: 100%;
    margin-top: 30% !important;
    z-index: 999;
}
.messageBoxWrapper .messageBox
{
    display:none;
    min-height: 18px;
    max-width: 77%;
    margin: 10px auto 10px auto;
    padding:10px 10px 10px 10px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    line-height: 16px;
}
.messageBoxWrapper .messageBox.error
{
    border: 1px solid #f16565;
    background: rgb(255,204,204); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,204,204,1) 0%, rgba(255,172,172,1) 1%, rgba(255,122,122,1) 99%, rgba(255,171,171,1) 100%, rgba(255,122,122,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,204,204,1)), color-stop(1%,rgba(255,172,172,1)), color-stop(99%,rgba(255,122,122,1)), color-stop(100%,rgba(255,171,171,1)), color-stop(100%,rgba(255,122,122,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,204,204,1) 0%,rgba(255,172,172,1) 1%,rgba(255,122,122,1) 99%,rgba(255,171,171,1) 100%,rgba(255,122,122,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,204,204,1) 0%,rgba(255,172,172,1) 1%,rgba(255,122,122,1) 99%,rgba(255,171,171,1) 100%,rgba(255,122,122,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,204,204,1) 0%,rgba(255,172,172,1) 1%,rgba(255,122,122,1) 99%,rgba(255,171,171,1) 100%,rgba(255,122,122,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,204,204,1) 0%,rgba(255,172,172,1) 1%,rgba(255,122,122,1) 99%,rgba(255,171,171,1) 100%,rgba(255,122,122,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcccc', endColorstr='#ff7a7a',GradientType=0 ); /* IE6-9 */
    color: #81333c;
}
.messageBoxWrapper .messageBox.general
{
    border:1px solid #b8cada;
	background: rgb(238,248,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(238,248,255,1) 0%, rgba(222,240,255,1) 1%, rgba(195,228,255,1) 99%, rgba(224,240,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,248,255,1)), color-stop(1%,rgba(222,240,255,1)), color-stop(99%,rgba(195,228,255,1)), color-stop(100%,rgba(224,240,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,248,255,1) 0%,rgba(222,240,255,1) 1%,rgba(195,228,255,1) 99%,rgba(224,240,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,248,255,1) 0%,rgba(222,240,255,1) 1%,rgba(195,228,255,1) 99%,rgba(224,240,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,248,255,1) 0%,rgba(222,240,255,1) 1%,rgba(195,228,255,1) 99%,rgba(224,240,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,248,255,1) 0%,rgba(222,240,255,1) 1%,rgba(195,228,255,1) 99%,rgba(224,240,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef8ff', endColorstr='#e0f0ff',GradientType=0 ); /* IE6-9 */
	color:#346b96;
}
.messageBoxWrapper .messageBox.success
{
    border: 1px solid #a7cb6c;
    background: rgb(228,242,202); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(228,242,202,1) 0%, rgba(208,233,164,1) 1%, rgba(192,225,139,1) 99%, rgba(218,237,187,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,242,202,1)), color-stop(1%,rgba(208,233,164,1)), color-stop(99%,rgba(192,225,139,1)), color-stop(100%,rgba(218,237,187,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(228,242,202,1) 0%,rgba(208,233,164,1) 1%,rgba(192,225,139,1) 99%,rgba(218,237,187,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(228,242,202,1) 0%,rgba(208,233,164,1) 1%,rgba(192,225,139,1) 99%,rgba(218,237,187,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(228,242,202,1) 0%,rgba(208,233,164,1) 1%,rgba(192,225,139,1) 99%,rgba(218,237,187,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(228,242,202,1) 0%,rgba(208,233,164,1) 1%,rgba(192,225,139,1) 99%,rgba(218,237,187,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f2ca', endColorstr='#daedbb',GradientType=0 ); /* IE6-9 */
    color:#4e6e1b;
}
.messageBoxWrapper .messageBox.warning
{
    border:1px solid #fff2d0;
	background: rgb(255,253,246); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,253,246,1) 0%, rgba(255,246,220,1) 1%, rgba(255,238,192,1) 99%, rgba(255,251,239,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,253,246,1)), color-stop(1%,rgba(255,246,220,1)), color-stop(99%,rgba(255,238,192,1)), color-stop(100%,rgba(255,251,239,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,253,246,1) 0%,rgba(255,246,220,1) 1%,rgba(255,238,192,1) 99%,rgba(255,251,239,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,253,246,1) 0%,rgba(255,246,220,1) 1%,rgba(255,238,192,1) 99%,rgba(255,251,239,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,253,246,1) 0%,rgba(255,246,220,1) 1%,rgba(255,238,192,1) 99%,rgba(255,251,239,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,253,246,1) 0%,rgba(255,246,220,1) 1%,rgba(255,238,192,1) 99%,rgba(255,251,239,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdf6', endColorstr='#fffbef',GradientType=0 ); /* IE6-9 */
	color:#a4752b;
}
/****************************MESSAGE END************************************/
/****************************CONTENT START************************************/
.ui-content
{
    position: absolute;
    margin: 0;
    padding: 5px 5px 70px 0px;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
}
/****************************CONTENT END************************************/
/****************************FOOTER START************************************/
#timesheetsPage .footerWrapper
{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    height: 90px;
    width: 90px;
}
    #timesheetsPage .footerWrapper .newrecord{
        position:fixed;
        bottom:20px;
        right:20px;
        width:50px;
        height:50px;
        background-color:#091d2e;
        border-radius:50%;
        -webkit-box-shadow: 0px 0px 35px 5px rgba(15,65,36,0.3);
        -moz-box-shadow: 0px 0px 35px 5px rgba(15,65,36,0.3);
        box-shadow: 0px 0px 35px 5px rgba(15,65,36,0.3);
        font-family:Open Sans, Arial, sans-serif;
        font-size:40px;
        font-weight:300;
        line-height: 45px;
        text-align:center;
        color:#fff;
        cursor:pointer;
    }
/****************************FOOTER END************************************/
/****************************HOME PAGE START************************************/
#homePage{
    background-color:#ffffff;
}

    #homePage .appTitle{
        position:relative;
        width:100%;
        margin-top:25px;
        float:left;
        font-family:Arial, Arial, sans-serif;
        font-size:20px;
        color:#000000;
        text-align:center;
    }

        #homePage .appTitle a{
            position:absolute;
            top:0px;
            right:15px;
            font-family:Arial, Arial, sans-serif;
            color:#007aff;
            cursor:pointer;
        }

        #homePage .appTitle a:hover{
            text-decoration:none;
        }

    #homePage .profilePicture{
        float: left;
        width: 25%;
        margin-left: 5%;
    }

        #homePage .profilePicture img{
            display:block;
            width: 70px;
            height: 70px;
            border-radius:50%;
            border: 2px solid #dfdfdf;
        }

    #homePage .employeeDetails{
        float: left;
        width: 65%;
        margin-left: 1%;
    }

        #homePage .employeeDetails .employeeName{
            font-family:"Open Sans", Arial, sans-serif;
            font-weight:300;
            font-size:25px;
            color:#f71735;
        }

        #homePage .employeeDetails .companyName{
            font-family:Open Sans, Arial, sans-serif;
            font-weight:700;
            font-size:12px;
            color:#011627;
        }

        #homePage .employeeDetails .contactId{
            font-family:Open Sans, Arial, sans-serif;
            font-weight:700;
            font-size:10px;
            color:#a5a5a5;
        }

    #homePage .menuSection{
        float: left;
        width: 100%;
    }

        #homePage .menuSection .section{
            float: left;
            width:100%;
            height:100px;
            font-family:Open Sans, Arial, sans-serif;
            font-size:20px;
            color:#ffffff;
            font-weight:700;
            line-height:100px;
            cursor:pointer;
        }

            #homePage .menuSection .section.homeLeave{
                background-color:#091d2e;
            }

            #homePage .menuSection .section.homeExpenseClaim{
                background-color:#ff9f1c;
            }

            #homePage .menuSection .section.homeTimesheet{
                background-color:#f71735;
            }

                #homePage .menuSection .section .icon{
                    float: left;
                    width:18%;
                    padding-left:2%;
                }

                    #homePage .menuSection .section .icon img{
                        width:50px;
                        margin-top:25px;
                    }

                #homePage .menuSection .section .text{
                    float: left;
                    width:42%;
                }

                #homePage .menuSection .section .totals{
                    float: left;
                    width:28%;
                    padding-top:30px;
                    font-size:12px;
                    line-height:20px;
                    text-align:center;
                }

                    #homePage .menuSection .section .totals .totalValue{
                        font-weight:400;
                    }

                #homePage .menuSection .section .chevronRight{
                    float: left;
                    width:10%;
                }

                    #homePage .menuSection .section .chevronRight img{
                        width:20px;
                    }

    #homePage .copyrightSection{
        float: left;
        width: 100%;
        margin-top: 70px;
        font-family:Open Sans, Arial, sans-serif;
        font-size:12px;
        color:#797979;
        font-weight:400;
        text-align:center;
    }
        #homePage .copyrightSection .blueVisions{
            color:#4873c2;
        }
/****************************HOME PAGE END************************************/
/****************************LOGIN PAGE START************************************/
#loginPage{    
    background-color: #2a3c52;
}
#loginPage div {    
    background-color: #2a3c52;
}

#loginControls{
    position:absolute;
    left:30px;
    right:30px;
    bottom:30%;
    z-index: 99;
}
    #loginControls div{
        border-bottom:solid 1px #b2bbc2;
        border-radius:0;
    }
    #loginControls i {
        position:absolute;
        color:#fff;    
        left: 3px;
        font-size: 20px;
        margin-top: 11px;
    }

.ui-content.login
{
    padding: 5px 5px 5px 5px;
    text-align: center;
}
    #loginPage .logo
    {
        padding: 30px 0 50px 0;
        text-align: center;
        position: absolute;
        top: 50px;
        z-index: 10;
        width: 100%;
    }
.ui-content.login input[type="text"], .ui-content.login input[type="password"], .ui-content.login input.txtLogin
{
    width: 80%;
    height: 35px;
    padding: 5px 5px 5px 5px;
    border: none;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background:none;
    color:#fff;
}

.button
{
    display: inline-block;
    width: 80%;
    height: 35px;
    margin: 10px 0px 0px 0px;
    padding: 6px 6px 6px 6px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #e5e5e5;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
    text-decoration: none;
    cursor:pointer;
    color: #fff;
    text-align:center;
}
.btnLogin
{
    background: #04b59e;
    border-radius:3px;
    width: 96%;
}
.btnApply
{
    background: #999;
}
/****************************LOGIN PAGE END************************************/
/****************************SERVICE REQUESTS PAGE START************************************/
#timesheetsPage .pageHeader
{
    position:relative;
    float:left;
    width:100%;
    height:90px;
    font-family:Open Sans, Arial, sans-serif;
    font-size:20px;
    color:#ffffff;
    background-color:#011627;
    line-height:90px;
}
    #timesheetsPage .pageHeader .menu
    {
        float:left;
        width:35%;
        cursor:pointer;
    }
        #timesheetsPage .pageHeader .menu img
        {
            width:25px;
            margin:37px 0px 0px 25px;
        }

    #timesheetsPage .pageHeader .text
    {
        float:left;
        width:30%;
        text-align:center;
    }

    #timesheetsPage .pageHeader .search
    {
        float:left;
        width:35%;
    }
        #timesheetsPage .pageHeader .search input
        {
            font-family: Open Sans, Arial, sans-serif;
            font-size:15px;
            font-weight:400;
            background:transparent url(../images/SearchIcon.png) no-repeat right center;
            width: 70px;
            height: 22px;
            margin-top:3px;
            margin-left:4px;
            padding: 5px 27px 5px 5px;
            border: 0px solid #E5E5E5;
            -moz-border-radius: 5px 5px 5px 5px;
            -webkit-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
        }
        #timesheetsPage .pageHeader .search input[value=""]
        {
            color:#999;
        }
        #timesheetsPage .pageHeader .search input:active
        {
        }
        #timesheetsPage .pageHeader .search a
        {
            display:none;
            font-family: Open Sans, Arial, sans-serif;
            font-weight:400;
            font-size:15px;
            position:absolute;
            color:#e5e5e5;
            margin-left: -29px;
            padding: 10px;
        }

#timesheetsPage .ui-content.timesheets
{
    -position: fixed;
    top: 90px;
    left: 0;
    bottom: 0;
    right: 0;
}
    
    .ui-content.timesheets .newTimesheet
    {
        display:none;
        background-color:#F03434;
        height:40px;
        margin:5px auto 15px auto;
        text-align:center;
        line-height:40px;
        color:#fff;
        cursor:pointer;
    }
        
    #menutab
    {
        display:none;
        position:fixed;
        height:32px;
        width:17px;
        top:69px;
        right:0;
        margin-right:-3px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        background: #0071bb;
        z-index:49;
        padding: 16px 5px 5px 5px;
    }
.ui-content.timesheets .serviceRequest
{
    position: relative;
    width: 89%;
    margin: 0px 0 5px 0px;
    padding:5px 0 5px 12px;
    border-bottom: 2px solid #F6F6F6;
    overflow: auto;
    cursor: pointer;
}
    .ui-content.timesheets .serviceRequest.header
    {
        float:left;
        width: 17%;
        height:45px;
        padding:11px 0px 0px 0px;
        margin-top:5px;
        background:transparent url(../images/Calendar.png) no-repeat center top;
        border-style:none;
        font-family: Open Sans, Arial, sans-serif;
        font-weight:700;
        font-size: 12px;
        color: #fff;
        text-align:center;
        line-height:13px;
    }
        .ui-content.timesheets .serviceRequest.header .month
        {
            font-weight: normal;
            text-transform: uppercase;
            font-size: 11px;
        }
    .ui-content.timesheets .serviceRequest.entry
    {
        float:right;
        width: 80%;
        padding:5px 0px 5px 5px;
    }
    .ui-content.timesheets .serviceRequest.daytotal
    {
        float:left;
        width: 100%;
        height:15px;
        background-color: #04b59e;
        font-family:Open Sans, Arial, sans-serif;
        font-size: 11px;
        font-weight: 400;
        line-height:15px;
        color: #ffffff;
    }
    .ui-content.timesheets .serviceRequest.monthtotal
    {
        float:left;
        width: 100%;
        height:20px;
        background-color: #f71735;
        font-family:Open Sans, Arial, sans-serif;
        font-size: 11px;
        font-weight: 400;
        line-height:15px;
        color: #ffffff;
    }
        .ui-content.timesheets .serviceRequest.daytotal b
        {
            font-weight:700;
        }
.ui-content.timesheets .serviceRequest.expenses
{
    display:none;
}
.ui-content.timesheets .serviceRequest .heading
{
    float: left;
    width: 85%;
    font-family: Open Sans, Arial, sans-serif;
    font-weight:400;
    font-size: 11px;
    line-height:18px;
    color:#7c929d;
}
.ui-content.timesheets .serviceRequest.expenses .heading
{
    width: 70%;
}
    .ui-content.timesheets .serviceRequest .heading .serviceRequestDate
    {
        float: right;
        margin: 0px 5px 0px 0px;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight:300;
        font-size: 14px;
    }
        .serviceRequest .date
        {
            padding:0 7px 0 16px;
            background:url(../images/calendaricon.png) no-repeat;
            width:100px;
        }
        .serviceRequest .time
        {
            padding:0 7px 0 16px;
            background:url(../images/timeicon.png) no-repeat;
        }
.ui-content.timesheets .serviceRequest .dateTime
{
    float: right;
    width: 15%;
    margin:3px 0 0 -3px;
    font-family: Open Sans, Arial, sans-serif;
    font-weight:400;
    font-size: 11px;
    color:#7c929d;
    text-align:right;
}
.ui-content.timesheets .serviceRequest.expenses .dateTime
{
    
}
    .serviceRequest .dateTime div
    {
        float: left;
        margin: 0px 5px 0px 0px;
    }
    .serviceRequest .dateTime div.grey
    {
        color: #999999;
    }
.serviceRequest .client
{
    float: left;
    padding-right: 7px;
    font-family: Open Sans, Arial, sans-serif;
    font-weight:700;
    font-size: 11px;
    color:#002b41;
}
.serviceRequest .service
{
    padding:10px 0;
}
.serviceRequest .comments
{
    display: none;
    float: left;
    width: 100%;
    margin: 3px 0px 12px 0px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:#eb4c4c;
}
    .serviceRequest .comments span
    {
        color:#c0c0c0;
    }
    .serviceRequest .comments .button
    {
        display:block;
        float:left;
        width:43%;
        height:20px;
        margin-right:5px;
        border-radius:3px;
        background:#f9f9f9;
        font-weight:400;
        font-size:12px;
        line-height:20px;
        text-align:center;

    }
    .serviceRequest .comments .edit
    {
        color:#000000;
    }
    .serviceRequest .comments .delete
    {
        color:#eb4c4c;
    }
    .serviceRequest .comments .address
    {
        padding-left:18px;
        margin:10px 0 8px;
        background:url(../images/locationicon.png) no-repeat;
    }
    .serviceRequest .comments .phone
    {
        padding-left:18px;
        margin:8px 0;
        background:url(../images/phoneicon.png) no-repeat;
    }
    .serviceRequest .comments .mobile
    {
        padding-left:18px;
        margin:8px 0;
        background:url(../images/mobileicon.png) no-repeat;
    }
.ui-content.timesheets .serviceRequest .toggleButton
{
    position: absolute;
    top: 10px;
    left: 0;
    width:20px;
    height:20px;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
    background-color:#0071bb;
    color:#fff;
}
.ui-content.timesheets .serviceRequest.complete .dateTime
{
    background:url(../images/completeicon.png) no-repeat 204px 10px !important;
}
    .ui-content.timesheets .serviceRequest .toggleButton:before
    {
        content:"+";
        padding:3px;
        font-size:20px;
        margin-left:1px;   
    }
    .ui-content.timesheets .serviceRequest .toggleButton.active:before
    {
        content:"-";
        padding: 5px;
        font-size: 24px;
        line-height: 17px;   
    }
.ui-content.timesheets .serviceRequest .toggleButton img
{
    margin: 0px 0px 0px 3px;
}
.ui-content.timesheets .serviceRequest  .nextbutton
{
    position:absolute;
    right:0;
    height:90%;
    width:30px;
}
.ui-content.timesheets .serviceRequest  .data
{
    display:none;
}
.ui-content.timesheets .popupOptionsWrapper .popupOptions .serviceRequest .comments
{
    display:block;
}
/****************************SERVICE REQUESTS PAGE END************************************/
/****************************SERVICE REQUEST PAGE START************************************/
#timesheetPage .ui-content.timesheet .row.entryDays .control
{
    line-height:20px;
}
    .control input[type=text]{
        margin-left: 5px !important;
    }
    .uploadLinks{
        margin-left:7px !important;
        width:70% !important;
    }
/****************************SERVICE REQUEST PAGE END************************************/
/****************************MENU PAGE START************************************/
#userOptions .popupOptions
{
    background-color:#fff;
    padding-bottom:20px;
}
    #userOptions .popupOptions a
    {
        width:75%;
        height:90%;
    }
    #userOptions .popupOptions .profilePicture
    {
        float:left;
        width:20%;
    }
        #userOptions .popupOptions .profilePicture img
        {
            display:block;
            width: 40px;
            height: 40px;
            border-radius:50%;
            border: 2px solid #dfdfdf;
        }
    #userOptions .popupOptions .text
    {
        float:left;
        width:80%;
        font-family:'Open Sans', Arial, sans-serif;
        line-height:15px;
        text-align:left;
    }
        #userOptions .popupOptions .text .employeeName
        {
            font-family:"Open Sans", Arial, sans-serif;
            font-weight:300;
            font-size:18px;
            color:#f71735;
        }
        #userOptions .popupOptions .text .companyName
        {
            font-family:"Open Sans", Arial, sans-serif;
            font-weight:700;
            font-size:10px;
            color:#011627;
        }
        #userOptions .popupOptions .text .date
        {
            font-size:10px;
            color:#a5a5a5;
        }
    #userOptions .row
    {
        position:relative;
        border:none;
    }
        #userOptions .row .label
        {
            width:25%;
        }
        #userOptions .row a
        {
            position:absolute;
            margin-top: 0px;
            margin-left: -10px;
            width:20px;
            height:20px;
            font-size: 28px;
            padding: 0 10px 15px 10px;
        }
    #userOptions input
    {
        width: 82%;
        height: 34px;
        padding: 5px 5px 5px 5px;
        border: 1px solid #E5E5E5;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 16px;
        font-weight: 700;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;       
    }
/****************************MENU PAGE END************************************/
/****************************POPUP OPTIONS PAGE START************************************/
.popupOptionsWrapper
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.4);
    z-index:100;
}
#popupOptionsPage .popupOptionsWrapper .popupOptions .serviceRequest
{
    position: relative;
    width: 100%;
    margin: 10px 0px 5px 0px;
    overflow: auto;
}
    #popupOptionsPage .popupOptionsWrapper .popupOptions .serviceRequest .client
    {
        font-size:20px;
    }
    #popupOptionsPage .popupOptionsWrapper .popupOptions .serviceRequest .comments
    {
        display:block;
    }
        #popupOptionsPage .popupOptionsWrapper .popupOptions .serviceRequest .comments div
        {
            margin:12px 0;
            font-size:12px;
        }
#popupOptionsPage .popupOptionsWrapper .popupOptionsCommand
{
    padding:15px 15px 15px 15px;
    background-color:#0071bb;
    font-size:20px;
    cursor:pointer;
    text-align:center;
}
#popupOptionsPage .popupOptionsWrapper .popupOptionsConfirm
{
    display:none;
    padding:15px 15px 15px 15px;
    background-color:#E2E2E2;
    font-size:20px;
    text-align:center;
}
#popupOptionsPage .popupOptionsWrapper .popupOptionsConfirm .button
{
    display:inline-block;
    width:25%;
    margin:10px 15px 0px 0px;
    padding:5px 5px 5px 5px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size:16px;
    font-weight:400;
    cursor:pointer;
}
#popupOptionsPage .popupOptionsWrapper .popupOptionsConfirm .button.yes
{
    background-color:#7C7C7C;
}
#popupOptionsPage .popupOptionsWrapper .popupOptionsConfirm .button.no
{
    background-color:#D6D6D6;
}
#popupOptionsPage .popupOptionsWrapper .popupOptionsCancel
{
    padding:15px 15px 15px 15px;
    background-color:#F8F8F8;
    font-size:20px;
    cursor:pointer;
    text-align:center;
}
#popupOptionsPage .popupOptionsWrapper .popupOptions
{
    padding:25px;
    background-color:#ffffff;
}
/****************************POPUP OPTIONS PAGE END************************************/
/****************************TIMESHEET PAGE START************************************/
.inputPage
{
    position:absolute;
    top:20px;
    left:0px;
    width:100%;
    height:98%;
    background-color:rgba(0, 0, 0, 0.4);
    z-index:101;
    overflow-y: scroll;
    overflow-x: hidden;
}
    .inputPage .button
    {
        background:none;
    }
    .inputPage .serviceRequest
    {
        padding:7px;
    }
        .inputPage .serviceRequest .heading
        {
            font-size:14px;
        }
    .inputPage .newTimesheet
    {
        float:left;
        width:100%;
        padding:0px;
    }
    .inputPage .newTimesheet .pnlRecurring
    {
        float:left;
        width:100%;
    }
        .inputPage .newTimesheet .travelExpense
        {
            float:left;
            width:100%;
        }
.inputPage .serviceRequest .comments
{
    display:block;
}

.inputPage{
    background-color:#ffffff;
}
    .inputPage .buttons
    {
        position:fixed;
        width: 100%;
        height:45px;
        margin: -5px 0px 5px 0px;
        padding:0px 0px 0px 0px;
        border-style:none none none none;
        background-color:#ffffff;
        font-family:Arial, Arial, sans-serif;
        font-weight:700;
        font-size:15px;
        line-height:37px;
        text-align:center;
        color:#000000;
        z-index: 200;
    }
        .inputPage .buttons .button.cancel
        {
            position:absolute;
            top:0px;
            left:15px;
            width:80px;
            padding:3px 0px 0px 15px;
            margin:0px 0px 0px 0px;
            font-family:'Open Sans', Arial, sans-serif;
            font-weight:700;
            font-size:15px;
            line-height:30px;
            text-align:left;
            color:#007aff;
        }
            .inputPage .buttons .button.cancel img
            {
                position:absolute;
                top:9px;
                left:0px;
                width:12px;
            }
        .inputPage .ui-content.timesheet .row .button.save
        {
            width:100%;
            height:100%;
            margin:0px;
            padding:0px;
            background-color:#091d2e;
            font-family:'Open Sans', Arial, sans-serif;
            font-weight:400;
            font-size:13px;
            color:#ffffff;
        }
        .inputPage .messageBoxWrapper
        {
            position:relative;
            float:left;
            width: 100%;
            margin-top:0px;
        }
          
        .inputPage .calendarContainer
        {
            position:relative;
            float:left;
            width: 100%;
            padding-top: 45px;
            height: 250px;
        }
            .inputPage .calendarContainer img
            {
                position:absolute;
                bottom:12px;
                right:27px;
                width:150px;
            }

            .inputPage .calendarContainer .pickMeUpCalendar  *
            {
                font-family:'Open Sans', Arial, sans-serif;
                overflow:visible;
            }
        
            .inputPage .calendarContainer .pickMeUpCalendar  .pickmeup 
            {
                width:100%;
                height:270px;
                border-radius:0px;
                background-color:#091d2e;
            }
        
                .inputPage .calendarContainer .pickMeUpCalendar  .pickmeup .pmu-instance
                {
                    display:block;
                    margin:0px auto 0px auto;
                    border-radius:0px;
                }
            
                    .inputPage .calendarContainer .pickMeUpCalendar  .pickmeup .pmu-instance .pmu-prev
                    {
                        -webkit-transform:scale(1,2);
                        -moz-transform:scale(1,2);
                        -ms-transform:scale(1,2);
                        -o-transform:scale(1,2);
                        transform:scale(1,2);
                    }

                    .inputPage .calendarContainer .pickMeUpCalendar  .pickmeup .pmu-instance .pmu-next
                    {
                        -webkit-transform:scale(1,2);
                        -moz-transform:scale(1,2);
                        -ms-transform:scale(1,2);
                        -o-transform:scale(1,2);
                        transform:scale(1,2);
                    }
                
                    .inputPage .calendarContainer .pickMeUpCalendar  .pickmeup .pmu-instance .pmu-month
                    {
                        color:#d0cece;
                        font-weight:400;
                        font-size:15px;
                        text-transform:uppercase;
                    }
                        .inputPage .calendarContainer .pickMeUpCalendar  .pickmeup .pmu-instance .pmu-month span
                        {
                            font-weight:700;
                        }
                
                    .inputPage .calendarContainer .pickMeUpCalendar  .pickmeup .pmu-instance .pmu-day-of-week
                    {
                        color:#ffffff;
                        font-weight:400;
                        font-size:15px;
                    }
                        .inputPage .calendarContainer .pickMeUpCalendar  .pickmeup .pmu-instance .pmu-day-of-week div
                        {
                            float:left;
                        }

                    .inputPage .calendarContainer .pickMeUpCalendar  .pickmeup .pmu-instance .pmu-years
                    {
                        color:#ffffff;
                        font-weight:400;
                        font-size:15px;
                    }

                    .inputPage .calendarContainer .pickMeUpCalendar  .pickmeup .pmu-instance .pmu-months
                    {
                        color:#ffffff;
                        font-weight:400;
                        font-size:15px;
                    }
                
                    .inputPage .calendarContainer .pickMeUpCalendar  .pickmeup .pmu-instance .pmu-days
                    {
                        color:#ffffff;
                        font-weight:400;
                        font-size:15px;
                    }

                        .inputPage .calendarContainer .pickMeUpCalendar  .pickmeup .pmu-instance .pmu-days div
                        {
                            float:left;
                            width:30px;
                            height:30px;
                            line-height:30px;
                        }
                        
                        .inputPage .calendarContainer .pickMeUpCalendar  .pickmeup .pmu-instance .pmu-days div.pmu-selected:hover
                        {
                            color:#000000;
                        }

                    .inputPage .calendarContainer .pickMeUpCalendar  .pickmeup .pmu-instance .pmu-not-in-month
                    {
                        visibility:hidden !important;
                    }
                    
                    .inputPage .calendarContainer .pickMeUpCalendar  .pickmeup .pmu-instance .pmu-today
                    {
                        border-radius:50%;
                    }

                    .inputPage .calendarContainer .pickMeUpCalendar  .pickmeup .pmu-instance .pmu-selected
                    {
                        border-radius:50%;
                        background-color:#10cdd4;
                    }
            .inputPage .ui-content.timesheet .row .label
            {
                position:relative;
                width:0;
                padding-left:25px;
            }

                .inputPage .ui-content.timesheet .row .label img
                {
                    position:absolute;
                    top:10px;
                    left:0px;
                    width:18px;
                }

            .inputPage .ui-content.timesheet .row .control
            {
                width:90%;
            }
        
                .inputPage .ui-content.timesheet .row .control *
                {
                    background-color:#d5d5d5;
                    font-family:'Open Sans', Arial, sans-serif;
                    font-weight:400;
                    font-size:13px !important;
                    color:#000000;
                }
            .inputPage .ui-content.timesheet .row .control.suffix input
            {
                width:75%;
            }
        .inputPage .ui-content.timesheet
        {
            position:relative;
            float:left;
            width: 100%;
            margin:0px;
        }
            .inputPage .ui-content.timesheet .row
            {
                background-color:#d5d5d5;
                border-radius:3px;
            }

                .inputPage .ui-content.timesheet .row .label,
                .inputPage .ui-content.timesheet .row .control
                {
                    background-color:#d5d5d5;
                    border-top-left-radius:5px;
                    border-bottom-left-radius:5px;
                    font-family:'Open Sans', Arial, sans-serif;
                    font-weight:400;
                    font-size:13px !important;
                    line-height:36px;
                    color:#788189;
                }

.ui-content.timesheet
{
    margin-top:40px;
    -webkit-overflow-scrolling: touch;
}
.row
{
    float: left;
    width: 100%;
    height: 40px;
    margin: 0px 0px 5px 0px;
    border: 1px solid #E5E5E5;
    border-style: none none solid none;
    line-height: 40px;
}
.row.half
{
    width: 49% !important;
    margin-right:3px;
}
.row.half .control
{
    width: 78% !important;
}
.row .label
{
    float: left;
    width: 24%;
    height: 100%;
    margin: 0px 0px 0px 7px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color:#72B8F6;
}
.row .control
{
    float: left;
    width: 72%;
    height: 100%;
    margin: 2px 0px 0px 0px;
}
select {
    color:#999 !important;
}
select.hasvalue {
    color:#000 !important;
}

.row .control input[type="text"],
.row .control input[type="date"],
.row .control input[type="time"],
.row .control input[type="number"],
.row .control select,
.row .control textarea
{
    float: left;
    width: 97%;
    height: 92%;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 3px;
    border-style: none none none none;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color:#999;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.row.days
{
    overflow:auto;
}
.row.days .control
{
    margin-top:10px;
    line-height: 25px;
}
.row .control .controlWrapper
{
    float:left;
    margin: 0px 5px 5px 0px;
}
.row .control .controlWrapper:last-child
{
    margin: 0px 0px 5px 0px;
}
.row .control label
{
    margin: 0px 0px 5px 0px;
    font-size: 13px;
}
.row.twoLines
{
    float: left;
    width: 100%;
    height:auto;
    min-height: 0px;
    margin: 0px 0px 5px 0px;
}
.row.twoLines .label
{
    float: left;
    width: 26%;
    height: 100%;
    margin: 0px 0px 0px 7px;
}
.row.twoLines .control
{
    float: left;
    width: 70%;
    margin: 0px 0px 0px 0px;
}
    .row.twoLines .control textarea
    {
        height: 120px;
        font-size:90%;
        padding-top:12px;
    }

#EntryDays label{
    padding-right:0px;
    margin-left:-3px;
    font-size:10px;
}

.currencysymbol{
    font-size:11px;
}
/****************************TIMESHEET PAGE END************************************/

/****************************LEAVE PAGE END************************************/
.leavesummary{
    background: #f71735 !important;
    color: #fff;
    margin: -4px 0px 7px -5px !important;
    padding: 5px 0 5px 28px !important;
    overflow: hidden !important;
    display: none;
    font-size: 80%;
    width: 95% !important;
}

    .leavesummary table{
        width: 100%;
        margin-left: -13px;
    }
    .leavesummary table td{
        text-align:center;
    }
    .leavesummary table td:first-child{
        text-align:left;
    }
    .selected{
        background-color:#d7ff9c;
    }
    .nowork{
        background-color:#e9e9e9;
    }
    .timesheet td{
        padding:5px 3px;
        margin:0;
        border:solid 1px #e9e9e9;
    }
    .timesheet #leavedays .label{
        width:100%;
        height:auto !important;
    }
#leavedays{
    height:100%;
}
    #leavedays input{
        display:none;
    }
/****************************LEAVE PAGE END************************************/