html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

.uppercase {
  text-transform: uppercase!important;
}

.flex {
  display: flex;
}

.flex.space-between {
  justify-content: space-between;
}

.flex.lex-flow {
  flex-flow: row wrap;
}

.info-container:nth-child(n + 3) {
  margin: 3rem 0;
}

.container .container-title {
  text-align: center;
  margin: 1em auto;
}

.img-container {
  width: 100px;
  height: 100%;
}

.img-container > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}

.border-right {
  border-right: 1px solid #ced4da;
}

.footer-button {
  margin-top: 20px;
  text-align: center;
}

#footer {
  margin-top: 60px;
  padding-bottom: 20px;
}

.card {
  font-weight: 400;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
}

.card .card-title {
  display: flex;
  justify-content: space-between;
}

.card .card-title .card-checkbox label:first-child {
  
    padding-right: 25px
  
}

.card.card-cascade.narrower:first-child {
  margin: 1rem 0;
}

.card.card-cascade.narrower:not(:first-child) {
  margin: 3rem 0;
}

.card.card-cascade.narrower .view.view-cascade {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  overflow: visible;
}

.view {
  position: relative;
  overflow: hidden;
  cursor: default;
}

.view img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  display: block;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.file-upload {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #616161;
  background: #fff;
  min-height: 100px;
}

.file-upload-message p {
  margin: 5px 0 0;
}

.file-upload .mask.rgba-stylish-slight {
  opacity: 0;
  transition: all 0.15s linear;
}

.file_upload {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
}

.image-remove, .removeItem {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: #ef4c66;
  border-radius: 100%;
  z-index: 10;
  color: #fff;
}

.clickable {
  cursor: pointer !important;
}

img {
  vertical-align: middle;
  border-style: none;
}

.form-content {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border: 1px solid #ced4da;
}

.form-content div:first-child {
  padding-left: 0;
}

.form-content div:last-child {
  padding-right: 0;
}

.md-form .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  box-sizing: border-box !important;
  height: auto;
  padding: 0.6rem 0 0.4rem 0;
  margin: 0 0 0.5rem 0;
}

.md-form input[type="text"]:disabled,
.md-form textarea.md-textarea:disabled {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

/* Textarea */
.md-form input[type="text"]:not(.browser-default),
.md-form textarea.md-textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.md-form input[type="text"]:not(.browser-default):focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #4285f4;
  -webkit-box-shadow: 0 1px 0 0 #4285f4;
  box-shadow: 0 1px 0 0 #4285f4;
}

.md-form input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
.md-form textarea.md-textarea:focus:not([readonly]) + label {
  color: #4285f4;
}

.md-form input[type="text"]:not(.browser-default) + label::after,
.md-form textarea.md-textarea + label::after {
  position: absolute;
  top: 65px;
  display: block;
  content: "";
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-out, 0.2s color ease-out;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

.md-form input[type="text"]:not(.browser-default).invalid,
.md-form input[type="text"]:not(.browser-default):focus.invalid,
.md-form textarea.md-textarea.invalid,
.md-form textarea.md-textarea:focus.invalid {
  border-bottom: 1px solid #f44336;
  -webkit-box-shadow: 0 1px 0 0 #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}

.md-form input[type="text"]:not(.browser-default).invalid + label:after,
.md-form input[type="text"]:not(.browser-default):focus.invalid + label:after,
.md-form textarea.md-textarea.invalid + label:after,
.md-form textarea.md-textarea:focus.invalid + label:after {
  color: #f44336;
  content: attr(data-error);
  opacity: 1;
}

.md-form textarea.md-textarea.form-control.valid + label:after,
.md-form textarea.md-textarea.form-control:focus.valid + label:after {
  top: 4.1rem;
}

.md-form textarea.md-textarea.form-control.invalid + label:after,
.md-form textarea.md-textarea.form-control:focus.invalid + label:after {
  top: 4rem;
}
.md-form textarea.md-textarea.form-control-lg.valid + label:after,
.md-form textarea.md-textarea.form-control-lg:focus.valid + label:after {
  top: 4.6rem;
}

.md-form textarea.md-textarea.form-control-lg.invalid + label:after,
.md-form textarea.md-textarea.form-control-lg:focus.invalid + label:after {
  top: 4.6rem;
}

.md-form .prefix ~ textarea {
  width: calc(100% - 2.5rem);
  margin-left: 2.5rem;
}

.md-form.form-lg .prefix ~ textarea {
  width: calc(100% - 3rem);
  margin-left: 3rem;
}

.md-form textarea.md-textarea {
  padding: 0;
  overflow-y: hidden;
}

.md-form textarea.md-textarea + label {
  top: -0.6rem;
}

.md-form textarea.md-textarea-auto {
  padding: 0;
  padding-top: 1.5rem;
}

.md-form textarea.md-textarea-auto + label {
  top: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pl-15 {
  padding-left: 15px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.text-bold {
  font-weight: bold;
}

.text-disabled {
  color: #dee2e6;
}

.text-right {
  text-align: right;
}

.font-normal {
  font-weight: normal;
}

.font-size-17 { 
  font-size: 17px;
}

.font-size-22 { 
  font-size: 22px;
}

.bt-none {
  border-top: none;
}

.weight-detail {
  display: flex;
  padding: 10px;
  border: 1px solid #dee2e6;
}

.weight-detail .weight-header {
  text-align: center;
  padding-bottom: 10px;;
}

.weight-detail .weight-content {
  padding-top: 10px;;
}

.weight-detail .weight-content .weight-content-inner {
  display: flex;
  margin-bottom: 10px;
}

.weight-detail .weight-content .weight-content-inner .inner-group {
  padding-bottom: 15px;
}


.attachment-list {
  display: flex;
  margin-bottom: 10px;
}

.attachment-list .attachment{
  height: 100px;
}

.attachment-list .attachment .attached-image {
  max-width: 75px;
}

.attachment-list .attachment:first-child {
  padding-left: 0;
}

.attachment-list .attachment:last-child {
  padding-right: 0;
}

.btn-corner {
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
}

/*-- Pink#D51C52 --*/
.btn.pink:not(.btn-outline) {
  color: #fff;
  background-color: #d51c52;
  border-color: #d51c52;
}
.btn.pink:not(.btn-outline):focus,
.btn.pink:not(.btn-outline).focus {
  color: #fff;
  background-color: #b31345;
  border-color: #840e33;
}
.btn.pink:not(.btn-outline):hover {
  background-color: #b31345;
  border-color: #b31345;
}
.btn.btn-outline.pink {
  border-color: #d51c52;
  color: #d51c52;
  background: 0 0;
}
.btn.btn-outline.pink:hover,
.btn.btn-outline.pink:active,
.btn.btn-outline.pink:active:hover,
.btn.btn-outline.pink:active:focus,
.btn.btn-outline.pink:focus,
.btn.btn-outline.pink.active {
  border-color: #d51c52;
  color: #fff;
  background-color: #d51c52;
}
/*-- END Pink#D51C52 --*/

.btn.green-haze:not(.btn-outline) {
  color: #ffffff;
  background-color: #44b6ae;
  border-color: #44b6ae;
}

.btn.green-haze:not(.btn-outline):focus,
.btn.green-haze:not(.btn-outline).focus {
  color: #ffffff;
  background-color: #36918b;
  border-color: #215955;
}

.btn.green-haze:not(.btn-outline):hover {
  color: #ffffff;
  background-color: #36918b;
  border-color: #338983;
}

.btn.green-haze:not(.btn-outline):active,
.btn.green-haze:not(.btn-outline).active,
.open > .btn.green-haze:not(.btn-outline).dropdown-toggle {
  color: #ffffff;
  background-color: #36918b;
  border-color: #338983;
}

.btn.green-haze:not(.btn-outline):active:hover,
.btn.green-haze:not(.btn-outline):active:focus,
.btn.green-haze:not(.btn-outline):active.focus,
.btn.green-haze:not(.btn-outline).active:hover,
.btn.green-haze:not(.btn-outline).active:focus,
.btn.green-haze:not(.btn-outline).active.focus,
.open > .btn.green-haze:not(.btn-outline).dropdown-toggle:hover,
.open > .btn.green-haze:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.green-haze:not(.btn-outline).dropdown-toggle.focus {
  color: #ffffff;
  background-color: #2c7772;
  border-color: #215955;
}

.btn.green-haze:not(.btn-outline):active,
.btn.green-haze:not(.btn-outline).active,
.open > .btn.green-haze:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.green-haze:not(.btn-outline).disabled:hover,
.btn.green-haze:not(.btn-outline).disabled:focus,
.btn.green-haze:not(.btn-outline).disabled.focus,
.btn.green-haze:not(.btn-outline)[disabled]:hover,
.btn.green-haze:not(.btn-outline)[disabled]:focus,
.btn.green-haze:not(.btn-outline)[disabled].focus,
fieldset[disabled] .btn.green-haze:not(.btn-outline):hover,
fieldset[disabled] .btn.green-haze:not(.btn-outline):focus,
fieldset[disabled] .btn.green-haze:not(.btn-outline).focus {
  background-color: #44b6ae;
  border-color: #44b6ae;
}

.btn.green-haze:not(.btn-outline) .badge {
  color: #44b6ae;
  background-color: #ffffff;
}

/*-- END Green Haze #44b6ae --*/

.help-block,
.error-block {
  font-family: "Lato Italic", sans-serif;
  font-size: 12px;
  margin: 0;
  display: block;
}

.error-block {
  color: red;
}

.input-icon.right > i {
  display: none;
}
.has-error .help-block,
.has-error .error-block,
.has-error span[id*="error"] {
  color: #ed1c24;
}
.has-error .form-control-transparent.valid {
  border: 0.5px solid rgba(209, 211, 212, 0.3);
}
.has-error .input-icon > i {
  display: block;
  color: #ed1c24;
}
.form-actions {
  margin-top: 1em;
}
/*===== END 1.5 Form Control =====*/


#modal-select-recycling .form-group label {
  font-size: 15px;
}


.input-group-text {
  background-color: white;
  border: none;
}


.input-group-container {
  display: flex;
}

.icon-file {
  cursor: pointer;
}