/* Customized DataTable Style */
.dt-buttons {
	margin-bottom: 6px;
}

.dataTables_filter input[type=search] {
	background: url("/images/icons/filter.png") no-repeat scroll 7px 7px;
	padding-left:30px;
	color: green;
	 }

.dataTables_wrapper { font-size: 10px }


.dataTables_footerFilter {
    background: rgba(0, 0, 0, 0) url("/images/icons/filter.png") no-repeat scroll 5px 3px;
    color: green;
    font-size: 8px;
    padding-left: 30px;
    height: 25px;
}
th.dt-center, td.dt-center { text-align: center; }
th.dt-right, td.dt-right { text-align: right; }

td.dataTables_empty { text-align: center; }

/* Suggest Select */


input.suggest-select {
	cursor: default;
	border: 1px solid #aaa;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
input.suggest-select.reset {
	color: #aaa;
}
.suggest-select-options {
	position: absolute;
	top: 19px;
	left: 0px;
	display: none;
	overflow: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #aaa;
	z-index: 126;
}
.suggest-select-iframe {
	position: absolute;
	background: #fff;
	z-index: 125;
	display: none;
}
.suggest-select-options ul {
	margin: 0;
	padding: 0;
	z-index: 126;
	list-style: none;
	list-style-image: none;
}
.suggest-select-options li {
	cursor: default;
	padding: 2px;
}
.suggest-select-options li.selected {
	color: white;
	background: #777;
}
.suggest-selected-options {
	padding: 0;
}
.suggest-selected-options span {
	padding: 2px 7px 2px 7px;
	color: #0e4597;
	background: #e0f0ff;
	border: 1px solid #0e4597;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* Wizard Styles */

ul#wizardStatus{
  list-style:none;
  margin:15px 0;
  padding:0;
  text-align:center;
}

ul#wizardStatus li{
  background-color:#d9d9ce;
  color:#3d4c4f;
  display:inline-block;
  margin:0;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:14px;
  line-height:30px;
  padding:0 25px 0 40px;
  position:relative
}

ul#wizardStatus li:first-child{
  padding-left:25px;
  -webkit-border-top-left-radius:3px;
  border-top-left-radius:3px;
  -webkit-border-bottom-left-radius:3px;
  border-bottom-left-radius:3px
}

ul#wizardStatus li:last-child{
  -webkit-border-top-right-radius:3px;
  border-top-right-radius:3px;
  -webkit-border-bottom-right-radius:3px;
  border-bottom-right-radius:3px
}

ul#wizardStatus li:after,
ul#wizardStatus li:before {
  background-color:#d9d9ce;
  content:"";
  display:block;
  position:absolute
}

ul#wizardStatus li:after{
  -webkit-border-radius:3px;
  border-radius:3px;
  border-right:3px solid white;
  border-top:3px solid white;
  height:21px;
  right:-15px;
  top:3px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  width:21px;
  z-index:5
}

ul#wizardStatus li:before{
  height:30px;
  right:3px;
  width:20px;
  z-index:6
}

ul#wizardStatus li:last-child:after,
ul#wizardStatus li:last-child:before{
  display:none
}

ul#wizardStatus li.current{
  background-color:#0597c5;
  color:#fff;
}

ul#wizardStatus li.current:after,
ul#wizardStatus li.current:before{
  background-color:#0597c5
}

ul#wizardStatus li.completed{
  background-color:#b2e7d3;
  color:#1b601c;
}

ul#wizardStatus li.completed:after,
ul#wizardStatus li.completed:before{
  background-color:#b2e7d3
}

.wizard-step.completed{
	 background-color: #b2e7d3;
	 
}

li.wizard-step.completed > a {
	 color: #1b601c !important;
}

.wizard-step.disabled{
	color: #ccc ;
	 
}

.note {
	 background-color: #fcf3e2;
	 border:  1px solid #f3ce85;
	 margin-bottom: 10px;
}

.note footer {
	 background-color: #fcf3e2;
}