html {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: -webkit-fill-available;
  min-height: -webkit-fill-available;
  min-width: 600px;
  overflow: hidden;
}

body {
  background-color: rgb(235, 235, 235);
  bottom: 30px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0px;
  width: 100%;
  overflow-y: scroll;
  padding: 0px;
  position: absolute;
  top: 100px;
}

h1 {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 2.8em;
  font-weight: 900;
  margin: 3px 0px 0px 10px;
  padding: 0px;
  vertical-align: middle;
  width: fit-content;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2em;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}

h3 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  /* vertical-align: middle; */

}

p {
  font-size: 1em;
  font-weight: 200;
}

ul {
  margin: 0px;
  padding: 0px;
}

form {
  margin: 0px;
}

button {
  border-style: none;
}

.clearfix {
  float: none;
  clear: both;
}

header {
  background-color: #4ab4ff;
  box-sizing: border-box;
  color: #1f6698;
  display: inline-block;
  height: 60px;
  top: 0px;
  position: fixed;
  padding: 1px;
  width: 100%;
  min-width: 980px;
  z-index: 1000;
}



/* School Badge */
header div.schoolbadge {
	background-color: #fff;
	border: #1f6698 solid 2px;
	border-radius: 50%;
	display: inline-block;
	height: 51px;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
	vertical-align: middle;
	width: 51px;
}

header div.schoolbadge img {
  width: 60px;
  position: absolute;
  padding: 0px;
  left: -4px;
  top: -1px;
}

/* Search */

header .search {
  display: inline-block;
  padding: 10px 0px;
  position: absolute;
  right: 20px;
}

header .searchfor {
  position: relative;
  width: 330px;
}

i.fas.fa-search {
  display: inline-block;
  margin-left: 5px;
}

i.fas.fa-search:hover {
  color:#3c3c3c;
}

header form {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 280px;
}

.search a {
  color: #1f6698;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 800;
  padding: 5px 0px;
  text-decoration: none;
  vertical-align: middle;
}

.search input {
  border-color:#1f6698; 
  border-radius: 5px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 400;
  height: 25px;
  vertical-align: middle;
  width: 200px;
}


/* Navigation */

.nav-container{
  position: relative;
}

nav.mainnav {
  box-sizing: border-box;
  display: block;
  background-color: #1f6698;
  color: #fff;
  height: 42px;
  margin: 0px;
  padding: 5px 0px;
  position: fixed;
  top: 60px;
  width: 100%;
  min-width: 970px;
  z-index: 1000;
}

nav a {
  color: #fff;
  text-decoration: none;
}

nav > ul {
  display: inline-block;
  position: absolute;
  margin: 0px;
  padding: 0px;
}

.menu {
  position: relative;
}

.home {
  box-sizing: border-box;
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
  padding: 5px;
  text-align: center;
  width: 120px; 
}

.home {
  display: inline-block;
  border-radius: 5px 5px 5px 5px;
  font-size: 1.3em;
  width: 60px;
  margin: 0px 2px 3px 0px;
  padding: 5px 0px;
}

.newentry {
  color: fff;
  display: inline-block;
  background-color: #ff4a4a;
	border-radius: 5px 5px 5px 5px; 
  margin: 0px 0px 0px 0px;
  padding: 5px;
}

.newentry_aside {
  color: #1f6698;
  display: block;
  margin: 2px 0px 2px 5px;
  padding: 2px;
  text-decoration: none;
}

.newentry_aside:hover {
  text-decoration: underline;
}



/* Dropdown Navigation */
.navdropmenu {
  background-color: #a5a5a5;
  border-radius: 16px 0 0 16px;
  display: block;
  height: 32px;
  padding: 5px 0px;
  position: absolute;
  width: 120px;
  right: 0px;
  top: 0px;
  z-index: 1001;
}



/* Ticket Views */

.filterselect {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  vertical-align: middle;
}

.filterselect form {
  display: inline-block;
  margin: 0px;
  padding: 0px 5px;
}

.filterselect input[type="radio"] {
  display: none;
  -moz-appearance: none;
  width: 0px;
}

.filterselect label {
  background-color: #ccc;
  border-radius: 5px;
  color: #708090;
  display: inline-block;
  font-weight: bold;
  margin: 0px -5px 0px 0px;
  padding: 5px 0px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
} 

.filterselect label:nth-of-type(1) {
  background-color: #1f6698;
  color: #fff;
  margin: 0px;
  width: 60px;
}

.filterselect label:nth-of-type(2) {
  border-radius: 5px 0 0 5px;
}

.filterselect label:nth-of-type(3) {
  border-radius: 0;
}

.filterselect label:nth-of-type(4) {
  border-radius: 0 5px 5px 0;
}

.filterselect input[type="radio"]:checked+label {
  background-color: #4ab4ff;
  color: #fff;
} 



/* Sort Order */

.orderselect {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.ordertag .fa-sort-numeric-up-alt,
.ordertag .fa-sort-numeric-down {
  font-size: 23px;
  margin: 0px;
}

.ticketorder {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.ticketorder .ordertitle {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin: 0px -2px;
  padding: 5px 0px;
  width: 60px;
  vertical-align: middle;
}

.ticketorder .ordertag:nth-last-of-type(1) {
  background-color: #c2c2c2;
  border-radius: 0px 5px 5px 0px;
  display: inline-block;
  margin: 0px -2px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 5px;
  width: 60px;
}

.ticketorder .ordertag:nth-last-of-type(2) {
  background-color: #c2c2c2;
  border-radius: 5px 0px 0px 5px;
  display: inline-block;
  margin: 0px -2px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 5px;
  width: 60px;
}

.ticketorder input[type="radio"] {
    display: none;
}

.ticketorder input[type="radio"]:checked+label {
  background-color:  #4ab4ff;
  color: #fff;
  font-weight: bold;
}

/* ------------------------------ */



/* User Order */
.usersortctrl {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  right: 20px;
}

.userorder {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  margin-left: 10px;
  text-align: center;
}

.userorder .ordertitle {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin: 0px -2px;
  padding: 0px 0px;
  width: 60px;
  vertical-align: middle;
}

.userorder .ordertag:nth-last-of-type(1) {
  background-color: #c2c2c2;
  border-radius: 0px 5px 5px 0px;
  display: inline-block;
  margin: 0px -2px;
  padding: 2px 2px 2px 2px;
  width: 60px;
}

.userorder .ordertag:nth-last-of-type(2) {
  background-color: #c2c2c2;
  border-radius: 5px 0px 0px 5px;
  display: inline-block;
  margin: 0px -2px;
  padding: 2px 2px 2px 2px;
  width: 60px;
}

.userorder input[type="radio"] {
    display: none;
}

 .userorder input[type="radio"]:checked+label {
  background-color:  #4ab4ff;
  color: #fff;
  font-weight: bold;
}

input.orderuserinfo[type="radio"] {
  display: none;
}

input.orderuserinfo[type="radio"]:checked+label {
  text-decoration: overline;
  background-color: none;
} 

label.userlabel:hover {
  text-decoration: underline;
}


ul.signin {
  box-sizing: border-box;
  padding: 4px 0px;
  position: absolute;
  right: 10px;
  text-align: right;
  width: 120px;
  height: 32px;
}

ul.signin li {
  display: inline-block;
}
ul.signin li:first-child {
  margin-right: 5px;
  margin-bottom: 8px;
}

ul.signin li.avatar {
  color: #d1d1d1;
  display: inline-block;
  font-size: 1.0em;
  vertical-align: middle;
}

.fas {
  font-size: 1.6em;
  vertical-align: middle;
}

.fas.fa-bars {
  font-size: 2.4em;
  position: relative;
  right: 15px;
  visibility: hidden;
  vertical-align: middle;
}

.fas.fa-bars:hover {
  color: rgb(60, 60, 60);
}

ul.signin li a {
  display: inline-block;
  position: relative;
}

/* UI Changes */
.ui-container {
  /* background-color: #0077ff; */
  display: flex;
  flex-direction: row;
  /* padding: 10px; */
}

.ui-ticketcontainer {
  /* background-color:#008000; */
  display: flex;
  flex-direction: column;
  width: 100%;
}


/* Main */
/* Changed 05-2022*/
main {  
  box-sizing: border-box;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}

h3 {
  box-sizing: border-box;
  background-color: #1f6698;
  border-radius: 10px 10px 0px 0px;
  display: block;
  /* margin-top: 10px; */
  width: 100%;
  padding: 10px 10px;
  position: relative;
}

h3 i.fas, h3 i.far {
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.9em;
  margin-right: 10px;
  padding: 4px;
  vertical-align: middle;
}

.statusclose {
  color: #fff;
  position: absolute;
  right: 10px;
  text-decoration: none;
}

.spacer {
  z-index: 0;
  float: none;
  height: 70px;
  position: relative;
}

.bgphoto {
  background-image: url("../images/reef.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 100%;
  margin-top: 0px;
  min-width: 960px;
  width: 100%;
  overflow: hidden;
  padding: 0px;
  position: fixed;

}

article {
  background-color: #fff;
  width: 100%;
  margin: 0px;
  position: relative;
  z-index: 10;
}

.ticket_container {
  border-radius: 10px 10px 0px 0px;
  min-width: 600px;
  position: relative;
}

article:after {
  float: none;
}

article.usersonly {
  width: 96%;
}

article.loginwindow {
  box-shadow:#000 0px 0px 10px;
  border-radius: 10px;
  float: none;
  margin: 0 auto;
  top: 8%;
  width: 500px;
}

article .preview {
  display: block;
  font-size: 1em;
  text-align: center;
  width: 100%;
}

article .fas {
  color: #5c5c5c;
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-size: 1.6em;
  font-weight: 900;
  vertical-align: middle;
}

article .preview p {
  display: inline-block;
  margin: 0px;
  width: 100%;
}


.loginnotice {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.loginnotice .openhours {
  background-color: #9c3e3e;
  border-radius: 10px;
  margin: 0px;
  padding: 0px;
}

.loginnotice .openhours h2 {
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}

.loginnotice .openhours p {
  color: #fff;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.ticketlist {
  /* float: left; */
  width: 95%;
  margin: 0px auto;
  position: relative;
}

.column aside h3 {
  font-size: 1.2em;
}

.auditlist {
  display: flex;
}

/* Login */

.login {
  background-color: rgba(211, 211, 211,0.8);
  padding: 10px;
  position: relative;
}

.login form {
  font-size: 1em;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  width: 60%;
}

.login form label {
  margin: 5px auto;
}

.login input {
  border: none;
  border-radius: 5px;
  font-size: 1.1em;
  height: 32px;
  margin: 5px auto;
  padding: 0 5px;
  right: 0px;
  Width: 280px;
}

.login input::placeholder {
  color: #c2c2c2;
  padding: 0 10px;
}

.login a.loginbut {
  display: block;
  background-color: orange;
  border-radius: 10px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  height: 35px;
  margin: 10px auto;
  text-align: center;
  text-decoration: none;
  padding: 4px 0px;
  width: 100px;
}

.login a.loginbut:hover {
  background-color: #9b9b9b;
}

.login a.resetbut {
  display: block;
  background-color: orange;
  border-radius: 10px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  height: 35px;
  margin: 10px auto;
  text-align: center;
  text-decoration: none;
  padding: 4px 0px;
  width: 200px;
}

.login a.resetbut:hover {
  background-color: #9b9b9b;
}

.login a.forgotbut {
  display: block;
  border-radius: 0px;
  box-sizing: border-box;
  color: #000;
  font-size: 0.9em;
  margin: 10px auto;
  text-align: center;
  text-decoration: none;
  padding: 0px;
  width: 100%;
}

.login a.forgotbut:hover {
  text-decoration: underline;
}

.warning {
  height: 30px;
  width: 30px;
  vertical-align: middle;
}

.warningtext {
  display: inline-block;
  font-size: 1.4em;
}

.returnhome {
  color: #708090;
  display: block;
  text-align: right;
  text-decoration: none;
}

.returnhome:hover {
  color: #1f6698;
  text-decoration: underline;
}

/* Job Status Indicator */

span.jobstat {
  background-color: lightgray;
  border: #fff 3px solid;
  border-radius: 50%;
  color: lightgray;
  display: inline-block;
  height: 18px;
  margin: 0px;
  vertical-align: -4px;
  width: 18px;
}

span.jobstat.down {
  background-color: #ff0000;
}

span.jobstat.down72 {
  background-color: #b15e06;
}

span.jobstat.investigating {
  background-color: #eec624;
}

span.jobstat.fixed {
  background-color: #1b921b;
}

span.jobstat.down72 .gt72 {
  background-color: #fff;
  display: inline-block;
  height: 8px;
  margin: 5px 5px;
  position: absolute;
  width: 8px;
}

span.reopen-state {
  background-color: rgb(26, 145, 133);
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 0.7em;
  padding: 4px;
  position: absolute;
  top: 10px;
}


/* Bookmarks */

.bookmarkit {
  display: inline-block;
}

label.bmf {
  background-color: #c2c2c2;
  border-radius: 0px 0px 5px 5px;
  display: inline-block;
  font-size: 1em;
  height: 30px;
  margin: 0px;
  right: 202px;
  text-align: center;
  top: 0px;
  padding: 4px;
  position: absolute;
  width: 20px;
}

label.bmt {
  background-color: #4ab4ff;
  border-radius: 0px 0px 5px 5px;
  display: inline-block;
  font-size: 1em;
  height: 30px;
  margin: 0px;
  right: 202px;
  text-align: center;
  top: 0px;
  padding: 4px;
  position: absolute;
  width: 20px;
}

.bm {
  display: none;
}

input.bm[type="checkbox"]:checked+label {
  background-color: #ffa500;
}

.bmf:hover {
   background-color: #4ab4ff;
}

.bmt:hover {
  background-color: #c2c2c2;
}



/* Ticket Lock */

.techlock {
  display: inline-block;
}

label.lock {
  background-color: #4ab4ff;
  border-radius: 0px 0px 5px 5px;
  display: inline-block;
  font-size: .7em;
  height: 20px;
  margin: 0px;
  right: 240px;
  text-align: center;
  top: 0px;
  padding: 2px 4px;
  position: absolute;
  width: 60px;
}

label.lockit {
  background-color: #c2c2c2;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  margin: 0px;
  right: 240px;
  text-align: center;
  text-decoration: none;
  top: 10px;
  padding: 2px 4px;
  position: absolute;
  width: 84px;
}

label.lockit:before {
  font-family: "FontAwesome";
  font-size: 0.8em;
  content: "\f023";
  margin-right: 2px;
}

.lock {
  display: none;
}

input.lock[type="checkbox"]:checked+label {
  background-color: #ff4a4a;
}

.lockit:hover {
   background-color: #4ab4ff;
}

.lock:hover {
  background-color: #c2c2c2;
}

.subtext {
  margin-left: 40px;
  word-break: break-word;
}



/* Annouce */

.patick {
  display: inline-block;
}

label.patick {
  background-color: #c2c2c2;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  margin: 0px;
  right: 340px;
  text-align: center;
  text-decoration: none;
  top: 10px;
  padding: 2px 4px;
  position: absolute;
  width: 84px;
}

label.patick:before {
  font-family: "FontAwesome";
  font-size: 0.8em;
  content: "\f0a1";
  margin-right: 2px;
}

.pa {
  display: none;
}

input.pa[type="checkbox"]:checked+label {
  background-color: #9667ae;
}

.patick:hover {
  background-color: #4ab4ff;
}

.pa:hover {
 background-color: #c2c2c2;
}



/* TicketView List */

.edit {
  background-color: orange;
  border-style: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  margin: 0px;
  right: 20px;
  text-align: center;
  text-decoration: none;
  top: 10px;
  padding: 2px 4px;
  position: absolute;
  width: 84px;
}

.edit:before {
  font-family: "FontAwesome";
  font-size: 0.8em;
  content: "\f044";
  margin-right: 2px;
}

.edit:hover {
  background-color: lightgrey;
}

.noedit {
  background-color: #767676;
  border-style: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  margin: 0px;
  right: 20px;
  text-align: center;
  text-decoration: none;
  top: 10px;
  padding: 2px 4px;
  position: absolute;
  width: 84px;
}

.noedit:before {
  font-family: "FontAwesome";
  font-size: 0.8em;
  content: "\f044";
  margin-right: 2px;
}

.close {
  background-color: #4ab4ff;
  border-style: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  margin: 0px;
  right: 110px;
  text-align: center;
  text-decoration: none;
  top: 10px;
  padding: 2px 4px;
  position: absolute;
  width: 84px;
}

.close:before {
  font-family: "FontAwesome";
  font-size: 0.8em;
  content: "\f058";
  margin-right: 2px;
}

.close:hover {
  background-color: lightgrey;
}

.reopen {
  background-color: #d24aff;
  border-style: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 0.7em;
  height: 27px;
  margin: 0px;
  right: 110px;
  text-align: center;
  text-decoration: none;
  top: 10px;
  padding: 2px 4px;
  position: absolute;
  width: 84px;
}

.reopen:before {
  content: "";
}

.reopen:hover {
  background-color: lightgrey;
}

.locked {
  background-color: #59b855;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  margin: 0px;
  right: 110px;
  text-align: center;
  text-decoration: none;
  top: 10px;
  padding: 2px 4px;
  position: absolute;
  width: 76px;
}

.completed {
  background-color: #1b921b;
  border-radius: 10px;
  padding: 3px 15px;
  position: absolute;
  right: 30px;
  top: 7px;
}

.ticket {
  box-sizing: border-box;
  border: #1f6698 solid 1px;
  display: inline-block;
  overflow: auto;
  padding: 8px 8px;
  position: relative;
  width: 100%;
}

.ticket > span {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  padding: 0px;
  position: relative;
}

.ticket > .jobsubject {
 
  display: block;
  font-size: 1.2em;
  margin-bottom: 5px;
  
}
.ticket > .jobsubject b {
  background-color:rgb(91, 91, 91);
  border-radius: 0px 5px 5px 0px;
  color: #fff;
  display: inline-block;
  margin: 0px 0px 0px -8px;
  padding: 2px 8px;
}

.ticketinfo {
  width: 100%;
  border-collapse: collapse;
  margin: 0px 0px 10px 0px;
}

.ticketinfohide {
  display: none;
}

.ticketinfo th {
  /* background-color: orange; */
  color: rgb(28, 28, 28);
  font-size: 1.1em;
  font-weight: bold;
  padding: 1px 5px;
  text-align: left;
}

.ticketinfo tr {
  margin: 0px 0px 20px 0px;
}

.ticketinfo td {
  border-bottom: rgb(28, 28, 28) solid 3px;
  font-size: 1em;
  padding: 5px 10px 5px 5px;;
}

span.redacted {
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  padding: 2px 6px;
}

.h4jobdetails {
  border-bottom: 1px black solid;
  display: block;
  width: 35%;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 4px;
}

span.jobdetails {
  display: block;
  margin: 8px 2px;
  position: relative;
}

span.pcname {
  background-color: #b83100;
  border-radius: 10px;
  color: #fff;
  margin: 0px 5px 2px 0px;
  padding: 5px 10px;
  position: relative;
}

span.faulttag {
  background-color: #0088ff;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}

span.diagtag {
  background-color: #ffa500;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  margin: 0px 5px 2px 0px;
  padding: 5px 10px;
}

span.compdate {
  border: 2px solid red;
  background-color : yellow;
  border-radius: 10px;
  margin: 0px 5px 2px 0px;
  padding: 5px 10px;
}

span.usrpriority {
  background-color: #ff0000;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  margin: 0px 5px 2px 0px;
  padding: 5px 10px;
}

ul.user-priority {
  display: flex;
  flex-grow: 1 0 20%;
  list-style: none;
  width: 100%;
}

ul.user-priority li {
  background-color: #d8d8d8;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  margin: 0px 10px;
  padding: 10px;
  vertical-align: top;
  width: 18%;
}

ul.user-priority li.user-pri-col {
  /* background-color: #36A9E1; */
  font-weight: bold;
}

ul.user-priority li.uplevel5 {
  background-color: #36A9E1;
  color: #fff;
}

ul.user-priority li.uplevel4 {
  background-color: #FFED00;
  color: #3c3c3c;
}

ul.user-priority li.uplevel3 {
  background-color: #EF9215;
  color: #fff;
}

ul.user-priority li.uplevel2 {
  background-color: #E30613;
}

ul.user-priority li.uplevel1 {
  background-color: #A3195B;
  color: #fff;
}

.ticketlast {
  background-color: #1f6698;
  border-radius: 0px 0px 5px 5px;
  color: #fff;
  height: 25px;
  padding: 0px 4px;
}

span.hrs24 {
  background-color: greenyellow;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  width: 18px;
  position: relative;
  vertical-align: middle;
}

aside {
  /* background-color: #fff; */
  border-radius: 10px 10px 0px 0px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  margin: 0px 0px;
  padding: 0px;
  position: relative;
}

/* Ticket Assignment */
form.techassign {
  margin: 10px 0px 0px 0px;
  padding: 4px 4px;
}

form label.assignlabel {
  display: block;
  margin-left: 4px;
  width: 200px;
}

div.techassign {
  margin: 12px -8px 0px -4px;
  padding: 4px 4px;
}

div.techassign h4 {
  background-color: #3a44b0;
  border-radius: 0px 5px 5px 0px;
  color: #fff;
  display: inline-block;
  margin: 0px 0px 4px -8px;
  padding: 2px 4px;
}

div.techassign p.pupdates {
  margin: 0px;
  padding: 0px;
  white-space: pre-wrap;
}

input[type="submit"].applyassign {
  background-color: #ffa500;
  border-style: none;
  border-radius: 5px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 0px;
  padding: 8px 15px;
}

input[type="submit"].applyassign:hover {
  background-color: #797979;
}

select.techlist {
  color: #242424;
  border-style: none;
  border: 1px solid slategray;
  border-radius: 5px;
  font-size: 1.1em;
  padding: 4px 2px;
  width: 50%;
}

select.techlist.activeassign {
  background-color: #bef0ff;
  border: 2px solid slategray;
}

/* New Tech Assign */


/* New Ticket */

.newticket {
  border: #1f6698 solid 1px;
  display: block;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  padding: 8px 8px 48px 8px;
  margin-bottom: 35px;
}

.newticketadd {
  margin: 10px 10px 0px 10px ;
}

.newticket label {
  display: block;
  font-size: 1em;
  padding: 5px 10px;
}
.createticket, .cancelticket{
  background-color: orange;
  border-style: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1em;
  margin: 8px 0px;
  right: 19px;
  text-align: center;
  text-decoration: none;
  padding: 6px 4px;
  position: absolute;
  width: 140px;
}

.createticket:hover {
  background-color: #9b9b9b;
}

.cancelticket {
  right: 172px;
}
.closedticket{
  background-color: rgb(255, 0, 0);
  border-style: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1em;
  margin: 8px 0px;
  right: 19px;
  text-align: center;
  text-decoration: none;
  padding: 6px 4px;
  position: absolute;
  width: 140px;
}

form.addticket label {
  margin: 10px 0px 10px -5px;
}

form.addticket label.nobmargin {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.reoortedby {
  float: left;
}

#reportedby {
  display: block;
}
#reportedby label{
  display: inline;
}

#changereportedby {
  display: inline-block;
}

#changereportedby .reptbybut .hide{
  display: none;
}

#changereportedby .reptbybut {
  background-color: #da70d6;
  color: #fff;
  border-radius: 5px;
  display: inline;
  padding: 7px 12px;
  text-decoration: none;
}

#changereportedby .reptbybut:hover {
  background-color: #9b9b9b;
}


/* Give Access to other Users */
.ticketaccesslist {
  padding: 20px 0px;
}


.firstint {
  background-color: #da70d6;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin: 10px 5px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 20px;
}

.firstint:hover {
  background-color:#3c3c3c;
}

h2.infocollect {
  font-size: 1.6em;
  border-bottom: solid 2px #555555 ;
}

form.addticket input {
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  margin-bottom: 0px;
  user-select: none;
}

form.addticket input:focus {
  outline: none;
}

form.addticket input:first-of-type {
  background-color: transparent;
}

form.addticket select {
  border: solid 1px #242424;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-left: 10px;
  outline: none;
}

label.descrlabel {
  margin: 0;
  display: inline;
}

aside.descraside p {
  margin: 0px;
}

span.descraside {
  border: darkgray 1px solid;
  border-radius: 10px;
  display: none;
  height: 18px;
  margin-left: 10px;
  overflow: hidden;
  position: absolute;
  padding: 10px 5px 10px 5px;
  top: 120px;
  vertical-align: middle;
  width: 100px;
}

span.descraside:hover {
  border-radius: 10px;
  width: 200px;
  height: 200px;
}

textarea.descr {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  height: 300px;
  padding: 5px;
  resize: none;
  width: 99%;
}

input[type="text"].subject {
  border: 1px #000 solid;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  height: 40px;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 0px 10px;
  resize: none;
  width: 90%;
}

.addticketnote {
  border: #1f6698 solid 1px;
  display: block;
  position: relative;
  padding: 8px 8px 48px 8px;
  min-width: 680px;
  margin-bottom: 20px;
  overflow: hidden;
}

.reopenticket {
  border: #1f6698 solid 1px;
  display: block;
  position: relative;
  padding: 8px 8px 48px 8px;
}

.updateform {
  position: relative;
}

.notedesc {
  margin: 0px auto;
  padding: 5px;
  width: 1200px;
  min-width: 800px;
  position: relative;
}

.notedesc p:nth-of-type(1){
  margin-top: 5px;
}

textarea.note {
  display: block;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  height: 300px;
  margin: 0px auto;
  padding: 5px;
  resize: none;
  width: 100%;
  min-width: 600px;
}

.updateticket {
  background-color: orange;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  margin: 8px 0px;
  right: 12px;
  text-align: center;
  text-decoration: none;
  padding: 6px 4px;
  position: absolute;
  width: 140px;
}

.updateticket:hover {
  background-color: lightgrey;
}

.closeticket {
  background-color: #0077ff;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  margin: 8px 0px;
  right: 162px;
  text-align: center;
  text-decoration: none;
  padding: 6px 4px;
  position: absolute;
  width: 140px;
}

.closeticket:hover {
  background-color: lightgrey;
}

.event {
  box-sizing: border-box;
  border: #1f9878 solid 1px;
  display: inline-block;
  overflow: auto;
  padding: 8px 8px;
  position: relative;
  width: 100%;
}

.eventcol {
  background-color: #1f9878;
}

.eventpagecol {
  background-color: #1f9878;
  color: #fff;
}

.eventtable_container {
  border-bottom: #3c3c3c solid 2px;
  float: left;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}

.eventtable {
  width: 100%;
  margin-bottom: 5px;
}

.eventrowhead {
  text-align: left;
}

.eventrowhead th{
  padding: 0px 3px 3px 3px;
  width: 30%;
}

.eventrowhead th:first-child{
  padding: 0px 3px 3px 3px;
  width: 15%;
}

.eventrowdata {
  text-align: left;
  
}

.eventrowhead td{
  padding: 0px 3px 3px 3px;
}

/* Section Indicators */

div.sectind {
  background-color: orangered;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  /* float: left; */
  font-family: "Roboto", sans-serif;
  font-size: 1.3em;
  margin-right: 10px;
  padding: 5px 10px;
  vertical-align: middle;
}

.optional {
  color: rgb(146, 20, 20);
}

.subjlen {
  font-size: 1.1em;
  text-align: right;
  width: 90%;
}

.required {
  color: red;
}
/* Ticket Priority */

.form-priority {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.ticketpriority ul {
  border-left: #1f6698 solid 1px;
  border-right: #1f6698 solid 1px;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.ticketpriority ul li {
  display: inline-block;
  position: relative;
}

.ticketpriority ul li p {
  color: #333;
  font-size: 1.1em;
  margin: 0px;
  padding: 9px 10px;
}

.ticketpriority ul li label {
  font-size: 1em;
  display: inline-block;
  margin: 5px 0px;
  padding: 4px 10px;
}

.ticketpriority ul li label:hover {
  background-color: #4ab4ff;
  border-radius: 5px;
  cursor: pointer;
}

.ticketpriority ul li input[type="radio"] {
  display: none;
}

.ticketpriority ul li input[type="radio"]:checked+label.p-green {
  background-color: #02c919;
  border-radius: 5px;
  color: #fff;
}

.ticketpriority ul li input[type="radio"]:checked+label.p-amber {
  background-color: #c98002;
  border-radius: 5px;
  color: #fff;
}

.ticketpriority ul li input[type="radio"]:checked+label.p-red {
  background-color: #c90202;
  border-radius: 5px;
  color: #fff;
}


.ticketpriority_usr ul {
  border-left: #1f6698 solid 1px;
  border-right: #1f6698 solid 1px;
  margin: 0px;
  position: relative;
}

.ticketpriority_usr ul li {
  display: inline-block;
  position: relative;
  font-size: 1em;
  margin: 0px;
}

.ticketpriority_usr ul li:nth-of-type(2) {
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  margin: 2px;
}

.ticketpriority_usr ul li p {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin: 0px;
  padding: 4px 7px;
}

.ticketpriority_usr .p-green {
  background-color: #02c919;
  border-radius: 5px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin: 5px;
  padding: 4px 10px;
}

.ticketpriority_usr .p-amber {
  background-color: #c98002;
  border-radius: 5px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  margin: 5px;
  padding: 4px 10px;
}

.ticketpriority_usr .p-red {
  background-color: #c90202;
  border-radius: 5px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  margin: 5px;
  padding: 4px 10px;
}

.ticketpriority_usr .p-grey {
  background-color: #a9a9a9;
  border-radius: 5px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  display: none;
}

/* Current Active */

.ticketpriority ul li.current {
  background-color: #ac0505;
  border-radius: 5px;
  color: #fff;
  right: 20px;
  margin: 5px;
  padding: 4px 10px;
  position: absolute;
}

.ticketpriority_usr ul li.current {
  background-color: #ac0505;
  border-radius: 5px;
  color: #fff;
  right: 20px;
  margin: 5px;
  padding: 4px 10px;
  position: absolute;
}

/* Tech List */

div.techs {
  background-color: #fff;
  border-top: 1px #000 solid;
  margin: 0px -8px;
  margin-bottom: -8px;
  padding: 10px 0px 8px 0px;
}

div.techs ul.techslist {
  list-style: none;
}

div.techs ul.techslist li{
  background-color: #c1c1c1;
  border-radius: 10px;
  color: #3f3f3f;
  display: inline-block;
  font-size: 0.8em;
  padding: 2px 10px;
  text-align: center;
  margin-right: 5px;
}


div.techs ul.techslist li:nth-of-type(1) {
  background-color: #87cefa;
  color: #000;
  font-weight: bold;
  margin-left: 10px;
}
div.techs ul.techslist li:nth-of-type(2) {
  background-color: #fac687;
}

div.techs ul.techslist li:last-of-type {
  margin-right: none;
}

/* Triage */

.issues {
  font-size: 1.3em;
  margin: 0px 0px;
  padding: 5px 0px;
  vertical-align: middle;
}

.namedrop {
  display: inline-block;
  font-size: 1.3em;
  margin: 0px 0px;
  padding: 5px 0px;
  vertical-align: middle;
}


ul.triage_set1, ul.triage_set2 {
  margin-bottom: 10px;
  width: 100%;
}

ul.triage_set1 li {
  list-style: none;
  display: inline-block;
}

ul.triage_set2 li {
  display: inline-block;
}

ul.triage_set3 li {
  display: block;
}

ul.triage_set1 li label {
  background-color: lightgray;
  border-radius: 5px;
  display: inline-block;
  margin: 5px 5px;
  padding: 5px 10px;
}

ul.triage_set2 li label {
  border: solid 1px darkgray;
  border-radius: 5px;
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
}

ul.triage_set1 li input[type="radio"] {
  display: none;
}

ul.triage_set2 li input[type="checkbox"] {
  display: none;
}

ul.triage_set2 li label:hover {
  background-color: #1f6698;
  border-radius: 5px;
  color: #fff;
}

ul.triage_set1 li label:hover {
  background-color: #ffa500;
  border-radius: 5px;
  color: #fff;
}

ul.triage_set1 li input[type="radio"]:checked+label {
  background-color: #ffa500;
  border-radius: 5px;
  color: #fff;
}

ul.triage_set2 li input[type="checkbox"]:checked+label {
  background-color: #ff0044;
  border-radius: 5px;
  color: #fff;
}

ul.triage_set2 li input[type="text"] {
  border: 1px #000 solid;
  font-size: 1.2em;
  height: 40px;
  padding: 0px 10px;
}

ul.triage_set3 li input[type="text"] {
  border: 1px #000 solid;
  font-size: 1.2em;
  height: 40px;
  margin-left: 10px;
  padding: 0px 10px;
}

ul.triage_set3 li input[type="date"] {
  border: 1px #000 solid;
  margin-left: 10px;
  padding: 0px 10px;
  display: inline-block;
}

ul.triage_set3 li .compdatemin {
  color: #ff0000;
  margin-top: 0px;
  padding: 0px 14px;
}

/* Ticketview Notification */
.ticketnotice {
  background-color: #567d7d;
  color: #fff;
  border: teal solid 1px;
  border-radius: 5px;
  margin: 10px auto;
  padding: 0px;
  position: relative;
  width: 90%;
}

table.notiftable {
  color: #fff;
  position: relative;
}

table.notiftable td {
  vertical-align: top;
  padding: 4px;
}

table.notiftable tr {
  vertical-align: top;
}

.warn {
  background-color: #8e2a2a;
  border: 1px solid #8e2a2a;
}

.ticketnotice span {
  display: inline-block;
  margin: auto auto;
  padding: 5px;
  width: 95%;
}

.nonotice {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}



/* Notes last update table */

.noteslist {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.notestitle {
  font-size: 1.1em;
  text-align: center;
  margin-top: 5px;
}

div.notesep {
  display: block;
  position: relative;
}

figure.lognotes{
  background-color: #add8e6;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  margin-left: auto;
  width: 45%;
}
figure.lognotestech{
  background-color: #e6c8ad;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  width: 45%;
}
figcaption.notesdate {
  background-color: rgb(62, 62, 62);
  border-radius: 10px;
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}

figcaption.notessig {
  color: rgb(62, 62, 62);
  position: relative;
  text-align: right;
}

.notestable {
  margin-bottom: 20px;
  width: 100%;
} 

.notestable th {
  background-color: #1f6698;
  color: fff;
  font-size: 1.1em;
  font-weight: 900;
  padding: 4px 10px;
  text-align: left;
  vertical-align: text-top;
}
.notestable td {
  margin: 0px;
  padding: 0px;
}

.notestable tr:nth-child(odd) {
  background-color: rgb(218, 218, 218);
}

.notestable td:nth-of-type(1) {
  padding: 0px 10px 5px 10px;
  vertical-align: text-top;
  width: 30%;
}
.notestable td:nth-of-type(2) {
  padding: 0px 10px 5px 10px;
  vertical-align: text-top;
  width: 10%;
}
.notestable td:nth-of-type(3) {
  padding: 0px 10px 5px 10px ;
  vertical-align: text-top;
  width: 10%;
}



/* New Ticket Message */

.newticketmsg {
  background-color: darkgray;
  color: #fff;
  display: none;
  height: 180px;
  margin: 0 auto;
  padding: 10px;
  position: static;
  top: 0px;
  width: 580px;
  overflow: hidden;
  z-index: 1000000;
}

/* Ticket Search Results */

.ticketresult {
  background-color: darkgray;
  color: #fff;
  display: none;
  height: 180px;
  margin: 0 auto;
  padding: 10px;
  position: static;
  top: 0px;
  width: 580px;
  overflow: hidden;
  z-index: 1000000;
}

i.fas.fa-search-plus {
  border: none;
  /* color: red; */
  display: inline-block;
  font-size: 1em;
  position: relative;
}

/* Tabs */

.tab1, .tab2, .tab3 {
  display: block;
  position: relative;
  width: 100%;
}

.tab-options {
  display: block;
  margin-top: 10px;
  position: relative;
  width: 100%;
}

.tab-options ul{
  width: 100%;
}

.tab-options ul li{
  display: inline-block;
  text-align: center;
  margin: 0px;
}

.form-taboptions {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.tab-options ul li a {
  background-color: #1f6698;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 10px;
  width: 140px;
  text-decoration: none;
}

.tab-options ul li a:hover {
  background-color: #a9a9a9;
  text-decoration: underline;
} 

.tab-options ul li a.tabselected {
  background-color: #4ab4ff;
}

.tab-options ul li a.tabselected:hover {
  text-decoration: none;
}

.tabs-adduser {
  display: block;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}

.tabs-importuser {
  display: block;
  padding-bottom: 30px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.tabs-userdetails {
  display: block;
  float: none;
  clear: both;
  position: absolute;
  width: 100%;
  top: 0px;
}

.tabs-authusers {
  display: block;
  float: none;
  clear: both;
  position: absolute;
  width: 100%;
  top: 0px;
}

/* CSV Definition */

.csvformat {
  border: #1f6698 solid 1px;
  padding: 10px 5px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.csvformat h4 {
  font-size: 1.4em;
  margin: 0px;
}

.csvformat ul {
  list-style: none;
}

.csvformat ul li {
  display: inline-block;
  width: 15%;
}

.csvheads {
  font-weight: bold;
}

/* User List */

.users, .useracc, .userimp {
  box-sizing: border-box;
  background-color: #fff;
  border: #1f6698 solid 1px;
  display: block;
  padding: 0px 0px;
  width: 100%;
}

.pad {
  padding: 0px 35px;
}

.users {
  border: none;
}

.userlist {
  border-collapse: collapse;
  margin: 0px 0px 0px 0px;
  width: 100%;
}

.usertablehead {
  background-color: #4ab4ff;
  color: #fff;
}

.userlist th {
  text-align: left;
  padding: 6px;
}

.userlist tr {
  text-align: left;
  padding: 6px;
}

.userlist td {
  text-align: left;
  padding: 6px;
  vertical-align: top;
}

.userlist th:nth-of-type(1), .userlist th:nth-of-type(7), .userlist th:nth-of-type(8), th:nth-of-type(9) {
  text-align: center;
}

.userlist td:nth-of-type(1) {
  text-align: center;
  width: 50px;
}

.userlist td:nth-of-type(2) {
  width: 150px;
}

.userlist td:nth-of-type(6) {
  width: 200px;
}

.userlist td:nth-of-type(7) {
  text-align: center;
}

.userlist td:nth-of-type(8) {
  text-align: center;
}

.userlist td:nth-of-type(9) {
  text-align: center;
}


.userlist td:nth-of-type(10) {
  text-align: center;
}

td.tdnopad {
  position: relative;
  padding: 0px;
  margin: 0px;
}

div.useroptssect {
  border-bottom: darkgray 1px solid;
  border-radius: 5px;
  margin: 1px;
  padding: 5px;
  margin-bottom: 5px;
}

.userentry {
  padding: 0px;
  margin: 0px;
}

label.mactlabel{
  display: inline-block;
  height: 20px;
  width: 20px;
}

.actuserradio {
  display: none;
}

td.saveit, th.saveit, th.selectit, td.selectit {
  text-align: center;
}

th.saveit, th.checkit, th.selectit {
  width: 80px;
}

.actuser {
  background-color: #ff0000;
  border-radius: 50%;
  height: 10px;
  margin: 0px auto;
  padding: 2px;
  width: 10px;
}

.actenable {
  background-color: #008000;
  border-radius: 50%;
  height: 20px;
  margin: 0px auto;
  padding: 5px;
  width: 20px;
}

.actuserwait_ud {
  box-sizing: border-box;
  background-color: #ffb300;
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  margin: 5px auto;
  padding: 10px;
  width: 5px;
  align-content: center;
}

.actuser_ud {
  box-sizing: border-box;
  background-color: #ff0000;
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  margin: 5px auto;
  padding: 10px;
  width: 5px;
  align-content: center;
}

.actenable_ud {
  box-sizing: border-box;
  background-color: #008000;
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  margin: 5px auto;
  padding: 10px;
  width: 5px;
  align-content: center;
}


.usertext {
  border: lightgrey 1px solid;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 4px;
  width:100%;
}

.usroptlist {
  background-color: #3d5774;
  height: 25px;
  list-style: none;
  margin: 0px;
  text-align: center;
  overflow: hidden;
}

.usroptlist:hover {
  background-color: #3d5774;
  height: fit-content;
  list-style: none;
  margin: 0px;
  text-align: center;
  overflow: hidden;
}

.usroptlist span{
  background-color: #3c3c3c;
  color: #fff;
  display: Block;
  font-size: 0.8em;
  margin: 2px 0px;
  text-align: center;
}

.usroptlist span.usrmenuopts {
  background-color: #0b4388;
}

.usroptlist span.usrmenuopts > div {
  display: inline-block;
  font-size: .6em;
}

.authchange {
  background-color: #185bae;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 1em;
  margin: 0 auto;
  min-width: 120px;
  padding: 4px 2px;
  width: 120px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.authchange:hover {
  background-color: #808080;
}

.accactivate {
  background-color: #18ae3b;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 1em;
  margin: 0 auto;
  min-width: 120px;
  padding: 4px 2px;
  width: 120px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.accactivate:hover {
  background-color: #808080;
}

.accinactive {
  background-color: #808080;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 1em;
  margin: 0 auto;
  min-width: 120px;
  padding: 4px 2px;
  width: 120px;
  text-align: center;
  vertical-align: middle;
}

.deletesect {
  background-color: #9f0000;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 1em;
  margin: 0 auto;
  min-width: 100px;
  padding: 4px 0px;
  position: absolute;
  right: 6px;
  bottom: 8px;
  width: 120px;
  text-align: center;
  vertical-align: middle;
}

input.usertext:read-only {
  color: #acacac;
}

.usertext:hover {
  background-color: rgb(211, 235, 250);
}

.userradio {
  padding: 0px;
  margin: 10px 4px;
  align-content: center;
}

.delradio {
  margin: 0px 4px;
}

.userradio-assign {
  padding: 0px;
  margin: 10px 4px;
  align-content: center;
}

.userradio-status {
  padding: 0px;
  margin: 10px 4px;
  align-content: center;
}

.updateuser {
  background-color: #1f6698;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 1em;
  margin: 0 auto;
  min-width: 120px;
  padding: 3px 0px 3px 0px;
  width: 120px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.updateuser-disabled {
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  margin: 0 auto;
  width: 120px;
  padding: 4px 0px;
  width: 120px;
  text-align: center;
  vertical-align: middle;
}


.updateuser:hover {
  background-color: #598bc4;
  text-decoration: underline;
}

.userlabels {
  padding-right: 5px;
  text-align: right;
  width: 100px;
}

.pwdlb {
  width: 150px;
}

.pwdtxt {
  width: 90%;
}

.btnplacehold {
  text-align: right;
}

.accactive {
  margin: 10px 4px;
}

/* Add Users */

.adduser {
  background-color: #ffa500;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1em;
  margin: 0px;
  margin-left: auto;
  margin-top: 10px;
  margin-right: 10px;
  right: 20px;
  text-align: center;
  text-decoration: none;
  padding: 6px;
  width: 120px;
}

.adduser:hover {
  background-color: gray;
}

.usrdetailstools {
  box-sizing: border-box;
  background-color: #1f6698;
  display: block;
  width: 100%;
  padding: 10px 10px;
  position: relative;
}

.usrdetailstools ul {
  list-style: none;
}

.usrdetailstools ul li {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  margin: 5px;
}

.usrdetailstools ul li a {
  background-color: orange;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1em;
  margin: 0px;
  margin-left: auto;
  margin-top: 10px;
  right: 20px;
  text-align: center;
  text-decoration: none;
  padding: 6px;
  width: 120px;
}

.usrdetailstools ul li a:hover {
  background-color: gray;
}

.usrdetailstools ul li input.usersearchtxt {
  border-radius: 5px;
  font-size: 1.2em;
  padding: 4px 2px;
  text-align: center;
  
}

.usrdetailstools ul li span.divider {
  color: #b8b8b8;
}

.usrdetailstools ul li .searchusrs {
  background-color: #4ab4ff;
  border-radius: 5px;
  color: #fff;
  font-size: 1em;
  margin: 0px;
  padding: 8px 2px;
  width: 120px;
}

.usrdetailstools ul li .searchusrs:hover {
  background-color: #ffa500;
}

.usrdetailstools ul li .searchclr {
  background-color: #8951b1;
  border-radius: 5px;
  color: #fff;
  font-size: 1em;
  margin: 0px;
  padding: 8px 2px;
  width: 120px;
}

.usrdetailstools ul li .searchclr:hover {
  background-color: #828281;
}

.usrdetailstools ul li .sorttxt {
  color: #fff;
  font-weight: bold;
}


/* User Sorting */

.usrdetailstools ul li input[type="radio"].sortorderasc {
  display: none;
}
.usrdetailstools ul li label.sortorderasclabel {
  background-color: #8f8f8f;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  text-align: center;
  padding: 4px 4px;
  width: 80px;
}

.usrdetailstools ul li input[type="radio"].sortorderdesc {
  display: none;
}

.usrdetailstools ul li label.sortorderdesclabel {
  background-color: #8f8f8f;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  text-align: center;
  padding: 4px 4px;
  width: 80px;
}

.usrdetailstools ul li input[type="radio"].sortorderdesc:checked+label {
  background-color: #ff4adb;
}

.usrdetailstools ul li input[type="radio"].sortorderdesc {
  display: none;
}

.usrdetailstools ul li input[type="radio"].sortorderasc:checked+label {
  background-color: #ff4adb;
}

/* Account Key */
.ulaccountkey {
  background-color: #1f6698;
  color: #fff;
  padding: 0px 15px;
}

.ulaccountkey .accountkey {
  background-color: #4ab4ff;
  border-radius: 10px;
  font-weight: bold;
}

.ulaccountkey li {
  border-radius: 10px;
  display: inline-block;
  list-style: none;
  Padding: 10px 10px;
}

.ulaccountkey .acckey1 {
  background-color: #008000;
  margin: 0px 5px;
}

.ulaccountkey .acckey2 {
  background-color: #ffb300;
  margin: 0px 5px;
}

.ulaccountkey .acckey3 {
  background-color: #ff0000;
  margin: 0px 5px;
}

/* Import Users */
.importforms {
  border: 1px solid orange;
  box-sizing: border-box;
  height: 90px;
  margin: 0px;
  margin-bottom: 10px;
  padding: 5px;
  position: relative;
  width: 100%;
}

.userimportfrm, .alluserimportfrm {
  margin: 0px;
}

table.import th {
  font-size: 1.2em;
  padding: 0.3em 0.6em;
  text-align: left;
}

table.import td {
  padding: 0.3em 0.6em;
}

table.import tr:nth-child(even) {
  background-color: #c7e0e3;
}

.importuser {
  background-color: #ffa500;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1em;
  margin: 0px;
  margin-left: auto;
  margin-top: 10px;
  margin-right: 10px;
  left: 10px;
  text-align: center;
  text-decoration: none;
  padding: 6px;
  position: absolute;
  width: 121px;
}

.importuser:hover {
  background-color: gray;
}

.addallusers {
  background-color: #ffa500;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1em;
  margin: 0px;
  margin-left: auto;
  margin-top: 10px;
  margin-right: 10px;
  left: 140px;
  text-align: center;
  text-decoration: none;
  padding: 4px;
  position: absolute;
  width: 121px;
}

.addallusers:hover {
  background-color: gray;
}

.nousers {
  background-color: gray;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1em;
  margin: 0px;
  margin-left: auto;
  margin-top: 10px;
  margin-right: 10px;
  left: 140px;
  text-align: center;
  text-decoration: none;
  padding: 4px;
  position: absolute;
  width: 121px;
}

.userimp {
  padding: 5px 10px 0px 10px;
  position: relative;
}

.impcontainer {
  border-top: 3px solid #a9a9a9;
}



.table-importdata {
  margin-top: 10px;
  padding: 5px;
  position: relative;
  width: 100%;
}

.table-importdata th {
  border-radius: 5px;
  font-size: 1.2em;
  padding: 5px;
  text-align: left;
}

.table-importdata td {
  padding: 5px;
}

.table-importdata tr:nth-of-type(odd) {
  background-color: #ededed;
}

.table-importdata tr:nth-child(1) {
  background-color: #ffa500;
  color: #fff;
}

.table-importdata th:nth-child(1) {
  width: 200px;
}

.table-importdata th:nth-child(2) {
  width: 500px;
}

.table-importdata th:nth-child(3) {
  width: 250px;
}

.table-importdata th:nth-child(4) {
  width: 250px;
}

.table-importdata th:nth-child(5) {
  text-align: center;
}

.table-importdata th:nth-child(6) {
  text-align: center;
}

.table-importdata td:nth-child(5) {
  text-align: center;
}

.table-importdata td:nth-child(6) {
  text-align: center;
}

.table-importdata th .addallimpuusers {
  background-color: #ffa500;
  color: #fff;
  font-size: 1.2em;
}

.addimpuser {
  background-color: #026329;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 1.1em;
  padding: 4px 15px;
}

.existimpuser {
  background-color: #540e0e;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 1.1em;
  padding: 4px 5px;
  margin: 0px auto;
  width: 120px;
}



/* Status */

.welcome {
  color: #1f6698;
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 0px;
}

.welcomeid {
  color: #242424;
  font-size: 0.8em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.role {
  color: #242424;
  font-size: 0.8em;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

.welcomeuser {
  background-color: #fff;
  box-sizing: border-box;
  border: #1f6698 solid 1px;
  border-radius: 10px;
  margin-top: 10px;
  padding: 0px 15px;
  position: relative;
  z-index: 10;
}

.tickupds {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 0.8em;
  height: 30px;
  top: 6px;
  right: 10px;
  position: absolute;
  overflow: hidden;
  width: 30px;
}

.tickupds span {
  align-items: stretch;
  align-content: stretch;
  margin: 0px;
  padding: 6px 0px 4px 0px;
  text-align: center;
  width: 30px;
}

.statsuser {
  background-color: #fff;
  box-sizing: border-box;
  border: #1f6698 solid 1px;
  border-radius: 10px;
  margin-top: 10px;
  padding: 0px 15px;
  position: relative;
  z-index: 10;
}

.status {
  background-color:  #fff;
  box-sizing: border-box;
  border: #1f6698 solid 1px;
  padding: 10px 10px;
  position: relative;
}

span.stats {
  box-sizing: border-box;
  color: #242424;
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 0px;
  text-align: center;
  padding: 0 5px;
  width: 100%;
}

span.ticketstats {
  box-sizing: border-box;
  color: #242424;
  display: block;
  font-size: 1em;
  text-align: right;
}

span.ticketstats span{
  background-color: indigo;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  height: 24px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  /* padding: 0 5px; */
  padding: 2px 10px;
  vertical-align: middle;
  width: 120px;
}

span.ticketstats span:first-of-type {
  margin-top: 10px;
}

.tick-stats {
  margin: 2px 0px;
  text-align: center;
}

.tick-stats > summary {
  list-style: none;
  outline: none;
  text-align: center;
}

span.active {
  background-color: #b00000;
  border-radius: 5%;
  color: #fff;
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: 0px auto;
  margin-bottom: 5px;
  text-align: center;
  width: 90%;
}

span.closed {
  background-color: #43b000;
  border-radius: 5%;
  color: #fff;
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: 0px;
  margin: 0px auto;
  margin-bottom: 5px;
  text-align: center;
  width: 90%;
}

.closedlist {
  list-style: none;
  position: relative;
}

.closedlist li {
  background-color: rgb(240, 240, 240);
  border-radius: 10px;
  text-align: center;
  padding:2px 0px;
  margin: 4px 0px;
}

/* Status Symbol */

div span.stbadge {
  color: #fff;
	background-color: #a9a9a9;
  border-radius: 50%;
  border: 3px solid #fff;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 900;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
	text-align: center;
	width: 20px;
}

.status span.stdetail {
  display: inline-block;
  width: 80%;
}



/* Status Badge Indicators */

div span.stbadge.down {
  background-color: #ff0000;
  vertical-align: middle;
}

div span.stbadge.investigating {
  background-color: #eec624;
  vertical-align: middle;
}

div span.stbadge.down72 {
  background-color: #b15e06;
  vertical-align: middle;
  position: relative;
}

div span.stbadge.down72 span.gt72 {
  background-color: #fff;
  display: inline-block;
  height: 8px;
  top: 6px;
  position: relative;
  width: 8px;
}

div span.stbadge.fixed {
  background-color: #1b921b;
  vertical-align: middle;
}

/* New Status Display */
.statuslist_cont{
  /* height: 55px; */
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.newstatush3 {
  border-radius: 10px 10px 10px 10px;
  display: inline-block;
  font-size: 1.1em;
  position: relative;
  width: 115px;
}

.liststatuses {
  display: inline-block;
  list-style: none;
  margin-left: 5px;
  position: relative;
}

ul.liststatuses li {
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  list-style: none;
  padding: 7px 10px;
  text-decoration: none;
}

/* Public Tickets */
.ticketupdates li h4 {
  background-color: #e60000;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0px;
  margin-top: 10px;
  padding: 2px 10px;
}

.ticketupdates ul.publictickets li.ictissues {
  background-color: #ffcbcb;
  border-radius: 10px;
  margin: 5px 0px;
  padding: 2px 32px;
}

.ticketupdates ul.publictickets li.ictissues summary {
  outline: none;
}

/* No Ticket */

article.noticket {
  background-color: rgb(235, 235, 235);
  position: relative;
  width: 100%;
}

.noticketmess {
  color: #dcdcdc;
  display: block;
  font-size: 1.5em;
  text-align: center;
  margin-top: 20px;
}

.currstatus {
  display: inline-block;
}

/* Column */
/* Change 05 2022*/
.column {
  position: relative;
  display: inline-block;
  height: calc(100% - 55px);
  margin-left: 15px;
  margin-top: 25px;
  width: 300px;
  min-width: 300px;
}

.menunav {
  position: absolute;
}

.menunav aside {
  margin-top:10px;
}

.columnnav {
  box-sizing: border-box;
  /* position: absolute; */
  padding: 0px;
  margin:  0px;
  width: 300px;
}

.columnnav {
  border: #1f6698 1px solid;
  border-radius: 5px;
  color: #1f6698;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0px 2px;
  margin-top: 10px;
  /* margin-bottom: 10px; */
  padding: 5px;
  text-align: center;
  text-decoration: none;
  width: 142px;
}

.columnnav:hover {
  background-color: #1f6698;
  color: #fff;
}

input[type="radio"]:checked+label.userlabel {
  background-color: transparent;
  color: #fff;
}

input[type="radio"]:checked+label {
  background-color: #1f6698;
  color: #fff;
}

input[type="radio"]:checked+label+div {
  visibility: visible;
}

input[type="radio"]+label+div {
  visibility: hidden;
}

.column input[type="radio"] {
  display: none;
}

/* Bookmark */

.bookmark {
  background-color: #fff;
  box-sizing: border-box;
  border: #1f6698 solid 1px;
  padding: 10px 10px;
  position: relative;
  width: 100%;
}

/* .bookmark, .pages {
  background-color: #fff;
  box-sizing: border-box;
  border: #1f6698 solid 1px;
  padding: 10px 10px;
  position: relative;
  width: 100%;
} */

/* Bookmark Symbol */

div span.bmbadge {
	color: #fff;
	background-color: #4ab4ff;
	border-radius: 50%;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 900;
  height: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
	text-align: center;
  vertical-align: middle;
	width: 28px;
}

.bookmark > span.bmdetail {
  position: absolute; 
  display: block;
}



/* Pages */

.pageoverride {
  background-color: transparent;
  height: auto;
  position: relative;
}

.pages {
  display: inline-block;
}

.bottom {
  clear: both;
  border: none;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}

a.pagedisplay {
  border-radius: 10px;
  display: block;
  padding: 5px 10px;
}

.bottom a.pagedisplay {
  text-align: center;
  display: inline-block;
  width: 60px;
}

.color {
  background-color: #1f6698;
  color: #fff;
  margin: 0px 10px 10px 10px;
}

.color2 {
  color: #1f6698;
  text-decoration: none;
  margin: 0px 10px 0px 10px;
}

.pageselect {
  font-weight: bold;
  text-decoration: none;
}

.pageselect2:after {
  content: " <<<";
  text-decoration: none;
}


.useroptions {
  background-color: #fff;
  box-sizing: border-box;
  border: #1f6698 solid 1px;
  padding: 10px 10px;
  position: relative;
}


/* Page Top Page Numbers */

.pagepos {
  display: inline-block;
  position: absolute; 
  right: 5px;
}

.pagetop {
  color:lightgray;
  position: relative; 
  text-decoration: none;
}

.pagebottom {
  color:lightgray;
  position: relative; 
  text-decoration: none;
}
#page_bottom {
  position: absolute;
  bottom: 0px;
}

.pagetop:hover {
  text-decoration: underline;
}

ul.toppages li {
  display: inline-block;
  margin-bottom: 10px;
}

ul li .pagedisplaytop {
  border-radius: 5px;
  font-size: 0.8em;
  text-align: center;
  display: inline-block;
  padding: 4px 10px;
  margin: 10px 5px 0px 5px;
  /* width: 60px; */
}

.colortop {
  background-color: #464646;
  /* background-color: #1f6698; */
  color: #fff;
  /* margin: 0px 10px 10px 10px; */
}

.pageselecttop {
  font-weight: bold;
  text-decoration: none;
}

/* Footer - Colophon */

footer {
  background-color: rgba(10, 10, 10,0.6);
  bottom: -1px;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.6em;
  height: 32px;
  width: 100%;
  min-width: 980px;
  padding: 9px;
  position: fixed;
  z-index: 100;
}

footer ul li {
  color: #fff;
  display: inline;
  margin: 10px;
}

footer ul li a {
  color: #fff;
}


#public {
  background-color: rgb(84, 34, 109);
}

span.public {
  border-color: rgb(84, 34, 109);
}



#usernotice {
  background-color: yellow;
  border: #000 solid 1px;
  border-radius: 10px;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}

.dupaccount {
  background-color: #681515;
  color: #fff
}

span.testing1 {
  background-color: #fff;;
  border-radius: 5px;
  color:#ff0000;
  display: inline-block;
  font-size: 1.5em;
  padding: 5px;
  position:absolute;
  top: 10px;
  left: 10px;
  width: fit-content;
  vertical-align: middle;
}


/* Extra Edit Button */
.updatemyticket {
  /* background-color: #008000; */
  position: relative;
  width: 100%;
  height: 100px;
}

.updatemyticket .extraedit {
  background-color: purple;
  /* background-color: orange; */
  border-style: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.4em;
  text-align: center;
  text-decoration: none;
  margin: 0px auto;
  padding: 2px 4px;
  position: relative;
  width: 500px;
  height: 100px;
}

.updatemyticket .extraedit:before {
  font-family: "FontAwesome";
  font-size: 1em;
  content: "\f044";
  margin-right: 2px;
}

.updatemyticket .extraedit:hover {
  background-color: lightgrey;
}

/* End Extra Edit Button */

span.examticket {
  background-color: rgb(31, 132, 132);
  border-radius: 0px 10px 10px 0px;
  color: #fff;
  display: block;
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 10px;
  left:-8px;
  text-align: center;
  top: -4px;
  width: 500px;
}


@media screen and (max-width: 1080px) {
  
  article {
    width: 100%;
  }

  .ticketlist {
    float: none;
    clear: both;
    position: absolute;
    width: 98%;
  }

  .column {
    background-color: #ffffff;
    border: 4px solid #fff;
    border-radius: 10px 10px 0px 0px;
    clear: both;
    float: none;
    position: fixed;
    right: 0px;
    top: 62px;
    width: 35%;
    z-index: 1200;
  }

  aside h3:nth-of-type(1) {
    margin-top: 0px;
  }

  aside {
    position: relative;
    margin-bottom: 10px; 
  }  

  aside:last-child {
    margin-bottom: 0px; 
  }  

  .col {
    background-color: #4ab4ff;
    border: 4px solid #1f6698;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
    box-shadow:  -5px 5px 3px rgba(22, 76, 114, 0.6);
    padding: 10px 20px 20px 20px;
    position: fixed;
    top: 60px;
    right: 15px;
    width: 50%;
    z-index: 1200;
  }

  .fas.fa-bars {
    display: inline-block;
    font-size: 2.4em;
    position: relative;
    right: 15px;
    visibility: visible;
  }

  .fa-bars:hover {
    color: rgb(60, 60, 60);
  }

}


@media screen and (max-width: 415px) {
  
  article {
    width: 100%;
  }

  aside {
    position: relative;
    margin-bottom: 10px;
  }

  aside h3:nth-of-type(1) {
    margin-top: 0px;
  }

  .column {
    background-color: rgb(70, 96, 210);
    border: 4px solid #fff;
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    top: 116px;
    right: 20px;
    z-index: 1200;
  }

  .fas.fa-bars {
    font-size: 2.4em;
    position: absolute;
    right: 10px;
    visibility: visible;
  }

}

/* Hide/Visible */

.hide {
  display: none;
}

#hide {
  display: none;
}

.visible {
  visibility: hidden;
}
