.sd-candidate-attachments {
    margin-bottom: 35px;
    padding: 20px;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.sd-candidate-attachments .sd-candidate-attachments-title {

}

.sd-candidate-attachments .sd-candidate-attachments-title .sd-candidate-attachments-htag {
    
}

.sd-candidate-attachments .sd-candidate-attachments-intro {

}

.sd-candidate-attachments-overview-error {
    margin-top: 15px;
}

.sd-candidate-attachments .sd-candidate-attachments-single-inner {
    background-color: #f5f5f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    margin-top: 15px;
}

.sd-candidate-attachments .sd-candidate-attachments-single-delete {
    float: right;
    color: #414042;
    cursor: pointer;
}

.sd-candidate-attachments .sd-candidate-attachments-single-delete:hover {
    color: #FE5000;
}

.sd-candidate-attachments .sd-candidate-attachments-single-icon {
    float: left;
    width: 40px;
    font-size: 32px;
    padding-top: 25px;
    color: #414042;
}

.sd-candidate-attachments .sd-candidate-attachments-single-info {
    float: left;
    max-width: 90%;
}

.sd-candidate-attachments .sd-candidate-attachments-single-title {
    position: relative;
    width: 100%;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    line-height: 32px;
    color: #414042;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sd-candidate-attachments .sd-candidate-attachments-single-title a {
    color: #414042;
}

.sd-candidate-attachments .sd-candidate-attachments-single-title a:hover {
    color: #FE5000;
}

.sd-candidate-attachments .sd-candidate-attachments-single-title b {
    padding-left: 30px;
}

.sd-candidate-attachments .sd-candidate-attachments-single-title i {
    position: absolute;
    color: #FE5000;
    top: 6px;
}

.sd-candidate-attachments .sd-candidate-attachments-overview-status-details .status {
    float: right;
    width: 25%;
}

.sd-candidate-attachments .sd-candidate-attachments-overview-single-details .creation-date {
    float: left;
}

.sd-candidate-attachments button {
    display: block;
}

.sd-candidate-attachments-overview h3 {
    text-transform: capitalize;
}

.sd-candidate-attachments-form {
    background-color: #e1eefa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px
}