﻿body,
html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.categorycontainer {
    width: 100%;
    height: 60vh; /*calc(100% - 70px);*/
    overflow-y: scroll;
}

.productcontainer {
    width: 100%;
    height: 60vh; /*calc(100% - 70px);*/
    overflow-y: scroll;
}

.modal-xxl {
    width: 95%;
    max-width: 1500px;
}

.logcontainer {
    width: 100%;
    height: 45vh; /*calc(100% - 70px);*/
    overflow-y: scroll;
}
.tblimgrow {
    min-height: 75px;
}

.imgthumb {
    width: 75px;
}

.imgthumb30 {
    width: 30px;
}

.imgthumb50 {
    width: 50px;
}

.categorycontainer2 {
    position: sticky;
    top: 120px;
    /*left: 0;
    right: 0;*/
    bottom: 30px;
    overflow: auto;
}

table tr td,
th {
    max-width: 300px;
}

.pointer {
    cursor: pointer;
}

.menu-selected {
    background-color: #4b4b4b;
    color: #fff !important;
}

.menu-selected:hover {
    background-color: #4ab533;
    color: #fff !important;
    transition: 0.3s;
}

.dropdown-menu-selected {
    border-bottom: 2px solid grey;
    color: #4b4b4b;
}

/* 
*    
*Bootstrap override
*
*/
.btn-outline-primary {
    color: #4b4b4b !important;
    border: 1px solid #4b4b4b !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #4ab533 !important;
    transition: 0.3s;
}

.bg-success {
    background-color: #4ab533 !important;
}

.text-primary {
    color: #4ab533 !important;
}

a,
.page-link {
    color: #4b4b4b;
}

a:hover,
.page-link:hover {
    color: #4b4b4b;
}

.page-item.active .page-link {
    background-color: #4b4b4b;
    border-color: #4b4b4b;
}

.navbar,
.navbar-brand {
    padding: 0 15px;
}
.navbar {
    border-bottom: 1px solid #ce5b78;
}

footer span {
    color: dimgray;
}

.bold {
    font-weight: 800 !important;
}

.boldrow td {
    font-weight: 800 !important;
}

#input-csv,
#input-header,
#input-xml2,
#input-katkep,
#input-katikon {
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

@media only screen and (min-width: 1440px) {
    .double-nav .button-collapse {
        display: block !important;
        top: 15px !important;
    }
}

.forcevisible {
    visibility: visible !important;
    display: inline-block !important;
    position: unset !important;
}

.forceselect {
    display: inline-block !important;
    font-size: 14px !important;
    padding-top: 3px;
    padding-bottom: 3px;
}

.link {
    color: cornflowerblue;
    text-decoration: underline;
}

.log-scrolling-table {
    height: calc(100vh - 150px);
}

.log-scrolling-table-templaterow {
    /*width: calc(50vw);*/
    /*width: 800px !important;*/
    word-break: break-word;
    text-wrap: normal;
    white-space: pre-wrap;
}

.virprodlist {
    height: calc(100vh - 400px);
    border: solid 1pt #fefefe;
    overflow-y: scroll;
}

.rowselected {
    background-color: #002db2;
    color: white;
}

.input-group-append {
    margin-left: -1px;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

/*UX*/
.fielderr {
    border-color: #f00 !important;
    border-radius: 3px;
    border-width: 1pt;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.bg-yellow {
    background-color: #fffbe5;
}

.table-sticky {
    height: 100%;
}

.table-sticky thead th {
    opacity: 0.99;
    position: sticky;
    position: -webkit-sticky;

    top: -1px;
    background-color: #4ab533;
}

.mycheckbox-on {
    font-size: 26px;
}

.mycheckbox-off {
    font-size: 18px;
    border: solid 1pt #aaa;
}

.mdb-skin .card-header-danger {
    background-color: #e57780;
    color: #fff;
}

.table-head-danger thead th {
    background-color: #e57780;
    color: #fff;
}

input[type='file'] + label {
    z-index: 999;
    opacity: 1;
}

.w-150 {
    width: 165px !important;
    display: inline-block;
    margin-left: 13px !important;
    margin-top: 13px !important;
}

.fielderror {
    color: red;
    font-weight: 800;
}

.table-not-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}
