
form div.form-group label.control-label {
    display: block;
}


form span.select2-container {
    width: 100% !important;
}

.orderInfobox {
    border: 1px solid #2a3f54;
    padding: 20px;
}

.red-icon {
    color: #9d1111;
}


.dataTables_filter {
    float: left !important;
    width: 100% !important;
}

div.panel a:hover {
    text-decoration: underline;
}

/*.form-control.has-feedback-left {*/
/*    width: auto !important;*/
/*}*/

div.sort-controls select.form-control {
    width: unset !important;
}

div.sort-controls div.sort-select select {
    margin-right: 10px;
}


div.search-sort-panel {
    padding-top: 16px;
    padding-bottom: 0;
}



