﻿* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Tahoma;
  font-size: 10pt;
}

textarea:focus, input:focus, select:focus {
  outline: none;
}

*:focus {
  outline: none;
}

html, body, form, #sticky_wrap {
  height: 100%;
  color: #7F5A58;
}

form > #sticky_wrap {
  height: auto;
  min-height: 100%;
}

#sticky_main {
  padding-bottom: 140px;
}

#mp_footer {
  position: relative;
  margin-top: -110px;
  /* negative value of footer height */
  height: 90px;
  padding-top: 20px;
  clear: both;
  text-align: center;
  font-family: Verdana, Arial;
  font-size: 8pt;
  color: Navy;
  background-image: url(theme_images/footer-bgd.jpg);
}
#mp_footer ul {
  list-style-type: none;
}
#mp_footer ul li {
  margin: 0 2px 0 2px;
  text-align: center;
  display: inline;
}
#mp_footer a {
  color: White;
  text-decoration: none;
}
#mp_footer a:hover {
  color: #C3A15E;
}

fieldset {
  border: 1px solid cyan;
  text-align: left;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
fieldset legend {
  width: auto;
  color: #5d5c61;
  background-color: #F1EEF6;
  border: 1px solid #EFE8FC;
  padding: 1px 4px 2px 4px;
  margin-left: 4px;
  font-size: 16pt;
}

.legend {
  width: auto;
  color: #9d8257;
  background-color: #F1EEF6;
  border: 1px solid #EFE8FC;
  padding: 1px 4px 2px 4px;
  margin-left: 4px;
  font-size: 18pt;
  font-weight: bold;
}

input[type=submit], input[type=button], input[type=file] {
  padding: 4px 6px 4px 6px;
  font-size: 9pt;
  font-family: Arial, Tahoma, Verdana;
  font-weight: normal;
}
input[type=text], input[type=password] {
  padding: 3px;
  border: solid 1px #c0c0c0;
  background-color: #FFF2E2;
  height: 22px;
}

select, .textarea {
  padding: 2px;
  border: solid 1px #c0c0c0;
  background-color: #FFF2E2;
}

.adjuster {
  display: inline-block;
}
.adjuster:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .adjuster {
  height: 1%;
}

.adjuster {
  display: block;
}

/* End hide from IE-mac */
#mp_header {
  text-align: center;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  clear: both;
}

#vendor_logo {
  margin-bottom: 0.3rem;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.vendor_nav_bar {
  box-shadow: 5px 5px 5px #cccccc;
  -webkit-box-shadow: 5px 5px 5px #cccccc;
  -ms-box-shadow: 5px 5px 5px #cccccc;
  background: rgb(255, 255, 255);
  background: linear-gradient(-2deg, rgb(255, 255, 255) 0%, rgb(165, 171, 216) 40%, rgb(255, 255, 255) 100%);
  border-radius: 10px;
  width: 988px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 20px 26px 20px;
}
.vendor_nav_bar div p, .vendor_nav_bar div a {
  font-size: 10pt;
  color: #13a;
  font-weight: bold;
}
.vendor_nav_bar div a:hover {
  color: blue;
}
.vendor_nav_bar div:nth-child(1) {
  float: left;
}
.vendor_nav_bar div:nth-child(2) {
  float: right;
}
.vendor_nav_bar div:nth-child(2) .navbar {
  padding: 0;
}
.vendor_nav_bar div:nth-child(2) .navbar .navbar-nav .nav-item .nav-link {
  padding: 0 1rem;
  margin: 0;
  font-weight: bold;
}
.vendor_nav_bar div:nth-child(2) .navbar .navbar-nav li:hover > ul.dropdown-menu {
  display: block;
  border: 0.5px solid #CFDEFF;
  background: rgb(255, 255, 255);
  background: linear-gradient(165deg, rgb(255, 255, 255) 0%, rgb(165, 171, 216) 42%, rgb(255, 255, 255) 100%);
  margin-top: 0;
  pading-top: 0;
  box-shadow: 10px 10px 20px #888888;
  -webkit-box-shadow: 10px 10px 20px #888888;
  -ms-box-shadow: 10px 10px 20px #888888;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.vendor_nav_bar div:nth-child(2) .navbar .navbar-nav li:hover > ul.dropdown-menu li .dropdown-item {
  min-width: 200px;
  white-space: normal;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.vendor_nav_bar div:nth-child(2) .navbar .navbar-nav li:hover > ul.dropdown-menu li .dropdown-item:hover {
  background-color: #cccccc;
}
.vendor_nav_bar div:nth-child(2) .navbar .navbar-nav li:hover > ul.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #CFDEFF;
}
.vendor_nav_bar div:nth-child(2) .navbar .dropdown-submenu {
  position: relative;
}
.vendor_nav_bar div:nth-child(2) .navbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

.mp_contents1 {
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 30px;
  border: 4px solid #e5e5e5;
  width: 988px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 15px 15px 15px 15px;
  min-height: 260px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 30px 30px 50px #888888;
  -webkit-box-shadow: 30px 30px 50px #888888;
  -ms-box-shadow: 30px 30px 50px #888888;
}
.mp_contents1 h1 {
  color: Navy;
}

.topmenu {
  border: 0px solid red;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  text-align: center;
}
.topmenu a {
  font-family: Verdana, Arial;
  color: Blue;
  text-decoration: none;
}
.topmenu a:hover {
  font-family: Verdana, Arial;
  color: #C3A15E;
}
.topmenu ul {
  list-style-type: none;
}
.topmenu ul li {
  margin: 0 14px 0 4px;
  display: inline;
}

.Message_Affirmative {
  background-color: Green;
  color: White;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 5px 8px 5px 8px;
  border: 4px solid #cccccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.Message_Error {
  background-color: Red;
  color: White;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 8px 5px 8px;
  border: 4px solid #cccccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.Message_Error1 {
  color: White;
  font-weight: bold;
  text-align: center;
  height: 40px;
  width: 400px;
  padding: 7px 0 5px 0;
  background-image: url("theme_images/Message_Error1.png");
  background-repeat: no-repeat;
}

.Message_Error2 {
  color: White;
  font-weight: bold;
  text-align: center;
  height: 40px;
  width: 800px;
  padding: 7px 0 5px 0;
  background-image: url("theme_images/Message_Error2.png");
  background-repeat: no-repeat;
}

.label_title {
  font-size: larger;
  font-weight: bolder;
}

.gridview {
  border: 0px solid #333;
  width: 100%;
  clear: both;
}
.gridview th {
  /* header */
  height: 40px;
  vertical-align: middle;
  color: White;
  text-align: center;
  background-image: url("theme_images/gv_header_middle.gif");
  background-repeat: repeat-x;
  border: solid 1px #c1c1c1;
}
.gridview th a {
  /* header link */
  color: White;
  text-decoration: none;
}
.gridview th a:hover {
  /* header link hover */
  color: Red;
  text-decoration: underline;
}
.gridview td {
  /* rows */
  padding: 2px;
  border: solid 1px #c1c1c1;
  color: #717171;
}
.gridview .gv_row_normal {
  height: 30px;
  vertical-align: middle;
  text-align: center;
  background-color: #e5e5e5;
}
.gridview .gv_row_normal:hover {
  background-color: #cccccc;
}
.gridview .gv_row_normal a {
  text-decoration: none;
}
.gridview .gv_row_normal a:hover {
  text-decoration: underline;
}
.gridview .gv_row_alternate {
  height: 30px;
  vertical-align: middle;
  text-align: center;
  background-color: #eee;
}
.gridview .gv_row_alternate:hover {
  background-color: #cccccc;
}
.gridview .gv_row_alternate a {
  text-decoration: none;
}

a.gv_open_line {
  background-image: url("theme_images/gv-row-open.png");
  background-repeat: no-repeat;
  padding: 2px 0 3px 18px;
  text-decoration: none;
  font-size: 8pt;
  margin: 0 5px 0 3px;
}
a.gv_edit_line {
  background-image: url("theme_images/gv_edit_line.png");
  background-repeat: no-repeat;
  padding: 2px 0 3px 18px;
  text-decoration: none;
  font-size: 8pt;
  margin: 0 5px 0 3px;
}
a.gv_remove_line {
  background-image: url("theme_images/gv_remove_line.gif");
  background-repeat: no-repeat;
  padding: 2px 0 3px 18px;
  text-decoration: none;
  font-size: 8pt;
  margin: 0 5px 0 3px;
}

.grid_border {
  border: 1px solid Silver;
  padding: 1px;
}

.gv_footer {
  height: 40px;
  vertical-align: middle;
  color: White;
  text-align: center;
  background-image: url("theme_images/gv_footer_middle.gif");
  background-repeat: repeat-x;
}
.gv_footer a {
  color: White;
  text-decoration: none;
}
.gv_footer a:hover {
  color: Red;
  text-decoration: none;
}

.gv_pager {
  height: 30px;
  vertical-align: middle;
  text-align: center;
}
.gv_pager a:hover {
  color: Red;
  font-weight: bold;
}

div.cmd_pane {
  padding-top: 12px;
  width: 100%;
  border: 0px solid red;
  min-height: 30px;
}

ul, li {
  list-style-type: none;
}

label {
  font-weight: bold;
}

.RequiredFieldvalidator {
  color: Red;
  font-size: 9pt;
  font-style: italic;
  font-weight: bold;
}

h1 {
  font-size: 14pt;
  color: navy;
  padding-bottom: 10px;
}
h1 span {
  font-size: 14pt;
}

h2 {
  font-size: 12pt;
  padding-bottom: 8px;
}

h3 {
  font-size: 11pt;
  padding-top: 5px;
  padding-bottom: 3px;
}

.command_center {
  width: 100%;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 10px;
  clear: both;
}

.command_left {
  width: 100%;
  text-align: left;
  padding-top: 16px;
  padding-bottom: 10px;
  clear: both;
}

.div_left {
  float: left;
}

.div_right {
  float: right;
}

/* ------------------------------------------------------------------ 
 Grid Commands 
 ------------------------------------------------------------------ */
.grid_commands {
  width: 100%;
  border: 0px solid #E0E0E0;
  padding: 0 5px 0px 0;
  padding-bottom: 5px;
  float: left;
}
.grid_commands ul {
  list-style-type: none;
}
.grid_commands li {
  padding-left: 5px;
  height: 32px;
  vertical-align: middle;
  float: left;
}
.grid_commands .li_field {
  padding-top: 10px;
}
.grid_commands .li_button {
  padding-top: 8px;
}
.grid_commands .li_checkbox, .grid_commands .li_float_right {
  padding-top: 12px;
  float: right;
}

.formfield_error {
  background-color: Red;
  color: White;
  font-size: 8pt;
  font-weight: bold;
  padding: 0 3px 0 3px;
  float: left;
}

.login_info {
  margin-top: 10px;
  font-weight: bold;
}

#poweredby {
  margin-top: 16px;
  color: #C3A15E;
}
#poweredby a {
  color: #C3A15E;
}

.commandlink {
  font-weight: bold;
  font-size: 10pt;
  background-image: url("/images/commandlink.png");
  background-repeat: no-repeat;
  padding: 0 30px 0 18px;
}
.commandlink:hover {
  background-image: url("/images/commandlink-h.png");
  background-repeat: no-repeat;
}

.busy {
  position: absolute;
  left: 45%;
  top: 25%;
  visibility: visible;
  vertical-align: middle;
  border: 1px solid silver;
  padding: 30px 50px 20px 50px;
  text-align: center;
  background: #E0DCDD;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.cuspageads {
  text-align: center;
}

img {
  border-style: none;
}

p.hint {
  font-style: italic;
  display: inline;
  margin-left: 4px;
  font-size: 8pt;
  font-family: Arial;
  color: Silver;
}

.hidden {
  visibility: hidden;
}

.displayNone {
  display: none;
}

.btn-command {
  color: White !important;
  font-family: Tahoma !important;
  font-weight: bold !important;
  font-size: 10pt !important;
  padding: 5px 15px !important;
  text-decoration: none;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  cursor: pointer;
  background-color: #8B4513;
}

.btn-archive {
  background-color: #8B4513;
}

.btn-approve {
  background-color: darkblue;
  padding: 2px 15px !important;
}

.dynamic-discount {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 150px;
  border: 1px solid #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 10px 10px 40px 10px;
  width: 100%;
  max-width: 960px;
  margin-bottom: 20px;
}
.dynamic-discount:first-child {
  margin-left: auto;
}
.dynamic-discount:last-child {
  margin-right: auto;
}
.dynamic-discount header {
  min-height: 20px;
}
.dynamic-discount header h1 {
  display: block;
  margin: 20px 0;
  text-align: center;
}
.dynamic-discount header h1 span {
  font-size: 14pt;
  font-weight: bold;
  background-color: #044F67;
  color: white;
  padding: 10px 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.dynamic-discount header h2 {
  display: inline-block;
}
.dynamic-discount header span {
  padding-left: 20px;
}
.dynamic-discount .discount-matrix {
  min-height: 50px;
  border-bottom: 2px solid #cccccc;
}
.dynamic-discount .discount-matrix .row {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 20px;
}
.dynamic-discount .discount-matrix .row:first-child {
  margin-left: auto;
}
.dynamic-discount .discount-matrix .row:last-child {
  margin-right: auto;
}
.dynamic-discount .discount-matrix .row.header div {
  background: #89C4F4;
  font-weight: bold;
  font-size: 10pt;
  height: 25px;
  margin-bottom: 5px;
  padding-bottom: 3px;
}
.dynamic-discount .discount-matrix .row.header div:first-child span {
  padding-left: 8px;
}
.dynamic-discount .discount-matrix .row.header div:nth-child(2), .dynamic-discount .discount-matrix .row.header div:nth-child(3) span {
  text-align: center;
}
.dynamic-discount .discount-matrix .row.header div span {
  display: inline-block;
  padding-top: 2px;
}
.dynamic-discount .discount-matrix .row div {
  height: 20px;
}
.dynamic-discount .discount-matrix .row div:nth-child(1) {
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%;
}
.dynamic-discount .discount-matrix .row div:nth-child(1):last-child {
  margin-right: 0;
}
.dynamic-discount .discount-matrix .row div:nth-child(1) span {
  padding-left: 8px;
}
.dynamic-discount .discount-matrix .row div:nth-child(2) {
  float: left;
  clear: none;
  width: 22.75%;
  margin-left: 0;
  margin-right: 3%;
  text-align: center;
}
.dynamic-discount .discount-matrix .row div:nth-child(2):last-child {
  margin-right: 0;
}
.dynamic-discount .discount-matrix .row div:nth-child(3) {
  float: left;
  clear: none;
  width: 22.75%;
  margin-left: 0;
  margin-right: 3%;
  text-align: center;
}
.dynamic-discount .discount-matrix .row div:nth-child(3):last-child {
  margin-right: 0;
}
.dynamic-discount .discount-matrix .reminders {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 20px;
  box-sizing: border-box;
  font-style: italic;
  margin-top: 4px;
}
.dynamic-discount .discount-matrix .reminders:first-child {
  margin-left: auto;
}
.dynamic-discount .discount-matrix .reminders:last-child {
  margin-right: auto;
}
.dynamic-discount .discount-matrix .reminders div {
  height: 20px;
}
.dynamic-discount .discount-matrix .reminders div:nth-child(1) {
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%;
  text-align: left;
}
.dynamic-discount .discount-matrix .reminders div:nth-child(1):last-child {
  margin-right: 0;
}
.dynamic-discount .discount-matrix .reminders div:nth-child(1) > span {
  padding-left: 8px;
}
.dynamic-discount .discount-matrix .reminders div:nth-child(2) {
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%;
}
.dynamic-discount .discount-matrix .reminders div:nth-child(2):last-child {
  margin-right: 0;
}
.dynamic-discount footer {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 20px;
  margin-top: 5px;
}
.dynamic-discount footer:first-child {
  margin-left: auto;
}
.dynamic-discount footer:last-child {
  margin-right: auto;
}
.dynamic-discount footer > div {
  display: block;
}
.dynamic-discount footer > div:nth-child(1) {
  float: left;
  clear: none;
  width: 69.1%;
  margin-left: 0;
  margin-right: 3%;
}
.dynamic-discount footer > div:nth-child(1):last-child {
  margin-right: 0;
}
.dynamic-discount footer > div:nth-child(1) section div:nth-child(1) {
  float: left;
  clear: none;
  width: 31.3333333333%;
  margin-left: 0;
  margin-right: 3%;
}
.dynamic-discount footer > div:nth-child(1) section div:nth-child(1):last-child {
  margin-right: 0;
}
.dynamic-discount footer > div:nth-child(1) section div:nth-child(2) {
  float: left;
  clear: none;
  width: 65.6666666667%;
  margin-left: 0;
  margin-right: 3%;
}
.dynamic-discount footer > div:nth-child(1) section div:nth-child(2):last-child {
  margin-right: 0;
}
.dynamic-discount footer > div:nth-child(2) {
  float: left;
  clear: none;
  width: 27.9%;
  margin-left: 0;
  margin-right: 3%;
}
.dynamic-discount footer > div:nth-child(2):last-child {
  margin-right: 0;
}
.dynamic-discount footer > div:nth-child(2) div {
  text-align: right;
  padding-right: 20px;
  padding-top: 5px;
}
.dynamic-discount footer > div:nth-child(2) div a {
  font-size: 16pt;
}
