
:root{
    --text-color:#455a64;
    --text-color-light:#f5f5f5;
    --tool-tip:black;
    --tool-tip-text:white;
    --shadow1:0px 0px 5px 0px #9E9E9E;
    --shadow:0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    --button:#37474f;
    --button-hover:#5e6d78;
    --response:#388e3c;
}
a{
    color: unset;
}
td.img-preview {
   display: none;
}
.plot{
    display: none;
}
.list_pen_print_value{
    display: none;
}

.drop-menu{
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: all 300ms;
    box-sizing: border-box;
}
.drop-menu:hover{
    background-color: lightgrey;
}
.drop-menu i{
    margin: 3px 3px;
}
.drop-inner{
    width: 150px;
    z-index: 10;
    position: relative;
    box-sizing: border-box;
    padding: 5px 20px;
    box-shadow: 2px 2px 5px #51535466;
    background-color: #e8e8e8;
}
.drop-hidden{
    display: none;
}
.drop-inner a:hover{
    text-decoration: underline;
}

body, html{
    margin: 0px;
    padding: 0px;
}
.card_color{
    background-color: #607d8b;
    box-shadow: var(--shadow);
    color: white;
}
.head{
    background-color: unset !important;
    height: 200px;
    text-align: center;
}

.logoimg{
    height: 100px;
    margin:10px auto;
}
#search{
    width: 90%;
}
select{
    display: block;
    border: none;
    border-bottom: 1px solid #9e9e9e;
}
select:focus{
    outline:none;
}
.mobtable{
    width: 100%;
    overflow-x: scroll;
}
.btn{
    margin: 5px;
}
.btn-wide{
    width: calc(100% - 10px);
}
.showimage{
    width: 100%;
}
.price{
    border: 1px solid black;
    border-radius: 4px;
    padding-bottom: 5px;
    margin: 10px 0px;
    width: 100%;
    text-align: center;
}
#progress{
    width: 100%;
    height: 24px;
    border: 1px solid black;
}
#amount{
    background-color: green;
    height: 100%;
    width: 0%;
    text-align: center;
    color: white;
    transition: all 500ms;
}
.cattle-list-card{
    padding: 5px 10px;
}
.cattle-list-card h6{
    text-align: center;
    font-size: 24px;
}
.login{
    width: calc(100% - 20px);
    height: 548px;
    padding: 20px;
    margin: 10px;
}
.logologin{
    width: 100%;
}
.yearcatcher{
    display: none;
}
.autherror{
    text-align: center;
    color: white;
    background-color: red;
    padding: 10px;
}
#error{
    position: fixed;
    bottom: -10px;
    left: 0px;
    /* padding: 22px; */
    transition: all 100ms;
    z-index: 31;
    width: 100%;

}
.response{
    width: 100%;
    height: 60px;
    margin: 10px 0px;
    z-index: 5;
    background-color: var(--response);
    color: var(--text-color-light);
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 300;
}
.error{
    background-color: red;
}
#menu{
    
    top: -15px;
    padding-top: 20px;
    /* padding-left: 20px; */
    left: 0px;
    transition: 100ms width;
    overflow: hidden;
    background-color: white;
    z-index: 50;
    text-align: center;
}
.content{
    margin-bottom: 100px;
}
#menu li{
    width: 100%;
    text-align: center;
    padding: 5px 5px;
    cursor: pointer;
    height: 50px;
    position: relative;
    margin: 30px 0px;
}
#menu li a i{
    width: 100%;
    color: black;
}
#menu li a{
    color: black;
}
.menuicon{
    width: 50px;
    cursor: pointer;
    padding-left: 20px;
}
.menuicon i{
    font-size: 40px;
}
.menusmall{
    position: absolute;
    height: 70px;
    width: 75px;
}
.menubig{
    position: fixed;
    height: 120%;
    width: 50%;
    box-shadow: var(--shadow);
}
.packcow{
    width: calc(100% - 20px);
    padding: 20px;
    margin: 10px;
    display:inline-block;
    vertical-align: top;
    height: 400px;
}
.packlist{
    max-height: 260px;
    overflow: auto;
}
.data{
    display: inline-block;
    width: calc(100% - 20px);
    margin: 10px;
    padding: 10px;
}
.slaughter{
    padding: 10px;
    text-align: center;
    color: white;
    width: calc(100% - 20px);
    margin: 10px;
    display: inline-block;
}
.imagedel{
    position: relative;
}
.del{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: white;
    padding: 2px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    transition: all 300ms;
}
.del:hover{
    background-color: #F44336;
    color: white;
}
.mobhid{
    display: none;
}
.penbutton {
    display: inline-block;
    margin: 10px;
    /* background-color: #8080804f; */
    padding: 10px;
    cursor: pointer;
    width: calc(100% / 4 - 25px);
    border-bottom: 1px solid lightgrey;
}
.pens{
    overflow: auto;
}
.pens table{
    min-width: 700px;
}
.buttonActive{
    border-bottom: 1px solid black;
}/* 
.pens > table > tbody > tr > td:nth-child(4){
    display: none;
}
.pens > table > thead > tr > th:nth-child(4){
    display: none;
}
.pens > table > tbody > tr > td:nth-child(5){
    display: none;
}
.pens > table > thead > tr > th:nth-child(5){
    display: none;
}
.pens > table > tbody > tr > td:nth-child(6){
    display: none;
}
.pens > table > thead > tr > th:nth-child(6){
    display: none;
} */

#search {
    width: 100%;
    position: relative;
    margin: 17px auto;
    padding: 0px 20px;
    background-color: white;
    border-radius: 4px;
    color: black;
    font-size: 18px;
    box-sizing: border-box;
    vertical-align: top;
    z-index: 20;
}
#clear{
    position: absolute;
    right: 17px;
    top: 20px;
    font-size: x-large;
    color: red;
    font-weight: 500;
    cursor: pointer;
    z-index: 30;
}
.close{
    position: relative;
}
.search{
    width: 85%;
    margin: auto;
    grid-column: 2;
    
}
.searchitems{
    width: calc(100% / 3 - 20px);
    display: inline-block;
    position: relative;
    color: black;
}
.searchitems span{
    position: absolute;
    font-size: 10px;
    top: -10px;
    left: 40px;
}
.searchit{
    background-color: #37474f2e;
    padding: 10px;
    text-align: center;
    margin: 10px 0px;
}
#searches {
    padding: 10px;
    min-height: 100px;
    width: 84%;
    position: absolute;
    z-index: 8;
    background-color: white;
    box-shadow: 1px 1px 5px black;
    border-radius: 5px;
}