body {
	margin-top:60px;
}
i {
	cursor:pointer;
}
.ajaxLoader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
	z-index: 999;
	display: none;
}
.normal-txt { color: #000; }
.disabled-txt { color: #CCC; }
.white-txt { color: #fff; }
.blue-text { color: #3498db; }
.red-text { color: #e74c3c; }
.green-text { color: #2ecc71; }
.yellow-text { color: #f1c40f; }
.orange-text { color: #e67e22; }
.purple-text { color: #9b59b6; }

.ui-timepicker-table td a {
    width: 2.2em;
}


.ui-autocomplete {
	height:200px;
	width:230px;
	max-height:300px;
	overflow-x:hidden;
	overflow-y:scroll;
	z-index:888;
}

.ui-datepicker{  
    width:200px;  
    font-family:tahoma;  
    font-size:12px;  
    text-align:center;  
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 5px 5px;
  font-size: 18px;
  line-height: 20px;
}
#priceTable th {
	background-color: #c1e2b3;
    text-align:center;  	
}
.navbar-default .navbar-nav > li > a:hover {
	color:#f00;
	background-color: #CCC;
}
.no-close .ui-dialog-titlebar-close {display: none }

#modal-login {
	width: 400px;
    margin: 30px auto;
}

.form-group {
  margin-bottom: 3px;
}

#groupItem .thumbnail{
	cursor:pointer;
	width:100%;
    display: inline-flex;
}
#groupItem .thumbnail img {
    width:80px;
	height:80px;
}
.formTable {
	padding:3px;
}
.formLabel {
	font-size:14px;
	font-weight:bold;
	text-align:right;
}
.formInput {
	margin:1px;
	padding:2px;
	font-size:14px;
	border-radius: 4px;	
	border: 1px solid #ccc;	
}
.formInputBtn {
	font-size:16px;
	border: 1px solid #ccc;	
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	position: relative;
	z-index: 2;
	margin-left: -8px;	
}
.formTableSm {
	padding:1px;
}
.formLabelSm {
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
.formInputSm {
	margin:1px;
	padding:1px;
	font-size:12px;
	border-radius: 2px;	
	border: 1px solid #ccc;	
}
.formInputBtnSm {
	font-size:12px;
	border: 1px solid #ccc;	
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	position: relative;
	z-index: 2;
	margin-left: -8px;	
}

