﻿/*the information button  */

#acb-infoCircle{
  background-color: transparent;
  border:none;
  margin-top: 3px;
  cursor: pointer;
}

#acb-start {
  border: none;
  background: transparent;
  margin-top:3px;
}


/*the keyboard button in the acb container*/

#acb-keyboard-hot{
  background-color: transpabottom: 80px;
    margin-left: -5px;
rent;
  border:none;

}

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

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


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


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

#acb-stop{
  cursor: pointer;
  display: none;
}
/*css for the acb to open button */

#acb-onoff {
  border: 1px solid;   

} 


/*the div where all the acb is loaded*/

.acb-fixed {
  background-color:#E9EAED;
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0px;
}


/*the panel where acb  is loaded*/

.acb-panel {
 
  border:solid 1px #c3c3c3;
  padding:4px;
  display:none;

}



/*css for information page*/


#acb-infoPage{
  padding: 10px;
  z-index: 9999;
  border:solid 2px #c3c3c3;
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  display: none;  
}

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

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


#acb-img > p > img {
  float: none;
}

#info-text {
  font-size: 14px;
}

#info-text p {
  text-align: justify;
}

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

#acb-img {
  margin-top: 40px;
}


#acb-tts{
  margin-top: 5px;
}

#acb-tts > li {
 margin-bottom: 2px;
}


/* div responisble for the acb button possion and bubble */
#acb-flip {
  position: fixed;
  z-index: 9999 !important;
  bottom: 15px;
  left: 15px;
}



/*needed so when changing constrant the contrast 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;

}

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

}


/*css for hot key bar*/

#acb-hot-keys{
  border-top: 1px solid #c3c3c3;
  padding: 10px;
}


#acb-hot-keys li {
  display: inline;
  padding: 10px;
  font-size: 14px;
  font-family:  sans-serif;

}

/*the 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: #0090ff;
  color: #fff;
  padding: 6px;
  font-size: 17px;
  z-index: 9999;
  display: none;
}



/*so the tutorial boxes will appear in the center of the page*/
.tutorial-acb{
  bottom: 50px;
  z-index:999999 !important;
  border:3px solid #555;

}

.tutorial-acb-right{
  bottom: 50px;
  z-index:999999 !important;
  right: 50px;
  border:3px solid #555;
}
#acb-boxInfo{
  position: absolute;
  z-index: 9999;
  background-color: #555 ;
  color: #fff;
  padding: 6px;
  font-size: 17px;
  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;
  background: #555;
  color: #fff;
  padding: 6px;
  font-size: 17px;
  z-index: 9999;
  display: none;

}

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


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


/*
  more specific rules so the tutorial boxes will not change color 
  when user change the contrast
  */

  #acb-fontTour{
    text-align: center;
    font-size: 20px;
    color: white !important;
    background-color:#555 !important; 
  }


  #acb-bwTour {
   font-size: 20px;
   background-color: white !important;
   color: black !important;
 }

 #acb-bwTourFa {
   font-size: 33px;
   background-color: white !important;
   color: black !important;
 }

 #acb-wbTour {
   font-size: 20px;
   color: white !important;
   background-color: black !important;
 }

 #acb-wbTourFa {
   font-size: 33px;
   color: white !important;
   background-color: black !important;
 }

 #acb-ybTour{
  font-size: 20px;
  color: yellow !important;
  background-color: blue !important;
}

#acb-ybTourFa{
  font-size: 33px;
  color: yellow !important;
  background-color: blue !important;
}


#acb-defaultTour{
  font-size: 20px;
  background-color: #0090FF !important; 
  color: white !important; 
}

#acb-defaultTourFa{
  font-size: 33px;
  background-color: #0090FF !important; 
  color: white !important; 
}

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

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

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #555;
  border-width: 35px;
  margin-left: -35px;
}
.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #c3c3c3;
  border-width: 41px;
  margin-left: -41px;
}

/*the bubble that containes the inro*/

.oval-thought {
  position:absolute;
  left: 80px;
  bottom: 25px;
  width:350px;
  height: auto;
  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;
  border-radius:400px / 225px;

  display: none;

}

#mp3-text {
  font-size: 15px;
}

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

/* creates the larger circle */
.bigCircle {
  content:"";
  text-align:center;
  left: 70px;
  bottom: 60px;
  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;
  bottom: 40px;
  left: 50px;
  width:15px;
  height:15px;
  background:#E9EAED;
  /* css3 */
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  display: none;

}


/*querry so the bubble will not appear in mobiles*/

@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;
    display:none;

    -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:"";
    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;


  }


}
/*querry end*/

.wcag-none{
  display: none;
}

/*classes needed fore 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;
}

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


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

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