.grid-container.catalog-items, .jui-grid.catalog-items {
  border: none;
}

.grid-container.catalog-items tbody tr td, .jui-grid.catalog-items tbody tr td {
  border-width: 1px 0 0;
}

.grid-container.catalog-items tbody tr td .list-item-title .list-item-type, .jui-grid.catalog-items tbody tr td .list-item-title .list-item-type {
  margin-left: 1.5em;
}

.grid-container.catalog-items tbody tr td .list-item-type, .jui-grid.catalog-items tbody tr td .list-item-type {
  padding: 2px 4px;
  margin-left: 1.5em;
  background-color: #ddd;
  color: #333;
  text-transform: uppercase;
  font-size: 0.8em;
}

.grid-container.catalog-items tbody tr td .list-item-type.quiz, .jui-grid.catalog-items tbody tr td .list-item-type.quiz {
  background-color: #900;
  color: #fff;
}

.featured-catalogue-items table img,
.catalogue-items table img {
  max-height: 50px;
  max-width: 50px;
}

#content tr.responseDetail,
#content tr.responseDetail td {
  height: 15px;
}

.marking-project-subheader .days-info-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  margin-right: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
}

.marking-project-subheader .days-info-panel .days-count {
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
}

.marking-project-subheader .days-info-panel .days-count .over-due {
  color: red;
}

.marking-project-subheader .days-info-panel .days-count .completed {
  font-size: 0.5em;
}

.marking-project-subheader .days-info-panel .small {
  font-size: 0.8em;
}

.icon-action {
  margin-left: 0.3em;
  font-size: 1.2em;
  float: right;
  line-height: 1;
  overflow: hidden;
  text-decoration: none;
}

.icon-action-2 {
  font-size: 1.25em;
  line-height: 1;
  overflow: hidden;
  text-decoration: none;
}

.icon-action:hover, .icon-action-2:hover {
  text-decoration: none;
}

a {
  /* Add icon-action to all elements using these classes * /
    &.remove,
    &.action-edit,
    &.drag-handle,
    &.action-preview,
    &.subsection-add-above,
    &.subsection-add-below
    /*  */
}

a.remove {
  color: #DA0000 !important;
}

a.remove.confirm {
  padding-right: 25px;
  color: #FA2C2C;
}

a.remove:hover {
  color: #F30000 !important;
}

a.confirm {
  color: #138144 !important;
}

a.confirm:hover {
  color: #13A144 !important;
}

a.action-edit.confirm {
  padding-right: 25px;
  color: #DA2C2C;
}

a.drag-handle {
  cursor: move;
}

a.action-preview.confirm {
  padding-right: 25px;
  color: #DA2C2C;
}

a.removedisable {
  color: #aaaaaa !important;
  text-decoration-style: none;
}

a.removedisable:hover {
  color: #aaaaaa !important;
  cursor: none !important;
}

a.adddisable {
  color: #aaaaaa !important;
  text-decoration-style: none;
}

a.adddisable:hover {
  color: #aaaaaa !important;
  cursor: none !important;
}

.user.details .user-badges ul {
  list-style-type: none;
  padding-left: 0;
}

.user.details .user-badges li {
  float: left;
  margin: 1em 1.5em 1em 0;
  overflow: hidden;
  line-height: 60px;
}

.user.details .user-badges li a,
.user.details .user-badges li img {
  width: 60px;
  height: 60px;
  display: block;
}

.user.details .user-badges li img {
  opacity: 0.3;
}

.user.details .user-badges li.completed img {
  opacity: 1;
}

.user.details .user-badges li.notstarted img {
  opacity: 1;
}

.user.details .user-badges li.notverified img {
  opacity: 1;
}

.user.details .user-badges li.pendingverification img {
  opacity: 1;
}

.user.details .user-badges li.cancel img {
  opacity: 1;
}

.user.details .user-badges li.clarificationrequired img {
  opacity: 1;
}

.user.details .certificates.expanded .expandable-header {
  margin-bottom: 0;
}

.user.details .certificates .expandable-body {
  padding: 0;
}

.user.details .certificates .no-items {
  padding: 0 20px;
}

.user.details .certificates .user-certificates .grid-container {
  margin-top: 0;
}

.user.details .certificates .user-certificates .grid-container table {
  padding-left: 0;
  width: 100%;
}

.user.details .certificates .user-certificates .grid-container table tr td {
  padding: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.user.details .certificates .user-certificates .grid-container table tr td.image-col {
  width: 1px;
}

.user.details .certificates .user-certificates .grid-container table tr td.actions-col {
  width: 1px;
}

.user.details .certificates .user-certificates .grid-container table tr .image-container {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 36px;
  height: 40px;
  line-height: 38px;
}

.user.details .certificates .user-certificates .grid-container table tr .image-container img {
  max-width: 32px;
  max-height: 32px;
  overflow: hidden;
  display: inline-block;
}

.user.details .certificates .user-certificates .grid-container .download-all {
  text-align: right;
  padding: 1em;
}

.favourite-star {
  margin-right: 5px;
  cursor: pointer;
  color: #DDD;
  float: left;
  font-size: 1.4em;
}

.favourite-star i {
  line-height: 1em;
  display: inline-block;
  width: 1.25em;
  height: 1em;
}

.favourite-star.active {
  color: #FFC125;
}

.user-profile {
  width: 100%;
  margin: 30px 0;
}

.user-profile .avatar-container {
  float: right;
  text-align: center;
}

.user-profile .avatar-container img {
  max-width: 150px;
}

.user-profile .fields-container {
  margin: 20px 10px 0 0;
  float: left;
}

.user-profile .fields-container label {
  font-weight: bold;
  display: inline-block;
  width: 150px;
}

.user-hover .user-profile {
  margin: 0;
}

.user-hover .user-profile .fields-container {
  float: none;
}

.user-hover .user-profile .data-field {
  padding-left: 100px;
}

.user-hover .user-profile .data-field label {
  margin-left: -100px;
  width: 90px;
}

.user-settings-edit-form .username-generation-prefix {
  width: 60px;
  min-width: 60px;
}

.user-settings-edit-form .username-generation-numbers {
  width: 200px;
}

.manage-session-subheader .places-info-panel {
  position: absolute;
  right: 15px;
  width: 125px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  text-align: center;
}

.manage-session-subheader .places-info-panel .places-count {
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
}

.manage-session-subheader .places-info-panel .small {
  font-size: 0.8em;
}

.manage-session-subheader .session-details {
  margin-right: 120px;
}

.manage-session-subheader .session-details .venue-title {
  font-weight: bold;
}

.grid-sub-menu {
  margin-bottom: 1em;
}

.securable-areas {
  cursor: pointer;
  min-width: 350px;
}

.securable-areas.header {
  font-weight: bold;
  border-bottom: 1px solid #efefef;
}

.securable-areas.header:hover {
  background-color: transparent;
}

.securable-areas .area-name,
.securable-areas .area-access,
.securable-areas .area-compare,
.securable-areas .area-effective,
.securable-areas .area-indicator,
.securable-areas .area-edit {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 10%;
  float: right;
  padding: 6px 0;
}

.securable-areas .area-name {
  width: 40%;
  float: left;
}

.securable-areas .radio-inline {
  min-width: 50px;
  width: 9%;
  float: right;
}

.securable-areas .area-indicator {
  text-align: center;
}

.securable-areas .area-indicator.editing {
  width: 2.5%;
  vertical-align: middle;
  padding: 12px 0 0 33px;
}

.securable-areas .area-compare {
  text-align: center;
}

.securable-areas .area-edit {
  width: 27.5%;
  text-align: right;
}

.securable-areas .area-edit .editor-field {
  min-height: 16px;
  display: inline-block;
  margin: 0 5px 0 0;
}

.securable-area-children .area-name {
  padding-left: 40px;
}

.securable-area-children .securable-area-children .area-name {
  padding-left: 80px;
}

.securable-area-children .securable-area-children .securable-area-children .area-name {
  padding-left: 120px;
}

.securable-area-children .securable-area-children .securable-area-children .securable-area-children .area-name {
  padding-left: 160px;
}

#catalogue-assets.list {
  margin: 30px 0;
}

#catalogue-assets.list tbody tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#catalogue-assets.list tbody tr:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#catalogue-assets.list tbody tr:nth-child(even) {
  background: #fafafa;
}

#catalogue-assets.list > tbody > tr > td {
  vertical-align: top;
  padding-top: 10px;
}

#catalogue-assets.list > tbody > tr > td:first-child {
  padding-top: 0;
}

.catalogue.edetails .display-view .data-field .validityperiod,
.catalogue.details .display-view .data-field .validityperiod,
.tile.expanded .content .display-view .data-field .validityperiod {
  clear: right;
  display: inline-block;
}

.catalogue.edetails .display-view .data-field .validityperiodtype,
.catalogue.details .display-view .data-field .validityperiodtype,
.tile.expanded .content .display-view .data-field .validityperiodtype {
  clear: left;
  display: inline-block;
  float: left;
}

.catalogue.edetails #progress,
.catalogue.details #progress,
.tile.expanded .content #progress {
  display: none;
}

.cms-edit-link {
  position: absolute;
  right: 0;
}

.edit-user-avatar img {
  max-height: 150px;
  margin-right: 20px;
}

.user-social-networks .networks {
  list-style: none;
}

.user-social-networks .networks .network {
  border-bottom: 1px solid #ccc;
  padding: .7em 0;
}

.user-social-networks .networks .network:first-child {
  padding-top: 0;
}

.user-social-networks .networks .network:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.user-social-networks .networks .network .completion-icon {
  position: relative;
  left: -17px;
}

.user-social-networks .networks .network .integration-actions {
  float: right;
}

.user-social-networks .networks .network .integration-actions .help {
  margin-right: 10px;
}

.user-social-networks.connect-profile .network-logo {
  float: right;
}

.user-social-networks.connect-profile #frameInner {
  width: 100%;
  height: 300px;
}

.treeview-UserCompWrapper #treeview-wrapper .treeview-header {
  padding-left: 0px;
}

.treeview-tab .treeview-UserCompWrapper .treeview-header {
  display: inline-block;
  position: relative;
  height: 20px;
  margin-left: -20px;
  padding-left: 20px;
  width: 100%;
  border-bottom: solid 1px #DADADA;
  font-weight: bold;
}

.treeview-UserCompWrapper .t-image {
  float: left;
}

.treeview-UserCompWrapper .display-text {
  margin-top: 5px;
}

.treeview-UserCompWrapper .display-name {
  float: left;
  width: 300px;
  white-space: normal;
}

.treeview-UserCompWrapper .display-container {
  float: right;
}

.treeview-UserCompWrapper .display-container .display-auth {
  width: 55px;
  display: inline-block;
  text-align: center;
}

.treeview-UserCompWrapper .display-container .display-auth input {
  border-width: 0px;
}

.treeview-UserCompWrapper .display-container .display-auth.indicator.green {
  color: #5A5;
  width: 55px;
}

.treeview-UserCompWrapper .display-container .display-auth.indicator.red {
  color: #A55;
  width: 55px;
}

.treeview-UserCompWrapper .display-container .display-auth.indicator.orange {
  color: darkorange;
  width: 55px;
}

.treeview-UserCompWrapper .display-container .display-label {
  width: 200px;
  display: inline-block;
  text-align: left;
}

.treeview-UserCompWrapper .display-container .display-date {
  width: 100px;
  display: inline-block;
  text-align: right;
}

.treeview-UserCompWrapper .display-container .display-enrolment {
  width: 200px;
  display: inline-block;
  text-align: left;
  white-space: normal;
}

.treeview-UserCompWrapper .t-treeview {
  overflow: visible;
}

.assignment .expandable .expandable-body .editor-field:after,
.review-section-gst:after,
.review-section-subtotal:after,
.review-section-total:after {
  content: "";
  display: table;
  clear: both;
}

.assignment #deliver-enrolments .form-group .control,
.assignment #section-duedate .form-group .control,
.assignment #section-reenroll .form-group .control,
.assignment #section-autoenroll .form-group .control {
  margin-left: 0px;
}

.assignment #deliver-enrolments .form-group.due-date-after-period .form-inline.relative-date,
.assignment #section-duedate .form-group.due-date-after-period .form-inline.relative-date,
.assignment #section-reenroll .form-group.due-date-after-period .form-inline.relative-date,
.assignment #section-autoenroll .form-group.due-date-after-period .form-inline.relative-date {
  padding-left: 0px;
}

.assignment #deliver-enrolments .form-group .textbox-sml,
.assignment #section-duedate .form-group .textbox-sml,
.assignment #section-reenroll .form-group .textbox-sml,
.assignment #section-autoenroll .form-group .textbox-sml {
  margin-bottom: 5px;
  width: 70px;
  display: inline;
  margin-left: 4px;
}

.assignment #deliver-enrolments .form-group .select-sml,
.assignment #section-duedate .form-group .select-sml,
.assignment #section-reenroll .form-group .select-sml,
.assignment #section-autoenroll .form-group .select-sml {
  min-width: 100px;
  width: 100px;
  margin-right: 8px;
}

.review-section-header {
  height: 24px;
  padding: 13px 0;
  position: relative;
  font-size: 1.3em;
  font-weight: bold;
}

.review-section-header .subheading {
  display: none;
}

.total-row,
.grid-content-finish .row-small {
  font-weight: bold;
}

.total-row .total-label,
.row-duplicate .row-duplicate-label,
x-row-more x-row-more-label {
  padding: 10px 20px;
}

.review-section-gst,
.review-section-subtotal,
.review-section-total,
.review-section-reenrolmentquery {
  font-weight: bold;
  font-size: 1.5em;
  position: relative;
  line-height: 1em;
  border-top: 1px solid #e9e9e9;
}

.review-section-gst,
.review-section-subtotal,
.review-section-total,
.review-section-reenrolmentquery,
.review-section-warning {
  padding: 16px;
}

.review-section-reenrolmentquery {
  background-color: orange;
}

.review-section-total,
.grid-content-finish .total {
  color: Black;
}

.review-people-pager {
  padding-left: 20px;
}

.grid-content-finish .subtotal,
.grid-content-finish .gst,
.grid-content-finish .total {
  padding: 16px;
  font-weight: bold;
  font-size: 1.5em;
  border-top: 1px solid #e9e9e9;
}

.review-section-gst,
.review-section-subtotal,
.grid-content-finish .subtotal,
.grid-content-finish .gst {
  border-top: 1px solid #e9e9e9;
}

.review-section-subtotal .review-summary-calc,
.review-section-total .review-summary-calc {
  color: #999;
  float: left;
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.review-section-subtotal .review-summary-calc,
.review-section-total .review-summary-calc,
.review-section-warning .checkbox,
.review-section-warning .already-enrolled-list {
  padding-left: 60px;
}

.review-section-subtotal .review-amount,
.review-section-total .review-amount,
.review-section-gst .review-amount {
  width: 115px;
  float: right;
}

.review-section-subtotal .review-amount.total-enrolled,
.review-section-total .review-amount.total-enrolled,
.review-section-gst .review-amount.total-enrolled {
  width: 95px;
}

.review-section-subtotal .review-label,
.review-section-total .review-label,
.review-section-gst .review-label {
  float: right;
  text-align: right;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.grid-content-finish .subtotal .item-label,
.grid-content-finish .gst .item-label,
.grid-content-finish .total .item-label {
  padding: 16px 20px;
  text-align: right;
}

.grid-content-finish .subtotal .amount,
.grid-content-finish .gst .amount,
.grid-content-finish .total .amount {
  padding: 16px 0;
}

.grid-content-finish .recipients .item-label {
  padding-left: 20px;
  padding-right: 20px;
  color: #999;
}

.review-section-subtotal .review-label {
  width: 20%;
}

.review-section-total .review-label,
.review-section-gst .review-label {
  width: 80%;
}

.row-duplicate {
  background: #e8f0d9;
}

.emphasise {
  font-weight: bold;
}

.button-container {
  clear: both;
  margin-top: 10px;
  padding: 20px;
}

.enrolment-information {
  padding: 15px;
}

.columns-container {
  width: auto;
}

.columns-container .column-category {
  float: left;
  margin: 0 1% 1% 0;
  width: 31%;
  border: 1px solid #efefef;
  border-radius: 4px;
  position: relative;
  padding-bottom: 7px;
}

.columns-container .column-category h3 {
  background: #efefef;
  padding: 5px;
  margin: 0 0 10px 0;
  padding-left: 9px;
}

.columns-container .column-category .column-checkbox-container {
  margin: 0;
  padding: 0 10px;
}

.columns-container .column-category .checkbox, .columns-container .column-category .radio {
  padding-top: 5px;
}

.columns-container .column-category label {
  font-weight: normal;
}

.report.preview .grid-header,
.report.run .grid-header {
  margin: 12px 0;
}

.report.preview .grid-header #grid-export,
.report.run .grid-header #grid-export {
  float: right;
}

.report.preview .grid-header #grid-export .template-not-exist,
.report.run .grid-header #grid-export .template-not-exist {
  float: left;
  width: 550px;
}

.report.preview .grid-header .grid-actions,
.report.run .grid-header .grid-actions {
  float: left;
}

.report.preview .filter,
.report.run .filter {
  padding: 15px;
  background: #f3f3f3;
}

#ReportGrid .fullscreen-button {
  width: 15px;
  height: 15px;
  line-height: 15px;
  position: relative;
  left: 20px;
  bottom: 22px;
  cursor: pointer;
}

#ReportGrid .t-grid-content {
  min-height: 300px;
  max-height: 500px;
}

#ReportGrid .t-grid-bottom {
  position: relative;
}

.fullscreen {
  overflow: hidden;
}

.fullscreen #ReportGrid {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  margin: 0;
  padding: 0;
}

.fullscreen #ReportGrid .t-grid-content {
  height: 93% !important;
}

.report .grid-header a,
.report .grid-header form {
  display: inline-block;
}

.report .grid-header form input[type="submit"] {
  height: 38px;
}

.report .grid-header .select2-container {
  min-width: 250px;
  height: 35px;
  width: 55%;
}

.report .grid-header .select2-container a {
  display: block;
}

.report .filter .submit-container {
  text-align: right;
}

.create .t-upload-button,
.edit .t-upload-button {
  width: auto;
}

.create .t-upload-button .button,
.edit .t-upload-button .button {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  float: left;
  padding-top: 8px;
}

.create .t-upload-button .fake-input,
.edit .t-upload-button .fake-input {
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  -o-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: 1px 1px 5px #999 inset;
  -moz-box-shadow: 1px 1px 5px #999 inset;
  -ms-box-shadow: 1px 1px 5px #999 inset;
  -o-box-shadow: 1px 1px 5px #999 inset;
  box-shadow: 1px 1px 5px #999 inset;
  color: #AAA;
  background-color: white;
  float: left;
  padding: 11px 18px;
  width: 300px;
  text-align: left;
}

span.correct {
  color: green;
}

span.incorrect {
  color: red;
}

.hot-spot-plate {
  position: relative;
  width: 100%;
  overflow: auto;
  max-height: 300px;
  border: solid 1px grey;
}

.hot-spot-plate .hot-spot-spot {
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: red;
  background-color: red;
  opacity: 0.6;
}

.hot-spot-plate .hot-spot-spot span {
  opacity: 1;
  color: black;
}

ul.answer-list {
  padding-left: 20px;
}

ol.answer-list {
  padding-left: 20px;
}

.unused.token {
  color: #55F;
}

.number.all-in-use.token {
  color: #F55;
}

#content #Activities.list {
  margin: 30px 0;
}

#content #Activities.list tbody tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#content #Activities.list tbody tr:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#content #Activities.list tbody tr:nth-child(even) {
  background: #fafafa;
}

#content #Activities.list > tbody > tr > td {
  vertical-align: top;
  padding-top: 10px;
}

#content #Activities.list > tbody > tr > td:first-child {
  padding-top: 0;
}

.compliance-timeline .timeline-cell {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  float: left;
  margin: 0 1px 1px 0;
  color: white;
  /*		
        compliant: '#0A996F', //compliant
        lowrisk: '#FECD23', //low-risk
        highrisk: '#FA6632', //high-risk
        noncompliant: '#CF0638'  //non-compliant
        */
}

.compliance-timeline .timeline-cell.status-noncompliant {
  background-color: #CF0638;
}

.compliance-timeline .timeline-cell.status-highrisk {
  background-color: #FA6632;
}

.compliance-timeline .timeline-cell.status-lowrisk {
  background-color: #FECD23;
}

.compliance-timeline .timeline-cell.status-compliant {
  background-color: #0A996F;
}

#cpd-rule {
  margin-top: 25px;
}

#cpd-points {
  margin-top: 80px;
}

.cpd-validity-controls {
  margin-top: 22px;
}

.cpd-validity-controls .validity-label {
  width: 90px;
  float: left;
}

.cpd-validity-controls .validity-text {
  width: 280px;
  float: left;
  clear: right;
}

.cpd-validity-controls .validity-dropdown {
  width: 280px;
  float: left;
}

#Tags.list {
  margin: 30px 0;
}

#Tags.list tbody tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#Tags.list tbody tr:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#Tags.list tbody tr:nth-child(even) {
  background: #fafafa;
}

#Tags.list > tbody > tr > td {
  vertical-align: center;
  padding-top: 10px;
}

#Tags.list > tbody > tr > td:first-child {
  padding-top: 0;
}

#cpd-period-controls .editor-field {
  float: left;
  clear: right;
  margin-right: 10px;
  padding-left: 0px;
}

#cpd-period-controls .editor-field.cpd-period-text {
  min-width: 100px;
  max-width: 300px;
}

#cpd-period-controls .editor-field.cpd-period-text input[type="text"],
#cpd-period-controls .editor-field.cpd-period-text input[type="number"] {
  width: 100%;
  min-width: 100px;
  max-width: none;
}

#cpd-period-controls .editor-field.cpd-period-dropdown {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
}

#cpd-period-controls .form-group.has-feedback .form-control-feedback {
  right: 0;
}

.completion-icon {
  display: inline-block;
  width: 27px;
  height: 26px;
  background-image: url(images/completed-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.completion-icon.completed {
  background-position: 0 -27px;
}

#socialNetworkFrame {
  height: 100%;
}

#socialNetworkFrame iframe {
  width: 100%;
  height: 60%;
}

a.tag, span.tag {
  position: relative;
  background-color: #E4E7E9;
  padding: 3px 6px;
  border-radius: 0 4px 4px 0;
  margin-left: 10px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

a.tag:before, span.tag:before {
  content: "";
  position: absolute;
  float: left;
  top: 0;
  left: -9px;
  width: 0;
  height: 0;
  border-color: transparent #E4E7E9 transparent transparent;
  border-style: solid;
  border-width: 9px 9px 10px 0;
}

a.tag:after, span.tag:after {
  content: "";
  position: absolute;
  float: left;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
}

a.tag:hover, span.tag:hover {
  background-color: #138144;
  /* Want to get this color from Saas, somehow */
  color: white;
}

a.tag:hover:before, span.tag:hover:before {
  border-right-color: #138144;
}

a.tag img, span.tag img {
  margin: 0 3px 0 0;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
}

.tag-counter {
  float: right;
  margin-top: -11px 5px 0 0;
}

.action.tags ul li {
  line-height: 25px;
}

.tags-toolbox.read-only li {
  display: inline;
}

.tags-toolbox.read-only a.remove {
  display: none;
}

.tags-toolbox a.remove[disabled] i.icon-circle-minus {
  opacity: 0.4;
}

.grid-container.tag-items table thead {
  display: none;
}

.grid-container.tag-items tbody td {
  border-bottom-width: 6px;
  border-color: white;
  height: auto;
  padding: 2px 0;
}

.grid-container.tag-items tbody tr:hover .percentfill,
.grid-container.tag-items tbody tr:hover .percentfillstart {
  background-color: #999;
}

.grid-container.tag-items tbody tr:hover .tag-name a:link,
.grid-container.tag-items tbody tr:hover .tag-name a:visited,
.grid-container.tag-items tbody tr:hover .tag-name a,
.grid-container.tag-items tbody tr:hover .tag-name a:hover,
.grid-container.tag-items tbody tr:hover .tag-name a:active {
  color: #373737;
}

.grid-container.tag-items tbody .tagged-documents {
  display: none;
}

.grid-container.tag-items tbody .col-name {
  width: 1%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.grid-container.tag-items tbody .col-taggednum {
  width: 1%;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 10px 0 20px;
}

.grid-container.tag-items tbody .col-percent {
  width: 98%;
}

.grid-container.tag-items .tag-name a:link,
.grid-container.tag-items .tag-name a:visited,
.grid-container.tag-items .tag-name a {
  color: #666;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.grid-container.tag-items .tag-name a:hover,
.grid-container.tag-items .tag-name a:active {
  color: #373737;
  text-decoration: underline;
}

.grid-container.tag-items .percentfill,
.grid-container.tag-items .percentfillstart {
  background-color: #ccc;
  padding: 2px 0px 2px 4px;
}

.grid-container.tag-items .nopercent {
  padding: 2px 0px 2px 4px;
}

.grid-container.tag-items .percentfill {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  min-width: 5px;
}

.grid-container.tag-items .percentfillstart {
  background-color: #ccc;
  padding: 2px 0px 2px 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.grid-container .tag-list {
  padding-bottom: 40px;
}

.grid-container .ui-tabs-panel {
  padding: 1em 1.9em;
}

.grid-container.notification-items table {
  border-top: 1px solid #000;
}

.grid-container.notification-items table tr.alt {
  background: none;
}

.grid-container.notification-items table tr td {
  border-bottom: solid 1px #ddd;
}

.grid-container.notification-items table tr td.space-col {
  width: 20px;
}

.grid-container.notification-items table tr td.type-col, .grid-container.notification-items table tr td.action-col {
  text-align: center;
}

.grid-container.notification-items table tr td.action-col a {
  text-decoration: none;
}

.grid-container.notification-items a.mark-as-read {
  color: blue;
}

.sys-notifications-container .date-group {
  margin: 0 0 3em;
}

.sys-notifications-container .date-group .group-header {
  padding: 0 8px;
}

.ui-dialog.notification-previewer .ui-dialog-content {
  text-align: left;
}

a.button.view-more {
  display: block;
  text-align: center;
}

.item-tooltip.tag.has-image {
  min-width: 500px;
}

.item-tooltip.tag .avatar-container {
  float: left;
}

.item-tooltip.tag .avatar-container img {
  margin-bottom: 1.5em;
  margin-right: 1.5em;
  width: 175px;
  padding: 4px;
  border: 1px solid #C7C8DD;
  background: white;
}

.item-tooltip.tag .description.ng-binding {
  line-height: 1.8;
}

.item-tooltip.tag .stats {
  font-weight: bold;
}

.item-tooltip.tag .data-field.cf:after {
  clear: none;
}

.item-tooltip.tag .createdon,
.item-tooltip.tag .lastupdated {
  float: left;
}

.item-tooltip.tag .lastupdated {
  margin-left: 1.5em;
}

.simple-statistics {
  float: right;
  right: 0;
  min-width: 35%;
}

.simple-statistics table {
  width: 100%;
}

.simple-statistics table th {
  font-weight: bold;
  text-align: left;
}

#Mappings.list {
  margin: 30px 0;
}

#Mappings.list tbody tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#Mappings.list tbody tr:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#Mappings.list tbody tr:nth-child(even) {
  background: #fafafa;
}

#Mappings.list > tbody > tr > td {
  vertical-align: center;
  padding-top: 10px;
}

#Mappings.list > tbody > tr > td:first-child {
  padding-top: 0;
}

#otherLearningSettings .checkbox-with-text label {
  float: none;
}

#otherLearningSettings .extra-text-field {
  margin-left: 42px;
}

#otherLearningSettings .extra-text-field label {
  width: auto;
  margin-right: 1em;
}

#otherLearningVerificationSettings label {
  width: auto;
}

#otherLearningContacts td.contact-avatar {
  width: 60px;
}

#verificationManagerRole .item-container .editor-field .hint {
  top: 0;
}

/* Course Designer HTML editors */
.html-editor-tabs {
  max-width: 910px;
}

.html-editor-tabs .t-content {
  padding: 0;
}

.html-editor-tabs .t-editor {
  border: 1px solid #A7BAC5;
}

.html-editor-tabs .t-editor.t-editor-toolbar {
  height: inherit;
  border-bottom: solid 1px #EEE;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.html-view-editor {
  margin-bottom: 10px;
}

#MembershipStepsList {
  margin-left: 15px;
}

.membership-package-options .t-grid-header .t-header,
.membership-package-options .t-grid-header .t-last-header {
  border: 0;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

#grid-packageOptions {
  border: none;
}

#grid-packageOptions a {
  margin-left: 30%;
}

#content #TagTypes.list {
  margin: 30px 0;
}

#content #TagTypes.list tbody tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#content #TagTypes.list tbody tr:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#content #TagTypes.list tbody tr:nth-child(even) {
  background: #fafafa;
}

#content #TagTypes.list > tbody > tr > td {
  vertical-align: top;
  padding-top: 10px;
}

#content #TagTypes.list > tbody > tr > td:first-child {
  padding-top: 0;
}

.tagtype-list {
  list-style-type: none;
}

.tagtype-list .one {
  width: 10%;
  float: left;
  min-height: 1px;
}

.tagtype-list .two {
  width: 70%;
  float: left;
}

.tagtype-list .three {
  width: 15%;
  float: left;
  text-align: center;
  min-height: 1px;
}

.tagtype-list .three input {
  margin-top: 5px;
}

.tagtype-list .four {
  width: 5%;
  float: left;
  text-align: center;
}

.tagtype-list li {
  clear: both;
}

.tagtype-list.header {
  font-weight: bold;
}

#divAffectedEntityCounter {
  float: right;
  display: table;
  text-align: right;
  width: 50%;
  margin: 10px;
}

#divSpinner {
  clear: both;
  float: right;
  width: auto;
  display: table;
}

.blueStatus {
  color: blue;
}

.yellowStatus {
  color: yellow;
}

.greyStatus {
  color: grey;
}

.redStatus {
  color: red;
}

.greenStatus {
  color: green;
}

.extendregistration .jui-grid-header {
  border-bottom: 1px solid #E9E9E9;
}

.extendregistration .jui-grid-header th {
  padding: 8px;
  color: Black;
  text-align: left;
}

#LtiDimensions input[type=text] {
  min-width: 60px;
  width: 60px;
}

#LtiDimensions .col-dimension-separator {
  padding: 0px 10px;
  margin-top: 25px;
}

#LtiDimensions .row {
  padding: 0px 15px;
}

span.end-punctuation::after {
  content: ":";
}

.editor-field.reversed span.end-punctuation::after {
  content: "";
}

.body-pagination .prev-page, .body-pagination .next-page {
  background-color: #eee;
  color: #888;
  position: fixed;
  z-index: 1;
  top: 50%;
  margin-top: -10px;
  transition: margin 0.2s;
  padding: 5px 10px;
}

.body-pagination i.spin {
  width: 21px;
  height: 30px;
}

.body-pagination .prev-page {
  left: 0;
  margin-left: -4.4em;
  border-radius: 0 5px 5px 0;
}

.body-pagination .prev-page:hover {
  margin-left: 0;
}

.modal-dialog .body-pagination .prev-page {
  z-index: -1;
  border-radius: 5px 0 0 5px;
  margin-left: -1.6em;
}

.modal-dialog .body-pagination .prev-page i {
  float: left;
  line-height: 1.4em;
  margin-right: 0.5em;
}

.modal-dialog .body-pagination .prev-page:hover {
  margin-left: -8.7em;
}

.body-pagination .next-page {
  right: 0;
  margin-right: -2.5em;
  border-radius: 5px 0 0 5px;
}

.body-pagination .next-page:hover {
  margin-right: 0;
}

.modal-dialog .body-pagination .next-page {
  z-index: -1;
  border-radius: 0 5px 5px 0;
  margin-right: -1.6em;
}

.modal-dialog .body-pagination .next-page i {
  float: right;
  line-height: 1.4em;
  margin-left: 0.5em;
}

.modal-dialog .body-pagination .next-page:hover {
  margin-right: -6.9em;
}

.loading .body-pagination .next-page {
  margin-right: 0;
}

.modal-dialog .loading .body-pagination .next-page {
  margin-right: 0;
}

.loading .body-pagination .prev-page {
  margin-left: 0;
}

.modal-dialog .loading .body-pagination .prev-page {
  margin-left: 0;
}

.modal-body.with-pagination {
  overflow: hidden;
}

blockquote.green-block {
  background-color: #C9E8C5;
  border: solid 1px #1a7c06;
}

.section-header {
  color: #565656;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding: 20px 0 0 0;
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0;
}

.section-header.icon {
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding-left: 40px;
  background-size: 28px auto;
  position: relative;
}

.section-header [class^="icon-"], .section-header [class*=" icon-"] {
  font-size: 22px;
  color: #000;
  position: absolute;
  left: 5px;
}

.no-header .inner {
  width: auto;
  padding: 1em;
}

.no-header #main .content-header {
  padding: 0 0 1em;
}

.no-header #main #content {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}

.form-popup, .form-popup-dialog {
  display: none;
}

.modal-backdrop {
  z-index: 998 !important;
}

.modal {
  z-index: 999 !important;
}

.ui-dialog .form-popup-dialog {
  display: block;
}

.orderby-sort .orderby-sorted:after,
.orderby-sort .orderby-reversed:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  position: absolute;
  right: 1em;
  height: 0;
  width: 0;
}

.orderby-sort .orderby-sorted:after {
  border-top: 6px solid #999;
  top: 45%;
}

.orderby-sort .orderby-reversed:after {
  border-bottom: 6px solid #999;
  top: 40%;
}

.more-info .change-to {
  font-weight: 600;
}

#rstrings td, #appAssemblies td, .rstring.index td {
  max-width: 250px;
}

.GridNoItems {
  padding: 10px 15px;
}

.lt-ie9 .data-field .status {
  margin-left: 1px;
}

/* (CJ) TODO: find an existing/standard wrapper class for padding */
.wrapper-padding {
  padding: 24px 15px 18px 15px;
}

.wrapper-padding h1 {
  margin-left: -18px;
  margin-right: -18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  text-indent: 18px;
}

.wrapper-padding blockquote {
  margin: 1em 0;
}

.fileList {
  color: #138144;
  list-style-type: disc;
  padding-left: 20px;
}

.innercatalogue .t-grid-header {
  display: none;
}

.innercatalogue {
  border: none;
  background-color: white;
}

.user-form-designer tr:hover {
  background: #ddd;
}

.file-container .list-action.remove {
  color: Red;
}

.mce-container.mce-panel.mce-floatpanel.mce-window.mce-in {
  z-index: 1001 !important;
}

.mce-container.mce-panel.mce-floatpanel.mce-window.mce-in ~ div.modal {
  z-index: 1001 !important;
}

#mce-modal-block {
  z-index: 1000 !important;
  opacity: 0 !important;
}

.mce-panel.mce-window {
  z-index: 999 !important;
}

.control .mce-edit-area {
  border-width: 1px 1px 0 0 !important;
}

/* Program Components' buttons were different sizes */
/* Not sure if used in the system anywhere else
.catalogue.edetails {
    .display-view {
        .button {
            position: relative;
            text-align: center;
            top: -15px;
            min-width: 70px;
        }
    }
}
*/
.catalogue.index #progress,
.catalogue.edetail #progress {
  display: none;
}

.minimizeDiv {
  height: auto;
  overflow: hidden;
  padding-bottom: 8px;
  display: block;
}

.maximizeDiv {
  height: auto;
  overflow: hidden;
}

.hidedivexpander {
  display: none;
}

.showmorexpander {
  padding-top: 15px;
}

.sortable li {
  display: block;
}

.eventlabel {
  width: 72px !important;
}

.assignmentlabel {
  width: 125px !important;
}

.form-group.indent-left, .indent-left {
  margin-left: 25px;
}

.form-group.large-indent-left, .large-indent-left {
  margin-left: 16.66667%;
}

.dynamic-grid {
  overflow: auto;
}

.sortable-list {
  list-style: none;
  margin: 0.5em 0;
  padding: 0;
}

.sortable-list li {
  position: relative;
  cursor: move;
}

.sortable-list li a:hover {
  text-decoration: underline;
}

.sortable-list li a.remove {
  position: absolute;
  top: 20px;
  right: 5px;
}

[jui-highlight] {
  transition: 3s cubic-bezier(0.95, 0.44, 0.49, 0.44) all;
}

.highlight {
  animation-name: highlight;
  animation-duration: 3s;
  animation-timing-function: ease-out;
}

@keyframes highlight {
  0%, 100% {
    background-color: transparent;
  }
  10% {
    background-color: #fcf8e3;
  }
}

.jan-user-hover-icon {
  font-size: 1.2em;
}

/*# sourceMappingURL=janison.web.ui.plugins.css.map */