
.message {
    width:100%;
    padding:10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.message.error {
    border: 1px solid #ffaaaa;
    background-color: #ffeeee;
}
.message.success {
    border: 1px solid #aaffaa;
    background-color: #eeffee;
}
.text-red {
    color: #ff3333;
}
div.error-message {
    text-align: left;
    color: #f33;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.bg-lightgray {
    background-color: #f5f5f5 !important;
}
.bg-black {
    background-color: black !important;
}
.input-schedule {
    width: 40px;
    height: 35px;
    text-align: right;
    padding: 0 3px;
    border-radius: 0;
}
.badge {
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #f00;
}

table.schedule-table {
    border:1px solid #aaa;  
}
.schedule-table td {
    font-size: 12px;
}
.schedule-table input {
    font-size: 12px;
}
.schedule-table td div {
    font-size: 12px;
}
