.table tbody>tr>td.vert-align{
    vertical-align: middle;
}

.iconcenter{
    vertical-align: middle;
}

.hide {
    display: none;
}

.btn-space {
    margin-right: 5px;
}

.space-right {
    padding-right: 5px;
}
.space-left {
    padding-left: 0px;
}

.centercont{
    width: 100%;
    float: none;
    text-align: center;
}

.img-menu{
    margin-top: 20px;
    margin-bottom: 0px;
    width: 120px;
    height: 120px;
    padding: 1px;
    border: 3px solid #737373;
    background: #fff;
}

.menu-labels{
    width: 100%;
    float: none;
    text-align: center;
    display: inline-block;
}

.company{
    color: #737373;
    font-size: 18px;
}

.white {
    color: #fff;
}

.border-inside{
    border-right: 1px solid #bababa;
}

.edit-modal{
    margin: 15px;
}

@media (max-width: 768px) {
    .edit-modal{
        margin: 5px;
    }
}

@media(max-width:991px) {
    .border-inside{
        border-right: none;
        border-bottom: 1px solid #bababa;
        margin-bottom: 8px;
    }
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

@media print {
    body * {
        visibility: hidden;
    }
    #page-wrapper, #page-wrapper * {
        visibility: visible;
    }
    #actions, #actions * {
        visibility: hidden;
        display: none;
    }
    #page-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
    }
}
 .ghost {
     opacity: .5;
     background: #C8EBFB;
 }

 .paq {
     float: left;
     margin-bottom: 25px;
     margin-right: 25px;
     padding: 10px;
 }

.paqImg {
    text-align: center;
}

.paqImg img {
    max-width: 150px;
    max-height: 150px;
}

.paqInfo {
    height: 150px;
    text-align: center;
}

.limit {
    margin-top: 20px;
    height: 80px;
}

.paqInfo .title{
    font-size: 100%;
    font-weight: bold;
}

.paqInfo .info {
    height: 150px;
    font-weight: normal;
}
