.graph-functions .function-body {
    background: #668FBA !important;
}

.metro .bg-RUMM {
background-color: #7CA3DA !important;
}

.metro .bg-RUMM-dark {
background-color: #6692D3 !important;
}

.vtype1 img {
content: url("/Images/TileIcons/companyvsbill-light.png")
}

.vtype1.bg-RUMM-dark img{
content: url("/Images/TileIcons/companyvsbill-dark.png")
}


.vtype2 img {
content: url("/Images/TileIcons/rummvsbill-light.png")
}

.vtype2.bg-RUMM-dark img{
content: url("/Images/TileIcons/rummvsbill-dark.png")
}

.vtype3 img {
content: url("/Images/TileIcons/companyvsrumm-light.png")
}

.vtype3.bg-RUMM-dark img{
content: url("/Images/TileIcons/companyvsrumm-dark.png")
}

.table-min th {
    padding: 5px !important;
    line-height: inherit !important;
}

.rowDeleted,
.rowDeleted td {
    background-color: #E99090 !important;
    color: #E2BCBC;
    cursor: not-allowed;
}

.editor-label label {
    font-weight: bolder;
}

.input-control {
    width: 200px !important;
}

.metro .stepper > ul li.complete {
    background-color: #6692D3 !important;
}

.metro .stepper > ul li.current {
    background-color: #7CA3DA !important;
}

.metro .stepper > ul li {
    background-color: #C0D4EF !important;
}

.ui-dialog { z-index: 1000 !important ;}
.ui-front { z-index: 1000 !important; }