@charset "UTF-8";

.sweet2-overlay {
    background-color: black;
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE8 */
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}

.sweet2-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    z-index: 99999;
}

.sweet2-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

.sweet2-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}
.sweet2-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}
    .sweet2-alert .sa-icon.sa-warning2 {
        border-color: #F8BB86;
        display: block;
    }
    .sweet2-alert .sa-icon.sa-warning2 .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86;
        display: block;
    }
    .sweet2-alert .sa-icon.sa-warning2 .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86;
        display: block;
    }
@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}

.sweet2-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative;
}

.sweet2-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden;
}

.sweet2-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

    .sweet2-alert button:focus {
        outline: none;
        box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    }

    .sweet2-alert button:hover {
        background-color: #7ecff4;
    }

    .sweet2-alert button:active {
        background-color: #5dc2f1;
    }

    .sweet2-alert button.cancel {
        background-color: #C1C1C1;
    }

        .sweet2-alert button.cancel:hover {
            background-color: #b9b9b9;
        }

        .sweet2-alert button.cancel:active {
            background-color: #a8a8a8;
        }

        .sweet-alert button.cancel:focus {
            box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
        }

    .sweet2-alert button[disabled] {
        opacity: .6;
        cursor: default;
    }

    .sweet2-alert button.confirm[disabled] {
        color: transparent;
    }

        .sweet2-alert button.confirm[disabled] ~ .la-ball-fall {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s;
        }

    .sweet2-alert button::-moz-focus-inner {
        border: 0;
    }

.sweet2-alert[data-has-cancel-button=false] button {
    box-shadow: none !important;
}

.sweet2-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999999999; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 23px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #006f66;
}

input:focus + .slider {
    box-shadow: 0 0 1px #006f66;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*Time card scheduler CSS */
#TimecardViewer div.k-event {
  height: 60px !important;
  border-color: #D4D4D4 !important;
  background: none !important;
  border: none !important; }

.startTime {
  color: #fff;
  border-color: #013474;
  background-color: #006f66;
  font-weight: bold;
  font-size: initial;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  border-top-right-radius: .5em;
  border-top-left-radius: .5em;
  width: 100%;
  position: relative;
  box-shadow: 0 12px 1px rgba(0, 0, 0, 0.08) inset, 0 1px 1px #fafafa; }

.approvalButton {
  color: #fff;
  border-color: #013474;
  background-color: #006f66;
  font-weight: bold;
  font-size: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  width: 100%;
  position: relative;
  box-shadow: 0 12px 1px rgba(0, 0, 0, 0.08) inset, 0 1px 1px #fafafa;
  padding: 7px; }

.approvalButton:hover {
  text-decoration: none;
  color: white; }

.todayBadge {
  padding: .1em .3em .1em .3em;
  color: #FFF !important;
  border: 1px solid #2AB83D;
  background-color: #77b77f;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em; }

.holidayBadge {
    padding: .1em .3em .1em .3em;
    color: #FFF !important;
    border: 1px solid #9c57ed;
    background-color: #967BB6;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
}

.payPeriodStartBadge {
  padding: .1em .3em .1em .3em;
  color: #444 !important;
  border: 1px solid #D4D4D4;
  background-color: #D4D4D4;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em; }

.dayBadge {
  padding: .1em .3em .1em .3em;
  border: 1px solid white;
  background-color: white;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em; }

.hoursDetailPlain {
  border: 1px solid #D4D4D4 !important;
}

.hoursDetailApproved {
  border: 1px solid #2AB83D !important;
}

.hoursDetailCurrent {
  border: 1px solid #3399ff !important;
}

.hoursDetailUnapproved {
  border: 1px solid #C73C4A !important;
}

.hoursDetailFuture {
  border: 1px solid #D4D4D4 !important;
}

.approvedPayPeriodColor {
  border: 1px solid #2AB83D !important;
}

.currentPayPeriodColor {
  background: #3399ff !important;
  background-color: #3399ff !important;
}
  .currentPayPeriodColor:hover {
    background: #5cadff !important;
    background-color: #5cadff !important;
  }

.unapprovedPayPeriodColor {
  border: 2px solid #C73C4A !important;
}

.futurePayPeriodColor {
  border: 2px solid #D4D4D4 !important;
}

.pastFutureHolidayPayPeriodColor {
  border: 2px solid #c2b0d6 !important;
}

.holidayPayPeriodColor {
    background: #c2b0d6;
    background-color: #c2b0d6;
}

  .holidayPayPeriodColor:hover {
    background: #d6cae3 !important;
    background-color: #d6cae3 !important;
  }

.timeCardTotal {
  font-weight: bold !important;
  font-size: 1.2em;
  white-space: nowrap;
  column-span: all; }

.columnCount2, .approvedPayPeriodColor, .unapprovedPayPeriodColor, .futurePayPeriodColor, .currentPayPeriodColor, .holidayPayPeriodColor, .pastFutureHolidayPayPeriodColor, #week1, #week2, #week3, #week4, #week5, #week6 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.payPeriodColorBase, .approvedPayPeriodColor, .unapprovedPayPeriodColor, .futurePayPeriodColor, .currentPayPeriodColor, .holidayPayPeriodColor, .pastFutureHolidayPayPeriodColor, #week1, #week2, #week3, #week4, #week5, #week6 {
    font-size: .7em;
    color: #444444;
    padding: .4em;
}

.approvedPayPeriodColor, .unapprovedPayPeriodColor, .futurePayPeriodColor, .currentPayPeriodColor, .holidayPayPeriodColor, .pastFutureHolidayPayPeriodColor {
    height: 100%;
    width: 100%;
}

.weekTotalsHeader {
  -webkit-column-span: all;
  column-span: all;
  border-bottom: 1px dashed #D4D4D4;
  margin-bottom: 1em; }

#nonApprovalMessage {
  background-color: #C73C4A; }

#approvalMessage {
  background-color: #2AB83D; }

#currentPayPeriodMessage {
  background-color: #3399ff; }

#futurePayPeriodMessage {
  background-color: #D4D4D4; }

#approvalMessage, #nonApprovalMessage, #futurePayPeriodMessage, #currentPayPeriodMessage {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 80%;
  margin: auto;
  border: 2px solid #000;
  border-radius: 5px;
  color: #000;
  display: none; }

.topRight div.approvalContainer {
  margin-top: 1em; }

#openButton.startTime {
  display: none; }

.exceptionApprovalIcon {
  float: right;
  margin-left: 50%;
  margin-right: 50%; }

span.approvalButton {
  cursor: pointer; }

html {
  background-color: #e2e2e2;
  margin: 0;
  padding: 0; }

body {
  background-color: #fff;
  color: #333;
  font-size: .85em;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0; }

a {
  color: #333;
  outline: none;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: underline; }

a:link, a:visited,
a:active, a:hover {
  color: #333; }

a:hover {
  background-color: #c7d1d6; }

header, footer, hgroup,
nav, section {
  display: block; }

mark {
  background-color: #a6dbed;
  padding-left: 5px;
  padding-right: 5px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden; }

h1, h2, h3,
h4, h5, h6 {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.1em; }

h5, h6 {
  font-size: 1em; }

h5 a:link, h5 a:visited, h5 a:active {
  padding: 0;
  text-decoration: none; }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
  margin: 0 auto;
  max-width: 1700px; }

#body {
  background-color: #efeeef;
  clear: both;
  padding-bottom: 35px; }

.main-content {
  /*background: url("../Images/accent.png") no-repeat;*/
  padding-left: 10px;
  padding-top: 30px; }

.featured + .main-content {
  /*background: url("../Images/heroAccent.png") no-repeat;*/ }

header .content-wrapper {
  padding-top: 20px; }

footer {
    clear: both;
    background: linear-gradient(180deg, #e9ecef 0%, #f6f8fa 100%);
    font-size: .8em;
    height: 100px;
}

/* site title
----------------------------------------------------------*/
.site-title {
  color: #c8c8c8;
  font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
  font-size: 2.3em;
  margin: 0; }

.site-title a, .site-title a:hover, .site-title a:active {
  background: none;
  color: #c8c8c8;
  outline: none;
  text-decoration: none; }

/* login
----------------------------------------------------------*/
#login {
  display: block;
  font-size: .85em;
  margin: 0 0 10px;
  text-align: right; }

#login a {
  background-color: #d3dce0;
  margin-left: 10px;
  margin-right: 3px;
  padding: 2px 3px;
  text-decoration: none; }

#login a.username {
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: underline; }

#login ul {
  margin: 0; }

#login li {
  display: inline;
  list-style: none; }

/* menu
----------------------------------------------------------*/
ul#menu {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
  text-align: right; }

ul#menu li {
  display: inline;
  list-style: none;
  padding-left: 15px; }

ul#menu li a {
  background: none;
  color: #999;
  text-decoration: none; }

ul#menu li a:hover {
  color: #333;
  text-decoration: none; }

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
  background-color: #fff; }

.featured .content-wrapper {
  background-color: #ECC70C;
  background-image: -ms-linear-gradient(left, #ECC70C 0%, #E2D10E 100%);
  background-image: -o-linear-gradient(left, #ECC70C 0%, #E2D10E 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ECC70C), color-stop(1, #E2D10E));
  background-image: -webkit-linear-gradient(left, #ECC70C 0%, #E2D10E 100%);
  background-image: linear-gradient(left, #ECC70C 0%, #E2D10E 100%);
  color: #3e5667;
  padding: 20px 40px 30px 40px; }

.featured hgroup.title h1, .featured hgroup.title h2 {
  color: #fff; }

.featured p {
  font-size: 1.1em; }

/* page titles */
hgroup.title {
  margin-bottom: 10px; }

hgroup.title h1, hgroup.title h2 {
  display: inline; }

hgroup.title h2 {
  font-weight: normal;
  margin-left: 3px; }

/* features */
section.feature {
  width: 300px;
  float: left;
  padding: 10px; }

/* ordered list */
ol.round {
  list-style-type: none;
  padding-left: 0; }

ol.round li {
  margin: 25px 0;
  padding-left: 45px; }

ol.round li.zero {
  background: url("../Images/orderedList0.png") no-repeat; }

ol.round li.one {
  background: url("../Images/orderedList1.png") no-repeat; }

ol.round li.two {
  background: url("../Images/orderedList2.png") no-repeat; }

ol.round li.three {
  background: url("../Images/orderedList3.png") no-repeat; }

ol.round li.four {
  background: url("../Images/orderedList4.png") no-repeat; }

ol.round li.five {
  background: url("../Images/orderedList5.png") no-repeat; }

ol.round li.six {
  background: url("../Images/orderedList6.png") no-repeat; }

ol.round li.seven {
  background: url("../Images/orderedList7.png") no-repeat; }

ol.round li.eight {
  background: url("../Images/orderedList8.png") no-repeat; }

ol.round li.nine {
  background: url("../Images/orderedList9.png") no-repeat; }

/* content */
article {
  float: left;
  width: 70%; }

aside {
  float: right;
  width: 25%; }

aside ul {
  list-style: none;
  padding: 0; }

aside ul li {
  background: url("../Images/bullet.png") no-repeat 0 50%;
  padding: 2px 0 2px 20px; }

.label {
  font-weight: 700; }

/* login page */
#loginForm {
  border-right: solid 2px #c8c8c8;
  border-left: solid 2px #c8c8c8;
  border-top: solid 2px #c8c8c8;
  border-bottom: solid 2px #c8c8c8;
  padding-left: 30px;
  float: left;
  width: 30%; }

#loginForm .validation-error {
  display: block;
  margin-left: 15px; }

#loginForm .validation-summary-errors ul {
  margin: 0;
  padding: 0; }

#loginForm .validation-summary-errors li {
  display: inline;
  list-style: none;
  margin: 0; }

#loginForm input {
  width: 250px; }

#loginForm input[type="checkbox"],
#loginForm input[type="submit"],
#loginForm input[type="button"],
#loginForm button {
  width: auto; }

#socialLoginForm {
  margin-left: 40px;
  float: left;
  width: 40%; }

#socialLoginForm h2 {
  margin-bottom: 5px; }

#socialLoginList button {
  margin-bottom: 12px; }

#logoutForm {
  display: inline; }

/* contact */
.contact h3 {
  font-size: 1.2em; }

.contact p {
  margin: 5px 0 0 10px; }

.contact iframe {
  border: 1px solid #333;
  margin: 5px 0 0 10px; }

/* forms */
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

fieldset legend {
  display: none; }

fieldset ol {
  padding: 0;
  list-style: none; }

fieldset ol li {
  padding-bottom: 5px; }

label {
  display: block;
  font-size: 1.2em;
  font-weight: 600; }

label.checkbox {
  display: inline; }

input, textarea {
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #333;
  font-size: 1.2em;
  margin: 5px 0 6px 0;
  padding: 5px;
  width: 300px; }

textarea {
  font-family: inherit;
  width: 500px; }

input:focus, textarea:focus {
  border: 1px solid #ECC70C; }

input[type="checkbox"] {
  background: transparent;
  border: inherit;
  width: auto; }

input[type="submit"],
input[type="button"],
button {
  background-color: #d3dce0;
  border: 1px solid #787878;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  padding: 7px;
  margin-right: 8px;
  width: auto; }

td input[type="submit"],
td input[type="button"],
td button {
  font-size: 1em;
  padding: 4px;
  margin-right: 4px; }

/* info and errors */
.message-info {
  border: 1px solid;
  clear: both;
  padding: 10px 20px; }

.message-error {
  clear: both;
  color: #e80c4d;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0 10px 0; }

.message-success {
  color: #ECC70C;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0; }

.error {
  color: #e80c4d; }

/* styles for validation helpers */
.field-validation-error {
  color: #e80c4d;
  font-weight: bold; }

.field-validation-valid {
  display: none; }

input.input-validation-error {
  border: 1px solid #e80c4d; }

input[type="checkbox"].input-validation-error {
  border: 0 none; }

.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em; }

.validation-summary-valid {
  display: none; }

/* tables
----------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0.75em;
  border: 0 none; }

th {
  font-size: 1.2em;
  text-align: left;
  border: none 0px;
  padding-left: 0; }

th a {
  display: block;
  position: relative; }

th a:link, th a:visited, th a:active, th a:hover {
  color: #333;
  font-weight: 600;
  text-decoration: none;
  padding: 0; }

th a:hover {
  color: #000; }

th.asc a, th.desc a {
  margin-right: .75em; }

th.asc a:after, th.desc a:after {
  display: block;
  position: absolute;
  right: 0em;
  top: 0;
  font-size: 0.75em; }

th.asc a:after {
  content: '▲'; }

th.desc a:after {
  content: '▼'; }

td {
  padding: 0.25em 2em 0.25em 0em;
  border: 0 none; }

tr.pager td {
  padding: 0 0.25em 0 0; }

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
  /* header
    ----------------------------------------------------------*/
  header .float-left,
  header .float-right {
    float: none; }
  /* logo */
  header .site-title {
    margin: 10px;
    text-align: center; }
  /* login */
  #login {
    font-size: .85em;
    margin: 0 0 12px;
    text-align: center; }
  #login ul {
    margin: 5px 0;
    padding: 0; }
  #login li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0; }
  #login a {
    background: none;
    color: #999;
    font-weight: 600;
    margin: 2px;
    padding: 0; }
  #login a:hover {
    color: #333; }
  /* menu */
  nav {
    margin-bottom: 5px; }
  ul#menu {
    margin: 0;
    padding: 0;
    text-align: center; }
  ul#menu li {
    margin: 0;
    padding: 0; }
  /* main layout
    ----------------------------------------------------------*/
  .main-content,
  .featured + .main-content {
    background-position: 10px 0; }
  .content-wrapper {
    padding-right: 10px;
    padding-left: 10px; }
  .featured .content-wrapper {
    padding: 10px; }
  /* page content */
  article, aside {
    float: none;
    width: 100%; }
  /* ordered list */
  ol.round {
    list-style-type: none;
    padding-left: 0; }
  ol.round li {
    padding-left: 10px;
    margin: 25px 0; }
  ol.round li.zero,
  ol.round li.one,
  ol.round li.two,
  ol.round li.three,
  ol.round li.four,
  ol.round li.five,
  ol.round li.six,
  ol.round li.seven,
  ol.round li.eight,
  ol.round li.nine {
    background: none; }
  /* features */
  section.feature {
    float: none;
    padding: 10px;
    width: auto; }
  section.feature img {
    color: #999;
    content: attr(alt);
    font-size: 1.5em;
    font-weight: 600; }
  /* forms */
  input {
    width: 90%; }
  /* login page */
  #loginForm {
    border-right: none;
    float: none;
    width: auto; }
  #loginForm .validation-error {
    display: block;
    margin-left: 15px; }
  #socialLoginForm {
    margin-left: 0;
    float: none;
    width: auto; }
  /* footer
    ----------------------------------------------------------*/
  footer .float-left,
  footer .float-right {
    float: none; }
  footer {
    text-align: center;
    height: auto;
    padding: 10px 0; }
  footer p {
    margin: 0; }
  .logout {
    color: red; } }

/*Kendo*/
/*Windows Dialog*/
.k-window-titlebar.k-header {
  height: 29px;
  margin-top: -29px;
  background: center;
  background-color: #bab6b6;
  color: red;
  border-color: gray; }

.k-window-title {
  font-weight: bold; }

.k-window-content.k-content {
  background-color: #efebeb; }

/*grid*/
#grid .k-toolbar {
  min-height: 27px; }

#grid .k-grid-edit-row .k-button { /*look and file*/
    font-size: 0.9em; /* Reduce font size for better fit */
    padding: 5px 5px; /* Adjust padding for compactness */
    margin: 0px; /* Add small margin for spacing */
    width: 70px; /* Ensure width adapts to content */
    display: flex; /* Use flexbox for layout */
    flex-direction: column; /* Stack children vertically */
    align-items: center; /* Center align items horizontally */
    text-align: center; /* Center the text */
}

.category-label {
  vertical-align: middle;
  padding-right: .5em; }

#category {
  vertical-align: middle; }

.toolbar {
  float: right;
  margin-right: .8em; }

.grid-Head {
  width: 100%;
  height: 100px;
  /*background-color: #DEDCDC;*/
  border: 1px solid #AEA9A9;
  padding: 0px;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  padding-left: 4px;
  border-collapse: inherit;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

input[type="submit"], input[type="button"],
button {
  background-color: #D3DCD8;
  border: 2px solid #787878;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  padding: 7px;
  margin-right: 8px;
  width: auto; }

.addCount-button {
  width: 100px; }

#treeview {
  height: 50%;
  /*width:auto;*/
  border-top: 1px solid #dad1d1; }

#treeview span {
  white-space: initial; }

.outer {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: white; }

.inner {
  width: 20%;
  height: 501px;
  border-left: 1px solid #dad1d1;
  border-right: 1px solid #dad1d1;
  border-bottom: 1px solid #dad1d1;
  position: absolute;
  right: 0;
  color: gray; }

.myform {
  width: 100%;
  height: 100%;
  /*background-color: #efeeef;*/ }

/*Unsupported Browser*/
div#unsupportedbrowser {
  background: #fff;
  border: 2px solid red;
  padding: 0 0 0 20px;
  margin: 10px 0; }

/*Start end buttons*/
.startTime {
  color: #fff;
  border-color: #013474;
  background-color: #006f66;
  font-weight: bold;
  font-size: initial;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  border-top-right-radius: .5em;
  border-top-left-radius: .5em;
  width: 100%;
  position: relative;
  box-shadow: 0 12px 1px rgba(0, 0, 0, 0.08) inset, 0 1px 1px #fafafa; }

.stopTime {
  color: #fff;
  border-color: #939490;
  background-color: #F00B0B;
  font-weight: bold;
  font-size: initial;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  border-top-right-radius: .5em;
  border-top-left-radius: .5em;
  width: 100%;
  position: relative;
  box-shadow: 0 12px 1px rgba(0, 0, 0, 0.08) inset, 0 1px 1px #fafafa; }

/*-------------------------
	Light color theme
--------------------------*/
#clock.light {
  color: #272e38; }

#clock.light:after {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); }

#clock.light .digits div span {
  background-color: #272e38;
  border-color: #272e38; }

#clock.light .digits div.dots:before,
#clock.light .digits div.dots:after {
  background-color: #272e38; }

#clock.light .display {
  /* background-color:#dddddd; */
  /*box-shadow:0 12px 1px rgba(0,0,0,0.08) inset, 0 1px 1px #fafafa;*/
  margin-top: 2em;
  margin-bottom: .75em;
  white-space: nowrap; }

/*-------------------------
	The Digits
--------------------------*/
#clock .digits div {
  text-align: left;
  position: relative;
  width: 28px;
  height: 50px;
  display: inline-block;
  margin: 0 4px; }

#clock .digits div span {
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s; }

#clock .digits div span:before,
#clock .digits div span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent; }

#clock .digits .d1 {
  height: 5px;
  width: 16px;
  top: 0;
  left: 6px; }

#clock .digits .d1:before {
  border-width: 0 5px 5px 0;
  border-right-color: inherit;
  left: -5px; }

#clock .digits .d1:after {
  border-width: 0 0 5px 5px;
  border-left-color: inherit;
  right: -5px; }

#clock .digits .d2 {
  height: 5px;
  width: 16px;
  top: 24px;
  left: 6px; }

#clock .digits .d2:before {
  border-width: 3px 4px 2px;
  border-right-color: inherit;
  left: -8px; }

#clock .digits .d2:after {
  border-width: 3px 4px 2px;
  border-left-color: inherit;
  right: -8px; }

#clock .digits .d3 {
  height: 5px;
  width: 16px;
  top: 48px;
  left: 6px; }

#clock .digits .d3:before {
  border-width: 5px 5px 0 0;
  border-right-color: inherit;
  left: -5px; }

#clock .digits .d3:after {
  border-width: 5px 0 0 5px;
  border-left-color: inherit;
  right: -5px; }

#clock .digits .d4 {
  width: 5px;
  height: 14px;
  top: 7px;
  left: 0; }

#clock .digits .d4:before {
  border-width: 0 5px 5px 0;
  border-bottom-color: inherit;
  top: -5px; }

#clock .digits .d4:after {
  border-width: 0 0 5px 5px;
  border-left-color: inherit;
  bottom: -5px; }

#clock .digits .d5 {
  width: 5px;
  height: 14px;
  top: 7px;
  right: 0; }

#clock .digits .d5:before {
  border-width: 0 0 5px 5px;
  border-bottom-color: inherit;
  top: -5px; }

#clock .digits .d5:after {
  border-width: 5px 0 0 5px;
  border-top-color: inherit;
  bottom: -5px; }

#clock .digits .d6 {
  width: 5px;
  height: 14px;
  top: 32px;
  left: 0; }

#clock .digits .d6:before {
  border-width: 0 5px 5px 0;
  border-bottom-color: inherit;
  top: -5px; }

#clock .digits .d6:after {
  border-width: 0 0 5px 5px;
  border-left-color: inherit;
  bottom: -5px; }

#clock .digits .d7 {
  width: 5px;
  height: 14px;
  top: 32px;
  right: 0; }

#clock .digits .d7:before {
  border-width: 0 0 5px 5px;
  border-bottom-color: inherit;
  top: -5px; }

#clock .digits .d7:after {
  border-width: 5px 0 0 5px;
  border-top-color: inherit;
  bottom: -5px; }

/* 1 */
#clock .digits div.one .d5,
#clock .digits div.one .d7 {
  opacity: 1; }

/* 2 */
#clock .digits div.two .d1,
#clock .digits div.two .d5,
#clock .digits div.two .d2,
#clock .digits div.two .d6,
#clock .digits div.two .d3 {
  opacity: 1; }

/* 3 */
#clock .digits div.three .d1,
#clock .digits div.three .d5,
#clock .digits div.three .d2,
#clock .digits div.three .d7,
#clock .digits div.three .d3 {
  opacity: 1; }

/* 4 */
#clock .digits div.four .d5,
#clock .digits div.four .d2,
#clock .digits div.four .d4,
#clock .digits div.four .d7 {
  opacity: 1; }

/* 5 */
#clock .digits div.five .d1,
#clock .digits div.five .d2,
#clock .digits div.five .d4,
#clock .digits div.five .d3,
#clock .digits div.five .d7 {
  opacity: 1; }

/* 6 */
#clock .digits div.six .d1,
#clock .digits div.six .d2,
#clock .digits div.six .d4,
#clock .digits div.six .d3,
#clock .digits div.six .d6,
#clock .digits div.six .d7 {
  opacity: 1; }

/* 7 */
#clock .digits div.seven .d1,
#clock .digits div.seven .d5,
#clock .digits div.seven .d7 {
  opacity: 1; }

/* 8 */
#clock .digits div.eight .d1,
#clock .digits div.eight .d2,
#clock .digits div.eight .d3,
#clock .digits div.eight .d4,
#clock .digits div.eight .d5,
#clock .digits div.eight .d6,
#clock .digits div.eight .d7 {
  opacity: 1; }

/* 9 */
#clock .digits div.nine .d1,
#clock .digits div.nine .d2,
#clock .digits div.nine .d3,
#clock .digits div.nine .d4,
#clock .digits div.nine .d5,
#clock .digits div.nine .d7 {
  opacity: 1; }

/* 0 */
#clock .digits div.zero .d1,
#clock .digits div.zero .d3,
#clock .digits div.zero .d4,
#clock .digits div.zero .d5,
#clock .digits div.zero .d6,
#clock .digits div.zero .d7 {
  opacity: 1; }

/* The dots */
#clock .digits div.dots {
  width: 5px; }

#clock .digits div.dots:before,
#clock .digits div.dots:after {
  width: 5px;
  height: 5px;
  content: '';
  position: absolute;
  left: 0;
  top: 14px; }

#clock .digits div.dots:after {
  top: 34px; }

/* Pending Counts Data Entry UI Styling */
#example {
  border: 0px; }

#grid {
  width: 79%; }

#grid div.k-grid-content {
  height: 400px !important; }

#txtAccountNumber {
  height: 15px;
  border: 1px solid #C0C0C0;
  text-transform: uppercase;
  width: 105%;
  border: 1px solid #C0C0C0; }

.grid-Head .k-dropdown-wrap {
  width: 100%; }

.grid-Head td.labelContainer {
  width: 60px;
  text-align: right; }

.grid-Head td.inputContainer {
  width: 200px; }

.grid-Head td.inputContainer span.k-combobox,
.grid-Head td.inputContainer span.k-combobox {
  width: 100%; }

.grid-Head td.clockContainer {
  width: 152px;
  vertical-align: middle;
  text-align: center; }

.grid-Head td.requiredMsg {
  width: 125px;
  padding-left: 10px; }

#btnPendingTime {
  display: block;
  margin-top: 5px; }

/* Pending Counts Panel Bar Styling */
#pendingCountView {
  max-height: 678px;
  min-height: 678px;
  overflow-y: scroll; }

.pendingOverdue {
  background-color: #EEDDDD; }

.pendingPended {
  background-color: #FFEE88; }

.pendingFinalized {
  background-color: #D4EE90; }

.pendingFacility div:first-child {
  font-size: 1.1em;
  font-weight: 600;
  display: inline; }

.pendingFacilityCount {
  display: inline;
  padding-left: 2%; }

.k-panel > .k-item > .k-link {
  display: table; }

.pendingGridColumn {
  padding-left: 2em; }

.pendingButtons {
  text-align: center; }

.pendingButtons .k-button {
  min-width: initial !important; }

/* Document Deficiency Window */
table.ddrTable {
  margin-bottom: 25px; }

table.ddrTable td {
  vertical-align: top;
  padding-left: 25px;
  padding-right: 25px; }

div.physicianContainer {
  text-align: center; }

/* Productivity Summary */
div.prodPerRed {
  color: #C73C4A;
  display: inline; }

div.prodPerYellow {
  color: #CAD640;
  display: inline; }

div.prodPerBlue {
  color: #406DD6;
  display: inline; }

div.prodPerGreen {
  color: #2AB83D;
  display: inline; }

div.prodPerOrange {
  color: #F09D30;
  display: inline; }

table.productivitySummary {
  font-size: 0.8em; }

table.productivitySummary td:first-child {
  padding-left: 4px;
  font-weight: 700; }

/* colors for dates based on productivity */
.redBox {
  background: #C73C4A;
  color: #d4d4d4 !important; }

.redBox:hover {
  background: #d05c67;
  color: #d4d4d4 !important; }

.greenBox {
  background: #2AB83D; }

.greenBox:hover {
  background: #39d24d; }

.blueBox {
  background: #406DD6; }

.blueBox:hover {
  background: #6287dd; }

.yellowBox {
  background: #F2F927; }

.yellowBox:hover {
  background: #f4fa4f; }

.orangeBox {
  background: #DF8C2F; }

.orangeBox:hover {
  background: #e4a052; }

.greyBox {
  background: #D4D4D4; }

.greyBox:hover {
  background: #e8e8e8; }

.lavenderBox {
    background: #c2b0d6;
}

.lavenderBox:hover {
    background: #d6cae3;
}

/* Monthly Productivity CSS */
#MonthlyProductivityViewer div.k-event {
  height: 60px !important;
  border-color: #D4D4D4 !important; }

#monthlyTotalBar {
  padding: 8px; }
  #monthlyTotalBar div {
    height: 25px;
    font-size: 1.2em;
    text-align: right;
    color: #444444;
    padding-top: 5px;
    padding-right: 55px;
    border-radius: 8px; }

#summaryInformationModalTable td {
  text-align: center; }

.workHoursLabel, .holidayHoursLabel {
  font-size: .8em;
  padding-left: .75em;
  float: left; }

.ptoHoursLabel, .utoHoursLabel {
  font-size: .8em;
  padding-left: .75em;
  margin-left: 50%; }

.ptoHoursLabel, .workHoursLabel {
  margin-top: 2%; }

.utoHoursLabel, .holidayHoursLabel {
  margin-top: -0.8em; }

/*Calendar Detail Styling*/
#calendarTableDetailContainer {
  margin: .5em .5em .5em .5em; }

#workHoursTableDetailContainer {
  margin: .7em .5em 1.2em .5em; }

/*Calendar Detail footer template styling */
#calendarTableDetailContainer tr.k-footer-template td, #workHoursTableDetailContainer tr.k-footer-template td {
  border-top: 1px solid #000; }

/* Document Deficiency div styling */
div.ddrTable-column {
  float: left;
  overflow-y: auto;
  padding-right: 1em;
  padding-left: 1em;
  height: 350px;
  margin: .3em; }

div.ddrTable-row {
  margin-bottom: 1em;
  clear: both; }

.dd-other-comment {
  color: #C73C4A;
  font-weight: 600;
  font-size: 0.9em;
  margin-top: 0.4em;
  margin-left: 0.3em;
  vertical-align: top; }

.ddrCommentToolTipRight {
  background-color: #787878 !important;
  margin-left: 1em !important;
  width: 150px;
  color: #FFF !important; }
  .ddrCommentToolTipRight div.k-callout, .ddrCommentToolTipRight div.k-callout-w {
    border-right-color: #787878; }

.ddrCommentToolTipLeft {
  background-color: #787878 !important;
  margin-right: 1em !important;
  width: 150px;
  color: #FFF !important; }
  .ddrCommentToolTipLeft div.k-callout, .ddrCommentToolTipLeft div.k-callout-e {
    border-left-color: #787878; }

.ddrCommentToolTipTop {
  background-color: #787878 !important;
  margin-bottom: 1em !important;
  min-width: 200px;
  color: #FFF !important; }
  .ddrCommentToolTipTop div.k-callout, .ddrCommentToolTipTop div.k-callout-n {
    border-top-color: #787878; }

.ddrTable-input {
  max-width: 325px; }
  .ddrTable-input label {
    font-size: 1em;
    font-weight: 500;
    display: inline; }

.k-dropdown-wrap > .k-input[unselectable='on'] {
    color: #787878 !important;
}

.k-dropdown-wrap.k-state-active > .k-input[unselectable='on'],
.k-dropdown-wrap.k-state-focused > .k-input[unselectable='on'],
.k-dropdown-wrap > .k-input[unselectable='on']:hover
{
    color: white !important;
}

