﻿@charset "UTF-8";
/* CSS Document - */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    /*font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0; */
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    /*color:;*/
}

:focus { /* remember to define focus styles! */
    outline: 0;
}

body {
    margin: 0;
    padding: 0;
}


table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}
.paddedTable td {
    padding:10px 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

sup, sub {
  line-height: 0;
  font-size: .6em;
  position: relative;
}

sup {
  top: -0.5em;
  vertical-align: middle;
}

img {vertical-align: top;}

a img {
    border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* Assistive text */
.assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

#access a.assistive-text:active,
#access a.assistive-text:focus {
    background: #eee;
    border-bottom: 1px solid #ddd;
    color: #1982d1;
    clip: auto !important;
    font-size: 12px;
    position: absolute;
    text-decoration: underline;
    top: 0;
    left: 7.6%;
}


#access {
    background: #222; /* Show a solid color for older browsers */
    background: -moz-linear-gradient(#252525, #0a0a0a);
    background: -o-linear-gradient(#252525, #0a0a0a);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
    background: -webkit-linear-gradient(#252525, #0a0a0a);
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    clear: both;
    display: none;
    float: left;
    margin: 0 auto 6px;
    width: 100%;
}

    #access ul {
        font-size: 13px;
        list-style: none;
        margin: 0 0 0 -0.8125em;
        padding-left: 0;
    }

    #access li {
        float: left;
        position: relative;
    }

    #access a {
        color: #eee;
        display: block;
        line-height: 3.333em;
        padding: 0 1.2125em;
        text-decoration: none;
    }

    #access ul ul {
        -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
        box-shadow: 0 3px 3px rgba(0,0,0,0.2);
        display: none;
        float: left;
        margin: 0;
        position: absolute;
        top: 3.333em;
        left: 0;
        width: 188px;
        z-index: 99999;
    }

        #access ul ul ul {
            left: 100%;
            top: 0;
        }

        #access ul ul a {
            background: #f9f9f9;
            border-bottom: 1px dotted #ddd;
            color: #444;
            font-size: 13px;
            font-weight: normal;
            height: auto;
            line-height: 1.4em;
            padding: 10px 10px;
            width: 168px;
        }

        #access li:hover > a,
        #access ul ul :hover > a,
        #access a:focus {
            background: #efefef;
        }

    #access li:hover > a,
    #access a:focus {
        background: #f9f9f9; /* Show a solid color for older browsers */
        background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
        background: -o-linear-gradient(#f9f9f9, #e5e5e5);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
        background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
        color: #373737;
    }

    #access ul li:hover > ul {
        display: block;
    }

    #access .current-menu-item > a,
    #access .current-menu-ancestor > a,
    #access .current_page_item > a,
    #access .current_page_ancestor > a {
        font-weight: bold;
    }

/* start site css */

/* links */
a {
    color:#00673D;
}
a:hover {
    color:#999999;
}

body {
    background: url(images/page_bg1.jpg) no-repeat center top #000000;
    background-attachment: fixed;
    font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    color: #353c36;
    font-size: 12px;
    line-height: 24px;
}

#headerContainer {
    background: url(images/header_texture.jpg) repeat-x left top;
    text-align: center;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
    behavior: url(/Content/PIE.htc);
}

#header {
    height: 121px;
    padding-top: 10px;
}

#evLogo {
    margin-left: -65px;
}

#mainContainer {
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 50;
}

#contentContainer {
    /*background-image: url(images/home_cow.png);*/
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, .9);
    overflow: hidden;
    text-align: left;
    margin: 0 auto;
    width: 900px;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    position: relative;
}

#bigEvIcon {
    position: absolute;
    bottom: 0;
    right: 0;
}

#mainContent {
    padding: 30px;
}

.homePage {
    padding-bottom: 70px!important;
}

#breadCrumbs {
    font-size: 9px;
    color: #999999;
}

.references {
    font-size: smaller;
    line-height: normal;
}

    #breadCrumbs a {
        color: #999999;
    }

.homePleft {
    width: 50%;
}
/* main nav */
#navHolder {
    margin-top: -18px;
    z-index: 100;
}

#mainNav {
    background: #FFFFFF;
    margin: 0 auto;
    width: 620px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
    behavior: url(/Content/PIE.htc);
}

    #mainNav li {
        display: inline;
        text-align:left;
    }

    #mainNav a {
        display: inline-block;
        padding: 5px 12px;
        background: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        color: #282f29;
        font-weight: bold;
    }
    #mainNav a:hover {
        color:#00673D;
		background:none;
		filter:none;
    }
    #mainNav li span {
        padding-bottom: 5px;
        display: inline-block;
    }
/* headings */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline  > li,
ol.inline  > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
/* Footer */
#footer {
    width:860px;
    text-align:left;
    margin:0 auto;
    margin-top:10px;
    padding:20px 20px 10px 20px;
    background-color: rgba(255, 255, 255, 0.15);
    /*background-color: rgba(0, 0, 0, .7);*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow:hidden;
}
#footLogo {
    float: left;
    display: inline;
    margin-right:10px;
}
#footLogo2 {
    float: left;
    display: inline;
    margin-right:10px;
    margin-left:40px;
}
#footLogo2 img {
    height: 70px;
}
#logindisplay, #logindisplay a {
    color: #ffffff;
}
#logindisplay {
    float: right;
    display: inline;
}
/* custom table styles */
table.displayList {
    width: 100%;
}

    table.displayList thead th {
        font-weight: bold;
        border-bottom: solid 2px #999;
        padding-bottom: 2px;
        margin-bottom: 2px;
    }

        table.displayList tfoot th {
        font-weight: bold;
        border-top: solid 2px #999;
        padding-top: 2px;
        margin-top: 2px;
    }

    /* this is a test */

/* additional formatting for pages */
.dash-menu {
    margin:10px 0;
}
.formHolder table {
    width:100%;
}
.formHolder .halfSize input {
    width:90%;
}
.halfSize td {
    width:50%;
}
.listingAlt {
    background-color:#dddddd;
}
th {
    font-weight: bold;
}
.cellToRight {
    text-align: right;
}
.smallp {
    font-size:85%;
    line-height:120%;
}


/*data-table styles*/
      div.dataTables_length label {
	float: left;
	text-align: left;
}

div.dataTables_length select {
	width: 75px;
}

div.dataTables_filter label {
	float: right;
}

div.dataTables_info {
	padding-top: 8px;
}

div.dataTables_paginate {
	float: right;
	margin: 0;
}

table.table {
	clear: both;
	margin-bottom: 6px !important;
	max-width: none !important;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
}

table.table thead .sorting { background: url('/Content/datatables-1.9.4/media/images/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('/Content/datatables-1.9.4/media/images/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('/Content/datatables-1.9.4/media/images/sort_desc.png') no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url('/Content/datatables-1.9.4/media/images/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('/Content/datatables-1.9.4/media/images/sort_desc_disabled.png') no-repeat center right; }

table.dataTable th:active {
	outline: none;
}

/* Scrolling */
div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot table {
	border-top: none;
}




/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
	background-color: #08C;
	color: white;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
	background-color: #0075b0 !important;
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
	cursor: pointer;
	*cursor: hand;
}

div.DTTT .btn {
	color: #333 !important;
	font-size: 12px;
}

div.DTTT .btn:hover {
	text-decoration: none !important;
}


ul.DTTT_dropdown.dropdown-menu a {
	color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: white !important;
}

/* TableTools information display */
div.DTTT_print_info.modal {
	height: 150px;
	margin-top: -75px;
	text-align: center;
}

div.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

div.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}



/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
table.DTFC_Cloned tr.even {
	background-color: white;
}

div.DTFC_LeftHeadWrapper table {
	margin-bottom: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.DTFC_LeftBodyWrapper table {
	border-top: none;
	margin-bottom: 0 !important;
}

div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
	border-top: none;
}

div.DTFC_LeftFootWrapper table {
	border-top: none;
}

/* Accordian display */
.accordian-body {
    background:#dddddd;
    line-height: 18px;
}

.accordian-body p {
    padding:5px;
}

.overlay video {
    margin-left: 25px;
    margin-top: 30px;
}

.marketplace-section {
  font-size: 12px;
  line-height: 1.667;
  color: #333;
}

.marketplace-section .section-holder:after{
  content: "";
  clear: both;
  display: table;
  width: 100%;
}

.marketplace-section .section-holder {
  margin-bottom: 65px;
}

.marketplace-section .left-col {
  float: left;
  width: 560px;
  margin-left: 7px;
}
.marketplace-section .btn-list {
  float: right;
  width: 180px;
  margin: 19px 10px 0 0;
}
.marketplace-section .btn-list .btn {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 15px;
  color: #333;
  text-shadow: 1px 0 1px #fff;
  padding: 8px 10px 8px 50px;
  position: relative;
  text-align: left;
}
.marketplace-section .btn-list .btn.list:after,
.marketplace-section .btn-list .btn.email:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  background: url(images/ico-email.png) no-repeat;
  width: 32px;
  height: 26px;
  margin-top: -13px;
}
.marketplace-section .btn-list .btn.list:after {
  background-image: url(images/ico-list.png);
}

.marketplace-section .opener {
  display: inline-block;
  vertical-align: top;
  color: #003e80;
  background: #fff;
  border:1px solid #000;
  font-size: 14px;
  line-height: 21px;
  padding: 7px 18px;
  border-radius: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  text-decoration: none;
}

.marketplace-section .opener:hover {
  opacity: .8;
}

.marketplace-section .opener:after {
  content: '-';
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  margin: -1px 0 0 10px;
  font-size: 24px;
  min-width: 16px;
}
.marketplace-section .opener.collapsed:after {
  content: '+';
}

.add-email {
  position: relative;
}

.add-email > a {
  margin-right: 5px;
}

.add-email .add-email-popup {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.add-email .add-email-popup .popup-holder {
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 20px;
}

.add-email .add-email-popup .close {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  top: 2px;
  right: 2px;
  width: 22px;
  height: 22px;
  background: url(images/ico-close.png) no-repeat;
  opacity: 1;
}

.add-email .add-email-popup .form {
  text-align: center;
}

.add-email .add-email-popup .form-control {
  display: block;
  margin: 0 auto 6px;
  width: 220px;
}

.add-email .add-email-popup ul {
  list-style-type: disc;
}

.superscript-up {
    vertical-align: super;
}
.bottom-logos {
	overflow:hidden;
	clear:both;
	padding:15px 0;
}
.bottom-logos .homePleft {
	margin:23px 0 0 20px;
}
.pre-logo-text {
	font: bold 13px/15px 'Tahoma', Arial, sans-serif;
	margin: 2px 0 0;
	vertical-align:top;
	display:inline-block;
}

.btn-link-2 {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  color: #ffffff;
  padding: 0;
  text-decoration: underline;
  font-family: inherit;
  font-size: inherit;
}

.btn-link-3 {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  padding: 5px 12px;
  background: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  color: #282f29;
  font-weight: bold;
}

.btn-link-3:hover {
  color:#00673D;
  background:none;
  filter:none;
}

.form-inline {
  margin: 0;
  display: inline;
}

table td{
  font-family:system-ui;
}