@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("fonts/Hgo13k-tfSpn0qi1SFdUfbO3LdcAZYWl9Si6vvxL-qU.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("fonts/CrYjSnGjrRCn0pd9VQsnFOvvDin1pK8aKteLpeZ5c0A.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("fonts/RxZJdnzeo3R5zSexge8UUbO3LdcAZYWl9Si6vvxL-qU.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/d-6IYplOFocCacKzxwXSOLO3LdcAZYWl9Si6vvxL-qU.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("fonts/1pO9eUAp8pSF8VnRTP3xnnYhjbSpvc47ee6xR_80Hnw.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("fonts/OLffGBTaF0XFOW1gnuHF0brIa-7acMAeDBVuclsi6Gc.woff") format("woff");
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #333333;
}
body.modal-open {
  position: fixed;
  width: 100%;
}

.error-container {
  padding-top: 20px;
  height: 82px;
}

.error-message {
  text-align: center;
  color: #d60000;
}
.error-message strong {
  padding: 10px;
  display: inline-block;
  line-height: 1.5;
  width: 100%;
  overflow-wrap: break-word;
}

.search-error-message {
  top: 170px;
  right: 22px;
  position: absolute;
}

.hand {
  cursor: pointer;
}

.no-hand-cursor table tr {
  cursor: default;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.margin-right-10 {
  margin-right: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.dark-gradient {
  background: #363636;
  background: -webkit-linear-gradient(#676767, #363636);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #676767), color-stop(100%, #363636));
  background: -ms-linear-gradient(#676767, #363636);
  background: -o-linear-gradient(#676767, #363636);
  background: -moz-linear-gradient(#676767, #363636);
  background: linear-gradient(#676767, #363636);
}

.btn-gradient {
  background: #8e8e8e;
  background: -webkit-linear-gradient(#b5b5b5, #8e8e8e);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5b5b5), color-stop(100%, #8e8e8e));
  background: -ms-linear-gradient(#b5b5b5, #8e8e8e);
  background: -o-linear-gradient(#b5b5b5, #8e8e8e);
  background: -moz-linear-gradient(#b5b5b5, #8e8e8e);
  background: linear-gradient(#b5b5b5, #8e8e8e);
}

.light-gradient {
  background: #ccc;
  background: -webkit-linear-gradient(#fff, #ccc);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ccc));
  background: -ms-linear-gradient(#fff, #ccc);
  background: -o-linear-gradient(#fff, #ccc);
  background: -moz-linear-gradient(#fff, #ccc);
  background: linear-gradient(#fff, #ccc);
  border: 1px solid #bbb;
  color: #121212;
  font-weight: bold;
}

button {
  color: #fff;
  height: 40px;
  border: none;
  outline: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #666666;
  border-radius: 0;
  height: 40px;
  padding: 10px;
  width: 100%;
  outline: none;
  color: inherit;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}
input[type=number] {
  padding-right: 4px;
}
input:read-only {
  opacity: 0.5;
  cursor: not-allowed;
}

.form-control {
  border-radius: 0;
  height: 40px;
}
.form-control::placeholder {
  color: #999;
}

.button-squad {
  text-align: center;
  width: 40px;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
}

.button-squad[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.search-image {
  background: url("images/sprite.png") no-repeat -37px -28px;
  height: 40px;
  width: 20px;
  margin: 0 auto;
  content: "";
}

.arror-right-image {
  background: url("images/sprite.png") no-repeat -140px -27px;
  height: 40px;
  width: 8px;
  margin-left: 5px;
  content: "";
}

.search-input {
  width: 245px;
}

.delete-item {
  color: #d60000;
  line-height: 40px;
}
.delete-item:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 12px;
  margin-right: 10px;
  background: url("images/sprite.png") no-repeat -126px -39px;
}

.centered-div {
  margin: 0 auto;
  padding: 0 10px;
}

.full-width {
  width: 100%;
}

.margin-20 {
  margin: 20px;
}

.watermark {
  width: 700px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-35%) rotate(45deg);
  pointer-events: none;
  z-index: 9999;
}
.watermark-text {
  word-break: break-word;
  font-family: "Roboto";
  color: rgba(29, 28, 28, 0.795);
  font-size: 100px;
  text-align: center;
  opacity: 90%;
  font-weight: 800;
}

.not-allowed-container {
  padding-left: 12px;
  padding-right: 12px;
}

.no-connection .backdrop {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.no-connection .warning-message {
  display: block;
  background: #700000;
  color: #fff;
  font-size: 13px;
  padding: 7px 0;
  z-index: 10001;
  position: absolute;
  width: 100%;
}

header .bar {
  height: 10px;
  width: 100%;
  background: #d60000;
}
header .header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 64px;
  width: 100%;
  background: #1b1b1b;
  background: -webkit-linear-gradient(#303030, #1b1b1b);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303030), color-stop(100%, #1b1b1b));
  background: -ms-linear-gradient(#303030, #1b1b1b);
  background: -o-linear-gradient(#303030, #1b1b1b);
  background: -moz-linear-gradient(#303030, #1b1b1b);
  background: linear-gradient(#303030, #1b1b1b);
}
header .logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  flex: 1;
  min-width: 70px;
  padding-left: 10px;
}
header .logo .img {
  height: 31px;
  width: 170px;
  background: url("images/sprite.png");
  margin: auto 0px;
  min-width: 0;
}
header .logo .text {
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  font-family: "Open Sans";
  font-style: italic;
  margin: auto 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  min-width: 0;
}
header .logged-in-user {
  min-width: 0;
  flex-shrink: 1;
}
header .logged-in-user .user-name {
  width: 100%;
  color: white;
  border-left: 1px solid #565656;
  padding: 0 9px 0 9px;
  float: left;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  min-width: 0;
  max-width: 290px;
  line-height: 64px;
}
header .logged-in-user .user-name:before {
  position: relative;
  top: 4px;
  display: inline-block;
  content: "";
  height: 20px;
  margin-right: 10px;
  width: 18px;
  background: url("images/sprite.png") no-repeat 0 -36px;
}
header .current-user-container {
  position: relative;
  float: left;
}
header .current-user-container .current-user-container-button {
  position: relative;
  cursor: pointer;
  padding-right: 40px;
  height: 64px;
  line-height: 64px;
}
header .current-user-container .current-user-container-button:after {
  position: absolute;
  top: 28px;
  right: 14px;
  display: inline-block;
  content: "";
  height: 7px;
  width: 13px;
  background: url(images/sprite.png) no-repeat -196px -39px;
}
header .current-user-container .children-list-container {
  width: 255px;
  top: 64px;
  right: -70px;
  position: absolute;
  z-index: 99;
}
header .current-user-container .children-list-container .children-list {
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}
header .current-user-container .children-list-container .child-item {
  padding: 12px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer;
  line-height: 25px;
  color: #8b8b8b;
}
header .current-user-container .children-list-container .child-item .child-name {
  font-weight: bold;
}
header .current-user-container .children-list-container .child-item:last-child {
  border: none;
}
header .current-user-container .expanded:after {
  transform: rotate(180deg);
}
header .logout {
  color: white;
  line-height: 64px;
  min-width: 0;
  border-left: 1px solid #565656;
  padding: 0 10px;
  flex-shrink: 0;
  cursor: pointer;
}

#login-area input[type=text],
#login-area input[type=password] {
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07) inset;
  box-sizing: border-box;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  letter-spacing: 0.28px;
  padding: 10px;
  text-align: left;
  padding-right: 45px;
}
#login-area input[type=text][required],
#login-area input[type=password][required] {
  border: 1px solid #010101;
}
#login-area input.ng-invalid.ng-touched[type=text], #login-area input.ng-invalid.ng-touched[type=password] {
  border-color: #ff0000;
}
#login-area form {
  display: block;
  margin-top: 0;
}
#login-area .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 0 12px;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 32px;
  text-decoration: none;
  outline: none;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#login-area .btn:disabled {
  pointer-events: auto;
}
#login-area .btn.btn-black {
  background-color: #333;
  background-image: -webkit-linear-gradient(top, #666 0, #333 100%);
  background-image: -o-linear-gradient(top, #666 0, #333 100%);
  background-image: linear-gradient(to bottom, #666 0, #333 100%);
  background-repeat: repeat-x;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: normal;
  padding: 0 10px;
}
#login-area .btn.btn-black :hover, #login-area .btn.btn-black :focus {
  background-image: none;
  outline: none;
}
#login-area .btn.btn-lg {
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  line-height: 0;
  padding: 0 15px;
}
#login-area .btn.full-width {
  display: block;
  width: 100%;
}
#login-area .icon {
  display: inline-block;
}
#login-area .login-container {
  background-color: #f2f2f2;
  margin: 20px auto 0;
  max-width: 550px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  z-index: 1;
}
#login-area .navbar {
  margin-bottom: 20px;
  position: relative;
  z-index: 1030;
  border: none;
  display: block;
  padding: 0;
}
#login-area .navbar .no-connection {
  background: #d60000 none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  height: 10px;
  letter-spacing: 0.2px;
  text-align: center;
}
#login-area .navbar .navbar-holder {
  background-color: #1b1b1b;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.09) 0px, rgba(255, 255, 255, 0.09) 50%, rgba(51, 51, 51, 0.09) 51%, rgba(51, 51, 51, 0.09) 100%);
  background-repeat: repeat-x;
  border-top: 1px solid #000;
  height: 60px;
  transition: height 0.25s ease-out 0s;
}
.navbar-header #login-area .navbar .navbar-holder.vertical-holder {
  height: 60px;
  transition: height 0.25s ease-out 0s;
}
#login-area .navbar .navbar-holder .vertical-middle {
  height: 60px;
  transition: height 0.25s ease-out 0s;
}
#login-area .navbar .navbar-brand {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.56px;
  text-align: left;
  width: 100%;
  margin-right: 0;
  padding: 15px;
}
#login-area .navbar .navbar-brand .app-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  height: 39px;
  margin: 0 20px;
  vertical-align: middle;
}
#login-area .navbar .navbar-brand .app-logo .img {
  height: 31px;
  min-width: 170px;
  margin-left: 0px;
  background: url("images/sprite.png");
}
#login-area .navbar .navbar-brand .app-logo .text {
  font-size: 19px;
  color: #fff;
  line-height: 33px;
  font-family: "Open Sans";
  font-style: italic;
  margin: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  min-width: 0;
}
#login-area .navbar .navbar-shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  height: 2px;
  margin-top: -2px;
  position: relative;
  z-index: 1000;
}
#login-area .vertical-holder {
  height: 100%;
  width: 100%;
}
#login-area .vertical-middle {
  vertical-align: middle;
  height: 100%;
}
#login-area .login-content {
  margin: 30px auto 0;
  min-height: 180px;
  width: 70%;
}
#login-area .login-content .login-header {
  color: #333;
  font-size: 20px;
  margin: 20px 0;
}
#login-area .login-verbiage {
  text-align: left;
  padding: 15px 10px;
  margin: 0px 10px;
  color: #d60000;
}
#login-area .login-error {
  color: #d60000;
  font-style: italic;
  font-weight: 500;
  padding: 4px 0;
}
#login-area .login-data {
  margin: 20px auto 10px;
  width: 60%;
}
#login-area .login-data input {
  margin-bottom: 10px;
}
#login-area .login-data button {
  margin-top: 20px;
}
#login-area .login-remember {
  cursor: pointer;
  font-size: 12px;
  margin: 0 auto;
  padding: 0 10px;
}
#login-area .login-remember .icon {
  margin-right: 10px;
}
#login-area .unchecked-box-icon {
  background: rgba(0, 0, 0, 0) url("../assets/images/sprite.png") no-repeat scroll -90px -40px;
  height: 16px;
  width: 16px;
}
#login-area .checked-box-icon {
  background: rgba(0, 0, 0, 0) url("../assets/images/sprite.png") no-repeat scroll -73px -40px;
  height: 16px;
  width: 16px;
}
#login-area .login-details {
  color: #878787;
  font-style: italic;
  line-height: 20px;
  margin-top: 5px;
}
#login-area .login-details a {
  color: #d60000;
  text-decoration: none;
}
#login-area .change-language-holder {
  padding: 15px 0;
  white-space: nowrap;
}
#login-area .change-language-holder .change-language {
  margin: 0 auto;
  width: 120px;
}
#login-area .change-language-holder .change-language span {
  margin-left: 5px;
  margin-right: 5px;
}
#login-area .change-language-holder .change-language > span {
  cursor: pointer;
}
#login-area .change-language-holder .lang-separator {
  border: 1px solid #999;
}
#login-area .login-footer {
  background: #d0d0d0 none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}
#login-area .login-footer .container p {
  margin: 0 0 0 3px;
  padding: 10px 5%;
}
#login-area .text-color-muted {
  color: #878787;
}
#login-area .login-backdrop {
  background-color: #000;
  background-image: linear-gradient(#000, #990000 42%, #000 90%);
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
}
#login-area .password-input {
  position: relative;
}
#login-area .password-eye-container {
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 0px;
  padding: 8px;
  height: 40px;
  width: 40px;
}
#login-area .password-eye-icon {
  background: url("../assets/images/sprite.png") no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
}
#login-area .password-invisible-icon {
  background-position: -173px -37px;
}
#login-area .password-visible-icon {
  background-position: -151px -37px;
}
#login-area .reset-password-container {
  margin-top: 28px;
  line-height: 20px;
  font-style: italic;
}
#login-area .login-link-action {
  color: #333;
  cursor: pointer;
  text-decoration: underline;
}
#login-area .login-link-action:hover {
  text-decoration: none;
}
#login-area .reset-password-header {
  color: #333;
  font-size: 20px;
  margin: 20px 0 30px 0;
  font-weight: normal;
}
#login-area .reset-usertype-buttons {
  margin: 20px auto 10px;
  width: 75%;
}
#login-area .usertype-button {
  margin-bottom: 15px;
  border: 1px solid #b5b5b5;
  height: 40px;
  cursor: pointer;
  letter-spacing: 0.28px;
  line-height: 40px;
  background-color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
#login-area .usertype-button a {
  color: #333;
  text-decoration: none;
}
#login-area .usertype-button:hover > a {
  color: #777;
}
#login-area .reset-go-back-button {
  margin-top: 60px;
}

.page-container, .tab-container {
  padding: 10px;
}

.tab-container {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.cart-lookup .part-title {
  height: 40px;
}

.part-title {
  padding-top: 10px;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 21px;
}
.part-title span {
  font-weight: normal;
}

.img-button-text {
  line-height: 40px;
  padding: 0 5px;
}

.edit-section.with-top-margin {
  margin: 20px 0 0;
}
.edit-section .row > div > button:last-child {
  margin-left: 10px;
}

.modal-title {
  margin: 10px 0 25px;
  font-size: 18px;
}

.modal-underline {
  border-bottom: 1px solid #939393;
}

.modal-configure {
  min-height: 200px;
}

.modal-content .row {
  margin: 0 -5px;
  padding-bottom: 5px;
}
.modal-content .row div.configure-color-content-item {
  padding: 0 0px;
}
.modal-content .row > div {
  padding: 0 5px;
}
.modal-content .searchFormModal {
  margin-bottom: 10px;
}
.modal-content .search-results-info {
  margin-bottom: 15px;
  display: block;
  font-style: italic;
}
.modal-content .part-title.part-search {
  padding-top: 15px;
}
.modal-content hr {
  background: #dedede;
  height: 1px;
  margin-bottom: 10px;
  margin: 15px 6px;
}

.configure-color-container {
  background-color: #fff;
  border: 1px solid #979797;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  overflow-y: auto;
}
.configure-color-container .add-container {
  display: flex;
  align-content: center;
  justify-content: center;
  padding-left: 50px;
}
.configure-color-container .increase-decrease-container {
  display: flex;
  padding-bottom: 8px;
  font-size: 10px;
}
.configure-color-container .qty-buttons {
  border: 1px solid #CBCBCB;
  box-sizing: border-box;
  color: #171717;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: white;
  padding: 0;
}
.configure-color-container .input-value {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #171717;
  text-align: left;
  width: 40px;
  padding: 2px;
  border: white;
  outline: none;
}
.configure-color-container .product-detailsAndQuantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.configure-color-container .selected-qty {
  margin: 0 0 10px;
  padding-left: 0;
}

.configure-color-header {
  font-size: 16px;
  font-weight: 500;
}

.configure-color-content {
  background-color: #fff;
  font-family: Roboto;
}

.configure-color {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin: 5px;
  padding: 10px;
  min-height: 110px;
  min-width: 120px;
  position: relative;
}

.title-text {
  min-height: 68px;
}

.title-text-search {
  min-height: 40px;
}

.select-color-link {
  height: fit-content;
  padding: 5px 0 0;
  color: #4990e2;
  text-decoration: underline;
  text-align: left;
  background-color: transparent;
  cursor: pointer;
}
.select-color-link:disabled {
  cursor: default;
}

.input-value.edit-configured-item-qty {
  border: 1px solid #010101;
  width: 75px;
}

.qty-input-row {
  position: absolute;
  bottom: 0;
  margin: 0 -5px;
  padding-bottom: 10px;
}
.qty-input-row label {
  font-weight: bold;
}

.red-text {
  color: red;
}

.green-text {
  color: green;
}

.color-config-button-box {
  display: inline;
  vertical-align: top;
  padding-left: 5px;
}

#save-configuration-button:disabled {
  opacity: 0.65;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.screen-loading .backdrop {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.screen-loading .loader {
  width: 54px;
  height: 55px;
  background: url("../assets/images/loader.gif") no-repeat center center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: fixed;
  z-index: 9999;
  z-index: 10001;
}

.marked-table tbody tr:nth-child(2n) td {
  background-color: #ededed;
}

.sort-arrow:after {
  content: "▲";
}
.sort-arrow.reverse:after {
  content: "▼";
}

.grid .row {
  margin: 0 !important;
}
.grid .row .total-col {
  background-color: #ededed;
  font-weight: bold;
  min-height: 34px;
}
.grid .row > div {
  padding: 10px;
}
.grid .row > div.padding-left-20 {
  padding-left: 20px;
}
.grid .row > div.padding-left-30 {
  padding-left: 30px;
}
.grid .grid-header {
  font-weight: bold;
  background-color: #fff;
}
.grid .grid-header > div {
  border-bottom: 1px solid #ededed;
}
.grid .grid-body {
  overflow-y: auto;
  overflow-x: hidden;
}
.grid .grid-body .row:nth-child(2n+1) {
  background-color: #ededed;
}

.nav-tabs > li.active > a {
  border-top: 3px solid #d60000 !important;
  padding-top: 10px;
  font-weight: bold;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.nav-tabs > li > a {
  color: #555;
  border-radius: 0;
  margin-right: 5px;
  line-height: 1.42857;
  padding: 12px 15px 10px;
  min-width: 150px;
  text-align: center;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-top: 1px solid #ddd !important;
  box-shadow: inset 0 -7px 5px -5px #ddd;
  -moz-box-shadow: inset 0 -7px 5px -5px #ddd;
  -webkit-box-shadow: inset 0 -7px 5px -5px #ddd;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
  color: #555555;
}

.modal-dialog {
  margin: 150px auto 0;
}
.modal-dialog .modal-content {
  display: block;
  border-radius: 0;
  height: 100%;
  color: #333333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-dialog .modal-body {
  padding: 10px;
}
.modal-dialog .grid {
  padding-top: 10px;
}

.modal-lg {
  max-width: calc(100% - 20px);
  height: calc(100% - 137px);
  margin: 20px auto 0;
}

.modal-md {
  max-width: 600px;
}

.modal-color-config-size {
  max-width: 90%;
  min-height: 80%;
  margin: 127px auto 0;
}

.table > tbody > tr > td {
  border: none;
  line-height: 1.42857;
}

.table > thead > tr > th {
  border-bottom: 2px solid #ddd;
}

.alert {
  margin-bottom: 0;
  height: 46px;
  padding: 15px;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.column-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.row-5 {
  margin-left: -5px;
  margin-right: -5px;
  align-content: flex-start;
}

.nav-tabs .nav-link {
  border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.table-scroll {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 0px;
}
.table-scroll thead, .table-scroll tbody {
  display: block;
  width: 100%;
}
.table-scroll thead tr, .table-scroll tbody tr {
  width: 100%;
}
.table-scroll thead th, .table-scroll tbody th {
  padding: 0 8px !important;
  line-height: 35px !important;
  height: 37px;
  align-items: center;
}
.table-scroll thead th span, .table-scroll tbody th span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.table-scroll thead tr, .table-scroll thead td, .table-scroll thead th, .table-scroll tbody tr, .table-scroll tbody td, .table-scroll tbody th {
  border-collapse: collapse;
  display: inline-flex;
  color: #333333;
}
.table-scroll thead tr.center-align, .table-scroll thead td.center-align, .table-scroll thead th.center-align, .table-scroll tbody tr.center-align, .table-scroll tbody td.center-align, .table-scroll tbody th.center-align {
  align-items: center;
  justify-content: center;
}
.table-scroll thead td.center-align.currency-center sfc-table-cell, .table-scroll tbody td.center-align.currency-center sfc-table-cell {
  width: 100px;
  margin: 0 auto;
  position: relative;
  right: 10px;
}
.table-scroll thead td.center-align.currency-center sfc-table-cell span, .table-scroll tbody td.center-align.currency-center sfc-table-cell span {
  display: block;
  text-align: right;
}
.table-scroll thead td.center-align.currency-center.width-55 sfc-table-cell, .table-scroll tbody td.center-align.currency-center.width-55 sfc-table-cell {
  width: 55px;
}
.table-scroll thead td.center-align.currency-center.width-30 sfc-table-cell, .table-scroll tbody td.center-align.currency-center.width-30 sfc-table-cell {
  width: 30px;
}
.table-scroll tbody {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 37px);
}
.table-scroll > :not(caption) > * > * {
  background-color: transparent;
}

.right-amount-div {
  text-align: right;
  width: 145px;
}

.report-button {
  padding: 10px;
  border: 1px solid #D9D9D9;
  height: 70px;
  line-height: 50px;
  margin-bottom: 10px;
  background-color: #F2F2F2;
  font-weight: bold;
}
.report-button .report-button-text {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.report-button:hover {
  cursor: pointer;
  border-color: #C5C5C5;
}

.column-action {
  cursor: pointer;
  font-weight: bold;
}
.column-action :hover {
  text-decoration: underline;
}
.column-action.text-link {
  color: #337ab7;
}

#reportsTab.disabled > a {
  cursor: pointer;
}

@media (max-width: 800px) {
  .header .user-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    min-width: 0;
    max-width: 235px;
  }
}
@media (max-width: 976px) {
  .search-input-xs {
    width: 160px;
  }
  .search-input-xs-ios {
    padding-left: 0;
  }
  .search-input-xs-ios .img-button-text {
    padding: 0;
  }
  .search-input-xs-ios .select-event {
    margin-right: 5px;
  }
  .ios-title-container {
    padding-right: 5px;
  }
  .ios-title-container button {
    margin-right: 5px;
  }
  .ios-title-container .part-title-xs {
    font-size: 16px;
    padding-top: 13px;
  }
  .input-xs-custom {
    width: 190px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}