﻿lk {
    cursor: pointer;
    color: #9BB800;
    font-size: 14px;
}

    lk:hover {
        color: #729603;
    }

    lk:active {
        color: grey;
    }

lkd {
    cursor: pointer;
    color: red;
    font-size: 14px;
}

    lkd:hover {
        color: orangered;
    }

    lkd:active {
        color: grey;
    }

.lockedFields {
    background: rgb(221,224,224);
    border-radius: 5px;
    margin: 0;
    text-align: left;
}

.max-width-1200 {
    max-width: 1200px;
    margin: auto;
}

.tblcolwrapper {
    padding: 5px;
    max-width: 170px;
    max-height: 100px;
    white-space: normal;
    overflow: auto;
}

.lockedFieldsMedium {
    padding: 8.6px 30px;
    border: 1px solid darkgrey;
    background: rgb(221,224,224);
    border-radius: 4px;
}

.rainbow-spin {
    font-size: 25pt;
    width: max-content;
    height: max-content;
    padding: 0;
    background-image: url('../imagesclient/loading-rainbow.gif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    user-select: none;
}

.padding-link {
    padding: 3px 5px;
}

.rounded-info {
    color: yellow;
    background-color: darkslategray;
    border-radius: 50%;
    padding: 4px 8px;
}

.nowWrap label {
    white-space: nowrap;
    margin-right: 10px;
}

.radzen-row-wrapper {
    padding: 10px 2px;
    margin-bottom: 3vw 2px;
}

    .radzen-row-wrapper .rz-card {
        border: 1px solid lightgrey;
        background-color: #EFF6F8;
        box-shadow: 5px 6px #e2e6ee;
    }

        .radzen-row-wrapper .rz-card:hover {
            background-color: lightcyan;
            box-shadow: 5px 6px #e6eaf2;
        }

.prodOptionBtn {
    text-align: center;
    font-size: 1.25rem;
    max-width: 450px;
    margin: auto;
    padding: 1.2rem 0.5rem 0 0.5rem;
    min-height: max(175px, 18.5vh);
    color: darkslateblue !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    .prodOptionBtn z {
        opacity: 0.0;
        user-select: none;
    }

.upload-container {
    border: 2px dashed #999;
    border-radius: 5px;
    position: relative;
    margin: auto;
    padding: 15vh 2vw;
    cursor: pointer;
    min-width: 320px;
}

    .upload-container * {
        cursor: pointer;
    }

.upload-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #666;
    font-size: 16px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

#DMbboxSize {
    font-weight: bold;
    border: 2px solid grey;
    padding: 2.5px 45px;
    border-radius: 5px;
}

.shortHefightContainer {
    max-height: 350px;
    overflow: auto;
}

#dmlocBtn {
    position: absolute;
    top: 45px;
    right: 25px;
}

.dmLocations {
    display: inline-flex;
    white-space: nowrap;
    border: 1px solid darkgrey;
    padding: 2px 4px;
    margin: 3px;
}

.inputMinwidth300 {
    min-width: 300px;
}

.wideContainer {
    width: fit-content;
    min-width: 1200px;
    overflow: auto;
}

.checkboxRow td {
    padding: 0 3px;
    margin: 0;
}

input[type=checkbox] {
    width: 1.1em;
    height: 1.1em;
}

.border-1 {
    border: 1px solid black;
}

.dmFreeBox, .subProductFreeBox {
    text-align: center;
    font-weight: bold;
    position: absolute;
    padding: 0;
    margin: 0;
    border: 1px solid black;
    color: white;
    cursor: default;
    user-select: none;
}

    .subProductFreeBox w {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        color: blue;
        opacity: 0.2;
    }

.darkslateBG {
    background: darkslategrey;
}

.pageBtnContainer {
    padding: 8px 0;
    text-align: center;
}

input[type="radio"].radioForPage {
    display: none;
}

label.labelForPage {
    display: inline-block;
    font-weight: bolder;
    padding: 5px 10px;
    background-color: #f1f1f1;
    border: 2px solid darkgrey;
    cursor: pointer;
    user-select: none;
}

    label.labelForPage:active {
        border-style: inset;
    }

input[type="radio"].radioForPage:checked + label {
    background-color: black;
    color: #fff;
}

.pageBtn:hover {
    color: lime;
    background: darkgreen;
}

.pageBtn:active {
    border-style: inset;
    background: lightslategray;
}

.forcedAlignCenter * {
    text-align: center !important;
}

table.forcedAlignCenter td {
    border: 1px solid lightgrey;
    padding: 0 6px;
}

table.forcedAlignCenter th {
    border: 1px solid grey;
    color: white;
    background-color: slategray;
    padding: 0 4px;
}

.shortCells * {
    max-width: 100px;
    max-height: 40px !important;
    margin: 0;
    padding: 0;
}

.shortInput {
    height: 40px;
    width: fit-content;
    border-radius: 5px;
}

input[type=search].shortInput {
    min-width: 280px;
    padding: 0 5px;
}

.switcher button {
    margin: 0 -4px;
}

.shadow-sm {
    box-shadow: rgba(0,0,0,0.1) 2px 1px;
    padding: 5px;
}

.logoImg {
    width: 175px;
    height: auto;
    margin: 0;
    padding: 0;
}

.fileLabel {
    border-radius: 5px;
    padding: 5px;
    border-style: inset;
}

.validateMsg {
    position: absolute;
}

.nav-item {
    white-space: nowrap;
}

#dmLoctn input[type=number] {
    max-width: 80PX;
}

.marginMinus15 {
    margin-top: -18px !important;
}

.displayInline {
    display: inline-block;
    max-width: 49vw;
    min-width: 320px;
    vertical-align: top;
}

.displayInline2 {
    display: inline-block;
    vertical-align: top;
    margin: 2px;
}

.wheatBg {
    background: floralwhite;
    width: fit-content;
    margin: auto;
    padding: 40px;
    border-radius: 10px;
}

.loadingBg {
    background-image: url('../imagesclient/pageloading.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.item-page {
    margin: auto;
    max-width: 90vw;
    overflow: auto;
}

.alert-info {
    margin: 5px;
    padding: 3px 10px;
    background: lightcyan;
    border-radius: 4px;
}

.largeInput {
    width: 25vw;
    margin: 10px;
    min-width: 200px;
    max-width: 700px;
    height: 30px;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #cc0000;
}

.table-bordered th, .table-bordered td {
    padding: 2px 6px;
}

img .waferImg {
    object-fit: cover;
    object-position: center;
}

.dgtPrimary {
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    background: linear-gradient(#0a3742 50%, #0a2c42 50%);
    border: 2px solid #123249;
    box-shadow: inset 0 1px 3px #fff, inset 0 -1px 3px #00a;
}

    .dgtPrimary:hover {
        color: lime;
        background: linear-gradient(#0b384f 50%, #0f3e5c 50%);
    }

    .dgtPrimary:active {
        color: lightgray;
        background: darkslategray;
        box-shadow: inset 0 2px 4px #fff, inset 0 -2px 4px #00a;
        border-style: inset;
    }

#alertBtn {
    font-size: 12px;
}

select[multiple] {
    min-height: 300px;
    min-width: 300px;
    padding: 20px 5px !important;
    overflow: auto;
}

canvas {
    border: 1px solid grey;
    border-radius: 5px;
    /*margin: 10px;
    */
    width: 750px;
    height: 750px
}

.link-primary {
    cursor: pointer
}

    .link-primary:active {
        color: darkgrey;
        text-decoration-style: revert;
    }

.layoutFileLink {
    margin: 2px 6px;
}

.noDataTbl {
    margin: auto;
    padding: 120px 10px;
    font-size: 26px;
    text-transform: uppercase;
    color: lightgrey;
}

#waferInfo {
    border-radius: 5px;
    font-weight: 800 !important;
    margin: 0;
}

    #waferInfo table {
        text-align: center;
    }

        #waferInfo table td {
            padding: 0 20px;
        }

table {
    margin: auto;
    padding: 0;
}

.forceAlignLeft {
    text-align: left !important
}

.dataTableContainer {
    width: auto;
    max-width: 98vw;
    overflow: auto;
    text-align: center;
    margin: auto;
}

.companiesContainer {
    max-width: 75vw;
}

.maxwidth650 {
    width: auto;
    max-width: 650px;
    padding: 0 3px;
    overflow: auto;
}

.max-width-25-vw {
    text-align: center;
    width: auto;
    max-width: 25vw;
    padding: 0;
    overflow: auto;
}

.max-width-35-vw, .max-width-35-25-20-vw {
    text-align: center;
    width: auto;
    max-width: 35vw;
    padding: 0;
    overflow: auto;
    margin: auto;
}

.max-width-40-vw, .max-width-40-35-30-vw {
    text-align: center;
    width: auto;
    max-width: 40vw;
    padding: 0;
    margin: auto;
    overflow: auto;
}

    .max-size-35-vw::-webkit-scrollbar, .max-width-25-vw::-webkit-scrollbar, .max-width-35-vw::-webkit-scrollbar, .max-width-40-vw::-webkit-scrollbar, .max-width-40-35-30-vw::-webkit-scrollbar, .max-width-35-25-20-vw::-webkit-scrollbar, .rz-data-grid-data::-webkit-scrollbar, .rz-display-flex * ::-webkit-scrollbar, .tblcolwrapper::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }

.max-width-60-vw {
    max-width: 60vw;
    text-align: center;
    justify-content: center;
    margin: auto;
}

.min-width-550 {
    width: 100%;
    min-width: 550px;
    padding: 0;
    margin: 0;
}

.maxWidthBody {
    max-width: 85vw;
    max-height: 80vh;
    min-height: 400px;
    min-width: 320px;
    padding: 20px;
    overflow: auto;
    margin: auto;
}

.tech-info section {
    display: inline-block;
    min-width: 180px;
    text-align: right;
    padding: 1px 3px;
    font-weight: bold;
    margin: auto;
}

.tech-info div {
    border: 1px solid lightgrey;
}

.tech-info article {
    display: inline-block;
    min-width: 180px;
    text-align: left;
    padding: 1px 3px;
    margin: auto;
}

.detailsTbl {
    width: 100%;
    margin: auto;
}

    .detailsTbl th {
        white-space: nowrap;
        padding: 2px 5px;
        text-align: right;
    }

    .detailsTbl td {
        white-space: normal;
        text-align: left;
    }

    .detailsTbl tr {
        width: 100%;
        text-align: center;
        border: 1px solid lightgrey;
    }

.card-title {
    background: #025469;
    color: white;
    font-weight: 600;
    padding: 8px;
    white-space: nowrap;
}

.bg-title-top {
    padding: 3px 10px;
    color: lightcyan;
    background-color: darkcyan;
    border-radius: 3px;
}

.topTitle {
    background-image: linear-gradient(#03215d, #05295b, #04454c);
    font-size: 1.3rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: white;
    padding: 5px;
}

.topTitle2 {
    background-image: linear-gradient(#03215d, #05295b, #04454c);
    font-size: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: white;
    padding: 5px;
}

.heiht500 {
    max-height: 500px;
    max-width: 65vw;
    min-width: 300px;
    overflow: auto;
}

.detailsTbl td {
    text-align: left;
    padding: 2px 10px;
}

td {
    max-width: 800px;
}

.display-2-cols {
    display: inline-block;
    width: fit-content;
    border: 1px solid darkgray;
    text-align: center;
    vertical-align: top;
    max-width: max(500px, 49vw);
    margin: 0.1vw;
}

    .display-2-cols hr {
        padding: 0;
    }

div .form-section {
    background-color: #EFF6F8;
    padding: 1vw;
}

    div .form-section label {
        text-align: left;
    }

.padding-1vw {
    padding: 1vh 1vw;
}

.padding-2vw {
    padding: 2vh 2vw;
}

.collumTitle {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: bold;
    position: relative;
}

.postionRelative {
    position: relative;
    width: 100%;
    height: 85vh;
}

.centeredBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.centeredBoxInParent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.errorMsg {
    text-align: center;
    color: red;
    padding: 20px;
    min-width: 300px;
    min-height: 150px;
    max-width: 800px;
    border-radius: 10px;
    background: #FFEBEE;
    margin: auto;
}

.successMsg {
    color: forestgreen;
    text-align: center;
    padding: 20px;
    min-width: 300px;
    min-height: 150px;
    max-width: 800px;
    border-radius: 10px;
    background: #FFEBEE;
    margin: auto;
}

#coordsInfoDisplayer {
    position: fixed;
    left: -100px;
    top: -100px;
    font-weight: 400;
    font-size: 15px;
    color: cyan;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    border: 2px solid black;
    z-index: 9999;
}

.float-right {
    position: relative;
    right: 1vw;
}

.margin-right55 {
    margin-right: 55px !important;
}

th {
    white-space: nowrap;
}

#coordsInfoDisplayer k {
    display: block;
    padding: 2px 10px;
}

.displayFlex {
    width: fit-content;
    height: fit-content;
    margin: auto;
}

.item-page {
    transition: 0.4s all ease-in-out;
}

.txtWhite {
    color: white;
}

.txtGreen {
    color: forestgreen
}

.txtRed {
    color: red
}

.marginAuto {
    margin: auto;
}

.displayBlock {
    display: block;
    width: fit-content;
    margin: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.displayNone {
    display: none;
}

.noScroll {
    overflow: hidden
}

#lockElementBody, .blockCall {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999999999999;
    overflow: hidden;
}
/**----------------------- Loading animation -------------------------------------*/
.loader {
    width: 100%;
    height: 15px;
    color: black;
    top: 49vh;
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
    z-index: 9999;
}

    .loader::after {
        content: '';
        width: 192px;
        height: 15px;
        background: #FFF;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        animation: animloader alternate 2s infinite;
    }

@keyframes animloader {
    0% {
        left: 0;
        transform: translateX(-100%);
    }

    ` 100% {
        left: 100%;
        transform: translateX(0%);
    }
}
/**----------------------- Loading animation -------------------------------------*/


/**-------/**---------------------Scroll bar -----------------------*/
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb:horizontal {
    background: repeating-linear-gradient( rgb(121, 171, 195), rgb(39, 49, 95), rgb(74, 118, 159));
    border-radius: 15px;
    border: solid rgb(66, 98, 103) 1px;
}

::-webkit-scrollbar-thumb:vertical {
    background: repeating-linear-gradient( 90deg, rgb(121, 171, 195), rgb(39, 49, 95), rgb(74, 118, 159) );
    border-radius: 15px;
    border: solid rgb(66, 98, 103) 1px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:horizontal:hover {
    background: repeating-linear-gradient( rgb(98, 140, 159), rgb(28, 36, 71), rgb(67, 107, 145) );
}

::-webkit-scrollbar-thumb:vertical:hover {
    background: repeating-linear-gradient( 90deg, rgb(98, 140, 159), rgb(28, 36, 71), rgb(67, 107, 145) );
}

/**----------------------- Table Pagination and sorting -------------------------------------*/
div#paginate {
    display: block;
    width: 100%;
}

.currentPage {
    float: left;
    border: 1px solid #888;
    padding: 6px 10px;
    margin: 2px 3px;
    border-radius: 2px;
    cursor: pointer;
}

    .currentPage:hover {
        background-color: cadetblue;
        color: #fff;
    }

    .currentPage.active {
        background-color: cadetblue;
        color: #fff;
    }

#myTable th {
    color: #28495D;
    cursor: pointer;
}

    #myTable th:hover {
        text-decoration: underline;
    }
/**----------------------- Table Pagination and sorting -------------------------------------*/
/******************************** CONTACT FORM PAGE STYLES *********************/
#contact-form-container {
    background-color: #EFF6F8;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
}

    #contact-form-container #contact-form-parent-div {
        background-color: #EFF6F8;
    }

    #contact-form-container .contact-contact-form-wrapper {
        margin: auto 0;
    }

    #contact-form-container .btn-primary {
        float: left;
    }

    #contact-form-container .btn-dark {
        float: right;
    }

    #contact-form-container .contact-form-headline:after {
        content: "";
        display: block;
        width: 10%;
        padding-top: 10px;
        border-bottom: 3px solid darkblue;
    }

    #contact-form-container .highlight-text {
        color: blue;
    }

    #contact-form-container .hightlight-contact-info {
        line-height: 1.5;
        letter-spacing: 1px;
    }

        #contact-form-container .hightlight-contact-info li {
            margin: 10px 0;
        }

    #contact-form-container .highlight-text-grey {
        font-weight: 500;
    }

    #contact-form-container ::-webkit-input-placeholder {
        /* Chrome */
        font-family: 'Roboto', sans-serif;
    }

    #contact-form-container .required-input {
        color: black;
    }

    #contact-form-container h3, #contact-form-container ul {
        margin: 0;
    }

    #contact-form-container h3 {
        margin-bottom: 1rem;
    }

    #contact-form-container .contact-form-input:focus, #contact-form-container textarea:focus {
        outline: 1.5px solid blue;
    }

    #contact-form-container .contact-form-input, #contact-form-container textarea {
        width: 100%;
        border: 1px solid #bdbdbd;
        border-radius: 5px;
    }

    #contact-form-container .contact-form-wrapper > * {
        padding: 1em;
    }

    #contact-form-container ul {
        list-style: none;
        padding: 0;
    }

    #contact-form-container .contacts {
        color: #212d31;
    }

    #contact-form-container .form {
        background: #fff;
    }

    #contact-form-container form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

        #contact-form-container form label {
            display: block;
        }

        #contact-form-container form p {
            margin: 0;
        }

    #contact-form-container .full-width {
        grid-column: 1 / 3;
        min-width: 300px;
    }

        #contact-form-container .full-width article {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

    #contact-form-container .contact-form-input, #contact-form-container textarea {
        padding: 0.4em;
    }

    #contact-form-container .error {
        color: #ec1c24;
    }

@media (min-width: 920px) {
    #contact-form-container #contact-form-container {
        padding: 0;
    }
}

@media (min-width: 700px) {
    #contact-form-container .contact-form-wrapper {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }

        #contact-form-container .contact-form-wrapper > * {
            padding: 2em 2em;
        }
}
/************************************ CONTACT FORM STYLES END*******************/
.smallLabel {
    font-size: 12.6px;
}

@media (max-width: 1010px) {
    .max-width-40-vw {
        max-width: 500px;
    }

    .max-width-60-vw {
        max-width: 500px;
    }

    .companiesContainer {
        max-width: 600px;
    }
}

@media (max-width: 830px) {
    .max-width-40-vw, .companiesContainer {
        max-width: 420px;
    }

    .max-width-40-35-30-vw {
        max-width: 450px;
    }

    .max-width-60-vw {
        max-width: 430px;
    }
}

@media (max-width: 640.98px) {
    .max-width-35-25-20-vw {
        max-width: 285px;
    }

    .companiesContainer, .max-width-40-35-30-vw, .max-width-40-vw, .max-width-60-vw, .max-width-35-vw {
        max-width: 330px;
    }
}
/* Style for screens smaller than 480px */
@media (max-width: 480px) {
    .max-width-35-25-20-vw {
        max-width: 220px;
    }
}
