/* stile per i bottoni preso da bootstrap con i nomi delle classi modificati da btn a bottone*/


.bottone {
  display: inline-block!important;
  *display: inline!important;
  padding: 4px 14px!important;
  margin-bottom: 0!important;
  *margin-left: .3em!important;
  font-size: 14px!important;
  line-height: 20px!important;
  *line-height: 20px!important;
  color: #333333!important;
  text-align: center!important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75)!important;
  vertical-align: middle!important;
  cursor: pointer!important;
  background-color: #f5f5f5!important;
  *background-color: #e6e6e6!important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6))!important;
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6)!important;
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6)!important;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6)!important;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6)!important;
  background-repeat: repeat-x!important;
  border: 1px solid #bbbbbb!important;
  *border: 0!important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)!important;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf!important;
  border-bottom-color: #a2a2a2!important;
  -webkit-border-radius: 4px!important;
     -moz-border-radius: 4px!important;
          border-radius: 4px!important;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0)!important;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false)!important;
  *zoom: 1!important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)!important;
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)!important;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)!important;
  text-decoration:none!important;
}

.bottone:hover,
.bottone:active,
.bottone.active,
.bottone.disabled,
.bottone[disabled] {
  color: #333333!important;
  background-color: #e6e6e6!important;
  *background-color: #d9d9d9!important;
}

.bottone:active,
.bottone.active {
  background-color: #cccccc \9!important;
}

.bottone:first-child {
  *margin-left: 0!important;
}

.bottone:hover {
  color: #333333!important;
  text-decoration: none!important;
  background-color: #e6e6e6!important;
  *background-color: #d9d9d9!important;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px!important;
  -webkit-transition: background-position 0.1s linear!important;
     -moz-transition: background-position 0.1s linear!important;
       -o-transition: background-position 0.1s linear!important;
          transition: background-position 0.1s linear!important;
}

.bottone:focus {
  outline: thin dotted #333!important;
  outline: 5px auto -webkit-focus-ring-color!important;
  outline-offset: -2px!important;
}

.bottone.active,
.bottone:active {
  background-color: #e6e6e6!important;
  background-color: #d9d9d9 \9!important;
  background-image: none!important;
  outline: 0!important;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)!important;
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)!important;
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)!important;
}

.bottone.disabled,
.bottone[disabled] {
  cursor: default!important;
  background-color: #e6e6e6!important;
  background-image: none!important;
  opacity: 0.65!important;
  filter: alpha(opacity=65)!important;
  -webkit-box-shadow: none!important;
     -moz-box-shadow: none!important;
          box-shadow: none!important;
}

.bottone-large {
  padding: 9px 14px!important;
  font-size: 16px!important;
  line-height: normal!important;
  -webkit-border-radius: 5px!important;
     -moz-border-radius: 5px!important;
          border-radius: 5px!important;
}

.bottone-large [class^="icon-"] {
  margin-top: 2px!important;
}

.bottone-small {
  padding: 3px 9px!important;
  font-size: 12px!important;
  line-height: 18px!important;
}

.bottone-small [class^="icon-"] {
  margin-top: 0!important;
}

.bottone-mini {
  padding: 2px 6px!important;
  font-size: 11px!important;
  line-height: 17px!important;
}

.bottone-block {
  display: block!important;
  width: 100%!important;
  padding-right: 0!important;
  padding-left: 0!important;
  -webkit-box-sizing: border-box!important;
     -moz-box-sizing: border-box!important;
          box-sizing: border-box!important;
}

.bottone-block + .bottone-block {
  margin-top: 5px!important;
}

input[type="submit"].bottone-block,
input[type="reset"].bottone-block,
input[type="button"].bottone-block {
  width: 100%!important;
}

.bottone-primary.active,
.bottone-warning.active,
.bottone-danger.active,
.bottone-success.active,
.bottone-info.active,
.bottone-inverse.active {
  color: rgba(255, 255, 255, 0.75)!important;
}

.bottone {
  border-color: #c5c5c5!important;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25)!important;
}

.bottone-primary {
  color: #ffffff!important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)!important;
  background-color: #006dcc!important;
  *background-color: #0044cc!important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc))!important;
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc)!important;
  background-image: -o-linear-gradient(top, #0088cc, #0044cc)!important;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc)!important;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc)!important;
  background-repeat: repeat-x!important;
  border-color: #0044cc #0044cc #002a80!important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)!important;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0)!important;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false)!important;
}

.bottone-primary:hover,
.bottone-primary:active,
.bottone-primary.active,
.bottone-primary.disabled,
.bottone-primary[disabled] {
  color: #ffffff!important;
  background-color: #0044cc!important;
  *background-color: #003bb3!important;
}

.bottone-primary:active,
.bottone-primary.active {
  background-color: #003399 \9!important;
}

.bottone-warning {
  color: #ffffff!important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)!important;
  background-color: #faa732!important;
  *background-color: #f89406!important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406))!important;
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406)!important;
  background-image: -o-linear-gradient(top, #fbb450, #f89406)!important;
  background-image: linear-gradient(to bottom, #fbb450, #f89406)!important;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406)!important;
  background-repeat: repeat-x!important;
  border-color: #f89406 #f89406 #ad6704!important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)!important;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0)!important;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false)!important;
}

.bottone-warning:hover,
.bottone-warning:active,
.bottone-warning.active,
.bottone-warning.disabled,
.bottone-warning[disabled] {
  color: #ffffff!important;
  background-color: #f89406!important;
  *background-color: #df8505!important;
}

.bottone-warning:active,
.bottone-warning.active {
  background-color: #c67605 \9!important;
}

.bottone-danger, .bottone-oda-rejected{
  color: #ffffff!important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)!important;
  background-color: #da4f49!important;
  *background-color: #bd362f!important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f))!important;
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f)!important;
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f)!important;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f)!important;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f)!important;
  background-repeat: repeat-x!important;
  border-color: #bd362f #bd362f #802420!important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)!important;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0)!important;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false)!important;
}

.bottone-danger:hover,
.bottone-danger:active,
.bottone-danger.active,
.bottone-danger.disabled,
.bottone-danger[disabled],
.bottone-oda-rejected:hover,
.bottone-oda-rejected:active,
.bottone-oda-rejected.active,
.bottone-oda-rejected.disabled,
.bottone-oda-rejected[disabled]
{
  color: #ffffff!important;
  background-color: #bd362f!important;
  *background-color: #a9302a!important;
}

.bottone-danger:active,
.bottone-danger.active ,
.bottone-oda-rejected:active,
.bottone-oda-rejected.active {
  background-color: #942a25 \9!important;
}

.bottone-success, .bottone-oda-accepted {
  color: #ffffff!important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)!important;
  background-color: #5bb75b!important;
  *background-color: #51a351!important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351))!important;
  background-image: -webkit-linear-gradient(top, #62c462, #51a351)!important;
  background-image: -o-linear-gradient(top, #62c462, #51a351)!important;
  background-image: linear-gradient(to bottom, #62c462, #51a351)!important;
  background-image: -moz-linear-gradient(top, #62c462, #51a351)!important;
  background-repeat: repeat-x!important;
  border-color: #51a351 #51a351 #387038!important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)!important;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0)!important;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false)!important;
}

.bottone-success:hover,
.bottone-success:active,
.bottone-success.active,
.bottone-success.disabled,
.bottone-success[disabled],
.bottone-oda-accepted:hover,
.bottone-oda-accepted:active,
.bottone-oda-accepted .active,
.bottone-oda-accepted .disabled,
.bottone-oda-accepted [disabled]{
  color: #ffffff!important;
  background-color: #51a351!important;
  *background-color: #499249!important;
}

.bottone-success:active,
.bottone-success.active ,
.bottone-oda-accepted:active,
.bottone-oda-accepted.active {
  background-color: #408140 \9!important;
}

.bottone-info, .bottone-oda-processed {
  color: #ffffff!important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)!important;
  background-color: #49afcd!important;
  *background-color: #2f96b4!important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4))!important;
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4)!important;
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4)!important;
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4)!important;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4)!important;
  background-repeat: repeat-x!important;
  border-color: #2f96b4 #2f96b4 #1f6377!important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)!important;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0)!important;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false)!important;
}

.bottone-info:hover,
.bottone-info:active,
.bottone-info.active,
.bottone-info.disabled,
.bottone-info[disabled],
.bottone-oda-processed:hover,
.bottone-oda-processed:active,
.bottone-oda-processed.active,
.bottone-oda-processed.disabled,
.bottone-oda-processed[disabled]  {
  color: #ffffff!important;
  background-color: #2f96b4!important;
  *background-color: #2a85a0!important;
}

.bottone-info:active,
.bottone-info.active,
.bottone-oda-processed:active,
.bottone-oda-processed.active {
  background-color: #24748c \9!important;
}

.bottone-inverse {
  color: #ffffff!important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)!important;
  background-color: #363636!important;
  *background-color: #222222!important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222))!important;
  background-image: -webkit-linear-gradient(top, #444444, #222222)!important;
  background-image: -o-linear-gradient(top, #444444, #222222)!important;
  background-image: linear-gradient(to bottom, #444444, #222222)!important;
  background-image: -moz-linear-gradient(top, #444444, #222222)!important;
  background-repeat: repeat-x!important;
  border-color: #222222 #222222 #000000!important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)!important;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0)!important;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false)!important;
}

.bottone-inverse:hover,
.bottone-inverse:active,
.bottone-inverse.active,
.bottone-inverse.disabled,
.bottone-inverse[disabled] {
  color: #ffffff!important;
  background-color: #222222!important;
  *background-color: #151515!important;
}

.bottone-inverse:active,
.bottone-inverse.active {
  background-color: #080808 \9!important;
}

button.bottone,
input[type="submit"].bottone {
  *padding-top: 3px!important;
  *padding-bottom: 3px!important;
}

button.bottone::-moz-focus-inner,
input[type="submit"].bottone::-moz-focus-inner {
  padding: 0!important;
  border: 0!important;
}

button.bottone.bottone-large,
input[type="submit"].bottone.bottone-large {
  *padding-top: 7px!important;
  *padding-bottom: 7px!important;
}

button.bottone.bottone-small,
input[type="submit"].bottone.bottone-small {
  *padding-top: 3px!important;
  *padding-bottom: 3px!important;
}

button.bottone.bottone-mini,
input[type="submit"].bottone.bottone-mini {
  *padding-top: 1px!important;
  *padding-bottom: 1px!important;
}

.bottone-link,
.bottone-link:active,
.bottone-link[disabled] {
  background-color: transparent!important;
  background-image: none!important;
  -webkit-box-shadow: none!important;
     -moz-box-shadow: none!important;
          box-shadow: none!important;
}

.bottone-link {
  color: #0088cc!important;
  cursor: pointer!important;
  border-color: transparent!important;
  -webkit-border-radius: 0!important;
     -moz-border-radius: 0!important;
          border-radius: 0!important;
}

.bottone-link:hover {
  color: #005580!important;
  text-decoration: underline!important;
  background-color: transparent!important;
}

.bottone-link[disabled]:hover {
  color: #333333!important;
  text-decoration: none!important;
}

.bottone-group {
  position: relative!important;
  *margin-left: .3em!important;
  font-size: 0!important;
  white-space: nowrap!important;
  vertical-align: middle!important;
}

.bottone-group:first-child {
  *margin-left: 0!important;
}

.bottone-group + .bottone-group {
  margin-left: 5px!important;
}

.bottone-toolbar {
  margin-top: 10px!important;
  margin-bottom: 10px!important;
  font-size: 0!important;
}

.bottone-toolbar .bottone-group {
  display: inline-block!important;
  *display: inline!important;
  /* IE7 inline-block hack */

  *zoom: 1!important;
}

.bottone-toolbar .bottone + .bottone,
.bottone-toolbar .bottone-group + .bottone,
.bottone-toolbar .bottone + .bottone-group {
  margin-left: 5px!important;
}

.bottone-group > .bottone {
  position: relative!important;
  -webkit-border-radius: 0!important;
     -moz-border-radius: 0!important;
          border-radius: 0!important;
}

.bottone-group > .bottone + .bottone {
  margin-left: -1px!important;
}

.bottone-group > .bottone,
.bottone-group > .dropdown-menu {
  font-size: 14px!important;
}

.bottone-group > .bottone-mini {
  font-size: 11px!important;
}

.bottone-group > .bottone-small {
  font-size: 12px!important;
}

.bottone-group > .bottone-large {
  font-size: 16px!important;
}

.bottone-group > .bottone:first-child {
  margin-left: 0!important;
  -webkit-border-bottom-left-radius: 4px!important;
          border-bottom-left-radius: 4px!important;
  -webkit-border-top-left-radius: 4px!important;
          border-top-left-radius: 4px!important;
  -moz-border-radius-bottomleft: 4px!important;
  -moz-border-radius-topleft: 4px!important;
}

.bottone-group > .bottone:last-child,
.bottone-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px!important;
          border-top-right-radius: 4px!important;
  -webkit-border-bottom-right-radius: 4px!important;
          border-bottom-right-radius: 4px!important;
  -moz-border-radius-topright: 4px!important;
  -moz-border-radius-bottomright: 4px!important;
}

.bottone-group > .bottone.large:first-child {
  margin-left: 0!important;
  -webkit-border-bottom-left-radius: 6px!important;
          border-bottom-left-radius: 6px!important;
  -webkit-border-top-left-radius: 6px!important;
          border-top-left-radius: 6px!important;
  -moz-border-radius-bottomleft: 6px!important;
  -moz-border-radius-topleft: 6px!important;
}

.bottone-group > .bottone.large:last-child,
.bottone-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px!important;
          border-top-right-radius: 6px!important;
  -webkit-border-bottom-right-radius: 6px!important;
          border-bottom-right-radius: 6px!important;
  -moz-border-radius-topright: 6px!important;
  -moz-border-radius-bottomright: 6px!important;
}
.ui-state-
.bottone-group > .bottone:hover,
.bottone-group > .bottone:focus,
.bottone-group > .bottone:active,
.bottone-group > .bottone.active {
  z-index: 2!important;
}

.bottone-group .dropdown-toggle:active,
.bottone-group.open .dropdown-toggle {
  outline: 0!important;
}

.bottone-group > .bottone + .dropdown-toggle {
  *padding-top: 5px!important;
  padding-right: 8px!important;
  *padding-bottom: 5px!important;
  padding-left: 8px!important;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)!important;
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)!important;
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)!important;
}

.bottone-group > .bottone-mini + .dropdown-toggle {
  *padding-top: 2px!important;
  padding-right: 5px!important;
  *padding-bottom: 2px!important;
  padding-left: 5px!important;
}

.bottone-group > .bottone-small + .dropdown-toggle {
  *padding-top: 5px!important;
  *padding-bottom: 4px!important;
}

.bottone-group > .bottone-large + .dropdown-toggle {
  *padding-top: 7px!important;
  padding-right: 12px!important;
  *padding-bottom: 7px!important;
  padding-left: 12px!important;
}

.bottone-group.open .dropdown-toggle {
  background-image: none!important;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)!important;
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)!important;
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)!important;
}

.bottone-group.open .bottone.dropdown-toggle {
  background-color: #e6e6e6!important;
}

.bottone-group.open .bottone-primary.dropdown-toggle {
  background-color: #0044cc!important;
}

.bottone-group.open .bottone-warning.dropdown-toggle {
  background-color: #f89406!important;
}

.bottone-group.open .bottone-danger.dropdown-toggle {
  background-color: #bd362f!important;
}

.bottone-group.open .bottone-success.dropdown-toggle {
  background-color: #51a351!important;
}

.bottone-group.open .bottone-info.dropdown-toggle {
  background-color: #2f96b4!important;
}

.bottone-group.open .bottone-inverse.dropdown-toggle {
  background-color: #222222!important;
}

.bottone .caret {
  margin-top: 8px!important;
  margin-left: 0!important;
}

.bottone-mini .caret,
.bottone-small .caret,
.bottone-large .caret {
  margin-top: 6px!important;
}

.bottone-large .caret {
  border-top-width: 5px!important;
  border-right-width: 5px!important;
  border-left-width: 5px!important;
}

.dropup .bottone-large .caret {
  border-top: 0!important;
  border-bottom: 5px solid #000000!important;
}

.bottone-primary .caret,
.bottone-warning .caret,
.bottone-danger .caret,
.bottone-info .caret,
.bottone-success .caret,
.bottone-inverse .caret {
  border-top-color: #ffffff!important;
  border-bottom-color: #ffffff!important;
}

.bottone-group-vertical {
  display: inline-block!important;
  *display: inline!important;
  /* IE7 inline-block hack */

  *zoom: 1!important;
}

.bottone-group-vertical .bottone {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.bottone-group-vertical .bottone + .bottone {
  margin-top: -1px;
  margin-left: 0;
}

.bottone-group-vertical .bottone:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.bottone-group-vertical .bottone:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.bottone-group-vertical .bottone-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.bottone-group-vertical .bottone-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}