.modal-content {
    background-color: #EEE;
}

.formInputRow {
  margin: 5px 0;
}

#AdvancedUSTMI .addedInput {
  margin-left: 15px;
}

/* #AdvancedUSTMI {
    border: 1px solid #ddd;
    border-radius: 12px;
}

#textDivDesignCode, #textDivDescText {
    background-color: #ddd;
} */

.ustmAdvancedHeader {
  width: 100%;
  margin: 15px;
}

/* Checkbox label holds the checkbox and the text */
.checkbox-label {
  /* display: block; */
  /* margin-left: 9px; */
  position: relative;
  padding-left: 30px;
  /* margin-bottom: 12px; */
  margin: 6px 0 0px 9px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #444;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #B7C7CE;
  border-radius: 10px;
}


.checkbox-label:hover {
  color: #000;
}

/* On mouse-over, add a white background color */
.checkbox-label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark {
  background-color: #6EBA00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
  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);
}

.checkboxLeft {
  text-align: left;
  display: inline-block;
}

.checkbox {
  margin: 5px;
  /* -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background-color: #B7C7CE; */
  cursor: pointer;
}

.checkbox:hover {
  background-color: #EEE;
}

.checkbox:checked {
  background-color: blue;
  color: black;
  display: inline-block;
}

#states-list>li {
    display: inline-block;
    width: 66px;
}

.checkbox-searches {
    padding: 0 15px 0 30px !important;
}

.searchButton {
  margin-top: 10px;
}

.homeLink {
    color: white;
}

.homeLink:hover {
    color: lightgrey;
}

#heading {
    margin-top: 10px;
    text-align: center;
}

.red {
    border: 2px solid red;
}

.green {
    border: 2px solid green;
}

.blue {
    border: 2px solid #55CCFF;
}

.userEmailClass {
  padding: 8px;
  position: relative;
  text-align: right;
}

/* .userEmailClass:hover {
  color: #fff;
} */

.user-dropdown-class {
    background-color: #fff;
    color: #444;
    margin-top: 0;
}

.user-dropdown-class > li > a:hover {
  background-color: #eee;
  color: #000;
  text-decoration: none;
}

.logOutClass {
  display: block;
  padding: 8px;
}

#imageInputObject {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

#imageInput {
  border: 2px dashed #ccc;
  border-radius: 20px;
  /* width: 480px; */
  margin: 100px auto;
  padding: 20px;
}

#imageInput.highlight {
  border-color: purple;
}

#imageInputLabel {
  cursor: pointer;
}

#imgPreview {
  color: red;
  margin-top: 10px;
}

#imgPreview img {
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

/* Styles for verification page */
#verifyLogo {
  width: 30%;
}

#checkMark {
  display: none;
  font-size: 100px;
  color: #6EBA00;
}

#timesSign {
  display: none;
  font-size: 100px;
  color: red;
}

#warning {
  display: none;
  font-size: 100px;
  color: #fdb467
}

.dropdown-menu {
  padding-left: 10px;
  background-color: #eee;
  border: 3px solid rgba(0,0,0,.15);
}

.extLink {
  padding-left: 40px;
}

.ui-autocomplete {
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

#usptoAdvancedSettings {
    /* border: 1px solid;
    border-radius: 2px; */
    margin: 15px;
}

@media screen and (max-width: 767px) {
  #verifyLogo {
    width: 90%;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
  }


}

@media screen and (max-width: 991px) {
  .footer {
    margin-left: 0;
  }

  .footer-container {
    width: 100%;
    margin: 0;
  }
}

.btn-custom {
  color: #fff;
  background-color: #6EBA00;
}

#ustm-advanced-settings .row {
  margin-top: 3px;
}
