.ecm-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
  }
.ecm-col-1, .ecm-col-2, .ecm-col-3, .ecm-col-4, .ecm-col-5, .ecm-col-6, .ecm-col-7, .ecm-col-8, .ecm-col-9, .ecm-col-10, .ecm-col-11, .ecm-col-12, .ecm-col,
.ecm-col-auto, .ecm-col-sm-1, .ecm-col-sm-2, .ecm-col-sm-3, .ecm-col-sm-4, .ecm-col-sm-5, .ecm-col-sm-6, .ecm-col-sm-7, .ecm-col-sm-8, .ecm-col-sm-9, .ecm-col-sm-10, .ecm-col-sm-11, .ecm-col-sm-12, .ecm-col-sm,
.ecm-col-sm-auto, .ecm-col-md-1, .ecm-col-md-2, .ecm-col-md-3, .ecm-col-md-4, .ecm-col-md-5, .ecm-col-md-6, .ecm-col-md-7, .ecm-col-md-8, .ecm-col-md-9, .ecm-col-md-10, .ecm-col-md-11, .ecm-col-md-12, .ecm-col-md,
.ecm-col-md-auto, .ecm-col-lg-1, .ecm-col-lg-2, .ecm-col-lg-3, .ecm-col-lg-4, .ecm-col-lg-5, .ecm-col-lg-6, .ecm-col-lg-7, .ecm-col-lg-8, .ecm-col-lg-9, .ecm-col-lg-10, .ecm-col-lg-11, .ecm-col-lg-12, .ecm-col-lg,
.ecm-col-lg-auto, .ecm-col-xl-1, .ecm-col-xl-2, .ecm-col-xl-3, .ecm-col-xl-4, .ecm-col-xl-5, .ecm-col-xl-6, .ecm-col-xl-7, .ecm-col-xl-8, .ecm-col-xl-9, .ecm-col-xl-10, .ecm-col-xl-11, .ecm-col-xl-12, .ecm-col-xl,
.ecm-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.ecm-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}


.ecm-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.ecm-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.ecm-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.ecm-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.ecm-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.ecm-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.ecm-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.ecm-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.ecm-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.ecm-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.ecm-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
    .ecm-col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      min-width: 0;
      max-width: 100%;
    }
    .ecm-col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .ecm-col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .ecm-col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .ecm-col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .ecm-col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .ecm-col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .ecm-col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .ecm-col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .ecm-col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .ecm-col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .ecm-col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .ecm-col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .ecm-col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  @media (min-width: 768px) {
    .ecm-col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      min-width: 0;
      max-width: 100%;
    }
    .ecm-col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .ecm-col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .ecm-col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .ecm-col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .ecm-col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .ecm-col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .ecm-col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .ecm-col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .ecm-col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .ecm-col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .ecm-col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .ecm-col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .ecm-col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  @media (min-width: 992px) {
    .ecm-col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      min-width: 0;
      max-width: 100%;
    }
    .ecm-col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .ecm-col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .ecm-col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .ecm-col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .ecm-col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .ecm-col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .ecm-col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .ecm-col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .ecm-col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .ecm-col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .ecm-col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .ecm-col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .ecm-col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  @media (min-width: 1200px) {
    .ecm-col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      min-width: 0;
      max-width: 100%;
    }
    .ecm-col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .ecm-col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .ecm-col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .ecm-col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .ecm-col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .ecm-col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .ecm-col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .ecm-col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .ecm-col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .ecm-col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .ecm-col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .ecm-col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .ecm-col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }

  /******  custom css ******/
  .ecm-select-form{
      width: 100%;;
  }
  .ecm-padding {
      padding: 3px;
      box-sizing: border-box;
  }
  input.ecm-self-input{
      padding: unset;
  }
  .bookcar-title {
    background-color: #0aca89;
    padding: 5px;
    color: #FFF;
  }

 .ecm-self-drive  select {
    font-size: unset;
    height: unset;
    line-height: 2;
    color: #32373c;
    border-color: #e2e2e2;
    box-shadow: none;
    border-radius: 3px;
    padding: 0 24px 0 8px;
    min-height: 34px;
    -webkit-appearance: none;
    background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;;
  }
  .ecm-self-drive input.readonly,.ecm-self-drive input[readonly],.ecm-self-drive textarea.readonly,.ecm-self-drive textarea[readonly] {
    background-color: #eee;
  }
  .ecm-self-drive input {
    background-color: #FFF;
    border-radius: 3px;
    padding: 0 5px;
    line-height: 2;
    min-height: 34px;
    width: 100%;
    font-size: unset;
  }
  .ecm-no-padding{ padding: 0;}
  .ecm-no-padding-right{
    padding-right: 0;
  } 
  .ecm-self-drive img {
    display: inline;
    vertical-align: middle;
    margin-right: 15px;;

  }
  .ecm-get-prices {
    text-align: center;
  }
  .ecm-btn-getprices{
    padding: 8px 25px;
    border-radius: 3px;
    width: 100%;
    margin-top: 10px;
    border-color: #d2d8de24;
  }
  .ecm-btn-reset{
    padding: 8px 25px;
    border-radius: 3px;
    width: 100%;
    margin-top: 10px;
    border-color: #d2d8de24;
    background-color: lightgray !important;
  }
  .ecm-btn-reset-field{
    display: none;
  }
  .ecm-btn-reset:hover{
    text-decoration: none;
    background-color: darkred !important;
  }
  .ecm-btn-getprices-half{
    padding: 8px 25px;
    margin-top: 0px;
    text-align: center;
    border-radius: 3px;
    border-color: #d2d8de24;
  }
  
  .ecm-get-prices-half{
    text-align: right;;
  }
  .ecm-self-drive div,.ecm-self-drive label,  .ecm-self-drive input, .ecm-btn-getprices,.ecm-btn-reset, .ecm-btn-getprices-half{
    font-size: unset;
    font-weight: unset;
  }
  div#ui-datepicker-div {z-index:1000!important;}
  .ui-datepicker {
    z-index:10000 !important;
  }

  .ecm-self-drive input[type=date]{
    /* position: relative; */
    /* width: 150px; height: 20px; */
    color: white;
    height: 100%;
  }

  @-moz-document url-prefix() {
    .ecm-self-drive input[type=date]{
      color: black;
    }
  }

.ecm-self-drive input[type=date]::before {
    position: absolute;
    top: 0px; left: 3px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}

.ecm-self-drive input[type=date]::-webkit-datetime-edit, .ecm-self-drive input[type=date]::-webkit-inner-spin-button, .ecm-self-drive input[type=date]::-webkit-clear-button {
    display: none;
}

.ecm-self-drive input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 5px;
    right: 2px;
    color: black;
    opacity: 1;
}
.ecm-require-alert{
  background-color: #f5b6b6 !important;
  border: 1px solid #f50000 !important;
}
.ecm-text-alert{ color:red;}

.clockpicker-popover {
  position: absolute;
  font-size: 70%;
  z-index: 12000;
  border: solid 0.5px #aaa;
}
.ecm-logo {
  float: left;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-image: url('https://lowcostselfdrive.com.au/wp-content/uploads/2020/08/locationlogo-icon.png');
}
.ecm-livesearch-content-location-result:hover{
	background-color: #eaeaea;
}
.ecm-self-alert-field {
  z-index: 999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed ;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}


 .ecm-self-drive-alert-center {
	 margin: 0 auto;
 }
 .ecm-self-drive-alert-title{
	 height: 42px;
	 width: calc(100%-10px);
	 padding: 5px;
 }
 .ecm-self-drive-alert {
  animation: ecm-popup 0.3s;
  background-color: #fff;
	width: 90%;
	max-width: 450px;
	position: absolute;
	width: 50%;
	height: 20%;
  min-height: 150px;
	/* height: 150px; */
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius: 3px;
 }
 .ecm-self-drive-alert-content{
  min-height: 150px;
  position: relative;
 }
 .ecm-self-drive-alert-text{
  position: absolute;
  top: 0 ;left: 0; bottom: 30px; right:0;
 }
 .ecm-self-drive-alert-button{
  width: 90px;
  float: right;
  text-align: center;
  color: #eaeaea;
  padding: 5px;
 }

 .ecm-self-drive-alert-action{
   height: 30px;
   position: absolute;
   bottom: 5px;
   right: 5px;
 }
 .ecm-self-drive-alert-text-content{
   padding:10px;
   text-align: center;
 }

 @keyframes ecm-popup {
  0%{
    transform: scale(1);
  }
  10%{
    transform: scale(1.025);
  }
  20%{
    transform: scale(1.050);
  }
  30%{
    transform: scale(1.075);
  }
  40%{
    transform: scale(1.1);
  }
  50%{
    transform: scale(1.125);
  }
  60%{
    transform: scale(1.1);
  }
  70%{
    transform: scale(1.075);
  }
  80%{
    transform: scale(1.050);
  }
  90%{
    transform: scale(1.025);
  }
  100%{
    transform: scale(1);
  }
}

#pickUpDate_txt{
    cursor: pointer;
    background: no-repeat;
    background-position: right 10px center;
    background-color: #fff;
    padding-right: 30px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18pt' height='18pt' viewBox='0 0 18 18' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' d='M 1.699219 15.582031 L 1.699219 4.609375 C 1.699219 4.316406 1.8125 4.054688 2.03125 3.835938 C 2.246094 3.613281 2.515625 3.515625 2.820312 3.515625 L 3.945312 3.515625 L 3.945312 2.6875 C 3.945312 2.304688 4.085938 1.984375 4.351562 1.714844 C 4.632812 1.441406 4.953125 1.308594 5.347656 1.308594 L 5.910156 1.308594 C 6.292969 1.308594 6.625 1.441406 6.90625 1.714844 C 7.1875 1.984375 7.316406 2.304688 7.316406 2.6875 L 7.316406 3.515625 L 10.683594 3.515625 L 10.683594 2.6875 C 10.683594 2.304688 10.824219 1.984375 11.09375 1.714844 C 11.375 1.441406 11.695312 1.308594 12.089844 1.308594 L 12.652344 1.308594 C 13.035156 1.308594 13.367188 1.441406 13.648438 1.714844 C 13.925781 1.984375 14.054688 2.304688 14.054688 2.6875 L 14.054688 3.515625 L 15.179688 3.515625 C 15.484375 3.515625 15.742188 3.625 15.96875 3.835938 C 16.1875 4.054688 16.300781 4.304688 16.300781 4.609375 L 16.300781 15.570312 C 16.300781 15.867188 16.1875 16.125 15.96875 16.347656 C 15.753906 16.570312 15.484375 16.667969 15.179688 16.667969 L 2.820312 16.667969 C 2.515625 16.667969 2.257812 16.558594 2.03125 16.347656 C 1.8125 16.125 1.699219 15.878906 1.699219 15.582031 Z M 2.820312 15.582031 L 15.179688 15.582031 L 15.179688 6.804688 L 2.820312 6.804688 Z M 5.066406 5.164062 C 5.066406 5.238281 5.09375 5.3125 5.144531 5.363281 C 5.195312 5.414062 5.257812 5.4375 5.347656 5.4375 L 5.910156 5.4375 C 5.988281 5.4375 6.0625 5.414062 6.113281 5.363281 C 6.164062 5.3125 6.191406 5.253906 6.191406 5.164062 L 6.191406 2.699219 C 6.191406 2.625 6.164062 2.550781 6.113281 2.503906 C 6.0625 2.453125 6 2.429688 5.910156 2.429688 L 5.347656 2.429688 C 5.273438 2.429688 5.195312 2.453125 5.144531 2.503906 C 5.09375 2.550781 5.066406 2.625 5.066406 2.699219 Z M 11.808594 5.164062 C 11.808594 5.238281 11.835938 5.3125 11.886719 5.363281 C 11.9375 5.414062 12 5.4375 12.089844 5.4375 L 12.652344 5.4375 C 12.726562 5.4375 12.804688 5.414062 12.855469 5.363281 C 12.90625 5.3125 12.933594 5.253906 12.933594 5.164062 L 12.933594 2.699219 C 12.933594 2.625 12.90625 2.550781 12.855469 2.503906 C 12.804688 2.453125 12.742188 2.429688 12.652344 2.429688 L 12.089844 2.429688 C 12.011719 2.429688 11.9375 2.453125 11.886719 2.503906 C 11.835938 2.550781 11.808594 2.625 11.808594 2.699219 Z M 11.808594 5.164062 '/%3E%3C/g%3E%3C/svg%3E%0A");
}

#returnDate_txt{
  cursor: pointer;
  background: no-repeat;
  background-position: right 10px center;
  background-color: #fff;
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18pt' height='18pt' viewBox='0 0 18 18' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' d='M 1.699219 15.582031 L 1.699219 4.609375 C 1.699219 4.316406 1.8125 4.054688 2.03125 3.835938 C 2.246094 3.613281 2.515625 3.515625 2.820312 3.515625 L 3.945312 3.515625 L 3.945312 2.6875 C 3.945312 2.304688 4.085938 1.984375 4.351562 1.714844 C 4.632812 1.441406 4.953125 1.308594 5.347656 1.308594 L 5.910156 1.308594 C 6.292969 1.308594 6.625 1.441406 6.90625 1.714844 C 7.1875 1.984375 7.316406 2.304688 7.316406 2.6875 L 7.316406 3.515625 L 10.683594 3.515625 L 10.683594 2.6875 C 10.683594 2.304688 10.824219 1.984375 11.09375 1.714844 C 11.375 1.441406 11.695312 1.308594 12.089844 1.308594 L 12.652344 1.308594 C 13.035156 1.308594 13.367188 1.441406 13.648438 1.714844 C 13.925781 1.984375 14.054688 2.304688 14.054688 2.6875 L 14.054688 3.515625 L 15.179688 3.515625 C 15.484375 3.515625 15.742188 3.625 15.96875 3.835938 C 16.1875 4.054688 16.300781 4.304688 16.300781 4.609375 L 16.300781 15.570312 C 16.300781 15.867188 16.1875 16.125 15.96875 16.347656 C 15.753906 16.570312 15.484375 16.667969 15.179688 16.667969 L 2.820312 16.667969 C 2.515625 16.667969 2.257812 16.558594 2.03125 16.347656 C 1.8125 16.125 1.699219 15.878906 1.699219 15.582031 Z M 2.820312 15.582031 L 15.179688 15.582031 L 15.179688 6.804688 L 2.820312 6.804688 Z M 5.066406 5.164062 C 5.066406 5.238281 5.09375 5.3125 5.144531 5.363281 C 5.195312 5.414062 5.257812 5.4375 5.347656 5.4375 L 5.910156 5.4375 C 5.988281 5.4375 6.0625 5.414062 6.113281 5.363281 C 6.164062 5.3125 6.191406 5.253906 6.191406 5.164062 L 6.191406 2.699219 C 6.191406 2.625 6.164062 2.550781 6.113281 2.503906 C 6.0625 2.453125 6 2.429688 5.910156 2.429688 L 5.347656 2.429688 C 5.273438 2.429688 5.195312 2.453125 5.144531 2.503906 C 5.09375 2.550781 5.066406 2.625 5.066406 2.699219 Z M 11.808594 5.164062 C 11.808594 5.238281 11.835938 5.3125 11.886719 5.363281 C 11.9375 5.414062 12 5.4375 12.089844 5.4375 L 12.652344 5.4375 C 12.726562 5.4375 12.804688 5.414062 12.855469 5.363281 C 12.90625 5.3125 12.933594 5.253906 12.933594 5.164062 L 12.933594 2.699219 C 12.933594 2.625 12.90625 2.550781 12.855469 2.503906 C 12.804688 2.453125 12.742188 2.429688 12.652344 2.429688 L 12.089844 2.429688 C 12.011719 2.429688 11.9375 2.453125 11.886719 2.503906 C 11.835938 2.550781 11.808594 2.625 11.808594 2.699219 Z M 11.808594 5.164062 '/%3E%3C/g%3E%3C/svg%3E%0A");
}
.ecm-form-reset {
  display : none;
}
.ecm-form-reset-action {
  float: right;
  cursor: pointer;
  color: #424242;
  font-size: 16px;
}
.ecm-form-reset-action:hover {
  color : darkred;
}