﻿.page-title {
    display: none;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 20px;
}

.title-line {
    display: none;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-top: 10px;
}

.txtmaxwidtherror {
    border-color: red !important;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.txtmaxwidth {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
    .txtmaxwidth:-webkit-autofill{
        background:red;
    }

    .cmbmaxwidth {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
.e-time-wrapper {
    max-width: 450px;
    margin-left: auto !important;
    margin-right: auto !important;
}
span.e-time-wrapper.e-input-group.e-control-container.e-control-wrapper.e-valid-input.e-lib.e-keyboard,
span.e-time-wrapper.e-input-group.e-control-container.e-control-wrapper.e-valid-input {
   
}

.row1 {
    margin-top: 15px;
}

.row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.subgroup.device-details {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    border-radius: 15px;
    width: 80%;
}

@media only screen and (max-width: 767px) {
    .subgroup.device-details {
        width: 100%; /* Set width to 100% for mobile screens */
    }   
}

.subgroup1.device-details {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-radius: 15px;
    width: 80%;
}

@media only screen and (max-width: 767px) {
    .subgroup1.device-details {
        width: 100%; /* Set width to 100% for mobile screens */
    }
}

.buttonPosition {
    width: 80%;
}

@media only screen and (max-width: 767px) {
    .buttonPosition {
        width: 100%; /* Set width to 100% for mobile screens */
    }
}

.labelclass {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .labelclass {
        width: 100%; /* Set width to 100% for mobile screens */
    }
}

.lbl {
    font-size: large;
}

.n-space {
    padding-right: 0;
    padding-left: 0;
}

.separator {
    border-top: 1px solid #ccc; /* Sets the color and style of the line */
    margin-top: 10px; /* Adds space above the line */
    margin-bottom: 10px; /* Adds space below the line */
    height: 0px !important;
}

p {
    margin-bottom: 0px;
    font-size:small;
}

.container {
    padding-left:0px;
    padding-right:0px;
}

.container1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.e-checkbox-wrapper .e-label {
    font-size: 17px;
}

.e-checkbox-wrapper {
    margin-bottom: 5px;
}

.centered-column {
    display: flex;
    align-items: center;
}

.topbuttons {
    position: sticky;
    z-index: 1;
    width: 100%;
    bottom: 0px;
    height: max-content;
    padding-top: 5px;
    padding-bottom: 5px;
}

.e-btn {
    margin-bottom: 2px;
    margin-top: 2px;
}

.gridcss {
    margin-top: 10px;
    border-radius: 5px;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 1vw;
    padding-top: 1vw;
}

.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox {
  
}

.comboboxcss {
    max-width: 400px;   
    padding-left: 10px;
    padding-right: 10px;
    height:min-content !important;
}
span.e-date-wrapper.e-date-container.e-valid-input.e-input-group.e-control-container.e-control-wrapper.datepickercss{
    margin:2px;
}