.assFieldStatus {
  display: inline-block;
  height: 1.3em;
  vertical-align: middle;
  font-weight: bold;
  margin: 4px 5px 4px 5px;
  _width: 90px;
  min-width: 90px;
}

.assFieldStatus a {
  text-decoration: none;
  font-weight: bold;
  color: blue;
}

.assFieldStatus a:hover {
  color: red;
}

.assButton {
  display: inline-block;
  _width: 90px;
  min-width: 90px;
  height: 1.3em;
  text-align: center;
  vertical-align: middle;
  margin: 4px 5px 7px 5px;
  padding: 0;
}


.assButton a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  /*border-top: 1px solid #96d1f8;*/
  border: 1px solid #504e66;
  background: #f5f5cc;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#f5f5cc), to(#ffffff));
  background: -webkit-linear-gradient(top, #f5f5cc, #ffffff);
  background: -moz-linear-gradient(top, #f5f5cc, #ffffff);
  background: -ms-linear-gradient(top, #f5f5cc, #ffffff);
  background: -o-linear-gradient(top, #f5f5cc, #ffffff);*/
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-box-shadow: 1px 1px 1px #babab8;
  -moz-box-shadow: 1px 1px 1px #babab8;
  box-shadow: 1px 1px 1px #babab8;
  /*text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
  color: black;
  font-size: 1em;
  /*font-family: Georgia, serif;*/
  text-decoration: none;
  vertical-align: middle;
  padding: 2px;
  font-weight: normal;
}

.assButton a:hover {
  background-color: #f7f78b;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f78b), to(#f7f78b));
  background: -webkit-linear-gradient(top, #f7f78b, #f7f78b);
  background: -moz-linear-gradient(top, #f7f78b, #f7f78b);
  background: -ms-linear-gradient(top, #f7f78b, #f7f78b);
  background: -o-linear-gradient(top, #f7f78b, #f7f78b); 
  
}

.assButton a:active {
  border-top-color: #1b435e;
   background-color: #1b435e;
}

.ulrusLabel{
  vertical-align: top;
  background-color: lightgrey;
}

.width130 {
  width: 130px;
}

.spanwidth150 {
  display: inline-block;
  width: 150px;
}

.showInputName {
  display: inline-block;
  color: white;
  padding: 2px;
  background-color: red;
  margin-left: 2px;
  margin-right: 2px;
  max-width: 100px;
  z-index: 1000;
  font-size: 0.9em;
}


.mapDiv {
  position: relative;
}

.pointerDiv {
  position: absolute;
  top: -5px;
  left: -1000px;
  margin: 0;
  padding: 0;
  z-index: 10;
}

.imgSkalaBottom {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  margin: 0;
  padding: 0;
  display: inline;
}

.imgSkalaTop {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  margin: 0;
  padding: 0;
  display: inline;
}

.progressColored{
  background-color: blue;
  border: 1px solid black;
  height: 5px;
}

.progressNonColored{
  border: 1px solid black; 
  height: 5px;
}

#divFrases {
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  height: 400px;
  width: 600px;
  background-color: white;
  box-shadow: 3px 3px 3px #babab8;  
  padding: 10px 0 10px 10px;
}

#divFrases #frasesContent {
  position: relative;  
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: white;
  white-space: nowrap;
  width: 100%;
  height: 100%;  
}

#divFrases #closeicon, #divKeyboard #closeicon {  
  position: absolute;
  top:-12px; /* Half the icon's height */
  right:-12px; /* half the icon's width */
  z-index:50;
}

#divKeyboard {
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  height: 450px;
  width: 600px;
  background-color: #ffffcc;
  box-shadow: 3px 3px 3px #babab8;  
  padding: 10px 0 10px 10px;
}

#divKeyboard #keyboardContent {
  position: relative;  
  /*overflow-x: hidden;
  overflow-y: scroll;*/
  background-color: #ffffcc;
  white-space: nowrap;
  width: 100%;
  height: 100%;  
}

#divKeyboard #panel {
  position: absolute;
  bottom: 10px;
}

#divKeyboard #keyboardTarea {
  border: 1px solid black;
  width: 90%;
}

#divKeyboard .tableWords {
    border-collapse: collapse;
    border: 1px solid white;
    width: 100%;
  }
  
#divKeyboard .tableWords td {
    padding: 3px 5px 3px 5px;
  }
  
#divKeyboard .tableWords td button {
    margin-bottom: 3px;
  }
  
  #divKeyboard #keyboardKeys button {
    background-color: #6c8cb1;
    color: white;
    border-radius: 3px;    
  }
  
  #divKeyboard #keyboardKeys button:hover {
    background-color: #9db7d5;    
  }