@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 18, 2014 */
/*
@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/opensans/opensanshebrew-extrabold-webfont.eot');
    src: url('../../fonts/opensans/opensanshebrew-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans/opensanshebrew-extrabold-webfont.woff') format('woff'),
         url('../../fonts/opensans/opensanshebrew-extrabold-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/opensans/opensanshebrew-bolditalic-webfont.eot');
    src: url('../../fonts/opensans/opensanshebrew-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans/opensanshebrew-bolditalic-webfont.woff') format('woff'),
         url('../../fonts/opensans/opensanshebrew-bolditalic-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/opensans/opensanshebrew-bold-webfont.eot');
    src: url('../../fonts/opensans/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans/opensanshebrew-bold-webfont.woff') format('woff'),
         url('../../fonts/opensans/opensanshebrew-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/opensans/opensanshebrew-light-webfont.eot');
    src: url('../../fonts/opensans/opensanshebrew-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans/opensanshebrew-light-webfont.woff') format('woff'),
         url('../../fonts/opensans/opensanshebrew-light-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/opensans/opensanshebrew-italic-webfont.eot');
    src: url('../../fonts/opensans/opensanshebrew-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans/opensanshebrew-italic-webfont.woff') format('woff'),
         url('../../fonts/opensans/opensanshebrew-italic-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/opensans/opensanshebrew-extrabolditalic-webfont.eot');
    src: url('../../fonts/opensans/opensanshebrew-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans/opensanshebrew-extrabolditalic-webfont.woff') format('woff'),
         url('../../fonts/opensans/opensanshebrew-extrabolditalic-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/opensans/opensanshebrew-regular-webfont.eot');
    src: url('../../fonts/opensans/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans/opensanshebrew-regular-webfont.woff') format('woff'),
         url('../../fonts/opensans/opensanshebrew-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/opensans/opensanshebrew-lightitalic-webfont.eot');
    src: url('../../fonts/opensans/opensanshebrew-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans/opensanshebrew-lightitalic-webfont.woff') format('woff'),
         url('../../fonts/opensans/opensanshebrew-lightitalic-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
*/
/* remove blue highlight color on android clicks */
[data-ember-action], .ember-view {
    -webkit-tap-highlight-color: transparent;
}

.theme-color {
    color: #fab442;
}

.text--sm {
    font-size: 14px;
}

.text--lg {
    font-size: 18px;
}
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  /* @noflip */left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /*border: 1px solid #ccc;
  border-top: 0;*/
  border: none;
  background: #fff;
  box-shadow: -1px 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  /* @noflip */left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 6px 0 6px;
  height: 23px;
  border: 1px solid #ccc;
  border-radius: 0px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.ember-chosenselect:focus{
  outline: none;
}

.form-control.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 6px;
}

/*.chosen-container-single .chosen-default {
  color: #999;
}*/
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  /*@noflip*/margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  /*@noflip*/margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
/*.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}*/

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #ccc;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  /* @noflip */left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 5px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  float: right;
  width: 100%;
  box-sizing: border-box;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #ccc;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.form-control.chosen-container-multi .chosen-choices {
  min-height: 34px;
  max-height: 34px;
  padding-top: 5px;
  padding-bottom: 0;
  border-radius: inherit;
}

.chosen-container-multi .chosen-choices li {
  /*@noflip*/float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: auto !important;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: 'OpenSans', sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  /*@noflip*/padding: 3px 20px 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}



.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  /*@noflip*/right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../../img/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  /* border: 1px solid #5897fb;*/
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #fab442;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */

.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.form-control.chosen-rtl .chosen-choices li.search-choice {
  margin-top: 0;
  margin-bottom: 0;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  /* @noflip */left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  float: right;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../../../img/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../../../img/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../../../img/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.chosen-container-multi .chosen-choices {
  background: #f3f3f4;
}
.chosen-container.form-control {
  padding: 0;
  border: none;
}
.chosen-container-active .chosen-choices {
  box-shadow:none;
}
.form-control.chosen-container-multi .chosen-choices {
  padding:0;
  min-height:30px;
  max-height:30px;
  border:none;
}
.chosen-container-active .chosen-choices {
  border:none;
}
.form-control.chosen-rtl .chosen-choices li.search-choice {
  margin-top:4px;
}

.form-control.chosen-container-multi.auto-expand .chosen-choices{
  max-height:none;
}
.payment-report-month-select .form-control.chosen-container-single .chosen-single {
	height:100%;
}
.payment-report-month-select .chosen-container-active.chosen-with-drop .chosen-single, .payment-report-month-select .chosen-container-single .chosen-single {
	border:none;
	background-image: none;
	background-color:white;
}

.gray-chosen-select .form-control.chosen-container-single .chosen-single {
	height:30px;
}
.gray-chosen-select .chosen-container-single .chosen-single, .gray-chosen-select .chosen-results, .gray-chosen-select .chosen-container .chosen-drop {
	background-image:none;
	background: #f3f3f4;
}
.gray-chosen-select .chosen-container-single .chosen-single {
	border:none;
}
.time .chosen-container-single .chosen-search {
	display: none;
}
.time .chosen-container-single .chosen-single {
	height:30px;
	box-shadow: none;
}
.time .form-control.chosen-container-single .chosen-single {
	line-height: 14px !important;
}
.time.select-wrapper:after {
	transform: translateY(-66%);
}
.input-gray.time-picker {
	line-height:23px;
}
.mobile-time .half-with-colon {
	width:34%;
}
.no-border-left select {
	border-left:none;
}
.no-border-right select {
	border-right:none;
}
.mfo-inputs .mobile-time .input-box {
	width:100%;
}
.mfo-inputs .right {
	float:right;
}
.mfo-inputs .left {
	float:left;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../../../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../../../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../../../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../../../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../../../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

.date-picker{
  display: inline-block;
  position: relative;
  z-index: 10;
}

.date-picker.open {
  z-index: 11;
}

.date-picker-wrap {
  position: absolute;
  margin-top: 1px;
  background: white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  font-size: 16px;
}

.date-picker-button {
  /* input styles */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555555;
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding: 4px;
  box-sizing: border-box;
  height: 35px;
  margin-bottom: 0;
  width: 100%;
  background-color: #fff;
}

.date-picker-button.focus {
  /* input focus styles */
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}

.date-picker header {
  text-align: center;
  /*margin-bottom: 10px;*/
  clear: both;
  height: auto;
  width: auto;
  line-height: normal;
}

.date-picker header .title {
  font-weight: bold;
  font-size: 1em;
}

.date-picker .date-picker-wrap button {
  cursor: pointer;
  box-shadow: none;
  outline:    none;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 14px;
}

.date-picker .date-picker-wrap table {
  border-spacing: 0;
  border-collapse: collapse;
}

.date-picker .date-picker-wrap table td,
.date-picker .date-picker-wrap table th {
  padding: 0;
}

.date-picker .date-picker-wrap table td,
.date-picker .date-picker-wrap table th {
  min-width: 30px;
  width: 30px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}

.date-picker .date-picker-wrap table td {
  min-height: 30px;
  height: 30px;
}

.date-picker .date-picker-wrap table th {
  color: #fff;
  background-color: #333;
  padding: 5px 0px;
  box-sizing: border-box;
}

.date-picker table tr td button.day {
  width: 100%;
  height: 100%;
  font-size: 14px;
  border-radius: 3px;
}

.date-picker button.day:hover,
.date-picker button.day:focus {
  background: #f9f9f9;
  color: #000;
  outline: none;
}

.date-picker header {
  color: #fff;
  background-color: #333;
  padding: 10px 0 5px;
  position: relative;
}

.date-picker header button.prev,
.date-picker header button.next 
{
  position: absolute;
  top: 5px;
  height: 26px;
  width: 26px;
  background-color: transparent;
}

.date-picker header button.prev:after,
.date-picker header button.next:after {
  position: absolute;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -6px;
  color: #fff;
} 

.date-picker header button.prev:after {
  margin-left: -7px;
  left: 50%;
  border-left: none;
  border-right: 14px solid #fff;
}

.date-picker header button.next:after {
  margin-right: -7px;
  right: 50%;
  border-right: none;
  border-left: 14px solid #fff;
}

.date-picker header button.prev {
  left: 2px;
}

.date-picker header button.next {
  right: 2px;
}

.date-picker__calendar__outer {
  /*width: 250px;*/
}

.date-picker button.day.today {
  font-weight: bold;
  background-color: #f9f9f9
}

.date-picker button.day.selected,
.date-picker button.day.inrange {
  background-color: #f9f9f9;
  font-weight: bold;
}

.date-picker button.day.disabled[disabled] {
  color: #ccc;
  cursor: auto;
}

.date-picker button.day.disabled[disabled]:hover,
.date-picker button.day.disabled[disabled]:focus {
  background-color: #f9f9f9;
  color: #ccc;
}

.date-picker button.day.out {
  color: #ccc;
}

.date-picker .options {
  white-space: nowrap;
}

.date-picker.options .calendar {
  display: inline-block;
  vertical-align: top;
}

.date-picker.options {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

.date-picker .options button.option {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
body > .ember-view{ /* set  height 100% for the first div which holds '.content' */
	height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
figure {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
label {
  display: block;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
a,
a:active,
a:hover, button {
  outline: none;
}
img {
  border: none;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
input,
textarea {
  width: 100%;
}
button {
  overflow: visible;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
input,
textarea {
  border: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
.sales-report .filter-card .multi-search-sales {
    /*@replace: 374px*/width: 508px;
}

input[type=password] {
  font-family:sans-serif;
}
input[type=password]::-webkit-input-placeholder {
  font-family:'Open Sans Hebrew';
}
input[type=password]::-webkit-input-placeholder {
  font-family:'Open Sans Hebrew';
}
input[type=password]:-moz-placeholder {
  font-family:'Open Sans Hebrew';
}
input[type=password]::-moz-placeholder {
  font-family:'Open Sans Hebrew';
}
input[type=password]:-ms-input-placeholder {
  font-family:'Open Sans Hebrew';
}
.input-mail {
  /*@noflip*/text-align:left;
  /*@noflip*/direction:ltr;
}
.ltr {
  /*@noflip*/direction:ltr;
}
.input-mail::-webkit-input-placeholder { 
  text-align:right;
  direction:rtl;
}
.input-mail:-moz-placeholder { 
  text-align:right; 
  direction:rtl;
}
.input-mail::-moz-placeholder {
  text-align:right; 
  direction:rtl;
}
.input-mail:-ms-input-placeholder { 
  text-align:right; 
  direction:rtl;
}
.details-col-new {
  width:277px;
  margin-left: 23%;
}
.password-col {
  width:278px;
}
.resend-col {
  text-align: end;
}
.resend-col > button {
  margin-left: 25px;
}
.btn-pass {
  font-size:13px;
  padding:0;
  width:136px;
  height:30px;
}
.show-password {
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  left:9px;
}

.details-greeting {
  max-width:225px;
  display:inline-block;
}

.display-arrow {
  width:21px;
  height:19px;
  background-color: #faad31;
  border-radius:2px;
  display:inline-block;
  cursor:pointer;
  position:relative;

}
.display-arrow img {
    /*@replace: scaleX(-1)*/-moz-transform: scaleX(1);
    /*@replace: scaleX(-1)*/-o-transform: scaleX(1);
    /*@replace: scaleX(-1)*/-webkit-transform: scaleX(1);
    /*@replace: scaleX(-1)*/-ms-transform: scaleX(1);
    /*@replace: scaleX(-1)*/transform: scaleX(1);
    position:absolute;
    top:50%;
    /*@noflip*/left:50%;
    /*@noflip*/margin-left:-3.5px;
    margin-top:-6px;
}
.display-arrow-open img {
  /*@noflip*/margin-left:-6px;
    margin-top:-3.5px;
}
.hide-giftedd-inline {
  /*@replace: none*/display:inline;
}
.hide-giftedd-block {
  /*@replace: none*/display:block;
}
.db-giftedd {
  /*@replace: block*/display:none;
}
.dnone {
  display:none;
}
.db {
  display:block;
}
.date-picker-button.focus {
  outline:none;
  border-color:transparent;
  box-shadow:none;
}
.date-picker-button {
  box-shadow:none;
}
.input-with-inline-label .date-picker {
  vertical-align:top;
}

.hosited {
  transform:translateY(-8px);
}
.left-margin {
  margin-left:10px;
}
.btn-clear {
  border:none;
  background:none;
  text-decoration:underline;
  font-size:13px;
  color:#434343;
  text-align:center;
  padding:2px 0 3px;
}
.search-button.btn {
  margin-left:15px;
  width:82px;
  font-family: "Open Sans Hebrew", sans-serif;
  font-size:16px;
  padding:10px;
}
.add-button {
  font-size:35px;
}
.wrap {
    white-space:pre-line;
  word-break: break-all;
}
.full-name.hoverable-popup {
  background-color:rgba(0,0,0,0.7);
  position:absolute;
  font-size:11px;
  padding: 0em 1em 1em;
  top:-7px;
  display:none;
  color:white;
  white-space:pre-line;
  word-break: keep-all;
  word-wrap: break-word;
  width:100%;
  z-index:999;
}
.full-name.hoverable-popup:after {
    right: 50%;
    transform: translateX(50%);
}
.hover-full-name {
  display:block;
}
.hover-full-name:hover .full-name {
  display:block;
}
.break-words {
  white-space:pre-line;
}
.packageHeader {
  width:100%;
  max-height:48px;
  word-break: break-all;
  overflow:hidden;
}
.server-error {
  position:absolute;
  left:-20px;
  top: 0;
  /*@replace: translate(100%, -25%)*/transform:translate(-100%, -25%);
  color:black;
  background-color:#f7e4e6;
  display:inline-block;
  padding:20px 10px;
  border-radius:5px;
  font-size:12px;
}

.server-error::after {
  content:"";
   width: 0; 
  height: 0; 
 border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  
  /*@replace: none*/border-left: 15px solid #f7e4e6;
   /*@replace: 15px solid #f7e4e6*/border-right: none;
  position:absolute;
  right:0;
  top:50%;
  /*@replace: translate(-100%, -50%)*/transform: translate(100%, -50%);
}

.mobile-time .seprated-colon {
    height: 37px;
    width:2%;
    text-align:center;
    line-height: 39px;
    background-color: white;
    display: inline-block;
}
.right {
  float:right;
}
.left {
  float:left;
}
.unvisible {
  visibility: hidden;
}
.card-right {
  text-align:right;
}

.supplierName {
  position:absolute;
  right:0;
  top:0;
  width:250%;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
.create-package .preview-image {
  height:213px;
  background: #e3e3e4;
  border-radius: 10px;
  position:relative;
  margin-bottom:20px;
}
.create-package .preview-contatiner-name {
  padding-bottom:10px;
}
.create-package .preview-contatiner-name span {
  vertical-align: top;
}
.form-preview-layout .preview-contatiner-name span {
  padding-bottom:0;
}
.form-preview-layout .preview-contatiner-name span.preview-label {
  padding-bottom:0;
  transform: translateY(3px);
}
.create-package .package-name-preview {
      display: inline-block;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.create-package .preview-image img {
  max-width:100%;
  max-height:100%;
  position:absolute;
  top:50%;
  /*@noflip*/left:50%;
  transform: translate(-50%, -50%);
}
.card-inner-title + .row {
  margin-top:15px;
}
.package-edit-form .parsley-errors-list {
  color:#fd0000;
  font-size:13px;
  margin-top:3px;
}
.error-bottom7 .parsley-errors-list {
  position:absolute;
  bottom:-1px;
  color:#fd0000;
  right:0;
  font-size:12px;
  transform: translateY(100%);
  
}
.bottom-error {
  font-size:13px;
  bottom:-15px;
  right:0;
  position:absolute;
}
.images-error {
  font-size:12px;
  bottom:-1px;
  transform: translateY(100%);
  right:0;
  position:absolute;
}
.uploded-image {
  max-width:100%;
  max-height:100%;
}
.upload-image-label {
  width:100%;
  height:100%;
}
.center-text {
  text-align:center;
}
.des-two-lines {
  overflow:hidden;
  max-height:32px;
  word-break: break-all;
}

.supplier {
  transform: translateY(2px);
  display:inline-block;
  position:relative;
  width:50%;
  height:16px;
}

.minus-left {
  direction: ltr;
  display: inline-block;
}

.comment {
  white-space: pre-wrap;
  word-break: break-all;
}
.voucher-details-item .voucher-details-data.source {
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
.gift-title {
  max-width:80%;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}

.max-width1 {
  max-width:70px;
}
.max-width2 {
  max-width:70px;
}
.search-field {
  height:30px;
  line-height:30px;
}
.search-field::-webkit-input-placeholder {
   color: #434343;
   font-family: 'Open Sans Hebrew', sans-serif;
   font-size:13px;
   text-size-adjust:100%;
}
.search-field:-moz-placeholder {
   color: #434343;
   font-family: 'Open Sans Hebrew', sans-serif;
   font-size:13px;
}
 .search-field::-moz-placeholder {
   color: #434343;
   font-family: 'Open Sans Hebrew', sans-serif;
   font-size:13px;
} 
  .search-field:-ms-input-placeholder {
   color: #434343;
   font-family: 'Open Sans Hebrew', sans-serif;
   font-size:13px;
}

.half {
  width:50%;
}
.cut-title-cell {
  max-width:281px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.cut-text {
  display:block;
  width:100%;
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.not-shown {
  display:none;
}
.pointer {
  cursor:pointer;
}

.site-logo {
  max-width: 225px;
  max-height: 80px;
}



.account-logo{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 225px;
  padding: 10px;
}

.supplier-logo-mobile {
  max-width:80px;
  max-height:22px;
}
.blockUI {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:9999;
  display:none;
}
.error {
  color:#fd0000;
}

.login-page-form .error {
  margin-bottom: 25px;
}

.input-material.border-red {
    border-bottom: 1px solid #fd0000;
}
.spacer {
  margin-bottom:15px;
}
[class*="error-"] .parsley-errors-list {
    position:absolute;
    right:0;
    color:#fd0000;
    font-size:13px;
}
.error-bottom5 .parsley-errors-list {
    bottom:-13px;
  }
  .notifications-email.error-bottom6 .parsley-errors-list {
    bottom:-1px;
  }
.error-bottom4 .parsley-errors-list {
  bottom:-15px;
}
.error-bottom3 .parsley-errors-list {
  bottom:5px;
}
[class*="error-bottom2"] .parsley-errors-list {
  bottom:-14px;
  right:5px;
}
.error-bottom .parsley-errors-list {
  bottom:1px;
}
.error-top .parsley-errors-list {
  top:-14px;
}
.slick-slider {
  margin-bottom: 0;
}
select {
  border: none;
}
body {
  font-family: 'Open Sans Hebrew', sans-serif;
  font-size: 16px;
}

.page-title {
  font-size: 22px;
  font-weight: 200;
  position: relative;
  margin: 20px 0px 14px 0px;
}

.page-title .realization-title {
  margin: 30px 0px 20px 0px;
}

.page-title .user-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  /* identical to box height, or 135% */

  letter-spacing: -0.01em;

  /* Cool grey 05 */

  color: #4F5869;
}

.page-title > span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height, or 150% */

  color: #79849A;
}

.page-title .info{
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-top: 5px;
}

.page-title .btns{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.page-title .btns .btn{
  display: inline-block;
  margin-right: 5px;
}

.page-title .btns .btn .icon{
  font-size: 80%;
}

.mobile-actions {
  display: none;
}

.currency{
  /* @noflip */
  direction: ltr;
  display: inline-block;
}

@media only screen and (max-width: 680px){
  .page-title {
    width: 100%;
  }

  .page-title .btns{
    display: none;
  }

  .mobile-actions {
    display: block;
  }

  .bottom-save-button{
    text-align: center;
  }
}

.page-title--w-save-btn .page-title {
  display: inline-block;
  padding-top: 10px;
}
.page-title--w-save-btn .btn-save {
  float: left;
  padding: 10px 17px;
}

.gift-text {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.gift-text .gift-page-title,
.gift-text .gift-page-tagline,
.gift-text .gift-page-sl {
  margin: 0;
}
.gift-text .gift-page-title,
.gift-text .gift-page-tagline {
  color: #000;
}
.gift-text .gift-page-tagline,
.gift-text .gift-page-sl {
  line-height: 1.2;
}
.gift-text .gift-page-title {
  padding-bottom: 20px;
  font-size: 100px;
}
.gift-text .gift-page-sl {
  margin: 0 auto;
  color: #434343;
}
.gift-text--lg .gift-page-title {
  font-size: 30px;
}
.gift-text--lg .gift-page-tagline {
  padding-bottom: 30px;
  font-size: 18px;
}
.gift-text--lg .gift-page-sl {
  max-width: 380px;
  font-size: 13px;
}
.gift-text--md .gift-page-title {
  font-size: 24px;
}
.gift-text--md .gift-page-tagline {
  padding-bottom: 15px;
  font-size: 14px;
}
.gift-text--md .gift-page-sl {
  max-width: 360px;
  font-size: 11px;
}
.text-subtitle,
.title--sm {
  font-weight: bold;
}
.text-subtitle {
  margin: 0;
  font-size: 14px;
}
.title--sm {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
}
.title--xs {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row--with-lg-gutter {
  margin-right: -40px;
  margin-left: -40px;
}
.row--with-lg-gutter > .col {
  padding: 0 40px;
}
.row--with-common-gutter {
  margin-right: -20px;
  margin-left: -20px;
}
.row--with-common-gutter > .col {
  padding-right: 20px;
  padding-left: 20px;
}
.row--with-md-gutter {
  margin-right: -15px;
  margin-left: -15px;
}
.row--with-md-gutter > .col {
  padding: 0 15px;
}
.row--with-gutter {
  margin-right: -10px;
  margin-left: -10px;
}
.row--with-gutter > .col {
  padding: 0 10px;
}
.row--with-sm-gutter {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.row--with-sm-gutter > .col {
  padding: 0 7.5px;
}
.row--with-xs-gutter {
  margin-right: -5px;
  margin-left: -5px;
}
.row--with-xs-gutter > .col {
  padding: 0 5px;
}
@media screen and (max-width: 1250px) {
  .row--lg > .col {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .row--md > .col {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .row--sm > .col {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .row--xs > .col {
    float: none;
    width: 100%;
  }
  .half {
      width:100%;
  }
}
.col {
  float: right;
}
.col-1-2,
.col-3-6,
.col-2-4 {
  width: 50%;
}
.col-1-3,
.col-2-6,
.col-4-12 {
  width: 33.33333%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-1-4,
.col-3-12 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.col-1-5,
.col-2-10 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-4-5 {
  width: 80%;
}
.col-1-6,
.col-2-12 {
  width: 16.66666%;
}
.col-1-7 {
  width: 14.285%;
}
.col-2-7 {
  width: 28.57%;
}
.col-5-7 {
  width: 71.425%;
}
.col-1-10 {
  width: 10%;
}
.col-3-10 {
  width: 30%;
}
.col-7-10 {
  width: 70%;
}
.col-1-12 {
  width: 8.3333%;
}
.col-3-20 {
  width: 15%;
}
.col-7-20 {
  width: 35%;
}
.wrapper {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1110px;
}
.background-orange {
  background-color: #fef7eb;
}
.btn {
  background: none;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
  display: inline-block;
}

.more-info-modal .close-btn {
  padding: 13px 20px;
  gap: 10px;
  color: #FFFFFF;
  width: 116px;
  height: 40px;
  background: #FFA126;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}

.more-info-modal .data {
  display: inline-block;
  width: calc(100% - 10px);
  padding-bottom: 14px;

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #4F5869;
}

.btn-orange {
  padding: 6px 12px;
  background: #fab442;
  color: #2a2828;
}
.btn-orange:hover {
  background: #434343;
  color: #fab442;
}

.btn-text {
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  color: #FFA126;
  background: none;
  cursor: pointer;
}

.btn-text:hover {
  color: #f48d07;
}

.btn-theme-orange {
  padding: 6px 12px;
  background: #ffa126;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
}
.btn-theme-orange:hover {
  background: #f48d07;
  color: #ffffff;
}
.btn-blue {
  padding: 9px;
  background: #1a7b8f;
  color: #fff;
}
.btn-blue:hover {
  background: #147286;
}
.btn-blank {
  border-radius: 0;
  padding: 0;
}
.btn-ghost {
  padding: 7px;
  border: 1px solid #434343;
}
.btn-gray {
  padding: 0;
  border-radius: 0;
  height: 30px;
}
.btn--w-plus {
  font-size: 13px;
}
.btn--w-plus .icon-plus {
  margin-left: 6px;
  font-size: 10px;
}

.btn.large{
  font-size: 18px;
  padding: 10px 30px;
}

.circular-btn-icon {
  display: block;
  width: 100%;
  padding: 0;
  color: #16768a;
  text-align: center;
  cursor: pointer;
  outline: none;
}
.circular-btn-icon .icon-wrapper {
  position: relative;
  margin: 0 auto;
  border: 2px solid transparent;
  border-radius: 50%;
  font-size: 35px;
  background: #f8f9fb;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.circular-btn-icon .icon-wrapper:after {
  display: none;
  position: absolute;
  top: 1px;
  right: 2px;
  content: "\e904";
  border: 2px solid #fab442;
  border-radius: 50%;
  font-family: "icomoon";
  background: #fff;
  color: #fab442;
}
.circular-btn-icon .icon-wrapper--md {
  width: 70px;
  height: 70px;
  line-height: 65px;
}
.circular-btn-icon .icon-wrapper--lg {
  width: 110px;
  height: 110px;
  line-height: 110px;
}
.circular-btn-icon .btn-cancel {
  display: none;
  position: absolute;
  top: 1px;
  left: 2px;
  color: #fab442;
  cursor: pointer;
}
.circular-btn-icon .btn-cancel .icon {
  background: #fff;
}
.circular-btn-icon .icon-wrapper--md:after,
.circular-btn-icon .icon-wrapper--md .btn-cancel {
  width: 20px;
  height: 20px;
  line-height: 15px;
  font-size: 7px;
}
.circular-btn-icon .icon-wrapper--lg:after,
.circular-btn-icon .icon-wrapper--lg .btn-cancel {
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-size: 9px;
}
.circular-btn-icon .icon-wrapper--lg .btn-cancel {
  line-height: 20px;
  font-size: 23px;
}
.circular-btn-icon .icon-sms {
  position: relative;
  left: 5px;
}
.circular-btn-icon .tagline {
  display: block;
  padding-top: 13px;
  font-size: 12px;
}
.circular-btn-icon.active .icon-wrapper,
.circular-btn-icon:focus .icon-wrapper {
  border-color: #fab442;
}
.circular-btn-icon.active .icon-wrapper:after,
.circular-btn-icon:focus .icon-wrapper:after,
.circular-btn-icon.active .icon-wrapper .btn-cancel,
.circular-btn-icon:focus .icon-wrapper .btn-cancel {
  display: block;
}
.circular-btn-icon:hover .icon-wrapper {
  background: rgba(74,200,226,0.2);
}
.select-wrapper {
  position: relative;
}

.select-wrapper .input-primary {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}
.select-wrapper:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 17px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #434343;
}
.select-white {
  position: relative;
  height: 40px;
  padding-right: 10px;
  padding-left: 13px;
  background: #fff;
  border: 1px solid #e3e3e4;
  line-height: 38px;
}
select.input-primary {
  height: 40px;
}
select.input-primary--compact {
  height: 30px;
}
select.input-gray {
  height: 30px;
}

.input-primary,
.link-dialog .form-group input{
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 38px;
  height: 40px;
}
.input-primary:focus {
  border-color: #fab442;
}
.input-primary--compact {
  line-height: 28px;
  height: 30px;
}
.input-gray {
  padding: 0 7px;
  background: #f3f3f4;
  line-height: 30px;
  height: 30px;
}

.datepicker.gray{
  padding: 0;
  line-height: 30px;
  height: 30px;
}

.input-with-icon {
  display: table;
}
.input-with-icon .icon-wrapper,
.input-with-icon input,
.input-with-icon select,
.input-with-icon button {
  display: table-cell;
  vertical-align: middle;
}
.input-with-icon .icon-wrapper {
  width: 30px;
  background: #f3f3f4;
  text-align: center;
  border-left: 1px solid #ccc;
  font-size: 16px;
  line-height: 1;
}
.input-with-icon input,
.input-with-icon select,
.input-with-icon button {
  float: right;
}
.input-with-postfix .input-primary,
.input-with-postfix .postfix {
  float: right;
}
.input-with-postfix .input-primary {
  width: 80%;
}
.input-with-postfix .postfix {
  width: 20%;
  padding-right: 7px;
  line-height: 38px;
}
.input-w-label-wrapper label {
  display: block;
  float: right;
  width: 110px;
  height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #fab442;
  border-left: none;
  border-radius: 0 3px 3px 0;
  line-height: 38px;
}
.input-w-label-wrapper .input-primary {
  display: block;
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
  margin-right: 110px;
  border-color: #fab442;
  border-radius: 3px 0 0 3px;
  padding-top: 0;
  padding-bottom: 0;
}
.input-material {
  border-bottom: 1px solid #ccc;
}

.input-with-inline-label .inline-label {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-right: 5px;
  padding-left: 5px;
  background: #f3f3f4;
  border-left: 1px solid #ccc;
}
.input-with-inline-label .input-gray {
  display: inline-block;
  margin-right: -4px;
}
.input-with-infix {
  position: relative;
}
.input-with-infix .infix {
  position: absolute;
  top: 12px;
  left: 16px;
}
.input-primary-w-icon {
  display: table;
  width: 100%;
}
.input-primary-w-icon .icon-wrapper,
.input-primary-w-icon .input-primary {
  display: table-cell;
  vertical-align: middle;
}
.input-primary-w-icon .icon-wrapper {
  width: 45px;
  background: #ebebeb;
  text-align: center;
  border: 1px solid #fab442;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: none;
  line-height: 1;
}
.input-primary-w-icon .input-primary {
  float: right;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-marked-danger {
  border-color: #f34d27;
  background: #feebe7;
}
.input-marked-warning {
  border-color: #f8b03a;
  background: #fef3e2;
}
textarea.input-primary {
  padding-top: 5px;
  resize: none;
  font-size: 13px;
  line-height: 1.5;
  height: auto;
  -webkit-appearance: none;
}
.color-picker {
  max-width: 80px;
}
.color-picker .input-primary {
  height: 40px;
  line-height: 35px;
}
.color-picker-color {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
.color-picker .orange {
  background: #fab442;
}
.color-picker .white {
  border: 1px solid #bfb7b7;
}
.color-picker .black {
  background: #434343;
}
.form-group-primary {
  padding-bottom: 20px;
}

label .text,
.ui-rte-label,
.link-dialog .form-group label{
  padding-bottom: 5px;
  font-size: 13px;
  display: block;
}

.form-group--lg {
  padding-bottom: 40px;
}
.form-group--lg > label {
  padding-bottom: 14px;
}
.form-group--compact > label {
  padding-bottom: 5px;
  font-size: 11px;
}
.form-group--w-icon {
  position: relative;
}
.form-group--w-icon .icon {
  position: absolute;
  left: 10px;
  top: 27px;
  font-size: 24px;
}
.form-group--w-postfix {
  position: relative;
}
.form-group--w-postfix:after {
  position: absolute;
  left: 5px;
  top: 25px;
  content: "ש”ח";
  font-size: 11px;
}
.form-group-with-note .group-note {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  color: #767676;
}
.form-group-w-top-status {
  position: relative;
}
.form-group-w-top-status .status {
  position: absolute;
  left: 0;
  top: 0;
}
.form-group-w-bottom-status {
  position: relative;
}
.form-group-w-bottom-status .status {
  position: absolute;
  right: 0;
  bottom: 0;
}
.advanced-label .main-text {
  display: block;
  padding-bottom: 5px;
  color: #000;
}
.advanced-label .help-text {
  font-size: 12px;
  color: #767676;
}
.label-with-brackets {
  position: relative;
}
.brackets,
.brackets-content {
  padding: 2px 5px;
  background: #434343;
  color: #fff;
  font-size: 10px;
  border-radius: 2px;
}
.brackets-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
.brackets-wrapper:hover .brackets-content {
  opacity: 1;
  -webkit-transform: translateX(-100%) scale(1);
      -ms-transform: translateX(-100%) scale(1);
          transform: translateX(-100%) scale(1);
}
.brackets-content {
  position: absolute;
  left: -5px;
  top: -5px;
  -webkit-transform: translateX(-100%) scale(0);
      -ms-transform: translateX(-100%) scale(0);
          transform: translateX(-100%) scale(0);
  width: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 13px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.35s all cubic-bezier(0.8, 0.26, 0.38, 1.25);
  transition: 0.35s all cubic-bezier(0.8, 0.26, 0.38, 1.25);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
.brackets-content .db:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 1050px) {
  .brackets-wrapper:hover .brackets-content {
    -webkit-transform: translateY(-100%) scale(1);
        -ms-transform: translateY(-100%) scale(1);
            transform: translateY(-100%) scale(1);
  }
  .brackets-content {
    -webkit-transform: translateY(-100%) scale(0);
        -ms-transform: translateY(-100%) scale(0);
            transform: translateY(-100%) scale(0);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
.label--marked:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fab442;
}
.radio-box {
  display: none;
}
.filter-card-item.menu label,
.filter-card-item.menu label:before,
.filter-card-item .menu label, .radio-box + label, .radio-box + label:before {
  cursor: pointer;
}
.filter-card-item.menu label, .filter-card-item .menu label, .radio-box + label {
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
  text-align: center;
  background: #f8f9fb;
  color: #a2a2a2;
  line-height: 38px;
}
.filter-card-item.menu label.checked , .filter-card-item .menu label.checked, .radio-box:checked + label {
  background: #fab442;
  color: #fff;
  border-color: #fab442;
}
.filter-card-item.menu label, .filter-card-item .menu label {
  line-height: 38px;
  font-size: 12px;
}
.check-primary,
.check-plain,
.check-dot {
  display: none;
}
.check-primary + .check-primary-label:before,
.check-plain + .check-plain-label:before,
.check-dot + .check-dot-label:before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  background: #fff;
  color: #fff;
  text-align: center;
  font-family: 'icomoon';
  border: 1px solid #ccc;
  border-radius: 50%;
  line-height: 18px;
  border-radius: 50%;
}
.check-primary:checked + .check-primary-label:before,
.check-plain:checked + .check-plain-label:before,
.check-dot:checked + .check-dot-label:before {
  content: "\e904";
  font-size: 7px;
}
.check-primary + .check-primary-label:before {
  color: #fff;
  text-align: center;
  border: 1px solid #ccc;
}
.check-primary:checked + .check-primary-label:before {
  background: #fab442;
  border-color: transparent;
}
.check-plain + .check-plain-label:before {
  border: 1px solid #434343;
}
.check-plain:checked + .check-plain-label:before {
  color: #434343;
}
.check-primary.check-ghost + .check-primary-label:before {
  background: transparent;
}
.check-dot:checked + .check-dot-label:before {
  content: "";
  background: #fab442;
  box-shadow: inset 0 0 0 3px #fff;
}
.upload-img {
  position: relative;
  border: 1px solid;
  border-color: #ccc;
  border-radius: 3px;
}
.upload-img-inner {
  position: absolute;
  /*@noflip*/left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.upload-img-inner span {
  display: block;
}
.upload-img .icon {
  padding-bottom: 8px;
  font-size: 30px;
  text-align: center;
  color: #ccc;
}
.upload-img .img-size {
  font-size: 13px;
  color: #a2a2a2;
}
.card {
  position: relative;
  background: #fff;
  border: 1px solid #e3e3e4;
}

.card.with-padding{
  padding: 20px;
  margin-bottom: 20px;
}

.card.with-grid-padding{
  padding: 20px 10px;
  margin-bottom: 20px;
}

.card--fr:before {
  position: relative;
  width: 100%;
  padding-bottom: 58.5%;
  content: "";
  display: block;
}
.card--fr .card-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card-title {
  padding: 20px 25px;
  background: #f8f9fb;
  font-size: 13px;
}
.card-inner-title {
  padding-bottom: 30px;
  font-size: 15px;
}

.desktop-filters .card-inner-title{
  padding: 10px;
  margin-bottom: 10px;
}

.card-inner-title .icon {
  margin-left: 8px;
}
.card--align-middle .aligned-content,
.card .slider-control {
  position: absolute;
  top: 50%;
  bottom: auto;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card--align-middle .aligned-content {
  padding-top: 53px;
}
.card-tabs {
  text-align: center;
}
.card-tabs .active {
  color: #fab442;
}
.card-tabs .active .card-title {
  background: #fff;
}
.card-tabs .col-1-3:last-child {
  border-right: 1px solid #e3e3e4;
}
.card .slider-control {
  width: auto;
  font-size: 12px;
  z-index: 2;
}
.card .left {
  left: 20px;
}
.card .right {
  right: 20px;
}
.card-drag-btn {
  position: absolute;
  top: 10px;
  left: 14px;
  z-index: 1;
  cursor: default;
}
.card--dp {
  padding: 25px 20px 10px;
}
body, html {
  height:100%;
}
.card-overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 16px;
  background: #fff;
  text-align: center;
}
.card-overlay .card-inner-title {
  text-align: right;
}
.card-overlay.showing {
  display: block;
}
.card-overlay .btn-close {
  position: absolute;
  left: 16px;
  top: 20px;
  width: 25px;
  height: 25px;
  line-height: 15px;
  color: #fab442;
  font-size: 20px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.card-overlay .btn-close:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.card-overlay .btn-orange {
  padding: 10px 50px;
}
.card-overlay .input-primary {
  max-width: 250px;
}
@media screen and (max-width: 680px) {
  .card--fr:before {
    display: none;
  }
  .card--fr .card-content {
    position: relative;
  }
  .card--align-middle .aligned-content {
    position: static;
    padding-top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 440px) {
  .js--cut-height {
    height: 200px;
  }
}

.filter-card {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 13px;
}

.filter-card .filter {
  line-height: 40px;
}
.filter-card .summary {
  padding-top: 10px;
  padding-bottom: 25px;
}
.filter-card .summary-item {
  display: inline-block;
  margin-left: 45px;
}

.desktop-filters .filter-card-item{
  float: right;
  margin: 10px;
}

.filter-card input.input-gray {
  width: auto;
}
.filter-card .select-wrapper {
  width: 170px;
}
.filter-card .select-wrapper .input-gray {
  width: 100%;
}
.filter-card > .datepicker {
  margin-right:-4px;
  display:inline-block;
  width: 217px;
}

.filter-card > .datepicker {
  vertical-align: middle;
}

.filter-card > .datepicker .icon {
  margin: 0 20px;
  color: #767676;
  font-size: 10px;
}
.filter-card .complex-time-picker {
  display: inline-block;
  background: #f3f3f4;
}
.filter-card .complex-time-picker label,
.filter-card .complex-time-picker .input-gray {
  display: inline-block;
}
.filter-card .complex-time-picker .icon-arrow-left {
  margin-left: 10px;
}
/*.filter-card .time-picker {
  width: 55px;
}*/
.filter-card .time-picker .time,
.filter-card .time-picker .colon {
  display: inline-block;
  text-align: center;
}
.filter-card .time-picker .time {
  padding: 0;
  width: 20px;
}
.filter-card .time-picker .colon {
  width: 5px;
}
.filter-card .advanced-filter {
  padding-top: 25px;
}
.filter-card .advanced-filter-controls {
  padding-top: 20px;
}
.filter-card .advanced-filter-controls .btn-expand {
  font-size: 15px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.filter-card .advanced-filter-controls .btn-expand.active {
  color: #fff;
}
.filter-card .advanced-filter-controls .btn-expand.active .icon {
  /*@replace: rotateX(0deg)*/-webkit-transform: rotateX(180deg);
  /*@replace: rotate(0deg)*/-ms-transform: rotate(180deg);
  /*@replace: rotateX(0deg)*/transform: rotateX(180deg);
  transform-origin: center center;
  -ms-transform-origin: bottom center;
}
.filter-card .advanced-filter-controls .icon-chevron-down {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 9px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.filter-card .advanced-filter-controls .btn-remove {
  vertical-align: middle;
  margin-right: 15px;
  font-size: 7px;
}
.filter-card .advanced-filter-tag {
  display: inline-block;
  margin-right: 15px;
  padding: 5px;
  background: #ffedd1;
  font-size: 13px;
}
.filter-card .advanced-filter-col-title {
  margin-bottom: 10px;
  font-size: 14px;
}
.filter-card .advanced-filter .radios-group:last-child {
  padding-top: 15px;
}
.filter-card .advanced-filter .radios-group-title {
  display: block;
  padding-bottom: 7px;
}
.filter-card .advanced-filter .select-wrapper {
  width: 100%;
}
.filter-card .advanced-filter .select-wrapper .input-primary {
  font-size: 13px;
}
.filter-card .radios-group {
  padding-bottom: 10px;
}
.filter-card .radios-group .col:first-child .radio-box + label {
  border-left: none;
}
.filter-card .radios-group .col-1-3:last-child .radio-box + label {
  border-right: none;
}
.filter-card .status-radio-group {
  max-width: 200px;
}
.filter-card .opened-radio-group {
  max-width: 130px;
}
.filter-card .well {
  padding: 20px 13px 0;
  background: #f3f3f4;
  border: 1px solid #e3e3e4;
}
.filter-card .well-checkbox-wrapper {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
.filter-card .system-item {
  padding-right: 5px;
  margin-bottom: 5px;
}
.filter-card .btn-system {
  width: 100%;
  padding: 5px;
  font-size: 12px;
  text-align: right;
  border-radius: 0;
}
.filter-card .btn-system .icon {
  float: left;
  display: none;
  font-size: 10px;
}
.filter-card .btn-system.active {
  display: block;
  background: #fab442;
  color: #fff;
}
.filter-card .btn-system.active .icon {
  display: block;
}
.filter-card .input-primary {
  font-size: 16px;
}
.filter-card-actions {
  text-align: left;
}
.filter-card-actions .btn {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px 0;
  text-align: center;
  font-size: 10px;
}
.filter-card-actions .btn-text {
  display: block;
  padding-top: 5px;
}
.filter-card-actions .icon {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 1250px) {
  .filter-card .advanced-filter .row--with-md-gutter {
    margin-left: -10px;
    margin-right: -10px;
  }
  .filter-card .advanced-filter .row--with-md-gutter > .col {
    padding-right: 10px;
    padding-left: 10px;
  }
  .filter-card .well-checkbox-wrapper {
    font-size: 13px;
  }
}
@media screen and (max-width: 1050px) {
  .filter-card .summary-item {
    display: block;
    margin-left: 0;
    margin-bottom: 15px;
  }
  
  .desktop-filters .filter-card-item {
    display: block;
  }

  .filter-card .advanced-filter > .row > .col {
    margin-bottom: 15px;
  }

  .sales-report .filter-card-item {
    display: inline-block;
  }
}
@media screen and (max-width: 440px) {
  .filter-card .advanced-filter-tag {
    display: table;
    margin-right: 0;
    margin-top: 10px;
  }
}
.promo-item {
  position: relative;
  margin-bottom: 20px;
}
.promo-item a {
  position: relative;
}
.promo-item a:before {
  width: 100%;
  content: "";
  display: block;
  padding-bottom: 60%;
}
.promo-item-cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.promo-item .logo-wrapper {
  position: absolute;
  left: 13px;
  top: 22px;
  bottom: 65px;
  padding: 5px;
  width: 130px;
  border-radius: 5px;
  background: rgba(255,255,255,0.9);
}
.promo-item-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
}
.promo-item-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0 14px;
  background: rgba(255,255,255,0.9);
  line-height: 45px;
}
.promo-item--package .promo-item-caption {
  background: rgba(29,130,157,0.9);
  color: #fff;
}
.promo-item .price {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 440px) {
  .promo-item-cover {
    border-radius: 10px;
  }
  .promo-item-caption {
    background: -webkit-linear-gradient(transparent, #000);
    background: linear-gradient(transparent, #000);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

.hoverable {
  position: relative;
}


.responsive-table .open-icon {
  display: none;
  position: absolute;
  left: 8px;
  top: 20px;
  width: 18px;
  height: 18px;
  padding: 0;
  background: #1a7b8f;
  color: #fff;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
}
.responsive-table .open-icon.active {
  font-size: 30px;
  line-height: 7px;
  font-weight: bold;
}
.responsive-table .open-icon.active .icon-plus:before {
  content: "-";
}
.mobile-thead {
  display: none;
}
.mobile-th {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  color: #000;
}
.mobile-th:first-child {
  width: 37%;
  padding-right: 14px;
}
.col-with-icon .icon-wrapper,
.col-with-icon .text {
  display: inline-block;
}
.col-with-icon .icon-wrapper {
  float: right;
  margin-top: 15px;
  width: 30px;
  background: #1a7b8f;
  color: #fff;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}
.col-with-icon .icon-orange {
  background: #fab442;
}
.col-with-icon .icon-green {
  background: #4c9d10;
  font-size: 17px;
}
.col-with-icon .text {
  position: relative;
  top: 7px;
  padding-right: 20px;
  line-height: 1;
}
.col-with-icon .text .major-text,
.col-with-icon .text .minor-text {
  display: block;
}
.col-with-icon .text .minor-text {
  margin-top: 1px;
  color: #a2a2a2;
}

.mobile-actions .summary {
  padding-top: 20px;
  padding-bottom: 16px;
  text-align: center;
}
.mobile-actions .summary-item {
  display: inline-block;
  margin-left: 15px;
  font-size: 11px;
}
.mobile-actions .card {
  margin-bottom: 20px;
  padding: 15px 50px;
}

.mfo {
  background: #f3f3f4;
  font-size: 13px;
}
.mfo-wrapper {
  position: fixed;
  top: 61px;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
  z-index: 2;
}

.mfo-group {
  padding: 0 15px 25px;
}
.mfo-label {
  display: block;
  padding-bottom: 7px;
  font-size: 12px;
}
.mfo-list,
.mfo-inputs {
  border: 1px solid #e3e3e4;
  border-bottom: none;
}
.mfo-li,
.mfo-inputs .box-label,
.mfo-inputs .input-box {
  position: relative;
  padding-right: 10px;
  padding-left: 13px;
  background: #fff;
  border-bottom: 1px solid #e3e3e4;
  line-height: 38px;
}
.mfo-li-btn,
.mfo-inputs .box-label-btn,
.mfo-inputs .input-box-btn {
  display: block;
  width: 100%;
  padding: 0;
  text-align: right;
}
.mfo-li .icon-chevron-left,
.mfo-inputs .box-label .icon-chevron-left,
.mfo-inputs .input-box .icon-chevron-left {
  float: left;
}
.mfo-li .check-orange,
.mfo-inputs .box-label .check-orange,
.mfo-inputs .input-box .check-orange {
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 9px;
  color: #fab442;
}
.mfo-li .special-check-wrapper,
.mfo-inputs .box-label .special-check-wrapper,
.mfo-inputs .input-box .special-check-wrapper {
  float: left;
}
.mfo-li .special-check,
.mfo-inputs .box-label .special-check,
.mfo-inputs .input-box .special-check {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fab442;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  font-size: 10px;
}

.mfo-inputs .input-row:after {
  content: "";
  display: table;
  clear: both;
}
.mfo-inputs .box-label,
.mfo-inputs .input-box {
  float: right;
}
.mfo-inputs .box-label {
  padding-left: 0;
  width: 30%;
  border-left: 1px solid #e3e3e4;
}
.mfo-inputs .input-box {
  padding-top: 0;
  padding-bottom: 0;
  width: 70%;
  height: 39px;
}
.mfo-submit-wrapper {
  padding: 20px;
  background: #fff;
}
.mfo-submit-wrapper .btn {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}
.mfo-details-overlay {
  height: 100%;
}
.mfo-text-input {
  height: 40px;
  line-height: 38px;
  padding-right: 10px;
  border: 1px solid #e3e3e4;
}
.page-back-link {
  display: block;
  margin-top: 30px;
  font-size: 12px;
}

.page-back-link .icon {
  margin-left: 10px;
  /* @replace: rotate(180deg) */
  transform: none;
}

.file-chooser {
  position: relative;
  height: 160px;
  border: 1px solid #e3e3e4;
}
.file-chooser-prompt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.file-chooser .icon {
  display: block;
  font-size: 50px;
  color: #fab442;
}
.file-chooser .text {
  display: block;
  padding-top: 15px;
  font-size: 14px;
}
.preview-systems-card {
  padding: 60px 95px 40px;
}
@media screen and (max-width: 1050px) {
  .preview-systems-card {
    padding: 50px 15px 30px;
  }
  .preview-systems-card .row--with-md-gutter {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .preview-systems-card .row--with-md-gutter > .col {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
.preview-system-item {
  display: block;
  position: relative;
  margin-bottom: 35px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.preview-system-item:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 56%;
  border-radius: 5px;
}
.preview-system-item .gifts {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
}
.preview-system-item-text {
  position: absolute;
  right: 50%;
  bottom: 30%;
}
.preview-system-item .sending-type {
  color: #fff;
  font-size: 14px;
}
.preview-system-item .price {
  padding-top: 20px;
  font-size: 25px;
}
.preview-system-item .tagline {
  font-size: 20px;
}
.preview-system-item .inverse .sending-type {
  color: #0a323a;
  font-weight: 500;
}
.preview-system-item .inverse .price,
.preview-system-item .inverse .tagline {
  color: #fff;
}
.preview-system-item:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 1050px) {
  .preview-system-item {
    margin-bottom: 15px;
  }
  .preview-system-item-text {
    bottom: 20%;
  }
  .preview-system-item .sending-type {
    font-size: 13px;
  }
  .preview-system-item .price {
    font-size: 15px;
  }
  .preview-system-item .tagline {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .preview-system-item-text {
    padding-left: 15px;
    bottom: 10%;
  }
}
@media screen and (max-width: 440px) {
  .preview-system-item-text {
    bottom: 20%;
  }
}
.gift-preview {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 570px;
  border: 1px solid #e3e3e4;
  border-radius: 10px;
  background: #fff;
}
.gift-preview-content {
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 45px;
  max-width: 380px;
}
.gift-preview--w-receiver .gift-preview-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.gift-preview-img-wrapper {
  position: relative;
  padding-bottom: 62%;
  border-radius: 10px;
  overflow: hidden;
  background: #a2a2a2;
}
.gift-preview-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gift-preview-info {
  padding-top: 20px;
}
.gift-preview .title {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.gift-preview .tagline {
  margin: 0;
  max-width: 220px;
  font-size: 13px;
  line-height: 1.2;
}
.gift-preview .tdu {
  margin-right: 7px;
}
.gift-preview .col-3-10 {
  text-align: left;
}
.gift-preview .logo {
  max-width: 80px;
  width: 100%;
}
.gift-preview .receiver,
.gift-preview .greeting {
  color: #000;
}
.gift-preview .receiver {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: 100;
}
.gift-preview .receiver-name {
  font-weight: bold;
}
.gift-preview .greeting {
  margin-top: 0;
  padding-top: 13px;
  margin-bottom: 13px;
  line-height: 1.125;
}
@media screen and (max-width: 440px) {
  .gift-preview-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gift-preview .col-3-10 {
    padding-right: 10px;
  }
  .gift-preview .col-7-10 {
    padding-left: 10px;
  }
}
.btn-send-option {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  color: #393939;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transition: 0.5s border ease;
  transition: 0.5s border ease;
  text-align: center;
}
.btn-send-option:before {
  content: "";
  display: inline-block;
  margin-right: -3px;
  height: 100%;
  vertical-align: middle;
}
.btn-send-option-inner {
  display: inline-block;
  vertical-align: middle;
}
.btn-send-option .icon {
  display: block;
  font-size: 40px;
}
.btn-send-option .btn-text {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1;
}
.btn-send-option:hover {
  border-color: #b8b6b6;
}
.send-options-overlay {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background: #f3f3f4;
  -webkit-transition: 0.25s -webkit-transform ease;
  transition: 0.25s -webkit-transform ease;
  transition: 0.25s transform ease;
  transition: 0.25s transform ease, 0.25s -webkit-transform ease;
}
.send-options-overlay .overlay-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 430px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.send-options-overlay .input-primary {
  height: 40px;
}
.send-options-overlay .with-padding {
  padding-bottom: 14px;
}
.send-options-overlay .overlay-buttons {
  padding-top: 20px;
  text-align: center;
}
.send-options-overlay .overlay-buttons .btn:first-child {
  margin-left: 10px;
}
.send-options-overlay .btn {
  padding: 10px 30px;
}
.send-options-overlay p {
  margin: 0;
  padding-bottom: 25px;
}
.manual-send-inner .gift,
.packages-page .gift {
  display: block;
  position: relative;
  margin-bottom: 120px;
}
.manual-send-inner .gift:before,
.packages-page .gift:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 62%;
}
.manual-send-inner .gift-bg,
.packages-page .gift-bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.manual-send-inner .gift-overlay,
.packages-page .gift-overlay {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px 15px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  -webkit-transition: 0.25s opacity ease-in-out;
  transition: 0.25s opacity ease-in-out;
}
.manual-send-inner .gift-overlay .btn-orange,
.packages-page .gift-overlay .btn-orange {
  position: absolute;
  left: 50%;
  top: 50%;
  /*@replace: translate(50%, -50%); */-webkit-transform: translate(-50%, -50%);
  /*@replace: translate(50%, -50%); */-ms-transform: translate(-50%, -50%);
  /*@replace: translate(50%, -50%); */transform: translate(-50%, -50%);
  padding: 7px 20px;
  font-size: 16px;
}
.manual-send-inner .gift-overlay .btn-edit,
.packages-page .gift-overlay .btn-edit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 5px;
  background: #f8f9fb;
  color: #000;
  font-size: 20px;
}
.manual-send-inner .gift-overlay .btn-edit:hover,
.packages-page .gift-overlay .btn-edit:hover {
  background: #ccc;
}
.manual-send-inner .gift-text,
.packages-page .gift-text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  padding: 5px;
  background: #fff;
  color: #000;
  text-align: right;
  font-size: 15px;
  line-height: 1.2;
}
.manual-send-inner .gift-title,
.packages-page .gift-title,
.manual-send-inner .gift-price,
.packages-page .gift-price {
  display: inline-block;
}
.manual-send-inner .gift-price,
.packages-page .gift-price {
  float: left;
}
.manual-send-inner .gift-tagline,
.packages-page .gift-tagline {
  padding-top: 5px;
  max-width: 220px;
  font-size: 13px;
  color: #5b5b5b;
}
.manual-send-inner .gift .icon-link,
.packages-page .gift .icon-link {
  margin-right: 10px;
  padding: 3px;
  background: #434343;
  color: #fff;
  border-radius: 2px;
  font-size: 10px;
}
.manual-send-inner .gift--inactive .gift-bg,
.packages-page .gift--inactive .gift-bg {
  border: 5px solid #ccc;
}
.manual-send-inner .gift--inactive:after,
.packages-page .gift--inactive:after {
  /*@replace: inactive package*/content: "חבילה לא פעילה";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 7px 4px 6px;
  border-bottom-left-radius: 7px;
  background: #ccc;
  font-size: 12px;
}
.manual-send-inner .gift .status,
.packages-page .gift .status {
  margin-top: 10px;
}
.manual-send-inner .gift:hover .gift-overlay,
.packages-page .gifthover:hover .gift-overlay
 {
  opacity: 1;
}
@media screen and (max-width: 1250px) and (min-width: 1051px) {
  .manual-send-inner .gift-text,
  .packages-page .gift-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 1050px) {
  .manual-send-inner .gift,
  .packages-page .gift {
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;
  }
}
@media screen and (max-width: 680px) {
  .manual-send-inner .gift,
  .packages-page .gift {
    margin-bottom: 90px;
  }
  .manual-send-inner .gift-text,
  .packages-page .gift-text {
    font-size: 13px;
  }
  .manual-send-inner .gift .status-details-popup,
  .packages-page .gift .status-details-popup {
    right: 0;
  }
  .manual-send-inner .gift .status-details-popup:after,
  .packages-page .gift .status-details-popup:after {
    left: 70%;
  }
}

.status {
  position: relative;
  font-size: 13px;
}
.status:before {
  content: "•";
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
}
.status > span,
.status:before {
  vertical-align: middle;
}
.status-danger {
  color: #f34d27;
}
.status-warning {
  color: #f8b03a;
}
.status-details-indicator {
  text-decoration: underline;
}
.status-details-popup {
  display: none;
  position: absolute;
  right: -40px;
  top: -20px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 240px;
  padding: 16px 13px 13px;
  background: rgba(34,34,34,0.95);
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
}
.status-details-popup:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid rgba(34,34,34,0.95);
}
.status-details:hover .status-details-popup {
  display: block;
}

.bullet-list li:before {
  content: "•";
  display: inline-block;
  margin-left: 5px;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dit {
  display: inline-table;
}
.hidden {
  display: none;
}
.is-fetching {
  display:block;
}
.vam {
  vertical-align: middle;
}
.fluid {
  width: 100%;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.no-border {
  border: none;
}
.relative {
  position: relative;
}
.ov-h {
  overflow: hidden;
}
.visible--md {
  display: none;
}
.visible--sm--dib {
  display:none;
}
@media screen and (max-width: 1050px) {
  .visible--md {
    display: block;
  }
}
.visible--sm {
  display: none;
}
@media screen and (max-width: 680px) {
  .visible--sm {
    display: block;
  }
  .visible--sm--dib {
    display:inline-block;
  }
}
@media screen and (max-width: 680px) {
  .hidden--sm {
    display: none !important;
  }
}
@media screen and (min-width: 441px) {
  .visible--xs {
    display: none;
  }

}
@media screen and (max-width: 440px) {
  .visible--xs {
    display: block;
  }
  .details-col-new, .password-col {
    width:100%;
    margin:0;
  }
}
@media screen and (max-width: 440px) {
  .hidden--xs {
    display: none;
  }
}
.p-0 {
  padding: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.auto-width {
  width: auto;
}
.tdu {
  text-decoration: underline;
}
.modal {
  position: absolute;
  top: 20px;
  left: 15px;
  right: 15px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(26, 30, 37, 0.04), 0px 10px 20px rgba(26, 30, 37, 0.08);
  border-radius: 6px;
}
.modal-wrapper {
  display:none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  overflow-y: scroll;
  z-index: 999;
}
.modal-wrapper.visible {
  display: block;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.modal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 12px;
  z-index: 2;
}

.modal-title {
  border-radius: 6px;
}
.modal-title,
.modal-footer {
  padding: 20px;
  background: #f8f9fb;
  text-align: center;
  font-size: 13px;
}
.modal-title--absolute,
.modal-footer--absolute {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  background: none;
  color: #000;
  font-size: 15px;
}
.modal .modal-footer-link {
  text-decoration: underline;
}
@media screen and (min-width: 441px) {
  .modal {
    top: 10vh;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .modal--sm {
    width: 350px;
  }
  .modal--md {
    width: 430px;
  }
  .modal--sm,
  .modal--md {
    left: 50%;
    right: auto;
    /*@replace: translate(50%, 0)*/-webkit-transform: translate(-50%, 0);
    /*@replace: translate(50%, 0)*/-ms-transform: translate(-50%, 0);
    /*@replace: translate(50%, 0)*/transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 1051px) {
  .modal--xl {
    width: 770px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .modal--xxl {
    top: 15px;
    width: 1000px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 681px) {
  .modal--lg {
    width: 615px;
    /*@noflip*/left: 50%;
    /*@noflip*/right: auto;
      -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.modal-unit {
  display: none;
  -webkit-animation: none;
          animation: none;
  font-size: 15px;
}
.modal-unit.showing {
  display: block;
}
.modal-unit .modal-footer {
  padding: 15px 25px;
  border-top: 1px solid #ccc;
}
.modal-unit .modal-footer:after {
  content: "";
  display: table;
  clear: both;
}
.modal-unit .modal-footer .btn {
  padding: 10px 40px;
}
.modal-unit .modal-footer .btn span {
  vertical-align: top;
}
.modal-unit .modal-footer .icon {
  font-size: 10px;
}
.modal-unit .modal-footer .icon-chevron-right {
  margin-left: 10px;
}
.modal-unit .modal-footer .icon-chevron-left {
  margin-right: 10px;
}
@media screen and (max-width: 440px) {
  .modal-unit .modal-footer .btn {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

.resend-modal {
  position: absolute;
  /* @noflip */ left: 50%;
  top: 10vh;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  width: 530px;
  padding-bottom: 45px;
  background: #fff;
  text-align: center;
}
.resend-modal-send-options {
	width:463px;
	padding-bottom:40px;
}
.resend-modal-send-options > div > p {
  padding-left: 15px;
  padding-right: 15px;
}
.resend-modal-send-options .title--sm {
	font-size:18px;
	margin-top:42px;
	margin-bottom:7px;
	line-height:14px;
}
.resend-modal-send-options .subtitle {
	font-size:14px;
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:10px;
	margin-bottom: 19px;
}
.resend-modal-send-options .improved-overlay {
	background:white;
	padding:42px 21px 15px;
}
.resend-modal-send-options .improved-overlay-label {
	padding:0;
	font-size:18px;
	font-weight:bold;
	line-height:14px;
	margin-bottom:43px;
}
.resend-modal-send-options .improved-overlay .overlay-buttons {
	text-align:right;
	padding-top:27px;
}
.resend-modal-send-options .btn-theme {
	width:143px;
	height:34px;
	line-height:34px;
	padding:0;
}
.resend-modal .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.resend-modal-send-options .sms-buttons {
	padding-right:87px;
}
.resend-modal-send-options .mail-buttons {
	padding-right:38px;
}
.resend-modal-send-options .btn-close {
	z-index:2;
	
}
.resend-modal-send-options .btn-return {
	text-decoration: underline;
	font-size:14px;
}
.resend-modal-send-options .btn-preview {
	display:none;
	width:248px;
	height:38px;
	line-height:38px;
	padding:0;
	margin-top: 8px;
}
.resend-modal-send-options .parsley-errors-list {
	width:100%;
	text-align:center;
	right:0;
	left:auto;
	top:auto;
	bottom:0;
	transform: translateY(100%);
}

.voucher-details-edit-icon {
  margin-right: -17px;
  margin-left: 5px;
}

.voucher-details-edit-icon:hover {
  color: #fab442;
}

.voucher-details-edit-field {
  border: 1px solid;
  border-color: #fab442;
  border-radius: 3px;
}

.text-align-left {
  /*@noflip*/ text-align: left;
}

.details-content > div.ember-view {
  display: inline-block;
}

.btn-theme {
  background: #f7b336;
  color: #434343;
  font-weight: bold;
}
.btn-theme:hover {
  background: #e89909;
}
.input-theme {
  border: 1px solid #f7b336;
  border-radius: 3px;
}

.improved-overlay .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.improved-overlay .col-1-2 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.resend-modal .parsley-errors-list {
  position: absolute;
  left: 50%;

  bottom:0;
  transform: translate(-50%, 100%);
  color: red;
  font-size: 12px;
}

.resend-modal-send-options .parsley-errors-list {
	width:100%;
	text-align:center;
	right:0;
	left:auto;
	top:auto;
	bottom:0;
	transform: translateY(100%);
}

.resend .parsley-error {
  border:1px solid #fd0000;
}
.resend-modal-wrapper.visible {
  display: block;
}
.form-well-overlay,
.default-overlay,
.improved-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  text-align: center;
  transition: 0.25s transform ease;
}
.form-well-overlay.visible,
.default-overlay.visible,
.improved-overlay.visible {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
      z-index:1;
}
.resend-btn-send-option .icon {
  display: block;
  font-size: 40px;
  transition: 0.3s color ease;
}

.resend-btn-send-option:hover,
.resend-btn-send-option:hover .icon {
  color: #666;
}
.resend-btn-send-option {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  color: #393939;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transition: 0.5s border ease;
  transition: 0.5s border ease;
  text-align: center;
}
.resend-btn-send-option:before {
  content: "";
  display: inline-block;
  margin-right: -3px;
  height: 100%;
  vertical-align: middle;
}
.resend-btn-send-option-inner {
  display: inline-block;
  vertical-align: middle;
}
.resend-btn-send-option .btn-text {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 740px) {
  .resend-modal {
    width: auto;
    left: 15px;
    right: 15px;
    top: 15px;
    margin-bottom: 15px;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
	.resend-modal-send-options {
			width:auto;
			padding-bottom:22px;
	}
	.resend-modal-send-options .print {
		display:none;
	}
	.resend-modal-send-options .row--sm > .col-1-3 {
		width:50%;
		float:right;
	}
	.resend-modal-send-options .col-1-2 {
		width:100%;
		float:none;
	}
	.resend-modal-send-options .improved-overlay .col-1-2 {
		margin-bottom:22px;
	}
	.resend-modal-send-options .btn-close {
		font-size:12px;
	}

	.resend-modal-send-options .title--sm {
		margin-top:21px;
		font-size:15px;
	}
	.resend-modal-send-options .subtitle {
		font-size:12px;
		margin-bottom:11px;
	}
	.resend-modal-send-options .btn-preview {
		display:inline-block;

	}
	.resend-modal-send-options .improved-overlay {
		padding:20px 15px;
	}
	.resend-modal-send-options .improved-overlay-label {
		font-size:15px;
		line-height:11px;
	}
	.resend-modal-send-options .improved-overlay-label {
		margin-bottom:35px;
	}
	.resend-modal-send-options .sms-buttons,
	.resend-modal-send-options .mail-buttons {
		padding-right:0;
	}
 	.resend-modal-send-options .overlay-buttons .btn-theme {
 		float:left;
 	}
 	.resend-modal-send-options .improved-overlay .overlay-buttons {
 		padding-top:0;
 	}
 	.resend-modal-send-options .mail-overlay {
 		padding-top:44px;
 	}
 	.resend-modal-send-options .btn-return { 
 		transform:translateY(6px);
 	}
 	.resend-modal-send-options .mail-overlay .improved-overlay-label {
 		margin-bottom:36px;
 	}

 	.resend-modal-send-options .mail-overlay .input-theme {
 		margin-bottom:0;
 	}

 	.resend-modal-send-options .mail-overlay .input-label-wrapper {
 		margin-bottom: 20px;
 	}
}

.input-label-wrapper {
	position:relative;
}
.input-label {
	position:absolute;
	top:0;
	right:0;
	transform: translateY(-100%);
	font-size:12px;
}

.step-bar {
  height: 35px;
  padding-right: 20px;
  background: #434343;
  line-height: 35px;
}
.step-index {
  display: inline-block;
  position: relative;
  width: 30px;
  background: #ccc;
  font-size: 19px;
  text-align: center;
  font-weight: 500;
  vertical-align: bottom;
}
.step-index:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  border-top: 11px solid #ccc;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.step-index-active {
  background: #fab442;
  color: #fff;
}
.step-index-active:after {
  border-top-color: #fab442;
}
.step-text {
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
}
.step-text-active {
  color: #fab442;
}
@media screen and (max-width: 440px) {
  .step-bar {
    height: auto;
    min-height: 30px;
  }
}
.step-1-modal {
  margin: 0 auto;
  max-width: 370px;
  padding: 50px 15px;
}
.step-1-modal .file-fields {
  margin: 0;
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 12px;
}
.step-1-modal .check-plain-label {
  font-size: 14px;
}
.step-2-modal {
  margin: 0 auto;
  max-width: 530px;
  padding: 70px 15px 50px;
}
.step-2-modal .radios-label {
  margin-left: 10px;
  font-size: 14px;
}
.step-2-modal .send-type-radios {
  vertical-align: middle;
  display: inline-block;
  width: 130px;
  font-size: 13px;
}
.step-2-modal .select-wrapper {
  font-size: 14px;
}
.step-2-modal .budget-balance {
  margin-top: 40px;
  border: 1px solid #e3e3e4;
  text-align: center;
}
.step-2-modal .budget-balance .col {
  padding: 35px 15px;
}
.step-2-modal .budget-balance .col:last-child {
  border-right: 1px solid #e3e3e4;
}
.step-2-modal .balance-heading {
  padding-bottom: 20px;
  font-size: 12px;
}
.step-2-modal .balance {
  font-size: 18px;
}
@media screen and (max-width: 680px) and (min-width: 441px) {
  .step-2-modal .top-row > .col:first-child {
    width: 60%;
  }
  .step-2-modal .top-row > .col:last-child {
    width: 40%;
  }
}
@media screen and (max-width: 440px) {
  .step-2-modal .radios-wrapper {
    margin-bottom: 10px;
  }
}
.step-3-modal {
  margin: 0 auto;
  max-width: 600px;
  padding: 40px 15px 30px;
}
.step-3-modal .sending-term {
  display: inline-block;
  margin-left: 25px;
  font-size: 13px;
}
.step-3-modal .sending-term-title {
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 13px;
}
.step-3-modal .send-later {
  padding-top: 10px;
}
.step-3-modal .select-wrapper {
  display: inline-block;
  margin-left: 10px;
  width: 110px;
}
@media screen and (max-width: 680px) {
  .step-3-modal .row--with-lg-gutter {
    margin-left: -20px;
    margin-right: -20px;
  }
  .step-3-modal .row--with-lg-gutter > .col {
    padding-right: 20px;
    padding-left: 20px;
  }
  .step-3-modal .sending-term {
    margin-left: 15px;
  }
  .step-3-modal .select-wrapper {
    display: block;
    margin-bottom: 10px;
  }
}
.step-4-modal {
  position: relative;
}
.step-4-modal .confirmation {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 680px) {
  .step-4-modal .confirmation {
    top: 15px;
  }
}
@media screen and (max-width: 440px) {
  .step-4-modal .confirmation {
    font-size: 17px;
  }
}
.settings-success-modal {
  padding: 30px 15px 35px;
  text-align: center;
}
.settings-success-modal .check-wrapper {
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 70px;
  border: 6px solid #fab442;
  border-radius: 50%;
  text-align: center;
  font-size: 35px;
  color: #fab442;
}
.settings-success-modal p {
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 20px;
  max-width: 225px;
  line-height: 1.25;
}
.settings-success-modal .btn {
  padding: 10px 40px;
}
.quick-send-modal {
  margin: 0 auto;
  max-width: 330px;
  padding: 25px 15px 30px;
  text-align: center;
  font-size: 15px;
}
.quick-send-modal p {
  margin: 25px auto 20px;
  line-height: 1.2;
}
.quick-send-modal p .icon {
  margin-right: 5px;
  font-size: 9px;
}
.quick-send-modal p,
.quick-send-modal .select-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 220px;
}
.quick-send-modal .toggle-details {
  margin-right: 13px;
  text-decoration: underline;
  font-size: 13px;
}
.quick-send-modal .icon {
  display: inline-block;
  -webkit-transition: 0.5s -webkit-transform ease;
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease;
  transition: 0.5s transform ease, 0.5s -webkit-transform ease;
}
.quick-send-modal .active {
  /*@replace: rotateX(0deg)*/-webkit-transform: rotateX(180deg);
  /*@replace: rotate(0deg)*/-ms-transform: rotate(180deg);
  /*@replace: rotateX(0deg)*/transform: rotateX(180deg);
  -ms-transform-origin: bottom center;
  transform-origin: center center;
}
.quick-send-modal .details {
  text-align: right;
  background: #f8f9fb;
  border: 1px solid #e3e3e4;
}
.quick-send-modal .details .price,
.quick-send-modal .details-item-title {
  display: block;
  padding: 12px 12px 10px 20px;
}
.quick-send-modal .details .price {
  border-left: 1px solid #e3e3e4;
}
.quick-send-modal .details .price-postfix {
  margin-right: 10px;
  font-size: 12px;
}
.quick-send-modal .details-item-title {
  padding-left: 0;
  font-size: 13px;
}
.quick-send-modal hr {
  margin-bottom: 20px;
  border: none;
  background: #e3e3e4;
  height: 1px;
}
.quick-send-modal .btn-purchase {
  padding: 10px 35px;
}
.quick-send-confirmation-modal {
  padding: 15px 15px 30px;
  text-align: center;
}
.quick-send-confirmation-modal p {
  margin: 0;
}
.quick-send-confirmation-modal p:nth-child(2) {
  padding-top: 10px;
  padding-bottom: 30px;
}
.quick-send-confirmation-modal .btn-confirm {
  display: block;
  margin: 25px auto 0;
  padding: 10px 40px;
}
.voucher-confirmation img {
  width: 100%;
}
.voucher-confirmation .btn-ok {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.saved-package-modal {
  padding: 30px 15px;
  text-align: center;
}
.saved-package-modal .saved-text {
  margin: 20px auto 15px;
  max-width: 220px;
  line-height: 1.4;
}
.saved-package-modal .btn-orange {
  padding: 8px 40px;
}
.redemption-modal {
  padding: 30px 15px 35px;
  text-align: center;
  font-size: 15px;
}
.redemption-modal p {
  margin: 0;
  padding: 20px 0 25px;
  line-height: 1.4;
}
.redemption-modal .btn-orange {
  padding: 10px 60px;
}
.redemption-modal .details {
  text-align: right;
  background: #f8f9fb;
  border: 1px solid #e3e3e4;
}
.redemption-modal .details .price,
.redemption-modal .details-item-title {
  display: block;
  padding: 12px 8px 10px 0;
}
.redemption-modal .details .price {
  border-left: 1px solid #e3e3e4;
}
.redemption-modal .details .price-number {
  display: inline-block;
  width: 50px;
}
.redemption-modal .details .price-postfix {
  font-size: 12px;
}
.redemption-modal .details-item-title {
  padding-left: 0;
  font-size: 13px;
}
.redemption-modal hr {
  margin-bottom: 20px;
  border: none;
  background: #e3e3e4;
  height: 1px;
}

.redemption-modal .form-group {
  margin: 0 auto;
  max-width: 220px;
  text-align: right;
}

.redemption-modal .input-with-infix{
    text-align: right;
    margin: 0 auto 40px auto;
    max-width: 220px;
}

.redemption-modal .details {
  margin-top: 10px;
  margin-bottom: 25px;
}
.partial-redemption {
  margin: 0 auto;
  max-width: 320px;
}
.partial-redemption p {
  padding-top: 5px;
  padding-bottom: 5px;
}
.redemption-success-modal {
  padding: 15px 15px 35px;
  text-align: center;
}
.redemption-success-modal .success-text {
  margin: 0;
  padding-bottom: 35px;
}
.redemption-success-modal .btn {
  display: block;
  margin: 45px auto 0;
  padding: 10px 40px;
}
.more-info-modal {
  padding: 30px;
  text-align: right;
}
.more-info-modal div.smallPrint {
  padding-bottom: 30px;
  max-width: 320px;

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  color: #79849A;
}

.more-info-modal .close-more-info-button {
  text-align: center;
}

.more-info-modal .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height, or 139% */

  text-align: right;

  /* Cool grey 05 - chulk */

  color: #4F5869;
  padding-bottom: 4px;
}

.more-info-modal .sub-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #4F5869;
  padding-bottom: 8px;
}

.more-info-modal .smallPrint .sub-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height, or 150% */

  text-align: right;

  /* Cool grey 05 - chulk */

  color: #4F5869;
}

.more-info-modal p {
  margin:0;
}
.more-info-modal .btn {
  padding: 6px 20px;
}
.info-modal {
  padding: 20px 15px;
  font-size: 13px;
  line-height: 1.4;
}
@-webkit-keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(0) translate(-50%, 0);
            transform: scale(0) translate(-50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, 0);
            transform: scale(1) translate(-50%, 0);
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(0) translate(-50%, 0);
            transform: scale(0) translate(-50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, 0);
            transform: scale(1) translate(-50%, 0);
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: transalteX(0);
            transform: transalteX(0);
  }
}
@keyframes slide {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: transalteX(0);
            transform: transalteX(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("../../../../static/supplier/fonts/icomoon.eot?coe256");
  src: url("../../../../static/supplier/fonts/icomoon.eot?coe256#iefix") format('embedded-opentype'), url("../../../../static/supplier/fonts/icomoon.ttf?coe256") format('truetype'), url("../../../../static/supplier/fonts/icomoon.woff?coe256") format('woff'), url("../../../../static/supplier/fonts/icomoon.svg?coe256#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scaleX(1);
  -ms-transform: scaleX(1);
}
.icon-i:before {
  content: "\e948";
}

.card-inner-title .icon-combined-vouchers {
  position:relative;
  margin-left:40px;
}
.icon-combined-vouchers .path1:before {
  content: "\e93c";
  color: #434343;
  position:absolute;
  /*@replace: -23px*/right:-6px;
  top:0;
  z-index:1;
}
.icon-combined-vouchers .path2:before {
  content: "\e93d";

  color: #fff;
  position:absolute;
  right:0;
  top:0;
  z-index:2;
}
.icon-combined-vouchers .path3:before {
  content: "\e93e";

  color: #434343;
  position:absolute;
  right:0;
  top:0;
  z-index:3;
}
.card-inner-title .icon-giftcard {
  position:relative;
  margin-left:40px;
  /*@replace: 0*/right:25px;
}
.icon-giftcard .path1:before {
  content: "\e93f";
  color: #434343;
  position:absolute;
  /*@noflip*/left:0;
  top:0;
  z-index:1;
}
.icon-giftcard .path2:before {
  content: "\e940";
  /*margin-left: -1.529296875em;*/
  color: #fff;
  position:absolute;
  /*@noflip*/left:0;
  top:0;
  z-index:2;
}
.icon-chat-bubble:before {
  content: "\e941";
}
.icon-open-sign:before {
  content: "\e942";
}
.icon-pen:before {
  content: "\e943";
}
.icon-screen:before {
  content: "\e944";
}
.icon-pie-chart:before {
  content: "\e945";
}
.icon-store-front:before {
  content: "\e946";
}
.icon-user-clean:before {
  content: "\e947";
}
.icon-globe:before {
  content: "\e93b";
}
.icon-location:before {
  content: "\e939";
}
.icon-facebook:before {
  content: "\e93a";
}
.icon-envelope-2:before {
  content: "\e936";
}
.icon-print:before {
  content: "\e937";
}
.icon-sms:before {
  content: "\e938";
}
.icon-credit-card:before {
  content: "\e935";
}
.icon-trash:before {
  content: "\e933";
}
.icon-arrow-left:before {
  content: "\e900";
}
.icon-arrow-up-o:before {
  content: "\e901";
}
.icon-auto-send:before {
  content: "\e902";
}
.icon-calendar:before {
  content: "\e903";
}
.icon-check:before {
  content: "\e904";
}
.icon-chevron-down:before {
  content: "\e905";
}
.icon-chevron-left-o:before {
  content: "\e906";
}
.icon-chevron-right:before {
  content: "\e934";
}
.icon-chevron-left:before {
  content: "\e907";
}
.icon-chevron-right-o:before {
  content: "\e908";
}
.icon-chevron-up:before {
  content: "\e909";
}
.icon-controls:before {
  content: "\e90a";
}
.icon-diamond:before {
  content: "\e90b";
}
.icon-envelope:before {
  content: "\e90c";
}
.icon-export:before {
  content: "\e90d";
}
.icon-gear:before {
  content: "\e90e";
}
.icon-gears:before {
  content: "\e90f";
}
.icon-gift:before {
  content: "\e910";
}
.icon-hamburger:before {
  content: "\e911";
}
.icon-heart:before {
  content: "\e912";
}
.icon-img:before {
  content: "\e913";
}
.icon-import:before {
  content: "\e914";
}
.icon-key:before {
  content: "\e915";
}
.icon-keynote:before {
  content: "\e916";
}
.icon-link:before {
  content: "\e917";
}
.icon-lock-simple:before {
  content: "\e918";
}
.icon-lock:before {
  content: "\e919";
}
.icon-manager:before {
  content: "\e91a";
}
.icon-measure:before {
  content: "\e91b";
}
.icon-minus:before {
  content: "\e91c";
}
.icon-move:before {
  content: "\e91d";
}
.icon-multiple-gifts .path1:before {
  content: "\e91e";
  color: #fff;
}
.icon-multiple-gifts .path2:before {
  content: "\e91f";
  margin-left: -1em;
  color: #fff;
}
.icon-multiple-gifts .path3:before {
  content: "\e920";
  margin-left: -1em;
  color: #464647;
}
.icon-multiple-gifts .path4:before {
  content: "\e921";
  margin-left: -1em;
  color: #464647;
}
.icon-multiple-gifts .path5:before {
  content: "\e922";
  margin-left: -1em;
  color: #fff;
}
.icon-multiple-gifts .path6:before {
  content: "\e923";
  margin-left: -1em;
  color: #fff;
}
.icon-multiple-gifts .path7:before {
  content: "\e924";
  margin-left: -1em;
  color: #464647;
}
.icon-paint:before {
  content: "\e925";
}
.icon-paper-plane:before {
  content: "\e926";
}
.icon-phone:before {
  content: "\e927";
}
.icon-plus:before {
  content: "\e928";
}
.icon-pointer-hand:before {
  content: "\e929";
}
.icon-question-o:before {
  content: "\e92a";
}
.icon-search:before {
  content: "\e92b";
}
.icon-sliders:before {
  content: "\e92c";
}
.icon-smile:before {
  content: "\e92d";
}
.icon-switch-off:before {
  content: "\e92e";
}
.icon-t:before {
  content: "\e92f";
}
.icon-times-o:before {
  content: "\e930";
}
.icon-times:before {
  content: "\e931";
}
.icon-user:before {
  content: "\e932";
}
.icon-plus-circle {
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  padding-right: 1px;
  background: #434343;
  color: #fff;
  border-radius: 50%;
  font-size: 8px;
  line-height: 15px;
}
.icon-plus-o {
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #434343;
  color: #434343;
  border-radius: 50%;
  font-size: 8px;
  line-height: 17px;
  text-align: center;
}
.icon-shekel:before {
  /*@replace: "$"*/content: "₪";
  padding: 2px 10px;
  border-radius: 2px;
  background: #434343;
  color: #fff;
}

.browser-support {
  height: 100%;
  background-color: #f3f3f4;
  color: #000;
}
.browser-support-header {
  padding: 30px 15px;
  background-color: #fff;
  text-align: center;
  border-bottom: 2px solid #e3e3e4;
}
.browser-support-text {
  width: 45%;
  padding-left: 10px;
}
.browser-support-text,
.browser-support-img {
  float: right;
}
.browser-support-wrapper {
  margin: 0 auto;
  width: 900px;
  min-height: 0;
  padding: 35px 0 150px;
}
.browser-support h1,
.browser-support p {
  margin: 0;
  padding: 0;
}
.browser-support h1 {
  font-size: 50px;
}
.browser-support p {
  font-size: 22px;
}
.browser-support .suggested-browser {
  display: inline-block;
  padding-top: 20px;
  margin-left: 30px;
  color: #000;
}
.browser-support .suggested-browser-text {
  display: block;
  padding-top: 8px;
  font-size: 14px;
  text-decoration: underline !important;
}
.browser-support-footer {
  margin: 0 auto;
  width: 350px;
  padding-top: 10px;
  padding-bottom: 80px;
  border-top: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
}
.gift-details-page {
  padding-top: 30px;
  padding-bottom: 100px;
}
.gift-details-page .form-col .card {
  margin-bottom: 20px;
  padding: 20px 16px;
  overflow: hidden;
}
.gift-details-page .details-card {
  padding-top: 25px;
  padding-bottom: 20px;
  border-width: 5px;
  border-style: solid;
}
.gift-details-page header,
.gift-details-page .preview {
  padding-right: 40px;
  padding-left: 40px;
}
.gift-details-page .details--gift {
  border-color: #e3e3e4;
}
.gift-details-page .details--link {
  border-color: #fab442;
}
.gift-details-page .details-header {
  padding-top: 15px;
  padding-bottom: 20px;
}
.gift-details-page .details-title,
.gift-details-page .details-price {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  -webkit-font-smoothing: initial;
}
.gift-details-page .details-title {
  float: right;
}
.gift-details-page .details-price {
  float: left;
}
.gift-details-page .details-tagline {
  margin-top: 10px;
  margin-bottom: 0;
  max-width: 220px;
  font-size: 13px;
  color: #5b5b5b;
}
.gift-details-page .slider-wrapper {
  padding-right: 40px;
  padding-left: 40px;
}
.gift-details-page .gift-image-slider .slide {
  width: 100%;
  border-radius: 5px;
}
.gift-details-page .multilink-header {
  padding-bottom: 50px;
}
.gift-details-page .multilink-header .header-text {
  padding-top: 15px;
}
.gift-details-page .preview {
  padding-top: 35px;
}
.gift-details-page .preview-row {
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.gift-details-page .preview-box {
  height: 60px;
}
.gift-details-page .preview-label,
.gift-details-page .preview-content {
  display: inline-block;
}
.gift-details-page .preview-label {
  width: 45px;
  font-size: 12px;
}
.gift-details-page .preview-content {
  font-size: 15px;
}
.gift-details-page .preview-date {
  font-size: 12px;
}
.gift-details-page .btn-send {
  padding: 10px 50px;
  font-size: 15px;
  font-weight: 600;
}
.gift-details-page .btn-send .icon {
  font-size: 10px;
  margin-right: 8px;
}
@media screen and (max-width: 1250px) and (min-width: 1051px) {
  .gift-details-page .details-title {
    max-width: 150px;
  }
}
@media screen and (max-width: 1050px) {
  .gift-details-page .btn-send {
    margin-top: 15px;
  }
}
@media screen and (max-width: 440px) {
  .gift-details-page .preview {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gift-details-page .details-title {
    max-width: 100px;
  }
  .gift-details-page .btn-send {
    width: 100%;
  }
  .gift-details-page .send-options .col-1-3 {
    padding-bottom: 10px;
  }
}

.sent-table,
.sales-table {
  font-size: 13px;
}
.sent-table tr,
.sales-table tr {
  border-bottom: 1px dotted #e3e3e4;
}
.sent-table tr:hover,
.sales-table tr:hover {
  background: #fef3e2;
}
.sent-table td,
.sales-table td {
  position: relative;
  padding: 16px 10px 16px 0;
}
.sent-table .col-a {
  width: 48%;
}
.sent-table .col-b {
  width: 35%;
}
.sent-table .col-c {
  width: 17%;
}
.sales-table .col-a {
  width: 48%;
}
.sales-table .col-b {
  width: 24%;
}
.sales-table .col-c {
  width: 72%;
}
.promo-items-card .slider {
  padding-top: 40px;
  padding-bottom: 20px;
}
.promo-items-card .promo-item {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 1250px) {
  .sending-system-item-content {
    padding-bottom: 20px;
  }
  .sent-card .card-content,
  .sales-card .card-content {
    overflow-y: scroll;
  }
  .promo-items-card .promo-item {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}

@media screen and (max-width: 440px) {
  .promo-items-card .slider {
    padding-right: 30px;
    padding-left: 30px;
  }
  .sent-table .col-a {
    width: 35%;
  }
  .sent-table .col-c {
    width: 24%;
  }
  .sent-table .col-c span:last-child {
    position: relative;
    top: 3px;
  }
  .mobile-db {
    display: block;
  }
}
.login-body {
  background: #f3f3f4;
}
.login-page {
  position: relative;
  padding-bottom: 20vh;
}
.login-page:after {
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30vh;
  max-height: 305px;
  background: url("../../../../static/supplier/images/presents-footer.png") center center;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.login-page-inner {
  position: relative;
  margin: 0 auto;
  padding-top: 65px;
  max-width: 350px;
}
.login-page-title,
.login-page-tagline,
.login-page-support {
  text-align: center;
  color: #000;
}
.login-page-title {
  font-size: 30px;
}
.login-page-tagline {
  margin: 0;
  padding-top: 15px;
  font-weight: 100;
}
.login-page-form {
  padding: 35px 35px 0;
}
.login-page .input-primary-w-icon {
  padding-bottom: 15px;
}
.login-page .icon-wrapper {
  font-size: 20px;
}
.login-page .input-primary {
  border-color: #fab442;
  font-size: 14px;
}
.login-page .input-with-info {
  position: relative;
}
.login-page .icon-i,
.login-page .extra-info {
  position: absolute;
  color: #fff;
  background: #8e8e8e;
}
.login-page .icon-i {
  left: -20px;
  top: -webkit-calc(50% - 15px);
  top: calc(50% - 15px);
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  font-size: 9px;
}
.login-page .extra-info {
  left: -35px;
  top: 0;
  -webkit-transform: translate(-100%, -40%);
      -ms-transform: translate(-100%, -40%);
          transform: translate(-100%, -40%);
  width: 225px;
  padding: 15px 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0;
  -webkit-transition: 0.4s opacity ease;
  transition: 0.4s opacity ease;
  pointer-events: none;
}
.login-page .extra-info:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 40%;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #8e8e8e;
}
.login-page .icon-i:hover + .extra-info {
  opacity: 1;
  pointer-events: initial;
}
.login-page .submit {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
}
.login-page .form-row {
  padding-bottom: 45px;
  font-size: 14px;
}
.login-page .check-plain + .check-plain-label:before {
  background: transparent;
}
.login-page .forgot {
  font-size: 12px;
  text-decoration: underline;
}
.login-page-support {
  margin: 0;
  padding-top: 15px;
  border-top: 1px solid #ccc;
  font-size: 14px;
}
.login-page .back-link {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 13px;
}
.login-page .back-link .tdu {
  margin-right: 5px;
}
.login-page .password-success {
  text-align: center;
}
.login-page .password-success .password-sent-text {
  margin-top: 0;
  margin-bottom: 20px;
}
.login-page .password-success .btn {
  margin: 30px auto 50px;
  max-width: 280px;
}
@media screen and (min-width: 1051px) and (max-height: 710px) {
  .login-page:after {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .login-page {
    padding-bottom: 30vh;
  }
  .login-page:after {
    position: absolute;
  }
  .login-page .extra-info {
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-30%, 100%);
        -ms-transform: translate(-30%, 100%);
            transform: translate(-30%, 100%);
  }
  .login-page .extra-info:after {
    right: auto;
    left: 20%;
    top: -12px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #8e8e8e;
  }
}
@media screen and (max-width: 440px) {
  .login-page .extra-info {
    bottom: auto;
    top: -20px;
    -webkit-transform: translate(-25px, -100%);
        -ms-transform: translate(-25px, -100%);
            transform: translate(-25px, -100%);
  }
  .login-page .extra-info:after {
    left: 7px;
    top: auto;
    bottom: -14px;
    /*@replace: rotateX(0deg)*/-webkit-transform: rotateX(180deg);
    /*@replace: rotate(0deg)*/-ms-transform: rotate(180deg);
    /*@replace: rotateX(0deg)*/transform: rotateX(180deg);
    transform-origin: center center;
    -ms-transform-origin: bottom center;
  }
  .login-page-support {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1.2;
  }
}
.manual-send-inner {
  padding-top: 25px;
  padding-bottom: 130px;
}
.manual-send-inner .filter-card {
  padding-top: 10px;
  padding-bottom: 10px;
}
.manual-send-inner .filter-card-item {
  display: inline-table;
}
.manual-send-inner .filter-card .icon-multiple-gifts {
  position: relative;
  top: -15px;
  margin-bottom: -24px;
  font-size: 50px;
}
.manual-send-inner .mobile-filter {
  font-size: 13px;
}
@media screen and (max-width: 1250px) {
  .manual-send-inner .filter-card-item {
    font-size: 12px;
  }
}
@media screen and (max-width: 1050px) {
  .manual-send-inner .filter-card {
    text-align: center;
  }
  .manual-send-inner .filter-card .filter {
    line-height: 1.5;
  }
  .manual-send-inner .filter-card-actions {
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .manual-send-inner {
    padding-bottom: 30px;
  }
  .manual-send-inner .filter-card-item {
    display: table;
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .manual-send-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .manual-send-inner .mfo-group {
    padding-bottom: 15px;
  }
  .manual-send-inner .filter-card {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.ms-gift-list {
  margin-top: 15px;
  padding: 40px 25px 0;
}
@media screen and (max-width: 440px) {
  .ms-gift-list {
    padding: 20px 15px;
  }
}
.form-preview-layout {
  padding-top: 30px;
  padding-bottom: 30px;
}
.form-preview-layout .card {
  margin-bottom: 25px;
  font-size: 15px;
}
.form-preview-layout .card:first-child {
  padding-bottom: 0;
}
.form-preview-layout .card:first-child .form-group {
  padding-bottom: 40px;
}
.form-preview-layout .upload-img {
  height: 90px;
}
.form-preview-layout .upload-img img {
  position: absolute;
  top: 50%;
  /*@noflip*/left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form-preview-layout .col-preview .card {
  padding: 30px 35px;
  border: 5px solid #e3e3e4;
}
.form-preview-layout .col-preview .btn {
  display: block;
  margin: 20px auto;
  width: 80%;
}
.form-preview-layout .preview-group {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.form-preview-layout .preview-group .icon {
  vertical-align: middle;
}
.form-preview-layout .preview-label,
.form-preview-layout .preview-data {
  display: inline-block;
  padding-bottom: 10px;
}
.form-preview-layout .preview-label {
  width: 80px;
  padding-right: 5px;
  font-size: 12px;
}
.form-preview-layout .preview-data {
  font-size: 15px;
}
.form-preview-layout .preview-box {
  padding: 8px 10px;
  border: 1px solid #ccc;
  height: 100px;
}
.form-preview-layout .preview-box.gray {
  color: #8e8e8e;
}
.form-preview-layout .preview-box-black {
  border-color: #767676;
}
.form-preview-layout .preview-text-after-icon {
  margin-right: 8px;
  font-size: 12px;
}
.form-preview-layout .movable {
  position: relative;
}
.form-preview-layout .movable .input-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}
.form-preview-layout .movable .input-primary {
  padding-right: 40px;
}
.form-preview-layout .btn--w-plus {
  margin-top: 20px;
  margin-bottom: 10px;
}
.form-preview-layout .btn-save-bottom {
  padding: 10px 70px;
  font-weight: 600;
}
@media screen and (max-width: 680px) and (min-width: 441px) {
  .form-preview-layout .color-pickers .col {
    width: 33%;
  }
}
@media screen and (max-width: 440px) {
  .form-preview-layout .card:first-child .form-group {
    padding-bottom: 20px;
  }
  .form-preview-layout .col-preview .card {
    padding-right: 15px;
    padding-left: 15px;
  }
  .form-preview-layout .color-picker {
    max-width: 110px;
  }
}
.add-manual-package .card {
  overflow: hidden;
}
.add-manual-package .radios-label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}
.add-manual-package .input-with-postfix {
  padding-top: 18px;
}
.add-manual-package .upload-img {
  height: 155px;
}
.add-manual-package .padded {
  padding-top: 55px;
  padding-bottom: 35px;
}
@media screen and (max-width: 1050px) {
  .add-manual-package .money-row {
    padding-bottom: 15px;
  }
}
.packages-page {
  padding-top: 30px;
  padding-bottom: 30px;
}
.packages-page-header .page-title {
  padding-bottom: 15px;
}
.packages-page-header .tagline {
  display: inline-block;
  font-size: 13px;
}
.packages-page-header .btn-orange {
  display: block;
  position: relative;
  bottom: 3px;
  margin: 0 auto;
  font-size: 15px;
}
.packages-page .check-dot-label {
  display: inline-block;
  margin-right: 10px;
}
.packages-page .filter-card .radios,
.packages-page .filter-card label {
  display: inline-block;
  vertical-align: middle;
}
.packages-page .filter-card .radios {
  margin-right: 5px;
  width: 180px;
}
.packages-page .package-types-item {
  margin-left: 40px;
}
.packages-page .mobile-filter {
  padding-top: 15px;
  font-size: 13px;
}

@media screen and (max-width: 1050px) {
  .packages-page-header .tagline {
    display: block;
    padding-bottom: 15px;
  }
  .packages-page .filter-card-item {
    display: inline-block;
  }
}
@media screen and (max-width: 440px) {
  .packages-page {
    padding-right: 0;
    padding-left: 0;
  }
  .packages-page-header {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 441px) {
  .packages-page-header .btn-orange {
    float: left;
  }
}
.create-package .col-form .card-inner-title {
  padding-bottom: 0;
}

.create-package .upload-img {
  height: 160px;
}
.create-package .preview-img {
  position: relative;
  margin-bottom: 20px;
}
.create-package .preview-img:before {
  display: block;
  content: "";
  padding-bottom: 62.5%;
  background: #e3e3e4;
  border-radius: 10px;
}

.create-package .preview-img .empty-view span {
  vertical-align: middle;
}
.create-package .preview-img .empty-view .icon {
  margin-left: 10px;
  font-size: 20px;
}
.create-package .preview-label {
  width: 100px;
}
.create-package .preview-group--w-p {
  border: none;
}
.create-package .preview-group--w-p .preview-label,
.create-package .preview-group--w-p .preview-data-p {
  float: right;
}
.create-package .preview-data-p {
  display: inline-block;
  margin: 0;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  max-width: 215px;
  font-size: 12px;
}
.create-package .preview-price {
  font-weight: 100;
}
.create-package .preview-price .price {
  font-size: 32px;
}
.create-package .preview-price .postfix {
  font-size: 20px;
}
.create-package .input-marked-warning {
  border-color: #f8b03a;
}
@media screen and (max-width: 440px) {
  .create-package .status-details-popup {
    right: auto;
    left: -5px;
  }
  .create-package .status-details-popup:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 10px;
  }
}

.payment-report-text .btn-toggle-info {
  display: none;
  font-size: 13px;
  text-decoration: underline;
}
.payment-report-info {
  margin-top: 0;
  margin-bottom: 10px;
  max-width: 650px;
  font-size: 13px;
  line-height: 1.5;
}
.payment-report-month-select {
  position: relative;
  padding: 60px 15px 40px 15px;
  margin-bottom: 20px;
}

.payment-report-month-select .bird {
  position: absolute;
  left: 10%;
  bottom: -webkit-calc(100% - 120px);
  bottom: calc(100% - 120px);
  /*@replace: scaleX(-1)*/transform: scaleX(1);
  /*@replace: scaleX(-1)*/-ms-transform: scaleX(1);
}
.payment-report-month-select .inner {
  margin: 0 auto;
  max-width: 275px;
  text-align: center;
  font-size: 14px;
}
.payment-report-month-select label {
  color: #000;
}

.payment-card.single{
  margin: auto;
  float: none;
}

.payment-report-card {
  padding: 13px 20px 55px;
  font-size: 13px;
  margin-bottom: 20px;
}

.payment-report-card .icon-combined-vouchers:before {
  content: "\e93e";
}

.payment-report-card .card-inner-title .icon-combined-vouchers{
  margin-left: 8px;
}

.payment-report-card .card-inner-title {
  padding-bottom: 10px;
  font-size: 13px;
}
.payment-report-card .card-inner-title .icon {
  font-size: 16px;
}
.payment-report-card .btn-details {
  position: absolute;
  bottom: 17px;
  right: 18px;
}
.one-card .payment-report-card {
  overflow: hidden;
}
.one-card .payment-report-card .btn-details {
  padding: 7px 30px;
  font-size: 14px;
}
.payment-report-item {
  padding: 20px 10px 15px 0;
  border-bottom: 1px dotted #ccc;
}
.payment-report-item .left-part {
  float: left;
  width: 100px;
  text-align: left;
}
@media screen and (min-width: 1051px) {
  .three-cards .payment-report-card {
    height: 302px;
  }
}
@media screen and (max-width: 1250px) {
  .payment-report-text {
    padding-bottom: 35px;
  }
  .payment-report-text .btn-toggle-info {
    display: block;
  }
 /* .payment-report-text .extra-info {
    display: none;
  }*/
  .payment-report-month-select .bird {
    width: 20%;
  }
}
@media screen and (max-width: 1050px) {
  .payment-report-text {
    max-width: -webkit-calc(100% - 215px);
    max-width: calc(100% - 215px);
  }
  .payment-report-month-select .bird {
    left: 15px;
    bottom: 10px;
  }

  .three-cards .payment-report-card,
  .two-cards .payment-report-card {
    margin: 0 auto 15px;
    max-width: 500px;
  }
  .one-card .payment-report-card .row--with-lg-gutter {
    margin-right: -15px;
    margin-left: -15px;
  }
  .one-card .payment-report-card .row--with-lg-gutter > .col {
    padding-right: 15px;
    padding-left: 15px;
  }
  .one-card .payment-report-card .col-1-3:last-child {
    display: none;
  }
  .one-card .payment-report-card .left-part {
    width: 65px;
  }
}
@media screen and (min-width: 441px) and (max-width: 1050px) {
  .one-card .payment-report-card .col-1-3 {
    width: 50%;
  }
}
@media screen and (max-width: 680px) {
  .payment-report-text {
    float: none;
    max-width: unset;
  }
}
@media screen and (max-width: 440px) {
  .payment-report-month-select {
    padding: 30px 30px 15px 30px;
  }
  .payment-report-month-select .bird {
    display: none;
  }
}

.sales-report .advanced-filter .radios-label,
.sales-report .advanced-filter .radios {
  display: inline-block;
}
.sales-report .advanced-filter .radios-label {
  padding-left: 10px;
}
.sales-report .advanced-filter .radios .option {
  margin-right: -4px;
  width: 60px;
  border: none;
  border-left: 1px solid #ccc;
  background: #f3f3f4;
}
.sales-report .advanced-filter label.borderless {
  border: none;
}
.sales-report .advanced-filter .select-wrapper {
  width: 160px;
}
.sales-report .mfo-wrapper {
  padding-bottom: 70px;
  background: #f3f3f4;
}
.sales-report .mfo-submit-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
}

.sales-report .table-col > span.no-overflow{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 80px;
  display: block;
}
.two-lines {
  overflow: hidden;
  white-space:normal;
  max-height:31.2px;
  text-overflow: ellipsis;
  max-width: 80px;
}
.sales-report .col-a {
  width: 10%;
}
.sales-report .col-b {
  width: 12%;
}
.sales-report .col-c {
  width: 10%;
}
.sales-report .col-d {
  width: 11%;
}
.sales-report .col-e {
  width: 9%;
}
.sales-report .col-f {
  width: 9%;
}
.sales-report .col-g {
  width: 9%;
}
.sales-report .col-h {
  width: 9%;
}
.sales-report .col-i {
  width: 10%;
}
@media screen and (max-width: 1250px) {

  .sales-report .col-b {
    width: 14%;
  }
  .sales-report .col-e,
  .sales-report .col-f,
  .sales-report .col-g,
  .sales-report .col-h {
    width: 8%;
  }
  .sales-report .col-i {
    width: 12%;
  }
}
@media screen and (min-width: 1051px) {
  .sales-report .mobile-only-col {
    display: none;
  }
}

.mobile-table-info-header
{
  display:none;
}

.settings-page .icon-open-sign {
  vertical-align: middle;
  font-size: 20px;
}
.settings-page .notifications-card {
  padding-bottom: 30px;
}
.settings-page .notifications-card p {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 13px;
  color: #000;
}
.settings-page .notifications-email {
  position: relative;
  padding-bottom: 15px;
  line-height: 1.5;
}
.settings-page .notifications-email .btn-remove {
  position: absolute;
  top: 3px;
  left: 10px;
  color: #434343;
  line-height: 1;
}
.settings-page .notifications-emails,
.settings-page .add-email-fields {
  max-width: 280px;
}
.settings-page .add-email-fields .btn-orange {
  height: 40px;
  font-size: 13px;
}
.settings-page .fixed-field {
  display: block;
  height: 40px;
  line-height: 38px;
}
.settings-page .add-email-fields .parsley-errors-list
{
  min-width: 320px;
}
.settings-page .info-card {
  padding-bottom: 50px;
}
.settings-page .info-card p {
  margin-top: 0;
  line-height: 1.2;
}
.settings-page .info-card .small-letters {
  font-size: 13px;
  color: #000;
}

@media screen and (max-width: 440px) {
  .settings-page .add-email-fields .col-4-5 {
    width: 70%;
  }
  .settings-page .add-email-fields .col-1-5 {
    width: 30%;
  }
}
.business-info {
  margin: 0 auto;
  padding: 40px 15px 20px;
  max-width: 1000px;
  font-size: 15px;
  line-height: 1.2;
}
.business-info p {
  margin-top: 0;
}
.business-info .summary {
  margin-bottom: 22px;
}
.business-info .side-note {
  margin-bottom: 30px;
  font-size: 14px;
}
.business-info .col-contact-info {
  padding-right: 10%;
  text-align: right;
}
.business-info .no-margin {
  margin: 0;
}
.business-info .with-margin {
  margin-bottom: 20px;
}
.business-info .contact-info-logo {
  display: block;
  margin-bottom: 35px;
}
@media screen and (max-width: 1250px) {
  .business-info .col-contact-info {
    padding-right: 5%;
  }
}
@media screen and (max-width: 1050px) {
  .business-info .col-contact-info {
    padding-top: 1em;
    padding-right: 0;
  }
  .business-info .map {
    width: 100%;
    max-width: 310px;
  }
}
.contact-info {
  margin-bottom: 30px;
}
.contact-info li {
  margin-bottom: 10px;
}
.contact-info a {
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.contact-info .icon-wrapper {
  display: inline-block;
  margin-right: -15px;
  width: 50px;
  text-align: center;
  font-size: 20px;
  color: #000;
}
.contact-info .envelope-wrapper {
  font-size: 15px;
}

html,
body {
  height: 100%;
}
body {
  direction: rtl;
  text-align: right;
  background: #242b35;
  color: #434343;
  line-height: 1;
}

.content {
  padding-top: 100px;
  padding-bottom: 30px;
  margin-right: 225px;
  min-height: 100%;
  background: #f3f3f4;
}

@media screen and (max-width: 680px) {
  body {
    background: #f3f3f4;
    overflow-x: hidden;
  }

  .content {
    padding-top: 65px;
    margin-right: 0;
  }
}

.gift-layout-body {
  background: #fff;
}
.no-sidebar .content {
  margin-right: 0;
}
.no-sidebar .sidebar-wrapper {
  display: none;
}
.no-sidebar .link-item {
  display: inline-block;
}

.center-block {
  margin:0 auto;
  float:none;
}
@media screen and (max-width: 480px) {
  .server-error {
    position:static;
    transform: translate(0,0);
    background-color: transparent;
    padding:0;
    color:#fd0000;
    margin-bottom:8px;
  }
  .server-error::after {
    border:none;
  }
  [data-ember-action] {
    cursor: pointer;
  }
  .mdb {
    display:block;
  }
  .cut-title-cell {
    max-width:117px;
  }
  .browser-support-header {
    padding:15px 15px;
  }
  .login-page-inner, .login-page-form {
    padding-top:25px;
  }
  .login-page .form-row {
    padding-bottom:25px;
  }
 
  .two-lines {
    white-space:nowrap;
    max-width: 90%;
  }
  .payment-report-text {
    padding-bottom:10px;
  }
  .supplier {
    width:100%;
  }
  .supplierName {
    position:static;
    width:100%;
  }
}
.filter-card .select-wrapper.time {
  width:60px;
}
.border-red, .border-red:focus {
  border:1px solid #fd0000;
}
@media screen and (max-width: 325px) {
    [class*="error-bottom2"] .parsley-errors-list {
        bottom:-25px;
    }
}

.date-picker {
  height:30px;
  max-width: 70px;
  width: 70px;
  vertical-align: top;
}

.date-picker > button {
  height: inherit;
  border: none;
  background: none;
}

.input-with-inline-label.date > *{
  vertical-align: middle !important;
}

.datepicker .icon {  
  vertical-align: top;
  height: 30px;
  display: inline-block;
  line-height: 2.3;
}
.sales-report-datepicker .icon {  
  vertical-align: baseline;
}
.date-picker .options {
  white-space: nowrap;
}

.date-picker .options button.option {
  width: 50%;
  display: inline-block;
  float: right;
  border-top: 1px solid #ccc;
  margin-bottom: 0;
  margin-top: 5px;
}

.row--with-gutter .align-right .redemption-btn
{
  /*@replace: 10px 48px*/padding: 10px 50px;
}
span.icon-chevron-right
{
  display: inline-block;
}
.site-header-item.logoImage
{
  height: 67px;
  width: 74px;
}
.mobile-header-left-wrapper
{
  width: 46px;
  height: 39px;

}
.mobile-header-left-wrapper img
{
  margin-right: 0;
}

.site-header-item.logoImage img.buyme-logo,.mobile-header-left-wrapper img
{
    width: 100%;
    height: auto;

}
.passwords-success-modal p {
  max-width:100%;
}

.radios-item {
  display: block;
}
.right
{
  /* @noflip */float: right;
}
.left
{
  /* @noflip */float: left;
}
.voucherDetails > .line {
    width: calc(100% / 3 - 10px);
    vertical-align: top;
    margin-bottom: 20px;
    display: inline-block;
}

.voucherDetails .label {
    display: inline-block;
    width: 110px;
    color: #767676;
    font-size: 13px;
    vertical-align: top;
}

.voucherDetails .data {
    display: inline-block;
    font-size: 15px;
    word-break: break-all;
    width: calc(100% - 150px);
    vertical-align: top;
}

.more-info-modal .voucherDetails .data {
  padding-bottom: 10px;
}

.voucherDetails .data span{
  font-size: 12px;
  display: block;
}

.voucherDetails .more-info{
    float: left;
    text-align: right;
    width: calc(100% / 3 + 10px);
}

.voucherDetails .actions{
    display: block;
    clear: both;
    margin: 30px auto 0 auto;
    text-align: center;
    padding: 20px 0 0 0;
    border-top: 1px solid #e3e3e4;
}

#voucher-details-overlay{
  text-align: right;
}

#voucher-details-overlay .btn-close{
  float: left;
  color: #fab442;
  font-size: 20px;
}

@media screen and (max-width: 1050px){
  .voucherDetails > .line {
    width: calc(100% / 2 - 10px);
  }

  .voucherDetails .more-info{
    width: calc(100% / 2 + 10px);
  }
}

@media screen and (max-width: 768px){
  .voucherDetails > .line {
    width: 100%;
  }

  .voucherDetails .more-info{
    width: auto;
    display: block;
    margin: auto;
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 440px){
  .voucherDetails > .line{
      margin-bottom: 15px;
  }

  .voucherDetails .label{
    padding-bottom: 5px;
    width: auto;
    display: block;
  }

  .voucherDetails .data{
    width: auto;
    display: block;
  }

  .voucherDetails .actions .btn{
    width: 100%;
    max-width: 320px;
    display: block;
    margin: 5px auto;
  }
}

.redemption-modal .date-picker{
    width: 100%;
    height: 35px;
    max-width: 100%;
    z-index: 1;
}

.redemption-modal label{
  font-size: 15px;
  padding-bottom: 5px;
}

.redemption-modal .date-picker > button{
  width: 100%;
  display: block;
  text-align: right;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

.redemption-modal .icon-calendar{
  position: absolute;
  left: 10px;
  top: 28px;
  font-size: 18px;
  z-index: 2;
  pointer-events: none;
}

.redemption-modal .error{
  position: absolute;
  font-size: 12px;
  top: 60px;
  text-align: center;
  width: 100%;
  right: 0;
}



#advancedFilter{
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.grid > *{
    float: right;
    padding-left: 15px;
    padding-bottom: 15px;
}

.grid > *:nth-last-child(1){
  padding-left: 0;
}

.grid .mx1_7{
  width: calc(100% / 7);
}

.grid .mx1_4{
  width: calc(100% / 4);
}

.grid .mx2_7{
  width: calc(100% / 7 * 2);
}

@media only screen and (max-width: 1080px){
  .grid .lr1_3{
    width: calc(100% / 3);
  }
}

@media only screen and (max-width: 768px){
  .grid .md1_2{
    width: calc(100% / 2);
  }
}

.inputSelect .form-control.chosen-container-single .chosen-single{
  background: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: none;
  outline: none;
  line-height: 1 !important;
  height: auto;
  padding: 13px 10px 12px 30px;
  border-radius: 3px;
}

.inputSelect .form-control.chosen-container-single.chosen-with-drop .chosen-single{
  border-color: #fab442;
}

.inputSelect .form-control.chosen-container-single.gray .chosen-single{
  border: none;
  border-radius: none;
  padding: 9px 10px 8px 10px;
  background: #f3f3f4;
}

#advancedFilter .inputText .label{
  padding: 8px;
  background: #f3f3f4;
  border-left: 1px solid #ccc;
  float: right;
  width: 120px;
}

#advancedFilter .inputText input{
  width: auto;
  height: auto;
  padding: 7px 8px 6px 8px;
  background: #f3f3f4;
  float: right;
  width: calc(100% - 120px);
}

#advancedFilter .inputRadio .label{
  width: 100px;
  float: right;
  padding: 8px;
}

.inputRadio .radios{
  width: 100%;
  display: inline-block;
}

.inputRadio .radios .option {
  width: calc(100% / 3);
  float: right;
  padding: 8px 0;
  text-align: center;
  background: #f3f3f4;
  border-left: 1px solid #ccc;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.inputRadio .radios .option.checked {
  background: #fab442;
}

.inputRadio .radios .option:nth-last-child(1) {
  border: none;
}

.inputSelect{
  position: relative;
}

.inputSelect:after {
  content: '\f0d7';
  font-family: fontAwesome;
  position: absolute;
  left: 10px;
  top: 25%;
  pointer-events: none;
}

.inputSelect .chosen-container .chosen-results li.highlighted{
  background: #fab442;
  color: #000;
}

.inputSelect .ember-chosenselect.chosen-container-single .chosen-results{
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
}

.desktop-filters .actions{
  text-align: center;
  margin-top: 15px;
  border-top: 1px solid #ccc;
  padding: 20px 0 10px 0;
}

.desktop-filters .actions .search-button.btn{
  width: auto;
  padding: 8px 30px;
}

.ember-chosenselect.chosen-container-multi.gray{
  padding: 0;
}

#cancel-reservation-modal .error , #confirm-reservation .error{
  position: absolute;
  font-size: 12px;
  bottom: 10px;
  width: 100%;
  right: 0;
  top: 60px;
  height: 10px;
  text-align: center;
}

button.btn-orange[disabled],
button.btn-orange.disabled{
  background: #dedede;
  color: #b1b1b1;
  cursor: not-allowed;
}

.ember-text-field,
.link-dialog .form-group input{
  background: #ffffff;
  padding: 11px;
  line-height: 1;
  height: auto;
  font-size: 13px;
  -webkit-appearance: none;
}

.ember-text-field.gray{
  padding: 7px 10px 7px 10px;
}

.explorer .ember-text-field.gray,
.firefox .ember-text-field.gray{
  padding: 9px;
  max-height: 30px;
}

input[type="date"] {
  /* @noflip */
  direction: ltr;
  padding: 0 7px;
}

.mobile .promo-date-picker:after{
  left: auto;
  right: 10px;
}

.new-line{
  display: inline-block;
  width: 100%;
}

.desktop-filters .filter-card-item label{
  width: 180px;
}

.filter-card-item .inputTags{
  width: auto;
  min-width: 180px;
}

.inputTags .chosen-choices,
.inputTags .search-field{
  background: none;
}

.inputTags .chosen-container-multi .chosen-choices li.search-choice{
  background: #ffedd1;
  border: 1px solid #ffe1b0;
  border-radius: 0;
  padding: 5px 8px 6px 25px;
  box-shadow: none;
  margin: 2px;
}

.inputTags .form-control.chosen-container-multi .chosen-choices{
  min-height: unset;
  max-height: unset;
}

.inputTags .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
  background: none;
  width: auto;
  right: auto;
  top: 7px;
  left: 5px;
}

.inputTags .search-choice-close:after{
  content: '\f00d';
  font-size: 11px;
  font-family: fontAwesome;
  color: #434343;
  transition: all 0.2s ease-in-out;
}

.inputTags .search-choice-close:hover:after{
  opacity: 0.7;
}

.inputTags .chosen-container .chosen-results li.highlighted{
  background-image: none;
  background: #fab442;
  color: #434343;
}

.filter-card-item .gray{
  background: #f3f3f4;
}

select.ember-chosenselect {
  width: 100%;
  -webkit-appearance: none;
  padding: 13px 10px 12px 25px;
  border-radius: 3px;
  font-size: 13px;
  background: #ffffff;
  border: 1px solid #cccccc;
  line-height: 1;
}

select.ember-chosenselect.gray{
    padding: 9px 10px 8px 25px;
    border: none;
    background: #f3f3f4;
}

.timeInput .inputSelect{
  width: 80px;
  float: right;
}

.timeInput .colon{
  float: right;
  line-height: 30px;
  padding: 0 5px;
}

.timeInput .inputSelect:after {
  top: 8px;
}

.table .last{
  text-align: left;
}

.lockScroll{
  position: fixed;
  overflow-y: hidden;
  width: 100%;
}

.ui-grid.time-picker{
  margin-right: 0;
  margin-left: 0;
  position: relative;
  width: 25%;
}

.ui-grid.time-picker:after{
  content: ':';
  position: absolute;
  right: 49%;
  bottom: 35px;
}

@media only screen and (max-width: 900px){
  .ui-grid.time-picker{
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .more-info-modal {
    padding: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .more-info-modal {
    overflow-y: scroll;
    max-height: 85vh;
  }
}

.form-group .parsley-errors-list{
  font-size: 12px;
  color: red;
  margin-top: 3px;
}

.inputSelect .form-control.chosen-container-single.chosen-disabled .chosen-single,
input[disabled],
select[disabled] {
    background: #dedede;
    color: #909090;
    cursor: not-allowed;
}

.inputSelect.disabled{
  color: #9ba4b1;
}

#details-col {
    padding: 0;
    border-bottom-width: 0px;
}

.details-td {
    vertical-align: top;   
}

.details-td label {
    padding-bottom: 10px;
}

.rtl .lang-align,
.ltr .lang-align-reverse{
	text-align: right;
}

.ltr .lang-align,
.rtl .lang-align-reverse{
	text-align: left;
}
.mobile-menu-icon{
    display: none;
    vertical-align: middle;
    text-align: right;
    font-size: 25px;
    width: 70px;
}

.site-header {
    position: fixed;
    top: 0;
    display: table;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    line-height: normal;
    height: 100px;
    z-index: 100;
}

.site-header-info {
    float: left;
    line-height: 1;
    width: 100%;
}

.site-header-info-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    width: 300px;
}

.site-header-item {
    float: left;
}

.site-header-item:not(:first-child) {
    padding-left: 20px;
    float: right;
}

.site-header-item .item-thumb,
.site-header-item-text {
    float: right;
}

.site-header-item .item-thumb {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #e3e3e4;
    text-align: center;
    font-size: 18px;
    font-weight: 100;
}

.site-header-item .btn-orange {
    margin-top: 8px;
    font-size: 13px;
    font-weight: bold;
}

.site-header-item-text {
    padding-right: 15px;
}

.site-header-item .gray-title,
.site-header-item .major-title {
    margin: 0;
}

.site-header-item .gray-title {
    color: #a2a2a2;
    font-size: 12px;
}

.site-header-item .major-title {
    padding-top: 7px;
    font-size: 16px;
}

.link-item .site-header-item-text {
    line-height: 50px;
}

.link-item .site-header-item-text .major-title {
    padding-top: 0;
}

.site-header-item .contact {
    display: block;
    font-size: 12px;
    line-height: 1.33;
}

.site-header img {
    vertical-align: middle;
}

.site-header .link-item {
    display: none;
}

.mobile-header {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0 16px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    line-height: 60px;
    z-index: 100;
}

.mobile-header .btn-hamburger {
    vertical-align: middle;
    font-size: 32px;
}

.mobile-header .btn-hamburger .icon {
    -webkit-font-smoothing: none;
}

.mobile-header .btn-ghost {
    font-size: 14px;
}

.mobile-header .business-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mobile-header-left {
  float: left;
  line-height: 1;
}
.mobile-header-left-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.mobile-header-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.mobile-header .business-logo {
  max-width: 80px;
}

.support-info{
    position: relative;
}

.site-header-item.support-info{
    height: 67px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.6;
}
  
.support-title > span {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 680px){

    .default-mobile-header {
        display: table;
    }

    .no-sidebar .default-mobile-header {
        display: none;
    }
    .no-sidebar .no-sidebar-mobile-header {
        display: table;
    }

    .mobile-menu-icon{
        display: table-cell;
    }

    .site-header{
        padding: 0 15px;
        height: 65px;
    }

    .account-logo{
        width: auto;
    }

    .site-header-info-wrapper{
        width: 70px;
        text-align: left;
        padding: 0;
    }

    .site-header-item:not(:first-child){
        display: none;
    }

    .site-header-item.logoImage{
        width: 50px;
        height: 50px;
    }

    .site-logo{
        max-height: 45px;
        max-width: 75px;
    }
}
.sidebar-section .icon-combined-vouchers:before
{
  content: "\e93e";
}

.sidebar-wrapper {
  position: fixed;
  top: 105px;
  right: 0;
}

.sidebar-wrapper .desktop-overflow{
  max-height: calc(100vh - 230px);
  overflow-y: auto;
}

.site-sidebar {
  width: 225px;
  background: #242b35;
}
.site-sidebar .logout-link {
  margin-top: 8px;
  color: #9ba4b1;
}
.site-sidebar .logout-link .icon-wrapper {
  width: 30px;
}
.sidebar-section {
  padding-top: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid #374458;
}
.sidebar-section-title {
  padding-bottom: 20px;
  color: #5a6c85;
  font-size: 14px;
}
.sidebar-section-title,
.sidebar-section-link {
  padding-right: 30px;
}
.sidebar-section-link {
  display: block;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 7px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  -webkit-transition: 0.4s background ease;
  transition: 0.4s background ease;
}
.sidebar-section-link .icon-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  font-size: 19px;
  text-align: center;
  margin-left: 10px;
  position: relative;
}
.sidebar-section-link:hover {
  background: #353f4e;
}
.sidebar-section-link.active {
  background: #374458;
  color: #fab442;
}
.sidebar-section-link.active svg {
  fill: #fab442;
}
.sidebar-section .thumb-wrapper {
  display: inline-block;
  margin-right: 30px;
  width: 60px;
}

.sidebar-section .item-text {
  display: inline-block;
  padding-bottom: 20px;
  padding-right: 30px;
  color: #fff;
  font-size: 13px;
  padding-left: 30px;
  padding: 0 30px 5px 30px;
}

.sidebar-section .item-text .contact {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 100;
}
.sidebar-section .item-text .major-title {
  margin-bottom: 5px;
  font-size: 13px;
}
.sidebar-section .sidebar-circular-thumb {
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  border-radius: 50%;
}
.sidebar-section .btn-load {
  position: relative;
  top: 10px;
  float: left;
  margin-left: 15px;
  font-size: 12px;
}

.bogo-sidebar-icon {
  /* @replace: url("/images/bogo-usd-zero-deg.png") right no-repeat*/
  background: url("/images/bogo-nis-zero-deg.png") right no-repeat;
  width: 30px;
  height: 25px;
  display: inline-block;
}

.bogo-sidebar-icon:hover {
  /* @replace: url("/images/bogo-usd-45-deg.png") right no-repeat*/
  background: url("/images/bogo-nis-45-deg.png") right no-repeat;
}

/* svg icon for teamActivities*/

.icon-team-activities{
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: #fff;
}

.mail-ellipsis{
  width: 165px;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  direction: ltr;
}

@media screen and (max-width: 1250px) {
  .sidebar-section-link {
    margin-bottom: 0;
  }
}
.sidebar-support {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 225px;
  /*@replace: 20px;*/padding: 20px 30px;
  background: #010b1b;
  line-height: 1.6;
  color: #ffffff;
}
.sidebar-support .icon-wrapper,
.sidebar-support .text-wrapper {
  display: inline-block;
}
.sidebar-support .icon-wrapper {
  /*@replace: auto*/
  width: 45px;
  font-size: 25px;
}

.sidebar-support .text--sm,
.sidebar-support .text--lg {
  display: block;
}
.mobile-menu-controls {
  padding-bottom: 20px;
  border-bottom: 1px solid #374458;
}
.mobile-menu-controls .btn-close-menu {
  margin-top: 16px;
  margin-right: 30px;
  color: #fff;
}
@media screen and (max-width: 680px) {

  .sidebar-wrapper .desktop-overflow{
    max-height: none;
  }

  .sidebar-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    /* @replace: translateX(-100%) */
    -webkit-transform: translateX(100%);
    /* @replace: translateX(-100%) */
    -ms-transform: translateX(100%);
    /* @replace: translateX(-100%) */
    transform: translateX(100%);
    padding-bottom: 0;
    -webkit-transition: 0.4s -webkit-transform ease;
    transition: 0.4s -webkit-transform ease;
    transition: 0.4s transform ease;
    transition: 0.4s transform ease, 0.4s -webkit-transform ease;
    z-index: 101;
    overflow-y: scroll;
  }
  .sidebar-wrapper.visible {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .sidebar-wrapper .logout-link {
    display: none;
  }
  .site-sidebar {
    width: 100%;
    min-height: 100%;
  }
  .sidebar-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobile-menu-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    line-height: 1.4;
    font-size: 13px;
  }

  .mobile-manager-col {
    width: 50%;
    padding: 20px;
    color: white;
  }

  .mobile-manager-details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 30px;
  }
  
  .mobile-manager-details .sidebar-section-title{
    padding-right: 0;
  }

  .mobile-manager-logout{
    background: #010b1b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #374458;
    height: 100%;
  }
  
  .sidebar-support {
    position: relative;
    width: 50%;
    padding: 18px 20px;
  }
  .sidebar-support:first-child {
    border-left: 1px solid #374458;
  }
  .sidebar-support:last-child {
    text-align: center;
  }
  .sidebar-support .icon-wrapper,
  .sidebar-support .text-wrapper {
    vertical-align: middle;
  }
  .sidebar-support .icon-wrapper {
    width: 30px;
    text-align: right;
    font-size: 20px;
  }
  .sidebar-support .text--sm {
    font-size: 11px;
    color: #5a6c85;
    line-height: 1.8;
  }
  .sidebar-support .text--lg {
    font-size: 13px;
  }
}

@media screen and (max-width: 580px) {
  .mobile-menu-bottom {
    height: auto;
    flex-direction: column;
  }

  .mobile-manager-details{
    width: 100%;
  }
  
  .mobile-manager-logout{
    width: 100%;
    border: none;
    border-top: 1px solid #374458;
    border-bottom: 1px solid #374458;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .mobile-manager-logout .icon-wrapper{
    padding: 0 10px;
  }
}
.home-page .card-tabs .card-title.pad-right {
    padding-right:25px;
}

.home-page .card-tabs .card-title {
    padding-right: 5px;
    padding-left: 5px;
}

.home-page .sales-card .table-wrapper {
    padding-top: 20px;
}

.home-page .sales-summary {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 13px;
    text-align: center;
}

.home-page .sales-summary .col {
    padding: 20px 15px;
}

.home-page .sales-summary .col:first-child {
    border-left: 1px dotted #e3e3e4;
}

.home-page .sales-summary-price {
    display: block;
    margin: 0 auto;
    padding-top: 14px;
    font-weight: 500;
    color: #000;
}

.home-page .sales-summary .price {
    font-size: 18px;
}

.home-page .table-wrapper {
    padding: 0 16px;
}

@media screen and (max-width: 1050px) {
  .home-page .card {
    margin-right: auto;
    margin-left: auto;
  }
  .home-page .card:before {
    display: none;
  }
  .home-page .card-content {
    position: relative;
  }
}

@media screen and (max-width: 440px) {
  .home-page .icon-arrow-left {
    padding: 0;
  }
  .home-page .card-tabs .card-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .home-page .sales-table .col-b {
    padding-right: 15px;
  }
}
.ck-editor__main {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 200px;
  border: 1px solid #888;
  padding: 1em;
  background: transparent;
  color: #2b2b2b;
  font: 13px/1.35 Helvetica, arial, sans-serif;
  cursor: text;
}

.darksquare {
  float: left;
  background-color: #010b1b;
  border-radius: 2px;
  color: white;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.promo-bars {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.total-wrapper {
  position: relative;
}

.total-wrapper:after {
  content: "₪";
  color: #9ba4b1;
  position: absolute;
  left: 10px;
  top: 12px;
}

.date-picker-wrapper {
  position: relative;
}
.date-picker-button {
  text-align: right;
}

.promo-date-picker:after {
  content: "\f073";
  font-family: FontAwesome;
  color: black;
  position: absolute;
  left: 10px;
  top: 0;
}

.promo-date-picker {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: white;
  line-height: 38px;
  padding: 0 10px 0 30px;
  min-width: 115px;
  width: 100%;
  max-width: 100%;
}

.promo-date-picker.open {
  border-color: #fab442;
}

.promo-filter-add-button {
  text-align: center;
  float: left;
}

.promo-filter-search-label {
  display: inline-block;
  text-align: center;
  width: 10%;
}

.promo-filter-search {
  display: inline-block;
  width: 89%;
}

.promo-filter-search-button {
  margin-left: 15px;
  margin-right: 15px;
}

.promo-filter-price-label {
  display: inline-block;
  text-align: right;
  width: 10%;
}

.promo-filter-price {
  display: inline-block;
  width: 88%;
  min-width: 88%;
}

.ck-toolbar {
  text-align: right !important;
}

.ck-editor__editable {
  height: 250px;
}

.ck-editor__main h2 {
  font-size: 123.1%;
}
.ck-editor__main h3 {
  font-size: 108%;
}
.ck-editor__main h1, .ck-editor__main h2, .ck-editor__main h3, .ck-editor__main p {
  margin: 1em 0;
}
.ck-editor__main h4, .ck-editor__main h5, .ck-editor__main h6 {
  margin: 0;
}
.ck-editor__main ul, .ck-editor__main ol {
  margin: 0 1em;
  padding: 0 1em;
}
.ck-editor__main ul {
  list-style-type: disc;
}
.ck-editor__main a, .ck-editor__main a:active, .ck-editor__main a:hover {
  color: blue;
  text-decoration: underline;
}

.ck-editor__main blockquote {
  border-right: 5px solid #ccc;
  border-left: none;
  margin: 0;
  padding: 0 10px;
}
.date-wrapper {
  position: relative;
}

.date-wrapper:after {
  content: "";
  color: black;
  position: absolute;
  left: 10px;
  top: 36%;
}

.promo-checkbox {
  display: inline-block;
  border-radius: 100px;
  border: 1px solid transparent;
	background: none;
	width: 20px;
  height: 20px;
  
  text-align: center;
  line-height: 1.2;
  padding-left: 1px;
  
	transition: all .3s linear;
	cursor: pointer;
	z-index: 1;

	background: #f5b443;
}

.promo-checkbox-unchecked {
  display: inline-block;
  border: 1px solid black;
  border-radius: 100px;
	background: none;
	width: 20px;
  height: 20px;
  
  text-align: center;
  line-height: 1.2;
  padding-left: 1px;
  
	transition: all .3s linear;
	cursor: pointer;
	z-index: 1;
}

.promo-checkbox-label {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.promo-checkbox-main-label {
  margin-bottom: 15px;
}

.promo-radiobox {
  color: #f5b443;
  font-size: 1.3em;
} 

.promo.upload-img
{
  height: 200px;
}

.expiryType .expiryType-type
{
  margin-left: 13px;
  width: 48%;
}
.expiryType .expiryType-selections
{
  width: 48%;
}

.deleteImage
{
  color: red;
  display: block;
  font-size: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
  cursor: pointer;
  text-align: center;
  z-index: 2;
}
.filter-card-item--no-float {
  float:none;
}

.expiry-type-field{
  float: right;
  width: 100%;
}

.expiry-type-field.stretch .type{
  width: 100%;
  margin: 0;
}

.expiry-type-field.split .type{
  width: calc(50% - 10px);
  margin: 0 0 0 10px;
  float: right;
}

.expiry-type-field .date-or-days{
  width: calc(50% - 10px);
  margin: 0 10px 0 0;
  float: right;
}
.physicalVouchers tr.not-sent {
  background-color: #fff3f3;
}

#physical-more-info .box{
  max-width: 400px;
}

#physical-more-info .ui-table{
  max-width: 90%;
  margin: auto;
  text-align: right;
}

#physical-more-info .ui-table th{
  padding: 10px;
}
.note-editor{position:relative}.note-editor .note-dropzone{position:absolute;z-index:100;display:none;color:#87cefa;background-color:white;opacity:.95;pointer-event:none}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;font-size:28px;font-weight:bold;text-align:center;vertical-align:middle}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor .note-editing-area{position:relative}.note-editor .note-editing-area .note-editable{outline:0}.note-editor.note-frame{border:1px solid #a9a9a9}.note-editor.note-frame.codeview .note-editing-area .note-editable{display:none}.note-editor.note-frame.codeview .note-editing-area .note-codable{display:block}.note-editor.note-frame .note-editing-area{overflow:hidden}.note-editor.note-frame .note-editing-area .note-editable{padding:10px;overflow:auto;color:#000;background-color:#fff}.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"]{background-color:#e5e5e5}.note-editor.note-frame .note-editing-area .note-codable{display:none;width:100%;padding:10px;margin-bottom:0;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;resize:none}.note-editor.note-frame.fullscreen{position:fixed;top:0;left:0;z-index:1050;width:100%}.note-editor.note-frame.fullscreen .note-editable{background-color:white}.note-editor.note-frame.fullscreen .note-resizebar{display:none}.note-editor.note-frame .note-statusbar{background-color:#f5f5f5;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.note-editor.note-frame .note-statusbar .note-resizebar{width:100%;height:8px;padding-top:1px;cursor:ns-resize}.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid #a9a9a9}.note-editor.note-frame .note-placeholder{padding:10px}.note-popover.popover{max-width:none}.note-popover.popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-popover.popover .arrow{left:20px!important}.note-popover .popover-content,.panel-heading.note-toolbar{padding:0 0 5px 5px;margin:0}.note-popover .popover-content>.btn-group,.panel-heading.note-toolbar>.btn-group{margin-top:5px;margin-right:5px;margin-left:0}.note-popover .popover-content .btn-group .note-table,.panel-heading.note-toolbar .btn-group .note-table{min-width:0;padding:5px}.note-popover .popover-content .btn-group .note-table .note-dimension-picker,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker{font-size:18px}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .popover-content .note-style h1,.panel-heading.note-toolbar .note-style h1,.note-popover .popover-content .note-style h2,.panel-heading.note-toolbar .note-style h2,.note-popover .popover-content .note-style h3,.panel-heading.note-toolbar .note-style h3,.note-popover .popover-content .note-style h4,.panel-heading.note-toolbar .note-style h4,.note-popover .popover-content .note-style h5,.panel-heading.note-toolbar .note-style h5,.note-popover .popover-content .note-style h6,.panel-heading.note-toolbar .note-style h6,.note-popover .popover-content .note-style blockquote,.panel-heading.note-toolbar .note-style blockquote{margin:0}.note-popover .popover-content .note-color .dropdown-toggle,.panel-heading.note-toolbar .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-popover .popover-content .note-color .dropdown-menu,.panel-heading.note-toolbar .note-color .dropdown-menu{min-width:340px}.note-popover .popover-content .note-color .dropdown-menu .btn-group,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group{margin:0}.note-popover .popover-content .note-color .dropdown-menu .btn-group:first-child,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child{margin:0 5px}.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title{margin:2px 7px;font-size:12px;text-align:center;border-bottom:1px solid #eee}.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset{width:100%;padding:0 3px;margin:3px;font-size:11px;cursor:pointer;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row{height:20px}.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover{background:#eee}.note-popover .popover-content .note-para .dropdown-menu,.panel-heading.note-toolbar .note-para .dropdown-menu{min-width:216px;padding:5px}.note-popover .popover-content .note-para .dropdown-menu>div:first-child,.panel-heading.note-toolbar .note-para .dropdown-menu>div:first-child{margin-right:5px}.note-popover .popover-content .dropdown-menu,.panel-heading.note-toolbar .dropdown-menu{min-width:90px}.note-popover .popover-content .dropdown-menu.right,.panel-heading.note-toolbar .dropdown-menu.right{right:0;left:auto}.note-popover .popover-content .dropdown-menu.right::before,.panel-heading.note-toolbar .dropdown-menu.right::before{right:9px;left:auto!important}.note-popover .popover-content .dropdown-menu.right::after,.panel-heading.note-toolbar .dropdown-menu.right::after{right:10px;left:auto!important}.note-popover .popover-content .dropdown-menu.note-check li a i,.panel-heading.note-toolbar .dropdown-menu.note-check li a i{color:deepskyblue;visibility:hidden}.note-popover .popover-content .dropdown-menu.note-check li a.checked i,.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i{visibility:visible}.note-popover .popover-content .note-fontsize-10,.panel-heading.note-toolbar .note-fontsize-10{font-size:10px}.note-popover .popover-content .note-color-palette,.panel-heading.note-toolbar .note-color-palette{line-height:1}.note-popover .popover-content .note-color-palette div .note-color-btn,.panel-heading.note-toolbar .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:1px solid #fff}.note-popover .popover-content .note-color-palette div .note-color-btn:hover,.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover{border:1px solid #000}.note-dialog>div{display:none}.note-dialog .form-group{margin-right:0;margin-left:0}.note-dialog .note-modal-form{margin:0}.note-dialog .note-image-dialog .note-dropzone{min-height:100px;margin-bottom:10px;font-size:30px;line-height:4;color:lightgray;text-align:center;border:4px dashed lightgray}.note-placeholder{position:absolute;display:none;color:gray}.note-handle .note-control-selection{position:absolute;display:none;border:1px solid black}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:black;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:alpha(opacity=30);filter:alpha(opacity=30)}.note-handle .note-control-selection .note-control-handle{width:7px;height:7px;border:1px solid black}.note-handle .note-control-selection .note-control-holder{width:7px;height:7px;border:1px solid black}.note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;background-color:white;border:1px solid black}.note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:0;border-bottom:0}.note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:0;border-left:none}.note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:0;border-right:0}.note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-handle .note-control-selection .note-control-se.note-control-holder{cursor:default;border-top:0;border-left:none}.note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:white;background-color:black;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:alpha(opacity=70);filter:alpha(opacity=70)}.note-hint-popover{min-width:100px;padding:2px}.note-hint-popover .popover-content{max-height:150px;padding:3px;overflow:auto}.note-hint-popover .popover-content .note-hint-group .note-hint-item{display:block!important;padding:3px}.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover{display:block;clear:both;font-weight:400;line-height:1.4;color:white;text-decoration:none;white-space:nowrap;cursor:pointer;background-color:#428bca;outline:0}sup{vertical-align:super}sub{vertical-align:sub}

.ui-rte .panel-default > .panel-heading {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid black;
    height: auto;
    line-height: initial;
    margin: 0;
    padding: 0;
}

.ui-rte .btn-default {
  background-color: #f4f4f4;
  color: #000;
}

.ui-rte .btn-group, .ui-rte .btn-group-vertical,.ui-rte button  {
  margin: 0;
}

.ui-rte .note-toolbar.panel-heading > .note-btn-group {
  margin-bottom: 5px;
}

.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
    min-width: 231px;
    padding: 5px;
}
.textField .note-editor.note-frame{
    border: 1px solid #ccc;
    border-radius: 3px;
}

.textField.active .note-editor.note-frame{
    border-color: #fab442;
}

.ui-rte .note-toolbar.panel-heading > .note-btn-group{
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    transform: scale(1,0);
    transform-origin: top;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    transition: all 0.2s ease-in-out;
}

.open > .dropdown-menu{
    transform: scale(1);
}

.ui-rte .btn-default{
    background: #fff;
    transition: all 0.2s ease-in-out;
    padding-right: 10px;
    padding-left: 10px;
}

.ui-rte .btn-default:hover{
    background: #f3f3f3;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

.dropdown-menu > li > a:hover {
    background: #f3f3f3;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.note-current-fontsize{
    float: right;
    padding: 0 0 0 5px;
}

.ltr .note-current-fontsize{
    float: left;
    padding: 0 5px 0 0;
}

span.caret:after {
    content: '\f0d7';
    font-family: fontAwesome;
}

.note-popover .popover-content .note-color .dropdown-toggle,
.panel-heading.note-toolbar .note-color .dropdown-toggle{
    width: auto;
}

.ui-rte .panel-default > .panel-heading{
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
}

.ui-rte .btn-group,
.ui-rte .btn-group-vertical,
.ui-rte button{
    float: right;
}

.ltr .ui-rte .btn-group,
.ltr .ui-rte .btn-group-vertical,
.ltr .ui-rte button{
    float: left;
}

.textField .modal{
    display: none;
}

[aria-hidden=false]{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
}

.textField .modal-dialog{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

.textField .modal-content{
    max-width: 350px;
    margin: auto;
    background: #fff;
    padding: 0;    
}

.modal-bg {
    display: table;
    width: 100%;
    height: 100%;
}

.modal-header{
    padding: 20px;
    background: #f8f9fb;
    text-align: center;
    font-size: 13px;
    position: relative;  
    font-weight: normal;  
}

.modal-header .close{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
    cursor: pointer;    
}

.modal-body{
    padding: 20px;
}

.modal-body label .label{
    padding-bottom: 5px;
    display: block;
}

.modal-body .form-group{
    margin-bottom: 20px;
    text-align: right;
}

.ltr .modal-body .form-group{
    text-align: left;
}

.note-link-url{
    direction: ltr;
}

.modal-footer{
    padding: 0 20px 20px 20px;
    text-align: center;
    display: inline-block;
    background: none;
}

.modal-footer .btn{
    padding: 6px 12px;
    background: #fab442;
    color: #2a2828;
}

.modal-footer .btn:hover{
    color: #fab442;
    background: #2a2828;
}

.modal-body .checkbox label:hover span{
    cursor: pointer;
    text-decoration: underline;
}

.modal-body .checkbox input{
    display: none;
}

.modal-body .checkbox span{
    display: inline-block;
}

.modal-body input[type="checkbox"]~span:before{
    content: '\f00c';
    display: inline-block;
    padding: 5px;
    color: #fff;
    background: #fff;
    margin: 0 0 0 10px;
    border-radius: 100%;
    font-family: fontAwesome;
    font-size: 10px;
    transition: all 0.2s ease-in-out;
    border: 1px solid #ccc;
}

.modal-body input[type="checkbox"]:checked~span:before{
    background: #fab442;
    border-color: transparent;
}

.ltr .modal-body input[type="checkbox"]~span:before{
    margin: 0 10px 0 0;
}

.note-popover.popover {
    max-width: none;
    display: none;
}
.lightbox{
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 200;
    background: rgba(0,0,0,0.7);
    top: 0;
    right: 0;
}

.lightbox .inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
}

.lightbox .inner .box{
    display: inline-block;
    width: 100%;
    margin: auto;
    background: #ffffff;
}

.lightbox .header{
    position: relative;
    padding: 30px;
    text-align: center;
}

.lightbox .btn-close{
    position: absolute;
    right: 10px;
    font-size: 14px;
    top: 10px;
    padding: 5px;
}

.lightbox .title{
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin: auto;
}

.lightbox .content{
    width: 100%;
    display: inline-block;
    min-height: auto;
    padding: 0;
    margin: auto;
    background: none;
    max-height: 50vh;
    overflow-y: auto;
}

.lightbox .footer{
    padding: 20px;
}
#business-codes .box{
    max-width: 400px;
    font-size: 14px;
    text-align: right;
}

#business-codes .table{
    max-width: 80%;
    margin: auto;
}

#business-codes .table tr{
    border-bottom: 1px solid #cccccc;
}

#business-codes .table td{
    padding: 10px;
}

.business-code{
    color: #fab442;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
}

.business-code span{
    display: inline-block;
}

u.business-code{
  cursor: pointer;
}

.ui-table {
    font-size: 13px;
    width: 100%;
    border-collapse: collapse;
    margin: auto;
    line-height: 1.4;
}

.ui-table thead > tr,
.ui-table tbody >  tr {
    border-bottom: 1px solid #cccccc;
}

.ui-table td,
.ui-table th {
    padding: 10px;
}

.ui-table th {
    font-size: 12px;
    font-weight: 700;
    padding: 20px 10px;
}

.ui-table th.actions,
.ui-table td.actions{
    text-align: left;
    width: 45px;
}

.ui-table .toggle-btn{
    font-size: 25px;
    display: inline-block;
    color: #1a7b8f;
}

.ui-table .mobile{
    display: none;
}

.ui-table .gray{
    color: #a2a2a2;
}

.ui-table .tooltip-hoverable{
    display: inline-block;
    padding: 5px 10px;
    background: #f3f3f4;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.tooltip-hoverable:hover .hoverable-popup {
    display: block;
}

.hoverable-popup {
    display: none;
    position: absolute;
    top: -10px;
    right: 0;
    width: 180px;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    padding: 1em;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
}

.hoverable-popup:after {
    position: absolute;
    right: 20%;
    bottom: -8px;
    content: "";
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid rgba(0,0,0,0.7);
}

.ui-table .section{
    border: none;
    background: #f3f3f3;
    text-align: center;
}

.ui-table .btn{
    white-space: nowrap;
}

.ui-table .mobile-row.details,
.ui-table .mobile-row{
    display: none;
}

.ui-table .info{
    display: table;
}

.ui-table .info-row{
    display: table-row;
}

.ui-table .info-row .label{
    font-weight: 700;
    display: table-cell;
    vertical-align: top;
    padding: 0 0 10px 20px;
}

.ui-table .info-row .data{
    display: table-cell;
    vertical-align: top;
    padding: 0 0 10px 0;
}

.ui-table .mobile-col{
    display: none;
}

@media only screen and (max-width: 1040px){
    .ui-table{
        table-layout: auto;
        min-width: 300px;
    }

    .sales-reports.ui-table {
        table-layout: fixed;
    }

    .sales-report .ui-table .info{
        display: block;
        min-width: 270px;
    }
       
    .ui-table .desktop-col,
    .ui-table .desktop-row{
        display: none;
    }

    .ui-table .mobile-row.details.show,
    .ui-table .mobile-row{
        display: table-row;
        min-width: 300px;
    }

    .ui-table .mobile-col{
       display: table-cell;
    }

    .ui-table .mobile-toggle{
        position: relative;
    }

    .ui-table .mobile-toggle .fa{
        font-size: 25px;
        position: absolute;
        top: 5px;
        left: 10px;
    }
}
.notifications{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.notifications > .inner{
    width: 130px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    border-left: 1px solid #cccccc;
}

.notifications .circle-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #1a7b8f;
    line-height: 2;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.notifications .customer-icon{
    display: block;
    margin: auto;
    width: 50px;
    height: 50px;
}

.notifications .label{
    display: block;
    margin: 5px auto 0 auto;
}

.notifications .counter{
    position: absolute;
    display: inline-block;
    color: #ffffff;
    background: #d21616;
    top: 10px;
    left: 70px;
    border-radius: 25px;
    padding: 2px 7px;
    line-height: initial;
    font-size: 13px;
    font-weight: 700;
    min-width: 22px;
    height: 22px;
    -webkit-animation: popup 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);; /* Safari 4.0 - 8.0 */
    animation: popup 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes popup {
    0%   {transform: scale(0,0);}
    100% {transform: scale(1,1);}
}

@keyframes popup {
    0%   {transform: scale(0,0);}
    100% {transform: scale(1,1);}
}

.notifications .message{
    position: absolute;
    left: 120px;
    top: 10px;
    width: 100%;
    height: 80px;
    font-size: initial;
    color: #555555;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    z-index: 2;
}

.notifications .message .inner{
    display: table;
    border: 1px solid #fab442;
    height: 80px;
    background: #ffffff;
    position: absolute;
    opacity: 0;
    left: -250px;
    top: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.notifications .message.show .inner{
    opacity: 1;
    left: 0;
}

.notifications .message .inner > *{
    display: table-cell;
}

.notifications .message .inner .checkmark{
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    background: #f3f3f3;
    border-left: 1px solid #e3e3e3;
    font-size: 25px;
    color: #1a7b8f;
}

.notifications .message .inner .info{
    vertical-align: middle;
    text-align: right;
    padding: 10px 20px;
}

.notifications .message .inner .close{
    text-align: left;
    vertical-align: top;
}

.notifications .message .inner .close .fa-times{
    display: inline-block;
    cursor: pointer;
    padding: 5px;
}

.notifications .message .value{
    display: block;
    /* @noflip */
    direction: rtl;
}

.notifications .message .value .amount{
    font-size: 20px;
}

.notifications .message .small{
    font-size: 12px;
}

.redeems-summary{
    position: absolute;
    top: 95px;
    left: -160px;
    width: 450px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #e3e3e3;
    background: #ffffff;
    transition: all 0.2s ease-in-out;
    transform: scale(1,0);
    transform-origin: top;
}

.redeems-summary.show{
    transform: scale(1,1);
}

.redeems-summary .fa-caret-up{
    position: absolute;
    left: calc(50% - 10px);
    font-size: 40px;
    top: -25px;
    color: #ffffff;
    text-shadow: 0 -1px 0 #cccccc;
}

.redeems-summary .scroller{
    max-height: 200px;
    overflow-y: auto;
    direction: ltr;
}

.redeems-summary .redeems-table{
    display: table;
    width: 100%;
    font-size: 14px;
    direction: rtl;
    border-collapse: collapse;
}

.redeems-summary .redeem-row{
    display: table-row;
    height: 40px;
    border-bottom: 1px solid #cccccc;
    /* @noflip */
    direction: rtl;
}

.redeems-summary .redeem-row > *{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 10px;
}

.redeems-summary .redeem-row > .date-time{
    padding: 10px 20px;
}

.redeems-summary .header{
    font-size: 18px;
    font-weight: 700;
    padding: 15px 30px;
    text-align: right;
    border-bottom: 1px solid #a2a2a2;
}

.redeems-summary .footer{
    display: block;
    background: #434343;
    color: #fab442;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.redeems-summary .footer .fa-angle-left{
    /* @replace: rotate(180deg) */
    transform: none;
}

.redeems-summary .no-redeems{
    padding: 20px;
    font-size: 14px;
    text-align: center;
}

.redeems-summary .no-redeems img{
    display: block;
    max-width: 220px;
    max-height: 120px;
    margin: 10px auto 0 auto;
}

.redeem-row .fit{
    width: 1%;
    white-space: nowrap;
}

.redeem-row .date-time span:nth-child(2){
    display: block;
    font-size: 12px;
    color: #a2a2a2;
}

.redeems-summary .redeem-row span {
    display: inline-block;
    direction: ltr;
}

.redeems-summary .volume{
    position: absolute;
    left: 0;
    padding: 10px;
    cursor: pointer;
    top: 5px;
    user-select: none;
}

.redeems-summary .volume img{
    width: 18px;
    height: 18px;
    display: block;
    pointer-events: none;
}

@media only screen and (max-width: 680px){

    .notifications{
        position: absolute;
        width: auto;
        display: inline-block;
        left: 80px;
        top: 15px;
        padding: 0;
    }

    .notifications .label{
        display: none;
    }

    .notifications .message{
        display: none;
    }
    
    .notifications .counter{
        top: -10px;
        left: 20px;
    }

    .notifications > .inner{
        border: none;
        width: 100%;
    }
    
    .notifications .customer-icon{
        width: 30px;
        height: 30px;
    }

    .redeems-summary{
        display: none;
    }
}
.mobile-action{
    display: inline-block;
}

.mobile-action .label{
    font-size: 13px;
    display: block;
}

.mobile-action .icon,
.mobile-action .fa{
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
}

.mobile-filters{
    display: none;
    position: fixed;
    z-index: 5;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f5f5f5;
}

.mobile-filters .header{
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
}

.mobile-filters .header > *{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

.mobile-filters .header .text{
    font-size: 18px;
}

.mobile-filters .header .btn{
    color: #1a7b8f;
    font-size: 14px;
}

.mobile-filters .body{
    padding: 20px;
    overflow-y: auto;
    height: calc(100% - 115px);
}

.mobile-filters .section{
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    display: block;
}

.mobile-filters .field-label{
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.mobile-filters .field-label.inputSelect select{
    padding: 0 7px 0 30px;
}

.mobile-filters .field-label.inputSelect:after{
    bottom: 10px;
    top: auto;
}

.mobile-filters .field-label span{
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.mobile-filters .mobile-field{
    font-size: 12px;
    padding: 0 7px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 2.5;
}

.mobile-filters .mobile-field:focus{
    outline: none;
    border-color: #fab442;
}

.mobile-field::-webkit-inner-spin-button,
.mobile-field::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.mobile-filters .footer{
    border-top: 1px solid #cccccc;
    background: #ffffff;
    padding: 20px;
    font-size: 14px;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

.mobile-filters .footer .btn{
    width: 100%;
    display: inline-block;
    height: 35px;
    padding: 0;
    line-height: 2.5;
}

.mobile-filters .radio-field{
    display: inline-table;
    width: 100%;
    font-size: 12px;
    background: #ffffff;
    border-radius: 3px;
    table-layout: fixed;
    border-collapse: collapse;
}

.mobile-filters .radio-field .option{
    display: table-cell;
    text-align: center;
    padding: 10px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border: 1px solid #cccccc;
}

.mobile-filters .radio-field .option.selected{
    background: #fab442;
}

.mobile-filters .field-split{
    display: inline-block;
    width: 100%;
}

.mobile-filters .field-split .field-label:nth-child(1){
    float: right;
    width: calc(50% - 10px);
}

.mobile-filters .field-split .field-label:nth-last-child(1){
    float: left;
    width: calc(50% - 10px);
}

.mobile-filters .field-split .field-label:nth-child(2):before {
    content: ":";
    position: absolute;
    right: -12px;
    top: 8px;
}

@media only screen and (max-width: 680px){
    .mobile-filters{
        display: block;
    }

    .desktop-filters{
        display: none;
    }
}
.payment-report-summary {
  font-size: 14px;
  padding: 0 0 20px 0;
  display: inline-block;
  width: 100%;
}

.payment-report-summary .data {
  float: right;
  width: 25%;
  border-left: 1px solid #cccccc;
  text-align: center;
  padding: 0 20px;
}

.payment-report-summary .data:nth-child(4){
  border: none;
}

.payment-report-summary .data div{
  display: block;
  padding-bottom: 5px;
}

.payment-report-summary .details-btn{
  float: right;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.payment-report-summary .details-btn .btn{
  display: inline-block;
  font-size: 15px;
  padding: 7px 30px;
}

@media only screen and (max-width: 425px){
  .payment-report-summary{
    font-size: 12px;
  }

  .payment-report-summary .data{
    padding: 0 5px;
  }
}
.empty-table{
    padding: 50px 20px;
}

.empty-view{
    padding: 20px;
    color: #a2a2a2;
}

.empty-state .title{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.empty-state .tagline{
    margin: 0px auto 30px auto;
    font-size: 16px;
}

.empty-state img{
    margin: auto;
    display: block;
    max-width: 100%;
}

@media only screen and (max-width: 425px){
    .empty-state img{
        max-width: 70%;
    }
}
.message-bar{
    border: 1px solid #fab442;
    background: #ffffff;
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.message-bar .icon{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    font-size: 20px;
    color: #fab442;
    padding: 0;
}

.message-bar .text{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 10px 0 10px 20px;
    font-size: 13px;
}

.message-bar .text .label{
    margin-bottom: 5px;
    font-weight: 700;
}

.message-bar .message-row{
    margin: 5px 0;
}
.realize-voucher {
  padding: 10px 10px;
  border: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
}
.voucher-production-inner {
  width: 100%;
  display: inline-block;
  position: relative;
  border-radius: 10px;
}

.voucher-production-inner .title--xs {
  color: #4F5869;
  font-style: normal;
  font-weight: 700;
}

.realize-voucher input::placeholder {
  font-size: 15px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 4px;

  color: #79849A;
}

.voucher-production-inner.wrapper {
  max-width: 530px;
}

.voucher-production-inner .title--xs {
  padding-bottom: 20px;
  color: #4F5869;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */

  text-align: center;

  /* Cool gray 05 */

  color: #4F5869;
}
.voucher-production-inner .singular-input {
  display: block;
  width: 100%;
  text-align: right;
  -webkit-appearance: none;
  border-color: #BDC4D1;
  height: 48px;
}

.voucher-production-inner input.singular-input:focus {
  border-color: #ffa126 !important;
}

.voucher-production-inner input.singular-input:hover {
  border-color: #79849a;
}

.voucher-production-inner .form-container {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 404px) {
  .voucher-production-inner .form-container {
    flex-direction: column;
  }

  .voucher-production-inner .form-container button[type=submit] {
    margin-top: 14px;
    height: 50px;
  }
}

.voucher-production-inner > .voucher-codes {
  margin-top: 44px;
}

.voucher-production-inner .bm-icon {
  left: 1%;
  position: absolute;
  top: 5px;
  width: auto;
  height: auto;
  pointer-events: none;
  border-radius: 6px;
  padding: 7px 7px 7px 10px;
  background: #fff;
}

.voucher-production-inner .bm-icon svg {
  width: 24px;
  height: 24px;
}

.voucher-production-inner label.input {
  display: inline-block;
  margin-left: 10px;
  max-width: 258px;
  width: 66%;
}

.voucher-production-inner .form-group--compact {
  margin-bottom: 15px;
}

.voucher-production-inner .realize-voucher-server-error {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  color: black;
  background-color: #f7e4e6;
  display: inline-block;
  padding: 20px 10px;
  border-radius: 5px;
  font-size: 12px;
  z-index: 1;
  width: 100%;
}


.voucher-production-inner .realize-voucher-server-error::after {
  content: "";
  width: 0;
  height: 0;
  border-top: none;
  border-bottom: 15px solid #f7e4e6;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translate(100%, -70%);
}

.voucher-production-inner .branch-select {
  width: 122px;
  margin-left: 10px;
}

.voucher-production-inner .ui-select ul {
  width: max-content;
  max-width: 200px;
  min-width: 140px;
}



.voucher-production-bird {
  position: absolute;
  bottom: 10px;
  left: -webkit-calc(100% - 50px);
  left: calc(100% - 50px);
  transform: scaleX(1);
  -ms-transform: scaleX(1);
}

.voucher-production-btn {
  padding: 10px 30px;
}

@media screen and (max-width: 1050px) {
  .voucher-production-bird {
    display: none;
  }
}

.voucher-production-inner {
  display: block;
  padding: 10px 15px;
  background: transparent;
}

@media screen and (max-width: 404px) {
  .voucher-production-inner .form-container {
    flex-direction: column;
  }

  .voucher-production-inner .form-container button[type=submit] {
    margin-top: 20px;
    height: 50px;
  }


  .voucher-production-inner label.input {
    max-width: 100%;
    width: 100%;
  }

  .voucher-production-inner .branch-select {
    width: 100%;
    margin-top: 24px;
  }
}

@media screen and (max-width: 425px){
  .voucher-production-inner .ui-select ul {
    width: 100%;
    max-width: unset;
  }
}
.pagination {
    font-size: 12px;
    text-align: center;
    display: table;
    width: auto;
    margin: 30px auto 0 auto;
}

.pagination > * {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pagination button{
    padding: 5px;
    margin: 0;
    display: block;
    margin: auto;
}

.pagination-page {
    margin-left: 6px;
    margin-right: 6px;
    padding: 5px 6px;
    border-radius: 3px;
    color: #767676;
}

.pagination .active {
    border: 1px solid #e43a3a;
    color: #e43a3a;
}

@media screen and (max-width: 440px) {
    .pagination {
        font-size: 11px;
    }
}
@media only screen and (max-width: 680px){
    #INDmenu-btn svg{
        width: 90px !important;
        height: auto !important;
    }
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
 .picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
 
  /**
   * The picker input element.
   */
  .picker__input {
    cursor: default;
  }
  /**
   * When the picker is opened, the input element is “activated”.
   */
  .picker__input.picker__input--active {
    border-color: #fab422;
  }
  /**
   * The holder is the only “scrollable” top-level container element.
   */
  .picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /*!
   * Classic picker styling for pickadate.js
   * Demo: http://amsul.github.io/pickadate.js
   */
  /**
   * Note: the root picker element should *NOT* be styled more than what’s here.
   */
  .picker {
    position: relative; 
    width: 100%;
  }
  /**
   * The holder is the base of the picker.
   */
  .picker__holder {
    position: absolute;
    background: #ffffff;
    border: 1px solid #efefef;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    min-width: 176px;
    max-width: 370px;
    max-height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
            transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transition: -webkit-transform 0.25s ease-out, opacity 0.25s ease-out, max-height 0s 0.25s, border-width 0s 0.25s;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out, max-height 0s 0.25s, border-width 0s 0.25s;
  }
  /**
   * The holder when the datepicker open to the top.
   */
  .open-to-top .picker__holder {
    bottom: 45px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 6px 40px 1px rgba(0, 0, 0, 0.12);
  }
  /**
   * The frame and wrap work together to ensure that
   * clicks within the picker don’t reach the holder.
   */
  .picker__frame {
    padding: 1px;
  }
  .picker__wrap {
    margin: -1px;
  }
  /**
   * When the picker opens...
   */
  .picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
            transform: translateY(0) perspective(600px) rotateX(0);
    transition: -webkit-transform 0.25s ease-out, opacity 0.25s ease-out, max-height 0s, border-width 0s;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out, max-height 0s, border-width 0s;
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  }

  /*
  cancel glow around datepicker
  */

  .picker:focus,
  .picker__holder:focus{
    outline: none;
  }
  
.design-system.ui-datepicker{
  position: relative;
}

.design-system.ui-datepicker .dp-label{
  font-size: 16px;
  color: #262b36;
  margin-bottom: 20px;
  display: block;
}

.design-system.ui-datepicker .dp-input,
.design-system.ui-datepicker .dp-native{
  color: #262b36;
  border: 1px solid #bdc4d1;
  background: #ffffff;
  font-size: 14px;
  border-radius: 6px;
  padding: 7px 10px;
  height: 30px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  padding: 10px;
  height: 40px;
}

.design-system.ui-datepicker .parsley-errors-list{
  position: absolute;
  top: 85px;
  right: 0;
  color: #f01f39;
  font-size: 13px;
}

.design-system.ui-datepicker .parsley-error{
  border-color: #f01f39;
}

.design-system.ui-datepicker .picker__input--active,
.design-system.ui-datepicker .dp-native:focus{
  border-color: #ffa126;
}

.design-system.ui-datepicker.filled .dp-input,
.design-system.ui-datepicker.filled .dp-native{
  border-color: #79849a;
}


/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
 .picker__box {
    padding: 0 1em;
  }
  /**
   * The header containing the month and year stuff.
   */
  .picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
  }
  /**
   * The month and year labels.
   */
  .picker__month,
  .picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
  }
  .picker__year {
    color: #999999;
    font-size: 0.80em;
  }
  /**
   * The month and year selectors.
   */
  .picker__select--month,
  .picker__select--year {
    max-height: 2.2em;
    padding: .2em;
    margin-left: .25em;
    margin-right: .25em;
    font-size: 13px;
    background: transparent;
    border: 1px solid #efefef;
  }

  .picker__select--month:focus,
  .picker__select--year:focus {
    outline:none;
  }

  @media (min-width: 24.5em) {
    .picker__select--month,
    .picker__select--year {
      margin-top: -0.5em;
    }
  }
  .picker__select--month {
    width: 40%;
  }
  .picker__select--year {
    width: 30%;
  }
  
  /**
   * The month navigation buttons.
   */
  .picker__nav--prev,
  .picker__nav--next {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -0.25em;
  }

  .picker__nav--prev{
    padding: .5em 1.25em .5em 0;
  }

  .picker__nav--next{
    padding: .5em 0 .5em 1.25em;
  }

  /* l2r case - english */
  .en .picker__nav--prev{
    padding: .5em 0 .5em 1.25em;
  }

  .en .picker__nav--next{
    padding: .5em 1.25em .5em 0;
  }



  @media (min-width: 24.5em) {
    .picker__nav--prev,
    .picker__nav--next {
      top: -0.33em;
    }
  }
  .picker__nav--prev {
    left: -1em;
    padding-right: 1.25em;
  }
  @media (min-width: 24.5em) {
    .picker__nav--prev {
      padding-right: 1.5em;
    }
  }
  .picker__nav--next {
    right: -1em;
    padding-left: 1.25em;
  }
  @media (min-width: 24.5em) {
    .picker__nav--next {
      padding-left: 1.5em;
    }
  }
  .picker__nav--prev:before,
  .picker__nav--next:before {
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 0.8;
  }

  .picker__nav--prev:before {
    content: '\f105';
  }

  .picker__nav--next:before {
    content: '\f104';
  }

  .picker__nav--prev:hover,
  .picker__nav--next:hover {
    cursor: pointer;
  }
  .picker__nav--disabled,
  .picker__nav--disabled:hover,
  .picker__nav--disabled:before,
  .picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
  }
  /**
   * The calendar table of dates
   */
  .picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em;
  }
  @media (min-height: 33.875em) {
    .picker__table {
      margin-bottom: .75em;
    }
  }
  .picker__table td {
    margin: 0;
    padding: 0;
  }
  /**
   * The weekday labels
   */
  .picker__weekday {
    width: 14.285714286%;
    font-size: .85em;
    padding-bottom: .25em;
    color: #14829f;
    /* Increase the spacing a tad */
  }
  @media (min-height: 33.875em) {
    .picker__weekday {
      padding-bottom: .5em;
    }
  }
  /**
   * The days on the calendar
   */
  .picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border-radius: 5px;
    transition: background .1s;
    font-size: 13px;
  }
  .picker__day--today {
    position: relative;
    color: #f7b336;
  }
  .picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 0.5em solid #f7b336;
    border-left: .5em solid transparent;
  }
  .picker__day--disabled:before {
    border-top-color: #aaaaaa;
  }
  .picker__day--outfocus {
    color: #dddddd;
  }
  .picker__day--infocus:hover,
  .picker__day--outfocus:hover {
    cursor: pointer;
    color: #000000;
    background: #f7b336;
  }
  .picker__day--highlighted {
    border-color: #f7b336;
  }
  .picker__day--highlighted:hover,
  .picker--focused .picker__day--highlighted {
    cursor: pointer;
    color: #000000;
    background: #f7b336;
  }
  .picker__day--selected,
  .picker__day--selected:hover,
  .picker--focused .picker__day--selected {
    background: #f7b336;
    color: #ffffff;
  }
  .picker__day--disabled,
  .picker__day--disabled:hover,
  .picker--focused .picker__day--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
  }
  .picker__day--highlighted.picker__day--disabled,
  .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb;
  }
  /**
   * The footer containing the "today", "clear", and "close" buttons.
   */
  .picker__footer {
    text-align: center;
  }
  .picker__button--today,
  .picker__button--clear,
  .picker__button--close {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: bold;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
  }

  .picker__button--today:focus,
  .picker__button--clear:focus,
  .picker__button--close:focus {
    outline: none;
  }
  .picker__button--today:before,
  .picker__button--clear:before,
  .picker__button--close:before {
    position: relative;
    display: inline-block;
    height: 0;
  }
  .picker__button--today:before,
  .picker__button--clear:before {
    content: " ";
    margin-right: .45em;
  }

  /*
  .picker__button--today:before {
    top: -0.05em;
    width: 0;
    border-top: 0.66em solid #0059bc;
    border-left: .66em solid transparent;
  }
  .picker__button--clear:before {
    top: -0.25em;
    width: .66em;
    border-top: 3px solid #ee2200;
  }
  .picker__button--close:before {
    content: "\D7";
    top: -0.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: .35em;
    color: #777777;
  }
  */

  .picker__button--today[disabled],
  .picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
  }
  .picker__button--today[disabled]:before {
    border-top-color: #aaaaaa;
  }
  

  /*************************/
  /* language prefix en/he */
  /*************************/

    /* if english */
    .en .picker{
      direction: ltr;
    }
  
    /* if hebrew */
    .he .picker {
      direction: rtl;
    }
    /**
     * Flip around the “next” and “previous” buttons.
     */
    .he .picker__nav--next {
      right: auto;
      left: -1em;
    }
    .he .picker__nav--prev {
      left: auto;
      right: -1em;
    }
  
    /* english direction */
    .en .picker__nav--next {
      right: -1em;
      left: auto;
    }
  
    .en .picker__nav--next::before {
      content: '\f105';
    }
  
    .en .picker__nav--prev {
      left: -1em;
      right: auto;
    }
  
    .en .picker__nav--prev::before {
      content: '\f104';
    }



  /* ==========================================================================
     $CLASSIC-DATE-PICKER
     ========================================================================== */
  


    
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
 .picker__list {
    list-style: none;
    padding: 0.75em 0 4.2em;
    margin: 0;
  }
  /**
   * The times on the clock.
   */
  .picker__list-item {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: -1px;
    position: relative;
    background: #ffffff;
    padding: .75em 1.25em;
  }
  @media (min-height: 46.75em) {
    .picker__list-item {
      padding: .5em 1em;
    }
  }
  /* Hovered time */
  .picker__list-item:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
    border-color: #0089ec;
    z-index: 10;
  }
  /* Highlighted and hovered/focused time */
  .picker__list-item--highlighted {
    border-color: #0089ec;
    z-index: 10;
  }
  .picker__list-item--highlighted:hover,
  .picker--focused .picker__list-item--highlighted {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
  }
  /* Selected and hovered/focused time */
  .picker__list-item--selected,
  .picker__list-item--selected:hover,
  .picker--focused .picker__list-item--selected {
    background: #0089ec;
    color: #ffffff;
    z-index: 10;
  }
  /* Disabled time */
  .picker__list-item--disabled,
  .picker__list-item--disabled:hover,
  .picker--focused .picker__list-item--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
    border-color: #dddddd;
    z-index: auto;
  }
  /**
   * The clear button
   */
  .picker--time .picker__button--clear {
    display: block;
    width: 80%;
    margin: 1em auto 0;
    padding: 1em 1.25em;
    background: none;
    border: 0;
    font-weight: 500;
    font-size: .67em;
    text-align: center;
    text-transform: uppercase;
    color: #666;
  }
  .picker--time .picker__button--clear:hover,
  .picker--time .picker__button--clear:focus {
    color: #000000;
    background: #b1dcfb;
    background: #ee2200;
    border-color: #ee2200;
    cursor: pointer;
    color: #ffffff;
    outline: none;
  }
  .picker--time .picker__button--clear:before {
    top: -0.25em;
    color: #666;
    font-size: 1.25em;
    font-weight: bold;
  }
  .picker--time .picker__button--clear:hover:before,
  .picker--time .picker__button--clear:focus:before {
    color: #ffffff;
    border-color: #ffffff;
  }
  
  /* ==========================================================================
     $CLASSIC-TIME-PICKER
     ========================================================================== */
  /**
   * Note: the root picker element should __NOT__ be styled
   * more than what’s here. Style the `.picker__holder` instead.
   */
  .picker--time {
    min-width: 256px;
    max-width: 320px;
  }
  /**
   * The holder is the base of the picker.
   */
  .picker--time .picker__holder {
    background: #f2f2f2;
  }
  @media (min-height: 40.125em) {
    .picker--time .picker__holder {
      font-size: .875em;
    }
  }
  /**
   * The box contains the list of times.
   */
  .picker--time .picker__box {
    padding: 0;
    position: relative;
  }
  
.add-media .ui-title{
    margin-bottom: 10px;
}

.rtl .add-media .ui-title{
    float: right;
    margin-left: 10px;
}

.rtl .add-media .media-fields{
    float: right;
}

.ltr .add-media .media-fields{
    float: left;
}

.ltr .add-media .ui-title{
    float: left;
    margin-right: 10px;
}

.media-icon{
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}

.ui-file:hover .media-icon{
    border-color: #fab442;
}

.media-thumbnail{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 65px;
}

.rtl .media-thumbnail{
    margin-left: 8px;
}

.ltr .media-thumbnail{
    margin-right: 8px;
}

.media-thumbnail .img{
    max-height: 40px;
}

.media-remove{
    position: absolute;
    top: 32%;
}

.rtl .media-remove{
    left: -15px;
}

.ltr .media-remove{
    right: -15px;
}

.add-media .ui-error{
    width: 100%;
    padding: 0px 10px;
}

.rtl .add-media .ui-error{
    float: right;
}

.ltr .add-media .ui-error{
    float: left;
}

.new-videos-banner.svg{
    display: inline-block;
    width: 100px;
    height: 40px;
    vertical-align: middle;
    margin: 0 0 0 10px;
}


.rtl .new-videos-banner{
    margin: 0 0 0 10px;
}

.ltr .new-videos-banner{
    margin: 0 10px 0 0;
}

.ui-lightbox.add-video .lightbox-head{
    margin-bottom: 20px;
}

.ui-lightbox.add-video .box{
    max-width: 710px;
    margin: auto;
}

.add-video .category-title{
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    width: calc(100% - 20px);
    margin: 0 10px 10px 10px;
}

.rtl .add-video .category-title{
    float: right;
}

.ltr .add-video .category-title{
    float: left;
}

.add-video .category-title .toggle-icon{
    display: none;
    margin-top: 3px;
    transition: all 0.2s ease-in-out;
}

.rtl .add-video .category-title .toggle-icon{
    float: left;
}

.ltr .add-video .category-title .toggle-icon{
    float: right;
    transform: rotate(180deg);
}

.rtl .add-video .category-title.open .toggle-icon{
    transform: rotate(-90deg);
}

.ltr .add-video .category-title.open .toggle-icon{
    transform: rotate(90deg);
}

.videos-list{
    display: inline-block;
    width: 100%;
    overflow-y: auto;
    margin-top: 10px;
}

.relevant-videos{
    display: inline-block;
    width: 100%;
}

.ui-lightbox.add-video .overflow{
    overflow-y: auto;
    overflow-x: hidden;
    display: inline-block;
    width: 100%;
}

.ui-lightbox.add-video .overflow.all{
    max-height: 50vh;
}

.ui-lightbox.add-video .overflow.more{
    max-height: 240px;
}

.videos-items{
    width: 100%;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.video-item{
    margin: 10px;
    width: calc(33.3% - 20px);
    cursor: pointer;
    position: relative;
}

.rtl .video-item{
    float: right;
}

.ltr .video-item{
    float: left;
}

.video-item.selected .thumbnail .img{
    border: 3px solid #fab442;
}

.video-item.selected .select-video{
    display: none;
}

.video-item .check-icon{
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.rtl .video-item .check-icon{
    right: 0;
}

.ltr .video-item .check-icon{
    left: 0;
}

.video-item.selected .check-icon{
    display: inline-block;
}

.video-item .thumbnail{
    position: relative;
}

.video-item .thumbnail .img{
    max-width: 100%;
    position: relative;
    padding-bottom: 60%;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
}

.thumbnail .play-video{
    position: absolute;
    top: calc(50% - 16px);
    transition: all 0.2s ease-in-out;
    z-index: 2;
}

.rtl .thumbnail .play-video{
    right: calc(50% - 16px);
}

.ltr .thumbnail .play-video{
    left: calc(50% - 16px);
}

.media-thumbnail .play-video{
    position: absolute;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.rtl .media-thumbnail .play-video{
    right: calc(50% - 13px);
}

.ltr .media-thumbnail .play-video{
    left: calc(50% - 13px);
}

.video-item .thumbnail:hover .play-video{
    transform: scale(1.2);
}

.select-video{
    padding: 5px 0;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.select-video svg{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: bottom;
}

.select-video svg .circle{
    fill: #f5b135;
}

.select-video:hover span{
    text-decoration: underline;
}

.video-preview{
    display: block;
    margin: 0 auto;
}

.video-player{
    margin: 20px auto;
    border: 10px solid #000;
    background: #000;
    width: 100%;
    max-width: 576px;
    height: auto;
    display: block;
}

.select-video-btn{
    text-align: center;
    margin: 10px;
}

.limit-size {
  font-size: 13px;
  font-weight: normal;
  display: block;
}

@media only screen and (max-width: 550px) {
    .add-media .ui-title,
    .add-media .media-fields{
        float: none;
    }

    .new-videos-banner{
        width: 80px;
        margin: auto;
    }

    .videos-items{
        height: 0;
    }

    .video-item{
        width: calc(50% - 20px);
    }

    .add-video .category-title .toggle-icon{
        display: block;
    }
}
.currency-item{
  direction: ltr;
  display: inline-block;
  white-space: nowrap;
}
::-webkit-input-placeholder{
    color: #c5c5c5;
}

/* iOS click fix*/
[data-ember-action]{
    cursor: pointer;
}

.ui-card{
	background: #fff;
	padding: 10px 0;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.ui-card.with-error{
    border: 1px solid red;
}

.ui-error{
    font-size: 11px;
    color: red;
}

.ui-field .parsley-errors-list{
    font-size: 11px;
    color: red;
    margin-top: 2px;
}

.ui-textarea textarea.with-error,
.ui-textarea input.with-error,
.ui-textarea textarea.parsley-error,
.ui-input input.parsley-error{
    border-color: #fc0d1b;
    background: #fff0f1;
}

.ui-title{
	font-weight: bold;
    font-size: 18px;
    margin: 0 10px;
    display: block;
}

.ui-text{
    font-size: 13px;
    margin: 5px 10px 0 10px;
    display: block;
}

.ui-file{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
}

.ui-file input{
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.rtl .ui-file input{
    right: 0;
}

.ltr .ui-file input{
    left: 0;
}

.ui-file img{
    display: block;
    max-width: 100%;
    pointer-events: none;
}

.ui-lightbox{
    position: fixed;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 12;
    display: table;
    top: 0;
}

.ui-lightbox > .inner{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}

.ui-lightbox .box{
    background: #fff;
    border-radius: 3px;
}

.lightbox-close{
    padding: 10px 10px 0 10px;
}

.rtl .lightbox-close{
    text-align: right;
}

.ltr .lightbox-close{
    text-align: left;
}

.lightbox-close img{
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    border: none;
}

.ui-lightbox .banner{
    position: relative;
}

.ui-lightbox .banner .lightbox-close{
    position: absolute;
    top: 0;
    cursor: pointer;
    padding: 10px;
}

.rtl .ui-lightbox .banner .lightbox-close{
    right: 0;
}

.ltr .ui-lightbox .banner .lightbox-close{
    left: 0;
}

.ui-lightbox .banner img{
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
}

.lightbox-head{
    font-size: 18px;
    margin: auto;
    font-weight: 700;
    padding: 0 10px;
}

.lightbox-content{
    padding: 0 10px 10px 10px;
    display: inline-block;
    width: 100%;
    text-align: right;
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.rtl .lightbox-content{
    text-align: right;
}

.ltr .lightbox-content{
    text-align: left;
}

button{
  font-family: inherit;
}

.ui-btn{
    display: inline-block;
    margin: auto;
    padding: 10px 30px;
    color: #393939;
    font-weight: 700;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border: none;
    text-align: center;
    text-decoration: none;
}

.ui-btn.orange{
    background: #ffa126;
}

.ui-btn.blue{
    background: #1d819c;
    color: #ffffff;
}

.ui-btn[disabled],
.ui-btn.disabled{
    cursor: not-allowed;
    opacity: 0.5;
}

.ui-btn.orange:not(.disabled):hover{
    background: #e89909;
    color: #393939;
    text-decoration: none;
}

.ui-btn.blue:not(.disabled):hover{
    background: #1a5c71;
    color: #ffffff;
    text-decoration: none;
}

.ui-btn.large{
    font-size: 18px;
}

.ui-btn.full {
  width: 100%;
  text-align: center;
}

.ui-back-btn{
    cursor: pointer;
    font-size: 13px;
}

.ui-back-btn div{
    display: inline;
}

.ui-back-btn img,
.ui-back-btn span{
    display: inline-block;
    vertical-align: middle;
}

.rtl .ui-back-btn img{
    transform: none;
}

.ltr .ui-back-btn img{
    transform: rotate(180deg);
}

.lockScroll,
.mobile-menu-lock-scroll{
    overflow: hidden;
}

.ui-radio{
    display: inline-block;
    font-size: 13px;
    position: relative;
}

.ui-radio label{
    cursor: pointer;
}

.rtl .ui-radio label{
    float: right;
    margin: 5px 0 5px 10px;
}

.ltr .ui-radio label{
    float: left;
    margin: 5px 10px 5px 0;
}

.ui-radio.vertical label{
    clear: both;
}

.ui-radio .text{
    display: inline-block;
    vertical-align: middle;
}

.rtl .ui-radio .text{
    margin-right: 5px;
}

.ltr .ui-radio .text{
    margin-left: 5px;
}

.ui-radio .circle{
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #fab442;
    position: relative;
    padding: 8px;
}

.ui-radio .circle:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    border-radius: 100%;
    top: 3px;
    transition: all 0.2s ease-in-out;
}

.rtl .ui-radio .circle:before{
    right: 3px;
}

.ltr .ui-radio .circle:before{
    left: 3px;
}

.ui-radio .selected .circle:before{
    background: #fab442;
}

.ui-textarea textarea,
.ui-input input{
    border: 1px solid #fab442;
    background: #fff;
    padding: 9px 10px;
    border-radius: 3px;
    display: block;
    font-size: inherit;
}

.ui-textarea textarea{
    resize: none;
}

.ui-field{
    display: block;
    margin-bottom: 10px;
    position: relative;
    font-size: 15px;
}

.ui-field .label{
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
}

.ui-select .chosen-container{
    font-size: inherit;
}

.ui-select .chosen-container-single .chosen-single{
    padding: 11px 10px !important;
    line-height: 1 !important;
    height: auto !important;
    border-radius: 3px;
    border: 1px solid #fab442;
    background: #ffffff;
    box-shadow: none;
}

.ui-select .chosen-container-single .chosen-drop{
    box-shadow: none;
}

.ui-select .chosen-container-single .chosen-results{
    padding: 0 !important;
    border-top: 1px solid #fab442;
    margin: auto;
}

.ui-select .chosen-container-single .active-result{
    transition: all 0.2s ease-in-out;
    padding: 9px;
}

.ui-select .chosen-container-single .active-result.highlighted{
    background: #fab442;
}

.ui-select select{
    background: #fff;
    border: 1px solid #fab442;
    border-radius: 3px;
    padding: 9px 10px;
    font-size: inherit;
}

.ui-select select:focus{
    outline: none;
}

.ui-select:after{
    content: '\f0d7';
    position: absolute;
    top: 35px;
    font-family: FontAwesome;
    font-size: 13px;
    pointer-events: none;
}

.ui-select .chosen-container:after{
    content: none;
}

.rtl .ui-select:after{
    left: 10px;
}

.ltr .ui-select:after{
    right: 10px;
}

.for-myself-img{
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.textarea-chars-count{
    position: absolute;
    top: 0;
    font-size: 11px;
    color: #8e8e8e;
}

.rtl .textarea-chars-count{
    left: 0;
}

.ltr .textarea-chars-count{
    right: 0;
}

.ui-textarea-field.parsley-error{
    border-color: #fc0d1b;
    background: #fff0f1;
}

.forWho{
    padding: 10px 0;
}

.ui-link{
    text-decoration: underline;
    color: inherit;
    cursor: pointer;
}

.limit-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eventsTypesItems{
	font-size: 11px;
	margin-top: 10px;
}

.rtl .eventsTypesItems{
    direction: inherit;
}

.ltr .eventsTypesItems{
    direction: rtl;
}

.eventsTypesItems i{
	color: #747474;
	cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.eventsTypesItems .greetingsCounter{
	color: #434343;
	margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.ui-checkbox{
    display: inline-block;
}

.ui-checkbox a{
    color: inherit;
}

.ui-checkbox label{
    cursor: pointer;
    font-size: 13px;
}

.ui-checkbox input{
    position: absolute;
    display: block;
    height: 100%;
    background: transparent;
    -webkit-appearance: none;
}

.explorer .ui-checkbox input{
    opacity: 0;
}

.ui-checkbox .fa-check{
    color: #ffffff;
    border: 1px solid #333333;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1.5;
    user-select: none;
    font-size: 12px;
    transition: color 0.2s ease-in-out;
}

.rtl .ui-checkbox .fa-check{
    float: right;
    margin-left: 10px;
}

.ltr .ui-checkbox .fa-check{
    float: left;
    margin-right: 10px;
}

.ui-checkbox .fa-check.checked{
    color: #333333;
}

.ui-checkbox label.parsley-error {
  background: none;
  border: none;
}

.ui-checkbox .parsley-error .fa-check{
  border-color: #fc0d1b;
  background: #fff0f1;
  color: #fff0f1;
}

/* ui grid */
.ui-grid{
    display: inline-block;
    width: 100%;
}

.ui-grid > *{
    margin-right: 10px;
    margin-left: 10px;
}

.new-line{
    clear: both;
}

.rtl .ui-grid > *{
    float: right;
}

.ltr .ui-grid > *{
    float: left;
}

.ui-grid .mx1{
    width: calc(100% - 20px);
}

.ui-grid .mx2{
    width: calc(50% - 20px);
}

.ui-grid .mx3{
    width: calc(33.33% - 20px);
}

.ui-grid .mx4{
    width: calc(25% - 20px);
}

.ui-grid .mx5{
    width: calc(20% - 20px);
}

.ui-grid .mx6{
    width: calc(16.66% - 20px);
}

/* ui datepicker */

.ui-datepicker .dp-label{
    font-size: 12px;
    margin-bottom: 5px;
}

.ui-datepicker .dp-input{
    margin-bottom: 3px;
    cursor: text;
}

.dp-input:focus{
    outline: none;
}

.dp-error{
    display: block;
    position: relative;
    width: 100%;
    text-align: right;
    font-size: 13px;
    color: #fd0000;
}

/* mobile native input date */

.dp-native{
    width: 100%;
    height: 40px;
    padding: 8px 20px;
    border: 1px solid #fab422;
    border-radius: 3px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}




@media only screen and (max-width: 900px){
    .ui-grid .lr1{
        width: calc(100% - 20px);
    }

    .ui-grid .lr2{
        width: calc(50% - 20px);
    }

    .ui-grid .lr3{
        width: calc(33.33% - 20px);;
    }

    .eventsTypesItems i{
        padding: 10px;
    }

    .eventsTypesItems i img{
        width: 12px;
    }

    .eventsTypesItems .greetingsCounter{
        font-size: 15px;
    }
}

/* top */
.top-sm{
    margin-top: 5px;
}

.top-md{
    margin-top: 10px;
}

.top-lr{
    margin-top: 20px;
}

.top-xl{
    margin-top: 30px;
}

/* sides */
.sides-sm{
    padding-left: 5px;
    padding-right: 5px;
}

.sides-md{
    padding-left: 10px;
    padding-right: 10px;
}

.sides-lr{
    padding-left: 20px;
    padding-right: 20px;
}

.sides-xl{
    padding-left: 30px;
    padding-right: 30px;
}

/* bottom */
.bottom-sm{
    margin-bottom: 5px;
}

.bottom-md{
    margin-bottom: 10px;
}

.bottom-lr{
    margin-bottom: 20px;
}

.bottom-xl{
    margin-bottom: 30px;
}

/* font sizes */
.f-sm{
    font-size: 13px;
}

.f-md{
    font-size: 15px;
}

.f-lr{
    font-size: 18px;
}

.f-xl{
    font-size: 22px;
}

.ui-radio-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ui-radio-box.inline{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ui-radio-box .frame{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-item-align: center;
    align-self: center;
    background: #ffffff;
    border: 1px solid #bdc4d1;
    border-radius: 3px;
}

.ui-radio-box .label{
    font-size: 13px;
    padding: 0 0 5px 0;
}

.ui-radio-box.inline label{
    padding: 0 5px;
}

.ui-radio-box .ui-radio-box-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    padding: 3px 10px;
    background-color: #ffffff;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    border: 3px solid #ffffff;
    font-size: 13px;
    font-weight: 700;
    color: #333333;
}

.ui-radio-box .ui-radio-box-item.active{
    background-color: #fab442;
    cursor: default;
}

@media only screen and (max-width: 480px){
    .ui-grid .md1{
        width: calc(100% - 20px);
    }

    .ui-grid .md2{
        width: calc(50% - 20px);
    }

    .ui-grid .md3{
        width: calc(33.33% - 20px);;
    }
}

/* responsive */
@media only screen and (max-width: 425px){
    .ui-btn.large{
        font-size: 14px;
    }

    .ui-btn{
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 320px){
	.ui-lightbox > .inner{
		padding: 10px;
	}
}


.ui-tabs{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: #ffffff;
    margin-bottom: 20px;
}

.ui-tabs .inner{
    display: table;
}

.ui-tabs.stretch .inner{
    table-layout: fixed;
    width: 100%;
}

.ui-tabs .tab{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 11px;
    border-bottom: 3px solid #ffffff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.ui-tabs .tab:hover{
    color: #fab442;
}

.ui-tabs .tab.active{
    border-color: #fab442;
}


@media screen and (max-width: 500px){

    .ui-tabs .inner{
        width: 100%;
    }

}
/* coordination report */

/* filter icon */
.icon.filter{
    display: inline-block; 
    width: 24px; 
    height: 24px; 
    vertical-align: middle;
    background: url(/images/svg/filter.svg) no-repeat 0 0; background-size: cover;
}

/* coordination report table */
.coordination-report .btn{
    padding: 3px 12px;
}

.coordination-report .chosen-container .chosen-results{
    max-height: 150px;
}

/* icon inside table cell */
.cell-icon{
    display: inline-block; 
    position: relative; 
    top: -1px;
    width: 23px; 
    height: 23px; 
    vertical-align: middle; 
    background-repeat: no-repeat; 
    background-size: cover;
}

/* in case of no table (no activities / no results) */
.nothing-to-show{
    padding: 25px;
    background-color: #ffffff; 
    text-align: center;
}

.nothing-to-show .title{
    font-size: 19px;
    margin-bottom: 10px;
}

.nothing-to-show .subtitle{
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 15px;
    color: #888888;
}

.nothing-to-show img{
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 0 auto 30px auto;
}

/* background icons for report -> status */
.pending{
    background-image: url(/images/svg/warning.svg);
}

.coordination{
    background-image: url(/images/svg/schedule.svg);
}

.reject,
.canceled{
    background-image: url(/images/svg/cancel.svg);
}

.coordination-success{
    background-image: url(/images/svg/check.svg);
}

.realized{
    background-image: url(/images/svg/double_check.svg);
}

/* main title */

.update-occupancy .card{
    padding: 0 20px;    
}

.update-occupancy .card-inner-title{
    font-size: 22px;
    font-weight: 200;
    margin: 40px 0 15px;
    padding-bottom: 0;
    text-align: center;
}

.update-occupancy .card-inner-subtitle{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.4;
    color: #555555;
}

.update-occupancy .card-inner-subtitle.note{
    text-align: right;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #434343;
    font-weight: normal;
}


.update-occupancy .small-prints{
    margin-top: 25px;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
    color: #888888;
}

/* table */

.update-occupancy .ui-table tr td:first-child{
    width: 220px;
}

.update-occupancy .addto-occupancy{
    font-size: 14px;
    font-weight: bold;
    color: #fab442;
    cursor: pointer;
}

.update-occupancy .addto-occupancy .plus-sign{
    position: relative;
    top: 1px;
    font-size: 22px;
    vertical-align: middle;
}

.update-occupancy .use-breaker-desktop{
    display: block;
}

.update-occupancy .use-breaker-mobile{
    display: none;
}    

.datepicker.gray{
    padding: 0 5px;
    background: #f3f3f4;
    border-radius: 3px;
    cursor: pointer;
}

.datepicker .date-picker-button{
    max-width: 85px;
    width: 85px;
}


@media screen and (max-width:1040px){

    .update-occupancy .use-breaker-mobile{
        display: block;
    }    

    .update-occupancy .use-breaker{
        display: none;
    }

    .update-occupancy .ui-table .section{
        background: transparent;
        text-align: right;
    }

    .mobile-row .field{
        margin-bottom: 15px;
    }
    
    .mobile-row .field.date .mobile-field{
        font-size: 12px;
        padding: 0 7px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        display: block;
        background: #ffffff;
        width: 100%;
        height: 35px;
        -webkit-appearance: none;
        -moz-appearance: none;
        line-height: 2.5;
    }

    .mobile-row .field.actions{
        display: flex;
        margin-top: 25px;
    }

    .mobile-row .field.actions .btn.btn-orange{
        flex-basis: 50%;
        padding: 7px 12px;
    }


}


/************************/
/* row-report-occupancy */
/************************/

.update-occupancy .icon-cell{
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.update-occupancy .delete{
    background: url('/images/svg/delete.svg') no-repeat;
    margin-right: 5px;
}

.update-occupancy .edit{
    background: url('/images/svg/edit.svg') no-repeat;
}

/* table */

.update-occupancy .ui-table{
    min-width: 100%;
}

.update-occupancy .field-card-item,
.update-occupancy .row-field {
    position: relative;
    vertical-align: baseline;
}

.update-occupancy .field-card-item.timeInput{
    min-width: 115px;
}

.update-occupancy .ui-table tr th:last-child,
.update-occupancy .ui-table tr td:last-child{
    width: 215px;
}

.update-occupancy .ui-table .btn.btn-orange{
    width: 45%;
    padding: 6px 10px;
}

.update-occupancy .ui-table .btn.btn-orange:not(:first-child){
    margin-right: 5px;
}

.update-occupancy .ui-table .toggle-btn{
    color: #fab442;
}

.update-occupancy .ui-table .error{
    position: relative;
    font-size: 12px;
    margin-top: 3px;
}

.update-occupancy .ui-table .icons:last-child{
    line-height: 0;
}

.chosen-disabled .inputSelect:after{
    color: #c3c3c3
}


@media screen and (max-width:1040px){

    .update-occupancy .ui-table .error{
        display: block;
        position: relative;
        right: 1px;
        margin-top: 3px;
        font-size: 12px;
    }

    .update-occupancy .ui-table .mobile-row .space-top{
        padding: 20px 10px;
    }

    .from-server-error{
        text-align: center;
    }

}



/*******************/
/** COORDINATE *****/
/*******************/

.supplier-coordinate{
    display: none;
    position: relative;
    background: #f3f3f5;
    text-align: center;
    padding-top: 150px;
}

.coordinate{
    position: relative;
    min-height: 675px;
}

.supplier-coordinate .footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 15vw;
    overflow: hidden;
    text-align: center;
    background: #f3f3f5;
}

.supplier-coordinate .footer img{
    display: block;
    margin: auto;
    width: 100%;
}

.supplier-coordinate .card{
    display: inline-block;
    min-width: 725px;
    padding: 50px;
    background: #ffffff;
    color: #555555;
    border: 1px solid #e3e5e8;
    z-index: 1;
}

.supplier-coordinate .card .client-info.title{
    font-size: 30px;
    margin: 0 0 40px 0;
    letter-spacing: 1px;
}

.supplier-coordinate .card .subtitle{
    font-size: 24px;
    font-weight: 200;
    margin: 0 0 8px 0;
}

.supplier-coordinate .card .running-text{
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
    line-height: 1.5;
    color: #888888;
}

.supplier-coordinate .card .subtitle + .running-text{
    margin-bottom: 45px;
}

.supplier-coordinate .card .running-text.small-bottom-space{
    margin-bottom: 25px;
}

.supplier-coordinate .card .link{
    color: #fcb137;
    text-decoration: underline;
}

.supplier-coordinate .card .running-text.small{
    font-size: 14px;
}

.supplier-coordinate .card .actions{
    margin-top: 35px;
}

.supplier-coordinate .site-header .account-logo{
    width: 50%;
    padding-right: 80px;
    text-align: right;
}

.supplier-coordinate .site-header .site-header-info-wrapper{
    width: 50%;
}

.supplier-coordinate .site-header .logoImage{
    cursor: pointer;
}

.supplier-coordinate .client-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 25px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 350px;
    margin: 0 auto 25px;
}

.supplier-coordinate .client-info .title {
    font-size: 14px;
    margin: 0;
}

.supplier-coordinate .client-info .value {
    font-size: 24px;
    margin: 10px 0 0;
    font-weight: 200;
}

/* icons for - participants, date, hour */
.supplier-coordinate .icon{
    position: relative;
    display: inline-block;
    top: -1px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}

.supplier-coordinate .icon.participants{
    background-image: url('/images/svg/participants.svg')
}

.supplier-coordinate .icon.date{
    background-image: url('/images/svg/datepicker.svg')
}

.supplier-coordinate .icon.hour{
    background-image: url('/images/svg/hour.svg')
}

/* buttons */
.supplier-coordinate .btn-pass:last-child{
    margin-right: 10px;
}

.supplier-coordinate .btn{
    padding: 6px 20px;
}

.supplier-coordinate .btn:last-child{
    margin-right: 5px;
}

/* model background darker */
.modal-box{
  padding: 30px 15px 35px;
  text-align: center;
  font-size: 15px;
}

.modal-box p{
  margin: 0;
  padding: 20px 0 25px;
  line-height: 1.4;
}

.modal-box .btn-orange{
  padding: 10px 30px;
}

.modal-box .btn.space-right{
    margin-right: 5px;
}

.modal-box .headline{
    padding: 0;
    margin: 0;
    font-size: 24px;
}

.modal-box p.space-bottom{
    margin-bottom: 15px;
}

.modal-wrapper {
    overflow-y: hidden;
    background: rgba(0,0,0,0.7);
}

.modal.decline-activity{
    min-width: 475px;
}

.modal.approve-alternatives p.no-padding-top{
    padding-top: 0;
}

.modal .parsley-errors-list li{
    margin-top: 2px;
    font-size: 13px;
    text-align: right;
    color: #fd0000;
}


/* update alternatives table */

.supplier-coordinate .addto-alternatives {
    font-size: 14px;
    font-weight: bold;
    color: #fab442;
    cursor: pointer;
    text-align: right;
}

.supplier-coordinate .addto-alternatives .plus-sign {
    position: relative;
    top: 1px;
    font-size: 22px;
    vertical-align: middle;
}

.supplier-coordinate .icon-cell {
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.supplier-coordinate .edit {
    background: url(/images/svg/edit.svg) no-repeat;
}

.supplier-coordinate .delete {
    background: url(/images/svg/delete.svg) no-repeat;
}

.supplier-coordinate .site-header .account-logo .logo{
    width: auto;
    height: auto;
    max-height: 50px;
    max-width: 100px;
}

.coordinate .coordination-report{
    margin-bottom: 30px;
}

.coordinate .ui-table .row-field{
    vertical-align: baseline;
}

.coordinate .ui-table th:last-child,
.coordinate .ui-table tr .row-field:last-child{
    max-width: 270px;
}

.coordinate .ui-table .field-card-item{
    position: relative;
}

.coordinate .ui-table .error{
    position: relative;
    display: block;
    text-align: right;
    margin-top: 3px;
    font-size: 12px;
}

.coordinate .ui-table .desktop-row.long-table .datepicker .date-picker-wrap {
    bottom: 0;
}


.supplier-coordinate .ui-table.coordination-report .btn {
    width: 45%;
}

.supplier-coordinate .ui-table.coordination-report .btn:nth-child(2) {
    margin-right: 5px;
}

.supplier-coordinate .ui-table.coordination-report .btn:last-child {
    margin-right: 5px;
}

.coordinate .ui-table .error.general-error{
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    color: #fd0000;
}

.coordinate .ui-table .error.general-error{
    margin: 3px 10px 0 0;
}

.supplier-coordinate .ui-table .mobile-row {
    text-align: right;
}

@media screen and (max-width: 1040px){
    .coordinate .coordination-report{
        text-align: right;
    }
}

@media screen and (max-width: 798px){
    .supplier-coordinate{
        padding-right: 10px;
        padding-left: 10px;
    }

    .supplier-coordinate .card{
        width: 100%;
        min-width: auto;
    }

    .coordinate .ui-table .general-error{
        text-align: center;
    }
}

@media screen and (max-width: 680px){
    .supplier-coordinate .site-header .account-logo{
       padding-right: 25px;
    }

    .supplier-coordinate .site-header .site-header-info-wrapper{
        padding-left: 35px;
    }

    /* update occupancy table */
    .supplier-coordinate .ui-table .section {
        background-color: transparent;
        text-align: right;
    }
}


@media screen and (max-width: 500px){
    .supplier-coordinate .card{
        padding: 50px 30px;
    }

    .supplier-coordinate .card .client-info .icon{
        display: block;
        margin: 0 auto 10px auto;
        text-align: center;
    }

    .supplier-coordinate .card .client-info .value{
        font-size: 20px;
    }


    .supplier-coordinate .card .ui-table{
        min-width: auto;
    }

    .supplier-coordinate .card .actions{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
                align-items: center;
    }

    .supplier-coordinate .btn:first-child{
        margin-bottom: 10px;
    }

    .supplier-coordinate .btn:nth-child(2){
        margin-right: 0;
    }

    .modal-box .btn:first-of-type{
        margin-bottom: 10px;
    }

    .modal-box .btn:nth-last-of-type(2){
        margin-right: 0;
    }

    .modal.decline-activity{
        min-width: auto;
    }

    .supplier-coordinate{
        padding: 150px 10px 0;
    }

}
.team-activity-details{
    position: relative;
    width: 100%;
    height: 100%;
}

.team-activity-details .inner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.team-activity-details .box{
    display: inline-block;
    width: 100%;
    max-width: 725px;
    background: #ffffff;
    text-align: center;
    border: 1px solid #ffffff;
    max-height: 90%;
    overflow-y: auto;
}

.team-activity-details .header{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
    background: #000000;
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 280px;
    padding: 20px;
}

.team-activity-details .icon.icon-times{
    padding: 10px;
    position: absolute;
    top: 10px;
    z-index: 1;
}

.rtl .team-activity-details .icon.icon-times{
    right: 10px;
}

.ltr .team-activity-details .icon.icon-times{
    left: 10px;
}

.team-activity-details .header .thumbnail{
    -ms-filter: blur(5px) brightness(0.5);
    -moz-filter: blur(5px) brightness(0.5);
    -webkit-filter: blur(5px) brightness(0.5);
    filter: blur(5px) brightness(0.5);
    width: 110%;
    height: 120%;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -5%;
    right: -5%;
    bottom: -5%;
    left: -5%;
}

.explorer .team-activity-details .header .thumbnail{
    opacity: 0.5;
}

.team-activity-details .logo{
    width: 100px;
    height: 100px;
    padding: 10px;
    background: #ffffff;
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-activity-details .logo img{
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
}

.team-activity-details .header .title{
    position: relative;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

.team-activity-details .subtitle{
    position: relative;
    width: 100%;
    font-size: 18px;
}

.team-activity-details .info-bar{
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border-bottom: 1px solid #e3e5e8;
    cursor: default;
}

.team-activity-details .info-bar .info-item .tooltip{
    background: #555555;
    padding: 5px;
    color: #ffffff;
    bottom: -20px;
    white-space: nowrap;
    border-radius: 3px;
}

.team-activity-details .info-bar .info-item .fa-caret-up{
    display: none;
    color: #555555;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.team-activity-details .info-bar .info-item:hover .fa-caret-up{
    display: block;
}

.team-activity-details .info-bar .info-item:hover .tooltip{
    opacity: 1;
}

.rtl .team-activity-details .info-bar .info-item .tooltip{
    right: 0;
}

.ltr .team-activity-details .info-bar .info-item .tooltip{
    left: 0;
}

.team-activity-details .info-bar .info-item{
    padding: 10px;
    position: relative;
}

.team-activity-details .info-bar .info-item span,
.team-activity-details .info-bar .info-item img{
    display: inline-block;
    vertical-align: middle;
}

.team-activity-details .text{
    font-size: 14px;
    text-align: right;
    padding: 30px 30px 0 30px;
    line-height: 1.4;
}

.team-activity-details .text .description-title{
    font-size: 16px;
    margin-bottom: 10px;
}

.team-activity-details .text .small-print-title{
    margin-top: 10px;
}

.team-activity-details .links-bar{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
    font-size: 13px;
    color: #888888;
}

.team-activity-details .links-bar .link-item{
    display: inline-block;
    padding: 10px 10px 20px 10px;
}

.team-activity-details .links-bar .link-item span,
.team-activity-details .links-bar .link-item img{
    display: inline-block;
    vertical-align: middle;
    border: none;
}

.team-activity-details .links-bar .link-item span{
    padding: 0 5px;
}

@media only screen and (max-width: 580px){
    .team-activity-details .links-bar{
        flex-direction: column;
        align-items: flex-start;
        padding: 0 10px 10px 10px;
    }

    .team-activity-details .links-bar .link-item{
        padding: 10px;
    }

    .team-activity-details .info-bar{
        align-items: flex-start;
    }

    .team-activity-details .info-bar .info-item{
        width: 25%;
    }

    .team-activity-details .info-bar .info-item img{
        display: block;
        margin: 0 auto 5px auto;
    }
}

.ui-tooltip .bubble{
    position: absolute;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #79849a;
    background: white;
    height: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 14px 0 rgb(0 0 0 / 8%), 0 0 6px 0 rgb(0 0 0 / 4%);
    border: solid 1px #ffa126;
    background-color: #ffffff;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.ui-tooltip:hover .bubble{
    visibility: visible;
    opacity: 1;
}

.ui-tooltip svg.tooltip-arrow-icon{
    position: absolute;
}

.ui-tooltip.bottom svg.tooltip-arrow-icon{
    top: 56px;
    transform: rotate(180deg);
}

.ui-tooltip.top svg.tooltip-arrow-icon{
    top: -6px;
}

.ui-tooltip .theme-arrow-border{
    fill: #ffa126;
}

.ui-tooltip .theme-arrow-fill{
    fill: #ffffff;
}

.ui-tooltip .custom-arrow-border {
    fill: #323A48;
}

.ui-tooltip .custom-arrow-fill{
    fill: #323A48;
}
.redeems-table .buttons {
    margin: 40px 0 14px 0;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 680px){
    .redeems-table .buttons {
        margin: 30px 0 14px 0;
    }
}

.redeems-table .buttons .text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */

    text-align: center;

    /* Cool gray 04 */

    color: #79849A;
}

.redeems-table .table-wrapper {
    padding: unset;
    background: #fff;
    position: relative;
    overflow: auto;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
    border-radius: 10px;
}

.redeems-table .table-wrapper .ui-table tbody tr:nth-last-child(2){
    border-bottom: unset;
}

.redeems-table .table-wrapper .ui-table tbody tr:nth-last-child(3){
    border-bottom: unset;
}
.voucher-codes-toggle .voucher-codes {
    display: flex;
    justify-content: space-between;
}

.voucher-codes-toggle .voucher-codes > div {
    width: 32.33%;
    min-height: 60px;
    height: inherit;
    border: 1px solid #E1E4EA;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 404px){
    .voucher-codes-toggle .voucher-codes {
        flex-direction: column;
        align-items: center;
    }

    .voucher-codes-toggle .voucher-codes div {
        width: 100%;
    }

    .voucher-codes-toggle .voucher-codes div:not(:first-child) {
        margin-top: 10px;
    }
}

.voucher-codes-toggle .flex {
    display: flex;
}

.voucher-codes-toggle .voucher-codes.hide {
    display: none;
}

.voucher-codes-toggle .vertical-center {
    display: flex;
    align-items: top;
}

.voucher-codes-toggle .voucher-codes .title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #4F5869;
    margin-bottom: 4px;
}

.voucher-codes-toggle .voucher-codes .code {
    font-weight: 700;
    font-size: 14px;
    color: #4F5869;
}

.voucher-codes-toggle .toggle .toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.voucher-codes-toggle .toggle {
    margin-bottom: 15px;
}

.voucher-codes-toggle .toggle-wrapper .toggle-button {
    color: #FFA126;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    margin-right: 16px;
}

.voucher-codes-toggle .toggle-wrapper .toggle-button svg {
    fill: #FFA126;
}

.voucher-codes-toggle .toggle-wrapper .chevron {
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.2s ease-out;
    width: 24px;
    height: 24px;
}

.voucher-codes-toggle .toggle-wrapper .chevron.show {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.voucher-codes .toggle-wrapper .chevron.multiple-codes {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.voucher-codes-toggle .toggle-wrapper .info {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #79849A;
}

@media screen and (max-width: 404px) {
    .voucher-codes-toggle .toggle-wrapper .info {
        font-size: 14px;
    }
    .voucher-codes-toggle .toggle-wrapper .toggle-button {
        margin-top: 10px;
    }
}

.voucher-codes-toggle .voucher-codes-wrapper {
    display: none;
}

.voucher-codes-toggle .voucher-codes-wrapper .voucher-codes.center {
    justify-content: center;
}

.voucher-codes-toggle .voucher-codes-wrapper .voucher-codes.center .voucher-code-box {
    margin: 0 7px;
}

.voucher-codes-toggle .voucher-codes-wrapper .voucher-code-box .box {
    display: flex;
    flex-direction: column;
    line-height: 20px;
}

@media screen and (max-width: 404px) {
    .voucher-codes-toggle .voucher-codes.center div:not(:first-child) {
        margin-top: 10px !important;
    }
}

.voucher-codes-toggle .custom-tooltip .bubble {
    background: #323A48;
    border: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    z-index: 1;
}

.voucher-codes-toggle .custom-tooltip > span {
    padding-top: 3px;
}

.voucher-codes-toggle .voucher-code-box:only-child {
    margin: 0 auto;
}

@media screen and (max-width: 599px) {
    .voucher-codes-toggle .custom-tooltip .bubble {
        right: -3em !important;
    }

    .voucher-codes-toggle .custom-tooltip .bubble .tooltip-arrow-icon {
        right: 17% !important;
    }
}

@media screen and (max-width: 358px) {
    .voucher-codes-toggle .custom-tooltip .bubble {
        top: 40px !important;
    }
}
.supplier-vouchers-list .label {
    margin: 30px 0 20px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #79849A;
}

.supplier-vouchers-list .voucher-blocks {
    flex-wrap: wrap;
    display: flex;
    gap: 0 2.65%;
}

.voucher-blocks .voucher-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 4px;
    height: 144px;
    width: 156px;
    margin: 0 0 20px 0;
}

.voucher-blocks .voucher-block .img-container {
    position: relative;
    width: 148px;
    height: 88px;
    text-align: center;
}

.voucher-blocks .voucher-block .voucher-name {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    margin-top: 4px;
    color: #4F5869;
    padding: 0 5px;
}

.voucher-blocks img.image {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
}

.voucher-blocks .logo-container {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 4px;
    right: 4px;
    border-radius: 6px;
    background-color: white;
    display: flex;
    align-items: center;
}

.voucher-blocks .logo-container .logo {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 6px;
}

@media only screen and (max-width: 1100px){
    .supplier-vouchers-list .voucher-blocks-wrapper {
        display: flex;
        justify-content: center;
    }

    .supplier-vouchers-list .voucher-blocks{
        justify-content: center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 359px){
    .supplier-vouchers-list .voucher-blocks {
        justify-content: center;
    }

    .supplier-vouchers-list .voucher-blocks-wrapper {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px){
    .supplier-vouchers-list .voucher-blocks {
        gap: 0 12.81px;
    }
}

/* BUYME */
/* GIFTED */
/* other brands */
.ui-select.disabled .selected-name, .ui-select.disabled select {
    cursor: not-allowed;
}

.ui-select .selected-name, .ui-select select {
    display: block;
    width: 100%;
    border: 1px solid #bdc4d1;
    border-radius: 3px;
    background: #fff;
    padding: 14px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border 0.2s ease-in-out;
    font: inherit;
    height: 48px;
}
.rtl .ui-select .selected-name, .rtl .ui-select select {
    text-align: right;
}
.ltr .ui-select .selected-name, .ltr .ui-select select {
    text-align: left;
}
.ui-select {
    position: relative;
    cursor: pointer;
}
.ui-select:hover:not(.disabled):not(.error):not(.show-options) select, .ui-select:hover:not(.disabled):not(.error):not(.show-options) .selected-name {
    border-color: #4f5869;
}
.ui-select.search label.label {
    z-index: 2 !important;
}
.ui-select .relative {
    position: relative;
}
.ui-select .ui-icon {
    position: absolute;
    bottom: 18%;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition-delay: false;
}
.ui-select.show-options:not(.error) .selected-name {
    border-color: #ffc973;
}

.ui-select.show-options .label {
    color: #ffa126 !important;
}

.ui-select .selected-name .selected-text {
    display: list-item;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.ui-select .selected-name .ui-tooltip {
    z-index: 2;
}
.ui-select.show-options .ui-icon {
    transform: rotate(180deg);
}
.rtl .ui-select .ui-icon {
    left: 10px;
}
.ltr .ui-select .ui-icon {
    right: 10px;
}
.ui-select.error .selected-name, .ui-select.error select {
    border: 1px solid #f00;
}
.ui-select ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 47px;
    width: 100%;
    border: 1px solid;
    max-height: 200px;
    overflow-y: auto;
    transition: all 0.1s ease-in-out;
    transform: scale(1, 0);
    z-index: 3;
    transform-origin: top;
    /* width */
    /* Track */
    /* Handle */
    border-radius: 3px;
}
.ui-select ul::-webkit-scrollbar {
    width: 10px;
    background: #fff;
}
.ui-select ul::-webkit-scrollbar-track {
    border-radius: 10px;
}
.ui-select ul::-webkit-scrollbar-thumb {
    background: #bdc4d1;
    border-radius: 10px;
}
.ui-select ul::-webkit-scrollbar-track-piece {
    width: 30px;
    height: 30px;
}
.rtl .ui-select ul {
    text-align: right;
}
.ltr .ui-select ul {
    text-align: left;
}
.ui-select:not(.error) ul {
    border-color: #ffc973;
}
.ui-select.error ul {
    border-color: #f01f39;
}
/* override slide animation direction */
.ui-select.bottom ul {
    transform-origin: bottom;
    top: auto;
    bottom: 55px;
}
.ui-select.search ul {
    top: 47px;
}
.ui-select.show-options ul {
    transform: scale(1, 1);
}
.ui-select li {
    display: block;
    padding: 12px 7px;
    transition: all 0.2s ease-in-out;
    background: #fff;
    word-break: break-word;
    cursor: pointer;
}
.ui-select li.disabled {
    cursor: auto;
    color: #79849a;
}
.ui-select li.selected, .ui-select li:hover {
    background: #fff4e5;
}
.ui-select li.selected.disabled, .ui-select li:hover.disabled {
    background: #fff;
}
.ui-select.empty .selected-name, .ui-select li.prompt {
    color: #79849A !important;
}

.ui-select.empty .selected-name, .ui-select li.no-results {
    font-size: 16px !important;
}

.ui-select.empty select, .ui-select.empty .selected-name {
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ui-select select {
    display: none;
}
.rtl .ui-select select {
    padding-left: 30px;
}
.ltr .ui-select select {
    padding-right: 30px;
}
.ui-select .query {
    position: absolute;
    width: 80%;
    z-index: 1;
    display: none;
    bottom: 5px;
    right: 1px;
}

.ui-select input.query::placeholder {
    letter-spacing: normal;
    font-family: "Open Sans Hebrew", arial, serif;
    font-size: 16px;
}

.ui-select input.query::-moz-placeholder {
    letter-spacing: normal;
    font-family: "Open Sans Hebrew", arial, serif;
    font-size: 16px;
}



.rtl .ui-select .query {
    padding: 7px 7px 7px 12px;
}
.ltr .ui-select .query {
    padding: 7px 40px 7px 7px;
}
.ui-select .fa-search {
    position: absolute;
    z-index: 1;
    bottom: -22px;
    pointer-events: none;
    color: #bdc4d1;
    display: none;
}
.rtl .ui-select .fa-search {
    left: 15px;
}
.ltr .ui-select .fa-search {
    right: 15px;
}
.ui-select .query:focus, .ui-select .query:hover {
    outline: none;
}
.ui-select.show-options .query, .ui-select.show-options .fa-search {
    z-index: 1;
    display: block;
    font-size: 16px;
    border-color: #ffc973;
    border-left: none;
    border-top: none;
    font-family: inherit;
}

.ui-select li.ui-select-option {
    color: #323A48;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

option.ui-select-option {
    color: #323A48;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
@media only screen and (max-width: 425px) {
    .ui-select:not(.non-native) select {
        display: block;
    }
    .ui-select:not(.non-native) .selected-name, .ui-select:not(.non-native) ul {
        display: none;
    }
}



.field {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-height: 50px;
}

.field.dense .input-label-wrapper {
    max-height: 40px;
}

.field .input-label-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-height: 50px;
    align-items: center;
}

.rtl .field.filled .input-label-wrapper .label {
    right: 10px;
}

.field .input-label-wrapper .label {
    position: absolute;
    top: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition-delay: false;
    color: #79849a;
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
}

.ui-select.search label.label {
    z-index: 2 !important;
}

.field.top-label .input-label-wrapper .label, .field.show-options .input-label-wrapper .label, .field.filled .input-label-wrapper .label {
    font-size: 13px;
    padding: 2px 5px 0 5px;
    top: -7px;
    background: #ffffff;
}

.rtl .field .input-label-wrapper .label {
    right: 10px;
}

.field.dense .input-label-wrapper .label {
    font-size: 14px;
    top: 13px;
    z-index: 1;
}

.rtl .ui-select .selected-name {
    text-align: right;
}

.field .input-label-wrapper .selected-name {
    border: 1px solid #bdc4d1;
    font-size: 16px;
    color: #4f5869;
    margin-top: 0;
    margin-bottom: 0;
}

.field.dense .input-label-wrapper .selected-name {
    font-size: 14px;
    padding: 8px 10px;
}

.ui-select:after {
    content: "";
}

.ui-select .prompnativest {
    color: #79849a;
}

.ui-select .error-notifications {
    position: absolute;
    bottom: -13px;
}

.ui-select .error-message {
    color: #fd0000;
    font-size: 13px;
}


