
/*css for pushing the page*/

.pushmenu { 
  background: #e9eaed;
  width: 250px;
  border-right: 1px dotted #777;
  top: 0px;
  padding-bottom: 15px;
  position:fixed;
  height: 100%;
  z-index: 99999 !important;
}


/*to push the acb-panel left mush be the same with .pushmenu-push-toright and .pushmenu*/
.pushmenu-left {
  left: -250px;

}

.pushmenu-left.pushmenu-open {
  left: 0;
}

/*so the body will not dissapear*/
.pushmenu-push {
  position: relative;
  left: 0;
}

/*how much right the body will go must be the same with  .pushmenu-left and pushmenu*/
.pushmenu-push-toright {
  left:250px;
}

/*Transition how fast the acb panel will appear*/
.pushmenu, .pushmenu-push {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;  
}

/*the fa keyboard button*/
#acb-keyboard-hot{
  background-color: transparent;
  border:none;
  cursor: pointer;
}

#acb-hot-keys{
  position:fixed;
  font-size: 15px;
  display: none;
  width: auto;
  background: #e9eaed;
  border-right: dotted 1px #777;
  border-bottom: dotted 1px #777;
  left: 250px;
}


#acb-hot-keys li{
  margin-top: 10px;
  list-style: none;
}




/*the button to open acb*/
#acb-flip{
  position: fixed;
  z-index: 9999 !important;
  left: 0;
  top: 59px;
}



/*css font resize buttons in the acb container*/

#acb-font-controls li{
  font-size: 25px;
  background-color: transparent;
  border:none;
}


/*class to add padding and a border around the acb container*/
.acb-control-buttons {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

/*the fa information button */


#acb-infoCircle{
  background-color: transparent;
  border:none;
  cursor: pointer;
}

#acb-start {
  background: transparent;
  border: none;
}

#acb-stop{
  display: none;
}

/*the tutorila  button */
.fa-book{
  cursor: pointer;
}

 .fa-keyboard-o {
    vertical-align: middle;
}

#acb-infoPage{
  background: #e9eaed;
  border:solid 2px #c3c3c3;
  z-index: 1000 !important;
  position:fixed;
  left: 0px;
  font-size: 15px;
  text-align: justify;
  display: none;
}

@media (max-height: 600px) {
  #acb-infoPage{
      overflow-y: scroll;
      max-height: 100%;
  }
}


#acb-infoPage a{
  text-decoration: underline;
}



#acb-infoPage p {
    margin-bottom: 15px;
}

#acb-infoPage img {
    float: unset;
}

#acb-infoPage * {
    text-align: center;
}

#info-text p {
    margin-bottom: 5px;
    text-align: justify;
}

#acb-comment {
  font-size: 1.1em;
  font-weight: bold;
}


#acb-closeInfo{
  cursor:pointer;
  float: right;
  padding: 10px;
  color: #CC0000;
  border: 3px solid #777;
  border-radius: 40px;
  margin-bottom: 10px;

}
#acb-checker-image{

   margin: 15px;
}


#acb-caret{
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
}


/*the css for the buttons  changing the contrast to not look like buttons*/
#acb-contrast-controls li{
 background-color: transparent;
 border:none; 

}
/*the possision fore the info boxes to appear*/
.acb-tutorial{
  border:3px solid #555;
  z-index: 99999 !important;

}

.acb-pagination {
    display: block;
    font-size: 0.85em;
    margin-top: 10px;
    text-align: right;
}


/*th css for th info boxes that appears in the toutorial*/

#acb-boxFontInfo{
  position: absolute;
  z-index: 999;
  background: #555;
  color: #fff;
  padding: 6px;
  font-size: 17px;
  display: none;

}


#acb-defaultInfo{

  position: absolute;
  background-color: #0090FF;
  color: #fff;
  padding: 6px;
  font-size: 17px;
  z-index: 9999;
  display: none;

}


#acb-boxbwInfo{
  position: absolute;
  z-index: 9999;
  background-color: white ;
  color: black;
  padding: 6px;
  font-size: 17px;
  display: none;

}


#acb-boxwbInfo{
  position: absolute;
  z-index: 9999;
  color: white ;
  background-color: black;
  padding: 6px;
  font-size: 17px;
  display: none;
}

#acb-boxybInfo{
  position: absolute;
  z-index: 9999;
  color: yellow ;
  background-color: blue;
  padding: 6px;
  font-size: 17px;
  display: none;


}
#acb-boxReadingInfo{
  position: absolute;
  z-index: 999;
  padding: 6px;
  font-size: 17px;
  background: #555;
  color: #fff;
  display: none;
}

#acb-boxInfo{
  position: absolute;
  z-index: 9999;
  background-color: #555 ;
  color: #fff;
  padding: 6px;
  font-size: 17px;
  display: none;

}
#acb-hotKeyInfo{
  position: absolute;
  z-index: 999;
  padding: 6px;
  font-size: 17px;
  background: #555;
  color: #fff;
  display: none;

}
/* the A A+ A- that appear in the tutorial*/
#acb-fontIntro{
  text-align: center;
  font-size: 19px;
  background-color: #555555 !important; 
  color: white !important; 
}


/*more specific rules so the color of tutorial boxes will not change when the contrast changes */
.acb-defaultBackground{
  background-color: #555555 !important; 
  color: white !important;
}

#acb-bwTour {
  float: right;
  background-color: white !important;
  color: black !important;
}

#acb-wbTour {
  float: left;
  color: white !important;
  background-color: black !important;
}

#acb-ybTour{
  float: right;
  color: yellow !important;
  background-color: blue !important;
}

#acb-defaultTour{
  float:left;
  background-color: #0090FF !important; 
  color: white !important; 
}

/*css for the tutorial box*/
.arrow_box {
  position: absolute;
  background: #555;
  border: none;
  color: white;
  padding: 5px;
  z-index: 999;
  font-size: 20px;
  display: none;
}

.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 60%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-bottom-color: #555;
  border-width: 20px;
  margin-left: -20px;
}
.arrow_box:before {
  border-bottom-color: #555;
  border-width: 21px;
  margin-left: -21px;
}

/*the css for bubble*/
.oval-thought {
  position:absolute;
  margin-left: 90px;
  padding:40px;
  text-align:center;
  color:#000;
  background:#E9EAED;
  -webkit-border-top-left-radius:220px 120px;
  -webkit-border-top-right-radius:220px 120px;
  -webkit-border-bottom-right-radius:220px 120px;
  -webkit-border-bottom-left-radius:220px 120px;
  -moz-border-radius:220px / 120px;
  width: 350px;
  border-radius:400px / 250px;
  display: none;

}



/* creates the larger circle */
.bigCircle {
  content:"";
  text-align:center;
  margin-left: 80px;
  top: 45px;
  position:absolute;
  width:30px;
  height:30px;
  background:#E9EAED;
  /* css3 */
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  display: none;


}

/* creates the smaller circle */
.smallCircle {
  content:"";
  position:absolute;
  margin-left: 60px;
  top: 15;
  width:15px;
  height:15px;
  background:#E9EAED;
  /* css3 */
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  display: none;

}

#mp3-text{
  font-size: 14px;
  padding-bottom: 5px;
}

#intro-voice {
    margin-top: 10px;
    width: 80%;
}

/*querry for buble not to be displayed from mobile*/

@media (max-width: 600px) {

  #mp3-text{
    display: none;
  }
  
  #intro-voice{
    display: none;
  }
  
  #popUp{
    display: none;
  }

  .oval-thought {
    position:absolute;
    margin-left: 0px;

    width:0px;
    height: 0px;
    padding:0px;
    text-align:center;
    color:#000;
    background:#E9EAED;

    -webkit-border-top-left-radius:0px 0px;
    -webkit-border-top-right-radius:0px 0px;
    -webkit-border-bottom-right-radius:0px 0px;
    -webkit-border-bottom-left-radius:0px 0px;
    -moz-border-radius:0px / 0px;
    border-radius:0px / 0px;
  }


  /* creates the larger circle */
  .bigCircle {
    content:"";
    text-align:center;
    margin-left: 60px;
    margin-top: 10px;
    position:absolute;
    width:0px;
    height:0px;
    background:#E9EAED;
    /* css3 */
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
  }

  /* creates the smaller circle */
  .smallCircle {
    content:"";
    position:absolute;
    margin-left: 35px;
    width:0px;
    height:0px;
    background:#E9EAED;
    /* css3 */
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
  }

}
/*querry for buble not to be displayed for mobile  E N D*/


.wcag-none{
  display: none;
}

/*classes needed for the constrant.js to work*/

.acb-blue_yellow{

  background-color: blue !important;
  background-image: none !important;
  border-color: #ffff00 !important;
  color: yellow !important;
}

.acb-black_white{

  background-color: black !important;
  background-image: none !important;
  border-color: white !important;
  color: white !important ;
}

.acb-white_black{

  background-color: white!important ;
  background-image: none !important;
  border-color: black!important ;
  color: black !important;
}


/*needed so when changing constrant the constran buttons will not chang color too*/

#acb-normalFont {
  background-color: #0090FF !important; 
  color: white  !important; 

}

#acb-bwFont {
  background-color: white !important;
  color: black !important;
}

#acb-wbFont {
  color: white !important;
  background-color: black !important;

}

#acb-ybFont {
  color:yellow !important;
  background-color: blue !important;

}

#font-steady{
  font-size: 14px;
}

.fa-2x {
    font-size: 2rem !important;
}

.fa-3x {
    font-size: 3rem !important;
}