﻿.zxzxz {
    background-color: purple !important;
    color: white !important;
}

/*Body*/
body {
    padding-top: 0px;
    padding-bottom: 20px;
}

.body-contentmax {
    width: 100%;
}

.body {
    margin: 0;
    color: #2f2f2f;
    font: 12px/1.55 Verdana,Arial,sans-serif
}

.body not::after iframe {
    background-color: #dee2e6;
}

.bodysimple {
    margin: 0;
    color: #2f2f2f;
    font: 14px Verdana,Arial,sans-serif;
}

.text-small{
    font: 10px arial;
}

.fieldset-wrapper {
    padding: 10px 0 5px 10px;
}

.left{
    text-align: left;
}

/*Overlaying Edit*/
.editOuter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 5px solid black;
}

/*Camera*/
#my_camera {
    width: 320px;
    height: 240px;
    border: 1px solid black;
}

/*Help*/
.page-help ul{
    margin-top: 5px;
    margin-bottom: 10px;
    list-style-type: square;
}

.page-help img{
    max-height: 300px;
    max-width: 300px;
}

/*Overview*/
.category {
    text-align: left;
}

.nom {
    margin-bottom: 4px;
}

.category-grid {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
    .category-grid li.category-item {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #CCC;
        border-radius: 6px 6px 6px 6px;
        margin: 3px;
        min-height: 138px;
        padding: 7px 10px 7px;
        position: relative;
        vertical-align: top;
        float: left;
        width: 138px;
        height: auto;
        flex-grow: 1;
        max-width: calc(50% - 28px);
        text-align: center;
    }
    .category-item.flow-ci {
        display: flex;
        flex-direction: column;
    }

li.category-item {
    list-style-type: none;
}

category-item img {
    border: 0;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

img.i-medium {
    max-width: 135px;
    max-height: 135px;
}

.category-grid li.category-item .category-item-name {
    font-size: 12px;
}

.category-grid .category-item-name {
    color: #203548;
    font-weight: 700;
    margin: 0 0 5px;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    margin-left: -7px;
    margin-bottom: 0;
    width: auto;
}

/*Search Filter*/
.searchfield-line {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 2em;
}

.searchfield {
    display: flex;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0 0 0 1em;
}

    .searchfield:first-child {
        margin-left: 0;
    }

    .searchfield input{
        margin-right: 5px;
    }

    .searchfield a{
        margin-right: 5px;
    }

    .searchfield label {
        line-height: 22px;
        border-radius: 4px 0 0 4px;
        background-color: #808080;
        padding: 2px 6px 2px 4px;
    }

    .searchfield select, input {
        height: 26px;
        border-radius: 0 4px 4px 0;
        display: inline-block;
        position: relative;
        margin-bottom: 0;
        background-color: white;
    }

    .searchfield input[type="search"] {
        height: 20px;
        border-radius: 0 4px 4px 0;
        background-color: white;
        text-align: center;
    }

    .searchfield input[type="number"] {
        height: 20px;
        border-radius: 0 4px 4px 0;
        background-color: white;
        text-align: center;
    }

@media screen and (max-width:979px) {
    .searchfield-line {
        margin-bottom: 0;
    }

    .searchfield {
        flex-flow: wrap;
        margin: 0;
    }
}

.a-right {
    text-align: right !important;
}

.searchfield img {
    width: auto;
    max-height: 16px;
    vertical-align: top;
}

.searchfield #my_camera {
    width: auto;
    max-height: 200px;
}

.searchfield #my_camera>video {
    width: inherit;
    max-height: inherit;
}

/*Info Block*/
.well {
    min-height: 20px;
    padding: 10px 19px 10px 19px;
    margin-bottom: 20px;
    background-color: #dee2e6;
    border: 1px solid #808080;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.fieldset-description {
    margin: 1.5em 0 1.5em 0;
}

.dataLoading{
    font: bold 24px arial;
    color: green;
}

.description{
    font: 12px arial;
}

.homework{
    background-color: green;
    color: black !important;
    font-size: 15px !important;
}

.bagmissing {
    background-color: red;
    color: white;
}

.homeworkDone {
    background-color: green !important;
}

.fieldset-warning {
    background-color: red;
    color: white;
}

/*Quantity Add to item*/
.add_frame {
    clear: both;
    margin: 20px 0;
    border: 1px solid #c4c6c8;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
}

.add_frame img{
    max-width: 60px;
}

.add_left {
    width: 115px;
    text-align: center;
    margin-right: 20px;
}

    .add_left a {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.add_middle {
    width: 100%;
    /*display: flex;*/
}

.add_center {
    width: 100%;
}

.add_right {
    width: 35%;
}

.add_middle_bottom {
    display: flex;
}

.add_middle .form-item {
    margin: 3px;
}

.add_top, .add_bottom {
    display: flex;
}

.add_divider {
    border-bottom: 1px dashed #ddd;
    clear: both;
    padding: 5px 0;
    margin: 0 10px;
}

.add_row {
    display: flex;
}

    .add_row .form-item {
        width: 30%;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

.add_frame .add_middle .form-item label {
    width: auto;
    margin-right: 4px;
}

.add_frame .form-item label {
    margin-bottom: 0;
    display: inline-block;
}

.add_frame label {
    display: block;
    font-weight: 700;
    padding-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}

.add_frame .danger{
    background-color: red;
    color: white;
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.add_timestamp{
    text-align: left;
    font-size: 10px;
}

select {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 2px 3px;
    display: inline-block;
    /*font-size: 14px;*/
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    min-height: 20px;
}

input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    display: inline-block;
    padding: 2px 6px;
    font-size: 14px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    min-height: 20px;
}

    select, textarea, input[type=text], .stripe-input-text, input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
        display: inline-block;
        padding: 2px 6px;
        font-size: 14px;
        color: #555;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        vertical-align: middle;
        min-height: 20px;
    }

    input[type = "checkbox"] :not(.elemInput) {
        transform: scale(1.5, 1.5);
        margin-left: 5px;
    }

.input-mini {
    width: 80px;
}

.input-midi {
    width: 120px;
}

.input-large {
    width: 210px;
}

.input-max {
    width: 100%;
}

.input-append {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
}

.input-append {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    white-space: nowrap;
    flex-grow: 1;
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
}

    .input-append .add-on {
        margin-left: -1px;
        vertical-align: top;
        display: inline-block;
        display: inline-block;
        width: auto;
        /*height: 20px;*/
        min-width: 16px;
        padding: 2px 5px;
        font-size: 14px;
        font-weight: 400;
        /*line-height: 20px;*/
        text-align: center;
        text-shadow: 0 1px 0 #fff;
        background-color: #eee;
        border: 1px solid #ccc;
    }

        .input-append .add-on:last-child {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

.submit-middle {
    display: block !important;
    margin: auto;
}

.input-oneline a{
    margin-left: auto;
}

.input-oneline input{
    margin-left: 0;
}

.updateInfo{
    color: green;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border: 4px solid green;
}

.validation-summary-errors{
    border: 3px solid black;
    background-color: red;
    color: white;
    border-radius: 8px;
}

/*Culture Switcher*/
#regional-flag-cont {
    float: right;
    padding: 3px 5px 0 5px;
    margin: 4px 1px 0 -20px;
    line-height: 12px;
    cursor: pointer
}

    #regional-flag-cont:hover {
        border-radius: 5px 5px 5px 5px
    }

#culture-switcher {
    height: 15px;
    color: white;
}

.form-submit {
    padding: 5px 10px 5px 10px
}

.elemInput .description {
    font-size: .85em
}

/*Edit*/
.td-error{
    background-color: red;
}
.input-change {
    outline: 0.3em solid #61d0fe !important;
}

.input-error, .input-validation-error {
    outline: 0.3em solid red !important;
}

.input-oneline{
    display: flex;
}

.input-small {
    max-width: 70px
}

.input-medium{
    max-width: 120px;
}

.input-large{
    max-width: 250px;
}

.inputDisabled {
    background-color: lightgray;
}

.inputDone{
    background-color: green;
}

.inputNotDone{
    background-color: red;
}

.labelMandatory{
    color: orange;
}

/*Div Position Left*/
.divLeft{
    float: left;
}

/*Search Area*/
.searchArea {
    transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8); /* IE 9 */
    -webkit-transform: scale(0.8, 0.8); /* Safari and Chrome */
    -o-transform: scale(0.8, 0.8); /* Opera */
    -moz-transform: scale(0.8, 0.8); /* Firefox */
    float: right;
}

    .searchAreaLeft {
        transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8); /* IE 9 */
        -webkit-transform: scale(0.8, 0.8); /* Safari and Chrome */
        -o-transform: scale(0.8, 0.8); /* Opera */
        -moz-transform: scale(0.8, 0.8); /* Firefox */
        float: left;
    }

    .searchArea select option{
        font-size: 0.8em;
    }

/*Overlay Window*/
.overlayOuter {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

.overlayOuter-Show{
    display: block;
}

.overlayInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background-color: white;
    border-radius: 5px;
    border: 5px solid black;
}

.overlayContent {
    margin: 5px 2px 5px 2px;
}

.overlayInnerMedium {
    width: 50%;
    height: 80%;
}

.overlayInnerLarge {
    width: 90%;
    height: 80%;
}

.overlayInnerScroll {
    max-height: 80%;
    overflow-y: scroll;
    overflow-x: sroll;
}

/*Return Message*/
.msgFrame {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 80%;
    transform: translate(-50%,0);
    margin-right: auto;
    margin-left: auto;
    z-index: 910;
    border-collapse: collapse;
    empty-cells: hide;
}

.msgFrameIFrame {
    position: relative;
    top: 0px;
    left: 0%;
    width: 80%;
    transform: translate(0,0);
    margin-right: auto;
    margin-left: auto;
    z-index: 910;
    border-collapse: collapse;
    empty-cells: hide;
}

.msgSuc {
    border-radius: 0.4em;
    background-color: rgb(3, 114, 17, 0.9);
    color: white;
    padding-left: 1.5em;
    height: 3em;
}

    .msgSuc:empty{
        display:none;
    }

.msgErr {
    border-radius: 0.4em;
    background-color: rgba(255, 0, 0, 0.9);
    color: white;
    padding-left: 1.5em;
    font-size: 24px;
    height: 3em;
}

    .msgErr:empty {
        display: none;
    }

.msgLoad {
    border-radius: 0.4em;
    background-color: #439bfb;
    color: black;
    padding-left: 1.5em;
    height: 3em;
}
    .msgLoad:empty {
        display: none;
    }

.msgClick{
    cursor:pointer;
}

/*Slideshow*/
.slideshow-container {
    width: 20em;
    height: 20em;
    position: relative;
    margin: auto;
    border: 0.3em solid #a1aeba;
    border-radius: 0.5em;
}

.mySlides {
    display: none;
}

.textSlides {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.fadeSlides {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.numberSlides {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dotSlides {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.activeSlides {
    background-color: #717171;
}

@-webkit-keyframes fadeSlides {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fadeSlides {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media only screen and (max-width: 300px) {
    .textSlides {
        font-size: 11px
    }
}


/*List*/
.list-base {
    margin: 10px 0px 10px 0px;
    margin: .625rem 0rem .625rem 0rem;
    font-size: 14px;
    font-size: 1em;
}

.list-entry-base {
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem .3125rem 0rem;
}

.list-entry-label {
    margin: 0px 8px 0px 0px;
    margin: 0rem .5rem 0rem 0rem;
    width: 40%;
    display: inline-block;
}

.list-entry-label-right {
    text-align: right;
}

.list-entry-mobilehidden{

}

@media screen and (max-width: 500px) {
    .list-base {
        margin: 10px 0px 20px 0px;
        margin: .625rem 0rem 1.25rem 0rem;
        padding: 0;
        width: 100%;
        float: none;
    }
    .list-entry-label {
        margin: 10px 0px 20px 0px;
        margin: .625rem 0rem 1.25rem 0rem;
        padding: 0;
        width: 100%;
        float: none;
    }
    .list-entry-label-right{
        text-align: left;
    }
    .list-entry-mobilehidden{
        display: none;
    }
}


/*ProcessFlow*/
.ValueOK {
    border-right: 25px solid rgba(0, 128, 0, 0.60);
    /*border-right: 25px solid rgba(255, 255, 0, 0.60);*/
}

.ValueOKL {
    border-left: 25px solid rgba(0, 128, 0, 0.60);
    /*border-left: 25px solid rgba(255, 255, 0, 0.60);*/
}

.ValueOKBack {
    background-color: rgba(255, 255, 0, 0.60);
}

.ValueNOK {
    border-right: 25px solid rgba(255, 106, 0, 0.75);
}

.ValueNOKL {
    border-left: 25px solid rgba(255, 106, 0, 0.75);
}

.ValueNOKBack {
    background-color: rgba(255, 106, 0, 0.75);
}

.ValueMark {
    background-color: yellow;
}

.Cond1 {
    background-color: #55b6fc;
}

.Cond2 {
    background-color: #f7c679;
}

.StatusOK{
    background-color: forestgreen;
}

.StatusNOK{
    background-color: red;
}

.invoiceTotalValue{
    color: forestgreen;
}

    .invoiceTotalValue td {
        font-size: 16px;
        font-weight: bold;
    }

/*Function*/
.tabRightSide {
    float: right;
}

.tabFun {
    overflow: auto;
    overflow-y: hidden;
    padding-top: 5px;
    width: 100%;
}

.tabFunNav{
    font-size: 0.8em;
}

.tabFun label{
    height: 34px;
}

.tabFunNav label {
    height: 25px;
}

.tabFun > ul {
    position: relative;
    /*z-index: 900;*/
    list-style: none;
    display: flex;
    margin-bottom: -1px;
    padding-inline-start:0px;
}

    .tabFun > ul a {
        color: inherit;
        text-decoration: inherit;
    }

    .tabFun > ul label,
    .tabFun > div {
        border: 1px solid black;
    }

    .tabFun > ul label {
        display: inline-block;
        padding: 0.25em 1em;
        border-right-width: 0;
    }

    .tabFun > ul li:first-child label {
        border-radius: 0.5em 0 0 0.5em;
    }

    .tabFun > ul li:last-child label {
        border-right-width: 1px;
        border-radius: 0 0.5em 0.5em 0;
    }

    .tabFun > ul li:only-child label {
        border-right-width: 1px;
        border-radius: 0.5em 0.5em 0.5em 0.5em;
    }

    .tabFun button{
        background: none;
        border: none;
    }



/*.tabFun input, select {
    border: 1px solid #ccc;
    background-color: #fff;*/
    /*    height: 34px;
    border: 1px solid #aaa;
    border-radius: 5px 0px 0px 5px;
    background-color: #dee2e6;*/
/*}

        .tabFun input:hover, select:hover {
            border-color: #55b6fc;
            border-width: 2px;
            box-shadow: inset 0 1px 1px rgba(85, 182, 252, 0.6);
        }

        .tabFun input:focus, select:focus {
            border-color: #55b6fc;
            border-width: 2px;
            box-shadow: inset 0 1px 1px rgba(85, 182, 252, 0.6);
            background-color: white;
            outline-width: 0;
        }*/

    .tabFun image{
        max-height: 20px;
    }

    .tabFunDisable{}

    .tabFunEdit {
        background-color: rgba(85, 182, 252, 0.50);
    }

        .tabFunEdit:hover:not(.tabFunDisable) {
            background-color: rgba(85, 182, 252, 0.90);
            cursor: pointer;
        }

.tabFunDel {
    background-color: rgba(255, 106, 0, 0.75);
    /*background-color: rgba(255, 106, 0, 0.50);*/
}

    .tabFunDel:hover:not(.tabFunDisable) {
        background-color: rgba(255, 106, 0, 0.90);
        border: 2px solid white;
        /*background-color: rgba(255, 106, 0, 0.90);*/
        cursor: pointer;
    }

.tabFunUpdate {
    background-color: rgba(0, 128, 0, 0.50);
}

    .tabFunUpdate:hover:not(.tabFunDisable) {
        background-color: rgba(0, 128, 0, 0.90);
        cursor: pointer;
    }

.tabFunAll {
    background-color: rgba(113, 113, 113, 0.50);
}

    .tabFunAll:hover:not(.tabFunDisable) {
        background-color: rgba(113, 113, 113, 0.90);
        cursor: pointer;
    }

/*Tab Pages*/
.tabPage {
    overflow: auto;
    overflow-y: hidden;
    border-bottom: 2px solid black;
}

.tabActive {
    background: #808080 !important;
    color: white;
}

.tabPageElem:hover {
    background-color: rgba(113, 113, 113, 0.60);
    cursor: pointer;
}

    .tabPage > input {
        display: block; /* "enable" hidden elements in IE/edge */
        position: absolute; /* then hide them off-screen */
        left: -100%;
    }

    .tabPage > ul {
        position: relative;
        /*z-index: 900;*/
        list-style: none;
        display: flex;
        margin-bottom: -1px;
        padding-inline-start: 0px;
    }

        .tabPage > ul a {
            color: inherit;
            text-decoration: inherit;
        }

        .tabPage > ul label,
        .tabPage > div {
            border: 1px solid black;
        }

        .tabPage > ul label {
            display: inline-block;
            padding: 0.25em 1em;
            border-right-width: 0;
            background: #dee2e6;
        }

        .tabPage > ul li:first-child label {
            border-radius: 0.5em 0 0 0;
        }

        .tabPage > ul li:last-child label {
            border-right-width: 1px;
            border-radius: 0 0.5em 0 0;
        }
        .tabPage > li:hover{
            background-color:red;
        }
.tabPage > input:nth-child(1):focus ~ ul li:nth-child(1) label,
.tabPage > input:nth-child(1):checked ~ ul li:nth-child(1) label,
.tabPage > input:nth-child(2):checked ~ ul li:nth-child(2) label,
.tabPage > input:nth-child(3):checked ~ ul li:nth-child(3) label,
.tabPage > input:nth-child(4):checked ~ ul li:nth-child(4) label,
.tabPage > input:nth-child(5):checked ~ ul li:nth-child(5) label,
.tabPage > input:nth-child(6):checked ~ ul li:nth-child(6) label,
.tabPage > input:nth-child(7):checked ~ ul li:nth-child(7) label,
.tabPage > input:nth-child(8):checked ~ ul li:nth-child(8) label,
.tabPage > input:nth-child(9):checked ~ ul li:nth-child(9) label {
    background: #808080;
    color: white;
}

/*Tab inside Detail*/
.tabset {
    overflow: auto;
    overflow-y: hidden;
    display:inline-block;
}

.tabsetEdit {
    display: contents;
}

.tabSetElem:hover {
    background-color: rgba(113, 113, 113, 0.60);
    cursor: pointer;
}

.tabset > input {
    display: block; /* "enable" hidden elements in IE/edge */
    position: absolute; /* then hide them off-screen */
    left: -100%;
}

.tabset > ul {
    position: relative;
    /*z-index: 900;*/
    list-style: none;
    display: flex;
    margin-bottom: -1px;
}

    .tabset > ul a{
        color: inherit;
        text-decoration: inherit;
    }

    .tabset > ul label,
    .tabset > div {
        border: 1px solid black;
    }

    .tabset > ul label {
        display: inline-block;
        padding: 0.25em 1em;
        background: #dee2e6;
        border-right-width: 0;
    }
    .tabset > ul li:first-child label {
        border-radius: 0.5em 0 0 0;
    }
    .tabset > ul li:last-child label {
        border-right-width: 1px;
        border-radius: 0 0.5em 0 0;
    }
    .tabset > ul li:only-child label {
        border-right-width: 1px;
        border-radius: 0.5em 0.5em 0 0;
    }

.tabset > div {
    position: relative;
    border-radius: 0 0 0.5em 0.5em;
}
.tabset > input:nth-child(1):focus ~ ul li:nth-child(1) label,
.tabset > input:nth-child(2):focus ~ ul li:nth-child(2) label,
.tabset > input:nth-child(3):focus ~ ul li:nth-child(3) label,
.tabset > input:nth-child(4):focus ~ ul li:nth-child(4) label,
.tabset > input:nth-child(5):focus ~ ul li:nth-child(5) label,
.tabset > input:nth-child(6):focus ~ ul li:nth-child(6) label,
.tabset > input:nth-child(7):focus ~ ul li:nth-child(7) label,
.tabset > input:nth-child(8):focus ~ ul li:nth-child(8) label,
.tabset > input:nth-child(9):focus ~ ul li:nth-child(9) label {
    text-decoration: underline;
}
.tabset > input:nth-child(1):focus ~ ul li:nth-child(1) label,
.tabset > input:nth-child(1):checked ~ ul li:nth-child(1) label,
.tabset > input:nth-child(2):checked ~ ul li:nth-child(2) label,
.tabset > input:nth-child(3):checked ~ ul li:nth-child(3) label,
.tabset > input:nth-child(4):checked ~ ul li:nth-child(4) label,
.tabset > input:nth-child(5):checked ~ ul li:nth-child(5) label,
.tabset > input:nth-child(6):checked ~ ul li:nth-child(6) label,
.tabset > input:nth-child(7):checked ~ ul li:nth-child(7) label,
.tabset > input:nth-child(8):checked ~ ul li:nth-child(8) label,
.tabset > input:nth-child(9):checked ~ ul li:nth-child(9) label {
    background: #808080;
    color: white;
}
.tabset > div > section,
.tabset > div > section h2 {
    position: absolute;
    top: -999em;
    left: -999em;
}
.tabset > div > section {
    padding: 1em 1em 0;
}
.tabset > input:nth-child(1):checked ~ div > section:nth-child(1),
.tabset > input:nth-child(2):checked ~ div > section:nth-child(2),
.tabset > input:nth-child(3):checked ~ div > section:nth-child(3),
.tabset > input:nth-child(4):checked ~ div > section:nth-child(4),
.tabset > input:nth-child(5):checked ~ div > section:nth-child(5),
.tabset > input:nth-child(6):checked ~ div > section:nth-child(6),
.tabset > input:nth-child(7):checked ~ div > section:nth-child(7),
.tabset > input:nth-child(8):checked ~ div > section:nth-child(8),
.tabset > input:nth-child(9):checked ~ div > section:nth-child(9) {
    position: Static;
}
.tabset > ul label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*ZZZ To Be Revised*/
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    background-color: #fff;
    border: 10px solid #a1aeba;
    border-radius: 10px;
    padding: 0 15px 5px 15px;
    margin-bottom: 10px;
    margin-top: 5px;
    /*z-index: -1;*/
    position: relative;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


/*TEST scroll background image A*/
/*#main1 {
    background-image: url(../images/part/12/12005.jpg);
    background-position: top center;
    background-attachment: scroll;
    background-size: cover;
    height: 150px;
    width: 100%;
}

#placeholdersoyoucanscroll {
    height: 150px;
}*/
/*TEST E*/