﻿table.table-list-view {
    overflow: hidden;
    word-break: break-all;
}

.mbtm-15 {
    margin-bottom: 15px;
}

legend {
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    padding: 15px 0px 0px 0px;
    position: relative;
    top: 0px !important;
    left: 0px;
    text-transform: uppercase;
}

legends {
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    padding: 2px 4px;
    position: relative;
    top: 0px !important;
    left: 10px;
    text-transform: uppercase;
}

legend.termsText {
    color: #000 !important;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    padding: 15px 0px 0px 0px;
    position: relative;
    top: 0px !important;
    left: 0px;
    text-transform: uppercase;
}

fieldset.pss-boxone.overlay::after {
    background-color: #fbc109 !important;
}

fieldset.pss-boxTwo.overlay::after {
    background-color: #f38549 !important;
}

fieldset.pss-boxThree.overlay::after {
    background-color: #908c86 !important;
}

fieldset.mainbox {
    padding: 0.35em 0.625em 0.75em;
    margin: 10px 15px;
    border: 1px solid #00bbca !important;
}

.posRel, .mainbox {
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
}

    fieldset.pss-boxone {
        border: 1px solid #fbc109 !important;
    }

    fieldset.pss-boxTwo {
        border: 1px solid #f38549 !important;
    }

    fieldset.pss-boxThree {
        border: 1px solid #908c86 !important;
    }

.table-list-view tbody tr td {
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #ccc;
    cursor: pointer;
    vertical-align: middle;
    background: #908c86 !important;
}
.lunch.table-list-view tbody tr td {
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #ccc;
    cursor: pointer;
    vertical-align: middle;
    background: #fbc109 !important;
}

.table-list-view tr:hover td:first-child {
    border-left: 0px solid #fff;
}

.table-list-view tr:hover td:last-child {
    border-right: 0px solid #fff;
}

.table-list-view tbody tr:hover td {
    background: #f9f3f8;
    border-bottom: 0px solid #fff;
    border-top: 0px solid #fff;
}
.table-list-view tbody tr td:first-child {
    border-left: 0px solid #ccc !important;
}
.table-list-view tbody tr td:last-child {
    border-right: 0px solid #ccc!important;
}
.heading {
    color: #000 !important;
}
@media only screen and (min-width: 320px) and (max-width: 449px) {
    .caretsymbol {
        display: inline-block;
        border-top: 0px solid #fff !important;
        border-right: 10px solid transparent !important;
        border-bottom: 10px solid #00bbca !important;
        border-left: 10px solid transparent !important;
        position: relative;
        top: 9px !important;
        left: 10px !important;
    }
}