/*
 *  (c) 2000-2014 deviantART, Inc. All rights reserved.
 */
* {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    border: 0;
    margin: 0;
    padding: 0;
    border-style: none;
    list-style: none;
}

br {
    display: block;
    margin-top:10px;
    line-height:22px;
}

html {
    padding: 0px;
}

html, body {
    min-height:100%;
    height:100%;
}

body, body#DreamUp-v1 {
    padding: 0px;
    background-image: url(/dreamup/dreamup_paperbg.png) !important; /* !important needed due to network css */
    background-repeat: repeat;
    background-color: #FAFAFA !important; /* !important needed due to network css */
    font: 13px 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif !important;
    -webkit-backface-visibility: hidden;
}

#output {
    padding: 60px 40px 70px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: transparent !important; /* !important needed due to network css */
    min-height: 100% !important;
    margin-bottom:10px;
}

h1, h2, h3, h4 {
    /* !important required to ensure network css does not override, never changes */
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif !important;
    letter-spacing: 0px !important;
}

body.stuck #output {
    margin-top: 86px;
}

body.about h1 {
    margin-top: 8px;
}

::-moz-selection {
    background-color: #88d5e8;
    color: #000;
}

::selection {
    background-color: #88d5e8;
    color: #000;
}

body a,
body div.modal a,
body :link,
body :visited {
    color: #0F729C;
    text-decoration: none;
}

a:hover,
a:hover em {
    text-decoration: underline;
}

div.hh h1 {
    font-size: 24px;
    font-weight: bold;
    color: #353d49;
    padding: 0px 0 5px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #CFCDCD;
    -moz-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

div.hh h1 a {
    color: #000;
}

div.hh h2 {
    font-size: 24px;
    color: #545961;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

div.hh h3 {
    font-size: 18px;
    color: #7b7b7b;
}

div.hh h4 {
    font-size: 16px;
    color: #7B7B7B;
    font-weight: normal;
}

div.float-holder {
    position: relative;
    overflow: hidden;
}

/* portfolio display on profile */
#da-portfolio #output {
    height: 100%;
    position: relative;
}

.dwaiting {
    cursor: wait !important;
}

button {
    cursor: pointer;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

hr {
    margin: .8em 0;
    border-width: 1px;
    border-style: inset;
}

.ib {
    display: inline-block;
    width: auto;
}

.ll > hr {
    margin: 1.8em 6px 1.4em 67px;

}

.rel { position:relative; }

.pp { padding: 4px; }
.ppp{ padding: 8px; }
.pt { padding-top: 8px; }
.pb { padding-bottom: 8px; }
.pl { padding-left: 8px; }
.pr { padding-right: 8px; }

.mm { margin: 4px; }
.mmm{ margin: 8px; }
.mt { margin-top: 8px; }
.mb { margin-bottom: 8px; }
.ml { margin-left: 8px; }
.mr { margin-right: 8px; }

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

.aa { position:relative; overflow:hidden; }
.al { float:left; }
.ar { float:right; }

/* center variable width element */
/* cc > co > ci > yourelement    */
.cc { overflow: hidden; }
.co { position: relative; left: 50%; float: left; }
.ci { position: relative; left: -50%; float: left; }

/* vertical centering */
.vp { display: table; width: 100%; height:100%; }
.vc { display: table-cell; text-align: center; vertical-align: middle; }

body#DreamUp-v1 div.hh {
    position: relative;
    max-width: 1280px;
    min-width: 980px;
    min-height: 500px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body#DreamUp-v1 div.hh div.ll {
    padding-right: 285px; /* right sidebar is 250, positioned 0px from right, extra 30 margin */
    overflow: visible;
    width: auto;
    float: none;
    text-align: center;
}

body#DreamUp-v1 div.hh div.ll>* {
    text-align: left;
}

body#DreamUp-v1 div.hh div.rr {
    position: absolute;
    width: 250px;
    top: 0;
    right: 0px;
    overflow: visible;
}

/*
    Filters list (tab style navigation sans the tabs)
*/
#filters {
    margin: 0px 0 20px 0px;
    border-bottom: 1px solid #a5a5a6;
    min-width: 640px;
    position: relative;
}

#filters li {
    text-shadow: 0 1px 1px #fff;
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
    display: inline-block;
}

#filters li a {
    display: inline-block;
    padding: 0px 0px 5px 0px;
    text-decoration: none;
    color: #656b74;
    font-weight: bold;
    border-bottom: 3px solid transparent;
}

#filters li a:hover {
    color: #000;
    text-decoration: none;
    border-color: #000;
}

#filters li.active a {
    color: #000;
    cursor: default;
    font-weight: bold;
    border-bottom: 3px solid #000;

}

.ll h3,
.rr h3 {
    letter-spacing: 0;
    padding-top: 1px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.ll h3 a {
    color: #1D262A;
}

.ll h3 a:hover {
    color: #0f729c;
    text-decoration: none;
}

/* mostly used for back buttons -- used on projects page, create page, and portfolio */
.actionbar {
    padding-bottom: 2px;
    position: relative;
    height: 25px;
}

.actionbar h2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #000;
}

.actionbar h3 a {
    color: #9c9c9c;
}

.actionbar a.goback {
    margin: 0;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    display: inline-block;
    position: absolute;
    top: 7px;
    padding-left: 10px;
    background: url('/dreamup/project/left-arrow.png') 0 2px no-repeat;
}

/* sidebar */
#sidebar {
    position: absolute;
    width: 250px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

#sidebar h3 {
    font-size: 18px;
    font-weight: normal;
    color: #747474;
    border-bottom: 2px solid #C7C5C5;
    -moz-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
    padding-bottom: 6px;
    margin-bottom: 16px;
}

#sidebar li {
    margin-bottom: 13px;
}

#sidebar li a {
    font-size: 13px;
    padding: 0;
}

#sidebar li.active a {
    font-weight: bold;
}

/* Slider widget */
.ui-slider {
    width: 300px;
    margin-top: 10px;
}

.ui-slider.ui-widget-content {
    background: #ccc;
}

.ui-slider .ui-slider-handle {
    margin-left: -4px;
    cursor: pointer !important;
    display: block;
    position:relative;
}

#output .ui-slider .ui-slider-range {
    background: #cdeb8e; /* Old browsers */
    background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdeb8e), color-stop(100%, #a5c956)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cdeb8e', endColorstr = '#a5c956', GradientType = 0); /* IE6-9 */
    background: linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* W3C */
}

.ui-slider .ui-slider-handle {
    width: 5px;
}

.ui-slider {
    text-decoration: none !important;
}

.ui-slider .ui-slider-handle {
    overflow: visible !important;
}

.ui-slider .ui-slider-tooltip {
    display: none;
}

.ui-slider .screenReaderContext {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    left: -9999px;
}

.ui-slider .ui-state-active .ui-slider-tooltip,
.ui-slider .ui-state-focus .ui-slider-tooltip,
.ui-slider .ui-state-hover .ui-slider-tooltip {
    display: block;
    position: absolute;
    bottom: 2.5em;
    text-align: center;
    padding: .3em .2em .4em;
    font-size: .9em;
    width: 8em;
    margin-left: -3.7em;
}

.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down,
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom-width: 0;
    background: none;
}

.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down {
    border-left: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-top-width: 8px;
    bottom: -8px;
    right: auto;
    left: 50%;
    margin-left: -7px;
}

.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent;
    border-top: 7px solid #fff;
    bottom: auto;
    top: -9px;
    left: -6px;
}

.ui-slider a {
    text-decoration: none;
}

.ui-slider ol,
.ui-slider li,
.ui-slider dl,
.ui-slider dd,
.ui-slider dt {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ui-slider ol, .ui-slider dl {
    position: relative;
    top: 0.8em;
    width: 100%;
}

.ui-slider dt {
    top: 1.5em;
    position: absolute;
    padding-top: .2em;
    text-align: center;
    border-bottom: 1px dotted #ddd;
    height: .7em;
    color: #999;
}

.ui-slider dt span {
    background: #fff;
    padding: 0 .5em;
}

.ui-slider li, .ui-slider dd {
    position: absolute;
    overflow: visible;
    color: #666;
}

.ui-slider span.ui-slider-label {
    position: absolute;
    font-size: 0.75em;
    color: #999;
}

.ui-slider li span.ui-slider-label,
.ui-slider dd span.ui-slider-label {
    display: none;
}

.ui-slider li span.ui-slider-label-show,
.ui-slider dd span.ui-slider-label-show {
    display: block;
}

.ui-slider span.ui-slider-tic {
    position: absolute;
    left: 0;
    height: .5em;
    top: -0.8em;
}

.ui-slider li span.ui-widget-content,
.ui-slider dd span.ui-widget-content {
    border-right: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-top: 0;
    border-bottom: 0;
}

.ui-slider .first .ui-slider-tic,
.ui-slider .last .ui-slider-tic {
    display: none;
}

.range {
    display: none;
}

/* ALERTS */
/****** main alert boxes *****/
.alert {
    border-radius: 3px;
    padding: 12px 24px 12px 12px;
    position: relative;
    margin-top: -15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fcfdf0;
    border: 1px solid #e6e6da;
}

.alert.error {
    background-color: rgba(245,228,221,0.6);
    border: 1px solid #ffdbdb;
}

.alert .close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    opacity: .2;
    position: relative;
    top: 2px;
    right: -12px;
    line-height: 20px;
    filter: alpha(opacity=20);
    width: 12px;
    height: 12px;
}

.alert .close:hover,
.alert .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.alert p {
    color: #665a1f;
    font-size: 13px;
    line-height: 16px;
    padding: 0 0px 0 35px;
    margin: 0;
}

.alert i {
    float: left;
    width: 25px;
    height: 25px;
}

.alert i {
    background: url(/dreamup/dashboard/dash-iconsprite.png?1) 0px -990px no-repeat;
}

.alert.error i {
    background: url(/dreamup/dashboard/dash-iconsprite.png?1) 3px -1186px no-repeat;
}

.alert .actions {
    float: right;
    min-width: 50px;
    margin: 3px 0 0 15px;
}

/* red - anger */
.alert a.actions.decline,
.alert a.actions.reject {
    margin-left:30px;
    color: #ea8486;
}
/* green - happy */
.alert a.actions.relist,
.alert a.actions.accept,
.alert a.actions.register {
    color: #5ba252;
}
/* gray - existential crisis */
.alert a.actions.cancel {
    color: #747474;
}

.alert .actions {
    font-size: 11px;
    font-weight: bold;
    font-variant: normal;
    font-style: normal;
    padding-left: 15px;
}

.alert .decline, .alert .rejectAssets, .alert .closecollab, .alert .rejectAssetsConfirm {
    background: url(/dreamup/dashboard/dash-iconsprite.png) 0px -716px no-repeat;
    color: #ea8486;
}

.alert .decline {
    margin-left: 30px;
}

.alert .register,
.alert .relist,
.alert .accept, 
.alert .approveAssets, 
.alert .addfunds {
    background: url(/dreamup/dashboard/dash-iconsprite.png) 0px -788px no-repeat;
    color: #5ba252;
}

.alert .download {
    background: url(/dreamup/dashboard/dash-iconsprite.png) 0 -860px no-repeat;
    color: #0f729c;
}

.alert .discuss {
    background: url(/dreamup/dashboard/dash-iconsprite.png) 0px -896px no-repeat;
    color: #0f729c;
}

.alert .view {
    background: url(/dreamup/dashboard/dash-iconsprite.png) 0px -572px no-repeat;
    color: #0f729c;
}

.alert .close {
    background: url(/dreamup/dashboard/dash-iconsprite.png) 0px -645px no-repeat;
    color: #0f729c;
}

.alert .cancel {
    background: url(/dreamup/dashboard/dash-iconsprite.png) 0px -680px no-repeat;
    color: #747474;
}

.alert .view-glass {
    background: url(/dreamup/dashboard/dash-iconsprite.png) 0 -610px no-repeat;
    color: #0f729c;
}

.alert .archive {
    padding: 0 0 5px 20px;
}


/* END ALERTS */
/* ratings */

.dreamup-allstars {
    display: inline-block;
    vertical-align: middle;
}

.dreamup-allstars span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 1px;
    background: url(/dreamup/all_stars_sprite.png?2);
}

.dreamup-allstars span.empty {
    background-position: 100px -50px;
}

.dreamup-allstars-large span {
    margin-right: 5px;
    background-position: 0px 0px;
}

.dreamup-allstars-large span.empty {
    background-position: 0px -60px;
}

.dreamup-allstars-large span.half {
    background-position: 0px -30px;
}

.dreamup-allstars-gold span {
    background-position: -30px 0px;
}

.dreamup-allstars-gold span.half {
    background-position: -30px -30px;
}

.dreamup-allstars-medium span {
    width: 15px;
    height: 15px;
    background-position: -60px 0px;
}

.dreamup-allstars-medium span.empty {
    background-position: -60px -40px;
}

.dreamup-allstars-medium span.half {
    background-position: -60px -20px;
}

.dreamup-allstars-smaller span {
    width: 13px;
    height: 13px;
    background-position: -80px 0px;
}

.dreamup-allstars-smaller span.empty {
    background-position: -80px -20px;
}

.dreamup-allstars-smaller span.half {
    background-position: -80px -60px;
}

.dreamup-allstars-small span {
    width: 11px;
    height: 11px;
    background-position: -100px 0px;
}

.dreamup-allstars-small span.empty {
    background-position: -100px -40px;
}

.dreamup-allstars-small span.half {
    background-position: -100px -20px;
}

.ratings-container {
    position: absolute;
    top: 65px;
}

.ratings-container .star {
    display: inline-block;
    width: 22px;
    height: 23px;
    text-indent: -999em;
    background: url('/dreamup/all_stars_sprite.png?2') 0 0 no-repeat;
}

.ratings-container .star.empty {
    background: url('/dreamup/all_stars_sprite.png?2') 0 -62px no-repeat;
}

.avatar .ratings-container .star {
    width: 10px;
    height: 13px;
    background: url('/dreamup/star_full.gif') no-repeat;
    background-size: 90%;
    margin-right: -5px;
}

/* decline a bid */
a.decline {
    color: #9c4d4d;
    font-size: 9pt;
    text-decoration: none
}

/* Help tooltips */
.help-me {
    background: url('/dreamup/help_btn.png');
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 7px;
    position: relative;
}

.help-me:hover {
    background-position: 0 -20px;
}

/* Progress bar */
/*** Progressbar ***/
.progressbar {
    height: 120px;
    width: 275px;
}

.progressbar span {
    font-size: 10px;
    color: #999;
    padding-bottom: 1px;
    display: block;
    text-transform: uppercase;
}

.progressbar li {
    height: 50px;
    display: inline;
    list-style: none;
}

.progressbar li a {
    text-indent: -999px;
    overflow: hidden;
    height: 50px;
    width: 25%;
    display: block;
    float: left;
}

.progressbar li, .progressbar li a {
    background: url('/dreamup/progress-sprite.png') no-repeat;
    cursor: default;
}

.progressbar li.one a {
    background-position: 0 5px;
}

.progressbar li.two a {
    background-position: -68px 5px;
}

.progressbar li.three a {
    background-position: -136px 5px;
}

.progressbar li.four a {
    background-position: -209px 5px;
}

.progressbar li.one.tick a {
    background-position: 0 -45px;
}

.progressbar li.two.tick a {
    background-position: -68px -95px;
}

.progressbar li.three.tick a {
    background-position: -136px -145px;
}

.progressbar li.tick a:hover, .progressbar li.tick a:active {
    cursor: pointer !important;
}

.progressbar li.one.tick a:hover {
    background-position: 0 -245px;
}

.progressbar li.two.tick a:hover {
    background-position: -68px -245px;
}

.progressbar li.three.tick a:hover {
    background-position: -136px -245px;
}

.progressbar li.one.tick a:active {
    background-position: 0 -295px;
}

.progressbar li.two.tick a:active {
    background-position: -68px -295px;
}

.progressbar li.three.tick a:active {
    background-position: -136px -295px;
}

.progressbar li.two.on a {
    background-position: -68px -45px;
}

.progressbar li.three.on a {
    background-position: -136px -95px;
}

.progressbar li.four.on a {
    background-position: -209px -145px;
}

.progressbar .bubble {
    display: block;
    float: left;
    border: 1px solid #dcdcdc;
    padding: 8px 10px 7px 10px;
    border-radius: 4px;
    -moz-box-shadow: inset 0px 1px 5px rgba(120, 120, 120, 0.1);
    box-shadow: inset 0px 1px 5px rgba(120, 120, 120, 0.1);
    font-size: 12px;
    color: #747474;
    position: relative;
    margin-top: 5px;
    width: 253px;
}

.progressbar .bubble span {
    padding: 0px;
    margin: 0px;
}

.progressbar .bubble:before {
    content: url('/dreamup/bubble-arrow.png');
    height: 10px;
    width: 9px;
    display: block;
    float: left;
    position: absolute;
    top: -7px;
}

.progressbar .bubble.one:before {
    left: 15px;
}

.progressbar .bubble.two:before {
    left: 92px;
}

.progressbar .bubble.three:before {
    left: 173px;
}

.progressbar .bubble.four:before {
    left: 251px;
}

/* Box. Sidebar box. */
div.rr .boxxy {
    padding: 15px 20px;
    border: 1px solid #cfcece;
    border-radius: 4px;
    background: #E5E5E5;
    color: #9e9e9e;
    text-align: left;
    margin-bottom: 26px;
}

/* Pagination */
.pagination-wrapper {
    display: block;
    text-align: center;
    padding: 20px 0;
    clear: both;
}

#find-work .pagination-wrapper {
    margin-left: 60px; /* why? so it looks centered under the thumb bubble */
}

body#DreamUp-v1 .pagination {
    font-size: 12px;
    color: #93aa99;
    display: inline-block;
    position: relative;
    zoom: 1;
    *display: inline; /* IE7 FTW */
}

body#DreamUp-v1 .pagination ul.pages {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

body#DreamUp-v1 .pagination ul.pages li {
    float: left;
    padding: 0;
}

body#DreamUp-v1 .pagination ul.pages li.number, body#DreamUp-v1 .pagination ul.pages li.dotdotdot {
    margin: 0 0 0 3px;
}

body#DreamUp-v1 .pagination ul.pages li.nomargin {
    margin: 0;
}

body#DreamUp-v1 .pagination ul.pages li a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #747474 !important;
    margin: 0;
    outline: none;
    cursor: pointer;
    border: 0px;
    background: none;
    font-family: inherit;
}

body#DreamUp-v1 .pagination ul.pages li.number a,
body#DreamUp-v1 .pagination ul.pages li.dotdotdot a {
}

body#DreamUp-v1 .pagination ul.pages li.number a {
    padding: 5px 6px 6px 6px;
}

body#DreamUp-v1 .pagination ul.pages.compact li.number a {
    padding: 5px 6px 6px 6px;
}

body#DreamUp-v1 .pagination ul.pages li a:hover {
    color: #fff !important;
    background: #8b9ba9;
}

body#DreamUp-v1 .pagination ul.pages li.current a, ul.pages li.current a:hover {
    color: #000 !important;
    background: #CCCCCC !important;
    cursor: default;
}

body#DreamUp-v1 .pagination ul.pages li.dotdotdot a {
    padding: 5px 3px;
}

body#DreamUp-v1 .pagination ul.pages li.dotdotdot a:hover {
    background: #8B9BA9;
    color: white !important;
}

/* Prev / Next */

body#DreamUp-v1 .pagination ul.pages li.prev a, body#DreamUp-v1 .pagination ul.pages li.next a {
    width: 75px;
}

body#DreamUp-v1 .pagination ul.pages li.prev {
    margin: 0 20px 0 10px;
}

body#DreamUp-v1 .pagination ul.pages li.next {
    margin: 0 10px 0 20px;
}

body#DreamUp-v1 .pagination ul.pages li.prev a {
    padding: 5px 0 6px 15px;
    text-align: right;
}

body#DreamUp-v1 .pagination ul.pages li.next a {
    padding: 5px 15px 6px 0;
    text-align: left;
}

body#DreamUp-v1 .pagination ul.pages li.prev a:hover, body#DreamUp-v1 .pagination ul.pages li.next a:hover {
    color: #0f729c !important;
    text-decoration: underline;
    background-color: transparent;
}

body#DreamUp-v1 .pagination ul.pages li.prev a.disabled,
body#DreamUp-v1 .pagination ul.pages li.prev a.disabled:hover,
body#DreamUp-v1 .pagination ul.pages li.next a.disabled,
body#DreamUp-v1 .pagination ul.pages li.next a.disabled:hover {
    cursor: default;
    text-decoration: none;
    color: #bbbbbb !important;
}

/* Goto Box */
body div.gotobox {
    border: 0;
    display: block;
    z-index: 99;
    margin: 0;
    padding: 0 4px 7px 7px;
    position: absolute;
    top: 36px;
    border-radius: 4px;
    background: white;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

body div.gotobox div.text {
    color: #0F729C;
    padding: 0;
    float: left;
    margin: 6px 4px 0 0;
}

body div.gotobox a.smbutton-go {
    min-width: 0 !important;
    width: 15px !important;
    margin: 0 3px 0 0 !important;
    padding: 5px 8px !important;
    border-radius: 0 5px 5px 0;
    background: white;
    font-weight: bold;
    border-color: #0F729C;
}

body div.gotobox .smbutton-go, body div.gotobox input {
    font-size: 11px;
}

body div.gotobox input {
    display: block;
    float: left;
    margin: 0;
    color: #0F729C;
    letter-spacing: -0.25px;
    border: 1px solid #0F729C;
    border-right-width: 0;
    padding: 6px 2px 4px 4px;
    background: #f7f7f7;
    border-radius: 3px 0px 0px 3px;
    -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.4), 0 1px 4px #bdbdbd inset;
    box-shadow: 0 1px rgba(255, 255, 255, 0.4), 0 1px 4px #bdbdbd inset;
    width: 35px;
    vertical-align: top;
}

body div.gotobox div.uparrow {
    background: url("/minish/pager/gotobox-uparrow.png") no-repeat top center;
    height: 7px;
    position: relative;
    display: block;
    float: left;
    top: -7px;
    width: 100%;
    margin: 0px;
}

/* Common form stuff */

.error {
    color: #f00;
}

input.itext {
    border: 1px solid #a2a6af;
    background-color: white;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    height: 32px;
    width: 350px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    color: #1d262a;
    padding-left: 7px;
}

input.itext.field_error,
input.itext.error,
input.itext.errormessage {
    background: url('/dreamup/error_alert.png') right center no-repeat #F8E4DE;
    border-color: #E44D26 !important;
    color: #ff0000 !important;
}
label.l_error,
label.l_error a {
    color: #f00 !important;
}

textarea.itext {
    border: 1px solid #B5B8B8;
    color: #1d262a;
    margin-bottom: 20px;
    border-radius: 3px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    margin-bottom: 20px;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

textarea.itext.field_error,
textarea.itext.error,
textarea.itext.errormessage {
    background: url('/dreamup/error_alert.png') right 10px no-repeat #F8E4DE;
    color: #f00 !important;
    border-color: #ff0000 !important;
}

select.field_error,
select.error {
    background: url('/dreamup/error_alert.png') right 7px no-repeat #F8E4DE;
    color: #f00 !important;
    border-color: #ff0000 !important;
}

label.ilabel {
    color: #656B74;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 #FFFFFF;
}

input.itext::-webkit-input-placeholder,
input.itext:-moz-placeholder,
textarea.itext::-webkit-input-placeholder,
textarea.itext:-moz-placeholder {
    color: #A2A6AF;
    font-style: italic;
}

span.errormessage {
    color: #ff0000;
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
}

div.errorbox {
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    padding: 5px 25px 5px 25px;
    background: #e44d26 url('/dreamup/error-info.png') no-repeat 8px 5px;
    width: 390px;
    margin-bottom: 20px;
}

/* admin css */

.adminbar-override {
    margin: 10px 0px;
    font-size: 11px;
    background-color: lightBlue;
    padding: 8px;
    max-width: 350px;
    border-radius: 8px;
}

.adminbar-override a {
    color: #5C7683;
}

i.pointsicon {
    display: inline;
    display: inline-block;
    background: url(/minish/points/points_icon_transactions.png);
    width: 22px;
    height: 15px;
    line-height: 15px;
    font-size: 13px;
    margin: 0 2px;
}

/* inline notification panel  */
div.notify {
    margin: 0px 0px 30px 0px;
    height: 27px;
    padding: 9px 10px 1px 10px;
    background: url(/dreamup/dashboard/dash-notice-grad.png) repeat-x;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #71ABBE;
    color: #357489;
    position: relative;
    font-size: 12px;
    font-weight: normal;
    text-shadow: 0px 1px 1px #fff;
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);

}

.notify a.x {
    text-decoration: none;
    color: #357389;
    float: right;
    display: inline-block;
    text-indent: -999em;
    background: url('/dreamup/dashboard/remove-notice.png');
    height: 17px;
    width: 17px;
    cursor: pointer;
}

.notify a.x:hover {
    background-position: 0 -17px;
}

/* end inline notification */

/* zilla style for selects */
select {
    border: 1px solid #ccced4;
    background: url('/dreamup/dropdown-arrow-wide.png') center right no-repeat white;
    color: #515C5A;
    width: 200px;
    height: 30px;
    padding: 5px;
    font-size: 15px;
    border-radius: 3px;
    box-shadow: inset 0px 1px 4px #bdbdbd;
    -webkit-box-shadow: inset 0px 1px 4px #bdbdbd;
    -moz-box-shadow: inset 0px 1px 4px #bdbdbd;
    -khtml-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;
}

select.skinny {
    border: 1px solid #C1C1C1;
    background-color: #FFFFFF;
    background: url('/dreamup/dropdown-arrow-small.png') center right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F7F7F7));
    background: url('/dreamup/dropdown-arrow-small.png') center right no-repeat, -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
    background: url('/dreamup/dropdown-arrow-small.png') center right no-repeat, -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* Opera 11.10+ */
    background: url('/dreamup/dropdown-arrow-small.png') center right no-repeat, -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* IE10+ */
    background: url('/dreamup/dropdown-arrow-small.png') center right no-repeat, linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* W3C */
    box-shadow: none;
    -moz-box-shadow: none;
    color: #000;
    height: 25px;
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 3px;
    -khtml-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* tooltip */
.popup2.popup2-super-tooltip {
    background: #2F3336 !important; /* New - Default solid color fallback */
    background: -webkit-radial-gradient(50% 120%, circle closest-corner, rgba(99, 103, 107, 0.96), rgba(32, 36, 40, 0.93) 98%) !important;
    background: -moz-radial-gradient(50% 120%, circle closest-corner, rgba(99, 103, 107, 0.96), rgba(32, 36, 40, 0.93) 98%) !important;
    background: -ms-radial-gradient(50% 120%, circle closest-corner, rgba(99, 103, 107, 0.96), rgba(32, 36, 40, 0.93) 98%) !important;
    background: -o-radial-gradient(50% 120%, circle closest-corner, rgba(99, 103, 107, 0.96), rgba(32, 36, 40, 0.93) 98%) !important;
    background: radial-gradient(50% 120%, circle closest-corner, rgba(99, 103, 107, 0.96), rgba(32, 36, 40, 0.93) 98%) !important;
    border-radius: 10px; /* NEW */
    border: 1px solid rgba(0, 0, 0, 0.6) !important; /* NEW */
    border-bottom: 1px solid rgba(22, 22, 22, 0.05) !important; /* NEW */
    color: #fff; /* new */
    font-size: 12px; /* new */
    line-height: 1.6; /* new */
    padding: 15px 17px 13px 17px; /* NEW */
    display: block;
    position: absolute;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important; /* NEW */
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important; /* NEW */
    opacity: 1 !important; /* new  */
    min-width: 200px;
    max-width: 200px;
    right: 0px;
    margin: 10px 0;
    z-index: 200;
    height: auto;
}

/* Upload thumb in the stash sidebar */
.stash-sidebar div.stream.stash-stream div.tt-a.stash-tt-a.stream-upload-thumb {
    text-align: center;
    padding-top: 15px;
}

.stash-sidebar div.stream.stash-stream div.tt-a.stash-tt-a.stream-upload-thumb a.active {
    display: inline-block;
}

.stash-sidebar div.stream.stash-stream div.stream-upload-thumb a.smbutton-file-upload {
    background: #eaf1f7 url(/dreamup/upload-cloud-thumb.png) no-repeat center 24px;
    width: 116px;
    height: 116px;
    color: #7b94a9;
    border: 0;
    font-family: Verdana, sans-serif;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid #bcc6c9;
}

.stash-sidebar div.stream.stash-stream div.stream-upload-thumb a.smbutton-file-upload span {
    margin-top: 75px;
}

.artist-unavailable {
    background: #EC5B5A;
    border-radius: 4px;
    font: 11px/12px 'Verdana', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 5px;
    margin: 4px;
    display: inline-block;
}

.imgDownload {
    background: url(/dreamup/project/assets_sprite.png) 2px -10px no-repeat;
    text-align: left;
    padding: 6px 0 0 17px;
    display: block;
}

#screen {
    position: relative;
}

#screen img {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
}

.zoom-fix {
    clear: left;
    float: left;
}

.rr ul {
    padding: 0;
}
.rr ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  /* IE 6+, FF 7+, Op 11+, Saf 1.3+, Chr 1+ */
    -o-text-overflow: ellipsis;  /* for Opera 9 & 10 */
}


/* NO PREVIEWS CSS/JS REPLACEMENT */

div.imageWrapper.no-preview {
    width: 160px;
    height: 160px;
}
div.thumb-replacement div.imageWrapper.no-preview a.extension {
    width: 160px;
    text-align: center;
    background: url(/dreamup/project/dgrad.png);
}
div.thumb-replacement div.imageWrapper.no-preview a.extension {
    color: #747474;
    text-decoration: none;
    width: 100%;
    line-height: 160px !important;
    display: block;
    font: bold 48px Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    padding-top: 50px;
    height: 110px;
}

div.thumb-replacement div.imageWrapper.no-preview a.extension {
    font-size: 24px;
    position: static;
}

/*
@@require cssms/pages/dreamup/dreamup-common.css
*/
/******************************************************/
/* Header + Wrapper  - 2013 version  NEW DROPDOWN     */
/******************************************************/
header#navigation {
    position: relative;
    z-index: 300;
    top: 0;
    display: block;
    width: 100%;
    height: 91px;
    border-bottom: 2px solid #FFF;
    padding: 0;
    margin: 0;
    background-color: #263341;
    border-top: 4px solid #0091AC;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
header#navigation .headerWrapper {
    display: block;
    margin: 0 auto;
    min-width: 950px;
    max-width: 1200px;
    height: 100%;
    padding: 0 40px;
    position: relative;
    background: transparent;
}
header#navigation .headerWrapper h1 {
    height: 100%;
    margin: 0;
    padding: 0;
}
header#navigation .headerWrapper a.logo {
    background: url(/dreamup/header/du_logo.png) 0 28px no-repeat;
    width: 183px;
    height: 100%;
    background-size: 95%;
    text-indent: -999px;
    overflow: hidden;
    display: inline-block;
    outline: 0;
}

/* sticky header variant */
header#navigation.sticky {
    height: 42px!important;
    position: fixed!important;
}
header#navigation.sticky .headerWrapper a.logo {
    background: url(/dreamup/header/du_logo.png) 0 8px no-repeat;
    background-size: 65%;
    -webkit-transition: background-size .05s ease-in-out;
    -moz-transition: background-size .05s ease-in-out;
}
body header#navigation.sticky menu#mainLinks li.how {
    margin: 0 10px;
    padding: 0;
    width: 100px;
    height: 30px;
    vertical-align: top;
}
body header#navigation.sticky menu#mainLinks li.how a {
    font-size: 14px;
}
body header#navigation.sticky menu#rightLinks li a.homeLink.login {
    border: 0;
    right: 50px;
}
/* sticky header variant END */

/* Menu */
menu#mainLinks {
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
    left: 265px;
    top: 35px!important;
    float: left;
    z-index: 99;
    width: 400px;
}
.sticky menu#mainLinks {
    top: 7px!important;
    left: 210px!important;
    -webkit-transition: left .05s linear!important;
    -moz-transition: left .05s linear!important;
}
menu#mainLinks li {
    width: 90px;
    height: 50px;
    display: inline-block;
    margin: 0 10px;
    list-style: none;
    height: 40px;
}
menu#mainLinks li a,
menu#mainLinks li a:visited {
    font-size: 21px;
    font-weight: 400;
    text-align: left;
    color: #f7f7f7;
    display: inline-block;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}
header#navigation.sticky menu#mainLinks li a,
header#navigation menu#rightLinks li a {
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0 1px 0 #000;
    display: inline-block;
    height: 22px;
}
header#navigation.sticky menu#mainLinks li.visible a,
header#navigation menu#rightLinks li.visible a {
    font-size: 14px;
}
header#navigation menu#rightLinks li.visible menu#userdropdown a {
    height: auto;
    border: 0;
    font-size: 12px;
}
header#navigation menu#rightLinks li.visible {
    height: 38px;
}
header#navigation menu#rightLinks li.more span.arrow {
    width: 1px;
    text-indent: -999em;
    background: url(/dreamup/arrow-down.png) 0 6px no-repeat;
    min-width: 10px;
    margin-right: 20px;
    position: relative;
    left: 10px;
    display: inline-block;
}
menu#rightLinks li.more a:hover span.arrow {
    background: url(/dreamup/arrow_more.png) -1px -7px no-repeat;
}
menu#mainLinks li a:hover,
menu#mainLinks li.active a,
menu#rightLinks li.visible.active a,
menu#rightLinks li.visible a:hover,
#rightLinks li a:hover {
    color: #00C4E6;
}
#rightLinks li a {
    color: #f1f1f1;
}
menu li.active a span,
menu li.active a:hover span {
    color: #9BA2A5;
}
menu#mainLinks li a span,
menu#mainLinks li a:hover span {
    font-size: 12px;
    font-weight: 700;
    color: #6b8d99;
    display: block;
    margin-top: 2px;
    letter-spacing: normal;
}
.sticky menu#mainLinks li a span,
.sticky menu#mainLinks li a:hover span {
    font-size: 12px!important;
    margin-top: 0;
}
header#navigation > .headerWrapper > menu {
    position: absolute;
    top: 7px;
    right: 40px;
    display: inline-block;
    list-style: none;
    margin: 0 5px 0 0;
}
header#navigation > .headerWrapper > menu {
    top: 31px;
    margin: 0;
}
header#navigation.sticky > .headerWrapper > menu {
    top: 5px;
}
header#navigation.sticky > menu {
    top: 3px;
}
header#navigation > .headerWrapper > menu > li {
    font-weight: 700;
    display: inline-block;
    position: relative;
}
header#navigation > .headerWrapper > menu > li > a {
    padding: 0;
    min-width: 0;
}
header#navigation > .headerWrapper > menu > li > a:hover {
    text-decoration: none;
}
header#navigation > .headerWrapper > menu > li > a.homeLink {
    border-right: 1px solid #414C50;
    padding-right: 15px;
    padding-top: 8px;
}

/* Home - Fixed Width to prevent text jumping when bold/active */
header#navigation > .headerWrapper > menu > li #nav_home {
    min-width: 60px;
}

/* Username Specific */
header#navigation > .headerWrapper > menu > li.username > a {
    position: relative;
    padding-left: 38px;
    padding-right: 6px;
    margin-left: 10px;
    margin-right: 0;
    min-width: 0;
}
header#navigation > .headerWrapper > menu img.avatar {
    position: absolute;
    top: 0;
    left: 5px;
    max-height: 30px;
    max-width: 30px;
}
header#navigation > .headerWrapper > menu > li > a.u {
    padding-left: 40px;
}
header#navigation .avatar {
    width: 40px;
    height: 40px;
    padding-top: 2px;
}
header#navigation > .headerWrapper > menu > li.more > a.active:hover {
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0);
    box-shadow: 0 1px 0 rgba(255,255,255,0);
}

/* More Dropdown Menu */
li.visible.more menu#userdropdown {
    list-style: none;
    position: absolute;
    z-index: 200;
    top: 37px;
    right: -5px;
    left: -5px;
    background-color: #263341;
    border: none;
    padding: 5px 0;
    font-size: 13px;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #547190;
    border-bottom: 3px solid #0091ac;
    opacity: 0;
    overflow: hidden;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    pointer-events: none;
    min-width:150px;
}
li.visible.more:hover menu#userdropdown {
    opacity: 1;
    pointer-events: auto;
}
li.visible.more menu#userdropdown>ul {
    list-style: inherit;
    margin-top: -100%;
    transition: margin-top .3s ease-in-out;
    -moz-transition: margin-top .3s ease-in-out;
}
li.visible.more:hover menu#userdropdown>ul {
    margin-top: 0;
}
li.visible.more:hover menu#userdropdown>ul>li {
    display: block;
}
header#navigation menu#rightLinks li menu a {
    text-shadow: none;
    display: block;
}
header#navigation > .headerWrapper > menu > li.more menu {
    top: 37px;
}
header#navigation > .headerWrapper > menu > li.more menu a {
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    color: #fff;
    transition: all .05s ease-in-out;
    -moz-transition: all .05s ease-in-out;
}
header#navigation > .headerWrapper > menu > li.more menu a:hover {
    color: #f1f1f1;
    background-color: #394759;
}
header#navigation > .headerWrapper > menu > li.more menu li.divider {
    border-top: 1px solid #999;
    border-bottom: none;
    margin: 4px 10px;
}
header#navigation > .headerWrapper > menu > li.more menu a i {
    font-style: normal;
    color: #84888c;
}
header#navigation > .headerWrapper > menu > li.more menu a:hover i {
    font-style: normal;
    color: #fff;
}

/************************************************************************/
/* Login top menu                                                       */
/************************************************************************/
.signInForm {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 32px;
    right: 0;
    background: rgba(255,255,255,0.95);
    width: 170px;
    height: 107px;
    padding: 15px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.4);
    border-radius: 0 0 4px 4px;
    border-bottom: 4px solid #0091ac;
}
.signInForm form fieldset {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
}
.signInForm form fieldset div {
    position: relative;
}
.signInForm form label {
    display: block;
    position: absolute;
    margin-top: 8px;
    left: 8px;
    color: #9fa5ab;
    z-index: 100;
}
.signInForm input.text {
    outline-color: transparent;
    outline-style: none;
    color: #9fa5ab;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 4px;
    display: block;
    width: 154px;
    margin: 0 0 10px;
    padding: 7px;
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
}
.signInForm input.text:focus {
    background-color: #fff;
    color: #353d49;
}
.signInForm .username {
    background: url(../img/un_lock_combined5.png) 145px 8px no-repeat #fff;
}
.signInForm .lock {
    background: url(../img/un_lock_combined5.png) 146px -31px no-repeat #fff;
}
.signInForm .linkWrapper {
    display: block;
    float: right;
    clear: both;
    margin-top: 5px;
}
.signInForm .linkWrapper a {
    color: #84888c;
    font-size: 11px;
    text-decoration: none;
    margin-right: 10px;
}
.signInForm .linkWrapper a:hover {
    text-decoration: underline;
    color: #353d49;
}
.signInForm a.yellowbtn {
    border: 1px solid #ca9e74;
    background-color: #fec151;
    height: 29px;
    font-weight: 700;
    color: #916438;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 7px 15px;
    border-radius: 4px;
}
.signInForm a.yellowbtn:hover {
    background-color: #fdca6b;
    text-decoration: none;
}
.signInForm a.yellowbtn:active {
    background-color: #fec151;
    text-decoration: none;
}
body header#navigation menu#rightLinks li a.homeLink.login {
    border: 0;
}

#extra-toolbar-contents,
#extra-create-toolbar-contents {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}
#extra-toolbar {
    display: none;
    width: 100%;
    z-index: 1;
}
#extra-toolbar-contents,
#extra-create-toolbar-contents {
    margin: 0 auto;
    padding: 0 20px;
}
body header#navigation > menu > li > a#frontpage_login {
    color: #1fbceb;
    font-weight: 700;
    display: inline-block;
    padding: 6px 10px 10px;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
body header#navigation > menu > li > a#frontpage_login.open {
    color: #fff;
    background-color: #0091ac;
}
.frontpage-signup-container {
    padding-right: 10px;
    border-right: 1px solid #DCDCDC;
}
a#frontpage_login {
    padding: 10px!important;
}

/* SIGN IN FORM */
.signInForm {
    display: none;
    position: absolute;
    top: 32px;
    right: 0;
    background: rgba(255,255,255,0.95);
    width: 170px;
    height: 107px;
    padding: 15px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.4);
    border-radius: 0 0 4px 4px;
    border-bottom: 4px solid #0091ac;
}
#signInFormLoading {
    position: absolute;
    top: 0;
    color: #666;
    font-weight: 700;
    z-index: 0;
    top: 15px;
}
.dream-container {
    margin-top: 10px!important;
}

/* HEADER NOTIFICATIONS */
menu li #update-viewer {
    display: none;
    width: 16px;
    height: 20px;
    padding: 3px 6px 0 1px!important;
    margin: 0;
    font-size: 11px!important;
    color: #fff!important;
    text-align: center;
    margin: 0;
    position: absolute;
    z-index: 100;
    background: url(/dreamup/red_notification.png) no-repeat;
    left: 25px;
    top: -5px;
    min-width: 17px;
}
#update-viewer:hover,
#update-viewer:active {
    -moz-box-shadow: none;
    box-shadow: none;
    background: url(/dreamup/red_notification.png) no-repeat!important;
}
#update-viewer span {
    background: url(/dreamup/red_notification.png) no-repeat;
    position: absolute;
    height: 100%;
    top: 1px;
    width: 10px;
    background-position: 0 -48px;
    right: -1px;
}

/*
@@require cssms/pages/dreamup/dreamup-common.css
*/

#footer {
    background: #e2e3e6;
    border-top: 1px solid #aaabad;
    padding: 20px 0;
    z-index: 3;
    margin-top: -70px;
    height: 70px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: both;
}

#footer .content {
    max-width: 1200px;
    min-width: 950px;
    margin: 0px auto;
    padding: 0 40px;
}

.footleft {
    float: left;
    margin: 5px 0 0;
}

.footright {
    float: right;
    width: 210px;
    margin-top: -5px;
}

#footer ul {
    font-size: 12px;
    color: #939699;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#footer ul li {
    padding: 0 12px 0 0;
    margin: 0 0 0 8px;
    display: inline;
}

#footer ul li:last-of-type {
    border: 0 none;
    padding: 0;
}

#footer ul li a,
#footer ul li a:link,
#footer ul li a:visited {
    color: #595c60;
    text-decoration: none;
}

#footer ul li a:hover {
    color: #1586C0;
    text-decoration: underline;
}

#footer ul li.copyright {
    float: left;
    margin: 8px 6px 0 0;
    border-right: 1px solid #abaeb2;
}

#footer ul li .country-select {
    /*background: url(/dreamup/footer/country-select.png) 0 0 no-repeat;*/
    float: right;
    position: relative;
}

/*
#footer ul li .country-select:hover {
    background-position: -82px 0;
}
*/

#footer ul li .country-select a {
    background: transparent;
    border: none;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    width: 62px;
    padding: 0 0 0 10px;
}

#footer ul li .country-select a:hover {
    text-decoration: none;
}

#footer ul li .country-select span {
    display: block;
    float: left;
    width: 20px;
}

/*
remove cotent to enable footer menu
#footer .country-select:hover .menu-hidden {
    display: block;
}
*/

.menu-hidden {
    display: none;
    float: left;
    position: absolute;
    top: -407px;
    left: 0px;
    z-index: 1000;
}

#footer ul li.country ul li {
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
}

#footer ul li.country .menu-hidden a {
    width: 60px;
    background: #fbfbfb;
    border-left: 1px solid #b8babf;
    border-right: 1px solid #b8babf;
}

#footer ul li.country .menu-hidden a:hover {
    background: #d7ecfa;
}

#footer ul li.country .menu-hidden li a.first {
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #b8babf;
}

/* Flags */
.flag {
    background: url("/dreamup/footer/flags.png") no-repeat left top transparent;
    float: left;
    height: 11px;
    overflow: hidden;
    width: 16px;
    margin: 9px 0 0;
}

.flag-fr {
    background-position: 0 0px;
}

.flag-de {
    background-position: 0 -26px;
}

.flag-es {
    background-position: 0 -52px;
}

.flag-it {
    background-position: 0 -78px;
}

.flag-pt {
    background-position: 0 -104px;
}

.flag-br {
    background-position: 0 -130px;
}

.flag-jp {
    background-position: 0 -156px;
}

.flag-eu {
    background-position: 0 -182px;
}

.flag-pl {
    background-position: 0 -208px;
}

.flag-ru {
    background-position: 0 -234px;
}

.flag-cn {
    background-position: 0 -260px;
}

.flag-tr {
    background-position: 0 -286px;
}

.flag-kr {
    background-position: 0 -312px;
}

.flag-uk {
    background-position: 0 -338px;
}

.flag-us {
    background-position: 0 -364px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* hide footer links */
#footer.loggedout .footleft li {
    display: none;
}

#footer.loggedout .footleft .footer-howitworks {
    display: inline;
    border-right: 0px;
}

#footer .twitter,
#footer .facebook {
    float: left;
    padding-right: 0px;
}

#footer .twitter a,
#footer .facebook a {
    width: 30px;
    height: 35px;
    display: block;
    text-indent: -10000px;    
}
#footer .facebook a {
    background: url(/dreamup/footer/facebook.png) no-repeat;
}

#footer .twitter a {
    background: url(/dreamup/footer/twitter.png) no-repeat;
}

#footer .twitter a:hover,
#footer .facebook a:hover {
    background-position: 0px -40px;
}

/*
@@require cssms/pages/dreamup/dreamup-common.css
*/

/* Some modal-related CSS */
body div#modalspace {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 301;
    background: none;
}

body.modal-active div#modalspace {
    position: fixed;
    height: auto;
    bottom: 0;
}

body.modal-active div#modalfade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.75;
    z-index: 300;
}

body div.modal a.smbutton {
    color: #2C3635;
}

#DreamUp-v1 div.modal a.x {
    background: url(/dreamup/big-black-close-sprite.png) no-repeat 0px 0px;
    width: 33px;
    height: 33px;
    top: -12px;
    right: -12px;
    position: absolute;
    display: block;
    z-index: 10;
}

#DreamUp-v1 #modalspace.deck-modalspace.no-modal div.modal a.x {
    top: -26px;
    right: 0;
    overflow: visible;
    background: url(/dreamup/project/close-x.png) 0px 6px no-repeat;
    width: 9px;
}

#DreamUp-v1 #modalspace.deck-modalspace.no-modal div.modal a.x::before {
    content: 'Close';
    position: absolute;
    height: 20px;
    right: 25px;
    top: 2px;
    text-align: right;
    color: #747474;
}

div.modal a.x:hover {
    background-position: 0 -38px;
}

#DreamUp-v1 div#modalspace div.modal {
    position: relative;
    z-index: 201;
    border: none;
    background: none;
}

#DreamUp-v1.create div#modalspace div.modal {
    background: white;
}

#DreamUp-v1 div.modal.address-modal {
    background: white;
}

#DreamUp-v1 div.modal.address-modal .smbutton {
    border-radius: 3px;
    padding: 7px 10px 7px 10px;
    -moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.35);
    box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.35);
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.4);
    text-decoration: none;
    text-align: center;
    margin: 0px;
    background-image: none;
    background-color: #f4f4f4;
    border: 1px solid #cdd0d3;
    color: #84888c;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
    min-width: 60px;
}

#DreamUp-v1 div.modal.address-modal .smbutton-green {
    background-color: #95d023;
    border: 1px solid #74a51e;
    color: #305F23;
}

#DreamUp-v1 div.modal.address-modal .smbutton-green:hover {
    background-color: #b7e04e;
}

div.modal.join-modal {
    background-color: #D6DED4;
}

/* white modals */
#DreamUp-v1 div.modal.snowwhite {
    z-index: 1001; /* feedback form is 999 */
}

#DreamUp-v1 div.no-modal .modal {
    width: auto !important;
}

#modalspace.snowwhite div.modal.modal-rounded {
    background: #fff;
}

#modalspace.snowwhite h3 {
    color: #666C75;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 12px 12px 25px 0;
}

#modalspace.snowwhite p {
    color: #000;
}

#modalspace.snowwhite .actions {
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-align: right;
}

#modalspace.snowwhite .actions button {
    margin-left: 8px;
}

/* Contract modal */
#modalspace.snowwhite.contract-modal .license {
    background-color: #f1f1f1;
    border: 1px solid #B5B8B8;
    border-radius: 3px;
    padding: 0 15px 15px 25px;
    height: 250px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0 0 45px 0;
}

#modalspace.snowwhite.contract-modal h2,
#modalspace.snowwhite.contract-modal h4 {
    padding: 0;
    margin: 15px 0 10px 0;
}

#modalspace.snowwhite.contract-modal h4 {
    font-size: 13px;
}

#modalspace.snowwhite.contract-modal .modal.modal-rounded {
    width: 475px;
}

#modalspace.snowwhite.contract-modal .modal.modal-rounded h3 {
    padding: 0 0 13px 0;
}

#modalspace.snowwhite.contract-modal p {
    margin: 10px 0;
}

#modalspace.snowwhite.contract-modal li {
    color: #000;
    list-style-type: disc;
    margin: 5px 0 5px 20px;
}

#modalspace.snowwhite.contract-modal p.loading {
    text-align: center;
    padding-top: 15px;
    color: #666C75;
    font-weight: bold;
}

#modalspace.snowwhite.no-modal .modal {
    background: transparent;
}

#modalspace.snowwhite.no-modal .modal img {
    margin: auto;
}
#modalspace .modal img {
    max-width: 100%;
}

/* intro modal shown on dashboard */
#modalspace.dreamup-beta-modalspace .modal.modal-rounded {
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#modalspace #intro-modal {
    display: none;
    background: url('/dreamup/beta-modal-bg.jpg');
    border-radius: 6px;
    width: 580px;
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 20px;
}

#modalspace #intro-modal header {
    height: 155px;
    width: 620px;
    background: url('/dreamup/beta_du-cloudlogo.png') 0 0 no-repeat;
    position: relative;
    top: -55px;
    left: -55px;
}

#modalspace #intro-modal section {
    color: #CCC;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: -45px;
    margin-bottom: 20px;
}

#modalspace #intro-modal section h1 {
    font-size: 24px;
    font-weight: normal;
    color: white;
}

#modalspace #intro-modal section p {
    margin: 10px 0;
    color: white;
}

#modalspace #intro-modal section dl {
    background-color: #213C44;
    color: #CCC;
    border-radius: 3px;
    text-align: left;
    line-height: 16px;
}

#modalspace #intro-modal section dt {
    font-weight: bold;
    padding: 10px 20px;
}

#modalspace #intro-modal section dd {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

#modalspace #intro-modal section dd ul {
    padding: 0 20px 10px 40px;
}

#modalspace #intro-modal section dd ul li {
    margin-bottom: 10px;
    list-style: disc;
}

#modalspace #intro-modal fieldset {
    padding: 10px;
}

#modalspace #intro-modal .error {
    color: red;
}

#modalspace #intro-modal button {
    padding: 7px 10px 8px 10px !important;
    font-weight: bold;
    font-size: 20px;
    width: 220px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* portfolio and bids superbrowse */

#dreamup-superbrowse-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(/dreamup/dreamup_bluesteel_bg.png) #EFEEEC;
    z-index: 98;
}

#dreamup-superbrowse {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    padding-top: 120px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    background-image: url(/dreamup/dreamup_paperbg.png) !important;
}

#dreamup-superbrowse-contents {
    max-width: 1280px;
    padding: 0px 25px;
    margin: 0px auto;
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#dreamup-superbrowse-toolbar {
    margin-top: 38px;
    margin-bottom: 25px;
    height: 56px;
    background-color: #E2E2E2;
    background-image: url(/dreamup/portfolio-overlay-toolbar-bg.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#dreamup-superbrowse-toolbar a {
    color: #7D7D7D;
}

#dreamup-superbrowse-toolbar a.disabled,
#dreamup-superbrowse-toolbar a.disabled:hover {
    text-decoration: none;
    cursor: default;
    opacity: .5;
}

#dreamup-superbrowse-toolbar-contents {
    margin: 0px auto;
    max-width: 1280px;
    position: relative;
}

.dreamup-superbrowse-toolbar-back {
    background: url(/dreamup/portfolio-supertop.png?1) no-repeat scroll center top transparent;
    position: absolute;
    left: 0px;
    padding-top: 60px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
    font-size: 12px;
    top: -23px;
    color: #7D7D7D;
    outline: none;
}

.dreamup-superbrowse-toolbar-top {
    position: absolute;
    left: 45%;
    padding-top: 60px;
    padding-bottom: 10px;
    text-align: center;
    width: 140px;
    margin: auto;
    background: url("/dreamup/portfolio-supertop.png?1") no-repeat scroll center top transparent;
    display: block;
    font-size: 12px;
    top: -23px;
    color: #7D7D7D;
    outline: none;
}

.dreamup-superbrowse-toolbar-next {
    right: -25px;
    background: url("/dreamup/portfolio-superright.png?1") no-repeat scroll center right transparent;
    padding-right: 85px;
    height: 120px;
    line-height: 103px;
}

.dreamup-superbrowse-toolbar-previous {
    left: -25px;
    padding-left: 85px;
    height: 120px;
    line-height: 103px;
    background: url("/dreamup/portfolio-superleft.png?1") no-repeat scroll center left transparent;
}

.dreamup-superbrowse-toolbar-next, .dreamup-superbrowse-toolbar-previous {
    position: absolute;
    display: block;
    font-size: 12px;
    top: -23px;
    color: #7D7D7D;
    outline: none;
}

.dreamup-superbrowse-toolbar a strong {
    color: black;
}

.dreamup-modal,
.cancel-modal,
.addPhaseModal,
.phasesModal,
.request-funds-modal,
.add-funds-modal,
.request-funds-confirmation-modal,
.approve-final-assets-modal {
    display: none;
    background-color: #FFFFFF;
    border: 1px solid #B5B8B8;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    font-weight: normal;
    padding: 20px;
    text-shadow: none;
    width: 480px;
    line-height: 1.4em;
    color: #666C75;
}

body div#modalspace .cancel-modal label a,
body div#modalspace .addPhaseModal label a,
body div#modalspace .phasesModal label a,
body div#modalspace .request-funds-modal label a,
body div#modalspace .add-funds-modal label a,
body div#modalspace .request-funds-confirmation-modal label a,
body div#modalspace .approve-final-assets-modal label a {
    color: #0F729C;
}

body div#modalspace .cancel-modal label p,
body div#modalspace .request-funds-modal p,
body div#modalspace .add-funds-modal p,
body div#modalspace .request-funds-confirmation-modal p,
body div#modalspace .approve-final-assets-modal p {
    line-height: 1.4em;
}

.cancel-modal .error,
.request-funds-modal .error,
.add-funds-modal .error,
.request-funds-confirmation-modal .error,
.approve-final-assets-modal .error {
    color: firebrick;
}

body div#modalspace div.dreamup-modal h2,
body div#modalspace div.cancel-modal h2,
body div#modalspae div.addPhaseModal h2,
body div#modalspace div.phasesModal h2,
body div#modalspace div.request-funds-modal h2,
body div#modalspace div.add-funds-modal h2,
body div#modalspace div.request-funds-confirmation-modal h2,
body div#modalspace div.approve-final-assets-modal h2 {
    padding: 0px;
    margin-bottom: 15px;
}

.dreamup-modal .button-holder,
.phasesModal .button-holder,
.addPhaseModal .button-holder,
.request-funds-modal .button-holder,
.add-funds-modal .button-holder,
.request-funds-confirmation-modal .button-holder,
.approve-final-assets-modal .button-holder {
    text-align: right;
    margin-top: 20px;
}

.approve-final-assets-modal .promotable {
    margin-top: 5px;
}

/* COLLABORATION DECLINE */

.collaboration-decline-modal {
    display: none;
    width: 520px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
}

.collaboration-decline-modal h1 {
    display: block;
    margin: 0;
    padding: 0 0 10px 0;
    color: #656B74;
    font-size: 20px;
    border-bottom: 2px solid #cfcdcd;
}

.collaboration-decline-modal .contentWrapper {
    display: none;
    width: 100%;
    margin: 0 0;
    padding: 20px 0 0 0;
    font-size: 13px;
    color: #747474;
    vertical-align: top;
    line-height: 17px;
}

.collaboration-decline-modal .contentWrapper .contentWrapper-subtext {
    margin: 0 0 15px 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
}

.collaboration-decline-modal .contentWrapper a {
    font-weight: bold;
    text-decoration: none;
}

.contentWrapper p {
    margin-top: 0;
    margin-bottom: 10px;
}

.collaboration-decline-modal .column {
    display: inline-block;
    width: 42%;
    margin: 0px -4px 0 0;
    padding: 0 0px 0 0px;
    font-size: 13px;
    color: #747474;
    vertical-align: top;
    height: 120px;
    position: relative;
}

.collaboration-decline-modal .column p {
    margin-top: 0;
    line-height: 17px;
    text-align: center;
}

.collaboration-decline-modal .column p b {
    color: #353d49;
}

.collaboration-decline-modal .column .buttonWrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.optionOr {
    display: inline-block;
    width: 16%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    vertical-align: top;
    background: url(/dreamup/project/modal-optionor.png) center center no-repeat transparent;
    height: 120px;
}

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

.buttonWrapper {
    text-align: right;
    display: block;
    width: 100%;
    margin-top: 30px;
}

.checkbox {
    float: left;
    margin-top: 8px;
}

.collaboration-decline-modal .checkbox input {
    display: inline-block;
    margin: 0 5px 0 0;
    width: auto;
}

.checkbox label {
    display: inline-block;
    font-size: 12px;
}

.collaboration-decline-modal textarea {
    font-size: 16px;
    color: #000;
    border: 1px solid #C5C6CD;
    border-radius: 3px;
    -moz-box-shadow: inset 0 1px 3px 0 rgba(163, 166, 175, 0.4);
    box-shadow: inset 0 1px 3px 0 rgba(163, 166, 175, 0.4);
    background: #fff;
    border: 1px solid #A3A6AF;
    border-radius: 2px;
    display: block;
    width: 100%;
    padding: 6px;
    margin: 0 0 20px 0;
    -moz-box-shadow: inset 0 0 4px 0 rgba(163, 166, 175, 0.5);
    box-shadow: inset 0 0 4px 0 rgba(163, 166, 175, 0.5);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.collaboration-decline-modal input {
    font-size: 13px;
    color: black;
    border: 1px solid #C5C6CD;
    border-radius: 3px;
    -moz-box-shadow: inset 0 1px 3px 0 rgba(163, 166, 175, 0.4);
    box-shadow: inset 0 1px 3px 0 rgba(163, 166, 175, 0.4);
    background: white;
    border: 1px solid #A3A6AF;
    border-radius: 2px;
    display: inline-block;
    width: 140px;
    padding: 6px;
    margin: 0 0 20px 0;
    -moz-box-shadow: inset 0 0 4px 0 rgba(163, 166, 175, 0.5);
    box-shadow: inset 0 0 4px 0 rgba(163, 166, 175, 0.5);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.demoTitle {
    display: block;
    width: 100%;
    font-size: 17px;
    color: grey;
    margin: 20px 20px;
}

.slimlineTonicWater {
    width: 400px;
}

.collaboration-decline-modal .budgetWrapper {
    margin: 0 auto;
    width: 300px;
}

.collaboration-decline-modal .budgetWrapper label {

    font-size: 15px;
}

.collaboration-decline-commission-confirm {
    display: none;
}

.collaboration-decline-commission-budget {
    display: none;
}

#policy-submission p {
    margin: 1em 0em;
}

/*
@@require cssms/pages/dreamup/dreamup-common.css
*/

/* Portfolio Button */
.du-button-portfolio {
    background-image: url(/dreamup/buttontown/portfolio-switcher-grad.png);
    background-position: top right;
    background-repeat: repeat-x;
    border: 1px solid #bcbcbd;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    padding-right: 14px;
    color: #144e7b;
    text-align: center;
    margin-top: 4px;
    display: inline-block;
    height: 63px; /* allow for +2px added for borders */
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.6);
    position: absolute;
}

.du-button-portfolio.prev {
    border-radius: 4px 0px 0px 4px;
    left: 0;
    top: 0;
}

.du-button-portfolio.next {
    border-radius: 0px 4px 4px 0px;
    right: 0;
    top: 0;
}

.du-button-portfolio.prev span,
.du-button-portfolio.next span {
    display: block;
    padding: 6px 0 7px 14px;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(/dreamup/buttontown/portfolio-arrows.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 10px;
    position: relative;
    top: 18px;
}

.du-button-portfolio.prev span {
    background-position: 12px 8px;
}

.du-button-portfolio.next span {
    background-position: 12px -12px;
}

.du-button-portfolio:hover {
    background-position: right -65px !important;
}

.du-button-portfolio:active {
    background-position: right -130px !important;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.du-button-portfolio.dark,
.du-button-portfolio.darkdisabled {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    border: 0px solid #bcbcbd !important;
    height: 63px; /* allow for +2px added for borders */
    box-shadow: inset 0px 0px 0px rgba(255, 255, 255, 0.5) !important;
    -moz-box-shadow: inset 0px 0px 0px rgba(255, 255, 255, 0.5) !important;
    height: 77px;
    position: absolute;
}

.du-button-portfolio.dark span,
.du-button-portfolio.darkdisabled span {
    background-image: url(/dreamup/buttontown/portfolio-arrows-lite.png) !important;
    height: 14px !important;
    position: relative !important;
    top: 24px !important;
}

.du-button-portfolio.dark:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.du-button-portfolio.disabled,
.du-button-portfolio.darkdisabled {
    opacity: 0.5;
    cursor: default;
}

.du-button-portfolio.disabled:hover,
.du-button-portfolio.darkdisabled:hover {
    background-position: right top !important;
}

.du-button-portfolio.disabled:active,
.du-button-portfolio.darkdisabled:active {
    background-position: right top !important;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.0) !important;
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.0) !important;
}

/* v2, fuck yeah */
.dreamy-button {
    border-radius: 3px;
    padding: 7px 10px 7px 10px;
    box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.35);
    -moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.35);
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.4);
    text-decoration: none;
    text-align: center;
    margin: 0px;
    background-color: #f4f4f4;
    border: 1px solid #cdd0d3;
    color: #84888c;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
    min-width: 60px;
    background-image: none;
    font-weight: bold;
}

.dreamy-button.large {
    padding: 7px 10px 8px 10px;
}

.dreamy-button:hover {
    background-color: #fff;
    text-decoration: none;
}

.dreamy-button:active {
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4);
}

.dreamy-button.yellow {
    border: 1px solid #ca9e74;
    background-color: #facd33;
    color: #916438;
}

.dreamy-button.yellow:hover {
    background-color: #fbda66;
}

.yellow-arrow {
    height: 32px;
    border: none;
    border-radius: 3px;
    padding: 0 20px 0 0;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.4);
    text-decoration: none;
    text-align: center;
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    line-height: 17px;
    background: url(/dreamup/buttontown/yellowarrow-btn-sprite.png) top right no-repeat transparent;
    color: #916438;
    min-width: 150px;
}

.yellow-arrow span {
    background: url(/dreamup/buttontown/yellowarrow-btn-sprite.png) top left no-repeat transparent;
    color: #916438;
    display: block;
    padding: 7px 0px 8px 10px;
}

.yellow-arrow:hover {
    background-position: right -32px;
    text-decoration: none;
}

.yellow-arrow:active {
    background-position: right -64px;
}

.yellow-arrow:hover span {
    background-position: 0px -32px;
}

.yellow-arrow:active span {
    background-position: 0px -64px !important;
}

/*yellow reverse arrow: on the left side */
.yellow-arrow {
    background-color: transparent;
}

.yellow-arrow.reverse {
    padding: 0 0 0 12px;
    margin-right: -10px;
    background: url(/dreamup/buttontown/yellowarrow-btn-reverse-sprite.png) top left no-repeat transparent;
}

.yellow-arrow.reverse span {
    background: url(/dreamup/buttontown/yellowarrow-btn-reverse-sprite.png) top right no-repeat transparent;
    color: #916438;
    display: block;
    padding: 7px 0px 8px 0px;
}

.yellow-arrow.reverse:hover {
    background-position: left -32px;
    text-decoration: none;
}

.yellow-arrow.reverse:active {
    background-position: left -64px;
}

.yellow-arrow.reverse:hover span {
    background-position: right -32px;
}

.yellow-arrow.reverse:active span {
    background-position: right -64px !important;
}

.dreamy-button.view-portfolio {
    background: url(/dreamup/buttontown/gold-mag.png) 7px 5px no-repeat #facd33 !important;
    font-size: 12px !important;
    height: 25px !important;
    padding: 5px 10px 5px 25px !important;
}

.dreamy-button.view-portfolio:hover {
    background: url(/dreamup/buttontown/gold-mag.png) 7px 5px no-repeat #fbda66 !important;
}

.dreamy-button.green {
    background-color: #95d023;
    border: 1px solid #74a51e;
    color: #305F23;
    background-image: none;
}

.dreamy-button.green:hover,
.dreamy-button.accept:hover {
    background-color: #b7e04e;
}

.dreamy-button.blue {
    color: #0f729c;
}

.dreamy-button.red {
    box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.30);
    -moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.30);
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.30);
    background-color: #ec5b5a;
    color: #702121;
    border: 1px solid #ab4a54;
}

.dreamy-button.red:hover {
    background-color: #ff7c72;
}

.dreamy-button.cancel {
    color: #cc2b2d;
}

.dreamy-button.cancel.disabled {
    color: #84888C;
}

.dreamy-button.accept {
    background: url(/dreamup/project/bid_sprite.png) 18px -30px no-repeat;
    background-color: #95d023;
    border: 1px solid #74a51e;
    color: #305F23;
    font-weight: bold;
    min-width: 90px;
    padding-left: 23px;
}

.dreamy-button.decline {
    background-image: url(/dreamup/project/bid_sprite.png);
    background-position: 18px -9px;
    background-repeat: no-repeat;
    color: #cc2b2d;
    font-weight: bold;
    min-width: 90px;
    padding-left: 23px;
}

.dreamy-button.disabled,
.yellow-arrow.disabled {
    opacity: 0.65;
    cursor: default;
}

.dreamy-button.discuss {
    background: url(/dreamup/project/discuss-icon.png) 10px center no-repeat;
    padding-left: 28px;
    padding-right: 15px;
    color: #0f729c;
}

.rightarrow, .leftarrow {
    height: 32px;
    border: none;
    border-radius: 3px;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.4);
    text-decoration: none;
    text-align: center;
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    line-height: 17px;
    min-width: 175px;
    background-image: url(/dreamup/buttontown/arrowbutton_sprite.png);
    background-repeat: no-repeat;
}

.rightarrow {
    padding: 0 15px 0 0;
}

.leftarrow {
    padding: 0 0 0 15px;
}

.rightarrow span,
.leftarrow span {
    background-image: url(/dreamup/buttontown/arrowbutton_sprite.png);
    background-repeat: no-repeat;
    display: block;
}

.rightarrow span {
    padding: 7px 0px 8px 10px;
}

.leftarrow span {
    padding: 7px 10px 8px 0px;
}

/*yellow */
.yellow span {
    color: #916438;
}

.yellow.rightarrow, .yellow.rightarrow span {
    background-position: 0 0;
}

.yellow.leftarrow, .yellow.leftarrow span {
    background-position: right -97px;
}

.yellow.rightarrow:hover {
    background-position: right -32px;
    text-decoration: none;
}

.yellow.rightarrow:hover span {
    background-position: 0px -32px;
}

.yellow.rightarrow:active {
    background-position: right -64px;
}

.yellow.rightarrow:active span {
    background-position: 0px -64px !important;
}

.yellow.leftarrow:hover {
    background-position: 0 -129px;
    text-decoration: none;
}

.yellow.leftarrow:hover span {
    background-position: right -129px;
}

.yellow.leftarrow:active {
    background-position: 0 -161px;
}

.yellow.leftarrow:active span {
    background-position: right -161px !important;
}

/*grey*/
.grey span {
    color: #757575;
}

.grey.rightarrow, .grey.rightarrow span {
    background-position: 0 -193px;
}

.grey.leftarrow, .grey.leftarrow span {
    background-position: right -289px;
}

.grey.rightarrow:hover {
    background-position: right -225px;
    text-decoration: none;
}

.grey.rightarrow:hover span {
    background-position: 0px -225px;
}

.grey.rightarrow:active {
    background-position: right -257px;
}

.grey.rightarrow:active span {
    background-position: 0px -257px !important;
}

.grey.leftarrow:hover {
    background-position: 0 -320px;
    text-decoration: none;
}

.grey.leftarrow:hover span {
    background-position: right -320px;
}

.grey.leftarrow:active {
    background-position: 0 -353px;
}

.grey.leftarrow:active span {
    background-position: right -353px !important;
}

/*green*/
.green span {
    color: #305F23;
}

.green.rightarrow, .green.rightarrow span {
    background-position: 0 -385px;
}

.green.leftarrow, .green.leftarrow span {
    background-position: right -481px;
}

.green.rightarrow:hover {
    background-position: right -417px;
    text-decoration: none;
}

.green.rightarrow:hover span {
    background-position: 0px -417px;
}

.green.rightarrow:active {
    background-position: right -449px;
}

.green.rightarrow:active span {
    background-position: 0px -449px !important;
}

.green.leftarrow:hover {
    background-position: 0 -513px;
    text-decoration: none;
}

.green.leftarrow:hover span {
    background-position: right -513px;
}

.green.leftarrow:active {
    background-position: 0 -545px;
}

.green.leftarrow:active span {
    background-position: right -545px !important;
}

/*red*/
.red span {
    color: #702121;
}

.red.rightarrow, .red.rightarrow span {
    background-position: 0 -577px;
}

.red.leftarrow, .red.leftarrow span {
    background-position: right -673px;
}

.red:hover {
    background-position: right -609px;
    text-decoration: none;
}

.red.rightarrow:hover span {
    background-position: 0px -609px;
}

.red.rightarrow:active {
    background-position: right -641px;
}

.red.rightarrow:active span {
    background-position: 0px -641px !important;
}

.red.leftarrow:hover {
    background-position: 0 -705px;
    text-decoration: none;
}

.red.leftarrow:hover span {
    background-position: right -705px;
}

.red.leftarrow:active {
    background-position: 0 -737px;
}

.red:active span {
    background-position: right -737px !important;
}


.dreamy-button.accept2 {
    background: url(/dreamup/project/bid_sprite2.png) 12px -39px no-repeat;
    background-color: #95d023;
    border: 1px solid #74a51e;
    color: #305F23;
    font-weight: bold;
    min-width: 20px !important;
    padding-left: 28px;
    padding-right: 15px;
    text-align: left;
}

.dreamy-button.decline2 {
    background-image: url(/dreamup/project/bid_sprite2.png);
    background-position: 12px -14px;
    background-repeat: no-repeat;
    color: #cc2b2d;
    font-weight: bold;
    min-width: 20px !important;
    padding-left: 28px;
    padding-right: 15px;
    text-align: left;
}

.dreamy-button.view2 {
    background-image: url(/dreamup/project/view-blue.png) ;
    background-position: 9px 11px;
    background-repeat: no-repeat;
    border: 1px solid #cdd0d3;
    color: #0f729c;
    font-weight: bold;
    min-width: 20px !important;
    padding-left: 28px;
    padding-right: 15px;
    text-align: left;
}



/*
@@require cssms/pages/dreamup/dreamup-common.css
*/

/* commonly used view css */

.standard-dream-box {
    padding: 15px 15px 18px 15px;
}

/* white balloon wrapper */
.dream-boat {
    overflow: visible;
}

.dream-boat:before {
    width: 20px;
    height: 20px;
    display: block;
    content: " ";
    float: left;
    position: absolute;
    left: -11px;
    top: 20px;
}

/* tags */
.jung-was-right {
    clear: both;
}

span.tag-wrapper {
    display: inline-block;
    position: relative;
}

span.tag-wrapper span.tag {
    font-size: 10px;
    display: inline-block;
    background: rgba(220, 220, 220, 0.6);
    height: 20px;
    line-height: 20px;
    color: #666;
    padding: 0 0 0 5px;
    cursor: default;
    text-align: center;
    width: auto;
    float: left;
}

span.tag-wrapper i {
    height: 20px;
    background: url(/dreamup/lets_go_shopping_for_sprite.png?3) no-repeat 0 -58px;
    width: 27px;
    display: inline-block;
}

/* action buttons */
.action-buttons {
    margin-top: 10px;
    margin-right: 10px;
}

.action-buttons,
.delete-confirmation {
    overflow: hidden;
    text-align: right;
}

.action-buttons span.info {
    font-size: 13px;
    display: inline-block;
    padding-right: 10px;
    color: #656B74;
}

.action-buttons span.info em {
    font-weight: bold;
    font-style: normal;
}

.action-buttons .cancel {
    margin-right: 10px;
}

.action-buttons .help-me {
    margin-left: 10px;
}

.delete-confirmation {
    display: none;
}

/* listing */

.dream-listing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    border-width: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1);
    margin: 0 0 20px 1px;
    padding: 20px 15px;
}

.dream-listing h3 {
    padding-top: 0px;
    font-weight: bold;
    font-size: 18px;
    color: #1d262a;
    margin-bottom: 0px;
}

.dream-listing h3 a {
    color: #0F729C;
}

.dream-listing h4 {
    margin: 0;
    font-size: 13px;
    color: #7B7B7B;
    font-weight: normal;
}

.dream-listing h5 {
    margin: 20px 0 5px 0;
    font-size: 13px;
    color: #000;
}

.dream-listing-footer {
    background-color: #FCFCFC;
    border-top:1px solid #f2f2f2;
    margin: 10px -7px -7px;
    height: 50px;
    padding: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.project-info .dream-listing-footer,
.dream-listing .dream-listing-footer {
    font-size: 11px;
    color: #747474;
    margin-top: 12px;
}

.dream-listing .dream-listing-collab a {
    color: inherit;
}

.dream-listing .dream-listing-collab {
    font-weight: bold;
    font-size: 12px;
    color: #494949;
    margin: 8px 0px 5px;
}

.dream-listing .dream-listing-collab .avatar {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}

.dream-listing .dream-listing-desc {
    max-width: 550px;
    line-height: 1.4;
    margin: 25px 0 10px 0;
    max-height: 100px;
    overflow: hidden;
}

.dream-listing .dream-listing-desc p {
    margin-bottom: 10px !important;
}

.project-info .dream-listing-due,
.dream-listing .dream-listing-due {
    display: inline-block;
    min-width: 110px;
    margin-right: 5px;
}

.project-info .dream-listing-due:before,
.dream-listing .dream-listing-due:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/dreamup/details_sprite.png) 0 -20px no-repeat;
    vertical-align: text-bottom;
    position: relative;
    top: 5px;
}

.project-info .dream-listing-due-soon,
.dream-listing .dream-listing-due-soon {
    color: firebrick;
}

.project-info .dream-listing-due-soon:before,
.dream-listing .dream-listing-due-soon:before {
    background: url(/dreamup/project-listing-clock_sprite.png) no-repeat 0px -20px;
}

.project-info .dream-listing-tagicon,
.dream-listing .dream-listing-tagicon {
    position: absolute;
    margin: -6px 0 0 -22px;
    background: url(/dreamup/stars_tags_switcher_sprite.png) no-repeat 0px -77px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: text-bottom;
}

.project-info .dream-listing-tags,
.dream-listing .dream-listing-tags {
    margin-left: 25px;
    display: inline-block;
}

.project-info .dream-listing-tags a,
.dream-listing .dream-listing-tags a {
    color: inherit;
}

.dream-listing-avatar {
    display: inline-block;
}

.dream-listing-avatar .avatar {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

.dream-listing-price.dream-listing-level1 {
}

.dream-listing-price.dream-listing-level2 {
}

.dream-listing-price.dream-listing-level3 {
}

.dream-listing-price.dream-listing-level4 {
    background-color: #DF982E;
    color: white;
    text-shadow: none;
}

.dream-listing-price.dream-listing-level5 {
    background-color: #E66800;
    color: white;
    text-shadow: none;
}

.dream-listing-price.dream-listing-level6 {
    background-color: #B73E62;
    color: white;
    text-shadow: none;
}

.dream-listing-price.dream-listing-level7 {
    background-color: #871235;
    color: white;
    text-shadow: none;
    font-size: 18px;
}

.dream-listing-price {
    position: absolute;
    height: 26px;
    background: #EEEEEE;
    color: rgba(0, 0, 0, 0.7);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3), 0 0 1px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3), 0 0 1px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3), 0 0 1px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1);
    letter-spacing: 0;
    font-size: 20px;
    padding: 3px 15px 3px 15px;
    width: 50px;
    text-align: center;
    top: 15px;
    right: -7px;
}

.dream-listing-price em {
    font-style: normal;
    font-weight: bold;
}

.dream-listing-price em:before {
    position: absolute;
    bottom: -6px;
    right: 0;
    display: block;
    border: 3px solid transparent;
    border-top-color: #6B6B6B;
    border-left-color: #6B6B6B;
    width: 0;
    height: 0;
    content: "";
}

.dream-listing-clear {
    clear: both;
}

/* SIZE 3 */

.dream-listing.size3 {
    border: 1px dotted #B73E62;
    min-height: 110px;
}

.dream-listing.size3:hover {
    cursor: pointer;
    border: 1px solid #0F729C;
    -webkit-transition: border 0.1s linear;
    -moz-transition: border 0.1s linear;
    transition: border 0.1s linear;
}

.dream-listing.size3:hover h3 {
    text-decoration: underline;
}

.dream-listing.size3 .dream-listing-price {
    background-color: #B73E62;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.dream-listing.size3 h3 {
    font-size: 20px;
}

.dream-listing.size3 h4 {
    margin-bottom: 20px;
    font-size: 15px;
}

.dream-listing.size3 .dream-listing-desc {
    height: 45px;
    overflow: hidden;
}

.dream-listing.size3 .dream-listing-desc img {
}

/* SIZE 2 */
.dream-listing.size2 {
    border: 1px solid #fff;
    min-height: 100px;
}

.dream-listing.size2:hover {
    cursor: pointer;
    border: 1px solid #0F729C;
    -webkit-transition: border 0.1s linear;
    -moz-transition: border 0.1s linear;
    transition: border 0.1s linear;
}

.dream-listing.size2:hover h3 {
    text-decoration: underline;
}

.dream-listing.size2 h3 {
    font-size: 16px;
}

.dream-listing.size2 .dream-listing-price {
    background-color: #DF982E;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.dream-listing.size2 .dream-listing-desc {
    display: none;
}

.dream-listing.size1 {
    border: 1px solid #fff;
}

.dream-listing.size1:hover {
    cursor: pointer;
    border: 1px solid #0F729C;
    -webkit-transition: border 0.1s linear;
    -moz-transition: border 0.1s linear;
    transition: border 0.1s linear;
}

.dream-listing.size1:hover h3 {
    text-decoration: underline;
}

.dream-listing.size1 {
    background: #fff;
}

.dream-listing.size1 h3 {
    font-size: 16px;
}

.dream-listing.size1 h4 {
    display: none;
    font-size: 13px;
}

.dream-listing.size1 .dream-listing-desc {
    display: none;
}

/* SIZE 4 */
.dream-listing.size4 {
    border: 4px solid #95D023;
    background: #fff url(/dreamup/listing/bg.size4.png) bottom right;
    -webkit-transition: border 0.1s linear;
    -moz-transition: border 0.1s linear;
    transition: border 0.1s linear;
}

.dream-listing.size4:hover {
    cursor: pointer;
    border: 4px solid #0F729C;
    -webkit-transition: border 0.1s linear;
    -moz-transition: border 0.1s linear;
    transition: border 0.1s linear;
}

.dream-listing.size4:hover h3 {
    text-decoration: underline;
}

.dream-listing.size4 .dream-listing-price {
    position: absolute;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    height: 50px;
    background-color: #81C51E;
    background: #81CE7B linear-gradient(top, #ABDA33, #81C51E, #81C51E);
    background: #81CE7B -moz-linear-gradient(top, #ABDA33, #81C51E, #81C51E);
    background: #81CE7B -webkit-linear-gradient(top, #ABDA33, #81C51E, #81C51E);
    background: #81CE7B -ms-linear-gradient(top, #ABDA33, #81C51E, #81C51E);
    background: #81CE7B -o-linear-gradient(top, #ABDA33, #81C51E, #81C51E);
    color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.3), inset 1px 0 0 rgba(0, 0, 0, 0.3), inset 0 2px 3px rgba(255, 255, 255, 0.4), 0 0 1px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.3), inset 1px 0 0 rgba(0, 0, 0, 0.3), inset 0 2px 3px rgba(255, 255, 255, 0.4), 0 0 1px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.3), inset 1px 0 0 rgba(0, 0, 0, 0.3), inset 0 2px 3px rgba(255, 255, 255, 0.4), 0 0 1px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1);
    letter-spacing: 0;
    font-size: 20px;
    padding: 3px 5px 3px 5px;
    text-align: center;
    top: -6px;
    right: 15px;
}

.dream-listing.size4 .dream-listing-price:before {
    position: absolute;
    bottom: -51px;
    left: 0;
    right: 0;
    border: 25px solid transparent;
    border-width: 25px 50px;
    border-top-color: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    width: 0px;
    height: 0px;
}

.dream-listing.size4 .dream-listing-price:after {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    border: 25px solid transparent;
    border-width: 25px 50px;
    border-top-color: #81C51E;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
}

.dream-listing.size4 .dream-listing-price em:before {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    padding-top: 7px;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
    position: static;
    height: auto;
    width: auto;
    border: 0px;
}

.dream-listing.size4 .dream-listing-price em {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    display: block;
    font-size: 25px;
}

.dream-listing.size4 .dream-listing-price em:after {
    content: "";
    display: block;
    width: 98px;
    height: 26px;
    position: absolute;
    bottom: -25px;
    left: 1px;
    z-index: 3;
    background: url(/dreamup/listing/ribbon-shadow.png) no-repeat;
}

.dream-listing.size4 h3 {
    font-size: 22px;
}

.dream-listing.size4 h4 {
    margin-bottom: 20px;
    font-size: 16px;
}

/* OVERRIDES */

.dream-listing-portal .dream-listing-desc-spec,
.dream-listing-portal .dream-listing-desc-instructions,
.dream-listing-portal .dream-listing-desc-files {
    display: none;
}

.project-listing-portal .project-listing-desc h5,
.preview .project-listing-create .project-listing-desc h5 {
    display: none;
}

.project-listing-portal .project-listing-desc-spec,
.project-listing-portal .project-listing-desc-instructions,
.project-listing-portal .project-listing-desc-files,
.preview .project-listing-create .project-listing-desc-spec,
.preview .project-listing-create .project-listing-desc-instructions,
.preview .project-listing-create .project-listing-desc-files {
    display: none;
}

/* TIERS */

body .tier7 .project-title {
    background: url(/dreamup/project/tier7.png?3) 0 -6px repeat-x;
    height: 70px;
    padding-top: 10px;
}

body .tier6 .project-title {
    background: url(/dreamup/project/tier6.png?3) 0 0px repeat-x;
    height: 65px;
    padding-top: 7px;
}

body .tier5 .project-title {
    background: url(/dreamup/project/tier5.png?3) 0 0px repeat-x;
    height: 60px;
    padding-top: 7px;
}

body .tier4 .project-title {
    background: url(/dreamup/project/tier4.png?3) 0 0px repeat-x;
    height: 60px;
    padding-top: 9px;
}

body .tier3 .project-title {
    background: url(/dreamup/project/tier3.png?3) repeat;
    height: 52px;
    padding-top: 8px;
}

body .tier2 .project-title {
    background: url(/dreamup/project/tier2.png?3) repeat;
    height: 48px;
    padding-top: 6px;
}

body .tier1 .project-title {
    background: url(/dreamup/project/tier1.png?3) repeat;
    height: 45px;
    padding-top: 5px;
    border-bottom: 0;
}

/* due to network css */
.project-listing .project-title h1,
.project-listing .project-title h1 a {
    color: #353D49 !important;
}

body .tier7 .project-title h1 {
    font-size: 21px;
}

body .tier6 .project-title h1 {
    font-size: 20px;
}

body .tier5 .project-title h1 {
    font-size: 19px;
}

body .tier4 .project-title h1 {
    font-size: 18px;
}

body .tier3 .project-title h1 {
    font-size: 17px;
    padding-top: 5px;
}

body .tier2 .project-title h1 {
    font-size: 16px;
    padding-top: 7px;
}

body .tier1 .project-title h1 {
    font-size: 15px;
    padding-top: 7px;
}

body .tier7 .project-title h2,
body .tier6 .project-title h2 {
    font-size: 17px;
}

body .tier5 .project-title h2 {
    font-size: 16px;
}

body .tier4 .project-title h2 {
    font-size: 14px;
}

body .tier3 .project-title h2,
body .tier2 .project-title h2,
body .tier1 .project-title h2 {
    font-size: 12px;
}

.project-listing-portal.tier3 .project-title h2,
.project-listing-portal.tier2 .project-title h2,
.project-listing-portal.tier1 .project-title h2,
.preview .project-listing-create.tier3 .project-title h2,
.preview .project-listing-create.tier2 .project-title h2,
.preview .project-listing-create.tier1 .project-title h2 {
    display: none;
}

.tier7 .project-title h3 {
    color: #0091ac;
    font-size: 42px;
}

.tier6 .project-title h3 {
    color: #a2558d;
    font-size: 40px;
}

.tier5 .project-title h3 {
    color: #f0855f;
    font-size: 35px;
}

.tier4 .project-title h3 {
    color: #5ba252;
    font-size: 30px;
}

.tier3 .project-title h3 {
    color: #d7a819;
    font-size: 25px;
}

.tier2 .project-title h3 {
    color: #666c75;
    font-size: 25px;
}

.tier1 .project-title h3 {
    color: #949494;
    font-size: 25px;
}

.tier7 .project-listing-desc {
    max-height: 70px;
}

.tier6 .project-listing-desc, .tier5 .project-listing-desc {
    max-height: 50px;
}

.tier4 .project-listing-desc, .tier3 .project-listing-desc, .tier2 .project-listing-desc, .tier1 .project-listing-desc {
    display: none;
}

.fulldream .tier7 .project-listing-desc,
.fulldream .tier6 .project-listing-desc,
.fulldream .tier5 .project-listing-desc,
.fulldream .tier4 .project-listing-desc,
.fulldream .tier3 .project-listing-desc,
.fulldream .tier2 .project-listing-desc,
.fulldream .tier1 .project-listing-desc {
    display: block;
    max-height: none;

}

/* overrides for project overview */

.collaboration .tier7 .project-title,
.collaboration .tier6 .project-title,
.collaboration .tier6 .project-title,
.collaboration .tier5 .project-title,
.collaboration .tier4 .project-title,
.collaboration .tier3 .project-title,
.collaboration .tier2 .project-title,
.collaboration .tier1 .project-title,
.project-overview .tier7 .project-title,
.project-overview .tier6 .project-title,
.project-overview .tier6 .project-title,
.project-overview .tier5 .project-title,
.project-overview .tier4 .project-title,
.project-overview .tier3 .project-title,
.project-overview .tier2 .project-title,
.project-overview .tier1 .project-title {
    height: 70px;
    padding-top: 10px;
    border-bottom:1px solid #D7D7D7;
}

.collaboration .tier7 .project-title h1,
.collaboration .tier6 .project-title h1,
.collaboration .tier6 .project-title h1,
.collaboration .tier5 .project-title h1,
.collaboration .tier4 .project-title h1,
.collaboration .tier3 .project-title h1,
.collaboration .tier2 .project-title h1,
.collaboration .tier1 .project-title h1,
.project-overview .tier7 .project-title h1,
.project-overview .tier6 .project-title h1,
.project-overview .tier6 .project-title h1,
.project-overview .tier5 .project-title h1,
.project-overview .tier4 .project-title h1,
.project-overview .tier3 .project-title h1,
.project-overview .tier2 .project-title h1,
.project-overview .tier1 .project-title h1 {
    font-size: 20px;
}

.collaboration .tier7 .project-title h2,
.collaboration .tier6 .project-title h2,
.collaboration .tier6 .project-title h2,
.collaboration .tier5 .project-title h2,
.collaboration .tier4 .project-title h2,
.collaboration .tier3 .project-title h2,
.collaboration .tier2 .project-title h2,
.collaboration .tier1 .project-title h2,
.project-overview .tier7 .project-title h2,
.project-overview .tier6 .project-title h2,
.project-overview .tier6 .project-title h2,
.project-overview .tier5 .project-title h2,
.project-overview .tier4 .project-title h2,
.project-overview .tier3 .project-title h2,
.project-overview .tier2 .project-title h2,
.project-overview .tier1 .project-title h2 {
    font-size: 16px;
}

.collaboration .tier7 .project-title h3,
.collaboration .tier6 .project-title h3,
.collaboration .tier6 .project-title h3,
.collaboration .tier5 .project-title h3,
.collaboration .tier4 .project-title h3,
.collaboration .tier3 .project-title h3,
.collaboration .tier2 .project-title h3,
.collaboration .tier1 .project-title h3,
.project-overview .tier7 .project-title h3,
.project-overview .tier6 .project-title h3,
.project-overview .tier6 .project-title h3,
.project-overview .tier5 .project-title h3,
.project-overview .tier4 .project-title h3,
.project-overview .tier3 .project-title h3,
.project-overview .tier2 .project-title h3,
.project-overview .tier1 .project-title h3 {
    font-size: 42px;
}

/* override for dashboard */
.dashboard .project-listing .project-title {
    height: 65px;
    padding-top: 7px;
}

.dashboard .project-listing .project-title h1 {
    font-size: 20px;
    padding: 0px;
}

.dashboard .project-listing .project-title h2 {
    font-size: 17px;
}

.dashboard .project-listing .project-title h3 {
    font-size: 35px;
    padding-top: 3px;
}
.project-listing ol,
.project-listing ol li {
    color: black;
    list-style-type:decimal;
    margin-left:10px;
    padding: 0;
}

.project-listing-desc {
    color: #747474;
    line-height: 17px;
    margin: 8px 0 15px;
    overflow: hidden;
    text-align: justify;
}

.project-listing.project-listing-standard .project-listing-content .project-listing-desc {
    color: black;
}

.project-listing .project-listing-content .project-listing-desc p {
    margin-bottom: 10px;
    padding: 0px;
    color: black;
}

.project-listing-portal .project-listing-content .project-listing-desc p {
    margin-bottom: 0px;
}

.project-listing-content .project-listing-desc h5 {
    margin: 0px;
    padding: 0px;
    color: black;
    font-size: 13px;
}

.project-listing {
    background: none repeat scroll 0 0 white;
    border: 1px solid #E0E0E0;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 30px;
    padding: 7px;
}

.project-listing:hover {
    border: 1px solid #80BCCB;
    transition: border 0.1s linear 0s;
    -moz-transition: border 0.1s linear 0s;
    -webkit-transition: border 0.1s linear 0s;
}

.project-listing .project-title {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 18px;
    position: relative;
    width: 100%;
}

.project-listing .project-title h1, .project-listing .project-title h1 a {
    color: #353D49;
    float: left;
    margin: 0;
    max-width: 480px;
    overflow: hidden;
    padding: 0 1px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.project-listing .project-title h2 {
    clear: left;
    color: #545961;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 500px;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.project-listing .project-title h3 {
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
}

.project-listing-content {
    border-top: 1px solid #D7D7D7;
    display: block;
    margin-bottom: 0;
    overflow: visible;
    padding: 0 18px;
}

.project-listing-collab {
    color: #494949;
    font-size: 12px;
    margin: 12px 0 8px;
}

.project-listing-collab .avatar {
    height: 25px;
    width: 25px;
    margin: 0px 5px;
    vertical-align: middle;
    margin-top: -4px;
}

.project-listing-collab a {
    color: inherit;
    font-weight: bold;
}

.project-listing-portal.tier4 .project-listing-content,
.project-listing-portal.tier3 .project-listing-content,
.project-listing-portal.tier2 .project-listing-content,
.project-listing-portal.tier1 .project-listing-content,
.preview .project-listing-create.tier4 .project-listing-content,
.preview .project-listing-create.tier3 .project-listing-content,
.preview .project-listing-create.tier2 .project-listing-content,
.preview .project-listing-create.tier1 .project-listing-content {
    display: none;
}

.project-listing-footer {
    background-color: #fcfcfc;
    height: 50px;
    border-top: 1px solid #f2f2f2;
    margin: 0 -7px -7px;
    vertical-align: middle;
    padding: 12px;
    font-size: 11px;
    color: #747474;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.project-listing-due:before {
    background: url('/dreamup/listing/project-listing-footer-sprite.png?1') no-repeat 0 -20px;
    display: inline-block;
    height: 20px;
    position: relative;
    top: 5px;
    vertical-align: text-bottom;
    width: 22px;
    content: "";
}

.project-listing-due {
    display: inline-block;
    margin-right: 8px;
    min-width: 110px;
}

.project-listing-guarantee-icon:before {
    content: "";
    display: inline-block;
    height: 20px;
    position: relative;
    top: 5px;
    vertical-align: text-bottom;
    width: 20px;
}

.project-listing-guaranteed .project-listing-guarantee-icon {
    display: block;
}

.project-listing-guarantee-icon {
    margin-top: -20px;
    text-align: right;
    cursor: default;
    display: none;
}

.project-listing-guarantee-icon:before {
    background: url("/dreamup/listing/guaranteed-icon.png") no-repeat scroll 0 0px transparent;
}

.project-listing-tags {
    display: inline-block;
    margin-left: 15px;
}

.project-listing-tagicon {
    background: url("/dreamup/listing/project-listing-category-sprite.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 20px;
    margin: 0 -4px -1px -15px;
    vertical-align: text-bottom;
    width: 25px;
}

.project-listing-tags a {
    color: inherit;
}

.project-listing-tagicon.advertising {
    background-position: 0 1px;
}

.project-listing-tagicon.character_design {
    background-position: 0 -27px;
}

.project-listing-tagicon.clothing_design {
    background-position: 0 -48px;
}

.project-listing-tagicon.illustrations {
    background-position: 0 -72px;
}

.project-listing-tagicon.logos {
    background-position: 0 -95px;
}

.project-listing-tagicon.photography {
    background-position: 0 -119px;
}

.project-listing-tagicon.print_work {
    background-position: 0 -144px;
}

.project-listing-tagicon.stock {
    background-position: 0 -168px;
}

.project-listing-tagicon.tattoo_design {
    background-position: 0 -192px;
}

.project-listing-tagicon.wallpaper {
    background-position: 0 -217px;
}

.project-listing-tagicon.web_design {
    background-position: 0 -238px;
}

.project-listing-tagicon.application_design {
    background-position: 0 -263px;
}

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

.project-status em {
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    margin: -3px 5px 0 0;
    padding: 7px 7px 4px 40px;
    background-image: url(/dreamup/project/master-states.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.project-status-need_reply em {
    background-position: 10px -358px;
}

.project-status-awaiting_reply em {
    background-position: 10px -324px;
}

.project-status-funds_requested em {
    background-position: 5px -393px;
}

.project-status-commission-funds_needed em,
.project-status-funds_needed em {
    background-position: 10px -393px;
}

.project-status-awaiting_funds em,
.project-status-commission-awaiting_funds em {
    background-position: 5px -393px;
}

.project-status-review_assets em {
    background-position: 15px -220px;
}

.project-status-final_assets em {
    background-position: 15px -220px;
}

.project-status-need_rating em {
    background-position: 15px -186px;
}

.project-status-open_bids em {
    background-position: 15px 4px;
}

.project-status-commission-collaborate em,
.project-status-collaborate em {
    background-position: 0px -31px;
}

.project-status-expired em {
    background-position: 15px -90px;
}

.project-status-completed em,
.project-status-commission-completed em {
    background-position: 15px -120px;
}

.project-status-review_bids em {
    background-position: 15px 5px;
}

.project-status-awaiting_bids em {
    background-position: 15px 5px;
}

.project-status-awaiting_approval em {
    background-position: 15px 5px;
}

.project-status-commission-awaiting_approval em,
.project-status-commission-review_request em,
.project-status-commission_pending em {
    background-position: 15px -60px;
}

.project-status-in_progress em {
    background-position: 0px -31px;
}

.project-status-relist_project em {
    background-position: 15px -89px;
}

/*
@@require cssms/pages/dreamup/dreamup-common.css
*/

.portfolio-page .actionbar {
    position: absolute;
    top: -60px;
    left: 290px;
    display: none;
}

body #output #portfolio #portfolio-sidebar {
    margin-top: 19px;
    position: relative;
}

#portfolio-sidebar-contents {
}

#portfolio-sidebar h3 {
    font-weight: bold;
    font-size: 20px;
    color: #656b74;
    margin-bottom: 3px;
    margin-top: -3px;
}

#portfolio-sidebar h4 {
    font-size: 14px;
    color: #7b7b7b;
    font-weight: normal;
    margin-bottom: 12px;
}

#portfolio-sidebar .portfolio-sidebar-aboutmelink {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #0F729C;
    display: inline-block;
}

#portfolio-sidebar .portfolio-sidebar-budget-guideline-link {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #0F729C;
    float: right;
    letter-spacing: -1px;
}

#portfolio-sidebar #portfolio-sidebar-bio {
    font-size: 12px;
    line-height: 16px;
    color: #747474;
    margin-bottom: 12px;
    max-height: 80px;
    overflow: hidden;
}


#portfolio-sidebar #portfolio-sidebar-bio.showing-more {
    overflow: auto;
    max-height: none;
}

#dreamup-superbrowse #portfolio-sidebar #portfolio-sidebar-bio.showing-more {
    overflow: auto;
    max-height: 80px;
}

#portfolio-sidebar  #portfolio-sidebar-bio-more {
    cursor: pointer;
    margin-top: 0px;
    padding-top: 5px;
    text-align: center;
    font-size: 11px;
    color: #0f729c;
    display: none;
    position: relative;
    border: none;
    margin-bottom: 20px;
}

#portfolio-sidebar #portfolio-sidebar-bio-more.showing-more span.more {
    display: none;
}

#portfolio-sidebar #portfolio-sidebar-bio-more.showing-more span.less {
    display: inline-block;
}

#portfolio-sidebar  #portfolio-sidebar-bio-more span.more {
    background-image: url(/dreamup/project/more_arrows.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 150px 10px;
    width: 250px;
    text-align: center;
    padding: 5px 5px 5px 10px;
    margin-top: -7px;
    box-sizing: border-box;
}

#portfolio-sidebar #portfolio-sidebar-bio-more span.less {
    background-image: url(/dreamup/project/more_arrows.png);
    background-repeat: no-repeat;
    display: none;
    background-position: 150px -10px;
    width: 250px;
    text-align: center;
    padding: 5px 3px 5px 12px;
    margin-top: -7px;
    box-sizing: border-box;
}

#portfolio-sidebar  #portfolio-sidebar-bio-more span.more:after
#portfolio-sidebar  #portfolio-sidebar-bio-more span.less:after {
    content: '';
    position: absolute;
    right: 0px;
    width: 2px;
    height: 18px;
}

#portfolio-sidebar #portfolio-sidebar-bio-more:hover span.more,
#portfolio-sidebar #portfolio-sidebar-bio-more:hover span.less {
    background-color: #D3DCE0;
    border-radius: 4px;
}

body #output #portfolio #portfolio-main {
    margin-top: 20px;
    padding-right: 285px;
}

#portfolio-main-contents {
}

#filters #portfolio-main-filter-ratings {
    font-weight: normal;
    position: absolute;
    right: 0px;
    margin-right: 0px;
}

#filters #portfolio-main-filter-ratings a {
    font-weight: normal;
    padding-bottom: 6px; /* make up for lack of height due to non-bold font */
    padding-top: 1px;
}

#portfolio-main-image-container {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 500px;
    position: relative;
}

#portfolio-main-image-container #portfolio-main-image {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer, url(/minish/deviation/zoomin.cur);
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

#portfolio-thumbstrip-container {
    position: relative;
    height: 75px;
    overflow: hidden;
}

#portfolio-thumbstrip {
    white-space: nowrap;
    margin: 0 60px;
    overflow: hidden;
    padding-top: 10px;
}

#portfolio-thumbstrip img {
    vertical-align: middle;
    margin-right: 15px;
    cursor: pointer;
    max-height: 75px;
}

#portfolio-thumbstrip img.active {
    opacity: .5;
}

#portfolio-thumbstrip img:hover {
    margin-top: -10px;
    -webkit-transition: margin-top .3s ease-in-out;
    -moz-transition: margin-top .3s ease-in-out;
    transition: margin-top .3s ease-in-out;
}

#portfolio-thumbstrip img.active:hover {
    margin-top: 0px;
}

#portfolio-sidebar .ratings .rating {
    display: table-cell;
}

#portfolio-sidebar .ratings .ratingnumber {
    padding-left: 5px;
    padding-bottom: 2px;
    color: #2a82b9;
    font-size: 11px;
}

#portfolio-sidebar .ratings .ratingnumber a {
    text-decoration: none;
    color: #3789BC;
}

#portfolio-sidebar .rating a {
    float: left;
    margin-right: 5px;
    display: block;
    width: 17px;
    height: 19px;
    background-image: url(/minish/gruzecontrol/icons/notes_extras.png);
    background-repeat: no-repeat;
    background-position: -20px 0px;
    -moz-user-select: none;
    -webkit-user-select: none;
    outline: none;
}

#portfolio-sidebar .rating a.on {
    background-position: -20px -20px;
}

.portfolio-loading {
    background-image: url(/portfolio/dreamup-loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

#modalspace.portfolio-modalspace div.modal a.x:visited {
    color: #7D7D7D;
}

#modalspace.portfolio-modalspace div.modal a.x:active {
    background-position: 0px -240px;
    color: #7D7D7D;
}

#portfolio-ratings-container {
    margin: 0% 10%;
}

#modalspace.portfolio-modalspace div.modal div.portfolio-lightbox {
    position: relative;
    min-width: 300px;
    min-height: 300px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#modalspace.portfolio-modalspace div.modal div.portfolio-lightbox img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    cursor: url(/minish/deviation/zoomout.cur);
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

#modalspace.portfolio-modalspace div.modal div.portfolio-lightbox .portfolio-close {
    position: absolute;
    text-align: right;
    font-size: 11px;
    background: url(/dreamup/x.png) center right no-repeat;
    cursor: pointer;
}

#modalspace.portfolio-modalspace div.modal div.portfolio-lightbox .portfolio-lightbox-holder {
    margin: auto;
    display: inline;
}

#modalspace.portfolio-modalspace div.modal div.portfolio-lightbox .title {
    padding-top: 10px;
    color: #fff;
}

#modalspace.portfolio-modalspace div.modal a.x {
    background: url("/dreamup/portfolio-overlay-back-glow.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 12px;
    height: 45px;
    left: -40px;
    padding-left: 80px;
    padding-top: 50px;
    position: absolute;
    top: -27px;
    width: 140px;
    z-index: 10;
    color: #7D7D7D;
    outline: none;
}

#modalspace.portfolio-modalspace div.modal a.x strong {
    color: black;
}

#modalspace.portfolio-modalspace div.modal a.x:hover {
    background-position: 0px -119px;
}

#modalspace.portfolio-modalspace div.modal a.x:visited {
    color: #7D7D7D;
}

#modalspace.portfolio-modalspace div.modal a.x:active {
    background-position: 0px -240px;
    color: #7D7D7D;
}

#modalspace.portfolio-modalspace div.modal div.portfolio-lightbox a.du-button-portfolio-paddle {
    position: absolute;
    top: 37%;
}

#modalspace.portfolio-modalspace div.modal div.portfolio-lightbox a.prev {
    left: 0px;
}

#modalspace.portfolio-modalspace div.modal div.portfolio-lightbox a.next {
    right: 0px;
}

#portfolio-modal {
    margin-top: 35px;
}

#portfolio-modal #portfolio {
}

#portfolio-bioheader {
    color: #656B74;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

#portfolio-biopic {
    margin-bottom: 12px;
    max-height: 250px;
    max-width: 250px;
    box-shadow: 1px 1px 2px .5px #bbb;
    -moz-box-shadow: 1px 1px 2px .5px #bbb;
}

.portfolio-sidebar-ratings {
    margin-bottom: 7px;
}

.portfolio-ratingnumber {
    display: inline-block;
    padding-bottom: 4px;
    vertical-align: bottom;

}

.portfolio-ratingnumber a {
    font-size: 12px;
}

#portfolio-sidebar .dreamup-allstars {
    display: inline-block;
    margin-right: 2px;
}

.portfolio-categoriesheader {
    margin-bottom: 12px;
    margin-top: 5px;
    color: #656B74;
    font-size: 15px;
    font-weight: bold;
}

.portfolio-categories {
    margin-bottom: 14px;
    font-size: 12px;
}

#portfolio-rate {
    font-weight: bold;
    float: left;
    color: #000;
    font-size: 16px;
}

#portfolio-commission-container {
    margin-bottom: 15px;
}

#portfolio-commission-container .dreamy-button {
    font-weight: bold;
}

/* portfolio ratings page */
.portfolio-rating-container {
    margin-bottom: 20px;
}

#dreamup-superbrowse #portfolio-ratings {
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.portfolio-rating-avatar {
    display: inline-block;
    margin-right: 6px;
}

.portfolio-rating-container .portfolio-rating-avatar .avatar {
    max-width: 25px;
    max-height: 25px;

}

.portfolio-rating-user {
    font-size: 12px;
    display: inline-block;
    margin-right: 2px;
    line-height: 12px;
}

.portfolio-rating-user span {
    font-size: 11px;
    color: #656b74;
    line-height: 18px;
}

.portfolio-rating-user a.u {
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.portfolio-rating-user-rating {
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
}

.portfolio-rating-content {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 5px;
    position: relative;
}

.portfolio-rating-content .dream-listing-price {
    top: 8px;
}

.portfolio-rating-content h2 {
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 20px;
    padding-bottom: 15px;
    margin-bottom: 12px;
    border-bottom: 1px solid #cccccc;
    color: #656b74;
}

.portfolio-rating-content h2.rating-title {
    color: #656b74;
    font-size: 17px;
}

.portfolio-rating-label {
    padding-left: 65px;
    padding-right: 20px;
    text-align: right;
    padding-bottom: 10px;
    font-size: 17px;
    color: #000;
    font-weight: bold;
}

.portfolio-rating-stars {
    padding-bottom: 10px;
}

.portfolio-rating-review {
    padding-top: 20px;
    margin-top: 2px;
    padding-bottom: 20px;
    border-top: 1px solid #CCCCCC;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
    color: #000;
}

/* paddles */

/* Portfolio paddles */

#portfolio-main #portfolio-main-image-container:hover .du-button-portfolio-paddle {
    opacity: .5;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

#portfolio-main-image-container .du-button-portfolio-paddle.prev {
    position: absolute;
    top: 45%;
    left: 0px;
    opacity: 0;
}

#portfolio-main-image-container .du-button-portfolio-paddle.next {
    position: absolute;
    top: 45%;
    right: 0px;
    opacity: 0;
}

.du-button-portfolio-paddle {
    background-color: #dadada;
    opacity: 0.5;
    text-align: center;
    display: inline-block;
    height: 50px;
    width: 40px;
}

.du-button-portfolio-paddle.prev, .du-button-portfolio-paddle.next {
    border-radius: 4px;
}

.du-button-portfolio-paddle.prev span, .du-button-portfolio-paddle.next span {
    display: block;
    padding: 0px;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(/dreamup/portfolio-paddle-arrows.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
    position: relative;
    top: 16px;
}

.du-button-portfolio-paddle.prev span {
    background-position: 14px -20px;
}

.du-button-portfolio-paddle.next span {
    background-position: 16px 0px;
}

.du-button-portfolio-paddle:hover {
    background-color: #c5c5c5;
    opacity: 1 !important;
}

.du-button-portfolio-paddle:active {
    background-color: #c5c5c5;
    opacity: 1;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
}

/* Portfolio paddles - Disabled State */

.du-button-portfolio-paddle.disabled {
    opacity: 0 !important;
    cursor: default;
}

.du-button-portfolio-paddle.disabled:hover {
    background-color: #dadada;
}

.du-button-portfolio-paddle.disabled:active {
    background-color: #dadada;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0);

}

#portfolio-thumbstrip-container .du-button-portfolio-paddle {
    position: absolute;
    top: 22px;
    opacity: 0;
}

#portfolio-thumbstrip-container:hover .du-button-portfolio-paddle {
    opacity: 1;
}

#portfolio-thumbstrip-container .du-button-portfolio-paddle.next {
    right: 0px;
}

#portfolio-thumbstrip-container .du-button-portfolio-paddle.prev {
    left: 0px;
}

/* ABOUT */

#portfolio-about {
    margin-right: 155px;
    margin-left: 155px;
}

.portfolio-about-edit {
    margin-left: 5px;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: normal;
}

#dreamup-superbrowse  #portfolio-about {
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

#portfolio-about h2 {
    margin-bottom: 30px;
    margin-top: 40px;
}

#portfolio-about p {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

#portfolio-about h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#portfolio-about .portfolio-resumelink {
    float: right;
}

/* PRICES */

#portfolio-budget-guidelines {
    margin-right: 10%;
    margin-left: 10%;
}

#portfolio-budget-guidelines h2 {
    margin-bottom: 30px;
    margin-top: 40px;
}

#portfolio-budget-guidelines .budget-guideline-box {
    display: inline-block;
    margin-right: 40px;
    text-align: center;
}

#portfolio-budget-guidelines .budget-guideline-box span {
    display: block;
    font-size: 25px;
    color: gray;
}

#portfolio-budget-guidelines .budget-guideline-category {
    position: relative;
    margin: auto;
    margin-bottom: 5px;
    padding: 5px;
    color: black;
    display: block;
    width: 80px;
    height: 80px;
    vertical-align: top;
    border-radius: 3px;
    text-decoration: none;
}

#portfolio-budget-guidelines .budget-guideline-category i {
    background-color: #F4F4F4;
    border: 1px solid #CACACA;
    width: inherit;
    height: 80px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    background: url('/dreamup/create/category_icons_sprite.png?2') no-repeat;
}

#portfolio-budget-guidelines a.category-advertising i {
    background-position: 0 0;
}

#portfolio-budget-guidelines a.category-character_design i {
    background-position: 0 -80px;
}

#portfolio-budget-guidelines a.category-clothing_design i {
    background-position: 0 -160px;
}

#portfolio-budget-guidelines a.category-illustrations i {
    background-position: 0 -240px;
}

#portfolio-budget-guidelines a.category-logos i {
    background-position: 0 -320px;
}

#portfolio-budget-guidelines a.category-photo_manipulation i {
    background-position: 0 -400px;
}

#portfolio-budget-guidelines a.category-print_work i {
    background-position: 0 -480px;
}

#portfolio-budget-guidelines a.category-stock i {
    background-position: 0 -560px;
}

#portfolio-budget-guidelines a.category-tattoo_design i {
    background-position: 0 -640px;
}

#portfolio-budget-guidelines a.category-wallpapers i {
    background-position: 0 -720px;
}

#portfolio-budget-guidelines a.category-web_design i {
    background-position: 0 -800px;
}

#portfolio-budget-guidelines a.category-application_design i {
    background-position: 0 -880px;
}

#portfolio-budget-guidelines a.category-advertising:hover i {
    background-position: -80px 0;
}

#portfolio-budget-guidelines a.category-character_design:hover i {
    background-position: -80px -80px;
}

#portfolio-budget-guidelines a.category-clothing_design:hover i {
    background-position: -80px -160px;
}

#portfolio-budget-guidelines a.category-illustrations:hover i {
    background-position: -80px -240px;
}

#portfolio-budget-guidelines a.category-logos:hover i {
    background-position: -80px -320px;
}

#portfolio-budget-guidelines a.category-photo_manipulation:hover i {
    background-position: -80px -400px;
}

#portfolio-budget-guidelines a.category-print_work:hover i {
    background-position: -80px -480px;
}

#portfolio-budget-guidelines a.category-stock:hover i {
    background-position: -80px -560px;
}

#portfolio-budget-guidelines a.category-tattoo_design:hover i {
    background-position: -80px -640px;
}

#portfolio-budget-guidelines a.category-wallpapers:hover i {
    background-position: -80px -720px;
}

#portfolio-budget-guidelines a.category-web_design:hover i {
    background-position: -80px -800px;
}

#portfolio-budget-guidelines a.category-application_design:hover i {
    background-position: -80px -880px;
}

#portfolio-budget-guidelines span.budget-guideline-1 {
    color: #949494;
}

#portfolio-budget-guidelines span.budget-guideline-50 {
    color: #666C75;
}

#portfolio-budget-guidelines span.budget-guideline-100 {
    color: #5BA252;
}

#portfolio-budget-guidelines span.budget-guideline-200 {
    color: #D7A819;
}

#portfolio-budget-guidelines span.budget-guideline-350 {
    color: #F0855F;
}

#portfolio-budget-guidelines span.budget-guideline-500 {
    color: #A2558D
}

#portfolio-budget-guidelines span.budget-guideline-1000 {
    color: #0091AC;
}

/*
@@require cssms/pages/dreamup/dreamup-common.css
*/

#feedback select {
    border: 1px solid #CCCED4;
    background: url('/dreamup/dropdown-arrow-wide.png') center right no-repeat white;
    -moz-background-image: none;
    color: #515C5A;
    height: 30px;
    padding: 7px 30px 7px 7px;
    font-size: 13px;
    border-radius: 3px;
    width: auto;
    box-shadow: inset 0px 1px 4px #bdbdbd;
    -webkit-box-shadow: inset 0px 1px 4px #bdbdbd;
    -moz-box-shadow: inset 0px 1px 4px #bdbdbd;
    -khtml-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#feedback-pageblur {
    width: 100%;
    height: 100%;
    background: white;
    z-index: 899;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.7;
    display: none;
}

#feedback {
    display: block;
    background-color: #353d49;
    color: white;
    width: 100px;
    height: 27px;
    position: fixed;
    left: -42px;
    top: 180px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-radius: 3px 3px 0 0;
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: .5;
}

#feedback:hover {
    height: 27px;
    left: -33px;
    opacity: 1;
}

#feedback:hover.rotated {
    -webkit-transform: rotate(89deg);
    -moz-transform: rotate(89deg);
    -ms-transform: rotate(89deg);
    -o-transform: rotate(89deg);
}

#gofeedback:hover div.section {
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);
}

#gofeedback {
    cursor: pointer;
    padding: 4px 5px 5px 5px;
    font-size: 12px;
    font-weight: bold;
}

.rotated {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation = 3);
}

.rotator {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    border-radius: 0px 3px 0 0 !important;
    left: 0px !important;
    opacity: 1 !important;
}

/* Add some character to the animation */

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: rotate(90deg);
        -webkit-animation-timing-function: linear;
    }
    50% {
        -webkit-transform: rotate(5deg);
        -webkit-animation-timing-function: linear;
    }
    65% {
        -webkit-transform: rotate(-5deg);
        -webkit-animation-timing-function: linear;
    }
    85% {
        -webkit-transform: rotate(2deg);
        -webkit-animation-timing-function: linear;
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}

.rotator-bounce {
    -webkit-animation: bounce .5s;
}

/* end giving character */

#feedback p {
    margin: 10px 0px;
}

#feedback h4 {
    color: #7B7B7B;
    font-size: 16px;
    margin: -5px 0 0 0;
    position: relative;
}

#feedback h5 {
    color: #000;
    font-size: 13px;
    margin: 0px 0px 4px 0px;
    padding-bottom: 8px;
    border-bottom: 2px solid #C7C5C5;
}

#feedback div.section {
    width: 360px;
    padding: 20px 20px 20px 20px;
    border-radius: 0 3px 3px 0;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    background-color: white;
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 888;
    color: black;
    text-align: left;
    border: 1px solid gainsboro;
    font-size: 13px;
}

#feedback textarea {
    border: 1px solid #A2A6AF;
    background-color: white;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 342px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #84888c;
    padding: 7px;
}

#feedback .email {
    border: 1px solid #A2A6AF;
    background-color: white;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 342px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #84888c;
    padding: 7px;
    margin-top: 8px;
}

#feedback textarea:focus,
#feedback .email:focus {
    color: #1D262A;
}

#closefeedback {
    background: url(/dreamup/close-modal-btn.png) 0 0 no-repeat;
    padding: 5px;
    height: 10px;
    width: 10px;
    display: block;
    float: right;
    position: absolute;
    top: 15px;
    right: 15px;

}

#closefeedback:hover {
    background-position: 0 -20px;
}

#closefeedback:active {
    background-position: 0 -40px;
}

#feedback-confirmation {
    display: none;
    height: 250px;
    text-align: center;
    background: url(/dreamup/greentick.png) center 30px no-repeat;
}

#feedback-confirmation div:last-child {
    right: 20px;
    bottom: 20px;
    position: absolute;
    display: block;
}

#feedback-confirmation .confirmed {
    width: 360px;
    padding: 0;
    top: 170px;
    position: absolute;
}

#feedback-confirmation .confirmed span {
    margin-top: 10px;
    display: block;
}

div.section #feedback-footer {
    text-align: right;
    margin-bottom: 0px;
}

/*
@@require cssms/pages/dreamup/dreamup-common.css
*/

/* EMPTY STATE OVERLAY */
.empty-state-overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 499;
    background-color: rgba(255,255,255,0.55);
}

.empty-state-overlay-content {
    max-width: 1280px;
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 100%;
}

.empty-state-overlay .help {
    position: absolute;
    z-index: 500;
    width: 260px;
    font-size: 18px;
    line-height: 1.2;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 0 15px 0px 15px;
    background-color: #fff;
    background: -webkit-linear-gradient(top, #fff, #eee);
    border: 2px solid #1090AF;
    border-radius: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), inset 0 -1px 0 rgba(255, 255, 255, 1), 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 22px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), inset 0 -1px 0 rgba(255, 255, 255, 1), 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 22px rgba(0, 0, 0, 0.3);

}
    
.empty-state-overlay .help p {
    font-size: 15px;
    margin: 12px 0px;
    line-height: 1.5em;
}

.empty-state-overlay #help0 { 
    bottom: 120px;
    left: 50%;
    margin-left: -200px;
    position: fixed;
    padding: 15px;
    width: 400px;
    text-align: center;
}

.empty-state-overlay #help0 a { 
    margin-top: 0px;
    padding: 10px 50px;
    font-size: 16px;
    font-weight: bold;
}

.empty-state-overlay #help0 p strong {
    font-size: 20px;
}

.help:before { position: absolute; display: block; content:""; width: 0; height: 0; border: 10px solid transparent; }
.help:after { position: absolute; display: block; content:""; width: 0; height: 0; border: 10px solid transparent; }
.arrow { position: absolute; display: none; }

.empty-state-overlay #help1b.thumbnail {
    cursor: pointer;
    left: 193px;
    top: 145px;
    -webkit-transform: scale(0.14) rotateZ(-6deg);
    -moz-transform: scale(0.14) rotateZ(-6deg);
    -ie-transform: scale(0.14) rotateZ(-6deg);
    transform: scale(0.14) rotateZ(-6deg);
    -webkit-backface-visiblity: hidden;
    backface-visiblity: hidden;
}

.empty-state-overlay #help1b.thumbnail.hover {
    box-shadow: 0 3px 50px rgba(0,145,172,0.5), 0 0 1px rgba(0,145,172,0.5);
    -moz-box-shadow: 0 3px 50px rgba(0,145,172,0.5), 0 0 1px rgba(0,145,172,0.5);
}

.empty-state-overlay #help1b.thumbnail:after {
    content: "";
    border: 2px solid rgba(255,255,255,1);
    position: absolute;
    top: -120px;
    left: 50%;
    display: block;
    width: 90px;
    height: 200px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0.05), rgba(0,0,0,0.1), rgba(0,0,0,0.05),rgba(0,0,0,0.1));
    background: -moz-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0.05), rgba(0,0,0,0.1), rgba(0,0,0,0.05),rgba(0,0,0,0.1));
    background: -ms-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0.05), rgba(0,0,0,0.1), rgba(0,0,0,0.05),rgba(0,0,0,0.1));
    background: linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0.05), rgba(0,0,0,0.1), rgba(0,0,0,0.05),rgba(0,0,0,0.1));
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.empty-state-overlay #help1b.thumbnail .empty-state-close {
    display: none;
}

.empty-state-overlay #help1 { top: 50px; left: 260px; }
.empty-state-overlay #help1:before { border-bottom-color: inherit; top: -22px; left: 22px; }
.empty-state-overlay #help1:after { border-bottom-color: #fff; top: -19px; left: 22px; }

.empty-state-overlay #help2 { top: 75px; right: 140px; }
.empty-state-overlay #help3 { top: 370px; right: 310px; }
.empty-state-overlay #help4 { top: 150px; right: 140px; }
.empty-state-overlay #help5 { bottom: 200px; left: 60px; }

/* CREATE */
#create-empty-state-overlay #help1b.thumbnail { top: 145px; }
#create-empty-state-overlay #help1 { top: 230px; left: 60px; width: 170px; min-height: 190px; }
#create-empty-state-overlay #help2 { top: 38px; right: 320px; width: 300px; }
#create-empty-state-overlay #help2:before { border-left-color: inherit; top: 12px; right: -22px; }
#create-empty-state-overlay #help2:after { border-left-color: #F7F7F7; top: 12px; right: -19px; }
#create-empty-state-overlay #help3 { top: 180px; right: 335px; width: 170px; }
#create-empty-state-overlay #help3:before { border-left-color: inherit; top: 45px; right: -22px; }
#create-empty-state-overlay #help3:after { border-left-color: #FAFAFA; top: 45px; right: -19px; }
#create-empty-state-overlay #help4 { top: 100px; right: 30px; width: 200px; }
#create-empty-state-overlay #help4:before { border-bottom-color: inherit; top: -22px; right: 22px; }
#create-empty-state-overlay #help4:after { border-bottom-color: #fff; top: -19px; right: 22px; }

/* COLLABORATION */
#collaboration-empty-state-overlay #help1 { top: 270px; left: 150px; width: 170px; }
#collaboration-empty-state-overlay #help1:before { border-bottom-color: inherit; top: -22px; left: 22px; }
#collaboration-empty-state-overlay #help1:after { border-bottom-color: #fff; top: -19px; left: 22px; }
#collaboration-empty-state-overlay #help2 { top: 38px; right: 320px; width: 300px; }
#collaboration-empty-state-overlay #help2:before { border-left-color: inherit; top: 12px; right: -22px; }
#collaboration-empty-state-overlay #help2:after { border-left-color: #F7F7F7; top: 12px; right: -19px; }
#collaboration-empty-state-overlay #help3 { top: 190px; right: 310px; width: 170px; }
#collaboration-empty-state-overlay #help3:before { border-left-color: inherit; top: 45px; right: -22px; }
#collaboration-empty-state-overlay #help3:after { border-left-color: #FAFAFA; top: 45px; right: -19px; }
#collaboration-empty-state-overlay #help4 { top: 100px; right: 30px; width: 200px; }
#collaboration-empty-state-overlay #help4:before { border-bottom-color: inherit; top: -22px; right: 22px; }
#collaboration-empty-state-overlay #help4:after { border-bottom-color: #fff; top: -19px; right: 22px; }

/* BID */
#bid-empty-state-overlay #help1 { top: 160px; left: 60px; width: 260px; }
#bid-empty-state-overlay #help1:before { border-bottom-color: inherit; top: -22px; left: 22px; }
#bid-empty-state-overlay #help1:after { border-bottom-color: #fff; top: -19px; left: 22px; }
#bid-empty-state-overlay #help2 { top: 38px; right: 320px; width: 300px; }
#bid-empty-state-overlay #help2:before { border-left-color: inherit; top: 12px; right: -22px; }
#bid-empty-state-overlay #help2:after { border-left-color: #F7F7F7; top: 12px; right: -19px; }
#bid-empty-state-overlay #help3 { top: 190px; right: 310px; width: 170px; }
#bid-empty-state-overlay #help3:before { border-left-color: inherit; top: 45px; right: -22px; }
#bid-empty-state-overlay #help3:after { border-left-color: #FAFAFA; top: 45px; right: -19px; }
#bid-empty-state-overlay #help4 { top: 85px; right: 30px; width: 200px; }
#bid-empty-state-overlay #help4:before { border-bottom-color: inherit; top: -22px; right: 22px; }
#bid-empty-state-overlay #help4:after { border-bottom-color: #fff; top: -19px; right: 22px; }
#bid-empty-state-overlay #help5:before { border-top-color: inherit; bottom: -22px; right: 22px; }
#bid-empty-state-overlay #help5:after { border-top-color: #EEEEEE; bottom: -19px; right: 22px; }
#bid-empty-state-overlay #help0 { bottom: 50px }
#bid-empty-state-overlay #help1b.thumbnail { left: 263px; top: 95px; }

.empty-state-overlay #help1b { 
    z-index: 1200; 
    top: 122px; 
    left: 50%; 
    margin-left: -250px; 
    width: 500px; 
    height: 400px;
    background-color: #fff; 
    padding: 0 20px 20px 20px;
    border-radius: 5px;
    border: 1px solid #B5B8B8;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    font-size: 13px;
    font-weight: normal;
    text-shadow: none;
    position: absolute;
}

.empty-state-overlay #help1b p { 
    font-size: 13px;
    margin: 10px 0px;
    font-weight: normal;
}

.empty-state-overlay #help1b img.photo { 
    border: 1px solid #D9DBDB;
    box-shadow: 0 0 3px rgba(0,0,0,0.2); 
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    padding: 3px;
    height: 100px; 
    display: inline-block;
}

.empty-state-overlay #help1b .title img { 
    position: absolute; 
    height: 25px; 
    width: 25px; 
    left: 15px; 
    top: 13px;
}

.empty-state-overlay #help1 a { 
    text-decoration: none;
}

.empty-state-overlay #help1 a:hover { 
    text-decoration: underline;
}

.empty-state-overlay #help1 a.hover {
    text-decoration: underline;
}

.empty-state-overlay #help1b .title {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 12px 13px 52px;
    margin: 0 -20px;
}
.empty-state-overlay #help1b .content {
    font-size: 18px;
    font-weight: bold;
    padding: 0 12px 13px 52px;
    margin: -20px -20px 0 -20px;
}

.empty-state-overlay #help1b .empty-state-close {
    border: 0;
    background: url('/dreamup/big-black-close-sprite.png');
    height: 32px;
    width: 32px;
    position: absolute;
    right: -5px;
    top: -10px;
    text-indent: -999em;
    display: block;
    cursor: pointer;
}


.dreamy-button.quick-guide {
    margin-right: 10px;
}

/* Helper mixins */
.colormixin(@color:false) when not (@color=false) {color: @color;}
.bgcolormixin(@color:false) when not (@color=false) {background-color: @color;}
.bordercolormixin(@color:false) when not (@color=false) {border-color: @color;}

.widthmixin(@width:false) when not (@width=false) {width: @width;}
.minwidthmixin(@width:false) when not (@width=false) {min-width: @width;}
.maxwidthmixin(@width:false) when not (@width=false) {max-width: @width;}

.heightmixin(@height:false) when not (@height=false) {height: @height;}
.minheightmixin(@height:false) when not (@height=false) {min-height: @height;}
.maxheightmixin(@height:false) when not (@height=false) {max-height: @height;}

/* Helper variable for retina media queries */
@retina : ~"(-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi)";

/*
 * helper function for .linear-gradient
 * see http://blog.philipbrown.id.au/2012/09/base64-encoded-svg-gradient-backgrounds-in-less/ 
 * @encode - string of svg xml
 */
.base64DataUriBackground (@encode, @type: ~"image/svg+xml") {
    @dataUriPrefix: ~"url(data:@{type};base64,";
    @dataUriSuffix: ~")";
 
    // because our lessc doesn't give access to btoa()
    // we have to make our own
    @b64DataUri: ~`(function(a,b,c){function e(a){a=a.replace(/\r\n/g,'\n');var b='';for(var c=0;c<a.length;c++){var d=a.charCodeAt(c);if(d<128){b+=String.fromCharCode(d)}else if(d>127&&d<2048){b+=String.fromCharCode(d>>6|192);b+=String.fromCharCode(d&63|128)}else{b+=String.fromCharCode(d>>12|224);b+=String.fromCharCode(d>>6&63|128);b+=String.fromCharCode(d&63|128)}}return b}function f(a){var b='';var c,f,g,h,i,j,l;var m=0;a=e(a);while(m<a.length){c=a.charCodeAt(m++);f=a.charCodeAt(m++);g=a.charCodeAt(m++);h=c>>2;i=(c&3)<<4|f>>4;j=(f&15)<<2|g>>6;l=g&63;if(isNaN(f)){j=l=64}else if(isNaN(g)){l=64}b=b+d.charAt(h)+d.charAt(i)+d.charAt(j)+d.charAt(l)}return b}var d='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';return a+f(b)+c})('@{dataUriPrefix}','@{encode}','@{dataUriSuffix}')`;
 
    background: @b64DataUri;
}

/*
 * @angle - 1st param (eg 45deg, top, to left bottom)
 * @legacy_color - Color if no gradient at all is available
 * @ie_gradient_type - 0 (vertical) or 1 (horizontal).  If anybody wants to write a filter to deduce this 
 *                     angle, have at it
 */
.linear-gradient(@start_color, @end_color) {
    .linear-gradient(top, @start_color, @end_color, @start_color);
}
.linear-gradient(@angle, @start_color, @end_color) {
    .linear-gradient(@angle, @start_color, @end_color, @start_color);
}
.linear-gradient(@angle, @start_color, @end_color, @legacy_color: @start_color, @ie_gradient_type: 0) {
    @svg: ~'<?xml version="1.0" ?><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 1 1" preserveAspectRatio="none"><linearGradient id="grad-ucgg-generated" gradientUnits="userSpaceOnUse" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-color="@{start_color}" stop-opacity="1"/><stop offset="100%" stop-color="@{end_color}" stop-opacity="1"/></linearGradient><rect x="0" y="0" width="1" height="1" fill="url(#grad-ucgg-generated)" /></svg>';
 
    
    /* base background */
    background: @legacy_color;
    
    /* IE9 you so special */
    .ie.eq9 & {
        .base64DataUriBackground(@svg);
    }
    /* IE8 is the bad kind of special */
    .ie.lt9 & {
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@{start_color}', endColorstr='@{end_color}',GradientType=@ie_gradient_type );
    }
    
    /* hooray modern browsers */
    background: -webkit-linear-gradient(@angle, @start_color, @end_color);
    background: -moz-linear-gradient(@angle, @start_color, @end_color);
    background: linear-gradient(@angle, @start_color, @end_color);
}

.linear-gradient-stops(@angle, @legacy_start_color, @legacy_end_color, @legacy_color, @rest...) 
{
    @svg: ~'<?xml version="1.0" ?><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 1 1" preserveAspectRatio="none"><linearGradient id="grad-ucgg-generated" gradientUnits="userSpaceOnUse" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-color="@{legacy_start_color}" stop-opacity="1"/><stop offset="100%" stop-color="@{legacy_end_color}" stop-opacity="1"/></linearGradient><rect x="0" y="0" width="1" height="1" fill="url(#grad-ucgg-generated)" /></svg>';
 
    
    /* base background */
    background: @legacy_color;
    
    /* IE9 you so special */
    .ie.eq9 & {
        .base64DataUriBackground(@svg);
    }
    /* IE8 is the bad kind of special */
    .ie.lt9 & {
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@{legacy_start_color}', endColorstr='@{legacy_end_color}',GradientType=0 );
    }
    
    /* hooray modern browsers */
    background: -webkit-linear-gradient(@angle, @rest);
    background: -moz-linear-gradient(@angle, @rest);
    background: linear-gradient(@angle, @rest);
}

/*
 * This is not compatible with IE8, don't use it if you have to support old IE
 * 
 * @lhs - Left hand side (height, width, whatever)
 * @rhs - Right hand side, whatever your calculation is.  You probably need a ~
 *
 * Example: .calc(height, ~"100% - 50px")
 *
 * Note, using a guard because less doesn't seem to like using a variable for lhs
 * Annoying, but don't know what else to do
 *
 * http://caniuse.com/calc
 */
.calc(@lhs, @rhs) when (@lhs = width) {
    width: -webkit-calc(@rhs);
    width: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = height) {
    height: -webkit-calc(@rhs);
    height: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = left) {
    left: -webkit-calc(@rhs);
    left: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = right) {
    right: -webkit-calc(@rhs);
    right: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = top) {
    top: -webkit-calc(@rhs);
    top: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = bottom) {
    bottom: -webkit-calc(@rhs);
    bottom: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = min-width) {
    min-width: -webkit-calc(@rhs);
    min-width: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = max-width) {
    max-width: -webkit-calc(@rhs);
    max-width: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = min-height) {
    min-height: -webkit-calc(@rhs);
    min-height: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = max-height) {
    max-height: -webkit-calc(@rhs);
    max-height: calc(@rhs);
}


/*
 * Not compatible with IE8 or IE9 (nothing breaks, they just don't get transitions)
 */
.transition(@arg) {
    -moz-transition: @arg;
    -webkit-transition: @arg;
    transition: @arg;
}

.transition(@transition, @duration, @timingFunction: ease-in-out ) when (@transition = transform) {
    -webkit-transition: -webkit-transform @duration @timingFunction;
    -moz-transition: -moz-transform @duration @timingFunction;
    -ms-transition: -ms-transform @duration @timingFunction;
    transition: transform @duration @timingFunction;
}

/*
 * Not supported in <=IE8
 */
.transform(@arg) {
    -ms-transform: @arg;
    -webkit-transform: @arg;
    transform: @arg;
}

.transform-scale(@arg) {
    -ms-zoom: @arg;
    -ms-transform: scale(@arg);
    -webkit-transform: scale(@arg);
    transform: scale(@arg);
}

.transform-origin(@arg) {
    -ms-transform-origin: @arg;
    -moz-transform-origin: @arg;
    -webkit-transform-origin: @arg;
    transform-origin: @arg;
}

.box-sizing(@arg) {
    -moz-box-sizing: @arg;
    -webkit-box-sizing: @arg;
    box-sizing: @arg;
}

.filter(@arg) {
    -ms-filter: @arg;
    -moz-filter: @arg;
    -webkit-filter: @arg;
    filter: @arg;
}

.user-select(@arg) {
    -ms-user-select: @arg;
    -moz-user-select: @arg;
    -webkit-user-select: @arg;
    user-select: @arg;
}

.backface-visibility(@arg) {
    -webkit-backface-visibility: @arg;
    backface-visibility: @arg;
}

.perspective(@arg) {
    -webkit-perspective: @arg;
    perspective: @arg;
}

.cursor-zoom-in(@arg) {
    cursor: @arg;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.cursor-zoom-out(@arg) {
    cursor: @arg;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

.appearance(@arg) {
    -webkit-appearance: @arg;
    -moz-appearance: @arg;
}

.text-size-adjust(@arg) {
    -webkit-text-size-adjust: @arg;
    -moz-text-size-adjust: @arg;
    -ms-text-size-adjust: @arg;
}

/* 
 *  Make something spin for infinite time, one rotation per @interval 
 *  example: .spin(3000ms)
*/
.spin(@interval) {
    -webkit-animation-name: spin;
    -webkit-animation-duration: @interval;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: @interval;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: @interval;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: @interval;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    @-ms-keyframes spin {
        from { -ms-transform: rotate(0deg); }
        to { -ms-transform: rotate(360deg); }
    }
    @-moz-keyframes spin {
        from { -moz-transform: rotate(0deg); }
        to { -moz-transform: rotate(360deg); }
    }
    @-webkit-keyframes spin {
        from { -webkit-transform: rotate(0deg); }
        to { -webkit-transform: rotate(360deg); }
    }
    @keyframes spin {
        from { transform:rotate(0deg); }
        to { transform:rotate(360deg); }
    }
}

/*
 * CSS3 multi-column layout.
 * Won't do anything for IE8 or 9.
 */
.column-count(@arg) {
    -moz-column-count: @arg;
    -webkit-column-count: @arg;
    column-count: @arg;
}
.column-width(@arg) {
    -moz-column-width: @arg;
    -webkit-column-width: @arg;
    column-width: @arg;
}
.column-gap(@arg) {
    -moz-column-gap: @arg;
    -webkit-column-gap: @arg;
    column-gap: @arg;
}
.column-rule(@arg) {
    -moz-column-rule: @arg;
    -webkit-column-rule: @arg;
    column-rule: @arg;
}

/*
 * Input placeholder text
 */
.placeholder-font-style(@style){
    &::-webkit-input-placeholder {
        font-style: @style;
    }
    &:-moz-placeholder {
        font-style: @style;
    }
    &::-moz-placeholder {
        font-style: @style;
    }
    &:-ms-input-placeholder {
        font-style: @style;
    }
}
.placeholder-color(@color: false, @bgcolor: false, @bordercolor: false){
    &::-webkit-input-placeholder {
        .colormixin(@color);
        .bgcolormixin(@bgcolor);
        .bordercolormixin(@bordercolor);
    }
    &:-moz-placeholder {
        .colormixin(@color);
        .bgcolormixin(@bgcolor);
        .bordercolormixin(@bordercolor);
    }
    &::-moz-placeholder {
        .colormixin(@color);
        .bgcolormixin(@bgcolor);
        .bordercolormixin(@bordercolor);
    }
    &:-ms-input-placeholder {
        .colormixin(@color);
        .bgcolormixin(@bgcolor);
        .bordercolormixin(@bordercolor);
    }
}

/* Full-screen mixin */
.full-screen-width(@width: false, @minwidth: false, @maxwidth: false) {
    &:-webkit-full-screen {
        .widthmixin(@width);
        .minwidthmixin(@minwidth);
        .maxwidthmixin(@maxwidth);
    }
    &:-moz-full-screen {
        .widthmixin(@width);
        .minwidthmixin(@minwidth);
        .maxwidthmixin(@maxwidth);
    }
    &:-ms-full-screen {
        .widthmixin(@width);
        .minwidthmixin(@minwidth);
        .maxwidthmixin(@maxwidth);
    }
    &:-o-full-screen {
        .widthmixin(@width);
        .minwidthmixin(@minwidth);
        .maxwidthmixin(@maxwidth);
    }
    &:full-screen {
        .widthmixin(@width);
        .minwidthmixin(@minwidth);
        .maxwidthmixin(@maxwidth);
    }
}
.full-screen-height(@height: false, @minheight: false, @maxheight: false) {
    &:-webkit-full-screen {
        .heightmixin(@height);
        .minheightmixin(@minheight);
        .maxheightmixin(@maxheight);
    }
    &:-moz-full-screen {
        .heightmixin(@height);
        .minheightmixin(@minheight);
        .maxheightmixin(@maxheight);
    }
    &:-ms-full-screen {
        .heightmixin(@height);
        .minheightmixin(@minheight);
        .maxheightmixin(@maxheight);
    }
    &:-o-full-screen {
        .heightmixin(@height);
        .minheightmixin(@minheight);
        .maxheightmixin(@maxheight);
    }
    &:full-screen {
        .heightmixin(@height);
        .minheightmixin(@minheight);
        .maxheightmixin(@maxheight);
    }
}

/* Text hyphenation */
.hyphenate(@style:auto) {
    -webkit-hyphens:@style;
       -moz-hyphens:@style;
        -ms-hyphens:@style;
            hyphens:@style;
}

.clearfix() {
    zoom:1;
    &:before, &:after{ 
        content:""; 
        display:table; 
    }
    &:after{ 
        clear: both; 
    }
}

.font-smoothing(@value: antialiased) when(@value = antialiased) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.font-smoothing(@value) when (@value = subpixel) {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.flex-sizing(@size:1) {
    flex-grow: @size;
    -ms-flex-grow: @size;
    -moz-flex-grow: @size;
    -webkit-flex-grow:@size;
    flex-shrink: @size;
    -ms-flex-shrink: @size;
    -moz-flex-shrink: @size;
    -webkit-flex-shrink: @size;
}

/*
 * Push lately to have greyscale interfaces.
 * UI likes to think in terms of % grey, so they make mocks with
 * rgba(0,0,0, .74) for 74% grey.
 * This style uses more css room, requires more processing cycles from the browser's paint, and is dangerous
 * if underlying element is ever changed to something other than white.
 *
 * Now you can just do .foo { .grey(74%); color:@grey; }
 */

.grey(@percentage) {
    @grey: darken(#fff, 100% - @percentage);
}


/* New brand colors */
.brandcolors() {
    @primary-green: #0FCC47;
    @primary-teal: #41CFC7;
    @primary-orange: #F75908;
    @primary-magenta: #ED145A;
    @primary-lightgreen: #BDD023;
    @primary-darkgreen: #026D20;

    @grey1: #111;
    @grey2: #242626;
    @grey3: #2F3131;
    @grey4: #323232;
    @grey5: #363636;
    @grey6: #474747;
    @grey7: #555;
    @grey8: #575757;
    @grey9: #666;
    @grey10: #6F6F6F;
    @grey11: #727272;
    @grey12: #828282;
    @grey13: #999;
    @grey14: #909090;
    @grey15: #CBCBCB;

    @black-alpha1: rgba(0,0,0,0.5);
    @black-alpha2: rgba(0,0,0,0.2);

    @white-alpha1: rgba(0,0,0,0.8);
    @white-alpha2: rgba(0,0,0,0.5);
    @white-alpha3: rgba(0,0,0,0.3);
    @white-alpha4: rgba(0,0,0,0.2);
    @white-alpha5: rgba(0,0,0,0.1);
    @white-alpha6: rgba(0,0,0,0.07);

    @list-level-0: #19252C;
    @list-level-1: #273943;
    @list-level-2: #324855;
    @list-level-3: #455C69;
}
