#counts {
    padding-bottom: 40px;
}

#counts .number {
    margin-bottom: 12px;
}

#reports .box {
    min-height: 240px !important;
}

#reset {
    font-family: 'Lato', sans-serif;
  	font-weight: 700;
    font-size: 16px;
}

.filter {
    display: block;
    float: left;
    margin-right: 28px;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
  	font-weight: 700;
    margin-top: 10px;
}

.filter.active {
    cursor: auto;
}

.filter:hover {
    opacity: 0.7;
    color: #f89c57; /* fix this, don't know where the hover color is coming from */
}

.filter.active:hover {
    color: #005581;
    opacity: 1;
}

#judgefilters {
    height: 50px;
}

.star, .stardud {
    background-image: url(../../img/v2/starempty.png);
    width: 36px;
    height: 35px;
    display: block;
}

.star.active {
    background-image: url(../../img/v2/starfull.png);
}

.star.active:hover {
    opacity: 0.7;
}

.stargrey24{
    background-image: url(../../img/v2/stargrey24.png);
      width:24px;
    height: 24px;
    display: block;
}

.stargrey24.active{
    background-image: url(../../img/v2/starorange24.png);
    width: 24px;
    height: 24px;
    display: block;
}

.pencildud {
    background-image: url(../../img/v2/pencil.png);
    width: 40px;
    height: 40px;
    display: block;
}

.firstaction:hover, .secondaction:hover {
    opacity: 1.0;
}

.star {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}

.stardud {
    display: inline-block !important;
    cursor: auto;
}

.mynotes {
    display: inline-block;
}

.mynotes {
    float: none;
    margin-left: 20px;
}

.dashboard #createentry {
    width: 224px;
}
.dashboard #import {
    width: 224px;
}

.dashboard #checkout {
    width: 150px;
}
/* all dashboard css should be transfered here */

.dashboard #entries{
	margin-bottom:40px;
}

#entries .column3 {
    margin-right: 0px;
}

#entries .entry .name, #entries .event .name {
    font-size: 16px;
    line-height: 16px;
    height: 70px;
    width: 100%;
    color: #005581;
    margin-top: 15px;
}

#entries .entry img {
    width: 100%;
}

#entries.entry .name .entry-classification {
    margin-top: 10px;
}

#entries .entry .name .entry-classification, #entries .entry .name .entry-category {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 16px;
    white-space: nowrap;
    line-height:16px;
    margin-bottom:2px;
}

#entries .entry .name a {
    text-decoration: none;
    width: 242px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 18px;
    white-space: nowrap;
}

#entries .entry .status {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
	font-weight: 700;
    float: right;
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: bold;
}

#entries .entry .entryid {
    color: #939598;
    float: left;
    /*width: 70px;*/
    margin-top: 5px;
    font-weight: bold;
    font-size: 16px;
}

#entries.entry .image, #entries .event .image {
    height: 180px;
    background-color: black;
    position: relative;
}

#entries .entry {
    margin-bottom: 40px;
}

#entries .entry .box {
    position: relative;
    padding: 10px;
    height: 370px;
}

#entries .entry .firstaction {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 36px;
    text-indent: -9999px;
    z-index: 1000;
    cursor: pointer;
}

#entries .entry .secondaction {
    position: absolute;
    top: 36px;
    right: 0px;
    height: 36px;
    width: 36px;
    text-indent: -9999px;
    z-index: 1000;
    cursor: pointer;
}

#entries .entry .add {
    background-image: url(../../img/v2/shopping24.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#entries .entry .remove {
    background-image: url(../../img/v2/delete24.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#entries .entry .gear {
    background-image: url(../../img/v2/gear24.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.voted {
    background-image: url(../../img/v2/voted24.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.notvoted {
    background-image: url(../../img/v2/notvoted24.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.dashboard .entry .scored {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: white;
    text-align: center;
    padding: 5px 10px;
}

#entries .entry .scored .roundtype {
    color: white;
}

#entries .entry .type {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    width: 40px;
    text-indent: -9999px;
    z-index: 1000;
    font-family: "Lato Bold";
}

#entries .entry .bottomicons .icon {
    margin-top: 15px;
}

#entries .entry .bottomicons .button {
    margin-top: 10px;
}

#downloadablereports #submit {
    float: left;
    margin-right: 0px;
}

#downloadablereports .infobubble {
    float: left;
}

#keywordsearch {
    margin-bottom: 0px;
}

#keywordsearch #submit {
    float: left;
}

.iconvideo {
    background-image: url(../../img/v2/video24.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.iconaudio {
    background-image: url(../../img/v2/audio24.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.iconurl {
    background-image: url(../../img/v2/url24.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.iconimage {
    background-image: url(../../img/v2/image24.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icondocument {
    background-image: url(../../img/v2/document24.png);
    background-position: center center;
    background-repeat: no-repeat;
}

/* progress by judges */
.percentage {
    height: 40px;
    width: 100%;
    background-color: #f3f7d5;
}

.percentage .progressnumber {
    height: 40px;
    width: 18%;
    line-height: 40px;
    text-align: center;
    color: white;
    float: left;
}

.percentage .progressbar {
    float: left;
    width: 82%;
}

.percentage .progressbarprogress {
    background: url("../../img/v2/progressbaryellowgreen.png");
    height: 40px;
}
.totalprogress{
    padding-right:4%;
}

.totalprogress .progressnumber {
    width: 15%;
    float: left;
    margin-right: 15px;
}

.totalprogress .progressbarprogress {
    background: url("../../img/v2/progressbaryellowgreen.png");
    height: 40px;
}

.totalprogress .progressbar {
    width: 80%;
    float: left;
    background-color: #f3f7d5;
    height: 40px;
}

#rounds button {
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#rounds button.all {
    text-align: center !important;
}

#rounds button:last-child {
    margin-right: 0px;
}

#rounds button.lightgreyborder {
    cursor: default;
}

#rounds button.active {
    background: #c1d82f !important;
    border: 1px solid #c1d82f !important;
    color: white !important;
}

#entrants {
    background: url('../../img/v2/facegrey50.png') no-repeat;
    padding-left: 60px;
    float: left;
    margin-left: 10px;
}

#sales {
    background: url('../../img/v2/dollargrey50.png') no-repeat;
    padding-left: 60px;
    float: left;
    margin-left:10px;
}

.thumbsupactive {
    background: url('../../img/v2/thumbsupwhite20.png') no-repeat;
    width: 49px;
    height: 22px;
    padding-left: 25px;
    width: 100%;
    padding-top:4px;
}

.thumbsdownactive {
    background: url('../../img/v2/thumbsdownwhite20.png') 0 4px no-repeat;
    width: 49px;
    height: 22px;
    padding-left: 25px;
    width: 100%;
}


#entries .stardud, #entries .pencil{
    display:inline-block;
    margin:0px 5px;
}

.instruction{
    line-height:35px;
 	height:35px;
}

.instruction div{
    display:inline-block;
    line-height:35px;
    vertical-align:top;
	margin:0;
}


