


.haserror {
 
    
    
}

.m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head .m-accordion__item-mode > i, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head .m-accordion__item-mode > i {
color:white;    
}


.subpagecontent {
    padding-bottom:0px !important;
}
.hidden,
.m-header-menu .m-menu__nav > .m-menu__item.hidden {
    display:none;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.modal-dialog {
  max-width: 70%;
  max-height: 50%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

.hidden {
  display: none !important;
}
.m-body {
  min-height: 93.5%;
  /*background-color:#e8e8e8;*/
  background-color:#e1e1e1;
}
[class*='col-'].offset-0 {
  padding-left: 0;
  padding-right: 0;
}
[class*='col-'].offset-left-0 {
  padding-left: 0;
}
[class*='col-'].offset-right-0 {
  padding-right: 0;
}
[class*='col-'] .datepicker {
  width: 100%;
}
.row.offset-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.row.offset-left-0 {
  margin-left: 0;
}
.row.row.offset-right-0 {
  margin-right: 0;
}
.col-1-half {
  flex: 0 0 12.1%;
  max-width: 12.1%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-10-half {
  flex: 0 0 87.9%;
  max-width: 87.9%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) {
  display: block;
}
.relative {
  position: relative;
}
.input-search-btn {
  position: absolute;
  right: 35px;
  top: 10px;
}
.m-form .m-form__group {
  padding-top: 10px;
  padding-bottom: 10px;
}
.inline-block {
  display: inline-block;
  *display: inline;
}
.text-justify {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.hidden {
  display: none;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.padding-left-0 {
  padding-left: 0px !important;
}
/* -------- Modal -------- */
.modal-open .modal {
  z-index: 1703;
}
.modal-open .modal .close {
  position: absolute;
  right: 15px;
}
.modal-open .modal#templateModal .modal-dialog {
  max-width: 80%;
}
.modal-open .modal .modal-success {
  color: #636363;
  width: 325px;
}
.modal-open .modal .modal-error {
  color: #636363;
  width: 500px;
}
.modal-open .modal .modal-success .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}
.modal-open .modal .modal-error .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}
.modal-open .modal .modal-success .modal-header {
  border-bottom: none;
  position: relative;
}
.modal-open .modal .modal-error .modal-header {
  border-bottom: none;
  position: relative;
}
.modal-open .modal .modal-error .modal-header {
  border-bottom: none;
  position: relative;
}
.modal-open .modal .modal-success h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}
.modal-open .modal .modal-error h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}
.modal-open .modal .modal-error h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}
.modal-open .modal .modal-success .form-control,
.modal-open .modal .modal-success .btn {
  min-height: 40px;
  border-radius: 3px;
}
.modal-open .modal .modal-error .form-control,
.modal-open .modal .modal-error .btn {
  min-height: 40px;
  border-radius: 3px;
}
.modal-open .modal .modal-error .form-control,
.modal-open .modal .modal-error .btn {
  min-height: 40px;
  border-radius: 3px;
}
.modal-open .modal .modal-success .close {
  position: absolute;
  top: -5px;
  right: -5px;
}
.modal-open .modal .modal-error .close {
  position: absolute;
  top: -5px;
  right: -5px;
}
.modal-open .modal .modal-success .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}
.modal-open .modal .modal-error .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}
.modal-open .modal .modal-success .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #82ce34;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-open .modal .modal-error .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: red;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-open .modal .modal-success .icon-box i {
  font-size: 58px;
  position: relative;
  top: 3px;
}
.modal-open .modal .modal-error .icon-box i {
  font-size: 58px;
  position: relative;
  top: 3px;
}
.modal-open .modal .modal-success.modal-dialog {
  margin-top: 80px;
}
.modal-open .modal .modal-error.modal-dialog {
  margin-top: 80px;
}
.modal-open .modal .modal-success .btn {
  color: #fff;
  border-radius: 4px;
  background: #82ce34;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}
.modal-open .modal .modal-error .btn {
  color: #fff;
  border-radius: 4px;
  background: red;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}
.modal-open .modal .modal-success .btn:hover,
.modal-open .modal .modal-success .btn:focus {
  background: #6fb32b;
  outline: none;
}
.modal-open .modal .modal-error .btn:hover,
.modal-open .modal .modal-error .btn:focus {
  background: red;
  outline: none;
}
.modal-open .modal-backdrop {
  z-index: 1702;
}
.modal-open .select2-container--open {
  z-index: 1710;
}
/* -------- Modal -------- */
.m-nav-sticky {
  top: 35%;
}
.m-header--minimize-on .m-brand .m-brand__logo .m-brand__logo-wrapper img {
  max-height: 50px;
}
.section_heading .m-form__section {
  margin-left: 35px;
  font-size: 17px;
}
.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
  font-size: 1.4rem;
}
/*----- Select 2 ------ */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #575962;
  padding-top: 5px;
  padding-left: 9px;
  font-family: sans-serif, Arial;
}
.select2-container--default .select2-selection {
  color: #575962;
  padding-top: 5px;
  padding-left: 9px;
  font-family: sans-serif, Arial;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.tt-menu {
  width: 700px;
  background-color: #FFF;
  border: 1px solid #495057;
  padding: 10px;
}
.tt-menu .tt-suggestion.tt-selectable {
  padding: 5px 0;
}
.tt-menu .tt-suggestion.tt-selectable:first-child {
  padding-top: 0px;
}
.tt-menu .tt-suggestion.tt-selectable:last-child {
  padding-bottom: 0px;
}
.tt-menu .tt-suggestion.tt-selectable:hover {
  background-color: #AFA;
}
/* -------- dataTables -------- */
.dataTableSelectAll {
  position: absolute;
  margin-left: 15px;
}
.dataTables_empty {
  text-align: center;
}
.dataTables_wrapper .dataTables_info {
  padding-left: 1rem;
}
.dataTables_wrapper .dataTables_paginate .disabled {
  display: none;
}
/* -------- dataTables -------- */
/* -------- TTS Footer --------*/
#footervoice {
  line-height: 46px;
  height: 25px;
  vertical-align: middle;
  margin: 0 auto;
  top:-42px; 
  position:relative;
  width:300px;
}
#footervoice .voicepic {
  line-height: 46px;
  height: 46px;
  vertical-align: middle;
}
#footervoice .voicepic img {
  height: 46px;
  width: auto;
}
#footervoice .outter {
  border: 3px solid #000000;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  border-radius: 900px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0;
  line-height: 46px;
  height: 46px;
  vertical-align: middle;
  margin-right: 10px;
}
#footervoice .outter .custom-pause,
#footervoice .outter .custom-play,
#footervoice .outter .custom-stop {
  margin: 10px;
  font-size: 0;
  width: 0;
  height: 0;
}
#footervoice .outter .custom-play {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #000000;
}
#footervoice .outter .custom-stop {
  border: 10px solid #000000;
}
#footervoice .outter .custom-pause {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
#footervoice .outter .custom-pause .before {
  font-size: 0;
  background-color: #000000;
  width: 6px;
  height: 20px;
  display: block;
  float: left;
}
#footervoice .outter .custom-pause .after {
  font-size: 0;
  background-color: #000000;
  width: 6px;
  height: 20px;
  display: block;
  float: right;
}
div.voicepic {
        
}
/* -------- TTS Footer --------*/
/* -------- tabs -------- */
.nav-tabs-horizontal .nav-tabs {
  /*border-color: #716aca;*/
  /*border-color: #D5D8DC;*/
  
  
}
.nav-item { padding:1.8px; }
.nav-tabs-horizontal .nav-tabs .nav-item {
  border-color: #716aca;
}
.nav-tabs-horizontal .nav-tabs .nav-item:first-child {
  margin-left: 30px;
}
.nav-tabs-horizontal .nav-tabs .nav-item .nav-link.active {
  border-color: #716ACA #716ACA #FFF;
}
.nav-tabs-horizontal .nav-tabs .nav-item .nav-link.active:hover {
  border-color: #716ACA #716ACA #FFF;
}
.nav-tabs-horizontal .nav-tabs .nav-item .nav-link:hover {
  border-color: #716ACA;
}
/* -------- tabs -------- */
/* -------- modal certifcate view -------- */
#showCertificate .modal-dialog {
  min-width: 60%;
  height: 90%;
}
#showCertificate .modal-dialog .modal-content {
  height: 100%;
}
#showCertificate .modal-dialog .modal-content iframe {
  width: 100%;
  bottom: 0;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
}
/* -------- modal certifcate view -------- */
/* -------- Auto Compelte Menu -------- */
.ui-autocomplete.ui-widget-content {
  background: #FFF;
  list-style-type: none;
  z-index: 1050;
  box-shadow: 0 0 10px 5px rgba(81, 77, 92, 0.2);
}
.ui-autocomplete.ui-widget-content li:hover {
  background: #E1F7DE;
}
.ui-helper-hidden-accessible {
  display: none;
}
/* -------- Auto Compelte Menu -------- */
/* -------- BTN -------- */
.btn.btn-outline {
  border: 0;
  background: transparent;
}
.btn.btn-outline:hover {
  border-color: #00c5dc;
  color: #fff;
  background-color: #00c5dc;
}
.btn.btn-round {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 33px;
  height: 33px;
  border-radius: 60px;
}
.btn i {
  font-weight: normal;
}
.reviewerRow .btn {
  padding: 0;
}
/* -------- BTN -------- */
/* please tidy this*/
.greyed-out {
  background-color: #ccc;
  border-color: grey;
  box-shadow: 0px 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
  moz-box-shadow: 0px 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
  webkit-box-shadow: 0px 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.m-dropdown.m-dropdown--align-center.m-dropdown--large .m-dropdown__wrapper {
  width: 600px;
}
.m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__arrow,
.m-dropdown.m-dropdown--arrow .m-dropdown__arrow {
  left: 34%;
}
.m-list-timeline__items .m-list-timeline__item .m-list-timeline__time {
  width: 100px;
}
.nav-link {
  cursor: pointer;
}
.context-menu-extend-icon[class*='wb-']:before {
  font-family: 'Web Icons';
}
.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}
/* -------- loader -------- */
.loader-overlay {
  z-index: 1800;
  position: fixed;
  width: 100%;
  height:100%;
  text-align: center;
  
}
.loader-overlay img {
  /*width: 50%;*/
  max-height: 150px;
  max-width: 200px;
}




/* -------- loader -------- */
/* -------- custom bg -------- */
.m--bg-black {
  background-color: #000;
}
/* ------- custom bg ------ */
/* ------- overflow scrollbar ------ */
.m-scrollable .mCSB_scrollTools.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.m-scrollable .mCSB_scrollTools.mCSB_scrollTools_onDrag .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.m-scrollable .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.m-scrollable .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
/* ------- overflow scrollbar ------- */
/* ------- dropify ------- */
.dropify-wrapper input {
  z-index: 3;
}
/* ------- dropify ------- */
/* ------- Datepicker ------- */
.ui-datepicker {
  width: 20em;
  padding-bottom: 10px;
  /*overriding inline style set by JS */
  z-index: 1070 !important;
}
.ui-datepicker .ui-datepicker-calendar {
  margin: 0 10%;
  width: 80%;
}
.ui-datepicker .ui-datepicker-calendar th {
  border-bottom: 1px solid #eee;
  padding-bottom: 0px;
}
.ui-datepicker .ui-datepicker-header,
.ui-datepicker .ui-state-default {
  background: transparent;
  border: 1px solid transparent;
  color: #000;
}
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-state-highlight {
  background: #E5E5E5;
  border: 1px solid transparent;
  color: #000;
}
.ui-datepicker .ui-state-hover {
  border: 1px dotted #000;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  text-decoration: none;
  border: none;
  background: none;
  top: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 4px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 4px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: #EEE;
  position: absolute;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  width: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  top: 4px;
  height: auto;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background: none;
  display: none;
}
.ui-datepicker .ui-datepicker-next {
  right: 4px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\e080";
}
.ui-datepicker .ui-datepicker-prev {
  left: 4px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\e079";
}
/* ------- Datepicker ------- */
/* ------- Drop Down ------- */
.m-portlet__nav .m-dropdown .m-dropdown__wrapper {
  top: 3.5rem;
}


.m-widget14__legend {
   /* width:193px !important; */
    
}

div#licensesStats_legends > .m-widget14__legend {
    width:50% !important;
    
}

.m-badge--info {
    
    width:135px;
}
.modal-open .ui-datepicker{z-index: 9999 !important;}

/*
table#usersList > thead > tr > th:nth-child(2) {
    min-width: 200px !important;
    width: 200px !important;
    
}
*/

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
#footervoice {display:none;}table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }
      
      table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          /*display:none;*/
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          /*display:none;*/
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:155px !important;}
      input.lname { width:155px !important;}
      input.email { width:155px !important;}
      input.mobile { width:155px !important;}
      select.notification { width:125px !important;}
      div#multipleuserassign { display:none; }
      a#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
         height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
      
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
#footervoice {display:none;}
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }
      
      table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }
      
      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }

      table#inducteeCoursesList thead tr th:nth-child(6) {

          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          display:none;
      }

      table#inducteeCoursesList tbody tr td:nth-child(5) {

          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:155px !important;}
      input.lname { width:155px !important;}
      input.email { width:155px !important;}
      input.mobile { width:155px !important;}
      select.notification { width:125px !important;}
      div#multipleuserassign { display:none; }

      a#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
#footervoice {display:none;}

table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          /*display:none;*/
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          /*display:none;*/
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:155px !important;}
      input.lname { width:155px !important;}
      input.email { width:155px !important;}
      input.mobile { width:155px !important;}
      select.notification { width:125px !important;}
      div#multipleuserassign { display:none; }
      a#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
       height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
#footervoice {display:none;}
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          /*display:none;*/
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          /*display:none;*/
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:155px !important;}
      input.lname { width:155px !important;}
      input.email { width:155px !important;}
      input.mobile { width:155px !important;}
      select.notification { width:125px !important;}
      div#multipleuserassign { display:none; }
      a#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
#footervoice {display:none;}
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:155px !important;}
      input.lname { width:155px !important;}
      input.email { width:155px !important;}
      input.mobile { width:155px !important;}
      select.notification { width:125px !important;}
      div#multipleuserassign { display:none; }
      a#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
#footervoice {display:none;}
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          /*display:none;*/
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          /*display:none;*/
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:155px !important;}
      input.lname { width:155px !important;}
      input.email { width:155px !important;}
      input.mobile { width:155px !important;}
      select.notification { width:125px !important;}
      div#multipleuserassign { display:none; }
      a#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
#footervoice {display:none;}
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          /*display:none;*/
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          /*display:none;*/
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:155px !important;}
      input.lname { width:155px !important;}
      input.email { width:155px !important;}
      input.mobile { width:155px !important;}
      select.notification { width:125px !important;}
      div#multipleuserassign { display:none; }
      a#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
#footervoice {display:none;}
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:155px !important;}
      input.lname { width:155px !important;}
      input.email { width:155px !important;}
      input.mobile { width:155px !important;}
      select.notification { width:125px !important;}
      div#multipleuserassign { display:none; }
      a#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
#footervoice {display:none;}
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:155px !important;}
      input.lname { width:155px !important;}
      input.email { width:155px !important;}
      input.mobile { width:155px !important;}
      select.notification { width:125px !important;}
      div#multipleuserassign { display:none; }
      a#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
#footervoice {display:none;}
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          /*display:none;*/
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          /*display:none;*/
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:155px !important;}
      input.lname { width:155px !important;}
      input.email { width:155px !important;}
      input.mobile { width:155px !important;}
      select.notification { width:125px !important;}
      div#multipleuserassign { display:none; }
      a#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
#footervoice {display:none;}
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:155px !important;}
      input.lname { width:155px !important;}
      input.email { width:155px !important;}
      input.mobile { width:155px !important;}
      select.notification { width:125px !important;}
      div#multipleuserassign { display:none; }
      a#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
#footervoice {display:none;}
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          /*display:none;*/
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          /*display:none;*/
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:155px !important;}
      input.lname { width:155px !important;}
      input.email { width:155px !important;}
      input.mobile { width:155px !important;}
      select.notification { width:125px !important;}
      div#multipleuserassign { display:none; }
      a#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
         height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
}


/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
      .pearlrow { display:none;}
      span#welcomeusername {display:none;}
      table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      input.fname { width:123px !important;}
      input.lname { width:123px !important;}
      input.email { width:123px !important;}
      input.mobile { width:123px !important;}
      select.notification { width:93px !important;}
      div#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
       height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
      .pearlrow { display:none;}
      span#welcomeusername {display:none;}
      table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }
      
      input.fname { width:123px !important;}
      input.lname { width:123px !important;}
      input.email { width:123px !important;}
      input.mobile { width:123px !important;}
      select.notification { width:93px !important;}
      div#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
       height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
      
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.pearlrow { display:none;}
span#welcomeusername {display:none;}
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      input.fname { width:123px !important;}
      input.lname { width:123px !important;}
      input.email { width:123px !important;}
      input.mobile { width:123px !important;}
      select.notification { width:93px !important;}
      div#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
.pearlrow { display:none;}

span#welcomeusername {display:none;}

table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      input.fname { width:123px !important;}
      input.lname { width:123px !important;}
      input.email { width:123px !important;}
      input.mobile { width:123px !important;}
      select.notification { width:93px !important;}
      div#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
      .pearlrow { display:none;}
      span#welcomeusername {display:none;}
      table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      input.fname { width:123px !important;}
      input.lname { width:123px !important;}
      input.email { width:123px !important;}
      input.mobile { width:123px !important;}
      select.notification { width:93px !important;}
      div#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
         height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}

}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.pearlrow { display:none;}
span#welcomeusername {display:none;}
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      input.fname { width:123px !important;}
      input.lname { width:123px !important;}
      input.email { width:123px !important;}
      input.mobile { width:123px !important;}
      select.notification { width:93px !important;}
      div#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
.pearlrow { display:none;}
span#welcomeusername {display:none;}
table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:123px !important;}
      input.lname { width:123px !important;}
      input.email { width:123px !important;}
      input.mobile { width:123px !important;}
      select.notification { width:93px !important;}
      div#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
.pearlrow { display:none;}
span#welcomeusername {display:none;}
table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:123px !important;}
      input.lname { width:123px !important;}
      input.email { width:123px !important;}
      input.mobile { width:123px !important;}
      select.notification { width:93px !important;}
      div#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
.pearlrow { display:none;}
span#welcomeusername {display:none;}
table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }

      input.fname { width:123px !important;}
      input.lname { width:123px !important;}
      input.email { width:123px !important;}
      input.mobile { width:123px !important;}
      select.notification { width:93px !important;}
      div#multipleuserassign { display:none; }

      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
.pearlrow { display:none;}
span#welcomeusername {display:none;}
table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {

          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:123px !important;}
      input.lname { width:123px !important;}
      input.email { width:123px !important;}
      input.mobile { width:123px !important;}
      select.notification { width:93px !important;}
      div#multipleuserassign { display:none; }

      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
     
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
.pearlrow { display:none;}
span#welcomeusername {display:none;}
table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          display:none;
      }

      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }

      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:123px !important;}
      input.lname { width:123px !important;}
      input.email { width:123px !important;}
      input.mobile { width:123px !important;}
      select.notification { width:93px !important;}
      div#multipleuserassign { display:none; }

      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
     
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
.pearlrow { display:none;}
span#welcomeusername {display:none;}
table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }

      table#inducteeList thead tr th:nth-child(9) {

          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }

      table#inducteeList tbody tr td:nth-child(9) {

          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }

      
        table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }
      
      table#usersList thead tr th:nth-child(1) {

          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }

      table#usersList thead tr th:nth-child(6) {

          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }

      table#usersList tbody tr td:nth-child(6) {

          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:123px !important;}
      input.lname { width:123px !important;}
      input.email { width:123px !important;}
      input.mobile { width:123px !important;}
      select.notification { width:93px !important;}
      div#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
.pearlrow { display:none;}
span#welcomeusername {display:none;}
table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }

      table#inducteeList thead tr th:nth-child(9) {

          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }

      table#inducteeList tbody tr td:nth-child(9) {

          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }

      
      table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {

          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }

      table#usersList thead tr th:nth-child(6) {

          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }

      table#usersList tbody tr td:nth-child(6) {

          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }

      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }

      table#inducteeCoursesList tbody tr td:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:123px !important;}
      input.lname { width:123px !important;}
      input.email { width:123px !important;}
      input.mobile { width:123px !important;}
      select.notification { width:93px !important;}
      div#multipleuserassign { display:none; }

      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
.pearlrow { display:none;}
span#welcomeusername {display:none;}
table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }

      table#inducteeList thead tr th:nth-child(9) {

          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }

      table#inducteeList tbody tr td:nth-child(9) {

          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }

table#userlicencesList thead tr th:nth-child(1) {

          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {

          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }

      table#usersList thead tr th:nth-child(6) {

          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }

      table#usersList tbody tr td:nth-child(6) {

          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      

      table#inducteeCoursesList thead tr th:nth-child(2) {

          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:123px !important;}
      input.lname { width:123px !important;}
      input.email { width:123px !important;}
      input.mobile { width:123px !important;}
      select.notification { width:93px !important;}
      div#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
       
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
.pearlrow { display:none;}
span#welcomeusername {display:none;}
table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }

      table#inducteeList thead tr th:nth-child(9) {

          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }

      table#inducteeList tbody tr td:nth-child(9) {

          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
     

      table#userlicencesList thead tr th:nth-child(1) {

          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }
      
      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }

      table#usersList tbody tr td:nth-child(3) {

          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          display:none;
      }

      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }

      table#inducteeCoursesList thead tr th:nth-child(7) {

          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:123px !important;}
      input.lname { width:123px !important;}
      input.email { width:123px !important;}
      input.mobile { width:123px !important;}
      select.notification { width:93px !important;}
      div#multipleuserassign { display:none; }

      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
      
}



/* Portrait */
@media only screen 
  and (min-device-width: 1536px) 
  and (max-device-width: 2048px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
.pearlrow { display:none;}
span#welcomeusername {display:none;}
table#inducteeList thead tr th:nth-child(1) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeList thead tr th:nth-child(8) {
          display:none;
      }
table#inducteeList tbody tr td:nth-child(1) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeList tbody tr td:nth-child(8) {
          display:none;
      }
      
table#userlicencesList thead tr th:nth-child(1) {
          display:none;
      }
      table#userlicencesList thead tr th:nth-child(3) {
          display:none;
      }
      
table#userlicencesList tbody tr td:nth-child(1) {
          display:none;
      }
      table#userlicencesList tbody tr td:nth-child(3) {
          display:none;
      }

      table#usersList thead tr th:nth-child(1) {
          display:none;
      }
      table#usersList thead tr th:nth-child(3) {
          display:none;
      }
      table#usersList thead tr th:nth-child(4) {
          display:none;
      }
      table#usersList thead tr th:nth-child(6) {
          display:none;
      }
      table#usersList thead tr th:nth-child(8) {
          display:none;
      }
      
      table#usersList tbody tr td:nth-child(1) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(3) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(4) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(6) {
          display:none;
      }
      table#usersList tbody tr td:nth-child(8) {
          display:none;
      }
      
      
      table#inducteeCoursesList thead tr th:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList thead tr th:nth-child(10) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(2) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(5) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(6) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(7) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(8) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(9) {
          display:none;
      }
      table#inducteeCoursesList tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#clientcompanies thead tr th:nth-child(1) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(5) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(6) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(7) {
          display:none;
      }
      table#clientcompanies thead tr th:nth-child(8) {
          display:none;
      }
      
      table#clientcompanies tbody tr td:nth-child(1) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(5) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(6) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(7) {
          display:none;
      }
      table#clientcompanies tbody tr td:nth-child(8) {
          display:none;
      }
      
      input.fname { width:123px !important;}
      input.lname { width:123px !important;}
      input.email { width:123px !important;}
      input.mobile { width:123px !important;}
      select.notification { width:93px !important;}
      div#multipleuserassign { display:none; }
      a#m_aside_header_topbar_mobile_toggle {display:none !important;}
      
      
      .induction_start_height {
    
        height: 400px;
       }
       
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
}



@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1200px) 
  and (orientation: landscape) { 
.induction_start_height {
    
       height: 400px;
       }
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
  }
  
@media only screen 
  and (min-device-width: 1500px) 
  and (max-device-width: 1500px) 
  and (orientation: landscape) { 
.induction_start_height {
    
        height: 500px;
       }
       .nav-tabs-horizontal .nav-tabs .nav-item:first-child { margin-left:5px;}
       .nav {display:grid !important;}
       span[id=welcomeusername] { display:none;}
  }
  
  @media only screen 
  and (min-device-width: 1800px) 
  and (max-device-width: 2000px) 
  and (orientation: landscape) { 
.induction_start_height {
    
         height: 650px ;
       }
  }
  
  @media only screen 
  and (min-device-width: 2100px) 
  and (max-device-width: 2100px) 
  and (orientation: landscape) { 
.induction_start_height {
    
        height: 800px;
       }
  }
  
  /* ----------- interactive course ----------- */
  img#columnimage2 {
      width: 413px; height: 410px;
  }
  font#pagetitletext {
      color:white;font-style:italic; font-size:20px;
      
  }
  div#pageinfochild {
      margin-top:30px;margin-left:230px;padding-top:105px;
      
  }
  div#pageinfochild11 {
      margin-left:184px;padding-top:70px;width:525px;
      
  }
  font#pagetitletext11 {
      color:white;font-style:italic; font-size:18px;
      
  }
  div#pageinfochild12 {
      position:absolute;margin-top:-46px;padding-left:72px;
      
  }
  font#pagetitletext12 {
      color:white;font-size:20px;
      
  }
  div#pageinfochild21 {
      margin-left:35px;padding-top:65px;width:520px;
      
  }
  font#pagetitletext21 {
      color:white;font-style:italic; font-size:18px;
      
  }
  div#pageinfochild22 {
      position:absolute;margin-top:-60px;padding-left:538px;text-align: center;
      
  }
  font#pagetitletext22 {
      color:white;font-size:18px;
      
  }
  div#pageinfochild31 {
      margin-left:185px;padding-top:84px;width:520px;
      
  }
  font#pagetitletext31 {
      color:white;font-style:italic; font-size:18px;
      
  }
  div#pageinfochild32 {
      position:absolute;margin-top:-28px;padding-left:34px;
      
  }
  font#pagetitletext32 {
      color:white;font-size:18px;
      
  }
  div#pageinfochild41 {
      margin-left:26px;padding-top:69px;width:520px;
      
  }
  font#pagetitletext41 {
      color:white;font-style:italic; font-size:17px;
      
  }
  div#pageinfochild42 {
      position:absolute;margin-top:-44px;padding-left:584px;
      
  }
  font#pagetitletext42 {
      color:white;font-size:18px;
      
  }
  div#pageinfo {
      display:none;margin-top: 60px; margin-left: -200px; height: 220px;
      
  }
  div#pageinfo1 {
      min-height:178px;
      min-width: 750px;
      
  }
  div#pageinfo2 {
      min-height:170px;
      min-width: 700px;
      
  }
  div.pinfobox2 {
      margin-top:-70px;
  }
  div.pinfobox3 {
      margin-top:-70px;
  }
  div.pinfobox4 {
      margin-top:-70px;
  }
  div.divheading {
          width:600px; margin-top:30px;font-size:26px;font-weight:bold;
          
      }
    div.divheading2 {
      margin-top:30px;font-size:18px;font-weight:bold; 

    }
  img#columnimage {
      width:550px;
      margin-left:100px;
      
  }
  .interactivebox1 {
    width:500px; 
    margin-left:150px;
    margin-top:100px; 
    box-shadow: 5px 5px 5px 5px #ccc; 
    padding:30px;
}

.interactivelistitems {
    width:600px;
    margin-top:20px; 
    font-size:24px;
    line-height:50px;
    
}
img#columnimage3 {
      margin-top:26px; width: 571px; height: 624px;
  }
  .interactivelistitems2 {
    font-size:24px;margin-top:40px; line-height:50px;
    
}
div.modulepearls {
      height:538px;
      overflow:scroll;
      overflow-x:hidden;
      
  }
  
  div.modulepearlsprequal {
      height:441px;
      overflow:scroll;
      overflow-x:hidden;
      
  }
  
  div.courseinfobar {
      height:814px;
      
  }
  
  div.prequalinfobar {
      height:682px;
      
  }
  
  
  div.induction_start_height
  {
      height:700px;
  }
  div.coursecontentsbar {
      height:800px;
      
  }
  
  div.prequalcontentsbar {
      height:682px;
      
  }
  
  
  div.questioncontents {
      height:775px;
  }
  div#pagebackground {
      height:102%;
      
  }
  div#pagebackground .row {
      padding-top:370px !important;
      
  }
  
  h5.navigationpagename {
      margin-left:12px; padding-top:16px; float:left;font-size:13.5px;font-weight:bold;
      
  }
  
  div.detailsdiv {
    font-size:14px;
}

  /* ----------- laptop Screens ----------- */

  
  @media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) {
      
      
      
      table#reportTable thead tr th:nth-child(7) {
          display:none;
      }
      
      table#reportTable tbody tr td:nth-child(7) {
          display:none;
      }
      
      table#reportTable thead tr th:nth-child(10) {
          display:none;
      }
      
      table#reportTable tbody tr td:nth-child(10) {
          display:none;
      }
      
      table#reportTable thead tr th:nth-child(12) {
          display:none;
      }
      
      table#reportTable tbody tr td:nth-child(12) {
          display:none;
      }
      
      
      
      div.divheading {
          width:400px; margin-top:60px;font-size:20px;font-weight:bold;
          
      }
      h1 {
          font-size:20px;
      }
      h2 {
          font-size:18px;
      }
      h4 {
          font-size:16px;
      }
      div#interactivebox1 {
          width:400px !important; 
          margin-left:35px;
          margin-top:75px; 
          box-shadow: 5px 5px 5px 5px #ccc; 
          padding:30px;
      }
      .interactivelistitems {
    width:400px;
    margin-top:20px; 
    font-size:18px;
    line-height:40px;
    
}
.interactivelistitems2 {
    font-size:18px;margin-top:40px; line-height:50px;
    
}
img#columnimage {
      width:400px;
      margin-left:55px;
      margin-top:40px;
      
  }
  img#columnimage3 {
      margin-top:136px; width: 470px; height: 514px;
  }
  div#pageinfo {
      display:none;margin-top: 60px; margin-left: -175px; height: 162px;
      
  }
  div#pageinfochild {
      margin-top:30px;margin-left:161px;padding-top:74px;
      
  }
  
  font#pagetitletext {
      color:white;font-style:italic; font-size:14px;
      
  }
  img#columnimage2 {
      width: 300px; height: 298px;
  }
  div.modulepearls {
      height:412px;
      overflow:scroll;
      overflow-x:hidden;
      
  }
  
  div.modulepearlsprequal {
      height:441px;
      overflow:scroll;
      overflow-x:hidden;
      
  }
  
  div.courseinfobar {
      height:700px;
      
  }
  div.coursecontentsbar {
      height:700px;
      
  }
  div.induction_start_height
  {
      height:700px;
  }
  div.questioncontents {
      height:661px;
  }
  div#pagebackground .row {
      padding-top:290px !important;
      margin-left:-80px;
      
  }
  h5.navigationpagename {
      margin-left:12px; padding-top:16px; float:left;font-size:12px;font-weight:bold;
      
  }
  
  div.detailsdiv {
    font-size:12px;
}

div.divheading2 {
      margin-top:30px;font-size:16px;font-weight:bold; 

    }
    
div#pageheader {
    background-image:url("/ckfinder/userfiles/images/image2/header4-1.jpg") !important;
    
}

div.pageinfo1 {
    background-image:url("/ckfinder/userfiles/images/image2/pinfoimage1(1)-small.png") !important;
    
}

div.pageinfo1 {
    background-image:url("/ckfinder/userfiles/images/image2/pinfoimage2-small.png") !important;
    
}

div#pageinfo1 {
    min-height: 150px;
    min-width: 640px;
}

div#pageinfo2 {
    min-height: 150px;
    min-width: 622px;
}

div.pinfobox2 {
    margin-left:-200px;
    
}

div.pinfobox4 {
    margin-left:-200px;
    
}


div#pageinfochild11 {
      margin-left:160px;padding-top:65px;width:425px;
      
  }
  font#pagetitletext11 {
      color:white;font-style:italic; font-size:14px;
      
  }
  div#pageinfochild12 {
      position:absolute;margin-top:-38px;padding-left:55px;
      
  }
  font#pagetitletext12 {
      color:white;font-size:20px;
      
  }
  div#pageinfochild21 {
      margin-left:35px;padding-top:65px;width:455px;
      
  }
  font#pagetitletext21 {
      color:white;font-style:italic; font-size:14px;
      
  }
  div#pageinfochild22 {
      position:absolute;margin-top:-60px;padding-left:490px; text-align:center;
      
  }
  font#pagetitletext22 {
      color:white;font-size:17px;
      
  }
  div#pageinfochild31 {
      margin-left:160px;padding-top:76px;width:520px;
      
  }
  font#pagetitletext31 {
      color:white;font-style:italic; font-size:14px;
      
  }
  div#pageinfochild32 {
      position:absolute;margin-top:-24px;padding-left:24px;
      
  }
  font#pagetitletext32 {
      color:white;font-size:17px;
      
  }
  div#pageinfochild41 {
      margin-left:26px;padding-top:63px;width:450px;
      
  }
  font#pagetitletext41 {
      color:white;font-style:italic; font-size:14px;
      
  }
  div#pageinfochild42 {
      position:absolute;margin-top:-44px;padding-left:509px;text-align:center;
      
  }
  font#pagetitletext42 {
      color:white;font-size:20px;
      
  }
      
}

  /* ----------- laptop Screens ----------- */
  
  /* ----------- interactive course ----------- */
  
.nav-link.active {
background:#716aca !important;color:white !important; box-shadow: 2px 2px 5px #D5D8DC;
}

.nav-link {
box-shadow: 2px 2px 5px #D5D8DC;

}

.height700px {
    height: 760px !important;
}


.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

div[attr=prequal_mainquestion_with_options] {
    /*height:65px;*/
}
div[attr=courses_addmodules_mainquestion_option_auditor] {
    /*height:65px;*/
}

.vmcheckin {
    font-size: 20px;
}

.vmcheckout {
    font-size: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.prequal_question_auditor_color1 {
background-color:#F8F8F8; padding:10px 10px 10px 10px;
}

.prequal_question_auditor_color1 {
background-color:#FcFcFc; padding:10px 10px 10px 10px;
}

.prequal_question_auditor_color2 {
background-color:#FFFFFF; padding:10px 10px 10px 10px;
}

.prequal_question_auditor_nocolor {
padding:20px;
}

.circlevm {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  line-height: 55px;
  text-align: center;
  background: #000
}


img[id=imagetoupdate] {
    margin-top:15px;
    
}

ul.h5p-actions {display:none;}
div.h5p-content {border:none; font-size:20px !important; padding:50px;}
div.h5p-question-introduction {font-size:22px; margin-left:0px; color: #555;}
div.h5p-question-content {font-size:20px !important; margin-left:0px;}
input.h5p-text-input { width:200px !important;}
iframe#h5p-youtube-0 {width:900px !important; height:545px !important;}
div.h5p-interactive-video {width:900px;}
div.h5p-presentation-wrapper {height:545px !important;}
div.h5p-box-wrapper {height:545px !important;}
div.h5p-wrapper {height:545px !important;}
div.h5p-question-scorebar {margin-left:0px !important;}
div.h5p-question-buttons {margin-left:0px !important;}
div.h5p-drag-dropzone-container > :first-child { height:34px !important;}
div.h5p-image-pair-desc { color: #555;}
div.h5p-question-image {margin-left:-18px;}
div.h5p-image-sequencing {border:none;}
div.h5p-task-description {color: #555;}
.h5p-image-pair-images-paired .card-paired {left: 0.5em !important;}
.modal-open .modal .modal-error .icon-box {
    top:-58px !important;
    width:70px !important;
    height: 70px !important;
    padding:3px !important;
}

.modal-open .modal .modal-success .icon-box {
    top:-58px !important;
    width:70px !important;
    height: 70px !important;
    padding:3px !important;
}

.green-color {
    
    color:#36bfa3 !important;
    font-size:24px;
}

.blue-color {
    
    color:#36a3f7 !important;
    font-size:20px;
}

.orange-color {
    
    color:#fd7e14 !important;
    font-size:18px;
}

.red-color {
    
    color:#ff9999 !important;
    font-size:18px;
}

.loader-overlay-user {
  z-index: 1800;
  position: absolute;
  width: 82%;
  height:300px;
  text-align: center;
  
}
.loader-overlay-user img {
  /*width: 50%;*/
  max-height: 150px;
  max-width: 200px;
}

.priority_red {
    background-color:red;
    color:white;
}
.priority_yellow {
    background-color:yellow;
    color:black;
}
.priority_green {
    background-color:green;
    color:white;
}
.priority_orange {
    background-color:orange;
    color:white;
}

.red-label {
    color:red !important;
}
.error-decorate {
    outline: 1px solid red !important;
}

a.fileinput-upload {
    display:none;
}
button.kv-file-upload {
    display:none;
}
span.select2-container {
    width:100% !important;
}



.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #ffffff !important;
    color: #ffffff !important;
    border-color:transparent !important;
}

.fa-play-circle-o {
    font-size:28px !important;
    color:green !important;
    
}

.table th, .table td { vertical-align: middle;}
.card-header { background-color: rgba(0, 0, 0, 0.01); }

.dashboardstats:hover {
    background-color:#f4516c !important;
}

.dashboardstats:hover .dashboardahighlight {
    color:white !important;
   
}

.m-timeline-3 .m-timeline-3__item .m-timeline-3__item-time {
    width:10rem;
}

.m-timeline-3 .m-timeline-3__item .m-timeline-3__item-desc {
    padding-left:12rem;
}
.m-timeline-3 .m-timeline-3__item:before {
    left:10.8rem;
}
.m-timeline-3 .m-timeline-3__item .m-timeline-3__item-time {
    font-size:1.2rem;
}

div.detailsdiv {
    padding-left:25px;
    min-height: 35px;
    padding-top: 8px;
    background-color:#f7f8fa;
    
}
div.currenttopic {
    background-color:#716aca;
    color:white;
    
}

div.showtick {
    float:right;padding-top:2px;padding-right:10px;color:#6a9611; font-size:15px;font-weight:bold;
}
div.donotshowtick {
    display:none;
}
.submitbuttoninteractiveinactive {
    opacity:.5; background-color:#5867dd !important;;
    
}
.submitbuttoninteractiveactive {
    opacity:1; background-color:#5867dd !important;
    
}

.file-preview .fileinput-remove {
    top:3px !important;
    right:7px !important;
    line-height:19px !important;
}

.notificationperson_class1 {
    font-size:135px; color:#ffffff; border-radius: 50%; display: inline-block; width:60px; height:60px; margin-left:25px;
}

.notificationperson_class2 {
 font-size:25px; margin-top:10px; font-family:Arial !important; font-style:normal !important; 
}

.notificationperson_class3 {
    font-size:135px; color:#ffffff; background-color:#80bfff; border-radius: 50%; display: inline-block; width:60px; height:60px; margin-left:25px;
}

.notificationdetails {
    position:absolute; margin-top:-60px; margin-left:85px;
    
}


.m-list-timeline__items:before {
    width:7px;
    
}

.notificationlabelbar1:before {
    position:absolute;
    display: block;
    content:'';
    width:7px;
    height: 100%;
    top:0;
    bottom:0;
    left:3px;
    background-color:red !important;
}

.notificationlabelbar2:before {
    position:absolute;
    display: block;
    content:'';
    width:7px;
    height: 100%;
    top:0;
    bottom:0;
    left:3px;
    background-color:#17a2b8 !important;
}

.notificationlabelbar3:before {
    position:absolute;
    display: block;
    content:'';
    width:7px;
    height: 100%;
    top:0;
    bottom:0;
    left:3px;
    background-color:#20c997 !important;
}

.notificationlabelbar4:before {
    position:absolute;
    display: block;
    content:'';
    width:7px;
    height: 100%;
    top:0;
    bottom:0;
    left:3px;
    background-color:#fd7e14 !important;
}


table.jexcel_overflow thead tr:first-child td {
    
    font-weight:bold; font-size:12px;
    
}

table.jexcel_overflow tbody tr {
    
    font-size:13px;
    
}

.m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
    color:#ffffff;
}