.container
{
	width: 1000px !important;
}

.noUnderLine
{
	text-decoration: none !important;
}

#makeDirTable
{
	display: none;
}

.pointer
{
	cursor: pointer;
}

.defCursor
{
	cursor: default;
}

.bold
{
	font-weight: bold;
}

.notSelect
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #78C2EA;
}

.referenceImg
{
	max-width: 245px;
	max-height: 245px;
	padding-bottom: 10px;
}

.referenceDiv
{
	height: 320px;
}

.referenceTable
{
	width: 100%;
}

input, textarea, select
{
	width: 300px;
	border: 1px solid #003961;
	border-shadow: 1px 2px 3px rgba(0, 57, 97, 0.3);
	border-radius: 3px;
	font-size: 14px;
	padding: 4px;
}

input[type=button]
{
	width: 100px !important;
}

textarea
{
	height: 300px;
	resize: none;
}

.kapcsolatDiv
{
	min-height: 625px;
}

.adminButton
{
	background-color: #d9534f;
	border-color: #003961;
	background-image: linear-gradient(to bottom, #016db1 0%, #003961 45%);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.adminButton:hover,
.adminButton:focus
{
 color: #c1e9ff;
  background-color: #003961;
  background-image:none;
}
.adminButton:active,
.adminButton.active {
  background-color: #003961;
  border-color: #b92c28;
}

.newFileTable
{
	width: 300px;
	border-spacing: 1px;
}

#makeDirTable
{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -205px;
	z-index: 100;
	background-color: #5CB3E2;
	border-spacing: 10px;
	border-radius: 3px;
}

.noBg
{
	background-color: auto;
}

.visszaGombFloatRight
{
	float: right !important
}

.brand span
{
	font-size: 49%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, 
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
	border: 0px !important;
}

h3, .h3
{
	font-size: 22px !important;
}