

.datepicker{
	width: 80px;
}

.clockpicker {
	width: 40px;
}

.index_filter_cont {
	width:100%;
	height:40px;
}

.index_search_cont {
	float:right;
}

.label_data {
	border: solid 1px #cccccc;
	background:#f3f3f3;
	display:inline-block;
	padding:3px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height:15px;
	min-width:15px;
}


td.updated{
	background-color:#B9F29D;
}


/*list status style*/
tr.suspended td, tr.suspended:hover td{
	background-color:#F3F4CD !important;
	background-color:#FFF0B7 !important;
	/*text-decoration:line-through;*/
	/*border-bottom:solid 1px #EAD898;*/
	-webkit-box-shadow: inset 0 -10px 2px #F2E0A4;
	-moz-box-shadow: inset 0 -10px 2px #F2E0A4;
	box-shadow: inset 0 -10px 2px #FFECAF;

}
tr.suspended, tr.suspended:hover{
	-webkit-box-shadow: inset 0 -10px 2px #F2E0A4;
	-moz-box-shadow: inset 0 -10px 2px #F2E0A4;
	box-shadow: inset 0 -10px 2px #FFF0B7;

}
tr.suspended td a , tr.suspended:hover td a{
	text-decoration: none;
}


.box_wrap {
}

.breadcrumb.cardcrumb{
	padding: 2px 10px;
	background-color: #fbfbfb;
	background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
	background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dddddd));
	background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
	background-image: -o-linear-gradient(top, #ffffff, #dddddd);
	background-image: linear-gradient(top, #ffffff, #dddddd);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

.breadcrumb.cardcrumb li {
	color:#999999;
}
.breadcrumb.cardcrumb li.active {
	color: #000000;
}

/*--Loading--*/
/*
.modal-backdrop {
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
*/
.loading_wrap{
	background:url(img/50.png);
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 10000;
	width:auto; height:auto;
	text-align:center;
}

.loading_cont{
	position: relative;
	margin:auto;
	top: 150px;
	z-index: 10001;
	width:200px;
	background:#000000;
	display:block;
	vertical-align:middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0px 20px #444444;
	-moz-box-shadow: 0 0px 20px #444444;
	box-shadow: 0 0px 20px #444444;
	padding:10px;
}

.loading_bar{
	margin:auto;
	text-align:center;
}

.loading_text{
	color:#999999;
	font-size:13px;
}


.dropdown-menu.actions {
	text-align:left;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 20px;
	max-width: 220px;
	_width: 160px;
	/*width:20px;*/
	padding: 4px 0;
	margin: 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}
.dropdown-menu.actions.bottom-up {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
.dropdown-menu.actions .divider {
	height: 1px;
	margin: 5px 1px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
	*width: 100%;
	*margin: -5px 0 5px;
}
.dropdown-menu.actions a {
	display: block;
	padding: 5px 12px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
}
.dropdown-menu.actions li > a:hover, .dropdown-menu.actions .active > a, .dropdown-menu.actions .active > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
}
.dropdown.open {
	*z-index: 1000;
}
.dropdown.open .dropdown-toggle {
	color: #ffffff;
	background: #ccc;
	background: rgba(0, 0, 0, 0.3);
}
.dropdown.open .dropdown-menu.actions {
	display: block;
}


/*--*/
.well-small{
	min-height: 20px;
	padding: 0px 5px;
	/*margin-bottom: 20px;*/
	background-color: #f5f5f5;
	borderqqqqqqqqqqqqqqqqqqqqqqqqqqqqq: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.list_toolbar_top {
	/*border-bottom: solid 1px #dddddd;*/
	padding:0px 0 5px 0;
	margin:0px 0px 10px 0px;
}
