@font-face {
    font-family: RobotoMono-Regular;
    src: url(../fonts/RobotoMono-Regular.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: RobotoCondensed-Regular;
    src: url(../fonts/RobotoCondensed-Regular.ttf);
}


@font-face {
    font-family: TickingTimebombBB;
    src: url(../fonts/TickingTimebombBB.ttf);
}




@charset "ISO-8859-1";
body {
	font-family: 'RobotoCondensed-Regular', sans-serif;
	line-height:1.2;
	
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */     

}


.table-scroll {
	position:relative;
	max-width:1200px;
	margin:auto;
	overflow:hidden;
	border:1px solid #000;
	max-height:90%;
}
.table-wrap {
	width:100%;
	overflow:auto;
}
.table-scroll table {
	width:100%;
	margin:auto;
	border-collapse:separate;
	border-spacing:0;
}
.table-scroll th, .table-scroll td {
	padding:5px 10px;
	border:1px solid #000;
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll thead, .table-scroll tfoot {
	background:#f9f9f9;
}
.clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.clone th, .clone td {
	visibility:hidden
}
.clone td, .clone th {
	border-color:transparent
}
.clone tbody th {
	visibility:visible;
	color:red;
}
.clone .fixed-side {
	border:1px solid #000;
	background:#eee;
	visibility:visible;
}
.clone thead, .clone tfoot{background:transparent;}



.dropOK {
	
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}


.carousel-caption {
	bottom: -35px;	
}

.item {
   padding-bottom: 50px;	
}

.previewWindow {
	
	width: 100%; 
	height: 100%;
	position: absolute; 
	top: 0; 
	left: 0;
	display:none;
	z-index: 2; 
	
	}

.carousel-control .glyphicon-chevron-right, .carousel-control, .icon-next {
    right: 10%;
}

.carousel-control .glyphicon-chevron-left, .carousel-control, .icon-prev {
    left: 1%;
}


.blankInput {
	
	font-size: 12px;
line-height: 1;
vertical-align:middle;
}

.equipmentSection {
	
	border-radius:6px;
	margin-top:5px;
	margin-bottom:10px;
}


.statusBar {
	
	width: auto;
	height: 29px;
	z-index: 2; 
	position: absolute; 
	top: 0px; 
	left: 375px;
	border-color:gray;
	border-radius:4px;
	border-width:1px;
	margin:3px;
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;
    padding-bottom: 1px;
	vertical-align:middle;
	border-style:solid;
    
	
	
	
}

.legendButton {
	
	width: auto;
	height: 26px;
	z-index: 2; 
	position: absolute; 
	top: 0px; 
	left: 480px;
	margin:2px;
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;
	vertical-align:middle;
	
	
	
	
}

.jobSearchBar {
	
	width: 270px;
	height: 26px;
	z-index: 3; 
	position: absolute; 
	top: 0px; 
	left:calc(99vw - 275px);
	border-color:gray;
	border-radius:4px;
	border-width:1px;
	margin:2px;
	padding-top:2px;
	padding-left:4px;
	vertical-align:middle;
	border-style:solid;
	
	
	
}

.legend {
	
	width: 60px;
	height: 26px;
	z-index: 2; 
	position: absolute; 
	top: 0px; 
	left: 400px;
	
	margin:2px;
	padding-top:2px;
	padding-left:4px;
	vertical-align:middle;
	
	
	
	
}

.departmentToggle{
	
	padding: 2px 15px;
	
}

.jobBlock {
	
	white-space: normal;
	cursor: pointer;
	border-radius:6px;
		
}

th, td {
    padding: 5px;
    
}


.holdSection {
	margin-top:2px;
	background-color: #b3e6ff;
	width: 250px;
	border: 2px solid black;
	overflow-y:scroll;
	vertical-align: bottom;	
	height:30vh;	
}

.leftSide {
	background-color: white;
	min-height:500px;
	margin-left:2px;	
	display: inline-block;
	vertical-align:top;
}

.toBeScheduled {
	background-color: #b3e6ff;
	width: 250px;
	min-height:300px;
	border: 2px solid black;
	overflow-y:scroll;
	height:65vh;
	vertical-align:top;
}

.jobnotes {
	
	display:none;
	right:20px;
	height: 700px;
	z-index: 2; 
	position: absolute; 
	top: 70px; 
	left: 300px; 
	background-color: #FFFBCA;
	border: solid;
	border-color: black;
	border-width:3pt;
	
	padding:10px;
	overflow-y:scroll;
	
	
}

.jobnotes table tbody tr td {
	white-space: normal;

}
.jobnotes table thead tr:not(:first-child)  {
	color:black;

}

.dateColumn {
	height:100%; 
	width:230px; 
	display: inline-block;
	vertical-align:top;
}



.dateSection {
	position:absolute;


	margin-left:5px;
	overflow-y:scroll;
	height:95vh;

	width: calc(100% - 260px);
	white-space: nowrap;
  	overflow-x:auto;
	display: inline-block;
	vertical-align:top;
	z-index: 1; 
}


.readyTime{
	text-align: left;
	display: inline-block;
	font-size:13px;
}

.middleTime{
	text-align: middle;
	display: inline-block;
	margin-left:5px;
	margin-right:5px;
	line-height:1.0;
	
	
}


.notReadyTime{
	text-align: right;
	display: inline-block;
	font-size:13px;
}




div.InfoTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFC;
	display: none;
	position: fixed;
	height: 250px;
	width: 300px;
	left: 100px;
	top: 0px;
	padding: 5px;
	border: 2px solid #FF0;
	z-index: 100;
}
	
#jobDetail {
	background-color: #FF9;
	padding: 10px;
	left: 975px;
	min-height: 800px;
	width: 300px;
	position: absolute;
	top: 0px;	
	
}


.jobTime {
	text-align: right;	

	
}

#wall {
	top: 0px;
	width: 1410px;
	min-height:200px;
	position:relative;
	
}
.overlaypanel {
	-webkit-box-shadow: -22px 50px 95px -19px rgba(0,0,0,0.63);
	-moz-box-shadow: -22px 50px 95px -19px rgba(0,0,0,0.63);
	box-shadow: -22px 50px 95px -19px rgba(0,0,0,0.63);
	padding:8px;
	left: calc(99vw - 275px);
	top: 30px;
	width: 	270px;
	max-height: 92vh;
	position: absolute;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;

	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;

	background-color: white;
	z-index:999;

}

#jobPanelResult 
{
	max-height: 85vh;
	width: 100%;
	overflow-y:auto;
}
#validationMessage
{
	padding:8px;
	left: calc(99vw - 275px);
	top: 30px;
	width: 	270px;
	color:red;
	font-size:20px;
	max-height: auto;
	position: absolute;
	border-bottom: 4px solid black;
	border-left: 4px solid black;
	border-right: 4px solid black;

	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;

	background-color: white;
	z-index:9999;

}



.equipmentTitle{
	text-align:center;
	padding: 2px;
	color: #FFF;
	background-color: #661D66;
	vertical-align: top;
}

.dateTitle {
	text-align:center;
	padding: 2px 0px;
	font-size: 16px;
	
	background-color:black;
	color: #FFF;
}



*[draggable=true] {
	min-width: 50px;
	min-height: 10px;
	margin: 3px;
	min-height: 10px;
	background-color: rgb(0,0,204);
	color: #FFF;
	
	padding: 0px;
	clear: both;
}

.goToTodaysDate
{
	position: fixed;
	z-index: 800;
	width: auto;
	left:calc(100vw - 200px);
	top:calc(100vh - 100px);
	opacity:0.6;
}
.goToTodaysDate:hover
{
	opacity: 1;
}


.timeTotal {
	font-size: 10px;
	color: #FFF;
	background-color: #00C;
	vertical-align: bottom;	
}

.jobTitle {
	font-size: 16px;
	padding: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.jobText {
	line-height: 1.1;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.jobNote {
	line-height: 1.1;
	font-size: 13px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.jobDesc {
	
	font-size: 13px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	line-height:1;
	margin-top:2px;
	background-color: rgba(255, 255, 255, 0.3);
}
.range-wrap {
	position: relative;
	margin: 0 auto 0;
  }
  .range {
	width: 100%;
  }
  .bubble {
	background: red;
	color: white;
	padding: 4px 12px;
	position: absolute;
	border-radius: 4px;
	left: 50%;
	transform: translateX(-50%);
  }
  .bubble::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	background: red;
	top: -1px;
	left: 50%;
  }