#message {
    margin-left:230px;
}
#message .alert-success {
    margin: 0px;
}
.text-wrap{
    white-space: normal;
    word-break: break-all;
}
.width-max-250{
    max-width:250px;
}

#start_time a, #end_time a {
    color: #00b3ee !important;
}

ul.big_menu {
    float: left;
    width: 100%;
    list-style: none;

}

.big_menu li {
    float: left;
    width: 20%;
    display: block;
    text-align: center;
    height: 200px;
    margin-left: 3%;
    background-color: #fff;
    margin-bottom: 29px;
}

.big_menu li a {
    color: #353e45;
    font-size: 18px;
    /* line-height: 200px; */
    /* float: left; */
}
.big_menu li:hover {
    box-shadow: 0px 0px 20px 5px #e0dddd;
    margin-top: 0px;
    transition-duration: 0.2s;
}
.big_menu li:hover > a{
    color: #337ab7;

}
.big_menu li a i {
    float:left;
    width: 100%;
    font-size: 50px;
    margin-top: 65px;
    /* line-height: 158px; */
}

a.price_per_item {
    color: #111111;
}

@media print {
    .no-print{
        display: none;
    }
    body {
        background-color: #ffffff;
        border: none;
    }
    .x_panel {
        border: none;
    }

}

@media screen and (max-width: 767px){

    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        float: left;
    }
    .big_menu li {
        width: 40%;
    }
}