@font-face {
  font-family: Roboto;
  src: url(/inc/Roboto/Roboto-Regular.ttf); }
@font-face {
  font-family: Roboto_Bold;
  src: url(/inc/Roboto/Roboto-Bold.ttf); }
.btn-outline-success {
  color: #10c46e;
  border-color: #10c46e; }

.btn-outline-success:hover {
  background: #10c46e;
  border-color: #10c46e; }

.btn-outline-danger {
  color: #fb4d53;
  border-color: #fb4d53; }

.btn-outline-danger:hover {
  background: #fb4d53;
  border-color: #fb4d53; }

.btn-primary {
  background: #3985e8;
  border-color: #3985e8; }

.btn-success {
  background: #42b95b;
  border-color: #42b95b; }

.table-hover tbody tr {
  cursor: pointer; }

html,
body {
  background-color: #f4f8f9;
  min-height: 1000px;
  position: relative;
  font-family: Roboto;
  font-size: 14px; }

table tfoot tr {
  font-weight: bold;
  color: #fff;
  background: #27333a; }

img {
  max-width: 100%;
  display: block; }

a.xlsx-link {
  background: #0d6efd;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 0.375rem;
  border-radius: 0.375rem; }

.form-group {
  margin-bottom: 1rem; }
  .form-group .label {
    color: #7b919e;
    position: relative; }
    .form-group .label .calendar {
      position: absolute;
      right: 0px;
      color: #27333a;
      cursor: pointer; }

.btn-block {
  width: 100%; }

input.error, select.error, textarea.error {
  border-color: #f95265; }

.status-circle {
  color: #f4f8f9; }

.status-circle.active {
  color: #10c46e; }

.status-circle.inactive {
  color: #fb4d53; }

.status-circle.pending {
  color: #f1b44c; }

.status-circle.none {
  color: #222222; }

table:not(.ui-datepicker-calendar, .bom, .table-condensed) {
  font-size: .9rem; }
  table:not(.ui-datepicker-calendar, .bom, .table-condensed) small {
    font-size: 2rem; }
  table:not(.ui-datepicker-calendar, .bom, .table-condensed) img {
    max-width: 50px !important;
    max-height: 50px; }
  table:not(.ui-datepicker-calendar, .bom, .table-condensed) thead tr {
    border-top-width: 1px;
    border-bottom-width: 2px; }
    table:not(.ui-datepicker-calendar, .bom, .table-condensed) thead tr th.actions {
      width: 135px; }
  table:not(.ui-datepicker-calendar, .bom, .table-condensed) tbody tr {
    cursor: pointer;
    height: 70px; }
  table:not(.ui-datepicker-calendar, .bom, .table-condensed) tbody td {
    vertical-align: middle; }
  table:not(.ui-datepicker-calendar, .bom, .table-condensed) tbody td.actions button {
    font-size: .9rem; }

.vertical-row {
  display: flex; }
  .vertical-row .column {
    padding-right: 5px;
    flex-grow: 1; }

.tab-content {
  border: 1px solid #dee2e6;
  border-top: none;
  padding: 10px; }

#SuccessMessage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px;
  background-color: #2ff99a;
  z-index: 1010;
  text-align: center;
  box-shadow: 5px 5px 5px #7b919e;
  display: none; }

#ErrorMessage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px;
  background-color: #f3adb5;
  z-index: 1010;
  text-align: center;
  box-shadow: 5px 5px 5px #7b919e;
  display: none; }

.form-group-wrap {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 0.375rem;
  margin-bottom: 15px;
  position: relative; }
  .form-group-wrap .remove {
    position: absolute;
    top: 17px;
    right: 27px;
    width: 15px;
    cursor: pointer; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: flex;
  z-index: 1000; }
  header .logo {
    width: 250px;
    background: #27333a;
    height: 100%; }
    header .logo img {
      height: 24px;
      width: 101px;
      margin: 25px auto 0 auto; }
  header .content {
    flex-grow: 1;
    box-shadow: 0 4px 2px -2px #eee;
    background-color: #fff;
    text-align: right;
    padding: 17px;
    padding-top: 25px; }
    header .content a {
      color: #7b919e; }
    header .content i {
      margin-left: 10px;
      font-size: 20px; }

.datepicker-container {
  position: relative; }
  .datepicker-container .clear {
    position: absolute;
    right: 6px;
    top: 3px;
    cursor: pointer; }
  .datepicker-container .clear:hover {
    color: #f95265; }
  .datepicker-container .calendar {
    position: absolute;
    right: 25px;
    top: 3px;
    color: #7b919e; }

#MainMenu {
  position: fixed;
  top: 70px;
  left: 0;
  width: 250px;
  height: 100%;
  background: #27333a;
  padding-top: 20px;
  z-index: 1001; }
  #MainMenu .title {
    font-family: Roboto_Bold;
    color: #7b919e;
    font-size: 11px;
    margin-left: 18px;
    margin-bottom: 25px; }
  #MainMenu .menu {
    margin-left: 25px;
    font-size: 14.5px; }
    #MainMenu .menu .top-level {
      margin-bottom: 25px; }
    #MainMenu .menu .top-level.expandable .toggle {
      color: #7b919e;
      cursor: pointer;
      position: relative; }
      #MainMenu .menu .top-level.expandable .toggle .expander {
        position: absolute;
        top: 6px;
        right: 45px;
        font-size: 12px; }
    #MainMenu .menu .top-level.expandable .toggle:hover {
      color: #f4f8f9;
      transition: color 0.5s; }
    #MainMenu .menu .top-level.expandable .children {
      padding-left: 23px;
      display: none; }
      #MainMenu .menu .top-level.expandable .children a {
        display: block;
        font-size: 90%;
        margin-top: 15px; }
    #MainMenu .menu a {
      color: #7b919e;
      text-decoration: none; }
    #MainMenu .menu a.selected {
      color: #f4f8f9; }
    #MainMenu .menu a:hover {
      color: #f4f8f9;
      transition: color 0.5s; }

#PageContent {
  padding: 70px 0 0 250px; }
  #PageContent .toolbar {
    margin-bottom: 10px; }
    #PageContent .toolbar .action {
      cursor: pointer; }
  #PageContent .workspace {
    padding: 10px; }
    #PageContent .workspace .section {
      display: none; }
    #PageContent .workspace .section.start {
      display: block; }
    #PageContent .workspace .content-wrap {
      padding: 25px;
      background: #fff;
      border: 1px solid #f4f8f9;
      border-radius: 0.375rem;
      margin-bottom: 25px; }
      #PageContent .workspace .content-wrap h3 {
        font-family: Roboto_Bold;
        font-size: 18px;
        padding: 7px 0px;
        position: relative;
        margin-bottom: 25px; }
        #PageContent .workspace .content-wrap h3 button.add {
          font-size: 12px;
          position: absolute;
          right: 0;
          top: 5px; }
        #PageContent .workspace .content-wrap h3 .form-check {
          font-size: 14.5px;
          position: absolute;
          right: 0;
          top: 12px;
          font-family: Roboto; }
      #PageContent .workspace .content-wrap .toolbar {
        font-size: 16px; }

footer {
  padding-left: 250px;
  background: #fff;
  height: 50px;
  border-top: 1px solid #eee;
  position: absolute;
  display: none;
  width: 100%;
  z-index: 1000; }

#PageContent.login {
  padding-left: 0; }
  #PageContent.login .login-box {
    width: 400px;
    margin: 0 auto;
    padding: 15px;
    background: #fff;
    box-shadow: 5px 5px 5px #7b919e;
    border: 1px solid #27333a; }
    #PageContent.login .login-box .logo {
      background: #27333a; }
      #PageContent.login .login-box .logo img {
        display: block;
        margin: 0 auto; }

#PageContent.suppliers {
  /*.show-import-suppliers-modal
  {
      position: absolute;
      right:260px;
      top:5px;
      font-size:12px;
  }*/ }
  #PageContent.suppliers .logo-placeholder {
    padding: 15px;
    background: #f4f8f9;
    margin-bottom: 10px;
    border-radius: 0.375rem;
    max-height: 150px; }
    #PageContent.suppliers .logo-placeholder img {
      max-height: 120px;
      margin: 0 auto; }
  #PageContent.suppliers .show-new-port-fields {
    cursor: pointer;
    margin-bottom: 10px; }
  #PageContent.suppliers .new-port-fields {
    display: none; }
  #PageContent.suppliers button.add-supplier {
    position: absolute;
    right: 0px !important;
    top: 5px !important;
    font-size: 12px; }
  #PageContent.suppliers .show-import-suppliers-modal {
    position: absolute;
    right: 130px;
    top: 5px;
    font-size: 12px; }
  #PageContent.suppliers .show-export-suppliers-modal {
    position: absolute;
    right: 250px;
    top: 5px;
    font-size: 12px; }
  #PageContent.suppliers .vertical-row.row1 {
    width: 33.334%; }
  #PageContent.suppliers .vertical-row.row2 .column {
    width: 16.667%; }
  #PageContent.suppliers .view-supplier .logo {
    max-width: 50%;
    /*max-height:240px;
    max-width:240px;*/ }
  #PageContent.suppliers .view-supplier .physical-address {
    margin-top: 25px; }
    #PageContent.suppliers .view-supplier .physical-address .header {
      font-family: Roboto_Bold; }
  #PageContent.suppliers .view-supplier #Items .download-xlsx {
    margin-bottom: 10px; }
  #PageContent.suppliers .view-supplier #ShippingModes th.set-width {
    width: 200px; }
  #PageContent.suppliers .view-supplier #CSR .datepicker-container {
    display: inline-block;
    width: 120px; }
  #PageContent.suppliers .view-supplier #Contacts .supplier-contact {
    position: relative; }
    #PageContent.suppliers .view-supplier #Contacts .supplier-contact .remove {
      position: absolute;
      top: 14px;
      right: 30px;
      cursor: pointer; }
    #PageContent.suppliers .view-supplier #Contacts .supplier-contact .is-main-handler {
      position: absolute;
      top: 15px;
      right: 60px; }
  #PageContent.suppliers .view-supplier #Contacts .set-as-main {
    cursor: pointer; }
  #PageContent.suppliers .view-supplier #Contacts .is-main-contact {
    font-weight: bold;
    text-decoration: underline; }
  #PageContent.suppliers .view-supplier #Contacts .supplier-contact-main-0 .is-main-contact {
    display: none; }
  #PageContent.suppliers .view-supplier #Contacts .supplier-contact-main-1 .set-as-main {
    display: none; }

#PageContent.items .vertical-row.row1 {
  width: 42.8571%; }
#PageContent.items .vertical-row.row2 .column {
  width: 14.2857%; }
#PageContent.items .show-import-items-modal {
  position: absolute;
  right: 130px;
  top: 5px;
  font-size: 12px; }
#PageContent.items .show-export-items-modal {
  position: absolute;
  right: 250px;
  top: 5px;
  font-size: 12px; }
#PageContent.items .overview > div {
  margin-bottom: 15px; }
#PageContent.items span.bottleneck {
  color: #f7ef3a;
  display: none; }
#PageContent.items .suppliers .supplier .values {
  display: none; }
#PageContent.items .suppliers .supplier.open .values {
  display: block; }
#PageContent.items .view .actions {
  position: relative; }
  #PageContent.items .view .actions .download-pdf {
    /*display: block;*/
    position: absolute;
    top: 1px;
    right: 115px;
    font-size: 13px;
    background: #7b919e;
    text-decoration: none;
    color: #fff;
    padding: 3px;
    border-radius: 3px; }
    #PageContent.items .view .actions .download-pdf img {
      max-height: 13px;
      display: inline; }
#PageContent.items .view .category {
  margin-bottom: 25px; }
  #PageContent.items .view .category .parent-name {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #f4f8f9; }
  #PageContent.items .view .category .name {
    font-size: 20px; }
#PageContent.items .categories .children {
  margin-left: 25px; }
#PageContent.items .purchase-price-history-row, #PageContent.items .minimum-order-quantity-history-row, #PageContent.items .production-lead-time-history-row {
  margin-bottom: 5px; }
#PageContent.items .edit-item-form table.bom {
  max-width: 95%; }
#PageContent.items .edit-item-form table.bom th {
  width: 12.5%; }
#PageContent.items .edit-item-form table.bom td {
  padding: 1px !important;
  position: relative; }
#PageContent.items .edit-item-form table.bom input, #PageContent.items table.bom select {
  max-width: 180px;
  border: none;
  font-size: 80%;
  background: #fff; }
#PageContent.items .edit-item-form table.bom td i.remove {
  position: absolute;
  right: -20px;
  top: 0px;
  cursor: pointer; }
#PageContent.items .image {
  max-width: 250px; }
  #PageContent.items .image .image-placeholder {
    padding: 15px;
    background: #f4f8f9;
    margin-bottom: 10px;
    border-radius: 0.375rem;
    max-height: 250px; }
    #PageContent.items .image .image-placeholder img {
      max-height: 220px;
      margin: 0 auto; }
#PageContent.items .specification-file {
  position: relative;
  padding: 5px; }
  #PageContent.items .specification-file .remove {
    top: 5px; }
#PageContent.items .view-item h1 {
  margin-bottom: 0; }
#PageContent.items .view-item .item-image {
  max-width: 90px;
  max-height: 90px;
  display: inline; }
#PageContent.items .view-item .parent {
  opacity: 0.5; }
#PageContent.items .edit .supplier span.history {
  color: #276676;
  cursor: pointer;
  margin-left: 5px; }

#PageContent.settings .select-section {
  cursor: pointer; }
#PageContent.settings .select-section.selected {
  text-decoration: underline; }
#PageContent.settings i.new {
  cursor: pointer; }
#PageContent.settings .new:not(i) {
  display: none; }

#PageContent.ports .suppliers-list {
  margin-top: 10px; }

#PageContent.contract_management .list .row {
  padding: 5px 0; }
#PageContent.contract_management .list .contracts {
  display: none; }
#PageContent.contract_management .list .close-contracts {
  display: none; }
#PageContent.contract_management .list .row:hover {
  cursor: pointer;
  background: #d1d2d4; }
#PageContent.contract_management .blue {
  background-color: #008b8b; }
#PageContent.contract_management .green {
  background-color: #86ac44; }
#PageContent.contract_management .orange {
  background-color: #f8b92f; }
#PageContent.contract_management .red {
  background-color: #e1152c; }
#PageContent.contract_management .contract-box {
  width: 95%;
  margin: 0 auto; }
  #PageContent.contract_management .contract-box .hr {
    height: 4px;
    margin: 5px 0; }
  #PageContent.contract_management .contract-box table {
    font-size: 75%;
    margin-bottom: 0; }
    #PageContent.contract_management .contract-box table td, #PageContent.contract_management .contract-box table th {
      width: 25%; }
    #PageContent.contract_management .contract-box table tbody td {
      word-break: break-all; }
  #PageContent.contract_management .contract-box .table-data {
    height: 400px;
    overflow-y: scroll; }
#PageContent.contract_management .summary-box {
  color: #fff;
  padding: 20px;
  font-weight: bold;
  position: relative;
  width: 90%;
  margin: 0 auto; }
  #PageContent.contract_management .summary-box .symbol {
    background-color: #fff;
    height: 40px;
    width: 40px;
    padding: 5px 5px;
    position: absolute;
    top: 20px;
    left: 20px; }
  #PageContent.contract_management .summary-box .quantity {
    font-size: 40px; }
  #PageContent.contract_management .summary-box i {
    border-radius: 50px;
    font-size: 20px;
    height: 30px;
    width: 30px;
    color: #fff;
    display: block; }

#PageContent.categories .row.item {
  padding: 5px 0; }
#PageContent.categories .row.item.zebra-stripe {
  background: #f4f8f9; }
#PageContent.categories .row.item:hover {
  cursor: pointer;
  background: #d1d2d4; }
#PageContent.categories .row.item.main-category .close-subcats {
  display: none; }
#PageContent.categories .row.item.main-category .close-subcats:hover, #PageContent.categories .row.item.main-category .open-subcats:hover {
  color: #fff; }
#PageContent.categories .row.item.main-category.open .close-subcats {
  display: inline; }
#PageContent.categories .row.item.main-category.open .open-subcats {
  display: none; }
#PageContent.categories .sub-categories-list {
  display: none; }
#PageContent.categories .text-padding {
  padding-top: 5px; }
#PageContent.categories .edit-item-category-form .items {
  display: none; }
  #PageContent.categories .edit-item-category-form .items .edit-item-category-form .items-list {
    margin-top: 3px;
    height: 500px;
    overflow-y: scroll; }
#PageContent.categories .view-item-category h1.item-category-name .parent {
  color: #7b919e; }

#PageContent.tiers .create-new-tier-tree, #PageContent.tiers .edit-tier-details {
  display: none; }
#PageContent.tiers .edit-tier-details {
  display: none;
  position: relative; }
#PageContent.tiers .edit-tier {
  display: none; }
#PageContent.tiers .edit-tier-details i.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer; }
#PageContent.tiers .tier-files .tier-file {
  position: relative;
  border: 1px solid #f4f8f9;
  padding: 3px 8px;
  margin-bottom: 3px;
  width: 50%;
  background-color: #fff; }
#PageContent.tiers .tier-files .tier-file .remove {
  position: absolute;
  right: 8px;
  top: 3px;
  cursor: pointer; }
#PageContent.tiers .remove-tier-tree {
  color: #f95265;
  cursor: pointer; }
#PageContent.tiers .tree-wrap {
  position: relative;
  height: 1000px;
  width: 100%;
  overflow: scroll; }
#PageContent.tiers .node-indexes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }
#PageContent.tiers .tree-view {
  position: absolute;
  left: 6%;
  top: 0;
  width: 93%; }
#PageContent.tiers .tree-view .edit-tier {
  display: none; }
#PageContent.tiers .tree-view ul.tree {
  width: 100%;
  font-size: 90%; }
#PageContent.tiers .tree-view .tree,
#PageContent.tiers .tree-view .tree ul,
#PageContent.tiers .tree-view .tree li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
#PageContent.tiers .tree-view .tree {
  margin: 0 0 1em;
  text-align: center; }
#PageContent.tiers .tree-view .tree,
#PageContent.tiers .tree-view .tree ul {
  display: table; }
#PageContent.tiers .tree-view .tree ul {
  width: 100%; }
#PageContent.tiers .tree-view .tree li {
  display: table-cell;
  padding: .5em 0;
  vertical-align: top;
  position: relative; }
#PageContent.tiers .tree-view .tree li:before {
  outline: solid 1px #eee;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
#PageContent.tiers .tree-view .tree li:first-child:before {
  left: 50%; }
#PageContent.tiers .tree-view .tree li:last-child:before {
  right: 50%; }
#PageContent.tiers .tree-view .tree code,
#PageContent.tiers .tree-view .tree span {
  border: solid 1px #eee;
  /*border-radius: .2em;*/
  display: inline-block;
  margin: 0 .2em .5em;
  padding: .2em .5em;
  position: relative;
  height: 115px;
  box-shadow: 3px 3px 5px #eee; }
#PageContent.tiers .tree-view .tree ul:before,
#PageContent.tiers .tree-view .tree code:before,
#PageContent.tiers .tree-view .tree span:before {
  outline: solid 0.5px #eee;
  content: "";
  height: .5em;
  left: 50%;
  position: absolute; }
#PageContent.tiers .tree-view .tree ul:before {
  top: -.5em; }
#PageContent.tiers .tree-view .tree code:before,
#PageContent.tiers .tree-view .tree span:before {
  top: -.55em; }
#PageContent.tiers .tree-view .tree > li {
  margin-top: 0; }
#PageContent.tiers .tree-view .tree > li:before,
#PageContent.tiers .tree-view .tree > li:after,
#PageContent.tiers .tree-view .tree > li > code:before,
#PageContent.tiers .tree-view .tree > li > span:before {
  outline: none; }
#PageContent.tiers .tree-view li .menu {
  /*border-top: 1px solid $medium_gray;*/
  margin-top: 3px;
  padding-top: 3px;
  font-size: 18px;
  color: #198754; }
  #PageContent.tiers .tree-view li .menu .remove {
    color: #f95265; }
#PageContent.tiers .tree-view li .menu i:hover {
  cursor: pointer;
  color: #333; }
#PageContent.tiers .tree-view .tree span > div {
  text-align: left; }
#PageContent.tiers .tree-view ul.tree span.supplier {
  /*background:#f1f1f1;*/
  height: 55px;
  display: inline-block;
  min-width: 25%; }
#PageContent.tiers .node-indexes > div {
  width: 100%;
  font-family: Roboto_Bold;
  color: #27333a;
  /*border-bottom:1px solid $medium_gray;*/
  height: 127px;
  position: relative;
  vertical-align: middle;
  padding-top: 42px; }
  #PageContent.tiers .node-indexes > div .depth-text {
    position: absolute;
    left: 0;
    top: 47px; }
#PageContent.tiers .node-indexes .depth-0 {
  height: 70px;
  padding-top: 25px; }
  #PageContent.tiers .node-indexes .depth-0 .depth-text {
    top: 24px; }

#PageContent.selfonboarding table tbody .supplier:hover {
  text-decoration: underline;
  cursor: pointer; }
#PageContent.selfonboarding #self-onboard-modal h5 {
  font-weight: bold; }
#PageContent.selfonboarding #self-onboard-modal .form-group {
  margin-bottom: 0 !important; }
#PageContent.selfonboarding #self-onboard-modal .mail-content {
  border: 1px solid #f4f8f9;
  padding: 10px; }
#PageContent.selfonboarding #self-onboard-modal hr {
  border-top: dotted 1px; }

#PageContent.csr .valid-date {
  position: relative; }
  #PageContent.csr .valid-date input {
    width: 90%;
    display: inline-block; }
  #PageContent.csr .valid-date i.amfori-valid-until {
    position: absolute;
    right: 5%;
    top: 10px;
    cursor: pointer; }

#PageContent.purchase_orders .purchase-order-start .filter .row-1 {
  margin-bottom: 10px; }
#PageContent.purchase_orders .purchase-order-start .content-wrap.list {
  position: relative; }
#PageContent.purchase_orders .purchase-order-draft .purchase-files .purchase-file {
  position: relative;
  padding: 5px;
  border: 1px solid #f4f8f9;
  border-radius: 3px;
  margin-bottom: 5px; }
  #PageContent.purchase_orders .purchase-order-draft .purchase-files .purchase-file .remove {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer; }
#PageContent.purchase_orders .purchase-order-draft .required-delivery-date-container {
  width: 60%; }
#PageContent.purchase_orders .purchase-order-draft .set-delivery-address:hover {
  cursor: pointer;
  text-decoration: underline; }
#PageContent.purchase_orders .purchase-order-draft .change-supplier {
  display: none; }
#PageContent.purchase_orders .purchase-order-draft .purchase-order-rows tbody input[type='text'], #PageContent.purchase_orders .purchase-order-draft .purchase-order-rows tbody textarea {
  padding: 3px;
  font-size: 12px; }
#PageContent.purchase_orders .purchase-order-draft .delivery-date-problem {
  color: #f95265;
  display: none; }
#PageContent.purchase_orders #purchase-order-create-modal button {
  width: 100%; }
#PageContent.purchase_orders #delivery-address-modal h5 {
  margin-bottom: 20px; }
#PageContent.purchase_orders #delivery-address-modal .create-delivery-address .row {
  margin-bottom: 10px; }
#PageContent.purchase_orders #delivery-address-modal .available-addresses {
  max-height: 200px;
  overflow-y: scroll; }
  #PageContent.purchase_orders #delivery-address-modal .available-addresses .available-delivery-address {
    padding: 5px;
    cursor: pointer;
    border: 1px solid #f4f8f9;
    margin-bottom: 5px;
    position: relative; }
    #PageContent.purchase_orders #delivery-address-modal .available-addresses .available-delivery-address .name {
      font-weight: bold; }
    #PageContent.purchase_orders #delivery-address-modal .available-addresses .available-delivery-address .address {
      font-size: 85%; }
    #PageContent.purchase_orders #delivery-address-modal .available-addresses .available-delivery-address .edit {
      position: absolute;
      top: 1px;
      right: 1px; }
    #PageContent.purchase_orders #delivery-address-modal .available-addresses .available-delivery-address .edit:hover {
      color: #157347; }
#PageContent.purchase_orders #add-db-item-modal .items {
  max-height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px; }
  #PageContent.purchase_orders #add-db-item-modal .items .row.item {
    padding: 5px;
    cursor: pointer; }
  #PageContent.purchase_orders #add-db-item-modal .items .row.item.added {
    display: none !important; }
  #PageContent.purchase_orders #add-db-item-modal .items .row.item:hover {
    background: #f4f8f9; }

#ActivityCalendar {
  font-size: 13px; }
  #ActivityCalendar .left-part, #ActivityCalendar .right-part {
    display: inline-block;
    vertical-align: top; }
  #ActivityCalendar .right-part {
    padding-left: 20px; }
  #ActivityCalendar .head {
    margin-bottom: 10px; }
    #ActivityCalendar .head .display-month {
      font-weight: bold; }
    #ActivityCalendar .head button.prev {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      margin-right: 1px;
      font-size: 12px;
      height: 17px;
      padding: 0px; }
    #ActivityCalendar .head button.next {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      font-size: 12px;
      height: 17px;
      padding: 0px; }
  #ActivityCalendar table th {
    width: 14.2857%; }
  #ActivityCalendar table {
    width: auto; }
    #ActivityCalendar table tr {
      height: auto; }
    #ActivityCalendar table th, #ActivityCalendar table td {
      text-align: center;
      font-size: 13px; }
    #ActivityCalendar table td {
      padding: 0; }
      #ActivityCalendar table td .date-number {
        padding: 1px;
        border: 1px solid transparent; }
      #ActivityCalendar table td .date-number.selected {
        border-color: #157347; }
      #ActivityCalendar table td .has-events {
        background: #2ff99a; }
    #ActivityCalendar table tbody td .date-number.out-of-month {
      opacity: 0.35; }
  #ActivityCalendar .upcoming-title {
    height: 30px;
    font-weight: bold; }
  #ActivityCalendar .upcoming-events {
    height: 255px;
    margin-bottom: 10px;
    overflow-y: scroll;
    overflow-x: hidden; }
    #ActivityCalendar .upcoming-events .event {
      cursor: pointer;
      text-decoration: underline; }
    #ActivityCalendar .upcoming-events .starting {
      background: #2ff99a; }
    #ActivityCalendar .upcoming-events .past-time {
      opacity: 0.5; }

#activity-calendar-handle-event .time-error {
  color: #f95265;
  display: none; }
#activity-calendar-handle-event .remove-event:hover {
  color: #f95265;
  cursor: pointer; }
#activity-calendar-handle-event .event-saved {
  color: #157347;
  display: none; }
