html
{
}
h1,h2,h3,h4,h5,h6
{
  font-family: 'Roboto','Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
small
{
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.brand
{
  font-family: 'Roboto', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #eeeeee !important;
}
body
{
  background-color: #000000;
  background-image: url('https://media.kmnr.org/img/kmnr-library-bg.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-attachment: fixed;
  font-size: 12px !important;
  line-height: 18px !important;
  /*
  background-image: -moz-linear-gradient(top, #dddddd, #eeeeee);
  background-image: -ms-linear-gradient(top, #dddddd, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #dddddd, #eeeeee);
  background-image: -o-linear-gradient(top, #dddddd, #eeeeee);
  background-image: linear-gradient(top, #dddddd, #eeeeee);
  */
}
.container-default
{
  padding: 20px;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.075) !important;
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.075) !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.datebox
{
  text-align: center;
  background-color: #008BC3;
  background-image: -moz-linear-gradient(top, #000000, #333333);
  background-image: -ms-linear-gradient(top, #000000, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#333333));
  background-image: -webkit-linear-gradient(top, #000000, #333333);
  background-image: -o-linear-gradient(top, #000000, #333333);
  background-image: linear-gradient(top, #000000, #333333);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  -webkit-box-shadow: 1px 1px 2px 3px  rgba(0, 0, 0, 0.075) !important;
  -moz-box-shadow: 1px 1px 2px 3px rgba(0, 0, 0, 0.075) !important;
  box-shadow: 1px 1px 2px 3px rgba(0, 0, 0, 0.075) !important;
  padding-bottom: 3px;
  margin-bottom: 10px;
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
}
.datebox-month
{
  padding: 7px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.datebox-day
{
  padding: 7px;
  font-size: 43px;
  font-weight: bold;
  margin-bottom: 5px;
}
.image-content img, .image-content iframe {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 8px;
}
.bigger-text {
  font-size: 14px;
}
.hero-area {
  margin-bottom: 20px !important;
}
.container-hero {
  margin-bottom: -10px !important;
}
.hero-unit
{
  margin-bottom: 10px !important;
}

.hero-control {
  background-image: url('https://media.kmnr.org/img/background-hero-control.jpg');
  color: white;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}
.hero-converge {
  background-image: url('https://media.kmnr.org/img/background-hero-converge.jpg');
  color: white;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}
.hero-map {
  color: white;
  background-image: url('https://media.kmnr.org/img/background-hero-map.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}
.hero-library {
  color: white;
  background-image: url('https://media.kmnr.org/img/background-hero-library.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}
.hero-control,.hero-converge,.hero-map,.hero-library h1 {
  text-shadow: 0px 2px 4px black !important;
}
.fancy-well h1,.fancy-well h2,.fancy-well h3,.fancy-well h4,.fancy-well h5,.fancy-well h6
{
  text-shadow: 0px 1px 2px black;
}
.carousel-caption 
{
  color: white;
}
.carousel-caption p
{
  line-height: 16px !important;
  font-size: 12px !important;
}
.hero-small p
{
  font-size: 12px !important;
  line-height: 16px !important;
}
.boxed {
  background-color: #222222;
  padding: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  color: white !important;  
}
.center-thumbnail
{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.no-bullet
{
  list-style-type: none;
}
.no-bullet li
{
}
.list-show-title
{
  line-height: 25px;
  font-weight: bold;
  font-size: 14px;
  display: inline;
}
.list-show-info
{
  display: inline;
}
.list-show-tags
{
  display: inline;
}
.feed-item
{
  font-size: 16px;
}
.feed-item-special
{
}
.fancy-well
{
  color: white;
  height: 100%;
}
.fancy-well .well
{
  -webkit-box-shadow: 1px 1px 2px 3px  rgba(0, 0, 0, 0.075) !important;
  -moz-box-shadow: 1px 1px 2px 3px rgba(0, 0, 0, 0.075) !important;
  box-shadow: 1px 1px 2px 3px rgba(0, 0, 0, 0.075) !important;
}
.fancy-well a
{
  color: white;
}
.fancy-well a:hover
{
  text-decoration: none;
}
.well-square
{
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.navbar .nav > li > div.nav-custom {
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.nav-avatar
{
  max-height: 19px;
  max-width: 19px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.auto-width
{
  width: auto !important;
}

.table-formset input
{
  width: 100% !important;
}
.popover
{
  width: 450px !important;
  color: #000000 !important;
}
.popover-inner
{
  width: 450px !important;
}
.well-important {
  background-image: -moz-linear-gradient(top, #b94a48, #953b39);
  background-image: -ms-linear-gradient(top, #b94a48, #953b39);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b94a48), to(#953b39));
  background-image: -webkit-linear-gradient(top, #b94a48, #953b39);
  background-image: -o-linear-gradient(top, #b94a48, #953b39);
  background-image: linear-gradient(top, #b94a48, #953b39);
  background-color: #b94a48;
}
.well-important:hover {
  background-color: #953b39;
}
.well-warning {
  background-image: -moz-linear-gradient(top, #f89406, #c67605);
  background-image: -ms-linear-gradient(top, #f89406, #c67605);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#c67605));
  background-image: -webkit-linear-gradient(top, #f89406, #c67605);
  background-image: -o-linear-gradient(top, #f89406, #c67605);
  background-image: linear-gradient(top, #f89406, #c67605);
  background-color: #f89406;
}
.well-warning:hover {
  background-color: #c67605;
}
.well-success {
  background-image: -moz-linear-gradient(top, #468847, #356635);
  background-image: -ms-linear-gradient(top, #468847, #356635);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#468847), to(#356635));
  background-image: -webkit-linear-gradient(top, #468847, #356635);
  background-image: -o-linear-gradient(top, #468847, #356635);
  background-image: linear-gradient(top, #468847, #356635);
  background-color: #468847;
}
.well-success:hover {
  background-color: #356635;
}
.well-info {
  background-image: -moz-linear-gradient(top, #3a87ad, #2d6987);
  background-image: -ms-linear-gradient(top, #3a87ad, #2d6987);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3a87ad), to(#2d6987));
  background-image: -webkit-linear-gradient(top, #3a87ad, #2d6987);
  background-image: -o-linear-gradient(top, #3a87ad, #2d6987);
  background-image: linear-gradient(top, #3a87ad, #2d6987);
  background-color: #3a87ad;
}
.well-info:hover {
  background-color: #2d6987;
}
.well-inverse {
  background-image: -moz-linear-gradient(top, #333333, #1a1a1a);
  background-image: -ms-linear-gradient(top, #333333, #1a1a1a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#1a1a1a));
  background-image: -webkit-linear-gradient(top, #333333, #1a1a1a);
  background-image: -o-linear-gradient(top, #333333, #1a1a1a);
  background-image: linear-gradient(top, #333333, #1a1a1a);
  background-color: #333333;
}
.well-inverse:hover {
  background-color: #1a1a1a;
}
.well-boring {
  background-image: -moz-linear-gradient(top, #999999, #888888);
  background-image: -ms-linear-gradient(top, #999999, #888888);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#888888));
  background-image: -webkit-linear-gradient(top, #999999, #888888);
  background-image: -o-linear-gradient(top, #999999, #888888);
  background-image: linear-gradient(top, #999999, #888888);
  background-color: #999999;
}
.well-color0 {
  background-color: #008cc3;
}
.well-color0:hover
{
  background-color: #0882c2;
}
.well-color1 {
  background-color: #1178c2;
}
.well-color1:hover
{
  background-color: #1a6ec2;
}
.well-color2 {
  background-color: #2364c2;
}
.well-color2:hover
{
  background-color: #2b5ac2;
}
.well-color3 {
  background-color: #3450c2;
}
.well-color3:hover
{
  background-color: #3d46c2;
}
.well-color4 {
  background-color: #463cc2;
}
.well-color4:hover
{
  background-color: #4f32c2;
}
.shiny-error
{
  background-image: url('https://media.kmnr.org/img/error-background.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}
#error-message
{
  width: 500px;
  float: right;
  background-color: white;
  margin-top: 10%;
  margin-right: 10%;
  padding: 20px;
}
#error-message p
{
  text-align: center;
  font-size: 15px;
}
#error-message h1
{
  font-size: 200px;
  text-align: center;
  line-height: 250px;
}
#kmnr
{
  width: 50px;
  text-align: center;
}
.schedule
{
    border: 1px solid black;
    border-collapse: collapse;
}
.schedule th, .schedule td
{
    border: 1px solid black;
    padding: 3px;
    text-align: center;
}
.automation
{
    color: #999999;
}

.show_title > strong
{
    font-weight: 900;
}
