body {
    font-family: Calibri, Arial, sans-serif;
}
li.active a {
    background: #91d1ca;
}

#scrolldisable {
    min-width: 100vw;
    min-height: 100vh;
}

.un {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    width: 60%;
    float: left;
    box-sizing: border-box;
    display: block;
    font-family: 'Calibri', 'Arial', 'sans-serif';
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    margin-left: 20%;

}

.un2 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 20%;
    float: left;
    box-sizing: border-box;
    display: block;
    font-family: 'Calibri', 'Arial', 'sans-serif';
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    width: 60%;


}

.btn6 {
     position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 25%;
    float: left;
    box-sizing: border-box;
    display: block;
    font-family: 'Calibri', 'Arial', 'sans-serif';
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    width: 50%;
    

}



h2 {
    font-weight: bold;
    font-size: 45px;
}
 
.containerx {
    padding: 0px 15px;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
}

.container-profile {
    padding: 8px 40px 7px 40px;
    margin-right: auto;
    margin-left: auto;
    background: #eee;
}

.Batchlabel {
    padding: 10px 10px 8px 10px;
    border-bottom: 1px solid #b0acac40;
    margin: -10px -15px 8px -15px;
    width: calc(100% + 30px);
    display: block;
    max-width: none;
}

.main-area {
    padding: 0px 25px;
    max-width: 1310px;
    margin-right: auto;
    margin-left: auto;
}

.workflow {
    margin-top: 0px;
    margin-left: 0px;
    background: #eee;
    padding: 5px 0px 3px 0px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: calc(100% + 0px);
    font-weight: bold;
}

.workflow .main-area {
    padding: 0px 15px;
}

.selected {
    box-shadow: 0px 0px 0px 3px #1edfc9;
    outline: 1px solid #aaa;
    border-radius: 2px;
    position: relative;
    user-select: none;
}

.pic-grid.col-sm-3.selected:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(169 231 224 / 30%);
}

.scan-image {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.footer {
    margin-top: -7px;
    position: sticky;
}

label {
    margin-bottom: 2px;
}

i.total_result {
    margin: 0px 0px 20px 0px;
    display: block;
}

.pn.positive {
    color: #063a06;
    display: inline-block;
    background: #d4ffd4;
    padding: 2px 10px;
    border-radius: 4px;
    margin: 3px 0px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.pn.negative {
    color: #821708;
    display: inline-block;
    background: #ffd4d4;
    padding: 2px 10px;
    border-radius: 4px;
    margin: 3px 0px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.result {
    font-weight: bold;
    font-size: 16px;
}

.dt_added {
    color: #747474;
    font-size: 12px;
    margin: 2px 0px;
}

.results>.row {
    padding: 8px 0px 10px 0px;
}

label.radio-label {
    padding: 6px 6px 6px 0px;
    font-size: 12px;
    cursor: pointer;
}

.well {
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 15px 5px 15px;
    margin: 240px 20px -3000px 40px;
    z-index:3;
}

.btn.btn-info {
    background: #e77114;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn.btn-info:active,
.btn.btn-info:focus {
    background: #e77114;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    box-shadow: 0px 0px 0px 3px #ffa762;
}

.header {
    background: #ffe0a6;
    padding: 15px 0px 15px 0px;
    margin: 0px 0px 20px 0px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    font-size: 25px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: bold;
}

.navbar {
    background: #a9e7e0;
    margin: 0px 0px 20px 0px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    font-size: 25px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: bold;
    z-index: 1;
}

.navbar a {
    font-size: 16px;
    color: #1b1b1b;
    padding: 15px 20px;
}

.form-control {
    border-radius: 5px;
    padding: 10px 7px;
    height: auto;
    font-size: 14px;
    box-shadow: none;
    border: 2px solid #eee;
}

.btn-default {
    background: #0d79c8 !important;
    border: none;
    box-shadow: none;
    color: #fff;
    line-height: 25px;
    padding: 12px 10px 5px 10px;
    border-radius: 5px !important;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    background: #056dba !important;
}

.btn-cs {
    background: #d2d2d2 !important;
    border: none;
    box-shadow: none;
    color: #000;
    line-height: 18px;
    padding: 7px 10px 5px 10px;
    border-radius: 3px;
}

.btn-cs:hover,
.btn-cs:active,
.btn-cs:focus {
    color: #fff !important;
    border: none;
    box-shadow: none !important;
    background: #0d79c8 !important;
}

.div-label {
    font-weight: bold;
    font-size: 12px;
    margin: 10px 0px 5px 0px;
}

.well-2 {
    padding: 15px;
    background: #fff8eb;
    border: 1px solid rgb(0 0 0 / 8%);
}

div.error {
    padding: 12px;
    color: #a51818;
    font-weight: bold;
    background: rgb(255 195 195);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px 0px;
}

h4 {
    font-weight: bold;
    padding: 5px 0px 0px 0px;
    font-size: 14px;
}

h4.functionality-name {
    margin: 5px 0px 20px 0px;
    padding: 0px;
}

h5.testcase-name {
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pull-right button {
    margin: -4px -3px 0px 0px;
}

table.table,
table.table th,
table.table td {
    border: 1px solid #aaa !important;
    border-collapse: collapse;
}

input+.error {
    margin: 0px;
    width: 100%;
    font-size: 12px;
    background: transparent;
    color: #d00;
    border-radius: 3px;
    padding: 0px;
    border: none;
}

a.btn.btn-link {
    color: #fff;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 50%), 0px 0px 3px rgb(0 0 0 / 75%);
    font-size: 18px;
}

.alert.alert-success {
    font-size: 16px;
}

.well.well-full {
    min-height: 500px;
    overflow: auto
}

.well.well-full .well>div {
    display: block;
    padding: 10px;
    background: #fff;
    color: #262626;
    cursor: pointer;
    border: 1px solid #eee;
}

.well.well-full .well>div.active {
    background: #ffe0a6;
}

.well.well-full .well {
    padding: 0px;
    max-height: calc(100vh - 300px);
    overflow: auto;
}

.well.well-full h3 {
    margin: 0px 0px 18px 0px;
}

table.table {
    background: #fff;
}

table.table th {
    background: #fae0ae;
}

.well-full #testcases .well {
    padding: 15px 10px 0px 10px;
    overflow: hidden;
}

.btn:not(.btn-sm):not(.btn-xs) {
    border-radius: 2px;
    border: none;
    box-shadow: none;
    padding: 6px 8px;
}

.search-wrapper {
    position: relative;
}

.search-wrapper i.fa.fa-search {
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 14px;
    font-size: 15px;
    color: #aaa;
}

.search-wrapper input.form-control.search {
    padding-left: 38px;
    border-radius: 25px;
}

table tr:nth-child(2n) td {
    background: #f8f8f7;
}

select {
    padding: 5px;
}

.select-container::after {
    top: 5px;
    right: 12px;
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 11;
    font-size: 17px;
    color: #000;
}

.select-container {
    position: relative;
}

h4.missing {
    font-size: 23px;
}

.missing i.fa.fa-chevron-down {
    font-size: 15px;
    padding: 0px 0px 0px 3px;
    display: inline-block;
    vertical-align: 2px;
}

object {
    width: 132px;
}

.logo {
    text-align: center;
}

input#q {
    width: 420px;
    padding: 6px;
}

input#q::placeholder {
    font-size: 14px;
    font-weight: normal;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #2c2a2a;
    color: #ffe0a6;
}

.tech {
    font-weight: bold;
    margin: -10px -15px 8px -15px;
    padding: 4px 5px 2px 5px;
    font-size: 12px;
    color: #80652f;
    background: #fff0d3;
    border-bottom: 1px solid rgb(0 0 0 / 14%);
    min-height: 24px;
}

div#boxes {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 400px);
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
}

.muted {
    display: none;
}

.frow {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-around;
    margin: 0px 0px 8px 0px;
}

.frow label {
    display: block;
    font-size: 11px;
}

.fcol-sm-6 {
    width: 50%;
}

.frow .btn {
    padding: 3px 6px;
    width: 26px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.fcol-sm-4 {
    margin: 0px 3px 0px 0px;
    width: 80px;
}

#boxes .well:first-child .moveup {
    display: none;
}

#boxes .well:last-child .movedown {
    display: none;
}

.fcol-sm-2 {
    width: 95px;
    text-align: right;
}

button.btn.btn-default.btn-xs.expand {
    background: transparent;
    font-size: 11px;
}

#boxes .well:not(.expand) {
    height: 25px;
    overflow: hidden;
    border-radius: 3px;
}

#boxes .well.expand span.rflct {
    /* display: none; */
    min-height: 10px;
    display: inline-block;
}

#boxes .well:not(.expand) i.fa.fa-chevron-up {
    transform: rotate(180deg);
}

i.fa.fa-chevron-up {
    transition: transform 0.2s ease;
}

button.expand,
button.expand:hover,
button.expand:active,
button.expand:focus {
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #333 !important;
}

#boxes .page {
    margin: 10px 0px 15px 0px;
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 10px 7px 2px 7px;
    position: relative;
}

#boxes .page:empty {
    display: none;
}

#boxes {
    counter-reset: section;
}

#boxes .page::before {
    counter-increment: section;
    content: "Page " counter(section) ": ";
    color: #8a8a8a;
    font-size: 11px;
    position: absolute;
    top: -9px;
    left: 8px;
    font-weight: bold;
}

.singleform.insert-mode input:focus {
    outline: 3px solid #f00;
}

.profile {
    min-height: 100vh;
    background: #fafffe;
    color: #6e6e6e;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
}

#menu {
    margin-top: 10px;
    margin-left: 285px;
}

.profileHeader {
    margin-left: 1000px;
}

label.inp {
    display: block;
}

label.inp span {
    display: block;
    font-size: 13px;
    margin: 15px 0px 0px 0px;
    font-weight: bold;
    color: #505050;
}

label.inp input,
label.inp select {
    width: 100%;
    padding: 9px;
    border: 1px solid #d9d9d9;
}

div#profile_view {
    padding: 20px 15px;
    background: #fff9ef;
    border: 1px solid #b7ac98;
}

div#profile-list div {
    cursor: pointer;
    display: inline-block;
    padding: 15px;
    height: 100px;
    width: calc(50% - 20px);
    margin: 10px;
    vertical-align: top;
    font-size: 16px;
    background: linear-gradient(140deg, #a9e7e0, #7fc4bd);
    border-radius: 5px;
    text-decoration: none;
    color: rgb(255 255 255);
    text-shadow: 1px 1px 1px #848484, 1px 1px 1px #000;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
}

div#profile-list a.selected {
    background: #fae0ae;
    color: #000;
}

div#profile-list {
    font-size: 0px;
}

h3.profile-header {
    margin: 0px 0px 20px 0px;
    padding: 12px;
    background: #eaeaea;
    border: none;
    color: rgba(0,0,0,0.6);
}

a.btn-md {
    margin: -4px;
    padding: 8px 21px !important;
}

.profile.disabled>div {
    filter: blur(10px);
    user-select: none;
    pointer-events: none;
}

.profile.disabled {
    position: relative;
    z-index: 0;
}

.profile.disabled>h3 {
    position: absolute;
    left: 0%;
    top: 30%;
    z-index: 3;
    color: #000;
    height: 100%;
    width: 100%;
    text-align: center;
}

.pictures {
    height: calc(100vh - 85px);
    overflow-y: auto;
}

.pic-grid {
    width: calc(25% - 10px);
    aspect-ratio: 0.76;
    height: auto;
    background-color: #beb3a3;
    outline: 1px solid rgb(0 0 0 / 25%);
    margin-left: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 0px !important;
}

.pic-grid.col-sm-3.grouped {
    display: none;
}

.pic-grid.col-sm-3.group-view-hidden {
    display: none;
}

.pic-grid.col-sm-3.group-view-shown {
    display: block;
}

.pic-grid {
    display: flex;
    align-items: center;
}

.profileInfo {
    height: calc(100vh - 85px);
    overflow: auto;
    overflow-x: hidden;
}

#pictures img {
    width: 100%;
    height: auto;
    margin-left: 0px;
    display: inline-block;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
}

#pictures.disable {
    display: none;
}

label {
    padding: 5px;
    user-select: none;
}

i.fa.fa-plus-square,
i.fa.fa-minus-square {
    font-size: 14px;
    padding: 0px 4px 0px 0px;
    vertical-align: 1px;
    cursor: pointer;
    color: #333;
}

.tree-parent div>div {
    padding: 0px 0px 0px 10px;
    position: relative;
    margin: -11px 0px 0px 0px;
}

.image_label span {
    display: inline-block;
    cursor: pointer;
}

.image_label.label-selected span {
    background: #a9e7e0;
    color: #000;
    padding: 0px 6px;
    border-radius: 5px;
    margin: -6px 0px 0px -6px;
}

i.fa.fa-plus-square,
i.fa.fa-minus-square {
    font-size: 14px;
    padding: 0px 4px 0px 0px;
    vertical-align: 1px;
    cursor: pointer;
    color: #333;
}

.tree-parent label+div:before {
    content: "";
    border-left: 1px solid #aaa;
    position: absolute;
    height: calc(100% - 5px);
    top: -5px;
}

.tree-parent label+div>div:after {
    content: "";
    border-top: 1px solid #aaa;
    width: 9px;
    position: absolute;
    left: 0px;
    top: 14px;
}

a.floating-back-btn.btn.btn-default {
    position: fixed;
    left: 8px;
    top: 8px;
    padding: 7px 14px 5px 14px;
    line-height: 18px;
    border-radius: 4px;
}

#document_rename {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 200px;
    left: 600px;
    z-index: 1111;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

#make-pdf {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 200px;
    left: 600px;
    z-index: 1111;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

#delete-check {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 200px;
    left: 600px;
    z-index: 11111;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

#delete-check>.modal-content {
    position: relative;
    padding: 5px 20px;
    width: 300px;
    height: 100px;
    background-color: white;
    opacity: 1;
}

.modal-content {
    position: relative;
    padding: 0px 25px;
    width: 400px;
    height: 200px;
    background-color: white;
    opacity: 1;
}

.chosen-container-single .chosen-single span {
    padding: 7px;
    margin: 0px;
}

.chosen-container-single .chosen-single {
    height: 38px;
    background: #fff;
}

.chosen-container-single .chosen-single div {
    padding: 6px 0px;
}

div#pictures {
    position: relative;
}

div#pictures h4 {
    position: absolute;
    left: -8px;
    top: -11px;
    width: calc(100% + 16px);
    height: calc(100% + -6px);
    text-align: center;
    line-height: 100%;
    padding: 30% 0px 0px 0px;
    z-index: 1;
    background: rgb(255 255 255 / 85%);
}

.selected_document {
    background: #21b4c4;
    padding: 3px 3px;
    color: white;
    border: 1px solid;
    border-radius: 5px;
}

#Upload {
    display: none;
}

label.btn-sm {
    cursor: pointer;
}

label.btn-sm {
    cursor: pointer;
}

button[disabled],
html input[disabled],
button[disabled]:hover,
html input[disabled]:hover {
    cursor: not-allowed;
    opacity: 0.5;
    background: #c5d2d1 !important;
    color: #000 !important;
}

#picture_container.view1>.pic-grid {
    display: block;
    width: 98%;
    height: calc(100vh - 100px);
    text-align: center;
}

#picture_container.view2 {
    display: flex;
    flex-wrap: wrap;
}

#picture_container.view2>.pic-grid {
    flex: 40%;
}

#picture_container.view1>.pic-grid canvas {
    width: auto !important;
    height: 100%;
    margin: 0px 0px !important;
}

.btn-op {
    display: flex;
    margin-left: -10px;
}

.pic-grid.col-sm-3.cropped:before {
    content: none;
}

.pic-grid.col-sm-3.cropped.selected {
    box-shadow: none;
}

.pic-grid.zoom:hover canvas {
    transform: scale(5);
}

.pic-grid.loading:after {
    content: "Loading...";
    z-index: 9;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    padding: 60% 0px 0px 0px;
}

div#header {
    position: absolute;
    left: 5px;
    top: 0px;
    width: calc(100% - 10px);
    padding: 10px;
    z-index: 1;
    background: #f95f6e;
    text-align: center;
    color: #fff;
}

div#header a {
    color: #fff;
    text-decoration: underline;
}

#header.success {
    background: rgb(43, 169, 20);
}

.profile-overpanel {
    display: none;
}