
html, body {
  margin: 0;
  min-height: 100%;
  background-color: #FFFFFF;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #707070; }

body {
  padding-top: 50px;
  background-color: #eee;
  padding-bottom: 0;

   }
.separator-circle{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid #8c8c8c;
}
.floating-circle{
  width:10px;
  height:10px;
  border-radius:5px;
  display: inline-block;
  margin-right:10px;
  border: 1px solid #8c8c8c
}
.status-6 {
  background: #ff110c;
}
.status-5 {
  background: #ad5300;
}
.status-4 {
  background: #f3f600;
}
.status-3 {
  background: #14ae00;
}
.status-2, .status-1 {
  background: #0036e7;
}
.status-0 {
  background: #8b8b8d;
}

a:hover:not(.buttonAnchor) {
  text-decoration: underline;
  color: #048450; }

a {
  cursor: pointer; }

.btn {
  font-weight: bold;
}
.btn-default {
  color: #048450;
}

input[type="text"]:disabled {
  background-color: #EEE !important; }

input[type="text"]:disabled:hover {
  cursor: not-allowed; }

.sweet-alert {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

.sweet-alert button {
  padding: 6px 32px !important; }

button:disabled {
  opacity: 0.50;
  cursor: not-allowed !important; }

input[type="submit"] {
  outline: none !important;
  cursor: pointer !important;
  height: 28px !important;
  text-transform: capitalize !important;
  border-radius: 5px !important;
  border: 0px !important;
  font-size: 12px !important; }

.plusButtonChar {
  color: #4DAD5B;
  cursor: pointer;
  font-size: 20px;
  user-select: none !important;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center; }
  .plusButtonChar:hover {
    background-color: #4DAD5B;
    color: #FFFFFF; }

/* for for validness checking... */
form > .ng-invalid {
  border-color: red !important; }

form .ng-invalid.ng-dirty{
  border-color: red !important; }

#userCopyForm > .ng-dirty {
  background-color: lightcyan !important; }

.ajax {
  background-image: url(graphics/ui/ajax.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.closeModal {
  background-color: orange;
  line-height: 30px;
  font-weight: bold;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  text-align: center; }

.closeModal::after {
  content: "X"; }

.popover {
  font-size: 12px;
  color: #048450 !important; }

#container {
  background-color: #EEE;
  height: 100%;
 }

#topBar {
  margin-top: 80px;
  width: 100%;
  height: 40px;
  position: relative;
  background-image: url("graphics/ui/overlay.png");
  background-repeat: repeat; }
  #topBar > #lymedLogo {
    position: relative;
    top: 12px;
    left: 30px; }
  #topBar > #setFinnish {
    position: absolute;
    top: 12px;
    right: 60px;
    cursor: pointer; }
  #topBar > #setEnglish {
    position: absolute;
    top: 12px;
    right: 30px;
    cursor: pointer; }
  #topBar > .logoutButton {
    position: absolute;
    top: 6px;
    right: 100px; }
  #topBar > .adminLinkButton {
    position: absolute;
    top: 6px;
    left: 150px; }

#bottomBar {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0px; }
  #bottomBar.low {
    height: 50px; }
  #bottomBar > .orderProgressViewer {
    position: absolute;
    left: 150px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
    #bottomBar > .orderProgressViewer > .itema {
      width: 80px;
      box-sizing: border-box;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      background-color: lightgrey; }
      #bottomBar > .orderProgressViewer > .itema > img {
        max-height: 60px;
        max-width: 60px; }
      #bottomBar > .orderProgressViewer > .itema.active {
        background-color: #4DAD5B !important; }
      #bottomBar > .orderProgressViewer > .itema:hover {
        background-color: darkgrey; }
    #bottomBar > .orderProgressViewer > .progressArrow {
      height: 50%;
      align-self: center; }
      #bottomBar > .orderProgressViewer > .progressArrow:first-of-type {
        transform: rotate(180deg); }

#bottomBar > #newOrder {
  position: absolute;
  top: 10px;
  right: 10px; }

#bottomBar > #saveOrder {
  position: absolute;
  left: 10px;
  top: 50px; }

#bottomBar > #cancelOrder {
  position: absolute;
  left: 10px;
  top: 10px; }

#bottomBar > #fCatalog {
  position: absolute;
  right: 10px; }

#bottomBar > #customer {
  position: absolute;
  left: 10px; }

#bottomBar > #fDetails {
  position: absolute;
  right: 10px; }

#bottomBar > #bCatalog {
  position: absolute;
  left: 10px; }

#bottomBar > #bDetails {
  position: absolute;
  left: 10px; }

#bottomBar > #additions {
  position: absolute;
  right: 10px; }

#bottomBar > #backwardOrder {
  position: absolute;
  right: 199px; }

#bottomBar > #forwardOrder {
  position: absolute;
  right: 10px; }

.modal-backdrop {
  width: 100% !important;
  height: 100% !important; }

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

.editUsersModal label {
  font-weight: inherit !important;
  margin-top: 8px;
  margin-bottom: 0 !important;
  text-transform: capitalize; }


.editUsersModal #usersList {
  min-height: 100px;
  line-height: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
}

.editUsersModal #usersData form > .ng-dirty {
  background-color: lightcyan !important; }

.editUsersModal .userInList {
  cursor: pointer; }

.editUsersModal .userInList.active {
  color: #048450;
  text-decoration: underline;
}

.editUsersModal .userInList:hover {
  color: #048450; }

.editUsersModal #newPassword {
  color: red;
  font-size: 13px; }

.editUsersModal #deleteUser {
  color: red; }

.editUsersModal #submit {
  float: right; }

.editUsersModal #userEditDistributorLabel {
  vertical-align: top; }

.customerDatabaseModal > .modal-dialog {
  width: 760px;
  min-height: 485px; }

.customerDatabaseModal > .modal-dialog > .modal-content {
  height: 100%;
  position: relative !important; }

#customerDatabase {
  font-size: 14px;
  }

#customerEditor .header {
  margin-bottom: 5px;
  margin-top: 10px; }

#customerEditor #order_customer_delivery {
  height: 45%; }

#customerEditor #order_customer_invoicing {
  height: 40%;
  bottom: 60px; }

#customerEditor .header .styledSelect {
  float: right;
  width: 50%; }

#customerEditor .header .styledSelect > select {
  width: 100%; }

#customerActions {
  display: flex;
  margin: 0 auto;
  justify-content: flex-end;
}
#customerActions button {
  margin-left: 10px; }


#customerEditor .content {
  border: none !important; }

#customerEditor textarea {
  margin-bottom: 8px;
  width: 100%;
  min-height: 30px; }

#customerEditor #order_customer_personal textarea {
  height: calc(100% - 364px); }

#customerEditor textarea:disabled {
  opacity: 0.5;
  cursor: not-allowed; }

#customerEditor input[type="text"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #FFFFFF !important; }

#customerEditor #order_customer_personal .btn-group {
  max-width: 500px;
}

#customerEditor #order_customer_personal .btn-group > .btn {
  width: 33.333%; }

#customerEditor .data {
  height: 90%; }

/*Login form stuff*/
#loginForm {
  background-color: #FFFFFF;
  border-radius: 5px;
  position: absolute;
  width: 280px;
  height: 200px;
  padding: 10px;
  border-bottom: solid 1px #999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

#loginForm h1 {
  margin-bottom: 20px; }

#loginForm input[type="text"], #loginForm input[type="password"] {
  float: left;
  width: 260px;
  margin-bottom: 10px; }

#lostPassword {
  font-size: 10px;
  position: absolute;
  bottom: 45px;
  right: 12px;
  color: #048450;
  cursor: pointer; }

#lostPassword:hover {
  text-decoration: underline; }

#loginForm button {
  width: 90px;
  color: #FFFFFF;
  right: 10px;
  position: absolute;
  bottom: 10px;
  background-color: #048450; }

#frontPage {
  bottom: 50px !important; }

#frontPage .column {
  height: 250px;
  width: 33.333%;
  float: left;
  position: relative;
  top: 0px;
  overflow: hidden; }

#frontPage .column.wide {
  width: 50%; }

#rightColumn .content {
  padding: 5px; }

#rightColumn button {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden; }

#rightColumn #fileBank {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 120px); }

#rightColumn .file {
  line-height: 20px; }

/* for grid */
.ag-row:hover {
  font-weight: inherit !important; }
  .ag-row:hover > .ag-cell {
    text-decoration: underline; }

.ag-root {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important; }

.ag-cell-focus {
  outline: none !important; }

.ag-filter {
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid;
  padding: 10px; }

.ag-filter-header-container {
  display: none !important; }

.ag-filter-list-viewport {
  height: auto !important;
  width: 150px !important; }

.ag-filter-checkbox {
  margin: 4px 4px 0 !important; }

.ag-loading-panel {
  top: calc(50% - 32px);
  height: 64px;
  background: url(graphics/ui/ajax.gif) center no-repeat;
  font-size: 0px;
  color: #FFFFFF; }

.ag-header-cell {
  position: relative !important; }

.ag-header-cell-label {
  position: relative !important; }

.gridSorter {
  position: absolute;
  right: 3px;
  width: 10px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.ag-header-cell-menu-button {
  margin-top: 6px;
  margin-right: 5px;
  margin-left: 3px; }

.ag-header-icon {
  fill: #4DAD5B !important; }

.gridSorter.un {
  background-image: url("graphics/ui/order_icon.png"); }

.gridSorter.asc {
  background-image: url("graphics/ui/order_up.png"); }

.gridSorter.desc {
  background-image: url("graphics/ui/order_down.png"); }

#order_customer_header {
  }

#order_customer_header > .title {
  font-size: 16px;
  line-height: 28px; }

#order_customer_header > span {
  color: #048450;
  margin-right: 20px; }

#order_customer_header > input {
  width: 20%;
  }
#order_customer_content .form-control {
  margin-bottom: 20px;}

/* button to pick from database to order */
#customerPicker {
  height: 20px !important;
  margin-left: 5px;
  position: relative;
  top: -3px; }

#order_customer_delivery {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 33%;
  height: 50%; }

#order_customer_invoicing {
  position: absolute;
  right: 0px;
  width: 33%;
  bottom: 0px;
  height: 50%; }

#order_customer_delivery > .content {
  position: absolute;
  top: 10px;
  left: 0px;
  right: 10px;
  bottom: 5px;
  background-color: #FFFFFF;
  border-radius: 5px;
  border-bottom: solid 1px #999;}

#order_customer_invoicing > .content {
  position: absolute;
  top: 5px;
  left: 0px;
  right: 10px;
  bottom: 10px;
  background-color: #FFFFFF;
  border-radius: 5px;
  border-radius: 5px;
  border-bottom: solid 1px #999;
  /*overflow: auto;*/ }

#customerPage .content > .header {
  height: 30px;
  width: 100%;
  border-bottom: 1px solid #EEE;
  padding-left: 10px;
  padding-top: 7px; }

#customerPage .content > .header select {
  width: 100%; }

#customerPage .content > .header .styledSelect {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 11px;
  width: 50%; }

#customer_data_disclaimer {
  float: right;
  margin-right: 10px;
  margin-bottom: 0px; }

#customerPage .content > .data {
  padding: 10px;
  overflow: auto; }

/* ui-datepicker font color fix for firefox */
.ui-datepicker .ui-datepicker-title select {
  color: #707070 !important;
  font-weight: normal !important; }



#customerPage textarea {
  margin-bottom: 8px;
  width: 100%;
  min-height: 30px; }

#customerPage #order_customer_personal .btn-group {
  width: 49%; }

#customerPage #order_customer_personal .btn-group > .btn {
  width: 33.333%; }

#order_customer_delivery .data textarea {
  height: 45%; }

#deliveryData {
  width: calc(100% - 80px) !important; }

#order_customer_invoicing .data input {
  width: 100%; }

#order_customer_invoicing .data textarea {
  height: 40%; }

#invoicingData {
  width: calc(100% - 80px) !important; }

#order_customer_invoicing .data textarea:last-of-type {
  margin-top: 8px; }

.addressControls {
  position: absolute;
  right: 0px;
  width: 70px;
  height: 30%;
  top: 36px; }

.addressControls > button {
  margin-bottom: 5px;
  width: 100%;
  background-color: #4DAD5B;
  color: #FFFFFF;
  height: 50% !important; }

#catalogPage {
  margin-top: 0px;
  margin-right: -15px;
  margin-left: -15px;
  }

#catalogPage > #catalogFilters {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 15px;
  height: 70px;
  padding: 10px 10px 10px 10px; }

#catalogFilters > .content {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 10px 10px 10px 10px; }

#catalogFilters > .content > input[type="text"] {
  margin-right: 20px !important; }

#catalogFilters > .content > #noOfProductsInCatalog {
  float: right;
  position: relative;
  height: 100%;
  line-height: 30px; }

#catalogFilters > .content > #noOfProductsInCatalog > div {
  cursor: pointer;
  background: url(graphics/ui/input_clear_icon.png) center no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block; }

#catalogPage > #catalog {
  position: absolute;
  top: 70px;
  left: 0px;
  right: 0px;
  bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 210px;
  /* just to look better with ajax animation --> white background!*/ }

.catalogProduct {
  width: 100%;
  background-color: #FFF;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  border: solid 1px #DDD;
  overflow: hidden; }
.catalogProduct > .data {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer; }
.catalogProduct > .data > .header {
  padding: 3px;
  border-bottom: 1px solid #DDD;
  color: #048450;
  font-size: 1.2em;
  overflow: hidden; }
.catalogProduct > .data > .header > .productFamily {
  float: right; }
.catalogProduct > .data > .productImage {
  width: 100px;
  height: 100px;}
.catalogProduct > .data > .row > div > .description {
  font-size: 11px;
  text-align: left;
  height: 100px;
  overflow-y: auto;
  white-space: pre
}
.catalogProduct > .data > .description > a {
  text-decoration: underline; }
.catalogProduct > .data > .description > a:hover {
  color: #FFFFFF;
  background-color: #048450; }
#productArtno {
  display: block;
  word-wrap: break-word;
  position: absolute;
  right: 15px;
  top: 94px;
  color: #048450;
  font-size: 16px; }
.catalogProduct > .data > div > div > .expand {
  position: absolute;
  right: 45px;
  top: 41px;
  /*-webkit-transition-duration: 0.01s;
  transition-duration: 0.01s;*/ }
.catalogProduct > .data > div > div > .expand.open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg); }
.catalogProduct > .inputs {
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;}
.catalogProduct > .inputs > .attributes {
  border-top: 1px solid #DDD;
}
.catalogProduct > .inputs > .addToOrder > textarea {
  margin: 10px 10px 10px 10px;
  flex:1;
  display: inline-block;}
.catalogProduct > .inputs > .attributes  .attribute {
  /*float:left;*/
  position: relative;
  top: 0px;
  /*width:100px;*/
  height: 50px;
  display: inline-block;
  padding: 10px 0px 0px 10px;
  }
.catalogProduct > .inputs > .addToOrder {
    display: flex;
    align-items: flex-end;
}
.catalogProduct input[type="number"] {
  width: 100px;
  margin: 10px 10px 10px 0;
  display: inline-block;
  }
.catalogProduct .btn {
  width: 80px;
  height: 34px;
  margin: 10px 10px 10px 0;}

.catalogProduct > .inputs.open {
  max-height: 200px; }

#shoppingBasket #wrapper {
  overflow-y: auto;
  padding: 0;
 }

#shoppingBasket  .header {
 }

#shoppingBasket > .header > span {
}

#shoppingBasket  .list {
  overflow-y: auto;
  overflow-x: hidden; }

#shoppingBasket  .list  .item {
  cursor: pointer;
  width: 100%;
  position: relative;
  padding: 6px;
}

#shoppingBasket .list .item:hover {
  background-color: #D8D8D8; }

#shoppingBasket .list .item:active {
  color: #048450;
  background-color: #d2f1de; }

#shoppingBasket .list .item.open {
  color: #048450;
  background-color: #d2f1de; }

#shoppingBasket .list .item .product_icon {
  position: relative;
  margin: 5px; }

#shoppingBasket .list .item .header {
  width: calc(100% - 60px);
  position: absolute;
  left: 50px;
  top: 10px;
  font-size: 0.9em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize; }

#shoppingBasket .list .item .remove {
  cursor: pointer;
  background: url(graphics/ui/input_clear_icon.png) center no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 5px; }

#shoppingBasket .list .item .remove:hover {
  top: 6px; }

#shoppingBasket .list .item .remove:active {
  top: 7px; }

#shoppingBasket .list .item .info {
  position: relative;
  top: 0px;
  font-size: 0.9em;
  padding-left: 40px;
  max-height: 0px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  overflow: hidden; }

#shoppingBasket .list .item .info.open {
  max-height: 400px; }

#shoppingBasket .list .item .info .data {
  padding-bottom: 5px; }

#shoppingBasket .list .item .info .data .additions:hover {
  text-decoration: underline; }

#shoppingBasket .list .item .info .data .additions .additional_requests {
  font-style: italic;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 130px; }

#shoppingBasket .list .item .info .variation {
  position: relative;
  left: -40px;
  width: 100%;
  padding-left: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #FFFFFF;
  height: 30px;
  line-height: 30px; }

#shoppingBasket .list .item .info .variation:hover {
  text-decoration: underline; }

#shoppingBasket .list .item .info .variation .icon {
  background-image: url(graphics/ui/plus.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border: 2px solid #048450;
  border-radius: 12px;
  position: absolute;
  top: 5px; }

#shoppingBasket .list .item .info .variation span {
  margin-left: 35px; }

#detailsPage {
  background-color: #FFFFFF;
  margin: 0 -15px;
}

#detailsPage  #projectionHolder {
  background-color: #FFFFFF;
 }

#detailsPage  #projectionHolder > #noProjection {
  padding: 10px; }

#detailsPage  #projectionHolder > #projection {
  display: block;
  margin: 0 auto;
  transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
}

#detailsPage  #projectionHolder > #projection > #projection_background {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute; }

#detailsPage  #projectionHolder > #projection > #large_product_image {
  width: 100%;
  height: 100%;
  z-index: 11;
  position: absolute; }

#detailsPage  #projectionHolder > #projection > .tag_image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 12; }

#detailsPage  #projectionHolder > #projection > .tag_image .active {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 13; }

#detailsPage  #projectionHolder > #projection > .tag_point_area {
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 14;
  cursor: pointer; }

.tag_point_area > .tag_point_graphics {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: white;
  border: 2px solid #048450;
  position: relative;
  top: 2px;
  left: 2px; }

.tag_point_area > .tag_point_graphics.filled {
  background: #74d69c;
  border: 2px solid #048450;
}

.tag_point_area > .tag_point_graphics.selected {
  background: black;
  border: 3px solid white;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
}

.tag_point_area > .tag_point_checkbox {
  width: 30px;
  text-align: center;
  font-size: 10px; }

#detailsPage #projectionInfo #projectionMenu {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #EEEEEE; }

#detailsPage #projectionInfo #projectionMenu .projectionSelection {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin: 7px 7px 0px 7px;
  cursor: pointer;
  border: 2px solid #FFFFFF; }

#detailsPage #projectionInfo #uploadedProjectionPhotos {
  border-top: 5px solid #eee; }

#detailsPage #projectionInfo #projectionMenu .projectionSelection.active {
  border-color: #048450; }

#detailsPage #projectionInfo #projectionMenu .projectionSelection:hover {
  border-color: #048450; }

#uploadInstructions {
  height: calc(100vh - 117px - 50px - 16px);
}
#uploadInstructions .paragraphs {
  height: 33%;
}
#uploadInstructions .paragraphs > div {
  height: 100%;
}
#uploadInstructions .paragraphs img {
  max-height: 100%;
}

#projectionUploader {
text-align: center;
}

#projectionUploader > #projectionUploadImages {
  width: 0px;
  height: 0px; }

#projectionUploader > #uploadButton {
  width: 0px !important;
  height: 0px !important; }

.photoInList {
  width: 44px;
  height: 44px;
  border: 2px solid #FFFFFF;
  margin: 7px 7px 0px 7px;
  cursor: pointer; }

.photoInList:hover {
  border-color: #048450; }

#detailsPage #projectionInfo > #fillTag {
  position: relative;
  background-color: #003300; }

#tagData {
  margin-top: 16px;
  border-top: 1px solid #eee; }

#tagData > #header {
  height: 40px;
  line-height: 40px;
  display: flex;
  }

#tagData > #header > #left {
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 28px; }

#tagData > #header > #name {
  width: 60px;
  height: 34px;
  flex: 1;
  text-align: center;
  font-size: 20px; }

#tagData > #header > #right {
  width: 40px;
  height: 40px;

  text-align: center;
  cursor: pointer;
  font-size: 28px; }

#tagData > #header > #left:hover, #right:hover {
  color: #048450; }

#tagData > #value {
  text-align: center;
  font-size: 16px;
  height: 34px !important;
  color: #048450; }

#tagData > #value.filled {
  font-size: 16px; }

.numpad {
  position: relative;
  margin-top: 5px;
  margin-left: 5px; }

.numpad .rows button {
  width: 26px !important;
  height: 26px !important;
  margin: 2px;
  line-height: 24px; }

.numpad .rows .enter {
  width: 26px !important;
  height: 58px !important;
  margin: 3px;
  position: absolute;
  right: 9px; }

#tagData > #description > a {
  text-decoration: underline; }

#tagData > #description > a:hover {
  color: #FFFFFF;
  background-color: #048450; }

#additionsPage {
  background-color: #FFFFFF;
  margin: 0 -15px;
 }

#additionsPage  #drawingInstructions {
  padding: 5px;
 }

#additionsPage #canvasHolder {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

#additionsPage #canvasHolder > #drawingSvg {
  width: 560px;
  height: 497px;
  background-size: contain; }

#dummyCanvas {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -9999;
  width: 560px;
  height: 497px; }

#drawingSvg.body {
  background-image: url(graphics/ui/canvas_bg_body.png); }

#drawingSvg.feet {
  background-image: url(graphics/ui/canvas_bg_feet.png); }

#drawingSvg.hands {
  background-image: url(graphics/ui/canvas_bg_hands.png); }

#additionsPage #drawingInfo {
  overflow: hidden; }

#additionsPage #drawingInfo #drawingBgMenu {
  padding: 5px 5px 16px 5px;
  border-bottom: 1px solid #EEE; }

#additionsPage #drawingInfo #drawingBgMenu > img {
  width: 54px;
  height: 48px;
  border: 2px solid #FFFFFF;
  cursor: pointer;
  padding: 3px; }

#additionsPage #drawingInfo #drawingBgMenu > img:hover {
  border-color: #048450; }

#additionsPage #drawingInfo #drawingBgMenu > img.active {
  border-color: #048450; }

#additionsPage #drawingInfo #drawingTools > button {
  width: 40px;
  height: 40px !important;
  margin-left: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: #e6e7e8; }

#drawingTools {
  padding:16px 0 16px 0;
}

#additionsPage #drawingInfo #drawingTools > button:hover {
  background-color: #f1f2f2; }

#additionsPage #drawingInfo #drawingTools > button:active {
  background-color: #bcbec0; }

#additionsPage #drawingInfo #drawingTools > button.active {
  background-color: #bcbec0; }

#drawingTools > #draw_green {
  background-image: url(graphics/ui/draw_green_icon.png);
  background-repeat: no-repeat;
  background-position: center; }

#drawingTools > #draw_red {
  background-image: url(graphics/ui/draw_red_icon.png);
  background-repeat: no-repeat;
  background-position: center; }

#drawingTools > #draw_erase {
  background-image: url(graphics/ui/draw_erase_icon.png);
  background-repeat: no-repeat;
  background-position: center; }

#drawingTools > #draw_clear {
  background-image: url(graphics/ui/clear.png);
  background-repeat: no-repeat;
  background-position: center; }

#drawingTools > #draw_undo {
  background-image: url(graphics/ui/draw_undo.png);
  background-repeat: no-repeat;
  background-position: center; }

#drawingTools > #draw_redo {
  background-image: url(graphics/ui/draw_redo.png);
  background-repeat: no-repeat;
  background-position: center; }

#uploadedAdditionsPhotos > #photos {
  height: calc(100% - 20px);
  overflow: auto; }

#additionsUploader {
  display: none;
}

.infoScroll {
  max-height: 100px;
  overflow-x: hidden;
  overflow-y: auto; }

.infoScroll > p {
  text-align: left !important;
  font-size: 12px; }

order-list-directive {
  position: absolute;
  left: 10px;
  bottom: 0px;
  width: calc(100% - 20px);
  height: calc(100% - 250px); }
  order-list-directive .orderSearch {
    height: 40px; }
    order-list-directive .orderSearch button {
      background: #4DAD5B url(graphics/ui/refresh.png) center no-repeat;
      width: 28px; }
    order-list-directive .orderSearch input {
      position: relative;
      top: -7px; }
    order-list-directive .orderSearch > .search {
      float: left; }
    order-list-directive .orderSearch > .deepSearch {
      float: right; }
  order-list-directive .orders {
    position: absolute;
    top: 40px;
    bottom: 0px;
    width: 100%;
    background-color: #FFFFFF;
    border-bottom: solid 1px #999;
    border-radius: 5px; }
  order-list-directive .order_action {
    color: #048450;
    cursor: pointer; }
  order-list-directive .order_action::first-letter {
    text-transform: uppercase; }
  order-list-directive .order_action:hover {
    text-decoration: underline; }
  order-list-directive .download_pdf {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-image: url("graphics/ui/pdf_icon.png"); }
.download_pdf {
  cursor: pointer;
}

news-feed-directive > .newsFeedContent {
  position: relative;
  width: 100%;
  height: 100%; }
news-feed-directive > .newsFeedContent ul {
  list-style-type: none;
  padding: 10px; }
news-feed-directive > .newsFeedContent ul > li {
  padding: 3px; }

current-user-data-directive {
  display: flex;
  flex-direction: column;
  padding: 10px; }
  current-user-data-directive > .header {
    height: 32px;
    background-color: #048450;
    color: #FFFFFF;
    line-height: 32px;
    padding: 0 5px 0 5px; }
    current-user-data-directive > .header > .editButton {
      float: right;
      margin-top: 3px;
      width: 26px;
      height: 26px;
      background: #4DAD5B url(graphics/ui/edit_icon.png) center no-repeat;
      cursor: pointer;
      border-radius: 5px; }
  current-user-data-directive > .content {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    line-height: 20px;
    padding: 5px;
    height: 198px;
    overflow-y: auto; }
    current-user-data-directive > .content > .titles {
      margin-right: 5px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      min-width: 40%; }
    current-user-data-directive > .content > .values {
      max-width: 60%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    current-user-data-directive > .content .styledSelect {
      width: 100%; }

.currentUserModal {
  line-height: 28px; }
  .currentUserModal label {
    font-weight: inherit !important;
    width: 50%;
    text-transform: capitalize; }
  .currentUserModal input[type="text"], .currentUserModal input[type="password"], .currentUserModal input[type="email"] {
    width: 50%;
  display: inline-block;}
  .currentUserModal select {
    float: none !important;
    width: calc(50% - 40px);
    margin-top: 6px;
    margin-left: -4px;
  }
  .currentUserModal img {
    margin-left: 5px;
    margin-top: -5px; }
  .currentUserModal button {
    position: absolute;
    right: 10px;
    bottom: 10px; }

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


.news ul {
  list-style-type: none;
}

.news a {
  font-weight: bold;
  margin-right: 10px;
}

.news li {
  padding: 0;
  margin-left: -30px;
  line-height: 2;
}

.section-heading {
  font-size: 18px;
  color: #4A4A4A;
  font-weight: 800;
}

#customerPage .btn-group-justified .btn-default.active {
  background-color: #bfbfbf;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: left !important;
}
#ordersTable {
  width: 100% !important;
}
#ordersTable_paginate > .pagination {
  margin-right: 10px;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 84px;
}

.table-responsive {
  border: none;
}
#checkPage {
  margin-left: -15px;
  margin-right: -15px;
}
#pdfContent {
  width:100%;
  height: calc(100vh - 117px - 50px);
}
.order-page {
  margin-bottom: 117px;
}
#customerPageBottomFiller {
  height: 117px;
  background-color: white;
  margin-left: -15px;
  margin-right: -15px;
}

.news li a {
  color:#048450;
}

.center-modal.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .center-modal.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.center-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 876px) {
  .order-page {
    margin-bottom: 192px;
  }
}