﻿/* Sitewide CSS goes here */
span.twitter-typeahead {
    display: block !important;
}

input[type="number"][readonly] {
    background-color: #eee;
    color: #555;
}

label {
    font-weight: 700;
}

th.grid-col.grid-sortable {
    min-width: 80px;
}

/* Style tootltip menus the same as dropdown menus */
.tt-menu {
    min-width: 100%;
    box-sizing: border-box;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.tt-dataset {
    min-width: 100%;
    box-sizing: border-box;
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tt-suggestion {
    position: relative;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;

    &:hover, &:focus {
        color: #262626;
        text-decoration: none;
        background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
        background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
        background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
        background-color: #e8e8e8;
    }
}

.postings-title{
    text-decoration: none;
    font-weight: bold;
}

.posting {
    border-bottom: solid 1px rgba(5,5,5,0.2);
    margin: 20px 0px 20px 0px;
}

.posting-unit {
    font-weight: bold;
}

.unlock-button {
    color: #ccc;
    font-weight: bold;
    text-decoration: underline;

    &:hover, &:focus:hover {
        color: #fff;
    }
}
