.navbar-nav {
    width: 100%;
    text-align: center;
}
.navbar-nav li {
    float: none;
    display: inline-block;
}

.main_table {
    color: #333;
    background: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
    font: 15px 'Helvetica Neue',
    Arial, Helvetica;
}

.container_td {
    background: #f0f0f0;
    font: 15px 'Helvetica Neue', Arial, Helvetica;
}

.title_td {
    background: #000;
    padding: 12px 25px;
    text-align: center;
}

.parent {
    text-align:center;
}

.nav>li>a {
    color: white;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: white;
    color: black;
}

.search-box {
    margin-left: 18px;
    margin-right: 18px;
}

.navbar-inverse {
    border-radius: 0px;
}

.data-cell {
    cursor: pointer;
}

.category-button {
    padding: 15px;
    width: 220px;
    height: 60px;
    font-size: 20px;
    margin: 10px;
}

.admin-home {
    text-align: center;
    padding: 40px;
}


#topMenu {
    background-color:#000;
    overflow: auto;
}

#box {
    background-color:#111111;
    position:relative;
    /*margin:0 auto;*/
    padding:5px;
    width:100%;
    margin-top: 5px;
}

.scroller {
    color:#ffffff;
    width:40px;
    text-align:center;
    cursor:pointer;
    display:none;
    padding:5px;
    margin-top:0px;
}

.scroller-right{
    float:right;
}

.scroller-left {
    float:left;
}

.wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
    padding:5px;
    height:50px;
}

.list {
    position:absolute;
    left:0px;
    top:0px;
    min-width:3000px;
    margin-left:12px;
    margin-top:0px;
}


.item{
    padding:10px;
    /*float:left;*/
    display:table-cell;
    margin:1px;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    border: 1px dotted #111;
    vertical-align:middle;
}

.item>a {
    color: white;
    padding: 10px;
}

a.active {
    color: black;
    background-color: #e8e8e8;
    padding: 10px;
}

.item>a:hover,
.item>a:focus {
    text-decoration: none;
    background-color: white;
    color: black;
}

a.approve-button {
    width: 110px;
    margin: 5px;    
}

a.admin-button {
    width: 110px;
    margin: 5px;    
}

#detailModal .modal-dialog {
    width: 1200px;
}

#detailModal .modal-dialog .modal-content .modal-header {
    padding: 0px;
}

#detailModal .modal-dialog .modal-content .modal-header .navbar {
    margin-bottom: 0px;
}

#detailModal .modal-dialog .modal-content #item_image_container {
    overflow: hidden;
}

.detail-content-header {
    display: flex;
    background-color: #f9f9f9;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
    #detailModal .modal-dialog {
        width: 90%;
    }
}

@media screen and (max-width: 414px) {
    #detailModal .modal-dialog {
        width: 95%;
    }

    .detail-content-header {
        padding: 5px 10px;
    }
}
