table .img-container{
    width: 60px;
    max-height: 160px;
    overflow: hidden;
    display: block;
}

table .img-container img{
    width: 100%;
}

input[type=text]:invalid.form-control.is-invalid{
    background-color: rgba(255, 0, 0, 0.3);
}
.loading-area{
    margin:0px;
}

.loading-area .overlay>.fa, .overlay-wrapper .overlay>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.loading-area .overlay,
.overlay-wrapper .overlay,
.info-box .overlay,
.small-box .overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 0.25rem;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 50;
}

.loading-area .col{
    display: flex;
    vertical-align: middle;
}

.home-status .loading-area{
    padding:15px 0 15px 0;
    border-bottom: 1px solid rgba(0,0,0,.12);
}

.fileinput-new>img,.fileinput-preview>img{
    max-height: 200px !important;
    width: auto !important;
}

/* image hover button */
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width:100%;
}
.middle i.material-icons {
    font-size: 24px !important;

}
.middle>.view i.material-icons {
    padding-left: 3px;
}
.card-header-image:hover .image {
    opacity: 0.3;
}
  
.card-header-image:hover .middle {
    opacity: 1;
}

.card-product{
    margin-top: 0px;
} 
  
.form-file-upload.bmd-form-group{
    padding-top: 0px;
}
.shortcut-menus{
    position: fixed;
    bottom: 0.75rem;
    z-index: 1000;
    color: white;
    text-align: center;
}

.shortcut-menus button{
    height: 50px!important;
    width: 50px!important;
}

.shortcut-menus button i{
    font-size: 30px!important;
    line-height: 50px!important;
}

.shortcut-menus-left{
    left: 2rem;
}

.shortcut-menus-right{
    right: 2rem;
}

.footer .footer-brand{
    float: left;
}
.footer .social-buttons{
    float: right!important;
}

@media (max-width: 992px) {
    .footer .footer-brand,.footer .social-buttons{
        float: none!important;
    }

}