@import url("https://fonts.googleapis.com/css?family=Lato:300,400,500,700");

@media (max-width: 450px) {
	.group-filter.target-segment-filter , .group-filter.offer-group-filter {
		display: block !important;
		width: 100% !important;
	}
	#targetSegmentFilterSelect, #offerGroupFilterSelect {
		width: 100% !important;
	}
}
* {
    font-family: 'Lato';
}

h1 {
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
}
h2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
}
h3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
}
h4 {
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
}

Shade&1&;&Hex&Colour&#&A9E0E0
Shade&2&;&Hex&Colour&#&71C0C0
Shade&3&;&Hex&Colour&#&2B8888
Shade&4&;&Hex&Colour&#&2B8888
.shade1 {
    color: #A9E0E0;
}
.shade2 {
    color: #71C0C0;
}
.shade3 {
    color: #2B8888;
}
.shade4 {
    color: #B88888;
}
.grey {
    color: #88888;
}

.center {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.center-text {
    text-align: center;
}
.margin-bottom-small {
    margin-bottom: 1.5em !important;
}

.consumer-offer p {
    color: #000;
}

div.gray-notice {
    margin: 10px 10px 10px 0;
    padding: 5px;
    background-color: #f1f1f1;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
    border: 1px solid #e5e5e5;
}

div.gray-notice span {
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
}

div.gray-notice span.alert {
 background-image: url("../img/alert-icon.gif");
 background-repeat: no-repeat;
 position: relative;
 top: 0.8em;
}

button.form-step-previous {
    margin-right: 1.5em;
}

/* Issuer Dashboard */
span.issuer_name {
    font-weight: 400;
}

span.campaign_name {
    font-weight: 400;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* Wizard Stepper */
.mdl-card {
  width: 550px;
  min-height: 0;
  margin: 10px auto;
}

.mdl-card__supporting-text {
  width: 100%;
  padding: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step {
  width: 25%;
  /* 100 / no_of_steps */
}

.justifyRight {
    text-align: right;
}
.justifyCenter {
    text-align: center;
}
.justifyLeft {
    text-align: left;
}

.link-control {
    cursor: pointer;
    color: #2196f3;
}

.link-control:hover {
    color: #0a6ebd;
    text-decoration: underline;
}

/* Begin actual mdl-stepper css styles */

.mdl-stepper-horizontal-alternative {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step {
  display: table-cell;
  position: relative;
  padding: 24px;
}
/*
.mdl-stepper-horizontal-alternative .mdl-stepper-step:hover,
.mdl-stepper-horizontal-alternative .mdl-stepper-step:active {
  background-color: rgba(0, 0, 0, .06);
}
*/
.mdl-stepper-horizontal-alternative .mdl-stepper-step:active {
  border-radius: 15% / 75%;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child:active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child:active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*
.mdl-stepper-horizontal-alternative .mdl-stepper-step:hover .mdl-stepper-circle {
  background-color: #757575;
}
*/
.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child .mdl-stepper-bar-left,
.mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child .mdl-stepper-bar-right {
  display: none;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-circle {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  color: #1c2541;
  border-color: #1c2541;
  border-width: 2px;
  border-style: solid;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-circle {
  background-color: #1c2541;
  color: white;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle:before {
  content: "\2714";
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle *,
.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle * {
  display: none;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle {
  -moz-transform: scaleX(-1);
  /* Gecko */
  -o-transform: scaleX(-1);
  /* Opera */
  -webkit-transform: scaleX(-1);
  /* Webkit */
  transform: scaleX(-1);
  /* Standard */
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle:before {
  content: "\270E";
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title {
  margin-top: 16px;
  font-size: 14px;
  font-weight: normal;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title,
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
  text-align: center;
  color: rgba(0, 0, 0, .26);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-title {
  font-weight: 500;
  color: rgba(0, 0, 0, .87);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.step-done .mdl-stepper-title,
.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.editable-step .mdl-stepper-title {
  font-weight: 300;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
  font-size: 12px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-optional {
  color: rgba(0, 0, 0, .54);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left,
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
  position: absolute;
  top: 36px;
  height: 1px;
  border-top: 1px solid #BDBDBD;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
  right: 0;
  left: 50%;
  margin-left: 20px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left {
  left: 0;
  right: 50%;
  margin-right: 20px;
}

.offer-page-wizard {
    padding-bottom: 3em;
}

.offer-first-tab-row {
    background-color: #ECECEC;
    font-size: 1.2em;
}

.offer-first-tab-row li a {
    color: #6e91ff;
    opacity: 1;
}

.offer-first-tab-row.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #666;
    opacity: 1;
    box-shadow: inset 0 -2px 0 #6e91ff;
}

.offer-first-tab-row.nav>li.disabled>a {
    color: #6e91ff;
}

.offer-second-tab-row {
    margin-left: 1.8em;
}

textarea#id_rules_upc_codes {
    border: 1px solid;
    padding: .25em;
    width: 75%;
}

textarea#id_offer_qualify_upc_codes {
    border: 1px solid;
    padding: .25em;
    width: 75%;
}

/* Offer Landing Page styles */

.offer-card {
    display: inline-block;
    font-family: "Lato", sans-serif;
    height: fit-content;
    width: 320px;
    box-shadow: 0 5px 10px #444;
    margin: 5px;
    /*overflow: hidden;*/
}

.offer-card.unavailable {
    padding-bottom: 10px;
}

.offer-card .card-header {
    margin: 0;
    padding: 8px 10px 10px 10px;
}

.offer-card .card-logo {
    display: table-cell;
    vertical-align: middle;
}

.offer-card .logo-text {
    padding-left: 10px;
    font-weight: 600;
    font-size: 14pt;
    vertical-align: middle;
    height: 16px;
    margin-left: 54px;
}

.offer-card .card-logo img {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    margin: 10px 0 0 120px;
}

.offer-card .image-strip {
    height: 122px;
    background-position: center center;
    background-size: 100% auto;
    padding: 15px;
    margin: 0 6px;
}

.offer-card .offer-headline {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.offer-card .offer-sub-headline {
    font-size: 15px;
    line-height: 16px;
    padding-top: 5px;
    height: 55px;
    overflow: hidden;
}

.offer-card .information-bar {
    margin: 0;
    padding: 0;
}

.offer-card .information-table {
    width: calc(100% - 20px);
    margin: 5px 10px;
}

.offer-card .offer-terms-control {
    width: calc(100% - 20px);
    margin: 5px 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.offer-card .information-table th {
    padding: 10px 0;
    width: 105px;
}

.offer-card .information-table tr + tr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.offer-card .information-table th, .offer-card .information-table .issuer-name {
    text-transform: uppercase;
    font-size: 11px;
}

.offer-card .information-table td {
    width: 230px;
    padding: 0 3px 0 10px;
}

.offer-card .information-table .offer-terms-control {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.offer-card .offer-terms-control i.material-icons {
    position: absolute;
    float: right;
    right: 0;
    top: -3px;
    width: 20px;
}

.offer-card .information-table td {
    font-size: 15px;
    line-height: 19px;
}

.offer-card .offer-terms {
    padding: 0 5px;
    margin: 0;
    font-size: 10px;
    line-height: 16pt;
    height: min-content;
    width: 100%;
}

.offer-card .offer-terms-heading {
    text-transform: uppercase;
}

.offer-card .offer-terms-content {
    position: relative;
    height: min-content;
    overflow:visible;
}

.offer-card .save-buttons {
    background-color: white;
    width: 100%;
    position: relative;
    padding: 0 0 5px 0;
    margin: 0;
}

.offer-card .save-buttons.with-join-today-box {
    padding: 0;
}

.offer-card .save-buttons .save-button-links {
    width: calc(100% - 14px);
}

.offer-card .save-buttons img {
    display: block;
    margin: 0 auto;
}

.offer-card .s2ap-container {
    margin-top: 5px;
    display: block!important;
    height: inherit!important;
    padding-top: 10px!important;
    margin: 0 auto!important;
    padding-bottom: 10px!important;
}

.offer-card .offer-terms-control-button {
    display: inline-block;
    height: 16px;
    color: #2196f3;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
}

.offer-card .control-text {
    position: relative;
    top: -12px;
}

.offer-card .control-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -5px;
}

.offer-card .join-today-box {
    background-color: #FFF;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 100;
    color: #141414;
}

.offer-card .join-today-box-background {
    position: absolute;
    float: right;
    right: -40px;
    bottom: -40px;
    width: 253px;
    height: 254px;
    z-index: -100;
    background: url('../img/Logo Circle.png');
    background-size: 100% auto;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-opacity: 0.3;
    -moz-opacity: 0.2;
    -ms-opacity: 0.2;
    -o-opacity: 0.2;
    opacity: 0.2;
}

.offer-card .join-today-box p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.offer-card .join-today-box ul {
    margin: 5px 15px;
    padding: 0;
}
.offer-card .join-today-box ul li {
    margin: 5px 0;
    font-size: 14px;
}

.offer-card .join-today-box h4 {
    text-align: center;
    margin: 15px 0;
    padding: 0;
    color: #1c2541;
    font-size: 16px;
}

.offer-card .join-benefits {
    padding: 0 10px 10px 10px;
}

.offer-card .join-already-acct {
    text-align: center;
    background-color: #ffffff;
    padding: 10px;
}

.offer-card img.join-today-image {
    margin: 0 auto 20px auto;
}

.offer-card .save-offer-button {
    display: block;
    text-align: center;
    margin-bottom:9px;
}

.offer-card .learn-more-button {
    text-align: center;
    width: 100%;
}

.offer-card .learn-more-button a {
    display: inline-block;
    width: 100%;
    color: white;
    font-size: 20px;
    padding: 10px 0;
    position: relative;
}

.offer-card .learn-more-button a:hover {
    text-decoration: none;
}

.offer-card .offer-unavailable {
    display: none;
    width: calc(100% - 10px);
    height: 60px;
    margin: 5px 6px 0 6px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    color: white;
}

.offer-card.unavailable .offer-unavailable {
    display: block;
}

.offer-card .offer-unavailable-already-clipped {
    background-color: #3d8541;
}

.offer-card .offer-unavailable-expired {
    background-color: #e51c23;
}

.offer-card .offer-unavailable-unavailable {
    background-color: #ec7c00;
}

.offer-card .offer-unavailable-reason {
    display: none;
}

.offer-card.unavailable .offer-unavailable-already-clipped .offer-unavailable-reason.reason-already-clipped {
    display: block;
}

.offer-card.unavailable .offer-unavailable-expired .offer-unavailable-reason.reason-expired {
    display: block;
}

.offer-card.unavailable .offer-unavailable-unavailable .offer-unavailable-reason.reason-unavailable {
    display: block;
}

.offer-card .offer-unavailable-message {
    display: none;
}

.offer-card.unavailable .offer-unavailable-already-clipped .offer-unavailable-message.message-already-clipped {
    display: block;
}
.offer-card.unavailable .offer-unavailable-expired .offer-unavailable-message.message-expired {
    display: block;
}
.offer-card.unavailable .offer-unavailable-unavailable .offer-unavailable-message.message-unavailable {
    display: block;
}

.offer-card.unavailable .save-buttons {
    display: none;
}

.offer-card .unavailable-circle {
    float: left;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    margin: 15px 15px 15px 20px;
    padding: 0 0 0 1px;
    font-weight: bold;
}

.offer-card .unavailable-circle i {
    position: relative;
    left: -2px;
}

.offer-card .unavailable-circle .unavailable-circle-check {
    display: none;
}

.offer-card.unavailable .offer-unavailable-already-clipped .unavailable-circle .unavailable-circle-check {
    display: inline;
}

.offer-card.unavailable .offer-unavailable-expired .unavailable-circle .unavailable-circle-exclamation,
.offer-card.unavailable .offer-unavailable-unavailable .unavailable-circle .unavailable-circle-exclamation {
    display: inline;
}

.offer-card .unavailable-circle .unavailable-circle-exclamation {
    display: none;
}

.offer-card .offer-unavailable-info {
    display: inline-block;
    height: 100%;
    width: 240px;
    margin: 8px 0;
}

.offer-card .offer-unavailable-unavailable .offer-unavailable-info {
    margin: 5px 0;
}

.offer-card .offer-unavailable-reason {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
}

.offer-card .learn-more-arrow {
    display: none;
}

.offer-card .notification-tile-container {
    width: 100%;
    min-height: 42px;
    max-height: 125px;
    text-align: center;
    overflow: hidden;
}

.offer-card .notification-tile-container img {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

@media (min-width: 800px) {
    .offer-card {
        box-shadow: none;
        width: 800px;
        position: relative;
        margin-top: 50px;
    }
    
    .offer-card .offer-info {
        width: 460px;
        float: left;
        margin-right: 20px;
    }
    
    .offer-card .learn-more-button {
        width: calc(100% - 20px);
        height: 36px;
        float: left;
        position: absolute;
        bottom: -30px;
        margin: 10px;
        text-align: left;
        padding-left: 20px;
        z-index: 500;
    }
    
    .offer-card .save-buttons {
        width: 320px;
        float: left;
        padding-bottom: 4px;
        position: relative;
    }
    
    .offer-card .save-buttons.with-join-today-box {
        height: 445px;
    }
    
    .offer-card.unavailable {
        width: 480px;
    }
    
    .offer-card .learn-more-arrow {
        display: inline-block;
        position: absolute;
        right: 10px;
        bottom: 5px;
    }
    
    .offer-card .offer-unavailable {
        margin: 10px 0 5px 0;
    }
    
    .offer-card .join-today-box {
        padding-bottom: 40px;
        position: relative;
        top: 10px;
    }
    
    .offer-card .image-strip {
        margin: 0;
    }
    
    .offer-card .offer-unavailable {
        width: 100%;
        margin: 10px 0 0 0;
    }
    
    .offer-card .notification-tile-container {
        min-height: 60px;
        max-height: 180px;
    }
}

@keyframes yellowfade {
  from {
    background: yellow;
  }
  to {
    background: transparent;
  }
}

td.item-highlight {
  animation: yellowfade 1s;
}

pre.prettyprint {
    line-height: 1.1em;
    overflow: auto;
    white-space: nowrap;
    background-color: white;
    direction: ltr;
    text-align: left;
    margin: 0;
}

code.embedCode {
    word-wrap: normal;
    white-space: pre;
}

.social-sign-in-button {
    display: inline-block;
}

.social-sign-in-button + .social-sign-in-button {
    margin-left: 2em;
}

.social-sign-in-container {
    clear: both;
    height: 50px;
    text-align: center;
}

@media (max-width: 640px) {
    .social-sign-in-button {
        margin: 5px !important;
        display: block;
    }
    
    .social-sign-in-container {
        height: auto;
    }
}

.specialty-nav-bar-container {
    background-color: #ECECEC;
    position: relative;
    height: 47px;
    width: 100%;
}

.specialty-nav {
    display: inline-block;
    font-size: 1.2em;
    position: absolute;
    top: 0;
}

.specialty-nav li a {
    color: #6e91ff;
}

.specialty-nav li a:hover {
    color: #666;
    -webkit-box-shadow: inset 0 -2px 0 #6e91ff;
    -moz-box-shadow: inset 0 -2px 0 #6e91ff;
    -ms-box-shadow: inset 0 -2px 0 #6e91ff;
    -o-box-shadow: inset 0 -2px 0 #6e91ff;
    box-shadow: inset 0 -2px 0 #6e91ff;
}

.specialty-nav-left {
    left: 0;
}

.specialty-nav-right {
    right: 0;
}

.coupdog-navbar {
    background-color: #1c2541;
}

.coupdog-navbar .navbar-brand {
    color: #FFF;
}

.coupdog-navbar .navbar-nav > li > a, .coupdog-navbar .navbar-nav > li > .link-control {
    color: #FFF;
}

.coupdog-navbar .navbar-nav > li > a:hover, .coupdog-navbar .navbar-nav > li > a:focus, .coupdog-navbar .navbar-nav > li > .link-control:hover, .coupdog-navbar .navbar-nav > li > .link-control:focus {
    background-color: #6e91ff;
}

.nav.navbar-nav > li > .link-control {
    padding: 20.5px 0;
    line-height: 23px;
}

.nav > li > .link-control {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.coupdog-navbar .navbar-brand img.coupdog-brand-logo {
    position: relative;
    top: -21px;
    width: 75px;
    height: auto;
}

.coupdog-navbar .logout-link {
    color: #fff;
    height: 100%;
    margin: 0;
    padding: 20px 10px;
}

.coupdog-navbar .logout-link:hover {
    text-decoration: none;
}

.coupdog-navbar .logout-link:hover, .coupdog-navbar .logout-link:focus {
    background-color: #6e91ff;
}

.coupdog-navbar .notification-bell {
    height: 64px;
    overflow: visible;
}

.table > tbody > tr > td {
    border-color: rgba(110, 145, 255, 0.1);
}

.table > thead > tr > th {
    border-color: rgba(110, 145, 255, 0.1);
}

.table > tbody > tr:nth-child(odd) {
    background-color: rgba(98, 145, 255, 0.1);
}

.btn-primary {
    background-color: #1c2541;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover {
    background-color: #6e91ff;
}

.btn-primary:active {
    background-image: radial-gradient(circle, #1c2541 10%, #6e91ff 11%);
}

.block-heading {
    position: relative;
}

.block-link, .block-link:hover {
    display: inline-block;
    text-decoration: none;
    color: black;
    position: absolute;
    right: 6px;
    top: 8px;
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid black;
    text-align: center;
    font-weight: bold;
    line-height: 13px;
    font-size: 16px;
    padding-left: 2px;
}

.unbulleted-list li {
    list-style-type: none;
}

.user-dashboard {
    padding-top: 23px;
    position: relative;
    top: -23px;
    height: calc(100% + 23px);
}

.user-dashboard, .shaded-background {
    background-color: rgba(82, 109, 191, 0.1);
}

.user-dashboard .user-dashboard-row {
    margin: 15px 0;
    width: 100%;
    height: 400px;
}

.user-dashboard .user-dashboard-block {
    background-color: white;
    height: 100%;
    overflow: auto;
    padding: 10px;
}

.user-dashboard .user-dashboard-block-1 {
    display: inline-block;
    width: calc(33% - 12px);
    margin: 0;
}

.user-dashboard .user-dashboard-block-2 {
    display: inline-block;
    width: calc(66% - 2px);
    margin: 0;
}

.user-dashboard .user-dashboard-block+.user-dashboard-block {
    margin: 0 0 0 20px;
}

.user-dashboard .user-dashboard-block h2 {
    margin-top: 11.5px;
}

.user-dashboard .user-dashboard-block ul {
    padding-left: 10px;
}

.user-dashboard .user-dashboard-block-1 input {
    width: 100%;
}

.user-dashboard .user-dashboard-block-1 .select2-container {
    width: 100%;
}

.user-dashboard .user-dashboard-block-1 .dashboard-search-form {
    margin-top: 1em;
}

input.currency-input {
    display: inline-block;
}

.display-field {
    display: inline-block;
    font-size: 16px;
    height: 29.5px;
    min-width: 196px;
    border-bottom: rgba(98, 145, 255, 0.2) solid 1px;
    cursor: default;
    overflow: hidden;
}

.display-field.editable-field {
    cursor: text;
    border-bottom-style: none;
    box-shadow: rgb(221, 221, 221) 0px -1px 0px inset;
}

.cutout-box {
    border: 1px dashed #aaa;
    padding: 10px 0 0 0;
    margin: 0 7px 8px 7px;
    top: 7px;
    position: relative;
}

.cutout-scissors {
    font-family: Arial;
    transform: scale(-1, 0.6);
    
    width: 0;
    height: 0;
    overflow: visible;
    position: absolute;
    float: left;
    top: 1px;
    right: 14px;
    color: #aaa;
    cursor: default;
}

.cutout-scissors i {
    font-size: 22px;
}

.shaded-background input {
    background-color: #FFF;
}

.consumer-form-container {
    position: relative;
    top: -23px;
}

.consumer-form {
    padding: 0 2em;
}

@media (max-width: 640px) {
    .consumer-form input[type="checkbox"] {
        margin-right: 5px;
    }
}

.learn-more-box {
    background-color: rgba(82, 109, 191, 0.7);
    color: #FFF;
    padding: 10px 20px;
    margin-bottom: 36px;
}

.learn-more-box h3 {
    font-size: 1.5em;
    color: #FFF;
    margin-top: 18px;
}

.learn-more-box a {
    color: #FFF;
    text-decoration: underline;
}

.notification-box {
    color: #444444;
    overflow: hidden;
    height: 100%;
}

h3.dashboard-heading {
    margin: 5px 0;
    padding: 0 5px 8px 5px;
    font-size: 19px;
    border-bottom: 2px solid rgba(82, 109, 191, 0.7);
}

.notification-box .notification-list {
    width: 100%;
    padding: 5px 0 0 0;
}

.notification-box .notification-list li {
    height: 70px;
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
}

.notification-box .notification-title, .notification-box .notification-date {
    display: inline-block;
    width: 49.5%;
    height: 30px;
}

.notification-box .notification-title {
    font-size: 18px;
}

.notification-box .notification-date {
    font-size: 18px;
    font-weight: 100;
    text-align: right;
}

.notification-box .notification-message {
    display: block;
    font-size: 14px;
    height: 36px;
    overflow: hidden;
    line-height: 18px;
}

.notification-box .notification-controls {
    position: relative;
    height: 24px;
}

.notification-box #closeNotification {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.notification-box .notification-show-more {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

#schedulingWidget {
    display: table-cell;
    background-color: rgba(82, 109, 191, 0.1);
}

#schedulingWidget .date-selector-month-display {
    width: 100px;
}

#schedulingWidget .month-control {
    color: #2196f3;
    cursor: pointer;
    position: relative;
    top: 7px;
}

#schedulingWidget .month-display-column {
    display: inline-block;
}

#schedulingWidget .month-weeks {
    display: inline;
}

#schedulingWidget .date-selector {
    text-align: center;
    width: 100%;
    background-color: #FFF;
}

#schedulingWidget .month-display {
    margin: 5px;
    border: 1px solid #141414;
    background-color: #FFF;
}

#schedulingWidget .month-display-column {
    border-left: 1px solid #141414;
}

#schedulingWidget .month-display-column.billing-month {
    border-left: none;
}

#schedulingWidget .month-display-upper {
    border-bottom: 1px solid #141414;
    width: 100%;
}

#schedulingWidget .month-display-cell {
    padding: 5px;
    text-align: center;
}

.header-alert {
    width: 100%;
    background-color: #FFA500;
}

.upc-codes-widget {
    width: 100%;
    margin: 10px 0;
}

.upc-codes-widget .upc-code-display {
    display: inline-block;
    width: 200px;
    height: 30px;
    padding: 3px 0 0 5px;
}

.upc-codes-widget .upc-input-field {
    width: 200px;
    padding: 0 0 0 5px;
}

.upc-codes-widget .upc-widget-button {
    position: relative;
    top: 5px;
    left: 4px;
    border: 1px solid #AAA;
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 1px 0 0 1px;
    cursor: pointer;
    background-color: #FFF;
}

.upc-codes-widget .upc-widget-button:hover {
    background-color: #DDD;
}

.upc-codes-widget .upc-widget-button i.material-icons {
    font-size: 20px;
}

.upc-code-line .upc-code-display {
    background-color: #DDD;
}

.upc-code-line.product-list-code .upc-code-display {
    background-color: #CCF;
}

.upc-code-line.family-group-list-list-code .upc-code-display {
    background-color: #CFC;
}

.upc-code-line.family-group-list-list-code.product-list-code .upc-code-display {
    background-color: #BFF;
}

.upc-error-line .upc-error-message {
    color: #F00;
}

.upc-codes-widget .upc-input-add-button {
    left: 1px;
}

.upc-input-add-button.disabled {
    cursor: default;
    background-color: #EEE;
    color: #BBB;
    border-color: #BBB;
}

.upc-input-add-button.disabled:hover {
    background-color: #EEE;
}

.drawer-container {
    display: table-row;
    width: 100%;
    vertical-align: top;
}

.drawer-control {
    display: table-cell;
    width: 18px;
    font-size: 32px;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    border: 1px none #CCC;
    border-left-style: solid;
    border-right-style: solid;
}

.drawer-arrow {
    display: inline-block;
    transform: scale(1, 0.6);
}

.drawer-pane {
    display: table-cell;
    width: calc(50% - 5px);
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

select, select.form-control {
    font-size: 13px;
    /*height: 21px;*/
    padding: 2px 10px 2px 2px;
}
