﻿.bullet-list {
    list-style-type: disc;
    margin-left: 30px;
    margin-top: 25px;
    margin-bottom: 30px;
}
.newli{
    margin-bottom:15px;
}
a{
    color:black;
}
#link:hover{
    color: blue;
}
.filter{
    margin-left:10px;
}
input[type="text"] {
    background: #F9FAFA;
}
#textarea {
    background: #F9FAFA;
    height:94px;
}
#text {
    background: #F9FAFA;
}
input[type="button"] {  
    margin-right: 10px;
    border-radius: 8px;
    border: none;
}
textarea.form-control {
    height: 164px;
    background: #F9FAFA;
}
#txt {
    height: 94px;
    background: #F9FAFA;
}
#sel {
    width: 100%;
    background: #F9FAFA;
}
#filecntrl{
    margin-top:10px;
}
.lftbtn {
    display: flex;
    width: fit-content;
    height: 30px;
    padding: 10px, 12px, 10px, 12px;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 1px 0px #0000000F;
    background: linear-gradient(lightgrey,darkgrey);
    text-align: center;
    float: right;
 
}

#btb {
    color:black;
    border: 1px;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 1px 0px #0000000F;
    background: linear-gradient(lightgrey,darkgrey);
    text-align: center;
    border-radius:8px;
}
.fileupld{
    position:relative;
    overflow:hidden;
    display:inline-block;
}
.file-input{
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    cursor:pointer;

}
.filelabel{
    display:inline-block;
    background-color:;
    color:#fff;
    padding:8px 20px;
    border-radius:5px;
    cursor:pointer;
}

#spacecard{
    padding-top:20px;
    padding-left:15px;
}
.label1{
    border:none;
    background-color:lightblue;
}
.label2 {
    border: none;
    background-color:lightcoral;
}
#search {
    margin-right: 35px;
}
.filelabel1 {
    margin-left: 15px;
    width: 102px;
    height: 40px;
    top: 494px;
    left: 459px;
    border-radius: 8px;
    border: 1px;
    background: linear-gradient(0deg, #E8E8E8, #E8E8E8), linear-gradient(0deg, #F4F5F6, #F4F5F6);
    text-align:center;
    padding-top:7px;
}
#align{
    margin-bottom:45px;
}
.filterby {
    margin-right: 10px;
    height:28px; 
}

button[type=submit]{
    color:black;
    width:104px; 
    width:max-content;
    margin-bottom:20px;   
}
input[type=search] {
    border-radius: 7px;
    width: 210px;
    height: 30px;
    
}
input[type=checkbox] {
    transform:scale(1.3);
   
}
td.multiline{
    white-space:normal;
}


.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:30px;
    margin-top:13px;
}

.table th {
    background-color: #d8d8d8;
}
#searchbox {
    max-width: 350px;
    margin-bottom: 15px;
}

@media (max-width:680px) {
    #searchbox{
        margin-top:5px;
    }

}

@media (max-width:716px) {
    .search-input {
        margin-top: 40px;
    }

    .search-button {
        margin-top: 40px;
    }
}
@media (max-width:454px){
    .search-input{
        width:180px;
    }
}

 