
a {
    text-decoration: none;
	color: var(--digilan-primary-color);
}
a:hover {
    text-decoration: none;
	color: var(--digilan-primary-color);
}


.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}

.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.form-control:focus {
    border-color: #008e4788;
    outline: 0;
    box-shadow: 0 0 0 .25rem #008e4722;
}




.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius:.25rem
}

.bd-callout h4 {
    margin-bottom:.25rem
}

.bd-callout p:last-child {
    margin-bottom:0
}

.bd-callout code {
    border-radius:.25rem
}

.bd-callout + .bd-callout {
    margin-top:-.25rem
}

.bd-callout-info {
    border-left-color:#5bc0de
}

.bd-callout-warning {
    border-left-color:#f0ad4e
}

.bd-callout-danger {
    border-left-color:#d9534f
}

.bd-brand-logos {
    color:#7952b3
}

.bd-brand-logos .inverse {
    color: #fff;
    background-color:#7952b3
}

.bd-brand-item + .bd-brand-item {
    border-top:1px solid #fff
}

/* Fancy Inspiration:  https://codepen.io/Fahscinate/pen/cFJGB */
.digilan-shadow {
  position: relative;
  background-color: var(--bs-light);
  width: 50%;
  height: 1.5rem;
  padding: 20px 50px 40px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-bottom: 14px;
}
.digilan-shadow:after {
  z-index: -1;
  content: "";
  width: 80%;
  height: 50%;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: auto;
  background: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
}


.filedrop .dropzone {
    height: 180px;
}


@media screen {

    i.refresh {
        color: black;
    }

    h1 {
        color: var(--bs-success);
    }

}


/* LBM moved from /assets/css/theme.css and modded */
.thread-entry {
    margin-bottom: 35px;
}
.thread-entry.avatar {
    margin-left: 60px;
}
.thread-entry.response.avatar {
    margin-right: 60px;
    margin-left: 0;
}
.thread-entry > .avatar {
    margin-left: -74px;
    display:inline-block;
    width:64px;
    height: auto;
    border-radius: 5px;
}
.thread-entry.response > .avatar {
    margin-left: initial;
    margin-right: -74px;
}
img.avatar {
    border-radius: inherit;
}
.avatar > img.avatar {
    width: 100%;
    height: auto;
}
.thread-entry .header {
    padding: 8px 0.9em;
    /* border: 1px solid #ccc; */
    border-color: rgba(0,0,0,0.2);
    /* border-radius: 5px 5px 0 0; */
}
.thread-entry.avatar .header:before {
  position: absolute;
  top: 7px;
  right: -8px;
  content: '';
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  /* border-left: 8px solid #eeeeee; */
  display: inline-block;
}
.thread-entry.avatar .header:after {
  position: absolute;
  top: 7px;
  right: -8px;
  content: '';
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: inline-block;
  margin-top: 1px;
}

.thread-entry.avatar .header {
    position: relative;
}

.thread-entry.response .header {
    background:#dddddd;
}
.thread-entry.avatar.response .header:after {
    border-left: 7px solid #dddddd;
    margin-right: 1px;
}

.thread-entry.message .header {
    background: #eeeeee;
    /* color: rgba(255,255,255,0.9); */
    color:  var(--bs-secondary);
    background: linear-gradient(180deg, rgba(#fff, .25), rgba(#fff, 0));
}
.thread-entry.avatar.message .header:before {
    top: 7px;
    left: -8px;
    right: initial;
    border-left: none;
    border-right: 8px solid #eeeeee;
}
.thread-entry.avatar.message .header:before {
    /* border-right-color: #9cadcc; */
}
.thread-entry.avatar.message .header:after {
    top: 7px;
    left: -8px;
    right: initial;
    border-left: none;
    border-right: 7px solid #eeeeee;
    margin-left: 1px;
}

.thread-entry .header .title {
    max-width: 500px;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 15px;
}

.thread-entry .thread-body { 
    /* border: 1px solid #ddd; */
    border-top: none;
    border-bottom:0px solid #aaa;
    border-radius: 0 0 5px 5px;
}
.thread-body .attachments {
  background-color: #f4fffa;
  margin: 0 -0.9em;
  position: relative;
  top: 0.9em;
  padding: 0.3em 0.9em;
  border-top: 1px dotted #ccc;
  border-top-color: rgba(0,0,0,0.2);
  border-radius: 0 0 6px 6px;
}
.thread-body .attachments .filesize {
  margin-left: 0.5em;
}
.thread-body .attachments a,
.thread-body .attachments a:hover {
  text-decoration: none;
}
.thread-body .attachment-info {
    margin-right: 10px;
    display: inline-block;
    width: 90%;
}
.thread-body .attachment-info .filename {
  max-width: 80%;
  max-width: calc(100% - 90px);
}
.label {
  font-size: 11px;
  padding: 1px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label-bare {
  background-color: transparent;
  background-color: rgba(0,0,0,0);
  border: 1px solid #999999;
  color: #999999;
  text-shadow: none;
}
.thread-event {
    padding: 0px 2px 15px;
    margin-left: 60px;
}
.type-icon {
    border-radius: 8px;
    background-color: #f4f4f4;
    padding: 4px 6px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    font-size: 1.1em;
    border: 1px solid var(--bs-light);
    vertical-align: top;
}
.type-icon.dark {
    border-color: #666;
    background-color: #949494;
}
.thread-event img.avatar {
    vertical-align: middle;
    border-radius: 3px;
    width: auto;
    max-height: 24px;
    margin: -3px 3px 0;
}
.thread-event .description {
    margin-left: -30px;
    padding-top: 6px;
    padding-left: 30px;
    display: inline-block;
    width: 642px;
    width: calc(100% - 95px);
    line-height: 1.4em;
}
.thread-event .type-icon {
  position:relative;
}
.thread-event .type-icon::after {
  content: "";
  border: 16px solid white;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: -3px;
  right: 0;
  z-index: -1;
}
.thread-entry::after {
  content: "";
  border-bottom: 2px solid white;
  display: block;
}
.thread-entry::before {
  content: "";
  display: block;
  /* border-top: 2px solid white; */
}
#ticketThread::before {
  border-left: 1px solid var(--bs-secondary);
  border-bottom-color: rgba(0,0,0,0.1);
  position: absolute;
  margin-left: 74px;
  z-index: -1;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#ticketThread {
  z-index: 0;
  position: relative;
  border-bottom: 2px solid #ddd;
  border-bottom-color: rgba(0,0,0,0.1);
}

/* LBM REply */

#reply {
  margin-top: 5px;
  padding: 10px;
  /* background: #f9f9f9;
  border: 1px solid #ccc; */
}
#reply h2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px dotted rgba(0,0,0,0.1);
}
#reply > table {
  width: auto;
}
#reply table td {
  vertical-align: top;
}
#reply textarea {
  width: 628px !important;
}
#reply input[type=text],
#reply #response_options textarea {
  border: 1px solid #aaa;
  background: #fff;
}


.icon-light {
    color: #008e47!important;
}
/* LBM Let's try orientation lock on mobile */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}