@import url("report-wizard-selection.css");


/*
---------------------------------------------------------

	GLOBAL TYPE
	
---------------------------------------------------------
*/

h4.report-title {
    color: #878D91;
    width: 300px;
}

	h4.report-title em {
	    letter-spacing: normal;
	    text-transform: none;
	}
	
	
	
/*
---------------------------------------------------------

	TAB STRUCTURE
	
---------------------------------------------------------
*/

/* ICONS */

/*.icon-back {
    background: url(../images/ET102-back.png) no-repeat 0 0;
    width: 13px;
    height: 18px;
    float: left;
	margin-top: -3px;
	margin-right: 5px;
	margin-left: -6px;
}*/
	
.icon-calendar {
    background: url(../images/ET027-calendar.png) no-repeat 0 0;
    margin: 0 20px 0 5px;
    vertical-align: text-bottom;
	width: 18px;
    height: 18px;
    display: inline-block;
	text-indent: -9999px;
    position: relative;
}
	.icon-calendar:hover {
    	background-position: 0 -18px;
	}
	
	
	
	
/*
---------------------------------------------------------

	CUSTOM STRUCTURE
	
---------------------------------------------------------
*/


.step-counter {
	padding: 5px 7px;
	margin-left: 10px;
}

.step-counter ul .circle {
    font-size: 0px;
    margin-right: 2px;
}
	
	.step-counter ul .complete {
	    background-color: #9C9897;
	}	
	
	.step-counter ul .active {
	    background-color: #DDDDDD;
	    border: 1px solid #9C9897;
	}
	
	.step-counter ul .inactive {
	    background-color: #DDDDDD;
	}
	
#report-wizard-duration h4 {
	border-bottom: 1px solid #dedede;
	display: block;
	line-height: 24px;
}

.interval-section {
	margin-bottom: 40px;
}

	.interval-section .select-title {
		display: block;
	}

.interval-defined {
	/*width: 175px;*/
	margin-right: 50px;
}

	.interval-defined select {
		margin: 20px 0 0 25px;
	}
	
.options-section {
	margin-bottom: 20px;
}

	.interval-select .interval-select-fields {
		margin: 20px 0 0 25px;
		clear: both;
	}
	
input#to-date, input#from-date {
    text-align: center;
}

input.text-field {
    border: 1px solid #DEDEDE;
    font-size: 12px;
    height: 31px;
    margin-left: 5px;
    padding: 0 10px;
    text-align: left;
    width: 65px;
}

.radio-button-dots {
	margin-top: -1px;
	margin-right: 10px;
}

select.interval {
	display: block;
}
	
	
	
	
	
	
	
	
	
	
	
	
	

