﻿.ShellTank {
position:relative;
width:154px;
}

    .ShellTank:first-child {
    }

input#StartNewQuoteCartBtn {
    clear: right;
    float: none;
    display: block;
    margin:10px 0;
}

.ShellColumns {
    margin-bottom: 5px;
    position:relative;
}
    .ShellColumns.Column3 {
        bottom: 0;
        text-align: right;
        margin-top: auto;
    }
    .ShellColumns.Column3 .btn{
        margin-right:5px;
    }
    .ShellColumns.Column3 i.fa.fa-trash-o {
        padding: 3px;
    }
        .ShellColumns.Column2 span, .QuoteCartTitleDiv {
        display: block;
        margin-bottom: 5px;
    }

.ShellQuoteCart.ShellTank.CurrentCart {
    border: #4fc145 1px solid;
}

.ShellQuoteCart.ShellTank .CurrentName {
    font-weight: bold;
    color: #4fc145;
}

.SubmittedQuotesShell {
    clear: both;
}
/*End Quotes*/
@media (max-width: 767px) {
    .ShellContent {
        width: 100%;
    }

    .AccountBanner {
        padding-left: 0;
        text-align: center;
    }

    .ShellMyAccountSideBar {
        width: 100%;
        float: none;
        border-bottom: 1px solid #000;
        text-align: center;
    }

        .ShellMyAccountSideBar a {
            border: unset;
            display: inline-block;
            margin: 0;
            padding: 10px 10px;
        }

            .ShellMyAccountSideBar a span {
                font-size: 10px;
            }
}

@media (max-width: 500px) {
    .ShellMyAccountSideBar a span {
        display: none;
    }

    .ShellMyAccountSideBar a {
        padding: 15px 20px;
    }
}

.ShellQuoteCartList {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width : 992px) {
    .ShellQuoteCartList {
        justify-content: center;
    }
}

.ShellTank {
    position: unset;
    display: flex;
    padding: 12px !important;
    border: 1px #ccc solid;
    margin: 10px;
    margin-left: 0;
    border-radius: 5px;
    max-width: 225px;
    width: unset !important;
    height: unset !important;
    flex-direction: column;
}

.QuoteCartNameDiv {
    word-wrap: break-word;
    border-bottom: 1px dashed;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
