@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");

      :root {
        --font: Open Sans;
        --alt-font: Open Sans;
        --accent-color: #0090cf;
        --secondary-color: #7c7fbd;
        --link-color: #2f519a;
        --accent-highlight-color: #004969;
        --accent-highlight-background-color: #b6e9ff;
        --accent-tinted-color-70: #b3def1;
        --accent-tinted-color-80: #cce9f5;
        --accent-tinted-color-90: #e6f4fa;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #03b2ff;
        --secondary-hover-color: #5a5eac;
        --secondary-contrast-color: #111;
        --link-hover-color: #6083cf;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/a447e3b1-810a-4d91-8a0c-b0e9c9267742/qoyho78951c0-Background2.jpeg'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/a447e3b1-810a-4d91-8a0c-b0e9c9267742/9w4kb1q2cwsv-750x361image.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
.topic__container__workbook .heading--primary {display:none;}
.topic__container h1 {
  color:#0090cf;

}
.syllabus__section-title-index { display: none; }
.learner__container--toggled .learner__sidebar {  
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
}
.manager-title-search .selectize-dropdown {
  display: none !important;
}

/*h1 {*/
/*  text-align: right;*/
/*}*/

/*.right {*/
/*  direction: rtl;*/
  /*text-align:right;*/
/*  font-size: 30px;*/
/*} */

/*.right a{*/
/*  font-size: 50px;*/
/*}*/


.large {
  font-size:65px;
}

.confirm-action__confirm .confirm-btn--label {color:red; font-weight:900; font-size:16px;}

.confirm-action__confirm .confirm-btn--btns .btn {color:red; font-weight:900; font-size:24px;}

.topic__text__body {
    color: #000000;
    line-height: 1.5;
}

.panorama-client .license-popover .btn--bare-icon {display:none;}

span.engagement__last-login {
   display: none !important;
 }


/* removing meeting box on Learning Paths */
.learning-path-criterion {display:none;}



/* removing "content start date" on Reschedule page */
.panel__course-access {
  display: none;
}

/* removing gifting icon */
.icon-gift {
  display: none;
}

/*remove link from logo in header on LP page */
.learning-path .company__beta-logo { 
pointer-events: none; cursor: default; 
}

/* removing trash icon on sublicense list view for panoramas */

.license-tree-list .icon-trash {
display:none;
}
.license-tree-list-node__destroy{
display: none;
}

.sublicenses .flex-table__row button:nth-child(2) {display: none;}

.license-popover__button--trash {display: none;}


.manager-dashboard__support {
  background-color: #FF8033;
  color: #fff;
  padding: 2em;
}


/* hide roster submit attendance button */
.course__roster .btn--alt {display:none;}

/* hide shopping cart */
.icon-cart {
  display: none;
}

/* hide view details button for content */
.btn.dashboard-access-list-view-detail-page {

    display: none;

}

