﻿/*variables defined here are only available to the THEME, loaded later*/
/* to float left for mobile, but right for tablet and desk */
@media screen and (min-width: 768px) {
  .pull-right-desk,
  a.pull-right-desk,
  button.pull-right-desk {
    float: right; } }

/*usage: <span class="l-breakinline"><br/></span> 
    breaks line for mobile, but lengthens for desk*/
.l-breakinline {
  visibility: visible;
  display: inline; }

@media screen and (min-width: 1200px) {
  .l-breakinline {
    visibility: hidden;
    display: none; } }

.centered {
  margin: 0 auto; }

.vertical-align {
  vertical-align: middle; }

.transparent {
  background-color: transparent !important;
  /*correct use*/ }

.large {
  /*this looks wrong, I think there is a bootstrap class already named this?*/
  font-size: 4rem; }

/* ------------------------R E U S A B L E ----------------------- */
/*will remove these soon, now obsolute with mixins*/
.l-mb0 {
  margin-bottom: 0 !important; }

.l-mb10 {
  margin-bottom: 15px; }

.l-mb15 {
  margin-bottom: 15px; }

.l-mb30 {
  margin-bottom: 30px; }

.l-mb60 {
  margin-bottom: 60px; }

.l-mt0 {
  margin-top: 0; }

.l-mt5 {
  margin-top: 5px; }

.l-mt10 {
  margin-top: 10px; }

.l-mt15 {
  margin-top: 15px; }

.l-mt30 {
  margin-top: 30px; }

.l-mt40 {
  margin-top: 40px; }

.l-ml5 {
  margin-left: 5px; }

.l-ml10 {
  margin-left: 10px; }

.l-ml15 {
  margin-left: 15px; }

.l-mr5 {
  margin-right: 5px; }

.l-p0 {
  padding: 0; }

.l-m0 {
  margin: 0; }

.l-pt0 {
  padding-top: 0 !important; }

.l-pl0 {
  padding-left: 0 !important; }

.l-pr0 {
  padding-right: 0 !important; }

.l-w600 {
  max-width: 600px;
  overflow: hidden; }

.saturate {
  -webkit-filter: saturate(3);
  filter: saturate(3); }

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.contrast {
  -webkit-filter: contrast(160%);
  filter: contrast(160%); }

.brightness {
  -webkit-filter: brightness(0.25);
  filter: brightness(0.25); }

.blur {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%); }

.sepia {
  -webkit-filter: sepia(100%);
  filter: sepia(100%); }

.huerotate {
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg); }

.rss.opacity {
  -webkit-filter: opacity(50%);
  filter: opacity(50%); }

.black {
  -webkit-filter: brightness(0);
  filter: brightness(0); }

.white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }

.divOrganizations {
  margin: 4px; }

.divUAactions {
  float: left;
  margin-left: 10px; }

.divUAactions a {
  margin-right: 6px; }

.divOrgValue {
  width: 85%;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis; }

/*-------------------------Data Wizard Developer styles-----------------*/
.jq-plaintext {
  height: 0;
  border: 0;
  width: 0;
  visibility: hidden; }

.tblChoiceType {
  width: 400px; }

.pulsecheckchoices {
  margin: 0;
  padding: 0 0 0 10px; }

.pulsecheck li {
  margin-left: 0px !important;
  list-style: none; }

.pulsecheck-question p,
.jq-questionTitle p {
  display: inline; }

.jq-questionTitle img,
.pulsecheck-question img {
  display: block;
  margin: 10px 0 !important; }

.pagedelete {
  float: right;
  margin-right: 24px; }

.hide {
  display: none !important; }

.jq-choice, .choice {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0; }

.jq-questionarea {
  width: 95%;
  position: relative;
  display: inline-table;
  margin-left: 20px; }

.jq-questionarea .jq-options {
  float: left; }

.jq-questionTitle {
  margin-bottom: 10px;
  padding-left: 0;
  float: left; }
  .jq-questionTitle h1, .jq-questionTitle h2, .jq-questionTitle h3, .jq-questionTitle h4, .jq-questionTitle h5, .jq-questionTitle h6 {
    color: #000;
    font-weight: bold;
    margin: 0;
    font-size: 14px; }

.jq-questionList {
  padding: 0px;
  margin: 0px 15px 15px 15px;
  counter-reset: item;
  list-style-type: none; }

.jq-question {
  padding: 10px;
  margin-right: 0;
  margin-left: 0;
  background-color: #fff;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05); }

.jq-questionoperations {
  list-style: none;
  padding: 0;
  float: left; }

.jq-fieldcolumns {
  display: inline;
  width: auto;
  margin-right: 4px; }

.jq-questionoperations > li {
  padding: 10px 0;
  text-align: center;
  float: left;
  margin: 0 5px; }

.jq-pagenav {
  text-align: center;
  padding: 10px 0;
  width: 95%; }

.jq-question:before {
  content: counter(item, decimal) ")";
  counter-increment: item;
  position: absolute; }

/** For Question Manager **/
.jq-placeholder > div {
  padding: 5px 0; }

.choicelabel, .choices {
  float: left; }

.jq-options.section {
  padding: 50px 0 0;
  text-align: center; }

.group > .label {
  float: left;
  line-height: 30px;
  padding: 0 30px 0 0; }

.insertoptions {
  padding: 20px 0;
  text-align: center;
  width: 100%;
  float: left; }

.insertoptions .button {
  margin-right: 10px; }

.jq-qdtls {
  clear: both;
  display: block;
  padding: 10px 0; }

.choicelist {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.choicelist > label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.choicelist > label > input {
  position: relative;
  margin: 3px 5px 0 0 !important;
  overflow: visible !important;
  display: inline !important; }

.jq-questionmanager .mv-right {
  margin-left: 43%; }

.jq-questionmanager .nopadding {
  padding: 0px !important; }

.jq-questionmanager .nomargin {
  margin: 0 !important; }

.jq-dchoice:hover {
  color: #666; }

.scoring-rules {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.jq-passing-score {
  width: 50px !important; }

.jq-createwizard, .jq-assessmentpage {
  padding: 20px; }

.jq-assessmentpage .label {
  margin-top: 0; }

.jq-wizardtitle-editmode, .jq-wizardpreviewmode {
  margin: 0 0 20px 0; }

.jq-wizardtitle-editmode input {
  margin-right: 5px; }

.jq-wizardtitle-editmode a {
  margin-right: 5px; }

.btn-create-wizard {
  display: block;
  width: 100%;
  text-align: center; }

.jq-results h2 {
  font-size: 16px;
  margin: 10px 0 10px 0;
  float: left;
  width: 100%; }

.jq-results .gridtable {
  width: 100% !important; }
  .jq-results .gridtable th, .jq-results .gridtable td {
    padding: 8px; }

.useradmin-tabcontent3 {
  margin-right: 20px;
  width: 48% !important; }

#AddAttachmentsControl {
  float: left;
  width: 100%; }

#newCustomContentLinks input {
  padding: 3px !important;
  height: auto !important;
  margin: 5px;
  width: 94%; }

#newCustomContentLinks input[type=radio] {
  float: left;
  position: relative;
  top: 0; }

#newCustomContentLinks label {
  /*padding: 0 10px 0 0;*/
  font-weight: normal;
  float: left;
  width: auto; }

#newCustomContentLinks td {
  vertical-align: top; }

#newCustomContentLinks .deleterowbutton {
  margin: 5px;
  float: left; }

/*------------------Scrom Player Resizable CSS ---------------------*/
#jq-scorm-resizer {
  height: 750px; }

.jq-full-screen-scorm #jq-scorm-resizer {
  height: inherit !important;
  width: 100% !important; }

.jq-full-screen-scorm .ui-icon {
  display: none !important; }

.ui-resizable-helper {
  border: 1px dotted gray; }

.course-viewer .ui-icon, .course-details .ui-icon {
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.course-viewer .ui-resizable-se, .course-details .ui-resizable-se {
  cursor: n-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: -14px; }

.course-viewer .ui-resizable-handle, .course-viewer .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

#dvFileBrowse .btn {
  margin-right: 5px;
  float: left; }

/*-----------------------------Bookmarks Styles------------------------------*/
#popupWindow.edit-fav-folder .jqx-window-content, .actionon-folder .jqx-window-content {
  padding: 0;
  overflow: hidden; }
  #popupWindow.edit-fav-folder .jqx-window-content .modal-body, .actionon-folder .jqx-window-content .modal-body {
    padding: 10px;
    height: 250px;
    overflow-y: auto; }

.edit-fav-folder {
  height: 360px !important; }
  .edit-fav-folder .jqx-fill-state-disabled {
    margin-left: 17px; }
  .edit-fav-folder tr {
    height: 34px; }
  .edit-fav-folder .jqx-tree-dropdown-root {
    margin: 0; }
  .edit-fav-folder .jqx-tree-item-hover {
    margin-left: 20px; }
  .edit-fav-folder .jqx-tree-item {
    margin-left: 17px; }
  .edit-fav-folder .jqx-tree-item-li {
    margin-left: 0; }
  .edit-fav-folder .jqx-fill-state-pressed {
    border-color: #0098FD;
    background: #0098FD;
    opacity: 1;
    color: #ffffff;
    margin-left: 10px; }
    .edit-fav-folder .jqx-fill-state-pressed b {
      color: #ffffff;
      padding: 10px; }
  .edit-fav-folder .jqx-fill-state-hover {
    border-color: #0098FD;
    background: #0098FD;
    opacity: 1;
    color: #ffffff; }

.actionon-folder {
  height: 386px; }
  .actionon-folder .jqx-fill-state-pressed {
    border-color: #0098FD;
    background: #0098FD;
    opacity: 1;
    color: #ffffff; }
  .actionon-folder .l-addbookmarkstable .jqx-widget td, .actionon-folder .l-addbookmarkstable .jqx-widget-content td {
    padding-bottom: 10px; }
  .actionon-folder td.favoritepopup.l-pad-left3.l-relative {
    position: relative; }
  .actionon-folder .favoritepopup.l-pad-left3 {
    margin-bottom: 10px;
    display: block; }
  .actionon-folder .jqx-tree-item-li {
    margin-left: 0; }
  .actionon-folder span.testit {
    padding-top: 10px;
    display: inherit; }
    .actionon-folder span.testit a {
      position: absolute;
      right: 0;
      top: 0px;
      background: #8DBCFB;
      padding: 9px;
      border-radius: 4px;
      color: #ffffff; }
      .actionon-folder span.testit a a {
        color: #ffffff; }

.favoritepopup td {
  vertical-align: top;
  padding-left: 10px;
  padding-top: 10px; }

.favoritepopup .favoritepopup-label {
  padding-top: 4px;
  text-align: right; }

.bkmrk-count span {
  padding-left: 5px; }

/*bookmarks page*/
.folder-tree {
  height: 276px !important;
  margin: 0 -13px;
  width: auto !important;
  border-radius: 0;
  overflow: auto; }

.panel-bookmark.panel-default {
  background-color: #FACA0A;
  border: 1px solid #FACA0A;
  height: 340px;
  padding: 15px;
  color: #ffffff;
  border-radius: 4px; }
  .panel-bookmark.panel-default .jqx-widget-content {
    background-color: transparent;
    border-width: 0;
    color: #ffffff; }
  .panel-bookmark.panel-default .jqx-tree {
    border-radius: 0;
    padding: 10px; }
    .panel-bookmark.panel-default .jqx-tree .jqx-tree-item {
      padding: 5px;
      border: solid 2px transparent; }
    .panel-bookmark.panel-default .jqx-tree .jqx-tree-item:before {
      content: "\f07b";
      font-family: fontawesome;
      color: #ffffff;
      margin-right: 8px; }
    .panel-bookmark.panel-default .jqx-tree .jqx-fill-state-pressed {
      border-color: #999999;
      background: #888888;
      border: 2px solid transparent;
      color: #ffffff; }
    .panel-bookmark.panel-default .jqx-tree .jqx-fill-state-hover {
      background-color: #b3b3b3;
      border-color: transparent; }
  .panel-bookmark.panel-default label {
    color: #ffffff;
    font-size: 16px; }

.folder-grid.jqx-grid.jqx-widget .jqx-widget-header {
  background-color: #888888; }

.right-fav-row {
  background: #888888;
  color: #ffffff;
  padding: 15px 10px;
  border-radius: 4px;
  min-height: 150px; }
  .right-fav-row .favstatus {
    position: absolute;
    top: 70px; }
  .right-fav-row label {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 8px; }

.folder-grid .jqx-grid-cell a {
  text-transform: capitalize;
  color: #888888;
  text-decoration: none;
  line-height: 2.5; }

/*--- Global Classes ---*/
.jq-view, .jq-edit, .jq-delete {
  margin-top: 8px;
  color: #994d86;
  cursor: pointer; }

.noteaction {
  margin-top: 10px; }

.btn-actions {
  cursor: pointer; }

.modal-footer {
  text-align: center; }

.check-group {
  padding-left: 0 !important; }

#OrgAdminImage img {
  border: 1px solid #ccc !important; }

#wizardList .btn-actions {
  float: left; }

.jqx-editor i {
  color: #000 !important; }

.btn-upload {
  margin: 0 4px 0 -7px; }

.lmtb-30 {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%; }

.shows {
  margin: 10px 5px 0 0; }

.nolftmargin {
  margin-left: 0 !important; }

.qlabbirsection {
  margin: 20px 0 30px 0; }

.l-mb30 {
  margin-top: 30px; }

.qlabbirrow {
  padding: 5px; }

.qlabbirrowalt {
  background: #eaeaea;
  padding: 5px; }

.assignee-action {
  float: left;
  margin-right: 6px; }

.update-points {
  position: relative;
  top: -34px; }

.page-title h4 {
  margin: 0 0 10px;
  font-weight: 700; }
  .page-title h4 label {
    margin: 0;
    color: #666; }

.jq-InfoIcon {
  cursor: pointer; }

.attributevaluetitle {
  margin: 5px 0;
  font-weight: 400; }

.pointer {
  cursor: pointer; }

.imagepreview {
  overflow: hidden;
  margin: 10px 0; }

/*.doc-download {
    position: absolute;
    right: 37px;
    padding: 3px 8px;
    top: 9px;

}*/
@media (max-width: 568px) {
  .Doc {
    width: 100%;
    float: left;
    word-break: break-all;
    font-size: 12px; } }

.jqx-tooltip {
  z-index: 9999999;
  word-break: break-all; }

#bulkcreateuser {
  vertical-align: top; }

.bulk-users td {
  padding: 10px 0; }

.label-sm .field-text label {
  width: auto; }

.wordwraping {
  white-space: pre-line !important;
  line-height: 18px !important;
  word-break: break-word; }

.grid-scroll {
  height: 150px; }

span.label-rejected, .error-msg {
  color: #F10A0A;
  font-weight: bold; }

.top-button {
  padding-right: 20px;
  float: right; }

.list-group {
  margin: 0; }
  .list-group a {
    background: none;
    border: none; }

.grid-actions, .useradminsearch-cell, .useradminsearch-column {
  margin: 10px 0 10px 5px; }
  .grid-actions .fa, .useradminsearch-cell .fa, .useradminsearch-column .fa {
    cursor: pointer; }

.copy-link {
  margin-top: 9px;
  margin-left: 5px; }
  .copy-link i {
    cursor: pointer; }

.attachment-action {
  cursor: pointer; }

.actionstep-copy {
  cursor: pointer; }

.imagepreview img {
  max-width: inherit !important; }

.correct {
  font-weight: bold; }

.wrong {
  color: red;
  font-weight: bold; }

.porlet-scroll {
  height: 280px; }

.search-wrap input[type="radio"] {
  float: none;
  position: relative;
  top: 3px; }

.actionstep-delete {
  cursor: pointer;
  margin-left: -4px; }

.radio-group {
  width: auto !important;
  float: left;
  margin: 0 0 0 0; }

.lable-info {
  padding-top: 8px; }

.course-section-name {
  font-size: 12px; }

/*---------------------Add Attachments-----------------*/
.add-attachments {
  margin-top: 20px !important;
  width: 450px;
  float: left;
  padding-left: 10px; }
  .add-attachments .striped-orange {
    float: right;
    width: 330px;
    position: relative;
    z-index: 999; }
    .add-attachments .striped-orange .progress {
      overflow: hidden;
      height: 20px;
      position: relative;
      background-color: #f5f5f5;
      -webkit-border-radius: 1px;
      border-radius: 1px;
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      margin: 4px 0 0 0; }
    .add-attachments .striped-orange .progress-bar {
      float: left;
      width: 0;
      height: 100%;
      font-size: 12px;
      line-height: 20px;
      color: #ffffff;
      text-align: center;
      background-color: #fbb450;
      -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
      -webkit-transition: width 0.6s ease;
      -o-transition: width 0.6s ease;
      transition: width 0.6s ease;
      -webkit-background-size: 40px 40px;
      background-size: 40px 40px;
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .add-attachments .filename {
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    margin-top: 4px; }

.btnspace {
  margin-right: 5px; }

.myassignment-status {
  float: left !important;
  width: 100%;
  background: none; }
  .myassignment-status span {
    margin-top: 10px; }

.page-title h2 {
  font-size: 26px; }

.topbtns {
  position: relative;
  top: 12px;
  right: 15px; }

.hdng-group .col-sm-12 {
  padding-left: 20px;
  padding-right: 20px; }

/*---------------Alert Messages--------------------*/
.alert-message, .alert-buttons {
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 5px; }
  .alert-message label, .alert-buttons label {
    font-weight: normal; }

.confirm-buttons, .confirmation-message {
  text-align: center;
  padding: 15px 0;
  margin-bottom: 5px; }
  .confirm-buttons .button, .confirmation-message .button {
    margin-right: 5px; }

/*------------------Event Window----------------*/
.event-window {
  border: 5px solid #444444;
  padding: 0 15px !important;
  left: 14% !important;
  border-radius: 6px;
  position: relative;
  background: #ffffff; }
  .event-window h4 {
    background: #444444;
    margin: 0 -15px 15px -15px;
    padding: 10px;
    color: #ffffff; }

/*--------------------Data Wizard popup---------------------*/
.wizardpreviewmode h2, .wizardpreviewmodedescription h2 {
  text-transform: capitalize;
  line-height: 10px !important;
  margin: 0; }

.wizardpreviewmode a, .wizardpreviewmodedescription a {
  border: 1px solid #888;
  line-height: 24px;
  padding: 2px 12px;
  vertical-align: bottom;
  margin-left: 12px;
  display: inline-block;
  text-decoration: none; }

.wizardpreviewmode span, .wizardpreviewmodedescription span {
  line-height: 28px; }

.wizardpreviewmodedescription {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px; }
  .wizardpreviewmodedescription div {
    display: inline-block; }

.wizarddescription-editmode {
  float: left;
  width: 100%; }
  .wizarddescription-editmode label {
    font-weight: bold; }

.datawizard-editor-results {
  font-weight: normal;
  width: 100%;
  float: left;
  margin-bottom: 10px; }

.disable-element, .cc-disableAction {
  pointer-events: none !important;
  opacity: 0.5; }

.wizardpreviewmode h2 {
  margin-top: 20px !important;
  line-height: 24px !important; }

.jqx-tabs-content .wizardpreviewmode h2 {
  margin: 0 0 20px 0 !important;
  line-height: 24px !important; }

.l-addbookmarkstable .form-control.input-lg {
  padding: 5px 16px;
  margin-bottom: 10px; }

.l-addbookmarkstable td {
  vertical-align: top;
  padding-right: 10px;
  padding-top: 10px; }

.l-addbookmarkstable tr {
  height: 50px; }

.l-addbookmarkstable .label, .favoritepopup .label {
  font-size: 100%;
  position: relative;
  top: 7px; }

.favoritepopup tr {
  height: 50px; }

.clearselection {
  font-size: 12px;
  text-transform: capitalize;
  text-decoration: inherit !important;
  border: 1px solid #CACACA;
  padding: 5px;
  margin-bottom: 10px;
  display: inline-block; }

.main-div .col-sm-4, .main-div .col-sm-8, .panel-myauth-ca .col-sm-4, .panel-myauth-ca .col-sm-8 {
  padding: 0; }

#jq-reportFullScreen {
  display: none; }

/*-------------------User Admin Search---------------------*/
.user-admin-search .jqx-grid {
  margin-top: 30px; }
  .user-admin-search .jqx-grid .jqx-grid {
    margin-top: 0; }

.user-admin h4, .useradmin-tabcontent2 h4 {
  color: #444444;
  font-size: 16px; }

.user-admin .jqx-grid, .useradmin-tabcontent2 .jqx-grid {
  margin-bottom: 15px; }

.box-style .group {
  margin-bottom: 15px; }

/*orgadmin page*/
.qlabbirdetail {
  padding: 15px;
  display: block;
  text-align: center;
  margin: 10px;
  background: #d4eef5;
  border-radius: 10px; }

.upload-btn {
  margin-left: -17px; }

.ChLengendItem {
  float: left;
  padding: 8px 22px; }
  .ChLengendItem span {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 6px;
    border-radius: 50%; }

.attribute-typelist {
  position: relative;
  z-index: 999; }

.scrollit {
  display: none; }

.support-name {
  width: 96%;
  float: left; }
  .support-name i {
    font-size: 18px;
    cursor: pointer; }

.support-role i.fa-pencil {
  margin-right: 15px;
  cursor: pointer; }

.support-role input {
  color: #333; }

.top-title {
  display: inline-block;
  vertical-align: middle; }

.nodata {
  text-align: left;
  margin: 20px 0;
  padding: 15px; }

.AjaxUploaderAttachmentsTable, .AjaxUploaderProgressTable, .AjaxUploaderQueueTable, .AjaxUploaderCancelAllButton {
  margin: 0 !important;
  width: 100% !important; }

/*managebulkgoals*/
.manage-goals-grid {
  /*.jqx-widget-header.jqx-grid-header {
        border-color: transparent;
    }*/ }
  .manage-goals-grid .jqx-grid-cell-pinned input[type=textarea] {
    width: 283px !important; }
  .manage-goals-grid .jqx-grid-cell .jqx-dropdownlist-state-normal {
    margin: 7px !important;
    height: 20px !important; }
  .manage-goals-grid .jqx-datetimeinput {
    margin: 7px !important;
    height: 20px !important; }
  .manage-goals-grid .jqx-grid-cell a {
    line-height: 26px; }

.manage-goals-wrapper h2 {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 15px 0;
  line-height: 1; }

.manage-goals-wrapper .page-title .top-hdng {
  width: auto;
  margin-top: 6px; }

.manage-goals {
  padding: 20px 0; }
  .manage-goals .form-actions {
    text-align: center;
    padding: 10px 0 0 0; }

/*---------------------MGH Roster Status Images only for this release we will change icons later release--------------*/
.boolstatus-dot {
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 14px !important;
  width: 14px !important;
  text-align: center !important; }

.dot-FF0000, .dot-F00, .dot-FFFF00, .dot-008300, .dot-FF9409, .dot-808080, .dot-0000FF, .dot-FF78FF, .dot-000000, .dot-000 {
  border: 0;
  display: inline-block;
  height: 14px !important;
  width: 14px !important;
  text-align: center !important; }

.status-dot {
  cursor: pointer; }

.dot-FF0000, .dot-F00 {
  background: url(../../images/status/red.png); }

.dot-FFFF00 {
  background: url(../../images/status/yellow.png); }

.dot-008300 {
  background: url(../../images/status/green.png); }

.dot-FF9409 {
  background: url(../../images/status/orange.png); }

.dot-808080 {
  background: url(../../images/status/gray.png); }

.dot-0000FF {
  background: url(../../images/status/blue.png); }

.dot-FF78FF {
  background: url(../../images/status/purple.png); }

.dot-000000, .dot-000 {
  background: url(../../images/status/black.png); }

/*----------------------Create Action Step Plan Media styles starts here---------*/
@media screen and (max-width: 1024px) {
  .aboutmeheader-group .aboutme-tabtitle {
    width: 100%; }
  .aboutmeheader-group .aboutme-finalrating {
    width: 100%;
    float: left; } }

@media screen and (max-width: 768px) {
  .aboutmeheader-group .aboutme-finalrating {
    margin-bottom: 10px; } }

#jq-EndUserColumnList .arrows, #jq-EndUserColumnList .arrows {
  display: none; }

@media print {
  p {
    line-height: 20px; }
  .breadcrumbstyles {
    display: none; }
  .notifications-status-container {
    display: none; }
  .btn-cancel {
    display: none; }
  footer {
    display: none; }
  span {
    padding: 10px; }
  .notedetails li {
    line-height: 20px !important; } }

/* Alert popup css */
#qlabbir-alert {
  z-index: 18020; }

/*--- Pulse Check Chart styling ----*/
.chartContainer .jqx-chart-axis-text {
  font-size: 7px !important; }

/*--- Query Builder Styling ----*/
.query-builder .rule-container .rule-value-container {
  margin: 5px 5px 0 0 !important; }

.panel-querybuilder .panel-title, .panel-querybuilder-report .panel-title {
  cursor: pointer; }
  .panel-querybuilder .panel-title a, .panel-querybuilder-report .panel-title a {
    font-weight: bold; }
    .panel-querybuilder .panel-title a:focus, .panel-querybuilder-report .panel-title a:focus {
      color: #fff; }

.query-builder .rule-value-container input[type=number], .query-builder .rule-value-container input[type=text], .query-builder .rule-value-container select {
  padding: 1px !important; }

.panel-querybuilder .rules-group-container select {
  padding-right: 20px !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .panel-querybuilder .rules-group-container select {
    padding-right: 0px !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .studentlogin .notifications-status-container .portlet-notification-status .notification-status::before {
    bottom: 0 !important; } }

/*---------------------------Modals-------------------------------*/
.popup-actions {
  text-align: center;
  width: 100%;
  float: left;
  padding-bottom: 10px; }

.popup, .pop-up {
  border: solid 1px #ddd;
  padding: 0;
  position: relative;
  z-index: 1000;
  background: #fff; }

.popup h2,
.popup-body .form-actions {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0; }

.popup h2,
.popup-header {
  padding: 10px;
  background-color: #444; }

.popup h2 span {
  color: #fff; }

.popup.definecontent-popup h3 {
  margin: 0;
  padding: 15px;
  font-size: 14px; }

.popup.definecontent-popup .from-pair {
  margin-bottom: 10px; }

.popup-body {
  position: relative;
  padding: 15px; }

.popup-body .form-actions {
  position: absolute;
  bottom: -21px; }

.popup-body .form-actions .group {
  margin-bottom: 0px;
  background-color: #999;
  padding: 5px; }

.popup .popup-body {
  max-height: 562px;
  width: 100%; }

.popup .popup-body .popup-list {
  max-height: 520px;
  overflow: auto;
  width: 100%; }

.popup-list th,
.popup-list td {
  padding: 5px 10px 5px 10px; }

.popup-list tr:nth-child(odd) {
  background-color: #eee; }

.popupWrapper .blockOverlay {
  z-index: 500;
  display: block;
  border: medium none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;
  opacity: 0.6;
  cursor: default;
  position: fixed; }

.popup .field-input-block {
  width: 570px; }

.Popup-div h3 {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  font-size: 16px; }

.contenttype-popup {
  padding-top: 25px;
  box-shadow: none !important; }

.modal-wide .modal-dialog {
  width: 90%;
  overflow: hidden; }

.modal-wide .modal-content, .modal-wide .modal-footer {
  width: 100%;
  float: left; }

/*.modal-content, .modal-header, .modal-body, .modal-footer{
    width:100%;
    float:left;
}*/
.modal-title {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  font-weight: 700; }

#shareBookmarkSOM {
  position: fixed; }
  #shareBookmarkSOM .jqx-window-content {
    overflow: hidden; }
  #shareBookmarkSOM .modal-body {
    height: 385px !important;
    overflow: auto !important; }
    #shareBookmarkSOM .modal-body #divSOMAcess {
      overflow: hidden !important; }
  #shareBookmarkSOM .modal-footer {
    margin-bottom: 0; }

.jqx-popup.add-facilitator-popup .jqx-window-content {
  height: 420px !important;
  overflow: hidden; }

.jqx-popup.attr-popup.popup_jqxWindow .jqx-window-content {
  height: 350px !important;
  overflow: hidden; }

#PopUpPreView .jqx-window-content {
  height: 470px !important;
  overflow: auto; }

.feedback-popup.jqx-window-content {
  height: 240px !important;
  overflow: auto; }

#questionmanagerwindow.jqx-popup {
  left: 12% !important; }
  #questionmanagerwindow.jqx-popup .jqx-window-content {
    height: 450px !important;
    overflow: auto; }

.help-popup .modal-header {
  background-color: #777777;
  color: #ffffff; }
  .help-popup .modal-header .close {
    color: #ffffff;
    opacity: 1;
    font-size: 14px;
    margin-top: 4px; }
  .help-popup .modal-header .modal-title {
    color: #ffffff; }

.help-popup .modal-body {
  height: 400px !important;
  overflow: auto; }
  .help-popup .modal-body h2 {
    font-size: 16px; }
  .help-popup .modal-body hr {
    border-bottom: 1px solid #cccccc;
    background: none;
    border-top: 0; }
  .help-popup .modal-body p:empty {
    display: none; }

.help-popup .modal-footer {
  margin-bottom: 0; }

.blockUI.blockMsg.blockPage .modal-body p {
  font-size: 12px;
  line-height: 20px; }

.rangePopUp .jq-stCard {
  border: 1px solid #cfcfcf;
  height: auto;
  padding: 9px;
  width: 200px; }

.panel-attribute-popup {
  width: 750px;
  overflow: auto; }

.jqx-popup.qlabbir-confirmation {
  z-index: 9999999 !important; }

.viewer-popup .modal-header .close {
  margin-top: 0px !important; }

.viewer-popup .modal-dialog {
  width: 90%;
  height: 90%; }
  .viewer-popup .modal-dialog iframe {
    height: 500px; }

@media (max-width: 568px) {
  .viewer-popup .modal-body {
    clear: both; }
  .viewer-popup .modal-header {
    float: left;
    width: 100%; }
    .viewer-popup .modal-header .close {
      position: relative;
      z-index: 99; } }

.modal iframe {
  height: 400px; }

.calendarevent-emailfields.modal iframe {
  height: inherit; }

.modal .nc-message-body iframe {
  height: 100% !important; }

.modal-body {
  word-wrap: break-word; }

#qlabbir-confirmation.modal, #qlabbir-alert.modal {
  z-index: 180020 !important; }

.topcare-roster-page .modal, .studentlogin .modal, .topcare-details-page .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.helpContent h2 {
  font-size: 18px; }

.modal-dialog .modal-dialog {
  margin: 0 auto !important; }

/*.modal, .jqx-toolbar-minimized-popup{
    z-index:1000 !important;
}
.modal-backdrop{
    z-index:999 !important;
}*/
/*-------------------------------Tab Drop-----------------------------------*/
.nav-tabs,
.nav-pills {
  position: relative; }

.tabdrop {
  margin-right: 0 !important;
  margin-left: 7px; }

/*------------------------------Tables---------------------------------*/
/* how to make your tables responsive: */
table {
  width: 100%; }

table.responsive td {
  width: 100%;
  display: block;
  padding: 10px;
  vertical-align: top !important;
  border: 1px solid red; }

@media screen and (min-width: 768px) {
  table.responsive td {
    width: inherit;
    display: inline-block; }
  table.responsive.l-tdw50 td {
    /*width 50%: table with 2 columns*/
    width: 50%; } }

table.manage-membership {
  max-width: 600px; }

.ratingtd td {
  padding-right: 15px; }

.table > tbody > tr:last-child {
  border-bottom: 1px solid #dddddd; }

.table th {
  vertical-align: bottom; }

.table-container-outer {
  position: relative; }

.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em; }

.table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px; }

.table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3); }

.table-container-fade {
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5), #fff);
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.5), #fff);
  background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0.5), #fff);
  background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0.5), #fff);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5), #fff); }

/*----------------------------Tabs-----------------------------------*/
.tab-content .panel-sitemessages .panel-heading {
  display: none; }

.nav-tabs .active {
  border-left: #ccc 1px solid;
  border-top: #ccc 1px solid;
  border-right: #ccc 1px solid;
  background-color: #fff;
  margin-top: 0;
  text-align: center;
  font-weight: bold;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px; }

.nav-tabs .active a {
  border: none !important;
  margin-bottom: 1px; }

.nav.nav-tabs > li.active li.active {
  margin-right: 0;
  text-align: left; }

.nav-tabs > li > a {
  margin-right: 0; }

.nav-tabs > li {
  margin-right: 2px; }

.nav.nav-tabs > li.active ul {
  padding: 0; }

.nav.nav-tabs li:first-child {
  top: 0; }

.tab-content .portlet {
  border: none; }

.main-content h2:first-of-type .tab-content h2 {
  font-size: 1.5rem; }

.tab-content h2 {
  font-size: 1.5rem; }

.nav.nav-tabs > li.active li.active {
  margin-right: 0;
  text-align: left; }

.nav.nav-tabs > li.active ul {
  padding: 0; }

.nav.nav-tabs li:first-child {
  top: 0; }

.tab-content .portlet {
  border: none; }

.main-content h2:first-of-type .tab-content h2 {
  font-size: 1.5rem; }

.tab-content h2 {
  font-size: 1.5rem; }

.tab-content {
  margin-bottom: 20px;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  border-radius: 0 0 4px 4px;
  padding: 15px; }
  .tab-content .panel {
    box-shadow: none; }

a.ui-tabs-anchor:focus {
  outline: none; }

a.ui-tabs-anchor {
  color: #808080 !important; }

.tabs {
  float: left;
  width: 100%; }

/*Tabs for Mobile View */
@media screen and (max-width: 800px) {
  .nav-tabs-responsive > li {
    display: none;
    width: 22%; }
  .nav-tabs-responsive > li > a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    text-align: center;
    vertical-align: top; }
  .nav-tabs-responsive > li.active {
    width: 54%; }
  .nav-tabs-responsive > li.active:first-child {
    margin-left: 23%; }
  .nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
    display: block; }
  .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  .nav-tabs-responsive > li.next > a, .nav-tabs-responsive > li.prev > a {
    -webkit-transition: none;
    transition: none; }
  .nav-tabs-responsive > li.next > a .text, .nav-tabs-responsive > li.prev > a .text {
    display: none; }
  .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.prev > a:after, .nav-tabs-responsive > li.prev > a:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .nav-tabs-responsive > li.prev > a:after {
    content: "\f053"; }
  .nav-tabs-responsive > li.next > a:after {
    content: "\f054"; }
  #divTabs {
    position: relative;
    top: -40px; } }

.nav-tabs .dropdown-menu {
  padding: 0; }

/*---------------------------UI Tabs----------------------------------*/
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: arial;
  font-size: 14px; }

.ui-tabs {
  border: none;
  background: none; }
  .ui-tabs .ui-tabs-nav {
    background: none;
    border: none;
    border-bottom: 1px solid #ddd !important; }
    .ui-tabs .ui-tabs-nav li a {
      padding: 8px 12px;
      color: #333;
      font-weight: normal; }
    .ui-tabs .ui-tabs-nav li.ui-tabs-selected, .ui-tabs .ui-tabs-nav li.ui-tabs-active {
      border-color: #ccc; }
  .ui-tabs .ui-tabs-panel {
    border-top: none;
    border: solid 1px #ccc;
    background: none; }

/*tab headings*/
.panel.panel-default.jq-portlet-container.tab-filters {
  border: none;
  margin-bottom: 0;
  background: 0;
  box-shadow: none; }
  .panel.panel-default.jq-portlet-container.tab-filters .panel-body {
    padding: 0; }
  .panel.panel-default.jq-portlet-container.tab-filters .page-title {
    margin-bottom: 0; }
    .panel.panel-default.jq-portlet-container.tab-filters .page-title i {
      float: right; }

.panel-define-content .nav-tabs > li > a {
  border: none !important; }

.no-gutters {
  padding-left: 0px !important;
  padding-right: 0px !important; }

/*---------------Well-------------------*/
.task-status label {
  font-weight: normal;
  padding-right: 10px; }

.jqid-noduedate {
  float: left; }

.jqid-noduedate label {
  font-weight: normal; }

/*relocated from ActionStep.aspx*/
.qlabbiractionstepred {
  height: 86px;
  display: table-cell;
  width: 100px;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #CC0000;
  text-align: center;
  vertical-align: middle;
  color: White;
  padding: 5px; }

.qlabbiractionstepblue {
  height: 86px;
  display: table-cell;
  width: 100px;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #3399CC;
  text-align: center;
  vertical-align: middle;
  color: White;
  padding: 5px; }

.qlabbiractionstepgreen {
  height: 86px;
  display: table-cell;
  width: 100px;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #24c063;
  text-align: center;
  vertical-align: middle;
  color: White;
  padding: 5px; }

.qlabbiractionstepbluelarge {
  font-size: 12pt !important;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #3399CC;
  text-align: center;
  vertical-align: middle;
  color: White;
  padding: 5px; }

.qlabbiractionstepdate {
  text-align: center;
  margin-right: 20px;
  font-size: 8pt !important;
  padding-top: 20px; }

.qlabbiractionstepsupporting {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 10px;
  padding-bottom: 20px; }

.action-step .dateset {
  margin-bottom: 20px; }
  .action-step .dateset .date-label {
    font-size: 13px; }

.action-step .action-step-left .well h3 {
  text-align: center; }

.action-step .action-step-left .well .manage-response {
  display: inline-block;
  margin-left: 5px; }

.action-step .action-step-right .actionstep-score {
  text-align: center; }

.action-step .action-step-right .well {
  width: 25%; }

.action-step .action-step-right .well.attempts {
  margin-left: 10px;
  padding: 36px 0;
  text-align: center; }
  .action-step .action-step-right .well.attempts .label {
    display: block;
    font-size: 1.5em;
    text-align: center; }
  .action-step .action-step-right .well.attempts .data {
    font-size: 2em; }

.actionstep-container .col-md-3.col-sm-12 {
  z-index: 1; }

.actionstep-container .calender-label {
  width: 90px; }

@media (max-width: 768px) {
  .actionstep-container a, .actionstep-container input[type="button"] {
    margin-bottom: 10px; } }

.qlabbiractionsteplist-reset {
  margin-bottom: 20px; }

.qlabbirfilter-bottom table {
  float: left; }

.gridtable .small {
  width: 40px !important; }

.template-markup {
  margin-bottom: 15px; }

.actionstep-calender {
  width: 33.3%;
  padding: 0; }
  .actionstep-calender .dateset {
    width: 33.3%;
    padding: 0;
    text-align: left; }

.actionstep-attachment {
  margin-bottom: 15px; }
  .actionstep-attachment table a:hover {
    color: #000; }

.qlabbiractionsteplist-results {
  width: 100%;
  padding: 0; }

.exportbtn {
  margin-top: 15px;
  margin-bottom: 15px !important;
  position: relative;
  z-index: 99; }

.complete-status {
  text-align: center;
  font-size: 1.75em; }

.my-assignments-sec {
  padding: 0; }
  .my-assignments-sec .col-md-4.col-xs-12.col-sm-6 {
    padding: 10px; }
    .my-assignments-sec .col-md-4.col-xs-12.col-sm-6 .my-assignment {
      width: 100%;
      margin-bottom: 0; }
  .my-assignments-sec .myassignments-subheader {
    margin-bottom: 10px;
    padding: 8px 15PX; }
    .my-assignments-sec .myassignments-subheader label {
      margin: 5px 5px 5px 5px;
      text-align: right; }
    .my-assignments-sec .myassignments-subheader select, .my-assignments-sec .myassignments-subheader textarea {
      display: inline-block;
      margin-right: 10px;
      width: 100%; }
      @media (min-width: 992px) {
        .my-assignments-sec .myassignments-subheader select, .my-assignments-sec .myassignments-subheader textarea {
          width: 36%;
          margin-bottom: 15px; } }
      @media (min-width: 1200px) {
        .my-assignments-sec .myassignments-subheader select, .my-assignments-sec .myassignments-subheader textarea {
          width: 18%;
          margin-bottom: 15px; } }
    .my-assignments-sec .myassignments-subheader textarea {
      background: #fff !important; }
    .my-assignments-sec .myassignments-subheader button {
      margin-right: 5px; }
    .my-assignments-sec .myassignments-subheader .btn-grp {
      display: inline-block;
      margin-top: 8px;
      margin-bottom: 8px; }
      @media (max-width: 768px) {
        .my-assignments-sec .myassignments-subheader .btn-grp {
          margin-top: 15px; } }
      .my-assignments-sec .myassignments-subheader .btn-grp .button {
        margin-right: 4px; }
  .my-assignments-sec .my-assignments {
    padding: 0;
    margin: 0; }
    .my-assignments-sec .my-assignments .my-assignment {
      padding: 10px 10px 10px 10px !important; }
      .my-assignments-sec .my-assignments .my-assignment .startmonth, .my-assignments-sec .my-assignments .my-assignment .startyear {
        /*font-size: 18pt !important;*/ }
      .my-assignments-sec .my-assignments .my-assignment .startday {
        /*font-size: 16pt !important;*/ }
      .my-assignments-sec .my-assignments .my-assignment [class^="myassignment_calbox"],
      .my-assignments-sec .my-assignments .my-assignment [class^="myassignment-calbox"] {
        background-color: #666;
        border-radius: 6px;
        width: 29%;
        color: #fff;
        display: inline-block;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        font-weight: bold;
        line-height: 1.25em;
        padding-bottom: 10px; }
        .my-assignments-sec .my-assignments .my-assignment [class^="myassignment_calbox"] h6,
        .my-assignments-sec .my-assignments .my-assignment [class^="myassignment-calbox"] h6 {
          color: #ffffff;
          background-color: #333;
          margin: 0 -15px 5px -15px;
          padding: 10px;
          border-radius: 6px 6px 0 0;
          text-align: center; }
        .my-assignments-sec .my-assignments .my-assignment [class^="myassignment_calbox"] .startdayname,
        .my-assignments-sec .my-assignments .my-assignment [class^="myassignment-calbox"] .startdayname {
          text-transform: none;
          padding: 0 !important;
          text-align: center; }
        .my-assignments-sec .my-assignments .my-assignment [class^="myassignment_calbox"] .startmonth,
        .my-assignments-sec .my-assignments .my-assignment [class^="myassignment-calbox"] .startmonth {
          text-transform: none;
          padding: 0 !important;
          margin: 0 !important;
          text-align: center; }
        .my-assignments-sec .my-assignments .my-assignment [class^="myassignment_calbox"] .startday,
        .my-assignments-sec .my-assignments .my-assignment [class^="myassignment-calbox"] .startday {
          text-align: center;
          padding: 0 !important; }
      .my-assignments-sec .my-assignments .my-assignment .myassignment-calbox-overdue,
      .my-assignments-sec .my-assignments .my-assignment .myassignment_calbox_overdue {
        background-color: #CC0000; }
        .my-assignments-sec .my-assignments .my-assignment .myassignment-calbox-overdue h6,
        .my-assignments-sec .my-assignments .my-assignment .myassignment_calbox_overdue h6 {
          background-color: #660000; }
      .my-assignments-sec .my-assignments .my-assignment .my-assignmentheader {
        /*font-size: 1.25em;*/
        font-weight: bold;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        display: inline-block;
        white-space: nowrap;
        margin: 0; }
        .my-assignments-sec .my-assignments .my-assignment .my-assignmentheader a {
          font-weight: bold;
          line-height: 20px; }
        .my-assignments-sec .my-assignments .my-assignment .my-assignmentheader .button.review-button {
          position: absolute;
          bottom: 20px;
          left: 112px; }
      .my-assignments-sec .my-assignments .my-assignment .my-assignment-desc {
        position: relative;
        float: left;
        width: 75%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 0;
        width: 71%;
        line-height: 1.25em; }
  .my-assignments-sec .trainingcenter_footer {
    text-align: center;
    background-color: #ddd;
    border-radius: 0 0 5px 5px;
    margin: 0 -20px -20px;
    padding: 8px; }
  .my-assignments-sec .my-assignments-footer {
    padding: 10px 0; }
    .my-assignments-sec .my-assignments-footer ul {
      padding: 0;
      margin: 0 10px 0 0; }
  .my-assignments-sec .jq-Title {
    word-wrap: break-word; }

.student-actionsteps .panel-body {
  padding: 0; }
  .student-actionsteps .panel-body .my-assignments .action-step-list-item {
    min-height: 137px !important;
    width: 100%; }
    @media (min-width: 1200px) {
      .student-actionsteps .panel-body .my-assignments .action-step-list-item {
        float: left;
        width: 50%; } }

.my-assignment-notation {
  font-weight: bold; }
  .my-assignment-notation .grading-count {
    font-weight: bold; }
  .my-assignment-notation span.label {
    padding: 3px 6px;
    color: #fff;
    font-weight: 700;
    font-size: 12px; }

.myassignment-due {
  margin: 0 0 5px 0; }

.db-lft .row {
  margin-bottom: 0; }

@media (min-width: 1200px) {
  .db-lft .my-assignments-sec .myassignments-subheader {
    text-align: right; }
    .db-lft .my-assignments-sec .myassignments-subheader label {
      float: left;
      margin: 5px 2%;
      width: 10%;
      text-align: left; }
    .db-lft .my-assignments-sec .myassignments-subheader select {
      width: 24%;
      float: left;
      margin: 0 0 5px 0; }
    .db-lft .my-assignments-sec .myassignments-subheader .button {
      margin-right: 5px; }
  .db-lft .my-assignments-sec .my-assignments {
    margin-top: 10px; }
    .db-lft .my-assignments-sec .my-assignments .my-assignment .my-assignment-desc {
      line-height: 0; } }

.db-rht .my-assignments-sec .myassignments-subheader {
  text-align: right; }
  .db-rht .my-assignments-sec .myassignments-subheader label {
    float: left;
    margin: 5px 3% 5px 0;
    width: 30%;
    text-align: left; }
  .db-rht .my-assignments-sec .myassignments-subheader select {
    width: 63%;
    margin: 0 0 10px 0; }
  .db-rht .my-assignments-sec .myassignments-subheader .button {
    margin-right: 5px !important; }

.db-rht .my-assignments-sec .my-assignments .my-assignment {
  margin-bottom: 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px; }

.my-assignments-footer {
  float: left;
  width: 100%; }
  .my-assignments-footer ul {
    padding: 10px;
    float: right; }
    .my-assignments-footer ul li {
      float: left;
      height: 30px;
      text-align: center;
      background: transparent;
      line-height: 30px;
      margin: 5px;
      list-style: none;
      padding: 0 10px; }
      @media (max-width: 480px) {
        .my-assignments-footer ul li {
          padding: 0 7px;
          line-height: 26px;
          height: 25px; } }
      .my-assignments-footer ul li a {
        color: #000;
        text-decoration: none; }
    .my-assignments-footer ul li.next:after {
      /*content: "\f101";
            font: normal normal normal 14px/1 FontAwesome;*/
      padding-left: 15px; }
    .my-assignments-footer ul li.active {
      background: rgba(0, 0, 0, 0.2); }
      .my-assignments-footer ul li.active a {
        color: #fff; }

@media screen and (max-width: 980px) {
  .columns.layout2-84 .my-assignments-sec select {
    margin-bottom: 10px; }
  .columns.layout2-84 .my-assignments-sec .my-assignments .my-assignment {
    padding: 10px;
    margin-right: 1%; }
    .columns.layout2-84 .my-assignments-sec .my-assignments .my-assignment .myassignment-calbox-overdue, .columns.layout2-84 .my-assignments-sec .my-assignments .my-assignment .myassignment-calbox {
      width: 33%;
      padding: 0; }
    .columns.layout2-84 .my-assignments-sec .my-assignments .my-assignment .trainingcenter-assignment-desc {
      width: 66%;
      padding: 0 10px; }
  .myassignments-subheader button {
    margin-right: 5px !important; } }

@media screen and (max-width: 480px) {
  .columns.layout2-84 .my-assignments-sec .my-assignments .my-assignment {
    width: 100% !important;
    margin: 0; } }

/*---------------------- ipad landscape ----------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .stepwizard-step p {
    line-height: 13px !important; } }

/*----------------------Action Step List ----------------------------*/
.action-step-list .column-narrow {
  padding: 20px 20px !important;
  background: #f4f4f4;
  border-radius: 6px;
  min-height: 332px; }
  .action-step-list .column-narrow h4 {
    font-size: 14px; }
  .action-step-list .column-narrow label {
    font-weight: normal; }

.action-step-list .column-wide .col-sm-12 {
  padding: 0; }

.action-step-list .column-wide .calendars {
  width: 520px;
  margin-bottom: 10px; }

.action-step-list .column-wide select {
  width: 230px; }

.action-step-list .form-actions {
  margin-top: 30px; }

/*--- Goals ---*/
.plp-accordion .panel {
  float: left;
  width: 100%;
  margin-bottom: 12px; }

.plp-accordion .panel-body {
  background-color: #ffffff; }

.plp-accordion .goal-status {
  margin-top: 5px; }

.plp-accordion .goal-tracker {
  margin: 10px 10px 10px 0;
  color: #aa5595; }
  .plp-accordion .goal-tracker i {
    color: #aa5595 !important; }

.plp-accordion .tracker {
  width: 100%;
  float: left; }

.plp-accordion .tracker-type span {
  padding-left: 4px !important; }

.plp-accordion .progress {
  width: 160px;
  margin: 0 0 4px 0; }
  .plp-accordion .progress span {
    padding-top: 0px; }

.plp-accordion p {
  font-size: 14px;
  margin-left: 10px;
  overflow: hidden;
  width: 95%; }

.plp-accordion .my-assignments-sec, .plp-accordion .my-assignments-sec.col-sm-2 {
  width: 105px; }
  .plp-accordion .my-assignments-sec .my-assignments .my-assignment, .plp-accordion .my-assignments-sec.col-sm-2 .my-assignments .my-assignment {
    width: 100%; }
    .plp-accordion .my-assignments-sec .my-assignments .my-assignment [class^="myassignment_calbox"], .plp-accordion .my-assignments-sec .my-assignments .my-assignment [class^="myassignment-calbox"], .plp-accordion .my-assignments-sec.col-sm-2 .my-assignments .my-assignment [class^="myassignment_calbox"], .plp-accordion .my-assignments-sec.col-sm-2 .my-assignments .my-assignment [class^="myassignment-calbox"] {
      display: block;
      float: none; }
  .plp-accordion .my-assignments-sec .desc, .plp-accordion .my-assignments-sec.col-sm-2 .desc {
    display: inline-block;
    margin-top: 10px; }
  .plp-accordion .my-assignments-sec .plp-tracker, .plp-accordion .my-assignments-sec.col-sm-2 .plp-tracker {
    font-size: 14px; }
    .plp-accordion .my-assignments-sec .plp-tracker .progress, .plp-accordion .my-assignments-sec.col-sm-2 .plp-tracker .progress {
      margin-top: 8;
      margin-bottom: 8; }
    .plp-accordion .my-assignments-sec .plp-tracker .track-dur, .plp-accordion .my-assignments-sec.col-sm-2 .plp-tracker .track-dur {
      margin-bottom: 10px; }
  .plp-accordion .my-assignments-sec .row, .plp-accordion .my-assignments-sec.col-sm-2 .row {
    margin-bottom: 0; }
  .plp-accordion .my-assignments-sec .panel-default, .plp-accordion .my-assignments-sec.col-sm-2 .panel-default {
    margin: 0;
    border-radius: 0; }
  .plp-accordion .my-assignments-sec .panel-group .panel + .panel, .plp-accordion .my-assignments-sec.col-sm-2 .panel-group .panel + .panel {
    margin-top: 0; }
  .plp-accordion .my-assignments-sec .jq-ActionProgress.goal-progress.jqx-progressbar, .plp-accordion .my-assignments-sec.col-sm-2 .jq-ActionProgress.goal-progress.jqx-progressbar {
    margin: 6px 0 0 1px; }

.jq-ActionProgress {
  margin: 6px 1px; }
  @media only screen and (max-width: 640px) {
    .jq-ActionProgress {
      width: 90% !important; } }

.plp-innerheading, .loginhelp-number {
  border-radius: 4px 4px 0 0;
  line-height: 20px;
  margin: 0 !important;
  width: 100%;
  float: left; }

.plp-innerheading .panel-body {
  padding: 12px; }

.plp-innerheading .actionstep-btn {
  text-align: right;
  padding-right: 8px;
  padding-top: 0;
  color: #aa5595; }
  @media only screen and (max-width: 1025px) {
    .plp-innerheading .actionstep-btn {
      padding-top: 10px; } }
  @media only screen and (max-width: 1025px) {
    .plp-innerheading .actionstep-btn {
      padding-top: 10px; } }

.plp-innerheading .jq-accordHead {
  float: left; }

.plp-innerheading input.popupGoalHideItems {
  float: left;
  position: relative;
  top: 8px; }

.plp-description p {
  width: 100%;
  margin-left: 10px; }

.plp-description .my-assignments-sec .my-assignments .my-assignment [class^="myassignment-calbox"] {
  width: 100%; }

.plp-description .trainingcenter-assignment {
  float: left;
  width: 15%;
  text-align: center;
  margin-right: 0; }
  .plp-description .trainingcenter-assignment .trainingcenter-calbox-overdue {
    width: 100% !important; }

/*--------------Assignment Details----------------*/
.assignment-details.panel-default, .panel-assign-summary {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .assignment-details.panel-default .panel-heading, .panel-assign-summary .panel-heading {
    border: none;
    border-radius: 0; }
  .assignment-details.panel-default .panel-body .actionstep-dates-details, .assignment-details.panel-default .panel-body .actionstep-action, .panel-assign-summary .panel-body .actionstep-dates-details, .panel-assign-summary .panel-body .actionstep-action {
    float: left;
    width: 100%; }
  .assignment-details.panel-default .panel-body .actionstep-dates, .panel-assign-summary .panel-body .actionstep-dates {
    padding: 20px 30px 15px 20px;
    float: left; }
    .assignment-details.panel-default .panel-body .actionstep-dates:empty, .panel-assign-summary .panel-body .actionstep-dates:empty {
      display: none; }
  .assignment-details.panel-default .panel-body .actionstep-type, .assignment-details.panel-default .panel-body .actionstep-author, .assignment-details.panel-default .panel-body .actionstep-maxpoints, .panel-assign-summary .panel-body .actionstep-type, .panel-assign-summary .panel-body .actionstep-author, .panel-assign-summary .panel-body .actionstep-maxpoints {
    font-size: 12px; }
  .assignment-details.panel-default .panel-body .actionstep-description, .panel-assign-summary .panel-body .actionstep-description {
    margin-top: 20px;
    float: left;
    width: 100%;
    margin-bottom: 20px; }
  .assignment-details.panel-default .panel-body .actionstep-type, .assignment-details.panel-default .panel-body .actionstep-author, .assignment-details.panel-default .panel-body .actionstep-maxpoints, .assignment-details.panel-default .panel-body .div-actionstep-course-name, .assignment-details.panel-default .panel-body .div-actionstep-section-name, .assignment-details.panel-default .panel-body .lbl-status-value, .assignment-details.panel-default .panel-body .lbl-status-tilte, .panel-assign-summary .panel-body .actionstep-type, .panel-assign-summary .panel-body .actionstep-author, .panel-assign-summary .panel-body .actionstep-maxpoints, .panel-assign-summary .panel-body .div-actionstep-course-name, .panel-assign-summary .panel-body .div-actionstep-section-name, .panel-assign-summary .panel-body .lbl-status-value, .panel-assign-summary .panel-body .lbl-status-tilte {
    font-size: 12px; }
  .assignment-details.panel-default .panel-body .myassignment-calbox, .assignment-details.panel-default .panel-body .myassignment-calbox-overdue, .panel-assign-summary .panel-body .myassignment-calbox, .panel-assign-summary .panel-body .myassignment-calbox-overdue {
    background-color: #55960b;
    color: #ffffff;
    width: 80px;
    float: left;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    border-radius: 6px;
    padding: 5px; }
    .assignment-details.panel-default .panel-body .myassignment-calbox h6, .assignment-details.panel-default .panel-body .myassignment-calbox-overdue h6, .panel-assign-summary .panel-body .myassignment-calbox h6, .panel-assign-summary .panel-body .myassignment-calbox-overdue h6 {
      margin: -5px -5px 0;
      border-radius: 4px 4px 0 0;
      background-color: #555;
      color: #ffffff;
      padding: 10px; }
  .assignment-details.panel-default .panel-body .myassignment-calbox, .assignment-details.panel-default .panel-body .myassignment-calbox-overdue, .panel-assign-summary .panel-body .myassignment-calbox, .panel-assign-summary .panel-body .myassignment-calbox-overdue {
    background-color: #55960b;
    color: #ffffff;
    width: 80px;
    float: left;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    border-radius: 6px;
    padding: 5px; }
    .assignment-details.panel-default .panel-body .myassignment-calbox h6, .assignment-details.panel-default .panel-body .myassignment-calbox-overdue h6, .panel-assign-summary .panel-body .myassignment-calbox h6, .panel-assign-summary .panel-body .myassignment-calbox-overdue h6 {
      margin: -5px -5px 0;
      border-radius: 4px 4px 0 0;
      background-color: #555;
      color: #ffffff;
      padding: 10px; }
  .assignment-details.panel-default .panel-body .myassignment-calbox-overdue, .panel-assign-summary .panel-body .myassignment-calbox-overdue {
    background-color: #CC0000 !important; }
  .assignment-details.panel-default .panel-body .actionstep-user-details, .panel-assign-summary .panel-body .actionstep-user-details {
    padding: 15px 0;
    background: #d61204;
    margin: 10px -15px 15px -15px;
    height: 100px; }
    .assignment-details.panel-default .panel-body .actionstep-user-details img, .panel-assign-summary .panel-body .actionstep-user-details img {
      float: left;
      margin-top: -10px;
      margin-right: 15px;
      margin-left: 10px;
      width: 90px;
      height: 90px;
      border-radius: 50%; }
    .assignment-details.panel-default .panel-body .actionstep-user-details h5, .panel-assign-summary .panel-body .actionstep-user-details h5 {
      font-size: 16px;
      color: #ffffff;
      margin: 10px 0 4px 0;
      font-weight: bold; }
    .assignment-details.panel-default .panel-body .actionstep-user-details label, .panel-assign-summary .panel-body .actionstep-user-details label {
      color: #ffffff;
      font-weight: normal; }
  .assignment-details.panel-default .panel-body .next-assignment, .panel-assign-summary .panel-body .next-assignment {
    text-align: right;
    position: relative;
    bottom: -70px;
    right: -25px;
    float: right; }
    .assignment-details.panel-default .panel-body .next-assignment .button, .panel-assign-summary .panel-body .next-assignment .button {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
      margin-right: 5px;
      margin-bottom: 5px;
      border-color: #777777; }
  .assignment-details.panel-default .panel-body .actionstep-general-action, .panel-assign-summary .panel-body .actionstep-general-action {
    margin-bottom: 15px; }
  .assignment-details.panel-default .panel-body .attachments, .panel-assign-summary .panel-body .attachments {
    margin-bottom: 15px; }
    .assignment-details.panel-default .panel-body .attachments .fa-arrow-circle-o-down, .panel-assign-summary .panel-body .attachments .fa-arrow-circle-o-down {
      font-size: 35px;
      margin: 10px 0 0 -8px;
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      color: #666666; }
    .assignment-details.panel-default .panel-body .attachments .add-attachment-link, .panel-assign-summary .panel-body .attachments .add-attachment-link {
      position: relative;
      top: -8px;
      text-decoration: underline; }
    .assignment-details.panel-default .panel-body .attachments .jqx-grid, .panel-assign-summary .panel-body .attachments .jqx-grid {
      border: none; }
    .assignment-details.panel-default .panel-body .attachments .jqx-grid-header, .assignment-details.panel-default .panel-body .attachments .jqx-scrollbar, .assignment-details.panel-default .panel-body .attachments .jqx-grid-pager, .panel-assign-summary .panel-body .attachments .jqx-grid-header, .panel-assign-summary .panel-body .attachments .jqx-scrollbar, .panel-assign-summary .panel-body .attachments .jqx-grid-pager {
      display: none !important; }
  .assignment-details.panel-default .panel-body .btn-actionstep-submit, .panel-assign-summary .panel-body .btn-actionstep-submit {
    padding: 15px 0;
    background-color: #e5e5e5;
    margin: 15px 0 0 -15px;
    width: 104.2%;
    text-align: center;
    position: relative;
    bottom: -47px;
    float: left;
    z-index: 999; }
    .assignment-details.panel-default .panel-body .btn-actionstep-submit .button, .panel-assign-summary .panel-body .btn-actionstep-submit .button {
      margin-right: 10px; }
    .assignment-details.panel-default .panel-body .btn-actionstep-submit .btn-primary, .panel-assign-summary .panel-body .btn-actionstep-submit .btn-primary {
      margin-right: 10px; }
  .assignment-details.panel-default .panel-body .btn-actionstep-submit:empty, .panel-assign-summary .panel-body .btn-actionstep-submit:empty {
    display: none; }
  .assignment-details.panel-default .panel-body .author-feedback-details, .panel-assign-summary .panel-body .author-feedback-details {
    font-size: 16px;
    text-align: left; }
    .assignment-details.panel-default .panel-body .author-feedback-details h4, .panel-assign-summary .panel-body .author-feedback-details h4 {
      padding: 15px;
      background-color: #e5e5e5;
      margin: 20px -15px 20px -15px;
      text-align: left;
      font-size: 20px;
      font-weight: normal;
      color: #444444;
      clear: both; }
    .assignment-details.panel-default .panel-body .author-feedback-details label, .panel-assign-summary .panel-body .author-feedback-details label {
      width: 150px;
      text-align: right;
      padding-right: 10px;
      float: left; }
    .assignment-details.panel-default .panel-body .author-feedback-details span, .panel-assign-summary .panel-body .author-feedback-details span {
      width: 77%;
      float: left;
      margin-bottom: 15px; }
  .assignment-details.panel-default .jqx-grid, .panel-assign-summary .jqx-grid {
    margin-top: 30px;
    margin-bottom: 30px; }
  .assignment-details.panel-default span.grid-actions, .panel-assign-summary span.grid-actions {
    margin-top: 10px; }
  .assignment-details.panel-default .pts-earned, .panel-assign-summary .pts-earned {
    margin: 8px 5px;
    width: 104px; }
  .assignment-details.panel-default .form-actions, .panel-assign-summary .form-actions {
    padding: 10px;
    margin: 0 -15px -15px -15px;
    text-align: center; }
  .assignment-details.panel-default .actionstep-feedback, .panel-assign-summary .actionstep-feedback {
    clear: both; }
  .assignment-details.panel-default .assessment-notes, .panel-assign-summary .assessment-notes {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    font-size: 13px;
    text-align: left;
    line-height: 24px; }
    .assignment-details.panel-default .assessment-notes .label, .panel-assign-summary .assessment-notes .label {
      display: block;
      text-align: left;
      width: 300px;
      white-space: normal; }
  .assignment-details.panel-default .actionstep-datawizard-action, .panel-assign-summary .actionstep-datawizard-action {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    text-align: center; }
    .assignment-details.panel-default .actionstep-datawizard-action .button, .panel-assign-summary .actionstep-datawizard-action .button {
      text-align: center;
      margin-right: 10px;
      margin-bottom: 15px; }
  .assignment-details.panel-default .assessment-view-response, .panel-assign-summary .assessment-view-response {
    margin: 0 10px; }
  .assignment-details.panel-default .well, .panel-assign-summary .well {
    margin: 0 -15px;
    border-radius: 0;
    background: #f4f4f4;
    width: auto;
    float: none; }
  .assignment-details.panel-default .history-table h5, .panel-assign-summary .history-table h5 {
    color: #444444;
    text-align: left;
    font-weight: bold; }
  .assignment-details.panel-default .scorm-user-response, .panel-assign-summary .scorm-user-response {
    text-align: center; }
    .assignment-details.panel-default .scorm-user-response .scorm-user-details, .panel-assign-summary .scorm-user-response .scorm-user-details {
      text-align: left; }
      .assignment-details.panel-default .scorm-user-response .scorm-user-details strong, .panel-assign-summary .scorm-user-response .scorm-user-details strong {
        margin: 0 0 15px 0; }
  .assignment-details.panel-default .actionstep-feedback, .panel-assign-summary .actionstep-feedback {
    clear: both; }
    .assignment-details.panel-default .actionstep-feedback h3, .panel-assign-summary .actionstep-feedback h3 {
      font-size: 20px;
      color: #444444;
      font-weight: normal; }
  .assignment-details.panel-default .actionstep-admin-feedback, .assignment-details.panel-default .actionstep-facilitator-notes, .panel-assign-summary .actionstep-admin-feedback, .panel-assign-summary .actionstep-facilitator-notes {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px; }
    .assignment-details.panel-default .actionstep-admin-feedback strong, .assignment-details.panel-default .actionstep-facilitator-notes strong, .panel-assign-summary .actionstep-admin-feedback strong, .panel-assign-summary .actionstep-facilitator-notes strong {
      width: 100%;
      float: left; }
    .assignment-details.panel-default .actionstep-admin-feedback span, .assignment-details.panel-default .actionstep-facilitator-notes span, .panel-assign-summary .actionstep-admin-feedback span, .panel-assign-summary .actionstep-facilitator-notes span {
      font-style: italic;
      color: #666666;
      font-size: 12px; }
  .assignment-details.panel-default .awardpoints-actionstep, .panel-assign-summary .awardpoints-actionstep {
    width: 100%;
    float: left;
    padding: 15px 0; }
    .assignment-details.panel-default .awardpoints-actionstep strong, .panel-assign-summary .awardpoints-actionstep strong {
      float: left;
      padding-right: 15px;
      margin-top: 7px; }
    .assignment-details.panel-default .awardpoints-actionstep .award-ponits, .panel-assign-summary .awardpoints-actionstep .award-ponits {
      float: left; }
    .assignment-details.panel-default .awardpoints-actionstep span, .panel-assign-summary .awardpoints-actionstep span {
      float: left;
      font-size: 12px;
      color: #666666;
      margin: 10px 0 0 15px; }
  .assignment-details.panel-default .btn-group, .panel-assign-summary .btn-group {
    margin-top: 15px;
    text-align: center;
    width: 100%; }
    .assignment-details.panel-default .btn-group .button, .panel-assign-summary .btn-group .button {
      margin-right: 10px;
      margin-bottom: 6px; }
  .assignment-details.panel-default .hide-assign, .panel-assign-summary .hide-assign {
    margin: 15px 0; }
  .assignment-details.panel-default .actionstep-history, .panel-assign-summary .actionstep-history {
    text-align: center; }
  .assignment-details.panel-default .input-group, .panel-assign-summary .input-group {
    width: 33%;
    float: right; }
  .assignment-details.panel-default .assignment-organizations, .panel-assign-summary .assignment-organizations {
    padding: 5px;
    width: 100%;
    float: right;
    color: #fff; }
    .assignment-details.panel-default .assignment-organizations label, .panel-assign-summary .assignment-organizations label {
      float: right;
      margin-right: 10px;
      margin-top: 6px; }

.assignment-details.panel-default .well:empty {
  display: none; }

.actionstep-description .upload-file {
  display: inline-block;
  width: 318px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis; }

#dvAddAttchment.assignment-upload a span {
  font-size: 18px;
  opacity: 1; }

#iframeUserAttachments {
  height: 350px;
  overflow: auto; }

.assignment-attachments {
  width: 99% !important;
  margin-bottom: 30px; }

.actionstep-course-action {
  text-align: center; }
  .actionstep-course-action .actionstep-enroll-course {
    background-color: #777777;
    border-color: #777777; }

.jq-full-screen-btn:before {
  position: fixed;
  top: 5px;
  right: 17px;
  z-index: 100000;
  content: "\f066";
  background: #ffffff;
  padding: 5px 10px;
  font-family: fontawesome; }

.actionstep-user-score {
  padding-left: 10px; }

.panel-heading-accordion .panel-title {
  cursor: pointer; }
  .panel-heading-accordion .panel-title input {
    display: inline-block;
    vertical-align: super;
    width: 95%; }
  .panel-heading-accordion .panel-title a.jq-ASAccordHead, .panel-heading-accordion .panel-title a.jq-DSAccordHead, .panel-heading-accordion .panel-title a.jq-RFAccordHead {
    text-decoration: none;
    display: inline-block;
    width: 70%; }

.jq-reflectiongrid i {
  cursor: pointer; }

.jq-GoalRef b {
  width: 100px;
  display: inline-block; }

.plp-tracker p {
  margin: 0 0 10px 16px; }

.plpUploadedDocLnks {
  margin-left: 100px;
  display: block !important;
  margin-top: -15px;
  padding: 0 !important; }
  .plpUploadedDocLnks a {
    display: inline-block;
    /*width: 175px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;*/ }
    .plpUploadedDocLnks a:hover {
      text-decoration: underline !important; }
  .plpUploadedDocLnks i {
    color: #888888; }

/*----------------------create Action Step Plan---------*/
.create-action-plan .panel-heading {
  width: 100%;
  display: inline-block;
  cursor: pointer; }

.create-action-plan input[type=checkbox] {
  margin: 16px 0 0 24px; }

.create-action-plan .btn-action {
  cursor: pointer;
  line-height: 50px !important; }

.create-action-plan .panel-title-acctionPlan {
  width: 90%;
  cursor: pointer;
  display: inline; }

.create-action-plan .actionplan-add {
  width: 10%;
  float: right; }

.create-action-plan .actionplan-add i {
  cursor: pointer; }

.panel-feedback-forum .list-group-item, .panel-portfolio-items .list-group-item {
  padding: 5px 15px; }

.panel-portfolio-items .jqx-grid-pager {
  font-size: 10px; }

.reviews-actionstep .acction-title {
  margin-left: 20px; }

.reviews-actionstep .myassignment-calbox-overdue {
  width: 100% !important; }

.selfassessment-dueon {
  width: 35%; }

.selfassessment-reviews {
  width: 65%; }

.selected-reviewers {
  margin-bottom: 15px !important; }
  .selected-reviewers .selected-reviewer-box {
    padding: 10px;
    line-height: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .selected-reviewers .add-btn {
    margin-top: 80px;
    padding: 3px 7px; }
    @media only screen and (max-width: 667px) {
      .selected-reviewers .add-btn {
        margin-top: 20px; } }

.feedback-group {
  /*padding: 10px;*/
  /*.reviewer-feedback {
        padding: 0px 20px 20px 10px;
    }*/ }
  .feedback-group .portfolioitem {
    margin: 10px 0 !important; }

.reviewer-feedback-acctionstep {
  padding: 10px; }
  .reviewer-feedback-acctionstep .reviewer-messagebox {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .reviewer-feedback-acctionstep .assessment-panel-heading {
    cursor: pointer; }

.selected-reviewers .selected-reviewer-box {
  height: 150px;
  border: 1px solid #ccc; }

.feedback-page .theme-hdr-container {
  width: 100%; }

.feedback-page .portlet-notification-status {
  display: none; }

.feedback-page .main-content-wrapper .main-content {
  width: 100%;
  padding-top: 0; }

.feedback-page .row {
  margin-bottom: 0; }

.createactionplan-actionstep {
  padding: 10px; }

.lable-custom .field-label-custom {
  width: 100% !important;
  text-align: left !important; }

.reviewers-filterbox {
  padding: 10px;
  overflow: auto;
  border: 1px solid #ccc; }

.student-gradegroup {
  display: inline-block;
  float: left;
  margin: 15px 0; }
  @media only screen and (max-width: 667px) {
    .student-gradegroup .grade {
      margin-top: 20px; } }
  .student-gradegroup span {
    margin-top: 5px !important; }

.rubic-selected {
  padding: 5px;
  margin-bottom: 10px; }
  .rubic-selected .m-b15 {
    margin-bottom: 0px !important; }

.rubic-parentbox .li-bluetxt {
  font-weight: bold; }

.rubic-parentbox .li-bluetxt2 {
  font-weight: bold; }

.rubic-parentbox .feedbck-panel .feedback-label {
  margin-top: 20px;
  margin-bottom: 5px;
  width: 100%; }

.rubic-parentbox .feedbck-panel .feedback-inputread {
  margin-bottom: 15px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.portfolioItems-pname {
  padding-left: 10px !important;
  padding-top: 12px !important; }

.selectedreviewers-list ul li {
  list-style-type: disc !important;
  line-height: 25px !important; }

.competency-assessment-review .panel-heading {
  cursor: pointer; }

.helpfulness-action-step .row {
  margin-right: 0px !important;
  margin-left: 0px !important; }

.helpfulness-action-step .panel-heading {
  cursor: pointer; }

.helpfulness-action-step .helpfulnessrating-box {
  margin-top: 5px;
  padding: 5px;
  float: left;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  @media (max-width: 378px) {
    .helpfulness-action-step .helpfulnessrating-box textarea {
      height: 161px; } }
  .helpfulness-action-step .helpfulnessrating-box .rating-messagebox {
    width: 60%;
    float: left; }
  .helpfulness-action-step .helpfulnessrating-box .rating-starsbox {
    padding: 11px 10px;
    width: 38%;
    float: left;
    margin-left: 10px; }

.pif-field-label {
  padding-left: 0px !important;
  text-align: left !important;
  width: 100% !important;
  margin-top: 10px !important; }

.actionplanreview-group {
  padding: 10px; }
  .actionplanreview-group .panel-heading a:hover {
    color: #FFF; }
  .actionplanreview-group .gradebook .col-md-5 {
    width: 36% !important;
    padding-top: 3px; }

.decisionactionstep-group .panel-heading {
  cursor: pointer; }

.decisionactionstep-group .nextaction {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .decisionactionstep-group .nextaction .nextaction-title {
    padding: 5px;
    font-weight: bold; }
  .decisionactionstep-group .nextaction .radio-box {
    margin: 10px -10px;
    padding: 5px;
    border: 1px solid #ccc; }

.finalrating {
  position: absolute;
  width: 194px;
  float: left;
  right: 0px !important; }

.addreviewes-group .row {
  margin-right: 0px !important;
  margin-left: 0px !important; }

.createtopic-group {
  padding: 10px; }

.topFinalRating {
  position: absolute;
  right: 10px;
  width: 300px;
  text-align: right;
  padding-right: 29px; }
  .topFinalRating strong {
    display: inline !important; }

.datadashboard-iframe {
  width: 718px;
  height: 370px;
  margin-top: 20px; }
  @media (max-width: 667px) {
    .datadashboard-iframe {
      width: 100%; } }

.helpfulnessrating-maindiv {
  margin-bottom: 2px;
  padding: 5px;
  display: inline-block; }

.aboutmeheader-group .col-sm-8, .aboutmeheader-group .col-sm-1 {
  padding: 0; }

.aboutmeheader-group .aboutme-year {
  position: relative; }
  @media (max-width: 380px) {
    .aboutmeheader-group .aboutme-year {
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .aboutmeheader-group .aboutme-year {
      text-align: right;
      padding: 0; } }
  .aboutmeheader-group .aboutme-year label {
    padding-top: 8px !important; }
  .aboutmeheader-group .aboutme-year .year-filter {
    display: inline-block;
    vertical-align: middle; }
  @media only screen and (min-width: 768px) {
    .aboutmeheader-group .aboutme-year .button {
      margin-bottom: 0px !important;
      padding: 6px 12px !important; } }

.aboutmeheader-group .aboutme-finalrating {
  float: left; }
  .aboutmeheader-group .aboutme-finalrating .span-five {
    margin-left: 14px !important; }
  .aboutmeheader-group .aboutme-finalrating .helpfulness-rating {
    width: 38.4% !important;
    float: left; }
  .aboutmeheader-group .aboutme-finalrating .helpfulness-stars {
    width: 61% !important;
    float: right; }

.tab-help-icon i {
  font-size: 22px;
  cursor: pointer; }

.rubic-selected {
  padding: 5px 5px 0px 5px; }

.reviewers-as {
  padding-top: 15px; }

.datadashboard-graph {
  font-family: Arial;
  font-weight: bold; }

.teacher-finalrating-group .panel-body .rubic-list span {
  padding-top: 7px !important;
  padding-right: 10px !important; }

.reviewer-feedback-group .panel .panel-heading, .feedback-group .panel .panel-heading, .dashboard-feedback .panel .panel-heading {
  cursor: pointer; }
  .reviewer-feedback-group .panel .panel-heading a:hover, .feedback-group .panel .panel-heading a:hover, .dashboard-feedback .panel .panel-heading a:hover {
    color: #FFF; }

.reviewerfeedback-Selfassessment .panel .panel-heading {
  cursor: pointer; }

.reviewer-accordion .panel .panel-heading {
  cursor: pointer !important; }

/*----------- Progress indicator bar styles --------------*/
.stepwizard-step p {
  width: 99%;
  margin: 5px;
  line-height: 17px;
  border-radius: 4px;
  padding: 6px 10px;
  z-index: 20;
  font-size: 12px; }
  .stepwizard-step p i {
    font-size: 20px;
    line-height: 30px; }

.stepwizard-step p.before-flip:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -8px;
  right: calc(50% - 8px);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #2d82bd;
  z-index: 2; }

p.after-flip:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -8px;
  right: calc(50% - 8px);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #FDC82F;
  z-index: 2; }

p.after-flip:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -8px;
  right: calc(50% - 8px);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #FDC82F;
  z-index: 2; }

.card__front,
.card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.stepwizard-row {
  display: flex; }

@media only screen and (max-width: 667px) {
  .feedback-stepwizard {
    overflow: auto; } }

.feedback-stepwizard .stepwizard {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 80px;
  margin-top: 15px; }
  @media only screen and (max-width: 667px) {
    .feedback-stepwizard .stepwizard {
      width: 768px; } }

.btn-circle.selected i {
  margin-left: -7px; }

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }

.stepwizard-row:before {
  top: 87px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 88%;
  height: 8px;
  display: block;
  left: 60px; }
  @media only screen and (max-width: 1024px) {
    .stepwizard-row:before {
      width: 86%; } }

.stepwizard-step {
  flex: 1;
  text-align: center;
  position: relative;
  height: 53px; }

.btn-circle, .btn.btn-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 75px;
  margin-left: -8px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-circle, .btn.btn-circle {
    margin-left: 50px; } }

.db-assign .myassignment_calbox_overdue {
  width: 29% !important; }

.db-assign .my-assignment-desc {
  width: 71% !important; }

/* feedbackforum */
.feedbackforum-list ul li {
  padding: 5px; }

.feedbackforum-list li div.active a, .feedbackforum-list li div.active i {
  font-weight: bold !important; }

.discussions-group p {
  margin-left: 0 !important; }

.studentdetails-dashboard {
  margin-left: 5px;
  margin-right: 5px; }
  .studentdetails-dashboard .panel-body {
    padding: 0; }

/*------ Qlabbir 2.0 styling (Parentivity) ------*/
/*-------- Dashboard mychildren actionsteps ------------*/
.panel-mychildrenactionplan .actionplan-actionsteps, .panel-mypregnancyactionplan .actionplan-actionsteps {
  line-height: 14px; }
  .panel-mychildrenactionplan .actionplan-actionsteps a:hover, .panel-mypregnancyactionplan .actionplan-actionsteps a:hover {
    text-decoration: none; }
  .panel-mychildrenactionplan .actionplan-actionsteps .actionPlan-top, .panel-mypregnancyactionplan .actionplan-actionsteps .actionPlan-top {
    margin-top: 15px;
    margin-left: -10px; }
  .panel-mychildrenactionplan .actionplan-actionsteps h4.action-plan, .panel-mypregnancyactionplan .actionplan-actionsteps h4.action-plan {
    font-size: 1.200em;
    font-weight: bold; }
  .panel-mychildrenactionplan .actionplan-actionsteps .actionstep-completed, .panel-mychildrenactionplan .actionplan-actionsteps .actionstep-inprogress, .panel-mychildrenactionplan .actionplan-actionsteps .actionstep-overdue, .panel-mypregnancyactionplan .actionplan-actionsteps .actionstep-completed, .panel-mypregnancyactionplan .actionplan-actionsteps .actionstep-inprogress, .panel-mypregnancyactionplan .actionplan-actionsteps .actionstep-overdue {
    padding: 2px;
    border-radius: 2px;
    width: 33px;
    float: left;
    text-align: center;
    margin-right: 5px;
    font-size: 12px;
    color: #FFFFFF; }

/* My Dashboard Action steps portlet styling */
.panel-mydashboardactionsteps h5 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px; }

.panel-mydashboardactionsteps .upcoming {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px; }

.panel-mydashboardactionsteps .panel-body {
  padding: 0 15px !important; }
  .panel-mydashboardactionsteps .panel-body .actionsteps-portlet {
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    border: none; }
    .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-form {
      width: 100%;
      float: left;
      margin-bottom: 10px; }
      .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-form .form-group {
        float: left; }
      @media (max-width: 1200px) {
        .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-form .btn {
          margin-bottom: 5px; } }
    .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item {
      width: 50%;
      padding-right: 10px;
      margin-bottom: 15px;
      float: left; }
      @media (max-width: 1200px) {
        .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item {
          width: 100%;
          margin-bottom: 10px; } }
      .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .trainingcenter-calbox-overdue, .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .trainingcenter-calbox-completed, .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .trainingcenter-calbox {
        width: 24%;
        float: left;
        text-align: center;
        padding: 10px 0;
        line-height: 22px; }
        @media (max-width: 1200px) {
          .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .trainingcenter-calbox-overdue, .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .trainingcenter-calbox-completed, .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .trainingcenter-calbox {
            width: 30%; } }
        .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .trainingcenter-calbox-overdue .startdayname, .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .trainingcenter-calbox-completed .startdayname, .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .trainingcenter-calbox .startdayname {
          font-size: 12px; }
        .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .trainingcenter-calbox-overdue .startmonth, .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .trainingcenter-calbox-completed .startmonth, .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .trainingcenter-calbox .startmonth {
          font-size: 18px;
          font-weight: bold; }
        .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .trainingcenter-calbox-overdue .startday, .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .trainingcenter-calbox-completed .startday, .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .trainingcenter-calbox .startday {
          font-size: 27px;
          font-weight: bold; }
      .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .my-assignment-desc {
        width: 75%;
        float: left;
        padding-left: 10px; }
        @media (max-width: 1200px) {
          .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .my-assignment-desc {
            width: 70%; } }
        .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .my-assignment-desc .my-assignment-notation {
          margin-top: 7px;
          font-size: 12px;
          font-weight: normal; }
        .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .trainingcenter-assignment .action-step-list-item .my-assignment-desc .myassignment-stats .myassignment-due {
          font-weight: normal; }
    .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .actionStepdiv {
      float: left;
      width: 100%; }
      .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .actionStepdiv a {
        text-align: right;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px; }
      .panel-mydashboardactionsteps .panel-body .actionsteps-portlet .actionStepdiv a:hover {
        text-decoration: none; }

/*-----------My Grades--------------*/
.assignment-progress .panel-body .progressbar .jqx-progressbar {
  margin-bottom: 0;
  margin-top: 15px; }

.assignment-progress .panel-body .as-filters {
  padding: 10px;
  float: left;
  margin: 15px -15px;
  width: 104.3%; }
  .assignment-progress .panel-body .as-filters .jqx-clear .jqx-overflow-hidden {
    width: 706px; }
  .assignment-progress .panel-body .as-filters .jqx-widget .jqx-grid-column-header span {
    color: #FFF; }
  .assignment-progress .panel-body .as-filters .form-actions {
    margin-top: 27px;
    float: left;
    margin-left: 10px; }

.assignment-progress .panel-body .jqx-action-button {
  left: 103px !important; }

.assignment-progress .panel-body .jqx-grid {
  margin-top: 30px;
  display: inline-block; }

/*----------------------------Create Assignment------------------------*/
.panel-create-assignment.panel .panel-body, .panel-edit-assignment.panel .panel-body {
  padding: 15px 0; }
  .panel-create-assignment.panel .panel-body .form-actions, .panel-edit-assignment.panel .panel-body .form-actions {
    margin: 0 0 -15px 0; }

/*------------Action Step List------------*/
.action-step-filter label {
  color: #333; }

.actionsteplist-startcalendar .jqx-calendar-title-content, .actionsteplist-endcalendar .jqx-calendar-title-content {
  color: #fff; }

.assignments-list .list-group-item {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-top: none;
  margin-bottom: 0;
  padding: 10px 0 0 0; }
  .assignments-list .list-group-item a {
    padding: 0 !important;
    background: none !important; }
  .assignments-list .list-group-item a:before {
    display: none; }

.assignments-list .assignment-status {
  width: 70%;
  background: #f4f4f4;
  padding: 4px 0 4px 15px;
  display: inline-block; }

.assignments-list .assignment-points {
  padding-left: 5px;
  width: 30%;
  display: inline-block;
  background: #dad8d8;
  padding: 4px 15px;
  text-align: center;
  font-weight: bold;
  color: #000; }

.assignments-list .jq-SectionHead {
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: -5px;
  padding-left: 14px; }

.class-sortable {
  float: left;
  background: #f8f8f8;
  border: 1px dashed #000;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  width: 100%;
  cursor: move; }
  .class-sortable .img-container {
    float: left;
    padding-right: 10px; }
    .class-sortable .img-container span {
      width: 75px;
      height: 75px;
      display: inline-block;
      border-radius: 6px; }
  .class-sortable .class-title {
    font-weight: bold; }

.sortclasses-notifications {
  width: auto !important;
  color: #fff;
  display: block;
  margin-right: -15px;
  top: 10px !important; }
  .sortclasses-notifications .notification-status {
    padding-right: 15px;
    border-radius: 0 !important; }

.current-sort-element .class-sortable {
  background: #ffe2cc; }

.col-sm-2 .class-sortable {
  min-height: 100px;
  font-size: 12px; }

.col-sm-2 .img-container span {
  width: 30px;
  height: 30px;
  background-size: cover !important;
  margin-bottom: 30px; }

.panel-body img {
  max-width: 100%;
  height: auto; }

.dashboard-course a.button, .db-assign a.button {
  margin-top: 5px !important;
  display: inline-block; }

.history-feedback-details .myassignment-calbox, .history-feedback-details .myassignment-calbox-overdue {
  width: 100% !important; }

.action-step .actionstep-description, .action-step .actionstep-attachment {
  padding: 15px; }

.actionstep-attachment a.jq-fileViewer {
  background: #fff;
  border: solid 1px #ccc;
  padding: 5px;
  width: 100%;
  margin: 5px 0;
  float: left; }

.myassignment-calbox, .myassignment-calbox-allow-late-submission {
  background-color: #d4c309;
  color: #ffffff;
  width: 80px;
  float: left;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  border-radius: 6px;
  padding: 5px; }
  .myassignment-calbox h6, .myassignment-calbox-allow-late-submission h6 {
    margin: -5px -5px 0;
    border-radius: 4px 4px 0 0;
    background-color: #555;
    color: #ffffff;
    padding: 10px; }

.myassignment-calbox, .myassignment-calbox-no-due-date {
  background-color: #8a8a8a;
  color: #ffffff;
  width: 80px;
  float: left;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  border-radius: 6px;
  padding: 5px; }
  .myassignment-calbox h6, .myassignment-calbox-no-due-date h6 {
    margin: -5px -5px 0;
    border-radius: 4px 4px 0 0;
    background-color: #555;
    color: #ffffff;
    padding: 10px; }

.myassignment-calbox, .myassignment-calbox-due-date {
  background-color: #55960b;
  color: #ffffff;
  width: 80px;
  float: left;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  border-radius: 6px;
  padding: 5px; }
  .myassignment-calbox h6, .myassignment-calbox-due-date h6 {
    margin: -5px -5px 0;
    border-radius: 4px 4px 0 0;
    background-color: #555;
    color: #ffffff;
    padding: 10px; }

.myassignment-calbox, .myassignment-calbox-over-due {
  background-color: #CC0000;
  color: #ffffff;
  width: 80px;
  float: left;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  border-radius: 6px;
  padding: 5px; }
  .myassignment-calbox h6, .myassignment-calbox-over-due h6 {
    margin: -5px -5px 0;
    border-radius: 4px 4px 0 0;
    background-color: #555;
    color: #ffffff;
    padding: 10px; }

.my-assignment-notation span.label {
  color: #fff !important; }

.cp-content {
  display: inline-block;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  margin: 0 0 10px; }

.cp-workspace-header,
.cp-workspace-content,
.cp-workspace-footer {
  display: inline-block;
  width: 100%; }

.cp-workspace-content-frame {
  border: none;
  width: 100%;
  padding: 0px; }

.cp-title-text,
.cp-title-progress {
  display: inline-block;
  float: left;
  left: 208px;
  position: relative;
  top: -21px; }

.cp-workspace-footer {
  width: 96%;
  margin: 0 17px; }
  .cp-workspace-footer a {
    float: left; }
  .cp-workspace-footer .btn-next, .cp-workspace-footer .btn-previous, .cp-workspace-footer .btn-finish {
    float: right; }

.cp-title-progress .jqx-progressbar {
  position: relative;
  top: -18px;
  background: #666666 !important; }

.cp-workspace-footer .left {
  float: left; }

.cp-workspace-footer .right {
  float: right; }

.jq-coursename {
  position: relative;
  top: 3px; }

.recommended-articles {
  margin: 0 -15px; }
  .recommended-articles p {
    width: 100%; }

.cp-side-menu {
  background: #5e5e5e;
  float: left;
  height: 475px;
  padding: 15px;
  width: 0%;
  overflow: auto;
  display: none; }

.cp-side-menu-mini {
  width: 4%;
  right: -5px;
  top: -8px; }

.cp-side-menu-mini .cp-side-menu-bar {
  right: 10px;
  top: -4px; }

.courseplayer-full .cp-side-menu-mini .cp-side-menu-bar {
  right: -3px;
  top: -4px; }

.jq-hidefullscreen {
  color: #000 !important;
  font-weight: bold;
  margin: 0 15px 0 0;
  position: relative;
  top: 39px;
  z-index: 9999; }

.article-viewer .content-area {
  background-color: #fff;
  padding: 5px; }

.content-area img {
  height: auto !important;
  max-width: 100%; }

.article-viewer .iframebg {
  background: #fff;
  border-bottom: 1px solid #ccc; }

.article-viewer .iframebg .label-success {
  padding: 10px;
  font-size: 20px;
  margin-top: 230px; }

.article-hdng {
  margin-top: 0; }

/*------------ Articalplayer ---------------*/
.panel-generalviewer, .panel-htmlviewer, .panel-actionstepviewer {
  border-bottom: 0 !important;
  box-shadow: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-bottom: 0 !important; }

.panel-articleplayer {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-top: -15px; }

.jwplayer {
  width: 100% !important; }

.calendar-month table {
  border: none !important; }
  .calendar-month table td a {
    border-radius: 15px;
    padding: 2px;
    min-width: 30px;
    display: inline-block; }
  .calendar-month table .calendar-day, .calendar-month table .calendar-today, .calendar-month table .calendar-eventday, .calendar-month table .calendar-eventday-today {
    color: #000;
    background-color: #ddd;
    border: 1px solid #fff; }
  .calendar-month table .calendar-today a {
    color: #fff !important;
    font-weight: bold;
    background-color: #555; }
  .calendar-month table .calendar-eventday a {
    border: solid 2px #808080;
    background-color: #fff; }
  .calendar-month table .calendar-event-due a {
    background: #cc0000;
    color: white; }

th.calendar-dayheader {
  text-align: center;
  /*gets S M T W T F S aligned overtop of the days*/ }

/*todays events*/
.calendar-context {
  margin-bottom: 15px;
  font-size: 1.143em;
  /*16px*/
  font-weight: 600; }

/*stupid png has white space on the left of it*/
.calendar-context img {
  position: relative;
  left: -6px; }

.calendar-context span {
  display: inline-block;
  text-align: left; }

/*calendar month row is a table in a table*/
table.qlabbircalendar-title {
  margin-bottom: 7.5px; }

/*month*/
.calendar-month .calendar-title td {
  padding: 0px;
  text-align: center !important;
  font-weight: bold;
  border: 0px;
  font-size: 1.143em;
  /*16px*/ }

/*calendar Arrows*/
.calendar-month .calendar-title td a {
  font-size: 2.143em;
  /*30px to make touch zone big enough*/
  font-weight: normal;
  color: #000000;
  line-height: 0; }

/*inline style won't allow this color to happen*/
.calendar-month .calendar-title td a:hover {
  color: #808080;
  text-decoration: none; }

.calendar-month {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: separate;
  border: none !important; }

.calendar-month td {
  padding: 4px; }

.calendar-day {
  margin-bottom: 10px; }

.calendar-selectedday,
.calendar-eventday {
  font-weight: bold; }

.calendar-othermonthday a {
  display: none; }

.calendar-today {
  font-weight: bold; }

.calendar-selectedday-style {
  font-weight: bold; }

.calendar-events {
  margin-bottom: 15px; }

/*ActionStepEdit*/
.ui-datepicker .ui-datepicker-title {
  margin: 0;
  border: none; }

.ui-datepicker .ui-datepicker-title select {
  margin: 2px 4px 5px 4px;
  display: inline;
  text-align: left;
  width: 33%;
  padding: 4px;
  height: auto; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 6px !important; }

/**CalendarEventList**/
.calendarevent-startcalendar {
  padding-right: 5px; }

.calendarevent-endcalendar {
  padding-left: 5px; }

.qlabbircalendarevent-emaillist {
  background-color: #efefef;
  border: solid 1px black;
  list-style-type: none;
  overflow: auto;
  padding: 0;
  position: fixed !important;
  z-index: 999999 !important; }

.qlabbircalendarevent-emaillistitem, .qlabbircalendarevent-emaillistitemselected {
  margin: 2px;
  padding: 4px; }

.addevent {
  float: right;
  margin: 10px 0; }
  .addevent a {
    text-decoration: none; }

.jqx-menu-wrapper {
  z-index: 18002 !important; }

.schedulelist {
  font-size: 18px;
  color: dodgerblue;
  margin: 10px 0;
  display: block; }

.scheduleitem {
  line-height: 2; }
  .scheduleitem a {
    text-transform: capitalize; }
  .scheduleitem span.fa.fa-circle {
    font-size: 12px;
    margin-right: 12px;
    color: #A6A528; }
  .scheduleitem .start-time {
    display: inline-block;
    width: 75px; }

#jqx-tooltip-window {
  position: absolute !important;
  z-index: 99999999 !important; }

.popover-content {
  color: #000;
  word-break: break-word !important; }

.popover-title {
  font-weight: 600 !important; }

/*.select-authors {
    display: inline-block;
    padding: 4px;
    &.button {
        background: #ddd !important;
        border: solid 1px #ccc !important;
        color: #000 !important;
        &:hover{
            background: #efefef;
            border-color: #ccc;
        }
    }
    span.badge {
        margin-left: 5px;
    }
}*/
.jqx-scheduler {
  margin: auto; }

.event-page-container {
  border: 1px solid #c7c7c7;
  padding: 15px;
  height: auto;
  width: 100%;
  float: left;
  clear: both; }
  .event-page-container h2 {
    background: #777777;
    color: #fff;
    padding: 0 15px;
    margin: 0; }

.jq-numeric.smaller {
  display: inline-block !important;
  width: auto !important;
  vertical-align: middle; }

.recurrence.well {
  padding: 10px;
  border-radius: 6px;
  margin: 10px 0; }
  .recurrence.well input {
    width: auto !important; }
  .recurrence.well .jqx-datetimeinput {
    height: 34px;
    width: 35%;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    margin: 8px 12px; }

.addattachmentgrid {
  width: 99.8% !important; }

.event-attendees a {
  font-size: 18px; }
  .event-attendees a span {
    font-size: 18px !important; }

.event-details .myassignment_calbox_overdue {
  width: auto !important;
  padding: 6px 12px; }

.event-details span.event-description:not(.expanded) {
  height: 21px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap; }

.event-details span.event-description {
  line-height: 21px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  height: auto; }

.event-details h2 {
  margin-top: 0;
  line-height: 2; }

.event-details .event-attendees {
  margin: 0 6px 6px 0;
  line-height: 1.5;
  display: inline-block; }

.event-details-calbox {
  padding: 5px;
  border: 1px solid #808080;
  text-align: center;
  font-size: 10px;
  border-radius: 4px;
  width: 100px; }
  .event-details-calbox strong {
    margin: 3px;
    font-size: 26px;
    line-height: 1; }
  .event-details-calbox .startmonth {
    font-size: 14px; }
  .event-details-calbox i.fa-calendar {
    display: inline-block;
    position: absolute;
    font-size: 18px;
    left: 12px;
    top: 5px; }

.reccurence-details {
  padding: 20px;
  float: left;
  width: 100%; }

.recurrence-desc {
  max-height: 150px;
  display: inline-block;
  overflow: auto;
  padding-bottom: 12px;
  white-space: normal; }

.scheduler .jqx-scheduler-appointment {
  background: none !important;
  border: none !important;
  box-shadow: none !important; }

.scheduler .jqx-scheduler-month-outer-cell {
  color: #ccc; }

.scheduler .jqx-scheduler-appointment-inner-content a {
  color: #000; }

.scheduler .jqx-fill-state-hover, .scheduler .jqx-grid-cell-hover, .scheduler .jqx-scheduler-cell-hover, .scheduler .jqx-scheduler-month-weekend-cell {
  background: #fff !important; }

.scheduler .jqx-scheduler-month-cell {
  background: transparent; }

.scheduler .jqx-scheduler-appointment-inner-content a {
  color: #000; }

.scheduler .jqx-todays-date {
  background: #9b9370;
  border: 1px solid #9b9370; }
  .scheduler .jqx-todays-date:hover {
    background: #9b9370 !important; }
  .scheduler .jqx-todays-date .jqx-scheduler-cell-focus {
    background: #9b9370 !important;
    border: 1px solid #9b9370; }
  .scheduler .jqx-todays-date .jqx-scheduler-month-cell {
    background: transparent;
    color: white; }
  .scheduler .jqx-todays-date .jqx-scheduler-appointment-inner-content a {
    color: #fff; }

.scheduler .jqx-scheduler-not-work-time-cell {
  background: white; }

.question-index ul {
  padding: 0; }
  .question-index ul li a {
    padding: 6px;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: none;
    width: 100%;
    text-align: center;
    color: #000; }
    .question-index ul li a:hover {
      border-left: 3px solid dodgerblue;
      text-decoration: none;
      background: #efefef; }
    .question-index ul li a.active {
      background: #777; }
  .question-index ul li:last-child a {
    border-bottom: 1px solid #ccc; }

.question-nav a {
  padding: 5px; }

.question-nav i {
  font-size: 22px; }

.actionsteplist-startcalendar, .actionsteplist-endcalendar {
  float: left;
  padding: 0 0 0 15px; }
  @media (max-width: 667px) {
    .actionsteplist-startcalendar, .actionsteplist-endcalendar {
      float: none;
      margin-bottom: 10px; } }

/*Alt Calendar Styles if conflicts move in to eventscalendar template*/
.calendar-day {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  min-height: 115px;
  height: 115px;
  border: 1px #EEE solid; }

.calendar-table {
  margin: 0 auto;
  width: 100%; }

.selected {
  background-color: #eee; }

.outside .date {
  color: #ccc; }

.date {
  margin-left: 8px;
  font-size: 15px; }

.today {
  color: #fff;
  background-color: black;
  margin-left: 0px;
  padding: 10px;
  font-size: 15px; }

.timetitle {
  white-space: nowrap;
  text-align: right; }

.event {
  border-top: 1px solid #b2dba1;
  border-bottom: 1px solid #b2dba1;
  background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%);
  background-repeat: repeat-x;
  color: #3c763d;
  border-width: 1px;
  font-size: .75em;
  padding: 0 .75em;
  line-height: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1px; }

.event.begin {
  border-left: 1px solid #b2dba1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.event.end {
  border-right: 1px solid #b2dba1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.event.all-day {
  border-top: 1px solid #9acfea;
  border-bottom: 1px solid #9acfea;
  background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
  background-repeat: repeat-x;
  color: #31708f;
  border-width: 1px; }

.event.all-day.begin {
  border-left: 1px solid #9acfea;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.event.all-day.end {
  border-right: 1px solid #9acfea;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.event.clear {
  background: none;
  border: 1px solid transparent; }

.table-tight > thead > tr > th,
.table-tight > tbody > tr > th,
.table-tight > tfoot > tr > th,
.table-tight > thead > tr > td,
.table-tight > tbody > tr > td,
.table-tight > tfoot > tr > td {
  padding-left: 0;
  padding-right: 0; }

.table-tight-vert > thead > tr > th,
.table-tight-vert > tbody > tr > th,
.table-tight-vert > tfoot > tr > th,
.table-tight-vert > thead > tr > td,
.table-tight-vert > tbody > tr > td,
.table-tight-vert > tfoot > tr > td {
  padding-top: 0;
  padding-bottom: 0; }

/*End Alt Calendar Styles*/
/*..............React Calendar Styles.................*/
.rbc-toolbar .rbc-toolbar-label {
  color: #990000 !important;
  font-weight: 700 !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  font-size: 22px !important; }

.rbc-btn-group {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.rbc-today {
  background-color: #eaf6ff !important; }

.rbc-day-bg {
  cursor: pointer !important; }

/*..............Qlabbir Calendar Due Dates .................*/
.qlabbir-startmonth {
  font-size: 23px; }

.qlabbirdate, .qlabbirdate-due-date {
  background-color: #55960b;
  color: #ffffff;
  width: 128px;
  float: left;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  border-radius: 6px;
  padding: 5px; }

.qlabbirdate h6, .qlabbirdate-due-date h6 {
  margin: -6px -4px 9px;
  border-radius: 4px 4px 0 0;
  background-color: #000;
  color: #ffffff;
  padding: 10px;
  width: 127px; }

.qlabbirdate, .qlabbirdate-over-due {
  background-color: #CC0000;
  color: #ffffff !important;
  width: 128px;
  float: left;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  border-radius: 6px;
  padding: 5px; }

.qlabbirdate h6, .qlabbirdate-over-due h6 {
  margin: -6px -4px 9px;
  border-radius: 4px 4px 0 0;
  background-color: #000;
  color: #ffffff;
  padding: 10px;
  width: 127px; }

.qlabbirdate, .qlabbirdate-near-due {
  background-color: #d4c309;
  color: #ffffff !important;
  width: 128px;
  float: left;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  border-radius: 6px;
  padding: 5px; }

.qlabbirdate h6, .qlabbirdate-near-due h6 {
  margin: -6px -4px 9px;
  border-radius: 4px 4px 0 0;
  background-color: #000;
  color: #ffffff;
  padding: 10px;
  width: 127px; }

.general-well {
  border-color: #ddd !important;
  background-color: #f5f5f5 !important;
   }

.clear-well {
  border-color: #ddd !important;
  background-color: #fff !important;
  }

.address-well {
  border-color: #000 !important;
  background-color: #eee !important;
  color: #000 !important;
  padding: 10px; }

.SOMHeader {
  /*Qlabbir Security Object Definition*/
  margin: 0px 0px 20px 0px;
  border-radius: 3px;
  height: 25px;
  padding: 5px 0px 0px 20px;
  background-color: #808080;
  /*theme*/
  color: #ffffff;
  /*theme*/ }

.somstatus {
  color: #cc0000;
  /*use bootstrap class text-warning instead*/
  padding: 5px; }

.SOMloading {
  /*what is this? doesn't look correct*/
  width: 69%;
  background: #FFF;
  float: right;
  height: 400px;
  position: relative;
  left: -7px;
  color: #003667;
  font-weight: 700; }

.somsettingsoptions {
  margin: 10px 0 0 0; }

.somsettingsoptions div {
  display: inline; }

.somsettingsoptions .inline {
  margin: 0 5px 0 0;
  float: left;
  /*incorrect. if you need to float left, put class "pull-left" on it.*/ }

.jq-ul-attrummary li, .jq-ul-rolesummary li, .jq-ul-orgsummary li {
  text-align: left; }

.AccessTabList li {
  cursor: pointer;
  list-style-type: none;
  padding: 7px !important;
  text-align: left;
  /*incorrect, we don't use !important */
  background-color: #E1E1E1;
  /*theme*/
  border-right: none;
  margin-bottom: 2px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0 !important;
  /*incorrect, we don't use !important */ }

.liActive,
.liActivelist {
  background-color: #FFF !important;
  /*theme*/
  font-weight: 700;
  color: #003667;
  padding: 0 15px;
  /*theme*/ }

.scoring-rules {
  padding: 0; }

.scoring-rules li {
  list-style: none; }

.scoring-rules li label {
  font-weight: 400; }

/*-----------------------Admin Config-------------------*/
.view-access {
  margin-left: -60px; }
  @media (min-width: 768px) {
    .view-access {
      margin-left: -15px; } }
  .view-access .view-show {
    margin-left: 33.33333333%; }
  .view-access label {
    position: relative;
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }

.admin-config .well {
  padding: 15px !important;
  border-radius: 6px !important;
  background: #fbfbfb; }
  .admin-config .well .not-pref-freq {
    width: 100%;
    margin: 10px 0;
    border-radius: 6px;
    background-color: #dddddd;
    padding: 10px;
    float: left; }
    .admin-config .well .not-pref-freq span {
      margin-right: 10px; }
    .admin-config .well .not-pref-freq select {
      width: 120px;
      display: inline; }
    @media (min-width: 768px) {
      .admin-config .well .not-pref-freq .freq {
        display: inline;
        margin-left: 10px; } }
  .admin-config .well label {
    font-weight: bold;
    float: left;
    width: 33.33333333%; }
  .admin-config .well .inline {
    position: relative;
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    .admin-config .well .inline span, .admin-config .well .inline select, .admin-config .well .inline input {
      float: left;
      margin-right: 8px;
      width: auto; }
    .admin-config .well .inline select {
      position: relative;
      top: -6px; }
  .admin-config .well .inline.pull-right {
    padding: 0; }
  .admin-config .well .sub-childs {
    background-color: #ffffff;
    margin: 0;
    padding: 8px 0;
    width: 100%;
    float: left; }
    .admin-config .well .sub-childs label {
      padding-left: 15px; }
    .admin-config .well .sub-childs .sub-childs {
      border: solid 1px #efefef;
      background-color: #eeeeee;
      margin-top: 6px; }
      .admin-config .well .sub-childs .sub-childs label {
        padding-left: 30px; }
        @media (max-width: 667px) {
          .admin-config .well .sub-childs .sub-childs label {
            padding-left: 15px;
            width: auto; } }
  .admin-config .well strong {
    padding: 0 15px 0 30px;
    float: left;
    width: 100%; }
  .admin-config .well .sub-childs-group label {
    padding-left: 40px !important; }

@media (max-width: 667px) {
  .AccessTabList {
    padding: 0; } }

.attributeHolder {
  width: 100%;
  float: left; }
  .attributeHolder .jqx-widget-content {
    border: none; }

.attrNameHolder {
  padding-bottom: 8px;
  text-align: left;
  width: 100%;
  color: #333 !important;
  font-weight: bold; }

.attributeHolder .jqxAttributeChk {
  width: 100%;
  float: left;
  margin-bottom: 7px; }

.tab-content-types .gridtable {
  margin: 10px 0 10px 0; }

.tab-content-attributes .gridtable {
  margin: 10px 0 10px 0;
  border: 1px solid #ccc; }

.doc_viewer {
  height: 100% !important; }

/*Page Loader*/
.growlUI h3 {
  font-size: 18px;
  margin: 10px 0 8px 0;
  color: #fff; }

.growlUI h4 {
  font-size: 14px;
  margin: 0;
  color: #fff; }

/*================= Qlabbir 2.0 styling start =================*/
.attributes-group .jqx-expander-content-bottom {
  padding: 0px; }

.attributes-group .attributegroup-tree-container {
  height: 100%;
  border: none;
  padding: 10px;
  overflow-y: auto; }

.attributes-group .attributevalue-tree-container {
  padding: 10px;
  border-left: solid 1px #CCCCCC; }

.attributes-group .attributevalue-trees-container {
  float: left;
  width: 100%; }

.attributes-group .attributevalue-tree {
  float: left;
  width: 100%; }

.attributes-group .jqx-widget-content {
  border: none; }

.attributes-group .jqx-widget-header {
  border: none; }

.attributes-group .jqx-expander-header {
  padding: 7px; }

.attributes-group .jqx-expander-header-content {
  font-size: 14px !important; }

/*----------------- Create content attributes -----------------*/
.panel-content-attributes .content-attributes .select-attributes {
  padding: 10px 15px;
  background: #f4f4f4;
  min-height: 300px; }
  .panel-content-attributes .content-attributes .select-attributes .jqx-widget-content {
    background: none; }

/*Chrome fix for disappearing content when toggling visibility between basic and advanced search*/
.contentlibrary-basicsearch, .contentlibrary-advancedsearch {
  border: 1px solid transparent; }

.contentlibrary-types {
  display: inline-block;
  width: 100%;
  margin: 25px auto;
  text-align: center;
  vertical-align: top; }
  .contentlibrary-types span, .contentlibrary-types A {
    display: inline-block;
    width: 100px;
    margin: 0 0 5px 0;
    text-align: center;
    text-decoration: none !important;
    vertical-align: top;
    width: 120px;
    font-weight: normal; }
    .contentlibrary-types span:focus, .contentlibrary-types A:focus {
      outline: none; }
  .contentlibrary-types span:before {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    padding: 20px 0;
    margin-bottom: 5px;
    color: #fff; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .contentlibrary-types span:before {
        font-size: 9px; } }
  .contentlibrary-types span:hover:before {
    color: #fff; }

.contentlibrary-types .contentlibrary-searchresults .grid-actions {
  margin-bottom: 0; }

.contentlibrary-types .contentlibrary-searchresults .form-inline {
  margin-bottom: 0; }

.contentlibrary-types SPAN::before,
.contentlibrary [class^="-small"]:before,
.contentlibrary [class*="-small"]:before {
  display: inline-block;
  font-family: "qlabbirfont";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  font-size: 1.5em;
  color: #808080; }

.contentlibrary-types SPAN::before {
  font-size: 2.5em; }

.qlabbircontentrepository-all-active SPAN:before,
.qlabbircontentrepository-all SPAN:before {
  content: '\e87f'; }

.qlabbircontentrepository-actionstep-active SPAN:before,
.qlabbircontentrepository-actionstep SPAN:before,
.qlabbircontentrepository-actionstep-small:before {
  content: '\e840';
  font-family: Qlabbirfont; }

.qlabbircontentrepository-courseassignments-active SPAN:before,
.qlabbircontentrepository-courseassignments SPAN:before,
.qlabbircontentrepository-courseassignments-small:before {
  content: '\e840'; }

.qlabbircontentrepository-courseresources-active SPAN:before,
.qlabbircontentrepository-courseresources SPAN:before,
.qlabbircontentrepository-courseresources-small:before {
  content: '\e83f'; }

.qlabbircontentrepository-instructionalresources-active SPAN:before,
.qlabbircontentrepository-instructionalresources SPAN:before,
.qlabbircontentrepository-instructionalresources-small:before {
  content: '\e83f'; }

.qlabbircontentrepository-calendarevent-active SPAN:before,
.qlabbircontentrepository-calendarevent SPAN:before,
.qlabbircontentrepository-calendarevent-small:before {
  content: '\e846'; }

.qlabbircontentrepository-communities-active SPAN:before,
.qlabbircontentrepository-communities SPAN:before,
.qlabbircontentrepository-communities-small:before {
  content: '\f0c0';
  font-family: fontawesome !important; }

.qlabbircontentrepository-discussion-active SPAN:before,
.qlabbircontentrepository-discussion SPAN:before,
.qlabbircontentrepository-discussion-small:before {
  content: '\e876'; }

.qlabbircontentrepository-discussions-active SPAN:before,
.qlabbircontentrepository-discussions SPAN:before,
.qlabbircontentrepository-discussions-small:before {
  content: '\e876'; }

.qlabbircontentrepository-learningobjects-active SPAN:before,
.qlabbircontentrepository-learningobjects SPAN:before,
span.qlabbircontentrepository-learningobjects-small:before {
  content: '\e851';
  font-family: qlabbirfont; }

.qlabbircontentrepository-news-active SPAN:before,
.qlabbircontentrepository-news SPAN:before,
.qlabbircontentrepository-news-small:before {
  content: '\e858'; }

.qlabbircontentrepository-people-active SPAN:before,
.qlabbircontentrepository-people SPAN:before,
.qlabbircontentrepository-people-small:before {
  content: '\e85a'; }

.qlabbircontentrepository-notes-active SPAN:before,
.qlabbircontentrepository-notes SPAN:before,
.qlabbircontentrepository-notes-small:before {
  content: "\f15c";
  font-family: fontawesome !important; }

.qlabbircontentrepository-audio-active SPAN:before,
.qlabbircontentrepository-audio SPAN:before {
  content: '\e873'; }

.qlabbircontentrepository-video-active SPAN:before,
.qlabbircontentrepository-video SPAN:before {
  content: '\e860'; }

.qlabbircontentrepository-links-active SPAN:before,
.qlabbircontentrepository-links SPAN:before {
  content: '\e853'; }

.qlabbircontentrepository-course-active SPAN:before,
.qlabbircontentrepository-course SPAN:before,
.qlabbircontentrepository-course-small:before {
  content: '\e84c'; }

.qlabbircontentrepository-ccsdcourses-active SPAN:before,
.qlabbircontentrepository-ccsdcourses SPAN:before,
.qlabbircontentrepository-ccsdcourses-small:before {
  content: '\e84c'; }

.qlabbircontentrepository-curriculumcourse-active SPAN:before,
.qlabbircontentrepository-curriculumcourse SPAN:before,
.qlabbircontentrepository-curriculumcourse-small:before {
  content: '\e84c'; }

.qlabbircontentrepository-courseunit-active SPAN:before,
.qlabbircontentrepository-courseunit SPAN:before,
.qlabbircontentrepository-courseunit-small:before {
  content: '\e86f'; }

.qlabbircontentrepository-richtext-active SPAN:before,
.qlabbircontentrepository-richtext SPAN:before {
  content: '\e848'; }

.qlabbircontentrepository-ssoapps-active SPAN:before,
.qlabbircontentrepository-ssoapps SPAN:before {
  content: '\e864'; }

.qlabbircontentrepository-scormunit-active span:before,
.qlabbircontentrepository-scormunit span:before {
  content: '\e852'; }

.qlabbircontentrepository-assignment-active span:before,
.qlabbircontentrepository-assignment span:before,
.qlabbircontentrepository-assignment-small:before {
  content: '\e872'; }

.qlabbircontentrepository-contentcollection-active span:before,
.qlabbircontentrepository-contentcollection span:before,
.qlabbircontentrepository-contentcollection-small:before {
  content: '\e83f'; }

.qlabbircontentrepository-assessment-active span:before,
.qlabbircontentrepository-assessment span:before,
.qlabbircontentrepository-assessment-small:before {
  content: '\e871';
  font-family: qlabbirfont; }

.qlabbircontentrepository-htmldocument-active span:before,
.qlabbircontentrepository-htmldocument span:before,
.qlabbircontentrepository-htmldocument-small:before {
  content: "\f1c9";
  font-family: "FontAwesome" !important; }

.qlabbircontentrepository-document-active span:before,
.qlabbircontentrepository-document span:before,
.qlabbircontentrepository-document-small:before {
  content: "\f15c";
  font-family: "FontAwesome" !important; }

.qlabbircontentrepository-workspace-active span:before,
.qlabbircontentrepository-workspace span:before,
.qlabbircontentrepository-workspace-small:before {
  content: '\e874';
  font-family: qlabbirfont; }

.qlabbircontentrepository-organization-active SPAN:before,
.qlabbircontentrepository-organization SPAN:before,
.qlabbircontentrepository-organization-small:before {
  content: "\f19c";
  font-family: "FontAwesome" !important; }

.qlabbircontentrepository-studentmeasure-active SPAN:before,
.qlabbircontentrepository-studentmeasure SPAN:before,
.qlabbircontentrepository-studentmeasure-small:before {
  content: "\f19d";
  font-family: "FontAwesome" !important; }

.qlabbircontentrepository-graduationcompetency-active SPAN:before,
.qlabbircontentrepository-graduationcompetency SPAN:before,
.qlabbircontentrepository-graduationcompetency-small:before {
  content: "\f19d";
  font-family: "FontAwesome" !important; }

.qlabbircontentrepository-topic-active SPAN:before,
.qlabbircontentrepository-topic SPAN:before,
.qlabbircontentrepository-topic-small:before {
  content: "\e852";
  font-family: "qlabbirfont"; }

.qlabbircontentrepository-videolibrary-active SPAN:before,
.qlabbircontentrepository-videolibrary SPAN:before,
.qlabbircontentrepository-videolibrary-small:before {
  content: "\f03d";
  font-family: "FontAwesome" !important; }

.qlabbircontentrepository-lessonplan-active SPAN:before,
.qlabbircontentrepository-lessonplan SPAN:before,
.qlabbircontentrepository-lessonplan-small:before {
  content: "\e852";
  font-family: "qlabbirfont"; }

.delete-content-status {
  margin-bottom: 10px; }

#tabContentTypes .form-actions {
  margin-left: 0;
  text-align: center; }

.contentlibrary-keyword input {
  margin-bottom: 5px; }

.ratingtd table {
  width: auto !important; }

.ratingtd table td {
  width: auto;
  padding: 0; }

.ratingtd table td label {
  padding: 0 25px 0 0;
  font-weight: normal;
  position: relative;
  top: 5px; }

@media (max-width: 736px) {
  .actionsteplist-container .filter-actionsteps {
    text-align: left !important;
    padding-left: 15px; } }

.panel-content-edit h4 {
  margin: 0 0 15px 0;
  font-size: 16px;
  padding: 15px;
  font-weight: 700; }

.panel-content-edit .tab-content {
  padding: 15px !important; }

.panel-content-edit iframe.jq-contentLoader {
  border: 1px solid #ccc;
  padding: 10px 0;
  width: 99%;
  height: 325px; }

.contentitem-icon {
  width: 100px;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #cccccc !important;
  border-image: initial !important; }

.content-grid {
  margin-bottom: 25px;
  width: 100%;
  float: left; }
  .content-grid .header {
    float: left;
    width: 100%; }
  .content-grid .content {
    padding: 8px;
    width: 100%;
    float: left;
    border: 1px solid #9b9370; }
    .content-grid .content div {
      line-height: 1.42857143;
      vertical-align: top; }

.attributes-grid div:empty {
  display: none; }

/*------------------------Manage Content Template-----------------*/
.manage-content-template .template-header {
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0; }
  .manage-content-template .template-header .form-group:last-child {
    margin-left: 20px; }
    .manage-content-template .template-header .form-group:last-child input {
      position: relative;
      top: 3px; }

.manage-content-template .edit-wrapper > span {
  background: #c86211;
  padding: 10px;
  color: #fff;
  font-family: arial;
  border-radius: 5px;
  position: relative;
  left: -4px;
  top: 0;
  z-index: 7;
  cursor: pointer;
  margin: 0 0 10px 0; }

.manage-content-template .panel {
  border: 1px solid #b5b19d;
  background: none;
  border-radius: 0;
  float: left;
  width: 100%; }
  .manage-content-template .panel .panel-heading {
    padding: 10px 0 10px 15px;
    background: #b5b19d !important;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    float: left;
    cursor: pointer;
    width: 100%; }
    .manage-content-template .panel .panel-heading i {
      color: #fff;
      padding: 12px 10px;
      position: relative;
      top: -11px;
      font-size: 16px;
      margin: 0 0 -20px 0;
      background: #6d1517;
      cursor: pointer; }
    .manage-content-template .panel .panel-heading i:first-child {
      background: #7b7a78; }
    .manage-content-template .panel .panel-heading .input-group-addon {
      cursor: pointer; }
      .manage-content-template .panel .panel-heading .input-group-addon i {
        padding: 0;
        background: none;
        top: 0;
        font-size: inherit;
        margin: 0;
        color: #555; }
  .manage-content-template .panel .panel-body {
    background: #fff; }
    .manage-content-template .panel .panel-body i {
      cursor: pointer; }
  .manage-content-template .panel .section-item-wrapper {
    background-color: #f9f9f9;
    margin-top: 5px;
    float: left;
    width: 100%;
    border-radius: 0;
    transition: background-color 0.5s ease; }
    .manage-content-template .panel .section-item-wrapper:hover {
      background: #e0dfdf; }
    .manage-content-template .panel .section-item-wrapper.ui-sortable-helper {
      background: #f9ecad; }
    .manage-content-template .panel .section-item-wrapper .fa {
      cursor: pointer; }
    .manage-content-template .panel .section-item-wrapper .section-item-wrapper {
      background: #fdfdfd;
      width: 98%; }
  .manage-content-template .panel ul {
    padding: 0 0 0 25px; }

.manage-content-template .input-group-addon {
  background-color: #eee;
  cursor: pointer; }

.manage-content-template .fa-pencil {
  padding-left: 5px; }

.manage-content-template .subsection-wrapper {
  width: 100%;
  float: left; }

/*---------------------New Content Library styles-------------------*/
.panel-content-search .panel {
  background: none; }

.panel-content-search .list-group-item {
  border-bottom: 2px solid #ddd;
  border-top: 0;
  border-left: 0;
  border-right: 0; }
  .panel-content-search .list-group-item:last-child {
    border: none; }

.panel-content-search .filter-list a {
  width: 86%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block; }

/* Course Catalog */
.panel-course-catalog-filter .panel-heading {
  padding-bottom: 0; }

.panel-course-catalog-filter .reset {
  float: right;
  margin-bottom: -30px;
  padding: 4px;
  position: relative;
  top: -48px; }

.panel-course-catalog-filter .filters-section .filter-list {
  margin-bottom: 10px;
  float: left;
  padding: 15px;
  width: 100%; }
  .panel-course-catalog-filter .filters-section .filter-list .course-filter {
    float: left;
    margin: 3px;
    padding: 5px 7px;
    width: auto;
    white-space: unset;
    text-align: left; }
  .panel-course-catalog-filter .filters-section .filter-list .course-filter-active {
    float: left;
    margin: 3px;
    padding: 5px 7px;
    width: auto; }

/*----------------------------Portlet course cataloglist-------------------------*/
.panel-course-catalog-list.panel .panel-heading .catalog-select {
  position: relative;
  top: -6px;
  height: 30px;
  font-size: 14px; }

.panel-course-catalog-list.panel .panel-heading .portlet-toolbar {
  display: none; }

.panel-course-catalog-list.panel .panel-body .col-sm-12 {
  margin-bottom: 20px;
  padding: 20px;
  background: #f6f7f2;
  border-radius: 5px; }
  .panel-course-catalog-list.panel .panel-body .col-sm-12 b {
    font-size: 18px;
    color: #666; }

.panel-course-catalog-list.panel .panel-body .course-list {
  margin: 15px 0;
  width: 100%;
  float: left;
  padding: 0;
  list-style: none; }

.panel-course-catalog-list.panel .panel-body li.course-link {
  color: #afafaf;
  line-height: 16px;
  float: left;
  width: 50%;
  padding-right: 40px;
  padding-bottom: 10px; }
  @media (max-width: 768px) {
    .panel-course-catalog-list.panel .panel-body li.course-link {
      width: 100%;
      padding-right: 0; } }
  .panel-course-catalog-list.panel .panel-body li.course-link a:hover {
    text-decoration: underline; }

.panel-course-catalog-list.panel .panel-body .selected-course {
  color: #ffc327; }

.panel-course-catalog-list.panel .panel-body .unselected-course {
  color: #afafaf; }

.course-administration h2 {
  width: 100%; }

.coursetitle {
  margin-bottom: 15px; }

.course-img {
  width: 200px;
  height: 200px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px; }

.list-view {
  line-height: 28px;
  margin-bottom: 15px; }
  .list-view a {
    clear: both;
    display: block; }

.course-section ul {
  margin: 0 0 15px;
  padding: 0 0 0 0; }
  .course-section ul li {
    list-style-type: none; }
    .course-section ul li ul {
      padding: 0; }
      .course-section ul li ul li {
        list-style-type: none;
        margin-bottom: 2px;
        padding: 4px; }

.course-filter .button {
  margin-left: 5px; }

.course-student-search .button {
  margin-left: 5px; }

.banner-content {
  position: relative;
  top: -56px; }
  .banner-content .panel-navigator-course.panel {
    /*padding-bottom: 2px; -HM this adds an extra 2 pixel white border at the bottom that doesn't look like it fits. 11/15/16*/ }
    .banner-content .panel-navigator-course.panel .panel-heading {
      background-color: #666666;
      /*margin-bottom: -5px; -HM it looks cleaner without this margin. Messes up vertical padding with child elements 11/15/16*/ }
  .banner-content .panel-course-material.panel.unit-navigator .panel-heading {
    background-color: #444444; }
  .banner-content .panel-course-material.panel.topic-navigator .panel-heading {
    background-color: #cccccc; }
  @media (max-width: 768px) {
    .banner-content .panel {
      margin-bottom: 15px; } }

.panel-course-material.panel ul li, .panel-community-viewer.panel ul li, .assignment-details.panel ul li {
  list-style-type: disc; }

.panel-course-material.panel ol li, .panel-community-viewer.panel ol li, .assignment-details.panel ol li {
  list-style-type: inherit; }

.panel-navigator-course, .panel-navigator-units, .panel-navigator-lessons {
  border-radius: 0;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .panel-navigator-course, .panel-navigator-units, .panel-navigator-lessons {
      border-radius: 10px;
      margin-bottom: 15px; } }
  .panel-navigator-course .panel-heading, .panel-navigator-units .panel-heading, .panel-navigator-lessons .panel-heading {
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 8px 15px;
    font-size: 16px; }
    .panel-navigator-course .panel-heading .count, .panel-navigator-units .panel-heading .count, .panel-navigator-lessons .panel-heading .count {
      border-radius: 50%;
      font-size: 16px;
      padding: 4px;
      margin-left: 4px;
      min-width: 28px;
      min-height: 20px;
      display: inline-block;
      text-align: center; }
    .panel-navigator-course .panel-heading strong, .panel-navigator-units .panel-heading strong, .panel-navigator-lessons .panel-heading strong {
      display: inline;
      line-height: 18px; }
    .panel-navigator-course .panel-heading h4, .panel-navigator-units .panel-heading h4, .panel-navigator-lessons .panel-heading h4 {
      font-weight: normal;
      font-size: 14px; }
      .panel-navigator-course .panel-heading h4 span, .panel-navigator-units .panel-heading h4 span, .panel-navigator-lessons .panel-heading h4 span {
        width: 87%;
        display: inline-block;
        cursor: pointer; }
      .panel-navigator-course .panel-heading h4 i, .panel-navigator-units .panel-heading h4 i, .panel-navigator-lessons .panel-heading h4 i {
        float: right; }
  .panel-navigator-course .panel-body, .panel-navigator-units .panel-body, .panel-navigator-lessons .panel-body {
    border-radius: 0;
    padding: 0; }
    .panel-navigator-course .panel-body .panel-group, .panel-navigator-units .panel-body .panel-group, .panel-navigator-lessons .panel-body .panel-group {
      margin-bottom: 0; }
      .panel-navigator-course .panel-body .panel-group .panel, .panel-navigator-units .panel-body .panel-group .panel, .panel-navigator-lessons .panel-body .panel-group .panel {
        margin-top: 0; }
        .panel-navigator-course .panel-body .panel-group .panel .panel-body a, .panel-navigator-units .panel-body .panel-group .panel .panel-body a, .panel-navigator-lessons .panel-body .panel-group .panel .panel-body a {
          padding: 4px 0 4px 10px;
          display: block; }
        .panel-navigator-course .panel-body .panel-group .panel .panel-body a:before, .panel-navigator-units .panel-body .panel-group .panel .panel-body a:before, .panel-navigator-lessons .panel-body .panel-group .panel .panel-body a:before {
          content: "\f111";
          font-family: fontawesome;
          margin-right: 5px;
          float: left;
          font-size: 8px;
          position: relative;
          top: 5px;
          margin-bottom: 10px; }
    .panel-navigator-course .panel-body .nodata, .panel-navigator-units .panel-body .nodata, .panel-navigator-lessons .panel-body .nodata {
      display: block;
      margin: 10px;
      color: #fff; }
    .panel-navigator-course .panel-body .jqx-combobox, .panel-navigator-units .panel-body .jqx-combobox, .panel-navigator-lessons .panel-body .jqx-combobox {
      display: block;
      width: 100%;
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      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 .15s,-webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      margin: 10px 15px 25px; }
    .panel-navigator-course .panel-body .jqx-combobox-content, .panel-navigator-units .panel-body .jqx-combobox-content, .panel-navigator-lessons .panel-body .jqx-combobox-content {
      border: none; }

.panel-navigator-course .styled-link {
  padding: 10px 10px 10px 10px;
  float: left;
  width: 100%;
  text-decoration: none;
  color: #fff; }

.panel-navigator-lessons {
  margin-bottom: 15px; }
  .panel-navigator-lessons .panel-body .panel-body a.disable-element:after {
    content: "\f023";
    font-family: FontAwesome;
    float: right;
    position: relative;
    top: -18px;
    right: 10px; }

.panel-course-material, .panel-community-viewer {
  border-radius: 10px; }
  .panel-course-material .panel-heading, .panel-community-viewer .panel-heading {
    border-radius: 10px 10px 0 0; }
  .panel-course-material .panel-title a, .panel-community-viewer .panel-title a {
    width: 100%;
    display: inline-block; }
  .panel-course-material .panel-body, .panel-community-viewer .panel-body {
    border-radius: 0 0 10px 10px;
    overflow-x: auto; }
    .panel-course-material .panel-body .panel .panel-heading, .panel-community-viewer .panel-body .panel .panel-heading {
      padding: 0; }
      .panel-course-material .panel-body .panel .panel-heading i, .panel-community-viewer .panel-body .panel .panel-heading i {
        float: right;
        position: relative;
        top: 2px; }

.courseid label {
  float: left;
  padding-right: 10px;
  padding-top: 3px; }

.courseid .form-control {
  width: 75%;
  float: left; }

.courseview a {
  padding: 0 3px; }

.courseview i {
  margin: 0; }

/*---------------------Course Viewer------------------------*/
.viewer {
  background: #eee;
  padding: 0; }

.course-viewer-page .panel-heading {
  font-size: 14px;
  padding: 12px 15px;
  color: #666 !important; }
  .course-viewer-page .panel-heading i {
    color: #666; }

.course-viewer-page .theme-hdr-container {
  width: 100% !important; }

.course-viewer-page .main-content {
  padding-top: 0 !important;
  background: #e9eadf !important;
  box-shadow: none !important;
  margin-bottom: 0 !important; }

.course-viewer-page .main-content-container {
  padding: 0 !important;
  width: 100% !important; }
  .course-viewer-page .main-content-container .main-content .panel {
    box-shadow: none !important; }

.course-viewer-page .index-close, .course-viewer-page .btn-index i {
  background: #6a1a19;
  padding: 4px;
  z-index: 99;
  color: #fff;
  margin: 4px;
  cursor: pointer; }

.course-viewer-page .ws-index {
  height: 832px; }

.course-viewer-page .ws-index, .course-viewer-page .left-menu {
  background: #eee;
  padding: 2px; }
  .course-viewer-page .ws-index .jq-ws-accord:first-child .panel-body, .course-viewer-page .left-menu .jq-ws-accord:first-child .panel-body {
    border-left: 1px solid #979696;
    border-radius: 0;
    margin-left: 10px;
    padding: 0 6px !important; }
  .course-viewer-page .ws-index .index-close, .course-viewer-page .left-menu .index-close {
    position: absolute;
    top: -21px;
    right: -4px; }
  .course-viewer-page .ws-index .ws-unit-heading span:before, .course-viewer-page .ws-index .ws-course-heading span:before, .course-viewer-page .ws-index .ws-topic-heading span:before, .course-viewer-page .left-menu .ws-unit-heading span:before, .course-viewer-page .left-menu .ws-course-heading span:before, .course-viewer-page .left-menu .ws-topic-heading span:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px; }
  .course-viewer-page .ws-index .panel-heading.ws-course-heading, .course-viewer-page .left-menu .panel-heading.ws-course-heading {
    padding: 12px 0; }
  .course-viewer-page .ws-index .ws-unit-heading span, .course-viewer-page .left-menu .ws-unit-heading span {
    font-size: 12px; }
  .course-viewer-page .ws-index .panel, .course-viewer-page .left-menu .panel {
    background: none; }
  .course-viewer-page .ws-index .panel-default .panel-body, .course-viewer-page .left-menu .panel-default .panel-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .course-viewer-page .ws-index .panel-heading, .course-viewer-page .left-menu .panel-heading {
    font-size: 14px;
    padding: 12px 15px;
    color: #666; }
    .course-viewer-page .ws-index .panel-heading i, .course-viewer-page .left-menu .panel-heading i {
      color: #666; }
  .course-viewer-page .ws-index .list-group-item:before, .course-viewer-page .ws-index .panel-heading.ws-unit:before, .course-viewer-page .ws-index .ws-unit .panel-heading:before, .course-viewer-page .left-menu .list-group-item:before, .course-viewer-page .left-menu .panel-heading.ws-unit:before, .course-viewer-page .left-menu .ws-unit .panel-heading:before {
    content: '';
    left: -7px;
    top: 15px;
    width: 12px;
    position: absolute;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #898989; }
  .course-viewer-page .ws-index .ws-unit .panel-collapse.collapse, .course-viewer-page .left-menu .ws-unit .panel-collapse.collapse {
    margin-left: 16px; }
    .course-viewer-page .ws-index .ws-unit .panel-collapse.collapse .panel-heading, .course-viewer-page .left-menu .ws-unit .panel-collapse.collapse .panel-heading {
      padding: 8px 15px; }
  .course-viewer-page .ws-index .ws-topic, .course-viewer-page .left-menu .ws-topic {
    padding-top: 12px; }
    .course-viewer-page .ws-index .ws-topic .ws-sections:last-child, .course-viewer-page .left-menu .ws-topic .ws-sections:last-child {
      margin-bottom: -18px; }

.course-viewer-page .panel-course-view {
  padding: 0; }
  .course-viewer-page .panel-course-view .panel-default {
    margin-bottom: 0; }
    .course-viewer-page .panel-course-view .panel-default .panel-title {
      font-weight: bold;
      font-size: 12px;
      cursor: pointer; }
    .course-viewer-page .panel-course-view .panel-default .panel-body ul {
      margin: 0;
      padding: 0; }
      .course-viewer-page .panel-course-view .panel-default .panel-body ul .list-group-item {
        background: none;
        border: none;
        padding: 8px 15px;
        font-size: 12px; }
        .course-viewer-page .panel-course-view .panel-default .panel-body ul .list-group-item a {
          color: #000; }
        .course-viewer-page .panel-course-view .panel-default .panel-body ul .list-group-item.active :after {
          content: "\f0da";
          color: #6a1a19;
          font: normal normal normal 14px/1 FontAwesome;
          position: absolute;
          right: 0;
          font-size: 22px; }
        .course-viewer-page .panel-course-view .panel-default .panel-body ul .list-group-item.active a {
          font-weight: bold;
          color: #000; }
  .course-viewer-page .panel-course-view .txt-searchCourse.form-control {
    display: inline-block; }

.course-viewer-page .viewer-index {
  min-height: 350px;
  float: left;
  margin: 0 0; }

.course-viewer-page .contents-wrap {
  padding: 25px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  height: 750px;
  background: #fff;
  overflow-y: auto; }

.page-title.banner.Topic {
  background-image: url(/images/CourseBanners/math.png);
  background-repeat: no-repeat;
  background-size: cover; }

.course-nav {
  display: inline-block;
  padding: 2px 6px;
  position: relative;
  line-height: 32px; }
  .course-nav a {
    text-decoration: none; }
  .course-nav:after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: 0;
    display: inline-block;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    z-index: 11; }

.course-nav:nth-child(2), .course-nav:nth-child(3) {
  margin-left: 0px;
  padding-left: 24px; }

.jq-path-section {
  line-height: 36px;
  padding-left: 24px;
  display: inline;
  font-size: 12px; }

a.jq-path-item {
  display: inline-block;
  width: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle; }

.course-pager i {
  position: absolute;
  top: 36%;
  font-size: 24px;
  opacity: 0.7;
  color: #eee;
  cursor: pointer;
  padding: 100px 0; }
  .course-pager i:hover {
    color: #fff;
    opacity: 1; }

.course-pager .fa.fa-chevron-left {
  left: 0%; }

.course-pager .fa.fa-chevron-right {
  right: 0%; }

.contents-holder {
  background: #5f5f5f;
  padding: 36px; }

.page-title .banner, .panel-course-view {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75); }

.ws-content a.section-title-link {
  font-size: 16px;
  line-height: 32px; }

.ws-content .sectionBody {
  border: 1px solid #eee;
  padding: 8px;
  margin: 0 8px; }

.participant-list {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  margin-top: 20px; }

/*------------My Enrolled Courses-------------------*/
.dashboard-course .panel-body img {
  margin-right: 6px;
  width: 100px;
  height: 100px;
  border-radius: 20px; }
  @media (max-width: 400px) {
    .dashboard-course .panel-body img {
      width: 60px;
      height: 60px; } }

.dashboard-course .panel-body .notification-view-task {
  font-size: 20px;
  text-align: center;
  width: 100%;
  margin-top: 30px; }

.dashboard-course .panel-body h5 {
  margin: 0 0 5px 0;
  font-weight: normal;
  color: #fff; }

.dashboard-course .panel-body .button {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font-weight: bold; }

.dashboard-course .panel-body .progress-bar {
  margin-top: 5px;
  background: none;
  box-shadow: none;
  width: 100%; }
  .dashboard-course .panel-body .progress-bar img {
    border: none;
    outline: none; }
  .dashboard-course .panel-body .progress-bar span {
    position: relative;
    top: -3px;
    width: 150px;
    float: left;
    margin: 0 0 3px 0; }
  .dashboard-course .panel-body .progress-bar .course-score {
    text-align: left; }

.dashboard-course .panel-body .newcourse-enrollment {
  position: relative;
  float: right;
  width: 100%;
  text-align: right;
  margin: -46px 30px 30px 0; }
  .dashboard-course .panel-body .newcourse-enrollment .enroll-btn {
    display: inline; }
    .dashboard-course .panel-body .newcourse-enrollment .enroll-btn label {
      width: auto;
      font-weight: bold; }
  .dashboard-course .panel-body .newcourse-enrollment label {
    font-weight: normal; }
  .dashboard-course .panel-body .newcourse-enrollment input[type=text] {
    height: 34px;
    width: 100px;
    padding: 0 5px;
    color: #000; }

.dashboard-course .panel-body .bind-enrollment-courses .main-div {
  width: 33.3%;
  padding-left: 0 !important;
  margin-bottom: 15px !important;
  min-height: 135px;
  float: left; }

.dashboard-course .panel-body .enroll-result {
  float: left;
  width: 100%;
  padding: 10px;
  background: #fff;
  color: #000; }
  .dashboard-course .panel-body .enroll-result label {
    width: auto;
    font-weight: 600; }

.dashboard-course .panel-body label {
  font-weight: normal;
  font-size: 15px;
  width: 215px; }

.dashboard-course .panel-body .col-sm-4 {
  margin-bottom: 15px; }

.dashboard-course .panel-body .panel-myauth-ca .course-imgbox {
  float: left;
  margin-right: 10px; }

.dashboard-course .panel-body .panel-myauth-ca .course-txt {
  text-align: left;
  float: left;
  width: 200px; }
  @media (max-width: 400px) {
    .dashboard-course .panel-body .panel-myauth-ca .course-txt {
      width: 150px; } }

/*--------------Portlet Course Administration-------------*/
.panel-course-administration, .panel-course-preview {
  border: none; }
  .panel-course-administration .panel-heading, .panel-course-preview .panel-heading {
    border: none;
    background: none; }
  .panel-course-administration .panel-body .list-group, .panel-course-preview .panel-body .list-group {
    margin: -15px; }
    .panel-course-administration .panel-body .list-group li, .panel-course-preview .panel-body .list-group li {
      list-style: none; }
    .panel-course-administration .panel-body .list-group .list-group-item, .panel-course-preview .panel-body .list-group .list-group-item {
      color: #fff;
      border-radius: 0;
      background: none;
      border: none;
      cursor: pointer;
      -webkit-transition-property: color,background;
      -webkit-transition-duration: 0.7s;
      transition-duration: 0.7s;
      transition-property: color,background; }
    .panel-course-administration .panel-body .list-group .list-group-item:hover, .panel-course-preview .panel-body .list-group .list-group-item:hover {
      background: rgba(0, 0, 0, 0.4);
      border-radius: 0; }
    .panel-course-administration .panel-body .list-group .list-group-item.active, .panel-course-preview .panel-body .list-group .list-group-item.active {
      background: rgba(0, 0, 0, 0.4); }

/*--------------------Portlet Course Instructors-------------------*/
.panel-course-instructors {
  border: none;
  padding-bottom: 1px; }
  .panel-course-instructors .panel-heading {
    border: none;
    background: none; }
  .panel-course-instructors .panel-body {
    padding: 0; }
    .panel-course-instructors .panel-body .nodata {
      margin: 0; }
    .panel-course-instructors .panel-body .portlet-scroll {
      height: 280px;
      padding-top: 15px; }
    .panel-course-instructors .panel-body strong {
      padding: 0 15px 10px 15px;
      display: inline-block; }
    .panel-course-instructors .panel-body .list-group {
      margin: 0; }
      .panel-course-instructors .panel-body .list-group ul {
        padding: 0; }
        .panel-course-instructors .panel-body .list-group ul li {
          border: none;
          border-radius: 0; }
        .panel-course-instructors .panel-body .list-group ul li.active {
          background: #f4f4f4;
          font-weight: bold; }
      .panel-course-instructors .panel-body .list-group i {
        float: right;
        font-size: 20px; }
    .panel-course-instructors .panel-body h4 {
      color: #000000;
      padding: 12px 0 0 15px;
      font-size: 16px;
      background: #f4f4f4;
      margin: 0; }

/*------------------------Portlet Course Links----------------*/
.panel-course-links {
  border: none; }
  .panel-course-links .panel-heading {
    border: none; }
  .panel-course-links .panel-body {
    text-align: center; }
    .panel-course-links .panel-body .button {
      display: block;
      width: 70%;
      margin: 10px auto 10px auto;
      color: #fff; }
    .panel-course-links .panel-body .btn-discussions {
      cursor: default; }
    .panel-course-links .panel-body .dropdown-menu {
      width: 77%;
      padding: 5px;
      border: 1px solid #eee;
      left: 36px; }
    .panel-course-links .panel-body .dropdown-menu a {
      width: 100% !important; }
    .panel-course-links .panel-body a.dropdown-toggle {
      width: 22px;
      display: inline-block;
      color: #fff;
      margin-left: 10px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 49px;
      border-radius: 0 6px 6px 0; }
    .panel-course-links .panel-body span.caret {
      position: absolute;
      top: 48%;
      right: 38%; }

.panel-course-details .panel-body {
  padding: 15px !important; }
  .panel-course-details .panel-body .well {
    background: #fff;
    border: none;
    margin: -15px -15px 15px -15px;
    float: none;
    width: auto;
    color: #000;
    padding: 15px;
    border-radius: 0; }
  .panel-course-details .panel-body h3 {
    color: #000;
    font-weight: bold; }

.panel-course-roster .well {
  border-radius: 0 !important;
  margin: 0 -15px;
  padding: 10px !important;
  height: 45px;
  float: none !important;
  width: inherit !important;
  color: #fff; }
  .panel-course-roster .well .button {
    position: relative;
    top: -5px; }

.panel-course-roster .form-actions {
  margin: 0 -15px; }

.panel-course-manage-sections .well, .panel-bulk-enrollment .well {
  margin: 20px -15px 0 -15px;
  float: none !important;
  width: auto !important;
  border-radius: 0 !important;
  padding: 10px !important; }

.panel-assign-sec .panel-body {
  padding-bottom: 0;
  padding: 0; }
  .panel-assign-sec .panel-body .nodata {
    margin: 0; }
  .panel-assign-sec .panel-body .img-container {
    margin: 0 15px 0 1px;
    float: left; }
    .panel-assign-sec .panel-body .img-container img {
      width: 70px;
      height: 70px;
      margin-bottom: 5px;
      margin-left: 3px; }
  .panel-assign-sec .panel-body .content-section {
    padding: 15px; }
  .panel-assign-sec .panel-body i {
    float: right;
    font-size: 20px;
    color: #fff;
    cursor: pointer; }
  .panel-assign-sec .panel-body h5 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold; }
  .panel-assign-sec .panel-body p {
    color: #fff; }

.panel-assign-sec .assign-author {
  width: 100%;
  float: left;
  margin-bottom: 15px; }

.panel-assign-sec .panel-assign-sec .assign-author:last-child {
  margin-bottom: 0; }

/*------------------Course Assignments--------------------*/
.course-assignments.panel-default .fa-plus {
  position: relative; }

.course-assignments.panel-default .jqx-widget-header {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.course-assignments.panel-default .jqx-grid-cell a, .course-assignments.panel-default .jqx-grid-cell span {
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px;
  position: relative;
  top: 1px; }

.course-assignments.panel-default .jqx-grid-column-header {
  background: transparent;
  border-bottom: none;
  color: #000000; }

.course-assignments.panel-default .jqx-widget .jqx-grid-column-header {
  border-color: transparent; }

.course-assignments.panel-default .jqx-widget-content {
  background: transparent;
  border: none; }

.course-assignments.panel-default .jqx-grid-cell {
  background: transparent;
  border: 0; }

.course-assignments.panel-default .jqx-widget-header {
  background: transparent;
  border: 0; }

.course-assignments.panel-default .jqx-grid-cell.jqx-grid-empty-cell span {
  margin-left: 25% !important; }

.course-assignments.panel-default .jqx-grid-column-header span {
  color: #fff; }

.course-assignments.panel-default h4 {
  background: rgba(0, 0, 0, 0.2);
  padding: 12px 8px 12px 16px;
  margin: 3px 0;
  font-size: 13px;
  font-weight: normal;
  color: #fff; }

.course-assignments.panel-default .jqx-grid-cell {
  padding: 2px 4px 3px 4px;
  cursor: pointer; }

.course-assignments.panel-default .jqx-grid-cell-selected a, .course-assignments.panel-default .jqx-grid-cell-selected span {
  color: #fff; }

.course-assignments.panel-default .panel-body {
  padding: 15px 0 15px 0 !important; }
  .course-assignments.panel-default .panel-body .fa-info-circle {
    position: relative;
    top: -7px; }
  .course-assignments.panel-default .panel-body .nodata {
    margin: 0; }
  .course-assignments.panel-default .panel-body .panel-default {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none !important; }
    .course-assignments.panel-default .panel-body .panel-default .panel-heading {
      padding: 0;
      margin: 2px 0; }
      .course-assignments.panel-default .panel-body .panel-default .panel-heading a:before {
        content: "\f056";
        font-family: fontAwesome;
        padding: 0 6px 0 0;
        font-size: 18px;
        float: left;
        position: relative;
        top: -2px; }
      .course-assignments.panel-default .panel-body .panel-default .panel-heading .collapsed:before {
        content: "\f055";
        font-family: fontAwesome;
        position: relative;
        top: -2px; }
      .course-assignments.panel-default .panel-body .panel-default .panel-heading a:hover {
        text-decoration: none;
        color: #fff !important; }
      .course-assignments.panel-default .panel-body .panel-default .panel-heading a:focus {
        text-decoration: none;
        color: #fff !important; }
    .course-assignments.panel-default .panel-body .panel-default .panel-body {
      background: none;
      border: none; }
      .course-assignments.panel-default .panel-body .panel-default .panel-body img {
        width: 25px;
        height: 25px;
        margin-top: 6px; }
      .course-assignments.panel-default .panel-body .panel-default .panel-body .field-blk {
        width: 100%;
        float: left;
        padding: 6px; }
        .course-assignments.panel-default .panel-body .panel-default .panel-body .field-blk label {
          float: left;
          margin: 5px 5px 0 0; }
        .course-assignments.panel-default .panel-body .panel-default .panel-body .field-blk .jqxCourseStatus.jqx-dropdownlist-state-normal {
          width: 215px !important; }

/*----------Course  Viwer-------------*/
.course-details.panel-default, .course-viewer.panel-default {
  background-color: #ebebeb;
  border: none; }
  .course-details.panel-default .portlet-toolbar li span, .course-viewer.panel-default .portlet-toolbar li span {
    color: #fff; }
  .course-details.panel-default .portlet-toolbar li span:hover i, .course-viewer.panel-default .portlet-toolbar li span:hover i {
    color: #333; }
  .course-details.panel-default .panel-heading, .course-viewer.panel-default .panel-heading {
    background: #ebebeb;
    border: none;
    color: #000; }
    .course-details.panel-default .panel-heading i, .course-viewer.panel-default .panel-heading i {
      display: none; }
  .course-details.panel-default .panel-body, .course-viewer.panel-default .panel-body {
    background: #ebebeb;
    padding-top: 0;
    padding-bottom: 0; }

.course-details.panel-default .well {
  width: 100%;
  float: left; }

.course-viewer .jq-noscorm-message, .course-details .jq-noscorm-message {
  color: white;
  z-index: 999;
  text-align: center;
  font-size: 50px;
  position: relative; }
  .course-viewer .jq-noscorm-message span, .course-details .jq-noscorm-message span {
    position: absolute;
    top: 23%;
    left: 0;
    padding: 164px 60px;
    width: 100%;
    background: #000; }

.course-viewer .jq-scorm-content, .course-details .jq-scorm-content {
  background: url(/themes/hamilton2/images/loading_spinner.gif) #000000 center;
  background-repeat: no-repeat; }

.courseplayer {
  position: relative;
  z-index: 2; }

/*----------------------Portlet Course Resources-------------------------*/
.panel-course-resources .panel-body {
  padding: 0; }

.panel-course-resources .jq-portlet-header.panel-heading {
  background: none;
  border: none;
  color: #000000 !important; }

.panel-course-resources #contentSearch {
  padding: 10px; }
  .panel-course-resources #contentSearch .form-control {
    width: 75%;
    display: inline-block; }
  .panel-course-resources #contentSearch .btn-primary {
    margin-left: 2px; }

.panel-course-resources .contentcount {
  padding: 15px;
  font-weight: bold;
  background: #fff; }

.panel-course-resources .contentgrid {
  margin: 0 15px 15px; }
  .panel-course-resources .contentgrid .jqx-grid-cell a {
    padding: 10px 0;
    margin-left: 15px; }
  .panel-course-resources .contentgrid .jqx-widget .jqx-grid-column-header span {
    padding: 0 0 0 12px; }
  .panel-course-resources .contentgrid a i {
    padding: 15px 5px;
    font-size: 14px;
    line-height: 24px;
    margin-left: 12px; }
  .panel-course-resources .contentgrid i {
    float: left;
    font-size: 26px;
    padding: 7px; }
  .panel-course-resources .contentgrid .content-details {
    padding: 10px 0; }
  .panel-course-resources .contentgrid p:empty {
    display: none; }
  .panel-course-resources .contentgrid .jq-content-action {
    padding: 20px 0 !important; }

.assessment-navigator .badge {
  display: block;
  height: 26px;
  width: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 12pt;
  text-align: center;
  padding: 6px 3px 1px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none; }

.assessment-navigator .grid-row {
  font-size: 12px;
  line-height: 1.4;
  padding: 6px 0;
  float: left; }

/*-------------------course-participants-------------------*/
.course-participants .panel-body {
  padding: 0;
  height: auto; }
  .course-participants .panel-body .list-group {
    height: 280px; }
  .course-participants .panel-body span {
    color: #fff;
    font-size: 14px;
    padding-left: 10px; }
  .course-participants .panel-body .jqx-widget-header {
    display: none !important; }
  .course-participants .panel-body .jqx-grid.jqx-widget {
    width: 100% !important;
    margin-left: 0 !important;
    background: no-repeat;
    border: none; }
    .course-participants .panel-body .jqx-grid.jqx-widget .jqx-grid-cell {
      background: none;
      border: none; }
    .course-participants .panel-body .jqx-grid.jqx-widget #contentjqxCourseParticipants {
      width: 100% !important;
      background: none !important;
      border: none !important; }
      .course-participants .panel-body .jqx-grid.jqx-widget #contentjqxCourseParticipants div {
        width: 100% !important;
        background: none !important;
        border: none !important; }
    .course-participants .panel-body .jqx-grid.jqx-widget table {
      width: 100% !important; }
    .course-participants .panel-body .jqx-grid.jqx-widget tr {
      cursor: pointer; }
    .course-participants .panel-body .jqx-grid.jqx-widget td div {
      width: 97% !important; }
      .course-participants .panel-body .jqx-grid.jqx-widget td div .sendmail {
        width: 100%;
        text-align: right; }
        .course-participants .panel-body .jqx-grid.jqx-widget td div .sendmail i {
          font-size: 20px;
          margin: 0;
          color: #fff !important;
          margin-right: 12px; }

/*---------------Enrollment Results---------------*/
.enrollment-results-list {
  padding: 10px; }

/*----- course-item -----*/
.course-item a {
  color: #fff;
  position: absolute;
  lefT: 18px;
  top: 130px;
  text-decoration: none; }
  .course-item a:hover {
    color: #cccccc; }

.course-item.col-sm-4 {
  border: 2px solid #fff;
  padding: 15px;
  margin: 0; }
  .course-item.col-sm-4 .provider-img {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
    border-radius: 2px;
    line-height: 100px;
    transition: .2s;
    -webkit-transition: .2s; }
    .course-item.col-sm-4 .provider-img img {
      border: 1px solid #fff; }
  .course-item.col-sm-4 .provider-description {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    margin-left: 12px;
    color: #fff; }
  .course-item.col-sm-4 p {
    font-size: 12px;
    color: #fff;
    height: auto;
    overflow: hidden;
    cursor: pointer; }
  .course-item.col-sm-4 p:not(.expand) {
    background: transparent;
    height: 80px;
    overflow: hidden; }
  .course-item.col-sm-4 p.expand:after {
    display: none; }
  .course-item.col-sm-4 p:after {
    content: '';
    position: absolute;
    top: 100px;
    right: 10px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #28aadc 100%);
    display: block;
    height: 50px;
    width: calc(100% - 140px);
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px); }
  .course-item.col-sm-4 h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    height: 40px; }

.actionstep-user-review .awardpoints-actionstep {
  padding: 20px 10px;
  background: #f4f4f4;
  margin: 20px 0;
  border: 1px solid #ccc;
  display: flex; }

.actionstep-user-review .points-erned-rubrics .award-ponits {
  margin-left: 10px;
  margin-right: 10px; }

.actionstep-user-review .actionstep-user-details {
  padding: 20px;
  margin: 10px 0 20px 0;
  height: 100px;
  background: #f4f4f4;
  border-radius: 5px; }
  .actionstep-user-review .actionstep-user-details img {
    float: left;
    margin-top: -15px;
    margin-right: 15px;
    width: 90px;
    height: 90px;
    border-radius: 50%; }

/*----------------Panel Course Selector-----------------*/
.pl-course-selector label {
  color: #fff; }

.section-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px; }

.sharedby {
  width: 100%;
  float: left;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 5px;
  margin-bottom: 10px; }
  .sharedby .text-info:first-child {
    position: relative;
    top: 6px; }

.subsection-wrapper .panel {
  margin-bottom: 20px; }

.dashboard .tab-content, .dashboardStudent .tab-content {
  padding: 15px;
  float: left;
  width: 100%; }
  .dashboard .tab-content .year-filter, .dashboardStudent .tab-content .year-filter {
    padding-right: 42px; }
    @media (max-width: 1024px) {
      .dashboard .tab-content .year-filter, .dashboardStudent .tab-content .year-filter {
        margin-bottom: 15px;
        padding-right: 30px; } }
    .dashboard .tab-content .year-filter .tab-help-icon, .dashboardStudent .tab-content .year-filter .tab-help-icon {
      position: absolute;
      top: 0px;
      right: 0px; }
      @media (min-width: 1200px) {
        .dashboard .tab-content .year-filter .tab-help-icon, .dashboardStudent .tab-content .year-filter .tab-help-icon {
          position: absolute;
          right: 10px !important; } }
      @media (max-width: 667px) {
        .dashboard .tab-content .year-filter .tab-help-icon, .dashboardStudent .tab-content .year-filter .tab-help-icon {
          top: -10px; } }
  .dashboard .tab-content .columns.layout2-84 .column, .dashboardStudent .tab-content .columns.layout2-84 .column {
    margin-top: 15px; }

.dashboard-assessments .panel-heading {
  display: none; }

.dashboard-assessments .panel-body h2 {
  margin-left: 20px; }

.dashboard-assessments .panel-body .plp_page {
  padding: 0 15px 15px 0; }

.plp_page .panel-heading-accordion .panel-body {
  float: left;
  border: none !important; }

.dashboard-myinterests .panel-body .error, .my-interests .panel-body .error {
  margin: 0 0 20px 0; }

.dashboard-myinterests .panel-body .my-interests, .my-interests .panel-body .my-interests {
  margin: 20px 0 0 0; }
  .dashboard-myinterests .panel-body .my-interests .table-container, .my-interests .panel-body .my-interests .table-container {
    margin: 0; }
  .dashboard-myinterests .panel-body .my-interests .table, .my-interests .panel-body .my-interests .table {
    font-weight: bold;
    font-size: 1.1em;
    border: none;
    margin: 0; }
    .dashboard-myinterests .panel-body .my-interests .table td, .my-interests .panel-body .my-interests .table td {
      width: 50%;
      border-top: none;
      border-bottom: 1px solid #ddd;
      padding: 4px; }

.dashboard-myinterests .panel-body .myinterest-comment label, .my-interests .panel-body .myinterest-comment label {
  font-size: 80%;
  font-weight: lighter; }

.dashboard-myinterests .panel-body .jqx-dropdownlist-state-normal, .my-interests .panel-body .jqx-dropdownlist-state-normal {
  margin: 0 0 20px 0; }

.dashboard-myinterests .panel-body h2, .my-interests .panel-body h2 {
  margin-left: 20px; }

.dashboard-myinterests .unlike:before, .my-interests .unlike:before {
  content: "\f164";
  color: #f7b802; }

.dashboard-myinterests .like:before, .my-interests .like:before {
  content: "\f164";
  color: #7069b2; }

#divMyinterestIContainer .button {
  margin: 15px 0 0 0; }

#noteComment {
  padding: 15px 0 0 0; }

.dashboard-journal .panel-body h2 {
  margin: 0 0 15px 0; }

.dashboard-journal .panel-body .well {
  width: 100%;
  float: left; }

.dashboard-strengths .panel-body .jqx-dropdownlist-state-normal {
  margin: 0 0 20px 0; }

.dashboard-teachers .panel-body {
  padding: 0; }
  .dashboard-teachers .panel-body .error {
    padding: 15px; }
  .dashboard-teachers .panel-body .table {
    margin-bottom: 0; }
  .dashboard-teachers .panel-body .table > tbody > tr:last-child {
    border-bottom: none; }
  .dashboard-teachers .panel-body .table-striped > tbody > tr:nth-child(odd) > td, .dashboard-teachers .panel-body .table-striped > tbody > tr:nth-child(odd) > th {
    border: none; }
  .dashboard-teachers .panel-body .table-hover > tbody > tr:nth-child(even) {
    border: none; }
  .dashboard-teachers .panel-body .table td {
    border: none; }
  .dashboard-teachers .panel-body img {
    border-radius: 50%;
    width: 100% !important; }

.dashboard-profileupdates .jqx-grid-cell-left-align {
  margin-top: 10px !important; }

.dashboard-profileupdates .panel-body, .dashboard-d .panel-body {
  padding: 0; }
  .dashboard-profileupdates .panel-body a, .dashboard-profileupdates .panel-body i, .dashboard-d .panel-body a, .dashboard-d .panel-body i {
    max-width: 100%; }
  .dashboard-profileupdates .panel-body .jqx-grid-cell-left-align .well, .dashboard-d .panel-body .jqx-grid-cell-left-align .well {
    padding: 10px 10px;
    border: none;
    margin: 20px 20px 20px 0; }
  .dashboard-profileupdates .panel-body .jqx-grid-cell-left-align ul, .dashboard-d .panel-body .jqx-grid-cell-left-align ul {
    margin: 0;
    padding: 0; }
    .dashboard-profileupdates .panel-body .jqx-grid-cell-left-align ul li, .dashboard-d .panel-body .jqx-grid-cell-left-align ul li {
      margin: 0;
      padding: 0; }
  .dashboard-profileupdates .panel-body .jqx-grid-cell-left-align .profileupdates-date, .dashboard-d .panel-body .jqx-grid-cell-left-align .profileupdates-date {
    font-weight: bold;
    margin-top: 10px; }
  .dashboard-profileupdates .panel-body .jqx-grid-cell-left-align .profileupdates-category, .dashboard-d .panel-body .jqx-grid-cell-left-align .profileupdates-category {
    font-weight: bold;
    margin-bottom: 10px; }
  .dashboard-profileupdates .panel-body .jqx-widget .jqx-grid-cell, .dashboard-profileupdates .panel-body .jqx-widget-content, .dashboard-d .panel-body .jqx-widget .jqx-grid-cell, .dashboard-d .panel-body .jqx-widget-content {
    border: 0; }
  .dashboard-profileupdates .panel-body .jqx-grid-content img, .dashboard-d .panel-body .jqx-grid-content img {
    border-radius: 50%;
    margin: 5px 5px 0 0; }
  .dashboard-profileupdates .panel-body .jqx-grid-cell ul, .dashboard-d .panel-body .jqx-grid-cell ul {
    padding-left: 0; }
  .dashboard-profileupdates .panel-body .jqx-grid-cell li, .dashboard-d .panel-body .jqx-grid-cell li {
    list-style: none; }
    .dashboard-profileupdates .panel-body .jqx-grid-cell li :before, .dashboard-d .panel-body .jqx-grid-cell li :before {
      content: "\f00c";
      font: normal normal normal 14px/1 FontAwesome;
      margin-right: 6px;
      position: relative;
      top: 2px; }
  .dashboard-profileupdates .panel-body .jqx-grid-cell a, .dashboard-d .panel-body .jqx-grid-cell a {
    line-height: 24px; }

.course-pulsecheck .panel-body {
  background-image: url("/Themes/Images/portlet_bkg_pulsecheck.png");
  background-size: 155%;
  background-position: -85px 15px;
  font-size: 1.25em;
  color: #ffffff; }
  .course-pulsecheck .panel-body .poll-question, .course-pulsecheck .panel-body .ChartContainer {
    margin: 15px 0; }

.course-pulsecheck ul.poll-paging {
  list-style: none;
  padding-bottom: 20px;
  padding-left: 0; }
  .course-pulsecheck ul.poll-paging a {
    font-size: 18px; }

.course-pulsecheck .poll-question {
  list-style: none;
  line-height: 1em; }
  .course-pulsecheck .poll-question input[type="checkbox"] {
    display: inline;
    margin-right: 0; }
  .course-pulsecheck .poll-question label {
    display: inline;
    font-weight: 400;
    font-size: 14px; }

.teacher-email:hover {
  text-decoration: underline;
  cursor: pointer; }

.studentdetails-supportteam .panel-body {
  padding: 0; }
  .studentdetails-supportteam .panel-body .error {
    padding-top: 15px; }

.studentdetails-supportteam .fa-envelope {
  margin-left: -2px;
  margin-top: 2px; }

.course-supportteam.panel .panel-default, .studentdetails-supportteam .panel-default {
  border: 0;
  margin-bottom: 0; }

.course-supportteam.panel .table, .studentdetails-supportteam .table {
  margin-bottom: -35px; }

.course-supportteam.panel .table > tbody > tr:last-child, .studentdetails-supportteam .table > tbody > tr:last-child {
  border-bottom: none; }

.course-supportteam.panel .table-striped > tbody > tr:nth-child(odd) > td, .course-supportteam.panel .table-striped > tbody > tr:nth-child(odd) > th, .studentdetails-supportteam .table-striped > tbody > tr:nth-child(odd) > td, .studentdetails-supportteam .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #bbbbbb;
  border: none; }

.course-supportteam.panel .table-hover > tbody > tr:hover > td, .course-supportteam.panel .table-hover > tbody > tr:hover > th, .studentdetails-supportteam .table-hover > tbody > tr:hover > td, .studentdetails-supportteam .table-hover > tbody > tr:hover > th {
  background: #959595; }

.course-supportteam.panel .table-hover > tbody > tr:nth-child(even), .studentdetails-supportteam .table-hover > tbody > tr:nth-child(even) {
  background: #a2a2a2;
  border: none; }

.course-supportteam.panel .table td, .studentdetails-supportteam .table td {
  border: none; }

.course-supportteam.panel img, .studentdetails-supportteam img {
  background: #ffffff;
  margin-top: 4px;
  border-radius: 50%;
  width: 100% !important; }

.dashboard-habitsanddispositions {
  color: #333; }
  .dashboard-habitsanddispositions .panel-body .progress-container {
    padding: 0 0 20px 0; }
    .dashboard-habitsanddispositions .panel-body .progress-container .jqx-progressbar {
      height: 1.3em !important;
      line-height: 3 !important; }
  .dashboard-habitsanddispositions .panel-body .jq-SDLegend.indicators {
    position: relative;
    height: 36px;
    display: block;
    bottom: -15px;
    top: 15px;
    width: 104%;
    left: -14px;
    right: 0; }

.dashboard-portfolio {
  border: none !important; }
  .dashboard-portfolio .panel-heading {
    display: none; }
  .dashboard-portfolio .panel-body {
    background: none !important;
    padding: 0 !important; }
    .dashboard-portfolio .panel-body .item-list-zone {
      background: #ffffff; }
    .dashboard-portfolio .panel-body .previewfile-zonelink {
      background: #ffffff; }
    .dashboard-portfolio .panel-body .filter-reset {
      padding-bottom: 20px; }
      .dashboard-portfolio .panel-body .filter-reset .button {
        margin: 0;
        width: 88%; }
    .dashboard-portfolio .panel-body .filter-Check-Date {
      margin-right: 25px; }

.dashboard-notes {
  z-index: 1; }
  .dashboard-notes .panel-body h2 {
    color: #090909;
    margin-left: 20px; }
  .dashboard-notes .panel-body .notes-body {
    border-radius: 8px;
    float: left;
    width: 100%;
    margin-top: 20px; }
    .dashboard-notes .panel-body .notes-body h2 {
      margin: 0 !important; }

.dashboard-instructionalconsideration .jqx-dropdownlist-state-normal {
  margin: 0 0 20px 0; }

.dashboard-instructionalconsideration .topcomment {
  margin-bottom: 15px;
  display: block; }

.dashboard-instructionalconsideration .myinterest-comment {
  display: inline-block;
  padding-left: 12px; }
  .dashboard-instructionalconsideration .myinterest-comment i.fa-comment {
    color: #cccccc;
    cursor: pointer;
    float: none !important;
    padding-top: 0 !important; }

.dashboard-instructionalconsideration .panel-body h2 {
  color: #090909;
  margin-left: 20px; }

.dashboard-instructionalconsideration .panel-body .well {
  background: #ffffff; }

.plp-lcl .portlet-toolbar ul.dropdown-menu {
  background: #333333; }

.plp-lcl .panel-body {
  padding: 0; }
  .plp-lcl .panel-body .error {
    padding: 15px; }
  .plp-lcl .panel-body .jqx-widget-content {
    margin-left: 0; }
  .plp-lcl .panel-body .jqx-grid-column-header span {
    padding: 0; }
  .plp-lcl .panel-body .jqx-grid .jqx-grid-column-header {
    background: #aaaaaa !important;
    text-align: left !important; }
    .plp-lcl .panel-body .jqx-grid .jqx-grid-column-header :hover {
      background: #dddddd; }
  .plp-lcl .panel-body .jqx-grid-cell a, .plp-lcl .panel-body .jqx-grid-cell i {
    color: #aaaaaa !important; }
  .plp-lcl .panel-body .jqx-grid-cell-alt a, .plp-lcl .panel-body .jqx-grid-cell-alt i {
    color: #919191 !important; }

.dashboard-goals .panel-title.column {
  width: 87% !important; }

.dashboard-goals .panel-body {
  width: 100%; }
  .dashboard-goals .panel-body .btn-inline {
    margin-top: 15px;
    width: 100%; }
    @media (max-width: 380px) {
      .dashboard-goals .panel-body .btn-inline .button {
        margin-top: 10px; } }
  .dashboard-goals .panel-body .panel-custom-content {
    background: none;
    border: none;
    padding: 0; }

.goal-filter .panel-body {
  padding: 15px 12px; }

.goal-filter .goal-duedate:empty {
  display: none; }

.dashboard-extraCcurricularactivities .panel-body .jqx-grid .jqx-grid-column-header {
  text-align: left !important; }

.dashboard-extraCcurricularactivities .panel-body .checkbox-custom-label {
  margin-left: 15px;
  margin-right: 5px; }
  .dashboard-extraCcurricularactivities .panel-body .checkbox-custom-label input[type="checkbox"] {
    float: left; }

.phTabNotes {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 240px; }

.dashboard-Data .filters-header {
  font-weight: bold;
  width: 100%;
  float: left;
  padding: 5px;
  background: #444444;
  color: #ffffff;
  line-height: 35px; }

.dashboard-Data .filters-body {
  padding: 20px 0 3px 0;
  float: left;
  width: 100%;
  font-size: 13px; }

.dashboard-Data .form-group {
  float: none; }

.dashboard-Data .btn-group {
  margin: 10px; }

.dashboard-myclasses .innerdiv {
  margin-bottom: 15px; }
  .dashboard-myclasses .innerdiv .img-container {
    margin-right: 10px;
    border-radius: 5px;
    float: left; }
    .dashboard-myclasses .innerdiv .img-container span {
      width: 75px;
      height: 75px;
      display: inline-block;
      border-radius: 6px; }

.dashboard-myclasses h5 {
  margin: 0;
  text-overflow: ellipsis;
  height: 48px;
  width: 100%;
  word-wrap: break-word; }

.dashboard-myclasses .col-sm-4 {
  margin-bottom: 15px;
  padding: 0 10px;
  min-height: 114px; }

.dashboard-myclasses .button {
  padding: 3px 15px; }

.dashboard-myclasses .pagination {
  margin: -20px 0 0 0;
  float: right;
  width: 100%; }

.dashboard-studentprogressmonitor #parent {
  width: 6000px; }

.dashboard-studentprogressmonitor .jq-ChEnlarge {
  color: #f00;
  width: 20px;
  position: absolute;
  bottom: -1px;
  z-index: 998;
  height: 16px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  margin: 0 0 0 22px;
  line-height: 15px;
  font-size: 11px;
  cursor: pointer;
  transform: rotateX(180deg); }

.dashboard-studentprogressmonitor .jq-RangeExpanded {
  width: 100% !important; }

.dashboard-studentprogressmonitor .contentBlock {
  font-size: 10em;
  text-align: center;
  line-height: 400px;
  height: 400px;
  width: 500px;
  margin: 10px;
  border: 1px solid black;
  float: left; }

.dashboard-studentprogressmonitor .panner {
  border: 1px solid black;
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 45%; }

.dashboard-studentprogressmonitor .active {
  color: red; }

.dashboard-studentprogressmonitor #panLeft {
  left: 0; }

.dashboard-studentprogressmonitor #panRight {
  right: 0; }

.dashboard-studentprogressmonitor .OnHoverPopUp {
  height: auto;
  width: 300px;
  border: 2px #999 solid;
  z-index: 9999999999999;
  background-color: #fff;
  position: absolute;
  opacity: 0.8;
  padding: 15px;
  display: none;
  font-family: arial;
  line-height: 24px;
  border-radius: 3px; }

.dashboard-studentprogressmonitor .jq-ChExpander {
  position: absolute;
  top: 410px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 10px;
  margin-left: -1px;
  background: #fff;
  border: 1px solid #000;
  color: #F00;
  z-index: 99;
  transform: rotateX(180deg); }

.dashboard-studentprogressmonitor .jq-ChRange {
  width: 8px;
  float: left;
  height: 427px;
  border: 1px solid #CFCFCF;
  background-color: #CFCFCF;
  overflow: hidden !important; }

.dashboard-studentprogressmonitor .SDhoverDetails {
  width: 50%;
  float: left; }

.dashboard-studentprogressmonitor .SDChartMAinDiv {
  margin-top: 15px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid gray;
  overflow: hidden;
  background-color: white;
  height: 470px !important; }

.dashboard-studentprogressmonitor .ChartScale {
  transform: rotateX(180deg);
  background-color: #FFFFFF;
  background: repeating-linear-gradient(90deg, #FFFFFF, #FFFFFF 8px, #c2c2c2 2px, #c2c2c2 10px);
  text-align: right;
  width: 100%;
  border-right: 3px #c2c2c2 solid;
  font-weight: 700;
  font-size: 17px;
  border-top: 1px solid #c2c2c2;
  height: 20px; }

.dashboard-studentprogressmonitor .SDhoverImage {
  width: 44%;
  float: left;
  border: 3px #999 solid; }

.dashboard-studentprogressmonitor .SDhoverImage img {
  width: 100%;
  height: 100%; }

.dashboard-studentprogressmonitor .jq-ChartIcon {
  width: 41px;
  transform: rotateX(180deg);
  padding: 2px;
  color: white;
  height: 41px;
  border: 1px solid;
  margin: 2px;
  border-radius: 4px;
  float: left; }

.dashboard-studentprogressmonitor .jq-ChartExandImage {
  width: 81px;
  padding: 2px;
  height: 82px;
  border: 1px solid;
  margin: 2px;
  border-radius: 4px;
  float: left; }

.dashboard-studentprogressmonitor .jq-SDChartWrap {
  width: 100%;
  height: 425px !important;
  margin-left: auto;
  margin-right: auto;
  transform: rotateX(180deg); }

.dashboard-studentprogressmonitor .jq-stCard {
  width: 200px;
  border: 1px solid #cfcfcf;
  padding: 9px;
  height: auto;
  float: left;
  margin: 0 15px 15px 0; }

.dashboard-studentprogressmonitor .modal-content {
  float: left;
  width: 100%; }

.dashboard-studentprogressmonitor .jq-stCard img {
  width: 180px !important;
  height: 150px !important;
  border-radius: 1px; }

.dashboard-studentprogressmonitor .overlay {
  pointer-events: none;
  opacity: 0.5; }

/*================= Qlabbir 2.0 styling start =================*/
/*-----------------My Favorites-----------------*/
.db-fav.panel-default .panel-body {
  padding: 0 0 5px 0 !important;
  margin: 0;
  height: 296px; }
  .db-fav.panel-default .panel-body .jqx-widget-content {
    background-color: transparent;
    border-width: 0;
    color: #fff; }
  .db-fav.panel-default .panel-body a {
    color: #666; }
  .db-fav.panel-default .panel-body .nodata {
    margin: 0; }
  .db-fav.panel-default .panel-body .jqx-tree {
    border-radius: 0; }
    .db-fav.panel-default .panel-body .jqx-tree .jqx-tree-item {
      padding: 5px;
      border: solid 2px transparent; }
    .db-fav.panel-default .panel-body .jqx-tree .jqx-fill-state-pressed {
      border: 2px solid transparent;
      color: #fff; }
    .db-fav.panel-default .panel-body .jqx-tree .jqx-fill-state-hover {
      background-color: #999;
      border-color: transparent; }
  .db-fav.panel-default .panel-body .list-group {
    height: 280px;
    padding-left: 0; }
    .db-fav.panel-default .panel-body .list-group .list-group-item {
      border-radius: 0;
      background: none;
      border: none; }
    .db-fav.panel-default .panel-body .list-group .list-group-item.active {
      background: rgba(0, 0, 0, 0.3); }
  .db-fav.panel-default .panel-body a:before {
    content: "\f005";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 5px; }
  .db-fav.panel-default .panel-body h4 {
    font-size: 14px;
    margin: 5px 0 5px 0;
    font-weight: bold; }

/*--------------My Documents-------------*/
.db-docs.panel-default .panel-body, .my-folders.panel-default .panel-body {
  padding: 0;
  height: 295px;
  /*.AjaxUploaderProgressTable {
            display: none;
        }*/ }
  .db-docs.panel-default .panel-body .nodata.jq-emptyDocuments, .my-folders.panel-default .panel-body .nodata.jq-emptyDocuments {
    margin: 0; }
  .db-docs.panel-default .panel-body .doc-name, .my-folders.panel-default .panel-body .doc-name {
    color: #fff; }
  .db-docs.panel-default .panel-body i.fa.fa-arrow-circle-o-down, .my-folders.panel-default .panel-body i.fa.fa-arrow-circle-o-down {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.4);
    vertical-align: middle;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 0 0 0 -6px;
    opacity: 0.5; }
  .db-docs.panel-default .panel-body .add-attachment-link, .my-folders.panel-default .panel-body .add-attachment-link {
    position: relative;
    top: -8px;
    text-decoration: none; }
  .db-docs.panel-default .panel-body .addattachments-cancel, .my-folders.panel-default .panel-body .addattachments-cancel {
    display: none; }
  .db-docs.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid, .my-folders.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid {
    width: 100% !important;
    border: none;
    background: none;
    margin-left: 5px;
    margin-right: 15px; }
    .db-docs.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid div, .my-folders.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid div {
      width: 100% !important;
      background: none !important;
      border: none !important; }
    .db-docs.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid .jqx-grid-header, .my-folders.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid .jqx-grid-header {
      display: none !important; }
    .db-docs.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid table, .my-folders.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid table {
      width: 100% !important;
      padding: 0 0 0 10px; }
    .db-docs.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid td, .my-folders.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid td {
      background: none;
      border: none;
      width: 100%;
      padding: 10px 0;
      cursor: pointer; }
      .db-docs.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid td span.doc-name, .my-folders.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid td span.doc-name {
        word-break: break-all;
        width: 90%;
        padding: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .db-docs.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid td span.doc-name:hover, .my-folders.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid td span.doc-name:hover {
        text-decoration: underline; }
      .db-docs.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid td .date, .my-folders.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid td .date {
        font-size: 10px;
        color: #fff;
        position: relative;
        top: -2px; }
      .db-docs.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid td .doc-name:before, .my-folders.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid td .doc-name:before {
        content: "\f15c";
        font-family: fontAwesome;
        margin-right: 8px; }
    .db-docs.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid .jqx-widget-header, .my-folders.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid .jqx-widget-header {
      display: none; }
    .db-docs.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid #verticalScrollBarjqxFileTable, .my-folders.panel-default .panel-body .jqx-grid.jqx-widget.upload-grid #verticalScrollBarjqxFileTable {
      display: none; }
  .db-docs.panel-default .panel-body .AjaxUploaderProgressTable td div, .my-folders.panel-default .panel-body .AjaxUploaderProgressTable td div {
    width: 250px !important; }
  .db-docs.panel-default .panel-body .AjaxUploaderProgressTable td, .my-folders.panel-default .panel-body .AjaxUploaderProgressTable td {
    width: 200px !important;
    display: block;
    padding: 2px 0; }
  .db-docs.panel-default .panel-body .document-upload, .my-folders.panel-default .panel-body .document-upload {
    height: 280px; }

/*--------------------------My Folders-----------------*/
.my-folders.panel-default .panel-body {
  height: auto; }

.my-folders.panel-default .list-group {
  margin: 0;
  padding-bottom: 15px; }
  .my-folders.panel-default .list-group li {
    list-style-type: none; }
  .my-folders.panel-default .list-group a {
    list-style: none;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    transition-property: background;
    color: #fff;
    border-radius: 0; }
  .my-folders.panel-default .list-group a.active {
    background: rgba(0, 0, 0, 0.5); }
  .my-folders.panel-default .list-group a:hover {
    background: rgba(0, 0, 0, 0.5); }

.my-folders.panel-default .nodata.folder {
  margin: 0 0 10px 0; }

.dashboard-Reportlets .divSelectedItem {
  height: 30px;
  width: 100%;
  border: 1px solid #ccc;
  padding-top: 5px !important;
  border-radius: 5px; }
  .dashboard-Reportlets .divSelectedItem label {
    font-weight: normal; }
  .dashboard-Reportlets .divSelectedItem .jqx-icon-arrow-down {
    margin-top: 0 !important;
    top: 0 !important;
    float: right;
    width: 26px; }

.panel-mydashboardtips .panel-body, .panel-mychildrentips .panel-body, .panel-mypregnancytips .panel-body, .panel-myfriendstips .panel-body {
  font-size: 18px;
  border-radius: 6px !important; }
  .panel-mydashboardtips .panel-body span.reference-tip, .panel-mychildrentips .panel-body span.reference-tip, .panel-mypregnancytips .panel-body span.reference-tip, .panel-myfriendstips .panel-body span.reference-tip {
    color: #685352 !important;
    font-size: 18px; }

.panel-mydashboardrecommendedarticles {
  margin-bottom: 0; }

/*---- Learner Dashboard Styling ----*/
@media (min-width: 1200px) {
  .learner-dashboard .main-content-wrapper .main-content-container {
    width: 100%; } }

.learner-dashboard .page-title {
  margin-left: 0px;
  margin-right: 0px; }

.learner-dashboard .aboutmeheader-group .aboutme-year {
  /*padding-right: 5px;*/ }
  .learner-dashboard .aboutmeheader-group .aboutme-year .year-filter {
    margin-top: -10px; }
  .learner-dashboard .aboutmeheader-group .aboutme-year .tab-help-icon i {
    margin-top: -3px; }

.learner-dashboard .glyphicon {
  font-size: 30px; }

@media (min-width: 1200px) {
  .learner-dashboard .bg-image .navbar.navbar-default .theme-wrapper .theme-hdr-container {
    width: 100%; } }

/*---- end ----*/
/*---- Parent Dashboard ----*/
.parent-dropdown select {
  padding: 0 20px 0 10px;
  height: 25px;
  font-weight: normal; }

.sdchart {
  width: 100%;
  /*overflow-x: auto;*/ }

.gridActionClick {
  word-break: break-word; }

.section-title {
  font-size: 18px !important; }

/*..............React Styles.................*/
.dashboard-leadershipmsg {
  background-image: linear-gradient(#ccc, #fff); }

@media (min-width: 576px) and (max-width: 767px) {
  .thumbnail {
    height: 318px !important; } }

@media (max-width: 575px) {
  .thumbnail {
    height: 320px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .thumbnail {
    height: 320px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .thumbnail {
    height: 305px !important; } }

@media (min-width: 1200px) {
  .thumbnail {
    height: 320px !important; } }

@media (min-width: 1450px) {
  .thumbnail {
    height: 360px !important; } }

/*  Assessments   the quizes and tests */
.qlabbir-input div:empty:before {
  content: attr(data-placeholder);
  font-weight: normal; }

.qlabbir-input .jqx-datetimeinput {
  margin-top: 15px; }

.assessmentplayer .col-sm-offset-5 {
  margin: 0; }

.assessmentplayer .question-nav .btn-default {
  float: right;
  margin-bottom: -50px;
  z-index: 99;
  position: relative; }

/*assessmentbuilder new styles*/
/* ----------------------R E U S A B L E --------------------------*/
.question-box.active {
  margin: 0;
  padding: 30px 20px;
  z-index: 99;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%; }

.create-assessment i {
  cursor: pointer;
  font-size: 18px; }

.create-assessment .tab-pane {
  padding: 60px 10px 40px 10px;
  width: 100%; }
  .create-assessment .tab-pane p {
    clear: both;
    width: 100%; }
  .create-assessment .tab-pane .tab-pane {
    padding: 10px 0; }

.create-assessment .as-top-menu {
  height: 160px;
  position: relative;
  z-index: 1;
  padding: 12px; }
  .create-assessment .as-top-menu .pull-left {
    font-size: 20px;
    font-weight: 600; }
  .create-assessment .as-top-menu p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
    margin: 6px 48px;
    display: block;
    float: left;
    width: 100%; }
  .create-assessment .as-top-menu span {
    vertical-align: middle; }
  .create-assessment .as-top-menu ul {
    list-style: none;
    padding: 0; }
    .create-assessment .as-top-menu ul li {
      display: inline-block; }

.create-assessment .question-box .choice-type {
  width: 150px;
  margin-left: 10px;
  padding: 5px 20px 5px 6px; }

.create-assessment .question-box select {
  border: 0;
  padding: 6px 20px 6px 6px;
  outline: none;
  border-radius: 6px;
  height: auto; }

.create-assessment .question-box .text-field {
  font-size: 18px;
  border: none;
  height: 28px;
  line-height: 28px;
  width: 93%;
  outline: none;
  resize: none;
  overflow-x: hidden;
  display: inline-block;
  overflow-y: hidden;
  max-height: 100%;
  vertical-align: middle;
  margin: 6px 0; }

.create-assessment .question-box ul {
  list-style: none;
  padding: 0;
  top: 50%;
  right: -130px;
  float: left; }
  .create-assessment .question-box ul li a {
    cursor: pointer; }

.create-assessment .question-box .label.label-info {
  padding: 5px; }

.create-assessment .question-box i {
  /*position: relative;*/
  top: 10px; }

.create-assessment .question-box.active .cursor-box {
  background-color: #3da9f2; }

.onoffswitch span {
  vertical-align: middle;
  font-weight: 600;
  padding-left: 20px; }

.jqx-editor-toolbar-group {
  white-space: normal; }

.as-attributes {
  cursor: pointer;
  position: relative; }
  .as-attributes span {
    font-weight: 600; }
  .as-attributes .onoffswitch, .as-attributes i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px; }
  .as-attributes .dropdown-menu i {
    float: right; }

.add-choice {
  margin: 5px 0 16px 5px; }
  .add-choice a {
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid;
    letter-spacing: 2px;
    padding: 4px 0; }

.as-options label {
  font-weight: normal;
  float: left;
  margin-right: 20px; }

.as-options .checkbox-custom + .checkbox-custom-label:before {
  position: relative;
  /*top: -9px;*/
  margin-right: -15px; }

.as-options .text-field {
  font-size: 12px;
  width: 89%; }

.as-options .qlabbir-input {
  width: calc(100% - 70px);
  display: inline-block; }

/*qlabbir-input*/
.qlabbir-rte {
  position: relative; }

.qlabbir-input {
  /* LABEL ======================================= */
  /* active state */
  /*&.qlabbir-rte .qlabbir-textbox:focus ~ label {
        display: none;
    }*/
  /* BOTTOM BARS ================================= */
  /* active state */ }
  .qlabbir-input .qlabbir-textbox {
    padding: 0px 0 10px 0;
    display: inline-block;
    width: 100%;
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
    box-shadow: none; }

@-moz-document url-prefix() {
  .qlabbir-input .qlabbir-textbox {
    padding-top: 10px; } }
  .qlabbir-input .qlabbir-textbox:focus {
    outline: none; }
  .qlabbir-input label {
    font-weight: normal;
    position: relative;
    pointer-events: none;
    left: 0;
    top: -25px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .qlabbir-input .qlabbir-textbox:focus ~ label, .qlabbir-input .qlabbir-textbox:valid ~ label,
  .qlabbir-input.input-filled label {
    top: -48px;
    font-weight: 700; }
  .qlabbir-input.qlabbir-rte label {
    top: 0px;
    position: absolute; }
  .qlabbir-input.qlabbir-rte .qlabbir-textbox:focus ~ label {
    top: -18px; }
  .qlabbir-input.qlabbir-rte.input-filled label {
    top: -18px; }
  .qlabbir-input .bar {
    position: relative;
    display: block;
    width: 100%; }
  .qlabbir-input .bar:before, .qlabbir-input .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .qlabbir-input.qlabbir-rte .bar:before, .qlabbir-input.qlabbir-rte .bar:after {
    bottom: 3px; }
  .qlabbir-input .bar:before {
    left: 50%; }
  .qlabbir-input .bar:after {
    right: 50%; }
  .qlabbir-input .qlabbir-textbox:focus ~ .bar:before, .qlabbir-input .qlabbir-textbox:focus ~ .bar:after {
    width: 50%; }
  .qlabbir-input .jqx-widget-header {
    width: auto !important; }

/*end*/
.nav-button {
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1rem 1rem;
  background: center center no-repeat;
  text-indent: -9999px;
  border: 0;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  position: relative;
  vertical-align: middle; }
  .nav-button span {
    position: absolute;
    top: 0.7rem;
    left: 0;
    width: 1.5rem;
    height: 2px;
    margin: 0 0 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .nav-button span:before, .nav-button span:after {
      content: '';
      position: absolute;
      top: -0.5rem;
      right: 0;
      width: 1.5rem;
      height: 2px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .nav-button span:after {
      top: 80px; }
  .nav-button.transform span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .nav-button.transform span:before, .nav-button.transform span:after {
      content: '';
      top: -5px;
      right: -2px;
      width: 1rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .nav-button.transform span:after {
      top: 5px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.grade-list {
  padding: 0;
  margin: 24px 0 -12px; }

/* Simple setup for this demo */
.mdl-stepper-title {
  line-height: 18px;
  text-align: center;
  font-weight: normal;
  width: 145px;
  margin: 4px -45px 0; }

/*news stepper*/
.wizard {
  position: relative;
  top: -120px;
  width: 100%; }
  .wizard .col-sm-2 {
    padding: 0; }
  .wizard .wizard-inner {
    position: relative; }
  .wizard .nav-tabs.wizard-tabs {
    border: 0;
    width: 75%;
    margin: auto; }

.connecting-line {
  height: 2px;
  position: absolute;
  width: 60%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1; }

.wizard .nav-tabs.wizard-tabs > li.active > a,
.wizard .nav-tabs.wizard-tabs > li.active > a:hover,
.wizard .nav-tabs.wizard-tabs > li.active > a:focus {
  cursor: default;
  border: 0;
  border-bottom-color: transparent; }

span.round-tab {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center; }

.wizard .nav-tabs.wizard-tabs > li {
  width: 20%;
  margin-right: 0;
  background: none;
  border: 0; }

.wizard .tab-content {
  border: 0;
  padding: 0 5px; }

.wizard .tab-content.config-access {
  border: #ccc 1px solid;
  border-top: 0; }

.wizard .nav-tabs.wizard-tabs li:after {
  content: " ";
  position: absolute;
  left: 19%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0;
  border: 5px solid transparent;
  transition: 0.01s ease-in-out;
  z-index: 99; }

.wizard li.active:after {
  /*content: " ";*/
  left: 45%;
  opacity: 1;
  margin: 0 auto;
  bottom: -32px;
  border: 12px solid transparent; }

.wizard .nav-tabs.wizard-tabs > li a {
  width: 50px;
  height: 50px;
  margin: 20px auto;
  padding: 0; }

.wizard .nav-tabs.wizard-tabs > li a:hover {
  background: transparent; }

.wizard h3 {
  margin-top: 0; }

@media (max-width: 585px) {
  .create-assessment .as-top-menu {
    height: 138px; }
  .create-assessment .wizard {
    top: -80px; }
  .create-assessment .tab-content {
    margin-top: -44px; }
  .main-content-wrapper .main-content-container {
    padding: 0; }
  span.round-tab {
    width: 35px;
    height: 35px;
    line-height: 35px; }
  .wizard .nav-tabs.wizard-tabs > li a {
    width: 35px;
    height: 35px;
    line-height: 35px; }
  .wizard-inner {
    top: -20px; }
  .mdl-stepper-title {
    display: none; }
  .tab-pane {
    top: -1px; }
  .wizard li.active:after {
    left: 36%;
    bottom: -8px;
    border: 8px solid transparent; } }

.dl-horizontal dd {
  margin-left: 60px; }

.dl-horizontal dt {
  float: left;
  width: auto; }

.assessmentbuilder .form-group {
  margin: 15px 0 10px 0; }

.assessmentbuilder .input .jqx-widget-header {
  width: auto !important;
  font-weight: normal; }

.assessmentbuilder .btn-actions {
  padding: 6px 0; }

.assessmentbuilder .create-assessment {
  margin-bottom: 15px; }

.staging img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 12px; }

.qna {
  display: table;
  width: auto; }
  .qna .question {
    display: table-cell;
    padding: 0 15px;
    line-height: 1; }
    .qna .question p {
      margin: 0 0 0 -56px;
      padding-left: 60px;
      line-height: 1.5; }
  .qna label {
    margin: 12px 0;
    display: block;
    margin-left: 0 !important; }
  .qna .qno {
    display: inline-block;
    border-radius: 50%;
    padding: 4px 8px;
    vertical-align: top;
    font-size: 9px; }

.assessment-dashbaord h2 {
  margin: 0; }

.question-editor .ui-state-default, .question-editor .ui-widget-content .ui-state-default, .question-editor .ui-widget-header .ui-state-default {
  border: 0;
  background: none; }

.question-editor .question .input__field {
  font-size: 20px; }

.question-editor .attribute-pills {
  padding: 0 12px;
  margin-top: 10px;
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 10px;
  float: left;
  width: 100%; }
  .question-editor .attribute-pills .form-group {
    margin: 12px 0; }
    .question-editor .attribute-pills .form-group select {
      padding: 5px 20px 5px 5px !important;
      width: auto;
      float: right;
      margin-left: 5px; }
    .question-editor .attribute-pills .form-group span {
      position: relative;
      top: 10px; }
    .question-editor .attribute-pills .form-group .radio-custom-label {
      padding: 0 !important; }
    .question-editor .attribute-pills .form-group .sub-heading {
      float: left;
      font-weight: bold; }

.question-editor input[type=radio] {
  position: relative;
  top: 3px;
  margin-right: 3px; }

.question-editor .custon-choice {
  width: 20%;
  float: left;
  margin: 15px 0; }
  .question-editor .custon-choice label {
    padding-right: 5px;
    margin: 0; }
  .question-editor .custon-choice .btn-info {
    position: relative; }

.question-editor .choice-edit input {
  width: 80px; }

.question-editor .choice-edit input, .question-editor .choice-edit button {
  margin-right: 4px; }

.question-editor h1.likert-header {
  padding-left: 4.25%;
  margin: 20px 0 0; }

.question-editor .statement {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 30px 0 0 4.25%;
  margin-bottom: 10px; }

.question-editor .likert {
  list-style: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  display: block;
  border-bottom: 2px solid #efefef; }

.question-editor .likert:last-of-type {
  border-bottom: 0; }

.question-editor .likert:before {
  content: '';
  position: relative;
  top: 11px;
  left: 9.5%;
  display: block;
  background-color: #b7b7b7;
  height: 4px;
  width: 78%; }

.question-editor .likert li {
  display: inline-block;
  width: 19%;
  text-align: center;
  vertical-align: top; }

.question-editor .likert li input[type=radio] {
  display: block !important;
  position: relative;
  top: -6px;
  left: 50%;
  margin-left: -6px;
  width: 1.5em !important;
  height: 2em !important;
  margin-bottom: -6px; }

.question-editor .likert li label {
  width: 100%;
  font-weight: normal; }

.question-editor .checkbox-inline, .question-editor .radio-inline {
  min-width: 150px;
  margin: 15px 20px 0 0 !important; }

.question p {
  margin: 10px 0 5px 0;
  width: 100%;
  font-weight: bold;
  display: inline; }

.assessment-title img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px; }

.assessment-dashboard .notifications-status-container {
  display: none; }

.assessment-dashboard .top-btns {
  padding: 12px 15px; }
  .assessment-dashboard .top-btns .btn.dropdown-toggle {
    padding: 12px;
    min-width: 160px; }
  .assessment-dashboard .top-btns ul.dropdown-menu {
    padding: 0;
    margin: -1px 0;
    width: 100%; }

/*end*/
.assessment-list {
  border-radius: 6px;
  padding: 12px;
  min-height: 90px;
  margin: 12px 0;
  overflow: hidden; }
  .assessment-list h5 {
    width: 380px;
    margin-top: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .assessment-list a {
    font-weight: 600; }
    .assessment-list a:hover, .assessment-list a a:focus {
      text-decoration: none;
      font-weight: 700; }
  .assessment-list .icon-list {
    position: absolute;
    right: 15px;
    top: 13px;
    border-radius: 0 6px 6px 0;
    padding: 0; }
    .assessment-list .icon-list li {
      padding: 6px;
      cursor: pointer;
      margin: -0.8px 0; }
      .assessment-list .icon-list li:hover {
        border: 0; }
    .assessment-list .icon-list li:first-child {
      border-radius: 0 6px 0 0; }
    .assessment-list .icon-list li:last-child {
      border-radius: 0 0 6px 0; }
  .assessment-list span {
    font-weight: normal;
    color: #272727; }
  .assessment-list .col-sm-6, .assessment-list .col-sm-12 {
    padding: 0; }
  .assessment-list label {
    font-size: 12px;
    display: block; }

.assessment-quanity {
  font-size: 22px;
  line-height: 1;
  margin-top: -16px;
  padding: 6px 12px;
  border-radius: 6px; }

.retake-limit {
  padding: 0 12px; }
  .retake-limit .input {
    display: inline-block;
    width: auto;
    height: 38px; }
  .retake-limit .qlabbir-input {
    padding: 6px; }
  .retake-limit label {
    display: inline; }

.list-view-assessment {
  margin-top: 20px;
  padding: 0 0 15px 0; }
  .list-view-assessment .dataTables_length select {
    min-width: 60px; }
  @media (max-width: 768px) {
    .list-view-assessment {
      overflow: auto !important;
      width: 100%; } }
  .list-view-assessment .table {
    margin-bottom: 0;
    width: 100% !important; }
  .list-view-assessment .table-striped > tbody > tr:nth-child(odd) > td, .list-view-assessment .table-striped > tbody > tr:nth-child(odd) > th {
    background: none; }
  .list-view-assessment .table > tbody > tr > td {
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis; }
  .list-view-assessment .list-inline li {
    padding-left: 0;
    padding-right: 0; }

.feedback .input {
  width: auto; }

.feedback-list {
  padding: 0;
  margin: 0; }
  .feedback-list li {
    padding: 12px; }
  .feedback-list a {
    font-weight: 700; }

.assessment-overlay {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0; }

.choice-type {
  width: auto; }

.assessment-title {
  width: 500px;
  display: inline-block;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  @media (max-width: 667px) {
    .assessment-title {
      width: auto; } }

.initial-setup .col-sm-1 {
  padding: 0; }

.initial-setup .retake-limit .qlabbir-input {
  display: inline-block; }
  .initial-setup .retake-limit .qlabbir-input .qlabbir-textbox {
    padding: 0; }

/*assessment playee css*/
.assessmentplayer ol {
  padding: 0; }
  .assessmentplayer ol li {
    margin-bottom: 30px; }

.assessmentplayer .nav-buttons {
  position: relative;
  margin: 20px 0; }
  .assessmentplayer .nav-buttons a {
    position: absolute;
    top: 0; }
    .assessmentplayer .nav-buttons a i {
      font-size: 38px;
      font-weight: bold; }
    .assessmentplayer .nav-buttons a:first-child {
      left: 0; }
    .assessmentplayer .nav-buttons a:last-child {
      right: 0; }

.options.well {
  background: #f5f5f5;
  padding: 20px; }

.question-view, .as-options {
  float: left;
  width: 100%;
  padding: 0; }
  .question-view .list-group-item, .as-options .list-group-item {
    min-height: 42px;
    border-radius: 0;
    margin-bottom: 10px; }
  .question-view table, .as-options table {
    width: 100%;
    margin-top: 15px; }
  .question-view td .list-group-item, .as-options td .list-group-item {
    width: 350px;
    float: left; }
  .question-view td i, .as-options td i {
    position: relative;
    top: 12px; }
  .question-view .well, .as-options .well {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    background: #f5f5f5;
    margin: 0 -15px 8px -15px;
    border-radius: 0;
    padding: 20px 28px 0 28px; }
  .question-view .move-options, .as-options .move-options {
    text-align: center;
    padding-top: 80px; }
    .question-view .move-options .fa, .as-options .move-options .fa {
      border: 1px solid #ccc;
      border-radius: 50%;
      padding: 14px 10px; }
  .question-view .clear-options .list-group-item, .as-options .clear-options .list-group-item {
    padding-left: 0;
    border: none;
    background: none; }

.question-layout img {
  width: 100%; }

.question-layout ul {
  padding: 0; }
  .question-layout ul ul {
    padding: 0 0 0 20px; }
    .question-layout ul ul li {
      list-style-type: disc;
      padding: 5px 0; }

/*end*/
.my-assignment-notation {
  font-weight: bold; }
  .my-assignment-notation .grading-count {
    font-weight: bold; }

/*---------------Likart Options---------------------*/
h1.likert-header {
  padding-left: 4.25%;
  margin: 20px 0 0; }

.statement {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 30px 0 0 4.25%;
  margin-bottom: 10px; }

.likert {
  list-style: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  display: block;
  border-bottom: 2px solid #efefef; }

.likert:last-of-type {
  border-bottom: 0; }

.likert:before {
  content: '';
  position: relative;
  top: 11px;
  left: 9.5%;
  display: block;
  background-color: #b7b7b7;
  height: 4px;
  width: 78%; }

.likert li {
  display: inline-block;
  width: 19%;
  text-align: center;
  vertical-align: top; }

.likert li input[type=radio] {
  display: block !important;
  position: relative;
  top: -5px;
  left: 50%;
  margin-left: -9px;
  width: 1.5em !important;
  height: 1.2em !important;
  margin-bottom: -6px; }

.likert li label {
  width: 100%;
  font-weight: normal; }

.assess-tab .checkbox-inline, .assess-tab .radio-inline {
  min-width: 150px;
  margin: 15px 20px 0 0 !important; }

.drag-options {
  margin: 20px -13px 0 -13px;
  position: relative;
  padding: 15px;
  color: #000;
  background: #e8e8e8;
  border-radius: 0;
  width: auto;
  float: none;
  min-height: 70px;
  text-align: center; }
  .drag-options:after {
    top: -15px;
    right: 50px;
    content: "";
    position: absolute;
    left: 45%;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: #e8e8e8 transparent;
    display: block;
    width: 0; }
  .drag-options .list-group-item {
    border-radius: 0;
    float: left;
    margin-right: 1%;
    border: 1px dashed; }

.drop-options .list-group-item {
  border: 1px dashed #000; }

.action-area {
  margin-top: 10px;
  margin-bottom: 10px; }

.modal .question-view .row {
  padding: 15px 15px 0 15px; }

.modal .drag-options {
  margin: 0 -15px 0 -15px; }

.drag-drop {
  border: 1px dotted #000;
  min-width: 40px;
  min-height: 23px;
  margin-right: 5px;
  display: inline-block;
  padding: 5px 15px;
  margin-left: 5px;
  margin-top: 8px;
  position: relative;
  top: 4px; }

.group-actions {
  background: #eaeaea;
  margin: 0 -15px;
  padding: 10px; }
  .group-actions .score-action, .group-actions .selected-action, .group-actions .action-btns {
    display: inline-block;
    padding-right: 40px;
    width: 33%;
    text-align: center; }
  .group-actions .selected-action {
    text-align: left; }
  .group-actions .score-action input {
    margin: 0; }
  .group-actions .score-action label input[type=number] {
    display: inline;
    width: auto; }
  .group-actions .action-btns {
    text-align: right;
    padding: 0;
    float: right;
    width: 30%;
    margin-top: 15px; }
    .group-actions .action-btns button {
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      text-align: center;
      color: #8d2527; }
      .group-actions .action-btns button:hover {
        background: #484342;
        border: 1px solid #484342;
        color: #fff; }
      .group-actions .action-btns button i {
        margin: 0;
        font-size: 13px; }

.question-no-select .chk-sel-ques {
  display: none; }

.scoring-method .radio-custom-label {
  margin-right: 20px; }

.question-editor .close {
  position: relative;
  top: -15px; }

.question-shell {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
  width: 100%;
  float: left;
  padding: 15px;
  margin-top: 30px; }

.drag-choice {
  background: #a3ea49; }

.drop-choice {
  background: #e4e4e4; }

/*-----------Add Feedback-----------*/
.add-feedback {
  float: right;
  background: linear-gradient(60deg, #771f21, #e53935);
  box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
  margin: -39px 0 0;
  border-radius: 3px;
  padding: 20px 12px;
  cursor: pointer; }
  .add-feedback i {
    font-size: 20px;
    color: #fff; }

.options-list {
  float: left;
  width: 25%;
  margin: 14px 0 0 0; }

.feedback-block {
  float: left;
  width: 75%;
  background: #ececec;
  min-height: 150px;
  border: 1px solid #ccc; }

.choice-badge {
  background: #922526;
  width: auto;
  color: #fff;
  padding: 5px 15px;
  float: left;
  font-size: 12px; }

.edit-choice {
  padding-right: 10px; }

.feedback-shell {
  margin: 10px 0 20px 0;
  float: left;
  width: 100%;
  background: #f4f4f4;
  padding: 15px;
  border-radius: 6px; }

.feedback-shell-error {
  background: #fddada; }

.assessment-result .list-group-item {
  border: none;
  padding: 10px 0; }
  .assessment-result .list-group-item p {
    font-weight: bold;
    color: #952929;
    margin: 0;
    font-size: 16px; }
  .assessment-result .list-group-item ul {
    margin: 10px 0 20px 0; }

.assess-tab .form-group.form-inline {
  background: #484342;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #fff; }
  .assess-tab .form-group.form-inline label {
    font-weight: normal; }
  .assess-tab .form-group.form-inline input[type=checkbox] {
    margin: 0 0 0 5px;
    position: relative;
    top: 3px; }
  .assess-tab .form-group.form-inline .qlabbir-textbox {
    padding: 0; }

.options-checkbox {
  width: 100%; }

/*-----------Topic Discussions------------*/
.topic-discussions.panel-default {
  box-shadow: none; }
  .topic-discussions.panel-default .jq-topicsbody {
    background: rgba(179, 179, 179, 0.4);
    padding: 25px 15px 1px;
    display: inline-block;
    width: 100%; }
    .topic-discussions.panel-default .jq-topicsbody .ddltopic {
      width: 100% !important; }
  .topic-discussions.panel-default .btn-group {
    text-align: center;
    width: 100%;
    margin: 12px; }
  @media (max-width: 380px) {
    .topic-discussions.panel-default .button {
      margin-bottom: 10px; } }
  .topic-discussions.panel-default .lbl-topic {
    padding: 0; }
  .topic-discussions.panel-default input.btn.btn-primary.jq-showdiscussions {
    margin: 12px auto 0;
    display: block;
    text-align: center; }
  .topic-discussions.panel-default .panel-body .dfthread-wrapper {
    float: left;
    width: 100%; }
  .topic-discussions.panel-default .panel-body .discussionforum-createnew-wrapper {
    margin: 15px 0 0 0;
    text-align: center; }
    .topic-discussions.panel-default .panel-body .discussionforum-createnew-wrapper .button {
      margin-right: 15px;
      background-color: #F8A62B;
      border: none; }
  .topic-discussions.panel-default .panel-body .discussionforum-item .main-comment:last-child {
    border: none; }
  .topic-discussions.panel-default .panel-body .main-comment {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc; }
  .topic-discussions.panel-default .panel-body .dfthread-photo-wrapper {
    float: left;
    min-height: 60px;
    width: 50px;
    height: 65px;
    margin: 0 15px 0 0; }
    .topic-discussions.panel-default .panel-body .dfthread-photo-wrapper img {
      outline: none;
      width: 100%; }
  .topic-discussions.panel-default .panel-body .comment-wrapper {
    width: 100%; }
  .topic-discussions.panel-default .panel-body .comment-point {
    width: 0;
    height: 0;
    position: absolute;
    background: transparent;
    border: 20px solid #ebebeb;
    top: -40px;
    left: 13px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent; }
  .topic-discussions.panel-default .panel-body .dfthread-displayname-link {
    font-weight: bold;
    margin-bottom: 15px;
    color: #0099ff;
    font-size: 16px;
    text-decoration: none; }
  .topic-discussions.panel-default .panel-body .dfthread-comment-rte {
    margin-bottom: 15px; }
  .topic-discussions.panel-default .panel-body .dfthread-comment {
    margin-top: 0;
    text-align: justify; }
    .topic-discussions.panel-default .panel-body .dfthread-comment .button {
      margin-right: 10px;
      background-color: #F8A62B;
      border: none; }
  .topic-discussions.panel-default .panel-body .dfthread-comment-addaction {
    margin-right: 10px;
    background-color: #F8A62B;
    border: none; }
  .topic-discussions.panel-default .panel-body .dfthread-actions {
    text-align: center; }
    .topic-discussions.panel-default .panel-body .dfthread-actions a:hover {
      text-decoration: underline; }
  .topic-discussions.panel-default .panel-body .dfthread-date, .topic-discussions.panel-default .panel-body .dfthread-actions {
    float: left;
    padding: 5px 10px 0 0;
    font-size: 12px;
    color: #999;
    display: inline-block !important; }
    .topic-discussions.panel-default .panel-body .dfthread-date a, .topic-discussions.panel-default .panel-body .dfthread-actions a {
      padding: 0; }
    .topic-discussions.panel-default .panel-body .dfthread-date button, .topic-discussions.panel-default .panel-body .dfthread-actions button {
      border: none;
      background: none;
      font-size: 11px;
      margin: 0; }
      .topic-discussions.panel-default .panel-body .dfthread-date button :hover, .topic-discussions.panel-default .panel-body .dfthread-actions button :hover {
        text-decoration: underline; }
  .topic-discussions.panel-default .panel-body .jq-collapse {
    padding: 5px;
    float: right;
    position: relative;
    bottom: -22px;
    margin: -38px -18px 0 0;
    cursor: pointer;
    color: #333; }
  .topic-discussions.panel-default .panel-body .jq-addComment {
    text-align: center; }
  .topic-discussions.panel-default .panel-body .dfthread-actions a {
    padding-right: 15px; }
  .topic-discussions.panel-default .panel-body .dfthread-actions a:hover {
    text-decoration: underline !important; }
  .topic-discussions.panel-default .panel-body .childthread {
    position: relative;
    height: auto;
    margin: 25px 0 20px 10%;
    padding: 15px;
    background-color: #ebebeb;
    border-radius: 3px;
    float: left;
    width: 88%; }
    .topic-discussions.panel-default .panel-body .childthread .childthread {
      margin: 25px 0 0 10%;
      width: 90%;
      background-color: #f4f4f4; }
      .topic-discussions.panel-default .panel-body .childthread .childthread .comment-wrapper {
        width: 86%; }
      .topic-discussions.panel-default .panel-body .childthread .childthread .comment-point {
        border-color: #f4f4f4;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent; }
      .topic-discussions.panel-default .panel-body .childthread .childthread .childthread {
        background-color: #f9f9f9; }
        .topic-discussions.panel-default .panel-body .childthread .childthread .childthread .comment-wrapper {
          width: 80%; }
        .topic-discussions.panel-default .panel-body .childthread .childthread .childthread .comment-point {
          border-color: #f9f9f9;
          border-right-color: transparent;
          border-left-color: transparent;
          border-top-color: transparent; }

.jq-ReflectionAccord .btn-group {
  padding-top: 15px;
  display: block;
  text-align: center;
  clear: both; }

.discussionforum-topicname {
  width: 100%;
  float: left; }

.discussionforum-description {
  margin: 0 !important; }
  .discussionforum-description strong {
    width: 15%; }
  .discussionforum-description .discussion-desc-content {
    white-space: initial;
    display: inline-block;
    vertical-align: top;
    white-space: initial; }

.discussion-search {
  border: 10px solid #ffffff;
  border-radius: 6px;
  padding: 0 15px 25px;
  position: relative;
  margin-bottom: 26px; }
  .discussion-search h3 {
    margin: 15px 0 0 0; }

.discussion-search .discussion-searchpoint {
  width: 0;
  height: 0;
  position: absolute;
  background: transparent;
  border: 20px solid #ebebeb;
  bottom: -50px;
  left: 13px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent; }

.topic-search-wrapper .input-group .form-control {
  width: auto !important; }

.topics-wrapper {
  position: relative;
  float: left;
  width: 100%; }
  .topics-wrapper .list-group {
    margin-top: 15px; }
  .topics-wrapper .topic-date {
    width: auto !important;
    background: #f4f4f4;
    margin: -13px;
    padding: 5px;
    font-size: 12px; }
  .topics-wrapper .topic-comments {
    padding-bottom: 15px; }

.topics-group {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  padding: 15px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
  cursor: pointer; }
  .topics-group:last-child {
    border: none; }
  .topics-group:hover {
    background: #ececec; }
  .topics-group.active {
    background: #ececec; }

.topic-comments {
  margin: 10px 0 10px 0; }
  .topic-comments:before {
    content: "\f075";
    font-family: fontawesome;
    float: left;
    margin-right: 5px; }
  .topic-comments div {
    float: left; }
  .topic-comments .topic-date {
    font-size: 12px;
    color: #999; }

/*----------- Artical player Discussion forum -------------*/
.panel-articlediscussionforum .dfthread-displayname-link {
  font-size: 14px !important; }

.panel-articlediscussionforum .dfthread-like i {
  cursor: pointer; }

.panel-articlediscussionforum .dfthread-like .dfthread-likecount, .panel-articlediscussionforum .dfthread-like .dfthread-liketext {
  margin-right: 5px;
  cursor: pointer; }

/*-----------Course Discussions---------------*/
.db-discussion.panel-default .panel-heading {
  border-bottom: none; }

.db-discussion.panel-default .panel-body {
  padding: 0 0 15px 0;
  overflow: auto;
  margin: 0 2px 2px 0;
  width: 100%; }
  .db-discussion.panel-default .panel-body .panel-group a.discussion-collapse[href="#collapse1_F"]:before {
    content: "\f056" !important; }
  .db-discussion.panel-default .panel-body .panel-group a.discussion-collapse.collapsed[href="#collapse1_F"]:before {
    content: "\f055" !important; }
  .db-discussion.panel-default .panel-body .panel-group .panel-default {
    border: none;
    background: none;
    box-shadow: none; }
    .db-discussion.panel-default .panel-body .panel-group .panel-default .panel-heading {
      background: rgba(0, 0, 0, 0.4);
      border-radius: 0; }
      .db-discussion.panel-default .panel-body .panel-group .panel-default .panel-heading h4 {
        font-weight: normal; }
        .db-discussion.panel-default .panel-body .panel-group .panel-default .panel-heading h4 a {
          text-decoration: none; }
          .db-discussion.panel-default .panel-body .panel-group .panel-default .panel-heading h4 a:hover {
            text-decoration: underline; }
      .db-discussion.panel-default .panel-body .panel-group .panel-default .panel-heading a:before {
        content: "\f056";
        font-family: fontAwesome;
        padding: 0 5px 0 0; }
      .db-discussion.panel-default .panel-body .panel-group .panel-default .panel-heading .collapsed:before {
        content: "\f055"; }
    .db-discussion.panel-default .panel-body .panel-group .panel-default .panel-body {
      border: none; }
      .db-discussion.panel-default .panel-body .panel-group .panel-default .panel-body .topic-hdng {
        padding: 10px 15px 10px 15px;
        font-weight: normal;
        background: rgba(0, 0, 0, 0.2);
        color: #fff;
        margin-bottom: 2px; }
      .db-discussion.panel-default .panel-body .panel-group .panel-default .panel-body ul {
        margin: 0;
        padding: 0; }
  .db-discussion.panel-default .panel-body .list-group {
    height: 280px; }
    .db-discussion.panel-default .panel-body .list-group span {
      font-weight: bold;
      width: 100%;
      float: left;
      background: rgba(0, 0, 0, 0.3);
      padding: 5px 15px; }
    .db-discussion.panel-default .panel-body .list-group .list-group-item {
      background: none;
      border: none;
      border-radius: 0;
      float: left;
      width: 100%; }
    .db-discussion.panel-default .panel-body .list-group .list-group-item.active-topic {
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      font-weight: normal;
      color: #fff; }
  .db-discussion.panel-default .panel-body .nodata {
    margin: 0; }

.db-discussion.panel-default .list-group li:before {
  content: "\f0e5";
  font-family: fontAwesome;
  padding: 0 5px 0 0;
  color: #fff; }

.db-discussion.panel-default .list-group li.topic-hdng:before {
  display: none; }

.db-discussion.panel-default .portlet-toolbar .dropdown-menu {
  width: 225px; }
  .db-discussion.panel-default .portlet-toolbar .dropdown-menu li span {
    text-align: left; }

.db-discussion.panel-default .topic-search .col-md-6 {
  padding: 0 2px 0 0; }

/*---------------Inner Pages Discussion portlet-------*/
.db-discussion.panel-default.page-discussion .panel-heading .portlet-toolbar .dropdown-menu {
  width: auto; }
  .db-discussion.panel-default.page-discussion .panel-heading .portlet-toolbar .dropdown-menu li span {
    text-align: center; }

.db-discussion.panel-default.page-discussion .panel-body {
  height: auto; }
  .db-discussion.panel-default.page-discussion .panel-body .list-group {
    height: 270px; }
  .db-discussion.panel-default.page-discussion .panel-body .slimScrollDiv {
    float: left;
    width: 100% !important; }
  .db-discussion.panel-default.page-discussion .panel-body #divCourseDiscussions .active {
    background: rgba(0, 0, 0, 0.2);
    float: left;
    width: 100%; }

/*---------------Discussion Search-------------------*/
.discussion-search {
  border: 10px solid #ebebeb;
  margin-bottom: 50px;
  padding: 15px 15px 20px 15px;
  position: relative;
  float: left;
  width: 100%; }
  .discussion-search h3 {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: bold; }
  .discussion-search h4 {
    font-size: 20px;
    font-weight: normal; }
    .discussion-search h4 span {
      color: #000; }
  .discussion-search .discussionforum-createdby {
    font-weight: 400; }
  .discussion-search .discussionforum-searchwrapper .discussionforum-searchinput {
    width: 86% !important;
    float: left;
    margin-right: 10px; }
  .discussion-search .discussionforum-searchwrapper .discussionforum-searchbutton {
    margin-right: 10px;
    border: none; }
  .discussion-search .discussion-searchpoint {
    width: 0;
    height: 0;
    position: absolute;
    background: transparent;
    border: 20px solid #ebebeb;
    bottom: -50px;
    left: 13px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent; }

.topic-search-wrapper .form-inline {
  background: #d3ceb8;
  margin: -15px -15px 0 -15px;
  padding: 10px;
  border-bottom: 1px solid #9b9370; }

.discussionforum-filters {
  float: right; }
  .discussionforum-filters .discussionforum-sort-label {
    float: left;
    margin: 5px 5px 0 0; }
  .discussionforum-filters .discussionforum-sort-dropdown {
    float: left;
    width: auto; }

div.discussion-search {
  cursor: pointer !important; }

/*div.discussion-search:hover {
    -webkit-box-shadow: 1px 10px 23px -2px rgba(0,0,0,0.28);
    box-shadow: 1px 10px 23px -2px rgba(0,0,0,0.28);
}*/
/*---------------Worqbench Discussions-------------------*/
.ticketLabel {
  padding: 3px 9px !important;
  font-size: 11px !important;
  line-height: 1;
  text-shadow: none;
  background-color: #e1e1e1;
  font-weight: 600;
  color: #575757 !important;
  border-radius: .25em; }

.section {
  border-top: solid #aaaaaa 1px;
  margin-top: 40px;
  padding-top: 10px; }

.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after {
  content: "";
  display: table;
  clear: both; }

.blog-comment {
  padding-left: 0%;
  padding-right: 15%; }

.blog-comment ul {
  list-style-type: none;
  padding: 0; }

.blog-comment img {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.blog-comment img.avatar {
  position: relative;
  float: left;
  margin-left: 0;
  margin-top: 0;
  width: 65px;
  height: 65px; }

.blog-comment .post-comments {
  border: 1px solid #eee;
  margin-bottom: 20px;
  margin-left: 85px;
  margin-right: 0px;
  padding: 10px 20px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #6b6e80;
  position: relative; }

.blog-comment .meta {
  font-size: 13px;
  color: #aaaaaa;
  padding-bottom: 8px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #eee; }

.blog-comment ul.comments ul {
  list-style-type: none;
  padding: 0;
  margin-left: 85px; }

.blog-comment-form {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 40px; }

.blog-comment h3,
.blog-comment-form h3 {
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 800; }

.card {
  padding-left: 10px; }

.attachments {
  margin: 10px;
  border: 1px solid #eee; }

h6 {
  font-size: 14px !important; }

.title2 {
  color: #666;
  font-weight: 600; }

table.assignUser {
  padding: 5px;
  /*max-width: 600px;*/ }

td.assignUserOptions {
  vertical-align: middle !important; }

.assignUser img {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.assignUser img.avatar {
  position: relative;
  float: left;
  margin-left: 0;
  margin-top: 0;
  width: 65px;
  height: 65px; }

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 40px; }

.faq .btn-primary,
.faq .btn-default {
  padding: 1px 5px; }

.faq li {
  padding-bottom: 25px;
  list-style-position: inside;
  list-style-type: none; }

.faq {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0; }

.faq-question .button {
  display: block; }

.faq-question {
  font-size: 16px;
  width: 100%;
  float: left; }
  .faq-question .label {
    font-size: 16px; }

.faq-question .pull-right {
  padding: 0 0 15px 10px; }

/*Checkboxes*/
/*when wraps checkboxes with span, reduce the left margin*/
span.checkbox input[type=checkbox] {
  margin-left: 0; }

input[type=radio],
input[type=checkbox] {
  margin-right: 5px; }

.unfloated {
  float: inherit !important; }

/*resetting legacy font sizes all to 14px base.*/
.form-group span.error {
  padding: 0;
  display: inline; }

/*because I can't get the clearfix to work above*/
.form-actions {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px; }
  .form-actions .button {
    margin-right: 5px;
    white-space: nowrap; }

a.button {
  padding: 8px 12px; }

.error {
  color: #8a6d3b;
  text-align: center; }

.field-text {
  position: relative; }
  .field-text .error {
    position: relative;
    top: 0; }

.form-error ul {
  margin: 0;
  padding: 0; }
  .form-error ul li {
    list-style-type: none;
    text-align: left; }

.validation-summary-errors {
  background-color: #FFEDEB;
  border: solid 1px #900;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px; }
  .validation-summary-errors ul {
    padding-left: 20px;
    margin-bottom: 0; }

.input-validation-error {
  background-color: #FFEDEB;
  border: solid 1px #900; }

.required:before {
  content: "\002a";
  font-size: 18px;
  float: right;
  color: #c00;
  margin-right: -15px;
  padding-left: 5px; }

.date {
  display: inline-block; }
  .date .date-input {
    float: left; }
  .date .time-zone {
    display: inline-block;
    float: right;
    margin-left: 5px; }

.label, span.label {
  color: #000000;
  padding: 0;
  font-size: 100%; }

.label-wrap .label, .label-wrap span.label {
  white-space: normal; }

/*make input use font awesome and look like a button primary*/
.form-inline {
  margin-bottom: 15px 15px 0 15px; }
  .form-inline .checkbox-inline, .form-inline .radio-inline {
    padding-top: 5px; }
  .form-inline select {
    display: inline-block; }

/*------------------ C H E C K B O X L I S T S--------------------*/
table.l-check-box-list-table label {
  font-weight: 400;
  display: inline;
  border: 1px solid red; }

table.l-check-box-list-table td {
  width: 100%;
  display: block;
  padding: 10px;
  vertical-align: top;
  border: 1px solid blue; }

.group.standard span input[type="checkbox"] {
  float: none;
  margin: 5;
  margin-left: 5px; }

.full.standard.group .label {
  font-size: 100%; }

@media screen and (min-width: 1024px) {
  /*tablet landscape, make checkboxes 3 across*/
  table.l-check-box-list-table {
    width: 100%;
    border: 1px solid red; }
  table.l-check-box-list-table td {
    width: 33%;
    display: inline-block; }
  table.l-check-box-list-table input[type=checkbox] {
    margin: 3px 10px 30px 0;
    float: left; }
  table.l-check-box-list-table label {
    float: left;
    display: block;
    width: 80%; } }

.display .form-control {
  border: solid 0px;
  box-shadow: none;
  padding: 6px 0px; }

/* jqx Widgets Bootstrap Modifications */
.form-horizontal .jqx-dropdownlist-state-normal {
  display: inline-block; }

.portlet-progress-monitor .jqx-dropdownlist-state-normal span {
  font-weight: normal; }

.jq-assessmentsettings .form-horizontal .control-label,
.jq-assessmentpage .form-horizontal .control-label {
  padding-top: 0; }

.form-control.shorttext {
  width: 30% !important; }

.radio-button-list td {
  padding: 0 25px 0 0; }

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  width: auto !important;
  height: auto !important;
  display: inline !important; }

.qlabbirlabel.col-sm-2 {
  font-weight: bold;
  padding: 0; }

@media screen and (min-width: 0) {
  input[type="checkbox"] {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    padding: 0 !important; }
  input[type="radio"] {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    padding: 4px 2px 4px 0 !important; } }

/* Document Tree */
.document-tree table {
  width: auto !important; }
  .document-tree table td {
    width: auto;
    padding: 5px 0; }

input[type=file] {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  height: 34px !important; }

/*--Filters--*/
.filters .jqx-widget {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px; }

.filters .filters-header {
  font-weight: bold; }

.filters .column {
  margin-bottom: 16px; }

.filters .spanstyle {
  display: block;
  font-weight: bold; }

.filters .filters-body {
  padding: 7.5px 7.5px 4px 7.5px; }
  .filters .filters-body .jqx-widget.jqx-dropdownlist-state-normal {
    background: #ffffff;
    height: 24px !important;
    padding: 0 4px !important; }

.filters .filter-section.odd {
  margin: -11px -10px 2px -10px;
  padding: 6px 10px 0 10px;
  float: left;
  width: 100%; }

.filters .filter-group, .filters .form-group {
  float: left;
  margin-bottom: 1px;
  margin-right: 7.5px; }
  .filters .filter-group .button, .filters .form-group .button {
    float: right;
    margin-left: 7.5px; }

.filters .filter-footer {
  text-align: center; }

.filters .jq-CloseUser {
  border: 1px solid #9f9b9b;
  font-size: 18px;
  padding: 4px 3px;
  margin-top: 0;
  color: red;
  border-radius: 4px;
  height: 28px !important;
  width: 28px !important;
  cursor: pointer; }

.filters.form-inline .form-group {
  float: left; }
  .filters.form-inline .form-group label {
    display: block; }

.file-upload {
  width: 100%; }
  .file-upload .field-attribute table {
    float: right; }
    .file-upload .field-attribute table td {
      border: solid 1px #ddd; }

.input-button input[type="text"] {
  width: 50%;
  float: left;
  margin-right: 5px; }

.hascalendar {
  position: absolute;
  right: 20px;
  top: 9px;
  font-size: 18px; }

.hasdatepicker {
  width: 200px;
  float: left;
  position: relative; }
  .hasdatepicker i {
    right: 0;
    cursor: pointer; }

.radio {
  margin: 10px 0 10px 5px; }
  .radio input[type=radio] {
    margin-top: 2px; }

.checkbox-inline, .radio-inline {
  margin: 0 20px 0 0 !important; }

.hide {
  display: none !important; }

input.hide {
  display: none !important; }

/*========= Styles for Henry Feedbcak Tabs =========*/
.inputFloat .selectclass-sowinput {
  width: 280px;
  margin-left: 15px; }

.inputFloat .form-control {
  float: left; }

.jq-usertag.select-authors.button.inline-block {
  display: inline-block; }

/*custom elements(copied from bootstrap 4 - to be removed once we upgrade to version 4)*/
.custom-control {
  position: relative;
  cursor: pointer; }

.custom-control + .custom-control {
  margin-left: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9; }

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 .075rem #fff,0 0 0 .2rem #0074d9;
  box-shadow: 0 0 0 .075rem #fff,0 0 0 .2rem #0074d9; }

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff; }

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee; }

.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: 0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked .custom-control {
  display: inline; }

.custom-controls-stacked .custom-control::after {
  display: block;
  margin-bottom: 25rem;
  content: ""; }

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem 75rem;
  padding-right: .75rem\9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none\9;
  -webkit-background-size: 8px 10px;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 25rem;
  -moz-appearance: none;
  -webkit-appearance: none; }

.custom-select:focus {
  border-color: #51a7e8;
  outline: 0; }

.custom-select:focus::-ms-value {
  color: #55595c;
  background-color: #fff; }

.custom-select:disabled {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef; }

.custom-select::-ms-expand {
  opacity: 0; }

.custom-select-sm {
  padding-top: 375rem;
  padding-bottom: 375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 25rem; }

.custom-file-control:lang(en)::after {
  content: "Choose file..."; }

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0; }

.custom-file-control:lang(en)::before {
  content: "Browse"; }

/*end custom styles*/
/*radio button starts*/
.radio-custom + .radio-custom-label:before {
  border-radius: 50%; }

.radio-custom:checked + .radio-custom-label:before {
  background: #52B366; }

/*radio button ends*/
/*checkbox start*/
input.checkbox-custom,
input.radio-custom {
  display: none !important; }

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0;
  font-size: 14px; }

.checkbox-custom-label,
.radio-custom-label {
  position: relative;
  font-weight: normal; }

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  content: '';
  border: 2px solid #999;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: bottom; }

.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  background: #52B366;
  color: #ffffff;
  padding: 0 1px; }

/*checkbox ends*/
/*custom switch*/
.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  vertical-align: middle; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 20px; }

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner1,
.onoffswitch-inner2 {
  float: left;
  width: 50%;
  height: 28px;
  padding: 0;
  line-height: 28px;
  font-size: 14px;
  color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.onoffswitch-inner1 {
  padding-left: 11px;
  background-color: #00A600;
  color: #FFFFFF; }

.onoffswitch-inner2 {
  padding-right: 9px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right; }

.onoffswitch-switch {
  width: 30px;
  margin: 0px;
  background: #FFFFFF;
  border: 2px solid #999999;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 40px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: -1px; }

/*custom switch ends*/
.form-control {
  padding: 6px 12px; }
  .form-control:focus {
    border-color: #888 !important;
    box-shadow: none !important; }

.input-group-addon {
  line-height: 19px; }

select, textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  max-width: 100%; }

select {
  text-indent: 1px;
  text-overflow: '';
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 20px 2px 2px;
  border: solid 1px #888;
  background: url("/images/Qlabbir/icon-down.png") no-repeat right center #ffffff !important; }
  select:focus {
    border-color: #888 !important;
    box-shadow: none !important; }
  select option:focus {
    background-color: #d1d1d1; }

.jqx-widget.jqx-dropdownlist-state-normal {
  background: #ffffff;
  height: 23px !important;
  padding: 4px 4px 6px 4px !important; }
  .jqx-widget.jqx-dropdownlist-state-normal .jqx-widget-content .jqx-listitem-elemen .jqx-listitem-state-selected, .jqx-widget.jqx-dropdownlist-state-normal .jqx-widget-content .jqx-listitem-elemen .jqx-fill-state-pressed, .jqx-widget.jqx-dropdownlist-state-normal .jqx-widget-content .jqx-listitem-elemen .jqx-listitem-state-hover, .jqx-widget.jqx-dropdownlist-state-normal .jqx-widget-content .jqx-listitem-elemen .jqx-fill-state-hover, .jqx-widget.jqx-dropdownlist-state-normal .jqx-dropdownlist-content .jqx-listitem-elemen .jqx-listitem-state-selected, .jqx-widget.jqx-dropdownlist-state-normal .jqx-dropdownlist-content .jqx-listitem-elemen .jqx-fill-state-pressed, .jqx-widget.jqx-dropdownlist-state-normal .jqx-dropdownlist-content .jqx-listitem-elemen .jqx-listitem-state-hover, .jqx-widget.jqx-dropdownlist-state-normal .jqx-dropdownlist-content .jqx-listitem-elemen .jqx-fill-state-hover {
    color: #ffffff !important;
    background-color: #3399ff !important; }

.filter.jqx-widget.jqx-dropdownlist-state-normal {
  height: 23px !important;
  padding: 0 !important; }

.jqx-editor-toolbar-group.jqx-fill-state-normal .jqx-editor-dropdownlist, .jqx-editor-toolbar-group.jqx-fill-state-normal .jqx-dropdownlist-state-normal {
  background: #efefef;
  height: 25px !important;
  float: none;
  border: solid 1px #aaa !important;
  padding: 0 !important; }
  .jqx-editor-toolbar-group.jqx-fill-state-normal .jqx-editor-dropdownlist .jqx-widget-content, .jqx-editor-toolbar-group.jqx-fill-state-normal .jqx-editor-dropdownlist .jqx-dropdownlist-content, .jqx-editor-toolbar-group.jqx-fill-state-normal .jqx-dropdownlist-state-normal .jqx-widget-content, .jqx-editor-toolbar-group.jqx-fill-state-normal .jqx-dropdownlist-state-normal .jqx-dropdownlist-content {
    margin-top: 4px !important; }

.jqx-listbox .jqx-item.jqx-rc-all.jqx-listitem-state-selected.jqx-fill-state-pressed {
  color: #ffffff !important;
  background-color: #3399ff !important;
  border: none;
  border-radius: 0 !important; }

.jqx-listbox .jqx-listitem-state-normal, .jqx-listbox .jqx-fill-state-normal, .jqx-listbox .jqx-fill-state-normal-classic {
  color: #666666 !important;
  /*background-color:#ffffff !important;
        border:none;*/
  border-radius: 0 !important; }

.jqx-listbox .jqx-fill-state-hover, .jqx-listbox .jqx-fill-state-hover-classic {
  color: #ffffff !important;
  background-color: #3399ff !important;
  border: none;
  border-radius: 0 !important; }

.jqx-grid .jqx-widget.jqx-dropdownlist-state-normal {
  background: #ffffff;
  height: 18px !important;
  float: left;
  padding: 0 !important;
  font-weight: normal;
  margin: 0;
  line-height: 14px;
  font-size: 12px; }
  .jqx-grid .jqx-widget.jqx-dropdownlist-state-normal .jqx-widget-content, .jqx-grid .jqx-widget.jqx-dropdownlist-state-normal .jqx-dropdownlist-content {
    margin-top: 3px !important; }
    .jqx-grid .jqx-widget.jqx-dropdownlist-state-normal .jqx-widget-content .jqx-listitem-elemen .jqx-listitem-state-selected, .jqx-grid .jqx-widget.jqx-dropdownlist-state-normal .jqx-widget-content .jqx-listitem-elemen .jqx-fill-state-pressed, .jqx-grid .jqx-widget.jqx-dropdownlist-state-normal .jqx-widget-content .jqx-listitem-elemen .jqx-listitem-state-hover, .jqx-grid .jqx-widget.jqx-dropdownlist-state-normal .jqx-widget-content .jqx-listitem-elemen .jqx-fill-state-hover, .jqx-grid .jqx-widget.jqx-dropdownlist-state-normal .jqx-dropdownlist-content .jqx-listitem-elemen .jqx-listitem-state-selected, .jqx-grid .jqx-widget.jqx-dropdownlist-state-normal .jqx-dropdownlist-content .jqx-listitem-elemen .jqx-fill-state-pressed, .jqx-grid .jqx-widget.jqx-dropdownlist-state-normal .jqx-dropdownlist-content .jqx-listitem-elemen .jqx-listitem-state-hover, .jqx-grid .jqx-widget.jqx-dropdownlist-state-normal .jqx-dropdownlist-content .jqx-listitem-elemen .jqx-fill-state-hover {
      color: #ffffff !important;
      background-color: #3399ff !important; }

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell !important; }

.panel-assign .panel-body label {
  color: #fff; }

/*Select menu custom dropdown arrow disable in IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select {
    background-color: #fff;
    background-image: none !important;
    padding: 2px !important; } }

.checkbox-custom-label input {
  float: left;
  margin-left: 14px;
  margin-top: 3px !important; }

.publish.button {
  margin-right: 5px;
  margin-bottom: 5px; }

.button .badge, .btn .badge {
  color: #337ab7;
  background-color: #fff; }

@media (max-width: 667px) {
  .mobile-btn .button, .mobile-btn .btn {
    margin-bottom: 10px; } }

.form-horizontal input[type=radio], .form-horizontal input[type=checkbox] {
  margin-top: 10px; }

.form-horizontal .radio-inline input[type=radio], .form-horizontal .radio-inline input[type=checkbox] {
  margin-top: 5px; }

.inline {
  display: inline !important; }

.datefield {
  border: solid 1px #ccc; }

.site-reports-view .jqstartdate input, .site-reports-view .jqenddate input {
  padding: 9px 12px !important;
  border: solid 1px #ccc !important; }

.site-reports-view .jqstartdate .jqx-action-button, .site-reports-view .jqenddate .jqx-action-button {
  top: 1px;
  color: #fff; }

.eca-contact {
  height: 33px !important; }

@media only screen and (max-width: 380px) {
  .helpfulness-action-step .btn {
    margin-bottom: 7px; } }

@media only screen and (max-width: 740px) {
  .show-active-btn {
    margin-bottom: 10px !important; } }

.btn-border {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px; }

.sitehelp {
  position: absolute;
  right: 0;
  top: 35px;
  color: #777; }

.sitehelp:hover {
  color: #333;
  text-decoration: none; }

.help-tree {
  margin-bottom: 25px;
  font-size: 13px; }
  .help-tree .jqx-widget-content {
    border: none;
    background: none; }

.help-tree td,
.help-tree th {
  float: left;
  /*not sure*/ }

.help-details {
  background-color: #fff;
  border: 5px solid #696969;
  border-radius: 8px;
  margin: 0 0 20px 0; }
  .help-details .group {
    margin-bottom: 15px; }
  .help-details .subsectionheader {
    margin: 0 -20px;
    padding: 15px;
    background: #696969;
    font-size: 16px;
    color: #fff;
    font-weight: bold; }
  .help-details input[type="radio"], .help-details input[type="checkbox"] {
    top: 2px; }
  .help-details div.jHtmlArea {
    width: 100% !important;
    min-width: 100% !important; }
    .help-details div.jHtmlArea .ToolBar {
      width: 100% !important; }
      .help-details div.jHtmlArea .ToolBar ul {
        width: 100% !important; }
        .help-details div.jHtmlArea .ToolBar ul li a {
          margin-top: 0; }
    .help-details div.jHtmlArea div > iframe {
      width: 100% !important; }

.help-checkboxes {
  display: inline-block;
  margin: 3px 0;
  width: 220px; }

.help-users {
  background: none repeat scroll 0 0 #efefef;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px; }
  .help-users label {
    font-weight: 100;
    margin: 0 20px 0 0;
    display: inline; }

.lineheader {
  font-weight: bold;
  margin-top: 15px; }

.subsectionheader {
  font-weight: bold;
  margin-bottom: 15px; }

.help-details .field-label-block {
  width: 16.3333%;
  float: left; }

.help-details .form-actions {
  text-align: center; }

.panel-organization-messages {
  border: none; }
  .panel-organization-messages .panel-body {
    padding: 0; }
  .panel-organization-messages .view-messages {
    padding: 15px !important; }
    .panel-organization-messages .view-messages img {
      float: left;
      margin-right: 15px; }
  .panel-organization-messages .show {
    display: inline !important; }

/*tabs*/
.jqx-tabs {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .jqx-tabs .jqx-tabs-header {
    padding: 5px 0 0 10px; }
  .jqx-tabs .jqx-tabs-title {
    padding: 11px 10px 12px 10px;
    margin-top: 1px; }

/*The first tab in the tabs widget*/
ul.jqx-tabs-title-container:first-child {
  margin-left: 0; }

/*first element in every tab 0 margin to maintain padding coming from inside the tab  sn */
div[role=tabpanel] > :first-child {
  margin-top: 0; }

/*overwrite jqx.mods hardcoded 10px margin left and right*/
.jqx-tabs-content-element .row {
  margin-left: -15px;
  margin-right: -15px; }

/*make padding same as everything else (gutter)*/
.jqx-tabs-content-element {
  padding: 15px; }

/*making jqxWidget responsive*/
.jqx-overflow-showhide {
  -webkit-overflow-scrolling: touch;
  /*this makes it scroll on ipad*/
  overflow: scroll; }

@media screen and (min-width: 900px) {
  .jqx-overflow-showhide {
    overflow: hidden;
    /* this hides the scrollbar on widescreens */ } }

/*---- Grid ----*/
/*.jqx-grid{
    position:relative;
    z-index:1;
    .jqx-grid-pager{
        .jqx-grid-pager-input{
            padding:0 3px !important;
        }
        .jqx-button{
             padding: 2px 0 !important;
        }
        .jqx-grid-pager-number {
            padding: 4px 10px;
            top: 3px;
            position: relative;
        }
        .jqx-rc-all {
            border-radius: 0px;
        }
    }
}*/
.jqx-grid.jqx-widget {
  border-radius: 0; }
  .jqx-grid.jqx-widget .jqx-widget-header {
    min-height: 36px;
    line-height: 22px;
    font-weight: bold !important; }

/* Grid Icons */
.jqx-grid-cell [class^="fa-"]:before,
.jqx-grid-cell [class^="bf-"]:before {
  font-size: 1.25em;
  /*theme?*/ }

.actionstepedit .panel-body {
  padding: 0; }

/*reset legacy styles to 16px base*/
.jqx-widget, .jqx-widget-header, .jqx-expander-header-content {
  font-size: 13px; }

.jq-summary li {
  width: 100%;
  float: left;
  margin-bottom: 8px; }

.jq-som-summary {
  position: relative;
  top: -16px; }

.jq-div-inclusiveoptions input[type="radio"] {
  float: none;
  margin: 0 4px 0 20px;
  top: 1px; }

.jqx-tree-item {
  overflow: visible !important; }

.jqx-tree-item-li {
  list-style-type: none !important; }

.jqx-datetimeinput {
  display: inline-block !important;
  border: 1px solid #c7c7c7;
  vertical-align: middle; }

.jqx-scheduler .jqx-datetimeinput {
  width: 40px !important;
  position: relative;
  top: -7px; }

.jqx-scheduler .jqx-scheduler-toolbar.jqx-widget-header {
  color: #333 !important; }

.jqx-editor-toolbar-group .fa-table:nth-child(2) {
  display: none; }

/*---- Charts ----*/
#contentDiv {
  box-sizing: content-box;
  z-index: 10000001 !important; }

/*-- jqxWindow --*/
.popup_jqxWindow {
  z-index: 99999 !important; }

.jqx-grid-cell.jqx-item div.gridActions {
  margin-top: 0 !important; }

/*--Forms--*/
.jqx-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  padding: 0;
  vertical-align: middle; }
  .jqx-form-control .jqx-widget .jqx-dropdownlist-content {
    margin-top: 8px !important; }
  .jqx-form-control .jqx-fill-state-normal {
    border: none !important;
    border-color: none !important; }

.form-inline .jqx-form-control {
  width: auto;
  display: inline-block; }

#wizardList.jqx-grid {
  margin-bottom: 20px; }

.jq-courseObjectives .jqx-editor-content {
  height: 272px !important; }

.jq-editimage {
  display: block;
  margin-top: 10px; }

.jq-wizarddescription-edit {
  margin-bottom: 10px; }

.updatewizarddescription {
  margin-right: 5px; }

/*--------------------------------JQX Widgets------------------------*/
.jqx-scrollbar {
  opacity: 0.4; }

.peopleAction {
  padding: 10px; }

.useradminsearch-cell a {
  position: relative; }

.filter-group .jqx-form-control {
  height: 26px !important; }
  .filter-group .jqx-form-control .jqx-widget {
    height: 24px !important; }
  .filter-group .jqx-form-control .jqx-dropdownlist-content {
    margin-top: 5px !important; }

.filter-group input.form-control {
  height: 27px;
  padding: 0 4px;
  font-size: 13px; }

/*------------------JQX POPUP---------------*/
.jqx-popup {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  /*ul {
        padding: 0;

        li {
            padding-bottom: 10px;
        }
    }*/ }
  .jqx-popup .jqx-window-header {
    background-color: #666666;
    color: #ffffff;
    padding: 5px 0 5px 10px;
    font-size: 16px;
    border-radius: 0;
    line-height: 2; }
  .jqx-popup .jqx-window-content.assessment-content {
    height: 450px !important;
    overflow: hidden; }
  .jqx-popup .jqx-window-close-button-background {
    right: 15px !important;
    top: 12px; }
  .jqx-popup .jqx-window-content.takesurvey-popup {
    height: 450px !important;
    overflow: hidden; }
  .jqx-popup .modal-footer {
    width: 100%;
    float: left; }

.jqx-popup.qlabbir-confirmation {
  /*height: 205px !important;*/
  padding-bottom: 20px; }
  .jqx-popup.qlabbir-confirmation .jqx-window-content {
    overflow: hidden;
    padding: 15px 15px 22px; }

#popup_jqxWindow .jqx-window-content, #popup_roster_jqxWindow .jqx-window-content {
  height: 430px !important;
  overflow: hidden; }

#popup_jqxWindow_ASP .jqx-window-content {
  overflow: hidden; }

#jqxDocRepWindow .jqx-window-content {
  height: 450px !important; }

.profile-window .jqx-window-content {
  height: 500px !important;
  overflow: hidden; }

#popUpWindow .jqx-window-content {
  height: 240px !important;
  overflow: auto; }

.rangePopUp .jqx-window-content {
  overflow: auto; }

.jq-qlabbirIU {
  top: 4% !important; }
  .jq-qlabbirIU .jqx-window-content {
    height: 450px !important;
    overflow: hidden; }

.jq-IUBody.course-files.jqx-window-content {
  height: 567px !important;
  overflow: hidden; }

.jqx-window-modal {
  opacity: 0.8 !important; }

.jq-file-viewer .jqx-window-content {
  height: 450px !important;
  overflow: auto; }
  .jq-file-viewer .jqx-window-content iframe {
    height: 450px !important; }

.compose-window, .add-facilitator-popup {
  position: fixed; }
  .compose-window .jqx-window-content, .add-facilitator-popup .jqx-window-content {
    overflow: hidden; }
  .compose-window .modal-body, .add-facilitator-popup .modal-body {
    height: 440px !important;
    overflow: auto !important; }
  .compose-window .modal-footer, .add-facilitator-popup .modal-footer {
    margin-bottom: 0; }

.usersearch-window {
  position: fixed; }
  .usersearch-window .jqx-window-content {
    overflow: hidden; }
  .usersearch-window .modal-body {
    height: 390px !important;
    overflow: auto !important; }
  .usersearch-window .modal-footer {
    margin-bottom: 0; }

/*-------------------------JQX Expander---------------*/
.jqx-expander {
  border: 1px solid #777777;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .jqx-expander .jqx-expander-header {
    background-color: #777777;
    padding: 10px; }
    .jqx-expander .jqx-expander-header .jqx-expander-header-content {
      font-size: 16px;
      font-weight: 700;
      color: #ffffff; }
    .jqx-expander .jqx-expander-header .jqx-expander-arrow {
      color: #ffffff; }
  .jqx-expander .jqx-expander-content {
    border: none;
    margin-bottom: 0; }
    .jqx-expander .jqx-expander-content .input-keyword {
      display: inline;
      padding: 6px 12px; }
      @media (max-width: 768px) {
        .jqx-expander .jqx-expander-content .input-keyword {
          margin-bottom: 10px; } }
    @media (max-width: 768px) {
      .jqx-expander .jqx-expander-content .button, .jqx-expander .jqx-expander-content .btn {
        margin-bottom: 10px; } }

.jqx-progressbar-text {
  font-size: 10px;
  border: none;
  top: 9%;
  left: 57px;
  margin-top: 0px; }

.jqx-widget .jqx-grid-cell span.text.jqx-progressbar-text {
  margin-top: -6px !important; }

.jqx-grid-cell li {
  list-style: none; }

.jq-statusPopup, .jq-comment {
  display: inline-block;
  width: 105px;
  height: 35px;
  cursor: pointer; }

.jq-copymrntext {
  position: absolute;
  bottom: 5px; }

.jq-copymrntextrefresh {
  position: absolute;
  bottom: 11px; }

/*calender styles*/
.jqx-widget.jqx-datetimeinput.jqx-widget-content, .jqx-datetimeinput {
  min-height: 35px !important; }
  .jqx-widget.jqx-datetimeinput.jqx-widget-content .jqx-input-content, .jqx-datetimeinput .jqx-input-content {
    margin: 0 !important;
    height: 20px; }
  .jqx-widget.jqx-datetimeinput.jqx-widget-content .jqx-action-button, .jqx-datetimeinput .jqx-action-button {
    width: 40px !important;
    position: relative !important;
    left: inherit !important;
    float: right !important;
    text-align: center;
    height: 35px !important; }
    .jqx-widget.jqx-datetimeinput.jqx-widget-content .jqx-action-button .jqx-input-content, .jqx-datetimeinput .jqx-action-button .jqx-input-content {
      padding-left: 10px !important; }
    .jqx-widget.jqx-datetimeinput.jqx-widget-content .jqx-action-button .jqx-icon-calendar, .jqx-widget.jqx-datetimeinput.jqx-widget-content .jqx-action-button [class^="jqx-icon-calendar"]:before, .jqx-widget.jqx-datetimeinput.jqx-widget-content .jqx-action-button [class*="jqx-icon-calendar"]:before, .jqx-datetimeinput .jqx-action-button .jqx-icon-calendar, .jqx-datetimeinput .jqx-action-button [class^="jqx-icon-calendar"]:before, .jqx-datetimeinput .jqx-action-button [class*="jqx-icon-calendar"]:before {
      background-image: none !important;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 18px !important;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-left: 0.2em;
      margin-right: 0.2em;
      margin: 0 auto !important;
      content: "\f073";
      height: unset !important;
      width: unset !important;
      top: 10px !important; }
    .jqx-widget.jqx-datetimeinput.jqx-widget-content .jqx-action-button .jqx-icon-time, .jqx-datetimeinput .jqx-action-button .jqx-icon-time {
      float: none !important; }

.jqx-grid-cell {
  border-width: 1px 1px 1px 0px !important; }
  .jqx-grid-cell .jqx-widget.jqx-datetimeinput.jqx-widget-content, .jqx-grid-cell .jqx-datetimeinput {
    min-height: unset !important; }
    .jqx-grid-cell .jqx-widget.jqx-datetimeinput.jqx-widget-content .jqx-input-content, .jqx-grid-cell .jqx-datetimeinput .jqx-input-content {
      padding: 2px !important; }
    .jqx-grid-cell .jqx-widget.jqx-datetimeinput.jqx-widget-content .jqx-action-button, .jqx-grid-cell .jqx-datetimeinput .jqx-action-button {
      width: 25px !important; }
      .jqx-grid-cell .jqx-widget.jqx-datetimeinput.jqx-widget-content .jqx-action-button .jqx-icon-calendar, .jqx-grid-cell .jqx-datetimeinput .jqx-action-button .jqx-icon-calendar {
        top: 3px !important; }

.jqx-grid-cell-filter-row .jqx-input {
  margin: 6px 5px !important; }

.filter .jqx-widget.jqx-datetimeinput.jqx-widget-content {
  min-height: auto !important; }
  .filter .jqx-widget.jqx-datetimeinput.jqx-widget-content .jqx-input-content {
    padding: 4px 5px !important; }
  .filter .jqx-widget.jqx-datetimeinput.jqx-widget-content .jqx-action-button .jqx-icon-calendar {
    top: 3px !important; }

.jqx-calendar.jqx-widget.jqx-widget-content.jqx-popup .jqx-widget-content.jqx-calendar-month-container .jqx-calendar-month .calendar-header .jqx-calendar-column-header {
  border-color: #fff !important; }

.jqx-calendar.jqx-widget.jqx-widget-content.jqx-popup .jqx-widget-content.jqx-calendar-month-container .jqx-calendar-title-container.jqx-widget-header.jqx-calendar-title-header {
  background-color: #999; }

.jqx-calendar.jqx-widget.jqx-widget-content.jqx-popup .jqx-widget-content.jqx-calendar-month-container .jqx-calendar-column-cell {
  margin: 8px;
  color: #444; }

.jqx-calendar.jqx-widget.jqx-widget-content.jqx-popup .jqx-widget-content.jqx-calendar-month-container .jqx-calendar-cell.jqx-calendar-cell-month.jqx-calendar-cell-today {
  background-color: #ffdb99;
  border-color: #ffb733;
  color: #000; }
  .jqx-calendar.jqx-widget.jqx-widget-content.jqx-popup .jqx-widget-content.jqx-calendar-month-container .jqx-calendar-cell.jqx-calendar-cell-month.jqx-calendar-cell-today.fill-state-hover {
    background-color: #ffc966;
    border-color: #f59e00;
    color: #000; }

.jqx-icon-recurrence-white, .jqx-icon-recurrence-white {
  display: none !important; }

.jqx-calendar-cell-specialDate {
  color: #222 !important;
  font-weight: bold; }

.cs-assessmentgroup .jqx-scrollbar {
  visibility: visible !important; }

.jq-EligibilityReasonPopup {
  width: 94px;
  height: 18px;
  cursor: pointer; }

.jq-authorSearchToolbar {
  margin-bottom: 10px; }

.jqx-scheduler-legend-label {
  margin-top: 0;
  padding: 0 6px; }

.jqx-scheduler-legend {
  border-color: #fff !important; }

.scheduler .jqx-window {
  position: absolute !important;
  padding: 0;
  box-shadow: 2px 2px 5px #888888 !important;
  background: #fff; }

.scheduler .jqx-scheduler-appointment {
  vertical-align: middle;
  margin: 1px 0 !important;
  border-radius: 0; }

.scheduler .jqx-grid.jqx-widget .jqx-widget-header {
  min-height: 20px;
  line-height: 20px; }

.jqx-editor-link-window td {
  text-align: left; }

@media (max-width: 767px) {
  .addattachmentgrid .jqx-grid.jqx-widget .jqx-grid-pager.jqx-widget-header .jqx-dropdownlist-state-normal {
    color: #000;
    pointer-events: auto;
    background: #fff; }
  .addattachmentgrid .jqx-grid-pager.jqx-widget-header input {
    display: inline; } }

.jqx-grid.jqx-widget .jqx-grid-pager.jqx-widget-header input {
  height: 16px;
  padding: 0 5px 0 0;
  left: -5px;
  position: relative; }

.session-popup-body.jqx-widget-content {
  word-break: initial; }

.date-field {
  margin-right: 10px; }

.jq-remove-existing-file {
  margin-left: 10px;
  font-weight: bold; }

#NCadvUserSearch .jqx-position-absolute {
  width: 100% !important; }

@media only screen and (max-width: 500px) {
  .jqx-grid .jqx-widget.jqx-dropdownlist-state-normal {
    color: #000 !important; }
  .jqx-grid .jqx-grid-pager .jqx-grid-pager-input, .jqx-grid .gotopage {
    display: none !important; } }

.jqx-grid-cell-wrap {
  word-break: normal; }

.jqx-rating-image-backward {
  width: auto !important; }

/*notifications*/
.user-selectbox {
  width: 100%;
  float: left; }

.jq-UsersSelected {
  display: inline !important;
  margin-bottom: 5px; }
  .jq-UsersSelected:empty {
    display: none; }
  .jq-UsersSelected .jq-UserSelected {
    display: inline-block;
    padding: 3px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #333;
    float: left;
    background: #e2e2e2; }
  .jq-UsersSelected .jq-CloseUser {
    display: inline-block;
    background: #160982;
    color: #fff;
    padding: 5px 13px 5px 5px;
    margin: 0;
    text-align: center;
    height: 26px !important;
    float: left;
    cursor: pointer; }

.jqx-datetimeinput input {
  height: auto !important; }

.jqx-grid-validation {
  margin-top: -17px; }

.jqx-grid-validation-arrow-down {
  margin-top: -17px; }

.Jq-blendRTEImage {
  max-width: 100%;
  height: auto; }

.useradminbulk-column {
  padding: 6px 5px; }

.jqx-scrollbar-mobile .jqx-scrollbar-thumb-state-normal {
  width: 15px !important;
  margin-left: -15px; }

.jqx-scrollbar-mobile .jqx-scrollbar-thumb-state-normal-horizontal {
  height: 15px !important;
  margin-top: -15px; }

@media (max-width: 667px) {
  .jqx-grid.jqx-widget .jqx-grid-pager.jqx-widget-header .jqx-dropdownlist-state-normal {
    pointer-events: fill !important; } }

.jqx-listbox {
  z-index: 18003 !important; }
  .jqx-listbox span {
    padding-top: 0; }

@media (max-width: 380px) {
  .jqx-grid-pager.jqx-widget-header input {
    display: none; }
  .jq-Title {
    word-wrap: break-word; } }

.jqx-toolbar-tool-separator-ltr .jqx-widget {
  padding-top: 7px !important; }

.jqx-menu-vertical {
  z-index: 9999 !important; }

.jqx-editor-toolbar-container span {
  padding-top: 0px;
  display: inline !important; }

.jqx-rating-image {
  max-width: inherit !important; }

/* Jcrop
----------------------------------*/
.jcrop-holder {
  text-align: left; }

.jcrop-vline, .jcrop-hline {
  font-size: 0px;
  position: absolute;
  background: white url("../images/Jcrop.gif") top left repeat; }

.jcrop-vline {
  height: 100%;
  width: 1px !important; }

.jcrop-hline {
  width: 100%;
  height: 1px !important; }

.jcrop-vline.right {
  right: 0px; }

.jcrop-hline.bottom {
  bottom: 0px; }

.jcrop-handle {
  font-size: 1px;
  width: 7px !important;
  height: 7px !important;
  border: 1px #eee solid;
  background-color: #333; }

.jcrop-tracker {
  width: 100%;
  height: 100%; }

.custom .jcrop-vline, .custom .jcrop-hline {
  background: yellow; }

.custom .jcrop-handle {
  border-color: black;
  background-color: #C7BB00;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.jqx-scrollbar-mobile .jqx-scrollbar-thumb-state-normal-horizontal {
  z-index: 999; }

/*---------------------------------------Header----------------------------*/
/*site maintenance messages are not themed*/
.site-maintenance .container-fluid {
  background-color: #cccccc !important;
  color: #cc0000 !important; }

.bg-image .navbar.navbar-default .theme-wrapper .header-accent1 {
  z-index: 1; }

.bg-image .navbar.navbar-default .theme-wrapper .header-accent2 {
  z-index: 1; }

.bg-image .navbar.navbar-default .theme-wrapper .theme-hdr-container {
  min-height: 55px;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  position: relative;
  z-index: 5; }
  @media (min-width: 1200px) {
    .bg-image .navbar.navbar-default .theme-wrapper .theme-hdr-container {
      width: 1160px;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 1024px) {
    .bg-image .navbar.navbar-default .theme-wrapper .theme-hdr-container {
      min-height: unset;
      width: 100%;
      background-color: transparent;
      padding-top: 0;
      margin-right: auto;
      margin-left: auto; } }

.theme-hdr-row {
  margin-bottom: 0; }

.navbar .clientlogo {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .navbar .clientlogo {
      text-align: left; } }
  .navbar .clientlogo .navbar-brand {
    padding: 0;
    height: auto;
    float: none !important; }
    @media (min-width: 768px) {
      .navbar .clientlogo .navbar-brand {
        float: left; } }
    .navbar .clientlogo .navbar-brand img {
      max-height: 60px;
      width: auto;
      vertical-align: unset; }
      @media (min-width: 768px) {
        .navbar .clientlogo .navbar-brand img {
          max-height: 80px;
          max-width: none;
          margin: 10px 0 0 5px; } }

.navbar .mobilemenu {
  position: absolute;
  top: 25px;
  right: 45px;
  padding: 7px; }
  @media (min-width: 768px) {
    .navbar .mobilemenu {
      display: none !important; } }

.navbar .welcome {
  width: auto;
  float: right;
  text-align: right;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
  width: auto;
  float: right;
  display: block;
  margin: 0;
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 900;
  font-size: 15px;
  font-weight: 600; }
  .navbar .welcome .username {
    display: none; }
    @media (min-width: 768px) {
      .navbar .welcome .username {
        display: inline-block; } }
  @media (min-width: 768px) {
    .navbar .welcome {
      margin-top: 20px;
      position: relative;
      top: auto; } }
  .navbar .welcome span {
    display: inline-block;
    vertical-align: middle; }
  .navbar .welcome .user-img {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 40px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle; }
    .navbar .welcome .user-img i {
      position: relative;
      top: 4px;
      font-size: 16px; }
    .navbar .welcome .user-img img {
      width: 100%; }
  .navbar .welcome .my-profile.dropdown-menu {
    background-color: #666666;
    font-weight: normal;
    left: auto;
    right: 10px;
    min-width: 220px;
    top: 25px;
    text-align: center;
    color: #ffffff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    padding: 12px 30px;
    position: absolute;
    z-index: 9999; }
    @media (min-width: 768px) {
      .navbar .welcome .my-profile.dropdown-menu {
        right: 0; } }
    .navbar .welcome .my-profile.dropdown-menu :before {
      content: '';
      display: inline-block;
      position: absolute;
      top: -9px;
      right: 15px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      z-index: 2; }
    .navbar .welcome .my-profile.dropdown-menu :after {
      content: '';
      display: inline-block;
      position: absolute;
      top: -10px;
      right: 15px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      z-index: 1; }
    .navbar .welcome .my-profile.dropdown-menu img {
      float: none;
      margin: 0 0 8px 0; }
    .navbar .welcome .my-profile.dropdown-menu h4 {
      color: #ffffff;
      font-weight: 700; }
    .navbar .welcome .my-profile.dropdown-menu .user-managebtn {
      margin: 20px -30px;
      padding: 15px 0;
      background: #999;
      margin-bottom: -12px;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      position: relative; }
      .navbar .welcome .my-profile.dropdown-menu .user-managebtn a {
        text-align: center;
        padding: 5px 10px;
        font-weight: bold;
        display: inline-block;
        text-decoration: none;
        margin-bottom: 10px;
        width: 90%; }
        @media (min-width: 768px) {
          .navbar .welcome .my-profile.dropdown-menu .user-managebtn a {
            width: auto; } }

.navbar .navbar-bg {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  padding: 0; }

/* --------------------- Global Nav --------------------------------*/
.global-list {
  margin: 0;
  padding: 0; }
  .global-list ul.user-nav {
    margin-top: 7px;
    padding: 0;
    float: right; }
    .global-list ul.user-nav li.dropdown {
      float: left;
      padding-left: 0;
      padding-right: 0;
      list-style-type: none; }
      .global-list ul.user-nav li.dropdown a {
        padding: 10px 0;
        background: none !important; }
        .global-list ul.user-nav li.dropdown a :hover {
          background: none; }
        .global-list ul.user-nav li.dropdown a .badge {
          font-family: "Helvetica Neue", Arial, Helvetica, sans-serif, Arial, Sans-Serif;
          background: #990000 !important;
          padding: 2px 5px;
          position: absolute;
          top: 0;
          left: -3px; }
    .global-list ul.user-nav li a.fa {
      font-size: 1.3em; }
    .global-list ul.user-nav li.open {
      background-color: #ddd;
      border-radius: 4px 4px 0 0; }
      .global-list ul.user-nav li.open a {
        color: #888; }
      .global-list ul.user-nav li.open .dropdown-menu {
        background-color: #ddd;
        margin: -5px -1px 0 0;
        padding: 7.5px; }
      .global-list ul.user-nav li.open .li.help.open .dropdown-menu {
        padding: 0; }
    .global-list ul.user-nav ul.dropdown-menu {
      position: absolute !important;
      width: 100%; }
      .global-list ul.user-nav ul.dropdown-menu li {
        position: relative;
        display: block;
        width: 100%; }
        .global-list ul.user-nav ul.dropdown-menu li .badge {
          float: right;
          background: #990000;
          padding: 2px 3px;
          top: 0;
          right: 0;
          left: auto; }

@media screen and (min-width: 768px) {
  .global-list {
    z-index: 2;
    margin: 0; }
    .global-list ul.user-nav {
      padding-right: 0;
      padding-left: 0;
      margin: 0;
      text-align: center; }
      .global-list ul.user-nav li.dropdown {
        padding-left: 0;
        padding-right: 0; } }

@media screen and (min-width: 992px) {
  .global-list {
    position: relative;
    right: 0;
    margin: 0;
    padding-top: 0; }
    .global-list ul.user-nav {
      width: auto;
      padding: 0;
      margin: 0;
      text-align: right; }
  .qlabbirnav.nav {
    padding: 0; }
    .qlabbirnav.nav .collapse.navbar-collapse {
      padding: 0; }
      .qlabbirnav.nav .collapse.navbar-collapse .navbar-nav {
        float: none; } }

@media screen and (min-width: 1200px) {
  .qlabbirnav.nav {
    padding: 0;
    text-align: left; }
    .qlabbirnav.nav .collapse.navbar-collapse {
      padding: 0; } }

/* --- this needs testing; will this hold together if the user's default font size is LARGE ---*/
/*give little more room to get the finger on global buttons*/
.global-nav li a.fa,
.global-nav li button.fa {
  margin-left: 0;
  margin-right: 0;
  padding: 10px; }

@media only screen and (max-width: 670px) {
  .global-nav li a.fa,
  .global-nav li button.fa {
    padding: 0px; }
  .utility.logout {
    padding-top: 20px;
    padding-right: 20px;
    font-size: 16px;
    float: right; } }

/*but give even more room to menu, b/c that logout button is dangerously close to it
    -noplayinFF-
.global-nav li button.fa {
    margin-left:@include 5em;
}*/
/* -------------------------------*/
/*remove border from hamburger*/
.navbar-toggle {
  border: 0 solid transparent;
  padding: 0;
  float: none;
  /*reset from qlabbirstrap? no need to float, is inline.*/ }

/*make hamburger white*/
/*unset margin specified in qlabbirstrap (?)*/
.navbar-header .navbar-toggle {
  margin: 0; }

/* $screen-xs-max is a VARIABLE that you define your own value at the top of stylesheet*/
/*first time using MAX width; do we go back and undo styles to keep using min width, or do we just jump in here for a minute and accomplish it with a max width?*/
@media (min-width: 768px) {
  .utility.search,
  .utility.favorites,
  .utility.logout {
    padding: 4px 0;
    width: 25px;
    text-align: center;
    height: 37px;
    margin: 0;
    font-size: 16px;
    float: right;
    position: relative;
    z-index: 10; }
    .utility.search a,
    .utility.favorites a,
    .utility.logout a {
      padding: 4px;
      display: inline-block; }
    .utility.search:hover,
    .utility.favorites:hover,
    .utility.logout:hover {
      background-color: transparent;
      text-decoration: underline; } }

.utility.search {
  display: block; }

@media (min-width: 768px) {
  .utilities #utility-searchme {
    max-width: 300px; } }

.utilities .utilities-fav-link a {
  margin-top: 18px; }

.utilities #utility-help {
  padding-right: 7.5px;
  margin-top: -10px;
  margin-bottom: 5px; }

#utility-searchme,
#utility-bookmarks {
  margin-bottom: 0; }

/*what conflicting styles interferring with input group btn? until then, heres a hack*/
#utility-searchme span.input-group-btn {
  font-size: 1em; }

#utility-searchme .button,
#utility-bookmarks button.button {
  border-color: transparent;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 14px; }

/* -- off hack --*/
a.viewfavs {
  float: right;
  padding-right: 0;
  padding-left: 7.5px; }

a.viewfavs:hover {
  text-decoration: none; }

@media screen and (min-width: 768px) {
  #utility-searchme,
  #utility-bookmarks {
    /*float: right;
        padding-right: $grid-gutter-width/4;
        clear: both;*/
    position: absolute;
    right: 0;
    top: 41px;
    border: 1px solid #ccc; } }

@media screen and (min-width: 1200px) {
  .utilities #utility-searchme {
    max-width: 300px; }
  .utilities .utilities-fav-link a {
    margin-top: 0; } }

/* ---------------------- Header Login ------------------------------*/
.nav-login .form-error {
  /*removes duplicate error code; needs removed from our dev code*/
  display: none;
  visibility: collapse; }

.login-top {
  display: none;
  /* This is there until we build a backend that where an org can choose wether to have the login in the header or in the content area */
  margin-top: 7.5px; }
  .login-top .navbar-right {
    width: 33.3%;
    float: left !important;
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-top: 7.5px;
    margin: 0;
    text-align: right; }
    .login-top .navbar-right a {
      padding-left: 5px;
      padding-right: 5px; }
  .login-top .error {
    float: left; }
  .login-top .text-warning {
    float: left; }
  .login-top .login-top-help {
    width: 33.3%;
    font-size: 85em; }
    .login-top .login-top-help .password {
      padding-left: 15px; }

.login-top-input {
  width: 25%; }

.login-top-password {
  width: 25%; }

.nav-login table {
  margin: 10px 0; }

.navbar-collapse.collapse.in,
.qlabbirnav.nav {
  border: none;
  box-shadow: none; }

@media screen and (min-width: 768px) {
  /* the top login horizontal is centered for tablet */
  .nav-login table {
    margin: 10px auto 0 auto; }
  .login-top-help a {
    display: block;
    text-align: right; }
  .login-top-input,
  .login-top-password {
    padding-left: 0; }
  .login-top-button {
    padding: 0; } }

@media screen and (min-width: 992px) {
  /*the top login floats right for desk*/
  .nav-login {
    width: 75%; }
    .nav-login table {
      margin: 0;
      float: right; }
  .login-top-input,
  .login-top-password {
    padding-left: 0; }
  .login-top-button {
    padding: 0; } }

.login-top.row {
  margin-bottom: 0; }

/* ------- Roster logout button (is in a div) ---------*/
/*styled to match the other divs at top of roster*/
div.utility.logout {
  float: right; }

/*------------Carousel/ Hamilton Public page------- -----*/
/*Public page*/
span.read-more:hover,
span.read-more:focus,
span.read-more:active,
a.btn-learn-green:hover,
a.btn-learn-green:focus,
a.btn-learn-green:active {
  background: #363636 !important;
  color: #fff;
  outline: none; }

h4.news-section-title {
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #fff; }

.fix-top {
  position: fixed !important;
  background: #000;
  width: 100%;
  text-align: right;
  left: 0 !important;
  margin-left: 0 !important;
  top: 0;
  bottom: auto !important; }
  .fix-top .public-nav {
    width: 100% !important; }

.fix-top .mini-top-logo {
  display: inline !important;
  top: -8px;
  left: 0;
  margin-left: 10px; }

.mini-top-logo {
  display: none !important;
  float: left;
  width: 180px;
  margin-top: -5px; }

.fix-top.carousel-content ul.public-nav li:nth-child(odd) a {
  color: red; }

.public-page {
  font-family: 'NotoSans', sans-serif !important; }
  .public-page .utilities {
    top: 0 !important;
    margin-bottom: 10px !important; }
  .public-page .breadcrumbs {
    display: none; }
  .public-page a:hover,
  .public-page a:active,
  .public-page .button {
    text-decoration: none; }
  .public-page .theme-wrapper {
    background-image: none !important;
    border-bottom: solid 5px #424242;
    padding-bottom: 0 !important; }
    .public-page .theme-wrapper .theme-hdr-container {
      min-height: 100px; }
      .public-page .theme-wrapper .theme-hdr-container .qlabbirnav {
        margin-bottom: 0; }
  .public-page .links.pad {
    margin: 10px 0; }
  .public-page #divBreadcrumbNav {
    display: none; }
  .public-page .main-content,
  .public-page .main-content-container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important; }

.public-container {
  overflow: hidden; }
  .public-container .container {
    background-color: transparent; }
  .public-container img {
    margin-right: 10px; }
  .public-container h3 {
    margin: 0;
    color: #fff; }
  .public-container .news-description {
    margin-bottom: 10px; }

a.learn-more {
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  box-shadow: none;
  margin: auto;
  position: absolute;
  border: none;
  left: 50%;
  margin-left: -92px;
  bottom: 17%;
  border-radius: 0;
  transition: background-color 0.2s linear;
  z-index: 10;
  border: none; }

.theme-wrapper.news-section {
  padding-bottom: 19px;
  background-image: url("../Images/bg_header.png");
  border-bottom: none; }

.news-scroll {
  background: #6F818D;
  color: #fff !important;
  -moz-box-shadow: inset 0px 20px 20px -20px #000, inset 0 -10px 30px -20px #000;
  -webkit-box-shadow: inset 0px 20px 20px -20px #000, inset 0 -10px 30px -20px #000;
  box-shadow: inset 0px 20px 20px -20px #000, inset 0 -10px 30px -20px #000; }
  .news-scroll a {
    text-decoration: none;
    color: #699FBA; }
  .news-scroll img {
    width: 100px !important;
    height: 100px !important;
    display: inline-block;
    vertical-align: top; }
  .news-scroll h2 {
    font-size: 2em; }
  .news-scroll h2,
  .news-scroll h5 {
    color: #fff;
    margin: 6px 0; }
  .news-scroll ul {
    text-align: left;
    margin: 0;
    display: flex; }
    .news-scroll ul li {
      vertical-align: top;
      width: 33%;
      flex: 1; }
      .news-scroll ul li .news-description {
        text-align: left;
        padding: 0 15px;
        width: calc(100% - 120px);
        width: -webkit-calc(100% - 120px);
        width: -moz-calc(100% - 120px);
        display: inline-block;
        vertical-align: top; }
        .news-scroll ul li .news-description h3 {
          margin: 0;
          color: #fff;
          line-height: 24px; }
  .news-scroll ul li:last-child .news-description {
    margin-right: 0; }

.internal-publicpage-description {
  padding: 0 50px;
  text-align: left; }

h3.internal-publicpage-title {
  font-family: 'Nunito', Arial, serif;
  font-weight: 700;
  color: #1FA0DA;
  font-size: 32px; }

.internal-content-section {
  padding-top: 50px;
  text-align: center; }

h5.internal-publicpage-subtitle {
  font-family: 'Nunito', Arial, serif;
  font-weight: 400;
  font-size: 18px;
  color: #939090;
  line-height: 34px; }

.internal-publicpage-content {
  font-family: 'Nunito', Arial, serif;
  font-weight: 300;
  font-size: 16px;
  color: #7d7979; }

.btn-learn-green,
.btn-learn-red {
  display: inline-block;
  padding: 8px 40px;
  font-weight: 600;
  margin: 30px 0;
  text-decoration: none;
  transition: background 0.2s linear; }

.btn-learn-red {
  background: #B80203; }

.dark-background .internal-publicpage-description h3.internal-publicpage-title, .dark-background .internal-publicpage-description h5.internal-publicpage-subtitle, .dark-background .internal-publicpage-description .internal-publicpage-content {
  color: #fff; }

.usher-new-background {
  background: url("/themes/images/background-usher.jpg");
  background-size: cover; }

.usher-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: 'Nunito', Arial, sans-serif; }
  @media (min-width: 768px) {
    .usher-title {
      text-align: right; } }
  .usher-title img {
    margin: 0 auto; }
    @media (min-width: 768px) {
      .usher-title img {
        margin: 0 10px 0 0; } }
  .usher-title span {
    display: none; }
    @media (min-width: 768px) {
      .usher-title span {
        display: inline-block;
        font-size: 40px;
        font-family: 'Nunito', Arial, sans-serif; } }

.publicpage-musicimage {
  margin-top: -190px; }

.contemporary-learning {
  background: url("/themes/images/background-contemporary.jpg") #E0E0E0;
  background-repeat: no-repeat; }

.loginhelp-number {
  background: #bcc7d2 none repeat scroll 0% 0%; }

header.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }

.hamilton-public-page .carousel-inner > .item > img {
  width: 125%; }

.panel-mydashboardarticlefeaturebanner .panel-body, .panel-mypregnancyarticlefeaturebanner .panel-body, .panel-mychildrenarticlefeaturebanner .panel-body, .panel-myfriendsarticlefeaturebanner .panel-body {
  padding: 0; }

.panel-mydashboardarticlefeaturebanner .carousel-caption, .panel-mypregnancyarticlefeaturebanner .carousel-caption, .panel-mychildrenarticlefeaturebanner .carousel-caption, .panel-myfriendsarticlefeaturebanner .carousel-caption {
  text-align: left;
  top: 30%; }
  .panel-mydashboardarticlefeaturebanner .carousel-caption h2, .panel-mypregnancyarticlefeaturebanner .carousel-caption h2, .panel-mychildrenarticlefeaturebanner .carousel-caption h2, .panel-myfriendsarticlefeaturebanner .carousel-caption h2 {
    color: #FFFFFF !important;
    font-size: 28px !important;
    text-shadow: 2px 2px 4px #000000 !important;
    font-weight: bold; }
  .panel-mydashboardarticlefeaturebanner .carousel-caption .c-subheader, .panel-mypregnancyarticlefeaturebanner .carousel-caption .c-subheader, .panel-mychildrenarticlefeaturebanner .carousel-caption .c-subheader, .panel-myfriendsarticlefeaturebanner .carousel-caption .c-subheader {
    font-size: 16px !important;
    text-shadow: 2px 2px 4px #000000 !important; }

.carousel-content {
  position: absolute;
  left: 50%;
  margin-left: -423px;
  bottom: 33%;
  z-index: 500; }
  @media (max-width: 768px) {
    .carousel-content {
      margin-left: -40%;
      bottom: 20%; } }
  .carousel-content ul.public-nav {
    background-color: transparent;
    border-top: 6px solid rgba(255, 255, 255, 0.5);
    border-bottom: 6px solid rgba(255, 255, 255, 0.5);
    padding: 10px !important;
    margin: auto;
    width: 900px; }
    .carousel-content ul.public-nav li {
      list-style: none;
      font-weight: bold; }
      @media (min-width: 768px) {
        .carousel-content ul.public-nav li {
          display: inline; } }
    .carousel-content ul.public-nav li:nth-child(even) {
      font-weight: normal;
      margin: 0 15px; }
    .carousel-content ul.public-nav a {
      color: #fff;
      font-size: 12px;
      text-decoration: none; }
      @media (min-width: 992px) {
        .carousel-content ul.public-nav a {
          font-size: 18px; } }

.public-nav {
  text-align: left;
  padding: 5px !important; }

ul.public-nav li:first-child {
  display: none; }

.carousel-caption h1 {
  display: block;
  font-size: 34px !important;
  line-height: 48px !important;
  color: #fff; }

.carousel-caption .carousel-indicators {
  bottom: 0; }

.news-scroll ul li .news-description h3 {
  line-height: 20px;
  font-size: 16px; }

.news-scroll ul li .news-description span.read-more {
  color: #fff;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.5);
  white-space: nowrap; }

.hdng-group h1 {
  padding: 0; }

/*-----------------------------------Layout--------------------------------*/
.bg-image {
  padding: 0;
  width: 100%;
  margin: 0; }

.l-mt7 {
  top: 7px;
  position: relative; }

[class*="accent"] {
  display: none; }

.box-title {
  margin-bottom: 20px; }

.page-title {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px; }
  .page-title .top-hdng {
    width: 42%; }
    .page-title .top-hdng h1 {
      font-weight: 700;
      padding: 0 12px;
      padding-left: 15px; }
    .page-title .top-hdng .pull-right {
      padding: 0;
      cursor: pointer;
      position: relative;
      top: 6px; }
      .page-title .top-hdng .pull-right .jqx-widget {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; }
      .page-title .top-hdng .pull-right label {
        vertical-align: middle; }
  .page-title h1, .page-title h2 {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 32px;
    margin: 0 !important; }
  .page-title .page-title-right {
    width: 58.33333333%;
    text-align: right;
    margin-top: 7px; }
    .page-title .page-title-right .button {
      margin-top: 0;
      margin-left: 0; }
      @media (min-width: 768px) {
        .page-title .page-title-right .button {
          float: right;
          margin-top: 0;
          margin-left: 5px;
          /*incase there are 2 buttons*/ } }

.long-page-title h1 {
  width: 70% !important; }

.long-page-title .page-title-right {
  width: 30% !important; }

.page-title.banner {
  border-radius: 10px 10px 0 0;
  height: 175px;
  margin: -15px -15px 15px -15px;
  background-size: cover;
  background-repeat: no-repeat; }
  .page-title.banner .workspace-title {
    color: #fff;
    text-shadow: 1px 1px 6px black;
    position: absolute;
    top: 66px;
    padding: 0 0 0 20px; }

.banner-content .columns.layout2-39 .column:last-child {
  padding-left: 5px; }

.main-content-wrapper {
  width: 100%;
  display: inline-block; }
  .main-content-wrapper .main-content-container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px; }
    @media (min-width: 1200px) {
      .main-content-wrapper .main-content-container {
        width: 1170px; } }
    .main-content-wrapper .main-content-container .notifications-status-container {
      background-color: transparent;
      position: relative;
      margin-bottom: 15px;
      /* iPads (landscape) ----------- */ }
      @media (min-width: 768px) {
        .main-content-wrapper .main-content-container .notifications-status-container {
          width: 25%;
          position: absolute;
          background-color: transparent;
          right: 15px;
          top: 15px; } }
      .main-content-wrapper .main-content-container .notifications-status-container .portlet-notification-status {
        margin-left: 0;
        margin-right: 0;
        height: auto;
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          .main-content-wrapper .main-content-container .notifications-status-container .portlet-notification-status {
            height: 32px;
            margin-bottom: 0; } }
        .main-content-wrapper .main-content-container .notifications-status-container .portlet-notification-status .notification-status {
          padding-top: 6px;
          padding-bottom: 6px;
          border-radius: 10px; }
          @media (min-width: 768px) {
            .main-content-wrapper .main-content-container .notifications-status-container .portlet-notification-status .notification-status {
              border-radius: 0 5px 5px 0; } }
          .main-content-wrapper .main-content-container .notifications-status-container .portlet-notification-status .notification-status a {
            width: 55%;
            display: inline-block;
            font-weight: bold;
            font-size: 1.75em;
            /*text-align:center;*/
            margin-left: 10px !important; }
            @media (min-width: 768px) {
              .main-content-wrapper .main-content-container .notifications-status-container .portlet-notification-status .notification-status a {
                font-size: 1em; } }
            @media (min-width: 768px) {
              .main-content-wrapper .main-content-container .notifications-status-container .portlet-notification-status .notification-status a {
                width: 84% !important; } }
            @media (max-width: 992px) {
              .main-content-wrapper .main-content-container .notifications-status-container .portlet-notification-status .notification-status a {
                font-size: 1em !important; } }
            .main-content-wrapper .main-content-container .notifications-status-container .portlet-notification-status .notification-status a :empty {
              display: none; }
            .main-content-wrapper .main-content-container .notifications-status-container .portlet-notification-status .notification-status a:first-child {
              border: none; }
          .main-content-wrapper .main-content-container .notifications-status-container .portlet-notification-status .notification-status i {
            display: none; }
    .main-content-wrapper .main-content-container .breadcrumbs {
      padding-top: 0;
      margin-bottom: 15px;
      background-color: transparent;
      width: 100%;
      padding-left: 15px;
      height: 32px;
      -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; }
      .main-content-wrapper .main-content-container .breadcrumbs .breadcrumb-nav {
        position: relative;
        font-size: 12px;
        border-radius: 5px; }
        .main-content-wrapper .main-content-container .breadcrumbs .breadcrumb-nav a, .main-content-wrapper .main-content-container .breadcrumbs .breadcrumb-nav span {
          display: inline-block;
          font-size: 12px;
          padding-top: 10px;
          padding-bottom: 6px; }
    .main-content-wrapper .main-content-container .main-content {
      width: 100%;
      padding-top: 15px;
      position: relative;
      float: left; }
      @media (min-width: 768px) {
        .main-content-wrapper .main-content-container .main-content {
          min-height: 522px; } }

/* STUDENT LAYOUT */
.studentlogin .main-content, .studentlogin .theme-hdr-container, .studentlogin #divBreadcrumbNav, .studentlogin footer.site-footer .container, .studentlogin .main-content-container {
  width: 100% !important; }

.studentlogin .main-content-wrapper .page-title {
  margin-bottom: 0; }

/* Public Pages */
.public-page .clientlogo {
  padding: 0; }
  .public-page .clientlogo .navbar-brand {
    padding: 0; }
    .public-page .clientlogo .navbar-brand img {
      padding: 0; }

.public-page .navbar-right {
  width: 100%;
  clear: none; }
  @media screen and (min-width: 768px) {
    .public-page .navbar-right {
      float: none !important;
      width: 75%;
      margin: 0 auto !important; } }
  @media screen and (min-width: 992px) {
    .public-page .navbar-right {
      width: 50%;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      float: right !important; } }
  .public-page .navbar-right .navbar-form {
    border: none;
    margin-bottom: 10px; }
    @media screen and (min-width: 992px) {
      .public-page .navbar-right .navbar-form {
        float: right;
        text-align: right; } }
    .public-page .navbar-right .navbar-form .form-control {
      /*@media screen and (min-width: $screen-md-min) {
                    width: 218px;
                }*/
      margin-right: 5px; }
    @media (min-width: 992px) {
      .public-page .navbar-right .navbar-form .button {
        float: right;
        margin-top: 5px;
        margin-right: 5px; } }
    @media (min-width: 1200px) {
      .public-page .navbar-right .navbar-form .button {
        margin-top: 0; } }
  .public-page .navbar-right .links {
    float: right; }
    @media (min-width: 1200px) {
      .public-page .navbar-right .links {
        padding-left: 15px; } }
  .public-page .navbar-right .form-error span {
    margin: 0;
    padding: 0;
    font-size: 9em;
    color: #cc0000; }

.public-page .portlet-notification-status {
  display: none; }

.main-content .page-title-long {
  margin-bottom: 15px; }
  .main-content .page-title-long h1, .main-content .page-title-long h2 {
    width: 50%;
    font-size: 20px;
    line-height: 32px;
    margin: 0; }
  .main-content .page-title-long .page-title-right {
    width: 50%;
    margin-top: 7px; }
    .main-content .page-title-long .page-title-right .button {
      margin-top: 0;
      margin-left: 0; }
      @media (min-width: 768px) {
        .main-content .page-title-long .page-title-right .button {
          float: right;
          margin-top: 0;
          margin-left: 5px;
          /*incase there are 2 buttons*/ } }

.page-title .top-hdng {
  padding: 0 15px 8px 15px;
  float: left; }
  .page-title .top-hdng h1 {
    width: 100%;
    padding: 0; }

/* === Custom styles ====*/
.border-borrom {
  border-bottom: solid 2px #ccc; }

.float-left {
  float: left !important; }

.m-t-15 {
  margin-top: -15px !important; }

.m-t0 {
  margin-top: 0 !important; }

.m-r0 {
  margin-right: 0 !important; }

.m-l0 {
  margin-left: 0 !important; }

.m-l5 {
  margin-left: 5 !important; }

.m-b0 {
  margin-bottom: 0px !important; }

.m-t10 {
  margin-top: 10px !important; }

.m-tb10 {
  margin: 10px 0 !important; }

.m-tb15 {
  margin: 15px 0 !important; }

.m-t15 {
  margin-top: 15px !important; }

.m-t20 {
  margin-top: 20px !important; }

.m-t30 {
  margin-top: 30px !important; }

.m-t40 {
  margin-top: 40px !important; }

.m-t100 {
  margin-top: 100px !important; }

.m-b15 {
  margin-bottom: 15px !important; }

.m-b10 {
  margin-bottom: 10px !important; }

.m-b20 {
  margin-bottom: 20px !important; }

.m-b5 {
  margin-bottom: 5px !important; }

.m-r10 {
  margin-right: 10px !important; }

.m-r15 {
  margin-right: 15px !important; }

.p-l5 {
  padding-left: 5px !important; }

.p-l0 {
  padding-left: 0 !important; }

.p-all5 {
  padding: 5px !important; }

.p-all10 {
  padding: 10px !important; }

.p-l10 {
  padding-left: 10px !important; }

.p-l15 {
  padding-left: 15px !important; }

.p-t10 {
  padding-top: 10px !important; }

.p-t15 {
  padding-top: 15px !important; }

.p-t5 {
  padding-top: 5px !important; }

.p-b10 {
  padding-bottom: 10px !important; }

.p-r10 {
  padding-right: 10px !important; }

.p-r25 {
  padding-right: 25px !important; }

.p-r0 {
  padding-right: 0px !important; }

.p-b0 {
  padding-bottom: 0px !important; }

.p-t0 {
  padding-top: 0px !important; }

.l-p0 {
  padding: 0; }

.l-mb5 {
  margin-bottom: 5px; }

.l-mr5 {
  margin-right: 5px !important; }

.l-mlt0 {
  margin-left: 0;
  margin-right: 0; }

.lbl-btn {
  margin: -6px 0 -10px 5px !important;
  float: left !important; }

.button {
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 1.42857143; }

/*---------------------Qlabbir Loading-----------------*/
.qlabbir-blockUI {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%; }

.blockUI-overlay {
  width: 100%;
  text-align: center;
  height: 100%;
  opacity: 0.8;
  z-index: 999;
  position: absolute; }

.blockUI-overlay.pageoverlay {
  position: fixed; }

.text-bold {
  font-weight: bold; }

span.alert {
  padding: 0;
  margin-bottom: 0; }

.word-wrap {
  word-break: break-all; }

@media (max-width: 992px) {
  .iframe-scrolling {
    overflow: scroll;
    -webkit-overflow-scrolling: touch; } }

.nodata-available {
  font-weight: 700;
  font-size: 16px; }

.text-normal {
  font-weight: normal; }

.styled-list li {
  list-style-type: square !important; }

.well {
  width: 100%;
  float: left; }

.page-title:before, .page-title:after {
  content: " ";
  display: table;
  clear: both; }

/*---------------------------------------Footer----------------------------*/
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  margin: 0 0;
  margin-bottom: 0;
  font-size: .9em;
  float: left; }
  footer .container {
    padding-left: 20px;
    padding-right: 20px; }
    footer .container i {
      margin: 0; }
    footer .container .list-group {
      background: transparent; }
      footer .container .list-group .list-group-item {
        background-color: transparent;
        border: none;
        padding: 3px 0; }
    footer .container .footer-icon {
      font-size: 20px;
      margin-bottom: 10px; }
    footer .container .footer-social {
      font-size: 30px;
      margin-left: -5px; }
      footer .container .footer-social a i:hover {
        text-decoration: underline; }
    footer .container .footer-address H3 a {
      font-weight: bold !important;
      font-size: 16px; }
    footer .container .footer-address H3 a:hover {
      text-decoration: underline; }

.qlabbir-logo {
  background: url("../images/logos/logo-footer.png") no-repeat scroll center center #ffffff;
  cursor: pointer; }

.quicklinks {
  padding-top: 0;
  width: 100%;
  background: none; }
  .quicklinks .container {
    background: none !important;
    background-color: none !important; }
  .quicklinks h1 {
    text-transform: uppercase;
    color: white !important;
    margin-bottom: 0 !important;
    font-size: 100% !important; }
  .quicklinks a {
    color: white; }

.footer-links {
  background: url("/images/masterpage/bg_footer_links.jpg") no-repeat center center #fff;
  padding: 40px; }
  .footer-links .footer-logos {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 0 auto 0 auto;
    max-width: 579px;
    text-align: center; }
    .footer-links .footer-logos img {
      margin: 20px 10px;
      width: 30px; }
      @media (min-width: 768px) {
        .footer-links .footer-logos img {
          width: auto; } }

/*.noportlet-styling.panel{  
    border: 0 !important;
    box-shadow: none !important;
    .panel-body{
        padding: 0 !important;
    }    
}*/
/*Admin List*/
.pagination-Dropdown {
  width: 60px !important;
  height: 25px !important;
  float: right !important; }

html {
  height: 100%; }

body.login-page {
  min-height: 100%;
  height: 100%; }
  body.login-page .clientlogo {
    float: inherit; }
    body.login-page .clientlogo .navbar-brand {
      float: none;
      margin: 0 auto; }
      body.login-page .clientlogo .navbar-brand img {
        max-width: none;
        float: none;
        margin: 0 0 10px 0; }
        @media (min-width: 768px) {
          body.login-page .clientlogo .navbar-brand img {
            margin: 10px 0 0 0; } }
  body.login-page .global-nav.navbar-right {
    display: none; }
  body.login-page .bg-image {
    height: 100%;
    width: 100%; }
  body.login-page .main-content-wrapper .main-content-container {
    background: none; }
    body.login-page .main-content-wrapper .main-content-container .main-content li.utility.logout {
      display: none; }
  @media (min-width: 768px) {
    body.login-page .login-caption-1, body.login-page .login-caption-2 {
      display: none; } }
  @media (min-width: 992px) {
    body.login-page .login-caption-1, body.login-page .login-caption-2 {
      display: block;
      position: absolute;
      width: 300px; } }
  body.login-page .login-caption-1 {
    font-weight: bold;
    font-size: 3em;
    top: -90px;
    right: 10px;
    text-align: center;
    font-family: 'Century Gothic' !important; }
  body.login-page .login-caption-2 {
    font-size: 1.5em;
    top: -35px;
    right: 10px;
    text-align: center;
    font-family: 'Century Gothic' !important; }

/* --------------------- S P L A S H ------------------------------*/
/* desktop */
@media screen and (min-width: 768px) {
  .splash {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -200px; } }

.splashlogin {
  background: #efefef;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin: 0 auto 20px auto;
  padding: 24px;
  opacity: 0.85;
  position: relative;
  z-index: 15; }
  .splashlogin .form-actions input {
    font-weight: bold; }
  .splashlogin .social-logins h3 {
    margin-top: 10px; }
  .splashlogin .social-logins p {
    margin-bottom: 0; }
  .splashlogin .social-logins span {
    padding: 0;
    border-bottom: none; }
  .splashlogin .social-logins button {
    color: #fff;
    margin-top: 10px; }
    @media (max-width: 380px) {
      .splashlogin .social-logins button {
        padding: 6px 12px !important; } }
    .splashlogin .social-logins button:hover {
      color: #fff; }
    .splashlogin .social-logins button i {
      padding: 5px 8px;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      border-radius: 3px; }
    .splashlogin .social-logins button.Facebook {
      background-color: #3C5999; }
      .splashlogin .social-logins button.Facebook:hover {
        background-color: #2e4474; }
        .splashlogin .social-logins button.Facebook:hover i {
          background-color: #1f2e50; }
      .splashlogin .social-logins button.Facebook i {
        background-color: #2e4474; }
        .splashlogin .social-logins button.Facebook i.fa-Facebook:before {
          content: "\f09a"; }
    .splashlogin .social-logins button.Google {
      background-color: #3367d6; }
      .splashlogin .social-logins button.Google:hover {
        background-color: #3367d6; }
        .splashlogin .social-logins button.Google:hover i {
          background-color: #fff; }
      .splashlogin .social-logins button.Google i {
        background-color: #fff; }
        .splashlogin .social-logins button.Google i.fa-Google:before {
          content: "\f1a0"; }
    .splashlogin .social-logins button.Twitter {
      background-color: #45B0E4; }
      .splashlogin .social-logins button.Twitter:hover {
        background-color: #1f9bd7; }
        .splashlogin .social-logins button.Twitter:hover i {
          background-color: #197baa; }
      .splashlogin .social-logins button.Twitter i {
        background-color: #1f9bd7; }
        .splashlogin .social-logins button.Twitter i.fa-Twitter:before {
          content: "\f099"; }

@media (min-width: 768px) {
  .splashlogin {
    max-width: 315px;
    top: 100px; }
  .login-google-authentic {
    max-width: 418px;
    top: 20px; } }

@media screen and (min-width: 768px) {
  /* the top login horizontal is centered for tablet */
  .splash {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%; } }

.loginhelp div.loginhelp-step {
  text-align: center;
  border: 1px solid #eee;
  margin: 0; }

.loginhelp h1 {
  font-size: 4em; }

.loginhelp .well {
  background: #cccccc;
  color: #000; }

.loginhelp .loginhelp-number {
  color: white;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }

.loginhelp .loginhelp-desc {
  font-size: 16px;
  color: #878383;
  padding: 10px 0px;
  margin: 10px; }

/*Login content public page header*/
.login-page .navbar-right ul {
  float: right;
  margin: 0;
  padding: 0; }

.login-page .navbar-right .field-text input {
  display: inline-block; }

.login-page .navbar-right .form-error.text-left {
  padding: 0;
  width: 100%;
  float: left;
  margin-top: -17px; }
  .login-page .navbar-right .form-error.text-left div span {
    width: 201px;
    float: left; }

/*-------------- Parentivity Login --------------*/
.theme-hdr-container .nav-login {
  margin-top: 25px;
  float: right;
  width: 41.66666667%; }
  .theme-hdr-container .nav-login a {
    line-height: 1;
    padding: 0 5px; }

.theme-hdr-container .global-nav .navbar-form {
  text-align: right;
  margin: 0 0 5px 0;
  padding: 0; }
  @media (max-width: 1200px) {
    .theme-hdr-container .global-nav .navbar-form {
      margin-right: 5px;
      margin-left: 5px; } }
  .theme-hdr-container .global-nav .navbar-form .links {
    padding-top: 10px;
    padding-bottom: 10px; }
    .theme-hdr-container .global-nav .navbar-form .links .form-error {
      padding-top: 10px; }
      .theme-hdr-container .global-nav .navbar-form .links .form-error span {
        float: right;
        font-size: 12px;
        width: 100%; }
  @media (max-width: 1200px) {
    .theme-hdr-container .global-nav .navbar-form .form-control {
      margin-bottom: 5px; } }

/*positioning*/
.navbar-fixed-top {
  z-index: 2500 !important; }

.affix {
  width: 100%;
  z-index: 9999; }

/*is 100% width across the top*/
.navbar {
  clear: both;
  border: none;
  margin-bottom: 0;
  border-radius: 0 !important;
  z-index: 999; }
  .navbar .navbar-bg {
    width: 100%;
    text-align: left;
    padding: 0; }
    .navbar .navbar-bg .navbar-header {
      width: 100%;
      position: relative; }
      .navbar .navbar-bg .navbar-header .global-nav {
        text-align: right; }
        .navbar .navbar-bg .navbar-header .global-nav .float-menu {
          list-style: none; }
        .navbar .navbar-bg .navbar-header .global-nav .navbar-utilities {
          list-style: none;
          padding: 0;
          position: relative;
          z-index: 1;
          width: 100%;
          margin: -10px 0 0 0;
          margin-left: -15px; }
          @media (min-width: 768px) {
            .navbar .navbar-bg .navbar-header .global-nav .navbar-utilities {
              text-align: right;
              display: inline-block;
              float: right;
              text-align: left;
              margin: 0;
              width: auto; } }
          .navbar .navbar-bg .navbar-header .global-nav .navbar-utilities li {
            padding: 10px 5px; }
            @media (min-width: 768px) {
              .navbar .navbar-bg .navbar-header .global-nav .navbar-utilities li {
                float: left;
                margin: 0 5px; } }
            .navbar .navbar-bg .navbar-header .global-nav .navbar-utilities li a {
              padding: 10px 0; }
              .navbar .navbar-bg .navbar-header .global-nav .navbar-utilities li a b {
                font-weight: normal; }
                @media (min-width: 768px) {
                  .navbar .navbar-bg .navbar-header .global-nav .navbar-utilities li a b {
                    display: none; } }
        .navbar .navbar-bg .navbar-header .global-nav .qlabbirnav {
          /*width:100%;*/
          padding-left: 0;
          padding-right: 0; }
          @media (min-width: 768px) {
            .navbar .navbar-bg .navbar-header .global-nav .qlabbirnav {
              display: inline-block;
              vertical-align: middle;
              width: unset; } }
          @media (max-width: 768px) {
            .navbar .navbar-bg .navbar-header .global-nav .qlabbirnav {
              text-align: left; } }
          .navbar .navbar-bg .navbar-header .global-nav .qlabbirnav .navbar-nav .dropdown-menu {
            padding: 0; }
          .navbar .navbar-bg .navbar-header .global-nav .qlabbirnav .navbar-nav .dropdown {
            width: 100%;
            display: block; }
            @media (min-width: 768px) {
              .navbar .navbar-bg .navbar-header .global-nav .qlabbirnav .navbar-nav .dropdown {
                width: auto;
                display: inline-block; } }
            .navbar .navbar-bg .navbar-header .global-nav .qlabbirnav .navbar-nav .dropdown a b.hide {
              display: inline-block !important; }
              @media (min-width: 768px) {
                .navbar .navbar-bg .navbar-header .global-nav .qlabbirnav .navbar-nav .dropdown a b.hide {
                  display: none !important; } }
            .navbar .navbar-bg .navbar-header .global-nav .qlabbirnav .navbar-nav .dropdown .dropdown {
              width: 100%;
              display: block; }
            .navbar .navbar-bg .navbar-header .global-nav .qlabbirnav .navbar-nav .dropdown .dropdown-submenu a {
              padding: 5px 15px; }
      .navbar .navbar-bg .navbar-header .navbar-toggle {
        z-index: 5;
        margin: 5px 5px 0 0; }
        .navbar .navbar-bg .navbar-header .navbar-toggle :hover .icon-bar {
          background-color: #20394A; }
    .navbar .navbar-bg .navbar-right {
      float: right !important;
      margin-right: -15px; }

.navbar-default {
  background-color: #fff; }
  .navbar-default .navbar-nav li a, .navbar-default .navbar-nav li a:focus {
    color: #777;
    outline: none;
    padding: 10px; }
  .navbar-default .navbar-nav li a:hover {
    color: #fff;
    background-color: #777; }

.dropdown-menu > li > a {
  padding: 9px;
  white-space: normal; }

/*the user profile button in the nav- we need this class programed to the li element.*/
.nav-profilebtn {
  margin-left: 20px;
  text-transform: uppercase; }

.nav-profilebtn a {
  border: 1px solid #cccccc;
  border-radius: 50%;
  padding: 10px; }

.navbar-nav .badge {
  border-radius: 3px;
  padding: 2px 3px;
  color: #fff;
  font-weight: bold;
  line-height: normal;
  background-color: #990000; }

.nav-notifications .badge {
  left: 19px;
  top: 7px;
  position: absolute;
  background-color: #990000; }

.user-notifications .fa, .user-menu .fa {
  font-size: 1.3em; }

.user-notifications .dropdown-menu .badge, .nav-bookmarks .badge {
  float: right; }

.navbar-nav .dropdown ul .badge {
  float: right; }

.nav-messages > .badge {
  background-color: #009900; }

.nav-bookmarks > .badge {
  background-color: #2751CE; }

.navbar-right {
  /*for LOGIN: get "forgot password" under it*/
  /*clear: both;*/
  line-height: 1em; }

@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    /*nav to the right for desk*/
    margin-right: 5px;
    /*moves nav flush against the container*/
    margin-top: 15px; }
  .navbar-nav > li {
    /*make nav items centered*/
    float: none;
    display: inline-block; }
  .user-notifications .nav-notifications-title {
    display: none; } }

/*Sub menu*/
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  border-radius: 6px 0 0 6px;
  right: 0;
  margin-left: 0;
  margin-top: 0;
  top: 0;
  left: 100%; }

.dropdown-submenu > a::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-top: 5px;
  width: 0; }

.dropdown-submenu:hover > a::after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  border-radius: 6px 0 6px 6px;
  left: -100%;
  margin-left: 10px; }

/*make nav dropdowns right aligned for desk so not run off the right side of browser*/
@media (min-width: 768px) {
  .dropdown-pull-right {
    float: right !important;
    right: 0;
    left: auto; }
  .dropdown-pull-right > .dropdown-menu {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .navbar .mobilemenu.fa {
    display: none; } }

/*But all the iframes inside the site does NOT have a bg color*/
body, body.myiframe {
  background-color: transparent; }

li {
  list-style-type: none; }

.studentlogin .breadcrumb-container {
  width: 100% !important; }

.go-top {
  width: 50px;
  text-align: center;
  color: #CCCCCC;
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  display: none;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #3A3939;
  cursor: pointer;
  z-index: 999; }
  .go-top .fa-angle-up:before {
    font-weight: bold; }
  .go-top:after {
    display: block;
    position: absolute;
    font-size: 14px;
    top: 18px;
    right: -4px; }
  .go-top:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.8); }
  .go-top i {
    font-size: 20px;
    position: relative;
    display: block;
    float: none;
    color: #fff !important; }

/* ------------------ not sure where to put yet ---------------*/
/* This is from the theme-modern.css stylesheet */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.vhv-content-overlay a {
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px;
  width: 100%; }

.no-image-onerror {
  width: 50%;
  padding: 0;
  display: inline;
  padding-top: 15%; }
  @media (max-width: 1200px) {
    .no-image-onerror {
      width: 77%;
      padding-top: 10%; } }

.badge-overlay {
  width: 100%;
  text-align: right;
  padding: 10px;
  height: 15px; }

.bird-overlay {
  float: right;
  margin-right: 25px;
  min-height: 24px;
  position: relative;
  z-index: 500; }

.calendar-event {
  font-weight: bold;
  text-align: center;
  width: 64px;
  height: 64px;
  float: left;
  margin-right: 15px;
  font-size: 12pt; }

.calendar-event-due {
  font-weight: bold;
  text-align: center;
  width: 64px;
  height: 64px;
  float: left;
  margin-right: 15px;
  font-size: 12pt; }

.calendar-event-date {
  font-size: 22pt; }

.media-left {
  float: left;
  margin-right: 10px; }

.journal textarea {
  margin-bottom: 10px; }

.action-col {
  float: left;
  width: 50%; }

.action-plan H3 {
  margin-bottom: 20px; }

.action .media:nth-child(2n+1) {
  margin-bottom: 10px; }

.action H3 {
  margin-bottom: 20px; }

.upcoming-events .media {
  margin: 0px;
  margin-bottom: 10px;
  max-width: 32%;
  float: left !important;
  margin-right: 10px; }

.upcoming-events .media:last-child {
  margin-right: 0px; }

.upcoming-events .media-left {
  margin-right: 20px;
  width: 200px;
  height: 134px; }

.upcoming-events .media-left img {
  width: 200px;
  height: 134px; }

.upcoming-events .calendar-event {
  margin-left: 135px;
  margin-top: 70px; }

.upcoming-events .media-body {
  float: left; }

.my-children img {
  max-width: 30px;
  max-height: 30px; }

.my-children div {
  float: right;
  margin-right: 10px; }

.my-children .active {
  margin: -3px; }

/* Dashboard */
.dashboard {
  /* Leadership Message */ }
  .dashboard .columns {
    margin-bottom: 0; }
  .dashboard .layout2-84 .panel-body {
    min-height: 274px; }
  .dashboard h3 {
    margin: 0;
    margin-bottom: 20px; }
  .dashboard .admin-message {
    margin-bottom: 40px;
    width: 100%;
    float: left; }
    .dashboard .admin-message img {
      float: left;
      margin-right: 20px;
      border: 1px solid #ccc !important;
      padding: 4px; }
    .dashboard .admin-message h3 {
      margin: 0; }
    .dashboard .admin-message .admin-message-content a {
      display: block;
      text-align: right; }
    .dashboard .admin-message .admin-manage-links {
      background: #f4f4f4;
      padding: 10px 20px;
      margin: 0 -15px 0 -15px;
      position: absolute;
      bottom: 0;
      width: 100%; }

.favorites .recoommended {
  /*MISSPELLED ?????????*/
  float: left;
  width: 250px;
  margin-right: 10px; }

.family .media img {
  max-width: 50px;
  max-height: 50px; }

.favorites .recommended:last-child {
  margin-right: 0px; }

.profile > div {
  float: left;
  margin-right: 15px;
  line-height: 20px; }

.profile img {
  max-width: 150px;
  max-height: 150px;
  margin-bottom: 15px;
  margin-left: 15px; }

.profile h3 {
  margin: 0px; }

.profile .progress {
  margin-top: 5px; }

.profile-desc {
  line-height: 30px; }

.pregnancy-profile img {
  float: left;
  max-width: 120px;
  max-height: 120px;
  margin-bottom: 15px;
  margin-right: 15px; }

.pregnancy-profile h3 {
  margin: 0px;
  margin-top: 15px; }

.pregnancy-profile .progress {
  margin-top: 5px; }

.profile-desc {
  float: left;
  line-height: 30px; }

/*== Session Timer ==*/
.growlUI .icon-mark-qlabbir,
.growlUI .bf-mark-qlabbir {
  float: left;
  margin-top: -20px;
  font-size: 70px; }

.btn-actions {
  padding: 8px 0; }

.jq-right {
  float: right;
  /*incorrect, put class "pull-right" on it instead?*/ }

.collection-gridCollection {
  float: left;
  /*incorrect, put class "pull-left" on it instead?*/ }

.content-collection-edit-grid {
  margin-top: 15px; }

.fileupload .btn-primary {
  float: left;
  /*incorrect, put class "pull-left" on it instead?*/
  margin-right: 5px; }

#rblstPeopleType label {
  margin-right: 10px; }

#bodyContnet {
  /*did you misspell it here, so it wont work? sn*/
  padding-top: 0 !important; }

.img-portfolio {
  margin-bottom: 30px; }

.img-hover:hover {
  opacity: 0.8; }

/* Pricing Page Styles */
.price {
  display: block;
  font-size: 50px;
  line-height: 50px; }

.price sup {
  top: -20px;
  left: 2px;
  font-size: 20px; }

.period {
  display: block;
  font-style: italic; }

/*  -----------------------Theme Picker ------------------------ */
#themePicker {
  z-index: 100000; }

.theme-picker {
  position: fixed;
  z-index: 3000;
  background-color: #fff; }

.open-theme-picker {
  width: 30px;
  height: 30px;
  display: inline-block; }

/*# sourceMappingURL=Qlabbir.css.map */
.container .container {
  width: 100%; }

.divArticleContentTypeOutter {
  margin-bottom: 15px; }

.divArticleContentTypePreview {
  margin: 0;
  padding: 1px 5px;
  background-color: #1d9b8b;
  width: auto;
  display: inline-block;
  color: #fff;
  font-size: 8px;
  position: absolute;
  left: 0;
  top: 0; }

.divArticleContentType {
  margin: 0;
  padding: 1px 5px;
  background-color: #1d9b8b;
  width: auto;
  display: inline-block;
  color: #fff;
  font-size: 8px;
  position: fixed;
  left: 0;
  top: 0; }

.main-content .panel-body .container {
  width: 100%; }

.actionstep-attachment {
  word-break: break-all; }

.profilespace {
  margin-bottom: 45px; }

.profile_highlight {
  padding: 25px;
  float: left;
  width: 100%;
  margin-bottom: 15px; }
  .profile_highlight p {
    margin: 0 0 5px 0; }
  .profile_highlight img {
    max-width: 100px;
    height: auto; }
  .profile_highlight span {
    word-break: break-all; }
  .profile_highlight .columns {
    margin-bottom: 0; }

@media screen and (max-width: 980px) {
  .profile_highlight {
    padding: 10px; } }

.jq-carousel-RotatingFeature {
  margin: auto; }

.calendars {
  margin-top: 10px; }

.dl-horizontal dt {
  width: auto !important;
  line-height: 26px; }

.dl-horizontal dd {
  margin-left: 3px;
  position: relative;
  top: 4px; }

#undefined_iframe html {
  height: 176px; }

#divMyinterestIContainer {
  margin: 0 5px;
  border: none !important; }
  #divMyinterestIContainer .myinterest-comment input {
    width: 75%;
    height: 30px;
    float: left;
    font-weight: normal !important; }
  #divMyinterestIContainer .myinterest-comment i {
    float: left;
    padding-right: 4px;
    padding-top: 8px; }
  #divMyinterestIContainer .myinterest-comment label {
    padding-top: 5px;
    width: 90%;
    word-break: break-all;
    color: #666; }
  #divMyinterestIContainer .myinterest-comment label:empty {
    display: none; }
  #divMyinterestIContainer .qlabbircontainerheader {
    display: none; }
  #divMyinterestIContainer .button {
    margin-right: 15px; }

/*Font icons for own clasees*/
.like:before, .unlike:before, .overview-strengths li:before, .overview-ic li:before, .btn-pdf:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.2em;
  margin-right: 0.6em; }

.like:before {
  content: "\f087"; }

.pulsecheck-btn {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.unlike:before {
  content: "\f087"; }

.overview-strengths li:before {
  content: "\f00c"; }

.overview-ic li:before {
  content: "\f016"; }

/*Document Repository Styles*/
.docrep-wrapper {
  width: 100%;
  margin: 2px;
  height: 500px;
  overflow-y: auto; }
  .docrep-wrapper .well {
    margin-top: 5px;
    padding: 10px 10px 10px 0; }
  .docrep-wrapper .docrep-tree {
    background: none;
    border: none;
    height: 250px;
    overflow: auto;
    box-shadow: none; }
    .docrep-wrapper .docrep-tree .jqx-widget-content {
      background: none; }
  .docrep-wrapper .docrep-tree-container .folder-options .fAction {
    color: #8e70a6 !important;
    text-decoration: underline;
    padding: 0 10px;
    outline: none; }
  .docrep-wrapper .docrep-tree-container .folder-options input:hover {
    background: transparent !important;
    border-color: transparent !important;
    color: #8e70a6; }
  .docrep-wrapper .docrep-tree-container .folder-options {
    bottom: 0;
    position: absolute; }
  .docrep-wrapper .docrep-foldergrid-wrapper, .docrep-wrapper .docrep-filegrid-wrapper {
    width: 100%;
    float: left; }
  .docrep-wrapper .docrep-window-btnbrowser {
    float: left; }
  .docrep-wrapper .docrep-foldergrid {
    min-height: 60px; }
  .docrep-wrapper .docrep-filegrid-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #ccc;
    padding-top: 20px; }
    .docrep-wrapper .docrep-filegrid-wrapper .docrep-filegrid {
      min-height: 60px; }
  .docrep-wrapper .docrep-recyclebin {
    margin: 0 0 0 0;
    text-decoration: none;
    cursor: pointer;
    float: left; }
  .docrep-wrapper .docrep-recyclebin:before {
    content: "\f1b8";
    font-family: fontawesome;
    padding-right: 5px; }

.docrep-window-folderpath, .docrep-window-btnbrowser {
  float: left;
  position: relative;
  left: 4px; }

.docrep-window-actions.form-actions {
  width: auto;
  text-align: left;
  margin-left: 37%; }

.docrep-window-actions.form-actions input {
  margin-right: 5px; }

.docrep-window-header {
  font-weight: bold; }

.docrep-window-btnbrowser {
  padding-left: 15px; }

.disablemode {
  cursor: text !important; }

.email {
  word-break: break-all;
  font-size: 12px; }

#dwManager .panel-footer {
  margin: 0 -15px -15px;
  padding: 15px; }

#dwManager .panel-footer .row {
  margin-bottom: 5px; }

#divHomeroomTeacher .col-xs-8 {
  padding: 0; }

.attendees textarea {
  float: left; }

.attendees span {
  float: left;
  padding: 7px 0 0 0;
  cursor: pointer; }

.checkboxlist input[type="checkbox"] {
  height: auto !important;
  top: 3px\9  !important; }

.qlabbirdocument-upload-table {
  line-height: 30px;
  margin: 20px 0 0 20px; }

.qlabbirdocument-upload-table td {
  padding: 0 0 20px 0;
  width: 66%; }

.qlabbirdocument-upload-table .label {
  font-size: 90% !important;
  width: 25%;
  float: left;
  text-align: left; }

.qlabbirdocument-tree table {
  width: auto; }

.schedule-teachers td a {
  width: 180px;
  float: left;
  word-break: break-all; }

.nopadding {
  padding: 0 !important; }

.nomargin {
  margin: 0 !important; }

#tabDataWizardEditor {
  float: left; }

/*Session Warning*/
#SessionWarning .group {
  margin-bottom: 15px; }

#dvWizardSearch input {
  margin-bottom: 10px; }

#tabContentTypes .label-sm td {
  width: auto; }

#tabContentTypes .definecontenttype-tbl-som td {
  width: 100%; }

.pager-style table {
  width: auto; }

.pager-style table span, .pager-style table a {
  padding: 0 8px; }

.pageheader.columns {
  margin-bottom: 0; }

/* Site Maintenance Message */
.site-maintenance {
  background-color: #ffc;
  color: #b00;
  cursor: pointer; }
  .site-maintenance .site-maintenance-container {
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    padding: 0; }
    .site-maintenance .site-maintenance-container .site-maintenance-header {
      font-weight: bold; }
      .site-maintenance .site-maintenance-container .site-maintenance-header .site-maintenance-close {
        position: absolute;
        right: 5px;
        top: 3px; }
    .site-maintenance .site-maintenance-container .site-maintenance-body {
      padding-right: 40px; }
      .site-maintenance .site-maintenance-container .site-maintenance-body a, .site-maintenance .site-maintenance-container .site-maintenance-body a:visited, .site-maintenance .site-maintenance-container .site-maintenance-body a:hover {
        color: #b00; }

.hide-text, .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.db-docs i.fa.fa-arrow-circle-o-down {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 0 0 -6px;
  opacity: 0.5; }

#dvAddAttchment span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  opacity: 0.8;
  font-weight: bold; }

/* Portfolio */
@media screen and (max-width: 1030px) {
  .filter-zone, .topfilter-zone {
    width: 100%; }
  .item-list-zone, .AddUpload-zone, .AddLink-zone, .previewfile-zone {
    width: 100% !important; }
  .portfolio .portfolio-iframe {
    width: 100% !important;
    border: 1px solid #ccc;
    padding: 10px 20px;
    background: #fff; }
  .dashboard-portfolio .panel-body .button {
    float: none !important; } }

/*-------------------------Ipad Potrait--------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .blockUI.blockMsg.blockPage {
    left: 2% !important; }
  .roster .theme-hdr-container .qlabbirnav {
    padding: 0; }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 0; }
  .plp-tracker.col-sm-4 {
    margin: 0 0 20px 0; } }

.goal-progress {
  padding-top: 0 !important; }

/* 404 Page Styles */
.error-404 {
  font-size: 100px; }

.show-hide {
  padding: 20px; }

.show-feedback {
  position: relative;
  top: 14px;
  font-weight: normal; }
  .show-feedback a {
    text-decoration: none; }

.assessment-content h1 {
  width: 350px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding-top: 60px; }

.nopointer {
  pointer-events: all !important; }

.search-height {
  height: 34px; }

.enrol-icon-align {
  padding-top: 7px; }

span.read-more {
  padding: 4px 10px;
  white-space: nowrap; }

/*========= Feedback Tabs =============*/
.portfolio-item-inputbox {
  width: 100%;
  word-wrap: break-word; }

.goal-filter .row {
  margin-bottom: 20px; }

.panel-feedback-forum ul, .panel-feedback-forum ol {
  padding-left: 0; }

/*events page*/
.padding-tb12 {
  padding: 12px 0; }

.jq-authorsearchpanel author-search {
  padding: 10px; }

/*=== Floating button styles end ===*/
.floating-btn {
  position: fixed;
  bottom: 0;
  z-index: 99;
  display: block;
  width: 100%; }

.floating-btn input {
  background: none;
  border: none;
  font-weight: bold;
  padding: 10px 0; }

.btnfloating a.button {
  padding: 9px; }
  @media (max-width: 768px) {
    .btnfloating a.button {
      position: relative;
      top: -5px; } }

/*=== Floating button styles end ===*/
.selected-authors {
  width: 100%; }

.select-authors {
  width: auto;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 4px;
  display: inline-block;
  float: left; }
  .select-authors.button {
    background: #E9E9E9 !important;
    border: solid 1px #ccc !important;
    color: #000 !important; }
    .select-authors.button:hover {
      background: #D6D6D6 !important;
      border: solid 1px #ccc !important; }
  .select-authors div, .select-authors span {
    float: left;
    margin: 0 5px; }

.advance-search .jqx-dropdownlist-state-normal {
  float: left;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.childthread {
  padding-left: 10%; }

.jq-collapse {
  cursor: pointer; }

/*themes page css start heere */
.theme-henry h4 {
  text-align: center;
  font-weight: bold; }

.theme-henry a {
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-right: 0; }

.select-default .theme-henry.selected:before {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 8px);
  left: calc(50% - 30px);
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  padding: 8px;
  font-size: 40px;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.7);
  z-index: 99; }

.select-default .theme-henry:after {
  width: calc(100% - 30px);
  content: '';
  height: calc(100% - 55px);
  position: absolute;
  top: 39px;
  z-index: 10;
  display: none; }

.select-default .theme-henry.selected:after,
.select-default .theme-henry.hover:after {
  display: block; }

.select-default .theme-henry.hover:before {
  content: 'Select!';
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 26px);
  font-size: 16px;
  z-index: 99;
  display: inline-block;
  font-weight: 700;
  cursor: pointer; }

.theme-henry.ribbon-show .ribbon {
  display: block; }

.theme-default .theme-henry p {
  padding: 20px 60px; }

.theme-default .ribbon {
  position: absolute;
  left: 15px;
  top: 80px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  display: none; }

.theme-default .ribbon i {
  border-radius: 50%;
  font-size: 15px;
  padding: 3px 0;
  transform: rotate(27deg);
  margin-top: 2px; }

.theme-default .ribbon span {
  font-size: 0;
  text-align: center;
  line-height: 10px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  position: absolute;
  top: 9px;
  left: -26px;
  padding: 4px; }

.select-default h2,
.theme-default h2 {
  padding-left: 14px;
  font-weight: bold;
  font-size: 22px !important; }

.color-picker {
  padding: 20px 10px; }

.color-picker .color-picker-primary .jscolor,
.color-picker .color-picker-secondary .jscolor {
  padding: 22px;
  vertical-align: middle;
  margin: 0 5px;
  border-radius: 4px; }

/*themes page image transitions*/
.demo-2 {
  position: relative;
  overflow: hidden;
  height: 230px; }

.demo-2 span {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  display: block;
  padding: 16px 0; }

.effect img {
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  margin: 0;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out; }

.effect img.top:hover {
  bottom: -60px; }

/*popup primary secondary*/
.color-scheme-heading {
  display: flex; }

.color-scheme-heading h4 {
  flex: 1;
  padding-left: 20px; }

.theme-save-btn a,
.color-save-btn {
  display: block; }

body.color-scheme {
  padding-top: 50px; }

body.color-scheme .navbar {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
  top: 0; }

.text-center.save-theme {
  text-align: center;
  padding: 10px;
  margin-top: 40px; }
  @media (max-width: 380px) {
    .text-center.save-theme .button {
      margin-top: 10px;
      display: inline-block; } }

/*About page*/
.about-page .row {
  margin-bottom: 0; }

/*------ Qlabbir 2.0 styling (Parentivity) ------*/
.dataTables_wrapper input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.dykc-styling {
  font-size: 1.4em;
  line-height: 24px; }

.pulsepoints {
  float: right;
  top: -20px;
  position: relative; }

.myprofile-details h5 {
  font-size: 1.1em;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 0;
  margin-top: 0; }

.myprofile-details img {
  float: left; }

.myprofile-details .user-points {
  font-size: 35px;
  font-weight: bold;
  margin-left: 10px; }
  .myprofile-details .user-points:hover {
    text-decoration: none !important; }

.leftspace {
  padding-right: 5px; }

.artical-list_btn {
  margin-right: -15px; }

/*---------- Cataloglist page search filters ----------*/
.panel-searchfilters .panel-heading a:hover, .panel-searchfilters .panel-heading a:focus {
  text-decoration: none; }

.panel-searchfilters .panel-heading h2 {
  line-height: 20px !important;
  font-size: 22px;
  margin-top: 10px; }

.panel-searchfilters .panel-heading i {
  line-height: 30px !important;
  font-size: 22px !important; }

.panel-searchfilters .panel-heading span {
  font-size: 12px; }

.panel-searchfilters .panel-body ul, .panel-searchfilters .panel-body ol {
  padding-left: 0; }

.panel-searchfilters .panel-body .list-group {
  margin: 0 -15px; }

.panel-searchfilters .panel-body .list-group-item {
  padding: 5px 15px; }

.panel-searchfilters .panel-body .list-group-item:first-child {
  position: relative;
  top: -8px;
  left: 15px;
  padding: 0;
  margin-right: 10px; }
  .panel-searchfilters .panel-body .list-group-item:first-child a {
    padding: 3px 5px;
    color: #fff; }

.cataloglist-section thead {
  display: none; }

.cataloglist-section td {
  padding: 5px !important; }
  @media (max-width: 992px) {
    .cataloglist-section td {
      width: 46%;
      float: left; } }

.cataloglist-section .viewlist-thumb {
  width: 150px;
  padding: 5px;
  margin: 5px 20px 5px 5px;
  border: solid 1px #ECECEC;
  float: left; }
  @media (max-width: 992px) {
    .cataloglist-section .viewlist-thumb {
      width: 25%; } }
  .cataloglist-section .viewlist-thumb img {
    width: 138px;
    height: 138px; }
    @media (max-width: 992px) {
      .cataloglist-section .viewlist-thumb img {
        width: auto;
        height: auto; } }

.cataloglist-section .listing-detail {
  width: 77%;
  float: left; }
  @media (max-width: 1200px) {
    .cataloglist-section .listing-detail {
      width: 74%; } }
  @media (max-width: 1200px) {
    .cataloglist-section .listing-detail {
      width: 67%; } }

.cataloglist-section .listing-thumb {
  width: 200px;
  padding: 5px;
  border: 1px solid #ECECEC;
  float: left;
  min-height: 232px; }
  @media (max-width: 992px) {
    .cataloglist-section .listing-thumb {
      width: 100% !important;
      min-height: 192px; } }
  .cataloglist-section .listing-thumb .error-img {
    width: 60%;
    height: 60%; }
  @media (max-width: 1200px) {
    .cataloglist-section .listing-thumb {
      width: 160px; } }
  .cataloglist-section .listing-thumb img {
    width: 100%;
    height: 100%; }

@media (max-width: 992px) {
  .cataloglist-view td {
    width: 100% !important;
    float: left; } }

.catelog-records #listings-header {
  float: left;
  clear: left;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0 0 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  .catelog-records #listings-header ul.view-options {
    width: auto;
    float: right;
    height: 40px;
    margin-right: 13px;
    line-height: 40px;
    list-style-type: none; }
    .catelog-records #listings-header ul.view-options li {
      float: left; }

/*----- Editpregnancy ------*/
.panel-editpregnancy .jumbotron {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
  border: solid 15px; }
  .panel-editpregnancy .jumbotron h4 {
    font-weight: bold; }

/*-------------- Mydashboard myfamily --------------*/
.panel-mydashboardmyfamily ul.bulletlist {
  padding: 0;
  line-height: 30px; }

.panel-mydashboardmyfamily .userfamilymember-image {
  width: 20%;
  margin-right: 5px;
  margin-bottom: 5px;
  border: solid 1px #f6f6f6; }

.panel-mydashboardmyfamily .userfamilymember {
  float: left;
  padding: 10px 0;
  width: 100%; }

.shared-img-blk {
  border: 1px solid #eee;
  float: left;
  vertical-align: top;
  margin: 5px 5px 5px 0;
  width: 100px; }
  .shared-img-blk span {
    font-size: 12px;
    font-weight: normal !important;
    width: 100px;
    padding: 0 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left; }
  .shared-img-blk .shared-userimage-name {
    width: 100px;
    height: 100px; }

.panel-mydashboard-myrelations .userfamilymember-border {
  padding: 10px;
  margin: 10px 0;
  border: solid 1px #ececec; }
  .panel-mydashboard-myrelations .userfamilymember-border .shared-userimage {
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
    vertical-align: top;
    margin: 5px 5px 5px 0; }
  .panel-mydashboard-myrelations .userfamilymember-border .userfamilymemberimage {
    margin-right: 10px;
    float: left; }
  .panel-mydashboard-myrelations .userfamilymember-border h5 {
    font-weight: bold;
    margin: 0; }
  .panel-mydashboard-myrelations .userfamilymember-border span {
    font-weight: bold; }
  .panel-mydashboard-myrelations .userfamilymember-border .btn-default {
    background-color: #FFFFFF; }
  .panel-mydashboard-myrelations .userfamilymember-border .remove-section {
    text-align: right; }
    .panel-mydashboard-myrelations .userfamilymember-border .remove-section .btn {
      margin-bottom: 5px; }

.panel-mydashboard-myrelations .shared-user-profile {
  min-height: 276px;
  border: 1px solid #c7c7c7;
  margin: 10px 3px 0;
  padding: 7px;
  text-align: center; }
  .panel-mydashboard-myrelations .shared-user-profile .btn {
    margin: 5px; }

/*-------------- Parentivity Joinnow --------------*/
.panel-joinnow {
  margin-top: 100px; }
  .panel-joinnow h2 {
    margin-top: 0; }

/*-------------- My Challenges --------------*/
.panel-mychallenges .panel-challenges .panel-heading, .panel-mychallenges .panel-trophycase .panel-heading, .panel-mychallenges .panel-data-reports .panel-heading, .panel-datadashboard .panel-challenges .panel-heading, .panel-datadashboard .panel-trophycase .panel-heading, .panel-datadashboard .panel-data-reports .panel-heading {
  font-weight: bold !important;
  padding: 10px 15px;
  border-bottom: solid 1px #ccc !important; }

.panel-mychallenges .panel-challenges .trophy-case-item, .panel-mychallenges .panel-trophycase .trophy-case-item, .panel-mychallenges .panel-data-reports .trophy-case-item, .panel-datadashboard .panel-challenges .trophy-case-item, .panel-datadashboard .panel-trophycase .trophy-case-item, .panel-datadashboard .panel-data-reports .trophy-case-item {
  padding: 10px 0;
  border-bottom: solid 1px #ccc; }
  .panel-mychallenges .panel-challenges .trophy-case-item .trophy-unearned, .panel-mychallenges .panel-trophycase .trophy-case-item .trophy-unearned, .panel-mychallenges .panel-data-reports .trophy-case-item .trophy-unearned, .panel-datadashboard .panel-challenges .trophy-case-item .trophy-unearned, .panel-datadashboard .panel-trophycase .trophy-case-item .trophy-unearned, .panel-datadashboard .panel-data-reports .trophy-case-item .trophy-unearned {
    font-weight: bold !important; }

.panel-mychallenges .panel-challenges .trophy-case-item:last-child, .panel-mychallenges .panel-trophycase .trophy-case-item:last-child, .panel-mychallenges .panel-data-reports .trophy-case-item:last-child, .panel-datadashboard .panel-challenges .trophy-case-item:last-child, .panel-datadashboard .panel-trophycase .trophy-case-item:last-child, .panel-datadashboard .panel-data-reports .trophy-case-item:last-child {
  border-bottom: none; }

.panel-mychallenges .panel-datadashboard-portlet, .panel-datadashboard .panel-datadashboard-portlet {
  border: solid 1px #ccc; }
  .panel-mychallenges .panel-datadashboard-portlet .btn-default, .panel-datadashboard .panel-datadashboard-portlet .btn-default {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important; }

.panel-mychallenges .panel-leaderboard table.dataTable thead th, .panel-mychallenges .panel-leaderboard table.dataTable thead td, .panel-datadashboard .panel-leaderboard table.dataTable thead th, .panel-datadashboard .panel-leaderboard table.dataTable thead td {
  padding: 10px 3px; }

.panel-mychallenges .panel-leaderboard table.dataTable thead .sorting, .panel-datadashboard .panel-leaderboard table.dataTable thead .sorting {
  background-image: none; }

.panel-mychallenges .panel-leaderboard table.dataTable thead .sorting_asc, .panel-datadashboard .panel-leaderboard table.dataTable thead .sorting_asc {
  background-image: none; }

.panel-mychallenges .panel-leaderboard .portlet .portlet-body, .panel-datadashboard .panel-leaderboard .portlet .portlet-body {
  padding-left: 0px;
  padding-right: 0px; }

.panel-mychallenges .panel-leaderboard .lb-headline, .panel-datadashboard .panel-leaderboard .lb-headline {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  padding-bottom: 15px; }

.panel-mychallenges .panel-leaderboard .lb-subheadline, .panel-datadashboard .panel-leaderboard .lb-subheadline {
  font-weight: bold;
  font-size: 14px; }

.panel-mychallenges .panel-leaderboard .headline-divider, .panel-datadashboard .panel-leaderboard .headline-divider {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #cccccc; }

.panel-mychallenges .panel-leaderboard .userImage, .panel-datadashboard .panel-leaderboard .userImage {
  height: 60px; }

.panel-mychallenges table.table-green thead, .panel-datadashboard table.table-green thead {
  color: #fff; }

.panel-mychallenges .positionfont, .panel-datadashboard .positionfont {
  font-size: 20px;
  font-weight: bold;
  width: 14%; }

.panel-mychallenges .userbadge, .panel-datadashboard .userbadge {
  height: 50px;
  margin-right: 10px; }

.panel-mychallenges .username, .panel-datadashboard .username {
  font-weight: bold; }

.panel-mychallenges .challenge-points, .panel-datadashboard .challenge-points {
  font-size: 30px;
  text-align: right;
  font-weight: bold; }

.panel-mychallenges {
  border: none !important; }

.panel-mychallenges > .panel-heading {
  display: none; }

.panel-mychallenges > .panel-body {
  padding: 0; }

/*------------- Manage sharing -------------*/
.panel-manage-share .shared-child-profile {
  padding: 10px;
  border: 1px solid #ccc;
  overflow: auto;
  margin: 0 3px 20px 3px; }
  .panel-manage-share .shared-child-profile img {
    width: 65px;
    height: 65px;
    margin-right: 10px;
    float: left; }
  .panel-manage-share .shared-child-profile h2 {
    margin: 0; }

.panel-manage-share h4 {
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc; }

.panel-manage-share .shared-user-profile {
  border: 1px solid #c7c7c7;
  margin-bottom: 20px;
  padding: 5px; }
  .panel-manage-share .shared-user-profile img {
    width: 85px;
    height: 85px;
    margin-right: 10px;
    float: left; }
  .panel-manage-share .shared-user-profile .shared-user-desc {
    text-align: left;
    font-size: 11px; }
    .panel-manage-share .shared-user-profile .shared-user-desc h5 {
      font-weight: bold; }
    .panel-manage-share .shared-user-profile .shared-user-desc input {
      margin-top: 10px;
      position: relative;
      top: 3px;
      margin-left: 5px; }
  .panel-manage-share .shared-user-profile .btn {
    width: 100%;
    margin-top: 10px; }

/*----------------- Developmental Milestones Activities -----------------*/
.panel-developmental-milestones-activities .cognitive ul, .panel-developmental-milestones-activities .cognitive ol {
  padding-left: 5px !important; }

/*landing page for vhv styles*/
.landing-page .theme-hdr-container .nav-login {
  margin-top: 36px;
  padding-right: 0; }
  .landing-page .theme-hdr-container .nav-login .navbar-form {
    padding-right: 5px; }

.landing-page .col-sm-12 {
  padding: 0; }

.landing-page .breadcrumbs {
  display: none; }

.landing-page .clientlogo {
  margin-bottom: 0; }

.landing-page .qlabbirconnectlanding .row:first-child {
  margin: 0; }

.landing-page .main-content-wrapper .main-content-container {
  width: 100%;
  padding-top: 0; }

.landing-page.color1 .bg-image .main-content-wrapper .main-content-container {
  background-color: transparent !important; }

@media screen and (min-width: 768px) {
  .landing-page .carousel-inner {
    height: 331px !important; } }

.landing-page .panel-rotationbanner {
  border: none !important;
  border-radius: 0 !important; }
  .landing-page .panel-rotationbanner .panel-body {
    padding: 0; }
  .landing-page .panel-rotationbanner .thumbnail > img, .landing-page .panel-rotationbanner .thumbnail a > img, .landing-page .panel-rotationbanner .carousel-inner > .item > img, .landing-page .panel-rotationbanner .carousel-inner > .item > a > img {
    position: absolute;
    top: -220px; }
    @media (max-width: 1200px) {
      .landing-page .panel-rotationbanner .thumbnail > img, .landing-page .panel-rotationbanner .thumbnail a > img, .landing-page .panel-rotationbanner .carousel-inner > .item > img, .landing-page .panel-rotationbanner .carousel-inner > .item > a > img {
        position: relative;
        top: 0; } }
  .landing-page .panel-rotationbanner .carousel-caption {
    top: 150px;
    left: 15%; }
    @media screen and (max-width: 375px) {
      .landing-page .panel-rotationbanner .carousel-caption {
        top: 60px; } }
  .landing-page .panel-rotationbanner .panel {
    margin-bottom: 0;
    border-radius: 0; }

.landing-page .carousel-inner a, .landing-page .carousel-inner span, .landing-page .carousel-inner H2 {
  color: #fff !important;
  bottom: 20px; }

.landing-page div.carousel-caption.text-left h2 {
  font-size: 28px !important;
  text-shadow: 2px 2px 4px #000000 !important;
  text-align: left; }
  @media screen and (max-width: 375px) {
    .landing-page div.carousel-caption.text-left h2 {
      font-size: 22px !important; } }

.landing-page .panel-domainlistingarticles, .landing-page .panel-welcometoparentivity {
  width: 1180px;
  border-color: transparent;
  box-shadow: none;
  border-radius: 0;
  margin: -20px auto; }
  @media (max-width: 1200px) {
    .landing-page .panel-domainlistingarticles, .landing-page .panel-welcometoparentivity {
      width: 100%; } }
  .landing-page .panel-domainlistingarticles .recommended, .landing-page .panel-welcometoparentivity .recommended {
    margin-bottom: 20px; }
  .landing-page .panel-domainlistingarticles .col-sm-12, .landing-page .panel-welcometoparentivity .col-sm-12 {
    padding: 0 15px; }

.landing-page .panel-welcometoparentivity h1 {
  margin: 0; }

.landing-page .panel-welcometoparentivity .join-now, .landing-page .panel-welcometoparentivity .about {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px; }

.landing-page .panel-welcometoparentivity .join-now i {
  position: absolute;
  bottom: -11px;
  filter: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  right: 20px; }
  @media (max-width: 1200px) {
    .landing-page .panel-welcometoparentivity .join-now i {
      display: none; } }

/*end*/
.data-graph {
  width: 100%;
  height: 340px; }

/*---------- Developmental Milestones Summary ------------*/
.panel-developmental-milestones-summary .shared-child-profile {
  width: 100%;
  padding: 10px;
  background: #fff;
  float: left;
  border-radius: 5px; }
  .panel-developmental-milestones-summary .shared-child-profile img {
    width: 65px;
    height: 65px;
    border: 1px solid #eee;
    margin: 0 10px 0 0;
    float: left; }
  .panel-developmental-milestones-summary .shared-child-profile h2 {
    font-size: 18px !important;
    margin-top: 0;
    margin-bottom: 0; }

.panel-developmental-milestones-summary .dms-assessment-player h1 {
  margin-top: 0; }

/*----------------- Developmental Milestones Activities -----------------*/
.panel-developmental-milestones-activities .activity-cognitive-header, .panel-developmental-milestones-activities .activity-lang-header, .panel-developmental-milestones-activities .activity-social-header, .panel-developmental-milestones-activities .activity-physical-header, .recommended-articles .activity-cognitive-header, .recommended-articles .activity-lang-header, .recommended-articles .activity-social-header, .recommended-articles .activity-physical-header {
  padding-left: 10px;
  border-radius: 6px 6px 0 0; }
  .panel-developmental-milestones-activities .activity-cognitive-header h2, .panel-developmental-milestones-activities .activity-lang-header h2, .panel-developmental-milestones-activities .activity-social-header h2, .panel-developmental-milestones-activities .activity-physical-header h2, .recommended-articles .activity-cognitive-header h2, .recommended-articles .activity-lang-header h2, .recommended-articles .activity-social-header h2, .recommended-articles .activity-physical-header h2 {
    padding-left: 10px;
    margin-bottom: 0 !important;
    margin-top: 0; }
  .panel-developmental-milestones-activities .activity-cognitive-header span, .panel-developmental-milestones-activities .activity-lang-header span, .panel-developmental-milestones-activities .activity-social-header span, .panel-developmental-milestones-activities .activity-physical-header span, .recommended-articles .activity-cognitive-header span, .recommended-articles .activity-lang-header span, .recommended-articles .activity-social-header span, .recommended-articles .activity-physical-header span {
    color: #fff;
    margin-left: 5px; }

.dms-assessment-player ul.history-list li {
  list-style-type: disc; }

/*-------------------My Bookmarks-------------------*/
.panel-myfavorites .splitter label {
  float: left; }

.panel-myfavorites .splitter .btn-grp {
  float: left;
  margin-left: 15px; }
  .panel-myfavorites .splitter .btn-grp .btn {
    float: left;
    margin-right: 5px; }

.panel-myfavorites .portlet {
  border: 0; }

.panel-myfavorites .portlet-body {
  padding-bottom: 0 !important; }

.panel-manage-favorites, .panel-my-folders {
  border: none !important;
  box-shadow: none; }
  .panel-manage-favorites .panel-heading, .panel-my-folders .panel-heading {
    background: none !important;
    font-weight: bold; }
  .panel-manage-favorites .panel-body, .panel-my-folders .panel-body {
    padding: 15px 0 !important; }

.mychildrenrecommendedactivities .m-b15, .panel-mypregnancyrecommendedactivities .m-b15, .panel-mychildrenrecommendedactivities .m-b15 {
  display: none; }

.panel-mychildrenrecommendedactivities .recommended.panel, .panel-myfriendsrecommendedactivities .recommended.panel {
  border-radius: 0 0 6px 6px; }

.developmentalMilestonesSummaryButton {
  float: left;
  width: 100%; }

.nocursor {
  pointer-events: none; }

.readmore {
  padding-left: 20px; }

#divNews {
  word-break: break-all; }

.panel-workspace-announcements ul li, .panel-discussion-topics ul li, .panel-news ul li {
  list-style-type: disc; }

.panel-workspace-announcements ol li, .panel-discussion-topics ol li, .panel-news ol li {
  list-style-type: disc; }

/*--------------------Site Maintenance-----------------------*/
.site-maintenance {
  padding: 0 5px !important;
  border-radius: 0 !important;
  text-align: center; }
  .site-maintenance .maintenance-msg {
    cursor: pointer; }

/*-------------------------Help Dock------------*/
.help-dock {
  background: rgba(0, 0, 0, 0.6);
  width: 250px;
  position: fixed;
  bottom: 0;
  margin: 0 5px;
  padding: 6px 8px 4px 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .help-dock .modal-header {
    padding: 0;
    border: none; }
    .help-dock .modal-header .close {
      margin-top: 4px;
      color: #fff;
      opacity: 1;
      font-size: 18px; }
    .help-dock .modal-header .modal-title {
      color: #fff; }
    .help-dock .modal-header .restore {
      float: right;
      color: #fff;
      margin: 7px 4px;
      font-size: 12px;
      cursor: pointer; }

.minimize {
  float: right;
  margin: 3px 4px;
  font-size: 12px;
  color: #ccc;
  cursor: pointer; }
  .minimize:hover {
    color: #999; }

.text-grey {
  color: #999; }

.listLabel {
  float: left; }

.listImage {
  float: right; }

.fa, [class^="fa-"]:before, [class*=" fa-"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.2em;
  margin-right: 0.2em; }

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.panel.panel-sitemessages {
  border: none;
  box-shadow: none; }
  .panel.panel-sitemessages .panel-body {
    padding: 0; }

.useradmin-tabcontent1 span {
  word-break: break-word; }

.useradmin-tabcontent1 .col-sm-5 div span, .useradmin-tabcontent1 .well span {
  display: inline; }

.canvas-wrap img {
  max-width: inherit; }

a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none; }

.button.disabled {
  pointer-events: none; }

/*----------------My Folders--------*/
.panel-myfolders .panel {
  box-shadow: none !important;
  background: none;
  padding: 0; }
  .panel-myfolders .panel .panel-heading {
    padding: 0;
    background: none !important; }
  .panel-myfolders .panel .panel-body {
    padding: 15px 0 !important; }
    .panel-myfolders .panel .panel-body .jqx-widget-content {
      background: none; }

.panel-workspace-announcements .news-content {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  padding: 15px 15px 0 15px;
  height: 240px;
  overflow-y: auto; }
  .panel-workspace-announcements .news-content p {
    padding-right: 15px; }

.panel-workspace-announcements .news-item.panel-default {
  box-shadow: none !important;
  background: none !important; }
  .panel-workspace-announcements .news-item.panel-default .panel-heading {
    background: none !important;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #c86211 !important; }
  .panel-workspace-announcements .news-item.panel-default h2 {
    margin: 0;
    font-size: 1.34em;
    color: #292929; }
  .panel-workspace-announcements .news-item.panel-default ol, .panel-workspace-announcements .news-item.panel-default ul {
    line-height: 24px; }

.panel-workspace-announcements .news-title {
  color: #c86211 !important;
  border-color: #c86211 !important;
  font-weight: bold; }

.panel-workspace-announcements .panel.news-item .panel-heading .panel-title.news-title a, .panel-workspace-announcements .panel.news-item .panel-heading .panel-title.news-title i, .panel-workspace-announcements .panel.news-item .panel-heading .panel-title.news-title span {
  color: #c86211 !important;
  text-decoration: none; }

.panel-workspace-announcements .panel.news-item .panel-heading .panel-title.news-title .news-date {
  color: #333 !important;
  font-size: 13px;
  padding-left: 15px; }

/*-------------Community Group-------------------*/
.community-group {
  float: left;
  width: 100%; }
  .community-group .img-container {
    width: 100%;
    height: 124px; }
  .community-group img {
    border-radius: 4px;
    width: 100%;
    height: 100px; }
  .community-group .well {
    background: rgba(255, 255, 255, 0.3);
    padding: 8px;
    position: relative;
    top: -57px;
    border: none;
    border-radius: 0 !important;
    margin-bottom: -40px;
    text-align: right;
    min-height: 60px; }
    .community-group .well h5 {
      color: #fff;
      margin: 0;
      font-size: 18px;
      text-shadow: 1px 1px 2px black;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .community-group .well p {
      color: #fff;
      margin: 0 6px 0 0;
      font-size: 15px;
      text-shadow: 1px 1px 2px black; }

.fileviewercustom-popup {
  width: 800px;
  height: auto !important; }
  @media (max-width: 768px) {
    .fileviewercustom-popup {
      width: auto; } }

/*RTE File Upload Styling*/
.img-updater .jqx-widget-content {
  padding: 15px; }

.img-updater img {
  border: 4px solid #ccc; }

.img-updater .radioinline input[type="radio"] {
  position: relative;
  top: 3px; }

.img-updater .radioinline label {
  padding-right: 15px;
  margin: 5px 0 5px 0 !important; }

.img-updater .form-actions {
  margin: 0 !important;
  padding-top: 0 !important; }
  .img-updater .form-actions .button {
    margin-right: 5px; }

.addnote-attachments span {
  display: block; }

.empty-rows .row {
  margin-bottom: 0px; }

ui.bulletlist {
  padding-left: 15px; }

.userprofile-special .text-info {
  width: 100%;
  float: left; }

/*-----------Common Cartridge-------------*/
.cartridge-import {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  background: #f7f7f7;
  padding: 40px 40px 80px 40px;
  margin: 7% auto;
  float: none; }
  .cartridge-import .file-upload {
    background: #a1997a;
    width: 74%;
    margin: auto;
    padding: 30px;
    border-radius: 5px;
    color: #fff; }
  .cartridge-import input[type=file] {
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 275px;
    float: left; }

.panel-cartridge-process h1 {
  margin-top: 0; }

.panel-cartridge-process .cartridge-lft-col {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 5px;
  margin-right: 60px;
  width: 45%; }
  @media (max-width: 992px) {
    .panel-cartridge-process .cartridge-lft-col {
      width: 100%; } }

.panel-cartridge-process .cartridge-rht-col {
  background: #e6e2d2;
  padding: 20px;
  border-radius: 5px; }

.panel-cartridge-process .cc-enableitem {
  position: absolute;
  font-size: 18px;
  color: green; }

.panel-cartridge-process .cc-actions {
  background: #dedcd5;
  margin-left: 2px;
  border-radius: 5px;
  font-size: 11px; }

#DocFrame {
  height: 360px; }

/*-----News Panel----------*/
.panel-news.panel {
  background: none !important;
  box-shadow: none !important; }
  .panel-news.panel .qlabbirsiteannouncementsdesc {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px; }

.assessment-view-response {
  padding: 5px; }

.jq-staticfield .jqx-checkbox {
  position: relative;
  top: 22px;
  float: left;
  margin-right: 5px; }

.create-lead-conf .add-btn, .create-lead-conf .portfolioitems, .create-lead-conf .goalitems {
  text-align: right;
  padding: 0 10px; }

.remove-field {
  position: relative;
  top: 6px;
  left: 8px;
  cursor: pointer; }

.lti-groups {
  border: 1px solid #ccc;
  padding: 15px;
  height: 300px;
  overflow-y: auto;
  margin-bottom: 0;
  padding-bottom: 0; }
  .lti-groups .row:last-child {
    margin-bottom: 0; }
  .lti-groups h5 {
    font-weight: bold;
    margin: 0; }
  .lti-groups .radio-inline {
    width: 22% !important;
    min-width: inherit;
    margin: 0 15px 0 15px !important;
    padding: 0 5px !important; }
  .lti-groups .lti-roles {
    border-bottom: 1px solid #ccc; }
  .lti-groups .lft-col {
    background: #f4f4f4;
    min-height: 42px;
    text-align: right;
    padding: 8px 10px 8px 0 !important; }
    .lti-groups .lft-col span {
      font-size: 13px;
      word-break: break-word;
      width: 100%;
      float: left;
      text-align: right;
      white-space: inherit; }

.custom-zone {
  background: #f4f4f4 !important;
  width: 100%;
  float: left;
  min-height: 134px; }

.attributes-grid {
  padding: 5px; }

.jqx-expander, .filter-zone {
  width: 100% !important;
  margin-bottom: 20px; }

.bd-example-modal-sm li {
  list-style-type: square; }

.view-groupdocs {
  clear: both;
  display: block;
  font-size: 12px;
  margin: 5px 0 -5px 0; }

.filter-actionstepcalendar .clear {
  clear: both;
  margin: 10px 0; }

.about-orgnews .pagination {
  clear: both;
  float: right; }

.uploadergrid {
  border: none !important; }

.bookmarktitles.styled {
  margin: 0 0 5px 0;
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 15px !important;
  border-radius: 5px;
  background: #f9f9f9; }
  .bookmarktitles.styled li {
    float: left;
    list-style: circle;
    border: none;
    display: list-item;
    padding: 5px 0;
    margin: 0 35px 0 10px;
    background: none; }

.cke_dialog {
  z-index: 1052 !important; }

.cke_dialog_background_cover {
  z-index: 1051 !important; }

.quicklinks {
  display: none; }

.doc-download {
  position: relative;
  top: -5px; }

.actionstep-userresponsepopup {
  z-index: 1040 !important; }

.jqx-window-modal {
  z-index: 1039 !important; }

/*Maintenance Page*/
.siteMaintenanceMessage {
  text-align: center;
  color: #b00; }

.lbSiteMaintenanceMsg {
  font-size: 18px;
  font-weight: 600; }

.lbSiteMaintenanceMsgFull {
  font-size: 16px !important; }

.news-box {
  border: 1px solid #ddd !important;
  padding: 10px 20px 10px 20px !important;
  border-radius: 5px !important;
  margin-top: 20px !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important; }
  .news-box .news-total {
    font-size: 16px;
    font-weight: 700; }

p .news-content {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 16px !important; }

/*New Portfolio developer styles*/
.filter-zone {
  background: #fff;
  height: 100%;
  padding: 0;
  border: 1px solid #666;
  margin-bottom: 10px; }
  .filter-zone .button {
    text-overflow: ellipsis;
    overflow: hidden;
    /*float: left !important; Ram: effecting in student led conf.. portfolio item popup*/
    white-space: nowrap;
    margin: 0 5px 5px 0; }
  .filter-zone .filter-reset {
    text-align: center;
    margin-bottom: 30px; }

.filter-head {
  position: relative;
  background: #666;
  padding: 0 15px;
  float: left;
  width: 100%;
  cursor: pointer;
  border: none !important;
  color: #fff; }
  .filter-head h4 {
    color: #fff !important; }
  .filter-head .filter-control {
    position: absolute;
    top: 10px;
    right: 10px; }

.filter-Type, .filter-Category, .filter-Tag, .filter-Date, .filter-Check-Date {
  padding: 0 15px;
  margin-bottom: 15px; }

.filter-zone h6 {
  color: #333;
  float: left;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  outline: none;
  user-select: none; }

.studentlogin .filter-Category .button {
  width: 100% !important;
  display: inline-block;
  margin: 5px; }

.filter-Date .jqx-datetimeinput {
  margin-right: 8px;
  border: 1px solid #c7c7c7;
  margin-bottom: 10px; }

.filter-Date label {
  float: left;
  margin-right: 10px;
  width: 45px;
  text-align: right; }

.filter-Date input {
  margin-left: 55px; }

@media (min-width: 768px) {
  .filter-Category .button {
    width: 100% !important; }
  .portfolio .filter-reset .button {
    float: none !important; } }

@media (max-width: 680px) {
  .search-sec {
    float: left !important;
    margin-top: 10px;
    position: relative;
    z-index: 1; } }

.search-sec input {
  float: left;
  margin: 0 5px 5px 0;
  display: inline;
  width: auto; }

.data-item-text {
  display: none; }

.data-item-info-preview {
  display: none; }

.MainDiv {
  height: 100%;
  width: 100%; }

.topfilter-zone {
  background: #f3f3f3;
  width: 100%;
  float: left;
  padding: 12px; }

.upcoming-events {
  border: none; }

.headersortddl {
  float: left;
  margin: 1px; }

.Thumbs {
  float: left;
  margin: 10px 5px 0 0; }

.sortbtn {
  margin: 8px 0 0;
  float: left; }

.Tiles {
  float: left;
  margin: 10px 5px 0 0; }

.active-filter.button {
  background: #8e70a6 !important;
  color: #fff !important; }

.AddUpload-zone {
  width: 65%;
  float: left;
  height: 500px; }

.iframePosition {
  width: 100%;
  height: 750px !important;
  overflow-x: hidden; }

.data-item {
  width: 210px;
  float: left;
  border: none !important;
  margin: 0 10px 10px 0;
  height: 125px;
  text-align: center; }

.data-item.img {
  width: 130px;
  padding: 0; }
  .data-item.img img {
    width: 130px;
    height: 125px;
    border-bottom: solid 1px #ccc; }

.data-item.tiles {
  width: 99%;
  height: 97px;
  text-align: left;
  padding-left: 10px; }
  @media (min-width: 992px) {
    .data-item.tiles {
      width: 48%; } }
  .data-item.tiles img {
    float: left;
    margin-right: 10px;
    margin-left: -10px;
    border-right: 1px solid #ccc;
    border-bottom: 0;
    width: 101px;
    height: 95px; }
  .data-item.tiles i {
    float: left;
    border-right: 1px solid #ccc;
    margin: 0 10px 0 0;
    height: 97px;
    width: 91px;
    line-height: 97px;
    font-size: 50px;
    text-align: center; }

.data-item.pdf.tiles, .data-item.doc.tiles, .data-item.link.tiles, .data-item.xlt.tiles {
  width: 99%;
  height: 97px; }
  @media (min-width: 992px) {
    .data-item.pdf.tiles, .data-item.doc.tiles, .data-item.link.tiles, .data-item.xlt.tiles {
      width: 48%; } }

.item-list-zone {
  overflow-y: scroll; }

.item-preview.tiles img {
  float: left;
  border-right: 1px solid #ccc;
  margin: 0 10px 0 0 !important;
  height: 95px !important;
  width: 91px !important;
  text-align: center; }

.tiles .data-item-externalfilename {
  width: 70%;
  text-align: left; }

.item-list-zone, .AddUpload-zone, .AddLink-zone {
  border: 1px solid #ccc;
  border-top: 0;
  overflow-y: auto;
  padding: 10px; }

.previewfile-zone {
  border: 1px solid #ccc;
  border-top: 0;
  overflow-y: auto;
  padding: 10px; }

.data-item, .data-item.pdf, .data-item.doc, .data-item.link, .data-item.xlt, .data-item.ppt, .data-item.zip {
  text-align: center;
  padding: 0 10px; }

.item-list-zone i {
  font-size: 22px;
  margin: 10px 0 5px; }

.data-item.pdf img, .data-item.doc img {
  width: 30px;
  height: 30px;
  margin-top: 10px; }

.data-item-title {
  line-height: 18px;
  font-size: 13px;
  height: 35px;
  text-overflow: ellipsis;
  overflow: hidden; }

.data-item-displayname {
  font-weight: 700;
  line-height: 18px;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden; }

.data-item.img .data-item-title, .data-item.img .data-item-displayname {
  display: none; }

.data-item.img.tiles .data-item-title, .data-item.img.tiles .data-item-displayname {
  display: block;
  margin: 5px 0 0; }

.data-item.link.tiles .data-item-title, .data-item.link.tiles .data-item-displayname, .data-item.pdf.tiles .data-item-title, .data-item.pdf.tiles .data-item-displayname, .data-item.doc.tiles .data-item-title, .data-item.doc.tiles .data-item-displayname, .data-item.xlt.tiles .data-item-title, .data-item.xlt.tiles .data-item-displayname {
  display: block;
  margin: 5px 0 0;
  text-align: left; }

.searchtext.input-group {
  float: left;
  width: 200px; }

.searchtext.input-group input {
  border-left: 0; }

.searchtext .input-group-addon {
  background: #fff; }

.upcoming-events .panel-body {
  padding: 10px;
  border: 1px solid #ccc; }

.previewfile-Imgzone {
  border: 1px solid #ccc;
  float: left;
  height: 225px;
  margin: 0 20px 0 0;
  width: 98%;
  text-align: center;
  line-height: 450px; }
  @media only screen and (max-width: 667px) {
    .previewfile-Imgzone {
      height: auto;
      line-height: inherit; } }
  .previewfile-Imgzone a {
    margin: 45px auto 0 auto !important; }
  @media (min-width: 768px) {
    .previewfile-Imgzone {
      width: 52%;
      height: 450px; }
      .previewfile-Imgzone a {
        margin: 150px auto 0 auto !important; } }
  @media only screen and (max-width: 667px) {
    .previewfile-Imgzone img {
      height: auto;
      max-width: 100%;
      position: relative;
      top: 45px; } }

.previewfile-Imgzone i {
  font-size: 150px; }

.previewfile-detailszone {
  float: left;
  width: 98%; }
  @media (min-width: 768px) {
    .previewfile-detailszone {
      width: 42%; } }

.previewfile-detailszone div {
  padding: 5px 5px 0 5px;
  font-size: 13px;
  margin-bottom: 5px; }

.previewfile-detailszone .alt {
  background: #dddddd; }

.previewfile-action {
  margin-top: 20px;
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 10px; }

.previewfile-action .btn {
  margin: 0 5px 5px 0; }

/*Developer Portfolio styles ends*/
.portfolio .filter-head h4, .portfolio .filter-head i {
  color: #FFF; }

.portfolio .topfilter-zone .fa-lg {
  cursor: pointer;
  color: #999; }
  .portfolio .topfilter-zone .fa-lg:hover {
    color: #333; }

.portfolio .topfilter-zone .fa-lg.active {
  color: #333; }

.portfolio .item-preview {
  position: relative; }
  .portfolio .item-preview .fa {
    font-size: 2em; }

.portfolio img.item-preview {
  width: 50px;
  height: 50px;
  margin-top: 8px; }

.portfolio .OnHoverPopUp {
  position: absolute;
  background-color: #efefef;
  border: solid 1px #ddd;
  padding: 10px;
  border-radius: 6px;
  z-index: 500; }

.portfolio .previewfile-Imgzone .fa {
  font-size: 10em; }

.portfolio .previewfile-Imgzone img {
  border: 3px solid #333;
  padding: 20px; }

/*Portfolio Styles start*/
.qlabbirdocument-upload-table {
  margin: 0; }
  .qlabbirdocument-upload-table .jqx-scrollbar {
    opacity: 1; }
  .qlabbirdocument-upload-table .AjaxUploaderQueueTable {
    display: inline !important;
    background: none !important; }

.qlabbirdocument-upload-table td {
  width: 70%;
  padding: 0 0 5px 0; }

.qlabbirdocument-upload-table .label {
  width: 200px;
  text-align: left;
  margin: 8px 10px 0 0; }

.AjaxUploaderCancelAllButton {
  display: none; }

.AjaxUploaderQueueTableRow td {
  width: auto !important;
  float: left; }

.qlabbirdocument-upload-table .button {
  margin-right: 5px;
  white-space: nowrap;
  margin-bottom: 5px; }

.btnfloating {
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
  width: 100%; }
  .btnfloating .btn {
    height: 33px;
    float: left;
    margin-right: 5px; }

.portfolio-iframe {
  padding: 10px;
  background: #fff; }

.previewfile-zone .previewfile-Imgzone {
  overflow: hidden; }

.portfolio-text {
  padding: 40px 15px;
  text-align: left; }

.previewfile-zone.plaintext .previewfile-Imgzone {
  overflow-y: auto;
  line-height: 22px; }

@media (max-width: 380px) {
  .panel-title span.assessment-pager {
    display: inline-block; } }

.data-item-externalfilename {
  word-wrap: break-word;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center; }

.rootprintclass .form-group span {
  position: relative;
  top: 7px; }

/*New Portfolio Styles Design*/
.filter-Category-new {
  padding: 15px; }

.filename {
  font-style: italic;
  font-size: 12px;
  font-weight: normal; }

.item-list-zone-files {
  overflow-y: scroll; }

.item-preview.tiles img {
  float: left;
  border-right: 1px solid #ccc;
  margin: 0 10px 0 0 !important;
  height: 95px !important;
  width: 91px !important;
  text-align: center; }

.tiles .data-item-externalfilename {
  width: 70%;
  text-align: left; }

.item-list-zone-files, .AddUpload-zone, .AddLink-zone {
  overflow-y: inherit;
  padding: 0px !important; }

div.flag-popular {
  padding: 2px 3px;
  background-color: #595ba5;
  color: white;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 0;
  text-align: center;
  width: 90px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 100; }

div.flag-popular::after {
  content: '';
  border-top: 10px solid #131756;
  border-left: 10px solid #ffffff;
  position: absolute;
  left: 0;
  top: 22px; }

.course-box {
  /*position: relative;*/
  height: 220px;
  margin-bottom: 35px;
  background-color: #fff;
  -webkit-justify-content: center;
  -webkit-box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.09);
  box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.09);
  display: block;
  /*position: absolute;*/
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 45px 10px; }

/*.course-box a {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 45px 10px;
    }*/
.course-options {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 140px; }

.course-box a .onhover {
  padding: 15px 10px;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.createdby {
  color: maroon;
  font-style: italic;
  font-size: 11px; }

.sortorder:after {
  content: '\25bc'; }

.sortorder.reverse:after {
  content: '\25b2'; }

.title-wrap {
  word-wrap: break-word !important; }

.doc-title {
  font-size: 13px;
  font-weight: bold; }

.doc-img {
  height: 75px; }

.doc-actions {
  margin-top: 10px; }

.doc-content {
  height: 120px; }

.data-item {
  border: 0px !important;
  margin: 10px 10px 110px 0px !important; }

.portfolio-iframe {
  border: none !important; }

input.button.jq-filterAction {
  background-color: #efefef;
  border: solid 1px #ccc !important;
  transition: background-color .2s linear; }

input.button.jq-filterAction:hover {
  background-color: #bebdbd;
  border: solid 1px #ccc !important;
  transition: background-color .2s linear;
  color: #433d78 !important; }

/* @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape)  {
            div.search-sec.pull-left { float:left !important}
        }*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  div.search-sec.pull-right {
    float: left !important;
    padding-top: 10px !important;
    clear: both !important;
    display: inline-flex !important;
    float: left !important; }
  .searchtext.input-group {
    width: 100% !important; }
  .jqx-widget.jqx-datetimeinput.jqx-widget-content, .jqx-datetimeinput {
    margin-bottom: 10px !important; }
  .headersortddl {
    width: 80% !important; } }

@media (max-width: 1024px) and (min-height: 768px) and (orientation: portrait) {
  div.search-sec.pull-right {
    float: left !important;
    padding-top: 10px !important;
    clear: both !important;
    display: inline-flex !important;
    float: left !important; }
  .searchtext.input-group {
    width: 100% !important; }
  .headersortddl {
    width: 80% !important; } }

/*Assignments Course Box*/
.assignmentCB div.flag-popular {
  padding: 2px 3px;
  background-color: #000 !important;
  color: white;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 0;
  text-align: center;
  width: 90px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 100; }

.assignmentCB .course-box {
  /*position: relative;*/
  height: 233px !important;
  margin-bottom: 35px;
  background-color: #fff;
  -webkit-justify-content: center;
  -webkit-box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.09);
  box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.09);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 45px 10px; }
  .assignmentCB .course-box .doc-content {
    height: 120px; }
    .assignmentCB .course-box .doc-content .assignmentCB .doc-image {
      height: 75px !important; }
      .assignmentCB .course-box .doc-content .assignmentCB .doc-image .title-wrap, .assignmentCB .course-box .doc-content .assignmentCB .doc-image small {
        word-wrap: break-word !important; }
  .assignmentCB .course-box .assignmentCB .doc-actions {
    margin-top: 50px; }

/*File Attachment Base Colors*/
.att-pdf {
  color: #fc553f; }

.att-code {
  color: #47486b; }

.att-doc {
  color: #66cced; }

.att-image {
  color: #4b5bbd; }

.att-link {
  color: #e89029; }

.att-video {
  color: #235fe9; }

.att-word {
  color: #fc553f; }

.att-excel {
  color: #129143; }

.att-zip {
  color: #c70a75; }

.panel {
  position: relative; }
  .panel .panel-heading {
    position: relative;
    line-height: 1.1em; }
    .panel .panel-heading i {
      display: inline-block;
      position: relative;
      float: left; }
    .panel .panel-heading i, .panel .panel-heading .fa {
      font-size: 18px;
      margin: 0; }
    .panel .panel-heading strong {
      display: inline-block;
      padding-left: 5px;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 70%;
      -webkit-user-select: none;
      /* Chrome all / Safari all */
      -moz-user-select: none;
      /* Firefox all */
      -ms-user-select: none;
      /* IE 10+ */
      user-select: none;
      /* Likely future */ }
    .panel .panel-heading .portlet-header {
      position: absolute;
      right: 15px; }
      .panel .panel-heading .portlet-header .portlet-toolbar .dropdown-menu {
        min-width: 170px; }
        .panel .panel-heading .portlet-header .portlet-toolbar .dropdown-menu i {
          display: inline-block;
          width: 20px;
          vertical-align: top;
          line-height: 24px;
          margin: 2px 5px 0 0 !important;
          padding-left: 0;
          font-size: 16px !important;
          float: none; }
        .panel .panel-heading .portlet-header .portlet-toolbar .dropdown-menu strong {
          display: inline-block;
          width: 77%;
          vertical-align: top;
          margin: 4px 0 0 -5px;
          font-size: 13px;
          line-height: 20px;
          text-shadow: none !important; }
        .panel .panel-heading .portlet-header .portlet-toolbar .dropdown-menu a {
          display: block;
          font-weight: bold; }
        .panel .panel-heading .portlet-header .portlet-toolbar .dropdown-menu ul {
          padding: 0; }
  .panel .well {
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 6px; }

.panel-group .panel-body {
  padding: 12px; }

.panel-group .panel .panel-heading i {
  font-size: 18px;
  line-height: 18px; }

.btn-group.pull-left.portlet-link {
  line-height: 1.6; }

/*Overwrite these values in the theme folder, not here*/
/* ---------------- Pulse Check ------------------ */
/*ActionStepEdit - removing the old .panel-heading styles*/
/*AdminLockedUser*/
h1 .panel-heading {
  padding: 0;
  border: none;
  margin-bottom: 0; }

.portlet li {
  list-style-type: none; }

/* ------------------ Notifications --------------- */
.notification-view .controls span {
  display: inline-block;
  margin-right: 10px; }

.notification-view .NotificationPortlet-Photo {
  margin: 10px 0 0 10px; }

.notification-view .NotificationPortlet-Details {
  margin: 10px; }
  .notification-view .NotificationPortlet-Details h3 {
    font-size: 100%;
    color: #666;
    font-style: italic;
    font-weight: normal;
    margin: 0px 0px 5px 0px; }
  .notification-view .NotificationPortlet-Details align-content {
    margin: 0px; }
  .notification-view .NotificationPortlet-Details br {
    display: none; }

/* -------------------- News Portlets ------------------ */
.dashboard-orgnews .orgnews-select {
  margin-bottom: 10px; }
  .dashboard-orgnews .orgnews-select .form-control {
    float: left;
    width: auto;
    margin-right: 5px; }

.dashboard-orgnews .tab-content {
  padding: 0 !important;
  width: 100%;
  float: left; }

.dashboard-orgnews .newsblock {
  margin: 0;
  padding: 0;
  border: none; }
  .dashboard-orgnews .newsblock .newsdate {
    width: 100%;
    float: left;
    background: #f2f2f2;
    padding: 5px 15px; }
  .dashboard-orgnews .newsblock .newsstory {
    padding: 0 !important;
    margin: 0 !important; }
  .dashboard-orgnews .newsblock .newstitle {
    padding: 8px 15px;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: normal; }
  .dashboard-orgnews .newsblock .newscontent {
    float: left;
    width: 100%;
    padding: 0 15px 10px 15px; }
  .dashboard-orgnews .newsblock .newsexp {
    font-size: 13px;
    padding-top: 8px; }
  .dashboard-orgnews .newsblock .inline {
    display: inline;
    float: right; }
  .dashboard-orgnews .newsblock .newstype {
    float: right;
    color: #3a6da0; }
  .dashboard-orgnews .newsblock .pagination {
    padding-left: 25px;
    margin-right: 15px; }

.newsblock {
  /*@include container-fluid; Manju I don't think we need affecting oher news section on palm*/
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  /*.newsstory:last-child {
            padding: 0;
        }*/ }
  .newsblock .newsstory {
    padding-left: 0;
    padding-bottom: 15px; }
  .newsblock .newstitle {
    font-size: 1.25em;
    font-weight: bold;
    padding: 5px 0 5px 0; }
  .newsblock:empty {
    padding: 0;
    margin: 0; }

.col-md-4 .newsblock .newsstory {
  width: 100%; }
  @media (min-width: 372px) {
    .col-md-4 .newsblock .newsstory {
      margin: 0 -20px; } }
  @media (min-width: 768px) {
    .col-md-4 .newsblock .newsstory {
      margin: 0 -10px; } }
  @media (min-width: 992px) {
    .col-md-4 .newsblock .newsstory {
      margin: 0 -20px; } }

/* Admin Message */
.admin-photo {
  float: left;
  width: 100px;
  margin-right: 20px;
  margin-bottom: 20px; }

/*-- Student Dashboard --*/
.my-interests a.like::before, .my-interests a.unlike::before {
  padding: 5px 0 5px 5px; }

.my-interests .myinterest-comment i {
  color: #dddddd;
  cursor: pointer; }
  .my-interests .myinterest-comment i:hover {
    color: #cccccc; }

/*--My Profile--*/
.my-profile img {
  float: left;
  margin-right: 10px;
  max-width: 95px;
  min-width: 95px;
  height: auto; }

.my-profile .helpfulness-teacherrating .rating {
  margin-top: 5px; }
  .my-profile .helpfulness-teacherrating .rating .starsdiv {
    float: left;
    padding-left: 21%;
    width: 100% !important; }

.my-profile .helpfulness-teacherrating img {
  min-width: auto;
  height: auto;
  border: none; }

.my-profile p {
  margin-left: 105px; }
  .my-profile p .links {
    margin-top: 10px;
    display: block; }

.my-profile a {
  display: block; }

/*--Roster--*/
.profile_highlight img, .roster-img img {
  width: auto;
  height: auto;
  max-width: 100px; }

.contact-info img.contact-childimage {
  width: auto;
  height: auto;
  max-width: 90px;
  float: left;
  padding-right: 10px; }

/** Portlet Progress Monitor **/
.portlet-progress-monitor {
  border: solid 1px rgba(248, 248, 248, 0.5);
  border-radius: 6px;
  background-color: #f8f8f8;
  padding: 5px; }
  .portlet-progress-monitor span {
    font-weight: bold; }
  .portlet-progress-monitor button {
    margin-top: 0; }

/** New portlet styles **/
.jq-portlet-header {
  cursor: pointer; }

/* My Resources */
.panel-resources .col-sm-6 a {
  display: block;
  text-decoration: none;
  padding: 10px;
  min-height: 120px;
  border-radius: 5px;
  margin-bottom: 10px; }

.panel-resources h5 {
  margin: 15px 0 0 0;
  word-break: break-word;
  text-transform: capitalize;
  font-size: 18px;
  font-family: Arial,sans-serif;
  overflow: hidden; }

.panel-resources p {
  margin: 5px 0 0 0;
  font-size: 11px; }

.panel-resources .img-container {
  width: 50px;
  height: 50px;
  float: right;
  margin-left: 5px;
  border-radius: 5px;
  margin-top: 8px;
  background-repeat: no-repeat; }

@media (min-width: 992px) {
  .panel-resources .col-sm-6 {
    padding-right: 0; }
  .panel-resources .col-sm-6:nth-child(3), .panel-resources .col-sm-6:nth-child(6), .panel-resources .col-sm-6:nth-child(9), .panel-resources .col-sm-6:nth-child(12) {
    padding-right: 15px; } }

@media (min-width: 1200px) {
  .panel-resources .col-sm-6:nth-child(3), .panel-resources .col-sm-6:nth-child(6), .panel-resources .col-sm-6:nth-child(9), .panel-resources .col-sm-6:nth-child(12) {
    padding-right: 0; }
  .panel-resources .col-sm-6:nth-child(4), .panel-resources .col-sm-6:nth-child(8), .panel-resources .col-sm-6:nth-child(12) {
    padding-right: 15px; } }

/*-------------------Full Screen Option--------------*/
.qlabbir-full-screen {
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999;
  background: #ffffff !important; }
  .qlabbir-full-screen .panel-body {
    height: 93.3%;
    overflow: auto;
    padding: 15px 15px 0 15px !important;
    overflow-x: hidden; }
  .qlabbir-full-screen .jqx-scrollbar {
    width: 100% !important; }

.qlabbir-full-screen.well {
  height: 100%;
  overflow: auto;
  margin: 0; }

/*--------------------Portlet Loader-------------------------*/
.qlabbir-blockUI {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%; }

.blockUI-overlay {
  width: 100%;
  text-align: center;
  border: none;
  height: 100%;
  opacity: 0.8;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 999999;
  position: absolute; }

.panel .blockUI-overlay {
  z-index: 1; }

.blockUI-overlay.pageoverlay {
  position: fixed; }

.qlabbirUI-block {
  width: 130px;
  height: 130px;
  position: fixed;
  top: 40%;
  left: 45%;
  border-radius: 50%;
  z-index: 9999999; }

.qlabbirUI-block .bf-mark-qlabbir {
  font-size: 3.8em; }

.close-loader {
  font-size: 22px;
  position: relative;
  z-index: 9999999;
  color: #d32000;
  padding: 20px; }

.qlabbir-loading {
  text-align: center;
  padding: 28px 0; }

/*--------------------Portlet Bulk Users------------------*/
.panel-bulk-users, .panel-user-create, .panel-help-desk, .panel-my-profile, .panel-agreement, .panel-content-details, .panel-custom-content, .panel-org-message, .panel-site-announcement, .panel-admin-bookmark, .panel-manage-membership, .panel-rotating-page, .panel-locked-users {
  border-radius: 6px;
  background-color: #fff;
  border: 5px solid #666666;
  padding: 15px 15px 0 15px;
  float: left;
  width: 100%; }
  .panel-bulk-users h4, .panel-bulk-users .panel-heading, .panel-user-create h4, .panel-user-create .panel-heading, .panel-help-desk h4, .panel-help-desk .panel-heading, .panel-my-profile h4, .panel-my-profile .panel-heading, .panel-agreement h4, .panel-agreement .panel-heading, .panel-content-details h4, .panel-content-details .panel-heading, .panel-custom-content h4, .panel-custom-content .panel-heading, .panel-org-message h4, .panel-org-message .panel-heading, .panel-site-announcement h4, .panel-site-announcement .panel-heading, .panel-admin-bookmark h4, .panel-admin-bookmark .panel-heading, .panel-manage-membership h4, .panel-manage-membership .panel-heading, .panel-rotating-page h4, .panel-rotating-page .panel-heading, .panel-locked-users h4, .panel-locked-users .panel-heading {
    margin: -16px -16px 15px -16px;
    font-size: 18px;
    padding: 15px;
    background: #666666; }
    @media only screen and (max-width: 670px) {
      .panel-bulk-users h4, .panel-bulk-users .panel-heading, .panel-user-create h4, .panel-user-create .panel-heading, .panel-help-desk h4, .panel-help-desk .panel-heading, .panel-my-profile h4, .panel-my-profile .panel-heading, .panel-agreement h4, .panel-agreement .panel-heading, .panel-content-details h4, .panel-content-details .panel-heading, .panel-custom-content h4, .panel-custom-content .panel-heading, .panel-org-message h4, .panel-org-message .panel-heading, .panel-site-announcement h4, .panel-site-announcement .panel-heading, .panel-admin-bookmark h4, .panel-admin-bookmark .panel-heading, .panel-manage-membership h4, .panel-manage-membership .panel-heading, .panel-rotating-page h4, .panel-rotating-page .panel-heading, .panel-locked-users h4, .panel-locked-users .panel-heading {
        font-size: 14px; } }
    .panel-bulk-users h4 .portlet-header, .panel-bulk-users .panel-heading .portlet-header, .panel-user-create h4 .portlet-header, .panel-user-create .panel-heading .portlet-header, .panel-help-desk h4 .portlet-header, .panel-help-desk .panel-heading .portlet-header, .panel-my-profile h4 .portlet-header, .panel-my-profile .panel-heading .portlet-header, .panel-agreement h4 .portlet-header, .panel-agreement .panel-heading .portlet-header, .panel-content-details h4 .portlet-header, .panel-content-details .panel-heading .portlet-header, .panel-custom-content h4 .portlet-header, .panel-custom-content .panel-heading .portlet-header, .panel-org-message h4 .portlet-header, .panel-org-message .panel-heading .portlet-header, .panel-site-announcement h4 .portlet-header, .panel-site-announcement .panel-heading .portlet-header, .panel-admin-bookmark h4 .portlet-header, .panel-admin-bookmark .panel-heading .portlet-header, .panel-manage-membership h4 .portlet-header, .panel-manage-membership .panel-heading .portlet-header, .panel-rotating-page h4 .portlet-header, .panel-rotating-page .panel-heading .portlet-header, .panel-locked-users h4 .portlet-header, .panel-locked-users .panel-heading .portlet-header {
      float: left; }
  .panel-bulk-users .panel-body, .panel-user-create .panel-body, .panel-help-desk .panel-body, .panel-my-profile .panel-body, .panel-agreement .panel-body, .panel-content-details .panel-body, .panel-custom-content .panel-body, .panel-org-message .panel-body, .panel-site-announcement .panel-body, .panel-admin-bookmark .panel-body, .panel-manage-membership .panel-body, .panel-rotating-page .panel-body, .panel-locked-users .panel-body {
    background: #fff;
    padding: 0; }
    .panel-bulk-users .panel-body h5, .panel-user-create .panel-body h5, .panel-help-desk .panel-body h5, .panel-my-profile .panel-body h5, .panel-agreement .panel-body h5, .panel-content-details .panel-body h5, .panel-custom-content .panel-body h5, .panel-org-message .panel-body h5, .panel-site-announcement .panel-body h5, .panel-admin-bookmark .panel-body h5, .panel-manage-membership .panel-body h5, .panel-rotating-page .panel-body h5, .panel-locked-users .panel-body h5 {
      padding: 10px;
      margin: 15px 0;
      font-size: 18px; }
    .panel-bulk-users .panel-body .enable-flow, .panel-user-create .panel-body .enable-flow, .panel-help-desk .panel-body .enable-flow, .panel-my-profile .panel-body .enable-flow, .panel-agreement .panel-body .enable-flow, .panel-content-details .panel-body .enable-flow, .panel-custom-content .panel-body .enable-flow, .panel-org-message .panel-body .enable-flow, .panel-site-announcement .panel-body .enable-flow, .panel-admin-bookmark .panel-body .enable-flow, .panel-manage-membership .panel-body .enable-flow, .panel-rotating-page .panel-body .enable-flow, .panel-locked-users .panel-body .enable-flow {
      margin-left: 15px; }
    .panel-bulk-users .panel-body .nav-tabs, .panel-bulk-users .panel-body .tab-content, .panel-user-create .panel-body .nav-tabs, .panel-user-create .panel-body .tab-content, .panel-help-desk .panel-body .nav-tabs, .panel-help-desk .panel-body .tab-content, .panel-my-profile .panel-body .nav-tabs, .panel-my-profile .panel-body .tab-content, .panel-agreement .panel-body .nav-tabs, .panel-agreement .panel-body .tab-content, .panel-content-details .panel-body .nav-tabs, .panel-content-details .panel-body .tab-content, .panel-custom-content .panel-body .nav-tabs, .panel-custom-content .panel-body .tab-content, .panel-org-message .panel-body .nav-tabs, .panel-org-message .panel-body .tab-content, .panel-site-announcement .panel-body .nav-tabs, .panel-site-announcement .panel-body .tab-content, .panel-admin-bookmark .panel-body .nav-tabs, .panel-admin-bookmark .panel-body .tab-content, .panel-manage-membership .panel-body .nav-tabs, .panel-manage-membership .panel-body .tab-content, .panel-rotating-page .panel-body .nav-tabs, .panel-rotating-page .panel-body .tab-content, .panel-locked-users .panel-body .nav-tabs, .panel-locked-users .panel-body .tab-content {
      margin: 0 -15px;
      padding-bottom: 0; }
    .panel-bulk-users .panel-body .box-title, .panel-user-create .panel-body .box-title, .panel-help-desk .panel-body .box-title, .panel-my-profile .panel-body .box-title, .panel-agreement .panel-body .box-title, .panel-content-details .panel-body .box-title, .panel-custom-content .panel-body .box-title, .panel-org-message .panel-body .box-title, .panel-site-announcement .panel-body .box-title, .panel-admin-bookmark .panel-body .box-title, .panel-manage-membership .panel-body .box-title, .panel-rotating-page .panel-body .box-title, .panel-locked-users .panel-body .box-title {
      color: #5791DE;
      margin-bottom: 15px; }
    .panel-bulk-users .panel-body .useradminbulk-column, .panel-user-create .panel-body .useradminbulk-column, .panel-help-desk .panel-body .useradminbulk-column, .panel-my-profile .panel-body .useradminbulk-column, .panel-agreement .panel-body .useradminbulk-column, .panel-content-details .panel-body .useradminbulk-column, .panel-custom-content .panel-body .useradminbulk-column, .panel-org-message .panel-body .useradminbulk-column, .panel-site-announcement .panel-body .useradminbulk-column, .panel-admin-bookmark .panel-body .useradminbulk-column, .panel-manage-membership .panel-body .useradminbulk-column, .panel-rotating-page .panel-body .useradminbulk-column, .panel-locked-users .panel-body .useradminbulk-column {
      color: #ffffff;
      font-size: 14px;
      font-weight: bold;
      padding: 7px 5px 0 5px; }
    .panel-bulk-users .panel-body .useradminsearch-column, .panel-user-create .panel-body .useradminsearch-column, .panel-help-desk .panel-body .useradminsearch-column, .panel-my-profile .panel-body .useradminsearch-column, .panel-agreement .panel-body .useradminsearch-column, .panel-content-details .panel-body .useradminsearch-column, .panel-custom-content .panel-body .useradminsearch-column, .panel-org-message .panel-body .useradminsearch-column, .panel-site-announcement .panel-body .useradminsearch-column, .panel-admin-bookmark .panel-body .useradminsearch-column, .panel-manage-membership .panel-body .useradminsearch-column, .panel-rotating-page .panel-body .useradminsearch-column, .panel-locked-users .panel-body .useradminsearch-column {
      margin: 9px 4px 0 4px; }
    .panel-bulk-users .panel-body .form-actions, .panel-user-create .panel-body .form-actions, .panel-help-desk .panel-body .form-actions, .panel-my-profile .panel-body .form-actions, .panel-agreement .panel-body .form-actions, .panel-content-details .panel-body .form-actions, .panel-custom-content .panel-body .form-actions, .panel-org-message .panel-body .form-actions, .panel-site-announcement .panel-body .form-actions, .panel-admin-bookmark .panel-body .form-actions, .panel-manage-membership .panel-body .form-actions, .panel-rotating-page .panel-body .form-actions, .panel-locked-users .panel-body .form-actions {
      margin: 0 -15px !important;
      padding: 15px 0;
      background: #f7f7f7; }
    .panel-bulk-users .panel-body .link a, .panel-user-create .panel-body .link a, .panel-help-desk .panel-body .link a, .panel-my-profile .panel-body .link a, .panel-agreement .panel-body .link a, .panel-content-details .panel-body .link a, .panel-custom-content .panel-body .link a, .panel-org-message .panel-body .link a, .panel-site-announcement .panel-body .link a, .panel-admin-bookmark .panel-body .link a, .panel-manage-membership .panel-body .link a, .panel-rotating-page .panel-body .link a, .panel-locked-users .panel-body .link a {
      color: #fff; }
    .panel-bulk-users .panel-body .icon40, .panel-user-create .panel-body .icon40, .panel-help-desk .panel-body .icon40, .panel-my-profile .panel-body .icon40, .panel-agreement .panel-body .icon40, .panel-content-details .panel-body .icon40, .panel-custom-content .panel-body .icon40, .panel-org-message .panel-body .icon40, .panel-site-announcement .panel-body .icon40, .panel-admin-bookmark .panel-body .icon40, .panel-manage-membership .panel-body .icon40, .panel-rotating-page .panel-body .icon40, .panel-locked-users .panel-body .icon40 {
      width: 40px;
      height: 40px;
      border: 1px solid #ccc; }

.panel-site-announcement li {
  list-style-type: disc; }

.panel-site-announcement .topbtns {
  top: -79px;
  margin-right: -20px; }

.panel-site-announcement h4 {
  margin-top: -57px; }

.panel-site-announcement img {
  float: left;
  padding: 10px 40px 10px 0; }

/*---------------------Portlet Locked Users------------------*/
.panel-locked-users .portlet-header {
  float: left;
  width: 102.8%;
  padding: 15px;
  margin: -15px -15px 20px -15px;
  font-size: 18px;
  background: #666666;
  color: #ffffff; }

/*-----------------Panel Content Details-----------------*/
.panel-content-details .form-actions {
  margin: 30px -15px 30px -15px !important; }

/*-----------------Panel Content Edit-----------------*/
.panel-content-edit {
  border: none !important; }
  .panel-content-edit .panel-heading {
    padding: 10px 0 0 0; }
  .panel-content-edit h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    padding: 10px 0 15px 15px; }
  .panel-content-edit .tab-content {
    padding: 15px !important; }
  .panel-content-edit iframe.jq-contentLoader {
    border: 1px solid #ccc;
    padding: 10px 0;
    width: 99%;
    height: 325px; }
  .panel-content-edit .label {
    color: #333;
    padding: 0 15px; }
    .panel-content-edit .label:after {
      content: ":"; }

.qlabbirimage-resizer .imageResizer-currentImage {
  border: 1px solid #ccc;
  margin: 10px 0; }

.qlabbirimage-resizer .preview-wrap {
  border: 1px solid #ccc;
  min-height: 260px; }

.qlabbirimage-resizer .canvas-wrap {
  margin: 0 10px;
  padding: 5px;
  border: 1px solid #ccc;
  min-height: 260px;
  width: 35% !important; }

.contentitem-icon {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #cccccc !important;
  border-image: initial !important; }

/*---------------Portlet Org Message--------------------*/
.panel-org-message .col-sm-9 .newsdate {
  color: #888;
  font-weight: 600; }

.panel-org-message .col-sm-9 h3 {
  margin: 0; }

.panel-org-message .col-sm-9 span {
  display: block;
  text-align: left;
  padding: 0 0 10px 0; }

.panel-org-message .col-sm-3 img {
  height: auto;
  border: 1px solid #ccc !important; }

/*-- Help Desk --*/
.panel-help-desk input[type="submit"] {
  color: #fff;
  background: #666666;
  width: auto; }

.panel-help-desk .AjaxUploaderAttachmentsTable {
  margin-top: 20px !important; }

.panel-help-desk .AjaxUploaderAttachmentsTable td {
  border: 0;
  padding: 8px 10px;
  width: auto;
  border-bottom: 1px solid #fff;
  word-break: break-all; }

.panel-help-desk .AjaxUploaderAttachmentsTable tr {
  background: #888888 !important; }
  .panel-help-desk .AjaxUploaderAttachmentsTable tr td {
    color: #fff;
    font-weight: bold; }

.panel-help-desk .AjaxUploaderAttachmentsTable tr:nth-child(even) {
  background: #f7f7f7 !important; }
  .panel-help-desk .AjaxUploaderAttachmentsTable tr:nth-child(even) td {
    color: #000; }

.panel-help-desk .AjaxUploaderAttachmentsTable {
  min-width: 100%; }

/*-- Agreement --*/
.panel-agreement {
  padding: 0 15px 0 15px !important; }
  .panel-agreement input {
    display: inline-block; }
  .panel-agreement label {
    max-width: 94%; }
  .panel-agreement h4 {
    margin: 0 -15px 15px -15px !important;
    color: #fff; }
  .panel-agreement .divAgreemtText {
    padding-bottom: 10px !important; }

/*portlet toolbar styling*/
.portlet-toolbar ul.jq-toolbar-content a {
  padding: 5px;
  text-align: left; }

.portlet-toolbar ul.jq-toolbar-content i {
  width: 20px; }

.portlet-toolbar ul.dropdown-menu {
  right: 0;
  left: auto !important;
  padding: 0;
  border: none;
  z-index: 99; }

.portlet-toolbar ul:empty {
  display: none; }

.portlet-toolbar li {
  right: 0;
  left: auto !important;
  padding: 0;
  border: none;
  z-index: 99;
  list-style: none !important; }
  .portlet-toolbar li a {
    text-decoration: none;
    width: 100%;
    padding: 10px;
    float: left;
    font-weight: bold;
    text-align: center; }
  .portlet-toolbar li a:hover {
    color: #7a7a7a; }
    .portlet-toolbar li a:hover i {
      color: #7a7a7a !important; }

.portlet-toolbar li span, .portlet-toolbar li div, .portlet-toolbar li a {
  list-style: none;
  text-align: left;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  width: 100%;
  float: left; }

.portlet-toolbar li span:hover, .portlet-toolbar li div:hover {
  color: #7a7a7a; }
  .portlet-toolbar li span:hover i, .portlet-toolbar li div:hover i {
    color: #7a7a7a !important; }

.portlet-toolbar .dropdown-menu ul {
  padding-left: 0; }

.portlet-toolbar .fa.fa-plus:hover:before,
.portlet-toolbar .fa.fa-cog:focus:before {
  transition: ease-in;
  transition-delay: 0.3s;
  color: rgba(255, 255, 255, 0.3); }

.portlet-toolbar .fa.fa-cog:hover:before,
.portlet-toolbar .fa.fa-cog:focus:before {
  animation: 1s wheel-rotate-right linear infinite; }

@keyframes wheel-rotate-right {
  0% {
    transform: rotate(0deg); }
  6.67% {
    transform: rotate(32deg); }
  16.67% {
    transform: rotate(30deg); }
  23.34% {
    transform: rotate(62deg); }
  33.34% {
    transform: rotate(60deg); }
  40% {
    transform: rotate(92deg); }
  50% {
    transform: rotate(90deg); }
  56.67% {
    transform: rotate(122deg); }
  66.67% {
    transform: rotate(120deg); }
  73.34% {
    transform: rotate(152deg); }
  83.34% {
    transform: rotate(150deg); }
  90% {
    transform: rotate(182deg); }
  100% {
    transform: rotate(180deg); } }

/*end*/
/*-----------------Portlet Create Course---------------------*/
.panel-create-assignment, .panel-edit-assignment, .panel-course-edit, .panel-content-edit, .panel-course-details, .panel-course-manage-enrollment, .panel-course-roster, .panel-actionstep-edit {
  border: 5px solid #dddddd;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .panel-create-assignment .panel-heading, .panel-edit-assignment .panel-heading, .panel-course-edit .panel-heading, .panel-content-edit .panel-heading, .panel-course-details .panel-heading, .panel-course-manage-enrollment .panel-heading, .panel-course-roster .panel-heading, .panel-actionstep-edit .panel-heading {
    background: #dddddd;
    border: none; }
  .panel-create-assignment .panel-body, .panel-edit-assignment .panel-body, .panel-course-edit .panel-body, .panel-content-edit .panel-body, .panel-course-details .panel-body, .panel-course-manage-enrollment .panel-body, .panel-course-roster .panel-body, .panel-actionstep-edit .panel-body {
    padding: 15px; }
    .panel-create-assignment .panel-body .jqx-tabs, .panel-edit-assignment .panel-body .jqx-tabs, .panel-course-edit .panel-body .jqx-tabs, .panel-content-edit .panel-body .jqx-tabs, .panel-course-details .panel-body .jqx-tabs, .panel-course-manage-enrollment .panel-body .jqx-tabs, .panel-course-roster .panel-body .jqx-tabs, .panel-actionstep-edit .panel-body .jqx-tabs {
      border: none; }
      .panel-create-assignment .panel-body .jqx-tabs .jqx-tabs-header, .panel-edit-assignment .panel-body .jqx-tabs .jqx-tabs-header, .panel-course-edit .panel-body .jqx-tabs .jqx-tabs-header, .panel-content-edit .panel-body .jqx-tabs .jqx-tabs-header, .panel-course-details .panel-body .jqx-tabs .jqx-tabs-header, .panel-course-manage-enrollment .panel-body .jqx-tabs .jqx-tabs-header, .panel-course-roster .panel-body .jqx-tabs .jqx-tabs-header, .panel-actionstep-edit .panel-body .jqx-tabs .jqx-tabs-header {
        background-color: #777777;
        padding: 5px 0 0 10px; }
    .panel-create-assignment .panel-body .date-field input, .panel-edit-assignment .panel-body .date-field input, .panel-course-edit .panel-body .date-field input, .panel-content-edit .panel-body .date-field input, .panel-course-details .panel-body .date-field input, .panel-course-manage-enrollment .panel-body .date-field input, .panel-course-roster .panel-body .date-field input, .panel-actionstep-edit .panel-body .date-field input {
      border: none;
      height: auto;
      margin: 2px !important;
      box-shadow: none; }
    .panel-create-assignment .panel-body .form-actions, .panel-edit-assignment .panel-body .form-actions, .panel-course-edit .panel-body .form-actions, .panel-content-edit .panel-body .form-actions, .panel-course-details .panel-body .form-actions, .panel-course-manage-enrollment .panel-body .form-actions, .panel-course-roster .panel-body .form-actions, .panel-actionstep-edit .panel-body .form-actions {
      background: #f4f4f4;
      padding: 15px 0;
      margin: 0 -15px -15px -15px;
      text-align: center; }
    .panel-create-assignment .panel-body .publish, .panel-edit-assignment .panel-body .publish, .panel-course-edit .panel-body .publish, .panel-content-edit .panel-body .publish, .panel-course-details .panel-body .publish, .panel-course-manage-enrollment .panel-body .publish, .panel-course-roster .panel-body .publish, .panel-actionstep-edit .panel-body .publish {
      margin: 0 15px 12px 0; }
    .panel-create-assignment .panel-body .publish-btn, .panel-edit-assignment .panel-body .publish-btn, .panel-course-edit .panel-body .publish-btn, .panel-content-edit .panel-body .publish-btn, .panel-course-details .panel-body .publish-btn, .panel-course-manage-enrollment .panel-body .publish-btn, .panel-course-roster .panel-body .publish-btn, .panel-actionstep-edit .panel-body .publish-btn {
      margin-right: 10px; }
    .panel-create-assignment .panel-body .select-authors, .panel-edit-assignment .panel-body .select-authors, .panel-course-edit .panel-body .select-authors, .panel-content-edit .panel-body .select-authors, .panel-course-details .panel-body .select-authors, .panel-course-manage-enrollment .panel-body .select-authors, .panel-course-roster .panel-body .select-authors, .panel-actionstep-edit .panel-body .select-authors {
      float: left;
      margin-right: 2px;
      background: #f4f4f4;
      padding: 6px;
      margin-bottom: 2px;
      border: 1px solid #C1C1C1; }
      .panel-create-assignment .panel-body .select-authors .author-name, .panel-edit-assignment .panel-body .select-authors .author-name, .panel-course-edit .panel-body .select-authors .author-name, .panel-content-edit .panel-body .select-authors .author-name, .panel-course-details .panel-body .select-authors .author-name, .panel-course-manage-enrollment .panel-body .select-authors .author-name, .panel-course-roster .panel-body .select-authors .author-name, .panel-actionstep-edit .panel-body .select-authors .author-name {
        float: left;
        padding-right: 5px; }
      .panel-create-assignment .panel-body .select-authors .close-author, .panel-edit-assignment .panel-body .select-authors .close-author, .panel-course-edit .panel-body .select-authors .close-author, .panel-content-edit .panel-body .select-authors .close-author, .panel-course-details .panel-body .select-authors .close-author, .panel-course-manage-enrollment .panel-body .select-authors .close-author, .panel-course-roster .panel-body .select-authors .close-author, .panel-actionstep-edit .panel-body .select-authors .close-author {
        color: #ff0000;
        background: #fff;
        float: left;
        cursor: pointer; }
    .panel-create-assignment .panel-body .author-search, .panel-edit-assignment .panel-body .author-search, .panel-course-edit .panel-body .author-search, .panel-content-edit .panel-body .author-search, .panel-course-details .panel-body .author-search, .panel-course-manage-enrollment .panel-body .author-search, .panel-course-roster .panel-body .author-search, .panel-actionstep-edit .panel-body .author-search {
      margin-top: 15px; }
      .panel-create-assignment .panel-body .author-search .jqx-dropdownlist-state-normal, .panel-edit-assignment .panel-body .author-search .jqx-dropdownlist-state-normal, .panel-course-edit .panel-body .author-search .jqx-dropdownlist-state-normal, .panel-content-edit .panel-body .author-search .jqx-dropdownlist-state-normal, .panel-course-details .panel-body .author-search .jqx-dropdownlist-state-normal, .panel-course-manage-enrollment .panel-body .author-search .jqx-dropdownlist-state-normal, .panel-course-roster .panel-body .author-search .jqx-dropdownlist-state-normal, .panel-actionstep-edit .panel-body .author-search .jqx-dropdownlist-state-normal {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        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 .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
      .panel-create-assignment .panel-body .author-search .button, .panel-edit-assignment .panel-body .author-search .button, .panel-course-edit .panel-body .author-search .button, .panel-content-edit .panel-body .author-search .button, .panel-course-details .panel-body .author-search .button, .panel-course-manage-enrollment .panel-body .author-search .button, .panel-course-roster .panel-body .author-search .button, .panel-actionstep-edit .panel-body .author-search .button {
        color: #ffffff; }
      .panel-create-assignment .panel-body .author-search .jqx-grid, .panel-edit-assignment .panel-body .author-search .jqx-grid, .panel-course-edit .panel-body .author-search .jqx-grid, .panel-content-edit .panel-body .author-search .jqx-grid, .panel-course-details .panel-body .author-search .jqx-grid, .panel-course-manage-enrollment .panel-body .author-search .jqx-grid, .panel-course-roster .panel-body .author-search .jqx-grid, .panel-actionstep-edit .panel-body .author-search .jqx-grid {
        margin: 15px 0; }
      .panel-create-assignment .panel-body .author-search .jq-selectedusers, .panel-edit-assignment .panel-body .author-search .jq-selectedusers, .panel-course-edit .panel-body .author-search .jq-selectedusers, .panel-content-edit .panel-body .author-search .jq-selectedusers, .panel-course-details .panel-body .author-search .jq-selectedusers, .panel-course-manage-enrollment .panel-body .author-search .jq-selectedusers, .panel-course-roster .panel-body .author-search .jq-selectedusers, .panel-actionstep-edit .panel-body .author-search .jq-selectedusers {
        margin-top: 10px; }
      .panel-create-assignment .panel-body .author-search .jqx-toolbar-tool .jqx-checkbox, .panel-edit-assignment .panel-body .author-search .jqx-toolbar-tool .jqx-checkbox, .panel-course-edit .panel-body .author-search .jqx-toolbar-tool .jqx-checkbox, .panel-content-edit .panel-body .author-search .jqx-toolbar-tool .jqx-checkbox, .panel-course-details .panel-body .author-search .jqx-toolbar-tool .jqx-checkbox, .panel-course-manage-enrollment .panel-body .author-search .jqx-toolbar-tool .jqx-checkbox, .panel-course-roster .panel-body .author-search .jqx-toolbar-tool .jqx-checkbox, .panel-actionstep-edit .panel-body .author-search .jqx-toolbar-tool .jqx-checkbox {
        position: relative;
        top: 10px; }
  @media (max-width: 992px) {
    .panel-create-assignment .form-actions, .panel-edit-assignment .form-actions, .panel-course-edit .form-actions, .panel-content-edit .form-actions, .panel-course-details .form-actions, .panel-course-manage-enrollment .form-actions, .panel-course-roster .form-actions, .panel-actionstep-edit .form-actions {
      text-align: center;
      margin-left: 0; } }

.panel-course-edit.panel-default .panel-body {
  padding: 15px 0; }
  .panel-course-edit.panel-default .panel-body .form-actions {
    margin: 0 0 -15px 0; }

/*--------------------SOM-------------------*/
.panel-som h4 {
  font-size: 14px;
  color: #888888; }

.panel-som .leftPanel {
  padding-right: 0 !important;
  width: 33%;
  float: left; }

.panel-som .rightPanel {
  padding-left: 0 !important;
  width: 66%;
  float: left; }

/*---------------------Panel Bookmarks-------------------*/
.panel-bookmarks .utilities-fav-link .button.btn {
  margin: 4px;
  float: right; }

.panel-bookmarks .create-bookmark {
  float: right;
  margin-top: 6px; }

/*--------------Panel Help Content---------------*/
.panel-help-content {
  padding: 15px; }
  .panel-help-content h4 {
    margin: 0;
    font-size: 16px; }
  .panel-help-content .document-tree {
    padding: 0 15px;
    margin: -5px -15px 5px -15px; }
    .panel-help-content .document-tree span {
      font-size: 12px; }

.help-details h4 {
  padding: 15px;
  font-size: 16px; }

.help-details .subsectionheader {
  padding: 9px; }

.subsectionheader {
  padding: 15px;
  font-size: 16px; }

.agreement {
  position: relative;
  margin-top: 35px; }

/*------------------Panel Manage Help---------------*/
.panel-manage-help {
  padding: 15px;
  float: left;
  width: 100%; }
  .panel-manage-help h4 {
    margin: -15PX;
    font-size: 16px;
    padding: 15px; }
  .panel-manage-help .manage-checklist {
    padding: 15px;
    margin: 15px -15px 15px -15px; }
  .panel-manage-help label {
    font-weight: normal; }

/*----------------------Panel Site Settings-----------------*/
/*----------------------Textbook-----------------*/
.pagination {
  clear: both;
  display: block; }

.textbookicon {
  display: block;
  left: 50%;
  position: relative;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  float: left; }

.textbook > div {
  background-position: center !important; }

/*----------------------Textbook-----------------*/
/*----------------------Panel Define Content-----------------*/
.panel-site-settings table label, .panel-define-content table label, .panel-org-settings table label, .panel-org-admintabs table label {
  font-weight: 400; }

.panel-site-settings .ui-tabs .ui-tabs-nav li a, .panel-define-content .ui-tabs .ui-tabs-nav li a, .panel-org-settings .ui-tabs .ui-tabs-nav li a, .panel-org-admintabs .ui-tabs .ui-tabs-nav li a {
  padding: 8px 12px;
  border: none; }

.panel-site-settings .ui-tabs-panel, .panel-define-content .ui-tabs-panel, .panel-org-settings .ui-tabs-panel, .panel-org-admintabs .ui-tabs-panel {
  border-top: none; }

.panel-define-content .ui-tabs-panel {
  border-top: none; }

.panel-define-content .tab-content-attributes h4 {
  font-size: 16px; }

/*-----------------------Panel Org Navigator------------------*/
.panel-org-navigator, .panel-org-admin {
  float: left;
  width: 100%; }
  .panel-org-navigator .columns, .panel-org-admin .columns {
    margin: 0; }
  .panel-org-navigator .org-lft, .panel-org-admin .org-lft {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
    .panel-org-navigator .org-lft h4, .panel-org-admin .org-lft h4 {
      margin: 0 -15px;
      font-size: 16px;
      padding: 15px; }
    .panel-org-navigator .org-lft .gutter, .panel-org-admin .org-lft .gutter {
      padding: 15px;
      margin: 0 -20px 5px -20px; }
      .panel-org-navigator .org-lft .gutter .jqx-tree, .panel-org-admin .org-lft .gutter .jqx-tree {
        background: none; }
        .panel-org-navigator .org-lft .gutter .jqx-tree .jqx-widget-content, .panel-org-admin .org-lft .gutter .jqx-tree .jqx-widget-content {
          background: none; }
  .panel-org-navigator .org-rht h4, .panel-org-admin .org-rht h4 {
    margin: 0 0px;
    font-size: 16px;
    padding: 15px; }
  .panel-org-navigator .org-rht .gutter, .panel-org-admin .org-rht .gutter {
    padding: 15px; }
    .panel-org-navigator .org-rht .gutter h4, .panel-org-admin .org-rht .gutter h4 {
      background: none;
      margin: 0; }

/*----------------------Custom Zones Qlabbir 1.0---------------*/
.custom-zone .zone-right-column-left {
  width: 60%;
  padding-right: 2%;
  float: left; }

.custom-zone .zone-right-column-right {
  width: 40%;
  float: left; }

.panel-bulk-enrollment .panel-body .unenroll-participant {
  cursor: pointer; }

.dashboard-feedback .panel-heading {
  cursor: pointer; }

.self-assessment-action-step .panel-heading a:hover {
  color: #fff; }

@media only screen and (max-width: 1024px) {
  .studentdetails-supportteam .table td, .dashboard-teachers .table td {
    padding: 0px;
    font-size: 13px; }
    .studentdetails-supportteam .table td .TeacherImage, .dashboard-teachers .table td .TeacherImage {
      width: 49px !important;
      margin-left: 3px;
      margin-right: 10px;
      margin-top: 4px; } }

.panel-contenttypes, .panel-categories, .panel-attributes {
  border: none !important; }
  .panel-contenttypes .panel-body, .panel-categories .panel-body, .panel-attributes .panel-body {
    padding: 0; }

#workspaceDashboard #dvNextAssignmentTop a.button, #workspaceDashboard #dvNextAssignmentBottom a.button {
  color: #fff !important;
  text-decoration: none !important; }
  #workspaceDashboard #dvNextAssignmentTop a.button:hover, #workspaceDashboard #dvNextAssignmentBottom a.button:hover {
    color: #fff !important; }

/*------------------------------Portlet Tabs----------------*/
.accordian-collapse {
  float: none !important; }

.accordian-collapse.collapsed:before, .portlet-tabs .panel-heading span.collapsed > i:before {
  content: "\f13a";
  font-family: fontawesome;
  margin-right: 5px;
  font-style: normal; }

.accordian-collapse:before, .portlet-tabs .panel-heading span > i:before {
  content: "\f139";
  font-family: fontawesome;
  margin-right: 5px;
  float: right;
  font-style: normal; }

.portlet-tabs {
  margin: 5px -15px -8px -15px;
  background: #f5f6f0 !important; }
  .portlet-tabs .panel.panel-default {
    border: none;
    box-shadow: none !important;
    border-radius: 0;
    margin: 0;
    background: none;
    display: inline-block;
    width: 100%; }
    .portlet-tabs .panel.panel-default .panel-heading {
      background: transparent !important;
      border-radius: 0;
      padding: 10px 15px;
      color: #000;
      font-size: 14px; }
      .portlet-tabs .panel.panel-default .panel-heading i {
        font-size: 14px;
        line-height: inherit; }
  .portlet-tabs .panel-group {
    padding: 0 0 0 15px;
    width: 100%;
    float: left;
    margin: 0; }

.dashboard .jq-pollquestion b {
  margin-top: 10px;
  display: block; }

/*Pulse check poll*/
.pulsecheck-question {
  line-height: 1.5rem;
  margin-bottom: 15px;
  font-weight: 700; }

@media screen and (max-width: 980px) {
  .qlabbirquestion-choice .well {
    padding: 7px 15px 3px 15px; } }

.qlabbirquestion-choice label {
  font-weight: normal; }

.poll-btns {
  margin-bottom: 10px; }

.poll .poll-more {
  text-align: center; }

.poll-paging {
  padding: 0; }
  .poll-paging .fa {
    font-size: 22px; }

.favorites .recommended {
  width: 250px;
  min-width: 250px;
  margin-right: 10px;
  float: left; }

.recommended {
  position: relative;
  background: no-repeat;
  min-height: 245px;
  margin-bottom: 0; }
  @media (max-width: 1200px) {
    .recommended {
      min-height: 227px;
      margin-bottom: 10px; } }
  .recommended .panel {
    border: 1px solid #ddd !important; }
  .recommended .panel-heading {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .recommended .panel-body {
    padding: 0;
    width: 100%;
    min-height: 245px;
    position: relative;
    cursor: pointer;
    text-align: center; }
    @media (max-width: 1200px) {
      .recommended .panel-body {
        min-height: 227px; }
        .recommended .panel-body img {
          width: 100%; } }
    .recommended .panel-body img {
      display: inline; }

.recommended h4 {
  margin-left: -10px;
  color: #fff; }

.recommended a:hover .recommended-overlay {
  text-decoration: underline; }

.recommended .row {
  margin: 0; }

.recommended .col-md-3 {
  padding: 0; }

.recommended-overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: left;
  padding: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.badge-overlay,
.bird-overlay {
  display: none;
  z-index: 500;
  position: absolute; }

.report .container {
  width: 100%; }

.report .theme-hdr-container {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important; }

.report .breadcrumb-container {
  width: 100% !important; }

.report .main-content-wrapper {
  width: 100% !important;
  padding: 0 !important; }
  .report .main-content-wrapper .main-content-container {
    width: 100% !important; }
    .report .main-content-wrapper .main-content-container .breadcrumb-container .breadcrumb-nav {
      padding-top: 0 !important; }
    .report .main-content-wrapper .main-content-container .main-content {
      width: 100% !important;
      padding-right: 0 !important;
      padding-top: 0 !important;
      background: none; }
      .report .main-content-wrapper .main-content-container .main-content .page-title h1 {
        padding-left: 15px; }

.report .quicklinks .container, .report .site-footer .container {
  background: none;
  background-color: none; }

.jqstartdate, .jqenddate {
  float: left !important; }

.site-reports-view .jqx-action-button {
  height: 34px !important;
  width: 20px !important;
  position: relative;
  z-index: 999; }

.site-reports-view .form-actions {
  margin: 20px 0 20px 0;
  text-align: center; }

.multi-tree {
  padding-top: 10px; }

@media (max-width: 768px) {
  .site-reports-view .col-md-9 {
    padding: 0; } }

.site-reports-view .btn {
  margin-bottom: 10px; }

@media (max-width: 768px) {
  .panel-report-sec {
    margin-bottom: 15px; } }

.panel-report-sec h4 {
  margin: 15px 0 10px -5px; }

.panel-report-sec .bulletlist {
  padding: 0;
  margin: 0 -15px 5px -15px; }

.panel-report-sec .list-group-item {
  border-radius: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
  -webkit-transition-property: color,background;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  transition-property: color,background; }

.panel-report-sec .list-group-item:hover {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0; }

.panel-report-sec .list-group-item.active {
  background: rgba(0, 0, 0, 0.4); }

.column.panel-report-sum {
  margin-left: 2%;
  width: 73% !important;
  padding: 0 !important; }

.panel-report-sum .main-content-wrapper .main-content-container {
  width: 100% !important;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important; }
  .panel-report-sum .main-content-wrapper .main-content-container .main-content {
    width: 100% !important;
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    background: none; }
    .panel-report-sum .main-content-wrapper .main-content-container .main-content .page-title h1 {
      padding-left: 15px; }

.panel-report-sum .site-reports-view .column {
  width: 100%;
  padding: 0; }

.qlabbir-full-screen {
  top: 0; }
  .qlabbir-full-screen .panel-report-sum {
    height: 99.5%; }

.report-right .bg-image {
  background-color: none; }
  .report-right .bg-image .col-md-9 {
    width: 100% !important;
    padding: 0; }
  .report-right .bg-image #jq-reportFullScreen {
    color: rgba(0, 0, 0, 0.4);
    font-size: 22px;
    display: block !important;
    top: -32px;
    position: relative;
    float: right; }
  .report-right .bg-image .jq-full-screen-btn:before {
    background: none;
    position: relative;
    top: -7px;
    right: 0; }
  .report-right .bg-image h1 {
    width: 100% !important;
    padding: 5px; }
  .report-right .bg-image .portlet-notification-status {
    display: none; }
  .report-right .bg-image .main-content-container {
    border-radius: 6px 6px 0 0; }
    .report-right .bg-image .main-content-container .main-content {
      padding-left: 0 !important;
      padding-right: 0 !important;
      padding-top: 0 !important; }
      .report-right .bg-image .main-content-container .main-content .page-title {
        margin-top: -15px !important;
        margin-bottom: -15px !important; }
        .report-right .bg-image .main-content-container .main-content .page-title h1 {
          width: 100% !important;
          border-radius: 0; }

/***********2020 React Styles***********/
td.b-t-0 {
  border-top: 0px !important; }

tr.report-menu {
  border-bottom: 0px !important; }

.rep-header {
  padding-top: 30px !important;
  border-bottom: 1px solid #dcdbdb !important;
  padding-bottom: 10px !important; }

.roster {
  overflow: auto;
  background-color: #fff !important; }
  .roster .register-menu {
    display: none; }
  .roster .main-content-wrapper .main-content-container {
    width: 100%;
    padding: 0; }
  .roster .theme-wrapper .header-accent1 {
    height: 50px;
    top: 0; }
  .roster .theme-hdr-container {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 20px;
    width: 100% !important;
    z-index: 5;
    position: relative; }
    .roster .theme-hdr-container .clientlogo {
      margin: 0 !important;
      padding: 0 !important; }
      @media (min-width: 768px) {
        .roster .theme-hdr-container .clientlogo {
          width: 10% !important; } }
      .roster .theme-hdr-container .clientlogo img {
        max-height: 42px;
        padding: 4px 10px 2px;
        margin: 4px 0; }
    .roster .theme-hdr-container .mobilemenu {
      top: 8px; }
    .roster .theme-hdr-container .welcome {
      top: 0;
      margin-top: 14px !important; }
      @media (min-width: 768px) {
        .roster .theme-hdr-container .welcome {
          margin-top: 8px !important;
          margin-left: 10px;
          top: auto; } }
      .roster .theme-hdr-container .welcome .username {
        display: none; }
    .roster .theme-hdr-container .navbar-bg {
      margin: 0 !important;
      padding: 0 !important; }
      .roster .theme-hdr-container .navbar-bg .qlabbirnav {
        margin-right: 0 !important;
        margin-top: 0 !important; }
      @media (min-width: 768px) {
        .roster .theme-hdr-container .navbar-bg {
          width: auto !important;
          position: relative;
          top: 5px;
          padding-right: 8px !important; } }
      .roster .theme-hdr-container .navbar-bg .navbar-header {
        width: 100%; }
        @media (min-width: 768px) {
          .roster .theme-hdr-container .navbar-bg .navbar-header {
            width: 100% !important;
            text-align: right;
            float: right; } }
        .roster .theme-hdr-container .navbar-bg .navbar-header .global-nav {
          margin: 0; }
    .roster .theme-hdr-container .utilities {
      width: auto;
      float: right;
      margin: 7px 5px 0 5px; }
      .roster .theme-hdr-container .utilities #utility-help {
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 0; }
    .roster .theme-hdr-container .qlabbirnav {
      width: auto;
      margin-bottom: 0; }
  .roster .portlet-notification-status {
    display: none; }
  .roster .separator {
    border-left: 1px solid #ccc;
    padding-left: 8px; }
  .roster .breadcrumb-container {
    display: none; }
  .roster .main-content {
    box-shadow: none;
    margin-right: auto;
    margin-left: auto;
    width: 100% !important;
    padding: 5px !important;
    overflow: hidden;
    margin-top: 50px; }
    .roster .main-content .filters {
      margin-bottom: 5px !important; }
      @media (max-width: 372px) {
        .roster .main-content .filters .filters-body .filter-group {
          width: 100%;
          margin-bottom: 5px; }
          .roster .main-content .filters .filters-body .filter-group .label {
            display: inline-block;
            width: 30% !important;
            text-align: right; }
          .roster .main-content .filters .filters-body .filter-group .jqx-form-control, .roster .main-content .filters .filters-body .filter-group .form-control {
            display: inline-block;
            width: 65%; }
            .roster .main-content .filters .filters-body .filter-group .jqx-form-control .jqx-dropdownlist-state-normal, .roster .main-content .filters .filters-body .filter-group .form-control .jqx-dropdownlist-state-normal {
              width: 95% !important; }
          .roster .main-content .filters .filters-body .filter-group.set-attributes {
            margin-left: 12%; }
          .roster .main-content .filters .filters-body .filter-group.separator {
            border-left: solid 0px;
            padding-left: 0; }
          .roster .main-content .filters .filters-body .filter-group .fa-cog {
            float: right;
            margin-top: 5px;
            margin-bottom: -20px; }
        .roster .main-content .filters .filters-body .btn-group {
          margin-left: 32.5%;
          margin-bottom: 5px; }
        .roster .main-content .filters .filters-body h3 {
          font-size: 1.15em; }
        .roster .main-content .filters .filters-body .patient-name {
          margin-top: 5px;
          margin-left: 32.5%;
          margin-bottom: 5px; } }
      .roster .main-content .filters .pnlExport {
        display: inline;
        float: right;
        margin: 0 0 0 10px;
        padding: 0 0 0 8px; }
        .roster .main-content .filters .pnlExport .button {
          width: auto !important;
          height: auto !important;
          padding: 3px; }
        .roster .main-content .filters .pnlExport .export-dropdown {
          float: left; }
      .roster .main-content .filters .set-attributes {
        height: 30px;
        padding: 5px 0 0 28px;
        vertical-align: middle;
        margin-right: 0; }
      .roster .main-content .filters .btn-group {
        float: left; }
        .roster .main-content .filters .btn-group .button {
          font-size: 13px;
          padding: 4px 5px;
          margin: 0 5px 0 0;
          position: relative;
          top: 5px; }
      .roster .main-content .filters .download_here {
        float: left;
        margin-right: 4px; }
        .roster .main-content .filters .download_here .jqx-form-control {
          height: 26px !important; }
        .roster .main-content .filters .download_here .jqx-widget {
          float: left;
          margin-right: 4px; }
        .roster .main-content .filters .download_here .button {
          float: left; }
      .roster .main-content .filters .attribute-filters {
        border-top: solid 1px #ddd;
        padding-top: 4px;
        margin-bottom: 0;
        clear: both; }
        .roster .main-content .filters .attribute-filters .form-inline .filter-group {
          margin-bottom: 0; }
        @media (min-width: 768px) {
          .roster .main-content .filters .attribute-filters h3 {
            font-size: 1em;
            font-weight: bold;
            float: left;
            margin: 4px 20px 0 0;
            padding: 0;
            border-radius: 3px 0 0 3px; } }
      .roster .main-content .filters .student-search .filter-group {
        margin-bottom: 0; }
  .roster #roster-breadcrumb, .roster #divBreadcrumbNav {
    display: none; }
  .roster .site-footer {
    display: none; }
  .roster .qlabbirnav {
    text-align: right; }
  .roster .panel-diabetes, .roster .panel-demographics, .roster .panel-contanct, .roster .panel-careplan, .roster .panel-colorectal, .roster .panel-notes, .roster .panel-hypertension, .roster .panel-cve, .roster .panel-hf, .roster .panel-summary, .roster .panel-cervical, .roster .panel-mammogram {
    border: none;
    margin-bottom: 0; }
    .roster .panel-diabetes .blockOverlay, .roster .panel-demographics .blockOverlay, .roster .panel-contanct .blockOverlay, .roster .panel-careplan .blockOverlay, .roster .panel-colorectal .blockOverlay, .roster .panel-notes .blockOverlay, .roster .panel-hypertension .blockOverlay, .roster .panel-cve .blockOverlay, .roster .panel-hf .blockOverlay, .roster .panel-summary .blockOverlay, .roster .panel-cervical .blockOverlay, .roster .panel-mammogram .blockOverlay {
      height: 106% !important; }
    .roster .panel-diabetes .row, .roster .panel-demographics .row, .roster .panel-contanct .row, .roster .panel-careplan .row, .roster .panel-colorectal .row, .roster .panel-notes .row, .roster .panel-hypertension .row, .roster .panel-cve .row, .roster .panel-hf .row, .roster .panel-summary .row, .roster .panel-cervical .row, .roster .panel-mammogram .row {
      margin: 0 -15px 0 -15px; }
    .roster .panel-diabetes .jqx-grid.jqx-widget, .roster .panel-demographics .jqx-grid.jqx-widget, .roster .panel-contanct .jqx-grid.jqx-widget, .roster .panel-careplan .jqx-grid.jqx-widget, .roster .panel-colorectal .jqx-grid.jqx-widget, .roster .panel-notes .jqx-grid.jqx-widget, .roster .panel-hypertension .jqx-grid.jqx-widget, .roster .panel-cve .jqx-grid.jqx-widget, .roster .panel-hf .jqx-grid.jqx-widget, .roster .panel-summary .jqx-grid.jqx-widget, .roster .panel-cervical .jqx-grid.jqx-widget, .roster .panel-mammogram .jqx-grid.jqx-widget {
      margin-bottom: 20px; }
    .roster .panel-diabetes .well, .roster .panel-demographics .well, .roster .panel-contanct .well, .roster .panel-careplan .well, .roster .panel-colorectal .well, .roster .panel-notes .well, .roster .panel-hypertension .well, .roster .panel-cve .well, .roster .panel-hf .well, .roster .panel-summary .well, .roster .panel-cervical .well, .roster .panel-mammogram .well {
      margin-bottom: -35px; }

/* Top Care Roster */
.roster-footer {
  padding: 2px 5px;
  margin: 0;
  border-radius: 4px;
  border: solid 1px #ccc !important; }
  .roster-footer .jqx-dropdownlist-state-normal {
    padding: 2px 4px 4px 4px !important; }
  .roster-footer .columns {
    margin: 0; }
    .roster-footer .columns .column {
      padding: 0; }
  .roster-footer .labelSpan {
    right: auto !important;
    top: 10px !important; }

.topcare-roster-page .roster-filter .buttons {
  display: inline-block;
  margin-top: 5px; }

.NextVisitWrapper {
  padding: 3px; }

.NextVisitWrapper span {
  width: auto;
  float: left;
  display: block;
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
  padding: 5px; }

.NextVisitWrapper div {
  margin: 0 0 2px 0; }

.NextVisitWrapper div input {
  font-size: 11px; }

.status span {
  float: left; }

.dot {
  width: 14px;
  height: 15px;
  background-color: transparent;
  float: left;
  margin-left: 2px; }

.dot:hover, .dotChange {
  background-color: #ffff80;
  cursor: pointer; }

.status .red {
  background-color: #FF0000; }

.status .yellow {
  background-color: #FFFF00; }

.status .green {
  background-color: #008300; }

.status .orange {
  background-color: #FF9409; }

.status .grey {
  background-color: #808080; }

.status .blue {
  background-color: #002F90; }

.status .purple {
  background-color: #FF78FF; }

.status .black {
  background-color: #000000; }

.topcare-roster-page .label {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 12px; }

.topcare-roster-page INPUT[type="checkbox"], .topcare-roster-page INPUT[type="radio"] {
  position: relative;
  top: 0; }

.topcare-roster-page .jqx-expander .jqx-expander-header {
  padding: 7px 10px; }

.coming-due {
  float: left !important; }

#patient-status-colorpicker {
  float: right !important; }

.topcare-roster-page .breadcrumbs, .topcare-details-page .breadcrumbs {
  display: none; }

.topcare-roster-page #divTagsOrRadio input[type="text"] {
  width: 99%;
  font-size: 12px; }

.topcare-roster-page textarea {
  font-size: 12px; }

.topcare-roster-page .jqxCheckedListBoxDiv {
  background: #d9e7f2 !important; }

.topcare-roster-page .filter {
  font-size: 11px;
  background-color: #FAE295;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 0; }

.topcare-roster-page .filterPadding {
  padding: 5px;
  float: left;
  width: 100%; }

.topcare-roster-page .filter h3 {
  margin: 14px 6px 0px 6px;
  display: inline;
  float: left;
  color: #000; }

.topcare-roster-page .filter .patientSearch {
  margin: 7px 8px 0px 2px; }

.topcare-roster-page1 .filter input {
  margin-bottom: 5px; }

.topcare-roster-page .filter input[type=text] {
  width: 120px;
  padding: 0; }

.topcare-roster-page .filter .jqx-widget-content input[type=text] {
  border: none !important; }

.topcare-roster-page .filter span.label {
  display: inline-table;
  float: left;
  margin-left: 4px;
  text-align: right;
  padding-top: 0; }

.topcare-roster-page .filter .qlabbirbutton {
  font-size: 10px; }

.topcare-roster-page .filterdropDown {
  width: 123px; }

.topcare-roster-page .filterdropdownRoster {
  width: 350px; }

.topcare-roster-page .alignRight {
  text-align: right; }

.topcare-roster-page .alignLeft {
  text-align: left; }

.topcare-roster-page .jqx-dropdownlist-content {
  font-size: 11px; }

.topcare-roster-page #popup_jqxWindow iframe {
  border: none !important;
  height: 430px; }

.topcare-roster-page #jqxddlRSO {
  width: 75px !important; }

.topcare-roster-page #filter-toggle {
  width: 30px;
  display: none;
  position: absolute;
  top: 52px;
  right: 3px;
  z-index: 1000; }

.topcare-roster-page .hidefilter {
  clear: both;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 11px;
  background-color: #fff;
  width: 17px;
  float: right;
  margin: -2px 7px 0 0;
  height: 19px; }

.topcare-roster-page .HideFilterHandleText {
  cursor: pointer;
  float: right; }

.topcare-roster-page #jq-HideFilterHandleSign {
  float: left;
  margin-right: 5px; }

.topcare-roster-page .roster-filter {
  position: relative;
  border: solid 1px #ddd;
  background-color: #eee;
  padding: 0px;
  border-radius: 5px;
  width: 100%;
  float: left; }

.topcare-roster-page .roster-filter .dropdown {
  white-space: nowrap;
  display: inline-block;
  float: left;
  margin: 6px 2px 5px 0px; }

.topcare-roster-page .roster-filter .buttons {
  white-space: nowrap;
  margin: 5px 0px 5px 7px;
  margin-top: 3px;
  display: inline-block;
  margin-top: 5px;
  float: left; }

.topcare-roster-page .roster-search {
  padding: 0px;
  margin-top: 8px;
  float: left;
  width: 100%; }

.topcare-roster-page .roster-search h3 {
  display: inline; }

.topcare-roster-page .roster-search div {
  display: inline-block;
  vertical-align: middle;
  float: left; }

.topcare-roster-page .roster-search div.three {
  border-left: 1px solid #aaa;
  padding: 0 15px 0 5px;
  width: auto; }

.topcare-roster-page .roster-search div.three span {
  padding-top: 4px; }

.topcare-roster-page .roster-search div.three .nextVisitFrom {
  padding-top: 5px; }

.topcare-roster-page .roster-search div.three .labelcolor-subtle {
  padding-top: 5px;
  float: left; }

.topcare-roster-page .roster-search .buttons {
  margin-left: 3px;
  margin-right: 0px; }

.topcare-roster-page .jqx-action-button {
  padding-left: 0; }

.topcare-roster-page .roster-search div.three .nextVisitTo {
  padding-top: 5px;
  padding-left: 4px;
  float: left; }

.topcare-roster-page .jq-patient-nextvisit {
  margin-left: 6px; }

.topcare-roster-page .trk-datepicker {
  border: none !important; }

.topcare-roster-page .Oneviewname {
  position: absolute;
  bottom: 20px; }

.topcare-roster-page .jq-copymrntext {
  position: absolute;
  bottom: 5px; }

.topcare-roster-page .oneViewPopulation {
  position: absolute;
  top: 0;
  line-height: 14px;
  width: 100%;
  height: 100%;
  float: left; }

.topcare-roster-page .hmeAddress {
  position: absolute;
  top: 6px;
  line-height: 16px;
  width: 100%;
  height: 100%;
  float: left; }

.topcare-roster-page #roster-spacer {
  display: none;
  clear: both;
  height: 15px; }

.topcare-roster-page .jqx-menu-item:hover {
  border-color: #999;
  background: #d1d1d1; }

.growlUI h3 {
  font-size: 17px; }

.growlUI h3, .growlUI h4 {
  color: #fff !important; }

.growlUI h4 {
  font-size: 14px; }

.gutter > .one {
  margin-bottom: 4px; }

.topcare-details-page .columns .two {
  width: 48%; }

.topcare-roster-page .jqx-menu-popup .jqx-menu-popup ul, .topcare-details-page .jqx-menu-popup .jqx-menu-popup ul {
  width: 220px !important; }

/** Roster Details Page **/
.topcare-details-page .page-title {
  margin: 0; }
  .topcare-details-page .page-title h1 {
    padding-left: 15px !important;
    width: 50%;
    float: left; }
  .topcare-details-page .page-title a {
    position: relative;
    top: 6px;
    right: 5px; }
    .topcare-details-page .page-title a i {
      transition: 0.5s ease;
      margin-right: 0px; }
      .topcare-details-page .page-title a ihover {
        margin-right: 10px; }

.topcare-details-page .roster-header {
  margin-top: 0;
  padding: 10px; }
  .topcare-details-page .roster-header h2 {
    font-size: 1.65rem; }
  .topcare-details-page .roster-header .student-info li {
    list-style-type: none; }
  .topcare-details-page .roster-header .student-info .studentid {
    float: right;
    width: auto;
    margin: 0 !important; }
  .topcare-details-page .roster-header .roster-img {
    float: left;
    margin-right: 10px;
    max-width: 100px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 3px; }
  .topcare-details-page .roster-header .tab-content {
    margin-bottom: 0; }

.topcare-details-page .ui-tabs .ui-tabs-panel {
  padding: 0 !important; }

.topcare-details-page .long-text {
  width: 100%; }

#roster-breadcrumb {
  width: 460px;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 107px;
  color: #fff; }

#roster-breadcrumb span {
  color: #fff;
  font-size: 11px; }

/*.topcare-details-page #popup_jqxWindow #content { box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
    overflow: hidden;
    padding: 0 20px;
    height:560px !important;
    width:100% !important;
}*/
.overview-settings .row {
  margin-bottom: 0; }

.topcare-details-page #popup_jqxWindow #content:empty {
  height: auto !important; }

.topcare-details-page #tabCarePlan div.jHtmlArea {
  display: inline block;
  min-width: 90% !important;
  min-height: 300px !important;
  height: 300px !important; }

.topcare-details-page #tabCarePlan div.jHtmlArea iframe {
  min-width: 90% !important;
  min-height: 300px !important;
  height: 300px !important; }

.topcare-details-page #tabCarePlan div.jHtmlArea .ToolBar {
  min-width: 90% !important;
  width: 90% !important; }

.topcare-details-page #tabCarePlan div.jHtmlArea .ToolBar ul {
  width: 99.7%; }

.topcare-details-page .reason select {
  min-width: 280px; }

#divhldTopCareCommonPopup {
  line-height: 20px; }

#divhldTopCareCommonPopup .field-value .label {
  width: 100px;
  font-size: 11px;
  padding-top: 4px; }

.app-wrapper .app-header #lnkBtnHelp {
  float: right;
  position: absolute;
  right: -6%;
  top: 5px; }

.app-wrapper .app-header .app-support {
  float: right;
  right: 11.2%;
  position: relative;
  top: 5px; }

.app-wrapper .app-header .app-MessageCenter {
  position: relative !important;
  left: -2% !important;
  top: 5px !important;
  float: right; }

.app-wrapper .app-header .app-logo {
  width: 54% !important;
  left: 62px !important; }

.app-MessageCenter a:hover {
  text-decoration: none !important; }

/*For screens wider than 1024*/
.sitemenuwrapper_1024plus {
  margin-left: inherit;
  margin-right: inherit; }

.topcare-roster-page .wrapper_1024plus {
  width: 99.8% !important; }

.topcare-roster-page .wrapper_1024plus .content {
  width: 99.9% !important; }

.topcare-roster-page .wrapper_1024plus .content-wrapper {
  padding: 0; }

.topcare-roster-page .wrapper_1024plus .jqx-grid-pager {
  width: 99.9% !important; }

.topcare-details-page .wrapper_1024plus #SectionBody {
  height: auto; }

.studentdetails-goalssummary, .plp-goals, .plp-clc, .dashboard-goals, .popgoals-notes {
  border-top: 0; }
  .studentdetails-goalssummary .panel-group .panel-heading, .plp-goals .panel-group .panel-heading, .plp-clc .panel-group .panel-heading, .dashboard-goals .panel-group .panel-heading, .popgoals-notes .panel-group .panel-heading {
    display: block; }
  .studentdetails-goalssummary .panel-body h5, .plp-goals .panel-body h5, .plp-clc .panel-body h5, .dashboard-goals .panel-body h5, .popgoals-notes .panel-body h5 {
    color: #fff; }
  .studentdetails-goalssummary .goal-updates div, .plp-goals .goal-updates div, .plp-clc .goal-updates div, .dashboard-goals .goal-updates div, .popgoals-notes .goal-updates div {
    line-height: 5px;
    padding-top: 21px; }

/*lead conference*/
.create-lead-conf {
  border: none;
  background: none; }
  .create-lead-conf .panel-default {
    background: none; }

.rootprintclass h3 {
  border-bottom: dashed 1px #ccc; }

/*-----------------------Assessment tab---------------*/
.assesment-tab {
  padding: 20px 10px 0 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%; }
  .assesment-tab .jqx-widget {
    display: inline-block;
    vertical-align: middle; }
  .assesment-tab span.jq-student-compare {
    padding-left: 12px; }

.ass-compare {
  vertical-align: middle;
  margin-left: 20px;
  display: inline-block; }
  .ass-compare i.fa-close {
    font-size: 16px;
    color: red;
    margin-top: 7px;
    cursor: pointer; }
  .ass-compare span {
    color: #000; }

/*about me*/
.overview-strengths ul {
  padding-left: 0;
  margin-top: 25px; }
  .overview-strengths ul li {
    list-style: none;
    padding: 4px 0 0 30px; }

.overview-strengths li:before {
  content: "-" !important; }

.overview-ic ul {
  padding: 0;
  margin-top: 25px; }

.overview-ic li {
  list-style: none;
  padding: 4px 0 0 30px; }

.overview-ic li:before {
  content: "-"; }

.overview-ic span {
  text-overflow: ellipsis;
  white-space: normal; }

.jq-status.error {
  margin: 0;
  padding: 0;
  border: none; }

.l-mt20 {
  margin-top: 20px; }

div#pnlReplyComposeMessage .label {
  width: 122px !important;
  text-align: right !important; }

.jq-CloseUser {
  width: 20px !important;
  height: 24px !important;
  text-align: center; }

.l-message-list .notification-search .notification-search-wrap {
  width: 405px;
  position: relative;
  top: 16px; }

@-moz-document url-prefix() {
  .jq-create-group .fa.fa-times-circle, .jq-create-group .fa.fa-remove {
    position: relative; } }

.jq-create-group {
  z-index: 9999; }
  .jq-create-group .jqx-window-header div:first-child {
    width: 100%; }
  .jq-create-group .btn-group {
    display: block;
    text-align: center; }
  .jq-create-group .fa.fa-times-circle, .jq-create-group .fa.fa-remove {
    float: right;
    padding-top: 8px !important;
    font-weight: normal;
    font-size: 16px !important;
    cursor: pointer; }

.filter-group.separator a.fa-cog {
  font-size: 20px;
  padding: 0;
  line-height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0; }

#pnlGroupItem:empty {
  display: none; }

.jq-goalCreatedby {
  padding-left: 12px; }
  .jq-goalCreatedby img {
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    margin-right: 4px; }

.topcare-details-page .page-title.student-deatils {
  margin: 0 0 -14px 0;
  padding: 0; }

.topcare-details-page.roster .page-title .top-hdng {
  padding: 0; }

.topcare-details-page.roster .dashboard-tabfilters.jq-portlet-container, .topcare-details-page.roster .TabFilters.jq-portlet-container, .topcare-details-page.roster .dashboard-assessments {
  border-color: transparent; }

.topcare-details-page.roster .dashboard-tabfilters.panel-default, .topcare-details-page.roster .TabFilters.panel-default, .topcare-details-page.roster .dashboard-assessments {
  margin-bottom: 0; }
  .topcare-details-page.roster .dashboard-tabfilters.panel-default .panel-body, .topcare-details-page.roster .TabFilters.panel-default .panel-body, .topcare-details-page.roster .dashboard-assessments .panel-body {
    padding: 0; }

.jqx-progressbar-text {
  top: 9%; }

.jq-viewtopics.label-md .button {
  float: right; }

.header-popup-studentroster {
  float: none; }
  .header-popup-studentroster span {
    float: left; }

.year-filter label, .year-filter .form-control, .year-filter .button, .year-filter span {
  display: inline-block;
  vertical-align: middle; }

.tab-content .row {
  margin-bottom: 0; }

/*------------------MGH Roster Styles-------------*/
.roster {
  /*overflow: hidden;*/ }
  .roster .topcare-details .nav-tabs > li > a {
    padding: 5px 10px; }
  .roster .topcare-details .tab-content {
    padding: 0; }
  .roster .well {
    width: 100%;
    float: left; }
  .roster .jqx-grid.jqx-widget {
    margin-bottom: 0px; }
    .roster .jqx-grid.jqx-widget .jqx-widget-header {
      min-height: 29px;
      font-size: 12px;
      font-weight: bold; }
  .roster .roster-top {
    padding: 2px; }
    @media (min-width: 992px) {
      .roster .roster-top .clientlogo {
        width: 10% !important;
        margin: auto !important;
        float: none; } }
    .roster .roster-top .clientlogo img {
      max-height: 27px;
      padding: 4px 10px 2px;
      margin: 2px 0;
      border-radius: 5px; }
    .roster .roster-top .portlet-notification-status {
      display: inline-block;
      float: right;
      margin-top: 4px;
      background: none !important; }
      .roster .roster-top .portlet-notification-status a {
        border: none;
        padding: 0 25px; }
    .roster .roster-top .roster-support, .roster .roster-top .roster-help {
      float: right;
      padding: 0 10px;
      margin-top: 4px; }
  .roster .roster-filter strong {
    float: left;
    padding: 4px 10px 0 0; }
  .roster .roster-filter span {
    float: left;
    font-weight: bold;
    padding: 7px 5px 0 0; }
  .roster .roster-filter .roster-filters {
    float: left;
    margin-right: 15px;
    font-size: 12px; }
    .roster .roster-filter .roster-filters .jqx-dropdownlist-state-normal {
      padding: 2px !important;
      width: 100%;
      height: 34px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      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 .15s,-webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
    .roster .roster-filter .roster-filters div {
      float: left; }
  .roster .roster-filter .roster-filters-buttons {
    float: left;
    margin-left: -10px; }
    .roster .roster-filter .roster-filters-buttons .btn {
      padding: 4px 8px; }
  .roster .roster-search {
    margin-top: 5px;
    margin-bottom: 0;
    float: left;
    width: 100%; }
    .roster .roster-search strong {
      float: left;
      padding: 4px 10px 0 0; }
    .roster .roster-search span {
      float: left;
      font-weight: bold;
      padding: 7px 5px 0 0; }
    .roster .roster-search .jqx-dropdownlist-state-normal {
      padding: 2px !important;
      float: left;
      margin-right: 5px;
      width: 100%;
      height: 34px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      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 .15s,-webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
    .roster .roster-search .jqx-datetimeinput {
      margin: 0 5px 0 0; }
    .roster .roster-search .roster-filters {
      margin-right: 15px;
      font-size: 12px;
      float: left; }
    .roster .roster-search .btn {
      padding: 4px 8px; }
  .roster .roster-search .form-control {
    width: auto;
    padding: 4px 8px;
    height: 30px;
    float: left; }
  .roster .roster-actions, .roster .roster-searchon {
    font-size: 12px; }
    .roster .roster-actions span, .roster .roster-searchon span {
      float: left;
      font-weight: bold;
      padding: 5px 5px 0 0; }
    .roster .roster-actions .jqx-dropdownlist-state-normal, .roster .roster-searchon .jqx-dropdownlist-state-normal {
      padding: 2px !important;
      float: left;
      margin-right: 5px;
      width: 100%;
      height: 34px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      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 .15s,-webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
    .roster .roster-actions .btn, .roster .roster-searchon .btn {
      padding: 4px 8px; }
  .roster .roster-icons {
    margin-right: 0 !important; }
    .roster .roster-icons span {
      border-radius: 5px;
      width: 31px;
      height: 30px;
      margin-left: 8px;
      line-height: 20px;
      padding: 5px 5px 5px 8px !important;
      cursor: pointer; }
    .roster .roster-icons i {
      margin: 0; }
  .roster .roster-actions {
    margin-right: 0 !important; }
    .roster .roster-actions span.icon-btn {
      border-radius: 5px;
      width: 31px;
      height: 30px;
      margin-left: 8px;
      line-height: 20px;
      padding: 5px 5px 5px 8px !important;
      cursor: pointer; }
    .roster .roster-actions i {
      margin: 0; }
    .roster .roster-actions i.bf-messages-sent {
      margin: 0 0 0 -5px; }
  .roster .roster-status span {
    float: right;
    font-weight: bold;
    padding: 0 5px 0 0;
    font-size: 12px; }
  .roster .roster-status .status-img {
    float: right;
    margin-right: 15px;
    margin-top: 0; }
  .roster .roster-status .btn {
    padding: 4px 8px;
    float: right;
    margin: -4px 0 0 0; }
  .roster .roster-new-window {
    margin-bottom: -13px;
    float: right;
    position: relative; }
    .roster .roster-new-window input {
      float: right;
      margin-right: 5px; }
    .roster .roster-new-window label {
      font-weight: 400;
      float: right; }
  .roster .arrows {
    padding: 1px 4px 4px 4px;
    margin: 0 0 0 8px;
    float: right;
    display: inline-block; }
    .roster .arrows span {
      padding: 0 3px;
      cursor: pointer; }
  .roster .flt-input {
    width: auto;
    padding: 4px 8px;
    height: 30px;
    float: left; }
  .roster .action-label {
    padding: 8px 0 0 10px !important; }
  .roster .roster-nextvisit {
    font-size: 12px;
    float: left; }
    .roster .roster-nextvisit input {
      padding: 5px 8px !important; }
    .roster .roster-nextvisit .form-control {
      padding: 2px 1px 2px 4px;
      margin: 0 5px 0 0;
      min-height: 26px !important; }
    .roster .roster-nextvisit .jqx-action-button {
      left: inherit !important;
      right: 0 !important; }
    .roster .roster-nextvisit .roster-nextvisit-to {
      padding-left: 5px; }
    .roster .roster-nextvisit span {
      padding-top: 5px; }
  .roster .bg-info {
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    margin: 5px 0; }
  .roster .text-input {
    position: absolute;
    left: 1px;
    height: 18px !important;
    margin: 0;
    padding: 0;
    outline: none;
    overflow: hidden;
    resize: none;
    font-size: 1em;
    top: 0; }
  .roster .status-picker {
    position: absolute;
    border-radius: 5px;
    padding: 10px;
    margin: -35px 0 0 0;
    display: none; }
    .roster .status-picker .close {
      position: absolute;
      right: -12px;
      top: -7px;
      opacity: 1; }
    .roster .status-picker .js-dot {
      cursor: pointer; }
  .roster .Oneviewname {
    position: absolute;
    bottom: 22px; }
  .roster .Oneviewnamerefresh {
    position: absolute;
    bottom: 27px; }
  .roster .Oneviewrefresh {
    position: absolute;
    bottom: 1px;
    font-size: 11px; }
  .roster .oneViewPopulation {
    position: absolute;
    top: 0;
    line-height: 14px;
    width: 100%;
    height: 100%;
    float: left; }
  .roster .oneview {
    margin: 0;
    padding: 10px 0;
    font-size: 12px;
    width: 98%;
    height: 310px;
    position: absolute;
    top: 0; }
    .roster .oneview .label {
      white-space: normal; }
    .roster .oneview .note-phone input {
      float: none; }
    .roster .oneview .note-phone label {
      padding-right: 20px; }
    .roster .oneview .jqx-widget {
      font-size: 12px; }
    .roster .oneview .notes-wrapper {
      height: 280px !important;
      margin-left: 2%;
      overflow: auto; }
      .roster .oneview .notes-wrapper .jqx-grid-cell span {
        width: 100%; }
      .roster .oneview .notes-wrapper .divNotes {
        padding: 10px; }
        .roster .oneview .notes-wrapper .divNotes .note-date {
          margin-right: 14px; }
        .roster .oneview .notes-wrapper .divNotes div:last-child {
          width: 96%; }
    .roster .oneview .sendletter {
      margin: 0 5px 0 0;
      float: left; }
      .roster .oneview .sendletter .jqx-dropdownlist-state-normal {
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        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 .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
  .roster .user-rosters li {
    padding: 10px 0 20px 0; }
    .roster .user-rosters li button {
      padding: 2px 8px;
      margin: 0 0 0 5px; }
  .roster .ui-sortable {
    padding: 10px;
    float: left;
    width: 100%;
    height: 150px;
    overflow: auto; }
    .roster .ui-sortable li {
      float: left;
      width: 100%;
      margin-bottom: 5px; }
  .roster .export-download label {
    float: left;
    margin: 8px 5px 0 0; }
  .roster .section-measure-exception, .roster .section-exception-text, .roster .section-exception-text-exemptall {
    width: 200px;
    float: left;
    margin: 0 5px; }
  .roster .span-reason-required {
    float: left; }
  .roster .panel-management ul {
    padding: 0; }
    .roster .panel-management ul li {
      margin-bottom: 8px; }
  .roster .filter-toggle {
    position: absolute;
    top: -37px;
    z-index: 999;
    right: 2px;
    padding: 10px 0 7px 0;
    cursor: pointer; }
  .roster .patient-search {
    margin: 0 5px 0 8px; }

.oneview.qlabbir-fullscreen .oneviewdetail {
  margin: 100px 15px 15px 15px;
  width: 98%;
  padding: 15px; }

.topcare-details-page.roster {
  overflow-y: auto;
  overflow-x: hidden; }

/*---------------------Roster Menu--------------*/
.roster-menu {
  position: relative;
  top: 0;
  left: 0;
  width: 125px !important;
  height: 18px !important;
  float: left; }
  .roster-menu ul {
    padding: 0; }
  .roster-menu li {
    padding: 0;
    line-height: 20px !important; }
  .roster-menu .jqx-fill-state-pressed, .roster-menu .jqx-fill-state-hover {
    border: none !important; }
  .roster-menu .jqx-menu-item-top {
    font-size: 12px !important;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold; }
  .roster-menu .jqx-menu-dropdown {
    border-radius: 0 0 10px 10px !important;
    margin-top: 0; }
  .roster-menu .jqx-menu-dropdown .jqx-popup {
    margin-top: 0 !important;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px !important; }
  .roster-menu .jqx-widget-header {
    padding: 4px; }

.roster-breadcrumb {
  float: left;
  font-size: 12px;
  margin-top: 9px; }

.tabNotes {
  padding: 10px; }

/*----------------------Create Action Step Plan styles stars here---------*/
.studentlogin .tabs-title {
  padding: 0 15px 10px 15px; }

/*----------------------Create Action Step Plan styles ends here---------*/
.my-assignments-sec .trainingcenter-form {
  margin-bottom: 15px; }
  .my-assignments-sec .trainingcenter-form select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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 .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.my-assignments-sec .my-assignment {
  margin-bottom: 15px; }

.columns.layout2-84 .my-assignments-sec .my-assignments .my-assignment {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.myassignment-stats .myassignment-due {
  font-weight: bold;
  float: left; }

.myassignment-stats .myassignment-status {
  font-weight: bold;
  float: right; }

.my-assignmentheader {
  font-weight: bold;
  margin: 10px 0;
  /*for mobile*/ }

@media screen and (min-width: 768px) {
  .my-assignmentheader {
    margin: 0 0 0;
    /*for desktop*/ } }

.my-assignment-notation {
  margin-bottom: 5px;
  font-weight: 600; }
  .my-assignment-notation span {
    font-weight: 400; }

.myassignment-stats {
  width: 100%; }

.trainingcenter-progress {
  font-weight: bold; }

.friendly-datetime {
  color: #9197a3; }

.topic-heading {
  font-weight: 700;
  padding-bottom: 5px;
  display: block; }

/* My Journal tab styling */
.panel-myjournal .journal-topic-list {
  list-style-type: circle;
  margin: 0;
  /*max-height: 400px;*/
  padding: 0; }
  .panel-myjournal .journal-topic-list .journal-attributes a.journal-attributename {
    font-size: 16px;
    cursor: pointer; }
    .panel-myjournal .journal-topic-list .journal-attributes a.journal-attributename label.attributevaluetitle {
      font-weight: bold;
      margin-left: 10px; }
  .panel-myjournal .journal-topic-list .journal-attributes .li-deattribute {
    overflow: auto;
    max-height: 300px; }
    .panel-myjournal .journal-topic-list .journal-attributes .li-deattribute .chead {
      border-top: 1px solid #c7c7c7;
      background-color: #f7f7f7;
      border-bottom: 1px solid #c7c7c7; }
      .panel-myjournal .journal-topic-list .journal-attributes .li-deattribute .chead .cdata {
        background-color: #f7f7f7 !important;
        color: #000000 !important; }
    .panel-myjournal .journal-topic-list .journal-attributes .li-deattribute .crow {
      border-bottom: 1px solid #c7c7c7; }
      .panel-myjournal .journal-topic-list .journal-attributes .li-deattribute .crow .cdata {
        display: inline-block;
        padding: 2px 5px 2px 5px;
        background-color: #fff; }
        .panel-myjournal .journal-topic-list .journal-attributes .li-deattribute .crow .cdata:hover {
          text-decoration: none !important; }
      .panel-myjournal .journal-topic-list .journal-attributes .li-deattribute .crow:hover {
        background-color: #f7f7f7 !important; }
  @media (max-width: 1200px) {
    .panel-myjournal .journal-topic-list img {
      display: none; } }

/*
    If you are new to em or rem, utilize this website to convert px to em
    http://pxtoem.com/
*/
/* 
--------------------DO NOT EDIT THIS SECTION ----------------
 * Use em or rem font-size in Bootstrap 3
    copied from https://gist.github.com/jasny/9731895
 */
html {
  font-size: 14px; }

.form-control-feedback {
  width: calc($input-height-base  + 2px);
  height: calc($input-height-base  + 2px); }

.input-lg + .form-control-feedback {
  width: calc($input-height-large  + 2px);
  height: calc($input-height-large  + 2px); }

.input-sm + .form-control-feedback {
  width: calc($input-height-small  + 2px);
  height: calc($input-height-small  + 2px); }

.form-control {
  height: calc($input-height-base  + 2px); }

.form-horizontal .radio, .form-horizontal .checkbox {
  padding: 0.42857rem;
  border: 1px solid transparent; }

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: calc(($line-height-computed + $padding-base-vertical) + 1px); }

.form-horizontal .form-control-static {
  padding-top: 0.42857rem;
  border-top: 1px solid transparent;
  padding-bottom: 0.42857rem;
  border-bottom: 1px solid transparent; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 0.42857rem;
    border-top: 1px solid transparent; } }

/* ------------------------  end    -------------------------------*/
a {
  cursor: pointer;
  text-decoration: none;
  outline: none; }
  a:focus {
    outline: none; }

/*H1, H2, H3, H4, H5, H6 {
    a {
        font-weight: normal;
    }
}*/
p {
  margin: 0 0 15px 0; }

/*the first h tag in page (top padding comes from container above it instead)*/
/*in lieu of class page-title*/
.main-content h1:first-of-type,
.main-content h2:first-of-type {
  font-size: 1.529em;
  /*14px base, equates to 20px*/ }
  @media (min-width: 992px) {
    .main-content h1:first-of-type,
    .main-content h2:first-of-type {
      line-height: 2.286em;
      /*14px base equates to 32px*/ } }

h3, .h3, .qlabbirheader, .box-title {
  font-size: 1.4rem; }

.subtitle {
  font-size: 150%;
  text-transform: uppercase;
  font-weight: 600; }

.user-search .form-control {
  width: 45% !important; }
  @media (min-width: 768px) {
    .user-search .form-control {
      width: 200px !important; } }

.selected-item-text {
  width: 143px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  margin-top: 10px; }

.useradminsearch-action {
  display: inline;
  float: left;
  margin: 5px; }

.useradminsearch-action img {
  max-width: 95%;
  /*why? incorrect?*/ }

.useragreementpanel {
  margin: 15px 0 0 0;
  width: 100%;
  float: left; }

.agreemetDetWrap {
  margin-bottom: 15px;
  float: left;
  width: 100%; }

.panel-org-admin .well {
  padding: 10px 15px;
  border: none;
  box-shadow: none; }

.userprofile-special {
  margin-bottom: 10px; }

/*--------------------My Profile ----------------------*/
.panel.panel-myprofile, .panel.panel-myaccount {
  border: none !important;
  background: none;
  box-shadow: none !important; }
  .panel.panel-myprofile .panel-heading, .panel.panel-myaccount .panel-heading {
    display: none; }
  .panel.panel-myprofile .panel-body, .panel.panel-myaccount .panel-body {
    padding: 0 !important; }

/*-------------------- Rubrics Styling ----------------------*/
.rubric-panel {
  width: 205px;
  height: 120px;
  padding: 5px;
  float: left;
  border: 1px solid #ccc;
  margin-right: 4px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #f7f7f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e5e5e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e5e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7f7f7 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.rubric-panel.active {
  border: 2px solid #abd372;
  background: -moz-linear-gradient(top, #f2fdf5 0%, #cde6d3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2fdf5 0%, #cde6d3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2fdf5 0%, #cde6d3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.rubric-panel input {
  border: none; }

.rubric-panel input[type=checkbox] {
  float: right; }

.rubric-panel-heading-x {
  width: 205px;
  height: 30px;
  float: left;
  border: 1px solid #d6d6d6;
  margin-right: 4px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  position: relative; }
  .rubric-panel-heading-x .rubric-panel-heading-x-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 7px; }

.rubric-y {
  display: inline-table; }

.rubric-panel-heading-y {
  width: 100%;
  height: 120px;
  padding: 5px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-right: 4px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }
  .rubric-panel-heading-y .rubric-panel-weight {
    margin-top: 10px; }
    .rubric-panel-heading-y .rubric-panel-weight input {
      width: 35px;
      margin-left: 5px; }

.editing-multiline {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  border: dotted 2px #545454;
  background: #FFF;
  position: relative;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  word-wrap: break-word;
  overflow: hidden;
  height: 100%;
  ruby-position: right; }

.editing-multiline-y {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  border: dotted 2px #545454;
  position: relative;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  word-wrap: break-word;
  overflow: hidden;
  ruby-position: right; }

.editing-singleline {
  border: dotted 2px #545454;
  background: #FFF;
  height: 21%;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  position: relative; }

.editing-singleline-x {
  border: dotted 2px #545454;
  height: 100%;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  position: relative; }

.jq-rubrics-grid {
  padding: 5px;
  border: solid 1px #ccc; }

.addbuttons {
  padding-top: 8px; }

.addbutton-x {
  padding: 5px 10px;
  margin-right: 5px;
  height: 32px;
  text-align: center;
  background: #f3f3f3;
  border-style: double;
  border-color: #ccc; }

.addbutton-y {
  padding: 5px 12px;
  height: 32px;
  text-align: center;
  background: #f3f3f3;
  border-style: double;
  border-color: #ccc; }

.rubrics-grid-row {
  position: relative; }

.remove-col {
  position: absolute;
  width: 17px;
  height: 16px;
  top: -5px;
  right: -9px;
  font-size: 13px !important;
  color: #d81e21;
  cursor: pointer;
  background: #fff;
  border-radius: 13px;
  border: solid 1px #f0f0f0; }

.remove-row {
  position: absolute;
  width: 18px;
  height: 17px;
  top: -4px;
  left: 10px;
  z-index: 9;
  font-size: 14px !important;
  color: #d81e21;
  cursor: pointer;
  background: #fff;
  border-radius: 13px;
  border: solid 1px #f0f0f0; }

.xy-title {
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden; }

.xy-content {
  padding-top: 5px;
  word-break: break-all; }

.xy-points {
  width: 40px;
  height: 20px; }

.xy-percent {
  width: 50px;
  height: 20px; }

.points-score {
  float: right; }
  .points-score input {
    width: 67px;
    margin-left: 5px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #abd372; }

/*-------------------- NEW User Administration Page Rewrite Styles 2019 ----------------------*/
.accessDivStyle {
  background-color: #ececec;
  color: black;
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
  min-height: 70px; }

.permissionsDivStyle {
  border-Radius: 5px;
  border: 1px solid #eee;
  background-Color: #eee;
  margin: 5px;
  padding: 5px;
  cursor: pointer; }

.adminTitleDiv {
  border-Bottom: 1px solid #d1d1d1;
  margin-Bottom: 10px;
  padding-bottom: 6px; }

/*---------------------- ipad landscape ----------------------------*/
@media only screen and (min-device-width: 992px) and (max-device-width: 1065px) {
  .accessDivStyle {
    min-height: 90px !important; } }

/*Attributes*/
.b-collapse-div {
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  margin: 5px;
  padding: 5px;
  margin-bottom: 25px; }

.b-configaccess-div {
  border-Radius: 5px;
  /*border: 1px solid #ccc;*/
  background-Color: #eee;
  margin: 5px;
  padding: 5px;
  margin-bottom: 20px;
  min-height: 143px; }

.page-title .workspace-title {
  width: 100%; }

.gridtable TR TH {
  padding: 10px; }

.message-table-footer {
  /*to make the footer row look like the header row in gridtable - workspace */
  padding: 5px; }

.row.message-table-footer {
  /*this table has been transformed into divs that append to the bottom of the data tables - PAGINATION - workspace */
  margin-left: 1px;
  margin-right: 1px; }

/* Workspace Moderators	*/
.advisor-item {
  padding-left: 0;
  width: 100%;
  float: left;
  margin-bottom: 15px; }
  .advisor-item .moderator-photo {
    float: left;
    margin-right: 15px; }
  .advisor-item .moderator-info {
    float: left; }

/*Workspace dynamic tabs*/
.workspace-dynamic-tabs {
  list-style-type: none;
  height: 400px;
  overflow-y: auto;
  padding: 0; }
  .workspace-dynamic-tabs ul.ulSections {
    margin: 8px 0 25px 10px;
    padding: 0; }
    .workspace-dynamic-tabs ul.ulSections li {
      cursor: pointer;
      list-style-type: none;
      margin: 4px;
      padding: 5px 5px;
      text-transform: lowercase; }

.select-template .pull-left {
  margin-right: 10px; }

.select-template label, .select-template a {
  margin-top: 5px; }

.top-right-btns {
  position: relative;
  top: -54px;
  margin-bottom: -30px;
  text-align: right; }

.panel-workspacelist-content.panel {
  box-shadow: none !important; }
  .panel-workspacelist-content.panel .panel-heading {
    display: none; }
  .panel-workspacelist-content.panel .panel-body {
    padding: 0 !important; }
    .panel-workspacelist-content.panel .panel-body .attributes-grid {
      padding: 6px; }

.panel-workspace-content .panel-heading {
  border-radius: 0; }

.panel-workspace-content .well {
  padding: 10px;
  border-radius: 4px; }
  .panel-workspace-content .well input[type="checkbox"] {
    margin: 0 5px;
    position: relative;
    top: 1px; }

.panel-workspace-content .attributes-grid {
  padding: 6px; }

.panel-workspace-administration.panel .panel-body {
  padding: 0 !important; }

.panel-workspace-administration.panel .panel-body .list-group-item, .panel-workspace-list.panel .panel-body .list-group-item, .panel-workspace-topics.panel .panel-body .list-group-item {
  border-radius: 0;
  border: none;
  width: 100%;
  float: left; }

.panel-workspace-administration.panel .panel-body span, .panel-workspace-list.panel .panel-body span, .panel-workspace-topics.panel .panel-body span {
  width: 100%;
  float: left;
  cursor: pointer; }
  .panel-workspace-administration.panel .panel-body span .community-title, .panel-workspace-list.panel .panel-body span .community-title, .panel-workspace-topics.panel .panel-body span .community-title {
    width: auto; }

.panel-workspace-administration.panel .list-group-item a {
  color: #fff;
  width: 100%;
  float: left;
  padding-bottom: 6px;
  padding: 0;
  background: none !important; }
  .panel-workspace-administration.panel .list-group-item a:hover {
    color: #fff;
    background: none !important; }

.panel-workspace-administration.panel .list-group-item .panel-communities {
  padding: 0;
  margin: 0 -15px 0 -15px; }
  .panel-workspace-administration.panel .list-group-item .panel-communities .panel-body {
    background: #fff !important;
    float: left;
    width: 100%;
    margin-bottom: -10px;
    margin-top: 5px;
    padding: 0 0 0 35px !important;
    border-radius: 0; }
    .panel-workspace-administration.panel .list-group-item .panel-communities .panel-body li {
      list-style-type: disc;
      padding: 5px 15px 5px 0;
      float: left;
      width: 100%; }
    .panel-workspace-administration.panel .list-group-item .panel-communities .panel-body li.active {
      font-weight: bold; }
  .panel-workspace-administration.panel .list-group-item .panel-communities .list-group-item:last-child {
    border-radius: 0; }

/*------------------------------Workspace Administration Tabs--------------*/
.administration-tabs {
  padding: 0; }
  .administration-tabs .well {
    width: 100%;
    float: left;
    margin-bottom: 5px; }
    .administration-tabs .well label {
      float: left;
      padding: 6px 10px 0 10px;
      color: #fff; }
    .administration-tabs .well .form-control {
      margin-right: 10px;
      padding: 3px 12px;
      float: left; }
  .administration-tabs .ulTabs {
    width: 220px;
    padding-left: 0;
    margin-bottom: 20px; }
    .administration-tabs .ulTabs li {
      position: relative;
      display: block;
      padding: 10px 15px;
      margin-bottom: -1px;
      background-color: #fff;
      border: 1px solid #ddd; }
  .administration-tabs .tabs-section {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 0;
    border-radius: 5px; }
    .administration-tabs .tabs-section .ulTabs {
      padding-left: 0;
      margin: 0;
      height: 580px;
      overflow-y: auto;
      overflow-x: hidden; }
      .administration-tabs .tabs-section .ulTabs li {
        background: none;
        float: left;
        border: none;
        width: 100%;
        padding: 0;
        border-radius: 0; }
        .administration-tabs .tabs-section .ulTabs li ul {
          margin: 0 0 0 -1px;
          padding: 0;
          float: left;
          width: 100.2%; }
          .administration-tabs .tabs-section .ulTabs li ul li {
            border: none;
            padding: 10px 15px;
            cursor: pointer;
            margin: 0 0 2px 14px; }
            .administration-tabs .tabs-section .ulTabs li ul li:hover {
              border-radius: 8px 0 0 8px !important; }
      .administration-tabs .tabs-section .ulTabs a {
        float: right;
        width: 100%;
        padding: 10px 0 10px 15px;
        text-decoration: none; }
      .administration-tabs .tabs-section .ulTabs a.collapsed:before {
        content: "\f13a";
        font-family: fontawesome;
        margin-right: 10px; }
      .administration-tabs .tabs-section .ulTabs a:before {
        content: "\f139";
        font-family: fontawesome;
        margin-right: 10px;
        float: right; }
    .administration-tabs .tabs-section .activeSection {
      border-radius: 0 !important;
      border-radius: 8px 0 0 8px !important; }
    .administration-tabs .tabs-section .tab-links {
      width: 100%; }
    .administration-tabs .tabs-section .tabs-editor {
      pointer-events: all;
      padding: 15px !important;
      border-radius: 5px;
      width: 100%;
      top: 6px;
      min-height: 400px; }
      .administration-tabs .tabs-section .tabs-editor input[type="checkbox"] {
        margin: 0 5px;
        position: relative;
        top: 2px; }
    .administration-tabs .tabs-section h4 {
      float: left;
      margin-top: 0; }
    .administration-tabs .tabs-section .section-editor {
      float: left;
      width: 100%; }
    .administration-tabs .tabs-section .form-actions {
      float: left;
      width: 100%; }

/*------------------------Panel Organize Workspaces------------------------*/
.panel-organize-workspaces .panel-heading {
  background: #646464; }
  .panel-organize-workspaces .panel-heading span.label {
    color: #fff;
    font-size: 100%; }

.panel-organize-workspaces .panel-body {
  border: 1px solid #ccc; }

.panel-organize-workspaces h4 {
  margin-top: 20px;
  width: 100%;
  float: left; }

.panel-organize-workspaces .wrapit, .panel-organize-workspaces .jqUlselection {
  float: left;
  padding-right: 25px; }

.panel-organize-workspaces .controls-blk {
  margin-bottom: 20px;
  width: 100%;
  float: left; }

.panel-organize-workspaces .gutter {
  padding: 0 15px; }
  .panel-organize-workspaces .gutter span {
    float: left;
    margin-top: 8px;
    margin-right: 8px; }
  .panel-organize-workspaces .gutter .form-control {
    width: 500px;
    float: left; }

.panel-organize-workspaces .dvwsdetails {
  width: 100%;
  float: left; }

.panel-organize-workspaces .treeview {
  margin-top: 0;
  width: 11px;
  height: 15px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  float: left;
  margin-right: 2px;
  margin-left: 10px;
  padding: 0; }

.panel-organize-workspaces .dvwsdetails {
  width: 100%;
  float: left; }

.panel-organize-workspaces .lblwstitle {
  width: 58% !important;
  float: left !important;
  padding: 0; }

.panel-organize-workspaces .lblwsstatus {
  width: 12% !important;
  text-align: right;
  padding: 0; }

.panel-organize-workspaces .lblwsid {
  width: 25% !important;
  float: left !important;
  padding: 0; }

.panel-organize-workspaces #dvUnitInfo, .panel-organize-workspaces #dvLessionInfo {
  margin-top: 5px;
  float: left;
  width: 100%; }
  .panel-organize-workspaces #dvUnitInfo .lblwsstatus, .panel-organize-workspaces #dvLessionInfo .lblwsstatus {
    width: 12% !important; }

.panel-organize-workspaces .mrl30 {
  margin-left: 30px !important; }

.panel-organize-workspaces .courseinfo {
  margin-bottom: 20px;
  margin-top: 20px; }
  .panel-organize-workspaces .courseinfo label {
    font-weight: normal; }

/*-------------Panel Workspace moderators----------------------*/
.panel-workspace-moderators .panel-body {
  height: 350px;
  overflow-y: auto; }

.panel-workspace-moderators .portlet-toolbar .fa.fa-cog {
  color: rgba(0, 0, 0, 0.3) !important; }

.selected-people {
  height: auto;
  overflow: auto; }

/*-------------New Workspace Rewrite Code----------------------*/
.ws-sectionStyle {
  border: 1px solid #c4c4c4;
  padding: 10px;
  margin: 5px;
  background-Color: #f9f9f9;
  border-Radius: 5px;
  margin-bottom: 8px !important;
  /*cursor:pointer;*/ }

.ws-sectionStyle:hover {
  border: 1px solid #c4c4c4;
  padding: 10px;
  margin: 5px;
  background-Color: #f0f0f0;
  border-Radius: 5px;
  margin-bottom: 8px !important;
  /*cursor: pointer;*/ }

.ws-sectionStyle:active {
  border: 1px solid #c4c4c4;
  padding: 10px;
  margin: 5px;
  background-Color: #f9f9f9;
  border-Radius: 5px;
  margin-bottom: 8px !important;
  cursor: pointer;
  /*box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 1px 0 rgba(0, 0, 0, -8.81);*/ }

.ws-subsectionStyle {
  border: 1px solid #c4c4c4;
  padding: 10px;
  margin: 5px;
  background-Color: #f9f9f9;
  border-Radius: 5px;
  margin-bottom: 8px !important; }

.ws-subsectionStyle:hover {
  border: 1px solid #c4c4c4;
  padding: 10px;
  margin: 5px;
  background-Color: #f0f0f0;
  border-Radius: 5px;
  margin-bottom: 8px !important; }

.ws-subsectionStyle:active {
  border: 1px solid #c4c4c4;
  padding: 10px;
  margin: 5px;
  background-Color: #f9f9f9;
  border-Radius: 5px;
  margin-bottom: 8px !important;
  cursor: pointer;
  /*box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 1px 0 rgba(0, 0, 0, -8.81);*/ }

.ws-legendUL {
  margin-left: -19px;
  margin-top: 10px; }

.ws-drag-item:active {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 1px 0 transparent;
  cursor: grab;
  border: 1px solid #c4c4c4;
  padding: 10px;
  margin: 5px;
  background-Color: #f9f9f9;
  border-Radius: 5px;
  margin-bottom: 8px !important; }

.ws-tabOptionsStyle {
  float: right !important; }

.ws-tabTitleStyle {
  width: 90% !important;
  font-weight: 600;
  color: #666; }

.ws-view-copy {
  font-family: sans-serif;
  font-weight: 300 !important;
  display: inline-block !important; }

.row, .columns {
  margin-bottom: 15px; }

.container,
.container-fluid {
  padding-top: 15px;
  background-color: #ffffff; }

.column-2, .column.two {
  width: 50%; }

.column-3 {
  width: 33.3%; }

.column-narrow, .zone-right {
  width: 33.3%; }

.zone-right {
  float: right; }

.column-wide, .zone-left {
  width: 68%; }

iframe {
  width: 100%;
  border: none; }

/*
check palm beach?*/
table {
  max-width: 100%; }

.panel-heading {
  border-bottom: none; }

*:focus, a:visited, a:focus, .nav.nav-tabs > li a:focus, .dropdown > a:focus, .dropdown.open > a {
  outline: none; }

.nav-tabs .active {
  padding: 0;
  margin-right: 2px; }

/*Container Width for Tablet - we like full screen containers for tablet (no bg) */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: 100%; } }

@media (max-width: 767px) {
  .hidden-xs-p {
    display: none; }
  #dvLeaderBoardPoints {
    border: none !important; } }

.open > .dropdown-toggle.btn {
  background-color: transparent !important; }

/*------------------New Notification Page styles----------------*/
.notification-page {
  /*-----------------------NC Top Filter Bar-----------------*/ }
  .notification-page .theme-hdr-container, .notification-page .main-content-container, .notification-page .main-content, .notification-page .breadcrumbs, .notification-page .site-footer .container, .notification-page #divBreadcrumbNav, .notification-page .container {
    width: 100% !important; }
  .notification-page .nc {
    width: 100%;
    float: left; }
  .notification-page .nc-folders .nav li {
    width: 100%; }
    .notification-page .nc-folders .nav li a[data-toggle="collapse"]:before {
      content: "\f0d7";
      font-family: fontAwesome;
      padding: 0 2px 0 0;
      float: right;
      position: relative;
      top: -2px;
      -webkit-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out; }
    .notification-page .nc-folders .nav li .collapsed:before {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
    .notification-page .nc-folders .nav li ul {
      padding: 0;
      list-style: none; }
      .notification-page .nc-folders .nav li ul a {
        padding: 8px 15px 8px 25px;
        display: inline-block;
        text-decoration: none;
        width: 100%; }
      .notification-page .nc-folders .nav li ul ul li a {
        padding: 8px 10px 8px 35px; }
  .notification-page .nc-folders h5 {
    padding: 20px 15px;
    margin: 0;
    font-weight: 600;
    font-size: 13px; }
  .notification-page .nc-messages {
    padding-bottom: 20px;
    min-height: 496px;
    /*-------------------------Message Details------------------*/ }
    .notification-page .nc-messages .page-title {
      margin: 10px 0; }
    .notification-page .nc-messages .nc-messages-list {
      width: 100%;
      float: left; }
    .notification-page .nc-messages .panel {
      margin-bottom: 0;
      box-shadow: none !important; }
      .notification-page .nc-messages .panel .panel-heading {
        padding: 15px;
        border-radius: 0;
        border: none; }
        .notification-page .nc-messages .panel .panel-heading .panel-title {
          font-size: 13px;
          font-weight: bold; }
          .notification-page .nc-messages .panel .panel-heading .panel-title span, .notification-page .nc-messages .panel .panel-heading .panel-title a span, .notification-page .nc-messages .panel .panel-heading .panel-title strong, .notification-page .nc-messages .panel .panel-heading .panel-title i {
            text-shadow: none; }
        .notification-page .nc-messages .panel .panel-heading input {
          margin-top: 1px;
          float: left; }
        .notification-page .nc-messages .panel .panel-heading .nc-time {
          float: right;
          font-size: 12px; }
        .notification-page .nc-messages .panel .panel-heading a:hover {
          text-decoration: none; }
      .notification-page .nc-messages .panel .panel-heading.nc-message-old .panel-title {
        font-weight: normal; }
        .notification-page .nc-messages .panel .panel-heading.nc-message-old .panel-title b {
          font-weight: normal; }
    .notification-page .nc-messages .nc-sent .panel .panel-heading .panel-title {
      font-weight: normal; }
      .notification-page .nc-messages .nc-sent .panel .panel-heading .panel-title b {
        font-weight: normal; }
    .notification-page .nc-messages .nc-message-detail {
      margin: 20px 0;
      font-size: 13px;
      -webkit-animation: swing 1s ease;
      animation: swing 1s ease;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1; }
      .notification-page .nc-messages .nc-message-detail .panel-body {
        padding: 0; }
      .notification-page .nc-messages .nc-message-detail .nc-thread-main {
        padding: 15px 0;
        float: left;
        width: 100%;
        position: relative; }
      .notification-page .nc-messages .nc-message-detail .nc-msg-body {
        margin-top: 18px; }
        .notification-page .nc-messages .nc-message-detail .nc-msg-body .alert-content {
          border: 1px solid #ccc;
          background: #f4f4f4;
          padding: 10px;
          position: relative;
          top: 5px;
          width: 100%;
          float: left; }
      .notification-page .nc-messages .nc-message-detail .thread-options {
        position: absolute;
        right: 15px;
        top: 38px; }
        .notification-page .nc-messages .nc-message-detail .thread-options i {
          padding: 8px 6px 8px 4px;
          cursor: pointer;
          border-right: 1px solid #ccc; }
          .notification-page .nc-messages .nc-message-detail .thread-options i:last-child {
            border: none; }
      .notification-page .nc-messages .nc-message-detail .bg-info {
        padding: 10px 15px;
        width: 100%;
        float: left; }
      .notification-page .nc-messages .nc-message-detail .compose-inline {
        padding: 0 !important;
        float: left;
        margin: 20px 0;
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
        .notification-page .nc-messages .nc-message-detail .compose-inline .nc-recipient {
          float: left;
          width: 100%; }
        .notification-page .nc-messages .nc-message-detail .compose-inline .nc-to {
          width: 100%; }
        .notification-page .nc-messages .nc-message-detail .compose-inline .form-actions {
          margin: 0;
          padding: 10px 15px; }
      .notification-page .nc-messages .nc-message-detail .modal .nc-to {
        width: 100%; }
      .notification-page .nc-messages .nc-message-detail .modal .nc-subject {
        float: left; }
  .notification-page .bg-High i {
    margin: 0 8px 0 5px; }
  .notification-page .nc-empty-list {
    font-size: 25px;
    padding-top: 30px;
    padding-left: 8px; }
  .notification-page .nc-topbar {
    padding: 10px 0;
    float: left;
    width: 100%; }
    .notification-page .nc-topbar .nc-messages-menu .page-status {
      padding: 8px 10px 0 0;
      display: inline-block; }
    .notification-page .nc-topbar .nc-messages-menu .select-all {
      float: left;
      text-align: center;
      padding: 7px 10px;
      margin-right: 5px; }
      .notification-page .nc-topbar .nc-messages-menu .select-all input {
        margin: 0; }
    .notification-page .nc-topbar .nc-messages-menu .nc-refresh {
      float: left;
      text-align: center;
      padding: 6px 6px 7px 6px;
      margin-right: 5px; }
    .notification-page .nc-topbar .nc-messages-menu .fa-refresh {
      cursor: pointer; }
    .notification-page .nc-topbar .nc-messages-menu .nc-filters {
      margin-left: 0;
      padding: 0;
      width: auto; }
      .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-search {
        float: left; }
        .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-search label {
          float: left;
          margin: 10px 4px 0 4px;
          font-size: 12px; }
        .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-search .jqx-dropdownlist-state-normal {
          float: left;
          margin-right: 5px;
          display: block;
          width: 100%;
          height: 34px;
          padding: 6px 12px;
          font-size: 14px;
          line-height: 1.42857143;
          color: #555;
          background-color: #fff;
          background-image: none;
          border: 1px solid #ccc;
          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 .15s,-webkit-box-shadow ease-in-out .15s;
          -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
        .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-search .nc-text-search {
          float: left; }
          .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-search .nc-text-search .form-control {
            height: 36px;
            width: 140px; }
        .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-search .nc-date-search {
          float: left; }
          .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-search .nc-date-search .jqx-datetimeinput {
            float: left;
            height: 33px !important; }
      .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-sort {
        float: left;
        margin-left: 0; }
        .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-sort label {
          float: left;
          margin: 10px 4px 0 4px;
          font-size: 12px; }
        .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-sort .nc-sort-orders {
          float: left; }
          .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-sort .nc-sort-orders i {
            float: left;
            padding: 10px 5px 10px 5px;
            cursor: pointer;
            border-radius: 5px; }
        .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-sort .form-control {
          float: left;
          margin-right: 5px;
          padding: 3px; }
      .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-sort-btns {
        float: left;
        margin-left: 5px; }
    .notification-page .nc-topbar .nc-messages-menu .button {
      margin-right: 5px;
      padding: 6px 6px; }

.reply-editor-main .modal .compose-inline .panel-body {
  height: 355px;
  overflow: auto; }

/*--------------------------------------------COMPOSE---------------*/
.compose-dock {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  width: 680px; }
  .compose-dock .panel-body {
    height: 455px;
    overflow: auto; }

.compose-dock.minimized {
  width: auto; }

.compose-popup .panel-body {
  height: 470px;
  overflow: auto; }

.compose-dock .panel-heading, .compose-inline .panel-heading, .compose-popup .panel-heading {
  width: 100%;
  cursor: pointer;
  display: table;
  padding: 5px 10px !important; }
  .compose-dock .panel-heading h4, .compose-inline .panel-heading h4, .compose-popup .panel-heading h4 {
    font-size: 14px;
    float: left;
    font-weight: normal; }
  .compose-dock .panel-heading i, .compose-inline .panel-heading i, .compose-popup .panel-heading i {
    font-size: 12px;
    padding: 5px 3px; }

.compose-dock .panel-body, .compose-inline .panel-body, .compose-popup .panel-body {
  width: 100%;
  float: left;
  padding: 0; }
  .compose-dock .panel-body label, .compose-inline .panel-body label, .compose-popup .panel-body label {
    font-weight: normal; }
  .compose-dock .panel-body .jqx-widget, .compose-inline .panel-body .jqx-widget, .compose-popup .panel-body .jqx-widget {
    border-radius: 0; }
  .compose-dock .panel-body .nc-recipient input, .compose-dock .panel-body .nc-subject input, .compose-inline .panel-body .nc-recipient input, .compose-inline .panel-body .nc-subject input, .compose-popup .panel-body .nc-recipient input, .compose-popup .panel-body .nc-subject input {
    border: none; }
  .compose-dock .panel-body .nc-recipient input[type="text"], .compose-dock .panel-body .nc-subject input[type="text"], .compose-inline .panel-body .nc-recipient input[type="text"], .compose-inline .panel-body .nc-subject input[type="text"], .compose-popup .panel-body .nc-recipient input[type="text"], .compose-popup .panel-body .nc-subject input[type="text"] {
    min-width: 210px; }
  .compose-dock .panel-body .nc-recipient .form-group, .compose-inline .panel-body .nc-recipient .form-group, .compose-popup .panel-body .nc-recipient .form-group {
    float: left;
    width: 100%;
    padding: 10px 15px;
    margin: 0; }
  .compose-dock .panel-body .nc-recipient label, .compose-inline .panel-body .nc-recipient label, .compose-popup .panel-body .nc-recipient label {
    float: left;
    margin: 3px 8px 0 0; }
  .compose-dock .panel-body .nc-recipient .jqx-dropdownlist-state-normal, .compose-inline .panel-body .nc-recipient .jqx-dropdownlist-state-normal, .compose-popup .panel-body .nc-recipient .jqx-dropdownlist-state-normal {
    float: left;
    font-size: 12px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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 .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-right: 8px; }
  .compose-dock .panel-body .nc-recipient a, .compose-inline .panel-body .nc-recipient a, .compose-popup .panel-body .nc-recipient a {
    float: left;
    margin-top: 8px; }
  .compose-dock .panel-body .nc-recipient .jq-subfield, .compose-inline .panel-body .nc-recipient .jq-subfield, .compose-popup .panel-body .nc-recipient .jq-subfield {
    cursor: pointer; }
  .compose-dock .panel-body .nc-recipient .user-tags span, .compose-inline .panel-body .nc-recipient .user-tags span, .compose-popup .panel-body .nc-recipient .user-tags span {
    margin-right: 5px;
    cursor: pointer; }
    .compose-dock .panel-body .nc-recipient .user-tags span:hover, .compose-inline .panel-body .nc-recipient .user-tags span:hover, .compose-popup .panel-body .nc-recipient .user-tags span:hover {
      text-decoration: underline; }
  .compose-dock .panel-body .nc-recipient .nc-recipient-tags, .compose-inline .panel-body .nc-recipient .nc-recipient-tags, .compose-popup .panel-body .nc-recipient .nc-recipient-tags {
    margin: 2px 0; }
  .compose-dock .panel-body .nc-recipient .user-tags, .compose-inline .panel-body .nc-recipient .user-tags, .compose-popup .panel-body .nc-recipient .user-tags {
    margin: 0 5px 2px 0;
    padding: 3px;
    font-size: 12px;
    float: left; }
    .compose-dock .panel-body .nc-recipient .user-tags span, .compose-inline .panel-body .nc-recipient .user-tags span, .compose-popup .panel-body .nc-recipient .user-tags span {
      margin-left: 5px;
      font-weight: bold;
      cursor: pointer; }
  .compose-dock .panel-body .nc-subject input, .compose-inline .panel-body .nc-subject input, .compose-popup .panel-body .nc-subject input {
    padding: 8px 8px 8px 15px !important;
    width: 80%; }
  .compose-dock .panel-body .nc-priority, .compose-inline .panel-body .nc-priority, .compose-popup .panel-body .nc-priority {
    float: right;
    position: relative;
    top: 7px;
    right: 15px; }
  .compose-dock .panel-body .nc-contacts, .compose-inline .panel-body .nc-contacts, .compose-popup .panel-body .nc-contacts {
    font-weight: bold; }
  .compose-dock .panel-body .nc-message-body, .compose-inline .panel-body .nc-message-body, .compose-popup .panel-body .nc-message-body {
    margin: -15px 0 0 0; }
  .compose-dock .panel-body .form-actions, .compose-inline .panel-body .form-actions, .compose-popup .panel-body .form-actions {
    padding: 0 15px; }
  .compose-dock .panel-body .nc-recipient-field, .compose-inline .panel-body .nc-recipient-field, .compose-popup .panel-body .nc-recipient-field {
    float: left;
    width: 100%; }
  .compose-dock .panel-body .nc-recipients-type, .compose-inline .panel-body .nc-recipients-type, .compose-popup .panel-body .nc-recipients-type {
    margin-top: 5px !important; }

.compose-dock .nc-empty-list, .compose-inline .nc-empty-list, .compose-popup .nc-empty-list {
  font-size: 25px; }

/*---------------------------Advance Search---------------*/
.advance-search .jqx-grid {
  margin: 10px 0; }

.advance-search .jqx-default {
  padding: 0; }

/*-----------------User Tags-------------*/
.role-user-tags {
  width: 100%;
  float: left; }
  .role-user-tags span {
    width: auto;
    float: left;
    padding: 5px;
    margin-right: 5px;
    margin-top: 5px; }
  .role-user-tags i {
    cursor: pointer; }

.jqx-menu-dropdown {
  width: 200px !important; }

@media only screen and (max-width: 380px) {
  .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-search label {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px; } }

@media only screen and (max-width: 670px) {
  .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-search .nc-date-search {
    margin: 5px 0; }
  .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-search label {
    margin-right: 0px;
    margin-left: 0px; }
  .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-search .button {
    margin-bottom: 10px; }
  .notification-page .nc {
    margin: 0 0px; }
  .notification-page .nc-messages {
    padding-top: 20px; }
    .notification-page .nc-messages .nc-message-detail .thread-options {
      position: absolute;
      right: 15px;
      bottom: 15px;
      top: inherit; }
  .notification-page .nc-messages-menu .nc-filters {
    position: relative;
    top: -20px;
    margin-left: 0;
    padding: 0; }
    .notification-page .nc-messages-menu .nc-filters .nc-search {
      width: 100%; }
      .notification-page .nc-messages-menu .nc-filters .nc-search .nc-text-search .form-control {
        width: 150px; }
    .notification-page .nc-messages-menu .nc-filters .nc-sort {
      margin-bottom: 10px;
      margin-left: 0; }
  .notification-page .nc-messages-menu .select-all, .notification-page .nc-messages-menu .nc-refresh {
    position: relative;
    margin-bottom: 25px;
    z-index: 999; }
  .notification-page .nc-messages-menu .jq-nc-bulkActions {
    position: relative;
    margin-bottom: 25px;
    z-index: 999; }
  .compose-dock {
    top: 0;
    height: 100%;
    width: 100%; }
    .compose-dock .fa-expand, .compose-dock .fa-minus {
      display: none; }
    .compose-dock .panel-body .nc-subject input {
      width: 68%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .notification-page .nc-messages-menu .nc-filters .nc-search {
    margin-bottom: 10px;
    width: 100%; }
  .notification-page .nc-messages-menu .select-all, .notification-page .nc-messages-menu .nc-refresh {
    position: relative;
    top: 115px;
    z-index: 999; }
  .notification-page .nc-messages-menu .jq-nc-bulkActions {
    position: relative;
    top: 115px;
    z-index: 999; }
  .notification-page .nc-messages-menu .nc-filters {
    position: relative;
    top: -20px; }
  .notification-page .nc-messages-menu .page-status {
    padding: 8px 10px 10px 0; }
  .notification-page .paging {
    width: 100%; }
  .nc-topbar {
    padding: 0; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .notification-page .nc-messages-menu .nc-filters {
    top: -38px;
    width: 100% !important; }
    .notification-page .nc-messages-menu .nc-filters .nc-search {
      width: auto; }
  .notification-page .nc-messages-menu .jq-nc-bulkActions {
    top: 78px; }
  .notification-page .nc-messages-menu .select-all, .notification-page .nc-messages-menu .nc-refresh {
    top: 78px; }
  .ipad-fullwidth {
    width: 100%; }
  .nc-topbar {
    padding: 15px 0; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .notification-page .nc-messages-menu .jq-nc-bulkActions {
    top: 160px; }
  .notification-page .nc-messages-menu .select-all, .notification-page .nc-messages-menu .nc-refresh {
    top: 126px; } }

.panel-notificationpreferences, .panel-systemlevelnotificationpreferences, .panel-myrelations {
  border: none !important; }
  .panel-notificationpreferences .panel-heading, .panel-systemlevelnotificationpreferences .panel-heading, .panel-myrelations .panel-heading {
    background: none !important;
    border-bottom: 1px solid #ccc !important;
    color: #44ad9f !important; }
  .panel-notificationpreferences .panel-body, .panel-systemlevelnotificationpreferences .panel-body, .panel-myrelations .panel-body {
    padding: 15px 0; }
  .panel-notificationpreferences .portlet-toolbar, .panel-notificationpreferences i, .panel-systemlevelnotificationpreferences .portlet-toolbar, .panel-systemlevelnotificationpreferences i, .panel-myrelations .portlet-toolbar, .panel-myrelations i {
    display: none !important; }

@media only screen and (max-width: 670px) {
  .notification-page .nc-topbar .nc-messages-menu .nc-filters .nc-search .nc-text-search .form-control {
    width: 80px !important;
    margin-bottom: 30px !important; } }

@media only screen and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: landscape) {
  .notification-page .nc-messages-menu .select-all, .notification-page .nc-messages-menu .nc-refresh {
    top: 160px !important; } }

/* NC Subject Line Sizes*/
.nc-subject, .nc-subject-value {
  font-size: 13px !important; }

.nc-msg-body > table {
  margin-top: 35px !important; }

/*delete button for mobile*/
.notification-page .nc-messages .nc-message-detail .thread-options {
  position: initial !important;
  top: 0; }

.notification-page .nc-messages .panel .panel-heading .nc-time {
  float: right;
  font-size: 13.5px; }

.nc-composer .modal iframe {
  height: 100% !important; }

.nc-messages-page .showmore, .nc-messages-page .showless {
  margin-left: 10px;
  font-weight: bold; }

.alert-inner-content a {
  text-transform: capitalize;
  font-weight: bold; }

.nc-topbar .paging .btn {
  padding: .42857143rem 5px; }

.discussioncommentsby {
  padding: 15px;
  margin: 5px 0 5px 0;
  border: 1px solid #ccc;
  width: 100%;
  float: left;
  background: #eeeeee;
  border-radius: 5px; }
  .discussioncommentsby .commentsby {
    float: left; }
    .discussioncommentsby .commentsby:last-child {
      float: right; }

.reply-editor-main {
  padding: 15px; }

/*Learner Profile Goals Tabs*/
.req {
  color: red !important; }

.new-goal-wizard-completed-step {
  color: black !important; }

.new-goal-wizard-active-step {
  color: black !important;
  font-weight: bold; }

.new-goal-wizard-normal-step {
  color: #7F7F7F !important; }

/*.plp-innerheading {
	        border-top: none !important;
	        border-right: none !important;
	        border-left: none !important;
	        border-bottom: 3px solid !important;
	        background: #fff !important;
	        border-radius: 0;
	        color: #aa5595 !important;
	        min-height: 50px !important; 
	        padding-top: 8px !important;
	    }*/
.goals-innerheading {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 4px solid !important;
  background: #fff !important;
  border-radius: 0;
  color: #aa5595 !important;
  min-height: 50px !important;
  padding-top: 8px !important; }

@media only screen and (max-width: 375px) {
  .goals-innerheading {
    min-height: 94px !important; } }

.panel-heading-accordion {
  color: #fff !important; }

.roster .dashboard-goals .panel-body .plp-innerheading {
  background-color: #fff !important; }

a.jq-GoalTitle:link {
  color: #aa5595 !important;
  font-weight: 600 !important; }

a.jq-GoalTitle:hover {
  color: #aa5595 !important;
  font-weight: 600 !important; }

.actionstep-btn {
  color: #aa5595 !important; }

.roster .dashboard-goals .panel-body .plp-innerheading i, .studentlogin .dashboard-goals .panel-body .plp-innerheading i, .feedback-page .dashboard-goals .panel-body .plp-innerheading i, .learner-dashboard .dashboard-goals .panel-body .plp-innerheading i, .roster .plp-goals .panel-body .plp-innerheading i, .studentlogin .plp-goals .panel-body .plp-innerheading i, .feedback-page .plp-goals .panel-body .plp-innerheading i, .learner-dashboard .plp-goals .panel-body .plp-innerheading i, .roster .studentdetails-goalssummary .panel-body .plp-innerheading i, .studentlogin .studentdetails-goalssummary .panel-body .plp-innerheading i, .feedback-page .studentdetails-goalssummary .panel-body .plp-innerheading i, .learner-dashboard .studentdetails-goalssummary .panel-body .plp-innerheading i, .roster .dashboard-goals .panel-body .plp-innerheading h4, .studentlogin .dashboard-goals .panel-body .plp-innerheading h4, .feedback-page .dashboard-goals .panel-body .plp-innerheading h4, .learner-dashboard .dashboard-goals .panel-body .plp-innerheading h4, .roster .plp-goals .panel-body .plp-innerheading h4, .studentlogin .plp-goals .panel-body .plp-innerheading h4, .feedback-page .plp-goals .panel-body .plp-innerheading h4, .learner-dashboard .plp-goals .panel-body .plp-innerheading h4, .roster .studentdetails-goalssummary .panel-body .plp-innerheading h4, .studentlogin .studentdetails-goalssummary .panel-body .plp-innerheading h4, .feedback-page .studentdetails-goalssummary .panel-body .plp-innerheading h4, .learner-dashboard .studentdetails-goalssummary .panel-body .plp-innerheading h4 {
  color: #fff !important; }

.goals-marker {
  text-align: center; }

.checkbox {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.jq-GoalTitle {
  font-weight: 600 !important; }

/*Goal Icon Colors*/
/*Status*/
.goalst-a {
  color: #4eb14d !important; }

/*Active*/
.goalst-inac {
  color: #808080 !important; }

/*InActive*/
/*Type*/
.goalt {
  color: #5f5f60 !important; }

/*Duration*/
.goalsterm-s {
  color: #4bb8dc !important; }

/*Short-Term*/
.goalmterm-m {
  color: #e7aa05 !important; }

/*Mid-Term*/
.goallterm-l {
  color: #fd7cb6 !important; }

/*Long-Term*/
.goallterm-c {
  color: #f86d42; }

/*Career*/
.wz-active {
  color: #666 !important; }

.wz-inactive {
  color: #d0d0d0 !important; }

.wz-complete {
  color: #4CAF50 !important; }

.wz-help-text {
  color: #fff; }

/*JQX Dropdown Styles*/
.jqx-widget.jqx-datetimeinput.jqx-widget-content .jqx-fill-state-normal .jqx-icon, .jqx-datetimeinput .jqx-fill-state-normal .jqx-icon {
  color: #fff !important; }

#jqxDropDownList1 {
  width: 100% !important; }

#jqxDropDownList2 {
  width: 100% !important; }

#jqxDropDownList3 {
  width: 100% !important; }

#inputjqxDateTimeInput1 {
  top: 6px !important; }

#inputjqxDateTimeInput6 {
  top: 6px !important; }

#inputjqxDateTimeInput7 {
  top: 6px !important; }

#inputjqxDateTimeInput3 {
  top: 6px !important; }

/*#innerListBoxjqxDropDownList1 {width:100% !important}
    #innerListBoxjqxDropDownList2 {width:410px !important}
    #listBoxjqxDropDownList1 {width:410px !important}
    #listBoxjqxDropDownList2 {width:100% !important}
    #listBoxContentinnerListBoxjqxDropDownList1 {width:100% !important}*/
#jqxScrollWraphorizontalScrollBarinnerListBoxjqxDropDownList1 {
  display: none !important; }

#listitem1innerListBoxjqxDropDownList1 {
  white-space: pre-line !important; }

/*Overview Goal Tab*/
.ov-completed {
  text-align: center;
  margin-top: 7px; }

.ov-active {
  text-align: center;
  margin-top: 7px; }

.ov-check-active {
  color: #2C2C93; }

.ov-check-completed {
  color: #1D891D; }

.progress-row {
  border: 1px solid #111;
  margin-left: 5px; }

/*About Me Tab*/
.am-mindset {
  font-size: 18px;
  font-weight: 600;
  border-bottom: solid 1px #999;
  padding-left: 0px;
  width: 98%; }

.am-learning {
  font-size: 18px;
  font-weight: 600;
  border-bottom: solid 1px #999;
  padding-left: 0px;
  width: 98%;
  padding-top: 35px; }

/*Strengths and Instructional Modal - Can Customize for Client*/
.strength-m-left {
  background-color: orange;
  min-height: 468px; }

.strength-h {
  min-height: 200px; }

.strength-m-right {
  background-color: #fff;
  margin-top: -15px;
  left: 15px;
  min-height: 468px;
  padding: 15px; }

.t-white {
  color: #fff; }

/*Goals Filters*/
.g-validation {
  color: red;
  margin: 0px 0px 10px 100px;
  display: none; }

.g-height {
  height: auto !important; }

.studentlogin .dashboard-goals .panel-body {
  /*background: linear-gradient(pink, white) !important;*/
  background: #fff !important; }

.truncate-goal-title {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; }

/*Modal*/
.modal-dialog .modal-content .modal-header
h4.modal-title {
  color: #433d78 !important; }

.modal-header {
  border-bottom: none !important; }

.modal-footer {
  border-bottom: none !important; }

/*Home Page Goals Grid Progress*/
.jq-gridAS .jqx-fill-state-pressed, .studentdetails-goalssummary .jqx-fill-state-pressed {
  background: #a8cf72 !important; }

.studentdetails-goalssummary .jqx-fill-state-pressed.jqx-progressbar-value {
  background: #a8cf72 !important; }

/*.blockUI-overlay {background:none !important}*/
div.blockUI-overlay.block-loader {
  background: none !important; }

.panel.student-actionsteps .my-assignments-sec .myassignments-subheader {
  color: #fff !important; }

.course-pulsecheck .poll-question label {
  font-size: 18px !important;
  line-height: 25px !important; }

div.m-b20 {
  margin-bottom: -40px !important; }

/*Colors for Mindsets and Learning styles Portlet*/
i.fa.fa-circle.fa-lg.text-warning {
  color: #ffc107 !important; }

i.fa.fa-circle.fa-lg.text-success {
  color: #5cb85c !important; }

i.fa.fa-circle.fa-lg.text-info {
  color: #5bc0de !important; }

.hr-top {
  border: 1px solid #E8E6E6 !important; }

.hr-bottom {
  border: 2px solid #FDC02A !important; }

.feedb-subheader-icon {
  color: #FDC02A !important;
  font-size: 25px !important; }

.fb-review-icon {
  color: #FDC02A !important;
  font-size: 40px !important; }

.fb-container-standards {
  border-top: 4px solid #E8E6E6;
  /*border-bottom: 3px solid #FDC02A;*/
  padding: 10px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb; }

.fb-container-rating {
  border-top: 4px solid #FDC02A;
  /*border-bottom: 3px solid #FDC02A;*/
  padding: 10px;
  background: #f7f7f9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.fb-container-comments {
  border-top: 4px solid #E8E6E6;
  border-bottom: 5px solid #E8E6E6;
  padding: 10px;
  background: #efefef;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -3px;
  /*border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;*/ }

.fb-container-rating-footer {
  padding: 10px;
  background: #e4e2e2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -3px; }

.label-lg {
  font-size: 16px !important;
  color: #433d78 !important; }

.h5-lg-gray {
  color: #666;
  font-weight: 700;
  font-size: 18px; }

.t-gray {
  color: #666 !important; }

.pointer {
  cursor: pointer; }

.fb-p-lg {
  font-size: 16px !important; }

.fb-rating-h4 {
  color: #433d78 !important;
  font-weight: 700 !important;
  font-size: 16px !important; }

.r-comments {
  margin-left: 40px;
  padding-bottom: 10px;
  font-size: 16px !important;
  word-break: break-word !important; }

.feedback-star-rating {
  color: #FADC57 !important;
  font-size: 25px !important; }

.feedback-star-rating-lg {
  color: #FADC57 !important;
  font-size: 30px !important;
  margin: 0px !important; }

i.fa.fa-star.fa-2x.feedback-star-rating-lg::before {
  margin-right: 0px !important; }

.rating-score-comments {
  font-size: 16px !important; }

.fb-check {
  color: #84b73e !important; }

/*Move To feeedback scss */
.fb-status {
  font-size: 16px !important; }

.fb-top-divider {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.comment-fa {
  color: #FDC02A !important; }

.fb-duedates {
  font-size: 16px !important; }

.fb-overdue {
  color: red; }

.fb-btn-100 {
  width: 100% !important; }

.tac {
  text-align: center !important; }

/*Wizard Pop Up Button Stles*/
.wzd-btn {
  background-color: #efefef !important;
  border: solid 1px #ccc !important; }

.wzd-btn:hover {
  background-color: #ccc !important;
  border: solid 1px #ccc !important;
  color: #433d78 !important; }

.active-wzd-btn {
  background: #8e70a6 !important;
  color: #fff !important; }

/******  Feedback Style Star Rating Widget *****/
.rating {
  border: none;
  float: left; }

.rating > input {
  display: none !important; }

.rating > label:before {
  margin: 5px;
  font-size: 1.91em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005"; }

.rating > .half:before {
  content: "\f089";
  position: absolute; }

.rating > label {
  color: #ddd;
  float: right; }

.label-space {
  margin-top: 10px;
  float: left;
  width: 100%; }

/******  Feedback Style Star Rating Widget *****/
.rating {
  border: none;
  float: left; }

.rating > input {
  display: none !important; }

.rating > label:before {
  margin: 5px;
  font-size: 2.91em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005"; }

.rating > .half:before {
  content: "\f089";
  position: absolute; }

.rating > label {
  color: #ddd;
  float: right; }

.label-space {
  margin-top: 10px;
  float: left;
  width: 100%; }

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #f5d112; }

/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #FFED85; }

.star-shadow {
  filter: drop-shadow(3px 1px 0px #EFEFF4); }

.or-spacer {
  margin-top: 100px;
  margin-left: 100px;
  width: 400px;
  position: relative; }
  .or-spacer .mask {
    overflow: hidden;
    height: 20px; }
    .or-spacer .mask:after {
      content: '';
      display: block;
      margin: -25px auto 0;
      width: 100%;
      height: 25px;
      border-radius: 125px / 12px;
      box-shadow: 0 0 8px black; }
  .or-spacer span {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 2px 4px #999;
    background: white; }
  .or-spacer span i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed #aaa;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #999; }

.or-spacer-vertical {
  display: inline-block;
  margin-top: 100px;
  margin-left: 100px;
  width: 100px;
  position: relative; }
  .or-spacer-vertical .mask {
    overflow: hidden;
    width: 20px;
    height: 200px; }
  .or-spacer-vertical.left .mask:after {
    content: '';
    display: block;
    margin-left: -20px;
    width: 20px;
    height: 100%;
    border-radius: 12px / 125px;
    box-shadow: 0 0 8px black; }
  .or-spacer-vertical.right .mask:before {
    content: '';
    display: block;
    margin-left: 20px;
    width: 20px;
    height: 100%;
    border-radius: 12px / 125px;
    box-shadow: 0 0 8px black; }

.wzd-btn-search {
  background-color: #fff !important;
  border: none !important; }

.wzd-btn-search:hover {
  background-color: none !important;
  border: none !important;
  color: none !important; }

.rev-img {
  height: 190px !important; }

.trans-box {
  /*background-color: #ffffff;
    /*border: 1px solid black;*/
  /*opacity: 0.6;*/
  top: -40px;
  background-image: linear-gradient(rgba(255, 0, 0, 0), #190000);
  color: #fff !important;
  border-radius: 5px; }

.rev-filter-md {
  background-color: #efefef;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px; }

.no-bds {
  border: none !important; }

.child-active-selection {
  background: #8e70a6 !important;
  color: #fff !important;
  border: 3px #8e70a6 solid !important;
  height: 189px !important; }

/*.active-filter.button {
    border: 4px solid #8e70a6 !important;
}*/
/*.active-filter.button {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}*/
a.active-filter.button2 {
  border-top: 6px solid #8e70a6 !important;
  padding: 3px !important; }

/*Responsive Media Queries*/
@media (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .portfolio-by-t {
    margin-bottom: -30px !important; } }

@media (max-width: 768px) and (min-height: 1024px) and (orientation: portrait) {
  .portfolio-by-t {
    margin-bottom: -30px !important; } }

/*Force For Reviewer Image Size Margins*/
@media (min-width: 1200px) and (max-width: 1400px) and (orientation: landscape) {
  .portfolio-by-t {
    margin-bottom: -55px !important; } }

.portfolio-by-t {
  display: inline-block !important;
  margin-bottom: 13px !important; }

.stu-image {
  border-radius: 5px !important; }

.stu-image:hover {
  opacity: .9 !important; }

.truncate-stu-title {
  width: 99px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; }

/*My Assignments Force Width fix for Gap*/
@media (min-width: 1200px) and (max-width: 1326px) and (orientation: landscape) {
  div.well.well-lg.t-gray.pointer.mh-205 {
    width: 202px !important; } }

/*Spacing Utilities*/
/*Margin*/
.m-r-5 {
  margin-right: 5px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-r-17 {
  margin-right: 17px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-5 {
  margin: 5px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-0 {
    bottom: 0px !important;
}

.m-t-0 {
  margin-top: 0px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-24 {
  margin-top: 24px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-t-28 {
  margin-top: 28px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-t-80 {
  margin-top: 80px !important; }

.m-t-117 {
  margin-top: 118px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-l-50 {
  margin-left: 50px !important; }

/*Negative Margins*/
.m-l-3 {
  margin-left: -3px !important; }

.m-l-6 {
  margin-left: -3px !important; }

.m-l-n6 {
  margin-left: -6px !important; }

.m-t-n2 {
  margin-top: -2px !important; }

.m-t-n20 {
  margin-top: -20px !important; }

.m-l-n40 {
  margin-left: -40px !important; }

.element-align-center {
  text-align: center; }

.wz-btn-lg {
  min-width: 150px !important; }

/*Padding*/
.p5 {
  padding: 5px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.no-p {
  padding: 0px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.p-b-150 {
  padding-bottom: 150px !important; }

/*Font Sizes*/
.f12 {
  font-size: 12px !important; }

.f13 {
  font-size: 13px !important; }

.f14 {
  font-size: 14px !important; }

.f15 {
  font-size: 15px !important; }

.f16 {
  font-size: 16px !important; }

.f16 {
  font-size: 16px !important; }

.f17 {
  font-size: 17px !important; }

.f18 {
  font-size: 18px !important; }

.f19 {
  font-size: 19px !important; }

.f20 {
  font-size: 20px !important; }

.f22 {
  font-size: 22px !important; }

.f24 {
  font-size: 24px !important; }

.f25 {
  font-size: 25px !important; }

.f30 {
  font-size: 30px !important; }

.f35 {
  font-size: 35px !important; }

.fw6 {
  font-weight: 600 !important; }

.fw7-16 {
  font-weight: 700 !important;
  font-size: 16px; }

.fw7-22 {
  font-weight: 700 !important;
  font-size: 22px; }

/*Widths*/
.w-285 {
  width: 285px !important; }

.w-150 {
  width: 150px !important; }

.w-200 {
  width: 200px !important; }

.w-300 {
  width: 300px !important; }

.w-400 {
  width: 400px !important; }

/*Heights*/
.h-15 {
  height: 51px !important; }

.h-150 {
  height: 150px !important; }

.h-320 {
  height: 320px !important; }

.mh-205 {
  min-height: 205px !important; }

.h-17 {
  height: 17px !important; }

.h-75 {
  height: 75px !important; }

.h-235 {
  min-height: 235px !important; }

.h-345 {
  height: 345px !important; }

.h-365 {
  max-height: 365px !important; }

.h-370 {
  height: 370px !important; }

.h-385 {
  height: 385px !important; }

.assignbox {
  height: 269px !important; }

.title-bar {
  border-bottom: 2px solid #E8E6E6 !important;
  padding-bottom: 7px !important; }

.btn-addon-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important; }

.b-0 {
  border: none !important; }

.b-t-0 {
  border-top: none !important; }

/*Test*/
.ssolink-t-205 {
  width: 200px !important;
  margin-top: 10px !important;
  float: left !important; }

/*Qlabbir Bootstrap Utility Colors*/
.b-succes {
  color: #5cb85c; }

.b-default {
  color: #ccc; }

.b-primary {
  color: #337ab7; }

.b-info {
  color: #5bc0de; }

.b-warning {
  color: #f0ad4e; }

.b-danger {
  color: #d9534f; }

/*Qlabbir Specific*/
.q-success {
  background-color: #5cb85c;
  color: #fff !important; }

.q-default {
  background-color: #ccc;
  color: #fff !important; }

.q-primary {
  background-color: #337ab7;
  color: #fff !important; }

.q-info {
  background-color: #5bc0de;
  color: #fff !important; }

.q-warning {
  background-color: #f0ad4e;
  color: #fff !important; }

.q-danger {
  background-color: #d9534f;
  color: #fff !important; }

.badge-danger {
  background-color: #d9534f !important; }

.badge-success {
  background-color: #188d26 !important; }

.b-text-success {
  color: #188d26 !important;
  font-weight: 600 !important; }

.b-bold {
  font-weight: 600 !important; }

.b-Pointer {
  cursor: pointer !important; }

#attributetabs-pane-selected {
  cursor: pointer !important; }

#attributetabs-pane-available {
  cursor: pointer !important; }

.b-hr-bottom {
  border-bottom: 1px solid #E8E6E6 !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important; }

/***** 3 LineTruncation - Use 'block-with-text' for multiline or 'truncate' for one line truncating  *********/
/* styles for '...' */
.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 3.6em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-right: 0;
  padding-right: 1em; }

/* create the ... */
.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0; }

/* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white; }

/*link overflow for dashboard portlet elements*/
.a-wrap {
  overflow-wrap: break-word !important; }

/*responsive table utilities*/
@media screen and (max-width: 995px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; } }

/*Roster Dashboard Styles - Currently these styles are loaded in each theme which overrides all styles 
    here for Henry County / Not Riverside - this is just for record */
/*Portlet Header Background Overrides*/
.studentlogin .studentdetails-goalssummary .panel-heading, .roster .studentdetails-goalssummary .panel-heading, .learner-dashboard .studentdetails-goalssummary .panel-heading {
  background: #aa5595 !important; }

.studentlogin .course-pulsecheck .panel-heading, .roster .course-pulsecheck .panel-heading, .learner-dashboard.course-pulsecheck .panel-heading {
  background: #ed7907 !important; }

.studentlogin .studentdetails-supportteam .panel-heading, .roster .studentdetails-supportteam .panel-heading, .learner-dashboard .studentdetails-supportteam .panel-heading {
  background: #84b73e !important; }

.panel.student-actionsteps .panel-heading, .roster .student-actionsteps .panel-heading, .learner-dashboard .student-actionsteps .panel-heading {
  background: #de9904 !important; }

.studentlogin .dashboard-profileupdates .panel-heading, .roster .dashboard-profileupdates .panel-heading, .learner-dashboard .dashboard-profileupdates .panel-heading {
  background: #59538c !important; }

.studentlogin .goal-filter .panel-heading, .roster .goal-filter .panel-heading, .learner-dashboard .goal-filter .panel-heading {
  background: #9a9a9a !important; }

.studentlogin .dashboard-goals .panel-heading, .roster .dashboard-goals .panel-heading, .learner-dashboard .dashboard-goals .panel-heading {
  background: #aa5595 !important; }

.studentlogin .plp-lcl .panel-heading, .roster .plp-lcl .panel-heading, .learner-dashboard .plp-lcl .panel-heading {
  background: #de9904 !important; }

.studentlogin .dashboard-strengths .panel-heading, .roster .dashboard-strengths .panel-heading, .learner-dashboard .dashboard-strengths .panel-heading {
  background: #ed7907 !important; }

.studentlogin .dashboard-habitsanddispositions .panel-heading, .roster .dashboard-habitsanddispositions .panel-heading, .learner-dashboard .dashboard-habitsanddispositions .panel-heading {
  background: #de9904 !important; }

.studentlogin .dashboard-instructionalconsideration .panel-heading, .roster .dashboard-instructionalconsideration .panel-heading, .learner-dashboard .dashboard-instructionalconsideration .panel-heading {
  background: #2d82bd !important; }

.roster .studentdetails-demographics .panel-heading, .learner-dashboard .studentdetails-demographics .panel-heading {
  background: #ed7907 !important; }

.studentlogin .dashboard-myinterests .panel-heading, .roster .my-interests .panel-heading, .learner-dashboard .dashboard-myinterests .panel-heading {
  background: #aa5595 !important; }

.studentlogin .dashboard-portfolio .panel-body .filter-zone .filter-head, .roster .dashboard-portfolio .panel-body .filter-zone .filter-head, .learner-dashboard .dashboard-portfolio .panel-body .filter-zone .filter-head {
  background: #9a9a9a !important; }

.studentlogin .dashboard-teachers .panel-heading, .roster .dashboard-teachers .panel-heading, .learner-dashboard .dashboard-teachers .panel-heading {
  background: #84b73e !important; }

.studentlogin .dashboard-classes .panel-heading, .roster.dashboard-classes .panel-heading, .learner-dashboard .dashboard-classes .panel-heading {
  background: #2d82bd !important; }

.studentlogin .dashboard-extraCcurricularactivities .panel-heading, .roster .dashboard-extraCcurricularactivities .panel-heading, .learner-dashboard .dashboard-extraCcurricularactivities .panel-heading {
  background: #59538c !important; }

.studentlogin .dashboard-notes .panel-heading, .roster .dashboard-notes .panel-heading, .learner-dashboard .dashboard-notes .panel-heading {
  background: #2d82bd !important; }

.studentlogin .dashboard-journal .panel-heading, .roster .dashboard-journal .panel-heading, .learner-dashboard .dashboard-journal .panel-heading {
  background: #ed7907 !important; }

.studentlogin .dashboard-classes .panel-heading, .roster .dashboard-classes .panel-heading, .learner-dashboard .dashboard-classes .panel-heading {
  background: #2d82bd !important; }

.roster .dashboard-classes .panel-heading {
  background: #2d82bd !important; }

.studentdetails-dashboard .panel-heading {
  background: #797cad !important; }

/*Support Team Portlet*/
.studentlogin .studentdetails-supportteam .table-striped >
tbody > tr:nth-child(odd) > td, .roster .studentdetails-supportteam .table-striped > tbody > tr:nth-child(odd) > td, .learner-dashboard .studentdetails-supportteam .table-striped >
tbody > tr:nth-child(odd) > td {
  background-color: #efefef; }

.studentlogin .studentdetails-supportteam .table-hover > tbody > tr:nth-child(even), .roster .studentdetails-supportteam .table-hover > tbody > tr:nth-child(even), .learner-dashboard .studentdetails-supportteam .table-hover > tbody > tr:nth-child(even) {
  background-color: #fff; }

.studentlogin .studentdetails-supportteam .table-striped > tbody > tr:nth-child(even) > td, .roster .studentdetails-supportteam .table-striped > tbody > tr:nth-child(even) > td, .learner-dashboard .studentdetails-supportteam .table-striped > tbody > tr:nth-child(even) > td {
  background-color: #fff; }

.studentdetails-supportteam .table td {
  padding-bottom: 10px !important; }

.studentlogin .studentdetails-goalssummary .panel-body, .roster .studentdetails-goalssummary .panel-body, .learner-dashboard .studentdetails-goalssummary .panel-body {
  /*background: #fbe1f5 !important;*/
  background: #fff !important; }

/*Student Profile Portlet*/
.studentlogin .dashboard-profileupdates .panel-body .jqx-grid-cell {
  background: #fff; }

.studentlogin .dashboard-profileupdates .panel-body .jqx-grid .jqx-grid-cell-alt {
  background-color: #efefef; }

.studentlogin .dashboard-profileupdates .panel-body .jqx-grid-cell-left-align .well {
  background-color: #F6F5F6; }

.roster .dashboard-profileupdates .panel-body .jqx-grid-cell, .learner-dashboard .dashboard-profileupdates .panel-body .jqx-grid-cell {
  background: #fff; }

.roster .dashboard-profileupdates .panel-body .jqx-grid .jqx-grid-cell-alt, .learner-dashboard .dashboard-profileupdates .panel-body .jqx-grid .jqx-grid-cell-alt {
  background-color: #efefef; }

.roster .dashboard-profileupdates .panel-body .jqx-grid-cell-left-align .well, .learner-dashboard.dashboard-profileupdates .panel-body .jqx-grid-cell-left-align .well {
  background-color: #F6F5F6; }

/*Classess Portlet*/
.studentlogin .dashboard-classes .panel-body .jqx-grid .jqx-grid-column-header, .roster .dashboard-classes .panel-body .jqx-grid .jqx-grid-column-header, .learner-dashboard .dashboard-classes .panel-body .jqx-grid .jqx-grid-column-header {
  background: #fff !important;
  color: #666 !important; }

.studentlogin .dashboard-classes .panel-body .jqx-grid .jqx-grid-pager, .roster .dashboard-classes .panel-body .jqx-grid .jqx-grid-pager, .learner-dashboard .dashboard-classes .panel-body .jqx-grid .jqx-grid-pager {
  background-color: #fff;
  color: #666 !important; }

/*Extra Curricular Activites*/
.studentlogin .dashboard-extraCcurricularactivities .panel-body .jqx-grid .jqx-grid-column-header, .roster .dashboard-extraCcurricularactivities .panel-body .jqx-grid .jqx-grid-column-header, .learner-dashboard .dashboard-extraCcurricularactivities .panel-body .jqx-grid .jqx-grid-column-header {
  background: #fff !important;
  text-align: left !important;
  color: #666 !important; }

.studentlogin .dashboard-extraCcurricularactivities .panel-body .jqx-grid .jqx-grid-pager, .roster .dashboard-extraCcurricularactivities .panel-body .jqx-grid .jqx-grid-pager, .learner-dashboard .dashboard-extraCcurricularactivities .panel-body .jqx-grid .jqx-grid-pager {
  background-color: #fff !important;
  color: #666 !important; }

/*Goals Portlet*/
.studentlogin .dashboard-goals .panel-body .panel-heading-accordion .panel-heading h4 a, .roster .dashboard-goals .panel-body .panel-heading-accordion .panel-heading h4 a, .learner-dashboard .dashboard-goals .panel-body .panel-heading-accordion .panel-heading h4 a {
  color: #fff !important; }

/*div.jq-portlet-content.panel-body.collapse.in.bg {background: #aa5595 !important}*/
.studentlogin .dashboard-goals .panel-body .jqx-grid .jqx-grid-pager, .roster .dashboard-goals .panel-body .jqx-grid .jqx-grid-pager, .learner-dashboard .dashboard-goals .panel-body .jqx-grid .jqx-grid-pager {
  background-color: #fff !important;
  color: #666 !important; }

.studentlogin .dashboard-goals .panel-body .panel-heading-accordion .jqx-grid-column-header, .roster .dashboard-goals .panel-body .panel-heading-accordion .jqx-grid-column-header, .learner-dashboard .dashboard-goals .panel-body .panel-heading-accordion .jqx-grid-column-header {
  background-color: #fff !important;
  color: #666 !important; }

.studentlogin .dashboard-goals .panel-body, .roster .dashboard-goals .panel-body, .learner-dashboard .dashboard-goals .panel-body {
  background: #fff !important; }

/*Assessments Portlet*/
.dashboard-assessments .panel-body .jqx-grid .jqx-grid-column-header, .panel-querybuilder-report .panel-body .jqx-grid .jqx-grid-column-header {
  background: #fff !important;
  color: #666 !important; }

.dashboard-assessments .panel-body .jqx-grid .jqx-grid-pager {
  background: #fff !important;
  color: #666 !important; }

/*Notes Portlet*/
.studentlogin .dashboard-notes .panel-body .jqx-grid .jqx-grid-column-header, .roster .dashboard-notes .panel-body .jqx-grid .jqx-grid-column-header, .learner-dashboard .dashboard-notes .panel-body .jqx-grid .jqx-grid-column-header {
  background: #fff !important;
  color: #666 !important; }

.studentlogin .dashboard-notes .panel-body .jqx-grid .jqx-grid-pager, .roster .dashboard-notes .panel-body .jqx-grid .jqx-grid-pager, .learner-dashboard .dashboard-notes .panel-body .jqx-grid .jqx-grid-pager {
  background-color: #fff !important;
  color: #666 !important; }

/*Academic Journal*/
.studentlogin .dashboard-journal .panel-body .jqx-grid .jqx-grid-column-header, .roster .dashboard-journal .panel-body .jqx-grid .jqx-grid-column-header, .learner-dashboard .dashboard-journal .panel-body .jqx-grid .jqx-grid-column-header {
  background: #fff !important;
  color: #666 !important; }

.studentlogin .dashboard-journal .panel-body .jqx-grid .jqx-grid-pager, .roster .dashboard-journal .panel-body .jqx-grid .jqx-grid-pager, .learner-dashboard .dashboard-journal .panel-body .jqx-grid .jqx-grid-pager {
  background-color: #fff !important;
  color: #666 !important; }

/*Teachers Portlet*/
.studentlogin .dashboard-teachers .panel-body .table-striped > tbody > tr:nth-child(odd) > td, .roster .dashboard-teachers .panel-body .table-striped > tbody > tr:nth-child(odd) > td, .learner-dashboard .dashboard-teachers .panel-body .table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #efefef; }

.studentlogin .dashboard-teachers .panel-body .table-hover > tbody > tr:nth-child(even), .roster .dashboard-teachers .panel-body .table-hover > tbody > tr:nth-child(even), .learner-dashboard .dashboard-teachers .panel-body .table-hover > tbody > tr:nth-child(even) {
  background: #fff; }

.studentlogin .dashboard-teachers .panel-body .table-hover > tbody > tr:nth-child(even) > td, .roster .dashboard-teachers .panel-body .table-hover > tbody > tr:nth-child(even) > td, .roster .dashboard-teachers .panel-body .table-hover > tbody > tr:nth-child(even) > td {
  background: #fff; }

/*Filter Zone for Feedback*/
input.button.jq-filterAction {
  margin: 2px; }

.filter-zone-fb {
  color: #666;
  float: left;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  outline: none;
  user-select: none; }

/*Table/Grid Overrides*/
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #e5e4e4 !important; }

.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {
  border-color: transparent !important; }

.jqx-grid {
  border-width: 0px !important; }

/*Goal Summary*/
.studentdetails-goalssummary .panel-body .jqx-grid .jqx-grid-cell-alt {
  background-color: #efefef !important; }

.studentlogin .studentdetails-goalssummary .panel-body .jqx-grid .jqx-grid-column-header, .roster .studentdetails-goalssummary .panel-body .jqx-grid .jqx-grid-column-header, .learner-dashboard .studentdetails-goalssummary .panel-body .jqx-grid .jqx-grid-column-header {
  background: #fff;
  color: #666 !important; }

.jqx-grid .jqx-grid-column-header:hover, .jqx-widget .jqx-grid-column-header:hover {
  background-color: #efefef !important; }

.studentlogin .studentdetails-goalssummary .panel-body .jqx-grid .jqx-grid-pager, .roster .studentdetails-goalssummary .panel-body .jqx-grid .jqx-grid-pager, .learner-dashboard .studentdetails-goalssummary .panel-body .jqx-grid .jqx-grid-pager {
  background-color: #fff;
  color: #666 !important; }

/*Notes*/
/*.studentlogin .dashboard-notes .panel-body .jqx-grid .jqx-grid-column-header {
    background: #fff!important;
    color: #666 !important;
}*/
.panel-body .jqx-grid .jqx-grid-cell-pinned {
  background-color: #efefef !important; }

.dashboard-assessments .panel-body .jqx-grid .jqx-grid-cell-alt {
  background-color: #efefef !important; }

.studentlogin .dashboard-extraCcurricularactivities .panel-body .jqx-grid .jqx-grid-cell-alt, .roster .dashboard-extraCcurricularactivities .panel-body .jqx-grid .jqx-grid-cell-alt, .learner-dashboard .dashboard-extraCcurricularactivities .panel-body .jqx-grid .jqx-grid-cell-alt {
  background-color: #efefef !important; }

.studentlogin .dashboard-classes .panel-body .jqx-grid .jqx-grid-cell-alt, .roster .dashboard-classes .panel-body .jqx-grid .jqx-grid-cell-alt, .learner-dashboard .dashboard-classes .panel-body .jqx-grid .jqx-grid-cell-alt {
  background-color: #efefef !important; }

.studentlogin .dashboard-journal .panel-body .jqx-grid .jqx-grid-cell-alt, .roster .dashboard-journal .panel-body .jqx-grid .jqx-grid-cell-alt, .learner-dashboard .dashboard-journal .panel-body .jqx-grid .jqx-grid-cell-alt {
  background-color: #efefef !important; }

/*Table/Font Overides*/
.jqx-grid-content {
  color: #666; }

.studentlogin .studentdetails-goalssummary
h4 {
  color: #666 !important; }

.studentlogin .studentdetails-supportteam .panel-body, .roster .studentdetails-supportteam .panel-body, .learner-dashboard .studentdetails-supportteam .panel-body {
  color: #666 !important; }

.panel.student-actionsteps .panel-body {
  color: #666 !important; }

.studentlogin .studentdetails-goalssummary
h5 {
  color: #666 !important; }

.progress-row {
  color: #666 !important;
  border: 1px solid #cfcdcd !important; }

.studentlogin .course-pulsecheck .panel-body, .roster .course-pulsecheck .panel-body, .learner-dashboard .course-pulsecheck .panel-body {
  color: #fff !important; }

.studentlogin .goal-filter .panel-body, .roster .goal-filter .panel-body, .learner-dashboard .goal-filter .panel-body {
  color: #666 !important; }

.studentlogin .dashboard-strengths .panel-body, .roster .dashboard-strengths .panel-body, .learner-dashboard .dashboard-strengths .panel-body {
  color: #666 !important; }

.label, span.label {
  color: #666 !important; }

.studentlogin .dashboard-instructionalconsideration .panel-body, .roster .dashboard-instructionalconsideration .panel-body, .learner-dashboard .dashboard-instructionalconsideration .panel-body {
  color: #666 !important; }

.studentlogin .dashboard-habitsanddispositions .panel-body, .roster .dashboard-habitsanddispositions .panel-body, .learner-dashboard .dashboard-habitsanddispositions .panel-body {
  color: #666 !important; }

.filter-zone h6 {
  color: #666 !important; }

.studentlogin .dashboard-teachers .panel-body, .roster .dashboard-teachers .panel-body, .learner-dashboard .dashboard-teachers .panel-body {
  color: #666 !important; }

.panel .panel-body {
  color: #666 !important; }

.studentlogin .course-pulsecheck .panel-body, .roster .course-pulsecheck .panel-body, .learner-dashboard .course-pulsecheck .panel-body {
  color: #fff !important; }

/*Materials Card*/
.m-card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.m-card {
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  min-height: 82px; }

.m-card span.card-title {
  color: #666;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase; }

.m-card .card-image {
  position: relative;
  overflow: hidden;
  min-height: 18px; }

/*div.m-card > .card-image > .panel-body img { 
    max-width:none !important;
    height:60px !important
}*/
.m-card .card-image img {
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  /*position: relative;*/
  z-index: -1; }

.m-card .card-image span.card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px; }

.m-card .card-content-no-actions {
  padding: 16px;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
  box-sizing: border-box;
  background: #fff;
  font-size: 18px;
  line-height: 26px;
  color: #c00; }

.m-card .card-content-action {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
  background: #fff; }

.m-card .card-content p {
  margin: 0;
  color: inherit;
  font-weight: 600;
  font-size: 18px; }

.m-card .card-content span.card-title {
  line-height: 16px; }

.m-card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px; }

.m-card .card-action a {
  color: #ffab40;
  margin-right: 16px;
  transition: color 0.3s ease;
  text-transform: uppercase; }

.m-card .card-action a:hover {
  color: #ffd8a6;
  text-decoration: none; }

.dashboard-myclasses .img-container .subject-art, .textbook .subject-art,
.dashboard-myclasses .img-container .subject-arts {
  background: url(/themes/images/class_art.png) no-repeat #3B6EA1;
  background-color: #3B6EA1; }

.dashboard-myclasses .img-container .subject-default,
.dashboard-myclasses .img-container .subject,
.dashboard-myclasses .img-container .subject-informationampmedialiteracy {
  background: url(/themes/images/class_default.png) no-repeat #629E8B;
  background-color: #629E8B; }

.dashboard-myclasses .img-container .subject-culinary,
.dashboard-myclasses .img-container .subject-ctae {
  background: url(/themes/images/class_culinary.png) no-repeat #821028;
  background-color: #821028; }

.dashboard-myclasses .img-container .subject-ela {
  background: url(/themes/images/class_ela.png) no-repeat #821028;
  background-color: #821028; }

.dashboard-myclasses .img-container .subject-giftedadvanced {
  background: url(/themes/images/class_giftedadvanced.png) no-repeat #4F0E61;
  background-color: #4F0E61; }

.dashboard-myclasses .img-container .subject-math {
  background: url(/themes/images/class_math.png) no-repeat #a11f38;
  background-color: #a11f38; }

.dashboard-myclasses .img-container .subject-physicaleducationhealth {
  background: url(/themes/images/class_physicaleducation.png) no-repeat #C96211;
  background-color: #C96211; }

.dashboard-myclasses .img-container .subject-reading {
  background: url(/themes/images/class_reading.png) no-repeat #C98A28;
  background-color: #C98A28; }

.dashboard-myclasses .img-container .subject-science {
  background: url(/themes/images/class_science.png) no-repeat #14543D;
  background-color: #14543D; }

.dashboard-myclasses .img-container .subject-social,
.dashboard-myclasses .img-container .subject-socialstudies {
  background: url(/themes/images/class_social.png) no-repeat #782442;
  background-color: #782442; }

.dashboard-myclasses .img-container .subject-worldlanguage {
  background: url(/themes/images/class_social.png) no-repeat #165E70;
  background-color: #165E70; }

.dashboard-myclasses .img-container .subject-writing {
  background: url(/themes/images/class_writing.png) no-repeat #165E70;
  background-color: #165E70; }

.textbook .textbook-default {
  background: url(/themes/images/class_book_default.png) no-repeat #9f1f38; }

.textbook .textbook-art {
  background: url(/themes/images/class_art.png) no-repeat #f29a26; }

.textbook .textbook-ela {
  background: url(/themes/images/class_ela.png) no-repeat #f26314; }

.textbook .textbook-gifted {
  background: url(/themes/images/class_giftedadvanced.png) no-repeat #24553f; }

.textbook .textbook-math {
  background: url(/themes/images/class_math.png) no-repeat #f29a26; }

.textbook .textbook-physicaleducation {
  background: url(/themes/images/class_physicaleducation.png) no-repeat #69b89c; }

.textbook .textbook-reading {
  background: url(/themes/images/class_reading.png) no-repeat #8c0f2b; }

.textbook .textbook-science {
  background: url(/themes/images/class_science.png) no-repeat #c1c428; }

.textbook .textbook-social {
  background: url(/themes/images/class_social.png) no-repeat #3a7964; }

.textbook .textbook-writing {
  background: url(/themes/images/class_writing.png) no-repeat #f26314; }

.textbook > div {
  background-position: center !important; }

@media (min-width: 992px) {
  .col-md-20 {
    width: 20%; } }

.rubrics-btm {
  border-bottom: 1px solid #ddd !important; }

/*.rubrics-btm:last-child {
    border-bottom: none !important;
}*/
.rubric-table tr, td {
  padding: 4px;
  vertical-align: text-top; }

.indicatorDiv {
  border-Radius: 5px;
  border: 1px solid #eee;
  background-Color: #eee;
  margin: 5px;
  padding: 8px; }

.indicatorDiv:hover {
  border-Radius: 5px;
  border: 1px solid #eee;
  background-Color: #eee;
  margin: 5px;
  padding: 8px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), 0 -17px 0px 0 transparent;
  cursor: pointer; }

.general-well {
  border-color: #ddd !important;
  background-color: #f5f5f5 !important;
  color: #666 !important; }

.rubric-dropdown {
  width: 200px !important; }

.rubric-input {
  width: 350px !important; }

.rubric-total-points {
  font-size: 18px !important;
  padding-top: 20px !important; }

.rubric-total-b {
  border-bottom: 3px dotted #ddd; }

.fa-star:before, .fa-compress-arrows-alt:before, .fa-vector-square:before {
  font: inherit !important; }
