.relcon-main-logo {
    font-weight: 500 !important;
    color: #2ac7d0;
}

.relcon-order-alert {}

.relcon-order-alert p {
    margin: 0px;
}

.relcon-check-label {
    font-weight: 600;
}

.relcon-submit-error {
    color: #dc3545;
}

.relcon-file-form-control {
    padding: 0.20rem 0.30rem !important;
}

.relcon-table th {
    background: #2ac2ca;
    color: white;
}

.relcon-editable-icon {
    height: auto !important;
    margin: 0px !important;
}

.relcon-padding-xs-left {
    padding-left: 5px !important;
}

.relcon-driver-mdu-header {
    color: #17a1b7;
    text-decoration: underline;
}

.relcon-single-td-status-1 {
    background-color: #07a91b;
    color: white;
}

.relcon-single-td-status-0 {
    background-color: #dc3545;
    color: white;
}

.relcon-border-none {
    border-radius: 0px !important;
}

.relcon-integer-count-fields {
    font-size: 17px;
}

.relcon-decimal-count-fields {
    font-size: 17px;
}

/* Grid View */

.grid_view {
    overflow-y: auto;
    overflow-x: auto;
    height: 250px;
}

.grid_view table tr th {
    font-size: 13px;
    white-space: nowrap;
    background-color: #1f5eb7;
    border: 1px solid grey;
    color: white;
    /* padding: 4px; */
}

.grid_view table tbody tr {
    line-height: 0;
}

.grid_view table tbody tr:nth-child(even) {
    background-color: #bbd8e0;
}

.grid_view table tr td {
    font-size: 13px;
    white-space: nowrap;
    border: 1px solid grey;
}

.grid_view table tr td input[type=text] {
    font-size: 13px;
    height: 30px;
}

.padding-div-xs{
    padding-top: 10px;
}