﻿/*classes needed fore the constrant.js to work*/


#acb-b4-normal{
  margin-left: 90px;
  font-weight: bold;
}

#acb-b2-white-black{
  margin-left: 90px;
  font-weight: bold;
}


.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: 2rem !important;
}

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

#acb-page{
  display: none;
  opacity: 0;
}


.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.icon-file-text-o:before {
  content: "\f0f6";
}

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

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