/* --------------------------------------------------------------------------------------------- */


/*                                                                                               */


/* Stylesheet for the umlaufpumpe Webpage                                                        */


/*                                                                                               */


/* (c) 2019 W.Kager                                                                              */


/*                                                                                               */


/* Version | Date       | who               | What                                               */


/* V02.00  | 2019.10.15 | W.Kager (kwo)     | 2nd Version after first Version got deleted        */

title {
    background-color: rgb(231, 225, 204);
    text-align: center!important;
}


/* Formats for the complete page: Here it is the background color for all the page */

.completePage {
    background-color: rgb(231, 225, 204);
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

table {
    border-collapse: collapse;
  }
  
tr {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1;
  }
  
p {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
}


/* Styles for h1 Headline */

h1 {
    background-color: rgb(231, 225, 204);
    text-align: center!important;
    vertical-align: center;
}


/* Styles for h2 Headline */

h2 {
    background-color: rgb(231, 225, 204);
    text-align: center!important;
    vertical-align: center;
}


/* Style for the headline table */

.headingtable {
    background-color: rgb(231, 225, 204);
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}


/* Styles for each columns of the headline table */

.headingcol1 {
    width: 30%;
    text-align: center!important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.headingcol2 {
    text-align: center!important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.headingcol3 {
    width: 30%;
    text-align: center!important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.Hot-Color {
    color: RED;
}

.Cold-Color {
    color: blue;
}


/* Style for the middle paragraph of the headline table */

.headingcentral {
    font-family: sans-serif;
    font-size: 24px;
    margin-bottom: 0px;
}

.logininfotable {
    text-align: center;
    width:  100%;
    margin: 0px;
}

.logininfocol1 {
    width: 20%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.logininfocol2 {
    width: 15%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.logininfocol3 {
    width: 15%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.logininfocol4{
    width: 15%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.logininfocol5 {
    width: 15%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.logininfocol6 {
    width: 20%;
    padding-top: 0px;
    padding-bottom: 0px;
}




.LoginUserLabel {
  font-size: 10px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.PrivLabel {
  font-size: 10px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.RestTimeLabel {
    font-size: 10px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.headWidthPrivs {
    font-size: 11px;
    font-family: Consolas,monaco,monospace;
    color: #109010; 
}

.headWithoutPrivs {
    font-size: 11px;
    font-family: Consolas,monaco,monospace;
    color: #901010;
}

.SessionCountDownLong {
    font-size: 11px;
    font-family: Consolas,monaco,monospace;
    color: #007010;
}

.SessionCountDownShort {
    font-size: 11px;
    font-family: Consolas,monaco,monospace;
    color: #701070;  
}

.SessionCountDownDone {
    font-size: 11px;
    font-family: Consolas,monaco,monospace;
    color: #E03000;  
}



/* Label for Standard Day Constellation Radio Button and Weekday Checkboxes  */
.form-check-label {
    font-size: 14px;
    font-family: sans-serif;
}



/* Formats for the tabulators, selecting all the themes of the page */
.nav-tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    grid-gap: 0px;
    width: 100%;
}

/* The Tab Button itself */

.nav-link {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 2px 8px;
    font-size: 12px;
    border: 3px solid #555;
    padding: 6px;
}

.dead-nav-link {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 2px 8px;
    font-size: 12px;
    border: 3px solid #555;
    padding: 6px;
}


/* Format when the Mouse-pointer is over the button */

.nav-link:hover {
    background-color: #777;
}


/* Format when the button become active and selected */

.nav-link.active {
    background-color: rgb(231, 225, 204);
    color: black;
    border-top: 3px solid #555;
    border-left: 3px solid #555;
    border-right: 3px solid #555;
    border-bottom: 3px solid #555;
    padding: 6px;
}


/* Format when the button is active and the mouse button is over the button */

.nav-link.active:hover {
    background-color: rgb(231, 225, 204);
    color: black;
}


/* Immedate Button */

.immediateAction {
    text-align: center;
    font-size: 24px;
    width: 20%;
    border: 3px solid green;
    background-color: rgb(210, 240, 230);
    color: #C01010;
    margin-top: 100px;
    margin-left: 40%;
    border-radius: 10px;
}


/* Color when mouse pointer over the immdiate button */

.immediateAction:hover {
    color: #F01010;
}


/* Fonts for all Table headlines/Schrift-Format für alle Tabellenüberschriften */

.tableHead {
    font-size: 16px;
    text-align: center;
}

.tableRemark {
    font-size: 10px;
    text-align: center;
}


/* Fonts for all Table column headlines/Schrift-Format für alle Spaltenüberschriften */

.tableColHead {
    font-size: 14px;
    text-align: center;
}

.standHead {
    text-align: center;
    font-size: 20px;
}

.standBody {
    text-align: center;
    font-size: 20px;
}

.weekDayCol1 {
    text-align: center;
}

.weekDayCol2 {
    text-align: center;
}

.weekDayCol3 {
    text-align: center;
}

.weekDayHead {
    text-align: center;
}


.standardIdx outputfield {
    text-align: center;
}

/* Some Style for the Ins/Upd/Del etc. Buttons */

.InsButtonStandard {
    background-color: #109010;
    color: #E8D0E8;
    font-size: 15px;
    width: 100px;
    height: 24px;
    border-radius: 6px;
}

.UpdButtonStandard {
    background-color: #101090;
    color: #E8E8D0;
    font-size: 15px;
    width: 100px;
    height: 24px;
    border-radius: 6px;
}

.DelButtonStandard {
    background-color: #901010;
    color: #D0E8E8;
    font-size: 15px;
    width: 100px;
    height: 24px;
    border-radius: 6px;
}

.EasterButtonStandard {
    background-color: #E8D0E8;
    color: #109010;
    font-size: 15px;
    width: 200px;
    height: 24px;
    border-radius: 6px;
}


.ResetButtonStandard {
    background-color: #A0E0F0;
    font-size: 15px;
    width: 100px;
    height: 24px;
    border-radius: 6px;
}




/* For all Input Fields */

.inputfield {
    text-align: right;
    font-size: 16px;
    font-family: Consolas, monaco, monospace;
}

.modifiedInputField {
    text-align: right;
    font-size: 16px;
    font-family: Consolas, monaco, monospace;
    background-color: #A0E0F0;
}

.inputfield.commentinput {
    text-align: left;
    font-size: 16px;
    font-family: sans-serif;
}

.modifiedInputField.commentinput {
    text-align: left;
    font-size: 16px;
    font-family: sans-serif;
    background-color: #A0E0F0;
}


.standardCheckBox {
    color: rgb(231, 225, 204);
}

.modifiedCheckBox {
    color: rgb(0, 0, 0);
}


/* Input Field hh:mm */

.standardcol1 {
    box-align: center;
}

.standardcol2 {
    box-align: center;
}

.standardcol3 {
    box-align: center;
}

.varholicol0 {
    box-align: center;
}

.varholicol2 {
    box-align: center;
}


/* Selection Check Box for size of Read older times */

.oldtimescheck {
    width: 12px;
    height: 12px;
    margin-top: 2px;
    margin-left: 4px;
    margin-right: 3px;
    margin-bottom: 2px;
}

.oldtimeslabel {
    text-align: left;
    font-size: 12px;
}

.td-explain {
    margin: 15px;
    padding: 1px;
    vertical-align: top;
    width: 50%;
}
.p_explanations {
    text-align: justify;
    vertical-align: top;
}

/* Grid Contrainer of the Explanations, 1 & 2 and also for Impressum */
.explain-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
    width: 100%;
    /* justify-content: space-between; */
}



.explain-grid-item {
    padding: 6px;
    /* border: 1px solid #ccc; */
    /* 
    flex-basis: calc(33.33% - 20px);
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    */
}


.p_impressum {
    text-align: left;
}

.impresslongtext {
    /* column-count: 3;
    column-gap: 15px;
    color: #C01010; */
    display: grid;
    grid-template-columns: repeat(2, minmax(400px, 1fr));
    grid-gap: 20px; 
    padding: 0 20px;
} 


.p_TempSensValHead {
    text-align: left;
}



/* Attributes for the Login Page */
.login_table {
    margin-top: 100px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid black;
    padding-top: 0px;
    padding-bottom: 0px;
}

.login_table_head_col {
    font-size:  22px;
}

.login_label.tr-usrmgtlabel {
    margin-left: 10px;
    margin-right: 10px;
}

.login_text.tr-usrmgtinput {
    margin-left: 10px;
    margin-right: 10px;
}



.login_table_head_col
{
    margin-bottom:  0px;
}

.login_button {
    margin-top: 10px;
    text-align: center;
} 


/* Attributes from invalid login page */
.LogErrorText {
    margin-top: 100px;
    font-size: 22px;
    text-align: center;
}

.BackToLogin {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
}


/* Attributes for the User Managemengt (Change Password etc) Page */
.table-usermgt {
    margin-top: 100px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid black;
    padding: 10px;
}

.tr-usrgmgtbuttonrow {
    margin-top: 10px;
    text-align: center;
}

.returnform {
    margin-bottom: 0px;
}

.pwresultnormal {
    text-align: center;
    margin: 2px;
}

.pwresultok {
    text-align: center;
    margin: 2px;
    background-color: #E8D0E8;
    color: #109010;    
}

.pwresulterror {
    text-align: center;
    margin: 2px;
    color: #901010;
}


/* Output of Text "Missing Privileges for writing */
.MissingPrivsParagraph {
  margin-bottom: 1px;
  margin-top: 1px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  text-align: center;
  color: #901010;
}

/* For hidden Variables */
.hidden {
    display: none;
}


/* Headline (Time Selection) of Sensor Values */
.SensHeadFormRow {
    display: flex; 
    /* 
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 5px;
    width: 100%;
    */

    align-items: center; /* Optional: Zentriert die Elemente vertikal */
}

.sensorLabelRight {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    text-align: right;
}

.sensorContLeftSelect {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 15px;
    text-align: left;
}

.sensorContLeftInput {
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 15px;
    text-align: left;
}

/* Grid Container for Charts selection Check Boxes */
.chart-checkbox-container {
    margin-left: 1px;
    display: flex;
    align-items: center; /* Optional: Zentriert die Elemente vertikal */
    /* 
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    grid-gap: 5px;
    */
    width: 100%;
}

.sensorCheckBoxLabelRight {
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    text-align: right;
}


.sensorCheckBoxInput {
    margin-left: 5px;
    margin-right: 25px;
    margin-top: 4px;
    margin-bottom: 2px;
    text-align: left;    
}