﻿@charset "UTF-8";
html {font-size: 62.5%;
}

html, body {
    margin:0;
    padding:0;
    height: 100%;
}

body {font-size: 14px;
     font-size:1.4rem;
     font-family: Sans-Serif, Helvetica, arial !important;
     /*background-color: #fff;*/
     color: #000000;
     position: relative;
     }
	  
* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -o-box-sizing: border-box;
}

h1,h2,h3,h4,h5	{font-family: Sans-Serif !important;
                 color: #000000;}

th,td		{font-family: Sans-Serif !important;}                   
h1		    {font-size: 26px; font-size: 2.6rem; font-weight: 600;}
h2			{font-size: 24px; font-size: 2.4rem; font-weight: 300;}
h3			{font-size: 22px; font-size: 2.2rem; font-weight: 300;}
h4			{font-size: 18px; font-size: 1.8rem; font-weight: 300;}
h5			{font-size: 16px; font-size: 1.6rem; font-weight: 300;}

p  {color: #000000;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 2.4rem;
    font-family: Sans-Serif !important;
}

header,footer,article,section,aside,figure,div
			{display: block;}

.Mycontainer {width: 100%;
        margin: 0 auto;
        clear: both;
        min-height: 100%;
        position: relative;

  background: -webkit-linear-gradient(180deg, #e5dfc9, #fff);
  background: -o-linear-gradient(180deg, #e5dfc9, #fff);
  background: -moz-linear-gradient(180deg, #e5dfc9, #fff);
  background: linear-gradient(180deg, #e5dfc9, #fff);
}

div {width: 100%;
}
.textarea-transparent {
    width: 95%;
    background: transparent;
    border: 0 none;
    outline: none;
    resize: none;
    overflow:hidden;
    overflow-y: hidden;
    overflow-x: hidden; 
    display:block;
}
a, img {
    border:none;
    outline:none;
}

.main-body {width: 1200px;
            margin: 0 auto;
            background-color: #fff;
            padding-bottom: 120px;
            overflow: hidden;

              /*background: -webkit-linear-gradient(0deg, #e5dfc9, #fff);
  background: -o-linear-gradient(0deg, #e5dfc9, #fff);
  background: -moz-linear-gradient(0deg, #e5dfc9, #fff);
  background: linear-gradient(0deg, #e5dfc9, #fff);*/
}
@media (max-width: 1199px) {
    .main-body {
        width: 100%;
    }
}
@media (max-width: 959px) {
    .main-body {width: 100%;
    }
}

.clearfix-main {
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

a:link {
  color:#F5DEB3;
  text-decoration:underline;
}

a:active {
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #F5DEB3;
  text-decoration: none;
}

a:hover {
  color: #fffef8;
  text-decoration: none;
}

.maintitle {text-align:center;
}

.text-center {text-align:center;
}

ul,ol {list-style-type: none;
}

.main-body p a {color: #0066CC !important;
                text-decoration:underline;
}

.main-body p a:hover{text-decoration:underline;
                 color: #1A29EB;
}

.main-body p a:active {
    text-decoration:none;
    color: #1A29EB;
}


.width960 {max-width: 1000px;
           margin: 0 auto;
}

.break-line:after {
    content: "\000A";
    white-space: pre;
}

th>.require-info {
    color: #ffdfdd;
}

.require-info, .error_message {
    color: #ff2400 !important;
}

.text-danger {color: #ff2400;
              margin-left: -40px;
}
.text-float-left {
    text-align:left !important;
}
.text-float-center-bottom {
    text-align: center;
    vertical-align:bottom;
}
.topleftright {
    position: absolute;
    top: 355px;
    right: 1px;
}

.float-left {
    float: left !important;
}
.text-float-right {
    text-align:right !important;
}
.float-right {
    float: right;
}
.text-center {
    text-align: center !important;
}
.center-p {
    text-align: center !important;
}
.p-margin-top {margin-top: -15px !important;
}
.p-margin-topbottm-close {
    margin: -15px 0;
}
.p-bottom-close {
    margin-bottom: -20px;
}
.p-top-far {
    margin-top:15px;
}
.hr-style {
    background-color: transparent;
    display: block;
    height: 1px;
    border-width: 0;
    border-top: 1px solid #e7e7e7;
    line-height: 19px;
}
.hr-close-top {
    margin-top:-20px !important;
}
.hr-far-bottom {
    margin-bottom: 15px !important;
}

.full-width-bottom{
    width:100% !important;
}
.text-nowrap {
    white-space: nowrap;
}
.button-like-link, .button-like-link:focus, .button-like-link:active 
{
    /* Remove all decorations to look like normal text */
    background: none;
    border: none;
    display: inline;
    font: inherit;
    margin: 0;
    padding: 0;
    outline: none;
    outline-offset: 0;
    /* Additional styles to look like a link */
    color: #0066CC;
    cursor: pointer;
    text-decoration:underline;
}

.button-like-link:hover {
    color: #1A29EB;
    text-decoration: underline;
}
.button-like-link:visited {
    color: #0066CC;
    text-decoration: none;
}
.button-like-link::-moz-focus-inner {
    border: none;
    padding: 0;
}
.empty-space {
    height:40px;
}
.vert-align-middle {
    vertical-align: middle !important;
}
.vert-align-top {
    vertical-align: top;
}
.vert-align-bottom {
    vertical-align: bottom;
}
.p-label-bottom-close {
    margin-bottom:-15px;
}
.padding-top-20 {
    padding-top:20px;
}
.padding-right-10px {
    padding-right:10px;
}
.padding-left-35 {
    padding-left:35px;
}
.padding-left-30px{
    padding-left: 30px !important;
}
.padding-left-32px{
    padding-left:34px !important;
}
.padding-left-45px{
    padding-left:45px !important;
}
.padding-left-60px{
    padding-left:60px !important;
}
.padding-left-58px {
    padding-left: 58px !important;
}
.padding-left-75px{
    padding-left:75px !important;
}
.padding-left-125px {
    padding-left: 131px !important;
}
.width-20px {
    width: 20px !important;
}
.padding-left-11percent{
    padding-left:11.6% !important;
}
.margin-left-55 {
    margin-left: 25px;
}
.font-size-xsmall{
    font-size:x-small;
}
#Billto::-webkit-input-placeholder {
   font-size:x-small
}
#BillContactID::-webkit-input-placeholder {
    font-size: x-small
}
#Shipto::-webkit-input-placeholder{
    font-size:x-small
}
#ShipContactID::-webkit-input-placeholder{
    font-size:x-small
}
.margin-bottom-0 {
    margin-bottom: 0px;
}
.margin-bottom-close-10 {
    margin-bottom: -10px;
}
.margin-bottom-close-15 {
    margin-bottom: -15px !important;
}
.margin-top-0 {
    margin-top: 0px;
}
.margin-top-close-5 {
    margin-top: -5px;
}
.margin-top-close-10 {
    margin-top: -10px !important;
}
.margin-top-close-15 {
    margin-top: -15px;
}

/* CSS hack - Chrome 22+, Safari 6.1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm), screen and(-webkit-min-device-pixel-ratio:0) {
    .chrome-safari-margin-right-4px {
        margin-right:4px;
    }
}
.min-height-8 {
    min-height: 8px;
}
textarea {font-size: 16px;
     font-size:1.6rem;
     font-family: Sans-Serif, Helvetica, arial !important;
     color: #000000;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.percent50-fullwidth {
    width: 43% !important;
}
.percent100-fullwidth {
    width: 100% !important;
}
.percent31-fullwidth {
    width: 31% !important;
}
.percent20-fullwidth {
    width: 20.2% !important;
}
.percent11-fullwidth {
    width: 11% !important;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}
.display-none {
    display:none;
}
.padding-topbtn-10 {
    padding: 10px 0;
}
.margin-left-5 {
    margin-left: 5px;
}
.padding-left-5 {
    padding-left: 5px;
}
.padding-left-50 {
    margin-left: 50px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}
.margin-top-20 {
    margin-top:20px;
}
.center-margin-0-auto {
    margin: 0 auto;
}
.width-max-150-word-wrap {
    max-width:150px;
    min-width:50px;
    word-wrap:break-word;
}
.width-180px {
    width: 180px;
}
.width-65px {
    width: 65px;
}
.width-15px {
    width: 15px;
}
.width-970px {
    width: 970px;
}
.p-normal-lineheight {
    line-height:normal;
}
.background-light-yellow {
    background-color:#FCF49E;
}
.popup-yellow {
    background: #F6F062;
}
/*========== Popup window/ Dialog ==========*/
/*fix for width - look width from data */
#PopupDiv {
    background-color: #ffffff;
    position: absolute;
    z-index: 20;
    width:100% !important;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    left: auto !important;
    right: auto !important;
    margin: 0 auto !important;
    background: #fff;
    border: 1px solid #eee;
    z-index:900;
}
#PopupTable {
    margin: 0 auto;
    background: #fff;
}
#PopupDivWindow {
    border: 1px solid #736F6E;
    position: absolute;
    background-color: #ffffff;
    z-index: 10;
    padding:10px;
}
#SearchDialog {
    margin: 15px;
}

#PupupButtonSection {
    margin-left: 15px;
}
/* old css for width is 100%
#PopupDiv {
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #736F6E;
    position: absolute;
    z-index: 20;
    width:100% !important;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    position: absolute;
    background: #fff
}
#PopupTable {
    margin-top: 15px;
    width: 100%;
}
#PopupDivWindow {
    padding: 10px;
    border: 1px solid #736F6E;
    position: absolute;
    width: 100% !important;
    background-color: #ffffff;
    z-index: 10;
}*/
/*new style for popup*/
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ACACAA;
    opacity: 0.3;
    z-index: 0;
}
#PopupDivWindow table {
    width: 600px;
    height:auto;
    margin: 0 auto;
}
#ui-id-1 {
    float: left;
    display: inline-block;
    margin: 8px;
    color: #fff;
}

.DialogImg {
    background-color:transparent;
}
#PopupTable th{
    border: 1px solid #3D3C3A;
}

#PopupTable td{
    border: 1px solid #3D3C3A;
}

.ui-dialog-titlebar .ui-widget-header .ui-corner-all .ui-helper-clearfix .ui-draggable-handle {
    float: right;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
    background-color: #736F6E;
    height: 30px;
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
    float: right;
    margin: 5px 5px 5px 0;
}

#pageNumber {
    display:inline-block;
    margin-right: 15px;
}

/*-------- CSS for IE only to use better version (Log In page) ----------*/
#IEMessage {
    margin-top: -5px;
}

/*-------- CSS for FireFox only datalist the dropdown width ----------*/
@-moz-document url-prefix() {
    .InputFocus:focus {
        width: 400px;
    }
}

/*-------- CSS for Safari only datalist the dropdown options ----------*/
 li.ui-menu-item{
        list-style-type: none !important;
    }

span.ui-helper-hidden-accessible {
    display: none;
}

/*===== CSS for Required field that didn't fill in =====*/
.interacted:invalid {
    border: 1px solid red;
}
.interacted:valid {
    border: 1px solid green;
}

/*-------- State List combobox ----------*/
.states-combobox-css {
    width: 62px;
    display:inline-block;
}

.states-combobox-css>.custom-combobox>input.custom-combobox-input.ui-widget.ui-widget-content.ui-state-default.ui-corner-left.ui-autocomplete-input {
    width:25px;
}

/*------------ Flex-Box --------------*/
.wrapper {
    width: 1000px;
    margin: 0 auto;
    display: flex;
}

.content-end {
    flex-direction: row;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    flex-wrap: wrap;
    -ms-wrap: wrap;
    text-align:right;
}

.content-bothend {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 20px;
}

@media (max-width: 320px) {
    .wrapper {
      width:95% !important;
    }
}

/*================= Header ===================*/
header {
  width: 100%;
  overflow:hidden;
}

/*---- top header nav for register/login/cart ----*/
.small-top-bar {width: 100%;
                background-color: #3D3C3A;
                margin-top: -5px;
                padding-bottom: 5px;
}

.top-nav {display: inline-block;
          -ms-align-content: center;
          margin-bottom:-5px;
}
    .top-nav > p {
        font-size:14px !important;
        margin:5px 0;
    }
.top-nav1 {
           display: inline-block;
}

.top-nav2 {
           padding:0 10px;
           display: inline-block;
}

.top-nav3 {
           display: inline-block;
}

form#logoutForm {
    /* below for IE */
    display: inline-block;
}

/*---- middle header for logo and search ----*/
.logo {order:1;
       width: 50%;
       float:left;
}
.logosize {width:250px;
           margin-top: 20px;
}

.top-logo-img {
    display:table-cell;
}

.CompanyName {
    display:table-cell;
    vertical-align:middle;
    padding-left: 10px;
    padding-top: 15px;
}

.CompanyName a {
    font-size: 22px !important;
    font-size:2.2rem !important;
    color: #1b3a88 !important;
    text-decoration:none;
    font-size: 4vw;
}

.search-div {order:2;
             width: 50%;
             margin-top: 30px;
             float:right;
}

.top-salesperson {
    width: 100%;
    /*margin-bottom: -18px;
    margin-top: -15px;*/
    color: #07567e !important;
}

@media screen and (max-width: 767px) {
    .top-salesperson {
        padding: 10px;
    }
}

section.search {
    margin-bottom: 10px;
    background-color:#3D3C3A;
}

section.search input {
    height: 33px;
    width:89%;
    border:2px solid #3D3C3A;
    padding: 0 5px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.search input {
        width: 86% !important;
    }
}

@media  (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 907px) {
    section.search input {
        width:83% !important;
    }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 833px) {
    section.search input {
        width:83% !important;
    }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 770px) {
    section.search input {
        width:80% !important;
    }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 669px) {
    section.search input {
        width:76% !important;
    }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 561px) {
    section.search input {
        width:73% !important;
    }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 506px) {
    section.search input {
        width:71% !important;
    }
}

@media (max-width: 907px) {
    section.search input {
        width:88%;
    }
}

@media (max-width: 833px) {
    section.search input {
        width:87%;
    }
}

@media (max-width: 770px) {
    section.search input {
        width:85%;
    }
}

@media (max-width: 669px) {
    section.search input {
        width:82%;
    }
}

@media (max-width: 561px) {
    section.search input {
        width:80%;
    }
}

@media (max-width: 506px) {
    section.search input {
        width:77%;
    }
}

#top-search a {
    font-family: Sans-Serif, Helvetica, arial !important;
}

.button {   position:relative;
            padding:6px 15px;
            left:-8px;
            background-color:#207cca;
            color:#fafafa;
}

.button:hover  {
                background-color:#fafafa;
                color:#207cca;
}

/*---- bottom header for main navigation ----*/
.top-menu {float:left;
           width:100%;
}

.main-menu-div {
    max-width: 1000px;
    margin: 0 auto;
}

#main-menu {
  list-style: none;
  float: left;
  z-index: 10;
  background-color:#75071C;
  width: 1000px;
}

@media (max-width: 999px) {
    #main-menu {
        width: 100% !important;
        overflow-x: auto;
    }
    #main-menu::-webkit-scrollbar { 
        display: none; 
    }
}

ul#menu {
  margin-left: -25px;
  display: flex;
  width: 1000px;
  padding-right: 15px;
}

#main-menu a {
  display: inline-block; 
  zoom:1;
  padding: .5rem .5rem .5rem 3rem;
  font-size: 16px;
  font-size: 1.6rem;
}

#menu li ul {
    position: absolute;
    background: #75071C;
    padding-bottom: 10px;
    z-index:10;
}

ul.hidden {
  display: none;
}

.hidden li {
  zoom:1;
  margin-left: -40px;
}

.hidden a {
 padding: 1rem 3rem 1rem 3rem !important;
}


/*--------- media query for header ---------*/
@media (max-width: 959px) and (min-width:321px) {
    .wrapper {
    width: 100%;
    }
}
@media (max-width: 475px ) {

    .middle-header {width: 100% !important;
    }
    .logo {width: 100% !important;
    }
    .logosize { width: 93% !important;
    }
    .search-div {width: 100% !important;
    }

    section.search {width: 100%;
                 display: flex;
    }
    .search input[type="text"] {width: 91% !important;
    }
    #top-search {
       padding:8px 0;
    }
}

/*----------- CSS for Menu under 600px -----------*/

/*============= index ==============*/

/*--- index body ---*/

.list_items h3 {margin-left:10px;}

.list_items div {margin: 0 auto;
                }

.center-all {
    display: inline-block;
    width: 140px;
    height: 190px !important;
    margin-left: 10px;
    vertical-align: text-top;
    /*background-color: #fff;
    border-radius: 6px;
    border: 1px solid #eee;*/
}

.itemimage-holder {
    width:100%;
    height:100px;
    padding-top: 10px;
}

.itemname-link {
    width: 100px;
    padding-top:10px;
}

.position-absolute {
    position: absolute;
}

.itemname-link a {
    text-align:left;
    margin: 0 auto;
    display:inline-block;
}

.center-all img {
    max-width: 90%;
    max-height: 100px;
    margin: 0 auto;
    display: block;
}

.seemore a{color:#CEA17C;
           font-size:14px;
           font-size:1.4rem;
           margin-left: 15px;
}

.seemore a:hover{text-decoration:underline;
                 color: #C0C0C0;
}

.seemore a:active {
    text-decoration:none;
    color: #C0C0C0;
}

.itemname-link a{color:#0066CC;
                 text-decoration:underline;
}

.itemname-link a:hover{text-decoration:underline;
                 /*color: #1A29EB;*/
}

.itemname-link a:active {
    text-decoration:none;
    /*color: #1A29EB;
    background-color: #fff;*/
}

/*======== Register and Log in =========*/
.register-login {
    width: 50%;
    margin: 0 auto;
    clear: both;
    padding-bottom:20px;
}

@media screen and (max-width: 767px) {
    .register-login {
        width: 100%;
        padding: 0 10px;
    }
}

.register-login h1 {
    margin-bottom:-1px;
}

.register-login h4 {
    margin-bottom: -1px;
    padding-bottom:15px;
}

.register-p-topfar {
    padding-top: 5px;
}

.form-group {
    margin: 0 auto;
    clear: both;
    width: 100%;
    margin-bottom: 7px;
}

.col-md-10 {
    margin-top:2px;
}

.control-label {
    font-weight:bold;
}

.control-label::after {
    content: ":";
}

.underline-require {
    text-decoration:underline;
}

.bold-label {
    font-weight: bold;
}

.col-md-10 input {width: 100%;
}

.register-btn {margin-top: 10px;
}

.btn {width: 50% !important;
      padding: 5px 10px;
      background-color:#3D3C3A;
      color:#F5DEB3;
      border: 0;
}

/*-- button special on Approve Voucher and Well Directions--*/
.kwiktag {
    width: 160px !important;
}

/*---------- Log In -----------*/
#RememberMe {float: left;
             width: 20px;
}

.login-span {
    margin-left: 0px;
    display:block;
}

.login-p-topbottom {
    margin: -15px 0 -1px 0;
    padding-bottom:5px;
}

.login-btn-margin {
    margin:15px 0 -10px 0;
}

/*---------- Register-----------*/
h3.register-h3-top {
    margin-top: -1px;
}

.register-table-margin td{
    padding-right: 10px;
}

input.state, .state {
    width: 35px;
}

input.zip {
    width: 70px;
}
input.zip1{
    width:105px;
}

input.middleInitial {
    width:20px;
}

/*-- Capcha --*/
.register-capcha {
    border: 1px solid #d3d3d3;
    width: 220px;
    background-color: #f9f9f9;
    margin-bottom:10px;
    margin-top: 20px;
}

.register-capcha h4 {
    padding: 10px 0 10px 20px;
    margin: -1px 0;
    color: #666;
}

.refresh-p {
    padding-left: 20px;
    margin-right: -15px;
}

.register-capcha input {
    margin-left:20px;
    width: 170px;
}

#mainCaptcha {
    cursor: default;
    margin-bottom: 5px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#refresh {
    margin-bottom: 5px;
    margin-top: 5px;
    width: auto !important;
}

#txtInput {
    margin-bottom: 15px;
}

/*- ALL Date Picker - Calendar -*/
div#ui-datepicker-div {
  background-color:#fff;
  width: 165px;
  padding: 9px;
  border: 1px solid #d3d3d3;
  display: none;
}

div#ui-datepicker-div {
    width: 140px\9 !important; /* IE8 below */
    *width: 140px !important; /* IE7 below */
    _width: 140px !important; /* IE6 below */
}

.ui-datepicker-calendar a.ui-state-default{
    border:none !important;
}

/* IE 8,9 and 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #ui-datepicker-div{width: 140px !important;} /* backslash-9 removes ie11+ & old Safari 4 */
}


/* IE11 and above*/
div#ui-datepicker-div:-ms-fullscreen, :root .ie11up { width: 140px\9; }

.ui-datepicker-month {
    margin:0 10px;
}

div#ui-datepicker-div th {
    color: #7d7d78;
}

.ui-datepicker-title {
    color: #7d7d78;
    float: left;
    margin-top: 5px;
}

a.ui-datepicker-prev.ui-corner-all {
    float:left;
}

a.ui-datepicker-next.ui-corner-all {
    float:right;
}

a.ui-state-default:link {
  color: #CEA17C;
}

a.ui-state-default:visited {
  color: #CEA17C;
}

a.ui-state-default:hover {
  color: #7d7d78;
}

span.ui-icon.ui-icon-circle-triangle-e {
    color: #CEA17C;
    cursor: pointer;
}

span.ui-icon.ui-icon-circle-triangle-w {
    color: #CEA17C;
    cursor: pointer;
}

/*======== Register and Log in =========*/
.forgot-pw-id {
    width: 50%;
    margin: 0 auto;
    clear: both;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .forgot-pw-id {
        width: 100%;
        padding: 0 10px;
    }
}

.forgot-pw-id hr {
    margin-top: -15px;
    margin-bottom:-10px;
}

/*======== Detail =========*/
/*
@media (max-width: 715px) {
    .detail-img {width: 100% !important;
                 margin: 0 10px;
    }

    .detail-intro {width:60% !important;
                   margin-left: 10px;
    }
    
     .detail-addtocart {width: 200px !important;
                        margin-right: 10px;
    }
}

@media (max-width: 460px) {

    .detail-intro {width:70% !important;
                   margin: 0 15%;
    }
    
     .detail-addtocart {margin: 0 25%;
    }

    .detail-intro p {line-height: 2rem !important;
    }

}*/

.detail-img {width:25%;
             float:left;
             margin-top:20px;
}

.detail-img img {margin-top:20px;
}

.detail-intro {width: 70%;
               float:left;
               margin: 20px;
}

.detail-intro h1 {width: 100%;
}

.detail-intro p {margin-bottom: -15px;
}

#detail-each {width:50%;
              float:left;
}

#detail-each-input {width:50%;
              float:left;
}

#detail-box {width:50%;
              float:left;
}
#detail-box-input {width:50%;
              float:left;
}

#detail-button {width:100%;
                float:left;
}

.detail-addtocart {width: 100%;
                   float: left;
                   margin-top: 10px;
}

.detail-addtocart section {
    margin-top: 10px;
}

.detail-addtocart label {vertical-align: middle;
}

.detail-uom {font-weight: 600;
}

.detail-userprice {color: #a92b00;
}

.detail-addtocart input {
    float:left;
    width:60px;
    text-align:right;
}

.add-to-cart-button {
    width: 200px !important;
    text-align: center;
    float: none !important;
    margin: 15px 0 !important;
    background-color:#3D3C3A !important;
}

.add-cart-alert {color: #b80000;
                 font-size: 14px;
                 font-size: 1.4rem;
                 margin-left: -20px;
                 margin-top: -15px;
                 margin-bottom: -25px;
                 line-height: 2rem;
}

.detail-close {
    margin-bottom:-15px;
}

.detail-detail {width: 80%;
                margin: 0 auto;
                margin-top: 10px;
                margin-bottom:30px;
}

/*======== Manage Account (will not be need in Future) =========*/
.col-md-12 p {color: #990033;
              margin-top: -15px;
}

.col-md-12 hr {margin-bottom: 15px;
}

#externalLogins p {color: #000000;
                   margin-top: 15px;
}

/*======== Payroll Check Inquiry =========*/
.pay-stub {margin-right: -2px;
}

.span-left-space {
    float:left !important;
    text-align: left !important;
    margin-left:5px;
}

/*============= Tables ==============*/
table {border-spacing:0;
       border-collapse: collapse;
}

#sort_table th a {
    color: #fff;
    font-family:Sans-Serif, Helvetica, arial !important;
    text-decoration:none;
    cursor:pointer;
}

#sort_table th {
    cursor:pointer;
}

#sort_table font {
    color: #fff;
}

.table-div {
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  margin-bottom: 25px;
}
/*-- CSS for sort Table Header have arrow --*/
#sort_table th[role=columnheader]:not(.no-sort) {
    cursor: pointer;
}
    #sort_table th[role=columnheader]:not(.no-sort):after {
        content: '';
        float: right;
        margin-top: 7px;
        border-width: 0 4px 4px;
        border-style: solid;
        border-color: #eee transparent;
        visibility: hidden;
        opacity: 0;
        -ms-user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
#sort_table th[aria-sort=ascending]:not(.no-sort):after {
    border-bottom: none;
    border-width: 4px 4px 0;
}
#sort_table th[aria-sort]:not(.no-sort):after {
    visibility: visible;
    opacity: 0.4;
}
#sort_table th[role=columnheader]:not(.no-sort):hover:after {
    visibility: visible;
    opacity: 1;
}
/*-- Table used in: Customer/Vendor Invoice Status--*/
table.status-table {
    width: 100%;
    border-bottom: 3px solid #c1926b;
    border-left: 1px solid #f7f7f7;
}

@media (max-width: 1000px) {
    table.status-table {
        width: 1000px;
        table-layout: fixed;
        border-collapse: collapse;
    }
}

.status-table th {
  text-align: center;
  height: 35px;
  color:#fff;
  background: -webkit-linear-gradient(0deg, #7f462c, #c1926b); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(0deg, #7f462c, #c1926b); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(0deg, #7f462c, #c1926b); /* For Firefox 3.6 to 15 */
  background: linear-gradient(0deg, #7f462c, #c1926b); /* Standard syntax (must be last) */
  border-left: 1px solid rgba(0,0,0,0.1);
  border-right: 1px solid rgba(0,0,0,0.1);
  vertical-align: bottom;
}

.status-table tr:nth-child(even) {background:#f2ebd5;}

.status-table tr:nth-child(odd) {background: #fff;}

.status-table > tbody > tr > td {
    text-align: center;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    vertical-align: bottom;
}

.status-table input {text-align:right;
}

table.status-table a {
    color: #0080ff;
    text-decoration:underline;
}

/*-- Unique Table (have input field) --*/
.input-field > tbody > tr > td {
    padding: 7px 5px 7px 5px !important;
}

/*-- input tag --*/
.input-field input {
    width: 100%;
    text-align: right;
}

.input-width-auto {
    width: auto !important;
}

.input-outline-none {
    border: none;
    background: transparent;
}

.input-width-200 {
    width: 140px !important;
}

/*-- textarea tag --*/
.select-options-input textarea {
    height: 100px;
    margin-left:5px;
}

/*-- Select Option tag --*/
.select-options {margin: 0 auto;
                 clear: both;
                 width:240px;
                 margin-bottom: 20px;
}

.select-options-w {margin: 0 auto;
                 clear: both;
                 width:250px;
                 margin-bottom: 20px;
}

.select-options-w select {margin-bottom: 15px;
}

/*-- Unique Span (span as title)--*/
.span-title-110 {
    width: 105px;
}

.span-title-145 {
    width: 145px;
}

/*-- Unique for .select-options --*/
.select-longer {
    width: 280px !important;
}

.span-float-none {
    float: none !important;
    margin-left: 40px;
}

.span-float-none-left5 {
    float: none !important;
    margin-left: 5px;
}

.span-margin-left {
    margin-left: 40px;
}

/*-- Button tag for save change--*/
.button-section {
    margin: 0 auto;
    clear: both;
    width:100px;
}

.button-section-2btn {
    margin: 0 auto;
    clear: both;
    width:210px;
}

.save-change {
    width:100px !important;
    margin-bottom: 20px;
}

.save-change-width {
    width:100px;
}

/*======== Unique Table (Payroll YTD Summary/Expense Report Detail) =========*/
.ytd-image {
    width:auto;
    height:150px;
    margin: 0 auto;
    clear: both;
    display:block;
}
.select-options-input {
    margin: 0 auto;
    clear: both;
    width: 280px;
}

.select-options-input table {
    margin: 0 3%;
}

.select-options-input tr {
    margin-bottom:20px;
}

.select-options-input td {
    padding-bottom: 15px;
}

.select-options-input select {
    margin-left: 5px;
}

.select-options-input span {
    float: right;
    text-align: right;
}

.select-options-input input {
    width: 100px;
    margin-left: 5px;
}

.select-options-input button {
    margin: 0 auto;
    display: block;
}

/*-- Summary showing up table --*/
.nocolor-full-section-noborder {
    width: 995px;
    margin-bottom: 10px;
}

.nocolor-full-section-noborder td {
    vertical-align: top;
}

.nocolor-full-section {
    margin:0 auto;
    clear: both;
    border-top: 1px solid #000000;
    padding-top: 5px;
    width: 1000px;
}

.nocolor-full-section-bottom {
    border-bottom: 2.5px solid #000000;
}

.table-tr-closer p {
    margin: -1px 0;
}

.table-tr-closer td {
    padding: 3px 0;
    font-size: 16px;
    font-size:1.6rem;
}

#total {
    float:right;
    text-align:right;
}

/*======== Unique Table (Equipment Transaction Entry) =========*/
.select-options-input2 {
    width: 485px !important;
    margin-left: 380px;
}

.select-options-input2 table {
    margin: 0 -1%;
}

/*======== Shopping Cart/Previous Sales =========*/
.sub_nav_div {width: 100%;
              border-bottom: 2px solid #eee;
              margin-top: 20px;
}

.shopcart-error-left {
    margin-left: -40px;
}

ul.sub_nav {
  margin: 0 0 3px -40px;
}

.sub_nav li {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline;
}

.sub_nav a {
    padding: .3em 0.9em .35em 0.9em;
    bottom: 0;
    border: 1px solid #eee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    background: #eee;
    text-decoration: none;
}

.space_img {
    max-height:50px;
    margin-bottom: -2px;
}

.p_total_ontop {
  float:right;
  margin-top: -3px;
  font-size: 18px;
  font-size: 1.8rem;
}

.p_total {
  float: right;
  margin-top: -10px;
  clear: both;
  font-size: 18px;
  font-size: 1.8rem;
}

.total_price {
    color:#C44D3E;
    /*font-weight: 700;*/
}

.cart-top-checkout {
    margin-top: -10px;
}

.cart-top-checkout-p {
    width:84%;
    float:left;
}

.cart-top-checkout-btn {
    width:15%;
    float:right;
}

.cart_btn2 {
           width: 150px !important;
           margin: -10px 0 10px 0;
           background-color:#3D3C3A !important;
           height: 30px !important;
}

.check-out-button {
    font-family: Sans-Serif, Helvetica, arial !important;
}

.cart_btn {float:right;
           width: 170px !important;
           clear: both;
           margin: -10px 0 10px 0;
           background-color:#3D3C3A !important;
           height: 30px !important;
}

.previous-date-width {
    width: 90px;
}

.previous-input input{
    width: 80px;
}

/*-- Unique Table for Shopping Cart --*/
.cart_table th {
    width: auto !important;
}

.cart_table input {
    width: 64px;
}

.cart_table form input {
    text-align: center;
}

.shopcart-input-righttext form input {
    text-align:right !important;
}

/*-- Unique Table for Previous Sales --*/


.cart_previous_table th {
        width: auto !important;
}

/*-- Unique Table for Edite W-4 --*/
.w4_table td, .w4_table th{
    width: auto !important;
}

.w4_table input {
    width: 98%;
}

.w4_table-center-ul {
    margin-left: -20px;
}

/*============= search ==============*/
.search-margin-bottom {
    margin-bottom: -5px;
}

.search-sort {
    width: 29%;
    float: left;
    margin-bottom: 20px;
    -webkit-box-shadow: 3px 7px 10px #ddd;
    -moz-box-shadow: 3px 7px 10px #ddd;
    box-shadow: 3px 7px 10px #ddd;
}

@media (max-width: 767px) {
    .search-sort {
        width: 100%;
    }
}

.search-sort h3 {
    margin-top: -1px;
    margin-bottom: -1px;
    margin-left: 15px;
    font-weight: 600;
    padding-bottom: 5px;
}

.search-sort h5 {
    margin: -1px 0;
    padding: 5px 15px 0 15px;
    background: #c5d1e2   /* ccc c5d1e2 #616d7e #75071C */;
    font-weight: 600;
    height: 25px;
    color: #3D3C3A /* ebebcc #f9f8f6*/;
}

.search-sort form {
    margin-left: 5px;
}

.search-sort select {
    margin: 10px 0 10px 15px;
}

.search-sort ul{
    margin-top: -10px;
    margin-left: -25px;
}

.search-price-input {
    margin-left: 15px;
}

.search-price-input input {
    width: 70px;
    margin: 10px 0;
}
.search-result {
    width: 70%;
    float: right;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .search-result {
        width: 100%;
    }
}
.search-result div{
    margin: 0 auto;
}
.search-img {
        margin: 0 auto;
        display: inline-block;
        width: 140px;
        height: 190px;
        margin-left: 10px;
        text-align: center;
        vertical-align: text-top;
        /*background-color:#fff;
        border-radius: 6px;
        border: 1px solid #eee;*/
}

.search-img img{
    max-width: 90%;
    max-height: 100px;
    margin: 0 auto;
    display: table-cell;
}

/*======== Edit Payroll Address =========*/
.edit-pay-address-input input{
    width: 98%;
    text-align: left !important;
}

/*======== Equipment Transaction Entry =========*/
span+span:after {
    display: block;
}

/*======== Review Order =========*/
.shipping-to {
    width: 49%;
    float: left;
}

.pick-up {
    width: 49%;
    float: left;
}

.review-word-underline {
    margin-top: -18px;
    float:left;
    border: 0; 
    height: 1.8px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #3D3C3A, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #3D3C3A, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #3D3C3A, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #3D3C3A, #f0f0f0);
}

.shipping-to p{
    margin: -10px 0;
    padding-bottom: 20px;
    float:left;
    width: 100%;
}

.pick-up p{
    margin:-10px 0;
    padding-bottom: 20px;
    float:left;
    width: 100%;
}

.hr-shipping-width {
    width:95px;
}

.hr-pickup-width {
    width: 73px;
}

.place-order-total{
    width: 100%;
    margin-top: 10px;
}

.place-order-total p {
    text-align:right;
    width: 100%;
}

.place-order-button {
    width: 150px;
    float:right;
    text-align:center;
    padding: 5px 0;
    margin-top: -10px;
    background-color: #3D3C3A;
}

.place-btn {
    width: auto !important;
}

/*======== Expense Repot ========*/
.select-options-input-width {
    width:285px;
}

/*======== online Form =========*/
.overflow-form {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    .overflow-form {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.form-fullwidth {
    width: 1000px;
    margin:0 auto;
    clear: both;
}

.form-fullwidth div {
    vertical-align:top;
}

.line-height-small p {
    line-height:0.7rem !important;
}

.margin-right-10 {
    margin-right: 10px;
}
.margin-right-0 {
    margin-right: 0px;
}
.margin-top-space {
    margin-top: 20px;
}

.margin-top-5 {
    margin-top:5px;
}

.border {
    border:2px solid #000000;
}

.form-width900 {
    width: 996px;
    margin:0 auto;
    clear: both;
    display:flex;
}

.flex-box1 {
    align-content:flex-start;
}

.table-tr-littlefar td {
    padding: 3px 0 0 0;
    font-size: 16px;
    font-size:1.6rem;
}

.width-fullhalf {
    width: 494px;
    display:table-cell;
}
.width-fullhalf-percent {
    width: 50%;
    display:table-cell;
}
.p-margin-leftright p {
    margin-left: 10px;
    margin-right: 10px;
}
.textarea-margin-leftright {
    margin-left: 10px;
    margin-right: 10px;
}
/*---- Sales Order OE0010 ----*/
button.so-reorder {
    width:100%;
}
.SO-goBack {
    width:100%;
    height:30px;
    margin-top: 15px;
    margin-bottom: -20px;
}
/*---- Salesperson Order Acknowledgement ----*/
.form-logo1 {
    width:90px;
    display:inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.form-logo1 img {
    max-width:100%;
    max-height:95px;
    display:block;
}
.company-info {
    width: 620px;
    padding-left:20px;
    text-align:left;
    display:inline-block;
}
.company-info h3 {
    margin:0;
}
.other-info-lable {
    width: 170px;
    text-align:right;
    display:inline-block;
}
.other-info-data {
    width: 80px;
    text-align:left;
    display:inline-block;
    margin-left:5px;
}
.width-small {
    width:65px;
    display:inline-block;
}
.width-small-middle {
    width:120px;
    display:inline-block;
}
.oa-margin-bottom-close {
    margin-bottom: -8px;
}
p.reguler-p {
    line-height: 2.4rem !important;
}
p.reguler-p-15 {
    line-height: 1.5rem !important;
}
.date-p-top {
    margin-top:-8px;
}

.contact-p-top {
    margin-top:-4px;
}

.address-p-top {
    margin-top:5px;
}

.width-middle {
    width:385px;
    display:inline-block;
}

.width-middle-half {
    width:235px;
    display:inline-block;
}

.date-margin {
    margin-left:5px;
    margin-top: 40px;
}
.tagcode-margin-top {
    display: inline-block;
}
.tagcode-margin-top p{
    margin: 3px 15px;
}
.nocolor-full-section-acknow {
    border-top: 1px solid #000000;
    border-bottom: 2.5px double #000000;
}
.oa-bottom-40 {
    padding-bottom: 40px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
#OE10BillToTable td{
    min-height:20px !important;
}
#OE10BillToTable td>p{
    margin: 0;
}
#OE10ShipToTable td{
    min-height:20px !important;
}
#OE10ShipToTable td>p{
    margin: 0;
}
.oc-ul-terms {
    list-style-type: circle;
    margin-top: -10px;
}
.margin-top-50 {
    margin-top: 50px;
}
/*======== Salesperson Order Entry =========*/
.font-larger {
    font-size:18px;
    font-size:1.8rem;
}
.soe-100 {
    width: 150px;
    text-align: right;
}
.soe-100 span {
    font-size:16px;
    font-size:1.6rem;
}
.soe-100-left-10 {
    margin-left: -10px;
}
.soe-160 {
    width: 155px;
    text-align: right;
}
.soe-160 p {
    margin-bottom: -10px;
}
.soe-250 {
    width:250px;
    display:inline-block;
}
.soe-105 {
    width:105px;
}

.soe-135 {
    width:175px;
}

.soe-270 {
    width: 335px;
}
.soe-270-input-100 {
    width:100%;
}
.soe-billship-listinput {
    width: 90px;
}

.soe-contact-listinput {
    width: 80px;
}

.hr-border {
    border-bottom: 2.5px solid #000000;
}

#soe-copy-btn {
    margin-top: 5px 0;
}

.soe-input-width-80 {
    width: 185px;
}

.soe-input-width-100 {
    width: 91px;
}

.left-border:not(:root:root){ 
    height: 240px;
}
.left-border {
    border-left: 2.5px solid #000000;
    min-height: 210px;
    height: 100%;
    margin-left: 10px;
    display:inline-block;
    margin-top: 10px;
}

.soe-userbottom {
    margin-bottom:-20px;
}

.top-close1 {
    margin-top:-15px;
}

.top-far1 {
    margin-top:15px;
}

.soe-input-full {
    width:90%;
}

.soe-input-small {
    width:50px;
}

.soe-input-175 {
    width: 100%;
}

.soe-input-new-id{
    width: 200px;
    margin-top: 0px !important;
}

.soe-top-buttom-close {
    margin:-10px 0 0 0;
}

.soe-table1 tr {
    height: 30px;
}

.soe-table1 input {
    width:150px;
}

.soe-hr-bottom-close {
    margin-bottom:-5px;
}

.soe-hr-close-top {
    margin-top:-5px;
}

.soe-PO-left {
    padding-left: 10px;
}

#supplier_name {
    width: 100px;
}

#item_description {
    width:200px;
}

#supplier_id, #asi_id {
    width:60px;
}

#vender_needs_art, #qty_ordered  {
    width:50px;
}

#item_id {
    width: 100px;
}

#unit_price {
    width:90px;
}

#extended_price {
    width: 50px;
}

#add_note_btn {
    width:50px;
}

#delete_btn {
    width: 50px;
}

.NoteLine td{
    vertical-align: top;
}

.soe-320 {
    width: 260px;
    display:inline-block;
}

.soe-200 {
    width: 230px;
    display:inline-block;
}

.soe-buttons {
         display: inline-block;
         text-align: center;
         position: relative;
         vertical-align: text-top;
}

.soe-ml10 {
    margin-left:10px;
}

.padding-and-btn {
    padding-bottom: 20px;
}

.seo-add-line-btn {
    float: right;
    margin: 5px 0;
    width: 150px;
}

p.soe-p-fullwidth {
    width: 100%;
    float:left;
}

/*--- soe table ---*/
.seo-table-border {
    width: 100%;
    border-left: 1px solid #f7f7f7;
}

@media (max-width: 1000px) {
    .seo-table-border {
        width: 1000px;
        table-layout: fixed;
        border-collapse: collapse;
    }
}

.seo-table-border th {
  text-align: center;
  height: 20px;
  color:#fff;
  background-color: #4863A0;
  border-left: 1px solid rgba(0,0,0,0.1);
  border-right: 1px solid rgba(0,0,0,0.1);
}

.seo-table-border > tbody > tr > td {
    text-align: center;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
}

.seo-table-border tr {
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
}

.seo-table-border-unique {
        border-bottom: 4px solid #000 !important;
}

.space {
    height:15px;
}

@media (max-width: 1000px) {
    .seo-table-border {
        width: 1000px;
        table-layout: fixed;
        border-collapse: collapse;
    }
}

/*------ table 2 with add row and math -------*/
.soe-table2-input input{
    width: 96% !important;
}

button.add-note {
    white-space: nowrap;
}

#soe-table2 th {
    vertical-align:bottom;
}

#soe-table2 input.Topic {
    width:80% !important;
}

#soe-table2 textarea.Note {
    width:97% !important;
    height: 55px;
}

/*------- instraction -------*/
.seo-h-bckground {
    background: #E5E4E2;
    padding-left: 10px;
    width: 1000px;
}

.seo-instr {
    width: 490px;
    display:inline-block;
    vertical-align: top;
    margin-bottom: -10px;
}

.seo-inline-label {
    width:160px;
    display: inline-block;
}

.soe-dates {
    width:195px;
    text-align:right;
    display:inline-block;
    margin-top:-25px;
}

.soe-dates-input {
    width:250px;
    display:inline-block;
}

.soe-dates-input input {
    margin-bottom:3px;
}

select.soe-method {
    margin-top: 17px;
}

.seo-imprint-lable-top {
    margin-top: -10px;
}

.soe-instr {
    width:100%;
}

.soe-tdText {
    width:450px;
}

.soe-tdButton {
    width:40px;
}

.soe-instr-holder {
    width:100%;
    margin-top: -10px;
}

.soe-instr-holder textarea{
    width: 98%;
    height: 100px;
}

.soe-instru-delete {
    float:right;
    margin: 10px;
}

.soe-btn-fullwidth {
    width: 100%;
    float:left;
}

.soe-instr-addbtn {
    float:right;
    margin: 10px 0;
}

/*------- art area -------*/
.soe-art-div {
    overflow-x: auto;
    overflow-y: auto;
    -ms-overflow-x: auto;
    -ms-overflow-y: auto;
}

.soe-art-div h3 {
    margin-top: -10px;
}

.soe-art-div>.soe-art-holder {
    width: 100px !important;
    height: 120px !important;
    display: inline-block;
    position: relative;
}

.soe-art-div > .soe-art-holder > input {
    position: absolute;
    bottom: 0;
    left: 0;
}

.soe-img {
    background-color: #fff;
    width: 100px;
    height: 100px;
}

.soe-img img {
    background-color: #fff;
    max-width: 100px;
    max-height: 100px;
}

/*----- art area in Order Entry ------*/
.soe-customerart-div {
    width: 1000px;
    max-height:300px;
    overflow-y: auto;
}

.soe-customerart-div p{
    margin-top:0;
}

.soe-customerart-div>.soe-art-holder {
    width: 100px !important;
    height: 120px !important;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.soe-customerart-div > .soe-art-holder > input {
    position: absolute;
    bottom: 0;
    left: 0;
}

/*======== Detailed Order Search =========*/
fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1.5px solid #848482;
}
#ProductCategory {
    width: 300px;
}
.dos-table-left {
    float:left;
    width:52%;
}
.dos-table-right {
    float:right;
    margin-bottom:10px;
    width: 48%;
}
.dos-input-half input{
    width:50%;
}
.dos-input-full input{
    width: 100%;
}
select.dos-select-full {
    width:100%;
}
.dos-color-div {
    width: 700px;
    margin: 0 auto;
}
.dos-color-div p {
    float: left;
}

.dos-padding-left30 {
    text-align:center;
}

.width1000 {
    min-width: 1000px;
    max-width:100%;
}

.dos-form2 {
    margin-top:20px;
}

.dos-form2 table {
    margin-left:80px;
}

.dos-form2 table input {
    width:300px;
}

.dos-buttons {
    margin: 0 auto;
    width: 228px;
    margin-top:20px;
    margin-bottom: -30px;
}
#start-date, #end-date {
    width:140px !important;
}
#DOSsupplierID {
    width:90px !important;
}
#DOSsupplierName {
    width:170px !important;
}
/*------ Order Search Result -------*/
.dosr-left-table {
    width:950px;
    display:table-cell;
}

@media all and (max-width: 1200px){
    .dosr-width {
        width: 950px !important;
    }
}

.dosr-right-art {
    width:240px;
    display:table-cell;
}

.dosr-sub-h {
    margin-top: -1px;
    margin-bottom: -1px;
}

.dosr-sub-h-left {
    margin-left: 10px;
}

.dosr-art-note-p {
    margin: -25px 0 -1px 10px;
}

.overfloat-y-atuo {
    height:400px;
    overflow-y:scroll;
    width: 235px;
    margin-left:10px;
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom:10px;
}

.dosr-art-holder {
    display:inline-block;
    width: 100px;
    padding: 3px;
    vertical-align: top;
}

.dosr-img {
    background-color: #fff;
    width: 100px;
    height: 100px;
}

.dosr-img img{
    width:100%;
}

.dosr-art-holder p {
    line-height: 1.4rem !important;
    font-size: 12px !important;
    font-size:1.2rem !important;
}

button.look-like-btn {
    margin-top: -5px;
    width: 225px;
    background: #E5E4E2;
    text-align: center;
    margin: 5px 0 5px 20px;
}

button.look-like-btn a:link, p.look-like-btn a:visited, p.look-like-btn a:hover {
    color: #000 !important;
    text-decoration: none !important;
}

/*======== OE0012 Order View =========*/
.ov-left {
    min-width: 765px;
    max-width:75%;
    display:inline-block;
    margin-top: -20px;
}

.ov-width-small {
    width: 350px;
    display: table-cell;
}

.ov-width-larg {
    min-width:765px;
    max-width:100%;
}

.ov-right {
    width: 225px;
    display:inline-block;
    vertical-align:top;
    float:right;
    margin-top: -20px;
}

.ov-width-mid {
    width: 100%;
    min-height: 60px;
}

.ov-width-65 {
    width: 70px;
    display: table-cell;
    text-align:right;
    padding-right:10px;
}

.ov-width-500 {
    width: 400px;
    display: table-cell;
}

.ov-billto-top-20 {
    padding-top: 15px;
}

.ov-p-oi {
    margin-top: 30px;
    margin-bottom: -1px;
}

table.ov-table {
    width: 100%;
    border-left: 1px solid #4863A0;
}

@media (max-width: 1000px) {
    table.ov-table {
        width: 765px;
        table-layout: fixed;
        border-collapse: collapse;
    }
}

.ov-table th {
  text-align:center;
  height: 35px;
  color:#fff;
  background-color:#4863A0;
  border-left: 1px solid rgba(0,0,0,0.1);
  border-right: 1px solid rgba(0,0,0,0.1);
}

.ov-table td {
  background-color: #fff;
  min-height: 15px;
  border-left: 1px solid rgba(0,0,0,0.1);
  border-right: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.ov-tr-border {
    border-bottom:4px solid #3D3C3A;
}

.ov-total-tr td{
    height: 25px;
    padding-right: 10px;
    background-color:#4863A0 !important;
    color:#fff;
}

.ov-total-tr span {
    padding-left: 5px;
}

.ov-orderart {
    margin-top: -10px !important;
}

.ov-upload-img {
    width:400px;
    margin-right: 10px;
}

.ov-art-holder {
    width: 120px;
    display:inline-block;
    float: left;
}

.ov-img {
    width:100px;
    height: 100px;
    background-color: #fff;
}

.ov-img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.ov-art-holder p {
    line-height: 1.4rem !important;
    font-size: 12px !important;
    font-size:1.2rem !important;
}

.ov-fullwidth {
    width:1000px;
    clear:both;
    margin-bottom:15px;
}

.ov-fullwidth>.dosr-art-holder {
    width: 100px !important;
    margin-right: 15px;
}

.show-new-line {
    white-space: pre-wrap; 
}

/*======== Customer Item Inquiry =========*/
.cii-or-tr td {
    padding-bottom:0 !important;
}

.cii-sub-h {
    margin-top: -4px;
    margin-bottom: -1px;
}

.cii-right-art {
    width:240px;
    display:table-cell;
    vertical-align:top;
}

.cii-left-table {
    width:950px;
    display:table-cell;
    vertical-align:top;
}

.cii-overfloat-y-atuo {
    height:400px;
    overflow-y:scroll;
    width: 240px;
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom:10px;
}

.cii-art-holder {
    display:inline-block;
    width: 100px;
    height: 100px;
    padding: 5px;
    vertical-align: top;
    float:left;
}

.cii-art-holder p {
    line-height: 1.4rem !important;
    font-size: 12px !important;
    font-size:1.2rem !important;
}

.cii-img {
    background-color: #fff;
    max-width: 100px;
    height: 100px;
    background-color:#fff;
}

.cii-img img{
    width:100%;
}

.datalist-options-input-CII {
    clear: both;
    margin: 0 auto;
    width: 470px;
    margin-bottom: 20px;
}

.datalist-options-input-CII input.input-id{
    width:70px;
    display:inline-block;
}

.datalist-options-input-CII input.input-name{
    width:325px;
    display:inline-block;
}

.datalist-options-input-CII td.CII-top {
    width:200px;
    vertical-align: text-top;
}

/*======== Combobox Creat New =========*/
div.combobox div.dropdownlist {
    display: none;
    border: solid 1px #000;
    background-color: #fff;
    overflow: auto;
    position: absolute;
	min-width: 100px;
    padding: 5px;
    margin-left:0px;
    margin-top: 20px;
}
    
div.combobox .dropdownlist a {
    display: block;
    text-decoration: none;
	color: #000;
    padding: 1px;
    cursor: default;
}
    
div.combobox .dropdownlist a.light	{
    color: #fff;
	background-color: #007;
}
    
div.combobox .dropdownlist, input {
    width: auto;
}
    
div.combobox input {float: left;}
    
div.combobox span {
    border: solid 1px #3D3C3A;
    background: #eee;
	width: 20px;
    height: 20px;
	float: left;
    text-align: center;
    border-left: none;
    cursor: default;
}

/*-------- SOE page ----------*/
/*.soe-states {
    display: inline-block;
    margin-top: 10px;
    width: 60px !important;
}*/

.soe-table2-input a.ui-button.ui-widget.ui-state-default.ui-button-icon-only.custom-combobox-toggle.ui-corner-right {
    margin-top: -20px;
    z-index: 0;
    display: block;
    float: right;
    position: relative;
}

.soe-table2-input input.custom-combobox-input.ui-widget.ui-widget-content.ui-state-default.ui-corner-left.ui-autocomplete-input {
    width: 113px !important;
    display: block;
    position: relative;
}

/*======== AR0001Invoice =========*/
.invoice-100 {
    width: 113px;
    vertical-align: top;
}
.invoice-100 p {
    margin-top: 0;
    margin-bottom: -1px;
    white-space: nowrap;
}
.invoice-300 {
    width: 337px;
    vertical-align: top;
}
.invoice-300 p {
    margin-top: 0;
    margin-bottom: -1px;
    white-space: nowrap;
}
.invoice-400 {
    width: 450px;
    display: inline-block;
    vertical-align: top;
}
.invoice-400 p {
    margin-top: 0;
    margin-bottom: -1px;
    white-space: nowrap;
}
.invoice-320 {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    float: right !important;
}

.invoice-320 p{
    margin-top:0;
    margin-bottom: -1px;
    white-space: nowrap;
}

.invoice-250 {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.invoice-250 p{
    margin-top:0;
    margin-bottom: -1px;
}

.invoice-logo-small {
    width:100px;
    display:inline-block;
    vertical-align: top;
    margin-top: 25px;
}

.invoice-logo-small img {
    max-width: 100%;
    max-height: 90px;
}

.invoice-remit {
    width: 210px;
    display:inline-block;
}

img.invoice-logo-fullwith {
    max-width: 100%;
    max-height: 90px;
}

.invoice-fullwidth {
    width:100%;
    clear: both;
    margin:10px 0;
}

.invoice-addressto {
    width: 490px;
    display:inline-block;
    vertical-align: top;
}

.invoice-addressto p{
    margin-top:0;
    margin-bottom: -1px;
    white-space: nowrap;
    margin-left:105px;
}

/*----- AR1 invoice table type 1 -----*/
.invoice-table-border {
    width: 100%;
    border-left: 1px solid #f7f7f7;
}

.invoice-table-border th {
  text-align: center;
  height: 20px;
  color:#fff;
  background-color: #4863A0;
  border: 1px solid #000000;
}

.invoice-table-border > tbody > tr > td {
    text-align: center;
    border: 1px solid #000000;
}

.invoice-table-top-close {
    margin-top: 0;
}

.invoice-table-sales-contact {
    width: 350px;
}

.invoice-right-space {
    margin-right:30px;
}

/*----- AR1 invoice table type 2 -----*/
.invoice-table2 {
    width:100%;
    margin-top: 10px;
}

.invoice-table2-th-top {
    text-align: center;
    height: 20px;
    color:#fff;
    background-color: #4863A0;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
}

.invoice-table2-th-bottom {
    height: 20px;
    color:#fff;
    background-color: #4863A0;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-right:5px;
}

.invoice-table2-short {
    width: auto;
}

.invoice-table2-long {
    width:450px;
}

/*----- AR1 invoice bottom 2 tables -----*/
.invoice-paidby {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-left: 100px;
}

.invoice-paidby p {
    margin-top:0;
    line-height: 2rem;
    margin-bottom:5px;
}

.invioce-nocolor-noborder {
    margin: 0 auto;
    text-align: center;
}

.invioce-nocolor-noborder td{
    width:100px;
}

.invoice-net {
    width: 490px;
    display: inline-block;
    vertical-align: top;
    float: right;
}

#invoice-subtotal-table td.text-float-right.td-border-top, #invoice-subtotal-table td.text-float-right.td-border-top-bottomdouble {
    padding: 5px 0;
}

.border-bottom-double {
    float:right;
}
.border-bottom-double td{
    width: 150px;
}
.border-bottom-none td{
    border-bottom:none;
}
.td-border-top {
    border-top: 1px solid #000000;
}
.td-border-top-bottomdouble {
    border-top: 1px solid #000000;
    border-bottom: 3px double #000000;
}
.printable-btn {
    width:110px;
    padding: 5px 0;
    float:right;
    margin-top:0;
    text-align: center;
    border: 1px solid #000000;
}

/*========= Purchase Order ==========*/
.po-topwarning {
    width: 400px;
    float:right;
}

.po-topwarning p {
    text-align: justify;
    text-justify: inter-word; /* for IE */
    line-height: 2rem !important;
    margin-top:-1px;
}

.po-width-small {
    width:59px;
    display:inline-block;
}

.po-company-info {
    width: 390px;
    padding-left:20px;
    text-align:left;
    display:inline-block;
}

.po-company-info h3 {
    margin: 0;
}

.po-other-info-data {
    width: 110px;
    text-align:left;
    display:inline-block;
    margin-left:5px;
}

.po-other-info-lable {
    width: 370px;
    text-align:right;
    display:inline-block;
}

.po-take-fullwidth {
    width: 1000px;
}

.po-take-fullwidth p {
    margin: 10px;
}

.po-form-width900 {
    width: 996px;
    margin:0 auto;
    clear: both;
}

.po-tagcode-margin-top {
    display: table-cell;
    width:245px;
}

.po-tagcode-margin-top p{
    margin: 10px 0 -5px 60px;
}

.do-no-ship-p {
    margin: 10px 0 -5px 30px !important;
}

.op-um {
    width:80px;
}

.op-up {
    width:100px;
}

.op-ep {
    width:130px;
}

/*========= OE07 Salesperson Order Status =========*/
.datalist-options-input {
    clear: both;
    margin: 0 auto;
    width: 500px;
    margin-bottom: 20px;
}

input#endDate, input#beginDate  {
    width:120px;
}

.datalist-options-input input#CustomerID{
    width:70px;
    display:inline-block;
}

.datalist-options-input input#CustomerName{
    width:150px;
    display:inline-block;
}

.sos-left-table {
    display: table-cell;
    vertical-align: top;
    width: 1000px;
}

.sos-art-holder {
    display:inline-block;
    width: 100px;
    padding: 5px 0;
}

.sos-right-art {
    display: table-cell;
    vertical-align:top;
    padding-left: 10px;
    width: 120px;
}
.sos-sub-h {
    margin-top: 0;
    margin-bottom: -1px;
}

.sos-overfloat-y-atuo {
    height:400px;
    overflow-y:scroll;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom:10px;
}

/*======== Update Vendor Status =========*/
#uvs-table {
    width:390px;
    margin: 0 auto;
}

#uvs-table input {
    width: 100%;
}

#POlineNumber, #SOlineNumber {
    width: 150px !important;
}

#uvs-table textarea {
    height: 100px;
    width: 100%;
}

.uvs-buttons {
         display: inline-block;
         text-align: center;
         position: relative;
         vertical-align: text-top;
         margin-top: 20px;
}

/*======= Downlaod Artwork ========*/
.da-div {
    width: 1000px;
}

.da-div>.soe-art-holder {
    width: 100px !important;
    height: 120px !important;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.da-div > .soe-art-holder > button {
    position: absolute;
    bottom: 0;
    left: 0;
}

/*======= Approve Proof ========*/
.ap-artid {
    width:160px;
}

.ap-artimg {
    width: 150px;
}

.ap-artimg img {
    max-width: 98px;
    max-height: 70px;
}

.ap-note {
    width:300px;
}

 .ap-note textarea {
    width:95%;
    height: 70px;
}

.ap-buttons {
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: text-top;
}

#ApproveProof {
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

/*======== Accrued Benefits Inquiry =========*/
.datalist-options-input input.input-id{
    width:80px;
    display:inline-block;
}

.datalist-options-input input.input-name{
    width:290px;
    display:inline-block;
}

/*======== W2 =========*/
.font-size-12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
}

.font-size-14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
}

.font-size-20 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
}

.w2-width-10 {
    width: 15px;
    vertical-align: top;
    display: inline-block;
}

.w2-width-30 {
    width: 60px;
    display:inline-block;
}

.tax-relate-Form-width {
    width: 998px;
    margin: 0 auto;
}

.border-top {
    border-top: 1px solid #000000;
}

.border-bottom {
    border-bottom: 1px solid #000000;
}

.border-left {
    border-left: 1px solid #000000;
}

.border-right {
    border-right: 1px solid #000000;
}

.border-top2 {
    border-top: 2px solid #000000;
}

.border-bottom2 {
    border-bottom: 2px solid #000000;
}

.border-left2 {
    border-left: 2px solid #000000;
}

.border-right2 {
    border-right: 2px solid #000000;
}

.border-top-dotted {
    border-top: 1px dotted #000000;
}

/*======== Form 1095 =========*/
.display-inline-block {
    display:inline-block;
}

.font-size-30 {
    font-size: 30px;
    font-size: 3rem;
}
.soe-height-min-auto {
    min-height: 210px;
    max-height: 250px;
}
.height-50 {
    min-height: 50px;
}
.height-35 {
    min-height: 35px;
}
.height-40 {
    min-height: 40px;
}
.height-20 {
    min-height: 20px;
}
.width-50{
    width: 50px;
}
.width-150 {
    width: 150px;
}
.width-160px{
    width: 160px;
}
.width-90 {
    width: 90px;
}
.width-100px {
    width: 100px !important;
}
.width-130px {
    width: 130px;
}
.width-350px {
    width: 350px;
}
.width-70px {
    width: 70px;
}
.width-90percent {
    width: 90%;
}
.width-55percent {
    width: 55%;
}
.width-45percent {
    width: 45%;
}
.width-11percent {
    width: 11%;
}
.width-7percent {
    width: 7%;
}
.width95per-height70 {
    width: 95% !important;
    height: 70px !important;
}
.font-family-Lucida-Console {
    font-family: 'Lucida Console', Monaco, monospace !important;
}
#ten95_StatmentTable td{
    width:7.14% !important;
}
.ten95form-600215 {
    display:inline-block;
    font-size: 14px;
    font-size:1.4rem;
    width: 100%;
    text-align:right;
    margin-bottom:5px;
}

.ten95form-part {
    background-color:#000000; 
    color:#fff; 
    padding:0 5px;
}

.ten95-page-text {
    vertical-align:top;
    padding:0;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:3px;
    padding-right:3px;
    margin:0;
}

/*======== Employee Time Off =========*/
.datalist-options-input-410 {
    clear: both;
    margin: 0 auto;
    width: 410px;
    margin-bottom: 20px;
}

.datalist-options-input-410 input.input-id{
    width:80px;
    display:inline-block;
}

.datalist-options-input-410 input.input-name{
    width:150px;
    display:inline-block;
}

.input-width-95percent {
    width: 95%;
}

/*========= Time And Equipment Entry ===========*/
.input-width60 {
    width: 60px;
}

.comment-size {
    width: 250px;
    height: 80px;
}

.tee-select {
    width:100%;
}

/*========= Job Service Report ===========*/
.jsr-left {
    width: 700px;
    float:left;
}

.jsr-right {
    width: 290px;
    float: right;
}

.jsr-table-comment {
    min-height: 100px;
}

#jsr-equipmentTable {
    width: 100%;
}

#jsr-equipmentTable td {
    width: 25%;
    min-height:20px;
}

#jsr-employeeTable {
    min-width: 100%;
}

#jsr-employeeTable td {
    min-width: 11%;
}

.jsr-fullwidth {
    width: 100%;
    margin: 0 auto;
    clear: both;
    padding-top:40px;
}

#jsr-signTable td {
    width: 50%;
}
/*======== Signature and out put Signature =========*/
.kbw-signature { 
    width: 400px; 
    height: 200px; 
    display: inline-block;
	border: 1px solid #a0a0a0;
	-ms-touch-action: none;
}
/*======== Contact Maintenance =========*/
.overflow-form-contact-map {
    width: 100%;
    margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
    .overflow-form-contact-map {
        overflow-x: auto;
        overflow-y: hidden;
    }
}
.ViewTabs, .topTags {
    min-width:1200px;
    margin:0 auto;
}
.input-percentsign {
     position: relative;
 }
.input-percentsign input {
    padding-right:18px;
    text-align:end; 
}
.input-percentsign:before {
    position: absolute;
    top: 0;
    content:"%";
    right: 5px;
}
.ca-100 {
    width: 150px;
    text-align: right;
}
.ca-270 {
    width: 335px;
    margin-top: 7px;
}
.ca-mi {
    width: 7%;
}
.ca-percent43 {
    width: 43%;
}
.ca-percent35{
    width:25%;
}
.ca-percent47{
    width:47.6%;
}
.ca-percent35 {
    width: 35%;
}
.ca-percent60 {
    width: 60%;
}
/* Tabs */
.liSelected {
    background-color:indianred;
}
.liSelected {
    background-color: #333 !important;
    color: #eee !important;
}
.topTags {
    margin: 0 0 -1px -35px;
}

.topTags > li {
    display: inline-block;
    list-style-type: none;
    cursor:default;
    font: bold;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 5px 15px;
    border-top-right-radius: 0.5em;
    border-top-left-radius: 0.5em;
    border-top: 1px solid #eee;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #eee;
    margin-right: -3px;
}
.contact-textarea {
    width: 99% !important;
    height: 130px !important;
}
.input-width-150 {
    width: 150px !important;
}
.input-width-140 {
    width: 140px !important;
}
.input-width-120 {
    width: 120px !important;
}
.input-width-130 {
    width: 130px !important;
}
.input-width-80 {
    width: 80px !important;
}
#PhysicalAddressTable input, 
#EmailTable input,
#PersonalInfoTable input,
#ContactClassesTable input,
#AddressClassesTable input,
#TimestampTable input
{width:350px;}
#ContactUDTable1 input 
{width:300px;}
#MailListsTable input{
    width:85%;
}
/*======== OE0015 Item Category =========*/
.width-300px {
    width: 300px !important;
}
.width-900px {
    width: 900px !important;
}
/*--detect google chrom only--*/
@supports (-webkit-appearance:none) and (not (overflow:-webkit-marquee))
and (not (-ms-accelerator:true)) { 
    .width-300px {
        width: 320px;
    }
    .width-900px {
        width: 880px;
    }
}
/*======== Footer =========*/
footer {
  width: 100%;
  height: auto;
  margin-top: 35px;
  margin: 0 auto;
  clear: both;
  background-color:#3D3C3A;
  bottom: 0;
  left:0;
  position: absolute;
}

footer a {
  color:#F5DEB3;
}

.bottom-foot {
  width: 100%;
  text-align: center;
}

.footer-p {
  color:#fffef8;
}

.version-p {
    text-align: center !important;
}

/*========= Tract Evaluation ===========*/
.particalViewTop {
    width:998px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.particalViewTop>.TractEvaluationForm, .particalViewTop>.PerformanceGuarantee, .particalViewTop>.RunSheet {
    margin: 15px 15px 10px 15px;
}

.border-light {
    border:1px solid #ccc;
}

.tef-td-260 {
    width: 230px;
}

td.tef-td-100 {
    width: 130px;
}

td.tef-td-190 {
    width: 210px;
}

.tef-table1 {
    width: 450px;
    display:inline-block;
    float: left;
}

input#EvaluationID {
    width:160px !important;
}

.tef-table1 input {
    width: 99%;
}

table.tef-talbe2 {
    width: 300px;
    vertical-align:top;
    display:inline-block;
    float: left;
    margin-left: 20px;
}

.tef-talbe3 {
    width: 180px;
    margin-left: 20px;
}

/*-------- Buttom part ---------*/
.bottomTags {
    margin: 0 0 -1px -35px;
}

.bottomTags > li {
    display: inline-block;
    list-style-type: none;
    cursor:default;
    font: bold;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 5px 15px;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #eee;
}

.particalViewBottom {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/*-- Performance Guarantee --*/
.pg-section p{
    width:190px;
    display:inline-block;
    vertical-align:top;
    margin-top:-1px;
}

.pg-section textarea{
    width:400px;
    height: 160px;
}

/*------ Species ------*/
#SpeciesT1 {
    width:100%;
}

#SpeciesT2 {
    width:70%;
    margin-top:10px;
}

#SpeciesT2 input, #SpeciesT2 textarea {
    width:100%;
}

#SpeciesT2 textarea {
    height:80px;
}
/*======= Shadowbox/Lightbox ========*/
.short-animate {
  -webkit-transition: .1s .1s ease-in-out;
  -moz-transition: .1s .1s ease-in-out;
  -ms-transition: .1s .1s ease-in-out;
  -o-transition:.1s .1s ease-in-out;
  transition:.1s .1s ease-in-out;
}
.long-animate {
  -webkit-transition: .1s .1s ease-in-out;
  -moz-transition: .1s .1s ease-in-out;
  -ms-transition: .1s .1s ease-in-out;
  -o-transition:.1s .1s ease-in-out;
  transition:.1s .1s ease-in-out;
}
.lightbox {
  position:fixed;
  top:-100%;
  bottom:100%;
  left:0;
  right:0;
  background:#eee;
  z-index:501;
  opacity:0;
}
.lightbox img {
  position:absolute;
  margin:auto;
  top:0;
  left:0;
  right:0;
  bottom:0;
  max-width:0%;
  max-height:0%;
}
#lightbox-controls {
  position:fixed;
  height:70px;
  width:70px;
  top:-70px;
  right:0;
  z-index:502;
  background:rgba(0,0,0,.1);
}
#close-lightbox {
  display:block;
  position:absolute;
  overflow:hidden;
  height:50px;
  width:50px;
  text-indent:-5000px;
  right:10px;
  top:10px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}
#close-lightbox:before {
  content:'';
  display:block;
  position:absolute;
  height:0px;
  width:3px;
  left:24px;
  top:0;
  background:white;
  border-radius:2px;
  -webkit-transition: .1s .1s ease-in-out;
  -moz-transition: .1s .1s ease-in-out;
  -ms-transition: .1s .1s ease-in-out;
  -o-transition:.1s .1s ease-in-out;
  transition:.1s .1s ease-in-out;
}
#close-lightbox:after {
  content:'';
  display:block;
  position:absolute;
  width:0px;
  height:3px;
  top:24px;
  left:0;
  background:white;
  border-radius:2px;
  -webkit-transition: .1s .1s ease-in-out;
  -moz-transition: .1s .1s ease-in-out;
  -ms-transition: .1s .1s ease-in-out;
  -o-transition:.1s .1s ease-in-out;
  transition:.1s .1s ease-in-out;
}
.lightbox:target {
  top:0%;
  bottom:0%;
  opacity:1;
}
.lightbox:target img {
  max-width:100%;
  max-height:100%;
}
.lightbox:target ~ #lightbox-controls {
  top:0px;
}
.lightbox:target ~ #lightbox-controls #close-lightbox:after {
  width:50px;
}
.lightbox:target ~ #lightbox-controls #close-lightbox:before {
  height:50px;
}
.prev, .next {
    display:block;
    text-decoration:none !important;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:22px;
    font-size:2.2rem;
    color:#858585 !important;
    margin-left:5px;
    margin-top:5px;
    z-index:502;
    position:fixed;
}
.next{
    margin-top:35px;
}
/*======= Forum ========*/
.tableForum {
    width:100%;
    border-bottom: 4px solid rgba(0,0,0,0.1);
    margin-bottom:40px;
}
    .tableForum p {
        line-height:1.5rem;
        margin-left:5px;
        margin-right:5px;
    }
    .tableForum th {
        background:#1b3a4c !important;
        text-align:center;
        color: #fff !important;
        height:30px;
        font-size:16px;
        font-size:1.6rem;
        border-bottom:1px solid #fff;
    }
    .tableForum td:nth-child(1) img{
        margin: 0 auto;
        display:block;
    }
    .tableForum th:nth-child(2) {
        width:100px;
    }
    .tableForum th:nth-child(3) {
        width: 250px;
    }
    .tableForum tr:nth-child(odd) {
        border-bottom: 1px solid #fff;
    }
    .tableForum tr:nth-child(odd) td:nth-child(1) {
        width:80px;
        background:#e5edf4 !important;
    }
    .tableForum tr:nth-child(odd) td:nth-child(2) {
        background:#f3f7fa;
    }
    .tableForum tr:nth-child(odd) td:nth-child(3) {
        width:100px;
        background:#e5edf4 !important;
    }
    .tableForum tr:nth-child(odd) td:nth-child(4) {
        text-align:center;
        width: 250px;
        background:#f3f7fa;
    }
    .tableForum tr:nth-child(even) {
        border-bottom: 1px solid #fff;
    }
    .tableForum tr:nth-child(even) td:nth-child(1) {
        width:80px;
        background:#eef4f9 !important;
    }
    .tableForum tr:nth-child(even) td:nth-child(2) {
        background:#fcfeff;
    }
    .tableForum tr:nth-child(even) td:nth-child(3) {
        width:100px;
        background:#eef4f9 !important;
    }
    .tableForum tr:nth-child(even) td:nth-child(4) {
        text-align:center;
        width: 250px;
        background:#fcfeff;
    }
.forum-hr {
    margin: -15px 0 -10px 0;
}
.forum-goback {
    width:110px;
    padding:5px 0;
    border: 1px solid #000000;
    margin-top:15px;
}
button.forum-btn {
    width: 125px;
    background: #E5E4E2;
    text-align: center;
}
    /*--- message page ---*/
#tableForumMessage1 {
    border-top: 4px solid #1b3a4c;
    border-bottom: 4px solid rgba(0,0,0,0.1);
}
.text-dark-blue {
    color:#105289 !important;
}
.margin-top-15px {
    margin-top:15px;
}
    #tableForumMessage1 p {
        margin-bottom:-15px;
        margin-left:15px;
        margin-right:15px;
        line-height: 2.4rem;
    }
    #tableForumMessage1 section {
        margin-bottom:-15px;
        margin-left:15px;
        margin-right:15px;
        line-height: 2.4rem;
    }
    #tableForumMessage1 tr:nth-child(4n) {
        background: #f0f5fa;
    }
    #tableForumMessage1 tr:nth-child(4n-1) {
        background: #f0f5fa; /*#fcfeff;*/
        border-top:  5px solid #fff;
    }
    #tableForumMessage1 tr {
        background:#e1ecf6; /*#eef4f9;*/
    }
    #tableForumMessage1 td {
        padding-bottom: 30px;
    }
    #tableForumMessage1 td:nth-child(1) img{
        margin: 0 auto;
        display:block;
    }
    /*--- message page ---*/
.tableForumPostMessage {
    border-top: 4px solid #1b3a4c;
    border-bottom: 4px solid rgba(0,0,0,0.1);
}
    .tableForumPostMessage p {
        margin:5px 15px;
        display:inline-block;
    }
    .tableForumPostMessage tr {
        background:#eef4f9;
        vertical-align: top;
        padding-bottom: 30px;
    }
    .tableForumPostMessage tr td:nth-child(1) {
        width:80% !important;
        vertical-align: top;
    }
    .tableForumPostMessage tr td:nth-child(2) {
        vertical-align: top;
        width: 20%
    }
    .tableForumPostMessage tr:nth-child(5) td {
        background:#e5edf4;
        vertical-align: top;
        width:100%;
        border-top: 2px solid #fff;
        padding: 10px 0;
    }
    .tableForumPostMessage input {
        width:300px;
        display:inline-block;
    }
    .tableForumPostMessage textarea {
        width:96%;
        height:300px;
        margin:0 auto;
        display:block;
        margin-bottom:10px;
    }
.forum-post-btn {
    display: block;
    margin: 0 auto;
    width:100px;
}
.printable-btn2 {
    width:110px;
    padding: 5px 0;
    margin-top:10px;
    border: 1px solid #000000;
}
.forum-h1-bottom {
    margin-bottom:0;
}
.tableForumPostMessage, .forum-checkbox-btn, .tableForum, #tableForumMessage1 {
    width:1200px;
}
/*============== w2 Consent ===============*/
.consent {
    width:700px;
    margin:0 auto;
}
/*============== Bing Map ===============*/
.MicrosoftMap .NavBar_Container {
    width: 140px !important;
}
#myMap {
    width: 820px;
    height: 300px;
}
#directionsInputContainer {
    width:360px;
    background:#fff;
}
#directionsInputContainer>.dirSDK>.directionsPanel {
    width: 360px !important;
}
#printoutPanel {
    width:820px;
    background:#fff;
}
#printoutPanel div {
    width: auto !important;
}
/*============== Time Out Section ===============*/
#timeOut {
    z-index: 1999;
    background: rgba(92, 88, 88, 0.3);
    position: fixed;
    height: 100vh;
    width: 100vw;
}
#timeOut-section {
    z-index: 2000;
    background-color: #eee;
    position: fixed;
    top: 25%;
    left: 50%;
    padding: 20px;
    transform: translate(-50%, 0);
}
    #timeOut p {
        margin: 5px 10px;
    }
#timeOutYes {
    color: #FFF;
    background-color: #0f5895;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#377bb2), to(#0f5895));
    background-image: -moz-linear-gradient(top, #377bb2, #0f5895);
    background-image: -ms-linear-gradient(top, #377bb2, #0f5895);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #377bb2), color-stop(100%, #0f5895));
    background-image: -webkit-linear-gradient(top, #377bb2, #0f5895);
    background-image: -o-linear-gradient(top, #377bb2, #0f5895);
    background-image: linear-gradient(top, #377bb2, #0f5895);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#377bb2', endColorstr='#0f5895', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: none;
    margin: 5px 10px 5px 0;
    padding: 5px;
}
#timeOutNo {
    color: #FFF;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #000000;
    text-shadow: none;
    margin: 5px 0;
    padding: 5px;
}