﻿*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

html {
    overflow-x: hidden;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    color: rgb(90,135,66)
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto #ff2a13;
    outline-offset: -1px;
    color: hsla(99,34%,39%,0.63);
}

a:hover,
a:active {
    outline: 0 !important;
    color: hsla(99,34%,39%,0.63);
}

    a.icon-Zoom {
        background-image: url('/images/icons/Zoom_16x16.png');
        background-repeat: no-repeat;
        height: 24px;
        width: 24px;
        text-indent: -9999px;
        display: block;
        margin: 0 auto -8px;
        cursor: pointer
    }

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

#map_canvas img {
    max-width: none
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		z-index: 9;
		white-space: nowrap;
		background-color: rgb(0, 112, 60);
		border-width: 0px;
		outline: none;
		box-shadow: none;
		box-sizing: border-box;
		cursor: pointer;
		visibility: inherit;
		transition: none;
		text-align: left;
		line-height: 40px;
		margin: 1em 0;
		padding: 1px 30px;
		letter-spacing: 3px;
		font-weight: 900;
		font-size: 13px;
		min-height: 0px;
		min-width: 0px;
		max-height: none;
		max-width: none;
		opacity: 1;
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform-origin: 50% 50% 0px;
		border-radius: 50px 0px;
		color: rgb(255, 255, 255);
		-webkit-transition: all 0.15s linear;
		transition: all 0.15s linear;
	}

.x-btn:hover, .x-btn:active, .button:hover, .button:active, [type="submit"]:hover, [type="submit"]:active {
    outline: 0 !important;
    background: #4d2660;
    border: #4d2660;
    color: white;
}

input[type="search"] {
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

iframe {
    border: 0
}

.site:before,
.site:after {
    content: " ";
    display: table
}

.site:after {
    clear: both
}

.x-boxed-layout-active .site {
    margin: 0 auto;
    border: 1px solid #d5d5d5;
    border: 1px solid rgba(0, 0, 0, 0.275);
    border-top: 0;
    border-bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.125);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

body {
    margin: 0;
    overflow-x: hidden;
    line-height: 1.7
}

.x-container.offset {
    margin: 40px auto
}

p {
    margin: 0 0 1.313em
}

small {
    font-size: 0.8em
}

b,
strong {
    font-weight: 700
}

em {
    font-style: normal
}

cite {
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0.2em 0 0.2em;
    text-rendering: optimizelegibility
}

h1,
.h1 {
    margin-top: 1em;
    font-size: 400%;
    line-height: 1.1
}

h2,
.h2 {
    font-size: 285.7%;
    line-height: 1.2
}

h3,
.h3 {
    font-size: 228.5%;
    line-height: 1.3
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    margin-top: 1.75em;
    margin-bottom: 0.5em;
    line-height: 1.4
}

h4,
.h4 {
    font-size: 171.4%
}

h5,
.h5 {
    font-size: 150%
}

h6,
.h6 {
    font-size: 100%;
    text-transform: uppercase
}

ul,
ol {
    padding: 0;
    margin: 0 0 1.313em 1.655em
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li {
    line-height: 1.7
}

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: 1em;
    padding-right: 1em
}

dl {
    margin-bottom: 1.313em
}

dt,
dd {
    line-height: 1.7
}

dt {
    font-weight: 700
}

dd {
    margin-left: 1.313em
}

hr {
    height: 0;
    margin: 1.313em 0;
    border: 0;
    border-top: 1px solid #f2f2f2
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: .9em;
    text-transform: uppercase
}

blockquote {
    margin: 1.313em 0;
    border: 1px solid #f2f2f2;
    border-left: 0;
    border-right: 0;
    padding: 1em 0;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 171.4%;
    font-weight: 400;
    line-height: 1.3;
    color: #272727
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}

address {
    display: block;
    margin-bottom: 1.313em;
    font-style: normal;
    line-height: 1.7
}

code,
pre {
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    color: #555;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8
}

code {
    padding: 0.143em 0.286em;
    font-size: 0.85em;
    border-radius: 3px
}

pre {
    display: block;
    padding: 0.786em 1.071em;
    margin: 0 0 1.313em;
    font-size: 1.15em;
    line-height: 1.7;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    border-radius: 4px
}

pre code {
    padding: 0;
    background-color: transparent;
    border: 0
}

.pre-scrollable {
    max-height: 360px;
    overflow-y: scroll
}

form {
    margin: 0 0 1.313em
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 1.4;
    border: 0;
    border-bottom: 1px solid #ddd
}

label,
input,
button,
select,
textarea {
    font-size: 100%;
    line-height: 1.7
}

input,
button,
select,
textarea {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif
}

label {
    display: block;
    margin-bottom: 2px
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 2.65em;
    /*width: 2.65em !important;*/
    margin-bottom: 9px;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    font-size: 13px;
    line-height: normal;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

input,
textarea {
    width: auto
}

textarea {
    height: auto;
    line-height: 1.3
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(0, 0, 0, 0.3);
    outline: 0;
    outline: thin dotted \9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2)
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0.425em 0;
    margin-top: 1px \9;
    line-height: normal;
    cursor: pointer
}

@media (max-width: 480px) {
    input[type="radio"],
    input[type="checkbox"] {
        border: 1px solid #ccc
    }
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto
}

select,
input[type="file"] {
    height: 2.65em;
    padding-top: 0.5em;
    padding-bottom: 0.5em
}

select {
    width: auto
}

select[multiple],
select[size] {
    height: auto;
    border: 1px solid #ddd
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto #ff2a13;
    outline-offset: -1px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c5c5c5
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #c5c5c5
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c5c5c5
}

.radio,
.checkbox {
    min-height: 18px;
    padding-left: 18px
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    position: relative;
    float: left;
    margin-left: -18px
}

.controls>.radio:first-child,
.controls>.checkbox:first-child {
    padding-top: 5px
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}

.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
    margin-left: 10px
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    opacity: 0.5;
}

input[disabled]:not(input[type="submit"]),
select[disabled],
textarea[disabled],
input[readonly]:not(input[type="submit"]),
select[readonly],
textarea[readonly] {
    background-color: #eee
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent
}

.form-search,
.widget_product_search form {
    position: relative;
    margin-bottom: 0;
    line-height: 1
}

.form-search:before,
.widget_product_search form:before {
    content: "\f002";
    position: absolute;
    left: 12px;
    bottom: 50%;
    display: block;
    margin-bottom: -6px;
    font-size: 12px;
    line-height: 1;
    text-decoration: inherit;
    text-shadow: none;
    color: #272727;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.form-search .search-query,
.form-search input[type="search"],
.widget_product_search form .search-query,
.widget_product_search form input[type="search"] {
    width: 100%;
    margin-bottom: 0;
    padding-left: 30px
}


textarea {
    padding-top: 6px;
    padding-bottom: 6px
}

input[type="color"] {
    padding: 1px 3px
}

input[type="file"] {
    margin-top: 2px
}

.checkbox input[type="checkbox"] {
    top: 2px
}

.radio input[type="radio"] {
    top: 1px
}

#recaptcha_table #recaptcha_response_field {
    height: 16px;
    border-width: 1px;
    font-size: 10px;
    line-height: 16px;
    border-radius: 0
}

/*table {
    width: 100%;
    margin-bottom: 1.313em;
    border-spacing: 0;
    background-color: transparent
}

table th,
table td {
    padding: 0.5em 0.625em;
    line-height: 1.3;
    text-align: left;
    vertical-align: middle
}

table th {
    font-weight: bold
}

table td {
    line-height: 1.4
}

table thead th {
    vertical-align: bottom
}

table caption+thead tr:first-child th,
table caption+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0
}

table p:last-child,
table ul:last-child,
table ol:last-child {
    margin-bottom: 0
}

table {
    border-collapse: collapse
}

table th,
table td {
    border-top: 1px solid #ddd
}

table tbody+tbody {
    border-top: 2px solid #ddd
}

.x-btn,
.button,
[type="submit"] {
    display: inline-block;
    position: relative;
    border: 1px solid #ac1100;
    padding: 0.563em 1.125em 0.813em;
    cursor: pointer;
    font-size: 16px;
    font-weight: inherit;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #ff2a13;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear
}

.x-btn:hover,
.button:hover,
[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
    border-color: #600900;
    background-color: #df1600
}

.x-btn:focus,
.button:focus,
[type="submit"]:focus {
    outline: thin dotted #333;
    outline: 5px auto #ff2a13;
    outline-offset: -1px
}

.x-btn:hover,
.x-btn:active,
.button:hover,
.button:active,
[type="submit"]:hover,
[type="submit"]:active {
    outline: 0 !important
}

.x-btn.x-btn-jumbo {
    padding: 0.643em 1.429em 0.786em;
    font-size: 28px
}

.x-btn.x-btn-x-large {
    padding: 0.714em 1.286em 0.857em;
    font-size: 21px
}

.x-btn.x-btn-large {
    padding: 0.579em 1.105em 0.842em;
    font-size: 19px
}

.x-btn.x-btn-regular {
    padding: 0.563em 1.125em 0.813em;
    font-size: 16px
}

.x-btn.x-btn-small {
    padding: 0.429em 1.143em 0.643em;
    font-size: 14px
}

.x-btn.x-btn-mini {
    padding: 0.385em 0.923em 0.538em;
    font-size: 13px
}

.x-btn.x-btn-square {
    border-radius: 0
}

.x-btn.x-btn-rounded {
    border-radius: 0.225em
}

.x-btn.x-btn-pill {
    border-radius: 100em
}

.x-btn-block {
    display: block;
    width: 100%
}

.x-btn-block+.x-btn-block {
    margin-top: 1em
}

.x-btn [class*="x-icon-"] {
    display: inline;
    margin: 0 0.5em 0 0
}

.x-btn-circle-wrap {
    display: inline-block;
    position: relative
}

.x-btn-circle-wrap.x-btn-jumbo,
.x-btn-circle-wrap.x-btn-x-large,
.x-btn-circle-wrap.x-btn-large {
    margin: 0 0 21px;
    padding: 0
}

.x-btn-circle-wrap:before,
.x-btn-circle-wrap:after {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1
}

.x-btn-circle-wrap:before {
    top: 2px;
    width: 172px;
    height: 43px;
    background-image: url(../../../../img/global/btn-circle-top-small.png);
    background-size: 172px 43px
}

.x-btn-circle-wrap:after {
    bottom: 2px;
    width: 190px;
    height: 43px;
    background-image: url(../../../../img/global/btn-circle-bottom-small.png);
    background-size: 190px 43px
}

.x-btn-circle-wrap .x-btn {
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .x-btn-circle-wrap:before {
        top: 2px;
        width: 112px;
        height: 28px;
        background-image: url(../../../../img/global/btn-circle-top-small.png);
        background-size: 112px 28px
    }
    .x-btn-circle-wrap:after {
        bottom: 2px;
        width: 127px;
        height: 29px;
        background-image: url(../../../../img/global/btn-circle-bottom-small.png);
        background-size: 127px 29px
    }
}*/

/* Bootstrap Edits */



.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    /*line-height: 75px;*/
  }
}

.navbar-default .navbar-nav > li > a {
	color: #616161;
	font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: #272727;
    background-color: transparent;
    box-shadow: inset 0 4px 0 0 rgb(90,135,66);
}
.navbar-default .navbar-nav > li > a.unAuthLink:hover {
    color: transparent;
    box-shadow: none;
    cursor: default;
}

/* CUSTOM STYLES FROM WEBSITE */
a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover
 {
    color: rgb(90, 135, 66);
}

a:hover {
    color: hsla(99, 34%, 39%, 0.63);
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Courgette", handwriting;
    font-style: normal;
    font-weight: 400;
}

h1,
.h1 {
    letter-spacing: -0.035em;
}

h2,
.h2 {
    letter-spacing: -0.035em;
}

h3,
.h3 {
    letter-spacing: -0.035em;
}

h4,
.h4 {
    letter-spacing: -0.035em;
}

h5,
.h5 {
    letter-spacing: -0.035em;
}

h6,
.h6 {
    letter-spacing: -0.035em;
}

body,
input,
button,
select,
textarea {
    font-family: "Roboto", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
blockquote {
    color: hsl(0, 0%, 0%);
}

.x-topbar {
	float: right;
	right: 22px;
	top: 5px;
	background-color: transparent;
	border: 0px;
	color: #ffffff;
	position: absolute;
}

.x-navbar {
    /*border-bottom: 15px solid #4f2f60;*/
    border-bottom: 0px;
    background: url(../images/menu-curve-purple.png) no-repeat;
    background-position: top right;
    padding-right: 50px;
    border: 0;
}

.login {
	text-decoration: none !important;
	font-size: 14px;
	background-color: transparent;
	margin-bottom: 0;
	text-align: right;
}

.login a {
    color: white;
}

.login a:hover {
    text-decoration: none;
}
.welcome {
	margin-bottom: 18px;
}
/* custom edits by Amanda */
header {
    height: 75px;
    background: white;
    box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
	border-bottom: 0px;
	background: url(../images/menu-curve-purple.png) no-repeat;
	background-position: top right;
	border: 0;
	background-size: 300px;
	/*z-index: 99999;*/
}

@media all and (max-width: 767px) {
.not-logged-in {
    background-position: 100% -100%;
}
}

@media all and (min-width: 768px) and (max-width: 990px) {
.not-logged-in {
    background-position: 100% -24%;
}
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-top: 3%;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
        z-index: 999999;
        background: white;
        /*margin-top: 8%;*/
        margin-left: -30px;
        margin-right: -30px;
        box-shadow: 0px 10px 15px -10px;
    }
    .navbar-brand > img {
        width: 75%;
        margin-top: 2%;
    }
	.login a, .login {
		color: #4b2361;
		text-align: center;
	}
    .x-topbar {
        right: 46%;
    }
}

@media (min-width: 768px) {
	.navbar-right {
		float: right !important;
		margin-right: -15px;
		margin-right: 11em !important;
	}
	.container {
		width: 90%;
	}
}

#adminheader {
    height: 75px;
}

#admininner-content {
	padding: 20px 15px;
}

@media (min-width: 1200px) {
.container {
    width: 90%;
}
}

/* background image edits */
.body-content {
	background: url(/images/biowest-ag-portal-background.jpg);
	background-size: cover;
}
.body-content .container {
	background: rgba(255, 255, 255, 0.91);
}

.dxgvControl_Moderno, .dxgvDisabled_Moderno {
	box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.23921568627450981) !important;
}

.first-footer {
    font-size: 9pt;
    padding: 2% 0;
    background-color: #00703C;
    border: 0px;
    /*border-radius: 200px 0px 200px 0px;*/
    color: white;
}

.first-footer h4 {
    color: white;
}

/* tabular edits */
.formlabel {
    width: 25%;
    font-weight: bold;
}

.gridheader {
    text-align: center;
    font-weight: bold;
}

.center {
    text-align: center;
}

.price-difference {
    color: #00FF00;
    display: inline-block;
    font-weight: bold;
    font-size: 125%;
}

.table-totals {
    font-weight: bold;
    border-top: solid 3px #000000 !important;
}
textarea {
    width: 100%;
    min-height: 150px;
}


.table .table td {
    border: none;
}

/* Moderno edits */
.dxgvEditFormDisplayRow_Moderno td.dxgv, .dxgvInlineEditRow_Moderno td.dxgv, .dxgvDetailCell_Moderno td.dxgv, .dxgvDataRow_Moderno td.dxgv, .dxgvDetailRow_Moderno.dxgvADR td.dxgvAIC {
    border-bottom: 1px Solid #d1d1d1 !important;
    padding: 3px 10px;
}

.dxgvControl_Moderno a, .dxpLite_Moderno .dxp-num, .dxgvHeader_Moderno a, .dxgvHeader_Moderno a:hover {
    color: #187342;
}

.dxgvDataRow_Moderno:nth-child(odd) {
	background: #f5f5f5 !important;
}
.dxgvDataRow_Moderno {
	height: 45px !important;
}
/* closing x for modal window */
.dxpcLite_Moderno .dxpc-closeBtnHover, .dxdpLite_Moderno .dxpc-closeBtnHover, .dxpcLite_Moderno .dxpc-pinBtnHover, .dxdpLite_Moderno .dxpc-pinBtnHover, .dxpcLite_Moderno .dxpc-refreshBtnHover, .dxdpLite_Moderno .dxpc-refreshBtnHover, .dxpcLite_Moderno .dxpc-collapseBtnHover, .dxdpLite_Moderno .dxpc-collapseBtnHover, .dxpcLite_Moderno .dxpc-maximizeBtnHover, .dxdpLite_Moderno .dxpc-maximizeBtnHover {
    border: 1px solid #187342;
    background: #187342;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0ia…hlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0K);
    background: -ms-linear-gradient(top, rgba(24, 115, 66,1) 0%, rgba(24, 115, 66,1) 100%);
    background: -moz-linear-gradient(top, rgba(24, 115, 66,1) 0%, rgba(24, 115, 66,1) 100%);
    background: -o-linear-gradient(top, rgba(24, 115, 66,1) 0%, rgba(24, 115, 66,1) 100%);
    background: -webkit-linear-gradient(top, rgba(24, 115, 66,1) 0%, rgba(24, 115, 66,1) 100%);
    background: linear-gradient(to bottom, rgb(24, 115, 66) 0%, rgb(24, 115, 66) 100%);
    color: white;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35), 0px 1px 3px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35), 0px 1px 3px 0px rgba(0,0,0,0.1);
}
/* hover drop down buttons */
.dxeButtonEditButtonHover_Moderno, .dxeSpinIncButtonHover_Moderno, .dxeSpinDecButtonHover_Moderno, .dxeSpinLargeIncButtonHover_Moderno, .dxeSpinLargeDecButtonHover_Moderno {
    border: 1px solid #187342;
    background: #187342;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0ia…hlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0K);
    background: -ms-linear-gradient(top, rgba(24, 115, 66,1) 0%, rgba(24, 115, 66,1) 100%);
    background: -moz-linear-gradient(top, rgba(24, 115, 66,1) 0%, rgba(24, 115, 66,1) 100%);
    background: -o-linear-gradient(top, rgba(24, 115, 66,1) 0%, rgba(24, 115, 66,1) 100%);
    background: -webkit-linear-gradient(top, rgba(24, 115, 66,1) 0%, rgba(24, 115, 66,1) 100%);
    background: linear-gradient(to bottom, rgb(24, 115, 66) 0%, rgb(24, 115, 66) 100%);
    color: white;
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
}
.dxpLite_Moderno .dxp-hoverDropDownButton {
    border: 1px solid #187342;
    background: #187342;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0ia…hlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0K);
    background: -ms-linear-gradient(top, rgba(24, 115, 66,1) 0%, rgba(24, 115, 66,1) 100%);
    background: -moz-linear-gradient(top, rgba(24, 115, 66,1) 0%, rgba(24, 115, 66,1) 100%);
    background: -o-linear-gradient(top, rgba(24, 115, 66,1) 0%, rgba(24, 115, 66,1) 100%);
    background: -webkit-linear-gradient(top, rgba(24, 115, 66,1) 0%, rgba(24, 115, 66,1) 100%);
    background: linear-gradient(to bottom, rgb(24, 115, 66) 0%, rgb(24, 115, 66) 100%);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
}

/* drop down backgrounds */
.dxeListBoxItemHover_Moderno {
    background-color: #187342;
    color: white;
}

.dxmLite_Moderno .dxm-popup .dxm-hovered {
    background-color: #187342;
}

.searchlistResultItemTemplateItem {
    padding: 5px 5px 5px 5px;
    text-align: center;
    border-top: 1px solid black;
}

.searchlistResultItemTemplateItemCreditHold {
    padding: 5px 5px 5px 5px;
    text-align: center;
    border-top: 1px solid black;
    background-color: #fbbdbd;
}

.searchlistResultHeaderTemplateItem {
    padding: 0px 5px 0px 5px;
    text-align: center;
    border-bottom: 5px solid black;
}


/* UPDATES TO NAVIGATION */
@media all and (max-width: 990px) {
	.navbar-right {
		float: none !important;
	}
}

@media all and (min-width: 991px) and (max-width: 1199px) {
	.navbar-right {
		margin-right: 5em !important;
		float: none !important;
	}
	.nav > li > a {
		padding: 45px 8px 0;
		line-height: 26px;
	}
	.navbar-brand > img {
		width: 75%;
		margin-top: 2%;
	}
}
@media all and (min-width: 1200px) {
	.nav > li > a {
		padding: 45px 13px 0;
		line-height: 26px;
	}
}
@media all and (max-width: 1300px) {
	.no-container-mobile {
		width: 100%;
	}
}