﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Arial;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.wide {
    width: 3000px;
}

.fixed-green {
    background-color:palegreen;
    table-layout: fixed;
}

.thin_input {
    width: 50px;
}

input, select, textarea {
    max-width: 3000px;
}

th.stripy {
    background-color: lightgray;
}

tr.stripy {
    background-color: lightgray;
}

.navbar-inverse {
    background-color: #0063A7;
    border-color: #97C93C;
}

.navbar-default .navbar-text {
    color: #97C93C;
}


.navbar-default .navbar-nav > li > a {
    color: #F89C24;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #97C93C;
        background-color: transparent;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #F89C24;
    background-color: #97C93C;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #F89C24;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    color: #97C93C;
}

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #F89C24;
        background-color: transparent;
    }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #F89C24;
    background-color: #97C93C;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #97C93C;
    background-color: transparent;
}

.navbar-inverse .navbar-brand {
    color: #97C93C;
}

    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
        color: #F89C24;
        background-color: transparent;
    }

img.logo {
    height: 5%;
    width: 5%;
}

img.print_logo {
    height: 136px;
    width: 263px;
}

img.profitest_logo {
    margin-left: auto;
    margin-right: auto;
    height: 119px;
    width: 440px;
}

.smallnote_red {
    color: red;
    font-size: x-small;
}

.smallnote_blue {
    color: blue;
    font-size: x-small;
}

.bottom_link {
    color: #0063A7;
    font-size: small;
    padding-bottom: .25em;
    padding-left: .25em;
    padding-right: .25em;
    padding-top: .25em;
}

.agsource_copyright {
    color: #97C93C;
    font-size: small;
    padding-bottom: .25em;
    padding-left: .25em;
    padding-right: .25em;
    padding-top: .25em;
}

.agsource_header {
    color: #0063A7;
}

.agsource_header_bold {
    color: #0063A7;
    font-size: medium;
    font-weight: bold;
}


.agsource_header_bold_gray {
    color: #555759;
    font-size: medium;
    font-weight: bold;
}

.agsource_default_text {
    color: #0063A7;
    font-size: medium;
}

.agsource_small_header_bold {
    color: #0063A7;
    font-size: small;
    font-weight: bold;
}

.agsource_small_header_bold_gray {
    color: #555759;
    font-size: small;
    font-weight: bold;
}

.agsource_large_header_bold
{
    color: #0063A7;
    font-size: 24px;
    font-weight: bold;
}

.agsource_header_bold_blue {
    background-color: lightblue;
    color: #0063A7;
    font-size: medium;
    font-weight: bold;
}

.agsource_header_bold_green {
    background-color: palegreen;
    color: #0063A7;
    font-size: medium;
    font-weight: bold;
}

.agsource_header_plain {
    color: #0063A7;
    font-size: small;
}

.agsource_box_clear {
    color: #0063A7;
    background-color: white;
}

.agsource_error_message {
    color: red;
    font-size: medium;
}

.agsource_error_message_shade {
    padding-left: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    padding-top: .5em;
    color: red;
    font-size: medium;
    background-color: mistyrose;
}

.agsource_error_message_bold {
    color: red;
    font-size: medium;
    font-weight: bold;
}

.agsource_error_message_shade_bold {
    padding-left: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    padding-top: .5em;
    color: red;
    font-size: medium;
    font-weight: bold;
    background-color: mistyrose;
}

.agsource_error_message_bold_header {
    color: red;
    font-size: medium;
    font-weight: bold;
}

.agsource_good_button {
    background-color: palegreen;
    color: #0063A7;
    font-weight: bold;
}

.agsource_good_button_blue_contrast {
    background-color: lightblue;
    color: green;
    font-weight: bold;
}

.agsource_bad_button {
    background-color: lightpink;
    color: red;
    font-weight: bold;
}

.agsource_error_div {
    background-color: mistyrose;
    padding-left: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    padding-top: .5em;
}

.agsource_good_div {
    font-size: medium;
    background-color: honeydew;
    color: #0063A7;
    padding-left: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    padding-top: .5em;
}

.agsource_good_div_bold {
    font-size: medium;
    font-weight: bold;
    color: #0063A7;
    background-color: honeydew;
    padding-left: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    padding-top: .5em;
}

.agsource_error_shade {
    background-color: mistyrose;
    color: red;
    font-size: medium;
}

.agsource_shade {
    background-color: palegreen;
    color: #0063A7;
    font-size: medium;
}

.agsource_shade_error {
    background-color: mistyrose;
    color: red;
    font-weight:bold;
    font-size: medium;
}

.agsource_shade_error_small{
    color: red;
    font-weight:bold;
    font-size: small;
}

.agsource_shade_blue {
    background-color: lightblue;
    color: #0063A7;
    font-size: medium;
} 

.agsource_disable_shade {
    background-color: powderblue;
    color: dimgrey;
    font-size: medium;
}

.agsource_medium_text {
    color: #0063A7;
    font-size:medium;
    padding-bottom: .25em;
    padding-left: .25em;
    padding-right: .25em;
    padding-top: .25em;
}

.agsource_medium_text_gray {
    color: #555759;
    font-size:medium;
    padding-bottom: .25em;
    padding-left: .25em;
    padding-right: .25em;
    padding-top: .25em;
}

.agsource_tiny_text {
    color: #0063A7;
    font-size: x-small;
    padding-bottom: .25em;
    padding-left: .25em;
    padding-right: .25em;
    padding-top: .25em;
}

.agsource_small_text {
    color: #0063A7;
    font-size: small;
    padding-bottom: .25em;
    padding-left: .25em;
    padding-right: .25em;
    padding-top: .25em;
}

.agsource_small_text_gray {
    color: #555759;
    font-size: small;
    padding-bottom: .25em;
    padding-left: .25em;
    padding-right: .25em;
    padding-top: .25em;
}

.agsource_tiny_text_gray {
    color: #555759;
    font-size: x-small;
    padding-bottom: .25em;
    padding-left: .25em;
    padding-right: .25em;
    padding-top: .25em;
}

table.agsource_paper_size {
    height: 3300px;
    width: 2550px;
}

table.agsource_center {
    margin-left: auto;
    margin-right: auto;
}

table.agsource_right {
    float: right;
}

table.agsource_center {
    float:inherit;
}

.agsource_plain {
    color: #0063A7;
    font-size: medium;
}

.agsource_plain_gray {
    color: #555759;
    font-size: medium;
}

table.agsource_lab_address_block thead > tr > th,
table.agsource_lab_address_block tbody > tr > th,
table.agsource_lab_address_block tfoot > tr > th,
table.agsource_lab_address_block thead > tr > td,
table.agsource_lab_address_block tbody > tr > td,
table.agsource_lab_address_block tfoot > tr > td {
    padding: 8px;
    line-height: .5;
    vertical-align: top;
    color: #0063A7;
    border-bottom: none;
    border-top: none;
}

table.agsource_lab_address_block_gray thead > tr > th,
table.agsource_lab_address_block_gray tbody > tr > th,
table.agsource_lab_address_block_gray tfoot > tr > th,
table.agsource_lab_address_block_gray thead > tr > td,
table.agsource_lab_address_block_gray tbody > tr > td,
table.agsource_lab_address_block_gray tfoot > tr > td {
    padding: 8px;
    line-height: .5;
    vertical-align: top;
    color: #555759;
    border-bottom: none;
    border-top: none;
}

table.agsource_nostyle > tr > th,
table.agsource_nostyle tbody > tr > th,
table.agsource_nostyle tfoot > tr > th,
table.agsource_nostyle thead > tr > td,
table.agsource_nostyle tbody > tr > td,
table.agsource_nostyle tfoot > tr > td {
    border-spacing: 0;
    border-collapse: collapse;
    color: #0063A7;
    font-size: x-small;
    border-bottom: none;
    border-top: none;
}

table.agsource_nostyle_gray > tr > th,
table.agsource_nostyle_gray tbody > tr > th,
table.agsource_nostyle_gray tfoot > tr > th,
table.agsource_nostyle_gray thead > tr > td,
table.agsource_nostyle_gray tbody > tr > td,
table.agsource_nostyle_gray tfoot > tr > td {
    border-spacing: 0;
    border-collapse: collapse;
    color: #555759;
    font-size: x-small;
    border-bottom: none;
    border-top: none;
}

table.table > tr > th,
table.table tbody > tr > th,
table.table tfoot > tr > th,
table.table thead > tr > td,
table.table tbody > tr > td,
table.table tfoot > tr > td {
    border-bottom: none;
    border-top: none;
}

.modal-dialog_profitTest {
  z-index: 1050;
  width: 2250px;
  height: 3300px;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
}

.breakhere {
    page-break-after: always;
}

#loader {
  background: #e9e9e9; 
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0063A7;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}


.caret {
  color: #97C93C;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown {
  color: #97C93C;
  position: relative;
  top: 0px; 
}

.dropdown-toggle:focus {
    color: #97C93C;
  outline: 0;
}

.dropdown-menu {

  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #97C93C;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #0063A7;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.agsource_main_ul {
    font-size: 18px;
    list-style: none;
}

.submitLink {
  background-color: lightblue;
  text-decoration: none;
  border: none;
  color: #428bca;
  cursor: pointer;
  margin-top: 13px;
}

submitLink:focus {
  outline: none;
}

submitLink:hover {
    color: darkblue;
}

.submitLink_nopadding {
  background-color: lightblue;
  text-decoration: none;
  border: none;
  color: #428bca;
  cursor: pointer;
}

submitLink_nopadding:focus {
  outline: none;
}

submitLink_nopadding:hover {
    color: darkblue;
}

.agsource_Table {
    display: table;
}

.agsource_Title {
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.agsource_Heading {
    display: table-row;
    font-weight: bold;
    text-align: center;
}

.agsource_Row {
    display: table-row;
}

.agsource_Cell {
    display: table-cell;
    padding-left:25px;
}
