#ui-logo, #ui-logo-box {
    background-position: left center;
    background-image: url(logo.svg);
    width: 191px;
    background-size: contain;
}

#ui-logo-box {
    background-position: center;
    width: 191px;
    margin: 0px;
}



.ui-cl-theme-back, .ui-cl-theme-back-hov:hover { background-color:  #7cbd2b !important; }
.ui-cl-theme, .ui-cl-theme-hov:hover, a:hover { color:  #7cbd2b !important; }
.ui-cl-alt-hov:hover { color: #4aec93 !important; }
.ui-cl-theme-reverse { color: #7cbd2b !important; }
.ui-cl-theme-reverse:hover { background: #7cbd2b !important; }

#ui-nav-list > li > a:hover {
    color:#7cbd2b !important;
}

.ui-tab:hover:after {
        border: 1px solid #7cbd2b !important;
    }

    #js-profile-circle {
        background-color:#7cbd2b !important;
    }

.ui-tab.selected:after {
    font-weight: bold;
    border: 2px solid #7cbd2b !important;
}

.ui-hover-list-item:hover, .ui-hover-list-item:hover a, .ui-hover-list-item:hover span {
    color: white !important;
    background-color: #7cbd2b !important;
    cursor: pointer;
}


a[role="button"], button, input[type="submit"]:not(.ui-button-to-link), input[type="button"] {
    background-color: #7cbd2b !important;
    border: 1px solid #7cbd2b !important;
    color: white !important;
    border-radius: 0px;
    padding-right: 12px !important;
}

a[role="button"]:hover, a[role="button"]:focus, button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus {
    -o-transition-duration: 0s;
    background-clip: padding-box;
    background-color: #88d41b !important;
    /*color: #7cbd2b !important;*/
}


.alert-info {
    border-color:  #7cbd2b !important;
}


.ui-tile.ui-link:hover,
.ui-tile.ui-link:hover .ui-detail
 {
    background-color: #7cbd2b !important;
}

.ui-tile .ui-detail {
    color: #7cbd2b !important;
}

.ui-desktop-thumb-progress-chart {
    border: 0px solid #7cbd2b !important;
}

.ui-desktop-thumb-progress-fill {
    background-color: #7cbd2b !important;
}

.ui-desktop-thumb-button {
    color: #7cbd2b !important;
}

.ui-desktop-thumb-button:hover 
{
    background-color:#7cbd2b !important;
}

.ui-desktop-thumb:hover .ui-desktop-thumb-button {
    color:#7cbd2b !important;
}

.ui-last-visited-link .ui-last-visited-button:hover
    {
        background-color: #7cbd2b !important;
    }
    
    .ui-js-hdn-bar .ui-head-close.ui-link:hover,
    .ui-js-hdn-bar .ui-head-button.ui-link:hover
     {
        background-color: #7cbd2b !important;
        color: white !important; 
        cursor:pointer; 
}

.ui-nav li > a > div:hover {
    background-color: #7cbd2b !important;
    color:white !important;
    cursor:pointer;
}

.ui-dropdown li > a > div:hover {
    color: white !important;
    background-color:#7cbd2b !important;
    cursor:pointer;
}
