main {
    position: relative;
    min-height: 100%;
}

.body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #f6f6f6;
    /*#f6f6f6;*/
    /*#e5e5e5;*/
}

.header {
    background-color: white;
}

.login {
    font-size: 48px;
    border-color: forestgreen;
}

.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

.orange {
    border-color: #ff9900;
    /*background-color: #ff9900!important;*/
    color: #ff9900;
    font-weight: 600;
}

.red {
    color: red !important;
    background-color: white !important;
    border-color: red;
}

.formfield1 {
    text-align: left;
}

.margin {
    margin-top: .5em;
}

.margin0 {
    margin: 0;
}

.Blue {
    color: blue !important;
    border-color: blue !important;
}

.scroll {
    overflow-y: visible;
}

.highlight {
    color: #f4ad42 !important;
    border-color: #f4ad42 !important;
    text-align: center;
    background-color: white !important;
    font-weight: 700 !important;
}

.highlight-red {
    color: red !important;
    border-color: red !important;
    text-align: center;
    background-color: white !important;
    font-weight: 700 !important;
}

.modal-border-green {
    border-color: forestgreen;
    border-style: solid;
    border-width: medium;
    border-radius: 12px;
}

.modal-border-orange {
    border-color: darkorange;
    border-style: solid;
    border-width: medium;
    border-radius: 12px;
}

.modal-border-red {
    border-color: red;
    border-style: solid;
    border-width: medium;
    border-radius: 12px;
}

.brand-text {
    font-size: 1.5em;
    /*font-size: 18px;*/
    padding: .5em;
    text-align: center;
    margin-top: 8px;
}

.nav-brand h1 {
    font-size: 1.5em;
    /*font-size: 18px;*/
    padding: .5em;
    text-align: center;
    margin-top: 8px;
    color: white;
}

.brand-img {
    padding: .5em;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.page-container {
    margin: 5px;
    padding: 5px;
}

.title {
    font-size: 18px;
}

.right {
    text-align: right;
    float: right;
}

.pad-top {
    padding-top: 30px;
}

#home {
    background-image: url(components/images/RobinsonsNurseriesImage.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    color: forestgreen;
    height: 50%;
}

.homenav {
    min-height: 10px;
    height: 1.5em;
    font-size: 5rem;
    color: white;
    padding-left: 5px;
}

#homespacer {
    height: 50px;
}

.green {
    color: forestgreen;
}

.fontgreen {
    font-family: Georgia;
    color: forestgreen;
}

h1 {
    font-family: Georgia;
    color: forestgreen;
    padding-left: 5px;
}

h2 {
    font-family: Georgia;
    color: forestgreen;
}

h3 {
    font-family: Georgia;
    color: forestgreen;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
}

.border {
    border-style: solid;
    border-color: forestgreen;
}

.border-white {
    border-style: solid;
    border-color: red;
}

.border-out {
    border-style: solid;
    border-color: forestgreen;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

#menu {
    background-color: forestgreen;
}

#bcolwhite {
    background-color: lightyellow;
}

#bcol {
    background-color: #f6f6f6;
    /*yellow; for testing design*/
}

#bcol1 a {
    background-color: yellow;
    color: white;
}


}

#bcol1 a:hover {
    background-color: yellow;
    color: black;
}

#bcol2 {
    background-color: #f7cac9;
}

#bcol3 {
    background-color: red;
    color: white;
}

#bcol3 a {
    color: white;
}

#bcol4 {
    background-color: #ff5800;
    color: white;
}

#bcol5 {
    background-color: beige;
}

#bcol6 {
    background-color: #cccccc;
}

#bcol7 {
    background-color: deepskyblue;
}

#bcol8 {
    background-color: #4d4f53;
}

.Ornamentals {
    background-color: plum;
    color: white;
}

.Tomatoes {
    background-color: #ff5800;
    color: white;
}

.Energy {
    background-color: #4d4f53;
    color: white;
}

.Admin {
    background-color: forestgreen;
    color: white;
}

.LogOut {
    background-color: dodgerblue;
    color: white;
}

#banner {
    width: 100%;
}

a {
    color: forestgreen;
}

.l-box {
    padding: 3em;
    text-align: center;
    margin: 2em;
}

.l-box-space {
    text-align: center;
    margin: 2em;
}

.spacer {
    height: 10px;
    padding: 1px;
}

.pad {
    padding: 25px;
}

.center {
    text-align: center;
    display: block;
    margin: auto;
}

.middle {
    padding: 50px 0px;
}

.nav-sub {
    height: 3em;
}

#search {
    line-height: 1.75em;
}

#search option {
    line-height: 1.75em;
    height: 25px;
}

/* Add a black background color to the top navigation */

.topnav {
    background-color: forestgreen;
    color: white;
    overflow: scroll-x;
}

/* Style the links inside the navigation bar */

.topnav a {
    color: white;
    float: left;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.navactive {
    background-color: #fff !important;
    color: forestgreen !important;
    cursor: pointer;
    font-weight: bold;
}

.topnav a:hover {
    background-color: #fff !important;
    color: forestgreen !important;
    cursor: pointer;
}

.activenav {
    background-color: #fff !important;
    color: forestgreen !important;
    cursor: pointer;
}

.topnav a:focus {
    background-color: #fff !important;
    color: forestgreen !important;
    cursor: pointer;
}

/* Change the color of links on hover 
.topnav a:active {
    background-color: #fff!important;
    color: forestgreen!important;
    cursor: pointer;
}
.topnav a:hover {
    background-color: #fff!important;
    color: forestgreen!important;
    cursor: pointer;
}

}
.topnav a:focus {
    background-color: #fff!important;
    color: forestgreen!important;
    cursor: pointer;
}
pure-menu-link:hover {
    background-color: #fff!important;
    color: forestgreen!important;
    cursor: pointer;
}
pure-menu-link:active {
    background-color: #fff!important;
    color: forestgreen!important;
    cursor: pointer;
}
pure-menu-link:a:focus {
    background-color: #fff!important;
    color: forestgreen!important;
    cursor: pointer;
}
pure-menu-link {
    background-color: forestgreen!important;
    color: #fff!important;
    cursor: pointer;
}
*/

/* Hide the link that should open and close the topnav on small screens */

.topnav .icon {
    display: none;
}

@media screen and (min-width: 600px) {
    .visible-small {
        height: 0px;
        display: none;
    }
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) 
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    
    .topnav a.icon {
        float: right;
        display: block;
    }
} */

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .brand-text h1 {
        font-size: 1em;
        /*font-size: 18px;*/
        padding: 0em;
        text-align: center;
        margin-top: 0px;
    }

    .no-pad {
        padding: 0px !important;
        margin: 0px !important;
    }

    .border {
        border-color: forestgreen;
        border-width: thin;
        border-style: solid;
        padding: 0px;
        overflow: auto;
    }

    .border-out {
        border-style: solid;
        border-color: forestgreen;
        margin-left: 0px;
        margin-right: 0px;
    }

    .topnav a {
        padding: 5px !important;
    }

    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .title {
        font-size: 14px;
    }

    .hidden-small {
        width: 0px;
        height: 0px;
        display: none;
    }

    .pad-top {
        padding-top: 5px;
    }

    .visible-small {
        height: auto;
        display: visible !important;
    }
}

.border {
    border-color: forestgreen;
    border-width: thin;
    border-style: solid;
    padding: 2px;
    overflow: auto;
}

.table-bordered {
    border-style: solid !important;
    border-color: black !important;
}

.table-bordered th {
    color: forestgreen !important;
}

.table-bordered tr {
    line-height: auto;
}

.table-responsive {
    display: table;
}

.table td {
    font-size: 14px;
    padding: 4px;
}

.pagination {
    text-align: center;
    background-color: #fff;
    color: forestgreen !important;
    margin: 0px 3px 0px 0px !important;
}

.pagination a,
.pagination strong {
    background: #fff;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 3px 0px 0px !important;
    color: forestgreen !important;
    border-color: forestgreen !important;
}

.pagination > .active > a,
a:focus,
a:hover {
    background: forestgreen !important;
    color: #fff !important;
    border-color: forestgreen !important;
}

.btn {
    margin: 0 auto;
}

.btn-robinson-basket {
    border-style: solid;
    border-color: forestgreen;
    background-color: forestgreen;
    color: white;
}

.btn-robinson-basket:hover {
    border-style: solid;
    border-color: forestgreen;
    background-color: forestgreen;
    color: white;
}

.btn-robinson-action {
    border-color: red;
    background-color: white;
    color: red !important;
}

.btn-robinson {
    border-color: forestgreen;
    background-color: white;
    color: forestgreen;
    font-weight: 600;
}

.btn-robinson:hover {
    border-color: red;
    background-color: white;
    color: red;
}

.activev {
    border-color: #ff9900;
    background-color: #ff9900;
    color: forestgreen;
    font-weight: 600;
}

.btn-robinson-action:active {
    border-color: #ff9900;
    background-color: #ff9900;
    color: forestgreen;
    font-weight: 600;
}

.btn-robinson-action:hover {
    border-color: #ff9900;
    background-color: #ff9900;
    color: forestgreen;
    font-weight: 600;
}

.btn-robinson-action:focus {
    border-color: #ff9900;
    background-color: #ff9900;
    color: forestgreen;
    font-weight: 600;
}

.btn-robinson:focus {
    border-color: red;
    background-color: white;
    color: red !important;
}

.dropdown-menu > li > a:hover,
a:active {
    background-color: forestgreen;
    color: red;
}

.pure-form select:focus {
    border-color: forestgreen;
}

.md-datepicker-calendar-pane {
    z-index: 1200;
}

.modal {
    z-index: 1100;
}

;
.chart {
    width: 800px;
    height: 400px;
}

div.page-break {
    color: Red;
    display: block;
    page-break-before: always !important;
}

.overdue {
    color: red !important;
}

.notdue {
    color: green !important;
}

@media print {
    body * {
        visibility: hidden;
        min-height: auto;
    }

    .print-content * {
        visibility: visible;
        overflow: visible;
    }

    #mainPage * {
        display: none;
    }

    .pure-u-md-1-2 {
        width: 50%;
    }

    .pure-u-md-1-4 {
        width: 25%;
    }

    .pure-u-md-3-4 {
        width: 75%;
    }

    .pure-u-md-2-4 {
        width: 25%;
    }

    .modal {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        visibility: visible;
        /**Remove scrollbar for printing.**/
        overflow: visible !important;
    }

    .modal-dialog {
        visibility: visible !important;
        /**Remove scrollbar for printing.**/
        overflow: visible !important;
    }

    div.page-break {
        display: block;
        break-before: always !important;
        page-break-before: always !important;
    }

    div.page-break-none {
        display: block;
        break-after: avoid !important;
        page-break-after: avoid !important;
    }

    div {
        float: none !important;
    }

    #bcol3 {
        background-color: forestgreen !important;
        color: white !important;
        border-style: solid;
        border-color: red;
        -webkit-print-color-adjust: exact;
    }

    .onPrint {
        display: none;
        height: 0px;
    }
}

%content {
    font-size: 32px;
    text-align: center;
    margin: 0 5px;
}

.bin {
    @extend %content;
    min-height: 100px;
    min-width: 150px;
    float: left;
    border: 1px solid red;
    padding: 20px;
}

.item {
    @extend %content;
    min-height: 10px;
    min-width: 50px;
    background: lightblue;
    float: none;
    transition: all 0.2s ease;
    text-align: center;
    margin-right: .5em;
    margin-left: .5em;
    margin-bottom: 2.5px;
}

.drag {
    opacity: 0.5;
}

.over {
    background: palegreen;
}

.daterangepicker {
    width: 360px !important;
}

/* Print */

@media all {
    .page-break {
        display: none;
    }
}

@media print {
    .page-break {
        display: block;
        page-break-before: always;
    }

    body {
        font-family: Georgia, serif;
        background: none;
        color: black;
    }

    #page {
        width: 100%;
        margin: 0;
        padding: 0;
        background: none;
    }

    #header,
    #menu-bar,
    #sidebar,
    h2#postcomment,
    form#commentform,
    #footer {
        display: none;
    }

    .entry a:after {
        content: " [" attr(href) "] ";
    }

    #printed-article {
        border: 1px solid #666;
        padding: 10px;
    }
}
