/*CSS test file

Purpose: Provide example of this file type
File type: CSS
Version: 1.0
Remark: */



.user_progress:not(.red) {
    background-color: #957E61;
    border: black;
}

.user_progress {
    height: 24px;
    padding: 1px 3px 1px 10px;
    background-color: #957E61;
    border-radius: 20px;
    font-size: 13px;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    margin: auto auto 0;
}
#centreColumn .dashboard_blocks h2, #centreColumn .catalog_boxes h2, #centreColumn .modern_module_row h2, #centreColumn .modern_module_row h2 span {
    color: #84725C;
    font-weight: bold;
}
}
#contentHeader h1, h2, input[type="submit"], input[type="button"], button, button.button-spinner:not(.inverted) span, nav.footerNav div ol a, nav.footerNav div h2 a, #socialBlocks li a:hover, .homeLinks li > a p, .bjqs-caption p, .pageHeadingWrap p {
    color: #fff;
}

input[type="submit"], input[type="button"], button, .link_button {
    cursor: pointer;
    line-height: 50px;
}

.profile_header .profile_info .alignR .link_button {
    line-height: 1.3;
    padding: 5px 12px;
    margin: 1px 0;
    font-size: 25px;
}

.catalog_boxes:not(.app_boxes):not(.dashboard_widgets) > *:not(.no_hover), .user_boxes > a, .modern_module_row > td, .modern_module_row > td > a {
    transition: box-shadow .3s ease-in-out, border .3s ease-in-out;
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.1);
}

