﻿body {
    padding-top: 0.2px;
    -webkit-print-color-adjust: exact;
    padding-bottom: 0.2px;
}

@page {
    size: auto; /* auto is the initial value */
    margin: 4mm; /* this affects the margin in the printer settings */
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.btn-sq-lg {
    width: 150px !important;
    height: 150px !important;
}

.btn-sq {
    width: 100px !important;
    height: 100px !important;
    font-size: 10px;
}

.btn-sq-sm {
    width: 50px !important;
    height: 50px !important;
    font-size: 10px;
}

.btn-sq-xs {
    width: 25px !important;
    height: 25px !important;
    padding: 2px;
}

.btn-sq-county {
    width: 150px;
    height: 40px;
    font-size: 15px;
    word-wrap: break-word;
    white-space: normal;
    text-align: right;
}

.top-buffer {
    margin: 10px;
    padding: 10px;
}



.navbar-inverse {
    background-color: #7aa757;
    border-color: #def1c0;
}

    /*color of tab nav*/
    .navbar-inverse .navbar-nav > li > a {
        color: white;
    }

    /*color of tab nav header*/
    .navbar-inverse .navbar-brand {
        color: white;
    }

    .navbar-inverse .navbar-text {
        color: white;
    }

    .navbar-inverse .navbar-nav > li > a:hover {
        color: black;
    }

    .navbar-inverse .navbar-nav > li > a:active {
        color: black;
    }

    .navbar-inverse .navbar-nav > .close > a:active {
        color: black;
        background-color: black;
    }


.wizard-card {
    min-height: 410px;
    background-color: #FFFFFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 0;
}

.wizard-card-small {
    min-height: 400px;
    background-color: #FFFFFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 5px;
    width: 100%;
}

.btn {
    display: none;
}


.nfprint {
    display: none;
}

.nfscreen {
    display: block;
}

footer {
    display: none;
}

header {
    display: none;
}




/*.panel-success > .panel-heading {
    text-align: center;
    font-family: Calibri;
    font-size: 2em;
    background-color: #7aa757;
}

.panel-body {
    text-align: center;
}*/

.panel-heading {
 font-size:small;

  border-bottom: 2px solid #7aa757;
    border-top: 2px solid #7aa757;
    border-left: 2px solid #7aa757;
    border-right: 2px solid #7aa757;
}

th {
    font-size: x-small;
}

thead {
    border-bottom: 2px solid #808080;
    border-top: 2px solid #808080;
    border-left: 2px solid #808080;
    border-right: 2px solid #808080;
}
tbody {
    border-left: 2px solid #808080;
    border-right: 2px solid #808080;
}
td {
    font-size: x-small;
}
.budgetRowsBorder {
    border-bottom: 5px solid #7aa757;
}