/****************************************************************
** Fields **
****************************************************************/

.jreg textarea {
    height: auto;
}

/****************************************************************
** Buttons **
****************************************************************/

.jreg .btn-wrapper {
    display: inline-block;
}

/****************************************************************
** Documents **
****************************************************************/

.jreg .documents .document {
    margin-bottom: 20px;
}

.jreg .documents .buttons {
    text-align: right;
}

/****************************************************************
** Icons **
****************************************************************/

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'FontAwesome';
    font-style: normal;
    speak: none;
}
.icon-arrow-up-3:before {
    content: "\f0d8";
}
.icon-arrow-down-3:before {
    content: "\f0d7";
}
.icon-apply:before {
    content: "\f00c";
}
.icon-cancel:before {
    content: "\f00d";
}
.icon-new:before {
    content: "\f067";
}
.icon-delete:before {
    content: "\f014" !important;
}
.icon-calendar:before {
    content: "\f073";
}
