/* -----JVB DEV CSS----- */

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.h3title {
    font-size: 14px;
    margin: 0;
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 8px;
    background-color: #bcddaa;
    font-weight: bold;
    color: #244b0e;
}

.hissu {
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
    width: 36px;
    height: 20px;
    background: #b50505;
    padding: 1px 6px;
    float: right;
    line-height: 18px;
}

.form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

select.form-control {
    overflow: hidden;
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    appearance: menulist-button;
}

.form-control-inline > * {
    display: inline;
}

@media print, screen and (min-width: 980px) {
    nav > ul > li {
    }
}

@media print, screen and (min-width: 769px) {
    .main-form h1 {
        font-size: 24px;
        padding: 20px 20px 15px;
        color: #ffffff;
        margin-bottom: 20px;
        background: #256800;
    }
}
