.headmenu {margin-bottom: 15px;}
.btn-xs {padding: .25rem .25rem; line-height: 1; font-size: 0.7rem;}
.alert-block {margin-top: 5px;}
#notifyModal .badge-pull, .notify {cursor: pointer;}
.notify:hover {color: #fff;}
.fa-1_5x {font-size: 1.5em;}
.notify.active {
    -webkit-animation: blink 2s linear infinite;
    animation: blink 2s linear infinite;
}

@keyframes blink {
    0% {color: #fff;}
    50% {color: red;}
    100% {color: #fff;}
}

#app {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
}

h1, h2 {
    font-weight: normal;
}

table.tab {
    border: 1px solid #555;
    border-collapse: collapse;
}

table.tab th {
    padding: 5px 7px;
    background-color: #eee;
    font-weight: 500;
    border: 1px solid #555;
}

table.tab td {
    border: 1px solid #777;
    padding: 5px;
    vertical-align: top;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.ui-autocomplete > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


div.block-property-types div.block-property-type {
}

div.block-property-types div.block-property-type > span,
div.block-property-types div.block-property-cat > span,
div.block-property-types div.block-property-name > span,
div.block-bid-statuses > span {
    cursor: pointer;
}

div.block-property-types div.block-property-type > span.active,
div.block-property-types div.block-property-cat > span.active,
div.block-property-types div.block-property-name > span.active,
div.block-bid-statuses > span.active {
    color: #08b;
}

div.block-property-types div.block-property-type > span:hover,
div.block-property-types div.block-property-cat > span:hover,
div.block-property-types div.block-property-name > span:hover,
div.block-bid-statuses > span:hover {
    text-decoration: underline;
}

div.block-property-types div.block-property-cat {
    margin-left: 10px;
    font-size: 0.9em
}

div.block-property-types div.block-property-name {
    margin-left: 10px;
    font-size: 0.8em;
}

div.block-property-types div.block-property-name > span,
div.block-bid-statuses > span {
    margin-right: 10px;
}

ul.btn-toggle {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul.btn-toggle > li {
    border: 1px solid #555;
    padding: 0.2em 1em;
    border-left: none;
    cursor: pointer;
}

ul.btn-toggle > li:first-child {
    border-left: 1px solid #555;
    border-radius: 2px 0 0 2px;
}

ul.btn-toggle > li:last-child {
    border-radius: 0 2px 2px 0;
}

ul.btn-toggle > li.active {
    background-color: #eee;
}

table.tab-balloon {
    border: 2px solid #fff;
    border-collapse: collapse;
}

table.tab-balloon td {
    border: 1px solid #ddd;
    padding: 5px 10px;
    vertical-align: top;
}

table.tab-balloon td.dt {
    text-align: right;
    white-space: nowrap;
    color: #555;
}
