﻿/*@import url("base.css");*/
body {
    padding: 10px 10px 10px 10px;
    padding-bottom: 10px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.paramtotal {
    border-top: 1px solid gray;
    font-weight: bold;
}

.alterrow {
    background-color: #eeeeee;
}

.text-warning {
    border: 1px solid red;
}

.glyphicon-warning-sign {
    color: red;
}

.popupMessage {
    position: absolute;
    right: 20px;
    z-index: 10;
    width: 40%;
    min-height: 40px;
    max-height: 80px;
    overflow-y: auto;
    text-align: left;
    filter: alpha(opacity=90);
    opacity: 0.9;
    padding: 15px 0px 15px 10px;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        background-color: rgba(0, 205, 102, 0.8);
        color: #282828;
        border: 1px solid #2E8B57;*/
}

.row {
    margin: 0px;
}

/*portfolio*/
.portfolio {
}

    .portfolio .propertyid {
        height: 40px;
        font-size: 18px;
        color: green;
        font-family: "proxima-nova";
        letter-spacing: .12em;
        text-align: right;
        margin: 0px 0px 10px 0px;
        background-color: #d9edf7;
        /*border:solid 1px red;*/
        padding: 8px 14px 0px 0px;
    }

/*settings */
.settings {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

    .settings .panel-default {
        margin: 0px 10px 0px 10px;
    }

    .settings .panel-heading {
        font-size: 16px;
        font-weight: 600;
        font-family: "proxima-nova";
        letter-spacing: 1px;
    }

    .settings table {
        width: 100%;
        letter-spacing: 1px;
    }

        .settings table thead tr {
            background-color: #cccccc;
            font-size: 16px;
            font-weight: 600;
            font-family: "proxima-nova";
            letter-spacing: 1px;
        }

        .settings table tr {
            height: 30px;
            vertical-align: middle;
        }

            .settings table tr .settingslabel {
                font-weight: 500;
                width: 100%;
                width: 80%;
                letter-spacing: 0.5px;
                font-size: 13px;
            }

            .settings table tr :nth-child(1) {
                padding-left: 5px;
                text-align: left;
            }

            .settings table tr :nth-child(2) {
                text-align: center;
            }

            .settings table tr td input {
                height: 22px;
                padding-left: 5px;
                width: 40px;
                text-align: left;
            }

    .settings .panel-body {
        padding: 4px;
    }

thead {
    display: table-header-group;
}

tfoot {
    display: table-row-group;
}

tr {
    page-break-inside: avoid;
}

