.helpdesk label {
    font-weight: bold;
}

.helpdesk .note {
    font-size: .85em;
    font-style: italic;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: .3em;
    margin: 0;
}

.helpdesk .field {
    margin-top: 0;
    margin-bottom: .5em;
}

.helpdesk textarea {
    max-width: 100%;
}

.helpdesk .error {
    white-space: nowrap;
    background-color: #fbe1e3;
    border-color: #fbe1e3;
    color: #e73d4a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border-width: 0;
    padding: .3em;
}

.helpdesk .notice {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border-width: 0;
    padding: .5em;
    margin-bottom: .5em;
}

.helpdesk .notice p {
   margin: 0;
}

.helpdesk .tooltip-alert {
   display: none;
   position: relative;
   width: 250px;
   padding: 5px;
   background: #fff3cd;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   border: #ffeeba solid 1px;
   margin-left: 6px;
   color: #856404;
}

.helpdesk .tooltip-alert.active {
   display: inline-block;
}

.helpdesk .tooltip-alert.active:after {
   content: '';
   position: absolute;
   border-style: solid;
   border-width: 6px 10px 6px 0;
   border-color: transparent #fff3cd;
   display: block;
   width: 0;
   z-index: 1;
   margin-top: -6px;
   left: -10px;
   top: 75%;
}

.helpdesk .tooltip-alert.active:before {
   content: '';
   position: absolute;
   border-style: solid;
   border-width: 6px 10px 6px 0;
   border-color: transparent #ffeeba;
   display: block;
   width: 0;
   z-index: 0;
   margin-top: -6px;
   left: -11px;
   top: 75%;
}

.helpdesk .extrafields {
   display: none;
}
