﻿.search-box {
    display: flex;
    align-items: center;
    /*height: 5px;*/
}

.search-input {
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 7px;
    margin-top: 13px;
    width: 250px;
}

.search-button {
    padding: 5px 12px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 0px;
    margin-top: 13px;
}

.bullet-list {
    list-style-type: disc;
    margin-left: 30px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.newli {
    margin-bottom: 15px;
}

.list {
    margin-bottom: 12px;
    margin-left: 50px;
}

.empli {
    margin-bottom: 15px;
    margin-left:50px;
}

.emp {
    background-color: #F9FAFA;
    padding: 30px;
    width: 50%;
}

.calcu {
    background-color: #F9FAFA;
    width: 90%;
    margin: 20px;
    height: 350px;
    padding-top: 40px;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
}

.caltxt {
    width: 250px;
    background-color:white;
    margin-left: 40px;
    border:thin;
    height:40px;  
}

a {
    color: black;
}

#newa  {
    margin-right: 10px;
    margin-top: 10px;
    margin-right: 15px;
}

#newa:hover{
    color:dimgray;
}

a:hover {
    color: orangered;
}

#noline{
    border-top:none;
}

#spacecard {
    padding-top: 20px;
    padding-left: 15px;
}

input[type="text"],[type="date"] {
    background-color: #F9FAFA;
}

button[type=submit] {
    color: black;
    width: 104px;
    width: max-content;
    margin-bottom: 40px;
}

#txt{
    background: #F9FAFA;
    
}

#area {
    background-color: #f4f6ff;
    height: auto;
    border: groove;
    border-radius: 15px;
}

#box {
    background-color: #F9FAFA;
    padding: 10px;
    border-radius: 8px;
    border-color: grey;
    overflow-y: auto;
    height: 250px;
}

#box1 {
    background-color: #F9FAFA;
    padding: 10px;
    border-radius: 8px;
    border-color: grey;
    height:300; 
}

.expbtn{
    background-color:lightcyan;
    border:none;
    height:30px;
    border-radius:5px;
}

.table th {
    background-color: #dcdcdc;
}
#align {
    margin-bottom: -20px;
}

@media (max-width:716px) {
    .search-input {
        margin-bottom:5px;
    }

    .search-button {
        margin-bottom: 5px;
    }
    .head-bottom{
        flex-wrap:wrap;
    }
    .search-input {
        width: 180px;
    }
}

@media (max-width:454px) {
    .search-input {
        width: 180px;
    }
}
