﻿.appnogo > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active),
.appnogo > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active) .app-frozen-spacer {
    /* change this property */
    color: red !important;
}

.appnogo .ui-btn::after,
.appnogo .ui-btn .app-frozen-spacer::after {
    display: inline-block;
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    /* change this property */
    background-color:  red !important;
}


.appcand1 > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active),
.appcand1 > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active) .app-frozen-spacer {
    /* change this property */
    color: green !important;
}

.appcand1 .ui-btn::after,
.appcand1.ui-btn .app-frozen-spacer::after {
    display: inline-block;
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    /* change this property */
    background-color:  green !important;
}

.appcand2 > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active),
.appcand2 > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active) .app-frozen-spacer {
    /* change this property */
    color: brown !important;
}

.appcand2 .ui-btn::after,
.appcand2.ui-btn .app-frozen-spacer::after {
    display: inline-block;
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    /* change this property */
    background-color:  brown !important;
}

.appcand3 > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active),
.appcand3 > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active) .app-frozen-spacer {
    /* change this property */
    color: grey !important;
}

.appcand3 .ui-btn::after,
.appcand3.ui-btn .app-frozen-spacer::after {
    display: inline-block;
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    /* change this property */
    background-color:  grey !important;
}


.appcand4 > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active),
.appcand4 > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active) .app-frozen-spacer {
    /* change this property */
    color: blue !important;
}

.appcand4 .ui-btn::after,
.appcand4.ui-btn .app-frozen-spacer::after {
    display: inline-block;
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    /* change this property */
    background-color:  blue !important;
}