body {
  padding-top: 70px;
}
.strong {
  font-weight: bold;
}
.test-class {
  display: none;
}
.form-group.required label:after {
  padding-left: 4px;
  content: "*";
  color: red;
}
.alerts-error i {
  font-size: 26px;
  color: red;
}
.alerts-success i {
  font-size: 26px;
  color: #2bb31c;
}
.alerts-confirm i {
  font-size: 26px;
  color: #3a40ff;
}
.customer-logo {
  max-width: 100%;
  max-height: 150px;
}
.modal-xl {
  width: 90%;
}
.intl-tel-input {
  width: 100%;
}
.block-border {
  border: solid thin #bbb;
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-control {
  min-width: 12px;
}
.cursor-pointer {
  cursor: pointer;
}
.important_text {
  color: #a90000 !important;
}
.important_text * {
  color: #a90000 !important;
}
select.first_no option:first {
  color: #ccc;
}
.table tr.selected > td {
  background: #ddd;
}
.navbar-brand {
  padding-top: 8px;
}
.navbar-brand img {
  width: 200px;
}
@media (min-width: 768px) {
  .navbar-brand {
    padding-top: 15px;
  }
  .navbar-brand img {
    width: 100px;
  }
  .navbar-nav > li > a {
    font-size: 13px;
    padding: 13px 7px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    padding-top: 12px;
  }
  .navbar-brand img {
    width: 130px;
  }
  .navbar-nav > li > a {
    font-size: 14px;
    padding: 13px 13px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    padding-top: 1px;
  }
  .navbar-brand img {
    width: 280px;
  }
  .navbar-nav > li > a {
    font-size: 14px;
    padding: 13px 15px;
  }
}
.padder {
  padding: 10px 20px;
}
.btn-default-dark {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  text-shadow: 0 1px 0 #fff;
  background-image: linear-gradient(to bottom, #cccccc 0%, #aaaaaa 100%);
  background-repeat: repeat-x;
  color: #333;
  border-color: #888;
}
.btn-default-dark:hover {
  background-image: linear-gradient(to bottom, #b3b3b3 0%, #919191 100%);
}
footer {
  padding-top: 50px;
}
footer:before {
  clear: both;
}
input:-moz-read-only,
input:disabled,
select:disabled {
  background: #ddd !important;
}
input:read-only,
input:disabled,
select:disabled {
  background: #ddd !important;
}
input.pinkish,
select.pinkish {
  background: antiquewhite !important;
}
.navbar {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  body {
    margin-top: 60px;
  }
}
.add-ext:before {
  content: 'x';
  position: absolute;
  margin-left: -10px;
  bottom: 0;
}
@media (min-width: 768px) {
  nav > .container {
    width: 850px;
  }
}
@media (min-width: 992px) {
  nav > .container {
    width: 1300px;
  }
}
@media (min-width: 1200px) {
  nav > .container {
    width: 1300px;
  }
}
.animationload {
  background-color: #fff;
}
.osahanloading {
  -webkit-animation: 1.5s linear 0s normal none infinite running osahanloading;
  animation: 1.5s linear 0s normal none infinite running osahanloading;
  background: #fed37f none repeat scroll 0 0;
  border-radius: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  width: 50px;
}
.osahanloading::after {
  -webkit-animation: 1.5s linear 0s normal none infinite running osahanloading_after;
  animation: 1.5s linear 0s normal none infinite running osahanloading_after;
  border-color: #85d6de transparent;
  border-radius: 80px;
  border-style: solid;
  border-width: 10px;
  content: "";
  height: 80px;
  left: -15px;
  position: absolute;
  top: -15px;
  width: 80px;
}
@-webkit-keyframes osahanloading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    background: #85d6de none repeat scroll 0 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes osahanloading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    background: #85d6de none repeat scroll 0 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.table > tbody > tr > td.table-form-control {
  vertical-align: middle;
}
.mass-table .form-control {
  min-width: 200px;
}
.top-buffer {
  margin-top: 20px;
}
ul {
  list-style-type: none;
}
.customer-document-delete {
  display: none;
  cursor: pointer;
}
.customer-document:hover .customer-document-delete {
  display: inline-block;
}
.raw-material-item-row td {
  vertical-align: middle !important;
  padding-left: 1px !important;
  padding-right: 1px !important;
}
table {
  -webkit-column-gap: 20px;
}
table ::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}
table input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
table .cell-xxsmall {
  min-width: 55px;
  max-width: 55px;
}
table .cell-xxsmall input {
  min-width: 55px;
  max-width: 55px;
}
table .cell-xsmall {
  min-width: 95px;
  max-width: 95px;
}
table .cell-xsmall input {
  max-width: 95px;
}
table .cell-small {
  max-width: 115px;
}
table .cell-small input {
  max-width: 115px;
}
table .cell-medium {
  min-width: 145px;
  max-width: 145px;
}
table .cell-medium input {
  max-width: 145px;
}
table .cell-large {
  min-width: 190px;
  max-width: 190px;
}
table .cell-large input {
  max-width: 190px;
}
table .cell-xlarge {
  min-width: 300px;
  max-width: 300px;
}
table .cell-xlarge input {
  max-width: 300px;
}
select .placeholder {
  color: gray;
}
.wo-description {
  width: 100%;
  text-align: left;
  display: block;
}
.wo-description-red {
  width: 100%;
  display: block;
  text-align: left;
  color: red;
}
.wo-description-seperator {
  margin: 1px;
}
.info-link {
  cursor: pointer;
}
.info-link:hover {
  color: black;
}
.customer-nav .nav-pills > li > a {
  padding: 10px 10px;
}
.custom-sort-header {
  cursor: pointer;
}
.custom-sort-header .custom-sort {
  display: inline-block;
  font-size: small;
}
.custom-sort-header .custom-sort.flip {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
th.custom-sort-header > span {
  margin-left: 1em;
}
.custom-sort-header .custom-sort {
  display: inline-block;
  font-size: 10px;
  height: 8px;
}
span.doubleCaret {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
#dlLandingPage {
  margin: 20em 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100vw !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.container:not(.navbar-container) {
  width: 85% !important;
}
@media (min-width: 940px) {
  .nav-pills {
    width: 940px;
    margin: 0 auto;
  }
}
/*
@media (max-width: 992px) {
  .navbar-container {
    width: @navbar-container-ipad-width !important;
  }
}

@media (min-width: 992px) {
  .navbar-container {
    width: @navbar-container-width !important;
  }
}
*/
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.table tr > td.table-form-control {
  padding: 0;
  margin: 0;
  border: solid thin #bbb;
}
.table tr > td.table-form-control input,
.table tr > td.table-form-control select,
.table tr > td.table-form-control div {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
}
table tr.bg-warning-brighter.even td {
  background: #feffa6 !important;
}
table tr.bg-warning-brighter.odd td {
  background: #fbff83 !important;
}
@media print {
  table tr.bg-warning-brighter.even td {
    background: #feffa6 !important;
  }
  table tr.bg-warning-brighter.odd td {
    background: #fbff83 !important;
  }
}
.bg-orange {
  background: #b7d9ff !important;
}
table tr.bg-orange td {
  background: #b7d9ff !important;
}
.bg-grey {
  background: #e3e3e3;
}
.bg-warning-brighter {
  background: #feffa6;
}
.bg-success-brighter {
  background: green;
  color: white;
}
.bg-danger-brighter {
  background: red;
  color: white;
}
.input-warning {
  background: #ffeea2 !important;
}
.text-red {
  color: red;
}
.text-red-imp * {
  color: red !important;
}
.text-blue {
  color: #0000FF;
}
.text-green {
  color: #008a11;
}
.text-blue-imp *,
.text-blue-imp {
  color: #0000FF;
}
.text-brown {
  color: brown;
}
.bg-yellow {
  background: yellow;
}
@media print {
  background-color: inherit !important;
  .table td,
  .table th {
    background-color: inherit !important;
  }
  .table-stripe {
    background-color: #dedede !important;
  }
  body {
    -webkit-print-color-adjust: exact !important;
  }
  .text-red {
    color: red !important;
  }
  .text-blue {
    color: #0000FF !important;
  }
  .text-green {
    color: #008a11 !important;
  }
}
table.table-custom-rows tbody tr td {
  border-top: none;
}
table.table-custom-rows tbody tr.line td {
  border-top: solid thin #000;
}
table.table-custom-rows tbody tr.even td {
  background: #ededed;
}
table.table-custom-rows tbody tr.odd td {
  background: #ffffff;
}
/*fix bootstrap print issue*/
a[href]:after {
  content: none !important;
}
.reduce-padding {
  padding: 0 5px !important;
}
td.buttonWrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
}
input.qtyAmt {
  width: 4em !important;
  text-align: center;
  padding: 0 .25em !important;
}
td.rowIndex {
  text-align: center;
}
td.table-form-control > * {
  text-align: center;
}
td.table-form-control.unitCostWrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border: none !important;
}
.qtyRecWrapper {
  width: 5em;
}
.unitMeasureWrapper {
  width: 6em !important;
}
.unitMeasure,
.manufacturerNum,
.vendorNum {
  border-radius: 0px;
}
td.table-form-control.unitCostWrapper {
  width: 5em !important;
}
.flipping-4 {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: flex;
}
.flipping-4::before,
.flipping-4::after {
  content: "";
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-animation: f4 1.5s -0.25s infinite linear alternate both;
  animation: f4 1.5s -0.25s infinite linear alternate both;
}
.flipping-4::after {
  --s: -1, -1;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
@-webkit-keyframes f4 {
  0%,
  30% {
    -webkit-transform: scale(var(--s, 1)) translate(0px) perspective(150px) rotateY(0deg);
    transform: scale(var(--s, 1)) translate(0px) perspective(150px) rotateY(0deg);
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 75%, 0 25%);
    background: #EE3A43;
  }
  37.5% {
    -webkit-transform: scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(0deg);
    transform: scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(0deg);
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 75%, 0 25%);
    background: #EE3A43;
  }
  50% {
    -webkit-transform: scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(-90deg);
    transform: scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(-90deg);
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 75%, 0 25%);
    background: #EE3A43;
    border-radius: 0;
  }
  50.01% {
    -webkit-transform: scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(-90.1deg);
    transform: scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(-90.1deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 25%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 25%);
    background: #2F2F2F;
    border-radius: 100px 0 0 100px;
  }
  62.5% {
    -webkit-transform: scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(-180deg);
    transform: scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(-180deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 25%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 25%);
    background: #2F2F2F;
    border-radius: 100px 0 0 100px;
  }
  70%,
  100% {
    -webkit-transform: scale(var(--s, 1)) translate(0px) perspective(150px) rotateX(-180deg);
    transform: scale(var(--s, 1)) translate(0px) perspective(150px) rotateX(-180deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 25%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 25%);
    background: #2F2F2F;
    border-radius: 100px 0 0 100px;
  }
}
@keyframes f4 {
  0%,
  30% {
    -webkit-transform: scale(var(--s, 1)) translate(0px) perspective(150px) rotateY(0deg);
    transform: scale(var(--s, 1)) translate(0px) perspective(150px) rotateY(0deg);
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 75%, 0 25%);
    background: #EE3A43;
  }
  37.5% {
    -webkit-transform: scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(0deg);
    transform: scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(0deg);
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 75%, 0 25%);
    background: #EE3A43;
  }
  50% {
    -webkit-transform: scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(-90deg);
    transform: scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(-90deg);
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 75%, 0 25%);
    background: #EE3A43;
    border-radius: 0;
  }
  50.01% {
    -webkit-transform: scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(-90.1deg);
    transform: scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(-90.1deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 25%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 25%);
    background: #2F2F2F;
    border-radius: 100px 0 0 100px;
  }
  62.5% {
    -webkit-transform: scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(-180deg);
    transform: scale(var(--s, 1)) translate(-10px) perspective(150px) rotateX(-180deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 25%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 25%);
    background: #2F2F2F;
    border-radius: 100px 0 0 100px;
  }
  70%,
  100% {
    -webkit-transform: scale(var(--s, 1)) translate(0px) perspective(150px) rotateX(-180deg);
    transform: scale(var(--s, 1)) translate(0px) perspective(150px) rotateX(-180deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 25%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 25%);
    background: #2F2F2F;
    border-radius: 100px 0 0 100px;
  }
}
.quoteCenter {
  margin-top: 1em;
}
.quoteCenter--input {
  margin-top: .5em;
}
.quoteHeader {
  width: 6% !important;
}

/* make sidebar nav vertical */
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .sidebar-nav .navbar {
    position: absolute;
    left: 7px;
    right: 0;
  }
  .sidebar-nav {
    height: 60px;
  }
}

#spinner1 {
  position: relative;
  width: 234px;
  height: 28px;
  margin: auto;
}
#spinner1 .spinner1 {
  position: absolute;
  top: 0;
  background-color: #ffffff;
  width: 28px;
  height: 28px;
  -webkit-animation-name: bounce_spinner1;
  animation-name: bounce_spinner1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
#spinner1 #spinner1_1 {
  left: 0;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#spinner1 #spinner1_2 {
  left: 29px;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
#spinner1 #spinner1_3 {
  left: 58px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#spinner1 #spinner1_4 {
  left: 88px;
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
#spinner1 #spinner1_5 {
  left: 117px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
#spinner1 #spinner1_6 {
  left: 146px;
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
#spinner1 #spinner1_7 {
  left: 175px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
#spinner1 #spinner1_8 {
  left: 205px;
  -webkit-animation-delay: 1.64s;
  animation-delay: 1.64s;
}
@-webkit-keyframes bounce_spinner1 {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes bounce_spinner1 {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}

.no-scroll-tabs > .nav-tabs {
  overflow: auto;
  height: 58px;
  white-space: nowrap;
}
.no-scroll-tabs > .nav-tabs > li {
  float: none;
  display: inline-block;
}

/*# sourceMappingURL=app.css.map */
