/* 
Light Grey           #cecece
Medium Grey    #a4a4a4
Dark Grey            #7c7c7c
White                    #ffffff
Red                        #e34747
*/

:root {
     --main-bg-color: #86bbd8;
     --main-light-bg-color: #B8E6FF;
     --nav-bg-color: #ffffff;
     --highlight-color: #2A4858;
 }

.pure-menu-link {
    color: var(--nav-bg-color);
    margin-top: 4px;
}

.crumb {
    margin-top: 20px;
    margin-bottom: 6px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 4px;
    line-height: 1.2;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.rootslogo {
    height: 85px;
    margin-left: 75px;
    margin-bottom: 15px;
}

.pure-menu-link:hover {
    color: #7c7c7c;
    margin-top: 4px;
}

 main {
     position: relative;
     min-height: 100%;
 }

body, .pure-g [class*="pure-u"] {
    font-family: 'Open sans, sans-serif';
    font-size: 15px;
}

 .body {
     /* Margin bottom by footer height */
     margin-bottom: 60px;
     margin-left: 1%;
     margin-right: 1%;
     background-color: #f6f6f6;
     /*#f6f6f6;*/
     /*#e5e5e5;*/
 }

 .page-title {
     color: #000;
 }

 .header {
     background-color: white;
 }

 .header {
    max-height: 15%;
 }

 body {
     font-family: "Lato", sans-serif;
     transition: background-color .5s;
 }

 .topnav {
     line-height: .1vw;
 }

 .navbar-nav > li > a {
     padding: 2px !important;
     margin: 2px !important;
 }

 .navbar-nav > li > a img:last-child {
     display: none;
 }

 .navbar-nav > li > a:hover img:last-child {
     display: block;
 }

 .navbar-nav > li > a:hover img:first-child {
     display: none;
 }

 .navbar-nav > li > a:focus img:last-child {
     display: block;
 }

 .navbar-nav > li > a:focus img:first-child {
     display: none;
 }

 .navpad {
     padding-top: 15px;
     padding-bottom: 5px;
 }

 .navbar-nav {
     margin-top: 0px;
     margin-bottom: 0px;
 }

 .logos {
     height: 85px;
 }

 .thin-border {
     border-style: solid;
     border-width: thin;
 }

 .h1,
 .h2,
 .h3,
 h1,
 h2,
 h3 {
     margin-top: 2px;
     margin-bottom: 2px;
 }


 .sidenav {
     height: 100%;
     width: 0;
     position: fixed;
     z-index: 9999;
     top: 0;
     left: 0;
     background-color: #72cf72;
     background-color: var(--nav-bg-color);
     overflow-x: hidden;
     transition: 0.5s;
     padding-top: 60px;
 }

 .sidenav a {
     padding: 8px 8px 8px 32px;
     text-decoration: none;
     font-size: 25px;
     color: #818181;
     display: block;
     transition: 0.3s;
 }

 .sidenav a:hover {
     color: #f1f1f1;
 }

 .sidenav .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 36px;
     margin-left: 50px;
 }

 #main {
     transition: margin-left .5s;
     padding: 16px;
 }

 .login {
     font-size: 48px;
     border-color: #68c9f9;
     border-color: var(--main-bg-color);
 }

 .modal-body {
     max-height: calc(100vh - 212px);
     overflow-y: auto;
 }

 .orange {
     border-color: var(--highlight-color);
     /*background-color: var(--highlight-color)!important;*/
     color: var(--highlight-color);
     font-weight: 600;
 }

 .red {
     color: red !important;
     background-color: white !important;
     border-color: red;
 }

 .margin {
     margin-top: .5em;
 }

 .scroll {
     overflow-y: visible;
 }

 .highlight {
     color: var(----highlight-color) !important;
     border-color: var(----highlight-color) !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: var(--main-bg-color);
     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: 2px;
 }

 .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;
 }

 .pad-left {
     padding-left: 5em;
 }

 .pad-right {
     padding-left: 5em;
 }

 #home {
     background-image: url(components/images/ERP.PNG);
     background-repeat: no-repeat;
     background-position: center;
     background-size: contain;
     color: main-bg-color;
     height: 50%;
 }

 .homenav {
     min-height: 10px;
     height: 1.5em;
     font-size: 5rem;
     color: white;
     padding-left: 5px;
 }

 #homespacer {
     height: 50px;
 }

 .green {
     color: var(--main-bg-color);
 }

 .fontgreen {
     font-family: Georgia;
     color: var(--main-bg-color);
 }

 h1 {
     font-family: Georgia;
     color: var(--main-bg-color);
     padding-left: 5px;
 }

 h2 {
     font-family: Georgia;
     color: var(--main-bg-color);
 }

 h3 {
     font-family: Georgia;
     color: var(--main-bg-color);
 }

 .footer {
     position: absolute;
     bottom: 0;
     width: 100%;
     /* Set the fixed height of the footer here */
     height: 60px;
 }

.shaded {
    background-color: var(--main-light-bg-color);
    font-weight: 700;
    padding: 10px;
}

 .border {
     border-style: solid;
     border-color: var(--main-bg-color);
 }

 .border-white {
     border-style: solid;
     border-color: red;
 }

 .border-out {
     border-style: solid;
     border-color: var(--main-bg-color);
     margin-left: 0px;
     margin-right: 0px;
     padding-left: 10px;
     padding-right: 10px;
 }

 #menu {
     background-color: var(--main-bg-color);
 }

 #bcolwhite {
     background-color: #565455;
     color: #fff;
 }

 #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: var(--main-bg-color);
     color: white;
 }

 .LogOut {
     background-color: dodgerblue;
     color: white;
 }

 #banner {
     width: 100%;
 }

 a {
     color: var(--main-bg-color);
 }

 .l-box {
     padding: 3em;
     text-align: center;
     margin: 2em;
 }

 .l-box-space {
     text-align: center;
     margin: 2em;
 }

 .spacer {
     height: 10px;
     padding: 1px;
 }

 .pad {
     padding: 50px;
 }

 .margin {
     margin: 0px;
 }

 .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;
 }

 .brand-text img {
     float: left;
     padding: 0 0px 0px 0;
 }

 /* Add a black background color to the top navigation */

 .topnav {
     background-color: #68c9f9;
     background-color: var(--main-bg-color);
     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: var(--main-bg-color) !important;
     cursor: pointer;
     font-weight: bold;
 }

 .topnav a:hover {
     background-color: #fff !important;
     color: var(--main-bg-color) !important;
     cursor: pointer;
 }

 .activenav {
     background-color: #fff !important;
     color: var(--main-bg-color) !important;
     cursor: pointer;
 }

 .topnav a:focus {
     background-color: #fff !important;
     color: var(--main-bg-color) !important;
     cursor: pointer;
 }

 /* Change the color of links on hover 
.topnav a:active {
    background-color: #fff!important;
    color: var(--main-bg-color)!important;
    cursor: pointer;
}
.topnav a:hover {
    background-color: #fff!important;
    color: var(--main-bg-color)!important;
    cursor: pointer;
}

}
.topnav a:focus {
    background-color: #fff!important;
    color: var(--main-bg-color)!important;
    cursor: pointer;
}
pure-menu-link:hover {
    background-color: #fff!important;
    color: var(--main-bg-color)!important;
    cursor: pointer;
}
pure-menu-link:active {
    background-color: #fff!important;
    color: var(--main-bg-color)!important;
    cursor: pointer;
}
pure-menu-link:a:focus {
    background-color: #fff!important;
    color: var(--main-bg-color)!important;
    cursor: pointer;
}
pure-menu-link {
    background-color: var(--main-bg-color)!important;
    color: #fff!important;
    cursor: pointer;
}
*/

 /* Hide the link that should open and close the topnav on small screens */

 .topnav .icon {
     display: none;
 }



 .thumb {
     width: 150px;
     margin: 5px;
     float: left;
 }

 .min-height50 {
     min-height: 100px;
 }

 .images {
     width: 250px;
     margin: 20px;
 }

 .border {
     border-color: var(--main-bg-color);
     border-width: thin;
     border-style: solid;
     padding: 2px;
     overflow: auto;
 }

 .table-bordered {
     border-style: solid !important;
     border-color: black !important;
 }

 .table-bordered th {
     color: var(--main-bg-color) !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: var(--main-bg-color) !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: var(--main-bg-color) !important;
     border-color: var(--main-bg-color) !important;
 }

 .pagination > .active > a,
 a:focus,
 a:hover {
     background: var(--main-bg-color) !important;
     color: #fff !important;
     border-color: var(--main-bg-color) !important;
 }

 .btn {
     margin: 0 auto;
 }

 .btn-robinson-basket {
     border-style: solid;
     border-color: var(--main-bg-color);
     background-color: var(--main-bg-color);
     color: white;
 }

 .btn-robinson-basket:hover {
     border-style: solid;
     border-color: var(--main-bg-color);
     background-color: var(--main-bg-color);
     color: white;
 }

 .btn-robinson-action {
     border-color: var(--main-bg-color);
     background-color: var(--main-bg-color);
     color: white;
 }

 .btn-robinson {
     border-color: #2596be;
     background-color: #ffffff;
     color: #2596be;
     font-weight: 600;
 }

 .btn-robinson:hover, .btn-robinson:active, .btnactive {
     border-color: #2596be;
     background-color: #2596be;
     color: #ffffff;
 }

 .activev {
     border-color: var(--highlight-color);
     background-color: var(--highlight-color);
     color: var(--main-bg-color);
     font-weight: 600;
 }

 .btn-robinson-action:active {
     border-color: #2596be;
     background-color: #2596be;
     color: #ffffff;
     font-weight: 600;
 }

 .btn-robinson-action:hover {
     border-color: #2596be;
     background-color: #2596be;
     color: #ffffff;
     font-weight: 600;
 }

 .btn-robinson-action:focus {
     border-color: #2596be;
     background-color: #2596be;
     color: #ffffff;
     font-weight: 600;
 }

 .btn-robinson:focus {
     border-color: #2596be;
     background-color: #2596be;
     color: #ffffff;
 }

 .dropdown-menu > li > a:hover,
 a:active {
     background-color: var(--main-bg-color);
     color: red;
 }

 .pure-form select:focus {
     border-color: var(--main-bg-color);
 }

 .md-datepicker-calendar-pane {
     z-index: 1200;
 }

 .modal {
     z-index: 1100;
 }

 ;
 .chart {
     max-height: 40%;
 }

 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: var(--main-bg-color) !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;
     }
 }

 .pure-menu-link {
     margin-bottom: 6px;
 }

.active-bold {
    font-weight: bold;
}

.labeltxt {
    padding: 2px !important;
    height: 25px !important;
    font-size: 15px !important;
    font-family: 'Open sans, sans-serif' !important;
    background-color: beige;
}

#homeformlogin input {
    height: 32px;
}
input[type='checkbox'] {
    -webkit-appearance:none;
    width:30px;
    height:30px;
    border-radius:5px;
    border:2px solid #555;
}
input[type='checkbox']:checked {
    background: #008000;
}

.clientlist, .roundslist{
    overflow-y: scroll; 
    max-height:75%;
}

.hidden-568 {
     height: auto;
     display: block;
}
tr.highlightrow td {
    color: #2A4858;
    font-weight: 800;
    background-color: #86bbd8!important;
}
tfoot>tr>td {
    font-weight:700;
}
.number {
    text-align: right;
}
.modal-lg {
    width: 1000px;
}
textarea {
     width: 100%;
     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
     -moz-box-sizing: border-box;    /* Firefox, other Gecko */
     box-sizing: border-box;         /* Opera/IE 8+ */
}