@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500');
/********************************************************************Common css***********************************************/
/************************************* Reset Styles ********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, div {
    vertical-align: top;
}

* {
    outline: none;
}

li, ol {
    list-style-type: none;
    list-style-image: none;
    list-style: none;
}

img {
    border: 0px;
}

textarea {
    resize: none;
}

    input:focus, select:focus, textarea:focus, button:focus {
        outline: none;
    }

a {
    text-decoration: none;
}

input, textarea, select, body {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
/************************************* Reset End Styles ********************************/
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .clearContainer:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .clearContainer:after {
    clear: both
}
/**************************************Grid End Styles*****************************/
/************************************* Common Styles ********************************/
.rightAlign {
    text-align: right;
}

.centerAligned {
    text-align: center;
}

.centeredBlock {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.fullWidth {
    width: 100%;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.posRelative {
    position: relative;
}

.absolutePos {
    position: absolute;
}

.textDecorationNone {
    text-decoration: none;
}

.textDecorationUnderline {
    text-decoration: underline;
}

.fontWeightBold {
    font-weight: bold;
}

.clearBoth {
    clear: both;
}

.clearRight {
    clear: right;
}

input, textarea, select, body, .smallTop a, .mainMenu a {
    color: #868686;
}

.showFade, .searchFieldHolder, .searchHolder, .totalAllication {
    transition: all linear 400ms;
    -moz-transition: all linear 400ms;
    -webkit-transition: all linear 400ms;
    -ms-transition: all linear 400ms;
}

body {
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
    -ms-transition: all linear 200ms;
}
/************************************* Common End Styles ********************************/
/************************************* Website Styles ********************************/
.searchActionBtn a:after, .searchEvent:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
/*************************************Login Page*****************************************/
.loginPage {
    background-color: #1d1f22;
    height: 100vh;
    padding: 50px 15px;
}

    .loginPage .safeArea {
        padding: 0;
    }

.logoHolder {
    width: 90px;
    margin: 0 auto;
    margin-bottom: 55px;
}

    .logoHolder img {
        width: 100%;
        display: block;
    }

.formRow {
    margin-bottom: 25px;
}

    .formRow .labelHolder {
        margin-bottom: 10px;
    }

        .formRow .labelHolder label {
            font-size: 15px;
            color: #ffffff;
        }

    .formRow .inputHolder {
        width: 100%;
        border-bottom: 2px solid #ffffff30;
    }

        .formRow .inputHolder input {
            width: 100%;
            border: 0 none;
            background-color: transparent;
            padding: 5px;
        }

.formSubmit input, .formSubmit a {
    display: block;
    text-align: center;
    color: #000000;
    background-color: #fff;
    border: 0 none;
    font-size: 14px;
    padding: 16px;
}

input {
    -webkit-appearance: none;
}

.pageHeader {
    background-color: #000;
    padding: 15px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.safeArea {
    padding: 0 15px;
}

.memberIimg {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

    .memberIimg img {
        max-height: 45px;
    }

.memberInfo {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.memberName {
    color: #fff;
    font-size: 17px;
}

.memberPosition {
    color: #808080;
    font-size: 12px;
}

.searchHolder {
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 15;
    left: 60%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.searchActionBtn {
    float: right;
    width: 23px;
    margin-left: 10px;
    margin-top: 9px;
}

.searchFieldHolder {
    float: right;
    width: 40%;
    opacity: 0;
}

.pageHeader .searchFieldHolder {
    height: 45px;
}

.searchActionBtn a {
    width: 23px;
    height: 23px;
    display: block;
    position: relative;
    color: #fff;
}

    .searchActionBtn a:after {
        content: "search";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 24px;
    }

.searchFieldHolder {
    padding: 10px;
    border: 1px solid #fff;
    box-sizing: border-box;
    background-color: #000;
}

.searchEvent {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    position: relative;
}

    .searchEvent:after {
        content: "search";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 24px;
        color: #fff;
    }

    .searchEvent input {
        border: 0 none;
        background-color: transparent;
        color: #fff;
    }

.searchField {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 28px);
}

    .searchField input {
        width: 100%;
        border: 0 none;
        background-color: transparent;
    }

.openSearch .searchActionBtn a:after {
    content: "close";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
}

.openSearch .searchFieldHolder {
    width: calc(100% - 33px);
    opacity: 1;
}

.openSearch .searchHolder {
    left: 15px;
}

.pageBody .safeArea {
    padding: 0;
}

.calendarList {
    padding: 15px;
    position: relative;
}

    .calendarList a {
        color: #000;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

    .calendarList .currentDate {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        text-align: center;
        color: #000;
        font-weight: bold;
    }

    .calendarList a.goPrevDate {
        left: 0;
    }

    .calendarList a.goNextDate {
        right: 0;
    }

.listHolder ul li {
    padding: 10px 15px;
    position: relative;
}

    .listHolder ul li:nth-child(2n+1) {
        background-color: #f2f2f2;
    }

    .listHolder ul li .listImg {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

        .listHolder ul li .listImg img {
            width: 50px;
            height: 50px;
            object-fit: cover;
            display: block;
        }

    .listHolder ul li .listInfo {
        display: inline-block;
        vertical-align: middle;
        width: 55%;
        position: relative;
    }

        .listHolder ul li .listInfo h2 {
            color: #000000;
            font-size: 13px;
            margin-bottom: 3px;
        }

        .listHolder ul li .listInfo h3 {
            color: #333333;
            font-size: 10px;
            margin-bottom: 3px;
        }

        .listHolder ul li .listInfo h4 {
            color: #808080;
            font-size: 10px;
        }

    .listHolder ul li .listAction {
        position: absolute;
        right: 10px;
        top: 50%;
        color: #000;
        transform: translateY(-50%);
    }

        .listHolder ul li .listAction a, .noOfHours {
            color: #000;
            display: inline-block;
            vertical-align: middle;
        }

.fullBtnLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}

.noOfHours {
    font-size: 10px;
}

.selectOptionHolder {
    background-image: url(../images/arrow-right.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 7px auto;
}

    .selectOptionHolder select {
        background-color: transparent;
        border: 0 none;
        font-size: 10px;
        padding-right: 15px;
        direction: rtl;
    }

        .selectOptionHolder select option {
            font-size: 10px;
            padding: 5px;
        }

.popupHolder {
    padding: 15px;
    text-align: center;
    display: none;
}

    .popupHolder h2 {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .popupHolder .popupText {
        color: #333333;
        font-size: 14px;
        margin-bottom: 35px;
    }

    .popupHolder .popupBtn a {
        background-color: #000;
        padding: 15px;
        color: #fff;
        text-align: center;
        display: block;
    }

.actionBtn {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
    z-index: 9;
}

    .actionBtn a {
        width: 45px;
        height: 45px;
        background-color: #ea0000;
        border-radius: 50%;
        display: block;
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        -webkit-box-shadow: 0px 2px 15px 0px rgba(130,130,130,1);
        -moz-box-shadow: 0px 2px 15px 0px rgba(130,130,130,1);
        box-shadow: 0px 2px 15px 0px rgba(130,130,130,1);
    }

.pageHeader h1 {
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.leftLink, .rightLink {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #fff;
}

.rightLink {
    left: auto;
    right: 15px;
}

.projectThumb {
    padding: 15px 0;
    text-align: center;
}

    .projectThumb img {
        width: 60px;
        display: inline-block;
        height: 60px;
    }

.projEntity {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

    .projEntity li {
        padding: 15px 0;
        margin: 0 15px;
        border-bottom: 1px solid #e5e5e5;
    }

        .projEntity li:last-child {
            border: 0 none;
        }

    .projEntity .listTitle {
        float: left;
        width: 35%;
        font-size: 12px;
        font-weight: 500;
        color: #000;
    }

    .projEntity .listField {
        float: right;
        text-align: right;
        width: 65%;
    }

        .projEntity .listField input[type="date"] {
            direction: rtl;
        }

            .projEntity .listField input[type="date"]::-webkit-clear-button, .projEntity .listField input[type="date"]::-webkit-calendar-picker-indicator {
                display: none;
            }

.listField input, .listField select, .listField {
    width: 100%;
    -webkit-appearance: none;
    border: 0 none;
    font-size: 12px;
    text-align: right;
    background-color: transparent;
}

    .listField.withArrow {
        background-image: url(../images/arrow-right.svg);
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 7px auto;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .listField select option {
        padding: 0 10px;
        direction: ltr;
    }

.listTitles .listTitle, .listTitles .listField {
    font-weight: bold;
    color: #000;
}

.EmplList.projEntity {
    border: 0 none;
}

    .EmplList.projEntity li {
        margin: 0;
        padding: 15px;
        border: 0 none;
    }

        .EmplList.projEntity li:nth-child(2n) {
            background-color: #f2f2f2;
        }

.totalAllication {
    padding: 16px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 3px;
    color: #94e8ff;
    font-weight: bold;
    background-color: #1d1f22;
    position: fixed;
    bottom: -60px;
    width: 100%;
    z-index: 12;
    box-sizing: border-box;
}

    .totalAllication.showOnScreen {
        bottom: 0;
    }

.uploadThumb {
    text-align: center;
    margin-top: 10px;
    position: relative;
}

    .uploadThumb input {
        width: 150px;
        opacity: 0;
    }

.uploadLink {
    position: absolute;
    left: 50%;
    top: 0;
    width: 150px;
    transform: translateX(-50%);
    color: #000;
    font-size: 10px;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
}

    .uploadLink .material-icons {
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        margin-right: 5px;
    }

.listLink a {
    background-image: url(../images/arrow-right.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 7px auto;
    padding-right: 10px;
    box-sizing: border-box;
    display: block;
    min-width: 30px;
    min-height: 14px;
    color: #000;
}

.bigLabel .listTitle {
    width: 50%;
}

.bigLabel .listField {
    width: 40%;
}

.stopJob a, .startJob a {
    color: #de0000;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

.teamListSearch.searchHolder {
    width: 100%;
    position: static;
    padding: 15px;
    box-sizing: border-box;
}

.teamListSearch .searchFieldHolder {
    opacity: 1;
    float: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.teamListSearch .searchEvent:after {
    color: #000;
}

.EmplSelectList .listImg {
    overflow: hidden;
}

.selectedEmployee i {
    opacity: 0;
    visibility: hidden;
}

.EmplSelectList li.selected .selectedEmployee i {
    opacity: 1;
    visibility: visible;
}

.pageHeader.employeesListPage, .employeesListPage .searchHolder.teamListSearch {
    position: fixed;
    left: 0;
    z-index: 14;
    width: 100%;
    top: 0;
}

.employeesListPage .searchHolder.teamListSearch {
    top: 86px;
    left: 0;
    right: auto;
    background-color: #fff;
}

.EmplSelectList {
    padding-top: 124px;
    position: relative;
    z-index: 1
}

.leftMenuHolder {
    position: fixed;
    top: 0;
    left: 100%;
}

.menuHolder {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

    .menuHolder a {
        color: #fff;
    }

body.menuOpen {
    transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    position: fixed;
    top: 0;
    width: 100%;
}

.leftMenuHolder {
    width: 150px;
    background-color: #333333;
    text-align: center;
    color: #fff;
    height: 100vh;
    padding: 15px 0;
}

    .leftMenuHolder ul li a {
        display: block;
        padding: 15px 0;
        color: #fff;
        font-size: 15px;
    }

.tabsLinksHolder {
    padding: 0 0 15px 0;
    background-color: #000;
}

    .tabsLinksHolder ul {
        width: 100%;
        display: inline-block;
    }

        .tabsLinksHolder ul li {
            width: 33.33%;
            float: left;
            text-align: center;
        }

    .tabsLinksHolder.tabs2 ul li {
        width: 50%;
    }

    .tabsLinksHolder ul li a {
        padding: 8px 0;
        display: block;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        color: #fff;
        font-size: 11px;
    }

    .tabsLinksHolder ul li:last-child a {
        border-right: 1px solid #fff;
    }

    .tabsLinksHolder ul li.selected a {
        background-color: #fff;
        color: #000;
    }

.jobType {
    color: #ea0000;
    font-size: 10px;
    font-weight: 500;
    margin-top: 5px;
}

.terminatedEmp a {
    font-size: 10px;
    color: #ea0000 !important;
}

.addEmpForm .totalAllication {
    bottom: 0;
    color: #b2b2b2;
    background-color: #f2f2f2;
}

.empGrid {
    margin-top: 15px;
}

    .empGrid tr th {
        padding: 10px 15px;
        font-size: 12px;
        color: #000;
    }

    .empGrid tr:nth-child(2n) td {
        background-color: #f2f2f2;
    }

    .empGrid tr td {
        text-align: center;
        width: 25%;
        padding: 0 15px;
        box-sizing: border-box;
        font-size: 11px;
        padding: 10px 15px;
    }

        .empGrid tr td:first-child, .empGrid tr th:first-child {
            text-align: left;
            width: 50%;
        }

.monthsChart {
    margin: 20px 0px;
}

    .monthsChart ul {
        width: 100%;
        display: inline-block;
    }

        .monthsChart ul li {
            float: left;
            width: 8.3%;
            text-align: center;
        }

            .monthsChart ul li .monthChartAll {
                height: 110px;
                background-color: #d9d9d9;
                width: 4px;
                display: inline-block;
                margin-bottom: 5px;
                margin-top: 15px;
                position: relative;
            }

            .monthsChart ul li .monthName {
                font-size: 10px;
                color: #656565;
            }

            .monthsChart ul li .monthAmount {
                color: #ea0000;
                transform: rotate(-90deg);
                font-size: 10px;
                text-align: left;
                font-weight:400;
            }

.monthChartProgress, .salaryChart {
    background-color: #000;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.salaryChart {
    background-color: green;
    display: block;
    width: 10px;
    position: absolute;
    left: 50%;
    height: 2px;
    margin-left: -5px;
}

.redColor {
    color: #ea0000;
}


input, select, textbox {
    -webkit-appearance: none;
}

.link a {
    color: #000;
}

.fullLabel .listTitle {
    width: 100%;
    float: none;
}

    .fullLabel .listTitle a {
        display: block;
    }

.forgotPass {
    text-align: right;
}

    .forgotPass a {
        color: #fff;
        display: block;
    }

.skipBtn {
    text-align: center;
    margin-top: 15px;
}

    .skipBtn a {
        text-decoration: underline;
        color: #ffffff
    }

        .skipBtn a:visited {
            text-decoration: underline;
            color: #ffffff;
        }

/***************SWITCH STYILES***************************/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.nocursor.switch {
    cursor: default;
    pointer-events: none;
}

.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 3px;
    bottom: 50%;
    margin-bottom: -5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #de0000;
}

input:focus + .slider {
    box-shadow: 0 0 1px #128577;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.invisible {
    visibility: hidden;
}

.slider.round {
    border-radius: 30px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.EmplList.projEntity .listField, .listField.withArrow select {
    direction: ltr;
}

.listAction .selectOptionHolder select {
    height: 80px;
    direction: ltr !important;
}

.listInfo a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.pageBody {
    padding-top: 65px;
    position: relative;
}

    .pageBody.noPad {
        padding-top: 54px;
    }

    .pageBody.morePad {
        padding-top: 75px;
    }

.terminatedEmp {
    top: 43%;
    position: absolute;
    right: 10px;
    color: #000;
}

.selectOptionHolder.goTeam {
    width: 15px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.absLink {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.listAction.selectedEmployee.terminatedEmp {
    top: 45%;
}

.projectImg {
    display: block;
    text-align: center;
    margin: 30px 0;
}

    .projectImg img {
        display: block;
        margin: 0 auto;
    }

.errorMsg {
    font-size: 10px;
    text-align: right;
    display: block;
    color: #de0000;
    margin-top: 10px;
    font-style: italic;
}



@media all and (max-width: 760px) {
    .listAction .selectOptionHolder select {
        height: 50px;
        direction: ltr !important;
    }

    .EmplSelectList {
        padding-top: 60px;
    }

    .selectOptionHolder.goTeam {
        width: 100px;
        height: 50px;
    }
}

/* Loader */
#loader-wrapper {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    opacity: 0.8;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    z-index: 1001;
    box-sizing: border-box;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000;
    -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0); /* IE 9 */
    transform: translateX(0); /* Firefox 16+, IE 10+, Opera */
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }
/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%); /* IE 9 */
    transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}
/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}
/* End Loader */
.invisible {
    visibility: hidden;
}

.listField.withArrow select {
    text-align: right !important;
}

.listHolder.clientList {
    padding-top: 60px;
}

form .pageBody.noPad {
    padding-top: 48px;
}

.listField.withArrow #ddlClient, .listField.withArrow #ddlHours {
    text-align: right !important;
    direction: rtl;
    padding-right: 3px;
}

.jobDetails .projEntity {
    border-bottom: none;
}

.tabsLinksHolder.tabs3 {
    padding: 0 15px 15px;
}

.tabsLinksHolder.tabs2 {
    padding-top: 20px;
}

.pageBody.jobDetails {
    padding-top: 30px;
    position: relative;
}

    .pageBody.jobDetails.noImageTop {
        padding-top: 50px;
    }

.errorHere {
    display: inline-block !important;
    color: red;
    font-size: 10px;
}

.addEmpForm .listField.withArrow select {
    direction: rtl;
}

.validationHolder {
    margin-top: 10px;
}

.projectListHolder tr th {
    color: #000000;
}

.tabsLinksHolder .safeArea {
    padding: 0 15px
}

.retainerspan {
    font-size: 11px;
    color: #de0000 !important;
}

.round {
    font-size: 13px;
    color: #656565;
    margin-bottom: 8px;
    display: block;
}

    .round:before {
        width: 10px;
        height: 10px;
        content: "";
        border-radius: 50%;
        font-size: 13px;
        display: inline-block;
    }

    .round.green:before {
        background-color: green;
    }

    .round.red:before {
        background-color: #ea0000;
    }
.leftMenuHolder ul li a.selected {
    color: #ea0000;
    font-weight: 500;
}
.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}
.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border-color:green;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-color: #de0000;
}
.greenColor {
    color:green;
}
.innerselect {
    min-height: 35px;
}
.innerselect select {
    text-align-last: center !important;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
}
.costval {
    font-size: 9px;
    color: #000;
    display: inherit;
    top: -15px;
    left: 8px;
    position: absolute;
}