div.input-group-addon#search {
  cursor: pointer;
}

footer {
  margin-top: 30px;
}

a.btn.delete-avatar {
  position: absolute;
  left: 40px;
  top: 10px;
}

/*  this 3 classes change to input and form class from bootstrap to use 50% for the labels if you need a different width add the 3 new classes with different names for your bootstrap forms */

/* use this for the input-group */

.groupWidth40 {
  width: 100%;
}

/* use this for the input-group-addon */

.groupAddonWidth40 {
  width: 40%;
  text-align: left;
}

/* use this for the form-control */

.controlWidth40 {
  width: 60%;
}

.buttonWidth40 {
  width: 100%;
}

/*  this 3 classes change to input and form class from bootstrap to use 50% for the labels if you need a different width add the 3 new classes with different names for your bootstrap forms */

/* use this for the input-group */

.groupWidth50 {
  width: 100%;
}

/* use this for the input-group-addon */

.groupAddonWidth50 {
  width: 50%;
  text-align: left;
}

/* use this for the form-control */

.controlWidth50 {
  width: 65%;
}

/*  this 3 classes change to input and form class from bootstrap to use 50% for the labels if you need a different width add the 3 new classes with different names for your bootstrap forms */

/* use this for the input-group */

.groupWidth25 {
  width: 100%;
}

/* use this for the input-group-addon */

.groupAddonWidth25 {
  width: 30%;
  text-align: left;
}

/* use this for the form-control */

.controlWidth25 {
  width: 75%;
}

.buttonWidth25 {
  width: 100%;
}

/* not show the numeric spinner */

.noSpinner::-webkit-inner-spin-button, .noSpinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Use this to capitalize any text using a class */

.ucwords {
  text-transform: capitalize;
}

.dropdown-menu li:hover {
  cursor: pointer;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.thumbnail img.image-box:hover {
  cursor: pointer;
  opacity: 0.6;
}

.digitalDocItem>.thumbnail img {
  min-height: 160px;
  height: 160px;
}

.clipboard-btn {
  cursor: pointer;
}

#addressNormalizationAcceptBtn {
  width: 200px;
}

/* Address Change Modal*/

.ac-radio-container {
  display: table;
}

.ac-radio-item {
  white-space: normal !important;
  height: 100px;
}

/* Customer Information - BQP Section */

#bqp-options {
  margin-top: 10px;
}

#bqp-form {
  margin-top: 25px;
  padding-bottom: 15px;
}

#bqp-form .col-sm-4 {
  padding-left: 0px;
}

#beneficiary_checkbox_div {
  padding-left: 15px;
  padding-right: 15px;
}

@media(min-width: 758px) {
  .MenuPanelCustom {
    padding-right: 65px!important;
  }
}

.TextFilter {
  padding-top: 7px;
}

.ToFilter {
  margin-bottom: 10px;
}

@media(max-width: 991px) {
  .FromFilter {
    margin-top: 10px!important;
  }
  .ToFilter {
    margin-top: 10px!important;
  }
  .TextFilter {
    padding-top: 17px;
    padding-left: 25px;
  }
  .ButtonExport {
    margin-top: 10px!important;
  }
}

.error {
  color: red;
}

.bg-success {
  background: #dff0d8 !important;
}

.bg-danger {
  background: #f2dede !important;
}