html {
 font-size: 14px;
 position: relative;
 min-height: 100%;
 margin-bottom: 150px;
}

 body {
  margin-bottom: 190px;
  background-color: #272b30;
  color: white;
 }


footer {
 position: fixed;
 padding: 0px 10px 0px 10px;
 bottom: 0px;
 width: 100%;
 /* Height of the footer*/
 height: 0px;
 background-color: #272b30;
 height: 75px;
 z-index: 100;
}

 footer hr {
  border: 0px;
  padding: 0px;
  height: 2px;
  background: red;
  background-image: linear-gradient(to right, #2f2e2e, red, #2f2e2e);
  opacity: 1;
  margin-bottom: 0px;
 }


hr, hr.style-one {
 border: 0px;
 height: 2px;
 background: red;
 background-image: linear-gradient(to right, #2f2e2e, red, #2f2e2e);
 opacity: 1
}

 a {
  color: red;
 }

  a:hover,
  a:focus,
  a:active,
  a.active {
   color: darkgray;
   text-decoration: none;
  }

.section {
 position: center;
 background-color: rgba(0,0,0,0.48);
 border: 1px solid red;
 padding: 0px 50px 50px 50px;
 left: 0px;
 right: 50px;
 margin: 0 auto;
 color: white;
 text-align: center;
 min-height: 400px;
 z-index: 1;
}
.sectionRow {
 background-color: rgba(0,0,0,0.48);
 border: 1px solid red;
 color: white;
 text-align: left;
 padding: 50px;
}


.container-fluid {
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 10px;
 padding-bottom: 10px;
}


alert {
 z-index: 10;
}
 .row {
  padding-top: 10px;
  color: white;
 }

  .row h1 {
   color: #ff9933;
   font-size: 2.2rem;
  }

  .row h2, .row h3, .row h4{
   color: #ff9933;
  }

  .row .form-label, .row label {
   color: white;
  }

  .row .form-label, .row label {
   color: white;
  }

.row .form-floating label {
 color: black;
}


.float {
 position: fixed;
 width: 60px;
 height: 60px;
 bottom: 40px;
 right: 40px;
 background-color: #ff9933;
 color: red;
 border-radius: 50px;
 text-align: center;
 box-shadow: 1px 1px 1px #999;
 z-index: 10;
}

 .my-float {
  margin-top: 12px;
 }

 .btn-primary:hover {
  background-image: -webkit-linear-gradient(#404448, #4e5458 40%, #53595d);
  background-image: -o-linear-gradient(#404448, #4e5458 40%, #53595d);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#404448), color-stop(40%, #4e5458), to(#53595d));
  background-image: linear-gradient(#404448, #4e5458 40%, #53595d);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff53595d', GradientType=0);
  -webkit-filter: none;
  filter: none;
  color: #ff9933;
 }

 .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  color: #ff9933;
  background-color: #dc1c17;
  border-color: #b71713;
 }

 .btn-danger:focus, .btn-danger.focus {
  color: #ff9933;
  background-color: #e9322d;
  border-color: #b71713;
 }

 .btn:hover, .btn:focus, .btn.focus {
  color: #ff9933;
  text-decoration: none;
 }


 /* HEADINGS */

 p {
  color: #fff;
  text-align: center;
  line-height: 1.4;
 }


h1, h2, h3, h4 {
 font-weight: bold;
 color: #ff9933;
}

 h1 {
  color: #ff9933;
  font-size: 2.2rem;
 }

 h2 {
  color: #ff9933;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
 }


.watermarkGEARd {
 background-image: url(../images/GEARd_Background.png);
 background-repeat: no-repeat;
}
.watermarkGEARdBottomRight {
 opacity: 0.6;
 position: fixed;
 bottom: 0px;
 right: 0px;
 z-index: -1;
}


.watermarkOFSLog {
 background: url(../images/stn93_watermark.png);
 background-color: #272b30;
 background-position: right center;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-repeat: no-repeat; /*Prevent showing multiple background images*/
}

 .siteName {
  padding-top: 20px;
 }

 .siteLogin {
  padding-bottom: 0px;
  margin-bottom: 0px;
  height: 30px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-right: 30px;
  padding-left: 20px;
  margin-top: 5px;
  margin-right: 3px;
  font-size: 16px;
  font-weight: bold;
  font-variant: small-caps;
  top: 8px;
  right: 13px;
  color: #fff;
  position: fixed;
  align-content: center;
  background-color: rgba(0,0,0,0.48);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3em;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  transition: border 0.3s;
 }


  .siteLogin a, siteLogin a:active, .siteLogin btn btn-link {
   color: white !important;
   margin-top: -15px;
   font-size: 12px;
  }

   .siteLogin a:hover, siteLogin a:active, siteLogin li {
    color: red;
    background-color: transparent;
   }

 header {
  position:fixed;
  width: calc(100% - 20px);
  height: 70px;
  border-radius: 10px;
  margin: 10px;
  border-bottom: solid 3px red;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: linear-gradient(20deg, grey, dimgrey, darkgrey);
  z-index: 100;
 }

header-OFS {
 position: fixed;
 width: calc(100% - 20px);
 height: 70px;
 border-radius: 10px;
 margin: 10px;
 border-bottom: solid 3px red;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 background: linear-gradient(20deg, red, black, red);
 z-index: 10;
}

.alert {
 z-index: 100;
}

 .pbuttons {
  text-align: left;
 }

 .navbar {
  position: fixed;
  top: 35px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  flex-wrap: inherit;
  align-items: normal;
  justify-content: space-between;
 }


 .navbar-brand {
  color: #ff9933;
  font-size: 30px;
  font-weight: 700;
  font-family: Helvetica, Arial, cursive;
  letter-spacing: 0px;
  text-decoration: none;
  padding-right: 20px;
  width: 400px;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  white-space: nowrap;
 }

  .navbar-brand:hover, .navbar-brand:focus {
   text-decoration: none;
  }


  .navbar-brand:hover,
  .navbar-brand:focus,
  .navbar-brand:active {
   color: red;
   text-decoration: none;
  }


 .nav-item a:hover {
  color: red;
 }

 .navbar li a {
  color: white;
  font-weight: bolder;
  padding-right: 10px;
  padding-left: 10px;
  font-variant: normal;
  text-decoration: none;
 }

 .navbar-text {
  padding-top: 0px;
  padding-bottom: 0px;
 }


 .navbar-collapse {
  width: 100%;
  background-color: black;
  border: 1px solid black;
  border-radius: 10px;
  flex-basis: 100%;
  flex-grow: 1;
 }

 .navbar-toggler {
  padding: 0;
  line-height: 1;
  background-color: transparent;
 }

  .navbar-toggler:hover {
   text-decoration: none;
   color: white;
  }

 .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  color: white;
 }


 .dropdown {
  position: relative;
  display: inline-block;
 }

  .dropdown:active {
   color: red;
  }

 .dropdown-content {
  display: none;
  position: absolute;
  margin-left: -50px;
  background-color: #000;
  min-width: 200px;
  border: 1px solid red;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
 }

  .dropdown-content a {
   color: black;
   padding: 5px 16px;
   text-decoration: none;
   display: block;
  }

   .dropdown-content a:hover {
    background-color: #000
   }

 .dropdown:hover .dropdown-content {
  display: block;
  color: red;
 }

.dropdown:hover .dropdown-toggle {
 color: red;
}


@media screen and (max-width: 844px) {
 html {
  font-size: 16px;
 }

 .siteName {
  padding-top: 10px;
 }

 .navbar-collapse {
  position: fixed;
  top: 55px;
  left: 10px;
  width: calc(100% - 20px);
  background-color: black;
  border: 1px solid black;
  border-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-right: 10px;
 }
}


/*table {
 width: 100%;
 font-weight: normal;
 text-align: left;
 border: solid 1px red;
}

.table tr:nth-child(2n+1) {
 background-color: #505050;
}

.table tr:hover {
 background-color: #ff9933;
 color: black;
}

.table TH {
 font-weight: bold;
 background-color: Red;
 text-align: left;
 color: white;
 padding-left: 5px;
 padding-right: 2px;
}

 .table th a {
  color: white;
 }

  .table th a:hover, table th a:active, table th a:focus {
   color: black;
   text-decoration: none;
  }

.table TD {
 padding: 0px;
 text-align: left;
}

 .table TD a {
  color: white;
  text-decoration: none;
 }

  .table TD a:hover, a:focus a:active {
   color: black;
   text-decoration: none;
  } */

 .deleteLink {
  color: red;
  text-decoration: none;
 }

 #toastMsg .show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
  animation: fadein 0.5s, fadeout 0.5s 3.5s;
 }

 #toastMsg .hide {
  visibility: hidden;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 5.5s;
  animation: fadein 0.5s, fadeout 0.5s 5.5s;
 }

 /* The snackbar - position it at the bottom and in the middle of the screen */
 #snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: lime; /* Black background color */
  color: #000; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
 }

  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #snackbar.show {
   visibility: visible; /* Show the snackbar */
   /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
   However, delay the fade out process for 2.5 seconds */
   -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
   animation: fadein 0.5s, fadeout 0.5s 3.5s;
  }

 /* The snackbar - position it at the bottom and in the middle of the screen */
 #snackbarError {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: red; /* Black background color */
  color: #000; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
 }

  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #snackbarError.show {
   visibility: visible; /* Show the snackbar */
   /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
   However, delay the fade out process for 2.5 seconds */
   -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
   animation: fadein 0.5s, fadeout 0.5s 3.5s;
  }

 /* Animations to fade the snackbar in and out */
 @-webkit-keyframes fadein {
  from {
   bottom: 0;
   opacity: 0;
  }

  to {
   bottom: 30px;
   opacity: 1;
  }
 }

 @keyframes fadein {
  from {
   bottom: 0;
   opacity: 0;
  }

  to {
   bottom: 30px;
   opacity: 1;
  }
 }

 @-webkit-keyframes fadeout {
  from {
   bottom: 30px;
   opacity: 1;
  }

  to {
   bottom: 0;
   opacity: 0;
  }
 }

 @keyframes fadeout {
  from {
   bottom: 30px;
   opacity: 1;
  }

  to {
   bottom: 0;
   opacity: 0;
  }
 }
 /* end of snackbar */

 .OFSLogTable {
  width: 100%;
  color: black;
  font-size: 11px;
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.6); /*  #fff; */
  text-align: left;
  border: solid 1px black;
 }

  .OFSLogTable tr:nth-child(2n+1) {
   background-color: rgba(238, 238, 238, 0.5); /*  #eee; */
  }

  .OFSLogTable tr:hover {
   background-color: #ff9933;
  }

  .OFSLogTable TH {
   font-size: 11px;
   font-weight: bold;
   background-color: Red;
   text-align: left;
   color: white;
   border: solid 1px black;
   padding-left: 5px;
   padding-right: 2px;
  }

   .OFSLogTable th a {
    color: white;
   }

    .OFSLogTable th a:hover, .OFSLogTable th a:active, .OFSLogTable th a:focus {
     color: black;
     text-decoration: none;
    }

  .OFSLogTable TD {
   padding-left: 5px;
   padding-right: 2px;
   text-align: left;
   border-right: solid 1px black;
   border-bottom: solid 1px black;
  }

   .OFSLogTable TD a {
    color: black;
    text-decoration: none;
   }



.GEARdTable {
 width: 100%;
 color: black;
 font-size: 12px;
 font-weight: normal;
 background-color: rgba(255, 255, 255, 0.6); /*  #fff; */
 text-align: left;
 border: solid 1px black;
}

 .GEARdTable tr:nth-child(2n+1) {
  background-color: rgba(238, 238, 238, 0.5); /*  #eee; */
 }

 .GEARdTable tr:hover {
  background-color: #ff9933;
 }

 .GEARdTable TH {
  padding: 5px 3px 5px 3px;
  font-size: 13px;
  font-weight: bold;
  background-color: Red;
  text-align: left;
  color: white;
  padding-left: 5px;
  padding-right: 2px;
 }

  .GEARdTable th a {
   color: white;
  }

   .GEARdTable th a:hover, .GEARdTable th a:active, .GEARdTable th a:focus {
    color: black;
    text-decoration: none;
   }

 .GEARdTable TD {
  padding: 5px 3px 5px 3px;
  text-align: left;
 }

  .GEARdTable TD a {
   color: black;
   text-decoration: none;
  }


@media screen and (max-width: 768px) {
 .navbar-collapse {
  top: 50px;
  left: 25px;
  width: calc(100% - 20px);
 }
}


@media screen and (max-width: 565px) and (min-width: 300px) {
 .navbar-collapse {
  position: fixed;
  top: 80px;
  left: 25px;
  width: calc(100% - 20px);
  background-color: black;
  border: 1px solid black;
  border-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-right: 10px;
 }
}

@media (min-width: 768px) {
 html {
  font-size: 16px;
 }
}

 @media screen and (max-width: 1225px) and (min-width: 1045px) {
  .priority-5 {
   display: none;
  }
 }

 @media screen and (max-width: 1045px) and (min-width: 565px) {
  .priority-5 {
   display: none;
  }

  .priority-4 {
   display: none;
  }
 }

@media screen and (max-width: 730px) {
 .section {
  background-color: rgba(0,0,0,0);
  border: 0px solid red;
  padding: 0px 0px 0px 0px;
  left: 0px;
  right: -20px;
  margin: -20px -50px 0 -20px;
 }
}

 @media screen and (max-width: 565px) and (min-width: 300px) {
  .priority-5 {
   display: none;
  }

  .priority-4 {
   display: none;
  }

  .priority-3 {
   display: none;
  }
  .section {
   padding: 0px 0px 0px 0px;
   left: 0px;
   right: 0px;
   margin: 0 0 0 -20px;
  }
 }

@media screen and (max-width: 300px) {
 .priority-5 {
  display: none;
 }

 .priority-4 {
  display: none;
 }

 .priority-3 {
  display: none;
 }

 .priority-2 {
  display: none;
 }
}

 /* Add padding and center-align text to the container */
 .container {
  padding: 16px;
  text-align: center;
 }

 /* The Modal (background) */
 .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 200; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 150px;
 }

 /* Modal Content/Box */
 .modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
 }

 /* The Modal Close Button (x) */
 .close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
 }

  .close:hover,
  .close:focus {
   color: #f44336;
   cursor: pointer;
  }

 /* Clear floats */
 .clearfix::after {
  content: "";
  clear: both;
  display: table;
 }

 /* Change styles for cancel button and delete button on extra small screens */
 @media screen and (max-width: 300px) {
  .cancelbtn, .deletebtn {
   width: 100%;
  }
 }

textarea {
 color: black;
}


.cardTitleLeft {
 position: absolute;
 font-size: 2em;
 font-variant: small-caps;
 top: 0px;
 left: 10px;
 z-index: 10;
 color: #ff9933;
 text-shadow: 0 2px 3px rgba(0,0,0,1);
}
.cardTitleRight {
 position: absolute;
 font-size: 2em;
 font-variant: small-caps;
 top: 0px;
 right: 10px;
 z-index: 10;
 color: #ff9933;
 text-shadow: 0 2px 3px rgba(0,0,0,1);
}
.cardLogoRightGEARd {
 position: absolute;
 height: 130px;
 bottom: 0px;
 right: -1px;
 z-index: 0;
}
.cardLogoRight {
 position: absolute;
 height: 180px;
 bottom: -12px;
 right: 10px;
 z-index: 0;
}
.cardLogoLeftGeard {
 position: absolute;
 height: 158px;
 top: 0px;
 left: 0px;
 z-index: -1;
}
.cardLogo {
 position: absolute;
 height: 180px;
 bottom: -8px;
 left: 10px;
 z-index: 1;
}

.cardallu {
 display: flex;
 justify-content: center;
 text-align: center;
}
.cardLogoall {
 height: 150px;
 top: 5px;
 z-index: 1;
}

.addEntry {
 position: absolute;
 width: 40px;
 height: 40px;
 bottom: 10px;
 right: 10px;
 background-color: #ff9933;
 color: red;
 border-radius: 50px;
 text-align: center;
 box-shadow: 0 2px 3px rgba(0,0,0,1);
 z-index: 10;
}
.addEntry:hover {
  background-color: red;
  color: #ff9933;
 }
.fa-pencil {
 margin-top: 8px;
 margin-left: 3px;
 }
.fa-plus {
 margin-top: 10px;
 margin-left: 1px;
}
.fa-fire {
 margin-top: 8px;
 margin-left: 0px;
}
.fa-money {
 margin-top: 9px;
 margin-left: 1px;
}
.fa-clock-o {
 margin-top: 8px;
 margin-left: 0px;
}
.fa-tasks {
 margin-top: 10px;
 margin-left: 0px;
}


.cards {
 max-width: 1200px;
 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 margin: 0 auto;
 display: grid;
 grid-gap: 1rem;
}

.card {
 background-color: rgba(0, 0, 0, 0.8);
 border: 1px solid red;
 color: white;
 font-size: 25px;
 padding: 1rem;
 height: 10rem;
 top: 0px;
 box-shadow: 0 2px 3px rgba(0,0,0,1);
}
 .card:hover {
  background-color: rgba(0, 0, 0, 0.5);
 }

.cardLinks, .cardLinks a {
 font-weight: bolder;
 font-variant-caps: small-caps;
 color: red;
}
 .cardLinks a:hover {
  color: #ff9933;
 }



.card .row1 {
 margin-top: -0.5em;
 margin-left: -0.5em;
 position: static;
 width: 100%;
}

.card .row2 {
 position: static;
 width: 100%;
 border: 0px solid black;
 margin-top: 2.5em;
}
.card .row3 {
 position: static;
 width: 100%;
 border: 0px solid black;
 margin-top: 3em;
}

.span2 {
 grid-column: span 2;
}

.card .cardInnerText{
 color: white;
 font-size: 16px;
 z-index: 10;
}

@media (max-width: 770px) {
 .cards {
  grid-template-columns: repeat(2, 1fr);
 }
 .card {
  height: 10rem;
 }
  .card .row2 {
   margin-top: 1.5em;
  }

  .cardTitleRight {
   font-size: smaller;
  }
  .cardTitleLeft {
   font-size: smaller;
  }
 .cardLinks {
  font-size: smaller;
 }
}

@media (max-width: 350px) {
 .cards {
  grid-template-columns: repeat(2, 1fr);
 }
 .card {
  height: 15rem;
 }

 .cardTitleRight {
  font-size: smaller;
 }

 .cardTitleLeft {
  font-size: smaller;
 }

 .cardLinks {
  font-size: smaller;
 }
}





@media (min-width: 900px) {
 .cards {
  grid-template-columns: repeat(3, 1fr);
 }
}
