@charset "UTF-8";
/*
 * Nullify all of the preset styles and redefine some of the important ones
 */
/*
  HTML5 ✰ Boilerplate

  style.css contains a reset, font normalization and some base styles.

  credit is left where credit is due.
  much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/
/*
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
/* line 30, reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* line 41, reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 45, reset.scss */
nav ul {
  list-style: none; }

/* line 47, reset.scss */
blockquote, q {
  quotes: none; }

/* line 50, reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 52, reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* line 54, reset.scss */
.alertMessage.error a {
  color: #ac6f6f;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* line 55, reset.scss */
#campaignForm-customHtml-helpLink {
  vertical-align: top; }

/* line 59, reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* line 61, reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 600; }

/* line 63, reset.scss */
del {
  text-decoration: line-through; }

/* line 65, reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
/* line 68, reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 70, reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* line 72, reset.scss */
input, select {
  vertical-align: middle; }

/* line 1, normalize.scss */
body {
  font: 13px/1.231 sans-serif;
  *font-size: small; }

/* line 6, normalize.scss */
select, input, textarea, button {
  font: 99% sans-serif; }

/* normalize monospace sizing
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
/* line 11, normalize.scss */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/*
 * minimal base styles
 */
/* line 19, normalize.scss */
body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* set your base font here, to apply evenly */
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 400; }

/* line 28, normalize.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

/* always force a scrollbar in non-IE */
/* line 33, normalize.scss */
html {
  overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
/* line 36, normalize.scss */
a:hover, a:active {
  outline: none; }

/* line 38, normalize.scss */
a, a:active, a:visited {
  color: #607890; }

/* line 39, normalize.scss */
a:hover {
  color: #036; }

/* line 41, normalize.scss */
ul, ol {
  margin-left: 1.8em; }

/* line 42, normalize.scss */
ol {
  list-style-type: decimal; }

/* Remove margins for navigation lists */
/* line 45, normalize.scss */
nav ul, nav li {
  margin: 0; }

/* line 47, normalize.scss */
small {
  font-size: 85%; }

/* line 48, normalize.scss */
strong, th {
  font-weight: 600; }

/* line 50, normalize.scss */
td, td img {
  vertical-align: top; }

/* line 52, normalize.scss */
sub {
  vertical-align: sub;
  font-size: smaller; }

/* line 57, normalize.scss */
sup {
  vertical-align: super;
  font-size: smaller; }

/* line 62, normalize.scss */
textarea {
  overflow: auto; }

/* line 66, normalize.scss */
.ie6 legend, .ie7 legend {
  margin-left: -7px; }

/* align checkboxes, radios, text inputs with their label */
/* line 71, normalize.scss */
input[type="radio"] {
  vertical-align: text-bottom; }

/* line 75, normalize.scss */
input[type="checkbox"] {
  vertical-align: bottom; }

/* line 79, normalize.scss */
.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

/* line 83, normalize.scss */
.ie6 input {
  vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
/* line 88, normalize.scss */
input[type=button], input[type=submit], button {
  cursor: pointer; }

/* webkit browsers add a 2px margin outside the chrome of form elements */
/* line 93, normalize.scss */
button, input, select, textarea {
  margin: 0; }

/* colors for form validity */
/* line 99, normalize.scss */
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red; }

/* line 106, normalize.scss */
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd; }

/* make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
/* line 112, normalize.scss */
button {
  width: auto;
  overflow: visible; }

/* bicubic resizing for non-native sized IMG */
/* line 118, normalize.scss */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* line 122, normalize.scss */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: white; }

/*
 * Styles that are used throughout.
 */
/* line 17, elements/sprites.scss */
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat; }

/* line 27, elements/sprites.scss */
.icon-white {
  background-image: url("../images/glyphicons-halflings-white.png"); }

/* line 31, elements/sprites.scss */
.icon-glass {
  background-position: 0      0; }

/* line 32, elements/sprites.scss */
.icon-music {
  background-position: -24px  0; }

/* line 33, elements/sprites.scss */
.icon-search {
  background-position: -48px  0; }

/* line 34, elements/sprites.scss */
.icon-envelope {
  background-position: -72px  0; }

/* line 35, elements/sprites.scss */
.icon-heart {
  background-position: -96px  0; }

/* line 36, elements/sprites.scss */
.icon-star {
  background-position: -120px 0; }

/* line 37, elements/sprites.scss */
.icon-star-empty {
  background-position: -144px 0; }

/* line 38, elements/sprites.scss */
.icon-user {
  background-position: -168px 0; }

/* line 39, elements/sprites.scss */
.icon-film {
  background-position: -192px 0; }

/* line 40, elements/sprites.scss */
.icon-th-large {
  background-position: -216px 0; }

/* line 41, elements/sprites.scss */
.icon-th {
  background-position: -240px 0; }

/* line 42, elements/sprites.scss */
.icon-th-list {
  background-position: -264px 0; }

/* line 43, elements/sprites.scss */
.icon-ok {
  background-position: -288px 0; }

/* line 44, elements/sprites.scss */
.icon-remove {
  background-position: -312px 0; }

/* line 45, elements/sprites.scss */
.icon-zoom-in {
  background-position: -336px 0; }

/* line 46, elements/sprites.scss */
.icon-zoom-out {
  background-position: -360px 0; }

/* line 47, elements/sprites.scss */
.icon-off {
  background-position: -384px 0; }

/* line 48, elements/sprites.scss */
.icon-signal {
  background-position: -408px 0; }

/* line 49, elements/sprites.scss */
.icon-cog {
  background-position: -432px 0; }

/* line 50, elements/sprites.scss */
.icon-trash {
  background-position: -456px 0; }

/* line 52, elements/sprites.scss */
.icon-home {
  background-position: 0      -24px; }

/* line 53, elements/sprites.scss */
.icon-file {
  background-position: -24px  -24px; }

/* line 54, elements/sprites.scss */
.icon-time {
  background-position: -48px  -24px; }

/* line 55, elements/sprites.scss */
.icon-road {
  background-position: -72px  -24px; }

/* line 56, elements/sprites.scss */
.icon-download-alt {
  background-position: -96px  -24px; }

/* line 57, elements/sprites.scss */
.icon-download {
  background-position: -120px -24px; }

/* line 58, elements/sprites.scss */
.icon-upload {
  background-position: -144px -24px; }

/* line 59, elements/sprites.scss */
.icon-inbox {
  background-position: -168px -24px; }

/* line 60, elements/sprites.scss */
.icon-play-circle {
  background-position: -192px -24px; }

/* line 61, elements/sprites.scss */
.icon-repeat {
  background-position: -216px -24px; }

/* line 62, elements/sprites.scss */
.icon-refresh {
  background-position: -240px -24px; }

/* line 63, elements/sprites.scss */
.icon-list-alt {
  background-position: -264px -24px; }

/* line 64, elements/sprites.scss */
.icon-lock {
  background-position: -287px -24px; }

/* line 65, elements/sprites.scss */
.icon-flag {
  background-position: -312px -24px; }

/* line 66, elements/sprites.scss */
.icon-headphones {
  background-position: -336px -24px; }

/* line 67, elements/sprites.scss */
.icon-volume-off {
  background-position: -360px -24px; }

/* line 68, elements/sprites.scss */
.icon-volume-down {
  background-position: -384px -24px; }

/* line 69, elements/sprites.scss */
.icon-volume-up {
  background-position: -408px -24px; }

/* line 70, elements/sprites.scss */
.icon-qrcode {
  background-position: -432px -24px; }

/* line 71, elements/sprites.scss */
.icon-barcode {
  background-position: -456px -24px; }

/* line 73, elements/sprites.scss */
.icon-tag {
  background-position: 0      -48px; }

/* line 74, elements/sprites.scss */
.icon-tags {
  background-position: -25px  -48px; }

/* line 75, elements/sprites.scss */
.icon-book {
  background-position: -48px  -48px; }

/* line 76, elements/sprites.scss */
.icon-bookmark {
  background-position: -72px  -48px; }

/* line 77, elements/sprites.scss */
.icon-print {
  background-position: -96px  -48px; }

/* line 78, elements/sprites.scss */
.icon-camera {
  background-position: -120px -48px; }

/* line 79, elements/sprites.scss */
.icon-font {
  background-position: -144px -48px; }

/* line 80, elements/sprites.scss */
.icon-bold {
  background-position: -167px -48px; }

/* line 81, elements/sprites.scss */
.icon-italic {
  background-position: -192px -48px; }

/* line 82, elements/sprites.scss */
.icon-text-height {
  background-position: -216px -48px; }

/* line 83, elements/sprites.scss */
.icon-text-width {
  background-position: -240px -48px; }

/* line 84, elements/sprites.scss */
.icon-align-left {
  background-position: -264px -48px; }

/* line 85, elements/sprites.scss */
.icon-align-center {
  background-position: -288px -48px; }

/* line 86, elements/sprites.scss */
.icon-align-right {
  background-position: -312px -48px; }

/* line 87, elements/sprites.scss */
.icon-align-justify {
  background-position: -336px -48px; }

/* line 88, elements/sprites.scss */
.icon-list {
  background-position: -360px -48px; }

/* line 89, elements/sprites.scss */
.icon-indent-left {
  background-position: -384px -48px; }

/* line 90, elements/sprites.scss */
.icon-indent-right {
  background-position: -408px -48px; }

/* line 91, elements/sprites.scss */
.icon-facetime-video {
  background-position: -432px -48px; }

/* line 92, elements/sprites.scss */
.icon-picture {
  background-position: -456px -48px; }

/* line 94, elements/sprites.scss */
.icon-pencil {
  background-position: 0      -72px; }

/* line 95, elements/sprites.scss */
.icon-map-marker {
  background-position: -24px  -72px; }

/* line 96, elements/sprites.scss */
.icon-adjust {
  background-position: -48px  -72px; }

/* line 97, elements/sprites.scss */
.icon-tint {
  background-position: -72px  -72px; }

/* line 98, elements/sprites.scss */
.icon-edit {
  background-position: -96px  -72px; }

/* line 99, elements/sprites.scss */
.icon-share {
  background-position: -120px -72px; }

/* line 100, elements/sprites.scss */
.icon-check {
  background-position: -144px -72px; }

/* line 101, elements/sprites.scss */
.icon-move {
  background-position: -168px -72px; }

/* line 102, elements/sprites.scss */
.icon-step-backward {
  background-position: -192px -72px; }

/* line 103, elements/sprites.scss */
.icon-fast-backward {
  background-position: -216px -72px; }

/* line 104, elements/sprites.scss */
.icon-backward {
  background-position: -240px -72px; }

/* line 105, elements/sprites.scss */
.icon-play {
  background-position: -264px -72px; }

/* line 106, elements/sprites.scss */
.icon-pause {
  background-position: -288px -72px; }

/* line 107, elements/sprites.scss */
.icon-stop {
  background-position: -312px -72px; }

/* line 108, elements/sprites.scss */
.icon-forward {
  background-position: -336px -72px; }

/* line 109, elements/sprites.scss */
.icon-fast-forward {
  background-position: -360px -72px; }

/* line 110, elements/sprites.scss */
.icon-step-forward {
  background-position: -384px -72px; }

/* line 111, elements/sprites.scss */
.icon-eject {
  background-position: -408px -72px; }

/* line 112, elements/sprites.scss */
.icon-chevron-left {
  background-position: -432px -72px; }

/* line 113, elements/sprites.scss */
.icon-chevron-right {
  background-position: -456px -72px; }

/* line 115, elements/sprites.scss */
.icon-plus-sign {
  background-position: 0      -96px; }

/* line 116, elements/sprites.scss */
.icon-minus-sign {
  background-position: -24px  -96px; }

/* line 117, elements/sprites.scss */
.icon-remove-sign {
  background-position: -48px  -96px; }

/* line 118, elements/sprites.scss */
.icon-ok-sign {
  background-position: -72px  -96px; }

/* line 119, elements/sprites.scss */
.icon-question-sign {
  background-position: -96px  -96px; }

/* line 120, elements/sprites.scss */
.icon-info-sign {
  background-position: -120px -96px; }

/* line 121, elements/sprites.scss */
.icon-screenshot {
  background-position: -144px -96px; }

/* line 122, elements/sprites.scss */
.icon-remove-circle {
  background-position: -168px -96px; }

/* line 123, elements/sprites.scss */
.icon-ok-circle {
  background-position: -192px -96px; }

/* line 124, elements/sprites.scss */
.icon-ban-circle {
  background-position: -216px -96px; }

/* line 125, elements/sprites.scss */
.icon-arrow-left {
  background-position: -240px -96px; }

/* line 126, elements/sprites.scss */
.icon-arrow-right {
  background-position: -264px -96px; }

/* line 127, elements/sprites.scss */
.icon-arrow-up {
  background-position: -289px -96px; }

/* line 128, elements/sprites.scss */
.icon-arrow-down {
  background-position: -312px -96px; }

/* line 129, elements/sprites.scss */
.icon-share-alt {
  background-position: -336px -96px; }

/* line 130, elements/sprites.scss */
.icon-resize-full {
  background-position: -360px -96px; }

/* line 131, elements/sprites.scss */
.icon-resize-small {
  background-position: -384px -96px; }

/* line 132, elements/sprites.scss */
.icon-plus {
  background-position: -408px -96px; }

/* line 133, elements/sprites.scss */
.icon-minus {
  background-position: -433px -96px; }

/* line 134, elements/sprites.scss */
.icon-asterisk {
  background-position: -456px -96px; }

/* line 136, elements/sprites.scss */
.icon-exclamation-sign {
  background-position: 0      -120px; }

/* line 137, elements/sprites.scss */
.icon-gift {
  background-position: -24px  -120px; }

/* line 138, elements/sprites.scss */
.icon-leaf {
  background-position: -48px  -120px; }

/* line 139, elements/sprites.scss */
.icon-fire {
  background-position: -72px  -120px; }

/* line 140, elements/sprites.scss */
.icon-eye-open {
  background-position: -96px  -120px; }

/* line 141, elements/sprites.scss */
.icon-eye-close {
  background-position: -120px -120px; }

/* line 142, elements/sprites.scss */
.icon-warning-sign {
  background-position: -144px -120px; }

/* line 143, elements/sprites.scss */
.icon-plane {
  background-position: -168px -120px; }

/* line 144, elements/sprites.scss */
.icon-calendar {
  background-position: -192px -120px; }

/* line 145, elements/sprites.scss */
.icon-random {
  background-position: -216px -120px; }

/* line 146, elements/sprites.scss */
.icon-comment {
  background-position: -240px -120px; }

/* line 147, elements/sprites.scss */
.icon-magnet {
  background-position: -264px -120px; }

/* line 148, elements/sprites.scss */
.icon-chevron-up {
  background-position: -288px -120px; }

/* line 149, elements/sprites.scss */
.icon-chevron-down {
  background-position: -313px -119px; }

/* line 150, elements/sprites.scss */
.icon-retweet {
  background-position: -336px -120px; }

/* line 151, elements/sprites.scss */
.icon-shopping-cart {
  background-position: -360px -120px; }

/* line 152, elements/sprites.scss */
.icon-folder-close {
  background-position: -384px -120px; }

/* line 153, elements/sprites.scss */
.icon-folder-open {
  background-position: -408px -120px; }

/* line 154, elements/sprites.scss */
.icon-resize-vertical {
  background-position: -432px -119px; }

/* line 155, elements/sprites.scss */
.icon-resize-horizontal {
  background-position: -456px -118px; }

/* line 157, elements/sprites.scss */
.icon-hdd {
  background-position: 0      -144px; }

/* line 158, elements/sprites.scss */
.icon-bullhorn {
  background-position: -24px  -144px; }

/* line 159, elements/sprites.scss */
.icon-bell {
  background-position: -48px  -144px; }

/* line 160, elements/sprites.scss */
.icon-certificate {
  background-position: -72px  -144px; }

/* line 161, elements/sprites.scss */
.icon-thumbs-up {
  background-position: -96px  -144px; }

/* line 162, elements/sprites.scss */
.icon-thumbs-down {
  background-position: -120px -144px; }

/* line 163, elements/sprites.scss */
.icon-hand-right {
  background-position: -144px -144px; }

/* line 164, elements/sprites.scss */
.icon-hand-left {
  background-position: -168px -144px; }

/* line 165, elements/sprites.scss */
.icon-hand-up {
  background-position: -192px -144px; }

/* line 166, elements/sprites.scss */
.icon-hand-down {
  background-position: -216px -144px; }

/* line 167, elements/sprites.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px; }

/* line 168, elements/sprites.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px; }

/* line 169, elements/sprites.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px; }

/* line 170, elements/sprites.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px; }

/* line 171, elements/sprites.scss */
.icon-globe {
  background-position: -336px -144px; }

/* line 172, elements/sprites.scss */
.icon-wrench {
  background-position: -360px -144px; }

/* line 173, elements/sprites.scss */
.icon-tasks {
  background-position: -384px -144px; }

/* line 174, elements/sprites.scss */
.icon-filter {
  background-position: -408px -144px; }

/* line 175, elements/sprites.scss */
.icon-briefcase {
  background-position: -432px -144px; }

/* line 176, elements/sprites.scss */
.icon-fullscreen {
  background-position: -456px -144px; }

/* line 181, elements/sprites.scss */
.breadcrumb-order, .breadcrumb-line-item,
.breadcrumb-app, .breadcrumb-adunit {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-height: 10px;
  vertical-align: text-center;
  background-image: url("../images/breadcrumb-icons.png");
  background-repeat: no-repeat; }

/* line 190, elements/sprites.scss */
.breadcrumb-order {
  background-position: 0px   0px;
  width: 11px;
  height: 12px; }

/* line 191, elements/sprites.scss */
.breadcrumb-line-item {
  background-position: -11px   0px;
  width: 10px;
  height: 12px; }

/* line 192, elements/sprites.scss */
.breadcrumb-app {
  background-position: -21px   0px;
  width: 12px;
  height: 12px; }

/* line 193, elements/sprites.scss */
.breadcrumb-adunit {
  background-position: 0px -12px;
  width: 12px;
  height: 12px; }

/* line 194, elements/sprites.scss */
.breadcrumb-marker-code {
  background-position: -12px -12px;
  width: 11px;
  height: 5px; }

/* line 197, elements/sprites.scss */
.status-icon {
  margin-top: 5px; }

/* line 202, elements/sprites.scss */
[class^="sprite-"], [class*=" sprite-"] {
  display: inline-block;
  vertical-align: text-top;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat; }

/* line 210, elements/sprites.scss */
.sprite-success-white {
  background-position: 0px 0px;
  width: 39px;
  height: 30px; }

/* line 211, elements/sprites.scss */
.sprite-marker-segment-large {
  background-position: 0px -30px;
  width: 32px;
  height: 32px; }

/* line 212, elements/sprites.scss */
.sprite-marker-order-large {
  background-position: -39px 0px;
  width: 28px;
  height: 32px; }

/* line 213, elements/sprites.scss */
.sprite-marker-line-item-large {
  background-position: -67px 0px;
  width: 27px;
  height: 32px; }

/* line 214, elements/sprites.scss */
.sprite-marker-apps-large {
  background-position: 0px -62px;
  width: 32px;
  height: 32px; }

/* line 215, elements/sprites.scss */
.sprite-marker-adunit-large {
  background-position: -32px -62px;
  width: 32px;
  height: 32px; }

/* line 216, elements/sprites.scss */
.sprite-caution-white {
  background-position: -94px 0px;
  width: 31px;
  height: 26px; }

/* line 217, elements/sprites.scss */
.sprite-scheduled-large {
  background-position: -94px -26px;
  width: 30px;
  height: 30px; }

/* line 218, elements/sprites.scss */
.sprite-scheduled-inactive-large {
  background-position: -94px -56px;
  width: 30px;
  height: 30px; }

/* line 219, elements/sprites.scss */
.sprite-running-large {
  background-position: -64px -62px;
  width: 30px;
  height: 30px; }

/* line 220, elements/sprites.scss */
.sprite-running-inactive-large {
  background-position: 0px -94px;
  width: 30px;
  height: 30px; }

/* line 221, elements/sprites.scss */
.sprite-paused-large {
  background-position: -30px -94px;
  width: 30px;
  height: 30px; }

/* line 222, elements/sprites.scss */
.sprite-paused-inactive-large {
  background-position: -60px -94px;
  width: 30px;
  height: 30px; }

/* line 223, elements/sprites.scss */
.sprite-marker-code-large {
  background-position: -90px -94px;
  width: 30px;
  height: 13px; }

/* line 224, elements/sprites.scss */
.sprite-completed-large {
  background-position: -125px 0px;
  width: 30px;
  height: 30px; }

/* line 225, elements/sprites.scss */
.sprite-caution-yellow {
  background-position: -125px -30px;
  width: 30px;
  height: 26px; }

/* line 226, elements/sprites.scss */
.sprite-archived-large {
  background-position: -125px -56px;
  width: 30px;
  height: 30px; }

/* line 227, elements/sprites.scss */
.sprite-help-breadcrumb {
  background-position: -125px -86px;
  width: 26px;
  height: 12px; }

/* line 228, elements/sprites.scss */
.sprite-chart-historical {
  background-position: -125px -98px;
  width: 26px;
  height: 25px; }

/* line 229, elements/sprites.scss */
.sprite-promo-low {
  background-position: -39px -32px;
  width: 24px;
  height: 15px; }

/* line 230, elements/sprites.scss */
.sprite-promo-high {
  background-position: -39px -47px;
  width: 24px;
  height: 15px; }

/* line 231, elements/sprites.scss */
.sprite-guaranteed-low {
  background-position: -90px -107px;
  width: 24px;
  height: 15px; }

/* line 232, elements/sprites.scss */
.sprite-guaranteed-high {
  background-position: 0px -124px;
  width: 24px;
  height: 15px; }

/* line 233, elements/sprites.scss */
.sprite-hover-details {
  background-position: 0px -139px;
  width: 17px;
  height: 16px; }

/* line 234, elements/sprites.scss */
.sprite-details {
  background-position: -17px -139px;
  width: 17px;
  height: 16px; }

/* line 235, elements/sprites.scss */
.sprite-changelog {
  background-position: -155px 0px;
  width: 16px;
  height: 17px; }

/* line 236, elements/sprites.scss */
.sprite-calendar {
  background-position: -155px -17px;
  width: 15px;
  height: 17px; }

/* line 237, elements/sprites.scss */
.sprite-white-admin {
  background-position: -155px -34px;
  width: 16px;
  height: 12px; }

/* line 238, elements/sprites.scss */
.sprite-estimated {
  background-position: -155px -46px;
  width: 16px;
  height: 13px; }

/* line 239, elements/sprites.scss */
.sprite-clock {
  background-position: -155px -59px;
  width: 16px;
  height: 15px; }

/* line 240, elements/sprites.scss */
.sprite-black-admin {
  background-position: -155px -74px;
  width: 16px;
  height: 12px; }

/* line 241, elements/sprites.scss */
.sprite-Apportioned {
  background-position: -155px -86px;
  width: 16px;
  height: 13px; }

/* line 242, elements/sprites.scss */
.sprite-promo-normal {
  background-position: -155px -99px;
  width: 15px;
  height: 15px; }

/* line 243, elements/sprites.scss */
.sprite-non-guaranteed {
  background-position: -155px -114px;
  width: 15px;
  height: 15px; }

/* line 244, elements/sprites.scss */
.sprite-network {
  background-position: -155px -129px;
  width: 15px;
  height: 15px; }

/* line 245, elements/sprites.scss */
.sprite-marketplace {
  background-position: -24px -124px;
  width: 15px;
  height: 15px; }

/* line 246, elements/sprites.scss */
.sprite-homebase {
  background-position: -39px -124px;
  width: 15px;
  height: 15px; }

/* line 247, elements/sprites.scss */
.sprite-guaranteed-normal {
  background-position: -54px -124px;
  width: 15px;
  height: 15px; }

/* line 248, elements/sprites.scss */
.sprite-backfill {
  background-position: -69px -124px;
  width: 15px;
  height: 15px; }

/* line 249, elements/sprites.scss */
.sprite-archive {
  background-position: -84px -124px;
  width: 15px;
  height: 12px; }

/* line 250, elements/sprites.scss */
.sprite-archive-selected {
  background-position: -99px -124px;
  width: 15px;
  height: 12px; }

/* line 251, elements/sprites.scss */
.sprite-test {
  background-position: -32px -30px;
  width: 6px;
  height: 14px; }

/* line 252, elements/sprites.scss */
.sprite-run {
  background-position: -114px -107px;
  width: 11px;
  height: 14px; }

/* line 253, elements/sprites.scss */
.sprite-run-selected {
  background-position: -34px -139px;
  width: 11px;
  height: 14px; }

/* line 254, elements/sprites.scss */
.sprite-pause {
  background-position: -45px -139px;
  width: 11px;
  height: 14px; }

/* line 255, elements/sprites.scss */
.sprite-pause-selected {
  background-position: -56px -139px;
  width: 11px;
  height: 14px; }

/* line 256, elements/sprites.scss */
.sprite-hover-test {
  background-position: -32px -44px;
  width: 6px;
  height: 14px; }

/* line 257, elements/sprites.scss */
.sprite-hover-code {
  background-position: -155px -144px;
  width: 14px;
  height: 6px; }

/* line 258, elements/sprites.scss */
.sprite-code {
  background-position: -94px -86px;
  width: 14px;
  height: 6px; }

/* line 259, elements/sprites.scss */
.sprite-checkbox-selected {
  background-position: -114px -124px;
  width: 14px;
  height: 12px; }

/* line 260, elements/sprites.scss */
.sprite-reporting-unavailable {
  background-position: -128px -124px;
  width: 13px;
  height: 12px; }

/* line 261, elements/sprites.scss */
.sprite-reporting-enabled {
  background-position: -141px -124px;
  width: 13px;
  height: 12px; }

/* line 262, elements/sprites.scss */
.sprite-reporting-disabled {
  background-position: -67px -139px;
  width: 13px;
  height: 12px; }

/* line 263, elements/sprites.scss */
.sprite-chevron-up {
  background-position: -80px -139px;
  width: 13px;
  height: 9px; }

/* line 264, elements/sprites.scss */
.sprite-chevron-down {
  background-position: -93px -139px;
  width: 13px;
  height: 9px; }

/* line 265, elements/sprites.scss */
.sprite-check-selected {
  background-position: 0px -155px;
  width: 13px;
  height: 11px; }

/* line 266, elements/sprites.scss */
.sprite-back-to-top {
  background-position: -171px 0px;
  width: 10px;
  height: 13px; }

/* line 267, elements/sprites.scss */
.sprite-reporting-error {
  background-position: 0px -166px;
  width: 12px;
  height: 12px; }

/* line 268, elements/sprites.scss */
.sprite-radio-button {
  background-position: -12px -166px;
  width: 12px;
  height: 12px; }

/* line 269, elements/sprites.scss */
.sprite-radio-button-selected {
  background-position: -24px -166px;
  width: 12px;
  height: 12px; }

/* line 270, elements/sprites.scss */
.sprite-preview {
  background-position: -106px -139px;
  width: 12px;
  height: 8px; }

/* line 271, elements/sprites.scss */
.sprite-marker-segment-breadcrumb {
  background-position: -36px -166px;
  width: 12px;
  height: 12px; }

/* line 272, elements/sprites.scss */
.sprite-inactive-blocking {
  background-position: -48px -166px;
  width: 12px;
  height: 12px; }

/* line 273, elements/sprites.scss */
.sprite-hover-edit-hover {
  background-position: -13px -155px;
  width: 12px;
  height: 11px; }

/* line 274, elements/sprites.scss */
.sprite-help {
  background-position: -60px -166px;
  width: 12px;
  height: 12px; }

/* line 275, elements/sprites.scss */
.sprite-edit-white {
  background-position: -25px -155px;
  width: 12px;
  height: 11px; }

/* line 276, elements/sprites.scss */
.sprite-edit-grey {
  background-position: -37px -155px;
  width: 12px;
  height: 11px; }

/* line 277, elements/sprites.scss */
.sprite-edit-blue {
  background-position: -49px -155px;
  width: 12px;
  height: 11px; }

/* line 278, elements/sprites.scss */
.sprite-default-edit-hover {
  background-position: -61px -155px;
  width: 12px;
  height: 11px; }

/* line 279, elements/sprites.scss */
.sprite-checkbox {
  background-position: -72px -166px;
  width: 12px;
  height: 12px; }

/* line 280, elements/sprites.scss */
.sprite-checkbox-some-selected {
  background-position: -84px -166px;
  width: 12px;
  height: 12px; }

/* line 281, elements/sprites.scss */
.sprite-active-blocking {
  background-position: -96px -166px;
  width: 12px;
  height: 12px; }

/* line 282, elements/sprites.scss */
.sprite-Status-Uncompleted-Task {
  background-position: -108px -166px;
  width: 12px;
  height: 12px; }

/* line 283, elements/sprites.scss */
.sprite-Status-Partially-Completed-Task {
  background-position: -120px -166px;
  width: 12px;
  height: 12px; }

/* line 284, elements/sprites.scss */
.sprite-Status-Completed-Task {
  background-position: -132px -166px;
  width: 12px;
  height: 12px; }

/* line 285, elements/sprites.scss */
.sprite-Info {
  background-position: -144px -166px;
  width: 12px;
  height: 12px; }

/* line 286, elements/sprites.scss */
.sprite-arrow-expanded {
  background-position: -108px -86px;
  width: 11px;
  height: 6px; }

/* line 287, elements/sprites.scss */
.sprite-arrow-collapsed {
  background-position: -171px -13px;
  width: 6px;
  height: 11px; }

/* line 288, elements/sprites.scss */
.sprite-scheduled {
  background-position: -171px -24px;
  width: 10px;
  height: 10px; }

/* line 289, elements/sprites.scss */
.sprite-scheduled-inactive {
  background-position: -171px -34px;
  width: 10px;
  height: 10px; }

/* line 290, elements/sprites.scss */
.sprite-running {
  background-position: -171px -44px;
  width: 10px;
  height: 10px; }

/* line 291, elements/sprites.scss */
.sprite-running-inactive {
  background-position: -171px -54px;
  width: 10px;
  height: 10px; }

/* line 292, elements/sprites.scss */
.sprite-paused {
  background-position: -171px -64px;
  width: 10px;
  height: 10px; }

/* line 293, elements/sprites.scss */
.sprite-paused-inactive {
  background-position: -171px -74px;
  width: 10px;
  height: 10px; }

/* line 294, elements/sprites.scss */
.sprite-homepage-dropdown-arrow {
  background-position: -171px -84px;
  width: 10px;
  height: 7px; }

/* line 295, elements/sprites.scss */
.sprite-homepage-dropdown-arrow-active {
  background-position: -171px -91px;
  width: 10px;
  height: 7px; }

/* line 296, elements/sprites.scss */
.sprite-completed {
  background-position: -171px -98px;
  width: 10px;
  height: 10px; }

/* line 297, elements/sprites.scss */
.sprite-archived {
  background-position: -171px -108px;
  width: 10px;
  height: 10px; }

/* line 298, elements/sprites.scss */
.sprite-filter {
  background-position: -171px -118px;
  width: 9px;
  height: 9px; }

/* line 299, elements/sprites.scss */
.sprite-arrow-sort {
  background-position: -171px -127px;
  width: 7px;
  height: 4px; }

/* line 300, elements/sprites.scss */
.sprite-arrow-sort-collapsed {
  background-position: -177px -13px;
  width: 4px;
  height: 7px; }

/* line 301, elements/sprites.scss */
.sprite-arrow-selected {
  background-position: -171px -131px;
  width: 7px;
  height: 4px; }

/* line 302, elements/sprites.scss */
.sprite-arrow-dropdown {
  background-position: -171px -135px;
  width: 7px;
  height: 4px; }

/* line 13, mixins.scss */
.left {
  float: left; }

/* line 18, mixins.scss */
.right {
  float: right; }

/* line 23, mixins.scss */
.center {
  margin: 0 auto; }

/* line 39, mixins.scss */
.clearfix {
  *zoom: 1; }
  /* line 31, mixins.scss */
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  /* line 35, mixins.scss */
  .clearfix:after {
    clear: both; }

/* line 48, mixins.scss */
.hidden {
  display: none; }

/* line 58, mixins.scss */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* line 66, mixins.scss */
.invisible {
  visibility: hidden; }

/* line 183, mixins.scss */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

/* line 716, mixins.scss */
.flip-horizontal {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: fliph;
  /*IE*/ }

/* line 724, mixins.scss */
.flip-vertical {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: flipv;
  /*IE*/ }

/* line 740, mixins.scss */
.no-highlight {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

/* line 759, mixins.scss */
.well, .mopub-Education {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  /* line 753, mixins.scss */
  .well blockquote, .mopub-Education blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

/*
 * Inline Labels
 */
/* line 767, mixins.scss */
.highlight {
  padding: 1px 3px 2px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  /* line 775, mixins.scss */
  .highlight.important {
    background-color: #c43c35; }
  /* line 776, mixins.scss */
  .highlight.warning {
    background-color: #e63c3c; }
  /* line 777, mixins.scss */
  .highlight.success {
    background-color: #5d8c00; }
  /* line 778, mixins.scss */
  .highlight.notice {
    background-color: #a6e1ff; }

/* line 1, common.scss */
.datepicker.datepicker-dropdown.dropdown-menu {
  padding: 10px; }

/* line 5, common.scss */
.dropdown-controls {
  margin-bottom: 10px; }
  /* line 8, common.scss */
  .dropdown-controls .dropdown-menu {
    margin: -1px 0 0;
    padding: 0;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box; }
    /* line 14, common.scss */
    .dropdown-controls .dropdown-menu li {
      border-bottom: 1px solid #d7d7d7;
      padding: 10px;
      margin-bottom: 0;
      text-align: left; }
      /* line 21, common.scss */
      .dropdown-controls .dropdown-menu li > a {
        padding: 3px 20px 3px 0; }
      /* line 25, common.scss */
      .dropdown-controls .dropdown-menu li .sprite-check-selected {
        display: none; }
      /* line 28, common.scss */
      .dropdown-controls .dropdown-menu li.active .sprite-check-selected {
        display: inline-block; }
      /* line 30, common.scss */
      .dropdown-controls .dropdown-menu li.active a:not(.btn) {
        background: none;
        filter: none;
        color: #aeaeae; }
        /* line 35, common.scss */
        .dropdown-controls .dropdown-menu li.active a:not(.btn):hover {
          filter: none; }
    /* line 42, common.scss */
    .dropdown-controls .dropdown-menu .custom-date-range {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      -webkit-border-radius: 0 0 6px 6px;
      -moz-border-radius: 0 0 6px 6px;
      border-radius: 0 0 6px 6px; }
      /* line 45, common.scss */
      .dropdown-controls .dropdown-menu .custom-date-range .input-prepend {
        display: table-cell;
        padding: 5px; }
      /* line 50, common.scss */
      .dropdown-controls .dropdown-menu .custom-date-range .input-prepend:first-child {
        padding-left: 0; }
      /* line 54, common.scss */
      .dropdown-controls .dropdown-menu .custom-date-range .separator + .input-prepend {
        margin-left: 18px; }
      /* line 58, common.scss */
      .dropdown-controls .dropdown-menu .custom-date-range .separator {
        display: table-cell;
        vertical-align: middle; }
      /* line 63, common.scss */
      .dropdown-controls .dropdown-menu .custom-date-range .action {
        display: table-cell;
        font-size: 0; }
        /* line 67, common.scss */
        .dropdown-controls .dropdown-menu .custom-date-range .action a {
          vertical-align: top; }
      /* line 72, common.scss */
      .dropdown-controls .dropdown-menu .custom-date-range.active, .dropdown-controls .dropdown-menu .custom-date-range.active:hover {
        background: none;
        color: #aeaeae; }
      /* line 77, common.scss */
      .dropdown-controls .dropdown-menu .custom-date-range:hover {
        background-color: #fff;
        color: inherit;
        -webkit-font-smoothing: subpixel-antialiased; }
        /* line 83, common.scss */
        .dropdown-controls .dropdown-menu .custom-date-range:hover a {
          -webkit-font-smoothing: subpixel-antialiased; }
    /* line 91, common.scss */
    .dropdown-controls .dropdown-menu li:first-child {
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0; }
    /* line 95, common.scss */
    .dropdown-controls .dropdown-menu li:hover {
      color: white;
      -webkit-font-smoothing: antialiased;
      background-color: #147aa6; }
      /* line 100, common.scss */
      .dropdown-controls .dropdown-menu li:hover a {
        color: white;
        -webkit-font-smoothing: antialiased; }
        /* line 103, common.scss */
        .dropdown-controls .dropdown-menu li:hover a:hover {
          background: #147aa6;
          filter: none; }
    /* line 110, common.scss */
    .dropdown-controls .dropdown-menu input {
      width: 6em;
      margin: 0;
      display: inline-block; }
  /* line 118, common.scss */
  .dropdown-controls.open a.btn.dropdown-toggle, .dropdown-controls.open .mopub-Education a.dropdown-toggle.mopub-Education-btn, .mopub-Education .dropdown-controls.open a.dropdown-toggle.mopub-Education-btn,
  .dropdown-controls a.btn.dropdown-toggle,
  .dropdown-controls .mopub-Education a.dropdown-toggle.mopub-Education-btn,
  .mopub-Education .dropdown-controls a.dropdown-toggle.mopub-Education-btn, .dropdown-controls #datepicker-button {
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    border-color: #e5e5e5;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    /* line 129, common.scss */
    .dropdown-controls.open a.btn.dropdown-toggle:hover:not(.disabled):hover, .dropdown-controls.open .mopub-Education a.dropdown-toggle.mopub-Education-btn:hover:not(.disabled):hover, .mopub-Education .dropdown-controls.open a.dropdown-toggle.mopub-Education-btn:hover:not(.disabled):hover, .dropdown-controls.open a.btn.dropdown-toggle:focus, .dropdown-controls.open .mopub-Education a.dropdown-toggle.mopub-Education-btn:focus, .mopub-Education .dropdown-controls.open a.dropdown-toggle.mopub-Education-btn:focus, .dropdown-controls.open a.btn.dropdown-toggle:active:not(.disabled):active, .dropdown-controls.open .mopub-Education a.dropdown-toggle.mopub-Education-btn:active:not(.disabled):active, .mopub-Education .dropdown-controls.open a.dropdown-toggle.mopub-Education-btn:active:not(.disabled):active, .dropdown-controls.open a.btn.dropdown-toggle.disabled, .dropdown-controls.open .mopub-Education a.dropdown-toggle.disabled.mopub-Education-btn, .mopub-Education .dropdown-controls.open a.dropdown-toggle.disabled.mopub-Education-btn,
    .dropdown-controls a.btn.dropdown-toggle:hover:not(.disabled):hover,
    .dropdown-controls .mopub-Education a.dropdown-toggle.mopub-Education-btn:hover:not(.disabled):hover,
    .mopub-Education .dropdown-controls a.dropdown-toggle.mopub-Education-btn:hover:not(.disabled):hover,
    .dropdown-controls a.btn.dropdown-toggle:focus,
    .dropdown-controls .mopub-Education a.dropdown-toggle.mopub-Education-btn:focus,
    .mopub-Education .dropdown-controls a.dropdown-toggle.mopub-Education-btn:focus,
    .dropdown-controls a.btn.dropdown-toggle:active:not(.disabled):active,
    .dropdown-controls .mopub-Education a.dropdown-toggle.mopub-Education-btn:active:not(.disabled):active,
    .mopub-Education .dropdown-controls a.dropdown-toggle.mopub-Education-btn:active:not(.disabled):active,
    .dropdown-controls a.btn.dropdown-toggle.disabled,
    .dropdown-controls .mopub-Education a.dropdown-toggle.disabled.mopub-Education-btn,
    .mopub-Education .dropdown-controls a.dropdown-toggle.disabled.mopub-Education-btn, .dropdown-controls #datepicker-button:hover:not(.disabled):hover, .dropdown-controls #datepicker-button:focus, .dropdown-controls #datepicker-button:active:not(.disabled):active, .dropdown-controls #datepicker-button.disabled {
      /* no, really, I need it white */
      background: #fff;
      background-color: #fff;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  /* line 138, common.scss */
  .dropdown-controls.open a.btn.dropdown-toggle, .dropdown-controls.open .mopub-Education a.dropdown-toggle.mopub-Education-btn, .mopub-Education .dropdown-controls.open a.dropdown-toggle.mopub-Education-btn {
    -webkit-box-shadow: inset 0 0 5px #999999;
    -moz-box-shadow: inset 0 0 5px #999999;
    box-shadow: inset 0 0 5px #999999; }
    /* line 144, common.scss */
    .dropdown-controls.open a.btn.dropdown-toggle:hover:not(.disabled):hover, .dropdown-controls.open .mopub-Education a.dropdown-toggle.mopub-Education-btn:hover:not(.disabled):hover, .mopub-Education .dropdown-controls.open a.dropdown-toggle.mopub-Education-btn:hover:not(.disabled):hover, .dropdown-controls.open a.btn.dropdown-toggle:focus, .dropdown-controls.open .mopub-Education a.dropdown-toggle.mopub-Education-btn:focus, .mopub-Education .dropdown-controls.open a.dropdown-toggle.mopub-Education-btn:focus, .dropdown-controls.open a.btn.dropdown-toggle:active:not(.disabled):active, .dropdown-controls.open .mopub-Education a.dropdown-toggle.mopub-Education-btn:active:not(.disabled):active, .mopub-Education .dropdown-controls.open a.dropdown-toggle.mopub-Education-btn:active:not(.disabled):active, .dropdown-controls.open a.btn.dropdown-toggle.disabled, .dropdown-controls.open .mopub-Education a.dropdown-toggle.disabled.mopub-Education-btn, .mopub-Education .dropdown-controls.open a.dropdown-toggle.disabled.mopub-Education-btn {
      -webkit-box-shadow: inset 0 0 5px #999999;
      -moz-box-shadow: inset 0 0 5px #999999;
      box-shadow: inset 0 0 5px #999999; }
  /* line 149, common.scss */
  .dropdown-controls .btn .caret, .dropdown-controls .mopub-Education .mopub-Education-btn .caret, .mopub-Education .dropdown-controls .mopub-Education-btn .caret {
    margin-top: 18px; }
  /* line 153, common.scss */
  .dropdown-controls:hover {
    border-color: #aeaeae; }
    /* line 155, common.scss */
    .dropdown-controls:hover .calculated, .dropdown-controls:hover #current-adunit {
      color: #ff9f34; }
    /* line 159, common.scss */
    .dropdown-controls:hover .caret {
      border-top-color: #ff9f34; }
  /* line 164, common.scss */
  .dropdown-controls.open {
    border-color: #aeaeae; }
    /* line 168, common.scss */
    .dropdown-controls.open .calculated, .dropdown-controls.open #current-adunit {
      color: #aeaeae; }
    /* line 172, common.scss */
    .dropdown-controls.open .caret {
      border-top-color: #aeaeae; }
  /* line 177, common.scss */
  .dropdown-controls .calculated, .dropdown-controls #current-adunit {
    font-size: 16px;
    color: #5c6266;
    font-weight: 200; }
    /* line 182, common.scss */
    .dropdown-controls .calculated strong, .dropdown-controls #current-adunit strong {
      font-weight: 600; }

/* line 189, common.scss */
.horizontal-menu {
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  height: 42px;
  color: #5c6266;
  margin: 0px 0px 0px 20px; }
  /* line 199, common.scss */
  .horizontal-menu div {
    display: inline-block;
    height: 30px;
    padding: 12px 15px 0px 15px; }
  /* line 205, common.scss */
  .horizontal-menu .active {
    box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.1); }

/* line 210, common.scss */
.nav-beta {
  font-size: 10px;
  color: #F78181; }

/* line 216, common.scss */
#nreporting-popover .cta {
  width: 100%;
  border: none;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  height: 25px;
  border-radius: 0px 0px 4px 4px; }
  /* line 224, common.scss */
  #nreporting-popover .cta .cta-text {
    margin-top: 4px;
    font-size: 14px;
    font-weight: bold; }

/* line 34, grid.scss */
.row {
  margin-left: -28px;
  *zoom: 1; }
  /* line 31, mixins.scss */
  .row:before, .row:after {
    display: table;
    content: ""; }
  /* line 35, mixins.scss */
  .row:after {
    clear: both; }

/* line 39, grid.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 28px; }

/* line 49, grid.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1028px; }

/* line 60, grid.scss */
.span12 {
  width: 1028px; }

/* line 60, grid.scss */
.span11 {
  width: 940px; }

/* line 60, grid.scss */
.span10 {
  width: 852px; }

/* line 60, grid.scss */
.span9 {
  width: 764px; }

/* line 60, grid.scss */
.span8 {
  width: 676px; }

/* line 60, grid.scss */
.span7 {
  width: 588px; }

/* line 60, grid.scss */
.span6 {
  width: 500px; }

/* line 60, grid.scss */
.span5 {
  width: 412px; }

/* line 60, grid.scss */
.span4 {
  width: 324px; }

/* line 60, grid.scss */
.span3 {
  width: 236px; }

/* line 60, grid.scss */
.span2 {
  width: 148px; }

/* line 60, grid.scss */
.span1 {
  width: 60px; }

/* line 67, grid.scss */
.offset12 {
  margin-left: 1084px; }

/* line 67, grid.scss */
.offset11 {
  margin-left: 996px; }

/* line 67, grid.scss */
.offset10 {
  margin-left: 908px; }

/* line 67, grid.scss */
.offset9 {
  margin-left: 820px; }

/* line 67, grid.scss */
.offset8 {
  margin-left: 732px; }

/* line 67, grid.scss */
.offset7 {
  margin-left: 644px; }

/* line 67, grid.scss */
.offset6 {
  margin-left: 556px; }

/* line 67, grid.scss */
.offset5 {
  margin-left: 468px; }

/* line 67, grid.scss */
.offset4 {
  margin-left: 380px; }

/* line 67, grid.scss */
.offset3 {
  margin-left: 292px; }

/* line 67, grid.scss */
.offset2 {
  margin-left: 204px; }

/* line 67, grid.scss */
.offset1 {
  margin-left: 116px; }

/* line 83, grid.scss */
.row-fluid {
  width: 100%;
  *zoom: 1; }
  /* line 31, mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: ""; }
  /* line 35, mixins.scss */
  .row-fluid:after {
    clear: both; }
  /* line 86, grid.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.72374%;
    *margin-left: 2.6751%; }
  /* line 92, grid.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  /* line 97, grid.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.72374%; }
  /* line 109, grid.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.95136%; }
  /* line 109, grid.scss */
  .row-fluid .span11 {
    width: 91.43969%;
    *width: 91.39105%; }
  /* line 109, grid.scss */
  .row-fluid .span10 {
    width: 82.87938%;
    *width: 82.83074%; }
  /* line 109, grid.scss */
  .row-fluid .span9 {
    width: 74.31907%;
    *width: 74.27043%; }
  /* line 109, grid.scss */
  .row-fluid .span8 {
    width: 65.75875%;
    *width: 65.71012%; }
  /* line 109, grid.scss */
  .row-fluid .span7 {
    width: 57.19844%;
    *width: 57.14981%; }
  /* line 109, grid.scss */
  .row-fluid .span6 {
    width: 48.63813%;
    *width: 48.58949%; }
  /* line 109, grid.scss */
  .row-fluid .span5 {
    width: 40.07782%;
    *width: 40.02918%; }
  /* line 109, grid.scss */
  .row-fluid .span4 {
    width: 31.51751%;
    *width: 31.46887%; }
  /* line 109, grid.scss */
  .row-fluid .span3 {
    width: 22.9572%;
    *width: 22.90856%; }
  /* line 109, grid.scss */
  .row-fluid .span2 {
    width: 14.39689%;
    *width: 14.34825%; }
  /* line 109, grid.scss */
  .row-fluid .span1 {
    width: 5.83658%;
    *width: 5.78794%; }
  /* line 116, grid.scss */
  .row-fluid .offset12 {
    margin-left: 105.44747%;
    *margin-left: 105.35019%; }
  /* line 117, grid.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.72374%;
    *margin-left: 102.62646%; }
  /* line 116, grid.scss */
  .row-fluid .offset11 {
    margin-left: 96.88716%;
    *margin-left: 96.78988%; }
  /* line 117, grid.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.16342%;
    *margin-left: 94.06615%; }
  /* line 116, grid.scss */
  .row-fluid .offset10 {
    margin-left: 88.32685%;
    *margin-left: 88.22957%; }
  /* line 117, grid.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.60311%;
    *margin-left: 85.50584%; }
  /* line 116, grid.scss */
  .row-fluid .offset9 {
    margin-left: 79.76654%;
    *margin-left: 79.66926%; }
  /* line 117, grid.scss */
  .row-fluid .offset9:first-child {
    margin-left: 77.0428%;
    *margin-left: 76.94553%; }
  /* line 116, grid.scss */
  .row-fluid .offset8 {
    margin-left: 71.20623%;
    *margin-left: 71.10895%; }
  /* line 117, grid.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.48249%;
    *margin-left: 68.38521%; }
  /* line 116, grid.scss */
  .row-fluid .offset7 {
    margin-left: 62.64591%;
    *margin-left: 62.54864%; }
  /* line 117, grid.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.92218%;
    *margin-left: 59.8249%; }
  /* line 116, grid.scss */
  .row-fluid .offset6 {
    margin-left: 54.0856%;
    *margin-left: 53.98833%; }
  /* line 117, grid.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.36187%;
    *margin-left: 51.26459%; }
  /* line 116, grid.scss */
  .row-fluid .offset5 {
    margin-left: 45.52529%;
    *margin-left: 45.42802%; }
  /* line 117, grid.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.80156%;
    *margin-left: 42.70428%; }
  /* line 116, grid.scss */
  .row-fluid .offset4 {
    margin-left: 36.96498%;
    *margin-left: 36.8677%; }
  /* line 117, grid.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.24125%;
    *margin-left: 34.14397%; }
  /* line 116, grid.scss */
  .row-fluid .offset3 {
    margin-left: 28.40467%;
    *margin-left: 28.30739%; }
  /* line 117, grid.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.68093%;
    *margin-left: 25.58366%; }
  /* line 116, grid.scss */
  .row-fluid .offset2 {
    margin-left: 19.84436%;
    *margin-left: 19.74708%; }
  /* line 117, grid.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.12062%;
    *margin-left: 17.02335%; }
  /* line 116, grid.scss */
  .row-fluid .offset1 {
    margin-left: 11.28405%;
    *margin-left: 11.18677%; }
  /* line 117, grid.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.56031%;
    *margin-left: 8.46304%; }

/* line 211, grid.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none; }

/* line 216, grid.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right; }

/*
 * Basic forms, tables, and reusable visual elements
 */
/*
 * Pure CSS Arrows
 */
/* line 37, elements/arrows.scss */
.arrow-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #dddddd; }

/* line 41, elements/arrows.scss */
.arrow-down {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #dddddd; }

/* line 45, elements/arrows.scss */
.arrow-right {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #dddddd; }

/* line 49, elements/arrows.scss */
.arrow-left {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #dddddd; }

/* line 60, elements/arrows.scss */
.expanded-arrow {
  background: url("../images/sprite/arrow-sort.png") no-repeat;
  width: 8px;
  height: 4px;
  display: inline-block; }

/* line 72, elements/arrows.scss */
.collapsed-arrow {
  background: url("../images/sprite/arrow-sort-collapsed.png") no-repeat;
  width: 4px;
  height: 8px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 2px 2px 2px; }

/* line 76, elements/arrows.scss */
.expand-all-header .expanded-arrow {
  margin-top: 2px; }

/* line 80, elements/arrows.scss */
.expand-all-header .expanded-arrow,
.expand-all-header .collapsed-arrow {
  float: left; }

/* line 5, elements/badges.scss */
.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: white;
  background-color: #dddddd;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px; }

/* line 16, elements/badges.scss */
.badge:hover {
  color: white;
  text-decoration: none;
  cursor: pointer; }

/* line 27, elements/badges.scss */
.badge-error {
  background-color: #f56a66; }

/* line 28, elements/badges.scss */
.badge-error:hover {
  background-color: #f23b36; }

/* line 30, elements/badges.scss */
.badge-warning {
  background-color: #faf0bb; }

/* line 31, elements/badges.scss */
.badge-warning:hover {
  background-color: #c67605; }

/* line 33, elements/badges.scss */
.badge-success {
  background-color: #62c462; }

/* line 34, elements/badges.scss */
.badge-success:hover {
  background-color: #42b142; }

/* line 36, elements/badges.scss */
.badge-info {
  background-color: #6bd0ee; }

/* line 37, elements/badges.scss */
.badge-info:hover {
  background-color: #3dc1e9; }

/* line 39, elements/badges.scss */
.badge-inverse {
  background-color: #333333; }

/* line 40, elements/badges.scss */
.badge-inverse:hover {
  background-color: #1a1a1a; }

/* line 57, elements/buttons.scss */
.btn, .mopub-Education .mopub-Education-btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 6px 10px 6px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #edf0f2;
  background-image: -moz-linear-gradient(top, #f7f8f9, #e0e4e8);
  background-image: -ms-linear-gradient(top, #f7f8f9, #e0e4e8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f8f9), to(#e0e4e8));
  background-image: -webkit-linear-gradient(top, #f7f8f9, #e0e4e8);
  background-image: -o-linear-gradient(top, #f7f8f9, #e0e4e8);
  background-image: linear-gradient(top, #f7f8f9, #e0e4e8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F8F9', endColorstr='#FFE0E4E8', GradientType=0);
  border-color: #e0e4e8 #e0e4e8 #b4bdc7;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #e0e4e8;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  /* line 542, mixins.scss */
  .btn:not(.disabled):not([disabled]):hover, .mopub-Education .mopub-Education-btn:not(.disabled):not([disabled]):hover, .btn:not(.disabled):not([disabled]):active, .mopub-Education .mopub-Education-btn:not(.disabled):not([disabled]):active, .btn:not(.disabled):not([disabled]).active, .mopub-Education .mopub-Education-btn:not(.disabled):not([disabled]).active {
    background-color: #e0e4e8;
    *background-color: #d1d7dd; }
  /* line 549, mixins.scss */
  .btn:active, .mopub-Education .mopub-Education-btn:active, .btn.active, .mopub-Education .active.mopub-Education-btn {
    background-color: #c3cad2; }
  /* line 113, mixins.scss */
  .btn:first-child, .mopub-Education .mopub-Education-btn:first-child {
    *margin-left: 0; }
  /* line 77, elements/buttons.scss */
  .btn:visited, .mopub-Education .mopub-Education-btn:visited {
    color: #333333; }

/* line 84, elements/buttons.scss */
.btn:hover, .mopub-Education .mopub-Education-btn:hover {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  text-decoration: none;
  background-color: #1478a6;
  background-image: -moz-linear-gradient(top, #147aa6, #1475a6);
  background-image: -ms-linear-gradient(top, #147aa6, #1475a6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#147aa6), to(#1475a6));
  background-image: -webkit-linear-gradient(top, #147aa6, #1475a6);
  background-image: -o-linear-gradient(top, #147aa6, #1475a6);
  background-image: linear-gradient(top, #147aa6, #1475a6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF147AA6', endColorstr='#FF1475A6', GradientType=0);
  border-color: #1475a6 #1475a6 #0c4562;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #1475a6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-position: 0 -25px; }
  /* line 542, mixins.scss */
  .btn:hover:not(.disabled):not([disabled]):hover, .mopub-Education .mopub-Education-btn:hover:not(.disabled):not([disabled]):hover, .btn:hover:not(.disabled):not([disabled]):active, .mopub-Education .mopub-Education-btn:hover:not(.disabled):not([disabled]):active, .btn:hover:not(.disabled):not([disabled]).active, .mopub-Education .mopub-Education-btn:hover:not(.disabled):not([disabled]).active {
    background-color: #1475a6;
    *background-color: #11658f; }
  /* line 549, mixins.scss */
  .btn:hover:active, .mopub-Education .mopub-Education-btn:hover:active, .btn:hover.active, .mopub-Education .mopub-Education-btn:hover.active {
    background-color: #0f5578; }
  /* line 91, elements/buttons.scss */
  .btn:hover .caret, .mopub-Education .mopub-Education-btn:hover .caret {
    border-top-color: white; }

/* line 97, elements/buttons.scss */
.btn:focus, .mopub-Education .mopub-Education-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 102, elements/buttons.scss */
.btn.active, .mopub-Education .active.mopub-Education-btn, .btn:active, .mopub-Education .mopub-Education-btn:active {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  background-color: #1478a6;
  background-image: -moz-linear-gradient(top, #147aa6, #1475a6);
  background-image: -ms-linear-gradient(top, #147aa6, #1475a6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#147aa6), to(#1475a6));
  background-image: -webkit-linear-gradient(top, #147aa6, #1475a6);
  background-image: -o-linear-gradient(top, #147aa6, #1475a6);
  background-image: linear-gradient(top, #147aa6, #1475a6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF147AA6', endColorstr='#FF1475A6', GradientType=0);
  border-color: #1475a6 #1475a6 #0c4562;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #1475a6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.15); }
  /* line 542, mixins.scss */
  .btn.active:not(.disabled):not([disabled]):hover, .mopub-Education .active.mopub-Education-btn:not(.disabled):not([disabled]):hover, .btn.active:not(.disabled):not([disabled]):active, .mopub-Education .active.mopub-Education-btn:not(.disabled):not([disabled]):active, .btn.active:not(.disabled):not([disabled]).active, .mopub-Education .active.mopub-Education-btn:not(.disabled):not([disabled]).active, .btn:active:not(.disabled):not([disabled]):hover, .mopub-Education .mopub-Education-btn:active:not(.disabled):not([disabled]):hover, .btn:active:not(.disabled):not([disabled]):active, .mopub-Education .mopub-Education-btn:active:not(.disabled):not([disabled]):active, .btn:active:not(.disabled):not([disabled]).active, .mopub-Education .mopub-Education-btn:active:not(.disabled):not([disabled]).active {
    background-color: #1475a6;
    *background-color: #11658f; }
  /* line 549, mixins.scss */
  .btn.active:active, .mopub-Education .active.mopub-Education-btn:active, .btn.active.active, .mopub-Education .active.active.mopub-Education-btn, .btn:active:active, .mopub-Education .mopub-Education-btn:active:active, .btn:active.active, .mopub-Education .mopub-Education-btn:active.active {
    background-color: #0f5578; }

/* line 114, elements/buttons.scss */
.btn.disabled, .mopub-Education .disabled.mopub-Education-btn, .btn[disabled], .mopub-Education [disabled].mopub-Education-btn,
.btn.disabled:hover,
.mopub-Education .disabled.mopub-Education-btn:hover, .btn[disabled]:hover, .mopub-Education [disabled].mopub-Education-btn:hover,
.btn.disabled:active,
.mopub-Education .disabled.mopub-Education-btn:active, .btn[disabled]:active, .mopub-Education [disabled].mopub-Education-btn:active {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3; }
  /* line 126, elements/buttons.scss */
  .btn.disabled.btn-primary, .mopub-Education .disabled.mopub-Education-btn, .btn[disabled].btn-primary, .mopub-Education [disabled].mopub-Education-btn,
  .btn.disabled:hover.btn-primary,
  .mopub-Education .disabled.mopub-Education-btn:hover, .btn[disabled]:hover.btn-primary, .mopub-Education [disabled].mopub-Education-btn:hover,
  .btn.disabled:active.btn-primary,
  .mopub-Education .disabled.mopub-Education-btn:active, .btn[disabled]:active.btn-primary, .mopub-Education [disabled].mopub-Education-btn:active {
    background-color: #54bae6;
    text-shadow: none; }

/* line 137, elements/buttons.scss */
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* line 143, elements/buttons.scss */
.btn-large [class^="icon-"] {
  margin-top: 1px; }

/* line 148, elements/buttons.scss */
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 14px; }

/* line 153, elements/buttons.scss */
.btn-small [class^="icon-"] {
  margin-top: -1px; }

/* line 158, elements/buttons.scss */
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 12px; }

/* line 170, elements/buttons.scss */
.btn-primary, .mopub-Education .mopub-Education-btn, .btn-primary:hover, .mopub-Education .mopub-Education-btn:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  /* line 173, elements/buttons.scss */
  .btn-primary:visited, .mopub-Education .mopub-Education-btn:visited, .btn-primary:hover:visited, .mopub-Education .mopub-Education-btn:hover:visited, .btn-warning:visited, .btn-warning:hover:visited, .btn-danger:visited, .btn-danger:hover:visited, .btn-success:visited, .btn-success:hover:visited, .btn-info:visited, .btn-info:hover:visited, .btn-inverse:visited, .btn-inverse:hover:visited {
    color: white; }

/* line 178, elements/buttons.scss */
.btn-primary.active, .mopub-Education .active.mopub-Education-btn, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

/* line 184, elements/buttons.scss */
.btn, .mopub-Education .mopub-Education-btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

/* line 189, elements/buttons.scss */
.btn-primary, .mopub-Education .mopub-Education-btn {
  background-color: #28a5df;
  background-image: -moz-linear-gradient(top, #28a8df, #28a2df);
  background-image: -ms-linear-gradient(top, #28a8df, #28a2df);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#28a8df), to(#28a2df));
  background-image: -webkit-linear-gradient(top, #28a8df, #28a2df);
  background-image: -o-linear-gradient(top, #28a8df, #28a2df);
  background-image: linear-gradient(top, #28a8df, #28a2df);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF28A8DF', endColorstr='#FF28A2DF', GradientType=0);
  border-color: #28a2df #28a2df #1874a2;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #28a2df;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  /* line 542, mixins.scss */
  .btn-primary:not(.disabled):not([disabled]):hover, .mopub-Education .mopub-Education-btn:not(.disabled):not([disabled]):hover, .btn-primary:not(.disabled):not([disabled]):active, .mopub-Education .mopub-Education-btn:not(.disabled):not([disabled]):active, .btn-primary:not(.disabled):not([disabled]).active, .mopub-Education .mopub-Education-btn:not(.disabled):not([disabled]).active {
    background-color: #28a2df;
    *background-color: #1f94cf; }
  /* line 549, mixins.scss */
  .btn-primary:active, .mopub-Education .mopub-Education-btn:active, .btn-primary.active, .mopub-Education .active.mopub-Education-btn {
    background-color: #1b84b9; }

/* line 193, elements/buttons.scss */
.btn-warning {
  background-color: #f9a732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  /* line 542, mixins.scss */
  .btn-warning:not(.disabled):not([disabled]):hover, .btn-warning:not(.disabled):not([disabled]):active, .btn-warning:not(.disabled):not([disabled]).active {
    background-color: #f89406;
    *background-color: #df8505; }
  /* line 549, mixins.scss */
  .btn-warning:active, .btn-warning.active {
    background-color: #c67605; }

/* line 197, elements/buttons.scss */
.btn-danger {
  background-color: #da4e49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  /* line 542, mixins.scss */
  .btn-danger:not(.disabled):not([disabled]):hover, .btn-danger:not(.disabled):not([disabled]):active, .btn-danger:not(.disabled):not([disabled]).active {
    background-color: #bd362f;
    *background-color: #a9302a; }
  /* line 549, mixins.scss */
  .btn-danger:active, .btn-danger.active {
    background-color: #942a25; }

/* line 201, elements/buttons.scss */
.btn-success {
  background-color: #5bb65b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  /* line 542, mixins.scss */
  .btn-success:not(.disabled):not([disabled]):hover, .btn-success:not(.disabled):not([disabled]):active, .btn-success:not(.disabled):not([disabled]).active {
    background-color: #51a351;
    *background-color: #499249; }
  /* line 549, mixins.scss */
  .btn-success:active, .btn-success.active {
    background-color: #408140; }

/* line 205, elements/buttons.scss */
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  /* line 542, mixins.scss */
  .btn-info:not(.disabled):not([disabled]):hover, .btn-info:not(.disabled):not([disabled]):active, .btn-info:not(.disabled):not([disabled]).active {
    background-color: #2f96b4;
    *background-color: #2a85a0; }
  /* line 549, mixins.scss */
  .btn-info:active, .btn-info.active {
    background-color: #24748c; }

/* line 208, elements/buttons.scss */
.btn-inverse {
  background-color: #585b5d;
  background-image: -moz-linear-gradient(top, #7d8185, #222222);
  background-image: -ms-linear-gradient(top, #7d8185, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7d8185), to(#222222));
  background-image: -webkit-linear-gradient(top, #7d8185, #222222);
  background-image: -o-linear-gradient(top, #7d8185, #222222);
  background-image: linear-gradient(top, #7d8185, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7D8185', endColorstr='#FF222222', GradientType=0);
  border-color: #222222 #222222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #222222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  /* line 542, mixins.scss */
  .btn-inverse:not(.disabled):not([disabled]):hover, .btn-inverse:not(.disabled):not([disabled]):active, .btn-inverse:not(.disabled):not([disabled]).active {
    background-color: #222222;
    *background-color: #151515; }
  /* line 549, mixins.scss */
  .btn-inverse:active, .btn-inverse.active {
    background-color: #090909; }

/* line 216, elements/buttons.scss */
button.btn, .mopub-Education button.mopub-Education-btn, input[type="submit"].btn, .mopub-Education input[type="submit"].mopub-Education-btn {
  *padding-top: 2px;
  *padding-bottom: 2px; }
  /* line 219, elements/buttons.scss */
  button.btn::-moz-focus-inner, .mopub-Education button.mopub-Education-btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner, .mopub-Education input[type="submit"].mopub-Education-btn::-moz-focus-inner {
    padding: 0;
    border: 0; }
  /* line 227, elements/buttons.scss */
  button.btn.btn-large, .mopub-Education button.btn-large.mopub-Education-btn, input[type="submit"].btn.btn-large, .mopub-Education input[type="submit"].btn-large.mopub-Education-btn {
    *padding-top: 7px;
    *padding-bottom: 7px; }
  /* line 231, elements/buttons.scss */
  button.btn.btn-small, .mopub-Education button.btn-small.mopub-Education-btn, input[type="submit"].btn.btn-small, .mopub-Education input[type="submit"].btn-small.mopub-Education-btn {
    *padding-top: 3px;
    *padding-bottom: 3px; }
  /* line 235, elements/buttons.scss */
  button.btn.btn-mini, .mopub-Education button.btn-mini.mopub-Education-btn, input[type="submit"].btn.btn-mini, .mopub-Education input[type="submit"].btn-mini.mopub-Education-btn {
    *padding-top: 1px;
    *padding-bottom: 1px; }

/* line 257, elements/buttons.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em; }
  /* line 113, mixins.scss */
  .btn-group:first-child {
    *margin-left: 0; }

/* line 262, elements/buttons.scss */
.btn-group + .btn-group {
  margin-left: 5px; }

/* line 268, elements/buttons.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 8px;
  margin-bottom: 8px; }
  /* line 274, elements/buttons.scss */
  .btn-toolbar > .btn + .btn, .mopub-Education .btn-toolbar > .mopub-Education-btn + .btn, .mopub-Education .btn-toolbar > .btn + .mopub-Education-btn, .mopub-Education .btn-toolbar > .mopub-Education-btn + .mopub-Education-btn,
  .btn-toolbar > .btn-group + .btn,
  .mopub-Education .btn-toolbar > .btn-group + .mopub-Education-btn,
  .btn-toolbar > .btn + .btn-group,
  .mopub-Education .btn-toolbar > .mopub-Education-btn + .btn-group {
    margin-left: 5px; }

/* line 280, elements/buttons.scss */
.btn-group > .btn, .mopub-Education .btn-group > .mopub-Education-btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 284, elements/buttons.scss */
.btn-group > .btn + .btn, .mopub-Education .btn-group > .mopub-Education-btn + .btn, .mopub-Education .btn-group > .btn + .mopub-Education-btn, .mopub-Education .btn-group > .mopub-Education-btn + .mopub-Education-btn {
  margin-left: -1px; }

/* line 289, elements/buttons.scss */
.btn-group > .btn, .mopub-Education .btn-group > .mopub-Education-btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px; }

/* line 294, elements/buttons.scss */
.btn-group > .btn-mini {
  font-size: 9.75px; }

/* line 297, elements/buttons.scss */
.btn-group > .btn-small {
  font-size: 11.05px; }

/* line 300, elements/buttons.scss */
.btn-group > .btn-large {
  font-size: 16.25px; }

/* line 305, elements/buttons.scss */
.btn-group > .btn:first-child, .mopub-Education .btn-group > .mopub-Education-btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

/* line 312, elements/buttons.scss */
.btn-group > .btn:last-child, .mopub-Education .btn-group > .mopub-Education-btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

/* line 317, elements/buttons.scss */
.btn-group > .btn.large:first-child, .mopub-Education .btn-group > .large.mopub-Education-btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px; }

/* line 323, elements/buttons.scss */
.btn-group > .btn.large:last-child, .mopub-Education .btn-group > .large.mopub-Education-btn:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px; }

/* line 334, elements/buttons.scss */
.btn-group > .btn:hover:not(.disabled):not([disabled]), .mopub-Education .btn-group > .mopub-Education-btn:hover:not(.disabled):not([disabled]),
.btn-group > .btn:focus:not(.disabled):not([disabled]),
.mopub-Education .btn-group > .mopub-Education-btn:focus:not(.disabled):not([disabled]),
.btn-group > .btn:active:not(.disabled):not([disabled]),
.mopub-Education .btn-group > .mopub-Education-btn:active:not(.disabled):not([disabled]),
.btn-group > .btn.active:not(.disabled):not([disabled]),
.mopub-Education .btn-group > .active.mopub-Education-btn:not(.disabled):not([disabled]) {
  z-index: 2;
  color: black;
  text-shadow: 0 1px 1px white;
  background-color: #edf0f2;
  background-image: -moz-linear-gradient(top, #f7f8f9, #e0e4e8);
  background-image: -ms-linear-gradient(top, #f7f8f9, #e0e4e8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f8f9), to(#e0e4e8));
  background-image: -webkit-linear-gradient(top, #f7f8f9, #e0e4e8);
  background-image: -o-linear-gradient(top, #f7f8f9, #e0e4e8);
  background-image: linear-gradient(top, #f7f8f9, #e0e4e8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F8F9', endColorstr='#FFE0E4E8', GradientType=0);
  border-color: #e0e4e8 #e0e4e8 #b4bdc7;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #e0e4e8;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #DCDDDE;
  border-bottom: 1px solid #B8B9BA;
  -webkit-box-shadow: inset 1px 3px 2px rgba(0, 0, 0, 0.3), 0 2px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 3px 2px rgba(0, 0, 0, 0.3), 0 2px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 1px 3px 2px rgba(0, 0, 0, 0.3), 0 2px 1px rgba(0, 0, 0, 0); }
  /* line 542, mixins.scss */
  .btn-group > .btn:hover:not(.disabled):not([disabled]):not(.disabled):not([disabled]):hover, .mopub-Education .btn-group > .mopub-Education-btn:hover:not(.disabled):not([disabled]):not(.disabled):not([disabled]):hover, .btn-group > .btn:hover:not(.disabled):not([disabled]):not(.disabled):not([disabled]):active, .mopub-Education .btn-group > .mopub-Education-btn:hover:not(.disabled):not([disabled]):not(.disabled):not([disabled]):active, .btn-group > .btn:hover:not(.disabled):not([disabled]):not(.disabled):not([disabled]).active, .mopub-Education .btn-group > .mopub-Education-btn:hover:not(.disabled):not([disabled]):not(.disabled):not([disabled]).active,
  .btn-group > .btn:focus:not(.disabled):not([disabled]):not(.disabled):not([disabled]):hover,
  .mopub-Education .btn-group > .mopub-Education-btn:focus:not(.disabled):not([disabled]):not(.disabled):not([disabled]):hover,
  .btn-group > .btn:focus:not(.disabled):not([disabled]):not(.disabled):not([disabled]):active,
  .mopub-Education .btn-group > .mopub-Education-btn:focus:not(.disabled):not([disabled]):not(.disabled):not([disabled]):active,
  .btn-group > .btn:focus:not(.disabled):not([disabled]):not(.disabled):not([disabled]).active,
  .mopub-Education .btn-group > .mopub-Education-btn:focus:not(.disabled):not([disabled]):not(.disabled):not([disabled]).active,
  .btn-group > .btn:active:not(.disabled):not([disabled]):not(.disabled):not([disabled]):hover,
  .mopub-Education .btn-group > .mopub-Education-btn:active:not(.disabled):not([disabled]):not(.disabled):not([disabled]):hover,
  .btn-group > .btn:active:not(.disabled):not([disabled]):not(.disabled):not([disabled]):active,
  .mopub-Education .btn-group > .mopub-Education-btn:active:not(.disabled):not([disabled]):not(.disabled):not([disabled]):active,
  .btn-group > .btn:active:not(.disabled):not([disabled]):not(.disabled):not([disabled]).active,
  .mopub-Education .btn-group > .mopub-Education-btn:active:not(.disabled):not([disabled]):not(.disabled):not([disabled]).active,
  .btn-group > .btn.active:not(.disabled):not([disabled]):not(.disabled):not([disabled]):hover,
  .mopub-Education .btn-group > .active.mopub-Education-btn:not(.disabled):not([disabled]):not(.disabled):not([disabled]):hover,
  .btn-group > .btn.active:not(.disabled):not([disabled]):not(.disabled):not([disabled]):active,
  .mopub-Education .btn-group > .active.mopub-Education-btn:not(.disabled):not([disabled]):not(.disabled):not([disabled]):active,
  .btn-group > .btn.active:not(.disabled):not([disabled]):not(.disabled):not([disabled]).active,
  .mopub-Education .btn-group > .active.mopub-Education-btn:not(.disabled):not([disabled]):not(.disabled):not([disabled]).active {
    background-color: #e0e4e8;
    *background-color: #d1d7dd; }
  /* line 549, mixins.scss */
  .btn-group > .btn:hover:not(.disabled):not([disabled]):active, .mopub-Education .btn-group > .mopub-Education-btn:hover:not(.disabled):not([disabled]):active, .btn-group > .btn:hover:not(.disabled):not([disabled]).active, .mopub-Education .btn-group > .mopub-Education-btn:hover:not(.disabled):not([disabled]).active,
  .btn-group > .btn:focus:not(.disabled):not([disabled]):active,
  .mopub-Education .btn-group > .mopub-Education-btn:focus:not(.disabled):not([disabled]):active,
  .btn-group > .btn:focus:not(.disabled):not([disabled]).active,
  .mopub-Education .btn-group > .mopub-Education-btn:focus:not(.disabled):not([disabled]).active,
  .btn-group > .btn:active:not(.disabled):not([disabled]):active,
  .mopub-Education .btn-group > .mopub-Education-btn:active:not(.disabled):not([disabled]):active,
  .btn-group > .btn:active:not(.disabled):not([disabled]).active,
  .mopub-Education .btn-group > .mopub-Education-btn:active:not(.disabled):not([disabled]).active,
  .btn-group > .btn.active:not(.disabled):not([disabled]):active,
  .mopub-Education .btn-group > .active.mopub-Education-btn:not(.disabled):not([disabled]):active,
  .btn-group > .btn.active:not(.disabled):not([disabled]).active,
  .mopub-Education .btn-group > .active.mopub-Education-btn:not(.disabled):not([disabled]).active {
    background-color: #c3cad2; }
  /* line 344, elements/buttons.scss */
  .btn-group > .btn:hover:not(.disabled):not([disabled]) .caret, .mopub-Education .btn-group > .mopub-Education-btn:hover:not(.disabled):not([disabled]) .caret,
  .btn-group > .btn:focus:not(.disabled):not([disabled]) .caret,
  .mopub-Education .btn-group > .mopub-Education-btn:focus:not(.disabled):not([disabled]) .caret,
  .btn-group > .btn:active:not(.disabled):not([disabled]) .caret,
  .mopub-Education .btn-group > .mopub-Education-btn:active:not(.disabled):not([disabled]) .caret,
  .btn-group > .btn.active:not(.disabled):not([disabled]) .caret,
  .mopub-Education .btn-group > .active.mopub-Education-btn:not(.disabled):not([disabled]) .caret {
    border-top-color: #0090d9; }

/* line 352, elements/buttons.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

/* line 362, elements/buttons.scss */
.btn-group > .btn + .dropdown-toggle, .mopub-Education .btn-group > .mopub-Education-btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px; }

/* line 369, elements/buttons.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px; }

/* line 375, elements/buttons.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px; }

/* line 379, elements/buttons.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px; }

/* line 390, elements/buttons.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
/* line 396, elements/buttons.scss */
.btn-group.open .btn.dropdown-toggle, .btn-group.open .mopub-Education .dropdown-toggle.mopub-Education-btn, .mopub-Education .btn-group.open .dropdown-toggle.mopub-Education-btn {
  background-color: #e0e4e8; }
/* line 399, elements/buttons.scss */
.btn-group.open .btn-primary.dropdown-toggle, .btn-group.open .mopub-Education .dropdown-toggle.mopub-Education-btn, .mopub-Education .btn-group.open .dropdown-toggle.mopub-Education-btn {
  background-color: #28a2df; }
/* line 402, elements/buttons.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406; }
/* line 405, elements/buttons.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f; }
/* line 408, elements/buttons.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351; }
/* line 411, elements/buttons.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4; }
/* line 414, elements/buttons.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222; }

/* line 421, elements/buttons.scss */
.btn .caret, .mopub-Education .mopub-Education-btn .caret {
  margin-top: 8px;
  margin-left: 0; }

/* line 428, elements/buttons.scss */
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px; }

/* line 431, elements/buttons.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px; }

/* line 437, elements/buttons.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px; }

/* line 450, elements/buttons.scss */
.btn-primary .caret, .mopub-Education .mopub-Education-btn .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: white;
  border-bottom-color: white; }

/* line 458, elements/buttons.scss */
.btn-active-success.active, .btn-active-success:active {
  background-color: #5bb65b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  /* line 542, mixins.scss */
  .btn-active-success.active:not(.disabled):not([disabled]):hover, .btn-active-success.active:not(.disabled):not([disabled]):active, .btn-active-success.active:not(.disabled):not([disabled]).active, .btn-active-success:active:not(.disabled):not([disabled]):hover, .btn-active-success:active:not(.disabled):not([disabled]):active, .btn-active-success:active:not(.disabled):not([disabled]).active {
    background-color: #51a351;
    *background-color: #499249; }
  /* line 549, mixins.scss */
  .btn-active-success.active:active, .btn-active-success.active.active, .btn-active-success:active:active, .btn-active-success:active.active {
    background-color: #408140; }

/* line 478, elements/buttons.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1; }

/* line 482, elements/buttons.scss */
.btn-group-vertical > .btn, .mopub-Education .btn-group-vertical > .mopub-Education-btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 488, elements/buttons.scss */
.btn-group-vertical > .btn + .btn, .mopub-Education .btn-group-vertical > .mopub-Education-btn + .btn, .mopub-Education .btn-group-vertical > .btn + .mopub-Education-btn, .mopub-Education .btn-group-vertical > .mopub-Education-btn + .mopub-Education-btn {
  margin-left: 0;
  margin-top: -1px; }

/* line 492, elements/buttons.scss */
.btn-group-vertical > .btn:first-child, .mopub-Education .btn-group-vertical > .mopub-Education-btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

/* line 495, elements/buttons.scss */
.btn-group-vertical > .btn:last-child, .mopub-Education .btn-group-vertical > .mopub-Education-btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

/* line 498, elements/buttons.scss */
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

/* line 501, elements/buttons.scss */
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

/* line 508, elements/buttons.scss */
.btn-well {
  padding: 1px;
  background-color: #eaeaea;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* @include box-shadow(inset 1px 1px 3px #bbb); */ }

/* line 517, elements/buttons.scss */
.btn-selectable-group .btn.active, .btn-selectable-group .mopub-Education .active.mopub-Education-btn, .mopub-Education .btn-selectable-group .active.mopub-Education-btn {
  background-color: white !important;
  background-image: none !important;
  -webkit-box-shadow: inset 0 2px 4px rgba(51, 51, 51, 0.35) !important;
  -moz-box-shadow: inset 0 2px 4px rgba(51, 51, 51, 0.35) !important;
  box-shadow: inset 0 2px 4px rgba(51, 51, 51, 0.35) !important; }

/* line 524, elements/buttons.scss */
#order_quick_navigate_chosen, #app_quick_navigate_chosen {
  margin-right: 5px; }

/* line 1, elements/charts.scss */
.chart-dates {
  color: #5c6266; }

/* line 4, elements/charts.scss */
.stats-container {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
  margin-bottom: 14px;
  margin-top: 10px;
  width: 1028px;
  min-height: 260px;
  border: 1px solid #AEAEAE;
  background: #fefefe; }
  /* line 31, mixins.scss */
  .stats-container:before, .stats-container:after {
    display: table;
    content: ""; }
  /* line 35, mixins.scss */
  .stats-container:after {
    clear: both; }
  /* line 15, elements/charts.scss */
  .stats-container img.preload {
    position: relative;
    top: 80px;
    left: 480px; }
  /* line 21, elements/charts.scss */
  .stats-container .stats-chart {
    float: left;
    border-right: 1px dashed #AEAEAE; }
    /* line 25, elements/charts.scss */
    .stats-container .stats-chart.network {
      width: 720px;
      padding-top: 30px;
      height: 250px; }
  /* line 32, elements/charts.scss */
  .stats-container .topline-numbers {
    color: #7D8185;
    float: right;
    font-size: 18px;
    margin: 11px auto;
    padding: 0;
    width: 270px; }
    /* line 40, elements/charts.scss */
    .stats-container .topline-numbers .breakdown-container {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      font-weight: 200;
      border: 1px solid white;
      line-height: 25px;
      margin: 5px auto;
      padding: 5px;
      text-align: center;
      width: 230px; }
      /* line 52, elements/charts.scss */
      .stats-container .topline-numbers .breakdown-container .breakdown-value {
        display: inline-block;
        width: 100px;
        font-weight: 500;
        text-align: right; }
      /* line 58, elements/charts.scss */
      .stats-container .topline-numbers .breakdown-container .breakdown-label {
        display: inline-block;
        padding-left: 5px;
        width: 115px;
        text-align: left; }
      /* line 64, elements/charts.scss */
      .stats-container .topline-numbers .breakdown-container:hover {
        cursor: pointer;
        color: #ff9f34;
        border: 1px solid #AEAEAE; }
      /* line 69, elements/charts.scss */
      .stats-container .topline-numbers .breakdown-container.active {
        -webkit-box-shadow: inset 0 0 5px #999999;
        -moz-box-shadow: inset 0 0 5px #999999;
        box-shadow: inset 0 0 5px #999999;
        color: #0090d9; }
        /* line 74, elements/charts.scss */
        .stats-container .topline-numbers .breakdown-container.active:hover {
          color: #0090d9; }

/* Rickshaw detail */
/* line 83, elements/charts.scss */
.rickshaw_graph .detail {
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  width: 1px;
  transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear; }

/* line 97, elements/charts.scss */
.rickshaw_graph .detail.inactive {
  opacity: 0; }

/* line 101, elements/charts.scss */
.rickshaw_graph .detail .item.active {
  opacity: 1; }

/* line 105, elements/charts.scss */
.rickshaw_graph .detail .x_label {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  padding: 6px;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  position: absolute;
  left: 30px;
  top: -5px;
  background: white;
  white-space: nowrap;
  color: #333; }

/* line 119, elements/charts.scss */
.rickshaw_graph .detail .item {
  position: absolute;
  z-index: 2;
  border-radius: 3px;
  padding: 0.25em;
  font-size: 12px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-left: 1em;
  margin-top: -1em;
  white-space: nowrap; }

/* line 134, elements/charts.scss */
.rickshaw_graph .detail .item.active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8); }

/* line 139, elements/charts.scss */
.rickshaw_graph .detail .item:before {
  content: "\25c2";
  position: absolute;
  left: -0.5em;
  color: rgba(0, 0, 0, 0.7);
  width: 0; }

/* line 147, elements/charts.scss */
.rickshaw_graph .detail .dot {
  width: 5px;
  height: 5px;
  margin-left: -2px;
  margin-top: -3px;
  border-radius: 3px;
  position: absolute; }

/* line 156, elements/charts.scss */
.rickshaw_graph .detail .dot.active {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5); }

/* graph */
/* line 163, elements/charts.scss */
.rickshaw_graph {
  position: relative; }

/* line 166, elements/charts.scss */
.rickshaw_graph svg {
  display: block;
  overflow: hidden; }

/* ticks */
/* line 173, elements/charts.scss */
.rickshaw_graph .x_tick {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0px;
  border-left: 1px dotted rgba(0, 0, 0, 0.2);
  pointer-events: none; }

/* line 181, elements/charts.scss */
.rickshaw_graph .x_tick .title {
  position: absolute;
  font-size: 12px;
  opacity: 0.5;
  white-space: nowrap;
  margin-left: 3px;
  bottom: 1px; }

/* annotations */
/* line 192, elements/charts.scss */
.rickshaw_annotation_timeline {
  height: 1px;
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
  position: relative; }

/* line 198, elements/charts.scss */
.rickshaw_annotation_timeline .annotation {
  position: absolute;
  height: 6px;
  width: 6px;
  margin-left: -2px;
  top: -3px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.25); }

/* line 207, elements/charts.scss */
.rickshaw_graph .annotation_line {
  position: absolute;
  top: 0;
  bottom: -6px;
  width: 0px;
  border-left: 2px solid rgba(0, 0, 0, 0.3);
  display: none; }

/* line 215, elements/charts.scss */
.rickshaw_graph .annotation_line.active {
  display: block; }

/* line 218, elements/charts.scss */
.rickshaw_annotation_timeline .annotation .content {
  background: white;
  color: black;
  opacity: 0.9;
  padding: 5px 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  position: relative;
  z-index: 20;
  font-size: 12px;
  padding: 6px 8px 8px;
  top: 18px;
  left: -11px;
  width: 160px;
  display: none;
  cursor: pointer; }

/* line 235, elements/charts.scss */
.rickshaw_annotation_timeline .annotation .content:before {
  content: "\25b2";
  position: absolute;
  top: -11px;
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8); }

/* line 243, elements/charts.scss */
.rickshaw_annotation_timeline .annotation.active,
.rickshaw_annotation_timeline .annotation:hover {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: none; }

/* line 247, elements/charts.scss */
.rickshaw_annotation_timeline .annotation .content:hover {
  z-index: 50; }

/* line 250, elements/charts.scss */
.rickshaw_annotation_timeline .annotation.active .content {
  display: block; }

/* line 253, elements/charts.scss */
.rickshaw_annotation_timeline .annotation:hover .content {
  display: block;
  z-index: 50; }

/* line 257, elements/charts.scss */
.rickshaw_graph .y_axis {
  fill: none; }

/* line 260, elements/charts.scss */
.rickshaw_graph .y_ticks .tick {
  stroke: rgba(0, 0, 0, 0.16);
  stroke-width: 2px;
  shape-rendering: crisp-edges;
  pointer-events: none; }

/* line 266, elements/charts.scss */
.rickshaw_graph .y_grid .tick {
  z-index: -1;
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 1 1; }

/* line 272, elements/charts.scss */
.rickshaw_graph .y_grid path {
  fill: none;
  stroke: none; }

/* line 276, elements/charts.scss */
.rickshaw_graph .y_ticks path {
  fill: none;
  stroke: #808080; }

/* line 280, elements/charts.scss */
.rickshaw_graph .y_ticks text {
  opacity: 0.5;
  font-size: 12px;
  pointer-events: none; }

/* line 286, elements/charts.scss */
.rickshaw_graph .x_tick.glow .title,
.rickshaw_graph .y_ticks.glow text {
  fill: black;
  color: black;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.1), 1px -1px 0 rgba(255, 255, 255, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.1), 0px -1px 0 rgba(255, 255, 255, 0.1), 1px 0px 0 rgba(255, 255, 255, 0.1), -1px 0px 0 rgba(255, 255, 255, 0.1), -1px -1px 0 rgba(255, 255, 255, 0.1); }

/* line 300, elements/charts.scss */
.rickshaw_graph .x_tick.inverse .title,
.rickshaw_graph .y_ticks.inverse text {
  fill: white;
  color: white;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.8), 1px -1px 0 rgba(0, 0, 0, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.8), 0px 1px 0 rgba(0, 0, 0, 0.8), 0px -1px 0 rgba(0, 0, 0, 0.8), 1px 0px 0 rgba(0, 0, 0, 0.8), -1px 0px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8); }

/*
 * Datepicker
 */
/* line 5, elements/datepicker.scss */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
      border-top: 1px solid #ddd !important;
  }*/ }
  /* line 12, elements/datepicker.scss */
  .datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  /* line 23, elements/datepicker.scss */
  .datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 7px; }
  /* line 33, elements/datepicker.scss */
  .datepicker > div {
    display: none; }
  /* line 36, elements/datepicker.scss */
  .datepicker.days div.datepicker-days {
    display: block; }
  /* line 39, elements/datepicker.scss */
  .datepicker.months div.datepicker-months {
    display: block; }
  /* line 42, elements/datepicker.scss */
  .datepicker.years div.datepicker-years {
    display: block; }
  /* line 45, elements/datepicker.scss */
  .datepicker table {
    width: 100%;
    margin: 0; }
  /* line 50, elements/datepicker.scss */
  .datepicker td,
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  /* line 57, elements/datepicker.scss */
  .datepicker td.day:hover {
    background: #eeeeee;
    cursor: pointer; }
  /* line 62, elements/datepicker.scss */
  .datepicker td.old, .datepicker td.new {
    color: #dddddd; }
  /* line 66, elements/datepicker.scss */
  .datepicker td.active, .datepicker td.active:hover {
    background-color: #006ccc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    *background-color: #0044cc;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    /* line 542, mixins.scss */
    .datepicker td.active:not(.disabled):not([disabled]):hover, .datepicker td.active:not(.disabled):not([disabled]):active, .datepicker td.active:not(.disabled):not([disabled]).active, .datepicker td.active:hover:not(.disabled):not([disabled]):hover, .datepicker td.active:hover:not(.disabled):not([disabled]):active, .datepicker td.active:hover:not(.disabled):not([disabled]).active {
      background-color: #0044cc;
      *background-color: #003bb3; }
    /* line 549, mixins.scss */
    .datepicker td.active:active, .datepicker td.active.active, .datepicker td.active:hover:active, .datepicker td.active:hover.active {
      background-color: #003399; }
  /* line 71, elements/datepicker.scss */
  .datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    /* line 80, elements/datepicker.scss */
    .datepicker td span:hover {
      background: #eeeeee; }
    /* line 83, elements/datepicker.scss */
    .datepicker td span.active {
      background-color: #006ccc;
      background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
      background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
      background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
      background-image: -o-linear-gradient(top, #0088cc, #0044cc);
      background-image: linear-gradient(top, #0088cc, #0044cc);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
      border-color: #0044cc #0044cc #002a80;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
      *background-color: #0044cc;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      /* line 542, mixins.scss */
      .datepicker td span.active:not(.disabled):not([disabled]):hover, .datepicker td span.active:not(.disabled):not([disabled]):active, .datepicker td span.active:not(.disabled):not([disabled]).active {
        background-color: #0044cc;
        *background-color: #003bb3; }
      /* line 549, mixins.scss */
      .datepicker td span.active:active, .datepicker td span.active.active {
        background-color: #003399; }
    /* line 88, elements/datepicker.scss */
    .datepicker td span.old {
      color: #dddddd; }
  /* line 94, elements/datepicker.scss */
  .datepicker th.switch {
    width: 145px; }
  /* line 98, elements/datepicker.scss */
  .datepicker thead tr:first-child th {
    cursor: pointer; }
    /* line 100, elements/datepicker.scss */
    .datepicker thead tr:first-child th:hover {
      background: #eeeeee; }

/* line 112, elements/datepicker.scss */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

/* line 122, elements/datepicker.scss */
#datepicker-custom-range {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 10px;
  position: absolute;
  z-index: 2;
  width: 400px;
  border: 1px solid #d0d0d0;
  background: white;
  float: right;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
  /* line 753, mixins.scss */
  #datepicker-custom-range blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }
  /* line 133, elements/datepicker.scss */
  #datepicker-custom-range .date-field-container {
    float: left;
    display: inline-block;
    margin-right: 10px; }
  /* line 139, elements/datepicker.scss */
  #datepicker-custom-range span.date-label {
    float: left;
    display: block;
    width: auto;
    min-width: 16px;
    height: 16px;
    margin-right: -1px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 16px;
    color: #7d8185;
    text-align: center;
    text-shadow: 0 1px 0 white;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px; }
  /* line 157, elements/datepicker.scss */
  #datepicker-custom-range input {
    float: right;
    display: inline-block;
    width: 105px;
    height: 16px;
    padding: 4px;
    font-size: 13px;
    line-height: 16px;
    border: 1px solid #ccc;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px; }
  /* line 169, elements/datepicker.scss */
  #datepicker-custom-range .errors {
    margin-top: 5px; }

/* line 4, elements/domainpicker.scss */
.picker-clear-all-button {
  padding-top: 5px; }

/* line 8, elements/domainpicker.scss */
.picker-label {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px; }

/* line 14, elements/domainpicker.scss */
.picker-textarea {
  margin-right: 6px;
  width: 300px;
  height: 200px;
  box-sizing: border-box; }

/* line 21, elements/domainpicker.scss */
.picker-add-error {
  max-width: 300px; }

/* line 25, elements/domainpicker.scss */
.picker-picked-region {
  width: 300px; }

/* line 29, elements/domainpicker.scss */
.picker-add-button {
  vertical-align: top; }

/* line 33, elements/domainpicker.scss */
.picker-items {
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 200px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: text;
  width: 300px; }
  /* line 46, elements/domainpicker.scss */
  .picker-items.loading {
    position: relative;
    min-width: 24px;
    min-height: 24px; }
    /* line 51, elements/domainpicker.scss */
    .picker-items.loading:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 28px;
      height: 28px;
      margin-top: -14px;
      margin-left: -14px;
      background: url("../images/spinner-rosetta-blue-14x14.gif") no-repeat; }
  /* line 65, elements/domainpicker.scss */
  .picker-items .muted {
    margin: 3px 5px 3px 5px;
    color: #999999; }
  /* line 70, elements/domainpicker.scss */
  .picker-items .picker-item {
    position: relative;
    overflow-x: hidden;
    margin: 3px 5px 3px 5px;
    padding: 3px 5px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default; }
    /* line 89, elements/domainpicker.scss */
    .picker-items .picker-item .picker-remove-button {
      position: absolute;
      top: 4px;
      right: 3px;
      display: block;
      width: 12px;
      height: 12px;
      background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
      font-size: 1px; }
    /* line 100, elements/domainpicker.scss */
    .picker-items .picker-item .picker-remove-button:hover {
      background-position: -42px -10px; }

/* line 8, elements/dropdowns.scss */
.dropup,
.dropdown {
  position: relative; }

/* line 11, elements/dropdowns.scss */
.dropdown-toggle {
  *margin-bottom: -3px; }

/* line 16, elements/dropdowns.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0; }

/* line 22, elements/dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #0090d9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

/* line 34, elements/dropdowns.scss */
.dropdown .caret {
  margin: 6px 0px 0px 5px; }

/* line 40, elements/dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
  /* line 63, elements/dropdowns.scss */
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  /* line 69, elements/dropdowns.scss */
  .dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 7px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid white; }
  /* line 73, elements/dropdowns.scss */
  .dropdown-menu .menu-title-text {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    color: #aeaeae;
    white-space: nowrap; }
  /* line 84, elements/dropdowns.scss */
  .dropdown-menu li > a, .dropdown-menu .menu-text {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 16px;
    color: #333333;
    white-space: nowrap; }

/* line 100, elements/dropdowns.scss */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: white;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -ms-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(top, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0); }

/* line 109, elements/dropdowns.scss */
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -ms-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(top, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0); }

/* line 120, elements/dropdowns.scss */
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999; }

/* line 124, elements/dropdowns.scss */
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default; }

/* line 134, elements/dropdowns.scss */
.open {
  *z-index: 100000; }
  /* line 139, elements/dropdowns.scss */
  .open > .dropdown-menu {
    display: block; }

/* line 146, elements/dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

/* line 158, elements/dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid black;
  content: ""; }
/* line 164, elements/dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

/* line 173, elements/dropdowns.scss */
.dropdown-submenu {
  position: relative; }

/* line 180, elements/dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

/* line 187, elements/dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

/* line 192, elements/dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0; }

/* line 201, elements/dropdowns.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

/* line 214, elements/dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: white; }

/* line 220, elements/dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none; }
  /* line 226, elements/dropdowns.scss */
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
    max-width: 160px; }
    /* line 234, elements/dropdowns.scss */
    .dropdown-submenu.pull-left > .dropdown-menu li > a {
      white-space: normal; }
  /* line 241, elements/dropdowns.scss */
  .dropdown-submenu.pull-left.right-align > a:after {
    display: none; }
  /* line 245, elements/dropdowns.scss */
  .dropdown-submenu.pull-left.right-align > a:before {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-right-color: #0090d9;
    margin-top: 2px;
    margin-left: -10px;
    margin-right: 10px; }
  /* line 260, elements/dropdowns.scss */
  .dropdown-submenu.pull-left.right-align > a:hover:before {
    border-right-color: white; }
  /* line 267, elements/dropdowns.scss */
  .dropdown-submenu.pull-left .dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px; }

/* line 275, elements/dropdowns.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 1, elements/filters.scss */
.filter-tags .btn.btn-mini, .filter-tags .mopub-Education .btn-mini.mopub-Education-btn, .mopub-Education .filter-tags .btn-mini.mopub-Education-btn {
  margin-left: 10px;
  max-width: 825px; }

/* line 6, elements/filters.scss */
.filter-panel {
  clear: both; }
  /* line 9, elements/filters.scss */
  .filter-panel .filter-tags {
    display: inline-block; }
  /* line 13, elements/filters.scss */
  .filter-panel .filter-header, .filter-panel .filter-clear {
    display: inline-block;
    vertical-align: top; }

/* line 19, elements/filters.scss */
#filtered-targeting-table {
  -webkit-transform: scale3d(1, 1, 1); }
  /* line 22, elements/filters.scss */
  #filtered-targeting-table .filter-row-border {
    border-bottom: 2px solid rgba(69, 69, 69, 0.1); }
  /* line 26, elements/filters.scss */
  #filtered-targeting-table .filter-column-width {
    width: 400px; }
  /* line 30, elements/filters.scss */
  #filtered-targeting-table .filter-button {
    position: absolute;
    right: 0px; }
  /* line 35, elements/filters.scss */
  #filtered-targeting-table .app-elem {
    display: inline-block; }
  /* line 38, elements/filters.scss */
  #filtered-targeting-table .adunit-elem {
    margin: 0 0 7px 0; }

/* line 13, mixins.scss */
.left {
  float: left; }

/* line 18, mixins.scss */
.right {
  float: right; }

/* line 23, mixins.scss */
.center {
  margin: 0 auto; }

/* line 39, mixins.scss */
.clearfix {
  *zoom: 1; }
  /* line 31, mixins.scss */
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  /* line 35, mixins.scss */
  .clearfix:after {
    clear: both; }

/* line 48, mixins.scss */
.hidden {
  display: none; }

/* line 58, mixins.scss */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* line 66, mixins.scss */
.invisible {
  visibility: hidden; }

/* line 183, mixins.scss */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

/* line 716, mixins.scss */
.flip-horizontal {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: fliph;
  /*IE*/ }

/* line 724, mixins.scss */
.flip-vertical {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: flipv;
  /*IE*/ }

/* line 740, mixins.scss */
.no-highlight {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

/* line 759, mixins.scss */
.well, .mopub-Education {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  /* line 753, mixins.scss */
  .well blockquote, .mopub-Education blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

/*
 * Inline Labels
 */
/* line 767, mixins.scss */
.highlight {
  padding: 1px 3px 2px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  /* line 775, mixins.scss */
  .highlight.important {
    background-color: #c43c35; }
  /* line 776, mixins.scss */
  .highlight.warning {
    background-color: #e63c3c; }
  /* line 777, mixins.scss */
  .highlight.success {
    background-color: #5d8c00; }
  /* line 778, mixins.scss */
  .highlight.notice {
    background-color: #a6e1ff; }

/* line 18, elements/new_forms.scss */
form {
  margin: 0 0 16px; }

/* line 22, elements/new_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

/* line 29, elements/new_forms.scss */
legend {
  margin-top: 30px;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  font-size: 19.5px;
  line-height: 32px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
  /* line 42, elements/new_forms.scss */
  legend small {
    font-size: 12px;
    color: #999999; }

/* line 53, elements/new_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 16px; }

/* line 59, elements/new_forms.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* line 64, elements/new_forms.scss */
label {
  display: block;
  margin-bottom: 5px; }

/* line 89, elements/new_forms.scss */
select,
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 {
  display: inline-block;
  height: 16px;
  padding: 4px 6px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 16px;
  color: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle; }

/* line 105, elements/new_forms.scss */
input,
textarea,
.uneditable-input {
  width: 206px; }

/* line 109, elements/new_forms.scss */
textarea {
  height: auto; }

/* line 128, elements/new_forms.scss */
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: white;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  /* line 135, elements/new_forms.scss */
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

/* line 145, elements/new_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

/* line 152, elements/new_forms.scss */
label.radio input[type="radio"] {
  margin-top: 1px; }

/* line 156, elements/new_forms.scss */
label.checkbox input[type="checkbox"] {
  margin-top: 1px; }

/* line 167, elements/new_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

/* line 173, elements/new_forms.scss */
select,
input[type="file"] {
  height: 26px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 26px; }

/* line 180, elements/new_forms.scss */
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: white; }

/* line 188, elements/new_forms.scss */
select[multiple],
select[size] {
  height: auto; }

/* line 196, elements/new_forms.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 206, elements/new_forms.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed; }

/* line 215, elements/new_forms.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap; }

/* line 221, elements/new_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto; }

/* line 139, mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999; }
/* line 142, mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999; }
/* line 145, mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999; }

/* line 242, elements/new_forms.scss */
.radio,
.checkbox {
  min-height: 16px;
  padding-left: 20px; }

/* line 247, elements/new_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

/* line 254, elements/new_forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

/* line 261, elements/new_forms.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

/* line 268, elements/new_forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

/* line 278, elements/new_forms.scss */
.input-super-mini {
  width: 40px; }

/* line 279, elements/new_forms.scss */
.input-mini {
  width: 60px; }

/* line 280, elements/new_forms.scss */
.input-small {
  width: 90px; }

/* line 281, elements/new_forms.scss */
.input-medium {
  width: 150px; }

/* line 282, elements/new_forms.scss */
.input-large {
  width: 210px; }

/* line 283, elements/new_forms.scss */
.input-xlarge {
  width: 270px; }

/* line 284, elements/new_forms.scss */
.input-xxlarge {
  width: 530px; }

/* line 295, elements/new_forms.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0; }

/* line 309, elements/new_forms.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block; }

/* line 142, grid.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0; }

/* line 147, grid.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 28px; }

/* line 159, grid.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 1014px; }

/* line 159, grid.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 926px; }

/* line 159, grid.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 838px; }

/* line 159, grid.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 750px; }

/* line 159, grid.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 662px; }

/* line 159, grid.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 574px; }

/* line 159, grid.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 486px; }

/* line 159, grid.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 398px; }

/* line 159, grid.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 310px; }

/* line 159, grid.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 222px; }

/* line 159, grid.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 134px; }

/* line 159, grid.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px; }

/* line 322, elements/new_forms.scss */
.controls-row {
  *zoom: 1; }
  /* line 31, mixins.scss */
  .controls-row:before, .controls-row:after {
    display: table;
    content: ""; }
  /* line 35, mixins.scss */
  .controls-row:after {
    clear: both; }

/* line 329, elements/new_forms.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left; }

/* line 334, elements/new_forms.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px; }

/* line 350, elements/new_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee; }

/* line 358, elements/new_forms.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

/* line 211, mixins.scss */
.control-group.warning .help-block, .control-group.warning .help-inline {
  color: #c09853; }
/* line 215, mixins.scss */
.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  color: #c09853;
  border-color: #c09853; }
  /* line 218, mixins.scss */
  .control-group.warning .checkbox:focus, .control-group.warning .radio:focus, .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: 0 0 6px #dbc59e;
    -moz-box-shadow: 0 0 6px #dbc59e;
    box-shadow: 0 0 6px #dbc59e; }
/* line 224, mixins.scss */
.control-group.warning label, .control-group.warning input {
  color: #555; }
/* line 228, mixins.scss */
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

/* line 211, mixins.scss */
.control-group.error .help-block, .control-group.error .help-inline {
  color: #f56a66; }
/* line 215, mixins.scss */
.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
  color: #f56a66;
  border-color: #f56a66; }
  /* line 218, mixins.scss */
  .control-group.error .checkbox:focus, .control-group.error .radio:focus, .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
    border-color: #f23b36;
    -webkit-box-shadow: 0 0 6px #fbc7c6;
    -moz-box-shadow: 0 0 6px #fbc7c6;
    box-shadow: 0 0 6px #fbc7c6; }
/* line 224, mixins.scss */
.control-group.error label, .control-group.error input {
  color: #555; }
/* line 228, mixins.scss */
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
  color: #f56a66;
  background-color: #f2dede;
  border-color: #f56a66; }

/* line 211, mixins.scss */
.control-group.success .help-block, .control-group.success .help-inline {
  color: #62c462; }
/* line 215, mixins.scss */
.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #62c462;
  border-color: #62c462; }
  /* line 218, mixins.scss */
  .control-group.success .checkbox:focus, .control-group.success .radio:focus, .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
    border-color: #42b142;
    -webkit-box-shadow: 0 0 6px #ace0ac;
    -moz-box-shadow: 0 0 6px #ace0ac;
    box-shadow: 0 0 6px #ace0ac; }
/* line 224, mixins.scss */
.control-group.success label, .control-group.success input {
  color: #555; }
/* line 228, mixins.scss */
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
  color: #62c462;
  background-color: #dff0d8;
  border-color: #62c462; }

/* line 211, mixins.scss */
.control-group.info .help-block, .control-group.info .help-inline {
  color: #6bd0ee; }
/* line 215, mixins.scss */
.control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
  color: #6bd0ee;
  border-color: #6bd0ee; }
  /* line 218, mixins.scss */
  .control-group.info .checkbox:focus, .control-group.info .radio:focus, .control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
    border-color: #3dc1e9;
    -webkit-box-shadow: 0 0 6px #c6edf9;
    -moz-box-shadow: 0 0 6px #c6edf9;
    box-shadow: 0 0 6px #c6edf9; }
/* line 224, mixins.scss */
.control-group.info label, .control-group.info input {
  color: #555; }
/* line 228, mixins.scss */
.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on {
  color: #6bd0ee;
  background-color: #d9edf7;
  border-color: #6bd0ee; }

/* line 385, elements/new_forms.scss */
textarea.error, input.error, div.error-text {
  color: #f56a66;
  background-color: white;
  border-color: #f56a66; }
  /* line 389, elements/new_forms.scss */
  textarea.error:focus, input.error:focus, div.error-text:focus {
    border-color: #f23b36;
    -webkit-box-shadow: 0 0 6px #fbc7c6;
    -moz-box-shadow: 0 0 6px #fbc7c6;
    box-shadow: 0 0 6px #fbc7c6; }

/* line 396, elements/new_forms.scss */
textarea.success, input.success {
  color: #62c462;
  background-color: white;
  border-color: #62c462; }
  /* line 400, elements/new_forms.scss */
  textarea.success:focus, input.success:focus {
    border-color: #42b142;
    -webkit-box-shadow: 0 0 6px #ace0ac;
    -moz-box-shadow: 0 0 6px #ace0ac;
    box-shadow: 0 0 6px #ace0ac; }

/* line 410, elements/new_forms.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }
  /* line 413, elements/new_forms.scss */
  input:focus:invalid:focus,
  textarea:focus:invalid:focus,
  select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7; }

/* line 424, elements/new_forms.scss */
.form-actions {
  padding: 15px 20px 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: whitesmoke;
  border-top: 1px solid #e5e5e5;
  *zoom: 1; }
  /* line 31, mixins.scss */
  .form-actions:before, .form-actions:after {
    display: table;
    content: ""; }
  /* line 35, mixins.scss */
  .form-actions:after {
    clear: both; }

/* line 439, elements/new_forms.scss */
.help-block,
.help-inline {
  color: #595959; }

/* line 443, elements/new_forms.scss */
.help-block {
  display: block;
  margin-bottom: 8px; }

/* line 448, elements/new_forms.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px; }

/* line 462, elements/new_forms.scss */
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap; }
  /* line 471, elements/new_forms.scss */
  .input-append input,
  .input-append select,
  .input-append .uneditable-input,
  .input-append .dropdown-menu,
  .input-prepend input,
  .input-prepend select,
  .input-prepend .uneditable-input,
  .input-prepend .dropdown-menu {
    font-size: 13px; }
  /* line 477, elements/new_forms.scss */
  .input-append input,
  .input-append select,
  .input-append .uneditable-input,
  .input-prepend input,
  .input-prepend select,
  .input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
    /* line 484, elements/new_forms.scss */
    .input-append input:focus,
    .input-append select:focus,
    .input-append .uneditable-input:focus,
    .input-prepend input:focus,
    .input-prepend select:focus,
    .input-prepend .uneditable-input:focus {
      z-index: 2; }
  /* line 488, elements/new_forms.scss */
  .input-append .add-on,
  .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 16px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    text-shadow: 0 1px 0 white;
    background-color: #eeeeee;
    border: 1px solid #ccc; }
  /* line 504, elements/new_forms.scss */
  .input-append .add-on,
  .input-append .btn,
  .input-append .mopub-Education .mopub-Education-btn,
  .mopub-Education .input-append .mopub-Education-btn,
  .input-append .btn-group > .dropdown-toggle,
  .input-prepend .add-on,
  .input-prepend .btn,
  .input-prepend .mopub-Education .mopub-Education-btn,
  .mopub-Education .input-prepend .mopub-Education-btn,
  .input-prepend .btn-group > .dropdown-toggle {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  /* line 508, elements/new_forms.scss */
  .input-append .active,
  .input-prepend .active {
    background-color: #b6ff26;
    border-color: #5d8c00; }

/* line 516, elements/new_forms.scss */
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .mopub-Education .mopub-Education-btn,
.mopub-Education .input-prepend .mopub-Education-btn {
  margin-right: -1px; }
/* line 520, elements/new_forms.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-prepend .mopub-Education .mopub-Education-btn:first-child,
.mopub-Education .input-prepend .mopub-Education-btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

/* line 529, elements/new_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }
  /* line 531, elements/new_forms.scss */
  .input-append input + .btn-group .btn:last-child, .input-append input + .btn-group .mopub-Education .mopub-Education-btn:last-child, .mopub-Education .input-append input + .btn-group .mopub-Education-btn:last-child,
  .input-append select + .btn-group .btn:last-child,
  .input-append select + .btn-group .mopub-Education .mopub-Education-btn:last-child,
  .mopub-Education .input-append select + .btn-group .mopub-Education-btn:last-child,
  .input-append .uneditable-input + .btn-group .btn:last-child,
  .input-append .uneditable-input + .btn-group .mopub-Education .mopub-Education-btn:last-child,
  .mopub-Education .input-append .uneditable-input + .btn-group .mopub-Education-btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
/* line 537, elements/new_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .mopub-Education .mopub-Education-btn,
.mopub-Education .input-append .mopub-Education-btn,
.input-append .btn-group {
  margin-left: -1px; }
/* line 542, elements/new_forms.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .mopub-Education .mopub-Education-btn:last-child,
.mopub-Education .input-append .mopub-Education-btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

/* line 551, elements/new_forms.scss */
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  /* line 553, elements/new_forms.scss */
  .input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append input + .btn-group .mopub-Education .mopub-Education-btn, .mopub-Education .input-prepend.input-append input + .btn-group .mopub-Education-btn,
  .input-prepend.input-append select + .btn-group .btn,
  .input-prepend.input-append select + .btn-group .mopub-Education .mopub-Education-btn,
  .mopub-Education .input-prepend.input-append select + .btn-group .mopub-Education-btn,
  .input-prepend.input-append .uneditable-input + .btn-group .btn,
  .input-prepend.input-append .uneditable-input + .btn-group .mopub-Education .mopub-Education-btn,
  .mopub-Education .input-prepend.input-append .uneditable-input + .btn-group .mopub-Education-btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
/* line 558, elements/new_forms.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child,
.input-prepend.input-append .mopub-Education .mopub-Education-btn:first-child,
.mopub-Education .input-prepend.input-append .mopub-Education-btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }
/* line 563, elements/new_forms.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,
.input-prepend.input-append .mopub-Education .mopub-Education-btn:last-child,
.mopub-Education .input-prepend.input-append .mopub-Education-btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }
/* line 567, elements/new_forms.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0; }

/* line 578, elements/new_forms.scss */
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

/* Allow for input prepend/append in search forms */
/* line 589, elements/new_forms.scss */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 592, elements/new_forms.scss */
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }

/* line 595, elements/new_forms.scss */
.form-search .input-append .btn, .form-search .input-append .mopub-Education .mopub-Education-btn, .mopub-Education .form-search .input-append .mopub-Education-btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0; }

/* line 598, elements/new_forms.scss */
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0; }

/* line 601, elements/new_forms.scss */
.form-search .input-prepend .btn, .form-search .input-prepend .mopub-Education .mopub-Education-btn, .mopub-Education .form-search .input-prepend .mopub-Education-btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }

/* line 623, elements/new_forms.scss */
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle; }
/* line 630, elements/new_forms.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none; }
/* line 633, elements/new_forms.scss */
.form-search ul,
.form-inline ul,
.form-horizontal ul {
  padding: 0;
  list-style-type: none; }

/* line 641, elements/new_forms.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block; }

/* line 648, elements/new_forms.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0; }

/* line 655, elements/new_forms.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

/* line 664, elements/new_forms.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0; }

/* line 672, elements/new_forms.scss */
.control-group {
  margin-bottom: 8px; }

/* line 677, elements/new_forms.scss */
legend + .control-group {
  margin-top: 16px;
  -webkit-margin-top-collapse: separate; }

/* line 687, elements/new_forms.scss */
.form-horizontal .control-group {
  margin-bottom: 15px;
  *zoom: 1; }
  /* line 31, mixins.scss */
  .form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    content: ""; }
  /* line 35, mixins.scss */
  .form-horizontal .control-group:after {
    clear: both; }
/* line 692, elements/new_forms.scss */
.form-horizontal .control-label {
  font-weight: bold;
  font-size: 14px;
  float: left;
  width: 155px;
  padding-top: 5px;
  padding-right: 5px;
  text-align: right; }
/* line 702, elements/new_forms.scss */
.form-horizontal .control-label-left {
  font-weight: bold;
  font-size: 14px;
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 20px;
  text-align: left; }
/* line 713, elements/new_forms.scss */
.form-horizontal .controls,
.form-horizontal .viewable {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
  margin-bottom: 5px; }
  /* line 720, elements/new_forms.scss */
  .form-horizontal .controls:first-child,
  .form-horizontal .viewable:first-child {
    *padding-left: 180px; }
/* line 726, elements/new_forms.scss */
.form-horizontal .help-block {
  margin-bottom: 0; }
/* line 736, elements/new_forms.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 8px; }
/* line 741, elements/new_forms.scss */
.form-horizontal .form-actions {
  padding-left: 180px; }

/* line 746, elements/new_forms.scss */
.form-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  padding: 25px;
  margin-bottom: 20px; }

/* line 754, elements/new_forms.scss */
input.error, textarea.error, input.parsley-error, select.parsley-error {
  background: #fff2f2;
  border-color: #e6a1a1;
  border-top-color: #d98d8d;
  color: #222; }

/* line 758, elements/new_forms.scss */
.parsley-error-list {
  margin-top: 4px; }
  /* line 761, elements/new_forms.scss */
  .parsley-error-list li {
    color: red;
    font-weight: bold; }

/* line 767, elements/new_forms.scss */
.parsley-error + .chosen-container .chosen-choices {
  background: #fff2f2;
  border-color: #e6a1a1;
  border-top-color: #d98d8d;
  color: #222; }

/*
 * Lightswitch
 */
/* line 5, elements/lightswitch.scss */
.lightswitch {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #f5f5f5;
  border: 1px solid #7d8185;
  padding: 0;
  width: 100px;
  height: 32px;
  background: #eeeeee url(../images/greenonoff.png) no-repeat; }
  /* line 15, elements/lightswitch.scss */
  .lightswitch:hover {
    cursor: pointer; }
  /* line 18, elements/lightswitch.scss */
  .lightswitch .switch {
    margin: -1px 0px;
    width: 53px;
    height: 32px;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: margin-left 0.25s ease-in-out;
    -moz-transition: margin-left 0.25s ease-in-out;
    -ms-transition: margin-left 0.25s ease-in-out;
    -o-transition: margin-left 0.25s ease-in-out;
    transition: margin-left 0.25s ease-in-out;
    background-color: #e7e7e7;
    background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
    background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
    background-image: linear-gradient(top, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFDDDDDD', GradientType=0);
    background-image: url(../images/m.png); }
    /* line 28, elements/lightswitch.scss */
    .lightswitch .switch.off {
      margin-left: -2px;
      -webkit-border-top-left-radius: 0px;
      -moz-border-radius-topleft: 0px;
      border-top-left-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-left-radius: 0px; }
    /* line 32, elements/lightswitch.scss */
    .lightswitch .switch.on {
      margin-left: 48px;
      -webkit-border-top-right-radius: 0px;
      -moz-border-radius-topright: 0px;
      border-top-right-radius: 0px;
      -webkit-border-bottom-right-radius: 0px;
      -moz-border-radius-bottomright: 0px;
      border-bottom-right-radius: 0px; }

/* line 6, elements/modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80); }
  /* line 16, elements/modals.scss */
  .modal-backdrop.fade {
    opacity: 0; }

/* line 21, elements/modals.scss */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10050;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: white;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  text-align: left; }
  /* line 41, elements/modals.scss */
  .modal.fade {
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
    top: -25%; }
  /* line 45, elements/modals.scss */
  .modal.fade.in {
    top: 50%; }
  /* line 47, elements/modals.scss */
  .modal a.close {
    font-weight: bold;
    padding-right: 8px; }

/* line 52, elements/modals.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }
  /* line 56, elements/modals.scss */
  .modal-header .close {
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    margin-top: 2px; }
  /* line 67, elements/modals.scss */
  .modal-header.centered {
    text-align: center; }
    /* line 69, elements/modals.scss */
    .modal-header.centered .close {
      position: absolute;
      right: 14px;
      top: 15px; }
    /* line 74, elements/modals.scss */
    .modal-header.centered h3 {
      color: #999999;
      font-weight: 500;
      font-size: 20px;
      margin-top: 7px; }
  /* line 82, elements/modals.scss */
  .modal-header h3 {
    line-height: 30px; }

/* line 88, elements/modals.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px; }

/* line 95, elements/modals.scss */
.modal-subheader {
  padding-top: 18px;
  margin-bottom: 6px;
  border-bottom: 1px solid #eee; }

/* line 103, elements/modals.scss */
.modal-form {
  margin-bottom: 0; }

/* line 108, elements/modals.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  *zoom: 1; }
  /* line 31, mixins.scss */
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: ""; }
  /* line 35, mixins.scss */
  .modal-footer:after {
    clear: both; }
  /* line 119, elements/modals.scss */
  .modal-footer .btn + .btn, .modal-footer .mopub-Education .mopub-Education-btn + .btn, .mopub-Education .modal-footer .mopub-Education-btn + .btn, .modal-footer .mopub-Education .btn + .mopub-Education-btn, .mopub-Education .modal-footer .btn + .mopub-Education-btn, .modal-footer .mopub-Education .mopub-Education-btn + .mopub-Education-btn, .mopub-Education .modal-footer .mopub-Education-btn + .mopub-Education-btn {
    margin-left: 5px;
    margin-bottom: 0; }
  /* line 124, elements/modals.scss */
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .mopub-Education .mopub-Education-btn + .btn, .mopub-Education .modal-footer .btn-group .mopub-Education-btn + .btn, .modal-footer .btn-group .mopub-Education .btn + .mopub-Education-btn, .mopub-Education .modal-footer .btn-group .btn + .mopub-Education-btn, .modal-footer .btn-group .mopub-Education .mopub-Education-btn + .mopub-Education-btn, .mopub-Education .modal-footer .btn-group .mopub-Education-btn + .mopub-Education-btn {
    margin-left: -1px; }
  /* line 128, elements/modals.scss */
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

/* line 12, elements/messages.scss */
.message {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 35px 8px 14px;
  margin-bottom: 16px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #f5eedc;
  border: 1px solid #f9dc93;
  font-size: 15px; }
  /* line 21, elements/messages.scss */
  .message .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 16px; }
  /* line 28, elements/messages.scss */
  .message h4 {
    color: #c09853;
    margin: 0; }

/* line 38, elements/messages.scss */
.message-success {
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  /* line 41, elements/messages.scss */
  .message-success h4 {
    color: #62c462; }

/* line 46, elements/messages.scss */
.message-error {
  background-color: #f3dedb;
  border-color: #c57966; }
  /* line 49, elements/messages.scss */
  .message-error h4 {
    color: #f56a66; }

/* line 54, elements/messages.scss */
.message-info {
  background-color: #daebf2;
  border-color: #6ad2ff; }
  /* line 57, elements/messages.scss */
  .message-info h4 {
    color: #6bd0ee; }

/* line 68, elements/messages.scss */
.message-block {
  padding-top: 14px;
  padding-bottom: 14px; }
  /* line 72, elements/messages.scss */
  .message-block > p, .message-block > ul {
    margin-bottom: 0; }
  /* line 76, elements/messages.scss */
  .message-block p + p {
    margin-top: 5px; }

/* line 9, elements/navs.scss */
.nav {
  margin-left: 0;
  margin-bottom: 16px;
  list-style: none; }

/* line 16, elements/navs.scss */
.nav > li > a {
  display: block; }

/* line 19, elements/navs.scss */
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee; }

/* line 26, elements/navs.scss */
.nav > li > a > img {
  max-width: none; }

/* line 31, elements/navs.scss */
.nav > .pull-right {
  float: right; }

/* line 36, elements/navs.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase; }

/* line 47, elements/navs.scss */
.nav li + .nav-header {
  margin-top: 9px; }

/* line 56, elements/navs.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0; }

/* line 62, elements/navs.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

/* line 67, elements/navs.scss */
.nav-list > li > a {
  padding: 3px 15px; }

/* line 71, elements/navs.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc; }

/* line 77, elements/navs.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px; }

/* line 81, elements/navs.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 7px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white; }

/* line 92, elements/navs.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1; }
  /* line 31, mixins.scss */
  .nav-tabs:before, .nav-tabs:after,
  .nav-pills:before,
  .nav-pills:after {
    display: table;
    content: ""; }
  /* line 35, mixins.scss */
  .nav-tabs:after,
  .nav-pills:after {
    clear: both; }

/* line 96, elements/navs.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left; }

/* line 100, elements/navs.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px; }

/* line 111, elements/navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd; }

/* line 115, elements/navs.scss */
.nav-tabs > li {
  margin-bottom: -1px; }

/* line 119, elements/navs.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 16px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }
  /* line 125, elements/navs.scss */
  .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd; }

/* line 131, elements/navs.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #7d8185;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

/* line 144, elements/navs.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* line 154, elements/navs.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: white;
  background-color: #0088cc; }

/* line 165, elements/navs.scss */
.nav-stacked > li {
  float: none; }

/* line 168, elements/navs.scss */
.nav-stacked > li > a {
  margin-right: 0; }

/* line 173, elements/navs.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0; }

/* line 176, elements/navs.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 186, elements/navs.scss */
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2; }

/* line 192, elements/navs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px; }

/* line 195, elements/navs.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px; }

/* line 204, elements/navs.scss */
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

/* line 207, elements/navs.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

/* line 214, elements/navs.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px; }

/* line 219, elements/navs.scss */
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580; }

/* move down carets for tabs */
/* line 224, elements/navs.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px; }

/* line 230, elements/navs.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

/* line 234, elements/navs.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #7d8185;
  border-bottom-color: #7d8185; }

/* line 241, elements/navs.scss */
.nav > .dropdown.active > a:hover {
  cursor: pointer; }

/* line 249, elements/navs.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: white;
  background-color: #999999;
  border-color: #999999; }

/* line 256, elements/navs.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: white;
  border-bottom-color: white;
  opacity: 100;
  filter: alpha(opacity=10000); }

/* line 263, elements/navs.scss */
.tabs-stacked .open > a:hover {
  border-color: #999999; }

/* line 277, elements/navs.scss */
.tabbable {
  *zoom: 1; }
  /* line 31, mixins.scss */
  .tabbable:before, .tabbable:after {
    display: table;
    content: ""; }
  /* line 35, mixins.scss */
  .tabbable:after {
    clear: both; }

/* line 280, elements/navs.scss */
.tab-content {
  overflow: auto; }

/* line 287, elements/navs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

/* line 293, elements/navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

/* line 297, elements/navs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block; }

/* line 305, elements/navs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd; }

/* line 308, elements/navs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

/* line 312, elements/navs.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }
  /* line 314, elements/navs.scss */
  .tabs-below > .nav-tabs > li > a:hover {
    border-bottom-color: transparent;
    border-top-color: #ddd; }

/* line 320, elements/navs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd; }

/* line 329, elements/navs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

/* line 333, elements/navs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

/* line 340, elements/navs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd; }

/* line 345, elements/navs.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

/* line 349, elements/navs.scss */
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

/* line 353, elements/navs.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: white; }

/* line 359, elements/navs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }

/* line 364, elements/navs.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

/* line 368, elements/navs.scss */
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

/* line 372, elements/navs.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: white; }

/* line 383, elements/navs.scss */
.nav > .disabled > a {
  color: #999999; }

/* line 387, elements/navs.scss */
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default; }

/* line 2, elements/popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  text-align: left;
  white-space: normal;
  background-color: #ffffff !important;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
  /* line 23, elements/popovers.scss */
  .popover .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #555;
    background-color: #f7f7f7 !important;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
  /* line 37, elements/popovers.scss */
  .popover .popover-title:empty {
    display: none; }
  /* line 41, elements/popovers.scss */
  .popover .popover-content {
    padding: 9px 14px; }
  /* line 46, elements/popovers.scss */
  .popover .arrow,
  .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  /* line 55, elements/popovers.scss */
  .popover .arrow {
    border-width: 11px; }
  /* line 59, elements/popovers.scss */
  .popover .arrow:after {
    border-width: 10px;
    content: ""; }

/* line 65, elements/popovers.scss */
.popover.fixed-width {
  width: 276px; }

/* line 69, elements/popovers.scss */
.popover.bottom {
  margin-top: 10px; }

/* line 73, elements/popovers.scss */
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0; }

/* line 82, elements/popovers.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0; }

/* line 89, elements/popovers.scss */
.popover.left {
  margin-left: -10px; }

/* line 93, elements/popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0; }

/* line 102, elements/popovers.scss */
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0; }

/* line 109, elements/popovers.scss */
.popover.top {
  margin-top: -10px; }

/* line 113, elements/popovers.scss */
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

/* line 122, elements/popovers.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0; }

/* line 129, elements/popovers.scss */
.popover.right {
  margin-left: 10px; }

/* line 133, elements/popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

/* line 142, elements/popovers.scss */
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0; }

@-webkit-keyframes progress-bar-stripes {
  /* line 10, elements/progressbars.scss */
  from {
    background-position: 40px 0; }

  /* line 11, elements/progressbars.scss */
  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  /* line 16, elements/progressbars.scss */
  from {
    background-position: 40px 0; }

  /* line 17, elements/progressbars.scss */
  to {
    background-position: 0 0; } }

@-ms-keyframes progress-bar-stripes {
  /* line 22, elements/progressbars.scss */
  from {
    background-position: 40px 0; }

  /* line 23, elements/progressbars.scss */
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  /* line 28, elements/progressbars.scss */
  from {
    background-position: 0 0; }

  /* line 29, elements/progressbars.scss */
  to {
    background-position: 40px 0; } }

@keyframes progress-bar-stripes {
  /* line 34, elements/progressbars.scss */
  from {
    background-position: 40px 0; }

  /* line 35, elements/progressbars.scss */
  to {
    background-position: 0 0; } }

/* line 44, elements/progressbars.scss */
.progress {
  overflow: hidden;
  height: 10px;
  margin-bottom: 16px;
  background-color: #c2c2c2; }

/* line 54, elements/progressbars.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: white;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #149bdf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

/* line 67, elements/progressbars.scss */
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); }

/* line 72, elements/progressbars.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px; }

/* line 78, elements/progressbars.scss */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

/* line 92, elements/progressbars.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #ee5f5b; }

/* line 95, elements/progressbars.scss */
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0)); }

/* line 100, elements/progressbars.scss */
.progress-success .bar, .progress .bar-success {
  background-color: #38B549; }

/* line 103, elements/progressbars.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0)); }

/* line 108, elements/progressbars.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #5bc0de; }

/* line 111, elements/progressbars.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0)); }

/*
 * New style rollups
 */
/* line 4, elements/rollups.scss */
.new-rollup {
  margin: 0 auto;
  *zoom: 1; }
  /* line 31, mixins.scss */
  .new-rollup:before, .new-rollup:after {
    display: table;
    content: ""; }
  /* line 35, mixins.scss */
  .new-rollup:after {
    clear: both; }
  /* line 8, elements/rollups.scss */
  .new-rollup .rollup-box {
    margin: 4px;
    padding: 10px;
    width: 208px;
    display: inline-block;
    overflow: hidden;
    background: #B4CEE1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in; }
    /* line 19, elements/rollups.scss */
    .new-rollup .rollup-box:first-child {
      margin-left: 0; }
    /* line 22, elements/rollups.scss */
    .new-rollup .rollup-box:last-child {
      margin-right: 0; }
    /* line 26, elements/rollups.scss */
    .new-rollup .rollup-box.active {
      background: #7daacb; }
    /* line 30, elements/rollups.scss */
    .new-rollup .rollup-box:hover {
      cursor: pointer;
      background: #ffcf9a; }
      /* line 33, elements/rollups.scss */
      .new-rollup .rollup-box:hover.active {
        background: #7daacb; }
    /* line 38, elements/rollups.scss */
    .new-rollup .rollup-box .rollup-title {
      margin: 0 auto 5px auto;
      text-align: center;
      padding: 9px 15px;
      line-height: 1;
      background-color: white;
      border-bottom: 1px solid #eee;
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0; }
    /* line 49, elements/rollups.scss */
    .new-rollup .rollup-box .rollup-stat {
      padding: 10px;
      background-color: white;
      -webkit-border-radius: 0 0 3px 3px;
      -moz-border-radius: 0 0 3px 3px;
      border-radius: 0 0 3px 3px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box; }
      /* line 54, elements/rollups.scss */
      .new-rollup .rollup-box .rollup-stat p, .new-rollup .rollup-box .rollup-stat ul, .new-rollup .rollup-box .rollup-stat ol {
        margin-bottom: 0; }
      /* line 58, elements/rollups.scss */
      .new-rollup .rollup-box .rollup-stat p {
        margin-bottom: 0;
        text-align: center; }
      /* line 63, elements/rollups.scss */
      .new-rollup .rollup-box .rollup-stat .stat-value {
        text-align: center;
        font-size: 34px; }
      /* line 68, elements/rollups.scss */
      .new-rollup .rollup-box .rollup-stat .delta-value {
        text-align: center;
        font-size: 18px; }
        /* line 71, elements/rollups.scss */
        .new-rollup .rollup-box .rollup-stat .delta-value.positive {
          color: #62c462; }
        /* line 74, elements/rollups.scss */
        .new-rollup .rollup-box .rollup-stat .delta-value.negative {
          color: #ee5f5b; }

/* line 82, elements/rollups.scss */
.rollup {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #EBF2F7;
  color: #444;
  margin-bottom: 20px;
  padding: 5px;
  border: none; }

/* line 1, elements/spinners.scss */
.large-spinner {
  background: url("../images/report-preloader-fast.gif") no-repeat;
  background-position: 50% 40px;
  height: 180px;
  width: 180px; }

/* line 8, elements/spinners.scss */
#circleG.changelog-spinner {
  position: absolute;
  top: 280px;
  left: 415px;
  width: 175px; }

/* line 20, elements/spinners.scss */
.circleG {
  background-color: #AEAEAE;
  width: 38px;
  height: 38px;
  float: left;
  margin-left: 20px;
  -moz-animation-name: bounce_circleG;
  -moz-animation-duration: 2.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -moz-border-radius: 25px;
  -webkit-animation-name: bounce_circleG;
  -webkit-animation-duration: 2.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -webkit-border-radius: 25px;
  -ms-animation-name: bounce_circleG;
  -ms-animation-duration: 2.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -ms-border-radius: 25px;
  -o-animation-name: bounce_circleG;
  -o-animation-duration: 2.1s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  -o-border-radius: 25px;
  animation-name: bounce_circleG;
  animation-duration: 2.1s;
  animation-iteration-count: infinite;
  animation-direction: linear;
  border-radius: 25px; }

/* line 58, elements/spinners.scss */
#circleG_1 {
  -moz-animation-delay: 0.42s;
  -webkit-animation-delay: 0.42s;
  -ms-animation-delay: 0.42s;
  -o-animation-delay: 0.42s;
  animation-delay: 0.42s; }

/* line 66, elements/spinners.scss */
#circleG_2 {
  -moz-animation-delay: 0.98s;
  -webkit-animation-delay: 0.98s;
  -ms-animation-delay: 0.98s;
  -o-animation-delay: 0.98s;
  animation-delay: 0.98s; }

/* line 74, elements/spinners.scss */
#circleG_3 {
  -moz-animation-delay: 1.26s;
  -webkit-animation-delay: 1.26s;
  -ms-animation-delay: 1.26s;
  -o-animation-delay: 1.26s;
  animation-delay: 1.26s; }

@-moz-keyframes bounce_circleG {
  /* line 84, elements/spinners.scss */
  50% {
    background-color: #5c6266; } }

@-webkit-keyframes bounce_circleG {
  /* line 90, elements/spinners.scss */
  50% {
    background-color: #5c6266; } }

@-ms-keyframes bounce_circleG {
  /* line 96, elements/spinners.scss */
  50% {
    background-color: #5C6266; } }

@-o-keyframes bounce_circleG {
  /* line 102, elements/spinners.scss */
  50% {
    background-color: #5c6266; } }

@keyframes bounce_circleG {
  /* line 108, elements/spinners.scss */
  50% {
    background-color: #5c6266; } }

/* line 63, elements/tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

/* line 72, elements/tables.scss */
.table {
  width: 100%;
  margin: 0 0 5px 0;
  border-bottom: 3px solid #e2e2e2; }
  /* line 77, elements/tables.scss */
  .table.unbordered {
    border-bottom: none; }
  /* line 82, elements/tables.scss */
  .table.cozy th, .table.cozy td {
    padding: 8px; }
  /* line 88, elements/tables.scss */
  .table.comfortable th {
    padding: 15px 20px 10px 20px; }
  /* line 91, elements/tables.scss */
  .table.comfortable td {
    padding: 10px 20px 10px 20px; }
  /* line 97, elements/tables.scss */
  .table th, .table td {
    text-align: right;
    vertical-align: top; }
    /* line 100, elements/tables.scss */
    .table th.right-align, .table td.right-align {
      text-align: right; }
    /* line 103, elements/tables.scss */
    .table th.left-align, .table td.left-align {
      text-align: left; }
    /* line 106, elements/tables.scss */
    .table th.center-align, .table td.center-align {
      text-align: center; }
    /* line 109, elements/tables.scss */
    .table th:first-child, .table td:first-child {
      text-align: left; }
    /* line 112, elements/tables.scss */
    .table th.clampdown, .table td.clampdown {
      width: 50px; }
    /* line 115, elements/tables.scss */
    .table th.text, .table td.text {
      text-align: left; }
    /* line 118, elements/tables.scss */
    .table th.font12px, .table td.font12px {
      font-size: 12px; }
  /* line 122, elements/tables.scss */
  .table th {
    border-bottom: 1px solid #aeaeae;
    border-top: 1px solid #aeaeae;
    color: #4d4d4d;
    background-color: white;
    font-size: 10px;
    font-weight: 200;
    line-height: 10px;
    padding: 15px 20px 10px 20px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.4px; }
  /* line 136, elements/tables.scss */
  .table td {
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #e7e7e7;
    vertical-align: middle;
    font-size: 13px; }
    /* line 142, elements/tables.scss */
    .table td .sub {
      font-size: 12px; }
  /* line 147, elements/tables.scss */
  .table thead {
    font-size: 10px;
    line-height: 1px;
    margin-bottom: 5px; }
  /* line 154, elements/tables.scss */
  .table tbody + tbody {
    border-top: 2px solid #dddddd; }
  /* line 157, elements/tables.scss */
  .table .table {
    background-color: white; }

/* line 162, elements/tables.scss */
.gray-overlay {
  position: absolute;
  background-color: gray;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 150ms ease;
  -moz-transition: opacity 150ms ease;
  -ms-transition: opacity 150ms ease;
  -o-transition: opacity 150ms ease;
  transition: opacity 150ms ease; }
  /* line 172, elements/tables.scss */
  .gray-overlay.overlay-active {
    opacity: 0.3;
    z-index: 1; }

/* line 184, elements/tables.scss */
.table tbody tr.success td {
  background-color: #dff0d8; }
/* line 187, elements/tables.scss */
.table tbody tr.error td {
  background-color: #f2dede; }
/* line 190, elements/tables.scss */
.table tbody tr.warning td {
  background-color: #fcf8e3; }
/* line 193, elements/tables.scss */
.table tbody tr.info td {
  background-color: #d9edf7; }

/* line 199, elements/tables.scss */
table th {
  cursor: pointer; }
  /* line 201, elements/tables.scss */
  table th.status {
    min-width: 46px; }
  /* line 204, elements/tables.scss */
  table th.impressions {
    min-width: 76px; }
  /* line 207, elements/tables.scss */
  table th.clicks {
    min-width: 44px; }
  /* line 210, elements/tables.scss */
  table th.conversions {
    min-width: 81px; }
  /* line 213, elements/tables.scss */
  table th.info {
    min-width: 31px; }
  /* line 216, elements/tables.scss */
  table th .tablesorter-header-inner {
    display: inline-block; }

/* line 221, elements/tables.scss */
table.sortable th {
  position: relative;
  white-space: nowrap; }
  /* line 8, elements/tables.scss */
  table.sortable th:after {
    display: inline-block;
    visibility: hidden;
    content: "";
    position: absolute;
    right: 6px;
    bottom: 42%;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent; }
  /* line 19, elements/tables.scss */
  table.sortable th.tablesorter-headerAsc, table.sortable th.tablesorter-headerDesc {
    background-color: #f7f7f9;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }
    /* line 22, elements/tables.scss */
    table.sortable th.tablesorter-headerAsc:after, table.sortable th.tablesorter-headerDesc:after {
      visibility: visible;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -moz-opacity: 0.6;
      filter: alpha(opacity=60);
      opacity: 0.6; }
  /* line 33, elements/tables.scss */
  table.sortable th.tablesorter-headerAsc:after {
    border-bottom: 4px solid #000000;
    border-top: none; }
  /* line 38, elements/tables.scss */
  table.sortable th.tablesorter-headerDesc:after {
    border-bottom: none;
    border-top: 4px solid #000000; }

/* line 226, elements/tables.scss */
table th.sortable {
  position: relative;
  white-space: nowrap; }
  /* line 8, elements/tables.scss */
  table th.sortable:after {
    display: inline-block;
    visibility: hidden;
    content: "";
    position: absolute;
    right: 6px;
    bottom: 42%;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent; }
  /* line 19, elements/tables.scss */
  table th.sortable.tablesorter-headerAsc, table th.sortable.tablesorter-headerDesc {
    background-color: #f7f7f9;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }
    /* line 22, elements/tables.scss */
    table th.sortable.tablesorter-headerAsc:after, table th.sortable.tablesorter-headerDesc:after {
      visibility: visible;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -moz-opacity: 0.6;
      filter: alpha(opacity=60);
      opacity: 0.6; }
  /* line 33, elements/tables.scss */
  table th.sortable.tablesorter-headerAsc:after {
    border-bottom: 4px solid #000000;
    border-top: none; }
  /* line 38, elements/tables.scss */
  table th.sortable.tablesorter-headerDesc:after {
    border-bottom: none;
    border-top: 4px solid #000000; }

/* line 45, elements/tables.scss */
table.sortable.cozy th.tablesorter-headerAsc, table.sortable.cozy th.tablesorter-headerDesc {
  padding-left: 8px;
  padding-right: 14px; }
  /* line 48, elements/tables.scss */
  table.sortable.cozy th.tablesorter-headerAsc:after, table.sortable.cozy th.tablesorter-headerDesc:after {
    display: block;
    position: absolute;
    right: 3px;
    bottom: 11px; }
/* line 55, elements/tables.scss */
table.sortable.cozy th:after {
  display: none; }

/* line 45, elements/tables.scss */
table.cozy th.sortable.tablesorter-headerAsc, table.cozy th.sortable.tablesorter-headerDesc {
  padding-left: 8px;
  padding-right: 14px; }
  /* line 48, elements/tables.scss */
  table.cozy th.sortable.tablesorter-headerAsc:after, table.cozy th.sortable.tablesorter-headerDesc:after {
    display: block;
    position: absolute;
    right: 3px;
    bottom: 11px; }
/* line 55, elements/tables.scss */
table.cozy th.sortable:after {
  display: none; }

/* line 244, elements/tables.scss */
table .header:hover:after {
  visibility: visible; }

/* line 250, elements/tables.scss */
.popover_table {
  margin: 0;
  border-bottom: none;
  margin-bottom: -25px;
  margin-top: -10px; }
  /* line 256, elements/tables.scss */
  .popover_table.table th {
    border-top: none; }
  /* line 259, elements/tables.scss */
  .popover_table.table tbody tr td {
    background-color: #fff; }

/* line 265, elements/tables.scss */
.table-date {
  font-weight: 200; }

/* line 270, elements/tables.scss */
.table thead tr th.checkbox-header {
  padding-top: 0;
  vertical-align: middle; }
  /* line 274, elements/tables.scss */
  .table thead tr th.checkbox-header span {
    display: inline-block;
    padding-left: 5px; }

/* line 280, elements/tables.scss */
.table-header {
  position: relative;
  *zoom: 1; }
  /* line 31, mixins.scss */
  .table-header:before, .table-header:after {
    display: table;
    content: ""; }
  /* line 35, mixins.scss */
  .table-header:after {
    clear: both; }
  /* line 284, elements/tables.scss */
  .table-header .table-tools {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 9px; }

/*
 * Tabs
 */
/* line 5, elements/tabspills.scss */
.tabs, .pills {
  border-bottom: 1px solid #b9b9b9;
  font-size: 15px;
  font-weight: bold;
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0; }
  /* line 14, elements/tabspills.scss */
  .tabs > li, .pills > li {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #F7F8F9;
    color: #3dc4ff;
    border: 1px solid #f2f2f2;
    border-bottom: 1px solid #b9b9b9; }
    /* line 26, elements/tabspills.scss */
    .tabs > li a, .pills > li a {
      color: #3dc4ff; }
    /* line 27, elements/tabspills.scss */
    .tabs > li a:hover, .pills > li a:hover {
      color: #3dc4ff; }
    /* line 29, elements/tabspills.scss */
    .tabs > li:hover, .pills > li:hover {
      cursor: pointer;
      text-decoration: none; }
      /* line 32, elements/tabspills.scss */
      .tabs > li:hover a, .pills > li:hover a {
        text-decoration: none; }
    /* line 37, elements/tabspills.scss */
    .tabs > li:focus, .pills > li:focus {
      outline: 1px dotted #666; }
    /* line 43, elements/tabspills.scss */
    .tabs > li.active, .pills > li.active {
      border: 1px solid #b9b9b9;
      border-bottom: 1px solid white;
      background: white; }
      /* line 48, elements/tabspills.scss */
      .tabs > li.active a, .tabs > li.active a:hover, .pills > li.active a, .pills > li.active a:hover {
        text-decoration: none;
        color: #7d8185;
        background: white; }

/* line 57, elements/tabspills.scss */
.tab-links {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  font-size: 16px; }
  /* line 63, elements/tabspills.scss */
  .tab-links > ul {
    list-style-type: none; }
  /* line 66, elements/tabspills.scss */
  .tab-links > li {
    display: inline; }
    /* line 69, elements/tabspills.scss */
    .tab-links > li.active a, .tab-links > li.active a:hover {
      color: #333; }
    /* line 73, elements/tabspills.scss */
    .tab-links > li.divider {
      margin: 0 10px; }
    /* line 76, elements/tabspills.scss */
    .tab-links > li:hover {
      cursor: pointer; }
  /* line 81, elements/tabspills.scss */
  .tab-links h3 {
    display: inline-block; }

/* line 92, elements/tabspills.scss */
.tab-section {
  display: none; }
  /* line 88, elements/tabspills.scss */
  .tab-section.active {
    display: block; }

/* line 95, elements/tabspills.scss */
.pill-section {
  display: none; }
  /* line 88, elements/tabspills.scss */
  .pill-section.active {
    display: block; }

/* line 99, elements/tabspills.scss */
.tab-activated {
  display: none; }
  /* line 88, elements/tabspills.scss */
  .tab-activated.active {
    display: block; }

/* line 15, elements/tooltips.scss */
.tooltip {
  position: absolute;
  z-index: 1000;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  width: 200px;
  opacity: 0;
  filter: alpha(opacity=0); }
  /* line 23, elements/tooltips.scss */
  .tooltip.in {
    opacity: 80;
    filter: alpha(opacity=8000); }
  /* line 24, elements/tooltips.scss */
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  /* line 25, elements/tooltips.scss */
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  /* line 26, elements/tooltips.scss */
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  /* line 27, elements/tooltips.scss */
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

/* line 31, elements/tooltips.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 43, elements/tooltips.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 51, elements/tooltips.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
/* line 58, elements/tooltips.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black; }
/* line 65, elements/tooltips.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black; }
/* line 72, elements/tooltips.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }

/* line 81, elements/tooltips.scss */
.tooltip-inner {
  max-width: 350px; }

/* line 85, elements/tooltips.scss */
.tooltip-disabled-buddy:hover {
  cursor: not-allowed; }

/* line 89, elements/tooltips.scss */
.tooltip {
  z-index: 2000; }

/* line 2, elements/media.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1; }

/* line 8, elements/media.scss */
.media,
.media .media {
  margin-top: 15px; }

/* line 11, elements/media.scss */
.media:first-child {
  margin-top: 0; }

/* line 14, elements/media.scss */
.media-object {
  display: block; }

/* line 17, elements/media.scss */
.media-heading {
  margin: 0 0 5px; }

/* line 20, elements/media.scss */
.media > .pull-left {
  margin-right: 10px; }

/* line 23, elements/media.scss */
.media > .pull-right {
  margin-left: 10px; }

/* line 26, elements/media.scss */
.media-list {
  margin-left: 0;
  list-style: none; }

/* line 5, elements/education.scss */
.mopub-Education {
  background-clip: padding-box;
  background-color: transparent;
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 220px;
  padding: 50px 30px 30px 30px; }
  /* line 18, elements/education.scss */
  .mopub-Education .mopub-Education-title {
    color: #292f33;
    display: block;
    font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
    font-size: 20px;
    padding-bottom: 30px; }
  /* line 26, elements/education.scss */
  .mopub-Education .mopub-Education-btn {
    bottom: 30px;
    left: 30px;
    margin-top: 30px;
    position: absolute; }
  /* line 36, elements/education.scss */
  .mopub-Education .mopub-Education-content {
    color: #292f33;
    display: inline-block;
    font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
    font-size: 14px;
    width: 42%; }

/*
 * MoPub owned-and-operated tweaks to Bootstrap
 */
/*
 * # bootstrap_tweaks.scss
 * MoPub twekas to bootstrap behaviors`
 */
/* buttons */
/* line 9, mopub/bootstrap_tweaks.scss */
.btn-group,
.btn-group-vertical {
  margin-left: 10px; }
  /* line 12, mopub/bootstrap_tweaks.scss */
  .btn-group > .btn, .mopub-Education .btn-group > .mopub-Education-btn,
  .btn-group-vertical > .btn,
  .mopub-Education .btn-group-vertical > .mopub-Education-btn {
    margin-left: 0px; }

/* line 30, mopub/bootstrap_tweaks.scss */
div.btn-group.btn-pause-play-archive > button.btn-pause:not(.disabled):not([disabled]):hover, div.btn-group.btn-pause-play-archive > button.btn-pause:not(.disabled):not([disabled]):active, div.btn-group.btn-pause-play-archive > button.btn-pause:not(.disabled):not([disabled]).active,
div.btn-group.btn-pause-play-archive > button.btn-play:not(.disabled):not([disabled]):hover,
div.btn-group.btn-pause-play-archive > button.btn-play:not(.disabled):not([disabled]):active,
div.btn-group.btn-pause-play-archive > button.btn-play:not(.disabled):not([disabled]).active,
div.btn-group.btn-pause-play-archive > button.btn-archive:not(.disabled):not([disabled]):hover,
div.btn-group.btn-pause-play-archive > button.btn-archive:not(.disabled):not([disabled]):active,
div.btn-group.btn-pause-play-archive > button.btn-archive:not(.disabled):not([disabled]).active {
  background-image: none !important;
  color: #fff !important;
  text-shadow: none !important; }
/* line 19, mopub/bootstrap_tweaks.scss */
div.btn-group.btn-pause-play-archive > button.btn-pause:not(.disabled):not([disabled]):hover, div.btn-group.btn-pause-play-archive > button.btn-pause:not(.disabled):not([disabled]):active, div.btn-group.btn-pause-play-archive > button.btn-pause:not(.disabled):not([disabled]).active {
  background-color: #fec545 !important; }
/* line 19, mopub/bootstrap_tweaks.scss */
div.btn-group.btn-pause-play-archive > button.btn-play:not(.disabled):not([disabled]):hover, div.btn-group.btn-pause-play-archive > button.btn-play:not(.disabled):not([disabled]):active, div.btn-group.btn-pause-play-archive > button.btn-play:not(.disabled):not([disabled]).active {
  background-color: #20a551 !important; }
/* line 19, mopub/bootstrap_tweaks.scss */
div.btn-group.btn-pause-play-archive > button.btn-archive:not(.disabled):not([disabled]):hover, div.btn-group.btn-pause-play-archive > button.btn-archive:not(.disabled):not([disabled]):active, div.btn-group.btn-pause-play-archive > button.btn-archive:not(.disabled):not([disabled]).active {
  background-color: #a62d11 !important; }

/*
 * Global layout which applies to every page.
 */
/*
 * # Structure.scss
 * Contains stuff that's on every page, like header/footer, navs, etc.
 */
/* line 6, mopub/global.scss */
.pull-right {
  float: right; }

/* line 10, mopub/global.scss */
.pull-left {
  float: left; }

/* line 14, mopub/global.scss */
#container {
  min-height: 100%;
  position: relative; }

/* Remove the scrollbar added by normalize from html and add to the body instead. This is needed
for the jQuery sticky_headers plugin to work properly */
/* line 21, mopub/global.scss */
html {
  overflow-y: hidden; }

/* line 25, mopub/global.scss */
html body {
  overflow-y: scroll; }

/* line 35, mopub/global.scss */
.pageWidth {
  position: relative;
  margin: 0 auto;
  width: 1028px; }

/* line 41, mopub/global.scss */
footer {
  z-index: 2; }

/* line 49, mopub/global.scss */
hr {
  margin: 10px 0 40px 0;
  height: 3px;
  border-top: 3px solid #e2e2e2;
  background: None; }
  /* line 55, mopub/global.scss */
  hr.fit-to-content {
    margin: 10px 0 40px 0; }
    /* line 57, mopub/global.scss */
    hr.fit-to-content.last {
      margin-bottom: 10px; }
  /* line 62, mopub/global.scss */
  hr.thin {
    border: 0;
    height: 1px;
    background: #E5E5E5; }
  /* line 68, mopub/global.scss */
  hr.minimal {
    border: 0;
    height: 1px;
    background: #E5E5E5;
    margin: 10px 0; }

/* line 88, mopub/global.scss */
.logo {
  position: absolute;
  top: 9px; }
  /* line 92, mopub/global.scss */
  .legacy-header .logo {
    top: 12px; }
  /* line 96, mopub/global.scss */
  .logo a {
    height: 46px;
    width: 100px;
    background: url(../images/mopub-logo3.svg) no-repeat top left; }
    /* line 101, mopub/global.scss */
    .legacy-header .logo a {
      width: 128px;
      height: 37px; }

/* line 108, mopub/global.scss */
header {
  width: 100%;
  min-width: 1028px;
  background: #292f33;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  height: 46px; }
  /* line 114, mopub/global.scss */
  .legacy-header header {
    background: #444444 url(../images/layout/header-bg.gif) repeat-x top left;
    background: -moz-linear-gradient(45deg, #7a8384 0%, #343434 90%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #7a8384), color-stop(90%, #343434));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #7a8384 0%, #343434 90%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #7a8384 0%, #343434 90%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #7a8384 0%, #343434 90%);
    /* IE10+ */
    box-shadow: none;
    height: 60px; }

/* line 131, mopub/global.scss */
#main-nav {
  position: absolute;
  left: 122px; }
  /* line 135, mopub/global.scss */
  .legacy-header #main-nav {
    left: 140px; }
  /* line 139, mopub/global.scss */
  #main-nav ul {
    display: inline;
    margin: 0;
    padding: 0; }
    /* line 143, mopub/global.scss */
    #main-nav ul li {
      margin: 0 -2px;
      display: inline-block;
      width: auto; }
      /* line 148, mopub/global.scss */
      .legacy-header #main-nav ul li {
        padding: 0 3px;
        height: 60px; }
  /* line 155, mopub/global.scss */
  #main-nav a, #main-nav a:visited {
    color: white;
    display: inline-block;
    font-size: 14px;
    line-height: 46px;
    opacity: 0.70;
    padding: 0 15px;
    position: relative;
    text-decoration: none; }
    /* line 165, mopub/global.scss */
    .legacy-header #main-nav a, .legacy-header #main-nav a:visited {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      color: #DDD;
      height: 27px;
      font-size: 18px;
      font-weight: 200;
      line-height: 1em;
      margin: 13px 0 0 0;
      opacity: 1.0;
      padding: 6px 12px 0 12px;
      text-shadow: #444444 0 1px 0; }
    /* line 178, mopub/global.scss */
    #main-nav a:after, #main-nav a:visited:after {
      background-color: white;
      bottom: 0;
      content: "";
      height: 5px;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0; }
      /* line 188, mopub/global.scss */
      .legacy-header #main-nav a:after, .legacy-header #main-nav a:visited:after {
        visibility: hidden; }
  /* line 194, mopub/global.scss */
  #main-nav a:hover, #main-nav a:active, #main-nav .active a {
    color: white;
    opacity: 1.0; }
    /* line 198, mopub/global.scss */
    .legacy-header #main-nav a:hover, .legacy-header #main-nav a:active, .legacy-header #main-nav .active a {
      color: white; }
    /* line 202, mopub/global.scss */
    #main-nav a:hover:after, #main-nav a:active:after, #main-nav .active a:after {
      opacity: 1.0; }
  /* line 208, mopub/global.scss */
  .legacy-header #main-nav a:hover, .legacy-header #main-nav a:active {
    color: #f89406;
    background: #444444;
    box-shadow: inset 0 0 5px black;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white; }
  /* line 214, mopub/global.scss */
  #main-nav span {
    vertical-align: middle; }
  /* line 218, mopub/global.scss */
  #main-nav .active {
    background: url("../images/header-pointer.png") no-repeat 50% 100%; }
    /* line 220, mopub/global.scss */
    #main-nav .active a {
      color: white; }
    /* line 224, mopub/global.scss */
    .legacy-header #main-nav .active {
      text-shadow: black 0 -1px 0;
      font-weight: bold; }
  /* line 230, mopub/global.scss */
  #main-nav .nav-beta {
    font-size: 10px;
    color: #F78181; }

/* line 239, mopub/global.scss */
#user-nav {
  position: absolute;
  right: 0;
  /* Start new style section */
  /* End new style section */ }
  /* line 243, mopub/global.scss */
  .legacy-header #user-nav {
    /*
     * Note: the user-nav uses a dropdown which is styled in elements/dropdown.scss
     */
    top: 22px;
    font-weight: 300; }
  /* line 251, mopub/global.scss */
  #user-nav > ul > li {
    display: inline-block;
    z-index: 999; }
    /* line 255, mopub/global.scss */
    #user-nav > ul > li > a, #user-nav > ul > li > a:visited {
      color: white;
      font-size: 14px;
      line-height: 46px;
      opacity: 0.70;
      padding: 0 13px;
      position: relative;
      text-decoration: none; }
      /* line 264, mopub/global.scss */
      .legacy-header #user-nav > ul > li > a, .legacy-header #user-nav > ul > li > a:visited {
        opacity: 1.0;
        line-height: 1em; }
    /* line 270, mopub/global.scss */
    #user-nav > ul > li.active {
      color: white;
      height: 100px;
      position: relative;
      text-decoration: none; }
      /* line 276, mopub/global.scss */
      .legacy-header #user-nav > ul > li.active {
        background-position: 3px 38px;
        background: url("../images/header-pointer.png") no-repeat; }
      /* line 281, mopub/global.scss */
      #user-nav > ul > li.active#register {
        background-position: 38px 38px; }
    /* line 286, mopub/global.scss */
    #user-nav > ul > li.divider {
      color: white; }
    /* line 290, mopub/global.scss */
    #user-nav > ul > li .user-nav-top {
      color: white;
      text-decoration: none;
      padding: 5px 0 5px 10px; }
      /* line 295, mopub/global.scss */
      .legacy-header #user-nav > ul > li .user-nav-top {
        padding: 5px; }
      /* line 299, mopub/global.scss */
      #user-nav > ul > li .user-nav-top:hover {
        opacity: 1.0; }
        /* line 302, mopub/global.scss */
        .legacy-header #user-nav > ul > li .user-nav-top:hover {
          color: #f89406;
          background: #444444;
          box-shadow: inset 0 0 5px black;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; }
    /* line 308, mopub/global.scss */
    #user-nav > ul > li .caret {
      border-top-color: white;
      font-size: 100%;
      margin: 0 20px 0 0;
      vertical-align: middle; }
      /* line 314, mopub/global.scss */
      .legacy-header #user-nav > ul > li .caret {
        border-top-color: #0090d9;
        font-size: 14px;
        margin: 10px 0 0 5px;
        vertical-align: top; }
    /* line 322, mopub/global.scss */
    #user-nav > ul > li .divider {
      margin: 0; }
      /* line 325, mopub/global.scss */
      .legacy-header #user-nav > ul > li .divider {
        margin: 7px 1px; }
  /* line 332, mopub/global.scss */
  #user-nav .account-header {
    color: #66757F;
    font-size: 12px;
    margin: 0;
    padding: 5px 10px 0 10px; }
  /* line 340, mopub/global.scss */
  #user-nav .account a {
    padding: 2px 20px; }
  /* line 344, mopub/global.scss */
  #user-nav .account.activated a {
    font-weight: bold; }
  /* line 349, mopub/global.scss */
  #user-nav .account, #user-nav .settings, #user-nav .logout {
    margin: 0;
    padding: 0; }
  /* line 354, mopub/global.scss */
  #user-nav .settings a {
    padding: 3px 10px 5px 10px; }
  /* line 358, mopub/global.scss */
  #user-nav .logout a {
    padding: 5px 10px 3px 10px; }
  /* line 362, mopub/global.scss */
  #user-nav .settings a, #user-nav .logout a, #user-nav .account a {
    color: #292f33;
    line-height: 1.428571429;
    margin: 0;
    font-size: 12px; }

/* line 375, mopub/global.scss */
#titlebar {
  width: 100%;
  min-width: 1028px;
  padding: 10px 0 0 0;
  height: 30px;
  border-bottom: 3px solid #ebf2f7;
  background: #f5f9fc; }
  /* line 382, mopub/global.scss */
  #titlebar .pageWidth {
    position: relative; }
  /* line 386, mopub/global.scss */
  #titlebar h1, #titlebar h2 {
    font-size: 16px;
    font-weight: 200;
    color: #7D8185;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  /* line 395, mopub/global.scss */
  #titlebar h2 {
    color: #5c6266; }
  /* line 399, mopub/global.scss */
  #titlebar #titlebar-right {
    position: absolute;
    top: -4px;
    right: 0;
    text-align: right; }
    /* line 405, mopub/global.scss */
    #titlebar #titlebar-right > span {
      line-height: 30px; }

/*
 * ## Main Content
 */
/* line 416, mopub/global.scss */
#content {
  padding: 20px 0 73px 0;
  float: left;
  width: 100%;
  min-width: 1028px; }
  /* line 421, mopub/global.scss */
  #content.sudo-panel-spacer {
    padding-bottom: 175px; }
  /* line 425, mopub/global.scss */
  .legacy-header #content {
    padding-bottom: 235px; }

/* line 430, mopub/global.scss */
.separated {
  margin-bottom: 29px;
  padding-bottom: 29px;
  border-bottom: 2px solid #f5f5f5; }

/* line 436, mopub/global.scss */
.offset {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 25px;
  background: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px; }

/* line 444, mopub/global.scss */
.content-main {
  float: left;
  width: 680px; }
  /* line 447, mopub/global.scss */
  .content-main section {
    float: none;
    width: auto; }

/*
 * ## Footer
 */
/* line 457, mopub/global.scss */
.footer {
  background: #f5f8fa;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0; }

/* line 466, mopub/global.scss */
.footer-root {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 20px;
  text-align: center; }
  /* line 473, mopub/global.scss */
  .footer-root .footer-copyright {
    color: #8899a6; }
  /* line 477, mopub/global.scss */
  .footer-root .footer-navLink {
    color: #2b7bb9;
    line-height: 18px; }
  /* line 482, mopub/global.scss */
  .footer-root .footer-divider {
    color: #2b7bb9;
    padding: 0 5px; }
  /* line 487, mopub/global.scss */
  .footer-root .footer-sudo-panel {
    padding-top: 5px; }

/*
 * ## Legacy Footer
 */
/* line 496, mopub/global.scss */
.legacy-footer {
  background: #444444 url(../images/layout/header-bg.gif) repeat-x top left;
  background: -moz-linear-gradient(45deg, #7a8384 0%, #343434 90%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #7a8384), color-stop(90%, #343434));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #7a8384 0%, #343434 90%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #7a8384 0%, #343434 90%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #7a8384 0%, #343434 90%);
  /* IE10+ */
  width: 100%;
  min-width: 1028px;
  position: absolute;
  bottom: 0;
  height: 200px;
  color: #dddddd;
  font-size: 12px;
  font-weight: 300; }
  /* line 505, mopub/global.scss */
  .legacy-footer a, .legacy-footer a:active, .legacy-footer a:visited {
    color: #8dbfd9; }
  /* line 508, mopub/global.scss */
  .legacy-footer a:hover {
    color: #f89406; }
  /* line 511, mopub/global.scss */
  .legacy-footer .sep {
    color: #7d8185;
    font-weight: 600; }

/* line 517, mopub/global.scss */
#footer-inner {
  padding-top: 25px; }

/* line 522, mopub/global.scss */
#footer-links {
  float: left;
  width: 50%; }
  /* line 525, mopub/global.scss */
  #footer-links ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
    list-style: none; }
  /* line 532, mopub/global.scss */
  #footer-links li {
    margin: 0 0 7px 0; }

/* line 537, mopub/global.scss */
#footer-account, #footer-copyright {
  float: right;
  width: 50%;
  text-align: right; }

/*
 * ## Element formatting
 */
/* line 547, mopub/global.scss */
p {
  margin: 0 0 1.33em 0;
  line-height: 1.33em; }

/* line 552, mopub/global.scss */
ul, ol {
  margin: 0 0 1.33em 0;
  line-height: 1.33em;
  padding: 0 0 0 30px; }

/* line 558, mopub/global.scss */
li {
  margin: 0 0 10px 0; }

/* line 562, mopub/global.scss */
blockquote {
  margin: 30px; }

/* line 570, mopub/global.scss */
h1, h2, h3, h4, h5, h6 {
  color: #5c6266; }

/* line 574, mopub/global.scss */
h2, h3, h4 {
  margin: 0 0 15px 0; }

/* line 578, mopub/global.scss */
h2 {
  font-size: 20px; }

/* line 582, mopub/global.scss */
h3 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 7px;
  font-weight: bold;
  color: #4d4d4d; }
  /* line 588, mopub/global.scss */
  h3 span {
    font-weight: normal; }

/* line 593, mopub/global.scss */
h4 {
  font-size: 14px; }

/* line 597, mopub/global.scss */
h5 {
  margin: 0 0 10px 0;
  font-size: 13px; }

/* Links */
/* line 604, mopub/global.scss */
a {
  color: #0090d9;
  text-decoration: none; }
  /* line 607, mopub/global.scss */
  a:visited {
    color: #0090d9;
    text-decoration: none; }
  /* line 611, mopub/global.scss */
  a:active {
    color: #0090d9;
    text-decoration: none; }
  /* line 615, mopub/global.scss */
  a:hover {
    color: #ff9f34;
    text-decoration: underline;
    cursor: pointer; }

/* Other */
/* line 625, mopub/global.scss */
.sep {
  padding: 0 3px;
  color: #ccc; }

/* line 630, mopub/global.scss */
.nomargin {
  margin: 0 !important; }

/* line 634, mopub/global.scss */
.clear {
  clear: both; }

/* line 638, mopub/global.scss */
.muted {
  color: #aeaeae; }

/* line 642, mopub/global.scss */
.unbold {
  font-weight: 400; }

/* line 646, mopub/global.scss */
.success {
  color: #5d8c00; }

/* line 650, mopub/global.scss */
.partial {
  color: #cc6600; }

/* line 654, mopub/global.scss */
.error, .critical {
  color: #e63c3c; }

/* line 658, mopub/global.scss */
.text-center {
  text-align: center; }

/* Page alerts */
/* line 670, mopub/global.scss */
.flash_message {
  color: #5d8c00;
  background: #fbfff2;
  border-color: #cee6ac; }

/* line 677, mopub/global.scss */
.flash_error {
  color: #e63c3c;
  background: #f8e5e3;
  border-color: #e6a1a1; }

/* line 679, mopub/global.scss */
.pointable {
  cursor: pointer; }

/* line 683, mopub/global.scss */
table .details-image {
  display: inline-block;
  width: 17px;
  height: 17px;
  z-index: 50000;
  background-image: url("../images/iconography/Details.png");
  background-repeat: no-repeat; }

/* line 692, mopub/global.scss */
#clear-blocklist {
  margin-right: 18px;
  padding-top: 8px; }

/* line 696, mopub/global.scss */
.blocklist-remove {
  margin-right: 9px; }

/* line 724, mopub/global.scss */
ul.unstyled {
  list-style-type: none; }

/* line 728, mopub/global.scss */
.expando-heading {
  cursor: pointer; }
  /* line 731, mopub/global.scss */
  .expando-heading h3 {
    display: inline-block;
    margin: 0px; }
  /* line 736, mopub/global.scss */
  .expando-heading h3.expanded:before {
    padding-right: 3px;
    content: "";
    background: url("../images/sprite/arrow-sort.png") no-repeat;
    width: 8px;
    height: 4px;
    display: inline-block;
    vertical-align: middle; }
  /* line 743, mopub/global.scss */
  .expando-heading h3.collapsed:before {
    padding-right: 3px;
    content: "";
    background: url("../images/sprite/arrow-sort-collapsed.png") no-repeat;
    width: 4px;
    height: 8px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 2px 2px 2px;
    vertical-align: middle; }

/* line 751, mopub/global.scss */
.expando-body {
  display: none; }

/* line 755, mopub/global.scss */
.orange-callout {
  color: #f89406; }

/* line 759, mopub/global.scss */
.btn-group.datepicker-controls {
  margin: 0; }

/* line 763, mopub/global.scss */
.sudo-warning-bar {
  font-size: 16.25px;
  font-weight: bold;
  text-align: center;
  background-color: #fcf8e3;
  color: #c09853;
  padding: 10px;
  position: relative; }
  /* line 771, mopub/global.scss */
  .sudo-warning-bar.danger {
    color: #f56a66;
    background-color: #f2dede; }
  /* line 775, mopub/global.scss */
  .sudo-warning-bar button.close {
    opacity: 0.2;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold; }

/* line 785, mopub/global.scss */
.marquee {
  height: 30px;
  overflow: hidden;
  position: relative; }

/* line 791, mopub/global.scss */
.marquee div {
  display: block;
  width: 200%;
  position: absolute;
  overflow: hidden;
  -webkit-animation: marquee 15s linear infinite;
  -moz-animation: marquee 15s linear infinite;
  -ms-animation: marquee 15s linear infinite;
  -o-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite; }

/* line 804, mopub/global.scss */
.marquee span {
  float: left;
  width: 100%; }

@-webkit-keyframes marquee {
  /* line 810, mopub/global.scss */
  0% {
    left: 0; }

  /* line 811, mopub/global.scss */
  100% {
    left: -100%; } }

@-moz-keyframes marquee {
  /* line 814, mopub/global.scss */
  0% {
    left: 0; }

  /* line 815, mopub/global.scss */
  100% {
    left: -100%; } }

@-ms-keyframes marquee {
  /* line 818, mopub/global.scss */
  0% {
    left: 0; }

  /* line 819, mopub/global.scss */
  100% {
    left: -100%; } }

@-o-keyframes marquee {
  /* line 822, mopub/global.scss */
  0% {
    left: 0; }

  /* line 823, mopub/global.scss */
  100% {
    left: -100%; } }

@keyframes marquee {
  /* line 826, mopub/global.scss */
  0% {
    left: 0; }

  /* line 827, mopub/global.scss */
  100% {
    left: -100%; } }

/* line 830, mopub/global.scss */
.blink {
  -webkit-animation: blink 2s linear infinite;
  -moz-animation: blink 2s linear infinite;
  -ms-animation: blink 2s linear infinite;
  -o-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite; }

@-webkit-keyframes blink {
  /* line 839, mopub/global.scss */
  0% {
    opacity: 1; }

  /* line 840, mopub/global.scss */
  50% {
    opacity: 1; }

  /* line 841, mopub/global.scss */
  50.01% {
    opacity: 0; }

  /* line 842, mopub/global.scss */
  100% {
    opacity: 0; } }

@-moz-keyframes blink {
  /* line 846, mopub/global.scss */
  0% {
    opacity: 1; }

  /* line 847, mopub/global.scss */
  50% {
    opacity: 1; }

  /* line 848, mopub/global.scss */
  50.01% {
    opacity: 0; }

  /* line 849, mopub/global.scss */
  100% {
    opacity: 0; } }

@-ms-keyframes blink {
  /* line 853, mopub/global.scss */
  0% {
    opacity: 1; }

  /* line 854, mopub/global.scss */
  50% {
    opacity: 1; }

  /* line 855, mopub/global.scss */
  50.01% {
    opacity: 0; }

  /* line 856, mopub/global.scss */
  100% {
    opacity: 0; } }

@-o-keyframes blink {
  /* line 860, mopub/global.scss */
  0% {
    opacity: 1; }

  /* line 861, mopub/global.scss */
  50% {
    opacity: 1; }

  /* line 862, mopub/global.scss */
  50.01% {
    opacity: 0; }

  /* line 863, mopub/global.scss */
  100% {
    opacity: 0; } }

@keyframes blink {
  /* line 867, mopub/global.scss */
  0% {
    opacity: 1; }

  /* line 868, mopub/global.scss */
  50% {
    opacity: 1; }

  /* line 869, mopub/global.scss */
  50.01% {
    opacity: 0; }

  /* line 870, mopub/global.scss */
  100% {
    opacity: 0; } }

/* @media (min-width: 768px) and (max-width: 979px) { */
/*     header { */
/*         @include maximize-to-window(960px); */
/*     } */
/*     #content { */
/*         @include maximize-to-window(960px); */
/*     } */
/*     footer { */
/*         @include maximize-to-window(960px); */
/*     } */
/* } */
/* @media (max-width: 767px) { */
/*     header { */
/*         @include maximize-to-window(960px); */
/*     } */
/*     #content { */
/*         @include maximize-to-window(960px); */
/*     } */
/*     footer { */
/*         @include maximize-to-window(960px); */
/*     } */
/* } */
/* Layouts, visual elements and hierarchy that only apply to
 * application-level verticals.
 */
/*
 * Login
 */
/* line 5, mopub/account.scss */
#login-left, #login-left .fieldset {
  width: 450px; }

/* line 8, mopub/account.scss */
#login-left dl.formFields {
  width: 600px; }

/* line 12, mopub/account.scss */
#login-left dt {
  width: 70px; }

/* line 16, mopub/account.scss */
#targeting {
  margin: -10px -10px 20px -10px;
  padding: 10px;
  /*background-color: #f0f3ff;*/
  background-color: #F7F7F7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0px; }

/* line 29, mopub/account.scss */
#accountForm, #appForm-details, .oldform {
  /* Form controls */
  /* Forms */ }
  /* line 31, mopub/account.scss */
  #accountForm .radios input, #appForm-details .radios input, .oldform .radios input {
    margin: 0 2px 0 0;
    vertical-align: baseline;
    display: inline; }
  /* line 37, mopub/account.scss */
  #accountForm .radios label, #appForm-details .radios label, .oldform .radios label {
    display: inline; }
  /* line 41, mopub/account.scss */
  #accountForm .radios label, #appForm-details .radios label, .oldform .radios label {
    margin: 0 15px 0 0; }
  /* line 45, mopub/account.scss */
  #accountForm .input-text, #accountForm textarea, #appForm-details .input-text, #appForm-details textarea, .oldform .input-text, .oldform textarea {
    padding: 1px 2px 2px 3px;
    border: 1px solid #eaeaea;
    border-top-color: #b9b9b9;
    background: #fafafa;
    font-size: 14px;
    line-height: 16px;
    width: 290px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  /* line 58, mopub/account.scss */
  #accountForm .input-text-number, #appForm-details .input-text-number, .oldform .input-text-number {
    width: 70px;
    padding: 1px 2px 2px 3px;
    border: 1px solid #eaeaea;
    border-top-color: #b9b9b9;
    background: #fafafa;
    font-size: 14px;
    line-height: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  /* line 71, mopub/account.scss */
  #accountForm .input-text-half-width, #appForm-details .input-text-half-width, .oldform .input-text-half-width {
    width: 140px; }
  /* line 75, mopub/account.scss */
  #accountForm textarea, #appForm-details textarea, .oldform textarea {
    padding-top: 4px; }
  /* line 79, mopub/account.scss */
  #accountForm .input-text:focus, #accountForm textarea:focus, #appForm-details .input-text:focus, #appForm-details textarea:focus, .oldform .input-text:focus, .oldform textarea:focus {
    outline: none;
    background: #fff;
    border-color: #0090d9;
    -webkit-box-shadow: 0 0 5px #0090d9;
    -moz-box-shadow: 0 0 5px #0090d9;
    box-shadow: 0 0 5px #0090d9; }
  /* line 88, mopub/account.scss */
  #accountForm input.placeholder, #accountForm textarea.placeholder, #appForm-details input.placeholder, #appForm-details textarea.placeholder, .oldform input.placeholder, .oldform textarea.placeholder {
    color: #999;
    font-weight: 400; }
  /* line 93, mopub/account.scss */
  #accountForm .input-text-small, #appForm-details .input-text-small, .oldform .input-text-small {
    padding: 1px 2px 2px 2px;
    width: auto;
    height: 15px;
    font-size: 13px;
    line-height: 13px; }
  /* line 102, mopub/account.scss */
  #accountForm fieldset, #appForm-details fieldset, .oldform fieldset {
    padding: 20px 25px 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px; }
  /* line 110, mopub/account.scss */
  #accountForm fieldset.alt, #accountForm div.alt, #appForm-details fieldset.alt, #appForm-details div.alt, .oldform fieldset.alt, .oldform div.alt {
    background: #f7f7f7; }
  /* line 114, mopub/account.scss */
  #accountForm fieldset h2, #appForm-details fieldset h2, .oldform fieldset h2 {
    /* legend gets converted to h2 in JS */
    /* Why you lie? */
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600; }
  /* line 122, mopub/account.scss */
  #accountForm dl.formFields, #appForm-details dl.formFields, .oldform dl.formFields {
    float: left;
    margin: -15px 0 0 0;
    width: 630px; }
  /* line 128, mopub/account.scss */
  #accountForm .formFields dt, #appForm-details .formFields dt, .oldform .formFields dt {
    float: left;
    clear: both;
    margin: 10px 12px 0 0;
    padding: 3px 0;
    width: 175px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    text-align: right;
    white-space: nowrap; }
  /* line 141, mopub/account.scss */
  #accountForm dl.formFields.thin, #appForm-details dl.formFields.thin, .oldform dl.formFields.thin {
    width: 320px; }
  /* line 145, mopub/account.scss */
  #accountForm .formFields.thin dt, #appForm-details .formFields.thin dt, .oldform .formFields.thin dt {
    width: 50px; }
  /* line 149, mopub/account.scss */
  #accountForm .formFields dt.wide, #appForm-details .formFields dt.wide, .oldform .formFields dt.wide {
    width: 100px; }
  /* line 153, mopub/account.scss */
  #accountForm .formFields.flat dt, #appForm-details .formFields.flat dt, .oldform .formFields.flat dt {
    font-size: 16px;
    padding: 0 0;
    text-align: left;
    width: 120px; }
  /* line 160, mopub/account.scss */
  #accountForm .formFields.flat dd, #appForm-details .formFields.flat dd, .oldform .formFields.flat dd {
    line-height: 16px;
    font-size: 16px;
    padding: 0 0; }
  /* line 166, mopub/account.scss */
  #accountForm .formFields dd, #appForm-details .formFields dd, .oldform .formFields dd {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 3px 0;
    width: 440px; }
    /* line 172, mopub/account.scss */
    #accountForm .formFields dd.helptext, #appForm-details .formFields dd.helptext, .oldform .formFields dd.helptext {
      color: #999999;
      width: 300px; }
  /* line 178, mopub/account.scss */
  #accountForm .formFields .formIndent, #appForm-details .formFields .formIndent, .oldform .formFields .formIndent {
    margin: 0 0 0 20px; }
  /* line 182, mopub/account.scss */
  #accountForm .formFields .formIndent dd, #appForm-details .formFields .formIndent dd, .oldform .formFields .formIndent dd {
    width: 420px; }
  /* line 186, mopub/account.scss */
  #accountForm .formFields.thin dd, #appForm-details .formFields.thin dd, .oldform .formFields.thin dd {
    width: 250px; }
  /* line 190, mopub/account.scss */
  #accountForm .formFields dd.thinner, #appForm-details .formFields dd.thinner, .oldform .formFields dd.thinner {
    width: 150px; }
  /* line 194, mopub/account.scss */
  #accountForm .formFields .radios, #appForm-details .formFields .radios, .oldform .formFields .radios {
    font-size: 14px; }
  /* line 199, mopub/account.scss */
  #accountForm .formFields .input-text,
  #accountForm .formFields textarea, #appForm-details .formFields .input-text,
  #appForm-details .formFields textarea, .oldform .formFields .input-text,
  .oldform .formFields textarea {
    margin: -3px 0; }
  /* line 203, mopub/account.scss */
  #accountForm .formFields .input-text-small, #appForm-details .formFields .input-text-small, .oldform .formFields .input-text-small {
    margin: 0; }
  /* line 207, mopub/account.scss */
  #accountForm .formFields .appData-icon, #appForm-details .formFields .appData-icon, .oldform .formFields .appData-icon {
    float: left;
    padding-right: 11px; }
  /* line 212, mopub/account.scss */
  #accountForm .formFields .appData-name, #appForm-details .formFields .appData-name, .oldform .formFields .appData-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px; }
  /* line 218, mopub/account.scss */
  #accountForm .formFields .appData-icon img, #appForm-details .formFields .appData-icon img, .oldform .formFields .appData-icon img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  /* line 224, mopub/account.scss */
  #accountForm .formFields-field-help, #appForm-details .formFields-field-help, .oldform .formFields-field-help {
    display: inline-block;
    margin: 1px 0 0 8px; }
  /* line 229, mopub/account.scss */
  #accountForm .formFields .helper-text, #appForm-details .formFields .helper-text, .oldform .formFields .helper-text {
    margin-top: 3px; }
  /* line 233, mopub/account.scss */
  #accountForm .formFields-field-help-text, #appForm-details .formFields-field-help-text, .oldform .formFields-field-help-text {
    display: none; }
  /* line 237, mopub/account.scss */
  #accountForm .form-submit, #appForm-details .form-submit, .oldform .form-submit {
    border-top: 2px solid whitesmoke;
    padding: 18px 0 0 0;
    text-align: right; }
  /* line 243, mopub/account.scss */
  #accountForm .form-error, #appForm-details .form-error, .oldform .form-error {
    background: #fff2f2;
    border-color: #e6a1a1;
    border-top-color: #d98d8d;
    color: #222; }
  /* line 247, mopub/account.scss */
  #accountForm .input-text.error, #appForm-details .input-text.error, .oldform .input-text.error {
    background: #fff2f2;
    border-color: #e6a1a1;
    border-top-color: #d98d8d;
    color: #222; }
  /* line 251, mopub/account.scss */
  #accountForm label.error, #appForm-details label.error, .oldform label.error {
    margin-top: 8px;
    display: block;
    position: relative;
    line-height: 1em; }
  /* line 258, mopub/account.scss */
  #accountForm .form-error-text, #appForm-details .form-error-text, .oldform .form-error-text {
    margin: 10px 0 0 0;
    color: #cc2929; }
  /* line 263, mopub/account.scss */
  #accountForm .form-submit-left, #appForm-details .form-submit-left, .oldform .form-submit-left {
    border-top: 2px solid whitesmoke;
    padding: 18px 0 0 0; }
  /* line 268, mopub/account.scss */
  #accountForm .formFields-right, #appForm-details .formFields-right, .oldform .formFields-right {
    padding: 5px 0 0 0;
    text-align: right; }
  /* line 273, mopub/account.scss */
  #accountForm .secondary-category, #appForm-details .secondary-category, .oldform .secondary-category {
    margin-left: 320px; }
  /* line 277, mopub/account.scss */
  #accountForm .saml-logout-image, #appForm-details .saml-logout-image, .oldform .saml-logout-image {
    position: fixed;
    bottom: 100%;
    right: 100%;
    width: 1px;
    height: 1px;
    opacity: 0.001; }
  /* line 286, mopub/account.scss */
  #accountForm .pub-form, #appForm-details .pub-form, .oldform .pub-form {
    display: none; }

/* line 291, mopub/account.scss */
#legal-acknowlegement {
  margin: 4px 5px 3px 0px; }

/* line 296, mopub/account.scss */
#payment_info_settings_view .formFields dt {
  width: 290px; }
/* line 299, mopub/account.scss */
#payment_info_settings_view .formFields dd {
  width: 290px; }
  /* line 302, mopub/account.scss */
  #payment_info_settings_view .formFields dd.helptext {
    width: 130px; }
/* line 308, mopub/account.scss */
#payment_info_settings_view .terms_of_service input {
  float: left; }
/* line 312, mopub/account.scss */
#payment_info_settings_view .terms_of_service p {
  margin-left: 16px; }

/* line 319, mopub/account.scss */
.campaignData-main th {
  padding-right: 20px; }
/* line 322, mopub/account.scss */
.campaignData-main td {
  height: 34px;
  padding-right: 20px; }

/* line 376, mopub/account.scss */
#signup-form {
  width: 600px;
  margin: 0 auto; }
  /* line 336, mopub/account.scss */
  #signup-form .form-body {
    width: 600px;
    border: 1px solid #999999;
    padding: 10px 20px 20px 20px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px; }
    /* line 342, mopub/account.scss */
    #signup-form .form-body h3 {
      text-align: center; }
    /* line 346, mopub/account.scss */
    #signup-form .form-body #id_first_name, #signup-form .form-body #id_last_name {
      width: 144px; }
    /* line 350, mopub/account.scss */
    #signup-form .form-body #id_last_name {
      margin-left: 5px; }
  /* line 356, mopub/account.scss */
  #signup-form .form-gutter {
    width: 600px;
    border: 1px solid #999999;
    border-top: none;
    padding: 20px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    *zoom: 1;
    background-color: #f7f7f7; }
    /* line 31, mixins.scss */
    #signup-form .form-gutter:before, #signup-form .form-gutter:after {
      display: table;
      content: ""; }
    /* line 35, mixins.scss */
    #signup-form .form-gutter:after {
      clear: both; }
  /* line 368, mopub/account.scss */
  #signup-form .form-error {
    padding-top: 5px;
    padding-left: 36px;
    width: 310px; }
  /* line 380, mopub/account.scss */
  #signup-form .control-label {
    width: 200px;
    padding-right: 15px; }
  /* line 386, mopub/account.scss */
  #signup-form #signup-form-body h3 {
    padding-bottom: 30px; }
  /* line 389, mopub/account.scss */
  #signup-form #signup-form-body .row, #signup-form #signup-form-body .span8 {
    margin-left: 0; }
  /* line 392, mopub/account.scss */
  #signup-form #signup-form-body .control-group:last-child {
    margin-bottom: 0px; }
  /* line 395, mopub/account.scss */
  #signup-form #signup-form-body hr {
    margin: 30px auto;
    width: 100%; }

/* line 402, mopub/account.scss */
#login-form {
  width: 415px;
  margin: 0 auto; }
  /* line 336, mopub/account.scss */
  #login-form .form-body {
    width: 415px;
    border: 1px solid #999999;
    padding: 10px 20px 20px 20px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px; }
    /* line 342, mopub/account.scss */
    #login-form .form-body h3 {
      text-align: center; }
    /* line 346, mopub/account.scss */
    #login-form .form-body #id_first_name, #login-form .form-body #id_last_name {
      width: 144px; }
    /* line 350, mopub/account.scss */
    #login-form .form-body #id_last_name {
      margin-left: 5px; }
  /* line 356, mopub/account.scss */
  #login-form .form-gutter {
    width: 415px;
    border: 1px solid #999999;
    border-top: none;
    padding: 20px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    *zoom: 1;
    background-color: #f7f7f7; }
    /* line 31, mixins.scss */
    #login-form .form-gutter:before, #login-form .form-gutter:after {
      display: table;
      content: ""; }
    /* line 35, mixins.scss */
    #login-form .form-gutter:after {
      clear: both; }
  /* line 368, mopub/account.scss */
  #login-form .form-error {
    padding-top: 5px;
    padding-left: 36px;
    width: 310px; }
  /* line 405, mopub/account.scss */
  #login-form .control-label {
    width: 5px; }
  /* line 409, mopub/account.scss */
  #login-form .controls {
    margin-left: 55px; }
  /* line 413, mopub/account.scss */
  #login-form .form-error {
    padding-left: 0; }
  /* line 417, mopub/account.scss */
  #login-form .form-non-field-error {
    padding-top: 5px;
    padding-left: 55px;
    width: 310px; }

/* line 424, mopub/account.scss */
#password-instructions {
  padding-top: 5px;
  padding-left: 36px;
  width: 310px;
  color: #999999;
  font-size: 12px; }

/* line 432, mopub/account.scss */
#signup-tos {
  padding: 25px 0px 10px 35px; }

/* line 436, mopub/account.scss */
#signin, #signup {
  vertical-align: middle;
  float: left;
  line-height: 24px; }

/* line 443, mopub/account.scss */
#signin {
  width: 220px; }

/* line 447, mopub/account.scss */
#signup {
  width: 200px; }

/* line 451, mopub/account.scss */
#id_mailing_list, #id_mopub_tos {
  vertical-align: top; }

/* line 455, mopub/account.scss */
#mailing_list_text, #mopub_tos_text {
  width: 300px;
  display: inline-block;
  font-size: 14px; }
  /* line 460, mopub/account.scss */
  #mailing_list_text .error, #mopub_tos_text .error {
    padding-left: 0; }

/* line 465, mopub/account.scss */
#manage-users-view {
  padding-bottom: 25px; }
  /* line 466, mopub/account.scss */
  #manage-users-view td.permission-cell {
    text-align: left; }
    /* line 468, mopub/account.scss */
    #manage-users-view td.permission-cell .remove {
      margin-left: 10px;
      margin-right: 25px; }

/* line 476, mopub/account.scss */
#account_link {
  padding: 10px;
  background: -webkit-linear-gradient(45deg, #7a8384 0%, #343434 90%);
  height: 100%; }
  /* line 479, mopub/account.scss */
  #account_link .base_font, #account_link .content .field-container .control-label, #account_link .content .field-container .form-footer, #account_link .content .field-container .form-footer button {
    font-family: 'Gotham Narrow', Gotham-Narrow, Arial, sans-serif;
    font-size: 14px;
    color: #66757f; }
  /* line 485, mopub/account.scss */
  #account_link .header {
    background: url(../images/mopub-logo3.svg) no-repeat top left;
    width: 100%;
    height: 44px; }
  /* line 491, mopub/account.scss */
  #account_link .content {
    border-top: 3px solid #ffcc4d;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 25px 17px 19px 17px;
    background-color: white;
    font-family: 'Gotham Book', Gotham-Book, Arial, sans-serif;
    font-size: 14px;
    line-height: 19px; }
    /* line 493, mopub/account.scss */
    #account_link .content .text-container {
      margin-bottom: 38px; }
    /* line 497, mopub/account.scss */
    #account_link .content .field-container form {
      margin: 0; }
    /* line 500, mopub/account.scss */
    #account_link .content .field-container .control-label {
      width: 133px;
      text-align: right;
      font-weight: heavy; }
      /* line 506, mopub/account.scss */
      #account_link .content .field-container .control-label .fa {
        font-size: 17px;
        width: 25px;
        text-align: center;
        padding-left: 4px; }
    /* line 514, mopub/account.scss */
    #account_link .content .field-container .controls {
      margin-left: 150px; }
      /* line 516, mopub/account.scss */
      #account_link .content .field-container .controls input {
        width: 94%; }
      /* line 520, mopub/account.scss */
      #account_link .content .field-container .controls .fixed-name {
        position: relative;
        top: 5px; }
    /* line 526, mopub/account.scss */
    #account_link .content .field-container .form-footer {
      margin-top: 30px;
      text-align: right;
      line-height: 34px; }
      /* line 532, mopub/account.scss */
      #account_link .content .field-container .form-footer button {
        background-color: #5fa9dd;
        color: #f5f8fa;
        border-radius: 2px;
        padding: 9px 20px 9px 20px;
        border: 0;
        margin-left: 1em; }
        /* line 541, mopub/account.scss */
        #account_link .content .field-container .form-footer button:disabled {
          background-color: #f5f8fa; }
    /* line 554, mopub/account.scss */
    #account_link .content h1, #account_link .content h2 {
      font-family: 'Gotham', Gotham, Arial, sans-serif;
      font-weight: bold;
      font-size: 18px;
      color: #4d4d4d;
      line-height: 53px;
      margin-bottom: 0px; }
    /* line 563, mopub/account.scss */
    #account_link .content h2 {
      font-family: 'Gotham Medium', Gotham-Medium, Arial, sans-serif;
      font-size: 14px;
      line-height: 27px; }
    /* line 569, mopub/account.scss */
    #account_link .content ul {
      margin-bottom: 0;
      padding-left: 15px; }
      /* line 573, mopub/account.scss */
      #account_link .content ul li {
        margin-bottom: 0; }

/* line 588, mopub/account.scss */
.tosmodal-body {
  height: 100px;
  overflow-y: auto;
  margin: auto;
  width: 80%;
  padding: 20px 20px 10px 20px;
  border: 1px solid #eee; }

/* line 597, mopub/account.scss */
.not-acknowledged-tos {
  font-size: 13px;
  padding: 6px 10px 6px; }

/* line 602, mopub/account.scss */
#pub-error-text {
  color: #cc2929;
  margin: 10px 0 0 0; }

/* line 5, mopub/advertiser.scss */
.status-cell {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 30px; }

/* line 23, mopub/advertiser.scss */
#marketplace_table .app-row {
  border-top: 2px solid #dddddd; }

/* line 28, mopub/advertiser.scss */
new_creative_form ul {
  list-style-type: none; }

/* line 32, mopub/advertiser.scss */
.offset {
  margin-bottom: 20px; }

/* line 37, mopub/advertiser.scss */
#mpx-switch-label {
  position: relative;
  left: 15px; }

/* line 42, mopub/advertiser.scss */
#line_item_fieldset {
  margin-top: 20px; }

/* line 48, mopub/advertiser.scss */
.adunit-row .price_floor input[type="text"] {
  margin: -3px 0;
  width: 50px; }
/* line 54, mopub/advertiser.scss */
.adunit-row .targeting {
  position: relative; }
  /* line 57, mopub/advertiser.scss */
  .adunit-row .targeting div.popover-target {
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    width: 40px; }
/* line 66, mopub/advertiser.scss */
.adunit-row.mpx-disabled {
  color: #aeaeae; }
/* line 70, mopub/advertiser.scss */
.adunit-row td.mpx-ineligible-explanation {
  text-align: left; }

/* line 79, mopub/advertiser.scss */
.paging_two_button .ui-button {
  float: left;
  cursor: pointer;
  * cursor: hand; }

/* line 85, mopub/advertiser.scss */
.paging_full_numbers .ui-button {
  padding: 2px 6px;
  margin: 0;
  cursor: pointer;
  * cursor: hand; }

/* line 92, mopub/advertiser.scss */
.dataTables_paginate .ui-button {
  margin-right: -0.1em !important;
  color: #428aaf;
  font-weight: bold; }

/* line 98, mopub/advertiser.scss */
.paging_full_numbers {
  width: 350px !important; }

/* line 102, mopub/advertiser.scss */
.dataTables_wrapper .ui-toolbar {
  padding: 5px; }

/* line 106, mopub/advertiser.scss */
.dataTables_paginate {
  width: auto; }

/* line 110, mopub/advertiser.scss */
.dataTables_info {
  padding-top: 3px; }

/* line 114, mopub/advertiser.scss */
#report-table thead th {
  padding: 3px 0px 3px 10px;
  cursor: pointer;
  * cursor: hand;
  border-bottom: 1px solid #aeaeae;
  border-top: 1px solid #aeaeae;
  color: #4d4d4d;
  font-size: 10px;
  font-weight: 200;
  line-height: 1px;
  padding-bottom: 5px;
  padding-top: 15px;
  text-transform: uppercase;
  vertical-align: bottom; }

/* line 130, mopub/advertiser.scss */
div.dataTables_wrapper .ui-widget-header {
  font-weight: normal; }

/* line 136, mopub/advertiser.scss */
table#line_item_table th {
  white-space: nowrap; }
/* line 140, mopub/advertiser.scss */
table#line_item_table td.capitalize {
  text-transform: capitalize; }

/*
 * Sort arrow icon positioning
 */
/* line 148, mopub/advertiser.scss */
table.display thead th div.DataTables_sort_wrapper {
  position: relative;
  padding-right: 20px;
  padding-right: 20px; }

/* line 154, mopub/advertiser.scss */
table.display thead th div.DataTables_sort_wrapper span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0; }

/* line 162, mopub/advertiser.scss */
.dataTables_wrapper {
  position: relative;
  min-height: 302px;
  clear: both; }

/* line 168, mopub/advertiser.scss */
.dataTables_processing {
  display: none; }

/* line 172, mopub/advertiser.scss */
table#report-table tr.level0 {
  font-weight: bold; }

/* line 179, mopub/advertiser.scss */
table#report-table tr.level2 {
  color: #777; }

/* line 183, mopub/advertiser.scss */
table#report-table tr {
  border: 1px solid #CCC;
  border-right-style: none;
  border-left-style: none; }

/* line 189, mopub/advertiser.scss */
table#report-table tr.level0 td.name {
  padding-left: 5px; }

/* line 193, mopub/advertiser.scss */
table#report-table tr.level1 td.name {
  padding-left: 20px; }

/* line 196, mopub/advertiser.scss */
table#report-table tr.level2 td.name {
  padding-left: 35px; }

/* line 200, mopub/advertiser.scss */
.dataTables_length {
  width: 40%;
  float: left; }

/* line 205, mopub/advertiser.scss */
.dataTables_filter {
  width: 50%;
  float: right;
  text-align: right; }

/* line 211, mopub/advertiser.scss */
.dataTables_info {
  width: 50%;
  float: left; }

/* line 216, mopub/advertiser.scss */
.dataTables_paginate {
  float: right;
  text-align: right; }

/* Pagination nested */
/* line 222, mopub/advertiser.scss */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
  height: 19px;
  width: 19px;
  margin-left: 3px;
  float: left; }

/* line 229, mopub/advertiser.scss */
.paginate_disabled_previous {
  background-image: url("../images/back_disabled.jpg"); }

/* needs to be diff arrow.. */
/* line 234, mopub/advertiser.scss */
.paginate_enabled_previous {
  background-image: url("../images/access_arrow.png"); }

/* line 238, mopub/advertiser.scss */
.paginate_disabled_next {
  background-image: url("../images/forward_disabled.jpg"); }

/* line 242, mopub/advertiser.scss */
.paginate_enabled_next {
  background-image: url("../images/access_arrow.png"); }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
/* line 251, mopub/advertiser.scss */
table.display {
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse; }

/* line 258, mopub/advertiser.scss */
table.display tfoot th {
  padding: 3px 0px 3px 10px;
  font-weight: bold;
  font-weight: normal; }

/* line 264, mopub/advertiser.scss */
table.display tr.heading2 td {
  border-bottom: 1px solid #aaa; }

/* line 268, mopub/advertiser.scss */
table.display td {
  padding: 3px 10px; }

/* line 272, mopub/advertiser.scss */
table.display td.center {
  text-align: center; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
/* line 282, mopub/advertiser.scss */
.sorting_asc {
  background: url("../images/sort_asc.png") no-repeat center right; }

/* line 286, mopub/advertiser.scss */
.sorting_desc {
  background: url("../images/sort_desc.png") no-repeat center right; }

/* line 290, mopub/advertiser.scss */
.sorting {
  background: url("../images/sort_both.png") no-repeat center right; }

/* line 294, mopub/advertiser.scss */
.sorting_asc_disabled {
  background: url("../images/sort_asc_disabled.png") no-repeat center right; }

/* line 298, mopub/advertiser.scss */
.sorting_desc_disabled {
  background: url("../images/sort_desc_disabled.png") no-repeat center right; }

/* line 309, mopub/advertiser.scss */
.popover {
  z-index: 19070; }

@-webkit-keyframes lil-shake {
  /* line 314, mopub/advertiser.scss */
  0%, 100% {
    -webkit-transform: translateX(0); }

  /* line 315, mopub/advertiser.scss */
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-4px); }

  /* line 316, mopub/advertiser.scss */
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(4px); } }

@-moz-keyframes lil-shake {
  /* line 320, mopub/advertiser.scss */
  0%, 100% {
    -moz-transform: translateX(0); }

  /* line 321, mopub/advertiser.scss */
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-4px); }

  /* line 322, mopub/advertiser.scss */
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(4px); } }

@-o-keyframes lil-shake {
  /* line 326, mopub/advertiser.scss */
  0%, 100% {
    -o-transform: translateX(0); }

  /* line 327, mopub/advertiser.scss */
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-4px); }

  /* line 328, mopub/advertiser.scss */
  20%, 40%, 60%, 80% {
    -o-transform: translateX(4px); } }

@keyframes lil-shake {
  /* line 332, mopub/advertiser.scss */
  0%, 100% {
    transform: translateX(0); }

  /* line 333, mopub/advertiser.scss */
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-4px); }

  /* line 334, mopub/advertiser.scss */
  20%, 40%, 60%, 80% {
    transform: translateX(4px); } }

/* line 338, mopub/advertiser.scss */
.edit_creative_form_container.animated, #new_creative_form_modal.animated {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both; }
/* line 343, mopub/advertiser.scss */
.edit_creative_form_container.shake, #new_creative_form_modal.shake {
  -webkit-animation-name: lil-shake;
  -moz-animation-name: lil-shake;
  -o-animation-name: lil-shake;
  animation-name: lil-shake; }

/* line 352, mopub/advertiser.scss */
.creative_form .native-tabs-control-group {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #eee;
  border-bottom: #eee dashed 2px; }
/* line 359, mopub/advertiser.scss */
.creative_form input[type='file'] {
  cursor: pointer; }
/* line 363, mopub/advertiser.scss */
.creative_form .dynamic-field-container, .creative_form .dynamic-image-container {
  border-bottom: #eee dashed 2px; }
/* line 368, mopub/advertiser.scss */
.creative_form .control-label .help-block {
  font-weight: normal;
  font-size: 11px;
  color: #666666; }
/* line 375, mopub/advertiser.scss */
.creative_form .creative-form-button {
  width: 100%;
  height: 30px;
  text-align: center;
  background-color: #ebf2f7;
  padding: 10px 0 10px 0;
  box-shadow: inset 0px 0px 10px -2px #CCC;
  font-size: 10px;
  text-transform: uppercase;
  color: #1D7BA4;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  -webkit-font-smoothing: antialiased; }
  /* line 390, mopub/advertiser.scss */
  .creative_form .creative-form-button i {
    font-size: 8px;
    position: relative;
    bottom: 1px;
    left: -2px; }
  /* line 397, mopub/advertiser.scss */
  .creative_form .creative-form-button:hover, .creative_form .creative-form-button.hover {
    background-color: #217da4;
    color: white; }
/* line 403, mopub/advertiser.scss */
.creative_form .image-upload {
  position: relative; }
  /* line 405, mopub/advertiser.scss */
  .creative_form .image-upload input {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0; }
  /* line 413, mopub/advertiser.scss */
  .creative_form .image-upload progress {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    bottom: -3px;
    height: 3px;
    width: 100%; }
    /* line 421, mopub/advertiser.scss */
    .creative_form .image-upload progress::-webkit-progress-value {
      background-color: #217da4; }
    /* line 424, mopub/advertiser.scss */
    .creative_form .image-upload progress::-webkit-progress-bar {
      background-color: white; }
/* line 431, mopub/advertiser.scss */
.creative_form .control-group-native-json textarea {
  width: 100%; }
/* line 438, mopub/advertiser.scss */
.creative_form .native-code .dynamic.image .controls {
  margin-left: 35px;
  margin-right: 30px; }
/* line 443, mopub/advertiser.scss */
.creative_form .native-code .dynamic.image .close-label {
  float: right; }
  /* line 446, mopub/advertiser.scss */
  .creative_form .native-code .dynamic.image .close-label a {
    float: right;
    padding-right: 6px;
    padding-left: 0px; }
/* line 458, mopub/advertiser.scss */
.creative_form .dynamic-image-container .dynamic .controls {
  position: relative;
  top: 6px; }
/* line 466, mopub/advertiser.scss */
.creative_form .dynamic label.control-label {
  cursor: pointer;
  width: 135px; }
  /* line 470, mopub/advertiser.scss */
  .creative_form .dynamic label.control-label.notEditable {
    cursor: default; }
/* line 474, mopub/advertiser.scss */
.creative_form .dynamic span.close-label, .creative_form .dynamic span.remove-value-label {
  font-size: 13px;
  float: left;
  padding-top: 5px;
  padding-left: 5px;
  width: 20px;
  text-align: left; }
  /* line 482, mopub/advertiser.scss */
  .creative_form .dynamic span.close-label .remove-field, .creative_form .dynamic span.close-label .remove-value, .creative_form .dynamic span.remove-value-label .remove-field, .creative_form .dynamic span.remove-value-label .remove-value {
    padding-left: 6px; }
/* line 487, mopub/advertiser.scss */
.creative_form .dynamic span.remove-value-label {
  float: none; }
/* line 491, mopub/advertiser.scss */
.creative_form .dynamic input.edit-in-place-input {
  float: left;
  width: 135px;
  text-align: right; }
  /* line 496, mopub/advertiser.scss */
  .creative_form .dynamic input.edit-in-place-input.error {
    border-color: #b94a48; }
/* line 500, mopub/advertiser.scss */
.creative_form .dynamic .re-upload {
  position: relative;
  top: -6px; }
  /* line 504, mopub/advertiser.scss */
  .creative_form .dynamic .re-upload input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 100; }
  /* line 513, mopub/advertiser.scss */
  .creative_form .dynamic .re-upload a:hover, .creative_form .dynamic .re-upload a.hover {
    background-color: #217da4;
    background-image: none;
    text-shadow: none;
    color: white; }
/* line 523, mopub/advertiser.scss */
.creative_form .dynamic .controls span.error {
  padding-top: 0px;
  padding-left: 17px;
  display: inline-block; }
/* line 530, mopub/advertiser.scss */
.creative_form .dynamic .help-block {
  clear: both;
  padding-top: 7px;
  font-size: 11px;
  padding-left: 7px; }
/* line 537, mopub/advertiser.scss */
.creative_form .dynamic .control-error-wrapper {
  float: left;
  width: 155px;
  padding-right: 5px; }

/* line 546, mopub/advertiser.scss */
.controls .imageUploadingIndicator {
  background-image: url("../images/report-preloader.gif");
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  top: -3px;
  width: 250px;
  height: 20px;
  display: none; }
  /* line 558, mopub/advertiser.scss */
  .controls .imageUploadingIndicator.visible {
    display: block; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
/* line 567, mopub/advertiser.scss */
.dataTables_scroll {
  clear: both; }

/* line 573, mopub/advertiser.scss */
.clear {
  clear: both; }

/* line 577, mopub/advertiser.scss */
.dataTables_empty {
  text-align: center; }

/* line 581, mopub/advertiser.scss */
#report_table tbody {
  border-bottom: 5px solid #7d8185; }

/* line 585, mopub/advertiser.scss */
tfoot input {
  margin: 0.5em 0;
  width: 100%;
  color: #444; }

/* line 591, mopub/advertiser.scss */
tfoot input.search_init {
  color: #999; }

/* line 595, mopub/advertiser.scss */
td.group {
  background-color: #d1cfd0;
  border-bottom: 2px solid #A19B9E;
  border-top: 2px solid #A19B9E; }

/* line 601, mopub/advertiser.scss */
td.details {
  background-color: #d1cfd0;
  border: 2px solid #A19B9E; }

/* line 607, mopub/advertiser.scss */
.example_alt_pagination div.dataTables_info {
  width: 40%; }

/* line 612, mopub/advertiser.scss */
.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand; }

/* line 622, mopub/advertiser.scss */
.paging_full_numbers span.paginate_button {
  background-color: #ddd; }

/* line 626, mopub/advertiser.scss */
.paging_full_numbers span.paginate_button:hover {
  background-color: #ccc; }

/* line 630, mopub/advertiser.scss */
.paging_full_numbers span.paginate_active {
  background-color: #99B3FF; }

/* line 634, mopub/advertiser.scss */
table.display tr.even.row_selected td {
  background-color: #B0BED9; }

/* line 638, mopub/advertiser.scss */
table.display tr.odd.row_selected td {
  background-color: #9FAFD1; }

/* line 642, mopub/advertiser.scss */
table#report-table td {
  padding: 5px 5px 5px 5px; }

/* line 645, mopub/advertiser.scss */
table#report-table th span.ui-icon {
  display: inline-block;
  float: right; }

/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
/* line 653, mopub/advertiser.scss */
tr.odd td.sorting_1 {
  background-color: #f7f7f7; }

/* line 657, mopub/advertiser.scss */
tr.even td.sorting_1 {
  background-color: #fff; }

/* For the Conditional-CSS grading rows */
/*
    Colour calculations (based off the main row colours)
  Level 1:
        dd > c4
        ee > d5
    Level 2:
      dd > d1
      ee > e2
 */
/*
 * Row highlighting example
 */
/* line 676, mopub/advertiser.scss */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
  background-color: #ECFFB3; }

/* line 680, mopub/advertiser.scss */
.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
  background-color: #E6FF99; }

/* line 685, mopub/advertiser.scss */
#report-table_last:after {
  content: " >>"; }

/* line 689, mopub/advertiser.scss */
#report-table_next:after {
  content: " >"; }

/* line 693, mopub/advertiser.scss */
#report-table_first {
  color: #aeaeae; }
  /* line 695, mopub/advertiser.scss */
  #report-table_first:before {
    content: "<< "; }

/* line 700, mopub/advertiser.scss */
#report-table_previous {
  color: #aeaeae; }
  /* line 702, mopub/advertiser.scss */
  #report-table_previous:before {
    content: "< "; }

/* line 707, mopub/advertiser.scss */
[name="report-table_length"] {
  width: 75px; }

/* line 713, mopub/advertiser.scss */
.progress-container {
  *zoom: 1;
  width: 80px; }
  /* line 31, mixins.scss */
  .progress-container:before, .progress-container:after {
    display: table;
    content: ""; }
  /* line 35, mixins.scss */
  .progress-container:after {
    clear: both; }

/* line 718, mopub/advertiser.scss */
.progress-bar-container {
  float: left;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 50px; }

/* line 726, mopub/advertiser.scss */
.progress-bar-text {
  float: right;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: right;
  width: 20px; }

/* line 735, mopub/advertiser.scss */
.pace {
  text-align: left; }

/* line 739, mopub/advertiser.scss */
#content_filter_levels {
  list-style-type: none;
  padding: 0; }

/* line 746, mopub/advertiser.scss */
#targeting_setup_table .ad-unit-header {
  width: 265px; }
/* line 749, mopub/advertiser.scss */
#targeting_setup_table #all-adunits {
  margin: 0 10px 0 5px; }
/* line 752, mopub/advertiser.scss */
#targeting_setup_table td div {
  position: relative;
  padding: 5px; }
  /* line 755, mopub/advertiser.scss */
  #targeting_setup_table td div .adunit-format {
    position: absolute;
    bottom: 2px;
    left: 305px;
    right: 0;
    text-transform: capitalize; }
  /* line 763, mopub/advertiser.scss */
  #targeting_setup_table td div .adunit-name {
    position: absolute;
    bottom: 2px;
    left: 30px;
    overflow: hidden; }
  /* line 770, mopub/advertiser.scss */
  #targeting_setup_table td div .popover-target {
    display: none; }
  /* line 774, mopub/advertiser.scss */
  #targeting_setup_table td div.mpx-disabled[data-adgroup-type="mpx_line_item"] {
    color: #aeaeae; }
    /* line 777, mopub/advertiser.scss */
    #targeting_setup_table td div.mpx-disabled[data-adgroup-type="mpx_line_item"] .popover-target {
      position: absolute;
      left: 0;
      top: 8px;
      bottom: 0;
      width: 30px;
      display: block;
      padding: 0; }
  /* line 789, mopub/advertiser.scss */
  #targeting_setup_table td div.rewarded-video-disabled {
    color: #aeaeae; }
    /* line 792, mopub/advertiser.scss */
    #targeting_setup_table td div.rewarded-video-disabled .popover-target {
      position: absolute;
      left: 0;
      top: 8px;
      bottom: 0;
      width: 30px;
      display: block;
      padding: 0; }

/* line 806, mopub/advertiser.scss */
.line_item_name_box {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

/* line 823, mopub/advertiser.scss */
#daypart-checkbox {
  margin-left: -1px; }
  /* line 817, mopub/advertiser.scss */
  #daypart-checkbox input {
    margin-left: -16px;
    margin-top: 2px; }

/* line 829, mopub/advertiser.scss */
#daypart-checkbox-first {
  margin-left: -4px; }
  /* line 817, mopub/advertiser.scss */
  #daypart-checkbox-first input {
    margin-left: -16px;
    margin-top: 2px; }

/* line 835, mopub/advertiser.scss */
#daypart-checkbox-all {
  margin-left: -4px; }
  /* line 817, mopub/advertiser.scss */
  #daypart-checkbox-all input {
    margin-left: -16px;
    margin-top: 2px; }

/* line 841, mopub/advertiser.scss */
#frequency-cap-container {
  position: relative;
  padding-bottom: 13px; }
  /* line 844, mopub/advertiser.scss */
  #frequency-cap-container .fcap {
    padding-bottom: 13px; }
  /* line 847, mopub/advertiser.scss */
  #frequency-cap-container #add-another-fcap {
    position: absolute;
    bottom: 0;
    left: 0; }

/* line 856, mopub/advertiser.scss */
.native-creative-preview th {
  text-align: left;
  width: 50%; }
/* line 861, mopub/advertiser.scss */
.native-creative-preview td {
  text-align: left; }
  /* line 864, mopub/advertiser.scss */
  .native-creative-preview td span {
    color: #aeaeae;
    font-size: 12px; }

/* line 6, mopub/dashboard.scss */
#date-container {
  margin-bottom: 5px; }
  /* line 9, mopub/dashboard.scss */
  #date-container .dropdown-menu {
    z-index: 5000; }

/* line 14, mopub/dashboard.scss */
.dashboard-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #ccc;
  opacity: 0.3;
  pointer-events: none; }

/* line 26, mopub/dashboard.scss */
.preload-spinner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  z-index: 100000; }

/* line 34, mopub/dashboard.scss */
.graph-tooltip {
  font-size: 12px;
  margin: 10px 10px -7px 22px;
  padding: 7px 10px 6px 10px;
  min-height: 15px;
  border: 1px solid #aaa;
  opacity: 0;
  box-shadow: inset 0 0 3px #bbb; }

/* line 44, mopub/dashboard.scss */
.edit_sheet_disabled_tooltip {
  text-align: left;
  max-width: 250px; }

/* line 52, mopub/dashboard.scss */
.filter-widget {
  border-bottom: solid 5px #7d8185; }
  /* line 55, mopub/dashboard.scss */
  .filter-widget .tabs > li a {
    color: #147aa6; }
  /* line 59, mopub/dashboard.scss */
  .filter-widget .tabs > li.active a {
    color: #7d8185; }
  /* line 63, mopub/dashboard.scss */
  .filter-widget .filter-help-text {
    color: #aeaeae;
    font-style: italic;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25);
    margin: 5px 4px 11px 4px; }
  /* line 70, mopub/dashboard.scss */
  .filter-widget .add-filter-text {
    font-size: 12px;
    font-weight: bold; }
  /* line 75, mopub/dashboard.scss */
  .filter-widget .clear-all-dimensions, .filter-widget .filter-container .dimension-remove {
    font-size: 12px;
    color: #147aa6;
    cursor: pointer;
    font-weight: bold; }
    /* line 82, mopub/dashboard.scss */
    .filter-widget .clear-all-dimensions span, .filter-widget .filter-container .dimension-remove span {
      font-size: 16px; }
  /* line 87, mopub/dashboard.scss */
  .filter-widget .clear-all-dimensions {
    margin-right: 6px;
    padding-bottom: 10px; }
  /* line 95, mopub/dashboard.scss */
  .filter-widget .filter-container {
    margin: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #aeaeae; }
    /* line 100, mopub/dashboard.scss */
    .filter-widget .filter-container .caret {
      vertical-align: middle; }
    /* line 104, mopub/dashboard.scss */
    .filter-widget .filter-container .filter-title {
      color: #4d4d4d;
      font-size: 10px; }
    /* line 109, mopub/dashboard.scss */
    .filter-widget .filter-container .filter-toggle {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none; }
    /* line 115, mopub/dashboard.scss */
    .filter-widget .filter-container .filter-interactive .chosen-choices {
      background-color: inherit;
      background-image: inherit; }
    /* line 119, mopub/dashboard.scss */
    .filter-widget .filter-container .filter-interactive select.filter {
      width: 200px;
      padding-top: 10px; }
    /* line 123, mopub/dashboard.scss */
    .filter-widget .filter-container .filter-interactive .chosen-container {
      margin-top: 5px;
      background-color: #daebf2; }
      /* line 126, mopub/dashboard.scss */
      .filter-widget .filter-container .filter-interactive .chosen-container .group-result {
        color: #AAA;
        font-weight: normal; }
      /* line 130, mopub/dashboard.scss */
      .filter-widget .filter-container .filter-interactive .chosen-container .group-option {
        padding-left: 10px; }
    /* line 134, mopub/dashboard.scss */
    .filter-widget .filter-container .filter-interactive .chosen-drop {
      z-index: 1000000; }
  /* line 143, mopub/dashboard.scss */
  .filter-widget .caret-right {
    vertical-align: middle;
    margin: -2px 2px 0 2px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-left: 4px solid #0090d9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: none;
    content: ""; }
  /* line 157, mopub/dashboard.scss */
  .filter-widget .filter-static {
    margin-top: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  /* line 163, mopub/dashboard.scss */
  .filter-widget .filter-widget-title {
    margin: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    font-family: sans-serif;
    color: #aeaeae; }
  /* line 171, mopub/dashboard.scss */
  .filter-widget .dropdown {
    text-align: center;
    margin: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #aeaeae; }
    /* line 177, mopub/dashboard.scss */
    .filter-widget .dropdown .btn, .filter-widget .dropdown .mopub-Education .mopub-Education-btn, .mopub-Education .filter-widget .dropdown .mopub-Education-btn {
      color: #5c6266; }
    /* line 181, mopub/dashboard.scss */
    .filter-widget .dropdown .btn:hover, .filter-widget .dropdown .mopub-Education .mopub-Education-btn:hover, .mopub-Education .filter-widget .dropdown .mopub-Education-btn:hover {
      color: #fff; }
      /* line 184, mopub/dashboard.scss */
      .filter-widget .dropdown .btn:hover .caret, .filter-widget .dropdown .mopub-Education .mopub-Education-btn:hover .caret, .mopub-Education .filter-widget .dropdown .mopub-Education-btn:hover .caret {
        border-top: 4px solid #fff; }
    /* line 189, mopub/dashboard.scss */
    .filter-widget .dropdown .dropdown-menu {
      text-align: left; }
    /* line 193, mopub/dashboard.scss */
    .filter-widget .dropdown > button {
      width: 100%;
      text-align: left; }
      /* line 197, mopub/dashboard.scss */
      .filter-widget .dropdown > button .caret {
        float: right; }
  /* line 203, mopub/dashboard.scss */
  .filter-widget .filter-toggle-icon {
    margin-left: 2px;
    margin-top: 5px; }
  /* line 208, mopub/dashboard.scss */
  .filter-widget .tabs {
    border-bottom: none;
    margin: 0;
    cursor: default; }
  /* line 214, mopub/dashboard.scss */
  .filter-widget .tab-section {
    padding-bottom: 5px;
    border: 1px solid #b9b9b9; }
  /* line 219, mopub/dashboard.scss */
  .filter-widget .save-button {
    margin-right: 5px; }
  /* line 223, mopub/dashboard.scss */
  .filter-widget .confirm-save-filter {
    border-top: 1px solid #aaa;
    margin-top: 7px;
    padding: 8px 5px 5px 5px; }
    /* line 228, mopub/dashboard.scss */
    .filter-widget .confirm-save-filter .confirm-save-filter-title {
      color: #444;
      font-size: 13px; }
    /* line 233, mopub/dashboard.scss */
    .filter-widget .confirm-save-filter input {
      margin: 3px 0 6px 0; }
  /* line 238, mopub/dashboard.scss */
  .filter-widget .save-filter-form {
    margin-bottom: 0; }
    /* line 241, mopub/dashboard.scss */
    .filter-widget .save-filter-form .parsley-error-list {
      list-style-type: none;
      padding-left: 5px; }
      /* line 245, mopub/dashboard.scss */
      .filter-widget .save-filter-form .parsley-error-list li {
        color: #c80000; }
    /* line 250, mopub/dashboard.scss */
    .filter-widget .save-filter-form input.parsley-error {
      background: rgba(200, 0, 0, 0.5);
      margin-bottom: 1px; }
  /* line 256, mopub/dashboard.scss */
  .filter-widget .saved-filter {
    border-top: 1px solid #aaa;
    padding: 7px 7px 5px 7px; }
    /* line 260, mopub/dashboard.scss */
    .filter-widget .saved-filter .delete-filter {
      float: right;
      font-size: 11px; }
    /* line 265, mopub/dashboard.scss */
    .filter-widget .saved-filter .filter-created-at {
      color: #888;
      font-size: 11px; }
    /* line 270, mopub/dashboard.scss */
    .filter-widget .saved-filter .filter-name {
      font-weight: bold;
      font-size: 14px; }

/* line 278, mopub/dashboard.scss */
.datepicker td.disabled {
  color: #dddddd; }

/* line 282, mopub/dashboard.scss */
.trendline-circle, .request-line {
  pointer-events: none; }

/* line 291, mopub/dashboard.scss */
#dashboard-tabs-and-graph-container {
  position: relative; }
  /* line 294, mopub/dashboard.scss */
  #dashboard-tabs-and-graph-container #checkbox-container {
    width: 100%;
    text-align: right;
    padding: 3px 0px 4px 0px; }
    /* line 300, mopub/dashboard.scss */
    #dashboard-tabs-and-graph-container #checkbox-container label {
      display: inline; }
    /* line 304, mopub/dashboard.scss */
    #dashboard-tabs-and-graph-container #checkbox-container input {
      vertical-align: middle;
      margin-top: 0;
      margin-bottom: 2px; }
  /* line 311, mopub/dashboard.scss */
  #dashboard-tabs-and-graph-container #dashboard-tabs-container {
    width: 100%; }
    /* line 314, mopub/dashboard.scss */
    #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs {
      margin: 0;
      border: solid 1px #aeaeae;
      display: inline-block; }
      /* line 319, mopub/dashboard.scss */
      #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .child-tab {
        display: inline;
        margin: 0;
        padding: 12px 8px 8px 12px;
        float: left;
        min-width: 129px;
        border-bottom: 3px solid white;
        cursor: pointer; }
      /* line 329, mopub/dashboard.scss */
      #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .child-tab:first-child {
        border-left: none;
        min-width: 129px; }
      /* line 334, mopub/dashboard.scss */
      #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .child-tab:last-child {
        border-right: none;
        min-width: 129px; }
      /* line 339, mopub/dashboard.scss */
      #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .active-tab {
        position: relative;
        background: #f1f3f5;
        -moz-box-shadow: inset -1px 1px 6px #aaa;
        -webkit-box-shadow: inset -1px 1px 6px #aaa;
        box-shadow: inset -1px 1px 6px #aaa;
        border-bottom: 3px solid #888 !important; }
      /* line 348, mopub/dashboard.scss */
      #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .active-tab:after, #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .active-tab:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      /* line 358, mopub/dashboard.scss */
      #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .active-tab:after {
        border-color: rgba(0, 0, 0, 0);
        border-top-color: #888;
        border-width: 9px;
        left: 50%;
        margin-left: -9px; }
      /* line 366, mopub/dashboard.scss */
      #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .active-tab:before {
        border-color: rgba(0, 0, 0, 0);
        border-top-color: #888;
        border-width: 10px;
        left: 50%;
        margin-left: -10px; }
      /* line 374, mopub/dashboard.scss */
      #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .hovered-tab {
        background: #1475a6;
        border-bottom: 3px solid #888 !important; }
        /* line 378, mopub/dashboard.scss */
        #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .hovered-tab .inner-total, #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .hovered-tab .metric-tab-label, #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .hovered-tab .percent-change {
          color: #f6f6f6; }
        /* line 382, mopub/dashboard.scss */
        #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .hovered-tab .inner-total.partial-revenue-value {
          color: #aaa;
          border-bottom: 1px dashed #999; }
        /* line 387, mopub/dashboard.scss */
        #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .hovered-tab .inner-total.estimated-revenue-value {
          color: #ccc;
          border-bottom: 1px dashed #aaa; }
      /* line 393, mopub/dashboard.scss */
      #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .partial-revenue-value {
        color: #777;
        border-bottom: 1px dashed #999; }
      /* line 398, mopub/dashboard.scss */
      #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .estimated-revenue-value {
        color: #555;
        border-bottom: 1px dashed #777; }
      /* line 403, mopub/dashboard.scss */
      #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .inner-total {
        height: 25px;
        display: inline-block; }
      /* line 408, mopub/dashboard.scss */
      #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .percent-change-container {
        padding-left: 3px;
        font-size: 12.5px;
        font-weight: normal; }
      /* line 414, mopub/dashboard.scss */
      #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .positive-change {
        color: #94B84D; }
      /* line 418, mopub/dashboard.scss */
      #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .negative-change {
        color: #FF7575; }
      /* line 422, mopub/dashboard.scss */
      #dashboard-tabs-and-graph-container #dashboard-tabs-container .dashboard-tabs .total {
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 24px;
        height: 21px;
        color: #555; }
  /* line 432, mopub/dashboard.scss */
  #dashboard-tabs-and-graph-container #dashboard-chart {
    position: relative;
    min-height: 304px;
    margin-top: 5px; }
  /* line 438, mopub/dashboard.scss */
  #dashboard-tabs-and-graph-container .metric-tab-label {
    margin-top: 8px;
    padding-top: 5px;
    padding-bottom: 3px;
    font-size: 11px;
    color: #555; }
  /* line 446, mopub/dashboard.scss */
  #dashboard-tabs-and-graph-container #graph-tooltip {
    display: inline-block; }
  /* line 450, mopub/dashboard.scss */
  #dashboard-tabs-and-graph-container .moviz-metric-row {
    padding-right: 10px; }
  /* line 454, mopub/dashboard.scss */
  #dashboard-tabs-and-graph-container .moviz-date-row {
    color: #666;
    padding-right: 12px; }

/* line 465, mopub/dashboard.scss */
#allocation-table-container {
  position: relative; }
  /* line 468, mopub/dashboard.scss */
  #allocation-table-container #allocation-table {
    margin-top: 20px;
    padding: 0; }
    /* line 471, mopub/dashboard.scss */
    #allocation-table-container #allocation-table h4 {
      margin: 30px 0 0 0; }
    /* line 475, mopub/dashboard.scss */
    #allocation-table-container #allocation-table #allocation-column {
      padding-left: 0;
      text-align: right;
      white-space: nowrap; }
    /* line 481, mopub/dashboard.scss */
    #allocation-table-container #allocation-table td {
      padding-top: 5px;
      padding-bottom: 5px; }
    /* line 486, mopub/dashboard.scss */
    #allocation-table-container #allocation-table th {
      cursor: auto;
      padding-top: 8px;
      padding-bottom: 8px; }
    /* line 492, mopub/dashboard.scss */
    #allocation-table-container #allocation-table .allocation-adgroup-type-cell {
      background-size: 15px 15px;
      background-repeat: no-repeat;
      background-position: 8px center;
      padding-left: 28px !important;
      padding-right: 0; }
    /* line 500, mopub/dashboard.scss */
    #allocation-table-container #allocation-table th:first-child {
      padding-left: 10px; }
    /* line 504, mopub/dashboard.scss */
    #allocation-table-container #allocation-table .adgroup-alloc-percentage, #allocation-table-container #allocation-table th:nth-child(2) {
      text-align: right;
      padding-right: 8px; }
    /* line 509, mopub/dashboard.scss */
    #allocation-table-container #allocation-table .hoverable tbody tr:hover td {
      background-color: #ebf2f7; }
    /* line 513, mopub/dashboard.scss */
    #allocation-table-container #allocation-table .no-allocation {
      color: #aaa; }

/* line 523, mopub/dashboard.scss */
#adsource-filter-button {
  margin-top: 5px; }

/* line 527, mopub/dashboard.scss */
#select-all-adsources {
  position: relative;
  margin-bottom: -5px; }

/* line 534, mopub/dashboard.scss */
#revenue-table-layout #adgroup-type-tooltip-container .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(255, 255, 255, 0); }
/* line 547, mopub/dashboard.scss */
#revenue-table-layout #adgroup-type-tooltip-container .tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }
/* line 552, mopub/dashboard.scss */
#revenue-table-layout #adgroup-type-tooltip-container .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
  border: none; }
/* line 558, mopub/dashboard.scss */
#revenue-table-layout #adgroup-type-tooltip-container .tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }
/* line 563, mopub/dashboard.scss */
#revenue-table-layout #adgroup-type-tooltip-container .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }
/* line 568, mopub/dashboard.scss */
#revenue-table-layout #adgroup-type-tooltip-container .tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }
/* line 573, mopub/dashboard.scss */
#revenue-table-layout #adgroup-type-tooltip-container .tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
/* line 585, mopub/dashboard.scss */
#revenue-table-layout #adgroup-type-tooltip-container .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }
/* line 593, mopub/dashboard.scss */
#revenue-table-layout #adgroup-type-tooltip-container .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }
/* line 601, mopub/dashboard.scss */
#revenue-table-layout #adgroup-type-tooltip-container .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }
/* line 609, mopub/dashboard.scss */
#revenue-table-layout #adgroup-type-tooltip-container .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }
/* line 617, mopub/dashboard.scss */
#revenue-table-layout #adgroup-type-tooltip-container .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }
/* line 626, mopub/dashboard.scss */
#revenue-table-layout #revenue-table-container {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  width: 100%; }
  /* line 632, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container .hoverable tbody tr:hover td {
    background-color: #ebf2f7; }
  /* line 637, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .rate {
    white-space: nowrap;
    text-align: right;
    color: #aeaeae;
    margin-top: 6px; }
  /* line 644, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .auto-cpm-value {
    border-bottom: 1px dashed #bbb; }
  /* line 648, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .priority {
    text-align: right;
    font-weight: 700; }
  /* line 652, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table i.icon-pencil-faded {
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: not-allowed; }
  /* line 657, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .icon-pencil {
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: pointer; }
  /* line 662, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .filtered-row {
    display: none; }
  /* line 666, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .center-align {
    text-align: center; }
  /* line 671, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .estimated-value {
    color: #bbb;
    border-bottom: 1px dashed #bbb;
    cursor: default; }
  /* line 677, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .partially-estimated-value {
    color: #555;
    border-bottom: 1px dashed #555;
    cursor: default; }
  /* line 683, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .apportioned-value {
    color: #777;
    border-bottom: 1px dotted #777;
    cursor: default; }
  /* line 689, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .mpx-fillrate-value {
    color: #bbb;
    border-bottom: 1px dashed #bbb;
    margin-right: 3px;
    cursor: default; }
  /* line 696, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .adgroup-priority-cell {
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 88% 25%; }
  /* line 702, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .details-image:hover {
    background-image: url("../images/iconography/Hover_Details.png"); }
  /* line 706, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .checkbox-column {
    padding-top: 6px;
    padding-left: 0px; }
  /* line 711, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .checkbox-header {
    padding-left: 0px; }
  /* line 714, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .status-col {
    padding-left: 2px;
    padding-right: 2px; }
  /* line 718, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .color-legend-box {
    margin-right: 4px;
    float: left;
    height: 15px;
    width: 15px;
    border-radius: 2px; }
  /* line 725, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .type-column {
    padding-left: 16px;
    padding-right: 10px; }
  /* line 729, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .adsource-name-col {
    padding-right: 20px;
    min-width: 160px;
    max-width: 200px; }
    /* line 733, mopub/dashboard.scss */
    #revenue-table-layout #revenue-table-container #ad-source-table.table .adsource-name-col .adsource-name-container {
      display: inline-block; }
  /* line 737, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .waterfall {
    padding-left: 0px;
    max-width: 66px; }
  /* line 741, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .rev {
    padding-left: 10px; }
  /* line 744, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .imp {
    padding-left: 11px; }
  /* line 747, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .clk-col {
    padding-left: 12px; }
  /* line 750, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .info-col {
    padding-left: 12px; }
  /* line 753, mopub/dashboard.scss */
  #revenue-table-layout #revenue-table-container #ad-source-table.table .edit-adsource-col {
    padding-right: 0px;
    padding-left: 2px; }
    /* line 756, mopub/dashboard.scss */
    #revenue-table-layout #revenue-table-container #ad-source-table.table .edit-adsource-col.edit-adsource-cell {
      line-height: 25px; }
      /* line 758, mopub/dashboard.scss */
      #revenue-table-layout #revenue-table-container #ad-source-table.table .edit-adsource-col.edit-adsource-cell .edit-adsource-wrapper {
        width: 75%;
        height: 60%;
        display: block;
        margin-left: auto;
        margin-right: 0px; }
/* line 772, mopub/dashboard.scss */
#revenue-table-layout .details-tooltip th {
  padding: 1px 17px 0 0;
  min-width: 85px; }
/* line 777, mopub/dashboard.scss */
#revenue-table-layout .details-tooltip td {
  padding: 2px 17px 0 0; }
/* line 781, mopub/dashboard.scss */
#revenue-table-layout .details-tooltip .popover-content {
  padding: 7px 14px 10px 14px; }

/* line 792, mopub/dashboard.scss */
.adgroup-type-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 4px; }

/* line 800, mopub/dashboard.scss */
.adgroup-type-backfill_promo,
.line-item-type-backfill_promo {
  background-image: url("../images/iconography/Backfill.png"); }

/* line 806, mopub/dashboard.scss */
.adgroup-type-network,
.adgroup-type-nsau,
.line-item-type-network {
  background-image: url("../images/iconography/Network.png"); }

/* line 811, mopub/dashboard.scss */
.adgroup-type-gtee,
.line-item-type-gtee {
  background-image: url("../images/iconography/Gauranteed_normal.png"); }

/* line 816, mopub/dashboard.scss */
.adgroup-type-pmp_line_item,
.line-item-type-pmp_line_item {
  background-image: url("../images/iconography/Private_Marketplace.png"); }

/* line 820, mopub/dashboard.scss */
.adgroup-type-marketplace, .adgroup-type-mpx_line_item,
.line-item-type-marketplace, .line-item-type-mpx_line_item {
  background-image: url("../images/iconography/Marketplace.png"); }

/* line 825, mopub/dashboard.scss */
.adgroup-type-promo,
.line-item-type-promo {
  background-image: url("../images/iconography/Promo_normal.png"); }

/* line 829, mopub/dashboard.scss */
.line-item-type {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin-left: 5px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center; }

/* line 837, mopub/dashboard.scss */
.adgroup-type-non_gtee {
  background-image: url("../images/iconography/Non_Guaranteed.png"); }

/* line 841, mopub/dashboard.scss */
.dashboard-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  text-align: left;
  white-space: normal;
  background-color: #ffffff !important;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
  /* line 862, mopub/dashboard.scss */
  .dashboard-popover .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #555;
    background-color: #f7f7f7 !important;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
  /* line 876, mopub/dashboard.scss */
  .dashboard-popover .popover-title:empty {
    display: none; }
  /* line 880, mopub/dashboard.scss */
  .dashboard-popover .popover-content {
    padding: 9px 14px; }
  /* line 885, mopub/dashboard.scss */
  .dashboard-popover .arrow,
  .dashboard-popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  /* line 894, mopub/dashboard.scss */
  .dashboard-popover .arrow {
    border-width: 11px; }
  /* line 898, mopub/dashboard.scss */
  .dashboard-popover .arrow:after {
    border-width: 10px;
    content: ""; }

/* line 904, mopub/dashboard.scss */
.dashboard-popover.fixed-width {
  width: 276px; }

/* line 908, mopub/dashboard.scss */
.dashboard-popover.bottom {
  margin-top: 10px; }

/* line 912, mopub/dashboard.scss */
.dashboard-popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0; }

/* line 921, mopub/dashboard.scss */
.dashboard-popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #F7F7F7;
  border-top-width: 0; }

/* line 928, mopub/dashboard.scss */
.dashboard-popover.left {
  margin-left: -10px; }

/* line 932, mopub/dashboard.scss */
.dashboard-popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0; }

/* line 941, mopub/dashboard.scss */
.dashboard-popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0; }

/* line 948, mopub/dashboard.scss */
.dashboard-tabs {
  margin: 0;
  border: solid 1px #aeaeae;
  display: inline-block; }
  /* line 953, mopub/dashboard.scss */
  .dashboard-tabs .child-tab {
    display: inline;
    margin: 0;
    padding: 12px 8px 8px 12px;
    float: left;
    min-width: 127px;
    border-bottom: 3px solid white;
    cursor: default; }
  /* line 963, mopub/dashboard.scss */
  .dashboard-tabs .child-tab:first-child {
    border-left: none;
    min-width: 128px; }
  /* line 968, mopub/dashboard.scss */
  .dashboard-tabs .child-tab:last-child {
    border-right: none;
    min-width: 128px; }
  /* line 973, mopub/dashboard.scss */
  .dashboard-tabs .active-tab {
    position: relative;
    background: #f1f3f5;
    -moz-box-shadow: inset -1px 1px 6px #aaa;
    -webkit-box-shadow: inset -1px 1px 6px #aaa;
    box-shadow: inset -1px 1px 6px #aaa;
    border-bottom: 3px solid #888 !important; }
  /* line 982, mopub/dashboard.scss */
  .dashboard-tabs .active-tab:after, .dashboard-tabs .active-tab:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  /* line 992, mopub/dashboard.scss */
  .dashboard-tabs .active-tab:after {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #888;
    border-width: 9px;
    left: 50%;
    margin-left: -9px; }
  /* line 1000, mopub/dashboard.scss */
  .dashboard-tabs .active-tab:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #888;
    border-width: 10px;
    left: 50%;
    margin-left: -10px; }
  /* line 1008, mopub/dashboard.scss */
  .dashboard-tabs .hovered-tab {
    background: #1475a6;
    border-bottom: 3px solid #888 !important; }
    /* line 1012, mopub/dashboard.scss */
    .dashboard-tabs .hovered-tab .inner-total, .dashboard-tabs .hovered-tab .metric-tab-label, .dashboard-tabs .hovered-tab .percent-change {
      color: #f6f6f6; }
    /* line 1016, mopub/dashboard.scss */
    .dashboard-tabs .hovered-tab .inner-total.partial-revenue-value {
      color: #aaa;
      border-bottom: 1px dashed #999; }
    /* line 1021, mopub/dashboard.scss */
    .dashboard-tabs .hovered-tab .inner-total.estimated-revenue-value {
      color: #ccc;
      border-bottom: 1px dashed #aaa; }
  /* line 1027, mopub/dashboard.scss */
  .dashboard-tabs .partial-revenue-value {
    color: #777;
    border-bottom: 1px dashed #999; }
  /* line 1032, mopub/dashboard.scss */
  .dashboard-tabs .estimated-revenue-value {
    color: #555;
    border-bottom: 1px dashed #777; }
  /* line 1037, mopub/dashboard.scss */
  .dashboard-tabs .inner-total {
    height: 25px;
    display: inline-block; }
  /* line 1042, mopub/dashboard.scss */
  .dashboard-tabs .percent-change-container {
    padding-left: 3px;
    font-size: 12.5px;
    font-weight: normal; }
  /* line 1048, mopub/dashboard.scss */
  .dashboard-tabs .positive-change {
    color: #94B84D; }
  /* line 1052, mopub/dashboard.scss */
  .dashboard-tabs .negative-change {
    color: #FF7575; }
  /* line 1056, mopub/dashboard.scss */
  .dashboard-tabs .total {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 24px;
    height: 21px;
    color: #555; }

/* line 1065, mopub/dashboard.scss */
div.annotation-underneath {
  display: inline-block; }
  /* line 1068, mopub/dashboard.scss */
  div.annotation-underneath .annotation {
    font-size: 12px;
    margin-top: -5px;
    color: #555;
    position: absolute; }

/* line 1081, mopub/dashboard.scss */
.sheet .sheet-overlay {
  background-color: rgba(0, 0, 0, 0.4) !important; }
/* line 1085, mopub/dashboard.scss */
.sheet .sheet-header-wrapper .sheet-header-container {
  border-bottom: 6px solid #AAA;
  padding-bottom: 20px; }
/* line 1089, mopub/dashboard.scss */
.sheet .sheet-header-wrapper .sheet-subheader {
  text-transform: none;
  padding-top: 45px;
  border-bottom: none; }
  /* line 1094, mopub/dashboard.scss */
  .sheet .sheet-header-wrapper .sheet-subheader .adgroup-type-icon {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    margin-right: 4px; }
  /* line 1100, mopub/dashboard.scss */
  .sheet .sheet-header-wrapper .sheet-subheader .network-name-container {
    display: inline-block;
    width: 450px; }
/* line 1105, mopub/dashboard.scss */
.sheet .sheet-header-wrapper .subheader {
  font-weight: bold;
  font-size: 17px;
  color: #444; }
/* line 1110, mopub/dashboard.scss */
.sheet .sheet-header-wrapper .sub-subheader {
  color: #AAA;
  font-weight: 200;
  font-size: 16px; }
/* line 1115, mopub/dashboard.scss */
.sheet .sheet-header-wrapper .sheet-title {
  margin-top: 3px;
  font-size: 12px;
  float: left;
  font-weight: bold; }
/* line 1121, mopub/dashboard.scss */
.sheet .sheet-header-wrapper .sheet-close {
  float: right;
  font-weight: bold;
  cursor: pointer;
  color: #147aa6;
  margin-top: -6px; }
  /* line 1128, mopub/dashboard.scss */
  .sheet .sheet-header-wrapper .sheet-close:hover {
    color: #226699; }
  /* line 1132, mopub/dashboard.scss */
  .sheet .sheet-header-wrapper .sheet-close .x {
    font-size: 25px;
    vertical-align: -2px; }
/* line 1138, mopub/dashboard.scss */
.sheet .sheet-content {
  height: 400px;
  border-radius: 10px 10px 0px 0px !important;
  border-top: 4px solid black !important; }
  /* line 1143, mopub/dashboard.scss */
  .sheet .sheet-content .sheet-header-container {
    border-bottom: 6px solid #AAA;
    padding-bottom: 20px; }
  /* line 1147, mopub/dashboard.scss */
  .sheet .sheet-content .sheet-title {
    margin-top: 3px;
    font-size: 12px;
    float: left;
    font-weight: bold; }
  /* line 1153, mopub/dashboard.scss */
  .sheet .sheet-content .sheet-close {
    float: right;
    font-weight: bold;
    cursor: pointer;
    color: #147aa6;
    margin-top: -6px; }
    /* line 1160, mopub/dashboard.scss */
    .sheet .sheet-content .sheet-close:hover {
      color: #226699; }
    /* line 1164, mopub/dashboard.scss */
    .sheet .sheet-content .sheet-close .x {
      font-size: 25px;
      vertical-align: -2px; }
  /* line 1169, mopub/dashboard.scss */
  .sheet .sheet-content .sheet-subheader {
    text-transform: none;
    padding-top: 45px;
    border-bottom: none;
    width: 100%; }
    /* line 1175, mopub/dashboard.scss */
    .sheet .sheet-content .sheet-subheader .adgroup-type-icon {
      display: inline-block;
      vertical-align: top;
      margin-top: 3px;
      margin-right: 4px; }
    /* line 1181, mopub/dashboard.scss */
    .sheet .sheet-content .sheet-subheader .network-name-container {
      display: inline-block;
      width: 450px; }
    /* line 1185, mopub/dashboard.scss */
    .sheet .sheet-content .sheet-subheader .buttons-tooltip-wrapper {
      float: right;
      position: relative; }
      /* line 1189, mopub/dashboard.scss */
      .sheet .sheet-content .sheet-subheader .buttons-tooltip-wrapper .btn-pause-play-archive {
        float: right; }
  /* line 1195, mopub/dashboard.scss */
  .sheet .sheet-content .subheader {
    font-weight: bold;
    font-size: 16px;
    color: #292F33; }
  /* line 1200, mopub/dashboard.scss */
  .sheet .sheet-content .sub-subheader {
    color: #99aab5;
    font-weight: 200;
    font-size: 14px; }
  /* line 1205, mopub/dashboard.scss */
  .sheet .sheet-content .sheet-body {
    height: 250px;
    padding-bottom: 0px;
    color: #292F33; }
    /* line 1210, mopub/dashboard.scss */
    .sheet .sheet-content .sheet-body th, .sheet .sheet-content .sheet-body td {
      text-align: left;
      white-space: nowrap; }
      /* line 1214, mopub/dashboard.scss */
      .sheet .sheet-content .sheet-body th.statistic, .sheet .sheet-content .sheet-body td.statistic {
        text-align: right; }
      /* line 1217, mopub/dashboard.scss */
      .sheet .sheet-content .sheet-body th:last-child, .sheet .sheet-content .sheet-body td:last-child {
        padding-right: 0px; }
    /* line 1221, mopub/dashboard.scss */
    .sheet .sheet-content .sheet-body th {
      border-bottom: 2px solid #CCC;
      border-top: none;
      padding: 60px 26px 22px 0px;
      font-size: 11px;
      color: #292F33;
      min-width: 75px;
      cursor: default; }
    /* line 1230, mopub/dashboard.scss */
    .sheet .sheet-content .sheet-body td {
      padding: 22px 16px 22px 0px;
      vertical-align: top;
      font-size: 14px; }
      /* line 1235, mopub/dashboard.scss */
      .sheet .sheet-content .sheet-body td.ecpm {
        padding-bottom: 31px; }
      /* line 1238, mopub/dashboard.scss */
      .sheet .sheet-content .sheet-body td .annotation {
        font-size: 12px;
        margin-top: -5px;
        color: #555;
        position: absolute; }
      /* line 1245, mopub/dashboard.scss */
      .sheet .sheet-content .sheet-body td .annotation-underneath {
        margin-right: 6px; }
      /* line 1248, mopub/dashboard.scss */
      .sheet .sheet-content .sheet-body td .annotation-underneath:last-of-type {
        margin-right: 0px; }
    /* line 1252, mopub/dashboard.scss */
    .sheet .sheet-content .sheet-body th:first-of-type, .sheet .sheet-content .sheet-body td:first-of-type {
      width: 99%; }
    /* line 1255, mopub/dashboard.scss */
    .sheet .sheet-content .sheet-body tr:last-of-type td {
      border-bottom: none; }
    /* line 1258, mopub/dashboard.scss */
    .sheet .sheet-content .sheet-body input {
      width: 63px;
      height: 21px;
      font-size: 15px; }
    /* line 1263, mopub/dashboard.scss */
    .sheet .sheet-content .sheet-body table {
      border-bottom: none; }
    /* line 1266, mopub/dashboard.scss */
    .sheet .sheet-content .sheet-body .sheet-table-container {
      height: inherit; }
      /* line 1269, mopub/dashboard.scss */
      .sheet .sheet-content .sheet-body .sheet-table-container #footer {
        position: absolute;
        width: 790px;
        bottom: 0px;
        padding: 20px 0px;
        border-top: 2px solid #CCC; }
        /* line 1276, mopub/dashboard.scss */
        .sheet .sheet-content .sheet-body .sheet-table-container #footer button#save {
          float: right; }
    /* line 1281, mopub/dashboard.scss */
    .sheet .sheet-content .sheet-body a {
      font-size: 14px;
      font-weight: 500;
      -webkit-font-smoothing: antialiased; }
      /* line 1286, mopub/dashboard.scss */
      .sheet .sheet-content .sheet-body a:hover {
        text-decoration: none; }
      /* line 1290, mopub/dashboard.scss */
      .sheet .sheet-content .sheet-body a span {
        -webkit-font-smoothing: subpixel-antialiased;
        vertical-align: -1px;
        margin-left: 3px; }

/* line 1301, mopub/dashboard.scss */
.sheet .sprite-marker-line-item-large {
  vertical-align: baseline;
  margin-right: 7px; }
/* line 1305, mopub/dashboard.scss */
.sheet select {
  height: 31px; }
/* line 1309, mopub/dashboard.scss */
.sheet #app-table .app-name-container {
  display: inline-block;
  padding-left: 10px; }
/* line 1313, mopub/dashboard.scss */
.sheet #app-table .adunit {
  font-size: 14px;
  font-weight: bold;
  padding: 2px 0px;
  -webkit-font-smoothing: antialiased; }
/* line 1319, mopub/dashboard.scss */
.sheet #app-table .app {
  font-size: 14px;
  font-weight: 200;
  color: #99aab5; }
/* line 1324, mopub/dashboard.scss */
.sheet #app-table .attr__priority {
  width: 55px;
  vertical-align: baseline; }
/* line 1329, mopub/dashboard.scss */
.sheet .after-word {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  vertical-align: text-top; }
/* line 1333, mopub/dashboard.scss */
.sheet .tween-word {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin: 0px 4px;
  vertical-align: text-top; }
/* line 1339, mopub/dashboard.scss */
.sheet .comp__bid_strategy select {
  width: 67px; }
/* line 1343, mopub/dashboard.scss */
.sheet .buttons-disabled-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* line 1352, mopub/dashboard.scss */
.impression-cap .impression_cap_pretty_interval {
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: sub; }
/* line 1358, mopub/dashboard.scss */
.impression-cap:not(:last-of-type) {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 4px; }
/* line 1362, mopub/dashboard.scss */
.impression-cap:not(:first-of-type) {
  padding-top: 9px; }

/* line 15, mopub/networks.scss */
.inventory_table, .advertiser_table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  vertical-align: top;
  font-size: 13px;
  font-weight: normal; }
  /* line 24, mopub/networks.scss */
  .inventory_table thead th, .inventory_table thead td, .advertiser_table thead th, .advertiser_table thead td {
    padding: 10px 10px 8px 0;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    color: #555;
    vertical-align: bottom; }
    /* line 31, mopub/networks.scss */
    .inventory_table thead th.title, .inventory_table thead td.title, .advertiser_table thead th.title, .advertiser_table thead td.title {
      font-size: 15px;
      font-weight: 600;
      text-transform: none; }
  /* line 39, mopub/networks.scss */
  .inventory_table tbody.alt, .inventory_table tbody tr.alt, .inventory_table tbody tr.alt td, .advertiser_table tbody.alt, .advertiser_table tbody tr.alt, .advertiser_table tbody tr.alt td {
    background: #F7F7F7; }
    /* line 41, mopub/networks.scss */
    .inventory_table tbody.alt:last-child, .inventory_table tbody tr.alt:last-child, .inventory_table tbody tr.alt td:last-child, .advertiser_table tbody.alt:last-child, .advertiser_table tbody tr.alt:last-child, .advertiser_table tbody tr.alt td:last-child {
      border-bottom: 1px solid #efefef;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      border-bottom-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-radius-bottomleft: 3px;
      border-bottom-left-radius: 3px; }
  /* line 47, mopub/networks.scss */
  .inventory_table tbody tr.main.app-targeting, .advertiser_table tbody tr.main.app-targeting {
    height: 40px; }
  /* line 50, mopub/networks.scss */
  .inventory_table tbody tr.main td, .advertiser_table tbody tr.main td {
    font-weight: 600;
    padding: 10px 10px 4px 4px; }
    /* line 53, mopub/networks.scss */
    .inventory_table tbody tr.main td.name, .advertiser_table tbody tr.main td.name {
      font-size: 14px; }
  /* line 58, mopub/networks.scss */
  .inventory_table tbody tr.sub td, .advertiser_table tbody tr.sub td {
    padding: 4px 10px 4px 4px;
    border-top: 1px solid #EEE; }
  /* line 62, mopub/networks.scss */
  .inventory_table tbody tr.thick td, .advertiser_table tbody tr.thick td {
    padding: 8px 10px 7px 0; }
  /* line 66, mopub/networks.scss */
  .inventory_table td.stat, .inventory_table th.stat, .advertiser_table td.stat, .advertiser_table th.stat {
    width: 60px; }
  /* line 69, mopub/networks.scss */
  .inventory_table td.advertiser, .inventory_table th.advertiser, .advertiser_table td.advertiser, .advertiser_table th.advertiser {
    width: 130px;
    text-overflow: ellipsis;
    overflow: hidden; }
  /* line 76, mopub/networks.scss */
  .inventory_table td.type, .inventory_table th.type,
  .inventory_table td.goal, .inventory_table th.goal,
  .inventory_table th.delivery, .inventory_table td.delivery, .advertiser_table td.type, .advertiser_table th.type,
  .advertiser_table td.goal, .advertiser_table th.goal,
  .advertiser_table th.delivery, .advertiser_table td.delivery {
    text-align: right;
    width: 55px;
    position: relative; }
  /* line 81, mopub/networks.scss */
  .inventory_table td.name, .inventory_table th.name, .advertiser_table td.name, .advertiser_table th.name {
    width: 230px; }
  /* line 84, mopub/networks.scss */
  .inventory_table td.text, .inventory_table th.text, .advertiser_table td.text, .advertiser_table th.text {
    width: 65px;
    text-align: left; }
    /* line 87, mopub/networks.scss */
    .inventory_table td.text.pub-id-data, .inventory_table th.text.pub-id-data, .advertiser_table td.text.pub-id-data, .advertiser_table th.text.pub-id-data {
      width: 170px; }
    /* line 90, mopub/networks.scss */
    .inventory_table td.text.advanced-options, .inventory_table th.text.advanced-options, .advertiser_table td.text.advanced-options, .advertiser_table th.text.advanced-options {
      width: 100px; }
  /* line 94, mopub/networks.scss */
  .inventory_table td.numeric, .inventory_table th.numeric, .advertiser_table td.numeric, .advertiser_table th.numeric {
    text-align: right; }
  /* line 97, mopub/networks.scss */
  .inventory_table td.icon, .inventory_table th.icon, .advertiser_table td.icon, .advertiser_table th.icon {
    padding: 0 11px 0 10px;
    width: 70px; }
    /* line 100, mopub/networks.scss */
    .inventory_table td.icon > div, .inventory_table th.icon > div, .advertiser_table td.icon > div, .advertiser_table th.icon > div {
      position: relative; }
      /* line 102, mopub/networks.scss */
      .inventory_table td.icon > div img, .inventory_table th.icon > div img, .advertiser_table td.icon > div img, .advertiser_table th.icon > div img {
        position: absolute;
        top: 0px;
        left: 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
  /* line 110, mopub/networks.scss */
  .inventory_table td.controls, .inventory_table th.controls, .advertiser_table td.controls, .advertiser_table th.controls {
    padding-left: 5px !important;
    padding-right: 11px !important;
    width: 39px !important; }
  /* line 115, mopub/networks.scss */
  .inventory_table td.spacer, .inventory_table th.spacer, .advertiser_table td.spacer, .advertiser_table th.spacer {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 10px !important; }

/* line 122, mopub/networks.scss */
tbody.global-settings {
  background: #F5F9FC;
  border-top: 3px solid #EBF2F7;
  border-bottom: 3px solid #EBF2F7; }
  /* line 126, mopub/networks.scss */
  tbody.global-settings td {
    vertical-align: middle; }
    /* line 127, mopub/networks.scss */
    tbody.global-settings td.title {
      font-size: 16px; }

/* line 138, mopub/networks.scss */
#accountForm.edit_creative_form,
#network_form.edit_creative_form,
#network_reporting_account_settings_form.edit_creative_form {
  padding: 20px; }
/* line 142, mopub/networks.scss */
#accountForm#order_form, #accountForm#new_creative_form,
#network_form#order_form,
#network_form#new_creative_form,
#network_reporting_account_settings_form#order_form,
#network_reporting_account_settings_form#new_creative_form {
  background: #F7F7F7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px; }
/* line 148, mopub/networks.scss */
#accountForm fieldset,
#network_form fieldset,
#network_reporting_account_settings_form fieldset {
  margin-bottom: 1em;
  padding: 25px; }
/* line 154, mopub/networks.scss */
#accountForm#network_form fieldset,
#network_form#network_form fieldset,
#network_reporting_account_settings_form#network_form fieldset {
  padding: 25px 0; }
/* line 158, mopub/networks.scss */
#accountForm#network_form #network_reporting,
#network_form#network_form #network_reporting,
#network_reporting_account_settings_form#network_form #network_reporting {
  margin-bottom: 1em;
  padding: 25px 0; }
  /* line 161, mopub/networks.scss */
  #accountForm#network_form #network_reporting h2,
  #network_form#network_form #network_reporting h2,
  #network_reporting_account_settings_form#network_form #network_reporting h2 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600; }
  /* line 166, mopub/networks.scss */
  #accountForm#network_form #network_reporting #network_reporting_form,
  #network_form#network_form #network_reporting #network_reporting_form,
  #network_reporting_account_settings_form#network_form #network_reporting #network_reporting_form {
    background: #F7F7F7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 25px; }
/* line 174, mopub/networks.scss */
#accountForm input[type="text"], #accountForm input[type="password"], #accountForm textarea,
#network_form input[type="text"],
#network_form input[type="password"],
#network_form textarea,
#network_reporting_account_settings_form input[type="text"],
#network_reporting_account_settings_form input[type="password"],
#network_reporting_account_settings_form textarea {
  padding: 1px 2px 2px 3px;
  border: 1px solid #eaeaea;
  border-top-color: #b9b9b9;
  background: #fafafa;
  font-size: 14px;
  line-height: 16px;
  width: 290px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
/* line 184, mopub/networks.scss */
#accountForm input[type="checkbox"],
#network_form input[type="checkbox"],
#network_reporting_account_settings_form input[type="checkbox"] {
  width: 12px;
  height: 12px; }
/* line 188, mopub/networks.scss */
#accountForm input[type="text"].date,
#network_form input[type="text"].date,
#network_reporting_account_settings_form input[type="text"].date {
  width: 92px; }
/* line 191, mopub/networks.scss */
#accountForm input[type="text"].time,
#network_form input[type="text"].time,
#network_reporting_account_settings_form input[type="text"].time {
  width: 65px; }
/* line 194, mopub/networks.scss */
#accountForm input[type="text"].float, #accountForm input[type="text"].integer, #accountForm input[type="text"].number,
#network_form input[type="text"].float,
#network_form input[type="text"].integer,
#network_form input[type="text"].number,
#network_reporting_account_settings_form input[type="text"].float,
#network_reporting_account_settings_form input[type="text"].integer,
#network_reporting_account_settings_form input[type="text"].number {
  width: 70px; }
/* line 197, mopub/networks.scss */
#accountForm input[type="text"].app-pub-id,
#network_form input[type="text"].app-pub-id,
#network_reporting_account_settings_form input[type="text"].app-pub-id {
  width: 160px; }
/* line 200, mopub/networks.scss */
#accountForm input[type="text"].app-signature,
#network_form input[type="text"].app-signature,
#network_reporting_account_settings_form input[type="text"].app-signature {
  width: 160px; }
/* line 203, mopub/networks.scss */
#accountForm input[type="text"].adunit-pub-id,
#network_form input[type="text"].adunit-pub-id,
#network_reporting_account_settings_form input[type="text"].adunit-pub-id {
  width: 135px; }
/* line 206, mopub/networks.scss */
#accountForm input[type="text"].bid,
#network_form input[type="text"].bid,
#network_reporting_account_settings_form input[type="text"].bid {
  width: 40px; }
/* line 210, mopub/networks.scss */
#accountForm ul.form_fields, #accountForm ul.formFields,
#network_form ul.form_fields,
#network_form ul.formFields,
#network_reporting_account_settings_form ul.form_fields,
#network_reporting_account_settings_form ul.formFields {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  /* line 214, mopub/networks.scss */
  #accountForm ul.form_fields > li, #accountForm ul.formFields > li,
  #network_form ul.form_fields > li,
  #network_form ul.formFields > li,
  #network_reporting_account_settings_form ul.form_fields > li,
  #network_reporting_account_settings_form ul.formFields > li {
    margin: 12px 0 0 0;
    padding: 0; }
    /* line 217, mopub/networks.scss */
    #accountForm ul.form_fields > li > label, #accountForm ul.formFields > li > label,
    #network_form ul.form_fields > li > label,
    #network_form ul.formFields > li > label,
    #network_reporting_account_settings_form ul.form_fields > li > label,
    #network_reporting_account_settings_form ul.formFields > li > label {
      display: inline-block;
      margin: 0 12px 0 0;
      padding: 0;
      text-align: right;
      vertical-align: top;
      width: 175px;
      font-size: 14px;
      font-weight: 300;
      line-height: 16px; }
    /* line 223, mopub/networks.scss */
    #accountForm ul.form_fields > li > div, #accountForm ul.formFields > li > div,
    #network_form ul.form_fields > li > div,
    #network_form ul.formFields > li > div,
    #network_reporting_account_settings_form ul.form_fields > li > div,
    #network_reporting_account_settings_form ul.formFields > li > div {
      display: inline-block;
      vertical-align: top; }
/* line 229, mopub/networks.scss */
#accountForm span#apps_label,
#network_form span#apps_label,
#network_reporting_account_settings_form span#apps_label {
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 0;
  text-align: right;
  vertical-align: top;
  width: 175px; }
/* line 233, mopub/networks.scss */
#accountForm ul#apps,
#network_form ul#apps,
#network_reporting_account_settings_form ul#apps {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  /* line 238, mopub/networks.scss */
  #accountForm ul#apps > li,
  #network_form ul#apps > li,
  #network_reporting_account_settings_form ul#apps > li {
    margin: 0 0 10px 0;
    padding: 0; }
    /* line 241, mopub/networks.scss */
    #accountForm ul#apps > li > img,
    #network_form ul#apps > li > img,
    #network_reporting_account_settings_form ul#apps > li > img {
      height: 45px;
      width: 45px;
      margin-right: 11px;
      vertical-align: top;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px; }
    /* line 250, mopub/networks.scss */
    #accountForm ul#apps > li > div,
    #network_form ul#apps > li > div,
    #network_reporting_account_settings_form ul#apps > li > div {
      display: inline-block;
      vertical-align: top;
      width: 600px; }
      /* line 253, mopub/networks.scss */
      #accountForm ul#apps > li > div label,
      #network_form ul#apps > li > div label,
      #network_reporting_account_settings_form ul#apps > li > div label {
        font-size: 14px;
        display: inline-block;
        height: 28px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      /* line 261, mopub/networks.scss */
      #accountForm ul#apps > li > div > label,
      #network_form ul#apps > li > div > label,
      #network_reporting_account_settings_form ul#apps > li > div > label {
        font-weight: 600;
        vertical-align: top;
        width: 350px; }
      /* line 266, mopub/networks.scss */
      #accountForm ul#apps > li > div input[type="text"],
      #network_form ul#apps > li > div input[type="text"],
      #network_reporting_account_settings_form ul#apps > li > div input[type="text"] {
        width: 200px; }
      /* line 269, mopub/networks.scss */
      #accountForm ul#apps > li > div span,
      #network_form ul#apps > li > div span,
      #network_reporting_account_settings_form ul#apps > li > div span {
        vertical-align: top;
        white-space: nowrap; }
      /* line 273, mopub/networks.scss */
      #accountForm ul#apps > li > div ul,
      #network_form ul#apps > li > div ul,
      #network_reporting_account_settings_form ul#apps > li > div ul {
        list-style-type: none;
        margin: 0;
        padding: 0px 20px; }
        /* line 277, mopub/networks.scss */
        #accountForm ul#apps > li > div ul li,
        #network_form ul#apps > li > div ul li,
        #network_reporting_account_settings_form ul#apps > li > div ul li {
          height: 30px;
          width: 560px;
          margin: 0; }
          /* line 281, mopub/networks.scss */
          #accountForm ul#apps > li > div ul li label,
          #network_form ul#apps > li > div ul li label,
          #network_reporting_account_settings_form ul#apps > li > div ul li label {
            width: 330px; }
/* line 291, mopub/networks.scss */
#accountForm div#ad_type > ul, #accountForm div#budget_strategy > ul, #accountForm div#device_targeting > ul, #accountForm div#region_targeting_type > ul, #accountForm div#targeted_carriers > ul, #accountForm div#enable > ul,
#network_form div#ad_type > ul,
#network_form div#budget_strategy > ul,
#network_form div#device_targeting > ul,
#network_form div#region_targeting_type > ul,
#network_form div#targeted_carriers > ul,
#network_form div#enable > ul,
#network_reporting_account_settings_form div#ad_type > ul,
#network_reporting_account_settings_form div#budget_strategy > ul,
#network_reporting_account_settings_form div#device_targeting > ul,
#network_reporting_account_settings_form div#region_targeting_type > ul,
#network_reporting_account_settings_form div#targeted_carriers > ul,
#network_reporting_account_settings_form div#enable > ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  /* line 295, mopub/networks.scss */
  #accountForm div#ad_type > ul > li, #accountForm div#budget_strategy > ul > li, #accountForm div#device_targeting > ul > li, #accountForm div#region_targeting_type > ul > li, #accountForm div#targeted_carriers > ul > li, #accountForm div#enable > ul > li,
  #network_form div#ad_type > ul > li,
  #network_form div#budget_strategy > ul > li,
  #network_form div#device_targeting > ul > li,
  #network_form div#region_targeting_type > ul > li,
  #network_form div#targeted_carriers > ul > li,
  #network_form div#enable > ul > li,
  #network_reporting_account_settings_form div#ad_type > ul > li,
  #network_reporting_account_settings_form div#budget_strategy > ul > li,
  #network_reporting_account_settings_form div#device_targeting > ul > li,
  #network_reporting_account_settings_form div#region_targeting_type > ul > li,
  #network_reporting_account_settings_form div#targeted_carriers > ul > li,
  #network_reporting_account_settings_form div#enable > ul > li {
    margin: 0 0 5px 0;
    padding: 0; }
/* line 300, mopub/networks.scss */
#accountForm div#ad_type#ad_type > ul > li, #accountForm div#ad_type#budget_strategy > ul > li, #accountForm div#ad_type#enable > ul > li, #accountForm div#budget_strategy#ad_type > ul > li, #accountForm div#budget_strategy#budget_strategy > ul > li, #accountForm div#budget_strategy#enable > ul > li, #accountForm div#device_targeting#ad_type > ul > li, #accountForm div#device_targeting#budget_strategy > ul > li, #accountForm div#device_targeting#enable > ul > li, #accountForm div#region_targeting_type#ad_type > ul > li, #accountForm div#region_targeting_type#budget_strategy > ul > li, #accountForm div#region_targeting_type#enable > ul > li, #accountForm div#targeted_carriers#ad_type > ul > li, #accountForm div#targeted_carriers#budget_strategy > ul > li, #accountForm div#targeted_carriers#enable > ul > li, #accountForm div#enable#ad_type > ul > li, #accountForm div#enable#budget_strategy > ul > li, #accountForm div#enable#enable > ul > li,
#network_form div#ad_type#ad_type > ul > li,
#network_form div#ad_type#budget_strategy > ul > li,
#network_form div#ad_type#enable > ul > li,
#network_form div#budget_strategy#ad_type > ul > li,
#network_form div#budget_strategy#budget_strategy > ul > li,
#network_form div#budget_strategy#enable > ul > li,
#network_form div#device_targeting#ad_type > ul > li,
#network_form div#device_targeting#budget_strategy > ul > li,
#network_form div#device_targeting#enable > ul > li,
#network_form div#region_targeting_type#ad_type > ul > li,
#network_form div#region_targeting_type#budget_strategy > ul > li,
#network_form div#region_targeting_type#enable > ul > li,
#network_form div#targeted_carriers#ad_type > ul > li,
#network_form div#targeted_carriers#budget_strategy > ul > li,
#network_form div#targeted_carriers#enable > ul > li,
#network_form div#enable#ad_type > ul > li,
#network_form div#enable#budget_strategy > ul > li,
#network_form div#enable#enable > ul > li,
#network_reporting_account_settings_form div#ad_type#ad_type > ul > li,
#network_reporting_account_settings_form div#ad_type#budget_strategy > ul > li,
#network_reporting_account_settings_form div#ad_type#enable > ul > li,
#network_reporting_account_settings_form div#budget_strategy#ad_type > ul > li,
#network_reporting_account_settings_form div#budget_strategy#budget_strategy > ul > li,
#network_reporting_account_settings_form div#budget_strategy#enable > ul > li,
#network_reporting_account_settings_form div#device_targeting#ad_type > ul > li,
#network_reporting_account_settings_form div#device_targeting#budget_strategy > ul > li,
#network_reporting_account_settings_form div#device_targeting#enable > ul > li,
#network_reporting_account_settings_form div#region_targeting_type#ad_type > ul > li,
#network_reporting_account_settings_form div#region_targeting_type#budget_strategy > ul > li,
#network_reporting_account_settings_form div#region_targeting_type#enable > ul > li,
#network_reporting_account_settings_form div#targeted_carriers#ad_type > ul > li,
#network_reporting_account_settings_form div#targeted_carriers#budget_strategy > ul > li,
#network_reporting_account_settings_form div#targeted_carriers#enable > ul > li,
#network_reporting_account_settings_form div#enable#ad_type > ul > li,
#network_reporting_account_settings_form div#enable#budget_strategy > ul > li,
#network_reporting_account_settings_form div#enable#enable > ul > li {
  display: inline-block;
  margin: 0 15px 0 0; }
/* line 304, mopub/networks.scss */
#accountForm div#ad_type#device_targeting ul#device_targeting_details > li, #accountForm div#budget_strategy#device_targeting ul#device_targeting_details > li, #accountForm div#device_targeting#device_targeting ul#device_targeting_details > li, #accountForm div#region_targeting_type#device_targeting ul#device_targeting_details > li, #accountForm div#targeted_carriers#device_targeting ul#device_targeting_details > li, #accountForm div#enable#device_targeting ul#device_targeting_details > li,
#network_form div#ad_type#device_targeting ul#device_targeting_details > li,
#network_form div#budget_strategy#device_targeting ul#device_targeting_details > li,
#network_form div#device_targeting#device_targeting ul#device_targeting_details > li,
#network_form div#region_targeting_type#device_targeting ul#device_targeting_details > li,
#network_form div#targeted_carriers#device_targeting ul#device_targeting_details > li,
#network_form div#enable#device_targeting ul#device_targeting_details > li,
#network_reporting_account_settings_form div#ad_type#device_targeting ul#device_targeting_details > li,
#network_reporting_account_settings_form div#budget_strategy#device_targeting ul#device_targeting_details > li,
#network_reporting_account_settings_form div#device_targeting#device_targeting ul#device_targeting_details > li,
#network_reporting_account_settings_form div#region_targeting_type#device_targeting ul#device_targeting_details > li,
#network_reporting_account_settings_form div#targeted_carriers#device_targeting ul#device_targeting_details > li,
#network_reporting_account_settings_form div#enable#device_targeting ul#device_targeting_details > li {
  margin: 0; }
  /* line 306, mopub/networks.scss */
  #accountForm div#ad_type#device_targeting ul#device_targeting_details > li ul, #accountForm div#budget_strategy#device_targeting ul#device_targeting_details > li ul, #accountForm div#device_targeting#device_targeting ul#device_targeting_details > li ul, #accountForm div#region_targeting_type#device_targeting ul#device_targeting_details > li ul, #accountForm div#targeted_carriers#device_targeting ul#device_targeting_details > li ul, #accountForm div#enable#device_targeting ul#device_targeting_details > li ul,
  #network_form div#ad_type#device_targeting ul#device_targeting_details > li ul,
  #network_form div#budget_strategy#device_targeting ul#device_targeting_details > li ul,
  #network_form div#device_targeting#device_targeting ul#device_targeting_details > li ul,
  #network_form div#region_targeting_type#device_targeting ul#device_targeting_details > li ul,
  #network_form div#targeted_carriers#device_targeting ul#device_targeting_details > li ul,
  #network_form div#enable#device_targeting ul#device_targeting_details > li ul,
  #network_reporting_account_settings_form div#ad_type#device_targeting ul#device_targeting_details > li ul,
  #network_reporting_account_settings_form div#budget_strategy#device_targeting ul#device_targeting_details > li ul,
  #network_reporting_account_settings_form div#device_targeting#device_targeting ul#device_targeting_details > li ul,
  #network_reporting_account_settings_form div#region_targeting_type#device_targeting ul#device_targeting_details > li ul,
  #network_reporting_account_settings_form div#targeted_carriers#device_targeting ul#device_targeting_details > li ul,
  #network_reporting_account_settings_form div#enable#device_targeting ul#device_targeting_details > li ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    /* line 310, mopub/networks.scss */
    #accountForm div#ad_type#device_targeting ul#device_targeting_details > li ul li, #accountForm div#budget_strategy#device_targeting ul#device_targeting_details > li ul li, #accountForm div#device_targeting#device_targeting ul#device_targeting_details > li ul li, #accountForm div#region_targeting_type#device_targeting ul#device_targeting_details > li ul li, #accountForm div#targeted_carriers#device_targeting ul#device_targeting_details > li ul li, #accountForm div#enable#device_targeting ul#device_targeting_details > li ul li,
    #network_form div#ad_type#device_targeting ul#device_targeting_details > li ul li,
    #network_form div#budget_strategy#device_targeting ul#device_targeting_details > li ul li,
    #network_form div#device_targeting#device_targeting ul#device_targeting_details > li ul li,
    #network_form div#region_targeting_type#device_targeting ul#device_targeting_details > li ul li,
    #network_form div#targeted_carriers#device_targeting ul#device_targeting_details > li ul li,
    #network_form div#enable#device_targeting ul#device_targeting_details > li ul li,
    #network_reporting_account_settings_form div#ad_type#device_targeting ul#device_targeting_details > li ul li,
    #network_reporting_account_settings_form div#budget_strategy#device_targeting ul#device_targeting_details > li ul li,
    #network_reporting_account_settings_form div#device_targeting#device_targeting ul#device_targeting_details > li ul li,
    #network_reporting_account_settings_form div#region_targeting_type#device_targeting ul#device_targeting_details > li ul li,
    #network_reporting_account_settings_form div#targeted_carriers#device_targeting ul#device_targeting_details > li ul li,
    #network_reporting_account_settings_form div#enable#device_targeting ul#device_targeting_details > li ul li {
      margin: 0;
      padding: 0; }
  /* line 315, mopub/networks.scss */
  #accountForm div#ad_type#device_targeting ul#device_targeting_details > li > :first-child, #accountForm div#budget_strategy#device_targeting ul#device_targeting_details > li > :first-child, #accountForm div#device_targeting#device_targeting ul#device_targeting_details > li > :first-child, #accountForm div#region_targeting_type#device_targeting ul#device_targeting_details > li > :first-child, #accountForm div#targeted_carriers#device_targeting ul#device_targeting_details > li > :first-child, #accountForm div#enable#device_targeting ul#device_targeting_details > li > :first-child,
  #network_form div#ad_type#device_targeting ul#device_targeting_details > li > :first-child,
  #network_form div#budget_strategy#device_targeting ul#device_targeting_details > li > :first-child,
  #network_form div#device_targeting#device_targeting ul#device_targeting_details > li > :first-child,
  #network_form div#region_targeting_type#device_targeting ul#device_targeting_details > li > :first-child,
  #network_form div#targeted_carriers#device_targeting ul#device_targeting_details > li > :first-child,
  #network_form div#enable#device_targeting ul#device_targeting_details > li > :first-child,
  #network_reporting_account_settings_form div#ad_type#device_targeting ul#device_targeting_details > li > :first-child,
  #network_reporting_account_settings_form div#budget_strategy#device_targeting ul#device_targeting_details > li > :first-child,
  #network_reporting_account_settings_form div#device_targeting#device_targeting ul#device_targeting_details > li > :first-child,
  #network_reporting_account_settings_form div#region_targeting_type#device_targeting ul#device_targeting_details > li > :first-child,
  #network_reporting_account_settings_form div#targeted_carriers#device_targeting ul#device_targeting_details > li > :first-child,
  #network_reporting_account_settings_form div#enable#device_targeting ul#device_targeting_details > li > :first-child {
    display: inline-block;
    width: 150px; }
    /* line 318, mopub/networks.scss */
    #accountForm div#ad_type#device_targeting ul#device_targeting_details > li > :first-child li, #accountForm div#budget_strategy#device_targeting ul#device_targeting_details > li > :first-child li, #accountForm div#device_targeting#device_targeting ul#device_targeting_details > li > :first-child li, #accountForm div#region_targeting_type#device_targeting ul#device_targeting_details > li > :first-child li, #accountForm div#targeted_carriers#device_targeting ul#device_targeting_details > li > :first-child li, #accountForm div#enable#device_targeting ul#device_targeting_details > li > :first-child li,
    #network_form div#ad_type#device_targeting ul#device_targeting_details > li > :first-child li,
    #network_form div#budget_strategy#device_targeting ul#device_targeting_details > li > :first-child li,
    #network_form div#device_targeting#device_targeting ul#device_targeting_details > li > :first-child li,
    #network_form div#region_targeting_type#device_targeting ul#device_targeting_details > li > :first-child li,
    #network_form div#targeted_carriers#device_targeting ul#device_targeting_details > li > :first-child li,
    #network_form div#enable#device_targeting ul#device_targeting_details > li > :first-child li,
    #network_reporting_account_settings_form div#ad_type#device_targeting ul#device_targeting_details > li > :first-child li,
    #network_reporting_account_settings_form div#budget_strategy#device_targeting ul#device_targeting_details > li > :first-child li,
    #network_reporting_account_settings_form div#device_targeting#device_targeting ul#device_targeting_details > li > :first-child li,
    #network_reporting_account_settings_form div#region_targeting_type#device_targeting ul#device_targeting_details > li > :first-child li,
    #network_reporting_account_settings_form div#targeted_carriers#device_targeting ul#device_targeting_details > li > :first-child li,
    #network_reporting_account_settings_form div#enable#device_targeting ul#device_targeting_details > li > :first-child li {
      display: inline-block; }
/* line 330, mopub/networks.scss */
#accountForm select[name="targeted_countries"],
#accountForm select[name="targeted_regions"],
#accountForm select[name="targeted_cities"],
#accountForm select[name="targeted_carriers"],
#accountForm select[name="included_apps"],
#accountForm select[name="excluded_apps"],
#network_form select[name="targeted_countries"],
#network_form select[name="targeted_regions"],
#network_form select[name="targeted_cities"],
#network_form select[name="targeted_carriers"],
#network_form select[name="included_apps"],
#network_form select[name="excluded_apps"],
#network_reporting_account_settings_form select[name="targeted_countries"],
#network_reporting_account_settings_form select[name="targeted_regions"],
#network_reporting_account_settings_form select[name="targeted_cities"],
#network_reporting_account_settings_form select[name="targeted_carriers"],
#network_reporting_account_settings_form select[name="included_apps"],
#network_reporting_account_settings_form select[name="excluded_apps"] {
  width: 300px; }
/* line 335, mopub/networks.scss */
#accountForm .chosen-container .chosen-choices,
#network_form .chosen-container .chosen-choices,
#network_reporting_account_settings_form .chosen-container .chosen-choices {
  background: #fafafa;
  border: 1px solid #eaeaea;
  border-top-color: #b9b9b9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 51px; }
/* line 342, mopub/networks.scss */
#accountForm .chosen-container .chosen-results li em,
#network_form .chosen-container .chosen-results li em,
#network_reporting_account_settings_form .chosen-container .chosen-results li em {
  background-color: inherit;
  font-weight: bold; }
/* line 348, mopub/networks.scss */
#accountForm .buttons,
#network_form .buttons,
#network_reporting_account_settings_form .buttons {
  text-align: right; }

/* line 353, mopub/networks.scss */
.editable {
  margin-left: 5px;
  cursor: pointer;
  color: #CCC;
  font-weight: 300; }
  /* line 358, mopub/networks.scss */
  .editable span {
    display: inline-block; }
  /* line 361, mopub/networks.scss */
  .editable.error {
    color: #e63c3c;
    font-weight: bold; }

/* line 367, mopub/networks.scss */
.inventory_table tr:hover .editable {
  color: #0090D9; }

/* line 371, mopub/networks.scss */
.editable:hover {
  color: #0090D9; }

/* line 375, mopub/networks.scss */
.editable:hover .editable-hidden {
  opacity: 1; }

/* line 379, mopub/networks.scss */
.editable-hidden {
  opacity: 0; }

/* line 383, mopub/networks.scss */
.editable .caret {
  margin-top: 8px;
  margin-left: 2px; }

/* line 388, mopub/networks.scss */
.editable:hover .caret {
  border-top: 4px solid #0090d9; }

/* line 392, mopub/networks.scss */
.appData.appData-alt {
  margin: 40px; }

/* line 397, mopub/networks.scss */
.network-chart-data {
  color: orange; }

/* line 402, mopub/networks.scss */
.table .network-data {
  color: #f89406; }

/* line 407, mopub/networks.scss */
#no-filter-link {
  display: inline-block;
  float: right;
  font-size: 18px;
  margin-top: 3px; }

/* line 414, mopub/networks.scss */
.inline {
  display: inline-block; }

/* App and ad setup forms */
/* line 7, mopub/publisher.scss */
.mweb .android,
.mweb .iphone,
.iphone .mweb,
.iphone .android,
.android .mweb,
.android .iphone {
  display: none; }

/* line 11, mopub/publisher.scss */
#appForm-name-ios {
  width: 220px; }

/* line 15, mopub/publisher.scss */
#appForm-search {
  margin: 0;
  position: relative; }

/* line 20, mopub/publisher.scss */
#searchAppStore-loading {
  margin: 20px 0 0 0;
  font-size: 16px;
  color: #666;
  text-align: center; }

/* line 27, mopub/publisher.scss */
#searchAppStore-loading img {
  margin: 0 4px 0 0;
  vertical-align: -3px; }

/* line 32, mopub/publisher.scss */
#appForm-icon {
  float: left; }

/* line 36, mopub/publisher.scss */
#appForm-changeIcon .sep {
  padding: 0 5px 0 10px; }

/* line 41, mopub/publisher.scss */
#url-package .form-error-text {
  padding: 0 0 0 160px; }

/* line 46, mopub/publisher.scss */
.adunit-format-form {
  padding-top: 5px; }

/* line 50, mopub/publisher.scss */
.adForm-format-name {
  margin-bottom: 10px; }
  /* line 54, mopub/publisher.scss */
  .adForm-format-name label .details {
    font-size: 11px;
    line-height: 13px;
    color: #999;
    font-weight: 300; }

/* line 63, mopub/publisher.scss */
#adunit-errors {
  color: red; }

/* line 67, mopub/publisher.scss */
.adForm-appSearch {
  margin: 15px 0 0 0; }

/* line 71, mopub/publisher.scss */
.adForm-appSearch-img {
  float: left;
  position: relative; }

/* line 76, mopub/publisher.scss */
.adForm-appSearch-img span {
  background: url(../images/mask40.png);
  display: block;
  position: absolute;
  left: -1px;
  top: 0px;
  z-index: 1;
  height: 42px;
  width: 41px; }

/* line 87, mopub/publisher.scss */
.adForm-appSearch-text {
  margin-left: 50px;
  margin-top: 10px; }

/* line 92, mopub/publisher.scss */
.adForm-appSearch-text span {
  color: #999;
  font-size: 13px; }

/* line 97, mopub/publisher.scss */
.adForm-appSearch-text span a {
  font-weight: 600;
  font-size: 15px; }

/* line 102, mopub/publisher.scss */
.creative div {
  text-align: center; }

/* line 106, mopub/publisher.scss */
.creative iframe {
  border: 1px solid #e1edf5; }

/* line 110, mopub/publisher.scss */
.accountInfoForm-container {
  position: relative; }

/* line 114, mopub/publisher.scss */
#account-section .formFields {
  margin: 0; }

/* line 118, mopub/publisher.scss */
.accountInfoForm-left {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px; }

/* line 125, mopub/publisher.scss */
.accountInfoForm-right {
  margin-left: 205px; }

/* line 131, mopub/publisher.scss */
span.big {
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  background: none; }

/* line 141, mopub/publisher.scss */
.itunes-result {
  *zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #E1E1E8;
  margin: 4px auto;
  background: #F7F7F9;
  height: 70px; }
  /* line 31, mixins.scss */
  .itunes-result:before, .itunes-result:after {
    display: table;
    content: ""; }
  /* line 35, mixins.scss */
  .itunes-result:after {
    clear: both; }
  /* line 149, mopub/publisher.scss */
  .itunes-result .itunes-result-image {
    background: #FBFBFC;
    float: left;
    width: 75px;
    padding: 2px; }
    /* line 155, mopub/publisher.scss */
    .itunes-result .itunes-result-image img {
      width: 57px;
      margin: 2px auto;
      display: block; }
  /* line 162, mopub/publisher.scss */
  .itunes-result .itunes-result-description {
    padding: 2px;
    float: right;
    width: 425px;
    background: #F7F7F9;
    border-left: 1px solid #E1E1E8;
    height: 65px;
    overflow: ellipsis; }
  /* line 172, mopub/publisher.scss */
  .itunes-result:hover {
    cursor: pointer; }
  /* line 176, mopub/publisher.scss */
  .itunes-result:active {
    border: 1px solid #4CA7EA; }

/* line 186, mopub/publisher.scss */
.breadcrumb-icon {
  position: relative;
  top: 3px; }

/* line 193, mopub/publisher.scss */
.integration-step, .integration-headline-step {
  display: inline-block;
  color: #5C6266;
  background-color: #F7F7F7;
  border: 1px solid #E6E6E6;
  margin: 0px 5px 0px 5px;
  padding: 10px 12px 10px 12px;
  border-radius: 5px; }

/* line 203, mopub/publisher.scss */
.integration-headline-step {
  color: white;
  border: 1px solid white;
  background-color: #4A4F53; }

/* line 210, mopub/publisher.scss */
.step-image {
  display: block; }

/* line 215, mopub/publisher.scss */
#app-form .tt-dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 7px;
  font-size: 12px; }
/* line 222, mopub/publisher.scss */
#app-form .tt-suggestions {
  padding: 7px; }
/* line 228, mopub/publisher.scss */
#app-form .tt-suggestion {
  clear: both;
  background: white;
  padding: 7px 0px; }
  /* line 233, mopub/publisher.scss */
  #app-form .tt-suggestion .result-image img {
    height: 30px;
    width: 30px;
    border-radius: 4px;
    float: left; }
  /* line 240, mopub/publisher.scss */
  #app-form .tt-suggestion .result-name {
    margin-left: 40px; }
/* line 245, mopub/publisher.scss */
#app-form input[readonly].tt-hint {
  background: none 0% 0%/auto repeat scroll padding-box border-box white; }

/* line 255, mopub/publisher.scss */
td.actions button {
  width: 35px;
  height: 35px;
  background-color: white;
  border-radius: 5px;
  border: 2px solid #CCC;
  opacity: 0.2; }
  /* line 257, mopub/publisher.scss */
  td.actions button .sprite-homepage-dropdown-arrow,
  td.actions button .sprite-homepage-dropdown-arrow-active {
    vertical-align: middle; }
/* line 269, mopub/publisher.scss */
td.actions button:hover {
  opacity: 1; }
/* line 273, mopub/publisher.scss */
td.actions button:focus {
  opacity: 0.6;
  outline: 0; }
/* line 278, mopub/publisher.scss */
td.actions .dropdown-menu {
  text-align: left;
  padding: 0px;
  margin-left: -116px; }
/* line 284, mopub/publisher.scss */
td.actions li {
  margin: 0px; }
  /* line 287, mopub/publisher.scss */
  td.actions li:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  /* line 292, mopub/publisher.scss */
  td.actions li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
/* line 298, mopub/publisher.scss */
td.actions a {
  padding-top: 7px;
  padding-bottom: 7px; }

/* line 305, mopub/publisher.scss */
.downloadSDK-container .btn, .downloadSDK-container .mopub-Education .mopub-Education-btn, .mopub-Education .downloadSDK-container .mopub-Education-btn {
  margin-left: 0;
  margin-bottom: 14px;
  margin-top: 7px; }

/* line 312, mopub/publisher.scss */
#app-icon-upload {
  dispaly: table-cell; }
  /* line 315, mopub/publisher.scss */
  #app-icon-upload #app-image-serve-url {
    vertical-align: top;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  /* line 323, mopub/publisher.scss */
  #app-icon-upload #app-image-placeholder {
    font-size: 50px;
    color: #7d8185; }
  /* line 327, mopub/publisher.scss */
  #app-icon-upload #appForm-icon-upload {
    vertical-align: top;
    color: transparent;
    margin-left: 10px; }

/* line 336, mopub/publisher.scss */
#adunit-form-modal .modal-body {
  padding-right: 40px; }

@-webkit-keyframes fadeInLeft {
  /* line 343, mopub/publisher.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }

  /* line 347, mopub/publisher.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeft {
  /* line 353, mopub/publisher.scss */
  0% {
    opacity: 0;
    transform: translateX(-20px); }

  /* line 357, mopub/publisher.scss */
  100% {
    opacity: 1;
    transform: translateX(0); } }

/* line 365, mopub/publisher.scss */
#app-and-adunit-form hr {
  margin-bottom: 20px; }
/* line 370, mopub/publisher.scss */
#app-and-adunit-form #adunit-form-container,
#app-and-adunit-form #app-form-container {
  margin-top: 30px; }

/* line 377, mopub/publisher.scss */
#adunit-form .help-block,
#app-form .help-block {
  margin-top: 8px; }
/* line 380, mopub/publisher.scss */
#adunit-form .static-form-paragraph,
#app-form .static-form-paragraph {
  padding-top: 5px;
  height: 16px; }

/* line 391, mopub/publisher.scss */
#adunit-form .adunit-edit-left {
  position: relative;
  border-right: thin #eeeeee solid; }
  /* line 395, mopub/publisher.scss */
  #adunit-form .adunit-edit-left:after {
    content: "";
    position: absolute;
    top: 100px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #eeeeee; }
  /* line 409, mopub/publisher.scss */
  #adunit-form .adunit-edit-left:before {
    content: "";
    position: absolute;
    top: 100px;
    right: -8px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
    z-index: 100; }
  /* line 424, mopub/publisher.scss */
  #adunit-form .adunit-edit-left .images-container {
    height: 322px; }
/* line 430, mopub/publisher.scss */
#adunit-form .adunit-edit-right .control-box {
  background-color: #E2E4E3;
  padding: 15px 20px; }
  /* line 434, mopub/publisher.scss */
  #adunit-form .adunit-edit-right .control-box .control-box-label.disabled {
    color: #717171; }
/* line 439, mopub/publisher.scss */
#adunit-form .adunit-edit-right .input-xsmall {
  width: 20px; }
/* line 443, mopub/publisher.scss */
#adunit-form .adunit-edit-right .help-block {
  text-align: right; }
  /* line 446, mopub/publisher.scss */
  #adunit-form .adunit-edit-right .help-block.help-block-left {
    text-align: left; }
/* line 453, mopub/publisher.scss */
#adunit-form .adunit-edit-right #ad-positioning-fields input[type=checkbox] {
  margin-right: 8px; }
/* line 457, mopub/publisher.scss */
#adunit-form .adunit-edit-right #ad-positioning-fields .post-inline-input-text {
  display: inline-block;
  position: relative;
  top: 1px; }
/* line 465, mopub/publisher.scss */
#adunit-form .control-group > label {
  width: 120px; }
/* line 469, mopub/publisher.scss */
#adunit-form .controls {
  margin-left: 155px; }
/* line 474, mopub/publisher.scss */
#adunit-form .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
/* line 481, mopub/publisher.scss */
#adunit-form .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/* line 1, mopub/reports.scss */
#id_new_interval_chosen {
  margin: 0; }

/* line 7, mopub/reports.scss */
#report-savedReports .report-name {
  width: 120px; }

/* line 13, mopub/reports.scss */
.report-modal {
  min-width: 900px;
  margin-left: -450px; }
  /* line 14, mopub/reports.scss */
  .report-modal .modal-body {
    height: 420px;
    overflow-y: hidden; }

/* line 23, mopub/reports.scss */
.ui-dialog-titlebar-close {
  display: none; }

/* line 27, mopub/reports.scss */
.ui-widget-overlay {
  display: none; }

/* line 31, mopub/reports.scss */
.inline-checkbox {
  vertical-align: bottom;
  line-height: 10px;
  margin-left: 10px;
  display: inline-block; }
  /* line 36, mopub/reports.scss */
  .inline-checkbox:first-child {
    margin-left: 0; }

/* line 41, mopub/reports.scss */
.reportEditForm-cancel {
  margin-right: 5px; }

/* line 45, mopub/reports.scss */
.report-dimension-dropdown {
  display: inline-block;
  vertical-align: top;
  width: 14.9%;
  margin-right: 10px; }
  /* line 48, mopub/reports.scss */
  .report-dimension-dropdown select {
    width: 100% !important; }
  /* line 52, mopub/reports.scss */
  .report-dimension-dropdown:first-child {
    margin-left: 28px; }

/* line 58, mopub/reports.scss */
.dimension-filter {
  margin-top: 5px;
  height: 200px;
  overflow-y: auto;
  position: relative;
  background-color: #fff;
  box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.4); }
  /* line 64, mopub/reports.scss */
  .dimension-filter img.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px; }
  /* line 77, mopub/reports.scss */
  .dimension-filter ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  /* line 84, mopub/reports.scss */
  .dimension-filter li {
    word-wrap: break-word;
    border-bottom: 1px solid #ebebeb;
    margin: 3px;
    padding-top: 4px; }
  /* line 91, mopub/reports.scss */
  .dimension-filter li input {
    vertical-align: 0;
    margin-right: 2px; }
  /* line 96, mopub/reports.scss */
  .dimension-filter li label {
    margin-left: 4px;
    margin-right: 0; }
  /* line 101, mopub/reports.scss */
  .dimension-filter li:first-of-type {
    background-color: #f3f3f3; }

/* line 107, mopub/reports.scss */
.default-dimension-text {
  color: #aeaeae; }

/* line 111, mopub/reports.scss */
#included-metrics {
  font-weight: normal; }

/* line 115, mopub/reports.scss */
.span7:first-of-type {
  width: 515px; }

/* line 119, mopub/reports.scss */
#schedule-note {
  display: inline-block;
  color: #aeaeae;
  font-size: 12px;
  margin-top: 6px; }

/* line 126, mopub/reports.scss */
.hide-scheduler-message {
  margin-top: 7px; }

/* line 131, mopub/reports.scss */
.reports-pageHeader {
  background-color: #f5f8fa;
  border-bottom: 1px solid #ccd6dd; }

/* line 136, mopub/reports.scss */
.reports-pageHeader-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1028px;
  height: 81px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }

/* line 151, mopub/reports.scss */
.reports-PageHeader-headerContainer {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0; }

/* line 158, mopub/reports.scss */
.reports-PageHeader-header {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 1;
  margin-bottom: 0.5;
  font-size: 36px;
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 27px;
  line-height: 36px;
  color: #292f33;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 178, mopub/reports.scss */
.reports-TabGroup {
  display: block;
  list-style: none;
  padding-left: 0;
  font-size: 0;
  line-height: 1.3;
  border-bottom: 1px solid #ccd6dd;
  margin-top: 10px; }

/* line 188, mopub/reports.scss */
.reports-TabGroup > .reports-Tab.reports-Tab-is-selected {
  padding: 0 0 1px;
  border: 1px solid #ccd6dd;
  border-width: 1px 1px 0;
  background-color: #ffffff;
  color: #292f33; }

/* line 196, mopub/reports.scss */
.reports-TabGroup > .reports-Tab {
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid #ccd6dd;
  padding: 1px 1px 0;
  margin: 0 5px -1px 0; }

/* line 204, mopub/reports.scss */
.reports-TabGroup--decorated > .reports-Tab.reports-Tab-is-selected:before {
  background-color: #50a5e6; }

/* line 208, mopub/reports.scss */
.reports-TabGroup--decorated > .reports-Tab:before {
  content: "";
  display: block;
  height: 5px;
  margin: -1px -1px 0 -1px;
  background-color: transparent; }

/* line 216, mopub/reports.scss */
.reports-TabGroup > .reports-Tab.reports-Tab-is-selected a {
  color: #292f33; }

/* line 220, mopub/reports.scss */
.reports-TabGroup > .reports-Tab > a {
  background: none;
  border: none;
  position: relative;
  display: block;
  font: inherit;
  margin: 0;
  padding: 10px 12px;
  cursor: pointer;
  text-decoration: none;
  color: #1b95e0; }

/* line 233, mopub/reports.scss */
.reports-subheader {
  margin-bottom: 40px;
  margin-top: 10px; }

/* line 238, mopub/reports.scss */
.reports-subheader-download-icon {
  font-family: rosettaicons; }

/* line 242, mopub/reports.scss */
.reports-subheader-container {
  display: inline-block;
  margin: 0 0 0 40px;
  width: 50%; }

/* line 248, mopub/reports.scss */
.reports-subheader-content {
  color: #838383;
  display: block;
  font-size: x-large;
  font-weight: 200;
  margin: 0 0 10px 0; }

/* line 256, mopub/reports.scss */
.reports-subheader-description {
  color: #7d8185;
  font-size: medium;
  font-weight: 200; }

/* line 262, mopub/reports.scss */
.reports-header-buttons {
  display: inline-block;
  float: right; }

/* line 267, mopub/reports.scss */
.reports-button {
  display: block;
  margin: 0 0 10px 0;
  width: 200px; }

/* line 273, mopub/reports.scss */
.api-reports-details {
  margin-bottom: 20px; }

/* line 277, mopub/reports.scss */
#api-apiAccessControls {
  position: relative;
  line-height: 10px;
  top: 50%;
  transform: translateY(-50%); }

/* line 284, mopub/reports.scss */
#api-apiAccessReportIdsLink {
  text-align: left;
  margin-top: 4px;
  padding-left: 17px; }

/* line 291, mopub/reports.scss */
#api-apiAccessReportIds .close {
  border: 0;
  background: transparent; }

/* line 297, mopub/reports.scss */
#api-apiAccessForm {
  padding-bottom: 4px;
  margin: 0 14px 0 0;
  height: 20px;
  line-height: 100%;
  vertical-align: middle; }
  /* line 303, mopub/reports.scss */
  #api-apiAccessForm img {
    vertical-align: middle; }
  /* line 306, mopub/reports.scss */
  #api-apiAccessForm span {
    vertical-align: middle; }
  /* line 309, mopub/reports.scss */
  #api-apiAccessForm input {
    margin: 0; }

/* line 314, mopub/reports.scss */
#api-apiAccessSpinner {
  margin-right: 10px; }

/* line 318, mopub/reports.scss */
#api-key-checkmark {
  height: 17px;
  vertical-align: top;
  margin-left: 4px;
  margin-top: -1px;
  margin-bottom: -1px; }

/* line 326, mopub/reports.scss */
.modal-footer-text {
  font-weight: bold;
  margin-top: 9px; }
  /* line 329, mopub/reports.scss */
  .modal-footer-text img {
    height: 18px;
    vertical-align: top;
    margin-right: 2px;
    margin-top: -1px; }

/* line 337, mopub/reports.scss */
.reset-api-key-spinner {
  vertical-align: middle;
  margin-right: 5px; }

/* line 342, mopub/reports.scss */
.reset-api-key-cancel {
  margin-left: 5px; }

/* Make the Cancel buttons have a red outline */
/* line 348, mopub/reports.scss */
.Button.reset-api-key-cancel,
.Button.reset-api-key-cancel:visited {
  border: 1px solid #e81c4f;
  color: #e81c4f; }

/* line 353, mopub/reports.scss */
.Button.reset-api-key-cancel:focus,
.Button.reset-api-key-cancel.is-focus {
  box-shadow: 0 0 0 1px white, 0 0 0 3px #f58ea8;
  background: white;
  border-color: #e81c4f;
  color: #e81c4f; }

/* line 360, mopub/reports.scss */
.Button.reset-api-key-cancel:hover,
.Button.reset-api-key-cancel.is-hover {
  background-color: #ffe8e8;
  border-color: #e81c4f;
  color: #e81c4f; }

/* line 366, mopub/reports.scss */
.Button.reset-api-key-cancel:active,
.Button.reset-api-key-cancel.is-active {
  box-shadow: 0 0 0 1px white, 0 0 0 3px #e81c4f;
  background-color: #ffe8e8;
  border-color: #e81c4f;
  color: #e81c4f; }

/* line 385, mopub/reports.scss */
.Button.reset-api-key-cancel[disabled],
.Button.reset-api-key-cancel.is-disabled,
.Button.reset-api-key-cancel[disabled]:hover,
.Button.reset-api-key-cancel.is-disabled:hover,
.Button.reset-api-key-cancel[disabled].is-hover,
.Button.reset-api-key-cancel.is-disabled.is-hover,
.Button.reset-api-key-cancel[disabled]:focus,
.Button.reset-api-key-cancel.is-disabled:focus,
.Button.reset-api-key-cancel[disabled].is-focus,
.Button.reset-api-key-cancel.is-disabled.is-focus,
.Button.reset-api-key-cancel[disabled]:active,
.Button.reset-api-key-cancel.is-disabled:active,
.Button.reset-api-key-cancel[disabled].is-active,
.Button.reset-api-key-cancel.is-disabled.is-active {
  background-color: white;
  border-color: #e81c4f;
  box-shadow: none;
  color: #e81c4f; }

/* https://cgit.twitter.biz/feather-component-button/tree/dist/css/feather-component-button.css?id=0.7.0 */
/* line 395, mopub/reports.scss */
.Button,
.Button:visited,
.Button.is-visited {
  display: inline-block;
  position: relative;
  padding: 6px 14px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #1da1f2;
  color: #1da1f2;
  cursor: pointer;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px; }

/* line 410, mopub/reports.scss */
.Button:focus,
.Button.is-focus {
  box-shadow: 0 0 0 1px white, 0 0 0 3px #91d2fa;
  background: white;
  border-color: #1da1f2;
  color: #1da1f2;
  outline: none;
  text-decoration: none; }

/* line 419, mopub/reports.scss */
.Button:hover,
.Button.is-hover {
  background-color: #e8f6ff;
  color: #1da1f2;
  text-decoration: none; }

/* line 425, mopub/reports.scss */
.Button:active,
.Button.is-active {
  box-shadow: 0 0 0 1px white, 0 0 0 3px #1da1f2;
  background: #e8f6ff;
  border-color: #1da1f2;
  color: #1da1f2; }

/* line 436, mopub/reports.scss */
.Button:active,
.Button.is-active,
.Button:active:focus,
.Button.is-active:focus,
.Button:active.is-focus,
.Button.is-active.is-focus {
  outline: none; }

/* line 452, mopub/reports.scss */
.Button[disabled],
.Button.is-disabled,
.Button[disabled]:hover,
.Button.is-disabled:hover,
.Button[disabled].is-hover,
.Button.is-disabled.is-hover,
.Button[disabled]:focus,
.Button.is-disabled:focus,
.Button[disabled].is-focus,
.Button.is-disabled.is-focus,
.Button[disabled]:active,
.Button.is-disabled:active,
.Button[disabled].is-active,
.Button.is-disabled.is-active {
  opacity: 0.5;
  background-color: white;
  border-color: #1da1f2;
  box-shadow: none;
  color: #1da1f2;
  cursor: default; }

/* line 461, mopub/reports.scss */
.Button.Button--primary,
.Button.Button--primary:visited {
  background-color: #1da1f2;
  border: 1px solid #1da1f2;
  color: white; }

/* line 467, mopub/reports.scss */
.Button.Button--primary:focus,
.Button.Button--primary.is-focus {
  box-shadow: 0 0 0 1px white, 0 0 0 3px #91d2fa;
  background: #1da1f2;
  border-color: #1da1f2;
  color: white; }

/* line 474, mopub/reports.scss */
.Button.Button--primary:hover,
.Button.Button--primary.is-hover {
  background-color: #005091;
  border-color: #005091;
  color: white; }

/* line 480, mopub/reports.scss */
.Button.Button--primary:active,
.Button.Button--primary.is-active {
  box-shadow: 0 0 0 1px white, 0 0 0 3px #1da1f2;
  background-color: #005091;
  border-color: #005091;
  color: white; }

/* line 499, mopub/reports.scss */
.Button.Button--primary[disabled],
.Button.Button--primary.is-disabled,
.Button.Button--primary[disabled]:hover,
.Button.Button--primary.is-disabled:hover,
.Button.Button--primary[disabled].is-hover,
.Button.Button--primary.is-disabled.is-hover,
.Button.Button--primary[disabled]:focus,
.Button.Button--primary.is-disabled:focus,
.Button.Button--primary[disabled].is-focus,
.Button.Button--primary.is-disabled.is-focus,
.Button.Button--primary[disabled]:active,
.Button.Button--primary.is-disabled:active,
.Button.Button--primary[disabled].is-active,
.Button.Button--primary.is-disabled.is-active {
  background-color: #1da1f2;
  border-color: #1da1f2;
  box-shadow: none; }

/* line 505, mopub/reports.scss */
.Button.Button--danger,
.Button.Button--danger:visited {
  background-color: #e81c4f;
  border: 1px solid #e81c4f;
  color: white; }

/* line 511, mopub/reports.scss */
.Button.Button--danger:focus,
.Button.Button--danger.is-focus {
  box-shadow: 0 0 0 1px white, 0 0 0 3px #f58ea8;
  background: #e81c4f;
  border-color: #e81c4f;
  color: white; }

/* line 518, mopub/reports.scss */
.Button.Button--danger:hover,
.Button.Button--danger.is-hover {
  background-color: #8c0015;
  border-color: #8c0015;
  color: white; }

/* line 524, mopub/reports.scss */
.Button.Button--danger:active,
.Button.Button--danger.is-active {
  box-shadow: 0 0 0 1px white, 0 0 0 3px #e81c4f;
  background-color: #8c0015;
  border-color: #8c0015;
  color: white; }

/* line 543, mopub/reports.scss */
.Button.Button--danger[disabled],
.Button.Button--danger.is-disabled,
.Button.Button--danger[disabled]:hover,
.Button.Button--danger.is-disabled:hover,
.Button.Button--danger[disabled].is-hover,
.Button.Button--danger.is-disabled.is-hover,
.Button.Button--danger[disabled]:focus,
.Button.Button--danger.is-disabled:focus,
.Button.Button--danger[disabled].is-focus,
.Button.Button--danger.is-disabled.is-focus,
.Button.Button--danger[disabled]:active,
.Button.Button--danger.is-disabled:active,
.Button.Button--danger[disabled].is-active,
.Button.Button--danger.is-disabled.is-active {
  background-color: #e81c4f;
  border-color: #e81c4f;
  box-shadow: none; }

/* https://cgit.twitter.biz/feather-component-page-header/tree/dist/css/feather-component-page-header.css?id=0.1.3 */
/* line 549, mopub/reports.scss */
.PageHeader {
  background-color: #f5f8fa;
  border-bottom: 1px solid #ccd6dd; }

/* line 553, mopub/reports.scss */
.PageHeader-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* width: 100%; */
  /* removed to play nicely with .pageWidth */
  height: 81px;
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 20px;*/
  /* removed to play nicely with .pageWidth */
  /*padding-right: 20px;*/
  /* removed to play nicely with .pageWidth */ }

/* line 567, mopub/reports.scss */
.PageHeader-header {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 1;
  margin-bottom: 0.5;
  font-size: 36px;
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 27px;
  line-height: 36px;
  color: #292f33;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 585, mopub/reports.scss */
.PageHeader-headerContainer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0; }

/* line 592, mopub/reports.scss */
.PageHeader-rightContent {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap; }

/* line 6, mopub/marketplace.scss */
.pmp-deal-info > p:last-child {
  margin-bottom: 0; }

/* line 10, mopub/marketplace.scss */
.pmp-deal-row {
  font-size: 15px; }

/* line 14, mopub/marketplace.scss */
.pmp-deal-label {
  font-weight: bold;
  font-size: 15px;
  text-align: right;
  width: 128px;
  display: inline-block; }

/* line 22, mopub/marketplace.scss */
.pmp-deal-value {
  margin-left: 24px; }
  /* line 25, mopub/marketplace.scss */
  .pmp-deal-value .muted {
    font-style: italic; }

/* line 30, mopub/marketplace.scss */
.pmp-deal-info-instructions {
  margin-top: -15px; }

/* line 34, mopub/marketplace.scss */
.pmp-override-checkbox {
  display: inline-block;
  vertical-align: baseline !important; }

/* line 39, mopub/marketplace.scss */
.settings-value {
  font-size: 15px; }

/* line 43, mopub/marketplace.scss */
.settings-row {
  padding-bottom: 10px;
  padding-top: 10px; }

/* line 62, mopub/marketplace.scss */
.settings-advertiser-options .settings-help-text {
  padding-bottom: 30px;
  margin-right: 30px; }
/* line 67, mopub/marketplace.scss */
.settings-advertiser-options .settings-advertiser-options-choices {
  position: relative;
  border-right: 1px solid #aaa;
  box-sizing: border-box;
  margin-top: 25px;
  padding-left: 52px;
  min-height: 196px; }
/* line 79, mopub/marketplace.scss */
.settings-advertiser-options .settings-advertiser-options-panel {
  box-sizing: border-box; }
/* line 83, mopub/marketplace.scss */
.settings-advertiser-options .settings-advertiser-options-choices:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-left-color: #aaaaaa;
  position: absolute;
  top: 30%;
  content: "";
  border-width: 10px;
  right: -20px; }
/* line 89, mopub/marketplace.scss */
.settings-advertiser-options .settings-advertiser-options-choices:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-left-color: white;
  position: absolute;
  top: 30%;
  content: "";
  border-width: 10px;
  right: -19px; }
/* line 95, mopub/marketplace.scss */
.settings-advertiser-options .picker-textarea {
  width: 268px; }
/* line 99, mopub/marketplace.scss */
.settings-advertiser-options .picker-picked-region {
  margin-left: 26px; }

/* line 104, mopub/marketplace.scss */
.settings-advertiser-blocklist {
  box-sizing: border-box; }
  /* line 107, mopub/marketplace.scss */
  .settings-advertiser-blocklist .picker-add-region {
    padding-left: 58px; }
  /* line 113, mopub/marketplace.scss */
  .settings-advertiser-blocklist .picker-picked-region {
    margin-left: -14px; }

/* line 118, mopub/marketplace.scss */
.settings-label {
  font-weight: bold;
  font-size: 15px;
  text-align: right; }

/* line 124, mopub/marketplace.scss */
.settings-sublabel {
  display: inline-block;
  font-size: 14px;
  font-weight: 200;
  max-width: 290px; }
  /* line 129, mopub/marketplace.scss */
  .settings-sublabel.active {
    color: #0090d9; }

/* line 134, mopub/marketplace.scss */
.settings-help-text {
  color: #aeaeae;
  font-size: 12px;
  padding-left: 17px; }

/* line 141, mopub/marketplace.scss */
#blocklist-submit {
  margin-left: 10px; }

/* line 145, mopub/marketplace.scss */
input[type="checkbox"].settings-checkbox {
  vertical-align: top;
  display: inline-block; }

/* line 150, mopub/marketplace.scss */
#blocked_domains {
  -webkit-box-shadow: inset 0px 0px 8px #333333;
  -moz-box-shadow: inset 0px 0px 8px #333333;
  box-shadow: inset 0px 0px 8px #333333;
  height: 200px;
  width: 300px;
  overflow: auto;
  border: 1px solid #aeaeae;
  padding: 8px 2px; }
  /* line 708, mopub/global.scss */
  #blocked_domains ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  /* line 714, mopub/global.scss */
  #blocked_domains li {
    margin-left: 3px;
    padding-left: 5px;
    border-bottom: 1px solid #EFEFEF;
    overflow: hidden;
    text-overflow: ellipsis; }

/* line 156, mopub/marketplace.scss */
#marketplace-tabs h3 {
  margin-top: 0;
  margin-bottom: 7px; }

/* line 162, mopub/marketplace.scss */
#dsp-table {
  margin-top: 10px; }

/* line 1, mopub/maintenance.scss */
#maintenance-container {
  width: 100%;
  height: 100%;
  padding-top: 120px;
  background: #444444 url(../images/layout/header-bg.gif) repeat-x top left;
  background: -moz-linear-gradient(45deg, #7a8384 0%, #343434 90%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #7a8384), color-stop(90%, #343434));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #7a8384 0%, #343434 90%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #7a8384 0%, #343434 90%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #7a8384 0%, #343434 90%);
  /* IE10+ */ }

/* line 13, mopub/maintenance.scss */
#maintenance-logo {
  margin: 0 auto;
  width: 400px; }

/* line 18, mopub/maintenance.scss */
#maintenance-message {
  -webkit-box-shadow: 1px 1px 30px #333333;
  -moz-box-shadow: 1px 1px 30px #333333;
  box-shadow: 1px 1px 30px #333333;
  margin: 0 auto;
  width: 400px;
  height: 200px;
  background: white;
  border-radius: 5px;
  padding: 15px;
  font-size: 16px; }

/* line 1, mopub/networks_v2.scss */
#network-title {
  display: inline-block;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 15px; }

/* line 9, mopub/networks_v2.scss */
#titlebar .btn-group, #titlebar .buttons {
  margin-left: 4px; }

/* line 14, mopub/networks_v2.scss */
i.breadcrumb-help-icon {
  background-image: url(../images/sprite/help-breadcrumb.png);
  background-position: left top;
  display: inline-block;
  height: 12px;
  width: 12px; }

/* line 23, mopub/networks_v2.scss */
.breadcrumb a:hover, .breadcrumb .breadcrumb-help:hover, .breadcrumb .breadcrumb-help-icon:hover {
  color: #ff9f34;
  cursor: pointer; }
  /* line 26, mopub/networks_v2.scss */
  .breadcrumb a:hover i.breadcrumb-help-icon, .breadcrumb .breadcrumb-help:hover i.breadcrumb-help-icon, .breadcrumb .breadcrumb-help-icon:hover i.breadcrumb-help-icon {
    background-position: right top; }

/* line 32, mopub/networks_v2.scss */
.header img {
  vertical-align: bottom;
  padding-bottom: 10px;
  padding-right: 10px; }

/* line 39, mopub/networks_v2.scss */
#networks-table-body td {
  padding-left: 10px;
  padding-right: 10px; }
  /* line 42, mopub/networks_v2.scss */
  #networks-table-body td.text {
    padding-left: 0px; }
  /* line 45, mopub/networks_v2.scss */
  #networks-table-body td.status {
    padding-left: 19px; }

/* line 51, mopub/networks_v2.scss */
.add_network_modal {
  width: 700px;
  margin-left: -350px; }
  /* line 65, mopub/networks_v2.scss */
  .add_network_modal #network-list,
  .add_network_modal #no-reporting-network-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    /* line 70, mopub/networks_v2.scss */
    .add_network_modal #network-list li.grayed *,
    .add_network_modal #no-reporting-network-list li.grayed * {
      opacity: 0.2;
      filter: alpha(opacity=20); }
      /* line 73, mopub/networks_v2.scss */
      .add_network_modal #network-list li.grayed * .network-name,
      .add_network_modal #no-reporting-network-list li.grayed * .network-name {
        color: #292f33; }
    /* line 78, mopub/networks_v2.scss */
    .add_network_modal #network-list .network-tile,
    .add_network_modal #no-reporting-network-list .network-tile {
      display: inline-block; }
  /* line 83, mopub/networks_v2.scss */
  .add_network_modal #network-list .network-tile {
    vertical-align: top;
    width: 120px;
    height: 104px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 20px;
    margin-left: 0;
    border-left: 1px solid #ccd6dd;
    border-right: 1px solid white;
    border-top: 1px solid white; }
    /* line 97, mopub/networks_v2.scss */
    .add_network_modal #network-list .network-tile:nth-child(5n+1) {
      border: 1px solid white; }
    /* line 101, mopub/networks_v2.scss */
    .add_network_modal #network-list .network-tile:nth-child(5n):hover {
      border-right: 1px solid #ccd6dd;
      padding-right: 6px; }
    /* line 106, mopub/networks_v2.scss */
    .add_network_modal #network-list .network-tile .network-logo {
      height: 64px;
      width: 100%;
      background-color: white;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: contain; }
    /* line 115, mopub/networks_v2.scss */
    .add_network_modal #network-list .network-tile:hover {
      border: 1px solid #ccd6dd;
      border-right: none;
      padding-right: 7px; }
      /* line 120, mopub/networks_v2.scss */
      .add_network_modal #network-list .network-tile:hover:last-child {
        border-right: 1px solid #ccd6dd; }
    /* line 125, mopub/networks_v2.scss */
    .add_network_modal #network-list .network-tile .network-name {
      font-family: Helvetica;
      font-weight: bold;
      height: 41px;
      line-height: 15px; }
      /* line 130, mopub/networks_v2.scss */
      .add_network_modal #network-list .network-tile .network-name .fa {
        font-size: 10px; }
  /* line 136, mopub/networks_v2.scss */
  .add_network_modal #no-reporting-network-list {
    margin-top: 16px; }
    /* line 139, mopub/networks_v2.scss */
    .add_network_modal #no-reporting-network-list .network-tile {
      margin-right: 24px; }
      /* line 142, mopub/networks_v2.scss */
      .add_network_modal #no-reporting-network-list .network-tile .network-name {
        height: 24px;
        line-height: 24px; }

/* line 152, mopub/networks_v2.scss */
#waterfall-table .name {
  text-align: left;
  vertical-align: middle;
  padding-left: 5px;
  width: 300px; }
/* line 158, mopub/networks_v2.scss */
#waterfall-table tbody {
  border-bottom: 5px solid #999999; }
  /* line 159, mopub/networks_v2.scss */
  #waterfall-table tbody tr {
    border-top: none !important;
    padding: 0; }
  /* line 163, mopub/networks_v2.scss */
  #waterfall-table tbody td {
    border-top: 1px dotted #999999;
    padding: 0 10px;
    vertical-align: middle; }
  /* line 169, mopub/networks_v2.scss */
  #waterfall-table tbody td.cpm {
    margin-bottom: 2px;
    margin-top: 2px;
    padding-left: 5px;
    width: 91px; }
  /* line 175, mopub/networks_v2.scss */
  #waterfall-table tbody td:first-child {
    cursor: pointer;
    width: 80px;
    text-align: center;
    border-top: none;
    border-left: 1px #e5e5e5 solid;
    border-right: 1px #e5e5e5 solid;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    /* line 178, mopub/networks_v2.scss */
    #waterfall-table tbody td:first-child img {
      width: 40px;
      height: 40px; }
    /* line 182, mopub/networks_v2.scss */
    #waterfall-table tbody td:first-child div {
      font-size: 10px;
      color: #2A83F7;
      padding-top: 5px; }
  /* line 202, mopub/networks_v2.scss */
  #waterfall-table tbody tr.adunit {
    height: 50px; }
    /* line 204, mopub/networks_v2.scss */
    #waterfall-table tbody tr.adunit td {
      border-top: 2px solid #AAAAAA;
      background-color: #F7F7F7; }
      /* line 208, mopub/networks_v2.scss */
      #waterfall-table tbody tr.adunit td.stat div {
        margin-top: 7px; }
        /* line 210, mopub/networks_v2.scss */
        #waterfall-table tbody tr.adunit td.stat div.sprite-arrow-collapsed {
          margin-left: 4px;
          margin-right: 1px; }
        /* line 214, mopub/networks_v2.scss */
        #waterfall-table tbody tr.adunit td.stat div.sprite-arrow-expanded {
          margin-left: 2px; }
      /* line 218, mopub/networks_v2.scss */
      #waterfall-table tbody tr.adunit td.stat input {
        margin-top: 6px; }
      /* line 222, mopub/networks_v2.scss */
      #waterfall-table tbody tr.adunit td.cpm {
        font-weight: bold; }
    /* line 226, mopub/networks_v2.scss */
    #waterfall-table tbody tr.adunit td:first-child {
      background-color: #FFFFFF;
      border-top: none; }
    /* line 230, mopub/networks_v2.scss */
    #waterfall-table tbody tr.adunit td.name a {
      font-weight: bold; }
  /* line 234, mopub/networks_v2.scss */
  #waterfall-table tbody tr:first-child td:first-child {
    border-top: 2px solid #AAAAAA; }
    /* line 236, mopub/networks_v2.scss */
    #waterfall-table tbody tr:first-child td:first-child .sprite-arrow-collapsed {
      padding: 0;
      margin-top: 15px;
      margin-right: 8px; }
    /* line 241, mopub/networks_v2.scss */
    #waterfall-table tbody tr:first-child td:first-child .sprite-arrow-expanded {
      padding: 0;
      margin-top: 18px;
      margin-right: 8px; }
    /* line 246, mopub/networks_v2.scss */
    #waterfall-table tbody tr:first-child td:first-child .app-image {
      margin-right: 5px; }
  /* line 251, mopub/networks_v2.scss */
  #waterfall-table tbody tr.network-adunit .stat {
    padding-left: 19px; }
/* line 257, mopub/networks_v2.scss */
#waterfall-table td.stat, #waterfall-table th.stat {
  text-align: left;
  width: 35px; }
/* line 261, mopub/networks_v2.scss */
#waterfall-table td.row-checkbox {
  padding: 0px 0px 5px 1px;
  white-space: nowrap; }
/* line 265, mopub/networks_v2.scss */
#waterfall-table th.stat {
  padding: 5px 0 5px 5px; }
/* line 268, mopub/networks_v2.scss */
#waterfall-table th.fill-rate {
  white-space: nowrap; }
/* line 272, mopub/networks_v2.scss */
#waterfall-table th input#check-all {
  position: relative;
  right: -3px; }
/* line 276, mopub/networks_v2.scss */
#waterfall-table th div.sprite-arrow-collapsed {
  margin-top: 5px;
  margin-right: 2px; }
/* line 280, mopub/networks_v2.scss */
#waterfall-table th div.sprite-arrow-expanded {
  margin-top: 3px;
  margin-right: 1px; }
/* line 284, mopub/networks_v2.scss */
#waterfall-table th.app span {
  margin-left: 10px; }
/* line 288, mopub/networks_v2.scss */
#waterfall-table td.freq {
  width: 50px; }
/* line 291, mopub/networks_v2.scss */
#waterfall-table .ssp-td {
  width: 60px;
  text-align: center; }
/* line 296, mopub/networks_v2.scss */
#waterfall-table .input-append,
#waterfall-table .input-prepend {
  margin-top: auto;
  margin-bottom: auto; }

/* line 302, mopub/networks_v2.scss */
.segments-section .name a {
  margin-right: 19px; }

/* line 309, mopub/networks_v2.scss */
.network-table th.name, .network-table td.name, .segment-table th.name, .segment-table td.name {
  text-align: left; }
/* line 314, mopub/networks_v2.scss */
.network-table td.status, .segment-table td.status {
  padding-left: 19px; }

/* line 320, mopub/networks_v2.scss */
#content-table-body td.status i.status-icon {
  margin-left: 16px; }

/* line 325, mopub/networks_v2.scss */
.SegmentDetailHeaderView .geo-list {
  width: 400px; }

/* line 331, mopub/networks_v2.scss */
button#optimize:hover, button#optimize:active, button#optimize.active {
  color: #fff !important;
  text-shadow: none !important;
  background-color: #55acee !important; }

/* line 339, mopub/networks_v2.scss */
button#optimize:hover, button#optimize:active, button#optimize.active {
  color: #fff !important;
  text-shadow: none !important;
  background-color: #55acee !important; }

/* line 346, mopub/networks_v2.scss */
#inventory {
  margin-bottom: 1em; }
  /* line 350, mopub/networks_v2.scss */
  #inventory tr th,
  #inventory tr td {
    text-align: left; }
  /* line 355, mopub/networks_v2.scss */
  #inventory tr.app td.name {
    font-weight: bold; }
    /* line 357, mopub/networks_v2.scss */
    #inventory tr.app td.name img {
      padding-right: 5px; }
  /* line 364, mopub/networks_v2.scss */
  #inventory table.edit .viewable {
    display: none; }
  /* line 365, mopub/networks_v2.scss */
  #inventory table.edit .editable {
    display: inherit; }
  /* line 369, mopub/networks_v2.scss */
  #inventory table.view .viewable {
    display: inherit; }
  /* line 370, mopub/networks_v2.scss */
  #inventory table.view .editable {
    display: none; }

/* line 375, mopub/networks_v2.scss */
.table-layout-header #filter-button {
  float: right;
  display: inline-block;
  margin-left: 5px; }
/* line 382, mopub/networks_v2.scss */
.table-layout-header #filter-panel .btn-mini {
  display: inline-block; }

/* line 389, mopub/networks_v2.scss */
tr.app {
  background-color: #f7f7f7; }
/* line 392, mopub/networks_v2.scss */
tr.network-adunit {
  border-top: 1px dotted #777;
  height: 30px; }

/* line 398, mopub/networks_v2.scss */
#network-adunit-modal-body {
  height: 105px;
  width: 200px;
  padding-left: 40px; }
  /* line 403, mopub/networks_v2.scss */
  #network-adunit-modal-body button {
    float: left; }
  /* line 407, mopub/networks_v2.scss */
  #network-adunit-modal-body label {
    height: 35px;
    /* The entire modal styles needs to be refactored, fix this when doing so */
    position: relative; }
    /* line 411, mopub/networks_v2.scss */
    #network-adunit-modal-body label:after {
      content: attr(data-error-message);
      position: absolute;
      left: 215px;
      top: 0;
      width: 300px; }
  /* line 420, mopub/networks_v2.scss */
  #network-adunit-modal-body input {
    float: right;
    position: relative;
    bottom: 7px;
    width: 35px; }

/* line 428, mopub/networks_v2.scss */
#special-instructions ul {
  display: block;
  list-style-type: disc;
  margin: 0;
  padding-left: 20px;
  padding-top: 7px; }

/* line 436, mopub/networks_v2.scss */
.modal .modal-close {
  float: right;
  margin-top: 5px;
  font-weight: bold; }

/* line 442, mopub/networks_v2.scss */
div.help-modal {
  width: 890px;
  margin-left: -445px; }
  /* line 446, mopub/networks_v2.scss */
  div.help-modal i.number-bullet {
    float: left;
    width: 34px;
    height: 40px; }
  /* line 451, mopub/networks_v2.scss */
  div.help-modal i.number-1 {
    background-image: url("../images/help-modals/1.png"); }
  /* line 454, mopub/networks_v2.scss */
  div.help-modal i.number-2 {
    background-image: url("../images/help-modals/2.png"); }
  /* line 457, mopub/networks_v2.scss */
  div.help-modal i.number-3 {
    background-image: url("../images/help-modals/3.png"); }
  /* line 460, mopub/networks_v2.scss */
  div.help-modal .network-overview-screenshot {
    width: 860px;
    height: 376px;
    background-image: url("../images/help-modals/network-overview-screenshot.png"); }
  /* line 465, mopub/networks_v2.scss */
  div.help-modal .network-edit-screenshot {
    width: 860px;
    height: 376px;
    background-image: url("../images/help-modals/network-edit-screenshot.png"); }
  /* line 470, mopub/networks_v2.scss */
  div.help-modal .network-detail-screenshot {
    width: 860px;
    height: 376px;
    background-image: url("../images/help-modals/network-detail-screenshot.png"); }
  /* line 475, mopub/networks_v2.scss */
  div.help-modal .segment-detail-screenshot {
    width: 860px;
    height: 376px;
    background-image: url("../images/help-modals/segment-detail-screenshot.png"); }
  /* line 480, mopub/networks_v2.scss */
  div.help-modal ul {
    padding: 0; }
    /* line 482, mopub/networks_v2.scss */
    div.help-modal ul li {
      display: inline-block;
      padding: 20px 1% 10px;
      width: 31%;
      vertical-align: top; }
      /* line 487, mopub/networks_v2.scss */
      div.help-modal ul li div {
        min-height: 45px; }
        /* line 489, mopub/networks_v2.scss */
        div.help-modal ul li div h4 {
          margin-bottom: 0;
          padding: 5px 5px 5px 40px; }
      /* line 494, mopub/networks_v2.scss */
      div.help-modal ul li p {
        clear: both;
        margin-top: 0; }
  /* line 500, mopub/networks_v2.scss */
  div.help-modal .modal-footer a {
    margin-right: 10px; }

/* line 505, mopub/networks_v2.scss */
.segment-modal {
  width: 882px;
  margin-left: -441px; }
  /* line 507, mopub/networks_v2.scss */
  .segment-modal .modal-body hr {
    width: 97%;
    margin-left: 1.5%; }
  /* line 512, mopub/networks_v2.scss */
  .segment-modal .form-horizontal .control-label {
    width: 115px; }
  /* line 515, mopub/networks_v2.scss */
  .segment-modal .form-horizontal .controls {
    margin-left: 140px; }

/* line 522, mopub/networks_v2.scss */
#network_select_chosen, #inventory_select_chosen, #country_select_chosen {
  margin-top: 10px; }

/* line 526, mopub/networks_v2.scss */
#add-network-modal {
  top: 25%; }

/* line 530, mopub/networks_v2.scss */
#view-changelog.disabled {
  cursor: default;
  color: #AEAEAE; }
  /* line 534, mopub/networks_v2.scss */
  #view-changelog.disabled:hover {
    text-decoration: none; }

/* line 539, mopub/networks_v2.scss */
#quick-apply {
  margin-right: 10px; }

/* line 544, mopub/networks_v2.scss */
#quick-apply-modal .control-label {
  width: 165px; }
/* line 548, mopub/networks_v2.scss */
#quick-apply-modal #cpm-row {
  padding-left: 28px; }
/* line 552, mopub/networks_v2.scss */
#quick-apply-modal input {
  width: 20px; }
/* line 556, mopub/networks_v2.scss */
#quick-apply-modal label {
  display: inline-block; }
  /* line 559, mopub/networks_v2.scss */
  #quick-apply-modal label[for="sync-cpm-radio"] {
    position: relative;
    width: 220px;
    top: 12px;
    margin-bottom: 18px; }
/* line 567, mopub/networks_v2.scss */
#quick-apply-modal input[type="radio"] {
  margin-right: 4px; }
/* line 571, mopub/networks_v2.scss */
#quick-apply-modal #sync-cpm-range {
  margin-left: 20px; }

/* line 576, mopub/networks_v2.scss */
#changelog-modal {
  top: 11%;
  width: 1028px;
  margin-left: -514px; }
  /* line 581, mopub/networks_v2.scss */
  #changelog-modal #no-data {
    position: absolute;
    left: 40%;
    top: 300px;
    font-size: 22px;
    color: #5c6266;
    display: none; }
  /* line 590, mopub/networks_v2.scss */
  #changelog-modal .network-name-container {
    margin-bottom: 10px;
    color: #5c6266;
    text-align: right;
    padding-right: 12px;
    font-size: 14px; }
  /* line 598, mopub/networks_v2.scss */
  #changelog-modal .adunit-name-container {
    color: #5c6266;
    padding-left: 6px;
    font-size: 14px; }
  /* line 604, mopub/networks_v2.scss */
  #changelog-modal #mountain-graph {
    border: 2px solid #BBB;
    border-radius: 10px; }
  /* line 609, mopub/networks_v2.scss */
  #changelog-modal .y-axis {
    fill: #BBB; }
    /* line 611, mopub/networks_v2.scss */
    #changelog-modal .y-axis text {
      font-size: 11px; }
  /* line 616, mopub/networks_v2.scss */
  #changelog-modal .x-axis {
    fill: #777;
    font-size: 15px;
    font-weight: bold; }
  /* line 622, mopub/networks_v2.scss */
  #changelog-modal .x-axis path {
    stroke: #BBB; }
  /* line 626, mopub/networks_v2.scss */
  #changelog-modal .y-axis path {
    display: none;
    stroke: none;
    shape-rendering: crispEdges; }
  /* line 632, mopub/networks_v2.scss */
  #changelog-modal .plot-area {
    opacity: 0.8;
    stroke-width: 2px; }
  /* line 637, mopub/networks_v2.scss */
  #changelog-modal .network-label {
    font-weight: bold; }
  /* line 641, mopub/networks_v2.scss */
  #changelog-modal .network-x-grid {
    stroke: #bbb;
    opacity: 1; }
  /* line 646, mopub/networks_v2.scss */
  #changelog-modal .network-y-grid {
    stroke: #bbb;
    opacity: 1; }
  /* line 651, mopub/networks_v2.scss */
  #changelog-modal .network-name {
    pointer-events: none;
    font-weight: bold;
    font-size: 14px;
    fill: white;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased; }
  /* line 661, mopub/networks_v2.scss */
  #changelog-modal .inline-block {
    vertical-align: top; }
  /* line 665, mopub/networks_v2.scss */
  #changelog-modal #datepicker {
    margin-left: 28px;
    margin-bottom: 12px; }
  /* line 670, mopub/networks_v2.scss */
  #changelog-modal line.tick, #changelog-modal .tick line {
    stroke: #bbb; }

/* line 675, mopub/networks_v2.scss */
.estimated-value {
  color: #bbb;
  border-bottom: 1px dashed #bbb;
  cursor: default; }

/* line 681, mopub/networks_v2.scss */
.partially-estimated-value {
  color: #555;
  border-bottom: 1px dashed #555;
  cursor: default; }

/* line 687, mopub/networks_v2.scss */
.apportioned-value {
  color: #777;
  border-bottom: 1px dotted #777;
  cursor: default; }

/* line 694, mopub/networks_v2.scss */
#revenue-reporting button.controls {
  margin-left: 0px; }
/* line 698, mopub/networks_v2.scss */
#revenue-reporting a.controls {
  margin-left: 0px;
  font-size: 13px; }

/* line 705, mopub/networks_v2.scss */
#account-network-ids .edit_save_cancel_button_group {
  margin-top: 25px; }

/* line 710, mopub/networks_v2.scss */
#revenue-reporting button.edit-button {
  margin-left: 8px; }

/* line 714, mopub/networks_v2.scss */
#revenue-reporting .cancel-save-controls {
  margin-left: 8px; }

/* line 718, mopub/networks_v2.scss */
#revenue-reporting .tos_checkbox_label {
  margin-left: 20px; }

/* line 723, mopub/networks_v2.scss */
#settings-form #inventory-section .table-tools {
  position: static; }

/* line 731, mopub/networks_v2.scss */
.edit_save_cancel_button_group .cancel-save-controls,
#geo-restrictions .cancel-save-controls {
  height: 39px;
  box-shadow: inset 0px 1px 1px 2px rgba(0, 0, 0, 0.32);
  border-radius: 6px;
  margin-bottom: 5px;
  margin-top: -5px; }
  /* line 738, mopub/networks_v2.scss */
  .edit_save_cancel_button_group .cancel-save-controls .cancel-link,
  #geo-restrictions .cancel-save-controls .cancel-link {
    padding-right: 5px;
    padding-left: 14px;
    vertical-align: baseline; }
  /* line 744, mopub/networks_v2.scss */
  .edit_save_cancel_button_group .cancel-save-controls .save-button,
  #geo-restrictions .cancel-save-controls .save-button {
    margin-top: 5px;
    margin-right: 3px; }
/* line 750, mopub/networks_v2.scss */
.edit_save_cancel_button_group button.controls,
#geo-restrictions button.controls {
  margin-left: 0px; }
/* line 754, mopub/networks_v2.scss */
.edit_save_cancel_button_group a.controls,
#geo-restrictions a.controls {
  margin-left: 0px;
  font-size: 13px; }
/* line 762, mopub/networks_v2.scss */
.edit_save_cancel_button_group .controls label,
#geo-restrictions .controls label {
  margin-top: 5px; }
/* line 766, mopub/networks_v2.scss */
.edit_save_cancel_button_group .controls input[type=radio],
#geo-restrictions .controls input[type=radio] {
  margin-top: -5px;
  margin-right: 3px; }
/* line 772, mopub/networks_v2.scss */
.edit_save_cancel_button_group .edit-button,
#geo-restrictions .edit-button {
  margin-bottom: 10px; }
/* line 776, mopub/networks_v2.scss */
.edit_save_cancel_button_group .save-button,
#geo-restrictions .save-button {
  margin-bottom: 3px; }
/* line 780, mopub/networks_v2.scss */
.edit_save_cancel_button_group #country_select_chosen,
#geo-restrictions #country_select_chosen {
  margin-top: 10px; }
/* line 784, mopub/networks_v2.scss */
.edit_save_cancel_button_group #country-select,
#geo-restrictions #country-select {
  width: 235px; }
/* line 788, mopub/networks_v2.scss */
.edit_save_cancel_button_group .summary,
#geo-restrictions .summary {
  margin-left: 25px;
  margin-top: 7px;
  line-height: 1.2em; }
  /* line 793, mopub/networks_v2.scss */
  .edit_save_cancel_button_group .summary.placeholder,
  #geo-restrictions .summary.placeholder {
    color: #aeaeae; }

/* line 800, mopub/networks_v2.scss */
#filter-button-container .dropdown-toggle {
  vertical-align: bottom;
  margin-bottom: 3px; }

/* line 807, mopub/networks_v2.scss */
.inventory-control-button-group .edit_save_cancel_button_group {
  margin-left: 8px; }

/* line 812, mopub/networks_v2.scss */
.popover .popover-content p {
  font-weight: normal; }

/* line 816, mopub/networks_v2.scss */
.header-region {
  margin-bottom: 35px; }

/* line 822, mopub/networks_v2.scss */
.account_network_ids.hidden button.edit-button {
  display: none; }
/* line 823, mopub/networks_v2.scss */
.account_network_ids.hidden button.save-button {
  display: none; }
/* line 824, mopub/networks_v2.scss */
.account_network_ids.hidden input {
  display: none; }
/* line 825, mopub/networks_v2.scss */
.account_network_ids.hidden span {
  display: none; }
/* line 829, mopub/networks_v2.scss */
.account_network_ids.edit button.edit-button {
  display: none; }
/* line 830, mopub/networks_v2.scss */
.account_network_ids.edit button.save-button {
  display: inline-block; }
/* line 832, mopub/networks_v2.scss */
.account_network_ids.edit input {
  display: block; }
/* line 836, mopub/networks_v2.scss */
.account_network_ids.edit span {
  display: none; }
/* line 842, mopub/networks_v2.scss */
.account_network_ids.read button.edit-button {
  display: inline-block; }
/* line 843, mopub/networks_v2.scss */
.account_network_ids.read button.save-button {
  display: none; }
/* line 845, mopub/networks_v2.scss */
.account_network_ids.read input {
  display: none; }
/* line 849, mopub/networks_v2.scss */
.account_network_ids.read span {
  display: inline; }
/* line 854, mopub/networks_v2.scss */
.account_network_ids .typeahead {
  font-size: 17px;
  width: 215px; }

/* line 860, mopub/networks_v2.scss */
.revenue-reporting {
  margin: 5px 0;
  opacity: .5; }
  /* line 863, mopub/networks_v2.scss */
  .revenue-reporting:hover {
    opacity: 1;
    transition: .01s;
    cursor: pointer; }

/* line 870, mopub/networks_v2.scss */
.fat-stats {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  color: #7d8185;
  float: left;
  height: 40px; }
  /* line 880, mopub/networks_v2.scss */
  .fat-stats.clickable:hover {
    cursor: pointer; }
  /* line 885, mopub/networks_v2.scss */
  .fat-stats .fat-stats-tab {
    position: relative;
    padding: 3px 14px 8px 15px;
    width: 102px;
    display: inline-block;
    height: 30px; }
    /* line 893, mopub/networks_v2.scss */
    .fat-stats .fat-stats-tab.active-tab {
      padding: 0px 15px 5px 15px;
      box-shadow: inset -1px 1px 6px #aaa;
      border-bottom: 5px solid #7d8185;
      top: -3px; }
      /* line 899, mopub/networks_v2.scss */
      .fat-stats .fat-stats-tab.active-tab:after {
        content: "";
        position: absolute;
        top: 37px;
        left: 58px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #7d8185; }
    /* line 908, mopub/networks_v2.scss */
    .fat-stats .fat-stats-tab:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    /* line 913, mopub/networks_v2.scss */
    .fat-stats .fat-stats-tab:last-child {
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px; }
    /* line 918, mopub/networks_v2.scss */
    .fat-stats .fat-stats-tab .fat-stats-value, .fat-stats .fat-stats-tab .fat-stats-label {
      text-align: left; }
    /* line 922, mopub/networks_v2.scss */
    .fat-stats .fat-stats-tab .fat-stats-value {
      font-size: 18px;
      font-weight: 500; }
    /* line 927, mopub/networks_v2.scss */
    .fat-stats .fat-stats-tab .fat-stats-label {
      font-size: 10px;
      font-weight: 200; }

/* line 936, mopub/networks_v2.scss */
.line-item-icon {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
  padding-right: 2px; }

/* line 943, mopub/networks_v2.scss */
.inline-block {
  display: inline-block; }

/* line 949, mopub/networks_v2.scss */
#settings-form #inventory .table {
  border-bottom: none;
  margin-bottom: 15px; }
  /* line 952, mopub/networks_v2.scss */
  #settings-form #inventory .table .content-row {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  /* line 958, mopub/networks_v2.scss */
  #settings-form #inventory .table .viewable {
    padding-top: 0px; }
/* line 962, mopub/networks_v2.scss */
#settings-form .viewable {
  padding-top: 5px; }
/* line 967, mopub/networks_v2.scss */
#settings-form #network-enable .selection {
  position: relative; }
/* line 970, mopub/networks_v2.scss */
#settings-form #network-enable .selection-copy, #settings-form #network-enable .hint {
  display: block;
  margin-left: 20px; }
/* line 974, mopub/networks_v2.scss */
#settings-form #network-enable .hint {
  color: #999999;
  margin-bottom: 1.33em; }
/* line 978, mopub/networks_v2.scss */
#settings-form #network-enable input[name="network-enable"] {
  position: absolute;
  top: 0;
  left: 0; }
  /* line 983, mopub/networks_v2.scss */
  #settings-form #network-enable input[name="network-enable"]:disabled {
    display: none; }
    /* line 985, mopub/networks_v2.scss */
    #settings-form #network-enable input[name="network-enable"]:disabled ~ * {
      display: none;
      margin-left: 0; }
  /* line 991, mopub/networks_v2.scss */
  #settings-form #network-enable input[name="network-enable"]:checked ~ * {
    display: block; }
/* line 997, mopub/networks_v2.scss */
#settings-form #back {
  margin-left: 8px; }

/* line 1003, mopub/networks_v2.scss */
.detail-layout h1, .detail-layout h2 {
  font-size: 16px; }

/* line 1008, mopub/networks_v2.scss */
.popover-table {
  max-width: 650px; }
  /* line 1010, mopub/networks_v2.scss */
  .popover-table th, .popover-table td {
    min-width: 100px; }

/* line 1015, mopub/networks_v2.scss */
.input-error-wrapper {
  display: inline-block;
  position: relative; }
  /* line 1018, mopub/networks_v2.scss */
  .input-error-wrapper .sprite-reporting-error {
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -7px; }

/*!
 * Adapted from Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* line 11, mopub/breadcrumb.scss */
.breadcrumb {
  padding: 0 15px 0 0;
  margin: 0 0 0;
  list-style: none;
  font-size: 16px; }

/* line 18, mopub/breadcrumb.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1; }

/* line 25, mopub/breadcrumb.scss */
.breadcrumb > li > .divider {
  padding: 0 0 0 5px;
  color: #ccc; }

/* line 30, mopub/breadcrumb.scss */
.breadcrumb > .active {
  color: #999999; }

/* line 1, mopub/image_upload_manager.scss */
.image_upload_name {
  display: inline-block;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap; }

/* line 10, mopub/image_upload_manager.scss */
.image_upload_size {
  display: inline-block;
  vertical-align: middle; }

/* line 15, mopub/image_upload_manager.scss */
.image_upload_message {
  vertical-align: middle; }

/* line 19, mopub/image_upload_manager.scss */
.upload-manager {
  text-align: left; }
  /* line 22, mopub/image_upload_manager.scss */
  .upload-manager div.progress {
    position: relative;
    height: 16px;
    margin-bottom: 6px; }
    /* line 27, mopub/image_upload_manager.scss */
    .upload-manager div.progress div.progress-label {
      display: hidden;
      position: absolute;
      width: 100%;
      text-align: center;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
      color: #fff; }
  /* line 37, mopub/image_upload_manager.scss */
  .upload-manager .fileinput-button {
    overflow: hidden;
    position: relative; }
    /* line 41, mopub/image_upload_manager.scss */
    .upload-manager .fileinput-button input {
      cursor: pointer;
      direction: ltr;
      font-size: 23px;
      margin: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      transform: translate(-300px, 0px) scale(4); }
  /* line 54, mopub/image_upload_manager.scss */
  .upload-manager .spinner {
    display: inline;
    vertical-align: middle; }
  /* line 59, mopub/image_upload_manager.scss */
  .upload-manager .hidden {
    display: none; }
  /* line 63, mopub/image_upload_manager.scss */
  .upload-manager .popover {
    max-height: 500px;
    max-width: 500px;
    overflow: auto; }
    /* line 68, mopub/image_upload_manager.scss */
    .upload-manager .popover img {
      max-width: 100%; }

/* line 74, mopub/image_upload_manager.scss */
.upload-manager-file {
  padding-bottom: 6px; }

/*
 * Plugins
 */
/*
 * jQuery UI specific styling
 */
/* line 12, plugins/datatables.scss */
.paging_two_button .ui-button {
  float: left;
  cursor: pointer;
  * cursor: hand; }

/* line 18, plugins/datatables.scss */
.paging_full_numbers .ui-button {
  padding: 2px 6px;
  margin: 0;
  cursor: pointer;
  * cursor: hand; }

/* line 25, plugins/datatables.scss */
.dataTables_paginate .ui-button {
  margin-right: -0.1em !important; }

/* line 29, plugins/datatables.scss */
.paging_full_numbers {
  width: 350px !important; }

/* line 33, plugins/datatables.scss */
.dataTables_wrapper .ui-toolbar {
  padding: 5px; }

/* line 37, plugins/datatables.scss */
.dataTables_paginate {
  width: auto; }

/* line 41, plugins/datatables.scss */
.dataTables_info {
  padding-top: 3px; }

/* line 45, plugins/datatables.scss */
table.display thead th {
  padding: 3px 0px 3px 10px;
  cursor: pointer;
  * cursor: hand; }

/* line 51, plugins/datatables.scss */
div.dataTables_wrapper .ui-widget-header {
  font-weight: normal; }

/*
 * Sort arrow icon positioning
 */
/* line 59, plugins/datatables.scss */
table.display thead th div.DataTables_sort_wrapper {
  position: relative;
  padding-right: 20px;
  padding-right: 20px; }

/* line 65, plugins/datatables.scss */
table.display thead th div.DataTables_sort_wrapper span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is the same as demo_table.css. This file is
 * required for 'cleanliness' of the markup
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
/* line 88, plugins/datatables.scss */
.dataTables_wrapper {
  position: relative;
  min-height: 302px;
  _height: 302px;
  clear: both; }

/* line 95, plugins/datatables.scss */
.dataTables_processing {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 11px;
  padding: 2px 0; }

/* line 108, plugins/datatables.scss */
table#report-table tr.level0 {
  font-weight: bold; }

/* line 115, plugins/datatables.scss */
table#report-table tr.level2 {
  color: #777; }

/* line 119, plugins/datatables.scss */
table#report-table tr {
  border: 1px dotted #CCC;
  border-right-style: none;
  border-left-style: none; }

/* line 125, plugins/datatables.scss */
table#report-table tr.level0 td.name {
  padding-left: 5px; }

/* line 129, plugins/datatables.scss */
table#report-table tr.level1 td.name {
  padding-left: 20px; }

/* line 133, plugins/datatables.scss */
table#report-table tr.level2 td.name {
  padding-left: 35px; }

/* line 137, plugins/datatables.scss */
.dataTables_length {
  width: 40%;
  float: left; }

/* line 142, plugins/datatables.scss */
.dataTables_filter {
  width: 50%;
  float: right;
  text-align: right; }

/* line 148, plugins/datatables.scss */
.dataTables_info {
  width: 50%;
  float: left; }

/* line 153, plugins/datatables.scss */
.dataTables_paginate {
  float: right;
  text-align: right; }

/* Pagination nested */
/* line 159, plugins/datatables.scss */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
  height: 19px;
  width: 19px;
  margin-left: 3px;
  float: left; }

/* line 166, plugins/datatables.scss */
.paginate_disabled_previous {
  background-image: url("../images/back_disabled.jpg"); }

/* needs to be diff arrow.. */
/* line 171, plugins/datatables.scss */
.paginate_enabled_previous {
  background-image: url("../images/access_arrow.png"); }

/* line 175, plugins/datatables.scss */
.paginate_disabled_next {
  background-image: url("../images/forward_disabled.jpg"); }

/* line 179, plugins/datatables.scss */
.paginate_enabled_next {
  background-image: url("../images/access_arrow.png"); }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
/* line 188, plugins/datatables.scss */
table.display {
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse; }

/* line 195, plugins/datatables.scss */
table.display tfoot th {
  padding: 3px 0px 3px 10px;
  font-weight: bold;
  font-weight: normal; }

/* line 201, plugins/datatables.scss */
table.display tr.heading2 td {
  border-bottom: 1px solid #aaa; }

/* line 205, plugins/datatables.scss */
table.display td {
  padding: 3px 10px; }

/* line 209, plugins/datatables.scss */
table.display td.center {
  text-align: center; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
/* line 219, plugins/datatables.scss */
.ui-icon-triangle-1-s {
  background: url("../images/sort_asc.png") no-repeat center right; }

/* line 223, plugins/datatables.scss */
.ui-icon-triangle-1-n {
  background: url("../images/sort_desc.png") no-repeat center right; }

/* line 227, plugins/datatables.scss */
.sorting {
  background: url("../images/sort_both.png") no-repeat center right; }

/* line 231, plugins/datatables.scss */
.sorting_asc_disabled {
  background: url("../images/sort_asc_disabled.png") no-repeat center right; }

/* line 235, plugins/datatables.scss */
.sorting_desc_disabled {
  background: url("../images/sort_desc_disabled.png") no-repeat center right; }

/* line 239, plugins/datatables.scss */
tr.odd {
  background-color: #F5F9FC; }

/* line 243, plugins/datatables.scss */
tr.even {
  background-color: white; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
/* line 254, plugins/datatables.scss */
.dataTables_scroll {
  clear: both; }

/* line 260, plugins/datatables.scss */
.clear {
  clear: both; }

/* line 264, plugins/datatables.scss */
.dataTables_empty {
  text-align: center; }

/* line 268, plugins/datatables.scss */
tfoot input {
  margin: 0.5em 0;
  width: 100%;
  color: #444; }

/* line 274, plugins/datatables.scss */
tfoot input.search_init {
  color: #999; }

/* line 278, plugins/datatables.scss */
td.group {
  background-color: #d1cfd0;
  border-bottom: 2px solid #A19B9E;
  border-top: 2px solid #A19B9E; }

/* line 284, plugins/datatables.scss */
td.details {
  background-color: #d1cfd0;
  border: 2px solid #A19B9E; }

/* line 289, plugins/datatables.scss */
.example_alt_pagination div.dataTables_info {
  width: 40%; }

/* line 294, plugins/datatables.scss */
.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand; }

/* line 304, plugins/datatables.scss */
.paging_full_numbers span.paginate_button {
  background-color: #ddd; }

/* line 308, plugins/datatables.scss */
.paging_full_numbers span.paginate_button:hover {
  background-color: #ccc; }

/* line 312, plugins/datatables.scss */
.paging_full_numbers span.paginate_active {
  background-color: #99B3FF; }

/* line 316, plugins/datatables.scss */
table.display tr.even.row_selected td {
  background-color: #B0BED9; }

/* line 320, plugins/datatables.scss */
table.display tr.odd.row_selected td {
  background-color: #9FAFD1; }

/* line 324, plugins/datatables.scss */
table#report-table td {
  padding: 5px 5px 5px 5px; }

/* line 328, plugins/datatables.scss */
table#report-table th span.ui-icon {
  display: inline-block;
  float: right;
  width: 15px;
  height: 15px;
  margin: -5px 0;
  padding: 0; }

/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
/* line 340, plugins/datatables.scss */
tr.odd td.sorting_1 {
  background-color: #D8E8F3; }

/* line 344, plugins/datatables.scss */
tr.even td.sorting_1 {
  background-color: #F5F9FC; }

/* For the Conditional-CSS grading rows */
/*
    Colour calculations (based off the main row colours)
  Level 1:
        dd > c4
        ee > d5
    Level 2:
      dd > d1
      ee > e2
 */
/*
 * Row highlighting example
 */
/* line 363, plugins/datatables.scss */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
  background-color: #ECFFB3; }

/* line 367, plugins/datatables.scss */
.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
  background-color: #E6FF99; }

/* @group Base */
/* line 2, plugins/chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* line 13, plugins/chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

/* line 27, plugins/chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

/* line 30, plugins/chosen.scss */
.chosen-container a {
  cursor: pointer; }

/* @end */
/* @group Single Chosen */
/* line 36, plugins/chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

/* line 57, plugins/chosen.scss */
.chosen-container-single .chosen-default {
  color: #999; }

/* line 60, plugins/chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 67, plugins/chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

/* line 70, plugins/chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

/* line 80, plugins/chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

/* line 83, plugins/chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

/* line 86, plugins/chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

/* line 94, plugins/chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%; }

/* line 99, plugins/chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

/* line 106, plugins/chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px, linear-gradient(#eeeeee 1%, white 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

/* line 127, plugins/chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

/* line 132, plugins/chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
/* line 139, plugins/chosen.scss */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

/* line 148, plugins/chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px; }

/* line 155, plugins/chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

/* line 159, plugins/chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* line 164, plugins/chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

/* line 173, plugins/chosen.scss */
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4; }

/* line 177, plugins/chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

/* line 182, plugins/chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

/* line 185, plugins/chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
/* line 192, plugins/chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, white 15%);
  background-image: linear-gradient(#eeeeee 1%, white 15%);
  cursor: text; }

/* line 212, plugins/chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

/* line 216, plugins/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

/* line 221, plugins/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

/* line 235, plugins/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

/* line 238, plugins/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

/* line 256, plugins/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

/* line 266, plugins/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

/* line 269, plugins/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

/* line 280, plugins/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

/* line 283, plugins/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

/* line 286, plugins/chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

/* line 290, plugins/chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
/* line 298, plugins/chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

/* line 302, plugins/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, white));
  background-image: -webkit-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, white 80%);
  background-image: linear-gradient(#eeeeee 20%, white 80%);
  box-shadow: 0 1px 0 #fff inset; }

/* line 315, plugins/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

/* line 319, plugins/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

/* line 322, plugins/chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

/* line 326, plugins/chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important; }

/* @end */
/* @group Disabled Support */
/* line 332, plugins/chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

/* line 336, plugins/chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default; }

/* line 339, plugins/chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
/* line 345, plugins/chosen.scss */
.chosen-rtl {
  text-align: right; }

/* line 348, plugins/chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

/* line 352, plugins/chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

/* line 357, plugins/chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

/* line 360, plugins/chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

/* line 364, plugins/chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

/* line 368, plugins/chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right; }

/* line 371, plugins/chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

/* line 374, plugins/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

/* line 378, plugins/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

/* line 383, plugins/chosen.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

/* line 386, plugins/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

/* line 390, plugins/chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

/* line 394, plugins/chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

/* line 397, plugins/chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("../images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, white 15%);
  direction: rtl; }

/* line 407, plugins/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

/* line 410, plugins/chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  /* line 422, plugins/chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @end */
/* line 1, plugins/chosen-override.scss */
.chosen-container-single .chosen-single {
  padding: 6px 10px 6px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  height: auto;
  color: black;
  text-align: left;
  background-image: -webkit-linear-gradient(top, #f7f8f9, #e0e4e8);
  background-image: -moz-linear-gradient(top, #f7f8f9, #e0e4e8);
  background-image: linear-gradient(top, #f7f8f9, #e0e4e8); }
  /* line 13, plugins/chosen-override.scss */
  .chosen-container-single .chosen-single span {
    text-shadow: rgba(255, 255, 255, 0.74902) 0px 1px 1px; }

/* line 19, plugins/chosen-override.scss */
.chosen-container-single .chosen-single div b:before {
  font-family: FontAwesome;
  line-height: 28px;
  color: #5c6266;
  content: "\f0d7"; }

/* line 28, plugins/chosen-override.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  font-family: FontAwesome;
  line-height: 28px;
  color: #5c6266;
  content: "\f0d8"; }

/* line 36, plugins/chosen-override.scss */
.chosen-container-single .chosen-single span {
  margin-right: 13px; }

/* line 40, plugins/chosen-override.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: -webkit-linear-gradient(top, #f7f8f9, #e0e4e8);
  background-image: -moz-linear-gradient(top, #f7f8f9, #e0e4e8);
  background-image: linear-gradient(top, #f7f8f9, #e0e4e8);
  border-radius: 5px; }

/* line 47, plugins/chosen-override.scss */
.chosen-container-single .chosen-drop {
  margin-top: 2px;
  border-radius: 4px 4px 4px 4px;
  border-top: 1px solid #aaa;
  border-radius: 5px; }

/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 10, plugins/bootstrap-modal-manager.scss */
.modal-open {
  overflow: hidden; }

/* add a scroll bar to stop page from jerking around */
/* line 19, plugins/bootstrap-modal-manager.scss */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: scroll; }

@media (max-width: 979px) {
  /* line 25, plugins/bootstrap-modal-manager.scss */
  .modal-open.page-overflow .page-container .navbar-fixed-top,
  .modal-open.page-overflow .page-container .navbar-fixed-bottom {
    overflow-y: visible; } }
/* line 31, plugins/bootstrap-modal-manager.scss */
.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto; }

/* line 40, plugins/bootstrap-modal-manager.scss */
.modal {
  outline: none;
  position: absolute;
  margin-top: 0;
  top: 50%;
  overflow: visible;
  /* allow content to popup out (i.e tooltips) */ }

/* line 48, plugins/bootstrap-modal-manager.scss */
.modal.fade {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out; }

/* line 56, plugins/bootstrap-modal-manager.scss */
.modal.fade.in {
  top: 50%; }

/* line 60, plugins/bootstrap-modal-manager.scss */
.modal-body {
  max-height: none;
  overflow: visible; }

/* line 65, plugins/bootstrap-modal-manager.scss */
.modal.modal-absolute {
  position: absolute;
  z-index: 950; }

/* line 70, plugins/bootstrap-modal-manager.scss */
.modal .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px; }

/* line 80, plugins/bootstrap-modal-manager.scss */
.modal-backdrop.modal-absolute {
  position: absolute;
  z-index: 940; }

/* line 86, plugins/bootstrap-modal-manager.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #000; }

/* line 92, plugins/bootstrap-modal-manager.scss */
.modal.container {
  width: 940px;
  margin-left: -470px; }

/* Modal Overflow */
/* line 99, plugins/bootstrap-modal-manager.scss */
.modal-overflow.modal {
  top: 1%; }

/* line 103, plugins/bootstrap-modal-manager.scss */
.modal-overflow.modal.fade {
  top: -100%; }

/* line 107, plugins/bootstrap-modal-manager.scss */
.modal-overflow.modal.fade.in {
  top: 1%; }

/* line 111, plugins/bootstrap-modal-manager.scss */
.modal-overflow .modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* Responsive */
@media (min-width: 1200px) {
  /* line 119, plugins/bootstrap-modal-manager.scss */
  .modal.container {
    width: 1170px;
    margin-left: -585px; } }
@media (max-width: 979px) {
  /* line 128, plugins/bootstrap-modal-manager.scss */
  .modal,
  .modal.container,
  .modal.modal-overflow {
    top: 1%;
    right: 1%;
    left: 1%;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important; }

  /* line 141, plugins/bootstrap-modal-manager.scss */
  .modal.fade.in,
  .modal.container.fade.in,
  .modal.modal-overflow.fade.in {
    top: 1%;
    bottom: auto; }

  /* line 147, plugins/bootstrap-modal-manager.scss */
  .modal-body,
  .modal-overflow .modal-body {
    position: static;
    margin: 0;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important; }

  /* line 156, plugins/bootstrap-modal-manager.scss */
  .modal-footer,
  .modal-overflow .modal-footer {
    position: static; } }
/* line 161, plugins/bootstrap-modal-manager.scss */
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px; }

/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/
/* line 174, plugins/bootstrap-modal-manager.scss */
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes shake {
  /* line 186, plugins/bootstrap-modal-manager.scss */
  0%, 100% {
    -webkit-transform: translateX(0); }

  /* line 187, plugins/bootstrap-modal-manager.scss */
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }

  /* line 188, plugins/bootstrap-modal-manager.scss */
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes shake {
  /* line 192, plugins/bootstrap-modal-manager.scss */
  0%, 100% {
    -moz-transform: translateX(0); }

  /* line 193, plugins/bootstrap-modal-manager.scss */
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }

  /* line 194, plugins/bootstrap-modal-manager.scss */
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }

@-o-keyframes shake {
  /* line 198, plugins/bootstrap-modal-manager.scss */
  0%, 100% {
    -o-transform: translateX(0); }

  /* line 199, plugins/bootstrap-modal-manager.scss */
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px); }

  /* line 200, plugins/bootstrap-modal-manager.scss */
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px); } }

@keyframes shake {
  /* line 204, plugins/bootstrap-modal-manager.scss */
  0%, 100% {
    transform: translateX(0); }

  /* line 205, plugins/bootstrap-modal-manager.scss */
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }

  /* line 206, plugins/bootstrap-modal-manager.scss */
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }

/* line 209, plugins/bootstrap-modal-manager.scss */
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

/* line 1, plugins/timepicker.scss */
.ui-timepicker-list {
  overflow-y: auto;
  height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001; }

/* line 17, plugins/timepicker.scss */
.ui-timepicker-list.ui-timepicker-with-duration {
  width: 11em; }

/* line 21, plugins/timepicker.scss */
.ui-timepicker-duration {
  margin-left: 5px;
  color: #888; }

/* line 25, plugins/timepicker.scss */
.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888; }

/* line 29, plugins/timepicker.scss */
.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0; }

/* line 38, plugins/timepicker.scss */
.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000; }

/* line 44, plugins/timepicker.scss */
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC;
  color: #fff; }

/* line 49, plugins/timepicker.scss */
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc; }

/* line 55, plugins/timepicker.scss */
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default; }

/* line 61, plugins/timepicker.scss */
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2; }

/**
 * HTML Validator panel style
*/
/* line 4, plugins/panels/htmlvalidator.scss */
#djDebug .panelContent .djDebug-htmlvalidator-summary {
  /* pass */ }

/* line 8, plugins/panels/htmlvalidator.scss */
#djDebug .panelContent .djDebug-htmlvalidator-summary legend {
  font-size: 1.4em;
  padding-bottom: 0.5em; }

/* line 13, plugins/panels/htmlvalidator.scss */
#djDebug .panelContent .djDebug-htmlvalidator-summary pre {
  display: block;
  font-family: "Courier New", courier, fixed;
  font-weight: bold;
  cursor: pointer; }

/* line 20, plugins/panels/htmlvalidator.scss */
#djDebug .panelContent .djDebug-htmlvalidator-summary td.tidy-msg {
  width: 90%;
  cursor: pointer; }

/* line 24, plugins/panels/htmlvalidator.scss */
#djDebug .panelContent .djDebug-htmlvalidator-summary td.validation-error {
  background-color: #F79A83; }

/* line 28, plugins/panels/htmlvalidator.scss */
#djDebug .panelContent .djDebug-htmlvalidator-summary .line-number {
  display: block;
  float: left;
  width: 35px;
  padding-left: 5px;
  font-size: 1em;
  height: 1em; }

/* line 37, plugins/panels/htmlvalidator.scss */
#djDebug .panelContent .djDebug-htmlvalidator-summary table td {
  border-bottom: 1px solid #9a9a9a; }

/* line 41, plugins/panels/htmlvalidator.scss */
#djDebug .panelContent .djDebug-htmlvalidator-summary table td {
  border-bottom: 1px solid #9a9a9a; }

/* line 46, plugins/panels/htmlvalidator.scss */
#djDebug .panelContent .djDebug-htmlvalidator-summary .repr-content-code {
  border: 0;
  background: transparent;
  font-family: "Monaco", "Courier New", courier, fixed;
  font-size: 1em;
  padding: 0;
  padding-left: 40px;
  border-bottom: 1px dashed #8a8a8a;
  margin-left: -40px;
  height: 1.3em;
  line-height: 1.3em;
  font-weight: normal; }

/* line 60, plugins/panels/htmlvalidator.scss */
#djDebug .panelContent .djDebug-htmlvalidator-summary .repr-line-sel {
  background-color: #82E3F7;
  -webkit-transition: background-color linear;
  -webkit-transition-duration: 0.2s;
  -ms-transition: background-color linear;
  -ms-transition-duration: 0.2s; }

/* line 68, plugins/panels/htmlvalidator.scss */
#djDebug .panelContent .djDebug-htmlvalidator-summary .repr-content {
  background-color: #fff;
  border: 3px solid #676767;
  width: 100%; }

/* line 74, plugins/panels/htmlvalidator.scss */
#djDebug .panelContent .djDebug-htmlvalidator-summary .clean {
  clear: both; }

/* line 78, plugins/panels/htmlvalidator.scss */
#djdebug .panelContent .djDebug-htmlvalidator-summary th {
  text-align: left;
  border-bottom: 2px solid #898989; }

/* line 83, plugins/panels/htmlvalidator.scss */
#djDebug .panelContent .djDebug-htmlvalidator-summary .repr-info-sel td.validation-error,
#djDebug .panelContent .djDebug-htmlvalidator-summary .repr-info-sel {
  background-color: #83F7A8; }

/**
 * State panel style
*/
/* line 5, plugins/panels/state.scss */
#djDebug .created,
#djDebug tr.created-obj {
  background-color: #83F7A8; }

/* line 10, plugins/panels/state.scss */
#djDebug .updated,
#djDebug tr.updated-obj {
  background-color: #82E3F7; }

/* line 14, plugins/panels/state.scss */
#djDebug .deleted,
#djDebug tr.deleted-obj {
  background-color: #F79A83; }

/* line 20, plugins/panels/state.scss */
#djDebug span.deleted,
#djDebug span.updated,
#djDebug span.created {
  display: inline;
  display: inline-block;
  padding: 3px; }

/* line 26, plugins/panels/state.scss */
#djDebug .djDebug-state-summary {
  overflow: hidden;
  width: 100%; }

/* line 30, plugins/panels/state.scss */
#djDebug .djDebug-state-summary legend {
  font-size: 1.3em;
  padding-top: 1em; }

/* line 35, plugins/panels/state.scss */
#djDebug .djDebug-state-summary dl {
  clear: both;
  margin-top: 15px; }

/* line 39, plugins/panels/state.scss */
#djDebug dt.deleted {
  float: left; }

/* line 43, plugins/panels/state.scss */
#djDebug .panelContent .djDebug-state-summary dt,
#djDebug .panelContent .djDebug-state-summary dd {
  margin: 0;
  padding: 0;
  float: left; }

/* line 48, plugins/panels/state.scss */
#djDebug .panelContent .djDebug-state-summary dt {
  font-size: 1.2em;
  padding-left: 0.3em;
  padding-right: 0.3em; }

/* line 54, plugins/panels/state.scss */
#djDebug .panelContent .djDebug-state-summary dd {
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 20px;
  line-height: 1.2em; }

/* line 63, plugins/panels/state.scss */
#djDebug table th.io-cell,
#djDebug table td.io-cell {
  border-top: 1px solid #fff;
  text-align: center; }

/* line 1, sheets/sheet.scss */
.clearfix {
  *zoom: 1; }

/* line 4, sheets/sheet.scss */
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "."; }

/* line 11, sheets/sheet.scss */
.sheet {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000; }

/* line 20, sheets/sheet.scss */
.sheet .sheet-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  width: 100%; }

/* line 25, sheets/sheet.scss */
.sheet .sheet-wrapper {
  overflow-y: scroll;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms cubic-bezier(0.3, 0.42, 0.06, 1.05);
  -moz-transition: all 200ms cubic-bezier(0.3, 0.42, 0.06, 1.05);
  -o-transition: all 200ms cubic-bezier(0.3, 0.42, 0.06, 1.05);
  transition: all 200ms cubic-bezier(0.3, 0.42, 0.06, 1.05);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

/* line 44, sheets/sheet.scss */
.sheet .sheet-wrapper.open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

/* line 51, sheets/sheet.scss */
.sheet .sheet-wrapper.with-scroll {
  bottom: 0;
  height: 100%; }

/* line 56, sheets/sheet.scss */
.sheet .sheet-footer-wrapper {
  display: none;
  overflow-y: none;
  bottom: 0;
  height: 68px;
  position: fixed;
  width: 100%; }

/* line 64, sheets/sheet.scss */
.sheet .sheet-header-wrapper {
  display: none;
  overflow-y: none;
  top: 0;
  height: 75px;
  position: fixed;
  width: 100%;
  z-index: 1; }

/* line 73, sheets/sheet.scss */
.sheet.with-fixed-header .sheet-header-wrapper {
  display: block; }

/* line 76, sheets/sheet.scss */
.sheet .sheet-header-container {
  height: 75px; }

/* line 79, sheets/sheet.scss */
.sheet.with-fixed-header .sheet-header-container {
  position: relative;
  background-color: #fff;
  width: calc(80% - 80px);
  min-width: 720px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

/* line 88, sheets/sheet.scss */
.sheet .sheet-main-header {
  padding-top: 10px;
  height: 20px; }

/* line 92, sheets/sheet.scss */
.sheet .sheet-main-header h3 {
  color: #f4900c;
  font-weight: 500;
  font-size: 12px; }

/* line 97, sheets/sheet.scss */
.sheet .sheet-subheader {
  text-transform: uppercase;
  padding: 5px 0;
  border-bottom: 4px solid #dddddd;
  overflow: hidden; }

/* line 103, sheets/sheet.scss */
.sheet .sheet-subheader .subheader {
  float: left;
  width: 600px; }

/* line 107, sheets/sheet.scss */
.sheet .sheet-subheader .sheet-close {
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border: 1px solid transparent;
  font-size: 18px;
  color: #999999;
  line-height: 1;
  padding: 0 6px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 123, sheets/sheet.scss */
.sheet .sheet-subheader .sheet-close:hover {
  color: #0084b4;
  border: 1px solid #dddddd; }

/* line 127, sheets/sheet.scss */
.sheet .sheet-subheader .sheet-close span {
  font-size: 12px; }

/* line 130, sheets/sheet.scss */
.sheet .sheet-content {
  position: relative;
  margin-bottom: 0;
  height: auto;
  pointer-events: auto;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-top: 2px solid #ffcc4d;
  -webkit-box-shadow: 0 0 5px rgba(128, 128, 128, 0.2);
  -moz-box-shadow: 0 0 5px rgba(128, 128, 128, 0.2);
  box-shadow: 0 0 5px rgba(128, 128, 128, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 148, sheets/sheet.scss */
.sheet .sheet-footer {
  bottom: 0;
  height: 68px;
  position: relative;
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
  /* old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f4f4f4));
  /* webkit */
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  /* webkit modern */
  background-image: -moz-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  /* firefox */
  background-image: -ms-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  /* IE10+ */
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  /* webkit modern */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 173, sheets/sheet.scss */
.sheet .sheet-footer .btn, .sheet .sheet-footer .mopub-Education .mopub-Education-btn, .mopub-Education .sheet .sheet-footer .mopub-Education-btn {
  float: right;
  margin-left: 6px; }

/* line 177, sheets/sheet.scss */
.sheet .sheet-footer a {
  float: left;
  margin-top: 5px; }

/* line 181, sheets/sheet.scss */
.sheet .sheet-content {
  width: 870px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px; }

/* line 189, sheets/sheet.scss */
.sheet .sheet-body {
  padding-bottom: 10px; }

/* line 192, sheets/sheet.scss */
.sheet.with-fixed-footer .sheet-body {
  padding-bottom: 70px; }

/* line 195, sheets/sheet.scss */
.sheet.with-fixed-footer .sheet-footer-wrapper {
  display: block; }
