﻿.tabs-left {
    /*margin-top: 3rem;*/
    height: 100%;
}

.nav-tabs-left {
    /*float: left;*/
    border-bottom: 0;
}

    .nav-tabs-left li {
        text-align: center;
        float: none;
        margin: 0;
    }

        .nav-tabs-left li a {
            margin-right: 0;
            border: 0;
            color: lightgray;
        }

            .nav-tabs-left li a:hover {
                background-color: #276fb4;
                color: black;
            }

    .nav-tabs-left .fa {
        color: #fff;
    }

    .nav-tabs-left .active .fa {
        color: #333;
    }

    .nav-tabs-left > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: 0;
    }

    .nav-tabs-left > li > a {
        border-radius: 0;
    }

html, body, .vf-container {
    height: 100%;
}

.nav-tabs-horz > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs-horz li a {
    color: lightgray;
}

    .nav-tabs-horz li a:hover {
        background-color: #276fb4;
        color: black;
    }

.vf-topnav {
    /*background: linear-gradient( #2a82d5,#184a79);*/
    background-color: #184a79;
    border-color: #080808;
    padding-left: 125px;
}

.nav-tabs-horz .fa {
    color: #fff;
}

.nav-tabs-horz .active .fa {
    color: #333;
}

.vf-container {
    display: table;
    width: 100%;
    margin-top: -50px;
    padding-top: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vf-row {
    height: 100%;
    display: table-row;
}

.col-md-3.no-float, .col-md-9.no-float {
    float: none; /* thanks baxabbit */
}

.vf-leftnav {
    /*background: linear-gradient(to right, #1d5b95,#184a79);*/
    background-color: #184a79;
    border-color: #080808;
    height: 100%;
    width: 125px;
    padding-left: 0;
    padding-right: 0;
}

/*Navbar for Details*/

.vf-navbar-brand {
    padding-top: 15px;
}

.vf-body-container {
    width: 90%;
    padding: 0;
    margin: 0;
}

.vf-map-div {
    margin-top: 0;
}

.vf-panel-heading {
    background-color: none;
    padding: 10px 15px;
    padding-top: 2px;
    padding-bottom: 4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #ddd;
}

.vf-panel {
    /*border: none;*/
    padding: 3px;
    margin: 5px;
}

.vf-panel-body {
    padding: 3px;
}

.vf-packery-50 {
    width: 48%;
}

.vf-packery-expanded {
    width: 100%;
    z-index: 2;
}

/* Pagination Control */

.pagination {
    margin: 0;
}

.pagination-container {
    text-align: right;
}

/* Date Entry EditorTemplate */

.vf-date-editor-group .input-group-addon {
    padding: 6px 8px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.vf-date-editor-group .form-control {
    padding: 6px 8px;
}

.vf-date-editor-group .vf-date-entry-short {
    width: 40px;
}

/* Property Type Category Headings */

.vf-category-heading {
    margin-top: 0;
    margin-bottom: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* Fix Column Borders on Property Type Tabs */

.border-right {
    padding-right: 10px;
    border-right: 1px solid #ccc;
}

.border-left {
    padding-left: 10px;
    margin-left: -1px;
    border-left: 1px solid #ccc;
}

/* Fix Modal Greyed Out Issue */

.modal-backdrop {
    z-index: 1020;
}

.modal-dialog {
    z-index: 1500;
    max-height: 93vh;
    overflow-y: auto;
}

/* Set Modal Widths based on Screen Size*/

@media (min-width: 768px) {
    .modal-dialog {
        width: 90%;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 900px;
    }
}

/* Nice site-wide font */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: small;
}

/*Stars*/

.rating {
    float: left;
}

    .rating:not(:checked) > input {
        visibility: hidden;
        position: absolute;
        left: -9999px;
        clip: rect(0, 0, 0, 0);
    }

    .rating:not(:checked) > label {
        float: right;
        width: 1em;
        padding: .2em .1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 14pt;
        line-height: 1.0em;
        color: #e0e0e0;
    }

        .rating:not(:checked) > label:before {
            font-family: FontAwesome;
            content: "\f005";
        }

    .rating > input:checked ~ label {
        color: #fa0;
    }

    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: #fe0;
    }

    .rating > input:checked + label:hover,
    .rating > input:checked + label:hover ~ label,
    .rating > input:checked ~ label:hover,
    .rating > input:checked ~ label:hover ~ label,
    .rating > label:hover ~ input:checked ~ label {
        color: #ea0;
    }

.form-compact .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding-bottom: 2px;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    padding-bottom: 0px;
}

.row-in-tab {
    margin-right: 0px;
    margin-left: 0px;
}

.nav-tabs {
    margin-bottom: 0;
}

.char-overlay {
    font-weight: bold;
}

.table-curved {
    border-collapse: separate;
    border: solid #ddd 1px;
    border-radius: 6px;
    border-left: 0;
    border-top: 0;
}

    .table-curved > thead:first-child > tr:first-child > th {
        border-bottom: 0;
        border-top: solid #ddd 1px;
    }

    .table-curved td, .table-curved th {
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }

    .table-curved > :first-child > :first-child > :first-child {
        border-top-left-radius: 6px;
    }

    .table-curved > :first-child > :first-child > :last-child {
        border-top-right-radius: 6px;
    }

    .table-curved > :last-child > :last-child > :first-child {
        border-bottom-left-radius: 6px;
    }

    .table-curved > :last-child > :last-child > :last-child {
        border-bottom-right-radius: 6px;
    }

.vf-table-button {
    padding-left: 10px;
}

i.vf-small-note {
    font-size: small;
    font-style: italic;
    color: gray;
}

hr.vf-small-hr {
    margin: 4px 0px 4px 0px;
    padding: 0;
}

.vf-clickable-table td:hover {
    cursor: pointer;
}

.table-hover tbody tr.highlight td {
    background-color: rgba(192, 192, 192, 0.3);
}

.vf-loading-text {
    background-image: url("images/ajax-loader.gif");
    background-repeat: no-repeat;
    font-family: 'Alegreya Sans SC' !important;
    font-style: italic;
    font-weight: 700;
    font-size: 11pt;
    color: darkgrey;
    padding: 5px;
    padding-left: 35px;
    display: none;
}

.notes-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.notes-heading a.collapsed:after {
    content: "\e080";
}

.notes-display {
    text-align: justify;
    text-justify: inter-word;
}

.propertyTypeEdit-labelTD {
    width: 17%;
    padding-left: 1em;
    padding-right: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.propertyTypeEdit-editorTD {
    width: 33%;
    padding-left: .5em;
}

.btn-link-vf {
    padding-bottom: 0;
    padding-top: 0;
}

.input-group-btn select {
    border-color: #ccc;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
