

.handle
{ cursor: move; }

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 0.1rem;
    padding-left: 1.25rem;
    background: #f2f2f2;
    color: #333;
}

.square {
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.green {
    background: greenyellow;
}

.red {
     background: red;
 }
.orange{
    background: orange;
}
.largerCheckbox
{
    width: 30px;
    height: 30px;
}

div.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    border: 3px solid #73AD21;
}
div.relative-top {
    position: relative;
    width: 100%;
    height: 180px;
    overflow-y: scroll;
    border: 3px solid grey;
}
div.add_top_margin {
    margin-top: 110px;
}
div.relative {
    position: relative;
    width: 100%;
    height: 800px;
    overflow-y: scroll;
    border: 3px solid black;
}

div.absolute {
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    height: 500px;
    border: 3px solid #73AD21;
}

.nopad {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 2px;
    padding: 0 !important;
}

.no-style {
    font-size: unset !important;
    font-family: unset !important;
    font-weight: unset !important;
    font-style: unset !important;
    text-transform: unset !important;
    margin-top: unset !important;
    margin-bottom: unset !important;
    font-family: unset !important;
    line-height: unset !important;
    color: unset !important;
    margin: unset !important;
    display: unset !important;
    -webkit-margin-before: unset !important;
    -webkit-margin-after: unset !important;
    -webkit-margin-start: unset !important;
    -webkit-margin-end: unset !important;
}
.sback {
    background-color:steelblue;
}
.sblack {
    background-color:black;
    color: white;
}
.double-scroll {
    width: 100%;
}

.form-group {
    margin: 0 !important;
}

.table td {
    padding: 0.2rem; !important;
}

.row-border{
    outline: thin solid black;
    outline-offset: -1px;
}

.trfiller {
    margin:0;
    padding:0;
    background: dimgrey;
}

.error-message {
    padding-top: 0;
    margin-top: 0;
    background-color:red;
    color:#fff;
}

.left0 {
    padding-left:0; margin-left: 0;
}
.right0 {
    padding-right:0; margin-right: 0;
}

.rightMargin2 {
    margin: 5px;
}

.stock_unknown {
    margin-top:30px;
    padding-left: 5px;
    background-color: yellow;
}

.stock_ok {
    margin-top:30px;
    padding-left: 5px;
    background-color: lightgreen;
}

.stock_bad {
    margin-top:30px;
    padding-left: 5px;
    background-color: red;
}
.leanT {
    border: solid 1px #777;
    padding-top: 0px;
    padding-bottom: 0px;
    margin:0; !important; }

.smallT {
    font-size: 11px;
    /*width: 200px !important;*/
}
.fixed_table {
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.fixed_header {
    width: 100%;
    /*display: block;*/
}
.fixed_tbody {
    /*display: block;*/
    width: 100% !important;
    overflow: auto;
    height: 100px;
}

.tag_css {
    /*inline-size: 300px;*/
    overflow-wrap: break-word;
}

.table-scroll > tbody {
    overflow-y: auto;
    max-height: 100px !important;
}

.table-scroll > tbody, .table-scroll > thead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
}

.tab_ht {
    width:100%;
    max-height: 200px;
}

.btn-default {
    background-color:mediumspringgreen!important;
}

.text-center-row>th,
.text-center-row>td {
    text-align: center;
}


