.admins-orc {
  position: fixed;
  top: 0.7em;
  right: 8em;
  color: #da291c;
  background-color: white;
  box-shadow: var(--kendo-elevation-4, 0 8px 15px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
  font-size: 11pt;
  font-weight: bold;
  padding: 4px 15px;
  word-wrap: break-word; /* Breaks long words */
  white-space: normal;   /* Allows text to wrap */
  overflow-wrap: break-word;
  z-index: 999;
}

.admins-orc img {
  width:55px;
  height:55px;
  border-radius:50%;
  border: 6px solid #48d62f;
}

.admins-orc p {
  padding: 0;
}

.menuitem {
	vertical-align: super;
	font-size: 10px;
}
body {
  background-color: #FFFFFF;
  font-family: 'Montserrat';
  font-size: 10pt;
  margin: 0px;
}
table {
  width: 100%;
}
.tdleft {
text-align:left;
font-size:18px;
display: inline-block;
width: 40vw;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.tdright {
text-align:right;
font-size:14px;
}
.bottom-notice {
  position:fixed;
  bottom:0px;
  font-size: 10px;
  font-style: italic;
}
.top-notice {
  position:fixed;
  top:0px;
  font-size: 10px;
  font-style: italic;
  padding: 0px 5px;
}
.grid-container {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: auto;
  padding: 10px;
}
.grid-tasks {

  grid-gap: 5px;
  padding: 5px;	
}
.grid-tasks h1{
    text-align: center;
    vertical-align: middle;
    color: #60269F;
}

.IDD-Inactive-Transaction{
  background-color: #da291c !important;
}
.grid-item-top {
  border-radius: 10px;
  background-color: #60269F;
  border:1px solid #cecece;
  box-shadow: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
  padding: 10px;
  font-size: 30px;
  text-align: center;
}
.grid-item {
  border-radius: 8px;
  background-color: #FFFFFF;
  border: 1px solid #ddd2e7;
  padding: 5px;
  font-size: 18px;
  text-align: left;
  margin-bottom: 2px;
}
.grid-item:hover {
  background-color: #e8e6e9;
}

.miniinfo:hover {
  background-color: #fcf9fd;
}

.miniinfo:hover tr:hover {
  background-color: #e8e6e9;
}

.grid-item:hover .miniinfo:hover .task-items:hover {
  background-color: #e8e6e9;
}

a:link, a:visited, a:hover, a:active  {
  color: black;
  text-decoration: none;
}
.miniinfo {
	border:0px;
	width:100%;
  padding:5px;
}

.task-items td {
  border-bottom:1px dashed #cecece;
  font-size: small;
  padding: 4px;
}

.task-item-status {
  width: 6em;
}

.task-item-title {
  width: 65%;
}

.pagination-tasks {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
}
.pagination-tasks button {
  padding: 5px 10px;
  margin: 0 3px;
  cursor: pointer;
  outline: 1px solid #60269F;
  border-radius: 1px;
  border: none;
}

.pagination-tasks button:hover {
  background-color: #60269F;
  color: #FFFFFF;
}

.hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.pagination-tasks button.active  {
  background-color: #60269F;
  color: white;
}

.tasks-container #recordLabel-services {
  float: right;
  padding: 5px;
  font-size: 11pt;
  font-weight: 400;
  color: #60269F;
  margin-top: -1.5%;
}

input[type=submit], input[type=button], .btn-submit {
  background-color: #60269F;
  border:none;
  color:white;
  padding: 5px 7px;
  text-decoration: none;
  margin: 3px 3px;
  cursor:pointer;
  border-radius: 5px;
  box-shadow:2px 2px 4px #cecece;
}
input[type=submit]:hover {
  box-shadow:2px 4px 6px grey;
  background-color: #7c56b4;
}
#loginForm #searchBox {
  text-align: center;
}

#searchBox:focus {
  border:1px solid #60269F;
  outline: none;
  box-shadow: 1px 2px 6px #7e52b2;
}

#loginForm button:hover {
  box-shadow: 1px 2px 8px #7e52b2;
}
#loginForm #searchBox {
  outline: none;
  border: none;
  border-bottom: 3px solid #60269F;
}

form {
	margin-block-end: 0;
}
.orcBubble {
	position:absolute;
	top: 123px;
	z-index:-1;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    width: 500px; /* Could be more or less, depending on screen size */
	  height: 340px;
	  border-radius:4px;
    border: #ddd2e7;
}

.modal-content-delete {
	height: 160px !important;
  background-color: #e8e6e9;
  color: black;
}

.modal-content-pin {
	height: 190px !important;
  width: 280px !important;
  background-color: #fefefe;
}

.modal-content-dashboard {
	height: 60% !important;
  width: 80% !important;
  background-color: #fefefe;
}

.modal-content input, .modal-content select {
  outline: none !important;
  border: none !important;
  border-bottom: 3px solid #7e52b2 !important;
  font-size: medium;
  margin: 3px;
}

.modal-content input:focus, .modal-content select:focus {
  border-bottom: 3px solid #0e8b14 !important;
}

/* The Close Button */
.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-form-input{
	padding:5px;
	margin-bottom:3px;
	width:500px;
}
.modal-form-input-label{
	font-weight:Bold;
	width: 200px;
	text-transform: uppercase;
}

#message-box {
  position: fixed;
  width: 270px;
  height: 100%;
  left: 0px;
  bottom: 30px;
  text-align: center;
  padding: 5px;
  pointer-events: none;
  display: flex;
  flex-flow: column-reverse;
}

.message {
  width: 200px;
  height: 20px;
  padding: 5px;
  top: 5px;
  margin-bottom: 5px;
  margin-right: 5%;
  opacity: 0;
  visibility: hidden;
  /* margin-top: 10px; */
  pointer-events: auto;
  text-align: center;
  vertical-align: middle;
  font-size: 9pt;
  border-radius: 5px;
  box-shadow: 2px 4px 6px grey;
}
#message-box .success {
  background: #60269F;
  color: #fff;
}

#message-box .information {
  background: #0c9244;
  color: #fff;
}

#message-box .error {
  background: #da291c;
  color: #fff;
}

.fade-in {
  visibility: visible;
  opacity: 1;
  animation: fadein 0.5s;
}

.fade-out {
  visibility: visible;
  opacity: 1;
  animation: fadeout 2.5s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fa-xmark{
  color:#da291c;
}

.fa-gear{
  color:#dfc42a;
}

.fa-circle-check{
  color:#0cb330;
}
.fa-key {
  color: #FFD700;
}

.testdeletedData , .testupdatedData, .task-item-delete, .task-item-update, .create-transpage {
  color:#fefefe;
  border:none;
  padding:5px;
  cursor:pointer;
  box-shadow:2px 2px 4px #cecece;
}

.testdeletedData {
  background-color: #da291c;
  width: 80px;
}

.testupdatedData, .create-transpage {
  background-color: #7e52b2;
  width: 80px;
}

.task-item-delete {
  background-color: #da291c;
  width: 90px;
  font-size: 11pt;
  padding:8px;
  margin-top:5px;
}

.task-item-update {
  background-color: #7e52b2;
  width: 90px;
  font-size: 11pt;
  padding:8px;
  margin-top:5px;
}

.task-item-logout {
  background-color: #46088d;
  width: 90px;
  font-size: 11pt;
  color:#fefefe;
  border:none;
  padding:8px;
  cursor:pointer;
}

.task-item-logout:hover {
  background-color: #da291c;
}

.CustomerNameHolder {
  float: left;
  font-weight:bold;
  padding:10px;
  color:#46088d;
  font-size:14pt;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.automation-btn button {
  outline: none;
  border: 1px solid #60269F;
  color:#ffffff;
  padding: 5px;
  background-color: #7e52b2;
}

.automation-btn button:hover {
  background-color: #60269F;
}

#active-users{
  list-style: none;
  text-align: left;
  width: 100%;
  margin-top: -5px;
}

#active-users-label span{
  padding:4px;
  display:inline-block;
  background-color:#60269F;
  color:#FFF;
  width:20px;
  height:20px;
  border-radius:50%;
  text-align:center;
  font-size:11pt;
}

.orc-quote{
  font-size:12px;
  color:#fefefe;
  margin-left:5px;
}

.admin-logo{
  width:55px;
  height:55px;
  border-radius:10%; 
}

.service-customer-view {
  width:24px;
  height:24px;
  display:inline-block;
}

.service-admin-view {
  width:30px;
  height:30px;
}

.task-item-logout {
  background-color: #46088d;
  font-size: 9pt;
  color: #fefefe;
  border: none;
  padding: 7px 15px;
  cursor: pointer;
  border-radius: inherit;
}

.CustomerNameHolder {
  font-weight: bold;
  padding: 10px;
  color: #46088d;
  font-size: 14pt;
  position: absolute;
  top: 0.9em;
  left: 7.2em;
  box-shadow: inherit;
}
.grid-item-top {
  border-radius: 10px;
  background-color: #60269F;
  border: 1px solid #cecece;
  box-shadow: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
  padding: 10px 20px;
  font-size: 28px;
  text-align: center;
  width: fit-content;
  margin-bottom: .5em;
}

.top-bar-links{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 1em;
  padding: 15px 20px;
  background-color: white;
  box-shadow: var(--kendo-elevation-4, 0 8px 15px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
  display: inline-block;
  align-content: center;
  align-items: center;
}

.logout-customer{
  right: 15px;
  top: 1em;
  position: absolute;
  box-shadow: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
  border-radius: 5px;
}

.logout-customer .task-item-logout {
  background-color: #46088d;
  font-size: 9pt;
  color: #fefefe;
  border: none;
  padding: 7px 15px;
  cursor: pointer;
  border-radius: inherit;
}

.top-bar-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}


.login-prompt-customer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25%;
  padding: 100px 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: var(--kendo-elevation-4, 0 8px 15px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
  z-index: 1000;
}

.login-prompt-customer h1 {
  color:#60269F;
  font-size: 25pt;
  font-weight: bolder;
}
