/* _lcid="1033" _version="16.0.4297"
    _LocalBinding */
.ms-card {
    width: 270px;
    height: 100px;
    background-clip: padding-box;
    border: 2px solid transparent;
    display: inline-block;
    margin: 0 6px 7px 0;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    transition: .1s border-color;
}
.ms-card:hover {
    /* [ReplaceColor(themeColor: "EmphasisBorder")] */ border-color: #a3c2d9;
}
.ms-card-link {
    display: block;
    padding: 2px 2px 0;
}
.ms-card-link:hover {
    text-decoration: none;
}
.ms-card-title {
    /* [ReplaceColor(themeColor: "SubtleEmphasisText")] */ color: #333;
    margin-left: 8px;
}
.ms-card-preview {
    height: 0px;
    display: none;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    background-color: #fff; 
}
.ms-card-preview:after {
    content: "";
    border: 1px solid rgba(0,0,0, .07);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ms-card-preview img {
    width: 100%;
    min-height: 100%;
    border: none;
    display: block;
    transition: opacity 0.4s cubic-bezier(0.33,0,0.67,1);
}
.ms-card-preview img[src=""] {
    opacity: 0;
}
.ms-card-preview img:not([src=""]) {
    opacity: 1;
}   
.ms-card-metadata {
    padding: 0 10px 4px 10px;
}
.ms-card-metadata > span:nth-child(2n):before {
    content: "\0000A0 \0000B7 \0000A0";
}
.ms-card-doctype {
    /* [ReplaceColor(themeColor: "SubtleEmphasisText")] */ color: #333;
    unicode-bidi: embed;
}
.ms-card-doctype img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.ms-overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ms-font-s {
    font-size: 12px; 
}
.ms-font-m {
    font-size: 14px; 
}
.ms-font-l {
    font-size: 17px; 
}
.ms-recentdocs-container-home {
    height: 239px;
    overflow-y: hidden;
    margin-bottom: 20px;
}
.ms-recentdocs-container {
    transition: opacity 0.4s cubic-bezier(0.33,0,0.67,1), height 0.4s cubic-bezier(0.33,0,0.67,1);
}
.ms-recentdocs-container:empty {
    opacity: 0;
}
.ms-recentdocs-container:not(:empty) {
    opacity: 1;
}
.ms-recentdocs-noresults {
    margin-top: 50px;
}
.ms-recentdocs-shrinkhide {
    opacity: 0;
    height: 0px;
}
.ms-recentdocs-moreButtonContainer {
    margin-bottom: 10px;
}
.ms-recentdocs-root {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0px; 
}
.ms-recentdocs-placeholder {
    width: 270px;
    border: 2px solid transparent;
    background-clip: padding-box;
    height: 205px;
    display: inline-block;
    margin: 0 6px 6px 0;
}
.ms-recentdocs-lighten {
    opacity: 0.75;
}
.ms-recentdocs-lightenMore {
    opacity: 0.5;
}
.ms-recentdocs-previewTextColor {
    color: #fff; 
}
.ms-recentdocs-card {
    opacity: 1;
}
.ms-recentdocs-card * {
    -webkit-animation: ms-recentdocs-fadeIn cubic-bezier(0.33,0,0.67,1) 0.4s;
    -moz-animation: ms-recentdocs-fadeIn cubic-bezier(0.33,0,0.67,1) 0.4s;
    -o-animation: ms-recentdocs-fadeIn cubic-bezier(0.33,0,0.67,1) 0.4s;
    animation: ms-recentdocs-fadeIn cubic-bezier(0.33,0,0.67,1) 0.4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes ms-recentdocs-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes ms-recentdocs-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes ms-recentdocs-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes ms-recentdocs-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
