﻿#riderAlerts .background {
    width: 80%;
    height: 10px;
    background-color: #b30a00;
    margin-left: -15px !important;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

#riderAlerts .alert-details-col1 {
    border-radius: 5px;
    border: solid 1px rgba(36, 37, 38, 0.1);
    background-color: #fff;
}
#riderAlerts .alert-details-col2 {
    border-radius: 5px;
    background-color: #EAEAEA;
}

#riderAlerts .alert-details {
    margin-left: 15px;
}

#riderAlerts .alertTitle {
    margin: 20px 0 20px 1px;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.5px;
    text-align: left;
    color: #242526;
}

#riderAlerts .affectedRoute {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: 0.28px;
    text-align: left;
    color: #00205b;
}

#riderAlerts .railRouteBadge {
    height: 25px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 2px 0 0 5px;
    padding: 3px 3px 3px 3px;
}

#riderAlerts .busRouteLabel {
    height: 110px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: 0.28px;
    text-align: left;
    color: #00205b;
}

#riderAlerts .affectedRouteIcon {
    width: 28px;
    height: 29px;
    margin: 16.5px 7.9px 16px 0;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #00205b;
}

#riderAlerts .alertSeperator {
    width: 90% !important;
    height: 0;
    margin: 5.5px 0 0;
    border: solid 1px #d6d6d6;
}

#riderAlerts .alertVerticalSeperator {
    width: 2px;
    min-height: 60px;
    max-height: 200px;
    margin: 10px 10px 0;
    border: solid 1px #c1c1c1;
}

#riderAlerts .duration-box {
    width: 210px;
    height: 40px;
    padding: 5px 2px 2px 10px;
    background-color: #b30a00;
    margin-left: 10px;
}

#riderAlerts .alert-duration {
    height: 20px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.23px;
    text-align: center;
    color: #fff;
}

#riderAlerts .alert-title {
    margin: 20px 0 20px 10px;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.2px;
    text-align: left;
    color: #242526;
}

#riderAlerts .alert-message {
    margin: 0 20px 10px 10px;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #242526;
}

#riderAlerts .alert-detail-key {
    height: 20px;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
}

#riderAlerts .agency-alert-label {
    height: 20px;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #b30a00;
}

#riderAlerts .alert-detail-value {
    width: 260px;
    height: 20px;
    margin: 0 2px 5px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
}

.alert-icon {
    width: 40px;
    height: 40px;
    margin: 15px 0 10px 5px;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #b30a00;
}

.custom-field .placeholder {
    bottom: -20% !important;
}

#riderAlerts .go-button {
    width: 40% !important;
}

#riderAlerts .k-input-inner {
    height: 60px !important;
    padding: 4px 8px !important;
}

#riderAlerts .input-group-text {
    background-color: #eaeaea !important;
    max-height: 63px;
}

#riderAlerts .k-autocomplete {
    background-color: #eaeaea;
}

@media (max-width: 768px) {
        #riderAlerts .go-button {
            margin-top: 10px;
            width: 40% !important;
        }
}