.line-group {
  padding-top: 0;
  margin-bottom: 0;
}

.btn-delegate,
.btn-delegate:focus {
  background-color: #428bca !important;
  border-color: #428bca;
}
.btn-delegate:hover,
.open .btn-delegate.dropdown-toggle {
  background-color: #1b6aaa !important;
  border-color: #428bca;
}
.btn-delegate.no-border:hover {
  border-color: #1b6aaa;
}
.btn-delegate.no-hover:hover {
  background-color: #428bca !important;
}
.btn-delegate.active {
  background-color: #2f7bba !important;
  border-color: #27689d;
}
.btn-delegate.no-border.active {
  background-color: #2b72ae !important;
  border-color: #2b72ae;
}
.btn-delegate.disabled,
.btn-delegate[disabled],
fieldset[disabled] .btn-delegate,
.btn-delegate.disabled:hover,
.btn-delegate[disabled]:hover,
fieldset[disabled] .btn-delegate:hover,
.btn-delegate.disabled:focus,
.btn-delegate[disabled]:focus,
fieldset[disabled] .btn-delegate:focus,
.btn-delegate.disabled:active,
.btn-delegate[disabled]:active,
fieldset[disabled] .btn-delegate:active,
.btn-delegate.disabled.active,
.btn-delegate[disabled].active,
fieldset[disabled] .btn-delegate.active {
  background-color: #428bca !important;
  border-color: #428bca;
}

.btn-exhibitor,
.btn-exhibitor:focus {
  background-color: #87b87f !important;
  border-color: #87b87f;
}
.btn-exhibitor:hover,
.open .btn-exhibitor.dropdown-toggle {
  background-color: #629b58 !important;
  border-color: #87b87f;
}
.btn-exhibitor.no-border:hover {
  border-color: #629b58;
}
.btn-exhibitor.no-hover:hover {
  background-color: #87b87f !important;
}
.btn-exhibitor.active {
  background-color: #75aa6c !important;
  border-color: #629959;
}
.btn-exhibitor.no-border.active {
  background-color: #6ba462 !important;
  border-color: #6ba462;
}
.btn-exhibitor.disabled,
.btn-exhibitor[disabled],
fieldset[disabled] .btn-exhibitor,
.btn-exhibitor.disabled:hover,
.btn-exhibitor[disabled]:hover,
fieldset[disabled] .btn-exhibitor:hover,
.btn-exhibitor.disabled:focus,
.btn-exhibitor[disabled]:focus,
fieldset[disabled] .btn-exhibitor:focus,
.btn-exhibitor.disabled:active,
.btn-exhibitor[disabled]:active,
fieldset[disabled] .btn-exhibitor:active,
.btn-exhibitor.disabled.active,
.btn-exhibitor[disabled].active,
fieldset[disabled] .btn-exhibitor.active {
  background-color: #87b87f !important;
  border-color: #87b87f;
}


.btn-speaker,
.btn-speaker:focus {
  background-color: #d15b47 !important;
  border-color: #d15b47;
}
.btn-speaker:hover,
.open .btn-speaker.dropdown-toggle {
  background-color: #b74635 !important;
  border-color: #d15b47;
}
.btn-speaker.no-border:hover {
  border-color: #b74635;
}
.btn-speaker.no-hover:hover {
  background-color: #d15b47 !important;
}
.btn-speaker.active {
  background-color: #c4513e !important;
  border-color: #aa4434;
}
.btn-speaker.no-border.active {
  background-color: #ba4b39 !important;
  border-color: #ba4b39;
}
.btn-speaker.disabled,
.btn-speaker[disabled],
fieldset[disabled] .btn-speaker,
.btn-speaker.disabled:hover,
.btn-speaker[disabled]:hover,
fieldset[disabled] .btn-speaker:hover,
.btn-speaker.disabled:focus,
.btn-speaker[disabled]:focus,
fieldset[disabled] .btn-speaker:focus,
.btn-speaker.disabled:active,
.btn-speaker[disabled]:active,
fieldset[disabled] .btn-speaker:active,
.btn-speaker.disabled.active,
.btn-speaker[disabled].active,
fieldset[disabled] .btn-speaker.active {
  background-color: #d15b47 !important;
  border-color: #d15b47;
}


/*.widget-toolbar {
  display: inline-block;
  padding: 0 10px;
  line-height: 37px;
  float: left;
  position: relative;
  /* widget toolbar basic buttons */

  /* toolbar buttons 

}  */
 /*
.widget-toolbar:before {
  /* border on left ot it! 

  display: inline-block;
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 4px;
  border:none;
  border: 1px solid #D9D9D9;
  border-width: 0 1px 0 0;
}*/

.alert {
  padding: 2px;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 4px;
}
.dropcap {
    background: #fcfcfc;
    color: #666;
    display: inline-block;
    float: left;
    font-size: 23px;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    margin: 0 7px 0 0;
    text-align: center;
    width: 36px;
    border: 1px solid #f6f6f6;
}
.dropcap.red {
    background: #dd5a43!important;
    color: #fff!important;
}
.dropcap.green {
    background: #69aa46!important;
    color: #fff!important;
}
.dropcap.blue {
    background: #000066!important;
    color: #fff!important;
}
