﻿body{
    background-color: #1D293F;
    color: white;
    font-family: 'Poppins','Open Sans', sans-serif;
}

table {
    border-spacing:0;
}

#WrapperTable {
    padding-left: 1%;
    padding-right: 1%;
}


.WrapperTable {
    padding-left: 1%;
    padding-right: 1%;
}

#Related {
    background-color: purple;
    padding: 1%;
}

.LmBack {
    margin-top: 1%;
    background-color: #FF7957;
    color: white;
    padding: 1%;
  }

#RedSpan {
    background-color: darkred;
    color: white;
}

#OrangeSpan {
    background-color: darkorange;
    color: black;
}

#GreenSpan {
    background-color: darkgreen;
    color: white;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: black;  
   color: white;
   text-align: center;
}

#iframe {
    border: none;
    width: 100%;
    height: 100%;
}

th {
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}




#TableFormatting {
    width: 100%;
}

#TableFormatting td, #TableFormatting th {
    padding: 8px;
    text-align: center;
    margin: 0;
}

#TableFormatting tr:nth-child(even){background-color: #586474;}
#TableFormatting tr:nth-child(odd){background-color: #434c59;}

#TableFormatting tr:hover {background-color: #2c323a;}

#TableFormatting th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #333333;
    color: white;
}

#TableFormatting tr {
    text-align: center;
}

.Deleted {
    color: red;
}

input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    color: black;
}

input[type=checkbox] {
    width: auto !important;
}

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;
}

/*
#ToDo {
    width:30%;
    text-align: center;
    float:left;
    padding:5px;

    background-color: darkolivegreen;
    color: white;
    border: 5px;
}
*/








/* ############## Lm STANDARD DESGINS ##############*/
#LmOutside {
    width: 100%;
    text-align: center;
}

#LmAlert {
    color: #fff;
    background: #D4041C;
    display: inline-block;
    margin: 15px;
    padding: 1%;
    border: 5px solid black;
    text-align: center;
    width: 30%;
}

#LmAlert h1 {
    font-size: 40px;
}

#LmAlert h3 {
    font-size: 20px;
}

#LmSuccess {
    color: #fff;
    background: #00703c;
    display: inline-block;
    margin: 15px;
    padding: 1%;
    border: 5px solid black;
    text-align: center;
    width: 30%;
}

#LmSuccess h1 {
    font-size: 40px;
}

#LmSuccess h3 {
    font-size: 20px;
}


#LmCard {
    color: #fff;
    background: purple;
    display: inline-block;
    margin: 15px;
    padding: 1%;
    border: 5px solid black;
    text-align: center;
    width: 30%;
}


#LmNotify {
    color: #fff;
    display: inline-block;
    margin: 15px;
    padding: 1%;
    border: 5px solid black;
    text-align: center;
    width: 30%;
    border-radius: 20px;
}

#LmNotify h1 {
    margin: 0%;
}




@media only screen and (max-width: 600px) {
    #LmNotify {
        width: 80%;
    }

    #AdministratorSettings {
        width: 100% !important;
    }



}

#LmNotify h1 {
    font-size: 24px;
}


/* ############## Lm STANDARD DESGINS ##############*/


.navbar {
    overflow: hidden;
    background-color: #333;
  }
  
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: orange;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }



  #DocHeader {
    background-color: #0078D4;
}

#DocTitle {
    color: white;
    text-align: center;
    font-size: 40px;
}

#DocContent {
    font-size: 18px;
    background-color: #262626;
    border: 3px solid white;
    margin-top: 1%;
    /* margin-left: 3%;
    margin-right: 3%; */
    margin-bottom: 1%;
    min-height: 500px;
    padding-top: 3%;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    color: white;
}

#GDPR {
    background-color: blue;
    color: white;
    padding: 10px;
}

#ForceClose {
    background-color: firebrick;
    color: white;
    padding: 10px;
}

#Search {
    background-color: darkkhaki;
    color: black;
    padding: 5px;
    text-align: center;
    height: 120px;
    width:100%;
    border-radius: 20px;
}

#SearchCase {
    background-color: darkkhaki;
    color: black;
    padding: 1px;
    text-align: center;
    border-radius: 20px;
}

#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;
    width: 30%;
    float: left;
}

#Security {
    background-color: darkcyan;
    color: white;
    padding: 1%;
}

#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: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: white;
    background-color: darkred;
    padding: 10px;
    border-radius: 20px;
}

#AlertOrange {
    width: 40%;
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: white;
    background-color: darkorange;
    padding: 10px;
    border-radius: 20px;
}

#AlertGreen {
    width: 40%;
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: white;
    background-color: darkgreen;
    padding: 10px;
    border-radius: 20px;
}

#AlertFull {
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: white;
    background-color: darkred;
    padding: 10px;
    border-radius: 20px;
}

#YellowAlert {
    width: 40%;
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: white;
    background-color: darkorange;
    padding: 10px;
    border-radius: 20px;
}

#GDPRalert {
    width: 40%;
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: white;
    background-color: blue;
    padding: 10px;
    border-radius: 20px;
}

#TrainingAlert {
    width: 40%;
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: white;
    background-color: darkslategrey;
    padding: 10px;
    border-radius: 20px;
}


#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: white;
    background-color: darksalmon;
    padding: 5px;
    border-radius: 20px;
}

#SMportal {
    width: 50%;
    height: 10%;
    max-height: 10%;
    color: white;
    border-style: solid;
    border-color: white;
    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: 10px;
}

#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;
    border-radius: 20px;
}

#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: 20px;
    word-break: break-word;
}

#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;
    border-radius: 20px;
    padding-left: 0.5%;
    padding-right: 0.5%;
    word-break: break-word;
}

#CaseNotesInactive {
    color: red;
/*    text-decoration: line-through;*/
    background-color: darkslategrey;
    border-radius: 20px;
    padding-left: 0.5%;
    padding-right: 0.5%;
    word-break: break-word;
}

#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;
}







/* ############## LM STANDARD DESGINS ##############*/
#LmOutside {
    width:100%;
    text-align: center;
}

#LmAlert {
    color: #fff;
    background: #D4041C;
    display: inline-block;
    margin: 15px;
    padding: 1%;
    border: 5px solid white;
    text-align: center;
    width: 30%;
}

#LmAlert h1 {
    font-size: 40px;
}

#LmAlert h3 {
    font-size: 20px;
}

#LmSuccess {
    color: #fff;
    background: #00703c;
    display: inline-block;
    margin: 15px;
    padding: 1%;
    border: 5px solid white;
    text-align: center;
    width: 30%;
}

#LmSuccess h1 {
    font-size: 40px;
}

#LmSuccess h3 {
    font-size: 20px;
}
/* ############## LM STANDARD DESGINS ##############*/








/* 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*/

/* Style the submit button with a specific background color etc */
input[type=submit] {
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background-color: #FF7956;
}

input[type=submit]:hover {
    background-color: darkorange;
}

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;
}


/* 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;
}



input[type=file] {
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

#FileUploadLabel {
  background-color: indigo;
  color: white;
  padding: 0.5rem;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 1rem;
}

/* When moving the mouse over the submit button, add a darker green color */


button {
    border-radius: 20px;
   background-color: blue;
    color: white;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    margin-right: 3px;
}

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-radius: 20px;
  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;
  }


        .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 black */
        }

        .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-orange {
            background: rgb(223, 117, 20); /* this is an orange */
        }

        .button-orange:hover {
            background: rgb(44, 44, 65);
        }

        .button-blue {
            background: rgb(66, 184, 221); /* this is a light blue */
        }

        .button-blue:hover {
            background: rgb(44, 44, 65);
        }

        .button-purple {
            background: rgb(102, 102, 225);
        }

        .button-purple:hover {
            background: rgb(44, 44, 65);
        }

        .button-violet {
            background: rgb(218,112,214);
        }

        .button-violet:hover {
            background: rgb(255,0,255);
        }



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: 90%;
}


.applicationalert {
    padding: 20px;
    background-color: darkred;
    color: white;
    font-size: 20px;
    width: 100%;
}

.ColourRed{
    color: red;
}

#loginbox {
    float: left;
    background-color: orange;
    max-height: 11px;
    height: 10px;
    max-width: 10%;
}

i:hover {
    color: red;
}

/*
*  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: pink;
}

::selection {
  color: white;
  background: pink;
}



.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;
}

.container1 {
  border: 2px solid #dedede;
  background-color: purple;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}



.container1::after {
  content: "";
  clear: both;
  display: table;
}

.container1 img {
  float: left;
  max-width: 7%;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
}

.container1 img.right {
  float: right;
  margin-left: 20px;
  margin-right:0;
}

.time-right {
  float: right;
  color: #aaa;
}

.time-left {
  float: left;
  color: greenyellow;
}


#MobileCheckWrapper {
    width: 50%;
    margin: auto;
    padding-left: 1%;
    padding-right: 1%;
}


@media only screen and (max-width: 600px) {
    #MobileCheckWrapper {
        width: 100%;
        margin: 0;
        padding-left: 5%;
        padding-right: 5%;
    }

}