/* ============================================
   ADP TotalSource Skin - Legacy Utility Classes
   
   These class names are used by existing module
   content from the original site. Do NOT rename
   them — they must match the original camelCase.
   
   Modern equivalents exist in skin.css with
   kebab-case names (e.g. .bg-white, .bottom-shadow).
   ============================================ */

/* Blockquote Reset */
blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* Legacy Clearfix (camelCase variant) */
.clearFix:after {
    content: "";
    display: table;
    clear: both;
}

.clearFix {
    clear: both;
    height: 0;
    font-size: 0;
}

/* Background Colors */
.bgWhite {
    background-color: #fff;
}

.bgDarkGrey {
    background-color: #2f2f2f;
}

.bgMiddleGrey {
    background-color: #ededed;
}

.lightGray {
    background-color: #ececec;
}

/* Shadow */
.bottomShadow {
    box-shadow: 0 11px 21px 0 rgba(0, 0, 0, 0.15);
}

/* Gradients */
.grayGradient {
    background: linear-gradient(to bottom, #efefef 0%, #d9d7d7 100%);
}

.gradientMenuHover {
    background: linear-gradient(to bottom, #dfdfdf 0%, #f6f6f6 100%);
}
