﻿
.cntr-main {
    height: calc(100% - 75px);
    padding: 0;
}

    .cntr-main div {
        /*border: 1px solid #021375;*/
    }

.cntr-form {
    height: 97%;
}

.cntr-main-section {
    height: calc(100% - 12px);
}

.cntr-left-section {
    max-width: 100px;
}

.cntr-layout-tab {
    margin-right: 0;
}

.cntr-grid-section {
    display: inline-block;
    height: calc(100% - 10px);
    padding: 0;
}

.cntr-main .k-tabstrip-wrapper {
    height: calc(100% - 5px);
}

.cntr-main .k-tabstrip {
    height: calc(100% - 2px) !important;
}

    .cntr-main .k-tabstrip .k-content {
        height: calc(100% - 40px);
        padding: 3px 0 1px 0;
        overflow-y: hidden;
    }

.cntr-layout-mid-section {
    height: calc(100% - 85px);
    padding-right: 0;
}


.cntr-grid-table {
    box-sizing: content-box;
    height: calc(100% - 24px);
    table-layout: fixed;
    max-width: none;
    border: none;
    border-spacing: 0;
    width: 100%;
    margin: 0;
}

    .cntr-grid-table tbody {
        border: solid #2f2f2f;
        border-width: 0 1px 1px 0;
    }

    .cntr-grid-table tr {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .cntr-grid-table td {
        border: none;
    }

.cntr-section-table {
    box-sizing: content-box;
    height: calc(100%);
    table-layout: fixed;
    max-width: none;
    border-spacing: 0;
    width: 100%;
    margin: 0;
}

    .cntr-section-table td {
        border: none;
    }

.cntr-id-label {
    margin-right: 10px;
}

.cntr-layout-radio-panel label {
    margin-bottom: 2px;
}

.cntr-layout-grid-cell {
    position: relative;
    background-repeat: no-repeat;
}

    .cntr-layout-grid-cell > span,
    .cntr-layout-grid-cell > div {
        display: inline-block;
        position: absolute;
        font-weight: bold;
    }

    .cntr-layout-grid-cell .section-slot {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border: solid;
        border-width: 1px 0 0 1px;
    }

        .cntr-layout-grid-cell .section-slot:hover {
            overflow: visible;
        }

    .cntr-layout-grid-cell .item-name {
        position: absolute;
        display: inline-block;
        text-align: center;
        top: 50%;
        font-size: 1.3em;
        font-weight: bold;
        color: white;
        opacity: 0.6;
        z-index: initial;
    }

        .cntr-layout-grid-cell .item-name:hover {
            color: #375b75;
            opacity: 1;
            font-size: 1.5em;
            font-weight: 900;
            z-index: 9999;
            padding: 8px;
            background-color: gainsboro;
            border-radius: 3px;
        }

        .cntr-layout-grid-cell .item-name.item-name-horizontal {
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .cntr-layout-grid-cell .item-name.item-name-vertical {
            height: 2px;
            margin-top: -1px;
            line-height: 0px;
            left: 50%;
            transform: translateX(-50%) rotate(-90deg);
            white-space: nowrap;
        }


    .cntr-layout-grid-cell .seq-order {
        color: #000000;
        opacity: 0.6;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: xx-large;
        font-weight: 700;
        z-index: initial;
        padding-left: 3px;
        padding-right: 3px;
        border-radius: 3px;
        background-color: transparent;
        border: none;
    }

        .cntr-layout-grid-cell .seq-order.selecting-seq-order {
            font-weight: 900;
            color: white;
            opacity: 1;
            z-index: 999;
            background-color: #375b75;
            border: solid 1px #000000;
        }

        .cntr-layout-grid-cell .seq-order.selected-seq-order {
            font-weight: 900;
            color: gainsboro;
            opacity: 1;
            z-index: 999;
            background-color: #375b75;
            border: solid 1px #000000;
        }

    .cntr-layout-grid-cell .pick-order {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 3px;
        text-align: center;
        border: solid #555;
        border-width: 1px 0 0 1px;
        color: #000000;
        background-color: whitesmoke;
        opacity: 0.70;
        font-size: 1.2em;
        font-weight: 800;
        min-width: 20px;
        z-index: initial;
    }

        .cntr-layout-grid-cell .pick-order.pick-order-small {
            font-size: 1em;
            min-width: 15px;
        }

        .cntr-layout-grid-cell .pick-order.selecting-pick-order {
            opacity: 1;
            font-size: 1.4em;
            font-weight: 900;
            color: white;
            background-color: #375b75;
            border-width: 2px;
            border-color: white;
            z-index: 999;
        }

        .cntr-layout-grid-cell .pick-order.selected-pick-order {
            opacity: 1;
            font-size: 1.4em;
            font-weight: 900;
            color: gainsboro;
            background-color: #375b75;
            border-width: 2px;
            border-color: white;
        }

    .cntr-layout-grid-cell .rowcol {
        top: 0;
        right: 0;
        padding: 3px;
        font-weight: normal;
        font-size: 0.6em;
    }


    .cntr-layout-grid-cell .tote {
        left: 7px;
        top: 3px;
        font-weight: bold;
        font-size: 1em;
    }

.k-numerictextbox.k-invalid input {
    background-color: pink;
}

/* Hides all kendo tooltip validation messages... */
.k-tooltip-validation.k-invalid-msg {
    display: none !important;
    visibility: hidden !important;
}

.cntr-main-section .k-grid {
    border: 1px solid #436e8c;
}

.cntr-left-section .k-numerictextbox {
    width: 6.5em;
}
