﻿.relative {
    position: relative;
}

.full {
    width: 100%;
    height: 100%;
}

.right {
    float: right;
}

.hidden {
    display: none !important;
}


.wide-page {
    display: block;
}

.tablet-page {
    display: none;
}

.mobile-page {
    display: none;
}


.wide-content {
    position: relative;
    width: 1600px;
    height: auto;
    margin: 0 auto 0 auto;
}

.wide-content2 {
    position: relative;
    width: 1009px;
    height: auto;
    margin: 0 auto 0 auto;
}

p {
    text-align: justify;
}

/* WIDE SEARCH BAR */

.wide-search-bar {
    position: relative;
    width: 100%;
    height: 60px;
    background: #263238;
}

.wide-search-bar .left {
    position: relative;
    width: 70%;
    height: 60px;
    float: left;
}

.wide-search-bar .right {
    position: relative;
    width: 30%;
    height: 60px;
    float: right;
}

.wide-search-bar input {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 7px;
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    padding: 8px 40px 8px 15px;
    box-sizing: border-box;
    outline: none;
}

.wide-search-bar-search {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
    width: 25px;
    height: 25px;
    background: url(/images/find.png) center center no-repeat;
    cursor: pointer;
}

.wide-search-bar .toolbar {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
}

.wide-search-bar .toolbar-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 8px;
    box-sizing: border-box;
}

.wide-search-bar select {
    position: relative;
    width: 200px;
    height: 40px;
    padding: 4px;
    box-sizing: border-box;
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    margin: 0 10px 0 0;
    border: 0;
    outline: none;
}

/* WIDE CATEGORY LINE */

.wide-category-line {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    background: #0d5bbc;
}

.wide-category-line table {
    width: 1009px;
    margin: 0 auto 0 auto;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

.wide-category-line table > tr {
    vertical-align: middle;
}

.wide-category-line tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.wide-category-line td {
    display: table-cell;
    vertical-align: inherit;
}

.wide-category-line .image-col {
    position: relative;
    width: 128px;
}

.wide-category-line .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wide-category-line .image {
    position: relative;
    width: 128px;
    height: 98px;
    overflow: hidden;
}

.wide-category-line .name {
    position: relative;
    width: 100%;
    height: auto;
    padding: 8px 8px 0 30px;
    box-sizing: border-box;
    color: white;
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    font-weight: bold;
}

.wide-category-line .description {
    position: relative;
    width: 100%;
    height: auto;
    padding: 8px 8px 8px 30px;
    box-sizing: border-box;
    color: white;
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    font-weight: 500;
}


/* WIDE SCRIPT CONTENT */

.wide-script-content {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
}

.wide-script-content h3 {
    color: black;
    font-size: 19px;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.wide-script-content .table2 {
    width: 100%;
}

.wide-script-content table > tr {
    vertical-align: middle;
}

.wide-script-content tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.wide-script-content .td2 {
    width: 50%;
    vertical-align: top;
}

.wide-script-content .info-table {
    position: relative;
    width: 90%;
    margin: 10px 0 0 0;
}

.wide-script-content .name {
    width: 30%;
    padding: 5px;
    border-bottom: 1px dashed gray;
}

.wide-script-content .value {
    width: 70%;
    padding: 5px;
    text-align: right;
    border-bottom: 1px dashed gray;
}

.wide-script-content .name2 {
    width: 30%;
    padding: 5px;
}

.wide-script-content .value2 {
    width: 70%;
    padding: 5px;
    text-align: right;
}

.wide-script-content .price {
    color: red;
    font-weight: bold;
}

.wide-script-content .description {
    padding: 0 4px 50px 4px;
    box-sizing: border-box;
}

/* WIDE UPLOAD BOX */

.wide-upload-box {
    position: relative;
    width: 100%;
    height: 109px;
    margin: 21px 0 21px 0;
}

.wide-upload-box .input-file {
        position: absolute;
        opacity: 0; /* invisible but it's there! */
        width: 100%;
        height: 100%;
        cursor: pointer;
        z-index: 2;
}

.wide-upload-box .normal-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        border: 2px dashed #B1B1B1;
        box-sizing: border-box;
}

.wide-upload-box .upload-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        border: 2px dashed #009E5C;
        box-sizing: border-box;
}

.wide-upload-box .failure-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        border: 2px dashed #E02929;
        box-sizing: border-box;
}

.wide-upload-box .success-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        border: 2px dashed #009E5C;
        box-sizing: border-box;
}

.wide-upload-box .text {
        position: absolute;
        left: 0px;
        top: 50%;
        width: 100%;
        height: auto;
        padding: 0 20px 0 20px;
        box-sizing: border-box;
        font-family: Verdana;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        /* or 114% */

        text-align: center;
        color: #262626;
}

.wide-upload-box .text2 {
        position: absolute;
        left: 0px;
        top: 60%;
        width: 100%;
        height: auto;
        padding: 0 20px 0 20px;
        box-sizing: border-box;
        font-family: Verdana;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        /* or 114% */

        text-align: center;
        color: #262626;
}

.wide-upload-box .upload1 {
        position: absolute;
        left: 50%;
        top: 15px;
        width: 35px;
        height: 25px;
        transform: translate(-50%, 0%);
        background: url(/images/upload1.png) center center no-repeat;
}

.wide-upload-box .upload2 {
        position: absolute;
        left: 50%;
        top: 25px;
        width: 35px;
        height: 25px;
        transform: translate(-50%, 0%);
        background: url(/images/upload2.png) center center no-repeat;
}

.wide-upload-box .upload3 {
        position: absolute;
        left: 50%;
        top: 25px;
        width: 33px;
        height: 34px;
        transform: translate(-50%, 0%);
        background: url(/images/upload3.png) center center no-repeat;
}

.wide-upload-box .upload4 {
        position: absolute;
        left: 50%;
        top: 25px;
        width: 35px;
        height: 26px;
        transform: translate(-50%, 0%);
        background: url(/images/upload4.png) center center no-repeat;
}

/* WIDE TEST RESULT */

.wide-test-result {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 21px 21px 0px;
    box-sizing: border-box;
}

.wide-test-result table {
    width: 100%;
    margin: 0 auto 0 auto;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

.wide-test-result .test-result-header {
    background: #1a69cb;
    color: white;
    font-size: 14px;
}

.wide-test-result .test-result-header-td {
    padding: 10px;
    box-sizing: border-box;
}

.wide-test-result .name-column {
    width: 40%;
    min-width: 40%;
    padding: 5px;
    box-sizing: border-box;
}

.wide-test-result .value-column {
    width: 60%;
    min-width: 60%;
    padding: 5px;
    box-sizing: border-box;
}

.wide-test-result .found-result {
    color: white;
    background: #89a465;
    padding: 4px;
    box-sizing: border-box;
}

.wide-test-result .notfound-result {
    color: white;
    background: #cb1a1a;
    padding: 4px;
    box-sizing: border-box;
}

.wide-test-result .button-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 8px 8px 8px;
    box-sizing: border-box;
    text-align: center;
}

.wide-test-result .blue-button {
    box-shadow: inset 0px 1px 0px 0px #717ee2;
    background: linear-gradient(to bottom, #0339c4 5%, #094ca8 100%);
    background-color: #0330c4;
    border-radius: 6px;
    border: 1px solid #0752b8;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528009;
    outline: none;
}

/* WIDE GALLERY */

#wide-gallery {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid gray;
    padding: 10px;
    box-sizing: border-box;
    margin: 21px 0 21px 0;
}

#wide-gallery .gallery-item {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 5px;
}

#wide-gallery .preview-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

/* WIDE GALLERY PREVIEW DIALOG */

.wide-gallery-preview-dialog {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#wide-gallery-preview-dialog .background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #242A50;
    opacity: 0.80;
}

#wide-gallery-preview-dialog .form {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 650px;
    height: 400px;
    transform: translate(-50%, -50%);
    background: #F7F9FC;
    box-shadow: 0px 10px 20px rgba(0, 117, 255, 0.05);
    border-radius: 4px;
}

#wide-gallery-preview-dialog .preview-image-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}

#wide-gallery-preview-dialog img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

#wide-gallery-preview-dialog .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background: url(/images/close.png) center center no-repeat;
    cursor: pointer;
    z-index: 100;
}

/* WIDE REGISTER INFO */

.wide-register-info {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 21px 21px 0px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 17px;
}
