body {
 background-image: url("/Images/bg.avif");
 background-repeat: no-repeat;
 background-attachment: fixed; 
 background-size: 100% 100%;
 background-color: #cccccc;

font-family: Arial, Helvetica, sans-serif;}

a { text-decoration: none; }

select.tl{
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 15px) calc(0.4em + 2px),
    calc(100% - 10px) calc(0.4em + 2px),
    calc(100% - 2.5em) 0.4em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.tl:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 10px) 0.5em,
    calc(100% - 15px) 0.5em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
input {
	width: 100%;
}
input[type=password] {
	border-radius: 6px !important;
}
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative; 
}

label {
  font-size: .80em;
  font-weight: 300;
  padding: 0 3px;
  font-style: oblique;
  margin-bottom: 1px !important;
}

img.trackilicious-svg {
  width: 348px;
}

img.avatar {
  width: 140px;
  border-radius: 50%;
}

/* The Modal (background) */
.tl-modal {
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  background-color: rgba(0,0,0,0.0); /* Black w/ opacity */
}

/* Modal Content/Box */
.tl-modal-content {
  -webkit-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.5);
  box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.5);
  padding:10px;
  background-color: rgb(200,200,200);
  margin: 10px auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  border-radius: 6px !important;
}

.my-ellipsis-sm {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:150px !important;
}
.my-ellipsis-md {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:250px !important;
}
.my-ellipsis-lg {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:350px !important;
}
.my-ellipsis-xl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:600px !important;
}

.cr {
  width: 600px;
  margin: auto;
}

.events-table th, 
.events-table td {
	padding: 10px;
  font-size: 1.25em;
  font-weight: 700;
  font-style: oblique;
  color: rgba(95,100,155,1);
}
.text-shadow-white {
  text-shadow: 0px 0px 1px white;
}
.text-shadow-black {
  text-shadow: 0px 0px 1px black;
}
.box-shadow-dark {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
}

.vignette {
  position: relative;
  display: inline-block;
}
.vignette:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
	background-color: transparent;
	background-image: -webkit-radial-gradient(transparent 55%, rgba(200,200,200,.99) 100%);
	background-image: -moz-radial-gradient(transparent 55%, rgba(200,200,200,.99) 100%);
	background-image: -o-radial-gradient(transparent 55%, rgba(200,200,200,.99) 100%);
	background-image: radial-gradient(transparent 55%, rgba(200,200,200,.99) 100%);
}
.glow {
  animation: glow 1s infinite alternate;
}
@keyframes glow {
  from {
    text-shadow: 0  0 0px white;
  }
  to {
    text-shadow: 0  0 4px yellow;
  }
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (min-width: 1600px) {
.tl-modal-content {
     width: 60%;/* Could be more or less, depending on screen size */
  }
}
@media screen and (min-width: 600px) {
.small-width {
  width:370px !important; 
}
}
@media screen and (max-width: 500px) {
.cr {
  width: 100%;
  margin: auto;
}

.small-width {
  width:318px !important;
}
.tl-modal-content {
  }
  span.password {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
img.trackilicious-svg {
  width: 378px;
}
img.avatar {
  width: 80px;
  border-radius: 50%;
}
}
