
/* CSS for ACH_ViewMain */
#acbdivision{
        width: 300px;
    /*height: 550px;*/
   min-height: 550px;
    position: initial;
    border-collapse: separate;
    border-spacing: 0px;
        margin-left: 108px;
    
}

/* CSS for ACB_QuestionDiv */
#ach_compWidth{
        width: 100%;
}

#ach_comparativeDiv {
   
  display: flex;
}
#ach_compQues {
         padding: 5px;
     margin-left: 16px;
    width: 33%;
       border-radius: 9px;
    border: 0.5px solid #A9A9A9;
  
}
.parccAns_ach_compAns {
        margin-left: 4px;
        width: 32%;
 /* flex: 1;*/
text-align: -webkit-auto;
    display: inline-block;
    word-wrap: break-word;
    overflow:hidden;

 
}


#ach_supDiv {
       width: 100%;
   margin-top: -13px;
  display: flex;
}
#ach_supQues {
        padding: 5px;
      margin-left: 16px;
    width: 33%;
        border-radius: 9px;
    border: 0.5px solid #A9A9A9;
  
}
.parccAns_ach_supAns {
        margin-left: 4px;
  width: 32%;
    text-align: -webkit-auto;
    display: inline-block;
    word-wrap: break-word;
    overflow:hidden;
  
}
#ach_submit{
        width: 33%;
       padding-left: 1px;
    text-align: center;
    border-collapse: separate;
    margin-left: 220px;
    background-color: #bada55;
    
    margin-top: -12px;
}

/*#ach_CompQuestion
{
    background-color: white;
   
    text-align: -webkit-auto;
    display: inline-block;
    word-wrap: break-word;
   
    float:left;  
}
#ach_supQues{
    background-color: white;
   
    text-align: -webkit-auto;
    display: inline-block;
    word-wrap: break-word;
  
    float: left;

}
#ach_viewerAnswerComp
{
    background-color: white;
    border: 1px solid rgb(169, 169, 169);
    text-align: -webkit-auto;
    display: inline-block;
    word-wrap: break-word;
    width:100px;
     
    
}
#ach_viewerAnswersup{
    background-color: white;
    border: 1px solid rgb(169, 169, 169);
    text-align: -webkit-auto;
    display: inline-block;
    word-wrap: break-word;
    width:100px;  
   
        margin-top: 16px;
}
#result1
   {    width: 500px;
       height: 35px;
       background-color: #B8DBC9;
       text-align: center;
       border-spacing: 0 5px;
}
#result2
   {    width: 500px;
       height: 35px;
       background-color: #B8DBC9;
       text-align: center;
       border-spacing: 0 5px;
}
#answer{

    height: 35px;
    text-align: -webkit-auto;
    display: inline-block;
    margin-left: 150px;
    word-wrap: break-word;
}
#answer1{

    height: 35px;
    text-align: -webkit-auto;
    display: inline-block;
    margin-left: 150px;
    word-wrap: break-word;
}
#questionBox {   
   float: left;
}
#questionBox1 {   
   float: left;
}
#answersubmit{
     margin-top: -55px;
    margin-left: 500px;
    margin-right: -18px;
    float: left;
             
}*/

/* CSS for ACB_RowsDiv */
.achtable3Div{
    
    margin-top: 20px;

}
#bgame_ach{
              margin-top: 60px;
       margin-left: -200px;
}
.achtable3Div {
    display:flex;
    margin-top: 20px;
}
#gridportion_ach{
       width: 29%;
    text-align: center;
    
}
.achstartGame{
   
      margin-top: -6px;
   
}
#ach_gridTable{
      margin-top: 15px;  
}

 

/* CSS for ACH_ColsDiv */


/* CSS for ACH_GridTables */
.selectedDiv
{
     padding: 4em;
    margin: 5em 6em;
    background-color:  #B8F5E5;
    border: 2px dotted #000080;
    
}
.currentGridColor{
	padding: 4em;
    margin: 5em 6em;
    background-color: #FFB6C1;
    border: 2px dotted #000080;
}
.allCorrectColor{
	padding: 4em;
    margin: 5em 6em;
    background-color: #98FB98;
    border: 2px dotted #000080;
}
.oneGridWrongColor {
	padding: 4em;
    margin: 5em 6em;
    background-color: #FFFF33;
    border: 2px dotted #000080;
}
.AllWrongColor{
	padding: 4em;
    margin: 5em 6em;
    background-color: red;
    border: 2px dotted #000080;
}

/* CSS for ACH_StartButtonDiv */
.showAchStartBtn {
    display: none;
}
#achstartGame{
  width: 82px;
    margin-top: 6px;
    height: 46px;
    color: #373831;
    white-space: normal;
    border-radius: 10px;
    font-size: 14px;
    padding: 9px 6px;
    border: 1px solid #ccc;
    text-align: center;   
}


/* CSS for ACH_GameTypes */


/* CSS for ACH_ViewerScore */


/* CSS for ACH_TimerClock */


/* CSS for ACH_ShowHints */

.showHints{
      margin-left: 18px;
        margin-top: -22px;
       
}
#hintsCheck{
    margin-top: 7px;
}
#showHintsDiv{
        margin-top: -1px;
}

/* CSS for ACH_HelpDetails */
#helpCrossBtn{
              width: 15px;
    height: 20px;
    margin-left: 749px;
         margin-top: -21px; 
}
#helpText{
  text-align:center;  
}
.ach_HelpDiv{
        margin-top: -350px;
    position: absolute;
  
    width: 800px;
  
    left: 127px;
    display: block;
    z-index: 101;
    border: 2px solid #ddd;
    background: #eee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333;
    overflow: hidden;
    
   
    padding: .2em;
    outline: 0;
        border-radius: 9px;
   
}
#helpHeading{
       border: 1px solid #e78f08;
    background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
      text-align: justify;
    margin-top: 4px;
    border-radius: 5px;
}

#main{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;    
}
.achHelpText {
    margin-top: 10px;
    margin-bottom: 10px;
        font-size: 16px;
        text-align: justify;
}
#acbOKBtn{
    margin-bottom: 10px;
    margin-left: 91%;
       margin-top: 1px;
}

/* CSS for ACH_NoTimeLeft */

.zclassImg { z-index: 2001; }
.popeRow {    }
.popeRow label { float: left; margin-left: 5px; margin-right: 10px; }
.popeRow textarea { width: 750px; }
#popeBtnsDiv { width: 250px; margin: 0 auto; }
#popeBtnsDiv button { margin: 10px; }

#minsertMediaBar  { position: fixed; left: 400px; top: 400px;width:150px; display: none;
padding: 3px; background-color: #888888;
-webkit-border-radius: 3px;-moz-border-radius:3px;border-radius: 3px;
 }

#fileUploadBox2 { position: fixed; left: 400px; top: 400px;display: none; z-index: 200;
padding: 30px; background-color: #cccccc;
-webkit-border-radius: 3px;-moz-border-radius:3px;border-radius: 3px;
 }
#uploadFile { padding-top: 20px; padding-bottom: 20px; }

#cinsertMediaBar  { position: fixed; left: 400px; top: 400px;width:auto; display: none;
padding: 7px; background-color: #eeeeee;
-webkit-border-radius: 3px;-moz-border-radius:3px;border-radius: 3px;
 }/* width:150px;*/
#cinsertMediaBar  a:hover { background-color: #dddddd; }

#cinsAppPage { position: fixed; left: 200px; top: 200px; display: none;
padding: 20px; background-color: #dddddd; border: 2px solid #999999;
-webkit-border-radius: 3px;-moz-border-radius:3px;border-radius: 3px;z-index: 1000;
 }

#cinsAppPage > ul > li.active { border-bottom: 2px solid #ffffff; }

#cinsAppPage1 { position: fixed; left: 200px; top: 200px; display: none;
padding: 20px; background-color: #dddddd; border: 2px solid #999999;
-webkit-border-radius: 3px;-moz-border-radius:3px;border-radius: 3px;
 }

#cinsertMediaBar1  { position: fixed; left: 400px; top: 400px;width:150px; display: none;
padding: 7px; background-color: #eeeeee;
-webkit-border-radius: 3px;-moz-border-radius:3px;border-radius: 3px;
 }
#cinsertMediaBar1  a:hover { background-color: #dddddd; }




body.mceContentBody, .mce-content-body {
    font-size:16pt;
    font-family: Open Sans;
}
//nkbp for text mathquill text alignment
img.rendered-latex {
    vertical-align: initial !important;
}
body#tinymce.mce-content-body img.rendered-latex {
    vertical-align: initial !important;
}


/****************************/




.inPassPageDiagTop1{ width: 100%; height: 100%; z-index: 100; display: none; position: fixed; top: 0; left: 0; 
    background: rgba(0,0,0,0.6);overflow:scroll; } 
.inPassPageDiag1 { width: 1024px; height: auto; position: relative; -webkit-overflow-scrolling: touch; overflow: auto; 
    background: #eee; font-size: 5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; 
    margin: 30px auto; padding: 5px; box-sizing: content-box; } 
.inPassPagecimg1, .inPassPageoimg1 { position: absolute; top: 5px; right: 5px; cursor: pointer; }
.inPassPageoimg1 { right: 35px; }
.inPassPageclose1 { text-decoration: underline; font-size: 10px; cursor: pointer; padding: 3px; } 
.inPassPageIfrm1 { width: 100%; height: 95%; margin-top: 15px; min-width: 1024px; min-height: 600px; }#imageExtraBtn{
    float: right;
    margin-right:-500px;
}
#topContent{margin-left:14px;}

#edcontentdiv{ overflow:auto;}

#imgselButton{background-color: #5bb75b;
    color: white;}
#addurlDivClose{display:none;}


#myDiv {
    margin-top: 0px;

}

#myDiv .popover ul {
    list-style-type: none;
    padding: 0px;
    margin: 0;
}

#myDiv .popover, #myDiv .popover-content {
    font-size: 16px;
    background-color: #fff;
    color: black;
    max-width: 600px;
}

#myDiv .popover-title {
    background-color: #f7f7f7;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    max-width: 600px;
    color: black;
    display: none; 
}

#myDiv .arrow:after {
    border-bottom-color: #fff;
}

#imggallery div.caption-container {
    margin-top: -17px;
}
#quota{font-size:16px;}

.modal-backdrop{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #000;
}

.edsecColor{
background-color:#F9A11A;
}

/*
.form-control{
    display: inline-block;
    width: 180px;
}*/
.btn:focus {
    outline: none;
}

.navTabs > li.active > a, .navTabs > li.active > a:hover, .navTabs > li.active > a:focus {
    border: none;
}
#editModal .modal-dialog,  #myModal .modal-dialog{
width: 600px;
margin: 200px auto;
}
#imageExtraBtn {
z-index: 0;
position: relative;
    margin-top: -40px;
}
#imggallery div.slideshow span.image-wrapper{z-index:0;}

#pop{
float: right;
margin-right: 47px;
}
.edciteSecondaryButton{
    background-color: #F9A11A;
    width: 132px;
    height: 46px;
    margin: 0px 2px;
    color: #373831;
    white-space: normal;
    border-radius: 10px;
    font-size: 14px;
    padding: 3px 6px;
    border: 1px solid #ccc;
    outline:none;
}
.edciteTertiaryButton{
    background-color: #F9A11A;
    width: 130px;
    height: 30px;
    border-radius: 8px;
    margin: 0px 2px;
    padding: 3px 6px;
    font-size: 14px;
    color: #373831;    
    border: 1px solid #ccc;
}
.navTabs > li{
    margin: 0px 10px;
}
.navTabs > li > a, .navTabs > li > a:hover, .navTabs > li > a:focus{
    background-color: #8C8C8B;
    min-width: 200px;
    border-color: transparent;
    color: #CDD2D4;
    font-size: 18px;
    height: 52px;
    padding: 10px;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    vertical-align: middle;
    display: table-cell;
}
.navTabs > li.active > a, .navTabs > li.active > a:hover, .navTabs > li.active > a:focus{
    background-color: #AFC838;
    font-weight: bold;
    color: #373831;
}*/
#imgnav{font-size:16px;background:#F6F4F1}

#imgdetails td{
    padding : 5px;
}
/*
#imgnav { margin-top: 5px; border-bottom-color: #ffffff; }
#imgnav > li > a {  border-bottom-color: #e0e0e0; background-color:#ffffff; color: #444444; }
#imgnav > .active > a {  border-bottom-color: #ffffff; background-color:transparent; }
#imgnav > .active > a:hover {  border-bottom-color: #f4f4f4; background-color:#f4f4f4; }
*/
#imgGalleryDiv{
margin: auto;
/* text-align:center;*/
}
#galleryTopControls { padding-left: 10px; }
#galleryTitle { font-family:arial; font-size:15px; font-weight:bold; margin-right: 5px; }
#galleryTopControls .btn-group button { margin-right: 3px; }
#imgFilterTxt { width: 300px; display: inline-block; margin-left: 5px; margin-right: 0px; }
 #imgselButton { margin-left: 10px; }

#imggallery {  margin-top: 2px; width: 800px; padding-left: 10px; display: none; }
#imggallery div.content { /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */ display: none; float: right; width: 350px; }
#imggallery div.content a, #imggallery div.navigation a { text-decoration: none; color: #777;}
#imggallery div.content a:focus, #imggallery div.content a:hover, #imggallery div.content a:active { text-decoration: underline;}
#imggallery div.controls { margin-top: 0px; height: 23px;}
#imggallery div.controls a { padding: 5px;}
#imggallery div.ss-controls { float: left;}
#imggallery div.nav-controls { float: right;}
#imggallery div.slideshow-container { position: relative; clear: both; height: 302px; /* This should be set to be at least the height of the largest image in the slideshow */}
#imggallery div.loader { position: absolute; top: 0; left: 0; background-image: url('/css/galleriffic/loader.gif'); background-repeat: no-repeat; background-position: center; width: 350px; height: 302px; /* This should be set to be at least the height of the largest image in the slideshow */}
#imggallery div.slideshow {}
#imggallery div.slideshow span.image-wrapper { display: block; position: absolute; top: 0; left: 0;}
#imggallery div.slideshow a.advance-link { display: block; width: 450px; height: 452px; /* This should be set to be at least the height of the largest image in the slideshow */ line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */ text-align: center;}
#imggallery div.slideshow a.advance-link:hover, #imggallery div.slideshow a.advance-link:active, #imggallery div.slideshow a.advance-link:visited { text-decoration: none;}
#imggallery div.slideshow img { vertical-align: top; margin-top: 80px; border: 1px solid #ccc; max-width: 350px; max-height: 350px;}
#imggallery div.download { float: right;}
#imggallery div.caption-container { position: relative; clear: left; height: 45px; }
span.image-caption { display: block; position: absolute; width: 450px; top: 0; left: 0; }
#imggallery div.caption { padding: 12px;}
#imggallery div.image-title { font-weight: bold; font-size: 1.4em;}
#imggallery div.image-desc { line-height: 1.3em; padding-top: 12px;}
#imggallery div.navigation { min-height: 500px;  /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */}
#imggallery ul.thumbs { clear: both; margin: 0; padding: 0;}
#imggallery ul.thumbs li { float: left; padding: 0; margin: 5px 10px 5px 0; list-style: none;}
#imggallery a.thumb { padding: 2px; display: block; border: 1px solid #ccc;}
#imggallery ul.thumbs li.selected a.thumb { background: #000;}
#imggallery a.thumb:focus { outline: none;}
#imggallery ul.thumbs img { border: none; display: block; width: 50px; height: 50px;}
#imggallery div.pagination { clear: both; background: transparent;; height: 24px; padding-top: 2px; padding-bottom: 2px; margin-top: 2px; margin-bottom: 2px;  }
#imggallery div.navigation #imggallery div.top { margin-bottom: 12px; height: 11px;}
#imggallery div.navigation #imggallery div.bottom { margin-top: 2px;}
#imggallery div.pagination a, #imggallery div.pagination span.current, #imggallery div.pagination span.ellipsis { display: block; float: left; margin-right: 5px; padding: 0px 7px 0px 7px; border: 1px solid #ccc;}
#imggallery div.pagination a:hover { background-color: #eee; text-decoration: none;}
#imggallery div.pagination span.current { font-weight: bold; background-color: #000; border-color: #000; color: #fff;}
#imggallery div.pagination span.ellipsis { border: none; padding: 5px 0 3px 2px;}

#imggallery div.pagination a, #imggallery div.pagination span.ellipsis { line-height: 22px;  }

#imgdetails { width: 800px; padding-left: 220px; margin-top: 10px; float: right; font-weight: bold; clear:both;display: none; text-align: left;word-break: break-all}
#imgdetails  input {  margin-right: 15px; margin-right: 5px;}
#imgdetails  span {  vertical-align: top;}
#imgdetails #selimgurl, #imgdetails #linktd {  padding-left: 0px; font-weight: normal;word-break: break-all}

.addonDiv { display: none; width: 100%; height:900px; position: relative; overflow: auto; background:white }
.alttext { height: 34px; width: 200px; }
#altTxtLabel { margin-left: 10px; margin-right: 10px; }#uploadImgForm,#uploadImageUrlForm,#bImageP{
    width:700px;
    display:none;
}

#flickrSearchTab{
    margin-left: 20px;
    margin-top: 21px;
}


#uploadImageUrlForm,#uploadImgForm{
    margin-top: 21px;
    margin-left:20px;
}
#uploadBlobImage{display:none;}#ExtrafillOption{display:none;margin-top:10px}
#addimagediv { width: 700px; margin: 20px; overflow: auto; position: relative;-webkit-box-shadow: 0px 0px 10px #cbcbcb; }
#msgarea { font-size: 16px; color: red; font-weight: bold; margin-left: 100px; }
#tab { width: 450px; margin-left: 100px; }
#urls{margin-top:20px;}

#addimage_form span { padding-right: 20px; }
#addimage_form #srclbl { padding-right: 37px; }
#addimage_form #taglbl { padding-right: 60px; }
/* #tagtxt, #linktxt, .urltxt { width: 300px; } */
#certifychxImgUrl{margin-top:10px}
.addimagebutton{
	outline: none;
clear: both;
margin-top: 8px;
margin-left: 8px;
width: 160px;
background: #F9A11A;
color: #000;
border-color: #EAF898;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
#linktxtImgUrl { margin-bottom: 10px;}
.addurl_img { padding-left: 30px; }
.deltd { padding-left: 20px; }
#urlsTable { margin-top: 20px; }


.addonClose { position: absolute; top: 10px; right: 10px; display: none; }













#addurlDivClose,#uploadsDivClose{background:#f0ad4e;}
#addvideodiv { width: 700px;margin-left: 40px;
margin-top: 10px; overflow: auto; position: relative; }


#tagtxtImgUrl , #cprightImgUrl, #srctxtImgUrl, #linktxtImgUrl {width:420px; height:32px}
#addimage_form {border: solid 1px #cbcbcb;background: #EAF898; padding: 10px; overflow: auto; }body {
    font: 13px Arial, Helvetica, Sans-serif;
}
#symbol1,#symbol2{float:right;font-size:large}
#tagtxtImageUpload,#cprightImageUpload,#srctxtImageUpload,#linktxtImageUpload{
width: 400px;
height: 32px;
border-radius: 10px;
border:1px solid #457025;
outline: none;
}
#addtag{
font-size:16px;
}
.Txtfieldheading{

}
.addtagmargin{
margin-left: 10px;
}
#panel1,#flipImageField
{
padding:5px;
background-color:#EAF898;
border:solid 1px #c3c3c3;
width:480px;
}
#panel1
{
display:none;
}#addflickrImgToLib{display:none}
.galleria-info-link{display:none}
.img-data{
font-size: 16px;
font-weight: bolder;}
#searchtermImg{width:300px;}
#flickrinsertimage{margin-bottom:1px; margin-left:2px}


.galleria-thumbnails .galleria-image{width:120px;height:90px;}
.galleria-thumbnails-container { height: 90px;}
.galleria-thumbnails-list{height:90px;}
.galleria-thumb-nav-left,.galleria-thumb-nav-right{height:70px;top: 28px}
.galleria-stage {bottom: 90px;}




#blobPaste{width: auto;border: 1px solid black;min-height:150px;}
#blobImageProcess { width: 680px; margin: 10px; padding: 10px; overflow: auto; position: relative; background:#EAF898; }
body {     font: 13px Arial, Helvetica, Sans-serif; }

.addImageButton {     outline: none;    clear: both;    margin-top: 8px;    margin-left: 8px;    width: 160px;
    background: #F9A11A;    color: #000;    border-color: #EAF898;    display: inline-block;    padding: 6px 12px;
    margin-bottom: 0;    font-size: 14px;    font-weight: normal;    line-height: 1.428571429;
    text-align: center;    white-space: nowrap;    vertical-align: middle;    cursor: pointer;    -webkit-user-select: none;
    background-image: none;    border: 1px solid transparent;    border-radius: 4px;
}

#AddVideoListOption{ display:none;margin-top:3px;height:900px;background:white;margin-left:15px}#videolibdiv .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
border: 1px solid transparent;
}/*
.btn{
padding: 10px 25px;
margin-bottom: 7px;
margin-left: 14px;
}
.nav-tabs{font-size: 16px;
margin-left: 15px;}

*/
.edsecColor {
background-color: #F9A11A;
}

#videolibdiv .vsearchIcon {
background-image: url('/images/ui1/icn-search.png');
background-repeat: no-repeat;
background-size: 30px;
padding: 15px;
position: absolute;
top: 52px;
left: 357px;
background-position: right;margin-left: 43px;margin-top: -6px;}
.btn:focus {
outline: none;
}
#videolibdiv img {
vertical-align: middle;
margin-left: 4px;
}

#videoFilterTxt {
width: 300px;
height: 40px;
border-radius: 8px;
outline: -webkit-focus-ring-color auto 0px;
padding: 5px;
padding-right: 40px;
display: inline-block;
}

/*  #videostable_paginate
{
    position: absolute;
    margin-left: 950px;
} */
.space{padding-bottom:3px; padding-left:10px;}
#videosdiv { margin-left: 10px; margin-right: 10px; }

#videolibTopControls { padding-left: 10px; }
#videolibTitle { font-family:arial; font-size:15px; font-weight:bold; margin-right: 5px; }
#videolibTopControls button { margin-right: 5px; }
#videolibTopControls .btn-group button { margin-right: 3px; }
#btnMyVideos, #btnAllVideos { margin-top: 5px;   }
//  #videoFilterTxt { width: 120px; } //
#videoselButton { margin-left: 300px; }

.tablebutton {
	color:#666666;width:70px;height:25px;clear:both;background:#7CA738;
	text-align:center;	color:#FFFFFF; 	font-weight:bold;
        -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
}

#additembtn { width:120px; margin: 10px; margin-left: 30px; }

#actdiv { width: 120px; }
#videostable .spani { padding: 5px; background: #DDDDDD; margin: 0; margin-right: 5px; 
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; display: inline-block;  float: left;background:#F9A11A; }

.addonDiv { display: none; width: 100%; height: 600px; position: relative; overflow: auto; }.edciteSecondaryButton{
    background-color: #F9A11A;
    width: 132px;
    height: 46px;
    margin: 0px 2px;
    color: #373831;
    white-space: normal;
    border-radius: 10px;
    font-size: 14px;
    padding: 3px 6px;
    border: 1px solid #ccc;
}
.edciteTertiaryButton{
    background-color: #F9A11A;
    width: 130px;
    height: 30px;
    border-radius: 8px;
    margin: 0px 2px;
    padding: 3px 6px;
    font-size: 14px;
    color: #373831;    
    border: 1px solid #ccc;
}
.navTabs > li{
    margin: 0px 10px;
}
.navTabs > li > a, .navTabs > li > a:hover, .navTabs > li > a:focus{
    background-color: #8C8C8B;
    min-width: 200px;
    border-color: transparent;
    color: #CDD2D4;
    font-size: 18px;
    height: 52px;
    padding: 10px;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    vertical-align: middle;
    display: table-cell;
}
.navTabs > li.active > a, .navTabs > li.active > a:hover, .navTabs > li.active > a:focus{
    background-color: #AFC838;
    font-weight: bold;
    color: #373831;
}
.pointer{
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid black;
    vertical-align: middle;
    display: inline;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}
.dataTables_wrapper {
    margin: 0px 25px;
    position: relative;
    clear: both;
    zoom: 1; /* Feeling sorry for IE */
}
.dataTables_wrapper table{
   table-layout: fixed;
   width: 100% !important;
   font-family: Open Sans;
   font-size: 14px !important;
}
.dataTables_wrapper a, .dataTables_wrapper a:hover{
    color:#457025;
    font-weight: bold;
    display: inline;
    text-decoration: none;
    word-break: break-word;
    display: initial;
}
.dataTables_length{
    display: none
}
.dataTables_filter{
    display: none
}
.dataTables_wrapper tbody{
    background-color: #FFFFFF;
}
.dataTables_wrapper th, .dataTables_wrapper th.headerOff{
    background: -webkit-linear-gradient(#FFFFFF, #AAAAAA); /* For Safari */
    background: -o-linear-gradient(#FFFFFF, #AAAAAA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFFFFF, #AAAAAA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFFFFF, #AAAAAA); /* Standard syntax */
    display: table-cell;
    height: 44px;
    text-align: left;
    color: #000000;
    font-weight: bold;
    border: 1px solid #d4d4d4;
    padding-left: 5px;
    white-space: normal;
}
.dataTables_wrapper th.headerOn{
    background: -webkit-linear-gradient(#AFC838, #7CA738); /* For Safari */
    background: -o-linear-gradient(#AFC838, #7CA738); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#AFC838, #7CA738); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#AFC838, #7CA738); /* Standard syntax */
    color: #FFFFFF;
}
.dataTables_wrapper tr{
    height: 44px;
    display: table-row;
}
.dataTables_wrapper td{
    display: table-cell;
    text-align: left;
    border: 1px solid #d4d4d4;
    padding-left: 5px;
    vertical-align: middle;
    white-space: normal;
    word-wrap: break-word;
}
.dataTables_wrapper td img {
    max-width:100% !important;
    height:auto;
}
.dataTables_wrapper th:first-child div, .dataTables_wrapper td:first-child div,.dataTables_wrapper th:first-child input, .dataTables_wrapper td:first-child input{
    text-align: center;
    padding: auto;
}
.radioButton{
    border: 1px solid #808080;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: auto;
    outline:0;
}
tr.rowselected{
    background-color: #EAF898;
}
input.selected,div.selected{
    background-color: #7CA738;
}
input.unselected,div.unselected{
    background-color: #FFFFFF;
}
.assignmentInfo{
    background-color: #F9C181;
    color: black;
    display: inline;
    vertical-align: middle;
    float: right;
    padding: 0px 10px;
    font-size: 18px;
    font-weight: 900;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 5px;
}
.assignmentName{
    color: #457025;
    position: relative;
    padding: 5px;
}
.pointerSelected{
    border-top-color: white;
}
.dataTables_info{
    display: inline-block;
}
.dataTables_paginate{
    float: right;
    display: inline-block;
}
.paginate_enabled_next {
    //background-image: url('/js/libs/datatables/images/forward_enabled.jpg');
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid green;
    float: right;
}
.paginate_enabled_previous {
    //background-image: url('/js/libs/datatables/images/back_enabled.jpg');
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; 
    border-right:10px solid green; 
    margin-right: 5px;
    float: left;
}
.paginate_disabled_previous {
    //background-image: url('/js/libs/datatables/images/back_disabled.jpg');
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; 
    border-right:10px solid black; 
    margin-right: 5px;
    float: left;
}
.paginate_disabled_next {
    //background-image: url('/js/libs/datatables/images/forward_disabled.jpg');
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid black;
    float: right;    
}.ifrm_diag { width: 100%; height: 90%; margin-top: 15px; min-width: 700px; min-height: 600px; }#uploadVideoUrlForm,#uploadVidForm{
    width:700px;
    display:none;
}

#YouTubeSearch{
    margin-left: 20px;
    margin-top: 21px;
}
#uploadVidForm{margin-left:25px;margin-top: 21px;}
#uploadVideoUrlForm{margin-top: 21px;}
#vidnav{background:#F6F4F1;margin-left:0px}




#taglblvidupload{font-size:16px}
#symbol1,#symbol2{float:right;font-size:large}
body {
    font: 13px Arial, Helvetica, Sans-serif;
}
#tagtxtvideoupload,#cprightvideoupload,#srctxtvideoupload,#linktxtvideoupload{
width: 400px;
height: 32px;
border-radius: 10px;
border:1px solid #457025;
outline: none;
}
#addtag{
font-size:16px;
}
.Txtfieldheading{

}
.addtagmargin{
margin-left: 10px;
}
#panel,#flip
{
padding:5px;
background-color:#EAF898;
border:solid 1px #c3c3c3;
width:480px;
}
#panel
{
display:none;
}





#flip1{display:none;margin-top:10px}
.detailMargin{margin-top:6px}
#addurlDivClose{background:#f0ad4e}
#addvideodiv { width: 700px;margin-left: 20px;
margin-top: 10px; overflow: auto; position: relative; }
#msgarea { font-size: 16px; color: red; font-weight: bold; margin-left: 100px; }
#tab { width: 450px; margin-left: 100px; }
#tagtxtvid , #cprightvid, #srctxtvid, #linktxtvid{width:420px;height:32px}
#addvideo_form { border: solid 1px #cbcbcb;
background: #EAF898; padding: 10px; overflow: auto; }
#addvideo_form span { padding-right: 20px; }
#addvideo_form #srclbl { padding-right: 37px; }
#addvideo_form #taglbl { padding-right: 50px; }

.addvideobutton{
outline: none;
clear: both;
margin-top: 8px;
margin-left: 8px;
width: 160px;
background: #F9A11A;
color: #000;
border-color: #EAF898;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}


.addurl_img { padding-left: 30px; }
.deltd { padding-left: 20px; }
#urlsTable { margin-top: 15px; }

.addonClose { position: absolute; top: 10px; right: 10px; display: none; }#searchtermvid{ width:300px; border-radius:8px}
.galleria-info-link{display:none}
#addToVidLib{display:none}
.video-data{font-size:18px;font-weight:bolder}
#YouTubeinsertvideo,#addToVidLib{margin-bottom:1px;margin-left:2px}






.galleria-thumbnails .galleria-image{width:120px;height:90px;}
.galleria-thumbnails-container { height: 90px;}
.galleria-thumbnails-list{height:90px;}
.galleria-thumb-nav-left,.galleria-thumb-nav-right{height:70px;top: 28px}
.galleria-stage {bottom: 90px;}
.galleria-counter{bottom:45px;}
#AddAudioListOption{ display:none;margin-top:3px;height:900px;background:white;margin-left:15px}#audiolibdiv .asearchIcon {
background-image: url('/images/ui1/icn-search.png');
background-repeat: no-repeat;
background-size: 30px;
position: absolute;
padding: 15px;
top: 52px;
left: 357px;
background-position: right;margin-left: 43px;margin-top: -6px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
border: none;
}

#audiolibdiv .btn:focus {
outline: none;
}
#audiolibdiv img {
vertical-align: middle;
margin-left: -37px;
}
#audiolibdiv .secbtn
{
outline: -webkit-focus-ring-color auto 0px;
background-color: #F9A11A;
width: 130px;
height: 46px;
margin: 2px;
color: #373831;
white-space: normal;
margin-bottom: 20px;
border-radius: 10px;
font-size: 14px;
padding: 3px 6px;
box-shadow: 1px 1px 1px #888888;
background-image: none;
}
#audioFilterTxt{
width: 300px;
height: 40px;
border-radius: 8px;
outline: -webkit-focus-ring-color auto 0px;
padding: 5px;
padding-right: 40px;
display: inline-block;
}
.edsecColor {
background-color: #F9A11A;
}
/*
.btn {
padding: 10px 25px;
margin-bottom: 7px;
margin-left: 14px;
}*/
/*  #audiostable_paginate
{
  position: absolute;
  margin-left: 950px;
} */

#audiolibdiv .space{padding-bottom:20px; padding-left:10px;}
#audiosdiv { margin-left: 10px; margin-right: 10px; }

#audiolibTopControls { padding-left: 10px; }
#audiolibTitle { font-size:15px; font-weight:bold; margin-right: 5px; }
#audiolibTopControls button { margin-right: 5px; }
#audiolibTopControls .btn-group button { margin-right: 3px; }
#btnMyAudios, #btnAllAudios { margin-top: 5px;   }
//   #audioFilterTxt { width: 120px; } //
#audioselButton { margin-left: 300px; }

.tablebutton {
	color:#666666;width:70px;height:25px;clear:both;background:#7CA738;
	text-align:center;	color:#FFFFFF; 	font-weight:bold;
        -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
}

#additembtn { width:120px; margin: 10px; margin-left: 30px; }

#actdiv { width: 120px; }
#audiostable .spani { padding: 5px; background: #DDDDDD; margin: 0; margin-right: 5px; 
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; display: inline-block;  float: left;background:#F9A11A }

.player { position: absolute; top:-70px;right:5px; display: none; }

.addonDiv { display: none; width: 100%; height: 600px; position: relative; overflow: auto; }
#uploadAudioForm, #recordAudioForm {
    width:700px;
    display:none;
}

#uploadAudioUrlForm,#uploadAudioForm{
    margin-top: 21px;
    margin-left:20px;
}
#taglblaudioupload{font-size:16px}
#symbolaudio1,#symbolaudio2{float:right;font-size:large}
body {
    font: 13px Arial, Helvetica, Sans-serif;
}
#addaudio_form{background:#EAF898}
#tagtxtaudioupload,#cprightaudioupload,#srctxtaudioupload,#linktxtaudioupload{
    width: 400px;
    height: 32px;
    border-radius: 10px;
    border:1px solid #457025;
    outline: none;
}
#addtag{
    font-size:16px;
}
.Txtfieldheading{

}
.addtagmargin{
    margin-left: 10px;
}
#panelaudio,#flipAudio
{
    padding:5px;
    background-color:#EAF898;
    border:solid 1px #c3c3c3;
    width:480px;
}
#panelaudio
{
    display:none;
}

.addAudioButton
{
    outline: none;
    clear: both;
    margin-top: 8px;
    margin-left: 8px;
    width: 160px;
    background: #F9A11A;
    color: #000;
    border-color: #EAF898;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


#addaudiodiv { width: 700px; margin: 10px; overflow: auto; position: relative; }
#msgarea { font-size: 16px; color: red; font-weight: bold; margin-left: 100px; }
#tab { width: 450px; margin-left: 100px; }
#flipAudioExtraOption{margin-top:10px;}
#addaudio_form {border: solid 1px #cbcbcb;
background: #EAF898;
padding: 10px;
overflow: auto; }
#addaudio_form span { padding-right: 20px; }
#addaudio_form #srclbl { padding-right: 37px; }
#addaudio_form #taglbl { padding-right: 50px; }
#tagtxt, #linktxt, .urltxtaudio { width: 300px; }
.addaudiobutton{
	clear:both;	margin-top: 30px; margin-left: 40px; 	width:125px; 	height:31px; 	background:#666666;
	text-align:center;	line-height:31px;	color:#FFFFFF;	font-size:11px;	font-weight:bold; margin-bottom: 20px; 
}

#linktxt { margin-bottom: 10px; margin-left: 5px  }
.addurl_img { padding-left: 30px; }
.deltd { padding-left: 20px; }
#urlsTable { margin-top: 20px; }

.addonClose { position: absolute; top: 10px; right: 10px; display: none; }

.addaudiobutton{
	outline: none;
clear: both;
margin-top: 8px;
margin-left: 8px;
width: 160px;
background: #F9A11A;
color: #000;
border-color: #EAF898;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
#tagtxtAudioUrl , #cprightAudioUrl, #srctxtAudioUrl, #linktxtAudioUrl {width:420px; height:32px}
#recaudiodiv { width: 680px; margin: 10px; padding: 10px; overflow: auto; position: relative; background:#EAF898; }
#msgarea { font-size: 16px; color: red; font-weight: bold; margin-left: 100px; }

#recordingslist audio { display: block; margin-bottom: 10px; }

#taglblaudiorecord{font-size:16px}
#symbolaudio1,#symbolaudio2{float:right;font-size:large}
//body {     font: 13px Arial, Helvetica, Sans-serif; }
#addaudio_form{background:#EAF898}
#tagtxtaudiorecord, #cprightaudiorecord, #srctxtaudiorecord, #linktxtaudiorecord {
    width: 400px;     height: 32px;    border-radius: 10px;    border:1px solid #457025;    outline: none;
}
#addtag {     font-size:16px; }
.Txtfieldheading { }
.addtagmargin {     margin-left: 10px; }
#panelaudiorecord,#flipAudioRecord {     padding:5px;    background-color:#EAF898;    border:solid 1px #c3c3c3;    width:480px; }
#panelaudiorecord {     display:none; }
.addAudioButton {     outline: none;    clear: both;    margin-top: 8px;    margin-left: 8px;    width: 160px;
    background: #F9A11A;    color: #000;    border-color: #EAF898;    display: inline-block;    padding: 6px 12px;
    margin-bottom: 0;    font-size: 14px;    font-weight: normal;    line-height: 1.428571429;
    text-align: center;    white-space: nowrap;    vertical-align: middle;    cursor: pointer;    -webkit-user-select: none;
    background-image: none;    border: 1px solid transparent;    border-radius: 4px;
}

#audioRecQPreviewBtn { display:none; position: absolute; top: 10px; right: 20px; }
#arecStartBtn { margin-left: 162px;margin-top: -62px; }
#arecStopBtn { margin-top: -62px;  }
.inPassPageDiagTop,.inPassPageDiagTopView{ width: 100%; height: 100%; z-index: 1100; display: none; position: fixed; top: 0; left: 0; 
    background: rgba(0,0,0,0.6);overflow:scroll; } 
.inPassPageDiag,.inPassPageDiagView { width: 1024px; height: auto; position: relative; -webkit-overflow-scrolling: touch; overflow: auto; 
    background: #eee; font-size: 5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; 
    margin: 30px auto; padding: 5px; box-sizing: content-box; } 
.inPassPagecimg, .inPassPageoimg ,.inPassPagecimgView, .inPassPageoimgView { position: absolute; top: 5px; right: 5px; cursor: pointer; }
.inPassPageoimg ,.inPassPageoimgView{ right: 35px; }
.inPassPageclose,.inPassPagecloseView { text-decoration: underline; font-size: 10px; cursor: pointer; padding: 3px; } 
.inPassPageIfrm ,.inPassPageIfrmView{ width: 100%; height: 95%; margin-top: 15px; min-width: 1024px; min-height: 600px; } 
.custPSGHeaderDesign {
    /*text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px 
        rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 
        0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);*/
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
    margin-top:61px !important;
}
.custPSGCategoryDesign {
	margin: 0rem 1rem;
}
#custTabContentDesign {
	border-radius: 0.2rem;
	box-shadow: 2px 2px 8px 2px #e5e5e5;
	background-color:white;
}
.custTableDesign {
    margin: 7rem 0rem;
	width:100%;
}
.custTableTDDesign {
	//padding: 0rem 1rem;
    padding: 0.5rem 1rem;
}
.custTableTDSearchDesign {
	width: 20%;
}
.custTableTDFilterDesign {
	width: 18%;
}
.edcitemodaldialog {
  width:86% !important;
}
.edcitemodalcimg{
    z-index:10;
}
#custSearchBTNDesign {
	background-color: #AFC838;
	color: white;
}
.custCarouselDesign {
	margin: 5rem 0rem 0rem 0rem;
}
.custHorizontalDividerDesign {
	margin: 1rem 0rem;
	border: 0.1rem solid black;
}
#psgtopicmenuSrc{
    z-index: 30 !important;
}
/*---------------------------------------------carasoule Part--------------------------------------------------*/
#myCarouselScience, #myCarouselLiterature ,#myCarouselSocial{
	display:none;
}
.custTopicDesign{
	display: table;
	margin: 0 auto;
	font-size: 2.5rem;
	font-weight: bolder;
	font-family: sans-serif;
	text-transform: uppercase;
}
.carousel-control {
	padding-top:5%;
	width:3%;
	font-size: 10rem !important;
	color: #AFC838;	  
	background-image: none !important;
}
.carousel-control:hover { 
	padding-top:5%;
	width:3%;
	font-size: 10rem;
	color: #7CA738;
	background-image: none !important;
}
.custWellDesign {
	width: 100% !important;
}
.item {
	margin-left:5em !important;
}
.custImageDataDesign {
	height: 20rem;
}
.carousel-indicators {
	top: -7rem !important;
	/*left: 80rem !important;*/
	margin-left:24%;
	height: 2rem !important;
	width: 30rem !important;
}
.custPaginationDesign {
	background-color: gray !important;
	width: 1rem !important;
	height: 1rem !important;
	margin: 0 !important;
}
.carousel-indicators .active {
	background-color: #AFC838 !important;
	width: 1rem !important;
	height: 1rem !important;
	margin: 0 !important;
}
/*-------------------------------------------------------------------------------------------------------------*/
.dataDiv {	
	/*padding: 1rem 2rem;
	background-color: antiquewhite;
	border: 1px solid;*/
	margin: 7rem 1.7rem;
	width: 14rem;
	height: 24rem;
}
#viewPassage {
	display: block;
	position: absolute;
	z-index: 1;
	background-color: #fafafa;
	width: 96.5rem;
	padding: 1rem 2rem;
	height: 46rem;
	overflow: auto;
	top: 27.1rem;
}
.carousel-inner {
	height: 24rem !important;
}
.custImgDataDesign {
	background-size: contain;
	background-repeat: no-repeat;	
	/*width: 20rem;
	height: 25rem;*/
}
.custTitleDataDesign{
	/*height: 4rem;
	width: 100%;
	position: relative;
	top: 0rem;
	color: black;
	text-transform: uppercase;
	font-weight: bolder;*/
	height: 4rem;
	text-transform: uppercase;
	font-weight: bolder;
	position: absolute;
	top: 2rem;
	width: 11rem;
	font-size: 1rem;
	color: #FFF;
	left: 4rem;
	text-align: center;
}
.custAuthorDataDesign {
	/*height: 3.5rem;
	width: 100%;
	position: relative;
	top: 0rem;
	color: black;
	text-transform: uppercase;
	font-weight: bolder;*/
	height: 3.5rem;
	position: relative;
	text-transform: uppercase;
	font-weight: bolder;
	top: -5rem;
	left: 4rem;
	width: 11rem;
	color: #FFF;
	font-size: 1rem;
	text-align: center;
}
button#psgtopicSrc {
	background-color: white;
	border: transparent;
	width: 100%;
	height:auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.psgtp{
	display:inline;
	padding-left:12px;
	padding-right:12px;
}
input[type="checkbox"].psginpt{
   float:right;
   display:inline;
   margin-right: 6px;
}

	
.tooltip {
	
}
.row{
  margin-left:-15px !important}

#busygif {display:none ; position:fixed ; right:20px; top:60px ; z-index: 9150; } 	
/*#content { white-space: pre-line; }

#psgsdiv{ margin-left: 20px; margin-right: 20px; margin-top: 5px; }
#psgsearchform{ margin: 20px;}

#viewPassage { position:fixed; left: 5%; top: 5%; right:5% ; bottom: 5%; padding: 25px;
font-family: arial, helvetica, sans-serif; background:#000;
font-size: 16px ; font-weight:bold ; text-align:left ; color: #FFFF88  ;background-color: #CCCCCC;  z-index: 100;
-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px; display: none; border:5px solid #333333; overflow:auto; }

#content234 {   left: 20%; top: 10%; right:10% ; height : 200 ; width:1120px;}
#content { font-family: arial, helvetica, sans-serif; font-size: 13px ; color:black; font-weight:normal ; 
     text-align:left ; background-color: #F0FFF0; }

#viewFormOptionalFields { display:inline; }

.control-group { display:inline; }

.right { float:right; }

.qccss { padding: 2px; background: #85ADFF; margin: 1px;  margin-bottom: 10px; line-height: 30px; 
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; font-weight: bold; }

.left-div {
    float: left;
    width: 300px;
    height: 20px;
    margin-right: 8px;
}
.right-div {
    margin-left: 508px;
    margin-top: 80px;
}

.favStar { font-family: arial, helvetica, sans-serif ; font-size: 13px ;  color: black ;}

label {  font-weight: bold;  }*/
/* CSS for AV_Viewer_Main */
.AV-canvas-wrapper{
	position: relative;
    margin: 0 auto;
    width: fit-content; 
}

/* CSS for AV_Viewer_Canvas */


/* CSS for ArrayTypeView_Main */
#atSettings{
    margin-left: 14%;
    margin-top: 1%;
    width: 35px;
	height: 35px;
}
/*#delA1{
    margin-left: 17px;
    /*pointer-events: none;*/
    /*border: 1px solid red;
    background: white;
    width: 23px;
    color:red;
    float:left;
}*/
#delA1 {
    /* margin-left: 17px; */
    /* pointer-events: none; */
    border: 1px solid red;
    background: white;
    width: 23px;
    color: red;
    margin-left: 1rem;
    height: 3rem;
    width: 3rem;
    /* float: left; */
}
/*#addA1{
	margin-left: 123px;
    /*pointer-events: none;*/
    /*border: 1px solid green;
    background: white;
    color:green;
    float:left;
    margin-right: -70px
}*/

#addA1 {
    /* margin-left: 123px; */
    /* pointer-events: none; */
    border: 1px solid green;
    background: white;
    color: green;
    height: 3rem;
    width: 3rem;
    margin-left: 1rem
    /* float: left; */
    /* margin-right: -70px; */
}

#addA2{
	/*pointer-events:none;*/
    margin-top:5px; 
    border: 1px solid green;
    background: white;
    color:green;
    margin-right:15%;
    height: 3rem;
    width: 3rem
    
}

#delA2 {
    border: 1px solid red;
    background: white;
	/*pointer-events:none;*/
    width: 23px;
    color:red;
     margin-right:15%;
    height: 3rem;
    width: 3rem
}
/*#droppableRowStudent{
    margin-left: 11%;
    margin-top: 4%;
}*/
/*.categories {
    width: 500px;
    min-height: 77px;
    height: auto;
    padding: 0px;
    padding-top: 10px;
    margin: 5px;
    float: none;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background: #F6F4F1;
}*/
#eImageUrlA{
	margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 50px;
    width: 50px;
}
.droppableRowStudent{
    height: 70px;
    width: 500px;
    border: 1px solid black;
    margin-bottom: 30px;    
    background: lightgray;
    margin-left:5px;
    overflow:auto;
}
/*.verbtn{
     margin:4%;
    margin-top:1%
}*/

.verbtn {
    margin-top: 1%;
}

/*.horbtn{
    width:560px;
    height:20px
}*/

.horbtn {
    margin-left: 3rem;
    display: inline-block;
}
.colbtns{
display:grid;
    margin-top:10px
}


/* CSS for ArrayTypeView_AddRows */


/* CSS for ArrayTypeView_AddImages */
#arrayImg{
   margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 50px;
    width: 50px;
}

/* CSS for CanvasTimer_App */


/* CSS for CheckerBoardTest_Main */
#cbgdivision{
      
       width: 300px;
    height: 550px;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0px;
    margin-left: 108px;
    
}
  .resetGame{  margin-top: 500px;
    margin-left: 700px;
}
#ch_Divs{
 padding-top: 27px;   
}

/* CSS for CheckerBoardTest_QuestionList */
#chgridTable{
       margin-top: 10px; 
    width: 545px;
}
.chkDiv3D {
    display:flex;
    margin-top: 20px;
}
#gridportion{
       width: 29%;
    text-align: center;
    
}
#bgame{       margin-top: 60px;
       margin-left: -200px;
       
       
}
 #chstartGame{       width: 82px;
    margin-top: 6px;
    height: 46px;
    color: #373831;
    white-space: normal;
    border-radius: 10px;
    font-size: 14px;
    padding: 9px 6px;
    border: 1px solid #ccc;
    text-align: center;
}

/* CSS for CheckerBoardTest_Questions */
#Grid{
   text-align: center;
    margin: auto;
    width: 710px;
}
.ckbquestion {
    background-size: 100% 100%;
                z-index: 1;
                box-shadow: 1px 1px 1px 1px #666666;
                border:1px solid #aaaaaa;
                border-radius: 4px;
                width:120px;
                height:120px
}

/* CSS for CheckerBoardTest_StartButton */
.startHideCls {
    display: none;
}
 

/* CSS for CheckerBoardTest_ResetButton */
.resetButton {
   
        width: 82px;
    margin-top: 6px;
    height: 46px;
      
    color: #373831;
    white-space: normal;
    border-radius: 10px;
    font-size: 14px;
    padding: 3px 6px;
    border: 1px solid #ccc;
}
#grid{
    width: 710px;
    max-width: 710px;
    text-align: center;
    margin: auto;
    background-color: #E8E8E8;
}

/* CSS for CheckerBoardTest_QuestionDiv */

/*#question {margin-left: 100px;
    word-wrap: break-word;
    display: inline-table;
    text-align: left;
    font-family: "comic sans ms";
    font-size: 14px;
    height: 20px;
    font-weight: bold;
    vertical-align: middle;
}
#submitAnswerColumn {text-align: right;
                     margin: auto;
}*/



/* CSS for CheckerBoardTest_GameType */
.gameInfo{
    font-family: "comic sans ms";
    font-size: 15px;
    padding-top: 10px;
    background-color: #DBE4EB;
    display: block;
  
    border: 1px solid black;
    border-radius: 8px;
    width: 72px;
    height: 85px;
}


/* CSS for CheckerBoardTest_Score */
.gameInfo{
    font-family: "comic sans ms";
    font-size: 15px;
    padding-top: 10px;
    background-color: #DBE4EB;
    display: block;
 margin-top: 5px;
    
    border: 1px solid black;
    border-radius: 8px;
    width: 72px;
    height: 85px;
}

/* CSS for CheckerBoardTest_Timer */
.gameInfo{
        font-family: "comic sans ms";
    font-size: 15px;
    padding-top: 10px;
    background-color: #DBE4EB;
    display: block;
    margin-top: 5px;
    border: 1px solid black;
    border-radius: 8px;
    width: 80px;
    height: 85px;

    
}

/* CSS for CheckerBoardTest_TD */
.tdDiv{
       border: 1px solid black;
    padding: 4em;
    margin: 5em 6em;
}

.flex-container{
  margin: 1em auto;
    width: 4em;
    text-align: center;
        display: inline;
      
}
.usrinput{
    overflow: hidden;
    word-wrap: break-word;
    max-height: 30px;
    font-size: 11px;
    font-style: italic;
    padding: 2px auto;
    font-weight: lighter;
}
.responseImg{
    height: 12px;
    max-height: 12px;
    width: 12px;
    max-width: 12px;
}

/* CSS for CheckerBoardBingoGame */
.chb_compQues{
    margin-left: 16px;
    width: 15%;
    height: 49px;
    border-radius: 9px;
    border: 0.5px solid #A9A9A9;
    display: flex;
}

/*#question {margin-left: 100px;
    word-wrap: break-word;
    display: inline-table;
    text-align: left;
    font-family: "comic sans ms";
    font-size: 14px;
    height: 20px;
    font-weight: bold;
    vertical-align: middle;
}*/

/* CSS for CheckerBoardBoradPathGame */
#chb_compWidth{
          width: 548px;
    
} 
#parccAns_ch_Question{
     width: 221px;
}
.chb_compQues{
   
    margin-left: 12px;
       width: 100%;
    border: 1px solid #dddddd;
    outline: none;
    overflow: auto;
    padding-right: 28px !important;
    padding: 10px;
    font-family: Helvetica, sans-serif;
    font-size: 12pt;
    min-height: 77px;
    line-height: 1.4em;
    text-align: left;
}
.parccAns_chk_viewerAnswer {
     flex: 1;
    width: 201px;
    /* width: 38%; */
    margin-left: 238px;
    text-align: -webkit-auto;
    display: inline-block;
    word-wrap: break-word;
    margin-top: -74px;
    overflow: hidden;
}
#chb_submit{
  flex: 1;
    width: 104px;
    padding-left: 1px;
    text-align: center;
    border-collapse: separate;
    background-color: #bada55;
    margin-left: 5px;
    margin-top: -72px;
}
/*#chb_compWidth{
          width: 165%;
}
#wrapper_chk{
    width:500px;
    clear:both;  
}
#parccAns_chk_viewerAnswer {
       
           width: 26%;
   
    margin-left: 48px;
   
text-align: -webkit-auto;
    display: inline-block;
    word-wrap: break-word;
    margin-top: -74px;
        overflow: hidden;

 
}
.chb_compQues{
    margin-left: 11px;
       width: 28%;
    height: 49px;
    border-radius: 9px;
    border: 0.5px solid #A9A9A9;
    display: flex;
    overflow: hidden;
}
#questionBox
{
    background-color: white;
   
    text-align: -webkit-auto;
    display: inline-block;
    word-wrap: break-word;
    width:200px;
   /* float:left; */   /* uestion is big text is div is going left   */ 


/*}

#chb_submit{
   width: 20%;
       padding-left: 1px;
    text-align: center;
    border-collapse: separate;
    
    background-color: #bada55;
          margin-left: 5px;
  margin-top:  -72px;
}*/



/* CSS for BoardPathGameType */


/* CSS for CheckerBoardTest_Col */


.cbg_sel
{
     padding: 4em;
    margin: 5em 6em;
    background-color:  #B8F5E5;
    border: 2px dotted #000080;
    
}
.cbgtdDiv{
     border: 1px solid black;
    padding: 4em;
    margin: 5em 6em;
}
.oldViewImageDiv{
     max-width: 100px;
    max-height:190px;
}


/* CSS for CheckerBoardViewer_Time */


/* CSS for CheckerBoard_Help */


/* CSS for CH_HelpDetails */


/* CSS for PathHelpDetails */
#helpCrossBtn_ch{
              width: 15px;
    height: 20px;
    margin-left: 749px;
      margin-top: -21px;
}
#helpText{
  text-align:center;  
}
.helpText{
     text-align: justify;   
    
}
.ch_HelpDiv{
           margin-top: -293px;
    position: absolute;
  
    width: 800px;
  
    left: 127px;
    display: block;
    z-index: 101;
    border: 2px solid #ddd;
    background: #eee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333;
    overflow: hidden;
    
   
    padding: .2em;
    outline: 0;
        border-radius: 9px;
   
}
#helpHeading{
       border: 1px solid #e78f08;
    background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
      text-align: justify;
    margin-top: 4px;
    border-radius: 5px;
}

#main{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;    
}
.pathquiz {
    margin-top: 10px;
    margin-bottom: 10px;
        font-size: 16px;
        text-align: justify;
}
#chbOKBtn{
    margin-bottom: 10px;
    margin-left: 91%;
       margin-top: 1px;
}

/* CSS for Board_Help */


/* CSS for Bingo_Help */


/* CSS for Board_Help_Details */


/* CSS for CH_TimeLeft */


/* CSS for CGTV_Main */
.cgtDiv1{ 
    width: 14%;
}
.cgtDiv2{
    width: 72%;
    margin-top: -7rem;
}
.cgtLineyLabelDiv{
	margin-left: 2rem;
    width: 20rem;
}
.cgtLineyLabel{
    width:25rem;
    position: absolute;
    margin-top: 23rem;
    margin-left: 5.4rem;
    transform: rotate(-90deg);
    text-align:center;
}
.cgtLinexLabel{
    width: 41rem;
    margin-left: 23em;
    margin-top: 2rem;
    text-align: center;
    position: absolute;
}
@media (max-width: 1000px) {
   .cgtLineyLabel{
    width:15rem;
     margin-left: 3.4rem;
}
}

/* CSS for CGTV_DrawTools */
.cgtDrawOptionLabel{
	font-weight: bold;
    width: 100%;
    font-size: 16px;
    border: 1px solid #ccc;
    
}
.cgtDrawOptionLabel:hover{
 background:#80808024;
}
.grpahTClass{
	 background:#aaaaaa7d !important;
}

/* CSS for CGTV_Canvas */
.CgtDragDropDiv{
 margin-left:25%;
}

/* CSS for CCWV_Main */
.hideCls {
    display: none;
}
.tbodyHeight{
    height: auto !important;
}
.table_clue {
    display: flex;
    margin-top: 15px;
}
.across_ccwv {
    overflow: auto;
    min-width: 150px;
    max-height: 200px;
    border: solid 1px black;
    margin: 10px;
    background-color: gainsboro !important;
}
.ccwv_table {
    float: left;
}

/* CSS for CCWV_Rows */
.bgccwv2 {
        background-color: burlywood !important;
        margin: 1px;
}

/* CSS for CCWV_Columns */
.inputf {
        /*text-align: center;*/
        background-color: white !important;
        text-transform: capitalize;
        font-weight: 700;
        font-size: 14px;    
        word-wrap: break-word;
        margin-left: 8px;
        margin-top: 2px;
        box-sizing: border-box;
        width: 2.9rem;
        height: 2.9rem;
        max-height: 2.9rem;
        max-width: 2.9rem;
        min-width: 2.9rem;
        min-height: 2.9rem;
        border: 1px solid #FFF;
        border-radius: 3px;
        vertical-align: middle;
        display: inline-block;
    }
.ccwvPointN {
    pointer-events: none;
}
.bgccwv {
        height: 3.3rem;
        width: 4.5rem;
        background-color: burlywood !important;
        font-size: 9px;
        margin: 1px;
}
.margclass {
        margin-left: 3px !important;
    }
.numdiv {
        height: 3.3rem;
        width: 4.5rem;
        background-color: gainsboro !important;
        font-size: 9px;
        margin: 1px;
    }
.usrResp {
        word-wrap: break-word;
        margin-left: 8px;
        margin-top: 2px;
        box-sizing: border-box;
        width: 2.9rem;
        height: 2.9rem;
        max-height: 2.9rem;
        max-width: 2.9rem;
        min-width: 2.9rem;
        min-height: 2.9rem;
        background-color: rgba(128, 128, 128, 0.64) !important;
        border: 1px solid #FFF;
        border-radius: 3px;
        vertical-align: middle;
        display: inline-block;
    }

/* CSS for CCWV_Across_Clue */
.span_ccwv {
    float: left; 
    margin-right: 5px;
}

/* CSS for CCWV_Down_Clue */


/* CSS for CCWV_Timer */


/* CSS for ENF_Main */


/* CSS for ENF_Response */
#divExpandedNumbers{
	padding: 10px;
}

/* CSS for ENF_ExpandNum */
.edusr_expandedNumStyle{
display: inline-block;
margin: 10px 20px;
cursor: auto;
    margin:10px;
}

/* CSS for LIV_Main */
.displayImgDivResp{position:relative;}

/* CSS for LIV_DropDown */


/* CSS for LIV_DropDownList */


/* CSS for LIV_DropDownListAns */


/* CSS for LIV_DragDrop */


/* CSS for LIV_DragDropList */


/* CSS for LIV_InputBox */


/* CSS for LIV_InputBoxList */


/* CSS for LIV_DragDropBox */


/* CSS for LIV_DragDropBoxList */


/* CSS for CMCV_Main */
.hidebtn {
    display: none;
}
.selEliminator {
    background: gray;
    color: white;
}
.choicesULmc { 
    list-style: none;
    width: 100%;
    padding-left: 0px;
}

/* CSS for CMCV_Choices */
.mselId {
    width: 10px;
    padding: 5px;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
    border: 2px inset #dddddd;
    color: ffffff;
    border-radius: 0px;
}
.floatL {
    float: left;
}
.ovalCls{
    width: 33px !important;
    border-radius: 50% !important;
}
.cmcv_text {
    margin-left: 35px;
}
.cmcv_text2 {
    margin-left: 55px;
}
.cmcv_text span {
-webkit-touch-callout: none;    
    -webkit-user-select: none;    
    -khtml-user-select: none;    
    -moz-user-select: none;    
    -ms-user-select: none;    
    user-select: none;
}
.roundBox {
    padding:3px;
    float: left;
    width: 2.5rem;
    height: 2.5rem;
    font-size: medium;
    margin-right: 1rem;
    text-align: center;
    border: 1px solid;
    border-radius: 15px;
}
.selectedChoice {
    background-color: #bedebe !important;
    color: #000;
    cursor: pointer;
}
.selectedChoice .mselId {
    background: #888888;
}
.selectedChoice .roundBox {
    background: #888888;
    color: white;
}
.onlyCheckBoxHighlight{
	background: #457025 !important;
    color: white !important;
}
.choicesULmc>li {
    position: relative;
    margin: 0;
    margin-bottom: 5px;
    padding: 5px;
    /*display: inline-block;*/
    vertical-align: top;
    border: 0px solid #999900;
    cursor: pointer;
    overflow: auto;
    /*width: 90%;*/
    min-width: 650px;
}

.strike2 {
        position: inherit;
        border-radius: 2px;
    }
    .strike2:after,
    .strike2:before {
        position: absolute;
        top: 16px;
        left: 0px;
        content: '';
        display: block;
        width: 23%;
        height: 3px;
        background-color: black;
        border-radius: 5px;
    }

.strike {
        position: inherit;
        border-radius: 2px;
    }
    .strike:after,
    .strike:before {
        position: absolute;
        top: 12px;
        left: 0px;
        content: '';
        display: block;
        width: 23%;
        height: 5px;
        background-color: #CE1620;
        border-radius: 5px;
    }

   .strike::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(10deg);
    }

    .strike::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-10deg);
    }


.crossMark2 {
        border-radius: 2px;
    }

    .crossMark2:after,
    .crossMark2:before {
        position: absolute;
        top: 16px;
        left: 0px;
        opacity: 0.3;
        content: '';
        display: block;
        width: 23%;
        height: 3px;
        background-color: black;
        border-radius: 5px;
    }

.crossMark {
        border-radius: 2px;
    }

    .crossMark:after,
    .crossMark:before {
        position: absolute;
        top: 12px;
        left: 0px;
        opacity: 0.5;
        content: '';
        display: block;
        width: 23%;
        height: 5px;
        background-color: #FF6961;
        border-radius: 5px;
    }

    .crossMark::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-10deg);
    }

    .crossMark::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(10deg);
    }
.airClass{
	padding: 10px !important;
    border: 1px solid #80808040 !important;
}
.textSpacing{ padding:3px;}

/* CSS for COIV_Main */


/* CSS for COIV_PromptTable */
.ansbuttondiv {
    clear:both; 
    margin-left: 20px; 
    margin-right: 20px;  
    width:75px;
    height:25px; 
    background:#666666;
    text-align:center; 
    line-height:25px; 
    color:#FFFFFF; 
    /*font-size:11px; */
    font-size:inherit;
    font-weight:bold;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.startbuttondiv{
    margin: 0; 
    padding: 0;
}
.ansbutton {
	clear:both;
    margin-left: 20px; 
    margin-right: 20px;  
    width:75px;
    height: 35px; 
    background:#666666;
	text-align:center; 
    line-height:25px; 
    color:#FFFFFF; 
    /*font-size:11px;*/
    font-size:inherit;
    font-weight:bold;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.prevrespdiv{
  display:flex;
}

/* CSS for COIV_PromptResponse */


/* CSS for COIV_BGImage */
.oimagediv{
    display:inline-block; 
    width: 800px;   
    position:relative; 
    resize:both;
}
.OIbgImg {
    max-width: 800px;
    min-width: 300px;
    min-height: 400px;
}   

/* CSS for COIV_AnsImages */

.imgdivol{
 /*position:relative;*/
 position :absolute;    
 width:10px;
 height:10px;   
}

/* CSS for COIV_ResponseArea */
span#icaresp { 
    margin-left: 5px; margin-right: 5px; background:#DDDDDD; line-height:24px; 
    text-align:center; font-weight:bold; padding-left: 15px; padding-right: 15px; padding-top: 5px; padding-bottom: 5px; 
    -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
}

/* CSS for Core_RView_App */
.randomizedview{
    width: 100%;
    list-style-type:none;
}
.respqdiv{
    width: 98%;
}
.ranRespList{
    width: 95%;
    list-style-type:none;
    display:inline-block;
}
.automationId{
  display: none;
}

/* CSS for Core_RView_Resp */
.rAdetails, .rQdetails{
    display:flex;
}
.ralabel{
    font-size:14px;
}
.respqtnlist{  float: left; word-wrap: break-word; float: left; margin: 10px 10px 0px 0px; padding: 1%;        
    font-size: 16px; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
    -webkit-box-shadow: 0 1px 5px #e0e0e0; -moz-box-shadow: 0 1px 5px #e0e0e0;
    box-shadow: 0 1px 5px #e0e0e0; -moz-border-radius: 5px;
    -webkit-border-radius: 5px; border-radius: 5px; background-color: #f6f6f6; overflow-x: auto;
}
.editunits, .respQTxt{ margin-left: 1%;}
.answertext{ 	width: 90%; margin-left: 1%; border-radius: 5px; border: 2px solid #ccc; padding: 5px;}
.singleColumn{ width: 70%; word-wrap: break-word; }
.twoColumn{ width: 49%; word-wrap: break-word; }
.fourColumn{ width: 20%; word-wrap: break-word; }

/* CSS for CSA_Main */


/* CSS for CSA_Head */


/* CSS for CSA_Response */
.stxtname{font-weight: bold;margin-left: 5px;}
.sentenceLabel{ font-weight: bold; margin-top: -24px;}/* position:absolute;*/
.freeResponseSTA{margin-right: 15px;
    width: 90%;
    height: fit-content;
    min-height: 80px;
    border: 2px solid #999999;}

/* CSS for CTCV_Main */


/* CSS for CTCV_Table */
.qtable{
 border-collapse: collapse;
 overflow-y: scroll   
   }
.tabularHeadtc{
 display:block;
}
.tabularBody{
    display:block;
    max-height: 400px;
    overflow-y: scroll
    
}
.printclass{
   display:block;
   overflow-y: scroll;    
}

/* CSS for CTCV_Thead */
.tableBorderTabC{
     border:1px solid grey;
     text-align:center;
     width:25px;
}
.centerText{
    text-align: center;
    border:1px #fff solid
    height: 45px;
    
}

/* CSS for CTCV_Tbody */
.qarea{
    word-break: break-word; 
    padding: 5px; 
    /*min-height: 70px;*/
    background: white;
    border: 1px solid #888888;
    padding: 3px;
    font-family: "Open Sans";
    font-size: 16px;
    resize: none;
    margin: 10px;

}
.qntddiv{
    width: 24px;
    text-align:center;
 }
.qntd{
 /*border:1px solid;*/
}   
.qtd {
    /*height: 75px;*/
    /*border:1px solid;*/
}
.qarea p:first-child {
   /* margin-top :20px;*/
}
.qtbody {
    border-bottom: 1px #cccccc solid;
    /*border:1px solid;*/
}
/*.oldqwidth{
   width: 50%;
} */
.tabularbody {
 border:1px solid;
}



/* CSS for CTCV_TheadTd */
.anscol{
 text-align: center;
 /*width: 75px;*/
    
}
.oldQwidth{
   width: 50%;
}    
.empty{
  width: 100%; 
  height: 15px; 
  vertical-align: bottom;
}
.ctcvchoice {
  word-break: break-word;
}

.edusr_anscol  {
 border : red !importent;
}

/* CSS for CTCV_TbodyTd */
.choicetdtc{
    width: 35px; 
    text-align: center; 
    font-size: 11px;
    word-break: break-word;
    /*border :1px solid;*/
    
} 

.ctcvchb{
 display: inline;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* CSS for TTV_App */


/* CSS for TTV_Resp */
.hidingClass {
	display: none;
}
#timeTellingDiv {
	max-height: 800px; 
	height:auto;
}
#resetClockButton {
	margin: 0px 0px 0px 50px;
}
#clock {
	margin: -5px 0px 5px 0px;
	text-align: center;
}
.itemContentDivtt {
	background-color: #F9F6F0;
}
.itemContentDivtt button{
    margin: 10px 10px;
    border: 2px solid black;
    font-size: 14px;
    background: white;
    border-radius: 5px;
    width: 16%;
    padding: 11px 0 10px 0;
}
.ClockCanvas{
    padding: 5px;
    margin: 5px;
}

/* CSS for TTV_TextAns_Input */
.lblAnswer {
	width: 70px; 
	display: inline-block; 
	font-weight: bold;
}
.div_AnswerBasic { 
	height: 120px; 
	background-color: #E5E4D7;
	border: 1px #2C6700 solid; 
	padding:10px 10px 10px 40px;
}


/* CSS for TTV_Time_Notation */
.lblTellingTime{
    margin-left: 40px;
}
.txtTellingTime {
	width: 32px; 
	font-size: 1.2em;  
	margin: 0px 12px 0px 2px;
}

span.txtTellingTime {
	padding: 0px 6px; 
	margin-right: 18px;
}

/* CSS for TTV_H_M */


/* CSS for TTV_Meridiem */


/* CSS for TTV_GetTime */
.leftGap{
    /*display: inline-block;*/
}
#div_BasicAMPM {
	display: inline-block;
}
.leftGap {
	margin-left: 5px;
}
#lbl_Colon {
	margin: 0px 18px 0px 18px; 
	font-size: 1.5em; 
	font-weight: bolder;
}
.div_BasicAMPM{
    margin-left: 5px;
}

/* CSS for WSV_App */
.respCompDiv{position:relative;}

/* CSS for WSV_Resp */
.wsPreviewHolder{
    width: 100%; 
    text-align: center;
}
.wsPreviewContents{
    display: inline-flex;
    flex-wrap: wrap;
    min-width: 200px;
    min-height: 200px;
    padding: 20px; 
    background: -moz-linear-gradient(top, {{resp.backColor}}, #2F2727);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from({{resp.backColor}}), to(#2F2727));
}
.wordSearchclues{
    min-width: 200px; 
    max-width: 350px; 
    padding-right: 20px;
}





/* CSS for WSV_SClue */
.showClue{
    background-color: aliceblue; padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.showCluetxtHolder{font-family: Arial; background: #d9edf7; min-width: 200px;
                    max-height: 120px; overflow: auto; overflow-x: hidden; 
                    padding: 2px; font-size:large;}
.wsstrike{
    background-color:#66FF66;
    text-decoration: line-through;
}

/* CSS for WSV_SGrid */
.wordSearchPreview {
    touch-action: none;
     -webkit-overflow-scrolling: touch;
}


/* CSS for WSV_ColorTR */


/* CSS for WSV_Colors */
.wsgriddiv{
    width: 40px;
    height: 40px;
    padding-top: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: large;
    font-family: Arial;
    border-radius: 5px;
    text-align: center;
    border: 1px solid rgb(150, 220, 242);
    background-color: aliceblue;
}
.wsgrid{}
.wscolordivs{
    margin: 10px;
}
.wscolordivs{padding: 0px;}
.idCheck{
    border : 1px solid #66FF66;
    background-color:#66FF66;
}
.wsgrid {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: none;
}
/*.wsgriddiv {
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}*/



/* CSS for WSV_AnimationImg */
.badgeImg{
    margin-left: 400px; 
    margin-bottom: -80px; 
}
.googJobDiv{
    display: none;
}
.lballon{ margin-left: 300px; }
.mballon{ margin-left: 400px; }
.rballon{ margin-left: 500px; }

/* CSS for WSV_Cartoons */
.cartoonImgs{
    min-width: 50px;
    min-height: 50px;
    width: auto;
    height: auto;
    word-wrap: break-word;    
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    border-bottom-left-radius:1em;
    border-bottom-right-radius: 1em;    
    position: absolute;  
    z-index: -100;
}
#wsv_hints {
	width:70px;height:25px;clear:both;background:#DDDD22;
	text-align:center;	color:#FFFFFF; 	font-weight:bold;
        -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
}
.itemContentDiv{width: 815px;}
#hintsdiagtop { display: none; }
#hintsdiagdiv { background:#dbe4eb; margin: 10px; }

.flipx{
-webkit-animation-name: spin1; 
-webkit-animation-duration:3s;
-webkit-animation-iteration-count:1;
-webkit-animation-timing-function: ease-in;
-moz-animation-name: spin1; 
-moz-animation-duration:3s;
-moz-animation-iteration-count:1;
-moz-animation-timing-function: ease-in;
}
.flipy{
-webkit-animation-name: spin2; 
-webkit-animation-duration:3s;
-webkit-animation-iteration-count:1;
-webkit-animation-timing-function: ease-in;
-moz-animation-name: spin2; 
-moz-animation-duration:3s;
-moz-animation-iteration-count:1;
-moz-animation-timing-function: ease-in;
}
.flipz{
-webkit-animation-name: spin3; 
-webkit-animation-duration:3s;
-webkit-animation-iteration-count:1;
-webkit-animation-timing-function: ease-in;
-moz-animation-name: spin3; 
-moz-animation-duration:3s;
-moz-animation-iteration-count:1;
-moz-animation-timing-function: ease-in;
}

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

@-moz-keyframes spin1 {
 0% { -moz-transform: rotatex(0deg); }
100% { -moz-transform: rotatex(360deg); }
}

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

@-moz-keyframes spin2 {
 0% { -moz-transform: rotatey(0deg); }
100% { -moz-transform: rotatey(360deg); }
}
@-webkit-keyframes spin3 {
 0% { -webkit-transform: rotatez(0deg); }
100% { -webkit-transform: rotatez(360deg); }
}

@-moz-keyframes spin3 {
 0% { -moz-transform: rotatez(0deg); }
100% { -moz-transform: rotatez(360deg); }
}

/*distractor cartoon*/
/*div#container {height:500px;width:500px;}*/

div.a {
width: 50px;
height:50px;
text-align: center;    
background-color: #FFFF00; 
border-top-left-radius: 2em;
border-top-right-radius: 2em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;    
position:fixed;
    
}
div.b {
width: 50px;
height:50px;
text-align: right;
background-color: #FF7519;
border-top-left-radius: 2em;
border-top-right-radius: 2em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
position:fixed;
    
}
div.c {
width: 50px;
height:50px;
border-top-left-radius: 2em;
border-top-right-radius: 2em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
background-color: #66FF33;
position:fixed;    
}
div.d {
width: 50px;
height:50px;
border-top-left-radius: 2em;
border-top-right-radius: 2em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
 background-color: #CC99FF;
position:fixed;    
}
div.e {
width: 50px;
height:50px;
text-align: right;
border-top-left-radius: 2em;
border-top-right-radius: 2em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
background-color: #00FFFF;
position:fixed;    
}



/*good job*/ 
/*div {
    height: 300px;
    position: relative;
}*/
.object {
    display: none;
    width: 90px;
    position: absolute;
    bottom: 0;
    opacity: 0;
}
.move-up {
    -webkit-animation: balloon 7s linear;
    -moz-animation: balloon 7s linear;
    animation: balloon 7s linear;
}
@-webkit-keyframes balloon {
    5% {
        opacity: 1;
    }
    50% {
        -webkit-transform: translate(0, -350px);
        opacity: 1;
    }
    55%, 100% {
        -webkit-transform: translate(0, -350px);
        opacity: 0;
    }
}
@-moz-keyframes balloon {
    5% {
        opacity: 1;
    }
    50% {
        -moz-transform: translate(0, -350px);
        opacity: 1;
    }
    55%, 100% {
        -moz-transform: translate(0, -350px);
        opacity: 0;
    }
}
@keyframes balloon {
    5% {
        opacity: 1;
    }
    50% {
        transform: translate(0, -350px);
        opacity: 1;
    }
    55%, 100% {
        transform: translate(0, -350px);
        opacity: 0;
    }
}
/* CSS for CPV_Main */


/* CSS for CPV_Head */


/* CSS for CPV_Resp */
.div_expandedNumber{
    margin-top: 20px;
    margin-left: -30px;
   
}

/* CSS for CPV_ExpandedNum */

.numbExpanded{
font-weight: bold;
padding-left: 30px;
display: inline;
margin-right: 20px;
margin-left: 20px;
font-size: 1.2em;

border: 1px solid #FFFFFF;
     padding: 5px 10px !important; margin-left:40px!important;
}


.PlaceValueStyle_selected{
background-color: Gray;
color: White;
font-weight: bold;
padding: 5px 10px;
display: inline;
margin-right: 20px;
margin-left: 20px;
font-size: 1.2em;
cursor: pointer;
border: 1px solid #F4F4F4;
}

/* CSS for CPV_AnsBoxTable */
.cpvtable{
    margin-left:0px;margin-top: 20px;
}

/* CSS for CPV_AnsBoxTable_Tr */
.cpvtabletd{
    width:92px;margin-left:30px;
}
.cpvbox{
    margin:20px 0px 0px 5px;width:88px;
}

/* CSS for DRV_Main */
.clearDiv {
    margin-top: -544px;
    margin-left: 660px;
    display: flex ! important;
    position: absolute ! important;
}
.saveDrawDiv {
    margin-left: -50px;
    position: relative;
    margin-top: -159px;
    background: white ! important;
    padding-right: 15px;
}
.toolDiv {
    margin-top: -629px;
    margin-left: 22px;
}
.drawcanvas {
    border: 2px solid grey;
    margin-top: 34px;
    margin-left: 82px;
    touch-action: none;
}

.sizeDiv {
    margin-left: 499px;
    margin-top: 6px;
    position: absolute !important;
    z-index: 10;
    display: inline-flex !important;
    height: 20px;
}
.drawdivider2 {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 37px;
    width: 1px;
    background-color: black;
    margin-left: 484.75px;
    margin-top: -8px;
    margin-bottom: 10px;
    position: absolute;
    z-index: 5;
    font-size: 35px;
    color: black;
}
.colorsDiv {
    display: flex !important;
    margin-top: -6px;
    margin-left: 73px;
    position: absolute !important;
    z-index: 5;
    height: 30px;
}
.resizer{
    width: 10px;
    height: 10px;
    background: red;
    margin-top: -10px;
    margin-left: 632px;
    cursor: se-resize;
}

 .ui-resizable-s, .ui-resizable-e .imageClass{ 
        display:none;
    }
.imageClass {
     width: 644px;
    height: 480px;
    margin-left: 83px;
    position: absolute;
    margin-top: -482px;
}
.imageCanvas{
    /*width: 644px;
    height: 480px;*/
}

/* CSS for DRV_DrawSizeList */
 .drawsizes {
    display:inline-block;
    border:2px solid;
    height:30px;
    background-color:black;  
}
.drawsmall { 
    border: 1px solid black; 
    width:35px;
    height:4.5px;
    margin-right: 3px;
    margin-left: 0px;
    margin-top:13px;
    margin-bottom:23px;
    background-color: black;
    display:inline-block;
}

.drawmedium {
    border: 1px solid black;
    width:35px;
    height:6.5px;
    margin-right: 3px;
    margin-left: 0px;
    margin-bottom:22px;
    margin-top:11px;
    background-color: black;
    display:inline-block;
}

.drawlarge {
    border: 1px solid black;
    width:35px;
    height:8.5px;
    margin-right: 3px;
    margin-left: 0px;
    margin-bottom:22px;
    margin-top:11px;
    background-color: black;
    display:inline-block;
}

.drawextralarge {
    border: 1px solid black;
    width:35px;
    height:10.5px;
    margin-right: 3px;
    margin-left: 0px;
    margin-bottom:22px;
    margin-top:8px;
    background-color: black;
    display:inline-block;
}
.clear{
  display:inline-block;
}
.saveDraw{
   display:block;  
}
.selectedColor{
   border-color :'red';
}
.unSelectedColor{
  border-color :'transparent';  
}

/* CSS for DRV_DrawTools */
.drawtoolbar {
 	margin-left: 7px;
    margin-right: 2px;
    font-size: 22px !important;
    margin-bottom: 9px;
    width: 40px;
    display: block;
    background-color: white;
    height: 32px !important;
    border: solid 2px black;
}
.clearCls{
    border: none;
    background-color: white; 
    font-size: x-large !important;
}
.drawselected{
    font-size: 24px;
    background-color: #90EE90;
    height: 33px;
    border: solid 3px black;
}
.drawtoolbar .fa{
    font-family:"FontAwesome" !important;
}
.drawSaveCls .fa{
    font-family: "FontAwesome" ! important;
    font-weight: 200 ! important;
}

/* CSS for DRV_DrawUndoRedo */
.drawundoRedo{
    border: none;
    background: white;
    font-size: larger;
    padding-right: 10px;
    outline:none;
    }

/* CSS for DRV_DrawSaveTools */
.drawSaveCls{
    margin-left: 5px;
    margin-right: 2px;
    font-size: 22px;
    display: block;
    width: 35px;
    margin-bottom: 4px;
    background-color: white;
    height: 33px;
    border:none;
 }
/* button:hover {
    background-color: orange;
    border:none
}*/


/* CSS for DRV_Colors */
.drawselectedColor {
    display: inline-block;
    position: relative;
    width: 33px;
    margin-left: 4px;
    height: 37px;
    border: 5px solid gray;
    }
.drawcolors {
 	width: 28px;
    height: 33px;
    border-style: solid;
    border-width: 0.5px;
    border-color: gray;
    display: inline-block;
    margin-left: 5.5px;
    margin-right: 1.5px;
}

/* CSS for DRV_InputBox */


#recaudiodivEssay { width: 680px; margin: 10px; padding: 10px; overflow: auto; position: relative; background:#cccccc;display:none }
#msgarea { font-size: 16px; color: red; font-weight: bold; margin-left: 100px; }

#recordingslist audio { display: block; margin-bottom: 10px; }

#taglblaudiorecord{font-size:16px}
#symbolaudio1,#symbolaudio2{float:right;font-size:large}
//body {     font: 13px Arial, Helvetica, Sans-serif; }
#addaudio_form{background:#EAF898}
#tagtxtaudiorecord, #cprightaudiorecord, #srctxtaudiorecord, #linktxtaudiorecord {
    width: 400px;     height: 32px;    border-radius: 10px;    border:1px solid #457025;    outline: none;
}
#addtag {     font-size:16px; }
.Txtfieldheading { }
.addtagmargin {     margin-left: 10px; }
#panelaudiorecord,#flipAudioRecord {     padding:5px;    background-color:#EAF898;    border:solid 1px #c3c3c3;    width:480px; }
#panelaudiorecord {     display:none; }
.addAudioButton {     outline: none;    clear: both;    margin-top: 8px;    margin-left: 8px;    width: 160px;
    background: #F9A11A;    color: #000;    border-color: #EAF898;    display: inline-block;    padding: 6px 12px;
    margin-bottom: 0;    font-size: 14px;    font-weight: normal;    line-height: 1.428571429;
    text-align: center;    white-space: nowrap;    vertical-align: middle;    cursor: pointer;    -webkit-user-select: none;
    background-image: none;    border: 1px solid transparent;    border-radius: 4px;
}

#audioRecQPreviewBtn { display:none; position: absolute; top: 10px; right: 20px; }

/* CSS for ELPAudioRecorderViewer_Main */
.elpRecordAudioContainer {
    display: flex;
    flex-direction: column;
    width: 90px;
}

.outerSquare {
    /*display:flex;
    margin-bottom:-11px;
	width: 6.5em;
    height: 7em;*/
    border: 1px solid lightgray;
    /*margin-left: 10em;*/
    border-radius: 3px;
    background-color: #ffaeae;
}
.outerSquareStop {
   /* display:flex;
    margin-bottom:-11px;
	width: 6.5em;
    height: 7em;*/
    border: 1px solid lightgray;
    /*margin-left: 10em;*/
    border-radius: 3px;
    background-color: #a9d19b;
}
.outerSquareTop, .outerSquareBottom {
    position:relative;
    width: inherit;
    height: inherit;
}

.innerCircleTop, .innerCircleBottom {
    position:absolute;
    top:1em;
    left:0.5em;
}
.innerIconTop, .innerIconBottom {
    position: absolute;
    top: 20%;
    left: 0.64em;
}

.elpRecordAudioContainer button {
    position:relative;
    top:1em;
    right:1em;
    width:6.5em;
    height:7em;
    padding: unset;
    border: unset;
}

.innerCircleMic {
	width: 5em;
    height: 5em;
    border: 1px solid lightgray;
    /*margin-top: -96px;
    margin-left: 170px;*/
    border-radius: 35px;
    background-color: #FFCCCC;
}
.innerCirclePause {
	width: 5em;
    height: 5em;
    border: 2px dotted white;
    /*margin-top: 16px;
    margin-left:10px;*/
    border-radius: 35px;
    background-color: #6F9CC6; 
}
.innerCicleVol{
	background-color: #a9d19b;
    border: 1px solid #a9d19b;
}
.arMicrophoneMic {
    font-size: 39px !important;
}
.arMicroPhoneVol{
    font-size: 39px;
    top:0.6em;
    color: white;
    animation: pulse1 3s infinte
}
.arMicrophonePause {
	top: 29%;
    left: 0.6em;
    font-size: 39px;
    color:white;
}
.outerSquarePlay {
	/*margin-left: 160px;
    margin-top:10px;
    width: 6.5em;
    height: 7em;*/
    border: 1px solid lightgray;
    border-radius:3px;
    background-color:#a9d19b;
}
.innerCirclePlay {
	width: 5em;
    height: 5em;
    border: 1px solid lightgray;
    /*margin-top: -100px;
    margin-left: 167px;*/
    border-radius: 35px;
    background-color: #d0f0b1;
}
.arPlay {
	top:0.6em;
    font-size: 35px !important;
}
.innerAnimation{
	width:25px;
    height:25px;
    top:3em;
    left:2.4em;
    border-radius:50%;
    border: solid 2px rgba(255,255,255,.8);
    box-shadow: 0 0 0 rgba(255,255,255,.4);
    animation: pulse 2s infinite;
}
.outerAnimation {
	/*margin-left: 160px;
    margin-top:10px;
    width: 6.5em;
    height: 7em;*/
    border: 1px solid lightgray;
    border-radius:3px;
    background-color:#ffaeae;
}
 @keyframes pulse {
  0% {
    background-color: #ffaeae;
  }
  100% {
    background-color: hotPink;
  }
}

.innerCircleMic:hover {background-color:#6F9CC6;}
.arMicrophoneMic:hover {color:white;}
.innerCirclePlay:hover {background-color:#6F9CC6;}
.innerCircleBottom innerCirclePlay:disabled {background:#d0f0b1;}
.arPlay:hover {color:white;}
.innerIconBottom fa-play arPlay:disabled {color:black;}
.fa-microphone-slash {margin-left: -10px;}



/* CSS for ExtendedSelectAnswerView_Main */
.esamaindiv{
overflow:auto;
margin-left:-80px;
}
.qtable1{
 border: none;
 margin-left: 40px;
 border-collapse: collapse;
}
//.colcrossbtn:hover { opacity:1 }
.esathdr1:hover .colcrossbtn {opacity:1}
.thdr2:hover .colcrossbtn {opacity:1 }
.thdr {border:1px solid ; text-align: center}
.thdrempty {text-align: center}
.thbn{border:none;}/* visibility: hidden;*/
.tHeader1{
    margin-top: 50px;
    margin-left: 42px;
    margin-right: 30px;
    /*display:flex;*/
    
}
.addQbtnex{     
    margin-left: 118px;
    height: 37px;
    width: 37px;
    border: 1px solid orange;
    background: orange;
 }
#addrowbtn{color:white;}

.addChoiceesa{
    height: 37px;
    width: 37px;
    border: 1px solid orange;
    background: orange;
    margin-top: 34px;
    /*margin-left: 39px;*/
}
#addchoicebtn{color:white;}
#layout1Btn{
    margin-left: 40%;
    margin-top: -5px;
    border-radius: 25px;
}
.copyImg{
	height: 20px;    width: 16px;    margin-top: -3px;    margin-right: 4px;
}



/* CSS for ExtendedSelectAnswerView_Rows */
.c1{
text-align:center;
}
.esathdr1:hover .colcrossbtn {opacity:1}
.leftbtn{
    visibility:visible;
    margin-left: 215px;
    margin-top: 1px;
    background: none;
    border: none;
    /*height: 100%;*/
    /*width: 40px;*/
    color:#d1281b;
    font-size:18px;
    opacity:0.5;
}
//.leftbtn:hover { opacity:1 }
//.hvrclass:hover { opacity:1 }
.hvrclass:hover .leftbtn { opacity:1}

/* CSS for ExtendedSelectAnswerView_Columns */
.tmceBtnesa:hover { background: #f9a11a; border: 1px solid #f9a11a; }
.tmceBtnesa:hover .tmceEditor { color: #fbfbfb; }
/*.hvrtd { border: 1px solid; padding:5px}*/
.hvrtd { 
    border: 1px solid;
    text-align: center;
    padding: 10px;
    height: 100%;
    width: 305px;
}
.hvrtdempty {padding:5px}
/*.txtoptions{background-color: #A3D1FF}&/
.esathdr1:hover .colcrossbtn {opacity:1}
#editStimulusBtnesa{
    border: none;
    /*font-size: 10px;*/
    width: 10px;
    height: 25px;
    float:right}
#esabtn{float: right;    
            /*font-size: 18px;*/
            color:#084cbd;
            opacity:.5;
            margin-right:3px}
#esabtn{    float: right;  
            margin-left:220px;
    margin-top:-14px;
            /*font-size: 18px;*/
            color:#084cbd;
            opacity:.5;
            margin-right:3px}
#esabtn:hover { opacity:1 }
#esabtn1:hover { opacity:1 }
.inpchkbx { float:right;}

.ESAtextdiv {    /* word-break: break-all;*/
    text-align: center;
    padding: 20px;
    height: 100%;
}

.tableDatayellow{background-color: yellow;}
.tableDatablue{background-color: #A3D1FF;}
.txtoptions {
    display: flex;
    padding: 6px;
}
.txtoptions img {
width:250px !important;
height:200px !important;
}
/*tableDatablue*/

/* CSS for ExtendedSelectAnswerView_options */
.esathdr1 {border:1px solid ;position:relative;text-align: center;}
.thdr1empty {position:relative;text-align: center;}
.headertxt { resize:none; border:none;text-align:center;padding: 20px;height: 100%;}
.thdr2:hover .colcrossbtn {opacity:1}
.esabtn{float: right;    
            /*font-size: 18px;*/
            color:#084cbd;
            opacity:.5;
            margin-right:3px}


/* CSS for Fib_VApp */
.dropables{
    border: 1px solid black;
    background-color: white;
    border-radius: 3px;
}
.highlightDropFib{background-color:rgb(163, 209, 255) !important;}   

    .blinkingborderFib{        
    	border : 2px solid gray !important;
        animation: blinkerfib 1s linear infinite;   	
    }
    @keyframes blinkerfib{
      50% {       
    	border-color: rgb(163, 209, 255);
      }
}
.zIndexForDrag{    
   z-index : 100 !important; 
}
.dropdownfib {
    font-size: 12pt !important;
    z-index : 1060 !important; 
}
.dropdownfib .rendered-latex{
 vertical-align: text-top !important;   
}
.screenReadersOnly{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* CSS for Fib_VDragBoxes */
.myBoxes{
    text-align:left;
    position:relative;
    left:-50%;
}

.dragBoxes{
    position:relative;
    list-style:none;
    left:50%;
    padding:4px 4px 0 4px;
    height:auto;
}

/* CSS for Fib_VBoxesList */
.dragBoxLists{
    width: auto !important;
    /*width: auto;*/
    text-align: center;
    /*font-size: 14px;*/
    font-family: Arial, sans-serif;
    display:inline-block;
    cursor:move;
    margin-right: 4px;
    margin-bottom: 4px;
    border:2px rgb(163, 209, 255) solid;
    color:black;
    background-color: white;
    padding:4px;
    font-weight:normal;
    border-radius:4px;
    max-height:150px;  
    position:relative;
}
.disNone {
    display: none;
}
.dragLiCls > * {
    pointer-events: none;
}

/* CSS for Fib_VAnswerContent */
.ansContentDiv{
    min-height:30px;
}
.movetop{
    margin-top:5%;
}

/* CSS for FE_Main */
.FV-canvas-disabled {
    cursor: not-allowed;
}

.FV-MainDiv{
    border: 0.5px solid black;
}

.FV-maincircles {
    flex-wrap: wrap; 
    align-items: center;
    gap: 10px; 
}

@media (max-width: 768px) {
    .FV-maincircles {
        justify-content: space-around; 
        gap: 15px; 
    }
}

@media (max-width: 480px) {
    .FV-maincircles {
        flex-direction: column; 
        align-items: center; 
        gap: 20px; 
    }
}

.FV-maincircles-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 48px; 
}

.FV-rectangleView{
	margin-left: 217px;
    margin-top: 16px;
    margin-bottom: 50px;
}

.FV-addone{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.FV-circle-canvas {
    margin-bottom: 0.5rem;
    margin-left: 50px;
}

.FV-edit-button-row {
    text-align: center;
    margin-bottom: 20px;
    width: 400px;
}

.FV-action-button {
    width: 17%;
    min-width: 120px; 
    max-width: 200px; 
    margin: 1%;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    background-color: #5cb85c;
    color: white;
    border: 1px solid #4cae4c;
    border-radius: 5px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.FV-action-button:hover:not(:disabled) {
    background-color: #0ff563;
    transform: scale(1.05); 
}

@media (max-width: 768px) {
    .FV-action-button {
        width: 40%; 
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .FV-action-button {
        width: 60%; 
        font-size: 14px;
        padding: 8px;
    }
}
.FV-action-button:hover:not(:disabled) {
    background-color:#0ff563; 
}

.FV-button-grid {
    width: 100%;
    margin-top: 10px;
}

.FV-action-button-more{
	width: 17%;
    margin: 1%;
    padding: 5px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    background-color: #5cb85c;
    color: white;
    border: 1px solid #ccc;
    transition: white;
}

.FV-action-button-fewer {
    width: 17%;
    margin: 1%;
    padding: 5px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    background-color: #f74a3e;
    color: white;
    border: 1px solid #ccc;
    transition: white;
}

.FV-action-button-reset {
    width: 17%;
    margin: 1%;
    padding: 5px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    background-color: #05693a;
    color: white;
    border: 1px solid #ccc;
    transition: white;
}

.FV-action-button-delete {
    width: 17%;
    margin: 1%;
    padding: 5px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    background-color: #171717;
    color: white;
    border: 1px solid #ccc;
    transition: white;
}

/* CSS for FE_MultipleChoice_Viewer */
.roundBoxFrac {
    float:left;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid;
    border-radius: 15px;
}
.selectedChoiceFrac .multiSelectFarc {
    background: #888888;
}
.selectedChoiceFrac .roundBoxFrac {
    background: #888888;
    color: white;
}
.selectedChoiceFrac {
    background-color: #bedebe !important;
    color: #000;
    cursor: pointer;
}
.mc_text_frac {
    margin-left: 28px;
}
.mc_text_frac span {
-webkit-touch-callout: none;    
    -webkit-user-select: none;    
    -khtml-user-select: none;    
    -moz-user-select: none;    
    -ms-user-select: none;    
    user-select: none;
}
.mcFracView>li {
	position: relative;
    margin: 0;
    margin-bottom: 5px;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    border: 0px solid #999900;
    cursor: pointer;
    overflow: auto;
    width: 90%;
}

/* CSS for FE_FractionsV_rowsView */


/* CSS for FE_FractionsV_columnsView */
.unselectedClass {
    margin-right: -39px;
    margin-bottom: -11px;
    height: 50px;
    width: 50px;
    /*margin-left: 38px;
    margin-top: 10px;*/
    display: table-cell;
    border: solid 1px black;
}

.rectSelectedClass{
        display: table-cell;
    margin-right: -39px;
    margin-bottom: -11px;
    height: 50px;
    width: 50px;
    /*margin-left: 38px;
    margin-top: 10px;*/
    border: solid 1px black;
    background:red;  
}


/* CSS for FractionsV_Main */
.btn-danger {
  background-color: #c9302c;
}
.myFracCanvas {
	margin-top: 77px;
  /*  width: 489px;
   height: 208px;*/
    margin-left: 376px
}
.circleBtnGroupV {
	margin-left: 396px;
    margin-top:21px;
}
#addPartsView {
	margin-right:10px;
}
#removePartsView {
	margin-right:10px;
}

#rectBtnsV {
	border-radius: 3px;
    padding: 3px;
    font-size: inherit;
    min-width: 63px;
    background-color: lightgray;
    margin-right:10px;
    margin-top:-3px;
    margin-bottom:6px;
}
.rectBtnGrpView {
	margin-top: 27px;
    margin-left: 234px;
}
.moreRowsV {
	 margin-left: 21px;
}
.rectangleView {
	margin-left: 217px;
    margin-top: 16px;
}
.rectColsV {
   margin-left: -19px;
}
.moreColsV {
    margin-left: 19px;	
}
.rResetbtnV {
    margin-left: -21px;
}
.addPdisabled {
	background-color: #64ef82;
    width: 113px;
    height: 35px;
    margin-right: 10px;
    padding: 5px;
    border-radius: 5px;
    color: white;
}
.fracFreeRespV {
    padding: 16px;
    margin-top: 47px;
    height: 60px;
    margin-left: 26px;
    width: 600px;
    border: solid 1px gray;
}
.fracTFV{
	margin-left:20px;
    display:inline-flex;
}
.fracRadioTV {
    margin-left:4px;
    margin-right:10px;
}
.fracRadioFV {
	margin-left:4px;
    margin-right:10px;
}
.trueFalseDivV {
	margin-left: 20px;
    font-size: inherit;
    font-weight: bold;
}
.mcFracView{list-style:none;}

/* CSS for FractionsV_rowsView */


/* CSS for FractionsV_columnsView */
.unselectedClass {
    margin-right: -39px;
    margin-bottom: -11px;
    height: 50px;
    width: 50px;
    /*margin-left: 38px;
    margin-top: 10px;*/
    display: table-cell;
    border: solid 1px black;
}

.rectSelectedClass{
        display: table-cell;
    margin-right: -39px;
    margin-bottom: -11px;
    height: 50px;
    width: 50px;
    /*margin-left: 38px;
    margin-top: 10px;*/
    border: solid 1px black;
    background:red;  
}


/* CSS for FractionsV_MC */
.roundBoxFrac {
    float:left;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid;
    border-radius: 15px;
}
.selectedChoiceFrac .multiSelectFarc {
    background: #888888;
}
.selectedChoiceFrac .roundBoxFrac {
    background: #888888;
    color: white;
}
.selectedChoiceFrac {
    background-color: #bedebe !important;
    color: #000;
    cursor: pointer;
}
.mc_text_frac {
    margin-left: 28px;
}
.mc_text_frac span {
-webkit-touch-callout: none;    
    -webkit-user-select: none;    
    -khtml-user-select: none;    
    -moz-user-select: none;    
    -ms-user-select: none;    
    user-select: none;
}
.mcFracView>li {
	position: relative;
    margin: 0;
    margin-bottom: 5px;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    border: 0px solid #999900;
    cursor: pointer;
    overflow: auto;
    width: 90%;
}

/* CSS for GPLV_Main */
.buttonList.canvasCompGpl{
        margin-top: -175px !important;
}

.graphDiv{
    display: flex;
}

.gpltitlediv{
    margin-left: 355px;
    margin-top: 2px;
    position: absolute;
    
    width: 385px;                 
  text-align: center;           
  word-wrap: break-word;       
  overflow-wrap: break-word;
  white-space: normal;          
  padding: 10px;
    
  
}

#gpltitle{
    text-align: center;
    display: flex;
    justifyContent: center;
    alignItems: center;
}

.canvasCompGpl .gplmainCanvas{
    border: 2px solid black;
    margin-left: 50px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.yLabelgpl{
   	margin-top: 200px;
    position: absolute;
    transform: rotate( -90deg);
    min-width: 100px;
    max-width: 200px;
    margin-left: 30px;
    text-align: center; 
    word-wrap: break-word;
    white-space: pre-line;
}
.yLabelgpl1{
    margin-left: 30px;
	 margin-top: 200px;
    position: absolute;
    transform: rotate( -90deg);
    min-width: 100px;
    max-width: 200px;
}
.xLabelgpl{
    width: 240px;
    margin-left: 270px;
}
.gplCanvasClass{
	margin-left: 100px;
}


/* CSS for GPLV_Line */
.gplClass{
    width:150px;
    color:white;
    height:35px
  }



.gplrestBtnV{
    display: flex;
}

/* CSS for CCGPL_Main */
.buttonList.canvasComp{
        margin-top: -175px !important;
}

.graphDiv{
    display: flex;
}


/* CSS for CCGPL_Line */
.gplClass{
    width:150px;
    color:white;
    height:35px
  }



.gplrestBtnV{
    display: flex;
}

/* CSS for GPL_Main */


/* CSS for GPL_Line */
.gplClass{
    width:150px;
    color:white;
    height:35px
  
}

/* CSS for GPL_Main */
.buttonList.canvasComp{
        margin-top: -175px !important;
}

/* CSS for GPL_Line */
.gplClass{
    width:150px;
    color:white;
    height:35px
  }



.gplrestBtnV{
    display: flex;
}

/* CSS for GAV_Main */
#gameConsole{width:100%}
#gameConsole td{text-align:center; padding:10px}
.inner2{display: flex;align-items: center;justify-content: center;} 
.inner1{display: flex;align-items: center;justify-content: center;}
.inner3{display: flex;align-items: center;justify-content: center;} 
#nextButton{width: 110px; height: 40px; margin-top: 15px; background-color: #F9A119; border: 1px solid black; color: white;}
#showPattern{float: right;width: 140px;font-size: 15px;vertical-align: middle;}
#showPressed{float: right;width: 40px;}
#youClick{float:right;}
.scoreMenu{font-family: serif;background-color: rgba(222, 222, 222,0.5); width:80px;height:80px;border: 1px solid black; margin-left: auto;margin-right: auto;display: flex;align-items: center;justify-content: center;font-size: x-large;}
#scMenu{float:right; margin-top:50px;padding-right: 20px;border-right: 1px solid black;}
#scMenuCell{width:40%}
.defDiv{padding-right: 20%;padding-top: 6%;}
#twoElements{display:block !important}


/* CSS for GAV_Grid */
.gameGrid tr td{height:55px;width:55px;}
/*#gridTable{width:500px;height:350px;}*/


/* CSS for GAV_Grid_Row */


/* CSS for GAV_Grid_Data */


/* CSS for GAV_Start_Button */

.button {
  background-color: #3D4C53;
  margin : 20px auto;
  width : 70px;
  padding-top:8px;
  height :36px;
  overflow: hidden;
  text-align : center;
  transition : .2s;
  cursor : pointer;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}
.btnTwo {
  position : relative;
  width : 200px;
  height : 100px;
  margin-top: -90px;
  padding-top: 2px;
  background-color : #26A69A;
  left : -250px;
  transition : .3s;
}
.btnText {
  color : white;
  transition : .3s;
}
.btnText2 {
  margin-top : 63px;
  margin-right : -130px;
  color : #FFF;
}
.button:hover .btnTwo{ /*When hovering over .button change .btnTwo*/
  left: -130px;
}
.button:hover .btnText{ /*When hovering over .button change .btnText*/
  margin-left : 65px;
}
.button:active { /*Clicked and held*/
  box-shadow: 0px 5px 6px rgba(0,0,0,0.3);
}



/* CSS for GAV_TargetNumber */
.inner1{margin-bottom: 30px;}
#trNum{width:120px;height:75px;border:1px solid black; background-color: rgba(222, 222, 222,0.5);}
#tn{font-size: xx-large;font-family: initial;}

/* CSS for GAV_Grid_Skip */


/* CSS for GAV_Main */
#gameConsole{width:100%}
#gameConsole td{text-align:center; padding:10px}
.inner2{display: flex;align-items: center;justify-content: center;} 
.inner1{display: flex;align-items: center;justify-content: center;}
.inner3{display: flex;align-items: center;justify-content: center;} 
.nextButton{width: 110px; height: 40px; margin-top: 15px; background-color: #F9A119; border: 1px solid black; color: white;}

#youClick{width:83px;}
.scoreMenu{font-family: serif;background-color: rgba(222, 222, 222,0.5); width:80px;height:80px;border: 1px solid black; margin-left: auto;margin-right: auto;display: flex;align-items: center;justify-content: center;font-size: x-large;}
#scMenu{float:right; margin-top:50px;padding-right: 20px;border-right: 1px solid black;}
#scMenuCell{width:40%;}
#score{font-size:xx-large;}
.defDiv{padding-right: 20%;padding-top: 6%;}
#twoElements{display:block !important}
.cTimer{margin-left: 58px;}
.enableEvents{pointer-events:none;}

/* CSS for GAV_Grid */
.gr-si{width:110%}
#gameGrid tr td{height:55px;width:64px;}
/*#gameGrid tr td{height:55px;width:55px;} made changes to fit 2 decimal numbers in td if it causes any problem revert changes two lines above*/
#gridTable{min-width:100px;min-height:100px;}

/* CSS for GAV_Grid_Row */


/* CSS for GAV_Grid_Data */
.cBground{pointer-events:none;}
.gavStar{ width:35px;}

#gameGrid td {
	/*display: table-cell;
    border-radius: 5px;
    font-size: x-large;
    font-family: serif;*/
    
    display: inline-block !important;
    font-size: x-large;
    font-family: serif;
    border-radius: 16%;
    border: 4px solid #73AD21;
}



/*---------For animation effects------------*/
#gameGrid td:hover { 
    background-color: gold !important;
    -webkit-animation-name: shake-little; 
    -ms-animation-name: shake-little; 
    animation-name: shake-little;
     -webkit-animation-duration: 0.8s;
      -ms-animation-duration: 0.8s; 
      animation-duration: 0.8s; 
      -webkit-animation-iteration-count: infinite;
       -ms-animation-iteration-count: infinite; 
       animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
         -ms-animation-timing-function:linear;
          animation-timing-function: linear; 
          -webkit-animation-delay: 0s; 
          -ms-animation-delay: 0s; 
          animation-delay: 0s; 
          -webkit-animation-play-state: running; 
          -ms-animation-play-state: running; 
          animation-play-state: running; 
}
 

@-webkit-keyframes shake-little { 
 0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }}
	
@-ms-keyframes shake-little { 
0% { -ms-transform: translate(0px, 0px) rotate(0deg); }
  10% { -ms-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -ms-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -ms-transform: translate(0px, 2px) rotate(0deg); }
	40% { -ms-transform: translate(1px, -1px) rotate(1deg); }
	50% { -ms-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -ms-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -ms-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -ms-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -ms-transform: translate(2px, 2px) rotate(0deg); }
	100% { -ms-transform: translate(1px, -2px) rotate(-1deg); }}
	

@keyframes shake-little { 
 0% { transform: translate(0px, 0px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(0px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% {transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(2px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(2px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }}

/* CSS for GAV_Start_Button */

/*Css*/
.btnText1 {
  background-color: #3D4C53;
  margin : 20px auto;
  width : 70px;
  padding-top:8px;
  height :36px;
  overflow: hidden;
  text-align : center;
  transition : .2s;
  cursor : pointer;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}
.btnTwo {
  position : relative;
  width : 200px;
  height : 100px;
  margin-top: -90px;
  padding-top: 2px;
  background-color : #26A69A;
  left : -250px;
  transition : .3s;
}
.btnText {
  color : white;
  transition : .3s;
}
.btnText2 {
  margin-top : 63px;
  margin-right : -130px;
  color : #FFF;
}
.btnText1:hover .btnTwo{ /*When hovering over .button change .btnTwo*/
  left: -130px;
}
.btnText1:hover .btnText{ /*When hovering over .button change .btnText*/
  margin-left : 65px;
}
.btnText1:active { /*Clicked and held*/
  box-shadow: 0px 5px 6px rgba(0,0,0,0.3);
}



/* CSS for GAV_TargetNumber */
.inner1{margin-bottom: 30px;}
.trNum{width:120px;height:75px;border:1px solid black; background-color: rgba(222, 222, 222,0.5);}
#tn{font-size: xx-large;font-family: initial;}

/* CSS for GAV_Grid_Skip */


/* CSS for HMV_Main */
#canvasHangman{
    border:"none";
    background : "none";
}
.mainDiv{vertical-align: middle;
    text-align: center;
    padding-bottom: 10px;
    height: auto;
    margin:20px;}
.disabledRemainingLetter,.disabledWrongLetter,.disabledCorrectLetter,.alphabets {
  margin: auto;
  border: 5px solid rgb(186, 140, 88);
  display: inline-block;
  border-top-left-radius: 30%;
  border-top-right-radius: 30%;
  border-bottom-right-radius: 30%;
  border-bottom-left-radius: 30%;
  vertical-align: middle;
  position: static;
  width: 55px;
  /*height: 45px;*/
  color: white;
  font-size: 29px;
  font-family: 'Gloria Hallelujah';
  box-shadow: rgb(136, 136, 136) 5px 6px 5px;
  text-align: center;
  padding-top: 4px;
  opacity: 1;
  font-weight: bold;
  background-color: darkblue;
}
#divAlphabets{margin-bottom: 14px;}
.disabledCorrectLetter {

  color: white;
  text-decoration: underline;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: darkslateblue;
}

.disabledWrongLetter {
  color: white;
  text-decoration: line-through;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: black;
}

.disabledRemainingLetter {
  color: white;
  text-decoration: line-through;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: darkblue;
}
.alertAreaMsgBox{right: 200px; 
    top: 10px;
    background-color: rgb(240, 249, 227);
    font-size: 20px;
    font-weight: bold;
    color: #DF4634;
    padding: 7px;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 100;
    border-radius: 8px;
    border: 2px #CCE638 solid;
    background-color: rgb(240, 249, 227);
}
#edcitePromptArea{font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #DF4634;
    padding: 7px;
    padding-right: 20px;
    padding-left: 20px;
    /*z-index: 100;*/
    border-radius: 8px;
    border: 2px #CCE638 solid;
    background-color: rgb(240, 249, 227);
}

/* CSS for HMV_SplitWord */
.alphabets{cursor: default;}
.disableEvent{pointer-events:none;}
.disabledCorrectLetter {

  color: white;
  text-decoration: underline;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: darkslateblue;
}

.disabledWrongLetter {
  color: white;
  text-decoration: line-through;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: black;
}

.disabledRemainingLetter {
  color: white;
  text-decoration: line-through;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: darkblue;
}


/* CSS for HMV_CreateBlank */
#letter{font-size: 50px;
    display: inline;
    margin: 10px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;}

/* CSS for MatchingView_App */
/*div[id*='matchMediaToTextView'] {overflow-y:inherit;}*/
/*.matchingLineCanvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none; 
}*/

.matchingLineCanvas {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 10;
}

.matching-scroll-container {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

#resetAllMBtn {
  padding: 6px 9px;
    border-radius: 4px;
    cursor: pointer;
    background: #ffffff;
}

#resetAllMBtn i {
  margin-right: 6px;
}

#resetAllMBtn:hover {
  background-color: #d3d3d3;
}

#resetAllMBtn:focus {
  outline: none;
}

/* CSS for MatchingView_TableH */
.MatchingTableView {width:70%;}

overflow-x: auto;
    overflow-y: hidden;

table.MatchingTableView th{
    color: white;
    background-color: #20486e;
    padding: 7px;
    border: 1px solid rgba(0,0,0,.075);      
}
table.MatchingTableView tr{border-bottom: 1px solid #adadad;}
table.MatchingTableView tr td:nth-child(4) input{
    width: 84% !important;
    /*text-align: center;*/
}
table.MatchingTableView tr th:nth-child(1){width: 40%; text-align: center;}
table.MatchingTableView tr th:nth-child(2){width: 40%; text-align: center;}
table.MatchingTableView tr th:nth-child(3){width: 6%;}
table.MatchingTableView td{padding:13px !important;}
.MatchingTableView li{
    list-style-type: none;     
    position: relative; 
}


.popover{
    max-width : 400px !important;
}
#mmttextcontain .wlist{list-style-type: none; margin-right: 53px; 
    border:3px solid grey;background-color: #fafafa; margin-bottom: 30px; margin-top: 31px;padding: 14px;overflow: auto;}

.clist{list-style-type: none; margin-right: 53px;border:3px solid rgba(42, 148, 15, 0.59); margin-bottom: 30px; margin-top: 31px;padding: 14px;overflow: auto;}
.crosscls{margin-top: -15px;}
.highlightDropMatching{background: #FFFF00 !important; border:4px solid black;}
.mDraglist{
    border: none !important;
}


/* CSS for MatchingView_TableH_Header */


/* CSS for MatchingView_TableH_Body */
/* In your CSS file */
/*.matchingLineCanvas {
  position: absolute;
  pointer-events: none;
  z-index: 1000;
}*/

/*.matchingLineCanvas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}*/


/* CSS for MatchingView_TableH_TR */


/* CSS for MatchingView_Header */


/* CSS for MatchingView_TableV */
.ab{
height:50px;
}


/*.MatchingTableVertical{overflow-x:inherit;}*/
#MatchingTableVerticalTbody {
    position: relative; 
    overflow: auto;
}

.mtableVHeads{
    position: relative;
    left: 0;
}
.MatchingTableVertical li{     
    list-style-type: none;
    min-height: 44px;    
    position: relative;
}
.MatchingTableVertical tbody {  
    position: relative;
    width:100%;
    display:block;
    overflow-x: auto;
    overflow-y: auto;
}
table.MatchingTableVertical td{    
    padding: 7px;   
}
table.MatchingTableVertical th{
    color: white;
    background-color: #20486e;
    padding: 7px;
    border: 1px solid rgba(0,0,0,.075);      
}
table.MatchingTableVertical tr{/*border-bottom: 1px solid #adadad;*/}
table.MatchingTableVertical tr:first-child{border-top: 1px solid #adadad; vertical-align: bottom;}
table.MatchingTableVertical tr:last-child{border-bottom: 1px solid #adadad; vertical-align: top;}
table.MatchingTableVertical tr td{border-right: 1px solid #adadad;}

table.MatchingTableVertical tr th:nth-child(1){width: 15%; text-align:center; }
table.MatchingTableVertical tr:nth-child(4) td{text-align:center;} 

table.MatchingTableVertical tr:nth-child(2) td:last-child{border-top: 1px solid #adadad;} 
table.MatchingTableVertical{
    width: max-content;
    display: block;
}

.borderforansthird{
    border: 2px solid gray;
    border-left: transparent !important;
    background: #8080808f;
}
.borderforanssecond{
    border: 2px solid gray;
    border-right: transparent !important;
    background: #8080808f;
}
.borderforansthirdv{   
    border-top: transparent !important;
    background: #8080808f;
}
.borderforanssecondv{
    border: 2px solid gray !important;
    border-bottom: transparent !important;
    background: #8080808f;
}
.linevertical,
.lineverticalSec {
  position: relative;
}

.linevertical::after,
.lineverticalSec::after {
  content: '';
  position: absolute;
 /* border-left: 2px solid black;*/
  top: 0;
  left: 50%;
  height: 100%; 
  transform: translateX(-50%);
}

/* CSS for MatchingView_QTDCommon */
.qcontenth{
    max-height: 600px; outline: none; line-height: 1.5em;
    position:relative; word-wrap: break-word;  cursor:move;  margin: 3px; text-align:center;
}
.qcontentv video,
.qcontentv iframe {
    max-width: 250px;
    max-height: 250px;
    
}
.qcontentv{
    max-height: 600px; outline: none; line-height: 1.5em;
    position:relative; word-wrap: break-word;  cursor:move;  margin: 3px; text-align:center;
}
 .imgparadivDisable{border : none !important;}
.clstdsH{min-width: 300px;}
.clstdsV{min-width: 150px; margin-top:10px;}
.qNotDraglist, .qAnsCorrect{border : none !important;}
.qNotDraglist{list-style-type: none; margin-right: 53px;border:3px solid red; margin-top: 29px;padding: 14px;  }
.lineQH{ margin-right:2rem;}
.lineQV{
    margin-bottom: 5%;
}
.hidden {
  display: none !important;
}


/* CSS for MatchingView_ATDCommon */
.acontenth{
    position:relative; word-wrap: break-word; text-align:center;
}
.acontentv{
    position:relative; word-wrap: break-word;  text-align:center;
}

.acontentv video,
.acontentv iframe {
    max-width: 250px;
    max-height: 250px;
    
}
.txtparadiv video,
.txtparadiv iframe {
    max-width: 250px;
    max-height: 250px;
    
}
.txtparadiv{border: 2px solid gray!important;} 
.txtparadiv{padding:10px;}
.drawline:after
{
    content:'';
    width:5em;
    border-bottom:1px solid black;
    position:absolute;
    top:50%;
}
:after {
    left:100%;
}
table.MatchingTableView tr td:nth-child(3) .drawline:after {
    display:none;
}

.drawlinevb:after {
    content: '';
    position: absolute;
    border-left: 1px solid black;
    height: 4em;
    position: absolute;
    left: 50%;
    /* top: 100%; */
    transform: translateX(-50%);
}


.lineH{ 
    margin-left:8rem;
}
.lineV{
    /*margin-top: 5%;*/
    margin-top: 5%;
}

/* CSS for MatchingView_MTDCommon */
.imgparadiv video,
.imgparadiv iframe {
    max-width: 250px;
    max-height: 250px;
    
}
.borderforansthirdv {
    vertical-align: top;
}
.linevertical{
    vertical-align: top;
}
.mtdcontenth{
    max-height: 600px; outline: none; line-height: 1.5em;
        position:relative; word-wrap: break-word;  cursor:move;  margin: 3px; text-align:center;
}
.mtdcontentv{
    max-height: 300px; outline: none; line-height: 1.5em;
        position:relative; word-wrap: break-word;  cursor:move;  margin: 3px; z-index:1; text-align:center;
}
.imgparadiv{ border: 2px solid grey !important; padding:10px;}
.imgparadiv, .txtparadiv,.imgparadivDisable{border:1px solid grey; background-color: #fafafa;}
.imgparadivDisable{border : none !important;}

.test1 {      
    border : 5px solid gray !important;
    animation: blinker 1s linear infinite;   	
}
@keyframes blinker {
    50% {         
        border-color: yellow;
    }
}


/* CSS for MatchingView_ResetCommon */
.reset_h{
    color:red; cursor: pointer;
}

/* CSS for MatchingView_TableV_TR */

.bottomAlignRow th,
.bottomAlignRow td {
  vertical-align: bottom;
}

.topAlignRow th,
.topAlignRow td {
  vertical-align: top;
}

/*.node-dot {
  width: 10px;
  height: 10px;
  background-color: #00BFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}*/
/* Default .node-dot setup */
.node-dot {
  width: 10px;
  height: 10px;
  background-color: #00BFFF; /* Sky blue */
  border-radius: 50%;
  position: absolute;
}

/* Horizontal dots – middle left/right */
.horizontal-right-dot {
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.horizontal-left-dot {
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.vertical-node-dot-bottom {
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}

.vertical-node-dot-top {
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
}


.imgparadiv .node-dot {
  right: -5px;
  overflow: hidden;
}

/*.txtparadiv .node-dot {
  left: -5px;
}*/

.line-hover-label {
  position: absolute;
  background: white;
  padding: 4px 8px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  font-size: 14px;
  pointer-events: none;
}

.line-delete-btn:hover {
  background-color: darkred;
}

.node-dot-highlight {
  border: 2px solid #00BFFF;  /* Sky blue border */
  box-shadow: 0 0 5px #00BFFF; 
  border-radius: 50%;
}

.box-highlight {
  border: 2px solid #00BFFF;      
  box-shadow: 0 0 6px #00BFFF;   
  border-radius: 6px;
  transition: border 0.2s, box-shadow 0.2s;
}

/* Default grey borders */
.imgparadiv, .txtparadiv, .imgparadivDisable {
  border: 1px solid grey;
  background-color: #fafafa;
}

/* When in line drawing mode – blue border */
.line-drawing-active {
  border: 2px solid #00BFFF !important;
}

/* CSS for MERV_Main */
.mtervMainContainer{
    margin-right: 2.8%;
}

.mtervBtnContainer {
    display: flex;        
    align-items: center;
    gap: 12px;

    background-color: #334049;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

    padding: 2%;
    box-sizing: border-box;

    flex-shrink: 0;             
    height: auto;              
}

.mtervEditable-wrapper {
    display: flex;
    flex-direction: column; /* or row if needed */
    resize: both;
    overflow: auto;

    min-width: 450px;
    min-height: 250px;
    max-width: 90%;
    max-height: 80vh;

    border: 1px solid #ccc;
    border-top: none;
    /*border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;*/
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
}


.mtervFunctionalBtn button,
.mtervMqBtn {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
}


.mtervMainContainer .mq-math-mode .mq-empty {
    background: #a2d8fd !important;
}

.mtervMainContainer .mq-editable-field, .mq-math-mode .mq-editable-field {
    border: none !important;
}

.mtervMainContainer .mtervEditable-area sup {
    top: 0;
}

.mtervMainContainer .mq-root-block, .mq-math-mode .mq-root-block {
    display: contents !important;
}

.mq-math-mode .mq-overarrow.mq-arrow-both:after {
    left: -0.25em;
}

.mq-math-mode sup.mq-nthroot {
    top: 0;
}

/* CSS for MERV_Toolbar */
.mtervFunctionalBtn {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.mtervFunctionalBtn button {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: transparent;
  border: none;
  color: #a2d8fd;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;

  transition: background-color 0.2s ease, border 0.2s ease, transform 0.1s ease;
}

.mtervFunctionalBtn button:hover:not(:disabled) {
  background-color: rgba(162, 216, 253, 0.1);
  border: 1px solid #a2d8fd;
  border-radius: 6px;
  transform: scale(1.05);
}

.mtervFunctionalBtn button:active:not(:disabled) {
  transform: scale(0.97);
}

.mtervFunctionalBtn button:focus {
  outline: none;
}

/* SVG icons inside buttons: used inherited color */
.mtervFunctionalBtn svg {
  fill: currentColor;
  width: 20px;
  height: 20px;
}

/* Disabled style */
.mtervFunctionalBtn button:disabled,
.mtervFunctionalBtn .disabled {
  opacity: 0.4;
  /*pointer-events: none;*/
  border: none;
  background-color: transparent;
  cursor: not-allowed;
}


/* CSS for MERV_MathButtonPanel */
.mtervMqBtnContainer {
  display: flex;
  flex-wrap: wrap;            /* Wrapped buttons to next line */
  gap: 8px;                   /* Consistent spacing between buttons */
  justify-content: flex-start;
}

.mtervMqBtn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;
  background-color: transparent;
  border: none;
  color: #a2d8fd;

  cursor: pointer;
  padding: 0;
  box-sizing: border-box;

  transition: background-color 0.2s ease, border 0.2s ease, transform 0.1s ease;
}

.mtervMqBtn:hover {
  background-color: rgba(162, 216, 253, 0.1); /* subtle light background */
  border: 1px solid #a2d8fd;
  border-radius: 6px;
}

.mtervMqBtn:active {
  transform: scale(0.97);
}

.mtervMqBtn:focus {
  outline: none;
}


@media (max-width: 600px) {
  .mtervMqBtn {
    width: 40px !important;
    height: 40px !important;
  }
}


/* CSS for MERV_MathAnswerArea */
.mtervEditable-area {
  flex: 1;
  overflow: auto;
  padding: 15px;

  font-family: 'Times New Roman', Times, serif;
  font-size: 1.75rem;         
  line-height: 1.6;

  background-color: #ffffff;
  color: #000;

  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-sizing: border-box;
  height: auto;
}


/* CSS for MERV_DrawingModal */
/*.mtervmodal.pencil-cursor.upper-canvas {
  cursor: url("/images/pencil_32.svg") 0 50, auto !important;
}

.mtervmodal.eraser-cursor.upper-canvas {
  cursor: url("/images/eraser_10.svg") 7 50, auto !important;
}*/

.mtervmodal,
.mtervmodal *,
.mtervdrawing-canvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mtervdrawing-canvas {
  touch-action: none;
}

.mtervImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.mtervDrawing-wrapper{
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    margin: 10px;
    resize: none;
    overflow: hidden;
    min-width: 100px;
    min-height: 100px;
    max-width: 500px;
    max-height: 500px;
    width: 300px;
    height: 200px;
}

.mtervDrawUndo,
.mtervDrawRedo,
.mtervDrawClearAll,
.mtervDrawPencil,
.mtervDrawEraser {
    margin-bottom: 2%;
}


.mtervAddDraw {
    background-color: #a2d8fd;
    color: #334049;
    border: 1px solid #ffffff;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.mtervAddDraw:hover {
    color: #ffffff;
    background-color: #bde6ff; /* lighter on hover */
    transform: translateY(-1px);
}

.mtervAddDraw:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    /*pointer-events: none;*/
}

.mtervFooter {
    display: flex;
    justify-content: flex-end;
    background: #1f2933;
    padding: 2.7%;
}

.mtervClose {
    font-size: x-large;
    font-weight: 900;
    border: none !important; 
    /* padding: 0px !important; */
    background-color: transparent;
    color: #a2d8fd;
}

.mtervClose:hover {
    background-color: rgba(162, 216, 253, 0.1);
    border-color: 1px solid #a2d8fd !important;
}

.mtervmodal-title {
    font-size: larger;
    font-weight: 700;
}

.mtervmodal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background: #1f2933;
    color: white;
}

.mtervmodal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.mtervmodal {
    background: white;
    width: 600px;
    height: 467px;
    min-width: 400px;
    min-height: 400px;
    max-width: 1000px;
    max-height: 800px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    resize: none;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 8px;
}
/*.mtervToolbar {
display: flex;
gap: 10px;
flex-wrap: wrap;
background: #1f2933;
}*/

.mtervdrawing-canvas {
    flex-grow: 1;
    max-height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.mtervResizer {
    margin-left: auto;
    cursor: se-resize;
    z-index: 10;
    bottom: 70px;
    background: transparent;
}

.mtervdrawing-wrapper {
    resize: both;
    overflow: hidden;
}

.mtervToolbar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background-color: #1f2933;
    flex-wrap: wrap;
}

/* Shared button style */
.mtervDrawUndo,
.mtervDrawRedo,
.mtervDrawPencil,
.mtervDrawEraser {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: transparent;
    border: none;
    border-radius: 6px;
    padding: 0;
    cursor: pointer;
    color: #a2d8fd;

    transition: transform 0.2s ease, border-color 0.2s ease;
}

.mtervDrawUndo:hover,
.mtervDrawRedo:hover,
.mtervDrawPencil:hover,
.mtervDrawEraser:hover {
    background-color: rgba(162, 216, 253, 0.1);
    border: 1px solid #a2d8fd;
}

.mtervToolbar button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* Hover effect */
.mtervToolbar button:hover:not(:disabled) {
    border: 1px solid #a2d8fd;
    transform: scale(1.05);
}

/* Disabled state */
.mtervToolbar button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    /*pointer-events: none;*/
}

/* Special button with text */
.mtervDrawClearAll {
    all: unset;
    display: inline-block;

    padding: 6px 14px;
    font-size: 14px;
    color: #a2d8fd;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;

    transition: background-color 0.2s ease, border-color 0.2s ease;
    margin-bottom: 2%;
}

.mtervDrawClearAll:hover {
    border-color: #a2d8fd;
    background-color: rgba(162, 216, 253, 0.1);
}

.mtervToolbar .active {
    border: 1px solid #a2d8fd;
    background-color: rgba(162, 216, 253, 0.1);
}

.mtervDivider {
    color: #a2d8fd;
    font-size: 35px;
    margin-bottom: 2%;
}
.tox-toolbar__group:nth-child(5) button:nth-child(2) img{
    margin-top: 5px;
    width: 20px;
    height: 20px !important;
}
/* CSS for MMGV_Main */
.grid {margin: auto;  text-align: center;}
.tds div {
    border:1px solid #ccc;
    text-align:center;
    cursor:pointer;  
}
.MMGame{
    min-width: 375px;
    max-width: 800px;
    /*margin-left: 380px;*/
}
.MMGame table {
  border-spacing: 3px;
  border-collapse: separate;
}

/* CSS for MMGV_Row */
#gridContainerA img {
    width: 135px;
    height: 140px;
}

#gridContainerA iframe {
    width: 135px;
    height: 140px;
}

/* CSS for MMGV_TableData */
.td1{ 
    background-size: 100% 100%;
    z-index: 1000;
    box-shadow: rgb(102, 102, 102) 1px 1px 1px 1px;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 4px;
    width: 135px;
    height: 140px;
    background:white;

}
.imageStyle1{
    width:135px;
    height:140px;
}
.abcccc{display:none;}
/*#audio1{width:160px !important;}*/


/* CSS for MMGV_Timer */
#timerDiv{/* margin-left: 379px;*/}
 .start {
 /* margin-left: 380px;*/
  display: inline-block;
  padding: 0px 15px;
  font-size: 24px;
  font-family: Arial;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px E51C04;
  background-color:	00B3FC;
  border: none;
  border-radius: 15px;
}
.bcd{display:none;}


/* CSS for NumberLineCanvas_Draw */


/* CSS for NRV_Main */


/* CSS for NRV_Head */


/* CSS for NRV_Response */
.numunits { font-family:"Open Sans"; font-size: 16px; margin-left: 10px; }
.numunitsLeft { font-family:"Open Sans"; font-size: 16px;  float: left; padding-right: 6px; margin-right: 8px;}
.nrmr{margin-left:5px;}
.nrmanswer1{text-align: end;}

/* CSS for PBarGraphView_Main */
.pbgtitle{
 text-align :center;
  margin-top:20px;  
}
.visualize-labels-y{
 width:420px !important;
}

/* CSS for PBarGraphView_Graph */
.visualizationBarGraphPosition{
  margin-left: 25%;
  text-transform: uppercase;
  font-weight: bolder;  
 }  
.visualize ul.visualize-key li {
    list-style: none;
    float: none !important;
    margin-right: 10px;
    padding-left: 10px;
    position: relative;  

} 
.visualize-info {
	top: -1% !important;
	border: 2px solid #91B2D2 !important;
    float: right;
    margin-right: -130px;
   
}
.visualize .visualize-info {
    float: left;
    margin-left: 451px;
    width: max-content;
    right: unset !important;
}  
.visualize-titlepbg {
     margin-left: 31%;
     margin-bottom: 15px;
}   
.YAxisLabel{
    margin-top: 14%;
    margin-left: 11%;
    position: absolute;
}   
.XAxisLabel {
    margin-top: 5%;
    margin-left: 42%;
}   

/* CSS for PBarGraphView_GraphTable */
.TableGeneratedMainViewer{
  display:none;
  
}
.visualizeGraphSection{
   margin-top:10%;  
 }

/* CSS for PBarGraphView_GraphThead */


/* CSS for PBarGraphView_GraphTbody */


/* CSS for PBarGraphView_GraphTbodyTd */


/* CSS for ParccBarGraphView_ToolTip */
/*.ToolTip {
	display:none;
	border: 3px solid steelblue;
	border-radius: 8px;
	background-color: skyblue;	
	color: white;
	opacity: 0.8;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	height: auto;
	word-break: break-word;
	width: 15%;
	max-width: 20%;
	padding: 1%;
}*/
.ToolTip {
   display:none;
	position:absolute;
	border: 3px solid steelblue;
	border-radius: 8px;
	background-color: skyblue;	
	color: white;
	opacity: 0.8;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	height: auto;
	word-break: break-word;
	width: 15%;
	max-width: 20%;
	padding: 1%;
}   

/* CSS for PDPV_Main */
.tickBox {
    width: 597px;
    height: auto;
    margin-left: 99px;
    position: relative;
}
.pdpv_topdiv {
    width: 30px; 
    height: 30px; 
    margin-left: 390px; 
    margin-bottom: 2%;
}
.canvaspdpv {
    margin-left: 73px;
    margin-top: 100px;
}
.xlabel {
    text-align: center; 
    margin-left: 73px;
    width: 700px;
}

/* CSS for PDPV_TickBoxes */
.pdnv_new {
    display: table-cell;
    position: absolute
}

/* CSS for PDPV_Box */
.hideClass {
    display: none;
}
.temp {
   border: 1px solid blue;
   width: 30px;
   height: 30px;
   margin-top: 10px;
}
.initialdots {
    z-index: 1; 
    position: relative;
    padding: 4px;
    top:-3px;
}
.pdpv_img {
    height: 25px; 
    width: 25px; 
    padding: 4px; 
    border-radius: 8px
}
.red { background: red; }
.blue { background: blue; }
.black { background: black; }
.yellow { background: yellow; }
.orange { background: orange; }
.brown { background: brown; }
.green { background: green; }
.pink { background: pink; }
.Chartreuse { background: Chartreuse; }
.olive { background: olive; }
.aqua { background: aqua; }
.purple { background: purple; }
.navy { background: navy; }
.silver { background: silver; }
.indigo { background: indigo; }

/* CSS for ParccDotPlotView_PointIndicator */
.coloreddotplot {     
    border-radius: 50px;
    height: 20px;
    width: 20px; 
}

.xplotted {
	font-size: 24px;
    font-weight: bolder;
}

/* CSS for PDDNLV_Main */
.canvaspddpv {
    margin-left: 10.2rem;
    margin-top: 8rem;
}
.ddpnlBox2 img {
    max-width: 5rem !important;
    max-height: 5rem !important;
}
.ddpnlBox2 audio {
    width: 25rem;
    height: 3rem;
}
.hideCls { 
    display: none !important;
}
.ddpnlBox { 
    min-height: 15rem;
    border: 1px solid gray;
    padding: 1rem;
    margin: 2rem;
}
.ddpnlBox > div {
    margin-right: 1rem;
    margin-bottom: 2rem;
}
.tickBoxdn {
    margin-left: 11.3rem;
    position: relative;
}
.onLineCls {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
     background: white;
}
.ddpnlBox2 {
    min-width: 6rem;
    min-height: 6rem;
    border: 1px solid gray;
    display: inline-block;
    text-align: center;
    padding: 1rem;
}
.ddpnlBox2:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    margin-left: -10px;
    transform: rotate(45deg);
    margin-top: -9px;
}
.divcanvaspnl{ text-align: center;  
    margin-top: 1rem;
}
.temp3 {
    /*border: 1px solid blue;*/
    width: 6rem;
    height: 10rem;
    margin-top: 1rem;
}
.pdnv_new {
    display: table-cell;
    position: absolute
}
.ddpnlBox>.ddpnlBox2 {
    position: relative;
}
.temp2 {
    border: 1px solid gray;
    min-width: 3rem;
    min-height: 3rem;
    margin-top: -5rem;
    text-align: center;
}

/* CSS for PDDNLV_Settings */
.inppnl { 
    border: 1px solid gray;
    padding: 0.5rem;
    text-align: center; 
    height: 3rem;
    min-width: 3rem;
    max-width: 4rem;
    height: auto;
    background: white;
}
.tickBox2 {
 margin-left: 12.8rem;
}
.pnlSettings {
    border: none;
    width: 100%;
    min-height: 37rem;
    margin-top: 1rem;
    border-bottom: 1px solid;
}

/* CSS for PDDNLV_Numberline */
.lineBar {
    border-bottom: 1px solid black;
    height: 1rem;
    /*overflow: hidden;*/
}
.subLineBar {
    height: 1rem;
    overflow: hidden;
}
.line {
    position: relative;
}
.line.arrow-left:after {
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid black;
}
.line.arrow-right:after {
  position: absolute;
  content: '';
  bottom: -10px;
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid black;
}
.arrow1{
    text-align: end;
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 6rem;
    display: block;
}
.arrow2 {
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 6rem;
    display: block;
}
.majorFont {
    font-weight: bold;
}
.setVisibleNone {
    visibility: hidden;
}
.numBar {
    padding-top: 3px;
    position: relative;
    left: 0px;
    top: 0px;
    font-size: small;
}
.dashHolder {
    float: left;
    text-align: center;
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 5rem;
    position: relative;
}

/*.dashHolder {
    float: left;
    text-align: center;
    width: 10%;
    padding-bottom: 5rem;
    position: absolute;
}*/
.dashImg {
    width: 0.1rem;
    height: 0.7rem;
    margin-top: 1.2rem;
}
.arrowImg1, .checkRight {
    float: right;
}
.arrowImg1, .arrowImg2 {
    padding-top: 5rem;
}
.lineTable {
    width: 100%;
    border-collapse: collapse;
}
.lineTable td {
    padding: unset;
    min-width: 5rem;
}

/* CSS for PDDElaViewer */
.parccDDViewContainer{
  /*width:1000px; */
     width:auto;
}
.parccDDViewContainer .topDragBarTopDiv{
	 width: 100%;min-height: 50px;      
} 
.parccDDViewContainer .leftDragBarTopDiv{
    /* min-width: 20%;min-height: 400px;max-width:27%;*/
    margin: 0 !important;
    padding: 0 !important;
    overflow: auto; 
    max-width: 180px !important;
   /* min-width: 244px !important;*/
    float: left !important;
    min-height: 400px !important;
    max-width: 27% !important;
    word-wrap: break-word !important;
}  

.parccDDViewContainer .flexClass{
    display : flex;
}
 
.parccDDViewContainer .topDragBarTop { margin: 0; padding: 0; overflow: auto;}

.parccDDViewContainer .dragDropDiv { 
    position: relative; width: 100%; min-height: 200px; background-color: #ffffff;
	/*overflow-y:auto;*/	 padding: 0; padding-bottom: 10px; margin-left: 10px;
   /* border-top: 1px solid #cbc8c8;
    border-bottom: 1px solid #cbc8c8; */   
}

.dropsUL{
	width: 100%; padding-left: 0; list-style: none;
}


/* CSS for PDDVAnswerBank */
.parccDDViewContainer .topDragBar {
     margin: 10px auto;
     margin-left: 0px;
     text-align: center;
     padding: 5px;
     background-color: #f8f8f8;
     width: 100%;
     min-height: 50px;
    overflow: auto;
    flex-wrap: wrap;
}

.parccDDViewContainer .topDragBarDiv{
	display : flex;
}



/* CSS for PDDVDragList */
.dragsL { padding:5px;   margin:5px; 
    /*border:0;*/
     background: #ffffff; text-align: center; z-index: 2;
    cursor:pointer;  font-size: 16px; 
    font-family: Open Sans,  Arial, Verdana, Geneva, Helvetica, sans-serif; font-weight: bold; 
     clear: none;  border-radius: 6px; 
	 width: fit-content; width: auto !important;
} /*float:left;*/

.dragsLiPddv{
    background: #ffffff !important;
    border:2px solid white !important;
    border-radius : 0px !important;
}

.parccDDViewContainer .leftDragBarDiv .dragsL{
	clear: both !important;
}

/*.parccDDViewContainer .dragsL img, 
.parccDDViewContainer .dstringDiv img { 
    max-width: 150px; 
    max-height: 150px; 
}*/

.dragsLiPddv p{
    margin:0px;
}

/* CSS for PDDVDropElements */
.parccDDViewContainer .pddvDeleteDrop{
   /* color:red; position: absolute; top: 1px; left : 1px; opacity:1.5; font-size:10px; z-index:5;*/
    color: red;
    position: absolute;
    top: 1px;
    left: 1px;
    opacity: 1.5;
    font-size: 12px;
    z-index: 5;
}
.contentEditabledivPDD{
  overflow:auto;  
}
.parccDDViewContainer .dropDiv { 
    position: absolute; left: 20px; top: 20px; resize: none; z-index: 5; padding: 0; 
   /* overflow : auto; /*added*/
}
.parccDDViewContainer .digitDiv, 
.parccDDViewContainer .digitsDiv,
.parccDDViewContainer .numericDiv,
.parccDDViewContainer .exprDiv { width: 30px; height: 40px; border:2px solid #444444; background: #ffffff; }

.parccDDViewContainer .dstringDiv { height: 40px; border:2px solid #444444; background: #ffffff; z-index: 10 !important; }
.parccDDViewContainer .digitsDiv div, 
.parccDDViewContainer .digitsDiv div, 
.parccDDViewContainer .numericDiv div, 
.parccDDViewContainer .exprDiv div, 
.parccDDViewContainer .dstringDiv div { 
    font-size: 12px; text-align:center; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-weight: bold; 
    padding: 10px; margin: 0; min-height: 24px; 	
} /*font-size: 16px; text-align:center added;*/

.parccDDViewContainer .numericDiv { width: 100px; }
.parccDDViewContainer .exprDiv, 
.parccDDViewContainer .dstringDiv,
.parccDDViewContainer .dstringDiv div { display: block; 
    height: auto;
    min-height: 30px; 
    min-width: 20px; 
    /*overflow: auto;*/
    padding: 5px;
} 

.parccDDViewContainer .dstringDiv div{
	position : relative; /*added*/
}

/*.parccDDViewContainer .dragsL img, 
.parccDDViewContainer .dstringDiv img { max-width: 150px; max-height: 150px; }*/

.parccDDViewContainer .dtextDiv{
	font-size : 14px;
}

/*.parccDDViewContainer .dtextDiv { left: 100px; top: 50px; background-color: transparent; padding: 10px; overflow: auto; 
font-size: 16px; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-weight: bold; }
.parccDDViewContainer .dtextText { }*/

.parccDDViewContainer .respCompDiv { overflow: auto;  }

/*.parccDDViewContainer .isDragHover{
background-color:  rgba(200, 224, 249, 0.97);
border: 2px dashed blue;
}

.parccDDViewContainer .canBeDropped{
background-color: rgb(163, 209, 255);
}*/

.pddvDroppedData{
    background: #ffffff; 
    text-align: center; 
    cursor:pointer; 
    clear: none;  
    border:2px solid lightgrey; 
    border-radius: 6px; 
    width: fit-content;
    position : absolute;
    /*top:0px !important;
    left : 10px  !important;*/
    top: -8px !important;
    left: -6px !important;
    z-index: 2;   
    margin:2px; 
   /* padding : 2px;*/
    padding: 5px;
}
/*.rendered-latex {
	max-width : 150px !important;
    max-height :150px !important;
}*/
.pddvDroppedData img{
	max-width : 150px !important;
    max-height : 50px !important;
}


.pddvDroppedData p{
  margin:0px;  
}
.dtextDiv{
	min-height: 20px !important;
    overflow: auto !important;
    user-select: none; /* Prevent text selection */
    -webkit-user-drag: none; /* Prevent dragging in WebKit browsers */
    -moz-user-select: none; /* Prevent text selection in Firefox */
    -ms-user-select: none; /* Prevent text selection in Internet Explorer */
    cursor: default; /* Change cursor to default */
    pointer-events: none;
}
.droppableCandidate{
    background-color: rgb(163, 209, 255) !important;
    border: 2px solid blue !important;
   
}

.droppableActive{
	background-color:  rgb(163, 209, 255) !important;
   
}

.pddvDragHelper{
	/*max-width : 400px;*/
    max-width :  400px ;
    word-wrap : break-word;
   
    
}
.pddvDragHelperLeft{
    width: auto !important;
  /*max-width: 180px !important;
    min-width: 244px !important;
    min-height: 400px !important;
    max-width: 27% !important; */
}

/* CSS for PEAV_Main */
.essaytinymce {
    margin-top:10px;
} 
.Essaydisplay{
    display:none;
}

.essaytext { margin-left: 10px; width: 90%; min-height: 400px; border: 2px solid #999999;
    -webkit-box-shadow: 1px 1px 1px1px #a0a0a0; -moz-box-shadow: 1px 1px 1px1px #a0a0a0;  box-shadow: 1px 1px 1px1px #a0a0a0;  
    -webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;  }
.essaytext {position:relative}

.character {   
    border: 2px solid black;
    text-align: center;
    float: right;
    margin-right: 2px;
   /* margin-top: -24px;*/
    width: 70px;
    padding: 7px;
    z-index: 1;
    position: relative;
} 
.essaytinymce {
    margin-top:20px;
}
.minsertMediaBar  { position: fixed; left: 400px; top: 400px;width:240px;
    padding: 5px; background-color: #cccccc; border: 2px solid #333333;
    -webkit-border-radius: 3px;-moz-border-radius:3px;border-radius: 3px;z-index: 7;
    display: block;
}


/* CSS for PEAV_MMBtns */
.insrecord{
  margin-top:-10px;
}


/* CSS for PEAV_UploadForm */
.fileUploadBoxAudio { position: fixed; left: 400px; top: 400px; display: none;
 padding: 30px; background-color: #cccccc;
-webkit-border-radius: 3px;-moz-border-radius:3px;border-radius: 3px; z-index: 1;
 }

#uploadFile { padding-top: 20px; padding-bottom: 20px; }
#fupload_target{
    width:0;
    height:0;
    border:0px solid #fff;
} 
.essayaudiorecord {
  display:none;
} 


#cancuploadbtnM{
 margin-left: 72px;
 margin-top: -59px;
}

.recaudiodivEssay1 {
    position: absolute;
    background: #cccccc;
    margin-top: -333px;
    margin-left: 237px;
    min-height:100px;
    width: 530px;
    padding: 10px;}
#msgarea { font-size: 16px; color: red; font-weight: bold; margin-left: 100px; }

#recordingslist audio { display: none; margin-bottom: 10px; }

#taglblaudiorecord{font-size:16px}
#symbolaudio1,#symbolaudio2{float:right;font-size:large}
#addaudio_form{background:#EAF898}
#tagtxtaudiorecord, #cprightaudiorecord, #srctxtaudiorecord, #linktxtaudiorecord {
    width: 400px;     height: 32px;    border-radius: 10px;    border:1px solid #457025;    outline: none;
}
#addtag {     font-size:16px; }
.Txtfieldheading { }
.addtagmargin {     margin-left: 10px; }
#panelaudiorecord,#flipAudioRecord {     padding:5px;    background-color:#EAF898;    border:solid 1px #c3c3c3;    width:480px; }
#panelaudiorecord {     display:none; }
.addAudioButton {     outline: none;    clear: both;    margin-top: 8px;    margin-left: 8px;    width: 160px;
    background: #F9A11A;    color: #000;    border-color: #EAF898;    display: inline-block;    padding: 6px 12px;
    margin-bottom: 0;    font-size: 14px;    font-weight: normal;    line-height: 1.428571429;
    text-align: center;    white-space: nowrap;    vertical-align: middle;    cursor: pointer;    -webkit-user-select: none;
    background-image: none;    border: 1px solid transparent;    border-radius: 4px;
}

#audioRecQPreviewBtn { display:none; position: absolute; top: 10px; right: 20px; }

.cancuploadbtnmedia {
    margin-left: 75px;
    margin-top: -33px;
}
.delEssayAudio {
    position: absolute;
    margin-left: 120px;
    color: #d1281b;
    opacity: 0.5;
    top: 10%;
    right: 10%;
}  

/* CSS for PEAV_RecordAudio */
.insFileActAudiocls{
    margin-right: 30px;
}
.essaydraggable h4 {text-align:center;}
.essaydraggable button.startRecord {margin-left:45%; margin-bottom:20px;}
.essaydraggable form {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.recordingslist {
  list-style: none;
}
 .tox-toolbar__group:nth-child(7) button:nth-child(1) img{
    margin-top: 5px;
    width: 20px;
    height: 20px !important;
}
.tox-toolbar__group:nth-child(5) button:nth-child(3) img{
    margin-top: 5px;
    width: 20px;
    height: 20px !important;
}
 .tox-toolbar__group:nth-child(5) button:nth-child(1) img, .tox-toolbar__group:nth-child(7) button:nth-child(2) img{
    margin-top: 5px;
    width: 20px;
    height: 20px !important;
}
/* CSS for PEV_Main */
.essaytinymce {
    margin-top:10px;
} 
.essaytext { margin-left: 10px; width: 90%; min-height: 400px; border: 2px solid #999999;
    -webkit-box-shadow: 1px 1px 1px1px #a0a0a0; -moz-box-shadow: 1px 1px 1px1px #a0a0a0;  box-shadow: 1px 1px 1px1px #a0a0a0;  
    -webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;  }
.character {   
    border: 2px solid black;
    text-align: center;
    float: right;
    margin-right: 2px;
    /*margin-top: -20px;*/
    width: 70px;
    padding: 7px;
    z-index: 1;
    position: relative;
} 
.essaytinymce {
    margin-top:20px;
}
.minsertMediaBar  { position: fixed; left: 400px; top: 400px;width:240px;
    padding: 5px; background-color: #cccccc; border: 2px solid #333333;
    -webkit-border-radius: 3px;-moz-border-radius:3px;border-radius: 3px;z-index: 7;
    display: block;
}


/* CSS for PEV_MMBtns */
.insrecord{
  margin-top:-10px;
}


/* CSS for PEV_UploadForm */
#fileUploadBox { position: fixed; left: 400px; top: 400px; display: none;
padding: 30px; background-color: #cccccc;
-webkit-border-radius: 3px;-moz-border-radius:3px;border-radius: 3px; z-index: 1;
 }
#uploadFile { padding-top: 20px; padding-bottom: 20px; }
#fupload_target{
    width:0;
    height:0;
    border:0px solid #fff;
} 
.essayaudiorecord {
  display:none;
}  
#cancuploadbtn {
    margin-left: 10px;
}  
 .tox-toolbar__group:nth-child(5) button:nth-child(2) img{
    margin-top: 5px;
    width: 20px;
    height: 20px !important;
}
/* CSS for PFGV_Main */
.arrow_box1{
   display:flex;
   display:-webkit-box;
}
.restBtnSS{
  display: -webkit-inline-box;
  display: -moz-inline-box;
}
.btnList{
    position: absolute;
    margin-top: 45px;
}
.redClass {
   border-left-color:transparent; 
}


/* CSS for PFGV_ArrowBox */
.restBtn{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
}
.arrow_box{
    width: 0;
    height: 0;
    border: 16px solid transparent;
}
.colorBx{
   margin-top: -21%;
   border-left-color:#433914;
}

.colorBx1{
   margin-top: -21%;
   border-top: 17px solid transparent;
   border-bottom: 18px solid transparent;
   border-left: 23px solid black
}
.color1{
    width:150px;
    color:white;
    height:35px;
    background:#433914;
    margin-top: -21%;
}
.color2{
    width:150px;
    color:white;
    height:35px;
    margin-top: -21%;
    background-color: black;    
}

/* CSS for PFGV_Canvas */
.restBtnSS .mainCanvas{
    border: 2px solid black;
    margin-top: 6px;
    top: 0;
    left: 0;
    background-color: white;
    padding: 0;
    margin: 0;
    margin-left: 157px;
}
.pfgYlabel{
    margin-top: 211px;
    position: absolute;
    margin-left: 75px;
    transform: rotate(-90deg);
    max-width: 240px;
}
.pfgXlabel{
    position: absolute;
    margin-left: 355px;
}

/* CSS for PFGV_DrawAxes */


/* CSS for PFGV_DrawGrids */


/* CSS for PFGV_Draw */


/* CSS for PFGV_DrawHalo */


/* CSS for PFGV_CircleWithHalo */


/* CSS for PFGV_BindMouseEvents */


/* CSS for CanvasComponent_Main */
.canvasComp .mainCanvas{
   /* border: 2px solid black;
    margin-top: 6px;
    top: 0;
    left: 0;
    background-color: white;
    padding: 0;
    margin: 0;
    margin-left: 78px !important; */
    border: 2px solid black;
    margin-left: 50px;
    margin-bottom: 10px;
}
.yLabel{
  /*  margin-top: 211px;
    position: absolute;
    margin-left: 75px;
    margin-left: 75px !important;
    transform: rotate(-90deg);
    max-width: 240px; //old
    margin-top: 16%; // recent
    position: absolute;
    margin-left: -1%;
    transform: rotate(-90deg);
    max-width: 300px;*/
    margin-top: 200px;
    position: absolute;
    transform: rotate( -90deg);
    min-width: 100px;
    max-width: 200px;
}
.yLabel1{
    margin-left: 30px;
	 margin-top: 200px;
    position: absolute;
    transform: rotate( -90deg);
    min-width: 100px;
    max-width: 200px;
}
.xLabel{
    width: 240px;
    margin-left: 300px;
}
.commonCanvas{
	margin-left: 100px;
}

/* CSS for CanvasComponent_Grid */


/* CSS for CanvasComponent_Axes */


/* CSS for CanvasComponent_Draw */


/* CSS for CanvasComponent_DrawHalo */


/* CSS for CanvasComponent_CircleWithHalo */


/* CSS for CanvasComponent_BindMouseEvents */


/* CSS for FG_Main */
.arrow_box1{
   display:flex;
   display:-webkit-box;
}
.restBtnSS{
  display: -webkit-inline-box;
  display: -moz-inline-box;
}
.btnList1{
    margin-top: 45px;
}
.redClass {
   border-left-color:transparent; 
}


/* CSS for FG_EQN */
.restBtn{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
}
.arrow_box{
    width: 0;
    height: 0;
    border: 16px solid transparent;
}
.colorBx{
   margin-top: -21%;
   border-left-color:#433914;
}

.colorBx1{
   margin-top: -21%;
   border-top: 17px solid transparent;
   border-bottom: 18px solid transparent;
   border-left: 23px solid black
}
.color1{
    width:150px;
    color:white;
    height:35px;
    background:#433914;
    margin-top: -21%;
}
.color2{
    width:150px;
    color:white;
    height:35px;
    margin-top: -21%;
    background-color: black;    
}

/* CSS for FGV11_Main */

.restBtnSS{
  display: -webkit-inline-box;
  display: -moz-inline-box;
}
.btnList1{
    margin-top: 45px;
}
.redClass {
   border-left-color:transparent; 
}
.canvasComp .fgmainCanvas{
    border: 2px solid black;
    margin-left: 50px;
    margin-bottom: 10px;
}
.yLabel{
    margin-top: 200px;
    position: absolute;
    transform: rotate( -90deg);
    min-width: 100px;
    max-width: 200px;
}
.yLabel1{
    margin-left: 30px;
	 margin-top: 200px;
    position: absolute;
    transform: rotate( -90deg);
    min-width: 100px;
    max-width: 200px;
}
.xLabel{
    width: 240px;
    margin-left: 300px;
}
.fgCanvasClass{
	margin-left: 100px;
}


/* CSS for FGV11_EQN */
.restBtn{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
}
.arrow_box{
    width: 0;
    height: 0;
    border: 16px solid transparent;
}
.colorBx{
   margin-top: -21%;
   border-left-color:#433914;
}

.colorBx1{
   margin-top: -21%;
   border-top: 17px solid transparent;
   border-bottom: 18px solid transparent;
   border-left: 23px solid black
}
.color1{
    width:150px;
    color:white;
    height:35px;
    background:#433914;
    margin-top: -21%;
}
.color2{
    width:150px;
    color:white;
    height:35px;
    margin-top: -21%;
    background-color: black;    
}

/* CSS for PGLIV_Canvas */
.LinearCanvas{
    border:1px solid black;
    margin-left: 308px;
    margin-top: 42px;
}
 .solutionSetLinearResp{ width: 136px;
    line-height: 28px;
    color: white !important;
    height: 49px;
    background: blue !important;
    line-height: 32px;
    padding: 12px !important;
}
 .solutionDivResp{display: flex;
    margin-left: 105px;
    padding-top: 4px;
    margin-right: -24px;
}

/* CSS for PGLIV_Line */
#linearbuttonListResp{
    display: table-caption;
}

.linearRestBtnResp{    
    display: flex;
    margin-left: 103px;
    margin-top: -48px;
}
.linearPointsResp{
    white-space: normal;
    width: 135px;
    color: white;
    height: 50px;
    background: #704087;
    word-wrap: break-word;
  
}
.linearArrowboxResp{width: 0; height: 0; border: 25px solid transparent;}
.lineDiv{
    margin-top: -411px;
    margin-left: 22px;
}
.LinearLineArrowDivResp{
    margin-left: -726px;
    display: inline-block;
    margin-top: 36px;
    z-index: 14;
}

.blocksResp {display: inline-block;  width: 100px;}
.wrapResp{
    width: 100px;
    margin-left: 0px;
    padding-left: 12px;
    padding-top: 12px;   
}
.dashedDivResp{
    border: 1px dashed;
    height: 0px;
    padding: -2px;
    width: 50px;
    margin-top: -12px;
    position: absolute;
    margin-left: 21px;
}

.mainDivLinear{
   display:inline-flex; 
}
.lineDivResp{
    border: 1px solid;
    width: 51px;
    margin-top: -12px;
    position: absolute;
    margin-left: 21px;
}

/* CSS for PGLIV_Axes */


/* CSS for PGLIV_Grid */


/* CSS for PGLIV_Draw */


/* CSS for PGLIV_DrawHalo */


/* CSS for PGLIV_CirrcleHalo */


/* CSS for PGLIV_MouseEvents */


/* CSS for TestCanvas_Component */


/* CSS for TestCanvas_Grid */


/* CSS for TestCanvas_Axis */


/* CSS for PLIView_Main */
.LinearLineArrowDivResp{
    margin-left: 4px;
    display: inline-block;
    margin-top: 36px;
    z-index: 14;
    margin-top: -8px;
    position: absolute;
}
.solutionSetLinearRespGLI{ 
    width: 168px;
    line-height: 28px;
    color: white !important;
    height: 53px;
    background: blue !important;
    line-height: 32px;
    padding: 12px !important;
}
 .solutionDivRespGLI{
    display: flex;
    margin-left: 88px;
    
}
.LinearCanvasDivGLI{
  margin-left: 173px;
}
   

.linearCanvasLineDivGLI{
    margin-bottom:10px;
    margin-left: -19px;
}

.mainCanvas{
    border: 2px solid black;
    margin-top: 6px;
    top: 0;
    left: 0;
    background-color: white;
    padding: 0;
    margin: 0;
    margin-left: 157px;
}
.yLabelLinear{
    margin-top: 211px;
    position: absolute;
    margin-left: 72px !important;
    transform: rotate(-90deg);
    max-width: 240px;
}
.xLabelLinear{
    position: absolute;
    margin-left: 355px;
}

/* CSS for PLIView_Line_Display */
#linearbuttonListResp{
    display: table-caption;
}
.linearRestBtnRespGLI{
    display: flex;
    margin-left: 88px;
    margin-top: -48px;
}
.linearPointsRespGLI{
    white-space: normal;
    width: 168px;
    /*color: white;*/
    color: #ffffff;
    height: 53px;
    background: #704087;
    word-wrap: break-word;
}

.linearArrowboxResp{width: 0; height: 0; border: 28px solid transparent;}
.lineDiv{
    margin-top: -411px;
    margin-left: 22px;
}


.blocksResp {display: inline-block;  width: 100px; margin-top: -6px;}
.wrapResp{
    width: 100px;
    margin-left: 0px;
    padding-left: 12px;
    padding-top: 12px;   
}
.dashedDivResp{
    border: 1px dashed;
    height: 0px;
    padding: -2px;
    width: 50px;
    margin-top: -21px;
    position: absolute;
    margin-left: 19px;
}
.radioLinear{
    width: 24px;
    height: 24px;
    margin-left: -9px;
    margin-top: 4px;
}

.mainDivLinear{
   display:inline-flex; 
}
.lineDivResp{
   border: 1px solid;
    width: 51px;
    margin-top: -20px;
    position: absolute;
    margin-left: 21px;
}
.LinearLineArrowDivResp img{
  filter: brightness(0) invert(1);
}



/* CSS for PLIV_Main */
.LinearLineArrowDivResp{
    margin-left: 4px;
    display: inline-block;
    margin-top: 36px;
    z-index: 14;
    margin-top: -8px;
    position: absolute;
}
.solutionSetLinearResp{ width: 136px;
    line-height: 28px;
    color: white !important;
    height: 49px;
    background: blue !important;
    line-height: 32px;
    padding: 12px !important;
}
 .solutionDivResp{
    display: flex;
    margin-left: 105px;
    
}
.LinearCanvasDiv{
margin-left: 156px;
}    
.LinearCanvasDiv .yLabel{
margin-left: 107px;
}
.linearCanvasLineDiv{
    margin-bottom:10px;
}

/* CSS for PLIV_Line */
#linearbuttonListResp{
    display: table-caption;
}

.linearRestBtnResp{    
    display: flex;
    margin-left: 103px;
    margin-top: -48px;
}
.linearPointsResp{
    white-space: normal;
    width: 135px;
    color: white;
    height: 50px;
    background: #704087;
    word-wrap: break-word;
  
}
.linearArrowboxResp{width: 0; height: 0; border: 25px solid transparent;}
.lineDiv{
    margin-top: -411px;
    margin-left: 22px;
}


.blocksResp {display: inline-block;  width: 100px;}
.wrapResp{
    width: 100px;
    margin-left: 0px;
    padding-left: 12px;
    padding-top: 12px;   
}
.dashedDivResp{
    border: 1px dashed;
    height: 0px;
    padding: -2px;
    width: 50px;
    margin-top: -12px;
    position: absolute;
    margin-left: 21px;
}

.mainDivLinear{
   display:inline-flex; 
}
.lineDivResp{
    border: 1px solid;
    width: 51px;
    margin-top: -12px;
    position: absolute;
    margin-left: 21px;
}
/*.canvasComp{
    margin-top: 55px !important;
    margin-left: 162px !important;
}
.yLabel{
      margin-left: 119px !important;  
}*/

/* CSS for NumberLineCanvas_Draw */


/* CSS for PNV_Main */
.btnsList {
    display: inline-block;
    width: 310px;
    border: 5px solid blue;
    vertical-align: top;
}

#noNumDisplay {
    display: none;
}

.pnvCanvas {
    padding-top: 40px;
    touch-action: none;
}

.pnvCanvasDiv {
    text-align: center;
  /*overflow-x: auto !important;*/
  width: 100%;          
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important; 
}

.pnvCanvas {
  touch-action: none !important;    
  user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
}


.drawnButtonSpan {
    display: inline-block;
    margin-left: 5px;
}

.btnsDiv {
    text-align: center;
}


/* CSS for PNV_AllBtns */
.indBtns {
    width: 87px;
    height: 57px;
    background-color: rgba(162, 166, 169, 0.5);
}

.btnImg {
    height: 51px;
    mix-blend-mode: color-burn;
}

.selectedBg {
    background: whitesmoke;
}


/* CSS for PNV_SelectedBtns */
.selectedBtns {
    width: 100px;
    height: 62px;
    background-color: rgba(162, 166, 169, 0.5);
}

.selBtnDiv {
    width: 100px;
    float: left;
}

.drawRange {
    visibility: visible;
    border: 2px solid blue;
}


/* CSS for ReorderList_App */


/* CSS for ParccOrderView_Main */
.pov_hideClass {
    display: none;
}
.HorizontalLists {
    overflow:auto;
    display:flex;
    display: inline-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:-webkit-inline-flex;
    list-style-type:none;
    width:99%;
    margin-left: -2%;
}
.VerticalLists { 
    display:block;
    list-style-type:upper-alpha;
    margin-top:5%;
    width:99%;
}

/* CSS for ParccOrderView_Caption */
.leftHorizontallabeltxt { 
    float:left;
    font-size: x-large; 
    white-space: normal;
}
.rightHorizontallabeltxt {
    float:right;
    font-size: x-large; 
    white-space: normal;
}

/* CSS for ParccOrderView_ViewList */
.listItemHorizontal {
    display: flex;
    display: inline-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:-webkit-inline-flex;
    width: 100%;
    margin: 1%;
}
.listItemVertical { 
    display: flex;
    display: inline-flex;
    width: 100%;
    display: -ms-flexbox;    
    display: -webkit-flex;
    display:-webkit-inline-flex;
}
.EditableDiv {
    width: 100%;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 200%;
    color: blue;
    font-weight: bold;
    border: 1px solid;
    margin: 1%;
    border: 1px solid;
    margin: 1%;
    border-radius: 6px;
    background-color: whitesmoke; 
    word-wrap: break-word;
    min-height: 2em;
    cursor: move;
    overflow: hidden;
}

/* CSS for SBGV_Main */
.graphYLabelDiv1 { float: left; width: 20px; font-size: 16px;height: 100%; background-color: transparent; position:relative;right: -33px;margin-top: -35px;}
/*.graphRightPanel { width: 480px; height: 100%;}*/
/*.visualize-bar .visualize-labels-x li span.label { white-space: normal; word-wrap:break-word;width:140% !important}*/
.visualize-bar .visualize-labels-x li span.label { width: 113% !important;
    text-align: center;
    margin-top: 22px;
    white-space: normal;
    margin-left: -5px;
    word-wrap: break-word;}
.HistoGraphabClass { display: none; width: 300px;height: 250px;word-wrap: break-word; }
.graphTitle{ padding: 5px;
    text-align: center;
    width: 420px;
    font-size: 16px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    margin-left: 90px;
    /*display: inline-flex; for fixing Y label*/
    margin-top: 12px;
   /* margin-left: 100px; */}
.graphXLabel { padding: 5px;
    text-align: center;
    width: 420px;
    font-size: 16px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    margin-top: 75px;}
.graphTableDiv {
    width: 90% !important;
    height: auto;
    margin: auto;
    margin-left: 45px; 
}
#canvas{height:218px;border:1px solid gray;}
#xlabel,#ylabel,#title {border: none; text-align: center; background-color: white;}
.ylabel{height: 1px;
   padding: 10px;
    width: 90%;}
.histoXlabel{
    margin-top: 42px;
    margin-bottom: 25px;
    position: relative !important;
    z-index: 40;
    text-align: center;
    margin-left: 220px !important;
    width: 30% !important;}
.graphTableDiv li span.label { background-color: transparent; }
.graphYLabel1 { margin: 0; margin-top: 250px; padding: 0; width: 100%; height: 100%;  white-space:nowrap;
	font-size: 16px; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.HistoGraphDiv{margin-left: 110px;}
.histoYlabel{margin-top: 40px !important;
    position: relative !important;
    z-index: 40;
    width: 150px !important;
    margin-left: 60px !important;
}
.visualize-labels-y li span.label {
    right: 100%;
    margin-right: 5px;
    display: block;
    text-align: right;
    width: 50px !important;
}
.toolid1 {
    position: absolute;
    //visibility: hidden;
    display: none;
    height: 30px;
    min-width: 45px;
    text-align: center;
    background-color: #FAFFC9;
    border: 2px #CCE638 solid;
    border-radius: 5px;
    padding: 4px;
    padding-top: 10px;
    font-family: Open Sans;
    font-weight: bold;
    font-size: 12px;
    opacity: 0.8;
    -moz-transition: all 0.25s ease-in-out;
    //-webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    color:black;
}
.pointer {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #CCE638;
    border-bottom: 0;
    position: relative;
    top: 4px;
    left: 10px;
    display: block;
}

/* CSS for SBGV_HideTable */


/* CSS for PSTV_Main */
.edusr_selectedClass{
background-color:yellow;
}
.edusr_blueCls,.edusr_transCls{
background-color:#A3D1FF;
}

/* CSS for PSTV_SelectContent */
.edusr_selectedClass, .selectedClass{
background-color:yellow;
}
.edusr_blueCls,.edusr_transCls, .transCls, .blueCls{
background-color:#A3D1FF;
}

/* CSS for PSTV_TabsData */


/* CSS for PSTV_SplitTargets */


/* CSS for PTDV_Main */
.tdvheader{
 text-align :center;
}
.newptdv{
 display:inline-block; 
}/*
.tabledrag.ui-draggable-dragging{
    display: block; border: 1px solid black; padding-left: 5px; padding-right: 5px; text-align: center; word-break: break-word; max-width: 150px;
    overflow: hidden;
}
.tabledrag{
    display: block; border: 1px solid black; text-align: center;padding-left: 5px; padding-right: 5px;
    word-break: break-word; max-width: 150px;overflow: hidden;
}*/

/* CSS for PTDV_Content */
.selContentDivPTDD { padding: 10px; background: #ffffff;}
.highlightContentDiv{ font-size: 16px; Arial, Verdana, Geneva, Helvetica, sans-serif; }
.matchingTableDrag {background:blue;}

/* CSS for PTDV_Table */
.tableClass{
  /*text-align:center;*/
 }
/*.mytable > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 2px solid black;
}*/
.tabletdd{
 width: 1150px;  
}

/* CSS for PTDV_Tbody */


/* CSS for PTDV_TbodyTd */
.ptdvimg{
    margin-top: -55px; 
    float: right; 
    position: relative;

}
.tblTda{min-height: 50px; min-width: 100px; width: 95%; white-space: pre-wrap; }
.removepdvbtn{
    color:#d1281b;
    opacity:0.5;
    margin-top: -55px; 
    float: right; 
    position: relative;

}
.ptdvtd{
 border :2px solid black !important;
}


/* CSS for NumberLineCanvas_Draw */


/* CSS for PZLV_Main */
.btnspzlv {
    margin-bottom: 40px;
}
.hideCls {
    display: none;
}

/* CSS for PZLV_ZoomPts */
.pointspzlv {
    margin-left: 15px;
}
.selpzlv {
    height: 34px;
}

/* CSS for PatternPuzzleView_Main */
.disnoneppinp 
{ 
    display:none;    
}
.disnonepp 
{ 
    display:none 
}

.sequenceview{
    display:flex;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 50px;
    height: 30px;  
}
/*.sequenceview :hover .disppat{text-decoration: underline;
font-weight:100;
cursor: pointer; cursor: hand;}*/

/* CSS for PatternPuzzleView_viewer */
.disppat
{   
    padding: 15px;
    font-size: 1.6em;
    display: inline-block;   
}
.disnoneppinp 
{ 
  
    /*border-color: #002fff;*/
    margin-top: 15px;
    width: 5em;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 20px;
}
.disnonepp 
{ 
    display:none 
}
.editorView
{  
  
    border: 1px solid blue;
    padding-left:0.3em;
    padding-top: 0.2em;
    min-width: 5em;
    width:auto;
    font-size: 1.6em;
    margin-top:10px;
    /*margin-right: 20px;*/
    height : 40px;
}

.pptextbox{
    margin-right:20px;
}

/* CSS for PictographViewV1_Main */
.noteText{margin-top: -18px;
    margin-left: 44px;}
#xlabel,#ylabel{background:none}
#imgurlVal{ 
    border: 1px solid gray;
    padding: 5px;
    text-align: center; 
    height: 50px;
    width: 100px;
    background: white;
    margin-left:300px;	
    margin-bottom:-20px
}

.inpimg
{
    height: 35px;
    width: 80px;
}

.maindivpicto{
    height: 500px;
    width: 100%;
    margin-top: 15px;
}
.editordivpicto{
   /*border: 1px solid;*/
    height: 80%;
    width: 90%;
    margin-left: -50px;
    margin-top: -10px;
    overflow-y: auto;
    overflow-x: auto;
}

.graphXLabelPicto {
    text-align: center;
    margin-left: -580px;
    position: relative;
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px; 
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
}
.graphYLabelPicto { margin-left: 10px;
    /*margin-right: 690px;
    margin-top: -215px;*/
    font-weight: bold;
    font-size: 14px; 
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;     
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 240px;
    /*float:left;*/
}
	
  /*-webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);*/

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  /*-webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

.editdiv{margin-top:-35px;overflow-y: auto;
}
.qtablepicto{
    margin-left: 150px;
    margin-top: 60px;
    border-spacing: 5px;
    border-collapse: separate;    
}

.txtpicto
{   margin-top: -50px;
    margin-left: 530px;
}
.exptext
{
   border: 1px solid gray;     
    height: 20px;
    width: 40px; 
}

.noteimg
{
    height:25px;
    width:40px
}

#xlabel,#ylabel
{
    border:none;
        background:none
}

#tNamePictoview{
    border:none;
}

.tableHeaderPictoview{
    margin-left: 400px;
    text-align: center;
    position: absolute;
    margin-top: 30px;
}

.hideClass {
    display: none;
}

/* CSS for PictographViewV1_Row */

.eachRow{
    width: 500px;
    min-height: 60px;
    height: auto;
    padding: 0px;    
    padding-top: 10px;   
    margin: 5px;    
    float: none;   
    /*-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);   
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);    
    box-shadow: 0 1px 5px rgba(0,0,0,.2);*/
    border: 1px solid black;
   
    
}

.eachRow1{
    border: 1px solid blue;
}


/* CSS for PictographViewV1_Column */
.pictoimg{ height: 20px;width:30px }
.pictorow { height:50px; width: 50px }
.rounddiv {    
    height: 27px;
    padding: 3px;
    width: 38px;
     }
.rounddiv2 { height: 20px;
    border:1px solid black;
    width: 38px; }
.imborder{border:1px solid black;}
/*.hide{
  transform:translateX(-9999px);
}*/
.zclassImg { z-index: 2001; }
.popeRow {    }
.popeRow label { float: left; margin-left: 5px; margin-right: 10px; }
.popeRow textarea { width: 750px; }
#popeBtnsDiv { width: 250px; margin: 0 auto; }
#popeBtnsDiv button { margin: 10px; }

#minsertMediaBar  { position: fixed; left: 400px; top: 400px;width:150px; display: none;
padding: 3px; background-color: #888888;
-webkit-border-radius: 3px;-moz-border-radius:3px;border-radius: 3px;
 }

#fileUploadBox2 { position: fixed; left: 400px; top: 400px;display: none; z-index: 200;
padding: 30px; background-color: #cccccc;
-webkit-border-radius: 3px;-moz-border-radius:3px;border-radius: 3px;
 }
#uploadFile { padding-top: 20px; padding-bottom: 20px; }

#cinsertMediaBar  { position: fixed; left: 400px; top: 400px;width:auto; display: none;
padding: 7px; background-color: #eeeeee;
-webkit-border-radius: 3px;-moz-border-radius:3px;border-radius: 3px;
 }/* width:150px;*/
#cinsertMediaBar  a:hover { background-color: #dddddd; }

#cinsAppPage { position: fixed; left: 200px; top: 200px; display: none;
padding: 20px; background-color: #dddddd; border: 2px solid #999999;
-webkit-border-radius: 3px;-moz-border-radius:3px;border-radius: 3px;z-index: 1000;
 }

#cinsAppPage > ul > li.active { border-bottom: 2px solid #ffffff; }

#cinsAppPage1 { position: fixed; left: 200px; top: 200px; display: none;
padding: 20px; background-color: #dddddd; border: 2px solid #999999;
-webkit-border-radius: 3px;-moz-border-radius:3px;border-radius: 3px;
 }

#cinsertMediaBar1  { position: fixed; left: 400px; top: 400px;width:150px; display: none;
padding: 7px; background-color: #eeeeee;
-webkit-border-radius: 3px;-moz-border-radius:3px;border-radius: 3px;
 }
#cinsertMediaBar1  a:hover { background-color: #dddddd; }




body.mceContentBody, .mce-content-body {
    font-size:16pt;
    font-family: Open Sans;
}
//nkbp for text mathquill text alignment
img.rendered-latex {
    vertical-align: initial !important;
}
body#tinymce.mce-content-body img.rendered-latex {
    vertical-align: initial !important;
}


/****************************/




.inPassPageDiagTop1{ width: 100%; height: 100%; z-index: 100; display: none; position: fixed; top: 0; left: 0; 
    background: rgba(0,0,0,0.6);overflow:scroll; } 
.inPassPageDiag1 { width: 1024px; height: auto; position: relative; -webkit-overflow-scrolling: touch; overflow: auto; 
    background: #eee; font-size: 5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; 
    margin: 30px auto; padding: 5px; box-sizing: content-box; } 
.inPassPagecimg1, .inPassPageoimg1 { position: absolute; top: 5px; right: 5px; cursor: pointer; }
.inPassPageoimg1 { right: 35px; }
.inPassPageclose1 { text-decoration: underline; font-size: 10px; cursor: pointer; padding: 3px; } 
.inPassPageIfrm1 { width: 100%; height: 95%; margin-top: 15px; min-width: 1024px; min-height: 600px; }#imageExtraBtn{
    float: right;
    margin-right:-500px;
}
#topContent{margin-left:14px;}

#edcontentdiv{ overflow:auto;}

#imgselButton{background-color: #5bb75b;
    color: white;}
#addurlDivClose{display:none;}


#myDiv {
    margin-top: 0px;

}

#myDiv .popover ul {
    list-style-type: none;
    padding: 0px;
    margin: 0;
}

#myDiv .popover, #myDiv .popover-content {
    font-size: 16px;
    background-color: #fff;
    color: black;
    max-width: 600px;
}

#myDiv .popover-title {
    background-color: #f7f7f7;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    max-width: 600px;
    color: black;
    display: none; 
}

#myDiv .arrow:after {
    border-bottom-color: #fff;
}

#imggallery div.caption-container {
    margin-top: -17px;
}
#quota{font-size:16px;}

.modal-backdrop{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #000;
}

.edsecColor{
background-color:#F9A11A;
}

/*
.form-control{
    display: inline-block;
    width: 180px;
}*/
.btn:focus {
    outline: none;
}

.navTabs > li.active > a, .navTabs > li.active > a:hover, .navTabs > li.active > a:focus {
    border: none;
}
#editModal .modal-dialog,  #myModal .modal-dialog{
width: 600px;
margin: 200px auto;
}
#imageExtraBtn {
z-index: 0;
position: relative;
    margin-top: -40px;
}
#imggallery div.slideshow span.image-wrapper{z-index:0;}

#pop{
float: right;
margin-right: 47px;
}
.edciteSecondaryButton{
    background-color: #F9A11A;
    width: 132px;
    height: 46px;
    margin: 0px 2px;
    color: #373831;
    white-space: normal;
    border-radius: 10px;
    font-size: 14px;
    padding: 3px 6px;
    border: 1px solid #ccc;
    outline:none;
}
.edciteTertiaryButton{
    background-color: #F9A11A;
    width: 130px;
    height: 30px;
    border-radius: 8px;
    margin: 0px 2px;
    padding: 3px 6px;
    font-size: 14px;
    color: #373831;    
    border: 1px solid #ccc;
}
.navTabs > li{
    margin: 0px 10px;
}
.navTabs > li > a, .navTabs > li > a:hover, .navTabs > li > a:focus{
    background-color: #8C8C8B;
    min-width: 200px;
    border-color: transparent;
    color: #CDD2D4;
    font-size: 18px;
    height: 52px;
    padding: 10px;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    vertical-align: middle;
    display: table-cell;
}
.navTabs > li.active > a, .navTabs > li.active > a:hover, .navTabs > li.active > a:focus{
    background-color: #AFC838;
    font-weight: bold;
    color: #373831;
}*/
#imgnav{font-size:16px;background:#F6F4F1}

#imgdetails td{
    padding : 5px;
}
/*
#imgnav { margin-top: 5px; border-bottom-color: #ffffff; }
#imgnav > li > a {  border-bottom-color: #e0e0e0; background-color:#ffffff; color: #444444; }
#imgnav > .active > a {  border-bottom-color: #ffffff; background-color:transparent; }
#imgnav > .active > a:hover {  border-bottom-color: #f4f4f4; background-color:#f4f4f4; }
*/
#imgGalleryDiv{
margin: auto;
/* text-align:center;*/
}
#galleryTopControls { padding-left: 10px; }
#galleryTitle { font-family:arial; font-size:15px; font-weight:bold; margin-right: 5px; }
#galleryTopControls .btn-group button { margin-right: 3px; }
#imgFilterTxt { width: 300px; display: inline-block; margin-left: 5px; margin-right: 0px; }
 #imgselButton { margin-left: 10px; }

#imggallery {  margin-top: 2px; width: 800px; padding-left: 10px; display: none; }
#imggallery div.content { /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */ display: none; float: right; width: 350px; }
#imggallery div.content a, #imggallery div.navigation a { text-decoration: none; color: #777;}
#imggallery div.content a:focus, #imggallery div.content a:hover, #imggallery div.content a:active { text-decoration: underline;}
#imggallery div.controls { margin-top: 0px; height: 23px;}
#imggallery div.controls a { padding: 5px;}
#imggallery div.ss-controls { float: left;}
#imggallery div.nav-controls { float: right;}
#imggallery div.slideshow-container { position: relative; clear: both; height: 302px; /* This should be set to be at least the height of the largest image in the slideshow */}
#imggallery div.loader { position: absolute; top: 0; left: 0; background-image: url('/css/galleriffic/loader.gif'); background-repeat: no-repeat; background-position: center; width: 350px; height: 302px; /* This should be set to be at least the height of the largest image in the slideshow */}
#imggallery div.slideshow {}
#imggallery div.slideshow span.image-wrapper { display: block; position: absolute; top: 0; left: 0;}
#imggallery div.slideshow a.advance-link { display: block; width: 450px; height: 452px; /* This should be set to be at least the height of the largest image in the slideshow */ line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */ text-align: center;}
#imggallery div.slideshow a.advance-link:hover, #imggallery div.slideshow a.advance-link:active, #imggallery div.slideshow a.advance-link:visited { text-decoration: none;}
#imggallery div.slideshow img { vertical-align: top; margin-top: 80px; border: 1px solid #ccc; max-width: 350px; max-height: 350px;}
#imggallery div.download { float: right;}
#imggallery div.caption-container { position: relative; clear: left; height: 45px; }
span.image-caption { display: block; position: absolute; width: 450px; top: 0; left: 0; }
#imggallery div.caption { padding: 12px;}
#imggallery div.image-title { font-weight: bold; font-size: 1.4em;}
#imggallery div.image-desc { line-height: 1.3em; padding-top: 12px;}
#imggallery div.navigation { min-height: 500px;  /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */}
#imggallery ul.thumbs { clear: both; margin: 0; padding: 0;}
#imggallery ul.thumbs li { float: left; padding: 0; margin: 5px 10px 5px 0; list-style: none;}
#imggallery a.thumb { padding: 2px; display: block; border: 1px solid #ccc;}
#imggallery ul.thumbs li.selected a.thumb { background: #000;}
#imggallery a.thumb:focus { outline: none;}
#imggallery ul.thumbs img { border: none; display: block; width: 50px; height: 50px;}
#imggallery div.pagination { clear: both; background: transparent;; height: 24px; padding-top: 2px; padding-bottom: 2px; margin-top: 2px; margin-bottom: 2px;  }
#imggallery div.navigation #imggallery div.top { margin-bottom: 12px; height: 11px;}
#imggallery div.navigation #imggallery div.bottom { margin-top: 2px;}
#imggallery div.pagination a, #imggallery div.pagination span.current, #imggallery div.pagination span.ellipsis { display: block; float: left; margin-right: 5px; padding: 0px 7px 0px 7px; border: 1px solid #ccc;}
#imggallery div.pagination a:hover { background-color: #eee; text-decoration: none;}
#imggallery div.pagination span.current { font-weight: bold; background-color: #000; border-color: #000; color: #fff;}
#imggallery div.pagination span.ellipsis { border: none; padding: 5px 0 3px 2px;}

#imggallery div.pagination a, #imggallery div.pagination span.ellipsis { line-height: 22px;  }

#imgdetails { width: 800px; padding-left: 220px; margin-top: 10px; float: right; font-weight: bold; clear:both;display: none; text-align: left;word-break: break-all}
#imgdetails  input {  margin-right: 15px; margin-right: 5px;}
#imgdetails  span {  vertical-align: top;}
#imgdetails #selimgurl, #imgdetails #linktd {  padding-left: 0px; font-weight: normal;word-break: break-all}

.addonDiv { display: none; width: 100%; height:900px; position: relative; overflow: auto; background:white }
.alttext { height: 34px; width: 200px; }
#altTxtLabel { margin-left: 10px; margin-right: 10px; }#uploadImgForm,#uploadImageUrlForm,#bImageP{
    width:700px;
    display:none;
}

#flickrSearchTab{
    margin-left: 20px;
    margin-top: 21px;
}


#uploadImageUrlForm,#uploadImgForm{
    margin-top: 21px;
    margin-left:20px;
}
#uploadBlobImage{display:none;}#ExtrafillOption{display:none;margin-top:10px}
#addimagediv { width: 700px; margin: 20px; overflow: auto; position: relative;-webkit-box-shadow: 0px 0px 10px #cbcbcb; }
#msgarea { font-size: 16px; color: red; font-weight: bold; margin-left: 100px; }
#tab { width: 450px; margin-left: 100px; }
#urls{margin-top:20px;}

#addimage_form span { padding-right: 20px; }
#addimage_form #srclbl { padding-right: 37px; }
#addimage_form #taglbl { padding-right: 60px; }
/* #tagtxt, #linktxt, .urltxt { width: 300px; } */
#certifychxImgUrl{margin-top:10px}
.addimagebutton{
	outline: none;
clear: both;
margin-top: 8px;
margin-left: 8px;
width: 160px;
background: #F9A11A;
color: #000;
border-color: #EAF898;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
#linktxtImgUrl { margin-bottom: 10px;}
.addurl_img { padding-left: 30px; }
.deltd { padding-left: 20px; }
#urlsTable { margin-top: 20px; }


.addonClose { position: absolute; top: 10px; right: 10px; display: none; }













#addurlDivClose,#uploadsDivClose{background:#f0ad4e;}
#addvideodiv { width: 700px;margin-left: 40px;
margin-top: 10px; overflow: auto; position: relative; }


#tagtxtImgUrl , #cprightImgUrl, #srctxtImgUrl, #linktxtImgUrl {width:420px; height:32px}
#addimage_form {border: solid 1px #cbcbcb;background: #EAF898; padding: 10px; overflow: auto; }body {
    font: 13px Arial, Helvetica, Sans-serif;
}
#symbol1,#symbol2{float:right;font-size:large}
#tagtxtImageUpload,#cprightImageUpload,#srctxtImageUpload,#linktxtImageUpload{
width: 400px;
height: 32px;
border-radius: 10px;
border:1px solid #457025;
outline: none;
}
#addtag{
font-size:16px;
}
.Txtfieldheading{

}
.addtagmargin{
margin-left: 10px;
}
#panel1,#flipImageField
{
padding:5px;
background-color:#EAF898;
border:solid 1px #c3c3c3;
width:480px;
}
#panel1
{
display:none;
}#addflickrImgToLib{display:none}
.galleria-info-link{display:none}
.img-data{
font-size: 16px;
font-weight: bolder;}
#searchtermImg{width:300px;}
#flickrinsertimage{margin-bottom:1px; margin-left:2px}


.galleria-thumbnails .galleria-image{width:120px;height:90px;}
.galleria-thumbnails-container { height: 90px;}
.galleria-thumbnails-list{height:90px;}
.galleria-thumb-nav-left,.galleria-thumb-nav-right{height:70px;top: 28px}
.galleria-stage {bottom: 90px;}




#blobPaste{width: auto;border: 1px solid black;min-height:150px;}
#blobImageProcess { width: 680px; margin: 10px; padding: 10px; overflow: auto; position: relative; background:#EAF898; }
body {     font: 13px Arial, Helvetica, Sans-serif; }

.addImageButton {     outline: none;    clear: both;    margin-top: 8px;    margin-left: 8px;    width: 160px;
    background: #F9A11A;    color: #000;    border-color: #EAF898;    display: inline-block;    padding: 6px 12px;
    margin-bottom: 0;    font-size: 14px;    font-weight: normal;    line-height: 1.428571429;
    text-align: center;    white-space: nowrap;    vertical-align: middle;    cursor: pointer;    -webkit-user-select: none;
    background-image: none;    border: 1px solid transparent;    border-radius: 4px;
}

#AddVideoListOption{ display:none;margin-top:3px;height:900px;background:white;margin-left:15px}#videolibdiv .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
border: 1px solid transparent;
}/*
.btn{
padding: 10px 25px;
margin-bottom: 7px;
margin-left: 14px;
}
.nav-tabs{font-size: 16px;
margin-left: 15px;}

*/
.edsecColor {
background-color: #F9A11A;
}

#videolibdiv .vsearchIcon {
background-image: url('/images/ui1/icn-search.png');
background-repeat: no-repeat;
background-size: 30px;
padding: 15px;
position: absolute;
top: 52px;
left: 357px;
background-position: right;margin-left: 43px;margin-top: -6px;}
.btn:focus {
outline: none;
}
#videolibdiv img {
vertical-align: middle;
margin-left: 4px;
}

#videoFilterTxt {
width: 300px;
height: 40px;
border-radius: 8px;
outline: -webkit-focus-ring-color auto 0px;
padding: 5px;
padding-right: 40px;
display: inline-block;
}

/*  #videostable_paginate
{
    position: absolute;
    margin-left: 950px;
} */
.space{padding-bottom:3px; padding-left:10px;}
#videosdiv { margin-left: 10px; margin-right: 10px; }

#videolibTopControls { padding-left: 10px; }
#videolibTitle { font-family:arial; font-size:15px; font-weight:bold; margin-right: 5px; }
#videolibTopControls button { margin-right: 5px; }
#videolibTopControls .btn-group button { margin-right: 3px; }
#btnMyVideos, #btnAllVideos { margin-top: 5px;   }
//  #videoFilterTxt { width: 120px; } //
#videoselButton { margin-left: 300px; }

.tablebutton {
	color:#666666;width:70px;height:25px;clear:both;background:#7CA738;
	text-align:center;	color:#FFFFFF; 	font-weight:bold;
        -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
}

#additembtn { width:120px; margin: 10px; margin-left: 30px; }

#actdiv { width: 120px; }
#videostable .spani { padding: 5px; background: #DDDDDD; margin: 0; margin-right: 5px; 
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; display: inline-block;  float: left;background:#F9A11A; }

.addonDiv { display: none; width: 100%; height: 600px; position: relative; overflow: auto; }.edciteSecondaryButton{
    background-color: #F9A11A;
    width: 132px;
    height: 46px;
    margin: 0px 2px;
    color: #373831;
    white-space: normal;
    border-radius: 10px;
    font-size: 14px;
    padding: 3px 6px;
    border: 1px solid #ccc;
}
.edciteTertiaryButton{
    background-color: #F9A11A;
    width: 130px;
    height: 30px;
    border-radius: 8px;
    margin: 0px 2px;
    padding: 3px 6px;
    font-size: 14px;
    color: #373831;    
    border: 1px solid #ccc;
}
.navTabs > li{
    margin: 0px 10px;
}
.navTabs > li > a, .navTabs > li > a:hover, .navTabs > li > a:focus{
    background-color: #8C8C8B;
    min-width: 200px;
    border-color: transparent;
    color: #CDD2D4;
    font-size: 18px;
    height: 52px;
    padding: 10px;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    vertical-align: middle;
    display: table-cell;
}
.navTabs > li.active > a, .navTabs > li.active > a:hover, .navTabs > li.active > a:focus{
    background-color: #AFC838;
    font-weight: bold;
    color: #373831;
}
.pointer{
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid black;
    vertical-align: middle;
    display: inline;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}
.dataTables_wrapper {
    margin: 0px 25px;
    position: relative;
    clear: both;
    zoom: 1; /* Feeling sorry for IE */
}
.dataTables_wrapper table{
   table-layout: fixed;
   width: 100% !important;
   font-family: Open Sans;
   font-size: 14px !important;
}
.dataTables_wrapper a, .dataTables_wrapper a:hover{
    color:#457025;
    font-weight: bold;
    display: inline;
    text-decoration: none;
    word-break: break-word;
    display: initial;
}
.dataTables_length{
    display: none
}
.dataTables_filter{
    display: none
}
.dataTables_wrapper tbody{
    background-color: #FFFFFF;
}
.dataTables_wrapper th, .dataTables_wrapper th.headerOff{
    background: -webkit-linear-gradient(#FFFFFF, #AAAAAA); /* For Safari */
    background: -o-linear-gradient(#FFFFFF, #AAAAAA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFFFFF, #AAAAAA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFFFFF, #AAAAAA); /* Standard syntax */
    display: table-cell;
    height: 44px;
    text-align: left;
    color: #000000;
    font-weight: bold;
    border: 1px solid #d4d4d4;
    padding-left: 5px;
    white-space: normal;
}
.dataTables_wrapper th.headerOn{
    background: -webkit-linear-gradient(#AFC838, #7CA738); /* For Safari */
    background: -o-linear-gradient(#AFC838, #7CA738); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#AFC838, #7CA738); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#AFC838, #7CA738); /* Standard syntax */
    color: #FFFFFF;
}
.dataTables_wrapper tr{
    height: 44px;
    display: table-row;
}
.dataTables_wrapper td{
    display: table-cell;
    text-align: left;
    border: 1px solid #d4d4d4;
    padding-left: 5px;
    vertical-align: middle;
    white-space: normal;
    word-wrap: break-word;
}
.dataTables_wrapper td img {
    max-width:100% !important;
    height:auto;
}
.dataTables_wrapper th:first-child div, .dataTables_wrapper td:first-child div,.dataTables_wrapper th:first-child input, .dataTables_wrapper td:first-child input{
    text-align: center;
    padding: auto;
}
.radioButton{
    border: 1px solid #808080;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: auto;
    outline:0;
}
tr.rowselected{
    background-color: #EAF898;
}
input.selected,div.selected{
    background-color: #7CA738;
}
input.unselected,div.unselected{
    background-color: #FFFFFF;
}
.assignmentInfo{
    background-color: #F9C181;
    color: black;
    display: inline;
    vertical-align: middle;
    float: right;
    padding: 0px 10px;
    font-size: 18px;
    font-weight: 900;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 5px;
}
.assignmentName{
    color: #457025;
    position: relative;
    padding: 5px;
}
.pointerSelected{
    border-top-color: white;
}
.dataTables_info{
    display: inline-block;
}
.dataTables_paginate{
    float: right;
    display: inline-block;
}
.paginate_enabled_next {
    //background-image: url('/js/libs/datatables/images/forward_enabled.jpg');
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid green;
    float: right;
}
.paginate_enabled_previous {
    //background-image: url('/js/libs/datatables/images/back_enabled.jpg');
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; 
    border-right:10px solid green; 
    margin-right: 5px;
    float: left;
}
.paginate_disabled_previous {
    //background-image: url('/js/libs/datatables/images/back_disabled.jpg');
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; 
    border-right:10px solid black; 
    margin-right: 5px;
    float: left;
}
.paginate_disabled_next {
    //background-image: url('/js/libs/datatables/images/forward_disabled.jpg');
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid black;
    float: right;    
}.ifrm_diag { width: 100%; height: 90%; margin-top: 15px; min-width: 700px; min-height: 600px; }#uploadVideoUrlForm,#uploadVidForm{
    width:700px;
    display:none;
}

#YouTubeSearch{
    margin-left: 20px;
    margin-top: 21px;
}
#uploadVidForm{margin-left:25px;margin-top: 21px;}
#uploadVideoUrlForm{margin-top: 21px;}
#vidnav{background:#F6F4F1;margin-left:0px}




#taglblvidupload{font-size:16px}
#symbol1,#symbol2{float:right;font-size:large}
body {
    font: 13px Arial, Helvetica, Sans-serif;
}
#tagtxtvideoupload,#cprightvideoupload,#srctxtvideoupload,#linktxtvideoupload{
width: 400px;
height: 32px;
border-radius: 10px;
border:1px solid #457025;
outline: none;
}
#addtag{
font-size:16px;
}
.Txtfieldheading{

}
.addtagmargin{
margin-left: 10px;
}
#panel,#flip
{
padding:5px;
background-color:#EAF898;
border:solid 1px #c3c3c3;
width:480px;
}
#panel
{
display:none;
}





#flip1{display:none;margin-top:10px}
.detailMargin{margin-top:6px}
#addurlDivClose{background:#f0ad4e}
#addvideodiv { width: 700px;margin-left: 20px;
margin-top: 10px; overflow: auto; position: relative; }
#msgarea { font-size: 16px; color: red; font-weight: bold; margin-left: 100px; }
#tab { width: 450px; margin-left: 100px; }
#tagtxtvid , #cprightvid, #srctxtvid, #linktxtvid{width:420px;height:32px}
#addvideo_form { border: solid 1px #cbcbcb;
background: #EAF898; padding: 10px; overflow: auto; }
#addvideo_form span { padding-right: 20px; }
#addvideo_form #srclbl { padding-right: 37px; }
#addvideo_form #taglbl { padding-right: 50px; }

.addvideobutton{
outline: none;
clear: both;
margin-top: 8px;
margin-left: 8px;
width: 160px;
background: #F9A11A;
color: #000;
border-color: #EAF898;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}


.addurl_img { padding-left: 30px; }
.deltd { padding-left: 20px; }
#urlsTable { margin-top: 15px; }

.addonClose { position: absolute; top: 10px; right: 10px; display: none; }#searchtermvid{ width:300px; border-radius:8px}
.galleria-info-link{display:none}
#addToVidLib{display:none}
.video-data{font-size:18px;font-weight:bolder}
#YouTubeinsertvideo,#addToVidLib{margin-bottom:1px;margin-left:2px}






.galleria-thumbnails .galleria-image{width:120px;height:90px;}
.galleria-thumbnails-container { height: 90px;}
.galleria-thumbnails-list{height:90px;}
.galleria-thumb-nav-left,.galleria-thumb-nav-right{height:70px;top: 28px}
.galleria-stage {bottom: 90px;}
.galleria-counter{bottom:45px;}
#AddAudioListOption{ display:none;margin-top:3px;height:900px;background:white;margin-left:15px}#audiolibdiv .asearchIcon {
background-image: url('/images/ui1/icn-search.png');
background-repeat: no-repeat;
background-size: 30px;
position: absolute;
padding: 15px;
top: 52px;
left: 357px;
background-position: right;margin-left: 43px;margin-top: -6px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
border: none;
}

#audiolibdiv .btn:focus {
outline: none;
}
#audiolibdiv img {
vertical-align: middle;
margin-left: -37px;
}
#audiolibdiv .secbtn
{
outline: -webkit-focus-ring-color auto 0px;
background-color: #F9A11A;
width: 130px;
height: 46px;
margin: 2px;
color: #373831;
white-space: normal;
margin-bottom: 20px;
border-radius: 10px;
font-size: 14px;
padding: 3px 6px;
box-shadow: 1px 1px 1px #888888;
background-image: none;
}
#audioFilterTxt{
width: 300px;
height: 40px;
border-radius: 8px;
outline: -webkit-focus-ring-color auto 0px;
padding: 5px;
padding-right: 40px;
display: inline-block;
}
.edsecColor {
background-color: #F9A11A;
}
/*
.btn {
padding: 10px 25px;
margin-bottom: 7px;
margin-left: 14px;
}*/
/*  #audiostable_paginate
{
  position: absolute;
  margin-left: 950px;
} */

#audiolibdiv .space{padding-bottom:20px; padding-left:10px;}
#audiosdiv { margin-left: 10px; margin-right: 10px; }

#audiolibTopControls { padding-left: 10px; }
#audiolibTitle { font-size:15px; font-weight:bold; margin-right: 5px; }
#audiolibTopControls button { margin-right: 5px; }
#audiolibTopControls .btn-group button { margin-right: 3px; }
#btnMyAudios, #btnAllAudios { margin-top: 5px;   }
//   #audioFilterTxt { width: 120px; } //
#audioselButton { margin-left: 300px; }

.tablebutton {
	color:#666666;width:70px;height:25px;clear:both;background:#7CA738;
	text-align:center;	color:#FFFFFF; 	font-weight:bold;
        -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
}

#additembtn { width:120px; margin: 10px; margin-left: 30px; }

#actdiv { width: 120px; }
#audiostable .spani { padding: 5px; background: #DDDDDD; margin: 0; margin-right: 5px; 
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; display: inline-block;  float: left;background:#F9A11A }

.player { position: absolute; top:-70px;right:5px; display: none; }

.addonDiv { display: none; width: 100%; height: 600px; position: relative; overflow: auto; }
#uploadAudioForm, #recordAudioForm {
    width:700px;
    display:none;
}

#uploadAudioUrlForm,#uploadAudioForm{
    margin-top: 21px;
    margin-left:20px;
}
#taglblaudioupload{font-size:16px}
#symbolaudio1,#symbolaudio2{float:right;font-size:large}
body {
    font: 13px Arial, Helvetica, Sans-serif;
}
#addaudio_form{background:#EAF898}
#tagtxtaudioupload,#cprightaudioupload,#srctxtaudioupload,#linktxtaudioupload{
    width: 400px;
    height: 32px;
    border-radius: 10px;
    border:1px solid #457025;
    outline: none;
}
#addtag{
    font-size:16px;
}
.Txtfieldheading{

}
.addtagmargin{
    margin-left: 10px;
}
#panelaudio,#flipAudio
{
    padding:5px;
    background-color:#EAF898;
    border:solid 1px #c3c3c3;
    width:480px;
}
#panelaudio
{
    display:none;
}

.addAudioButton
{
    outline: none;
    clear: both;
    margin-top: 8px;
    margin-left: 8px;
    width: 160px;
    background: #F9A11A;
    color: #000;
    border-color: #EAF898;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


#addaudiodiv { width: 700px; margin: 10px; overflow: auto; position: relative; }
#msgarea { font-size: 16px; color: red; font-weight: bold; margin-left: 100px; }
#tab { width: 450px; margin-left: 100px; }
#flipAudioExtraOption{margin-top:10px;}
#addaudio_form {border: solid 1px #cbcbcb;
background: #EAF898;
padding: 10px;
overflow: auto; }
#addaudio_form span { padding-right: 20px; }
#addaudio_form #srclbl { padding-right: 37px; }
#addaudio_form #taglbl { padding-right: 50px; }
#tagtxt, #linktxt, .urltxtaudio { width: 300px; }
.addaudiobutton{
	clear:both;	margin-top: 30px; margin-left: 40px; 	width:125px; 	height:31px; 	background:#666666;
	text-align:center;	line-height:31px;	color:#FFFFFF;	font-size:11px;	font-weight:bold; margin-bottom: 20px; 
}

#linktxt { margin-bottom: 10px; margin-left: 5px  }
.addurl_img { padding-left: 30px; }
.deltd { padding-left: 20px; }
#urlsTable { margin-top: 20px; }

.addonClose { position: absolute; top: 10px; right: 10px; display: none; }

.addaudiobutton{
	outline: none;
clear: both;
margin-top: 8px;
margin-left: 8px;
width: 160px;
background: #F9A11A;
color: #000;
border-color: #EAF898;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
#tagtxtAudioUrl , #cprightAudioUrl, #srctxtAudioUrl, #linktxtAudioUrl {width:420px; height:32px}
#recaudiodiv { width: 680px; margin: 10px; padding: 10px; overflow: auto; position: relative; background:#EAF898; }
#msgarea { font-size: 16px; color: red; font-weight: bold; margin-left: 100px; }

#recordingslist audio { display: block; margin-bottom: 10px; }

#taglblaudiorecord{font-size:16px}
#symbolaudio1,#symbolaudio2{float:right;font-size:large}
//body {     font: 13px Arial, Helvetica, Sans-serif; }
#addaudio_form{background:#EAF898}
#tagtxtaudiorecord, #cprightaudiorecord, #srctxtaudiorecord, #linktxtaudiorecord {
    width: 400px;     height: 32px;    border-radius: 10px;    border:1px solid #457025;    outline: none;
}
#addtag {     font-size:16px; }
.Txtfieldheading { }
.addtagmargin {     margin-left: 10px; }
#panelaudiorecord,#flipAudioRecord {     padding:5px;    background-color:#EAF898;    border:solid 1px #c3c3c3;    width:480px; }
#panelaudiorecord {     display:none; }
.addAudioButton {     outline: none;    clear: both;    margin-top: 8px;    margin-left: 8px;    width: 160px;
    background: #F9A11A;    color: #000;    border-color: #EAF898;    display: inline-block;    padding: 6px 12px;
    margin-bottom: 0;    font-size: 14px;    font-weight: normal;    line-height: 1.428571429;
    text-align: center;    white-space: nowrap;    vertical-align: middle;    cursor: pointer;    -webkit-user-select: none;
    background-image: none;    border: 1px solid transparent;    border-radius: 4px;
}

#audioRecQPreviewBtn { display:none; position: absolute; top: 10px; right: 20px; }
#arecStartBtn { margin-left: 162px;margin-top: -62px; }
#arecStopBtn { margin-top: -62px;  }
.inPassPageDiagTop,.inPassPageDiagTopView{ width: 100%; height: 100%; z-index: 1100; display: none; position: fixed; top: 0; left: 0; 
    background: rgba(0,0,0,0.6);overflow:scroll; } 
.inPassPageDiag,.inPassPageDiagView { width: 1024px; height: auto; position: relative; -webkit-overflow-scrolling: touch; overflow: auto; 
    background: #eee; font-size: 5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; 
    margin: 30px auto; padding: 5px; box-sizing: content-box; } 
.inPassPagecimg, .inPassPageoimg ,.inPassPagecimgView, .inPassPageoimgView { position: absolute; top: 5px; right: 5px; cursor: pointer; }
.inPassPageoimg ,.inPassPageoimgView{ right: 35px; }
.inPassPageclose,.inPassPagecloseView { text-decoration: underline; font-size: 10px; cursor: pointer; padding: 3px; } 
.inPassPageIfrm ,.inPassPageIfrmView{ width: 100%; height: 95%; margin-top: 15px; min-width: 1024px; min-height: 600px; } 
.custPSGHeaderDesign {
    /*text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px 
        rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 
        0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);*/
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
    margin-top:61px !important;
}
.custPSGCategoryDesign {
	margin: 0rem 1rem;
}
#custTabContentDesign {
	border-radius: 0.2rem;
	box-shadow: 2px 2px 8px 2px #e5e5e5;
	background-color:white;
}
.custTableDesign {
    margin: 7rem 0rem;
	width:100%;
}
.custTableTDDesign {
	//padding: 0rem 1rem;
    padding: 0.5rem 1rem;
}
.custTableTDSearchDesign {
	width: 20%;
}
.custTableTDFilterDesign {
	width: 18%;
}
.edcitemodaldialog {
  width:86% !important;
}
.edcitemodalcimg{
    z-index:10;
}
#custSearchBTNDesign {
	background-color: #AFC838;
	color: white;
}
.custCarouselDesign {
	margin: 5rem 0rem 0rem 0rem;
}
.custHorizontalDividerDesign {
	margin: 1rem 0rem;
	border: 0.1rem solid black;
}
#psgtopicmenuSrc{
    z-index: 30 !important;
}
/*---------------------------------------------carasoule Part--------------------------------------------------*/
#myCarouselScience, #myCarouselLiterature ,#myCarouselSocial{
	display:none;
}
.custTopicDesign{
	display: table;
	margin: 0 auto;
	font-size: 2.5rem;
	font-weight: bolder;
	font-family: sans-serif;
	text-transform: uppercase;
}
.carousel-control {
	padding-top:5%;
	width:3%;
	font-size: 10rem !important;
	color: #AFC838;	  
	background-image: none !important;
}
.carousel-control:hover { 
	padding-top:5%;
	width:3%;
	font-size: 10rem;
	color: #7CA738;
	background-image: none !important;
}
.custWellDesign {
	width: 100% !important;
}
.item {
	margin-left:5em !important;
}
.custImageDataDesign {
	height: 20rem;
}
.carousel-indicators {
	top: -7rem !important;
	/*left: 80rem !important;*/
	margin-left:24%;
	height: 2rem !important;
	width: 30rem !important;
}
.custPaginationDesign {
	background-color: gray !important;
	width: 1rem !important;
	height: 1rem !important;
	margin: 0 !important;
}
.carousel-indicators .active {
	background-color: #AFC838 !important;
	width: 1rem !important;
	height: 1rem !important;
	margin: 0 !important;
}
/*-------------------------------------------------------------------------------------------------------------*/
.dataDiv {	
	/*padding: 1rem 2rem;
	background-color: antiquewhite;
	border: 1px solid;*/
	margin: 7rem 1.7rem;
	width: 14rem;
	height: 24rem;
}
#viewPassage {
	display: block;
	position: absolute;
	z-index: 1;
	background-color: #fafafa;
	width: 96.5rem;
	padding: 1rem 2rem;
	height: 46rem;
	overflow: auto;
	top: 27.1rem;
}
.carousel-inner {
	height: 24rem !important;
}
.custImgDataDesign {
	background-size: contain;
	background-repeat: no-repeat;	
	/*width: 20rem;
	height: 25rem;*/
}
.custTitleDataDesign{
	/*height: 4rem;
	width: 100%;
	position: relative;
	top: 0rem;
	color: black;
	text-transform: uppercase;
	font-weight: bolder;*/
	height: 4rem;
	text-transform: uppercase;
	font-weight: bolder;
	position: absolute;
	top: 2rem;
	width: 11rem;
	font-size: 1rem;
	color: #FFF;
	left: 4rem;
	text-align: center;
}
.custAuthorDataDesign {
	/*height: 3.5rem;
	width: 100%;
	position: relative;
	top: 0rem;
	color: black;
	text-transform: uppercase;
	font-weight: bolder;*/
	height: 3.5rem;
	position: relative;
	text-transform: uppercase;
	font-weight: bolder;
	top: -5rem;
	left: 4rem;
	width: 11rem;
	color: #FFF;
	font-size: 1rem;
	text-align: center;
}
button#psgtopicSrc {
	background-color: white;
	border: transparent;
	width: 100%;
	height:auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.psgtp{
	display:inline;
	padding-left:12px;
	padding-right:12px;
}
input[type="checkbox"].psginpt{
   float:right;
   display:inline;
   margin-right: 6px;
}

	
.tooltip {
	
}
.row{
  margin-left:-15px !important}

#busygif {display:none ; position:fixed ; right:20px; top:60px ; z-index: 9150; } 	
/*#content { white-space: pre-line; }

#psgsdiv{ margin-left: 20px; margin-right: 20px; margin-top: 5px; }
#psgsearchform{ margin: 20px;}

#viewPassage { position:fixed; left: 5%; top: 5%; right:5% ; bottom: 5%; padding: 25px;
font-family: arial, helvetica, sans-serif; background:#000;
font-size: 16px ; font-weight:bold ; text-align:left ; color: #FFFF88  ;background-color: #CCCCCC;  z-index: 100;
-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px; display: none; border:5px solid #333333; overflow:auto; }

#content234 {   left: 20%; top: 10%; right:10% ; height : 200 ; width:1120px;}
#content { font-family: arial, helvetica, sans-serif; font-size: 13px ; color:black; font-weight:normal ; 
     text-align:left ; background-color: #F0FFF0; }

#viewFormOptionalFields { display:inline; }

.control-group { display:inline; }

.right { float:right; }

.qccss { padding: 2px; background: #85ADFF; margin: 1px;  margin-bottom: 10px; line-height: 30px; 
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; font-weight: bold; }

.left-div {
    float: left;
    width: 300px;
    height: 20px;
    margin-right: 8px;
}
.right-div {
    margin-left: 508px;
    margin-top: 80px;
}

.favStar { font-family: arial, helvetica, sans-serif ; font-size: 13px ;  color: black ;}

label {  font-weight: bold;  }*/
/* CSS for Pgv_studentview */
.pictodroppable-area [role="button"] {
  cursor: inherit !important;
}
.pictoimage-item.selected {
  background-color: rgba(0, 123, 255, 0.3); 
  border: 2px solid #007bff;
  border-radius: 4px;
}

.pictoholder-table {
    width:85vw;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top:40px;
    scroll-behavior: smooth;
    position: relative;
    /*touch-action: none;*/
}
.pictoholderstu {
    flex: 1;
    max-width: 76px;
    border: 2px solid black;
    min-height: 300px;
    height: auto;
    overflow: hidden;
}

.pictoimage-item {
    cursor: move;
   /* margin-bottom: -10px;*/
    min-height: 70px;
}

.pictoimage {
    height: 50px;
    width: 60px;
    margin: 5px;
touch-action: none;
}

.pictodragging-image {
    opacity: 0.7;
    border-radius: 8px;
}

.pictokey-section {
  display: inline-block;        
  width: fit-content;
  margin-top: 16px;
  margin-left: 15%;
  border: 2px solid black;
  box-sizing: border-box;
}


.pictokey-header {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align:center;
}

.pictokey-divider {
    border: none;
    border-top: 2px solid black;
}

.pictokey-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
  padding: 5px;
  padding-left: 0;
  border: none;
  max-width: calc(90px * 3 + 2px * 3);
}


.pictokey-item {
    display: inline-flex; 
    align-items: center;
    gap: 10px;
    margin-left: 0;
    flex-direction: column;
    width: 80px;

}
.pictokey-labelkey {
    font-weight: bold;
    margin-top: 5px;
    word-break: break-word;
    white-space: normal;
}




@media screen and (max-width: 1024px) {
    .pictoholder-table {
        flex-direction: row;
        align-items: center;

    }

    .pictoholder,
    .pictoeditbox {
        width: 90%;
        max-width: 100%;
    }

}


@media screen and (max-width: 768px) {
    .pictoheadingborder {
        display: block;
        overflow-x: auto; 
        white-space: nowrap;

    }

    .pictotable-header,
    .pictotable-cell {
        padding: 6px;
        font-size: 14px; 
    }
}

@media screen and (max-width: 600px) {
    .pictoholder-table {
        flex-direction: column;
        align-items: center;

    }

    .pictoholder,
    .pictoeditbox {
        width: 100%;
        max-width: 100%;
    }

    .pictoimage-container {
        justify-content: center;
        max-width: 100%;
    }

    .pictostudentview {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

}


/* CSS for Pgv_studenttable */
.pictoAddDEl {
    border: 2px solid;
    width: 1%;
    padding: 4%;
}
.picto-table-container {
    position: relative;
}
.pictoeditbox {
    flex: 2;
    width: 100%;
}
.pictoheader-container {
    display: flex;
    align-items: center; 
    justify-content: flex-start; 
    gap: 10px; 
    width: 100%; 
}
.pictoimgdlt {
    position: relative;
    width: 100%;
    max-width: 125px;
    border-radius: 30px;
    /*color: white;*/
    color: #000; /* Black text */
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    margin-bottom:14px;
}



.pictoimgdlt i {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: red;
}
.pictoheading {
    color: black;
    font-size: 23px;
    text-align: center;
    margin-bottom: 10px;
    margin-left:9px;
    width:20vw;
}
.pictoheadingborder {
    /*width: 47%;*/
    width: 46%;
    height:50%;
    max-width: 100%;
    display: block; 
}
.pictotabr2{
    border: 1px solid black;
}
.pictotable-header {
    padding: 8px;
    border:2px solid black;
    white-space: nowrap;
}
.pictotabr{
    border: 1px solid black;
}
.pictotable-cell {
    padding: 8px;
    border: 2px solid;
    text-align: center;
    font-weight: bold;
    white-space: nowrap; 
    width: 0%; /*Added */

}

.pictotable-cell {
    background-color: lightgrey;
}
.pictodroppable-area {
    /*width: 100%;*/
    width: 10%;
    /*max-width: 500px;
    min-height: 128px;*/
    border: 2px solid black;
}
.pictodroppable-Area{
    border: none !important;
    margin-top:0px !important;
}
.pictoimage-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 80px;
    align-content: center;
    max-width: calc((61px * 8) + (8px * 7)); 
    padding-right: 20px;
}
.pictoimage-drop-item {
    position: relative;
    width: 65px;
    height: 65px;
    touch-action: none;
}
.pictodroppable-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: 3px;
}

.pictoempty-area {
    width: 100%;
    max-width: 560px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*color: #a0aec0;*/
    color: #4A5568; /* Darker text for better contrast */
}

/* CSS for PLVA_DrawTools */
.drawToolsDiv{
    margin-bottom: 1%;
    margin-left: 2%;
}

.drawToolsDiv .ptLineViewDrawTool{
	background-color: #428bca9e;
    color : white;
} 

.drawToolsDiv .ptlineToolsBtn {
    margin-left: 40px;
}

.drawToolsDiv .ptlineToolsBtn:hover{
background-color: #428bca45;
}

/* CSS for FreeResponseView */

.qrfreeresptext { /*margin-left: 15px;*/ margin-right: 15px;  width: 90%; height:fit-content;min-height: 80px; border: 2px solid #999999;}


/* CSS for QRFreeView2 */


/* CSS for MathField */
.math-editable-field.math-editable-field-large {
    border:1px solid #999;
    /*width:550px;*/
    width:600px;
    border-radius:6px;
    font-size:20pt;
    padding:0.3em;
    background:#fff;
}
.math-editable-field.math-editable-field-medium {
    border:1px solid #999;
    border-radius:6px;
    font-size:20pt;
    padding:0.3em;
    background:#fff;
    flex:auto;
}
.math-editable-field {
    border:1px solid #999;
    border-radius:6px;
    background:#fff;
    padding:0.3em;
}

.math-editable-field sup{
    top:0;
}
.math-editable-field .mq-editable-field {
    border:none;
    width:100%;
}

/* CSS for MathButton */
button.btn.btn-default.math-key-square {
  border: 1px solid #999;
  /*font-size: 16pt;*/
  font-size:inherit;
  font-family:serif;
  /*height: 50px;*/
  margin:2px;
  padding: 0.05em;
  min-width:40px;
  text-align: center;
  line-height:2em;
}

button.btn.btn-default.math-key-square.math-key-square-rotate {
    /*width:50px;
    height:40px;*/
    transform:rotate(90deg);
}

button.btn.btn-default.math-key-square:hover {
  outline: 1px solid #3F7FBF;
}

button.btn.btn-default.math-key-square img {
    width:50px;
    height:40px;
}

button.btn.btn-default.math-key-square[value='≇'] img, button.btn.btn-default.math-key-square[value='≉'] img, 
button.btn.btn-default.math-key-square[value='≁'] img {
    width:15px;
    height:15px;
}

/* CSS for KeyList */
.math-keylist {
   border-bottom:1px solid rgba(153,153,153,0.38);
}

.math-keylist-tools {
   border:1px solid rgba(153,153,153,0.38);
}

.math-keylist-variables button{
    font-style:italic;
}

.math-keylist-expressions {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

/* CSS for MathToolbar */
.math-toolbar {
    /*width:550px;*/
    /*width:240px;*/
    width:600px;
    /*margin-top:10px;*/
}
.math-toolbar button.btn.btn-default.math-key-square {
    /*height:30px;*/
    border-radius:20px;
}



/* CSS for MathKeyPad */
.math-keypad {
    /*width:550px;*/
    width:600px;
    border: 1px solid #999;
    margin-top:5px;
}

.math-keypad-custom {
    /*width:470px;*/
    display:table-cell;
    border-bottom: 1px solid #999; 
}

.math-keypad-basic {
   /*width:160px;*/
   width:25%;
   display:table-cell; 
   border-right: 1px solid #999;
   border-bottom: 1px solid #999;  
}

/* CSS for QRMathKeypadView_Main */
div.math-keypad-main .answerArea{
    width:600px;
    display:flex;
    flex-direction:row;
}
div.math-keypad-main .answerArea article {font-size: 115%;padding: 1em;}

/* CSS for MathFieldInline */
.math-editable-field-inline sup{
    top:0;
}

.math-ans-indicator {
    color:#3F3FBF;
}
sup.math-ans-indicator {
    top:-1em;
    display:none;
}

.math-editable-field-inline {
    min-width:1.2em;
}


/* CSS for MathFieldExtended */
.math-editable-field.math-editable-field-free, .math-editable-field {
    border:1px solid #999;
    border-radius:6px;
    padding:0.5em;
    background:#fff;
}

div.MFE-main {
    border:1px solid #999;
    width:fit-content;
    min-width:400px;
    max-width:900px;
    border-radius:6px;
    padding:0.5em;
    background:#fff;
    min-height:70px;
    font-size:inherit;
    overflow:auto;
    line-height:2.5em;
}


div.math-editable-field-extended-free{
    display:table-cell;
}

div.MFE-main[contenteditable='true'] {
    min-height:200px;
    min-width: 600px;
    max-width: 800px;
}

.math-editable-field sup{
    top:0;
}


/* CSS for MKPAccordionFixed */
.expandHolder {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
}

.expandHolder button {
    color: #ffffff;
    background-color: #006dcc;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    background-image: linear-gradient(to bottom, #0088cc,#0044cc);
    background-repeat: repeat-x;
}

/* CSS for MKPAccordionGroup */
.math-keypad-caret {
    margin-right:0.5em;
}



/* CSS for MathKeyPadAccordion */
div.math-keypad-group {
    width:320px;
}

div.math-keypad-group-free {
    display:table-cell;
    vertical-align:top;
}

/* CSS for MKPMainKeyPad */
.mkp-accordion .panel-title a{
    color:#072c4c;
}

/* CSS for PKeyList */
.math-keylist {
   border-bottom:1px solid rgba(153,153,153,0.38);
}

.math-keylist-tools {
   border:1px solid rgba(153,153,153,0.38);
}

.math-keylist-tools.math-keylist-parcc {
   border:none;
}

.math-keylist-variables button{
    font-style:italic;
}

/* CSS for PMathButton */
button.pmath-key-square {
    border: 1px solid #999;
    font-size: inherit;
    font-family:serif;
    height: 50px;
    margin:1px;
    padding: 0.05em;
    min-width:40px;
    text-align: center;
    color: #333333;
    background-color: #e6e6e6;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    background-image: linear-gradient(to bottom, #f5f5f5,#e6e6e6);
    background-repeat: repeat-x;
}

button.pmath-key-square.pmath-key-square-rotate {
    width:50px;
    height:40px;
    transform:rotate(90deg);
    margin: -3px;
}

button.pmath-key-square:hover {
    outline: 1px solid #3F7FBF;
}

button.pmath-key-square img {
    width: 40px;
    height: 30px;
}
button.pmath-key-square[value='≇'] img, button.pmath-key-square[value='≉'] img, 
button.pmath-key-square[value='≁'] img {
    width:15px;
    height:15px;
}

/* CSS for PMathToolbar */
.math-toolbar-parcc {
    width:240px;
}

.math-toolbar-parcc button {
    height:40px;
    color: #333333;
    background-color: #aaaaaa;
    border-color: #aaaaaa #aaaaaa #000000;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    background-image: linear-gradient(to bottom, #cccccc,#aaaaaa);
    background-repeat: repeat-x;
}

.math-toolbar-fixed {
    width:50px;
    float:left;
}

.math-toolbar-parcc button:hover {
    outline: 1px solid #3F7FBF;
    color: #333333;
    background-color: #e6e6e6;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    background-image: linear-gradient(to bottom, #f5f5f5,#e6e6e6);
    background-repeat: repeat-x;
}



/* CSS for QRPMathKeypadView_Main */


/* CSS for ReorderList_App */


/* CSS for SDDMathViewer */
.sbacDDViewContainer{
	margin-bottom : 20px;
}

.sbacDDViewContainer .dragDropDiv { position: relative; width: 500px; max-width: 100%; 
    height: 350px; background-color: #f8f8f8;
    overflow: hidden; padding: 0; padding-bottom: 10px; min-width:400px; min-height:200px; 
       /* overflow-x: auto; 
        overflow-y: hidden; */
    	
}   /*minWidth, minHt added, (wid=400, ht:160), overflow-x: auto;*/

.sbacDDViewContainer .sddmvMainCanvas { 
  /*  width: 1000px; height: 3000px; */
    background-color: transparent; 
}



.sbacDDViewContainer .topDDHolder{
} 

.sbacDDViewContainer .leftDDHolder{
    display:flex;
} 

.sbacDDViewContainer .bottomDDHolder{
    display: flex;
    flex-direction: column-reverse;
}

.sbacDDViewContainer .fullWidth{
    width : 100%;
}

.sbacDDViewContainer .topDragPanel, .sbacDDViewContainer .bottomDragPanel{
    width: 60%;
    padding: 5px;
    text-align: center;
    border: 2px solid #999999;
    background-color: #f8f8f8;
    overflow: auto;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 18px; 
    margin-top: 14px;
}

.sbacDDViewContainer .leftDragPanel{
    padding: 5px;
    text-align: center;
    border: 2px solid #999999;
    background-color: #f8f8f8;
    overflow: auto;
    margin-bottom: 18px; 
    margin-right : 2%;
    min-width: 7%;
    max-width: 35%;
    float: left;
    min-height: 400px;
}

.sbacDDViewContainer  .autoCursor{
	cursor : auto;
}

.sbacDDViewContainer .crosshairCursor{
	cursor : crosshair;
}

.sbacDDViewContainer .resizeCursor{
    cursor : e-resize;
}


/* CSS for SDDMVAnswerBank */
   
   


/* CSS for SDDMVDragElement */
.dragsL {
    float: left;    clear: both;     padding: 3px;
    margin: 5px;     border: 0;     background: #f4f4f4;
    text-align: center;     z-index: 60 !important;     cursor: pointer;
    font-size: 16px;     font-family: Open Sans, Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-weight: bold;     -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);     -moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);     -moz-border-radius: 10px;     -webkit-border-radius: 10px;     border-radius: 10px;
}    
 


/* CSS for SDDMVDropElements */
.sbacDDViewContainer .dropDiv { position: absolute; left: 20px; top: 20px; resize: none; padding: 0; }
.sbacDDViewContainer .digitDiv, 
.sbacDDViewContainer .digitsDiv, 
.sbacDDViewContainer .numericDiv, 
.sbacDDViewContainer .exprDiv, 
.sbacDDViewContainer .dstringDiv { width: 30px; height: 40px; border:2px solid #444444; background: #ffffff;
    z-index: 50 !important; }
    
.sbacDDViewContainer .numericDiv, 
.sbacDDViewContainer .exprDiv, 
.sbacDDViewContainer .dstringDiv {
	overflow : auto; 
}    
    
.sbacDDViewContainer .digitsDiv div,
.sbacDDViewContainer .numericDiv div,
.sbacDDViewContainer .exprDiv div,
.sbacDDViewContainer .dstringDiv div { 
  font-size: 14px; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-weight: bold; 
  padding: 0; margin: 0; min-height: 24px;text-align: center;
	width : 100% !important; /*added - avoid scrollbar inthe initial view*/
} /*font:18px;padding:10px;     text-align: center added;*/
    
.sbacDDViewContainer .digitsDiv div{
    font-size:16px;
}
    
.sbacDDViewContainer .numericDiv { width: 100px; }
.sbacDDViewContainer .exprDiv, .sbacDDViewContainer .dstringDiv { width: 100px; }

/*.sbacDDViewContainer .dtextDiv { left: 100px; top: 50px; background-color: transparent; padding: 10px; overflow: auto; 
		font-size: 16px; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-weight: bold;word-wrap: break-word; }
.dtextText { }*/

.sbacDDViewContainer .dtextDiv{
	padding : 10px;
    font-size: 16px; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
    font-weight: bold;
    word-wrap: break-word;
}

.sddmvDroppedData{
    background: #ffffff; 
    text-align: center; 
    cursor:pointer; 
    clear: none;  
    border:1px solid black; 
    border-radius: 6px; 
    width: fit-content;
    position : absolute;
    top:0px !important;
    left : 0px  !important;
}


.droppableCandidate{
	background-color: rgb(163, 209, 255) !important;
     border: 2px solid blue !important;
}

.droppableActive{
	background-color:  rgb(163, 209, 255) !important;
    border: 2px dashed blue !important;
}


/* CSS for SPointLineViewer */
.sbacPtLineViewContainer  .autoCursor{
	cursor : auto;
}

.sbacPtLineViewContainer .crosshairCursor{
	cursor : crosshair;
}

.sbacPtLineViewContainer .resizeCursor{
    cursor : e-resize;
}

.sbacPtLineViewContainer .dragDropDiv { position: relative; width: 500px; max-width: 100%; height: 350px; background-color: #f8f8f8;
		overflow: hidden; padding: 0; padding-bottom: 10px; min-width:400px; min-height:200px; margin-bottom: 20px;margin-left: 70px;} /*minWidth, minHt added, (wid=400, ht:160)*/

.sbacPtLineViewContainer .mainCanvasPtLine {background-color: transparent; position: absolute; }/* width: 1000px; height: 1000px; */
    
/*.sbacPtLineViewContainer .dropDiv { position: absolute; left: 20px; top: 20px; resize: none; z-index: 5; padding: 0; }
.sbacPtLineViewContainer .digitDiv, 
.sbacPtLineViewContainer .digitsDiv, 
.sbacPtLineViewContainer .numericDiv, 
.sbacPtLineViewContainer .exprDiv, 
.sbacPtLineViewContainer .dstringDiv { width: 30px; height: 40px; border:2px solid #444444; background: #ffffff; }
    
.sbacPtLineViewContainer .digitsDiv div, 
.sbacPtLineViewContainer .digitsDiv div, 
.sbacPtLineViewContainer .numericDiv div, 
.sbacPtLineViewContainer .exprDiv div, 
.sbacPtLineViewContainer .dstringDiv div { 
  font-size: 18px; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-weight: bold; 
  padding: 10px; margin: 0; min-height: 24px; }
    
.sbacPtLineViewContainer .numericDiv { width: 100px; }
.sbacPtLineViewContainer .exprDiv, 
.sbacPtLineViewContainer .dstringDiv { width: 100px; }

.sbacPtLineViewContainer .dtextDiv { left: 100px; top: 50px; background-color: transparent; padding: 10px; overflow: auto; 
		font-size: 16px; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-weight: bold; }
.sbacPtLineViewContainer .dtextText { }
    
.sbacPtLineDrawTool{
	background-color: #428bca9e;
    color : white;
} */   
.ptLineyLabelDiv{
	margin-left: 33px;
    width: 76px;
}
.ptLineyLabel{
    position: absolute;
    margin-top: 230px;
    margin-left: -5em;
    transform: rotate(-90deg);
}
.ptLinexLabel{
    position: absolute;
    margin-left: 200px;
}

/* CSS for SbacBarGraphView_Main */
.barGraphWrapper {position: relative; display: flex; align-items: center;}

/*.graphYLabelDivbar {
    width: 280px; 
    height: 30px; 
    position: absolute;
    left: 20px; 
    top: 50%; 
    -webkit-transform: rotate(-90deg) translateX(-50%);
    -moz-transform: rotate(-90deg) translateX(-50%);
    -ms-transform: rotate(-90deg) translateX(-50%);
    -o-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}*/

.graphYLabelDivbar {
    width: 340px; 
    height: 30px; 
    position: absolute;
    left: 0px; 
    top: 50%;    
    -webkit-transform: rotate(-90deg) translateX(-50%);
    -moz-transform: rotate(-90deg) translateX(-50%);
    -ms-transform: rotate(-90deg) translateX(-50%);
    -o-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    z-index: 10;
}

/*.graphContent {margin-left: 40px; } */

.graphRightPanel { width: 480px; height: 100%;}
.bargraphabClass { display: none; width: 300px;height: 250px;word-wrap: break-word; }
.barGraphTitle {
    display: block;
    width: 350px;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    margin-left: 150px;
    margin-top: 20px;
    text-align: center;          
    box-sizing: border-box;
    cursor: default;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.bargraphXLabel {
    display: block;
    width: 350px;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    margin-left: 150px;
    margin-top: 20px;
    text-align: center;         
    box-sizing: border-box;
    cursor: default;   
    padding-bottom: 10px;
}
.canvasStyle{margin-left:49px;}
.graphTableDiv {
    width: 90% !important;
    height: auto;
    margin: auto;
}
#canvas{height:218px;border:1px solid gray;}
#xlabel,#ylabel,#title {border: none; text-align: center;background-color: white;color: black}
.graphTableDiv li span.label { background-color: transparent; }
.graphYLabel {
    overflow-y: auto;
    height: 46px;
    width: 370px;
    font-size: 16px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    line-height: 30px;
}
.yunit{
    width:45px; height:20px;background: white; border:1px solid black;margin-top: 25px;margin-left: 3px;
}
.yaxisedit{ margin-left: 160px;
    font-size: 14px;
    -webkit-transform: rotate(90deg);   
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);}
.xaxisedit{margin-left: 180px;
    font-size: 14px;}
.bargraphDiv{margin-left: 70px;color:white;}
visualize-labels-x{width:450px;height:300px}
.visualize-labels-x li span.label {top: 100%;
    margin-top: 38px;}
.visualize-labels-y li span.label {
    right: 100%;
    margin-right: 5px;
    display: block;
    text-align: right;
    width: 40px !important;
}
.toolid {
    position: absolute;
    //visibility: hidden;
    display: none;
    height: 30px;
    min-width: 45px;
    text-align: center;
    background-color: #FAFFC9;
    border: 2px #CCE638 solid;
    border-radius: 5px;
    padding: 4px;
    padding-top: 10px;
    font-family: Open Sans;
    font-weight: bold;
    font-size: 12px;
    opacity: 0.8;
    -moz-transition: all 0.25s ease-in-out;
    //-webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    color:black;
}
.pointer {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #CCE638;
    border-bottom: 0;
    position: relative;
    top: 4px;
    left: 10px;
    display: block;
}

/* CSS for SbacBarGraphView_HideTable */

/*canvas:hover {
  cursor: grab !important;
}*/

.sbacbgvCursorPointer {
  cursor: pointer !important;
}


/* CSS for SBSV_Main */
.unstyled {
  width: 100%;
}   

/* CSS for SBSV_Choices */
.choicesUL > li { position:relative; 
    margin:0 ; paddding: 20px; display: inline-block; vertical-align: top;
    border: 0px solid #999900; background: transparent; /*overflow: auto;*/ }
.choiceDiv2 {
    margin: 20px; 
    padding: 20px; 
    text-align: center; 
    border: 1px solid black; 
    background: #ffffff;
    overflow: auto;
}
.selectedBoxChoice{
    border: 2px solid blue; 
}

/* CSS for SGDV_Main */
.bucketsViewDiv {
	display: flex;
    padding-bottom:24px;
    overflow:auto;
}
.bucketsViewDivHorizontal {
	margin-left:160px;
}

.sgdTmcEdit2 img.rendered-latex {
    width: 42px !important;  
    max-width: 100% !important;
    height: auto !important;
}


/* CSS for SGDV_Cbucket */
.sgdBucketH { 
    width: 70%;
    border: 2px solid #999999;
    margin-top: 20px;
    margin-left: -5px;
    margin-right: 6px;
    margin-bottom: -14px;
    min-height: 333px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;       
    align-items: center;     
    justify-content: flex-start;
    gap: 10px;
    overflow: hidden;        
}


.sgdBucketV {
	/*min-width:26em;*/
    width:23.4em;
    border: 2px solid #999999;
    margin-top: 19px;
    margin-left:1px;
    display: inline-block;
    min-height: 250px;
    /*max-height:250px;*/
    margin-right: 1px;
    margin-bottom: -18px;
    overflow-y:scroll;
}
.sgdBucketH img,
.sgdBucketH iframe{
    max-width: 217px !important;
    max-height: 201px !important;
}

.sgdBucketV img,
.sgdBucketV iframe{
    max-width: 217px !important;
    max-height: 201px !important;
}


.sgdTitle:empty, .sgdOptTitle:empty{display:none;}

.sgdTitle {
	font-size: 16px;
    margin: 2px;
    text-align: center;
    min-height: 75px;
}
.sgdOptTitle {
    top: 20px;
    margin-left: 20px;
    margin-bottom: 10vh; 
    font-size: 16px;
    font-weight: bold;
    min-height:75px;
}

/* CSS for SGDV_drag */


/*.dragsB {
    margin-top:376px;
	padding: 3px;
    margin: 5px;
    border: 0;
    background: #ffffff;
    background: #77889926;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    float: left;
    max-width: 220px;
}*/
.dragsB {
  min-height: 32px;
  margin-left: 17px;
  max-width: 353px;
 /*width: 353px;*/
  padding: 7px;
  margin-top: 7px;
  border: solid 3px #adadad;
  display: inline-block;
  box-sizing: border-box;
  height: auto;
  margin-bottom:9px;
/* overflow: auto;*/
    
}

.dragsB img,
.dragsB audio,
.dragsB iframe {
  max-width: 217px !important;
  max-height: 201px !important; 
}

.dragsB iframe {
  height: 200px !important;  
  border: none;
}

/* CSS for SGDV_drop */
.droppedDrag {
  min-height: 32px;
  margin-left: 10px;
  max-width: 353px;
  padding: 7px;
  margin-top: 10px;
  border: solid 3px #adadad;
  display: inline-block;
  box-sizing: border-box;
  height: auto;
}
/*.dragsB {
  min-height: 32px;
  margin-left: 17px;
  max-width: 353px;
  padding: 7px;
  margin-top: 30px;
  border: solid 3px #adadad;
  display: inline-block;
  box-sizing: border-box;
  height: auto;
}*/

/* CSS for SGDV_dragBar */
#sgdLeftDragBar {
	min-height:500px;
    width:40px;
    border: solid 2px #999999;
    width: 128px;
    overflow:auto;
    margin-left: 23px;
    margin-top: -660px;
}

/*#sgdBottomDargBar {
	min-height: 60px;
    width:100%;
    margin-top: -5px;
    margin-left: 0px;
    margin-bottom: 58px;
    border: solid 2px #999999;
    overflow: auto;
}
*/

#sgdBottomDargBar {
    min-height: 60px;
    width: 100%;
    margin-top: -5px;
    margin-left: 0px;
    margin-bottom: 58px;
    border: solid 2px #999999;

    display: flex;         
    flex-wrap: wrap;     
    align-items: center;    
    overflow: hidden; 
}


/* CSS for SRV_Main */
.selContentDiv { 
    padding: 10px; 
    background: #ffffff; 
    overflow: auto;
}
.ansContentDiv { 
    font-size: inherit;
}

/* CSS for SRV_SplitTargets */
.selTextRSpan { 
    padding: 2px;
    cursor: pointer;
}
.selectedRSpan  { 
    background-color: #f8f8f8; 
    color: #000; 
    cursor: pointer; 
    border:1px solid #dddddd;  
    line-height:26px;
}
.newParaDiv {
    clear: both;
    margin-bottom: 1em;
}
.selInDrag { 
    opacity: 0.4;
}
.sel_hover { 
    border: 0; 
    border-left: thick solid #444444; 
}
.drag-clone {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  white-space: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

/* CSS for SSV_Main */
.selContentDiv { 
    padding: 10px; 
    background: #ffffff; 
    overflow: auto;
}
.ansContentDiv { 
    /*font-size: 16px; Arial, Verdana, Geneva, Helvetica, sans-serif;*/
    font-size:inherit;
}
.selContentDiv pre {
  overflow-x: auto;
  white-space: pre-wrap;
  font-size: inherit !important;
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-word;
    word-wrap: break-word;
    background-color: white !important;
    border: none !important;
    border-radius: 4px;
    font-family: inherit !important;
}

/* CSS for SSV_SplitTargets */
.selTextSpan { padding: 0px; }
.selectedSpan  { background-color: #bbffbb !important; 
    color: #000; 
    cursor: pointer;  }
.newParaDiv { clear: both; margin-bottom: 1em; }

/* CSS for SSV_CustomSelect */
.selTextSpan { padding: 0px; }
.selectedSpan  { background-color: #bbffbb; color: #000; cursor: pointer;  }

/* CSS for SPV_Viewer */
.seq{
	display: inline-flex;
}

/* CSS for SPV_SequenceCanvas */




/* CSS for SPV_DistractorCanvas */
.dCanvas{
    display: inline;
    vertical-align: middle;
}

.seqChoice{
    margin: 1% 1% 0% 0%;
    padding: 1%;
    width: 750px;
    font-size: 16px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    -webkit-box-shadow: 0 1px 5px #e0e0e0;
    -moz-box-shadow: 0 1px 5px #e0e0e0;
    box-shadow: 0 1px 5px #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f6f6f6;
}

/* CSS for TGGV_Main */


/* CSS for TGGV_Viewer */
.manualgraph{margin-left:70px;}

.graphtitle{width: 445px;margin-left:77px; height: 20px; background: white; border:1px solid black;text-align: center;}



.ynames{
   display: inline-block;
}

.xunits{
    display:inline-flex;
    margin-left:55px;
    
}

/*#yaxis{
    margin-top: 435px;
    transform: translateY(-215px) rotate(-90deg);
}*/
.yname{
   /*width: 20px;
    height: 450px;
    background: white;
    border: 1px solid black;
    display: inline-block;
    position: absolute;
    margin-left: -25px;
    text-align: center;*/
    
   /* margin-left: -645px;
    position: absolute;
    margin-top: -160px;
    padding-left: 1px;
    transform: rotate(-90deg);
    font-size: 16px;
    text-align: center;
    border: 1px solid black;*/
    
    height: 20px;
    width: 460px;
    margin-left: -246px;
    position: absolute;
    margin-top: 250px;
    padding-left: 1px;
    transform: rotate(-90deg);
    font-size: 16px;
    text-align: center;
    border: 1px solid black;
}
.yunit{
    width:45px; height:20px;background: white; border:1px solid black;margin-top: 25px;margin-left: 3px;text-align: center;white-space: nowrap;
    overflow: hidden;
    
}
.xname{
    width: 540px;
    height: 20px;
    background: white;
    border: 1px solid black;
    display: block;
    text-align: center;
    margin-top: 6px;
}
.xunit{
    width: 35px;
    height: 20px;
    background: white;
    border: 1px solid black;
    margin-left: 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

/* CSS for TGGV_Yunit */


/* CSS for TGGV_Xunit */


/* CSS for TGGV_MenuTools */
.mcqControls{
    background: #F6F4F1;
    line-height: 3.428571;
    padding: 5px 15px;
}

/*.mcqControls:hover, .activeButton:focus{
    background: red;
}*/
 
.activeButton{
    background: red;
}
/*.btn:hover, .btn:focus {
    background: red;
    color: #333;
    text-decoration: none;
}*/

.undoredo{
    height:50px;
}



/* CSS for TGGV_Canvas */
.tggmainCanvas{
    border: 2px solid black;
    margin-left:80px;
    position: absolute;
    margin-top: -465px;
}

/* CSS for TGGV_DrawAxes */


/* CSS for TGGV_DrawGrid */


/* CSS for TGGV_Draw */


/* CSS for TGGV_DrawHalo */


/* CSS for TGGV_CircleWithHalo */


/* CSS for TGGV_BindMouseEvents */


/* CSS for TGGV_Pencil */
.pencilEdit{
    font-size: 30px;
    background: #F6F4F1;
    line-height: 2;
    padding: 0px 35px;
}

/* CSS for TenFrameViewer_HeaderPart */
.tfbackword{
    background-color: #faa21b;
    color: black;
    padding: 10px;
    font-size: 16px;
    border: none;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.tfinputtxt{
    /*border-color: #faa21b;*/
    padding: 10px;
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 8px;
    margin-right: 5px;
}

.tfinputtxt1{
    margin-top: 8px;
    font-size: 16px;
    width: 45px;
    
}

.tresult,.trsresult{
    margin-left:5px;
    float:left;
}

.trshowdata{
  text-align: left;
  position: relative;
  border-collapse: collapse;  
} 

/* CSS for TenFrameViewer_SquareBox */
.tfstudentboard{
    display: flex;
    flex-direction: column;
}

/* CSS for TenFrameViewer_MultiButton */


/* CSS for TenFrameViewer_ColumnButton */
.tfwithout-circle,.tfwith-circle {
  background: #fff;
  border: 1px solid #999;
  float: left;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  height: 34px;
  margin-right: -1px;
  margin-top: -1px;
  padding: 0;
  text-align: center;
  width: 34px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tfsquare:focus {
  outline: none;
}

.tfTside{
 background: #edddd4 !important; 
 -webkit-print-color-adjust: exact; 
}

/* CSS for TenFrameViewer_MyCircleBox */
.tfcircle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: red;
  -webkit-print-color-adjust: exact; 
}
/*@media print {.tfcircle{
    border:1px solid black;
    }}*/

/* CSS for TouchImageView_Main */
.appName{
   text-align: center;
   padding: 25px;
}

/* CSS for TouchImageView_Prompt */
.startbuttondiv {
   display: inline-block;
   margin-top: 0px;
   margin-bottom: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
} 
.promptdiv{
    display: inline-block;
    font-family: Open Sans, Verdana, Arial, Helvetica, sans-serif;
    /*font-size: 16px;*/
    font-size: inherit;
    min-height: 24px;
    margin: 10px;
    margin-left:30px;
}
.tansbutton{  
   display: inline-block;
    padding: 6px 17px 9px;
    margin-bottom: 18px;
    /*font-size: 15px;*/
     font-size: inherit;
    line-height: 18px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #7CA737, #7CA737);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tresult{
    display: flex;
    margin-left: 5px;
    margin-right: 5px;
    background: #DDDDDD;
    line-height: 16px;
    font-family: Open Sans, Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    /*font-size: 16px;*/
     font-size: inherit;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
} 
.touchres,.touchtries,.tresNewclas{
  display:flex;
}
.resNewCls{
 display :none;
}
.tivanswerstable {
    margin-left: 860px;
    position: absolute;
    width: 220px;
    height: 490px;
    display: block;
    overflow: scroll;

}  

/* CSS for TouchImageView_Canvas */
.canvasDiv {
  margin-left:30px;
 } 

/* CSS for TouchImageView_Answers */


/* CSS for TouchImageView_AnswersTable */
.tivqno {
  margin-right: 15px;
}
.tivansstatus {
  margin-right: 20px;
}
.tivanswersrow {
 border : 1px solid;
}
.tivtd {
 padding :10px;
 border : 1px solid;   
}
.removetouchans {
 color :blue;
}
.hlgtclass {
  background :yellow;
}

/* CSS for VDVC_Main */
.vdvtopbar{
   border: 1px solid;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 10px;
    position: relative;
    display:inline-block;
    /*min-height: 95px;*/

}
.None{
   margin-top: -700px;
}

.vennresponce{
   width: 1207px;
}
.cmncatHeader {
    position: absolute;
    margin-left: 353px;
} 
.VennDiagramCanvasView {
   width: min-content;
}

/* CSS for VDCV_DrawCircle */
 #vdcvcanvas {  
    margin-top: 25px;
    margin-left: 23px;
}  
.vdvccontainer {
    border: 1px solid;
}   

/* CSS for VDCV_TopBar */


/* CSS for VDCV_TopBarAnswers */
/*var height = this.props.height;*/
.topbarvans{
    display: inline-block;
    padding: 8px;
    margin: 8px;
    border: 1px solid #aaaaaa;
    background: #f4f4f4;
    /*z-index: 3;*/
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float:left;
    max-width: 200px;
    word-wrap: break-word;
    width:120px;
    position:relative;
    height: 100px;
    overflow: auto;
        
} 

/* CSS for VDCV_CatHead */
.LEFT{
   position: absolute;
   margin-left: 150px;
} 
.RIGHT{
    position: absolute;
    margin-left: 482px;
}
.DOWN,.COMMON {
    position: absolute;
    margin-left: 354px;
}   

/* CSS for VDCV_NAnswers */


/* CSS for VDCV_NAnsElements */
.vdvnanselms{
    /*display: inline-block;*/
    padding: 8px;
    margin: 7px;
    border: 1px solid #aaaaaa;
    background: #f4f4f4;
    /*z-index: 3;*/
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: left;

}
.viewvennremovebtn{
    color: #d1281b;
    position: absolute;
    top: 5px;
    right: 5px;
}
.nansdiv{
 display: inline-block;
}   

/* CSS for WGV_Main */
.alphaDiv{margin-left: 18px;
    margin-top: 10px;
    margin-bottom: -30px;}

/* CSS for WGV_Help */
#help_link{
    width: 20px; 
    height: 20px; 
    margin-left: 20px;
}

.help_div{
    width: 300px; 
    height: 300px;
}



/* CSS for WGV_Alpha */
.wgcool{font-family: 'Comic Sans MS','Open Sans'; 
cursor: pointer; 
border-radius: 7px; 
border: 5px solid blue; 
height: 50px; 
line-height: 18px; 
width: 50px; 
font-size: 22px; 
text-transform: uppercase;
padding: 10px; float: left; min-height: 20px; font-weight: bold; text-align: center;
box-shadow: 0px 8px 5px -5px #6B6B6B;
color: black;}

.wgalphas{height: auto;
    margin-bottom: -40px;
    display: inline-flex;
    margin-top: 20px;}

.blink_me{opacity: 0.3;}

.wgcool:hover { 
    -webkit-animation-name: shake-little; 
    -ms-animation-name: shake-little; 
    animation-name: shake-little;
     -webkit-animation-duration: 0.8s;
      -ms-animation-duration: 0.8s; 
      animation-duration: 0.8s; 
      -webkit-animation-iteration-count: infinite;
       -ms-animation-iteration-count: infinite; 
       animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
         -ms-animation-timing-function:linear;
          animation-timing-function: linear; 
          -webkit-animation-delay: 0s; 
          -ms-animation-delay: 0s; 
          animation-delay: 0s; 
          -webkit-animation-play-state: running; 
          -ms-animation-play-state: running; 
          animation-play-state: running; }
 

@-webkit-keyframes shake-little { 
 0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }}
	
@-ms-keyframes shake-little { 
0% { -ms-transform: translate(0px, 0px) rotate(0deg); }
  10% { -ms-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -ms-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -ms-transform: translate(0px, 2px) rotate(0deg); }
	40% { -ms-transform: translate(1px, -1px) rotate(1deg); }
	50% { -ms-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -ms-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -ms-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -ms-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -ms-transform: translate(2px, 2px) rotate(0deg); }
	100% { -ms-transform: translate(1px, -2px) rotate(-1deg); }}
	

@keyframes shake-little { 
 0% { transform: translate(0px, 0px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(0px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% {transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(2px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(2px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
	}
	

/* CSS for WGV_DropArea */
.wgdropArea1{min-height: 200px; margin-top: 90px;}

.wgdropArea{font-family: 'Comic Sans MS','Open Sans';
    word-wrap: break-word;
    font-size: 22px;
    text-transform: uppercase;
    /*padding: 12px 0px 0px;*/
    border: 2px solid rgb(0, 68, 204);
    width: auto;
    border-radius: 8px;
    margin-left: 18px;
    max-width: 440px;
    height: 100px;
    background: #d9edf7;}

.wgArea{margin-left: 20px; margin-top: 5px;}

#wgLeftBtn{width: 50px; height: 42px; border: 2px solid #E6E600;}

#wgDeleteBtn{width: 50px; height: 42px; border: 2px solid #E6E600;}

#wgCorrectBtn{width: 50px; height: 42px; border: 2px solid #E6E600;}
.letters{float: left;padding: 10px; font-weight: bold; border: 2px solid #0088cc; text-align: center; width: 50px; height: 50px; 
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
 /*background: rgb(170, 252, 159) none repeat scroll 0% 0% / auto padding-box border-box;*/
}   

/* CSS for WGV_RightAnswerTable */
#wgTabelHeader{-moz-border-radius-topleft: 12px; -webkit-border-top-left-radius: 12px; font-family:'Comic Sans MS','Open Sans'; color: white; text-align: center; background: #428bca; padding: 8px;line-height: 1.428571429;vertical-align: top;border-top: 1px solid #ddd;}

#wgTabelHeaders{-moz-border-radius-topright: 12px; -webkit-border-top-right-radius: 12px; font-family:'Comic Sans MS','Open Sans'; color: white; text-align: center; background: #428bca; padding: 8px;line-height: 1.428571429;vertical-align: top;border-top: 1px solid #ddd;}

.wgtable{float: right; margin-right: 20%; width: 250px;    margin-top: -140px;}

.wgtables{text-align: center; width: 100%; margin-bottom: 20px;}






/* CSS for WGV_FireWork */
.fireworks{position: fixed; top: 50px; opacity: 0.7; left: 0px;  padding: 10px;}

/* CSS for WGV_HelpDiv */
.wghelpdesc{width: auto; height: auto; min-height: 19px; max-height: none;}

.wghelpdiv{position: absolute;
    height: auto;
    width: 300px;
    top: 198px;
    left: 501px;
    display: block;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
    overflow: hidden;
    padding: .2em;
    outline: 0;
    z-index: 100;
}

#wgtitle{
    
    padding: .4em 1em;
    
}

#help_div{width: auto;
    height: auto;
    min-height: 19px;
    max-height: none}

.wghelpdesc{
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}


.wgCloseBtn{
    border: 1px solid #ccc;
    background: #f6f6f6 ;
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}






.wgTitleDiv{
    cursor: move;
    padding: .4em 1em;
    position: relative;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #e78f08;
    background: #f6a828;
    color: #fff;
    font-weight: bold;
    touch-action: none;min-height: 0;
}

.wgletsplayBtn{
    margin-top: .5em;
    border: 1px solid #ddd;
}

.wgButtonSet{
    float: right;
    box-sizing: border-box;
    
}

.wghelplets{
    margin: .5em .4em .5em 0;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #f6f6f6;
    font-weight: bold;
    color: #1c94c4;
    font-size: 1em;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

.wgTxt{
    padding: .4em 1em;
    display: block;
    line-height: normal;
    box-sizing: border-box;
    cursor: pointer;font-weight: bold;
    color: #1c94c4;
    font-size: 1em;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    text-align: center;
}


/* CSS for WGV_TableTd */
.wgTdWords{font-family:'Comic Sans MS', 'Open Sans'; background: #d9edf7; text-transform: uppercase; padding: 8px;line-height: 1.428571429;vertical-align: top;border-top: 1px solid #ddd; }
    
.wgTdPnts{font-family:'Comic Sans MS', 'Open Sans'; background: #d9edf7; padding: 8px;line-height: 1.428571429;vertical-align: top;border-top: 1px solid #ddd;}

.wgtr{text-align: center;}

/* CSS for WGV_DropAreaSpan */

