.course-header {
	font-family: georgia,serif;
	font-size: 36px;
	font-weight: bold;
}

.section-header {
	font-family: georgia,serif;
	font-size: 36px;
	font-weight: bold;
}

.quiz-header {
	font-family: georgia,serif;
	font-size: 36px;
	font-weight: bold;
}

.course-content {
	font-family: verdana;
}

.course-progress{
	margin-top: 50px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.inner-content{
	padding-left: 40px !important;
	padding-right: 40px !important;
}

@media (max-width: 991px) {
	.inner-content{
		padding-left: 20px !important;
		padding-right: 20px !important;
		text-align: justify;
	}
}

#KO_ProgramTree li{
	padding-left: unset;
}

.Header2 .SocialButtons{
	display:none;
}

.Header2 .SmallLogo img.logo{
	height: 140px;
}

body{
	font-size: 16px;
}

.check.fa-square{
	color: orangered;
	color: orangered;
}

.check.fa-check-square{
	color: limegreen;
}

.Footer{
	background-color: rgb(153, 0, 0);
	background: linear-gradient(to top,rgba(153,0,0,1) 0%,rgba(102,0,0,1) 100%);
	padding:20px;
	color: white;
}

.Footer a{
	font-size: 14px;
	color: white;
	cursor: pointer;
}

.Footer .modal a{
	color: steelblue;
}

.Footer .col table{
	width: 100%;
	min-height: 200px;
	padding: 30px;
}

.Footer .col td{
	vertical-align: middle;
}

.Footer .col td.LogoCell{
	text-align:right;
}

.Footer img.logo{
	height: 150px;
}

.USLL_Menu{
    background-color: rgba(250,250,250,0.7);
    border-radius: 10px;
    padding: 10px;
	border-left: 5px solid rgba(153,0,0,1);
	color: black;
}

.USLL_Menu a:not(.btn){
	color: blue;
}

.USLL_Menu > a{
	display:block;
	color: rgba(153,0,0,1);
	border-bottom: 2px solid transparent;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

.ProgramName{
	font-size: 22px;
	font-weight: bold;
}

.fixed{
	position:fixed;
}

.ProgramHeader{
	margin-top:0;
	border-bottom: 2px solid rgba(153,0,0,1);
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
}

.USLL_Menu > a:hover{
	background-color: rgba(153,0,0,1);
	color: white;
}

.USLL_Menu > a.selected{
	background-color: rgba(153,0,0,1);
	color: white;
}

.pointer{
	cursor: pointer;
}

.grab{
    cursor: move;
    cursor: grab;
}

.inlineBlock{
	display: inline-block;
}

a{
	cursor: pointer;
}

.btn-gray{
	color: #fff;
    background-color: gray;
    border-color: gray;
}

.btn-gray:hover{
	color: #fff;
    background-color: lightgray;
    border-color: lightgray;
}

.block{
	display: block;
}

.underline{
	text-decoration: underline;
}

.margin20{
	margin-left: 20px;
	margin-right: 20px;
}

.indent20{
	margin-left: 20px;
}

.font24{
    font-size: 24px;
}

.font20{
    font-size: 20px;
}

#KO_ProgramTree > li{
	display:block;
}

.TreeItem > a[data-status="1"]{
	color: black;
}

.TreeItem > a[data-status="0"]{
	color: #DDD;
}

.TreeItem a.active{
	font-weight: bold;
    background: #eee;
    padding-left: 5px;
    padding-right: 5px;
}

.underBorder{
	border-bottom: 1px solid black;
}

.dotBorderLeft{
	border-left: 1px dotted black;
}

#Buttons .btn .glyphicon{
	top:4px;
	left:0;
}

body .nomargin{
	margin:0;
}

#Contents .holder{
	background-color: #AAA;
	height: 24px;
}

body h3 {
	margin-top: 3px;
}

#Contents .Item.sorthover .subcontent{
	min-height: 25px;
}

.subcontent{
	margin-left: 15px;
}

.siteLoader{
	position: fixed;
	top: 0;
	right: 0;
	padding: 5px;
	padding-left: 10px;
	border-bottom-left-radius: 5px;
}

.middleChildren > *{
	display: inline-block;
	vertical-align:middle;
}

.middleChildren > .col{
	float: none;
	margin-right: -6px;
}

.topChildrenBlock > *{
	display: inline-block;
	vertical-align:top;
}

select.form-control{
	width: auto;
	display:inline-block;
}

#Contents:not(.sorting) .sorting{
	display: none;
}

.Item:not(.live){
	color: #AAA;
}

#Tree {
	margin-bottom: 15px;
}

@media (min-width: 992px) {
  .md-dotBorderLeft {
    border-left: 1px dotted black;
  }
}

@media (max-width: 991px) {
  .sm-dotBorderTop {
    border-top: 1px dotted black;
  }
}

.bg-white{
	background-color:white;
}

.dottedLeft{
	border-left: 1px dotted #AAA;
}

.dottedSides{
	border-left: 1px dotted #AAA;
	border-right: 1px dotted #AAA;
}

.SummaryOfPurpose{
	font-size: 20px;
	font-weight: bold;
	border: 1px solid black;
	padding: 10px;
}

.InfoBite{
	font-size: 17px;
	border: 1px solid black;
	padding:10px;
	height:150px;
	margin-bottom:10px;
}

#MenuDropdownToggle{
	font-size: 20px;
    padding: 3px 8px;
    padding-bottom: 1px;
}

body .breadcrumb{
	margin-bottom:0;
	background: none;
}

body .breadcrumb a{
	color:white;
}

body .breadcrumb .active{
	color:white;
}

@media (max-width: 991px) {	
	#ContentRow > *{
		padding-top: 0;
	}
	.breadcrumb{
		margin-left:40px;
		margin-top:5px;
		position:absolute;
		z-index:1;
	}
	#MainNavigation{
		margin-bottom:5px;
		margin-top:5px;
	}
}

#StateFlag img.Flag{
	height: 200px;
	border-radius: 20px;
}

table.GridControl td, table.GridControl th{
	padding: 5px;
}

table.GridControl tbody tr.normal-row:nth-child(2n+1){
	background-color: #DDD;
}

table.GridControl{
	width:100%;
}

table.GridControl input.Filter.form-control{
	width:initial;
	padding:0;
	height:initial;
}

input.form-control.form-normal{
	width:initial;
	display:inline-block;
}

#Branding {
	margin-top: 0;
	height: 150px;
	width:150px;	
	display: inline-block;
    border: 1px dashed white;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
}

#Branding > div {
    font-weight: 800;
    font-size: 20px;
    margin: 0;
    line-height: 20px;
    position: relative;
    top: 50%;
	transform: translateY(-50%);
}

.sortable-placeholder{
	height:150px;
	background-color:yellow !important;
}

.sortable-placeholder.Question{
	height:30px;
	background-color:yellow !important;
}

.popover.linkpopover{
	max-width:500px;
	font-weight: bold;
	border-width:5px;
	border-color: #AAA;
}

.popover.linkpopover .popover-content{
	max-height:300px;
	overflow:auto;
}

.ClosePopOver{
	position: absolute;
    top: -10px;
    right: -10px;
    background-color: white;
    font-size: 20px;
	cursor: pointer;
}

.Confirm{
	position:relative;
}

.Confirm::after{
	content: 'Click again to confirm.';
    position: absolute;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    top: calc(100%);
    width: 100px;
    left: calc(100% + 5px);
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.Tiles .Tile{
	border:1px solid slategray;
	border-radius:5px;
	padding:10px;
	text-align:center;
	display:inline-block;
	margin:5px;
	background-color:white;
	color:black;
}

.Tiles .Tile.Full{
	width:100%;
}

.Tiles .Tile.Half{
	width:45%;
}

.TileHeader{
	border-bottom:1px solid #ccc;
	margin-left: -10px;
	margin-right:-10px;
	padding-left: 10px;
	padding-right:10px;
}

.TileBody{
	padding-top:10px;
}

.margintop0{
	margin-top:0;
}

.fakeHidden{
	position:absolute;
	left:-10000px !important;
}

.relative{
	position:relative;
}

.FullWidth{
	width:100%;
}

.glyphicon.red{
	color: orangered;
}

/*  Temporary until full launch */
body.HideStuff #LoginPanel .btn-link{
	display:none;
}

.price-tag > span {
	float: left;
	position: relative;
	width: auto;
	height: 30px;
	margin-left: 20px;
	padding: 0 12px;
	line-height: 30px;
	background: #1f8dd6;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;		
}

.price-tag > span:before {
	content: "";
	position: absolute;
	top: 0;		
	width: 0;
	height: 0;		
	border-style: solid;		
}

.price-tag > span:after {
	content: "";
	position: absolute;
	top: 13px;
	width: 4px;
	height: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	-moz-box-shadow: -1px -1px 2px #004977;
	-webkit-box-shadow: -1px -1px 2px #004977;
	box-shadow: -1px -1px 2px #004977;
}	

/* Add rounded corners to right end of the anchor tag */
.price-tag span {		
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

/* Position and show only right border of triangle  */
.price-tag > span:before {		
	left: -15px;	
	border-color: transparent #1f8dd6 transparent transparent;
	border-width: 15px 15px 15px 0;
}

/* Fix the circle between anchor box and triangle left to it  */
.price-tag > span:after {		
	left: -2px;
}

.Checkout{
	padding:10px;
}

.Checkout h3{
	margin-top:0;
}

.PasswordField .PasswordTips{
	position:relative;
}

input:not(:focus) + .InputTip:not(.Show){
	display:none;
}

.InputTip{
	position:relative;
}

input:focus + .InputTip:before,
input + .InputTip.Show:before
{
	content: attr(data-tip);
	position:absolute;
	top:0;
	left:0;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
	border-radius: 10px;
	padding: 5px;
}

.PasswordField input:focus{
	position:relative;
}

.PasswordField input:focus + div:before{
	content: 'Your password must be more than 10 characters long.';
	position:absolute;
	top:0;
	left:0;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
	border-radius: 10px;
}

li.TreeItem a.selected{
    font-weight: bold;
    background: #eee;
    padding-left: 5px;
    padding-right: 5px;
}

.usll_Login .BindHere{
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.usll_Login input{
	width:auto;
	display:inline-block;
}

.cke iframe,
.cke .cke_inner{
	background-color: rgba(255,255,255,0.5);
}

.flex{
	display:flex;
}

.flex > *{
	flex:1;
}

body.StateSelected:not(.AdminAccess) .StateSelector{
	display:none;
}

.flexmiddle{
	display: flex;
	align-items: center;
}

.flexmiddle > *{
	flex: 1;
}