/* Move down content because we have a fixed navbar that is 50px tall */
/*
@font-face {
  font-family: 'LatoLight';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(../fonts/LatoLight.woff) format('woff');
}
@font-face {
  font-family: 'LatoRegular';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/LatoRegular.woff) format('woff');
}
*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/DXI1ORHCpsQm3Vp6mXoaTYnF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/k3k702ZOKiLJc3WVjuplzInF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}


body {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #1e1e1e;
  color: #eee;
}

body,p,h1,h2,h3,h4 {
  font-family: 'LatoRegular', sans-serif;
}

p {font-size: 16px;}
.orange {color:#ff760a;}

.navbar-brand span {
  color:#ff760a;
}

.notice {
  background-color: red;
  padding:10px;
}
.jumbotron {
  background:#000 url(../img/site/bg2.png) top center no-repeat;
  border-top:2px solid #444;
  border-bottom:2px solid #111;
}

.jumbotron h2 {
  color:#eee;
}

.jumbotron2 {
  background-color:#777777;
  padding-left:10%;
  color:#222;
}

.jumbotron2 h2 {
  color:#222;
}

.footer {
  background-color:#000;
  padding-top:50px;
  padding-bottom:50px;
  padding-left:10%;
  margin:0;
}

.footer h2 {
  color:#eee;
}

.footer ul {
  list-style: none;
}

footer ul {
  list-style: none;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid #333;
}

#sdoisgo {
  height:500px;
  overflow-y: scroll;
}

a.list-group-item .list-group-item-heading,
a.list-group-item .list-group-item-heading {
  color: #fff;
}

a.list-group-item {
  color: #ffffff;
  background-color: #000;
  border-color: #222;
}

a.list-group-item:hover,
a.list-group-item:focus {
  color: #ffffff;
  background-color: #428bca;  
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  border-color: #3278b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
}

a.list-group-item:hover .list-group-item-heading,
a.list-group-item:focus .list-group-item-heading {
  color: #e1edf7;
}

.carousel-inner > .item > a > img {
  /*height: 512px;*/
  height:auto;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.image-responsive {
  height:auto;
  display: block;
  max-width: 100%;
  /*min-width: 100%;*/
}

.bordered {
  /*border:1px solid #428bca;*/
  border:2px solid #000;
}

.panel {
  border:none;
  border-radius: 0;
}

#potwpanel, #sunnowpanel {
  min-width: 525px;
}

.panel .panel-heading {
  border:none;
  border-bottom:1px solid #000;
  border-radius: 0;
}
.panel .panel-body {
  border-top:1px solid #222;
  border-bottom:1px solid #222;
  background-color:#000;
}

.panel-inverse > .panel-footer {
  border-top:1px solid #000;
  border-radius: 0;
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
}


/**
 * Sidebar Navigation
 */
.sidebar.affix-bottom,
.sidebar.affix {
  /*width:263px;*/
  width: 100%;
}

.sidebar.affix {
  position:static;
  top:100px;
}

.bs-sidenav {
  width: 100%;
}

.bs-sidenav > li  {
  border-bottom:1px solid #222;
}

.bs-sidenav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  /*background-color:#1c1c1c;*/
  background-color:#111;
  border-bottom:1px solid #000;
}

.bs-sidenav > li.active > a {
  text-decoration: none;
  background-color:#428BCA;
  color:#fff;
  border-right: 1px solid #fff;
}

.bs-sidenav > li > a:hover,
.bs-sidenav > li > a:focus,
.bs-sidenav > li.active > a:hover,
.bs-sidenav > li.active > a:focus {
  text-decoration: none;
  background-color:#428BCA;
  color:#fff;
  border-right: 1px solid #fff;
}


/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .sidebar.affix,
  .sidebar.affix-bottom {
    width: 213px;
  }
  .sidebar.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 100px;
  }
  .sidebar.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
  .sidebar.affix-bottom .bs-sidenav,
  .sidebar.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .sidebar.affix-bottom,
  .sidebar.affix {
    width: 263px;
  }
}


/*
#sunnowalt,#potwalt {
  display: none;
}

@media
only screen and (max-device-width:480px),
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  #sunnowalt,#potwalt {
    display: block;
  }
  #sunnowpanel,#potwpanel {
    display: none;
  }
}
*/



/**
 * Tables
 */
.table {
  background-color:#eee;
  color:#333;
}


/**
 * Navigation Tabs
 *
 */
#myTabs > li > a {
  /*background-color:#428BCA;*/
  background:#000;
  color: #fff;
  border-bottom-color:#eee;
}

#myTabs > li > a:hover {
  /*border-color: #eeeeee #eeeeee #dddddd;*/
  /*background-color:#dddddd;*/
  
  border-color: #428BCA #428BCA #eee;
  background-color:#428BCA;
}

#myTabs > li.active > a {
  background-color: #eee;
  color: #555555;
}

#myTabs > li.active > a:hover,
#myTabs > li.active > a:focus, {
  color: #555555;
  cursor: default;
  background-color: #ccc;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;  
}

.tab-content {
  background-color:#eee;
  padding:10px;
}

.tab-content p,
.tab-content h2,
.tab-content h3 {
  color:#333;
}

.tab-content ul {
  list-style-type: none;
}

.tab-content .pull-left {
  margin-top: 15px !important;
  margin-right: 10px !important;
}


.tab-content .panel {
  border:none;
  border-radius: 0;
}

.tab-content .panel .panel-heading {
  border:none;
  border-bottom:1px solid #000;
  border-radius: 0;
  
}

.tab-content .panel .panel-heading .panel-title {
  color:#eee;
}

.tab-content .panel .panel-body {
  border-top:1px solid #222;
  border-bottom:1px solid #222;
  background-color:#ccc;
}


.modal p,
.modal h3,
.modal h4,
.modal h2 {
  color:#333;
}

.glyphicon-info-sign {
  cursor: pointer;
}
