/* =============================================================================================
   Author: O G POPA. Copyright O G POPA. Licensed to "SC COMPLEMENT CONTROL SRL".
   This code was developed for http://www.corollarytheorems.com in December 2017.
================================================================================================ */
.frame_set {
  position: relative;
  width: 1200px; 
  height: 770px;
  margin-left: 0;
  margin-top: 0;
}

.wrappers {
  text-align: center;
}

.nav_mark {
  width: 40px;
  height: 40px;
  border: 1px hidden yellow;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255,255,150,.9);
  display: inline-block;
  text-align: center;
  color: rgba(255,255,255,.5);
  text-shadow: 0 0 1px #000000;
  background-color: transparent;

  z-index: 100;
  cursor: pointer;
  font-size: 24px;
  line-height: 40px;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select:none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}

.nav_mark:hover {
  color: rgba(255,255,0,1);
  border: hidden;
  text-shadow: 0 0 5px #000000;
  background-color: rgba(255,255,150,.5);
  box-shadow: inset 0 0 5px 3px rgba(0,0,0,.7);
}

.signs {
  height: 16px;
  width: 16px;
  border: 1px solid black;
  border-radius: 50%;
  background-color: rgba(255,200,200,.7);
  box-shadow: 0 0 10px 5px rgba(255,255,0,.4);
  color: #000000;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
}

.signs:hover {
  cursor: pointer;
  box-shadow: 0 0 15px 10px rgba(255,255,255,.8),
              0 0  5px  2px rgba(255,255,0,.8),
              0 0  3px  1px rgba(255,0,0,.4);  
}

.A_signs {
  background-color: rgba(255,255,0,1);
  box-shadow: 0 0 15px 10px rgba(255,255,255,.8),
              0 0  5px  2px rgba(255,255,0,.8),
              0 0  3px  1px rgba(255,0,0,.4);
  cursor: pointer;
}

.contains {
  width: 1100px;
  height: 770px;
  margin-left: 25px;
  top: 0;
  display: none;
}

.bars {
  width: auto;
  height: 30px;
  position: absolute;
  left: 30px;
  top: 15px;
  background-color: transparent;
  font-size: 12pt;
  color: rgba(255,0,200,.9);
  font-style: italic;
  text-shadow: 0 0 1px #ff8800;
 }

.set1 {
  /* border-radius: 10px; */
}

/* =============================================================================================
   Author: O G POPA. Copyright O G POPA. Licensed to "SC COMPLEMENT CONTROL SRL".
   This code was developed for http://www.corollarytheorems.com in December 2017.
================================================================================================ */