/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/admin-toolbar.css
 * @version 4625c4309b2c4a2
 */

#admin-toolbar ul ul {
margin-left: 0;
}
.admin-toolbar a:not(.button) {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
}
.admin-toolbar p {
line-height: 1;
margin: 0;
}
.admin-toolbar #subnav-suggest {
display: none;
}
.admin-toolbar {
height: 40px;
position: fixed;
top: -40px;
left: 0;
right: 0;
z-index: 10000;
overflow: visible;
-webkit-font-smoothing: antialiased;
}
.admin-toolbar a {
color: #bfbfbf;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.admin-toolbar .home-link {
background-image: url(/static/images/admin-toolbar/icon-sprite.png);
background-repeat: no-repeat;
background-position: 20px 10px;
padding-left: 40px;
}
.admin-toolbar .home-link a:hover {
background-position: 20px -60px;
color: #ff5500;
}
.admin-toolbar .admin-toolbar-inner {
min-height: 40px;
background-color: #222;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
background-image: -moz-linear-gradient(top, #333333, #222222);
background-image: -ms-linear-gradient(top, #333333, #222222);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
background-image: -webkit-linear-gradient(top, #333333, #222222);
background-image: -o-linear-gradient(top, #333333, #222222);
background-image: linear-gradient(top, #333333, #222222);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
padding: 0 20px;
}
.admin-toolbar #admin-toolbar-show {
top: 40px;
left: 50%;
position: absolute;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
padding: 5px 0;
font-size: 0.9em;
text-align: center;
width: 45px;
margin-left: -45px;
background: black;
}
.admin-toolbar #admin-toolbar-hide {
position: absolute;
right: 0;
width: 20px;
padding-left: 0;
padding-right: 0;
text-align: center;
cursor: pointer;
}
.admin-toolbar #admin-toolbar-hide .ui-icon {
background-image: url(/static/css/jquery-ui-themes/ui-99designs/images/ui-icons_888888_256x240.png);
}
.admin-toolbar #admin-toolbar-hide .ui-icon:hover {
background-image: url(/static/css/jquery-ui-themes/ui-99designs/images/ui-icons_2e83ff_256x240.png);
}
.admin-toolbar .contests,
.admin-toolbar .users { display: none; }
.admin-toolbar .search-box a { text-shadow: none; }
.admin-toolbar .search-box {
position: relative;
filter: alpha(opacity=100);
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
padding: 6px 20px;
}
.admin-toolbar input[type=text] {
display: inline-block;
width: 350px;
height: 18px;
background-color: #444;
background-color: rgba(255, 255, 255, 0.3);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 13px;
line-height: 1;
padding: 4px 9px;
color: #ffffff;
color: rgba(255, 255, 255, 0.75);
border: 1px solid #111;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.admin-toolbar .search-box .loading {
background-image: url(/static/images/ajax-loader-transparent.gif);
background-repeat: no-repeat;
background-position: center;
background-size: 20px;
height: 20px;
width: 20px;
position: absolute;
right: 30px;
top: 10px;
}
.admin-toolbar input[type=text]:-moz-placeholder { color: #e6e6e6; }
.admin-toolbar input[type=text]::-webkit-input-placeholder { color: #e6e6e6; }
.admin-toolbar input[type=text]:focus::-moz-placeholder { color: transparent; }
.admin-toolbar input[type=text]:focus::-webkit-input-placeholder { color: transparent; }
.admin-toolbar input[type=text]:hover {
background-color: #bfbfbf;
background-color: rgba(255, 255, 255, 0.5);
color: #ffffff;
}
.admin-toolbar input[type=text]:focus, .admin-toolbar input[type=text].focused {
outline: 0;
background-color: #ffffff;
color: #404040;
text-shadow: 0 1px 0 #ffffff;
border: 0;
padding: 5px 10px;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.search-results {
width: 367px;
position: absolute;
top: 100%;
display: none;
background-color: #ffffff;
border-color: #999;
border-color: rgba(0, 0, 0, 0.2);
border-style: solid;
border-width: 0 1px 1px;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
.search-results h4 {
background-color: #464d5c;
font-size: 12px;
background-color: #fff;
font-weight: bold;
padding: 10px 5px;
border-top: 1px solid #e9e9e9;
clear: both;
}
.search-results .result {
padding: 9px;
border-top: 1px solid #ededed;
min-height: 55px;
}
.search-results .icon-wrapper {
background: white;
float: left;
}
.search-results .icon {
display: block;
}
.search-results .info {
margin-left: 70px;
font-size: 12px;
}
.search-results .info .title {
font-weight: bold;
color: #069;
margin: 3px 0;
}
.search-results .result-link {
color: #8e8e8e;
text-decoration: none;
text-shadow: none;
position: relative;
display: block;
}
.search-results .result-link .tags { font-size: 11px; }
.search-results .result-link .when { padding-top: 5px; }
.search-results .result-link.selected {
color: #8e8e8e;
text-decoration: none;
text-shadow: none;
}
.search-results .result-link.selected .result { background: #069; }
.search-results .result-link.selected .info,
.search-results .result-link.selected .info .title { color: #fff; }
.admin-toolbar .result-link .result {
cursor: pointer;
}
.admin-toolbar .toolbar-link {
display: block;
float: none;
padding: 10px 10px 11px;
line-height: 19px;
text-decoration: none;
color: #fff;
cursor: pointer;
}
.admin-toolbar .toolbar-link:hover {
color: #f50;
text-decoration: none;
}
.admin-toolbar .result-info {
display: none;
position: absolute;
top: 0;
left: 0;
opacity: 0;
width: 95%;
height: 190px;
z-index: -1;
background: white;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
color: #535353;
}
.admin-toolbar .result-info-inner {
min-height: 75%;
}
.admin-toolbar .result-info-actions {
height: 25%;
padding: 10px 10px;
}
.admin-toolbar .result-info-actions a {
float: left;
margin-left: 10px;
}
.admin-toolbar .result-info-actions a:first-child { margin: 0; }
.admin-toolbar .result-info-actions a.search-switch-user { float: right; color: #069; }
.admin-toolbar .user-info {
margin: 0 10px;
overflow: hidden;
padding-top: 10px;
}
.admin-toolbar .user-info .info-header {
padding-bottom: 10px;
}
.admin-toolbar .user-info .info-details {
font-size: 0.9em;
}
.admin-toolbar .user-info a { color: #069; }
.admin-toolbar .user-info .info-field { display: block; }
.admin-toolbar .user-info .info-details .info-field { line-height: 1.4; }
.admin-toolbar .user-info .info-country { text-transform: uppercase; }
.admin-toolbar .user-info .info-id {
font-weight: bold;
font-size: 1.2em;
margin-bottom: 5px;
color: #535353;
}
.info-fraud-high,
.info-fraud-fraudulent {
font-weight: bold;
color: red;
}
.info-fraud-medium {
font-weight: bold;
color: orange;
}
.info-fraud-low {
font-weight: bold;
}
.info-fraud-legitimate {
font-weight: bold;
color: green;
}
.admin-toolbar ul.nav {
margin: 0;
}
.admin-toolbar .toolbar-link:hover,
.admin-toolbar .nav .dropdown.open > .dropdown-toggle {
background: #444;
background: rgba(255, 255, 255, 0.05);
}
.admin-toolbar div > ul .menu-dropdown,
.admin-toolbar .menu-dropdown,
.admin-toolbar div > ul .dropdown-menu,
.admin-toolbar .dropdown-menu {
background-color: #333;
margin-left: -1px !important;
}
.admin-toolbar div > ul .active > a, .admin-toolbar .nav .active > a {
background-color: #222;
background-color: rgba(0, 0, 0, 0.5);
}
.admin-toolbar div > ul.secondary-nav .menu-dropdown,
.admin-toolbar .nav.secondary-nav .menu-dropdown,
.admin-toolbar div > ul.secondary-nav .dropdown-menu,
.admin-toolbar .nav.secondary-nav .dropdown-menu {
right: 0;
border: 0;
}
.admin-toolbar div > ul .menu-dropdown a.menu,
.admin-toolbar .nav .menu-dropdown a.menu,
.admin-toolbar div > ul .dropdown-menu a.menu,
.admin-toolbar .nav .dropdown-menu a.menu,
.admin-toolbar div > ul .menu-dropdown .dropdown-toggle,
.admin-toolbar .nav .menu-dropdown .dropdown-toggle,
.admin-toolbar div > ul .dropdown-menu .dropdown-toggle,
.admin-toolbar .nav .dropdown-menu > .dropdown-toggle {
color: #ffffff;
}
.admin-toolbar div > ul .menu-dropdown a.menu.open,
.admin-toolbar .nav .menu-dropdown a.menu.open,
.admin-toolbar div > ul .dropdown-menu a.menu.open,
.admin-toolbar .nav .dropdown-menu a.menu.open,
.admin-toolbar div > ul .menu-dropdown .dropdown-toggle.open,
.admin-toolbar .nav .menu-dropdown .dropdown-toggle.open,
.admin-toolbar div > ul .dropdown-menu .dropdown-toggle.open,
.admin-toolbar .nav .dropdown-menu .dropdown-toggle.open {
background: #444;
background: rgba(255, 255, 255, 0.05);
}
.admin-toolbar div > ul .menu-dropdown li button,
.admin-toolbar .nav .menu-dropdown li button,
.admin-toolbar div > ul .dropdown-menu li button,
.admin-toolbar .nav .dropdown-menu li button,
.admin-toolbar div > ul .menu-dropdown li a,
.admin-toolbar .nav .menu-dropdown li a,
.admin-toolbar div > ul .dropdown-menu li a,
.admin-toolbar .nav .dropdown-menu li a {
color: #999;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
cursor: pointer;
}
.admin-toolbar div > ul .menu-dropdown li button:hover,
.admin-toolbar .nav .menu-dropdown li button:hover,
.admin-toolbar div > ul .dropdown-menu li button:hover,
.admin-toolbar .nav .dropdown-menu li button:hover,
.admin-toolbar div > ul .menu-dropdown li a:hover,
.admin-toolbar .nav .menu-dropdown li a:hover,
.admin-toolbar div > ul .dropdown-menu li a:hover,
.admin-toolbar .nav .dropdown-menu li a:hover {
background-color: #191919;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
background-image: -moz-linear-gradient(top, #292929, #191919);
background-image: -ms-linear-gradient(top, #292929, #191919);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
background-image: -webkit-linear-gradient(top, #292929, #191919);
background-image: -o-linear-gradient(top, #292929, #191919);
background-image: linear-gradient(top, #292929, #191919);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
color: #ffffff;
}
.admin-toolbar div > ul .menu-dropdown .active a,
.admin-toolbar .nav .menu-dropdown .active a,
.admin-toolbar div > ul .dropdown-menu .active a,
.admin-toolbar .nav .dropdown-menu .active a {
color: #ffffff;
}
.admin-toolbar div > ul .menu-dropdown .divider,
.admin-toolbar .nav .menu-dropdown .divider,
.admin-toolbar div > ul .dropdown-menu .divider,
.admin-toolbar .nav .dropdown-menu .divider {
background-color: #222;
border-color: #444;
}
.admin-toolbar .dropdown-menu button {
background: none;
border: none;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
display: block;
margin: 0;
width: 100%;
text-align: left;
padding-left: 15px;
padding: 6px 15px;
}
.admin-toolbar ul .menu-dropdown li a, .admin-toolbar ul .dropdown-menu li a {
padding: 6px 15px;
}
.admin-toolbar li.menu, .admin-toolbar .dropdown {
position: relative;
}
.admin-toolbar .dropdown-toggle {
padding-right: 25px !important;
}
.admin-toolbar .dropdown-toggle:after {
width: 0;
height: 0;
display: inline-block;
content: "&rarr;";
text-indent: -99999px;
vertical-align: top;
margin-top: 6px;
margin-left: 6px;
border-left: 4px solid #ffffff;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
filter: alpha(opacity=50);
-khtml-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
position: absolute;
right: 10px;
}
.admin-toolbar .nav > .dropdown > .dropdown-toggle:after {
content: "&darr;";
margin-top: 5px;
margin-left: 6px;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #ffffff;
}
.admin-toolbar .toolbar-link {
display: block;
padding: 10px 10px 11px;
line-height: 19px;
text-decoration: none;
color: white;
}
.admin-toolbar .arrow-label:after {
float: right;
opacity: 0.5;
width: 0;
height: 0;
content: "&darr;";
text-indent: -99999px;
margin-top: 5px;
margin-left: 6px;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #ffffff;
}
.admin-toolbar .dropdown-menu {
background-color: #ffffff;
float: left;
display: none;
position: absolute;
top: 100%;
z-index: 900;
margin-left: 0;
margin-right: 0;
zoom: 1;
border-color: #999;
border-color: rgba(0, 0, 0, 0.2);
border-style: solid;
border-width: 0 1px 1px;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
.admin-toolbar .admin-item .dropdown-menu {
left: -1px;
}
#admin-toolbar .dropdown-menu .dropdown-submenu {
top: 0;
left: 100%;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 6px 6px 0;
margin-left: -1px;
}
.admin-toolbar .menu-dropdown li, .admin-toolbar .dropdown-menu li {
float: none;
display: block;
background-color: none;
}
.admin-toolbar .menu-dropdown .divider, .admin-toolbar .dropdown-menu .divider {
height: 1px;
overflow: hidden;
background-color: #eee;
border-bottom: 1px solid #ffffff;
}
.admin-toolbar .dropdown-menu a {
display: block;
padding: 6px 15px;
clear: both;
font-weight: normal;
line-height: 18px;
color: #808080;
text-shadow: 0 1px 0 #ffffff;
white-space: nowrap;
}
.admin-toolbar .dropdown-menu a:hover, .admin-toolbar .dropdown-menu a:hover {
background-color: #dddddd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
background-image: linear-gradient(top, #eeeeee, #dddddd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
color: #404040;
text-decoration: none;
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
}
.admin-toolbar .dropdown.open > .dropdown-toggle {
color: #ffffff;
background: #ccc;
background: rgba(0, 0, 0, 0.3);
}
.admin-toolbar .dropdown.open > .dropdown-menu { display: block; }
.admin-toolbar .admin-item { float: left; }
.switch-user-menu {
float: right;
height: 100%;
}
.switch-user-menu .secondary-nav {
height: 100%;
}
#switch-user { min-width: 100%; }
#switch-user {
padding-top: 0;
padding-bottom: 0;
max-height: 400px;
overflow-y: scroll;
}
#switch-user li {
padding-top: 0;
padding-bottom: 0;
}
.switch-user-link {
height: 40px;
min-width: 150px;
}
.switch-user-link .dropdown-toggle {height: 100%;
}
.switch-user-menu {
font-size: 0.9em;
}
.switch-user-menu .toolbar-link {
padding: 5px 15px;
}
.switch-user-menu .nav > .dropdown > .dropdown-toggle:after {
display: none;
}
.switch-user-menu .avatar {
float: left;
}
.switch-user-menu .avatar img {
display: block;
border-radius: 4px;
}
.switch-user-menu .details {
margin-left: 38px;
}
.switch-user-menu .dispayName { font-size: 0.9em; }
.switch-user-menu .title {
font-size: 0.7em;
line-height: 0.4;
}
.switch-user-menu .dispayName,
.switch-user-menu .title {
display: block;
padding: 2px 0;
}
.switcher-link:last-child {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}
#switch-user .switcher-link {
padding-top: 6px;
padding-bottom: 6px;
position: relative;
cursor: pointer;
}
.switcher-link .details {
padding-right: 0;
}
#actions-link { height: 19px; }
#actions-link .text {
float: left;
background-image: url('/static/images/admin-toolbar/cog.png');
background-repeat: no-repeat;
background-position: center center;
height: 15px;
width: 15px;
text-indent: -9999px;
}
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/admin-notes.css
 * @version 4625c4309b2c4a2
 */

.admin-toolbar-notes {
position: relative;
}
.admin-toolbar .notes a {
color: #069;
text-shadow: none;
}
.admin-toolbar-notes .notes-list {
position: absolute;
top: 100%;
left: 0;
width: 367px;
display: none;
background-color: #ffffff;
border-color: #999;
border-color: rgba(0, 0, 0, 0.2);
border-style: solid;
border-width: 0 1px 1px;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
.admin-toolbar-notes .notes {
max-height: 300px;
overflow: auto;
overflow-x: hidden;
}
.admin-toolbar-notes.open .notes-list {
display: block;
}
.admin-toolbar-notes .note {
border-bottom: solid 1px gray;
border-color: #999;
border-color: rgba(0, 0, 0, 0.2);
width: 100%;
padding-top: 5px;
padding-bottom: 5px;
position: relative;
}
.admin-toolbar-notes .note:first-child {
border-top: none;
}
.admin-toolbar-notes .note-detail {
padding: 5px 10px 5px 0px;
margin-left: 55px;
}
.admin-toolbar-notes .note-avatar {
padding: 5px 10px;
float: left;
}
.admin-toolbar-notes .note-avatar img {
border-radius: 4px;
}
.admin-toolbar-notes .note-time {
float: right;
font-size: 0.7em;
}
.admin-toolbar-notes .note-content {
padding-top: 5px;
font-size: 0.8em;
line-height: 1.3;
word-wrap: break-word;
}
#admin-toolbar .admin-toolbar-notes textarea {
width: 340px;
height: 60px;
margin-top: 10px;
margin-left: 10px;
resize: vertical;
border-width: 1px;
}
.admin-toolbar-notes .create-note-button {
margin: 5px 10px 10px 10px;
}
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/noticebar.css
 * @version 4625c4309b2c4a2
 */


.noticebar {
position: relative;
z-index: 1010;
width: 100%;
margin: 0;
padding: 10px 0;
background-color: #6E737E;
background-image: -o-linear-gradient(top, #6E737E, #51555E); 
background-image: -moz-linear-gradient(top, #6E737E, #51555E); 
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6E737E),color-stop(1, #51555E)); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E737E', endColorstr='#51555E'); 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E737E', endColorstr='#51555E')"; 
font-family: Helvetica, Arial, sans-serif;
display:none;
}
.noticebar--sticky {
position: fixed;
}
.noticebar h3 {
font-weight: bold;
}
.noticebar .noticebar-container {
position: relative;
width: 940px;
margin: 0 auto;
text-align: center;
}
.noticebar .text {
color: #FFF;
font-size: 16px;
text-shadow: 0 1px 0 #30343F;
-webkit-font-smoothing: antialiased;
text-align: center;
}
.noticebarlink {
position: relative;
width: 940px;
margin: 0 auto;
color: #FFF;
text-align: center;
font-size: 16px;
text-shadow: 0 1px 0 #30343F;
-webkit-font-smoothing: antialiased;
}
.noticebar a,
.noticebar a:visited,
.noticebar a:link,
.noticebar a:hover {
color: #FFF;
}
.noticebar a {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
margin-left: 25px;
position: relative;
}
.noticebar .highlight {
margin-left: 0;
text-decoration: underline;
}
.noticebar a .flag {
position: absolute;
left: -20px;
top: 0px;
}
.noticebar .dismiss {
position: absolute;
top: 0;
right: 0;
width: 18px;
height: 18px;
text-align: center;
cursor:pointer;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
text-decoration: none;
background-color: #50555D;
border-radius: 3px; 
-moz-box-shadow: 0 -1px 2px rgba(0,0,0,0.5) inset; 
-webkit-box-shadow: 0 -1px 2px rgba(0,0,0,0.5) inset; 
box-shadow: 0 -1px 2px rgba(0,0,0,0.5) inset; 
}
.noticebar .dismiss:active {
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset; 
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset; 
box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset; 
}
.noticebar .dismiss span {
position: absolute;
top: 4px;
left: 4px;
width: 10px;
height: 10px;
line-height: 10px;
cursor:pointer;
}
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/confirmemailbar.css
 * @version 4625c4309b2c4a2
 */

.noticebar.confirmemail .alert {
background: url('/static/images/small-icon-exclamation.png') no-repeat;
width: 32px;
height: 32px;
display:inline-block;
margin-top: 2px;
}
.noticebar.confirmemail .message {
display:inline-block;
text-align: left;
vertical-align: top;
margin-top: 1px;
}
.noticebar.confirmemail .notice-heading {
font-size:15px;
display: block;
margin: .13em 0 .3em 0;
float: left;
}
.noticebar.confirmemail .userscoring-point-bounty {
margin-left: 5px;
}
.ie7 .noticebar.confirmemail .userscoring-point-bounty {
display: none;
}
.noticebar.confirmemail .submessage {
font-size:12px;
clear: both;
}
.noticebar.confirmemail a {
margin: 0;
text-decoration: underline;
}
.noticebar.confirmemail .resend-container {
margin: 0 5px;
display: inline;
}
.noticebar.confirmemail .resent	{
background: url('/static/images/icons/tick.png') no-repeat left;
padding-left:19px;
display:none;
font-weight: bold;
}
.noticebar.confirmemail .preloader {
display:none;
}
.ie7 .noticebar.confirmemail .message, .ie7 .noticebar.confirmemail .alert{
display:block;
float:left;
}
.ie7 .noticebar.confirmemail .notice-heading {
width:610px;
}
.ie7 .noticebar.confirmemail .noticebar-container {
width:650px;
}
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/modals.css
 * @version 4625c4309b2c4a2
 */

.lightbox-shadow {
background-color: rgba(0,0,0,0.3);
width: 650px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.lightbox-wrapper {
background-color: #fff;
width: 630px;
margin: 10px auto;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
.lightbox-wrapper .lightbox-header {
height: 40px;
position: relative;
background:url("/static/images/stock/lightbox-header-bg.png") repeat-x scroll 0 0 #89756d;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.lightbox-header h1 {
font-size: 1.3em;
margin-left: 20px;
margin-top: 10px;
float: left;
clear: left;
color: #fff;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
font-weight: normal;
}
.lightbox-header a.close-button {
position: absolute;
width: 24px;
height: 22px;
right: 10px;
top: 8px;
background-color: #89756d;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 2px 2px 2px rgba(50,50,50,0.3);
-webkit-box-shadow: inset 2px 2px 2px rgba(50,50,50,0.3);
box-shadow: inset 2px 2px 2px rgba(50,50,50,0.4);
text-decoration: none;
border: 1px solid #918784;
overflow: hidden;
outline: none;
}
.lightbox-header a.close-button:focus {
-moz-outline-style: none;
}
.lightbox-header .close-button span {
position: relative;
background:url("/static/images/contests-lightbox/lightbox-close-x.png") no-repeat scroll 0 0 transparent;
display:block;
height:8px;
margin: 6px 8px;
padding:0;
text-indent:-3000px;
width:8px;
}
.lightbox-wrapper .lightbox-content {
padding: 20px;
}
#confirm-modal .lightbox-wrapper .lightbox-content form {
padding-top: 15px;
}
#confirm-modal .lightbox-wrapper .lightbox-content p {
line-height: 1.4;
}
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/buttons.css
 * @version 4625c4309b2c4a2
 */


.button--primary {
border-bottom: 1px solid #666;
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-right: 1px solid #666;
border-radius: 4px;
display: inline-block;
padding: .5em 1em;
-webkit-box-shadow: 1px 1px 2px rgba(162, 162, 162, 0.3);
box-shadow: 1px 1px 2px rgba(162, 162, 162, 0.3);
border: #EA5A30 1px solid;
font-family: Helvetica,Arial,sans-serif;
font-size: 14px;
text-align: center;
text-decoration: none;
text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0px;
line-height: normal;
vertical-align: baseline;
font-weight: bold;
}
.ie8 .button--primary {
background: #dc552d;
}
.button--primary,
.button--primary:disabled:hover {
background: #ea5a30; 
background: -moz-linear-gradient(top, #f28238 0%, #ea5a30 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f28238), color-stop(100%,#ea5a30)); 
background: -webkit-linear-gradient(top, #f28238 0%,#ea5a30 100%); 
background: -o-linear-gradient(top, #f28238 0%,#ea5a30 100%); 
background: -ms-linear-gradient(top, #f28238 0%,#ea5a30 100%); 
background: linear-gradient(to bottom, #f28238 0%,#ea5a30 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28238', endColorstr='#ea5a30',GradientType=0 ); 
}
.button--primary.disabled:hover {
background: #ea5a30; 
background: -moz-linear-gradient(top, #f28238 0%, #ea5a30 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f28238), color-stop(100%,#ea5a30)); 
background: -webkit-linear-gradient(top, #f28238 0%,#ea5a30 100%); 
background: -o-linear-gradient(top, #f28238 0%,#ea5a30 100%); 
background: -ms-linear-gradient(top, #f28238 0%,#ea5a30 100%); 
background: linear-gradient(to bottom, #f28238 0%,#ea5a30 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28238', endColorstr='#ea5a30',GradientType=0 ); 
}
.button--primary:hover {
background: #dc552d; 
background: -moz-linear-gradient(top, #e47a35 0%, #dc552d 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e47a35), color-stop(100%,#dc552d)); 
background: -webkit-linear-gradient(top, #e47a35 0%,#dc552d 100%); 
background: -o-linear-gradient(top, #e47a35 0%,#dc552d 100%); 
background: -ms-linear-gradient(top, #e47a35 0%,#dc552d 100%); 
background: linear-gradient(to bottom, #e47a35 0%,#dc552d 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47a35', endColorstr='#dc552d',GradientType=0 ); 
}
.button--primary:disabled {
opacity: 0.35;
}
.button--primary.disabled {
opacity: 0.35;
}
.button--primary:disabled {
color: #FFFFFF;
text-decoration: none;
cursor: pointer;
}
.button--primary,
.button--primary:hover,
.button--primary:active,
.button--primary:visited,
.button--primary.disabled {
color: #FFFFFF !important;
text-decoration: none;
cursor: pointer;
}
.button--secondary {
border-bottom: 1px solid #666;
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-right: 1px solid #666;
border-radius: 4px;
display: inline-block;
padding: .5em 1em;
-webkit-box-shadow: 1px 1px 2px rgba(162, 162, 162, 0.3);
box-shadow: 1px 1px 2px rgba(162, 162, 162, 0.3);
border: #C9C9C9 1px solid;
font-family: Helvetica,Arial,sans-serif;
font-size: 14px;
text-align: center;
text-decoration: none;
line-height: normal;
vertical-align: baseline;
}
.ie8 .button--secondary {
background: #ebebeb;
}
.button--secondary,
.button--secondary:disabled:hover {
background: #f3f3f3; 
background: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e1e1e1)); 
background: -webkit-linear-gradient(top, #fafafa 0%,#e1e1e1 100%); 
background: -o-linear-gradient(top, #fafafa 0%,#e1e1e1 100%); 
background: -ms-linear-gradient(top, #fafafa 0%,#e1e1e1 100%); 
background: linear-gradient(to bottom, #fafafa 0%,#e1e1e1 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e1e1e1',GradientType=0 ); 
}
.button--secondary.disabled:hover{
background: #f3f3f3; 
background: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e1e1e1)); 
background: -webkit-linear-gradient(top, #fafafa 0%,#e1e1e1 100%); 
background: -o-linear-gradient(top, #fafafa 0%,#e1e1e1 100%); 
background: -ms-linear-gradient(top, #fafafa 0%,#e1e1e1 100%); 
background: linear-gradient(to bottom, #fafafa 0%,#e1e1e1 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e1e1e1',GradientType=0 ); 
}
.button--secondary:hover {
background: #ebebeb; 
background: -moz-linear-gradient(top, #f7f7f7 0%, #d6d6d6 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#d6d6d6)); 
background: -webkit-linear-gradient(top, #f7f7f7 0%,#d6d6d6 100%); 
background: -o-linear-gradient(top, #f7f7f7 0%,#d6d6d6 100%); 
background: -ms-linear-gradient(top, #f7f7f7 0%,#d6d6d6 100%); 
background: linear-gradient(to bottom, #f7f7f7 0%,#d6d6d6 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d6d6d6',GradientType=0 ); 
}
.button--secondary:disabled {
opacity: 0.35;
}
.button--secondary.disabled {
opacity: 0.35;
}
.button--secondary:disabled {
color: #006699;
text-decoration: none;
cursor: pointer;
}
.button--secondary,
.button--secondary:hover,
.button--secondary:active,
.button--secondary:visited,
.button--secondary.disabled {
color: #006699;
text-decoration: none;
cursor: pointer;
}
.button--small {
font-size: 12px;
font-weight: normal;
}
.button--large {
font-size: 24px;
font-weight: bold;
}
.button--icon {
padding: .5em 2.1em .5em 1em;
position: relative;
}
.button--icon::after {
display: block;
content: " ";
position: absolute;
top: 50%;
right: 10px;
margin-top: -10px;
width: 16px;
height: 16px;
background-image: url(/static/css/jquery-ui-themes/ui-99designs/images/ui-icons_222222_256x240.png);
}
.button--icon-grey::after {
background-image: url(/static/css/jquery-ui-themes/ui-99designs/images/ui-icons_888888_256x240.png);
}
.button--icon-check {
color: #888;
}
.button--icon-check:hover,
.button--icon-check:focus {
cursor: default;
}
.button--icon-check::after {
background-position: -64px -144px;
}
.button--icon-processing {
cursor: wait;
}
.button--primary.button--icon-processing {
color: #fff;
}
.button--secondary.button--icon-processing {
color: #888;
}
.button--primary.button--icon-processing::after {
background-image: url(/static/css/jquery-ui-themes/ui-99designs/images/primary-btn-ajax-loader.gif);
}
.button--secondary.button--icon-processing::after {
background-image: url(/static/css/jquery-ui-themes/ui-99designs/images/secondary-btn-ajax-loader.gif);
}
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/component-list.css
 * @version 4625c4309b2c4a2
 */


.component-list a { text-decoration: none; }
.component-list a:hover { text-decoration: underline; }
.component-list { border-top: solid 1px #eaeaea;}
.component-list .component-list-item {
border-bottom: solid 1px #eaeaea;
padding: 5px 10px 5px 10px;
}
 .component-list .component-list-item.hover:hover { background: #f7f7f7; }
.component-list .component-list-item-content { float: left; }
.component-list .item-thumb { float: left; margin-right: 10px; }
.component-list .item-content { float: left; }
.component-list .item-header { font-size: 1.2em; display: block; }
.component-list .item-meta { font-size: 0.8em; padding-top: 3px; display: block; }
.component-list .item-meta,
.component-list .item-meta a
{ color: #474747; }
.component-list .component-list-item-actions { float: right; }
.component-list-pager { padding-top: 15px; }
.component-list-filters {
margin-bottom: 15px;
}
.component-filters {
font-size: 0.8em;
position: relative;
}
.component-filters strong {
color: #6c7077;
line-height: 1.6em;
float: left;
margin-right: 5px;
}
.component-filters span.count-label {
font-size: 0.85em;
line-height: 1.2em;
margin-left: 2px;
color: #63676F;
text-decoration: none;
}
.component-filters a:hover span.count-label {
text-decoration: none;
}
.component-filters span.bubble {
font-size: 0.85em;
color: white;
background: #e24b00;
background-image: -webkit-linear-gradient(top, #ff5600, #e24b00);
background-image: -moz-linear-gradient(top, #ff5600, #e24b00);
background-image: -ms-linear-gradient(top, #ff5600, #e24b00);
background-image: -o-linear-gradient(top, #ff5600, #e24b00);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff5600), to(#e24b00));
-moz-border-radius: 5px;
-webkit-border--radius: 5px;
border-radius: 5px;
-moz-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.4);
-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.4);
box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.4);
position: absolute;
padding: 1px 5px;
top: -9px;
right: -5px;
z-index: 10;
line-height: 1.2em;
}
.component-filters input { display: none; }
.component-filters label,
.component-filters a {
cursor: pointer;
line-height: 1.4em;
float: left;
padding: 3px 5px;
text-decoration: none;
position: relative;
margin-left: 10px;
}
.component-filters .selected {
background: #cdcdcd;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.component-filters > label > *,
.component-filters > a > *
{ float: left; }
.component-filters .filter-label { color: #069; }
.component-filters .selected .filter-label { color: #63676f; }
.component-filters a:hover .filter-label,
.component-filters label:hover .filter-label { text-decoration: underline; }
.component-filters .arrow { display: none; }
.component-filters .selected .arrow { display: block; }
.component-filters .ui-icon { height: 12px; margin-right: -4px; }
.component-list-sorting-filters { float: right; }
.dropdown-filters {
position: relative;
display: block;
float: left;
margin-left: -4px;
}
.dropdown-filters a {
position: relative;
z-index: 220;
padding: 4px 3px 4px 3px;
margin-left: 0;
line-height: 1.6em;
float: none;
}
.dropdown-filters .label {
color: #6c7077;
text-transform: lowercase;
font-weight: bold;
}
.dropdown-filters:hover { background: white; }
.dropdown-filters:hover ul { display: block; }
.dropdown-filters ul {
display: none;
top: 0;
position: absolute;
z-index: 210;
padding-top: 1.6em;
min-width: 100%;
background: white;
border: solid 1px gray;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.dropdown-filters {
position: relative;
display: block;
float: left;
}
.dropdown-filters .arrow {
width: 6px;
height: 18px;
background: url('/static/images/contest-tab-sprites.png') no-repeat -6px -75px;
display: block;
float: right;
}
.dropdown-filters a {
position: relative;
z-index: 220;
padding: 4px 8px 4px 8px;
margin-left: 0;
line-height: 1.6em;
float: none;
}
.dropdown-filters .seperator {font-weight: bold; }
.dropdown-filters:hover { background: white; }
.dropdown-filters:hover ul { display: block; }
.dropdown-filters a:hover .label { text-decoration: underline; }
.dropdown-filters ul {
display: none;
top: 0;
position: absolute;
z-index: 210;
padding-top: 1.6em;
min-width: 100%;
background: white;
border: solid 1px #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.empty-view { padding: 0 0 30px 0; }
.empty-view p {
font-size: 0.8em;
line-height: 1em;
margin-bottom: 0.8em;
}
.empty-view .empty-view-buttons {
padding-top: 10px;
}
.empty-view .empty-view-buttons .ui-button .ui-button-text { font-size: 1.2em; }
.empty-view ol {
list-style-type: decimal;
font-size: 0.8em;
line-height: 1em;
margin-left: 50px;
}
.empty-view a { text-decoration: none; }
.empty-view a:hover { text-decoration: underline; }
.withdrawn-notice {
background-color:#D8EAF6;
border: 1px solid #B0DDEC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 17px;
margin: 0 0 17px 0;
position: relative;
}
.withdrawn-notice > .withdrawn-heading {
text-align:center;
text-shadow: #FFF 0px 1px 0px;
}
.withdrawn-notice > p {
text-align:center;
color:#464D5C;
}
.withdrawn-notice > small {
font-size:75%;
}
.withdrawn-notice > .arrow {
display: block;
height: 0;
width: 0;
position: absolute;
left: 350px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
}
.withdrawn-notice > .arrow-background {
border-bottom: 8px solid #B0DDEC;
bottom: 85px;
}
.withdrawn-notice > .arrow-foreground {
border-bottom: 8px solid #D8EAF6;
bottom: 83px;
}
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/contest-entries.css
 * @version 4625c4309b2c4a2
 */


 
.contest-entries {
margin-right: -28px;
padding-left: 8px;
clear: both;
}
.ie7 .contest-entries { z-index: 5; }
.contest-entries .entry-item {
position: relative;
float: left;
width: 200px;
min-height: 182px;
margin-right: 40px;
margin-bottom: 40px;
padding-bottom: 20px;
}
.ie7 .contest-entries .entry-item {
padding-bottom: 30px;
margin-right: 30px;
margin-bottom: 30px;
}
.ie8 .contest-entries .entry-item {
padding-bottom: 30px;
margin-right: 38px;
margin-bottom: 38px;
}
.contest-entries .entry { position: relative; }
.contest-entries .entry .entry-shadow {
position: relative;
width: 200px;
border: 1px solid #e6e6e6;
-moz-box-shadow: 0 0 10px rgba(50,50,50,0.2);
-webkit-box-shadow: 0 0 10px rgba(50,50,50,0.2);
box-shadow: 0 0 10px rgba(50,50,50,0.2);
background: #FFFFFF;
}
.contest-entries .entry.deleted .entry-thumb {
display: none;
}
.contest-entries .entry .entry-thumb {
position: absolute;
width: 180px;
height: 20px;
top: 155px;
left: 10px;
}
.contest-entries .entry .entry-thumb-admin {
top: 145px;
}
.contest-entries .entry .thumb {
position: relative;
width: 180px;
height: 140px;
overflow: hidden;
padding-bottom: 20px;
margin: 10px auto;
background: #ffffff url(/static/images/ajax-loader-transparent.gif) center center no-repeat;
}
.contest-entries .entry .thumb .empty-thumb {
width: 100%;
height: 100%;
background: white;
}
.contest-entries .entry.hidden .thumb { background: #fff; }
.contest-entries dt {
position: absolute;
left: -99999px;
}
.contest-entries dd {
display: inline;
font-size: 70%;
color: #A9ACB1;
}
.contest-entries dd.label {
font-size: 90%;
}
.contest-entries .contest-entry-rating {
position: absolute;
left: 0;
top: 3px;
width: 70px;
}
.contest-entries .first-entry {
max-width: 125px;
}
.contest-entries dd.rating-admin {
top: 10px;
}
.contest-entries .entry.deleted .status {
background-color: #FFFFFF;
display: block;
}
.contest-entries .entry.deleted  .thumb {
background: #fff;
}
.contest-entries .entry.deleted  .message {
display: block;
color: #000000;
text-align: center;
margin: 10px;
font-size: 14px;
font-weight: normal;
text-transform: none;
}
.contest-entries .entry.deleted .entry-shadow {
border-color: #f50;
}
.contest-entries .entry.awardedprize .winning-label {
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
color: #D1AF2A;
}
.contest-entries .entry.awardedprize .winning-label .winning-text {
position: absolute;
bottom: 1px;
right: 10px;
text-transform: uppercase;
font-size: 90%;
}
.contest-entries .entry-information {
position: absolute;
width: 200px;
top: 190px;
}
.contest-entries .entry-expanded .entry-information {
display: none;
}
.contest-entries .entry-information .label {
position: absolute;
right: 10px;
font-size: 11px;
font-family: Helvetica;
color: #999999;
}
.contest-entries .entry-information .entrant {
position: absolute;
left: 10px;
}
.contest-entries .entry-information .user-link {
font-size: 11px;
font-family: Helvetica;
color: #006699;
font-weight: normal;
text-decoration: none;
}
.contest-entries .entry-information .user-link:hover { text-decoration: underline; }
.contest-entries .entry-handover-action {
    margin: 25px 0 10px 0;
    width: 100%;
}
.contest-entries .entry-handover-action .cta-btn {
    width: 100%;
}
.contest-entries .entry-handover-action .cta-btn .ui-button-text {
    text-align: center;
}
.contest-winning-entries .entry-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.contest-winning-entries h2 {
    padding-bottom: 10px;
}
.contest-shortlist .entry { margin-bottom: 50px; }
.contest-entries .shortlisted .entry-shadow {
border: 1px solid #44B563;
-moz-box-shadow: 0 0 10px #44B563;
-webkit-box-shadow: 0 0 10px #44B563;
box-shadow: 0 0 10px #44B563;
}
.contest-entries .shortlist-control {
font-size: 1.4em;
padding-top: 5px;
margin-left: -3px;
}
.contest-entries .shortlisted-icon { display: none; }
.contest-entries .shortlisted .shortlisted-icon {
height: 16px;
display: block;
padding-left: 20px;
color: #44B563;
background: url('/static/images/icons/tick.png') no-repeat;
line-height: 18px;
margin-top: 5px;
}
.contest-entries .entry-feedback {
display: none;
padding: 0 10px 10px 10px;
}
.contest-entries .entry-feedback .textarea {
width: 175px;
height: 55px;
max-height: 200px;
font-family: Arial;
font-size: 12px;
color: #666666;
margin-bottom: 5px;
border-top: 1px solid #8f8f8f;
border-right: 1px solid #cecece;
border-bottom: 1px solid #e4e4e4;
border-left: 1px solid #cecece;
}
.contest-entries .entry-feedback .error {
border: 2px solid #BD1A00;
}
.contest-entries .entry:target .entry-shadow {
-moz-box-shadow: 0 0 15px #0066FF;
-webkit-box-shadow: 0 0 15px #0066FF;
box-shadow: 0 0 15px #0066FF;
}
.contest-entries .awardedprize .entry-shadow {
border-color: #D1AF2A;
}
.contest-entries .awardedprize .winning-label .winning-text {
left: 10px;
bottom: 3px;
}
.contest-entries .entry.withdrawn .status,
.contest-entries .entry.deletedadmin .status,
.contest-entries .entry.hidden .status,
.contest-entries .entry.fullscreen .fullsize
{
display: block;
opacity: 0.85;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.contest-entries .thumb-anchor {
text-decoration: none;
}
.contest-entries .status {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 200px;
line-height: 140px;
background-color: white;
text-align: center;
font-size: 130%;
display: none;
text-transform: lowercase;
font-weight: bold;
}
.contest-entries .entry-action-undo {
position: absolute;
top: 30px;
left: 0;
width: 100%;
line-height: 140px;
text-align: center;
display: none;
}
.contest-entries .entry-action-undo a {
font-weight: normal;
font-size: 90%;
text-decoration: none;
}
.contest-entries .entry .fullsize {
position: absolute;
top: 69px;
left: 22px;
width: 103px;
color: white;
font-size: 11px;
padding: 6px 5px 5px 27px;
background-color: white;
display: none;
background: #424242 url(/static/images/contests/click-to-view-fullsize.png) left center no-repeat;
}
.contest-entries .entry.eliminated .fullsize,
.contest-entries .entry.withdrawn .fullsize,
.contest-entries .entry.deletedadmin .fullsize
{
background: none;
}
.contest-entry-actions .entry-action-eliminate {
position: relative;
}
.contest-entries .entry-eliminate {
display: none;
position: absolute;
right: -6px;
top: -5px;
}
.contest-entries .entry-elimination .entry-eliminate {
display: block;
z-index: 11;
}
.contest-entries .entry-eliminate-close {
position: absolute;
right: 0;
width: 26px;
height: 20px;
background: #FFFFFF;
border: 1px solid #cccccc;
border-bottom: none;
}
.contest-entries .entry-eliminate-close .inner-text {
display: none;
}
.contest-entries .entry-eliminate-close .entry-eliminate-close-icon {
cursor: pointer;
display: block;
height: 11px;
width: 17px;
margin: 4px;
background: #FFFFFF url(/static/images/modules/contest-entries/actions.png) -155px -14px;
}
.contest-entries .entry-eliminate-options {
width: 85px;
padding: 5px 10px 5px 0;
margin-top: 20px;
background-color: #FFFFFF;
border: 1px solid #cccccc;
}
.contest-entries .entry-eliminate-option {
text-align: right;
}
.contest-entries .entry-eliminate-anchor {
text-decoration: none;
font-weight: normal;
}
.contest-entries .entry-expanded {
z-index: 20;
}
.contest-entries .entry-expanded .entry-shadow {
position: absolute;
}
.contest-entries .entry-expanded .entry-feedback {
display: block;
}
.contest-entries .entry-expanded .contest-entry-actions {
display: none;
}
.contest-entries .contest-entry-actions {
float: right;
padding-top: 4px;
z-index: 11;
}
.contest-entries .contest-entry-actions .contest-entry-action { float: left; margin-right: 3px; padding: 1px; }
.contest-entries .contest-entry-actions .contest-entry-action .contest-entry-action-anchor {
display: block;
text-indent: -9999px;
background: url(/static/images/modules/contest-entries/actions.png);
background-repeat: no-repeat;
height: 11px;
}
.contest-entries .contest-entry-actions .entry-action-award-winner .contest-entry-action-anchor { width: 10px; background-position: 0 -28px; }
.contest-entries .contest-entry-actions .entry-action-award-winner .contest-entry-action-anchor:hover { background-position: 0 -14px; }
.contest-entries .contest-entry-actions .entry-action-withdraw .contest-entry-action-anchor { width: 12px; background-position: -15px -28px; }
.contest-entries .contest-entry-actions .entry-action-withdraw .contest-entry-action-anchor:hover { background-position: -15px -14px; }
.contest-entries .contest-entry-actions .entry-action-delete .contest-entry-action-anchor { width: 10px; background-position: -32px -28px; }
.contest-entries .contest-entry-actions .entry-action-delete .contest-entry-action-anchor:hover { background-position: -32px -14px; }
.contest-entries .contest-entry-actions .entry-action-undelete .contest-entry-action-anchor { width: 13px; background-position: -47px -28px; }
.contest-entries .contest-entry-actions .entry-action-undelete .contest-entry-action-anchor:hover { background-position: -47px -14px; }
.contest-entries .contest-entry-actions .entry-action-destroy .contest-entry-action-anchor { width: 11px; background-position: -65px -28px; }
.contest-entries .contest-entry-actions .entry-action-destroy .contest-entry-action-anchor:hover { background-position: -65px -14px; }
#content .contest-entries .contest-entry-actions .entry-action-like-design,
#content .contest-entries .contest-entry-actions .entry-action-liked-design
{
padding: 1px;
line-height: 1;
border-radius: 2px;
}
#content .contest-entries .contest-entry-actions .entry-action-like-design {
color: #069;
}
#content .contest-entries .contest-entry-actions .entry-action-liked-design {
color: #999;
}
#content .contest-entries .contest-entry-actions .entry-action-like-design:hover {
padding: 1px;
line-height: 1;
border-radius: 2px;
color: #21a6d2;
}
.contest-entries .contest-entry-actions .entry-action-like-design .contest-entry-action-anchor
{
float: left;
width: 14px;
background-position: -175px -28px;
}
.contest-entries .contest-entry-actions .entry-action-liked-design .contest-entry-action-anchor
{
float: left;
width: 14px;
background-position: -175px 0;
cursor: default;
}
#content .contest-entries .contest-entry-actions .like-count {
margin: 1px 1px 0 2px;
float: left;
}
.contest-entries .contest-entry-actions .entry-action-like-design .contest-entry-action-anchor:hover { background-position: -175px -14px; }
.contest-entries .contest-entry-actions .entry-action-report-design .contest-entry-action-anchor { width: 12px; background-position: -81px -28px; }
.contest-entries .contest-entry-actions .entry-action-report-design .contest-entry-action-anchor:hover { background-position: -81px -14px; }
.contest-entries .contest-entry-actions .entry-action-remove-from-folio .contest-entry-action-anchor { width: 15px; background-position: -98px -28px; }
.contest-entries .contest-entry-actions .entry-action-remove-from-folio .contest-entry-action-anchor:hover { background-position: -98px -14px; }
.contest-entries .contest-entry-actions .entry-action-add-to-folio .contest-entry-action-anchor { width: 16px; background-position: -119px -28px; }
.contest-entries .contest-entry-actions .entry-action-add-to-folio .contest-entry-action-anchor:hover { background-position: -119px -14px; }
.contest-entries .contest-entry-actions .entry-action-feedback .contest-entry-action-anchor { width: 11px; background-position: -140px -28px; }
.contest-entries .contest-entry-actions .entry-action-feedback .contest-entry-action-anchor:hover { background-position: -140px -14px; }
.contest-entries .contest-entry-actions .entry-action-eliminate .contest-entry-action-anchor { width: 17px; background-position: -155px -28px; }
.contest-entries .contest-entry-actions .entry-action-eliminate .contest-entry-action-anchor:hover { background-position: -155px -14px; }
.contest-entries .entry.deletedadmin .entry-action-delete,
.contest-entries .entry.withdrawn .entry-action-award-winner,
.contest-entries .entry.withdrawn .entry-action-eliminate,
.contest-entries .entry.withdrawn .entry-action-withdraw,
.contest-entries .entry.eliminated .entry-action-withdraw,
.contest-entries .entry.eliminated .entry-action-award-winner,
.contest-entries .entry.eliminated .entry-action-eliminate,
.contest-entries .entry.isinfolio .entry-action-add-to-folio
{ display: none; }
.contest-entries .entry .entry-action-destroy,
.contest-entries .entry .entry-action-undelete,
.contest-entries .entry .entry-action-unwithdraw,
.contest-entries .entry .entry-action-remove-from-folio { display: none; }
.contest-entries .entry.deletedadmin .contest-entry-action { display: none; }
.contest-entries .entry.deletedadmin .entry-action-destroy { display: block; }
.contest-entries .entry.deletedadmin .entry-action-undelete,
.contest-entries .entry.withdrawn .entry-action-unwithdraw,
.contest-entries .entry.eliminated .entry-action-uneliminate,
.contest-entries .entry.isinfolio .entry-action-remove-from-folio
{ display: block; }
.contest-entries .entry.eliminated .entry-action-uneliminate {
bottom: 0;
font-size: 75%;
line-height: 1;
top: auto;
width: auto;
z-index: 50;
}
.contest-noentries {
margin: 30px 0;
clear: both;
}
.contest-noentries .contest-noentries-heading {
font-size: 20px;
font-weight: bold;
color: #535353;
line-height: 1.5;
}
.contest-noentries .contest-noentries-paragraph {
font-size: 16px;
color: #616B80;
line-height: 1.6;
}
#entry-type-filters { float: left;}
#entry-sort-filters { float: right;}
#entry-filters { padding-bottom: 15px; }
.contest-entries-pagination { padding-bottom: 30px; }
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/contest/entries/report.css
 * @version 4625c4309b2c4a2
 */


.contest-entries-report {
display: none;
}
.contest-entries-report .action-container {
padding-top: 1em;
clear: both;
border-bottom: none;
}
.contest-entries-report .report-accordion .radio {
float: left;
}
.contest-entries-report .report-accordion .report-accordian-label {
padding-top: .25em;
margin-left: 10px;
}
.contest-entries-report .report-accordion .trigger {
clear: both;
margin: 0;
cursor: pointer;
}
.contest-entries-report .report-accordion .trigger * {
cursor: pointer;
}
.contest-entries-report .report-accordion .hr {
border-bottom: 1px dashed #CCCCCC;
height: 1em;
margin-bottom: 1em;
clear: both;
}
.contest-entries-report .report-accordion .hr.first {
height: 0;
}
.contest-entries-report .report-accordion .hr hr {
display: none;
}
.contest-entries-report .report-accordion .sub-fieldset {
margin-left: 15px;
}
.contest-entries-report .report-accordion .sub-fieldset .note {
color: #888888;
font-size: 13px;
}
.contest-entries-report .report-accordion .sub-fieldset .label {
padding-top: 1em;
}
.contest-entries-report .report-accordion .sub-fieldset .label.first {
padding-top: 1.5em;
}
.contest-entries-report .report-accordion .trigger .label {
font-weight: bold;
font-size: 14px;
float: left;
color: #069;
text-decoration: underline;
}
.contest-entries-report .report-accordion .trigger.first {
padding-top: 0;
border-top: none;
}
.contest-entries-report .report-accordion .target {
display: none;
padding-left: 31px;
margin-right: 60px;
clear: left;
}
.contest-entries-report .report-accordion .target .label {
display: block;
font-size: 80%;
}
.contest-entries-report .report-accordion .target p {
display: block;
font-size: 80%;
}
.contest-entries-report .report-accordion .target .text {
width:100%;
}
.ie7 .contest-entries-report .report-accordion .target .text {
margin-left: -13px;
}
.contest-entries-report .report-accordion .target .textarea {
width:100%;
}
.ie7 .contest-entries-report .report-accordion .target .textarea {
margin-left: -13px;
}
.contest-entries-report .action-container {
padding-bottom: 0;
padding-top: 1.5em;
}
.ie7 .contest-entries-report .ui-button.ui-priority-primary {
float: left;
}
.contest-entries-report .conduct-link-msg {
float: right;
color: #999999;
line-height: 1.4;
font-size: 13px;
text-align: right;
}
.contest-entries-report .conduct-link-msg {
float: right;
}
.contest-entries-report .thankyou-message {
display: none;
}
.contest-entries-report .thankyou-message p {
margin-bottom: 1em;
line-height: 1.5;
font-size: 15px;
color: #666;
}
.contest-entries-report .thankyou-message p:last-child {
margin-bottom: 0;
}
.contest-entries-report .report-form .text,
.contest-entries-report .report-form .textarea,
.contest-entries-report .report-form .select,
.contest-entries-report .report-form .option {
font-size: 12px;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
letter-spacing: normal;
}
.contest-entries-report .report-form .text {
line-height: 1.4;
}
.contest-entries-report .report-form .label,
.contest-entries-report .report-form .fieldset-title {
font-weight: bold;
color: #000;
display: block;
font-size: 14px;
}
.contest-entries-report .report-form .label {
margin: 0;
padding: 0 0 0 1em;
}
.contest-entries-report .report-form .fieldset-title {
margin: 0;
padding: 2em 0 0 0;
}
.ie7 .contest-entries-report .report-form .fieldset-title {
position: relative;
left: -8px;
}
.contest-entries-report .report-form .as-field-label {
padding-bottom: .5em;
}
.contest-entries-report .report-form .text {
display: block;
margin: .5em 0;
width: 400px;
padding: 5px;
}
.contest-entries-report .report-form .password {
width: 250px;
float: left;
margin-right: .8em;
}
.contest-entries-report .report-form .select {
margin: .5em 0;
}
.contest-entries-report .report-form .textarea {
margin: .5em 0;
display: block;
width: 400px;
height: 70px;
padding: 5px;
}
.contest-entries-report .report-form .helpful-info {
margin-top: -.5em;
color: #888;
}
.contest-entries-report .report-form .helpful-info p {
margin-bottom: 0;
}
.contest-entries-report .report-form .helpful-info-heading {
color: #888;
margin: 1.5em 0 .5em 0;
}
.contest-entries-report .report-form .fieldset {
display: block;
padding: 0;
}
.contest-entries-report .report-form .fieldset.last {
border-bottom: none;
padding-bottom: .5em;
}
.contest-entries-report .report-form .fieldset-instructions {
margin: 0;
width: 48em;
}
.contest-entries-report .report-form .error .label,
.contest-entries-report .report-form .error.label {
color: #bd1a00;
}
.contest-entries-report .report-form .error .text,
.contest-entries-report .report-form .error.text,
.contest-entries-report .report-form .error .textarea,
.contest-entries-report .report-form .error.textarea {
border: 2px solid #bd1a00;
color: #bd1a00;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.21, rgb(255,255,255)), color-stop(0.84, rgb(255,255,255)), color-stop(1, rgb(252,228,224)));
background-image: -moz-linear-gradient(center bottom, rgb(255,255,255) 21%, rgb(255,255,255) 84%, rgb(252,228,224) 100%);
}
.contest-entries-report .report-form #errors {
background-color: #666;
color: #FFF;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
padding: 15px;
margin: 15px 0;
width: 230px;
}
.contest-entries-report .report-form #errors p {
display: block;
margin: 5px;
}
.contest-entries-report .report-form #errors a:link,
.contest-entries-report .report-form #errors a:visited,
.contest-entries-report .report-form #errors a:active {
color: #FFF;
}
.contest-entries-report .score-warning
{
    margin:  0 4px 25px 4px;
    padding:16px 24px 17px 24px;
    border:1px solid;
    border-color:rgba(0,0,0,0.25) rgba(50,50,50,0.25) rgba(200,200,200,0.2) rgba(50,50,50,0.25);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:inset 0 1px 2px rgba(50,50,50,0.4);
    -webkit-box-shadow:inset 0 1px 2px rgba(50,50,50,0.4);
    box-shadow:inset 0 1px 2px rgba(50,50,50,0.4);
    background:#f60;
    color: white;
    position: relative;
}
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/rating.css
 * @version 4625c4309b2c4a2
 */


@media screen, projection, print {
dd.rating, div.rating, span.rating {
display: block;
height: 17px;
line-height: 17px;
width: 65px;
background-color: #fff;
background-position: right bottom;
background-repeat: no-repeat;
text-align: right;
background: transparent url('/static/images/starssprite.png') no-repeat 0 -100%;
}

.rating label {
display: none;
}
.rating * {
font-size: 90%;
float: left;
}
.rating select {
width: 35px;
}
.rating input.button {
width: 30px;
border: 1px solid #B5B5B5;
padding: 0;
}

.rating a,
.rating .star {
display: block;
float: left;
height: 17px;
width: 13px;
text-align: center;
text-indent: -99999px;
outline: none;
}

.rating.tiny {
background: transparent url('/static/images/star-ratings-tiny.png') no-repeat 0 -100%;
height: 16px;
line-height: 16px;
width: 70px;
}
.rating.tiny a,
.rating.tiny .star {
height: 16px;
width: 14px;
}
dd.rating.small, div.rating.small, span.rating.small {
background: transparent url('/static/images/star-ratings-small.png') no-repeat 0 -100%;
height: 19px;
line-height: 19px;
width: 95px;
}
.rating.small a,
.rating.small .star {
height: 19px;
width: 19px;
}
dd.rating.large, div.rating.large, span.rating.large {
background: transparent url('/static/images/starratings-large.png') no-repeat 0 -100%;
height: 30px;
line-height: 30px;
width: 145px;
}
.rating.large a,
.rating.large .star {
height: 30px;
width: 29px;
}
.coverslip {
background: transparent url(/static/images/coverslip.png) 0% 0% repeat-y;
display: block;
height: 16px;
line-height: 1;
margin: 0;
padding: 0;
position: absolute;
right: 0px;
top: 0px;
width: 85px;
}
}
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/tipsy.css
 * @version 4625c4309b2c4a2
 */


.tipsy { font-size: 0.8em; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 250px; padding: 5px 8px 4px 8px; text-align: center; line-height: 1.2em; }
.tipsy-inner { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.tipsy-arrow { position: absolute; width: 0; height: 0; border: 5px solid transparent; }
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }
.tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow, .tipsy-ne .tipsy-arrow { top: 0; border-top: none; }
.tipsy-s .tipsy-arrow, .tipsy-sw .tipsy-arrow, .tipsy-se .tipsy-arrow { bottom: 0; border-bottom: none; }
.tipsy-n .tipsy-arrow, .tipsy-s .tipsy-arrow { left: 50%; margin-left: -5px; }
.tipsy-nw .tipsy-arrow, .tipsy-sw .tipsy-arrow { left: 10px; }
.tipsy-ne .tipsy-arrow, .tipsy-se .tipsy-arrow { right: 10px; }
.tipsy-e .tipsy-arrow, .tipsy-w .tipsy-arrow { top: 50%; margin-top: -5px; }
.tipsy-e .tipsy-arrow { right: 0; border-right: none; }
.tipsy-w .tipsy-arrow { left: 0; border-left: none; }
.tipsy.orange .tipsy-inner { background-color: #ff5600; }
.tipsy.orange .tipsy-arrow-n { border-bottom-color: #ff5600; }
.tipsy.orange .tipsy-arrow-s { border-top-color: #ff5600; }
.tipsy.orange .tipsy-arrow-e { border-left-color: #ff5600; }
.tipsy.orange .tipsy-arrow-w { border-right-color: #ff5600; }
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/preview.css
 * @version 4625c4309b2c4a2
 */


@media screen, projection, print {
#previewbox {
position: absolute;
z-index: 1010;
}
#previewbox .img-wrapper {
background: #fff url(/static/images/ajax-loader-transparent.gif) no-repeat center center;
padding: 3px;
border: 1px solid #000;
width: 500px;
height: 370px;
display: table-cell;
vertical-align: middle;
text-align: center;
}
#previewbox .img-wrapper[data-loaded] {
background: white;
}
}
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/edge-paginator.css
 * @version 4625c4309b2c4a2
 */


dl.paginator .access-label {
position: absolute;
left: -1000em;
}
dl.paginator
{
text-align: center;
clear:both;
}
dl.paginator .access-label {
    position: absolute;
    left: -1000em;
}
dl.paginator dd, dl.paginator ol, dl.paginator li
{
display: inline;
list-style-type:none;
line-height:1;
}
dl.paginator a,
dl.paginator abbr
{
text-decoration:none;
border:none;
padding:3px 5px;
margin: 0 2px;
}
dl.paginator a:hover
{
background-color: #cce5fe;
}
dl.paginator abbr
{
border: 1px solid #eaeaea;
}
dl.paginator .previous a
{
margin-right:10px;
padding-left:12px;
background:url(/static/images/stock/frontpage/pagination-previousarrow.png) no-repeat 0 50%;
}
dl.paginator .next a
{
margin-left:10px;
padding-right:12px;
background:url(/static/images/stock/frontpage/pagination-nextarrow.png) no-repeat 100% 50%;
}
dl.paginator abbr
{
cursor:default;
}
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/contests-lightbox.css
 * @version 4625c4309b2c4a2
 */

.lightbox-shadow {
background-color: rgba(0,0,0,0.3);
width: 550px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.lightbox-wrapper {
background-color: #fff;
width: 530px;
margin: 10px auto;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
.lightbox-wrapper .lightbox-header {
overflow: hidden;
height: auto;
position: relative;
background:url("/static/images/stock/lightbox-header-bg.png") repeat-x scroll 0 0 #89756d;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.lightbox-header h1 {
font-size: 1.3em;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 7px;
float: left;
clear: left;
width: 400px;
color: #fff;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
font-weight: normal;
}
.lightbox-header a.close-button {
position: absolute;
width: 24px;
height: 22px;
right: 10px;
top: 8px;
background-color: #89756d;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 2px 2px 2px rgba(50,50,50,0.3);
-webkit-box-shadow: inset 2px 2px 2px rgba(50,50,50,0.3);
box-shadow: inset 2px 2px 2px rgba(50,50,50,0.4);
text-decoration: none;
border: 1px solid #918784;
overflow: hidden;
outline: none;
}
.lightbox-header a.close-button:focus {
-moz-outline-style: none;
}
.lightbox-header .close-button span {
position: relative;
background:url("/static/images/contests-lightbox/lightbox-close-x.png") no-repeat scroll 0 0 transparent;
display:block;
height:8px;
margin: 6px 8px;
padding:0;
text-indent:-3000px;
width:8px;
}
.lightbox-wrapper .lightbox-content {
padding: 20px;
}
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/contest-header.css
 * @version 4625c4309b2c4a2
 */


.language-fr.region-fr .contest-status {
font-size: 1em;
}
#contest-status { float: left; }
#contest-title { float: left; max-width: 700px; padding-bottom: 5px; margin-top: -8px; }
#contest-shortlist { padding: 10px 0;}
#contest-menu { padding-top: 7px;  }
#contest-actions-container { position: absolute; right: 5px; bottom: 0;}
#contest-holder-info { margin-bottom: 10px; clear: none; float: none; }
#contest-actions { margin-bottom: 10px; }
#contest-info { position: absolute; right: 0; top: -14px; }
.contest-header {
position: relative;
margin-bottom: 30px;
}
a.seo-link {
color: #464D5C;
}
a.seo-link:hover {
text-decoration: none;
}
.ie7 .contest-header { z-index: 10; }
.contest-header a { text-decoration: none; }
.contest-header a:hover { text-decoration: underline; }
.contest-header ul.breadcrumbs {
font-size: 0.8em;
list-style-type: none;
padding: 5px;
}
.contest-header ul.breadcrumbs li { display: inline; }
.contest-header ul.breadcrumbs li a { padding-left: 5px; }
.contest-header ul.breadcrumbs li:first-child a { padding-left: 0; }
.contest-header .contest-status-box {
color: white;
text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
float: left;
}
.contest-header .rounded-box {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 3.5px 8px 0 8px;
height: 21.5px;
}
.contest-header .editable-element-hover {
background-color: #FFFCCF;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.editable-element-area {
border: 1px solid #c0c0c0;
box-shadow: 1px 1px 1px 1px #d9d9d9 inset;
overflow: auto;
padding: 2px;
resize: vertical;
cursor: text;
margin-bottom: 5px;
padding: 10px 5px 0 5px;
min-height: 80px;
font-family: sans-serif;
}
.editable-element-input {
background-color: white;
border: 1px solid #c0c0c0;
box-shadow: 1px 1px 1px 1px #d9d9d9 inset;
cursor: text;
margin-bottom: 5px;
padding: 5px 5px 0 5px;
min-height: 20px;
font-family: sans-serif;
}
.chars-to-go {
font-size: 12px;
color: #888;
}
.limit-reached {
color: red;
}
.contest-title-wrapper {
position: relative;
}
#contest-title .editable-element {
font-size: 150%;
font-weight: bold;
}
#contest-title.editable-title.state-inline-editing .inline-edit-description {
display: block;
}
#contest-title .inline-edit-description {
display: none;
font-size: 12px;
margin-top: 5px;
color: #888;
line-height: 1.3;
}
.contest-header .inline-button-edit {
padding: 5px 5px 2px;

float: left;
margin-top: -10px;
margin-left: -4px;
font-size: 12px;
display: none;
}
.contest-header .inline-button-edit-hover {
background-color: #FFFCCF;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.contest-header h1 {
padding: 5px;
margin-left: -5px;
margin-bottom: 0;
padding-bottom: 0;
border: 1px solid transparent;
}
.contest-header h1,
.contest-header h1 > * {
line-height: 1.2 !important;
}
.contest-status-info {
font-size: 0.8em;
padding-top: 7px;
clear: both;
}
.stage-margin-1 {
margin-left: 15px;
}
.stage-margin-2 {
margin-left: 40px;
}
.stage-margin-3 {
margin-left: 72px;
}
.stage-margin-4 {
margin-left: 106px;
}
.stage-margin-99 {
margin-left: 5px;
}
.inline-button-cancel {
margin: 5px 5px 5px 0;
}
.inline-button-save {
margin: 5px 5px 5px 0;
}
.contest-status {
font-size: 1.1em;
}
.floating-status {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
height: 24px;
padding-right: 10px;
margin-left: 10px;
float: left;
border: 1px solid #cecece;
background: #39b54a;
}
.contest-status-locked, .contest-status-held, .contest-status-refunded, .contest-status-deleted {
background: #BD1A00;
}
.contest-status-in-handover {
background: #ff5600;
}
.contest-status-completed, .contest-status-winner-selected {
background: #39b54a;
}
.contest-stage-tooltip .stage-title {font-weight: bold; }
.contest-status h2.contest-status-header {
font-size: 0.8em;
text-transform: uppercase;
float: left;
margin-left: 10px;
}
.contest-status .sub-info {
text-transform: uppercase;
padding-right: 12px;
font-size: 0.55em;
margin-left: 10px;
margin-top: 7px;
float: left;
}
.contest-stage {
float: left;
height: 24px;
}
.contest-stage-middle {
border-bottom: 1px solid #cecece;
border-top: 1px solid #cecece;
}
.first-stage .current-stage,
.first-stage .stage {
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
border-left: 1px solid #cecece;
border-top: 1px solid #cecece;
border-bottom: 1px solid #cecece;
}
.last-stage .current-stage,
.last-stage .stage {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
border-right: 1px solid #cecece;
border-top: 1px solid #cecece;
border-bottom: 1px solid #cecece;
}
.current-stage {
height: 100%;
max-width: 700px;
position: relative;
margin-left: -8px;
padding-left: 5px;
}
.prev-stage {
margin-right: 15px;
}
.contest-stage-number {
padding-right: 16px;
padding-left: 8px;
text-shadow: white 0 1px 0;
font-size: 1em;
}
.first-stage .contest-stage-number { padding-left: 12px; }
.last-stage .contest-stage-number { padding-right: 12px; }
.current-stage-orange { background: #ff5600; }
.current-stage-red { background: #BD1A00; }
.current-stage-green { background: #39b54a; }
.orange { color: #ff5600; }
.orange a { color: #ff5600; text-decoration: underline; }
.red { color: #BD1A00; }
.green { color: #39b54a; }
.contest-status div.stage {
float: left;
color: #747b88;
background: #eaeaea;
text-shadow: white 0 1px 0;
height: 24px;
cursor: help;
}
.first-stage .current-stage { margin-left: 0; }
.right-edge, .left-edge {
width: 7px;
height: 100%;
position: absolute;
}
.left-edge { left: 0; }
.right-edge { right: 0; }
.current-stage .left-edge { background: url('/static/images/contests/contest-status-edges.png') no-repeat 0 0; }
.first-stage .current-stage .left-edge { background: none; }
.current-stage .right-edge { background: url('/static/images/contests/contest-status-edges.png') no-repeat -7px 0; }
.last-stage .current-stage .right-edge { background: none; }
.contest-status div.divider {
background: #eaeaea url('/static/images/contests/divider.png') no-repeat right;
}
.contest-status div.contest-status-info a {
color: white;
}
.tooltip-items li {
text-align: left;
padding: 1px 0;
line-height: 1.2;
}
.contest-info .contest-info-icons {
font-size: 1.2em;
margin: 5px 0;
}
.contest-info .contest-info-tooltip,
#primary-prize-tooltip,
#shortlist-pool-tooltip {
display: none;
}
.contest-info-tooltip p {
padding-bottom: 3px;
text-align: right;
}
#contest-guaranteed {
text-transform: lowercase;
text-align: right;
display: block;
}
#contest-guaranteed,
#prize-breakdown {
font-size: 0.6em;
font-weight: bold;
color: #888;
}
#primary-prize {
background: url('/static/images/contest-header/primary-prize-icon.png') no-repeat left 45%;
padding-left: 13px;
margin-right: 1em;
vertical-align: baseline;
}
#shortlist-pool {
background: url('/static/images/contest-header/shortlist-pool-icon.png') no-repeat left 45%;
padding-left: 18px;
vertical-align: baseline;
}
.contest-info .contest-info-badges {
float: right;
background: #eaeaea;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: inset 1px 1px 1px #80848e;
-webkit-box-shadow: inset 1px 1px 1px #80848e;
box-shadow: inset 1px 1px 1px #80848e;
padding: 6px 16px 6px 8px;
margin-right: -8px;
}
#contest-info .contest-info-badges li.badge {
height: 1em;
float: left;
position: relative;
}
li.badge { margin: 0 5px; }
li.badge a {
display: block;
text-indent: -9999px;
background: url('/static/images/contest-badge-sprite.png') no-repeat top left;
height: 100%;
}
li.blind-badge a {
background-position:0 0;
width: 26px;
}
li.private-badge a {
background-position: -26px 0;
width: 16px;
}
.contest-info .contest-prize {
float: right;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
position: relative;
background-repeat: no-repeat;
border-style: solid;
border-width: 1px;
}
.contest-info .contest-prize .currency {
font-size: 0.5em;
vertical-align: top;
padding-right: 5px;
padding-top: 1px;
float: left;
}
.prize-outer {
padding: 5px 8px;
background-image: url('/static/images/contest-header/Prize-area-gradient.png');
background-position: -5px -15px;
}
.contest-info .contest-prize .prize-upgrade {
width: 15px;
height: 15px;
border-radius: 15px;
color: #228EAF;
background-color: white;
border: #B3B3B3 2px solid;
font-size: 15px;
font-weight: bold;
text-align: center;
font-family: arial;
vertical-align: top;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}
.contest-info .contest-prize.contest-package-bronze .prize-upgrade {
border-color: #A36C19;
}
.contest-info .contest-prize.contest-package-silver .prize-upgrade {
border-color: #888;
}
.contest-info .contest-prize.contest-package-gold .prize-upgrade {
border-color: #D19423;
}
.contest-info .contest-prize span.prize-amount {
vertical-align: top;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
font-weight: bold;
}
.contest-package-custom {
background: #eaeaea;
border-color: #ebebeb;
color: #5f5f5f;
}
.contest-package-platinum {
background-color: #efeeed;
border-color: #dfdedd;
color: #5E5E5E;
background-image: -webkit-linear-gradient(top, #ffffff, #efeeed 30%);
background-image: -moz-linear-gradient(top, #ffffff, #efeeed 30%);
background-image: -ms-linear-gradient(top, #ffffff, #efeeed 30%);
background-image: -o-linear-gradient(top, #ffffff, #efeeed 30%);
}
.contest-package-gold {
background-color: #DFB328;
background-image: -webkit-linear-gradient(top, #e8d430, #DFB328);
background-image: -moz-linear-gradient(top, #e8d430, #DFB328);
background-image: -ms-linear-gradient(top, #e8d430, #DFB328);
background-image: -o-linear-gradient(top, #e8d430, #DFB328);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8d430), to(#DFB328));
border-color: #E9CD2D;
color: #8E731A;
}
.contest-package-silver {
background-color: #aeaeae;
background-image: -webkit-linear-gradient(top, #c2c2c2, #AEAEAE);
background-image: -moz-linear-gradient(top, #c2c2c2, #AEAEAE);
background-image: -ms-linear-gradient(top, #c2c2c2, #AEAEAE);
background-image: -o-linear-gradient(top, #c2c2c2, #AEAEAE);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c2c2c2), to(#AEAEAE));
border-color: #aeaeae;
color: #5E5E5E;
}
.contest-package-bronze {
background-color: #d08a20;
background-image: -webkit-linear-gradient(top, #dfa331, #d08a20);
background-image: -moz-linear-gradient(top, #dfa331, #d08a20);
background-image: -ms-linear-gradient(top, #dfa331, #d08a20);
background-image: -o-linear-gradient(top, #dfa331, #d08a20);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfa331), to(#d08a20));
border-color: #d08920;
color: #8b6111;
}
#contest-user-message:before { right: 20px; }
#contest-user-message:after { right: 21px; }
.contest-info {
position: relative;
}
.contest-holder-info {
text-align: left;
font-size: .7em;
vertical-align: normal;
line-height: 16px;
position: relative;
}
.contest-holder-info a { font-weight: normal; }
.contest-holder-category {
padding-top: 7px;
line-height: 1.5;
color: #616B80;
font-size: .7em;
}
.contest-holder-category a {
color: #616B80;
}
.contest-holder-info-tooltip li {
text-align: right;
padding-bottom: 3px;
}
.contest-holder-tooltip .tipsy-inner { max-width: 700px; }
.contest-holder-info .contest-holder-info-tooltip { display: none; }
#current-stage-tooltip { display: none; }
#stage-1-tooltip { display: none; }
#stage-2-tooltip { display: none; }
#stage-3-tooltip { display: none; }
#stage-4-tooltip { display: none; }
#stage-5-tooltip { display: none; }
#stage-6-tooltip { display: none; }
.contest-navigation { font-size: 0.9em; margin-top: 10px; }
#contest-tabs .icon {
background: url(/static/images/contest-header/actions-sprite.png) no-repeat 0 0;
width: 17px;
height: 15px;
display: block;
margin-right: 5px;
}
#contest-tabs-entries-tab .label,
#contest-tabs-handover-tab .label
{ font-weight: bold; }
#contest-tabs-overview-tab .icon,
#contest-tabs-welcome-tab .icon,
#contest-tabs-polls-tab .icon,
#contest-tabs-presentations-tab .icon,
#contest-tabs-handover-tab .icon
{ display: none; }
#contest-tabs-entries-tab .icon { background-position: -2px -207px; }
#contest-tabs-entries-tab.current-tab .icon { background-position: -27px -207px; }
#contest-tabs-designers-tab .icon { background-position: -3px -180px; }
#contest-tabs-designers-tab.current-tab .icon { background-position: -28px -180px; }
#contest-tabs-brief-tab .icon { background-position: 0px -155px; }
#contest-tabs-brief-tab.current-tab .icon { background-position: -25px -155px; }
#contest-tabs-watchers-tab .icon { background-position: -3px -31px; }
#contest-tabs-watchers-tab.current-tab .icon { background-position: -28px -31px; }
.tabs-component .tab-menu .icon,
.tabs-component .tab-menu .label,
.tabs-component .tab-menu .info {
float: none;
vertical-align: middle;

display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline;
}
#contest-tabs-presentations-tab .label {
position: relative;
}
#contest-tabs-presentations-tab .bubble {
position: absolute;
top: -2px;
left: 0;
padding: 2px 5px;
font-size: 10px;
vertical-align: middle;
color: #fff;
margin: 0 5px 0 0;
border-radius: 4px;
border: none;
cursor: pointer;
background: #ff5600;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff5600), color-stop(100%, #e24b00));
background-image: -webkit-linear-gradient(top, #ff5600,#e24b00);
background-image: -moz-linear-gradient(top, #ff5600,#e24b00);
background-image: -o-linear-gradient(top, #ff5600,#e24b00);
background-image: linear-gradient(top, #ff5600,#e24b00);
}
#contest-tabs-presentations-tab .tab-copy {
margin-left: 38px;
}
#contest-tabs-presentations-tab .bubble::-moz-focus-inner {
padding: 0;
border: 0
}
#contest-actions-show-help {
font-weight: bold;
}
#contest-actions-show-help > a .icon {
display: none;
}
#contest-actions-show-help.help-visible {
display: none;
}
#contest-actions-contest-options { margin-left: 0; }
#contest-actions-contest-options > a .icon {
width: 17px;
height: 18px;
background: url('/static/images/contest-tab-sprites.png') no-repeat 0px -60px;
float: left;
margin-top: 2px;
}
#contest-actions-contest-options > a .label { padding-left: 2px; padding-right: 5px; float: left; margin-top: 4px;}
#contest-actions-contest-options > a .info {
width: 6px;
height: 18px;
background: url('/static/images/contest-tab-sprites.png') no-repeat -6px -75px;
float: left;
margin-top: 2px;
}
.contest-help-component {
margin: 10px 0 20px 0;
}
#content .contest-help-component p {
line-height: 1.3;
}
#content .contest-help-component .content .help-item-list li {
line-height:1.3;
}
#contest-actions-share-facebook { margin-left: 0; }
#contest-actions-share-facebook,
#contest-actions-share-facebook a,
#contest-actions-share-twitter,
#contest-actions-share-twitter a {
margin-right:0;
padding-left: 0;
padding-right: 0;
}
#contest-actions-share-facebook .label,
#contest-actions-share-twitter .label {
display: none;
}
#contest-actions-report-contest .label { color: #999999; float: left; margin-bottom: 4px; }
#contest-actions-report-contest .icon {
background: url(/static/images/modules/contest-entries/actions.png) no-repeat -81px -26px;
width: 12px;
height: 16px;
float: left;
margin-right: 5px;
}
#contest-actions-contest-admin { font-weight: bold; }
.contest-actions {
font-size: .7em;
}
.contest-actions-list {
border-left: #ccc 1px solid;
margin-left: 10px;
padding-left: 10px;
}
#contest-actions .contest-actions-list-item {
line-height: 1;
}
.contest-actions-list-item {
margin-right: 14px;
}
#contest-actions-share-twitter { margin-right: 7px; }
#contest-actions-contest-options {
display: none;
}
.contest-actions-list-item .icon {
background: transparent url(/static/images/contest-header/actions-sprite.png) no-repeat 0px 0px;
width: 16px;
height: 16px;
margin-right: 5px;
float: none;
}
.contest-actions-list-item,
.contest-actions-list-item .anchor,
.contest-actions-list-item .icon,
.contest-actions-list-item .contest-actions-list-item-title {
vertical-align: middle;
}
.contest-actions-list-item .contest-actions-list-item-title {
margin-right: 5px;
}
.ie7 .contest-actions-list-item .icon,
.ie7 .contest-actions-list-item .anchor,
.ie7 .contest-actions-list-item .contest-actions-list-item-title {
height: 20px;
float: left;
}
#contest-actions-share-facebook .icon {
margin-left: 0;
background-position: -5px -276px;
}
#contest-actions-share-twitter .icon {
background-position: -5px -301px;
}
#contest-actions-submit-design .icon {
background-position: -4px -5px;
}
#contest-actions-watch-contest .icon,
#contest-actions-unwatch-contest .icon {
background-position: -4px -29px;
}
#contest-actions-upgrade-contest .icon {
background-position: -3px -55px;
}
#contest-actions-guarantee-prize .icon {
background-position: -4px -79px;
}
#contest-actions-extend-contest .icon {
background-position: -4px -228px;
}
#status.pendingpayment {
font-size: 110%;
margin: 20px 0;
position: relative;
padding: 20px 10px;
background-color: #FFE4E5;
border: 2px solid #ea3f1c;
font-weight: bold;
}
#status p {
padding-left: 43px;
}
#status .icon {
background: transparent url(/static/images/status-sprites.gif) no-repeat 0 -56px;
display: block;
overflow: hidden;
position: absolute;
top: 19px;
left: 17px;
width: 28px;
height: 28px;
margin: 0;
padding: 0;
border: none;
}
#contest-actions-resume-contest a {
color: #BD1A00;
font-weight: bold;
}
#contest-onhold-info-modal p {
margin-bottom: 1em;
}
#contest-onhold-info-modal span.info {
font-size: small;
color: #999;
font-style: italic;
}
.contest-holder-badge .user-badge--pro {
font-size: 0.9em;
padding: 0.3em 0.8em;
margin-left: 5px;
}
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/user-badges.css
 * @version 4625c4309b2c4a2
 */


.designer-badge {
position: relative;
bottom: 3px;
background-image: url('/static/images/contest-header/Prize-area-gradient.png');
background-position: -5px -20px;
width: 45px;
margin: 2px 5px 2px 10px;
padding: 2px 10px;
border-radius: 5px;
font-size: 10px;
text-align: center;
cursor: help;
}
.designer-badge-top {
background-color: #efeeed;
border: 1px solid #efeeed;
color: #5E5E5E;
}
.designer-badge-gold {
background-color: #DFB328;
border: 1px solid #E9CD2D;
color: #8E731A;
}
.user-badge {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  padding-left: 0.4em;
  padding-right: 0.4em;
  min-width: 1.36em;
  cursor: help;
}
.user-badge--pro {
  background: #2673b0;
}
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/contest-winner.css
 * @version 4625c4309b2c4a2
 */


.contest-winner-section {
margin-top: 30px;
font-size: 0; 
}
.contest-winner-section .col1 {
display: inline-block;
width: 380px;
}
.contest-winner-section .winner-graphic {
display: inline-block;
margin-right: 30px;
}
.contest-winner-section .winner-graphic .image-container {
padding: 15px;
-moz-box-shadow: 0px 0px 10px #d1d1d1;
-webkit-box-shadow: 0px 0px 10px #d1d1d1;
box-shadow: 0px 0px 10px #d1d1d1;
display: inline-block;
margin-bottom: 8px;
}
.contest-winner-section .winner-graphic .image-container img {
display: block;
}
.contest-winner-section .winner-graphic .winner-ribbon {
position: absolute;
display: block;
top: 25px;
left: -6px;
color: #FFFFFF;
text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0px;
}
.contest-winner-section .winner-graphic .winner-ribbon {
font-size: 16px;
}
.contest-winner-section .winner-graphic .winner-ribbon .tiling {
padding: 10px 35px 10px 20px;
height: 40px;
float: left;
background: transparent url(/static/images/contests/winner-ribbon-tiling.png) no-repeat top right;
}
.contest-winner-section .winner-graphic .winner-ribbon .wrapping {
width: 6px;
height: 40px;
float: left;
background: transparent url(/static/images/contests/winner-ribbon-wrapping.png) no-repeat top left;
}
.contest-winner-section .winning-graphic-info {
position: relative;
margin-bottom: 35px;
}
.contest-winner-section .winning-graphic-info .won-by {
position: absolute;
top: 0;
right: 0;
font-size: 12px;
line-height: 1.3;
color: #999999;
margin-right: 20px;
}
.contest-winner-section .winning-graphic-info .won-by .displayname {
font-weight: bold;
}
.contest-winner-section .winning-graphic-info .won-by img {
position: absolute;
top: -2px;
right: -20px;
}
.contest-winner-section .col2 {
display: inline-block;
width: 560px;
vertical-align: top;
}
.contest-winner-section .contest-info .heading {
font-size: 30px;
font-family: 'ProximaNova';
color: #464d5c;
line-height: 1.2;
font-weight: bold;
margin: 0 12px 20px 0;
padding-top: .5em;
}
.contest-winner-section .contest-info.small .heading {
font-size: 36px;
}
.contest-winner-section .contest-info.large .heading {
font-size: 42px;
}
.contest-winner-section .contest-info .summary {
color: #464d5c;
line-height: 1.5;
font-size: 18px;
margin-bottom: 1em;
}
.contest-winner-section .contest-info.small .summary {
font-size: 24px;
}
.contest-winner-section .contest-info.large .summary {
font-size: 30px;
margin-bottom: 0;
}
.contest-winner-section .contest-info .testimonial {
color: #999999;
line-height: 1.5;
font-size: 16px;
font-style: italic;
margin-bottom: 1em;
padding-left: 20px;
background: url(/static/images/contests/quotes.png) 0 0 no-repeat
}
.contest-winner-section .contest-info .testimonial .text {
background: url(/static/images/contests/quotes.png) right -200px no-repeat;
padding-right: 20px;
}
.contest-winner-section .contest-info .testimonial .signature {
font-size: 11px;
}
.contest-winner-section .contest-info .share {
margin-top: 2em;
margin-right: 30px;
}
.cta-section {
background: #fff url("/static/images/shared/gradient-bg.png") no-repeat 0 0;
margin-bottom: 35px;
}
.cta-section .cta-msg {
display: inline-block;
width: 636px;
font-size: 20px;
color: #464d5c;
margin-top: 40px;
line-height: 1.5;
}
.cta-section .cta-btn-section,
.contest-winner-section #register-casestudy {
display: inline-block;
width: 284px;
text-align: right;
vertical-align: top;
margin-top: 45px;
}
#content .cta-section p.result {
font-family: 'FeltTipRomanRegular';
color: #ff5500;
font-size: 24px;
width: 200px;
text-align: center;
display: inline-block;
margin-top: -17px;
}
.contest-winner-section #register-casestudy fieldset {
text-align: right;
}
.ie7 .contest-winner-section .col1,
.ie7 .cta-section .cta-msg,
.ie7 .cta-section .cta-btn-section {
float: left;
}
.ie7 .cta-section {
height: 140px;
clear: both;
position: relative;
}
.ie7 .cta-section .cta-btn-section {
position: relative;
}
.ie7 .cta-section .cta-btn {
position: absolute;
top: 0;
left: 0;
}
.ie7 .contest-winner-section .winner-graphic .image-container,
.ie8 .contest-winner-section .winner-graphic .image-container {
border: 1px solid #d1d1d1;
width: 320px;
padding: 14px;
}
.ie7 .contest-winner-section .winner-graphic .winner-sash,
.ie8 .contest-winner-section .winner-graphic .winner-sash {
left: 276px;
}
.ie7 .cta-section {
margin-top: 1em;
}
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/sharing-buttons.css
 * @version 4625c4309b2c4a2
 */


.button--facebook {
border-color: #4873a8;
background-image: -moz-linear-gradient(top, #a2b8d3, #4873a8);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #a2b8d3),color-stop(1, #4873a8));
text-shadow: #4873a8 0 -1px 0px;
background-color: #4873a8;
}
.button--facebook:hover {
background-image: -moz-linear-gradient(top, #7e9cc2, #4873a8);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7e9cc2),color-stop(1, #4873a8));
cursor: pointer;
border-color: #4873a8;
}
.button--facebook::before {
background: url(/static/images/socialid-verify-icons.png) no-repeat 0px 0px;
}
.button--large.button--facebook::before {
background: url(/static/images/socialid-verify-icons-large.png) no-repeat 6px 0px;
}
.button--twitter {
border-color: #46afd6;
background-image: -moz-linear-gradient(top, #a1d6ea, #46afd6);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #a1d6ea),color-stop(1, #46afd6));
text-shadow: #46afd6 0 -1px 0px;
background-color: #46afd6;
}
.button--twitter:hover {
background-image: -moz-linear-gradient(top, #7cc7e2, #46afd6);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7cc7e2),color-stop(1, #46afd6));
border-color: #46afd6;
}
.button--twitter::before {
background: url(/static/images/socialid-verify-icons.png) no-repeat 0px -34px;
}
.button--large.button--twitter::before {
background: url(/static/images/socialid-verify-icons-large.png) no-repeat 6px -39px;
}
.button--facebook,
.button--twitter {
padding: .5em 1em .5em 3.1em;
position: relative;
}
.button--facebook::before,
.button--twitter::before {
display: block;
content: " ";
position: absolute;
top: 5px;
left: 5px;
width: 25px;
height: 25px;
}
.button--large.button--facebook,
.button--large.button--twitter {
font-size: 20px;
}
.button--large.button--facebook::before,
.button--large.button--twitter::before {
top: 2px;
left: 0;
width: 45px;
height: 39px;
}
/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/modules/contest-header-overrides.css
 * @version 4625c4309b2c4a2
 */

.contest-header h1 {
}
