@import url("../../../gadgets/bootstrap/css/bootstrap.min.css");



a {
  font-weight:bold;
}

h4, h5 {padding-top: 15px;
   }

.tableA th{
         padding-left: 15px;
         padding-right: 15px;
}

.tableA td{
         padding-left: 15px;
         padding-right: 15px;
     }


/* Toggle Styles */
   /* position:absolute for all browsers - the whole page scrolls */
    div#headerWrapper {
	  position:fixed;
	  width:100%;
	  top:0; 
	  left:0;
	  height:25px;
    z-index: 100;
    background-color: lightblue;
    }
   
       
 
    div#middleWrapper {
        margin-top: 25px;
        padding-left: 150px;
        transition: all 0.5s ease;
    }





  

     #middleWrapper.toggled {
         padding-left: 0px;
     }

     #sidebarWrapper {
        
         position: fixed;
         left: 0;
         width: 150px;
//        height: 800px;
         overflow-y: auto;
         transition: all 0.5s ease;
     }

     #middleWrapper.toggled #sidebarWrapper {
         width: 0;
     }

     #mainTextWrapper {
         width: 100%;
         position: relative;
         padding: 20px;
     }

     #middleWrapper.toggled #mainTextWrapper {
         position: relative;
         margin-right: 0;
     }

     #contentFrame{
         width: 150px;
         height: 800px;
     }
     
.toggleNext{
		color: green;
	/*	font-family: Arial Black;*/
}

#contentToggle{
    color: blue;
    font-size: 125%;
    float: left;
}

#feedback{
    color: blue;
    font-size: 125%;
    float: right;
    display: none;
}
              
@media(min-width:800px) {
   div#headerWrapper  {
       width: 800px;
   }
   div#middleWrapper {
       width: 800px;
   }
}


.noteT{
    background-color: rgba(0,200,0,0.2);
}

.commT{
    background-color: rgba(0,100,100,0.3);
}

.examT{
    background-color: rgba(100,100,0,0.2);
}

.code{
    font-family: Arial Black;
}



 .olN {
   list-style: none;
   counter-reset: item;
   padding-left: 10px;
 }
.olN  li {
    counter-increment: item;
    margin-bottom: 5px;
 }
 
.olN li:before {
   margin-right: 10px;
   content: "(" counter(item,decimal) ")";
}

.olA {
   list-style: none;
   counter-reset: item;
   margin-left: 20px;
 }
.olA > li {
    counter-increment: item;
    margin-bottom: 5px;
    position:relative;
 }
 
.olA > li:before {
   margin-right: 10px;
   content: "(" counter(item,lower-latin) ")";
   position: absolute;
   left: -2.4em;

  }


/* From neat-tooltip.css with modifications */

.ntooltip-frame {
  position: absolute;
  z-index: 100;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  box-sizing: border-box;
  background: #FFF;
  max-width: 300px;
}

.ntooltip-frame .tip {
  border-style: solid;
  position: absolute;
}

.ntooltip-frame .tip {
  margin-left: -8px;
  border-width: 9px;
}

.ntooltip-frame.ntooltip-bottom {
  margin-top: 8px;
}

.ntooltip-frame.ntooltip-bottom .tip {
  border-color: transparent transparent #FFF transparent;
  border-width: 0 9px 9px 9px;
  top: -8px;
}

.ntooltip-frame.ntooltip-top {
  margin-top: -8px;
}

.ntooltip-frame.ntooltip-top .tip {
  border-color: #FFF transparent transparent transparent;
  border-width: 9px 9px 0 9px;
  bottom: -8px;
}




.basicTt{
  background: #80c3ff;
  max-width: 400px;
  color: #555;
   border-radius: 9999px;
}

.ntooltip-bottom.basicTt .tip {
  border-color: transparent transparent #80c3ff transparent;
  border-width: 0 9px 9px 9px;
  top: -8px;
}

.ntooltip-top.basicTt .tip {
  border-color:  #80c3ff transparent transparent transparent;
   border-width: 9px 9px 0 9px;
  bottom: -8px;
}

