@font-face {
    font-family: "icomoon";
    src: url('fonts/icomoon.eot?oq20ac');
    src: url('fonts/icomoon.eot?oq20ac#iefix') format('embedded-opentype'),
    url('fonts/icomoon.svg?oq20ac#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.spaceplandashboard__icon__row {
    line-height: 96%;
}

.spaceplandashboard__icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    transition: all 0.15s ease;
}

.spaceplandashboard__icon:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 15px;
    margin-top: -7px;
    font-family: 'icomoon', sans-serif;
    line-height: 15px;
    text-align: center;
    color: #fff;
}

.spaceplandashboard__icon--trash {
    background: #e6615d;
}

.spaceplandashboard__icon--trash:hover {
    background: #df3631;
}

.spaceplandashboard__icon--trash:after {
    content: "\e900";
}

.spaceplandashboard__icon--duplicate {
    background: #9ecd75;
}

.spaceplandashboard__icon--duplicate:hover {
    background: #84bf50;
}

.spaceplandashboard__icon--duplicate:after {
    content: "\e901";
}

.spaceplandashboard__icon--3d {
    background: #4f8d9d;
}

.spaceplandashboard__icon--3d:hover {
    background: #3e6f7b;
}

.spaceplandashboard__icon--3d:after {
    content: "3D";
    font-family: 'Avenir LT W01 85 Heavy', sans-serif;
}

.spd-row {
    margin-left: -15px;
    margin-right: -15px;
}

.spd-col-md-6 {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.spd-col-md-12 {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 48em) {
    .spd-col-md-6 {
        float: left;
        width: 50%;
    }
}

.spaceplandashboard__h1 {
    margin-top: 30px;
}

.space_plan_dashboard_button {
    background: #ee0034;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Avenir LT W01 35 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    padding: 1rem 1rem 1.0625rem 1rem;
    position: relative;
    line-height: normal;
    margin: 0 1.25rem;
    text-decoration: none;
    text-align: center;
    transition: background-color 300ms ease-out;
    width: 33%;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.space_plan_dashboard_button:hover,
.space_plan_dashboard_button:focus {
    background: #c8000e;
}

.spaceplandashboard__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.spaceplandashboard__table.no-data {
    margin-bottom: 20px;
}

.spaceplandashboard__table tbody .spaceplandashboard__table__row,
.spaceplandashboard__faux-row {
    background: #e4e9ed;
    border-bottom: 2px solid #ee0034;
}

.spaceplandashboard__table.has-data tbody .spaceplandashboard__table__row {
    cursor: pointer;
}

.spaceplandashboard__table__row:last-child {
    border: 0;
}

.spaceplandashboard__table tbody .spaceplandashboard__table__row.hover {
    background-color: #cbd1d4;
}

.spaceplandashboard__table__row--header {
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.spaceplandashboard__table.has-data .spaceplandashboard__table__row--header .sort {
    cursor: pointer;
}

.spaceplandashboard__table__row--header .asc:after,
.spaceplandashboard__table__row--header .desc:after {
    display: inline-block;
    margin-left: 5px;
}

.spaceplandashboard__table__row--header .asc:after {
    content: "\25B2";
}

.spaceplandashboard__table__row--header .desc:after {
    content: "\25BC";
}

.spaceplandashboard__table td,
.spaceplandashboard__faux-row {
    padding: 30px 20px;
}

.spaceplandashboard__table__cell--left {
    text-align: left;
}

.spaceplandashboard__pagination-col {
    margin-top: 30px;
    text-align: right;
}

.spaceplandashboard__pagination__wrapper {
    display: inline-block;
    font-weight: bold;
    font-family: "Avenir LT W01 85 Heavy", sans-serif;
    color: #000;
    background: #e4e9ed;
}

.spaceplandashboard__pagination {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.spaceplandashboard__pagination li {
    display: inline-block;
}

.spaceplandashboard__pagination li a {
    display: inline-block;
    padding: 0 5px;
    font-family: "Avenir LT W01 35 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #000;
}

.spaceplandashboard__pagination li a:hover {
    color: #ee0034;
}

.spaceplandashboard__pagination .active a {
    font-family: "Avenir LT W01 85 Heavy", sans-serif;
}

.spaceplandashboard__pagination .prev a,
.spaceplandashboard__pagination .next a {
    vertical-align: middle;
    font-size: 10px;
}

.spaceplandashboard__view-all {
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase;
    color: #ee0034;
}

.spaceplandashboard__view-all:hover {
    color: gray;
}

.spaceplandashboard__faux-row.no-results {
    display: none;
    width: 100%;
    line-height: 30px;
    text-align: center;
}
