@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 400;
  src: local('Arimo Italic'), local('Arimo-Italic'), url(https://fonts.gstatic.com/s/arimo/v13/P5sCzZCDf9_T_10c9CNkjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 700;
  src: local('Arimo Bold Italic'), local('Arimo-BoldItalic'), url(https://fonts.gstatic.com/s/arimo/v13/P5sHzZCDf9_T_10c_JhBnZCP0Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: local('Arimo Regular'), local('Arimo-Regular'), url(https://fonts.gstatic.com/s/arimo/v13/P5sMzZCDf9_T_10ZxCQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  src: local('Arimo Bold'), local('Arimo-Bold'), url(https://fonts.gstatic.com/s/arimo/v13/P5sBzZCDf9_T_1Wi4TRDrZc.ttf) format('truetype');
}
/* These reflect the Bootstrap v4 sizes, which are bumped down from Boostrap v3 */
.container {
  width: 1015px !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/**
 * Copy of the BS3 theme file with the imports removed since we use our own
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #4b00a3 0%, #2f0066 100%);
  background-image: -o-linear-gradient(top, #4b00a3 0%, #2f0066 100%);
  background-image: linear-gradient(to bottom, #4b00a3 0%, #2f0066 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b00a3', endColorstr='#ff2f0066', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2a005c;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2f0066;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2f0066;
  border-color: #2a005c;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #2f0066;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #4b00a3 0%, #3f008a 100%);
  background-image: -o-linear-gradient(top, #4b00a3 0%, #3f008a 100%);
  background-image: linear-gradient(to bottom, #4b00a3 0%, #3f008a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b00a3', endColorstr='#ff3f008a', GradientType=0);
  background-color: #3f008a;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: -1px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #4b00a3 0%, #3f008a 100%);
    background-image: -o-linear-gradient(top, #4b00a3 0%, #3f008a 100%);
    background-image: linear-gradient(to bottom, #4b00a3 0%, #3f008a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b00a3', endColorstr='#ff3f008a', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #4b00a3 0%, #340070 100%);
  background-image: -o-linear-gradient(top, #4b00a3 0%, #340070 100%);
  background-image: linear-gradient(to bottom, #4b00a3 0%, #340070 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b00a3', endColorstr='#ff340070', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #340070;
  background-image: -webkit-linear-gradient(top, #4b00a3 0%, #39007d 100%);
  background-image: -o-linear-gradient(top, #4b00a3 0%, #39007d 100%);
  background-image: linear-gradient(to bottom, #4b00a3 0%, #39007d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b00a3', endColorstr='#ff39007d', GradientType=0);
  border-color: #39007d;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #4b00a3 0%, #3f008a 100%);
  background-image: -o-linear-gradient(top, #4b00a3 0%, #3f008a 100%);
  background-image: linear-gradient(to bottom, #4b00a3 0%, #3f008a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b00a3', endColorstr='#ff3f008a', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.label-tag,
.label-tag-sm {
  background: #777777;
}
.label-tag-sm {
  font-size: 70%;
  padding: 0 0.6em;
}
/* ====
 * Additional variables (copied from 2012.sass)
 * ==== */
/* ====
 * Additional mixins
 * ==== */
/* ===
 * Allow badges to be colored like labels
 * === */
.badge-primary {
  background-color: #4b00a3;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  background-color: #340070;
}
.badge-success {
  background-color: #5cb85c;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  background-color: #449d44;
}
.badge-info {
  background-color: #5bc0de;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  background-color: #31b0d5;
}
.badge-warning {
  background-color: #f0ad4e;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  background-color: #ec971f;
}
.badge-danger {
  background-color: #d9534f;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  background-color: #c9302c;
}
/**
 * Create various status indicators using the -error suffix to match
 * Django's terminology (BS uses -importand or -danger)
 *
 * Also create -default versions where BS doesn't define them.
 */
.badge-error {
  background-color: #d9534f;
}
.badge-error[href]:hover,
.badge-error[href]:focus {
  background-color: #c9302c;
}
.badge-default {
  background-color: #eeeeee;
}
.badge-default[href]:hover,
.badge-default[href]:focus {
  background-color: #d5d5d5;
}
.label-error {
  background-color: #d9534f;
}
.label-error[href]:hover,
.label-error[href]:focus {
  background-color: #c9302c;
}
.alert-error {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
  color: #a94442;
}
.alert-default {
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #dbdbdb 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #dbdbdb 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #dbdbdb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdbdbdb', GradientType=0);
  border-color: #c8c8c8;
  color: #555555;
}
.progress-error .bar,
.progress .bar-error {
  background-image: -webkit-linear-gradient(top, #ee5f5b 0%, #c43c35 100%);
  background-image: -o-linear-gradient(top, #ee5f5b 0%, #c43c35 100%);
  background-image: linear-gradient(to bottom, #ee5f5b 0%, #c43c35 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.wilber-border {
  border: 1px solid #ddd;
}
.wilber-shade {
  background: #f5f5f5;
}
table.layout th,
table.layout td {
  border: none;
  padding: 0;
}
table.layout.vcenter th,
table.layout.vcenter td {
  vertical-align: middle;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
/* Inline inputs and buttons
select.input-compact-select, select.input-inline {
  font-size: inherit;
  height: 1.7em;
  margin: 0;
  padding: 0;
  width: auto;
}

.btn.btn-inline {
  border-radius: 3px;
  font-size: @font-size-mini;
  line-height: 1.7em;
  margin: 0;
  padding: 0 6px;
  vertical-align: top;
  & [class^="icon-"], [class*=" icon-"] {
    vertical-align: inherit;
  }
}
*/
.pull-left-with-margin {
  float: left !important;
  margin-right: 12px;
}
.icon-link {
  opacity: 30;
  filter: alpha(opacity=3000);
}
.icon-link:hover {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.strong {
  font-weight: bold;
}
/** Extend some Bootstrap types **/
.label-lg,
.badge-lg {
  font-size: 28px;
  padding: 5px;
  line-height: 48px;
  border-radius: 4px;
  vertical-align: middle;
}
.progress {
  border: 1px solid #eeeeee;
  position: relative;
}
.progress .progress-label {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  text-shadow: 0 0 2px #fff;
}
/*
// Fix for bordered table (https://github.com/twitter/bootstrap/issues/6538)
.table-bordered {
  tbody:first-child tr:first-child > th:first-child {
    border-top-left-radius: @border-radius-base;
  }
  tbody:first-child tr:first-child > th:last-child {
    .border-top-right-radius(@border-radius-base);
  }
  tbody:last-child tr:last-child > th:first-child {
    .border-bottom-left-radius(@border-radius-base);
  }
  tbody:last-child tr:last-child > th:last-child {
    .border-bottom-right-radius(@border-radius-base);
  }
}
*/
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 8px;
}
/** Status overlays **/
.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.overlay-spinner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.overlay-spinner .spinner {
  display: inline-block;
}
.overlay-error {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  padding-top: 1em;
  background: #f5f5f5;
  color: #9d261d;
}
.overlay-flash {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  background: #0f0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/** Page layout **/
#wilber {
  position: relative;
}
.page-top-nav {
  float: right !important;
  margin-top: 6px;
}
/** Map **/
.map-container {
  float: left;
  margin-bottom: 12px;
}
#map {
  width: 600px;
  height: 400px;
  border: 1px solid #ddd;
}
#mapTools {
  width: 600px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
}
#mapTools:before,
#mapTools:after {
  content: " ";
  display: table;
}
#mapTools:after {
  clear: both;
}
#mapTools:before,
#mapTools:after {
  content: " ";
  display: table;
}
#mapTools:after {
  clear: both;
}
#mapTools > div {
  display: inline-block;
  padding: 1px 4px;
}
#mapTools .legend {
  white-space: nowrap;
}
#mapTools .legend ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
#mapTools .legend ul li {
  margin: 2px 6px;
}
#mapTools .legend ul li.header {
  font-weight: bold;
}
.filter-reset {
  position: relative;
}
.filter-reset > button {
  position: absolute;
  right: 0;
  bottom: 6px;
}
.map-right-sidebar {
  float: right;
  width: 300px;
}
.map-right-sidebar h3 {
  margin-top: 0;
}
#numSelected,
#numRows {
  font-weight: bold;
}
#unmappedPointsMessage {
  color: #31708f;
}
/** Panel styles **/
.base-panel {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 0 0 8px 0;
  margin: 8px 0;
}
.base-panel > div {
  margin: 4px 20px;
}
.panel {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 0 0 8px 0;
  margin: 8px 0;
  position: relative;
}
.panel > div {
  margin: 4px 20px;
}
.panel .panel-label {
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin: -1px -1px 4px;
  padding: 0 8px;
  display: block;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-size: 12px;
}
.panel .panel-label-corner {
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin: -1px -1px 4px;
  padding: 0 8px;
  display: block;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-size: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  position: absolute;
}
.panel .panel-label-corner + div {
  margin-top: 24px;
}
.panel .panel-label-corner + div.panel-tight {
  margin-top: 8px;
}
.panel .popup-help {
  position: absolute;
  right: 0;
  margin: 1px 4px;
}
.panel-sub {
  margin-top: -6px;
  font-size: 12px;
}
/** Fieldsets based on panel style **/
.wilber-page fieldset {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 0 0 8px 0;
  margin: 8px 0;
}
.wilber-page fieldset > div {
  margin: 4px 20px;
}
.wilber-page fieldset > legend {
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin: -1px -1px 4px;
  padding: 0 8px;
  display: block;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-size: 12px;
  font-size: inherit;
  line-height: inherit;
  width: auto;
}
.wilber-page fieldset + fieldset {
  margin-top: 8px;
}
.wilber-page fieldset .form-group {
  margin: 4px 20px;
}
.wilber-page form.form-inline fieldset > legend,
.wilber-page form.form-horizontal fieldset > legend {
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin: -1px -1px 4px;
  padding: 0 8px;
  display: block;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-size: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  position: absolute;
}
.wilber-page form.form-inline fieldset > legend + div,
.wilber-page form.form-horizontal fieldset > legend + div {
  margin-top: 24px;
}
.wilber-page form.form-inline fieldset > legend + div.panel-tight,
.wilber-page form.form-horizontal fieldset > legend + div.panel-tight {
  margin-top: 8px;
}
.wilber-page .form-group,
.wilber-page .controls {
  margin-bottom: 4px;
  display: block;
}
.wilber-page .help-block {
  line-height: 1em;
  margin: 2px 20px;
}
/** Panel-like label **/
span.split-label {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  line-height: 2em;
  padding: 0 6px;
}
span.split-label > b {
  display: inline-block;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin: -1px 0 -1px -7px;
  padding: 0 6px;
}
/** Filter inputs **/
#filter .form-control,
#filter .btn {
  padding: 5px 4px;
  height: 2em;
  line-height: 1;
}
#filter .ui-slider .ui-slider-handle {
  -webkit-transition: position 0;
  -o-transition: position 0;
  transition: position 0;
}
#filter input.number {
  width: 4em;
}
#filter input.date {
  width: 6em;
}
#filter #distanceMin,
#filter #distanceMax,
#filter #azimuthMin,
#filter #azimuthMax {
  width: 3em;
}
#filter .filter-clear {
  float: right;
  margin: 2px;
}
/* Fix for slider handles appearing on top of overlays (like date picker) */
.ui-slider {
  z-index: 1;
}
/** Select2 widget overrides **/
.filter-select {
  font-size: 100%;
  margin-right: 20px;
  /*   li div {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }
 */
}
.select2-search-choice-close {
  top: 3px;
  -webkit-transition: background-position 0s;
  -o-transition: background-position 0s;
  transition: background-position 0s;
}
.select2-drop {
  border-color: #ccc;
}
.select2-drop.select2-drop-above {
  border-top: 1px solid #ccc;
  border-bottom: 0;
}
.select2-container.select2-container-multi .select2-choices {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-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 .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  color: #555555;
  border-radius: 4px;
}
.select2-container.select2-container-multi .select2-choices input {
  height: auto;
}
.select2-container.select2-container-multi.select2-dropdown-open .select2-choices {
  border-color: rgba(82, 168, 236, 0.8);
  border-bottom-color: transparent;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container.select2-container-multi.select2-dropdown-open.select2-drop-above .select2-choices {
  border-color: rgba(82, 168, 236, 0.8);
  border-top-color: transparent;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/** Data table **/
#dataInfo,
#dataGrid {
  width: 916px;
}
#dataInfo,
#dataGrid,
#dataInfo div,
#dataGrid div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#dataInfo {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  margin-top: 12px;
}
#dataInfo:before,
#dataInfo:after {
  content: " ";
  display: table;
}
#dataInfo:after {
  clear: both;
}
#dataInfo:before,
#dataInfo:after {
  content: " ";
  display: table;
}
#dataInfo:after {
  clear: both;
}
#dataInfo > div {
  display: inline-block;
  margin: 1px 4px;
}
#dataInfo > div + div {
  margin-left: 16px;
}
#dataInfo select {
  font-size: 13px;
  width: auto;
  height: 4.5;
  margin-bottom: 0;
}
#dataGrid {
  height: 300px;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #ddd;
  border-top: none;
}
#dataGrid a {
  color: #4b00a3;
}
#dataGrid a:hover {
  color: #7e2fda;
}
#dataGrid .slick-cell {
  padding: 2px 4px;
}
#dataGrid .slick-cell.numeric {
  text-align: right;
  padding-right: 8px;
}
#dataGrid .slick-cell.selected {
  background: #cfc;
}
#dataGrid .slick-cell input[type="radio"],
#dataGrid .slick-cell input[type="checkbox"] {
  margin: 0;
}
#dataGrid .slick-sort-indicator {
  position: absolute;
  right: 3px;
}
/* Grid elements that hide when inactive */
.hide-inactive {
  display: none;
}
.slick-row.active .hide-inactive,
.slick-row:hover .hide-inactive {
  display: initial;
}
/* Replicate Google Maps controls style */
.map_controls {
  margin: 10px;
  color: #000;
  text-align: center;
  -webkit-user-select: none;
}
.map_controls > div {
  margin: 0;
  padding: 8px;
  position: relative;
}
.map_controls > div.button {
  background-color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  background-clip: padding-box;
}
.map_controls > div.button:hover {
  background-color: #ebebeb;
}
.map_controls > div.button.active {
  font-weight: bold;
}
.map_controls.horizontal > div {
  float: left;
}
/* Status area on map */
.statusBar {
  position: absolute;
  bottom: 20px;
  right: 0px;
  z-index: 1;
}
#status {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  font-family: Arial, sans-serif;
  display: inline;
  font-size: 11px;
  padding: 0 2px;
}
#status.active {
  background: #ff0;
}
/* Popup info box on map */
.infoBox > div {
  position: absolute;
  margin: 2px;
  font-size: 12px;
  white-space: nowrap;
  color: #333333;
  border: 1px solid #717b87;
  -webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
  background: #FDFFDB;
  /* for non-css3 browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#FDFFDB), to(#FBFFC2));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #FDFFDB, #FBFFC2);
  /* for firefox 3.6+ */
  padding: 4px;
}
.infoBox a {
  text-decoration: none;
}
.infoBox a:hover {
  text-decoration: underline;
}
.help {
  font-size: 85%;
  font-style: italic;
  line-height: 1em;
}
/* Events page */
#eventsDataset_custom {
  display: none;
}
/* Datacenter label */
.label.label-dc {
  font-size: 70%;
  vertical-align: text-top;
  line-height: inherit;
  padding: 1px 5px;
}
/* Station details */
#stationDetail_popup {
  display: none;
}
#stationDetail_location {
  margin-top: 1em;
  display: table;
}
#stationDetail_location > div {
  display: table-cell;
}
#stationDetail_location > div + div {
  padding-left: 12px;
}
#stationDetail_waveforms .channel {
  width: 55px;
  font-size: 18px;
}
#stationDetail_waveforms .waveform {
  width: 500px;
  height: 120px;
  position: relative;
}
#stationDetail_waveforms .waveform > div {
  height: 100%;
}
#stationDetail_waveforms .waveform .dygraph-legend {
  margin-top: 1px;
  font-size: 12px !important;
  line-height: 1em;
}
#stationDetail_waveforms .waveform-image-link {
  display: block;
  font-size: 11px;
  text-align: right;
  line-height: 1em;
  margin: 0 6px 1px;
}
/** Waveform parts **/
.waveform .p-arrival .markerpath {
  stroke: #f00 !important;
}
.waveform .pp-arrival .markerpath {
  stroke: #f90 !important;
}
.waveform .pkp-arrival .markerpath {
  stroke: #fc0 !important;
}
.waveform .s-arrival .markerpath {
  stroke: #00f !important;
}
.waveform .ss-arrival .markerpath {
  stroke: #0af !important;
}
.waveform .sks-arrival .markerpath {
  stroke: #0c6 !important;
}
.waveform .markertext {
  display: none;
}
.waveform path.seispath {
  stroke: #333;
  fill: none;
  stroke-width: 0.5px;
}
/** Record section popup **/
#recordSection_dialog {
  display: none;
}
#recordSection_plots {
  float: left !important;
  margin-right: 12px;
}
.record-section-plots-inner {
  position: relative;
  border: 1px solid #000;
}
.record-section-station {
  position: absolute;
}
.record-section-station.error {
  color: #f00;
}
.record-section-station .waveform {
  height: 100%;
}
.record-section-station .waveform-label,
.record-section-station .waveform .message {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  font-size: 77%;
  line-height: 1em;
  white-space: nowrap;
}
.record-section-station .waveform-label {
  text-align: right;
  padding-right: 2px;
  left: -80px;
  width: 80px;
}
.record-section-station .waveform .message {
  padding-left: 8px;
}
.hide-errors .error {
  display: none;
}
.record-section-xaxis {
  position: absolute;
  left: 0;
  right: 0;
}
.record-section-xaxis .dygraph-axis-label,
.record-section-xaxis .dygraph-label {
  font-size: 77%;
}
.record-section-phase-legend {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 77%;
  line-height: 1em;
  padding: 2px;
}
.record-section-phase-legend .phase {
  display: inline;
  border-width: 0 0 0 2px;
  border-style: solid;
  padding: 0 2px;
}
/** Data Request **/
.progress-small {
  width: 300px;
}
/** Bootstrap style on jQuery-ui date picker **/
.ui-datepicker .ui-datepicker-title select {
  color: #555;
}
/** Request dialog **/
#dataRequestDialog_status .alert,
#dataRequestDialog_status ul {
  margin: 0;
}
/** Other? **/
table.table-info th {
  background: #f5f5f5;
}
div.info-panel {
  border: 1px solid #BFCEAF;
  border-top: none;
  padding-bottom: 8px;
}
div.info-panel > div {
  border-top: 1px solid #BFCEAF;
  padding: 0.1em 0.5em;
}
div.info-panel > div .header {
  background: #D9EDC3;
  font-weight: bold;
}
div.info-panel + div.info-panel {
  margin-top: 16px;
}
#numDataChannels {
  font-weight: bold;
}
.alert-mini {
  font-size: 12px;
  line-height: 1em;
  padding: 2px 8px;
  margin: 0;
}
.status-working {
  background-color: #ccc;
  border: 1px solid #aaa;
}
.status-error {
  background-color: #fcc;
  border: 1px solid #a00;
  color: #a00;
}
.status-success {
  background-color: #cfc;
  border: 1px solid #0a0;
  color: #0a0;
}
.wilber-status.large-status {
  font-size: 174%;
  padding: 0.2em;
  display: inline-block;
}
/* Django default classes */
.form-field {
  border: 1px solid none;
  margin: 0 4px;
  padding: 4px;
}
.errorlist {
  margin: 0 20px;
}
.errorlist li {
  margin: 0;
}
.messages .error,
.form-field.error {
  border: 1px solid #a00;
  background-color: #fcc;
  color: #a00;
}
.messages .success {
  border: 1px solid #0a0;
  background-color: #cfc;
  color: #0a0;
}
.messages .working {
  border: 1px solid #aaa;
  background-color: #ccc;
  color: #aaa;
}
.messages.status-large div {
  font-size: 174%;
  padding: 0.2em;
  display: inline-block;
}
/* Button styles based on jqueryui */
/*
.btn, button.ui-datepicker-trigger {
    border: 1px solid #d3d3d3;
    background: #e8e8e8 url(images/ui-bg_flat_75_e8e8e8_40x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
    border-radius: 4px;
    padding: 4px 6px;
}
.btn:hover, button.ui-datepicker-trigger:hover,
.btn:focus, button.ui-datepicker-trigger:focus
{
    border: 1px solid #999999;
    background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    color: #212121;
}

.btn:active, button.ui-datepicker-trigger:active {
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}
*/
/* Attempt to make the record section print well -- there seem to be enormous cross-browser
 * variations here
 */
@media print {
  .modal-backdrop.fade.in {
    opacity: 100;
    filter: alpha(opacity=10000);
    background: #fff !important;
    position: absolute;
  }
  .modal.fade.in {
    left: 0px;
    margin-left: 0px;
    background: #fff !important;
    position: absolute;
  }
  /*
  header, nav, #footer, #breadcrumbs, h1, .wilber-page > * {
    display: none;
  }
  */
}
