﻿.searchbar {
    display: none;
}

.account-left {
    float: left;
    width: 250px;
    margin-right: 20px;
}

    .account-left #admin-menu {
        display: inline-block;
        opacity: 1;
        position: static;
        border-bottom: 0px;
    }

        .account-left #admin-menu a {
            font-size: .8125rem;
        }

        .account-left #admin-menu li:last-child {
            display: none;
        }

        .account-left #admin-menu ul li:last-child {
            display: inline-block;
        }

.account-right {
    float: left;
    width: calc(100% - 270px);
}

.acc-title {
    float: left;
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: .875rem;
}

    .acc-title b {
        float: left;
        margin: 10px 0;
        font-size: .875rem;
    }

    .acc-title form {
        float: right;
    }

    .acc-title select {
        padding: 10px;
        border: 1px solid #ddd;
        float: left;
        width: auto;
        font-size: .8125rem;
    }

    .acc-title a {
        margin-left: 10px;
        float: left;
        padding: 10px;
        font-size: .8125rem;
    }

.empty {
    float: left;
    padding: 20px 10px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

    .empty p {
        float: left;
        width: 100%;
        font-size: .975rem;
        text-align: center;
    }

    .empty a.button {
        display: inline-block;
        margin-top: 10px;
        font-size: .875rem;
        padding: 15px 20px;
    }

.package .alert-box.successmessage {
    color: #5da423 !important;
    background: #fff;
    line-height: 1.7;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #5da423;
    float: none;
}

.package .alert-box {
    padding-right: 10px;
}

    .package .alert-box.warningmessage {
        color: #f07830;
        background: #fff;
        line-height: 1.7;
        font-weight: bold;
        font-size: 18px;
        border: 1px solid #f07830;
        float: none;
    }

    .package .alert-box.successmessage .close {
        background: inherit;
        color: #333 !important;
        font-size: 1.22222rem;
        line-height: 1.8;
        margin-top: -1.8em;
        opacity: .3;
        padding: 0 6px 4px;
        display: flex;
        justify-content: flex-end;
    }

    .package .alert-box.warningmessage .close {
        background: inherit;
        color: #333 !important;
        font-size: 1.22222rem;
        line-height: 1.8;
        margin-top: -1.8em;
        opacity: .3;
        padding: 0 6px 4px;
        display: flex;
        justify-content: flex-end;
    }

.package-advantages {
    float: left;
    padding: 20px 10px;
    width: 100%;
    padding-top: 0px;
}

#getOffer p {
    font-size: 14px;
}

.package-advantages h5 {
    color: #17b;
    font-weight: 600;
}

.package-advantages ul {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    font-weight: 600;
}

.form-package {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

    .form-package #getOffer {
        width: 50%;
    }

input[type=submit] {
    width: 100%;
    background-color: #5DB420;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.5s ease
}

    input[type=submit]:hover {
        background-color: #5da423;
    }

.form-package select {
    padding: 12px 20px;
    margin: 0 0 8px 0;
}


.display-filter {
    display: flex;
    align-items: center;
}

    .display-filter span {
        font-size: 13px;
        padding-right: 10px;
    }

@media (max-width: 860px) {
    .account-left #admin-menu {
        position: fixed;
        display: none;
    }

        .account-left #admin-menu a {
            font-size: .875rem;
        }

        .account-left #admin-menu li:last-child {
            display: inline-block;
        }

    .account-right {
        width: 100%;
    }
}

/* mobile view */
@media (max-width: 640px) {
    .acc-title {
        border-left: 0px;
        padding: 20px 10px;
        border-right: 0px;
        border-top: 0px;
        border-radius: 0px;
        text-align: center;
    }

        .acc-title b {
            float: left;
            width: 100%;
            margin: 0;
        }

        .acc-title form {
            width: 100%;
            margin-top: 10px;
        }

        .acc-title select {
            float: none;
            display: inline-block;
            padding: 10px 5px;
        }

        .acc-title a {
            float: none;
            display: inline-block;
            margin-left: 0px;
        }

    .filters-row {
        display: flex;
        margin-top: 30px !important;
    }

        .filters-row div:nth-child(1) {
            width: 52%;
        }

        .filters-row div:nth-child(2) {
            width: 65%;
        }

    .acc-title-favorites {
        padding-left: 0px;
        padding-right: 0px;
    }

    .display-filter {
        display: block;
    }

        .display-filter span {
            padding-right: 5px;
        }
}

.paymentMobile > div:nth-child(2) {
    float: none !important;
    width: 100%;
    padding: 0 15px;
}
