

.bigpicholder{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 100000;
	display:none;
	background:rgba(0,0,0,.8);
}
.bigpic{
	width:96%;
	padding:2%;
	display:none;
	cursor:pointer;
}
.bigpic img{
	width:100%;
	border:1px #fff solid;
}

.jb {
	width:100%;
	max-width:600px;
	margin-right:6px;
}

.jb form {
  padding: 20px;
  margin: 0 auto;
  max-width: 600px;
}
.jb   h1 {
	padding-bottom: 10px;
	margin-bottom: 25px;
	font-weight: 100;
	text-align: center;
	color: #0288D1;
	border-bottom: 1px solid #ccc;
  }
.jb .row {
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
  }
.jb input[type="text"], .jb input[type="password"], .jb textarea {
	width: 100%;
	height: 40px;
	padding: 10px 10px 10px 90px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	color: #333;
	border-radius: 3px;
	transition: all 0.3s cubic-bezier(1, .1, 0, 0.9);
  }
  
  .jb textarea {
	height: auto;
	min-height: 200px;
	padding: 50px 10px 10px 10px;
  }
  
  .jb input[type="text"] + label, .jb input[type="password"] + label, .jb textarea + label {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	width: 80px;
	text-shadow: 0 0 2px rgba(0,0,0,0.1);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: white;
	background: #0288D1;
	border-radius: 3px 0 0 3px;
	transition: all 0.3s cubic-bezier(1, .1, 0, 0.9);
	transform: translateZ(0) translateX(0);
  }
  
  .jb textarea + label {
	width: 100%;
	border-radius: 3px 3px 0 0;
  }
  
  .jb input[type="text"]:focus, .jb input[type="password"]:focus {
	padding-left: 10px; 
  }
  
  .jb textarea:focus {
	padding-top: 10px;
  }
  
  .jb input[type="text"]:focus + label, .jb input[type="password"]:focus + label {
	transform: translateZ(0) translateX(-100%);
  }
  
  .jb textarea:focus + label {
	transform: translateZ(0) translateY(-100%);
  }
  
  .jb input[type="checkbox"], .jb input[type="radio"] {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
  }
  
  .jb input[type="radio"] + label {
	position: relative;
	display: inline-block;
	overflow: xhidden;
	text-indent: -9999px;
	background: #ccc;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(1, .1, 0, 0.9);
  }
   .jb input[type="radio"] + label:before {
	  content: '';
	  position: absolute;
	  display: block;
	  height: 10px;
	  width: 10px;
	  top: 50%;
	  left: 50%;
	  background: white;
	  border-radius: 100%;
	  box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	  transition: all 0.3s cubic-bezier(1, .1, 0, 0.9) 0.1s;
	  transform: translateZ(0) translate(-50%, -50%) scale(0);
	  
  }
  
  .jb input[type="radio"]:checked + label {
	background: #0288D1;
  }
  .jb input[type="radio"]:checked + label:before {
	  transform: translateZ(0) translate(-50%, -50%) scale(1);
  }
  
.jb label
{
   display:inline-block;
   float: left;
   text-align: right;
   width: 6em;
   margin-right: 1em;
   
   z-index:10000;
   font-weight:bold;
   font-size:.8em;
}
  
  .jb input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	background: #ccc;
	width: 60px;
	height: 30px;
	border-radius: 100px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(1, .1, 0, 0.9);
  }
  .jb input[type="checkbox"] + label:before {
	  content: '';
	  position: absolute;
	  display: block;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  background: #0288D1;
	  border-radius: 100px;
	  transition: all 0.3s cubic-bezier(1, .1, 0, 0.9) 0.1s;
	  transform: translateZ(0) scale(0);
	}
   .jb input[type="checkbox"] + label:after {
	  content: '';
	  position: absolute;
	  top: 2px;
	  left: 2px;
	  display: block;
	  height: 26px;
	  width: 26px;
	  background: white;
	  border-radius: 100%;
	  box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
	  transition: all 0.3s cubic-bezier(1, .1, 0, 0.9);
	  transform: translateZ(0) translateX(0);
  }
  
.jb input[type="checkbox"]:checked + label {
	background: #0288D1;
  }
  .jb input[type="checkbox"]:checked + label:after {
	  left: calc(100% - 28px);
	  transform: translateZ(0);
  }
 
 
.jb button {
	position: relative;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 0 2px rgba(0,0,0,0.1);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: white;
	border: none;
	background: #0288D1;
	border-radius: 3px;
	transition: all 0.3s cubic-bezier(1, .1, 0, 0.9);
	transform: translateZ(0) translateX(0);
	z-index: 2;
  }
   .jb button:before {
	  content: '';
	  display: block;
	  position: absolute;
	  top: 0;
	  right: 0;
	  left: 0;
	  bottom: 0;
	  background: #01579B;
	  height: 100%;
	  width: 100%;
	  border-radius: 3px;
	  transition: all 0.3s cubic-bezier(1, .1, 0, 0.9);
	  transform: translateZ(0) scale(0);
	  z-index: -1;
	}
	.jb button:hover, button:focus, button:before {
		transform: scale(1.1);
		transition: all 0.3s cubic-bezier(1, .1, 0, 0.9);
	}
	
.jb select {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	width: 60px;
	text-shadow: 0 0 2px rgba(0,0,0,0.1);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: white;
	background: #0288D1;
	border-radius: 3px 0 0 3px;
	transition: all 0.3s cubic-bezier(1, .1, 0, 0.9)
}


	
	
	.jb .partslog{
		width:100%;
		font-size:1em;
		cursor:zoom-out;
		border:none;
		background:none;
	}
	
	.jb .partslog .red {
		color:#900;
		float:right;
	}
	
	.jb input, .jb textarea, .jb select, .jb button {
		font-size:1em;
	}
	
	.jb .ui-widget.ui-widget-content {
		z-index: 10000;
	}
  
  
  
  .q{
	  width:90%;
	  margin:5%;
	  display:none;
  }
  
  .explanation{
	  clear:both;
	  display:block;
	  width:100%;
	  padding:40px 0;
  }
  
  .current{
	  display:inline;
  }
  
  
  input[type=time] {
	border: none;
	color: #0088d1;
	width: 180px;
	font-size:1.1em;
  }
  
  /* Wrapper around the hour, minute, second, and am/pm fields as well as 
  the up and down buttons and the 'X' button */
  input[type=time]::-webkit-datetime-edit-fields-wrapper {
	display: flex;
  }
  
  /* The space between the fields - between hour and minute, the minute and 
  second, second and am/pm */
  input[type=time]::-webkit-datetime-edit-text {
	padding: 19px 4px;
  }
  
  /* The naming convention for the hour, minute, second, and am/pm field is
  `-webkit-datetime-edit-{field}-field` */
  
  /* Hour */
  input[type=time]::-webkit-datetime-edit-hour-field {
	background-color: #f2f4f5;
	border-radius: 15%;
	padding: 19px 13px;
  }
  
  /* Minute */
  input[type=time]::-webkit-datetime-edit-minute-field {
	background-color: #f2f4f5;
	border-radius: 15%;
	padding: 19px 13px;
  }
  
  /* AM/PM */
  input[type=time]::-webkit-datetime-edit-ampm-field {
	background-color: #0088d1;
	border-radius: 15%;
	color: #fff;
	padding: 19px 13px;
  }
  
  /* 'X' button for resetting/clearing time */
  input[type=time]::-webkit-clear-button {
	display: none;
  }
  
  /* Up/Down arrows for incrementing/decrementing the value */
  input[type=time]::-webkit-inner-spin-button {
	display: none;
  }


table {
	  border-collapse: collapse;
	}
	
	tr {
	  border-bottom: 1pt solid rgb(158, 184, 238);
	}
	
	tr:hover {
	  background-color: #ebebeb;
	}
	td {
		padding:6px;
	}