/*
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;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
}



.scroll{
        width: 90%;
        height: 100%;
        margin: 10px;
        background-color: #eee;
        border: solid 1px #ccc;
        overflow: auto;
        overflow-x: hidden;
        padding: 3px 0;
}

.row-item{
        overflow: hidden;
        margin: 0 0 20px;
        padding: 20px;
        border-bottom: dotted 1px #ccc;
}

