.dark {
    color: #333 !important;
}
.white {
    color: #fff !important;
}
.red {
    color: #dd5a43 !important;
}
.light-red {
    color: #f77 !important;
}
.blue {
    color: #478fca !important;
}
.light-blue {
    color: #93cbf9 !important;
}
.green {
    color: #69aa46 !important;
}
.light-green {
    color: #b0d877 !important;
}
.orange {
    color: #ff892a !important;
}
.light-orange {
    color: #fcac6f !important;
}
.orange2 {
    color: #feb902 !important;
}
.purple {
    color: #a069c3 !important;
}
.pink {
    color: #c6699f !important;
}
.pink2 {
    color: #d6487e !important;
}
.brown {
    color: #a52a2a !important;
}
.grey {
    color: #777 !important;
}
.light-grey {
    color: #bbb !important;
}
.dropzone {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0;
}
.dropzone .dz-default.dz-message {
    background-image: none;
    font-size: 24px;
    left: 0;
    line-height: 32px;
    margin-left: auto;
    text-align: center;
    width: 100%;
}
.dropzone .dz-default.dz-message span {
    color: #555;
    display: inline;
}
.dropzone .dz-default.dz-message span .upload-icon {
    cursor: pointer;
    margin-top: 8px;
    opacity: 0.7;
}
.dropzone .dz-default.dz-message span .upload-icon:hover {
    opacity: 1;
}
.dropzone .dz-preview .dz-error-mark, .dropzone-previews .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-success-mark {
    background-color: rgba(255, 255, 255, 0.8);
    background-image: none;
    border-radius: 100%;
    line-height: 35px;
    text-align: center;
}
.dropzone .dz-preview .dz-error-mark::before, .dropzone-previews .dz-preview .dz-error-mark::before {
    color: #db6262;
    content: "";
    font-family: FontAwesome;
    font-size: 30px;
}
.dropzone .dz-preview .dz-success-mark::before, .dropzone-previews .dz-preview .dz-success-mark::before {
    color: #6da552;
    content: "";
    font-family: FontAwesome;
    font-size: 30px;
}
.dropzone a.dz-remove, .dropzone-previews a.dz-remove {
    background: #d15b47 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
}
.dropzone a.dz-remove:hover, .dropzone-previews a.dz-remove:hover {
    background: #b74635 none repeat scroll 0 0;
    color: #fff;
}
.dropzone .progress, .dropzone-previews .progress {
    margin-bottom: 0;
}
.dropzone .dz-preview.dz-success .progress, .dropzone-previews .dz-preview.dz-success .progress, .dropzone .dz-preview.dz-error .progress, .dropzone-previews .dz-preview.dz-error .progress {
    display: none;
}
.bigger-110 {
    font-size: 110%;
}
.bigger-120 {
    font-size: 120%;
}
.bigger-130 {
    font-size: 130%;
}
.bigger-140 {
    font-size: 140%;
}
.bigger-150 {
    font-size: 150%;
}
.bigger-160 {
    font-size: 160%;
}
.bigger-170 {
    font-size: 170%;
}
.bigger-180 {
    font-size: 180%;
}
.bigger-190 {
    font-size: 190%;
}
.bigger-200 {
    font-size: 200%;
}
[class*=" icon-"], [class^="icon-"] {
    display: inline-block;
    text-align: center;
}