body {
    background-color: #fff7e5;
    font-family: georgia, serif;
    font-size: 16px;
}

input#refdate {
  width: 30%;
}

/* jQuery UI Datepicker - prev/next month buttons */
.ui-datepicker-prev,
.ui-datepicker-next {
    cursor: pointer;
    padding: 5px;
    width: 20px;
    height: 20px;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 5px;
}

.ui-datepicker-next {
    float: right;
    margin-right: 5px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none;
}

.ui-datepicker-prev::after {
    content: "◀";
    font-size: 14px;
    color: #fff;
}

.ui-datepicker-next::after {
    content: "▶";
    font-size: 14px;
    color: #fff;
}

.ui-datepicker-prev:hover::after,
.ui-datepicker-next:hover::after {
    color: #ccc;
}

div.empheaderdiv {
  display: inline;
  clear: both;
}

div.TechNotes {
  background-color: #f00;

  text-decoration: blink;

  cursor: pointer;

	color: #000;
	/* padding: 10px; */
	display: inline-block;
	border-radius: 3px;
	animation: blinkingBackground 4s infinite;
}
@keyframes blinkingBackground{

  0%		{ background-color: #fc9403;}
  /* 25%		{ background-color: #Dd260e;} */
  50%		{ background-color: #fc9403;}
  75%		{ background-color: #fcc; }
  100%	{ background-color: #fc9403;}

  /* 0%		{ background-color: #10c018;}
  25%		{ background-color: #1056c0;}
  50%		{ background-color: #ef0a1a;}
  75%		{ background-color: #254878;}
  100%	{ background-color: #04a1d5;} */

}

#content {
    display: block;
    width: 95%;
    margin: 10px auto 10px;
    padding: 10px;
    background-color: #fff7e5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border:2px solid black;
    -moz-box-shadow: 0 0 14px #000;
    -webkit-box-shadow: 0 0 14px #000;
    box-shadow: 0 0 14px #000;
    cursor: default;
}

h2,p, h5 {
    margin: 0 auto 4px;
    text-align: center;
}

.notes {
    display: inline-block;
    width: 95%;
  margin-top: -20px;
/*
    margin: 10px auto 10px;
    padding: 10px;
*/
    background-color: #e8e68b;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border:2px solid black;
    -moz-box-shadow: 0 0 14px #000;
    -webkit-box-shadow: 0 0 14px #000;
    box-shadow: 0 0 14px #000;
    cursor: default;
}

ul.schedule {
    display: block;
    clear: left;
    /*height: 132px;*/
    width: 98%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    /*background-color: #fff7e5;*/
    text-align: center;
    border: none;
}

ul.schedule.weekdays {
    height: 24px;
}

li.timetop {
  position: relative;
  float: left;
  margin: 0;
  padding: 2px 2px 2px;
  border: 1px solid black;
  width:  15%;
  /*height: 20px;*/
  overflow: hidden;
  background-color: #fff7e5;
}

li.timetop.corner {
  width: 20%;
}

li.dayheader {
  width: 20%;
}

li.techlist {
  /*width: 7.5%;*/
}

div.techlist {
  float: right;
  width: 66%;
}

div.empRowHeader {
  /*height: 32px;*/
  /* height: 48px; */
  height: 56px;
  border: 1px dashed black;
  overflow: scroll;
  overflow-x: clip;
}

div.empRowHeader.handy {
  /*height: 32px;*/
  /* height: 48px; */
  height: 56px;
  border: 1px dashed black;
  background-color: #FFC300;
  overflow: scroll;
  overflow-x: clip;
}


div.empRow {
  /* height: 48px; */
  height: 56px;
  border: 1px dashed black;
}

div.empRow.handy {
  /* height: 48px; */
  height: 56px;
  border: 1px dashed black;
  background-color: #FFC300;
}

div.empRow.nojob {
  background-color: #999;
}


div.dayleft {
  width: 33%;
  float: left;
}

li.schedule {
  width:  15%;
  margin-bottom: 15px !important;
}

li.schedule, li.dayheader, li.techlist {
    position: relative;
    float: left;
    margin: 0;
    padding: 2px 2px 2px;
    border: 1px solid black;
    /*height: 158px;*/
    overflow: hidden;
    background-color: white;
}

li.schedule.odd, li.dayheader.odd, li.techlist.odd {
  background-color: aliceblue;
}

li.lavail:hover {
    overflow: auto;
}

li.lavailALERT:hover {
    overflow: auto;
}

.weekdays {
    height: 20px;
    font-weight: bold;
}

 .weekdays li:hover {
    overflow: hidden;
}

.time:hover {
    overflow: hidden;
}

li.time {
    background-color: #eedd33;
    color: #222;
    text-align: center;
    font-weight: bold;
    width:  62px;
    /*height: 158px;*/
    /*line-height: 128px;*/
    cursor: default;
}

.wrap {
    background-color: #fff7e5;
    text-align: center;
}

div#ZipWrapper {
  width: 30%;
  display: inline-block;
}

div#ZipUsingWrapper {
  width: 30%;
  display: inline-block;
}

@-webkit-keyframes argh-my-eyes {
  0%   { background-color: #fff; }
  49% { background-color: #fff; }
  50% { background-color: #f00; }
  99% { background-color: #f00; }
  100% { background-color: #fff; }
}
@-moz-keyframes argh-my-eyes {
  0%   { background-color: #fff; }
  49% { background-color: #fff; }
  50% { background-color: #f00; }
  99% { background-color: #f00; }
  100% { background-color: #fff; }
}
@keyframes argh-my-eyes {
  0%   { background-color: #fff; }
  49% { background-color: #fff; }
  50% { background-color: #f00; }
  99% { background-color: #f00; }
  100% { background-color: #fff; }
}
.unassigned > a{
  -webkit-animation: argh-my-eyes 2s infinite;
  -moz-animation:    argh-my-eyes 2s infinite;
  animation:         argh-my-eyes 2s infinite;
	background-color: #f00 !important;
}

.weekdays li {
    /*height: 16px;*/
    padding: 2px 2px;
    background-color: #eedd33;
    border-top: 3px solid black;
    color: #222;
    cursor: default;
}

.fill {
    background-color: #FC6;
}


.vertical-text {
	transform: rotate(90deg);
	transform-origin: left top 0;
	float: left;
}


div.lavailnew {
  border: 3px solid black;
  /*width: 15%;*/
  height: 100%;
  background-color: #ccc;
}

li.schedule a.job.amazon {
  background-color: #ffff00;

}

li.schedule a.job.GP, li.schedule a.job.GR {
  background-color: #784212 !important;
  color: #ffffff !important;
}

/* make WALK-IN jobtype BLUE */
li.schedule a.job.WI {
  background-color: blue !important;
  color: #ffffff !important;
}


li.schedule a.job.fogging,
li.schedule a.job.freefogging {
  background-color: #ff8800 !important;
  color: #ffffff !important;
}

div.freefog, div.fog {
  display: inline;
  border: 1px solid black;
  border-radius: 3px;
  /* margin: 2px;
  margin-top: 5px; */
  color: #000;
  background-color: #fff;
}

li.schedule a.job {

    /*width: 30px;*/
    height: 38px;
    line-height: 1.1em;
    position: relative;
    display: inline;
    float:left;
    border: 1px black solid;
    margin: 2px;
    padding: 2px;
    font-size: 1 em;
    font-weight: 600;
    background-color: #00dd00;
    background-color: #bbddbb;
    text-align: left;
/*    z-index: 1;*/
    /* color: #fff; */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

li.schedule a.ghost {

    width: 30px;
    line-height: .9em;
    position: relative;
    display: inline;
    float:left;
    border: 1px black dashed;
    margin: 2px;
    padding: 2px;
    font-size: 1 em;
    font-weight: 600;
    background-color: #00dd00;
    background-color: #bbddbb;
    text-align: left;
/*    z-index: 1;*/
    color: #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

#addnote, #addnoteDiv {
  display: inline-block;
}

.note img {
  height: 20px;
}

#addnote {
    display: inline-block;
    border: 1px black solid;
    margin: 2px;
    padding: 2px;
    font-size: 1 em;
    font-weight: 600;
    background-color: #00dd00;
    text-align: left;
    color: #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;

}

h2, form {
  margin-bottom: 0px !important;
}

.note {
  display: inline-block;
    border: 1px black solid;
    margin: 2px;
    padding: 2px;
    font-size: 2em;
    font-weight: 600;
    background-color: #00dd00;
    background-color: #bbddbb;
    background-color: #f2f20c;
    text-align: left;
    color: #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

li.schedule a {
      position: relative;
    display: block;
    border: 1px black solid;
    margin: 2px;
    padding: 2px;
    font-size: 1 em;
    font-weight: 600;
    background-color: #00dd00;
    background-color: #bbddbb;
    text-align: left;
/*    z-index: 1;*/
    color: #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

li a.Dennis {
    border: 1px black solid;
    color: #000;
    background-color: #ffe6b3;
}
li a.Dirk {
    color: #fff;
    background-color: #FC6;
    background-color: #556611;
}

li.lavailALERT {
    background-color: #aaaaaa;
}

li.schedule a.tavail {
    border: 0px 0px 2px 0px black solid;
    border-right: 0;
    border-left: 0;
    color: #111;
    background-color: #ffff00;
    text-decoration: blink;
    text-transform: uppercase;
    margin-top: -6px;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    cursor: default;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-border-radius-bottomright: 10px 20px;
    border-bottom-right-radius: 10px 20px;
    -moz-border-radius-bottomleft: 10px 20px;
    border-bottom-left-radius: 10px 20px;
}

li.schedule a.tavailALERT {
    color: #f00000 !important;
    background-color: #ffe303 !important;
    border: 0px 0px 2px 0px black solid;
    border-right: 0;
    border-left: 0;
    margin-top: -6px;
    padding: 0px;
    text-align: center;
    cursor: default;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-border-radius-bottomright: 10px 20px;
    border-bottom-right-radius: 10px 20px;
    -moz-border-radius-bottomleft: 10px 20px;
    border-bottom-left-radius: 10px 20px;
}

/*li :not(.tavail):hover {
    background-color: #99cc99 !important;
    color: #000;
    z-index: 2;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    box-shadow: 0 0 6px #000;
    cursor: pointer;
}*/

/*.changeloc:hover {
    background-color: #ff9900;
}*/

a.changeloc {
    float: center;
    color: #000;
    background-color: #ffd36b;
    border: solid black 2px;
    width: 180px;
    display: block;
    margin: 2px;
    padding: 2px;
    font-size: .6em;
    text-align: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor:pointer;
    text-decoration: none;
}

li a.netjob {
    color: #f00000!important;
    background-color: #ffe303 !important;
    text-decoration: blink;
    text-transform: uppercase;
    overflow: hidden;
}

.subc, .subp, .subn, .L, .LO, .locb {
    position: left;
    border: 2px #cfb solid;
    margin: 2px;
    padding: 2px;
    font-size: 18px;
    background-color: #030;
    text-align: left;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
/*    z-index: 1;*/
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    cursor:pointer;
}

/*.subc:hover, .subp:hover, .subn:hover, .L:hover, .LO:hover, .locb:hover{ */
.job:hover {
    cursor: pointer;
    background-color: #99cc99 !important;
    color: #000;
    z-index: 2;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    box-shadow: 0 0 6px #000;
}

.subc:focus, .subp:focus, .subn:focus, .L:focus, .LO:focus, .locb:focus{
    background-color: #99cc99 !important;
    color: #000;
    z-index: 2;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    box-shadow: 0 0 6px #000;
}


/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:fixed;
  z-index:9000;
  background-color:#fff7e5;
  display:none;
}

table, th, td {
    border: 2px solid #222;
  border-collapse: collapse;
    text-align:justify;
    margin-left:auto;
    margin-right:auto;
    width:auto;
}

.td1 {
  spacing:10px;
  font-size: .4em !important;

}

.td2 {
  text-align:right;
  width:300px;
  font-size: .4em;
}

#boxes .window {
      position:absolute;
      width: 60%;
      height: 60%;
      background-color: #fed;
      display:none;
      z-index:9999;
      font-size: 1.2em;
      padding: 10px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      border:2px solid black;
      -moz-box-shadow: 0 0 14px #123;
      -webkit-box-shadow: 0 0 14px #123;
      box-shadow: 0 0 14px #123;
}

}

/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:100%;
  height:100%;
  background-color: #ecf;

}
