/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
body {
  padding-top: 50px;
  /* padding-bottom: 20px; */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: black;
}

.progress {
  position: relative;
  width: 400px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  margin-top: 10px;
}

.bar {
  background-color: #B4F5B4;
  width: 0%;
  height: 20px;
  border-radius: 3px;
}

.percent {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 48%;
}

.ListRowPadding {
  padding-bottom: 0;
}

h2 {
  color: #015da6;
}

body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header .navbar,
body.hold-transition .main-header .logo {
  /* Fix for IE */
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.ml-4 {
  margin-left: 5px;
}
.confirm1 {
  font-size: 1.2em;
}

.cwell {
  min-height: 315px;
  padding: 0 10px;
}

.cwell {
  padding: 10px;
  background: #fafafa;
  margin-top: 10px;
  border: 1px solid #f1f1f1;
}

.confirm2 {
  font-size: 1.5em;
}


.navbarShop {
  background-color: #015DA6;
}

  .navbarShop .navbar-nav > li > a {
    color: #fff;
  }

    .navbarShop .navbar-nav > li > a:hover {
      /*color: #fff;
      background-color: transparent;*/
      color: #015DA6;
      background-color: #fff;
    }

    .navbarShop .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent;
    }

  .navbarShop .navbar-brand {
    color: #fff;
  }

.rowPaddingBottom {
  padding-bottom: 20px;
}

.toolTip {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  display: inline-block;
  width: 20px;
  text-align: center;
  height: 20px;
  cursor: pointer;
}

.CustomerChange {
  position: relative;
  top: 10px;
}

.logo {
  float: right;
}

.HomePageImg {
  max-width: 100%;
  background-image: url('/images/header.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 250px;
  margin-bottom: 30px;
}

.HomepageHeader {
  color: #fff;
}

.ShopPageImg {
  max-width: 100%;
  background-image: url('/images/header.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  min-height: 250px;
}

.dashboardBlockText {
  display: block;
  margin: 30px 20px 0 20px;
  height: 120px;
}

.dashboardBlockTextSpan {
  display: inline-block;
  font-size: 1.2em;
  position: relative;
  top: 20%;
}

.dashboardBlock {
  display: block;
  width: 87px;
  height: 99px;
  background-color: transparent;
  text-align: center;
  margin: 30px 0 0;
}

.dashboardBlockNewOrder {
  background-image: url('/images/neworder.png');
}

.dashboardBlockOrder {
  background-image: url('/images/order.png');
}

.dashboardBlockSubscriptions {
  background-image: url('/images/subscriptions.png');
}

.dashboardBlockInvoices {
  background-image: url('/images/invoice.png');
}

.dashboardSpan {
  display: inline-block;
  font-size: 1.2em;
  position: relative;
  top: 40%;
  color: #fff;
}

.aboutTheShop {
  display: block;
  background-color: #eee;
  color: #333;
  border: 1px solid #000;
  margin: 30px 0 0;
  min-height: 565px;
}

.aboutTheShopText {
  display: inline-block;
  font-size: 1.2em;
  padding: 5px;
}

.orderDepends{
  border-radius: 5px;
  border: 0;
  padding: 1em;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 0 3px 0px rgba(0, 0, 0, 0.1) inset;
  background: white;
  position: relative;
}
.orderDepends .tooltip{
  position: absolute;
  top: 5px;
  right:5px;

}

.orderDependsText {
  display: inline-block;
  font-size: 14px;
  padding:0;
  margin:0;
  
}

table > thead > tr > th > a {
  color: #333 !important;
}

table > tbody > tr > td > span {
  color: #333 !important;
  text-decoration: underline;
  display: inline-block;
  padding-right: 5px;
}

.DialogLinks {
  color: #333 !important;
  text-decoration: underline;
}

footer a {
  color: #333 ;
  text-decoration: underline;
}

footer hr {
  border-style: solid;
  border-color: #015DA6
}

.RequestLogin {
  display: inline-block;
  width: 190px;
  height: 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #015DA6;
  background: #fff;
  color: #fff;
  background-color: #015DA6;
  text-align: center;
  margin: 30px 25px 30px 25px;
  font-size: 1.2em;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 0 3px 0px rgba(0, 0, 0, 0.1) inset;
}

  .RequestLogin:hover {
    color: #015DA6;
    background-color: #fff;
    border-style: solid;
    border-color: #015DA6;
  }

.RequestLoginSpan {
  display: inline-block;
  padding-top: 10px;
  font-size: 1.3em;
}

.buttonLogin {
  margin: 0 auto;
  width: 200px;
  padding: 10px;
}

.buttonRequest {
  margin: 0 auto;
  width: 200px;
  padding: 10px;
}

.StartPageText1 {
  font-size: 1.2em;
  /*padding-bottom: 40px;*/
  display: inline-block;
  padding-top: 10px;
}

.StartPageText2 {
  font-size: 2em;
  padding-bottom: 40px;
  display: inline-block;
}

.ImageText {
  display: inline-block;
  height: 50px;
  color: #fff;
  background-color: #A4C407;
  position: relative;
  bottom: 50px;
  width: 90%;
  font-size: 1.5em;
  text-align: center;
}

.ImageWidth {
  width: 90%;
}

.content-header {
  position: relative;
  padding: 60px 15px 0 15px;
}

.content-wrapper,
.right-side {
  min-height: 466px;
  background-color: white;
  padding-top: 0;
  z-index: 800;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  color: #fff !important;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: -15px;
  color: #333 !important;
}

.navbar-text {
  color: #fff !important;
}

.orderDetailSpan {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.orderDetailLabel {
  padding-left: 0 !important;
}

.shoppingCart {
  font-size: 27px;
  padding: 11px;
  color: #9d9d9d;
}

.shoppingCartText {
  color: #9d9d9d;
  padding: 5px;
}

.content {
  min-height: calc(100vh - 104px);
  padding: 15px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.content.admin{
  min-height: calc(100vh - 104px);
}
.side-form {
  position: absolute;
  z-index: 5000;
  top: 53px;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
  padding: 20px;
  border-left: 1px solid #e0e0e0;
  padding-bottom: 50px;
}

#ScrollableTable {
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  clear: both;
  padding-top: 20px;
}

.mat-dialog-container {
  width: 580px !important;
  height: auto;
}

select[multiple]#userType {
  height: 150px !important;
}

select[multiple]#tenantType {
  height: 150px !important;
}

select[multiple]#productType {
  height: 150px !important;
}

/*.ng-valid[required], .ng-valid.required {
  border-left: 5px solid rgba(32, 77, 32, 0.623);
}
*/
.shopContent {
  padding-top: 0;
}

.ng-invalid:not(form) {
  border-left: 5px solid rgb(148, 27, 27);
}

.checkboxLabel {
  display: inline !important;
}

.closeButton {
  padding-bottom: 20px;
  height: 50px;
}

.mat-form-field {
  display: block !important;
}

table tbody tr {
  cursor: pointer;
}

table#SubscriptionTable tbody tr {
  cursor: default;
}

table#orderTable tbody tr {
  cursor: default;
}
/* Wrapping element orderTable */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  /*padding-left: 15px;
  padding-right: 15px;*/
  padding-top: 30px;
}

/* Carousel */
.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}

/* QR code generator */
#qrCode {
  margin: 15px;
}

.headerTablet {
  padding-top: 35px;
}

.green {
  color: green;
}

.red {
  color: red;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}

form {
  margin-bottom: 65px;
}

.formelement {
  width: 48%;
}

.formelementcontainer {
  display: flex;
  justify-content: space-between;
}

/* @media (max-width: 1440px) {
  .content {
    padding-top: 60px;
  }
}

@media (max-width: 800px) {
  .content {
    padding-top: 85px;
  }
} */

@media (max-width: 767px) {
  .body-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 70px;
  }

  .formelementcontainer {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }

  .logo {
    float: none;
  }

  .content {
    padding-top: 0;
  }

  .ListRowPadding {
    padding-bottom: 5px;
  }

  h1, .h1 {
    font-weight: bold;
    font-size: 2.5em;
    word-wrap: break-word;
    padding: 9px;
  }

  .headerTablet {
    padding-top: 35px;
    margin: 0;
  }

  .formelement {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .ListRowPadding {
    padding-bottom: 5px;
  }

  .ShopPageImg {
    max-width: 100%;
    background-image: url('/images/header.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    min-height: 250px;
  }

  .HomePageImg {
    max-width: 100%;
    background-image: url('/images/header.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    min-height: 250px;
  }

  .headerTablet {
    padding-top: 35px;
    margin: 25px;
  }

  h1, .h1 {
    font-weight: bold;
    font-size: 2.5em;
    word-wrap: break-word;
    padding: 9px;
    padding-top: 9px;
  }

    h1.pageTitle {
      padding-bottom: 20px;
      padding-left: 0;
      color: #015DA6;
    }
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subGreen {
  color: #54C571;
}

.subRed {
  color: #C34A2C;
}

.subYellow {
  color: #E9AB17;
}

.example-tooltip-red {
  background-color: red !important;
  color: white !important;
  font-size: 12px !important;
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.4em !important;
}

/*.ag-row .ag-cell {*/
/*  display: flex;*/
/*  align-items: center;*/
/*display:inline-block;
}*/
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: green !important;
}

.mat-slide-toggle-bar {
  background-color: red !important;
}

#searchbar {
  display: block !important;
  width: 100% !important;
  height: 34px !important;
  padding: 6px 12px !important;
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
}

.products {
  border: 2px solid black;
  margin: 0.5em;
  padding: 1em;
}

#products {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

  #products td, #products th {
    border: 1px solid #ddd;
    padding: 8px;
  }

  #products tr:nth-child(even) {
    background-color: #f2f2f2;
  }



  #products th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #015DA6;
    color: white;
  }

.selected {
  background-color: #99CA3C;
  color: white;
}

.selectButton {
  color: black !important;
}

.ag-center-cols-container {
  overflow: auto;
}

.ag-root {
  max-width: 100%;
  overflow: auto;
  min-width: 100%;
}

.ag-body-viewport {
  max-height: calc(100vh - 318px);
  overflow: auto !important;
}

.ag-row {
  width: inherit !important;
  min-width: 100%;
}


.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

  .dropdown-item:hover {
    background-color: rgba(0,0,0,0.04);
  }

    .dropdown-item:hover .dropdown-content i {
      visibility: visible;
      opacity: 0.5;
    }

  .dropdown-item .dropdown-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

    .dropdown-item .dropdown-content i {
      visibility: hidden;
      opacity: 0;
      transition: all 0.15s ease-in-out;
    }

      .dropdown-item, .dropdown-item .dropdown-content i.visible {
        visibility: visible;
        opacity: 1;
      }


.banner{
  position: relative;
  background: #6ea2cf;
  display:flex;
  justify-content:flex-end;
  text-align:center;
  align-items:center;
  height: 260px;
}
.banner h1{
  font-weight: 600 !important;
}
.banner .container {
  margin: 0 auto;
  position:relative;
  height:100%;
}
.banner .figureDiv{
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1001;
}
.bannerTextDiv{
  position: absolute;
  top:50%;
  right: 0;
  transform: translateY(-50%);

}
.banner .cartDiv{
  position: absolute;
  left: 177px;
  bottom: 50px;
  z-index: 1001;
}
.banner .bottomStripe{
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  background: #1d4652;
  z-index: 1000;
}
@media (max-width: 768px){
  .container.mobile {
    width: 100%;
  }
  .banner .cartDiv, .banner .figureDiv{
    display: none;
  }
  .bannerTextDiv{
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    padding: 0 10px;
    z-index: 1001;
  }
}
