/** HEADER **/
.page-header.navbar .page-logo .logo-default {
    margin: 8px 0 0;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    padding: 12px 6px 11px 14px;
}
/** END HEADER **/
/** SIDEBAR **/
.page-sidebar .sidebar-toggler, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler {
    margin-top: 5px;
    margin-bottom: 5px;
}
.page-header.navbar.navbar-fixed-top {
    z-index: 100;
}
/** END SIDEBAR **/

/** GALLERY **/
div.galleryPreview{
    position: relative;   
}
div.galleryPreview div{    
    float: left;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 3px 3px;
    border: 1px dotted lightgrey;
    line-height: 150px;
}
div.galleryPreview div img{
    display: inline-block !important;
}
div.galleryPreview .placeholder{
    margin: 0;
    padding: 0;
}
div.galleryPreview .icons{
    position: absolute;
    line-height: normal;
}
div.picture-messages{
    display: none;
}
/** END GALLERY **/

/** MENU **/
.contentList li{
    z-index: 99;
}
.droppableMenu{
    min-height: 100px;
}
.droppableMenu li{
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.menuItemInput,
.orderItemInput{
    position: absolute;
    display: none;
}
.orderItemInput {
    top: 5px;
}
.menuItemInput input,
.orderItemInput input{
    border: 1px solid black;
    margin: -3px 0 0;
    padding: 0 2px;
}
.menuItemInput a,
.orderItemInput a{
    margin: -3px 0 0;
}
.dd3-handle:before {
    content: '';
}
.dd3-handle {
    text-indent: 0%;
}

.dd3-content {
    padding: 5px 30px 5px 40px;
}

.dd-handle {
    padding: 5px 6px;
}
div.sync_menu .dd-handle {
    cursor: default;
}

.deleteOrderItem {
    position: absolute;
    right: 8px;
    top: 6px;
}

.dd3-content:hover > .deleteOrderItem {
    display: block;
}

.submenu_control {
    position: absolute;
    top: 1px;
    right: 0;
    height: 28px;
    line-height: 28px;
    width: 124px;
    text-align: center;
}
/** END MENU **/

/** SORTING **/
div.sorting{
    display: inline-block;    
}
div.sorting a{
    color: #000;
    display: inline-block;
    /*width: 12px;*/
    text-align: center;
}
div.sorting a:hover{
    color: grey;
}
/** END SORTING**/

/** SUBMIT BTN**/
.submit_btn{
    width: 100%;
}
/** END SUBMIT BTN**/

/** IMG**/
img.meat{
    max-width: 120px!important;
    height: auto;
    margin: 0 auto;
    display: block;
}
/** END IMG**/

