/* Digital Door CSS File */

.mb-hr {
    background-color: #c0c0c0 !important;
}

.dd-blue {
    color: #0000c0;
}

.dd-background-green {
    background-color: #e0ffe0;
}

.dd-create-account {
    background-color: #e0ffe0;
    /* background-color: #799A3D; */
}

.dd-enter-detailed-survey {
    background-color: #e0ffe0;
    /* background-color: #799A3D; */
}

.dd-emphatic {
    background-color: #593c81 !important;
    color: #ffffff !important;
    /* background-color: #799A3D; */
    /* TODO add white text */
}

.dd-recommendations {
    background-color: #ffffff !important;
    /* background-color: #ffe0e0 !important; */
    /* background-color: #799A3D; */
    /* TODO add purple dividers, purple titles */
}

.dd-rec-category-title {
    background-color: #ffffff !important;
    color: #593c81 !important;
    /* background-color: #ffe0e0 !important; */
    /* background-color: #799A3D; */
    /* TODO add purple dividers, purple titles */
}

.dd-rec-notice {
    background-color: #dce7ce !important;
    border-style: solid;
    border-width: 1px;
    border-radius: 16px;
    padding: 1em;
}

.dd-rec-hr {
    color: #593c81 !important;
    background-color: #593c81 !important;
    margin-bottom: 0.5rem !important;
}

.dd-rec-compressed {
    display: none;
}

.dd-rec-expanded {
    display: block;
}

/* over-riding some mrgbsurey.site css fields */

.dd-question-text {
    background-color: #dce7ce !important;
    /* background-color: #e0ffe0 !important; */
    /* background-color: #799A3D; */
}

.dd-rec-title-div {
    margin-bottom: 0.5rem;
}

.dd-rec-icon-div {
    min-width: 50px;
    min-height: 50px;
}

@media only screen and (min-width: 1024px) {
  .dd-rec-icon-img {
    max-width: 50px;
    max-height: 50px;
  }
}

.dd-float-buttons {
  position: fixed;
  right: 0px;
  bottom: 0px;
  margin: 2px;
}

.dd-float-exit .button {
  color: white;
  border-color: black;
  background-color: red;
}

.dd-float-contact .button {
  color: black;
  border-color: black;
}

.dd-resources-upload-text {
  width: 100%;
}

.dd-show-full-list {
  color: white;
  border-color: black;
  background-color: #593c81 !important;
}

.dd-show-full-list:focus {
  color: white;
}

.dd-show-full-list:hover {
  color: #aaaaaa;
}

.dd-show-full-list:focus:hover {
  color: #aaaaaa;
}

