

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.left {
    float: left !important;
}
#header .brand {
    background-image: none;    
}
#header .logo {
    padding: 23px 0 0 20px !important;
}
#header .logo .fa {
    opacity: .5;
    padding-right: 5px;
}
.alert:empty {
    display: none;
}
footer {
    text-align: center;
}
footer p {
    font-size: .8em;
}
.warning {
    margin: auto;
    font-size: 35px;
    color: red;
    text-align: center;
}
.right {
    float: right;
}
.ref-number {
    display: none;
}
body > .container {
    margin-top: 20px;
}
.navbar-inverse .brand {
    font-size: 14px;
}
.navbar-fixed-top, .navbar-fixed-bottom { 
    position: absolute;
}
.navbar-inverse .navbar-inner {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(none);
}
.navbar-inverse .nav ul {
    margin-top: 10px;
}
.navbar-inverse .nav>li>a {
    text-shadow: none;
}
.navbar-form {
    text-align: right;
}
.navbar-form label {
    width: 110px;
    display: inline-block;
    padding-right: 5px;
    color: #999;
}
.navbar-form input[type=checkbox] {
    width: 10px;
}

table {
    width: 100%;
}
table tr:nth-child(odd) {
	
}
table th, table td {
    text-align: left;
    padding: 5px;
    vertical-align: top;
}
.categories td:nth-child(2), .categories td:nth-child(3), .categories td:nth-child(4) {
    width: 50px;
}
table tr:nth-child(even) {
	background-color: #F7F7F7;
}
.telephone table tr:nth-child(even) {
    background-color: #FCF;
}
.absentee table td, .absentee table th, .telephone table td, .telephone table th {
    text-align: center;
}
.absentee table tr:nth-child(even) {
    background-color: #CFC;
}
.index input[type=text] {
    margin: 0px;
}
.index h2 {
    display: inline-block;
}
.index form {
    margin-top:10px;
    float: right;
}
/*
*
* Pagination
*
*/
.pagination {
        text-align: right;
        margin: 0;
        padding: 25px;
        clear:both;
}
.pagination .previous-button.nolink, .pagination .next-button.nolink {
        color: #B1B1B1;
}
.pagination .previous-button.nolink:hover, .pagination .next-button.nolink:hover {
        border: 1px solid #CFCFCF;
}
.pagination .previous-button div.link, .pagination .next-button div.link {
        padding: 0px 8px;
}
.absentee .pagination .previous-button div.link, .absentee .pagination .next-button div.link {
        padding: 7px 16px;
        font-size: 26px;
}
.pagination .previous-button, .pagination .next-button {
        display: inline-block;
        border: 1px solid #CFCFCF;
        font-weight: bold;
}
.pagination .previous-button:hover, .pagination .next-button:hover { 
        border: 1px solid #777;

}

/*
*
* Add lots
*
*/
ul.fields li {
    min-height: 70px;
    display: block;
}
#add-book ul.fields li.condition {
    min-height: 195px;
}
ul.fields label {
    display: inline-block;
    width: 250px;
    font-size: 16px;
    font-weight: bold;

    vertical-align: top;
}
ul.fields textarea {
    height: 150px;
}
input,textarea,  select {    
    font-size: 16px;
}
ul.fields input[type=text],ul.fields textarea {
    width: 60%;
}
ul.fields select {
    width: 61%;
}
ul.inner li {
    display: inline-block;
    width: 180px;
}
.bidder-add-lots ul {
    list-style: none;
    padding: 0;
}
ul.inner input, ul.inner select {
    width: 150px;
}
ul.inner label, ul.inner select, ul.inner input {
    display: block;
}

ul.condition {
    margin-left: 0px;
    padding: 0;
}
ul.condition input[type=checkbox] {
    margin-top: 0;
}
ul.condition li {
    min-height: 30px;
    vertical-align: top;
    list-style: none;
}
ul.condition label {
    display: inline;
    width: 115px;
    margin-left: 5px;
    font-weight: normal;
    font-size: 14px;
}

a.add{
    float: center;
}
a.add, span.remove {
    cursor: pointer;
    background: #B6B6B6;
    padding: 10px;
    color: #000;
}
/*
*
* adsentee
*
*/
.bid-info-one {
    background: #CFC;
}
.bid-info-two {
    background: #FCF;
}
.lot-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.lot-description {
    text-align: center;

}
/*
*
* telephone bids
*
*/
.telephone table th.header {
    cursor: pointer;
}
table.bidders th.header {
    cursor: pointer;
}

#login-container {
    width: 90%;
}
/*
* nav
*/
#header .user-nav ul li.dropdown.settings .dropdown-menu {
    left: -100px;
}

