 


/*body
{ font: normal .80em 'trebuchet ms', arial, sans-serif;
  color: black;
  background: #F0EFE2 url(background.png) repeat;
  color: white;
 
  }
  */
body{
  margin:0;
  color:#6a6f8c;
  background:#c8c8c8;
  font:600 16px/18px 'Open Sans',sans-serif;
}
 
.button4 {border-radius: 3px;}


/* Button used to open the contact form */
.small_green_button {
 
  background-color: #006400; /* Dark Green */
  border: none;
  color: white;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 2px 1px;
  cursor: pointer;
  -webkit-border-radius: 4;  -moz-border-radius: 4;  border-radius: 4px;
  width:50px;
}

.calendar_green_button {
  background-color: #006400; /* Dark Green */
  border: none;
  color: white;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 2px 1px;
  cursor: pointer;
  -webkit-border-radius: 4;  -moz-border-radius: 4;  border-radius: 4px;
  width:50px;
}

.checked {
  color: black;
}

.not_checked {
  color: white;
}

.page_container {
  margin: 10px;
}

/* This container class will allow a table to scroll horizontally on smaller screens. */
.hscroll {
  overflow-x: auto; /* Horizontal */
}

#menubar
{ width: 1700px;
  height: 52px;
  padding: 0;
  background: #000;} 

ul#menu, ul#menu li
{ float: left;
  margin: 0; 
  padding: 0;}

ul#menu li
{ list-style: none;}

ul#menu li a
{ letter-spacing: 0.1em;
  font: normal 100% arial, sans-serif;
  display: block; 
  float: left; 
  height: 17px;
  margin: 10px 0 0 10px;
  padding: 9px 26px 6px 26px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;} 

ul#menu li a:hover, ul#menu li.selected a, ul#menu li.selected a:hover
{ color: #FFF;
  background: transparent url(transparent_light.png) repeat;}
/*  https://www.geeksforgeeks.org/how-to-create-a-horizontal-navigation-bar-in-html-and-css/*/
 .navbar {
            display: flex;
            position: sticky;
            align-items: center;
            justify-content: space-between;
            top: 0px;
            background: rgb(99 156 229);
            background-blend-mode: darken;
            
            color: white;
            background-size: cover;
            padding: 5px 10px 5px 10px;
        }

        .nav-list {
            display: flex;
            list-style: none;
            height: 10px;
        }

        .nav-list li {
            margin-right: 20px;
        }

        .nav-list li:last-child {
            margin-right: 0;
        }

        .nav-list li a {
            text-decoration: none;
            color: white;
            font-size: 18px;
            transition: color 0.3s ease-in-out;
        }

        .nav-list li a:hover {
            color: #ff0000;
            /* Change the color on hover */
        }

        .rightNav {
            text-align: right;
        }

        #search {
            padding: 8px;
            font-size: 16px;
            border: 2px solid #fff;
            border-radius: 5px;
        }

        .btn {
            background-color: #639ce5;
            color: #000;
            border: none;
            padding: 8px 10px;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease-in-out;
        }

        .btn:hover {
            background-color: #000;
            /* Change the background color on hover */
            color: #ffd700;
        }


 
.button-success,
.button-error,
.button-warning,
.button-secondary,
.button-yellow,
.button-blue {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success {
    background: rgb(28, 184, 65);
    /* this is a green */
}

.button-error {
    background: rgb(202, 60, 60);
    /* this is a maroon */
}

.button-warning {
    background: rgb(223, 117, 20);
    /* this is an orange */
}

.button-secondary {
    background: rgb(66, 184, 221);
    /* this is a light blue */
}
.button-yellow {
    background: rgb(249, 231, 159);
    color:black;
    /* this is a light blue */
}
.button-blue {
    background:rgb(0,54,255);
    /* this is dark blue */
}



.calendar_green_button {
  background-color: #006400; /* Dark Green */
  border: none;
  color: white;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 2px 1px;
  cursor: pointer;
  -webkit-border-radius: 4;  -moz-border-radius: 4;  border-radius: 4px;
  width:50px;
}

.active_red_button {
  background-color: #ff0000; /* red */
  border: none;
  color: white;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 2px 1px;
  cursor: pointer;
  -webkit-border-radius: 4;  -moz-border-radius: 4;  border-radius: 4px;
  width:55px;
}

.active_green_button {
  background-color: #006400; /* Dark Green */
  border: none;
  color: white;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 2px 1px;
  cursor: pointer;
  -webkit-border-radius: 4;  -moz-border-radius: 4;  border-radius: 4px;
  width:55px;
}
.tiny_red_button {
  background-color: #ff0000; /* red */
  border: none;
  color: white;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 2px 1px;
  cursor: pointer;
  -webkit-border-radius: 4;  -moz-border-radius: 4;  border-radius: 4px;
  width:25px;
}

.tiny_green_button {
  background-color: #006400; /* Dark Green */
  border: none;
  color: white;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 2px 1px;
  cursor: pointer;
  -webkit-border-radius: 4;  -moz-border-radius: 4;  border-radius: 4px;
  width:25px;
}

.note-record_id {
    display: table-cell;
    padding:0em;
    border:#f0f0f0 1px solid;
    text-align:center;
    background:#ddd; 
    color:blue;
    font-weight:bold;
    font-size:10pt;
    width:50px;
}


.note-date {
    display: table-cell;
    padding:0em;
    border:#f0f0f0 1px solid;
    text-align:center;
    background:#ddd; 
    color:blue;
    font-weight:bold;
    font-size:10pt;
    width:125px;
}

.note-who {
    display: table-cell;
    padding:0em;
    border:#f0f0f0 1px solid;
    text-align:center;
    background:#ddd; 
    color:blue;
    font-weight:bold;
    font-size:10pt;
    width:125px;
}

.note-note {
    display: table-cell;
    padding:0em;
    border:#f0f0f0 1px solid;
    text-align:center;
    background:#ddd; 
    color:blue;
    font-weight:bold;
    font-size:10pt;
    width:225px;
}

.business-record_id {
    display: table-cell;
    padding:0em;
    border:#f0f0f0 1px solid;
    text-align:center;
    background:#ddd; 
    color:blue;
    font-weight:bold;
    font-size:10pt;
    width:225px;
}

.business-category {
    display: table-cell;
    padding:0em;
    border:#f0f0f0 1px solid;
    text-align:center;
    background:#ddd; 
    color:blue;
    font-weight:bold;
    font-size:10pt;
    width:150px;
}
 


.business-name {
    display: table-cell;
    padding:0em;
    border:#f0f0f0 1px solid;
    text-align:center;
    background:#ddd; 
    color:blue;
    font-weight:bold;
    font-size:10pt;
    width:250px;
}
.business-phone {
    display: table-cell;
    padding:0em;
    border:#f0f0f0 1px solid;
    text-align:center;
    background:#ddd; 
    color:blue;
    font-weight:bold;
    font-size:10pt;
    width:100px;
}
 

.business-website {
    display: table-cell;
    padding:0em;
    border:#f0f0f0 1px solid;
    text-align:center;
    background:#ddd; 
    color:blue;
    font-weight:bold;
    font-size:10pt;
    width:200px;
}
 

 

.item-row {
  display: table-row;
  color: black;
}

 



.items-cell-left-color-1 {
    display: table-cell;
    border:#f0f0f0 1px solid;
    font-size:10pt;
    line-height:11pt;
    background-color:#FFFFFF;
    text-align: left;
}
.items-cell-left-color-2 {
    display: table-cell;
    border:#f0f0f0 1px solid;
    font-size:10pt;
    line-height:11pt;
    background-color:#B8ECF8;
    text-align: left;
}

.items-cell-center-color-1 {
    display: table-cell;
    border:#f0f0f0 1px solid;
    font-size:10pt;
    line-height:11pt;
    text-align:center;
    background-color:#FFFFFF;
}
.items-cell-center-color-2 {
    display: table-cell;
    border:#f0f0f0 1px solid;
    font-size:10pt;
    line-height:11pt;
    text-align:center;
    background-color:#B8ECF8;
}

.items-cell-right-color-1 {
    display: table-cell;
    border:#f0f0f0 1px solid;
    font-size:10pt;
    line-height:11pt;
    text-align:right;
    background-color:#FFFFFF;
}
.items-cell-right-color-2 {
    display: table-cell;
    border:#f0f0f0 1px solid;
    font-size:10pt;
    line-height:11pt;
    text-align:right;
    background-color:#B8ECF8;
}

