* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", arial, helvetica, sans-serif;
  font-size: 16px !important;
  /*line-height:1.6em;*/
  color: #555;
  background-color: #f4f4f4;
}

#home h2 {
  font-weight: bold;
  line-height: 1.4em;
}
#content h2.section {
  font-size: 24px;
  padding: 10px 0 5px 0;
  margin-top: 30px;
}
#overlay {
  position: fixed;
  background: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 100;
}
#popup {
  position: absolute;
  z-index: 200;
  opacity: 1;
  width: 800px;
  top: 200px;
}
#popup-close {
  position: absolute;
  right: 8px;
  top: 5px;
}
#popup img {
  display: block;
}
#tinymce {
  padding: 10px !important;
}
#toggles {
  font-size: 13px;
}
#filters {
  font-size: 13px;
  background: #f8f8f8;
}
#global-search {
  font-size: 14px !important;
}

/* TinyMCE specific rules */
body.mceContentBody {
  padding: 10px;
}

p {
  padding-top: 0;
  margin: 0 0 10px 0;
}

a img {
  border: none;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: #272425;
  border-bottom: 1px solid #c4d600;
}
a:hover {
  color: #000 !important;
  border-bottom: 1px solid #000;
}

small {
  font-size: 14px !important;
}

input,
select,
textarea,
button {
  outline: 0px transparent !important;
}

.smaller {
  font-size: smaller;
}
.larger {
  font-size: larger;
}

.lowercase-text {
  text-transform: lowercase;
}
.capitalize-text {
  text-transform: capitalize;
}

img.left,
.left {
  float: left;
  margin: 0 8px 6px 0;
}
img.right,
.right {
  float: right;
  margin: 0 0 6px 8px;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

form {
  margin: 0;
  padding: 0;
}
fieldset {
  margin: 0 0 15px 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
select,
textarea {
  font-family: "Roboto", arial, helvetica, sans-serif;
  font-size: 14px;
  color: #555;
  border: 2px solid #c7c9c7;
  width: 100%;
  border-radius: 7px;
}
input[type="date"] {
  font-family: "Roboto", arial, helvetica, sans-serif;
  color: #555;
  border: 2px solid #c7c9c7;
  width: 100%;
  height: 40px;
  border-radius: 7px;
}
/*input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus { border:1px solid #44883E; }*/
textarea {
  width: 333px;
  height: 150px;
  font-family: "Roboto", arial, helvetica, sans-serif;
  font-size: 13px;
  padding: 5px;
  vertical-align: top;
}
input.txt {
  width: 500px;
}
input.num {
  width: 100px;
}
.input-note {
  font-size: 13px;
}

input,
select,
label,
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}

/*input:read-only { background: #f8f8f8; color: #888;}*/

label {
  color: #000;
}

::-webkit-input-placeholder {
  color: #bbb;
}
::-moz-placeholder {
  color: #bbb;
}
input:-moz-placeholder {
  color: #bbb;
}
input:-ms-input-placeholder {
  color: #bbb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: normal;
}

h1 {
  font-size: 40px !important;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1.2em;
  color: #44883e !important;
  font-weight: bold;
}
h2 {
  font-size: 32px;
  margin: 10px 0 10px 0;
  padding: 0;
  line-height: 1.3em;
  color: #78be21 !important;
  font-weight: bold;
}
h3 {
  font-size: 22px;
  margin: 10px 0 10px 0;
  color: #78be21 !important;
  font-weight: bold;
}
h4 {
  font-size: 13px;
  margin: 0;
  color: #005687 !important;
}
h5 {
  font-size: 12px;
  margin: 0;
  color: #005687 !important;
}
h6 {
  font-size: 13px;
  margin: 0;
  color: #005687 !important;
}

/*
table { border-collapse:collapse; }
th { padding:4px; text-align:left; }
td { padding:4px; }
*/

/* for CMS-entered tables */
table.hozTable th,
table.hozTable td {
  border: 1px solid #ddd;
  padding: 6px;
}
table.hozTable th {
  background: #f2f2f2;
}

.req {
  color: red !important;
}

ul.noBullets {
  list-style-type: none;
  margin: 0;
  padding: 0px 8px;
}
ul.noBullets li {
  margin: 0;
  padding: 4px 0;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  width: 100%;
  margin: 5px 0 20px 0;
  padding: 0;
}

/* Layout */
.left-10 {
  float: left;
  width: calc(10% - 20px);
}
.right-90 {
  float: right;
  width: 90%;
}

.left-30 {
  float: left;
  width: calc(30% - 20px);
}
.right-70 {
  float: right;
  width: 70%;
}

.left-33 {
  float: left;
  width: calc(33% - 20px);
}
.middle-33 {
  float: left;
  width: calc(35% - 20px);
  margin-left: 24px;
  margin-right: 24px;
}

.left-50 {
  float: left;
  width: calc(50% - 20px);
}
.right-50 {
  float: right;
  width: 50%;
}

.left-60 {
  float: left;
  width: calc(60% - 20px);
}
.right-40 {
  float: right;
  width: 40%;
  text-align: right;
}

.left-70 {
  float: left;
  width: calc(70% - 20px);
}
.right-30 {
  float: right;
  width: 30%;
}

.left-80 {
  float: left;
  width: calc(80% - 20px);
}
.right-20 {
  float: right;
  width: 20%;
}

.left-20 {
  float: left;
  width: 20%;
}

.right-80 {
  float: right;
  width: calc(80% - 20px);
}

.left-25 {
  float: left;
  width: calc(25% - 30px);
}
.right-75 {
  float: right;
  width: 75%;
}

.fix-20 {
  width: calc(100% - 20px) !important;
}

div.autocomplete {
  position: absolute;
  background-color: white;
  margin: 0;
  padding: 0;
  z-index: 50;
  box-shadow: 0 0 5px #888;
}
div.autocomplete ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.autocomplete ul li.selected {
  background-color: #44883e;
  color: #fff;
}
div.autocomplete ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 5px;
  cursor: pointer;
}

/* Classes */
.box-container {
  float: left;
  padding: 20px;
  margin: 10px;
  width: 370px;
  height: 200px;
  border: 2px solid #0eb317;
  border-radius: 5px;
}

.box-container:hover {
  background: #f8f8f8;
  opacity: 0.9;
}

.seperator {
  overflow: visible;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
  border: none;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}
.seperator:after {
  content: "Or";
  display: inline-block;
  position: relative;
  top: -15px;
  background: #fff;
  width: 40px;
}
.current {
  background: #005687 !important;
  color: white !important;
}

.current:hover {
  background: #014d79 !important;
  color: white !important;
}

.results {
  color: #888;
  font-size: 14px;
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
.results:after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 90%
  );
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.not-paid {
  background: #ffe7e7;
}
.cancelled {
  background: #f4d3d3;
}
.sub-heading {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.sub-text {
  color: #777;
  font-size: 15px;
}
.small-text {
  color: #777;
  font-size: 15px !important;
}
.tiny-text {
  color: #777;
  font-size: 12px !important;
}
.div-box {
  padding: 10px;
}
.digits,
.dates {
  width: 130px !important;
}
.icon {
  padding: 0;
  margin: 0;
}
.new {
  background: red;
  font-size: 13px;
  color: white !important;
  padding: 0 5px;
  border-radius: 2px;
  font-weight: normal;
}
.recent {
  background: #e1e9f8;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: normal;
}
.dark {
  background: #444 !important;
  color: #fff !important;
}
.bubble {
  background: #eee;
  font-size: 13px;
  color: #333;
  padding: 2px 6px;
  border-radius: 2px;
  font-weight: normal;
  border-bottom: none !important;
}
.bubble-plain {
  font-size: 13px;
  color: #333;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: normal;
}
.tag {
  background: #44883e;
  color: #fff;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 13px;
}
.comments {
  color: #888;
  font-size: 13px;
  padding: 5px 0;
  font-family: consolas;
  letter-spacing: -1px;
}
.help {
  color: #888;
  font-size: 15px;
  padding: 5px 10px;
  background: #eee;
  font-style: italic;
}
.advice {
  color: #777;
  font-size: 15px;
  padding: 10px;
  background: #efefef;
}
.search {
  padding: 10px !important;
  width: 100% !important;
  font-size: 16px !important;
  border: 3px solid #78be21 !important;
}
/*.search:focus {border:3px solid #44883E !important; outline: none !important;}*/
.notes {
  font-size: 15px;
  color: #999;
}
.footnote {
  font-size: 13px;
  color: #999;
}
.notes-box {
  font-size: 13px;
  color: #777;
  border: 1px dashed #777;
  padding: 0px 5px 20px 5px;
}
.special-box {
  color: #666;
  margin: 5px 0;
  padding: 10px;
  background: #eee;
}
.noticeBox {
  background: #ffffe7;
  border: 1px solid #f0f0ab;
  padding: 9px 13px;
  margin: 10px 0 10px 0;
}
.grayBox {
  background: #eee;
  border-radius: 2px;
  padding: 10px;
}
.lightGrayBox {
  background: #f8f8f8;
  border-radius: 2px;
  padding: 15px;
}
.blueBox {
  padding: 15px;
  margin: 10px 0;
  color: #333;
  background: #f1fafe;
}
.infoBox {
  padding: 10px;
  color: #333;
  background: #f1f1f1;
}
.highlight {
  background: #fdfee0;
}
.indent {
  background: #ccc;
}
.today {
  background: #e0ecf1;
}
.slim {
  margin: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom-width: 1px;
}
.strikeout,
.strikeout td {
  text-decoration: line-through;
}
.number,
th.number,
table.formattedTable th.number {
  text-align: right !important;
}
.center,
th.center,
table.formattedTable th.center {
  text-align: center !important;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.global-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.disabledText {
  color: #999;
}
.red-text {
  color: #f00 !important;
}
.green-text {
  color: #0eb317 !important;
}
.purple-text {
  color: #dbbdf9 !important;
}
.cpd-points {
  color: #fcb424;
  font-size: 13px;
}
.image-text {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 22px;
  background: #44883e;
  color: white;
  font-weight: bold;
  padding: 5px;
}
.image-sub-text {
  position: absolute;
  top: 40px;
  left: 10px;
  font-size: 14px;
  background: #44883e;
  color: #000;
  padding: 5px;
}
.image-text-small {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
  background: #44883e;
  color: #fff;
  padding: 5px;
  line-height: 1em !important;
}
.image-text-support {
  position: absolute;
  top: 33px;
  left: 10px;
  font-size: 13px;
  background: black;
  color: gray;
  padding: 5px;
  line-height: 1em !important;
}
.required-field {
  border: 2px solid #ff454d !important;
  background: #ffeced;
}
.ok-field {
  border: 1px solid #cfe0d1 !important;
  background: #f0f5f1;
}
.checkboxList {
  width: 300px;
  height: 150px;
  overflow-y: scroll;
  border: 1px inset #666;
  padding: 2px;
}
.dropit {
  font-size: 16px;
  text-align: center;
  background: #78be21;
  margin: 10px 0;
  color: white;
  border-radius: 2px;
  border: 1px dashed white;
}
.circleit {
  border: 2px solid #000;
  border-radius: 25%;
  padding: 5px 10px;
}
.grid-box {
  display: inline-block;
  padding: 5px;
  font-size: 13px;
  border: 1px solid #888;
  border-radius: 2px;
  margin: 5px;
}
.strip-heading {
  padding: 10px;
  background: #f1f1f1;
  border-radius: 2px;
}
.event-heading {
  padding: 5px 10px !important;
  background: #eee;
  border-radius: 2px;
}
.hide {
  display: none;
}
.padded-box-5 {
  padding: 5px;
}
.padded-box-10 {
  padding: 10px;
}
.padded-box-15 {
  padding: 15px;
}
.padded-box-20 {
  padding: 20px;
}
.padded-box-30 {
  padding: 30px;
}
.padded-box-40 {
  padding: 40px;
}
.padded-box-50 {
  padding: 50px;
}
.padded-tb-5 {
  padding: 5px 0;
}
.padded-tb-10 {
  padding: 10px 0;
}
.padded-tb-15 {
  padding: 15px 0;
}
.padded-tb-20 {
  padding: 20px 0;
}
.padded-tb-40 {
  padding: 40px 0;
}
.padded-tb-30 {
  padding: 30px 0;
}
.padded-tb-50 {
  padding: 50px 0;
}
/*
.padded-lr-5 { padding: 0 5px;}
.padded-lr-10 { padding: 0 10px;}
.padded-lr-15 { padding: 0 15px;}
.padded-lr-20 { padding: 0 20px;}
.padded-lr-30 { padding: 0 30px;}
.padded-lr-40 { padding: 0 40px;}
.padded-lr-50 { padding: 0 50px;}
*/
.padded-text {
  padding: 20px 35px;
}
.buttonContainer {
  text-align: right;
  padding: 10px;
  background: #444;
  color: #fff;
} /* To be deleted */
.button-container {
  margin-top: 20px;
  text-align: right;
  padding: 10px;
  background: #f1f1f1;
  color: #fff;
  border-radius: 2px;
}
.box-selector {
  float: left;
  width: 256px;
  text-align: center;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  min-height: 320px;
}
.paused {
  background: #c696f6 !important;
}

.microsoft-blue {
  background: #0067b8 !important;
}

.processing {
  position: absolute;
  z-index: 10;
  content: "Processing";
}

/* Layout */
.row {
  margin-top: 10px;
  margin-left: 10px;
}
.row h5 {
  font-family: "Roboto", arial;
  font-size: 14px;
  color: #888;
}

/* Colours */
.red {
  background: red !important;
  color: #fff !important;
}
.blue {
  background: #005687 !important;
  color: #fff !important;
}
.green {
  background: #8cc43c !important;
  color: #fff !important;
}
.green:hover {
  background: #005900 !important;
}
.orange {
  background: #f47454 !important;
}
.orange:hover {
  background: #f4643c !important;
}
.purple {
  background: #dbbdf9 !important;
  color: #fff !important;
}
.purple:hover {
  background: #9984ae !important;
}

/* Statuses */
.pending {
  background: #dbbdf9;
}
.denied {
  background: #ff454d;
  color: white !important;
}
.approved {
  background: #d9f6e2;
}

/* Add to Calendar */
.add-to-cal {
  opacity: 0.6;
  width: 16px;
  margin-left: 5px;
  margin-bottom: -3px;
}

/* Company */
.company {
  padding: 10px;
}
.company h1,
.people h2,
.people h3 {
  font-weight: normal;
}
.company h1 {
  padding: 0 0 5px 0;
  margin: 0;
  color: #444;
  border-bottom: 1px dotted #ddd;
}

/* User Photo */
.user-photo {
  max-width: 220px;
  padding: 5px;
  margin: 0 auto;
  background: #f8f8f8;
}
.user-photo img {
  display: block;
}

/* Typography */
.thead {
  padding: 10px;
  background: #f1f1f1;
  color: #222;
  font-size: 20px;
  font-weight: bold;
}
.tcopy {
  padding: 20px;
  background: #f8f8f8;
  color: #888;
  font-size: 16px;
}
.tcopy .price {
  color: #b12704;
  font-size: 26px;
  font-weight: bold;
}

/* Messages */
.messageText {
  font-size: 16px;
  padding: 15px;
  background: #efefef;
  color: #444;
  border-radius: 5px;
}
.messageGood {
  font-size: 16px;
  padding: 15px;
  background: #d5ebbc;
  color: #444;
  border-radius: 5px;
}
.messageInfo,
.messageNotice {
  font-size: 16px;
  padding: 15px;
  background: #b2ccdb;
  color: #444;
  border-radius: 5px;
}
.messageWarning,
.messageBad {
  font-size: 16px;
  padding: 15px;
  background: #fcd0c5;
  color: #444;
  border-radius: 5px;
}

.messageText a,
.messageGood a,
.messageWarning a,
.messageInfo a,
.messageNotice a,
.messageBad a {
  color: #000;
  font-weight: bold;
  border-bottom: 0;
}

.alertBoxBad {
  background: #f4d3d3 url(/images/oct07/icons/exclamation.png) no-repeat 10px
    center;
  border-radius: 2px;
  padding: 8px 8px 8px 40px;
  margin: 8px 0;
}
.alertBoxGood {
  background: #d5e9d9 url(/images/oct07/icons/accept.png) no-repeat 10px center;
  border-radius: 2px;
  padding: 8px 8px 8px 40px;
  margin: 8px 0;
}
.alertBoxNotice {
  background: #ffffcc url(/images/oct07/icons/error.png) no-repeat 10px center;
  border-radius: 2px;
  padding: 8px 8px 8px 40px;
  margin: 8px 0;
}
.alertBoxInfo {
  background: #b2e8fa url(/images/oct07/icons/information.png) no-repeat 10px
    center;
  border-radius: 2px;
  padding: 8px 8px 8px 40px;
  margin: 8px 0;
}

/* Tool Tip */
.tooltip {
  position: relative;
}
.tooltip:before {
  content: attr(data-text); /* here's the magic */
  position: absolute;

  /* vertically center */
  top: 50%;
  transform: translateY(-50%);

  /* move to right */
  left: 100%;
  margin-left: 15px; /* and add a small left margin */

  /* basic styles */
  font-size: 13px;
  width: 200px;
  padding: 20px;
  border-radius: 5px;
  background: #c4d600;
  color: #000;
  text-align: center;

  display: none; /* hide by default */
}
.tooltip:hover:before {
  display: block;
}
.tooltip:after {
  content: "";
  position: absolute;

  /* position tooltip correctly */
  left: 100%;
  margin-left: -5px;

  /* vertically center */
  top: 50%;
  transform: translateY(-50%);

  /* the arrow */
  border: 10px solid #c4d600;
  border-color: transparent #c4d600 transparent transparent;

  display: none;
}
.tooltip:hover {
  opacity: 1 !important;
  z-index: 10;
}
.tooltip:hover:before,
.tooltip:hover:after {
  display: block;
}

/* Meter */
.meter {
  position: relative;
  background: #f1f1f1;
  border-radius: 5px;
  color: white;
}
.meter span {
  display: inline-block;
  height: 100%;
  border-radius: 2px;
  padding: 2px;
}

/* Filters */
.filters label {
  font-size: 13px;
  color: #888;
}
.filters select {
  font-size: 13px;
}
.filters tools {
  display: block;
  font-size: 13px;
  padding: 10px;
}

/* Lists */
.row-list,
.row-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.row-list li {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  background: #f8f8f8;
}

.tab-list,
.tab-list ul {
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
}
.tab-list li {
  display: inline-block;
}
.tab-list a {
  color: #005687;
  font-weight: bold;
  text-decoration: none;
  background: #c7c9c7;
  padding: 8px;
  width: 195px;
  display: block;
  border-radius: 5px;
  border-bottom: 0;
}
.tab-list a:hover {
  background: #d2d4d1;
  color: #005687;
}
.tab-list .selected {
  background: #005687;
  color: #fff !important;
}

.tab-list-2,
.tab-list-2 ul {
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
}
.tab-list-2 li {
  display: inline-block;
  margin-left: 5px;
}
.tab-list-2 a {
  color: #000;
  text-decoration: none;
  display: block;
  font-size: 17px;
}
.tab-list-2 a:hover {
  opacity: 0.7;
}
.tab-list-2 .selected {
  border-bottom: 1px solid #000 !important;
}

.arrow-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.arrow-menu li {
  display: inline-block;
  width: 125px;
  text-align: center;
  font-size: 10px;
  padding: 5px 3px;
  background: #f1f1f1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.arrow-menu li.selected {
  background: black;
  color: white;
}

.side-list,
.side-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.side-list li {
  margin: 0;
  padding: 5px 0;
}
.side-list a {
  font-size: 16px;
}
.side-list div {
  font-size: 13px;
  color: #777;
}

.simpleList,
.simpleList ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.simpleList li {
  margin: 0;
  padding: 0;
}

.menu-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #78be21;
}
.menu-list li {
  display: inline-block;
  width: 140px;
  text-align: center;
  padding: 5px 5px;
  background: #78be21;
  border-top-right-radius: 10px;
}
.menu-list a {
  text-decoration: none;
  font-size: 13px;
  color: white !important;
}
.menu-list li:hover,
.menu-list .selected {
  background: #444;
}

.standard-list,
.standard-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.standard-list li {
  margin-bottom: 5px;
  padding: 10px;
  background: #ddd;
}

.clean-list,
.standard-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.clean-list li {
  margin-bottom: 2px;
  padding: 5px;
}

/* Forms */
.breakout-form .header {
  color: #005687;
  border-bottom: 3px solid #c4d600;
  font-size: 18px;
  font-weight: bold;
}
.breakout-form .subheader {
  color: #005687;
  border-bottom: 3px solid #c7c9c7;
  font-size: 18px;
  font-weight: bold;
}
.breakout-form .footer {
  background: #f8f8f8;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  font-size: 13px;
}
.breakout-form td {
  padding: 10px 0;
  vertical-align: top;
  border-bottom: 1px solid #f1f1f1;
}
.breakout-form span {
  color: #000;
}

.form-element {
  padding: 10px 0;
}
.form-element label {
  display: block;
  color: #555;
  font-size: 16px;
  margin-bottom: 0.5em;
}
.form-element strong {
  color: #000;
  font-weight: normal;
}
.form-element input[type="text"],
.form-element input[type="password"],
.form-element input[type="email"],
.form-element input[type="url"] {
  padding: 8px;
  width: 100%;
  color: #000;
  font-size: 16px;
}
.form-element select {
  padding: 8px;
  width: 100%;
  color: #000;
  font-size: 16px;
}
.form-element textarea {
  padding: 8px;
  width: 100%;
  height: 150px;
  line-height: 1.5em;
  font-family: consolas;
  font-size: 16px;
}
.form-head {
  color: #333;
  margin-top: 15px;
  font-weight: bold;
}

/* Boxes */
.featured-box img {
  border-radius: 4px;
}
.item-box {
  width: calc(33% - 8px);
  float: left;
  position: relative;
  background: #f1f1f1;
  border-radius: 4px;
  margin: 5px;
  height: 480px;
}
.item-box img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.item-box a {
  border: 0;
}
.related-box {
  height: 370px;
}

/* Summary Header*/
.summary-box {
  background: #f8f8f8;
  padding: 10px;
}
.summary-box td {
  vertical-align: top;
  padding: 0;
}
.summary-box img {
  display: block;
}
.summary-box .large-text {
  font-size: 36px;
  font-weight: normal;
  margin: 14px 0;
}
.summary-box .med-text {
  font-size: 22px;
  font-weight: normal;
}
.summary-box .small-text {
  font-size: 13px;
  font-weight: normal;
  margin: 5px 0;
}
.summary-box .fee-box {
  border-radius: 13px;
  background: #ddd;
  padding: 5px;
  font-weight: bold;
  line-height: 1.1em;
  text-align: center;
}
.summary-box .points-box {
  height: 97px;
  width: 150px;
  border-radius: 12px;
  padding: 5px;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  background: #444;
}
.summary-box .points-box-points {
  font-size: 40px;
  padding: 12px;
}
.summary-box .enrolment-box {
  padding: 8px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: right;
}

/* Tables */
.standard-table {
  width: 100%;
  border-collapse: collapse;
}

.standard-table th {
  vertical-align: top;
  padding: 10px !important;
  color: #000 !important;
  background-color: #f1f1f1;
  font-weight: normal;
  text-align: left;
  font-size: 18px;
}

.standard-table tbody td {
  vertical-align: top;
  padding: 8px !important;
  color: #444;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.standard-table tfoot td {
  padding: 8px !important;
  color: #000 !important;
  font-weight: bold !important;
  background: #f9f9f9;
}

.standard-table a {
  color: #145f98;
  text-decoration: none;
}

.email-table p {
  font-size: 12px;
}
.email-table th {
  background: #f8f8f8;
  text-align: left;
  padding: 5px 10px;
}
.email-table td {
  padding: 5px 10px;
  vertical-align: top;
  border-bottom: 1px solid #f8f8f8;
}

.power-table {
  width: 100%;
  border-collapse: collapse;
}

.power-table th {
  vertical-align: top;
  padding: 10px !important;
  color: #000 !important;
  background-color: #f1f1f1;
  border-bottom: 1px solid #000;
  font-weight: normal;
  text-align: left;
  font-size: 12px;
}

.power-table tbody td {
  vertical-align: top;
  padding: 8px !important;
  color: #444;
  border-bottom: 1px solid #eee;
  font-size: 11px !important;
}

.power-table tfoot td {
  padding: 8px !important;
  color: #000 !important;
  font-weight: bold !important;
  background: #f9f9f9;
  border-top: 1px solid #000;
  font-size: 11px !important;
}

.standard-table a {
  color: #145f98;
  text-decoration: none;
}

/* Dashboard */
.portal-box {
  float: left;
  width: 272.5px;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #888;
  font-size: 16px;
  border-radius: 2px;
}
.portal-box label a {
  color: #777;
  background: #f9fae5;
  padding: 10px;
  display: block;
  font-size: 16px;
  font-weight: light;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.portal-box label a:hover {
  color: #777 !important;
  background: #f9f9f9;
}
.portal-box card {
  display: block;
  padding: 10px;
  background: #fff;
  color: #000;
  min-height: 100px;
}
.portal-box card stat {
  display: block;
  font-size: 46px;
  padding: 10px 0;
}

/* CPD Allocation */
.score-box {
  padding: 20px;
  border-radius: 5px;
  color: white;
}
.green-box {
  background: #2ab744;
}
.gray-box {
  background: #ddd;
}

/* PAM */
.pam-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pam-list li {
  margin: 10px 0;
}
.pam-list li:first-child {
  margin-top: 0;
}
.pam-list img {
  vertical-align: middle;
}
.pam-list a {
  padding: 10px 10px 10px 30px;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #333;
  font-size: 16px;
  width: 100%;
  display: block;
  text-decoration: none;
}
.pam-list a {
  background: url("/images/icons/radio-unchecked.png") no-repeat 10px 50%;
  background-size: 12px 12px;
}
.pam-list a:hover {
  background: url("/images/icons/radio-checked.png") no-repeat 10px 50%;
  background-color: #78be21 !important;
  color: #fff !important;
  background-size: 12px 12px;
}
.pam-list p {
  font-size: 16px !important;
}
.pam-subtext {
  font-size: 13px;
}

.pam-status {
  float: right;
  padding: 0 40px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  font-size: 13px;
}

.pam-file-preview {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pam-file-preview li {
  display: block;
  padding: 5px;
  border-bottom: 1px dotted #ddd;
}
.pam-file-preview li:first-child {
  border-top: 1px dotted #ddd;
}
.pam-file-preview a {
  text-decoration: none;
}
.pam-file-preview a:hover {
  color: #222;
}

.pam-list-selected {
  background: url("/images/icons/radio-checked.png") no-repeat 10px 50% !important;
  background-color: #44883e !important;
  color: #fff !important;
  background-size: 12px 12px !important;
}

/* Buttons */
.cancel-button {
  font-size: 16px !important;
  padding: 8px 25px !important;
  background: red !important;
  color: white !important;
  text-decoration: none !important;
  border: 0 !important;
  border-radius: 4px !important;
}
.cancel-button:hover {
  background: #ad141e !important;
  color: white !important;
  cursor: pointer;
}

.mini-cancel-button {
  padding: 2px 5px !important;
  background: red !important;
  color: white !important;
  text-decoration: none !important;
  border: 0 !important;
  border-radius: 2px !important;
  font-size: 15px;
}
.mini-cancel-button:hover {
  background: #ad141e !important;
  color: white !important;
  cursor: pointer;
}

.mini-button {
  font-family: "Roboto", helvetica, sans-serif;
  padding: 2px 5px;
  background: #78be21;
  color: white !important;
  text-decoration: none !important;
  border: 0;
  border-radius: 2px;
  font-size: 15px;
}
.mini-button:hover {
  background: #93cb4d;
  cursor: pointer;
  text-decoration: none !important;
  color: white !important;
}

.mini-button-selected {
  font-family: "Roboto", arial, helvetica, sans-serif;
  padding: 2px 5px;
  background: #000;
  color: white !important;
  text-decoration: none !important;
  border: 0;
  border-radius: 2px;
  font-size: 13px;
}
.mini-button-selected:hover {
  cursor: pointer;
  text-decoration: none !important;
  color: white !important;
}

.button {
  font-size: 16px !important;
  padding: 8px 25px !important;
  background: #78be21;
  color: white !important;
  text-decoration: none !important;
  border: 0;
  border-radius: 4px;
}
.button:hover {
  background: #93cb4d;
  cursor: pointer;
  text-decoration: none !important;
  color: white !important;
  border: 0;
}

.big-button {
  font-family: "Roboto", arial, helvetica, sans-serif;
  padding: 11px 31px;
  background: #78be21;
  color: white !important;
  text-decoration: none !important;
  border-radius: 7px;
}
.big-button:hover {
  background: #93cb4d;
  cursor: pointer;
  text-decoration: none !important;
  color: white !important;
}

.button-mod {
  width: 120px !important;
  height: 37px !important;
  display: inline-block;
  text-align: center;
}
.button-long {
  display: block;
  text-align: center;
  font-size: 18px;
}
.button-width {
  width: 150px !important;
  height: 37px !important;
  padding: 5px !important;
  display: inline-block;
  text-align: center;
}

.buttonWithImage {
  padding: 3px 8px;
}
.buttonWithImage img {
  margin-right: 7px;
  vertical-align: sub;
}

blockquote {
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
  background: #f9f9f9;
  padding: 1em 1em 1em 2.3em;
  margin: 10px 0px;
  font-family: georgia, "times new roman", serif;
  font-size: 14px;
  text-indent: -1.7em;
}
blockquote:before {
  content: "\2018\2018";
  font-size: xx-large;
  font-weight: bold;
}

blockquote:after {
  content: "\2019\2019";
  font-size: xx-large;
  font-weight: bold;
}

.breakOutBox {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  background: #f8f8f8;
  padding: 15px;
  margin: 10px 0px;
  color: #333;
}
/*.breakOutBox p { margin:16px 0 0 0; padding:0; }*/
.breakOutBox ul {
  margin-top: 0;
}

.grayOutBox {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f8f8f8;
  padding: 10px;
  margin: 15px 0px;
}

.citation {
  float: right;
  width: 250px;
  margin: 15px 0 15px 15px;
  background: #f8f8f8;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

#logo a {
  border-bottom: 0;
}

#modal-box {
  position: absolute;
  background-color: #fff;
  -webkit-borde-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  z-index: 1002;
  text-align: left;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
}

/* Green Building Day*/
.tablegbd {
  border-collapse: collapse;
  border-spacing: 0;
}
.tablegbd td {
  padding: 0;
}
.tablegbd img {
  display: block;
}

.gbd-sessions {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.gbd-sessions td {
  padding: 13px;
  border-bottom: 1px solid #ddd;
  color: #333;
  vertical-align: top;
}

.gbd-sessions.sydney strong {
  color: #e51564;
}
.gbd-sessions.sydney em {
  font-weight: bold;
  font-style: normal;
}
.gbc-sessions.sydney tr:hover {
  background: #fad0e0;
}

.gbd-sessions.melbourne strong {
  color: #646bb1;
}
.gbd-sessions.melbourne em {
  font-weight: bold;
  font-style: normal;
}
.gbc-sessions.melbourne tr:hover {
  background: #e0e1ef;
}

.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}
.clearfloat {
  float: none !important;
}

/* Custom Styles */
.pageit a {
  padding: 5px 7px;
  border: 1px solid #44883e;
  text-decoration: none;
  margin: 0 2px;
}
.pageit a:hover {
  background: #44883e;
  color: #fff;
}
.pageit span {
  border: 1px solid #44883e;
  background: #44883e;
  padding: 5px 7px;
  color: #fff;
}

.maintenance {
  color: #222 !important;
  padding: 3px !important;
  background: #fcf88c;
  padding: 0px;
  font-size: 13px;
  text-align: center !important;
}

.dev-ribbon {
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #990000;
  padding: 0px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  font-size: 13px;
  text-align: center !important;
}

xmp {
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono,
    DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  font-size: 13px;
  margin-bottom: 10px;
  overflow: auto;
  width: 1130px !important;
  word-wrap: break-word;
  width: auto;
  padding: 5px;
  background-color: #eee;
  padding-bottom: 20px !important;
  height: 200px;
}
