/*
Spokane Forest
Yellow: fad716
Green: 008651
*/

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  font-family: 'Alegreya SC', serif;
}
body {
  font-family: 'Jaldi', sans-serif;
  font-size: 14px;
  background-image: url('../img/layout/billie_holiday.png');
}
#page_wrap {
  min-height: 800px;
}
#main_site_page_wrap {
  min-height: 800px;
}
#ui-datepicker-div {
  z-index: 99999 !important;
}


/* Navbar */
.navbar-inverse {
  background-color: #636363;
  background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
  background-image: -o-linear-gradient(top,#3c3c3c 0,#222 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
  background-image: linear-gradient(to bottom, rgba(61,61,61,0.4) 0%, rgba(33,33,33,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
}
.navbar-inverse .navbar-brand {
  font-family: 'Alegreya SC', serif;
  color: #43cd96;
}
#navbar a.btn {
  margin-top: 7px;
}


/* Ticker Tape */
#ticker_tape {
  font-family: monospace;
  height: 25px;
  padding: 2px 20px;
  margin: 0 -15px;
  border-bottom: 1px solid green;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfd255+0,8eb92a+50,72aa00+51,9ecb2d+100&0.5+0,0.5+100;Green+Gloss */
  background: -moz-linear-gradient(top, rgba(191,210,85,0.5) 0%, rgba(142,185,42,0.5) 50%, rgba(114,170,0,0.5) 51%, rgba(158,203,45,0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(191,210,85,0.5) 0%,rgba(142,185,42,0.5) 50%,rgba(114,170,0,0.5) 51%,rgba(158,203,45,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(191,210,85,0.5) 0%,rgba(142,185,42,0.5) 50%,rgba(114,170,0,0.5) 51%,rgba(158,203,45,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bfd255', endColorstr='#809ecb2d',GradientType=0 ); /* IE6-9 */
  overflow: hidden;
}
#ticker_tape ul {
  min-width: 100%;
}
#ticker_tape li {
  display: inline;
  color: #ffffff;
}


/* Auth Window */
#auth_window {
  padding: 100px 0;
}

.paperwork-icons {
}


/* Portals: Left Nav */
#left_nav {
  padding: 20px 0 80px 0;
}
#left_nav > img {
  display: block;
  margin: 0 auto 20px auto;
}
#left_nav .list-group,
#left_nav .list-group-item:first-child,
#left_nav .list-group-item:last-child {
  border-radius: 0;
  box-shadow: none;
}

/* Portals: Main Content */
#main_content {
  background-color: rgba(255, 163, 0, 0.08);
  border-bottom-right-radius: 10px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border: 1px solid #b6b6b6;
}
#main_content h1 {
  padding: 10px 20px;
  margin-left: -15px;
  margin-right: -15px;
}

#main_content .top-right-tools {
  margin-top: 30px;
}



/* Tables */
.table-striped>tbody>tr:nth-child(odd) {
  background-color: rgba(250, 250, 250, 0.6);
}


/* Footer */
footer {
  font-family: 'Alegreya SC', serif;
  color: #d5d5d5;
  width: 100%;
  min-height: 50px;
  padding: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008651+0,195b43+100 */
  background: #008651; /* Old browsers */
  background: -moz-linear-gradient(top, #008651 0%, #195b43 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #008651 0%,#195b43 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #008651 0%,#195b43 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008651', endColorstr='#195b43',GradientType=0 ); /* IE6-9 */
}
footer a,
footer a:active,
footer a:visited{
  color: #d5d5d5;
}
footer a:hover {
  color: #fff;
}
#trader_messages .list-group-item {
  font-family: Helvetica, sans-serif;
  color: white;
  background-color: transparent;
  border-right: none;
  border-left: none;
}
#trader_messages .list-group-item:first-child,
#trader_messages .list-group-item:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#trader_messages .list-group-item small {
  color: #d5d5d5;
}




/* Large */
@media (min-width: 1200px) {
}

/* Medium */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Small */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Extra Small */
@media (max-width: 767px) {
  #left_nav {
    padding: 0;
  }
}



/* Print */
@media print
{
  .no-print,
  .no-print *,
  #left_nav
  {
    display: none !important;
  }
  a[href]:after {
    content: none !important;
  }
  img[src]:after {
    content: none !important;
  }
  #main_content {
    width: 100% !important;
    border: none !important;
    border-bottom-right-radius: none !important;
    margin-bottom: none !important;
    padding-bottom: none !important;
  }
  #page_wrap {
    min-height: inherit !important;
  }
  #main_content h1 {
    padding: 10px -20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #main_content .top-right-tools {
    margin-top: 0;
  }
}







