@import url("/lams/includes/font-awesome/css/font-awesome.min.css");
@import url("/lams/css/bootstrap.min.css");
/*DIALOGS*/
.dialogContainer {
  -webkit-overflow-scrolling: touch !important;
}

.dialogContainer .modal-body {
  height: 100%;
  max-height: calc(100% - 38px);
  padding: 0;
}

.dialogContainer iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.dialogContainer button {
  cursor: pointer;
}

.dialogContainer button:focus {
  outline: none;
}

.dialogContainer button .fa {
  font-size: 16px;
  margin-left: 10px;
}

.dialogContainer .ui-draggable .modal-header {
  cursor: move;
}

.dialogMin {
  top: auto !important;
  bottom: 5px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: fixed !important;
  width: 250px !important;
  height: 35px !important;
}

.dialogMin .modal-title {
  white-space: nowrap;
  overflow: hidden;
}

.dialogMin .modal-dialog {
  left: 0 !important;
  top: 0 !important;
}

.dialogMin .modal-dialog, .dialogMin .modal-content {
  width: 250px !important;
  height: 35px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dialogMin .modal-header {
  height: 100%;
  margin: 0 !important;
  padding: 3px 5px !important;
  cursor: default !important;
}

.ui-dialog .ui-dialog-content {
  padding: 3px;
}

/** CKEditor Inline */
.cke_textarea_inline {
  /* From bootstrap form-control */
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: thin solid #AAAAAA;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border: 1px solid #c1c1c1;
  overflow: hidden; /* keeps floating objects within ckeditor area */
  /* LAMS -  min height is set in ckconfig_custom.js but keep the default here too so that most fields 
   * are the right size and only the ones where the height is overridden does the size change.  */
  min-height: 60px;
  -webkit-appearance: textfield;
}
.cke_textarea_inline:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.cke_float {
  width: 70% !important;
}

/** Overwrite CKEditor's default CSS, so that content in an editor is displayed the same way as in real life */
.cke_widget_inline {
  display: block !important;
}

@media (max-width: 500px) {
  .h1,
  .h2,
  .h3,
  .h4 {
    font-size: 14px;
  }
  * {
    font-size: 12px;
  }
  .panel-title {
    font-size: 14px;
  }
  .no-gutter > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .rating-criteria-tag {
    width: 100%;
  }
  .rating-criteria-tag input[type=text] {
    width: 100%;
  }
  .rating-criteria-tag .ui-widget input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
  }
  #criterias-table {
    margin-left: 0px;
    border-bottom: inherit;
  }
  #criterias-table td {
    vertical-align: middle;
  }
  .navbar-login {
    margin-bottom: 5px;
  }
  .navbar-brand-login {
    font-size: large;
  }
}
@media (min-width: 501px) {
  .no-gutter > [class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
  }
  .navbar-login {
    margin-bottom: 10px;
  }
  .navbar-brand-login {
    font-size: x-large;
  }
}
/* customizations */
.fa-bars {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  color: #31708f;
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a:hover {
  color: #0E9AEF;
}

a:focus {
  color: #0E9AEF;
}

.navbar-brand {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909) !important;
}

.text-primary {
  color: #164276;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.bg-primary-mid {
  background-color: rgb(87.9068181818, 152.4454545455, 208.1431818182);
}

a.bg-primary-mid:hover,
a.bg-primary-mid:focus {
  background-color: rgb(53.6679752066, 127.5880165289, 191.3820247934);
}

.bg-primary-hover:hover,
.ygtv-highlight1, .ygtv-highlight1 .ygtvlabel {
  background-color: rgb(219.3477272727, 233.1181818182, 245.0022727273);
}

label {
  font-weight: initial;
}

/* Spacer classes */
.offset2 {
  margin: 2px;
}

.offset3 {
  margin: 3px;
}

.offset5 {
  margin: 5px;
}

.offset10 {
  margin: 10px;
}

.offset15 {
  margin: 15px;
}

.offset20 {
  margin: 20px;
}

.voffset2 {
  margin-top: 2px;
}

.voffset5 {
  margin-top: 5px;
}

.voffset10 {
  margin-top: 10px;
}

.voffset20 {
  margin-top: 20px;
}

.roffset2 {
  margin-right: 2px;
}

.roffset5 {
  margin-right: 5px;
}

.roffset10 {
  margin-right: 10px;
}

.loffset2 {
  margin-left: 2px;
}

.loffset5 {
  margin-left: 5px;
}

.loffset10 {
  margin-left: 10px;
}

.loffset20 {
  margin-left: 20px;
}

.clear-both {
  clear: both;
}

/* Eliminate the scrollbar on learner popup windows, monitoring windows */
.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}

/* Comments/Forum classes */
.msg .panel-heading {
  padding: 3px 5px 3px 5px;
}

.msg .subject {
  font-weight: 500;
}

.msg {
  margin-bottom: 5px;
}

.msg .panel-title {
  font-weight: normal;
  font-size: 14px;
}

.msg-footer {
  display: block;
  font-size: 12px;
  float: right;
}

.msg-hr {
  margin-top: 5px;
  margin-bottom: 3px;
}

.msg .panel-footer {
  font-size: 12px;
}

.msg .checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
}

.comment-entry .checkbox {
  margin-top: 5px;
  margin-bottom: 0px;
}

.panel-heading-sm {
  padding: 3px 5px;
  font-size: smaller;
  font-weight: bold;
}

.panel-body-sm {
  padding: 3px 5px;
}

.panel-learner-page {
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(8, 8, 8, 0.88);
}

.panel-monitor-page {
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(8, 8, 8, 0.88);
}

.panel-admin-page {
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(8, 8, 8, 0.88);
  margin-top: 20px;
}

.panel-learner-title {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909) !important;
}

.panel-admin-title {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909) !important;
}

.panel-title {
  font-size: inherit;
  font-weight: 500;
}

.panel-heading {
  padding: 7px 10px;
}

th {
  font-weight: normal;
  font-style: italic;
}

body.stripes {
  background: #F8F8F8;
}

.sbox {
  border-bottom: 2px solid rgb(238.425, 238.425, 238.425);
  border-radius: 0px;
}

.sbox-body {
  padding: 5px;
}

.sbox-heading {
  padding: 3px 5px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.user {
  display: inline-block;
}

.user:before {
  content: "\f007";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 3px;
  color: inherit;
  float: left;
}

.help-tabs {
  display: inline-block;
  margin-right: 10px;
}

.help-no-tabs {
  display: inline-block;
  margin-right: 10px;
}

.help {
  display: inline-block;
}

.help:before {
  content: "\f059";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 2px;
  color: inherit;
  float: right;
}

.na {
  display: inline-block;
}

.na:after {
  content: "\f0a9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 5px;
  color: inherit;
  /*float: right;*/
}

/* Restrict the width of the up and down arrows so they do not grow wider when the screen is enlarged. td needs to be 5px wider than div. */
div.arrows {
  display: inline-block;
  width: 30px;
  text-align: center;
}

td.arrows {
  width: 35px;
  text-align: center;
}

/* Tabs are a cross between pills (colouring) and tab outlines. */
.nav-tabs > li > a {
  border: thin solid #e5e5e5;
}

/* Icons to show panel is collapsed */
.collapsable-icon-right a[data-toggle=collapse]:after {
  font-family: FontAwesome;
  content: "\f078";
  float: right;
  color: rgb(119.085, 119.085, 119.085);
  margin-right: 5px;
}

.collapsable-icon-right a.collapsed:after {
  content: "\f054";
}

.collapsable-icon-left a[data-toggle=collapse]:after {
  font-family: FontAwesome;
  content: "\f078";
  float: left;
  color: rgb(119.085, 119.085, 119.085);
  margin-right: 5px;
}

.collapsable-icon-left a.collapsed:after {
  content: "\f054";
}

div.navbar-heading {
  padding: 0;
}

nav.navbar-heading {
  border: 0;
  margin: 0;
  color: inherit;
}

.navbar-heading .divider {
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  border-left: thin solid #e5e5e5;
}

.navbar-heading .in .divider {
  height: 1px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-top: thin solid #e5e5e5;
}

.navbar-heading .in .navbar-text {
  padding-left: 15px;
}

.navbar-text {
  cursor: pointer;
}

/** Special settings for the nav bar used in monitoring, authoring, etc */
.panel-monitor-page .navbar {
  min-height: 40px;
}

.panel-monitor-page .navbar-heading .divider {
  height: 40px;
}

/* small display - drop down menu view */
@media (max-width: 767px) {
  .panel-monitor-page .navbar-brand {
    color: rgb(51.4340909091, 122.2772727273, 183.4159090909) !important;
    height: 35px;
    margin-top: 5px;
    margin-bottom: 3px;
    padding: 5px 10px 5px 25px;
  }
  .panel-monitor-page > .navbar-toggle {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .panel-monitor-page .navbar-nav > li > a {
    padding: 5px;
  }
  .panel-monitor-page .navbar-text {
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .panel-monitor-page .navbar-header .navbar-toggle {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .panel-monitor-page .divider {
    display: none;
  }
  .panel-monitor-page .navbar-heading .in .navbar-text {
    padding-left: 4px;
  }
}
/* normal display */
@media (min-width: 768px) {
  .panel-monitor-page .navbar-brand {
    color: rgb(51.4340909091, 122.2772727273, 183.4159090909) !important;
    height: 40px;
    padding: 10px;
  }
  .panel-monitor-page .navbar-nav > li > a {
    padding: 10px;
  }
  .panel-monitor-page .navbar-text {
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .panel-monitor-page .navbar-heading .in .navbar-text {
    padding-left: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .btn-primary, .btn-default, .btn-success, .btn-info, .btn-danger {
    padding: 4px 9px 2px;
  }
}
@media (max-width: 500px) {
  .file-input-name {
    height: 22px; /* match height of btn */
    padding: 4px 9px;
    font-size: 90%;
    line-height: 1.2;
  }
}
@media (min-width: 501px) and (max-width: 992px) {
  .file-input-name {
    height: 25px; /* match height of btn */
    padding: 4px 9px;
    font-size: 90%;
    line-height: 1.2;
  }
}
ul.dropdown-menu {
  left: auto;
  right: 0;
}

ul.dropdown-menu-right {
  left: 0;
  right: auto;
}

/** Authoring */
/*layout of adding a topic button */
a.button-add-item:before {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 5px;
  color: inherit;
}

.modal-header {
  padding: 8px 15px 8px 15px;
}

.modal .ui-resizable-handle.ui-resizable-s {
  border-radius: 6px;
}

.table-no-border > thead > tr > th,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > td {
  border-top: none;
}

.table-nonfluid {
  width: auto !important;
}

.table-centered th, .table-centered td {
  text-align: center;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.table .fa {
  cursor: pointer;
}

.form-control-inline {
  width: auto !important;
  display: inline-block;
}

.rating-criteria-tag {
  width: 100%;
}

.rating-criteria-tag input[type=text] {
  width: 100%;
}

.rating-criteria-tag .ui-widget input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  padding: 2px;
}

.rating-criteria-tag .ui-button-icon-only .ui-icon {
  margin-left: 0px;
}

#criterias-table {
  margin-left: 0px;
  border-bottom: inherit;
}

#criterias-table td {
  vertical-align: middle;
}

/* .....NavBar: Icon only with coloring/layout.....*/
/*small/medium side display*/
@media (min-width: 768px) {
  /*Allow content to be next to Nav*/
  .navcontent {
    position: absolute;
    width: calc(100% - 40px); /*keeps 100% minus nav size*/
    margin-left: 20px;
    float: right;
    min-height: 100%;
  }
  /* darker outline than usual */
  nav.sidebar {
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(8, 8, 8, 0.88);
  }
  /*Center Brand*/
  nav.sidebar.navbar.sidebar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
  /*Center Brand*/
  nav.sidebar .navbar-brand, nav.sidebar .navbar-header {
    text-align: center;
    width: 100%;
    margin-left: 0px;
  }
  /*Format Icons*/
  nav.sidebar a {
    padding: 10px 10px 10px 12px;
  }
  nav.sidebar.slidesidemenu {
    padding: 10px 10px 10px 12px;
  }
  /* colour in top box to match panel heading */
  nav.sidebar .navbar-nav > li:first-child {
    background-color: rgb(244.8, 244.8, 244.8) !important;
  }
  /*adds border to bottom nav boxes except for the last box */
  nav.sidebar .navbar-nav > li {
    border-bottom: thin solid #e5e5e5;
    background-color: #fff;
  }
  nav.sidebar .navbar-nav > li:last-child {
    border-bottom: 0px;
  }
  /*allows nav box to use 100% width, style to be like panel */
  nav.sidebar .navbar-collapse, nav.sidebar .container-fluid {
    padding: 0 0px 0 0px;
    border: 2px solid transparent;
  }
  /*gives sidebar width/height*/
  nav.sidebar {
    width: 180px;
    height: 100%;
    margin-left: -135px;
    float: left;
    z-index: 1000;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  /*give sidebar 100% width;*/
  nav.sidebar li {
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  /* Move nav to full on mouse over*/
  nav.sidebar.expandmenu {
    margin-left: 0;
  }
  /* 	nav.sidebar:hover{
  		margin-left: 0px;
  	}
   */
  /*for hiden things when navbar hidden*/
  .forAnimate {
    opacity: 0;
  }
  nav.sidebar .fa {
    font-size: 18px;
  }
}
/*alter portrait for displaying it in collapsed pregress bar*/
@media (min-width: 768px) and (max-width: 1329px) {
  nav.sidebar:not(.expandmenu) #navbar-portrait {
    float: right;
    padding: 5px 0 0;
  }
  nav.sidebar:not(.expandmenu) #navbar-portrait img {
    border: 4px solid whitesmoke;
  }
  nav.sidebar:not(.expandmenu) .portrait-generic-sm::before {
    font-size: 30px;
    margin-right: 3px;
  }
  nav.sidebar:not(.expandmenu) p {
    padding-right: 35px;
  }
}
/*in case when portrait is not shown in a progress bar - give extra space to hamburger button*/
nav.sidebar p.no-portrait {
  padding-right: 35px;
}

#bs-sidebar-navbar-collapse-1 .lessonName {
  word-break: break-word;
}

/* .....NavBar: Fully showing nav bar..... */
@media (min-width: 1330px) {
  /*Allow content to be next to Nav*/
  .navcontent {
    position: absolute;
    width: calc(100% - 180px); /*keeps 100% minus nav size*/
    margin-left: 170px;
    float: right;
  }
  /*Show all nav*/
  nav.sidebar {
    margin-left: 0px;
    float: left;
  }
  /*Show hidden items on nav*/
  nav.sidebar .forAnimate {
    opacity: 1;
  }
}
/* center portrait */
nav.sidebar .navbar-nav > li:first-child {
  text-align: center;
}

nav.sidebar .navbar-nav .open .dropdown-menu > li > a:hover, nav.sidebar .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: transparent;
}

nav:hover .forAnimate {
  opacity: 1;
}

section {
  padding-left: 15px;
}

.login-logo {
  background: url("/lams/images/svg/lamsv5_logo.svg") no-repeat center right;
  background-size: auto 40px;
  width: 100px;
  height: 50px;
}

.login-body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.login-content {
  min-height: 100%;
  position: relative;
  padding-bottom: 50px;
  background: #fff;
}

.login-footer {
  width: 100%;
  background-color: rgb(244.8, 244.8, 244.8);
  font-size: 85%;
  padding-top: 15px;
  border-top: thin solid #e5e5e5;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.progress-bar-tooltip {
  display: none;
  position: absolute;
  border: thin solid #AAAAAA;
  background-color: rgb(220.575, 220.575, 220.575);
  padding: 3px;
  z-index: 1001;
  width: 150px;
  font-size: 0.9em;
  word-wrap: break-word;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tooltip-lg {
  display: none;
  position: absolute;
  border: thin solid #AAAAAA;
  background-color: rgb(220.575, 220.575, 220.575);
  padding: 5px;
  width: 250px;
  font-size: 1.1em;
  font-weight: bold;
  word-wrap: break-word;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.lams-bootpanel .clickable {
  cursor: pointer;
}

.lams-bootpanel .clickable .fa {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 5px 7px;
  border-radius: 4px;
  margin-right: -7px;
}

.lams-bootpanel .panel-heading span {
  margin-top: -20px;
}

.caption-heading {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  font-style: italic;
  font-size: 14px;
}

.caption-description {
  color: #333333;
  font-style: italic;
  font-size: 12px;
}

.droppableHighlight {
  padding: 1px !important;
  border: 5px solid rgb(87.9068181818, 152.4454545455, 208.1431818182) !important;
}

.draggableSelected {
  background-color: rgb(87.9068181818, 152.4454545455, 208.1431818182) !important;
  color: white !important;
}

.draggableItem {
  padding: 3px 0px 3px 0px;
  cursor: default;
}

.draggableOdd {
  background-color: rgb(219.3477272727, 233.1181818182, 245.0022727273);
}

.draggableEven {
  background-color: inherit;
}

.errorMessage {
  font-weight: bold;
  color: #d9534f;
}

.errorBorder {
  border: 3px solid #d9534f;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px rgb(51.4340909091, 122.2772727273, 183.4159090909), 0 0 5px rgb(51.4340909091, 122.2772727273, 183.4159090909);
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

.portrait-round {
  border-radius: 50%;
}

.portrait-sm {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}

.portrait-md {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}

.portrait-lg {
  width: 200px;
  height: 200px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}

.portrait-xl {
  width: 400px;
  height: 400px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}

.portrait-container-sm {
  height: 38px;
  margin-top: 3px;
}

.portrait-color-0 {
  color: #0D3D56;
}

.portrait-color-1 {
  color: #0E708B;
}

.portrait-color-2 {
  color: #9A2617;
}

.portrait-color-3 {
  color: #137124;
}

.portrait-color-4 {
  color: #9E3D93;
}

.portrait-color-5 {
  color: #086cb8;
}

.portrait-color-6 {
  color: #560079;
}

.portrait-sm-lineheight {
  line-height: 32px;
  vertical-align: top;
}

.portrait-generic-sm {
  display: inline-block;
  height: 35px;
  vertical-align: middle;
}
.portrait-generic-sm:before {
  content: "\f2bd";
  font-family: FontAwesome;
  font-style: normal;
  font-size: 35px;
  font-weight: normal;
  line-height: 35px;
}

.portrait-generic-md {
  display: inline-block;
  height: 80px;
  vertical-align: middle;
}
.portrait-generic-md:before {
  content: "\f2bd";
  font-family: FontAwesome;
  font-style: normal;
  font-size: 80px;
  font-weight: normal;
  line-height: 65px;
}

.portrait-generic-lg {
  display: inline-block;
  height: 200px;
  vertical-align: middle;
}
.portrait-generic-lg:before {
  content: "\f2bd";
  font-family: FontAwesome;
  font-style: normal;
  font-size: 200px;
  font-weight: normal;
  line-height: 200px;
}

.portrait-generic-xl {
  display: inline-block;
  height: 400px;
  vertical-align: middle;
}
.portrait-generic-xl:before {
  content: "\f2bd";
  font-family: FontAwesome;
  font-style: normal;
  font-size: 400px;
  font-weight: normal;
  line-height: 400px;
}

.popover-link {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909) !important;
}

.popover-link:hover {
  color: #0E9AEF !important;
}

.popover-link:focus {
  color: #0E9AEF !important;
}

.popover-title {
  background-color: rgb(220.575, 220.575, 220.575);
}

.popover-content-with-portrait {
  min-height: 220px;
  min-width: 220px;
}

.radio-button-offset {
  margin-left: -20px;
}

.tablesorter-bootstrap .tablesorter-processing {
  background-image: none !important;
  content: none !important;
}

.tablesorter-bootstrap .tablesorter-processing .tablesorter-header-inner:before {
  content: "\f021";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  text-decoration: inherit;
  margin-right: 3px;
  color: inherit;
  float: left;
  position: relative;
  overflow: hidden;
  left: calc(50% + 14px);
  /* 14px = 1/2 of 18px padding for sort arrows + 1/2 of 10px width of this block */
  display: inline-block;
}

.tablesorter-bootstrap .tablesorter-processing .tablesorter-header-inner {
  margin-left: -15px;
}

.tablesorter-bootstrap .tablesorter-processing.no-spinner .tablesorter-header-inner:before {
  background-image: none !important;
  content: none !important;
}

.tablesorter-bootstrap .tablesorter-processing.no-spinner .tablesorter-header-inner {
  margin-left: 0px;
}

.full-screen-content-div:fullscreen {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.full-screen-content-div:fullscreen .full-screen-flex-div {
  margin-left: 5%;
  margin-right: 5%;
  display: block;
}

.full-screen-content-div:fullscreen .full-screen-main-div {
  width: 90vw;
}

/* jqGrid text wrapping */
.ui-jqgrid tr.jqgrow td, .ui-jqgrid tr.ui-subgrid td {
  white-space: normal !important;
  height: auto;
}

/* jqGrid text wrapping, that has no blanks or other white-space (https://stackoverflow.com/a/6915486) */
.ui-jqgrid tr.jqgrow td, .ui-jqgrid tr.ui-subgrid td {
  word-wrap: break-word; /* IE 5.5+ and CSS3 */
  overflow: hidden;
  vertical-align: middle;
}

/* Wave headers see LDEV-5167 */
.wave-orange {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2Q1NmExMSIgd2lkdGg9IjEyNDAiIGhlaWdodD0iMzA0IiAgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBvcGFjaXR5PSIuMTUiIGQ9Ik0wIDBoMTIzOC4wOTV2Mjk2LjQ3N2MtMzQzLjQ0OCAyNi4xNjEtMzA1LjgxNi0yNC44NjEtNjE5LjA0OC0xNy45MDdTMjkxLjk5IDMxNS43ODggMCAyNzguNTdWMHoiLz48cGF0aCBkPSJNMTI0MCAwSC45NTN2MjY0LjgwNGM3Ni41NjYtNy4zNjUgMTQ2Ljg0NC0xOC4xMiAzMjcuMzUxLTcuMzY1czI0NC4yNDUgNTMuNzcxIDUwNi42MjggMTIuOTkxYzE3NC45MjItMjcuMTg3IDMwOS45NDUtMjUuMTg2IDQwNS4wNjggNi4wMDF6IiBmaWxsPSIjZjkzIi8+PC9zdmc+");
  text-align: center;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 5% 0 12% 0;
  margin: -16px;
}

.wave-blue {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjQwIiBoZWlnaHQ9IjMwNCIgIGZpbGw9IiMwOTRiYWMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBvcGFjaXR5PSIuMTUiIGQ9Ik0wIDBoMTIzOC4wOTV2Mjk2LjQ3N2MtMzQzLjQ0OCAyNi4xNjEtMzA1LjgxNi0yNC44NjEtNjE5LjA0OC0xNy45MDdTMjkxLjk5IDMxNS43ODggMCAyNzguNTdWMHoiLz48cGF0aCBkPSJNMTI0MCAwSC45NTN2MjY0LjgwNGM3Ni41NjYtNy4zNjUgMTQ2Ljg0NC0xOC4xMiAzMjcuMzUxLTcuMzY1czI0NC4yNDUgNTMuNzcxIDUwNi42MjggMTIuOTkxYzE3NC45MjItMjcuMTg3IDMwOS45NDUtMjUuMTg2IDQwNS4wNjggNi4wMDF6Ii8+PC9zdmc+");
  text-align: center;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 5% 0 12% 0;
  margin: -16px;
}

.wave-purple {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjQwIiBoZWlnaHQ9IjMwNCIgIGZpbGw9IiM1ZDM3YTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBvcGFjaXR5PSIuMTUiIGQ9Ik0wIDBoMTIzOC4wOTV2Mjk2LjQ3N2MtMzQzLjQ0OCAyNi4xNjEtMzA1LjgxNi0yNC44NjEtNjE5LjA0OC0xNy45MDdTMjkxLjk5IDMxNS43ODggMCAyNzguNTdWMHoiLz48cGF0aCBkPSJNMTI0MCAwSC45NTN2MjY0LjgwNGM3Ni41NjYtNy4zNjUgMTQ2Ljg0NC0xOC4xMiAzMjcuMzUxLTcuMzY1czI0NC4yNDUgNTMuNzcxIDUwNi42MjggMTIuOTkxYzE3NC45MjItMjcuMTg3IDMwOS45NDUtMjUuMTg2IDQwNS4wNjggNi4wMDF6Ii8+PC9zdmc+");
  text-align: center;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 5% 0 12% 0;
  margin: -16px;
}

.wave-green {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjQwIiBoZWlnaHQ9IjMwNCIgIGZpbGw9IiMyMjhjM2EiIGZpbGwtcnVsZT0iZXZlbm9kZCIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBvcGFjaXR5PSIuMTUiIGQ9Ik0wIDBoMTIzOC4wOTV2Mjk2LjQ3N2MtMzQzLjQ0OCAyNi4xNjEtMzA1LjgxNi0yNC44NjEtNjE5LjA0OC0xNy45MDdTMjkxLjk5IDMxNS43ODggMCAyNzguNTdWMHoiLz48cGF0aCBkPSJNMTI0MCAwSC45NTN2MjY0LjgwNGM3Ni41NjYtNy4zNjUgMTQ2Ljg0NC0xOC4xMiAzMjcuMzUxLTcuMzY1czI0NC4yNDUgNTMuNzcxIDUwNi42MjggMTIuOTkxYzE3NC45MjItMjcuMTg3IDMwOS45NDUtMjUuMTg2IDQwNS4wNjggNi4wMDF6Ii8+PC9zdmc+");
  text-align: center;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 5% 0 12% 0;
  margin: -16px;
}

.wave-pink {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmOTdmZiIgaGVpZ2h0PSIzMDQiIHdpZHRoPSIxMjQwIiAgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMCAwaDEyMzguMDk1djI5Ni40NzdjLTM0My40NDggMjYuMTYxLTMwNS44MTYtMjQuODYxLTYxOS4wNDgtMTcuOTA3UzI5MS45OSAzMTUuNzg4IDAgMjc4LjU3VjB6IiBvcGFjaXR5PSIuMTUiLz48cGF0aCBkPSJNMTI0MCAwSC45NTN2MjY0LjgwNGM3Ni41NjYtNy4zNjUgMTQ2Ljg0NC0xOC4xMiAzMjcuMzUxLTcuMzY1czI0NC4yNDUgNTMuNzcxIDUwNi42MjggMTIuOTkxYzE3NC45MjItMjcuMTg3IDMwOS45NDUtMjUuMTg2IDQwNS4wNjggNi4wMDF6Ii8+PC9zdmc+");
  text-align: center;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 5% 0 12% 0;
  margin: -16px;
}

.wave-red {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2MwMCIgaGVpZ2h0PSIzMDQiIHdpZHRoPSIxMjQwIiAgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMCAwaDEyMzguMDk1djI5Ni40NzdjLTM0My40NDggMjYuMTYxLTMwNS44MTYtMjQuODYxLTYxOS4wNDgtMTcuOTA3UzI5MS45OSAzMTUuNzg4IDAgMjc4LjU3VjB6IiBvcGFjaXR5PSIuMTUiLz48cGF0aCBkPSJNMTI0MCAwSC45NTN2MjY0LjgwNGM3Ni41NjYtNy4zNjUgMTQ2Ljg0NC0xOC4xMiAzMjcuMzUxLTcuMzY1czI0NC4yNDUgNTMuNzcxIDUwNi42MjggMTIuOTkxYzE3NC45MjItMjcuMTg3IDMwOS45NDUtMjUuMTg2IDQwNS4wNjggNi4wMDF6Ii8+PC9zdmc+");
  text-align: center;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 5% 0 12% 0;
  margin: -16px;
}

.img-soft-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.img-extra-rounded {
  border-radius: 50px;
}
