

#footer {
    margin-top: 2em;
    color: darkgray;
    font-size: .6rem;
}

.touchpoint-header {
    font-weight: bold
}

.touchpoint-row {
    border: 1px solid gray;
    margin-top: 1em;
    padding: 10px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(104,138,202,0.2976540958180147) 0%, rgba(255,255,255,1) 100%);
}

    .touchpoint-row:hover {
        border-style: groove;
        border-radius: 10px;
        border-width: 1px 1px 10px 2px;
        background: rgb(104,138,202);
        background: linear-gradient(274deg, rgba(104,138,202,1) 0%, rgba(104,138,202,1) 0%, rgba(255,255,255,1) 100%);
    }

.touchpoint-row-newspaper {
    font-weight: bold;
    color: #ff8022;
}

.touchpoint-detail-circle {
    width: 175px;
    height: 175px;
    border: 2px solid darkgray;
    color: white;
    font-size: 80%;
    background-color: #e6e6e6;
    margin-left: -4.8em;
    margin-top: -3.3em;
    border-radius: 50%;
    background: rgb(10,46,113);
    background: linear-gradient(180deg, rgba(10,46,113,1) 0%, rgba(255,255,255,1) 100%);
}

.touchpoint-detail-frame {
    border-style: solid;
    border-width: 1px;
    border-radius: 0 10px 10px 10px;
    padding: 10px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(104,138,202,0.2976540958180147) 0%, rgba(255,255,255,1) 100%);
}

/*Campaign List*/
.campaignHeader:hover {
    color: white;
    background-color: #FF8022;
}

.campaignNav-Button {
    margin-right: 20px;
}
/**************************************************************************/

.headerMenu {
    /*margin: 0;*/
    margin-bottom: 50px;
    padding-bottom: 5px;
}

.headerMenuItem {
    align-self: center;
    justify-content: center;
}


.headerMenu:after {
    content: "|";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.card-divider {
    background-color: #2554A9;
    color: white;
}

    .card-divider:hover {
        background-color: #FF8022;
        color: white;
        font-weight: normal;
    }

.card {
    border-bottom-style: groove;
    border-bottom-color: cornsilk;
    border-bottom-width: 5px;
}

    .card:hover {
        border-style: solid;
        border-width: 2px;
        border-color: black;
    }

.offerCard .card-divider {
    background-color: black;
}

.card:hover .card-divider {
    background-color: #FF8022;
}

.touchpointRange {
    width: 100px;
    height: 100px;
}

.circle {
    background-color: #fff;
    border: solid grey;
    border-width: 1px 3px 2px 1px;
    height: 100px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
    position: relative;
    /*display: inline-flex;*/
}

.touchPointRangeStart {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto
}

.touchPointHr {
    position: absolute;
    top: 25px;
    width: 100px;
}

.touchPointRangeEnd {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    margin: auto
}

.circle:hover {
    border-style: groove;
    border-width: 1px 1px 5px 1px;
    background-color: #22BB5B;
    color: white;
}


.thumb {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px; /* Rounded border */
    padding: 5px; /* Some padding */
    width: 150px; /* Set a small width */
}

    .thumb:hover {
        box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
        transform: scale(1.5);
    }

.productImg {
    height: 40px;
    transition: transform .2s;
}

    .productImg:hover {
        /*border-style: solid;
        border-color: white;
        border-width: 1px;*/
        transform: scale(4.0);
    }

.selectImageModal {
    display: block;
    max-width: 230px;
    max-height: 95px;
    width: auto;
    height: auto;
}

    .selectImageModal:hover {
        border: solid 2px black;
    }

/* Clearfix for the menu */
.ui-menu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.ui-menu .ui-menu-item {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}
