.tabs1 {
    position: relative;
    top: 1px;
    left: 0;
}

.selectedTab1 {
    background-color: #c1b59b !important;
}

.tab_bg {
    background: #006990;
    border-bottom: 4px solid #fca937;
    clear: both;
}

.tab1 td a {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 600;
    list-style: none outside none;
    padding: 10px 20px;
}

.padding_con_1 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.scroll_div.minHeight {
    height: 175px;
}

.link {
    color: #006990;
}

.textBox {
    border: 1px solid #ccc;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 5px;
    width: 100%;
}

fieldset {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}


.no_span span {
    display: inline;
}

.no_span label {
    display: inline;
}

.txt_bottom {
    padding: 8px 0 0 0;
    color: #006990;
    text-align: left;
}

.welcome_admin {
    margin: 0;
    padding: 0;
    width: auto;
    float: right;
}

    .welcome_admin li {
        list-style: none;
        font-size: 13px;
        font-weight: bold;
        float: left;
        border-left: 1px solid #006990;
        padding: 0 10px 0 0;
        font-family: HelveticaNeue;
    }

        .welcome_admin li.no {
            border-left: 0;
        }

.input_logout {
    background: none;
    border: 0 none;
    color: #006990;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    font-family: HelveticaNeue;
}

    .input_logout:hover {
        border: 0;
    }

.listing_con {
    margin-top: 3px;
}

    .listing_con h3 {
        font-size: 15px;
    }
