/*
Added by Realnets
 */
.help-block ul li {
    font-weight: bold !important;
    color: red !important;
}

/* Add required *s */
label.required:after {
    content: " *";
    color: #a94442;
}

/* devs need wireframes */
.wireframe *, .wireframe *:before, .wireframe *:after {
    content: " ";
    outline: solid rgba(255, 0, 0, .125) 1px;
}

/* horiz-batch generic form alignment */
.horiz-batch .form-group {
    display: inline-block;
    position: relative;
}

.horiz-batch .form-group,
.horiz-batch .form-group .col-sm-10 {
    width: 200px;
    margin: 0 !important;
}

.horiz-batch label {
    position: absolute;
    top: -1.5em;
    display: block;
    z-index: 0;
    width: 100px;
    text-align: left !important;
    white-space: nowrap;
}

.horiz-batch > li label {
    display: block;
    font-size: medium;
}

.horiz-batch > li ~ li label {
    display: none !important;
}

.horiz-batch .form-group > * {
    padding: 0 !important;
    margin: 0 !important;
}

.horiz-batch .control-label + a[href='#'] { /* delete button? */
    display: inline-block;
    position: relative;
    top: -0.5em;
    margin-left: .5em;
}

.horiz-batch br:last-child {
    display: none;
}

.horiz-batch .chosen-container {
    margin: .4em 0;
    display: inline-block;
}

label.error {
    position: absolute;
    top: 100%;
    width: auto;
    font-size: small !important;
    color: red;
    background-color: whitesmoke;
    z-index: 5;
    white-space: normal;
}

.horiz-batch > li ~ li label.error {
    display: block !important;
}

input.error, label.error + span.select2 {
    border: solid red 1px;
}

#payvia label {
    padding: .25em;
    margin: .25em;
    background-color: rgba(255, 255, 255, .25);
}

.page-sidebar-minified .nav > li > a {
    font-size: 0px;
}

.page-sidebar-minified .nav>li>a{font-size:0px;}
.page-sidebar-minified .nav>li>a>i{font-size:14px;}
