md-content.md-default-theme {
    background-color: #eee;
}

md-toolbar .md-button.md-default-theme {
    border-radius: 99%;
}

md-toolbar:not(.md-hue-1),
.md-fab {
    fill: #fff;
}

.md-errors-spacer {
    display: none;
}

.nav-header {
    height: 150px;
    min-height: 150px;
    max-height: 150px;
}

.fill-parent {
    height: 100%;
    width: 100%;
}

.fill-parent-h {
    width: 100%;
}

.fill-parent-v {
    height: 100%;
}

.card img {
    width: 100%;
    height: auto;
}

.carddemoBasicUsage .card-media {
    background-color: #999999;
}

md-toolbar.md-tall-navigation {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
}

.bg-dark {
    background-color: #9E9E9E;
    object-fit: contain
}

.bg-white {
    background-color: #FFFFFF;
}

.text-about {
    margin-bottom: 5px;
}

.subtext-about {
    color: #8B8B8C;
}

figure-custom {
    width: 150px;
    height: 150px;
    margin: 5px;
    background-color: #000;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.search {
    order: 2;
    outline: none;
    width: 100%;
    border: none;
    border-radius: 0;
    background: #fff;
    padding: 10px;
    font-size: 16px;
    transition: all 0.05s ease-in-out;
    -webkit-appearance: none;
}

.center-crop {
    object-fit: cover;
}

.overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden
}

.pointer : hover {
    cursor: pointer;
}

/* Ripple effect */
.ripple {
    background-position: center;
    transition: background 0.8s;
}
.ripple:hover {
    background: rgba(0,0,0,0.05) radial-gradient(circle, transparent 1%, rgba(0,0,0,0.05) 1%) center/15000%;
    cursor: pointer;
}
.ripple:active {
    background-color: rgba(0,0,0,0.1);
    background-size: 100%;
    transition: background 0s;
}

/**
/*	Preloader
/* ==========================================*/

#preloader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}