﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    min-height: 100vh;
}

    body.modal-open {
        padding-right: 0px !important;
        overflow-y: auto;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.clear {
    clear: both;
}

.input-group-label {
    height: 20px !important;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align: middle;
}

.input-group-checkbox {
    margin: inherit !important;
    padding: 6px 12px;
    cursor: pointer;
    width: 25px;
    height: 35px;
    top: 0;
    left: 0;
    background: #eee;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.input-group-slim {
    width: 8em;
}

.remove-padding-and-margins {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

.custom-list-group-item-heading {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 5px;
}

.custom-list-group-item {
    display: block;
}
/*Styles for validation helpers*/
/*----------------------------------------------------------*/
.field-validation-error {
    display: inherit;
}

.field-validation-valid {
    display: none;
}

.panel-title {
    background-color: lightgray;
}

footer {
    text-align: center;
}

h4 {
    display: inline-block;
}

@media only screen and (max-width: 550px) {
    select.form-control {
        -webkit-appearance: listbox;
    }

    .btn-full {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

/*home menu items-------------------------------------------------------------------*/

.products-section ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    width: 100%;
}

.menuUL {
    display: inline-block;
    list-style: none;
    padding: 0;
    width: 100%;
}

.products-section li.break {
    clear: left;
}

@media screen and (min-width: 480px) {
    .products-section li {
        display: inline;
        float: left;
        line-height: 1.4;
        position: relative;
        width: 50%;
        padding-left: 4px;
        padding-right: 4px;
    }
}

.products-section h2 {
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
    clear: left;
    font-size: 1.077em;
    margin-bottom: 0;
    padding-bottom: 0;
}

.products-section li a p {
    color: #444;
    margin: 0 2em 0 3.6em;
    text-align: left;
}

.products-section li a div {
    font-weight: bold;
    line-height: 22px;
    text-align: left;
}

.products-section span {
    float: left;
    padding: 0 1em 0 0;
    margin: 5px 0 0;
    font-size: 20pt;
}

.btn-menu {
    display: block;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    margin: 4px 4px 4px 4px;
}
/*-----------------------------------*/

.btn-plus {
    border: none;
    background-color: #eee;
    border-collapse: separate;
    border-color: #ccc;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    display: inline;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 14px;
    text-align: center;
    text-decoration: none solid rgb(66, 139, 202);
    white-space: nowrap;
    width: auto;
}



span.input-group-btn {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #eee;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-marg {
    margin: 2px 2px 2px 2px;
}

.modal-dialog-calc {
    width: 225px;
}

.btn-wdth {
    width: 44px !important;
}

/*Main image*/
.intro {
    text-align: center;
    color: black;
    background: url(Images/Cityscape.jpg) no-repeat top center fixed;
    background-color: #fff;
    position: relative;
}

    .intro .intro-body {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        /*padding: 200px 0 200px 0;*/
        padding-top: 10%;
        padding-bottom: 13%;
        /* RGBa with 0.6 opacity */
        background: rgba(255, 255, 255, 0.3);
        width: 100%;
    }

        .intro .intro-body .brand-heading {
            font-size: 40px;
        }

        .intro .intro-body .intro-text {
            font-size: 18px;
        }

.nopad {
    padding: 0;
    margin: 0;
}

@media(min-width:799px) {
    .intro {
        height: 100%;
    }

        .intro .intro-body .brand-heading {
            font-size: 70px;
        }

        .intro .intro-body .intro-text {
            font-size: 25px;
        }

    .inputWidth {
        width: 265px;
    }
}

.contentdiv {
    padding-left: 5px;
    padding-right: 5px;
}

.noDisplay {
    display: none;
}

.fittocolumn {
    width: 75%;
    text-align: right;
}

.non-bold {
    font-weight: normal !important;
}

/*datetime picker colors*/
.bootstrap-datetimepicker-widget td.today:before {
    border-bottom: 7px solid #676767 !important;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #676767 !important;
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: #676767 !important;
}
