@import "helpers.css";
@import "components.css";
body {
  font-size: 14px !important;
  font-family: 'Roboto', sans-serif;
}

body.zh-TW {
  font-family: 'Noto Sans TC', sans-serif;
}

table#table-profile-assets span {
  display: block;
  width: 100%;
  line-height: 150%;
}

table#table-profile-assets .divider {
  padding: 5px;
  width: 10px;
  font-size: 20px;
  color: #CCC;
}


/***** Extend Bootstrap CSS *****/


/* Handles 5-column grid */


/* Adapted from: https://stackoverflow.com/questions/10387740/five-equal-columns-in-twitter-bootstrap/22799354#22799354 */

.row-fluid .span5th {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0%;
}

@media (min-width: 768px) {
  .row-fluid .span5th {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .row-fluid .span5th {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .row-fluid .span5th {
    width: 20%;
    float: left;
  }
}


/* Handles the input-block-level with input-prepend and input-append */


/* Source:  stackoverflow.com/questions/18417998/using-input-block-level-with-input-prepend-in-twitter-boostrap-2-3-2 */

.input-append.input-block-level,
.input-prepend.input-block-level {
  display: table;
}

.input-append.input-block-level .add-on,
.input-prepend.input-block-level .add-on {
  display: table-cell;
  width: 1%;
  /* remove this if you want default bootstrap button width */
}

.input-append.input-block-level>input,
.input-prepend.input-block-level>input {
  box-sizing: border-box;
  /* use bootstrap mixin or include vendor variants */
  display: table;
  /* table-cell is not working well in Chrome for small widths */
  min-height: inherit;
  width: 100%;
}

.input-append.input-block-level>input {
  border-right: 0;
}

.input-prepend.input-block-level>input {
  border-left: 0;
}

.add-on.add-on-important {
  background-color: #b94a48;
  color: #FFF;
  text-shadow: 0 1px 0 #b94a48;
}

.add-on.add-on-success {
  background-color: #468847;
  color: #FFF;
  text-shadow: 0 1px 0 #468847;
}

.btn {
  border-radius: 4px;
}

.box .actions input.btn {
  border-radius: 4px !important;
}

.btn.btn-red2 {
  background: #cc3333;
  color: #FFF;
}

.btn.btn-red2:hover {
  background: #d21b1b;
  color: #FFF;
}


/* taken from bootstrap 3 */

.table-responsive {
  /*border: 1px solid #CCC;
margin-bottom: 15px;*/
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  min-height: 1px;
  padding-bottom: 20px;
}

.box-bordered .table-responsive,
.tab-pane .table-responsive {
  padding-bottom: 0px;
  border: 0px;
  margin-bottom: 0px;
}

.table-responsive>.table {
  margin-bottom: 0;
}


/***** End of Extend Boostrap CSS *****/


/***** Extend Select2 *****/

.nosearch .select2-search {
  display: none;
}

.select2-container .select2-choice .select2-arrow {
  border-left: 0px;
  border-radius: 0px;
  background: none;
}


/***** End of Extend Select2 *****/


/******** Extend TableStickyHeaders *******/


/* tell the sticky-thead to not fit the sticky-wrap but expand all the way */

table.sticky-thead {
  table-layout: fixed;
}

.sticky-wrap {
  padding-bottom: 20px;
}

.sticky-wrap .sticky-thead {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

table.sticky-col tbody tr th {
  background-color: #E2E2E2;
}

table.sticky-col {
  border-right: none;
}


/******** End TableStickyHeaders *********/

table.table-striped-on-tbody>tbody:nth-child(odd)>tr>td {
  background: #FFF;
}

table.table-striped-on-tbody>tbody:nth-child(even)>tr>td {
  background: #F9F9F9;
}

.table.table-noborder tr th,
.table.table-noborder tr td {
  border: 0px;
}

.table.table-outline-bordered {
  border: 1px solid #CCC;
}


/******* Bootstrap Token Field ******/

.tokenfield {
  border: 1px solid #AAA;
  padding: 2px;
  min-height: 0px;
}

.tokenfield .token {
  height: 24px;
  margin: 2px;
}

.tokenfield .token .token-label {
  line-height: 20px;
}

.tokenfield .token .close {
  line-height: 23px;
}

.tokenfield input[type='text'] {
  margin-bottom: 0px;
  height: 28px;
}


/******* End of Bootstrap Token Field ******/


/******* Bootstrap Switch ******/

.bootstrap-switch {
  border-radius: 0px;
  border: none;
}

.bootstrap-switch .bootstrap-switch-handle-off {
  border-radius: 0px;
}

.bootstrap-switch .bootstrap-switch-handle-on {
  border-radius: 0px;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  line-height: 26px;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-radius: 0px;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-radius: 0px;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background-color: #368EE0;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary[disabled] {
  background-color: #368EE0;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background-image: none;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background-image: none;
}

.bootstrap-switch .bootstrap-switch-label {
  background-image: none;
  border-left: none;
  border-right: none;
}

body.theme-darkblue .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
body.theme-darkblue .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background-color: #204E81;
}

body.theme-darkblue .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,
body.theme-darkblue .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover,
body.theme-darkblue .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus,
body.theme-darkblue .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus,
body.theme-darkblue .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,
body.theme-darkblue .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
body.theme-darkblue .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
body.theme-darkblue .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active,
body.theme-darkblue .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled,
body.theme-darkblue .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled,
body.theme-darkblue .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary[disabled],
body.theme-darkblue .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary[disabled] {
  background-color: #204E81;
}

body.theme-mattegreen .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
body.theme-mattegreen .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background-color: #99AD31;
}

body.theme-mattegreen .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,
body.theme-mattegreen .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover,
body.theme-mattegreen .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus,
body.theme-mattegreen .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus,
body.theme-mattegreen .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,
body.theme-mattegreen .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
body.theme-mattegreen .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
body.theme-mattegreen .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active,
body.theme-mattegreen .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled,
body.theme-mattegreen .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled,
body.theme-mattegreen .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary[disabled],
body.theme-mattegreen .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary[disabled] {
  background-color: #99AD31;
}

body.theme-teal .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
body.theme-teal .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background-color: #00ABA9;
}

body.theme-teal .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,
body.theme-teal .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover,
body.theme-teal .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus,
body.theme-teal .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus,
body.theme-teal .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,
body.theme-teal .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
body.theme-teal .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
body.theme-teal .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active,
body.theme-teal .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled,
body.theme-teal .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled,
body.theme-teal .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary[disabled],
body.theme-teal .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary[disabled] {
  background-color: #00ABA9;
}


/******* End of Bootstrap Switch ******/


/**** Extends original template styles ****/

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #FFF;
}


/**** End of Extends original template styles ****/


/******* Daterange Picker ******/

.daterangepicker .ranges {
  width: 180px;
}

.daterangepicker .ranges input {
  width: 70px;
  text-align: center;
}


/******* End of Daterange Picker ******/


/***** Extend Template FLAT CSS *****/

ul.dropdown-menu.satblue {
  border-color: #204E81;
}

.btn-group.open .btn.dropdown-toggle.btn-satblue {
  background-color: #1F4155;
}

ul.dropdown-menu.satgreen {
  border-color: #56AF45;
}

.btn-group.open .btn.dropdown-toggle.btn-satgreen {
  background-color: #448A37;
}

.label.primary {
  background-color: #368EE0;
}

.label.label-soft {
  background: none;
  color: #999;
}

.label.label-success.label-soft {
  color: #468847;
}

.label.label-warning.label-soft {
  color: #f89406;
}

.label.label-info.label-soft {
  color: #3a87ad;
}

.label.label-important.label-soft {
  color: #b94a48;
}

.label.label-purple.label-soft {
  color: #423aad;
}

.label.label-black.label-soft {
  color: #000000;
}

.box .box-title .actions .btn.btn-green {
  background: #393 none repeat scroll 0% 0%;
}

.box.box-bordered.box-color.shadedred .box-title,
.box.box-bordered.box-color.shadedred .box-content {
  border-color: #b64f46 !important;
}

.box.box-color.shadedred .box-title {
  background-color: #b64f46 !important;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}


/***** End Extend Template FLAT CSS *****/


/* for desktop */

@media all and (min-width: 1024px) {
  /*.page-header > .pull-left { width: 70%; }*/
}

.box.box-color .box-title .actions>button:hover,
.box.box-color .box-title .actions>.btn:hover {
  background: none repeat scroll 0% 0% #FFF;
  color: #368EE0;
}

.box.box-color .box-title .actions>button,
.box.box-color .box-title .actions>.btn {
  color: #FFF;
}

.box.box-color.light-grey .box-title {
  background-color: #ABABAB;
  border: 2px solid #ABABAB;
  color: white;
}

.breadcrumbs {
  margin-bottom: 20px;
}

.offscreen-fixed {
  position: fixed;
  z-index: 1030;
  top: 40px;
  background-color: #FFF;
  box-sizing: border-box;
  left: 0px;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #000;
  box-shadow: 5px 5px 2px #888888;
}

.offscreen-fixed .actions {
  margin: 3px auto;
}

div.main-icons {
  padding-top: 20px;
}

.multi-filter-panel.on-page .btn-primary,
.multi-filter-panel .btn-secondary {
  min-height: 34px;
  margin-top: 24px;
}

.copy-button {
  cursor: pointer;
}

input[readonly].focus-select,
select[readonly].focus-select,
textarea[readonly].focus-select {
  cursor: copy;
}

img.preview {
  max-width: 90px;
  max-height: 90px;
}

img.preview.small {
  max-width: 40px;
  max-height: 40px;
}

img.preview.large {
  max-width: 150px;
  max-height: 150px;
}

img.block {
  display: block;
}

.fordl {
  display: none;
}

.box .table-responsive {
  margin-bottom: 0px;
}

.box .box-title h5 {
  color: #FFF;
}

table td.top,
table th.top {
  vertical-align: top;
}

table.table-bordered {
  border-top: 1px solid #DDD;
}

table.table thead tr th {
  white-space: nowrap;
}

table.table tbody tr td.nowrap,
table.table tfoot tr td.nowrap {
  white-space: nowrap;
}

table.table tr.has-child-row td {
  background-color: #c1dbe2;
}

table.table tr.child-row td {
  background-color: #effbff;
}

.table.table-hover tr:hover>td {
  background-color: #FDF7E3;
}

table tbody th {
  text-align: left;
}

div.manager img.avatar {
  margin: 5px;
}

table.table img.avatar {
  width: 75px;
  max-width: none;
}

input.center {
  text-align: center;
}

input.size-12 {
  font-size: 12px;
  padding: 2px 3px;
  height: 20px;
  line-height: 20px;
  min-height: 20px;
}

.input-tiny {
  width: 30px;
}

textarea.height-tiny {
  height: 40px;
}

textarea.height-80 {
  height: 80px;
}

textarea.height-small {
  height: 100px;
}

textarea.height-medium {
  height: 250px;
}

.tabs {
  border-bottom: 1px solid #ddd;
}

.tabs.tabs-soft {
  border: none;
}

.tabs li {
  margin-bottom: -1px;
}

.tabs>.active>a,
.tabs>.active>a:hover,
.tabs>.active>a:focus {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.tabs.tabs-large-font li a {
  font-size: 18px;
}

.tab-content.tab-content-inline.tab-content-bottom {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.tabs.tabs-color {
  border-bottom: 2px solid #ddd;
}

.tabs.tabs-color li {
  margin-bottom: -2px;
}

.tabs.tabs-color>.active>a,
.tabs.tabs-color>.active>a:hover,
.tabs.tabs-color>.active>a:focus {
  border: 2px solid #ddd;
  border-bottom-color: transparent;
}

.tab-content.tabs-color.tab-content-inline.tab-content-bottom {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

form.form-vertical .control-group label {
  font-weight: bold;
}

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

.nomargin {
  margin: 0px !important;
}

.nomargin-top {
  margin-top: 0px !important;
}

.margin {
  margin: 10px;
}

.margin-top-l {
  margin-top: 20px;
}

.margin-top-xs {
  margin-top: 5px;
}

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

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

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

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

.margin-top-30 {
  margin-top: 20px;
}

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

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

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

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

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

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

.margin-bottom-10,
.form-horizontal .control-group.margin-bottom-10 {
  margin-bottom: 10px;
}

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

.nomargin-bottom {
  margin-bottom: 0px !important;
}

.margin-left {
  margin-left: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.left-indent {
  margin-left: 20px !important;
}

.left-indent-2x {
  margin-left: 40px !important;
}

.margin-right {
  margin-right: 10px !important;
}

.padding {
  padding: 10px !important;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

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

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

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

.form-horizontal .form-actions.padding-left {
  padding-left: 10px;
}

.flot.small {
  height: 150px;
}

.statistic-big.compact .top .right {
  font-size: 20px;
}

.statistic-big.compact .bottom {
  margin-top: 10px;
}

.multi-filter-panel table tr td.filter-title {
  vertical-align: middle;
  text-align: center;
  width: 5%;
  font-size: 100%;
  font-weight: bold;
  background-color: #EEE;
  border-left: 1px solid #DDD;
}

.multi-filter-panel table tr td.filter-button {
  vertical-align: middle;
  text-align: center;
  width: 20px;
}

.multi-filter-panel table tr td.filter-button button {
  width: 100%;
  height: 34px;
}

.multi-filter-panel .control-group {
  display: inline-block;
  margin-right: 30px;
  width: 200px;
  vertical-align: top;
}

.multi-filter-panel .control-group-width2 {
  display: inline-block;
  margin-right: 30px;
  width: 435px;
  vertical-align: top;
}

.filter-text-panel {
  border: 1px solid #DDD;
  box-sizing: border-box;
  margin: 10px auto;
}

i.large {
  font-size: 200%;
}

.box .box-title h5.font.blue {
  color: #368EE0;
}

.box .box-title h3.font.mattegrey {
  color: #CCC;
}

.box .box-title h3.font.nobold {
  font-weight: 100;
}

.control-group .controls-row select {
  margin-bottom: 10px;
}

input.font.small {
  width: 30px;
}

input.right {
  text-align: right;
}

.font.small .btn-group .dropdown-toggle {
  font-size: 10px;
  line-height: 13px;
  padding: 2px 4px;
}

.font.small .btn-group .dropdown-toggle .caret {
  margin-top: 5px;
}

.stamp .title {
  font-weight: bold;
  font-size: 120%;
  display: block;
  margin-bottom: 5px;
}

.stamp img {
  vertical-align: top;
}

.stamp .details .big {
  color: #333;
}

.stamp .details {
  display: inline-block;
  margin-left: 5px;
}

.media.offer-variant {
  overflow: visible;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
}

.media.offer-variant:last-child {
  border-bottom: 0px;
}

.media.offer-variant .media-body {
  overflow: visible;
}

.span0 {
  display: none;
}

a.badge {
  color: #FFF;
}

.user .caret {
  border-top-color: #FFF;
  margin: 11px 5px 0px 0px;
}

.box-with-icon,
.box-with-icon:hover,
.box-with-icon:visited {
  padding: 5px;
  text-decoration: none;
  display: inline-block;
  color: #333;
  margin-bottom: 20px;
}

.box-with-icon:hover {
  background-color: #EEE;
}

.box-with-icon h1 i {
  color: #368EE0;
}

.box-with-icon div.subtitle {
  font-size: 120%;
  margin-bottom: 10px;
  color: #AAA;
}

.box-with-icon.disabled h1 i {
  color: #CCC;
}

.box-with-icon div.subtitle.small a {
  font-size: 90%;
  margin-bottom: 10px;
  color: #AAA;
}

@media (min-width: 768px) {
  .modal-large {
    width: 70%;
    margin-left: -35%;
  }
  .modal-large.fade.in {
    top: 2%;
  }
  .modal-xlarge {
    width: 86%;
    margin-left: -43%;
  }
  .modal-full {
    width: 95%;
    margin-left: -49%;
  }
  .modal-full-screen {
    width: 95%;
    margin-left: -48%;
    top: 1%;
  }
  .modal-full-screen.fade.in {
    top: 1%;
  }
}

.modal-large .modal-body {
  max-height: calc(100vh - 250px);
}

.modal-full-screen .modal-body {
  max-height: calc(100vh - 200px);
}

.date-picker-opener {
  cursor: pointer;
}


/* change modal z-index to be on top of left nav scrollbar */

.modal-backdrop {
  z-index: 9100;
}

.modal {
  z-index: 9110;
}


/* change datepicker z-index to be on top of modal */

.datepicker {
  z-index: 9120 !important;
}

.controls-row span.error {
  color: #B94A48;
}

ul.ul-scrollable {
  height: 400px;
  overflow: scroll;
  overflow-x: hidden;
}

ul.link-list {
  list-style: none;
  margin-left: 0px;
}

ul.link-list li span.value {
  font-weight: bold;
}

ul.item-margin li,
ol.item-margin li {
  margin-top: 20px;
}

dl.item-margin dd,
dl.item-margin dd {
  margin-bottom: 20px;
}


/*// fixed ul list overlaid and margin on both side of inline-block*/

.list-tile-div {
  text-align: center;
}

ul.list-tile {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: auto;
  font-size: 0px;
}

ul.list-tile li {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
  overflow: hidden;
  width: 20%;
  font-size: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

ul.list-tile li.center {
  text-align: center;
}

ul.list-tile li>div {
  width: 100%;
  font-size: 11px;
  text-align: center;
}

ul.list-tile-bordered li {
  border: 1px solid #000;
}

.push-left {
  margin: auto;
}

@media (max-width: 480px) {
  ul.list-tile li {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word;
    overflow: hidden;
    width: 100%;
    font-size: 0px;
    text-align: center;
  }
  ul.list-tile li div {
    width: 100% !important;
    text-align: center;
  }
  .push-left {
    margin: auto;
  }
  span.user-full-name {
    display: none;
  }
}


/*Fixed ul list end*/

ul.list-sortable .handle-sort {
  cursor: move;
}

ul.drop-left {
  right: 0px;
  left: auto;
}

table th.center,
table td.center {
  text-align: center;
}

table th.right,
table td.right {
  text-align: right;
}

table th.right input,
table td.right input {
  text-align: right;
}

table .blue,
table .blue a,
table .blue input,
table .blue select {
  color: #368EE0;
}

table .green,
table .green a,
table .green input,
table .green select {
  color: #267326;
}

table .red,
table .red a,
table .red input,
table .red select {
  color: #E63A3A;
}

table .brown,
table .brown a {
  color: #6D3700;
}

table a.underline {
  text-decoration: underline;
}

table th.cbx,
table td.cbx {
  text-align: center;
  width: 24px;
}

table tbody tr td .short-description {
  font-size: smaller;
  word-break: break-all;
}

table tbody tr td .owner-sd {
  margin-left: 5%;
  color: #777777;
}

table tbody tr td .affiliate-sd {
  color: #467F3B;
}

div.cbx-actions {
  margin: 10px 0px;
}

div.center {
  text-align: center;
}


/* Use .text-left instead */


/* div.left {
text-align: left;
} */

table.table-tiny,
.d-table.table.table-tiny {
  font-size: 13px;
}

table.table-tiny th,
.d-table.table.table-tiny .d-table-cell.th {
  font-size: 13px;
  padding: 4px 8px;
}

table.table-tiny td,
.d-table.table.table-tiny .d-table-cell {
  font-size: 12px;
  padding: 4px 8px;
}

table.table-tiny th input,
table.table-tiny td>input {
  font-size: 12px;
  padding: 1px 2px;
  height: 14px;
  line-height: 14px;
  margin-bottom: 0px;
}

table.table-tiny th select,
table.table-tiny td>select {
  margin-bottom: 0px;
}

table.table-tiny td .controls-row {
  margin-top: 3px;
}

table.table-tiny td .controls-row input {
  font-size: 12px;
  padding: 1px 2px;
}

table.table-tiny td .controls-row .input-append {
  margin-bottom: 0px;
}

table.table-tiny td .controls-row .input-append .add-on {
  height: 14px;
  line-height: 14px;
}

table.table-tiny td .controls-row .input-prepend {
  margin-bottom: 0px;
}

table.table-tiny td .controls-row .input-prepend .add-on {
  height: 14px;
  line-height: 14px;
}

table.table-tiny th select,
table.table-tiny td select {
  font-size: 12px;
  padding: 1px 2px;
  height: auto;
  line-height: auto;
}

table.table-tiny .dropdown-toggle,
.table.table-tiny .dropdown-toggle {
  font-size: 12px;
  line-height: 14px;
}

table.table-tiny .dropdown-toggle .caret,
.d-table.table.table-tiny .dropdown-toggle .caret {
  margin-top: 6px;
}

table.table-tiny>.btn {
  padding: 2px 4px;
}

table.table-tiny .badge,
table.table-tiny .label {
  font-size: 11px;
  padding: 1px 2px;
}

table.table-tiny td.actions {
  text-align: center;
}

table.table-tiny th.dropdown-menu,
table.table-tiny td.dropdown-menu {
  text-align: left;
}

table.table-tiny th .dropdown-menu>li>a,
table.table-tiny td .dropdown-menu>li>a,
.d-table.table.table-tiny .d-table-cell .dropdown-menu>li>a {
  text-align: left;
  font-size: 11px;
  padding: 3px 10px;
  line-height: 15px;
}

table.table-tiny th.font.small .dropdown-menu>li>a,
table.table-tiny td.font.small .dropdown-menu>li>a {
  font-size: 10px;
  padding: 1px 4px;
  line-height: 13px;
}

table.table-form tbody td {
  vertical-align: top;
}

table.table-sort tr th .tablesorter-header-inner {
  display: inline;
}

table.table-sort-ajax .sort-icon,
table.table-sort .sort-icon {
  font-size: 60%;
  margin-right: 2px;
  font-weight: 900;
  display: inline;
}

table.table-hover tr.bottom-line:hover td {
  background-color: #EFEFEF;
  color: #000;
}

table tr.bottom-line td {
  background-color: #EFEFEF;
  color: #000;
  font-weight: 900;
  font-size: 90%;
}

table tbody tr th {
  border-bottom: 1px dotted #bbb;
}

table tr td.limited {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
}

table tr td.limited.small {
  max-width: 60px;
}

table tr td.limited.medium {
  max-width: 100px;
}

table tr td.limited.large {
  max-width: 150px;
}

table tr td.limited.xlarge {
  max-width: 200px;
}

table.table-nowrap tr td,
table.table-nowrap th td {
  white-space: nowrap;
}

div.actions {
  margin: 10px auto;
  text-align: left;
}

div.box div.box-title div.actions {
  margin: auto;
}

.box.box-bordered .box-content {
  border: 1px solid #ddd;
  border-top: none;
}

div.box.no-border-head .box-title {
  border: none;
}

div.box.no-border-head .box-content {
  border-top: 1px solid #ddd;
}

.btn-nobg {
  background-color: transparent;
}

.btn-nobg:hover {
  background-color: transparent;
}

.btn-red-bordered {
  color: #E63A3A !important;
  border: 1px solid #E63A3A;
  background-color: white !important;
}

.btn-group .limited {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
  display: inline-block;
}

.btn-group .limited.small {
  max-width: 60px;
}

.btn-group .limited.medium {
  max-width: 100px;
}

.btn-group .limited.large {
  max-width: 150px;
}

.btn-group .limited.xlarge {
  max-width: 200px;
}

.input-append .btn-tiny:last-child {
  padding: 1px 4px;
}

#filter-box {
  margin-bottom: 10px;
}

img.flag {
  max-height: 10px;
  max-width: 20px;
}

img.flag-md {
  max-height: 1rem !important;
  max-width: auto !important;
}

.linkout-trigger {
  margin-left: 5px;
  text-decoration: none;
}

.box-left {
  *zoom: 1;
  padding: 20px 0px 0px 0px;
  background: #fff;
}

.popover {
  z-index: 9999;
}


/* override css on popover inside box */

div.box div.popover h3 {
  color: #000 !important;
  float: none !important;
  font-size: 14px !important;
  margin: 0px;
}

div.box dd {
  margin-bottom: 10px;
}

#bottom-line .today {
  font-weight: bold;
  font-size: 130%;
}

#bottom-line .cell-figure {
  text-align: right;
  display: inline-block;
  min-width: 30%;
}

#bottom-line .cell-figure a {
  text-decoration: none;
}

#bottom-line .cell-figure span.caption {
  font-size: 90%;
  padding-right: 5px;
}

#bottom-line .pending {
  color: #AA4643;
}

#bottom-line .confirmed {
  color: #4572A7;
}

#bottom-line .total {
  color: #89A54E;
}

#bottom-line .revenue {
  color: #4572A7;
}

#bottom-line .cost {
  color: #AA4643;
}

#bottom-line .margin {
  color: #89A54E;
}

#bottom-line .clicks .cell-figure,
#bottom-line .conversions .cell-figure {
  width: 100%;
}

@media (max-width: 1024px) {
  #bottom-line .hide-sm {
    display: none;
  }
  #bottom-line .cell-figure {
    min-width: 100%;
  }
  #bottom-line .revenue .total {
    color: #4572A7;
  }
  #bottom-line .cost .total {
    color: #AA4643;
  }
  #bottom-line .margin .total {
    color: #89A54E;
  }
}

#search-form {
  padding-bottom: 10px;
  border-bottom: 1px solid #FFF;
}

#left .subnav {
  margin-top: 5px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #FFF;
}

#left .subnav .subnav-menu>li>a {
  padding-right: 15px;
}

#left .subnav .subnav-menu>li>a.selected {
  background-color: #DDD;
  color: #222;
}

.custom-selected {
  background-color: #DDD;
  color: #222;
}

.search-results {
  list-style-type: none;
}

.search-results>li {
  margin-top: 1%;
}

.search-results>li>a {
  text-decoration: none;
  color: inherit;
}

.search-results .open .dropdown-menu {
  display: flex;
}

#left h5 {
  padding-left: 20px;
  color: #444;
}

#navigation.navbar-fixed-top {
  border-bottom: 2px solid #CCC;
}

#navigation #brand {
  background: white;
  height: 32px;
  margin-left: -20px;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

#navigation #brand img,
.login .wrapper h1>a img {
  max-width: 128px;
  max-height: 32px;
  padding-left: 2px;
}

#navigation #top-triangle {
  float: left;
  width: 0px;
  height: 0px;
  border-left: 40px solid #FFF;
  border-bottom: 40px solid transparent;
  max-height: 32px !important;
}

.login h1 {
  margin-bottom: 1px;
}

.login .wrapper .login-body {
  margin-top: 0px;
  border: 1px solid #CCC;
}

.login #brand-login {
  background: white;
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 6px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

#navigation #top-triangle {
  float: left;
  width: 0px;
  height: 0px;
  margin-right: 10px;
  border-left: 34px solid #FFF;
  border-bottom: 34px solid transparent;
}


/* .login #login-triangle {
margin-top: 6px;
display: inline-block;
width: 0px;
height: 0px;
margin-left: -7px;
margin-bottom: -10px;
border-left: 40px solid #FFF;
border-top: 40px solid transparent;
} */

.dashboard.quickstats li {
  width: 70px;
  margin: 1px;
  padding: 4px;
}

.dashboard.quickstats li span.name {
  color: #D6D6D6;
}

.dashboard.quickstats li span.value {
  color: #FFF;
}

.dashboard.quickstats li.li-success {
  background-color: #468847;
}

.dashboard.quickstats li.li-info {
  background-color: #3A87AD;
}

.dashboard.quickstats li.li-warning {
  background-color: #F89406;
}

.dashboard.quickstats li.li-important {
  background-color: #B94A48;
}

div.dashboard-tile {
  display: inline-block;
  text-align: left;
}

div.dashboard-tile a {
  line-height: 15px;
}

#bottom-line-table small {
  color: #CCC;
}

#footer {
  min-height: 20px;
  position: fixed;
  bottom: 0px;
  z-index: 999;
}

#footer .icons a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  top: 7%;
  padding: 2px 4px;
}

#footer .icons:hover {
  background: none;
}

#footer .icons.gototop {
  right: 5px;
}

#footer .icons.quicklinks {
  right: 35px;
}

div.date-setup-area {
  margin-top: 20px;
}

#global-date-range {
  text-align: center;
  display: inline-block;
  float: left;
  cursor: pointer;
  margin-top: 5px;
}

#global-date-range h5 {
  background-color: #368EE0;
  color: #FFF;
  padding: 5px 9px;
  margin-top: 5px;
}

#global-date-range h5 {
  background: none;
  color: #333;
  border: 1px solid #333;
}

div#date-type {
  text-align: center;
  display: inline-block;
  float: left;
  margin-left: 5px;
  margin-top: 5px;
}

div#date-type ul li {
  text-align: left;
}

#help-center-nav {
  float: left;
  display: inline-block;
  margin-top: 10px;
  margin-right: 5px;
  text-decoration: none;
}

@media only screen and (max-width: 1280px) {
  #help-center-nav .help-center-text {
    display: none !important;
  }
}

ul.time-zone-setup {
  max-height: 300px;
  overflow-y: scroll;
  min-width: 400px;
}


/* Loading Box */

div#va-loading {
  z-index: 10000;
  padding: 10px;
  background: #FFF;
  width: 150px;
  height: 50px;
  border: 2px solid #000;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #333;
}

div#va-loading img {
  max-width: 128px;
  max-height: 32px;
}

div.carousel li .thumbnail {
  border: 0 none;
  box-shadow: none;
}


/* Overlay */

div#va-overlay {
  display: none;
  /* ensures it’s invisible until it’s called */
  position: fixed;
  /* makes the div go into a position that’s fixed to the browser viewing area */
  left: 0%;
  /* makes the div span all the way across the viewing area */
  top: 0%;
  /* makes the div span all the way across the viewing area */
  background-color: black;
  -moz-opacity: 0.1;
  /* makes the div transparent, so you have a cool overlay effect */
  opacity: .10;
  filter: alpha(opacity=10);
  width: 100%;
  height: 100%;
  z-index: 9900;
  /* makes the div the second most top layer, so it’ll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
}

div.upload-suppression-list {
  border: 1px solid #CCC;
}


/* upload image creative */

div.upload-image-creative,
div.upload-attachment,
div.upload-email-creative {
  border: 1px solid #CCC;
}

.upload-attachment img {
  max-width: 200px;
  max-height: 200px;
}

div.upload-blog-image {
  border: 1px solid #CCC;
}

div.upload-owner-logo {
  border: 1px solid #CCC;
}


/*Notification on all owner path*/

.ajax_notification {
  z-index: 999999;
  width: 100%;
}

.notification_text {
  padding-top: 5px;
  background-color: #D9EDF7;
  color: #3A7795;
}

.inline-label {
  display: inline-block;
}

.inline-label input {
  margin-top: -2px;
  margin-right: 5px;
}

.full-width-text-box {
  width: 90%;
}

.tb-width-85 {
  width: 85%;
}

.tb-width-80 {
  width: 80%;
}

.input-2x-large {
  width: 400px;
}

div.checkbox-selections {
  padding: 4px;
  border: 1px solid #EEE;
  max-height: 80px;
  overflow-y: scroll;
}

div.checkbox-selections label.checkbox {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

div.horizontal-selections label.inline,
div.horizontal-selections .radio.inline+.radio.inline,
div.horizontal-selections .checkbox.inline+.checkbox.inline {
  margin-left: 0px;
  margin-right: 20px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #e12a27;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.list-panel {
  margin: 2% 0% 2% 0%;
}

body.pace-cursor-loading,
body.pace-cursor-loading a {
  cursor: wait !important;
}

.thumb-size .thumb-size-content {
  font-size: 50%;
}

.thumb-size .thumb-size-title {
  font-size: 58%;
}

.text-preview-box {
  height: 145px;
  overflow: hidden;
  overflow-y: auto;
}

#ad-slot-preview-box {
  overflow: auto;
  max-height: 450px;
}

.white-colorbox {
  background-color: white !important;
  color: black !important;
}

.colorbox-image {
  cursor: pointer;
}


/*sticky table header start*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 521px) {
  .sticky-table .tableFloatingHeader {
    margin-top: 10px !important;
  }
}

html input[disabled] {
  cursor: not-allowed;
  background-color: #eee;
}

.btn.btn-orange-2 {
  background: #fbcb81;
  color: #fff !important
}

.btn.btn-orange-2:hover {
  background: #dd8907
}


/*sticky table end*/

.btn-light-green {
  background-color: #99AD31;
  color: white;
}


/* btn-soft */

.btn.btn-soft:hover {
  background: none;
}

.btn.btn-soft.btn-light-green {
  color: #99AD31 !important;
  border: 1px solid #99AD31;
  background: none;
}

.btn.btn-soft.btn-green {
  color: #393 !important;
  border: 1px solid #393;
  background: none;
}

.btn.btn-soft.btn-satgreen {
  color: #56af45 !important;
  border: 1px solid #56af45;
  background: none;
}

.btn.btn-soft.btn-orange {
  color: #f8a31f !important;
  border: 1px solid #f8a31f;
  background: none;
}

.btn.btn-soft.btn-grey {
  color: #333333 !important;
  border: 1px solid #333333;
  background: none;
}

.btn.btn-soft.btn-satblue {
  color: #2c5e7b !important;
  border: 1px solid #2c5e7b;
  background: none;
}

.btn.btn-soft.btn-lightred {
  color: #d21b1b !important;
  border: 1px solid #d21b1b;
  background: none;
}

.btn.btn-soft.btn-red {
  color: #FF0000 !important;
  border: 1px solid #FF0000;
  background: none;
}

.btn.btn-soft.btn-red2 {
  color: #cc3333 !important;
  border: 1px solid #cc3333;
  background: none;
}

.btn.btn-soft.btn-blue2 {
  background: none;
  border-color: #91a5cb;
  color: #91a5cb;
}


/* end of btn-soft */

.dropdown-menu.dropdown-menu-soft {
  border: 1px solid #666;
}

.no-overflow {
  white-space: inherit !important;
}

.btn-generate-cps {
  margin-top: 2%;
}

.subid-tracking-url {
  margin-top: 2%;
  border-top: 1px solid #DDDDDD;
  text-align: center;
}

.tracking-url-div-content {
  text-align: center;
}

input.tracking-url {
  margin-bottom: 1%;
}

.tracking-copy-button {
  margin-top: -10px;
}

.vertical-form-split-span {
  margin-left: 0px !important;
  background: none !important;
  border-left: none !important;
}

.vertical-form-split-span label {
  padding-left: 0px;
  display: block;
}

.highlight-row-title {
  background: #ffff99 !important;
}

.highlight-row-title:hover {
  background: #ffff99 !important;
}

.highlight-row-content {
  background: #ffffcc !important;
}

.highlight-row-content:hover {
  background: #ffffcc !important;
}

.preview-word-count-content {
  margin-top: 2%;
  border: 1px solid #CCCCCC;
  padding: 1%
}

.preview-word-count-status {
  text-align: right;
  color: #E73A3A;
}

.preview-word-count-content {
  width: 100%;
  word-break: break-all;
}

.second-tier-form {
  text-align: left !important;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.table-lightred {
  border: 2px solid #E63A3A;
  background: none !important;
}

.table-lightred tr th {
  color: white !important;
  background: #E63A3A !important;
}

.table-lightred tr td {
  color: black !important;
}

@media (min-width: 480px) {
  .table-lightred tr td {
    width: 20%;
  }
}

@media (min-width: 480px) {
  .table-lightred tr td {
    border: 2px solid #E63A3A;
  }
}

.table-lightred tr {
  border: 2px solid #E63A3A !important;
}

.rwd-table {
  margin: 1em 0;
  width: inherit;
}


/*.rwd-table tr {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}*/

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  padding-top: .5em;
}

.rwd-table td:last-child {
  padding-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: compact;
}

@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

@media (min-width: 480px) {
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {
  background: #34495E;
  color: #fff;
}

.rwd-table tr {
  border-color: #46627f;
}

.rwd-table th,
.rwd-table td {
  margin: .5em 1em;
}

@media (min-width: 480px) {
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

.rwd-table th,
.rwd-table td:before {
  color: black;
}

.label-link a {
  text-decoration: none;
  color: white !important;
}

a.label-link {
  text-decoration: none;
  color: white !important;
}

.button-ajax-color:hover {
  background-color: #99AD31 !important;
  color: white;
}

.filter-angular {
  margin-bottom: 20px;
}

.box-mattegreen {
  border-color: #99AD31 !important;
}

.box-mattegreen .box-title {
  background-color: #99AD31 !important;
  border-color: #99AD31 !important;
}

.box-mattegreen .box-content {
  border-color: #99AD31 !important;
}

.billing-price {
  font-size: 3em;
  color: #b6b07c;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 3% 0% 3% 10%;
}

.auto-line-break [class*="auto-line-break-child"]:nth-child(3n+1) {
  margin-left: 0;
}

.multiselect .selectBoxWidth {
  width: 1000px;
}


/*Notification on all owner path*/

.ajax_notification {
  z-index: 999999;
  width: 100%;
}

.notification_text {
  padding-top: 5px;
  background-color: #D9EDF7;
  color: #3A7795;
}

.offer-name {
  font-weight: bold;
}

.text-left {
  text-align: left !important;
}

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

.text-right {
  text-align: right !important;
}

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
  left: 0;
}

.carousel-nav .row {
  margin-left: 0px;
}

.carousel-nav .btn-toolbar {
  margin: 0 auto;
}

.carousel-nav .btn-group {
  width: 100%;
  box-sizing: border-box;
}

.carousel-nav .btn {
  box-sizing: border-box;
  width: 50%;
}

.one-col-quickstats {
  list-style-type: none;
  margin-left: 0px;
}

.one-col-quickstats li {
  background-color: #368EE0;
  margin: 1px;
  padding: 4px;
  font-weight: bold;
  text-align: left;
}

.one-col-quickstats li span.name {
  color: white;
  display: inline-block;
  width: 50%;
  text-align: left;
}

.one-col-quickstats li span.value {
  color: white;
  font-size: 1.2em;
  display: inline-block;
  text-align: right;
}

.theme-teal .one-col-quickstats li {
  background-color: #00ABA9;
}

.transparent-description {
  width: 300px;
  text-align: center;
  z-index: 10;
  color: #333;
  display: block;
}

@media(min-width:768px) and (max-width: 880px) {
  .transparent-description {
    width: 300px;
    text-align: center;
    z-index: 10;
    color: #333;
    display: block;
    margin-left: -15%
  }
}

.custom-logo {
  max-height: 32px;
  margin: 7px 10px 0px 10px;
}

.custom-dl dt {
  text-align: left !important;
  width: 100px;
}

.custom-dl dd {
  margin-left: 0px !important;
}

.custom-dl.custom-dl-150 dt {
  width: 150px;
}

.custom-dl.custom-dl-300 dt {
  width: 300px;
}

.box-no-title {
  border: 2px solid #368EE0;
  margin-top: 20px;
}

.theme-teal .box-no-title {
  border: 2px solid #00ABA9;
  margin-top: 20px;
}

.offer-list {
  text-align: center;
  overflow: auto;
}

.offer-list img {
  margin-top: 5%;
}

.offer-list div {
  margin-top: 4%;
}

.post-meta-item {
  color: #848484;
  margin-right: 4%;
}

.post-meta-author {
  color: #848484;
  margin-right: 4%;
}

.post-meta-author a {
  color: #848484;
}

.post-meta-item a {
  color: #848484;
}

.post-actions {
  margin-top: 10px;
  bottom: 0px;
}

.no-border {
  border: none !important
}

.offer-url {
  color: #29b754;
  opacity: 0.8;
  text-decoration: none;
}

.li-left {
  padding-left: 0px !important;
}

.checkmark {
  display: inline-block;
  width: 22px;
  height: 22px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.checkmark_circle {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: green;
  border-radius: 11px;
  left: 0;
  top: 0;
}

.checkmark_stem {
  position: absolute;
  width: 3px;
  height: 9px;
  background-color: #fff;
  left: 11px;
  top: 6px;
}

.checkmark_kick {
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #fff;
  left: 8px;
  top: 12px;
}

.boxclose {
  color: #fff;
  border: 1px solid #EE3226;
  border-radius: 30px;
  background: #EE3226;
  font-size: 33px;
  font-weight: bold;
  display: inline-block;
}

.boxclose:before {
  content: "×";
}

.stat-number {
  font-weight: bold;
  font-size: 1.6em !important;
}

.stat-title {
  font-size: 1.2em !important;
}

.no-decor {
  text-decoration: none !important;
}

.no-decor i {
  text-decoration: none !important;
}

.no-decor div {
  text-decoration: none !important;
}

.blue-border-left {
  border-left: 1px solid #368EE0;
}

.blog-content {
  overflow: auto;
}

.blog-page-left-nav {
  padding: 5px;
}

.radio-align {
  margin-top: -1px !important;
}

#trial-notification {
  position: fixed;
  bottom: 80px;
  right: 0px;
}

#trial-notification .calendar-trial {
  margin-top: 10px;
  font-size: 1em;
  /* change icon size */
  display: inline-block;
  width: 9em;
  height: 6em;
  background-color: #fff;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
}

#trial-notification .calendar-info {
  text-align: center;
  margin-top: 7px;
}

#trial-notification .trial-day {
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  color: #2F2F2F;
}

#trial-notification .trial-expired {
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  color: #CC181E;
}

#trial-notification .trial-text {
  text-align: center;
  background-color: #fd9f1b;
  color: white;
  font-weight: bold;
  top: 0;
  padding: 2px 0;
  color: #fff;
  background-color: #fd9f1b;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #fd9f1b;
}

.label-margin {
  margin-top: 5px;
}

.link-float-right {
  float: right;
  margin: 10px 10px 10px 0px;
}


/* deprecated */


/*.border-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}

*/

.ul-strip li:nth-child(odd) {
  background: #F6F6F6;
}

#search-form-small-screen {
  display: block;
}

@media (min-width: 840px) {
  #search-form-small-screen {
    display: none;
  }
}

.link-as-box-title {
  color: white;
}

.link-as-box-title:hover {
  color: white;
}

.unclickable {
  pointer-events: none;
  cursor: default;
}

.divided-line {
  border-right: 1px solid white;
  padding-right: 20px;
}

.commission-detail {
  line-height: 1.125;
}

.commission-detail.commission-detail-limited .commission-amount {
  color: #f8a31f;
}

.commission-detail.commission-detail-custom .commission-amount {
  color: #99ad31;
}

.commission-detail.commission-detail-limited .commission-amount::after,
.commission-detail.commission-detail-custom .commission-amount::after {
  content: '*';
}

.commission-detail .commission-amount {
  font-size: 1.25rem;
  font-weight: 900;
}

.commission-detail .commission-amount>span {
  font-weight: 500;
}

.commission-label {
  color: #676767;
  font-weight: 400;
  font-size: 11px;
}

.commission-as-title {
  display: block;
  white-space: nowrap;
}

.btn .commission-as-title,
.banner-upload-offer-variants .commission-as-title,
.modal-header .commission-as-title {
  display: inline-block;
}

.btn .commission-as-title+.commission-as-title,
.banner-upload-offer-variants .commission-as-title+.commission-as-title {
  margin-left: 10px;
}

#carousel-example-generic .commission-as-title {
  display: inline-block;
}

#carousel-example-generic .commission-as-title+.commission-as-title {
  margin-left: 10px;
}

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

.auto-height {
  height: auto !important;
}

.half-left-nav-height {
  height: 240px !important;
}

div#short-docs {
  position: fixed;
  bottom: 0px;
  z-index: 10000;
}

div#short-docs div.box {
  float: left;
  margin-right: 10px;
  display: none;
}

div#short-docs div.box div.box-content {
  overflow: auto;
  max-width: 250px;
  max-height: 400px;
}

div#short-docs table.token-list tr th,
div#short-docs table.token-list tr td {
  font-size: 10px;
}

table.table-short-docs td.token {
  overflow-x: scroll;
  white-space: nowrap;
}

#add-new-offer .input-append input {
  width: 70%;
}

#add-new-channel .input-append input {
  width: 70%;
}

.input-append-control input {
  width: 70%;
}

.input-append.input-append-control {
  width: 100%;
}

.custom-white-space {
  white-space: initial;
}

.link--box-title {
  text-decoration: none;
  color: inherit !important;
}

.bg-light-yellow {
  background-color: #FCF8E3 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: none;
  background: #368EE0;
  color: #FFF !important;
}

#table-mb-ads select {
  padding: 0px;
  line-height: 12px;
  height: 27px;
}

#table-mb-ads_length {
  display: inline-block;
  float: none;
}

#table-mb-ads_length select {
  width: 50px;
  float: none;
  font-size: 12px !important;
  line-height: 14px;
  height: 26px;
  padding: 2px;
}

#table-mb-ads_info {
  display: inline-block;
  float: none;
}

#table-mb-ads_paginate {
  display: inline-block;
}

.dataTables_scrollBody {
  margin-top: -10px;
  min-height: 30px !important
}

.mb-dashboard-nav {
  margin-bottom: 0px !important;
}

#entreprise-plan {
  background-color: #EEEEEE;
}

#offer--snippet-select {
  display: inline-block;
}

#add-new-snippet {
  margin-left: 15px;
}

.edit-aff-tag {
  position: relative;
  margin-left: 10px;
  color: black;
  opacity: 0.7;
  text-decoration: none;
}

.edit-aff-tag i {
  margin-top: 8px;
}

.inline {
  display: inline-block;
}

.btn-inline {
  display: inline;
}

#btn-mb-wizard {
  position: relative;
  margin-top: -20px;
}

.statistic-big .growth-html .icon-circle-arrow-down,
.growth-icon.down {
  color: #e63a3a;
}

.statistic-big .growth-html .icon-circle-arrow-up,
.growth-icon.up {
  color: #468847;
}

.statistic-big .growth-html {
  float: right;
  font-size: 24px;
  line-height: 31px;
}

.select-metric {
  width: 100%;
  height: 33px;
  border: 1px solid #AAAAAA;
}

.select-date-type {
  width: 100%;
  height: 33px;
  border: 1px solid #AAAAAA;
}

.select-offers .select2-choices {
  border-radius: 5px;
}

.select-affiliates .select2-choices {
  border-radius: 5px;
}

.sel2-image .select2-choice {
  height: 70px;
}

.sel2-image .select2-choice img {
  width: auto;
  height: 60px;
}

.sel2-image .select2-chosen {
  margin-top: 5px;
}

#filter-overview-chart {
  height: 33px;
}

.chart-panel .chart-actions {
  padding-left: 30px;
}

.row-chart {
  padding: 10px;
  box-sizing: border-box;
  background-color: #EDF1F2;
  border: 1px solid #CCC;
}

.orange {
  color: #f8a31f;
}

.qscore a {
  color: #FFF;
}

.pswait {
  padding-left: 10px;
  padding-top: 20px;
  margin-bottom: 0px;
}

.il-td {
  display: inline-block;
  padding-top: 5px;
}

#creative-active-end {
  margin-left: 10px;
}

.creative-timestamps {
  margin-left: 10px;
  font-weight: bold;
}

.creative-donot-expire {
  display: block;
}

.banner-date-range-picker {
  display: inline-block;
  margin-bottom: 20px;
}

.banner-date-range-picker label.inline {
  display: inline-block;
}

.feed-creative-preview-panel {
  margin: 5px;
  width: 364px;
  box-sizing: border-box;
}

.li-timestamps {
  padding-top: 10px;
  color: red;
}

#remove-owner-logo {
  margin-bottom: 20px;
}

.alert-nobg {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: white;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert p:last-child {
  margin-bottom: 0px;
}

label.error {
  color: red;
}

textarea.error,
input.error,
select.error {
  border: 1px solid #B94A48;
}

label.bordered {
  border: 2px solid #DDD;
  padding: 5px;
}


/* edit form on lead overview */

.lead-edit-element-scrollable {
  max-height: 100px;
  overflow-y: scroll;
  border: 1px solid #EEE;
  padding: 4px;
}

.cke {
  border: 1px solid #b6b6b6 !important;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .15) !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, .15) !important;
}

.not-allowed {
  cursor: not-allowed !important;
}

div.badge-quality {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  color: #FFF;
}

div.badge-quality-short {
  width: 12px;
  height: 12px;
}

div.badge-quality.badge-fraud {
  background-color: #FF0000;
}

div.badge-quality.badge-warning {
  background-color: #FF9900;
}

div.badge-quality.badge-below_avg {
  background-color: #F9D902;
}

div.badge-quality.badge-neutral {
  background-color: #CCCCCC;
}

div.badge-quality.badge-good {
  background-color: #8CBF26;
}

div.badge-quality.badge-superb {
  background-color: #468847;
}

span.badge.badge-okay {
  background-color: #8CBF26;
}

div.payment-type-box {
  padding: 10px;
  color: #000;
}

div.payment-type-box.wire {
  background-color: #abcef2;
}

div.payment-type-box.check {
  background-color: #a9e5aa;
}

div.payment-type-box.paypal {
  background-color: #98d698;
}

div.offer-tab-information .tabs.tabs-inline.tabs-top>li>a {
  padding: 4px 8px;
}

div.offer-tab-information .tab-pane {
  font-size: 90%;
}

.no-bullet {
  list-style-type: none;
}

.caret-center {
  margin-top: 8px;
}

#new-campaign-notification {
  border: 1px solid #ccc;
}

#custom_offer_tag_list div.list-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #EEE;
}

#fav-preview {
  overflow: hidden;
}

.sm-actions {
  display: none;
  margin-bottom: 10px;
}

@media only screen and (max-width: 979px) {
  .actions.resizeable {
    display: none;
  }
  .sm-actions {
    display: block;
  }
}

.sm-actions ul li a {
  text-align: left;
}

.chart-date-range {
  width: 100%;
  height: 31px !important;
  border: 1px solid #AAAAAA !important;
  border-radius: 5px !important;
  background-color: white !important;
  text-align: left !important;
  padding: 0px 0px 0px 10px !important;
}

table.max-w {
  width: 100%;
}

.row-fluid.bordered .bordered {
  border-width: 2px 2px 2px 2px;
  border-color: #b6b6b6;
  border-style: solid;
}

.row-fluid.bordered .bordered-no-bot {
  border-width: 2px 2px 0px 2px;
  border-color: #b6b6b6;
  border-style: solid;
}

.m-r-5 {
  margin-right: 5px;
}

.payment-alert {
  display: block;
}

.payment-document-upload-title {
  display: none;
}

.download_sample_zip {
  position: absolute;
  margin-top: -38px;
  margin-left: 225px;
}

.btn-bd-red {
  background: white !important;
  border: 1px solid red;
}

.btn-bd-green {
  background: white !important;
  border: 1px solid green;
}

.slot-pay-info * {
  display: inline-block;
}

.slot-pay-info .commission-as-title {
  margin: 0px 5px 0px 5px;
}

@media only screen and (max-width: 1465px) {
  .slot-pay-info {
    display: none;
  }
}

.mt-5 {
  margin-top: 5px;
}

.tracking-domain-select.select-h-30,
form .control-group select.select-h-30 {
  height: 30px;
}

.badge-brown {
  background-color: #a05000;
}

.bordered {
  border: 1px solid #ccc;
}

.help-block.orange {
  color: #F6A234;
}

#table-offers-api tr td div.overflow {
  overflow: hidden;
  max-width: 150px;
  max-height: 50px;
}

#table-offers-api tr td div:hover {
  overflow: scroll;
}

.m-t-neg-5 {
  margin-top: -5px;
}

#search-stat-box textarea {
  font-size: 11px;
}

.preview-title {
  font-size: 18px;
  font-weight: bold;
}

.preview-domain {
  color: #006621;
  font-size: 14px;
}

.full-width-select-box {
  width: 91%;
}

.load-more-link {
  color: white;
  text-decoration: none;
}

.load-more-link:hover {
  color: white;
}

.dl-left-align .dl-horizontal dd {
  margin-left: 10px;
}

.dl-sortable dd i {
  margin-top: 7px;
  float: right;
}

.dl-sortable dd {
  padding: 0px 10px 3px 10px;
}

#offer-api-wrapper table tr td {
  min-width: 110px;
  max-width: 250px;
  word-break: break-word;
}

#noti-imme {
  display: none;
}

.variant-prototype {
  padding: 10px 10px 10px 15px !important;
}

.border-ddd {
  border-bottom: 1px solid #ddd;
}

.border-top-ddd {
  border-top: 1px solid #ddd;
}

.extra-label-space .controls {
  margin-left: 180px;
}

.extra-label-space .control-group .control-label {
  width: 180px;
}

#table-balance-stat tr.dark-grey {
  background-color: #a9a9a9;
  color: white;
  font-weight: 800;
}

#table-balance-stat tr.medium-grey {
  background-color: #D6D6D6;
}

#table-balance-stat tr.light-grey {
  background-color: #F1F1F1;
}

.currency-format>span:not(.negative-number),
.currency-format>span.negative-number>span {
  font-size: 50%;
  margin-right: 5px;
  color: #666;
}

.currency-format-sm>span:not(.negative-number),
.currency-format-sm>span.negative-number>span {
  font-size: 40%;
}

.currency-format-md>span:not(.negative-number),
.currency-format-md>span.negative-number>span {
  margin-right: 5px;
  font-size: 60%;
}

.currency-format.currency-inherit>span {
  color: inherit;
}

.negative-number::before {
  content: "(";
}

.negative-number::after {
  content: ")";
}

.currency-format>span.negative-number {
  color: red;
  font-weight: 500;
}

#table-balance-stat tr td {
  word-break: break-word;
}

.form-hint-black .controls .help-block.black {
  color: #595959;
}

#form-bulk-edit-sk {
  display: none;
}

.label.label-tiny {
  padding: 0px 8px;
}

.deep_link_select .select2-choice {
  height: 31px;
  line-height: 31px;
}

table.table-assets span.help-block {
  font-size: 10px;
  margin-top: 5px;
}

table.table-assets div.controls-row textarea {
  font-size: 12px;
  height: 75px;
}

table.table-assets div.checkbox-selections {
  max-height: 65px;
}

table.table-assets div.checkbox-selections label {
  font-size: 12px;
  margin-bottom: 3px;
}


/* Override plupload on affiliate profile */

.upload-viewer {
  max-width: 202px;
  margin-right: 10px;
}

.upload-viewer img {
  border: 1px solid #CCC;
  margin-top: 5px;
  max-width: 200px;
  max-height: 95px;
}

.upload-viewer img.no-border {
  border: 0px;
}

.upload-viewer object {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #CCC;
  max-width: 200px;
  max-height: 100px;
}

table#table-announcements tr td small {
  color: #AAA;
}

table#table-announcements tr td.thumb {
  width: 120px;
  text-align: center;
  padding: 5px;
}

table#table-announcements tr td.thumb img {
  border: 1px solid #CCC;
}

table#table-announcements tr td.thumb i {
  font-size: 30px;
  width: 120px;
  line-height: 60px;
  vertical-align: middle;
}

table#table-announcements tr.sticky td {
  background-color: #DEE;
}

div#announcement-detail div.thumb i {
  font-size: 30px;
}

ul.log-list {
  list-style-type: none;
  margin: 0px;
}

ul.log-list li {
  padding: 10px;
}

ul.log-list li small {
  color: #CECECE;
}

ul.log-list li:nth-child(even) {
  background-color: #f9f9f9;
}

table.table-feeds tr.sticky td {
  background-color: #DEE;
}

table.table-feeds tr td a {
  color: #333;
  font-weight: bold;
}

span.feed-type {
  margin-right: 10px;
}

span.feed-type.offer-update {
  color: #49A3DD;
}

span.feed-type.offer-paused {
  color: #DC915F;
}

span.feed-type.new-offer-live {
  color: #529641;
}

span.feed-type.special-announcement {
  color: #EC4D4D;
}

table tr[data-toggle='modal-ajax'],
table td[data-toggle='modal-ajax'] {
  cursor: pointer;
}

.product-api-instructions h2 {
  font-size: 20px;
}

.api-response-path .icons-ul {
  margin-left: 1em;
}

.api-response-path>.icons-ul {
  margin-left: 2em;
}

.tracking-url-box {
  background-color: #FDF7E4;
  display: block;
  border: 1px solid #000;
  padding: 5px;
}

.tracking-url-box input.track-url {
  font-size: 14px;
  font-weight: bold;
}

table.row-clickable tr td {
  cursor: pointer;
}

#banner-upload-form div.destination-url-display a.link {
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 150%;
}

.form-horizontal.form-bordered .control-group .controls.banner-upload-offer-variants {
  padding: 0px;
}

.form-horizontal.form-bordered .control-group .controls.banner-upload-offer-variants table tr td input {
  margin: 0px;
}


/* Cropit */

.cropit-preview {
  /* You can specify preview size in CSS */
  width: 300px;
  height: 300px;
  border: 2px solid #CCC;
  cursor: move;
}

.cropit-preview-image {
  max-width: none;
}

.cropit-drag-here {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}

.small-cropper .cropit-drag-here {
  width: 100%;
  padding-top: 5px;
  font-size: 10px;
  text-align: center;
}

.cropit-zoom-nav {
  width: 300px;
  text-align: center;
}

.cropit-rotation-btns {
  width: 300px;
  text-align: center;
}


/* End of Cropit */

.feed-image-on-overview {
  width: 75px;
}

.creative-category-string {
  font-weight: bold;
}

table.table.table-banner-custom-url {
  margin: 0px;
  background: transparent;
}

table.table-banner-custom-url.table-condensed tr th,
table.table-banner-custom-url.table-condensed tr td {
  padding: 0px;
  background: transparent;
}

table.table-banner-custom-url.table-condensed tr th {
  text-align: right;
  padding-right: 10px;
}

table.table-banner-custom-url.table-tiny td .controls-row .input-append .add-on {
  line-height: 20px;
  cursor: pointer;
}

table.table-banner-custom-url .controls-row .input-append+.help-block {
  margin-top: 0px;
}

table.table-banner-custom-url .input-append .add-on {
  background: #666;
  color: #FFF;
  text-shadow: none;
}

table.table-banner-custom-url .input-append .add-on:hover {
  background: #4d4d4d;
}

.CodeMirror pre {
  padding: 0 40px;
}

div.referral-link-share .jssocials-shares {
  margin: -3px 0px 0px 0px;
}

div.referral-link-share .jssocials-shares .jssocials-share {
  margin: 0 .6em 0 .3em;
}

a.jssocials-share-link {
  color: #FFF;
}

table tr td .translate-link {
  float: right;
}

table#table-translations td.original-value-cell {
  max-width: 400px;
}

h5.page-subtitle {
  font-weight: normal;
  color: #666;
}

div.dashboard-stats h5 {
  font-weight: normal;
}

div.dashboard-stats span.emphasize {
  font-weight: bold;
  font-size: 180%;
}

div.dashboard-stats span.emphasize.big {
  font-size: 200%;
}

div.dashboard-stats span.growth-stat {
  font-size: 110%;
  white-space: nowrap;
  display: block;
}

div.dashboard-stats span.growth-stat.up {
  color: #468847;
}

div.dashboard-stats span.growth-stat.down {
  color: #e63a3a;
}

div.dashboard-stats span.big-label {
  font-size: 150%;
  color: #333;
}

img.offer-thumbnail {
  height: 31px;
  width: 88px;
  max-width: inherit;
}

div.page-message-box {
  margin: auto;
  margin-top: 10px;
  font-size: 16px;
}

div#main div.page-message-box {
  width: 80%;
}

table.table-team-performance th.master-title {
  text-align: center;
}

table.table-team-performance th.captured-time {
  background-color: #4572A7;
  color: #FFF;
}

table.table-team-performance th.conversion-time {
  background-color: #467F3B;
  color: #FFF;
}

.tracking-url-label.add-on {
  min-width: 110px;
}

#ad-link-code {
  background: #f5f5f5;
  border: none;
  font-weight: bold;
}

#copy-adlink-button {
  height: 40px;
  width: 10%;
  display: inline-block;
}

#copy-adlink-warning-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 85%;
}


/* Tour */

.popover.tour {
  max-width: 800px;
}

.popover.tour .intro-img {
  max-height: 400px;
}

.popover.tour .intro-img.bordered {
  border: 1px solid #000;
}

.tour-step-background {
  background: transparent;
  border-radius: 0;
}

.tour-backdrop {
  opacity: 0.5;
}

.form-event-offer label.checkbox.inline {
  padding-top: 0px;
  margin-left: 10px;
}

.event-images .event-image {
  max-width: 400px;
  max-height: 200px;
}

table#table-event-offers .event-brand-image {
  max-width: 150px;
}

table#table-event-offers .traffic-channel-icon {
  width: 32px;
  height: 32px;
  margin: 5px;
}

#fb-login-button i.fa,
#google-login-button i.fa {
  font-size: 1.5em;
  margin-right: 5px;
  vertical-align: bottom;
}

#line-login-button i {
  display: inline-block;
  width: 1.3em;
  vertical-align: -5px;
  margin-right: 5px;
  margin-bottom: -5px;
}

#table-stats .currency-format>span:not(.negative-number),
#table-stats .currency-format>span.negative-number>span {
  font-size: 100%;
}

table#table-profile-assets span {
  display: block;
  width: 100%;
  line-height: 150%;
}

table#table-profile-assets .divider {
  padding: 5px;
  width: 10px;
  font-size: 20px;
  color: #CCC;
}

p.private-event-bar {
  color: #FFF;
  margin-top: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.subject-to-question-type {
  display: none;
}

.messages>li .message .name,
.messages>li .message .contact-media,
.messages>li .message .target {
  font-size: 12px;
}

.messages>li .message p.notes {
  background-color: #FFF;
}