﻿.form-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #E67D2F;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #E67D2F;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: bold;
}

    .form-title .small {
        font-size: 12px;
        color: #717171;
        text-transform: none;
    }

.request-form .form-item {
    position: relative;
    width: 480px;
    /*display: flex;*/
    float:left;
    margin-bottom: 10px;
    font-size: 14px;
    flex-wrap: wrap;
}

    .request-form .form-item .section-title {
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .request-form .form-item.full-width {
        width: 100%;
    }

    .request-form .form-item.small {
        width: 220px;
    }

.request-form .section {
    width: 100%;
    display: table;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px #ccc solid;
}

.request-form .form-item.margin-right {
    margin-right: 20px;
}

.form-item label {
    position: relative;
}

    .form-item label span {
        min-width: 130px;
        display: inline-block;
        vertical-align: top;
    }

.form-item span.small {
    font-style: italic;
}

.form-item span.notes {
    font-size: 14px;
    font-style: italic;
}

.form-item.is-invalid {
    color: #dc3545;
}

.form-item input[type="text"] {
    width: 250px;
    border: 1px solid #cdcccb;
    margin: 0;
    padding: .55em 1%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.form-item input.is-invalid,
.form-item select.is-invalid,
.form-item textarea.is-invalid {
    border-color: #dc3545;
}

.form-item textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #cdcccb;
    margin: 0;
    padding: .55em 1%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    resize: horizontal;
}

.form-item input[type="text"].small {
    width: 120px;
}

.form-item input[type="text"].medium {
    width: 300px
}

.form-item select {
    width: 250px;
    border: 1px solid #cdcccb;
    padding: .5em 1%;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.form-item .radio-group {
}

    .form-item .radio-group label {
        margin: 0 5px;
    }

.form-item input[type="text"].big {
    width: 400px
}

.form-item input[type="checkbox"] {
    margin: 0 5px;
}

.form-item .invalid-tooltip {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

    .invalid-feedback.show {
        display: block;
    }

table.data-table td, table.data-table th {
    padding: 5px;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

table.data-table {
    margin: 10px 0;
}

    table.data-table th {
        border-top: solid 1px #ccc;
        font-weight: normal;
        font-size: 1.2em;
        text-transform: uppercase;
    }

        table.data-table th.table-name {
            border-bottom: none;
            font-size: 1.4em;
        }

    table.data-table tbody tr td:first-child {
        border-left: solid 1px #ccc;
    }

    table.data-table tbody tr:hover td, table.data-table tbody tr:hover th {
        background-color: #f5f5f5;
    }

    table.data-table tbody tr th:first-child {
        border-left: solid 1px #ccc;
    }

.menubar-wrapper .menubar .instragram {
    background-position: -90px;
}

.menubar-wrapper .menubar .yelp {
    background-position: -60px;
}
