/* Move down content because we have a fixed navbar that is 50px tall */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(/assets/fonts/DXI1ORHCpsQm3Vp6mXoaTYnF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/assets/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(/assets/fonts/k3k702ZOKiLJc3WVjuplzInF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}



.jsoc {
    background-color: green;
//    background-color: #9f7d11;
    font-size: 15px;
    margin: 0px;
    //padding: .2rem 13rem;
   text-align: center;
}

.archived {
  background-color: #e2e3e5;
  color: #383d41;
  font-size: 16px;
  margin: 0;
  text-align: center;
}

.archived p { color: #383d41; }

.jsoc p, .archived p { margin: 0; font-size: 1.1rem; padding: 0.5rem 1rem; }

@media only screen and (max-width: 600px) {
  .jsoc {
  	padding: .2rem 1rem; 
  }
}

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

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

p,h1,h2,h3,h4,small,li,blockquote {color: #eee;}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #666;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a > h4 {
  color: #666;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a > p {
  color: #666;
}

.navbar {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    background: #1e1e1e !important;
}

#navbarSupportedContent {
    width: 100%;
    justify-content: space-between;
}

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

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

.notice {
  background-color: red;
  padding:10px;
}
.jumbotron {
  background:#000 url(/assets/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-right: 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;
  font-size: 1.2rem;
  font-weight: 500;
}

.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) {
  /*p,h1,h2,h3,h4,small,li,blockquote {color: #333;}*/
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #666;
  }
  .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) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #666;
  }
  /* Widen the fixed sidebar again */
  .sidebar.affix-bottom,
  .sidebar.affix {
    width: 263px;
  }
}

@media (max-width: 768px) {
  p,h1,h2,h3,h4,small,li,blockquote {color: #eee;}
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #eee;
  }
}

@media (max-device-width:480px) {
  p,h1,h2,h3,h4,small,li,blockquote {color: #eee;}
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #eee;
  }
}

@media (max-width: 480px) {
  p,h1,h2,h3,h4,small,li,blockquote {color: #eee;}
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #eee;
  }
}


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


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

#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;
}

.dropdown-item {
  line-height: 1.4;
  font-weight: 500;
}

.news {
  width:400px;
}
.mynavbar-text {
  color: #aeaeae;
  padding:0 0 0 1.25em;
}

.mynavbar-text h4, .mynavbar-text p {
  color: #aeaeae;
}




.nav-item .nav-link {
  font-size: 1.2rem;
  font-weight: 500;
}

li.nav-item {
  margin: 0 5px;
}

.footer {
  font-size: 1.1rem;
}

.card-header {
  font-size: 1.2rem;
}

dd li a {
  font-size: 16px !important;
}

.tab-pane {
  padding: 2rem 1rem;
}
