/* PREVIEW FOTO DARI FORM SURVEY */
.img-div {
	position: relative;
	width: 46%;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.image {
	opacity: 1;
	display: block;
	width: 100%;
	max-width: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	/* transform: translate(-50%, -50%); */
	transform: transform .2s;
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.img-div:hover .image {
	/* opacity: 0.3; */
	transform: scale(1.1);
}

.img-div:hover .middle {
	transform: scale(1.1);
}

/* CUSTOM TOMBOL UPLOAD FILE */
.images_label {
	display: block;
	color: black;
	font-weight: bold;
  letter-spacing: 1.2px;
	font-size: 18px;
	padding-bottom: 5px;
}
input[id="images"] {
	display: none;
}
label[for="images"] {
	background: #fff;
	height: 145px;
	background-image: url('https://www.svgrepo.com/show/9488/cloud-upload-signal.svg');
	background-repeat: no-repeat;
	background-position: top 1px center;
	position: absolute;
  background-size: 60px;
	color: transparent;
  margin: auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
	border: 1px solid #a2a1a7;
	box-sizing: border-box;
}
label[for="images"]:before {
	content: "Upload foto maksimal 5 ";
	display: block;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #c60000;
	font-weight: 400;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
label[for="images"]:after {
	display: block;
	content: 'Upload';
	background: #039bb6;
	width: 86px;
	height: 27px;
  line-height: 27px;
	position: absolute;
	bottom: 19px;
	font-size: 14px;
	color: white;
	font-weight: 500;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
label[for="et_pb_contact_brand_request_0"]:after {
	content: " (Provide link or Upload files if you already have guidelines)";
	font-size: 12px;
	letter-spacing: -0.31px;
	color: #7a7a7a;
	font-weight: normal;
}
label[for="et_pb_contact_design_request_0"]:after {
	content: " (Provide link or Upload design files)";
	font-size: 12px;
	letter-spacing: -0.31px;
	color: #7a7a7a;
	font-weight: normal;
}
label[for="images"].changed, label[for="images"]:hover {
  background-color: #e3f2fd;
}
label[for="images"] {
  cursor: pointer;
  transition: 400ms ease;
}
.file_names {
	display: block;
	position: absolute;
	color: black;
	left: 0;
	bottom: -30px;
	font-size: 13px;
	font-weight: 300;
}
.file_names {
  text-align: center;
}

 /* SUBMIT FORM WITH LOADER */
#pageloader
{
  background: rgba(193, 193, 193, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#pageloader img
{
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}


/* TIMELINE PROSES DELIVERY */
body {
	 background: #f0f0f0;
	 font-family: sans-serif;
	 padding-top: 30px;
}
 ul.timeline {
	 position: relative;
	 list-style-type: none;
	 padding-left: 180px;
}
 ul.timeline:before {
	 position: absolute;
	 display: block;
	 left: 140px;
	 width: 4px;
	 height: 100%;
	 border-radius: 4px;
	 background-color: rgb(171, 171, 171);
	 content: ' ';
}
 ul.timeline .event {
	 position: relative;
	 padding: 16px;
	 background: white;
	 border: 2px solid #07b;
	 border-radius: 15px;
	 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
	 padding: 16px;
	 margin-bottom: 30px;
}
 ul.timeline .event:before {
	 display: block;
	 position: absolute;
	 top: 30px;
	 left: -55px;
	 width: 30px;
	 height: 30px;
	 border: 6px solid #07b;
	 border-radius: 50%;
	 background-color: white;
	 box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.6);
	 content: ' ';
}

ul.timeline .proses {
	position: relative;
	padding: 16px;
	background: white;
	border: 2px solid rgb(115, 115, 115);
	border-radius: 15px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
	padding: 16px;
	margin-bottom: 30px;
}
 ul.timeline .proses:before {
	 display: block;
	 position: absolute;
	 top: 30px;
	 left: -55px;
	 width: 30px;
	 height: 30px;
	 border: 6px solid rgb(115, 115, 115);
	 border-radius: 50%;
	 background-color: white;
	 box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.6);
	 content: ' ';
}

ul.timeline .tinjau {
	position: relative;
	padding: 16px;
	background: white;
	border: 2px solid rgb(234, 215, 0);
	border-radius: 15px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
	padding: 16px;
	margin-bottom: 30px;
}
 ul.timeline .tinjau:before {
	 display: block;
	 position: absolute;
	 top: 30px;
	 left: -55px;
	 width: 30px;
	 height: 30px;
	 border: 6px solid rgb(234, 215, 0);
	 border-radius: 50%;
	 background-color: white;
	 box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.6);
	 content: ' ';
}
 ul.timeline h3 {
	 font-size: 1.5em;
	 margin-top: 0;
	 margin-bottom: 10px;
}
 ul.timeline .time {
	 position: absolute;
	 display: block;
	 width: 120px;
	 top: 35px;
	 left: -179px;
	 font-size: 0.9em;
	 text-align: right;
	 font-weight: 600;
	 /* text-transform: uppercase; */
}
 ul.timeline .time > .glyphicon-time {
	 top: 2px;
}

 ul.timeline .left-arrow:before {
	 position: absolute;
	 top: 30px;
	 left: -15px;
	 display: inline-block;
	 border-top: 15px solid transparent;
	 border-right: 15px solid #07b;
	 border-left: 0 solid #ddd;
	 border-bottom: 15px solid transparent;
	 content: ' ';
}
 ul.timeline .left-arrow:after {
	 position: absolute;
	 top: 30px;
	 left: -12px;
	 display: inline-block;
	 border-top: 15px solid transparent;
	 border-right: 15px solid #fff;
	 border-left: 0 solid #fff;
	 border-bottom: 15px solid transparent;
	 content: ' ';
}

ul.timeline .left-arrow-proses:before {
	position: absolute;
	top: 30px;
	left: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-right: 15px solid rgb(115, 115, 115);
	border-left: 0 solid #ddd;
	border-bottom: 15px solid transparent;
	content: ' ';
}
ul.timeline .left-arrow-proses:after {
	position: absolute;
	top: 30px;
	left: -12px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-right: 15px solid #fff;
	border-left: 0 solid #ddd;
	border-bottom: 15px solid transparent;
	content: ' ';
}

ul.timeline .left-arrow-tinjau:before {
	position: absolute;
	top: 30px;
	left: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-right: 15px solid rgb(234, 215, 0);
	border-left: 0 solid #ddd;
	border-bottom: 15px solid transparent;
	content: ' ';
}
ul.timeline .left-arrow-tinjau:after {
	position: absolute;
	top: 30px;
	left: -12px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-right: 15px solid #fff;
	border-left: 0 solid #ddd;
	border-bottom: 15px solid transparent;
	content: ' ';
}

/* INPUT MANUAL QR */
.input-visit {
	max-width: 100%;
	position: fixed;
	right: 10px;
	left: 10px;
	margin: 0 auto;
	top: auto;
	bottom: -100%;
	border-radius: 15px;
	padding: 15px;
	overflow-y: auto;
	z-index: 999;
	background-color: #ffffff;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
  }
  
  .input-visit.active {
	bottom: 15px;
  }
  /* END INPUT MANUAL QR */ 

/* INPUT MANUAL QR */
.input-manual-qr {
	max-width: 100%;
	position: fixed;
	right: 10px;
	left: 10px;
	margin: 0 auto;
	top: auto;
	bottom: -100%;
	border-radius: 15px;
	padding: 15px;
	overflow-y: auto;
	z-index: 9999;
	background-color: #ffffff;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
  }
  
  .input-manual-qr.active {
	bottom: 15px;
  }
  /* END INPUT MANUAL QR */ 

/* EDIT PROFILE */
.edit-profile {
	max-width: 100%;
	position: fixed;
	right: 10px;
	left: 10px;
	margin: 0 auto;
	top: auto;
	bottom: -100%;
	border-radius: 15px;
	padding: 15px;
	overflow-y: auto;
	z-index: 9999;
	background-color: #ffffff;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
  }
  
  .edit-profile.active {
	bottom: 15px;
  }
  /* END EDIT PROFILE */

/* EDIT PROFILE */
.ubah-foto {
	max-width: 100%;
	position: fixed;
	right: 10px;
	left: 10px;
	margin: 0 auto;
	top: auto;
	bottom: -100%;
	border-radius: 15px;
	padding: 15px;
	overflow-y: auto;
	z-index: 9999;
	background-color: #ffffff;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
  }
  
  .ubah-foto.active {
	bottom: 15px;
  }
  /* END EDIT PROFILE */

/* EDIT PROFILE */
.ubah-password {
	max-width: 100%;
	position: fixed;
	right: 10px;
	left: 10px;
	margin: 0 auto;
	top: auto;
	bottom: -100%;
	border-radius: 15px;
	padding: 15px;
	overflow-y: auto;
	z-index: 9999;
	background-color: #ffffff;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
  }
  
  .ubah-password.active {
	bottom: 15px;
  }
  /* END EDIT PROFILE */
