﻿html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: auto;
    font-family: Calibri, Helvetica, Tahoma !important;
    font-size: 11pt;
    -webkit-font-smoothing: antialiased;
}

select {
    border: 1px solid #D1D9DC;
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 11pt;
    -webkit-appearance: none;
}

input {
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 11pt;
    /*-webkit-appearance: none;*/
}

#main_components_menu ul, #main_components_menu li {
    padding-bottom: 2px;
    line-height: 1 !important;
}

.sf-link:hover {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

.sf-button {
    background: #AFE6FC;
    cursor: pointer;
    margin-right: 5px;
}

    .sf-button.down {
        background: #F9DA82;
    }

    .sf-button:hover {
        background: #F9DA82;
    }

    .sf-button:disabled {
        background: #C9C9C9;
    }

.sf-menu {
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 18px;
    font-weight: bold;
}

div, input, select, button {
    box-sizing: border-box;
}

    div.right-arrow {
        background-image: url(../../app/images/arrowRightSmall.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 16px;
    }

    div.left-arrow {
        background-image: url(../../app/images/arrowLeftSmall.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 16px;
    }

    input.component-button {
        height: 100%;
        padding: 0px 20px 2px 10px;
        margin: 0px;
        background-color: transparent;
        color: black;
        border-width: 0px;
        cursor: pointer;
        display: none;
        font-family: Calibri, Helvetica, Tahoma;
        font-size: 16px;
        font-weight: bold;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

        input.component-button:hover {
            background-color: #75D4F4;
        }

#mainView {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    min-height: 500px;
    min-width: 700px;
}

#root {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#topMenu {
    height: 160px;
    width: 100%;
    white-space: nowrap;
}

#content {
    width: 100%;
    height: calc(100% - 160px);
}

#infoBar {
    width: 100%;
    height: 25px;
    background-color: #EAF9FE;
}

#weatherInfo {
    float: right;
    height: 25px;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #EAF9FE;
    padding-right: 40px;
}

#weatherInfoText {
    width: 100%;
    height: 25px;
    background-color: #EAF9FE;
}

#weatherInfoImage {
    width: 25%;
    height: 25px;
    background-color: #EAF9FE;
}

#logout {
    height: 27px;
    margin: 4px 4px 4px 10px;
    background-color: #ABE9FD;
    /*background-color: #E9F9FE;*/
    /*color: black;
    text-align: center;
    line-height: 27px;*/
    border-width: 0px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    background-image: url('../../app/images/logout.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}

#locationUp {
    height: 27px;
    border-width: 0px;
    background-color: white;
    margin: 4px 0px 4px 4px;
    padding: 0px;
    width: 30px;
    background-image: url('../../app/images/arrowUp.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

#locationSelect {
    color: black;
    text-align: center;
    line-height: 27px;
    height: 27px;
    border-width: 0px;
    padding: 0px 3px 0px 3px;
    background-color: white;
    margin: 4px 1px 4px 1px;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
    float: left;
}

#locationDown {
    height: 27px;
    border-width: 0px;
    background-color: white;
    margin: 4px 4px 4px 0px;
    padding: 0px;
    width: 30px;
    background-image: url('../../app/images/arrowDown.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.button-background-color {
    background-color: #ABE9FD;
    border: 1px solid #A0C2CE;
}

    .button-background-color:hover {
        background-color: #FFDA81;
    }

.create-button {
    background-color: white;
    border: 0px;
    height: 40px;
    color: #10A3CF;
}

    .create-button:hover {
        background-color: #FFDA81;
    }

.dialog-button-left-two-buttons {
    border: 1px solid #A1C3CF;
    background: #ADEAFD;
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 11pt;
    height: 25px;
    width: 50%;
}

    .dialog-button-left-two-buttons:disabled {
        background: #C9C9C9;
    }

.dialog-button-right-two-buttons {
    border: 1px solid #A1C3CF;
    background: #ADEAFD;
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 11pt;
    height: 25px;
    width: 50%;
}

    .dialog-button-right-two-buttons:disabled {
        background: #C9C9C9;
    }

.sf-componentmenu {
    height: 35px;
    width: 100%;
    background-color: #00ADEF;
    white-space: nowrap;
}

.sf-dropdown {
    border: 1px solid #D1D9DC;
    background-color: #FFFFFF;
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 15px;
}

.ui-dialog {
    padding: 0;
}

.no-title .ui-dialog-titlebar {
    display: none
}

.dialog-font-size {
    margin-left: -0.2em;
    margin-top: -0.2em;
    font-size: 3em;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 0;
    margin: 0;
}

.ui-dialog-buttonset {
    width: 100%;
    margin: 0;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0;
    border-radius: 0;
    border: 1px solid #A0C2CE;
}

.dialog-button {
    height: 32px;
    background: none repeat scroll 0 0 #ABE9FD !important;
}

    .dialog-button.mobile {
        font-size: 3em !important;
    }

    .dialog-button:hover {
        background: none repeat scroll 0 0 #FFDA81 !important;
    }

.jqx-grid-cell-wrap {
    white-space: nowrap !important;
}

.jqx-cell {
    white-space: nowrap !important;
}

#reporting .jqx-cell, #location-main .jqx-cell {
    border-color: transparent !important;
}

#reporting .jqx-cell {
    padding-top: 0px;
    padding-bottom: 0px;
}

#reporting .jqx-grid-table {
    font-size: 9pt;
}

input[type=button]:disabled {
    opacity: 0.4;
}

/*.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; // removes extra width in IE
}

.ui-button,
.ui-button:hover,
.ui-button:active {
	background: none repeat scroll 0 0 #FFDA81 !important;
	text-decoration: none;
}

 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:active {
	background: none repeat scroll 0 0 #FFDA81 !important;
	text-decoration: none;
}*/
/*
    jqx Filter
*/
.jqx-widget.jqx-menu.jqx-menu-vertical.jqx-widget-content.jqx-popup.jqx-rc-all {
    height: auto !important;
}

.filter.jqx-rc-all {
    height: auto !important;
}

.jqx-fill-state-normal {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 13px;
    border-color: #aaa;
    /*background: #efefef; */
}

.jqx-tree-grid-collapse-button, .jqx-tree-grid-expand-button {
    display: inline-block;
    margin-top: 2px;
    margin-right: 3px;
    position: relative;
    width: 14px;
    height: 13px;
    vertical-align: top;
}

.jqx-gauge-label, .jqx-gauge-caption {
    fill: #333333;
    color: #333333;
    font-size: 11px;
    font-family: Calibri, Helvetica, Tahoma;
}

.jqx-chart-legend-text {
    fill: #333333;
    color: #333333;
    font-size: 11px;
    font-family: Calibri, Helvetica, Tahoma;
}

.jqx-chart-axis-description {
    fill: #555555;
    color: #555555;
    font-size: 11px;
    font-family: Calibri, Helvetica, Tahoma;
}

.jqx-chart-title-text {
    fill: #111111;
    color: #111111;
    font-size: 14px;
    font-weight: bold;
    font-family: Calibri, Helvetica, Tahoma;
}

.jqx-chart-title-description {
    fill: #111111;
    color: #111111;
    font-size: 12px;
    font-weight: normal;
    font-family: Calibri, Helvetica, Tahoma;
}

.jqx-chart-axis-text, .jqx-chart-label-text {
    fill: #111111;
    color: #111111;
    font-size: 14px;
    font-family: Calibri, Helvetica, Tahoma;
    font-weight: bold;
}

.jqx-validator-hint {
    height: 18px;
    width: auto;
    display: inline-block;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 13px;
    border: 1px solid #6E0000;
    background-color: #942724;
    color: #fff;
    z-index: 99999;
    white-space: nowrap;
}

.jqx-treemap-rectangle-parent {
    color: #222;
    font-size: 15px;
    font-family: Calibri, Helvetica, Tahoma;
    font-weight: bold;
}

.jqx-checkbox-disabled {
    cursor: default;
    background: transparent;
    /*padding: 0px;*/
    border: none;
    outline: none;
    /*margin: 0px 0px 0px 0px;*/
}

.jqx-rc-tl {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

/*top-right rounded Corners*/
.jqx-rc-tr {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

/*bottom-left rounded Corners*/
.jqx-rc-bl {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*bottom-right rounded Corners*/
.jqx-rc-br {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*top rounded Corners*/
.jqx-rc-t {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

/*bottom rounded Corners*/
.jqx-rc-b {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*right rounded Corners*/
.jqx-rc-r {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*left rounded Corners*/
.jqx-rc-l {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*all rounded Corners*/
.jqx-rc-all {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* JQX GRID CHANGES */
.jqx-grid-cell-alt {
    background-color: #F3F3F3;
}

.jqx-grid-column-header {
    background-color: #ADEAFD;
    border-color: transparent;
    /*#DCDCDC*/
    z-index: 0;
}

.jqx-widget {
    vertical-align: middle;
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 16px;
}

    .jqx-widget.mobile {
        font-size: 3vw;
        width: 100%;
        height: 100%;
    }

.jqx-widget-content {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    -moz-background-clip: padding;
    -webkit-text-size-adjust: none;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 13px;
    border-color: transparent;
    /*#DCDCDC*/
    background: #fff;
}

    .jqx-widget-content.mobile {
        font-size: 3vw;
        border-color: transparent;
        /*#DCDCDC*/
    }

.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {
    border-color: transparent;
    /*#DCDCDC*/
}

.jqx-widget-content.mobile .jqx-grid-cell {
    font-size: 3vw;
}

.jqx-widget .jqx-grid-cell {
    border-color: transparent;
    /*#DCDCDC*/
}

/*.jqx-grid-cell-selected {
    background-color: #FFDA81;
}*/
#container4 {
    clear: left;
    float: left;
    width: 100%;
    overflow: hidden;
    background: #b2f0f9;
    /* column 4 background colour */
}

#container3 {
    clear: left;
    float: left;
    width: 100%;
    position: relative;
    right: 25%;
    background: #b2f0f9;
    /* column 3 background colour */
}

#container2 {
    clear: left;
    float: left;
    width: 100%;
    position: relative;
    right: 25%;
    background: #b2f0f9;
    /* column 2 background colour */
}

#container1 {
    float: left;
    width: 100%;
    position: relative;
    right: 25%;
    background: #b2f0f9;
    /* column 1 background colour */
}

#col1 {
    float: left;
    width: 21%;
    position: relative;
    left: 77%;
    overflow: hidden;
}

#col2 {
    float: left;
    width: 21%;
    position: relative;
    left: 81%;
    overflow: hidden;
}

#col3 {
    float: left;
    width: 21%;
    position: relative;
    left: 85%;
    overflow: hidden;
}

#col4 {
    float: left;
    width: 21%;
    position: relative;
    left: 89%;
    overflow: hidden;
}

#notification-popup {
    -moz-border-radius: 10px;
    width: 17%;
    height: calc(100% - 450px);
    z-index: 500;
    display: none;
    background-color: white;
    border: 1px solid #D1D9DC;
    position: fixed;
    right: 0;
    bottom: 0;
    padding-bottom: 10px;
    margin-bottom: 29px;
    margin-right: 5px;
}

#notification-topbar {
    background: #ABE9FD;
    -moz-border-radius: 10px;
    padding: 5px;
    height: 30px;
    line-height: 20px;
}

#notification-content {
    padding: 5px;
    -moz-border-radius: 10px;
    text-align: left;
    height: calc(100% - 130px);
    overflow-y: scroll;
}

#outstanding-exeption-notification {
    padding: 5px;
    -moz-border-radius: 10px;
    text-align: left;
    height: calc(100% - 130px);
    overflow-y: scroll;
}

#published-reports-notification {
    padding: 5px;
    -moz-border-radius: 10px;
    text-align: left;
    height: calc(100% - 130px);
    overflow-y: scroll;
}

#mobileNav {
    margin-right: 0;
    display: inline-block;
    position: relative;
    height: 100%;
}

    #mobileNav img {
        margin: 0 75px 0 75px;
        height: 90%;
    }

#nav {
    display: inline-block;
}

    #nav img {
        display: inline-block;
        position: relative;
        width: 40px;
        top: 85px;
        left: 50px;
        margin: 0 20px 0 20px;
        cursor: pointer;
    }

#employeeInfo {
    font-size: 22px;
    text-align: right;
    margin-right: 10px;
    float: right;
}

    #employeeInfo img {
        cursor: pointer;
        width: 28px;
    }

#topNav {
    display: block;
    width: 100%;
    height: 70%;
}

#bottomNav {
    position: relative;
    width: 100%;
    height: 30%;
    text-align: center;
}

#logo {
    float: left;
    padding: 10px;
    height: 100%;
}

    #logo img {
        cursor: pointer;
    }

#topMenu.mobile {
    height: 350px;
}

#employeeInfo.mobile {
    font-size: 35px;
}

#logo.mobile {
    width: 21%;
}

    #logo.mobile img {
        width: 100%;
    }

#content.mobile {
    height: calc(100% - 350px);
}

#mainPage {
    width: 100%;
    height: 100%;
    text-align: center;
}

#buttons {
    width: 85%;
    max-width: 800px;
    text-align: left;
    display: inline-block;
}

#menuButtons {
    width: 90%;
    height: 90%;
    margin: 0 auto;
}

    #menuButtons .mnu-btn {
        cursor: pointer;
    }

        #menuButtons .mnu-btn img {
            width: 50%;
        }

    #menuButtons.mobile {
        height: 50%;
    }

        #menuButtons.mobile .mnu-btn img {
            width: 75%;
        }

    #menuButtons .mnu-btn label {
        width: 100%;
        display: inline-block;
        font-size: 20px;
    }

    #menuButtons.mobile .mnu-btn label {
        font-size: 2.5em;
    }

    #menuButtons .mnu-btn .img-border {
        position: relative;
    }

    #menuButtons.mobile .mnu-btn .img-border {
    }

.titleBar {
    background-color: #28b7f2;
    height: 3em;
    min-height: 50px;
}

    .titleBar img {
        height: 22px;
        float: left;
        margin: 14px 10px;
    }

    .titleBar label {
        Font-size: 2em;
        color: white;
        margin-left: 2%;
        margin-right: 1%;
        float: left;
    }

    .titleBar select {
        background: transparent;
        border: 0;
        outline: 0;
        top: calc(50% - .6em);
        left: 0;
    }

    .titleBar select, .titleBar input {
        font-size: 1.5em;
        -webkit-appearance: none;
    }

#fiscalWeeks {
    float: right;
    margin-left: .5em;
}

.titleBar .selectors {
    display: inline-block;
    height: 100%;
    float: right;
    margin-right: 5px;
}

#weekSchedule {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    #weekSchedule th {
        font-size: 1.5em;
    }

    #weekSchedule thead {
        border: solid 1px black;
    }

    #weekSchedule .shift {
        font-size: 2em;
    }

    #weekSchedule .activity {
        font-size: 2em;
    }

    #weekSchedule td, #weekSchedule th {
        text-align: center;
        border: 1px solid #a3adaf;
        vertical-align: top;
        position: relative;
        cursor: pointer;
    }

    #weekSchedule thead tr {
        height: 0;
    }

#weekScheduleTotals {
    width: 100%;
}

#scheduleContent {
    height: calc(100% - 4em);
    width: 100%;
}

    #scheduleContent.mobile {
        height: calc(100% - 8em);
    }

#weekView {
    height: 96%;
    width: 100%;
}

#schedulePage {
    height: 100%;
}

#weekSchedule .totals {
    height: 0;
    font-size: 2em;
}

#weekSchedule .shifts {
    height: 0;
}

#monthView {
    height: 100%;
}

#weekSchedule td:hover::after, #weekSchedule th:hover::after {
    content: "";
    position: absolute;
    background-color: #c9f0fe;
    left: 0;
    top: -5000px;
    height: 10000px;
    width: 100%;
    z-index: -1;
}

#dayView {
    height: 100%;
}

    #dayView .DateHeader {
        padding-left: 2%;
        background-color: #abe9fd;
        font-weight: bold;
        color: #303030;
    }

        #dayView .DateHeader label {
            display: block;
            font-size: 2em;
            text-align: left;
            width: 100%;
        }

    #dayView .ScheduleInfo {
        padding-left: 2%;
        font-size: 1.5em;
        margin: 1% 0;
    }

    #dayView .Buttons {
        padding-left: 2%;
    }

    #dayView .ScheduleInfo .activities label {
        display: block;
    }

.button {
    background-color: #00aeef;
    display: inline-block;
    padding: .5em 1em;
    color: white;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

    .button label {
        cursor: pointer;
        font-size: 1em;
    }

#weekScheduleMobile {
    width: 100%;
    height: 100%;
    font-size: 4vw;
}

    #weekScheduleMobile .shift {
        display: block;
    }

    #weekScheduleMobile .storeCode {
        font-weight: bold;
    }

    #weekScheduleMobile td {
        vertical-align: middle;
        text-align: center;
        border: 1px solid #a3adaf;
        position: relative;
        cursor: pointer;
    }

    #weekScheduleMobile th {
        font-size: 6vw;
    }

.titleBar.mobile {
    height: 6em;
}

    .titleBar.mobile label {
        font-size: 5em;
        float: left;
    }

    .titleBar.mobile .selectors {
        top: 0;
        height: 6em;
        float: right;
        width: auto;
    }

    .titleBar.mobile select {
        font-size: 3.5em;
        margin-top: 0.3em;
        background: transparent;
        border: 0;
        outline: none;
        color: white;
    }

.DateHeader.mobile {
    text-align: center;
    font-size: 3vw;
}

.mnu-btn .notificationCount {
    display: inline-block;
    position: absolute;
    left: calc(100% - 1.3em);
    top: -.6em;
    background-color: #00aeef;
    padding: 5px;
    font-size: 1.5em;
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
    border: 2px solid white;
}

    .mnu-btn .notificationCount.mobile {
        font-size: 3em;
        width: 1.5em;
        height: 1.5em;
        padding: 0;
        left: calc(85% - .7em);
    }

#dayView .ScheduleInfo.mobile {
    font-size: 5vw;
    height: calc(98% - 38vw);
    display: inline-block;
}

#dayView .DateHeader.mobile {
    height: 15vw;
}

#dayView .Buttons.mobile {
    text-align: center;
    padding: 0;
}

    #dayView .Buttons.mobile .button {
        width: 49%;
        font-size: 4vw;
        text-align: center;
    }

#schedulePage {
    height: 100%;
    width: 100%;
}

.ScheduleInfo label {
    display: block;
}

    .ScheduleInfo label.storeName {
        font-size: 1.5vw;
        font-weight: bold;
    }

.ScheduleInfo.mobile label.storeName {
    font-size: inherit;
}

#soft-clock-history-view img.ui-datepicker-trigger {
    position: relative;
    left: 2px;
    top: 4px;
}

.centeredImg {
    display: block;
    margin: 0 auto;
    height: 24px;
    padding: 5px;
}

    .centeredImg.mobile {
        display: block;
        margin: 0 auto;
        height: 36px;
        padding: 15px;
    }

.newRequest {
    color: black;
    background-color: #FFFFFF;
}

.greenRequest {
    color: black;
    background-color: #6AEB75;
}

.yellowRequest {
    color: black;
    background-color: #FED71A;
}

.redRequest {
    color: black;
    background-color: #FE3324;
}

.newRequest:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .newRequest:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
    color: black;
    background-color: #FFFFFF;
}

.greenRequest:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .greenRequest:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
    color: black;
    background-color: #6AEB75;
}

.yellowRequest:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .yellowRequest:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
    color: black;
    background-color: #FED71A;
}

.redRequest:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .redRequest:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
    color: black;
    background-color: #FE3324;
}

.jqx-scheduler-appointment.jqx-rc-all.jqx-scheduler-selected-appointment {
    height: auto !important;
}

.jqx-scheduler-appointment.jqx-rc-all {
    height: auto !important;
}

#LoginView.mobile {
    width: 100%;
    font-size: 3em;
    background-color: white;
    position: absolute;
    top: 37%;
}

table#LoginView {
}

#LoginView.mobile td div {
    text-align: right;
    display: inline-block;
    width: 90%;
}

#LoginView.mobile td {
    text-align: center;
    padding: 2%;
}

    #LoginView.mobile td.logo img {
        width: 150%
    }

    #LoginView.mobile td.logo {
        width: 17%;
    }

#LoginView.mobile input {
    font-size: 1em;
    width: 52%;
}

#LoginView.mobile select {
    font-size: 1em;
    width: 52%;
}

#LoginView.mobile #btnLogin {
    width: 100%;
    font-size: 1.5em;
    -webkit-appearance: none;
}

#local-time {
    display: inline;
}

.table-cell-header {
    width: 33%;
    text-align: center;
    font-weight: bold;
    border: 0px solid black;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.table-cell {
    width: 33%;
    text-align: center;
}

#shift-exchange-content {
    height: calc(100% - 4vw);
    overflow-y: auto;
}

.sf-ess-grid {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    background-color: white;
    table-layout: fixed;
}

.sf-ess-grid-mobile {
    font-size: 2em;
}

.sf-ess-grid tr, .sf-ess-grid thead tr {
    height: 2em;
}

    .sf-ess-grid tr:nth-child(even):hover, .sf-ess-grid tr:nth-child(odd):hover {
        background-color: #FFDA81;
    }

    .sf-ess-grid tr:nth-child(even) {
        background-color: #F3F3F3;
    }

    .sf-ess-grid tr:nth-child(odd) {
        background: white;
    }

.sf-ess-grid .exchange-row {
    background-color: #ddd !important;
}

.sf-ess-grid th {
    border-bottom: 1px solid #aaa;
    background-color: #ADEAFD;
}

.sf-ess-grid td, .sf-ess-grid th {
    width: 20%;
    text-align: center;
    border-right: 1px solid #aaa;
}

.delete-button {
    border-width: 0px;
    width: 20px;
    height: 20px;
    background-image: url('../images/delete.png');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    cursor: pointer;
}

.ess-switch-button {
    background-color: white;
    border: 0px;
    height: 40px;
    color: #10A3CF;
    font-size: 12pt;
}

    .ess-switch-button:hover {
        background-color: #FFDA81;
    }

.mnu-btn {
    display: inline-block;
    width: 24%;
    height: auto;
    max-height: 20%;
    margin: 1em 0 1em 0;
    text-align: center;
    position: relative;
}

    .mnu-btn img {
        width: 80%;
        margin: auto;
    }

    .mnu-btn label {
        font-size: 1.5em;
    }

#buttons.mobile {
    width: 100%;
    max-width: none;
}

    #buttons.mobile .mnu-btn {
        width: 33%;
        /* margin: 3%; */
    }

        #buttons.mobile .mnu-btn label {
            font-size: 2.5em;
        }

    #buttons.mobile .notificationCount.mobile {
        font-size: 2em;
        padding: 10px 5px 1px 5px;
        left: calc(90% - 1.1em);
    }

#time-off-request-history-dates img.ui-datepicker-trigger {
    position: relative;
    top: 4px;
    left: 2px;
}

#time-off-request-create-view img.ui-datepicker-trigger {
    position: relative;
    top: 4px;
    left: 2px;
}

#monthView table {
    width: 100%;
    height: calc(100% - 2.5em);
    table-layout: fixed;
}

#monthView .calendar-row {
    height: 16.5%;
}

#monthView table .calendar-day {
    width: 100%;
    height: 100%;
    margin: 2px;
    padding: 2px;
    background-color: #FAFAFA;
}

    #monthView table .calendar-day .date {
        display: block;
        font-weight: bold;
        font-size: 1.3em;
    }

    #monthView table .calendar-day .content {
        display: block;
        height: calc(100% - 1em);
    }

        #monthView table .calendar-day .content label {
            display: block;
        }

#monthView .calendar-day.scheduled {
    background-color: #FFDA81;
}

#monthView .calendar-day.noDate {
    background-color: #E9F9FE;
}

#monthView table th {
    border: none;
}

#dpCalendar {
}

    #dpCalendar .ui-datepicker {
        width: auto;
        height: 100%;
        font-size: 4em;
    }

.titleBar.mobile .selectors input {
    margin-top: .4em;
    -webkit-appearance: none;
}

#monthView.mobile {
}

    #monthView.mobile label {
        font-size: 1.8em
    }

#txtAcknowledgementComment.mobile {
    font-size: 1em;
}

#time-off-request-day-view {
    font-size: 2em;
}

.calendarDialog {
    top: 350px !important;
}

#scheduleTimes {
    height: 960px;
    width: 6%;
    display: inline-block;
    position: relative;
}

#scheduleCanvas {
    height: 960px;
    width: 93%;
    display: inline-block;
    position: relative;
    float: right;
    -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 17px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#scheduleWeekContent {
    height: calc(100% - 5em);
    overflow-y: scroll;
    width: 100%;
    border-bottom: solid 1px #9da8ab;
    border-top: solid 1px #9da8ab;
}

#scheduleWeekViewHeader {
    width: calc(93% - 16px);
    float: right;
    table-layout: fixed;
    margin-right: 17px;
    height: 4em;
    border-collapse: collapse;
}

    #scheduleWeekViewHeader th {
        font-size: 1.3vw;
    }

    #scheduleWeekViewHeader td {
        text-align: center;
        font-weight: bold;
        font-size: 1vw;
        overflow: hidden;
        vertical-align: top;
        margin: 0;
        padding: 0;
    }

#scheduleWeekTotals {
    width: calc(93% - 16px);
    float: right;
    margin-right: 17px;
    height: 1em;
    font-size: 2em;
    table-layout: fixed;
}

    #scheduleWeekTotals td {
        text-align: center;
        border-left: solid 1px #9da8ab;
    }

.canvas-activity {
    border: 1px solid white;
}

.schedule-time {
    position: absolute;
    text-align: right;
    width: 100%;
    height: 20px;
    left: 0;
    font-size: 1.2vw;
}

.schedule-canvas-separator {
    width: 1px;
    height: 100%;
    background-color: #9da8ab;
    top: 0;
    position: absolute;
    display: inline;
}

#scheduleWeekViewHeader th, #scheduleWeekViewHeader td {
    border-left: solid 1px #9da8ab;
    border-spacing: 0;
    padding: 0;
    margin: 0;
}

.titleBar .ui-datepicker-trigger {
    width: 23px;
    float: right;
}

#monthView .month-header {
    text-align: center;
    font-size: 2em;
    height: 1.5em;
}

.ess-shift-exchange-shift {
    text-align: center;
    align-content: center;
    margin: 1px;
    padding: 2px;
    background-color: #EAF9FE;
}

.delete-button-mobile {
    border-width: 0px;
    width: 50px;
    height: 40px;
    background-image: url('../images/delete.png');
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    cursor: pointer;
}

#dayView .Buttons.mobile .button.wide {
    width: 98%;
    margin-top: 5px;
}

#time-card-day-view .DateHeader {
    padding-left: 2%;
    background-color: #abe9fd;
    font-weight: bold;
    color: #303030;
}

    #time-card-day-view .DateHeader label {
        display: block;
        font-size: 2em;
        text-align: left;
    }

label.no-text {
    display: none;
}

.ui-datepicker {
    z-index: 100000 !important;
}

td.activities label {
    display: block;
}

.shift-card-buttons td {
    padding-bottom: 1em;
}

#dayView.mobile table {
    width: 100%;
    height: 0;
    font-size: 3em;
    table-layout: fixed;
}

.shifts .shift {
    display: block;
}

#logo img {
    height: 100%;
}

.shifts th {
}

.shifts td {
}

.month-nav {
    height: 100%;
}

.ranking-header {
    Font-size: 1.5em;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    margin-top: 5px;
}

    .ranking-header label {
        Font-size: 3em;
        float: left;
        width: 100%;
        text-align: center;
    }

.div-swipe {
    width: 100%;
    background-color: #E9F9FE;
}

/* jqxScrollView */
.jqx-scrollview-inner-wrapper {
    height: 100%;
}

.jqx-scrollview-button {
    display: none;
}

.swipe-container {
    --noOfPages: 1;
    display: flex;
    align-items: center;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    width: calc(var(--noOfPages)*100%);
    height: calc(100%-6em);
    max-height: 100vh;
    transform: translate(calc(var(--i, 0)/var(--noOfPages)*-100%));
}

.swipe-div {
    width: 100%;
    width: calc(100%/var(--noOfPages));
    height: 100%;
    user-select: none;
    pointer-events: none;
}

@media screen and (max-width: 600px) {
    .ui-dialog .ui-dialog-buttonpane button {
        padding: 15px;
    }
}

.sf-ess-grid.performance-grid th, .sf-ess-grid.performance-grid td {
    text-align: right;
    padding: 0 10px;
}

.popup-button 
{
    width: 150px;
    height: 30px;
    border: 1px solid #A4A6A7;
    background: #FFFFFF !important
}
