﻿/****************************FONTS START************************************/
@font-face {
    font-family: Lato;
    src: url("fonts/lato-regular-webfont.eot");
    src: url("fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-regular-webfont.woff") format("woff"), url("fonts/lato-regular-webfont.ttf") format("truetype"), url("fonts/lato-regular-webfont.svg#latoregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: LatoBold;
    src: url("fonts/lato-bold-webfont.eot");
    src: url("fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-bold-webfont.woff") format("woff"), url("fonts/lato-bold-webfont.ttf") format("truetype"), url("fonts/lato-bold-webfont.svg#latobold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: LatoItalic;
    src: url("fonts/lato-italic-webfont.eot");
    src: url("fonts/lato-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-italic-webfont.woff") format("woff"), url("fonts/lato-italic-webfont.ttf") format("truetype"), url("fonts/lato-italic-webfont.svg#latoitalic") format("svg");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: LatoBoldItalic;
    src: url("fonts/lato-bolditalic-webfont.eot");
    src: url("fonts/lato-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-bolditalic-webfont.woff") format("woff"), url("fonts/lato-bolditalic-webfont.ttf") format("truetype"), url("fonts/lato-bolditalic-webfont.svg#latobold_italic") format("svg");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: LatoLight;
    src: url("fonts/lato-light-webfont.eot");
    src: url("fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-light-webfont.woff") format("woff"), url("fonts/lato-light-webfont.ttf") format("truetype"), url("fonts/lato-light-webfont.svg#latolight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: LatoLightItalic;
    src: url("fonts/lato-lightitalic-webfont.eot");
    src: url("fonts/lato-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-lightitalic-webfont.woff") format("woff"), url("fonts/lato-lightitalic-webfont.ttf") format("truetype"), url("fonts/lato-lightitalic-webfont.svg#latolight_italic") format("svg");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: LatoBlack;
    src: url("fonts/lato-black-webfont.eot");
    src: url("fonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-black-webfont.woff") format("woff"), url("fonts/lato-black-webfont.ttf") format("truetype"), url("fonts/lato-black-webfont.svg#latoblack") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: LatoBlackItalic;
    src: url("fonts/lato-blackitalic-webfont.eot");
    src: url("fonts/lato-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-blackitalic-webfont.woff") format("woff"), url("fonts/lato-blackitalic-webfont.ttf") format("truetype"), url("fonts/lato-blackitalic-webfont.svg#latoblack_italic") format("svg");
    font-weight: normal;
    font-style: italic;
}
/****************************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: 9999;
}

    #loading img {
        top: 50%;
        left: 50%;
        position: fixed;
        transform: translate(-50%, -50%);
        height: auto;
    }
/****************************LOADING MESSAGE END********************************/
/****************************GLOBAL START************************************/
html, * {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    height: 100%;
}

body {
    height: 100%;
    font-family: SVN-Gilroy, Lato, Arial, sans-serif;
    background-color: #f9fafe;
    overflow: hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0.4px;
}

    body * {
        height: auto;
    }

hr {
    width: 91%;
    color: #fff;
    border: none;
    border-bottom: solid 1px #eaeaea;
    margin: 0 auto;
}

.row.buttons {
    position: absolute;
    width: 100%;
    height: 45px;
    margin: -5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border-style: none none none none;
    background-color: #14164a;
    line-height: 45px;
    z-index: 200;
}

    .row.buttons .title {
        float: left;
        width: 70%;
        padding-top: 2px;
        padding-right: 2px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #ffffff;
    }

    .row.buttons .button {
        float: left;
        width: 12%;
        padding: 15px 0px 5px 0px;
        font-family: Lato, Arial, Sans-Serif;
        font-size: 20px;
        font-weight: normal;
        text-align: center;
        cursor: pointer;
        color: #fff;
    }

        .row.buttons .button.cancel {
            text-align: center;
        }

        .row.buttons .button.upload {
            text-align: left;
            margin-top: 0.3rem;
            font-size: 1.5rem;
        }

.fafields {
    display: none;
}
/****************************GLOBAL END************************************/
/****************************PAGE START************************************/
.pageWrapper {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    bottom: 0;
    text-shadow: none;
    z-index: 99;
}

    .pageWrapper > .popupWrapper {
        position: relative;
        height: 93%;
        margin-top: 42px;
        background-color: #ffffff;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

        .pageWrapper > .popupWrapper > .popupContent > .tab {
            width: 100%;
            height: calc(100vh - 83px);
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
        }

    .pageWrapper > .popupContent > .tab {
        width: 100%;
        height: calc(100vh - 140px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

.isoffline, .isoffline .pageWrapper {
    margin-top: 10px;
}

.inputPage {
    top: 0 !important;
    z-index: 102;
}

.bordered-content {
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 0px;
    right: 0;
    text-shadow: none;
    -webkit-overflow-scrolling: touch;
    z-index:9;
}

    .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: 101;
}

    .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: Lato, Arial, sans-serif;
        font-size: 19px;
        font-weight: normal;
        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: Lato, Arial, sans-serif;
        font-size: 13px;
        font-weight: normal;
        line-height: 52px;
        color: #ffffff;
        cursor: pointer;
    }
/****************************HEADER END************************************/
/****************************MESSAGE START************************************/
.messageBoxWrapper {
    display: none;
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    z-index: 999999;
    transform: translate(0%, -50%);
}

    .messageBoxWrapper .messageBox {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 50px;
        max-width: 77%;
        margin: 10px auto 10px auto;
        padding: 3px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        font-size: 12px !important;
        text-align: center;
        font-weight: bold;
        line-height: 16px;
        overflow: auto;
    }

        .messageBoxWrapper .messageBox.error {
            border: 1px solid #ff4b4b;
            background: #fff0f0 !important;
            color: #333;
        }

            .messageBoxWrapper .messageBox.error:before {
                font: normal normal normal 20px/1 FontAwesome;
                float: left;
                margin-right: 10px;
                color: #e94235;
                content: "\f06a";
            }

            .messageBoxWrapper .messageBox.error:after {
                color: #ff8a8a;
            }

        .messageBoxWrapper .messageBox.general {
            border: 1px solid #c1e3fe;
            background-color: #f2f9ff !important;
            color: #333;
        }

            .messageBoxWrapper .messageBox.general:before {
                font: normal normal normal 20px/1 FontAwesome;
                float: left;
                margin-right: 10px;
                color: #0070c9;
                content: "\f05a";
            }

            .messageBoxWrapper .messageBox.general:after {
                color: #c1e3fe;
            }

        .messageBoxWrapper .messageBox.success {
            border: 1px solid #a7cb6c;
            background: #edfbef !important;
            color: #333;
        }

            .messageBoxWrapper .messageBox.success:before {
                font: normal normal normal 20px/1 FontAwesome;
                float: left;
                margin-right: 10px;
                color: #007d1b;
                content: "\f05d";
            }

            .messageBoxWrapper .messageBox.success:after {
                color: #a7cb6c;
            }

        .messageBoxWrapper .messageBox.warning {
            border: 1px solid #fff2d0;
            background: rgba(255,251,239,1) !important;
            color: #a4752b;
        }

            .messageBoxWrapper .messageBox.warning:before {
                font: normal normal normal 20px/1 FontAwesome;
                float: left;
                margin-right: 10px;
                color: #a4752b;
                content: "\f071";
            }

        .messageBoxWrapper .messageBox:after {
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            right: 7px;
            top: 3px;
            font-size: 9px;
            content: "\f00d";
        }
/****************************MESSAGE END************************************/
/****************************CONTENT START************************************/
.ui-content {
    position: absolute;
    margin: 0 0 60px 0;
    padding: 0 0 30px 0;
    left: 0;
    right: 0;
    top: 8px;
    bottom: 0;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

    .ui-content #noresults {
        margin-top: 15px;
        text-align: center;
    }
    #pmnoresults {
        margin-top: 75px;
        text-align: center;
    }

#loginPage .ui-content {
    margin-bottom: 0;
}

.logo img {
    max-height: 175px;
}

.page-header {
    width: 100%;
    height: 40px;
    margin: 0;
    position: relative;
    display: none;
}

    .page-header h3 {
        color: #fff;
        font-size: 13px;
        text-align: center;
        line-height: 30px;
    }

.shifts-tabs {
    font-size: 10px;
    width: 100%;
    height: 80px;
    margin: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    z-index: 3;
}

    .shifts-tabs.none {
        height: 43px;
    }
    .shifts-tabs.long {
        height: 150px;
    }

    .shifts-tabs ul {
        display: flex;
        width: 95%;
        height: 100%;
        margin: 0px auto 0px auto;
        list-style-type: none;
        justify-content: center;
        cursor: pointer;
    }

    .shifts-tabs li {
        display: block;
        width: 18%;
        margin: 0 4px;
        overflow: visible;
        text-align: center;
    }

    .shifts-tabs li:last-child {
        margin-right: 4px;
    }

        .shifts-tabs li > div {
            position: relative;
            height: 20px !important;
            margin-top: 10px;
            padding: 7px 0px;
            vertical-align: middle;
            padding-bottom: 3px;
            background-color: #2c2e5c;
            border: none !important;
            border-radius: 5px;
            color: #c0c0c0;
            overflow: visible;
        }

            .shifts-tabs li > div.active {
                background-color: #ffffff !important;
                color: #14164a !important;
            }

            .shifts-tabs li > div .text {
                font-size: 9px !important;
                font-weight: 600;
                white-space: nowrap;
            }

                .shifts-tabs li > div .text .count {
                    display: block;
                    position: absolute;
                    top: -10px;
                    right: -7px;
                    min-width: 10px;
                    height: 12px;
                    padding: 0 2px;
                    -moz-border-radius: 20px 20px 20px 20px;
                    -webkit-border-radius: 20px 20px 20px 20px;
                    border-radius: 20px;
                    border: 2px solid #14164a;
                    background-color: #2c2e5c;
                    line-height: 11px;
                    text-align: center;
                    font-size: 9px !important;
                    font-weight: bold;
                }

            .shifts-tabs li > div.active .text .count {
                background-color: #ffffff !important;
                color: #14164a !important;
            }

/****************************CONTENT END************************************/
/****************************FOOTER START************************************/
.footerWrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    margin: 0px auto 0px auto;
    background-color: #ffffff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: 0px 0px 20px -12px #000000;
    text-align: center;
    z-index: 100;
}

    .footerWrapper ul {
        display: inline-block;
        margin: 0px auto 0px auto;
        list-style-type: none;
        width: 100%;
        height: 100%;
    }

        .footerWrapper ul li {
            display: block;
            float: left;
            width: 25%;
            height: 100%;
        }

            .footerWrapper ul li .buttonWrapper {
                position: relative;
                display: block;
                float: left;
                width: 100%;
                height: 100%;
                padding: 3px 0px 0px 0px;
                border: 0;
                font-family: Lato, Arial, sans-serif;
                font-size: 9px;
                font-weight: bold;
                text-align: center;
                color: #b6b7c6;
                text-align: center;
                cursor: pointer;
                letter-spacing: 0.15px;
            }

                .footerWrapper ul li .buttonWrapper .fa {
                    padding: 10px 5px 3px 5px;
                    border-top: 3px solid transparent;
                    font-size: 20px;
                    font-weight: 100;
                }

                .footerWrapper ul li .buttonWrapper.active .fa {
                    border-top: 2px solid rgba(20,22,74,1);
                    color: #14164a;
                }

                .footerWrapper ul li .buttonWrapper .text {
                    width: 100%;
                    margin: 40px 0px 0px 0px;
                }
                .fa-comments {
                    font-size: 22px;
                    padding: 8px 5px 2px 5px;
                }
                .hasmessages:after {
                    content: " ";
                    border-radius: 3px;
                    background-color: red;
                    position: absolute;
                    padding: 3px;
                    margin: -27px 3px;
                }

.footerWrapper .bar {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: 42%;
    height: 5px;
    transform: translate(-50%, 0);
    padding: 0;
    background-color: #f4f4f4;
}

.newrecord {
    position: fixed;
    bottom: 85px;
    right: 12px;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 35px 5px rgba(15,65,36,0.3) !important;
    -moz-box-shadow: 0px 0px 35px 5px rgba(15,65,36,0.3) !important;
    box-shadow: 0px 0px 35px 5px rgba(15,65,36,0.3) !important;
    font-size: 40px !important;
    font-weight: 300;
    line-height: 47px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 102;
}
/****************************FOOTER END************************************/
/****************************LOGIN PAGE START************************************/
#loginPage, #ResetPasswordPage, #ForgotPasswordPage, #UpdatePasswordPage, #ApproveRejectPMIPage {
    background-color: #2c2e2f;
    left: 0px;
    min-height: 783px;
}

    #loginPage div, #ResetPasswordPage div, #ForgotPasswordPage div, #UpdatePasswordPage div, #ApproveRejectPMIPage div {
        background-color: #2c2e2f;
    }

#loginControls {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 15%;
    height: auto;
    z-index: 999;
}

    #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 {
    height: auto;
    padding: 5px 5px 5px 5px;
    text-align: center;
}
#ResetPasswordPage .ui-content.login, #ForgotPasswordPage .ui-content.login, #UpdatePasswordPage .ui-content.login, #ApproveRejectPMIPage .ui-content.login {
    margin: 0;
}
#loginPage .logo, #ResetPasswordPage .logo, #ForgotPasswordPage .logo, #UpdatePasswordPage .logo, #ApproveRejectPMIPage .logo {
    padding: 30px 0 50px 0;
    text-align: center;
    position: absolute;
    /*top: 5%;*/
    z-index: 10;
    width: 100%;
    height: auto;
}

#loginControls h2 {
    font-weight: normal;
    margin-bottom: 30px;
}

#loginControls p {
    color: #A7A7A7;
    font-weight: normal;
    margin-bottom: 30px;
}

.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: #ccc;
    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 {
    border-radius: 3px;
    width: 96%;
}

.btnForgotPassword {
    display: block;
    margin-top: 8px;
    font-size: 16px !important;
    color: #31b0d5;
    text-decoration: none;
}

.btnBackToLogin {
    display: block;
    margin-top: 8px;
    font-size: 16px !important;
    color: #31b0d5;
    text-decoration: none;
}

.btnLogout {
    background: #e01600 !important;
    /*border-radius: 3px;*/
    width: 96%;
}

.btnApply {
    background: forestgreen !important;
}
/****************************LOGIN PAGE END************************************/
/****************************SERVICE REQUESTS PAGE START************************************/
.ui-content.serviceRequests {
    background-color: transparent;
    top: 0;
    padding: 55px 0 50px 0;
}

#serviceRequestsPage .ui-content.serviceRequests {
    background-color: transparent;
    top: 55px;
    padding: 0 0 70px 0;
}

.search {
    position: absolute;
    background-color: #fff;
    height: 44px;
    margin: 0;
    top: 15px;
    left: 50%;
    width: 89%;
    transform: translate(-50%, 0);
    border-radius: 10px;
    box-shadow: 0 0 15px -8px #000000a1;
    z-index: 9;
}

    .popupContent .search {
        position: fixed;
        top: 55px;
    }

    .search .fa {
        position: absolute;
        color: #ccc;
        margin: 14px 10px;
    }

    .search input {
        font-size: 15px;
        color: #939393;
        width: 90%;
        height: 28px;
        margin-top: 3px;
        margin-left: 3px;
        padding: 5px 5px 5px 27px;
        border: none;
    }

    .search ::placeholder {
        color: #ccc;
        opacity: 1;
    }

    .search input:active {
    }

    .search a {
        display: none;
        font-family: LatoBold, Arial Black, Sans-Serif;
        font-size: 15px;
        position: absolute;
        color: #666;
        margin-left: -29px;
        padding: 10px;
    }

.ui-content.serviceRequests .newServiceRequest {
    display: none;
    background-color: #F03434;
    height: 40px;
    margin: 5px auto 15px auto;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.headercompanyname {
    width: 75%;
    float: left;
}

.headericons {
    display: flex;
    float: left;
    width: 24%;
    height: 41px;
    justify-content: center;
}

    .headericons .icon {
        position: relative;
        margin-left: 10px;
        float: right;
        height: 25px;
        width: 17px;
        top: 0px;
        right: 5px;
        margin-right: -3px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        z-index: 49;
        padding: 10px 5px 5px 5px;
        color: #fff;
        font-size: 16px;
    }

        .headericons .icon .count {
            position: absolute;
            top: 2px;
            right: 12px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: #fff;
            line-height: 15px;
            text-align: center;
            font-size: 9px !important;
            font-weight: bold;
            background-color: red;
        }
        .headericons .fa-thumb-tack {
            margin-left: 3px;
        }
    .headericons .button.save {
        margin: 0;
        background: none;
        text-align: right;
        padding: 0;
        padding-top: 5px;
        width: 93%;
    }

    .headericons.headericonleft .button.cancel {
        margin: 0;
        padding: 0;
        width: unset;
        padding-top: 3px;
        font-size: 20px;
        padding-left: 9px;
    }

#companyname {
    margin-left: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#clockMenutab {
    top: 200px;
}

.ui-content.serviceRequests .serviceRequest, #divDashboard .serviceRequest {
    position: relative;
    width: calc(99% - 80px);
    margin: 0px 7px 5px 7px;
    padding: 5px 0 5px 10px;
    cursor: pointer;
    float: right;
}

.chartwrapper {
    width: 50%;
    float: left;
}

.ui-content.serviceRequests .serviceRequest .heading, #divDashboard .serviceRequest .heading, #userOptions .heading {
    float: left;
    width: 85%;
    max-width: 94%;
    margin-top: 6px;
    padding: 7px 0 7px 8px;
    font-family: LatoLight, Arial, sans-serif;
    font-size: 14px;
    color: #666 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 4px solid #000000;
    margin-bottom: 5px;
}

.ui-content.serviceRequests .serviceRequest.timesheetdone {
    color: #a947cb !important;
}

.ui-content.serviceRequests .serviceRequest.timesheetdone .heading {
    border-left: 4px solid #a947cb;
}

.ui-content.serviceRequests .serviceRequest.complete .title {
    color: #64b264 !important;
}

.ui-content.serviceRequests .serviceRequest.complete .heading {
    border-left: 4px solid #64b264;
}

.ui-content.serviceRequests .serviceRequest.missingNotes {
    color: #eb9500 !important;
}

.ui-content.serviceRequests .serviceRequest.missingNotes .heading {
    border-left: 4px solid #eb9500;
}

.ui-content.serviceRequests .serviceRequest.pending .title {
    color: #eb9500 !important;
}

    .ui-content.serviceRequests .serviceRequest.pending .heading {
        border-left: 4px solid #eb9500;
    }

.ui-content.serviceRequests .serviceRequest.notapproved .title {
    color: #fc3030 !important;
}

    .ui-content.serviceRequests .serviceRequest.notapproved .heading {
        border-left: 4px solid #ff5858;
    }

#incidentPage .serviceRequest {
}

    #incidentPage .serviceRequest .toggleButton {
        position: absolute;
        top: 10px;
        left: 0px;
        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;
        color: #fff;
    }

.invoiceDetails table {
    margin-top: 20px;
    padding: 13px 5px 13px 10px;
    filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.051));
    transform: translate3d(0,0,0);
}

    .invoiceDetails table thead {
        color: #72B8F6;
    }

    .invoiceDetails table tbody {
        font-size: 12px;
    }

        .invoiceDetails table tbody td {
            padding-top: 6px;
        }

.plan-balances {
    display: none;
}

.balancescharts {
    position: relative;
    width: 95%;
    padding: 20px 10px 0 !important;
}

.bar_group {
    font-family: Lato, Arial, sans-serif !important;
    font-size: 11px !important;
}

.bar_group__bar {
    margin-bottom: 40px !important;
}

.b_label {
    line-height: 25px;
    font-size: 13px !important;
}

.b_tooltip {
    position: absolute !important;
    margin-top: 45px;
    z-index: 9;
}

.bar_label_min {
    margin-top: 16px;
    margin-left: 2px;
}

.bar_label_max {
    margin-top: 16px;
    margin-right: 3px;
}

.bar_100_perc {
    background: #e62e25 !important;
}

.bar_90_perc {
    background: #e64e25 !important;
}

.bar_80_perc {
    background: #e66e25 !important;
}

.bar_70_perc {
    background: #e68e25 !important;
}

.bar_60_perc {
    background: #e6ae25 !important;
}

.bar_50_perc {
    background: #e6ae25 !important;
}

.bar_40_perc {
    background: #e6cf25 !important;
}

.bar_30_perc {
    background: #dde625 !important;
}

.bar_20_perc {
    background: #bde625 !important;
}

.bar_10_perc {
    background: #3ce625 !important;
}

.ui-content.serviceRequests .serviceRequest {
    position: relative;
    width: calc(100% - 55px);
    cursor: pointer;
    float: left;
    background-color: white;
    border-radius: 10px;
    margin: 20px;
    padding: 5px 18px;
    filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.051));
    height: auto;
    transform:translate3d(0,0,0);
}

    .ui-content.serviceRequests .serviceRequest.entry {
        margin: 12px 0 0 10px;
    }
    .ui-content.serviceRequests .serviceRequest.entry .title {
        width: 100% !important;
        height: 23px;
        padding: 0 0 4px 3px !important;
        margin: 5px 0 0 0;
        background: none;
        border-bottom: 2px solid #f3f3f6;
        font-family: SVN-Gilroy, Lato, Arial, sans-serif;
        font-weight: 700;
        font-size: 10px;
        color: #14164A;
        line-height: 13px;
    }

    .serviceRequest.title i {
        display: block;
        float: right;
        height: 15px;
        font-size: 15px !important;
        color: #39bb87;
        margin-top: 6px;
    }

    .serviceRequest.title .date {
        display: block;
        float: left;
        margin: 1px 0 0 9px;
        font-size: 12px !important;
        font-weight: 700;
    }

        .serviceRequest.title .date .month {
            text-transform: uppercase;
        }
        .serviceRequest.entry .fa-users {
            margin-left: 5px;
        }

#notiViewer .ui-content {
    padding: 0 2px;
}

#notiViewer .date {
    font-size: 16px;
}

.notification {
    clear: both;
    border: solid 1px #ebebeb;
    margin: 10px;
    padding: 10px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05), 0 3px 5px 0 rgba(0, 0, 0, 0.0);
    border-radius: 3px;
}

.notilastread {
    color: #269c00;
    text-align: center;
    border-bottom: dashed 1px #269c00;
    margin: 15px 5px;
}

    .notilastread:before {
        content: "Read";
        margin-top: 8px;
        position: absolute;
        background-color: #fff;
        padding: 0 10px;
        margin-left: -25px;
    }

.notification h2 {
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 13px;
}

.notification h3 {
    color: #727272;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
}

.notiicon {
    float: left !important;
    padding: 8px 2px 2px 10px !important;
    margin: 5px 10px 5px 0 !important;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 13px;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
}

.notiread {
    position: absolute;
    right: 18px;
    margin-top: 15px;
}

.task {
    clear: both;
    width: calc(95% - 20px);
    border: solid 1px #ebebeb;
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05), 0 3px 5px 0 rgba(0, 0, 0, 0.0);
    border-radius: 10px !important;
}

    .task.complete *:not(.expand) {
        text-decoration: line-through;
    }

    .task .checkbox {
        position: relative;
        float: left;
        width: 7%;
        height: 51px;
    }

        .task .checkbox input[type='checkbox'] {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(0%, -50%);
        }

    .task .info {
        position: relative;
        float: left;
        width: 93%;
        text-align: left;
    }

    .task .taskdescription {
        font-size:11px;
        margin: 10px 0;
        padding: 5px;
        background-color: #f1f2f6;
        border-radius: 10px;
        color: #14164a;
    }

        .task .info .expand {
            display: block;
            position: absolute;
            top: 30px;
            right: -5px;
            padding: 5px;
            color: #ccc;
            cursor: pointer;
        }

        .task .info .count {
            position: absolute;
            top: 0;
            right: 0;
        }

    .task .info h2 {
        text-transform: uppercase;
        padding-bottom: 5px;
        font-size: 13px !important;
        line-height: 13px;
    }

        .task .info h3 {
            color: #727272;
            font-size: 12px;
            line-height: 17px;
            font-weight: 500;
        }

    .task .info .subtasks .task {
        width: 89%;
        background-color: #ffffff;
    }

        .task .info .subtasks .task .checkbox {
            height: 15px;
        }

        .task .info .subtasks .task h2 {
            margin-left: 5px;
        }

.icon1 {
    border-left: solid 3px #3399cc;
}

    .icon1 .notiicon {
        background-color: #3399cc;
    }

        .icon1 .notiicon:before {
            content: "\f234";
            margin-right: 20px;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
        }

.icon2 {
    border-left: solid 3px #00e5a2;
}

    .icon2 .notiicon {
        background-color: #00e5a2;
    }

        .icon2 .notiicon:before {
            content: "\f055";
            margin-right: 20px;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
        }

.icon3 {
    border-left: solid 3px #ffc600;
}

    .icon3 .notiicon {
        background-color: #ffc600;
    }

        .icon3 .notiicon:before {
            content: "\f040";
            margin-right: 20px;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
        }

.icon4 {
    border-left: solid 3px #e83e17;
}

    .icon4 .notiicon {
        background-color: #e83e17;
    }

        .icon4 .notiicon:before {
            content: "\f05e";
            margin-right: 20px;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
        }

.alert {
    border-left: solid 3px #3399cc;
    background-color: #fff;
    clear: both;
    margin: 10px 0 0 20px;
    padding: 10px;
    border-radius: 10px;
    color: #727272;
    font-size: 12px;
    line-height: 19px;
    filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.051));
    transform:translate3d(0,0,0);
}

    .alert:before {
        background-color: #3399cc;
        content: "\f0f3";
        margin-right: 3px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        float: left !important;
        padding: 8px 2px 2px 3px !important;
        margin: 5px 10px 5px 0 !important;
        font-weight: 700;
        font-size: 12px;
        color: #fff;
        text-align: center;
        line-height: 13px;
        width: 25px !important;
        height: 20px !important;
        border-radius: 50%;
    }

    .alert.red:before {
        background-color: red !important;
    }

#docs {
    border: none;
    min-width: 100%;
    width: 100px;
    *width: 100%;
    min-height: 100%;
    height: 100px;
    *height: 100%;
    position: fixed;
    top: 40px;
    bottom: 0;
}

#docViewer {
    z-index: 999;
    /*z-index: 99;*/
}

.header {
    position: initial !important;
    float: left;
    width: 100% !important;
    height: 15px;
    background-image: none !important;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    padding-left: 5px;
    color: #ffffff;
}

    .header:before {
        content: " ";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: absolute;
        padding: 1px;
        z-index: 1;
    }

.ui-content.serviceRequests .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.serviceRequests .serviceRequest.header b {
    font-weight: bold;
    font-style: italic;
}

#serviceRequestsPage .serviceRequest.timesheet {
    position: relative;
    width: 80%;
    margin: 0px 0 5px 10px;
    padding: 5px 0 5px 32px;
    border-bottom: 2px solid #F6F6F6;
    overflow-y: auto;
    cursor: pointer;
    background: url(../images/next.png) no-repeat right center;
    float: right;
}

.ui-content.serviceRequests .serviceRequest .heading .serviceRequestDate, #divDashboard .serviceRequest .heading .serviceRequestDate {
    float: right;
    margin: 0px 5px 0px 0px;
    font-family: LatoLight, Arial, sans-serif;
    font-size: 14px;
}

.list-heading {
    color: #fff;
    padding: 5px;
    font-size: 15px;
    margin-bottom: 20px;
}

    .list-heading:after {
        content: " ";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: absolute;
        margin: 22px -56px;
        padding: 1px;
    }

.serviceRequest .empl {
    padding: 0px 0 8px 12px;
}

    .serviceRequest .empl:before {
        content: "\f234";
        color: #7c7c7c;
        margin-right: 3px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.serviceRequest .time {
    padding: 0 0 0 4px;
}

    .serviceRequest .time:before {
        content: "\f017";
        color: #1a1c4f;
        font: normal normal normal 17px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 0px;
        vertical-align: text-top;
    }

#fundingbalances {
    display: initial;
    font-size: 90%;
}

    #fundingbalances div {
        display: initial;
        margin: 10px;
        font-family: LatoBold, Arial, sans-serif;
        font-size: 18px;
        padding: 4px;
        line-height: 48px;
    }

    #fundingbalances table {
        width: 95%;
        margin: 10px;
    }

        #fundingbalances table td {
            padding: 3px;
        }

#pmfundingbalances {
    display: initial;
    font-size: 90%;
}

    #pmfundingbalances div {
        display: initial;
        margin: 10px;
        font-family: LatoBold, Arial, sans-serif;
        font-size: 18px;
        padding: 4px;
        line-height: 48px;
    }

    #pmfundingbalances table {
        width: 95%;
        margin: 10px;
    }

        #pmfundingbalances table td {
            padding: 3px;
        }

#newShift {
    display: none;
}

.serviceRequest .hrs {
    position: relative;
    padding-left: 15px;
    font-weight: normal;
    color: #a2a3b8;
}

    .serviceRequest .hrs:before {
        content: "\f111";
        margin: 0 4px 0 -8px;
        vertical-align: middle;
        font-size: 5px !important;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font: normal normal normal 7px/1px FontAwesome;
        color: #000000;
    }

.serviceRequest .traveldist:before {
    content: "\f1b9";
    color: #7c7c7c;
    margin-left: 4px;
    margin-right: 3px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.serviceRequest .profilepic {
    float: left;
    width: 49px;
    height: 49px;
    margin: 0 15px 0 0;
    padding: 0px;
    background-color: #ffffff;
    border-radius: 10px;
    object-fit: cover;
    object-position: center center;
}

    .serviceRequest .profilepic.noimage {
        width: 41px;
        height: 41px;
        padding: 4px;
    }

.serviceRequest .profilepic1 {
    float: right;
    width: 59px;
    height: 59px;
    margin: 0 0 0 15px;
    padding: 0px;
    background-color: #ffffff;
    border-radius: 10px;
    object-fit: cover;
    object-position: center center;
}

    .serviceRequest .profilepic1.noimage1 {
        width: 55px;
        height: 55px;
        padding: 4px;
        background-color: #f1f1f1;
    }

.serviceRequest .dateTime {
    float: left;
    margin: 0px 0 0 0;
    padding: 0px 0 5px 0;
}

    .serviceRequest .dateTime div {
        float: left;
        margin: 0px 5px 0px 0px;
        width: 100%;
    }

        .serviceRequest .dateTime div.grey {
            color: #999999;
        }

.serviceRequest .client {
    display: inline-block;
    margin-bottom: 4px;
    padding-right: 7px;
    font-family: SVN-Gilroy, Lato, Arial, sans-serif;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 25px;
}

    .serviceRequest .fa-exclamation-triangle {
        margin-left: 6px;
        line-height: 14px;
        color: #cfcfda;
    }
        #TodayShifts .serviceRequest .fa-exclamation-triangle {
            color: coral !important;
        }

        .fa-star.fa-spin {
            color: cornflowerblue;
        }

.serviceRequest .service {
    padding: 10px 0;
}

.serviceRequest .comments {
    display: none;
    float: left;
    width: calc(100% - 25px) !important;
    margin: 3px 0px 12px 17px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

    .serviceRequest .comments .notes {
        display: block;
        margin: 10px 0 15px -10px;
        padding: 5px 5px 5px 10px;
        background-color: #f1f2f6;
        border-radius: 5px;
        color: #14164a;
    }

        .serviceRequest .comments .notes a {
            color: #c0c0c0;
        }

    .serviceRequest .comments .fa {
        width: 18px;
        font-size: 13px;
        text-align: center;
        margin: 3px 1px 0 -21px;
        position: absolute;
    }

    .serviceRequest .comments .fa-mobile {
        font-size: 17px !important;
        margin-top: 0;
    }

    .serviceRequest .comments .fa-phone {
        font-size: 13px;
        line-height: 15px;
    }

    .serviceRequest .comments div {
        line-height: 20px;
        font-family: LatoBold, Arial, sans-serif;
    }

    .serviceRequest .comments .clientinfo {
        padding-bottom: 8px;
    }

    .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;
    }

    .serviceRequest .comments .docs {
        padding-left: 18px;
        margin: 8px 0;
        background: url(../images/docicon.png) no-repeat;
    }

    .serviceRequest .comments .summary {
        padding-left: 18px;
        margin: 8px 0;
        background: url(../images/summaryicon.png) no-repeat;
    }

.ui-content.serviceRequests .serviceRequest .toggleButton, #divDashboard .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;
    color: #fff;
}

.serviceRequest.entry::before {
    font: normal normal normal 14px/1 FontAwesome;
    padding: 3px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index:1;
}

.serviceRequest.signed::before {
    color: #8daf00 !important;
    content: "\f044" !important;
}

.serviceRequest.timesheetdone::before {
    color: #ccc;
    content: "\f017";
    vertical-align: text-top;
}

.serviceRequest::after {
    font: normal normal normal 14px/1 FontAwesome;
    padding: 3px;
    position: absolute;
    right: 30px;
    bottom: 10px;
}

.serviceRequest.notes::after {
    content: "\f075";
    color: #0f80c1;
}

.serviceRequest.missingNotes::after {
    content: "\f075";
    color: #ff0000;
}

.serviceRequest.locked::after {
    color: #ccc;
    content: "\f023";
}

.serviceRequest.notapproved::after {
    color: #ff5858;
    content: "\f05c";
}

.ui-content.serviceRequests .serviceRequest .toggleButton:before, #divDashboard .serviceRequest .toggleButton:before {
    content: "+";
    padding: 3px;
    font-size: 20px;
    margin-left: 1px;
}

.ui-content.serviceRequests .serviceRequest .toggleButton.active:before, #divDashboard .serviceRequest .toggleButton.active:before {
    content: "-";
    padding: 5px;
    font-size: 24px;
    line-height: 17px;
}

.ui-content.serviceRequests .serviceRequest .toggleButton img, #divDashboard .serviceRequest .toggleButton img {
    margin: 0px 0px 0px 3px;
}

.ui-content.serviceRequests .serviceRequest .nextbutton, #divDashboard .serviceRequest .nextbutton {
    position: absolute;
    top: 7px;
    right: 3px;
    height: 15px;
    width: 20px;
    background: url(../images/next.png) no-repeat center center;
    background-size: 7px;
    padding: 7px;
}

.ui-content.serviceRequests .serviceRequest .data, #divDashboard .serviceRequest .data {
    display: none;
}

.ui-content.serviceRequests .popupOptionsWrapper .popupOptions .serviceRequest .comments, #divDashboard .popupOptionsWrapper .popupOptions .serviceRequest .comments {
    display: block;
}

.inputPage .calendarContainer {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

    .inputPage .calendarContainer img {
        position: absolute;
        bottom: 18px;
        left: calc(47% - 98px);
    }

    .inputPage .calendarContainer .pickMeUpCalendar * {
        font-family: 'Open Sans', Arial, sans-serif;
        overflow: visible;
    }

    .inputPage .calendarContainer .pickMeUpCalendar .pickmeup {
        width: 100%;
        height: 260px;
        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 > nav:first-child {
                display: flex;
                justify-content: center;
            }

                .inputPage .calendarContainer .pickMeUpCalendar .pickmeup .pmu-instance > nav:first-child > div {
                    font-size: 12px !important;
                    font-weight: bold;
                    text-transform: capitalize !important;
                }

                .inputPage .calendarContainer .pickMeUpCalendar .pickmeup .pmu-instance > nav:first-child .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);
                    font-size: 10px !important;
                    line-height: 25px;
                }

                .inputPage .calendarContainer .pickMeUpCalendar .pickmeup .pmu-instance > nav:first-child .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);
                    font-size: 10px !important;
                    line-height: 25px;
                }

                .inputPage .calendarContainer .pickMeUpCalendar .pickmeup .pmu-instance > nav:first-child .pmu-month {
                    color: #d0cece;
                    font-weight: bold;
                    font-size: 15px;
                    text-transform: uppercase;
                }

                    .inputPage .calendarContainer .pickMeUpCalendar .pickmeup .pmu-instance > nav:first-child .pmu-month span {
                        font-weight: 700;
                    }

            .inputPage .calendarContainer .pickMeUpCalendar .pickmeup .pmu-instance .pmu-day-of-week {
                margin-top: 3px;
                padding-top: 8px;
                border-top: 1px solid #eaeaea;
                color: #14164A;
                font-size: 13px !important;
            }

                .inputPage .calendarContainer .pickMeUpCalendar .pickmeup .pmu-instance .pmu-day-of-week div {
                    width: 30px;
                    float: left;
                    font-weight: bold;
                }

            .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 {
                    position: relative;
                    float: left;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    font-size: 12px !important;
                }

                    .inputPage .calendarContainer .pickMeUpCalendar .pickmeup .pmu-instance .pmu-days div.pmu-selected:hover {
                        color: #000000;
                    }

                .inputPage .calendarContainer .pickMeUpCalendar .pickmeup .pmu-instance .pmu-days .pmu-today {
                    background-color: #17384d;
                    border-radius: 50%;
                }

                .inputPage .calendarContainer .pickMeUpCalendar .pickmeup .pmu-instance .pmu-days .date-in-past {
                    color: #e1e3e4 !important;
                }

                .inputPage .calendarContainer .pickMeUpCalendar .pickmeup .pmu-instance .pmu-days .pmu-not-in-month {
                    color: #d2d2d2 !important;
                }

                .inputPage .calendarContainer .pickMeUpCalendar .pickmeup .pmu-instance .pmu-days .pmu-selected {
                    width: 40px !important;
                    height: 25px !important;
                    margin: 3px 0 2px -7px;
                    padding: 0 0 0 0;
                    background-color: #e6f2f9;
                    color: #000000 !important;
                    line-height: 24px !important;
                    z-index: 0;
                }

                    .inputPage .calendarContainer .pickMeUpCalendar .pickmeup .pmu-instance .pmu-days .pmu-selected.first,
                    .inputPage .calendarContainer .pickMeUpCalendar .pickmeup .pmu-instance .pmu-days .pmu-selected.last {
                        width: 28px !important;
                        height: 28px !important;
                        margin: 0 0 2px 0;
                        padding: 0 0 0 0;
                        border: 2px solid #1282c2;
                        border-radius: 50%;
                        background-color: #84bddf;
                        color: #ffffff !important;
                        line-height: 27px !important;
                        z-index: 1;
                    }

                        .inputPage .calendarContainer .pickMeUpCalendar .pickmeup .pmu-instance .pmu-days .pmu-selected.last:not(.isNext) {
                            margin: 0 4px 2px -9px;
                        }

.inputPage .button {
    background: none;
}

#TodayShifts {
    margin-top: 7px;
    width: 99%;
    margin-left: -18px;
    background-color: #f9fafe;
}

    #TodayShifts .header {
        display: none !important;
    }

    #TodayShifts .shift {
        position: relative;
        float: left;
        width: 100% !important;
        min-height: 75px;
        margin: 0;
        padding: 0 5px 0 0;
        overflow: visible;
        border-bottom: none;
    }

        #TodayShifts .shift.empty {
            height: 75px;
            margin: -10px 10px 0 0;
            padding: 0 0 7px 0;
            background-color: transparent;
        }

        #TodayShifts .shift > .shiftTime {
            position: absolute;
            left: 12px;
            top: 10px;
            background-color: #f9fafe;
            z-index: 2;
            width: 40px;
            text-align: right;
            font-family: SVN-Gilroy, Lato, Arial, sans-serif;
            font-size: 12px !important;
        }
            #TodayShifts .shift.empty .shiftTime {
                display:none;
            }

            #TodayShifts .shift > .shiftTime .hoursMinutes, #TodayShifts .shift > .shiftTime .ampm {
                font-weight: bold;
            }

            #TodayShifts .shift > .shiftTime .ampm {
                color: #bdbdbd;
            }

        #TodayShifts .shift .line {
            position: absolute;
            top: 0px;
            bottom: 0;
            left: 30px;
            width: 15px;
        }

            #TodayShifts .shift .fa-coffee {
                position: absolute;
                top: 37px;
                color: rgba(235,149,0,1);
                font-size: 14px;
            }

            #TodayShifts .shift .line .stick {
                background: #dfe1ea !important;
                position: absolute;
                top: 0;
                left: 7px;
                height: 100%;
                width: 2px;
            }

            #TodayShifts .shift .line .circle {
                position: absolute;
                left: 1px;
                top: 55px;
                overflow: visible;
                width: 13px;
                height: 13px;
            }

        #TodayShifts .shift.empty .line .circle {
            top: 37px;
        }

                #TodayShifts .shift .line .circle ellipse {
                    fill: rgba(255,255,255,1);
                    stroke: rgba(235,149,0,1);
                    stroke-width: 2px;
                    stroke-linejoin: miter;
                    stroke-linecap: butt;
                    stroke-miterlimit: 4;
                    shape-rendering: auto;
                }

        #TodayShifts .shift .info {
            float: right;
            padding: 10px;
            width: calc(100% - 85px) !important;
        }

        #TodayShifts .shift.empty .info {
            line-height: 67px;
            font-size: 17px;
            font-style: italic;
            color: #91a0a2;
        }

        #TodayShifts .shift:not(.empty) .info {
            background-color: white;
            border-radius: 10px;
            filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.051));
            transform: translate3d(0,0,0);
        }

    #TodayShifts .info.onshift {
        background-color: aliceblue !important;
    }

        #TodayShifts .shift .info .shiftClient {
            display: inline-block;
            font-family: SVN-Gilroy, Lato, Arial, sans-serif;
            font-size: 16px !important;
            font-weight: 700;
            line-height: 24px;
        }

        #TodayShifts .shift .info .shiftTask {
            padding-left: 10px;
            font-family: SVN-Gilroy, Lato, Arial, sans-serif;
            font-size: 12px !important;
            color: #14164A !important;
            border-left: 4px solid #000000;
            padding: 3px 5px;
        }

        #TodayShifts .shift .info .shiftTime {
            margin: 9px 0 0 17px;
            font-family: SVN-Gilroy, Lato, Arial, sans-serif;
            font-size: 13px !important;
            font-weight: bold;
            color: #14164A !important;
        }

            #TodayShifts .shift .info .shiftTime:before {
                content: "\f017";
                color: #1a1c4f;
                font: normal normal normal 14px/1 FontAwesome;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                left: 10px;
                vertical-align: text-top;
            }

            #TodayShifts .shift .info .shiftTime .shiftTotalHours {
                position: relative;
                margin-left: 11px;
                font-weight: normal;
                color: #a2a3b8 !important;
            }

                #TodayShifts .shift .info .shiftTime .shiftTotalHours:before {
                    content: "\f111";
                    margin: 0 4px 0 -8px;
                    vertical-align: middle;
                    font-size: 5px !important;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    font: normal normal normal 7px/1px FontAwesome;
                    color: #000000;
                }

            .shifttasks {
                position: relative;
                margin-left: 10px;
                font-weight: normal;
                color: #a2a3b8 !important;
            }

                .shifttasks:before {
                    content: "\f08d";
                    color: #a2a3b8;
                    font: normal normal normal 16px/1 FontAwesome;
                    padding-right:5px;
                }

        #TodayShifts .shift .info .arrow {
            position: absolute;
            top: 14px;
            right: 5px;
        }

            .arrow .fa-chevron-right{
                padding: 0 7px;
            }

@media (max-width:2048px) {
    #TodayShifts .shift .info {
        width: 84%
    }
}

@media (max-width:1024px) {
    #TodayShifts .shift .info {
        width: 81%
    }
}

@media (max-width:960px) {
    #TodayShifts .shift .info {
        width: 74%
    }
}

@media (max-width:375px) {
    #TodayShifts .shift .info {
        width: 72%
    }
}

#hassignature {
    font-size: 13px;
}

#signaturePane {
    position: fixed;
    background:url(../images/overlay.png);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: none;
}

.notsubmitted {
    color: #ccc;
    font-size: 12px;
}

.nosignature {
    display: none;
}

.yessignature {
    color: #349600;
    display: none;
}

    .yessignature img {
        display: none;
        width: 100%;
    }

.sign-container {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    margin: 5% auto;
}

#div_signcontract {
    margin-top: 5px;
}

.sign .sign-label {
    position: absolute;
    margin: 5px 0 0 25%;
}

#signaturePane .heading h1 {
    color: #fff;
    padding: 10px 0 0;
    font-size: 20px !important;
}

#signaturePane .timesheetinfo {
    color: #fff;
    padding: 10px;
    line-height: 30px;
}

#signaturePane .feedback {
    margin-top: 10px;
}

    #signaturePane .feedback span {
        font-size: 30px;
        padding: 5px 10px;
        color: rgb(255, 194, 30);
    }

#signaturePane .actions {
    padding: 10px;
}

#signaturePane a {
    line-height: 40px;
    text-decoration: none;
    color: #ccc;
}

#signaturePane .serviceRequestTotalHours {
    font-weight: bold;
}

#signaturePane #clearcanvas {
    position: absolute;
    right: 40px;
    margin: 0;
}

#saveSignature {
    border: none;
    line-height: 5px;
    padding: 22px;
}

.control .showborder {
    width: 91% !important;
    border: 1px solid #cacaca !important;
    padding: 7px !important;
    -moz-appearance: auto !important;
    -webkit-appearance: auto !important;
    appearance: auto !important;
}

.control select.showborder {
    width: calc(91% + 7%) !important;
}

.cancellation {
    float: right;
}

.row .button {
    display: block;
    width: 21px;
    height: 21px;
    margin: 0;
    line-height: 21px !important;
}

    .row .button.addExpense {
        background-color: #269c00;
    }

    .row .button.removeExpense {
        background-color: #f71735;
    }

.red {
    color: red !important;
}

#validateLocation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: none;
}

    #validateLocation .heading {
        background-color: rgba(255,122,122,1);
        color: #fff;
        padding: 20px;
        font-size: 12px;
    }

    #validateLocation .timesheetinfo {
        background-color: rgba(255,122,122,1);
        color: #fff;
        padding: 10px;
        line-height: 30px;
    }

    #validateLocation .actions {
        padding: 10px;
    }

        #validateLocation .actions input {
            border: none;
            line-height: 3px;
            padding: 22px 0;
            background-color: rgba(255,122,122,1);
        }

    #validateLocation a {
        line-height: 40px;
        text-decoration: none;
        color: #ccc;
    }

    #validateLocation iframe {
        border: none;
        width: 100%;
        height: 275px;
    }

.timesheet .expensesTitle {
    border-bottom: none;
}

.timesheet .expenses {
    width: 97%;
}

    .timesheet .expenses .client {
        width: 100%;
        margin-left: 10px;
        font-weight: bold;
    }

        .timesheet .expenses .client:not(:first-child) {
            margin-top: 23px;
            padding-top: 15px;
            border-top: 1px solid #ccc;
        }

    .timesheet .expenses .expenseContainer {
        margin-bottom: 10px;
        margin-left: 10px;
        padding: 10px;
    }

        .timesheet .expenses .expenseContainer.bgColor {
            background-color: #f9f9f9;
        }

        .timesheet .expenses .expenseContainer div {
            float: left;
            width: 100%;
            margin-top: 9px;
            line-height: 1.3;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .timesheet .expenses .expenseContainer div:first-child {
                margin-top: 0;
            }

        .timesheet .expenses .expenseContainer .description {
            width: 50%;
        }

        .timesheet .expenses .expenseContainer .amount {
            width: 30%;
            text-align: right;
        }

        .timesheet .expenses .expenseContainer .actionContainer {
            width: 20%;
            text-align: right;
            font-size: 20px;
        }

            .timesheet .expenses .expenseContainer .actionContainer .fa {
                margin-left: 8px;
            }
/****************************SERVICE REQUESTS PAGE END************************************/
/****************************DYNAMIC FORM PAGE START************************************/
.ui-content.form {
    position: absolute !important;
    padding: 0 0 270px 0 !important;
    position: initial;
    padding: 0 0 0px 0;
}

.formContainer {
    position: relative !important;
    background-color: #fff;
    padding-bottom: 10px;
}

    .formContainer input, .formContainer select, .formContainer textbox, .formContainer .form-control-static {
        font-size: 14px !important;
    }

.ui-content.form .formContainer .row {
    height: auto;
    border: none;
}

.ui-content.form .formContainer .panel-options {
    display: none;
}

.ui-content.form .formContainer .field-info {
    float: left;
    margin-right: 3px;
}

.field-info div {
    display: none;
    position: absolute;
    top: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 10px 0 0 15px;
    line-height: 15px;
    padding: 10px;
    width: 300px;
    background-color: #444;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    z-index: 99999;
}

.field-info:hover div {
    display: block;
}

    .field-info:hover div:before {
        position: absolute;
        bottom: -13px;
        width: 10px;
        content: '';
        height: 0px;
        border-style: solid;
        border-width: 7px;
        border-color: #444 transparent transparent transparent;
        line-height: 13px;
    }

.ui-content.form .formContainer h3.panel-title {
    padding-left: 7px;
    color: #23527c;
}

.ui-content.form h5.panel-title {
    background-color: #31b0d5;
    color: #fff;
    padding-left: 13px;
    line-height: 30px;
}

.ui-content.form .formContainer .panel-body .col-md-6,
.ui-content.form .formContainer .panel-body .col-md-6 .panel,
.ui-content.form .formContainer .panel-body .col-md-6 .panel .panel-body {
    overflow: visible !important;
}

.ui-content.form .formContainer .panel-body .form-group {
    padding-left: 10px;
    width: 100%;
    -border: 1px solid #e5e5e5;
    position: relative;
}

.ui-content.form.modal-form .formContainer .panel-body .form-group {
    width: 96%;
}

.ui-content.form .formContainer .panel-body .form-group.typeahead {
    height: 40px;
}

    .ui-content.form .formContainer .panel-body .form-group.typeahead,
    .ui-content.form .formContainer .panel-body .form-group.typeahead div.col-sm-10.col-md-8,
    .ui-content.form .formContainer .panel-body .form-group.typeahead div.col-sm-10.col-md-8 .input-group,
    .ui-content.form .formContainer .panel-body .form-group.typeahead div.col-sm-10.col-md-8 .input-group .twitter-typeahead {
        overflow: visible !important;
    }

.ui-content.form .formContainer .panel-body .form-group.has-error div.col-sm-10.col-md-8 * {
    color: #ff0000;
    background-color: #ffe0e0;
}

.ui-content.form .formContainer .panel-body .form-group.typeahead div.col-sm-10.col-md-8 .input-group .twitter-typeahead {
    width: 100%;
}

    .ui-content.form .formContainer .panel-body .form-group.typeahead div.col-sm-10.col-md-8 .input-group .twitter-typeahead .typeahead {
        width: 100%;
        height: 40px;
    }

    .ui-content.form .formContainer .panel-body .form-group.typeahead div.col-sm-10.col-md-8 .input-group .twitter-typeahead .tt-menu {
        width: 100%;
        background-color: #ffffff;
        font-size: 12px;
        padding: 5px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05), 0 3px 5px 0 rgba(0, 0, 0, 0.0);
    }

.ui-content.form .formContainer .panel-body .form-group.typeahead.dirty div.col-sm-10.col-md-8 .input-group .twitter-typeahead .tt-menu {
    background-color: #ffffff;
}

.ui-content.form .formContainer .panel-body .form-group.typeahead div.col-sm-10.col-md-8 .input-group .twitter-typeahead .tt-menu .tt-suggestion {
    height: 20px;
    line-height: 20px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.ui-content.form .formContainer .panel-body .form-group .control-label {
    display: block;
    float: left;
    width: 40%;
    padding-top: 10px;
    padding-right: 5px;
    line-height: 19px;
    white-space: normal;
    color: #72B8F6;
    font-family: LatoBold, Arial Black, Sans-Serif;
    font-size: 13px;
    font-weight: bolder;
}

    .ui-content.form .formContainer .panel-body .form-group .control-label.rq-sym:after {
        content: " *";
        color: red;
        position: absolute;
    }

.ui-content.form .formContainer .panel-body .form-group > div {
    float: left;
    width: 56%;
}

    .ui-content.form .formContainer .panel-body .form-group > div select {
        width: 100%;
        height: 32px;
        border: none;
        font-family: LatoBold, Arial Black, Sans-Serif;
        font-size: 15px;
        color: #333;
    }

    .ui-content.form .formContainer .panel-body .form-group > div textarea {
        width: 99%;
        height: 64px;
        padding-left: 2px;
        border: none;
        font-family: LatoBold, Arial Black, Sans-Serif;
        font-size: 15px;
        color: #333;
    }

    .ui-content.form .formContainer .panel-body .form-group > div input[type='number'],
    .ui-content.form .formContainer .panel-body .form-group > div input[type='date'],
    .ui-content.form .formContainer .panel-body .form-group > div input[type='text'] {
        width: 99%;
        height: 32px;
        padding-left: 2px;
        border: none;
        font-family: LatoBold, Arial Black, Sans-Serif;
        font-size: 15px;
        color: #333;
    }

    .ui-content.form .formContainer .panel-body .form-group > div .datetimepicker.datepicker {
        float: left;
        width: 59%;
    }

    .ui-content.form .formContainer .panel-body .form-group > div .datetimepicker.timepicker {
        float: left;
        width: 37%;
        height: 38px;
    }

.ui-content.form .formContainer .panel-body .form-group input[type='radio'] {
    margin-left: 5px;
    min-height: auto !important;
}

.ui-content.form .formContainer .panel-body .form-group .form-control-static {
    margin-right: 20px;
}

.ui-content.form .formContainer .formButtons {
    display: none;
}
/****************************DYNAMIC FORM PAGE END************************************/
/****************************MENU PAGE START************************************/
#userOptions.pageWrapper {
    z-index: 990;
}

#userOptions .popupOptions {
    background-color: #fff;
    padding-bottom: 20px;
}

    #userOptions .popupOptions .profilePicture {
        padding: 5px;
        background-color: #ffffff;
        border-radius: 9px !important;
        box-shadow: 0 0 20px 0px #0000003d;
        margin-top: 10px;
        object-fit: cover;
        object-position: center center;
    }

    #userOptions .popupOptions a {
        width: 75%;
        height: 90%;
    }

    #userOptions .popupOptions h1 {
        text-align: left;
        font-size: 18px;
        margin: 10px 0 0 28px;
        padding: 0 0 10px 40px;
        line-height: 16px;
    }

    #userOptions .popupOptions span {
        color: #666;
        font-size: 10px;
    }

#userOptions .row {
    position: relative;
    height: unset;
    border: none;
}

    #userOptions .row .label {
        width: 36%;
    }

    #userOptions .row a {
        position: absolute;
        top: 0px;
        left: -23px;
        width: 20px;
        height: 20px;
        margin-top: 0px;
        margin-left: -10px;
        padding: 0 10px 15px 10px;
        font-size: 28px;
        color: #000000;
    }

#userOptions input {
    width: 82%;
    height: 28px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #e5e5e5;
    font-family: LatoBold, Arial Black, Sans-Serif;
    font-size: 16px;
    font-weight: bolder;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#clockInOutOptions {
    display: none;
    background-color: #e1e2eb;
    width: 100%;
    height: 172px;
    margin-left: -3px;
    bottom: 28px;
    position: absolute;
    border-radius: 25px;
    padding: 5px;
    z-index: 99;
}

.ClockInOutServices {
    width: 85%;
    margin: 15px auto 0 auto;
}

    .ClockInOutServices .ClockOut {
        color: white;
    }

        .ClockInOutServices .buttons {
            float: left;
            margin-top: 10px;
        }

            .ClockInOutServices .buttons .button {
                width: 95px;
                padding: 0px;
                margin-right: 15px;
                border-radius: 10px;
                font-size: 13px;
            }

                .ClockInOutServices .buttons .button.ClockIn {
                    background-color: #64b264;
                    border: 1px solid #64b264;
                }

                .ClockInOutServices .buttons .button.btnCancel {
                    background-color: #ffffff;
                    border: 1px solid #323461;
                    color: #323461;
                }

    .ClockInOutServices .Break {
        background-color: orange;
        color: white;
    }

    .ClockInOutServices .ClockIn {
        background-color: forestgreen;
        color: white;
    }

    .ClockInOutServices .serviceRequest .dateTime {
        margin-top: 0px;
    }

.btn-primary {
    border-radius: 3px;
}
/****************************MENU PAGE END************************************/
/****************************POPUP OPTIONS PAGE START************************************/
.popupOptionsWrapper {
    position: absolute;
    top: 0px;
    bottom: 55px;
    left: 0px;
    width: 100%;
    height: auto;
    background-color: #fff;
    z-index: 101;
    padding-top: 55px;
    padding-bottom: 55px;
}

#popupOptionsPage .popupOptionsWrapper .popupOptions .serviceRequest {
    position: relative;
    width: 100%;
    margin: 10px 0px 5px 0px;
    overflow-y: 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;
    color: #fff;
    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: Lato, Arial, Sans-Serif;
        font-size: 16px;
        font-weight: normal;
        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;
}

.button.cancel {
    background: none !important;
}

.recordtext {
    border-radius: 26px;
    background-color: #ccc;
    padding: 6px 15px 0;
    color: #fff;
    position: absolute;
    margin-top: 50px;
    font-size: 23px;
    width: 30px;
}

    .recordtext.active {
        background-color: red;
    }

#timesheetPage .recordtext,
#incident_controls .recordtext {
    color: #14164A;
    position: absolute;
    right: -3px;
    font-size: 14px;
    text-align: center;
    background-color: transparent;
    padding: 5px;
    border-radius: 0;
}

.record-notification {
    position: absolute;
    margin: 65px 0 0 -3px;
    padding: 3px;
    background-color: red;
    color: #ffffff;
    border-radius: 10px;
    font-size: 12px;
    width: 131px;
    text-align: center;
    line-height: 15px;
    z-index: 9999;
}

    .record-notification i {
        position: absolute;
        margin: -20px 0 0 20px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #d2232a;
    }
/****************************POPUP OPTIONS PAGE END************************************/
/****************************POPUP FILES PAGE START************************************/
.popupOptionsWrapper {
    position: absolute;
    top: 0px;
    bottom: 10px;
    left: 0px;
    width: 100%;
    height: auto;
    background-color: #fff;
    z-index: 101;
    padding-top: 55px;
    padding-bottom: 55px;
}

#popupFilesPage .popupOptionsWrapper .popupFiles .serviceRequest {
    position: relative;
    width: 100%;
    margin: 10px 0px 5px 0px;
    overflow-y: auto;
    padding-left: 10px;
    cursor: pointer;
}

#popupFilesPage .popupOptionsWrapper .popupOptionsCancel {
    padding: 15px 15px 15px 15px;
    background-color: #F8F8F8;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

#popupFilesPage .popupOptionsWrapper .popupOptions {
    padding: 25px;
    background-color: #ffffff;
}
/****************************POPUP FILES PAGE END************************************/
/****************************TIMESHEET PAGE START************************************/
#timesheetPage {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 200;
}

    #timesheetPage .timesheet-status {
        background-color: #e5eef8 !important;
        margin: 3px;
        padding: 7px;
        border-radius: 5px;
        font-size: 13px;
        display: none;
    }

    #timesheetPage .buttons .button {
        background-color: transparent !important;
    }

    #timesheetPage .serviceRequest {
        padding: 1px;
        margin-left: 10px;
    }

        #timesheetPage .serviceRequest .heading {
            font-size: 14px;
        }
        #timesheetPage .serviceRequest.timesheets {
            padding-bottom: 15px;
        }

    #timesheetPage .newServiceRequest {
        float: left;
        width: 100%;
        padding: 0px;
    }

        #timesheetPage .newServiceRequest .pnlRecurring {
            float: left;
            width: 100%;
        }

    #timesheetPage .serviceRequest .comments {
        display: block;
    }

.ui-content[data-role=main] {
    -webkit-overflow-scrolling: touch;
}

.ui-content.timesheet {
    margin-top: 32px;
}

.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 .label {
        float: left;
        height: 100%;
    }

    .row .control {
        float: left;
        width: 50%;
        height: 100%;
        margin: 0px 0px 0px 0px;
        line-height: 18px;
    }

        .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: LatoBold, Arial Black, Sans-Serif;
            font-size: 15px;
            font-weight: normal;
            color: #333;
            background-color: #fff;
            -moz-border-radius: 5px 5px 5px 5px;
            -webkit-border-radius: 5px 5px 5px 5px;
            -webkit-appearance: none;
            border-radius: 5px 5px 5px 5px;
        }

        .row .control select, .row .control textarea, .row .control input[type="date"] {
            -webkit-appearance: none;
        }

        .row .control input {
            -webkit-appearance: none;
        }

input[type=button] {
    -webkit-appearance: none;
}

.row .control input[type="checkbox"] {
    margin-left: 4px;
    -webkit-appearance: checkbox;
}

.row .control input[type=radio] {
    -webkit-appearance: radio;
    margin-right: 3px;
}

.twoLines label {
    width: 100%;
}

    #timesheetPage label .expand {
        margin-left: 5px;
        padding: 5px;
    }

    .recordtext {
        float: right;
        position: unset;
        font-size: 14px;
        margin: 0 10px 0 0;
    }

#shiftnotes .closeexpand {
    display: none;
}

#shiftnotes.expanded {
    position: fixed;
    top: 35px;
    left: 1px;
    right: 1px;
    bottom: 10px;
    height: 88%;
    width: 88% !important;
    padding: 10px;
    background-color: #e6e6e6;
    border-radius: 25px;
}

    #shiftnotes.expanded .form-group {
        height: 98%;
    }

        #shiftnotes.expanded textarea {
            border: 1px solid;
            height: 88% !important;
            width: 99%;
            padding: 15px 0px;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
        }

.row.days {
    overflow-y: 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;
        height: 100%;
        line-height: 25px;
    }

    .row.twoLines .control {
        float: left;
        width: 55%;
        margin: 0px 0px 0px 0px;
    }

        .row.twoLines textarea {
            height: 120px;
            width: calc(100% - 12px) !important;
            padding: 5px;
            font-size: 90%;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
        }

        #txtShiftNotes {
            width: calc(100% - 12px) !important;
            padding: 5px;
        }

        .form-group .controls {
            width: calc(100% - 135px) !important;
            position: relative;
        }
            .form-group .controls label {
                float:left;
                width:135px;
            }
            .form-group .controls input {
                float: left;
                margin: 5px;
            }
    textarea {
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
/****************************TIMESHEET PAGE END************************************/
        /****************************GOAL PROGRESS*********************************/
.GoalContainer {
    width: 96%;
    margin: 15px;
    font-size: 13px;
}


#divGoals {
    width: 100%;
}

.Goal {
    margin: 5px;
    border-bottom: 2px solid #eee;
    padding: 5px;
}
    .GoalHeading {
        padding: 3px;
    }
    .Goal input {
        margin: 1px 0 0 -22px !important;
        position: absolute;
    }
    .Goal label {
        line-height: 15px;
        font-weight: normal !important;
    }

.TaskName, .TaskProgress, .TaskComments {
    float: left;
}

.TaskName {
    width: 50%;
}

.TaskProgress {
    width: 20%;
}

.TaskComments {
    width: 30%;
}
/****************************GOAL PROGRESS ENDS****************************/
.table-bordered tr td {
    border: 1px solid lightgray;
    padding: 5px;
}

.table-bordered tr:first-child td {
    font-weight: bold;
}
/****************************POPUP FILES PAGE START************************************/
#popupSummaryPage {
    z-index: 101 !important;
}

    #popupSummaryPage .popupOptionsWrapper .serviceRequest {
        position: relative;
        width: 100%;
        margin: 10px 0px 5px 0px;
        overflow-y: auto;
        padding-left: 10px;
        cursor: pointer;
        border-top: 1px solid lightgray;
        padding-top: 5px;
    }

.serviceRequestHistory {
    position: relative;
    height: calc(100% - 270px);
    overflow-y: scroll;
}

#popupSummaryPage .clientImage, .popupOptionsWrapper .clientImage {
    position: absolute;
    left: 50%;
    top: 15px;
    width: 100px;
    height: 100px;
    padding: 5px;
    transform: translate(-52%, 0);
    background-color: #ffffff;
    border-radius: 9px;
    box-shadow: 0 0 29px 0px #0000003d;
    z-index: 9;
    object-fit: cover;
    object-position: center center;
}

.popupOptionsWrapper .clientImage {
    top: 0px;
}

.profilePicture {
    width: 75px !important;
    height: 75px !important;
    border-radius: 25px !important;
    object-fit: cover;
    object-position: center center;
}

#popupSummaryPage .maincontainer, #divDashboard .maincontainer {
    position: absolute;
    top: 65px;
    left: 10px;
    background-color: white;
    width: calc(100% - 20px);    
    text-align: left;
    border-radius: 15px;
    color: #14164A;
    padding-bottom: 40px;
}

#divDashboard .maincontainer {
    top: 45px;
    padding-top: 74px;
}

#popupSummaryPage .popupSummary, #divDashboard .popupSummary {
    padding: 10px 20px 0 2px;
}

#popupSummaryPage .popupSummary {
    height: 100%;
}

#popupSummaryPage .popupOptionsWrapper .popupSummary .summaryLabel {
    float: left;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    padding: 18px 0px 0px 0px;
}

#popupSummaryPage .popupOptionsWrapper .popupSummary .summaryData {
    float: left;
    font-size: 12px;
    color: #666;
    padding: 5px 0px 0px 0px;
}

.popupSummaryCancel {
    padding: 15px 15px 15px 15px;
    background-color: #F8F8F8;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

#popupPage .popupWrapper {
    background: #fff;
    padding: 0px 15px 15px 15px;
}

#popupPage .popupContent {
    overflow-y: scroll;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0 20px;
}

#popupPage .serviceRequestHistory {
    height: auto;
    width: 100%;
    overflow-y: hidden;
    margin-top: 50px;
}

#popupPage .serviceRequest .client {
    line-height: 15px;
}
/****************************POPUP FILES PAGE END************************************/

/****************************CHAT MESSAGE PAGE START************************************/
#chatMessagePage .groupPic {
    text-align: center;
}

    #chatMessagePage .groupPic img {
        width: 30px;
        height: 30px;
        margin: 9px 0 0 25px;
        border-radius: 18px;
    }

    #chatMessagePage .groupPic .fa {
        width: 30px;
        height: 30px;
        margin: 9px 0 0 25px;
        border-radius: 18px;
        background-color: #afafaf;
        line-height: 30px;
        font-size: 15px !important;
        color: #f5f5f5;
    }

#chatMessagePage .popupContent {
    height: 90%;
    padding: 10px 10px 0 10px;
    overflow: auto;
}
/****************************CHAT MESSAGE PAGE END************************************/
/****************************Modal Start************************************/
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        top: 50%;
        left: 50%;
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(-50%,-100%);
        -ms-transform: translate(-50%,-100%);
        -o-transform: translate(-50%,-100%);
        transform: translate(-50%,-100%);
    }

    .modal.in .modal-dialog {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    font-family: LatoLight, Arial, sans-serif;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    padding: 13px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #efefef;
}

    .modal-header .close {
        position: absolute;
        top: 15px;
        right: 5px;
    }

.modal-title {
    float: left;
    width: 98%;
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px;
    font-size: 85% !important;
    line-height: 150%;
    max-height: 77vh;
    overflow-y: auto;
}

.modal-footer {
    padding: 5px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background-color: #efefef;
}

    .modal-footer .btn {
        padding: 8px;
        border: none;
        border-radius: 3px;
        font-weight: 700;
    }

        .modal-footer .btn.btn-primary {
            border: 1px solid rgb(1, 93, 154);
            background-color: rgb(1, 93, 154);
            color: #ffffff;
        }

        .modal-footer .btn.btn-default {
            border: 1px solid #cccccc;
            background-color: #ffffff;
        }

        .modal-footer .btn + .btn {
            margin-bottom: 0;
            margin-left: 5px;
        }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before {
    display: table;
    content: " "
}

.modal-footer:after, .modal-header:after {
    clear: both
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}
/****************************Modal End************************************/

/****************************Tabs Start************************************/
.navTabs {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    background-color: #ffffff;
    z-index: 1;
}

    .navTabs > div {
        display: table-cell;
        height: 40px;
        border-bottom: 1px solid #95918e;
        line-height: 40px;
        font-family: Lato, Arial, sans-serif;
        font-size: 13px;
        text-align: center;
        text-transform: uppercase;
        color: #95918e;
    }

        .navTabs > div.active {
            border-bottom: 1px solid #31b0d5;
            color: #31b0d5;
        }
/****************************Tabs End************************************/

/****************************News Start************************************/
.newsAndEvents {
    float: left;
    position: relative;
    width: calc(100% - 80px);
    margin: 20px;
    padding: 20px;
    padding-top: 40px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
    border-radius: 3px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05), 0 3px 5px 0 rgba(0, 0, 0, 0.0);
    overflow: visible;
}
    .newsAndEvents:last-child{
        margin-bottom: 100px;
    }

.newsAndEvents.hasImage {
    padding-top: 210px;
}

    .newsAndEvents > .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 200px;
        border-radius: 3px 3px 0 0;
        overflow: hidden;
    }

        .newsAndEvents > .image > img {
            width: 100%;
            max-height: 200px;
        }

    .newsAndEvents > .header {
        position: absolute !important;
        top: 10px;
        left: -10px;
        right: 5px;
        height: 30px;
    }

        .newsAndEvents > .header > div {
            margin-right: 5px;
        }

        .newsAndEvents > .header > .tag {
            float: left;
            padding: 3px 7px;
            font-family: Lato, Arial, sans-serif;
            font-size: 10px !important;
            border-radius: 3px;
        }

            .newsAndEvents > .header > .tag.news {
                background-color: #015d9a;
                color: #ffffff;
            }

            .newsAndEvents > .header > .tag.event {
                background-color: #4fafe5;
                color: #ffffff;
            }

        .newsAndEvents > .header > .documents {
            float: right;
            font-size: 28px !important;
            color: #999999;
        }

    .newsAndEvents.hasImage > .header > .documents {
        color: #ffffff;
    }

    .newsAndEvents > .header > .hasRead {
        float: right;
        padding: 3px;
        background-color: #e68e25;
        border-radius: 3px;
        font-size: 9px !important;
        color: #ffffff;
    }

    .newsAndEvents > .header > .isFeatured {
        float: right;
        padding: 3px;
        background-color: #bfe625;
        border-radius: 3px;
        font-size: 9px !important;
        color: #ffffff;
    }

    .newsAndEvents > .title {
        font-family: LatoBold, Arial, sans-serif;
        font-size: 18px !important;
        margin-bottom: 8px;
    }

    .newsAndEvents > .description {
        position: relative;
        height: 60px;
        margin-bottom: 10px;
        font-family: Lato, Arial, sans-serif;
        font-size: 11px !important;
    }

    .newsAndEvents > .footer {
        margin-top: 5px;
        margin-bottom: 7px;
        font-size: 12px !important;
        overflow: visible;
    }

        .newsAndEvents > .footer > .author {
            float: left;
            margin-right: 5px;
            overflow: visible;
        }

            .newsAndEvents > .footer > .author > .image {
                float: left;
                width: 25px;
                height: 25px;
                border-radius: 13px;
            }

                .newsAndEvents > .footer > .author > .image.noProfilePic {
                    width: 20px;
                    height: 20px;
                    margin-top: -3px;
                    padding: 5px;
                    border-radius: 15px;
                    background-color: #eeeeee;
                }

            .newsAndEvents > .footer > .author > .name {
                float: left;
                margin-left: 9px;
                line-height: 23px;
                font-family: LatoBold, Arial, sans-serif;
            }

        .newsAndEvents > .footer > .date {
            float: left;
            line-height: 23px;
            font-family: LatoLight, Arial, sans-serif;
        }

        .newsAndEvents > .footer > .like {
            float: right;
            margin-top: 1px;
            font-size: 17px !important;
        }

            .newsAndEvents > .footer > .like .fa-heart {
                color: #3399cc;
            }

        .newsAndEvents > .footer > .comment {
            float: right;
            margin-top: 0px;
            margin-right: 7px;
            font-size: 18px !important;
            color: #8e92ab;
        }

            .newsAndEvents > .footer > .comment .count {
                display: inline-block;
                font-size: 14px !important;
                line-height: 15px;
            }

.newsOrEvent {
    width: 100%;
    padding-bottom: 60px;
}
    .newsOrEvent > .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 230px;
    }

        .newsOrEvent > .image > img {
            width: 100%;
            max-height: 230px;
        }

    .newsOrEvent > .title {
        width: 100%;
        margin-top: 9px;
        margin-bottom: 17px;
        font-family: LatoBold, Arial, sans-serif;
        font-size: 21px !important;
    }

    .newsOrEvent > .date {
        float: left;
        width: 100%;
        margin-bottom: 5px;
        font-size: 12px !important;
        text-align: right;
    }

    .newsOrEvent > .author {
        float: left;
        width: 75%;
        height: 30px;
        overflow: visible;
    }

        .newsOrEvent > .author > .image {
            float: left;
            width: 25px;
            height: 25px;
            border-radius: 13px;
        }

            .newsOrEvent > .author > .image.noProfilePic {
                width: 20px;
                height: 20px;
                margin-top: -3px;
                padding: 5px;
                border-radius: 15px;
                background-color: #eeeeee;
            }

        .newsOrEvent > .author > .name {
            float: left;
            margin-left: 9px;
            line-height: 23px;
            font-family: LatoBold, Arial, sans-serif;
        }

    .newsOrEvent > .tagContainer {
        float: left;
        width: 25%;
        height: 30px;
    }

        .newsOrEvent > .tagContainer > .tag {
            padding: 4px 2px;
            border-radius: 3px;
            text-align: center;
            line-height: 14px;
        }

            .newsOrEvent > .tagContainer > .tag.news {
                background-color: #015d9a;
                color: #ffffff;
            }

            .newsOrEvent > .tagContainer > .tag.event {
                background-color: #4fafe5;
                color: #ffffff;
            }

    .newsOrEvent > .description {
        float: left;
        width: 100%;
        max-height: 105px;
        margin-top: 12px;
        font-size: 13px;
        line-height: 20px;
    }

    .newsOrEvent > .readMore {
        float: right;
        margin-top: 5px;
        font-weight: bold;
    }

    .newsOrEvent > .confirmRead {
        float: left;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

        .newsOrEvent > .confirmRead > .btnConfirmRead {
            display: inline-block;
            position: relative;
            width: 153px;
            padding: 9px;
            background-color: #72b8f6;
            border-radius: 5px;
            font-family: LatoLight, Arial, sans-serif;
            color: #ffffff;
        }

            .newsOrEvent > .confirmRead > .btnConfirmRead.hasRead {
                background-color: green;
                opacity: 0.5;
                padding-left: 16px;
            }
                .newsOrEvent > .confirmRead > .btnConfirmRead:after {
                    content: "Confirm Read";
                    position: absolute;
                    left: 32px;
                }
                .newsOrEvent > .confirmRead > .btnConfirmRead.hasRead:before {
                    font-family: 'FontAwesome';
                    content: "\f00c";
                    position: absolute;
                    left: 16px;
                }
                .newsOrEvent > .confirmRead > .btnConfirmRead.hasRead:after {
                    content: "Confirmed Read";
                    position: absolute;
                    left: 40px;
                }

    .newsOrEventImg {
        margin: 0 -20px;
        width: calc(100% + 40px);
        max-height: 250px;
    }

    .newsOrEvent > .documentsWrapper {
        float: left;
        width: 100%;
        margin: 13px 0px 0px 0px;
        padding: 9px 0;
    }

        .newsOrEvent > .documentsWrapper > .documentsTitle {
            float: left;
            width: 100%;
            font-size: 17px !important;
            font-weight: bold;
            border-bottom: 1px solid #ebebeb;
            line-height: 35px;
        }

        .newsOrEvent > .documentsWrapper > .documents {
            float: left;
            width: 100%;
            overflow: visible;
        }

            .newsOrEvent > .documentsWrapper > .documents > .document {
                float: left;
                width: 100%;
                margin-top: 12px;
                overflow: visible;
            }

                .newsOrEvent > .documentsWrapper > .documents > .document > .fa {
                    margin-right: 5px;
                    margin-bottom: -4px;
                    font-size: 17px;
                }

    .newsOrEvent > .socialWrapper {
        float: left;
        width: 100%;
        margin: 13px 0px;
        padding: 9px 0;
        border-bottom: 1px solid #ebebeb;
    }

        .newsOrEvent > .socialWrapper > .commentsTitle {
            float: left;
            width: 90%;
            font-size: 17px !important;
            font-weight: bold;
        }

        .newsOrEvent > .socialWrapper > .icons {
            float: left;
            width: 69%;
        }

            .newsOrEvent > .socialWrapper > .icons > .fa {
                position: absolute;
                font-size: 22px !important;
                right: 15px;
                margin-top: -20px;
            }

            .newsOrEvent > .socialWrapper > .icons > .like.fa-heart {
                color: #3399cc;
            }

#ddlCommunicationGroup {
    float: left;
    width: 97%;
    margin: 1%;
    padding: 1%;
}

#communityPage .receivenotification {
    color: #fff;
    font-size: 18px !important;
    line-height: 50px;
}

#communityPage .communitypic {
    float: right;
    width: 30px;
    height: 30px;
    margin: 9px 5px;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
}

    #communityPage .communitypic.fa-image {
        padding: 2px;
        background-color: #f5f5f5;
        border: none;
        font-size: 21px !important;
        text-align: center;
        line-height: 30px;
        color: #cccccc;
    }

.community {
    float: left;
    position: relative;
    width: 87%;
    margin: 1% 4% 1% 4%;
    padding: 2%;
    padding-top: 16px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
    border-radius: 3px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05), 0 3px 5px 0 rgba(0, 0, 0, 0.0);
    overflow: visible;
}

    .community > .communitypic {
        float: left;
        width: 42px;
        height: 42px;
        margin-right: 10px;
        border-radius: 50%;
    }

        .community > .communitypic.fa-image {
            background-color: #b6b7c6;
            font-size: 25px !important;
            text-align: center;
            line-height: 44px;
            color: #ffffff;
        }

    .community > .title {
        float: left;
        width: 63%;
        height: 20px;
        font-size: 13px !important;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .community > .lastmessagetime {
        float: right;
        width: 80px;
        height: 20px;
        text-align: right;
        font-size: 11px !important;
        color: #3493ff;
    }

    .community > .lastmessage {
        float: left;
        width: 77%;
        height: 20px;
        margin-top: 5px;
        font-size: 11px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #a2a3b8;
    }
        .community > .lastmessage .fa {
            font-size: 13px;
        }
    
    .community > .receivenotification {
        position: absolute;
        bottom: 12px;
        right: 7px;
    }

    .community > .unreadcount {
        float: right;
        width: 15px;
        height: 15px;
        padding: 2px;
        background-color: #3493ff;
        border-radius: 50%;
        font-size: 10px !important;
        text-align: center;
        color: #ffffff;
        margin-top: 3px;
    }
/****************************News End************************************/

/****************************Comments Start************************************/
.comments {
	float: left;
	width: 95%;
	padding: 10px 10px 25px 10px;
}

    .comments > .comment {
        float: left;
        width: 100%;
        margin-bottom: 14px;
    }

        .comments > .comment:last-child {
            padding-bottom: 70px;
        }

        .comments > .comment .image {
            float: left;
            width: 34px;
            height: 34px;
            border-radius: 17px;
            object-fit: cover;
            object-position: center center;
        }

        .comments > .comment.commenter .image {
            float: right;
        }

        .comments > .comment .image.noProfilePic {
            width: 25px;
            height: 25px;
            padding: 5px;
            border-radius: 17px;
            background-color: #eeeeee;
        }

        .comments > .comment .textWrapper {
            float: left;
            max-width: 84%;
            margin-bottom: 6px;
            margin-left: 6px;
        }

        .comments > .comment.commenter .textWrapper {
            float: right;
            margin-right: 6px;
        }

        .comments > .comment .textWrapper .commentWrapper {
            position: relative;
            float: left;
            margin-bottom: 6px;
            padding: 14px;
            border-radius: 9px;
            background-color: #f5f5f5;
        }

        .comments > .comment.commenter .textWrapper .commentWrapper {
            float: right;
            background-color: aliceblue !important;
        }

		.comments > .comment .textWrapper .commentWrapper .commenter {
			float: left;
			width: 100%;
			font-weight: bold;
			margin-bottom: 3px;
			white-space: nowrap;
		}

        .comments > .comment .textWrapper .commentWrapper .quotedComment {
            float: left;
            width: 100%;
            margin: 10px 10px 10px -11px;
            padding: 10px;
            font-style: italic;
            background-color: #cccccc;
            border-radius: 10px;
            opacity: 0.5;
        }

		.comments > .comment .textWrapper .commentWrapper .comment {
			float: left;
			width: 100%;
			max-height: 123px;
			word-break: break-all;
		}

        .comments > .comment .textWrapper .commentWrapper .readMore {
            position: absolute;
            bottom: 8px;
            right: 24px;
            font-weight: bold;
        }

        .comments > .comment .textWrapper .footer {
            float: left;
            font-size: 12px !important;
            line-height: 18px;
            color: #8e92ab;
            clear: both;
        }

        .comments > .comment.commenter .textWrapper .footer {
            float: right;
        }

        .comments > .comment .textWrapper .footer > .action {
            color: #23527c;
        }

        .comments > .comment .textWrapper .footer > div {
            float: left;
            margin-left: 5px;
        }

        .unreadindicator {
            text-align: center;
            padding: 50px 5px;
        }
            .unreadindicator b {
                background-color: #fff !important;
                padding: 0 10px;
                position: absolute;
                z-index: 9;
            }
            .unreadindicator:before {
                content: " ";
                border-bottom: dashed 1px #333;
                position: absolute;
                margin-top: 10px;
                width: 100%;
                left: 0;
            }

.addComment {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 68px;
    background-color: #ffffff;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 -5px 6px 0 rgba(0, 0, 0, 0.05);
    z-index: 5;
}

    .addComment.hasReply {
        height: auto;
    }

        .addComment.hasReply > .replyToComment {
            width: 90%;
            margin: 5px auto;
            padding: 3%;
            background-color: #efefef;
            border-radius: 12px;
            border: 1px solid #cccccc;
            color: #9c9c9c;
            font-style: italic;
        }

    .addComment > .txtComment {
        position: absolute;
        border-radius: 2em;
        width: calc(100% - 66px) !important;
        height: 15px;
        margin: 7px;
        padding: 15px 40px 15px 15px;
        border: 0.1em solid #ddd;
        overflow: auto;
        resize: none;
    }

        .addComment > .txtComment.editing {
            background-color: #e7e7e7;
            border: 0.1em solid #ddd;
        }

        .addComment > .txtComment:focus {
            outline: none;
        }

    .addComment > .btnClear {
        position: absolute;
        bottom: 23px;
        right: 12%;
        font-size: 26px !important;
        color: #ccc;
    }

    .addComment > .btnComment {
        position: absolute;
        bottom: 21px;
        right: 6px;
        font-size: 34px !important;
        color: #ccc;
    }
/****************************Comments End************************************/

.folder {
    float: left;
    text-align: center;
    margin-left: 20px;
    cursor: pointer;
}

.navFile {
    text-align: center;
    height: 105px;
    font-size: 11px;
    word-wrap: break-word;
    line-height: 1;
}

#companyfiles {
    margin: 10px 0 0 -10px;
}

#divInfo {
    height: 15px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999999999999999;
    background-color: orange;
    color: black;
    display: none;
    text-align: center;
    font-size: 10px;
    vertical-align: middle;
    margin-bottom: -7px;
}

#divUnsavedChanges {
    height: 15px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999999999999999;
    background-color: orange;
    color: black;
    display: none;
    text-align: center;
    font-size: 11px !important;
    vertical-align: middle;
    margin-bottom: -7px;
}

.AddClient {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    background-color: #4fafe5 !important;
    color: white;
    cursor: pointer;
    font-weight: 300;
}

.deleteClient {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    background-color: red !important;
    color: white;
    cursor: pointer;
    font-weight: 300;
}

.fc-day-number {
    font-size: 7px;
}

.fc-title {
    font-size: 9px;
}

.fc .fc-toolbar > * > * {
    height: 18px;
    font-size: 9px;
    line-height: 22px;
}

.fc button .fc-icon {
    font-size: 9px;
}

.fc-day-grid-event .fc-content {
    white-space: normal !important;
    font-size: 9px;
    line-height: 9px;
    padding: 0;
    text-align: center;
}

.fc-day-header {
    font-size: 10px;
    color: #4fafe5 !important;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 55px !important;
}

.category-usage {
    clear: both;
    border: solid 1px #ebebeb;
    margin: 10px 0;
    padding: 5px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05), 0 3px 5px 0 rgba(0, 0, 0, 0.0);
    border-radius: 3px;
}

    .category-usage .circle-chart__circle {
        animation: circle-chart-fill 2s reverse; /* 1 */
        transform: rotate(-90deg); /* 2, 3 */
        transform-origin: center; /* 4 */
    }

    .category-usage svg {
        float: left;
    }

.category-details {
    float: left;
    width: calc(100% - 80px);
    padding-left: 5px;
}

    .category-details h2 {
        padding-top: 5px;
        line-height: 20px;
        font-size: 13px !important;
        color: #23527c;
    }

    .category-details h5 {
        line-height: 25px;
        font-size: 12px !important;
        font-weight: normal;
    }


.profileSection {
    margin-top: 0;
}

.employeeDetails {
    float: left;
    width: 100%;
    margin-left: 1%;
    text-align: center;
}

    .employeeDetails .employeeName {
        font-weight: bold;
        font-size: 20px;
        margin-top: 10px;
        color: #f71735;
    }

    .employeeDetails .companyName {
        font-weight: 700;
        font-size: 12px;
        color: #011627;
        line-height: 20px;
    }

    .employeeDetails .contactId {
        font-weight: normal;
        font-size: 10px;
        color: #a5a5a5;
    }

.invoice-table tr.label {
    font-weight: bold;
}

.invoice-table td {
    padding: 2px 4px;
    text-transform: capitalize;
    line-height: 17px;
}

    .invoice-table td:nth-child(2) {
        text-align: right;
    }

    .invoice-table td:nth-child(3) {
        text-align: right;
    }

.invoice-table tfoot td {
    text-align: right;
    font-size: 13px;
}

.invoice-table thead td {
    font-size: 13px;
    margin-top: 10px;
}

#dashboardinvoices {
    margin: 0 -7px 0 -67px;
}

.invoiceDetails .row .label {
    width: 30%;
}

.invoiceDetails .row .control {
    width: 60%;
    line-height: 40px;
    font-size: 13px;
}

.invoiceDetails .button {
    width: 40%;
}

.invoiceDetails a[data] {
    text-decoration: none;
    color: #666;
}

.invoiceDetails a img {
    vertical-align: sub;
}

.selectType {
    position: absolute;
    top: 65px;
    left: 50%;
    z-index: 999;
    width: 90%;
    padding: 12px;
    transform: translate(-50%, 0);
    border: solid 1px #ccc;
    border-radius: 10px;
}

@media only screen and (max-width: 360px) {
    * {
        font-size: 98% !important;
    }

    .tabWrapper * {
        font-size: 75% !important;
    }

    .calendarContainer * {
        font-size: 102% !important;
    }

    .pmu-days .pmu-button {
        font-size: 110% !important;
    }

    .buttonWrapper {
        font-size: 9px !important;
    }

        .buttonWrapper .fa {
            font-size: 18px !important;
        }
}

.attachments .label {
    margin: 15px 0 0 0 !important;
}

.control.uploadLinks {
    width: 100% !important;
    padding-right: 0 !important;
}

    .control.uploadLinks .buttons {
        display: flex;
        width: 100%;
        justify-content: center;
        text-align: center;
    }

        .control.uploadLinks .buttons .link {
            display: inline-block;
            width: 52px;
            height: 52px;
            padding: 5px;
            margin: 13px;
            background-color: #ffffff;
            color: #23527c;
            border-radius: 10px;
            text-decoration: none;
        }

            .control.uploadLinks .buttons .link .icon {
                display: block;
                float: left;
                width: 100%;
                margin: 5px 0 2px 0;
                font-size: 20px !important;
            }

            .control.uploadLinks .buttons .link .text {
                display: block;
                width: 100%;
                margin-top: 14px;
                font-size: 12px !important;
                font-weight: bold;
            }

    .control.uploadLinks .documentsToUpload {
        width: 100%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        margin-left: 0.8rem;
        text-align: left;
    }

        .control.uploadLinks .documentsToUpload > span {
            display: block;
            width: 100%;
            margin-bottom: 0.7rem;
        }

            .control.uploadLinks .documentsToUpload > span .fa {
                margin-right: 0.5rem;
                line-height: 14px;
                color: #ff7a7a;
            }

    .control.uploadLinks .saveRecordFirst {
        text-align: center;
    }

/*NEW CSS*/
#Rectangle_12 {
    fill: rgba(255,255,255,1);
    width: 100%;
}

.Rectangle_12 {
    filter: drop-shadow(0px -3px 25px rgba(20, 22, 74, 0.102));
    transform: translate3d(0,0,0);
    position: absolute;
    overflow: visible;
    width: 100%;
    height: 158px;
    left: 0px;
    top: 0px;
}

.popupOptionsWrapper {
    top: 40px;
    padding-top: 0;
}

    .popupOptionsWrapper .popupHeader {
        margin: -25px 0 0 0;
        padding-left: 0;
        padding-right: 0;
        height: 200px;
        text-align: center;
    }

        .popupOptionsWrapper .popupHeader .maincontainer {
            position: absolute;
            top: 100px;
        }

        .popupOptionsWrapper .popupHeader .summaryheader {
            width: 350px;
            background-color: white;
        }

.headericonleft {
    width: 10% !important;
}

    .headericonleft .icon {
        float: left !important;
    }

.headericonright {
    position: absolute;
    right: -10px;
}

.headercompanyname {
    width: 65%;
}
    .headercompanyname .title {
        color: white;
        margin-left: 20%;
        text-align: center;
        height: 40px;
        padding-top: 10px;
    }

#Group_1 {
    position: absolute;
    width: 20px;
    height: 12px;
    overflow: visible;
    cursor: pointer;
}

#Line_1 {
    fill: transparent;
    stroke: rgba(255,255,255,1);
    stroke-width: 2.5px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Line_1 {
    overflow: visible;
    position: absolute;
    width: 12px;
    height: 2.5px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

#Line_2 {
    fill: transparent;
    stroke: rgba(255,255,255,1);
    stroke-width: 2.5px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Line_2 {
    overflow: visible;
    position: absolute;
    width: 20px;
    height: 2.5px;
    left: 0px;
    top: 6px;
    transform: matrix(1,0,0,1,0,0);
}

#Line_3 {
    fill: transparent;
    stroke: rgba(255,255,255,1);
    stroke-width: 2.5px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Line_3 {
    overflow: visible;
    position: absolute;
    width: 12px;
    height: 2.5px;
    left: 0px;
    top: 12px;
    transform: matrix(1,0,0,1,0,0);
}

#Rectangle_2 {
    fill: rgba(20,22,74,1);
    width: 100%;
}

.Rectangle_2 {
    filter: drop-shadow(0px 3px 25px rgba(20, 22, 74, 0.102));
    transform: translate3d(0,0,0);
    position: absolute;
    overflow: visible;
    width: 100%;
    height: 100px;
    left: 0px;
    top: 0px;
}

.dashboardcharts {
    display: flex;
    position: absolute;
    top: 0;
    left: 8px;
    width: 90%;
    padding-bottom: 10px;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.051));
    z-index: 9;
}

    .dashboardcharts .separater {
        width: 3px;
        height: 90px;
        margin-top: 31px;
        background-color: #f3f3f6;
    }

    .dashboardcharts .chartwrapper {
        width: unset;
        float: unset;
        margin: 0 auto;
        display: inline-block;
        position: relative;
    }

        .dashboardcharts .chartwrapper div:nth-child(2) {
            margin-top: -12px;
        }

    .dashboardcharts .chartpercentage {
        width: 100px;
        height: 22px;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -65%);
        font-size: 18px !important;
        font-weight: bold;
    }

        .dashboardcharts .chartpercentage .percent {
            font-size: 13px !important;
            font-weight: bold;
        }

#appversion {
    color: #ccc;
    font-size: 12px;
}

#companyname {
    font-size: 12px;
    letter-spacing: 0.15px;
    font-weight: 500;
}

#Group_15 {
    position: absolute;
    width: 335px;
    display: inline-block;
    margin-left: -168px;
    top: 0px;
    overflow: visible;
}

#Todays_Shifts__1250_hrs {
    opacity: 0.5;
    left: 102px;
    top: 0px;
    position: absolute;
    overflow: visible;
    width: 133px;
    white-space: nowrap;
    text-align: center;
    font-family: SVN-Gilroy, Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(20,22,74,1);
    letter-spacing: 0.15px;
}

#Todays_Shifts_Day_Total {
    opacity: 0.5;
    left: 102px;
    top: 0px;
    position: absolute;
    overflow: visible;
    width: 133px;
    white-space: nowrap;
    text-align: center;
    font-family: SVN-Gilroy, Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(20,22,74,1);
    letter-spacing: 0.15px;
}

#Path_19 {
    opacity: 0.1;
    fill: transparent;
    stroke: rgba(20,22,74,1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Path_19 {
    overflow: visible;
    position: absolute;
    width: 90.666px;
    height: 1px;
    left: 0px;
    top: 9.5px;
    transform: matrix(1,0,0,1,0,0);
}

#Path_20 {
    opacity: 0.1;
    fill: transparent;
    stroke: rgba(20,22,74,1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Path_20 {
    overflow: visible;
    position: absolute;
    width: 90.666px;
    height: 1px;
    left: 244.334px;
    top: 9.5px;
    transform: matrix(1,0,0,1,0,0);
}

.comments .clientinfo {
    margin: 0;
}

.comments .clientinfoaction {
    margin: 10px 0 10px 0;
    border: 1px solid #0d7fc1;
    color: #0d7fc1;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    padding: 5px;
}

    .ui-content .shiftcontainer {
        clear: both;
        background-color: white;
        border-radius: 10px;
        margin: 20px;
        padding: 5px 18px;
        filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.051));
        transform: translate3d(0,0,0);
        height: auto;
    }

.serviceRequest, .serviceRequest .heading, .serviceRequest .client, .serviceRequest .dateTime, .serviceRequest .time {
    color: #14164A !important;
}

    .serviceRequest.header {
        position: relative !important;
        width: 100% !important;
        height: 20px !important;
        margin: 27px 0 0 0 !important;
        text-align: center !important;
        background-color: transparent !important;
        font-family: SVN-Gilroy, Lato, Arial, sans-serif;

        display: table;
        white-space: nowrap;
        left: auto !important;
    }
        .serviceRequest.header span {
            font-weight: bold;
            position: absolute;
            z-index: 2;
            background-color: #f6f7fb;
            padding: 0 10px;
            color: #8688a4;
            left: 50%;
            transform: translate(-50%, 0);
        }
        .serviceRequest.header:before {
            content: "";
            display: table-cell;
            position: absolute;
            top: 6px;
            width: 100%;
            border-top: dotted 1px #ccc;
            z-index: 1;
        }

.ui-content.timesheet {
    margin-bottom: 0;
    padding: 10px;
}

ui-content.invoiceDetails {
    margin-bottom: 0;
}

#timesheetPage .serviceRequest {
    background-color: white;
    margin: 0;
}

.ui-content .row {
    height: unset;
    line-height: 25px;
    margin: 0 0 8px 0;
    padding: 0 0 17px 0;
    border-bottom: 1px solid #d2d2d2;
}

#leaveDetailsPage .ui-content > .row:not(:last-child) {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d2;
}

#leaveDetailsPage .ui-content > #divPartDay {
    padding: 13px 0 6px 0;
}

    #timesheetPage .ui-content .row.twoLines, #leaveDetailsPage .ui-content .row.twoLines {
        width: 98%;
    }

#timesheetPage .serviceRequest .dateTime {
    width: 100%;
    margin-top: 8px;
}

    #timesheetPage .serviceRequest .dateTime .time {
        padding-left: 18px !important;
        margin: 3px;
    }
    #timesheetPage .serviceRequest .dateTime .hrs {
        padding-left: 6px;
    }
    #timesheetPage .serviceRequest .dateTime .traveldist {
        float: right;
    }

#timesheetPage .serviceRequest div.comments {
    background-color: #F1F2F6;
    border-radius: 10px;
    padding: 10px;
    line-height: 18px;
    margin: 10px 0 10px -7px;
}

.form-group {
    margin-bottom: 0px;
}

    .form-group label {
        font-weight: bold;
        display: inline-block;
        width: 125px;
        float: left;
        max-width: 100%;
        color: #23527c;
    }
    .twoLines .form-group label {
        width: 95%;
    }
    .text_boxes {
        float:left;
    }
    .form-group .form-control, .control .form-control {
        display: block;
        float: left;
        width: calc(100% - 135px);
        height: 30px;
        padding: 0;
        font-size: 12px !important;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.serviceRequest.leave.header {
    float: right !important;
    width: 38% !important;
    height: unset;
    text-align: right;
    border-bottom: unset;
    font-weight: normal;
}

.serviceRequest.leave .comments {
    margin-left: 7px;
}

.inputPage .calendarContainer .pickMeUpCalendar .pickmeup {
    background-color: white !important;
    border-radius: 10px;
    filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.051));
    transform: translate3d(0,0,0);
}

.calendarContainer .pmu-button {
    color: #14164A !important;
}

.pickMeUpCalendar .pmu-selected, .pickMeUpCalendar .pmu-today {
    background-color: #85BEE0;
    color: white !important;
}

.popupOptionsWrapper {
    background-color: transparent;
    -webkit-overflow-scrolling: touch;
}

    .popupOptionsWrapper .summaryheader {
        text-align: center;
        margin-top: 85px;
    }

        .popupOptionsWrapper .summaryheader .popupSummarySubHeading {
            margin: 10px 0 0 0;
            color: #827e7e;
        }

#popupSummaryPage .popupOptionsWrapper .popupSummary .summaryLabel {
    float: left;
    padding: 18px 0px 0px 15px;
    width: 25%;
}

#popupSummaryPage .popupOptionsWrapper .popupSummary .summaryData {
    float: right;
    width: 65%;
    padding: 18px 15px 0px 0px;
    text-align: right;
    color: #827e7e;
}

#popupSummaryPage .popupOptionsWrapper .popupSummary .maincontainer hr {
    padding-top: 10px;
}

#popupSummaryPage .popupOptionsWrapper .popupSummary .maincontainer .SummaryAction {
    text-align: center;
    margin-top: 15px;
    height: 35px;
    padding-top: 10px;
    overflow: visible;
    width:100%;
}

    #popupSummaryPage .popupOptionsWrapper .popupSummary .maincontainer .SummaryAction a {
        padding: 10px 15px;
        border: 1px solid #0D7FC1;
        color: #0D7FC1;
        width: 83%;
        display: inline-block;
        border-radius: 10px;
        text-decoration: none;
        text-align: left;
    }
    #popupSummaryPage .popupOptionsWrapper .popupSummary .maincontainer .SummaryAction span {
        padding-right: 8px;
        margin-top: 3px;
    }

#popupPage .popupWrapper, #popupPage .popupContent {
    background: #F5F7FF;
    margin-bottom: 30px;
    margin-top:0;
}

.popupContent .serviceRequest {
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 15px;
    filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.051));
    transform: translate3d(0,0,0);
    background-color: white;
}

    .popupContent .serviceRequest .client {
        font-size: 15px;
    }

    .popupContent .serviceRequest .dateTime {
        font-size: 12px;
    }

    .popupContent .serviceRequest .comments {
        -font-size: 10px;
        -color: #14164A;
    }

        .popupContent .serviceRequest .comments .fa {
            font-size: 9px;
        }

#divDashboard .employeeDetails div {
    margin-bottom: 5px;
}

#divDashboard .balancescharts {
    width: 100%;
    padding: 0 !important;
}

.tiles {
    margin-top: 15px;
}

#invoicePage .tiles {
    margin-left: 8px;
}

.tiles .tile {
    width: 40%;
    height: 65px;
    float: left;
    margin: 5px 6px;
    background: rgba(224,240,255,1);
    border-radius: 3px;
    padding: 12px 10px;
}

        .tiles .tile h2 {
            padding-top: 5px;
            line-height: 20px;
            font-size: 12px !important;
            color: #72B8F6;
        }

        .tiles .tile h5 {
            line-height: 25px;
            font-size: 18px !important;
            color: #23527c;
        }

        .tiles .tile .sml {
            font-size: 11px !important;
        }

    .tiles .tile:not(period) {
        float: left;
        width: 33%;
        text-align: center;
        background-color: white;
        border-right: 1px solid lightgray;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        padding-top: 15px;
    }

    .tiles .tile.used {
        border: 0;
    }

#divDashboard .tiles {
    filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.051));
    transform: translate3d(0,0,0);
    border-radius: 10px;
    width: calc(100% - 15px);
}

.tiles .tile.period {
    float: left;
    width: 90%;
    text-align: center;
    background-color: rgba(137, 138, 164, 0.1);
    border-radius: 10px;
    margin-top: 10px;
    border: 0;
    margin: 0 auto;
    float: none;
}

#divDashboard .maincontainer {
    width: calc(100% - 37px);
    padding-left: 0;
    padding-right: 0;
    filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.051));
    transform: translate3d(0,0,0);
    text-align: center;
}

#divDashboard .maincontainer .profilePicture {
    margin-left: 15px;
}

.tiles .tile h5, .tiles .tile h2 {
    font-weight: unset;
    color: #14164A;
}

.category-usage svg {
    float: right;
}

.bar_group.charts {
    margin-top: 200px;
}

    .bar_group.charts .category-usage {
        background-color: white;
        border-radius: 10px;
        padding: 10px;
        filter: drop-shadow(0px 2px 7px rgba(0, 0, 0, 0.051));
        transform: translate3d(0,0,0);
    }
    #serviceRequestsPage .bar_group.charts .category-usage {
        width: calc(100% - 40px);
    }
.category-details h2 {
    color: #14164A;
}

.dashboardinvoices .shiftcontainer {
    margin-left: 0;
    margin-right: 0;
}

    .dashboardinvoices .shiftcontainer .serviceRequest {
        float: unset !important;
    }

        .dashboardinvoices .shiftcontainer .serviceRequest.leave.header {
            float: unset !important;
            text-align: left !important;
        }

        .dashboardinvoices .shiftcontainer .serviceRequest.Invoice {
            border: 0 !important;
            width: calc(98% - 20px) !important;
        }

.row .label {
    color: #14164A;
    font-size: 12px;
}

.tsheader {
    float: left;
    font-family: SVN-Gilroy, Lato, Arial, sans-serif;
    font-size: 15px !important;
    width: 90%;
    line-height: 50px;
    font-weight: bold;
    color: #44AAD0;
}

.row .control, .row.twoLines .control {
    float: right;
    text-align: right;
    padding-right: 10px;
    width: 50%;
}

.ui-content.invoiceDetails {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 14px;
}

.invoiceDetails table {
    background-color: white;
    border-radius: 10px;
}

.invoice-table thead tr.label {
    font-weight: normal;
    font-size: 14px;
}

.invoiceDetails table thead, .invoiceDetails table tbody, .invoiceDetails table tfoot {
    color: #14164A;
}

#divDashboard {
    background-color: transparent;
    width: 100%;
    margin: 10px auto 0 10px;
    z-index: 9;
}

    #divDashboard > .title {
        position: relative;
        margin-top: 160px;
        padding-top: 20px;
        text-align: center;
    }

#userOptions .popupOptions {
    background-color: #F9FAFE;
}

    #userOptions .popupOptions h1 {
        text-align: center;
        margin: 0;
        padding: 0;
        margin-top: 10px;
    }

.btnApply {
    background: #64B264 !important;
}

.btnLogout {
    background: #FF5858 !important;
}

#userOptions input {
    border: 1px solid #14164A;
    font-family: SVN-Gilroy, Lato, Arial, sans-serif;
    font-size: 12px;
    width: 75%;
}

.button {
    font-size: 14px;
}

.noshifts {
    height: 30px;
    width: calc(100% - 24px);
    margin-left: 23px;
    background-color: white;
    border-radius: 10px;
    filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.051));
    transform: translate3d(0,0,0);
    color: rgba(20,22,74,.4);
    font-size: 12px;
    padding-top: 15px;
    text-align: center;
}
.category-details h2, .category-details h5 b {
    font-weight: normal;
    color: #14164A;
}

.serviceRequest .dateTime, .serviceRequest .heading {
    font-size: 13px !important;
}
    .serviceRequest .dateTime .time {
        position: relative;
        font-weight: 700;
        padding-left: 21px !important;
        margin-top:5px;
        height:18px;
        line-height:18px;
    }
.serviceRequest.timesheets.header {
    margin: 0 0 20px 0;
    padding: 0;
}

.serviceRequest .comments {
    width:95%;
}

#incidentPage #itemlist .shiftcontainer .serviceRequest.leave.header {
float:left!important;
text-align:left;
width:100%!important;
}

.ui-content.form .formContainer h3.panel-title {
    font-size: 14px !important;
    font-family: SVN-Gilroy, Lato, Arial, sans-serif !important;
    color: #14164A;
}
.ui-content.form h5.panel-title {
    background-color: #14164A;
    font-size: 14px !important;
}
.ui-content.form .formContainer .panel-body .form-group .control-label {
    font-family: SVN-Gilroy, Lato, Arial, sans-serif !important;
    color: #14164A;
    font-size:12px;
    font-weight:normal;
}
.formContainer input, .formContainer select, .formContainer textbox, .formContainer .form-control-static {
    font-size: 12px!important;
}
.ui-content.form .formContainer .panel-body .form-group > div textarea {
    font-size: 12px !important;
}
.form-group {
font-size:12px;
}
.popupHeading.title {
    margin-left:0;
}
.timesheet .task {
    border: 0;
    background-color: white;
    box-shadow: none;
    font-size: 12px;
    margin: 0;
}

.TaskProgress {
    display: none;
}

.TaskComments {
    display: none;
}

.Goal label {
    font-weight: bold !important;
    color: #23527c;
}

.TaskName {
    width: 100% !important;
    padding-left: 20px;
}

.Task .TaskName:before {
    content: "\f024";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    position: absolute;
    margin: 7px -17px;
}

.Tasks .TaskName b {
    margin-left: -18px;
}

textarea.ShiftNotes {
    font-size: 14px !important;
    line-height: 20px !important;
}

.pminvstm .table-bordered {
    border-collapse: collapse;
    margin-top: 15px;
    margin-left: -4px;
}

    .pminvstm .table-bordered tr td {
        border: none;
    }

    .pminvstm .table-bordered tr:first-child td {
        border: none;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px rgb(197, 213, 241);
        font-weight: bold;
        background-color: #fff !important;
    }

    .pminvstm .table-bordered tr:nth-child(odd) td {
        background-color: #f6f4fb;
    }

    .pminvstm .table-bordered tr:first-child td {
        border: none;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px rgb(197, 213, 241);
        font-weight: bold;
        background-color: #fff !important;
    }

    .pminvstm .table-bordered tr td:nth-child(4), .pminvstm .table-bordered tr td:nth-child(5) {
        text-align: right;
    }

/* CSS For Calendar ----------------------------------------------------------------------------*/

#monthsCalender ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    #monthsCalender ul li {
        float: left;
        margin-right: 10px;
    }

.search {
    padding-right: 60px;
    box-sizing: border-box;
}

.bordered-content .search .shiftsFilterIcon {
    position: absolute;
    right: 30px;
    top: 0;
    height: 100%;
    margin: 0;
    width: 40px;
    display: block;
    border: none;
    text-align: center;
}

    .bordered-content .search .shiftsFilterIcon + .shiftsFilterIcon {
        right: 0;
    }

    .bordered-content .search .shiftsFilterIcon .fa {
        position: static;
    }

#serviceRequestsPage .ui-content.serviceRequests {
    top: 120px;
}

.br-header-dates {
    position: absolute;
    top: 75px;
    width: 90%;
    left: 5%;
    overflow: visible;
}

.br-month-view, .br-days-view {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1111;
    width: 100%;
}

.br-header-dates * {
    overflow: visible;
}

.search.br-search {
    overflow: visible;
}

    .search.br-search .dropdown-menu a {
        display: block !important;
        margin: 0;
        padding: 5px;
        text-align: center;
        padding: 10px;
        text-align: center;
        position: static;
        text-decoration: none;
        font-family: SVN-Gilroy, Lato, Arial, sans-serif;
    }

.bordered-content .search.search.br-search .shiftsFilterIcon {
    overflow: visible;
    cursor: pointer;
}

    .bordered-content .search.search.br-search .shiftsFilterIcon .dropdown-menu {
        width: 200px;
        background: white;
        right: 0;
        position: absolute;
        top: 100%;
        display: none;
    }

    .bordered-content .search.search.br-search .shiftsFilterIcon .dropdown.open .dropdown-menu {
        display: block;
    }

    .bordered-content .search.search.br-search .shiftsFilterIcon .dropdown-menu li {
        border-bottom: solid 1px #ccc;
    }

    .bordered-content .search.search.br-search .shiftsFilterIcon button {
        background: transparent;
        border: none;
        padding: 0;
        margin: 0;
    }

.bordered-content .br-header-dates .br-month-view {
    display: none;
}

.bordered-content .br-header-dates .br-days-view {
    display: none;
}

.shifts-calendar-ui-content {
    position: absolute;
    height: calc(100% - 150px);
    width: 100%;
    overflow: auto;
    top: 80px;
    overflow-x: hidden;
}

    .shifts-calendar-ui-content > .br-header-dates, .shifts-calendar-ui-content > #divDashboard {
        position: static;
        overflow: hidden;
    }

    .shifts-calendar-ui-content .br-month-view, .br-days-view {
        position: static;
        margin-left: 5%;
        display: flex;
        justify-content: center;
    }

.bordered-content .shifts-calendar-ui-content .br-header-dates .br-month-view .lightpick.lightpick--1-columns.lightpick--inlined .lightpick__inner .lightpick__months .lightpick__month .lightpick__month-title-bar .lightpick__month-title .lightpick__select.lightpick__select-years {
    display: none;
}

.bordered-content .shifts-calendar-ui-content .br-header-dates .br-month-view .lightpick.lightpick--1-columns.lightpick--inlined .lightpick__inner .lightpick__months .lightpick__month .lightpick__month-title-bar .lightpick__month-title .lightpick__select.lightpick__select-months {
    color: #0384fc;
    cursor: pointer;
}

.bordered-content .shifts-calendar-ui-content .br-header-dates .br-month-view .lightpick.lightpick--1-columns.lightpick--inlined .lightpick__inner .lightpick__months .lightpick__month .lightpick__days .lightpick__day.is-available.is-today {
    background-color: #0384fc;
    border-radius: 50%;
    color: white;
}

.bordered-content .shifts-calendar-ui-content .br-header-dates .br-month-view .lightpick.lightpick--1-columns.lightpick--inlined .lightpick__inner .lightpick__months .lightpick__month .lightpick__month-title-bar .lightpick__toolbar > button {
    background-color: white;
    font-size: 15px;
    font-weight: bold;
}

.bordered-content .shifts-calendar-ui-content .br-header-dates .br-month-view .shift-months-swiper {
    z-index: 99999;
    padding: 5px;
    color: #000;
    font-family: system-ui, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.125em;
}

.bordered-content .shifts-calendar-ui-content .br-header-dates .br-month-view .lightpick.lightpick--1-columns.lightpick--inlined .lightpick__inner .lightpick__months .lightpick__month .lightpick__month-title-bar {
    display: none;
}

.br-month-view[style="display: block;"] {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap !important;
    align-items: flex-start;
    align-items: center;
}

.bordered-content .shifts-calendar-ui-content .br-header-dates .br-month-view .shift-month-cal-box .swiper.ssmonthcalendar.shift-months-swiper {
    max-width: 287px;
    overflow: hidden;
    border: none;
    padding: 5px;
    margin-bottom: 10px;
}

.bordered-content .shifts-calendar-ui-content .br-header-dates #tmpShowRange {
    padding: 10px;
    margin-left: 30px;
    font-weight: 600;
    color: dimgrey;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bordered-content .shifts-calendar-ui-content .br-header-dates .br-month-view .shift-month-cal-box .swiper.ssmonthcalendar.shift-months-swiper .swiper-slide.month-box {
}

    .bordered-content .shifts-calendar-ui-content .br-header-dates .br-month-view .shift-month-cal-box .swiper.ssmonthcalendar.shift-months-swiper .swiper-slide.month-box .month-name {
        border: none;
        padding: 5px;
        color: #4d4d4d;
        cursor: pointer;
        font-weight: bold;
    }

    .bordered-content .shifts-calendar-ui-content .br-header-dates .br-month-view .shift-month-cal-box .swiper.ssmonthcalendar.shift-months-swiper .swiper-slide.month-box .year-name {
        display: none;
        font-size: 10px;
    }

    .bordered-content .shifts-calendar-ui-content .br-header-dates .br-month-view .shift-month-cal-box .swiper.ssmonthcalendar.shift-months-swiper .swiper-slide.month-box.is-current-month .month-name {
        color: #0052cc;
    }

    .bordered-content .shifts-calendar-ui-content .br-header-dates .br-month-view .shift-month-cal-box .swiper.ssmonthcalendar.shift-months-swiper .swiper-slide.month-box.is-clicked-month .month-name {
        color: #0094cc;
    }

.bordered-content .shifts-calendar-ui-content .br-header-dates .br-days-view .swiper.sscalendar {
    width: 100%;
}

    .bordered-content .shifts-calendar-ui-content .br-header-dates .br-days-view .swiper.sscalendar .swiper-wrapper.week-calendar-wrapper .swiper-slide.day-view-capsule {
        background-color: #d9d9d9;
        margin: 5px;
        padding-right: 5px;
        padding-left: 5px;
        width: 40px;
        height: 90px;
        border: none;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        cursor: pointer;
    }

        .bordered-content .shifts-calendar-ui-content .br-header-dates .br-days-view .swiper.sscalendar .swiper-wrapper.week-calendar-wrapper .swiper-slide.day-view-capsule.istoday {
            background-color: #00bfff;
            color: white;
        }

        .bordered-content .shifts-calendar-ui-content .br-header-dates .br-days-view .swiper.sscalendar .swiper-wrapper.week-calendar-wrapper .swiper-slide.day-view-capsule.isDateSelect {
            background-color: #0094cc;
            color: white;
        }

        .bordered-content .shifts-calendar-ui-content .br-header-dates .br-days-view .swiper.sscalendar .swiper-wrapper.week-calendar-wrapper .swiper-slide.day-view-capsule.is-clicked-date {
            background-color: #0094cc;
            color: white;
        }

        .bordered-content .shifts-calendar-ui-content .br-header-dates .br-days-view .swiper.sscalendar .swiper-wrapper.week-calendar-wrapper .swiper-slide.day-view-capsule .day-view-weekday {
            font-size: 10px;
        }

        .bordered-content .shifts-calendar-ui-content .br-header-dates .br-days-view .swiper.sscalendar .swiper-wrapper.week-calendar-wrapper .swiper-slide.day-view-capsule .day-view-date {
            font-size: 25px;
        }

        .bordered-content .shifts-calendar-ui-content .br-header-dates .br-days-view .swiper.sscalendar .swiper-wrapper.week-calendar-wrapper .swiper-slide.day-view-capsule .day-view-month {
            font-size: 10px;
        }

        .bordered-content .shifts-calendar-ui-content .br-header-dates .br-days-view .swiper.sscalendar .swiper-wrapper.week-calendar-wrapper .swiper-slide.day-view-capsule .day-view-year {
            display: none;
            font-size: 10px;
        }

        .bordered-content .shifts-calendar-ui-content .br-header-dates .br-days-view .swiper.sscalendar .swiper-wrapper.week-calendar-wrapper .swiper-slide.day-view-capsule .day-view-indicator {
        }

.bordered-content .shifts-calendar-ui-content .br-header-dates .br-month-view .lightpick.lightpick--1-columns.lightpick--inlined .lightpick__inner .lightpick__months .lightpick__month .lightpick__days .lightpick__day.is-available {
}

.bordered-content .shifts-calendar-ui-content .br-header-dates .br-days-view .swiper.sscalendar .swiper-wrapper.week-calendar-wrapper .swiper-slide.day-view-capsule.swiper-slide-active {
}

.bordered-content .shifts-calendar-ui-content .br-header-dates .br-month-view .lightpick.lightpick--1-columns.lightpick--inlined .lightpick__inner .lightpick__months .lightpick__month .lightpick__days .lightpick__day.month-shifts-indicator {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
