﻿/*These centered classes will center cols when they don't add up to 12*/
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.inactive-voter-container{
    border-bottom:1px solid #EEEEEE;
    padding-bottom: 30px;
    margin-bottom: 40px
}

.ballot-status-container{
/*    border-bottom:1px solid #EEEEEE;
    padding-bottom: 30px;
    margin-bottom: 40px */
}

.mobile-request-ballot .mobile-status {
    background-color: #0089D1;
    color: #FFFFFF;
    padding: 20px;
}

    .mobile-request-ballot .mobile-status span {
        display: block;
        font-weight: bold
    }

@media screen and (max-width: 767px) {
    .absentee-ballot-status-progress-indicator .progress-step {
        color: #ADADAD;
    }

    .absentee-ballot-status-progress-indicator > .denied > div {
        background-color: #D2691E;
        color: #FFFFFF;
    }

    .absentee-ballot-status-progress-indicator > div {
        /*display: block;*/
        height: 80px;
        color: #FFFFFF;
        padding: 1px;
        font-weight: bold;
        margin-bottom: 5px;
        width: 250px;
    }

        .absentee-ballot-status-progress-indicator > div > div {
            height: 100%;
            width: 100%;
            padding: 2px;
            background-color: #EEEEEE;
            display: table;
        }

            .absentee-ballot-status-progress-indicator > div > div > div {
                height: 100%;
                width: 100%;
                padding: 4px;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

    .absentee-ballot-status-progress-indicator > .completed > div {
        background-color: #0089D1;
        color: #FFFFFF;
    }

    .absentee-ballot-status-progress-indicator > .current > div {
        background-color: #0089D1;
    }

        .absentee-ballot-status-progress-indicator > .current > div > div {
            color: #FFFFFF;
        }

    .absentee-ballot-status-progress-indicator > div > div span {
        display: block;
    }

        .absentee-ballot-status-progress-indicator > div > div span a {
            color: #FFFFFF;
        }

    .absentee-ballot-status-progress-indicator:after,
    .absentee-ballot-status-progress-indicator:before {
        content: " ";
        display: table;
    }

    .absentee-ballot-status-progress-indicator:after {
        clear: both;
    }
}


@media screen and (min-width: 767px) {
    .absentee-ballot-status-progress-indicator .progress-step {
        color: #ADADAD;
    }

    .absentee-ballot-status-progress-indicator > .denied > div {
        background-color: #D2691E;
        color: #FFFFFF;
    }

    .absentee-ballot-status-progress-indicator > div {
        display: inline-block;
        height: 120px;
        color: #FFFFFF;
        padding: 1px;
        font-weight: bold;
    }

        .absentee-ballot-status-progress-indicator > div > div {
            height: 100%;
            width: 100%;
            padding: 2px;
            background-color: #EEEEEE;
            display: table;
        }

            .absentee-ballot-status-progress-indicator > div > div > div {
                height: 100%;
                width: 100%;
                padding: 4px;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

    .absentee-ballot-status-progress-indicator > .completed > div {
        background-color: #0089D1;
        color: #FFFFFF;
    }

    .absentee-ballot-status-progress-indicator > .current > div {
        background-color: #0089D1;
    }

        .absentee-ballot-status-progress-indicator > .current > div > div {
            color: #FFFFFF;
        }

    .absentee-ballot-status-progress-indicator > div > div span {
        display: block;
    }

        .absentee-ballot-status-progress-indicator > div > div span a {
            color: #FFFFFF;
        }

    .absentee-ballot-status-progress-indicator:after,
    .absentee-ballot-status-progress-indicator:before {
        content: " ";
        display: table;
    }

    .absentee-ballot-status-progress-indicator:after {
        clear: both;
    }
}