/*Boostrap Overwritten Rules*/
body {
	font-family: 'Lato', Helvetica, sans-serif;
  background: #fafafa;
}
h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 1.1;
}
h1, .h1 {
    font-family: 'Montserrat' ,Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
.element-item {
  width: 100%
}
.modal-content.python {
  background: #335775;
  color: #ffffff;
}
.python .modal-header {
  background: rgba(0,0,0,0.1);
  color: #ffffff;
}
.modal-content.django {
  background: #517D5C;
  color: #ffffff;
}
.django .modal-header {
  background: rgba(0,0,0,0.1);
  color: #ffffff;
}
.modal-content.java {
  background: #044871;
  color: #ffffff;
}
.java .modal-header {
  background: rgba(0,0,0,0.1);
  color: #ffffff;
}
.list-group h1 {
  font-size: 16px;
  margin: 0px 5px 5px 5px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: none;
    width: 50%;
}
.nav-pills > li > a {
    border-radius: 0;
}
.panel-dashboard-nav {
    border-radius: 0;
}
.navbar-avatar {
	height: 44px;
}
.sidebar-avatar {
  height: 80px;
  text-align: center;
  border: 2px solid #FFF;
}
.navbar-avatar-link {
  padding: 10px !important;
}
.free-trial-modal {
	max-width: 600px;	
}
.free-trial-upsell {
	font-weight: 700;
	margin-bottom: 15px;
}
.cover-image-thumb {
	float: left;
    margin-right: 10px;
    height: 55px;
}
.reader-container .dropdown-menu > li > a {
    font-family: Roboto, Helvetica, sans-serif;
}
.list-name {
	 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 25px;
}
.concat {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brand-logo {
	height: 18px;
}
.badge {
	width: 80px;
	padding: 6px;
	border-radius: 0px;
	background: rgba(0,0,0,0);
}
.badge-learn {
	background:rgba(69, 178, 157, 0.7);
	float: right;
}
.badge-master {
	background:rgba(51, 77, 92, 0.7);
	float: right;
}
.badge-build {
	background:rgba(226, 122, 63, 0.7);
	float: right;
}
.badge-general {
  background:rgba(138, 138, 138, 0.7)
}
.lg-title {
	font-size: 14px;
	font-weight: 500;
}
.r-date {
	float: right;
	margin-right: 15px;
	padding-top:3px;
	color: lightslategray;
}
.mobile-nav-icon {
	padding: 10px;
}
.welcome-copy p {
	font-size: 14px;
	line-height: 24px;
}
.welcome-copy h3 {
	font-weight: 500;
}
.welcome-copy li {

	line-height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.mobile-title {
	margin-top: -25px;
}
.sidebar-nav>.nav-tabs>li.active {
	background: none;
}
.sidebar-nav>li>h5 {
  color: #333;
  font-weight: 500;
  font-size: 16px;
}
.tabbed-content {
	border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin-top: -1px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.toggle-nav {
	  font-size: 18px;
    margin-left: 0px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-top: 11px;
}
.course-listing {
	margin-bottom: 0px;
}
.navbar-default .in .search-nav-collapse {
	height: 58px;
}
.logout-wrapper {
	padding: none;
}
/* Login Modal */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-footer {
 	text-align: center;
}
.modal-content {
	border: 5px solid rgba(220, 220, 220, 0.7);
}
/*Custom Reader Style*/
.reader-container p, .reader-container ul {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2em;
    margin-bottom: 30px
}
.reader-container a {
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.reader-container table {
    margin-bottom: 20px;
}
.reader-container .blockquote td, .reader-container .blockquote th {
    border: none;
    padding: 0;
}
.reader-container .dropdown-menu li a {
    font-family: Roboto, Helvetica, sans-serif;
}
.panel > .list-group:first-child span:not(:first-child) .list-group-item:first-child{
    border-top: 1px solid #dddddd;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.mediaobject {
    margin-top: 30px;
    margin-bottom: 30px
}
.informalexample {
    margin-top: 30px;
    margin-bottom: 30px
}
.login-modal {
    max-width: 350px;
}
.error-modal {
    max-width: 350px;
}
/* Login Modal */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.search-preorder-title {
    width: 100%;
    display: inline-block;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.video-panel-group, .next-section-video {
    display: none;
}

.book-content .h1, .book-content .h2, .book-content .h3,.book-content h1,.book-content h2,.book-content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-footer {
    text-align: center;
}
.title-duration {
    font-size: 11px;
    color: #8c8c8c;
}
.product-image{
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
/* Logged out section */
.fade-out {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 150px 0;
    background: -webkit-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: -moz-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: -o-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: -ms-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
}

.reader-container h2.title {
	font-weight: 100;
	font-size: 36px;
}
.reader-container h3.title {
	font-weight: 500;
	font-size: 28px;
	color: #456F9E;
	margin-top: 30px;
	margin-bottom: 30px;
}
.orderedlist {
	background: #f5f5f5;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 1px;
    margin-bottom: 30px;
    border-left: solid 15px #E0E0E0;
    border-radius: 4px;

}
.orderedlist ol{
	font-size: 18px;
    font-weight: 700;
    border: none;
}
.orderedlist pre{
	font-weight: 300;
}
.orderedlist ol li p{
	
}
.itemizedlist {
	background: #f5f5f5;
    padding-top: 25px;
    border-left: solid 15px #456F9E;
    padding-bottom: 15px;
    margin-bottom: 30px;
    padding-right: 25px;
    border-radius: 4px;
}
.itemizedlist ul {

}

.itemizedlist ul li{
	list-style-type: none !important;
}
.itemizedlist ul li p{
	font-family: 'Roboto', Helvetica, sans-serif !important;
}
.itemizedlist ul li:before{
	font-family: FontAwesome;
    content: "\f138";
    font-size: 28px;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    color: #456F9E;
}

.tip {
	background: #456F9E;
	border-left: solid 15px #305884;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 30px;
	border-radius: 4px;
}
.tip h3.title{
	color: white!important;
	font-weight: 100;
	font-size: 28px;
	display: inline-block;
	margin-bottom: 10px;
	background: #456F9E;
}
.tip h3:before {
	font-family: FontAwesome;
    content: "\f0eb";
    display: inline-block;
    padding-right: 10px;
    font-size: 42px;
    margin-top: -2px;
    vertical-align: middle;
}
.tip p {
	color: white;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1em !important;
	line-height: 1.5em !important;
	background: #456F9E;
}
.tip p a {
	color: #fff;
	text-decoration: underline;
	background: #456F9E;
}
code.literal {
	padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.note {
	background: #459E6D;
	border-left: solid 15px #30845E;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 30px;
	border-radius: 4px;
}
.note h3.title {
	color: white;
	font-weight: 100;
	font-size: 28px;
	display: inline-block;
	margin-bottom: 15px;
	background: #459E6D;

}
.note h3:before {
	font-family: FontAwesome;
    content: "\f24a";
    display: inline-block;
    padding-right: 10px;
    font-size: 42px;
    margin-top: -2px;
    vertical-align: middle;
}
.note p {
	color: white;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1em !important;
	line-height: 1.5em !important;
	background: #459E6D;

}

.note p a {
	color: #fff;
	text-decoration: underline;
}
.blockquote {
	padding: 15px;
	border-radius: 4px;
}
blockquote {
    background: #51A796;
    border-left: 15px solid #3C8C7C;
}
blockquote p {
	background: #51A796;
	color: white;
    font-weight: 300 !important;
    font-style: italic;
    line-height: 1.8em !important;
    padding: 15px;
}
.emphasis {
}
.emphasis em {
	font-style: normal;
	font-weight: 600;
	font-size

}
.informaltable{
	margin-bottom: 30px;
}
.informaltable table{
	width: 100%;
	border: 3px solid #456F9E !important;

}
.informaltable table thead{
}
.informaltable table thead tr{
    background: #456F9E;

}
.informaltable table thead th{
	padding: 10px;
	border: none;
    padding: 5px;
}
.informaltable table thead th p{
	margin: 0px;
	font-family: 'Roboto', Helvetica, sans-serif;
	color: white;
	font-weight: 300;
	font-size: 16px;
	margin-left: 10px;
}
.informaltable table tbody{
	border: 3px solid #456F9E;
}
.informaltable table tbody tr{
	background: #fff;
}
.informaltable table tbody td{
	padding: 10px;
	border: 1px solid #ECECEC;
    padding: 5px;
}
.informaltable table tbody td p{
	margin: 0px;
	font-family: 'Roboto', Helvetica, sans-serif;
	margin-left: 5px;
}
.informaltable table tbody td p code.literal {
	margin-left: 0;
}
/*Section Complete on titles*/
.completed-section {
/*	border-left: 5px solid #F9953D;
*/}
.simple-feefo-logo {
  height: 10px;
  margin-top: -4px;
  width: auto;
  margin-left: 5px;
}
@media(min-width:768px) {
	.reader-container p {
		font-size: 1.6rem;
		line-height: 1.6em;
		margin-bottom: 30px
	}
}
@media(min-width:992px) {
	/*Extending Search Bar on devices over 992px wide*/
	.navbar-form .form-group .form-control:focus,.navbar-form .form-group .form-control:active {
		width: 350px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.navbar-form .form-group .form-control {
		width:200px;
	    -webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	}
}

/* New CSS Rules for Skills Platform */
.jumbotron.heading {
    padding-bottom: 15px;
    padding-top: 79px;
    background: #3C3C3C;
    color: white;
}
.jumbotron h1 {
  font-weight: 100;
  font-size: 24px;
  color: white;
}
.jumbotron p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.jumbotron .img-thumbnail {
  height: 95px;
  padding: 0px;
  background: none;
  border: 3px solid rgba(47, 47, 47, 0.19);
  float: left;
  margin-right: 15px;
}
@media(min-width:768px) {
    .reader-container p {
      font-size: 1.6rem;
      line-height: 2.3em;
      margin-bottom: 30px
    }
    .jumbotron h1 {
      font-weight: 100;
      font-size: 36px;
  }
}
.jumbotron ol {
    background: none;
    padding-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
}
.jumbotron ol>li {
      color: rgba(255,255,255,0.7) !important;
}
.jumbotron ol a:hover,.jumbotron ol a:focus {
    text-decoration: none;
}
.jumbotron ol a {
    color: #fff;
}
.jumbotron ul a {
    color: #333;
}
.jumbotron .progress {
  height: 3px;
  margin-bottom: 0px;
}
.jumbotron .thumbnail {
  margin-top: 70px;
  margin-bottom: -10px;
  background: none;
  color: #eee;
  border: none;
}
.jumbotron .thumbnail span {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}
.panel.panel-default, .panel.panel-default>.panel-heading {
    border-radius: 0px;
}
.sidebar-nav>.panel.panel-default {
    border-radius: 0px;
    box-shadow: inset -3px 1px 9px -4px #ABABAB;
    -webkit-box-shadow: inset -3px 1px 9px -4px #ABABAB;
    -moz-box-shadow: inset -3px 1px 9px -4px #ABABAB;
    -o-box-shadow: inset -3px 1px 9px -4px #ABABAB;
}
.sidebar-nav>.panel-default > .panel-heading {
    border-radius: 0px;
    box-shadow: inset -3px 1px 9px -4px #ABABAB;
    -webkit-box-shadow: inset -3px 1px 9px -4px #ABABAB;
    -moz-box-shadow: inset -3px 1px 9px -4px #ABABAB;
    -o-box-shadow: inset -3px 1px 9px -4px #ABABAB;
}
.sidebar-nav>.panel-default > .panel-footer {
    border-radius: 0px;
    box-shadow: inset -3px 1px 9px -4px #ABABAB;
    -webkit-box-shadow: inset -3px 1px 9px -4px #ABABAB;
    -moz-box-shadow: inset -3px 1px 9px -4px #ABABAB;
    -o-box-shadow: inset -3px 1px 9px -4px #ABABAB;
}
.sidenav-menu {
  font-weight: 500;
  font-size: 16px;
  float: left;
}
.clickable:hover {
    cursor:pointer 
}
.clickable {
  cursor:pointer;
}
span.input-group-btn button.btn {
    height: 34px;
    padding-top: 8px;
}
.faux-panel {
    border: 1px solid;
    border-color: #ddd;
    height: 5px;
    border-bottom: 0;
    margin: 0 4px 0 4px;
    background: #FEFEFE;
}
.faux-1st {
    margin: 0 4px 0 4px;
    background: #FEFEFE;
}
.faux-2nd {
    margin: 0 8px 0 8px;
    background: #FCFCFC;
}
.sm-card-icon {
    font-size: 48px;
}
.skillcard {
  padding: 0px;
  
}
.inner-skillcard {
/*  display: table;*/
}
.left-skillcard {
/*    background-color: white;
    display: table-cell;
    padding:  30px;
    padding-bottom: 20px;*/
}
.top-skillcard {
    padding:  25px;
    padding-left: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.breadcrumb.title-buttons > li + li:before {
    padding: 0 5px;
    color: #ccc;
    font-family: fontAwesome;
    content: "\00a0";
}
.tech-icon {
    height: 80px;
    margin-right: 10px;
    margin-left: -5px;
    margin-top: -16px;
    margin-bottom: -15px;
}
.tech-icon.drop {
  height: 85px;
}
.skill-connector {
    background: #507EAB;
    height: 15px;
    width: 3px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -6px;
    margin-bottom: -6px;
}
.skill-connector.incomplete {
  background: #C2CCDB;
}
.tech-icon-progress {
    height: 70px;
    padding: 5px;
    -webkit-filter: opacity(30%); /* Chrome, Safari, Opera */
  filter: opacity(30%);
}
.tech-icon-progress.active {
  -webkit-filter:none; /* Chrome, Safari, Opera */
  filter: opacity(0%);
}
/*.tech-icon-progress.inprogress {
  border-radius: 10px;
  border:3px solid #13AE92;
  background: white;
}*/
.tech-icon-sm {
  height: 70px;
  width: auto;
  padding: 5px;
}
.img-thumbnail.tech-icon-sm,.img-thumbnail.tech-icon {
  padding: 0px;
}
.card-heading {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
}
.sm-card-heading {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 5px;

}

.left-skillcard li {
  list-style-position: outside;
  line-height: 1.8em;
  background: url(images/bullet.png) no-repeat left top;
  padding: 0px 0px 10px 35px;
  list-style: none;
  margin: 0;
}
.learning-skillcard li {
  list-style-position: outside;
  line-height: 2.2em;
  background: url(images/bullet.png) no-repeat left top;
  padding: 0px 0px 10px 35px;
  list-style: none;
  margin: 0;
}
.dashboard-skillcard li {
  font-size: 14px;
  list-style-position: outside;
  line-height: 1.8em;
  background: url(images/bullet2.png) no-repeat left top;
  padding: 0px 0px 15px 35px;
  list-style: none;
  margin: 0;
}
.learning-points {
  padding-left: 15px;
}
.learning-skillcard ul {
  padding-left: 10px;
}
.left-skillcard ul {
  padding: 20px;
  padding-bottom: 0px;
}
.sm-card {
  height: 210px;
  width: 100%;
}
.sm-card>.panel-heading {
  height: 210px;
  border-bottom: 1px solid #ccc;
}
.sm-card-cs {
  height: 175px;
  width: 100%;
}
.sm-card-cs>.panel-heading {
  height: 175px;
  border-bottom: 1px solid #ccc;
}
.element-item.owned {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.inner-card-sm {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.img-product-list {
  float: left;
  height: 140px;
  margin-right: 15px;
}
.panel-heading {
  padding: 15px !important;
}
.img-product-header {
    float: right;
    height: 90px;
    margin-right: 30px;
    border: 1px solid rgba(255,255,255,0.2);
    margin-top: 15px;
}
.list-group li:first-child {
  border-right: none;
  border-bottom: none;
  border-top: none;
  border-radius: 0;
}
.list-group li:last-child {
  border-radius: 0;
}
.list-group li {
  border-right: none;
  border-bottom: none;
}
.list-group {
  border-radius: 0;
}
.list-group-item.python {
  background: #2b5b84;
  color: white;
}
.list-group-item.mysql {
  background:  #187EAB;
  color: white;
} 

.list-group-item.django {
  background: #517D5C;
  color: white;
}
.list-group-item.java {
  background: #044871 ;
  color: white;
}
.list-group-item.docker {
  background: #46b0e7;
  color: white;
}
.list-group-item.jira {
  background: #3A628C;
  color: white;
}
.list-group-item.android {
  background: #78A02E;
  color: white;
}
.list-group-item.git {
 background: #BD4C38;
 color: white;
}
.ni-progress {
  border:dashed 2px #ccc;
  padding:  15px;
  text-align: center;
}
.ni-progress h4 {
  color: #bbb;
}
.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}

.brand-logo {
  color: #677280;
  width: 200px;
  margin-left: -1px;
  float: left;
  text-align: center;
  height: 64px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
@media(min-width:1400px) {
  .brand-logo {
  width: 250px;
  }
}
.brand-logo.active {
  background: #F8F8F8;
}
.brand-logo:hover,
.brand-logo:focus {
  text-decoration: none;
  color: #677280;
  background: rgba(0,0,0,0.1);
}
.brand-logo img {
  height: 28px;
  margin-top: 4px;
  margin-left: -10px;
}
.panel-heading>.img-thumbnail,.modal-header>.img-thumbnail,.panel-heading>.col-sm-12>.img-thumbnail {
  border:3px solid rgba(47, 47, 47, 0.19)
}
.panel-progress {
  border-left: 10px solid rgba(255,255,255,0.5);
  position: absolute;
}