.qubSupport {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}

.qubSupport input {
	font-size: 12px;
}

.qubSupport textarea {
	font-size: 12px;
}

.qubSupport .header{
  padding-bottom:  25px;
}
.qubSupport .header .fa{
  float :right;
  display:inline-block;
  font-size: 12px;
  line-height: 32px;
}

.qubSupport .helpdesk-text-color {
	color: #7729AB;
}

.qubSupport .header > *{
  display:inline-block;
}

.qubSupport .header h3 {
  font-size: 23px;
  margin-top: 18px;
  margin-bottom: 9px;
  font-weight: 300;
  line-height: 1.1;
}

.qubSupport form {
  position: fixed;
  float : right;
  bottom : 2em;
  right: 2em;

  border-top-style: solid;
  border-top-width: 5px;
  width: 400px;
  padding: 0 25px 25px 25px;
  border-radius: 0 0 4px 4px;
  background-color: #f5f6f7;
  /*This z needs to be higher than the used overlay*/
  z-index: 101;
   margin-left:auto; margin-right:0;
   
   box-sizing: border-box;
}

.qubSupport fieldset {
  margin: 0 0 1rem 0;
  padding: 0;
  border: none;
}

.qubSupport legend {
  font-weight: 400;
}

.qubSupport h3
.qubSupport legend, .qubSupport label {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: normal;
}

.qubSupport ul{
    margin-top : 16px;
}

.qubSupport  input[type='text'], .qubSupport textarea, .qubSupport select {
  display: block;
  padding: .5rem;
  width: 100%;
  background-color: white;
  border: 1px solid #e5e5e5;
  outline: none;

  /* List some properties that might change */
  transition-property: none;
  transition-duration: none;
  
  box-sizing: border-box;
  
  &:focus {
    border-color: rgb(239,126,173);
  }
}

.qubSupport textarea {
  max-width: 450px;
  height: 100px;
}

.qubSupport input[type='text'], .qubSupport select {
  height: 34px;
}

.qubSupport select {
  font-size: 13px;
}

.qubSupport  .cancel{
  margin-right: 0;
  float: right;
}
.qubSupport button {
  display: block;
  margin: 1em auto;
  padding: .5rem 2rem;
  font-size: 14px;
  margin-right: 5%;
  color: white;
  width: 47.5%;
  float: left;
  border: none;
  border-radius: 0px;
  outline: none;

  /* List the properties that you're looking to transition.
     Try not to use 'all' */
  transition-property: none;

  /* This applies to all of the above properties */
  transition-duration: none;

  &:hover {
    cursor: pointer;
  }

}

.qubSupport .send {
  color: #fff;
  background-color: #7729AB;
  cursor: pointer;
}

.qubSupport .send:hover {
	background-color: #852ec0;
}

.qubSupport .cancel {
  color: #333;
  background-color: #e7e7e7;
  cursor: pointer;
  &:hover {
    background-color: rgba(#e7e7e7,0.9);
    border-color: rgba(#e7e7e7,0.9);
  }
}
.qubSupport .captureScreen, .qubSupport .addAnnex {
  #color: #fff;

  border-color: #1abc9c;

  cursor: pointer;
  margin-left : 10px;
  font-size: 15px;
  &:hover {
    background-color: rgba(#1abc9c,0.8);
    border-color: rgba(#1abc9c,0.8);
  }
}
.qubSupport .files-list {
  list-style: none;
  padding-left: 22px;
}
.qubSupport .files-list li {
    margin-bottom: 5px;
    font-size: 13px;
 }
.qubSupport  i.fa-times {
  font-size: 11px;
  color: #e74c3c;
}

.supportOverlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color: #3F464C;
  opacity: 0.4;
}

.qubSupport .removeAnnex{
  cursor: pointer;
}

.toast {
   opacity: 1 !important;
}

#toast-container > div {
   opacity: 1 !important;
}

#toast-container {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
}

.helpdesk-border-color  {
    border-color: #7729AB;
}




