/*!
 * Start Bootstrap - Heroic Features HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.round
{
  display: inline-block;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 6px 0 0 11px;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #547EBB;
}

.twodig
{
  padding-left: 6px;
}

.circleAnchor{
  text-decoration: none;
  display: block;
  float: left;
  width: 85px;
  height: 85px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #29BA9B;
  vertical-align: middle;
  text-align: center;
  line-height: 75px;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 30px;
  font-size: 13px;
  color: #fff;
}
.circleAnchor span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;  
  padding-bottom: 3px;    
}

.circleAnchor:hover{
  background: #39CA74;
  color: #fff;
}

.anchor{
  display: block;
  position: relative;
  top: -60px; 
  visibility: hidden;
}

.caption h5{
	font-size: 20px;
}

.hero-spacer {
    margin-top: 40px;
}

.hero-feature {
    text-align: center;
    margin-bottom: 30px;
}

.totop2{
	float: right;
	font-size: 12px;
	color: #BED6FA;
}

.todo-header{
	border-radius: 6px 6px 0px 0px;
	height: 70px;
	line-height: 47px;
	font-size: 15px;
}

.footer-banner{
	margin-left: 0px;
}

.panel-primary{
	border-color: #34495E;
}

.panel-heading{
	background-color: #34495E;
}

footer {
    margin: 50px 0;
}

.maxWidth {
       max-width:1170px;
}

.disabled{
  opacity: .25;
  pointer-events: none;
}

.next{
	opacity: .50;
}

.tileList{
  align-content: center;
  text-align: center;
  background: #eff0f2;
  border-radius: 5;
  padding: 10px;
}

.tileList .head{
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #ccc;
}

.tileList li{
  list-style: none;
}

.output{
  padding: 10px;
  color: #fff;
  border-radius: 10px;
}

.assignment-steps{
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}

.assignment-steps li{
    counter-increment: step-counter;
    background-color: #ECF0F1;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 6px;
    font-size: 15px;
}

.assignment-steps li::before {
    content: counter(step-counter);
    margin-right: 10px;
    font-size: 120%;
    background-color: #2980B9;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 15px;
}

.tut-steps{
	margin-bottom: 20px;
}

.tut-steps img{
	padding: 6px;
	border: 1px dashed #999;
	background-color: #e0e0e0;
}

a.vidPoster:link img{
  opacity: .9;
  border: none;
  padding: 0;
  background: none;
}

a.vidPoster:hover img{
  opacity: 1;
}

.tut-step{
    background-color: #ECF0F1;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 6px;
    font-size: 15px;
}

.tut-note{
	background-color: #ffedb0;
	display: block;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 6px;
    font-size: 15px;
}

.tut-complete{
	background-color: #b0ffb6;
	display: block;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 6px;
    font-size: 15px;
}

.tut-save{
	background-color: #b0e4ff;
	display: block;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 6px;
    font-size: 15px;
}

.tut-msg{
	font-size: 16px;
	font-style: italic;
	margin-top: 10px;
}

.tut-text{
	font-size: 16px;
	font-style: normal;
	margin-top: 10px;
}

.tut-step .num{
	margin-right: 10px;
    font-size: 100%;
    background-color: #2980B9;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 15px;
}

.slidingsider {
  position: absolute;
  top: 5px;
  right: 47px;
  width: 293px;
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-red{
  background-color: #dc7a98;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#db7996), to(#bf456a)); 
  background-image: -webkit-linear-gradient(top, #db7996, #bf456a); 
  background-image:    -moz-linear-gradient(top, #db7996, #bf456a); 
  background-image:     -ms-linear-gradient(top, #db7996, #bf456a); 
  background-image:      -o-linear-gradient(top, #db7996, #bf456a); 
  color: #fff;
}

.ribbon-red:before, .ribbon-red:after {
	border-top:   3px solid #8a0029;
}

.ribbon-blue{
  background-color: #7ab6dc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ab6dc), to(#458dbf)); 
  background-image: -webkit-linear-gradient(top, #7ab6dc, #458dbf); 
  background-image:    -moz-linear-gradient(top, #7ab6dc, #458dbf); 
  background-image:     -ms-linear-gradient(top, #7ab6dc, #458dbf); 
  background-image:      -o-linear-gradient(top, #7ab6dc, #458dbf); 
  color: #fff;
}

.ribbon-blue:before, .ribbon-blue:after {
	border-top:   3px solid #00588a;
}

.ribbon-gray{
  background-color: #9c9c9c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#bfbfbf)); 
  background-image: -webkit-linear-gradient(top, #dbdbdb, #bfbfbf); 
  background-image:    -moz-linear-gradient(top, #dbdbdb, #bfbfbf); 
  background-image:     -ms-linear-gradient(top, #dbdbdb, #bfbfbf); 
  background-image:      -o-linear-gradient(top, #dbdbdb, #bfbfbf); 
  color: #333;
}

.ribbon-gray:before, .ribbon-gray:after {
	border-top:   3px solid #333;
}

.ribbon:before, .ribbon:after {
  content: "";
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon:before {
  left: 0;
}
.ribbon:after {
  right: 0;
}

.left-iframe{
  margin: 0 10px 0 0;
}

.right-iframe{
  margin: 0 0 0 10px;
}