.container.main{
	padding-top: 5em;
}
.right.floated{
	float: right;
}
.left.floated{
	float: left;
}
.clearLeft{
	clear: left;
}
.header.item.logo{
	width:250px;
}
.logo{
	padding-right:5px;
}
.floatRight{
	float:right;
}
.ui.grid .ui.main-container{
	margin: 0 auto;
}
.error{
	color: red;
}
#record-container .record-date{
	width: 88px;
    padding-top: 7px;
}
#add_record_history{
	float:right;
}
#records{
  	margin-bottom: 10px;
}

.ui.selection.dropdown{
	word-wrap: normal;
}

/* make the input fields a little wider */
.hide{
	display: none!important;
}
.invisible{
	visibility: hidden;
}
#main_form{
	display:none;
}
#main_header{
	height:80px;
}

/* Override Semantic UI styles */
.ui.dropdown .menu>.item, .ui select{
	font-size: .77rem
}
.ui.fixed.menu{
	z-index: 999999;
}
.ui select{
	font-size: 1rem;
}

.pointing.menu .toc.item {
    display: none;
}

@media only screen and (max-width: 700px) {
	.ui.fixed.menu {
	  display: none !important;
	}
	.pointing.menu .item,
	.pointing.menu .menu {
	  display: none;
	}
	.pointing.menu .toc.item {
	  display: block;
	}
	.large-screen{
		display: none!important;
	}
}

.ui.menu .item{
	font-weight: bold !important;
	font-size: 1.2em;
	position: unset;
}

/* readonly styles */
.print-only{
	display: none;
}
.readonly-heading{
	text-align: center;
    line-height: 1.3em;
	margin-bottom: 2em;
}
.readonly-heading h2{
	margin-top:.5em;
}
.disclaimer{
	font-style: italic;
	text-align: center;
	font-size: .6em;
	clear: both;
	padding-top: 10px;
}
.hide-off-screen{
	visibility: hidden;
	height: 1px;
    overflow: hidden;
}
#empty_row{
    padding-bottom: 11px;
}

/* Admin styles */
.ui.form .field.type-icons{
	padding-top: 7px;
	padding-left: 15px;
}
#userList, #approveUserList, #approveCountyList{
	width: 100%;
}
.ui.vertical.menu .item{
	height: 50px;
}
.item i.icon{
	padding: 3px;
}
.item i.icon.hidden{
	visibility: hidden;
}
.hidden{
	visibility: hidden;
}
.item .readonly,.type.inputs{
	margin-top:-.4em;
}
.item .readonly{
	padding:.7em;
}
.item .readonly:hover{
	background-color: #EEE;
	border:1px solid #DDD;
}
/* try http://www.tonylea.com/2010/jquery-easy-editable-text-fields/ /*/

#scrollable_box{
	padding-bottom: 5px;
	display: none;
}
.lb-outerContainer.scrollable{
	max-width: 100%!important;
    height: 775px!important;
    overflow: auto;
}
.lb-outerContainer.scrollable:not(.skinny) .lb-image{
    width: auto!important;
}
.lb-outerContainer.scrollable.skinny .lb-image{
	height: auto!important;
}

.lb-dataContainer{
	background: #999;
}


#loaderOverlay{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
	width: 100%;
	height: 100%;
	display: none;
}

/* registration */
#county-div{
	display: none;
}
#write-in-div{
	display: none;
}

/* profile */
.field.admin.hidden, .fields.admin.hidden{
	height: 0px;
	margin:0;
}

.account_info i.check{
	color: green;
}
.account_info .spacer{
	width: 20px;
	display: inline-block;
}