/* Sign Up */
/*Views/BlockList/Components/SignUpSection*/

button:disabled,
input:disabled,
select:disabled {
  cursor: not-allowed;
}

/*This one's for you Tim!!!*/
button:disabled {
    background-color: #ccc;
}

@media(min-width: 1200px) {
    .sign-up-wrapper-component input {
        width: 30%;
        margin-right: 1rem;
    }
}

/* Panel Section */
/* /Views/Partials/BlockList/Components/PanelSection */

.bg-light-teal a.button-panel-strip.text-white:hover,
.bg-light-teal a.button-panel-strip.text-white:focus,
.bg-light-teal a.button-panel-strip.text-white:active{
    color: #e5e8eb !important;
}

.bg-sky a.button-panel-strip.text-white:hover,
.bg-sky a.button-panel-strip.text-white:focus,
.bg-sky a.button-panel-strip.text-white:active{
    color: #009791 !important;
}

.bg-fire a.button-panel-strip.text-white:hover,
.bg-fire a.button-panel-strip.text-white:focus,
.bg-fire a.button-panel-strip.text-white:active{
    color: #e5e8eb !important;
}

/* History / History Cards */

@media(min-width: 768px) {
    .timeline-line:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    bottom: 0;
    right: 100%;
    border-top: 4px solid #ed1a38;
    height: 5rem;
    width: 5rem;
    transform: rotate(90deg);
    margin: auto 0;
    }
}
        