﻿/*------New for New AC Release -- 02-15-2012   ---------*/
.ac-box-header
{
    color: #f58220;
    font-size: 14px;
    margin: 0 0 5px 4px;
    clear: both;
}
.ac-box
{
    border: 1px solid #d4d4d4;
    background-color: #fafafa;
    background-image: url(../images/box-bg.gif);
    background-repeat: repeat-x;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 22px 22px 12px 22px;
    text-align: left;
}
.ac-tab-box
{
    border: 1px solid #d4d4d4;
    background-color: #fafafa;
    background-image: url(../images/box-bg.gif);
    background-repeat: repeat-x;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 22px 22px 12px 22px;
    text-align: left;
    float: left;
    z-index: 99;
    width: 1054px;
}
.day-on {
     background-color: #1DAEEC;
     border-radius: 4px 4px 4px 4px;
     color: #FFFFFF;
     font-weight: bold;
     padding: 1px 4px;
     height: 15px;
     display: inline-block;
 }
.tab {
    font-size: 13px;
    border: 1px solid #d4d4d4;
    background-color: #fafafa;
    background-image: url(../images/box-bg.gif);
    background-repeat: repeat-x;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-align: center;
    float: left;
    margin: 0 1px -3px 0;
    font-size: 13px;
    cursor: pointer;
}
.tab-off
{
    color: #666;
    display: block;
    padding: 7px 22px 8px 22px;
    text-decoration: none;
    cursor: pointer;
}
.tab-off:hover
{
    color: #f58220;
    display: block;
}
.category {
	background-color:#FFF;
	border:1px solid #ddd;
	border-radius:4px;
    padding:4px 8px;
    margin: 1px;
	width:243px;
	color:#424242;
}
.category:hover {
	border:1px solid #8fb63b;
	color:#8fb63b;
}
.category-selected {
	background-color:#fff7d6;
	border:1px solid #f6d658;
	border-radius:4px;
    padding:4px 8px;
    margin: 1px;
	width:243px;
	color:#424242;
}
.tab-on
{
    font-size: 13px;
    color: #f58220;
    border-left: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    background-color: #ebebec;
    background-image: url(../images/tab-on-bg.gif);
    background-repeat: repeat-x;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 7px 22px 8px 22px;
    text-align: center;
    float: left;
    margin: 0 1px -3px 0;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.blade
{
    background-image: -ms-linear-gradient(top, #fff 0%, #dedede 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #dedede 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #dedede 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #dedede));
	background-image: -webkit-linear-gradient(top, #fff 0%, #dedede 100%);
	background-image: linear-gradient(top, #fff 0%, #dedede 100%);
    border: 1px solid #e6e6e6;
    color: #72AD43;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-top: 6px;
    width: 100%;
}

.blade:hover, .blade-notif:hover, .blade-pop:hover
{
    border: 1px solid #80c342;
}

.blade-icon-expanded
{
    background: url(../images/icon_expanded.png) no-repeat center left;
    width: 17px;
}

.blade-icon-collapsed
{
    background: url(../images/icon_collapsed.png) no-repeat center left;
    width: 17px;
}
.expand-all, .collapse-all {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	width:12px;
	height:12px;
	color:#666;
	font-size:14px;
	font-weight:bold;
	background-color:#B8D651;
	text-align:center;
	display:inline-block;
}
.expand-all:hover, .collapse-all:hover {
	background-color:#ddd;
	cursor:pointer;
}
.expand, .collapse {
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
	width:17px;
	height:16px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	background-color:#B8D651;
	text-align:center;
	display:inline-block;
	padding-top:1px;
	line-height:15px;
}
.expand:hover, .collapse:hover {
	background-color:#8fb63b;
	cursor:pointer;
}
.instruction
{
    font-size: 11px;
    font-style: italic;
    color: #888;
    margin: 4px 0;
}
.section-head
{
    height: 21px;
    color: #72AD43;
    font-size: 14px;
    padding-top: 3px;
    border-bottom: 1px dotted #d3d3d3;
    position: relative;
}
.section-left
{
    float: left;
    margin-top: 12px;
}
.section-left-border
{
    float: left;
    margin-top: 12px;
    padding-right: 30px;
    border-right: 1px dotted #d3d3d3;
}
.section-right
{
    float: right;
    margin-top: 12px;
}
.section-right-border
{
    float: right;
    padding-left: 30px;
    margin-top: 12px;
    border-left: 1px dotted #d3d3d3;
}
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.clear
{
    clear: both;
}
.right-margin
{
    margin-right: 12px;
}
.left-margin
{
    margin-left: 12px;
}
.top-margin
{
    margin-top: 12px;
}
.bottom-margin
{
    margin-bottom: 12px;
}
.page-title
{
    color: #f58220;
    font-size: 20px;
}
.subtitle-wrapper
{
    height: 25px;
}
.subtitle
{
    font-size: 14px;
    font-weight: bold;
    color: #959595;
    line-height: 23px;
}
.requestoffersheaderrow
{
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    background-image: -ms-linear-gradient(top, #6E6A6B 0%, #505051 100%);
    background-image: -moz-linear-gradient(top, #6E6A6B 0%, #505051 100%);
    background-image: -o-linear-gradient(top, #6E6A6B 0%, #505051 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6E6A6B), color-stop(1, #505051));
    background-image: -webkit-linear-gradient(top, #6E6A6B 0%, #505051 100%);
    background-image: linear-gradient(top, #6E6A6B 0%, #505051 100%);
    background-color: #505051;
}
.requestoffertableheader
{
    color: #fff;
}
.myoffersheaderrow
{
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    background-image: -ms-linear-gradient(top, #6E6A6B 0%, #505051 100%);
    background-image: -moz-linear-gradient(top, #6E6A6B 0%, #505051 100%);
    background-image: -o-linear-gradient(top, #6E6A6B 0%, #505051 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6E6A6B), color-stop(1, #505051));
    background-image: -webkit-linear-gradient(top, #6E6A6B 0%, #505051 100%);
    background-image: linear-gradient(top, #6E6A6B 0%, #505051 100%);
    background-color: #505051;
}
.myoffertableheader
{
    color: #fff;
}
.trborder
{
    border-top: none;
    border-right: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-bottom: 1px solid #ffffff;
}
.acpopoutmainbody
{
    width: 1100px;
    margin: auto;
    text-align: left;
}
.acloginbody
{
    text-align: left;
}
.footer
{
    background-position: top center;
}
.hidden
{
    display: none;
}
body
{
    font-family: Arial, Verdana, San-Serif;
}
.top-margin-small
{
    margin-top: 8px;
}
.bottom-margin-small
{
    margin-bottom: 8px;
}
.top-margin
{
    margin-top: 12px;
}
.bottom-margin
{
    margin-bottom: 12px;
}
.orange
{
    color: #F58220;
}
input[disabled] 
{
    background-image: none !important;
    background-color: #E1E1E1;
}
.hover-info {
    position: absolute;
    background-color: #FFF;
    border: solid 1px #424143;
    border-radius: 5px;
    padding: 8px 10px 8px 10px;
    z-index: 2000;
    display: none;
    -moz-box-shadow: 3px 3px 4px #777;
    -webkit-box-shadow: 3px 3px 4px #777;
    box-shadow: 3px 3px 4px #777;
}
.tab-sml {
    font-size: 12px;
    border-left: 1px solid #a8a8a8;
    border-top: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
    background-color: #999;
    background-image: url(/Content/images/tab-sml-off-bg.gif);
    background-repeat: repeat-x;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 0 0 2px 0;
    text-align: center;
    float: left;
    margin: 0 1px 0 0;
}

    .tab-sml a {
        color: #666;
        display: inline-block;
        padding: 4px 8px 5px 14px;
        text-decoration: none;
    }

        .tab-sml a:hover {
            color: #fff;
            display: inline-block;
        }

.tab-sml-on {
    font-size: 12px;
    color: #f58220;
    border-left: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    background-color: #fafafa;
    background-image: url(/Content/images/box-bg.gif);
    background-repeat: repeat-x;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-align: center;
    float: left;
    margin: 0 1px 0 0;
    height: 26px;
}

    .tab-sml-on a {
        text-decoration: none;
        display: inline-block;
        padding: 4px 8px 7px 14px;
    }

.close-tab {
    margin-top: 8px;
    background-image: url(/Content/images/tab-close-grey.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 9px;
    float: right;
}

    .close-tab:hover {
        background-image: url(/Content/images/tab-close-hover.png);
    }

.tab-content {
    background-color: #fafafa;
    padding: 5px 30px 0 8px;
    border-top-right-radius: 7px;
    width: 100%;
}

.side-tab-on {
    /*width: 115px;*/
    border-top: 1px solid #fff;
    border-left: 1px solid #b9b9b9;
    border-bottom: 1px solid #c0c0c0;
    background-color: #fafafa;
    padding: 6px 0 7px 15px;
    margin: 0 -1px 0 0;
    z-index: 2;
    position: relative;
}

.side-tab {
    /*width: 115px;*/
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #b9b9b9;
    background-color: #dbdbdb;
    padding: 6px 0 7px 15px;
}

a .side-tab {
    color: #424242;
}

.side-tab:hover {
    color: #222;
    background-color: #ccc;
}

.hover-info {
    position: absolute;
    background-color: #FFF;
    border: solid 1px #424143;
    border-radius: 5px;
    padding: 8px 10px 8px 10px;
    z-index: 2000;
    display: none;
    -moz-box-shadow: 3px 3px 4px #777;
    -webkit-box-shadow: 3px 3px 4px #777;
    box-shadow: 3px 3px 4px #777;
}

.resize-bar {
    background: rgb(211, 211, 211);
    background: -moz-linear-gradient(90deg, rgb(211, 211, 211) 0%, rgb(144, 144, 144) 70%);
    background: -webkit-linear-gradient(90deg, rgb(211, 211, 211) 0%, rgb(144, 144, 144) 70%);
    background: -o-linear-gradient(90deg, rgb(211, 211, 211) 0%, rgb(144, 144, 144) 70%);
    background: -ms-linear-gradient(90deg, rgb(211, 211, 211) 0%, rgb(144, 144, 144) 70%);
    background: linear-gradient(180deg, rgb(211, 211, 211) 0%, rgb(144, 144, 144) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#909090');
    line-height: 3px;
    text-shadow: 0 1px 1px #FFFFFF;
    background-color: #828282;
    padding: 1px 8px 3px 8px;
    text-align: center;
    cursor: s-resize;
    color: #888;
    font-weight: bold;
    border-bottom: 1px solid #666;
    border-top: 1px solid #ccc;
}

.gold-row td {
    background-color: #FFF7B5;
}

.scroll-div {
    border: 1px solid #fafafa;
    background: #fafafa;
    padding: 0 12px 12px 12px;
    width: 100%;
    height: 150px;
    overflow: auto;
}
table.reset-table {
    padding: 0;
    border-spacing: 0;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 3.5em;
    height: .6em;
    cursor: default;
}

.ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal {
    height: .2em;
    margin-top: .3em;
}

.slider_holder {
    float: left;
    position: relative;
    width: 850px;
    overflow: hidden;
    list-style: none;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.center {
    text-align: center;
}

.small-grey {
    color: #999;
    font-size: 10px;
}

.acPopoutFooter .wrapper {
    display: none;
}
.NewestCampaignLogo {
    display: none;
}

.FeaturedCampaignLogo {
    display: none;
}

.TopCampaignLogo {
    display: none;
}

.OfferDetailsCampaignLogo, .MyOffersCampaignLogo, .RequestOffersCampaignLogo {
    margin: 2px auto;
    z-index: 10;
    max-height: 50px;
    max-width: 50px;
}

.OfferDetailsPreviewContainer {
    width: 40%;
    float: left;
    padding: 5px;
    margin: 10px;
}

.OfferDetailsInfoContainer {
    width: 40%;
    float: right;
    padding: 5px;
    margin: 10px;
}

.OfferDetailsDescription, .OfferDetailsSpecialInstructions, .OfferDetailsTrafficAllowed, .OfferDetailsEmailInstructions, .OfferDetailsPromotionCodes {
    padding: 10px;
    border-top: solid 1px #e2e2e2;
}

.modal_close_x {
     float: right;
    cursor: pointer;
}

ul.share-buttons{
    list-style: none;
    padding: 0;
}

ul.share-buttons li{
    display: inline;
    margin: 2px 12px;
}

ul.share-buttons .sr-only{
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

ul.share-buttons img{
    width: 64px;
}

.share-icon {
    height: 25px;
    width: 25px;
    background-image: url(/Content/images/icon-share.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.multi-login-icon {
    height: 20px;
    width: 20px;
    background-image: url(/Content/images/icon_multi-login.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
}

.multi-login-modal {
    width: 300px;
    top: 50px !important;
    right: 200px !important;
    left: auto !important;
    font-size: 14px;
}

.logins-container {
    display: block;
}

.logins-container ul, .logins-container li {
    list-style-type: none;
    float: left;
    width: 100%;
}
.logins-container li {
    line-height: 20px;
    padding: 6px;
    cursor: pointer;
}
    .logins-container li:hover {
        background-color: #ebebec;
        transition: .6s all;
    }

.logins-container .username {
    float: left;
}

.logins-container .deleteLogin {
    float: right;
    margin-left: 20px;
}

.add-logins-container {
    width: 100%;
    text-align: center;
}
.inputAddLogin {
    float: left;
    width: 100%;
}
.divAddLoginTitle {
    float: left;
}
.cnxAddLogin {
    float: right;
    color: red;
    cursor: pointer;
}
.btnAddLogin {
    float: right;
}
.cnxAddLoginModal {
    float: right;
    cursor: pointer;
    margin-right: -6px;
    margin-top: -10px;
}
.validation-summary-errors {
    color: #890822;
    font-size: 9pt;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 8px;
    padding: 6px;
    text-align: center;
}

.validation-summary-errors ul {
    list-style-type: none;
}

.acreportcontent {
    width: 98%;
    margin: auto;
}

.myAccountBusinessDescription {
    margin: 0px 0px 4px;
    width: 1026px;
    height: 81px;
}

.myAccountAddtlEmails {
    width: 259px;
    margin: 0px 0px 4px;
    height: 62px;
}

.grid-listing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.grid-listing-box {
    border: 1px solid #e9e9e9;
    background-color: #fefefe;
    background-image: url(/Content/images/box-bg-light.png);
    background-repeat: repeat-x;
    border-radius: 5px 5px 5px 5px;
}

.grid-listing-box:hover {
    animation-name: shadow;
    animation-duration: 1s;
    box-shadow: 0px 0px 10px #8a8a8a
}

@keyframes shadow {
    0% { box-shadow: 0px 0px 10px #ffffff }
    25% { box-shadow: 0px 0px 10px #e3e3e3 }
    50% { box-shadow: 0px 0px 10px #c9c9c9 }
    75% { box-shadow: 0px 0px 10px #a1a1a1 }
    100% { box-shadow: 0px 0px 10px #8a8a8a }
}

.grid-listing-button-box {
    z-index: 201;
    width: 140px;
    position: absolute;
    top: 30px;
    left: 50px;
    /*transform: translate(-50%);*/
    display: none;
}

.grid-listing-button-box input {
    border-radius: 20px;
    width: 150px;
    height: 30px;
    cursor: pointer;
}


.grid-listing-image-container {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    height: 200px;
}

.grid-listing-image-container img {
    width: 200px;
    height: 200px;
    margin: 1px;
    background-color: transparent;
}

.grid-listing-offerName {
    /*color: rgb(39, 88, 196);*/
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    height: 17px;
    overflow: hidden;
}

.grid-listing-adSpaceName {
    color: rgb(39, 88, 196);
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    height: 17px;
    overflow: hidden;
}

.grid-listing-offerDetails {
    /*color: rgb(39, 88, 196);*/
    font-size: 12px;
    margin-top: 3px;
    height: 45px;
    width: 215px;
    overflow: hidden;
}

.grid-listing-adSpaceDetails {
    color: rgb(39, 88, 196);
    font-size: 12px;
    margin-top: 3px;
    height: 45px;
    width: 215px;
    overflow: hidden;
}

.grid-listing-offerCategory {
    color: rgb(101, 103, 104);
    font-size: 12px;
    font-weight: bold;
    margin-top: 3px;
    height: 15px;
}

.grid-listing-offerPayout {
    color: #72AD43;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    line-height: 21px;
    height: 28px;
}

.grid-listing-offerPayoutRating {
    color: #72AD43;
    font-size: 12px;
    font-weight: bold;
}

.hide-element {
    display: none;
}

.grid-view-icon, .list-view-icon {
    /*background-color: #D3D3D3;*/
    float: right;
    height: 26px;
    width: 26px;
}

.grid-view-icon, .list-view-icon {
    background-color: #f5f5f5;
    float: right;
    height: 26px;
    width: 26px;
    cursor: pointer;
    border: solid 1px #82c644;
    border-radius: 5px;
}

.grid-view-icon:hover, .list-view-icon:hover {
    background-color: #fff;
}

.view-icon-active, .view-icon-active:hover {
    background-color: #eeeeee;
    opacity: 0.7;
    cursor: default;
}

.grid-view-icon img {
    background-image: url('/Content/images/icon_grid.png');
    background-position: center;
    background-repeat: no-repeat;
    margin: 3px;
    height: 20px;
    width: 20px;
}

.list-view-icon img {
    background-image: url('/Content/images/icon_listing.png');
    background-position: center;
    background-repeat: no-repeat;
    margin: 3px;
    height: 20px;
    width: 20px;
}

.na {
    background-image: url(/Content/images/na.png);
}