﻿.ExhibitorBadgeReq {
    color: red;
    text-align: center;
    display: contents;
    padding: 0px;
}
.group-members-search-cont {
}

.search-criteria-cont {
}

.group-members-search-cont .alert {
    display: block;
}

.filters-search {
    margin-bottom: 20px;
}

    .filters-search span {
        display: block;
        margin-bottom: 2px;
    }

    .filters-search input[type=text],
    .filters-search select {
        color: #000;
        background: #fcfcfc;
        width: 100%;
        padding: 8px 10px;
        margin-bottom: 5px;
        border: 1px solid #e0e0e0;
        box-shadow: inset 0 2px 4px rgba(0,0,0,.051);
    }

.basket-overview .but {
    margin-bottom: 20px;
}

.table th a {
    color: #666;
}

.dxpc-mainDiv {
    border: solid 1px #ddd !important;
}

.dxpc-contentWrapper {
    border: none !important;
}

.dxpc-content {
    z-index: 101 !important;
    font-family: 'Soleto', sans-serif;
}

    .dxpc-content ul {
        margin: 0;
        padding: 0;
    }

    .dxpc-content li {
        list-style-type: none;
        font-size: 13px;
        line-height: 23px;
    }

    .dxpc-content hr {
        border: none;
        border-top: solid 1px #fc024c;
        height: 1px;
        line-height: 1px;
        background-color: transparent;
    }

    .dxpc-content li a {
    }

        .dxpc-content li a:hover {
        }

.basket-overview .btn-block select {
    color: #000;
    border: none;
    margin: 0 3px 0 2px;
}

.items-cont thead th {
    white-space: nowrap;
}

.items-cont input[type=text],
.items-cont select {
    background: #fcfcfc;
    width: 90px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    padding: 4px 5px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.051);
    clear: both;
    color: #000;
}

.items-cont select {
    padding: 3px 5px;
}

.items-cont input[type=text].title {
    width: 31px;
}

.items-cont span {
    font-size: 13px;
    color: #000;
    display: block;
    padding: 5px 4px;
    white-space: nowrap;
}

.items-cont .highlight {
    border-color: red !important;
}

.items-cont input[type=checkbox] {
    cursor: pointer;
}

@media (min-width: 768px) {
    .basket-overview .btn-block {
        display: inline-block;
        width: auto;
    }

    .filters-search span {
    }

    .filters-search input[type=text],
    .filters-search select {
        width: 25%;
        margin-right: 5px;
        margin-bottom: 0;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .filters-search select {
    }

    .filters-search .btn {
        line-height: 22px;
        margin-top: -2px;
    }

    .basket-overview {
    }
}

.NamebadgeSearch{height:47px;}


.items-cont .staff-rights {
    min-width: 105px;
}
.items-cont .staff-rights i {
    font-size: 18px;
    padding: 10px 5px;
    margin: 0;
    cursor: help
}
.items-cont .staff-rights i.hide {
    display: none;
}