/* CSS Document */
body {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;/*f5f5f5*/
}
form { margin:0px; padding:0px }

.page-header { text-align:center }
.form-signin {
	max-width: 350px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
			box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}

.table .col-left { text-align:left; }
.table .col-center { text-align:center; }
.table .col-right { text-align:right; }

/*** timepicker ***/
div.time-picker {
  position: absolute;
  height: 191px;
  width:5em; /*needed for IE */
  overflow: auto;  background: #fff;
  border: 1px solid #aaa;
  z-index: 99; margin: 0;
}
div.time-picker-12hours {
  width:6em; /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;  padding: 0;
}
div.time-picker li {
  cursor: pointer;
  height: 10px;
  font: 12px/1 Helvetica, Arial, sans-serif;
  padding: 8px 3px;
}
div.time-picker li.selected {
  background: #0063CE;
  color: #fff;
}

.wizard {
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4; margin-bottom:6px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.wizard:before,
.wizard:after {
  display: table;
  line-height: 0;
  content: "";
}

.wizard:after {
  clear: both;
}

.wizard ul {
  padding: 0;
  margin: 0;
  list-style: none outside none;
}

.wizard ul li {
  position: relative;
  float: left;
  height: 46px;
  padding: 0 4px 0 14px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
  color: #999999;
  cursor: default;
  background: #ededed;
}

.wizard ul li .chevron {
  position: absolute;
  top: 0;
  right: -10px;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #d4d4d4;
}

.wizard ul li .chevron:before {
  position: absolute;
  top: -24px;
  right: 1px;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #ededed;
  content: "";
}

.wizard ul li.complete {
  color: #468847;
  background: #f3f4f5;
}

.wizard ul li.complete:hover {
  cursor: pointer;
  /*background: #e7eff8;*/
}
.wizard ul li a:hover { background:transparent;} 

.wizard ul li.complete:hover .chevron:before {
  border-left: 14px solid #e7eff8;
}

.wizard ul li.complete .chevron:before {
  border-left: 14px solid #f3f4f5;
}

.wizard ul li.active {
  color: #3a87ad;
  background: #f1f6fc;
}
.wizard ul li a.inactive {
  pointer-events: none;
  cursor: default;
  color:grey;
}

.wizard ul li.active .chevron:before {
  border-left: 14px solid #f1f6fc;
}

.wizard ul li .badge {
  margin-right:4px;
}

.wizard ul li:nth-child(1) {
  z-index: 10;
  padding-left: 10px;
  border-radius: 4px 0 0 4px;
}

.wizard ul li:nth-child(2) {
  z-index: 9;
}

.wizard ul li:nth-child(3) {
  z-index: 8;
}

.wizard ul li:nth-child(4) {
  z-index: 7;
}

.wizard ul li:nth-child(5) {
  z-index: 6;
}

.wizard ul li:nth-child(6) {
  z-index: 5;
}

.wizard ul li:nth-child(7) {
  z-index: 4;
}

.wizard ul li:nth-child(8) {
  z-index: 3;
}

.wizard ul li:nth-child(9) {
  z-index: 2;
}

.wizard ul li:nth-child(10) {
  z-index: 1;
}
.modal-header h3 { font-size:16px; }

.logo-twitter {
	background:url('../img/social.png') no-repeat -12px -10px; width:76px; height:76px;
}

.logo-facebook {
	background:url('../img/social.png') no-repeat -98px -10px; width:76px; height:76px;
}

.logo-linkedin {
	background:url('../img/social.png') no-repeat -185px -10px; width:76px; height:76px;
}

.logo-wordpress {
	background:url('../img/social.png') no-repeat -12px -94px; width:76px; height:76px;
}

.logo-googleplus {
	background:url('../img/social.png') no-repeat -98px -94px; width:76px; height:76px;
}

.logo-youtube {
	background:url('../img/social.png') no-repeat -185px -94px; width:76px; height:76px;
}
.selected-area {
	background:#FEFDE2;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}