/**************** available but unused template css *********/
.resume-input-text-margin {
	padding-left: 0;
}

.resume-always-text-color {
	padding-left: 0;
	color: #b6b6b6;
}

.resume-edit-text-color {
	padding-left: 10px;
	color: #000;
}

.resume-icon-color {
	color: #b6b6b6;
}

.resume-icon-remove-position {
	margin-top:6px;
	padding-left:10px;
}
.score-circle {
	border: 3px solid #f79520;
	border-radius: 300px;
	height: 300px;
	width: 300px;
}

.score-circle-text {
	color: #f79520;
	font-size: 36px;
	position: relative;
	margin-top: 80px;
}

.score-circle-score {
	font-size: 72px;
	position: relative;
	margin-top:30px;
}

.test-results-info {
	font-size: 24px;
	color: #ccc;
}

.test-results-output {
	font-size: 24px;
	margin-left: 20px;
}
.tooltip-fix {
	font-size: 14px;
}

.tooltip-inner {
	font-size: 12px !important;
}

.well-fixed-top {
  position: fixed;
  top: 0;
	left: 0;
  z-index: 1;
  width: 100%;
  padding: 10px 0 0 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.well-fixed-top .well-container {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.well-fixed-top .well-margin-bottom {
  height: 15px;
  margin-top: 10px;
  background-color: #ffffff;
  border-top: 1px solid #e3e3e3;
}
@media (min-width: 768px) {
  .well-fixed-top .well-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .well-fixed-top .well-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .well-fixed-top .well-container {
    width: 1170px;
  }
}

/***************************/