.underline{text-decoration: underline;}
.m-r-20{margin-right: 20px;}
.p-l-0{padding-left: 0}
.inline-block{display: inline-block;}
.vtop{vertical-align: top;}
.block{display: block;}
.btn{border-radius: 0}
.text-uppercase{text-transform: uppercase;}
.text-normal{text-transform: none;}
.cb{clear: both;}
.form-control{border-radius: 0;}
.form-control:focus{
	box-shadow: none;
	border-color: #AAA;
}
.relative{position: relative;}
.btn-bordered{border: 1px solid #959595}
.form-info{font-size: 11px;color: #808080;margin-top: 6px;margin-bottom: 0;}
.nowrap {white-space: nowrap;}
.text-input-validation{
    padding-left: 12px;margin-top: 5px
}
.video-instruction {padding-left: 12px; padding-top: 12px;}
.video-instruction li{list-style: none;}
label{font-weight: 400}
label.required::after{
	content: '*';
	color: red;
}
.error-validation{border-color: #f93154!important;}
.invalid-feedback{color: #f93154;font-size: 13px;margin-top: 3px;}
select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* background-position: right center; */
	background-image: url(//cdn.shopify.com/s/files/1/2353/4715/t/1/assets/ico-select.svg?10032004453403423431);
	background-repeat: no-repeat;
	background-position: right 10px center;
	line-height: 1.2;
	padding-right: 28px;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 8px;
}
input.get-suburb, input.get-sku{
	background-image: url(//cdn.shopify.com/s/files/1/2353/4715/t/1/assets/ico-select.svg?10032004453403423431);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.loader {
    border: 3px solid #FFF;
    border-top: 3px solid green;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 2s linear infinite;
    position: absolute;
    right: 35px;
    top: 15px;
    display: none;
}
.loading .loader{
    display: block;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.file-input-modified input{
	margin-left: 20px;
	width: 0;
	height: 0;
	margin-bottom: -20px;
	margin-top: 25px;
	opacity: 0;
}
.file-input-modified label.form-control{padding: 0}
.file-input-modified label span{
	display: inline-block;
	line-height: 35px;
	text-transform: none;
	margin: -1px 8px 0 -1px;
}
.file-input-modified span.text{
	background-color: #16aea6;
	color: #FFF;
	padding: 0 30px;
	cursor: pointer;
	/*https://www.cssmatic.com/box-shadow*/
	-webkit-box-shadow: inset -21px -22px 19px -10px rgba(20,127,122,1);
	-moz-box-shadow: inset -21px -22px 19px -10px rgba(20,127,122,1);
	box-shadow: inset -21px -22px 19px -10px rgba(20,127,122,1);
}

.file-input-dashed{margin-top: 20px}
.file-input-dashed input {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: -48px;
    height: 42px;
    width: 85%;
    cursor: pointer;
    opacity: 0;
    position: absolute;
}
.file-input-dashed label.form-control {
    border-style: dashed;
    height: 42px;
    padding: 3px 0;
}
.file-input-dashed span.text {
    background-color: transparent;
    color: #2a2a2a;
    padding: 0 20px;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.file-input-dashed label span {
    display: inline-block;
    line-height: 35px;
    text-transform: none;
    margin: -1px 15px 0 -1px;
}
.file-input-dashed .text img{
    margin-right: 6px; margin-top: -5px
}
.file-input-dashed .browse-file{
    background-color: #b7b7b7;
    color: #FFF;
    padding: 3px 14px;
    line-height: normal;
    margin-top: 3px;
}

.checkbox label{padding-left: 35px;}
.checkbox input[type="radio"], .checkbox input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkbox span.checkmark {
	position: absolute;
	top: -2px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: transparent;
	border: 1px solid #8e8e8e;
}
.checkbox:hover input ~ .checkmark {
	background: #DDD;
}
.checkbox .checkmark::after {
	content: "";
	position: absolute;
	display: none;
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkbox input:checked ~ .checkmark {
	background-color: #15ada6;
	border-color: #15ada6;
}
.checkbox input:checked ~ .checkmark::after {
	display: block;
}

.notice {
	text-align: center;
	padding: 12px 30px 14px !important;	
	border-radius: 50px;
	font-weight: 400;
	margin: 30px auto;
	width: 100%;
}
@media only screen and (min-width: 551px){
	.notice{font-size: 15px;}
}
.notice-success{
	background-color: #7CFF92;
	color: #007e33;
}
.notice-fail{
	background-color: #ffa09c;
	color: #cc0000;
}
.inline-flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.inline-flex label {
	flex: 0 0 auto;
	margin-right: 15px;
	padding-top: 0;
}
.inline-flex input {
	flex: 1 1 auto;
	min-width: 120px;
}
.authorisation-form .pua-section-0 .inline-flex > div {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
}
.input-group-addon-img {
	width: 50px;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	height: 34px;
	border-right: none;
	text-align: center;
	line-height: 30px;
}
h2.head-tab {
	font-size: 16px;
	background-color: #ebebeb;
	padding: 10px 20px;
	margin-top: 15px;
	margin-bottom: 30px;
}

/* tooltip */
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 0%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
.authorisation-form .button-container .btn.disable{
	background: transparent!important;
	cursor: default;
	color: #333!important;
	opacity: 1;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 0%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* datepicker jquery ui for safari and unsupported browser */
#ui-datepicker-div{
	width: 100%;
	max-width: 240px;
}
.ui-datepicker-calendar{width: 100%}
.ui-datepicker-calendar th, .ui-datepicker-calendar td{text-align: center;}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
	background: #FFFFFF;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-datepicker .ui-datepicker-prev {
	left: 20px;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-next {
	right: 30px;
	cursor: pointer;
}
.same-file {
  animation-name: samefile;
  animation-duration: 1.5s;
}
@keyframes samefile {
  0%   {background-color:#ff9292;}
  25%  {background-color:#ffdbdb;}
  50%  {background-color:#ff9292;}
  75%  {background-color:#ffdbdb;}
  100% {background-color:#ff9292;}
}

 /* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content/Box */
.modal-content {
  border-radius: 0;
  padding: 20px 36px 40px;
  width: 456px;
  max-width: 100%;
  margin: 10% auto;
}
.modal-header{margin-bottom: 30px;border:none;}
.modal-content h1{font-size: 20px;font-weight: bold;margin-bottom: 25px;}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 
.suburb-container{position: relative;}
/* Suburb selection */
.suburb-result{
    border: 1px solid #ccc;
    margin-top: -1px;
    background: #FFF;
    position: absolute;
    z-index: 2;
    opacity: 0;
    height: 3px;
    transition: all 1s;
    max-height: 175px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    width: 100%;
    left: 0;
}
.suburb-result.active {opacity: 1;}
.suburb-container ul li{
    font-size: 13px;
    border-bottom: 1px solid #e1e1e1;
    padding: 7px 20px 8px;
}
.suburb-result .spinner {
    width: 32px;
    margin: 8px auto 0;
}
.suburb-container ul li.input-manually{cursor: pointer;}
.suburb-container ul li:last-child{border: none;}
.suburb-container ul li:hover{background-color: #ccc}
.unstyled{list-style: none;}