.btns_div{
    background: lightseagreen;
    
}
.a{
    width: auto;
    margin: 0px;
}
#gToPkupOrdBtn{
    font-size: large;
}
.str_title{
    color:black;
    font-size: 24px;
    width: auto;
    text-decoration: none;
    margin: 5px 10px;
    padding: 0px 5px;
    display: inline-block;
    border-left: 1px solid darkblue;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    background: darkseagreen;
    
}
.add_str{
    display: block;
    border: 1px solid wheat;
    width: 230px;
    margin: 0px 20px;
    padding: 1px 5px;
}
.shineIt{
    padding: 4px;
    background-color: chartreuse;
    border: solid sandybrown 1px;
}
.add_btn{
    background: brown;
    color: wheat;
    font-size: 18px;
}
.select_hdr{
    margin:0px 0px 3px 10px;
    text-decoration: underline;
    color: brown;
}
#select_serv{
    color: blue;
}
#select_str{
    color: blue;
   
}
#crt_str{
padding: 0px;
display: none;
width: 230px;
height: 380px;   
}
#not_info{
    color:red;
}
#not_info_str{
    color:red;
}
.hideThisBtn{
    display: none;
}
.serv_titl{
    font-size: 18px;
}

.my_upload{
    margin: 0px;
    border: 2px solid black;
    height: 320px;
    width: 290px;
    background: gainsboro;
    display: none;
    position: relative;
    
}
#upd{
   padding: 1px;
    font-size: 22px;
    background: lightcyan;
    width: 100%;
    margin: 1px;
}
#str_err_msg{
    background: salmon;
}
.abc{
    background: lightgreen;
    border: lightsalmon 1px solid;
    margin: 0px 0px 5px 5px;
}
#serOfNewStr{
    background: lightsalmon;
}
#res{
    color: red;
}
.clear{
    background: red;
    font-size: 22px;
    margin-left: 80%;
    display: inline-block;
}
.txt_area{
    width: 95%;
    height: 70px;
    margin-top: 3px;
}
.txt_upd{
margin:15px 0px 10px 30px ;
font-size: 18px;
text-decoration: underline;
}
.upload_btn{
    margin-left: 20%;
    background: lightseagreen;
    border-radius: 10px;
    font-size: 20px;
}
#edit_btn{
    font-size: 15px;
    background: lightgreen;
    border-radius: 18px;
    padding: 5px;
}
.dlt_btn{
    background: indianred;
    color: white;
    font-size: 15px;
    display: none;
}
.txt_div{
    width: 60%;
 
    display: inline-block;
}
.i_list_div{
    min-height: 500px;
}

@media only screen and (max-width:475px){
    .delete_btn{
        font-size: 10px;
        font-weight: 100;
    } 
    @media only screen and (max-width:350px){ 
    .txt_div{
        display: none;
    }
    }
}


@media only screen and (min-height:1200px){
    .sub_body{ 
        min-height: 1700px;   
    }
}

@media only screen and (min-height:2000px){
    .sub_body{
        min-height: 2300px;   
    }
}