* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


p {
    font-size: 14px;
    padding-left: 2em;
}

h2{
	margin: 10px 0 10px 0;
	font-size:20px;
}

h3{
	margin: 10px 0 10px 0;
	font-size:16px;
}

h4{
	margin: 0 0 10px 0;
	font-size:14px;
}

p.indent{
	padding-left: 3em;
}
p.indenttwo{
	padding-left: 9em;
}

.syntax{
	font-weight: bold;
	color: #000011;
    background-color:#FFF; 
	font-size:15px;
}

.nohighlight{
	font-weight: normal;
	color: #000;
	font-size:13px;
}


blockquote {
    font-size: 14px;
    margin-left:20px;
    border-left: 5px solid #eee;
}

span.pointup {
	color:red;
	font-weight: bold;
}

.navbar-brand {
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
}

.panel {
	margin-left:20px;
}
div.highlight {
	margin-left:20px;
}

div.result {
	margin-left:20px;
}

.table {
	margin-top:10px;
	margin-left:20px;
}

.sidebar .nav-stacked > li + li {
    margin-top: 0px;
}


.sidebar .nav-pills > li{
    background-color:#ccccff;
	border: 1px solid #337ab7;
}

.sidebar .nav-pills > li.subtitle {
	padding: 10px 15px;
    background-color: #337ab7;
    border: 1px solid #337ab7;
    color: white;
}


.sidebar .nav-pills > li > a {
    border-radius: initial;
    font-size: 13px;
    color:black;
    padding: 10px 3px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color:#00BFFF;
    color:white;
	display: block;
}

*
.sidevar .nav-pills > li > a > ul.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;

}



.sidebar .nav-pills > li.nested a {
	display: block;
    padding-left: 15px;
}


.sidebar .nav-pills > li {
    color:white;
   border: 1px solid #337ab7;
}

h2.subject{
  	color: #333333;
  	padding: 5px 5px;
	border-left: 10px solid #ce4844;
 	 border-bottom: 1px solid #ce4844;
}
h3.question , h3.topic{
  	color: #333333;
  	padding: 5px 5px;
	border-left: 10px solid #ce4844;
 	 border-bottom: 1px dashed #ce4844;
}



.breadcrumb {
	background:transparent;
	padding: 0px;
    margin-bottom: 3px;
    display: block;
    width: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 9;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.breadcrumb a {
     color: #3276B1;
}

.breadcrumb a:hover {
     text-decoration: none;
}

.breadcrumb > .active {
     color:#47A447;
}

.breadcrumb > li + li:before {
     content: "\00BB";
     color: #D2322D;
}


.thumb_list img{
    z-index: 8;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}
.thumb_list .thumbnail {
    display:inline-block
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    z-index: 9;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.thumb_list a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	text-decoration: none;
}

.thumb_list .thumbnail div.thumb_text {
    padding: 5px;
    text-align: center;
}


.thumb_list .thumbnail div.thumb_text h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #484c50;
}

.thumb_list .thumbnail .thumb_text p {
    text-align: left;
    color: #85919d;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color:#fff;
}
#page-top a {
    display: block;
}

div.container > div.row > div.col-md-10 > img {
	margin-left : 20px;
}


