#cleafsTicketForm.alt {
  width: 40%;
  float: left;
}
#cleafsTicketForm h1 {
  font-size: 27px;
}
#cleafsTicketForm form {
  margin-top: 20px;
}
#cleafsTicketForm .item {
  margin-bottom: 15px;
}

#cleafsTicketForm label {
  display: block;
}

#cleafsTicketForm label span {
  color: red;
}

#cleafsTicketForm select,
#cleafsTicketForm input,
#cleafsTicketForm textarea {
  display: block;
  width: 100%;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #ddd;
}

#cleafsTicketForm select:disabled,
#cleafsTicketForm input:disabled,
#cleafsTicketForm textarea:disabled {
  background-color: #ddd;
  cursor: not-allowed;
}

#cleafsTicketForm button {
  background-color: #205abc;
  color: white;
  width: 48%;
  margin-bottom: 10px;
}
#cleafsTicketForm button img {
  height: 20px;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
#cleafsTicketForm button.see,
#cleafsTicketForm button.clear {
  background-color: white;
  color: #205abc;
  border: 2px solid #ddd !important;
}
#cleafsTicketForm button.w-100 {
  width: 100%;
}
#cleafsTicketForm button.clear {
  margin-left: 4%;
}
#cleafsTicketForm .alert-login {
  color: red;
  font-size: 18px;
  margin: 20px 0 30px 0;
}
#cleafsTicketForm .alert-login a {
  background-color: #205abc;
  font-weight: bold;
  color: white;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
}

.cleafsTicketsContainer {
  padding: 0 !important;
  background-color: #205abc !important;
  -webkit-box-shadow: 4px 4px 15px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: 4px 4px 15px 0px rgba(204, 204, 204, 1);
  box-shadow: 4px 4px 15px 0px rgba(204, 204, 204, 1);
}

#cleafsTickets a {
  color: #205abc !important;
  text-decoration: underline;
}
#cleafsTickets .alert {
  color: white;
  padding: 20px 10px 10px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
#cleafsTickets table {
  margin: 0;
  border: none;
  background-color: transparent;
}
#cleafsTickets table th {
  color: white;
  border: none;
  text-align: center;
}
#cleafsTickets table tr:first-child {
  border-radius: 5px;
}
#cleafsTickets table tr td {
  cursor: pointer;
  border: none;
  background-color: white;
}
#cleafsTickets table tr:nth-child(2n + 1) td {
  background-color: #f5f5f7;
}
#cleafsTickets table tr td hr {
  border: none;
  display: block;
  height: 1px;
  background-color: #ccc;
}
#cleafsTickets table tr td .status {
  display: block;
  padding: 13px 27px 10px 27px;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  white-space: nowrap;
}
#cleafsTickets table tr td .status img {
  height: 20px;
  position: relative;
  top: -1px;
}
#cleafsTickets table tr td .status span {
  position: relative;
  top: -5px;
}
#cleafsTickets table tr td .status.s1 {
  background-color: #fccf89;
  color: #542505;
}
#cleafsTickets table tr td .status.s2 {
  background-color: #93e487;
  color: #053703;
}
#cleafsTickets table tr td .status.s3 {
  background-color: black;
  color: white;
}
#cleafsTickets table tr td .status.s4 {
  background-color: #ff8535;
  color: white;
}
#cleafsTicketFormConversation {
  background-color: white;
  padding: 15px;
}
#cleafsTicketFormConversation .item {
  background-color: #57bbd3;
  color: white;
  padding: 15px;
  line-height: 1;
  border-radius: 4px;
}
#cleafsTicketFormConversation .item.support {
  background-color: #f8ab59;
}
#cleafsTicketFormConversation .item .avatar {
  width: 10%;
  float: left;
}
#cleafsTicketFormConversation .item .avatar .in {
  width: 60px;
  height: 60px;
  background-image: url('img/klient.svg');
  background-size: 100% 100%;
}
#cleafsTicketFormConversation .item.support .avatar .in {
  background-image: url('img/support.svg');
}
#cleafsTicketFormConversation .item .user {
  width: 20%;
  float: left;
  padding-top: 13px;
}
#cleafsTicketFormConversation .item .user .name {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#cleafsTicketFormConversation .item .user .email {
  padding-top: 6px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#cleafsTicketFormConversation .item .label {
  width: 15%;
  float: left;
}
#cleafsTicketFormConversation .item .label label {
  color: #205abc;
  background-color: white;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 4px;
  margin-top: 14px;
}
#cleafsTicketFormConversation .item .label label span {
}
#cleafsTicketFormConversation .item .date {
  width: 55%;
  float: left;
  padding-top: 19px;
  text-align: right;
}
#cleafsTicketFormConversation .txt {
  margin-top: 11px;
  word-wrap: break-word;
}
#cleafsTicketFormConversation hr {
  height: 0;
  display: block;
  border: 2px dashed #eee;
  margin: 10px 0 18px 0;
}
#cleafsTicketFormConversation .atts {
  color: #888;
  border-top: #eee solid 1px;
  padding-top: 14px;
  margin-top: 15px;
}
#cleafsTicketFormConversation .atts .h {
  font-weight: bold;
}
#cleafsTicketFormConversation a {
  color: #205abc;
  word-wrap: break-word;
}

#cleafsTicketForm2 {
  background-color: white;
  padding: 15px;
}
#cleafsTicketForm2 label {
  display: block;
  margin-top: 13px;
}
#cleafsTicketForm2 input[type='file'] {
  display: block;
  width: 100%;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #ddd;
}
#cleafsTicketForm2 #submitForm,
#cleafsTicketForm2 #submitForm2 {
  background-color: #205abc;
  color: white;
  display: block;
  width: 100%;
  margin-top: 10px;
}
#cleafsTicketForm2 #submitForm img,
#cleafsTicketForm2 #submitForm2 img {
  height: 18px;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.cleafsTicketsContainer .success2 {
  background-color: green;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 10px;
}
@media (max-width: 1199px) {
  #cleafsTicketFormConversation .item .avatar {
    width: 14%;
  }
  #cleafsTicketFormConversation .item .date {
    width: 40%;
  }
  #cleafsTicketFormConversation .item .label {
    text-align: center;
    width: 20%;
  }
}

#cleafsTickets.desktop {
  display: block;
}

#cleafsTickets.mobile {
  display: none;
}

@media (max-width: 991px) {
  #cleafsTickets.desktop {
    display: none;
  }

  #cleafsTickets.mobile {
    display: block;
  }

  .cleafsTicketsContainer {
    background-color: #f6f6f8 !important;
  }
  #cleafsTickets .h {
    background-color: #205abc;
    color: white;
    font-size: 20px;
    padding: 10px 14px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #cleafsTickets .items .item {
    width: 90%;
    margin: 15px auto;
    background-color: white;
    padding: 10px 15px;
    cursor: pointer;
  }
  #cleafsTickets .items .top .l {
    float: left;
    width: 49%;
  }
  #cleafsTickets .items .top .r {
    float: right;
    text-align: right;
    width: 49%;
  }
  #cleafsTickets .items .top .r .status {
    display: block;
    padding: 5px 7px;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #cleafsTickets .items .top .r .status.s1 {
    background-color: #fccf89;
    color: #542505;
  }
  #cleafsTickets .items .top .r .status.s2 {
    background-color: #93e487;
    color: #053703;
  }
  #cleafsTickets .items .top .r .status.s3 {
    background-color: black;
    color: white;
  }
  #cleafsTickets .items .top .r .status.s4 {
    background-color: #ff8535;
    color: white;
  }
  #cleafsTickets .items {
    padding-bottom: 30px;
  }
  #cleafsTickets .items .item {
    border-radius: 3px;
  }
  #cleafsTickets .items .servicebox {
    margin-top: 20px;
  }
  #cleafsTickets .items .servicebox small {
    font-size: inherit;
  }
  #cleafsTickets .items .servicebox .service {
    font-weight: bold;
    margin-bottom: -16px;
    display: block;
  }
  #cleafsTickets .items .last-update {
    color: #ccc;
    margin-top: 20px;
  }
  #cleafsTicketFormConversation .item .label,
  #cleafsTicketFormConversation .item .date span {
    display: none;
  }

  #cleafsTicketFormConversation .item .date {
    width: 16%;
  }
  #cleafsTicketFormConversation .item .avatar {
    width: 16%;
  }
  #cleafsTicketFormConversation .item .user {
    width: 68%;
  }
}
@media (max-width: 727px) {
  #cleafsTicketFormConversation .item .avatar {
    width: 24%;
  }
  #cleafsTicketFormConversation .item .user {
    width: 50%;
  }
  #cleafsTicketFormConversation .item .date {
    width: 26%;
  }
}
@media (max-width: 520px) {
  #cleafsTicketFormConversation .item .avatar {
    width: 28%;
  }
  #cleafsTicketFormConversation .item .user {
    width: 46%;
  }
  #cleafsTicketFormConversation .item .date {
    width: 26%;
  }
}
@media (max-width: 500px) {
  #cleafsTicketForm button {
    width: 100%;
    margin: 0 0 5px 0 !important;
  }
  #cleafsTicketForm h1 {
    font-size: 24px;
  }
}

.mce-btn button {
  background-color: transparent !important;
  margin: 0 !important;
}
.select2-search__field {
  margin: 0 !important;
  padding: 0 !important;
  height: 29px !important;
}
.select2-container--default .select2-selection--single {
  height: 40px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 5px !important;
}
.select2-container {
  border-radius: 4px !important;
  border: 2px solid #ddd !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid transparent !important;
}
.mbt-textarea {
  width: 100%;
  min-height: 150px;
}
.select2-results__option--selectable:nth-child(even) {
  background: #04040405;
}

.select2-results__option--selectable {
  cursor: pointer;
  border: solid 1px #aba1a121;
}
