.wrap {
    width: 100%;
    height: 100%;
    min-height: 100vh; /* will cover the 100% of viewport */
    //border: 1px solid black;
    position: absolute;
}

.emailrow1 {
   background-color: #ffffff;
}
.emailrow2 {
   background-color: #ecffff;
}
.emailrow1:hover, .emailrow2:hover {
   background-color: #ececff;
}

.popupmsgdiv {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-size: 1rem;

    max-width: 95vw;
    min-width: 50vw;

    max-height: 80vh;          /* critical */
    min-height: 50vh;          /* critical */
    overflow: hidden;          /* contain scrolling */
    justify-content: center;
    align-items: center;
    box-sizing: border-box;

    display: flex;

    padding: 1rem;                /* prevents edge clipping */
}

.popupmsgdiv > * {
    flex: none;
    transform: none;

    width: auto;                 /* content decides */
    max-width: 90vw;             /* upper bound */

    height: auto;                /* content decides */
    max-height: 90vh;            /* upper bound */

    overflow: auto;              /* scroll only if needed */

    background: #fff;
    box-sizing: border-box;
    border-radius: 6px;
}

.innerpopupmsgtd table,
.innerpopupmsgtd th,
.innerpopupmsgtd td {
    font-size: inherit;
}
#crmtable table,
#crmtable th,
#crmtable td {
    font-size: inherit;
}
.profile-name {
    font-size: 1.1em;
    font-weight: 600;
}
.small-text {
    font-size: .8em;
    font-weight: 200;
}

.innerpopupmsgtd {
    max-height: calc(80vh);
    overflow-y: auto;
    padding: 5px;
}
.popupmsgdivtable {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    word-wrap: break-word;
}
.popupframediv {
   position: fixed;
   right: 2%;
   left: 2%;
   top: 2%;
   bottom: 13%;
   width: 96%;
   height: 85%;
}

.popupmsgdivfull {
   width: 95%;
   height: 95%;
   top: 2.5%;
   bottom: 2.5%;
   left: 2.5%;
   right: 2.5%;
   max-width: 100%;
   max-height: 100%;
}
.popupmsgdivcms {
   width: 50%;
   height: 80%;
   top: 10%;
   bottom: 10%;
   left: 25%;
   right: 25%;
   max-width: 100%;
   min-width: 0px;
   max-height: 100%;
   min-height: 80%;
}
.popupmsgdiv90 {
   width: 90%;
   height: 90%;
   top: 5%;
   bottom: 5%;
   left: 5%;
   right: 5%;
   max-width: 100%;
   min-width: 0px;
   max-height: 100%;
   min-height: 0px;
}
.popupmsgdiv80 {
   width: 80%;
   height: 50%;
   top: 10%;
   bottom: 10%;
   left: 10%;
   right: 10%;
   max-width: 100%;
   min-width: 0px;
   max-height: 100%;
   min-height: 0px;
}
.popupmsgdiv50 {
   width: 50%;
   height: 50%;
   top: 25%;
   left: 25%;
   max-width: 100%;
   min-width: 0px;
   max-height: 100%;
   min-height: 0px;
}

//popupmsgdivinnertd.style.width = '';
//table.style.width = '100%'
//div.className = 'popupmsgdiv'+size;

.header {
    position:fixed;
    z-index: 100;
    height: 40px;
    width:100%;
    top: 0;
    background-color: #cccccc;
    border: 1px solid orange;
}

.footer {
    position:fixed;
    z-index: 100;
    width:100%;
  
    border: 1px solid orange;
    background-color: #cccccc;
    bottom: 0;
}

.content {
    height: 100%;
    width: 100%;
    //border: 1px solid red;
    position:absolute;
    top:0;
    //padding:10px 2px 20px 2px;/* padding height of header/footer */
    padding-top: 40px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 5px;

    box-sizing:border-box;
}

body {  
  //background-color: #f8f8f8;
  //background-color: #e9ebee;
  background-color: #efece7;
}

tr.evenrow td {
  background-color: #f0f0ff;
}
tr.evenrow td {
  background-color: #f0f0f0;
}

.starthere {
  background-color: yellow;
  color: blue;
  width: 100%;
  height: 50px;
  font-size: 1.2em;
}

.payoptionpopup {
  border: solid 2px green;
  margin: 10px;
  margin-left: 150px;
  padding: 5px;
  position: fixed;
  background-color: white;
}

.bodyblur {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;	
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
}

.plaintextlink {
  text-decoration: none;
}
.plaintextlink:hover {
  text-decoration: none;
}

.mobile-only, .tablet-only {
  display: none;
}

.itemtitle {
  max-width: 100;
}
.itemsummary {
  max-width: 100;
}
span.newpostinput:hover {
  font-weight: bolder;
  font-color: blue;
  background-color: #f0f0ff;
}
span.newpostinput {
  width: 80%;
}
div.newpostinput:hover {
  border: 2px solid black;
}
div.newpostinput:active {
  box-shadow: inset 0px 0px 5px #c1c1c1;
}
div.newpostinput {
  width: 90%;
  border-radius: 20%;
  box-shadow: 10px 10px 20px 1px #656565;
  border: 2px solid blue;
}
.ocrcontainer {
   //position: relative;
   //top: 50px;
}

tr.themepreview {
  border: solid black 3px;
  background-color: pink;
}
tr.themeactive {
  border: solid black 3px;
  background-color: lightblue;
}
tr.themesitedefault {
  border: solid red 1px;
  background-color: yellow;
}

table.popupimage {
  width: 500;
  max-width: 90%;
  background-color: white;
  border: 1px solid black;
}
textarea.assettext {
  border: 1px solid black;
  overflow: auto;
  width: 100%;
  max-width: 800px;
  max-height: 600px;
  box-shadow: 10px 10px 20px 1px #656565;
}
div.assettext {
  border: 1px solid black;
  overflow: auto;
  max-width: 800px;
  max-height: 600px;
  box-shadow: 10px 10px 20px 1px #656565;
  text-align: justify;
  padding: 10px;
}

.googleadsheader {
  height: 200px;
  width: 800px;
}

.googleadsfeed {
}

.googleadssidebar {
  width: 200px;
  height: 150px;
}

.nftcmdrow:hover {
  background-color: lightblue;
}

.nfttrait {
  border: solid black 1px;
  height: 50px;
}
.nfttraittablewrap {
  max-height: 180px;
  overflow: auto;
  border-bottom: solid 2px red;
}
.nftwrap {
  margin: 10px;
  padding: 10px;
  min-height: 350px;
  max-height: 1500px;
  overflow: auto;
}

td.profilemenuitem {
  background-color: white;
  color: black;
  width: 100%;
  text-decoration: none;
}
td.profilemenuitem:hover {
  cursor: pointer;
  background-color: #e0e0ff;
  font-color: blue;
}
a.profilemenuitem {
  color: black;
}
a.profilemenuitem:hover {
  color: blue;
  text-decoration: none;
  background-color: #e0e0ff;
}
.question {
  color: white;
  background-color: white;
  width: 15;
}

.copyairesult {
  width: 100%;
  user-select: all;
}

.copyaisessionactive {
  border: solid black 1px;
  background-color: azure;
  max-height: 100px;
  overflow: hidden;
}

.copyaisessionselect {
  width: 100%;
  max-width: 100%;
  max-height: 100px;
  overflow: hidden;
}
.copyaisessionselect:hover {
  cursor: pointer;
  background-color: #e0e0ff;
  color: darkblue;
}
button.aisubsection:hover {
  cursor: pointer;
  background-color: #e0e0ff;
  color: darkblue;
}
button.aisubsection {
  background-color: #e0ffff;
  color: blue;
}
button.aisubsection .active {
  background-color: #ffe0ff;
}
.aicopyquery {
  width: 80%;
  max-width: 80%;
}
.aicopysessionslist {
  width: 100%;
  max-width: 100%;
  max-height: 600px;
  overflow: auto;
}
.aicopysessionwrap {
  width: 100%;
  max-width: 100%;
  flex: 1;
}
.aicopyresultwrap {
  width: 100%;
  max-width: 100%;
  flex: 3;
}
.aicopyresultlist {
  width: 100%;
  max-width: 100%;
  max-height: 500px;
  overflow: auto;
}
.aicopyresult {
  width: 100%;
  max-width: 100%;
  min-height: 50px;
  border: solid black 1px;
}

tr.seriesassetlist:hover {
  cursor: pointer;
  background-color: #e0e0ff;
  font-color: blue;
}

tr.syndicationasset:hover {
  cursor: pointer;
  background-color: #e0e0ff;
  font-color: blue;
}

.syndicationbox {
  max-width: 100%;
  text-align: center;
  overflow: auto;
}
.syndicationheader {
  text-align: right;
  text-vertical-align: top;
  width: 50%;
}

.syndicationbeta {
  position: absolute;
  top: 5;
  right: 5;
}
input.syndicationtitle {
  width: 100%;
}
input.syndicationurl {
  width: 100%;
}

.ticketdetailsbox {
  max-width: 100%;
  border: 1px solid black;
  background-color: #e0e0e0;
  max-height: 500;
  overflow: auto;
}
.ticketcommentbox {
  max-width: 100%;
  max-height: 100;
  overflow: auto;
}
.ticketcommentadmin {
  background-color: #e0ffe0;
}
.ticketcommentuser {
  background-color: #e0e0ff;
}
.ticketcommentother {
  background-color: #ffe0e0;
}

table.ticketcomments tr {
  border-bottom: 1px solid gray;
}

table.ticketlist {
  width: 90%;
}

table.ticketlist tr {
  border-bottom: 1px solid gray;
}
table.ticketlist th {
  border-top: 1px solid gray;
}

textarea.ticket, input.ticket {
  width: 100%;
  min-width: 500;
}
th.ticketlabel {
  text-align: right;
  min-width: 200;
}
.ticketclickable:hover {
  cursor: pointer;
  background-color: lightblue;
  text-color: blue;
}

.moremenuwrap {
  position: relative;
  min-width: 200px;
}
.moremenupopup {
  position: absolute;
  top: 35;
  right: 50;
}

.trialmini {
  z-index: 50;
  margin: 1px;
  padding: 1px;
  background-color: white;
  border: 1px solid black;
  opacity: 0.9;
  width: 100;
  position: fixed;
  top: 5;
  left: 650;
}

.userdatanote {
	border: grey solid 1px;
	float: right;
}
.userdatanote:hover {
	cursor: pointer;
}
.userpopupnote {
	border: grey solid 1px;
}
.userpopupnote:hover {
	cursor: pointer;
}
.planmessage {
	display: block;
	width: 100%;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
	background-color: #279b3b;
	color: white;
	padding: 3px;
}
.planmessageclick {
	color: blue;
}
.planmessagenoclick {
	color: white;
	text-decoration: none;
}

.accountmenuwrap {
  max-height: 80%;
  max-height: 80%;
  overflow: auto;
}

.accountmenulist {
  background-color: white;
  position: absolute;
  z-index: 25;
  top: 35;
  right: 5;
}

//.accountmenutable {
  //max-height: 80%;
  //overflow: auto;
//}

.notifpopuplist {
  background-color: white;
  position: absolute;
  z-index: 25;
  top: 35;
  right: 10;
}
.pmspopuplist {
  background-color: white;
  position: absolute;
  z-index: 25;
  top: 35;
  right: 10;
}

.newpostimg {
  border: 1px solid black;
  width: 300px;
}
.newpostimg:hover {
  border: 1px solid blue;
}

table.studentlist td {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
table.studentlist th {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

table.newpost {
  background-color: white;
}

div.wysiwigbox {
  height: 230px;
  width: 100%;
  background-color: white;
}

div.quizheader {
  background-color: #9090ff;
  border: 1px solid blue;
  padding: 2px;
}
div.quizheader.done {
  background-color: #d0d0ff;
}
div.quizheader.pass {
  background-color: #d0ffd0;
}
div.quizheader.fail {
  background-color: #ffd0d0;
}

div.quizbody {
  background-color: #d0d0ff;
  border: 1px solid blue;
}

div.quizopts {
  background-color: white;
  color: blue;
}
div.quizopts.optselected {
  background-color: #a0a0ff;
  color: white;
}

div.moduleedit {
  width: 100%;
}

input.moduletitle {
  width: 100%;
}
textarea.moduletext {
  width: 100%;
}
input.modulequestion {
  width: 100%;
}

div.moduletitle {
  padding: 20px;
  width: 100%;
  background-color: lightgrey;
  border: 1px solid black;
  margin-top: 25px;
  //box-shadow: 10px 10px 20px 1px #656565;
}
div.moduletitle.done {
  background-color: lightgreen;
}

div.modulecontent {
  width: 98%;
  padding: 20px;
  background-color: white;
  border: 1px solid black;
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 25px;
  box-shadow: 10px 10px 20px 1px #656565;
}

img.moduleitem {
  max-width: 150;
  max-height: 100;
}

div.moduleitembody {
  border: 1px solid black;
}
div.moduleitembody.done {
  background-color: lightgreen;
}
div.moduleitemheader {
  background-color: pink;
  border: 1px solid blue;
}
div.moduleitemheader.done {
  background-color: lightgreen;
}

div.moduledelete {
  background-color: lightpink;
  border: 1px solid black;
  max-height: 500px;
  overflow: auto;
}

.feedimagesingle {
  max-width: 600px;
  max-height: 300px;
}
table.feeditemmenu {
  background-color: #e0ffe0;
  padding: 0;
  margin: 0;
}
table.feeditemmenu a {
  text-decoration: none;
  color: #5f5f5f;
}
//table.feeditemmenu a:hover {
//  color: black;
//  font-weight: bolder;
//}
td.feedmenu:hover {
  background-color: black;
  color: white;
}
div.feeditemmenu {
  border: solid 1px black;
}
table.feeditemmenu td {
  padding: 5px 10px 5px 10px;
  min-width: 100px;
  margin: 0;
}
.feedimagedouble {
  max-width: 300px;
  max-height: 300px;
}
.feedimagetripple {
  max-width: 200px;
  max-height: 300px;
}

div.textitem {
  max-height: 100;
  overflow: auto;
  border: 3px inset #ccc;
  background-color: #eee;
  margin: 15px;
}

div.support {
  width: 80%;
  text-align: left;
  overflow: auto;
  padding: 10px;
  background-color: white;
  border: 1px solid black;
  margin: 0 0 25px 0;
  box-shadow: 10px 10px 20px 1px #656565;
}

div.popupmenu {
  background-color: white;
  border: 1px solid black;
  box-shadow: 10px 10px 20px 1px #656565;
  padding: 5px;
}

div.webinar_container {
  background-color: black;
}

div.webinar_chat, div.webinar_control, div.webinar_video, div.webinar_newchat {
  background-color: white;
  border: 1px solid black;
  margin: 0 0 25px 0;
}

input.webinar_chat_question_box {
  width: 100%;
}
input.fullwidth {
  width: 100%;
}

td.webinar_chat_header {
  max-height: 20;
  height: 20;
  background-color: #e0e0e0;
}
td.webinar_chat_header.selected {
  background-color: #a0a0ff;
}
td.webinar_chat_text.selected {
  background-color: #e0e0ff;
}
td.webinar_chat_header.future {
  background-color: #f8f8f8;
  color: #a0a0a0;
}
td.webinar_chat_text.future {
  background-color: #ffffff;
  color: #a0a0a0;
}

th.orderby {
  background-color: #bbf;
}

table.apisecret {
  height: 200;
}
table.apisecret tr {
  height: 35;
}
span.apisecret {
  border: 1px solid blue;
  white-space: nowrap;
  background-color: pink;
  color: blue;
  padding: 5px;
  margin: 10px;
}

div.apikeys {
  overflow: auto;
  max-width: 95%;
}
table.apikeys {
  padding: 10px;
  margin: 10px;
}
table.apikeys th {
  background-color: #e0e0e0;
}
table.apikeys td, table.apikeys th {
  border: 1px solid black;
  padding: 5px;
  margin: 5px;
}

div.othercourseitems {
  max-height: 400px;
  width: 100%;
  overflow: auto;
  background-color: white;
  border: 1px solid black;
  margin: 0 0 25px 0;
  box-shadow: 10px 10px 20px 1px #656565;
}

td.noaccesscourse {
  padding: 10;
  margin: 10;
}
table.noaccesscourse {
  width: 90%;
  height: 100px;
  overflow: auto;
  color: black;
  background-color: #b0ffb0;
  border: 1px solid black;
  box-shadow: 10px 10px 20px 1px #656565;
}

div.moduleitem, div.modulepage, div.quizpage {
  width: 90%;
  overflow: hidden;
  padding: 5px;
}

div.modulebox {
  width: 100%;
  background-color: white;
  border: 1px solid black;
  margin: 0 0 25px 0;
  box-shadow: 10px 10px 20px 1px #656565;
}

.toolbar1 {
  max-width: 100%;
}

table.userpost {
  width: 100%;
  background-color: white;
  border: 1px solid black;
  margin: 25px 0 25px 0;
  box-shadow: 10px 10px 20px 1px #656565;
}

div.usernewsfeed {
  width: 100%;
}
div.usernewsfeedwrap {
  width: 90%;
  background-color: white;
}

div.aboutitem {
  width: 80%;
  padding: 20px;
  background-color: white;
  //border: 1px solid black;
  margin: 0 0 25px 0;
  box-shadow: 10px 10px 20px 1px #656565;
}
div.topheader {
  margin: 25px 0 25px 0;
}
div.aboutvideo {
  width: 50%;
  margin: 0 0 25px 0;
  border: 1px solid black;
  box-shadow: 10px 10px 20px 1px #656565;
}

div.debuginfo {
  width: 80%;
  margin: auto;
  background-color: #ffb0e0;
  border: 1px solid black;
  box-shadow: 10px 10px 20px 1px #656565;
}

div.fullpage {
  width: 90%;
  text-align: left;
  background-color: white;
  border: 1px solid black;
  margin: 25px 0 25px 0;
  padding: 15px;
  box-shadow: 10px 10px 20px 1px #656565;
}

.left {
  text-align: left;
}

.aboutimg, .aboutteamimg {
  max-width: 30%;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.aboutteamimg {
  width: 150px;
  max-width: 95%;
   border-radius: 50%;
   border: 2px solid blue;
}
.socialicon {
  max-width: 36px;
  max-height: 36px;
}
.minisocialicon {
  max-width: 24px;
  max-height: 24px;
}
.sociallinkresult {
  padding: 5;
  margin: 5;
  border: 2px solid blue;
}
.socialclickcount {
  position: absolute;
  top: -10;
  right: 1;
  border-radius: 50%;
  object-fit: cover;
  height: 14px;
  min-width: 14px;
  line-height: 14px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  background-color: red;
  color: white;
  z-index: 21;
}
img.active {
  max-width: 40px;
  max-height: 40px;
  border-bottom: 2px solid blue;
}

.aboutlink {
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 10px;
  background-color: yellow;
  border: solid black;
  border-radius: 20%;
  border-width: 3px;
  font-weight: bolder;
  display: inline-block;
}

.aboutlink:hover {
  background-color: orange;
}

.wide {
   width: 100%;
}

.aboutlink a {
  text-decoration: none;
}
a.notlink {
  text-decoration: none;
  color: inherit;
}
a.notlink:hover {
  text-decoration: none;
  color: inherit;
  cursor: help;
}

div.planstable {
  width: 90%;
  overflow: auto;
  background-color: white;
  border: 1px solid black;
  margin: 0 0 25px 0;
  box-shadow: 10px 10px 20px 1px #656565;
}

div.modulepage, div.quizpage {
  width: 50%;
}

table.modulepage, table.quizpage {
  border: 1px solid black;
  width: 100%;
  background-color: white;
  margin: 0 0 25px 0;
  box-shadow: 10px 10px 20px 1px #656565;
}

div.coursemoduleitems {
  margin: 0 0 25px 0;
  box-shadow: 10px 10px 20px 1px #656565;
  border: 1px solid black;
  background-color: white;
  max-height: 400px;
  width: 100%;
  overflow: auto;
}

table.coursemoduleitem {
  //margin: 5px;
  border: 1px solid black;
  width: 99%;
  background-color: white;
}

td.modulepage, th.modulepage, td.quizpage, th.quizpage {
  border: 1px solid black;
}

div.courselinks {
  margin: 0 0 25px 0;
}

span.coursecategory {
  font-weight: bold;
  font-size: .7em;
}
span.coursecategory a {
  text-decoration: none;
}
span.coursecategory a:hover {
  text-decoration: none;
  background-color: lightblue;
}

span.singlecoursecategory a {
  color: black;
}
span.singlecoursecategory a:hover {
  color: blue;
  background-color: lightblue;
}

span.nolink {
  color: #555;
  text-decoration: line-through;
}
span.nolink:hover {
  color: #bbb;
}

table.siteinfo {
  min-height: 300px;
  width: 80%;
  border: solid black;
}
tr.sitetable, td.sitetable {
  background-color: #bbb
}
tr.selectedsite, td.selectedsite {
  background-color: #f9f;
  color: #f59;
}

div.itemslisttable {
  width: 90%;
  overflow: auto;
  background-color: white;
  box-shadow: 10px 10px 20px 1px #656565;
  border: 1px solid black;
  margin: 0 0 25px 0;
}

img.modulethumb {
  max-width: 250;
  max-height: 150;
}

img.swthumb {
  //min-height:140px;
  max-height:140px;
  max-width:240px;
  //min-width:240px;
  margin: 5px;
  padding: 5px;
}
div.swbox {
  max-height:260px;
  min-height:260px;
  min-width:260px;
  max-width:260px;
  background-color: white;
  box-shadow: 10px 10px 20px 1px #656565;
  border: 1px solid black;
  margin: 0 0 25px 0;
}

div.coursebox {
  max-height:260px;
  min-height:260px;
  min-width:260px;
  max-width:260px;
}
table.coursebox {
  width: 250;
  min-width: 250;
  max-width: 250;
  min-height: 250;
  height: 250;
  max-height: 250;
  background-color: white;
  box-shadow: 10px 10px 20px 1px #656565;
  overflow: hidden;
  margin: 5px;
  padding: 5px;
  border: 1px solid black;
}
img.courseimg {
  max-height:140px;
  max-width:240px;
  margin: 5px;
  padding: 5px;
}
img.coursebox {
  box-shadow: 10px 10px 20px 1px #656565;
}


table.detailscourse {
  width: 80%;
  border: 1px solid black;
}
table.detailscourse td {
  border: 1px solid black;
}

div.videorow {
  width: 100%;
  background-color: white;
  box-shadow: 10px 10px 20px 1px #656565;
  margin: 5px;
  padding: 5px;
}
div.addmedia {
  width: 100%;
  height: 100;
  background-color: white;
  box-shadow: 10px 10px 20px 1px #656565;
  overflow: hidden;
  margin: 5px;
  padding: 5px;
  border: 1px solid black;
}
div.mediaitem {
  width: 250;
  min-width: 250;
  max-width: 250;
  min-height: 350;
  height: 350;
  max-height: 350;
  background-color: white;
  box-shadow: 10px 10px 20px 1px #656565;
  overflow: hidden;
  margin: 5px;
  padding: 5px;
  border: 1px solid black;
}
div.mediapage {
  width: 80%;
  background-color: white;
  box-shadow: 10px 10px 20px 1px #656565;
  overflow: hidden;
  margin: 5px;
  padding: 5px;
  border: 1px solid black;
}

table.courseedit {
  width: 80%;
  background-color: white;
  box-shadow: 10px 10px 20px 1px #656565;
  overflow: hidden;
  margin: 5px;
  padding: 5px;
  border: 1px solid black;
}

div.tableedit {
  width: 90%;
  background-color: white;
  box-shadow: 10px 10px 20px 1px #656565;
  overflow: auto;
  margin: 5px;
  padding: 5px;
  border: 1px solid black;
  min-height: 400px;
}

span.debugspanblue {
	background-color: blue;
}
span.debugspangreen {
	background-color: green;
}
span.debugspannone {
	background-color: black;
}
font.debugspanfont {
  font-size: 9px;
}

td.courseeditheader {
  min-height: 50px;
  text-align: center;
  background-color: lightgray;
}

div.non-editable-coursefield {
  width: 80%;
  border: 1px solid red;
}

div.coourseeditwysiwyg {
  width: 80%;
}

div.courseedithelp {
  min-height: 100px;
  width: 80%;
  text-align: left;
  vertical-align: middle;
  border: 3px inset #ccc;
  background-color: #eee;
  margin: 15px;
}
td.courseeditfooter {
  background-color: #eee;
}
img.mediapage {
  max-width: 240px;
  max-height: 240px;
}
.payerror {
  background-color: red;
  color: yellow;
  font-weight: bold;
  width: 100%;
  min-height: 30px;
  text-align: center;
  font-size: 28px;
}

.errormsg {
  background-color: red;
  color: yellow;
  font-weight: bold;
  min-height: 30px;
  text-align: center;
  font-size: 28px;
}
.warnmsg {
  background-color: orange;
  color: red;
  font-weight: bold;
  min-height: 30px;
  text-align: center;
  font-size: 28px;
}
.deletemsg {
  background-color: #ff8080;
  color: yellow;
  font-weight: bold;
  min-height: 30px;
  text-align: center;
  font-size: 28px;
}

.infomsg {
  background-color: green;
  color: yellow;
  font-weight: bold;
  min-height: 30px;
  text-align: center;
  font-size: 28px;
}

.category_cell_off {
  color: red;
  background-color: #ffffff;
  text-align: center;
  max-height:10px;
}
.category_cell_on {
  color: black;
  background-color: #808080;
  text-align: center;
  max-height:10px;
}

table.categories {
  border: 1px solid orange;
  width: 100%;
}
div.categories {
  overflow:auto;
  min-height:300px;
  max-height:300px;
}
div.categoriesselect {
  height: 250px;
  overflow: auto;
  border: 1px solid black;
}

table.categoriesfulltable {
  border: 1px solid black;
  width: 80%;
}

.courseformelement {
  max-width: 100%;
}
input.courseformelement {
  min-width: 70%;
}
textarea.courseformelement {
  min-width: 70%;
  min-height: 150px;
}

.videothumb {
	max-width: 100%;
}
.videoWrapper {
        position: relative;
        padding-bottom: 56.25%; // 16:9
        padding-top: 25px;
        height: 0;
	overflow: hidden;
}
.videoWrapperVertical {
        position: relative;
        padding-right: 5.25%; // 16:9
        padding-left: 5.25%; // 16:9
        padding-bottom: 0; // 16:9
        height: 200%;
	//overflow: hidden;
}
.videoWrapper div,
.videoWrapper span,
.videoWrapper video,
.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.videoWrapperVertical div,
.videoWrapperVertical iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

.focusbutton {
  background-color: #c0ffc0;
  color: black;
  font-size: 1.5em;
  border: solid red;
  border-radius: 10%;
  border-width: 3px;
  font-weight: bolder;
  display: inline-block;
  padding: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.focusbutton:hover {
  background-color: green;
}
.accesskeybox {
  border: solid black;
  background-color: #ffc0c0;
  font-weight: bold;
  padding: 5px;
  margin: 5px;
}
.deletebutton {
  background-color: #ffc0c0;
  border: solid black;
  border-radius: 10%;
  border-width: 3px;
  font-weight: bolder;
  display: inline-block;
  padding: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.deletebutton:hover {
  background-color: red;
}

.deletebutton a {
  text-decoration: none;
}
.deletebutton a:hover {
  text-decoration: none;
}
.buybutton {
  background-color: yellow;
  border: solid black;
  border-radius: 10%;
  border-width: 3px;
  font-weight: bold;
  display: inline-block;
  padding: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.buybutton:hover {
  background-color: orange;
}

.buybutton a {
  text-decoration: none;
}
.buybutton a:hover {
  text-decoration: none;
}

.money {
  font-weight: bold;
  color: green;
}
.negativemoney {
  font-weight: bold;
  color: red;
}
.pricetext {
  font-weight: bold;
  color: green;
  font-size: 20px;
  border-width: 3px;
}
.realpricetext {
  font-weight: bold;
  color: red;
  font-size: 20px;
  text-decoration: line-through;
  border-width: 3px;
}

.biggreenplus {
  position: absolute;
  bottom: 0;
  right: 0;
}

.courseinfo {
  font-size: 13px;
}
.promos.coursepagediv {
  position: relative;
}

.noplan {
  background-color: red;
  color: white;
}
.yesplan {
  background-color: green;
  color: white;
}


.thumb {
  //display: flex;
  //flex-wrap: wrap;
  list-style: none;
}

.emailedit {
  max-width: 80%;
}

.sequenceedit {
  width: 80%;
  min-width: 500px;
}

.bigimage li {
  width: 994px;
}

.thumb li ~ li {
  margin-left: 10px;
}

.thumb {
  padding: 10px 0;
}

.thumbCaption {
  max-height: 50px;
  overflow: auto;
  margin: 2px;
}
.headercaption {
  max-height: 50px;
  overflow: auto;
  margin: 2px;
}
tr.itemdraft {
  background-color: #ffe0e0;
}
tr.itempublished {
  background-color: #e0ffe0;
}
.lessonheader {
  max-height: 55px;
  height: 55px;
  min-height: 55px;
  background-color: white;
  text-align: center;
}
.lessonthumb {
  max-height: 220px;
  text-align: center;
}
.lessonactions {
  max-height: 50px;
  min-height: 50px;
  height: 50px;
  background-color: white;
  text-align: center;
}
.lessondonedate {
  font-size: .7em;
}
.lessondone {
  background-color: #d0ffd0;
}
.lessondone.draft {
  background-color: #ffc0c0;
}

.overlay {
  position: relative;
}

.overlay .thumbnail {
  display: block;
}

.overlay .time {
  position: absolute; z-index: 2;
  right: 25px; bottom: 0px;
  padding: 2px 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

.overlay .playmessage {
  position: absolute; z-index: 2;
  left: 20; top: 0; right: 0;
  padding: 2px 5px;
  width: 85%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  opacity: 0;
}


.overlay .playWrapper {
  opacity: 0;
  top: 0; left: 20;
  width: 85%; height: 100%;
  position: absolute; z-index: 1;
  background: rgba(0,0,0,0.6) url("/_images/video-overlay.png") no-repeat scroll center center / 50px 50px;
}

.overlay .lockWrapper {
  opacity: 0;
  top: 0; left: 20;
  width: 85%; height: 100%;
  position: absolute; z-index: 1;
  background: rgba(0,0,0,0.6) url("/_images/locked-overlay.png") no-repeat scroll center center / 50px 50px;
}

.bigoverlay .lockWrapper {
  width: 100%; height: 100%;
  opacity: 0;
  position: absolute; z-index: 1;
  top: 0; left: 0;
  background: rgba(0,0,0,0.6) url("/_images/locked-overlay.png") no-repeat scroll center center / 150px 150px;
}

.playWrapper .playBtn {
  position: absolute; z-index: 2;
  width: 50px; height: 50px;
  //left: 0; right: 0; top: 0; bottom: 0; margin: auto; /* center */
}

.thumb .overlay:hover .playmessage {
  opacity: 1;
}
.thumb .overlay:hover .playWrapper {
  opacity: 1;
}
.thumb .overlay:hover .lockWrapper {
  opacity: 1;
}

.deletemessage {
  color: red;
  border: solid black;
  border-radius: 10%;
  border-width: 3px;
  display: inline-block;
  padding: 5px;
  background-color: yellow;
}
.selectedsort a {
  text-decoration: none;
}
.deletemessage a {
  text-decoration: none;
}
.deletemessage a:hover {
  background-color: orange;
}

.coursebasic {
 
}

.topnav {
  z-index: 20;
  width: 100%;
  //overflow: hidden;
  background-color: #555;
  position: sticky;
  position: -webkit-sticky;
  line-height: 30px;
  vertical-align: middle;
  top: 0;
  left 0;
  height: 40px;
  max-height: 40px;
  min-height: 40px;
}

.topnava {
  display: block;
  background-color: #555;
  color: #f2f2f2;
  text-align: center;
  padding: 5px 8px;
  text-decoration: none;
  font-size: 16px;
}

.itemcellblank {
  width: 285;
  min-width: 285;
  max-width: 285;
  height: 320;
  max-height: 320;
  min-height: 320;
  border: 1px solid black;
  margin: 5px;
  padding: 5px;
}
table.itemcell {
  width: 285;
  min-width: 285;
  max-width: 285;
  height: 320;
  max-height: 320;
  min-height: 320;
  background-color: white;
  box-shadow: 10px 10px 20px 1px #656565;
  overflow: hidden;
  padding: 10px;
  margin: 25px 25px 25px 25px;
  border: 1px solid black;
}

table.itemcell td {
  border: 1px solid black;
}

.topmenuleft {
  float: left;
  text-align: left;
}
img.topmenu {
  float: left;
  height: 30px;
  padding: 0px 0px;
}
.topmenuright {
  float: right;
  text-align: right;
}
.topmenucenter {
  float: center;
}

.topnava:hover {
  text-decoration: none;
  background-color: #333;
  color: white;
}

.topmenumobile {
  display: none;
}

.profiletopmenu {
   display: none;
}

.bigcoverphoto {
   border: 2px solid blue;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   height: 300px;
   width: 100%;
}

.pageheader {
   border: 1px solid purple;
   width: 100%;
}

.pagecover {
   width: 640;
   max-width: 100%;
}

.pagetitle {
   width: 100%;
}

.pagedescription {
   width: 100%;
   color: blue;
}

.friendinfo {
  font-size: .7em;
}
.friendtable {
  width: 100%;
  min-height: 80px;
  min-width: 200px;
}
.friendcell {
  background-color: white;
  box-shadow: 10px 10px 20px 1px #656565;
  padding: 5px;
}

.groupheader {
   border: 1px solid black;
   width: 100%;
}

.groupcover {
   width: 100%;
   max-width: 640px;
   max-height: 300px;
}
textarea.cssedit {
  max-height: 70%;
}

.grouptitle {
   width: 100%;
}

.groupdescription {
   width: 100%;
   color: blue;
}

.crmfilteropt:hover {
  border: solid lightblue 2px;
}

.crmpopupbox {
  max-height: 260px;
  max-width: 1200px;
  overflow: auto;
  border: solid lightblue 2px;
  margin: 10px;
  padding: 10px;
}
.fbpost {
  background-color: #e0e0ff;
}
.fbpostclickable:hover {
  cursor: pointer;
}
.fbcomment {
  background-color: #e0ffe0;
}
.maxheighttext {
  max-height: 50px;
  max-width: 500px;
  overflow: auto;
}

.fbcommentview {
  max-width: 760px;
  max-height: 100px;
  margin-left: 40px;
  overflow: auto;
  border: solid green 1px;
  background-color: #f0fff0;
}
.fbpostview {
  max-width: 800px;
  max-height: 100px;
  overflow: auto;
  border: solid blue 1px;
  background-color: #f0f0ff;
}

.sideprofilepic {
   border-radius: 50%;
   object-fit: cover;
   border: 2px solid blue;
   height: 150px;
   width: 150px;
   max-width: 100%;
}
.smallprofilepic {
   border-radius: 50%;
   object-fit: cover;
   border: 2px solid blue;
   height: 50px;
   width: 50px;
   max-width: 100%;
}
.miniprofilepic {
   border-radius: 50%;
   object-fit: cover;
   border: 2px solid blue;
   height: 30px;
   width: 30px;
   max-width: 100%;
}
.tinyprofilepic {
   border-radius: 50%;
   object-fit: cover;
   border: 2px solid blue;
   height:16px;
   width: 16px;
   max-width: 100%;
}
.replyprofilethumb {
   border-radius: 50%;
   object-fit: cover;
   border: 2px solid blue;
   height: 25px;
   width: 25px;
}

.popupnotifdiv {
  width: 100%;
}


input.pmfilter {
  max-width: 70%;
}



.topm {
  background-color: #bfbfff;
  border-radius: 20%;
  border: 1px solid black;
  min-height: 50px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}
.frompm {
  background-color: #ffbfbf;
  border-radius: 20%;
  border: 1px solid black;
  min-height: 50px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}
.pmdate {
  font-size: 10px;
}
.pmicon {
  max-width: 20px;
  max-height: 20px;
}

.pmhistory {
  max-height: 300px;
  max-width: 100%;
  overflow: auto;
}

.pmselect {
  max-height: 300px;
  overflow: auto;
}

table.newpm {
  max-width: 500px;
  width: 100%;
  background-color: white;
  box-shadow: 10px 10px 20px 1px #656565;
  border: 2px solid black;
}
textarea.pmtext {
  width: 100%;
  height: 100px;
}

div.filecontainer {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
object.filecontainer {
  width: 100%;
  height: 100%;
}
video.filecontainer {
  width: 100%;
  height: 100%;
}
img.filecontainer {
  max-width: 100%;
  max-height: 100%;
}

table.fileview {
  width: 90%;
  height: 75%;
  max-height: 75%;
}

tr.fileview {
  width: 100%;
  height: 100%;
}
td.fileview {
  width: 100%;
}
img.fileview {
  max-width: 100%;
  max-height: 100%;
}

.commentprofilethumb {
   border-radius: 50%;
   object-fit: cover;
   border: 2px solid blue;
   height: 30px;
   width: 30px;
}
.feedreport {
  background-color: #ff8080;
}
span.feedreport, li.feedreport {
  width: 100%;
}
.feedicon {
   border-radius: 50%;
   object-fit: cover;
   border: 2px solid blue;
   height: 40px;
   width: 40px;
}

/* this is the actual table within the one feed item in the full feed */
.feeditem {
  background-color: #ffffff;
  border: 1px;
  //border-color: red;
  border-radius: 2px;
  //border-style: groove;
  width: 100%;
  box-shadow: 10px 10px 20px 1px #656565;
}
.feeditem  td {
  padding: 10px;
}

.feedimage {
  max-height: 200px;
  max-width: 100%;
}
.feedimage.right {
  max-width: 100%;
}

/* This is the table that contains all other feed items */
.feed {
  width: 100%;
}
.feed td {
  padding: 10px;
}

.maincontent {
  overflow: auto;
}

/* The table on the let hand side of home page where we show contextual information about the site or user */
.homeinfo {
  border: 1px solid grey;
  box-shadow: 10px 10px 20px 1px #656565;
  width: 100%;
  min-height: 100%;
}

input.userinputtitle {
  width: 100%;
}

.tableTextareaEditor {
  width: 100%;
}

div.userinputdetails {
  width: 100%;
  height: 200px;
}

.infotable {
  width: 100%;
  max-width: 190px;
  overflow: auto;
  background-color: white;
  box-shadow: 10px 10px 20px 1px #656565;
}
.infoheader {
  font-size: 80%;
  background-color: #4CAF50;
  color: yellow;
}

.feeddate {
  font-size: 10px;
}

div.itemtable {
  max-height: 70%;
  max-width: 800px;
  overflow: auto;
  box-shadow: 20px 20px 40px 1px #656565;
  margin: 0 0 25px 0;
  padding 10px;
}

table.itemtable td {
  border: 1px solid black;
}
table.itemtable th {
  border: 1px solid black;
}
table.itemtable {
  border: 1px solid black;
  width: 100%;
  background-color: white;
  //box-shadow: 20px 20px 40px 1px #656565;
  //margin: 0 0 25px 0;
  //padding 10px;
}
table.itemtable tr {
  margin 5px;
  padding 5px;
}
textarea.itemtable {
  width: 100%;
}
input.itemtable {
  width: 100%;
}
table.itemlist {
  border: 1px solid black;
  width: 100%;
  background-color: white;
}
table.itemlist td {
  border: 1px solid black;
}

.lessonthumb {
  max-height: 150;
  max-width: 100%;
}
.minlessonthumb {
  max-height: 40px;
}
.ratingstar {
  max-width: 35px;
}
.miniratingstar {
  max-width: 15px;
}
table.miniratingstars td {
  margin: 0;
  padding: 0;
}

table.mediaplay {
  width: 100%;
  background-color: white;
  box-shadow: 20px 20px 40px 1px #656565;
}
td.coursepageinfo {
}
td.coursepageauthor {
}
td.coursepageleft {
  width: 50%;
}
td.coursepageright {
  width: 50%;
}
img.coursepagethumb {
  max-width: 100%;
  max-height: 400px;
  padding: 5px;
}
div.coursepage {
  border: 1px solid black;
  background-color: white;
  box-shadow: 20px 20px 40px 1px #656565;
  margin: 0 0 25px 0;
  max-width: 1900px;
  min-height: 550px;
}

div.courseinfo {
  border: 1px solid black;
  width: 150px;
  background-color: white;
  box-shadow: 20px 20px 40px 1px #656565;
  margin: 0 0 25px 0;
}
table.coursepage {
  background-color: white;
  width: 100%;
}
.coursepagedetails {
  max-height: 400px;
  min-height: 300px;
  overflow: auto;
}

div.coursestatus {
  width: 90%;
  text-align: center;
  background-color: lightgreen;
  color: black;
  font-weight: bolder;
  margin: 5px;
}

div.coursestatusnew {
  background-color: green;
  color: yellow;
}

div.courseaccessnew {
  background-color: #b0ffb0;
}
div.courseaccessunlisted {
  background-color: #b0b0ff;
}
div.courseaccessbuyers {
  background-color: #b0ffff;
}
div.courseaccessbuyers {
  background-color: #b0ffff;
}
.mobile-only {
  display: none;
}
span.mobile-only {
  display: none;
}
td.mobile-only, th.mobile-only {
  display: none;
}

div.leaderboard {
  border: 1px solid black;
  width: 90%;
  background-color: white;
  box-shadow: 20px 20px 40px 1px #656565;
  margin: 0 0 25px 0;
}

th.leaders {
  text-align: left;
  text-decoration: underline;
}

.itemlinks {
  max-width: 95%;
}

img.icon {
  width: 20px;
  height: 20px;
}
img.disabledicon {
  width: 20px;
  height: 20px;
  filter: opacity(20%);
}

table.userpagetable {
  width: 100%;
  border: solid 1px black;
}
table.userpageitem {
  width: 100%;
}

tr.primary {
  background-color: #e0ffe0;
}
tr.secondary {
  background-color: #e0e0ff;
}

@media (max-width: 480px) {
  #chat-gadget {
   display: none;
  }
  .aicopyquery {
     max-width: 60%;
  }
  .trialmini {
    left: 120;
  }
}
@media (max-width: 1100px) {
  .trialmini {
    left: 200;
  }
  .mobilesessionlistoff {
    width: 0;
    display: none;
    flex: 0;
  }
  .mobilesessionwrapoff {
    max-width: 100;
    width: 0;
    flex: 0;
  }
  .mobileaibuttonshow {
    float: left;
  }
  .mobileaibuttonhide {
    display: none;
  }
  .mobileresultwrapfull {
    flex: 4;
  }
  .mobileresultlistfull {
    flex: 4;
  }
  .payoptionpopup {
    margin: 5px;
  }
  .tablet-only {
    display: block;
  }
  span.tablet-only {
    display: inline;
  }
  td.tablet-only, th.tablet-only {
    display: table-cell;
  }
  .desktop-only {
    display: none;
  }
  span.desktop-only {
    display: none;
  }
  td.desktop-only, th.desktop-only {
    display: none;
  }
  .popupmsgdivfull {
     width: 100%;
     height: 100%;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
  }
  .popupmsgdivcms {
     width: 95%;
     height: 90%;
     top: 5%;
     bottom: 5%;
     left: 2.5%;
     right: 2.5%;
     min-height: 90%;
  }
  .popupmsgdiv90 {
     width: 95%;
     height: 70%;
     top: 15%;
     bottom: 15%;
     left: 2.5%;
     right: 2.5%;
  }
  .popupmsgdiv80 {
     width: 95%;
     height: 70%;
     top: 15%;
     bottom: 15%;
     left: 2.5%;
     right: 2.5%;
  }
  .popupmsgdiv50 {
     width: 90%;
     height: 50%;
     top: 25%;
     bottom: 25%;
     left: 10%;
     right: 10%;
  }
}

.agugraphwrap {
  min-width: 760;
}

@media (max-width: 1000px) {
  .syndicationbeta {
    top: -40;
    right: -5;
    font-size: .8em;
  }
  div.moduleedit {
    max-width: 800px;
  }
  div.support {
    width: 100%;
  }
  table.itemtable {
    min-width: 100%;
    max-width: 100%;
  }
  .crmpopupbox {
    max-height: 250px;
    max-width: 990px;
    margin: 1px;
    padding: 1px;
  }
  div.fullpage {
    width: 95%;
  }
  div.aboutvideo {
    width: 90%;
  }
  div.aboutitem {
    width: 95%;
  }
  .aboutlink {
    font-size: .7em;
  }
  .aboutimg {
    width: 90%;
    max-width: 90%;
  }
  div.modulepage, div.quizpage {
    width: 100%;
  }
  div.planstable {
    width: 100%;
  }
  .mobile-only {
    display: block;
  }
  span.mobile-only {
    display: inline;
  }
  td.mobile-only, th.mobile-only {
    display: table-cell;
  }

  td.coursepageinfo {
  }
  td.coursepageauthor {
  }
  td.coursepageleft {
    width: 25%;
  }
  td.coursepageright {
    width: 75%;
  }
  img.coursepagethumb {
    max-width: 100%;
  }
  table.coursepage {
    width: 100%;
    max-width: 100%;
    border: 1px solid black;
    background-color: white;
  }
  .feed {
    max-width: 100%;
  }
  .pmhistory {
    max-height: 40%;
    height: 150px;
  }
  textarea.pmtext {
    height: 50px;
  }
  table.newpm {
    width: 100%;
    max-width: 100%;
  }
  .bigcoverphoto {
     height: 130px;
  }
  .agugraphwrap {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

div.ratingcomment {
   border: 3px inset #ccc;
   background-color: #eee;
   width: 300px;
   height: 100px;
   overflow: auto;
}

.profilebio {
   border: 3px inset #ccc;
   background-color: #eee;
   width: 500px;
   height: 100px;
   overflow: auto;
}

.publicprofile {
   width: 100%;
   background-color: #e0e8ff;
}

.publicprofile.about {
  border: 1px solid red;
}
.publicprofile.videos {
  border: 1px solid blue;
}
.publicprofile.courses {
  border: 1px solid green;
}
.publicprofile.news {
  border: 1px solid black;
}

.bigprofilepic {
   border-radius: 50%;
   object-fit: cover;
   border: 2px solid blue;
   height:250px;
   width: 250px;
   max-width: 100%;
   margin: 10px;
}
.popupprofileimgtd {
  //background-color: white;
}
.topmenuprofile {
   height: 30px;
   width: 30px;
   border-radius: 50%;
   object-fit: cover;
   border: 1px solid blue;
   display: inline;
}
img.impersonating {
   border: 3px solid red;
}
a.impersonating {
   color: red;
}
.topmenuicon {
   height: 30px;
   display: inline;
}
.topnava.active {
  text-decoration: none;
  background-color: #111;
  color: white;
}

/*
.usercoursesright {
  width: 1%;
}
.usercoursesleft {
  width: 99%;
}
*/

div.usercourses {
  border: 1px solid black;
  background-color: #ffffff;
  box-shadow: 10px 10px 20px 1px #656565;
}

.popupmessageouterdiv {
  max-height: 200px;
  border: solid black 1px;
  overflow: auto;
}
.bottomborder {
  border-bottom: solid black 5px;
  border-bottom-left-radius: 50px 20px;
  border-bottom-right-radius: 50px 20px;
}
.popupmessagetable {
  border: 5px solid blue;
  background-color: #ffffff;
  min-height: 300px;
  overflow: auto;
  width: 100%;
  height: 100%;
  box-shadow: 20px 20px 40px 1px #656565;
}

.popupmessagetable tbody {
    width: 100%;
    height: 100%;
}

td.usercoursesimage {
  width: 50%;
}
.usercoursesimage img {
  max-width: 95%;
  max-height: 200px;
}

.file_footer, .lesson_footer, .course_footer {
  border: 1px solid black;
  width: 100%;
  background-color: #e0e0ff;
}
.disabled_comments {
  width:100%;
  font-size: .7em;
  margin: 5px;
  text-align: center;
}
.itemeditfield {
  max-height: 100px;
  max-width: 300px;
  min-height: 80px;
  overflow: auto;
}
.itemeditfield:hover {
  cursor: pointer;
  background-color: lightblue;
}

.funnelsettingsrow:hover {
  cursor: pointer;
  background-color: lightblue;
}

.funnelpagelist, .funnelpagelistselected {
  text-align: left;
  width: 100%;
  padding-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#powered-by-badge {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 99999;

  display: inline-block; /* anchor behaves like a block */
  background: rgba(0, 0, 0, 0.75);
  color: #fff;

  padding: 8px 12px;
  border-radius: 6px;

  text-decoration: none;      /* 🔑 remove underline */
  cursor: pointer;

  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

#powered-by-badge:hover {
  transform: translateY(-2px);
}

/* FLEX LAYOUT */
.powered-by-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* LOGO */
.powered-by-logo {
  height: 32px;
  width: auto;
  display: block;
}

/* TEXT */
.powered-by-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
}

.powered-by-title {
  font-size: 12px;
  font-weight: 600;
}

.powered-by-sub {
  font-size: 11px;
  opacity: 0.85;
}

/* Mobile tweak */
@media (max-width: 600px) {
  .powered-by-logo {
    height: 26px;
  }
}

.funnelpagelist:hover {
  cursor: pointer;
  background-color: #f0f0ff;
}
.funnelpagelistselected {
  background-color: #b0b0ff;
}
.funnelpagelistselected:hover {
  cursor: pointer;
  background-color: #d0d0ff;
}

div.lessonvideo {
  box-shadow: 10px 10px 20px 1px #656565;
  border: 2px solid black;
  background-color: #ffffff;
  margin: 0 0 25px 0;
}
table.lessonvideo {
  width: 80%;
  max-width: 2000px;
}

.notificationpopupdiv {
  width: 800px;
  max-width: 80%;
}
.notificationpopupdiv table {
  width: 100%;
  padding: 5px;
  margin: -3;
}

div.promos {
  position: fixed;
  display: block;
}
.homepageinfo {
  position: fixed;
  display: block;
}
.homepageinfo table {
  width: 100%;
  height: 100%;
  //min-height: 500px;
  border: 1px solid;
}
.homepageinfomobile {
  display: none;
}

.videotitle {
  color: black;
  font-weight: bolder;
}
.videotext {
  color: black;
}
.mediatitleedit {
  width: 100%;
}
.mediatextedit {
  width: 100%;
  height: 80px;
}

.feedprofilepic {
   border-radius: 50%;
   border: 2px solid blue;
   height:250px;
   width: 250px;
   max-width: 100%;
   object-fit: cover;
}
.promoheader {
  font-size: 80%;
  background-color: #4CAF50;
  color: yellow;
}
.promotitle {
  background-color: white;
  color: yellow;
}
.promothumb {
  max-width: 150;
  max-height: 60;
}

.promocenter {
  width: 160;
  height: 70;
  background-color: white;
}
.promocta {
  text-decoration: none;
  border: 1px solid black;
  background-color: lightgrey;
  color: red;
}
.promotable {
  border: 1px solid blue;
  max-width: 200px;
  box-shadow: 10px 10px 20px 1px #656565;
  margin: 0 0 25px 0;
}
.infotable td {
  font-size: 80%;
}
.promotable a {
  text-decoration: none;
}
.promocta a:hover {
  background-color: orange;
  text-decoration: none;
}

@media (max-width: 1000px) {
  div.lessonvideo {
    margin: 25px 0 25px 0;
  }
  .notificationpopupdiv {
    width: 100%;
    max-width: 100%;
  }
  div.promos {
    display: none;
    position: relative;
  }
  div.courseinfo {
    position: relative;
    width: 100%;
  }
  .promothumb {
    max-width: 250;
    max-height: 250;
  }
  .infotable {
    max-width: 100%;
    width: 100%;
  }
  .promotable {
    max-width: 100%;
    width: 100%;
  }
  .infotable td {
    font-size: 100%;
  }
  .homepageinfo {
    position: relative;
    display: none;
  }
  .homepageinfomobile {
    position: relative;
    display: block;
  }
  .homepageinfomobile table {
    width: 100%;
    height: 200px;
    border: 1px solid;
  }
  .notificationpopupdiv table {
    width: 95%;
  }
  .lessonvideo {
    width: 100%;
    max-width: 100%;
  }
  .bigprofilepic {
    max-width: 100%;
  }
  .usercoursesleft {
    width: 1%;
  }
  .usercoursesright {
    width: 90%;
  }
  .usercoursesimage {
    width: 30%;
  }
  .usercoursesimage img {
    max-width: 100%;
  }
  .publicprofile {
    width: 100%;
  }
  .profilebio {
    max-width: 100%;
  }
  div.ratingcomment {
    max-width: 100%;
  }
  .formfield {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .topnava {
    display: none;
  }
  .topmenustay {
    display: inline;
  }
  div.moduleedit {
    max-width: 600px;
  }
  .hide-on-mobile {
    display: none;
  }
  .feed {
    max-width: 100%;
  }
  .moremenupopup {
    position: absolute;
    top: -50;
    left: 30;
  }
  .moremenupopup a:hover {
    text-decoration: none;
  }
  .moremenupopup a {
    font-size: 20px;
    text-decoration: none;
  }

  .accountmenulist {
    background-color: white;
    position: fixed;
    top: 45px;
    right: 0px;
  }
  .notifpopuplist {
    right: 0;
    top: 45px;
    position: fixed;
  }
  .pmspopuplist {
    top: 45px;
    right: 0;
    position: fixed;
  }
  .profiletopmenu {
      display: none;
  }
  .topmenumobile {
    float: right;
    display: block;
  }
  .topnavspan {
    display: none;
  }
  .topnava {
    font-size: 20px;
  }
}

.topmenuimg {
   height: 30px;
   display: inline;
}
.topnavtable {
  background-color: #555;
  color: #f2f2f2;
  position: absolute;
  z-index: 100;
  width: 150px;
}

@media screen and (max-width: 900px) {
  //.topnava(:first-child) {display: block;}
  div.topnav.responsive .profiletopmenu {
      display: inline;
  }
  .topnav.responsive {
        position: fixed;
        overflow: visible;
        z-index: 20;
  }
  div.topnav.responsive .topmenumobile {
    position: absolute;
    right: 4;
    top: 3;
  }
  .topnav {
    overflow: hidden;
  }
  div.topnav.responsive .topnava {
    float: none;
    display: block;
    text-align: left;
  }
  div.topnav.responsive .topnavspan {
    float: none;
    display: block;
    text-align: left;
  }
  div.topnav.responsive .topmenustay {
    float: none;
    display: block;
    text-align: left;
  }
  .topmenuimg {
     max-height: 32px;
  }
}

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

/* Style the buttons inside the tab */
div.tab button {
    border-radius: 30% 30% 0 0;
    background-color: #808080;
    margin-right: -3;
    margin-left: -2;
    border: 1px solid;
    outline: none;
    cursor: pointer;
    padding: 4px 6px;
    transition: 0.3s;
border-radius: 0;
   border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.tab {
    margin-right: 3.7rem;
}

.startcoursebutton {
    background-color: #ff00ff;
    border: 5px solid #ccc;
    height: 55px;
    font-size: 20px;
}

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

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

button.active {
    color: black;
    background-color: #6CCF70;
}

button.groupbackbutton {
    color: black;
    background-color: white;
    //text-align: left;
    //position: fixed;
    //left: 50;
}

div.grouptabs {
    background-color: lightyellow;
    padding-top: 5px;
    padding-left: 50px;
    padding-bottom: 10px;
    padding-right: 50px;
    position: fixed;
    z-index: 5;
}

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


button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 5px 5px;
  font-size: 15px;
  cursor: pointer;
}
button.share {
  display: inline;
}
div.share {
  display: inline;
}

button:hover {
  opacity: 0.8;
}
table.pageselect {
  width: 100%;
  border: none;
}
td.pageselect, th.pageselect {
  border: none;
}
th.right {
  text-align: right;
}

i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

i.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

i.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

i.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

i.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

table.popupcontent {
  width: 100%;
  height: 100%;
  border: 5px solid #000;
  background-color: #ffffff;
}

img.usercourses {
  max-height:20px;
}

td.usercoursesheader {
  background-color: #4CAF50;
  color: yellow;
}
td.usercourses {
  background-color: #c0c0c0;
  max-width: 100px;
  max-height: 25px;
  overflow: hidden;
}
a.usercourses {
  text-decoration: none;
}
.usercourses a:hover {
  background-color: orange;
  text-decoration: none;
}
span.usercourses {
  font-size: 80%;
  color: #00f;
}

span.usercoursesheader {
  font-size: 80%;
  background-color: #4CAF50;
  color: yellow;
}


.courserow1 {
  width: 95%;
  background-color: #ffe6e6;
}
.courserow2 {
  width: 95%;
  background-color: #e6f2ff;
}

table.courserow1 {
  margin: 10px;
  border: 1px solid black;
}
table.courserow2 {
  margin: 10px;
  border: 1px solid black;
}

.coursedetails {
  max-height: 300px;
  overflow: auto;
}
.commentinfo {
  font-size: 11px;
}
.commenttext {
  background-color: #f2f3f5;
//  box-shadow: 5px 5px 5px 1px #656565;
  border: solid black 1px;
  border-radius: 18px;
  padding-top: 2px;
  padding-right: 15px;
  padding-bottom: 2px;
  padding-left: 15px;
  margin: 0px;
  //padding: 15px;


  box-sizing: border-box;
  color: #1c1e21;
  display: inline-block;
  line-height: 16px;
  word-wrap: break-word;
  position: relative;
  white-space: normal;
  word-break: break-word;

    font-size: 13px;

  //border-width: 2px;
   //max-width: 90%;
}

.commenttext.edit {
   width: 90%;
}

.commentcell {
  border: 1px solid black;
}
textarea.comments {
  width: 100%;
  height: 100%;
}
table.comments {
  width: 100%;
  padding: 5px;
  margin: 5px;
  border-collapse:collapse;
}
td.comments {
  width: 100%;
  padding: 5px;
  margin: 5px;
}
span.comments {
  vertical-align: top;
}
tr.comments {
  padding: -1;
  margin: -1;
}
.replyprefix {
  min-width: 60px;
}
div.commentedit {
  display: inline;
}

/* PayPal had this as the class for the number that was on top of their notification icon */
.numberoveritem {
    position: absolute;
    z-index: 1;
    top: -14px;
    right: -10px;
    min-width: 26.4px;
    text-indent: 0px;
    text-align: center;
    line-height: 16px;
    text-shadow: none;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 14px;
    background: rgb(210, 0, 0);
    padding: 0.8px 2.9px 2.8px;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 50%;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1550px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1750px;
  }
}
@media (min-width: 2000px) {
  .container {
    max-width: 1950px;
  }
}

table.grouppage {
  max-width: 90%;
  min-width: 300px;
  min-height: 300px;
}
.membertablecell {
  width: 50%;
}
.memberinvite td {
  background-color: #d0ffd0;
}
table.groupmember {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  max-height: 100%;
  min-height: 100%;
  height: 100%;
  border: 1px solid grey;
}
.groupmember.admin {
  border: 2px solid blue;
}
.groupmember.moderator {
  border: 1px solid green;
}
.groupmember.blocked {
  border: 1px solid red;
}
.groupmember.you {
  border: 3px solid lightblue;
}
.profilebadge {
  background-color: blue;
  color: white;
  margin: 2px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-radius: 50%;
  border: 1px solid black;
}
.groupbadge {
  background-color: orange;
  color: white;
  margin: 2px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-radius: 50%;
  border: 1px solid red;
}
.grouptypepublic {
  background-color: green;
}
.grouptypesecret {
  background-color: red;
}
.grouptypeprivate {
  background-color: blue;
}
.grouptypenew {
  background-color: black;
  color: white;
}
.groupbadge.owner {
  background-color: black;
}
.groupbadge.admin {
  background-color: #6060ff;
}
.groupbadge.moderator {
  background-color: green;
  border: 1px solid blue;
}
.groupbadge.rejected {
  background-color: #ff6060;
}
.groupbadge.blocked {
  background-color: red;
  border: 1px solid blue;
}
.sharelink:hover {
  color: yellow;
  text-decoration: none;
}
.sharelink {
  color: #ffffff;
  text-decoration: none;
  background-color: #3030ff;
}
.pmhead {
  font-size: .9em;
}
.pmtext {
  font-size: .8em;
}
.notifmsg {
  cursor: pointer;
}
.notiftable {
  max-width: 90%;
}
.pmlink {
  cursor: pointer;
  width: 100%;
}
.notifinfonew {
  font-size: .9em;
  font-weight: bold;
}
.notifinfoseen {
  font-size: .9em;
}
.notifwarnnew {
  font-size: .9em;
  font-weight: bold;
}
.notifwarnseen {
  font-size: .9em;
}
.notiferrornew {
  font-size: .9em;
  font-weight: bold;
}
.notiferrorseen {
  font-size: .9em;
}
.pmnew {
  background-color: #f0fff0;
  font-weight: bold;
}
.pmseen {
  background-color: white;
  font-weight: normal;
}
.pmseen:hover, .pmnew:hover {
  background-color: #ffffa0;
  font-weight: bolder;
  color: blue;
}
.pmlink:hover {
  background-color: #ffffa0;
  font-weight: bolder;
  color: blue;
}
.pmtable {
  width: 95%;
}
.bottomborder {
  border-bottom: solid 1px black;
}
.pmdivlist,.notifdivlist,.accountmenulist {
 
    border: 1px solid blue;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    box-shadow: 10px 10px 20px 1px #656565;
    display: block;
    min-height: 50%;
    max-height: 80%;
    min-width: 250px;
    overflow: auto;
    min-height: 80vh;
    background-color: white;
    line-height: 25px;
}

.pmdivlist button {
  padding: 1px;
  margin: 1px;
  font-size: .8em;
}
.pmdivlist input {
    line-height: 25px;
}
tr.notifurl:hover {
  cursor: pointer;
  background-color: lightblue;
}
tr.notifurl td:hover {
  cursor: pointer;
  background-color: lightblue;
}
.notifcount {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  object-fit: cover;
  height: 12px;
  min-width: 12px;
  line-height: 12px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 10px;
  text-align: center;
  background-color: red;
  color: white;
  z-index: 21;
}
.topmenustay {
  display: block;
}

.footer div{
  display:flex;
  justify-content: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  flex-wrap: wrap;
}

.footer div a{
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}


@media screen and (max-width: 600px){
  .popupmessageouterdivmed {
    max-width: 500px;
    max-height: 400px;
  }
  .popupmessageouterdivbig {
    max-width: 570px;
    max-height: 500px;
  }
  .popupmessageouterdivsmall {
    max-width: 400px;
    max-height: 250px;
  }
  .crmpopupbox {
    max-height: 220px;
    max-width: 600px;
    margin: 1px;
    padding: 1px;
  }
  .footer div{
    padding-top: 0;
    padding-bottom: 0;
  }

  .desktop-only, .tablet-only, .desktop-or-tablet-only {
    display: none;
  }
  span.desktop-only, span.tablet-only, span.desktop-or-tablet-only {
    display: none;
  }
  td.desktop-only, th.desktop-only, td.tablet-only, th.tablet-only, td.desktop-or-tablet-only, th.desktop-or-tablet-only {
    display: none;
  }
}


@media screen and (max-width: 700px){
  .fullpage table{
    display: block;
    overflow: auto;
  }
  .leaderboard table {
    display: block;
    overflow: auto;
  }
  .crmpopupbox {
    max-height: 230px;
    max-width: 700px;
    margin: 1px;
    padding: 1px;
  }
}

.lessonnav {
  background-color: white;
  border: solid 1px black;
  width: 100%;
  max-height: 600;
  overflow: auto;
}
.lessonnavcourse {
  background-color: #3c5ea9;
  color: white;
}
.lessonnavcourse:hover {
  cursor: pointer;
  background-color: #a2b6e2;
}
.lessonnavheader {
  background-color: #3c5ea9;
  color: white;
}
.lessonnavheader:hover {
  cursor: pointer;
  background-color: #a2b6e2;
}
.lessonnavtitle:hover {
  cursor: pointer;
  background-color: #afaee6;
}
.lessonnavtitle {
  padding-left: 40px;
  background-color: white;
  color: black;
}
.selecteditem {
  background-color: #afaef6;
}
.selecteditem.draft {
  background-color: #ffb0b0;
}


/// from https://docs.stripe.com/payments/quickstart

/* Variables */
* {
  box-sizing: border-box;
}

body.stripe {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100vh;
  width: 100vw;
}

form.stripe {
  width: 30vw;
  min-width: 500px;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
}

.hidden {
  display: none;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}

/* Buttons and links */
button.stripe {
  background: #5469d4;
  font-family: Arial, sans-serif;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
button.stripe:hover {
  filter: contrast(115%);
}
button.stripe:disabled {
  opacity: 0.5;
  cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
    min-width: initial;
  }
}

@media (max-width: 600px) {
  .popupmsgdiv {
    width: 98vw !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    padding: 0.5rem;
  }

  .popupmsgdiv > * {
    max-height: 90vh;
  }
}


@media (max-height: 900px) {
    .popupmsgdiv {
        width: 95vw;
        max-height: 95vh;
        font-size: 0.8rem;
    }
    .popupmsgdivcms {
        font-size: 0.8rem;
    }

    .innerpopupmsgtd {
        font-size: 0.8rem;
    }
    #crmtable {
        font-size: 0.8rem;
    }
}

/// END from https://docs.stripe.com/payments/quickstart
