﻿.maint-search-button {
    margin-top: 17px;
}

.salewarehouse-search-button {
    margin-top: 17px;
}

.equip-cust-address {
    font-size: 8px;
    padding-top: 3px;
    font-weight: bold;
}

.textbox-select-height {
    height: 28px !important;
}

.input-group input[type="text"] {
    height: 28px !important;
}

.input-group input[type="date"] {
    height: 28px !important;
}

td select {
    height: 28px !important;
}

td input[type="text"] {
    height: 28px !important;
}

td input[type="number"] {
    height: 28px !important;
}

div input[type="text"] {
    height: 28px !important;
}

div input[type="number"] {
    height: 28px !important;
}

div input[type="email"] {
    height: 28px !important;
}

div .form-control-disabled {
    height: 28px !important;
}


.flex-container {
    display: flex;
    align-items: center; /* Align items vertically in the middle */
}

    .flex-container img {
        width: auto; /* Set a width for the image */
        height: auto; /* Auto-adjust the height based on the width */
        margin-left: 5px; /* Add some space between the image and the dropdown */
        cursor: pointer;
    }

    .flex-container select {
        flex-grow: 1; /* Allow the dropdown to take remaining space, if necessary */
        width: auto; /* Set the dropdown width to auto */
    }

.search-result-table {
    border: 1px solid #ddd !important;
}

div.result-panel {
    height: 250px;
    width: 100%;
    overflow-y: scroll;
}

div.result-lg-panel {
    height: 350px;
    width: 100%;
    overflow-y: scroll;
}

div.result-panel thead {
    position: sticky;
    top: -1px;
    /*  z-index: 1 !important;*/
}

div.result-lg-panel thead {
    position: sticky;
    top: -1px;
    /*  z-index: 1 !important;*/
}

div.text-left {
    /*padding-top:12px;*/
    padding-left: 5px;
}

/* This style is for CountryStep and DataExtension */
.disabled-container table tbody tr td input,
.disabled-container table tbody tr td select {
    pointer-events: none; /* Disables clicks and interactions */
    opacity: 0.5; /* Makes it visually look disabled */
}

div.tablePanel {
    margin-top: -1px;
}

div.rowCountPanel {
    margin-bottom: 0px;
}

.disabled-link {
    text-decoration: none;
    font-weight: normal;
    color: #337ab7;
    pointer-events: none;
    cursor: not-allowed;
}

    .disabled-link:hover {
        pointer-events: none !important; /* Prevents interaction */
        cursor: pointer !important;
        text-decoration: underline !important;
        font-weight: normal;
    }

.enabled-link {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

    .enabled-link:hover {
        color: blue;
        cursor: pointer;
        text-decoration: underline;
        font-weight: bold;
    }

.search-btn-dropdown {
    display: inline-block;
    width: 88%;
}

.search-btn {
    display: inline-block;
    padding-left: 5px;
}

.search-btn-img {
    height: 20px;
    width: 20px;
}

.modal-lg {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-radius: 0px 0px;
}

.submitDiv button {
    margin-top: 17px;
}

.block {
    display: block;
}

.disabled-link {
    color: #337ab7;
    pointer-events: none;
    cursor: not-allowed;
}

.update-btn {
    margin-top: 2px;
}

.anchor-img {
    height: 20px !important;
}

.toggle-btn-dropdown {
    display: inline-block;
    width: 88%;
}

.toggle-btn {
    display: inline-block;
    padding-left: 5px;
}

.toggle-btn-img {
    height: 20px;
    width: 20px;
}

.equipment-search-result {
    border: none !important;
    height: 280px !important;
}

.search-form {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    border-radius: 4px;
    min-height: 400px;
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid #627D82;
}

.modal-md {
    width: 80%;
    border-radius: 0px 0px;
}

.advanced-cust-search-btn {
    padding-top: 5px;
}

div.advanced-cust-search-result {
    height: 300px;
    width: 100%;
    overflow-y: scroll;
}

.no-record-found {
    text-align: center;
}

.date-field {
    width: inherit !important;
}

.alignC {
    text-align: center;
}

.errorClass {
    height: 500px;
    text-align: center;
}

.errorClass1 {
    width: 827px;
    text-align: center;
}

.header {
    height: 80px;
    margin-bottom: 10px;
    clear: both;
}

    .header .logo {
        width: 50%;
        height: 80px;
        float: left;
        background-image: url('../../themes/default/logo/Pinguino.png');
        background-repeat: no-repeat;
    }
