.billing-template-edit .template-rules {
	margin-top: 20px;
}


.billing-template-edit .template-rules h4 {
	float: left;
}

.billing-template-edit .template-rules .add-rule {
	float: right;
	margin-top: 10px;
	font-size: 15px;
}

.billing-template-edit .template-rules .template-rules-list {
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	height: 400px;
	overflow: auto;
}

.billing-template-edit .step1 select.form-control {
	/*width: auto;*/
	display: inline-block;
}

.billing-template-edit section.rule {
	background-color: #f9f9f9;
	margin: 5px 10px;
	padding: 0px;
}

.billing-template-edit section.rule .step1 .btn-cancel {
	font-size: 18px;
	line-height: 34px;
	cursor: pointer;
}

.billing-template-edit section.rule .open-close {
	text-align: right;
}

.billing-template-edit section.rule .open-close > i {
	cursor: pointer;
	line-height: 35px;
	font-size: 15px;
}

.billing-template-edit section.rule .step2.rule-invalid h5 {
	color: #a94442;
}

.billing-template-edit section.rule .step2 .type {
	padding: 15px;
}

.billing-template-edit section.rule .step2 .tile-row {
	cursor: pointer;
}

.billing-template-edit section.rule .step2 h5 .rule-name {
	font-weight: normal;
}

.billing-template-edit section.rule .step2 .rule-footer {
	text-align: right;
	margin-top: 20px;
}

.billing-template-edit section.rule .step2 .form-group {
	clear:both;
	margin-bottom:5px;
}

.billing-template-edit section.rule .step2 .form-group .input-group{
	width:auto;
}

.billing-template-edit section.rule .step2 .form-group label{
	float: left;
	width: 40%;
	font-size: 12px;
	padding-top: 8px;
}

.billing-template-edit section.rule .step2 .form-group .input-group,
.billing-template-edit section.rule .step2 .form-group > .form-control{
	float: left;
	width: 60%;
}

.billing-template-edit section.rule .step2 .period-label {
	margin-top: 28px
}

.billing-template-edit section.rule .step2 .timepicker {
	float: left;
	margin-left: 10px;
}

.billing-template-edit section.rule .step2 .uib-timepicker .form-group > .form-control {
	width: 100%;
	float: none;
	margin-left: 0;
}

.billing-template-edit section.rule .step2 .form-group .validation-group {
	display: table-row-group;
}

.billing-template-edit .form-group .input-group .validation-label {
	margin: 0;
	padding: 5px 0;
}

.billing-template-edit section.rule .step2 .form-group:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

.billing-template-edit section.rule .rule-period .day-hour select {
	width: 140px;
	margin-top: 28px;
}

.billing-template-edit section.rule .rule-period .day-hour input {
	margin-left: 30px;
	width: 130px;
}

.billing-template-edit section.rule .rule-zone .ui-select-container {
	width: 100%;
}

.billing-template-edit section.rule .rule-zone .error .ui-select-container .select2-choices {
	border-color: #a94442;
}

.billing-template-edit section.rule .step2 .form-group .input-group span label {
	float: none;
	width: auto;
	margin-left: 2px;
}

.billing-template-edit section.rule .step2 .form-group .input-group span.checkbox-day {
	margin-right: 20px;
}
