.newTicketMenu {
  text-align: center;
  padding: 20px;
}

.iframed .newTicketMenu {
  text-align: center;
  padding: 0px;
}

.newTicketMenuButton {
  display: inline-block;
  background-color: #337abc;
  opacity: 0.7;
  color: #fff;
  width: 150px;
  margin: 5px;
  cursor: pointer;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.iframed .newTicketMenuButton {
  display: inline-block;
  background-color: #1d9d73;
  opacity: 0.7;
  color: #fff;
  width: 150px;
  margin: 5px;
  cursor: pointer;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
vertical-align: top;
}

.newTicketMenuButton:hover {
  opacity: 1;
}
.newTicketMenuButton .fa-light {
  padding: 15px;
  font-size: 60px;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.newTicketMenuButton .fa {
  padding: 15px;
  font-size: 60px;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.newTicketMenuButton label {
  font-size: 14px;
  height: 40px;
  font-weight: normal;
}

hr.newTicketMenuDivider1,
.ghostform hr.newTicketMenuDivider2 {
  margin: 20px 0px;
  /* border-bottom: 1px solid #87a8bb; */
  border-top: 1px solid #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.newTicketMenuSelect.minimized {
  display: inline-block;
  width: 100%;
  height: 0px;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  border: 0px;
  float: left;
}
.newTicketMenuSelect.active {
  display: inline-block;
  margin: auto;
  /* border: 1px solid #fff; */
  /* border-radius: 20px; */
  /* background-color: #87a8bb; */
  /* color: #b24747; */
  width: 100%;
  /* height: auto; */
  max-width: 900px;
  /* margin: 5px; */
  cursor: pointer;
  /* box-shadow: 3px 3px 3px rgba(0,0,0,0.1); */
}
.newTicketMenuSelect.active select {
  /* background-color: transparent; */
  /* color: #fff; */
  /* font-size: 18px; */
  width: 90%;
  height: 40px;
  margin: 3px auto;
  /* border: none;*/
}
.newTicketMenuForm.minimized {
  display: inline-block;
  width: 100%;
  height: 0px;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  border: 0px;
  float: left;
}

.newTicketMenuForm.active {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  border: 0px;
  text-align: center;
}

.ghostform .newTicketMenuAdviceBlock {
  display: inline-block;
  min-width: 95%;
  max-width: 500px;
  margin: 10px 2%;
  vertical-align: top;
  text-align: center;
}

.newTicketMenuInputBox.active {
  display: inline-block;
  padding: 10px 15px;
  text-align: left;
  width: 350px;
}

.newTicketMenuInputBox.active.wide {
  display: inline-block;
  padding: 10px 15px;
  text-align: left;
  width: 90%;
}
.newTicketMenuInputBox label {
  display: block;
  color: #7d7d7d;
}
.newTicketMenuInputBox input[type="number"],
.newTicketMenuInputBox input[type="text"],
.newTicketMenuInputBox input[type="email"],
.newTicketMenuInputBox input[type="date"] {
  display: block;
  width: 300px;
}

.newTicketMenuInputBox.wide input[type="number"],
.newTicketMenuInputBox.wide input[type="text"],
.newTicketMenuInputBox.wide input[type="email"],
.newTicketMenuInputBox.wide input[type="date"] {
  display: block;
  width: 100%;
}

.newTicketMenuInputBox.active textarea {
  padding: 5px 20px;
  height: auto;
  min-height: 60px;
  margin: 0px;
  width: 100%;
  text-align: left;
  min-width: 300px;
  font-size: 15px;
  line-height: 18px;
  color: #00528e;
  resize: vertical;
  overflow-y: hidden;
}

.newTicketMenuAdviceBox.custom.active {
  color: #d14f4f;
}

.iframed select {
  line-height: 26px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 30%);
  border-radius: 6px;
  margin-right: 10px;
  padding: 6px 10px;
  transition: All 0.5s ease;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.iframed input[type="number"],
.iframed input[type="text"],
.iframed input[type="email"],
.iframed input[type="date"],
.iframed textarea {
  margin-top: 0px;
  height: 34px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.iframed ul,
.iframed ol {
  list-style: none;
  color: #1d9a71;
}

.iframed .ghostform label {
  font-size: 14px;
}

.iframed .ghostform label.newTicketMenuAdviceLabel {
  font-size: 18px;
}

.iframed .ghostform .newTicketMenuAdviceBlock label {
  font-size: 18px;
}

.iframed .newTicketMenuControlBox button {
  height: auto;
  min-width: 50px;
  margin: 2px 5px;
  border-radius: 20px;
  font-size: 1em;
  border: 2px ridge;
  background-color: #1d9d73;
  color: #ffffff;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
  cursor: pointer;
  vertical-align: bottom;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
padding: 5px 10px;
}

.newTicketMenuButton img {
  width: auto;
  height: 60px;
  padding: 15px;
  text-align: center;
  margin-top: 10px;
}

.hiddenImportant {
  display: none !important;
}

.newTicketMenuControlBox.left {
  text-align: left;
  width: 90%;
  margin: 0px auto;
}

.newTicketMenuControlBox.right {
  text-align: right;
  width: 90%;
  margin: 0px auto;
}

.newTicketAttachmentsBox {
  width: 90%;
  margin: 10px auto;
}

input.messageAttachment.input {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
}

.newTicketMenuControlBox button .fa {
  padding: 0px 10px 0px 0px;
}

ul.newTicketMenuAdviceList li {
    margin-bottom: 10px;
}

.ticketFieldBox.preventivelyHidden.ticketActivity {
    font-weight: bold;
}