/* Extra styling file */

.logon {
    margin-top: 30px;
}

.left-space {
    margin-left: 5px;
}

.logon-bg {
    background-image: url('../img/bg.jpg');
    background-size: cover;
}

.msg-alert {
    top: 20% !important;
    max-height: 30% !important;
    max-width: 50% !important;
}

.logonform {
    height: 100px;
    padding-top: 15px;
}

.btn-login {
    width: 100%;
}

.msg {
    padding: 10px !important;
}

.inventory-list-badge{
    right: 200px !important;
}

.right-line {
    border-right: 1px solid black;
    border-color: #e0e0e0;
}

.alert {
    margin-right: 10px;
}

.image-upload > input {
    display: none;
}

.image-upload > label > img {
    cursor: pointer;
}

.image-upload:hover > label > img {
    opacity: 0.5;
}

.modal-larger {
    width: 70%;
}

.notformobile {
        padding-top: 10px; 
        padding-left: 20px; 
        padding-right: 20px;
        margin-left: 250px;
    }

.bodyformobile {
        float: left;
        box-sizing: border-box;
        padding: 0 0.75rem;
        min-height: 1px;
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
}

.side-nav .collapsible-body li.active, .side-nav.fixed .collapsible-body li.active {
    background-color: rgba(62, 55, 55, 0.29);
}

.tabs .tab a {
    color: #000000;
}

.tabs .tab a:hover {
    color: #adadad;
}

.side-nav {
    top: 0;
    padding-top: 64px;
    z-index:0;
}

@media only screen and (max-width: 992px){
    .introbar { display: none; }
    .notformobile { margin-left: 0px; }
    .bodyformobile {
        display: none;
    }
    .orderedit{
        width: auto;
    }
}