﻿.icon-text {
    line-height: 40px;
    padding: 10px 0px;
    font-size: 14px;
}

.icon {
    /*margin-left: 10px !important;*/
    margin-right: 10px;
    font-size: 36px !important;
    height: 40px !important;
    vertical-align: middle !important;
    color: var(--color-theme) !important;
}

td {
    padding: 5px 0px 5px 0px !important;
    border: none !important;
}

tr {
    padding: 5px 0px 5px 0px !important;
}

.bordered-top {
    border-top: 1px solid black !important;
    padding: 12 0 12 0 !important;
}

.bordered-bottom {
    border-bottom: 1px solid black !important;
    padding-bottom: 12px !important;
}

.showroom-image {
    width: 100%;
    vertical-align:top;
}

.gallery-img-title {
    height: 50px;
    background-color: var(--color-darkgrey) !important;
    color: var(--color-white);
    padding-left: 4px;
    padding-top: 14px;
}

.input-box {
    width:300px;
}

.label-box {
    width: 180px;
}
.hideit {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}