@charset "UTF-8";
/* CSS Document */

.sil-widget,
.sil-styled {
/*
   * Bootstrap v2.2.1
   *
   * Copyright 2012 Twitter, Inc
   * Licensed under the Apache License v2.0
   * http://www.apache.org/licenses/LICENSE-2.0
   *
   * Designed and built with all the love in the world @twitter by @mdo and @fat.
   */
  font-family: serif;
}
.sil-widget .clearfix,
.sil-styled .clearfix {
  *zoom: 1;
}
.sil-widget .clearfix:before,
.sil-styled .clearfix:before,
.sil-widget .clearfix:after,
.sil-styled .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.sil-widget .clearfix:after,
.sil-styled .clearfix:after {
  clear: both;
}
.sil-widget .hide-text,
.sil-styled .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.sil-widget .input-block-level,
.sil-styled .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sil-widget .btn,
.sil-styled .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
.sil-widget .btn:hover,
.sil-styled .btn:hover,
.sil-widget .btn:active,
.sil-styled .btn:active,
.sil-widget .btn.active,
.sil-styled .btn.active,
.sil-widget .btn.disabled,
.sil-styled .btn.disabled,
.sil-widget .btn[disabled],
.sil-styled .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.sil-widget .btn:active,
.sil-styled .btn:active,
.sil-widget .btn.active,
.sil-styled .btn.active {
  background-color: #ccc 9;
}
.sil-widget .btn:first-child,
.sil-styled .btn:first-child {
  *margin-left: 0;
}
.sil-widget .btn:hover,
.sil-styled .btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.sil-widget .btn:focus,
.sil-styled .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sil-widget .btn.active,
.sil-styled .btn.active,
.sil-widget .btn:active,
.sil-styled .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
}
.sil-widget .btn.disabled,
.sil-styled .btn.disabled,
.sil-widget .btn[disabled],
.sil-styled .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sil-widget .btn-large,
.sil-styled .btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.sil-widget .btn-large [class^="icon-"],
.sil-styled .btn-large [class^="icon-"],
.sil-widget .btn-large [class*=" icon-"],
.sil-styled .btn-large [class*=" icon-"] {
  margin-top: 2px;
}
.sil-widget .btn-small,
.sil-styled .btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sil-widget .btn-small [class^="icon-"],
.sil-styled .btn-small [class^="icon-"],
.sil-widget .btn-small [class*=" icon-"],
.sil-styled .btn-small [class*=" icon-"] {
  margin-top: 0;
}
.sil-widget .btn-mini,
.sil-styled .btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sil-widget .btn-block,
.sil-styled .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sil-widget .btn-block+.btn-block,
.sil-styled .btn-block+.btn-block {
  margin-top: 5px;
}
.sil-widget input[type="submit"].btn-block,
.sil-styled input[type="submit"].btn-block,
.sil-widget input[type="reset"].btn-block,
.sil-styled input[type="reset"].btn-block,
.sil-widget input[type="button"].btn-block,
.sil-styled input[type="button"].btn-block {
  width: 100%;
}
.sil-widget .btn-primary.active,
.sil-styled .btn-primary.active,
.sil-widget .btn-warning.active,
.sil-styled .btn-warning.active,
.sil-widget .btn-danger.active,
.sil-styled .btn-danger.active,
.sil-widget .btn-success.active,
.sil-styled .btn-success.active,
.sil-widget .btn-info.active,
.sil-styled .btn-info.active,
.sil-widget .btn-inverse.active,
.sil-styled .btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.sil-widget .btn,
.sil-styled .btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.sil-widget .btn-primary,
.sil-styled .btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #04c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.sil-widget .btn-primary:hover,
.sil-styled .btn-primary:hover,
.sil-widget .btn-primary:active,
.sil-styled .btn-primary:active,
.sil-widget .btn-primary.active,
.sil-styled .btn-primary.active,
.sil-widget .btn-primary.disabled,
.sil-styled .btn-primary.disabled,
.sil-widget .btn-primary[disabled],
.sil-styled .btn-primary[disabled] {
  color: #fff;
  background-color: #04c;
  *background-color: #003bb3;
}
.sil-widget .btn-primary:active,
.sil-styled .btn-primary:active,
.sil-widget .btn-primary.active,
.sil-styled .btn-primary.active {
  background-color: #039 9;
}
.sil-widget .btn-warning,
.sil-styled .btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.sil-widget .btn-warning:hover,
.sil-styled .btn-warning:hover,
.sil-widget .btn-warning:active,
.sil-styled .btn-warning:active,
.sil-widget .btn-warning.active,
.sil-styled .btn-warning.active,
.sil-widget .btn-warning.disabled,
.sil-styled .btn-warning.disabled,
.sil-widget .btn-warning[disabled],
.sil-styled .btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.sil-widget .btn-warning:active,
.sil-styled .btn-warning:active,
.sil-widget .btn-warning.active,
.sil-styled .btn-warning.active {
  background-color: #c67605 9;
}
.sil-widget .btn-danger,
.sil-styled .btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.sil-widget .btn-danger:hover,
.sil-styled .btn-danger:hover,
.sil-widget .btn-danger:active,
.sil-styled .btn-danger:active,
.sil-widget .btn-danger.active,
.sil-styled .btn-danger.active,
.sil-widget .btn-danger.disabled,
.sil-styled .btn-danger.disabled,
.sil-widget .btn-danger[disabled],
.sil-styled .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.sil-widget .btn-danger:active,
.sil-styled .btn-danger:active,
.sil-widget .btn-danger.active,
.sil-styled .btn-danger.active {
  background-color: #942a25 9;
}
.sil-widget .btn-success,
.sil-styled .btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.sil-widget .btn-success:hover,
.sil-styled .btn-success:hover,
.sil-widget .btn-success:active,
.sil-styled .btn-success:active,
.sil-widget .btn-success.active,
.sil-styled .btn-success.active,
.sil-widget .btn-success.disabled,
.sil-styled .btn-success.disabled,
.sil-widget .btn-success[disabled],
.sil-styled .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.sil-widget .btn-success:active,
.sil-styled .btn-success:active,
.sil-widget .btn-success.active,
.sil-styled .btn-success.active {
  background-color: #408140 9;
}
.sil-widget .btn-info,
.sil-styled .btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.sil-widget .btn-info:hover,
.sil-styled .btn-info:hover,
.sil-widget .btn-info:active,
.sil-styled .btn-info:active,
.sil-widget .btn-info.active,
.sil-styled .btn-info.active,
.sil-widget .btn-info.disabled,
.sil-styled .btn-info.disabled,
.sil-widget .btn-info[disabled],
.sil-styled .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.sil-widget .btn-info:active,
.sil-styled .btn-info:active,
.sil-widget .btn-info.active,
.sil-styled .btn-info.active {
  background-color: #24748c 9;
}
.sil-widget .btn-inverse,
.sil-styled .btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.sil-widget .btn-inverse:hover,
.sil-styled .btn-inverse:hover,
.sil-widget .btn-inverse:active,
.sil-styled .btn-inverse:active,
.sil-widget .btn-inverse.active,
.sil-styled .btn-inverse.active,
.sil-widget .btn-inverse.disabled,
.sil-styled .btn-inverse.disabled,
.sil-widget .btn-inverse[disabled],
.sil-styled .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.sil-widget .btn-inverse:active,
.sil-styled .btn-inverse:active,
.sil-widget .btn-inverse.active,
.sil-styled .btn-inverse.active {
  background-color: #080808 9;
}
.sil-widget button.btn,
.sil-styled button.btn,
.sil-widget input[type="submit"].btn,
.sil-styled input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.sil-widget button.btn::-moz-focus-inner,
.sil-styled button.btn::-moz-focus-inner,
.sil-widget input[type="submit"].btn::-moz-focus-inner,
.sil-styled input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.sil-widget button.btn.btn-large,
.sil-styled button.btn.btn-large,
.sil-widget input[type="submit"].btn.btn-large,
.sil-styled input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.sil-widget button.btn.btn-small,
.sil-styled button.btn.btn-small,
.sil-widget input[type="submit"].btn.btn-small,
.sil-styled input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.sil-widget button.btn.btn-mini,
.sil-styled button.btn.btn-mini,
.sil-widget input[type="submit"].btn.btn-mini,
.sil-styled input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.sil-widget .btn-link,
.sil-styled .btn-link,
.sil-widget .btn-link:active,
.sil-styled .btn-link:active,
.sil-widget .btn-link[disabled],
.sil-styled .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sil-widget .btn-link,
.sil-styled .btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sil-widget .btn-link:hover,
.sil-styled .btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.sil-widget .btn-link[disabled]:hover,
.sil-styled .btn-link[disabled]:hover {
  color: #333;
  text-decoration: none;
}
.sil-widget table,
.sil-styled table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.sil-widget .table,
.sil-styled .table {
  width: 100%;
  margin-bottom: 20px;
}
.sil-widget .table th,
.sil-styled .table th,
.sil-widget .table td,
.sil-styled .table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.sil-widget .table th,
.sil-styled .table th {
  font-weight: bold;
}
.sil-widget .table thead th,
.sil-styled .table thead th {
  vertical-align: bottom;
}
.sil-widget .table caption+thead tr:first-child th,
.sil-styled .table caption+thead tr:first-child th,
.sil-widget .table caption+thead tr:first-child td,
.sil-styled .table caption+thead tr:first-child td,
.sil-widget .table colgroup+thead tr:first-child th,
.sil-styled .table colgroup+thead tr:first-child th,
.sil-widget .table colgroup+thead tr:first-child td,
.sil-styled .table colgroup+thead tr:first-child td,
.sil-widget .table thead:first-child tr:first-child th,
.sil-styled .table thead:first-child tr:first-child th,
.sil-widget .table thead:first-child tr:first-child td,
.sil-styled .table thead:first-child tr:first-child td {
  border-top: 0;
}
.sil-widget .table tbody+tbody,
.sil-styled .table tbody+tbody {
  border-top: 2px solid #ddd;
}
.sil-widget .table-condensed th,
.sil-styled .table-condensed th,
.sil-widget .table-condensed td,
.sil-styled .table-condensed td {
  padding: 4px 5px;
}
.sil-widget .table-bordered,
.sil-styled .table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sil-widget .table-bordered th,
.sil-styled .table-bordered th,
.sil-widget .table-bordered td,
.sil-styled .table-bordered td {
  border-left: 1px solid #ddd;
}
.sil-widget .table-bordered caption+thead tr:first-child th,
.sil-styled .table-bordered caption+thead tr:first-child th,
.sil-widget .table-bordered caption+tbody tr:first-child th,
.sil-styled .table-bordered caption+tbody tr:first-child th,
.sil-widget .table-bordered caption+tbody tr:first-child td,
.sil-styled .table-bordered caption+tbody tr:first-child td,
.sil-widget .table-bordered colgroup+thead tr:first-child th,
.sil-styled .table-bordered colgroup+thead tr:first-child th,
.sil-widget .table-bordered colgroup+tbody tr:first-child th,
.sil-styled .table-bordered colgroup+tbody tr:first-child th,
.sil-widget .table-bordered colgroup+tbody tr:first-child td,
.sil-styled .table-bordered colgroup+tbody tr:first-child td,
.sil-widget .table-bordered thead:first-child tr:first-child th,
.sil-styled .table-bordered thead:first-child tr:first-child th,
.sil-widget .table-bordered tbody:first-child tr:first-child th,
.sil-styled .table-bordered tbody:first-child tr:first-child th,
.sil-widget .table-bordered tbody:first-child tr:first-child td,
.sil-styled .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.sil-widget .table-bordered thead:first-child tr:first-child th:first-child,
.sil-styled .table-bordered thead:first-child tr:first-child th:first-child,
.sil-widget .table-bordered tbody:first-child tr:first-child td:first-child,
.sil-styled .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.sil-widget .table-bordered thead:first-child tr:first-child th:last-child,
.sil-styled .table-bordered thead:first-child tr:first-child th:last-child,
.sil-widget .table-bordered tbody:first-child tr:first-child td:last-child,
.sil-styled .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.sil-widget .table-bordered thead:last-child tr:last-child th:first-child,
.sil-styled .table-bordered thead:last-child tr:last-child th:first-child,
.sil-widget .table-bordered tbody:last-child tr:last-child td:first-child,
.sil-styled .table-bordered tbody:last-child tr:last-child td:first-child,
.sil-widget .table-bordered tfoot:last-child tr:last-child td:first-child,
.sil-styled .table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.sil-widget .table-bordered thead:last-child tr:last-child th:last-child,
.sil-styled .table-bordered thead:last-child tr:last-child th:last-child,
.sil-widget .table-bordered tbody:last-child tr:last-child td:last-child,
.sil-styled .table-bordered tbody:last-child tr:last-child td:last-child,
.sil-widget .table-bordered tfoot:last-child tr:last-child td:last-child,
.sil-styled .table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.sil-widget .table-bordered caption+thead tr:first-child th:first-child,
.sil-styled .table-bordered caption+thead tr:first-child th:first-child,
.sil-widget .table-bordered caption+tbody tr:first-child td:first-child,
.sil-styled .table-bordered caption+tbody tr:first-child td:first-child,
.sil-widget .table-bordered colgroup+thead tr:first-child th:first-child,
.sil-styled .table-bordered colgroup+thead tr:first-child th:first-child,
.sil-widget .table-bordered colgroup+tbody tr:first-child td:first-child,
.sil-styled .table-bordered colgroup+tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.sil-widget .table-bordered caption+thead tr:first-child th:last-child,
.sil-styled .table-bordered caption+thead tr:first-child th:last-child,
.sil-widget .table-bordered caption+tbody tr:first-child td:last-child,
.sil-styled .table-bordered caption+tbody tr:first-child td:last-child,
.sil-widget .table-bordered colgroup+thead tr:first-child th:last-child,
.sil-styled .table-bordered colgroup+thead tr:first-child th:last-child,
.sil-widget .table-bordered colgroup+tbody tr:first-child td:last-child,
.sil-styled .table-bordered colgroup+tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.sil-widget .table-striped tbody tr:nth-child(odd) td,
.sil-styled .table-striped tbody tr:nth-child(odd) td,
.sil-widget .table-striped tbody tr:nth-child(odd) th,
.sil-styled .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.sil-widget .table-hover tbody tr:hover td,
.sil-styled .table-hover tbody tr:hover td,
.sil-widget .table-hover tbody tr:hover th,
.sil-styled .table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
.sil-widget table td[class*="span"],
.sil-styled table td[class*="span"],
.sil-widget table th[class*="span"],
.sil-styled table th[class*="span"],
.sil-widget .row-fluid table td[class*="span"],
.sil-styled .row-fluid table td[class*="span"],
.sil-widget .row-fluid table th[class*="span"],
.sil-styled .row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.sil-widget .table td.span1,
.sil-styled .table td.span1,
.sil-widget .table th.span1,
.sil-styled .table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.sil-widget .table td.span2,
.sil-styled .table td.span2,
.sil-widget .table th.span2,
.sil-styled .table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.sil-widget .table td.span3,
.sil-styled .table td.span3,
.sil-widget .table th.span3,
.sil-styled .table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.sil-widget .table td.span4,
.sil-styled .table td.span4,
.sil-widget .table th.span4,
.sil-styled .table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.sil-widget .table td.span5,
.sil-styled .table td.span5,
.sil-widget .table th.span5,
.sil-styled .table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.sil-widget .table td.span6,
.sil-styled .table td.span6,
.sil-widget .table th.span6,
.sil-styled .table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.sil-widget .table td.span7,
.sil-styled .table td.span7,
.sil-widget .table th.span7,
.sil-styled .table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.sil-widget .table td.span8,
.sil-styled .table td.span8,
.sil-widget .table th.span8,
.sil-styled .table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.sil-widget .table td.span9,
.sil-styled .table td.span9,
.sil-widget .table th.span9,
.sil-styled .table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.sil-widget .table td.span10,
.sil-styled .table td.span10,
.sil-widget .table th.span10,
.sil-styled .table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.sil-widget .table td.span11,
.sil-styled .table td.span11,
.sil-widget .table th.span11,
.sil-styled .table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.sil-widget .table td.span12,
.sil-styled .table td.span12,
.sil-widget .table th.span12,
.sil-styled .table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.sil-widget .table tbody tr.success td,
.sil-styled .table tbody tr.success td {
  background-color: #dff0d8;
}
.sil-widget .table tbody tr.error td,
.sil-styled .table tbody tr.error td {
  background-color: #f2dede;
}
.sil-widget .table tbody tr.warning td,
.sil-styled .table tbody tr.warning td {
  background-color: #fcf8e3;
}
.sil-widget .table tbody tr.info td,
.sil-styled .table tbody tr.info td {
  background-color: #d9edf7;
}
.sil-widget .table-hover tbody tr.success:hover td,
.sil-styled .table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.sil-widget .table-hover tbody tr.error:hover td,
.sil-styled .table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.sil-widget .table-hover tbody tr.warning:hover td,
.sil-styled .table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.sil-widget .table-hover tbody tr.info:hover td,
.sil-styled .table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
.sil-widget form,
.sil-styled form {
  margin: 0 0 20px;
}
.sil-widget fieldset,
.sil-styled fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.sil-widget legend,
.sil-styled legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.sil-widget legend small,
.sil-styled legend small {
  font-size: 15px;
  color: #999;
}
.sil-widget label,
.sil-styled label,
.sil-widget input,
.sil-styled input,
.sil-widget button,
.sil-styled button,
.sil-widget select,
.sil-styled select,
.sil-widget textarea,
.sil-styled textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.sil-widget input,
.sil-styled input,
.sil-widget button,
.sil-styled button,
.sil-widget select,
.sil-styled select,
.sil-widget textarea,
.sil-styled textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sil-widget label,
.sil-styled label {
  display: block;
  margin-bottom: 5px;
}
.sil-widget select,
.sil-styled select,
.sil-widget textarea,
.sil-styled textarea,
.sil-widget input[type="text"],
.sil-styled input[type="text"],
.sil-widget input[type="password"],
.sil-styled input[type="password"],
.sil-widget input[type="datetime"],
.sil-styled input[type="datetime"],
.sil-widget input[type="datetime-local"],
.sil-styled input[type="datetime-local"],
.sil-widget input[type="date"],
.sil-styled input[type="date"],
.sil-widget input[type="month"],
.sil-styled input[type="month"],
.sil-widget input[type="time"],
.sil-styled input[type="time"],
.sil-widget input[type="week"],
.sil-styled input[type="week"],
.sil-widget input[type="number"],
.sil-styled input[type="number"],
.sil-widget input[type="email"],
.sil-styled input[type="email"],
.sil-widget input[type="url"],
.sil-styled input[type="url"],
.sil-widget input[type="search"],
.sil-styled input[type="search"],
.sil-widget input[type="tel"],
.sil-styled input[type="tel"],
.sil-widget input[type="color"],
.sil-styled input[type="color"],
.sil-widget .uneditable-input,
.sil-styled .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.sil-widget input,
.sil-styled input,
.sil-widget textarea,
.sil-styled textarea,
.sil-widget .uneditable-input,
.sil-styled .uneditable-input {
  width: 206px;
}
.sil-widget textarea,
.sil-styled textarea {
  height: auto;
}
.sil-widget textarea,
.sil-styled textarea,
.sil-widget input[type="text"],
.sil-styled input[type="text"],
.sil-widget input[type="password"],
.sil-styled input[type="password"],
.sil-widget input[type="datetime"],
.sil-styled input[type="datetime"],
.sil-widget input[type="datetime-local"],
.sil-styled input[type="datetime-local"],
.sil-widget input[type="date"],
.sil-styled input[type="date"],
.sil-widget input[type="month"],
.sil-styled input[type="month"],
.sil-widget input[type="time"],
.sil-styled input[type="time"],
.sil-widget input[type="week"],
.sil-styled input[type="week"],
.sil-widget input[type="number"],
.sil-styled input[type="number"],
.sil-widget input[type="email"],
.sil-styled input[type="email"],
.sil-widget input[type="url"],
.sil-styled input[type="url"],
.sil-widget input[type="search"],
.sil-styled input[type="search"],
.sil-widget input[type="tel"],
.sil-styled input[type="tel"],
.sil-widget input[type="color"],
.sil-styled input[type="color"],
.sil-widget .uneditable-input,
.sil-styled .uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.sil-widget textarea:focus,
.sil-styled textarea:focus,
.sil-widget input[type="text"]:focus,
.sil-styled input[type="text"]:focus,
.sil-widget input[type="password"]:focus,
.sil-styled input[type="password"]:focus,
.sil-widget input[type="datetime"]:focus,
.sil-styled input[type="datetime"]:focus,
.sil-widget input[type="datetime-local"]:focus,
.sil-styled input[type="datetime-local"]:focus,
.sil-widget input[type="date"]:focus,
.sil-styled input[type="date"]:focus,
.sil-widget input[type="month"]:focus,
.sil-styled input[type="month"]:focus,
.sil-widget input[type="time"]:focus,
.sil-styled input[type="time"]:focus,
.sil-widget input[type="week"]:focus,
.sil-styled input[type="week"]:focus,
.sil-widget input[type="number"]:focus,
.sil-styled input[type="number"]:focus,
.sil-widget input[type="email"]:focus,
.sil-styled input[type="email"]:focus,
.sil-widget input[type="url"]:focus,
.sil-styled input[type="url"]:focus,
.sil-widget input[type="search"]:focus,
.sil-styled input[type="search"]:focus,
.sil-widget input[type="tel"]:focus,
.sil-styled input[type="tel"]:focus,
.sil-widget input[type="color"]:focus,
.sil-styled input[type="color"]:focus,
.sil-widget .uneditable-input:focus,
.sil-styled .uneditable-input:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted 9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
.sil-widget input[type="radio"],
.sil-styled input[type="radio"],
.sil-widget input[type="checkbox"],
.sil-styled input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px 9;
  line-height: normal;
  cursor: pointer;
}
.sil-widget input[type="file"],
.sil-styled input[type="file"],
.sil-widget input[type="image"],
.sil-styled input[type="image"],
.sil-widget input[type="submit"],
.sil-styled input[type="submit"],
.sil-widget input[type="reset"],
.sil-styled input[type="reset"],
.sil-widget input[type="button"],
.sil-styled input[type="button"],
.sil-widget input[type="radio"],
.sil-styled input[type="radio"],
.sil-widget input[type="checkbox"],
.sil-styled input[type="checkbox"] {
  width: auto;
}
.sil-widget select,
.sil-styled select,
.sil-widget input[type="file"],
.sil-styled input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}
.sil-widget select,
.sil-styled select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.sil-widget select[multiple],
.sil-styled select[multiple],
.sil-widget select[size],
.sil-styled select[size] {
  height: auto;
}
.sil-widget select:focus,
.sil-styled select:focus,
.sil-widget input[type="file"]:focus,
.sil-styled input[type="file"]:focus,
.sil-widget input[type="radio"]:focus,
.sil-styled input[type="radio"]:focus,
.sil-widget input[type="checkbox"]:focus,
.sil-styled input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sil-widget .uneditable-input,
.sil-styled .uneditable-input,
.sil-widget .uneditable-textarea,
.sil-styled .uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  cursor: not-allowed;
}
.sil-widget .uneditable-input,
.sil-styled .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.sil-widget .uneditable-textarea,
.sil-styled .uneditable-textarea {
  width: auto;
  height: auto;
}
.sil-widget input:-moz-placeholder,
.sil-styled input:-moz-placeholder,
.sil-widget textarea:-moz-placeholder,
.sil-styled textarea:-moz-placeholder {
  color: #999;
}
.sil-widget input:-ms-input-placeholder,
.sil-styled input:-ms-input-placeholder,
.sil-widget textarea:-ms-input-placeholder,
.sil-styled textarea:-ms-input-placeholder {
  color: #999;
}
.sil-widget input::-webkit-input-placeholder,
.sil-styled input::-webkit-input-placeholder,
.sil-widget textarea::-webkit-input-placeholder,
.sil-styled textarea::-webkit-input-placeholder {
  color: #999;
}
.sil-widget .radio,
.sil-styled .radio,
.sil-widget .checkbox,
.sil-styled .checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.sil-widget .radio input[type="radio"],
.sil-styled .radio input[type="radio"],
.sil-widget .checkbox input[type="checkbox"],
.sil-styled .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.sil-widget .controls>.radio:first-child,
.sil-styled .controls>.radio:first-child,
.sil-widget .controls>.checkbox:first-child,
.sil-styled .controls>.checkbox:first-child {
  padding-top: 5px;
}
.sil-widget .radio.inline,
.sil-styled .radio.inline,
.sil-widget .checkbox.inline,
.sil-styled .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.sil-widget .radio.inline+.radio.inline,
.sil-styled .radio.inline+.radio.inline,
.sil-widget .checkbox.inline+.checkbox.inline,
.sil-styled .checkbox.inline+.checkbox.inline {
  margin-left: 10px;
}
.sil-widget .input-mini,
.sil-styled .input-mini {
  width: 60px;
}
.sil-widget .input-small,
.sil-styled .input-small {
  width: 90px;
}
.sil-widget .input-medium,
.sil-styled .input-medium {
  width: 150px;
}
.sil-widget .input-large,
.sil-styled .input-large {
  width: 210px;
}
.sil-widget .input-xlarge,
.sil-styled .input-xlarge {
  width: 270px;
}
.sil-widget .input-xxlarge,
.sil-styled .input-xxlarge {
  width: 530px;
}
.sil-widget input[class*="span"],
.sil-styled input[class*="span"],
.sil-widget select[class*="span"],
.sil-styled select[class*="span"],
.sil-widget textarea[class*="span"],
.sil-styled textarea[class*="span"],
.sil-widget .uneditable-input[class*="span"],
.sil-styled .uneditable-input[class*="span"],
.sil-widget .row-fluid input[class*="span"],
.sil-styled .row-fluid input[class*="span"],
.sil-widget .row-fluid select[class*="span"],
.sil-styled .row-fluid select[class*="span"],
.sil-widget .row-fluid textarea[class*="span"],
.sil-styled .row-fluid textarea[class*="span"],
.sil-widget .row-fluid .uneditable-input[class*="span"],
.sil-styled .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.sil-widget .input-append input[class*="span"],
.sil-styled .input-append input[class*="span"],
.sil-widget .input-append .uneditable-input[class*="span"],
.sil-styled .input-append .uneditable-input[class*="span"],
.sil-widget .input-prepend input[class*="span"],
.sil-styled .input-prepend input[class*="span"],
.sil-widget .input-prepend .uneditable-input[class*="span"],
.sil-styled .input-prepend .uneditable-input[class*="span"],
.sil-widget .row-fluid input[class*="span"],
.sil-styled .row-fluid input[class*="span"],
.sil-widget .row-fluid select[class*="span"],
.sil-styled .row-fluid select[class*="span"],
.sil-widget .row-fluid textarea[class*="span"],
.sil-styled .row-fluid textarea[class*="span"],
.sil-widget .row-fluid .uneditable-input[class*="span"],
.sil-styled .row-fluid .uneditable-input[class*="span"],
.sil-widget .row-fluid .input-prepend [class*="span"],
.sil-styled .row-fluid .input-prepend [class*="span"],
.sil-widget .row-fluid .input-append [class*="span"],
.sil-styled .row-fluid .input-append [class*="span"] {
  display: inline-block;
}
.sil-widget input,
.sil-styled input,
.sil-widget textarea,
.sil-styled textarea,
.sil-widget .uneditable-input,
.sil-styled .uneditable-input {
  margin-left: 0;
}
.sil-widget .controls-row [class*="span"]+[class*="span"],
.sil-styled .controls-row [class*="span"]+[class*="span"] {
  margin-left: 20px;
}
.sil-widget input.span12,
.sil-styled input.span12,
.sil-widget textarea.span12,
.sil-styled textarea.span12,
.sil-widget .uneditable-input.span12,
.sil-styled .uneditable-input.span12 {
  width: 926px;
}
.sil-widget input.span11,
.sil-styled input.span11,
.sil-widget textarea.span11,
.sil-styled textarea.span11,
.sil-widget .uneditable-input.span11,
.sil-styled .uneditable-input.span11 {
  width: 846px;
}
.sil-widget input.span10,
.sil-styled input.span10,
.sil-widget textarea.span10,
.sil-styled textarea.span10,
.sil-widget .uneditable-input.span10,
.sil-styled .uneditable-input.span10 {
  width: 766px;
}
.sil-widget input.span9,
.sil-styled input.span9,
.sil-widget textarea.span9,
.sil-styled textarea.span9,
.sil-widget .uneditable-input.span9,
.sil-styled .uneditable-input.span9 {
  width: 686px;
}
.sil-widget input.span8,
.sil-styled input.span8,
.sil-widget textarea.span8,
.sil-styled textarea.span8,
.sil-widget .uneditable-input.span8,
.sil-styled .uneditable-input.span8 {
  width: 606px;
}
.sil-widget input.span7,
.sil-styled input.span7,
.sil-widget textarea.span7,
.sil-styled textarea.span7,
.sil-widget .uneditable-input.span7,
.sil-styled .uneditable-input.span7 {
  width: 526px;
}
.sil-widget input.span6,
.sil-styled input.span6,
.sil-widget textarea.span6,
.sil-styled textarea.span6,
.sil-widget .uneditable-input.span6,
.sil-styled .uneditable-input.span6 {
  width: 446px;
}
.sil-widget input.span5,
.sil-styled input.span5,
.sil-widget textarea.span5,
.sil-styled textarea.span5,
.sil-widget .uneditable-input.span5,
.sil-styled .uneditable-input.span5 {
  width: 366px;
}
.sil-widget input.span4,
.sil-styled input.span4,
.sil-widget textarea.span4,
.sil-styled textarea.span4,
.sil-widget .uneditable-input.span4,
.sil-styled .uneditable-input.span4 {
  width: 286px;
}
.sil-widget input.span3,
.sil-styled input.span3,
.sil-widget textarea.span3,
.sil-styled textarea.span3,
.sil-widget .uneditable-input.span3,
.sil-styled .uneditable-input.span3 {
  width: 206px;
}
.sil-widget input.span2,
.sil-styled input.span2,
.sil-widget textarea.span2,
.sil-styled textarea.span2,
.sil-widget .uneditable-input.span2,
.sil-styled .uneditable-input.span2 {
  width: 126px;
}
.sil-widget input.span1,
.sil-styled input.span1,
.sil-widget textarea.span1,
.sil-styled textarea.span1,
.sil-widget .uneditable-input.span1,
.sil-styled .uneditable-input.span1 {
  width: 46px;
}
.sil-widget .controls-row,
.sil-styled .controls-row {
  *zoom: 1;
}
.sil-widget .controls-row:before,
.sil-styled .controls-row:before,
.sil-widget .controls-row:after,
.sil-styled .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.sil-widget .controls-row:after,
.sil-styled .controls-row:after {
  clear: both;
}
.sil-widget .controls-row [class*="span"],
.sil-styled .controls-row [class*="span"],
.sil-widget .row-fluid .controls-row [class*="span"],
.sil-styled .row-fluid .controls-row [class*="span"] {
  float: left;
}
.sil-widget .controls-row .checkbox[class*="span"],
.sil-styled .controls-row .checkbox[class*="span"],
.sil-widget .controls-row .radio[class*="span"],
.sil-styled .controls-row .radio[class*="span"] {
  padding-top: 5px;
}
.sil-widget input[disabled],
.sil-styled input[disabled],
.sil-widget select[disabled],
.sil-styled select[disabled],
.sil-widget textarea[disabled],
.sil-styled textarea[disabled],
.sil-widget input[readonly],
.sil-styled input[readonly],
.sil-widget select[readonly],
.sil-styled select[readonly],
.sil-widget textarea[readonly],
.sil-styled textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
.sil-widget input[type="radio"][disabled],
.sil-styled input[type="radio"][disabled],
.sil-widget input[type="checkbox"][disabled],
.sil-styled input[type="checkbox"][disabled],
.sil-widget input[type="radio"][readonly],
.sil-styled input[type="radio"][readonly],
.sil-widget input[type="checkbox"][readonly],
.sil-styled input[type="checkbox"][readonly] {
  background-color: transparent;
}
.sil-widget .control-group.warning>label,
.sil-styled .control-group.warning>label,
.sil-widget .control-group.warning .help-block,
.sil-styled .control-group.warning .help-block,
.sil-widget .control-group.warning .help-inline,
.sil-styled .control-group.warning .help-inline {
  color: #c09853;
}
.sil-widget .control-group.warning .checkbox,
.sil-styled .control-group.warning .checkbox,
.sil-widget .control-group.warning .radio,
.sil-styled .control-group.warning .radio,
.sil-widget .control-group.warning input,
.sil-styled .control-group.warning input,
.sil-widget .control-group.warning select,
.sil-styled .control-group.warning select,
.sil-widget .control-group.warning textarea,
.sil-styled .control-group.warning textarea {
  color: #c09853;
}
.sil-widget .control-group.warning input,
.sil-styled .control-group.warning input,
.sil-widget .control-group.warning select,
.sil-styled .control-group.warning select,
.sil-widget .control-group.warning textarea,
.sil-styled .control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.sil-widget .control-group.warning input:focus,
.sil-styled .control-group.warning input:focus,
.sil-widget .control-group.warning select:focus,
.sil-styled .control-group.warning select:focus,
.sil-widget .control-group.warning textarea:focus,
.sil-styled .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.sil-widget .control-group.warning .input-prepend .add-on,
.sil-styled .control-group.warning .input-prepend .add-on,
.sil-widget .control-group.warning .input-append .add-on,
.sil-styled .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.sil-widget .control-group.error>label,
.sil-styled .control-group.error>label,
.sil-widget .control-group.error .help-block,
.sil-styled .control-group.error .help-block,
.sil-widget .control-group.error .help-inline,
.sil-styled .control-group.error .help-inline {
  color: #b94a48;
}
.sil-widget .control-group.error .checkbox,
.sil-styled .control-group.error .checkbox,
.sil-widget .control-group.error .radio,
.sil-styled .control-group.error .radio,
.sil-widget .control-group.error input,
.sil-styled .control-group.error input,
.sil-widget .control-group.error select,
.sil-styled .control-group.error select,
.sil-widget .control-group.error textarea,
.sil-styled .control-group.error textarea {
  color: #b94a48;
}
.sil-widget .control-group.error input,
.sil-styled .control-group.error input,
.sil-widget .control-group.error select,
.sil-styled .control-group.error select,
.sil-widget .control-group.error textarea,
.sil-styled .control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.sil-widget .control-group.error input:focus,
.sil-styled .control-group.error input:focus,
.sil-widget .control-group.error select:focus,
.sil-styled .control-group.error select:focus,
.sil-widget .control-group.error textarea:focus,
.sil-styled .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.sil-widget .control-group.error .input-prepend .add-on,
.sil-styled .control-group.error .input-prepend .add-on,
.sil-widget .control-group.error .input-append .add-on,
.sil-styled .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.sil-widget .control-group.success>label,
.sil-styled .control-group.success>label,
.sil-widget .control-group.success .help-block,
.sil-styled .control-group.success .help-block,
.sil-widget .control-group.success .help-inline,
.sil-styled .control-group.success .help-inline {
  color: #468847;
}
.sil-widget .control-group.success .checkbox,
.sil-styled .control-group.success .checkbox,
.sil-widget .control-group.success .radio,
.sil-styled .control-group.success .radio,
.sil-widget .control-group.success input,
.sil-styled .control-group.success input,
.sil-widget .control-group.success select,
.sil-styled .control-group.success select,
.sil-widget .control-group.success textarea,
.sil-styled .control-group.success textarea {
  color: #468847;
}
.sil-widget .control-group.success input,
.sil-styled .control-group.success input,
.sil-widget .control-group.success select,
.sil-styled .control-group.success select,
.sil-widget .control-group.success textarea,
.sil-styled .control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.sil-widget .control-group.success input:focus,
.sil-styled .control-group.success input:focus,
.sil-widget .control-group.success select:focus,
.sil-styled .control-group.success select:focus,
.sil-widget .control-group.success textarea:focus,
.sil-styled .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.sil-widget .control-group.success .input-prepend .add-on,
.sil-styled .control-group.success .input-prepend .add-on,
.sil-widget .control-group.success .input-append .add-on,
.sil-styled .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.sil-widget .control-group.info>label,
.sil-styled .control-group.info>label,
.sil-widget .control-group.info .help-block,
.sil-styled .control-group.info .help-block,
.sil-widget .control-group.info .help-inline,
.sil-styled .control-group.info .help-inline {
  color: #3a87ad;
}
.sil-widget .control-group.info .checkbox,
.sil-styled .control-group.info .checkbox,
.sil-widget .control-group.info .radio,
.sil-styled .control-group.info .radio,
.sil-widget .control-group.info input,
.sil-styled .control-group.info input,
.sil-widget .control-group.info select,
.sil-styled .control-group.info select,
.sil-widget .control-group.info textarea,
.sil-styled .control-group.info textarea {
  color: #3a87ad;
}
.sil-widget .control-group.info input,
.sil-styled .control-group.info input,
.sil-widget .control-group.info select,
.sil-styled .control-group.info select,
.sil-widget .control-group.info textarea,
.sil-styled .control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.sil-widget .control-group.info input:focus,
.sil-styled .control-group.info input:focus,
.sil-widget .control-group.info select:focus,
.sil-styled .control-group.info select:focus,
.sil-widget .control-group.info textarea:focus,
.sil-styled .control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
}
.sil-widget .control-group.info .input-prepend .add-on,
.sil-styled .control-group.info .input-prepend .add-on,
.sil-widget .control-group.info .input-append .add-on,
.sil-styled .control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
.sil-widget input:focus:required:invalid,
.sil-styled input:focus:required:invalid,
.sil-widget textarea:focus:required:invalid,
.sil-styled textarea:focus:required:invalid,
.sil-widget select:focus:required:invalid,
.sil-styled select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
.sil-widget input:focus:required:invalid:focus,
.sil-styled input:focus:required:invalid:focus,
.sil-widget textarea:focus:required:invalid:focus,
.sil-styled textarea:focus:required:invalid:focus,
.sil-widget select:focus:required:invalid:focus,
.sil-styled select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.sil-widget .form-actions,
.sil-styled .form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.sil-widget .form-actions:before,
.sil-styled .form-actions:before,
.sil-widget .form-actions:after,
.sil-styled .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.sil-widget .form-actions:after,
.sil-styled .form-actions:after {
  clear: both;
}
.sil-widget .help-block,
.sil-styled .help-block,
.sil-widget .help-inline,
.sil-styled .help-inline {
  color: #595959;
}
.sil-widget .help-block,
.sil-styled .help-block {
  display: block;
  margin-bottom: 10px;
}
.sil-widget .help-inline,
.sil-styled .help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.sil-widget .input-append,
.sil-styled .input-append,
.sil-widget .input-prepend,
.sil-styled .input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.sil-widget .input-append input,
.sil-styled .input-append input,
.sil-widget .input-prepend input,
.sil-styled .input-prepend input,
.sil-widget .input-append select,
.sil-styled .input-append select,
.sil-widget .input-prepend select,
.sil-styled .input-prepend select,
.sil-widget .input-append .uneditable-input,
.sil-styled .input-append .uneditable-input,
.sil-widget .input-prepend .uneditable-input,
.sil-styled .input-prepend .uneditable-input,
.sil-widget .input-append .dropdown-menu,
.sil-styled .input-append .dropdown-menu,
.sil-widget .input-prepend .dropdown-menu,
.sil-styled .input-prepend .dropdown-menu {
  font-size: 14px;
}
.sil-widget .input-append input,
.sil-styled .input-append input,
.sil-widget .input-prepend input,
.sil-styled .input-prepend input,
.sil-widget .input-append select,
.sil-styled .input-append select,
.sil-widget .input-prepend select,
.sil-styled .input-prepend select,
.sil-widget .input-append .uneditable-input,
.sil-styled .input-append .uneditable-input,
.sil-widget .input-prepend .uneditable-input,
.sil-styled .input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.sil-widget .input-append input:focus,
.sil-styled .input-append input:focus,
.sil-widget .input-prepend input:focus,
.sil-styled .input-prepend input:focus,
.sil-widget .input-append select:focus,
.sil-styled .input-append select:focus,
.sil-widget .input-prepend select:focus,
.sil-styled .input-prepend select:focus,
.sil-widget .input-append .uneditable-input:focus,
.sil-styled .input-append .uneditable-input:focus,
.sil-widget .input-prepend .uneditable-input:focus,
.sil-styled .input-prepend .uneditable-input:focus {
  z-index: 2;
}
.sil-widget .input-append .add-on,
.sil-styled .input-append .add-on,
.sil-widget .input-prepend .add-on,
.sil-styled .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.sil-widget .input-append .add-on,
.sil-styled .input-append .add-on,
.sil-widget .input-prepend .add-on,
.sil-styled .input-prepend .add-on,
.sil-widget .input-append .btn,
.sil-styled .input-append .btn,
.sil-widget .input-prepend .btn,
.sil-styled .input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sil-widget .input-append .active,
.sil-styled .input-append .active,
.sil-widget .input-prepend .active,
.sil-styled .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.sil-widget .input-prepend .add-on,
.sil-styled .input-prepend .add-on,
.sil-widget .input-prepend .btn,
.sil-styled .input-prepend .btn {
  margin-right: -1px;
}
.sil-widget .input-prepend .add-on:first-child,
.sil-styled .input-prepend .add-on:first-child,
.sil-widget .input-prepend .btn:first-child,
.sil-styled .input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.sil-widget .input-append input,
.sil-styled .input-append input,
.sil-widget .input-append select,
.sil-styled .input-append select,
.sil-widget .input-append .uneditable-input,
.sil-styled .input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.sil-widget .input-append input+.btn-group .btn,
.sil-styled .input-append input+.btn-group .btn,
.sil-widget .input-append select+.btn-group .btn,
.sil-styled .input-append select+.btn-group .btn,
.sil-widget .input-append .uneditable-input+.btn-group .btn,
.sil-styled .input-append .uneditable-input+.btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.sil-widget .input-append .add-on,
.sil-styled .input-append .add-on,
.sil-widget .input-append .btn,
.sil-styled .input-append .btn,
.sil-widget .input-append .btn-group,
.sil-styled .input-append .btn-group {
  margin-left: -1px;
}
.sil-widget .input-append .add-on:last-child,
.sil-styled .input-append .add-on:last-child,
.sil-widget .input-append .btn:last-child,
.sil-styled .input-append .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.sil-widget .input-prepend.input-append input,
.sil-styled .input-prepend.input-append input,
.sil-widget .input-prepend.input-append select,
.sil-styled .input-prepend.input-append select,
.sil-widget .input-prepend.input-append .uneditable-input,
.sil-styled .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sil-widget .input-prepend.input-append input+.btn-group .btn,
.sil-styled .input-prepend.input-append input+.btn-group .btn,
.sil-widget .input-prepend.input-append select+.btn-group .btn,
.sil-styled .input-prepend.input-append select+.btn-group .btn,
.sil-widget .input-prepend.input-append .uneditable-input+.btn-group .btn,
.sil-styled .input-prepend.input-append .uneditable-input+.btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.sil-widget .input-prepend.input-append .add-on:first-child,
.sil-styled .input-prepend.input-append .add-on:first-child,
.sil-widget .input-prepend.input-append .btn:first-child,
.sil-styled .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.sil-widget .input-prepend.input-append .add-on:last-child,
.sil-styled .input-prepend.input-append .add-on:last-child,
.sil-widget .input-prepend.input-append .btn:last-child,
.sil-styled .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.sil-widget .input-prepend.input-append .btn-group:first-child,
.sil-styled .input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
.sil-widget input.search-query,
.sil-styled input.search-query {
  padding-right: 14px;
  padding-right: 4px 9;
  padding-left: 14px;
  padding-left: 4px 9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.sil-widget .form-search .input-append .search-query,
.sil-styled .form-search .input-append .search-query,
.sil-widget .form-search .input-prepend .search-query,
.sil-styled .form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sil-widget .form-search .input-append .search-query,
.sil-styled .form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.sil-widget .form-search .input-append .btn,
.sil-styled .form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.sil-widget .form-search .input-prepend .search-query,
.sil-styled .form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.sil-widget .form-search .input-prepend .btn,
.sil-styled .form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.sil-widget .form-search input,
.sil-styled .form-search input,
.sil-widget .form-inline input,
.sil-styled .form-inline input,
.sil-widget .form-horizontal input,
.sil-styled .form-horizontal input,
.sil-widget .form-search textarea,
.sil-styled .form-search textarea,
.sil-widget .form-inline textarea,
.sil-styled .form-inline textarea,
.sil-widget .form-horizontal textarea,
.sil-styled .form-horizontal textarea,
.sil-widget .form-search select,
.sil-styled .form-search select,
.sil-widget .form-inline select,
.sil-styled .form-inline select,
.sil-widget .form-horizontal select,
.sil-styled .form-horizontal select,
.sil-widget .form-search .help-inline,
.sil-styled .form-search .help-inline,
.sil-widget .form-inline .help-inline,
.sil-styled .form-inline .help-inline,
.sil-widget .form-horizontal .help-inline,
.sil-styled .form-horizontal .help-inline,
.sil-widget .form-search .uneditable-input,
.sil-styled .form-search .uneditable-input,
.sil-widget .form-inline .uneditable-input,
.sil-styled .form-inline .uneditable-input,
.sil-widget .form-horizontal .uneditable-input,
.sil-styled .form-horizontal .uneditable-input,
.sil-widget .form-search .input-prepend,
.sil-styled .form-search .input-prepend,
.sil-widget .form-inline .input-prepend,
.sil-styled .form-inline .input-prepend,
.sil-widget .form-horizontal .input-prepend,
.sil-styled .form-horizontal .input-prepend,
.sil-widget .form-search .input-append,
.sil-styled .form-search .input-append,
.sil-widget .form-inline .input-append,
.sil-styled .form-inline .input-append,
.sil-widget .form-horizontal .input-append,
.sil-styled .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.sil-widget .form-search .hide,
.sil-styled .form-search .hide,
.sil-widget .form-inline .hide,
.sil-styled .form-inline .hide,
.sil-widget .form-horizontal .hide,
.sil-styled .form-horizontal .hide {
  display: none;
}
.sil-widget .form-search label,
.sil-styled .form-search label,
.sil-widget .form-inline label,
.sil-styled .form-inline label,
.sil-widget .form-search .btn-group,
.sil-styled .form-search .btn-group,
.sil-widget .form-inline .btn-group,
.sil-styled .form-inline .btn-group {
  display: inline-block;
}
.sil-widget .form-search .input-append,
.sil-styled .form-search .input-append,
.sil-widget .form-inline .input-append,
.sil-styled .form-inline .input-append,
.sil-widget .form-search .input-prepend,
.sil-styled .form-search .input-prepend,
.sil-widget .form-inline .input-prepend,
.sil-styled .form-inline .input-prepend {
  margin-bottom: 0;
}
.sil-widget .form-search .radio,
.sil-styled .form-search .radio,
.sil-widget .form-search .checkbox,
.sil-styled .form-search .checkbox,
.sil-widget .form-inline .radio,
.sil-styled .form-inline .radio,
.sil-widget .form-inline .checkbox,
.sil-styled .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.sil-widget .form-search .radio input[type="radio"],
.sil-styled .form-search .radio input[type="radio"],
.sil-widget .form-search .checkbox input[type="checkbox"],
.sil-styled .form-search .checkbox input[type="checkbox"],
.sil-widget .form-inline .radio input[type="radio"],
.sil-styled .form-inline .radio input[type="radio"],
.sil-widget .form-inline .checkbox input[type="checkbox"],
.sil-styled .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.sil-widget .control-group,
.sil-styled .control-group {
  margin-bottom: 10px;
}
.sil-widget legend+.control-group,
.sil-styled legend+.control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.sil-widget .form-horizontal .control-group,
.sil-styled .form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.sil-widget .form-horizontal .control-group:before,
.sil-styled .form-horizontal .control-group:before,
.sil-widget .form-horizontal .control-group:after,
.sil-styled .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.sil-widget .form-horizontal .control-group:after,
.sil-styled .form-horizontal .control-group:after {
  clear: both;
}
.sil-widget .form-horizontal .control-label,
.sil-styled .form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.sil-widget .form-horizontal .controls,
.sil-styled .form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.sil-widget .form-horizontal .controls:first-child,
.sil-styled .form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.sil-widget .form-horizontal .help-block,
.sil-styled .form-horizontal .help-block {
  margin-bottom: 0;
}
.sil-widget .form-horizontal input+.help-block,
.sil-styled .form-horizontal input+.help-block,
.sil-widget .form-horizontal select+.help-block,
.sil-styled .form-horizontal select+.help-block,
.sil-widget .form-horizontal textarea+.help-block,
.sil-styled .form-horizontal textarea+.help-block {
  margin-top: 10px;
}
.sil-widget .form-horizontal .form-actions,
.sil-styled .form-horizontal .form-actions {
  padding-left: 180px;
}
.sil-widget [class^="icon-"],
.sil-styled [class^="icon-"],
.sil-widget [class*=" icon-"],
.sil-styled [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.sil-widget .icon-white,
.sil-styled .icon-white,
.sil-widget .nav-pills>.active>a>[class^="icon-"],
.sil-styled .nav-pills>.active>a>[class^="icon-"],
.sil-widget .nav-pills>.active>a>[class*=" icon-"],
.sil-styled .nav-pills>.active>a>[class*=" icon-"],
.sil-widget .nav-list>.active>a>[class^="icon-"],
.sil-styled .nav-list>.active>a>[class^="icon-"],
.sil-widget .nav-list>.active>a>[class*=" icon-"],
.sil-styled .nav-list>.active>a>[class*=" icon-"],
.sil-widget .navbar-inverse .nav>.active>a>[class^="icon-"],
.sil-styled .navbar-inverse .nav>.active>a>[class^="icon-"],
.sil-widget .navbar-inverse .nav>.active>a>[class*=" icon-"],
.sil-styled .navbar-inverse .nav>.active>a>[class*=" icon-"],
.sil-widget .dropdown-menu>li>a:hover>[class^="icon-"],
.sil-styled .dropdown-menu>li>a:hover>[class^="icon-"],
.sil-widget .dropdown-menu>li>a:hover>[class*=" icon-"],
.sil-styled .dropdown-menu>li>a:hover>[class*=" icon-"],
.sil-widget .dropdown-menu>.active>a>[class^="icon-"],
.sil-styled .dropdown-menu>.active>a>[class^="icon-"],
.sil-widget .dropdown-menu>.active>a>[class*=" icon-"],
.sil-styled .dropdown-menu>.active>a>[class*=" icon-"],
.sil-widget .dropdown-submenu:hover>a>[class^="icon-"],
.sil-styled .dropdown-submenu:hover>a>[class^="icon-"],
.sil-widget .dropdown-submenu:hover>a>[class*=" icon-"],
.sil-styled .dropdown-submenu:hover>a>[class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}
.sil-widget .icon-glass,
.sil-styled .icon-glass {
  background-position: 0 0;
}
.sil-widget .icon-music,
.sil-styled .icon-music {
  background-position: -24px 0;
}
.sil-widget .icon-search,
.sil-styled .icon-search {
  background-position: -48px 0;
}
.sil-widget .icon-envelope,
.sil-styled .icon-envelope {
  background-position: -72px 0;
}
.sil-widget .icon-heart,
.sil-styled .icon-heart {
  background-position: -96px 0;
}
.sil-widget .icon-star,
.sil-styled .icon-star {
  background-position: -120px 0;
}
.sil-widget .icon-star-empty,
.sil-styled .icon-star-empty {
  background-position: -144px 0;
}
.sil-widget .icon-user,
.sil-styled .icon-user {
  background-position: -168px 0;
}
.sil-widget .icon-film,
.sil-styled .icon-film {
  background-position: -192px 0;
}
.sil-widget .icon-th-large,
.sil-styled .icon-th-large {
  background-position: -216px 0;
}
.sil-widget .icon-th,
.sil-styled .icon-th {
  background-position: -240px 0;
}
.sil-widget .icon-th-list,
.sil-styled .icon-th-list {
  background-position: -264px 0;
}
.sil-widget .icon-ok,
.sil-styled .icon-ok {
  background-position: -288px 0;
}
.sil-widget .icon-remove,
.sil-styled .icon-remove {
  background-position: -312px 0;
}
.sil-widget .icon-zoom-in,
.sil-styled .icon-zoom-in {
  background-position: -336px 0;
}
.sil-widget .icon-zoom-out,
.sil-styled .icon-zoom-out {
  background-position: -360px 0;
}
.sil-widget .icon-off,
.sil-styled .icon-off {
  background-position: -384px 0;
}
.sil-widget .icon-signal,
.sil-styled .icon-signal {
  background-position: -408px 0;
}
.sil-widget .icon-cog,
.sil-styled .icon-cog {
  background-position: -432px 0;
}
.sil-widget .icon-trash,
.sil-styled .icon-trash {
  background-position: -456px 0;
}
.sil-widget .icon-home,
.sil-styled .icon-home {
  background-position: 0 -24px;
}
.sil-widget .icon-file,
.sil-styled .icon-file {
  background-position: -24px -24px;
}
.sil-widget .icon-time,
.sil-styled .icon-time {
  background-position: -48px -24px;
}
.sil-widget .icon-road,
.sil-styled .icon-road {
  background-position: -72px -24px;
}
.sil-widget .icon-download-alt,
.sil-styled .icon-download-alt {
  background-position: -96px -24px;
}
.sil-widget .icon-download,
.sil-styled .icon-download {
  background-position: -120px -24px;
}
.sil-widget .icon-upload,
.sil-styled .icon-upload {
  background-position: -144px -24px;
}
.sil-widget .icon-inbox,
.sil-styled .icon-inbox {
  background-position: -168px -24px;
}
.sil-widget .icon-play-circle,
.sil-styled .icon-play-circle {
  background-position: -192px -24px;
}
.sil-widget .icon-repeat,
.sil-styled .icon-repeat {
  background-position: -216px -24px;
}
.sil-widget .icon-refresh,
.sil-styled .icon-refresh {
  background-position: -240px -24px;
}
.sil-widget .icon-list-alt,
.sil-styled .icon-list-alt {
  background-position: -264px -24px;
}
.sil-widget .icon-lock,
.sil-styled .icon-lock {
  background-position: -287px -24px;
}
.sil-widget .icon-flag,
.sil-styled .icon-flag {
  background-position: -312px -24px;
}
.sil-widget .icon-headphones,
.sil-styled .icon-headphones {
  background-position: -336px -24px;
}
.sil-widget .icon-volume-off,
.sil-styled .icon-volume-off {
  background-position: -360px -24px;
}
.sil-widget .icon-volume-down,
.sil-styled .icon-volume-down {
  background-position: -384px -24px;
}
.sil-widget .icon-volume-up,
.sil-styled .icon-volume-up {
  background-position: -408px -24px;
}
.sil-widget .icon-qrcode,
.sil-styled .icon-qrcode {
  background-position: -432px -24px;
}
.sil-widget .icon-barcode,
.sil-styled .icon-barcode {
  background-position: -456px -24px;
}
.sil-widget .icon-tag,
.sil-styled .icon-tag {
  background-position: 0 -48px;
}
.sil-widget .icon-tags,
.sil-styled .icon-tags {
  background-position: -25px -48px;
}
.sil-widget .icon-book,
.sil-styled .icon-book {
  background-position: -48px -48px;
}
.sil-widget .icon-bookmark,
.sil-styled .icon-bookmark {
  background-position: -72px -48px;
}
.sil-widget .icon-print,
.sil-styled .icon-print {
  background-position: -96px -48px;
}
.sil-widget .icon-camera,
.sil-styled .icon-camera {
  background-position: -120px -48px;
}
.sil-widget .icon-font,
.sil-styled .icon-font {
  background-position: -144px -48px;
}
.sil-widget .icon-bold,
.sil-styled .icon-bold {
  background-position: -167px -48px;
}
.sil-widget .icon-italic,
.sil-styled .icon-italic {
  background-position: -192px -48px;
}
.sil-widget .icon-text-height,
.sil-styled .icon-text-height {
  background-position: -216px -48px;
}
.sil-widget .icon-text-width,
.sil-styled .icon-text-width {
  background-position: -240px -48px;
}
.sil-widget .icon-align-left,
.sil-styled .icon-align-left {
  background-position: -264px -48px;
}
.sil-widget .icon-align-center,
.sil-styled .icon-align-center {
  background-position: -288px -48px;
}
.sil-widget .icon-align-right,
.sil-styled .icon-align-right {
  background-position: -312px -48px;
}
.sil-widget .icon-align-justify,
.sil-styled .icon-align-justify {
  background-position: -336px -48px;
}
.sil-widget .icon-list,
.sil-styled .icon-list {
  background-position: -360px -48px;
}
.sil-widget .icon-indent-left,
.sil-styled .icon-indent-left {
  background-position: -384px -48px;
}
.sil-widget .icon-indent-right,
.sil-styled .icon-indent-right {
  background-position: -408px -48px;
}
.sil-widget .icon-facetime-video,
.sil-styled .icon-facetime-video {
  background-position: -432px -48px;
}
.sil-widget .icon-picture,
.sil-styled .icon-picture {
  background-position: -456px -48px;
}
.sil-widget .icon-pencil,
.sil-styled .icon-pencil {
  background-position: 0 -72px;
}
.sil-widget .icon-map-marker,
.sil-styled .icon-map-marker {
  background-position: -24px -72px;
}
.sil-widget .icon-adjust,
.sil-styled .icon-adjust {
  background-position: -48px -72px;
}
.sil-widget .icon-tint,
.sil-styled .icon-tint {
  background-position: -72px -72px;
}
.sil-widget .icon-edit,
.sil-styled .icon-edit {
  background-position: -96px -72px;
}
.sil-widget .icon-share,
.sil-styled .icon-share {
  background-position: -120px -72px;
}
.sil-widget .icon-check,
.sil-styled .icon-check {
  background-position: -144px -72px;
}
.sil-widget .icon-move,
.sil-styled .icon-move {
  background-position: -168px -72px;
}
.sil-widget .icon-step-backward,
.sil-styled .icon-step-backward {
  background-position: -192px -72px;
}
.sil-widget .icon-fast-backward,
.sil-styled .icon-fast-backward {
  background-position: -216px -72px;
}
.sil-widget .icon-backward,
.sil-styled .icon-backward {
  background-position: -240px -72px;
}
.sil-widget .icon-play,
.sil-styled .icon-play {
  background-position: -264px -72px;
}
.sil-widget .icon-pause,
.sil-styled .icon-pause {
  background-position: -288px -72px;
}
.sil-widget .icon-stop,
.sil-styled .icon-stop {
  background-position: -312px -72px;
}
.sil-widget .icon-forward,
.sil-styled .icon-forward {
  background-position: -336px -72px;
}
.sil-widget .icon-fast-forward,
.sil-styled .icon-fast-forward {
  background-position: -360px -72px;
}
.sil-widget .icon-step-forward,
.sil-styled .icon-step-forward {
  background-position: -384px -72px;
}
.sil-widget .icon-eject,
.sil-styled .icon-eject {
  background-position: -408px -72px;
}
.sil-widget .icon-chevron-left,
.sil-styled .icon-chevron-left {
  background-position: -432px -72px;
}
.sil-widget .icon-chevron-right,
.sil-styled .icon-chevron-right {
  background-position: -456px -72px;
}
.sil-widget .icon-plus-sign,
.sil-styled .icon-plus-sign {
  background-position: 0 -96px;
}
.sil-widget .icon-minus-sign,
.sil-styled .icon-minus-sign {
  background-position: -24px -96px;
}
.sil-widget .icon-remove-sign,
.sil-styled .icon-remove-sign {
  background-position: -48px -96px;
}
.sil-widget .icon-ok-sign,
.sil-styled .icon-ok-sign {
  background-position: -72px -96px;
}
.sil-widget .icon-question-sign,
.sil-styled .icon-question-sign {
  background-position: -96px -96px;
}
.sil-widget .icon-info-sign,
.sil-styled .icon-info-sign {
  background-position: -120px -96px;
}
.sil-widget .icon-screenshot,
.sil-styled .icon-screenshot {
  background-position: -144px -96px;
}
.sil-widget .icon-remove-circle,
.sil-styled .icon-remove-circle {
  background-position: -168px -96px;
}
.sil-widget .icon-ok-circle,
.sil-styled .icon-ok-circle {
  background-position: -192px -96px;
}
.sil-widget .icon-ban-circle,
.sil-styled .icon-ban-circle {
  background-position: -216px -96px;
}
.sil-widget .icon-arrow-left,
.sil-styled .icon-arrow-left {
  background-position: -240px -96px;
}
.sil-widget .icon-arrow-right,
.sil-styled .icon-arrow-right {
  background-position: -264px -96px;
}
.sil-widget .icon-arrow-up,
.sil-styled .icon-arrow-up {
  background-position: -289px -96px;
}
.sil-widget .icon-arrow-down,
.sil-styled .icon-arrow-down {
  background-position: -312px -96px;
}
.sil-widget .icon-share-alt,
.sil-styled .icon-share-alt {
  background-position: -336px -96px;
}
.sil-widget .icon-resize-full,
.sil-styled .icon-resize-full {
  background-position: -360px -96px;
}
.sil-widget .icon-resize-small,
.sil-styled .icon-resize-small {
  background-position: -384px -96px;
}
.sil-widget .icon-plus,
.sil-styled .icon-plus {
  background-position: -408px -96px;
}
.sil-widget .icon-minus,
.sil-styled .icon-minus {
  background-position: -433px -96px;
}
.sil-widget .icon-asterisk,
.sil-styled .icon-asterisk {
  background-position: -456px -96px;
}
.sil-widget .icon-exclamation-sign,
.sil-styled .icon-exclamation-sign {
  background-position: 0 -120px;
}
.sil-widget .icon-gift,
.sil-styled .icon-gift {
  background-position: -24px -120px;
}
.sil-widget .icon-leaf,
.sil-styled .icon-leaf {
  background-position: -48px -120px;
}
.sil-widget .icon-fire,
.sil-styled .icon-fire {
  background-position: -72px -120px;
}
.sil-widget .icon-eye-open,
.sil-styled .icon-eye-open {
  background-position: -96px -120px;
}
.sil-widget .icon-eye-close,
.sil-styled .icon-eye-close {
  background-position: -120px -120px;
}
.sil-widget .icon-warning-sign,
.sil-styled .icon-warning-sign {
  background-position: -144px -120px;
}
.sil-widget .icon-plane,
.sil-styled .icon-plane {
  background-position: -168px -120px;
}
.sil-widget .icon-calendar,
.sil-styled .icon-calendar {
  background-position: -192px -120px;
}
.sil-widget .icon-random,
.sil-styled .icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.sil-widget .icon-comment,
.sil-styled .icon-comment {
  background-position: -240px -120px;
}
.sil-widget .icon-magnet,
.sil-styled .icon-magnet {
  background-position: -264px -120px;
}
.sil-widget .icon-chevron-up,
.sil-styled .icon-chevron-up {
  background-position: -288px -120px;
}
.sil-widget .icon-chevron-down,
.sil-styled .icon-chevron-down {
  background-position: -313px -119px;
}
.sil-widget .icon-retweet,
.sil-styled .icon-retweet {
  background-position: -336px -120px;
}
.sil-widget .icon-shopping-cart,
.sil-styled .icon-shopping-cart {
  background-position: -360px -120px;
}
.sil-widget .icon-folder-close,
.sil-styled .icon-folder-close {
  background-position: -384px -120px;
}
.sil-widget .icon-folder-open,
.sil-styled .icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.sil-widget .icon-resize-vertical,
.sil-styled .icon-resize-vertical {
  background-position: -432px -119px;
}
.sil-widget .icon-resize-horizontal,
.sil-styled .icon-resize-horizontal {
  background-position: -456px -118px;
}
.sil-widget .icon-hdd,
.sil-styled .icon-hdd {
  background-position: 0 -144px;
}
.sil-widget .icon-bullhorn,
.sil-styled .icon-bullhorn {
  background-position: -24px -144px;
}
.sil-widget .icon-bell,
.sil-styled .icon-bell {
  background-position: -48px -144px;
}
.sil-widget .icon-certificate,
.sil-styled .icon-certificate {
  background-position: -72px -144px;
}
.sil-widget .icon-thumbs-up,
.sil-styled .icon-thumbs-up {
  background-position: -96px -144px;
}
.sil-widget .icon-thumbs-down,
.sil-styled .icon-thumbs-down {
  background-position: -120px -144px;
}
.sil-widget .icon-hand-right,
.sil-styled .icon-hand-right {
  background-position: -144px -144px;
}
.sil-widget .icon-hand-left,
.sil-styled .icon-hand-left {
  background-position: -168px -144px;
}
.sil-widget .icon-hand-up,
.sil-styled .icon-hand-up {
  background-position: -192px -144px;
}
.sil-widget .icon-hand-down,
.sil-styled .icon-hand-down {
  background-position: -216px -144px;
}
.sil-widget .icon-circle-arrow-right,
.sil-styled .icon-circle-arrow-right {
  background-position: -240px -144px;
}
.sil-widget .icon-circle-arrow-left,
.sil-styled .icon-circle-arrow-left {
  background-position: -264px -144px;
}
.sil-widget .icon-circle-arrow-up,
.sil-styled .icon-circle-arrow-up {
  background-position: -288px -144px;
}
.sil-widget .icon-circle-arrow-down,
.sil-styled .icon-circle-arrow-down {
  background-position: -312px -144px;
}
.sil-widget .icon-globe,
.sil-styled .icon-globe {
  background-position: -336px -144px;
}
.sil-widget .icon-wrench,
.sil-styled .icon-wrench {
  background-position: -360px -144px;
}
.sil-widget .icon-tasks,
.sil-styled .icon-tasks {
  background-position: -384px -144px;
}
.sil-widget .icon-filter,
.sil-styled .icon-filter {
  background-position: -408px -144px;
}
.sil-widget .icon-briefcase,
.sil-styled .icon-briefcase {
  background-position: -432px -144px;
}
.sil-widget .icon-fullscreen,
.sil-styled .icon-fullscreen {
  background-position: -456px -144px;
}
.sil-widget .nav,
.sil-styled .nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.sil-widget .nav>li>a,
.sil-styled .nav>li>a {
  display: block;
}
.sil-widget .nav>li>a:hover,
.sil-styled .nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}
.sil-widget .nav>.pull-right,
.sil-styled .nav>.pull-right {
  float: right;
}
.sil-widget .nav-header,
.sil-styled .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  text-transform: uppercase;
}
.sil-widget .nav li+.nav-header,
.sil-styled .nav li+.nav-header {
  margin-top: 9px;
}
.sil-widget .nav-list,
.sil-styled .nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.sil-widget .nav-list>li>a,
.sil-styled .nav-list>li>a,
.sil-widget .nav-list .nav-header,
.sil-styled .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.sil-widget .nav-list>li>a,
.sil-styled .nav-list>li>a {
  padding: 3px 15px;
}
.sil-widget .nav-list>.active>a,
.sil-styled .nav-list>.active>a,
.sil-widget .nav-list>.active>a:hover,
.sil-styled .nav-list>.active>a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  background-color: #08c;
}
.sil-widget .nav-list [class^="icon-"],
.sil-styled .nav-list [class^="icon-"],
.sil-widget .nav-list [class*=" icon-"],
.sil-styled .nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.sil-widget .nav-list .divider,
.sil-styled .nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.sil-widget .nav-tabs,
.sil-styled .nav-tabs,
.sil-widget .nav-pills,
.sil-styled .nav-pills {
  *zoom: 1;
}
.sil-widget .nav-tabs:before,
.sil-styled .nav-tabs:before,
.sil-widget .nav-pills:before,
.sil-styled .nav-pills:before,
.sil-widget .nav-tabs:after,
.sil-styled .nav-tabs:after,
.sil-widget .nav-pills:after,
.sil-styled .nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.sil-widget .nav-tabs:after,
.sil-styled .nav-tabs:after,
.sil-widget .nav-pills:after,
.sil-styled .nav-pills:after {
  clear: both;
}
.sil-widget .nav-tabs>li,
.sil-styled .nav-tabs>li,
.sil-widget .nav-pills>li,
.sil-styled .nav-pills>li {
  float: left;
}
.sil-widget .nav-tabs>li>a,
.sil-styled .nav-tabs>li>a,
.sil-widget .nav-pills>li>a,
.sil-styled .nav-pills>li>a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.sil-widget .nav-tabs,
.sil-styled .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.sil-widget .nav-tabs>li,
.sil-styled .nav-tabs>li {
  margin-bottom: -1px;
}
.sil-widget .nav-tabs>li>a,
.sil-styled .nav-tabs>li>a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.sil-widget .nav-tabs>li>a:hover,
.sil-styled .nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}
.sil-widget .nav-tabs>.active>a,
.sil-styled .nav-tabs>.active>a,
.sil-widget .nav-tabs>.active>a:hover,
.sil-styled .nav-tabs>.active>a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.sil-widget .nav-pills>li>a,
.sil-styled .nav-pills>li>a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sil-widget .nav-pills>.active>a,
.sil-styled .nav-pills>.active>a,
.sil-widget .nav-pills>.active>a:hover,
.sil-styled .nav-pills>.active>a:hover {
  color: #fff;
  background-color: #08c;
}
.sil-widget .nav-stacked>li,
.sil-styled .nav-stacked>li {
  float: none;
}
.sil-widget .nav-stacked>li>a,
.sil-styled .nav-stacked>li>a {
  margin-right: 0;
}
.sil-widget .nav-tabs.nav-stacked,
.sil-styled .nav-tabs.nav-stacked {
  border-bottom: 0;
}
.sil-widget .nav-tabs.nav-stacked>li>a,
.sil-styled .nav-tabs.nav-stacked>li>a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sil-widget .nav-tabs.nav-stacked>li:first-child>a,
.sil-styled .nav-tabs.nav-stacked>li:first-child>a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.sil-widget .nav-tabs.nav-stacked>li:last-child>a,
.sil-styled .nav-tabs.nav-stacked>li:last-child>a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.sil-widget .nav-tabs.nav-stacked>li>a:hover,
.sil-styled .nav-tabs.nav-stacked>li>a:hover {
  border-color: #ddd;
  z-index: 2;
}
.sil-widget .nav-pills.nav-stacked>li>a,
.sil-styled .nav-pills.nav-stacked>li>a {
  margin-bottom: 3px;
}
.sil-widget .nav-pills.nav-stacked>li:last-child>a,
.sil-styled .nav-pills.nav-stacked>li:last-child>a {
  margin-bottom: 1px;
}
.sil-widget .nav-tabs .dropdown-menu,
.sil-styled .nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.sil-widget .nav-pills .dropdown-menu,
.sil-styled .nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.sil-widget .nav .dropdown-toggle .caret,
.sil-styled .nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}
.sil-widget .nav .dropdown-toggle:hover .caret,
.sil-styled .nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.sil-widget .nav-tabs .dropdown-toggle .caret,
.sil-styled .nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.sil-widget .nav .active .dropdown-toggle .caret,
.sil-styled .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.sil-widget .nav-tabs .active .dropdown-toggle .caret,
.sil-styled .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.sil-widget .nav>.dropdown.active>a:hover,
.sil-styled .nav>.dropdown.active>a:hover {
  cursor: pointer;
}
.sil-widget .nav-tabs .open .dropdown-toggle,
.sil-styled .nav-tabs .open .dropdown-toggle,
.sil-widget .nav-pills .open .dropdown-toggle,
.sil-styled .nav-pills .open .dropdown-toggle,
.sil-widget .nav>li.dropdown.open.active>a:hover,
.sil-styled .nav>li.dropdown.open.active>a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.sil-widget .nav li.dropdown.open .caret,
.sil-styled .nav li.dropdown.open .caret,
.sil-widget .nav li.dropdown.open.active .caret,
.sil-styled .nav li.dropdown.open.active .caret,
.sil-widget .nav li.dropdown.open a:hover .caret,
.sil-styled .nav li.dropdown.open a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sil-widget .tabs-stacked .open>a:hover,
.sil-styled .tabs-stacked .open>a:hover {
  border-color: #999;
}
.sil-widget .tabbable,
.sil-styled .tabbable {
  *zoom: 1;
}
.sil-widget .tabbable:before,
.sil-styled .tabbable:before,
.sil-widget .tabbable:after,
.sil-styled .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.sil-widget .tabbable:after,
.sil-styled .tabbable:after {
  clear: both;
}
.sil-widget .tab-content,
.sil-styled .tab-content {
  overflow: auto;
}
.sil-widget .tabs-below>.nav-tabs,
.sil-styled .tabs-below>.nav-tabs,
.sil-widget .tabs-right>.nav-tabs,
.sil-styled .tabs-right>.nav-tabs,
.sil-widget .tabs-left>.nav-tabs,
.sil-styled .tabs-left>.nav-tabs {
  border-bottom: 0;
}
.sil-widget .tab-content>.tab-pane,
.sil-styled .tab-content>.tab-pane,
.sil-widget .pill-content>.pill-pane,
.sil-styled .pill-content>.pill-pane {
  display: none;
}
.sil-widget .tab-content>.active,
.sil-styled .tab-content>.active,
.sil-widget .pill-content>.active,
.sil-styled .pill-content>.active {
  display: block;
}
.sil-widget .tabs-below>.nav-tabs,
.sil-styled .tabs-below>.nav-tabs {
  border-top: 1px solid #ddd;
}
.sil-widget .tabs-below>.nav-tabs>li,
.sil-styled .tabs-below>.nav-tabs>li {
  margin-top: -1px;
  margin-bottom: 0;
}
.sil-widget .tabs-below>.nav-tabs>li>a,
.sil-styled .tabs-below>.nav-tabs>li>a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.sil-widget .tabs-below>.nav-tabs>li>a:hover,
.sil-styled .tabs-below>.nav-tabs>li>a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.sil-widget .tabs-below>.nav-tabs>.active>a,
.sil-styled .tabs-below>.nav-tabs>.active>a,
.sil-widget .tabs-below>.nav-tabs>.active>a:hover,
.sil-styled .tabs-below>.nav-tabs>.active>a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.sil-widget .tabs-left>.nav-tabs>li,
.sil-styled .tabs-left>.nav-tabs>li,
.sil-widget .tabs-right>.nav-tabs>li,
.sil-styled .tabs-right>.nav-tabs>li {
  float: none;
}
.sil-widget .tabs-left>.nav-tabs>li>a,
.sil-styled .tabs-left>.nav-tabs>li>a,
.sil-widget .tabs-right>.nav-tabs>li>a,
.sil-styled .tabs-right>.nav-tabs>li>a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.sil-widget .tabs-left>.nav-tabs,
.sil-styled .tabs-left>.nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.sil-widget .tabs-left>.nav-tabs>li>a,
.sil-styled .tabs-left>.nav-tabs>li>a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.sil-widget .tabs-left>.nav-tabs>li>a:hover,
.sil-styled .tabs-left>.nav-tabs>li>a:hover {
  border-color: #eee #ddd #eee #eee;
}
.sil-widget .tabs-left>.nav-tabs .active>a,
.sil-styled .tabs-left>.nav-tabs .active>a,
.sil-widget .tabs-left>.nav-tabs .active>a:hover,
.sil-styled .tabs-left>.nav-tabs .active>a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.sil-widget .tabs-right>.nav-tabs,
.sil-styled .tabs-right>.nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.sil-widget .tabs-right>.nav-tabs>li>a,
.sil-styled .tabs-right>.nav-tabs>li>a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.sil-widget .tabs-right>.nav-tabs>li>a:hover,
.sil-styled .tabs-right>.nav-tabs>li>a:hover {
  border-color: #eee #eee #eee #ddd;
}
.sil-widget .tabs-right>.nav-tabs .active>a,
.sil-styled .tabs-right>.nav-tabs .active>a,
.sil-widget .tabs-right>.nav-tabs .active>a:hover,
.sil-styled .tabs-right>.nav-tabs .active>a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.sil-widget .nav>.disabled>a,
.sil-styled .nav>.disabled>a {
  color: #999;
}
.sil-widget .nav>.disabled>a:hover,
.sil-styled .nav>.disabled>a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.sil-widget .pagination,
.sil-styled .pagination {
  margin: 20px 0;
}
.sil-widget .pagination ul,
.sil-styled .pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.sil-widget .pagination ul>li,
.sil-styled .pagination ul>li {
  display: inline;
}
.sil-widget .pagination ul>li>a,
.sil-styled .pagination ul>li>a,
.sil-widget .pagination ul>li>span,
.sil-styled .pagination ul>li>span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.sil-widget .pagination ul>li>a:hover,
.sil-styled .pagination ul>li>a:hover,
.sil-widget .pagination ul>.active>a,
.sil-styled .pagination ul>.active>a,
.sil-widget .pagination ul>.active>span,
.sil-styled .pagination ul>.active>span {
  background-color: #f5f5f5;
}
.sil-widget .pagination ul>.active>a,
.sil-styled .pagination ul>.active>a,
.sil-widget .pagination ul>.active>span,
.sil-styled .pagination ul>.active>span {
  color: #999;
  cursor: default;
}
.sil-widget .pagination ul>.disabled>span,
.sil-styled .pagination ul>.disabled>span,
.sil-widget .pagination ul>.disabled>a,
.sil-styled .pagination ul>.disabled>a,
.sil-widget .pagination ul>.disabled>a:hover,
.sil-styled .pagination ul>.disabled>a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.sil-widget .pagination ul>li:first-child>a,
.sil-styled .pagination ul>li:first-child>a,
.sil-widget .pagination ul>li:first-child>span,
.sil-styled .pagination ul>li:first-child>span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.sil-widget .pagination ul>li:last-child>a,
.sil-styled .pagination ul>li:last-child>a,
.sil-widget .pagination ul>li:last-child>span,
.sil-styled .pagination ul>li:last-child>span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.sil-widget .pagination-centered,
.sil-styled .pagination-centered {
  text-align: center;
}
.sil-widget .pagination-right,
.sil-styled .pagination-right {
  text-align: right;
}
.sil-widget .pagination-large ul>li>a,
.sil-styled .pagination-large ul>li>a,
.sil-widget .pagination-large ul>li>span,
.sil-styled .pagination-large ul>li>span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.sil-widget .pagination-large ul>li:first-child>a,
.sil-styled .pagination-large ul>li:first-child>a,
.sil-widget .pagination-large ul>li:first-child>span,
.sil-styled .pagination-large ul>li:first-child>span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.sil-widget .pagination-large ul>li:last-child>a,
.sil-styled .pagination-large ul>li:last-child>a,
.sil-widget .pagination-large ul>li:last-child>span,
.sil-styled .pagination-large ul>li:last-child>span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.sil-widget .pagination-mini ul>li:first-child>a,
.sil-styled .pagination-mini ul>li:first-child>a,
.sil-widget .pagination-small ul>li:first-child>a,
.sil-styled .pagination-small ul>li:first-child>a,
.sil-widget .pagination-mini ul>li:first-child>span,
.sil-styled .pagination-mini ul>li:first-child>span,
.sil-widget .pagination-small ul>li:first-child>span,
.sil-styled .pagination-small ul>li:first-child>span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.sil-widget .pagination-mini ul>li:last-child>a,
.sil-styled .pagination-mini ul>li:last-child>a,
.sil-widget .pagination-small ul>li:last-child>a,
.sil-styled .pagination-small ul>li:last-child>a,
.sil-widget .pagination-mini ul>li:last-child>span,
.sil-styled .pagination-mini ul>li:last-child>span,
.sil-widget .pagination-small ul>li:last-child>span,
.sil-styled .pagination-small ul>li:last-child>span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.sil-widget .pagination-small ul>li>a,
.sil-styled .pagination-small ul>li>a,
.sil-widget .pagination-small ul>li>span,
.sil-styled .pagination-small ul>li>span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.sil-widget .pagination-mini ul>li>a,
.sil-styled .pagination-mini ul>li>a,
.sil-widget .pagination-mini ul>li>span,
.sil-styled .pagination-mini ul>li>span {
  padding: 1px 6px;
  font-size: 10.5px;
}
.sil-widget .close,
.sil-styled .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.sil-widget .close:hover,
.sil-styled .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);;
}
.sil-widget button.close,
.sil-styled button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
