/* General utilities */
.display-none,
.display-hide {
  display: none; }

.hidden {
  display: none !important; }

.dropdown-toggle .badge {	
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    padding: 2px 6px;
    position: absolute;
    /*right: 2px;*/
    left: 0px;
    top: 8px;
}

.logo-default {
	margin-top: 5px;
    margin-left: 5px;
    height: 37px;
}

.btn.blue:not(.btn-outline) {
    color: #FFF;
    background-color: #3598dc;
    border-color: #3598dc;
}

.btn.red:not(.btn-outline) {
    color: #fff;
    background-color: #e7505a;
    border-color: #e7505a;
}

.button_row {
    width: 22px;
    height: 22px;
    padding: 2px;
}

.table-toolbar {
    margin-bottom: 20px;
}


.table .btn {
    margin-left: 0;
    margin-right: 5px;
}

.panel-heading .actions
{
    text-align: right;
}

span.select2-dropdown {
    z-index:10050;
}

/*.modal-body > span.select2-container {
    z-index:10050;
}
*/