small {
    color: #555;
}

#loginForm {
    width: 310px;
    padding: 10px 30px;
    margin: 50px 0;
    background-color: #f8f8f8;
    border: 1px #ccc solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 7px #fff, #eee 0 5px 8px;
    -moz-box-shadow: inset 0 0 7px #fff, #eee 0 5px 8px;
    box-shadow: inset 0 0 7px #fff, #eee 0 5px 8px;
    font-size:14px;
}

    #loginForm input[type=text], #loginForm input[type=password] {
        width:300px;
        height: 27px;
    }

    #loginForm input[type=submit] {
        margin:7px 0;
        padding: 13px 0;
        width:100%;
    }

    #loginForm .buttonLink {
        margin:7px 0;
        padding: 13px 128px;
        text-decoration:none;
        font-size:13px;
    }

.text-danger {
    color: red;
}

.dl-horizontal dt {
    width: 210px;
    float: left;
    text-overflow: ellipsis;
    font-weight: bold;
    clear: left;
}

.dl-horizontal dd {
    float: left;
}

.dl-horizontal {
    width: 100%;
    overflow: hidden;
    clear: left;
}

.form-group {
    margin-top: 8px;
    margin-bottom: 8px;
    clear: both;
}

    .form-group label {
        float: left;
        width: 240px;
        font-weight: bold;
        padding: 0 5px 10px 0;
    }

    .wide-label p {
        padding: 0 5px 0 10px;
    }

.text-box, input[type=text], input[type=password], select, textarea {
    border: 1px solid #ccc;
    padding: 4px 0 4px 10px;
}

.text-box, input[type=text], input[type=password], select {
    width: 250px;
}

.validation-summary-errors {
    color: #b94a48;
}

.form-group input.valid, .form-group select.valid {
    transition: border 0.3s;
}

.input-validation-error, .form-group .input-validation-error {
    transition: border 0.3s;
    border: 2px solid #f30b27;
    color: #f30b27;
}

.validation-summary-valid, span.field-validation-valid {
    display: none;
}

.table {
    width: 100%;
    border-color: #ddd;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-spacing: 0;
    padding: 0;
    text-align: center;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .table td, .table th, .table td:last-child {
        border-color: #ddd;
        border-width: 1px 1px 0 0;
        border-style: solid;
        font-size: 12px;
    }

    .table td, .table th {
        border-right: 1px #ddd dashed;
    }

    .table th {
        border-width: 1px 1px 1px 0;
        background: linear-gradient(#f7f7f7, #ebebeb);
        text-align: left;
        padding: 10px 15px;
        color: #757575;
        -webkit-box-shadow: inset 0 5px 5px #f0f0f0;
        -moz-box-shadow: inset 0 5px 5px #f0f0f0;
        box-shadow: inset 0 5px 5px #f0f0f0;
        text-shadow: 0 1px 0 #fff;
    }

.table th:first-child {
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
}

.table th:last-child {
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    border-style: solid;
}

.table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}
.table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

.table td {
    text-align: left;
    padding: 5px 15px;
}

.table .totals td {
    background-color: #f7f7f7;
    font-weight:bold;
}

input[readonly="readonly"] {
    border: 0px;
    margin: 2px 0;
}

.form-horizontal .timeSelect {
    width: 70px;
}

.col-md-10 .width20 {
    width: 20px;
}

.col-md-10 .width50 {
    width: 50px;
}

.col-md-10 .width60 {
    width: 70px;
    text-align: center;
}

.col-md-10 .width80, .col-md-10 .datepicker1, .col-md-10 .datepicker2, .col-md-10 .datepicker3 {
    width: 80px;
}

.col-md-10 .width100 {
    width: 100px;
}

.col-md-10 .width120 {
    width: 120px;
}

.col-md-10 .width150 {
    width: 150px;
}

.col-md-10 .width200 {
    width: 200px;
}

.uppercase {
    text-transform: uppercase;
}
