/*
======= CSS cho sticky =======
*/
/* panel tab */
div[class*='keep-']{
	display: inline-block;
    padding: 2px;
    padding-left: 10px;
	*display:inline;
	zoom: 1;
}

.sticky-panel-tab  .sticky #headerContainer{
	position:relative !important;
}
/* expand */
/*scale a space for border radius, also contains button*/
.sticky-panel-tab  .scaleSpace{
	min-height: 5px;
	text-align: center;
}

/* collapse */
.sticky-panel-tab .sticky #moving-container{

}
/* items moved */
.sticky-panel-tab .sticky div[class*="keep-"]{
	display: inline-block;
	padding: 2px;
	padding-left: 10px !important;
}

.sticky-panel-tab .autoHeight{
	height: auto !important;
}

.sticky-panel-tab .sticky {
	background: inherit;
	border: 1px solid #e1e1e;	
	-moz-box-shadow:    1px 1px 1px 2px #ccc;
  	-webkit-box-shadow: 1px 1px 1px 2px #ccc;
 	box-shadow:         0px 1px 1px 0px #ccc;
}
/* Main css for tabHeader expander */
.sticky-panel-tab #panelTabHeader{
	width: 100%;
	cursor: pointer;
    height: 16px;
    border: 1px solid #e1e1e;
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: transparent !important;
    background-origin: padding-box !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
/* display panel at bottom window, panel tab*/

 .displayBottom #sticker{
	 box-shadow: 1px 1px 1px 2px #ccc;
	 border: 1px solid #e1e1e1;
}

/*main css for panel*/
.sticky-panel-tab #sticker{
	width: 100%;	
	background-color: #E0E0E0;
	background-image: -moz-linear-gradient(center top , #E0E0E0, #E9E9E9);
	border: 1px solid #BFBFBF;
	border-radius: 2px;
	min-height: 36px;
	line-height: 24px;
	z-index: 25000;
}
/*tabHeader down - up normal view */
.sticky-panel-tab  .down{
    background-image: url("../images/ex-up.png") !important;
}
.sticky-panel-tab  .up{
    background-image: url("../images/ex-down.png") !important;
}
.displayBottom .sticky .up{
    background-image: url("../images/ex-up.png") !important;
}

.displayBottom .sticky .down{
	background: url("../images/ex-down.png") !important;
}
.displayTop .sticky .down{
    background-image: url("../images/ex-up.png") !important;
	position: absolute;
    bottom: -1px;
    right: -1px;
}
.displayTop .sticky .up{
    background-image: url("../images/ex-down.png")!important;
	position: absolute;
    bottom: -1px;
    right: -1px;
}
/*content tab*/
.sticky-panel-tab .tabContent td{
	padding: 3px 5px;
}

.sticky-panel-tab .tabContent input{
	height: 30px !important;
}

/* button tab */
.sticky-button-tab ul li{
	content: " ";
	list-style:none !important;
	display:block;
	float:right;
	margin-left: 2px;
}
.sticky-button-tab .sticky {
	z-index: 25000;
	background-color: #E0E0E0;
	background-image: -moz-linear-gradient(center top , #E0E0E0, #E9E9E9);
	border: 1px solid #BFBFBF;
}
.sticky-button-tab .sticky {
	border: 1px solid #e1e1e;
	-moz-box-shadow:    1px 1px 1px 2px #ccc;
  	-webkit-box-shadow: 1px 2px 2px 2px #ccc;
 	box-shadow:         0px 1px 1px 0px #ccc;
}
.sticky-button-tab .sticky ul li{
	border-bottom: 1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
}
.sticky-button-tab .sticky ul li:first-child{
	border-right:1px solid #e1e1e1;
	
}
.sticky-button-tab .sticky ul li:last-child{
	border-left: 1px solid #e1e1e1;
}
.sticky-button-tab .sticky ul li{
	list-style:none !important;
	display:block;
	float:right;
	margin-left: 2px;
}
.scaleSpace{
	padding-right: 16px;
}
.keep-0{
	padding-top:8px;
}

#moving-container{
	height: 0px !important;
}

a#panelTabHeader{
	background: none !important;
}

a.tdc:hover{
	text-decoration: underline;
}

.pnlTopSearch  div[class*="keep-"] .iceInpTxt, .pnlTopSearch  div[class*="keep-"] .iceInpSecrt{
	 width: 300px !important;
}

.pnlTopSearch .ui-inputfield, .pnlTopSearch .ui-widget-content .ui-inputfield, .pnlTopSearch .ui-widget-header .ui-inputfield{
	width: 120px !important;
}