.fileinput-button {
    position: relative;
    overflow: hidden;
    display: block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.fileinput-button.btn-default {
    background-color: #FFF;
    color: #AA78F0;
    border-color: initial;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fileinput-button.btn-default:hover {
    background-color: #F6F6F6;
}

.fileinput-button.btn-default .fa {
    font-size: 24px;
}

a.btn.fileinput-button:visited,
a.btn.fileinput-button:active,
a.btn.fileinput-button:focus,
a.btn.fileinput-button:active:focus {
    color: #AA78F0;    
    border-color: initial;
    font-size: 16px;
    font-weight: 500;
}

#notesContainer {
    min-height: 200px;
}

#notesContainer {
    position: relative;
}

#dropZone {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(5, 9, 5, 0.8);
    z-index: 99999;
}

#dropZone .drop {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border: 5px dashed rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #DFDFDF;
    font-size: 40px;
    background-color: rgba(16, 95, 0, 0.3);
}

#dropZone .fa {
    margin-right: 20px;
}

#files .alert {
    display: flex;
    position: relative;
    min-height: 65px;
    margin: 10px 0 0 0;
    padding: 10px 35px 10px 10px;
}

#files .alert-dismissible .close {
    outline: none;
    position: absolute;
    top: 5px;
    right: 10px;
}

#files .alert .fa-2x {
    line-height: 1.2;
}

#files .alert .visual {
    width: 80px;
    text-align: center;
    margin: auto 0;
}

#files .alert .preview {
    cursor: pointer;
}

#files .alert .info {
    overflow: hidden;
    margin: auto 0 auto 10px;
}

#files .alert .filename {
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 2px;
}

#files .alert .filename.link,
#files .alert .fa.link {
    cursor: pointer;
}

#files .alert .filename:hover,
#files .alert .fa.link:hover {
    color: #534223;
}

#files .alert .message {
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 200;
    font-size: 14px;
}

#modalAttachment .loading {
    text-align: center;
    margin: 40px auto;
    color: #009C4C;
}

#modalAttachment #fileContent {
    height: 600px;
    overflow-x: auto;
    text-align: left;
    font-size: 16px;
    padding: 10px;
    background-color: #1E1E1E;
    color: #12B200;
    white-space: pre;
}

#sendSuccess {
    width: 50%;
    margin: 30px auto;
}

#sendSuccess h2 {
    line-height: 1.2;
    font-weight: 500;
}

#sendSuccess h4 {
    line-height: 1.3;
    font-weight: 400;
    color: #999;
}

#ticketForm select {
    cursor: pointer;
    padding-left: 12px;
}

#ticketForm select:required:invalid {
    color: #999;
}

#ticketForm option[value=''][disabled] {
    display: none;
}

#ticketForm option {
    color: #555;
}

#ticketForm label[for] {
    color: #555;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

#notes {
    padding: 0;
    margin-bottom: 30px;
}

.has-error #notes.form-control:focus {
    border-color: transparent;
    box-shadow: none;
}

#notes-error {
    position: absolute;
    margin: -30px 0 0 0;
}

#notesContainer {
    border: none;
}

#notesContainer .panel-body {
    border-radius: 6px;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
 }

#notesContainer .panel-body.has-error,
.has-error .form-control {
    border-color: #A94442;
}
