﻿
.otrs-logon-container {
    font-family: whitneymedium, Arial, Helvetica, sans-serif;
}

.otrs-menu-container {
  /*display: flex;*/
  display: none;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px; }

.otrs-href-button {
  color: #3ac1ef;
  padding: 10px;
  border: 1px solid #3ac1ef;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.otrs-href-button:hover {
  color: #ffffff;
  background-color: #3ac1ef; }

.otrs-menu-button {
  flex: 1;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 10px;
  padding-top: 15px;
  padding-bottom: 15px; }

.otrs-menu-button-selected {
  cursor: default;
  color: #ffffff;
  background-color: #3ac1ef;
  pointer-events: none; }

.otrs-fileadd-container {
  /*display: flex;*/
  display: none;
  align-items: center; }

.otrs-fileadd-icon {
  padding-right: 15px; }

.otrs-fileadd-href {
  text-transform: uppercase;
  color: #3ac1ef; }

.otrs-files-header {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #cacaca; }

.otrs-files-col1 {
  width: 250px; }

.otrs-files-col2 {
  width: 150px;
  text-align: center; }

.otrs-files-col3 {
  width: 150px;
  text-align: right; }

.otrs-file-size {
  font-size: 14px;
  color: #cacaca; }

.otrs-file-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cacaca; }

.otrs-filename-container {
  display: flex;
  align-items: center; }

.otrs-loaderror-container {
  display: flex;
  align-items: center;
  justify-content: center; }

.otrs-hidden {
  display: none; }

.otrs-file-remove-container {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.otrs-file-namesize {
  padding-left: 20px; }

.otrs-file-remove-href {
  padding-left: 10px;
  color: #6d6d6d; }

.otrs-file-loaderror {
  color: #9e1f62;
  padding-left: 10px;
  font-size: 14px; }

.otrs-file-placeholder {
  margin-top: 20px;
}

.attachedFileChoose {
    position: absolute;
    opacity: 0;
    width: 195px;
    height: 40px;
}

.otrs-removeall-href {
    font-size: 14px;
    color: #cacaca;
}

.otrs-circle-history-icon {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.otrs-history-table {
  display: flex;
  justify-content: space-between;
  background-color: #f1f1f1;
  padding: 15px 20px; }

.otrs-history-row {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  color: #6d6d6d;
  align-items: center;
  border-bottom: 1px solid #d0d0d0; }

.otrs-history-row:nth-of-type(even) {
  background-color: #f8f8f8; }

.otrs-history-col1 {
  width: 250px; }

.otrs-history-col2 {
  width: 150px; }

.otrs-history-col3 {
  width: 150px; }

.otrs-history-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  color: #9c9c9c; }

.otrs-history-pagination a {
  margin-left: 5px; }

.otrs-history-pagination span {
  margin-left: 5px;
  color: #000000;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #3ac1ef;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #3ac1ef transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.otrs-history-loading,
.otrs-ticket-loading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.otrs-history-loading-text,
.otrs-ticket-loading-text {
    margin-top: 40px;
}

.otrs-history-rows-container {
    display: none;
}

.otrs-history-notickets {
    display: none;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.otrs-history-loaderror,
.otrs-ticket-loaderror {
    display: none;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.otrs-form {
  margin-left: -10px;
  margin-right: -10px; }

.otrs-input {
  border: 1px solid #000000;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 15px;
  margin: 10px;
  font-size: 16px;
  flex: 1; }

.otrs-input:focus {
  outline-color: #a0a0a0; }

.otrs-input-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.otrs-submit-button {
  color: #3ac1ef;
  padding: 10px;
  border: 1px solid #3ac1ef;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 10px;
  background-color: #ffffff;
  text-transform: uppercase;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: normal; }

.otrs-submit-button:hover {
  color: #ffffff;
  background-color: #3ac1ef;
  cursor: pointer; }

.otrs-chat-topic {
  padding-top: 10px;
  font-size: 24px; }

.otrs-chat-ticketinfo-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 15px; }

.otrs-chat-ticketinfo-date {
  color: #3ac1ef; }

.otrs-chat-email-icon {
  height: 16px;
  margin-right: 5px; }

.otrs-chat-email-container {
  display: flex;
  align-items: center;
  color: #cacaca;
  font-size: 15px; }

.otrs-chat-mainmsg {
  margin-top: 15px;
  padding: 30px 40px;
  background-color: #e8f4cb;
  border-radius: 5px;
  overflow: auto;
}

.otrs-chat-supportmsg-container {
  margin-top: 15px;
  padding-left: 90px; }

.otrs-chat-msgdate {
  font-size: 12px;
  color: #cacaca; }

.otrs-chat-supportmsg {
  padding: 30px 40px;
  background-color: #def5fc;
  border-radius: 5px;
  overflow: auto;
}

.otrs-chat-usermsg-container {
  margin-top: 15px;
  padding-right: 90px; }

.otrs-chat-usermsg-title {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.otrs-chat-usermsg {
  padding: 30px 40px;
  border: 1px solid #3ac1ef;
  border-radius: 5px;
  overflow: auto;
}

.otrs-chat-replytitle {
  margin-top: 25px;
  color: #3ac1ef;
  font-size: 20px; }

.otrs-chat-replyinput {
  border-color: #3ac1ef; }

.otrs-chat-replycontainer {
    display: none;
}

.otrs-ticket-container {
    max-width: 700px;
}

.otrs-ticket-replysuccess {
    display: none;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.otrs-ticket-replysuccess-text {
    margin-top: 40px;
    color: #3ac1ef;
    font-size: 20px;
}

.otrs-ticket-replysending {
    display: none;
    /*display: flex;*/
    justify-content: center;
}

.helpdeskFormConsole {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #b20000;
}

.otrs-chat-msg-attached-container {
  margin-top: 30px;
  font-size: 15px; }

.otrs-chat-msg-attached {
  display: flex;
  flex-direction: row; }

.otrs-chat-msg-attached div {
  margin-left: 10px; }

.otrs-loggedon-checkhelp-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 25px; }

.otrs-loggedon-checkhelp-text {
  padding-right: 10px; }

.otrs-title-text {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #1a1a1a;
  font-weight: normal; }
