html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.wrapper {
height:99.5%;
border:solid black 1px;
background-color:#FFFFFF;
margin: 0px 0px 1px 0px;
padding:0;
background-color:black;
background-image:url( '../images/activeboard.jpg ');
background-size:cover;
width: 99.5%;
min-height: 1053px;
min-width: 600px;

}

.worker {
    /* border-right: solid black 1px; */
    /* border-bottom: solid black 1px; */
    /* border-top: solid white 1px; */
    /* border-left: solid white 1px; */
    border: #73737c solid 1px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);
    margin: 3px;
    /* box-shadow: 3px 3px 3px #808080; */
    box-sizing: border-box;
}
.worker * {
    box-sizing: border-box;
}

.worker table {
    width:94%;
}

.worker td,.worker th {
}

.workerCol {
font-size:15px;
}

.worker .jobs {
width:400px;
}

.worker .jobs .jobNum {
vertical-align:top;
}

.worker table {
margin-left:4%;
}

.color {
    font-size: 130%;
    background-color: #DFEAD1;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding-left: 20px;
}

.info {
    width: 99%;
    font-size: 18px;
    font-size: 1.5vw;
    /* border-right: solid black 1px; */
    /* border-bottom: solid black 1px; */
    /* border-top: solid white 1px; */
    /* border-left: solid white 1px; */
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);
    margin: 1px;
    padding: 5px;
    border: #73737c solid 1px;
}

.jobNum {
width:1.5em;
}
.jobNum i {
    font-size: 70%;
    padding-right: 5%;
    padding-top: 0.2em;
    vertical-align: top;
}
.jobNum .fa-check-circle-o {
    color: green;
}

.worker .color i{
    
    font-size: 0.5em;
    position: absolute;
    right: 1%;
    top: 1%;
}

.jname {
width:88%;
}

.jname,.jobNum {
font-weight:bold;
font-size:115%;
vertical-align:top;
line-height: 0.9em;
}

.jnotes {
font-size:120%;
line-height: 0.9em;
}

.test {
position:absolute;
width:370px;
font-size:15px;
visibility:hidden;
}

.test1 {
position:absolute;
width:370px;
font-size:15px;
visibility:hidden;
}

.column {
float:left;
transform: translate3d(0,0,0);
}
 #col2{

 }

.infocol {
float:left;
width: 30%;
max-width: 350px;
}

.title {
text-align:center;
font-size:25px;
border-bottom:solid 1px black;
}

.subtitle {
text-align:center;
font-size:20px;
border-bottom:solid 1px black;
clear:both;
}

.dayNotes {
margin:5px;
}

.weather .current {
    float: left;
    width: 48%;
    max-width: 165px;
    text-align: center;
    border: 1px solid black;
    border-radius: 15px;
    margin-top: 5px;
    float: left;
}

.weather .forcast {
    float: left;
    width: 48%;
    max-width: 165px;
    text-align: center;
    border: 1px solid black;
    border-radius: 15px;
    margin-top: 5px;
    float: right;
}

.WBdate{
    text-align: center;
    font-size: 250%;
    font-weight: bold;
    clear: both;
}

.sbname{
    text-align: center;
    font-size: 150%;
    border-bottom: solid black 1px;
}
.screenfull{
   height: 1083px;
    width: 1927px; 
    overflow: hidden;
    position: absolute;
    background: rgba(100,100,100,0.7);
    display: none;
    z-index: 20;
}
.screenwrapper{
    width: 1925px;
    position: absolute;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.screenwrapper .worker{
    background-color: #FFFFFF !important;
    width: 50%;        
}
.screenwrapper .screenSaver{
	display: block;
	/*width: 1920px;*/
	width: 100%;
	top: 100%;
	position: absolute;
	overflow: hidden;
}
 
@keyframes marquee {
  0% { top: 100%; left: 0%; visibility: visible;}
  25% { top: -100%; left: 0%; visibility: visible;}
  25.01% { top: -100%; left: 20%; visibility: hidden;}
  25.02% { top: 100%; left: 20%; visibility: hidden;}
  25.03% { top: 100%; left: 20%; visibility: visible;}
  50% { top: -100%; left: 20%;visibility: visible;}
  50.01% { top: -100%; left: 20%; visibility: hidden;}
  50.02% { top: 100%; left: 40%;visibility: visible; }
  50.03% { top: 100%; left: 40%;visibility: visible; }
  75% { top: -100%; left: 40%;visibility: visible;}
  75.01% { top: -100%; left: 20%; visibility: hidden;}
  75.02% { top: 100%; left: 51%;visibility: hidden; }
  75.03% { top: 100%; left: 51%;visibility: visible; }
  99.98% { top: -100%; left: 51%;visibility: visible;}
  99.99% { top: -100%; left: 20%; visibility: hidden;}
  100% { top: 100%; left: 20%; visibility: hidden;}
  
} 
@-webkit-keyframes marquee {
  0% { top: 100%; left: 0%; visibility: visible;}
  25% { top: -100%; left: 0%; visibility: visible;}
  25.01% { top: -100%; left: 20%; visibility: hidden;}
  25.02% { top: 100%; left: 20%; visibility: hidden;}
  25.03% { top: 100%; left: 20%; visibility: visible;}
  50% { top: -100%; left: 20%;visibility: visible;}
  50.01% { top: -100%; left: 20%; visibility: hidden;}
  50.02% { top: 100%; left: 40%;visibility: visible; }
  50.03% { top: 100%; left: 40%;visibility: visible; }
  75% { top: -100%; left: 40%;visibility: visible;}
  75.01% { top: -100%; left: 20%; visibility: hidden;}
  75.02% { top: 100%; left: 51%;visibility: hidden; }
  75.03% { top: 100%; left: 51%;visibility: visible; }
  99.98% { top: -100%; left: 51%;visibility: visible;}
  99.99% { top: -100%; left: 20%; visibility: hidden;}
  100% { top: 100%; left: 20%; visibility: hidden;}
  
}    
@-moz-keyframes marquee {
  0% { top: 100%; left: 0%; visibility: visible;}
  25% { top: -100%; left: 0%; visibility: visible;}
  25.01% { top: -100%; left: 20%; visibility: hidden;}
  25.02% { top: 100%; left: 20%; visibility: hidden;}
  25.03% { top: 100%; left: 20%; visibility: visible;}
  50% { top: -100%; left: 20%;visibility: visible;}
  50.01% { top: -100%; left: 20%; visibility: hidden;}
  50.02% { top: 100%; left: 40%;visibility: visible; }
  50.03% { top: 100%; left: 40%;visibility: visible; }
  75% { top: -100%; left: 40%;visibility: visible;}
  75.01% { top: -100%; left: 20%; visibility: hidden;}
  75.02% { top: 100%; left: 51%;visibility: hidden; }
  75.03% { top: 100%; left: 51%;visibility: visible; }
  99.98% { top: -100%; left: 51%;visibility: visible;}
  99.99% { top: -100%; left: 20%; visibility: hidden;}
  100% { top: 100%; left: 20%; visibility: hidden;}
  
}  
.tabs{
    border-bottom: solid 1px black;
    vertical-align: baseline;
    position: relative;
}
.tabs .tab{
    vertical-align: bottom;
    display: inline-block;
    /* ie6/7 */
    *display: inline;
    color: #808080;
    padding: 5px;
    border: solid 1px black;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: -1px;
    cursor: pointer;
}
.tabs .activetab{
    background-color: #FFFFFF;
    background: linear-gradient(to bottom, rgba(200, 200, 200, .2),  rgba(255, 255, 255, 1));
    padding: 8px;
    color: black;
    margin-bottom: -1px;
    font-weight: bold;
    
}
.geonoteDisplay {
    display: none;
}

.geoNotes .iNote{
    border-bottom: solid 1px #808080;
    min-height: 50px;
}
.geoNotes .iNote:last-child{
    border-bottom: none;
}
.geoNotes .NotePerson {
    background-color: #969696;
    border: 5px solid white;
    border-radius: 50%;
    box-shadow: 2px 2px 2px #c0c0c0;
    color: white;
    float: left;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-left: 3px;
    margin-right: 13px;
    margin-top: 3px;
    overflow: hidden;
    text-align: center;
    width: 30px;
}
.geoNotes .options {
    margin-left: 50px;
    text-align: left;
    color: #969696;
}

.geoNotes .noteBody {
    margin-left: 55px;
    margin-right: 3px;
    min-height: 20px;
}
.geoNotes .connections {
    color: #808080;
    display: none;
}
.geoNotes .connections .fa-toggle-on {
    color: #008000;
}

.geonoteDisplay {
   background-color: white;
    border-radius: 30px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    height: 86vh;
    margin-left: 4%;
    margin-top: 4%;
    position: absolute;
    width: 93%;
    z-index: 100;
}
.closeShadow i{
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 5em;
    cursor: pointer;
    }
.geoHeader .NotePerson {
    background-color: #969696;
    border: 1vh solid white;
    border-radius: 50%;
    box-shadow: 6px 6px 6px #c0c0c0;
    color: white;
    float: left;
    font-size: 5vh;
    height: 7vh;
    line-height: 7vh;
    margin-left: 9px;
    margin-right: 30px;
    overflow: hidden;
    text-align: center;
    width: 7vh;
}
.GeoNoteAuthor{
    font-size: 2vw;
    margin-top: 15px;
    line-height: 83px;
}
.geoHeader{
    border-bottom: solid #333333 2px;
    height: 12%;
    margin-left: 10px;
    margin-right: 10px;
}
.geoWrapper{
   height: 84%; 
}
.ViewImageNotes{
    height: 98%;
    width: 76%
}
.ViewImageNotes .imageFrame {
    height: 80%;
    width: 94%;
    position: relative;
    overflow: hidden;
}
.ViewImageNotes .imageFrame img{
    max-height: 64vh;
    max-width: 42vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.imageFrame .arrowleft {
    left: 0;
    text-align: right;
}

.imageFrame .arrowright {
    right: 0;
}
.imageFrame .imagearrow {
    color: #808080;
    display: block;
    font-size: 80px;
    height: 100%;
    line-height: 600px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 80px;
    z-index: 30;
}
.imageFrame .imageview{
	position: absolute;
    width: 100%;
    height: 100%;
}
.ViewImageNotes{
    display: none;
    float: right;
}

.geoNotesNotes {
    border-bottom: 2px solid #969696;
    font-size: 2em;
    margin-bottom: 10px;
    margin-left: 153px;
    margin-right: 10px;
    max-height: 172px;
    overflow-y: scroll;
    padding: 5px;
}
.geoNotesSidebar{
    width: 10%;
    float: left;
    padding: 10px 15px 10px 15px;
    max-width: 80px;
    height: 100%;
}
.geoNotesSidebar .sideicons{
    margin-bottom: 10px;
    margin-top: 30px;
    
}
.geoNotesSidebar .sideicons i{
    font-size: 3em;
    cursor: pointer;
    color: #969696;
}
 .map {
    height: 100%;
    width: 1161px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.mapInfo{
    display: flex;
    width: 64%;
    height: 80%;
}
.geoNotes{
    max-height: 668px;
    overflow-y: scroll;
}
.translation{
    font-size: 80% !important;
    color: #333333;
}
.translationnotes{
   font-size: 80% !important;
    color: #333333;
    border-top: solid 1px #333333; 
}
.translationnotes .type{
    font-weight: bold;
}
.workdisplay{
    height: 100%;
    margin-left: 32%; 
    position: relative;
}
.workboard{
    height: 100%;
}

/*version 2*/

.color.v2 .employeeImage{
    width: 2em;
    margin-left: -15px;
    border: .2em solid white;
    border-bottom: .5em solid white!important;
    float: left;
    transform-origin: top center;
    transform: rotate(-7deg);
    box-shadow: 5px 5px 5px rgba(0,0,0,.5);
    
}
.color.v3 .employeeImage{
    width: 2em;
    margin-left: -25px;
    margin-top: -3px;
    margin-bottom: 5px;
    border: .2em solid white;
    float: left;
    transform-origin: top center;
    box-shadow: 5px 5px 5px rgba(0,0,0,.5);
    border-radius: 2em;
    
}
.worker .color.v2, .worker.color.v3{
padding-left: 5px;

}
.worker .color.v2 span{
    /*padding: 10px;*/
}
.worker .color.v2 .this-name {
    padding: 10px;
}
.worker .color.v3 span{
    /*padding: 10px;*/
}
.worker .color.v3 .this-name {
    padding: 10px;
}

.worker table.v2,.worker table.v3{
    /*display: inline-block;*/
    width: 94%;
}

.worker{
    position: relative;
}
.bottomBar{
    clear: both;
}
.worker table .jobNum {
    padding-right: 1%;
    text-align: right;
    white-space: nowrap;
    
}

.generalNotes{
    line-height: 117%;
}
.noteTable{
    line-height: 100%;
    margin-bottom: 1%;
}
.noteTable p {
    -webkit-margin-after: .05em;
    -webkit-margin-before: 0;
}
.noteTable hr{
    margin: 2% 0;
}
.generalNotes *{
    margin: 0;
}
.imageFrame .arrowleft i, .imageFrame .arrowright i{
     margin: auto;
  position: absolute;

  left: 0;
  bottom: 0;
  font-size: .8em;
}
i.calendarCol {
    margin-top: 15px;
    margin-right: 10px;
}
.calendar-content {
    /*padding: 20px;*/
    font-size: 100%;
    margin-left: 4%;
}
.calendar-content .events-wrapper {
    overflow-y: scroll;
    overflow-x: hidden;
    white-space: nowrap;
}
.calendar-content p {
    margin: 0 0 10px;
}
.department-name {
	color: #FFF;
	background: #5F5F5F;
	border-radius: 20px;
	text-align: center;
}

.location-green-names {
    position: absolute;
    top: 9%;
    right: 32%;
    font-size: 30px;
    visibility: visible;
    z-index: 10;
}
.location-fairways-names {
    position: absolute;
    font-size: 30px;
    top: 150px;
    left: 46px;
    visibility: visible;
}
.location-tees-names {
    position: absolute;
    font-size: 30px;
    bottom: 67px;
    left: 25px;
    visibility: visible;
}
.location-approach-names {
    position: absolute;
    top: 80px;
    left: 27px;
    font-size: 30px;
    visibility: visible;
}
.hide-location-name {
    visibility: hidden;
}
.ViewImageNotes {
    width: 80%;
}
.ViewImageNotes .imageFrame img {
    width: auto;
    height: 100%;
    max-width: 100%;
}

/*Menu and Function*/
.at-board-title {
    position: relative;
}
.at-board-title .hamb-menu {
    float: left;
    color: #000;
}
.at-board-title .hamb-menu-list {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    text-align: left;
    padding: 10px 10px 0;
    box-shadow: 5px 5px 20px #000;
    box-sizing: border-box;
}
.at-board-title .hamb-menu-item {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 0;
    border-bottom: 2px solid #696969;
}
.at-board-title .hamb-menu-item:last-child {
    border-bottom: 0;
}
.at-board-title .hamb-menu-item i {
    padding-right: 10px;
}
.activeboard-select-date {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 5px 20px #000;
    z-index: 100;
}
.activeboard-select-date .at-calendar-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    color: #000;
}
.activeboard-select-date .at-calendar-wrapper .prev-date,
.activeboard-select-date .at-calendar-wrapper .next-date {
    color: #000;
}
.activeboard-select-date .at-calendar-wrapper .date-show {
    border: 0;
    text-align: center;
    font-size: 25px;
    padding: 0;
}
.activeboard-select-date .close-select {
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 30px;
    color: #000;
}
.switch-job {
    padding-left: 5px;
    padding-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    background-color: transparent;
    margin: 5px 0 0 0;
    box-shadow: 0 0 0 transparent;
}
.switch-job .noteTable, .switch-job .calendar-content {
    background-color: rgba(255,255,255,0.5);
    margin-left: 0;
    padding-left: 4%;
    padding-bottom: 1%;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.switch-job .color {
    font-size: 125%;
    position: relative;
}
.switch-job .calendar-content {
    font-size: 85%;
    box-sizing: border-box;
}
.switch-job .act-job-title {
    background-color: #000;
    color: #fff;
    font-size: 71%;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
}
.switch-job .act-department-title {
    background-color: #999;
    font-size: 71%;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    margin: 5px 0;
    box-sizing: border-box;
}
.switch-job .act-job-item {
    background-color: rgba(255,255,255,0.7);
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0 0;
    box-sizing: border-box;
}
.switch-job .act-job-item .act-job-name {
    font-size: 88%;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid #696969 ;
    border-radius: 5px 5px 0 0;
    background-color: lightgray;
    padding-left: .5%;
}
.switch-job .act-job-item .act-job-name .act-job-name-tran {
    font-size: 78%;
    font-weight: normal;
}
.switch-job .act-job-item .act-job-name .act-job-note {
    font-size: 75%;
    font-weight: normal;
}
.switch-job .act-job-item .act-job-name .act-job-note {
    font-size: 75%;
    font-weight: normal;
}
.switch-job .act-job-item .act-job-name p {
    margin: 0;
    position: relative;
    padding-right: 1.8em;
}
.switch-job .act-job-item .job-task {
    font-weight: bold;
    font-size: 75%;
    padding: 5px 0;
    margin: 0;
    border-bottom: 2px solid #696969;
}
.switch-job .act-job-item .act-job-employee-list {
    padding-top: 5px;
}
.switch-job .act-job-item .job-employee {
    padding: 0 8px;
    margin-bottom: 2px;
    font-size: 70%;
    display: flex;
    align-items: center;
}
.switch-job .act-job-item .job-employee div:first-child {
    min-width: 25px;
    padding-right: 2%;
}
.switch-job .clock-behind {
    padding: 0 10px;
    font-size: 86%;
    display: inline-block;
}
.switch-job .act-job-item .job-employee i {
    padding-right: 2%;
}
.switch-job .act-job-item .job-employee i.fa-check-circle-o {
    color: green;
}
.switch-job .act-job-item .employee-name {
    font-weight: bold;
    font-size: 124%;
}
.switch-job .act-job-item .employee-task {
    font-size: 90%;
}
.workboard {
    position: relative;
}
.act-job-name .job-index {
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 0.7em;
    background: rgba(48, 51, 58, 0.9);
    width: 1.8em;
    height: 90%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4em;
    margin: .2em;
}
.act-job-name .job-index i {

}

marquee {
	height: 100%;
	bottom: 0;
	text-align: center;
}

.runtext-container {
	background-color: rgba(100,100,100,0.7);
	background-repeat: repeat;
	width: 100%;
	z-index: 20;
	overflow-x: hidden;
	overflow-y: visible;
	position: absolute;
}

.main-runtext {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	overflow: visible;
	position: relative;
}

.runtext-container .text-container {
	position: absolute;
}

.equipment-item {
    display: inline-block;
    border: 1px solid #111;
    margin-left: 5px;
    padding: 1px 8px;
    font-size: 90%;
    border-radius: 4px;
}

.hide {
	display: none !important;
}
.background-dark {
    background: #666;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.pin-modal, .rollover-modal {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    width: 340px;
    margin: 0 auto;
    box-shadow: 3px 3px 3px #999;
    box-sizing: border-box;
    z-index: 10;
}
.pin-modal-content, .rollover-modal-content {
    padding: 10px;
    background-color: #fff;
}
.rollover-modal-content {
    text-align: center;
    border-radius: 5px;
}
.pin-label, .rollover-label {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.rollover-label {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.pin-input {
    display: block;
    width: 80%;
    margin: 10px auto 0;
    text-align: center;
    font-size: 20px;
}
.rollover-input {
    width: 260px;
    margin: 0 auto;
    height: 28px;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
}
.pin-btn, .rollover-btn {
    display: block;
    width: 80%;
    margin: 20px auto 10px;
    text-align: center;
    padding: 5px;
    background: linear-gradient(to bottom, #ccc, #fff, #fff, #ccc);
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}
.close-rollover {
    position: absolute;
    right: 10px;
    font-size: 20px;
    color: #000;
}

.alert-notes {
    background-color: #BB080B;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 3em;
    font-weight: bold;
}
.alert-wrapper {
    display: flex;
}
.alert-notes .alert-icon {
    padding: 10px;
    background-color: #610607;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.alert-notes .running-text {
    flex-grow: 2;
}
.alert-notes .alert-text {
    padding: 10px 0;
    background-color: #BB080B;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.alert-notes .alert-text .fa-circle {
    padding: 0 15px;
    font-size: 16px;
}
marquee {
    width: 100%;
}
.running-text {
    margin: 0 auto;
    overflow: visible;
    position: relative;
}
.holder {
    position: relative;
    overflow: visible;
    display:inline;
    float:left;
}
.holder .alert-text {
    display:inline-block;
}
.holder .alert-text * {
    margin: 0;
}
.workdisplay.has-alert {
    height: 100%;
    padding-bottom: 150px;
    box-sizing: border-box;
    position: relative;
}
.workdisplay.has-calendar {
    height: 100%;
    padding-bottom: 190px;
    box-sizing: border-box;
    position: relative;
}
.workdisplay.has-alert.has-calendar {
    padding-bottom: 250px;
}

.at-fit-height {
    padding-left: 5px;
}
.fit-height .infocol {
    float: left;
    width: 20%;
    max-width: 353px;
}
.fit-height .hole {
    position: relative;
    height: 700px;
    width: 100%;
    display: none;
    font-size: 100%;
}
.weather{
	font-size: 90%
}
.weather img{
    width: 30%
}
.infocol2 {
	font-size: 100% !important;
	float:left;
	width: 30%;
	max-width: 350px;
}
.info2 {
	width:99%;
	font-size:18px;
	font-size: 1.5vw;
	/*font-size*/
	border-right:solid black 1px;
	border-bottom:solid black 1px;
	border-top:solid white 1px;
	border-left:solid white 1px;
	border-radius:20px;
	background-color:rgba(255,255,255,0.5);
	margin:1px;
	padding:5px;
}

.alert-calendar {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 100%;
    float: left;
}
.calendar-notes-content {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.cal-date {
    margin-right: 1%;
    flex: 1.5;
}
.cal-date:last-child {
    margin-right: 0;
}
.cal-date-name {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #7F7F7F;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
}
.cal-date-note {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    position: relative;
    padding: 5px;
    height: 75px;
    overflow: hidden;
}
.cal-date-number {
    position: absolute;
    width: 100%;
    font-size: 375%;
    box-sizing: border-box;
    left: 0;
    text-align: center;
    opacity: 0.2;
}
.cal-date-note p {
    margin: 0;
}
.cal-date-note .cal-date-hour {
    font-weight: bold;
}
.cal-date-marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    height: 75px;
}
.marquee-content {
    padding-top: 75px;
    text-indent: 0;
    animation: marquee 15s linear infinite;
}
.no-animation {
    padding-top: 0;
    animation: none;
}
.marquee-content:hover {
    animation-play-state: paused;
}
#col_notes .marquee-content-inf.first {
    -webkit-animation: marquee 50s linear 1;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
    padding-top: 0px !important;
    animation-delay: 5s;
}
#col_notes .marquee-content-inf.double {
    -webkit-animation: marquee 50s linear infinite;
    animation-delay: 5s;
}
#col_notes .marquee-content-inf.third {
    -webkit-animation: marquee 50s linear infinite;
    animation-delay: 30s;
}
#col_notes .marquee-content-inf {
    padding-top: 1600px;
    transform: translate(0, 0%);
    position: absolute;
}
#col_notes .marquee-content-inf.no-animation {
    animation: none;
}
#col_notes .marquee-content-inf.stop-animation {
    animation-play-state: paused;
}
.work-time-wrapper {
    /*display: flex;
    flex-wrap: wrap;
    padding: 5px;*/
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
}
.time-item {
    width: 33%;
}
.time-item .time {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 1px;
    line-height: 24px;
}
.time-item .time-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #666;
}
.date-time-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #666;
    font-weight: bold;
}
.fiq-date .WBdate {
    font-size: 16px;
}
.fiq-weather.weather {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #666;
}
.fiq-weather .temps, .fiq-weather .forcasttemps {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}
.currentHeader {
    margin: 0;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
.fiq-weather.weather .current,
.fiq-weather.weather .forcast {
    border: 0;
}

@-webkit-keyframes marquee {
    0%   { -webkit-transform: translate(0, 0); }
    100% { -webkit-transform: translate(0, -100%); }
}
@keyframes marquee {
    0%   { -webkit-transform: translate(0, 0); }
    100% { -webkit-transform: translate(0, -100%); }
}


.wk-location-content {
    position: relative;
    color: #fff;
    border-top-right-radius: 4px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
}
.worker .color.v3 span.fiq-location {
    display: block;
    position: static;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 45%;
    color: #fff;
    top: 50%;
    transform: translateY(0);
}
.worker .color.worker-wrapper span.fiq-location {
    display: block;
    position: static;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 77%;
    color: #fff;
    top: 50%;
    transform: translateY(0);
}
.worker .color.worker-wrapper span {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.work-time-wrapper {
    max-height: 90px;
}
.work-time-item {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    border-bottom: 1px solid #666;
}
.work-time-wrapper .work-time-item:last-child {
    border-bottom: 0;
}
.sidebar-title {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
    font-size: 20px;
}

.work-time-item {
    -webkit-transition: 0.3s ease-in-out top;
    -moz-transition: 0.3s ease-in-out top;
    -ms-transition: 0.3s ease-in-out top;
    -o-transition: 0.3s ease-in-out top;
    transition: 0.3s ease-in-out top;
    display: none;
    position: relative;
}
.work-time-item.active {
    display: block;
}
.work-time-item.active,
.work-time-item.next.left,
.work-time-item.prev.right {
    top: 0;
}

.work-time-item.next,
.work-time-item.active-right {
    top: 90px;
}

.work-time-item.prev,
.work-time-item.active.left {
    top: -90px;
}
.carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
}
.work-time-bar {
    display: flex;
    width: 100%;
    height: 24px;
    overflow: hidden;
    box-sizing: border-box;
    background: transparent;
    border-radius: 20px;
}
.work-time-bar .transport-area {
    background: linear-gradient(to right, #7B116F, #D04495);
    color: #000;
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
}
.work-time-bar .active-area {
    background: linear-gradient(to right, #30C825, #5AEC2E);
    color: #000;
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
}
.work-time-bar .idle-area {
    background: linear-gradient(to right, #F5DC34, #F5DB34);
    color: #000;
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
}
.work-time-explain {
    width: 100%;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}
.work-time-explain .explain-item {
    width: 33%;
}
.explain-transport i {
    color: #7B116F;
}
.explain-active i {
    color: #30C825;
}
.explain-idle i {
    color: #F5DC34;
}

.heightofcut-item {
    margin-top: 20px;
    border-top: 1px solid #666;
}
.heightofcut-item * {
    box-sizing: border-box;
}
.list-hoc {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    flex-wrap: wrap;
}
.hoc-item {
    width: 48%;
    margin-bottom: 10px;
    border: 1px solid #666;
    border-radius: 10px;
    background: #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}
.hoc-name {
    flex-grow: 1;
    margin: 0;
    margin-right: 10%;
}
.hoc-content {
    max-width: 35%;
    text-align: center;
}
.hoc-content p {
    margin: 0;
}
.hoc-content .hoc-unit {
    font-size: 80%;
}

@media screen and (max-width: 900px) {
    .calendar-notes-content {
        flex-wrap: wrap;
        height: 110px;
        overflow: auto;
    }
    .cal-date {
        flex: none;
        width: 100%;
    }
    .fiq-date .WBdate {
        font-size: 1.5vw;
    }
    .time-item .time {
        font-size: 18px;
    }
    .time-item .time-title {
        font-size: 8px;
    }
    .fiq-weather .temps, .fiq-weather .forcasttemps {
        font-size: 10px;
    }
    .hoc-item {
        flex-wrap: wrap;
        font-size: 12px;
    }
    .hoc-name {
        font-size: 15px;
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .hoc-content {
        max-width: none;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .hoc-content .hoc-number {
        margin-right: 10px;
    }

}
.weather:after {
    content: '';
    clear: both;
    display: table;
}

.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        top: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%,  0);
        top: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
}
.carousel-inner > .next {
    top: 100%;
}
.carousel-inner > .prev {
    top: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    top: 0;
}
.carousel-inner > .active.left {
    top: -100%;
}
.carousel-inner > .active.right {
    top: 100%;
}

.ui-timepicker-wrapper {
    width: 260px !important;
}

.geoHeader {
    height: auto;
    padding-right: 40px;
    margin-bottom: 20px;
}
.geoHeader .NotePerson {
    height: 5vh;
    width: 5vh;
    line-height: 5vh;
    font-size: 3.5vh;
    border-width: 0.7vh;
}
.GeoNoteAuthor {
    font-size: 1.4vw;
    line-height: 2vw;
    padding-bottom: 15px;
}
.geoNotesNotes {
    font-size: 1.4em;
    margin-left: 80px;
}
.ViewImageNotes {
    width: 77%;
}
.geoNotesSidebar .sideicons i {
    font-size: 2em;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    .GeoNoteAuthor {
        font-size: 2.5vh;
        line-height: 2.5vh;
    }
}
@media screen and (max-width: 767px) {
    .GeoNoteAuthor {
        font-size: 2.5vh;
    }
}

@font-face {
    font-family: "tasktrackerfont";
    src:url("../fonts/tasktrackerfont.eot");
    src:url("../fonts/tasktrackerfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/tasktrackerfont.woff") format("woff"),
    url("../fonts/tasktrackerfont.ttf") format("truetype"),
    url("../fonts/tasktrackerfont.svg#tasktrackerfont") format("svg");
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: "tasktrackerfont" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "tasktrackerfont" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"],
[class*="icon-"] {
    display: inline-block;
    margin-left: 1%;
    font-size: 100%;
    line-height: 70%;
    vertical-align: middle;
}
.icon-boots:before {
    content: "\61";
}
.icon-chaps:before {
    content: "\62";
}
.icon-coverup:before {
    content: "\63";
}
.icon-ear:before {
    content: "\64";
}
.icon-gloves:before {
    content: "\65";
}
.icon-goggles:before {
    content: "\66";
}
.icon-hardhat:before {
    content: "\67";
}
.icon-respirator:before {
    content: "\68";
}
.list-ppe-available {
    font-size: 100%;
    margin-left: 1%;
}
.job_row .list-ppe-available i {
    margin-right: 1%;
}
.act-job-name .list-ppe-available {
    margin-left: 1%;
}
.job_row i {
    margin-top: -.3em;
}

.switch-job .counter-container {
    background: rgba(255,255,255,0.5);
    border-radius: 5px;
    padding: 5px 0;
}
.count-title {
    margin: 0;
    text-align: center;
    font-size: 0.8em;
}
.counting-time-wrapper {
    display: flex;
    font-size: 0.4em;
    width: 80%;
    margin: 0 auto 10px;
    background: #494c4e;
    padding: 3% 7%;
    border-radius: .3em;
}
.counting-time-wrapper .count-item {
    flex: 1;
    /* padding: 10px; */
    color: #fff;
    /* background: #23252A; */
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    border-right: 1px solid #6f6f6f;
    /*border-radius: 4%;*/
}
.counting-time-wrapper .count-item:last-child {
    border-right: 0;
}
.counting-time-wrapper .count-item .count-number {
    width: 100%;
    text-align: center;
    font-size: 3.5em;
    font-weight: bold;
    line-height: 0.8em;
}


/*Air Quality Data*/
.air-quality-content {
    display: flex;
    align-items: baseline;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666;
}
.air-quality-content .air-quality-title {
    width: 110px;
}
.air-quality-content .air-quality-title p {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 14px;
}
.air-quality-content .air-quality-title .air-quality-text {
    font-size: 12px;
}
.air-quality-content .air-quality-show {
    flex-grow: 1;
}
.air-quality-content .air-quality-measured {
    display: flex;
    overflow: hidden;
    border-radius: 4px;
}
.air-quality-content .air-col {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    border-right: 2px solid transparent;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
}
.air-quality-content .air-col:last-child {
    flex-grow: 2;
    border: 0;
}
.air-quality-content .air-col .good-air {
    background: #01CC00;
    padding: 2px 0;
}
.air-quality-content .air-col .mod-air {
    background: #FFFF00;
    padding: 2px 0;
    color: #7c8044;
}
.air-quality-content .air-col .usg-air {
    background: #FF9901;
    padding: 2px 0;
}
.air-quality-content .air-col .unhealthy-air {
    background: #FF0000;
    padding: 2px 0;
}
.air-quality-content .air-col .very-unhealthy-air {
    background: #990066;
    color: #fff;
    padding: 2px 0;
}
.air-quality-content .air-col .hazardous-air {
    background: #660000;
    color: #fff;
    padding: 2px 0;
}
.air-quality-content .air-quality-time-wrapper {
    display: flex;
    flex-grow: 1;
}
.air-quality-content .air-quality-time-wrapper .air-col {
    border: 0;
    font-size: 10px;
    font-weight: normal;
    color: #000;
}
#col_notes {
    max-width: 360px;
    height: 100%;
}
#col_notes .worker {
    position: relative;
    height: 100%;
    overflow: hidden;
    font-size: 141%;
    line-height: 107%;
}

.fit-height .holeimages {
    height: 100%;
    left: 55%;
}
.fit-height .basehole {
    height: 100%;
    width: auto;
}
.fit-height .dialImages {
    width: 58%;
    margin: 0 auto;
}