/* Wizard steps */
.steps {
  height: 60px;
  width: 390px;
  margin: 35px auto;
  position: relative;
}

.steps .line {
  height: 10px;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 25px;
  box-shadow: 0px -1px 2px #d8d8d8;
  background: white;
  z-index: 1;
}

.steps .step {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 1px -1px 2px #d8d8d8;
  position: absolute;
  cursor: pointer;
}

.steps .step.step-1 {
  left: 0;
}

.steps .step.step-2 {
  left: 110px;
}

.steps .step.step-3 {
  left: 220px;
}

.steps .step.step-4 {
  left: 330px;
}

.steps .step .content {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid white;
  background: #f0f0f0;
  position: relative;
  z-index: 2;
}

.steps .step .content .number {
  color: #a8a9a9;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  width: 50px;
  height: 50px;
}

.steps .step .content .step-label {
  position: absolute;
  top: 65px;
  font-size: 16px;
  color: #9fa4a4;
  left: -20px;
  right: -20px;
  text-align: center;
}

.steps .step.active .content {
  background: #4169e1;
  /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e21672', endColorstr='#7a69a9', GradientType=1);
  /* IE6-9 */
}

.steps .step.active .content .number {
  color: #fff;
}

.steps.steps--short {
  width: 280px;
}

.steps.steps--short .step.step-2 {
  left: 0px;
}

.steps.steps--short .step.step-3 {
  left: 110px;
}

.steps.steps--short .step.step-4 {
  left: 220px;
}

.campaigns-buttons {
  cursor: pointer;
  margin-top: 30px;
  text-align: center;
}

.campaigns-buttons .block {
  display: inline-block;
  float: none;
}

.campaigns-buttons .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  background-size: 120px 120px;
  background-repeat: no-repeat;
}

.campaigns-buttons .title {
  width: 160px;
  margin: 0 auto;
  font-size: 2em;
}

.campaigns-buttons .youtube-icon {
  background-image: url(../img/youtube.png);
}

.campaigns-buttons .kickstarter-icon {
  background-image: url(../img/kickstarter.png);
}

.campaigns-buttons .website-product-icon {
  background-image: url(../img/website_products.png);
}

#campaign-box,
#channel-list {
  width: 500px;
  padding: 0 auto;
}

#campaign-box .progress,
#channel-list .progress {
  width: 100%;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
}

#campaign-box .modal-close,
#channel-list .modal-close {
  position: absolute;
  top: 15px;
  right: 19px;
  color: #7c828a;
  font-size: 1.25em;
  font-weight: bold;
}

#campaign-box .modal-form,
#channel-list .modal-form {
  display: none;
  margin-bottom: -50px;
}

#campaign-box .message-place,
#channel-list .message-place {
  opacity: none;
}

#campaign-box .message-place .text,
#channel-list .message-place .text {
  padding-left: 10px;
  font-size: 20px;
  display: inline-block;
  line-height: 30px;
}

#campaign-box .message-place i,
#channel-list .message-place i {
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 30px;
  position: relative;
  top: 8px;
}

#campaign-box #continue-campaign,
#channel-list #continue-campaign {
  display: none;
}

.campaignUrl {
  display: none;
  position: relative;
}

.campaignUrl .progress {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  top: 43px;
  margin: 0;
  width: auto;
}

.morePadding .input-field {
  margin-top: 25px;
}

.bidPrice__tooltip {
  text-align: center;
  font-size: 2rem;
}

#videoContainer img {
  width: 100%;
  float: left;
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    width: 960px;
  }
}

.configurate__card {
  overflow: hidden;
  border-radius: 10px;
  padding: 0 0 50px;
  position: relative;
  width: 728px;
  margin: 0 auto;
}

.configurate__card .configurateCard__left {
  float: left;
  width: 50%;
}

.configurate__card .configurateCard__left .configurateCard__video {
  position: relative;
}

.configurate__card .configurateCard__left .configurateCard__video .configurateCard__videoContent {
  position: relative;
  overflow: hidden;
}

.configurate__card .configurateCard__left .configurateCard__video .configurateCard__videoContent video {
  float: left;
  border-radius: 10px 0 0 0;
  background: #000;
}

.configurate__card .configurateCard__left .configurateCard__video .configurateCard__play {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 10px 0 0 0;
}

.configurate__card .configurateCard__left .configurateCard__video .configurateCard__play i {
  position: absolute;
  left: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 70px;
  height: 70px;
  top: 50%;
  margin: -35px 0 0 -35px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  line-height: 66px;
  font-size: 40px;
}

.configurate__card .configurateCard__right {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding: 20px 20px 0;
}

.configurate__card .configurateCard__right .configurateCard__title {
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding-bottom: 10px;
  color: #161616;
}

.configurate__card .configurateCard__right .configurateCard__byBlock {
  font-size: 1rem;
  color: #848484;
  padding-bottom: 10px;
}

.configurate__card .configurateCard__right .configurateCard__descriptionAndPercentage {
  display: block;
  width: 100%;
}

.configurate__card .configurateCard__right .configurateCard__descriptionAndPercentage .configurateCard__description {
  color: #848484;
  float: left;
  width: 70%;
}

.configurate__card .configurateCard__right .configurateCard__descriptionAndPercentage .configurateCard__percentage {
  float: right;
  width: 30%;
  position: relative;
}

.configurate__card .configurateCard__right .configurateCard__descriptionAndPercentage .configurateCard__percentage .configurateCard__percents {
  margin: 0 15px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 15px;
}

.configurate__card .configurateCard__right .configurateCard__descriptionAndPercentage .configurateCard__percentage canvas {
  margin: 0 15px;
}

.configurate__card .configurateCard__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  z-index: 1;
}

.configurate__card .configurateCard__bottom .configurateCard__counters {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e6e6e6;
  height: 50px;
  width: 50%;
}

.configurate__card .configurateCard__bottom .configurateCard__counters .configurateCard__counter {
  float: left;
  width: 33%;
  text-align: center;
  line-height: 20px;
}

.configurate__card .configurateCard__bottom .configurateCard__counters .configurateCard__counter b {
  display: block;
  padding: 4px 0 0;
}

.configurate__card .configurateCard__bottom .configurateCard__links {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50px;
}

.configurate__card .configurateCard__bottom .configurateCard__links .configurateCard__toProject {
  position: absolute;
  right: 0;
  left: 100px;
  background: #36dd99;
  line-height: 50px;
  border-radius: 0 0 10px 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.configurate__card .configurateCard__bottom .configurateCard__links .configurateCard__toProject i {
  position: relative;
  top: 7px;
  left: 5px;
}

.configurate__card .configurateCard__bottom .configurateCard__links .configurateCard__share {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  display: block;
}

.configurate__card .configurateCard__bottom .configurateCard__links .configurateCard__share:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url("/assets/img/campaigncreate/socialShares.png");
  background-repeat: no-repeat;
}

.configurate__card .configurateCard__bottom .configurateCard__links .configurateCard__share.configurateCard__share--facebook {
  background: #4d67a2;
}

.configurate__card .configurateCard__bottom .configurateCard__links .configurateCard__share.configurateCard__share--twitter {
  left: 50px;
  background: #59adeb;
}

.configurate__card .configurateCard__bottom .configurateCard__links .configurateCard__share.configurateCard__share--twitter:before {
  background-position: 0 -50px;
}

.configurate__card.configurate__card--horizontal {
  width: 600px;
  height: 250px;
}

.configurate__card.configurate__card--horizontal .configurateCard__left {
  width: 266px;
}

.configurate__card.configurate__card--horizontal .configurateCard__left .configurateCard__video.provider__kickstarter {
  width: 266px;
  height: 200px;
}

.configurate__card.configurate__card--horizontal .configurateCard__left .configurateCard__video.provider__kickstarter video {
  width: 266px;
  height: 200px !important;
  background: #000;
}

.configurate__card.configurate__card--horizontal .configurateCard__left .configurateCard__video.provider__website__products {
  width: 266px;
  height: 250px !important;
}

.configurate__card.configurate__card--horizontal .configurateCard__left .configurateCard__video.provider__website__products video {
  width: 266px;
  height: 250px !important;
  background: #000;
}

.configurate__card.configurate__card--horizontal .configurateCard__right {
  width: 334px;
  padding: 15px 15px 0;
}

.configurate__card.configurate__card--horizontal .configurateCard__right .configurateCard__title {
  font-size: 16px;
  line-height: 16px;
}

.configurate__card.configurate__card--horizontal .configurateCard__counters {
  width: 266px;
}

.configurate__card.configurate__card--horizontal .configurateCard__counters b {
  padding: 6px 0 0;
}

.configurate__card.configurate__card--horizontal .configurateCard__counters .grey-text {
  text-transform: uppercase;
  font-size: 11px;
}

.configurate__card.configurate__card--horizontal .configurateCard__links {
  width: 334px;
}

.configurate__card.configurate__card--horizontal .configurateCard__descriptionAndPercentage .configurateCard__description {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}

.configurate__card.configurate__card--horizontal .configurateCard__descriptionAndPercentage .configurateCard__percentage {
  width: 100%;
  padding-top: 16px;
}

.configurate__card.configurate__card--horizontal .configurateCard__descriptionAndPercentage .configurateCard__percentage .configurateCard__percents {
  position: relative;
  margin: 0;
  font-size: 20px;
  text-align: left;
}

.configurate__card.configurate__card--horizontal .configurateCard__descriptionAndPercentage .configurateCard__percentage .configurateCard__funded {
  color: #848484;
  font-size: 14px;
  margin-left: 6px;
}

.configurate__card.configurate__card--horizontal .configurateCard__descriptionAndPercentage .configurateCard__percentage .progress {
  margin: 5px 0 0;
  background-color: #f1f1f1;
}

.configurate__card.configurate__card--horizontal .configurateCard__descriptionAndPercentage .configurateCard__percentage .progress .determinate {
  background-color: #26de97;
}

.configurate__card.configurate__card--vertical {
  width: 320px;
  height: 450px;
  padding: 0 0 100px;
}

.configurate__card.configurate__card--vertical .configurateCard__bottom {
  height: 100px;
}

.configurate__card.configurate__card--vertical .configurateCard__bottom .configurateCard__counters {
  bottom: 50px;
  width: 100%;
}

.configurate__card.configurate__card--vertical .configurateCard__bottom .configurateCard__counters b {
  padding: 6px 0 0;
}

.configurate__card.configurate__card--vertical .configurateCard__bottom .configurateCard__counters .grey-text {
  text-transform: uppercase;
  font-size: 11px;
}

.configurate__card.configurate__card--vertical .configurateCard__bottom .configurateCard__links {
  width: 100%;
}

.configurate__card.configurate__card--vertical .configurateCard__bottom .configurateCard__links .configurateCard__share--facebook {
  border-radius: 0 0 0 10px;
}

.configurate__card.configurate__card--vertical .configurateCard__right {
  width: 100%;
  padding: 9px 0 0 15px;
  height: 68px;
}

.configurate__card.configurate__card--vertical .configurateCard__right .configurateCard__title {
  width: 208px;
  font-size: 14px;
  line-height: 20px;
  float: left;
  padding: 5px 0 0;
}

.configurate__card.configurate__card--vertical .configurateCard__right .configurateCard__percentage {
  width: 82px;
}

.configurate__card.configurate__card--vertical .configurateCard__right .configurateCard__percentage canvas {
  height: 20px;
}

.configurate__card.configurate__card--vertical .configurateCard__right .configurateCard__percentage .configurateCard__percents {
  font-size: 14px;
  line-height: 28px !important;
  padding: 5px 0 0;
}

.configurate__card.configurate__card--vertical .configurateCard__right .configurateCard__percentage .configurateCard__percents .configurateCard__funded {
  color: #848484;
  font-size: 10px;
  display: block;
  line-height: 0;
}

.configurate__card.configurate__card--vertical .configurateCard__left {
  width: 100%;
}

.configurate__card.configurate__card--vertical .configurateCard__left .configurateCard__video {
  width: 320px;
  height: 180px;
  margin: 0 auto;
}

.configurate__card.configurate__card--vertical .configurateCard__left .configurateCard__video .configurateCard__play {
  border-radius: 0;
}

.configurate__card.configurate__card--vertical .configurateCard__left .configurateCard__video video {
  width: 320px;
  height: 180px;
  border-radius: 0;
}

.configurate__card.configurate__card--vertical .configurateCard__left .configurateCard__description {
  font-size: 14px;
  padding: 15px 15px 0;
  color: #848484;
  line-height: 18px;
}

.configurate__card.configurate__card--square {
  width: 320px;
  height: 300px;
  padding: 0 0 100px;
}

.configurate__card.configurate__card--square .configurateCard__bottom {
  height: 100px;
}

.configurate__card.configurate__card--square .configurateCard__bottom .configurateCard__counters {
  bottom: 50px;
  width: 100%;
}

.configurate__card.configurate__card--square .configurateCard__bottom .configurateCard__counters b {
  padding: 6px 0 0;
}

.configurate__card.configurate__card--square .configurateCard__bottom .configurateCard__counters .grey-text {
  text-transform: uppercase;
  font-size: 11px;
}

.configurate__card.configurate__card--square .configurateCard__bottom .configurateCard__links {
  width: 100%;
}

.configurate__card.configurate__card--square .configurateCard__bottom .configurateCard__links .configurateCard__share--facebook {
  border-radius: 0 0 0 10px;
}

.configurate__card.configurate__card--square .configurateCard__right {
  width: 100%;
  padding: 9px 0 0 15px;
  height: 68px;
}

.configurate__card.configurate__card--square .configurateCard__right .configurateCard__title {
  width: 208px;
  font-size: 14px;
  line-height: 20px;
  float: left;
  padding: 5px 0 0;
}

.configurate__card.configurate__card--square .configurateCard__right .configurateCard__percentage {
  width: 82px;
}

.configurate__card.configurate__card--square .configurateCard__right .configurateCard__percentage canvas {
  height: 20px;
}

.configurate__card.configurate__card--square .configurateCard__right .configurateCard__percentage .configurateCard__percents {
  font-size: 14px;
  line-height: 28px !important;
  padding: 5px 0 0;
}

.configurate__card.configurate__card--square .configurateCard__right .configurateCard__percentage .configurateCard__percents .configurateCard__funded {
  color: #848484;
  font-size: 10px;
  display: block;
  line-height: 0;
}

.configurate__card.configurate__card--square .configurateCard__left {
  width: 100%;
}

.configurate__card.configurate__card--square .configurateCard__left .configurateCard__play {
  border-radius: 0;
}

.configurate__card.configurate__card--square .configurateCard__left .configurateCard__video {
  width: 320px;
  height: 132px;
  background: #E6E6E6;
}

.configurate__card.configurate__card--square .configurateCard__left .configurateCard__video .configurateCard__play {
  background-color: #E6E6E6;
  background-size: 235px;
  background-repeat: no-repeat;
}

.configurate__card.configurate__card--square .configurateCard__left .configurateCard__video .configurateCard__videoContent {
  overflow: visible;
}

.configurate__card.configurate__card--square .configurateCard__left .configurateCard__video .configurateCard__videoContent video {
  border-radius: 0;
  height: 132px;
  width: 320px;
  background: #E6E6E6;
  max-width: 320px;
}

.configurate__card.configurate__card--square .configurateCard__left .configurateCard__description {
  font-size: 14px;
  padding: 15px 15px 0;
  color: #848484;
  line-height: 18px;
}

.material-tooltip {
  max-width: 600px;
}

#configuratingBlock {
  margin: 0 0 20px;
}

#configuratingBlock > .col {
  padding: 0px;
}

#configuratingBlock #preloaderCampaign {
  margin: 0;
  display: none;
  border-radius: 0;
}

#configurationTabs .tab {
  background: #1fbcd2;
}

#configurationTabs .tab a {
  color: #fff;
}

#configurationTabs .indicator {
  background: #b4ebf1;
}

.addFundsCampaign {
  cursor: pointer;
}

#campaignsList tbody tr td {
  position: relative;
  opacity: 1;
  transition: opacity .3s linear;
}

#campaignsList tbody tr .campaignsList__image {
  padding: 15px 20px;
  width: 140px;
}

#campaignsList tbody tr .campaignsList__image img {
  width: 100px;
  float: left;
}

#campaignsList tbody tr .campaignsList__name {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#campaignsList tbody tr .campaignsList__settings .fixed-action-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

#campaignsList tbody tr .campaignsList__settings .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

#campaignsList tbody tr .campaignsList__settings .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

#campaignsList tbody tr:hover td:not(.campaignsList__settings) {
  opacity: .6;
}

#campaignsList .ends-text {
  font-size: 13px;
}

#campaign-delete .progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  display: none;
}

#campaign-delete .x-button {
  position: absolute;
  top: 15px;
  right: 19px;
  color: #7c828a;
  font-size: 1.25em;
  font-weight: bold;
}

#campaign-delete a {
  margin: 0 50px;
}

/* Tracking pixel (Step 3) */
#pixel {
  display: none;
}

#pixel #sprizzyTP {
  display: none;
}

#pixel #sprizzyTP .btn {
  margin-top: 24px;
}

#completedStep {
  display: none;
}

#preloader {
  margin-top: -2px;
  border-radius: 0;
  display: none;
}

#targeting .dropdown-content {
  max-height: 200px;
}

#countries {
  padding-top: 15px;
}

.valign-wrapper h5 {
  font-size: 1.4rem;
}

#inArticleExampleModal,
#engagementExampleModal {
  width: 500px;
  padding: 0 auto;
}

#inArticleExampleModal .modal-close,
#engagementExampleModal .modal-close {
  position: absolute;
  top: 15px;
  right: 19px;
  color: #7c828a;
  font-size: 1.25em;
  font-weight: bold;
}

.share-form {
  margin-top: 50px;
  overflow: hidden;
}

.share-form .title {
  font-weight: bold;
  font-size: 24px;
  color: #000;
  text-align: center;
}

.share-form .field {
  clear: both;
}

.share-form .field textarea {
  text-align: center;
  font-size: 20px;
  padding: 1rem 0 2rem;
}

.share-form .field textarea::-webkit-input-placeholder {
  color: #666;
}

.share-form .field textarea::-moz-placeholder {
  color: #000;
}

.share-form .field textarea:-moz-placeholder {
  color: #000;
}

.share-form .field textarea:-ms-input-placeholder {
  color: #666;
}

.share-form .buttons {
  list-style: none;
  text-align: center;
}

.share-form .buttons li {
  display: inline-block;
}

.share-form .buttons .label {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}

.share-form .buttons .btn {
  margin-left: 30px;
}

.share-form .buttons .facebook {
  background: #4d67a2;
}

.share-form .buttons .twitter {
  background: #59adeb;
}

.share-form .buttons .email {
  background: #36dd99;
}

#paymentAmount {
  font-size: 20px;
  font-weight: 600;
}

#youtubeBannerPreview {
  width: 100%;
  max-width: 560px;
  height: 380px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(140, 140, 140, 0.19);
  border-radius: 5px;
  margin: 0 auto;
}

#youtubeBannerPreview .youtubePreviewUrl {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.73);
  z-index: 102;
  padding: 5px 10px 6px;
}

#youtubeBannerPreview .youtubePreviewVideo {
  width: 100%;
  height: 315px;
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0 0;
}

#youtubeBannerPreview .youtubePreviewVideo iframe {
  width: 100%;
  height: 315px;
}

#youtubeBannerPreview .youtubePreviewButton {
  width: 560px;
  height: 50px;
  overflow: hidden;
  background: #cd201f;
}

#youtubeBannerPreview .youtubePreviewButton .youtubePreviewProject {
  background: #cd201f;
  width: 560px;
  height: 50px;
  cursor: pointer;
  display: block;
  color: #fff;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}

#youtubeBannerPreview .youtubePreviewLCPlaceholder {
  display: block;
  text-decoration: none;
  cursor: pointer;
  height: 65px;
  background: #e91d00;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 65px;
  color: #fff;
}

#youtubeBannerPreview .youtubePreviewLCPlaceholder .ytlogo {
  width: 71px;
  height: 30px;
  background: url(data:image/png;base64,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);
  position: relative;
  top: 9px;
  left: 20px;
  display: inline-block;
}

#youtubeBannerPreview .youtubePreviewLCPlaceholder .yticons {
  width: 56px;
  height: 21px;
  background: url(data:image/png;base64,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);
  position: relative;
  top: 4px;
  right: 20px;
  display: inline-block;
}

#youtubeBannerPreview .youtubePreviewSPlaceholder {
  display: block;
  text-decoration: none;
  height: 65px;
  background: #fff;
}

#youtubeBannerPreview .youtubePreviewSPlaceholder .leftPart {
  width: 50%;
  height: 65px;
  position: relative;
  overflow: hidden;
  float: left;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 65px;
  color: #fff;
  background: #e40005;
}

#youtubeBannerPreview .youtubePreviewSPlaceholder .leftPart .angle {
  width: 10px;
  height: 10px;
  position: absolute;
  right: -5px;
  top: 28px;
  background: #fff;
  transform: rotate(45deg);
  display: block;
}

#youtubeBannerPreview .youtubePreviewSPlaceholder .rightPart {
  text-align: center;
  overflow: hidden;
  height: 65px;
  width: 50%;
  float: right;
  background: url(../img/ytpreviewsubscribe.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

#youtubeBannerPreview .youtubePreviewWPlaceholder {
  display: block;
  text-decoration: none;
  cursor: pointer;
  height: 65px;
  background: #27ae61;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 65px;
  color: #fff;
}

#youtubeBannerPreview .youtubePreviewWPlaceholder .arrow {
  width: 32px;
  height: 23px;
  background: url(data:image/png;base64,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);
  position: relative;
  top: 6px;
  left: 20px;
  display: inline-block;
}

#youtubeBannerPreview .youtubePreviewLPlaceholder {
  display: block;
  text-decoration: none;
  height: 65px;
  background: #fff;
}

#youtubeBannerPreview .youtubePreviewLPlaceholder .leftPart {
  width: 50%;
  height: 65px;
  position: relative;
  overflow: hidden;
  float: left;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 65px;
  color: #fff;
  background: #3b5998;
}

#youtubeBannerPreview .youtubePreviewLPlaceholder .leftPart .fbicon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAiCAYAAAAtZZsLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABYRJREFUeNrMl21o3dUdxz/n/J96H/7JTZunJrlJnGls2hhrbaFCnOuY3VSmbkNlKKK4BxgDhflySAe+EkVwoNsYmxNhbOPGTdhGo/iwzb0pPjBnh7fVtSZpb2qeb27u/T+cc/YiSdukN61JQ7If/N+cc/j9P3x/D+d3xOHDh1lPyxezKeBR4ABQBAaBl7r9oXgt/ux1hksA/wR600lvRGvjz1XCbwNdwI83HRC4Duh74BsHCjft35GdmJrhpT8ejT88ceZHp4LOpzu8k5OrdSjXGTACqE0nEkprLEty8MAOW2uzpSblPrYWh+sNGAIEYaQBbMuitTlD49b03Fwlvvf/ARAApbQGsGwLgH19HXapHH3Bbby+Z7MBpwEQQgJYch6ws3WbDYggUnduNmA/gJ/yBIDWCoDGbWm5oOyuTQPMF7M28HjCc4auvaa1FqBSCQEolUMNkPG9cDMV/AFwzXfu6U/GSosgjFhIRcYnShqgoS55YlMA88VsM/CTlsba43t2tW3TxhAE58UqjM/EgLmqpfaDzWrUTwHJH97/pZZIaSqVEGPMuc3hM5PRFteuZHxvZMMB88Xs7cB9h/p7TtbX+51KacIoWnLm9Oi08Vxr9g+v5Zs/LmZvuIzLSeC/3f6QuWLAfDGbAX6WTLin7r51X7vSGqX08p7I+HQpbQw107PBXz+n61P5YvZ73f7QoH0FcAJ4AWh87OFbKspoCWDbFn46idIaYwCtzXfv6S8BxhizVFqEiOI4YYyxFlfKlUgP/uM/6ali+ZV8Mdtl54vZTuBxIA3sBOouwxYDxxbUP3Tv7ftOt22va9EX5JyUEinP1Z/Ye22Hv5KzShAuKSiAzuxW78lfvCa216cesoGnpJRfS3rehDY6u3ifrugwjBytdQfAbTf3njrU39MRLQvrauzCYjoPHRtANG9LbbcBO+l5Ix2tTd0L++6lHJ4cKVAJAvPIgwfZ2dVyxXBRtHSODSPFy0feL9mWdK7f2fiODYxHKs4AKG0u3TSFIJVwaW/JiNamDPoy5y9nc+XgIgV/+ps3585OzPr9e1p/31iXfEMCY1Gsao2B0lx4yS9Wmho/sW5Xj2NbF63d0t/jLCj5xkAu94kEzmqtPSmI15ozaw5xlbVUwpUL0fIXr7qJ+coTJSEEG2nRsoauteEvb30459iyvG9X0/FFwLH5jkRlI/mCIFrS1I0xPPOr14vDhSl//+7mP6eT7ruLgGcBtNHljVRQyOUtW9DRulUKgbm6LfPLgVzu00XAcQCtdLiRClYT4+r2BtcYxMjZWefCcWscIFY62kgF41gtzT9jePudjyueaxX3dDcUzwF2+0OTQBSrWG0UXxwrwvB8gcRK8+wLbxaHClP+DTubBl3Hyi8fWMeDMDaSjSHUy1qVAMIoxnOt6S/ubXt2IJc7sxxwLIyUrBZi25b07mjAtsSKubNas+TSCrEsyd7d7XYQqtqZUnii2sj/WRhFTrV/f+tQD1//ym6+elPX/AOoFBBFsZmcKuFIi7XwKnVx/n3w0UicSjhjNSm3vtpEPR5GcVc1dd47dprZcsSx4wUAZkoVzoxVxBPPHyGVcGYfuOtG9vd1pj9vdsRKEYTnB6apmbL506v/mi2MFf0b+1oGgeFqgJ9FcZySUpBMLB1mhkdLDI+W5g9bciFEIgSkMUw8/9u/tf/8d3+PLSnVqnNRa6m0caQUyeu6G47cvLftuYFcbqIa4CdRrOqGR0dngjCuEWAQVa9KwkhJY4y1xbWnv//NvoO/fuXf/amkc4frWJlV90LAT7oTvV31b2eb/FcHcrljKz2angMaHIsvS1c2lcO4BlM9aJ4jVW1qS2F/7/a3PNeabhQnXqTMi5TXVjDlGThagKMr7P9vAHsLdvCRUJwxAAAAAElFTkSuQmCC);
  width: 40px;
  height: 34px;
  position: relative;
  top: 9px;
  right: 10px;
  display: inline-block;
}

#youtubeBannerPreview .youtubePreviewLPlaceholder .leftPart .angle {
  width: 10px;
  height: 10px;
  position: absolute;
  right: -5px;
  top: 28px;
  background: #fff;
  transform: rotate(45deg);
  display: block;
}

#youtubeBannerPreview .youtubePreviewLPlaceholder .rightPart {
  text-align: center;
  overflow: hidden;
  height: 65px;
  width: 50%;
  float: right;
  background: url(../img/ytpreviewlikes.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

#youtubeBannerPreview .youtubePreviewIPlaceholder {
  display: block;
  text-decoration: none;
  height: 65px;
  background: #fff;
  box-sizing: border-box;
}

#youtubeBannerPreview .youtubePreviewIPlaceholder .leftPart {
  width: 50%;
  height: 65px;
  position: relative;
  overflow: hidden;
  float: left;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 65px;
  color: #fff;
  background: #e40005;
}

#youtubeBannerPreview .youtubePreviewIPlaceholder .leftPart .angle {
  width: 10px;
  height: 10px;
  position: absolute;
  right: -5px;
  top: 28px;
  background: #fff;
  transform: rotate(45deg);
  display: block;
}

#youtubeBannerPreview .youtubePreviewIPlaceholder .rightPart {
  text-align: center;
  overflow: hidden;
}

#youtubeBannerPreview .youtubePreviewIPlaceholder .rightPart .installButton {
  height: 45px;
  width: 180px;
  margin: 10px auto;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  background: #e40005;
  border-radius: 3px;
}

#youtubeBannerPreview .youtubePreviewIPlaceholder .rightPart .installButton .installIcon {
  background: url(data:image/png;base64,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);
  position: relative;
  top: 4px;
  left: 10px;
  width: 20px;
  height: 21px;
  display: inline-block;
}

#videosList .videoItem {
  padding: 10px;
  border-bottom: 1px solid #666;
  overflow: hidden;
  height: 110px;
  cursor: pointer;
}

#videosList .videoItem:hover {
  background: #ccc;
}

#videosList .videoItem .icon {
  width: 120px;
  height: 90px;
  float: left;
}

#videosList .videoItem .title {
  margin-left: 130px;
  font-size: 16px;
  color: #000;
}

#videosList .videoItem .description {
  margin-left: 130px;
  margin-top: 5px;
  font-size: 14px;
  color: #000;
  height: 40px;
  overflow: hidden;
}

#search_result_container .videoItem, #search_channel_result_container .videoItem {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
  height: 110px;
  cursor: pointer;
}

#search_result_container .videoItem:hover, #search_channel_result_container .videoItem:hover {
  background: #eceff1;
}

#search_result_container .videoItem .icon, #search_channel_result_container .videoItem .icon {
  width: 120px;
  height: 90px;
  float: left;
}

#search_result_container .videoItem .icon img, #search_channel_result_container .videoItem .icon img {
  border-radius: 5px;
}

#search_result_container .videoItem .title, #search_channel_result_container .videoItem .title {
  margin-left: 130px;
  font-size: 16px;
  font-weight: 500;
  color: #263238;
}

#search_result_container .videoItem .channel-title, #search_channel_result_container .videoItem .channel-title {
  margin-left: 130px;
  font-size: 14px;
  font-weight: 500;
  color: #263238;
}

#search_result_container .videoItem .description, #search_channel_result_container .videoItem .description {
  margin-left: 130px;
  margin-top: 5px;
  font-size: 14px;
  color: #616161;
  overflow: hidden;
}

#search_result_container .videoItem .details, #search_channel_result_container .videoItem .details {
  margin-left: 130px;
  font-size: 14px;
  color: #616161;
}

#budget .label-amount:after {
  width: 200px;
}

.targeting-location-place-con .controls {
  margin-bottom: 0;
}

.targeting-location-selected-empty {
  margin: 0 10px;
  color: grey;
}

.targeting-location-selected-table {
  table-layout: fixed;
}

.targeting-location-selected-table .remove-location-item, .targeting-location-selected-table .remove-location-all-items {
  cursor: pointer;
  color: #80868b;
}

.targeting-location-selected-table .remove-location-item:hover, .targeting-location-selected-table .remove-location-all-items:hover {
  color: #3c4043;
}

.targeting-location-selected-table thead {
  border-bottom: 0;
}

.targeting-location-selected-table tbody tr td, .targeting-location-selected-table tbody tr th {
  padding: 3px 5px;
}

.targeting-location-selected-table tbody tr:hover {
  background-color: #e8eaed;
}

.targeting-location-selected-table .item-value-con {
  cursor: pointer;
}

.targeting-location-selected-table .item-value-con .item-value {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  height: 24px;
  max-width: 100%;
  padding-left: 4px;
  white-space: nowrap;
}

.targeting-location-selected-table .item-value-con .item-value .item-name {
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.targeting-location-selected-table .item-value-con .item-value .item-type {
  color: grey;
  flex-grow: 1;
  padding-left: 4px;
}

.targeting-location-selected-table .item-edit i {
  cursor: pointer;
  font-size: 20px;
  color: #80868b;
}

.targeting-location-selected-table .item-edit i:hover {
  color: #3c4043;
}

@media only screen and (max-width: 768px) {
  .campaign-open-mobile-menu {
    display: inline-block !important;
  }
  .campaign-open-desktop-menu {
    display: none;
  }
}

#campaign_modal_menu .modal-content {
  padding: 0;
}

#campaign_modal_menu .modal-content .collection {
  margin: 0;
}

#campaign_modal_menu .modal-content .collection a {
  padding: 15px 20px;
  font-size: 18px;
}

#campaign_modal_menu .modal-content .collection a i {
  vertical-align: middle;
  padding: 5px;
  color: white;
  margin-right: 15px;
}

.campaign-bottom-panel {
  background-color: #F5F5F5;
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 10px;
  z-index: 999;
}

/* Style the budget buttons */
.btn-budget {
  border-radius: 3px;
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  margin: 5px;
}

.btn-budget:hover {
  background-color: #ddd;
}

.btn-budget.active {
  background-color: #4169e1;
  color: white;
}

/* Style the Select buttons */
.btn-select {
  border-radius: 3px;
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  margin: 5px;
}

.btn-select:hover {
  background-color: #ddd;
}

.btn-select:disabled {
  background-color: #ddd !important;
  color: grey !important;
}

.btn-select.active {
  background-color: #4169e1;
  color: white;
}

/* End Style the Select buttons */
@media only screen and (max-width: 768px) {
  .admin-tool-buttons {
    flex-direction: column;
  }
  .admin-tool-buttons button {
    margin-bottom: 3px;
  }
}

.admin-tool-buttons {
  display: flex;
  justify-content: space-between;
}

