@charset "utf-8";

.filter{
	background:#BDBDBD;
}

.invalid{
	border:1px solid #FF1100 !important;
}
.disabled{
	background:#E5E5E5 !important;
}

.color-preview{
	width:15px;
	height:15px;
	display:inline-block;
	border:1px solid #CCC;
	margin:0px 10px;
}
.set{
	color:#3C3;
}
.unset{
	color:#CCC;
}

.TextCenter{
	text-align:center;
}
.TextRight{
	text-align:right;
}
.Font16{
	font-size:16px;
}

#TableWrapper{
	max-width:600px;
	width:100%;
}
#sortable {
	list-style-type: none;
	margin: 0;
	margin-top:10px;
	padding: 0;
}
#sortable li {
	position:relative;
	margin: 10px 10px 10px 0;
	padding: 1px;
	float: left;
	width: 100px;
	height: 90px;
	font-size: 4em;
	text-align: center;
	cursor:move;
}
.ui-state-highlight { height: 30px; line-height: 1.2em; }
.hoverDiv{
	padding:5px;
	font-size:12px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	display:none;
	background:#FFF;
	border:1px solid #CCC;
}
.hoverDiv a:link, .hoverDiv a:visited{
	color:#F00;
}

#SortablePageWrapper{
	max-width:600px;
	width:100%;
}
#sortable-page {
	list-style-type: none;
	margin: 0;
	margin-top:10px;
	padding: 0;
	width: 100%;
}
#sortable-page li .move{
	cursor:n-resize;
}
#sortable-page li {
	margin: 3px;
	padding: 5px;
	background:#EEE;
	border:#DDD 1px solid;
	height:30px;
}
.sortable-control {
	float: right;
	font-size:1.25em
}
.sortable-control span{
	position:relative;
	padding:5px;
}
.sortable-control a{
	cursor:pointer;
}

.green{
	color:#55FF55;
}
.yellow{
	color:yellow;
}
#AjaxLoader{
	padding:10px;
	text-align:center;
	font-weight:bold;
}
#Search{
	position:fixed;
	top:10px;
	right:0;
	z-index:1031;
	padding:5px;
}
#SearchBox{
}
#SeachDelete{
	display:none;
	color:#FF1100;
	cursor:pointer;
	position: absolute;
	right: 10px;
	top: 13px;	
}

#SearchInput{
	padding:3px;
	float:right;
	width:200px;
}
#SearchResult{
	display:none;
	width:90%;
	position:fixed;
	top:61px;
	right:0;
	z-index:1032;
	background: #FFF;
	border-left:1px dashed #101010;
	border-bottom:1px dashed #101010;			
}
#SearchResultNo{
	font-weight:bold;
	padding:10px;
	text-align:center;
}
#CategoryFilter{
	padding:5px;
	margin-bottom:10px;
	background: #FFF;
	border: 1px solid #CCC;
}
#CategoryList{
	max-width:550px;
}
#ServiceFilter{
	padding:5px;
	margin-bottom:10px;
	background: #FFF;
	border: 1px solid #CCC;
	width:100%;
	max-width:400px;
}
.SocialIcon{
	float:right;
	margin-right:5px;
	margin-top:5px;
	cursor:pointer;
	height:28px;
}
.InfoEmail{
	float:right;
	margin-top:7px;
	margin-right:7px;
	cursor:pointer;
}
/* Kép törlés */
.del{
	cursor:pointer;
	margin:3px;
}
.del:hover{
	outline: 3px solid #FF1100;
}

/* Kötelező */
.Required{
	color:#FF1100;
}

/* Tipp */
.hint {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
	background: #FFF;
	border-left-color: #f0ad4e;
}
.hint h4 {
	color: #f0ad4e;
	margin-top:0px;
}

/* Naptár */
.calendar{
	border-left:1px solid #999;
	background: #FFF;
	margin-bottom:20px;
}
.calendar th{
	background:#ccc;
	font-weight:bold;
	border-top:1px solid #999;
}
.calendar th, .calendar td{
	width:40px;
	padding:3px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	text-align:center;
}
.calendar-day{
	cursor: pointer;
}
.calendar-noday{
	background:#eee;
	min-height:50px;
}
.calendar-reserved{
	color:#FFF;
	background:#F00;
}
body{
	/*margin-top:60px;*/
	padding:0;
	background:#F2F2F2;
	color:#000;
	overflow-x:hidden;
}
.BtnWrap{
	margin-bottom:10px;
}
.btn{ margin-bottom:5px !important; }
/*
.StockTable{ width:100%; }
.StockTable tbody tr:nth-of-type(odd){ background:#CCC; }
*/ 
.StockTable th, .StockTable td{
	text-align:center;
	padding:5px;
	vertical-align:top;
}
.InputQty{
	border:1px solid #AAA;
	text-align:center;
}
.noStock{
	background:#CCC;
}
.onStock{
	background:#060;
	color:#FFF;
}

.FormTable{
	width:100%;	
}
.FormTable td{
	padding: 0px;
	vertical-align:top;
}
.iText{
	background:#FFF;
	font-size: 12px;
	color: #000;
	padding: 5px;
	border: 1px solid #d7d7d7;
	margin: 5px 0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.iTextarea{
	background:#FFF;	
	font-size: 12px;
	color: #000;
	padding: 5px;
	border: 1px solid #d7d7d7;
	margin: 5px 0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
.iSelect{
	background:#FFF;	
	font-size: 12px;
	color: #000;
	box-shadow: 0 0 0px 2px #ebebeb;
	-webkit-box-shadow: 0 0 0px 2px #ebebeb;
	-moz-box-shadow: 0 0 0px 2px #ebebeb;
	padding: 4px 5px;
	border: 1px solid #d7d7d7;
	margin: 5px 0px;
}
/* BUTTON */
button{
	cursor:pointer;
}
.w100{
	width:100%;
}
.w50{
	width:50%;
}
.w25{
	width:25%;
}
.error{
	border:1px solid red;
}
label{
	cursor:pointer;
	font-weight:normal;
}
sup {
    vertical-align: super;
    font-size: 11px;
	color:#FF1100;
}
nav{
	width:100%;
	background:green;
	color:#FFF;
	padding:5px;
}
.Breadcrumbs{
	padding:5px;
}
.SideNavigation{
	margin:5px;
	width:200px;
	border:1px solid #DDD;
	float:left;
}
.SideNavigation ul{
	margin:0;
	padding:0;
	list-style:none;
}
.SideNavigation ul li{
	display:block;
	padding:2px 5px;
	cursor:pointer;
	background:#EEE;
	border-bottom: 1px dashed #CCC;
}
.SideNavigation ul li a{
	display:block;
	text-decoration:none;
	color:#000;
}
.SideNavigation ul li:hover{
	display:block;
	background:#FFF;
}
.SideNavigation .actual{
	background:#AAA;
}
.SideNavigation .actual:hover{
	background:#AAA;
}
.section{
	width:50%;
	color:#000;
	padding:5px;	
	float:left;
}

/*
* Feedback
*/
.Feedback{
	padding:10px;
}
#AddRoom{
	margin-bottom:10px;
}
.Hidden{
	display:none;
}
.History{
	font-size:10px;
}
/*
* Login
*/
#LoginWrapper{
	width: 100%;
	max-width: 300px;
	margin: 20px auto;
}
#LoginLogo{
	text-align:center;
	margin-bottom:20px;
}
#LoginControl{
	margin-top: 5px;
}

.login-username{
	border: 1px solid #d7d7d7;
	margin-top: 15px;
	width: 100%;
	padding: 7px 25px 7px 9px;
	background: #fbfbfb url(../img/login-username.png) no-repeat right 7px;		
}

.login-password{
	border: 1px solid #d7d7d7;
	font-size: 12px;
	color: #858585;
	padding: 7px 25px 7px 9px;
	border: 1px solid #d7d7d7;
	width:100%;
	margin-top: 15px;
	background: #fbfbfb url(../img/login-password.png) no-repeat right 7px	
}

/* POPUP */
#popup{
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 200px;
	margin-left: -150px;
	margin-top: -100px;					
	background: #FFF;
	z-index:1032;
	overflow:hidden;
	padding:0;
	box-shadow:1px 1px 5px #000;	
}
#popup-button{
	position:absolute;
	bottom:0;
}
#fade{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index:1031;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
.PopupDelete{
	border-left: 5px solid #FF1100;
}

.PopupBody{
	padding:10px;
}
.PopupButton{
	width:100%;
	border-top: 1px solid #CCC;
	padding:10px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:right;
	background:#F2F2F2;
}

#FixBottom{
	background:#FFF;
	color:#000;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	margin:0;
	padding:5px;
	border-top:1px solid #CCC;
}

.btn-delete{
	position:absolute;
	top:0px;
	right:20px;
}

.navbar{
	border-radius:0 !important;
	margin:0px !important;
}
/* DROPDOWN NAV */
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}
