@import url(../fonts/roboto/roboto_condensed_macroman/stylesheet.css);

@import url(../fonts/roboto/roboto_boldcondensed_macroman/stylesheet.css);

.hide {
  display: none !important;
}

body {
  font-family: "roboto_condensedregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #bbb;
  color: #555;
  font-size: 14px;
}

h1, h2, h3, h4, h5 {
  font-family: "roboto_condensedbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #aa2228;
  cursor: pointer;
}

a:hover {
  color: #681919;
}

strong {
  font-family: "roboto_condensedbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

#logo {
  width: 100px;
  float: left;
}

#logo.login {
  text-align: center;
  margin: 0 auto;
  float: none;
}

#user-info {
  float: left;
  padding: 20px 30px;
  line-height: 21px;
}

#user-info .username {
  color: #444;
  font-weight: bold;
  font-size: 17px;
}

#user-info .usermeta {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
}

#login-info {
  text-align: center;
  float: none;
  width: 245px;
  margin: 20px auto;
  display: block;
  padding: 0 20px;
}

#login-info div {
  padding: 7px;
}

#login-info label {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

nav {
  float: right;
  width: 200px;
  padding: 20px 0;
}

.container {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.narrowpage .container {
  width: 1000px;
}

.text-center {
  text-align: center;
}

hr {
  border-top: solid 1px #bbb;
  border-bottom: 0;
  margin: 25px 0;
  clear: both;
  height: 1px;
}

.btn {
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  padding: 10px 15px;
}

.btn-bold {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.btn-block {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.override-btn {
	font-size: 11px;
	padding: 5px;
	background: #fff;
	color: #777;
	font-weight: bold;
	border: 1px solid #aaa;
	margin-left: 5px;	
}
.override-btn:hover {
  background: #777;
  color: #fff;
  border: solid 1px #777;
}
.btn i {
  margin-right: 10px;
}

a.red-bg, button.red-bg {
  color: #fff;
  background: #aa2228;
}

a.red-bg:hover, button.red-bg:hover {
  color: #fff;
  background: #681919;
}

.dropdown-btn {
  background: #fff;
  display: block;
  padding: 5px 7px;
  position: relative;
  height: 20px;
  line-height: 20px;
}

.dropdown-btn .droparrow {
  background: #aa2228;
  position: absolute;
  padding: 5px;
  right: 0;
  top: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-size: 10px;
}

#notification_center-wrapper {
  position: fixed;
  top: 10px;
  right: 0;
  z-index: 100;
}

.notifications-button {
  cursor: pointer;
  float: left;
  padding: 10px;
  background: #ddd;
  border-radius: 100px 0 0 100px;
}

.notifications-button span {
  color: #999;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 100px;
  font-size: 15px;
  line-height: 15px;
  padding: 5px;
  text-align: center;
}

.notifications-button span.active {
  color: #fff;
  background: #aa2228;
}

#notifications_holder {
  background: #ddd;
  float: right;
}

#notifications_holder_list {
  max-height: 350px;
  overflow-y: scroll;
}

.notification {
  padding: 10px;
  margin: 7px 0 7px 7px;
  background: #eee;
  font-size: 12px;
  box-shadow: 0 2px 1px #ccc;
}

.notification a.btn {
  background: #aa2228;
  padding: 2px 5px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 3px;
}

#content {
  width: 800px;
  min-height: 240px;
  float: left;
  font-size: 14px;
}

#content h1 {
  font-size: 24px;
  margin: 0 0 15px 0;
}

.scheduler_container {
  width: 1000px;
  float: left;
}

.scheduler_calendar {
  width: 795px;
  margin-left: 195px;
  padding: 5px;
  min-height: 400px;
  background: #fff;
}

#filters_holder {
  position: relative;
  margin-left: -200px;
}

.filter {
  padding: 15px 0 0 0;
  width: 80px;
  margin-right: 7px;
  float: left;
  cursor: pointer;
  position: relative;
}

.filter:hover .droparrow {
  background: #681919;
}

.filter .dropdown-btn {
  padding: 3px 5px;
}

.filter .dropdown-btn .droparrow {
  padding: 3px 1px;
}

.filter-dropdown {
  position: absolute;
  z-index: 100;
  top: 45px;
  left: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 5px #aaa;
  padding: 10px;
  width: 150px;
}

.filter-dropdown ul {
  margin-bottom: 5px;
}

#scheduler_clients-dropdown.filter-dropdown {
  right: -3px;
  left: auto;
}

.filter-dropdown:after {
  bottom: 100%;
  left: 70px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-width: 5px;
  margin-left: -5px;
}

#scheduler_clients-dropdown.filter-dropdown:after {
  left: auto;
  right: 8px;
}

.filter-dropdown a {
  display: block;
  padding: 7px 15px;
  margin: 10px -10px -10px -10px;
  background: #aa2228;
  color: #fff;
}

.filter-dropdown a:hover {
  background: #681919;
}

.scheduler_monthnav {
  font-family: "roboto_condensedbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 20px;
  padding: 23px;
  margin-top: -70px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scheduler_monthnav .navarrow {
  background: #eee;
  margin: 0 20px;
  font-size: 7px;
  line-height: 20px;
  padding: 3px;
  display: inline-block;
  padding: 3px 8px 1px 8px;
}

.scheduler_weeknav {
  position: relative;
}

.scheduler_weeknav .navarrow {
  position: absolute;
  background: #888;
  color: #fff;
  font-size: 8px;
  line-height: 11px;
  padding: 5px;
  height: 10px;
  width: 10px;
  top: 20px;
  cursor: pointer;
}

.scheduler_weeknav .navarrow:hover {
  background: #aa2228;
}

.scheduler_weeknav .prevarrow {
  left: -20px;
}

.scheduler_weeknav .nextarrow {
  right: -20px;
}

.scheduler_weeknav li {
  color: #fff;
  text-align: center;
  background: #444;
  border-left: solid 1px #fff;
  text-transform: uppercase;
  padding: 10px;
  line-height: 18px;
}

.scheduler_weeknav li:first-child {
  border-left: none;
}

.scheduler_weeknav li .weeknum {
  font-family: "roboto_condensedbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  font-size: 20px;
}

.scheduler_weeknav li.no_requests {
	background: #555;
	color: #777;
}
.scheduler_weeknav li a {
	display: block;
	color: #fff;
}
.request_year {
	text-align: center;
	padding: 10px;
	font-size: 16px;
	background: #333;
	border-bottom: solid 1px #fff;
	color: #fff;
}
.request_year a {
	color: #fff;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.tablerow {
  display: table;
  table-layout: fixed;
  width: 100%;
}

ul.tablerow li {
  display: table-cell;
  vertical-align: middle;
}

.plaintable {
  padding: 15px;
}

.plaintable ul.tablerow.thead {
  font-family: "roboto_condensedbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 110%;
}

.plaintable ul.tablerow {
  border-bottom: solid 1px #ccc;
}

.plaintable ul.tablerow li {
  padding: 10px 5px;
}

.plaintable ul.tablerow li:first-child {
  width: 500px;
}

#Archive_Any_error {
  text-align: center;
}

.archive {
  background: #fff;
}

.archive .plaintable {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.archive .plaintable ul.tablerow li:first-child {
  width: auto;
}

.scheduler_table .client_wrapper {
  margin-left: -200px;
}

.scheduler_table li:first-child {
  width: 188px;
  padding: 5px 7px !important;
}

.scheduler_table ul.clientname {
  margin-top: 10px;
}

.scheduler_table ul.clientname li:first-child {
  font-family: "roboto_condensedbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  color: #444;
  font-size: 18px;
  position: relative;
}

.scheduler_table ul.clientname li:first-child a {
  color: #555;
}

.scheduler_table ul.clientname li:first-child a:hover {
  color: #333;
}

.scheduler_table ul.clientname li:first-child a.delete_client {
  opacity: 0;
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  padding: 6px 10px;
  display: inline-block;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  background: #fff;
}

/*
.scheduler_table ul.clientname li:first-child:hover a.delete_client {
  opacity: 0.9;
}
*/

.scheduler_table ul.clientname li {
  text-align: center;
  color: #aaa;
  font-family: "roboto_condensedbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

.scheduler_table ul.regionname {
  text-align: center;
  margin: 0px 0 4px 0;
}

.scheduler_table ul.regionname li:nth-child(odd) {
  background: url(../../images/night-icon.png) no-repeat center center #888;
}

.scheduler_table ul.regionname li:nth-child(even) {
  background: url(../../images/morning-icon.png) no-repeat center center #bbb;
}

.scheduler_table ul.regionname li:first-child {
  text-align: left;
  background: #808080;
  border-left: solid 5px #808080;
  color: #fff;
  font-size: 12px;
  position: relative;
  padding: 5px 3px 5px 4px !important;
}

.scheduler_table ul.regionname li:first-child a {
  color: #fff;
}

.scheduler_table ul.regionname li:first-child a:hover {
  color: #ddd;
}

.scheduler_table ul.regionname li:first-child a.add_location {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  background: #aa2228;
  color: #fff;
  font-size: 11px;
  padding: 5px 8px;
  transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -webkit-transition: opacity .15s ease-in-out;
}

.scheduler_table ul.regionname li:first-child:hover a.add_location {
  opacity: 0.9;
}

.scheduler_table ul.location {
  font-size: 12px;
  margin: 4px 0;
}

.scheduler_table ul.location li {
  position: relative;
  padding: 2px;
  height: 30px;
  vertical-align: top;
}

.scheduler_table ul.location li:nth-child(odd) {
  background: #ccc;
  border-right: solid 1px #fff;
}

.scheduler_table ul.location li:nth-child(even) {
  background: #eee;
  border-left: solid 1px #fff;
}

.scheduler_table ul.location li:first-child {
  position: relative;
  text-align: left;
  font-size: 15px;
  background: #fff;
  border-left: solid 5px #bbb;
  width: 180px;
  vertical-align: middle;
}

.scheduler_table ul.location.archived_well li:first-child {
  background: #eee;
  border-left: solid 10px #bbb;
  width: 175px;
  font-size: 12px;
}

.scheduler_table ul.location li:first-child a {
  color: #444;
}

.scheduler_table ul.location.d_well li:first-child a {
  color: #888;
}

.scheduler_table ul.location li:first-child a:hover {
  color: #aa2228;
}

.scheduler_table ul.location li.well_closed {
  background-image: url(../../images/blocked-x.png);
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
}

.scheduler_table ul.location li:first-child a.delete_location {
  opacity: 0;
  position: absolute;
  line-height: 0;
  top: 50%;
  margin-top: -18px;
  width: 16px;
  right: 0px;
  padding: 10px;
  background: #fff;
  display: inline-block;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.scheduler_table ul.location li:first-child:hover a.delete_location {
  opacity: 0.9;
}

.scheduler_table ul.location .worker_name {
  display: block;
  padding: 2px;
  overflow: hidden;
  white-space: nowrap;
}
.scheduler_table ul.location .worker_name.you {
  font-family: "roboto_condensedbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.scheduler_table ul.location li .add_worker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../images/add-worker.png) center center no-repeat #000;
  opacity: 0;
  cursor: pointer;
  transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -webkit-transition: opacity .15s ease-in-out;
}

.scheduler_table ul.location li:hover .add_worker,
.scheduler_table ul.location li:hover .view_details {
  opacity: 0.8;
}

.scheduler_table ul.location li .view_details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../images/info-icon.png) center center no-repeat #000;
  opacity: 0;
  cursor: pointer;
  transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -webkit-transition: opacity .15s ease-in-out;
}

aside {
  float: left;
  width: 180px;
  padding: 10px;
  margin-top: 65px;
  background: #ccc;
  position: relative;
}

.addemp-btn {
  position: absolute;
  right: -10px;
  top: -5px;
  display: inline-block;
  z-index: 1;
  box-shadow: 0 1px 3px #aaa;
  border-radius: 100%;
  margin: 0;
  line-height: 0;
}

.btn.tinybtn {
  padding: 5px 10px;
  display: inline-block;
  background: #999;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  margin-right: 2px;
}

.individual_employee .btn {
  overflow: hidden;
}

.individual_employee .btn a {
  padding: 0;
  display: inline;
  background: none;
  color: inherit;
  text-transform: capitalize;
  font-size: 13px;
  margin: 0;
}

.employees_container {
  margin: 10px -10px 10px 2px;
  overflow-y: scroll;
  padding-right: 15px;
}

.employees_container .dropdown-btn {
  margin-top: 4px;
}

.employees_container .dropdown-btn .days_scheduled {
  position: absolute;
  padding: 5px 8px;
  right: 26px;
  top: 0;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: #681919;
}

.employees_container .dropdown-btn .minical_icon {
  position: absolute;
  right: 0px;
  padding: 5px 8px;
  width: 10px;
  top: 0;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background: url(../../images/minical-icon.png) no-repeat center center #aa2228;
}

.employees_container .dropdown-btn .droparrow {
  width: 10px;
}

.employee_minicalendar {
  background: #aa2228;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

.open_minicalender {
  cursor: pointer;
}

.open_minicalender.active .droparrow {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.shift-selector {
  margin-top: 5px;
  padding: 0 7px;
  font-size: 12px;
  text-align: left;
  line-height: 25px;
}

.shift-selector a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 2px;
  vertical-align: top;
}

.shift-selector a.morning {
  background: url(../../images/morning-icon_white.png) center center no-repeat;
}

.shift-selector a.morning.selected {
  background: url(../../images/morning-icon_yellow.png) center center no-repeat;
}

.shift-selector a.evening {
  background: url(../../images/night-icon_white.png) center center no-repeat;
}

.shift-selector a.evening.selected {
  background: url(../../images/night-icon_blue.png) center center no-repeat;
}

.shift-selector a.vacation {
  background: url(../../images/vacation-icon_white.png) center center no-repeat;
}

.shift-selector a.vacation.selected {
  background: url(../../images/vacation-icon_green.png) center center no-repeat;
}

.shift-selector a.block {
  background: url(../../images/block-icon_white.png) center center no-repeat;
}

.shift-selector a.block.selected {
  background: url(../../images/block-icon_grey.png) center center no-repeat;
}

.shift-selector button {
  -webkit-appearance: none;
  display: inline-block;
  padding: 0px 5px;
  height: 26px;
  line-height: 26px;
  background: #681919;
  color: #fff;
  border: none;
  float: right;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.5;
}

.amd-calendar {
  width: 100%;
  table-layout: fixed;
}

.amd-calendar,
.amd-calendar td {
  border: 1px solid #ddd;
  font-size: 13px;
}

.amd-calendar th {
  background: #ddd;
  font-weight: normal;
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "roboto_condensedbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.amd-calendar td {
  text-align: center;
  vertical-align: middle;
  padding: 3px;
}

.amd-calendar td:hover {
  cursor: pointer;
}

.amd-calendar td span {
  display: block;
}

.calendar_day,
.calendar_not_here_day {
  background: #FFF600;
}

.calendar_night,
.calendar_not_here_night {
  background: #3CDEFB;
}

.calendar_day.calendar_night,
.calendar_not_here_day.calendar_not_here_night {
  background: url(../../images/day-night_bg.jpg) repeat-y center center;
}

.calendar_not_here_day,
.calendar_not_here_night,
.calendar_not_here_day.calendar_not_here_night {
  opacity: 0.4;
  color: #000;
}

.bigcal_today {
  background: #681919 !important;
}

.calendar_vacation {
  background: #C89CCE;
}

.calendar_blocked {
  background: #bbb;
  color: #888;
}

.calendar_ccblocked {
  background: #eee;
}

.cal-legend {
  font-size: 10px;
  text-transform: uppercase;
}

.cal-legend span {
  width: 13px;
  height: 13px;
  margin: 0 5px 0 10px;
  display: inline-block;
}

.calendar_well_closed {
  background-color: #eee;
  background-image: url(../../images/blocked-x.png);
  background-position: center center;
  background-repeat: no-repeat;
  color: #000;
  opacity: 0.6;
}

.calender_today {
  font-family: "roboto_condensedbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: solid 1px #111 !important;
  text-decoration: none;
}

.calender_week {
  border-bottom: 5px solid black !important;
}

.workers_container {
  padding: 10px;
}

footer {
  margin: 15px;
  text-align: center;
}

footer a {
  color: #555;
  display: inline-block;
  padding: 5px 10px;
}

/* FORM STYLING */

.clear-search {
  position: relative;
}

.clear-search input[type="reset"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #aaa;
  padding: 3px;
}

.close-icon {
  display: none;
  border: 1px solid transparent;
  background-color: transparent;
  position: absolute;
  vertical-align: middle;
  right: 15px;
  top: 5px;
  outline: 0;
  cursor: pointer;
}

.close-icon:after {
  content: "x";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  background-color: #CCC;
  z-index: 1;
  padding: 2px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 9px;
  cursor: pointer;
  line-height: 13px;
}

textarea,
input[type="text"],
input[type="search"],
input[type="password"] {
  font-family: "roboto_condensedregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
}

form .row {
  margin-bottom: 15px;
  vertical-align: top;
}

form fieldset {
  padding: 15px;
  margin: 0 0 20px 0;
}

form legend {
  font-size: 16px;
  margin-bottom: -10px;
  padding: 7px;
}

form .row.half {
  display: inline-block;
  width: 46.5%;
  padding: 11px;
  margin: 0;
}

form .third {
  display: inline-block;
  width: 29.75%;
  padding: 11px;
  margin: 0;
}

form .fourth {
  display: inline-block;
  width: 21.5%;
  padding: 11px;
  margin: 0;
}

form label {
    /* font-family: "roboto_condensedbold", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  display: block;
  clear: both;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 15px;
}

form.hform fieldset .row {
  padding: 11px;
  vertical-align: top;
}

.jquery-modal.blocker {
  z-index: 9998 !important;
}

.modal {
  z-index: 9999 !important;
}

.modal h4 {
  margin-top: 0;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: solid 1px #ddd;
}

.modal form.hform .half {
  padding: 5px;
}

.modal form.hform .third {
  width: 30%;
  padding: 5px;
}

form .checkbox-inline strong {
  margin-right: 5px;
}

form .checkbox-inline label {
  display: inline;
  font-family: "roboto_condensedregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-right: 10px;
}

form select, nav select {
  width: 100%;
}

form fieldset .add {
  text-align: right;
  margin: 0 -15px -15px 0;
}

form fieldset .add a.btn {
  background: #ddd;
  font-size: 10px;
  text-transform: uppercase;
  color: #777;
  cursor: pointer;
  border-radius: 8px 0 0 0;
}

form.appraisal-detail label {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

form .prepend {
  position: relative;
}

form .prepend-icon {
  position: absolute;
  top: 5px;
  left: 7px;
}

form .prepend input {
  padding-left: 18px;
  box-sizing: border-box;
}

form.appraisal-detail .detail {
  display: inline-block;
  width: 69%;
}

.errorMsg {
  text-align: center;
  background: #681919;
  margin: 0 -30px;
  color: #fff;
  line-height: 34px;
  font-size: 15px;
}

.errorMsg.success {
  background: #CEB119;
}

.xdsoft_datetimepicker {
  padding: 0;
  background: none;
  border: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  float: none;
  width: 305px;
  margin: 0;
}

.border-row label {
  padding: 0;
}

.border-row .row {
  padding-bottom: 5px;
  border-bottom: solid 1px #ddd;
}

.border-row .row:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

ul.hideseek-data {
  list-style-type: none;
  padding: 0px;
  margin: 7px 0;
  max-height: 250px;
  overflow-x: scroll;
}

.hideseek-data li {
  list-style-type: none;
  margin: 0;
  padding: 6px 10px;
}

.hideseek-data li:hover {
  background: #eee;
}

.hideseek-data label {
  margin-bottom: 0;
}

.hideseek-data input[type="checkbox"] {
  margin-right: 5px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  display: table;
  content: " ";
  clear: both;
}

.oscroll {
  overflow-y: scroll;
  height: 400px;
}

.disabledli {
  color: rgba(127,127,127,0.82);
}

.no_work {
  padding: 30px;
  font-size: 22px;
  text-align: center;
}

.worker-notification {
  position: relative;
  padding: 30px 10px 10px 10px;
  margin: 5px 0;
  background: #eee;
  font-size: 12px;
  box-shadow: 0 2px 1px #ccc;
}

.worker-notification strong {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 7px 5px;
  font-size: 10px;
  color: #888;
  text-transform: uppercase;
}

.worker-notification span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  background: #888;
  color: #fff;
}
.worker-notification div {
  display: block;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: solid 1px #ddd;
}

.worker-notification em {
  font-size: 10px;
  display: block;
  color: #888;
}

.worker-notification.approved span {
  background-color: #186835;
}

.worker-notification.approved strong {
  color: #186835;
}

.worker-notification.denied span {
  background-color: #681919;
}

.worker-notification.denied strong {
  color: #681919;
}

.bigcal_Working {
}

.bigcal_Vacation {
  background: #C89CCE !important;
}

.bigcal_Blocked {
  background: #222 !important;
  color: #777 !important;
}


.deleter {
	opacity: 0;
    float: right;
	cursor: pointer;
	background: #444;
    color: white;
	font-size: 10px;
	line-height: 20px;
	width: 20px;
	text-align: center;
}
.tablerow:hover .deleter {
	opacity: 1;
}
.alert { background-color: #ff2626; color: #000; }
.alert.success {
  background: #0fc740;
  color: #fff;
  padding: 10px 15px;
}


.button_blocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
}