#loginheader
{
	height: 40px;
    background: #282828;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}
body,html
{
	margin: 0px;
    background: #003042;
    padding: 20px 0px 40px 0px;
    position: relative;
    font-size: 14px;
}
#site
{
	max-width:800px;
}
#footer
{
	height: 40px;
    background: #282828;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.site-header
{
	max-width:565px;
	width:100%;
	padding-top:23px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td
{
	border-top:none;
	color:#FAFAFA;
	padding:3px;
	line-height  : 15px;
}
.category-header img
{
	width:100%;
}
.category-container
{
	margin-bottom:40px;
	min-height:320px;
	position:relative;
}
@media (min-width: 768px)
{
	.category-container
	{
		margin-left:10%;
	}
}
.category-container.category-voted
{
	pointer-events:none;
}
.category-container tr .entry-title
{
	-webkit-transition: color 350ms ease;
	-moz-transition: color 350ms ease;
	-ms-transition: color 350ms ease;
	-o-transition: color 350ms ease;
	transition: color 350ms ease;
	color:#FFF;
}
.btn-vote{
	-webkit-transition: opacity 350ms ease;
	-moz-transition: opacity 350ms ease;
	-ms-transition: opacity 350ms ease;
	-o-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
}
.category-container.category-voted tr.user-vote-row .entry-title
{
	color: #91dc5a;
}

a,
a:hover,
a:focus{
	color: #FFF !important;
	
}

.category-voting 
{
	width: 100%;
	margin-top:20px;
	display:block;
}
.category-voting button{
	margin:0px auto;
}
.fancybox-nav {
    width: 60px;       
}

.fancybox-nav span {
    visibility: visible;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}
a.fancybox
{
	color: #FFF;
    position: relative;
    width: 100%;
    display: block;
}
a.fancybox img{
	position: absolute;
    right: -30px;
}
.category-entries-table
{
	margin:10px 0px;
}
.btn-block
{
	max-width:250px;
}
.parsley-errors-list{
	list-style: none;
    padding: 0px;
}
.parsley-errors-list .parsley-required{
	color:#FFF;
	margin:5px 0px;
}
.white-label{
	color:#FFF;
}

input[type=radio].css-radio {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-radio + label.css-radio-label {
	height: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    position: relative;
}

input[type=radio].css-radio:checked + label.css-radio-label {
	background-position: 0 -30px;
}
input[type=checkbox].css-radio {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-radio + label.css-radio-label {
	height: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    position: relative;
}

label.css-radio-label .radio-label-text{
	padding-left: 21px;
    display: table-cell;
    vertical-align: middle;
	line-height: 16px;
    height: 30px;
}

input[type=checkbox].css-radio:checked + label.css-radio-label {
	background-position: 0 -30px;
}
label.css-radio-label {
	background-image:url('/sarfbcomp/img/csscheckbox.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.entry-desc-container{
	margin-top:-10px;
}
.entry-desc-container .entry-desc{
	padding-left:40px;
	display: -webkit-box;
}
@media screen and (max-width: 480px) {
	.category-header{
		text-align: center;
	}
	.category-voting{
		max-width: 250px;
		margin: auto;
	}
}
.category-header-img{
	margin:0px auto;
}

#confirm-modal .category-header-img{
	width:100%;
	margin:0px auto;
}

#confirm-modal .lead{
	margin-top: 20px;
    background: darkred;
    color: #FFF;
    padding: 10px 0px;
    font-weight: 400;
}