﻿body {
    background-color: #3f444c;
    color: white;
    font-family: sans-serif;
}

h1 {
    text-align: center;
}

#Container {
    padding-left: 0.5%;
    padding-right: 0.5%;
}


table {
    width: 100%;
}

td, th {
    padding: 8px;
    text-align: center;
    border: 1px solid black;
}

 tr:nth-child(even){background-color: #586474;}
 tr:nth-child(odd){background-color: #434c59;}
 tr:hover {background-color: #2c323a;}

 th {
    text-align: center;
    padding: 1%;
    color: white;
}




ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  color: black;
}

.seniormenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #555;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.notification {
  background-color: darkblue;
  color: white;
}

.messages {
  background-color: darkgreen;
  color: white;
}

.admin {
  background-color: darkred;
  color: white;
}

.EPOS {
  background-color: black;
  color: white;
}

.JustEat {
  background-color: #FF7F00;
  color: white;
}

.UberEats {
  background-color: #142328;
  color: #06C167;
}

.FoodHub {
  background-color: #D82927;
  color: white;
}



@media only screen and (min-width: 600px) {
    #card {
        font-size:100%;
        border-style: solid;
        float:left;
        background-color:#F38800;
        color:black;
        padding: 1%;
        margin-right:1%;
        margin-bottom:1%;
        font-size: 20px;
        max-width: 20%;
    }
}

/*MOBILE*/
@media only screen and (max-width: 600px) {
    #card {
        font-size:100%;
        border-style: solid;
        float:left;
        background-color:#F38800;
        color:black;
        padding: 1%;
        margin-right:1%;
        margin-bottom:1%;
        font-size: 20px;
        width: 100%;
    }
}

.header {
  padding: 10px 16px;
  background: #555;
  color: white;
  margin-bottom:1%;
}


body {
  font-family: 'Poppins', sans-serif;
}

.top-container {
  background-color: white;
  padding: 30px;
  text-align: center;
}

.header {
  padding: 10px 16px;
  background: #2C4382;
  color: #f1f1f1;
  text-align:center;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #2C4382;
   color: white;
   text-align: center;
   padding:1%;
   opacity: 0.5;
    display: none;
}

hr {
    margin-top: 1px;
    margin-bottom: 1px;
    border-top: 3px solid #eee;
}













input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    color: black;
}

input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    color: black;
}

input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    color: black;
}

input[type=text], select, textarea {
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    color: black;
}

#Commands {
    font-size: 20px;
    color: gold;
}

#AdminApproval {
    background-color: greenyellow;
    color: black;
    padding: 10px;
}

a {
  color: orange;
}

#GDPR {
    background-color: blue;
    color: white;
    padding: 10px;
}

#ForceClose {
    background-color: firebrick;
    color: white;
    padding: 10px;
}

#Search {
    background-color: darkkhaki;
    color: black;
    padding: 0.5%;
    width: 30%;
    text-align: center;
    height: 100%;
    float: left!important;
    display: inline-block;
}

#SearchContacts {
    background-color: darkkhaki;
    color: black;
    padding: 0.5%;
    width: 30%;
    text-align: center;
    height: 100%;
    display: inline-block;
}

#SearchProducts {
    background-color: darkblue;
    color: white;
    padding: 0.5%;
    width: 30%;
    text-align: center;
    height: 100%;
    display: inline-block;
}

#SearchCompanyWelcome {
    background-color: darkkhaki;
    color: black;
    padding: 5px;
    width: 50% !important;
    text-align: center;
    float: none !important;
    text-align: center !important;
}

#SearchWarnings {
    background-color: darkgoldenrod;
    color: black;
    padding: 5px;
    width: 30%;
    text-align: center;
    height: 120px;
}

#SearchLm {
    background-color: darkblue;
    color: white;
    padding: 5px;
    width: 30%;
    text-align: center;
}

#AdminRejection {
    background-color: darkred;
    color: white;
    padding: 10px;
}


#Assignee {
    background-color: purple;
    color: white;
    padding: 10px;
}

#Black {
    background-color: Black;
    color: white;
    padding: 10px;
}

#Email {
    font-size: 30px;
    color: white;
}

#NoCases {
    width: 30%;
    height: 10%;
    max-height: 10%;
    font-size: 30px;
    color: white;
    background-color: darkslategrey;
    border-style: solid;
    border-color: red;
}




#HomePageBox {
    width: 100%;
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: greenyellow;
    padding: 10px;
}

#Alert {
    width: 100%;
    height: 3%;
    color: white;
    border-style: solid;
    border-color: greenyellow;
    background-color: darkred;
    padding: 1%;
    text-align: center;
}

#RedSpan {
    background-color: red;
    color: white;
    padding: 1%;
}

#BlackSpan {
    background-color: black;
    color: white;
    padding: 1%;
}

#GDPRalert {
    width: 40%;
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: white;
    background-color: blue;
    padding: 10px;
}

#Warning {
    width: 40%;
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: white;
    background-color: darkred;
    padding: 10px;
}

#Notice {
    width: 40%;
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: white;
    background-color: darkgreen;
    padding: 10px;
}

#TrainingAlert {
    width: 40%;
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: white;
    background-color: darkslategrey;
    padding: 10px;
}


#Clock {
    width: 40%;
    height: 10%;
    max-height: 10%;
    font-size: 50px;
    color: orange;
    border-style: solid;
    border-color: white;
    background-color: black;
    padding: 10px;
}

#Border {
    /*width: 100%;
    height: 10%;
    max-height: 10%;*/
    color: white;
    border-style: solid;
    border-color: greenyellow;
    padding: 10px;
}

#BorderBackground {
    width: 100%;
    height: 10%;
    max-height: 10%;
    color: white;
    background-color: black;
    border-style: solid;
    border-color: greenyellow;
    padding: 10px;
}

#CentreElement {
    width: 50%;
    padding: 10px;
}

#GroupBorder {
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: greenyellow;
    padding: 10px;
}

#AdministratorSettings {
    width: 50%;
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: lightcoral;
    background-color: darksalmon;
    padding: 5px;
}

#DevSettings {
    width: 50%;
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: lightcoral;
    background-color: darkblue;
}


#CSASettings {
    width: 50%;
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: lightcoral;
    background-color: darkgoldenrod;
}

#ControlManagerSettings {
    width: 50%;
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: lightcoral;
    background-color: darkgreen;
}

#NewUserSetup {
    margin: auto;
    text-align: center;
    width: 50%;
    color: white;
    border-style: solid;
    border-color: lightcoral;
    background-color: coral;
    padding: 1%;
    height: 50%;
}

#UserExists {
    margin: auto;
    text-align: center;
    width: 50%;
    color: white;
    border-style: solid;
    border-color: lightcoral;
    background-color: red;
    padding: 10px;
}

#ModeratorApplication {
    margin: auto;
    text-align: center;
    width: 50%;
    color: white;
    border-style: solid;
    border-color: lightcoral;
    background-color: darkcyan;
    padding: 10px;
}

#LmSettings {
    width: 50%;
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: lightcoral;
    background-color: blueviolet;
    padding: 10px;
}

#Topic {
    color: gold;
}

#TopicNote {
    color: white;
    font-size: 20px;
    border-style: solid;
    border-color: lightcoral;
}

#TopicLocked {
    color: gold;
    width: 100%;
    height: 10%;
    max-height: 10%;
    border-style: solid;
    border-color: greenyellow;
    padding: 10px;
}

#Rules {
    color: gold;
    font-size: 12px;
}

#RulesBody {
    background-color: darkblue;
}

#UpdateBox {
    color: white;
    background-color: darkslategray;
    font-size: 30px;
}

#UpdateDate {
    color: white;
    font-size: 26px;
}

#UpdateText {
    color: white;
    font-size: 22px;
}

#Red {
    color: red;
}

#CaseContent {
    color: white;
    background-color: grey;
    font-size: 25px;
}

#LoginHistory {
    color: white;
    background-color: grey;
    font-size: 20px;
}

#LogHistory {
    color: white;
    background-color: grey;
    font-size: 20px;
}

#GroupMessages {
    color: white;
    background-color: grey;
    padding-left: 0.5%;
    padding-right: 0.5%;
    padding-top: 0.1%;
    padding-bottom: 0.1%;
    font-size: 20px;
}

#CaseNotes {
    color: white;
    background-color: darkslategrey;
}

#CaseNotesInactive {
    color: red;
    text-decoration: line-through;
    background-color: darkslategrey;
}

#InactivityNotes {
    color: white;
    background-color: darkblue;

}

#LastLogin {
    color: wheat;
    background-color: #586474;
}

}#UserBlock {
    display: inline-block
    color: orchid;
    background-color: #586474;
}

#Selection {
    padding: 10px;
    background-color: rebeccapurple;
    width: 30%;
    color: red;
}

/* H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H____END OF SITE____ H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H*/

input[type=submit]:hover {
  background-color: #45a049;
}

input[type=submit]:disabled {
  background-color: grey;
    color: darkgray;
}

input[type="text"]:disabled {
    background-color: black
        color: white;
}

.input-disabled{
    background-color: black
        color: white;
}

.input:disabled {
    background-color: black
        color: white;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
      color: black;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */


button {
   background-color: #2C4382;
    color: white;

    padding-left: 1%;
    padding-right: 1%;

    padding-top: 0.5%;
    padding-bottom: 0.5%;

    margin: 8px 0;
    border: none;
    cursor: pointer;
}

button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

center {
    text-align: center;
}

#center {
    text-align: center;
}

.center {
    text-align: center;
}


.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;

font-weight: 600;
  line-height: 1;
  margin-top: 1.5rem;
  width: 10%; /* Large, mobile-friendly touch target */
}

  /* Media Queries */
  @media (min-width: 37.5em) {
    width: auto; /* Smaller buttons on larger screens */
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

#LargeButton {
    width: 80%;
    font-size: 30px;
}

    #MainImage {
        max-width: 30%;
    }

@media only screen and (max-width: 600px) {

    #MainImage {
        max-width: 100%;
    }

}

        .button-homepage
        .button-success,
        .button-error,
        .button-warning,
        .button-secondary {

            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);

        }

        .button-green {
            background: rgb(28, 184, 65); /* this is a green */
        }

        .button-green:hover {
            background: rgb(44, 44, 65);
        }

        .button-black {
            background: rgb(0, 0, 0); /* this is a green */
        }

        .button-black:hover {
            background: rgb(50, 50, 50);
        }

        .button-red {
            background: rgb(202, 60, 60); /* this is a maroon */
        }

        .button-red:hover {
            background: rgb(44, 44, 65);
        }

        .button-green {
            background: green; /* this is a maroon */
        }

        .button-green:hover {
            background: darkgreen;
        }

        .button-orange {
            background: rgb(223, 117, 20); /* this is an orange */
        }

        .button-orange:hover {
            background: rgb(44, 44, 65);
        }

        .button-lightblue {
            background: rgb(66, 184, 221); /* this is a light blue */
        }

        .button-lightblue:hover {
            background: rgb(44, 44, 65);
        }

        .button-blue {
            background: #2C4382; /* this is a light blue */
        }

        .button-blue:hover {
            background: darkblue;
        }

        .button-purple {
            background: rgb(102, 102, 225);
        }

        .button-purple:hover {
            background: rgb(44, 44, 65);
        }

        .button-black {
            background: rgb(0, 0, 0);
        }

        .button-black:hover {
            background: rgb(50, 50, 50);
        }


button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}




.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


.alert {
    padding: 20px;
    background-color: green;
    color: white;
    font-size: 20px;
    width: 100%;
}


.Warning {
    padding: 20px;
    background-color: darkred;
    color: white;
    font-size: 20px;
    width: 100%;
    border-color: white;
    border-width: 20px;
}

.ColourRed{
    color: red;
}

#loginbox {
    float: left;
    background-color: orange;
    max-height: 11px;
    height: 10px;
    max-width: 10%;
}

textarea {
  resize: none;
}

/*
*  Position the #infoi element in the top-right
*  of the .wrapper element
*/
#infoi {
  position: relative;
  display: inline-block;
  top: -140px;
  /*left: calc(100% - 52px);*/

  /*
  *  Styling only, the below can be changed or removed
  *  depending on your use case
  */

}




::-moz-selection { /* Code for Firefox */
  color: white;
  background: orange;
}

::selection {
  color: white;
  background: orange;
}



.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: black;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: darkgrey;
  cursor: pointer;
}



#SuspendedYes {
    padding: 1%;
    background-color: darkred;
    color: white;
}
