
/* CSS for steptwo */
.new-recipient{
margin:25px 0;
}
.new-recipient label{
text-transform:uppercase;
}
.new-recipient p{
font-size:13px;
line-height:20px;
}
.ulsteps ul{
margin:15px 0;
}
.ulsteps span{
color:#00a99d;
text-transform:uppercase;
}
.ulsteps ul li{
margin-bottom:10px;
}
#pc-head input{
margin-right:10px;
}
#pc-head h1{
font-size:14px;
text-transform:uppercase;
margin-top:0;
}
#pc-head label{
width:100%;
}
#postcode-dt .part-select {
    color: red;
}
.bootstrap-tagsinput {
    width: 100% !important;;
    border: none !important;;
    background: transparent !important;;
    padding: 8px 6px !important;;
    line-height: 30px !important;;
}
.bootstrap-tagsinput .tag {
    color: #fff !important;;
    background: #00a99d !important;;
    border-radius: 4px !important;;
    padding: 4px 8px !important;;
    max-width: 100% !important;;
}
.bootstrap-tagsinput input {
    width: 455px !important;;
}
#tag-div {
    overflow-y: auto;
    width: 100%;
    height: 300px;
    border: 1px solid #00a99d;
    background: #e8e8e8;
    border-radius: 0px;
}

.gray-striped > tbody > tr.editrow > td {
    background: #00A99D;
}

.step2 .submit {
    width: 49%;
    display: inline-block;
}

.step2 .submit.footer-btn {
    width: 100%;
}