@charset "utf-8";
/* CSS Document */

.wcrb_dashboard_section {
    background-color: #f7f7f7;
    border: 1px solid #ededed;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
}
.prgm_product_gallery_admin .tabs-panel {
    padding: 30px;
}
.wcrb_dashboard_section .wcrb_dan_item {
    width: 115px;
    margin-left: 6px;
    margin-right: 6px;
    background-color: #FFF;
    border-radius: 10px;
    text-align: center;
    float: left;
    margin-top: 6px;
    margin-bottom: 6px;
}
.wcrb_dashboard_section .wcrb_dan_item:first-child {
    margin-left: 0px;
}
.wcrb_dashboard_section .wcrb_dan_item:last-child {
    margin-right: 0px;
}
.wcrb_dashboard_section:after {
    display: table;
    clear: both;
    width: 100%;
    content: '';
}
.wcrb_dashboard_section .wcrb_dan_item img {
    padding: 20px;
}
.wcrb_dashboard_section .wcrb_dan_item h3 {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 6px 0px;
    border-top: 1px solid #ededed;
    font-size: 13px;
    background-color: #fd6742;
    color: #FFF;
    border-radius: 0px 0px 10px 10px;
    text-decoration: none;
}
.the-brand-logo {
    padding: 15px;
    background-color: #FFF;
    margin-bottom: 5px;
    border: 1px solid #e6e6e6;
}
.thebluebg {
    background-color: #063e70;
}
.prgm_product_gallery_admin li.external-title > a:hover, 
.prgm_product_gallery_admin .tabs-title > a:hover, 
.prgm_product_gallery_admin .tabs-title > a:focus, 
.prgm_product_gallery_admin .tabs-title > a[aria-selected='true'] {
    background-color: #fd6742;
}
.prgm_product_gallery_admin li.external-title a h2,
.prgm_product_gallery_admin li.tabs-title a h2 {
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
}
.prgm_product_gallery_admin li.external-title a,
.prgm_product_gallery_admin li.tabs-title a {
    padding: 0.875rem 1rem;
    display: block;
    text-decoration: none;
}
.tabs-content.vertical {
    height: 100%;
}
.wcrb_dan_item a:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
.wcrb_dan_item a {
    text-decoration: none;
}
.the-brand-logo h2 {
    font-size: 24px;
    margin-bottom: 0;
}
.tabs-panel.team-wrap h4 {
    font-size: 16px;
}