﻿.bg-lightblue{
    background-color:aquamarine;
}
.bg-address{
  background-color:rgba(92,184,116,0.25);
  padding:10px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 100%;
  }
}

/*.col-md-20{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}*/

.control-label {
  display: inline-block;
  margin-bottom: 0.15rem;
  font-size:0.75rem;
  font-weight:700;
}

.form-control-small {
  display: block;
  width: 100%;
  /*height: calc(1.5em + 0.75rem + 2px);*/
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control-small {
    transition: none;
  }
}

.form-control-small::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control-small:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control-small:focus {
  color: #495057;
  background-color: #fff;
  border-color: #5cb874;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(92,184,116,0.25);
}

.form-control-small::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control-small::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control-small:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control-small::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control-small::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control-small:disabled, .form-control-small[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control-small,
input[type="time"].form-control-small,
input[type="datetime-local"].form-control-small,
input[type="month"].form-control-small {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control-small:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

select.form-control-small[size], select.form-control-small[multiple] {
  height: auto;
}

textarea.form-control-small {
  height: auto;
}

.was-validated .form-control-small:valid, .form-control-small.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control-small:valid:focus, .form-control-small.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control-small:valid, textarea.form-control-small.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-control-small:invalid, .form-control-small.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control-small:invalid:focus, .form-control-small.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control-small:invalid, textarea.form-control-small.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

@media (min-width: 576px) {

  .form-inline .form-control-small {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}

.input-group > .form-control-small{
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control-small + .form-control-small,
.input-group > .form-control-small + .custom-select,
.input-group > .form-control-small + .custom-file{
  margin-left: -1px;
}

.input-group > .form-control-small:focus{
  z-index: 3;
}

.input-group > .form-control-small:not(:last-child){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control-small:not(:first-child){
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-validation-error
{
    border: 1px solid red;
    background-color:#ffe6ee;
}
.field-validation-error
{
    border: 1px solid red;
}

.form-control-smaller {
  display: block;
  width: 100%;
  /*height: calc(1.5em + 0.75rem + 2px);*/
  padding: 0.15rem 0.25rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control-smaller {
    transition: none;
  }
}

.form-control-smaller::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control-smaller:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control-smaller:focus {
  color: #495057;
  background-color: #fff;
  border-color: #5cb874;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(92,184,116,0.25);
}

.form-control-smaller::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control-smaller::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control-smaller:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control-smaller::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control-smaller::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control-smaller:disabled, .form-control-smaller[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control-smaller,
input[type="time"].form-control-smaller,
input[type="datetime-local"].form-control-smaller,
input[type="month"].form-control-smaller {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control-smaller:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

select.form-control-smaller[size], select.form-control-smaller[multiple] {
  height: auto;
}

textarea.form-control-smaller {
  height: auto;
}

.was-validated .form-control-smaller:valid, .form-control-smaller.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control-smaller:valid:focus, .form-control-smaller.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control-smaller:valid, textarea.form-control-smaller.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-control-smaller:invalid, .form-control-smaller.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control-smaller:invalid:focus, .form-control-smaller.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control-smaller:invalid, textarea.form-control-smaller.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

@media (min-width: 576px) {

  .form-inline .form-control-smaller {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}

.input-group > .form-control-smaller{
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control-smaller + .form-control-smaller,
.input-group > .form-control-smaller + .custom-select,
.input-group > .form-control-smaller + .custom-file{
  margin-left: -1px;
}

.input-group > .form-control-smaller:focus{
  z-index: 3;
}

.input-group > .form-control-smaller:not(:last-child){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control-smaller:not(:first-child){
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 0.25rem 0.25rem;
  font-size: 0.875rem;
  line-height: 1.15;
  border-radius: 0.2rem;
}