body {
  padding-top: 70px;
  padding-bottom: 30px;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 128%;
    font-weight: bold;
    line-height: 2.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
.differentcolor{
	background: #85C2FF;
}
.navbar-edit{
background-color:#FFA500;
border-color:#121212;
}
.navbar-drawing{
background-color:#00FFFF;
border-color:#121212;
}

/* FONT SIZE */
.fs0 {
	font-size: 16px;
}
.fs1 {
	font-size: 32px;
}
.fs2 {
	font-size: 64px;
}
.fs3 {
	font-size: 14px;
}
.margin-right-1 {
	margin-right: 1em;
}

#note_list_side
{
   overflow-y:auto;
}
#note_list
{
   overflow-y:auto;
   max-height: 240px;
}
#note_attr
{
  height: 100px;
  overflow-y: auto;
}
#div_result_tag
{
  display:none;
  height: 150px;
  overflow-y: auto;
}
#nessun_risultato
{
  display:none;
}
#passaggio_tag{
  display: none;
}

.has_note{
  border: solid;
  border-width: 5px;
  border-color: blue;
}
.margin-left-1 {
	margin-left: 1em;
}
.alert-info {
  min-height:20px;
  margin-bottom:20px;
  color: #000000;
  background-color: #FFFFAC;
  border:1px solid #e3e3e3;
  border-color: #B2B272;
  border-radius:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
  padding:19px;
}
.tag_div{
  contentEditable: false;
  color:blue;
}
.image_border{
  border: solid;
}
