﻿.navbar-fixed-top .container    { margin-left: 0; width: auto; }
.navbar-fixed-top .navbar-inner { border: none; }
.navbar-fixed-top a.brand       { padding:0; margin:0; }

li.search-nav { width: 100px; }
li.search-nav input {width:200px;}
li.search-nav form.search-nav { display:none;}
li.search-nav-active form.search-nav {display:block;}
li.search-nav-active a.search-nav { display: none; }
li.search-nav-active { width: 250px; }


.navbar-inner form { padding-top: 10px; padding-bottom: 0px; height: 0; }
.fieldsetRow { clear:both;}
.fieldset input {clear:both;}
.fieldsetRow * {
    float: left;
    padding: 5px;
}
label {
    font-weight: bold;
}
input.datepicker-input {
    width: 100px;
}

.datepicker  { z-index: 9999; }

.header div { float: left; margin-left: 20px; }
.header .sub-header-value { clear: both; }

.property-detail .heading-container { height:100px;}
.heading-group { float: left; }
.heading-group .data-row { clear: both; }
.heading-group .data-row * { float: left; }
.heading-group .data-label { font-weight: bold; width:100px;}
.heading-group .data-value { width:300px;}

.currency { text-align: right !important }
.count { text-align: right !important }
.rate { text-align: right !important }
tr.spacer td { height:20px;}


input.bigCheckbox { height:25px; width:25px;}

.worksheet { clear:both; padding-top: 20px;}


.shortened {
    max-height: 20px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: block;
    cursor: zoom-in;
}

td.row-label {
    max-width: 100%;
    white-space: nowrap;
    padding-right: 5px;
}
td.row-label.subheading {
    padding-left: 20px;
}

th {
    padding:5px;
}

td { 
    padding:5px;
}

td.action {
    text-align: center;
}

.values .value-column {
    min-width: 75px;
}

.row-label {
    min-width: 100px;
}

.tri-state-boolean .tri-state.list-box {
    width:100px;
}

.form-horizontal .form-group {
    clear: both;
}

td.pin {
    min-width: 150px;
}
td.valuation {
    min-width: 100px;
}
#comments textarea.comment {
    width: 800px;
    display: block;
    height: 75px;
}

.tablenote {
      margin: 20px;
      font-style: italic;
}


#open-dialog.rereview .initial-only   { display: none; }
#open-dialog.rereview .rereview-only  { display: inherit; }
#open-dialog.initial  .rereview-only  { display: none; }
#open-dialog.initial  .initial-only   { display: inherit; }