/* Resets */

fieldset,
label {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1 {
    font-size: 1.5em;
    margin: 10px;
}

.review-heading {
    color: #e47911;
    font-size: 2em;
}

/* Checkbox Table Styling */

#workPerformedInput table {
  /*  margin-top: 15px; */
  /*  margin-left: 1.5rem; */
}

#workPerformedInput td {
    padding: 2px;
}

.ratings-table {
    border: 1px solid #d8dde6;
    table-layout: fixed;
}

.recommendation-container fieldset {
  margin-left: 10px;
}

textarea.slds-input {
    height: 175px;
}

/* Validation - Alert Box */

.alert {
    box-shadow: initial;
    -webkit-box-shadow: initial;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    box-shadow: initial;
    -webkit-box-shadow: initial;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.validation-alert {
    display: none;
}


/* Misc */

.amazon-button {
    border-width: 1px;
    border-style: solid;
    border-color: #846A29;
    color: black;
    height: 30px;
    border-radius: 2px;
    width: 100px;
    /* FILLS */
    /* IE10+ */
    background-image: -ms-linear-gradient(top, #F8DF9D 0%, #F1C241 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #F8DF9D 0%, #F1C241 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #F8DF9D 0%, #F1C241 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8DF9D), color-stop(100, #F1C241));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #F8DF9D 0%, #F1C241 100%);
    /* W3C Markup */
    background-image: linear-gradient(to bottom, #F8DF9D 0%, #F1C241 100%);
}

.back-button {
    background-color: transparent;
    border: none;
    color: #005b86;
    cursor: pointer;
}

.email-confirmation {
    font-style: italic;
}

.review-text, .ratings-table {
    min-width: 615px;
    max-width: 960px;
}

/* table.recommendation-rating input[type="radio"]{
    margin-right: 2em;
} */

table.recommendation-rating td {
  padding: 8px 15px;
}

table.recommendation-rating label {
    display: block;
}

#CustomerOptIn input[type="radio"] {
  margin-right: 10px;
}
