/**
* style
* Style do tpl warehouseDateHour (urls/global/util/filterv02).
* Iplenix - Created: 20101124
*/

.filter-warehouse-date-hour-prev, .filter-warehouse-date-hour-next {
	top:0px;
}

.filter-warehouse-date-hour-prev .ui-button-text, .filter-warehouse-date-hour-next .ui-button-text{
	padding:0 !important;
}

.filter-warehouse-date-hour-prev {
	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
	height: 30px;
	position: absolute !important;
	right: 500px;
	text-align: center;
	width: 20px;
}

.filter-warehouse-date-hour-next {
	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
	height: 30px;
	position: absolute !important;
	right: 466px;
	text-align: center;
	width: 20px;
}

.arrow_left_gray {
	background:transparent url(/resources/all/images/filterv02/arrow_left.gif) no-repeat scroll 6px 9px;
	display:block;
	height:30px;
	width:20px;
}

.arrow_right_gray {
	background:transparent url(/resources/all/images/filterv02/arrow_right.gif) no-repeat scroll 6px 9px;
	display:block;
	height:30px;
	width:20px;
}

.filter-warehouse-date-hour-box{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	height: 30px;
	line-height: 30px;
	padding-left: 3px;
	position: absolute;
	right: 155px;
	width: 300px;
	z-index: 5555;
}

.filter-warehouse-date-box-text {
	margin-left:10px;
	float:left; /*Adicionado float pois o chrome insiste em colocar a seta para baixo*/
}

.filter-warehouse-date-box-outside-arrow{
	background-color:#F1F1F1;
	float:right;
	height:30px;
	line-height:30px;
	text-align:center;
	width:20px;
	*margin-top: -30px;
}

.filter-warehouse-date-box-outside-arrow span{
	margin: 13px auto;
}

.filter-warehouse-date-box-arrow-down-gray{
	background: url('../../images/filterv02/arrow_upDown_gray.gif') no-repeat 0px -6px;
	display: block;
	width: 11px;
	height: 6px;
}

.filter-atualizar {
	padding: 5px;
	position: absolute;
	right: 73px;
	width: 73px;
	height: 30px;
	text-align: center;
}

.filter-xlsExport {
	padding: 5px;
	position: absolute;
	right: 7px;
	width: 50px;
	height: 30px;
	text-align: center;
}

.filter-warehouse-date-hour-box-picker{
	background-color:#F9F9F9;
	font-size: 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	display:none;
	position: absolute;
	top: 37px;
	z-index: 5554;
	text-align: left;
	width: 395px;
	right: 155px;
}

.filter-warehouse-presets{
	padding-top: 3px;
}

.filter-warehouse-date-hour-box-picker input[type=text]{
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	color: #333333;
	padding: 3px;
}

.filter-warehouse-presets .ui-button-text{
	padding: 5px;

}

.filtertop {
	top:6px;
}

.filter-warehouse-date-hour-group-box-label{
	margin-top: 13px;
	width: 40px;
}
/*------------------------------------------------------------------------*/



.filter-warehouse-date-hour {
	background-color: #F6F6F6;
	border: 1px solid #E6E6E6;
	height: 50px;
	position: relative;
	z-index: 5550;
}

.filter-warehouse-date-hour-fieldset {
	border: none;
	position: relative;
}

.filter-warehouse-date-hour-fieldset-group {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	z-index: 5554;
	position: absolute;
	top: 30px;
	left: -1px;
	display: none;
}

.filter-warehouse-date-hour-fieldset-group ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 310px;		/* 300 (largura do box) - 10 (2*5px de padding) */
}

.filter-warehouse-date-hour-fieldset-group li {
	display: block;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 5px;
}


.filter-warehouse-date-hour-fieldset-group li:hover {
	background: #ddd;
}

.filter-warehouse-date-hour-group-box {
	position: absolute;
	left: 50px;
	border: solid 1px #ccc;
	width: 320px;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	line-height: 30px;
	background-color: white;
	z-index: 5553;
}

.filter-warehouse-date-hour-group-box:hover {
	border: solid 1px #999;
}

.filter-warehouse-date-hour-group-box-text {
	margin-left: 10px;
	float:left; /*Adicionado float pois o chrome insiste em colocar a seta para baixo*/
}

.filter-warehouse-date-hour-wh-show-attrs {
	height: 29px;
	width: 20px;
	display: inline-block;
	/* float: right; */
	position: absolute !important;
	left: 380px !important;
	top: 6px !important;
	*top: 31px !important;
}

.filter-warehouse-date-hour-wh-show-attrs-icon {
	margin-left: 2px;
	margin-top: 6px;
}

.filter-btns{
	width: 73px;
	position: absolute;
	right: 5px;
	top: 8px;
}

.filter-btns button{
	padding: 6px!important;
}


.filter-warehouse-date-hour{
	margin-bottom: 15px;
}
