.intent-heading {
    font-weight: 700;
    margin-bottom: 15px;
}

.faded-icon {
    opacity: 0.5;
}

.intent-company-logo {
    margin: 0 auto 40px auto;
}

@media (max-width: 767px) {
    .intent-company-logo {
        max-width: 150px;
    }

    .logo-container.col-xs-offset-4 {
        margin-left: 0 !important;
        max-width: 100% !important;
    }
}

.intent-wrapper-stations {
    margin-top: 30px;
}

.intent-station-warning {
    margin-top: 0px;
    margin-bottom: 5px;
}

.intent-bottom-hr {
    margin-top: 0px;
}

.intent-product-logo-hr {
    margin-top: 10px;
    margin-bottom: 13px;
}

.intent-product-bottom-hr {
    margin-top: 0px;
    margin-bottom: 15px;
}

.intent-station-bottom-hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.intent-product-wrapper:checked + label  {
    box-shadow: 0 0 6px rgba(82, 85, 133, 1);
}

.intent-product-wrapper + label {
    padding: 15px;
}

.intent-product-wrapper + label:hover {
    cursor: pointer;
}

.intent-product-name {
    margin-bottom: 0px;
}

.table-header {
    background-color: #f6f6f6;
}

.intent-event-ended {
    opacity: 0.5;
}

.field-req .req-required {
    opacity: 0.5;
}

.field-req .req-good {
    display: none;
}

#intent-wrapper-agreement table th,
#intent-wrapper-agreement table td {
    padding-right: 15px;
}

#intent-search-result-wrapper {
    margin-top: 25px;
    margin-bottom: 0px;
}

.panel-intent-selected-station:first-child {
    margin-top: 25px;
}

.panel-intent-selected-station {
    margin-top: 10px;
    margin-bottom: 0px;
}

#intent-sign-confirm {
    margin-right: 2px;
}
