﻿body {
    margin: 0;
    font-family: "Lato", sans-serif;
}

button {
    width: 100%;
    height: 50px;
}
.full-width-input {
  
    box-sizing: border-box; /* Ensures padding and border are included in the width */
    text-overflow: ellipsis; /* Adds an ellipsis if the text overflows */
    background-color: #4CAF50; /* Green background */
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
}


#calendar {
    display: none;
}

#produto {
    display: none;
}
.tableimg {
    width: 60px;
    height: auto;
}
.sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    overflow: auto;
}

    .sidebar button {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .sidebar input {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 49px;
    }

    .sidebar a {
        display: block;
        color: black;
        padding: 16px;
        text-decoration: none;
    }

    .sidebar #rumenu {
        display: none
    }

    .sidebar a.active {
        background-color: #04AA6D;
        color: white;
    }

    .sidebar a:hover:not(.active) {
        background-color: #555;
        color: white;
    }

div.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
}

    div.content li {
        display: inline;
        background-color: indianred;
        color: white;
        margin: 5px;
    }
 
@media screen and (max-width: 700px) {
    .sidebar button {
        width:100px;
        height: 45px;
        display: inline;
    }

    .sidebar input {
        width:100px;
        height: 45px;
        display: inline;
    }

    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }

        .sidebar a {
            float: left;
            display: inline;
        }

        .sidebar #rumenu {
            float: right;
            display: inline;
        }

        .sidebar a.active {
            width: 80px;
            height: 50px;
            display: inline;
        }

    div.content {
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    .sidebar a {
        text-align: center;
        float: none;
    }
}

table {
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #ddd;
    
    text-align: left;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.circle-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid black;
    background-color: white;
    color: black;
    justify-content: center;
    align-items: center;
    outline: none;
    vertical-align: bottom;
}

    .circle-button:focus {
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
    }

.container1 {
    display: flex;
    align-items: flex-end;
}
.proforma {
    background-color: #a1e2a3; /* 设置背景颜色为淡灰色 */
    color: #000000; /* 设置字体颜色为黑色 */
}
.guoqi {
    background-color:lightcoral;  
    color: #000000;  
}
.guoqijin {
    color:white;
    background-color:darkred;
    color: #000000;
}
.lizhi {
    background-color: #adaaaa;  
    color: #000000;  
}
.shixi {
    background-color: #a5f5a3;
  
}
.erro {
    background-color: #e41010;  
    color: white; /* 设置字体颜色为黑色 */
}
.shijipago {
    font-family: Impact; /* 设置字体族为 Arial 或 sans-serif */
    font-size: 20px; /* 设置字体大小为 16 像素 */
    color: black; /* 设置字体颜色为深灰色 */
    text-align: right;
}
.shuliang {
    font-family: Impact; /* 设置字体族为 Arial 或 sans-serif */
    font-size: 20px; /* 设置字体大小为 16 像素 */
    color:indianred; /* 设置字体颜色为深灰色 */
  
  
}
.delete-button {
    background-color: #f44336;
    border: none;
    color: white;
    width: 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}
.email-button {
    background-color: #04AA6D;
    border: none;
    color: white;
    width: 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}
.edit-button {
    background-color: darkcyan;
    border: none;
    color: white;
    width: 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}
.my-button {
    background-color: blue;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
   width:110PX;
}
.button-idx {
    background-color:brown;
    color: white;
    border: none;
    font-size: 17px;
    border-radius: 5px;
    cursor: pointer;
    width: 70PX;
}
.my-buttonID {
    background-color: indianred;
    color: white;
    border: none;
    font-size: 19px;
    border-radius: 5px;
    cursor: pointer;
    width:150PX;
    float:right;
}
.LOJAClass {
    color: darkblue;
    background-color:whitesmoke;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}
.LOJAClassRed {
    color:white;
    background-color:darkred;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}
.numright{
   text-align:right;
}
input[type="text"] {
}
.tableimg {
    width: 60px;
    height: auto;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

    #loading img {
        position: absolute;
        top: 50%;
        left: 50%;
        
        transform: translate(-50%, -50%);
    }

/* 样式化输入框 */
.custom-input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s;
    width: 80%;
}

    /* 输入框悬停效果 */
    .custom-input:hover {
        border-color: #007BFF;
    }

    /* 输入框焦点效果 */
    .custom-input:focus {
        outline: none;
        border-color: #007BFF;
    }

    /* 提示文本 */
    .custom-input::placeholder {
        color: #999;
    }

    /* 提示文本悬停效果 */
    .custom-input:hover::placeholder {
        color: #777;
    }

    /* 提示文本焦点效果 */
    .custom-input:focus::placeholder {
        color: #555;
    }


@media screen and (max-width: 700px) {
    .custom-input {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        transition: border-color 0.3s;
        width: 100%;
    }
}
.fullscreen-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

    .fullscreen-container img {
        max-width: 100%;
        max-height: 100%;
    }

 
