POS-Diagnostic-Assist/static/css/style.css

600 lines
9.9 KiB
CSS

html {
/* background: url(https://i.ibb.co/njV5xJS/background.jpg) no-repeat center center fixed;
background-size: cover;
height: 100%; */
}
body {
font-family: 'Rubik', sans-serif;
/* margin:0; */
max-width: 1140px;
margin: 0 auto;
/* overflow: hidden; */
/* background-color: rgb(71, 71, 71); */
/* background: linear-gradient(135deg, #7d7e7d 0%, #0e0e0e 100%);
background: linear-gradient(135deg, #7d7e7d 0%, #0e0e0e 100%); */
/* background: linear-gradient(0deg, #7d7e7d 0%, #0e0e0e 100%); */
background: linear-gradient(0deg, #207895 0%, #03284d 100%);
background-repeat: no-repeat;
background-attachment: fixed;
margin: auto;
}
.maparea {
margin: auto;
}
.buttons {
display: flex;
justify-content: space-around;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
margin: 2px;
}
.download-button{
background-color: transparent;
color: #c8e4ef;
border-style: none;
cursor: pointer;
}
.inputHolder {
padding: 10px;
margin-top: 5px;
margin-right: 10px;
margin-bottom: 0px;
margin-left: 10px;
/* width: -webkit-fill-available; */
width: 91%;
border-radius: 25px;
/* font-size: x-large; */
max-height: 15px;
height: 15px;
font-family: sans-serif;
}
.inputHolder2 {
padding: 10px;
margin: 10px;
/* width: -webkit-fill-available; */
width: 82%;
border-radius: 25px;
/* font-size: x-large; */
max-height: 30px;
height: 30px;
font-family: sans-serif;
}
.serialform {
/* margin: 10px; */
margin-left: 2px;
margin-right: 2px;
/* padding: 10px; */
/* text-align: center; */
}
.modelselect {
border-radius: 20px;
font-size: large;
padding: 6px 0px;
/* padding: 10px; */
text-align: center;
align-self: center;
}
.modelselect option {
text-align: center;
overflow: hidden;
}
.form-control {
width: 183px;
font-size: large;
padding: 6px;
/* border-radius: 23px; */
border-top-left-radius: 25px;
/* border-top-right-radius: 23px; */
/* border-bottom-right-radius: 23px; */
border-bottom-left-radius: 25px;
}
.form-btn {
padding: 6px;
text-align: center;
cursor: pointer;
font-size: large;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
}
.btn {
padding: 6px;
/* width: -webkit-fill-available; */
border-radius: 25px;
/* margin: 10px; */
margin-left: 2px;
margin-right: 2px;
text-align: center;
font-size: large;
cursor: pointer;
}
.btnbeta {
border-radius: 15px;
color: green;
border-color: green;
border-width: 5px;
position: absolute;
margin-top: 15px !important;
}
.btn-small {
padding: 3px;
margin: 0px;
font-size: small;
}
.display-info {
display: flex;
}
.btn-remove {
cursor: pointer;
/* border-radius: 15px; */
color: red;
/* border-color: red; */
/* border-width: 2px; */
/* position: absolute; */
margin-top: 5px !important;
z-index: 5;
padding: 5px;
font-size: x-large;
background: transparent;
border-style: none;
}
.clean {
color: rgb(90, 32, 11);
/* background-color: coral; */
}
.copying {
color: rgb(8, 31, 8);
/* background-color: lightgreen; */
}
.device {
margin: auto;
}
.dancers {
display: none;
}
.repeated {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
color: red;
}
.last-records {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
/* color: rgb(51, 51, 51); */
font-size: small;
color: rgb(209, 209, 209);
}
.visible {
display: block;
position: absolute;
z-index: 1;
top: 470px;
left: 77px;
}
.visible-table {
display: none !important;
}
nav {
display: flex;
position: relative;
left: 0;
top: 0;
width: 100%;
padding-top: 5px;
padding-bottom: 5px;
display: flex;
justify-content: space-around;
background-color: #000000;
color: lightgray;
font-family: sans-serif;
text-decoration: none !important;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
font-size: larger;
}
footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding-top: 5px;
padding-bottom: 5px;
display: flex;
justify-content: center;
background-color: #000000;
color: lightgray;
font-family: sans-serif;
text-decoration: none !important;
}
/* .searchResult {
display: flex;
gap: 10px;
justify-content: center;
align-items: center;
}
.left-panel{
width: 20%;
}
.right-panel{
width: 80%;
} */
.check-butons {
margin-left: 10px;
display: flex;
}
.left-buttons {
width: 40%;
}
.pageTitle {
font-family: sans-serif;
color: darkturquoise;
}
.repeated2 {
/* display: flex; */
justify-content: space-around;
flex-wrap: wrap;
float: right;
width: 80%;
padding-bottom: 35px;
}
.inputHolder22 {
padding: 10px;
margin-left: 10px;
/* width: -webkit-fill-available; */
width: 15%;
border-radius: 15px;
font-family: sans-serif;
}
.greenTable {
color: green;
}
.redTable {
color: red;
}
.redTable td {
padding: 1px 3px;
}
.bold {
font-weight: bold;
color: darkred;
}
.not-show {
display: none !important;
}
#history {
display: flex;
justify-content: center;
place-items: center;
}
.custom-table {
width: 100%;
border-collapse: collapse;
background-color: white;
}
.custom-th, .custom-td {
border: 1px solid black;
padding: 2px;
text-align: left;
width: 60px;
font-size: 12px;
}
.custom-th {
cursor: pointer;
background-color: #f2f2f2;
}
.copy-text {
margin: 15px;
padding: 10px;
}
.additionalInfo {
background-color: yellow;
padding: 3px 12px;
border-radius: 5px;
cursor: pointer;
}
.additional2buttons {
background-color: red;
color: aliceblue;
padding: 3px 12px;
border-radius: 5px;
cursor: pointer;
}
/* .centered {
margin-left: 36%;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
border-radius: 20px;
padding-top: 3px;
padding-right: 20px;
padding-bottom: 3px;
padding-left: 20px;
} */
.additionalButtonsContainer {
display: flex;
justify-content: center;
gap: 10px;
}
.blinking {
animation: blink 0.5s infinite;
/* border-radius: 5px; */
}
@keyframes blink {
/* 0% {border: white solid 5px; }
100% {border: red solid 5px; } */
0% {
box-shadow: 0px 0px 0px 5px white inset;
}
100% {
box-shadow: 0px 0px 0px 5px red inset;
}
}
.blinking2 {
animation: blink-animation 1s infinite;
}
@keyframes blink-animation {
0% {
opacity: 1;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
@media only screen and (max-width: 1105px){
.inputHolder {
width: -webkit-fill-available !important;
}
.btn-remove {
right: 15px;
}
}
.bg-tarakan{
display: none;
position: absolute;
max-width: 1140px;
width: -webkit-fill-available;
}
.show-tarakan{
display: block;
}
.pax{
/* background-color: rgb(50, 92, 230); */
/* color: rgb(0, 0, 0); */
}
.verifone{
/* background-color: rgb(0, 0, 0); */
/* color: rgb(255, 255, 255); */
}
.ui-datepicker{
z-index: 200 !important;
}
.tableplace {
font-family: Calibri, sans-serif;
font-size: 15px;
text-align: center;
border-style: none;
border-collapse: collapse;
min-width: 680px;
}
/* #excelTable tr td:nth-child(2) {
background-color: yellow; /* Change background color for the second column */
/* } */
.tableplace tr td {
text-align: center;
padding: 0px 6px;
background-color: white;
/* border: 1px solid black; */
}
.redtable{
border-color: red;
border-style: solid !important;
}
.tableplaceContainer {
margin: auto;
text-align: -webkit-center;
text-align: center;
/* margin-top: 5px;
margin-right: 10px;
margin-bottom: 0px;
margin-left: 10px; */
padding: 5px;
background-color: #c8e4ef;
width: fit-content;
border-radius: 10px;
}
.tableplacedown{
color: aliceblue;
margin: auto;
text-align: -webkit-center;
/* background-color: white; */
display: flex;
gap: 5px;
justify-content: center;
}
.search2table{
color: blue;
}
.searchlivetable{
color: red;
}
.searchpriomtable{
color: green;
}
.container {
display: grid;
grid-template-columns: 1fr 9fr; /* Left panel is 1 part, results panel is 3 parts */
/* height: calc(100vh - 150px); Adjust height for footer space */
height: calc(87vh - 150px);
padding: 10px;
gap: 10px; /* Space between columns */
}
.left-panel {
background-color: #ffffff;
padding: 5px;
border: 1px solid #ccc;
border-radius: 15px;
}
.inputHoldercheck {
width: 100%;
height: 96%;
resize: vertical; /* Allow vertical resizing */
}
.results-panel {
background-color: #ffffff;
padding: 20px;
border: 1px solid #ccc;
border-radius: 15px;
overflow-y: auto; /* Allows scrolling if content exceeds */
}
.result-item {
font-family: Calibri, sans-serif;
font-size: 13px;
text-align: center;
border-style: none;
border-collapse: collapse;
min-width: 680px;
margin-bottom: 20px;
}
.test {
max-width: 14ch; /* Limit width to 14 characters */
overflow: hidden; /* Prevent overflow */
white-space: nowrap; /* No line breaks */
text-overflow: ellipsis; /* Add ellipsis for overflow */
}
.total-results {
background-color: #e9ecef;
padding: 5px;
padding-bottom: 54px;
border-top: 2px solid #ccc;
/* position: sticky; */
bottom: 0;
width: 100%;
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
.total-results textarea {
width: 100%;
resize: none; /* Disable resizing */
}
.total-results-title{
padding: 0;
margin: 0;
font-weight: bold;
}
.title-section{
padding: 3px;
margin: 0;
}