.tpm-header{
    background: rgba(0,0,0,.15);
}

.tpm-main-header{
    background: transparent;
}
.homeIcon{
    background-color: hsla(0,0%,100%,.3);
    color: #fff;
    border-radius: 3px;
    padding: 8px;
    margin-right: -15px;
    margin-top: 2px;
}
.homeIcon:hover{
    background-color: hsla(0,0%,100%,.4);
    border-radius: 3px;
    padding: 8px;
    margin-top: 2px;
}
.boardicon{
    background-color: hsla(0,0%,100%,.3);
    color: #fff;
    border-radius: 3px;
    padding: 8px;
    color: #fff;
    font-weight: 700;
    margin-top: 2px;
}
.boardicon:hover{
    background-color: hsla(0,0%,100%,.4);
    border-radius: 3px;
    padding: 8px;
    margin-top: 2px;
}
.tpm-search-box{
    border-radius: 3px;
    color: #fff;
   font-weight: 700;
   margin-top: 2px;

}
.plusicon{
    background-color: hsla(0,0%,100%,.3);
    color: #fff;
    border-radius: 3px;
    padding: 8px;
    margin-left: 10px !important;
    margin-top: 2px;
    
}
.plusicon:hover{
    background-color: hsla(0,0%,100%,.4);
    border-radius: 3px;
    padding: 8px;
    margin-left: 10px !important;
    margin-top: 2px;
}
.tpm-modal{
    margin-left: 10px !important;
    left: 0px;
    float: right;
    margin-right: 10px;
}
/* .input-group .form-control{
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
} */

.tpm-search-modal-btn:hover,.tpm-search-modal-btn:focus,.tpm-search-modal-btn:active{
    background-color: hsla(0,0%,100%,.4);
}
.tpm-main-header  li{
    padding: 3px 7px;
    margin: 3px 7px;
 }
 .pad-5-7{
    margin: 3px 7px;
     padding: 3px 7px;
 }
 .tpm-search-modal{
    background-color: hsla(0,0%,100%,.3);
    border-right: none;
    color: #555;
    border-radius: 3px;
    font-weight: 700;
    border: 0px;
    padding: 8px;
    margin-top: 2px;

}
.tpm-search-modal:hover,.tpm-search-modal:focus,.tpm-search-modal:active{
    background-color: hsla(0,0%,100%,.4);
}
.tpm-search-modal-btn{
    background-color: hsla(0,0%,100%,.3);
    color: #555;
    padding: 5px; 
    height: 35px;
    width: 35px;
    opacity: 0.5;
}
.tpm-search-modal-btn:hover,.tpm-search-modal-btn:focus,.tpm-search-modal-btn:active{
    background-color: hsla(0,0%,100%,.4);
    color: #fff;
}