/*  GENERAL */
.p-20 {
  padding: 20px;
}
.p-25 {
    padding: 25px;
}
.ml-25 {
    margin-left: 25px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-25 {
    margin-top: 25px;
}
.mr-5{
    margin-right: 5px;
}
.mr-10{
    margin-right: 10px;
}
.vh-30 {
    height: 30vh;
    overflow-y: auto;
}
.vh-40 {
    height: 40vh;
    overflow-y: auto;
}
.w-60 {
    width: 60px
}
.text-end{
	text-align: end;
}
.center{
	text-align: center;
}
#fixed-buttons {
    position: fixed;
    right: 16px;
    bottom: 30px;
    z-index: 20;
}

.inline-block {
    display: inline-block
}

.dashboard-square-wrapper {
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
}
.dashboard-square-content {
    background-color: white;
    border: 1px solid #2cabe3;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 42px;
    padding-top: 25%;
}
.dashboard-square-content a {
    display: block;
    padding: 25px;
    width: 100%;
    height: 100%;
}

.swal-wide{
	height:450px!important;
	width:600px!important;
	text-align:left!important;
    overflow:auto!important;
}

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
    background-color: #f1f9fd;
    padding-left: 5px;
}

/**
 * ERROR MESSAGE
 */
#errormessage-row{
    position:relative;
}
.errormessage-panel{
    background-color: #ee1e10;
    padding: 10px;
    position: absolute;
    top: 100px;
    right: 20px;
    border-radius: 5px;
    width: 20%;
    z-index: 3;
    box-shadow: 3px 3px #0000002b;
}
.error-message{
    color: #fff;
    margin-top: 10px;
}
#close-errormessage{
    float: right;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
}

.error-inputmessage{
	color: #ed0808;
	padding: 10px;
    background-color: #f2d4db;
    text-align:center;
}

.helper{
	color: red;
    font-weight: 400;
    line-height: 2;
}	
/**
 * END
 */
.table-log-column{
	word-break: break-all;
	font-weight: normal;
}

/**
 *Select2 Material
 */
.select2-container--material {
  width: 100% !important;
  background-color: #f1f9fd;
  /**
   * Textbox
   */
  /**
   * Dropdown
   */
  /**
   * Options
   */
  /**
   * Focused textbox
   */
  /**
   * Disabled textbox
   */
}
.select2-container--material ::-webkit-input-placeholder {
  color: inherit;
}
.select2-container--material :-ms-input-placeholder {
  color: inherit;
}
.select2-container--material ::-ms-input-placeholder {
  color: inherit;
}
.select2-container--material ::placeholder {
  color: inherit;
}
.select2-container--material .select2-selection {
  /* @extend input */
  overflow: visible;
  font: inherit;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  margin: 0;
  line-height: inherit;
  border-radius: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* @extend .form-control */
  display: block;
  width: 100%;
  color: #55595c;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: .5rem 0 .6rem;
  line-height: 1.5;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  margin-top: .2rem;
  margin-bottom: 1rem;
  /* @extend input[type=text] */
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: 0;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  min-height: 2.1rem;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    white-space: unset!important;
}
.select2-container--material .select2-selection .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--material .select2-selection--single .select2-selection__rendered {
  float: left;
}
.select2-container--material .select2-selection--single .select2-selection__arrow {
  float: right;
}
.select2-container--material .select2-selection--multiple {
  /**
   * Multiple selected options
   */
  /**
   * Multiple selected option clear button
   */
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice {
  /* @extend .mdl-chip */
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 16px;
  background-color: #dedede;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  margin: 2px 0;
  white-space: nowrap;
  /* @extend .mdl-chip__text */
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
  /* Hide default content */
  opacity: 0.38;
  cursor: pointer;
  float: right;
  margin-top: 4px;
  margin-right: -6px;
  margin-left: 6px;
  -webkit-transition: opacity;
  transition: opacity;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
  content: "cancel";
  /* @extend .material-icons */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: #000;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.54;
}
.select2-container--material .select2-search--inline .select2-search__field {
  width: 100%;
  margin-top: 0;
  /* Match input[type=text] */
  height: 34px;
  line-height: 1;
}
.select2-container--material .select2-dropdown {
  border: 0;
}
.select2-container--material .select2-dropdown .select2-search__field {
  min-height: 2.1rem;
  margin-bottom: 16px;
  border: 0;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.select2-container--material .select2-dropdown .select2-search__field:focus {
  border-bottom: 1px solid #4285f4;
  -webkit-box-shadow: 0 1px 0 0 #4585f4;
          box-shadow: 0 1px 0 0 #4585f4;
}
.select2-container--material .select2-results__options {
  /* @extend .zf-shadow-depth* */
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* @extend .dropdown-content */
  background-color: #fff;
  margin: 0;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  z-index: 999;
  will-change: width,height;
  /* @extend .dropdown-content inline styles */
}
.select2-container--material .select2-results__option {
  /* @extend .dropdown-content li */
  cursor: pointer;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5rem;
  text-align: left;
  text-transform: none;
  /* @extend .dropdown-content li>a, .dropdown-content li>span */
  display: block;
  padding: 1rem;
  /**
   * Disabled options
   */
  /**
   * Selected option
   */
  /**
   * Active/hovered option
   */
}
.select2-container--material .select2-results__option[aria-disabled=true] {
  /* @extend .select-dropdown li.disabled */
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent !important;
  cursor: context-menu;
  /* @extend .disabled */
  cursor: not-allowed;
}
.select2-container--material .select2-results__option[aria-selected=true] {
  /* @extend .dropdown-content li:active, .dropdow-content li:hover */
  color: #4285f4;
  background-color: #eee;
}
.select2-container--material .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
}
.select2-container--material.select2-container--focus .select2-selection {
  /* @extend input[type=text]:focus */
  border-bottom: 1px solid #4285f4;
  -webkit-box-shadow: 0 1px 0 0 #4585f4;
  box-shadow: 0 1px 0 0 #4585f4;
  background-color: #f1f9fd;
}
.select2-container--material.select2-container--disabled .select2-selection {
  /* @extend .select-wrapper input.select-dropdown:disabled */
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel-group form+.panel {
  margin-top: 5px;
  
}
.success{
    color: #40cb2b;
    font-weight: 700;
    font-size: 20px;
    padding-left: 10px;
}
.error {
	border: 1px solid #ff5200!important;
}
.header-orderitem {
    background-color: #31a3d6;
    background-color: #2cabe3;
    padding: 15px;
    margin: 5px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
}

.wizard-steps > li {
    width: 25%;
}

.delivery-quote{
	padding-left: 0px;
    padding-right: 0px;
    margin: 15px 0px;
}

div.delivery-quote input[type="text"]{
	border-bottom:none;
}

.button-fixed{position: fixed;bottom: 10vh;right: 10vh;}

.category-background{
	background-color: #fff!important;
	overflow:hidden;
}

.form-group-multi-lang{
    padding-top: 20px;
    padding-bottom: 80px;
}