.tbotab {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tbotab li {
        padding: 10px 16px;
        border-radius: 5px 5px 0 0;
        display: inline-block;
        cursor: pointer;
        background-color: #0e60aa;
        color: #fff;
    }
        .tbotab li a{ color: #fff;}
        .tbotab li.active, .tbotab li:hover {
            background-color: #0d569a;
        }

.rd_bg {
    background: url(../Images/tboplus/rd_bg.jpg);
}

.orlabel {
    background: #fcfcfc;
    border: #eee solid 1px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    margin: 73px 0 0 -28px;
}

.rd_pad {
    padding: 40px;
}

.rd_lpanel {
    min-height: 270px;
    padding: 20px 40px 20px 20px;
}

    .rd_lpanel input[type="text"], .rd_lpanel input[type="number"] {
        border-radius: 4px;
        padding: 10px;
        border: 1px solid #e7e7e7;
    }

.rdbgcolor {
    background-color: #f7f7f7;
}

.AgencyTag {
    padding: 4px 8px;
    border-radius: 0 0 4px 4px;
    margin-top: -8px;
}

.mem_ht {
    height: 4px;
}

.gold {
    background: rgb(241,175,4);
    background: linear-gradient(312deg, rgba(241,175,4,1) 0%, rgba(242,245,131,1) 46%, rgba(247,204,7,1) 100%);
    
}

.silver {
    background: rgb(194,194,194);
    background: linear-gradient(312deg, rgba(194,194,194,1) 0%, rgba(255,255,255,1) 46%, rgba(230,229,229,1) 100%);
}

.platinum {
    background: rgb(240,239,238);
    background: linear-gradient(312deg, rgba(240,239,238,1) 0%, rgba(255,255,255,1) 46%, rgba(229,228,226,1) 100%);
}

.allstar {
    background: rgb(245,169,96);
    background: linear-gradient(312deg, rgba(245,169,96,1) 0%, rgba(255,255,255,1) 46%, rgba(230,113,2,1) 100%);
}

.new_log {
    padding: 6px 10px;
    min-height: 27px;
    margin-top: -2px;
    line-height: 21px;
}

    .new_log::after {
        transition: all ease 0.2s;
        display: inline-block;
        margin-left: .255em;
        vertical-align: middle;
        content: "";
        border-top: .5em solid;
        border-right: .5em solid transparent;
        border-bottom: 0;
        border-left: .5em solid transparent;
    }

    .new_log.active, .new_log:hover {
        background-color: #00396e;
    }

.myrewadbtn {
    background: #f4b334;
    color: #000;
    border: #fff solid 1px;
    border-radius: 4px;
    padding: 4px 5px 4px 20px;
    margin: -5px 8px 0 0;
    position: relative;
}

.addrew {
    position: absolute;
    background: #fff;
    padding: 3px;
    font-size: 19px !important;
    border-radius: 20px;
    left: -8px;
    top: -3px;
}
.tagpopbx{ display:none;}
.tagpop:hover .tagpopbx {
    display: block;
}

.myrbtn { border: #fff solid 1px; color: #fff; padding: 4px 8px 4px 2px; border-radius: 20px; }

.herobox{background:#42a7ef  url(../images/herobg.jpg) no-repeat left top / cover;min-height:400px; position: relative; width: 100%;}
.herologo{margin-top:20px;}
.herobtn{background:#f1a301; color:#fff; border-radius:8px; line-height: 38px; padding:8px 25px; font-size:24px; font-weight:bold; display: inline-block; cursor: pointer; box-shadow:0 2px 5px #333;}