﻿.message_error {
    color: red;
}

/* list-alert styles
-------------------------------------------------- */
.list-alert {
    padding: 20px;
    text-align: left;
}

    .list-alert h1 {
        margin-bottom: 0 !important;
    }

    .list-alert p {
        margin-bottom: 20px;
    }


    .list-alert .list h2 {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        font-size: 15px;
        font-weight: bold;
        padding: 0 20px;
        margin: 0 0 10px;
    }

    .list-alert .list .alert1 h2 {
        background: #EB6E4B;
        color: #fff;
    }

    .list-alert .list .alert2 h2 {
        background: #FFEF2F;
        color: #333;
    }

    .list-alert .list > div {
        position: relative;
        padding: 50px 0 0;
        display: inline-block;
        width: 31%;
        margin-right: 20px;
        vertical-align: top;
    }

        .list-alert .list > div:last-child {
            margin-right: -10px;
        }

    .list-alert table {
        width: 100%;
        border: solid 1px #ddd;
        border-spacing: 0px;
    }

        .list-alert table tr {
            display: table;
            width: 100%;
            border-bottom: dashed 1px #ddd;
        }

            .list-alert table tr:last-child {
                border: none;
            }

        .list-alert table th {
            width: 70%;
            padding: 20px 0 20px 20px;
        }

    .list-alert .alert1 table th {
        background: #FDF0EC;
    }

    .list-alert .alert2 table th {
        background: #FFFEE9;
    }

    .list-alert table td {
        width: 30%;
        padding: 20px 0;
        text-align: center;
    }

    .list-alert table td input{
        width: 30px;
        height: 30px;
    }

.list td {
    border: solid 1px #ddd;
}

.inputArea{
    padding: 20px;
}


