form {
	display: inline;
}

#freeze_bckg {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	display: none;
	z-index: 100;
	position: fixed;
}

.admin_cb {
	clear: both;
}

.admin_body {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Arial;
}

.admin_header {
	width: 1200px;
	margin: auto;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );	
}

.admin_header_company_logo {
	float: left;
}

.admin_header_company_name {
	float: left;
	font-size: 12px;
	color: #909090;
	padding-left: 15px;
}

.admin_header_company_name div {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #121212;
}

.admin_user_status {
	line-height: 25px;
	text-align: center;
	color: #A81800;
	font-size: 13px;
	border-top: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
	margin-top: 5px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

.admin_footer {
	font-size:11px;
	color:#909090;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #C2C2C2;
	width: 1200px;
	margin: auto;
}

.admin_main_content {
	padding-top: 20px;	
	padding-bottom: 20px;	
	width: 1200px;
	margin: auto;
	background: url(img/tartalom_hatter.jpg);
}

.admin_main_content_right {
	padding-left: 20px;
	width: 980px;
	float: left;
}

.admin_main_content_left {
	width: 200px;
	float: left;
}


.admin_menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.admin_menu li A {
	background: #e80437;
	background: -moz-linear-gradient(top, #e80437 0%, #bc0316 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e80437), color-stop(100%,#bc0316));
	background: -webkit-linear-gradient(top, #e80437 0%,#bc0316 100%);
	background: -o-linear-gradient(top, #e80437 0%,#bc0316 100%);
	background: -ms-linear-gradient(top, #e80437 0%,#bc0316 100%);
	background: linear-gradient(to bottom, #e80437 0%,#bc0316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80437', endColorstr='#bc0316',GradientType=0 );
	display: block;
	padding: 7px 7px 7px 7px;
	margin: 0px 0px 1px 0px;
	border-bottom: 1px solid #BFBFBF;
	border-top: 1px solid #BFBFBF;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.admin_menu li A:hover {
	background: #f60035;
	background: -moz-linear-gradient(top, #f60035 0%, #cc0014 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f60035), color-stop(100%,#cc0014));
	background: -webkit-linear-gradient(top, #f60035 0%,#cc0014 100%);
	background: -o-linear-gradient(top, #f60035 0%,#cc0014 100%);
	background: -ms-linear-gradient(top, #f60035 0%,#cc0014 100%);
	background: linear-gradient(to bottom, #f60035 0%,#cc0014 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60035', endColorstr='#cc0014',GradientType=0 );
	padding: 7px 7px 7px 12px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

p {
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #4D4D4D;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

p A {
	color: #00ade6;
	text-decoration: none;
}

p A:hover {
	text-decoration: underline;
}

.admin_form_cont {
	background-color: rgba(0,0,0,.03);
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border: 1px #C2C2C2 solid;
	color: #4D4D4D;

}

.admin_form_cont table td {
	padding: 2px;
}

.admin_form_cont A {
	color: #038AD7;
	text-decoration: none;
}

.admin_form_cont A:hover {
	color: #038AD7;
	text-decoration: underline;
}

.admin_field_error {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	color: #FF0000;
	display: none;
}

.admin_textfield {
	color: #6B6B6B;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	margin: 0;
	font-weight: normal;
	border: 1px solid #C2C2C2;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
  -ms-transition: all .5s ;
  -o-transition: all .5s ;
	transition: all .5s ;
	background-color: #FFFFFF;
	resize: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;		
}

.admin_textfield:hover {
	-webkit-box-shadow:  0px 0px 2px 2px rgba(0,0,0,.1);
  box-shadow:  0px 0px 2px 2px rgba(0,0,0,.1);
  background-color: #FFFFFF;
  border: 1px solid #757575;
}

.admin_textfield[disabled] {
	background-color: #EFEFEF;
}

.admin_submit_btn {
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	margin: 0;
	font-weight: normal;
	border: 1px solid #B70000;
	-webkit-transition: all .3s ;
	-moz-transition: all .3s ;
  -ms-transition: all .3s ;
  -o-transition: all .3s ;
	transition: all .3s ;
	cursor: pointer;
	background: #e80437;
	background: -moz-linear-gradient(top, #e80437 0%, #bc0316 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e80437), color-stop(100%,#bc0316));
	background: -webkit-linear-gradient(top, #e80437 0%,#bc0316 100%);
	background: -o-linear-gradient(top, #e80437 0%,#bc0316 100%);
	background: -ms-linear-gradient(top, #e80437 0%,#bc0316 100%);
	background: linear-gradient(to bottom, #e80437 0%,#bc0316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80437', endColorstr='#bc0316',GradientType=0 );
}

.admin_submit_btn:hover {
	background: #f60035;
	background: -moz-linear-gradient(top, #f60035 0%, #cc0014 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f60035), color-stop(100%,#cc0014));
	background: -webkit-linear-gradient(top, #f60035 0%,#cc0014 100%);
	background: -o-linear-gradient(top, #f60035 0%,#cc0014 100%);
	background: -ms-linear-gradient(top, #f60035 0%,#cc0014 100%);
	background: linear-gradient(to bottom, #f60035 0%,#cc0014 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60035', endColorstr='#cc0014',GradientType=0 );
	-webkit-box-shadow:  0px 0px 2px 2px rgba(0,0,0,.1);
  box-shadow:  0px 0px 2px 2px rgba(0,0,0,.1);
}

.admin_submit_btn:link, .admin_submit_btn:active, .admin_submit_btn:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.admin_submit_btn:link:hover, .admin_submit_btn:active:hover, .admin_submit_btn:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.admin_submit_btn:disabled {
	background-color: #D0D0D0;
	background: #D0D0D0;
	border: 1px solid #BCBCBC;
	cursor: default;
}

.admin_submit_btn_imagebutton {
	background: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);	
}

.admin_submit_btn_imagebutton:hover {
	background: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.admin_submit_btn_imagebutton:disabled {
	background: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	opacity: 0.5;
}

.admin_please_wait {
	width: 50px;
	height: 50px;
	position: fixed;
	background: url(img/please_wait.png);
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	display: none;
	z-index: 1000;
}

.admin_list_fejlec {
	font-size: 12px;
	font-weight: normal;
	color: #F9F9F9;
	background: #e80437;
	background: -moz-linear-gradient(top, #e80437 0%, #bc0316 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e80437), color-stop(100%,#bc0316));
	background: -webkit-linear-gradient(top, #e80437 0%,#bc0316 100%);
	background: -o-linear-gradient(top, #e80437 0%,#bc0316 100%);
	background: -ms-linear-gradient(top, #e80437 0%,#bc0316 100%);
	background: linear-gradient(to bottom, #e80437 0%,#bc0316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80437', endColorstr='#bc0316',GradientType=0 );
	margin-bottom: 2px;
	background-color: #e80437;
}

.admin_list_sor {
	font-size: 12px;
	font-weight: normal;
	color: #4D4D4D;
}

.admin_list_sor A {
	color: #4D4D4D;	
	text-decoration: none;
}

.admin_list_sor A:hover {
	color: #767676;	
	text-decoration: underline;
}

.admin_list_sor_cont {
	background-color: #F5F5F5;
	border-bottom: 1px solid #DEDBDB;
	border-top: 1px solid #FFFFFF;
}

.admin_fulek {
	padding: 0px;
	margin: 0px 0px 7px 0px;
	list-style: none;	
	
}

.admin_fulek li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.admin_fulek li A {
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #c8c8c8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#c8c8c8));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#c8c8c8 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#c8c8c8 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#c8c8c8 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%,#c8c8c8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#c8c8c8',GradientType=0 );
	padding: 7px 7px 7px 7px;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	text-align: left;	
	margin: 0px 2px 0px 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;		
	border: 1px solid #C1C1C1;
}

.admin_fulek li A:hover {
	background: #fbfbfb;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#e7e7e7));
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#e7e7e7 100%);
	background: -o-linear-gradient(top, #fbfbfb 0%,#e7e7e7 100%);
	background: -ms-linear-gradient(top, #fbfbfb 0%,#e7e7e7 100%);
	background: linear-gradient(to bottom, #fbfbfb 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e7e7e7',GradientType=0 );
	padding-top: 10px;
}

.admin_fulek_alatt {
	height: 15px;
	border-top: 1px solid #C1C1C1;
}

.admin_ful_valasztott {
	background: #fbfbfb !important;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #e7e7e7 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#e7e7e7)) !important;
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#e7e7e7 100%) !important;
	background: -o-linear-gradient(top, #fbfbfb 0%,#e7e7e7 100%) !important;
	background: -ms-linear-gradient(top, #fbfbfb 0%,#e7e7e7 100%) !important;
	background: linear-gradient(to bottom, #fbfbfb 0%,#e7e7e7 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e7e7e7',GradientType=0 ) !important;
	padding-top: 10px !important;
}

.mceEditor { }


.file_upload_cont { 
	position: relative;
	width: 200px;
	border: 1px solid #C0C0C0;
	padding: 1px;
	font-size: 11px;
	background-color: #FFFFFF;
	margin-top: 5px;
	display: none;
}

.file_upload_bar {
	background-color: #3782C6;
	width: 0%;
	height: 20px;
}

.file_upload_percent {
	color: #4D4D4D;
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 48%;
}

.file_upload_status {
	font-weight: 700;
	text-align: left;
	font-size: 15px;
	color: #4D4D4D;
}

.ui-sortable {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
}

.ui-sortable li {
	margin: 0px;
	padding: 0px;
}

.ui-sortable-vizszintes {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ui-sortable-vizszintes li {
	width:175px;
	float: left;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 10px;
	border: 1px solid #C2C2C2;
	background-color: #FFFFFF;
	padding: 10px;
}





