.error-message, label.error {
    /*display: block;*/
    margin-top: -1px;
    color: red;
    font-size: 13px;
    font-weight: 400;
}

label.error {
    margin-top: -1px;
    color: red;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.required > label:first-child:not(.error)::after,
.required-field .input:first-child > label:not(.error)::after,
.label-required:after{
    content: ' *';
    color: #C3232D;
}

.ms-drop.bottom ul li label span {
    margin-left: 5px;
}

label.admin-validation-error {
    margin-top: -1px;
    color: #f36d3c;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.alert.alert-dismissable {
    position: fixed;
    right: 1%;
    top: 1%;
    width: auto;
    z-index: 9999;
}

.recommendation-message {
    color: #03878c;
    font-weight: normal;
    text-align: center;
    font-size: 13px;
}

#datatable-responsive_filter,
.hide-dt-search .dataTables_filter{
    display: none;
}

.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify-move.ui-pnotify-in.ui-pnotify-fade-in {
    top: 2% !important;
    right: 1% !important;
}

.error-message ul {
    list-style: none;
    padding-left: 0;
}

.error-message ul li{
    color: red;
}

.forgot-pass-link{
    font-size: 12px;
}

.current-offers-container {
    width: 100%;
    float: left;
}

ul.products li {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    border: 1px solid #ccc;
    margin: 5px;
    background: #fff;       
}

.add-more {
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: green;
    width: 100%;
    cursor: pointer;
    text-align: right;
}

.remove-more{
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: red;
    cursor: pointer;   
}
ul.social_sharing_li {
    list-style: none;
    padding-left: 0;
}
.social_sharing_li li {
    margin: 10px 0px;
}

.hideElement{
    display: none;
}

.text-orange{
    color: #f0ad4e;
}
.notification-li .dropdown-toggle .label {
    position: absolute;
    top: 10px;
    right: 25px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.notification-li .dropdown-toggle .label.list-count {
    right: 8px;
}

.btn-default-custom{
    font-size: 15px;
    padding: 10px 10px;    
    border: 1px solid #8f50a9;
    background-color: #92298D;
    color: #f9f9f9;
}

.skip-link{
    height: 46px;
    display: table !important;    
}

.skip-link a {
    float: none;
    display: table-cell;
    vertical-align: bottom;
    color: #2dcc70;
    text-decoration: underline;
}

.btn-default-custom:hover{
    color: #f9f9f9;
}

.section.light-background.low-top-padding{
    padding-top: 40px;
}

.nav.navbar-nav li form.sidebar-form {
    width: 200px;
    display: inline-block !important;
    margin-bottom: 0px !important;
}

select#current-selected-supplier {
    background: #f9f9f9;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #03878c;
    border-bottom-left-radius: 2px;
    border: 1px solid transparent;
    height: 35px;
}

.sidebar-form .form-group {
    margin-bottom: 0px;
}

.submit-page-btns{
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
    display: flex;
}
/*.current-offers-container .container {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 210px;
    background: #fff;    
}*/


/*@media (max-width:768px) {
.current-offers-container .active{
    text-align: center;
}

.current-offers-container .container {
        width: 30%;
    }
}*/


/***********Form Wizard Css**************/
.wizard {
    margin: 0px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 10px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 18px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33.33%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}


.offer-filter-div .input label
{
    margin-right: 5px;
}

.offer-filter-div form{
    width: auto;
}

.offer-tabs-row #deal-tabs{
    width: auto;
    float: left
}

.offer-tabs-row .offer-filter-div{
    width: auto;
    float: right;
}

.my-account-container i {
    color: #655796;
    width: 34px;
    text-align: center;
}

.my-account-container div {
    font-size: 21px;
    margin-bottom: 25px;
}


/******Notification Div Ui**********/
.notification-li ul.dropdown-menu {
    background: white;
    border-radius: 0 !important;
    border: 1px solid #f4f4f4;
}
.notification-li ul.dropdown-menu li a:hover {
    color: #444444 !important; 
    background: #f4f4f4 !important;   
}
.notification-li ul.dropdown-menu li a {
    font-size: 12px !important;
    border-top: 1px solid #f4f4f4;
    color: #444444 !important;
    overflow: hidden;
/*    text-overflow: ellipsis;
    white-space: nowrap;*/
    padding: 10px;    
    text-transform: inherit !important;
}

.notification-li ul.dropdown-menu .menu {
    padding-left: 0;
    width: 300px;    
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-y: hidden;  
}

.notification-li ul.dropdown-menu .menu .date{
    width: 100%;
    float: left;
    font-size: 11px;
    padding: 3px 0px 0 0;
    text-align: right;
    font-weight: 700;
}

.notification-li ul.dropdown-menu .header {
  border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    margin-bottom: 0;
    border-bottom: 0;
    font-size: 12px;
}

.notification-li ul.dropdown-menu .footer a{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #eeeeee;
    color: #444!important;
    text-align: center;
    border-top: none;
    font-weight: bold;    
  }
/**********************/

.underline{
    padding: 10px 0;
    border-bottom: 1px solid #c2c2c2;
}

/**************Overlay*****/
  /* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;   
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
.overlay-content img{
  max-width: 100%;
}


/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
/**************Overlay*****/

.checkbox-input-container{
    padding-left: 5px;
}

.checkbox-input-container .input.checkbox{
    float: left;
    margin-right: 15px;    
}

.allow-redemption-radio-div{
    float: left;
    width: 100%;
}

.allow-redemption-radio-div .input.radio{
    display: inline-block;    
}

.allow-redemption-radio-div .radio-label{
    margin-right: 10px;
}

.allow-redemption-radio-div .input.radio label,
.radioBox .input.radio label{
    margin-right: 10px;
}

div.tagsinput span.tag
{
    background: #3c8dbc;
    border: #3c8dbc;
    color: #fff;
}
div.tagsinput span.tag a
{
    color: #fff;
}

/*@@@@@@@@@@ Admin form wizard @@@@@@@@@@@*/

  .stepwizard-step p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px 0px;
}

.stepwizard-row {
    display: table-row;
    background-color: rgb(41, 22, 109);
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    text-align: center;
    display: block;
    font-size: 12px;
    border-radius: 0;    
    background-color: #b3b3b3;
    border: none;    
}

a.btn.btn-primary.btn-circle{
    background-color: #F44336;
}
/*@@@@@@@@@@@@@@@@@@@@@@@*/

.offer-approval-warning {
    font-size: 14px;
    text-align: center;
    background: #f39c12;
    color: #fff;
    margin-top: 0;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
}

.offer-approval-danger {
    font-size: 14px;
    text-align: center;
    background: #dd4b39;
    color: #fff;
    margin-top: 0;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
}

.offer-approval-success {
    font-size: 14px;
    text-align: center;
    background: #F15A22;
    color: #fff;
    margin-top: 0;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
}

p.supplier-links span a {
    font-size: 16px;
    margin-right: 7px;
    font-weight: bold;
}

p.supplier-links span a.activate {
    border-bottom: 2px solid orange;
    padding-bottom: 2px;
}

.register-box-body-new{    
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    float: none;
    margin: 0 auto;
}

.supplier-edit-profile-tabs{
    float: left;
    width: 100%;
    padding-bottom: 25px;
}
.account-activation-heading
{
    float: left;
    width: 100%;
    text-align: center;    
}
.how-it-work-ul > li.home-or-text{
    list-style: none;
    margin-bottom: 0;
}

.ms-choice {
    height: 34px;
    border: 1px solid #ccc;
    line-height: 35px;
    border-radius: 0px;    
}
.ms-choice > div {
    top: 5px;
    height: 34px;
}
.ms-drop input[type="checkbox"] {
    margin: 0px 0px 0;
}

.offer-list-img
{
    margin: 0 auto;
    width: 70px;
    padding: 2px;
    border: 1px solid #d2d6de;    
}

.form-inline.filter-form .form-group {
    margin-bottom: 10px;
    float: inherit;
}

.form-inline.filter-form .form-group select{
    width: 100%;
}

.form-inline.filter-form .form-group.col-md-3 {
    width: 24%;
}

.progress-group .progress-text {
    font-weight: 600;
}
.progress-group .progress-number {
    float: right;
}

.table tr td .progress
{
    background: #ceb28f;
}

.banner_sub_text{
    text-transform: capitalize;
    letter-spacing: 3px;
    font-size: 20px;
}

.grecaptcha-badge{
    display: none;
}

#filter-panel .row .col-md-1,#filter-panel .row .col-md-2,#filter-panel .row .col-md-3,#filter-panel .row .col-md-4,#filter-panel .row .col-md-5,#filter-panel .row .col-md-6,#filter-panel .row .col-md-7,#filter-panel .row .col-md-8,#filter-panel .row .col-md-9,#filter-panel .row .col-md-10,#filter-panel .row .col-md-11,#filter-panel .row .col-md-12{
    padding: 0px 5px;
}

pre.cake-error {
    z-index: 999999999999999;
    position: absolute;
    width: 100%;
}

.view-mode-buttons a{
    white-space: normal; 
}

table#compliance-table {
    table-layout: fixed;
}

table#compliance-table td {
    word-break: break-all;
}

.container.terms-condition-page {
    color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}
.container.terms-condition-page li ol li {
    list-style: lower-alpha;
}

.container.terms-condition-page li ol li ol li {
    list-style: lower-roman;
}

.container.terms-condition-page li {
    margin-bottom: 5px;
    color: #4a4e51;
}

.control-panel-logo img{
    max-width: 60%;
}


a.navbar-brand.small-brand {
    max-width: 322px;
}

a.navbar-brand.small-brand img{
    max-width: 150px;
}

a.navbar-brand.small-brand img {
    max-height: 45px;
}

a.navbar-brand.small-brand img {
    max-height: 45px;
}

.admin-login-title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    margin: 10px;
    display: inline-block;
    width: 100%;    
}

.admin-footer, .supplier-footer {
    font-size: 14px;
    border-top: 1px solid rgba(0,0,0,.08);
    background-color: #f9f9f9;
    float: left;
    width: 100%;
}

.admin-footer .widget-text, .supplier-footer .widget-text {
    text-align: center;
}

.supplier-footer .footer-logo {
    max-width: 322px;
}

.admin-footer hr.spacer-footer, .supplier-footer hr.spacer-footer {
    margin-top: 0px;
    border-top-color: transparent;
}

.supplier-footer hr.spacer-10 {
    margin-top: 10px;
    border-top-color: transparent;
}

.supplier-footer .social-icons-div {
    display: inline-block;
    margin-bottom: 15px;
}

.supplier-footer .social-icons-div .social {
    background: transparent;
}

.supplier-footer .social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    margin-right: 1rem;
}
.supplier-footer .social ul li a {
    background-color: #322575!important;
    position: relative;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 3.4rem;
    height: 3.4rem;
    background-color: transparent;
    line-height: 3.5rem;
}

.supplier-footer  ul li a i {
    color: #eb8b1b;
    font-size: 19.18px;
    display: inline-block;
    margin-top: 7px;
    font: normal normal normal 14px/1 FontAwesome;
}

.supplier-footer ul li {
    float: left;
    margin-bottom: 5rem;
    margin-right: 1rem;
    margin-bottom: 0!important;
}

.supplier-footer .content{
    min-height: auto;
}

.admin-footer .copyright, .supplier-footer .copyright {
    background-color: #f4f4f4;
    padding: 15px 0 5px;
    text-align: center;
    border-top: 1px solid #ececec;
}

.info-box .progress-description a{
    color: #fff;
}

#dl_accepted_terms_conditions-error {
    padding-left: 20px;
    float: left;
    width: 100%;
    padding-top: 10px;
    display: none;
    text-align: left;    
}

#my-legend {
    text-align: center;
    margin-bottom: 0;
}

#my-legend ul{
    display: inline-flex;
    text-align: center;
    list-style: none;
    padding-left: 0;
    font-weight: bold;
}

#my-legend ul li{
    padding: 0px 5px;
}

.live-legend-color{
    color: #3b8bba
}

.pending-legend-color{
    color: #FF8CA4
}

#my-legend ul li:not(:last-child):after {
    content: "|";
    padding-left: 10px;
    color: #2e3482;
}

.legal-language-btn.active:after {
    content: "\f063";
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0px;
    color: #2e3482;
    font-family: 'FontAwesome';
}

tr.selected {
    background-color: #acbad5 !important;
}

tr.selected td{
    border: none !important;
}

td.result-td .fa {
    margin-right: 2px;
}

form#rebate-form {
    border-radius: 5px;
    padding: 10px 10px;
    background: #03878c1f;
    width: 100%;
    margin-top: 0px;
}

form#rebate-form .form-group{
    margin: 6px 0px 0px 0px;
}

.rebate-submit {
    text-align: center;
    margin-top: 10px;
}

form#rebate-form .control-label{
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 0;
}

.content-wrapper .content{
    overflow: auto;
    width: 100%;
}

.created-by-agency {
    display: block;
    background: #ff0000;
    color: #fff !important;
    padding: 2px 10px;
    font-weight: 600;
}

h3.created-by-agency{
    font-size: 15px;
    text-align: center;
    margin-top: 0;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
}

span.add-new-brand {
    text-decoration: underline;
    display: inline-block;
    padding: 7px 0px 0px 0px;
    color: #03878c;
    font-weight: 600;
    cursor: pointer;
}

.add-new-brand .fa {
    margin-right: 5px;
}

.reaching-limit-message{
    font-size: 14px;
    text-align: center;
    background: #ff0000;
    color: #fff;
    margin-top: 0;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
}

.reaching-limit-message a{
    color: #fff !important;
    text-decoration: underline;
}

#banners-input-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;    
}

.clip-detail-accordian{
    width: 100%;
    float: left;
}

.flex-field {
    padding-right: 5px;
    padding-left: 5px;
    flex: 1;
}

.flex-row{
    display: flex;
    justify-content: center;
    align-items: center;   /* <---- NEW    */    
}

.supplier-clip-detail-box{ 
    padding: 0 !important;
}

.box.clip-detail-accordian {
    background: #dedce4;
    padding: 0px 10px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.flex-field .form-control {
    border: 1px solid;
    border-radius: 5px;
}

.banner-title{
    font-size: 16px !important;
    line-height: 22px !important;
    text-decoration: underline;
    font-weight: 600;
    text-align: center;
    padding: 6px 0px 10px 0px;
    margin: 0px !important;
    background: #2e3482;
    color: #fff;
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;    
}

.flex-start{
    align-self: flex-start;
}

.parent-container-of-limits{
    display: inline-block;
}

.clip-detail-accordian .box-tools {
    top: 14px;
}

.clip-detail-accordian .box-tools .btn-box-tool{
    color: #fff;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The toggle-switch-slider */
.toggle-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-switch-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .toggle-switch-slider {
  background-color: #2196F3;
}

input:focus + .toggle-switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .toggle-switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded toggle-switch-sliders */
.toggle-switch-slider.round {
  border-radius: 34px;
}

.toggle-switch-slider.round:before {
  border-radius: 50%;
}  

.action-links {
    display: inline-flex;
    margin-bottom: 5px;
}

.action-links a {
    margin: 0px 5px;
}

.new-field-checkbox .input.checkbox{
    padding-top: 4px;
}

.new-field-heading h2 {
    font-size: 14px;
    color: #2e3482;
    margin-top: 0;
    font-weight: 600;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 0px;
}

.new-field-heading h2 a{
    color: #2e3482;
}

.new-field-heading {
    display: flex;
    background: #d4d0d0;
    padding: 3px;
    border-radius: 5px;
    margin-top: 8px;
    align-items: center;
}

.new-field-heading span {
    font-size: 14px;
    text-align: center;
    color: #ff0000;
    margin-top: 0;
    font-weight: bold;
    display: inline-block;
    padding: 3px 7px;
    white-space: nowrap;
}

.new-field-body-box{
    position: relative;
}

.chat-bubble {
    position: absolute;
    font-size: 18px;
    line-height: 24px;
    background: gray;
    border-radius: 40px;
    padding: 20px 35px;
    text-align: center;
    right: 50px;
    color: #fff;
    top: 30%;
    transform: translateY(-50%);
    outline: none;
}

.bottom-bubble .chat-bubble{
    bottom: 20% !important;
    top: auto !important;
}

.bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid gray;
  border-right: 12px solid transparent;
  border-top: 12px solid gray;
  border-bottom: 20px solid transparent;
  left: 32px;
  bottom: -24px;
}

.help-icon-color {
    background: darkgreen;
    color: #fff !important;
}

#banners-input-container label.control-label{
    padding: 8px 5px 5px 0px;
}

.flex-checkbox {
    margin-top: 20px;
}

span.combined-state-banner-msg {
    color: green;
}

/*#banners-input-container .input label{
    color: #2e3482;
}

#banners-input-container li label{
    color: #333 !important;
}*/

span.request-sent {
    font-weight: bold;
    color: green;
}


.short-description-link {
    padding-left: 5px;
    font-size: 22px;
}

.flex-div {
    display: flex;
}

.direction-column{
    flex-direction: column;
}

.bold{
    font-weight: bold;
}

.item-center {
    align-items: center;
}

.justify-right{
   justify-content: flex-end; 
}

.space-between {
    justify-content: space-between;
}

.flex-item-center{
    display: flex;
    text-align: center;
    justify-content: center;
}

.dashboard-new-alert{
    flex: 1;
}

.dashboard-new-alert a {
    color: red !important;
    font-size: 18px;
    text-decoration: underline;
}

.post-loader{
    display: flex;
    width: max-content;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    z-index: 999999999;    
}

.post-loader img {
    width: 30px;
}

.post-loader span {
    padding: 0px 40px;
    font-weight: 600;
    font-size: 20px;
}

.small-note{
    padding-top: 10px;
    display: block;
    padding-right: 13px;
    color: #dd4b39;    
}

.custom-note-dashboard {
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.custom-note-dashboard h1 {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-top: 0px;
}


.customization-options optgroup {
    background: #cecece;

}

.pop-up-note {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.field-note{
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
    padding: 3px 5px;
    display: inline-block;
    font-weight: 600;
}

.field-note.danger{
    color : red;
    border-left-color: red;
}

.full-width {
    display: inline-block;
    margin-top: 5px !important;
    width: 100%;
}

#datatable-responsive_wrapper{
    overflow-x: auto;
    max-width: 100%;
    float: left;
    width: 100%;
}

.ml-2{
    margin-left: 5px;
}

td.pos_text_col {
    word-break: break-all;
}

.c_checkbox_inline .checkbox {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.c_checkbox_inline .checkbox label{
    font-weight: 700;
}

.dynamic-block{
    padding: 19px;
    position: relative;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.dynamic-block .fa-times {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 25px;
    color: #dd4b39;
    cursor: pointer;
    z-index: 999;
}

.full-tab{
    width: 100%;
    float: left;    
}

.radius-box {
    background: #e6e4e4;
    padding: 15px;
    border-radius: 10px;
}


ul.tips {
    margin-top: 15px;
    padding-left: 18px;
}

ul.tips {
  list-style: none; /* Remove default bullets */
}

ul.tips li {
    margin-bottom: 5px;
}

ul.tips li::before {
    content: "\2022";
    color: transparent;
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: -1em;
    border-radius: 5px;
    height: 15px;
    vertical-align: middle;
}

.live-offer-swatch::before {
    background: #03878c;
}

.upcoming-offer-swatch::before {
    background: #f15a22;
}

.will-go-live-offer-swatch::before {
    background: #ffc20e;
}

.saved-offer-swatch::before {
    background: #007efe;
}

.expiring-offer-swatch::before {
    background: #ff0000;    
}

ul.tips li strong {
    margin: 0px 5px;
    font-weight: 600;
}

.mobile-preview-note{
    display: block;
    padding: 0px 15px;
    margin-bottom: 10px;  
    text-align: center;  
}


.no-margin-checkbox .checkbox{
    margin: 0px;
}

.no-margin-checkbox .checkbox label {
    font-weight: 600;
}

.offer-picture-note {
    align-self: flex-end;
    padding-bottom: 5px;
    padding-left: 10px;
}

.display-detail-img-container{
    background: #f4f4f4;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;   
    display: flex; 
}

.display-detail-img-container .offer-picture img{
    padding: 3px;
    border: 2px solid #03878c;
    border-radius: 5px;
    background: #fff;

}

ul.crf-modal-ul {
    list-style: none;
    padding-left: 5px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    max-height: 250px;
    overflow-y: auto;
}

.crf-modal-ul li .input.checkbox label{
    position: relative;
}

.full-width-error{
    width: 100%;
    text-align: left !important;
}

.offer-owner-label {
    padding: 8px 8px;
    width: 100%;
    font-weight: 600;
}

.offer-owner-label .fa-edit {
    color: #3c763d;
    cursor: pointer;
    margin-left: 10px;
    font-size: 17px;
    vertical-align: middle;
}

.chart-canvas{
    height: 350px;
    max-height: 350px;
}

.estimate-table table td, .estimate-table table th {
    width: 50%;
    text-align: center;
}

.flex-container {
    display: inline-flex;
    justify-content: space-evenly;
    width: 100%;
    border: none;
}

.offer-exclamation-action {
    font-size: 18px;
    color: #03878c;
    cursor: pointer;
}

.action-buttons {
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
}

.flex-icon-container {
    display: inline-flex;
    align-items: center;
}

.flex-icon-container i {
    margin: 0px 5px;
}
.checkbox-check-icon label::before {
    content: '\f14a';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
}


.inline-input-set {
    display: inline-flex !important;
    align-items: center;
    color: #fff;
}

.inline-input-set .input{
    width: 100%;
}

.inline-input-set label {
    margin-right: 10px;
}

.text-white{
    color: #fff;
}

.form-check{
    justify-content: center;
    align-items: center;
    display: flex;
}


.form-check .form-check-input {
    margin: 0;
    margin-right: 5px;
}

.form-check .form-check-label {
    margin: 0;
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
    background: transparent;
}

.comments-container {
    max-height: 300px;
    overflow-y: auto;
}

.offer-comment-icon {
    font-size: 18px;
    cursor: pointer;
    color: #3aa1a5;
}

.justify-content-end{
    justify-content: flex-end;
}

.btn-default.btn-on.active{background-color: #5BB75B;color: white;}
.btn-default.btn-off.active{background-color: #DA4F49;color: white;}

.select2-field{
    width: 100%;
}

.timeline-item {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 0.25rem;
    background-color: #fff;
    color: #495057;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.timeline-item>.time {
    color: #999;
    float: right;
    font-size: 12px;
    padding: 10px;
}

.timeline-item>.timeline-header {
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #495057;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 10px;
}

.timeline-item>.timeline-body {
    padding: 10px;
}

.announcement-link {
    position: absolute;
    bottom: 8px;
    margin-left: 18px;
}

.btn.apply-recommendation {
    padding: 4px 30px;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600;
}

.dashboard-recap-chart{
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: aliceblue;
}

.w-full{
    width: 100%;;
}

.button-menu-item-btn{
    gap:8px;
}

.coupon-view-container{
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.coupon-view-container .title{
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 28px 0px 8px 0px;
    background: #80808014;
    margin: 0px;
}

.coupon-view-container .img{
    display: flex;
    justify-content: center;
    margin: 15px 0px;
}

.coupon-view-container .value {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.coupon-view-container .coupon-content {
    padding: 10px 20px;
}

.coupon-view-container span.more-detail {
    color: #2874C0;
    cursor: pointer;
}

.coupon-view-container p.coupn-exp {
    color: gray;
    margin-top: 8px;
}

.coupon-view-container .claim-button button {
    background-color: #2874C0;
    border: none;
    box-shadow: none;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    width: 100%;
}

.back-btn{
    width: 100%; 
    height: 40px; 
    display: flex; 
    align-items: center;
}

.back-btn h4 {
    padding: 0px 0px 0px 12px;
    margin: 0px;
    color: #1b7417;
}

.preview-heading{
    position: relative
}

.savings-back{
    position: absolute;
    font-size: 14px;
    display: block;
    left: 5px;
    font-weight: 400;
    color: #2874C0;
}

.image-description-column{
    border: 1px dotted black; 
    width: 92%; 
    margin: auto; 
    height: 302.57px; 
    position:relative; 
    height:auto;
}

.image-description-column .fa-scissors{
    position: absolute; 
    top: -7px; 
    right: 10px;

}

.image-description-column .coupn-exp{
    color:#d55161 !important; 
}

.image-description-column .long-desc{
    padding-left:10px
}

.image-description-column .value {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #bd384d;
}

/* .long-desc .value{
    font-size: 20px; 
    font-weight: bold; 
} */

.minimum-purchase{
    padding: 0px 15px; 
    margin-top:30px; 
    text-align: center;
    color: #6b7377;
}

.long-description {
    padding: 0px 15px;
    text-align: center;
    color: #6b7377;
}

.smartphone-box h3{
    text-align: center;
    font-size: 18px;
}

.paypal-logo {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0px 10px;
    margin-top: 10px;
}

.sharable-link-container {
    margin-top: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid;
    background: white;
    border-color: lightgray;
    padding: 0px 0px 0px 6px;
    font-size: 12px;
}

.copy-link-btn .fa{
    font-weight: 600;
}

.copy-link-btn {
    border: none;
    background: none;
    font-weight: 600;
    color: #03878c;
    text-decoration: underline;
}

.input-link{
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.offerExclaimationIcon {
    margin-left: 5px;
    cursor: pointer;
}

.relative{
    position: relative;
}

.on-hold-alert-container {
    display: flex;
    justify-content: center;
}

.on-hold-alert-container .alert{
    padding: 5px 7px;
    font-size: 15px;
    font-weight: 600;
}

.meijer-clip-limit-note{
    margin-left: 5px; 
    margin-top: 8px;
}

.box-header.flex-header{
    display: flex;
    justify-content: space-between;
}

.box-header.flex-header::before,.box-header.flex-header::after {
    content: none;
}

.header-box-btns {
    display: flex;
    gap: 8px;
}

.header-box-btns .help-icon-color{
    margin-right : 0px;
}

.small-multiselect button.ms-choice {
    height: 25px;
    line-height: 25px;
}

.small-multiselect .ms-choice > div {
    top: 0px;
    height: 25px;
}


.vestcom-msg{
    background: #eef7ff;
    border-color: #a9c3d2;
    color: #333;
    padding: 10px;
    font-size: 15px;
}

.green-note{
    background: #03878C;
    color: #fff;
    border-color: #79b0b2;
}

.flex-buttons-group {
    gap: 5px;
    display: flex;
    justify-content: end;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
@media (min-width: 1200px) {
    .wizard {
        width: 70%;
    }
}
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
/*******************************/

@media (min-width: 480px) and (max-width:767px){
    .current-offers-container .products {
        padding-left: 0;
    }    
    .current-offers-container .container {
        width: 49%;
        margin: 0 0 5px 0;
    }

    a.navbar-brand.small-brand img {
        width: 70%;
    }
}

@media (max-width:479px) {
    .current-offers-container .products {
        padding-left: 0;
    }    
    .current-offers-container .container {
        width: 100%;
        margin: 0 0 5px 0;
    }
}

.current-offers-container .container:hover {
    border: 1px solid #777;
}

.current-offers-container .container .img {
    width: 100%;
    padding: 20px 0px;
    text-align : center;
}

.current-offers-container .container .img img {
    max-width: 70%;
    height: auto;
    max-height: -webkit-fill-available;
}

.current-offers-container .desc-title {
    padding: 9px 9px 2px 9px;
    text-align: center;
    font: 700 14px/21px "Roboto", sans-serif;
}

.current-offers-container .desc {
    padding: 2px 9px;
    text-align: center;
    font-size: 12px;    
/*    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  */  
}

.cur-deal-exp{
    font :700 12px/21px "Roboto", sans-serif
}

.cbp-l-grid-projects-desc.no-wrap
{
    white-space: inherit;
    overflow: auto;
    text-overflow: inherit;
}

.dropdown-menu-li .dropdown-menu {
    min-width : auto;
    right: inherit;  
    background-color: #eee;
    border-radius: 5px !important;   
}

.dropdown-menu-li li+li.dropdown-item>a:before {
    width: 0px;
}

.dropdown-menu-li .dropdown-menu>li {
    width: auto;
    padding: 0px;
}

.navbar-custom .nav .dropdown-menu-li .dropdown-menu>li>a {
    color: #000000;
}

.oops-popup-button-div{
    text-align: center;
    padding: 12px 0 0 0;
    width: 100%;
}

.bold-text{
    font: 700 14px/21px "Roboto", sans-serif;    
}

.bold{
    font-weight: bold !important;    
}

.margin{
    margin : 15px;
}

.margin-left{
    margin-left : 15px;
}

.margin-right{
    margin-right : 15px;    
}

.margin-bottom{
    margin-bottom : 15px;        
}

.margin-top{
    margin-top : 15px;        
}

.padding{
    padding : 15px;
}

.padding-left{
    padding-left : 15px;
}

.padding-right{
    padding-right : 15px;    
}

.padding-bottom{
    padding-bottom : 15px;        
}

.padding-top{
    padding-top : 15px;        
}


.capitalize{
    text-transform: capitalize;    
}

.cursor-pointer{
    cursor: pointer;
}

.text-center
{
    text-align: center;
}


tfoot {
    display: table-header-group;
}

.dt-center
{
    text-align: center;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 5px;
    vertical-align: middle;
}

table.responsive input.search {
    width: 100%;
    font-weight: normal;
    font-size: 12px;
}
.table-th-search{
    text-align: center;
}

.admin.center.small
{
    font-size: 85%;   
    text-align: center; 
    font-weight: bold;
}

.admin-deal-image{
    max-height: 100px;
    width: auto;
}


/********header footer strip bar**********/

.h-bottom-bar {
    position: absolute;
    height: 71px;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
}

.step-txt {
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 120px;
    list-style: none;
}

.step-txt li {
    float: left;
    color: #fff;
    margin-right: 40px;
    position: relative;
}

.step-txt li:before {
    width: 2px;
    height: 80px;
    position: absolute;
    left: 40px;
    top: -20px;
    content: "";
    background: #f0ad4e;
    transform: rotate(25deg);
}
.step-txt:before {
    position: absolute;
    background: url(../img/device-icn.png) no-repeat;
    height: 170px;
    left: -26px;
    position: absolute;
    top: -104px;
    width: 112px;
}
.step-txt li h4 {
    font-family: "Roboto", sans-serif;
    color: #f0ad4e;
    font-size: 26px;
    display: inline-block;
    margin-right: 20px;
    padding-top: 10px;
}
.step-txt li h5 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.h-bottom-bar .bottle-img
{
    width: 52px;
    background: #f0ad4e;
    border-radius: 8px;    
}

.share-link {
    padding-top: 8px;
    text-align: center;
}

.share-link img {
    margin: 0 6px;
}

.inner-bottom {
    padding-top: 80px;
}
.inner-bottom .h-bottom-bar {
    position: relative;
    background: #000;
}
.inner-bottom h5
{
    color: #fff;
}

.child-offer {
    font-weight: bold;
    text-decoration: underline;
    display: block;
    margin-bottom: 5px;
}

.col-centered{
    float: none;
    margin: 0 auto;
    display: block;    

}

@media (max-width: 800px){
    .share-link {
        width: 100%;
        text-align: center;
    }
    .h-bottom-bar .pull-left {
        width: 100%;
    }

    .h-bottom-bar .step-txt {
        width: 100%;
        text-align: center;
    }
    .step-txt {
        padding: 0 0 0 19px;
    }     

    .h-bottom-bar {
        height: auto;
/*        padding-top: 40px;*/
    }     

    .step-txt li {
        display: inline-block;
        float: none;
        margin-bottom: 11px;
        margin-right: 18px;  
    }    

    .h-bottom-bar .step-txt {
        width: 100%;
        text-align: center;
    } 

    #filter-panel .form-group.col-md-2{
        width: 100% !important;
    }

    .form-inline.filter-form .form-group.col-md-3 {
        width: 100%;
        display: inline-flex;
    }    

    .supplier-footer .footer-logo {
        max-width: 90%;
    }
}

@media (max-width: 1023px)
{
    .step-txt li::before {
    left: 32px;
}
    .step-txt li h4 {
        font-size: 16px;
        margin-right: 15px;
        margin-top : 10px;
    }
}

@media (max-width:767px) {
    .page-title .style1 h1 {
        font-size: 25px;
    }  

    .step-txt::before {
        display: none;
    }   

/*    .page-title .style1 {
        padding-bottom: 278px;
    } */

    section.section {
        position: relative;
        padding: 20px 0 20px 0;
    }

    .offer-filter-div form{
        width: 100%;
    }

    .offer-tabs-row .offer-filter-div{
        width: 100%;
    } 
    
    .offer-tabs-row #deal-tabs{
        width: 100%;
    } 

    .notification-li ul.dropdown-menu .menu
    {
        width: 100%;
    }

    section.content-header.flex-div {
        display: inline-block;
    }
}  

@media (min-width:768px) and (max-width: 1023px){
    .h-bottom-bar {
        height: auto;
        padding-bottom: 5px;
        padding-top: 0px;
    }

    .step-txt:before {
        left: 15px;
        top: -16px;
    } 
    
    .offer-tabs-row .offer-filter-div{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    } 
    
    .offer-tabs-row #deal-tabs{
        width: 100%;
        float: left;
    }       
}  

@media (max-width: 640px){
    .h-bottom-bar {
        padding: 0;
    }

}

@media (max-width: 414px)
{
    .h-bottom-bar {
        height: auto;
    }
    .h-bottom-bar .pull-right.share-link > a {
        display: block;
        margin-bottom: 12px;
    }
    .step-txt {
        display: none;
    }
    .page-title {
        padding: 121px 0 0px;
    }

    .home-mobile-content{
        text-align: center;
    }   

    .share-link{
        float:left;
        width: 100%;
        padding: 10px;
    }

    .share-link a:first-child{
        float:left;
        width:20%;
    }
    .share-link a{
        float:left;
        width:40%;
    }
    .share-link a:first-child img{
        width:55%;
        margin : 0 auto;
    }
    .share-link a:nth-child(2) img{
        width:90%;
        margin : 0 auto;    
    } 
    .share-link a:last-child img{
        width:90%;
        margin : 0 auto;    
    }
}

@media (min-device-width: 415px) and (max-device-width: 766px)
{
    .step-txt:before {
        left: 15px;
        top: -16px;
    }      
}
/********header footer strip bar**********/

.home-save-search{
    margin-top: 50px;
}

.how-it-work h4
{
    padding-top: 30px;
    margin-left: 18px;
}

.how-it-work-ul .li-text{
    font-size: 14px;
}

.home-row-padding{
    padding-top: 50px;
}

.how-it-work-ul
{
    margin-top: 20px;
    list-style-type: decimal;
}

.how-it-work-ul > li {
    padding-left: 10px;
    position: relative;
    margin-bottom: 20px;
/*    min-height: 44px;*/
    line-height: 20x;
}

.how-it-work-ul ul
{
     list-style-type: decimal;   
}
/**********Consumer Benefits************/
.consumer-benefits-ul
{
    margin-top: 20px;
    list-style: none;
}

.consumer-benefits-ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: url('../img/bullet-bottol.png') no-repeat;
    width: 43px;
    height: 44px;
}

.consumer-benefits-ul > li {
    padding-left: 64px;
    position: relative;
    margin-bottom: 20px;
    min-height: 44px;
    line-height: 28px;
}
/**************************/

#send-sms-pop .input-group-addon {
    padding: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    background-color: inherit;
    border: inherit;
}

#send-sms-pop .share-link{
    float: none;
    text-align: center;
}

#send-sms-pop a img{
    width: 122px;
}

.reg-flow-beverage-opt {
    width: 100%;
    float: left;
    margin: 20px 0 20px 1px;
}

.reg-flow-beverage-opt .btn {
    margin-right: 5px;
    text-transform: capitalize;
    padding: 9px 20px;
    border-radius: 5px;
    border-color: #cccccc;
}

.reg-flow-beverage-opt .check-container
{
    float: left;
}

.reg-flow-beverage-opt .check-container input
{
    opacity: 0;
    position: absolute;
}

.reg-flow-beverage-opt input:checked + label {
    font-weight: bold;
    border-style : outset;
    background: #f0ad4e;
    color: #fff;
    border-color: #fff;
}

.clipped-trash {
    position: absolute;
    right: 0;
    font-size: 19px;
    padding: 5px;
    color: #70649E;
}
.fa
{
    text-rendering: optimizeLegibility !important;
}

#fileselector {
    margin: 10px; 
}
#upload-file-selector {
    display:none;   
}
.margin-correction {
    margin-right: 10px;   
}

.image-name{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 3px;
    margin: 0 auto;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 10px;
}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.filter-button.active
{
    background-color: #42B32F;
    color: white;
}
.port-image
{
    width: 100%;
}

.gallery_product
{
    margin: 8px;
    position: relative;
    min-height: 230px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;   
    padding-bottom: 24px; 
    text-align: center;
}   
.gallery_product img{
    cursor: pointer;
    max-height: 200px;    
}
.gallery_product .fa.fa-trash, .gallery_product .fa.fa-check-circle, .gallery_product .fa.fa-eye {
    position: absolute;
    padding: 4px;
    z-index: 999;
    right: 18px;
    cursor: pointer;
    right: 6px;
    color: #ff0000;
    top: 2px;    
}

.gallery_product .img-thumbnail{
    border: none;
    border-radius: inherit;
}

div#image-gallary-modal .gallery_product {
    min-height: 150px;
    max-height: 150px;
}

div#image-gallary-modal .gallery_product img {
    max-height: 125px;
}


.img-view-btn{
    background: #f0ad4e;
    position: absolute;
    top: -1px;
    font-weight: bold;
    width: 100%;    
    display: none;
    cursor: pointer;
    left: 0;
    right: 0;
}

.gallery_product:hover .img-view-btn{
    display: block;
}

.img-groov {
    border-color: #f0ad4e;
    border-style: groove;
    border: 1px solid #f0ad4e;
}

.reporting-range-button-ul{
    list-style: none;
    float: left;
    margin-right: 5px;
}

.reporting-range-button-ul li{
    display: inline-block;
}

.date-range-container{
    float: right;
    position: relative;
}

td i.fa.fa-check-circle {
    position: relative;
    right: inherit;
}

.w3-note
{
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
    padding: 5px;   
    margin-bottom: 5px; 
}

.w3-note p
{
    margin-bottom: 0px;    
}

.clipped-check {
    position: absolute;
    right: 0;
    font-size: 19px;
    padding: 5px;
/*    color: #70649E;*/
}

.active-li{
    border-color: #70649E !important;
    border-width: 2px !important;    
}

li.active-li .clipped-check {
    position: absolute;
    right: 0;
    font-size: 19px;
    padding: 5px;
    color: #70649E;
}

.submit-buttons button.pull-right{
    margin-left: 5px;
}

.view-table td, .view-table th{
    padding: 8px !important;
}

td.subtable{
    padding-left: 0 !important;    
}

.view-offer-badges{
    padding: .2em .5em .2em;
    font-size: 97%;
     font-weight: normal; 
    margin-right: 5px;    
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }   

#filter-panel .panel-body{
    padding-left: 0;
    padding-right: 0;
}

.filter-lable{
    color: white;
    font-weight: bold !important;    
}

.filter-lable input[type="checkbox"]{    
    vertical-align: middle;
    margin-top: 0px;
}

.ms-choice span.placeholder{
    color: #555;
    padding-left: 17px;    
}

#filter-panel .multiselect-false{
    width: 100%;
}

.clip-id-sub-container .clip-other-field{
    padding-right: 5px;
    padding-left: 5px;    
}

.banner-list-checkbox{
    padding-top: 24px;  
}  

.disabled-checkbox{
    pointer-events: none;
}

.disabled-checkbox input[type="checkbox"]{
    appearance: none;
    width: 13px;
    height: 13px;
    border: 1px solid grey;
    background-color: #80808069;
    cursor: pointer;
    border-radius: 3px;
}

.field-note.checkbox-note{
    font-size: 10px;
    position: absolute;
    padding: 0 5px;
    border-left: 0;
}

.checkbox-tooltip{
    display: flex;
    gap: 6px;
    align-items: end;
    
}

.disabled-checkbox input[type="checkbox"]::after {
    content: '✔';
    position: absolute;
    left: 1px;
    top: -2px;
    font-size: 11px;
    color: #fff;
}

.clip-id-container .add-more-button-container{
    padding-top: 24px;
}

.clip-id-container{
    padding-right: 30px;    
}

.banner-list-checkbox .checkbox{
    display: inline-block;
    margin-right: 10px;   
}  

section.content.overflow-y-scroll {
    overflow-y: auto;
}

.coupon-detail-devider{
    border-left: 1px solid #d9d9d9;
}

.coupon-detail-heading{
    font-size: 20px;
    font-weight: bolder;
}

.coupon-detail-modal.modal-header .close{
    color: #4a4e51;
}

.coupon-detail-modal  img{
    max-height: -webkit-fill-available;
}

.coupon-detail-modal.modal-header h4.modal-title {
    color: #4a4e51 !important;
    font-size: 22px;
}

.coupon-detail-modal.modal-header h3.modal-title {
    color: #4a4e51 !important;
}

.coupon-detail-modal.modal-header{
    background: white;
    font-family: 'Roboto', sans-serif;
    color: #f4f4f4; 
}

.coupon-detail-modal .offers-coupon-description p {
    font-size: 14px;
}

.coupon-detail-modal .img{
    text-align: center;
}

.coupon-detail-modal .margin-top{
    margin-top: 24px;
}

.offer-grid-action.open .dropdown-menu{
    left: -50px;
    max-width: 100%;
}

.offer-grid-action.open .dropdown-menu>li>a,
.offer-grid-action.open .dropdown-menu>li>button{
    display: flex;
    align-items: center;
}

.box-header .dropdown-menu>li>a, .offer-grid-action.open .dropdown-menu>li>a
.box-header .dropdown-menu>li>button, .offer-grid-action.open .dropdown-menu>li>button{
    padding: 3px 10px;    
    color: #000;
    background: none;
    border: none;
}

.box-header .dropdown-menu>li>a .fa{
    padding-right: 10px;
}

.offer-grid-action.open .dropdown-menu>li>a span{
    white-space: break-spaces;    
}

.box-header .dropdown-menu>li, .offer-grid-action.open .dropdown-menu>li{
    padding: 3px 0px;    
    border-bottom: 1px solid #efefef;
}

.box-header .dropdown-menu li:last-child, .offer-grid-action.open .dropdown-menu li:last-child {
    border-bottom: none;
}

.table.dataTable>tbody>tr.child ul.dropdown-menu{
    display: none;
}

.table.dataTable>tbody>tr.child .btn-group.open ul.dropdown-menu{
    display: inline-block;
}

.btn-group-margin .btn{
    margin-right: 5px;
    margin-bottom: 5px;    
}

#coupon-detail-modal .modal-dialog,
#receipt-detail-modal .modal-dialog{
    max-width: 800px; width: 100%;
}
.pre-cost{text-decoration: line-through; color: #a5a5a5;}
.space-ten{padding: 10px 0;}

.offer-tile-container{
    background: white;
    border: none;
    border-left: 1px solid #ddd;
    padding: 0px 0px;    
}

.offer-tile-container .thumbnail{
    float: left;
    width: 100%; 
    height: 100%;
    position: relative;
    overflow: hidden;    
}

.offer-tile-container .thumbnail img{
    width: 75%;
    padding: 5%;
}

.offer-tile-container .thumbnail .caption h4 a{
    color: #000;
}

.offer-tile-container .thumbnail .caption{
    height: auto;
    bottom: 0;
    background-color: #fff;
    width: 97%;
    background-color: #fff;
    background-color: hsla(0,0%,100%,.85);
    position: absolute;
    padding: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;    
}
.offer-tile-container .thumbnail .caption p{
    font-size: 12px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

h4.page-title{
    padding: 5px;
    margin-top: 0px;
    margin-left: 15px;    
}

h4.page-title .capitalize{
    color: #f0ad4e;
}

.no-right-border{
    border-left: none;
}

.offer-tile-container .col-md-4.tile,.offer-tile-container .col-md-3.tile {
    height: 450px;
    margin-bottom: 20px;
}

.offer-tile-container .col-md-4.tile .btn,.offer-tile-container .col-md-3.tile .btn{
    padding-left: 10px;
    padding-right: 10px;
}

.offer-tile-container .col-md-4.tile .ratings{
    margin-bottom: 5px;
}

.green-indicator{
    vertical-align: middle; 
    width: 16px;
    display: inline-block;
    height: 16px;
    background-color: #ABFF00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
    cursor: pointer;
}

.red-indicator{
    vertical-align: middle;  
    width: 16px;
    display: inline-block;
    height: 16px;
    background-color: #f42f17;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #f42f17 0 2px 12px;
    cursor: pointer;    
}

.orange-indicator{
    vertical-align: middle;    
    margin: -4px auto;
    width: 16px;
    display: inline-block;
    height: 16px;
    background-color: #f39c12;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #855406 0 -1px 9px, #f39c12 0 2px 12px;    
}

.red-indicator.small,.orange-indicator.small,.green-indicator.small{
    width: 14px;
    height: 14px;
}

.led-green-blink {
    vertical-align: middle;    
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #ABFF00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #ABFF00 0 2px 12px;
    -webkit-animation: blinkGreen 1s infinite;
    -moz-animation: blinkGreen 1s infinite;
    -ms-animation: blinkGreen 1s infinite;
    -o-animation: blinkGreen 1s infinite;
    animation: blinkGreen 1s infinite;
}

.blink-announcement a{
    color: #ABFF00;
    -webkit-animation: blinkGreenColor 1s infinite;
    -moz-animation: blinkGreenColor 1s infinite;
    -ms-animation: blinkGreenColor 1s infinite;
    -o-animation: blinkGreenColor 1s infinite;
    animation: blinkGreenColor 1s infinite;
}



.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.1;
  }
}

@-webkit-keyframes blinkGreen {
    from { background-color: #ff3c3c; }
    50% { background-color: #ABFF00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #ABFF00 0 2px 0; }
    to { background-color: ##ff3c3c; }
}
@-moz-keyframes blinkGreen {
    from { background-color:#ff3c3c; }
    50% { background-color: #ABFF00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #ABFF00 0 2px 0; }
    to { background-color: #ff3c3c; }
}
@-ms-keyframes blinkGreen {
    from { background-color: #ff3c3c; }
    50% { background-color: #ABFF00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #ABFF00 0 2px 0; }
    to { background-color: #ff3c3c; }
}
@-o-keyframes blinkGreen {
    from { background-color: #ff3c3c; }
    50% { background-color: #ABFF00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #ABFF00 0 2px 0; }
    to { background-color: #ff3c3c; }
}
@keyframes blinkGreen {
    from { background-color: #ff3c3c; }
    50% { background-color: #ABFF00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #ABFF00 0 2px 0; }
    to { background-color: #ff3c3c; }
}

@keyframes blinkGreenColor {
    from { color: #ff3c3c; }
    50% { color: #ABFF00;  }
    to { color: #ff3c3c; }
}

#status-table th{
    text-align: center;
}

table#status-table td {
    padding: 5px;
    font-size: 14px;
    text-align: center;
}

.medium-width{
    width: 130px;
    float: left;
}

.large-width{
    width: 170px;
    float: left;
}

.xl-width{
    width: 170px;
    float: left;    
}

.total-in-table-heading{
    background-color: #f7f7f7;
    font-size: 18px;
    text-align: center;
    padding: 7px 10px;
    margin-top: 0;
}

.total-in-table-heading .total-container{
    float: left;
    width: 100%;
}

.total-in-table-heading small{
    font-size: 65%;
}

#renew-offer-field .radio label {
    margin-right: 10px;    
}

.sync_to_sf_strip{
    background: green;
    color: #fff;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 15px;    
}

.sync_to_sf_strip a{
    text-decoration-line: underline;
    color: #fff;
}

#sp-alternate-notification-emails_tag, .tagsinput input{
    min-width: 90px;
}

.actions-div a i{
    vertical-align: middle;
}

#filter-panel .form-group.col-md-2{
    width: 16%;
    padding: 0px 10px;
}

#filter-panel .form-group.col-md-3{
    padding: 0px 10px;
}

.button-col{
    padding: 0px 10px;    
}

.filter-form input[type=text]{
    width: 100%;
}

.offers-custom-view-checkbox {
    margin-left:10px; 
    margin-right:10px;
    padding:10px;
    min-width: 150px;
}

.offers-custom-view-title {
    font-weight: bold;
    color:white;
}
.icon-color-white {
    color:white;
}

.sp-notification-emails-label {
    min-width: 180px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

/* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #03878c;
}

input:focus + .slider {
    box-shadow: 0 0 1px #03878c;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}

.download-complete {
    font-size: 40px;
    color: #008000;
}