.col-xlg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.nomargin-top {
  margin-top: 0 !important;
}

.nomargin-left {
  margin-left: 0 !important;
}

.nomargin-right {
  margin-right: 0 !important;
}

.nomargin-bottom {
  margin-bottom: 0 !important;
}

.primary-card-color {
  background: #ddd !important;
}

select.listbox {
  display: block;
  width: 93%;
  margin-left: 3rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.c-card .waves-effect {
  cursor: default;
}

.c-card div.mask.waves-effect {
  display: none;
}

.c-card .c-card-image {
  background-size: 100% 100%;
  min-height: 116px;
  min-width: 329px;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
  height: 100%;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

#toast-container {
  top: 0;
}

#kayako_sitebadgecontainer {
  display: none;
}

.switch label .lever:focus {
  outline: none !important;
}

[type="checkbox"] + label {
  padding-left: 2rem;
  line-height: 1rem;
  max-width: 90%;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  padding-left: 1.5rem;
  max-width: 90%;
  padding-right: 2rem;
}

.toast-top-center,
.toast-top-right {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-top-center .toast {
  margin: 0 auto !important;
}

.modal.fade {
  overflow: visible;
  top: 0 !important;
}

.c-card .c-card-reveal {
  z-index: 10;
}

#toast-container > div {
  opacity: 1;
  width: 100%;
}

input[type="date"] + label:after,
input[type="datetime-local"] + label:after,
input[type="email"] + label:after,
input[type="number"] + label:after,
input[type="password"] + label:after,
input[type="search-md"] + label:after,
input[type="tel"] + label:after,
input[type="text"] + label:after,
input[type="time"] + label:after,
input[type="url"] + label:after,
textarea.materialize-textarea + label:after {
  white-space: nowrap;
  top: 36px;
  font-size: 12px;
  font-weight: 500;
}

input[type="date"] + label.active:after,
input[type="datetime-local"] + label.active:after,
input[type="email"] + label.active:after,
input[type="number"] + label.active:after,
input[type="password"] + label.active:after,
input[type="search-md"] + label.active:after,
input[type="tel"] + label.active:after,
input[type="text"] + label.active:after,
input[type="time"] + label.active:after,
input[type="url"] + label.active:after,
textarea.materialize-textarea + label.active:after {
  top: 60px;
  font-size: 12px;
  font-weight: 500;
}

.inline {
  display: inline-block;
}

label,
.input-field label {
  color: #444;
  font-weight: 400;
  left: 15px;
  font-size: 1rem;
}

.input-field label.active {
  color: #000;
  font-weight: 500;
  padding-bottom: 5px;
  top: 15px;
}

label.bold {
  font-weight: 600;
}

.input-field .prefix ~ label {
  margin-top: 0px;
}

.input-field .prefix ~ .footnote {
  margin-left: -1rem;
}

.switch label {
  font-size: 16px;
}

.divider-new::after,
.divider-new::before {
  background: #33b5e5;
}

.divider-new {
  color: var(--Pink60);
  margin: 2rem 0;
}

.divider-new.nomargin {
  margin: 0;
}

hr {
  border-top: dashed 1px #33b5e5;
}

hr.padding {
  margin: 30px 0;
}

.visually-hidden {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
}

.clear {
  clear: both;
}

div.padding {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

label.label-prefix {
  margin-left: 2rem;
  position: relative;
  top: 0;
}

.full-height {
  height: 100%;
}

.padding-bottom {
  padding-bottom: 20px;
}

.SecureLoginFormContainer1 .c-card-action {
  padding: 20px 0 50px 0;
}

.SecureLoginFormContainer1 .HelpButton {
  position: absolute;
  right: 0;
}

.CubeRefreshButton {
  float: right;
  z-index: 2;
  cursor: pointer;
}

.colour-sample {
  border: 1px solid #000;
  display: inline-block;
  height: 16px;
  position: relative;
  margin: 22px 20px 0 0;
  width: 16px;
}

.useractivation {
  display: inline-block;
}

.validation-error,
.msg-red,
.msg-info {
  font-weight: 500 !important;
  top: -10px !important;
  position: relative !important;
  font-size: 0.8rem !important;
}

.validation-error,
.msg-red {
  color: red !important;
}

.msg-info {
  color: #0073ab !important;
}

.validation-error-textarea {
  color: red;
  font-weight: 500;
  position: relative;
}

.emailaudit {
  max-height: 30rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.emailsreceived {
  max-height: 10rem;
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
}

dl.exceptions {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

dl.exceptions dt {
  float: left;
  width: 30%;
  padding: 0;
  margin: 0;
}

dl.exceptions dd {
  float: left;
  width: 70%;
  padding: 0;
  margin: 0;
}

.input-field .footnote {
  padding-left: 3rem;
  display: block;
  margin-top: -15px;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.input-field .prefix ~ .validation-error,
.input-field .prefix ~ .msg-red,
.input-field .prefix ~ .msg-info {
  margin-left: -1rem !important;
  margin-top: 0;
}

.msgtext {
  white-space: pre-wrap;
}

textarea.normal {
  height: auto;
  line-height: 1.2rem;
}

textarea.vresize {
  resize: vertical;
}

textarea.hresize {
  resize: horizontal;
}

textarea.noresize {
  resize: none;
}

#sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#sortable li {
  margin: 0 3px 3px 3px;
  padding: 0.4em;
  padding-left: 1.5em;
  font-size: 1em;
  cursor: ns-resize;
  border-radius: 8px;
}

#sortable li span {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 16px;
}

#sortable li span.sortable-ordertxt {
  width: 95%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#sortable li span.sortable-ordernbr {
  margin-right: 10px;
}

#sortable li:hover {
  background-color: #79b2d6;
  color: #fff;
}

html > body #sortable li {
  min-height: 2rem;
  line-height: 1.2rem;
}

.ui-state-highlight {
  height: 2rem;
  line-height: 1.2rem;
}

.dropdown-menu li:hover > a {
  background-color: #79b2d6 !important;
  color: #fff !important;
}

.teaxarea-label {
  margin-top: -10px;
}

.RadUpload .ruFakeInput {
  display: none;
}

.RadUpload .ruBrowse {
  background: #f80 !important;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin: 0px 10px;
  outline: 0 !important;
  line-height: 18px !important;
  padding: 5px !important;
  border: 0;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer !important;
  height: 2rem !important;
  font-size: 0.8rem;
  /* width: 3.5rem !important; */
}

ul.ruInputs li {
  float: none;
  font-size: 1.5rem;
}

.ruUploadProgress {
  font-size: 1.2rem !important;
  margin-left: 10px;
}

.ruButton.ruRemove {
  font-size: 1rem !important;
  margin-left: 10px;
  background-color: #afdaf3 !important;
  color: #000 !important;
  border-radius: 4px;
  line-height: 1rem;
}

.ruButton.ruRemove:hover {
  color: darkorange;
}

.RadUpload {
  width: auto !important;
  margin-top: -20px;
}

.errorpanel {
  z-index: 10;
  position: absolute;
  top: 18%;
  left: 50%;
  width: 30%;
}

.userbadge .fa-stack .fa-stack-2x {
  color: #afc7da;
}

.userbadge.impersonate .fa-stack .fa-stack-2x {
  color: red;
}

.userbadge {
  min-height: 5rem;
  height: auto;
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 1rem !important;
}

.userbadge .fa-stack.fa-lg {
  font-size: 2.5rem;
  position: relative;
  left: 35%;
  margin-top: -1.2rem;
}

.userbadge .username {
  font-size: 1.4rem;
  position: relative;
  margin-top: -1.2rem;
  left: 0;
  display: block;
  text-align: center;
  line-height: 1.2rem;
}

.userbadge .alert {
  position: relative;
  text-align: center;
  padding: 5px;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px;
}

ul.reportslinks {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.report.bg1-local {
  background: #212c42 url(../../images/material/reportbg1.png) no-repeat;
}

.report.bg2-local {
  background: #212c42 url(../../images/material/reportbg2.png) no-repeat;
}

.report.bg3-local {
  background: #212c42 url(../../images/material/reportbg3.png) no-repeat;
}

.report.bg4-local {
  background: #212c42 url(../../images/material/reportbg4.png) no-repeat;
}

.report.bg5-local {
  background: #212c42 url(../../images/material/reportbg5.png) no-repeat;
}

.report.bg6-local {
  background: #212c42 url(../../images/material/reportbg6.png) no-repeat;
}

.report.bg7-local {
  background: #212c42 url(../../images/material/reportbg7.png) no-repeat;
}

.report.bg8-local {
  background: #212c42 url(../../images/material/reportbg8.png) no-repeat;
}

.report.bg9-local {
  background: #212c42 url(../../images/material/reportbg9.png) no-repeat;
}

.report.bg10-local {
  background: #212c42 url(../../images/material/reportbg10.png) no-repeat;
}

.report.bg1-cdn {
  background: #212c42
    url(https://cdn-uks.workrite.co.uk/projects/images/material/reportbg1.png)
    no-repeat;
}

.report.bg2-cdn {
  background: #212c42
    url(https://cdn-uks.workrite.co.uk/projects/images/material/reportbg2.png)
    no-repeat;
}

.report.bg3-cdn {
  background: #212c42
    url(https://cdn-uks.workrite.co.uk/projects/images/material/reportbg3.png)
    no-repeat;
}

.report.bg4-cdn {
  background: #212c42
    url(https://cdn-uks.workrite.co.uk/projects/images/material/reportbg4.png)
    no-repeat;
}

.report.bg5-cdn {
  background: #212c42
    url(https://cdn-uks.workrite.co.uk/projects/images/material/reportbg5.png)
    no-repeat;
}

.report.bg6-cdn {
  background: #212c42
    url(https://cdn-uks.workrite.co.uk/projects/images/material/reportbg6.png)
    no-repeat;
}

.report.bg7-cdn {
  background: #212c42
    url(https://cdn-uks.workrite.co.uk/projects/images/material/reportbg7.png)
    no-repeat;
}

.report.bg8-cdn {
  background: #212c42
    url(https://cdn-uks.workrite.co.uk/projects/images/material/reportbg8.png)
    no-repeat;
}

.report.bg9-cdn {
  background: #212c42
    url(https://cdn-uks.workrite.co.uk/projects/images/material/reportbg9.png)
    no-repeat;
}

.report.bg10-cdn {
  background: #212c42
    url(https://cdn-uks.workrite.co.uk/projects/images/material/reportbg10.png)
    no-repeat;
}

.report {
  background-size: contain !important;
  height: 90px;
  font-size: 1.5rem;
  text-align: right;
  margin-top: 0 !important;
}

.report-title {
  color: #fff;
  line-height: 1.5rem;
}

.report:hover {
  background-color: #afc7da;
}

.completedcourses p {
  padding-right: 20px;
  position: relative;
}

.completedcourses p span.badge {
  position: absolute;
  right: 0;
}

input.validate.wrong {
  border-bottom: 1px solid red !important;
  box-shadow: 0 1px 0 0 red !important;
}

.modal .ajax__calendar_container {
  left: 0 !important;
  background-color: #fff;
  border: solid 1px #444;
}

input[type="date"].invalid + label:after,
input[type="date"]:focus.invalid + label:after,
input[type="datetime-local"].invalid + label:after,
input[type="datetime-local"]:focus.invalid + label:after,
input[type="email"].invalid + label:after,
input[type="email"]:focus.invalid + label:after,
input[type="number"].invalid + label:after,
input[type="number"]:focus.invalid + label:after,
input[type="password"].invalid + label:after,
input[type="password"]:focus.invalid + label:after,
input[type="search-md"].invalid + label:after,
input[type="search-md"]:focus.invalid + label:after,
input[type="tel"].invalid + label:after,
input[type="tel"]:focus.invalid + label:after,
input[type="text"].invalid + label:after,
input[type="text"]:focus.invalid + label:after,
input[type="time"].invalid + label:after,
input[type="time"]:focus.invalid + label:after,
input[type="url"].invalid + label:after,
input[type="url"]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
  top: 49px;
}

.smallInfo {
  font-size: 0.8rem;
  /* margin-top: -14px; */
}

.useractivation .switch.inline {
  top: 1px;
  margin-right: 10px;
}

.DocsContainer > div,
.emailaudit > div,
.grouphistory > div,
.table-wrapper {
  overflow-x: auto;
}

.modal.bottom-sheet h4 {
  font-size: 1.5rem;
}

.label-listbox {
  margin-top: -15px;
}

.btn-no-bottom-margin {
  margin-bottom: 0;
}

.orange-calendar .ajax__calendar_container {
  width: 190px;
  z-index: 1000;
  background-color: #eeeeee;
  border: solid 1px #dddddd;
  -moz-border-radius-topleft: 8px /*{cornerRadius}*/;
  -webkit-border-top-left-radius: 8px /*{cornerRadius}*/;
  -khtml-border-top-left-radius: 8px /*{cornerRadius}*/;
  border-top-left-radius: 8px /*{cornerRadius}*/;
  -moz-border-radius-topright: 8px /*{cornerRadius}*/;
  -webkit-border-top-right-radius: 8px /*{cornerRadius}*/;
  -khtml-border-top-right-radius: 8px /*{cornerRadius}*/;
  border-top-right-radius: 8px /*{cornerRadius}*/;
  -moz-border-radius-bottomleft: 8px /*{cornerRadius}*/;
  -webkit-border-bottom-left-radius: 8px /*{cornerRadius}*/;
  -khtml-border-bottom-left-radius: 8px /*{cornerRadius}*/;
  border-bottom-left-radius: 8px /*{cornerRadius}*/;
  -moz-border-radius-bottomright: 8px /*{cornerRadius}*/;
  -webkit-border-bottom-right-radius: 8px /*{cornerRadius}*/;
  -khtml-border-bottom-right-radius: 8px /*{cornerRadius}*/;
  border-bottom-right-radius: 8px /*{cornerRadius}*/;
}

.orange-calendar .ajax__calendar_body {
  width: 180px;
  height: 150px;
  background-color: #eeeeee;
  border: solid 1px #cccccc;
}

.orange-calendar .ajax__calendar_header {
  background-color: #f7b64a;
  margin-bottom: 4px;
  -moz-border-radius-topleft: 4px /*{cornerRadius}*/;
  -webkit-border-top-left-radius: 4px /*{cornerRadius}*/;
  -khtml-border-top-left-radius: 4px /*{cornerRadius}*/;
  border-top-left-radius: 4px /*{cornerRadius}*/;
  -moz-border-radius-topright: 4px /*{cornerRadius}*/;
  -webkit-border-top-right-radius: 4px /*{cornerRadius}*/;
  -khtml-border-top-right-radius: 4px /*{cornerRadius}*/;
  border-top-right-radius: 4px /*{cornerRadius}*/;
  -moz-border-radius-bottomleft: 4px /*{cornerRadius}*/;
  -webkit-border-bottom-left-radius: 4px /*{cornerRadius}*/;
  -khtml-border-bottom-left-radius: 4px /*{cornerRadius}*/;
  border-bottom-left-radius: 4px /*{cornerRadius}*/;
  -moz-border-radius-bottomright: 4px /*{cornerRadius}*/;
  -webkit-border-bottom-right-radius: 4px /*{cornerRadius}*/;
  -khtml-border-bottom-right-radius: 4px /*{cornerRadius}*/;
  border-bottom-right-radius: 4px /*{cornerRadius}*/;
}

.orange-calendar .ajax__calendar_title {
  color: #ffffff;
  padding-top: 3px;
}

.orange-calendar .ajax__calendar_next,
.orange-calendar .ajax__calendar_prev {
  border: solid 2px #ffffff;
  background-color: #f7b64a;
  -moz-border-radius-topleft: 18px /*{cornerRadius}*/;
  -webkit-border-top-left-radius: 18px /*{cornerRadius}*/;
  -khtml-border-top-left-radius: 18px /*{cornerRadius}*/;
  border-top-left-radius: 18px /*{cornerRadius}*/;
  -moz-border-radius-topright: 18px /*{cornerRadius}*/;
  -webkit-border-top-right-radius: 18px /*{cornerRadius}*/;
  -khtml-border-top-right-radius: 18px /*{cornerRadius}*/;
  border-top-right-radius: 18px /*{cornerRadius}*/;
  -moz-border-radius-bottomleft: 18px /*{cornerRadius}*/;
  -webkit-border-bottom-left-radius: 18px /*{cornerRadius}*/;
  -khtml-border-bottom-left-radius: 18px /*{cornerRadius}*/;
  border-bottom-left-radius: 18px /*{cornerRadius}*/;
  -moz-border-radius-bottomright: 18px /*{cornerRadius}*/;
  -webkit-border-bottom-right-radius: 18px /*{cornerRadius}*/;
  -khtml-border-bottom-right-radius: 18px /*{cornerRadius}*/;
  border-bottom-right-radius: 18px /*{cornerRadius}*/;
}

.orange-calendar .ajax__calendar_hover .ajax__calendar_next,
.orange-calendar .ajax__calendar_hover .ajax__calendar_prev {
  border: solid 2px #f7b64a;
  background-color: #ffffff;
}

.orange-calendar .ajax__calendar_dayname {
  text-align: center;
  margin-bottom: 4px;
  margin-top: 2px;
}

.orange-calendar .ajax__calendar_day,
.orange-calendar .ajax__calendar_month,
.orange-calendar .ajax__calendar_year {
  margin: 1px 1px 1px 1px;
  text-align: center;
  border: solid 1px #cccccc;
  color: #4094c4;
  background-color: #f9f9f9;
}

.orange-calendar .ajax__calendar_hover .ajax__calendar_day,
.orange-calendar .ajax__calendar_hover .ajax__calendar_month,
.orange-calendar .ajax__calendar_hover .ajax__calendar_year {
  color: #fbd850;
  font-weight: bold;
  background-color: #fefefe;
  border: solid 1px #fbd850;
}

.orange-calendar .ajax__calendar_active .ajax__calendar_day,
.orange-calendar .ajax__calendar_active .ajax__calendar_month,
.orange-calendar .ajax__calendar_active .ajax__calendar_year {
  color: #000000;
  font-weight: bold;
  background-color: #f7b64a;
}

.orange-calendar .ajax__calendar_today .ajax__calendar_day {
  color: #000000;
  font-weight: bold;
  background-color: #f7b64a;
}

.orange-calendar .ajax__calendar_other,
.orange-calendar .ajax__calendar_hover .ajax__calendar_today {
  color: #000000;
  font-weight: bold;
}

.ajax__calendar_days {
  background-color: #eeeeee;
}

i.searchtype {
  display: block;
  font-size: 3rem;
}

.status-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.status-wrapper dl {
  width: 100%;
  margin: 0;
  padding: 10px;
  border-top: dotted 1px #444;
  border-bottom: dotted 1px #444;
}

.status-wrapper dd,
.status-wrapper dt {
  font-size: 1.2rem;
  display: inline-block;
}

.status-wrapper dd {
  width: 45%;
}

.status-wrapper dd.btnCert {
  float: right;
  width: 10%;
}

.status-wrapper dt {
  width: 40%;
}

.status-wrapper dt.even,
.status-wrapper dd.even {
  background-color: whitesmoke;
}

.status-wrapper .summaryHead {
  color: #0073ab;
  font-weight: bold;
}

/*  timeline styles*/
/*-------- Type- 01 ------*/

.training-timeline-style-2 {
  color: #000;
}

.training-timeline-style-2 .scale-effect .training-timeline-img span {
  transform: scale(1.2) rotate(45deg);
  box-shadow: 0 0 0 6px rgba(0, 190, 164, 0.18);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.training-timeline-style-2 .scale-effect .training-timeline-content-inner span,
.training-timeline-style-2 .scale-effect .training-timeline-content-inner h2 {
  font-size: 22px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.training-timeline-style-2 .scale-effect .training-timeline-content-inner p {
  font-size: 17px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.training-timeline-style-2 .training-timeline-block::before {
  width: 2px;
  background: #0073ab;
  margin-left: -1px;
}

.training-timeline-style-2.training-right-align
  .training-timeline-block::before {
  margin-right: -1px;
}

.training-timeline-style-2 .training-timeline-img {
  width: 36px;
  height: 36px;
  margin-left: -18px;
  top: 6px;
  text-align: center;
}

.training-timeline-style-2.training-right-align .training-timeline-img {
  margin-right: -18px;
}

.training-timeline-style-2 .training-timeline-img span {
  display: inline-block;
  padding: 8px 6px;
  background: #0073ab;
  border-radius: 0;
  -webkit-border-radius: 0;
  transform: rotate(45deg);
  min-width: 20px;
  min-height: 20px;
}

.training-timeline-style-2 .training-timeline-img span i.fa {
  transform: rotate(-45deg);
  width: 18px;
}

.training-timeline-style-2 .training-timeline-content {
  color: #777;
  padding-top: 10px;
}

.training-timeline-style-2 .training-date {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 10px;
  color: #666;
  line-height: 30px;
}

.training-timeline-style-2 h2 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 800;
  color: #0073ab;
}

.training-date-opposite.training-timeline-style-2 h2 {
  margin-top: 0;
}

.training-timeline-style-2 p {
  margin: 0;
  font-weight: 400;
  color: #444;
}

.training-timeline-style-2 .training-labels span {
  position: relative;
  left: -36px;
  background: #e6e6e6;
  color: #000;
  padding: 8px 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.training-timeline-style-2.training-right-align .training-labels span {
  left: auto;
  right: -36px;
}

.training-container {
  max-width: 1200px;
  margin: 30px auto;
  padding: 15px;
  border: solid 1px #ddd;
  background-color: #f5f5f5;
}

.training-container::after {
  content: "";
  display: table;
  clear: both;
}

.training-timeline {
  position: relative;
}

.training-right-align {
  text-align: right;
}

.training-timeline-block {
  position: relative;
  min-height: 16px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 23px;
}

.training-timeline-block.cleardown {
  border-bottom: dotted 2px #444;
  padding-bottom: 25px;
  /* margin-bottom: 25px; */
}

.training-timeline-block.cleardown + .training-timeline-block {
  padding-top: 25px;
}

.training-timeline-block.cleardown
  + .training-timeline-block
  .training-timeline-img {
  top: 31px;
}

.training-timeline-block:before {
  content: " ";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.training-timeline-block:last-child::before {
  display: none;
}

.training-right-align .training-timeline-block::before {
  right: 0;
  left: auto !important;
  margin-left: 0 !important;
}

.training-timeline-block::after {
  content: "";
  display: table;
  clear: both;
}

.training-date,
.training-timeline-img i {
  display: block;
}

.training-timeline-img {
  position: absolute;
  min-width: 1px;
  min-height: 1px;
  left: 0;
  top: 0;
}

.training-right-align .training-timeline-img {
  margin-left: 0 !important;
  left: auto !important;
  right: 0;
}

.training-last-empty-item .training-timeline-img span {
  vertical-align: top;
}

.training-timeline-content-inner {
  position: relative;
}

.cssanimations .training-timeline-content.is-hidden {
  visibility: hidden;
}

.cssanimations .training-timeline-content.animated {
  visibility: visible;
}

.training-labels span {
  display: inline-block;
}

.training-labels {
  padding: 20px 0;
}

.event-title {
  font-weight: 600;
}

.training-even-item .eventlink {
  font-weight: 600;
  margin-right: 20px;
  line-height: 25px;
}

.training-odd-item .eventlink {
  font-weight: 600;
  margin-left: 20px;
  line-height: 25px;
}

.training-labels.training-start-label {
  padding-top: 0 !important;
}

.training-labels.training-end-label {
  margin-bottom: 0 !important;
}

.AssActionData {
  color: Red;
  padding-top: 0 !important;
  padding-bottom: 20px !important;
}

.AssSectionDataA {
  color: Blue;
}

.AssSectionHeader {
  background-color: #eee;
}

.btn,
.btn-flat,
.c-card .c-card-action a {
  text-transform: none;
}

.btn.btn-default.inactive {
  background-color: #afc7da;
}

[type="radio"] + label:after,
[type="radio"] + label:before {
  margin-left: 0;
}

/* report style multi-select list*/
.FilterItem,
.FilterItemFixed {
  display: block;
  width: 100%;
  min-height: 15px;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #9ec3d2;
  color: #007cb0;
  cursor: pointer;
  font-size: 1.2em;
  margin-bottom: 5px;
}

.filterHeader {
  position: relative;
  top: -6px;
  padding: 12px 15px;
  height: 36px;
  max-height: 36px;
}

.filterContent {
  display: block;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1000;
  width: 100%;
  min-width: 250px;
  background: #fff;
  border: solid 1px #9ec3d2;
  border-radius: 0 0 10px 10px;
  top: -2px;
  left: -1px;
}

.ListItems {
  min-height: 84px;
  max-height: 250px;
  overflow-x: auto;
  overflow-y: scroll;
  padding: 5px;
  border-top: solid 1px #efefed;
  border-bottom: solid 1px #efefed;
  margin: 0;
  position: relative;
}

.ListItems table tr td [type="checkbox"] + label {
  line-height: 25px !important;
}

#header {
  display: none;
}

label.apps {
  width: 290px;
}

/*---------- Responsive part ------------*/
@media only screen and (min-width: 679px) {
  .training-date-opposite,
  .training-left-align.training-date-opposite {
    margin-left: 190px;
  }

  .training-right-align.training-date-opposite {
    margin-right: 190px;
    margin-left: 0;
    text-align: right;
  }

  .training-date-opposite.training-alternate {
    margin: 0;
  }

  .training-timeline.training-alternate.training-left-align
    .training-timeline-content,
  .training-timeline.training-alternate.training-right-align
    .training-timeline-content,
  .training-timeline.training-date-opposite.training-left-align
    .training-timeline-content,
  .training-timeline.training-date-opposite.training-right-align
    .training-timeline-content {
    width: 100%;
  }

  .training-alternate .training-timeline-block::before {
    left: 50%;
  }

  .training-alternate .training-timeline-img {
    left: 50% !important;
  }

  .training-alternate
    .training-timeline-block.training-even-item
    .training-timeline-content {
    float: right;
  }

  .training-alternate
    .training-timeline-block.training-odd-item
    .training-timeline-content {
    float: left;
  }

  .training-date-opposite .training-date {
    position: absolute;
    top: -3px;
    text-align: right;
  }

  .training-alternate
    .training-timeline-block.training-odd-item
    .training-timeline-content,
  .training-alternate.training-date-opposite
    .training-timeline-block.training-even-item
    .training-date,
  .training-date-opposite.training-left-align .training-date,
  .training-right-align,
  .training-alternate
    .training-timeline-block.training-odd-item
    .training-timeline-content-inner
    p {
    text-align: right;
  }

  .training-alternate.training-date-opposite
    .training-timeline-block.training-odd-item
    .training-timeline-content
    .training-date,
  .training-date-opposite.training-right-align .training-date {
    text-align: left;
  }

  .training-alternate .training-timeline-label-block {
    text-align: center;
  }

  .training-alternate .training-timeline-label-block .training-labels span {
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 678px) {
  .training-timeline {
    margin-left: 20px;
  }

  .training-timeline.training-responsive-right,
  .training-timeline.training-right-align {
    margin-right: 20px;
    margin-left: 0;
  }

  .training-responsive-right .training-timeline-block::before,
  .training-responsive-right .training-timeline-img {
    margin-left: 0 !important;
    left: auto !important;
    right: 0;
  }

  .training-responsive-right {
    text-align: right;
  }

  .training-date {
    margin-bottom: 10px;
  }

  #header {
    display: block;
  }
}

@media only screen and (min-width: 679px) {
  .training-timeline-style-2.training-alternate .training-timeline-content {
    width: calc(50% - 42px);
  }

  .training-timeline-style-2.training-date-opposite .training-date {
    left: -240px;
    line-height: 26px;
    width: 160px;
  }

  .training-timeline-style-2.training-date-opposite.training-right-align
    .training-date,
  .training-timeline-style-2.training-date-opposite.training-alternate
    .training-timeline-block.training-odd-item
    .training-date {
    right: -240px;
    left: auto;
    text-align: left;
  }
}

@media only screen and (max-width: 678px) {
  .training-timeline-style-2.training-responsive-right
    .training-timeline-block::before {
    margin-right: -1px;
  }

  .training-timeline-style-2.training-responsive-right .training-timeline-img {
    margin-right: -18px;
  }

  .training-timeline-style-2.training-responsive-right .training-labels span {
    left: auto;
    right: -36px;
  }

  #header {
    display: block;
  }
}

/* end of timeline styles*/
@media (max-width: 320px) {
  #ctl00_plhCol2Row1_SavedReports td:nth-child(3),
  #ctl00_plhCol2Row1_SavedReports th:nth-child(3),
  #ctl00_plhCol2Row1_SavedReports td:nth-child(5),
  #ctl00_plhCol2Row1_SavedReports th:nth-child(5),
  #ctl00_plhCol2Row1_SavedReports td:nth-child(2),
  #ctl00_plhCol2Row1_SavedReports th:nth-child(2),
  #ctl00_plhCol2Row1_SavedReports td:nth-child(6),
  #ctl00_plhCol2Row1_SavedReports th:nth-child(6) {
    display: none;
  }

  #header {
    display: block;
  }
}

@media (max-width: 600px) {
  #ctl00_plhCol2Row1_SavedReports td:nth-child(3),
  #ctl00_plhCol2Row1_SavedReports th:nth-child(3),
  #ctl00_plhCol2Row1_SavedReports td:nth-child(5),
  #ctl00_plhCol2Row1_SavedReports th:nth-child(5),
  #ctl00_plhCol2Row1_SavedReports td:nth-child(6),
  #ctl00_plhCol2Row1_SavedReports th:nth-child(6) {
    display: none;
  }

  #ctl00_plhCol2Row1_Groups td:nth-child(3),
  #ctl00_plhCol2Row1_Groups th:nth-child(3),
  #ctl00_plhCol2Row1_Groups td:nth-child(4),
  #ctl00_plhCol2Row1_Groups th:nth-child(4) {
    display: none;
  }

  #header {
    display: block;
  }
}

@media (max-width: 767px) {
  #ctl00_plhCol2Row1_SavedReports td:nth-child(3),
  #ctl00_plhCol2Row1_SavedReports th:nth-child(3),
  #ctl00_plhCol2Row1_SavedReports td:nth-child(6),
  #ctl00_plhCol2Row1_SavedReports th:nth-child(6) {
    display: none;
  }

  #ctl00_plhCol2Row1_Groups td:nth-child(4),
  #ctl00_plhCol2Row1_Groups th:nth-child(4) {
    display: none;
  }

  #ctl00_plhCol2Row1_Content td:nth-child(3),
  #ctl00_plhCol2Row1_Content th:nth-child(3) {
    display: none;
  }

  .userlist td:nth-child(1),
  .userlist th:nth-child(1),
  .userlist td:nth-child(2),
  .userlist th:nth-child(2) {
    display: none;
  }

  .brand-name {
    font-size: 3rem !important;
  }

  .navbar-brand {
  }

  .col-xs-12.listview,
  .col-sm-6.listview,
  col-md-6.listview,
  .col-lg-4.listview {
    width: 100%;
  }

  ul.nav li.search {
    top: -10px;
  }

  .panel-body {
    /*padding: 15px 0;*/
  }

  .ReportContainer .text-right {
    text-align: left;
  }

  #header {
    display: block;
  }
}

@media (min-width: 767px) {
  .top-nav-collapse .navbar-brand {
    /* padding: 16px 18px 18px 18px; */
  }

  .top-nav-collapse .brand-name {
    padding: 9px;
    top: 0;
  }

  .top-nav-collapse .brand-name img {
    height: 40px;
    width: auto;
  }

  .top-nav-collapse {
    padding: 10px 0;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding-left: 240px !important;
  }

  .menu-toggle,
  .menu-close {
    display: none;
  }
}

@media (min-width: 1000px) and (max-width: 1300px) {
  .app-panel {
    /* width:50%; */
  }
}

@media (max-width: 900px) {
  .userlist td:nth-child(6),
  .userlist th:nth-child(6) {
    display: none;
  }

  #header {
    display: block;
  }
}

@media (max-width: 1200px) {
  .col-xs-12.listview,
  .col-sm-6.listview,
  col-md-6.listview,
  .col-lg-4.listview {
    width: 50%;
  }

  .listview .review-card .c-card-footer {
    padding: 5px 10px;
  }

  .c-card.umbrella .c-card-title span {
    font-size: 1.2rem;
  }

  #header {
    display: block;
  }
}

@media (max-width: 1400px) {
  .modal-dialog {
    max-width: 70vw;
  }

  ul.list-inline.large {
    padding-top: 5px;
  }

  .c-card.apps-card h4 {
    /* font-size: 1rem; */
  }

  .c-card.umbrella .c-card-title span {
    font-size: 1.2rem;
  }

  .table-text-large > thead > tr > th,
  .table-text-large > tbody > tr > th,
  .table-text-large > tfoot > tr > th,
  .table-text-large > thead > tr > td,
  .table-text-large > tbody > tr > td,
  .table-text-large > tfoot > tr > td {
    font-size: 1rem;
    padding: 0;
    height: 2rem;
    line-height: 2rem;
  }

  .c-card-footer.course-switch .switch {
    position: absolute;
    z-index: 10;
    top: 4rem;
    left: 3rem;
    display: none;
  }
}

@media (min-width: 2000px) {
  .hidden-xlg {
    display: none !important;
  }

  .col-xlg-1,
  .col-xlg-2,
  .col-xlg-3,
  .col-xlg-4,
  .col-xlg-5,
  .col-xlg-6,
  .col-xlg-7,
  .col-xlg-8,
  .col-xlg-9,
  .col-xlg-10,
  .col-xlg-11,
  .col-xlg-12 {
    float: left;
  }

  .col-xlg-12 {
    width: 100%;
  }

  .col-xlg-11 {
    width: 91.66666667%;
  }

  .col-xlg-10 {
    width: 83.33333333%;
  }

  .col-xlg-9 {
    width: 75%;
  }

  .col-xlg-8 {
    width: 66.66666667%;
  }

  .col-xlg-7 {
    width: 58.33333333%;
  }

  .col-xlg-6 {
    width: 50%;
  }

  .col-xlg-5 {
    width: 41.66666667%;
  }

  .col-xlg-4 {
    width: 33.33333333%;
  }

  .col-xlg-3 {
    width: 25%;
  }

  .col-xlg-2 {
    width: 16.66666667%;
  }

  .col-xlg-1 {
    width: 8.33333333%;
  }

  .col-xlg-pull-12 {
    right: 100%;
  }

  .col-xlg-pull-11 {
    right: 91.66666667%;
  }

  .col-xlg-pull-10 {
    right: 83.33333333%;
  }

  .col-xlg-pull-9 {
    right: 75%;
  }

  .col-xlg-pull-8 {
    right: 66.66666667%;
  }

  .col-xlg-pull-7 {
    right: 58.33333333%;
  }

  .col-xlg-pull-6 {
    right: 50%;
  }

  .col-xlg-pull-5 {
    right: 41.66666667%;
  }

  .col-xlg-pull-4 {
    right: 33.33333333%;
  }

  .col-xlg-pull-3 {
    right: 25%;
  }

  .col-xlg-pull-2 {
    right: 16.66666667%;
  }

  .col-xlg-pull-1 {
    right: 8.33333333%;
  }

  .col-xlg-pull-0 {
    right: auto;
  }

  .col-xlg-push-12 {
    left: 100%;
  }

  .col-xlg-push-11 {
    left: 91.66666667%;
  }

  .col-xlg-push-10 {
    left: 83.33333333%;
  }

  .col-xlg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1800px) {
  .col-xs-12.listview,
  .col-sm-6.listview,
  col-md-6.listview,
  .col-lg-4.listview {
    width: 25%;
  }
}

@media (max-width: 810px) {
  .c-card.umbrella .c-card-title span {
    font-size: 1.2rem;
  }
}

/* --- mobile media queries --- */
/* Mobile Phones */
@media only screen and (min-device-width: 320px) and (max-device-width: 720px) and (orientation: portrait) {
  .LogginContanerMobile {
    margin: 2%;
  }

  .LogginContanerMobile .c-card-content {
    padding-left: 15px;
  }

  .page-heading h1,
  .page-heading h2 {
    font-size: 1.5rem;
  }

  .btnreset {
    position: relative;
    right: 0 !important;
    top: -5px;
    display: none;
  }

  .btnupdate {
    position: relative;
    right: 0 !important;
    top: -5px;
    display: none;
  }

  a.btn-xs {
    padding: 0.3rem 0.5rem;
    margin-right: 0px;
  }

  .divider-new {
    font-size: 1.5rem;
  }

  .modal-dialog {
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
  }

  .modal-dialog .modal-body {
    max-height: 75vh;
  }

  .modal-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mobile-newline {
    display: block;
    height: auto;
  }

  .btn-mobile-sm {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    position: absolute;
    right: 0;
    margin-right: 0;
    margin-top: 0;
    top: 0;
  }

  .col-mobile-nomargin {
    margin-top: 0 !important;
    text-align: center;
  }

  .col-mobile-margin {
    margin-top: 2rem !important;
    text-align: center;
  }

  .filters-panel .col-mobile-nomargin .btn {
    margin-top: 0 !important;
  }

  .filters-panel .select-wrapper + label {
    top: -8px;
    font-weight: 600;
  }

  .table.mobile-userlist th {
    display: none;
  }

  .table.mobile-userlist tr {
    display: block;
    position: relative;
    margin-bottom: 1rem;
  }

  .table.mobile-userlist td {
    padding-top: 0;
    padding-bottom: 0;
  }

  .table.mobile-userlist td.forename,
  .table.mobile-userlist td.surname {
    display: inline-block;
  }

  .table.mobile-userlist td.username,
  .table.mobile-userlist td.role,
  .table.mobile-userlist td.options {
    display: block;
    left: 0;
    position: relative;
  }

  .table.mobile-userlist td.username {
    max-width: 85vw;
  }

  .table.mobile-userlist td.options {
    width: 100% !important;
  }

  .table.mobile-userlist td.checkbox {
    display: inline-block;
    right: 0;
    top: 0;
    position: absolute;
  }

  .table.mobile-userlist td.options a.btn-xs {
    padding: 5px !important;
    margin-right: 1rem;
    width: 40px;
  }

  .panel-heading .text-large {
    font-size: 1rem;
  }

  .panel-heading .btn {
    display: block;
    /* left:20px; */
    top: 5px;
  }

  .mobile-well i.fa.left {
    margin-right: 8px !important;
  }

  .mobile-well .btn {
    font-size: 77%;
    margin: 5px 5px 5px 0 !important;
  }

  .btn-groupinfo {
    font-size: 80%;
  }

  .pagination.pull-right > li:first-of-type {
    display: block;
    float: none;
  }

  .errorpanel {
    top: 18%;
    left: 3%;
    width: 95%;
  }

  .mobile-spacer {
    display: inline-block !important;
    width: 2rem;
    height: 2rem;
    position: relative;
  }

  .btn-mobile-notopmargin {
    margin-top: 0 !important;
  }

  .pagination.pull-right {
    margin: 10px 0;
  }

  .popout .panel-group .panel .panel-title {
    font-size: 1.3rem;
  }

  .popout .panel-group .panel .panel-title i {
    width: 2rem;
  }

  .modal-title {
    font-size: 1.5rem;
  }

  .btn-mobile {
    width: 100%;
  }

  .timeline .left-timeline,
  .timeline .right-timeline {
    height: 3rem;
  }

  .timeline .left-timeline .timeline-marker,
  .timeline .right-timeline .timeline-marker {
    line-height: 4rem;
  }

  .status-wrapper dd,
  .status-wrapper dt {
    display: block;
    float: none;
    width: 100%;
  }

  .colorpicker-element input.form-control {
    width: 90%;
  }

  .graph-fullwidth {
    margin: 0 20px;
    width: auto;
  }

  .pagination > li > span {
    padding-left: 0;
  }

  #header {
    display: block;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 740px) and (orientation: landscape) {
  .LogginContanerMobile {
    width: 60%;
    margin-top: 2%;
  }

  .LogginContanerMobile .login-logo {
    margin-bottom: 1rem;
    position: absolute;
    right: 5%;
    width: 30%;
  }

  .LogginContanerMobile .c-card .c-card-content .c-card-title {
    line-height: 2rem;
  }

  .LogginContanerMobile .SecureLoginLinkButton {
    margin-top: 1rem;
    position: relative;
    border-radius: 2rem;
    width: 50%;
  }

  .LogginContanerMobile .input-field {
    margin-top: 0px;
  }

  .ui-selectmenu-menu ul.ui-menu {
    max-height: 5rem;
  }

  .LogginContanerMobile input.LoginTextBox {
    margin-left: 2rem;
    width: 90%;
  }

  .LogginContanerMobile .input-field .prefix,
  .input-field .prefix.active {
    font-size: 1.5rem;
    margin-top: 0.8rem;
  }

  .page-heading h1,
  .page-heading h2 {
    font-size: 1.5rem;
  }

  .divider-new {
    font-size: 1.5rem;
  }

  .modal-dialog {
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
  }

  .modal-dialog .modal-body {
    max-height: 61vh;
    overflow-y: auto;
    min-height: 20vh;
    height: auto;
  }

  .modal-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .col-mobile-nomargin {
    margin-top: 0 !important;
  }

  .filters-panel .col-mobile-nomargin .btn {
    margin-top: 0 !important;
  }

  .filters-panel .select-wrapper + label {
    top: -8px;
    font-weight: 600;
  }

  .table.mobile-userlist th {
    display: none;
  }

  .table.mobile-userlist tr {
    display: block;
    position: relative;
    margin-bottom: 1rem;
  }

  .table.mobile-userlist td {
    padding-top: 0;
    padding-bottom: 0;
  }

  .table.mobile-userlist td.forename,
  .table.mobile-userlist td.surname {
    display: inline-block;
  }

  .table.mobile-userlist td.username,
  .table.mobile-userlist td.role,
  .table.mobile-userlist td.options {
    display: block;
    left: 0;
    position: relative;
  }

  .table.mobile-userlist td.options {
    width: 100% !important;
  }

  .table.mobile-userlist td.checkbox {
    display: inline-block;
    right: 0;
    top: 0;
    position: absolute;
  }

  .table.mobile-userlist td.options a.btn-xs {
    padding: 5px !important;
    margin-right: 1rem;
    width: 40px;
  }

  .mobile-well i.fa.left {
    margin-right: 8px !important;
  }

  .mobile-well .btn {
    font-size: 80%;
    margin: 5px 5px 5px 0 !important;
  }

  .btn-mobile-notopmargin {
    margin-top: 0 !important;
  }

  .pagination.pull-right {
    margin: 10px;
  }

  .popout .panel-group .panel .panel-title i {
    width: 2rem;
  }

  .modal-title {
    font-size: 1.5rem;
  }

  .colorpicker-element input.form-control {
    width: 95%;
  }

  .graph-fullwidth {
    margin: 0 20px;
    width: auto;
  }

  .pagination > li > span {
    padding-left: 0;
  }

  #header {
    display: block;
  }
}

.filter-select {
  padding-top: 10px;
}

.filter-select > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
}

.MpBackgroundReport {
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  background-color: Gray;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.MpPanelRegConsent {
  background-color: white;
  border: 1px solid grey;
  padding: 20px;
  width: 60%;
  height: auto;
  z-index: 999;
}

.consentRow {
  margin-top: 8px;
}

.modal .focusKeeper {
  width: 0;
  height: 0;
  overflow: hidden;
}

.ftpStsBadge {
  font-size: 12pt !important;
}

.ftpSts {
  font-weight: bold;
  padding: 5px;
}

/*buttons*/

.course.admin .c-card.sitewide img:nth-child(2) {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.course.admin .c-card.sitewide img.course-selected,
.course.admin .c-card.licenced img.course-selected {
  display: block;
  position: absolute;
  z-index: 1;
}
.course.admin img.course-selected {
  display: none;
}
.course.admin .c-card img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.c-card-footer.course-switch {
  position: absolute;
  width: 100% !important;
  height: 100%;
  top: 0;
}
.course.admin .c-card-footer h2 {
  background-color: rgba(255, 255, 255, 0.69);
  color: #444;
}
.no-margin {
  margin: 0 !important;
}
.c-card {
  position: relative;
}
.c-card,
.c-card-panel {
  background-color: #fff !important;
  margin: 0.5rem 0 1rem;
  transition: box-shadow 0.25s;
  border-radius: 2px;
}
.hubNoteText {
  color: #056d78;
  font-weight: bold;
}
