/*
ui-dialog-titlebar-close {
    padding:0 !important;
}

.ui-dialog-titlebar-close:after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../../../css/images/ui-icons_777777_256x240.png);
    background-position: -96px -128px;
    background-repeat: no-repeat;

}


// Dirty hack to work around to Guriddo jqgrid bug when using subgrids
.ui-icon-triangle-1-e:before {
  content: "\f0da"; }

*/

.page-logo img {
    width: auto !important;
}

.badge.badge-icon-green {
    background-color: green !important;
}

.badge.badge-icon-red {
    background-color: red !important;
}

.badge.badge-icon-orange {
    background-color: orange !important;
}