
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,800,800italic,300italic,300);
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:focus {
  outline: none;
}
body {
  background: #f6f6f6;
  min-width: 1150px;
}
.pure-g [class*=pure-u],
.pure-g-r [class*=pure-u],
body {
  font-family: "Open Sans", sans-serif;
}
.float-r {
  float: right;
}
.float-l {
  float: left;
}
.ui-select-navigate { 
  height: 200px;
  overflow: auto !important; 
}
.container {
  max-width: 1150px;
  margin: 0 auto;
  min-width: 320px;
}
.header__logo{
  text-align: left;
  float: left;
}
.header__nav {
  text-align: left;
  float: right;
}
.header {
  margin-top: 20px;
}
.header__nav ul {
  list-style: none;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  float: right;
  width: 100%;
  bottom: 0;
}
.header__nav li {
    float: left;
    margin-left: 0;
    padding-bottom: 17px;
    width: 80px;
}
.header__nav--selected {
  background: url("../images/bg_nav_selected.jpg") no-repeat center bottom;
}
.header__nav li.header__nav__time{
  width: 88px;
}
.header__nav li.header__nav__employee{
  width: 90px;
}
.header__nav li.header__nav__report{
  width: 76px;
}
.header__nav a {
  background: url("../images/sprite.png") no-repeat center top;
  color: #939393;
  float: left;
  font-size: 13px;
  margin-top: 20px;
  padding: 31px 10px 0;
  text-decoration: none;
  font-weight: 600;
}
.header__nav a:hover,
.header__nav--selected a {
  color: #9ab4c1;
  background-image: url("../images/sprite-hover.png");
}
.header__nav__employee a {
  background-position: center -60px;
}
.header__nav__report a {
  background-position: center -120px;
}
.header__nav li.header__nav__logout{
    float: left;
    width: 180px;
}
.header__nav__logout a {
    background: #c6d8e3 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    margin: 20px 22px 0 20px;
    padding: 9px 34px;
}
.header__nav__logout a:hover{
  background: #c6d8e3;
  color: #9ab4c1;
}
.content {
  padding: 42px 38px 20px 44px;
  background: #fff;
}
.welcome {
  background: #f6f6f6;
  color: #939393;
  margin-bottom: 40px;
  padding:20px 2.5% 15px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.welcome__head {
  font-weight: normal;
  margin: 0;
  float: left;
  padding: 7px 0 7px 60px;
  background: url("../images/icon-sprite.png") no-repeat left -56px;
}
.welcome__user {
  float: right;
  font-size: 18px;
  margin: 10px 0 0;
}
.entry {
  background: #f4fafd;
  padding: 10px 2%;
  float: left;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.entry h3 {
  background: url("../images/icon-sprite.png") no-repeat -4px -105px;
  color: #9ab4c1;
  margin: 0;
  padding: 7px 0 7px 37px;
  font-weight: 600;
  font-size: 18px;
}
.addEntry a {
  background: url("../images/icon-sprite.png") no-repeat scroll left 0;
  float: left;
  height: 43px;
  margin-left: 10px;
  margin-top: 8px;
  width: 43px;
}
.activeEntry {
  padding: 10px 2%;
  margin-top: 20px;
}
.activeEntry h3 {
  background: url("../images/icon-sprite.png") no-repeat left -137px;
  margin: 0;
  color: #939393;
  padding: 7px 0 7px 45px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
}
.button {
  background: #c6d8e3;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  padding: 5px 25px;
  font-size: 16px;
  border: 1px solid #c6d8e3;
}
.button:hover{
  color: #9ab4c1;
}
.payTotal [class*="pure-u"] {
  float: left;
  text-align: center;
}
.payTotal {
  padding: 20px 0 20px;
  background: #f6f6f6;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  position: relative;
  margin-top: 20px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px;
}
.payTotal__head {
  color: #939393;
  font-size: 16px;
}
.payTotal__head--color {
  color: #9ab4c1;
}
.payTotal__head--period {
  background: url("../images/icon-sprite.png") no-repeat scroll left -244px;
  padding: 2px 0 2px 40px;
}
.activeTable {
  width: 100%;
  border: 1px solid #ebebeb;
  font-size: 13px;
}
.activeTable th,
.activeTable td{
  border: 1px solid #ebebeb;
}
.activeTable__color {
  background: #f4fafd;
  color: #9ab4c1;
}
.activeTable__color th {
  border-color: #e5f0f5;
  padding: 8px 1%;
  text-align: left;
}
.activeTable td {
  color: #939393;
  border-color: #ededed;
  border-bottom-style: dotted;
  border-top-style: dotted;
  padding: 9px 10px 11px;
}
.activeTable__red td{
  color: #f00;
}
td.activeTable__date,
th.activeTable__date {
  padding-left: 40px;
  width: 120px;
}
th.activeTable__desc{
  width: 220px;
}

th.activeTable__small{
  padding: 8px 3px;
  width: 70px;
}

th.activeTable__traveltime{
  text-align: center;
}

td.activeTable__mileage,
th.activeTable__mileage{
  padding: 8px 3px;
  width: 60px;
  text-align: center;
}
th.activeTable__visitType{
  width: 150px;
}
th.activeTable__visitTime{
  padding: 8px 0.3%;
  width: 60px;
  text-align: center;
}
th.activeTable__medium{
  width: 130px;
}
th.activeTable__TotalHrs{
  padding: 8px 0;
  text-align: center;
  width: 120px;
}
th.activeTable__time {
  width: 110px;
  text-align: center;
}
td.activeTable__time {
  text-align: center;
}
label.total_hrs{
  width: 45px;
  text-align: center;
  float: left;
}
td.activeTable__date--expand span,
td.activeTable__date--expand .block-expander {
  background: url("../images/icon-sprite.png") no-repeat scroll -9px -181px;
  width: 30px;
  height: 19px;
  float: left;
  cursor: pointer;
}
td.activeTable__date--expand .block-void {
  background: none;
}
.activeTable td.activeTable__date--expand{
  width: 140px;
  padding-right: 0;
}
.activeTable__selected {
  background: #f4fafd;
}
.activeTable__selected .activeTable__date--expand span {
  background: url("../images/icon-sprite.png") no-repeat scroll -9px -213px;
}
td.activeTable__selected__detail {
  padding-left: 40px;
  color: #9ab4c1;
}
.activeTable__selected__detail,
.activeTable__selected__content {
  border-right: none;
  border-left: none;
}
.activeTable__border {
  border-bottom: 2px solid #9ab4c1;
}
.activeTable__border--color{
  background: url("../images/bg_tableborder.png") repeat-y scroll right;
}
.activeTable__noEntry {
  background: #f6f6f6;
}
.activeTable__detail{
  display: none;
}
.activeTable__detail span{
  width: 900px;
  float: left;
}
.activeTable__detail span.color {
    color: #9ab4c1;
    display: inline-block;
    padding-left: 40px;
    width: 150px;
    font-weight: 600;
}
.activeTable__detail div {
  padding: 9px 0;
  border-bottom: 1px dotted #dadada;
  float: left;
  width: 100%;
}
.activeTable__detail td{
  padding: 0;
}
.activeTable__detail{
  background: #f4fafd;
}
.payTotal__selector {
  position: absolute;
  right: 0;
  top: 50px;
  color: #9a9a9a;
  padding: 15px 10px;
  border: 2px solid #e5ebef;
  background: #fff;
  font-size: 13px;
}
.payTotal__selector__list {
  list-style-type: none;
  margin: 0;
  padding: 0 5px;
  overflow-y: scroll;
  height: 250px;
}
.payTotal__selector__list li {
  padding: 8px 5px;
  cursor: pointer;
  border-bottom: 1px dotted #d0d0d0;
}
.payTotal__selector__list li:last-child {
  border-bottom: none;
}
.payTotal__selector__list__selected {
  background: #c6d8e3;
  color: #fff;
}
.tip {
  background: #f4fafd;
  border: 1px solid #d0dfe8;
  padding: 8px 5px;
  color: #a0b9c5;
  position: relative;
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.errTip {
  background:#FF6699;
  border: 1px solid #d0dfe8;
  padding: 8px 5px;
  color: #a0b9c5;
  position: relative;
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.errTip .tip__arrow--left {
  background: url("../images/bg_tip_left.png") no-repeat scroll 0 0;
  height: 51px;
  left: -12px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  width: 26px;
}

.tip--style {
  font-style: italic;
}
.tip--center {
  text-align: center;
}
.newEntry__name {
  position: relative;
}
.newEntry__name .tip {
  position: absolute;
  right: -101px;
  z-index: 99;
  top: 70px;
  width: 200px;
  padding: 20px 30px;
}
.tip__arrow--left {
  background: url("../images/bg_tip_left.png") no-repeat scroll 0 0;
  height: 51px;
  left: -12px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  width: 26px;
}
.tip__arrow--top {
  background: url("../images/bg_tip_top.png") no-repeat scroll 0 0;
  height: 13px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: -12px;
  width: 27px;
}
.tip__arrow--top--right {
  left: auto;
  right: 10%;
}
.pagination {
  text-align: right;
  margin: 20px 0;
}
.pagination__next,
.pagination__prev {
  text-decoration: none;
  padding-top: 3px;
  margin-right: 10px;
}
.pagination__prev{
  margin-right: 10px;
}
.pagination__count {
  border: 1px solid #ebebeb;
  color: #9ab4c1;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  width: 40px;
  height: 33px;
}
.pagination__total {
  color: #c9c9c9;
  font-size: 13px;
  margin: 0 8px 0 2px;
}
.startEntry {
  padding: 10px 0 0 20px;
}
.startEntry .ui-widget {
  background: url("../images/bg_check.png") no-repeat scroll left 0;
  border: medium none;
  height: 30px;
  position: relative;
  width: 30px;
  margin-right: 120px;
  float: left;
}
.startEntry .ui-widget.ui-state-active {
  background-position: left -41px;
}
.startEntry .ui-button-text {
  color: #939393;
  font-size: 16px;
  font-weight: 600;
  left: 23px;
  margin: 0 10px;
  position: absolute;
  top: 4px;
  width: 110px;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
.startEntry .ui-widget.ui-state-active .ui-button-text {
  color: #9ab4c1;
}
.newEntry {
  padding: 30px 10px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.newEntry [class*="pure-u"] {
  float: left;
  padding: 3px 10px 8px;
  position: relative;
}
.newEntry label.error{
    bottom: -2px;
    left: 10px;
    position: absolute;
}
.newEntry label.error--remote{
  bottom: auto;
    left: auto;
    position: relative;
  display: inline;
  margin-right: 10px;
}
.newEntry__label {
  color: #939393;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  width: 100%;
  float: left;
}
.newEntry__label span {
  color: #a0b9c5;
}
.newEntry__input {
  width: 100%;
  border: 1px solid #c6d8e3;
  color: #9ab4c1;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  min-height: 35px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
textarea.newEntry__input{
  resize:none;
}
.button--cancel {
  background: url("../images/bg_cancel.png") no-repeat scroll 10px center;
  color: #9ab4c1;
  padding-left: 35px;
  margin-right: 10px;
}
.buttonWrap {
  text-align: right;
  padding: 15px;
}
.ui-tabs .buttonWrap {
    position: absolute;
    bottom: -55px;
    left: 0;
}
label.error {
  color: #f00;
  font-size: 11px;
  display: block;
  font-style: italic;
}
.error--remote{
  display: inline;
  margin-right: 10px;
}
.activeEntry--employee h3 {
  background: url("../images/sprite.png") no-repeat scroll left -53px;
}
.entry--employee h3 {
  background-position: left -280px;
}
.activeTable__settings__icon {
  background: url("../images/icon-sprite.png") no-repeat scroll -11px -328px;
  float: right;
  height: 20px;
  width: 20px;
  cursor: pointer;

}
.activeTable__settings__icon:hover,
.activeTable__settings__icon--selected {
  background-position: -11px -364px;
}
.newEntry .newEntry__initial {
  padding: 3px 0;
}
.newEntry .newEntry__initial .newEntry__input{
    margin-left: 22px;
    text-align: center;
    width: 45px;
}
.activeTable__settings {
  position: relative;
}
.activeTable__settings .tip {
  position: absolute;
  right: -8px;
  z-index: 99;
  top: 40px;
  width: 150px;
  padding: 8px 10px;
  display: none;
}
.activeTable__settings__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.activeTable__settings__list a {
  font-size: 13px;
  font-weight: 600;
  padding: 4px 0 4px 25px;
  text-decoration: none;
  color: #9ab4c1;
  margin: 4px 0;
  display: block;
}
.activeTable__settings__list .view {
  background: url("../images/icon-sprite.png") no-repeat scroll -13px -425px;
}
.activeTable__settings__list .edit {
  background: url("../images/icon-sprite.png") no-repeat scroll -11px -392px;
}
.entry--edit h3 {
  background-position: left -454px;
}
.backBtn a {
  background: url("../images/back_btn.png") no-repeat scroll ;
  color: #9ab4c1;
  font-size: 19px;
  font-weight: 600;
  padding: 7px 0 8px 45px;
  text-decoration: none;
  margin-left: 25px;
}
.details__table__content {
  border: 1px solid #ececec;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.details__table {
  width: 100%;
  color: #9ab4c1;
  font-size: 19px;
  font-weight: 600;
  border-collapse: separate;
  margin-top: 20px;
}
.details__table td {
  border: solid 1px #ececec;
  border-right: none;
  border-left: none;
  padding: 20px 5px;
}
.details__table tr:first-child td:first-child {
  padding-left: 20px;
  border-left: solid 1px #ececec;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.details__table tr:first-child td:last-child {
  border-right: solid 1px #ececec;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.details__table__head th {
  font-size: 13px;
  font-weight: 600;
  color: #c9c9c9;
  text-align: left;
  padding: 10px 5px;
}
.details__table__head th:first-child {
  padding-left: 20px;
}
.filter {
  float: right;
  text-align: right;
  margin-top: 40px;
  position: relative;
}
.filter__label {
  color: #9ab4c1;
  font-size: 15px;
  font-weight: 600;
  margin-right: 15px;
}
.activeTable__cancel {
  background: url("../images/bg_cancel_table.png") no-repeat scroll 0 4px;
  cursor: default;
  float: right;
  height: 18px;
  width: 12px;
}
.activeTable__cancel--red {
  background: url("../images/bg_cancel_table.png") no-repeat scroll 0 4px;
  cursor: pointer;
  float: right;
  height: 18px;
  width: 12px;
}
.activeTable__cancel--red:hover{
  background: url("../images/bg_cancel_table.png") no-repeat scroll 0 -14px;
}
.activeTable__lock {
  background: url("../images/sprite_lock.png") no-repeat scroll 0 2px;
  width: 18px;
  height: 18px;
  float: right;
  margin-right: 5px;
  margin-left: 2px;
  cursor: pointer;
  opacity: .6;
}
.activeTable__lock:hover {
  opacity: 1;
}
.activeTable__unlock {
  background: url("../images/sprite_lock.png") no-repeat scroll 0 -28px;
  width: 18px;
  height: 18px;
  float: right;
  margin-right: 5px;
  margin-left: 2px;
  cursor: pointer;
}
.filter__popup {
  background: #fff;
  border: 1px solid #e9eef2;
  float: left;
  position: absolute;
  right: 0;
  text-align: left;
  width: 300px;
  top: 40px;
  z-index: 99;
  height: 226px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px;
}
.filter__popup__header {
  background: #f4fafd none repeat scroll 0 0;
  color: #9ab4c1;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
  width: 100%;
  float: left;
  height: 42px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
          border-top-right-radius: 5px;
}
.daterange {
  padding: 17px 30px 32px;
  float: left;
}
.date-picker-wrapper {
  position: absolute !important;
  margin-left: -506px;
  padding: 0 !important;
  top: -1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
     -moz-border-top-left-radius: 5px;
     -moz-border-bottom-left-radius: 5px;
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
}
.date-picker-wrapper table.month1 .caption {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
          border-top-left-radius: 5px;
}
.activeEntry--date h3 {
  background-position: left -236px;
}
.filter--fixed {
  float: left;
  margin-top: 0;
}
.filter--fixed .filter__popup {
  position: relative;
  float: right;
  top: 0;
}
.employeeList_wrap{
  float: right;
  padding-left: 20px;
  position: relative;
}
.employeeList_wrap label.error{
  position: relative;
  bottom: -5px;
  left: 5px;
}
.employeeList{
  padding: 10px 0 !important;
  border: 1px solid #ebebeb;
  height: 226px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.activeTable__tip {
  position: relative;
}
.activeTable__tip .tip {
  padding: 20px;
  position: absolute;
  right: 60%;
  text-align: center;
  top: -50%;
  width: 175px;
  z-index: 99;
  margin-top: -35px;
}
.tip__arrow--right {
  background: url("../images/bg_tip_right.png") no-repeat scroll 0 0;
  height: 27px;
  right: -12px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  width: 13px;
}
.activeTableWrap {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
#tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
  width: 100%;
}
#tabs.ui-tabs .ui-tabs-nav li{
  width: 260px;
}
/*multi date picker*/
.drp_top-bar .normal-top,
.drp_top-bar .default-top,
.drp_top-bar .apply-btn,
.date-picker-wrapper .footer {
  display: none !important;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid.checked {
  color: #fff;
}
.date-picker-wrapper .month-wrapper table .day.checked.startDate,
.date-picker-wrapper .month-wrapper table .day.checked.mnthStart,
.date-picker-wrapper .month-wrapper table .day.checked.weekStart {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.date-picker-wrapper .month-wrapper table .day.checked.endDate,
.date-picker-wrapper .month-wrapper table .day.checked.mnthEnd,
.date-picker-wrapper .month-wrapper table .day.checked.weekEnd {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/*.month-wrapper table tbody tr:last-child td.visibleMnth{
    background: red;
}*/
.reportWrap .ui-widget {
  background: url("../images/bg_check.png") no-repeat scroll left 0;
  border: medium none;
  height: 30px;
  position: relative;
  width: 30px;
  margin-right: 180px;
  float: left;
}
.reportWrap .ui-widget.ui-state-active {
  background-position: left -41px;
}
.reportWrap .ui-button-text {
  color: #939393;
  font-size: 16px;
  font-weight: 600;
  left: 28px;
  margin: 0 10px;
  position: absolute;
  top: 4px;
  width: 170px;
  padding: 0;
  text-align: left;
  font-family: "Open Sans", sans-serif;
}
.reportWrap .ui-widget.ui-state-active .ui-button-text {
  color: #9ab4c1;
}
.reportWrap {
  padding: 50px 0 30px;
  float: right;
  clear: right;
}
.download {
  margin: 0 auto;
  display: table;
  background: #f4fafd;
  padding: 30px 20px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.download__text {
  color: #c6d8e3;
}
.download__icon {
  background:url("../images/icon-sprite.png") no-repeat scroll right -542px;
  color: #9ab4c1;
  padding-right: 43px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  float: right;
}
#filter__popup_1 {
  display: none;
}

/*multi date picker ends*/


/*custom select*/
.container .ui-selectmenu-button {
  background: #fff;
  border: 1px solid #c6d8e3;
}
.container .newEntry .ui-selectmenu-button {
  width: 100% !important;
}
#ddPayPeriod-button.ui-selectmenu-button {
  background: none;
  border: none;
  width: 185px !important;
}
#ddPayPeriod-button.ui-selectmenu-button span.ui-icon{
  background: none;
}
#ddPayPeriod-button.ui-selectmenu-button span.ui-selectmenu-text {
  background: #c6d8e3 none repeat scroll 0 0;
  border-radius: 20px;
  color: #fff;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  width: 185px;
}
/*.container .ui-state-hover,
.container .ui-state-focus{
  background: none;
}*/
#ddPayPeriod-button {
  margin-top: -10px;
}
#ddPayPeriod-menu {
  background: #fff;
  border: none;
  margin-top: 10px;
}
.ui-menu .ui-menu-item {
  font-size: 13px;
  font-family: "Open Sans";
  color: #939393;
  padding: 8px 5px;
  border-bottom: 1px dotted #ddd;
}
.ui-menu .ui-menu-item:last-child {
  border-bottom: none;
}
.ui-selectmenu-menu {
  background: #fff;
  border: 1px solid #ddd;
  max-height: 250px;
  overflow-x: hidden;
  border-radius: 5px;

}
.ui-selectmenu-menu .ui-widget-content .ui-state-focus {
  background: #c6d8e3;
  border: none;
  color: #fff;
  font-size: 13px;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  color: #9ab4c1;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 600;
  min-height: 33px;
  font-family: "Open Sans", sans-serif;
}
.ui-selectmenu-button span.ui-icon {
  background: url("../images/bg_select.png") no-repeat scroll center;
}

.ui-selectmenu-menu .ui-widget-content {
  background: #fff;
  padding: 7px 15px;
  overflow: hidden;
  border: none;
}
.ui-selectmenu-menu .ui-menu {
  /*width: 100% !important;*/
}

/*custom select ends*/
/*datepicker*/
.ui-datepicker {
  background: #fff;
  padding: 0 10px;
  width: 240px;
  margin-top: -34px;
  background:#fff url("../../images/bg_multicalender.jpg") repeat-x scroll top;
}

.ui-datepicker-header {
  background: #f4fafd;
  border: none;
}
.ui-datepicker .ui-datepicker-title {
  color: #9ab4c1;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-top: 4px;
}

.ui-datepicker td,
.ui-datepicker th {
  padding: 0;
}
.ui-datepicker th span,
.ui-datepicker td span,
.ui-datepicker td .ui-state-default {
  background: none;
  border: none;
  color: #939393;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  padding: 7px 5px;
  display: block;
  width: 30px;
}
.ui-datepicker td a.ui-state-highlight,
.ui-datepicker td a.ui-state-hover {
  background: url("../images/bg_calender.png") no-repeat scroll center;
  color: #fff;
}
.ui-datepicker td a.ui-state-active {
  color: #9ab4c1;
}
.ui-datepicker .ui-datepicker-next {
  background: url("../images/bg_calender_nav.png") no-repeat scroll 10px 11px;
  border: medium none;
  cursor: pointer;
  right: 1px;
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  background: url("../images/bg_calender_nav.png") no-repeat scroll 10px -22px;
  border: medium none;
  cursor: pointer;
  left: 1px;
  top: 1px;
}
/*datepicker ends*/
/*custom tab*/
.ui-tabs.ui-widget,
.ui-tabs-nav.ui-widget-header {
  background: none;
  border: none;
  padding: 0;
}
.ui-tabs .ui-tabs-panel {
  padding: 0;
}
.ui-tabs .ui-tabs-nav li {
  border: none;
  background: #f6f6f6 ;
  margin-right: 8px;
}
.ui-tabs-active .ui-tabs-anchor {
  background: #f4fafd ;
}
.ui-tabs-nav  .entry {
  background: #f6f6f6;
}
.ui-tabs-nav  .entry h3 {
  color: #c9c9c9;
  font-size: 19px;
}
.ui-tabs-nav .ui-tabs-active .entry {
  background: #f4fafd ;
}
.ui-tabs-nav .ui-tabs-active .entry h3 {
  color: #9ab4c1;
}
.ui-tabs-nav .entry--edit h3 {
  background-position: -5px -495px;
}
.ui-tabs-nav .ui-tabs-active .entry--edit h3 {
  background-position: -5px -456px;
}
.ui-tabs-nav .entry--employee h3 {
  background: url("../images/sprite.png") no-repeat scroll -6px -56px;
}
.ui-tabs-nav .ui-tabs-active .entry--employee h3 {
  background: url("../images/icon-sprite.png") no-repeat scroll -10px -284px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0 1em;
}


/*custom tab ends*/

.switch-button-label.off {
  color: #939393;
}
.switch-button-label.on {
  color: #9ab4c1;
}
.switch-button-background {
  background: #eff6fa none repeat scroll 0 0;
  border: 1px solid #c6d8e3;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  margin: 23px 0 6px 0;
  position: relative;
}
.switch-button-button {
  background: #fff url("../images/bg_switch.png") no-repeat center;
  border: 1px solid #c6d8e3;
  border-radius: 4px;
  left: -1px;
  position: absolute;
  top: -1px;
}
.switch-button-label {
  cursor: pointer;
  color: #939393;
  float: left;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  position: absolute;
  left: 10px;
}
.jqueryswitch .switch-button-label:last-child {
  right: 10px;
}
.jqueryswitch {
  position: relative;
}
.switch-button-button{
  left: 89px !important;
}
.checked .switch-button-button{
  left: -1px !important;
}
.ui-tabs .newEntry {
    border: 1px solid #ebebeb;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

/*login page*/
.container--login {
  max-width: 400px;
}
.container__logo {
  background: url("../images/logo-login.png") no-repeat center;
  width: 100%;
  height: 105px;
  text-indent: -99999px;
  /*margin-bottom: 13px;*/
  margin-bottom: 0px;

}
.login {
  border: 1px solid #ebebeb;
  padding: 34px 50px  ;
  background: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.login__input,
.daterange__input {
  border: 1px solid #c6d8e3;
  border-radius: 5px;
  color: #9ab4c1;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 10px;
  width: 100%;
}
.login__label {
  color: #939393;
  float: left;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 7px;
  margin-top: 3px;
  width: 100%;
}
.daterange__label {
  color: #939393;
  float: left;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 10px;
  width: 100%;
}
.login .ui-widget {
  background: url("../images/bg_check.png") no-repeat scroll left 0;
  border: medium none;
  height: 30px;
  position: relative;
  width: 30px;
  margin-top: 12px;
  float: left;
  margin-left: -2px;
}
.login .ui-widget.ui-state-active {
  background-position: left -41px;
}
.login .ui-button-text {
  color: #939393;
  font-size: 13px;
  font-weight: 600;
  left: 23px;
  position: absolute;
  top: 2px;
  width: 119px;
}
.login__submit {
  float: right;
  margin-top: 8px;
  padding: 5px 43px;
}
.login .error {
  width: 100%;
  float: left;
}
/*login page ends*/

/*dialogbox */

.ui-widget-content.ui-dialog {
  background: #fff;
  border: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog .ui-dialog-title {
  background: url("../images/icon-sprite.png") no-repeat scroll -8px -594px;
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 2px 0 2px 32px;
  display: inline;
  float: none;
}
.ui-dialog  .ui-button-text {
  background: #fff;
  border-radius: 20px;
  color: #9ab4c1;
  padding: 5px 25px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #c6d8e3;
}
.ui-dialog .ui-state-hover .ui-button-text,
.ui-dialog .ui-button-text:hover {
  background: #c6d8e3;
  color: #fff;
  border-color: #c6d8e3;
}

/*dialogbox ends*/
.selectable .ui-selecting {
  background: #f4fafd;
}
.selectable {
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px 0;
  width: 100%;
}
.selectable li {
  border-bottom: 1px dotted #ddd;
  color: #939393;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 5px;
  width: 88%;
  margin-left: 5%;
}
.selectable .ui-selected {
  background: #c6d8e3 none repeat scroll 0 0;
  border-bottom: 1px solid #c6d8e3 ;
  color: #fff;
  font-size: 13px;
}
.employeeList .jspVerticalBar{
  right: 10px;
}
.welcome.warning{
    color: #e78536;
    font-size: 19px;
}
.login__pagenotfound{
  color: #9ab4c1;
  font-size: 25px;
  font-style: italic;
  text-align: center;
}
.backBtn--pagenotfound{
  margin-top:20px;
  text-align: center;
}
.backBtn--pagenotfound a{
    font-size: 17px;
    margin-left: -12px;
    padding: 9px 0 9px 45px;
}
.welcome__head--employee{
  background: url("../images/bg_employee.png") no-repeat scroll left 0;
}
#tabs.ui-widget{
  position:relative;
}
#tabs.ui-widget .addEntry{
  position: absolute;
  left: 270px;
  top: 0;
}
.tip--error{
  color: #c58a84;
  border-color: #ffd3ba;
  background: #fff5f3;
}
.tip--error .tip__arrow--left{
  background: rgba(0, 0, 0, 0) url("../images/bg_tip_left_error.png") no-repeat scroll -1px 0
}
.newEntry input[disabled]{
  background: #fff;
  opacity: 0.5;
}
.activeEntry--dateSelect {
    padding-right: 0;
    text-align: right;
    margin-top: 23px;
}
/*IE hack*/
@media screen\0 {
  .ui-selectmenu-menu{
    max-height:190px;
  }
}
/*IE hack ends*/

/*Dev*/
.hide{display: none;}
.nonClick{cursor: default;}
.activeTable__lock.nonClick:hover{ opacity: .6}


























/*Dev*/

/*@media screen and (min-width: 768px) {

}*/

.month-name {
  text-transform: capitalize;
}
.policyContent{
  color: #939393;
  font-size: 13px;
  text-align: justify;`
}
.timeSelected{
  width: 186px !important;
}
.det_sec {
    margin-top:10px !important;
    position: relative !important;
    width: 100% !important;
    margin-left: 50px !important;
}
.det_sec .pure-u-1-8{
  
}
