form {
    width: 100%;
}

fieldset {
    display: table;
    padding: 1em 4em;
}

.field {
    display: table-row;
    width: 100%;
}

.field label {
    display: inline-block;
    cursor: text;
    text-align: left;
    padding-right: 15px;
    vertical-align: top;
    margin-bottom: 5px;
    width: 30em;
}

#new_news .field label {
    display: inline-block;
    cursor: text;
    text-align: left;
    padding-right: 15px;
    vertical-align: top;
    margin-bottom: 5px;
    width: 4em;
}

.field input {
    display: inline-block;
    width: 30em;
    margin-bottom: 5px;
    font:400 13px Arial, Helvetica, sans-serif;
    color: #444445;
}

.field select {
    width: 30em;
    margin-bottom: 5px;
    font:400 13px Arial, Helvetica, sans-serif;
}

#new_news .field select {
    width: 10em;
    margin-bottom: 5px;
    font:400 13px Arial, Helvetica, sans-serif;
}

.field textarea {
    width: 30em;
    height: 5em;
    margin-bottom: 5px;
    font:400 13px Arial, Helvetica, sans-serif;
    color: #444445;
}

.required {
    color: red;
}

/* This stylesheet controls the positioning and layout of page elements. */

body {
    width: 100%;
    min-width: 650px;
    padding: 0;
    margin: 0;
}

.navbar li {
    float: left;
}

#header {
    text-align: left;
    position:relative;
    height: 128px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.togglebutton {
    background-color:#1111110f; 
    border-color:black; 
    border-radius: 4px; 
    border-width: 1px;
}

.togglebutton:hover {
    background-color: #3d3a3aa9;
}

#logo {
    margin: 0;
    padding: 24px;
}

#login {
    position: absolute;
    top: 48px;
    right: 20px;
    padding: 8px;
}

/*
 *  These control the top navigation menu
 */
#adminbar {
    min-height: 24px;
}

#adminbar ul {
    margin: 0;
    min-height: 24px;
}

#adminbar li {
    list-style-type: none;
}

#adminbar a {
    line-height: 24px;
}

#topnav ul {
    margin: 0;
    min-height: 2em;
    padding: 0;
}

#topnav li {
    margin-right: 3%;
    display: block;
}

#topnav a {
    padding-left: 10px;
    line-height: 24px;
}

/*
 *  These enable the 3-column layout,
 *  where the middle column is liquid and the
 *  left and right columns are fixed width.
 */

#contentContainer {
    display: table;
    height: 100%;
    background-color: #d5e14d;
    padding-top: 17px;
}

#contentContainer .column {
    display: table-cell;
}

#innerColumns {
    width: 100%;
    padding: 5px;
    padding-left: 0;
    background-color: white;
}

#innerColumnWrap {
    display: table;
    width: 100%;
}

/* MC - mainColumn */
#mainColumn {
    width: 100%;
    padding: 0 4em;
}

/* LC - leftColumn*/
#leftColumn {
    padding-right: 10px;
}

/* RC - rightColumn */
#rightColumn {
    min-width: 14em;
    padding-left: 20px;
    padding-right: 20px;
}
#license {
    border: 1px solid black;
    padding: 4em;
}

#license h1 {
    text-align: center;
    font-size: small;
}
.alert {
	color: red;
	font-size: 1.6em
}

.message {
	color: red;
	font-size: 1.4em
}
#news .startDate {
    min-width: 5em;
    padding-left: 1em;
    padding-right: 1em;
}

#news .endDate {
    min-width: 5em;
    padding-left: 1em;
    padding-right: 1em;
}

#news .description {
    padding-left: 1em;
    padding-right: 1em;
}

#news td {
    padding-bottom: 1em;
}
div.field, div.actions {
  margin-bottom: 10px;
}

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table-cell;
}

#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}

#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}
#stats .column {
    float: left;
    width: 50%;
    padding: 0px;
}

/* Clearfix (clear floats) */
 .row::after {
    content: "";
    clear: both;
    display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1250px) {
    #stats .column {
        width: 100%;
    }
}
/* This stylesheet controls the style and appearance of page elements. */

/*
 *  These affect the body of the page
 */
body {
    font:400 13px Arial, Helvetica, sans-serif;
    color: #444445;
}

a img {
    border: none;
}

hr {
    margin: 20px 0 20px 0;
    color: #D1D1D3;
}

h1 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
}

h2 {
    font-size: 1.1em;
    margin: 0 0 10px 0;
}

h3 {
    font-size: 1em;
    margin: 0 0 10px 0;
}

#notice {
    font-size: 1.5em;
    margin: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px;
    padding-left: 0px;
    background-color: #FA8072;
}

.link {
    height: 42px;
}

.link h1 {
    padding: 15px;
    vertical-align: middle;
}

.list h1 {
    padding: 10px;
}

.index tr {
    border: 1px solid black;
}

/* These affect the page header */

#header {
    background-image: url(/images/top_right.jpg);
    background-color: #FFFFFF;
    background-position: right;
    background-repeat: no-repeat;
}

#adminbar {
    border-bottom: 2px solid rgb(102, 102, 102);
}

#adminbar li {
    background: rgb(213, 225, 77);
    padding: 0 5px;
    margin-right: 2px;
}

#topnav {
    background: rgb(83, 35, 128);
    border-bottom: 7px solid rgb(107, 72, 140);
}

#topnav a {
    text-decoration: none;
    font-weight: 800;
    background-color: #532380;
}

#topnav li {
    list-style: disc url(/images/bullet-white.gif) inside;
}

#topnav a:link, #topnav a:visited {
    color: #FFFFFF;
}

#topnav li:hover {
    list-style: disc url(/images/bullet-green.gif) inside;
}

#topnav li a:hover {
    color: #D4E04C;
}

#login {
    border-radius: 6px;
    background: rgb(213, 225, 77);
}

.memberLink {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.memberLink a {
    text-decoration: none;
    color: rgb(102, 102, 102);
}

.navbar {
    text-transform: uppercase;
    font-size: 11px;
    width: 100%;
}

/*
 *  These control the left column navigation
 */

#leftSublinks ul {
    padding-left: 1em;
}

#leftSublinks li {
    list-style: square inside url(/images/bullet-grey.gif);
}

#leftSublinks li:hover {
    list-style-image: url(/images/bullet-green.gif);
}

#leftSublinks a {
    color: #532380;
    text-decoration: none;
    font-size: 11px;
}

#leftSublinks a:hover {
    color: #D4E04C;
}

#leftSublinks li.leftSublinksCurrent {
    list-style-image: url(/images/bullet-green.gif);
}

#leftSublinks li:hover.leftSublinksCurrent {
    list-style-image: url(/images/bullet-green.gif);
}

#leftSublinks li.leftSublinksCurrent a {
    color: #D4E04C;
}

#leftSublinks li.leftSublinksCurrent a:hover {
    color: #D4E04C;
}

#leftSublinks li.leftSublinksCurrent ul a {
    color: #532380;
}

#leftnav {
    margin: 0;
    padding: 0;
    width: 100%;
}

#leftnav ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

#leftnav li {
    margin: 0 0 5px 0;
    width: 170px;
}

#leftnav li a {
    display: block;
    padding-left: 15px;
    border: 2px solid #D1D1D3;
    height: 25px;
    background:url(/images/button-go.gif) 142px 50% no-repeat #ABACAF;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;       
    color: #FFFFFF;
}

#leftnav li a:hover {
    background-color: #666666;
    color: #D4E04C;
}

#leftnav2 {
    margin-top: -10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
    width: 100%;
}

#leftnav2 ul {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
}

#leftnav2 li {
    margin: 0 0 5px 0;
    width: 155px;
}

#leftnav2 li a {
    display: block;
    padding-left: 5px;
    border: 2px solid #D1D1D3;
    height: 25px;
    background:url(/images/button-go.gif) 127px 50% no-repeat #BCBCBC;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
    color: #FFFFFF;
}

#leftnav2 li a:hover {
    background-color: #989898;
    color: #D4E04C;
}

#currentpage {
    background: #989898;
}

/*
 *  These control the boxes on either side of the page
 */

.box {
    padding: 0px;
    margin-bottom: 15px;
    background-color: #ABACAF;
    font-size: 1em;
    text-align: left;
    font-size: x-small;
    width: 100%;
}

.box h1 {
    margin: 0;
    color: #FFFFFF;
    padding-left: 10px;
    background-color: #532380;
    font-size: x-small;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}

#iWantTo h1 {
   padding: 10px; 
}

.box form {
    padding: 15px 0 15px 0;
    background-color: #ABACAF;
    font-size: x-small;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
}

.box a {
    display: block;
    color: #FFFFFF;
    padding-left: 1em;
    padding-right: 1em;
    text-decoration: none;
    background-image: url(/images/bullet-white.gif);
    background-repeat: no-repeat;
    background-position: 0 -2px;
}

/* "I Want To" box stuff */

.box input {
    color: #FFFFFF;
    background-color: #532380;
    font-size: x-small;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    position: relative;
    right: 4px;
    padding-top: 3px;
    top: 2px;
    float: right;
    border: none;
}

.box input:hover {
    text-decoration: underline;
}


/*
 *  These control the main content area
 */

#mainColumn a[href] {
    color: #0066B3;
    cursor: pointer;
    text-decoration: none !important;
}

#mainColumn a[href]:visited {
    color: #330099;
}

#mainColumn a[href]:hover {
    text-decoration: underline !important;
}

.navLinks {
    padding-left: 1em;
  
}


/*
 * These control the left column
 */

#innerColumnWrap {
    border-top: 1px solid #D1D1D3;
    border-right: 1px solid #D1D1D3;
    background-color: #FFFFFF;
}

/*
 *  These control the right column
 */

#rightColumn {
    background-color: #d5e14d;
}

#rightColumn a:hover {
    text-decoration: underline;
}

#rightColumn .box {
    width: 100%;
    font-weight: bold;
}

#rightColumn .link {
    background-color: #532380;
}

#rightColumn .box ul {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin: 5px 5px 5px 10px;
}

#rightColumn .box li {
    display: inline;
}

.eventDetails {
    padding-left: 1em;
    font-weight: bold;
}

#sponsors li {
    display: inline;
}

/*
 *  These control the footer
 */

#footer {
    padding-left: 17px;
    clear: both;
    position: relative;
    height: 30px;
    line-height: 30px; /* To vertically align a single line of text */
    background-color: #dadada;
    color: #999999;
    font-size: 10px;
}

* html body { /* To make the area below the footer white */
    overflow: hidden; 
}

#footerWrapper { /* To make the area below the footer white */
    float: left;
    width: 100%;
    background: #FFFFFF;         /* Same as body background */
}

#footer a {
    color: #999999;
    text-decoration: none;
}

#footer a:hover {
    color: #444445;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
}

table .trace {
    border-top: 5px solid black;
    padding: 3em;
}

table th {
    text-align: left;
}

table .tool {
    border-top: 5px solid black;
}

.cen {
    text-align: center;
}

select.dropdown {
    width: 155px;
}

.fancy_table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.fancy_table td, .fancy_table th {
    border: 1px solid #ddd;
    padding: 6px;
}

.fancy_table tr:hover {background-color: #d5e14d;}

.fancy_table th {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    background-color: #532380;
    color: white;
}

.pagination {
    display: inline
}
.hidden {
    display: none;
}

.nonessential {
    text-align: center;
}

#expando {
    position: relative;
    float: right;
    height: 100%;
}

.name {
    min-width: 15em;
}

#traces th {
    padding: 0 0em;
}

.recordCount {
    min-width: 4em;
}

.fileSize {
    min-width: 5em;
}

.actions select {
    max-width: 12em;
}

.noshow{
  display: none;  
}

#oldtraces{
  width: 100%;
}

#traces{
  width: 100%;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
 * This is a manifest file that'll be compiled into application.css, which will
 * include all the files listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets,
 * vendor/assets/stylesheets, or vendor/assets/stylesheets of plugins,
 * if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll
 * appear at the top of the compiled file, but it's generally better to
 * create a new file per style scope.
 *
 * enable this if you put CSS in this file itself: = require_self
 *
 * The following OUGHT to bring in stuff from public/stylesheets.  But it
 * doesn't.

 *
 * This would require one file: = require foobar
 *
 * The following brings in everything in app/assets/stylesheets

 */
