.non-standard-bundle {
	display: none;
}

.shipment-modal-dates {
    border-radius: 5px;
}

.no-top-margin {
    margin-top: 0;
}

.pointer-nav{
    cursor:pointer;
}

a.pointer-nav:visited,
a.pointer-nav:link {
    font-family: inherit !important;
    background: transparent !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 10px !important;
}

#upload-page {
    background-color: #fafafa;
}

#logo-parent {
    text-align: center;
    padding-top: 1.8%;
    padding-bottom: 3%;
}

#header-buttons {
    margin-top: .4%;
    text-align: center;
    padding-bottom: 3%;

}

.header-nav-button {
    padding-top: .85%;
    padding-bottom: .85%;
    padding-left: 3.25%;
    padding-right: 3.25%;
    font-size: 1.25em;
    font-weight: bold;
    border-width: 0;
    border-radius: 8px;
}

#header-upload-button {
    border-top-left-radius: 7.5%;
    border-bottom-left-radius: 7.5%;
}

#header-review-button {
    border-top-right-radius: 7.5%;
    border-bottom-right-radius: 7.5%;
}

.header-button-selected {
    background-color: #0B7BC0;
    color: white;
}

.header-button-selected:hover {
    background-color: #003366;
    color: white;
}

.header-button-selected:focus {
    background-color: #003366;
    color: white;
    box-shadow: 0 0 .3125em rgba(0, 0, 0, 0.5);
}

.header-button-unselected {
    background-color: #f1f1f1;
    color: #cccccc;
}

#drop-area {
    text-align: center;
    width: 100%;
    /*     height: 400px; */
    /*     margin: auto; */
    border-radius: 8px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 2%;
}

#upload-file {
    padding-top: 17%;
    padding-bottom: 16%;
}

#upload-success {
    padding-top: 17%;
    padding-bottom: 16%;
    display: none;

}

#upload-error {
    padding-top: 17%;
    padding-bottom: 16%;
    display: none;

}

#upload-instructions {
    padding-bottom: 1%;
}

#upload-instructions-primary,
#upload-success-primary,
#upload_error-primary {
    font-weight: bold;
    margin-top: 2%;
    font-size: 1.5em;
}

#success-block {
    display: none;
    margin-top: 3%;
}

#error-block {
    display: none;
}

#upload-error-secondary {
    font-size: 1em;
    color: red;
}

#upload-instructions-secondary {}

#header-finder {
    margin-top: 1.5%;
    /*     margin-bottom: 1%; */
    width: 90%;
}

.header-box-title {
    width: 100%;
    padding-top: 2.5%;
    padding-left: 4%;
    padding-bottom: 2.5%;
    font-size: 1.1em;
}

#sold-to-box {
    width: 22.5%;
    float: left;
    margin-right: 2.5%;
    background-color: #ffffff;
    /*     height: 250px; */
    margin-left: 1%;
}

.header-entry-field {
    width: 87%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 4%;
    border-width: 1px;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 1.2em;
    border-radius: 5%;
    background-color: #fafafa;
    color: #828282;
}

.searchclear {
    position: absolute;
    right: -246px;
    top: -30px !important;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
    z-index: 10;
}

#sold-to-search-clear,
#ship-to-search-clear,
#sales-area-search-clear {
    visibility: hidden;
}

#sold-to-dropdown {
    margin-left: 5%;
    width: 100%;
}

#selected-sold-to {
    background-color: white;
    margin-left: 5%;
    visibility: hidden;
}

#ship-to-box {
    width: 22.5%;
    float: left;
    margin-right: 2.5%;
    background-color: #ffffff;
    /*     height: 250px; */
}

#line-item-all-label {
	margin-left: 22px;
}

#line-item-all-cursor {
	cursor: pointer;
}

#check-image {
	margin-right: 8%;
}

#more-image {
	margin-top: 11%;
	cursor: pointer;
	display: none;
}

.mass-update-link {
	margin-top: 10px;
}

/* #more-options { */
/* 	width: 200px; */
/* 	font-size: .85em; */
/* 	z-index: 99; */
/* 	position: absolute; */
/* 	background: #FFFFFF; */
/* 	color: #0578be; */

/* .more-options { */
/* 	display: none; */
/* 	box-shadow: 0px 0px 5px rgba(25, 45, 56, 0.5); */
/* } */

#close-more-options {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
}

#open-mass-update {
	cursor: pointer;
}

.menu-actions {
	cursor: pointer;
	padding-left: 5%;
	font-size: .85em;
	padding-top: 5%;
	padding-bottom: 5%;
}

.menu-actions-disabled {
	cursor: pointer;
	padding-left: 8%;
	font-size: .85em;
	padding-top: 5%;
	padding-bottom: 5%;
}

.menu-header{
	padding-left: 5%;
	font-size: .85em;
	color: #003366;
	padding-top: 5%;
	padding-bottom: 5%;
}

.menu-actions:hover {
	background: #ECF2F6;
}

.selection-instructions {
	color: #104070;
}

.fields-to-update {
	background: #fafcfd;
}

#new-mass-update-data {
	width: 50%;
}

#enter-data {
	height: 80px;
}

.menu-close {
	font-size: .85em;
	color: #c5ccd0;
}

#update-modal-footer {
	text-align: center;
}

.mass-update-fields {
	margin-top: 5%;
	margin-bottom: 5%;
}

.line-item-select-checkbox {
	padding-left: 15%;
}

.mass-update-actions {
	text-align: center;
}

#line-change-log {
	margin-top: 5px;
}

#order-change-log {
	margin-top: 5px;
}

.dropdown-item {
	margin-top: 5px;
	margin-bottom: 5px;
    font-size: 12px;
}

.rejected-preview {
	font-weight: bold;
	color: orange;
	margin-top: 15%;
	margin-left: 70%;
}

.line-item-date-label {
	margin-top: 2px !important;
}

.line-errors {
	list-style: none;
}

.change-log {
	table-layout: fixed;
}

.order-changes {
	list-style: none;
}

.error-data {
	color: red;
}

#remove-left-column-white-space {
	margin-left: -7%;
}

.line-error-data {
	background-color: rgba(251, 225, 219, 1);
	border-bottom: 1px solid black;
	margin-bottom: 1%;
	padding-bottom: 1%;
}

#menu-mass-update-disabled {
	cursor: not-allowed;
	color: grey;
}

.menu-mass-update-disabled {
	cursor: not-allowed !important;
	color: grey;
}

.menu-mass-update-disabled:hover {
  color: grey;
}

.disabled-insturctions {
	cursor: not-allowed;
	color: grey;	
}

.confirmed-date-label{
	margin-left: 5px !important;
	margin-top: 5px !important;
	padding-left: 10px !important;
}

.accept-simulation {
	margin-left: -20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.status-row {
	padding-left: 0px !important;
}

.mass-update-error-icons {
	padding-top: 30%;
}

.mass-update-error-icon-descriptions {
	padding-left: 0px;
}

#error-list {
	overflow-y: scroll;
	height: 25%;
	border: 2px solid black;
}

#ship-to-dropdown {
    margin-left: 5%;
    width: 100%;
    visibility: hidden;
}

#selected-ship-to {
    background-color: white;
    margin-left: 5%;
    visibility: hidden;
}

#sales-area-box {
    width: 22.5%;
    float: left;
    margin-right: 2.5%;
    background-color: #ffffff;
    /*     height: 250px; */
}

#sales-area-dropdown {
    margin-left: 5%;
    width: 100%;
    visibility: hidden;
}

#selected-sales-area {
    background-color: white;
    margin-left: 5%;
    visibility: hidden;
}

#sales-order-box {
    width: 22.5%;
    float: left;
    background-color: #ffffff;
    /*     height: 250px; */
}

#upload-footer {
    text-align: center;
    /*     margin-top: 3%; */
    /*     margin-bottom: 3%; */
}

#bottom-review-upload-button {
    /*     text-align:center;
    border-radius: 8px;
    border-width: 1px;
    border-color:  #cccccc; */
    margin-top: 3%;
    /*     top: 92.5%;
	position: absolute;
	left: 42%; */
}

.has-error .form-control {
    border-color: #E7360D;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #B30101;
    background-color: #FBE1DB;
}

.form-control {
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
}

#upload-icon {
    margin-top: 3%;
}

#instruction-or {
    margin-top: 2%;
    margin-bottom: 2%;
}

#fileElem {
    position: absolute;
    top: -1%;
    width: 100%;
    height: 88%;
    opacity: 0;
}

#start-over {
    margin-top: 5%;
    text-align: center;
    display: none;
}

#start-over-button {
    margin-bottom: 34px;
}

#upload-template-body {
    padding-bottom: 45px;
}

#gerdau_logo {
    position: absolute;
    left: 50px;
    top: 26px;
    height: 40px;
    width: auto;
}

/*
* {
 font-family: Barlow !important;
 letter-spacing: .05px !important;
}
*/
label:hover {
    color: #003366;
    /* 	text-decoration: underline; */
}

.custom-file-upload:hover {
    background-color: #003366;
}

#loading-gif {
    margin-top: 10%;
    margin-bottom: 5%;
}

body {
    background-color: #fafafa;
}

#upload-header {
    color: #0077c6;
}

#disabled-line-item-link {
    color: #cccccc;
}

#enabled-line-item-link {
    color: #0077c6;
}

.header-details {
    background-color: white;
    padding: .5%;
}

.header-info {
    padding-bottom: 45px;
}

#nav-header {
    background-color: white;
    border-bottom: solid #e5e5e5 1px;
}

#secondary-nav {
    padding-top: 45px;
    border-bottom: solid #e5e5e5 1px;
}

#nav-color {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: .5%;
}

#upload-row {
    padding-top: 45px;
}

#import-data-button {
    margin-top: .5%;
}

#sales-order-label {
    font-size: 1.75em;
    margin-bottom: .5%;
    margin-top: 45px;
}

#header-details-label {
    font-size: 1.75em;
    margin-bottom: .5%;
    padding-left: 0px;
}

.header-label-for-manual-template {
    padding-left: 3.2% !important;
}

.header-row-1 {
    padding: .5%;
}

#hidden-header-details {
    margin-top: 25px;
}

.notes-and-shipping {
    margin-top: 25px;
}

.header-info-boxes {
    padding-top: 1%;
    padding-bottom: 2%;
    border: solid 2px #e5e5e5;
    border-radius: 8px;
    margin-top: 3%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
}

#header-info-row {
    display: none;
}

.ng-touched,
.ng-dirty,
.ng-valid-parse,
.ng-invalid,
.ng-invalid-required {
    font-style: normal;
    background-color: #ffffff;
}

.ng-empty {
    font-style: italic;
    background-color: #f1f1f1;
}

.created-by-name {
    text-transform: uppercase;
}

.cursor-pointer {
    cursor: pointer;
}

.collapse-expand-toggle {
	background-color: #003466;
	color: white;
}

.upload-header {
    color: #0077c6;
}

#sub-nav-labels {
    padding-top: 1.5%;
    font-size: smaller;
    border-bottom: #fafafa 1px solid;
}

#order-status {
    margin-top: 5%;
}

#header-details-subnav {
    margin-right: -6%;
}

#purchase-order-upload-subnav {
    margin-right: -9%;
}

.select-plant-from-search {
    cursor: pointer;
}

#order-number {
    font-size: 3.125em;
    font-family: Barlow;
}

.header-info-top-padding {
    padding-top: 4%;
}

.highlighted-optimization {
    background-color: #fffcd9;
}

#div-for-gerdau-logo {
    padding-top: .75%;
}

#order-lines-header {
    margin-top: 5%;
    font-size: 1.1875em;
    font-family: Barlow;
    color: #3d3d3d;
}

.line-items {
    border-top: #e5e5e5 solid 2px;
    font-family: Arial;
    font-size: .875em;
}

.requested-confirmed {
    background-color: white;
    color: #757575;
    border: #A4A4A4 1px solid;
    border-radius: 3px;
    padding-left: 2%;
    padding-right: 2%;
    font-size: .75em;
}

.tiny-request {
    font-size: x-small;
}

.line-item-top-padding {
    margin-top: 1.5%;
}

#spacer-for-bottom-banner {
    margin-bottom: 7%;
}

#order-status {
    font-family: Arial;
    font-size: .875em;
}

.line-item-top-and-bottom-padding {
    margin-top: 1%;
    margin-bottom: 1%;
}

.hide-this {
    display: none;
}

.inventory-status {
    color: #757575;
    font-size: 0.95em;
}

.inventory-source {
    color: #505050;
}

#order-success-icon {
    padding-left: 4.5%;
    padding-top: 2%;
}

#create-another-button {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 3px;
    height: 30px;
    background-color: #0B7BC0;
    font-family: Barlow;
    text-transform: uppercase;
    font-size: .875em;
    color: white;
}

#create-another-button:hover {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 3px;
    height: 30px;
    background-color: #003366;
    font-family: Barlow;
    text-transform: uppercase;
    font-size: .875em;
    color: white;
}

#create-another-button:focus {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 3px;
    height: 30px;
    background-color: #003366;
    box-shadow: rgb(0, 0, 0, 0.5);
    font-family: Barlow;
    text-transform: uppercase;
    font-size: .875em;
    color: white;
}

#create-another-button:disabled {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 3px;
    height: 30px;
    background-color: #F1F1F1;
    border: #E5E5E5 solid 1px;
    color: #CCC;
    font-family: Barlow;
    text-transform: uppercase;
    font-size: .875em;
}

.fixed-bottom-border {
    border-top: #CCC solid 1px;
    background-color: #F3FAFC !important;
    height: 65px;
}

#upload-page {
    background-color: #fafafa;
}

#logo-parent {
    text-align: center;
    padding-top: 1.5%;
    padding-bottom: 2%;
}

#header-buttons {
    margin-top: .4%;
    text-align: center;
    padding-bottom: 1.25%;

}

.header-nav-button {
    padding-top: .70%;
    padding-bottom: .70%;
    padding-left: 2.25%;
    padding-right: 2.25%;
    font-size: 1.25em;
    font-weight: bold;
    border-width: 0;
}

#header-upload-button {
    border-top-left-radius: 7.5%;
    border-bottom-left-radius: 7.5%;
}

#header-review-button {
    border-top-right-radius: 7.5%;
    border-bottom-right-radius: 7.5%;
}

.header-button-selected {
    background-color: #0077c6;
    color: #fdfdfe;
}

.header-button-unselected {
    background-color: #f1f1f1;
    color: #cccccc;
}

#review-header-and-line-details {
    width: 71%;
    margin: auto;
}

/* #header-container{
    margin-bottom: 10%;
} */
#header-review-title {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 1.85%;
    /*     padding-left: 2.5%; */
}

.header-level-content {
    height: auto;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
    border-radius: 8px;
    padding: 2%;
    margin-bottom: 5%;
    margin-top: 1%;
}

#customer-notes {
    height: 280px;
}

#header-content-notes {
    width: 50%;
    height: 300px;
    float: left;
    padding-top: 1.5%;
    padding-left: 2%;
}

#carrier-instructions {
    margin-top: 2%;
}

#carrier-input {
    width: 50%;
    padding: 2%;
    border-radius: 8px;
    border-width: thin;
}

#shipping-condition {
    margin-top: 15%;
}

#content-notes-title {
    margin-bottom: 4%;
}

#comments-description {
    width: 79%;
    float: left;
    margin-bottom: 2%;
}

#option-description {
    color: #888888;
    float: left;
}

#comments-textarea {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    padding-left: 2%;
    border-width: thin;
    margin-top: -1%;
}

.form-element {
    padding: 5%;
    border-radius: 8px;
    border-width: thin;
    width: 100%;
}

#credit-label {
    margin-bottom: 10%;
}

/* #date-label {
    margin-bottom: 10%;
} */

#purchase-date {
	line-height: 20px;
}

#second-billing-row {
    margin-top: 3%;
}

label {
    font-weight: bold;
}

#credit-status-data {
    padding-left: 7.5%;
    /*  font-weight: bold; */
    font-size: 1em;
    margin-top: -7%;
}

#date-data {
    padding-left: 7.5%;
    /*  font-weight: bold; */
    font-size: 1em;
    margin-top: -7%;
}

#header-summary {
	margin-top: 1%;
	margin-left: 1%;
}


#header-details {
    width: 50%;
    height: 300px;
    float: right;
}

#header-details-continued {
    height: 100px;
    border-color: red;
    border-width: 2px;
    color: green;

}

#ship-to {
    width: 50%;
    height: 50%;
    float: right;
    margin-top: 3%;
    margin-bottom: 4%;
}

#ship-to-title {
    font-weight: bold;
    font-size: 1.5em
}

#ship-to-data {
    padding-left: 10%;
}

#sold-to {
    width: 50%;
    float: right;
    margin-top: 3%;
    margin-bottom: 4%;
}

#sold-to-title {
    font-weight: bold;
    font-size: 1.5em
}

#sold-to-data {
    padding-left: 10%;
}

#sales-order-type {
    width: 100%;
    float: right;
}

#sales-order-title {
    font-weight: bold;
    font-size: 1.5em;
}

#sales-order-data {
    padding-left: 10%;
}

#sales-area {
    width: 50%;
    float: right;
}

#sales-area-title {
    font-weight: bold;
    font-size: 1.5em;
}

#sales-area-data {
    padding-left: 10%;
}

#line-review-title {
    font-size: 2.5em;
    font-weight: bold;
    padding-left: 2.5%;
    margin-bottom: 1%;
    padding-top: 1%;
}

/* #line-details-container {
    padding-top: 17.5%;

} */

.nav-item {
    font-size: 1.25em;
}

#my-tab {
    padding-left: 34.5%;
    font-weight: 1.5em;
    border-bottom: 0px;
}

#my-tab-content {
    padding-bottom: 5%;
}

#review-submit {
    background-color: white;
    padding-left: 2%;
    padding-right: 2%;
}

#choose-file {
    padding-bottom: inherit;
}

#last-row {
    margin-bottom: 5%;
}

#left-footer {
    padding-left: 8.5%;
}

#find-orders-row {
    margin-top: 45px;
    margin-bottom: 45px;
}

.open-order-icons {
    border: 0px;
    background-color: white;
}

#right-footer {
    /* 	margin-left: 28%; */
}

#payment-terms {
    border-radius: 4px;
    width: 174.25px;
}

#po-number-inprogress {
    width: 15%;
}

.number-of-line-items {
    float: left;
    font-weight: bolder;
    font-size: 1.75em;
}

.number-of-errors {
    float: left;
    color: #B30101;
    font-size: 1.25em;
    font-weight: normal;
}

.requested-confirmed-header {
	padding-left: 0px;
}

.line-numbers {
    width: 5%;
    float: left;
    padding-top: 8%;
    padding-left: 1.5%;
    font-weight: bold;
    font-size: 1.25em;
}

.fail {
	color: red;
}

.line-details {
    width: 95%;
    float: left;
    padding-top: 2%;
    padding-bottom: 2%;
}

.line-item-error {
    background-color: rgba(251, 225, 219, 1);
}

.modify-line-buttons {
    padding-left: .5%;
}

#add-row-button {
    padding-left: 6.75%;
    padding-top: 2%;
}

.line-information {
    float: left;
}

#cancel-order {
    color: #0077c6;
}

#create-sales-order-button {
    background-color: #0077c6;
    color: #ffffff;
    padding: 1%;
    border-radius: 7.5%;
    margin-left: 2%;
    border-width: 0px;
    margin-bottom: 3%;

}

.order-dropdown {
    height: 50px;
}

#number-of-errors {
    font-weight: bold;
    color: #B30101;
    clear: left;
}

.uploadsuccess {
    border: 2px solid #10bc4d;
    border-radius: 3px;
}

.uploadfailed {
    border: 2px solid #e7360d;
    border-radius: 3px;
}

#order-result-primary {
    margin-top: 3%;
}

#order-result-secondary {
    font-weight: bold;
    font-size: 2.25em;
}

.line-error {
    color: #B30101;
}

.date-error {
    color: orange;
}

#result-icon {
    padding-top: 3%;
}

#instruction-block {
    margin-top: 1%;
}

#upload-another {
    margin-top: 2%;
    margin-bottom: 2%;
}

#result-area {
    text-align: center;
    width: 100%
        /*     height: 400px; */
        /*     margin: auto; */
        border-radius: 8px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 2%;
}

#error-block {
    margin-top: 1%;
}

#error-result-primary {
    margin-top: 3%;
    font-weight: bold;
}

#bottom-error-count {
    margin-bottom: 2%;
}

.error-result-secondary {
    color: red;
}

.black-text {
	color: #333;
}

#result-start-over {
    margin-top: 2%;
    text-align: center;
}

#hide-this {
    display: none;
}

.error-icon {
    margin-right: 3%;
}

.add-row-button {
    margin-top: 1%;
    background-color: #0B7BC0;
    color: white;
    border: 2px solid #ccc;
}

.add-row-button:hover {
    margin-top: 1%;
    background-color: #003366;
    color: white;
    border: 2px solid #ccc;
}

.add-row-button:focus {
    margin-top: 1%;
    background-color: #003366;
    color: white;
    border: 2px solid #ccc;
    box-shadow: 0 0 .3125em rgba(0, 0, 0, 0.5);
}



#review-submit-tab {
    display: none;
}

#line-details-container {
    background-color: white;
}

body {
    background-color: white;
}

.review-info-boxes {
    padding-top: 1%;
    padding-bottom: 2%;
    border: solid 2px #e5e5e5;
    border-radius: 8px;
    margin-top: 3%;
    margin-bottom: 1%;
}

.product-list {
    height: 0em;
    overflow-y: scroll;
    position: absolute;
    z-index: 99;
    color: #003366;
    width: 278%;
}

a:hover {
    text-decoration: none;
}

.activitySpinner {
    height: 16px;
    display: inline-block;
}

.underFieldIcon {
    width: 15px;
}

.submissionError {
    background-color: #F1F1F1;
    color: #CCC;
    stroke: #E5E5E5;
    pointer-events: none;
}

.submissionError:hover {
    background-color: #F1F1F1;
    color: #CCC;
    stroke: #E5E5E5;
}

.add-row-button:hover {
    background-color: #003366;
    color: white;
    stroke: #E5E5E5;
}


.link-style {
    font-family: Barlow;
    font-size: 1.125em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #0b7bc0 !important;
}



.line-number {
    background-color: #757575;
    color: white;
    border-radius: 3px;
    padding-left: 3%;
    padding-right: 3%;
}

#order-summary-header {
    border-bottom: #f1f1f1 2px solid;
}

.header-nav-selected {
    padding-top: 2%;
    border-bottom: #007ec6 3px solid;
    color: #007ec6;
}

.header-nav-unselected {
    padding-top: 2%;
    color: #007ec6;
}

#nav-section {
    background-color: white;
    padding-top: 1%;
}

#gerdau-logo {
    height: 40px;
    width: auto;
}

.line-item-field {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.line-search-icon {
    font-size: 11pt;
}


.button-page {
    color: #58a0c7;
    border: 1px solid;
    border-radius: 2px;
    backgorund-color: transparent;
    font-weight: bold;
    width: 35px;
    height: 35px;
    margin: 5px;
    padding: 5px;
}

.salesnum {
    color: black;

}

.salesnum:hover {
    color: blue;
    text-decoration: underline !important;
}

.green {
    color: #1a7031 !important;
}

.link-style {
    font-family: Barlow;
    font-size: 1.125em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #0b7bc0 !important;
    bottom: 0px;
    vertical-align: text-bottom;
    margin-top: 40px;
}


.link-style-selected {
    border-bottom: 3px solid;
}

.logo-style {
    height: 36px;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
}

.nomargin-bar {
    margin: 0, 0, 30, 0;
    padding: 0;
}

.btn-clear {
    background-color: transparent !important;
    border: none;
    letter-spacing: normal;
    color: #0b7bc0 !important;
    font-family: Barlow;
    font-size: 1.125em;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase !important;
}

.btn-clear:hover {
    text-decoration: underline;
}

body {
    background-color: #ffffff !important;
}



.red-text {
    color: #ed1c1c !important;
    font-color: #ed1c1c !important;
}

.line-info-boxes {
    border: 2px solid green !important;
    border-radius: 8px !important;
    padding-top: 1%;
    padding-bottom: 10px;
}

.well {
    padding-left: 1px !important;
    padding-right: 1px !important;
    background-image: none !important;
    background-color: white;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.strategyPrice {
    box-shadow: none;
}

.warn-color {
    color: orange !important;
}

.error-color {
    color: #ed1c1c !important;
}

.pass-color {
    color: green !important;
}

.search {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

.search input {
    width: 100%;
    height: auto;
    text-align: left !important;
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: none;
}

.search input {
    text-indent: 5px;
}

.search .fa-refresh {
    position: absolute;
    top: 4px;
    right: 10px;
}

.mini-loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ui-datepicker-trigger {
    position: absolute;
    margin-top: -28px;
    right: 15px;
    border: none;
    background-color: transparent;
}


.link-style {
    font-family: Barlow;
    font-size: 1.125em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #0b7bc0 !important;
}

#line-item-summary {
    padding-top: 10px;
}

.modal-header {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.modal-body {
    padding-bottom: 0px;
}

.product-details {
    font-weight: normal;
}

.hide-line {
    display: none;
}

.show-drop {
    display: block;
}


.uploadpending {
    /*  font-size: 28px;
    opacity: 1.0;
    -moz-opacity: 0.4;
    filter: alpha(opacity : 0);
    z-index: 2;
    height: 320px;
    width: 300px; */
    /*  border-width: 8px; */
    border: 6px dashed #e5e5e5;
    ;
    border-radius: 5%;
    /*  background-image: url("../resources/static/ico_upload_blue.svg"); */
    /*  background-repeat: no-repeat;
    background-position: center; */
}

.uploadsuccess {
    /*  font-size: 28px;
    opacity: 1.0;
    -moz-opacity: 0.4;
    filter: alpha(opacity : 0);
    z-index: 2;
    height: 320px;
    width: 300px; */
    border: 2px solid #10bc4d;
    border-radius: 3px;
    /*  background-image: url("../resources/static/ico_check_green.svg"); */
    /*  background-repeat: no-repeat;
    background-position: center; */
}

.uploadfailed {
    /*  font-size: 28px;
    opacity: 1.0;
    -moz-opacity: 0.4;
    filter: alpha(opacity : 0);
    z-index: 2;
    height: 320px;
    width: 300px; */
    border: 2px solid #e7360d;
    border-radius: 3px;
    /*  background-image: url("../resources/static/ico_exclamation_red.svg"); */
    /*  background-repeat: no-repeat;
    background-position: center; */
}

#success-icon {
    display: none;
    margin-top: 5%;
}

#error-icon {
    display: none;
    margin-top: 5%;
}

/* input[type="file"] {
    display: none;
} */

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 8px;
    background-color: #0B7BC0;
    color: #fdfdfe;
    font-weight: normal;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    padding-left: 5%;
    padding-right: 5%;
}

.custom-file-upload:hover {
    background-color: #003366;
    color: white;
}

.custom-file-upload:focus {
    background-color: #003366;
    color: white;
    box-shadow: 0 0 .3125em rgba(0, 0, 0, 0.5);
}

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");



.search {
    position: relative;
    color: #aaa;
}

.search input {
    width: 100%;
    height: 32px;
    text-align: left !important;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.search input {
    text-indent: 5px;
}

.search .fa-search {
    position: absolute;
    top: 10px;
    right: 10px;
}

.mini-spin {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 16px;
    height: 16px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.customer-drops {
    height: 14em;
    overflow-y: scroll;
    z-index: 99 !important;
    position: absolute;
    overflow-x: none;
}

.link-style {
    font-family: Barlow;
    font-size: 1.125em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #0b7bc0 !important;
}




.uploadpending {
    /*  font-size: 28px;
    opacity: 1.0;
    -moz-opacity: 0.4;
    filter: alpha(opacity : 0);
    z-index: 2;
    height: 320px;
    width: 300px; */
    /*  border-width: 8px; */
    border: 6px dashed #e5e5e5;
    ;
    border-radius: 5%;
    /*  background-image: url("../resources/static/ico_upload_blue.svg"); */
    /*  background-repeat: no-repeat;
    background-position: center; */
}

.uploadsuccess {
    /*  font-size: 28px;
    opacity: 1.0;
    -moz-opacity: 0.4;
    filter: alpha(opacity : 0);
    z-index: 2;
    height: 320px;
    width: 300px; */
    border: 2px solid #10bc4d;
    border-radius: 3px;
    /*  background-image: url("../resources/static/ico_check_green.svg"); */
    /*  background-repeat: no-repeat;
    background-position: center; */
}

.uploadfailed {
    /*  font-size: 28px;
    opacity: 1.0;
    -moz-opacity: 0.4;
    filter: alpha(opacity : 0);
    z-index: 2;
    height: 320px;
    width: 300px; */
    border: 2px solid #e7360d;
    border-radius: 3px;
    /*  background-image: url("../resources/static/ico_exclamation_red.svg"); */
    /*  background-repeat: no-repeat;
    background-position: center; */
}

#success-icon {
    display: none;
    margin-top: 5%;
}

#error-icon {
    display: none;
    margin-top: 5%;
}

/* input[type="file"] {
    display: none;
} */

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 8px;
    background-color: #0B7BC0;
    color: #fdfdfe;
    font-weight: normal;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    padding-left: 5%;
    padding-right: 5%;
}

.custom-file-upload:hover {
    background-color: #003366;
    color: white;
}

.custom-file-upload:focus {
    background-color: #003366;
    color: white;
    box-shadow: 0 0 .3125em rgba(0, 0, 0, 0.5);
}

.order-status {
	margin-bottom: 1%;
}

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");



.search {
    position: relative;
    color: #aaa;
}

.search input {
    width: 100%;
    height: 32px;
    text-align: left !important;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.search input {
    text-indent: 5px;
}

.search .fa-search {
    position: absolute;
    top: 10px;
    right: 10px;
}

.mini-spin {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 16px;
    height: 16px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.customer-drops {
    height: 14em;
    overflow-y: scroll;
    z-index: 99 !important;
    position: absolute;
    overflow-x: none;
}

.sales-district {
	border-radius: 4px !important;
}

.link-style {
    font-family: Barlow;
    font-size: 1.125em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #0b7bc0 !important;
}



.uploadpending {
    /* 	font-size: 28px;
	opacity: 1.0;
	-moz-opacity: 0.4;
	filter: alpha(opacity : 0);
	z-index: 2;
	height: 320px;
	width: 300px; */
    /* 	border-width: 8px; */
    border: 6px dashed #e5e5e5;
    ;
    border-radius: 5%;
    /* 	background-image: url("../resources/static/ico_upload_blue.svg"); */
    /* 	background-repeat: no-repeat;
	background-position: center; */
}

.uploadsuccess {
    /* 	font-size: 28px;
	opacity: 1.0;
	-moz-opacity: 0.4;
	filter: alpha(opacity : 0);
	z-index: 2;
	height: 320px;
	width: 300px; */
    border: 2px solid #10bc4d;
    border-radius: 3px;
    /* 	background-image: url("../resources/static/ico_check_green.svg"); */
    /* 	background-repeat: no-repeat;
	background-position: center; */
}

.uploadfailed {
    /* 	font-size: 28px;
	opacity: 1.0;
	-moz-opacity: 0.4;
	filter: alpha(opacity : 0);
	z-index: 2;
	height: 320px;
	width: 300px; */
    border: 2px solid #e7360d;
    border-radius: 3px;
    /* 	background-image: url("../resources/static/ico_exclamation_red.svg"); */
    /* 	background-repeat: no-repeat;
	background-position: center; */
}

#success-icon {
    display: none;
    margin-top: 5%;
}

.ui-datepicker-trigger {
    position: absolute;
    margin-top: -28px;
    right: 15px;
    border: none;
    background-color: transparent;
}

#error-icon {
    display: none;
    margin-top: 5%;
}

/* input[type="file"] {
    display: none;
} */

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 8px;
    background-color: #0B7BC0;
    color: #fdfdfe;
    font-weight: normal;
}

.custom-file-upload:hover {
    background-color: #003366;
    color: white;
}

.custom-file-upload:focus {
    background-color: #003366;
    color: white;
    box-shadow: 0 0 .3125em rgba(0, 0, 0, 0.5);
}

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");



.search {
    position: relative;
    color: #aaa;
}

.search input {
    width: 100%;
    height: 32px;
    text-align: left !important;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.search input {
    text-indent: 5px;
}

.search .fa-search {
    position: absolute;
    top: 10px;
    right: 10px;
}

.mini-spin {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 16px;
    height: 16px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.customer-drops {
    height: 14em;
    overflow-y: scroll;
    z-index: 99 !important;
    position: absolute;
    overflow-x: none;
    left: 10px;
}

.link-style {
    font-family: Barlow;
    font-size: 1.125em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #0b7bc0 !important;
}

.link-style:hover {
    border-bottom: 3px solid;
}


.red-text {
    color: #ed1c1c !important;
    font-color: #ed1c1c !important;
}

.line-info-boxes {
    border: 2px solid green !important;
    border-radius: 8px !important;
    padding-top: 1%;
    padding-bottom: 10px;
}

.well {
    padding-left: 1px !important;
    padding-right: 1px !important;
    background-image: none !important;
    background-color: white;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.smaller-text-field {
    box-shadow: none;
    height: auto !important;
}

.over-under-checkbox {
	width: 30%;
	float: right;
}

.line-item-data {
	padding-top: 1%;
}

.date-request {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

.create-order {
	font-size: 12px;
}

.create-order-dropdown {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.subnav-create-order {
	color: #555;
}

#line-summary-header {
	background: #003466;
	color: white;
	font-weight: bold;
}

.line-rows {
	border-bottom: solid 1px gray !important;
}

.expand-button {
	height: 20px;
	width: 20px;
	padding: 0px;
}

.placeholder {
	color: #999999;
	font-style: italic;
}

.status-column {
	padding-bottom: 2.5%;
	padding-top: 0.25%;
}

.product-column {
	padding-right: 0px !important;
}

.over-under-label {
	float: left;
	width: 70%;
}

.search-field {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.plant {
	padding-left: 3px;
}

.search-icon {
	font-size: 16px;
	position: absolute;
	top: 3px;
	right: 7px;
	z-index: 999;
	cursor: pointer;
	color: #aaa
}

.warn-color {
    color: orange !important;
}

.error-color {
    color: #ed1c1c !important;
}

.pass-color {
    color: green !important;
}

.search {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

.search input {
    width: 100%;
    height: 32px;
    text-align: left !important;
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: none;
}

.search input {
    text-indent: 5px;
}

.search .fa-refresh {
    position: absolute;
    top: 3px;
    right: 20px;
}

.price-lable {
	padding: 0;	
}

.price-data {
	padding: 0;	
    display: flex;
}

.price-data input {
    width: 83% !important;
    padding: 0px 5px;
}

.price-data span {
    position: relative;
    right: 15px;
    top: 5px;
    color: #aaa;
}

.price-data button {
    margin-left: 5%;
    padding-right: 6%;
    padding-left: 4%;
}

.mini-loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Navbar*/
.navbar {
    border-top: none;
    padding-bottom: 0;
    margin-bottom: 0;
}



.navbar-brand {
    margin: 0 1.5em 0 0;
}



.navbar-nav>li a:link,
.navbar-nav>li a:visited {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 1.125em;
    color: #0B7BC0;
    letter-spacing: -0.25px;
    background-color: #fafafa;
    margin: 1.75em 2em 0em 1em;
    padding: 0 0 .5em 0;
}



.navbar-default .navbar-nav>li a:hover {
    color: #003366;
}



.navbar-nav>.active a:link,
.navbar-nav>.active a:visited {
    border-bottom: solid .1875em #0B7BC0;
    background-color: #fafafa;
    color: #0B7BC0;
}



.navbar-default .navbar-nav>.active a:hover {
    color: #0B7BC0;
    background-color: #fafafa;
}

.white-space-no-wrap {
    white-space: nowrap;
}


.navbar-nav>.active a:hover {
    border-bottom: solid .1875em #0B7BC0;
    background-color: #fafafa;
    color: #cc0000;
}



.navbar-toggle {
    margin: 1em 1em 1em 0;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
