html, form, body {
  height: 100%;
}

body {
  min-width: 960px;
}

h2 {
  color: #515151;
  font-family: SourceSansProLight, Arial, Helvetica, Tahoma, Geneva, Verdana, Sans-serif;
  font-weight: 600;
  font-size: 2em;
}

h3 {
  color: #515151;
}

#header {
  margin-bottom: 30px;
}

.wrapper {
  margin: 0 auto -85px;
}

.javascript_disabled {
  top: -10px;
}

input.primary_button {
  font-size: 1.4em;
  line-height: 1.4em;
  color: #494949;
  box-shadow: 0px 0px 10px rgba(235, 144, 13, 0.9);
  background: #FC9401 !important;
  background: -moz-linear-gradient(top, #FC9401 0%, #E7AE00 80%, #E7AE00 100%) !important;
  background: -webkit-linear-gradient(top, #FC9401 0%, #E7AE00 80%, #E7AE00 100%) !important;
  background: -o-linear-gradient(top, #FC9401 0%, #E7AE00 80%, #E7AE00 100%) !important;
  background: -ms-linear-gradient(top, #FC9401 0%, #E7AE00 80%, #E7AE00 100%) !important;
  background: linear-gradient(top, #FC9401 0%, #E7AE00 80%, #E7AE00 100%) !important;
}
input.primary_button:hover {
  background: #FC9401 !important;
  background: -moz-linear-gradient(top, #FC9401 0%, #FFCE20 80%, #FFCE20 100%) !important;
  background: -webkit-linear-gradient(top, #FC9401 0%, #FFCE20 80%, #FFCE20 100%) !important;
  background: -o-linear-gradient(top, #FC9401 0%, #FFCE20 80%, #FFCE20 100%) !important;
  background: -ms-linear-gradient(top, #FC9401 0%, #FFCE20 80%, #FFCE20 100%) !important;
  background: linear-gradient(top, #FC9401 0%, #FFCE20 80%, #FFCE20 100%) !important;
}

.header h1 {
  background: #efba55 !important;
  background: -moz-linear-gradient(top, #ffa800 0%, #efba55 100%) !important;
  background: -webkit-linear-gradient(top, #ffa800 0%, #efba55 100%) !important;
  background: -o-linear-gradient(top, #ffa800 0%, #efba55 100%) !important;
  background: -ms-linear-gradient(top, #ffa800 0%, #efba55 100%) !important;
  background: linear-gradient(top, #ffa800 0%, #efba55 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa800', endColorstr='#efba55',GradientType=0 );
  font-family: SourceSansProLight, Arial, Helvetica, Tahoma, Geneva, Verdana, Sans-serif;
  font-size: 3em;
  line-height: 1em;
  padding: 15px 10px;
  padding-bottom: 10px;
  margin: 0;
  margin-bottom: 20px;
  color: #fff;
}

.notifications {
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0 5px;
  border: 1px solid #5B8EBD;
  background: #CADCED;
  color: #434343;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.notifications ul li {
  margin: 10px 0;
  padding: 0;
}

.notifications ul li a.accept {
  color: #6BAE23;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
  display: inline-block;
  background: url("../images/icons/thumbs-up.png") right center no-repeat;
  padding-right: 30px;
  line-height: 25px;
  height: 25px;
  margin-left: 10px;
  font-weight: bold;
}

.notifications ul li a.decline {
  color: #2673BD;
  display: inline-block;
  background: url("../images/icons/thumbs-down.png") 5px center no-repeat;
  padding-left: 30px;
  line-height: 25px;
  height: 25px;
  margin-left: 15px;
  font-weight: bold;
}

.left_column {
  float: left;
  width: 614px;
  margin-bottom: 20px;
  padding-left: 10px;
}

ul.account_link_list,
.notifications ul,
ul.theme_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.theme_list li {
  margin: 10px;
  float: left;
  padding: 0;
  text-align: center;
}

ul.account_link_list li {
  margin: 25px 0;
  padding: 0;
}

ul.account_link_list li a {
  padding-left: 40px;
  display: block;
  background: url("../images/icons/icon_billing.png") left center no-repeat;
  line-height: 32px;
}

ul.account_link_list li a.account_link_billing {
  background: url("../images/icons/icon_billing.png") left center no-repeat;
}

ul.account_link_list li a.account_link_colours {
  background: url("../images/icons/icon_colours.png") left center no-repeat;
}

ul.account_link_list li a.account_link_users {
  background: url("../images/icons/icon_users.png") left center no-repeat;
}

ul.account_link_list li a.account_link_user {
  background: url("../images/icons/icon_user.png") left center no-repeat;
}

ul.account_link_list li a.account_link_history {
  background: url("../images/icons/icon_history.png") left center no-repeat;
}

ul.account_link_list li a.account_link_settings {
  background: url("../images/icons/icon_settings.png") left center no-repeat;
}

ul.account_link_list li a.account_link_close {
  background: url("../images/icons/icon_close.png") left center no-repeat;
}

ul.account_link_list li a.account_link_delete {
  background: url("../images/icons/icon_delete.png") left center no-repeat;
}

.account_participant {
  margin-bottom: 10px;
}

.account_course {
  margin-bottom: 10px;
}

.account_course_view a {
  color: #EC9615;
}

.account_course img {
  float: left;
  margin-right: 10px;
  margin-bottom: 4px;
}

.left_column h2.float_left {
  float: left;
  margin-right: 20px;
}

a.upload_button {
  float: left;
  display: block;
  margin: 5px auto;
  border: 1px solid #c0ac8c;
  cursor: pointer;
  color: #fff;
  background: #eb900d;
  background: -moz-linear-gradient(top, #eb900d 0%, #e9a011 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb900d), color-stop(100%, #e9a011));
  background: -webkit-linear-gradient(top, #eb900d 0%, #e9a011 100%);
  background: -o-linear-gradient(top, #eb900d 0%, #e9a011 100%);
  background: -ms-linear-gradient(top, #eb900d 0%, #e9a011 100%);
  background: linear-gradient(to bottom, #eb900d 0%, #e9a011 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb900d', endColorstr='#e9a011',GradientType=0 );
  -moz-box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
  font-size: 1.4em;
  padding-left: 25px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 40px;
}

.upload_button:hover {
  background: #ffa62b;
  background: -moz-linear-gradient(top, #ffa62b 0%, #ffb428 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa62b), color-stop(100%, #ffb428));
  background: -webkit-linear-gradient(top, #ffa62b 0%, #ffb428 100%);
  background: -o-linear-gradient(top, #ffa62b 0%, #ffb428 100%);
  background: -ms-linear-gradient(top, #ffa62b 0%, #ffb428 100%);
  background: linear-gradient(to bottom, #ffa62b 0%, #ffb428 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa62b', endColorstr='#ffb428',GradientType=0 );
  text-decoration: none;
}

.upload_button img.upload_arrow {
  float: right;
  padding-left: 10px;
  margin-right: 15px;
  margin-top: 7px;
}

.right_column {
  float: right;
  width: 321px;
}

.credits_box {
  background: #2673bd;
  color: #fff;
  padding: 10px;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.credits_box.low_credits {
  background: #DB7312;
}

.credits_box p {
  margin: 0 0 5px 0;
}

.credits_box p.account_credit_description {
  font-size: 0.8em;
  line-height: 1.2em;
}

.credits_box h2 {
  margin-top: 0;
  margin-bottom: 3px;
  color: #fff;
}

.credits_box .account_credit_count {
  font-size: 5em;
  font-family: SourceSansProLight, Arial, Helvetica, Tahoma, Geneva, Verdana, Sans-serif;
  line-height: 1em;
}

.credits_box a {
  color: #fff;
  text-decoration: underline;
}

.credits_box a.account_top_up {
  font-size: 2em;
  font-family: SourceSansProLight, Arial, Helvetica, Tahoma, Geneva, Verdana, Sans-serif;
  line-height: 1em;
}

.credits_box a:hover {
  text-decoration: none;
}

.right_column .shaded {
  background: #f1f1f1;
  padding: 10px;
  padding-top: 2px;
  margin-bottom: 10px;
}

.right_column .account_enrolled_course {
  margin-bottom: 10px;
  font-family: OpenSansLight, Arial, Helvetica, Tahoma, Geneva, Verdana, Sans-serif;
}

.right_column .account_enrolled_course img {
  float: left;
  margin-right: 7px;
}

.right_column .account_enrolled_course h3 {
  margin-bottom: 0;
}

.right_column .account_enrolled_course p {
  margin-top: 0;
  font-size: 1.1em;
}

.right_column .account_enrolled_course .account_course_status {
  margin-top: 18px;
  font-weight: 600;
}

.right_column .account_enrolled_course .account_course_status_complete {
  color: #188f07;
}

.right_column .account_enrolled_course .account_course_status_incomplete {
  color: #d79117;
}

.right_column .account_enrolled_course .account_course_status_pending {
  color: #DBAB0B;
}

.push {
  height: 85px;
}

#footer {
  border-top: 10px solid #585858;
}

/* Test Graph */
.test_results_graph {
  position: relative;
  border: 1px solid #dedede;
  padding: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.test_result_lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.test_result_lines .test_result_pass_mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: #50BC29;
}

.test_result_lines .test_result_average {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: #454545;
}

.test_result_lines .test_result_pass_mark .label,
.test_result_lines .test_result_average .label {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100px;
  -o-transform: rotate(330deg) translate(5px, -30px);
  -moz-transform: rotate(330deg) translate(5px, -30px);
  -ms-transform: rotate(330deg) translate(5px, -30px);
  -webkit-transform: rotate(330deg) translate(5px, -30px);
  transform: rotate(330deg) translate(5px, -30px);
}

.test_result {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: visible;
  border: 1px solid #ababab;
  min-width: 5px;
  max-width: 948px;
}

.test_result_passed {
  background: #BFDEB4;
}

.test_result_failed {
  background: #DEB4BF;
}

.test_result .inner {
  padding: 5px;
  min-width: 400px;
}

.test_result .inner .score {
  float: right;
}

.tabledefault.billingtable {
  width: 100%;
  border-collapse: collapse;
}

.tabledefault.billingtable th {
  padding: 3px;
  font-weight: bold;
  border-bottom: solid 1px #ababab;
}

.tabledefault.billingtable tr:hover td {
  background: #DFDFDF;
}

.tabledefault.billingtable td {
  padding: 8px;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid transparent;
}

table.historytable .log_message_icon {
  width: 30px;
  height: 30px;
}

table.historytable .log_credits {
  background: url("../images/icons/credits.png") center no-repeat;
}

table.historytable .log_topup {
  background: url("../images/icons/topup.png") center no-repeat;
}

table.historytable .log_profile {
  background: url("../images/icons/user.png") center no-repeat;
}

table.historytable .log_course {
  background: url("../images/icons/course.png") center no-repeat;
}

table.course_save td,
table.course_save th {
  padding: 5px;
  vertical-align: top;
}

table.course_save td.label {
  font-weight: bold;
  width: 100px;
}

.expiry_expired {
  color: #ff5500;
}

