html,body {
    margin:0;
    font-family:Verdana;
    scroll-behavior: smooth;
}
.fade {
    z-index:5;
    position:fixed;
    background:black;
    opacity:0.8;
    right:0;
    left:0;
    bottom:0;
    top:0;
    display:none;
    color:white;
    text-align:center;
    padding-top:20%;
}
.container{
    max-width:1100px;
    margin:0 auto;
}
.login {
    width:361px;
    padding:5px;
    margin-top:10vh;
    border:1px solid #dedede;
}
.header {
    border-bottom:1px solid #dedede;
    padding:10px;
}
.footer {
    border-top:1px solid #dedede;
    padding:10px;
}
.body {
    min-height:400px;
    padding:10px;
}
.date, .textfield, .textarea, .numberfield, .submitbutton, .selectfield, .deductionfield, .printbutton {
    padding:5px;
    width:200px;
    vertical-align:middle;
    color:#e88527;
    font-weight:600;
    border:1px solid #dedede;
}
.deductionfield, .printbutton {
    width:80px;
}
.submitbutton, .printbutton {
    color:white;
    background:black;
}
.printholder {
    text-align:center;
}
.textarea {
    resize:none;
}
.inputform label{
    display:inline-block;
    width:350px;
    margin:5px;
    position:relative;
}
.inputform b {
    vertical-align:middle;
    font-size:12px;
}
.statussuccess, .statusfailed {
    color:blue;
    text-align:center;
}
.statusfailed {
    color:red;
}
.logoimage {
    width:80px;
    height:80px;
    display:inline-block;
    vertical-align:middle;
}
.heading {
    display:inline-block;
    vertical-align:middle;
}
.heading h3, .heading h4, .heading h5{
    margin:5px 10px;
    padding:0;
}
.inputform h4 {
    text-align:center;
}
.navbar {
    padding:15px 0 0;
}
.navbar a {
    padding:3px 10px;
    border-right:2px solid #dedede;
    font-size:13px;
    color:black;
    text-decoration:none;
}
.navbar a:last-child {
    border:0;
}
table {
    border-collapse:collapse;
    min-width:100%;
}
table th, table td {
    border:1px solid #dedede;
    min-width:100px;
    padding:5px;
    font-size:12px;
}
table tr th:nth-child(1), table tr td:nth-child(1), table tr th:nth-child(2), table tr td:nth-child(2), table tr th:nth-child(3), table tr td:nth-child(3), table tr th:nth-child(4), table tr td:nth-child(4) {
    min-width:inherit;
}
.register table tr:nth-child(even), .advice table tr:nth-child(even){background-color: #f2f2f2;}
.register tr:nth-child(2), .advice tr:nth-child(1){
    background:black;
    color:white;
    font-size:12px;
}
.tableholder {
    width:100%;
    overflow:auto;
}
.searchvendorsclass a {
    display:block;
    padding:5px 2.5%;
    border-top:1px solid gray;
    width:95%;
}
.searchvendorsclass {
    width:200px;
    border:1px solid gray;
    border-top:0;
    display:none;
    margin:0;
    padding:0;
    position:absolute;
    top:30px;
    right:0;
    z-index:1;
    background:white;
}
.plus, .edit, .delete {
    width:25px;
    vertical-align:middle;
    padding:5px;
    cursor:pointer;
}
.edit, .delete {
    padding:0;
}
.searchinput {
    width:95%;
    padding:5px 2.5%;
}
.partialpay {
    width:190px;
    text-align:right;
}
.partialpayment {
    background:#fff9c9 !important;
}
.fullpayment {
    background:#d0ffc9 !important;
}
.overpayment {
    background:#ffc9c9 !important;
}
.showonprint {
    display:none;
}
.hide {
    display:none !important;
}
.floatright{
    float:right;
}
.clearfix{clear:both}
.login .submitbutton {
    width:100%;
}
.copyvendor {
    cursor:pointer;
    position: absolute;
    right: 3px;
    top: 3px;
}
#copyname2 {
    padding-right: 28px;
}
.copyvendor img {
    width:22px;
}
.instructions {
    font-size: 0;
    border-bottom: 1px solid #dedede;
    padding: 20px;
}
.instructionholder {
    display: inline-block;
    width: 80%;
    width: calc(100% - 200px);
    font-size: 13px;
    min-height: 150px;
    vertical-align: bottom;
}
.instructionholder .pp {
    padding: 0 10px;
    min-height: 130px;
    border-right: 1px solid #dedede;
    width: 95%;
}
.instructionholder .pp ul, .instructionholder .pp p {
    margin:5px;
}
.videoholder {
    width: 200px;
    display: inline-block;
    background: black;
    height: 150px;
}
.videorecorder {
    max-width:200px;
    max-height:150px;
    z-index:2;
}
.scrolled {
    position:fixed;
    top:10px;
    right:10px;
    width:80px;
    transition:all 0.25s;
}
.numbering, .questionpaper {
    max-width:1200px;
    border-top:0;
    margin:0 auto;
}
.questionpaper .answers label {
    display:block;
    cursor:pointer;
    margin: 2.5px 0 2.5px 30px;
    font-size:13px;
    font-weight:600;
}
.subbut, .questionpaper .question {
    display:block;
    padding:30px 0 10px;
    border-top:1px solid #dedede;
    position:relative;
}
.subbut p, .questionpaper .question p {
    margin:0;
    padding:0;
    font-size:13px;
    font-weight:600;
}
.questionpaper .question:nth-child(1) {
    border:0;
}
.diagram {
    max-width:100%;
    max-height:200px;
}
#dropper {
    position:fixed;
    transition:all 0.5s;
    margin:0 auto;
    padding:10px;
    color:white;
    right:0;
    left:0;
    text-align:center;
    z-index:2;
    bottom:-100%;
}
.fdropper {
    background:red;
    bottom:0 !important;
}
.dropper {
    background:green;
    bottom:0 !important;
}
.numbering a {
    margin: 1px;
    width: 23px;
    text-align: center;
    padding: 10px 5px;
    background-color: #0066ff;
    color: white;
    text-decoration: none;
    border-radius: 50%;
    display: inline-block;
    font-size: 9px;
    font-weight: 600;
    transition: all 0.5s;
}
.numbering .answered {
    background-color:#36cf54;
}
.numbering .doubt {
    background-color:#e33e0b;
}
.sticknumber {
    position:fixed;
    top:0;
    right:95px;
    left:0;
    padding:5px;
    background:white;
    z-index: 1;
}
.ancor {
    position:absolute;
    margin-top:-150px;
}
#sticknumbersholder {
    margin-bottom:10px;
}
#sticknumbersholder p {
    display: inline-block;
    margin: 0 10px 0 0;
}
.headers {
    text-align:center;
}
.headers h1, .headers h2, .headers h3, .headers h4, .headers h5, .headers h6 {
    margin:10px;
}
#timer {
    text-align:center;
}
#timer span {
    color:#e33e0b;
}
#sticknumbersholder .sticknumber p {
    display:none !important;
}
.cornerit {
    font-size:0;
    position:fixed;
    bottom:0;
    right:0;
    padding:5px;
    background:#a1222e;
    z-index:1;
}
#timer.cornerit span {
    color:white;
}
.cornerit span {
    font-size:13px;
}
.tableimage {
    text-align:center;
}
.tableimage img {
    max-width:80px;
    max-height:80px;
    margin:0 auto;
}
.tablequestions {
    min-width:300px !important;
}
@keyframes blinking {
    0% {
        background-color: red;
    }
    50% {
        background-color: maroon;
    }
    100% {
        background-color: red;
    }
}
.blinktimer {
    animation: blinking 2s infinite;
}
.partname {
    background: orangered;
    padding: 10px;
    color: white;
    margin: 50px 0 0 0;
}
@media screen and (max-width:600px){
    .sticknumber {
        position:inherit;
        top:0;
        right:0;
        left:0;
        padding:0;
        background:none;
    }
    .videoholder {
        width: 100%;
        display: block;
        vertical-align: top;
        text-align: center;
    }
    .instructionholder {
        display: block;
        width: 100%;
        vertical-align: bottom;
    }
    .instructionholder .pp {
        border-right: 0;
        width: 100%;
        padding:0 10px 10px;
    }
}
@media print {
    .pagebreak {page-break-after: always;}
    .hideonprint {
        display:none;
    }
    .showonprint {
        display:inherit;
    }
    .heading h5 {
        font-size:13px;
        font-weight:600;
        margin:0 10px;
        display:block;
    }
    .footer {
        display:none;
    }
}