﻿/* OVERRIDE MTL */
.mdl-layout__header-row {
    height: 52px;
}

.mdl-layout__header {
    min-height: 52px;
}

.mdl-layout__drawer-button {
    margin: 4px 12px;
    color: white;
}

/* EXTEND MTL */
.mdl-grid-nopad {
    padding: 0px;
}

.mdl-grid-nomargin {
    margin: 0px;
    width: 100%;
}

.mdl-cell--33-col, .mdl-cell--33-col-desktop.mdl-cell--33-col-desktop {
    width: calc(20% - 16px);
}

.mdl-button--moving {
    background-color: #326bc0 !important;
    color: #FFF !important;
}

.secondary {
    background-color: #D93A32 !important;
}

.mdl-borderBox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#marker-item span {
    display: block;
    color: #000;
}

    #marker-item span.title {
        font-weight: 300;
    }

    #marker-item span.price {
        font-size: 22px;
        font-weight: 200;
    }

    #marker-item span.price-meter {
        color: #888;
    }

#marker-item .thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    width: 100%;
}

#moving-spinner {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.37);
    display: none;
    position: fixed;
    padding: 6px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    text-align: center;
    width: 50px;
    height: 50px;
    z-index: 9999;
}
