/*
 * pylons.css_t
 * ~~~~~~~~~~~~
 *
 * Sphinx stylesheet --mahara theme inspired and based on the pylons theme
 *
 * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
 * :copyright: Copyright 2011 by Catalyst IT.
 * :license: BSD, see LICENSE for details.
 *
 */

@import url("alabaster.css");

/* -- base ------------------------------------------------------------------ */ 
body {
    padding: 0 30px;
}
@media screen and (max-width: 875px) {
  body {
    padding: 0 15px;
  }
}
div.body h1 {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dddddd;
	color: #333333;
  font-weight: 300;
}
div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
  color: #423017;
	font-weight: 700;
	padding: 10px 0;
}
@media only screen and (max-width: 875px) {
  div.body h1 {
    font-size: 26px;
  }
  div.body h2 {
    font-size: 22px;
  }
  div.body h3 {
    font-size: 18px;
  }
  div.body h4 {
    font-size: 16px;
  }
}

div.body h1 img,
div.body h2 img,
div.body h3 img,
div.body h4 img,
div.body h5 img,
div.body h6 img {
	vertical-align: middle;
}
img {
  vertical-align: text-bottom;
}
a, a:visited, a:link, a .pre {
	color: #566d31;
	text-decoration: underline;
	text-underline-position: under;
	word-wrap: break-word;
}
a:hover, a:hover .pre {
	color: #2e3a1c;
	text-decoration: underline;
	text-underline-position: under;
}
a:focus {
  outline: medium solid #8ab351;
}
em {
	color: #6e5e31;
	font-weight: 700;
}
a.reference em,
a em.std-term {
	color: #566d31;
}
a:hover em.std-term,
a.reference:hover em {
  color: #2e391c;
  text-decoration: underline;
  text-underline-position: under;
}

p.first {
  margin: 0 0 1em 0;
}
p.last {
  margin: 0;
}
blockquote {
	border-left: 0;
	font-size: 1em;
}
pre {
	font-size: 1.05em;
	padding: 20px;
}
code {
	background-color: transparent;
	color: #763b36;
	font-size: 1em;
}
tt {
	background-color: transparent;
	color: #763b36;
	font-size: 1.05em;
}
input,
button,
textarea,
select {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: medium solid #8ab351;
}
ol, ul {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 870px) {
  ul {
    margin-left: 30px;
  }
}
ul ul {
  font-size: 14px;
  margin-bottom: 20px;
}
.form-control {
  color: #333333;
}
/* -- custom header --------------------------------------------------------- */
.pageheader {
  background: transparent url(header-triangle-bg.png) no-repeat center top;
  height: 70px;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
}
.pageheader .container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 30px;
}
@media only screen and (max-width: 875px) {
  .pageheader {
     background: #FFFFFF url(header-triangle-bg.png) no-repeat 330px 0;
     height: 80px;
  }
  .pageheader .container {
    padding: 15px 15px;
  }
}
.pageheader .brand {
  height: 49px;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .pageheader {
    background: transparent url(header-triangle-bg.png) no-repeat 330px 0;
    position: relative;
  }
  .pageheader .container {
    padding: 15px 0;
  }
}
/* -- content layout -------------------------------------------------------- */
div.document {
  max-width: 1280px;
  width: 100%;
  margin: 100px auto 0 auto;
  padding: 0;
}
div.documentwrapper {
  float: left;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 875px) {
  div.document {
    width: 100%;
    margin: 80px 0 0 0;
  }
  div.documentwrapper {
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  div.document {
    width: 100%;
    margin: 0;
  }
}
/* -- sidebar --------------------------------------------------------------- */
@media screen and (max-width: 875px) {
  div.sphinxsidebar {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    padding: 30px 0px;
    background: none;
    color: #333;
  }
  div.sphinxsidebar a {
    color: #4d1f37;
  }
}
div.sphinxsidebarwrapper {
  border: 4px solid #4d1f37;
  border-radius: 1.25rem;
	background-color: #FFFFFF;
	padding: 0 20px 12px 20px;
}
div.sphinxsidebarwrapper > .logo {
  /* we hide the logo in the sidebar because mahara theme puts it in the header */
  display: none;
}
div.sphinxsidebarwrapper > div > h3 {
	font-weight: 700;
  font-size: 1.333em;
	padding: 12px 0 12px 0;
	border-bottom: 1px solid #333333;
  color: #333333;
}
@media screen and (max-width: 875px) {
  div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p, div.sphinxsidebar h3 a {
    color: #4d1f37;
  }
}
div.sphinxsidebar #searchbox input[type="text"] {
  border-radius: 6px 0 0 6px;
}
div.sphinxsidebar #searchbox input[type="submit"] {
  border-radius: 0 6px 6px 0;
}
/* -- footer ---------------------------------------------------------------- */
div.footer {
  margin: 0;
  padding: 20px 0;
  color: #FFFFFF;
  font-size: 12px;
  background: #69783a;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
div.footer a,
div.footer a:visited,
div.footer a:link {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
div.footer a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
/* -- related links --------------------------------------------------------- */
.related.top {
  border-bottom: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}
.related.bottom {
  border-top: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* -- body styles ----------------------------------------------------------- */
div.body {
	line-height: 1.667em;
  min-width: 0;
  max-width: 100%;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 875px) {
  div.body {
    padding: 0;
  }
}
div.body li {
	margin-bottom: 4px;
}
div.body li ul {
  margin-top: 5px;
}

div.genindex-jumpbox {
  border: 0;
  background-color: #f9f9f9;
  padding: 10px;
}
div.figure, figure {
	background: #f2f2f2;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 15px;
	text-align: center;
  margin: 1em 0;
}
div.figure p,
figure p {
	font-size: 0.9167em;
	font-style: italic;
  margin: 10px 0 0;
}
div.figure p.caption,
figure p.caption {
	margin: 12px 0 0 0;
}
div.figure img,
figure img {
	background: #FFFFFF;
  padding: 15px;
  max-width: 90%;
}

div.toctree-wrapper,
div.compound ul li {
	list-style-type: none
}
div.toctree-wrapper ul {
  font-weight: 700;
}
div.toctree-wrapper ul ul {
  font-weight: 400;
}

div.highlight {
	background-color: #FFFFFF;
}

div.admonition {
	position: relative;
  padding: 20px 28px 20px 56px;
  min-height: 26px;
  border-width: 1px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  color: #333333;
  margin-top: 12px;
  margin-bottom: 12px;
}
div.admonition:before {
	position: absolute;
	left: 28px;
  font-size: 23px;
	font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
div.admonition p {
  margin: 0 0 1em 0;
}
div.admonition p.last {
  margin: 0;
}
div.admonition p.admonition-title {
	display: none;
}
div.note,
div.important {
	background-color: #b8d7e7;
	border-color: #89bdd6;
}
div.note:before,
div.important:before {
  content: "\f05a\00a0";
  color: #224e64;
}
div.note a,
div.important a {
  color: #224e64;
}
div.note a:hover,
div.important a:hover {
  color: #1E4457;
}
div.caution,
div.attention {
	background-color: #f7eedb;
	border-color: #e4c586;
}
div.caution:before,
div.attention:before {
  content: "\f071\00a0";
  color: #694e17;
}
div.caution a,
div.attention a {
  color: #694e17;
}
div.caution a:hover,
div.attention a:hover {
  color: #584113;
}
div.hint,
div.tip,
div.seealso {
	background-color: #f7eedb;
	border-color: #e4c586;
}
div.hint:before,
div.tip:before,
div.seealso:before {
  content: "\f0eb\00a0";
  color: #694e17;
}
div.hint a,
div.tip a,
div.seealso a {
  color: #694e17;
}
div.hint a:hover,
div.tip a:hover,
div.seealso a:hover {
  color: #584113;
}
div.warning,
div.danger,
div.error {
	background-color: #e8c4c4;
	border-color: #d89d9c;
}
div.warning:before,
div.danger:before,
div.error:before {
  content: "\f071\00a0";
  color: #76302e;
}
div.warning a,
div.danger a,
div.error a {
  color: #76302e;
}
div.warning a:hover,
div.danger a:hover,
div.error a:hover {
  color: #672D28;
}

tt.xref {
	font-weight: normal;
	font-style: normal;
}
.viewcode-back {
	font-family: "Open Sans", Arial, "Nimbus Sans L", Helvetica, sans-serif;
}
div.viewcode-block:target {
	background-color: #fff6bf;
	border: 2px solid #ffd324;
	border-left-style: none;
	border-right-style: none;
	padding: 12px 20px;
}
table.highlighttable {
	width: 100%;
	clear: both;
}
table.highlighttable td {
	padding: 0;
}
.row-even {
  background-color: #f9f9f9;
}
table.docutils th {
  padding: 4px 6px;
  font-size: 1.167em;
}
table.docutils td {
  vertical-align: middle;
  padding: 4px 6px;
}
table.docutils td p {
  margin: 0;
}
.download {
	font-family: "Open Sans", Arial, "Nimbus Sans L", Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.darkred {
  color: #6e5d31;
  font-weight: 700;
}
.orange {
  color: #622c46;
  font-weight: 800;
}
noscript {
  height: 0;
}

.checkmark {
  color: #919191;
}
.brand-color {
  color: #566d31;
}
.brand-grey {
  color: #888888;
}

.olat-red {
	color: #b52b27;
}

.smartevidence_nothing {
  color: #9d9d9d;
}
.smartevidence_begun {
  color: #5b9aa9;
}
.smartevidence_completed {
  color: #556d32;
}
.smartevidence_partial {
  color: #f0ad4e;
}
.smartevidence_no {
  color: #a94442;
}
.smartevidence_merit {
  color: #dbb80e;
}
.sign-off_yes {
  color: #556d32;
}
.sign-off_no {
  color: #a94442;
}

.grey-line {
  color: #9d9d9d;
}

.timeline_icon_active {
  color: #556d32;
}
.timeline_icon_inactive {
  color: #eeeeee;
}

.new_icon {
	color: #423017;
}

.link-blocktype {
  font-size: 0.9178em;
  margin: 10px 0;
  padding: 4px 8px;
}

.incognito {
  color: #000000;
}
a.incognito:hover {
  color: #000000;
}

/* -- To show anchor links below header-------------------------------------- */
/* :target {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
} */

.section:target {
  position: static;
  visibility: visible;
  top: 0;
}

.section:target:before {
  content: '';
  display: block;
  height: 90px;
  margin-top: -90px;
  visibility: hidden;
}
/* -- Buttons --------------------------------------------------------------- */
.btn,
.btn-default {
  margin: 0 6px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  color: #333;
  background-color: #f3f3f3;
}
.btn:hover,
.btn:link,
.btn:visited,
.btn-default:hover,
.btn-default:link,
.btn-default:visited {
  color: #333;
  background-color: #dadada;
  border-color: #adadad;
}
.btn:focus,
.btn-default:focus {
  outline: medium solid #8ab351;
}
.btn.text-left {
  text-align:left;
}
.btn.text-right {
  text-align:right;
}
.btn label {
  min-width: 0;
}
.btn-link-danger {
  color: #d9534f;
}
.btn-text {
  color: inherit;
  padding:0;
}
.btn-sm {
  font-size: 12px;
  line-height: 1.5;
  padding: 2.3px 10px;
}

.btn-primary,
.form-inline input.btn-primary {
 color:#fff;
 background-color:#556d32;
 border-color:#556d32;
 -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
 box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)
}
.btn-primary:hover,
.form-inline input.btn-primary:hover {
 color:#fff;
 background-color:#415326;
 border-color:#3a4a22
}
.btn-primary.focus,
.btn-primary:focus,
.form-inline input.btn-primary:focus,
.form-inline input.focus.btn-primary {
 -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(111,131,81,.5);
 box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(111,131,81,.5)
}

.btn-details,
.form-inline input.details {
 color:#fff;
 background-color:#242424;
 border-color:#242424;
 -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
 box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)
}

.btn-noclick {
  pointer-events: none;
}