@import "bootstrap";

// Place all the styles related to the application here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

      html, body {
          background-image: url('/assets/background.jpg');
      }

      body {
          padding-top: 22px; /* 40px to make the container go all the way to the bottom of the topbar */
      }

      .container > footer p {
          text-align: center; /* center align it with the container */
      }

      .container {
          /*width: 960px; *//* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 14 columns and not 16. */
      }

          /* The white background content wrapper */
      .content {
          background-color: #fff;
          padding: 20px;
          margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
          -webkit-border-radius: 0 0 6px 6px;
          -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
          -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
          -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
      }

          /* Page header tweaks */
      .page-header {
          background-color: #000000;
          opacity: 0.6;
          filter: alpha(opacity = 60); /* For IE8 and earlier */

          padding: 20px 20px 10px;
          /*padding: 20px;*/

          margin: -20px -20px 20px;

      }

      .page-header h1 {
          color: white;
      }

          /* Styles you shouldn't keep as they are for displaying this base example only */
      .content .span10,
      .content .span4 {
          min-height: 350px;
      }

          /* Give a quick and non-cross-browser friendly divider */
      .content .span6 {
          margin-left: 0;
          padding-left: 19px;
          border-left: 1px solid #eee;
      }

      .topbar .btn {
          border: 0;
      }

      th {
          border: none;
      }

      a:link {
          color: #556b2f;
      }

      a:visited {
          color: #556b2f;
      }

      a:hover {
          text-shadow: none;
          background: none;
          text-decoration: none;
          color: #000000;
          font-weight:bold;
      }

      .nav a:hover {
          background: black;
          text-decoration: none;
          color: white;
      }

      .nav_link a:hover {
          text-decoration: underline;
          color: white;
      }

      .activate_pageslide {

      }

      td {
      border:none;
      }

      tr {
      border:none;
      }



    tr.odd {
        background-color: #e3f5ac;
    }

    tr.odd td.sorting_1 {
        background-color: #d7e99f;
    }

    tr.even {
        background-color: #ffffff;
    }

    tr.even td.sorting_1 {
        background-color: #f2f2f2;
    }

    td.options {
        width: 100px;
        background: olive;
    }

    td.options a {
        color: white;
    }