@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

* {
    box-sizing: border-box;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}
.checkers span{
    padding-right:3px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.cat {
    cursor: pointer;
}

    .cat:hover {
        //color:grey;
    }

.catlvl {
    padding-left: 45px;
    padding-top: 8px;
    font-size: 0.9rem;
    border-left: 1px solid lightgrey;
}

.catlvl-s {
    padding-left: 20px;
    padding-top: 5px;
    font-size: 1.0rem;
    border-left: 1px solid lightgrey;
}

.cat-s {
    cursor: pointer;
}

    .cat-s:hover {
        color: grey;
    }

.cat-s-selected {
    font-weight: bold;
    color: red;
}

.cat-s-selected-tree {
    color: orange;
}

.cat-not-visible {
    color: orangered;
}
.form-control {
    padding: 2px 10px;
    line-height: 1.1;
    height: calc(1.5em + .5rem + 2px)
}


.table{
    margin-bottom:0;
}
.table td {
    padding: 5px 8px 5px 8px;
    font-size: 0.9rem;
    vertical-align: middle;
}

.table-products {
    min-height: 300px;
}

.td-ean {
    width: 120px;
}

.td-image {
    width: 60px;
}

.td-name {
    width: auto;
}

.td-category {
    width: 250px;
}

.td-state {
    width: 200px;
}
.td-color{
    width:15px;
}

.td-price {
    width: 75px;
}

.td-qty {
    width: 63px;
}

.hidden {
    height: 0;
    width: 0;
    visibility: hidden;
}

.main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.tab {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}





body {
    overflow-y: scroll;
}

.nv-b {
    width: 25px;
    height: 20px;
    padding: 2px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.5rem;
    margin-left: 15px;
}

.lng {
    width: 25px;
    height: 20px;
    padding: 2px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
}

.lng-selected {
    background-color: #1b6ec2;
    color: white;
}

.segment {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

.segment-header {
    padding-left: 5px;
    color: #1b6ec2;
    font-weight: bold;
    background-color: #eff1ff;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.tab-button {
    padding: 2px 5px 2px 5px;
    margin-top: 5px;
    margin-right: 4px;
    border-radius: 3px;
    background-color: #052767;
    color: white;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #052767;
}

.btn {
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
   // background-color: #052767;
    color: white;
    display: inline-block;
    cursor: pointer;
   // border: 2px solid #052767;
}

.tab-button:hover {
    opacity: 0.8;
}

.selected {
    opacity: 0.8;
}

.tab-unsaved {
    border-color: red;
}

.img-fluid {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

.oi {
    top: 3px !important;
}

.tool {
    padding: 2px;
    border: 1px solid grey;
    border-radius: 4px;
    cursor: pointer;
    color: grey;
    margin-left: 2px;
}

.tool-xl {
    padding: 2px 15px;
    border: 1px solid grey;
    border-radius: 4px;
    cursor: pointer;
    color: grey;
    margin-left: 2px;
}

    .tool:hover {
        color: darkgrey;
        border-color: darkgrey;
    }

    .tool span {
        top: 2px !important;
    }

    .tool > label {
        margin: 0;
    }

.tool-small {
    color: #bfbfbf;
    margin-left: 5px;
    font-size: 0.7rem;
    cursor: pointer;
}

    .tool-small:hover {
        color: black;
    }

.tool-small-n {
    color: #bfbfbf;
    margin-left: 5px;
    font-size: 0.8rem;
}

    .tool-small-n:hover {
        color: #bfbfbf;
    }


.gal-row {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 150px;
}

.gal-img {
    display: inline-block;
    float: none;
    width: 120px;
    height: 130px;
    border: 1px solid grey;
    text-align: center;
    padding: 3px;
    cursor: pointer;
}

    .gal-img img {
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

#file-upload-gal {
    position: absolute;
    visibility: hidden;
}
#upload-image-1 {
    position: absolute;
    visibility: hidden;
}
#upload-image-2 {
    position: absolute;
    visibility: hidden;
}

.edit-group {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 1px solid #f2f2f2
}

.param {
    border-bottom: 1px solid #efefef;
    background-color: #f5f5f5;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

    .param:hover {
        background-color: #f8f8f8;
    }




.pg-group {
    background-color: #fafafa;
    margin-bottom: 10px;
}

.pg-title {
    font-size: 1.2rem;
    font-weight: bold;
    cursor: grab;
}

    .pg-title:hover {
        text-decoration: underline;
    }

.pg-title-non {
    font-size: 1.2rem;
    font-weight: bold;
}

.pg-params {
    padding-left: 10px;
}

.pg-param {
}

    .pg-param:hover {
        text-decoration: underline;
        cursor: grab;
    }

.param:focus {
    cursor: grabbing;
}

.dt-category {
    padding: 2px 5px;
    margin-top: 3px;
    background-color: #f8f8f8;
    font-weight: bold;
}

.segment-body {
    padding: 5px 2px;
    background-color: #fafafa;
    min-height: 97px;
}


.page-button{
    cursor:pointer; 
    padding:3px;
}

.page-button:hover{
    color:lightgray;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.label{
    padding-top:10px;
}

label{
    margin-bottom:0px !important; 
}

.visible {
    background-color: #cafbb4;
}

.banner-preview{
    border-top:1px solid black;
    padding-top:15px;
    padding-bottom:15px;
}

.true-img-fluid {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

.banner-image-preview{
    width:100%;
    height:250px;
    text-align:center;
}

h1{
    font-size:2.0rem;
}
h2{
    font-size:1.7rem;
}

.product-select{
    cursor:pointer;
}

.pointer{cursor:pointer;}

.td-h2 {
    width: 40px;
    border-right: 1px solid #dee2e6;
    background-color: #009cd338;
}

.td-h1 {
    width: 30px;
    border-right: 1px solid #dee2e6;
    background-color: #009cd338;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-color: white;
}

.bootstrap-checkbox {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .bootstrap-checkbox i {
        position: absolute;
        left: -2px;
        top: -3px;
    }

.icon-stop {
    background-position: -312px -72px;
    background-color:red;
}

.icon-check {
    background-position: -288px 0px;
    background-color:green;
}