.margin-top-15 {
    margin-top: 15px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-2 {
    margin-bottom: 2px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-right-10 {
    margin-right: 10px;
}

.padding-left-10 {
    padding-left: 10px;
}

.text-magenta {
    color: #e20074;
}

.text-tiny {
    font-size: 14px;
}

.text-muted-form {
    color: #a1a1a1;
}

.width-200 {
    width: 200px;
}

.width-full {
    width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

#fileText2 {
    display:none;
}

#removeFile {
    display:none;
}

.list-item {

    margin: 15px;
}

.list-item-icon {

}

.list-item-link {

}

.icon-big {
    font-size: 64pt;
    display: block;
    margin: 10px;
}

.dl-client-name {
    font-style: italic;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 0;
}

.show-more {
    padding:5px;
    color: #e20074;
    border: 1px solid #e20074;
    display:inline-block;
}

.mb-logo-md {
    height: 46px!important;
    width: 214px!important;
}